diff --git a/Configure b/Configure index 61999be57e..40ef4cd1f3 100755 --- a/Configure +++ b/Configure @@ -18,9 +18,9 @@ # you may fetch it yourself from your nearest archive site.) # -# $Id: Configure,v 1.48 2003/12/12 15:02:51 stesting Exp $ +# $Id: Configure,v 1.49 2004/02/09 14:58:45 stesting Exp $ # -# Generated on Fri Dec 12 15:49:38 CET 2003 [metaconfig 3.0 PL70] +# Generated on Mon Feb 9 15:57:09 CET 2004 [metaconfig 3.0 PL70] cat >/tmp/c1$$ <touchables through the pre/post-step point.
Examples on how to do this are provided in the - FAQ page + FAQ page
  • Inherited user-defined physical volumes will have to adapt to the new interface by removing the method Setup(), now no longer required.
  • A revision of methods in G4Navigator has taken place, some obsolete methods not used and available in the public interface have been removed, others originally meant for internal use have been moved - to protected (see notes for details).
    + to protected (see notes for details).
    LocateGlobalPointAndSetup(p,v,history) has been renamed to ResetHistoryAndLocate(p,v,history).
  • A revision of the inclusion of header files has been done in all @@ -219,7 +219,7 @@ We believe none give rise to incorrect behaviour.
  • Internal modules in the geometry have been reorganised. External frameworks taking into account the internal structure of the Geant4 modules will have to be adapted to the new configuration (see - notes for the details).
  • + notes for the details).

    diff --git a/ReleaseNotes/ReleaseNotes4.6.1.html b/ReleaseNotes/ReleaseNotes4.6.1.html new file mode 100644 index 0000000000..b9d5a6930f --- /dev/null +++ b/ReleaseNotes/ReleaseNotes4.6.1.html @@ -0,0 +1,520 @@ + + +Geant4 6.1 Release Notes + + + +

    +
    +

    + +

    + +Geant4 6.1 Release Notes + + + + +
    + +March 25th, 2004 + +
    + +

    +


    +

    +The code and binary libraries for the supported systems are available +through our Source Code Web page. +

    +

    +Please refer to the +Geant4 +User Documentation for further information about using Geant4. +

    + +

    Contents

    +
      +
    1. Supported and Tested Platforms
    2. +
    3. AIDA and CLHEP
    4. +
    5. Compiler Specific Problems
    6. +
    7. Known Run-Time Problems
    8. +
    9. Compilation Warnings
    10. +
    11. Known Run-Time Warnings
    12. +
    13. Major items for migration of user code
    14. +
    15. Detailed list of changes and fixes
    16. +
    + +

    + +
    + + + +

    1. Supported and Tested Platforms

    + +Official platforms: + + +More verified configurations: + + +Platforms configured but not tested and not supported: + + +

    + +
    + + + +

    2. AIDA and CLHEP

    + +Geant4 6.1 requires the installation +of CLHEP.
    +Tests have been performed with CLHEP-1.8.1.0. +

    +Geant4 6.1 examples with histogramming cowork with AIDA 3 +implementations. These include: + + +AIDA headers can be downloaded from: +http://aida.freehep.org + + +

    + +
    + + + +

    3. Compiler Specific Problems

    + + + +

    + +
    + + + +

    4. Known Run-Time Problems and Limitations

    + +For a complete list of outstanding run-time problems and to submit any +problem you may find running this version of Geant4, please refer to the +Geant4 Problem Reporting +System. + + +

    + +
    + + + +

    5. Compilation Warnings

    + +There may be compilation warnings on some platforms. We do not believe +that any will lead to incorrect run-time behaviour. + + +

    + +
    + + + +

    6. Known Run-Time Warnings

    + +The following messages can be written to error output while tracking. +We believe none give rise to incorrect behaviour. +
    +    G4PropagateInField: Warning: Particle is looping 
    +    -  tracking in field will be stopped. 
    +       It has performed 1000 steps in Field while a maximum of 1000
    +       are allowed. 
    +
    + + +

    + +
    + + + +

    7. Major items for migration of user code

    + +There not known migrations necessary if upgrading from release 6.0, +other than recompilation and/or reinstallation of libraries and user +applications. + +

    + +
    + + + +

    8. Detailed list of changes and fixes

    + +These are the main new features/fixes included in this release since the +last patched public release (for the detailed list of fixes/additions, +please refer to the related History files provided in most packages): + +

    + + +

    Configuration

    + + + +

    Digitization & Hits

    + + + +

    Event

    + + + +

    Electromagnetic Processes (Low-energy)

    + + + +

    Electromagnetic Processes (Standard)

    + + + +

    General Processes, Parameterisation, Cuts, Decay, Optical

    + + + +

    Geometry

    + + + +

    Global

    + + + +

    Hadronic Processes

    + + + +

    Particles

    + + + +

    Readout

    + + + +

    Run, Intercoms and Interfaces

    + + + +

    Visualization

    + + + +

    Hadronic physics-lists

    + + + +

    Examples

    + + +
    + + + diff --git a/config/History b/config/History index b8a559a9f3..b575716387 100644 --- a/config/History +++ b/config/History @@ -1,5 +1,5 @@ -$Id: History,v 1.231 2003/11/18 09:08:10 gcosmo Exp $ -$Name: geant4-06-00 $ +$Id: History,v 1.238 2004/02/24 09:49:45 gcosmo Exp $ +$Name: geant4-06-01 $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,33 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +24th February 2004 Gabriele Cosmo (config-V06-00-03) +- Fixed link rpath definition in Linux-icc.gmk. + +11th February 2004 Gabriele Cosmo (config-V06-00-02) +- Added configuration file Linux-icc.gmk for Intel/icc compiler + on Linux systems. + +10th February 2004 Guy Barrand +- WIN32-VC7.gmk: added material to build shared libs for Windows (DLLs). +- Added program win32def.c to help building DLLs, built from + source/GNUmakefile through a specialised target and placed in + $G4LIB/$G4SYSTEM. +- source/materials/GNUmakefile: modified to provide an example of macro + GLOBLIBS used by the DLL builder in order to have global lib dependencies. + +9th February 2004 Gunter Folger (config-V06-00-01) +- architecture.gmk: + o Protect OGLFLAGS against containing -I/usr/include; this may cause + wrong includes to be picked up. + +26th January 2004 Guy Barrand (config-V06-00-00) +- Darwin-g++.gmk: + o Use "g++" as a default compiler (in order to take the MacOSX + default compiler). + o Corrected procedure for building .dylib shared libs. + Previous default Linux commands do not work on MacOSX. + 18th November 2003 Gabriele Cosmo (config-V05-02-05) - Updated binmake.gmk to include new hadronics modules. Coworks with "ghad-V05-02-00" and HEAD of processes/GNUmakefile. diff --git a/config/architecture.gmk b/config/architecture.gmk index ee66cc86b9..d284099369 100644 --- a/config/architecture.gmk +++ b/config/architecture.gmk @@ -1,4 +1,4 @@ -# $Id: architecture.gmk,v 1.90 2003/10/17 10:17:11 gbarrand Exp $ +# $Id: architecture.gmk,v 1.91 2004/02/09 15:22:49 gunter Exp $ # ------------------------------------------------------------------------ # GEANT 4 - Architecture configuration script for GNU Make # @@ -260,6 +260,15 @@ GREP := grep # include $(G4INSTALL)/config/sys/$(G4SYSTEM).gmk +# make certain that OGLFLAGS does NOT contain -I/usr/include +# caused by OGLHOME being /usr, as e.g. on Linux +# +ifdef OGLFLAGS + OGLFLAGS:= $(filter-out -I/usr/include,$(OGLFLAGS)) + OGLFLAGS:= $(filter-out -I/usr//include,$(OGLFLAGS)) +endif + + # If there is no cbrt() function... # ifdef G4_NO_CBRT diff --git a/config/sys/Darwin-g++.gmk b/config/sys/Darwin-g++.gmk index 627cfaa9f2..61bdc2f91a 100644 --- a/config/sys/Darwin-g++.gmk +++ b/config/sys/Darwin-g++.gmk @@ -3,15 +3,19 @@ # # MacOS 10.1 GNU-gcc 2.92.2 # MacOS 10.2 there is g++2 and g++3, choose consistently one, -# like g++2 which is 2.95.2 -# use echo -n (there is not the echo -e option of Linux) +# like g++2 which is 2.95.2, g++3 for 3.X. +# MacOS 10.3 use default MacOS-X compiler (g++) as the default. +# Have commands to build the .dylib (MacOS-X shared libs) # -# Helmut Burkhardt - CERN +# Use echo -n (there is not the 'echo -e' option of Linux) +# +# Author: Helmut Burkhardt - CERN # ifeq ($(G4SYSTEM),Darwin-g++) -# choice of GNU compilers: - CXX := g++2 -# CXX := g++3 +# choice of compiler (take, as default, the MacOS default) : +# CXX := g++2 +# CXX := g++3 + CXX := g++ CXXFLAGS := -Wall -ansi -pedantic -pipe # optionally add verbose flag # CXXFLAGS += -v @@ -36,12 +40,12 @@ ifeq ($(G4SYSTEM),Darwin-g++) FCFLAGS += -fPIC CCFLAGS += -fPIC endif - G4RUNPATHOPTION := -Wl,-rpath +# G4RUNPATHOPTION := -Wl,-rpath FC := g77 FCFLAGS += -fno-automatic -fno-backslash -fno-second-underscore FCLIBS := -lg2c -lnsl ECHO := /bin/echo -n - SHEXT := so + SHEXT := dylib X11FLAGS := -I/usr/include/X11/extensions -I/usr/include/X11 X11LIBS := -L/usr/X11R6/lib -lXmu -lXt -lXext -lX11 -lSM -lICE XMFLAGS := -I/usr/X11R6/include @@ -60,13 +64,12 @@ ifeq ($(G4SYSTEM),Darwin-g++) define build-granular-shared-lib @libdir=`(cd $(@D);/bin/pwd)`; \ cd $(G4TMPDIR); \ - $(CXX) -Wl,-soname,$(@F) -shared -o $$libdir/$(@F) *.o + g++ -dynamiclib -flat_namespace -undefined suppress -o $$libdir/$(@F) $(INTYLIBS) *.o endef define build-global-shared-lib - @libdir=`(cd $(@D);/bin/pwd)`; \ + libdir=`(cd $(@D);/bin/pwd)`; \ cd $(G4TMP)/$(G4SYSTEM); \ - $(CXX) -Wl,-soname,$(@F) -shared -o $$libdir/$(@F) \ - $(foreach dir,$(SUBLIBS),$(dir)/*.o); + g++ -dynamiclib -flat_namespace -undefined suppress -o $$libdir/$(@F) $(INTYLIBS) $(foreach dir,$(SUBLIBS),$(dir)/*.o); endef endif diff --git a/config/sys/Linux-icc.gmk b/config/sys/Linux-icc.gmk new file mode 100644 index 0000000000..23adc2d1ca --- /dev/null +++ b/config/sys/Linux-icc.gmk @@ -0,0 +1,60 @@ +# +# ------ GNU/LINUX ------ !!! not supported !!! +# Intel icc 8.0 +ifeq ($(G4SYSTEM),Linux-icc) + CXX := icc + CXXFLAGS := -ansi -mp -no-gcc -w1 + ifdef G4OPTIMISE + CXXFLAGS += -O + FCFLAGS := -O + CCFLAGS := -O + else + ifdef G4DEBUG + CXXFLAGS += -g + FCFLAGS := -g + CCFLAGS := -g + endif + endif + ifdef G4PROFILE + CXXFLAGS += -qp + FCFLAGS += -qp + CCFLAGS += -pg + endif + ifdef G4LIB_BUILD_SHARED + CXXFLAGS += -fPIC + FCFLAGS += -fPIC + CCFLAGS += -fPIC + endif + G4RUNPATHOPTION := -Xlinker -rpath + CC := gcc + FC := g77 + FCFLAGS += -fno-automatic -fno-backslash -fno-second-underscore + FCLIBS := -lg2c -lnsl + AR := xiar r + ECHO := /bin/echo -e + SHEXT := so + X11FLAGS := -I/usr/include/X11/extensions -I/usr/include/X11 + X11LIBS := -L/usr/X11R6/lib -lXmu -lXt -lXext -lX11 -lSM -lICE + XMFLAGS := -I/usr/X11R6/include + XMLIBS := -lXm -lXpm + DLDLIBS := -ldl + ifndef OGLFLAGS + OGLFLAGS := -I$(OGLHOME)/include + endif + ifndef OGLLIBS + OGLLIBS := -L$(OGLHOME)/lib -lGLU -lGL + endif + OIVFLAGS += -I$(OIHOME)/include + define build-granular-shared-lib + @libdir=`(cd $(@D);/bin/pwd)`; \ + cd $(G4TMPDIR); \ + $(CXX) -Wl,-soname,$(@F) -shared -o $$libdir/$(@F) $(INTYLIBS) *.o + endef + define build-global-shared-lib + @libdir=`(cd $(@D);/bin/pwd)`; \ + cd $(G4TMP)/$(G4SYSTEM); \ + $(CXX) -Wl,-soname,$(@F) -shared -o $$libdir/$(@F) $(INTYLIBS) \ + $(foreach dir,$(SUBLIBS),$(dir)/*.o); + endef + +endif diff --git a/config/sys/WIN32-VC7.gmk b/config/sys/WIN32-VC7.gmk index 12c63dfef3..cd602df20e 100644 --- a/config/sys/WIN32-VC7.gmk +++ b/config/sys/WIN32-VC7.gmk @@ -15,6 +15,7 @@ ifeq ($(G4SYSTEM),WIN32-VC7) CPPFLAGS += -DWIN32 -DXPNET LDFLAGS += -FORCE /NODEFAULTLIB:MSVCRT.dll + SHEXT := dll AR := LIB ECHO := echo -e FC := g77 @@ -29,11 +30,63 @@ ifeq ($(G4SYSTEM),WIN32-VC7) UI32LIBS := gdi32.lib user32.lib endif +# +# Building DLLs (from G.Barrand) +# ------------- +# The below commands permit to build DLLs from the archive libraries. +# From a libG4xxx.a, it will extract the symbols with : +# DOS> dumpbin /symbols libG4xxx.a > G4xxx.dumpbin +# After that it will produce a G4xxx.def using the 'win32def' program. +# The G4xxx.def file will contain the list of symbols that are "exported" +# or made public for using the DLLs. +# The source win32def.c is in config/sys. The binary is built during the +# library installation process, and will be placed in $G4LIB/G4SYSTEM. +# If can also be built as follows : +# DOS> cl.exe /Fowin32def.exe win32def.c +# Then, to use it : +# DOS> win32def G4xxx < G4xxx.dumpbin > G4xxx.def +# Libraries libG4xxx.lib can also be built with : +# DOS> lib /def:G4xxx.def /out:libG4xxx.lib +# It also produces a libG4xxx.exp used to build the DLL. +# The DLL can be built with : +# DOS> link /dll /out:G4xxx.dll libG4xxx.exp libG4xxx.a +# Note that a DLL must be fully linked. You should NOT have undefined +# symbols as output of the link command. +# define build-granular-shared-lib - @echo "Shared Libraries not supported on $(G4SYSTEM) + @libdir=`(cd $(@D);/bin/pwd)`;\ + cd $(G4TMP)/$(G4SYSTEM);\ + echo "Building $(name).dumpbin file";\ + $(RM) $(name).dumpbin;\ + dumpbin /symbols $(G4LIBDIR)/lib$(name).a > $(name).dumpbin;\ + echo "Building $(name).def file";\ + $(RM) $(name).def;\ + $(G4LIBDIR)/win32def.exe $(name) < $(name).dumpbin > $(name).def;\ + $(RM) $(name).dumpbin;\ + echo "Building lib$(name).exp and lib$(name).lib file";\ + $(RM) $(G4LIBDIR)/lib$(name).exp;\ + $(RM) $(G4LIBDIR)/lib$(name).lib;\ + lib.exe /nologo /machine:ix86 /def:$(name).def /out:$(G4LIBDIR)/lib$(name).lib;\ + $(RM) $(G4LIBDIR)/$(name).dll;\ + echo "Building $(name).dll file";\ + link.exe /nologo /dll /out:$(G4LIBDIR)/$(name).dll $(G4LIBDIR)/lib$(name).exp $(G4LIBDIR)/lib$(name).a /libpath:$(G4LIBDIR) $(GLOBLIBS) $(LIB_PATH)$(CLHEP_LIB_DIR) $(CLHEP_LIB) endef define build-global-shared-lib - @echo "Shared Libraries not supported on $(G4SYSTEM) + @libdir=`(cd $(@D);/bin/pwd)`;\ + cd $(G4TMP)/$(G4SYSTEM);\ + echo "Building $(name).dumpbin file";\ + $(RM) $(name).dumpbin;\ + dumpbin /symbols $(G4LIBDIR)/lib$(name).a > $(name).dumpbin;\ + echo "Building $(name).def file";\ + $(RM) $(name).def;\ + $(G4LIBDIR)/win32def.exe $(name) < $(name).dumpbin > $(name).def;\ + $(RM) $(name).dumpbin;\ + echo "Building lib$(name).exp and lib$(name).lib file";\ + $(RM) $(G4LIBDIR)/lib$(name).exp;\ + $(RM) $(G4LIBDIR)/lib$(name).lib;\ + lib.exe /nologo /machine:ix86 /def:$(name).def /out:$(G4LIBDIR)/lib$(name).lib;\ + $(RM) $(G4LIBDIR)/$(name).dll;\ + echo "Building $(name).dll file";\ + link.exe /nologo /dll /out:$(G4LIBDIR)/$(name).dll $(G4LIBDIR)/lib$(name).exp $(G4LIBDIR)/lib$(name).a /libpath:$(G4LIBDIR) $(GLOBLIBS) $(LIB_PATH)$(CLHEP_LIB_DIR) $(CLHEP_LIB) endef - endif diff --git a/config/win32def.c b/config/win32def.c new file mode 100644 index 0000000000..74e8e2dde4 --- /dev/null +++ b/config/win32def.c @@ -0,0 +1,170 @@ +/* $Id: win32def.c,v 1.2 2004/02/09 16:44:45 gcosmo Exp $ */ +/* +---------------------- Copyright notice -------------------------------+ */ +/* | Copyright (C) 1995, Guy Barrand, LAL Orsay, (barrand@lal.in2p3.fr) | */ +/* | Permission to use, copy, modify, and distribute this software | */ +/* | and its documentation for any purpose and without fee is hereby | */ +/* | granted, provided that the above copyright notice appear in all | */ +/* | copies and that both that copyright notice and this permission | */ +/* | notice appear in supporting documentation. This software is | */ +/* | provided "as is" without express or implied warranty. | */ +/* +---------------------- Copyright notice -------------------------------+ */ + +/* + This program is a tool to build .def file + used by lib.exe to build the DLL on Windows. + It takes the output of a "dumpbin" over an + archive library and produces the .def file for + this library. For example : + DOS> dumpbin /out:tmp /symbols MyLib.arc + DOS> win32def.exe MyLib < tmp > MyLib.def + Note that win32def is a standalone program that + can be easily reconstructed with : + DOS> cl /Fowin32def.exe win32def.c +*/ + +#include +#include +#include + +char** GetWords (char*,char*,int*); +/*****************************************************************************/ +int main ( + int aArgn +,char** aArgs +) +/*****************************************************************************/ +{ +#define MAX_STRING 2048 + char buffer[MAX_STRING+1]; + int length; + + + /*EXETYPE WINDOWS\n\ */ + printf("\ +LIBRARY %s\n\ +EXPORTS\n",aArgs[1]); + + while(1){ + if(fgets(buffer,MAX_STRING,stdin)==NULL) return EXIT_FAILURE; + /* + On some system (NT) editors when saving binary files + put \r\n at place of \n ; we then look for \r\n. + */ + length = strlen(buffer); + if( (length>=2) && (buffer[length-2]=='\r') && (buffer[length-1]=='\n') ) { + buffer[length-2] = '\0'; + length--; + length--; + } else if((length>=1) && (buffer[length-1]=='\n')) { + buffer[length-1] = '\0'; + length--; + } + if(strstr(buffer,"SECT")==NULL) continue; + if(strstr(buffer,"??_")!=NULL) continue; + if(strstr(buffer,"External")==NULL) continue; + + { + char** words; + int wordn; + words = GetWords (buffer," ",&wordn); + if(wordn>=8) { + int iword = 7; + if(strcmp(words[4],"()")==0) { + iword = 7; + } else if(strcmp(words[4],"External")==0) { + iword = 6; + } + if(words[iword][0]=='_') { + if(iword==6) { + printf(" %s\tDATA\n",words[iword]+1); + } else { + printf(" %s\n",words[iword]+1); + } + } else { + if(iword==6) { + printf(" %s\tDATA\n",words[iword]); + } else { + printf(" %s\n",words[iword]); + } + } + } + {int count; + for(count=0;count=nline) { + nline +=16; + list = (char**)realloc(list,nline*sizeof(char*)); + if(list==NULL) return NULL; + } + list[iline] = token; + iline++; + } + token = pos + strlen(a_limiter); + } else { /*last word*/ + if(*token!='\0') { + if(iline>=nline) { + nline += 16; + list = (char**)realloc(list,nline*sizeof(char*)); + if(list==NULL) return NULL; + } + list[iline] = token; + iline++; + } + break; + } + } + + for(count=0;count GetCurAerogelRefIndValueVect(G4int AerogelTypenum ); + std::vector GetCurAerogelRefIndValueVect(G4int AerogelTypenum ); G4double GetCurAerogelRefIndValue( G4int rbinw , G4int AerogelTypenum ); G4double GetRefnominal(G4int); AerogelType GetAerogelType(G4int); @@ -50,9 +50,9 @@ public: {return StdAerogelRefphotE[BinNumw]; } G4double GetStdAerogelRefIndValue(G4int BinNumv ) {return StdAerogelRefIndexValue[BinNumv];} - vector GetAerogelRefphotEVect() + std::vector GetAerogelRefphotEVect() { return StdAerogelRefphotE ; } - vector GetStdAerogelRefIndValueVect() + std::vector GetStdAerogelRefIndValueVect() {return StdAerogelRefIndexValue ; } G4double GetAerogelRefIndShift(G4int iAgtype) @@ -65,11 +65,11 @@ private: G4String AerogelRefIndexFileName; G4int NumberOfRefIndBins; - vectorStdAerogelRefphotE ; - vectorStdAerogelRefIndexValue ; + std::vectorStdAerogelRefphotE ; + std::vectorStdAerogelRefIndexValue ; G4double StdAerogelNominalRefractiveIndex; - vector AerogelRefIndShift; - vector AerogelWavelengthRef; + std::vector AerogelRefIndShift; + std::vector AerogelWavelengthRef; }; #endif diff --git a/examples/advanced/Rich/include/FilterTrData.hh b/examples/advanced/Rich/include/FilterTrData.hh index e2d93fe173..625ab025f8 100644 --- a/examples/advanced/Rich/include/FilterTrData.hh +++ b/examples/advanced/Rich/include/FilterTrData.hh @@ -49,9 +49,9 @@ public: G4double GetCurTransTotValue(G4int BinNumv ) {return TransTotValue[BinNumv];} G4double GetCurFilterThickness() {return FilterThickness; } - vector GetTransWL() { return TransWaveL ; } - vector GetTransValue() {return TransValue ; } - vector GetTransTotValue() {return TransTotValue ; } + std::vector GetTransWL() { return TransWaveL ; } + std::vector GetTransValue() {return TransValue ; } + std::vector GetTransTotValue() {return TransTotValue ; } FilterType GetFilterTypeIndex() {return FilterTypeIndex ; } private: @@ -61,9 +61,9 @@ private: G4int NumberOfTrBins; G4double FilterThickness; G4double FilterRefIndexNominal; - vectorTransWaveL ; - vectorTransValue ; - vectorTransTotValue; + std::vectorTransWaveL ; + std::vectorTransValue ; + std::vectorTransTotValue; G4double CurNeighbourRefIndexNominal; G4String FilterTransDataFileName; diff --git a/examples/advanced/Rich/include/PadHpdPhotoElectricEffect.hh b/examples/advanced/Rich/include/PadHpdPhotoElectricEffect.hh index 044b9c7c1f..f4a9611357 100644 --- a/examples/advanced/Rich/include/PadHpdPhotoElectricEffect.hh +++ b/examples/advanced/Rich/include/PadHpdPhotoElectricEffect.hh @@ -78,10 +78,10 @@ public: G4double HpdPhElectronKE; G4double PhCathodeToSilDetDist; G4double PSFsigma; - vectorDemagnificationFactor; - vectorDemagnificationQuadFactor; - vector >HpdQE; - vector >HpdWabin; + std::vectorDemagnificationFactor; + std::vectorDemagnificationQuadFactor; + std::vector >HpdQE; + std::vector >HpdWabin; }; diff --git a/examples/advanced/Rich/include/RichTbComponent.hh b/examples/advanced/Rich/include/RichTbComponent.hh index f885fde6bb..45b316c493 100644 --- a/examples/advanced/Rich/include/RichTbComponent.hh +++ b/examples/advanced/Rich/include/RichTbComponent.hh @@ -123,12 +123,12 @@ private: G4LogicalVolume* RichTbRadDnWLVol; G4VPhysicalVolume* RichTbRadDnWPVol; G4int NumAerogelTiles; - vector RichTbAgelLVol; - vector RichTbAgelPVol; - vector RichTbAgelWrapTopLVol; - vector RichTbAgelWrapTopPVol; - vector RichTbAgelWrapBotLVol; - vector RichTbAgelWrapBotPVol; + std::vector RichTbAgelLVol; + std::vector RichTbAgelPVol; + std::vector RichTbAgelWrapTopLVol; + std::vector RichTbAgelWrapTopPVol; + std::vector RichTbAgelWrapBotLVol; + std::vector RichTbAgelWrapBotPVol; G4LogicalVolume* RichTbFilterLVol; G4VPhysicalVolume* RichTbFilterPVol; G4bool ConstructTrackingGeometrySwitch; diff --git a/examples/advanced/Rich/include/RichTbIOData.hh b/examples/advanced/Rich/include/RichTbIOData.hh index 510b969594..d15be31726 100644 --- a/examples/advanced/Rich/include/RichTbIOData.hh +++ b/examples/advanced/Rich/include/RichTbIOData.hh @@ -30,7 +30,7 @@ #define RichTbIOData_h 1 #include "globals.hh" #include -#include +#include #include "RichTbRunConfig.hh" #include "G4Event.hh" class RichTbIOData { @@ -43,7 +43,7 @@ public: void WriteOutHitData(const G4Event* ); private: - ofstream OutputDataFS; + std::ofstream OutputDataFS; G4String aOutFileString; }; #endif diff --git a/examples/advanced/Rich/include/RichTbMaterial.hh b/examples/advanced/Rich/include/RichTbMaterial.hh index 65d3fb0c3d..d57a32975c 100644 --- a/examples/advanced/Rich/include/RichTbMaterial.hh +++ b/examples/advanced/Rich/include/RichTbMaterial.hh @@ -103,7 +103,7 @@ private: G4Material* RichTbH2O; G4Material* RichTbMirrorQuartz; G4Material* RichTbQuartzWindowMaterial; - vector RichTbAerogelMaterial; + std::vector RichTbAerogelMaterial; G4Material* RichTbAerogelTypeA; G4Material* RichTbAerogelTypeB; @@ -120,7 +120,7 @@ private: G4Material* HpdQuartzWindowMaterial; G4Material* PadHpdQuartzWindowMaterial; - vector RichTbFilterMaterial; + std::vector RichTbFilterMaterial; G4Material* GlassD263FilterMaterial; G4Material* PadHpdPhCathodeMaterial; G4Material* RichTbPlasticAg; diff --git a/examples/advanced/Rich/include/RichTbMaterialParameters.hh b/examples/advanced/Rich/include/RichTbMaterialParameters.hh index fb288fd47a..a803ea3b1e 100644 --- a/examples/advanced/Rich/include/RichTbMaterialParameters.hh +++ b/examples/advanced/Rich/include/RichTbMaterialParameters.hh @@ -39,14 +39,14 @@ extern void InitializeRichTbMaterial(); extern void HistoRichTbMaterialProperties(RichTbRunConfig* RConfig); -extern vector InitializeHpdQE(G4int); -extern vector InitializeHpdWaveL(G4int); -extern vector InitN2RefIndex(G4double, G4double); -extern vector InitN2RefPhotW(); -extern vector InitAgelPhotW(); -extern vector InitializePhotonMomentumVector(); -extern vector getDeadPixelList(G4int ihpdNum , G4int IsectNum); -extern vectorGetAerogelRScatLength(AerogelType); +extern std::vector InitializeHpdQE(G4int); +extern std::vector InitializeHpdWaveL(G4int); +extern std::vector InitN2RefIndex(G4double, G4double); +extern std::vector InitN2RefPhotW(); +extern std::vector InitAgelPhotW(); +extern std::vector InitializePhotonMomentumVector(); +extern std::vector getDeadPixelList(G4int ihpdNum , G4int IsectNum); +extern std::vectorGetAerogelRScatLength(AerogelType); extern G4double GetCurrentBulkTrans(G4double currentMatRefIndex, G4double currentNeighbourRefIndex, G4double MaxTotMeasuredTransmission); diff --git a/examples/advanced/Rich/include/RichTbRunConfig.hh b/examples/advanced/Rich/include/RichTbRunConfig.hh index ec4cda1850..0fe77a8acc 100644 --- a/examples/advanced/Rich/include/RichTbRunConfig.hh +++ b/examples/advanced/Rich/include/RichTbRunConfig.hh @@ -36,7 +36,7 @@ #include "AerogelRefData.hh" #include "FilterTrData.hh" #include -#include +#include class RichTbRunConfig{ public: RichTbRunConfig(); @@ -143,8 +143,8 @@ private: G4int FilterTNumber; FilterType CurFilterType; G4int NumberOfAerogelTiles; - vectorCurAerogelTNumber; - vectorCurAerogelType; + std::vectorCurAerogelTNumber; + std::vectorCurAerogelType; G4int WriteOutputFile; G4String OutputFileName; G4String OutputHistoDirName; diff --git a/examples/advanced/Rich/include/RichTbSD.hh b/examples/advanced/Rich/include/RichTbSD.hh index bcc96695f5..3110b73707 100644 --- a/examples/advanced/Rich/include/RichTbSD.hh +++ b/examples/advanced/Rich/include/RichTbSD.hh @@ -56,7 +56,7 @@ class RichTbSD : public G4VSensitiveDetector G4int NumberOfSensitiveHpds; G4int NumberOfSensitiveSectorsInHpd; G4int NumberOfSensitivePixelsInSector; - vector HpdSDID; + std::vector HpdSDID; G4int HCID; diff --git a/examples/advanced/Rich/src/AerogelRefData.cc b/examples/advanced/Rich/src/AerogelRefData.cc index 0372600a0c..d61e7ab0dc 100644 --- a/examples/advanced/Rich/src/AerogelRefData.cc +++ b/examples/advanced/Rich/src/AerogelRefData.cc @@ -26,17 +26,17 @@ // Created: Sajan Easo (Sajan.Easo@cern.ch) // Revision and changes: Patricia Mendez (Patricia.Mendez@cern.ch) ///////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include #include "AerogelRefData.hh" #include "RichTbGeometryParameters.hh" #include "RichTbMaterialParameters.hh" AerogelRefData::AerogelRefData(G4String AgelRefIndFile) :NumberOfRefIndBins(NumAerogelRefIndexPhotonEnergyBins), - StdAerogelRefphotE(vector(NumAerogelRefIndexPhotonEnergyBins)), - StdAerogelRefIndexValue(vector(NumAerogelRefIndexPhotonEnergyBins)), - AerogelRefIndShift(vector( MaxNumberOfAerogelTypes)), - AerogelWavelengthRef(vector( MaxNumberOfAerogelTypes)) { + StdAerogelRefphotE(std::vector(NumAerogelRefIndexPhotonEnergyBins)), + StdAerogelRefIndexValue(std::vector(NumAerogelRefIndexPhotonEnergyBins)), + AerogelRefIndShift(std::vector( MaxNumberOfAerogelTypes)), + AerogelWavelengthRef(std::vector( MaxNumberOfAerogelTypes)) { AerogelRefIndexFileName=AgelRefIndFile; @@ -101,7 +101,7 @@ void AerogelRefData::ReadStdAerogelRefIndex() { G4cout<<"Now reading Std Aerogel Ref Index from " <>ephot; @@ -116,9 +116,9 @@ void AerogelRefData::ReadStdAerogelRefIndex() { } } -vector AerogelRefData::GetCurAerogelRefIndValueVect (G4int AerogelTnum ) { +std::vector AerogelRefData::GetCurAerogelRefIndValueVect (G4int AerogelTnum ) { // no test for tdr rich. now put back to TB conditions. - vectorCAgel(NumberOfRefIndBins); + std::vectorCAgel(NumberOfRefIndBins); // AerogelType Ctype; G4double CRn = GetRefnominal( AerogelTnum ); for (G4int ib=0; ib < NumberOfRefIndBins; ib++ ){ diff --git a/examples/advanced/Rich/src/FilterTrData.cc b/examples/advanced/Rich/src/FilterTrData.cc index 9ba064ae5f..9dd8d5b880 100644 --- a/examples/advanced/Rich/src/FilterTrData.cc +++ b/examples/advanced/Rich/src/FilterTrData.cc @@ -26,17 +26,17 @@ // Created: Sajan Easo (Sajan.Easo@cern.ch) // Revision and changes: Patricia Mendez (Patricia.Mendez@cern.ch) ///////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include #include "FilterTrData.hh" #include "RichTbGeometryParameters.hh" #include "RichTbMaterialParameters.hh" FilterTrData::FilterTrData(G4int FilterTypeNum, G4String FilterDataFileName ) :NumberOfTrBins(NumFilterTransBins), - TransWaveL(vector(NumFilterTransBins)), - TransValue(vector(NumFilterTransBins)), - TransTotValue(vector(NumFilterTransBins)) + TransWaveL(std::vector(NumFilterTransBins)), + TransValue(std::vector(NumFilterTransBins)), + TransTotValue(std::vector(NumFilterTransBins)) { // In the G4example the same type of filter is used // for all types of filters. @@ -72,7 +72,7 @@ void FilterTrData::ReadFilterTrans() { TransValue.resize(NumberOfTrBins); TransTotValue.resize(NumberOfTrBins); } - ifstream finpga(D263FilterTransFile); + std::ifstream finpga(D263FilterTransFile); G4double wa,trn; //set the order to have increasing in wavelength after reading in. //the data file is with decreasing order of wavelength. diff --git a/examples/advanced/Rich/src/PadHpdPhotoElectricEffect.cc b/examples/advanced/Rich/src/PadHpdPhotoElectricEffect.cc index 8854f5d042..ae8c63037d 100644 --- a/examples/advanced/Rich/src/PadHpdPhotoElectricEffect.cc +++ b/examples/advanced/Rich/src/PadHpdPhotoElectricEffect.cc @@ -44,10 +44,10 @@ PadHpdPhotoElectricEffect::PadHpdPhotoElectricEffect(const G4String& processName , RichTbRunConfig* RConfig) :G4VDiscreteProcess(processName), - DemagnificationFactor(vector(NumHpdTot)), - DemagnificationQuadFactor(vector(NumHpdTot)), - HpdQE(NumHpdTot, vector( NumQEbins)), - HpdWabin(NumHpdTot, vector( NumQEbins)) + DemagnificationFactor(std::vector(NumHpdTot)), + DemagnificationQuadFactor(std::vector(NumHpdTot)), + HpdQE(NumHpdTot, std::vector( NumQEbins)), + HpdWabin(NumHpdTot, std::vector( NumQEbins)) { rConfig=RConfig; PrePhotoElectricVolName="PadHpdWindowQuartz"; @@ -78,8 +78,8 @@ PadHpdPhotoElectricEffect::PadHpdPhotoElectricEffect(const G4String& processName DemagnificationFactor[ihpdq] = DemagnificationFactor[ihpdq]*(1.0+DemagError); - vectorqeCurHpd = InitializeHpdQE(ihpdq); - vectorwaCurHpd = InitializeHpdWaveL(ihpdq); + std::vectorqeCurHpd = InitializeHpdQE(ihpdq); + std::vectorwaCurHpd = InitializeHpdWaveL(ihpdq); if(qeCurHpd.size() != waCurHpd.size() ) { G4cout<<"Wrong size for Hpd QE "< +#include #include "globals.hh" #include "RichTbDetectorConstruction.hh" #include "RichTbGeometryParameters.hh" @@ -50,12 +50,12 @@ RichTbComponent::RichTbComponent(){ ; } RichTbComponent::RichTbComponent(RichTbMaterial* RMaterial, RichTbHall* RTbHall , RichTbRunConfig* RConfig, G4bool ConstructTrackingSwitch): - RichTbAgelLVol(vector(MaxNumberOfAerogelTiles)), - RichTbAgelPVol(vector(MaxNumberOfAerogelTiles)), - RichTbAgelWrapTopLVol(vector(MaxNumberOfAerogelTiles)), - RichTbAgelWrapTopPVol(vector(MaxNumberOfAerogelTiles)), - RichTbAgelWrapBotLVol(vector(MaxNumberOfAerogelTiles)), - RichTbAgelWrapBotPVol(vector(MaxNumberOfAerogelTiles)) + RichTbAgelLVol(std::vector(MaxNumberOfAerogelTiles)), + RichTbAgelPVol(std::vector(MaxNumberOfAerogelTiles)), + RichTbAgelWrapTopLVol(std::vector(MaxNumberOfAerogelTiles)), + RichTbAgelWrapTopPVol(std::vector(MaxNumberOfAerogelTiles)), + RichTbAgelWrapBotLVol(std::vector(MaxNumberOfAerogelTiles)), + RichTbAgelWrapBotPVol(std::vector(MaxNumberOfAerogelTiles)) { ConstructTrackingGeometrySwitch=ConstructTrackingSwitch; diff --git a/examples/advanced/Rich/src/RichTbDetectorConstruction.cc b/examples/advanced/Rich/src/RichTbDetectorConstruction.cc index 0aa059f25e..7eec8a170a 100644 --- a/examples/advanced/Rich/src/RichTbDetectorConstruction.cc +++ b/examples/advanced/Rich/src/RichTbDetectorConstruction.cc @@ -26,7 +26,7 @@ // Created: Sajan Easo (Sajan.Easo@cern.ch) // Revision and changes: Patricia Mendez (Patricia.Mendez@cern.ch) ///////////////////////////////////////////////////////////////////////////// -#include +#include #include "RichTbMaterialParameters.hh" #include "RichTbGeometryParameters.hh" #include "RichTbDetectorConstruction.hh" diff --git a/examples/advanced/Rich/src/RichTbGraphics.cc b/examples/advanced/Rich/src/RichTbGraphics.cc index 74def2a18f..5a493d208d 100644 --- a/examples/advanced/Rich/src/RichTbGraphics.cc +++ b/examples/advanced/Rich/src/RichTbGraphics.cc @@ -26,7 +26,7 @@ // Created: Sajan Easo (Sajan.Easo@cern.ch) // Revision and changes: Patricia Mendez (Patricia.Mendez@cern.ch) ///////////////////////////////////////////////////////////////////////////// -#include +#include #include "RichTbDetectorConstruction.hh" #include "RichTbHall.hh" #include "RichTbComponent.hh" diff --git a/examples/advanced/Rich/src/RichTbHall.cc b/examples/advanced/Rich/src/RichTbHall.cc index 6657f9b214..a98f2ae030 100644 --- a/examples/advanced/Rich/src/RichTbHall.cc +++ b/examples/advanced/Rich/src/RichTbHall.cc @@ -26,7 +26,7 @@ // Created: Sajan Easo (Sajan.Easo@cern.ch) // Revision and changes: Patricia Mendez (Patricia.Mendez@cern.ch) ///////////////////////////////////////////////////////////////////////////// -#include +#include #include "RichTbDetectorConstruction.hh" #include "RichTbHall.hh" #include "RichTbMaterial.hh" diff --git a/examples/advanced/Rich/src/RichTbHpd.cc b/examples/advanced/Rich/src/RichTbHpd.cc index 347c26fe0d..3de0e6b25d 100644 --- a/examples/advanced/Rich/src/RichTbHpd.cc +++ b/examples/advanced/Rich/src/RichTbHpd.cc @@ -26,7 +26,7 @@ // Created: Sajan Easo (Sajan.Easo@cern.ch) // Revision and changes: Patricia Mendez (Patricia.Mendez@cern.ch) ///////////////////////////////////////////////////////////////////////////// -#include +#include #include "globals.hh" #include "G4Box.hh" #include "G4Trd.hh" diff --git a/examples/advanced/Rich/src/RichTbMaterial.cc b/examples/advanced/Rich/src/RichTbMaterial.cc index 699c1c4f3d..bec847ec2c 100644 --- a/examples/advanced/Rich/src/RichTbMaterial.cc +++ b/examples/advanced/Rich/src/RichTbMaterial.cc @@ -26,7 +26,7 @@ // Created: Sajan Easo (Sajan.Easo@cern.ch) // Revision and changes: Patricia Mendez (Patricia.Mendez@cern.ch) ///////////////////////////////////////////////////////////////////////////// -#include +#include #include #include "globals.hh" #include "RichTbMaterial.hh" @@ -47,8 +47,8 @@ RichTbMaterial::RichTbMaterial(RichTbRunConfig* RConfig): - RichTbAerogelMaterial(vector (MaxNumberOfAerogelTypes)), - RichTbFilterMaterial(vector(MaxNumberOfFilterTypes)){ + RichTbAerogelMaterial(std::vector (MaxNumberOfAerogelTypes)), + RichTbFilterMaterial(std::vector(MaxNumberOfFilterTypes)){ rConfig=RConfig; @@ -212,8 +212,8 @@ RichTbMaterial::RichTbMaterial(RichTbRunConfig* RConfig): G4double* NitrogenGasPhotW=new G4double[NumPhotWaveLengthBins]; - vectorN2RefInd= InitN2RefIndex(pressure,temperature); - vectorN2RefPhotW=InitN2RefPhotW(); + std::vectorN2RefInd= InitN2RefIndex(pressure,temperature); + std::vectorN2RefPhotW=InitN2RefPhotW(); for (ibin=0; ibinGetFilterTrData(); - vectorGlassD263TransWL = CurFil-> GetTransWL(); - vectorGlassD263Transmis = CurFil->GetTransTotValue(); + std::vectorGlassD263TransWL = CurFil-> GetTransWL(); + std::vectorGlassD263Transmis = CurFil->GetTransTotValue(); G4double FilterHalfZ= CurFil->GetCurFilterThickness(); for (ibin=0; ibinAerogelTypeASLength = GetAerogelRScatLength(AerogelTypeA); + std::vectorAerogelTypeASLength = GetAerogelRScatLength(AerogelTypeA); G4int AerogNumber=0; G4double AerogelLength=GetCurAerogelLength(AerogNumber); G4double MaxTotTransmission=AerogelTypeATotTrans; @@ -875,11 +875,11 @@ RichTbMaterial::RichTbMaterial(RichTbRunConfig* RConfig): OpRichTbEnclosureSurfaceMPT->AddProperty("REFLECTIVITY", RichEnclosureSurfacePhotMom, RichTbEnclosureSurfaceReflectivity, - NumPhotonRichEnclosureSurfaceWaveLengthBins); + static_cast(NumPhotonRichEnclosureSurfaceWaveLengthBins)); OpRichTbEnclosureSurfaceMPT->AddProperty("EFFICIENCY", RichEnclosureSurfacePhotMom, RichTbEnclosureSurfaceEfficiency, - NumPhotonRichEnclosureSurfaceWaveLengthBins); + static_cast(NumPhotonRichEnclosureSurfaceWaveLengthBins)); OpRichTbEnclosureSurface-> SetMaterialPropertiesTable(OpRichTbEnclosureSurfaceMPT); @@ -913,11 +913,11 @@ RichTbMaterial::RichTbMaterial(RichTbRunConfig* RConfig): OpHpdQuartzWTSurfaceMPT->AddProperty("REFLECTIVITY", HpdQuartzWTSurfacePhotMom, HpdQuartzWTSurfaceReflectivity, - NumPhotonHpdQuartzWTSurfaceWaveLengthBins); + static_cast(NumPhotonHpdQuartzWTSurfaceWaveLengthBins)); OpHpdQuartzWTSurfaceMPT->AddProperty("EFFICIENCY", HpdQuartzWTSurfacePhotMom, HpdQuartzWTSurfaceEfficiency, - NumPhotonHpdQuartzWTSurfaceWaveLengthBins); + static_cast(NumPhotonHpdQuartzWTSurfaceWaveLengthBins)); OpHpdQuartzWTSurface-> SetMaterialPropertiesTable(OpHpdQuartzWTSurfaceMPT); @@ -953,11 +953,11 @@ RichTbMaterial::RichTbMaterial(RichTbRunConfig* RConfig): OpHpdQuartzWPSurfaceMPT->AddProperty("REFLECTIVITY", HpdQuartzWPSurfacePhotMom, HpdQuartzWPSurfaceReflectivity, - NumPhotonHpdQuartzWPSurfaceWaveLengthBins); + static_cast(NumPhotonHpdQuartzWPSurfaceWaveLengthBins)); OpHpdQuartzWPSurfaceMPT->AddProperty("EFFICIENCY", HpdQuartzWPSurfacePhotMom, HpdQuartzWPSurfaceEfficiency, - NumPhotonHpdQuartzWPSurfaceWaveLengthBins); + static_cast(NumPhotonHpdQuartzWPSurfaceWaveLengthBins)); OpHpdQuartzWPSurface-> SetMaterialPropertiesTable(OpHpdQuartzWPSurfaceMPT); @@ -998,11 +998,11 @@ RichTbMaterial::RichTbMaterial(RichTbRunConfig* RConfig): OpPhCathodeSurfaceMPT->AddProperty("REFLECTIVITY", PhCathodeSurfacePhotMom, PhCathodeSurfaceReflectivity, - NumPhotonPhCathodeSurfaceWaveLengthBins); + static_cast(NumPhotonPhCathodeSurfaceWaveLengthBins)); OpPhCathodeSurfaceMPT->AddProperty("EFFICIENCY", PhCathodeSurfacePhotMom, PhCathodeSurfaceEfficiency, - NumPhotonPhCathodeSurfaceWaveLengthBins); + static_cast(NumPhotonPhCathodeSurfaceWaveLengthBins)); OpPhCathodeSurface-> SetMaterialPropertiesTable(OpPhCathodeSurfaceMPT); @@ -1044,15 +1044,15 @@ RichTbMaterial::RichTbMaterial(RichTbRunConfig* RConfig): OpHpdSiCoatSurfaceMPT->AddProperty("REFLECTIVITY", HpdSiCoatSurfacePhotMom, HpdSiCoatSurfaceReflectivity, - NumPhotonHpdSiCoatSurfaceWaveLengthBins); + static_cast(NumPhotonHpdSiCoatSurfaceWaveLengthBins)); OpHpdSiCoatSurfaceMPT->AddProperty("EFFICIENCY", HpdSiCoatSurfacePhotMom, HpdSiCoatSurfaceEfficiency, - NumPhotonHpdSiCoatSurfaceWaveLengthBins); + static_cast(NumPhotonHpdSiCoatSurfaceWaveLengthBins)); OpHpdSiCoatSurfaceMPT->AddProperty("RINDEX", HpdSiCoatSurfacePhotMom, HpdSiCoatSurfaceRefInd, - NumPhotonHpdSiCoatSurfaceWaveLengthBins); + static_cast(NumPhotonHpdSiCoatSurfaceWaveLengthBins)); OpHpdSiCoatSurface-> SetMaterialPropertiesTable(OpHpdSiCoatSurfaceMPT); @@ -1086,11 +1086,11 @@ RichTbMaterial::RichTbMaterial(RichTbRunConfig* RConfig): OpRichTbHpdMetalSurfaceMPT->AddProperty("REFLECTIVITY", RichHpdMetalSurfacePhotMom, RichHpdMetalSurfaceReflectivity, - NumPhotonHpdMetalSurfaceWaveLengthBins); + static_cast(NumPhotonHpdMetalSurfaceWaveLengthBins)); OpRichTbHpdMetalSurfaceMPT->AddProperty("EFFICIENCY", RichHpdMetalSurfacePhotMom, RichHpdMetalSurfaceEfficiency, - NumPhotonHpdMetalSurfaceWaveLengthBins); + static_cast(NumPhotonHpdMetalSurfaceWaveLengthBins)); OpRichTbHpdMetalSurface-> SetMaterialPropertiesTable(OpRichTbHpdMetalSurfaceMPT); diff --git a/examples/advanced/Rich/src/RichTbMaterialParameters.cc b/examples/advanced/Rich/src/RichTbMaterialParameters.cc index 81cd0cd893..65a4164314 100644 --- a/examples/advanced/Rich/src/RichTbMaterialParameters.cc +++ b/examples/advanced/Rich/src/RichTbMaterialParameters.cc @@ -26,8 +26,8 @@ // Created: Sajan Easo (Sajan.Easo@cern.ch) // Revision and changes: Patricia Mendez (Patricia.Mendez@cern.ch) ///////////////////////////////////////////////////////////////////////////// -#include -#include +#include +#include #include "globals.hh" #include "RichTbGeometryParameters.hh" #include "RichTbMaterialParameters.hh" @@ -41,20 +41,20 @@ void InitializeRichTbMaterial(){ } -vector InitializePhotonMomentumVector() { +std::vector InitializePhotonMomentumVector() { G4double PhotonEnergyStep=(PhotonMaxEnergy-PhotonMinEnergy)/ NumPhotWaveLengthBins; - vectorPhotMomVect(NumPhotWaveLengthBins); + std::vectorPhotMomVect(NumPhotWaveLengthBins); for (G4int ibin=0; ibin InitN2RefIndex(G4double pressure, G4double temperature){ +std::vector InitN2RefIndex(G4double pressure, G4double temperature){ - vector PmV=InitN2RefPhotW(); - vector RefN2(NumPhotWaveLengthBins); + std::vector PmV=InitN2RefPhotW(); + std::vector RefN2(NumPhotWaveLengthBins); G4double GasRhoN2Cur=GasRhoN2atSTP*(GasTemperature_STP/temperature)* (pressure/ GasPressure_STP); G4double epho,pfe,cpfe; @@ -68,20 +68,20 @@ vector InitN2RefIndex(G4double pressure, G4double temperature){ } return RefN2; } -vector InitN2RefPhotW() { +std::vector InitN2RefPhotW() { return InitializePhotonMomentumVector() ; } -vector InitAgelPhotW() { +std::vector InitAgelPhotW() { return InitializePhotonMomentumVector() ; } -vector InitializeHpdQE(G4int ihpdqe) { +std::vector InitializeHpdQE(G4int ihpdqe) { // Initialize the HPD QE G4int iqb; if(ihpdqe >= NumHpdTot ) { G4cout<<"Wrong HPD Number for QE " <qeCurPerCent(NumQEbins); + std::vectorqeCurPerCent(NumQEbins); if(ihpdqe == 0 ){ for(iqb=0; iqb InitializeHpdQE(G4int ihpdqe) { return qeCurPerCent; } -vector InitializeHpdWaveL(G4int ihpdqe) { +std::vector InitializeHpdWaveL(G4int ihpdqe) { G4int iqb; if(ihpdqe >= NumHpdTot ) { G4cout<<"Wrong HPD Number for QE wavelength " <HpdQEW(NumQEbins); + std::vectorHpdQEW(NumQEbins); for (iqb=0; iqbWaveL1 = InitializeHpdWaveL(ihpdqa); - vectorQEff1 = InitializeHpdQE(ihpdqa); + std::vectorWaveL1 = InitializeHpdWaveL(ihpdqa); + std::vectorQEff1 = InitializeHpdQE(ihpdqa); } -vector getDeadPixelList(G4int ihpdNum, G4int){ - vectorDeadPixelList; +std::vector getDeadPixelList(G4int ihpdNum, G4int){ + std::vectorDeadPixelList; // G4int isc,ipsc; @@ -176,10 +176,10 @@ vector getDeadPixelList(G4int ihpdNum, G4int){ return DeadPixelList; } -vectorGetAerogelRScatLength(AerogelType CurrentAerogelType) { +std::vectorGetAerogelRScatLength(AerogelType CurrentAerogelType) { - vectorAgelRayleighScatLength(NumPhotWaveLengthBins); - vectorAgelPhotW = InitAgelPhotW(); + std::vectorAgelRayleighScatLength(NumPhotWaveLengthBins); + std::vectorAgelPhotW = InitAgelPhotW(); G4double aClarity=0.; if(CurrentAerogelType == AerogelTypeA ) { aClarity=AerogelTypeAClarity/(micrometer*micrometer*micrometer*micrometer); @@ -196,7 +196,7 @@ vectorGetAerogelRScatLength(AerogelType CurrentAerogelType) { }else if (CurrentAerogelType == AerogelTypeE ) { aClarity=AerogelTypeEClarity/(micrometer*micrometer*micrometer*micrometer); - }else {G4cout<<"Unknown Aerogel Type for Rayleigh Scat Length "< -#include +#include +#include #include "globals.hh" #include "RichTbPhotoDetector.hh" #include "G4VPhysicalVolume.hh" diff --git a/examples/advanced/Rich/src/RichTbRunConfig.cc b/examples/advanced/Rich/src/RichTbRunConfig.cc index 99cfa9d36c..af243d2e43 100644 --- a/examples/advanced/Rich/src/RichTbRunConfig.cc +++ b/examples/advanced/Rich/src/RichTbRunConfig.cc @@ -27,13 +27,13 @@ // Revision and changes: Patricia Mendez (Patricia.Mendez@cern.ch) ///////////////////////////////////////////////////////////////////////////// #include -#include +#include #include "RichTbRunConfig.hh" #include "RichTbMaterialParameters.hh" #include "globals.hh" RichTbRunConfig::RichTbRunConfig() - :CurAerogelTNumber(vector(MaxNumberOfAerogelTiles)), - CurAerogelType(vector(MaxNumberOfAerogelTiles)){ + :CurAerogelTNumber(std::vector(MaxNumberOfAerogelTiles)), + CurAerogelType(std::vector(MaxNumberOfAerogelTiles)){ const char* RunConfigFile = "RunConfig.dat" ; G4cout<<" Run Configuration Input is from "<< RunConfigFile<>RichTbHall_visib; finp>>RichTbEnclosure_visib; diff --git a/examples/advanced/Rich/src/RichTbSiDet.cc b/examples/advanced/Rich/src/RichTbSiDet.cc index 1fc85809fc..bdd91d4dda 100644 --- a/examples/advanced/Rich/src/RichTbSiDet.cc +++ b/examples/advanced/Rich/src/RichTbSiDet.cc @@ -26,7 +26,7 @@ // Created: Sajan Easo (Sajan.Easo@cern.ch) // Revision and changes: Patricia Mendez (Patricia.Mendez@cern.ch) ///////////////////////////////////////////////////////////////////////////// -#include +#include #include "globals.hh" #include "G4Box.hh" #include "G4Trd.hh" diff --git a/examples/advanced/Rich/src/RichTbSiPixel.cc b/examples/advanced/Rich/src/RichTbSiPixel.cc index 8b3a562f7f..6e7dc308d2 100644 --- a/examples/advanced/Rich/src/RichTbSiPixel.cc +++ b/examples/advanced/Rich/src/RichTbSiPixel.cc @@ -26,7 +26,7 @@ // Created: Sajan Easo (Sajan.Easo@cern.ch) // Revision and changes: Patricia Mendez (Patricia.Mendez@cern.ch) ///////////////////////////////////////////////////////////////////////////// -#include +#include #include "globals.hh" #include "G4Box.hh" #include "G4Trd.hh" @@ -122,7 +122,7 @@ RichTbSiPixel::RichTbSiPixel(RichTbMaterial* RMaterial, // This just flags the pixel as active. //First Get the deadPixel List G4bool thisPixelisAlive=true; - vectorDeadPxL = getDeadPixelList(IHpdNum,Isector); + std::vectorDeadPxL = getDeadPixelList(IHpdNum,Isector); for(size_t ideadP=0; ideadPSetUserAction(pEventAction ); BrachyRunAction *pRunAction = new BrachyRunAction(sensitiveDetectorName); @@ -127,7 +127,8 @@ int main(int argc ,char ** argv) G4UImanager* UI = G4UImanager::GetUIpointer(); if (session) // Define UI session for interactive mode. { - G4cout<<" UI session starts ..."<< G4endl; + G4cout<<" UI session starts ..."<< G4endl; + UI->ApplyCommand("/control/execute VisualisationMacro.mac"); session->SessionStart(); delete session; } diff --git a/examples/advanced/brachytherapy/History b/examples/advanced/brachytherapy/History index fa56b77678..4e77e571ab 100644 --- a/examples/advanced/brachytherapy/History +++ b/examples/advanced/brachytherapy/History @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -$Id: History,v 1.6 2003/11/12 16:44:06 johna Exp $ +$Id: History,v 1.7 2004/03/11 15:38:41 guatelli Exp $ ------------------------------------------------------------------- ========================================================= @@ -8,6 +8,8 @@ $Id: History,v 1.6 2003/11/12 16:44:06 johna Exp $ Category History file --------------------- +11.3.2003 - Susanna Guatelli + Add a histogram, maintenance of the code 12.11.2003 - John Allison Updated Vis Manager. diff --git a/examples/advanced/brachytherapy/IodiumSourceMacro.mac b/examples/advanced/brachytherapy/IodiumSourceMacro.mac index ca8f83e5a1..58c2a85f4f 100644 --- a/examples/advanced/brachytherapy/IodiumSourceMacro.mac +++ b/examples/advanced/brachytherapy/IodiumSourceMacro.mac @@ -4,4 +4,4 @@ /source/switch Iodium /run/energy Iodium /run/initialize -/run/beamOn 100 +/run/beamOn 1000 diff --git a/examples/advanced/brachytherapy/IodiumSourceMacro.out b/examples/advanced/brachytherapy/IodiumSourceMacro.out deleted file mode 100644 index cc51283ac9..0000000000 --- a/examples/advanced/brachytherapy/IodiumSourceMacro.out +++ /dev/null @@ -1,116 +0,0 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (19-May-2003) - Copyright : Geant4 Collaboration -********************************************** -Visualization Manager instantiating... -Visualization Manager initialising... -Registering graphics systems... - - - - User Environment - Using AIDA 3.0 analysis - - -Bremsstrahlung Angular Generator is Modified Tsai -Universal distribution suggested by L. Urban (Geant3 manual (1993) Phys211) -Derived from Tsai distribution (Rev Mod Phys 49,421(1977)) - -BrachyPhysicsList::SetCuts:CutLength : 100 mum -/run/verbose 0 -/event/verbose 0 -/source/switch Iodium -Now Detector is Iodium -/run/energy Iodium -/run/initialize -/run/beamOn 100 - -msc: Tables of transport mean free paths. - New model of MSC , computes the lateral - displacement of the particle , too. - PhysicsTables from 100 eV to 100 TeV in 100 bins. -G4AugerData for Element no. 6 are loaded -G4AugerData for Element no. 7 are loaded -G4AugerData for Element no. 8 are loaded -G4AugerData for Element no. 11 are loaded -G4AugerData for Element no. 12 are loaded -G4AugerData for Element no. 13 are loaded -G4AugerData for Element no. 14 are loaded -G4AugerData for Element no. 15 are loaded -G4AugerData for Element no. 16 are loaded -G4AugerData for Element no. 17 are loaded -G4AugerData for Element no. 19 are loaded -G4AugerData for Element no. 20 are loaded -G4AugerData for Element no. 22 are loaded -G4AugerData for Element no. 24 are loaded -G4AugerData for Element no. 25 are loaded -G4AugerData for Element no. 26 are loaded -G4AugerData for Element no. 28 are loaded -G4AugerData for Element no. 30 are loaded -G4AugerData for Element no. 53 are loaded -G4AugerData for Element no. 74 are loaded -G4AugerData for Element no. 77 are loaded -G4AugerData for Element no. 79 are loaded -G4AugerData for Element no. 82 are loaded -AugerTransitionTable complete - -LowEnergyIoni: Total cross sections from EEDL database. - Gamma energy sampled from a parametrised formula. - Implementation of the continuous dE/dx part. - At present it can be used for electrons in the energy range [250eV,100GeV]. - The process must work with G4LowEnergyBremsstrahlung. - -LowEnBrem: Total cross sections from EEDL database. - Gamma energy sampled from a parameterised formula. - Implementation of the continuous dE/dx part. - At present it can be used for electrons in the energy range [250eV,100GeV]. - The process must work with G4LowEnergyIonisation. - -annihil: Total cross section from Heilter formula(annihilation into 2 photons). - gamma energies sampled according Heitler - PhysicsTables from 10 keV to 10 TeV in 100 bins. - -========= Table of registered couples ============================== - -Index : 0 used in the geometry : Yes recalculation needed : No - Material : Air - Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 1 used in the geometry : Yes recalculation needed : No - Material : tissue - Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 1.06471 keV e- 84.2696 keV e+ 83.2385 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 2 used in the geometry : Yes recalculation needed : No - Material : titanium - Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 4.09208 keV e- 165.852 keV e+ 161.818 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 3 used in the geometry : Yes recalculation needed : No - Material : Iodium - Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 9.58329 keV e- 152.158 keV e+ 148.458 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 4 used in the geometry : Yes recalculation needed : No - Material : gold - Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 40.2739 keV e- 347.138 keV e+ 334.551 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -==================================================================== - -The Ntuple is non-zero -number of event = 100 -Graphics systems deleted. -Visualization Manager deleting... diff --git a/examples/advanced/brachytherapy/IridiumSourceMacro.mac b/examples/advanced/brachytherapy/IridiumSourceMacro.mac index 940407a223..e1d20450bf 100644 --- a/examples/advanced/brachytherapy/IridiumSourceMacro.mac +++ b/examples/advanced/brachytherapy/IridiumSourceMacro.mac @@ -2,4 +2,4 @@ /run/verbose 0 /event/verbose 0 /run/initialize -/run/beamOn 100 +/run/beamOn 1000 diff --git a/examples/advanced/brachytherapy/README b/examples/advanced/brachytherapy/README index 57b1ad6e65..7230e114e6 100644 --- a/examples/advanced/brachytherapy/README +++ b/examples/advanced/brachytherapy/README @@ -38,7 +38,7 @@ setup for analysis with AIDA 3.0/Anaphe 5.0.5 for user with account | on lxplus: | setenv G4ANALYSIS_USE 1 -setenv G4ANALYSIS_BUILD 1 | + | source /afs/cern.ch/sw/lhcxx/share/LHCXX/5.0.5/scripts/setupAnaphe.csh setenv PATH ${PATH}:/afs/cern.ch/sw/lhcxx/share/LHCXX/5.0.5/scripts/ | @@ -55,7 +55,8 @@ setenv PATH ${PATH}:/afs/cern.ch/sw/lhcxx/share/LHCXX/5.0.5/scripts/ | $G4WORDIR/bin/Linux-g++/Brachy LeipzigSourceMacro.mac | - Interative mode: - 3) $G4WORDIR/bin/Linux-g++/Brachy | + 3) $G4WORDIR/bin/Linux-g++/Brachy + The VisualisationMacro.mac is loaded automatically | -->possible different configurations for interactive mode: | @@ -79,28 +80,32 @@ Phantom: | idle>/phantom/selectMaterial materialName | - batch mode: executable Brachy macroFile.mac - a macro is provided as example: IodiumSourceMacro.mac | + macros are provided as example: IodiumSourceMacro.mac, + IridiumSourceMacro.mac, LeipzigSourceMacro.mac | (ex. $G4WORKDIR/bin/Linux-g++/Brachy IodiumSourceMacro.mac) ------------------------------------------------------------------------ ----> 4. Simulation output | if ANALYSIS_USE = 1 in the set-up, the output is brachytherapy.hbk | + It contains: 1)1Dhistogram with the primary particle energy | 2)2Dhistogram with the distribution of energy in the plane - (x,z,energy) containing the source (YThickness = 1. mm) | - 3)Ntuple with the 3D energy deposit in the Phantom + (x,z,energy) containing the source (YThickness = 1. mm) + 3)1Dhistogram with the energy deposit along the X axis in the plane | + containing the source. + 4)Ntuple with the 3D energy deposit in the Phantom | Units: the energy deposit is in MeV; - x, y, z in mm for both 2D-histogram and ntuple | + x, y, z in mm for histograms and ntuple | ------------------------------------------------------------------------ ----> 5.Visualisation | -a macro is provided ad example of visulisation: VisualisationMacro.mac | -run $G4WORKDIR/bin/Linux-g++/Brachy VisualisationMacro.mac +a macro is provided ad example of visualisation: VisualisationMacro.mac| + ------------------------------------------------------------------------ for comments, advices, doubts and questions: guatelli@ge.infn.it for more info http://www.ge.infn.it/geant4/examples/index.html -last modified: Susanna Guatelli 18/11/2003 \ No newline at end of file +last modified: Susanna Guatelli 11/3/2004 diff --git a/examples/advanced/brachytherapy/VisualisationMacro.mac b/examples/advanced/brachytherapy/VisualisationMacro.mac index 15f4719bd6..d33106703d 100644 --- a/examples/advanced/brachytherapy/VisualisationMacro.mac +++ b/examples/advanced/brachytherapy/VisualisationMacro.mac @@ -12,8 +12,10 @@ # # # for drawing the tracks +/vis/viewer/set/viewpointThetaPhi 90 180 deg +/vis/viewer/zoom 1.4 /tracking/storeTrajectory 1 /vis/scene/endOfEventAction accumulate /vis/viewer/update /run/initialize -/run/beamOn 100 + diff --git a/examples/advanced/brachytherapy/include/BrachyAnalysisManager.hh b/examples/advanced/brachytherapy/include/BrachyAnalysisManager.hh index 240cef23e6..2c1368ee95 100644 --- a/examples/advanced/brachytherapy/include/BrachyAnalysisManager.hh +++ b/examples/advanced/brachytherapy/include/BrachyAnalysisManager.hh @@ -25,8 +25,8 @@ // S.Guatelli // // -// $Id: BrachyAnalysisManager.hh,v 1.8 2003/06/16 16:44:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: BrachyAnalysisManager.hh,v 1.9 2004/03/11 15:38:42 guatelli Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ********************************** // * * @@ -68,8 +68,9 @@ public: static BrachyAnalysisManager* getInstance(); void book(); void FillNtupleWithEnergy(G4double,G4double,G4double,G4float); - void FillHistogramWithEnergy(G4double,G4double,G4float); + void FillHistogramWithEnergy(G4double,G4double,G4double); void PrimaryParticleEnergySpectrum(G4double); + void DoseDistribution(G4double,G4double); void finish(); @@ -89,6 +90,7 @@ private: AIDA::ITreeFactory *treeFact; AIDA::IHistogram2D *h1; AIDA::IHistogram1D *h2; + AIDA::IHistogram1D *h3; AIDA::ITuple *ntuple; }; diff --git a/examples/advanced/brachytherapy/include/BrachyDetectorConstruction.hh b/examples/advanced/brachytherapy/include/BrachyDetectorConstruction.hh index e9774b3543..c6c6c1d0bc 100644 --- a/examples/advanced/brachytherapy/include/BrachyDetectorConstruction.hh +++ b/examples/advanced/brachytherapy/include/BrachyDetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyDetectorConstruction.hh,v 1.15 2003/05/22 17:20:40 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // **************************************** // * * diff --git a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionI.hh b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionI.hh index 27899d6a36..6800493d68 100644 --- a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionI.hh +++ b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionI.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyDetectorConstructionI.hh,v 1.3 2003/05/22 17:20:40 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // **************************************** // * * diff --git a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionIr.hh b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionIr.hh index 3dfe163a71..22c0b8f1cc 100644 --- a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionIr.hh +++ b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionIr.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyDetectorConstructionIr.hh,v 1.3 2003/05/22 17:20:41 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // **************************************** // * * diff --git a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionLeipzig.hh b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionLeipzig.hh index c050008641..3204133a1e 100644 --- a/examples/advanced/brachytherapy/include/BrachyDetectorConstructionLeipzig.hh +++ b/examples/advanced/brachytherapy/include/BrachyDetectorConstructionLeipzig.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyDetectorConstructionLeipzig.hh,v 1.3 2003/05/22 17:20:41 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ************************************************ diff --git a/examples/advanced/brachytherapy/include/BrachyDetectorMessenger.hh b/examples/advanced/brachytherapy/include/BrachyDetectorMessenger.hh index e8dd1f28b2..60f9be4088 100644 --- a/examples/advanced/brachytherapy/include/BrachyDetectorMessenger.hh +++ b/examples/advanced/brachytherapy/include/BrachyDetectorMessenger.hh @@ -28,7 +28,7 @@ // ***************************************** // // $Id: BrachyDetectorMessenger.hh,v 1.5 2003/05/22 17:20:41 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // #ifndef BrachyDetectorMessenger_h diff --git a/examples/advanced/brachytherapy/include/BrachyEventAction.hh b/examples/advanced/brachytherapy/include/BrachyEventAction.hh index e7aac61182..f5ce93f732 100644 --- a/examples/advanced/brachytherapy/include/BrachyEventAction.hh +++ b/examples/advanced/brachytherapy/include/BrachyEventAction.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: BrachyEventAction.hh,v 1.13 2003/05/27 08:37:54 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: BrachyEventAction.hh,v 1.14 2004/03/11 16:05:02 guatelli Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // Code developed by: // S.Guatelli @@ -39,12 +39,10 @@ #include "G4UserEventAction.hh" #include "globals.hh" -class BrachyDetectorConstruction; -class BrachyAnalysisManager; class BrachyEventAction : public G4UserEventAction { public: - BrachyEventAction(G4String&); + BrachyEventAction(); ~BrachyEventAction(); public: @@ -53,10 +51,6 @@ public: private: G4String drawFlag; //Visualisation flag - G4int hitsCollectionID; - BrachyDetectorConstruction* detector; - G4int numberOfVoxelZ; - G4double voxelWidthZ; }; #endif diff --git a/examples/advanced/brachytherapy/include/BrachyFactory.hh b/examples/advanced/brachytherapy/include/BrachyFactory.hh index f9098fe3db..ca9d7c3c18 100644 --- a/examples/advanced/brachytherapy/include/BrachyFactory.hh +++ b/examples/advanced/brachytherapy/include/BrachyFactory.hh @@ -23,7 +23,7 @@ // Code developed by: Susanna Guatelli // // $Id: BrachyFactory.hh,v 1.4 2003/05/22 17:20:41 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ********************************** // * * diff --git a/examples/advanced/brachytherapy/include/BrachyFactoryI.hh b/examples/advanced/brachytherapy/include/BrachyFactoryI.hh index 4c9fd3a638..780e0484bf 100644 --- a/examples/advanced/brachytherapy/include/BrachyFactoryI.hh +++ b/examples/advanced/brachytherapy/include/BrachyFactoryI.hh @@ -32,7 +32,7 @@ // // // $Id: BrachyFactoryI.hh,v 1.5 2003/05/22 17:20:41 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/advanced/brachytherapy/include/BrachyFactoryIr.hh b/examples/advanced/brachytherapy/include/BrachyFactoryIr.hh index 7a9d03c836..f0c2683d68 100644 --- a/examples/advanced/brachytherapy/include/BrachyFactoryIr.hh +++ b/examples/advanced/brachytherapy/include/BrachyFactoryIr.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyFactoryIr.hh,v 1.4 2003/05/22 17:20:41 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ********************************** // * * diff --git a/examples/advanced/brachytherapy/include/BrachyFactoryLeipzig.hh b/examples/advanced/brachytherapy/include/BrachyFactoryLeipzig.hh index cf5f43a78a..6b697edccf 100644 --- a/examples/advanced/brachytherapy/include/BrachyFactoryLeipzig.hh +++ b/examples/advanced/brachytherapy/include/BrachyFactoryLeipzig.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyFactoryLeipzig.hh,v 1.4 2003/05/22 17:20:41 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ********************************** // * * diff --git a/examples/advanced/brachytherapy/include/BrachyMaterial.hh b/examples/advanced/brachytherapy/include/BrachyMaterial.hh index dfc6da1370..b4f9b45356 100644 --- a/examples/advanced/brachytherapy/include/BrachyMaterial.hh +++ b/examples/advanced/brachytherapy/include/BrachyMaterial.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyMaterial.hh,v 1.5 2003/05/27 08:37:54 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ********************************** // * * diff --git a/examples/advanced/brachytherapy/include/BrachyPhantomHit.hh b/examples/advanced/brachytherapy/include/BrachyPhantomHit.hh index a057be8141..6b8d790935 100644 --- a/examples/advanced/brachytherapy/include/BrachyPhantomHit.hh +++ b/examples/advanced/brachytherapy/include/BrachyPhantomHit.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyPhantomHit.hh,v 1.5 2003/05/22 17:20:41 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ******************************** diff --git a/examples/advanced/brachytherapy/include/BrachyPhantomROGeometry.hh b/examples/advanced/brachytherapy/include/BrachyPhantomROGeometry.hh index bd51d7ff6d..cbe18d456d 100644 --- a/examples/advanced/brachytherapy/include/BrachyPhantomROGeometry.hh +++ b/examples/advanced/brachytherapy/include/BrachyPhantomROGeometry.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyPhantomROGeometry.hh,v 1.5 2003/05/27 08:37:54 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ************************************ // * * diff --git a/examples/advanced/brachytherapy/include/BrachyPhantomSD.hh b/examples/advanced/brachytherapy/include/BrachyPhantomSD.hh index ad225f01f0..dabc5f111a 100644 --- a/examples/advanced/brachytherapy/include/BrachyPhantomSD.hh +++ b/examples/advanced/brachytherapy/include/BrachyPhantomSD.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: BrachyPhantomSD.hh,v 1.5 2003/05/26 09:20:13 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: BrachyPhantomSD.hh,v 1.6 2004/03/11 16:05:02 guatelli Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ******************************** // * * @@ -43,7 +43,7 @@ class G4TouchableHistory; class BrachyPhantomSD : public G4VSensitiveDetector { public: - BrachyPhantomSD(G4String name, G4int NumVoxelX, G4int NumVoxelZ); + BrachyPhantomSD(G4String name); ~BrachyPhantomSD(); void Initialize(G4HCofThisEvent*); @@ -52,12 +52,6 @@ public: void clear(); void DrawAll(); void PrintAll(); - -private: - const G4int numberOfVoxelsX; - const G4int numberOfVoxelsZ; - G4int *voxelID; - BrachyPhantomHitsCollection *phantomHitsCollection; }; #endif diff --git a/examples/advanced/brachytherapy/include/BrachyPhysicsList.hh b/examples/advanced/brachytherapy/include/BrachyPhysicsList.hh index a7644acf09..77fc402315 100644 --- a/examples/advanced/brachytherapy/include/BrachyPhysicsList.hh +++ b/examples/advanced/brachytherapy/include/BrachyPhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyPhysicsList.hh,v 1.6 2002/11/18 15:18:36 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ********************************** // * * diff --git a/examples/advanced/brachytherapy/include/BrachyPrimaryGeneratorAction.hh b/examples/advanced/brachytherapy/include/BrachyPrimaryGeneratorAction.hh index 82514bd787..b95601d617 100644 --- a/examples/advanced/brachytherapy/include/BrachyPrimaryGeneratorAction.hh +++ b/examples/advanced/brachytherapy/include/BrachyPrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyPrimaryGeneratorAction.hh,v 1.10 2003/05/22 17:20:42 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ******************************************** // * * diff --git a/examples/advanced/brachytherapy/include/BrachyPrimaryGeneratorActionI.hh b/examples/advanced/brachytherapy/include/BrachyPrimaryGeneratorActionI.hh index 3e2ad7cab5..0a62c640e8 100644 --- a/examples/advanced/brachytherapy/include/BrachyPrimaryGeneratorActionI.hh +++ b/examples/advanced/brachytherapy/include/BrachyPrimaryGeneratorActionI.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyPrimaryGeneratorActionI.hh,v 1.5 2003/06/16 16:45:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/examples/advanced/brachytherapy/include/BrachyPrimaryGeneratorActionIr.hh b/examples/advanced/brachytherapy/include/BrachyPrimaryGeneratorActionIr.hh index 113efc8dcb..3e1262b5ac 100644 --- a/examples/advanced/brachytherapy/include/BrachyPrimaryGeneratorActionIr.hh +++ b/examples/advanced/brachytherapy/include/BrachyPrimaryGeneratorActionIr.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyPrimaryGeneratorActionIr.hh,v 1.5 2003/06/16 16:45:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ************************************************* // * * diff --git a/examples/advanced/brachytherapy/include/BrachyRunAction.hh b/examples/advanced/brachytherapy/include/BrachyRunAction.hh index 6192f6c42c..b09830b545 100644 --- a/examples/advanced/brachytherapy/include/BrachyRunAction.hh +++ b/examples/advanced/brachytherapy/include/BrachyRunAction.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyRunAction.hh,v 1.7 2003/05/22 17:20:42 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/examples/advanced/brachytherapy/include/BrachyRunMessenger.hh b/examples/advanced/brachytherapy/include/BrachyRunMessenger.hh index 4f0f6bfd9e..48821be337 100644 --- a/examples/advanced/brachytherapy/include/BrachyRunMessenger.hh +++ b/examples/advanced/brachytherapy/include/BrachyRunMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyRunMessenger.hh,v 1.3 2003/05/22 17:20:42 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/examples/advanced/brachytherapy/include/BrachyVisManager.hh b/examples/advanced/brachytherapy/include/BrachyVisManager.hh index e458f70c4b..80b5d427da 100644 --- a/examples/advanced/brachytherapy/include/BrachyVisManager.hh +++ b/examples/advanced/brachytherapy/include/BrachyVisManager.hh @@ -22,7 +22,7 @@ // // // $Id: BrachyVisManager.hh,v 1.5 2003/05/22 17:20:42 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/examples/advanced/brachytherapy/src/BrachyAnalysisManager.cc b/examples/advanced/brachytherapy/src/BrachyAnalysisManager.cc index aeb3cc97ed..9c7c3c0622 100644 --- a/examples/advanced/brachytherapy/src/BrachyAnalysisManager.cc +++ b/examples/advanced/brachytherapy/src/BrachyAnalysisManager.cc @@ -29,8 +29,8 @@ // * * // ******************************* // -// $Id: BrachyAnalysisManager.cc,v 1.12 2003/12/09 15:29:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: BrachyAnalysisManager.cc,v 1.13 2004/03/11 15:38:42 guatelli Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #ifdef G4ANALYSIS_USE #include @@ -102,6 +102,9 @@ void BrachyAnalysisManager::book() //creating a 2D histogram ... h2 = histFact->createHistogram1D("20","Initial Energy", //histoID,histo name 100,0.,1.); //bins' number, xmin, xmax + + h3 = histFact->createHistogram1D("30","Dose Distribution", + 300,-150.,150.); //bins' number, xmin, xmax //defining the ntuple columns' name ... std::string columnNames = "float energy; float x; float y; float z"; @@ -138,7 +141,7 @@ void BrachyAnalysisManager::FillNtupleWithEnergy(G4double xx, void BrachyAnalysisManager::FillHistogramWithEnergy(G4double x, G4double z, - G4float energyDeposit) + G4double energyDeposit) { //2DHistrogram: energy deposit in a voxel which center is fixed in position (x,z) h1->fill(x,z,energyDeposit); @@ -149,6 +152,11 @@ void BrachyAnalysisManager::PrimaryParticleEnergySpectrum(G4double primaryPartic //1DHisotgram: energy spectrum of primary particles h2->fill(primaryParticleEnergy); } +void BrachyAnalysisManager::DoseDistribution(G4double x,G4double energy) +{ + //1DHisotgram: energy spectrum of primary particles + h3->fill(x, energy); +} void BrachyAnalysisManager::finish() { diff --git a/examples/advanced/brachytherapy/src/BrachyDetectorConstruction.cc b/examples/advanced/brachytherapy/src/BrachyDetectorConstruction.cc index c2623026b9..194a5ab564 100644 --- a/examples/advanced/brachytherapy/src/BrachyDetectorConstruction.cc +++ b/examples/advanced/brachytherapy/src/BrachyDetectorConstruction.cc @@ -34,8 +34,8 @@ // * * // **************************************** // -// $Id: BrachyDetectorConstruction.cc,v 1.22 2003/12/09 15:29:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: BrachyDetectorConstruction.cc,v 1.24 2004/03/11 16:05:02 guatelli Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #include "BrachyPhantomROGeometry.hh" #include "BrachyPhantomSD.hh" @@ -82,9 +82,9 @@ BrachyDetectorConstruction::BrachyDetectorConstruction(G4String &SDName) Phantom(0), PhantomLog(0), PhantomPhys(0), phantomAbsorberMaterial(0) { - phantomDimensionX=30*cm ; - phantomDimensionY=30*cm; - phantomDimensionZ=30*cm; + phantomDimensionX=15.*cm ; + phantomDimensionY=15.*cm; + phantomDimensionZ=15.*cm; numberOfVoxelsAlongX=300; numberOfVoxelsAlongZ=300; @@ -177,7 +177,7 @@ void BrachyDetectorConstruction::ConstructPhantom() G4Colour lblue (0.0, 0.0, .75); G4Material* air=pMaterial->GetMat("Air") ; - G4Material* soft=pMaterial->GetMat("tissue"); + G4Material* water=pMaterial->GetMat("Water"); ComputeDimVoxel(); @@ -187,8 +187,8 @@ void BrachyDetectorConstruction::ConstructPhantom() WorldPhys = new G4PVPlacement(0,G4ThreeVector(),"WorldPhys",WorldLog,0,false,0); // Water Box - Phantom = new G4Box("Phantom",phantomDimensionX/2,phantomDimensionY/2,phantomDimensionZ/2); - PhantomLog = new G4LogicalVolume(Phantom,soft,"PhantomLog",0,0,0); + Phantom = new G4Box("Phantom",phantomDimensionX,phantomDimensionY,phantomDimensionZ); + PhantomLog = new G4LogicalVolume(Phantom,water,"PhantomLog",0,0,0); PhantomPhys = new G4PVPlacement(0,G4ThreeVector(),"PhantomPhys",PhantomLog,WorldPhys,false,0); WorldLog->SetVisAttributes (G4VisAttributes::Invisible); @@ -207,7 +207,7 @@ void BrachyDetectorConstruction::ConstructSensitiveDetector() if(!phantomSD) { - phantomSD = new BrachyPhantomSD(sensitiveDetectorName,numberOfVoxelsAlongX,numberOfVoxelsAlongZ); + phantomSD = new BrachyPhantomSD(sensitiveDetectorName); G4String ROGeometryName = "PhantomROGeometry"; phantomROGeometry = new BrachyPhantomROGeometry(ROGeometryName,phantomDimensionX,phantomDimensionZ,numberOfVoxelsAlongX,numberOfVoxelsAlongZ); phantomROGeometry->BuildROGeometry(); diff --git a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionI.cc b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionI.cc index c202a3f530..73b4b640b8 100644 --- a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionI.cc +++ b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionI.cc @@ -34,7 +34,7 @@ // **************************************** // // $Id: BrachyDetectorConstructionI.cc,v 1.6 2003/12/09 15:29:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "globals.hh" #include "BrachyDetectorConstructionI.hh" diff --git a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionIr.cc b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionIr.cc index 93f458ff51..77ed756091 100644 --- a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionIr.cc +++ b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionIr.cc @@ -34,8 +34,8 @@ // * * // **************************************** // -// $Id: BrachyDetectorConstructionIr.cc,v 1.7 2003/12/09 15:29:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: BrachyDetectorConstructionIr.cc,v 1.8 2004/03/11 15:38:42 guatelli Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #include "globals.hh" #include "BrachyDetectorConstructionIr.hh" @@ -93,7 +93,7 @@ void BrachyDetectorConstructionIr::ConstructIridium(G4VPhysicalVolume* mother) capsule = new G4Tubs("Capsule",0,0.55*mm,3.725*mm,0.*deg,360.*deg); capsuleLog = new G4LogicalVolume(capsule,capsuleMat,"CapsuleLog"); capsulePhys= new G4PVPlacement(0, - G4ThreeVector(0,0,-1.975), + G4ThreeVector(0,0,-1.975*mm), "CapsulePhys", capsuleLog, mother, diff --git a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionLeipzig.cc b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionLeipzig.cc index efb66f661e..1f4b0c2906 100644 --- a/examples/advanced/brachytherapy/src/BrachyDetectorConstructionLeipzig.cc +++ b/examples/advanced/brachytherapy/src/BrachyDetectorConstructionLeipzig.cc @@ -36,7 +36,7 @@ // // // $Id: BrachyDetectorConstructionLeipzig.cc,v 1.7 2003/12/09 15:29:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "globals.hh" diff --git a/examples/advanced/brachytherapy/src/BrachyDetectorMessenger.cc b/examples/advanced/brachytherapy/src/BrachyDetectorMessenger.cc index 670debcb46..96c6f313f2 100644 --- a/examples/advanced/brachytherapy/src/BrachyDetectorMessenger.cc +++ b/examples/advanced/brachytherapy/src/BrachyDetectorMessenger.cc @@ -32,7 +32,7 @@ // // // $Id: BrachyDetectorMessenger.cc,v 1.8 2003/05/26 09:20:14 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/advanced/brachytherapy/src/BrachyEventAction.cc b/examples/advanced/brachytherapy/src/BrachyEventAction.cc index 3672bfddf8..ef6bacd36c 100644 --- a/examples/advanced/brachytherapy/src/BrachyEventAction.cc +++ b/examples/advanced/brachytherapy/src/BrachyEventAction.cc @@ -29,8 +29,8 @@ // * * // ******************************* // -// $Id: BrachyEventAction.cc,v 1.17 2003/05/27 08:37:54 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: BrachyEventAction.cc,v 1.19 2004/03/11 16:05:03 guatelli Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #include "BrachyEventAction.hh" #include "BrachyPhantomHit.hh" @@ -54,72 +54,22 @@ // Retrieve information about the energy deposit in the phantom ... -BrachyEventAction::BrachyEventAction(G4String &SDName) : +BrachyEventAction::BrachyEventAction() : drawFlag("all" ) { - hitsCollectionID = -1; - - G4String sensitiveDetectorName = SDName; - - detector=new BrachyDetectorConstruction(sensitiveDetectorName); - numberOfVoxelZ = detector->GetNumVoxelZ(); - voxelWidthZ = 0.1*cm; } BrachyEventAction::~BrachyEventAction() { - delete detector; + } void BrachyEventAction::BeginOfEventAction(const G4Event*) { - G4SDManager* sensitiveDetectorManager = G4SDManager::GetSDMpointer(); - if(hitsCollectionID == -1) - hitsCollectionID = - sensitiveDetectorManager->GetCollectionID("PhantomHitsCollection"); } void BrachyEventAction::EndOfEventAction(const G4Event* evt) { - if(hitsCollectionID < 0) return; - - G4HCofThisEvent* HCE = evt->GetHCofThisEvent(); - BrachyPhantomHitsCollection* CHC = NULL; - - if(HCE) - CHC = (BrachyPhantomHitsCollection*)(HCE->GetHC(hitsCollectionID)); - - if(CHC) - { - G4int hitCount = CHC->entries(); - for (G4int h = 0; h < hitCount; h++) - { -#ifdef G4ANALYSIS_USE - //Store information about energy deposit in a 2DHistogram and in - // a ntuple ... - BrachyAnalysisManager* analysis = - BrachyAnalysisManager::getInstance(); - - G4int i=((*CHC)[h])->GetZID(); - G4int k=((*CHC)[h])->GetXID(); - G4int j=((*CHC)[h])->GetYID(); - - G4double EnergyDep=((*CHC)[h]->GetEdep()); - - G4double x = (-numberOfVoxelZ+1+2*k)*voxelWidthZ/2; - G4double z = (- numberOfVoxelZ+1+2*i)*voxelWidthZ/2; - G4double y = (- numberOfVoxelZ+1+2*j)*voxelWidthZ/2; - - if(EnergyDep != 0) - { - if (y<1.*mm){if (y> -1.*mm) - {analysis->FillHistogramWithEnergy(x,z,EnergyDep/MeV);}} - } - - if(EnergyDep != 0)analysis->FillNtupleWithEnergy(x,y,z,EnergyDep/MeV); -#endif - } - } // extract the trajectories and draw them ... if (G4VVisManager::GetConcreteInstance()) diff --git a/examples/advanced/brachytherapy/src/BrachyFactory.cc b/examples/advanced/brachytherapy/src/BrachyFactory.cc index 909ded3cb7..2b936577e1 100644 --- a/examples/advanced/brachytherapy/src/BrachyFactory.cc +++ b/examples/advanced/brachytherapy/src/BrachyFactory.cc @@ -32,7 +32,7 @@ // ******************************* // // $Id: BrachyFactory.cc,v 1.5 2003/12/09 15:29:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include"BrachyFactory.hh" diff --git a/examples/advanced/brachytherapy/src/BrachyFactoryI.cc b/examples/advanced/brachytherapy/src/BrachyFactoryI.cc index 629352c83c..ce502fdc07 100644 --- a/examples/advanced/brachytherapy/src/BrachyFactoryI.cc +++ b/examples/advanced/brachytherapy/src/BrachyFactoryI.cc @@ -30,7 +30,7 @@ // ******************************* // // $Id: BrachyFactoryI.cc,v 1.4 2003/05/22 17:20:43 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "BrachyFactoryI.hh" #include "BrachyPrimaryGeneratorActionI.hh" diff --git a/examples/advanced/brachytherapy/src/BrachyFactoryIr.cc b/examples/advanced/brachytherapy/src/BrachyFactoryIr.cc index 6f543fa809..a2d68ec281 100644 --- a/examples/advanced/brachytherapy/src/BrachyFactoryIr.cc +++ b/examples/advanced/brachytherapy/src/BrachyFactoryIr.cc @@ -30,7 +30,7 @@ // ******************************* // // $Id: BrachyFactoryIr.cc,v 1.4 2003/05/22 17:20:43 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" #include "BrachyFactoryIr.hh" diff --git a/examples/advanced/brachytherapy/src/BrachyFactoryLeipzig.cc b/examples/advanced/brachytherapy/src/BrachyFactoryLeipzig.cc index f415fd23d7..842fe82311 100644 --- a/examples/advanced/brachytherapy/src/BrachyFactoryLeipzig.cc +++ b/examples/advanced/brachytherapy/src/BrachyFactoryLeipzig.cc @@ -30,7 +30,7 @@ // ******************************* // // $Id: BrachyFactoryLeipzig.cc,v 1.4 2003/05/22 17:20:43 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" diff --git a/examples/advanced/brachytherapy/src/BrachyMaterial.cc b/examples/advanced/brachytherapy/src/BrachyMaterial.cc index e84bd3820c..347de58330 100644 --- a/examples/advanced/brachytherapy/src/BrachyMaterial.cc +++ b/examples/advanced/brachytherapy/src/BrachyMaterial.cc @@ -29,8 +29,8 @@ // * * // ******************************* // -// $Id: BrachyMaterial.cc,v 1.4 2003/05/27 08:37:54 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: BrachyMaterial.cc,v 1.5 2004/03/11 15:38:42 guatelli Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #include "G4MaterialPropertiesTable.hh" @@ -153,6 +153,8 @@ void BrachyMaterial::DefineMaterials() matH2O = new G4Material("Water",d,2); matH2O->AddElement(elH,2); matH2O->AddElement(elO,1); + matH2O->GetIonisation()->SetMeanExcitationEnergy(75.0*eV); + //soft tissue(http://www.nist.gov) d = 1.0*g/cm3; diff --git a/examples/advanced/brachytherapy/src/BrachyPhantomHit.cc b/examples/advanced/brachytherapy/src/BrachyPhantomHit.cc index f5cb1bdc41..c170d70ca6 100644 --- a/examples/advanced/brachytherapy/src/BrachyPhantomHit.cc +++ b/examples/advanced/brachytherapy/src/BrachyPhantomHit.cc @@ -31,7 +31,7 @@ // ******************************** // // $Id: BrachyPhantomHit.cc,v 1.5 2003/05/27 08:37:55 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "BrachyPhantomHit.hh" #include "G4ios.hh" diff --git a/examples/advanced/brachytherapy/src/BrachyPhantomROGeometry.cc b/examples/advanced/brachytherapy/src/BrachyPhantomROGeometry.cc index 19c9751a89..1eafafb3b9 100644 --- a/examples/advanced/brachytherapy/src/BrachyPhantomROGeometry.cc +++ b/examples/advanced/brachytherapy/src/BrachyPhantomROGeometry.cc @@ -30,8 +30,8 @@ // * * // ************************************ // -// $Id: BrachyPhantomROGeometry.cc,v 1.7 2003/11/18 13:31:46 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: BrachyPhantomROGeometry.cc,v 1.8 2004/03/11 15:38:43 guatelli Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #include "BrachyPhantomROGeometry.hh" #include "BrachyDummySD.hh" @@ -77,20 +77,15 @@ G4VPhysicalVolume* BrachyPhantomROGeometry::Build() G4double worldDimensionY = 4.0*m; G4double worldDimensionZ = 4.0*m; - G4double halfPhantomDimensionX = phantomDimensionX/2; - G4double halfPhantomDimensionZ = phantomDimensionZ/2; - G4double halfPhantomDimensionY = phantomDimensionX/2 ; + G4double halfPhantomDimensionX = phantomDimensionX; + G4double halfPhantomDimensionZ = phantomDimensionZ; + G4double halfPhantomDimensionY = phantomDimensionX; // variables for x division ... G4double halfXVoxelDimensionX = halfPhantomDimensionX/numberOfVoxelsAlongX; G4double halfXVoxelDimensionZ = halfPhantomDimensionZ; G4double voxelXThickness = 2*halfXVoxelDimensionX; - // variables for z and y division ... - G4double halfZVoxelDimensionX = halfPhantomDimensionX; - G4double halfZVoxelDimensionZ = halfPhantomDimensionZ/numberOfVoxelsAlongZ; - G4double voxelZThickness = 2*halfZVoxelDimensionZ; - // world volume of ROGeometry ... G4Box *ROWorld = new G4Box("ROWorld", worldDimensionX, @@ -148,9 +143,9 @@ G4VPhysicalVolume* BrachyPhantomROGeometry::Build() // ...then Z division G4Box *ROPhantomZDivision = new G4Box("ROPhantomZDivision", - halfZVoxelDimensionX, - halfZVoxelDimensionX, - halfZVoxelDimensionZ); + halfXVoxelDimensionX, + halfXVoxelDimensionZ, + halfXVoxelDimensionX); G4LogicalVolume *ROPhantomZDivisionLog = new G4LogicalVolume(ROPhantomZDivision, dummyMat, @@ -162,13 +157,13 @@ G4VPhysicalVolume* BrachyPhantomROGeometry::Build() ROPhantomXDivisionPhys, kZAxis, numberOfVoxelsAlongZ, - voxelZThickness); + voxelXThickness); // ...then Y division G4Box *ROPhantomYDivision = new G4Box("ROPhantomYDivision", - halfZVoxelDimensionZ, - halfZVoxelDimensionZ, - halfZVoxelDimensionZ); + halfXVoxelDimensionX, + halfXVoxelDimensionX, + halfXVoxelDimensionX); G4LogicalVolume *ROPhantomYDivisionLog = new G4LogicalVolume(ROPhantomYDivision, dummyMat, @@ -180,7 +175,7 @@ G4VPhysicalVolume* BrachyPhantomROGeometry::Build() ROPhantomZDivisionPhys, kYAxis, numberOfVoxelsAlongZ, - voxelZThickness); + voxelXThickness); BrachyDummySD *dummySD = new BrachyDummySD; ROPhantomYDivisionLog->SetSensitiveDetector(dummySD); diff --git a/examples/advanced/brachytherapy/src/BrachyPhantomSD.cc b/examples/advanced/brachytherapy/src/BrachyPhantomSD.cc index 2bb1faeb0e..787c91e386 100644 --- a/examples/advanced/brachytherapy/src/BrachyPhantomSD.cc +++ b/examples/advanced/brachytherapy/src/BrachyPhantomSD.cc @@ -30,12 +30,12 @@ // * * // ******************************** // -// $Id: BrachyPhantomSD.cc,v 1.5 2003/05/26 09:20:14 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: BrachyPhantomSD.cc,v 1.7 2004/03/11 16:05:03 guatelli Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #include "BrachyPhantomSD.hh" #include "BrachyPhantomHit.hh" - +#include "BrachyAnalysisManager.hh" #include "BrachyDetectorConstruction.hh" #include "G4Track.hh" #include "G4LogicalVolume.hh" @@ -48,30 +48,18 @@ //.... -BrachyPhantomSD::BrachyPhantomSD(G4String name, G4int NumVoxelX, G4int NumVoxelZ) - :G4VSensitiveDetector(name),numberOfVoxelsX(NumVoxelX),numberOfVoxelsZ(NumVoxelZ) +BrachyPhantomSD::BrachyPhantomSD(G4String name):G4VSensitiveDetector(name) { - G4String HCname; - collectionName.insert(HCname = "PhantomHitsCollection"); - voxelID = new G4int[numberOfVoxelsX * numberOfVoxelsZ * numberOfVoxelsZ]; - phantomHitsCollection = NULL; + } BrachyPhantomSD::~BrachyPhantomSD() { - delete[] voxelID; } void BrachyPhantomSD::Initialize(G4HCofThisEvent*) { - G4int numberOfVoxelsY = 300; - phantomHitsCollection = new BrachyPhantomHitsCollection(SensitiveDetectorName,collectionName[0]); - - for(G4int k=0;kGetVolume(); - //G4VPhysicalVolume* mothVol = ROhist->GetVolume(1); - // Read Voxel indexes: i is the x index, k is the z index G4int k = ROhist->GetReplicaNumber(1); G4int i = ROhist->GetReplicaNumber(2); - G4int j= ROhist->GetReplicaNumber(); - if(voxelID[i+k*numberOfVoxelsX+j*numberOfVoxelsX*numberOfVoxelsX] == -1) - { - BrachyPhantomHit* PhantomHit = new BrachyPhantomHit(physVol->GetLogicalVolume(),i,j,k); - - G4RotationMatrix rotM; - if(physVol->GetObjectRotation()) - rotM = *(physVol->GetObjectRotation()); - - PhantomHit->SetEdep(energyDeposit); - PhantomHit->SetPos(physVol->GetTranslation()); - PhantomHit->SetRot(rotM); - - G4int VoxelID = phantomHitsCollection->insert(PhantomHit); - voxelID[i+k*numberOfVoxelsX+j*numberOfVoxelsX*numberOfVoxelsX] = VoxelID - 1; - } - else - (*phantomHitsCollection) - [voxelID[i+k*numberOfVoxelsX+j*numberOfVoxelsX*numberOfVoxelsX]]->AddEdep(energyDeposit); + G4int j = ROhist->GetReplicaNumber(); + + G4int numberOfVoxelZ = 300; + G4double voxelWidthZ = 1. *mm; + + G4double x = (-numberOfVoxelZ+1+2*i)*voxelWidthZ/2; + G4double y = (- numberOfVoxelZ+1+2*j)*voxelWidthZ/2; + G4double z = (- numberOfVoxelZ+1+2*k)*voxelWidthZ/2; + + if(energyDeposit != 0) + { + +#ifdef G4ANALYSIS_USE + BrachyAnalysisManager* analysis = + BrachyAnalysisManager::getInstance(); + analysis -> FillNtupleWithEnergy(x,y,z,energyDeposit); + if (y<0.8*mm && y> -0.8*mm) + { + analysis -> FillHistogramWithEnergy(x,z,energyDeposit/MeV); + + if (z<0.8*mm && z> -0.8*mm) + analysis -> DoseDistribution(x,energyDeposit/MeV); + } +#endif + } return true; } -void BrachyPhantomSD::EndOfEvent(G4HCofThisEvent*HCE) +void BrachyPhantomSD::EndOfEvent(G4HCofThisEvent*) { - static G4int HCID = -1; - if(HCID<0) - { - HCID = GetCollectionID(0); - } - HCE->AddHitsCollection(HCID,phantomHitsCollection); } void BrachyPhantomSD::clear() diff --git a/examples/advanced/brachytherapy/src/BrachyPhysicsList.cc b/examples/advanced/brachytherapy/src/BrachyPhysicsList.cc index cef8541d93..d3f83f6e5e 100644 --- a/examples/advanced/brachytherapy/src/BrachyPhysicsList.cc +++ b/examples/advanced/brachytherapy/src/BrachyPhysicsList.cc @@ -30,8 +30,8 @@ // * * // ********************************** // -// $Id: BrachyPhysicsList.cc,v 1.9 2003/10/20 18:09:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: BrachyPhysicsList.cc,v 1.10 2004/01/08 17:25:13 silvarod Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #include "BrachyPhysicsList.hh" @@ -126,6 +126,7 @@ void BrachyPhysicsList::ConstructEM() //electron loweIon = new G4LowEnergyIonisation("LowEnergyIoni"); loweBrem = new G4LowEnergyBremsstrahlung("LowEnBrem"); + loweBrem->SetAngularGenerator("tsai"); pmanager->AddProcess(new G4MultipleScattering, -1, 1,1); pmanager->AddProcess(loweIon, -1, 2,2); diff --git a/examples/advanced/brachytherapy/src/BrachyPrimaryGeneratorAction.cc b/examples/advanced/brachytherapy/src/BrachyPrimaryGeneratorAction.cc index fa3bad7923..308bf8050d 100644 --- a/examples/advanced/brachytherapy/src/BrachyPrimaryGeneratorAction.cc +++ b/examples/advanced/brachytherapy/src/BrachyPrimaryGeneratorAction.cc @@ -35,7 +35,7 @@ // ******************************************** // // $Id: BrachyPrimaryGeneratorAction.cc,v 1.16 2003/12/09 15:30:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "globals.hh" #include "BrachyPrimaryGeneratorAction.hh" diff --git a/examples/advanced/brachytherapy/src/BrachyPrimaryGeneratorActionI.cc b/examples/advanced/brachytherapy/src/BrachyPrimaryGeneratorActionI.cc index 3183fe07b6..f63f980b4a 100644 --- a/examples/advanced/brachytherapy/src/BrachyPrimaryGeneratorActionI.cc +++ b/examples/advanced/brachytherapy/src/BrachyPrimaryGeneratorActionI.cc @@ -35,7 +35,7 @@ // ******************************************** // // $Id: BrachyPrimaryGeneratorActionI.cc,v 1.7 2003/12/09 15:30:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "BrachyPrimaryGeneratorActionI.hh" diff --git a/examples/advanced/brachytherapy/src/BrachyPrimaryGeneratorActionIr.cc b/examples/advanced/brachytherapy/src/BrachyPrimaryGeneratorActionIr.cc index 67d2baa8d6..b79e4b33ed 100644 --- a/examples/advanced/brachytherapy/src/BrachyPrimaryGeneratorActionIr.cc +++ b/examples/advanced/brachytherapy/src/BrachyPrimaryGeneratorActionIr.cc @@ -34,8 +34,8 @@ // * * // ******************************************** // -// $Id: BrachyPrimaryGeneratorActionIr.cc,v 1.7 2003/12/09 15:30:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: BrachyPrimaryGeneratorActionIr.cc,v 1.8 2004/03/11 15:38:43 guatelli Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #include "BrachyPrimaryGeneratorActionIr.hh" @@ -83,7 +83,7 @@ void BrachyPrimaryGeneratorActionIr::GeneratePrimaries(G4Event* anEvent) y = (G4UniformRand()-0.5)*(radius)/0.5; }while(x*x+y*y > radius*radius); - z = (G4UniformRand()-0.5)*1.75*mm/0.5 ; + z = (G4UniformRand()-0.5)*1.75*mm/0.5 -1.975*mm ; G4ThreeVector position(x,y,z); particleGun->SetParticlePosition(position); diff --git a/examples/advanced/brachytherapy/src/BrachyRunAction.cc b/examples/advanced/brachytherapy/src/BrachyRunAction.cc index 1080f649a9..65662e51ee 100644 --- a/examples/advanced/brachytherapy/src/BrachyRunAction.cc +++ b/examples/advanced/brachytherapy/src/BrachyRunAction.cc @@ -36,7 +36,7 @@ // ******************************* // // $Id: BrachyRunAction.cc,v 1.13 2003/12/09 15:30:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "BrachyRunAction.hh" diff --git a/examples/advanced/brachytherapy/src/BrachyRunMessenger.cc b/examples/advanced/brachytherapy/src/BrachyRunMessenger.cc index a1b1476e2d..b6b68899ee 100644 --- a/examples/advanced/brachytherapy/src/BrachyRunMessenger.cc +++ b/examples/advanced/brachytherapy/src/BrachyRunMessenger.cc @@ -24,7 +24,7 @@ // S.Guatelli // // $Id: BrachyRunMessenger.cc,v 1.4 2003/05/22 17:20:44 guatelli Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/examples/advanced/brachytherapy/src/BrachyVisManager.cc b/examples/advanced/brachytherapy/src/BrachyVisManager.cc index 0efa33aa28..7baa9182a4 100644 --- a/examples/advanced/brachytherapy/src/BrachyVisManager.cc +++ b/examples/advanced/brachytherapy/src/BrachyVisManager.cc @@ -29,7 +29,7 @@ // ******************************* // // $Id: BrachyVisManager.cc,v 1.7 2003/11/12 16:44:13 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifdef G4VIS_USE diff --git a/examples/advanced/composite_calorimeter/CompositeCalorimeter.cc b/examples/advanced/composite_calorimeter/CompositeCalorimeter.cc index 3b81bf6522..445159a610 100644 --- a/examples/advanced/composite_calorimeter/CompositeCalorimeter.cc +++ b/examples/advanced/composite_calorimeter/CompositeCalorimeter.cc @@ -58,8 +58,8 @@ int main(int argc,char** argv) { //***LOOKHERE*** CHOOSE THE PHYSICS LIST. // runManager->SetUserInitialization(new LHEP); // LHEP - // runManager->SetUserInitialization(new QGSP); // QGSP - runManager->SetUserInitialization(new QGSC); // QGSC + runManager->SetUserInitialization(new QGSP); // QGSP + // runManager->SetUserInitialization(new QGSC); // QGSC //***endLOOKHERE*** //////////////////////////// diff --git a/examples/advanced/composite_calorimeter/include/CCalRotationMatrixFactory.hh b/examples/advanced/composite_calorimeter/include/CCalRotationMatrixFactory.hh index 805901761e..de4aa0650e 100644 --- a/examples/advanced/composite_calorimeter/include/CCalRotationMatrixFactory.hh +++ b/examples/advanced/composite_calorimeter/include/CCalRotationMatrixFactory.hh @@ -63,5 +63,8 @@ private: G4RotationMatrixTable theMatrices; //Where the matrices are stored. }; -std::ostream& operator<<(std::ostream&, const G4RotationMatrix &); +// 29-Jan-2004 A.R. : commented to avoid clashes with CLHEP. +// Streaming operators for rotation matrices are +// already defined in CLHEP::HepRotation. +// std::ostream& operator<<(std::ostream&, const G4RotationMatrix &); #endif diff --git a/examples/advanced/composite_calorimeter/src/CCalRotationMatrixFactory.cc b/examples/advanced/composite_calorimeter/src/CCalRotationMatrixFactory.cc index bed2c4aa2f..bbc7aef8be 100644 --- a/examples/advanced/composite_calorimeter/src/CCalRotationMatrixFactory.cc +++ b/examples/advanced/composite_calorimeter/src/CCalRotationMatrixFactory.cc @@ -272,15 +272,20 @@ CCalRotationMatrixFactory::CCalRotationMatrixFactory():theMatrices(){ G4cout << " " << theMatrices.size() << " rotation matrices read in." << G4endl; } -std::ostream& operator<<(std::ostream& os , const G4RotationMatrix & rot){ - // os << "( " << rot.xx() << tab << rot.xy() << tab << rot.xz() << " )" << G4endl; - // os << "( " << rot.yx() << tab << rot.yy() << tab << rot.yz() << " )" << G4endl; - // os << "( " << rot.zx() << tab << rot.zy() << tab << rot.zz() << " )" << G4endl; - os << "[" - << rot.thetaX()/deg << tab << rot.phiX()/deg << tab - << rot.thetaY()/deg << tab << rot.phiY()/deg << tab - << rot.thetaZ()/deg << tab << rot.phiZ()/deg << "]" - << G4endl; - return os; -} +// 29-Jan-2004 A.R. : commented to avoid clashes with CLHEP. +// Streaming operators for rotation matrices are +// already defined in CLHEP::HepRotation. +// std::ostream& operator<<(std::ostream& os , const G4RotationMatrix & rot){ +// // os << "( " << rot.xx() << tab << rot.xy() << tab << rot.xz() << " )" << G4endl; +// // os << "( " << rot.yx() << tab << rot.yy() << tab << rot.yz() << " )" << G4endl; +// // os << "( " << rot.zx() << tab << rot.zy() << tab << rot.zz() << " )" << G4endl; +// +// os << "[" +// << rot.thetaX()/deg << tab << rot.phiX()/deg << tab +// << rot.thetaY()/deg << tab << rot.phiY()/deg << tab +// << rot.thetaZ()/deg << tab << rot.phiZ()/deg << "]" +// << G4endl; +// +// return os; +// } diff --git a/examples/advanced/gammaray_telescope/GammaRayTel.cc b/examples/advanced/gammaray_telescope/GammaRayTel.cc index 3ed4f82795..840c892b76 100644 --- a/examples/advanced/gammaray_telescope/GammaRayTel.cc +++ b/examples/advanced/gammaray_telescope/GammaRayTel.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTel.cc,v 1.11 2003/06/16 16:46:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/advanced/gammaray_telescope/gammaraytel.out b/examples/advanced/gammaray_telescope/gammaraytel.out index a778722a2e..c04999291a 100644 --- a/examples/advanced/gammaray_telescope/gammaraytel.out +++ b/examples/advanced/gammaray_telescope/gammaraytel.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (19-May-2003) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/advanced/gammaray_telescope/gammaraytel.stt_out b/examples/advanced/gammaray_telescope/gammaraytel.stt_out index def5942182..8caa6c7af1 100644 --- a/examples/advanced/gammaray_telescope/gammaraytel.stt_out +++ b/examples/advanced/gammaray_telescope/gammaraytel.stt_out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (19-May-2003) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelAnalysis.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelAnalysis.hh index 479bac5132..00b029f186 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelAnalysis.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelAnalysis.hh @@ -23,7 +23,7 @@ #ifdef G4ANALYSIS_USE // // $Id: GammaRayTelAnalysis.hh,v 1.16 2003/06/25 10:18:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelAnalysisMessenger.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelAnalysisMessenger.hh index 986b590f56..523a8c6da0 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelAnalysisMessenger.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelAnalysisMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelAnalysisMessenger.hh,v 1.3 2001/11/23 17:44:54 santin Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelAnticoincidenceHit.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelAnticoincidenceHit.hh index 22b49ae143..5eb631b9cc 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelAnticoincidenceHit.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelAnticoincidenceHit.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelAnticoincidenceHit.hh,v 1.2 2001/07/11 09:56:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelAnticoincidenceSD.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelAnticoincidenceSD.hh index 3b01a13877..f70f33e077 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelAnticoincidenceSD.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelAnticoincidenceSD.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelAnticoincidenceSD.hh,v 1.4 2003/05/30 15:08:47 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelCalorimeterHit.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelCalorimeterHit.hh index c26eb2858a..f3032d3016 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelCalorimeterHit.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelCalorimeterHit.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelCalorimeterHit.hh,v 1.2 2001/07/11 09:56:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelCalorimeterSD.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelCalorimeterSD.hh index 941f954656..75c09d90c3 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelCalorimeterSD.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelCalorimeterSD.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelCalorimeterSD.hh,v 1.4 2001/11/29 11:19:17 griccard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelDetectorConstruction.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelDetectorConstruction.hh index caa1487557..50be36e571 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelDetectorConstruction.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelDetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelDetectorConstruction.hh,v 1.6 2001/07/11 09:56:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelDetectorMessenger.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelDetectorMessenger.hh index 0ef4c74718..3e38567d08 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelDetectorMessenger.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelDetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelDetectorMessenger.hh,v 1.3 2001/07/11 09:56:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelDigi.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelDigi.hh index 515d23c436..e217c29b20 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelDigi.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelDigi.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelDigi.hh,v 1.1 2001/10/24 13:11:54 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelDigitizer.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelDigitizer.hh index cd9a202652..2432f205b5 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelDigitizer.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelDigitizer.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelDigitizer.hh,v 1.2 2001/11/29 09:34:17 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelDigitizerMessenger.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelDigitizerMessenger.hh index 7a6d51e914..7167c5bf01 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelDigitizerMessenger.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelDigitizerMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelDigitizerMessenger.hh,v 1.1 2001/11/29 09:34:17 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelDummySD.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelDummySD.hh index 7959ed73ec..2261e7be44 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelDummySD.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelDummySD.hh @@ -23,7 +23,7 @@ // // $Id: GammaRayTelDummySD.hh,v 1.5 2003/05/30 15:08:47 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelEMPhysics.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelEMPhysics.hh index 285eddc821..3c29b73581 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelEMPhysics.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelEMPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelEMPhysics.hh,v 1.1 2003/05/28 13:54:14 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelEventAction.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelEventAction.hh index 2574f56bb1..4abd827d30 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelEventAction.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelEventAction.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelEventAction.hh,v 1.9 2001/12/04 11:40:28 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelGeneralPhysics.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelGeneralPhysics.hh index 9ae816dee9..be867c5bfe 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelGeneralPhysics.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelGeneralPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelGeneralPhysics.hh,v 1.1 2003/05/28 13:54:14 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelHadronPhysics.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelHadronPhysics.hh index 405f6556db..dd649eeb22 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelHadronPhysics.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelHadronPhysics.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: GammaRayTelHadronPhysics.hh,v 1.2 2003/06/16 16:46:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelIonPhysics.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelIonPhysics.hh index 071f7c4bfc..84da82f6ef 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelIonPhysics.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelIonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelIonPhysics.hh,v 1.1 2003/05/28 13:54:14 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelMuonPhysics.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelMuonPhysics.hh index 27a7e09149..ab37ef1747 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelMuonPhysics.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelMuonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelMuonPhysics.hh,v 1.1 2003/05/28 13:54:14 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelPrimaryGeneratorAction.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelPrimaryGeneratorAction.hh index d53e41e4b8..bcc56377dd 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelPrimaryGeneratorAction.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelPrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelPrimaryGeneratorAction.hh,v 1.6 2001/11/29 11:19:17 griccard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelPrimaryGeneratorMessenger.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelPrimaryGeneratorMessenger.hh index 72b7ab5d7f..56ee11ff78 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelPrimaryGeneratorMessenger.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelPrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelPrimaryGeneratorMessenger.hh,v 1.3 2001/07/11 09:56:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelRunAction.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelRunAction.hh index 3b9eeffa3c..caa44e226f 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelRunAction.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelRunAction.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelRunAction.hh,v 1.5 2001/11/23 17:44:54 santin Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelTrackerHit.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelTrackerHit.hh index b8fb6eef39..d6f4e315cc 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelTrackerHit.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelTrackerHit.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelTrackerHit.hh,v 1.2 2001/07/11 09:56:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelTrackerROGeometry.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelTrackerROGeometry.hh index ddfbd30f12..59480dc4fe 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelTrackerROGeometry.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelTrackerROGeometry.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelTrackerROGeometry.hh,v 1.3 2001/11/29 11:19:17 griccard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelTrackerSD.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelTrackerSD.hh index 209ab9a394..fadf5d2819 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelTrackerSD.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelTrackerSD.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelTrackerSD.hh,v 1.4 2001/11/29 11:19:17 griccard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelVisManager.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelVisManager.hh index a0cd897637..eb0b448cd6 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelVisManager.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelVisManager.hh @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelVisManager.hh,v 1.3 2001/07/11 09:56:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class header file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelAnalysis.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelAnalysis.cc index 54aeaedebc..c0f185fd6a 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelAnalysis.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelAnalysis.cc @@ -23,7 +23,7 @@ #ifdef G4ANALYSIS_USE // // $Id: GammaRayTelAnalysis.cc,v 1.19 2003/06/25 10:18:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelAnalysisMessenger.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelAnalysisMessenger.cc index 0490439878..2e662a602a 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelAnalysisMessenger.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelAnalysisMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelAnalysisMessenger.cc,v 1.8 2002/12/11 17:13:38 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class implementation file diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelAnticoincidenceHit.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelAnticoincidenceHit.cc index cc6163aa68..f31a6ddfe5 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelAnticoincidenceHit.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelAnticoincidenceHit.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelAnticoincidenceHit.cc,v 1.3 2003/05/30 15:09:00 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelAnticoincidenceSD.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelAnticoincidenceSD.cc index 286cd37291..b70f4fe507 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelAnticoincidenceSD.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelAnticoincidenceSD.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelAnticoincidenceSD.cc,v 1.5 2003/05/30 15:09:00 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelCalorimeterHit.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelCalorimeterHit.cc index 2c37708309..7f31dca0e4 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelCalorimeterHit.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelCalorimeterHit.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelCalorimeterHit.cc,v 1.3 2003/05/30 15:09:00 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelCalorimeterSD.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelCalorimeterSD.cc index c247a02cb8..39244084f7 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelCalorimeterSD.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelCalorimeterSD.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelCalorimeterSD.cc,v 1.6 2003/11/14 14:59:48 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelDetectorConstruction.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelDetectorConstruction.cc index 8c01e0c79f..569ab4c96a 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelDetectorConstruction.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelDetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelDetectorConstruction.cc,v 1.10 2003/05/28 13:56:33 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelDetectorMessenger.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelDetectorMessenger.cc index 39e5f29580..e98b6cf816 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelDetectorMessenger.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelDetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelDetectorMessenger.cc,v 1.7 2002/12/11 17:13:38 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class implementation file diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelDigi.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelDigi.cc index cf4c796dd6..9a63319ed7 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelDigi.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelDigi.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelDigi.cc,v 1.3 2003/05/30 15:09:00 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelDigitizer.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelDigitizer.cc index 5d8222d997..1026674691 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelDigitizer.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelDigitizer.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelDigitizer.cc,v 1.4 2003/06/16 16:46:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelDigitizerMessenger.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelDigitizerMessenger.cc index 2739f0a132..03e3522158 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelDigitizerMessenger.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelDigitizerMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelDigitizerMessenger.cc,v 1.4 2002/12/11 17:13:38 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelEMPhysics.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelEMPhysics.cc index 4bd17e1990..a85231bba8 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelEMPhysics.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelEMPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelEMPhysics.cc,v 1.2 2003/06/16 16:46:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelEventAction.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelEventAction.cc index 28f38c1dbf..16a9980fd8 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelEventAction.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelEventAction.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelEventAction.cc,v 1.17 2003/06/16 16:46:25 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelHadronPhysics.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelHadronPhysics.cc index 6b327e1ac7..ca947f8cf7 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelHadronPhysics.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelHadronPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelHadronPhysics.cc,v 1.2 2003/06/16 16:46:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "GammaRayTelHadronPhysics.hh" diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelIonPhysics.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelIonPhysics.cc index 1454506544..388ceb548c 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelIonPhysics.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelIonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelIonPhysics.cc,v 1.2 2003/06/16 16:46:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelMuonPhysics.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelMuonPhysics.cc index 15bbcb789f..1375de508b 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelMuonPhysics.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelMuonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelMuonPhysics.cc,v 1.2 2003/06/16 16:46:29 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelPhysicsList.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelPhysicsList.cc index 071688d2eb..93d7eb8a72 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelPhysicsList.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelPhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelPhysicsList.cc,v 1.5 2003/06/16 16:46:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelPrimaryGeneratorAction.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelPrimaryGeneratorAction.cc index 8f5dfccc58..3804b70fd3 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelPrimaryGeneratorAction.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelPrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelPrimaryGeneratorAction.cc,v 1.6 2001/11/29 11:19:18 griccard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelPrimaryGeneratorMessenger.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelPrimaryGeneratorMessenger.cc index a4c633cb08..cb74f84cc3 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelPrimaryGeneratorMessenger.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelPrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelPrimaryGeneratorMessenger.cc,v 1.6 2002/12/11 17:13:38 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelRunAction.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelRunAction.cc index 64374a9673..1f80599f49 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelRunAction.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelRunAction.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelRunAction.cc,v 1.10 2003/06/16 16:46:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelTrackerHit.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelTrackerHit.cc index 9d812663c9..9b7e4731df 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelTrackerHit.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelTrackerHit.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelTrackerHit.cc,v 1.3 2003/05/30 15:09:00 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelTrackerROGeometry.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelTrackerROGeometry.cc index 4ea33a9235..ab8721598c 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelTrackerROGeometry.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelTrackerROGeometry.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelTrackerROGeometry.cc,v 1.5 2001/11/29 11:19:18 griccard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelTrackerSD.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelTrackerSD.cc index ad92a2773e..bb14822d2e 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelTrackerSD.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelTrackerSD.cc @@ -22,7 +22,7 @@ // // // $Id: GammaRayTelTrackerSD.cc,v 1.8 2003/11/14 15:00:00 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelVisManager.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelVisManager.cc index 83913db8b7..615fa5127e 100755 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelVisManager.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelVisManager.cc @@ -23,7 +23,7 @@ // // $Id: GammaRayTelVisManager.cc,v 1.9 2003/11/13 15:09:33 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // ------------------------------------------------------------ // GEANT 4 class implementation file // CERN Geneva Switzerland diff --git a/examples/advanced/lAr_calorimeter/Beam_802_1mm.dat b/examples/advanced/lAr_calorimeter/Beam_802_1mm.dat deleted file mode 100644 index 583230ed56..0000000000 --- a/examples/advanced/lAr_calorimeter/Beam_802_1mm.dat +++ /dev/null @@ -1,15 +0,0 @@ -0 0 0 -0 -0 -0 0 0 0 0 0 0 -0 0 0 0 0 0 -0 0 0 -0 -0 -0 0 0 0 0 0 0 -0 0 0 0 0 0 -0 0 0 -0 -0 -0 0 0 0 0 0 0 -0 0 0 0 0 0 diff --git a/examples/advanced/lAr_calorimeter/EdepFCAL_802_1mm.dat b/examples/advanced/lAr_calorimeter/EdepFCAL_802_1mm.dat deleted file mode 100644 index b709218a60..0000000000 --- a/examples/advanced/lAr_calorimeter/EdepFCAL_802_1mm.dat +++ /dev/null @@ -1,884 +0,0 @@ -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 45.0896 -0 44.4336 -0 47.403 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 1.022 -0 19.477 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 45.0896 -0 44.4336 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 19.477 -0 45.0896 -0 19.477 -0 45.0896 -0 19.477 -0 45.0896 -0 19.477 -0 45.0896 -0 19.477 -0 45.0896 -0 19.477 -0 45.0896 -0 19.477 -0 45.0896 -0 19.477 -0 45.0896 -0 19.477 -0 45.0896 -0 19.477 -0 45.0896 -0 44.4336 -0 47.403 -0 19.477 -0 42.3429 -0 11.6584 -0 42.8265 -0 19.477 -0 42.3429 -0 19.477 -0 42.3429 -0 11.6584 -0 42.8265 -0 19.477 -0 42.3429 -0 19.477 -0 42.3429 -0 11.6584 -0 42.8265 -0 19.477 -0 42.3429 -0 19.477 -0 42.3429 -0 11.6584 -0 42.8265 -0 19.477 -0 42.3429 -0 11.6584 -0 42.8265 -0 19.477 -0 42.3429 -0 19.477 -0 42.3429 -0 19.477 -0 42.3429 -0 11.6584 -0 42.8265 -0 19.477 -0 42.3429 -0 19.477 -0 42.3429 -0 11.6584 -0 42.8265 -0 19.477 -0 42.3429 -0 11.6584 -0 42.8265 -0 19.477 -0 42.3429 -0 11.6584 -0 42.8265 -0 47.6815 -0 44.881 -0 43.5025 -0 31.9713 -0 46.1024 -0 44.3234 -0 37.0626 -0 21.907 -0 28.7289 -0 50.3597 -0 40.731 -0 35.2947 -0 38.3184 -0 48.9884 -0 45.2442 -0 37.3473 -0 31.4489 -0 32.8864 -0 49.7364 -0 31.8557 -0 46.3412 -0 32.1213 -0 36.9743 -0 41.8095 -0 35.0381 -0 16.7027 -0 47.3894 -0 51.3671 -0 22.3038 -0 18.2938 -0 43.048 -0 36.542 -0 33.5984 -0 52.0392 -0 37.8835 -0 49.1993 -0 40.908 -0 47.8855 -0 29.3591 -0 47.6581 -0 33.7285 -0 36.004 -0 39.6589 -0 36.7798 -0 47.6083 -0 30.3335 -0 35.3037 -0 31.7756 -0 38.7956 -0 48.5946 -0 38.7143 -0 42.7753 -0 43.6903 -0 52.8515 -0 24.6931 -0 45.0771 -0 10.8957 -0 38.8304 -0 25.1062 -0 46.9827 -0 50.0422 -0 25.1698 -0 46.8917 -0 48.587 -0 49.2569 -0 30.0781 -0 27.2543 -0 45.5297 -0 41.1736 -0 24.802 -0 51.2767 -0 42.9332 -0 46.7595 -0 17.0036 -0 34.095 -0 13.9434 -0 51.5735 -0 39.9715 -0 52.8337 -0 32.1433 -0 35.9347 -0 47.7717 -0 50.4645 -0 38.4931 -0 35.4288 -0 23.8846 -0 49.1383 -0 52.6955 -0 41.1588 -0 16.6355 -0 43.6802 -0 16.0589 -0 48.8308 -0 47.5482 -0 40.0727 -0 42.6326 -0 19.477 -0 42.3429 -0 11.6584 -0 19.477 -0 42.3429 -0 11.6584 -0 19.477 -0 42.3429 -0 11.6584 -0 19.477 -0 42.3429 -0 11.6584 -0 19.477 -0 42.3429 -0 11.6584 -0 19.477 -0 42.3429 -0 11.6584 -0 19.477 -0 42.3429 -0 11.6584 -0 19.477 -0 42.3429 -0 19.477 -0 42.3429 -0 11.6584 -0 42.8265 -0 47.6815 -0 44.881 -0 43.5025 -0 31.9713 -0 46.1024 -0 44.3234 -0 37.0626 -0 21.907 -0 28.7289 -0 50.3597 -0 40.731 -0 35.2947 -0 38.3184 -0 48.9884 -0 45.2442 -0 37.3473 -0 31.4489 -0 32.8864 -0 49.7364 -0 31.8557 -0 46.3412 -0 32.1213 -0 36.9743 -0 41.8095 -0 35.0381 -0 16.7027 -0 47.3894 -0 51.3671 -0 22.3038 -0 18.2938 -0 43.048 -0 36.542 -0 33.5984 -0 52.0392 -0 37.8835 -0 49.1993 -0 40.908 -0 47.8855 -0 29.3591 -0 47.6581 -0 33.7285 -0 36.004 -0 39.6589 -0 36.7798 -0 47.6083 -0 30.3335 -0 35.3037 -0 31.7756 -0 38.7956 -0 48.5946 -0 38.7143 -0 42.7753 -0 43.6903 -0 52.8515 -0 24.6931 -0 45.0771 -0 10.8957 -0 38.8304 -0 25.1062 -0 46.9827 -0 50.0422 -0 25.1698 -0 46.8917 -0 48.587 -0 49.2569 -0 30.0781 -0 27.2543 -0 45.5297 -0 41.1736 -0 24.802 -0 51.2767 -0 42.9332 -0 46.7595 -0 17.0036 -0 34.095 -0 13.9434 -0 51.5735 -0 39.9715 -0 52.8337 -0 32.1433 -0 35.9347 -0 47.7717 -0 50.4645 -0 38.4931 -0 35.4288 -0 23.8846 -0 49.1383 -0 52.6955 -0 41.1588 -0 16.6355 -0 43.6802 -0 16.0589 -0 48.8308 -0 47.5482 -0 40.0727 -0 42.6326 -0 43.5291 -0 39.8546 -0 33.4301 -0 41.3621 -0 27.2072 -0 41.1417 -0 40.0701 -0 35.4863 -0 35.2176 -0 23.0231 -0 36.2839 -0 48.9102 -0 47.0612 -0 40.8721 -0 40.5139 -0 49.5448 -0 38.495 -0 30.9825 -0 39.9082 -0 45.3893 -0 34.5813 -0 35.0711 -0 44.6657 -0 42.8523 -0 51.6845 -0 23.8263 -0 51.9303 -0 34.5159 -0 11.1829 -0 41.0279 -0 27.6493 -0 31.7251 -0 52.3169 -0 37.5355 -0 22.5479 -0 38.8704 -0 39.0504 -0 30.5618 -0 40.0542 -0 36.2965 -0 13.5885 -0 41.2478 -0 48.2156 -0 13.7562 -0 33.9127 -0 48.4222 -0 19.3072 -0 43.747 -0 44.2084 -0 24.9529 -0 41.0599 -0 19.9541 -0 44.621 -0 35.5794 -0 52.1987 -0 36.22 -0 30.65 -0 50.2634 -0 53.2632 -0 37.516 -0 51.9068 -0 45.2204 -0 39.9913 -0 29.5142 -0 47.4265 -0 50.4498 -0 47.8029 -0 20.2177 -0 52.1396 -0 32.406 -0 51.9018 -0 50.4874 -0 42.3709 -0 48.8174 -0 28.4462 -0 34.7457 -0 29.5983 -0 41.7631 -0 34.543 -0 34.3953 -0 44.1258 -0 33.5479 -0 49.4591 -0 28.8467 -0 36.7043 -0 42.9841 -0 32.5023 -0 31.7665 -0 19.7603 -0 10.8219 -0 42.5988 -0 34.5505 -0 43.9489 -0 23.4238 -0 48.6316 -0 16.7918 -0 51.7467 -0 37.3534 -0 40.7325 -0 36.6286 -0 19.477 -0 42.3429 -0 11.6584 -0 42.8265 -0 47.6815 -0 44.881 -0 43.5025 -0 31.9713 -0 46.1024 -0 44.3234 -0 37.0626 -0 21.907 -0 28.7289 -0 50.3597 -0 40.731 -0 35.2947 -0 38.3184 -0 48.9884 -0 45.2442 -0 37.3473 -0 31.4489 -0 32.8864 -0 49.7364 -0 31.8557 -0 46.3412 -0 32.1213 -0 36.9743 -0 41.8095 -0 35.0381 -0 16.7027 -0 47.3894 -0 51.3671 -0 22.3038 -0 18.2938 -0 43.048 -0 36.542 -0 33.5984 -0 52.0392 -0 37.8835 -0 49.1993 -0 40.908 -0 47.8855 -0 29.3591 -0 47.6581 -0 33.7285 -0 36.004 -0 39.6589 -0 36.7798 -0 47.6083 -0 30.3335 -0 35.3037 -0 31.7756 -0 38.7956 -0 48.5946 -0 38.7143 -0 42.7753 -0 43.6903 -0 52.8515 -0 24.6931 -0 45.0771 -0 10.8957 -0 38.8304 -0 25.1062 -0 46.9827 -0 50.0422 -0 25.1698 -0 46.8917 -0 48.587 -0 49.2569 -0 30.0781 -0 27.2543 -0 45.5297 -0 41.1736 -0 24.802 -0 51.2767 -0 42.9332 -0 46.7595 -0 17.0036 -0 34.095 -0 13.9434 -0 51.5735 -0 39.9715 -0 52.8337 -0 32.1433 -0 35.9347 -0 47.7717 -0 50.4645 -0 38.4931 -0 35.4288 -0 23.8846 -0 49.1383 -0 52.6955 -0 41.1588 -0 16.6355 -0 43.6802 -0 16.0589 -0 48.8308 -0 47.5482 -0 40.0727 -0 42.6326 -0 43.5291 -0 39.8546 -0 33.4301 -0 41.3621 -0 27.2072 -0 41.1417 -0 40.0701 -0 35.4863 -0 35.2176 -0 23.0231 -0 36.2839 -0 48.9102 -0 47.0612 -0 40.8721 -0 40.5139 -0 49.5448 -0 38.495 -0 30.9825 -0 39.9082 -0 45.3893 -0 34.5813 -0 35.0711 -0 44.6657 -0 42.8523 -0 51.6845 -0 23.8263 -0 51.9303 -0 34.5159 -0 11.1829 -0 41.0279 -0 27.6493 -0 31.7251 -0 52.3169 -0 37.5355 -0 22.5479 -0 38.8704 -0 39.0504 -0 30.5618 -0 40.0542 -0 36.2965 -0 13.5885 -0 41.2478 -0 48.2156 -0 13.7562 -0 33.9127 -0 48.4222 -0 19.3072 -0 43.747 -0 44.2084 -0 24.9529 -0 41.0599 -0 19.9541 -0 44.621 -0 35.5794 -0 52.1987 -0 36.22 -0 30.65 -0 50.2634 -0 53.2632 -0 37.516 -0 51.9068 -0 45.2204 -0 39.9913 -0 29.5142 -0 47.4265 -0 50.4498 -0 47.8029 -0 20.2177 -0 52.1396 -0 32.406 -0 51.9018 -0 50.4874 -0 42.3709 -0 48.8174 -0 28.4462 -0 34.7457 -0 29.5983 -0 41.7631 -0 34.543 -0 34.3953 -0 44.1258 -0 33.5479 -0 49.4591 -0 28.8467 -0 36.7043 -0 42.9841 -0 32.5023 -0 31.7665 -0 19.7603 -0 10.8219 -0 42.5988 -0 34.5505 -0 43.9489 -0 23.4238 -0 48.6316 -0 16.7918 -0 51.7467 -0 37.3534 -0 40.7325 -0 36.6286 -0 19.477 -0 42.3429 -0 11.6584 -0 42.8265 -0 47.6815 -0 44.881 -0 43.5025 -0 31.9713 -0 46.1024 -0 44.3234 -0 37.0626 -0 21.907 -0 28.7289 -0 50.3597 -0 40.731 -0 35.2947 -0 38.3184 -0 48.9884 -0 45.2442 -0 37.3473 -0 31.4489 -0 32.8864 -0 49.7364 -0 31.8557 -0 46.3412 -0 32.1213 -0 36.9743 -0 41.8095 -0 35.0381 -0 16.7027 -0 47.3894 -0 51.3671 -0 22.3038 -0 18.2938 -0 43.048 -0 36.542 -0 33.5984 -0 52.0392 -0 37.8835 -0 49.1993 -0 40.908 -0 47.8855 -0 29.3591 -0 47.6581 -0 33.7285 -0 36.004 -0 39.6589 -0 36.7798 -0 47.6083 -0 30.3335 -0 35.3037 -0 31.7756 -0 38.7956 -0 48.5946 -0 38.7143 -0 42.7753 -0 43.6903 -0 52.8515 -0 24.6931 -0 45.0771 -0 10.8957 -0 38.8304 -0 25.1062 -0 46.9827 -0 50.0422 -0 25.1698 -0 46.8917 -0 48.587 -0 49.2569 -0 30.0781 -0 27.2543 -0 45.5297 -0 41.1736 -0 24.802 -0 51.2767 -0 42.9332 -0 46.7595 -0 17.0036 -0 34.095 -0 13.9434 -0 51.5735 -0 39.9715 -0 52.8337 -0 32.1433 -0 35.9347 -0 47.7717 -0 50.4645 -0 38.4931 -0 35.4288 -0 23.8846 -0 49.1383 -0 52.6955 -0 41.1588 -0 16.6355 -0 43.6802 -0 16.0589 -0 48.8308 -0 47.5482 -0 40.0727 -0 42.6326 -0 43.5291 -0 39.8546 -0 33.4301 -0 41.3621 -0 27.2072 -0 41.1417 -0 40.0701 -0 35.4863 -0 35.2176 -0 23.0231 -0 36.2839 -0 48.9102 -0 47.0612 -0 40.8721 -0 40.5139 -0 49.5448 -0 38.495 -0 30.9825 -0 39.9082 -0 45.3893 -0 34.5813 -0 35.0711 -0 44.6657 -0 42.8523 -0 51.6845 -0 23.8263 -0 51.9303 -0 34.5159 -0 11.1829 -0 41.0279 -0 27.6493 -0 31.7251 -0 52.3169 -0 37.5355 -0 22.5479 -0 38.8704 -0 39.0504 -0 30.5618 -0 40.0542 -0 36.2965 -0 13.5885 -0 41.2478 -0 48.2156 -0 13.7562 -0 33.9127 -0 48.4222 -0 19.3072 -0 43.747 -0 44.2084 -0 24.9529 -0 41.0599 -0 19.9541 -0 44.621 -0 35.5794 -0 52.1987 -0 36.22 -0 30.65 -0 50.2634 -0 53.2632 -0 37.516 -0 51.9068 -0 45.2204 -0 39.9913 -0 29.5142 -0 47.4265 -0 50.4498 -0 47.8029 -0 20.2177 -0 52.1396 -0 32.406 -0 51.9018 -0 50.4874 -0 42.3709 -0 48.8174 -0 28.4462 -0 34.7457 -0 29.5983 -0 41.7631 -0 34.543 -0 34.3953 -0 44.1258 -0 33.5479 -0 49.4591 -0 28.8467 -0 36.7043 -0 42.9841 -0 32.5023 -0 31.7665 -0 19.7603 -0 10.8219 -0 42.5988 -0 34.5505 -0 43.9489 -0 23.4238 -0 48.6316 -0 16.7918 -0 51.7467 -0 37.3534 -0 40.7325 -0 36.6286 -0 19.477 -0 42.3429 -0 11.6584 -0 19.477 -0 42.3429 -0 11.6584 -0 19.477 -0 42.3429 -0 11.6584 -0 19.477 -0 42.3429 -0 11.6584 -0 19.477 -0 42.3429 -0 11.6584 -0 19.477 -0 21.7413 -0 46.1093 diff --git a/examples/advanced/lAr_calorimeter/EmModule_802_1mm.dat b/examples/advanced/lAr_calorimeter/EmModule_802_1mm.dat deleted file mode 100644 index bb0b1cf658..0000000000 --- a/examples/advanced/lAr_calorimeter/EmModule_802_1mm.dat +++ /dev/null @@ -1,3 +0,0 @@ -0 -0 -0 diff --git a/examples/advanced/lAr_calorimeter/GNUmakefile b/examples/advanced/lAr_calorimeter/GNUmakefile index cb05a81abe..278de873fe 100644 --- a/examples/advanced/lAr_calorimeter/GNUmakefile +++ b/examples/advanced/lAr_calorimeter/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.6 2003/12/02 14:39:03 gcosmo Exp $ +# $Id: GNUmakefile,v 1.7 2004/01/28 17:58:58 ribon Exp $ # -------------------------------------------------------------- # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. # -------------------------------------------------------------- @@ -13,6 +13,8 @@ endif include $(G4INSTALL)/config/architecture.gmk +include hadronic_lists.gmk + #G4ANALYSIS_USE:= true ifdef G4ANALYSIS_USE diff --git a/examples/advanced/lAr_calorimeter/HadModule_802_1mm.dat b/examples/advanced/lAr_calorimeter/HadModule_802_1mm.dat deleted file mode 100644 index bb0b1cf658..0000000000 --- a/examples/advanced/lAr_calorimeter/HadModule_802_1mm.dat +++ /dev/null @@ -1,3 +0,0 @@ -0 -0 -0 diff --git a/examples/advanced/lAr_calorimeter/History b/examples/advanced/lAr_calorimeter/History index 1d5af7cd0d..ae59fb245a 100644 --- a/examples/advanced/lAr_calorimeter/History +++ b/examples/advanced/lAr_calorimeter/History @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -$Id: History,v 1.5 2003/12/02 14:58:26 gcosmo Exp $ +$Id: History,v 1.6 2004/01/28 17:58:58 ribon Exp $ ------------------------------------------------------------------- ========================================================= @@ -9,6 +9,9 @@ $Id: History,v 1.5 2003/12/02 14:58:26 gcosmo Exp $ Category History file --------------------- +28.01.2004 - A.Ribon (lAr_calorimeter-V06-00-01) + Clean up. Fixes for g++ 3.2 . New Physics Lists. + 02.12.2003 - G.Cosmo (lAr_calorimeter-V05-02-01) Fixed compilation errors if histograms disabled. Fixed compilation warnings ... diff --git a/examples/advanced/lAr_calorimeter/OutTracks_802_1mm.dat b/examples/advanced/lAr_calorimeter/OutTracks_802_1mm.dat deleted file mode 100644 index 2e69027e7e..0000000000 --- a/examples/advanced/lAr_calorimeter/OutTracks_802_1mm.dat +++ /dev/null @@ -1,2716 +0,0 @@ -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 -16.1177 -0.183665 39.5476 42.7063 42.7063 42.7063 --14 0 0 0 -6.56266 14.6145 -1.1295 16.0601 16.0601 16.0601 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -0 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -2 -2 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -2 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 21.5063 41.3837 -8.48105 47.4031 47.4031 47.4031 --14 0 0 0 -13.1581 0.684438 -3.667 13.6766 13.6766 13.6766 -2 -12 0 0 0 -4.11807 -12.2603 3.85918 13.4969 13.4969 13.4969 --14 0 0 0 25.6021 2.21301 -40.8243 48.2389 48.2389 48.2389 -2 -12 0 0 0 -16.1177 -0.183665 39.5476 42.7063 42.7063 42.7063 --14 0 0 0 -6.56266 14.6145 -1.1295 16.0601 16.0601 16.0601 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 4.38321 -11.8941 -33.8492 36.1449 36.1449 36.1449 --14 0 0 0 0.838943 26.6293 -5.46921 27.1981 27.1981 27.1981 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 4.38321 -11.8941 -33.8492 36.1449 36.1449 36.1449 --14 0 0 0 0.838943 26.6293 -5.46921 27.1981 27.1981 27.1981 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 4.38321 -11.8941 -33.8492 36.1449 36.1449 36.1449 --14 0 0 0 0.838943 26.6293 -5.46921 27.1981 27.1981 27.1981 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 4.38321 -11.8941 -33.8492 36.1449 36.1449 36.1449 --14 0 0 0 0.838943 26.6293 -5.46921 27.1981 27.1981 27.1981 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 4.38321 -11.8941 -33.8492 36.1449 36.1449 36.1449 --14 0 0 0 0.838943 26.6293 -5.46921 27.1981 27.1981 27.1981 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 4.38321 -11.8941 -33.8492 36.1449 36.1449 36.1449 --14 0 0 0 0.838943 26.6293 -5.46921 27.1981 27.1981 27.1981 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 4.38321 -11.8941 -33.8492 36.1449 36.1449 36.1449 --14 0 0 0 0.838943 26.6293 -5.46921 27.1981 27.1981 27.1981 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 4.38321 -11.8941 -33.8492 36.1449 36.1449 36.1449 --14 0 0 0 0.838943 26.6293 -5.46921 27.1981 27.1981 27.1981 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 4.38321 -11.8941 -33.8492 36.1449 36.1449 36.1449 --14 0 0 0 0.838943 26.6293 -5.46921 27.1981 27.1981 27.1981 -2 -12 0 0 0 4.41702 -3.56194 -0.176195 5.67702 5.67702 5.67702 --14 0 0 0 -44.2397 28.838 0.450317 52.8108 52.8108 52.8108 -2 -12 0 0 0 -20.5154 -5.84885 14.2435 25.6509 25.6509 25.6509 --14 0 0 0 -21.9873 12.3796 -25.1662 35.6376 35.6376 35.6376 -2 -12 0 0 0 -14.2959 20.8408 20.4314 32.4985 32.4985 32.4985 --14 0 0 0 -1.54702 -22.9896 19.4734 30.1683 30.1683 30.1683 -2 -12 0 0 0 15.9446 -38.8728 16.6667 45.2007 45.2007 45.2007 --14 0 0 0 8.87507 27.5885 -0.977891 28.9974 28.9974 28.9974 -2 -12 0 0 0 1.86634 -19.2303 13.6911 23.6798 23.6798 23.6798 --14 0 0 0 35.8045 -4.72267 -4.44578 36.3872 36.3872 36.3872 -2 -12 0 0 0 0.224928 22.4915 0.608391 22.5008 22.5008 22.5008 --14 0 0 0 -2.62609 -1.91569 -39.2107 39.3452 39.3452 39.3452 -2 -12 0 0 0 29.4068 6.66768 -17.6013 34.9145 34.9145 34.9145 --14 0 0 0 -26.2586 -11.8028 -18.447 34.1923 34.1923 34.1923 -2 -12 0 0 0 -22.139 -1.82832 -28.8458 36.4082 36.4082 36.4082 --14 0 0 0 10.3406 4.07141 46.5459 47.8542 47.8542 47.8542 -2 -12 0 0 0 16.9147 -15.8217 -16.7974 28.611 28.611 28.611 --14 0 0 0 -5.73118 38.1309 29.9586 48.8296 48.8296 48.8296 -2 -12 0 0 0 -43.1528 -4.79901 -16.1876 46.3383 46.3383 46.3383 --14 0 0 0 -0.73926 5.84803 -7.41358 9.47139 9.47139 9.47139 -2 -12 0 0 0 28.4802 -18.6962 25.3608 42.4717 42.4717 42.4717 --14 0 0 0 7.30117 20.5858 -7.09854 22.9667 22.9667 22.9667 -2 -12 0 0 0 -21.6724 -0.498583 32.0883 38.7247 38.7247 38.7247 --14 0 0 0 -2.91417 23.0384 -22.2342 32.15 32.15 32.15 -2 -12 0 0 0 7.99445 4.4289 21.221 23.1053 23.1053 23.1053 --14 0 0 0 -40.2606 -18.1821 -7.11843 44.7457 44.7457 44.7457 -2 -12 0 0 0 -6.64801 -6.56782 6.58804 11.4339 11.4339 11.4339 --14 0 0 0 -26.8306 33.4764 15.882 45.7471 45.7471 45.7471 -2 -12 0 0 0 -0.814088 -1.39887 19.3582 19.4257 19.4257 19.4257 --14 0 0 0 -5.08526 -40.7886 -5.71217 41.4994 41.4994 41.4994 -2 -12 0 0 0 11.5608 34.4634 12.3806 38.4012 38.4012 38.4012 --14 0 0 0 0.645812 -22.6475 20.3003 30.4208 30.4208 30.4208 -2 -12 0 0 0 21.9682 -18.4215 -1.2326 28.6962 28.6962 28.6962 --14 0 0 0 -43.4668 3.02868 -14.8224 46.0243 46.0243 46.0243 -2 -12 0 0 0 -28.1344 29.0135 8.46818 41.2921 41.2921 41.2921 --14 0 0 0 30.8791 -1.42267 8.23863 31.9909 31.9909 31.9909 -2 -12 0 0 0 -18.2356 -28.552 -38.1291 51.0057 51.0057 51.0057 --14 0 0 0 4.68021 2.41258 -1.31532 5.42725 5.42725 5.42725 -2 -12 0 0 0 24.2172 5.27777 -22.2459 33.3048 33.3048 33.3048 --14 0 0 0 -25.3589 25.8925 19.1896 41.009 41.009 41.009 -2 -12 0 0 0 -16.7932 5.13215 -41.9159 45.4455 45.4455 45.4455 --14 0 0 0 -1.60949 13.6101 4.36307 14.3827 14.3827 14.3827 -2 -12 0 0 0 14.4421 40.4777 20.3026 47.5312 47.5312 47.5312 --14 0 0 0 -6.97033 -24.8397 6.12793 26.5169 26.5169 26.5169 -2 -12 0 0 0 15.7895 -30.4591 -33.5573 47.9912 47.9912 47.9912 --14 0 0 0 -19.1891 5.91155 6.81457 21.2039 21.2039 21.2039 -2 -12 0 0 0 21.1876 18.7581 1.89043 28.3611 28.3611 28.3611 --14 0 0 0 16.9304 -30.5346 8.76971 35.9988 35.9988 35.9988 -2 -12 0 0 0 23.4583 0.732011 23.5177 33.2251 33.2251 33.2251 --14 0 0 0 7.64613 -8.97283 -36.0264 37.9061 37.9061 37.9061 -2 -12 0 0 0 33.6763 27.2948 5.36771 43.6796 43.6796 43.6796 --14 0 0 0 -22.7557 -38.7805 -8.6434 45.7871 45.7871 45.7871 -2 -12 0 0 0 -7.81484 -4.72928 1.68936 9.28934 9.28934 9.28934 --14 0 0 0 29.4685 1.26627 39.7407 49.4906 49.4906 49.4906 -2 -12 0 0 0 -10.9109 -17.0678 17.0141 26.4544 26.4544 26.4544 --14 0 0 0 -14.9139 -24.0358 -1.85978 28.3479 28.3479 28.3479 -2 -12 0 0 0 -29.9921 -5.22638 -10.6826 32.2639 32.2639 32.2639 --14 0 0 0 45.2771 -1.42261 24.7121 51.6016 51.6016 51.6016 -2 -12 0 0 0 37.2278 18.7371 9.12157 42.6637 42.6637 42.6637 --14 0 0 0 -43.9092 -9.71489 4.65975 45.2119 45.2119 45.2119 -2 -12 0 0 0 -27.5457 13.6969 -40.0395 50.4929 50.4929 50.4929 --14 0 0 0 8.77953 -8.81085 2.18326 12.6285 12.6285 12.6285 -2 -12 0 0 0 13.2081 -37.8099 -32.7616 51.7433 51.7433 51.7433 --14 0 0 0 -7.92307 7.36124 14.2436 17.8841 17.8841 17.8841 -2 -12 0 0 0 13.1243 -41.9977 -17.1463 47.2234 47.2234 47.2234 --14 0 0 0 -21.329 11.4105 7.5747 25.3476 25.3476 25.3476 -2 -12 0 0 0 15.9507 -23.7439 -5.45403 29.1194 29.1194 29.1194 --14 0 0 0 3.86611 -18.5249 -16.3529 25.0107 25.0107 25.0107 -2 -12 0 0 0 13.279 -4.96397 16.9479 22.0954 22.0954 22.0954 --14 0 0 0 -24.2113 38.9092 -5.78329 46.1905 46.1905 46.1905 -2 -12 0 0 0 -6.9948 -2.66232 -30.9904 31.8814 31.8814 31.8814 --14 0 0 0 -24.3165 -0.586218 -6.149 25.0888 25.0888 25.0888 -2 -12 0 0 0 -5.82708 12.5572 17.7859 22.5384 22.5384 22.5384 --14 0 0 0 25.0838 21.7683 -26.8738 42.723 42.723 42.723 -2 -12 0 0 0 -19.4406 -13.7488 12.2738 26.7882 26.7882 26.7882 --14 0 0 0 13.2907 -20.3437 20.0367 31.4957 31.4957 31.4957 -2 -12 0 0 0 -37.5771 9.80887 5.68034 39.2494 39.2494 39.2494 --14 0 0 0 19.0253 -20.7494 -24.866 37.5609 37.5609 37.5609 -2 -12 0 0 0 -7.4975 -5.39751 -25.18 26.8212 26.8212 26.8212 --14 0 0 0 22.8945 -17.6869 -12.9335 31.6901 31.6901 31.6901 -2 -12 0 0 0 14.7947 -28.0542 5.2767 32.1522 32.1522 32.1522 --14 0 0 0 12.7453 36.5289 11.242 40.2888 40.2888 40.2888 -2 -12 0 0 0 -6.9542 -23.9751 -5.82157 25.6331 25.6331 25.6331 --14 0 0 0 -26.8087 34.2465 9.57057 44.5323 44.5323 44.5323 -2 -12 0 0 0 14.7877 1.24799 4.11853 15.4012 15.4012 15.4012 --14 0 0 0 -38.4727 -31.3308 -12.2637 51.1093 51.1093 51.1093 -2 -12 0 0 0 -25.9661 -33.4904 22.1202 47.8032 47.8032 47.8032 --14 0 0 0 16.7094 -0.536561 -13.6557 21.5864 21.5864 21.5864 -2 -12 0 0 0 9.10765 -35.0388 1.94224 36.2552 36.2552 36.2552 --14 0 0 0 -14.606 -10.3273 -13.3255 22.306 22.306 22.306 -2 -12 0 0 0 16.6897 -1.00484 35.0162 38.8032 38.8032 38.8032 --14 0 0 0 -30.1661 16.6844 -13.53 37.0327 37.0327 37.0327 -2 -12 0 0 0 22.9951 19.4192 -18.6046 35.3838 35.3838 35.3838 --14 0 0 0 -33.7848 -3.3602 -10.3083 35.4819 35.4819 35.4819 -2 -12 0 0 0 29.1301 20.0628 6.91721 36.0406 36.0406 36.0406 --14 0 0 0 -10.2585 -34.4202 13.4529 38.3532 38.3532 38.3532 -2 -12 0 0 0 44.6246 10.4053 -10.7706 47.0705 47.0705 47.0705 --14 0 0 0 -11.3781 8.15937 14.7034 20.3033 20.3033 20.3033 -2 -12 0 0 0 4.19133 1.66918 -16.5849 17.1876 17.1876 17.1876 --14 0 0 0 28.0674 -28.0953 -7.34863 40.3872 40.3872 40.3872 -2 -12 0 0 0 33.8224 8.30157 -17.1577 38.8234 38.8234 38.8234 --14 0 0 0 -15.0702 -19.8876 -14.0408 28.6317 28.6317 28.6317 -2 -12 0 0 0 14.5116 -22.9163 10.778 29.1875 29.1875 29.1875 --14 0 0 0 25.7463 12.7075 -18.5942 34.2067 34.2067 34.2067 -2 -12 0 0 0 -1.11248 -17.0232 5.35306 17.8797 17.8797 17.8797 --14 0 0 0 -38.5516 9.13831 -20.4787 44.5994 44.5994 44.5994 -2 -12 0 0 0 0.136396 -0.289202 11.6555 11.6599 11.6599 11.6599 --14 0 0 0 -15.4031 -10.8904 37.1422 41.6581 41.6581 41.6581 -2 -12 0 0 0 -10.8278 3.66305 -36.2708 38.0293 38.0293 38.0293 --14 0 0 0 3.00646 19.0588 38.9276 43.4469 43.4469 43.4469 -2 -12 0 0 0 -6.02223 -15.5873 4.03595 17.1907 17.1907 17.1907 --14 0 0 0 -22.9231 6.9316 -36.7945 43.9016 43.9016 43.9016 -2 -12 0 0 0 -41.279 9.6524 -18.3087 46.1772 46.1772 46.1772 --14 0 0 0 45.0892 -0.0705618 19.4274 49.0965 49.0965 49.0965 -2 -12 0 0 0 -8.45858 43.1331 -14.6057 46.3178 46.3178 46.3178 --14 0 0 0 6.34138 -5.17261 19.363 21.0213 21.0213 21.0213 -2 -12 0 0 0 5.46329 47.7228 -1.78565 48.0677 48.0677 48.0677 --14 0 0 0 -2.77238 -29.5044 -14.5089 32.9955 32.9955 32.9955 -2 -12 0 0 0 10.3368 21.8176 0.44247 24.1465 24.1465 24.1465 --14 0 0 0 15.4691 1.29462 -31.4141 35.0402 35.0402 35.0402 -2 -12 0 0 0 -14.8384 -27.4414 -8.60925 32.3624 32.3624 32.3624 --14 0 0 0 -9.51873 -15.0989 15.6901 23.7647 23.7647 23.7647 -2 -12 0 0 0 31.8797 -1.87848 -28.5508 42.8369 42.8369 42.8369 --14 0 0 0 -23.7355 23.0862 18.9748 38.1627 38.1627 38.1627 -2 -12 0 0 0 -0.274464 5.18913 -6.95388 8.68095 8.68095 8.68095 --14 0 0 0 41.1546 -25.9884 13.8179 50.5968 50.5968 50.5968 -2 -12 0 0 0 5.97307 -7.28069 0.513684 9.43132 9.43132 9.43132 --14 0 0 0 -33.8505 -22.9421 -25.423 48.1511 48.1511 48.1511 -2 -12 0 0 0 -20.3006 19.8531 4.14884 28.6962 28.6962 28.6962 --14 0 0 0 -0.318793 22.3259 -17.2514 28.2163 28.2163 28.2163 -2 -12 0 0 0 1.43082 24.7345 7.2402 25.8121 25.8121 25.8121 --14 0 0 0 -9.7159 -36.6891 -32.9774 50.2792 50.2792 50.2792 -2 -12 0 0 0 -4.12905 -23.3552 -18.646 30.1694 30.1694 30.1694 --14 0 0 0 -5.99625 21.5204 43.3251 48.7457 48.7457 48.7457 -2 -12 0 0 0 -9.58971 -22.83 -9.15892 26.4019 26.4019 26.4019 --14 0 0 0 7.82725 6.39431 -32.7121 34.2379 34.2379 34.2379 -2 -12 0 0 0 -18.5671 -13.2162 6.41256 23.6755 23.6755 23.6755 --14 0 0 0 0.916816 33.6169 24.009 41.3203 41.3203 41.3203 -2 -12 0 0 0 -27.1926 41.6725 13.2856 51.5028 51.5028 51.5028 --14 0 0 0 9.60554 -28.0558 -3.53508 29.8645 29.8645 29.8645 -2 -12 0 0 0 37.4635 -12.5159 -29.1007 49.0613 49.0613 49.0613 --14 0 0 0 1.3643 -5.39517 1.74211 5.83131 5.83131 5.83131 -2 -12 0 0 0 16.1196 -8.60981 -10.0276 20.8453 20.8453 20.8453 --14 0 0 0 16.4385 34.4941 18.3554 42.3909 42.3909 42.3909 -2 -12 0 0 0 2.35596 5.44331 -10.313 11.8969 11.8969 11.8969 --14 0 0 0 -9.19863 -44.7378 -13.0918 47.513 47.513 47.513 -2 -12 0 0 0 43.194 20.5449 -20.0564 51.8659 51.8659 51.8659 --14 0 0 0 -31.3354 -9.28468 17.977 37.2999 37.2999 37.2999 -2 -12 0 0 0 -24.6361 1.25399 -10.3132 26.7371 26.7371 26.7371 --14 0 0 0 37.4302 -22.3286 -12.4858 45.3374 45.3374 45.3374 -2 -12 0 0 0 -40.2295 8.18589 7.00894 41.6479 41.6479 41.6479 --14 0 0 0 47.0217 -18.5406 -1.83079 50.5781 50.5781 50.5781 -2 -12 0 0 0 -17.8708 -11.9279 41.9964 47.1735 47.1735 47.1735 --14 0 0 0 -7.11357 -2.1021 0.265335 7.42241 7.42241 7.42241 -2 -12 0 0 0 22.015 22.0366 0.0560747 31.1492 31.1492 31.1492 --14 0 0 0 -10.3721 -4.11588 -33.2248 35.0486 35.0486 35.0486 -2 -12 0 0 0 11.0166 16.3848 36.1169 41.1613 41.1613 41.1613 --14 0 0 0 0.142595 0.394154 12.1671 12.1744 12.1744 12.1744 -2 -12 0 0 0 -34.1488 -6.95062 -2.60442 34.9461 34.9461 34.9461 --14 0 0 0 19.073 22.4125 25.7127 39.08 39.08 39.08 -2 -12 0 0 0 6.33366 10.0053 15.0371 19.1399 19.1399 19.1399 --14 0 0 0 -12.485 -3.94582 -49.3886 51.0948 51.0948 51.0948 -2 -12 0 0 0 2.19364 3.6259 14.2063 14.8249 14.8249 14.8249 --14 0 0 0 30.6994 29.7873 -8.29715 43.5727 43.5727 43.5727 -2 -12 0 0 0 -12.8024 -21.7542 14.543 29.1315 29.1315 29.1315 --14 0 0 0 -4.52101 -1.47325 26.1445 26.5734 26.5734 26.5734 -2 -12 0 0 0 1.52914 -14.9774 -3.99621 15.5766 15.5766 15.5766 --14 0 0 0 -4.78988 41.9201 30.5638 52.0997 52.0997 52.0997 -2 -12 0 0 0 -24.7898 18.0031 -10.8836 32.5131 32.5131 32.5131 --14 0 0 0 0.937416 -37.8756 -5.08945 38.2275 38.2275 38.2275 -2 -12 0 0 0 -12.5813 -19.6541 -19.2157 30.2294 30.2294 30.2294 --14 0 0 0 12.4176 39.509 31.5374 52.0554 52.0554 52.0554 -2 -12 0 0 0 16.7036 -7.6882 12.7226 22.3603 22.3603 22.3603 --14 0 0 0 -5.50031 -31.0018 14.5156 34.6708 34.6708 34.6708 -2 -12 0 0 0 -37.7138 3.07803 6.28247 38.3572 38.3572 38.3572 --14 0 0 0 -13.5437 -5.97837 3.05618 15.1167 15.1167 15.1167 -2 -12 0 0 0 -10.2597 6.67309 45.8301 47.4362 47.4362 47.4362 --14 0 0 0 15.1498 5.16583 -7.25663 17.5744 17.5744 17.5744 -2 -12 0 0 0 -19.2426 31.6159 21.8257 42.9675 42.9675 42.9675 --14 0 0 0 15.1578 -25.2622 -36.0624 46.5664 46.5664 46.5664 -2 -12 0 0 0 -4.02894 5.2149 16.9386 18.1754 18.1754 18.1754 --14 0 0 0 -34.6505 -24.0749 -13.5448 44.3139 44.3139 44.3139 -2 -12 0 0 0 32.1526 30.2327 2.72575 44.2181 44.2181 44.2181 --14 0 0 0 -39.9972 -21.2933 7.27546 45.8924 45.8924 45.8924 -2 -12 0 0 0 17.7717 27.5698 -36.077 48.7594 48.7594 48.7594 --14 0 0 0 -8.28339 0.336741 -2.2079 8.57921 8.57921 8.57921 -2 -12 0 0 0 1.41048 0.470439 -6.17115 6.34775 6.34775 6.34775 --14 0 0 0 -35.1774 7.43137 37.9452 52.2735 52.2735 52.2735 -2 -12 0 0 0 3.38005 21.0068 -19.4599 28.834 28.834 28.834 --14 0 0 0 -36.2028 -8.75669 1.08953 37.2627 37.2627 37.2627 -2 -12 0 0 0 0.367088 1.71941 -17.5321 17.62 17.62 17.62 --14 0 0 0 -1.16788 -43.6887 14.0813 45.9168 45.9168 45.9168 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 4.38321 -11.8941 -33.8492 36.1449 36.1449 36.1449 --14 0 0 0 0.838943 26.6293 -5.46921 27.1981 27.1981 27.1981 -2 -12 0 0 0 4.41702 -3.56194 -0.176195 5.67702 5.67702 5.67702 --14 0 0 0 -44.2397 28.838 0.450317 52.8108 52.8108 52.8108 -2 -12 0 0 0 -20.5154 -5.84885 14.2435 25.6509 25.6509 25.6509 --14 0 0 0 -21.9873 12.3796 -25.1662 35.6376 35.6376 35.6376 -2 -12 0 0 0 -14.2959 20.8408 20.4314 32.4985 32.4985 32.4985 --14 0 0 0 -1.54702 -22.9896 19.4734 30.1683 30.1683 30.1683 -2 -12 0 0 0 15.9446 -38.8728 16.6667 45.2007 45.2007 45.2007 --14 0 0 0 8.87507 27.5885 -0.977891 28.9974 28.9974 28.9974 -2 -12 0 0 0 1.86634 -19.2303 13.6911 23.6798 23.6798 23.6798 --14 0 0 0 35.8045 -4.72267 -4.44578 36.3872 36.3872 36.3872 -2 -12 0 0 0 0.224928 22.4915 0.608391 22.5008 22.5008 22.5008 --14 0 0 0 -2.62609 -1.91569 -39.2107 39.3452 39.3452 39.3452 -2 -12 0 0 0 29.4068 6.66768 -17.6013 34.9145 34.9145 34.9145 --14 0 0 0 -26.2586 -11.8028 -18.447 34.1923 34.1923 34.1923 -2 -12 0 0 0 -22.139 -1.82832 -28.8458 36.4082 36.4082 36.4082 --14 0 0 0 10.3406 4.07141 46.5459 47.8542 47.8542 47.8542 -2 -12 0 0 0 16.9147 -15.8217 -16.7974 28.611 28.611 28.611 --14 0 0 0 -5.73118 38.1309 29.9586 48.8296 48.8296 48.8296 -2 -12 0 0 0 -43.1528 -4.79901 -16.1876 46.3383 46.3383 46.3383 --14 0 0 0 -0.73926 5.84803 -7.41358 9.47139 9.47139 9.47139 -2 -12 0 0 0 28.4802 -18.6962 25.3608 42.4717 42.4717 42.4717 --14 0 0 0 7.30117 20.5858 -7.09854 22.9667 22.9667 22.9667 -2 -12 0 0 0 -21.6724 -0.498583 32.0883 38.7247 38.7247 38.7247 --14 0 0 0 -2.91417 23.0384 -22.2342 32.15 32.15 32.15 -2 -12 0 0 0 7.99445 4.4289 21.221 23.1053 23.1053 23.1053 --14 0 0 0 -40.2606 -18.1821 -7.11843 44.7457 44.7457 44.7457 -2 -12 0 0 0 -6.64801 -6.56782 6.58804 11.4339 11.4339 11.4339 --14 0 0 0 -26.8306 33.4764 15.882 45.7471 45.7471 45.7471 -2 -12 0 0 0 -0.814088 -1.39887 19.3582 19.4257 19.4257 19.4257 --14 0 0 0 -5.08526 -40.7886 -5.71217 41.4994 41.4994 41.4994 -2 -12 0 0 0 11.5608 34.4634 12.3806 38.4012 38.4012 38.4012 --14 0 0 0 0.645812 -22.6475 20.3003 30.4208 30.4208 30.4208 -2 -12 0 0 0 21.9682 -18.4215 -1.2326 28.6962 28.6962 28.6962 --14 0 0 0 -43.4668 3.02868 -14.8224 46.0243 46.0243 46.0243 -2 -12 0 0 0 -28.1344 29.0135 8.46818 41.2921 41.2921 41.2921 --14 0 0 0 30.8791 -1.42267 8.23863 31.9909 31.9909 31.9909 -2 -12 0 0 0 -18.2356 -28.552 -38.1291 51.0057 51.0057 51.0057 --14 0 0 0 4.68021 2.41258 -1.31532 5.42725 5.42725 5.42725 -2 -12 0 0 0 24.2172 5.27777 -22.2459 33.3048 33.3048 33.3048 --14 0 0 0 -25.3589 25.8925 19.1896 41.009 41.009 41.009 -2 -12 0 0 0 -16.7932 5.13215 -41.9159 45.4455 45.4455 45.4455 --14 0 0 0 -1.60949 13.6101 4.36307 14.3827 14.3827 14.3827 -2 -12 0 0 0 14.4421 40.4777 20.3026 47.5312 47.5312 47.5312 --14 0 0 0 -6.97033 -24.8397 6.12793 26.5169 26.5169 26.5169 -2 -12 0 0 0 15.7895 -30.4591 -33.5573 47.9912 47.9912 47.9912 --14 0 0 0 -19.1891 5.91155 6.81457 21.2039 21.2039 21.2039 -2 -12 0 0 0 21.1876 18.7581 1.89043 28.3611 28.3611 28.3611 --14 0 0 0 16.9304 -30.5346 8.76971 35.9988 35.9988 35.9988 -2 -12 0 0 0 23.4583 0.732011 23.5177 33.2251 33.2251 33.2251 --14 0 0 0 7.64613 -8.97283 -36.0264 37.9061 37.9061 37.9061 -2 -12 0 0 0 33.6763 27.2948 5.36771 43.6796 43.6796 43.6796 --14 0 0 0 -22.7557 -38.7805 -8.6434 45.7871 45.7871 45.7871 -2 -12 0 0 0 -7.81484 -4.72928 1.68936 9.28934 9.28934 9.28934 --14 0 0 0 29.4685 1.26627 39.7407 49.4906 49.4906 49.4906 -2 -12 0 0 0 -10.9109 -17.0678 17.0141 26.4544 26.4544 26.4544 --14 0 0 0 -14.9139 -24.0358 -1.85978 28.3479 28.3479 28.3479 -2 -12 0 0 0 -29.9921 -5.22638 -10.6826 32.2639 32.2639 32.2639 --14 0 0 0 45.2771 -1.42261 24.7121 51.6016 51.6016 51.6016 -2 -12 0 0 0 37.2278 18.7371 9.12157 42.6637 42.6637 42.6637 --14 0 0 0 -43.9092 -9.71489 4.65975 45.2119 45.2119 45.2119 -2 -12 0 0 0 -27.5457 13.6969 -40.0395 50.4929 50.4929 50.4929 --14 0 0 0 8.77953 -8.81085 2.18326 12.6285 12.6285 12.6285 -2 -12 0 0 0 13.2081 -37.8099 -32.7616 51.7433 51.7433 51.7433 --14 0 0 0 -7.92307 7.36124 14.2436 17.8841 17.8841 17.8841 -2 -12 0 0 0 13.1243 -41.9977 -17.1463 47.2234 47.2234 47.2234 --14 0 0 0 -21.329 11.4105 7.5747 25.3476 25.3476 25.3476 -2 -12 0 0 0 15.9507 -23.7439 -5.45403 29.1194 29.1194 29.1194 --14 0 0 0 3.86611 -18.5249 -16.3529 25.0107 25.0107 25.0107 -2 -12 0 0 0 13.279 -4.96397 16.9479 22.0954 22.0954 22.0954 --14 0 0 0 -24.2113 38.9092 -5.78329 46.1905 46.1905 46.1905 -2 -12 0 0 0 -6.9948 -2.66232 -30.9904 31.8814 31.8814 31.8814 --14 0 0 0 -24.3165 -0.586218 -6.149 25.0888 25.0888 25.0888 -2 -12 0 0 0 -5.82708 12.5572 17.7859 22.5384 22.5384 22.5384 --14 0 0 0 25.0838 21.7683 -26.8738 42.723 42.723 42.723 -2 -12 0 0 0 -19.4406 -13.7488 12.2738 26.7882 26.7882 26.7882 --14 0 0 0 13.2907 -20.3437 20.0367 31.4957 31.4957 31.4957 -2 -12 0 0 0 -37.5771 9.80887 5.68034 39.2494 39.2494 39.2494 --14 0 0 0 19.0253 -20.7494 -24.866 37.5609 37.5609 37.5609 -2 -12 0 0 0 -7.4975 -5.39751 -25.18 26.8212 26.8212 26.8212 --14 0 0 0 22.8945 -17.6869 -12.9335 31.6901 31.6901 31.6901 -2 -12 0 0 0 14.7947 -28.0542 5.2767 32.1522 32.1522 32.1522 --14 0 0 0 12.7453 36.5289 11.242 40.2888 40.2888 40.2888 -2 -12 0 0 0 -6.9542 -23.9751 -5.82157 25.6331 25.6331 25.6331 --14 0 0 0 -26.8087 34.2465 9.57057 44.5323 44.5323 44.5323 -2 -12 0 0 0 14.7877 1.24799 4.11853 15.4012 15.4012 15.4012 --14 0 0 0 -38.4727 -31.3308 -12.2637 51.1093 51.1093 51.1093 -2 -12 0 0 0 -25.9661 -33.4904 22.1202 47.8032 47.8032 47.8032 --14 0 0 0 16.7094 -0.536561 -13.6557 21.5864 21.5864 21.5864 -2 -12 0 0 0 9.10765 -35.0388 1.94224 36.2552 36.2552 36.2552 --14 0 0 0 -14.606 -10.3273 -13.3255 22.306 22.306 22.306 -2 -12 0 0 0 16.6897 -1.00484 35.0162 38.8032 38.8032 38.8032 --14 0 0 0 -30.1661 16.6844 -13.53 37.0327 37.0327 37.0327 -2 -12 0 0 0 22.9951 19.4192 -18.6046 35.3838 35.3838 35.3838 --14 0 0 0 -33.7848 -3.3602 -10.3083 35.4819 35.4819 35.4819 -2 -12 0 0 0 29.1301 20.0628 6.91721 36.0406 36.0406 36.0406 --14 0 0 0 -10.2585 -34.4202 13.4529 38.3532 38.3532 38.3532 -2 -12 0 0 0 44.6246 10.4053 -10.7706 47.0705 47.0705 47.0705 --14 0 0 0 -11.3781 8.15937 14.7034 20.3033 20.3033 20.3033 -2 -12 0 0 0 4.19133 1.66918 -16.5849 17.1876 17.1876 17.1876 --14 0 0 0 28.0674 -28.0953 -7.34863 40.3872 40.3872 40.3872 -2 -12 0 0 0 33.8224 8.30157 -17.1577 38.8234 38.8234 38.8234 --14 0 0 0 -15.0702 -19.8876 -14.0408 28.6317 28.6317 28.6317 -2 -12 0 0 0 14.5116 -22.9163 10.778 29.1875 29.1875 29.1875 --14 0 0 0 25.7463 12.7075 -18.5942 34.2067 34.2067 34.2067 -2 -12 0 0 0 -1.11248 -17.0232 5.35306 17.8797 17.8797 17.8797 --14 0 0 0 -38.5516 9.13831 -20.4787 44.5994 44.5994 44.5994 -2 -12 0 0 0 0.136396 -0.289202 11.6555 11.6599 11.6599 11.6599 --14 0 0 0 -15.4031 -10.8904 37.1422 41.6581 41.6581 41.6581 -2 -12 0 0 0 -10.8278 3.66305 -36.2708 38.0293 38.0293 38.0293 --14 0 0 0 3.00646 19.0588 38.9276 43.4469 43.4469 43.4469 -2 -12 0 0 0 -6.02223 -15.5873 4.03595 17.1907 17.1907 17.1907 --14 0 0 0 -22.9231 6.9316 -36.7945 43.9016 43.9016 43.9016 -2 -12 0 0 0 -41.279 9.6524 -18.3087 46.1772 46.1772 46.1772 --14 0 0 0 45.0892 -0.0705618 19.4274 49.0965 49.0965 49.0965 -2 -12 0 0 0 -8.45858 43.1331 -14.6057 46.3178 46.3178 46.3178 --14 0 0 0 6.34138 -5.17261 19.363 21.0213 21.0213 21.0213 -2 -12 0 0 0 5.46329 47.7228 -1.78565 48.0677 48.0677 48.0677 --14 0 0 0 -2.77238 -29.5044 -14.5089 32.9955 32.9955 32.9955 -2 -12 0 0 0 10.3368 21.8176 0.44247 24.1465 24.1465 24.1465 --14 0 0 0 15.4691 1.29462 -31.4141 35.0402 35.0402 35.0402 -2 -12 0 0 0 -14.8384 -27.4414 -8.60925 32.3624 32.3624 32.3624 --14 0 0 0 -9.51873 -15.0989 15.6901 23.7647 23.7647 23.7647 -2 -12 0 0 0 31.8797 -1.87848 -28.5508 42.8369 42.8369 42.8369 --14 0 0 0 -23.7355 23.0862 18.9748 38.1627 38.1627 38.1627 -2 -12 0 0 0 -0.274464 5.18913 -6.95388 8.68095 8.68095 8.68095 --14 0 0 0 41.1546 -25.9884 13.8179 50.5968 50.5968 50.5968 -2 -12 0 0 0 5.97307 -7.28069 0.513684 9.43132 9.43132 9.43132 --14 0 0 0 -33.8505 -22.9421 -25.423 48.1511 48.1511 48.1511 -2 -12 0 0 0 -20.3006 19.8531 4.14884 28.6962 28.6962 28.6962 --14 0 0 0 -0.318793 22.3259 -17.2514 28.2163 28.2163 28.2163 -2 -12 0 0 0 1.43082 24.7345 7.2402 25.8121 25.8121 25.8121 --14 0 0 0 -9.7159 -36.6891 -32.9774 50.2792 50.2792 50.2792 -2 -12 0 0 0 -4.12905 -23.3552 -18.646 30.1694 30.1694 30.1694 --14 0 0 0 -5.99625 21.5204 43.3251 48.7457 48.7457 48.7457 -2 -12 0 0 0 -9.58971 -22.83 -9.15892 26.4019 26.4019 26.4019 --14 0 0 0 7.82725 6.39431 -32.7121 34.2379 34.2379 34.2379 -2 -12 0 0 0 -18.5671 -13.2162 6.41256 23.6755 23.6755 23.6755 --14 0 0 0 0.916816 33.6169 24.009 41.3203 41.3203 41.3203 -2 -12 0 0 0 -27.1926 41.6725 13.2856 51.5028 51.5028 51.5028 --14 0 0 0 9.60554 -28.0558 -3.53508 29.8645 29.8645 29.8645 -2 -12 0 0 0 37.4635 -12.5159 -29.1007 49.0613 49.0613 49.0613 --14 0 0 0 1.3643 -5.39517 1.74211 5.83131 5.83131 5.83131 -2 -12 0 0 0 16.1196 -8.60981 -10.0276 20.8453 20.8453 20.8453 --14 0 0 0 16.4385 34.4941 18.3554 42.3909 42.3909 42.3909 -2 -12 0 0 0 2.35596 5.44331 -10.313 11.8969 11.8969 11.8969 --14 0 0 0 -9.19863 -44.7378 -13.0918 47.513 47.513 47.513 -2 -12 0 0 0 43.194 20.5449 -20.0564 51.8659 51.8659 51.8659 --14 0 0 0 -31.3354 -9.28468 17.977 37.2999 37.2999 37.2999 -2 -12 0 0 0 -24.6361 1.25399 -10.3132 26.7371 26.7371 26.7371 --14 0 0 0 37.4302 -22.3286 -12.4858 45.3374 45.3374 45.3374 -2 -12 0 0 0 -40.2295 8.18589 7.00894 41.6479 41.6479 41.6479 --14 0 0 0 47.0217 -18.5406 -1.83079 50.5781 50.5781 50.5781 -2 -12 0 0 0 -17.8708 -11.9279 41.9964 47.1735 47.1735 47.1735 --14 0 0 0 -7.11357 -2.1021 0.265335 7.42241 7.42241 7.42241 -2 -12 0 0 0 22.015 22.0366 0.0560747 31.1492 31.1492 31.1492 --14 0 0 0 -10.3721 -4.11588 -33.2248 35.0486 35.0486 35.0486 -2 -12 0 0 0 11.0166 16.3848 36.1169 41.1613 41.1613 41.1613 --14 0 0 0 0.142595 0.394154 12.1671 12.1744 12.1744 12.1744 -2 -12 0 0 0 -34.1488 -6.95062 -2.60442 34.9461 34.9461 34.9461 --14 0 0 0 19.073 22.4125 25.7127 39.08 39.08 39.08 -2 -12 0 0 0 6.33366 10.0053 15.0371 19.1399 19.1399 19.1399 --14 0 0 0 -12.485 -3.94582 -49.3886 51.0948 51.0948 51.0948 -2 -12 0 0 0 2.19364 3.6259 14.2063 14.8249 14.8249 14.8249 --14 0 0 0 30.6994 29.7873 -8.29715 43.5727 43.5727 43.5727 -2 -12 0 0 0 -12.8024 -21.7542 14.543 29.1315 29.1315 29.1315 --14 0 0 0 -4.52101 -1.47325 26.1445 26.5734 26.5734 26.5734 -2 -12 0 0 0 1.52914 -14.9774 -3.99621 15.5766 15.5766 15.5766 --14 0 0 0 -4.78988 41.9201 30.5638 52.0997 52.0997 52.0997 -2 -12 0 0 0 -24.7898 18.0031 -10.8836 32.5131 32.5131 32.5131 --14 0 0 0 0.937416 -37.8756 -5.08945 38.2275 38.2275 38.2275 -2 -12 0 0 0 -12.5813 -19.6541 -19.2157 30.2294 30.2294 30.2294 --14 0 0 0 12.4176 39.509 31.5374 52.0554 52.0554 52.0554 -2 -12 0 0 0 16.7036 -7.6882 12.7226 22.3603 22.3603 22.3603 --14 0 0 0 -5.50031 -31.0018 14.5156 34.6708 34.6708 34.6708 -2 -12 0 0 0 -37.7138 3.07803 6.28247 38.3572 38.3572 38.3572 --14 0 0 0 -13.5437 -5.97837 3.05618 15.1167 15.1167 15.1167 -2 -12 0 0 0 -10.2597 6.67309 45.8301 47.4362 47.4362 47.4362 --14 0 0 0 15.1498 5.16583 -7.25663 17.5744 17.5744 17.5744 -2 -12 0 0 0 -19.2426 31.6159 21.8257 42.9675 42.9675 42.9675 --14 0 0 0 15.1578 -25.2622 -36.0624 46.5664 46.5664 46.5664 -2 -12 0 0 0 -4.02894 5.2149 16.9386 18.1754 18.1754 18.1754 --14 0 0 0 -34.6505 -24.0749 -13.5448 44.3139 44.3139 44.3139 -2 -12 0 0 0 32.1526 30.2327 2.72575 44.2181 44.2181 44.2181 --14 0 0 0 -39.9972 -21.2933 7.27546 45.8924 45.8924 45.8924 -2 -12 0 0 0 17.7717 27.5698 -36.077 48.7594 48.7594 48.7594 --14 0 0 0 -8.28339 0.336741 -2.2079 8.57921 8.57921 8.57921 -2 -12 0 0 0 1.41048 0.470439 -6.17115 6.34775 6.34775 6.34775 --14 0 0 0 -35.1774 7.43137 37.9452 52.2735 52.2735 52.2735 -2 -12 0 0 0 3.38005 21.0068 -19.4599 28.834 28.834 28.834 --14 0 0 0 -36.2028 -8.75669 1.08953 37.2627 37.2627 37.2627 -2 -12 0 0 0 0.367088 1.71941 -17.5321 17.62 17.62 17.62 --14 0 0 0 -1.16788 -43.6887 14.0813 45.9168 45.9168 45.9168 -2 -12 0 0 0 41.0682 14.2632 -1.33195 43.4949 43.4949 43.4949 --14 0 0 0 -0.554648 -11.2626 15.4722 19.1454 19.1454 19.1454 -2 -12 0 0 0 20.0168 -20.368 16.9901 33.2293 33.2293 33.2293 --14 0 0 0 -31.126 -8.75466 7.01243 33.0854 33.0854 33.0854 -2 -12 0 0 0 -27.1053 -25.5422 -34.1374 50.5219 50.5219 50.5219 --14 0 0 0 6.41424 3.59227 20.9658 22.2174 22.2174 22.2174 -2 -12 0 0 0 -8.73427 -23.6976 5.27566 25.8011 25.8011 25.8011 --14 0 0 0 16.6918 12.1576 33.0917 39.0062 39.0062 39.0062 -2 -12 0 0 0 -3.59473 23.1549 -23.1241 32.921 32.921 32.921 --14 0 0 0 -19.7931 -35.848 21.0463 46.0412 46.0412 46.0412 -2 -12 0 0 0 -33.9431 4.01911 8.11355 35.13 35.13 35.13 --14 0 0 0 13.923 16.594 20.6073 29.8977 29.8977 29.8977 -2 -12 0 0 0 -6.67646 24.6464 0.0822823 25.5348 25.5348 25.5348 --14 0 0 0 -22.3578 -20.8346 -26.6744 40.5645 40.5645 40.5645 -2 -12 0 0 0 8.88754 -9.31518 14.9248 19.7106 19.7106 19.7106 --14 0 0 0 -40.7098 22.6034 -20.7363 50.9725 50.9725 50.9725 -2 -12 0 0 0 -11.1788 -32.6439 -23.1799 41.568 41.568 41.568 --14 0 0 0 12.4748 24.4385 -10.514 29.3838 29.3838 29.3838 -2 -12 0 0 0 -3.20032 -31.9405 -25.1093 40.7543 40.7543 40.7543 --14 0 0 0 -13.442 20.2413 34.7373 42.392 42.392 42.392 -2 -12 0 0 0 11.1855 26.3012 -12.2878 31.1105 31.1105 31.1105 --14 0 0 0 21.752 -32.0966 -0.399687 38.775 38.775 38.775 -2 -12 0 0 0 -9.3442 -18.8714 2.42679 21.1974 21.1974 21.1974 --14 0 0 0 -16.6112 -3.3784 31.8293 36.0618 36.0618 36.0618 -2 -12 0 0 0 -29.0809 -7.19589 -25.3858 39.2673 39.2673 39.2673 --14 0 0 0 -8.82188 17.7642 0.519249 19.841 19.841 19.841 -2 -12 0 0 0 14.7091 37.2156 1.24879 40.0365 40.0365 40.0365 --14 0 0 0 -18.9975 -0.158773 -16.6487 25.2608 25.2608 25.2608 -2 -12 0 0 0 22.281 29.1748 -8.29554 37.6354 37.6354 37.6354 --14 0 0 0 -24.12 10.7687 9.34788 28.0201 28.0201 28.0201 -2 -12 0 0 0 2.01941 -3.55224 5.42245 6.78965 6.78965 6.78965 --14 0 0 0 26.8115 41.6194 5.70074 49.835 49.835 49.835 -2 -12 0 0 0 7.71331 -13.2385 -2.53516 15.53 15.53 15.53 --14 0 0 0 -8.47001 50.5769 9.44875 52.1444 52.1444 52.1444 -2 -12 0 0 0 -18.1804 20.3152 20.5592 34.1455 34.1455 34.1455 --14 0 0 0 34.6526 -21.4036 5.04806 41.0415 41.0415 41.0415 -2 -12 0 0 0 -9.83946 -30.7298 3.7092 32.4791 32.4791 32.4791 --14 0 0 0 1.02107 13.8714 30.7858 33.7821 33.7821 33.7821 -2 -12 0 0 0 -9.89022 16.302 12.7553 22.9405 22.9405 22.9405 --14 0 0 0 26.9576 25.021 -8.89214 37.8395 37.8395 37.8395 -2 -12 0 0 0 -38.6686 -11.0119 -33.2597 52.1798 52.1798 52.1798 --14 0 0 0 10.0945 6.38493 15.2976 19.4083 19.4083 19.4083 -2 -12 0 0 0 -20.4414 -33.9901 -20.36 44.5837 44.5837 44.5837 --14 0 0 0 -8.90489 24.5155 4.76611 26.5146 26.5146 26.5146 -2 -12 0 0 0 7.3415 -43.2261 -25.7885 50.8668 50.8668 50.8668 --14 0 0 0 4.23861 9.74004 -0.554803 10.6368 10.6368 10.6368 -2 -12 0 0 0 8.13402 2.17174 -6.77123 10.8041 10.8041 10.8041 --14 0 0 0 -46.0352 -16.2029 19.3866 52.513 52.513 52.513 -2 -12 0 0 0 -1.02479 -8.42783 9.34107 12.6228 12.6228 12.6228 --14 0 0 0 -19.8273 1.32198 36.8452 41.8621 41.8621 41.8621 -2 -12 0 0 0 -7.74222 -32.1798 -25.3914 41.7157 41.7157 41.7157 --14 0 0 0 -8.8165 18.8179 34.9104 40.6273 40.6273 40.6273 -2 -12 0 0 0 32.427 -13.9836 -13.6258 37.8512 37.8512 37.8512 --14 0 0 0 5.19737 -10.3282 -11.6136 16.3879 16.3879 16.3879 -2 -12 0 0 0 21.9978 -12.865 42.8318 49.8395 49.8395 49.8395 --14 0 0 0 -5.49223 -6.33513 -20.1384 21.814 21.814 21.814 -2 -12 0 0 0 11.841 22.7217 38.3689 46.1374 46.1374 46.1374 --14 0 0 0 -21.4213 -18.3066 -39.9028 48.8491 48.8491 48.8491 -2 -12 0 0 0 -44.4152 8.27838 -10.9931 46.4982 46.4982 46.4982 --14 0 0 0 5.94818 -17.5231 2.26469 18.6432 18.6432 18.6432 -2 -12 0 0 0 13.3389 37.2789 -15.983 42.6978 42.6978 42.6978 --14 0 0 0 -27.6726 -14.3036 17.6881 35.8223 35.8223 35.8223 -2 -12 0 0 0 -32.0855 20.2294 -18.3746 42.1465 42.1465 42.1465 --14 0 0 0 5.24785 -31.1417 6.76746 32.2977 32.2977 32.2977 -2 -12 0 0 0 -13.7493 -40.4315 -24.7307 49.3494 49.3494 49.3494 --14 0 0 0 0.784033 -4.10755 1.67067 4.50309 4.50309 4.50309 -2 -12 0 0 0 17.284 -16.1319 25.8418 35.0253 35.0253 35.0253 --14 0 0 0 -9.82365 -20.1212 -25.0633 33.6086 33.6086 33.6086 -2 -12 0 0 0 24.3143 -25.7457 -15.1394 38.5127 38.5127 38.5127 --14 0 0 0 -7.81745 38.9688 21.3336 45.1088 45.1088 45.1088 -2 -12 0 0 0 3.22648 -9.63696 10.3188 14.483 14.483 14.483 --14 0 0 0 -9.54621 34.6134 -38.7338 52.816 52.816 52.816 -2 -12 0 0 0 2.50993 17.7252 -11.1007 21.0644 21.0644 21.0644 --14 0 0 0 -6.3482 -0.99759 45.6041 46.0546 46.0546 46.0546 -2 -12 0 0 0 -4.95472 -22.4654 25.2796 34.1804 34.1804 34.1804 --14 0 0 0 -2.13902 41.2672 -2.9421 41.4272 41.4272 41.4272 -2 -12 0 0 0 -31.0351 11.7133 -22.2205 39.9265 39.9265 39.9265 --14 0 0 0 8.69225 19.9868 14.5197 26.1887 26.1887 26.1887 -2 -12 0 0 0 18.2791 9.43075 -29.2549 35.7619 35.7619 35.7619 --14 0 0 0 8.89765 13.8366 29.882 34.1109 34.1109 34.1109 -2 -12 0 0 0 37.5949 -27.6839 12.826 48.4178 48.4178 48.4178 --14 0 0 0 -36.7167 15.9988 -18.6092 44.1631 44.1631 44.1631 -2 -12 0 0 0 41.2956 -7.79876 7.94111 42.7693 42.7693 42.7693 --14 0 0 0 -2.07582 16.7043 -14.4007 22.1523 22.1523 22.1523 -2 -12 0 0 0 -36.1834 0.868958 13.4241 38.6031 38.6031 38.6031 --14 0 0 0 -1.76954 -15.4384 11.5315 19.3507 19.3507 19.3507 -2 -12 0 0 0 -27.7121 -15.2272 38.309 49.673 49.673 49.673 --14 0 0 0 30.6418 6.12293 -29.16 42.7402 42.7402 42.7402 -2 -12 0 0 0 24.5175 0.217468 3.28859 24.738 24.738 24.738 --14 0 0 0 -31.0149 3.84219 -35.7958 47.5187 47.5187 47.5187 -2 -12 0 0 0 20.0478 26.7551 18.6919 38.3032 38.3032 38.3032 --14 0 0 0 -2.99645 16.9601 -9.02481 19.4441 19.4441 19.4441 -2 -12 0 0 0 12.5359 -25.718 32.3825 43.211 43.211 43.211 --14 0 0 0 6.13609 26.1056 -34.4422 43.6511 43.6511 43.6511 -2 -12 0 0 0 -13.7761 -10.4664 -0.199009 17.3022 17.3022 17.3022 --14 0 0 0 -13.2384 39.9984 -16.1462 45.1201 45.1201 45.1201 -2 -12 0 0 0 -2.42238 17.9603 -12.2779 21.8903 21.8903 21.8903 --14 0 0 0 11.7108 -23.8275 -30.0128 40.0707 40.0707 40.0707 -2 -12 0 0 0 -19.7394 33.1485 -7.6652 39.3348 39.3348 39.3348 --14 0 0 0 -2.01869 -41.8271 0.707335 41.8817 41.8817 41.8817 -2 -12 0 0 0 17.0941 10.1769 -10.575 22.5301 22.5301 22.5301 --14 0 0 0 -31.7864 -8.07184 -27.1564 42.5794 42.5794 42.5794 -2 -12 0 0 0 -9.83013 -37.4945 0.99681 38.7745 38.7745 38.7745 --14 0 0 0 17.3487 39.9774 -18.7473 47.4408 47.4408 47.4408 -2 -12 0 0 0 -17.8429 28.2995 11.6243 35.4168 35.4168 35.4168 --14 0 0 0 18.7361 10.1591 12.6181 24.7683 24.7683 24.7683 -2 -12 0 0 0 -1.17697 -27.0212 2.7211 27.1834 27.1834 27.1834 --14 0 0 0 18.6731 21.686 -32.6368 43.4066 43.4066 43.4066 -2 -12 0 0 0 11.0022 -12.9785 5.83083 17.9858 17.9858 17.9858 --14 0 0 0 27.8673 -7.24468 21.5834 35.9849 35.9849 35.9849 -2 -12 0 0 0 43.2122 -2.33404 7.62872 43.9425 43.9425 43.9425 --14 0 0 0 -12.0551 18.8303 -13.2836 26.0069 26.0069 26.0069 -2 -12 0 0 0 -22.9306 5.32781 -24.8275 34.2141 34.2141 34.2141 --14 0 0 0 18.1142 24.2371 28.1169 41.3053 41.3053 41.3053 -2 -12 0 0 0 -23.419 5.54821 26.1505 35.5399 35.5399 35.5399 --14 0 0 0 -19.9113 -3.90079 -1.76192 20.3662 20.3662 20.3662 -2 -12 0 0 0 1.01497 -10.3406 1.2796 10.4688 10.4688 10.4688 --14 0 0 0 11.7375 -40.0799 7.53423 42.4374 42.4374 42.4374 -2 -12 0 0 0 24.6916 -11.502 42.4892 50.4708 50.4708 50.4708 --14 0 0 0 -15.2228 -2.57241 -9.60511 18.1826 18.1826 18.1826 -2 -12 0 0 0 -19.8498 7.3138 12.8241 24.7379 24.7379 24.7379 --14 0 0 0 -29.5138 -0.796103 -0.095114 29.5247 29.5247 29.5247 -2 -12 0 0 0 42.7102 -17.2803 7.9743 46.7585 46.7585 46.7585 --14 0 0 0 0.48369 13.8535 3.03565 14.1905 14.1905 14.1905 -2 -12 0 0 0 29.6337 -15.8281 24.222 41.4173 41.4173 41.4173 --14 0 0 0 -6.40527 -15.5185 -18.2003 24.7609 24.7609 24.7609 -2 -12 0 0 0 -41.0848 -28.4145 -6.39295 50.3609 50.3609 50.3609 --14 0 0 0 15.8009 16.1157 13.4911 26.2944 26.2944 26.2944 -2 -12 0 0 0 4.39214 39.7803 -29.3505 49.6308 49.6308 49.6308 --14 0 0 0 5.06894 0.663776 7.54299 9.11216 9.11216 9.11216 -2 -12 0 0 0 -28.018 14.8013 -12.3221 33.9989 33.9989 33.9989 --14 0 0 0 -4.96095 21.0946 1.48286 21.7208 21.7208 21.7208 -2 -12 0 0 0 45.2885 -3.8114 10.2164 46.5827 46.5827 46.5827 --14 0 0 0 1.97222 2.60183 -11.3225 11.7838 11.7838 11.7838 -2 -12 0 0 0 -29.8535 6.66154 -23.2623 38.4283 38.4283 38.4283 --14 0 0 0 25.5392 -23.5617 32.4201 47.5233 47.5233 47.5233 -2 -12 0 0 0 -2.56636 26.7891 -14.0894 30.3768 30.3768 30.3768 --14 0 0 0 -4.71927 10.8595 -20.4758 23.6529 23.6529 23.6529 -2 -12 0 0 0 42.2079 23.2646 -3.38161 48.3134 48.3134 48.3134 --14 0 0 0 -12.4679 -20.7501 -7.85409 25.45 25.45 25.45 -2 -12 0 0 0 36.6894 4.46844 36.2837 51.7937 51.7937 51.7937 --14 0 0 0 1.01657 -1.70272 -1.47898 2.47387 2.47387 2.47387 -2 -12 0 0 0 -21.267 -14.652 19.372 32.2838 32.2838 32.2838 --14 0 0 0 -12.0558 -19.5243 -4.57543 23.3982 23.3982 23.3982 -2 -12 0 0 0 -11.3426 -35.1223 -20.2914 42.1186 42.1186 42.1186 --14 0 0 0 20.9961 2.86845 -4.57799 21.68 21.68 21.68 -2 -12 0 0 0 3.78519 24.7528 6.70536 25.9228 25.9228 25.9228 --14 0 0 0 18.0179 16.2583 -19.9704 31.4292 31.4292 31.4292 -2 -12 0 0 0 8.29303 -9.13485 -42.2362 44.0013 44.0013 44.0013 --14 0 0 0 -0.238291 -14.798 30.3007 33.722 33.722 33.722 -2 -12 0 0 0 21.7892 -11.1446 21.0059 32.2524 32.2524 32.2524 --14 0 0 0 -36.4326 -14.0603 -3.06033 39.1713 39.1713 39.1713 -2 -12 0 0 0 10.7222 -29.8443 -15.3998 35.2534 35.2534 35.2534 --14 0 0 0 17.5646 35.5139 11.7219 41.3177 41.3177 41.3177 -2 -12 0 0 0 -0.890229 -29.1538 -19.8371 35.2739 35.2739 35.2739 --14 0 0 0 -28.2776 3.41579 6.11617 29.1325 29.1325 29.1325 -2 -12 0 0 0 -14.2089 27.6613 12.2842 33.4357 33.4357 33.4357 --14 0 0 0 -12.9813 -35.286 6.70191 38.1907 38.1907 38.1907 -2 -12 0 0 0 -22.279 31.6846 -5.08052 39.0651 39.0651 39.0651 --14 0 0 0 22.2237 -10.6716 -21.4965 32.709 32.709 32.709 -2 -12 0 0 0 -18.1132 -8.50559 16.3399 25.8346 25.8346 25.8346 --14 0 0 0 22.4828 -27.0866 8.48113 36.209 36.209 36.209 -2 -12 0 0 0 35.9819 -7.90105 3.02225 36.963 36.963 36.963 --14 0 0 0 -13.7588 30.9436 -11.1677 35.6585 35.6585 35.6585 -2 -12 0 0 0 34.4304 -6.75161 16.8672 38.9299 38.9299 38.9299 --14 0 0 0 2.99691 -17.1206 3.7476 17.7804 17.7804 17.7804 -2 -12 0 0 0 43.3073 16.6435 10.1196 47.4862 47.4862 47.4862 --14 0 0 0 -16.9302 -24.3545 -3.23207 29.8365 29.8365 29.8365 -2 -12 0 0 0 -36.2343 12.2432 -6.21878 38.7491 38.7491 38.7491 --14 0 0 0 5.99334 -30.0033 -2.71208 30.716 30.716 30.716 -2 -12 0 0 0 -4.80646 -1.08242 20.9325 21.5044 21.5044 21.5044 --14 0 0 0 -5.92562 40.3221 -8.73535 41.6809 41.6809 41.6809 -2 -12 0 0 0 -15.4286 -32.3432 12.3183 37.8928 37.8928 37.8928 --14 0 0 0 2.72947 12.0798 -33.5623 35.7743 35.7743 35.7743 -2 -12 0 0 0 5.00767 -25.4363 31.3089 40.6488 40.6488 40.6488 --14 0 0 0 15.0972 29.1963 -7.68051 33.7541 33.7541 33.7541 -2 -12 0 0 0 19.8689 -21.4277 -17.2483 33.9327 33.9327 33.9327 --14 0 0 0 -35.3104 31.65 22.4772 52.4764 52.4764 52.4764 -2 -12 0 0 0 33.0387 -27.0737 -11.1373 44.1427 44.1427 44.1427 --14 0 0 0 -32.5186 36.4152 15.4405 51.2049 51.2049 51.2049 -2 -12 0 0 0 -0.351684 -17.7847 -10.7124 20.7648 20.7648 20.7648 --14 0 0 0 -23.352 27.8937 -22.5602 42.8058 42.8058 42.8058 -2 -12 0 0 0 1.22156 3.61432 29.1328 29.3816 29.3816 29.3816 --14 0 0 0 2.59459 -36.4764 -21.1359 42.2373 42.2373 42.2373 -2 -12 0 0 0 40.6873 5.02984 19.1029 45.2291 45.2291 45.2291 --14 0 0 0 2.51211 -7.24117 -15.1646 16.9914 16.9914 16.9914 -2 -12 0 0 0 3.48777 46.5006 9.8417 47.6585 47.6585 47.6585 --14 0 0 0 13.2644 -32.3159 -3.29249 35.0871 35.0871 35.0871 -2 -12 0 0 0 -6.12426 14.9569 50.0674 52.6114 52.6114 52.6114 --14 0 0 0 -1.29196 -0.765114 -4.69201 4.92641 4.92641 4.92641 -2 -12 0 0 0 39.361 -19.9083 -2.99841 44.2111 44.2111 44.2111 --14 0 0 0 -37.7631 16.1878 18.7594 45.1665 45.1665 45.1665 -2 -12 0 0 0 -41.1819 -17.0083 -19.675 48.7066 48.7066 48.7066 --14 0 0 0 -4.51761 3.36863 0.957243 5.71601 5.71601 5.71601 -2 -12 0 0 0 18.3144 27.4967 18.5863 37.9069 37.9069 37.9069 --14 0 0 0 -30.8114 0.0378267 2.456 30.9091 30.9091 30.9091 -2 -12 0 0 0 -22.1077 -19.2506 -13.7002 32.3579 32.3579 32.3579 --14 0 0 0 28.4131 -16.5882 -3.42681 33.0789 33.0789 33.0789 -2 -12 0 0 0 8.48972 -17.4072 8.83539 21.2873 21.2873 21.2873 --14 0 0 0 -5.64007 16.9274 -44.8336 48.2535 48.2535 48.2535 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 4.38321 -11.8941 -33.8492 36.1449 36.1449 36.1449 --14 0 0 0 0.838943 26.6293 -5.46921 27.1981 27.1981 27.1981 -2 -12 0 0 0 4.41702 -3.56194 -0.176195 5.67702 5.67702 5.67702 --14 0 0 0 -44.2397 28.838 0.450317 52.8108 52.8108 52.8108 -2 -12 0 0 0 -20.5154 -5.84885 14.2435 25.6509 25.6509 25.6509 --14 0 0 0 -21.9873 12.3796 -25.1662 35.6376 35.6376 35.6376 -2 -12 0 0 0 -14.2959 20.8408 20.4314 32.4985 32.4985 32.4985 --14 0 0 0 -1.54702 -22.9896 19.4734 30.1683 30.1683 30.1683 -2 -12 0 0 0 15.9446 -38.8728 16.6667 45.2007 45.2007 45.2007 --14 0 0 0 8.87507 27.5885 -0.977891 28.9974 28.9974 28.9974 -2 -12 0 0 0 1.86634 -19.2303 13.6911 23.6798 23.6798 23.6798 --14 0 0 0 35.8045 -4.72267 -4.44578 36.3872 36.3872 36.3872 -2 -12 0 0 0 0.224928 22.4915 0.608391 22.5008 22.5008 22.5008 --14 0 0 0 -2.62609 -1.91569 -39.2107 39.3452 39.3452 39.3452 -2 -12 0 0 0 29.4068 6.66768 -17.6013 34.9145 34.9145 34.9145 --14 0 0 0 -26.2586 -11.8028 -18.447 34.1923 34.1923 34.1923 -2 -12 0 0 0 -22.139 -1.82832 -28.8458 36.4082 36.4082 36.4082 --14 0 0 0 10.3406 4.07141 46.5459 47.8542 47.8542 47.8542 -2 -12 0 0 0 16.9147 -15.8217 -16.7974 28.611 28.611 28.611 --14 0 0 0 -5.73118 38.1309 29.9586 48.8296 48.8296 48.8296 -2 -12 0 0 0 -43.1528 -4.79901 -16.1876 46.3383 46.3383 46.3383 --14 0 0 0 -0.73926 5.84803 -7.41358 9.47139 9.47139 9.47139 -2 -12 0 0 0 28.4802 -18.6962 25.3608 42.4717 42.4717 42.4717 --14 0 0 0 7.30117 20.5858 -7.09854 22.9667 22.9667 22.9667 -2 -12 0 0 0 -21.6724 -0.498583 32.0883 38.7247 38.7247 38.7247 --14 0 0 0 -2.91417 23.0384 -22.2342 32.15 32.15 32.15 -2 -12 0 0 0 7.99445 4.4289 21.221 23.1053 23.1053 23.1053 --14 0 0 0 -40.2606 -18.1821 -7.11843 44.7457 44.7457 44.7457 -2 -12 0 0 0 -6.64801 -6.56782 6.58804 11.4339 11.4339 11.4339 --14 0 0 0 -26.8306 33.4764 15.882 45.7471 45.7471 45.7471 -2 -12 0 0 0 -0.814088 -1.39887 19.3582 19.4257 19.4257 19.4257 --14 0 0 0 -5.08526 -40.7886 -5.71217 41.4994 41.4994 41.4994 -2 -12 0 0 0 11.5608 34.4634 12.3806 38.4012 38.4012 38.4012 --14 0 0 0 0.645812 -22.6475 20.3003 30.4208 30.4208 30.4208 -2 -12 0 0 0 21.9682 -18.4215 -1.2326 28.6962 28.6962 28.6962 --14 0 0 0 -43.4668 3.02868 -14.8224 46.0243 46.0243 46.0243 -2 -12 0 0 0 -28.1344 29.0135 8.46818 41.2921 41.2921 41.2921 --14 0 0 0 30.8791 -1.42267 8.23863 31.9909 31.9909 31.9909 -2 -12 0 0 0 -18.2356 -28.552 -38.1291 51.0057 51.0057 51.0057 --14 0 0 0 4.68021 2.41258 -1.31532 5.42725 5.42725 5.42725 -2 -12 0 0 0 24.2172 5.27777 -22.2459 33.3048 33.3048 33.3048 --14 0 0 0 -25.3589 25.8925 19.1896 41.009 41.009 41.009 -2 -12 0 0 0 -16.7932 5.13215 -41.9159 45.4455 45.4455 45.4455 --14 0 0 0 -1.60949 13.6101 4.36307 14.3827 14.3827 14.3827 -2 -12 0 0 0 14.4421 40.4777 20.3026 47.5312 47.5312 47.5312 --14 0 0 0 -6.97033 -24.8397 6.12793 26.5169 26.5169 26.5169 -2 -12 0 0 0 15.7895 -30.4591 -33.5573 47.9912 47.9912 47.9912 --14 0 0 0 -19.1891 5.91155 6.81457 21.2039 21.2039 21.2039 -2 -12 0 0 0 21.1876 18.7581 1.89043 28.3611 28.3611 28.3611 --14 0 0 0 16.9304 -30.5346 8.76971 35.9988 35.9988 35.9988 -2 -12 0 0 0 23.4583 0.732011 23.5177 33.2251 33.2251 33.2251 --14 0 0 0 7.64613 -8.97283 -36.0264 37.9061 37.9061 37.9061 -2 -12 0 0 0 33.6763 27.2948 5.36771 43.6796 43.6796 43.6796 --14 0 0 0 -22.7557 -38.7805 -8.6434 45.7871 45.7871 45.7871 -2 -12 0 0 0 -7.81484 -4.72928 1.68936 9.28934 9.28934 9.28934 --14 0 0 0 29.4685 1.26627 39.7407 49.4906 49.4906 49.4906 -2 -12 0 0 0 -10.9109 -17.0678 17.0141 26.4544 26.4544 26.4544 --14 0 0 0 -14.9139 -24.0358 -1.85978 28.3479 28.3479 28.3479 -2 -12 0 0 0 -29.9921 -5.22638 -10.6826 32.2639 32.2639 32.2639 --14 0 0 0 45.2771 -1.42261 24.7121 51.6016 51.6016 51.6016 -2 -12 0 0 0 37.2278 18.7371 9.12157 42.6637 42.6637 42.6637 --14 0 0 0 -43.9092 -9.71489 4.65975 45.2119 45.2119 45.2119 -2 -12 0 0 0 -27.5457 13.6969 -40.0395 50.4929 50.4929 50.4929 --14 0 0 0 8.77953 -8.81085 2.18326 12.6285 12.6285 12.6285 -2 -12 0 0 0 13.2081 -37.8099 -32.7616 51.7433 51.7433 51.7433 --14 0 0 0 -7.92307 7.36124 14.2436 17.8841 17.8841 17.8841 -2 -12 0 0 0 13.1243 -41.9977 -17.1463 47.2234 47.2234 47.2234 --14 0 0 0 -21.329 11.4105 7.5747 25.3476 25.3476 25.3476 -2 -12 0 0 0 15.9507 -23.7439 -5.45403 29.1194 29.1194 29.1194 --14 0 0 0 3.86611 -18.5249 -16.3529 25.0107 25.0107 25.0107 -2 -12 0 0 0 13.279 -4.96397 16.9479 22.0954 22.0954 22.0954 --14 0 0 0 -24.2113 38.9092 -5.78329 46.1905 46.1905 46.1905 -2 -12 0 0 0 -6.9948 -2.66232 -30.9904 31.8814 31.8814 31.8814 --14 0 0 0 -24.3165 -0.586218 -6.149 25.0888 25.0888 25.0888 -2 -12 0 0 0 -5.82708 12.5572 17.7859 22.5384 22.5384 22.5384 --14 0 0 0 25.0838 21.7683 -26.8738 42.723 42.723 42.723 -2 -12 0 0 0 -19.4406 -13.7488 12.2738 26.7882 26.7882 26.7882 --14 0 0 0 13.2907 -20.3437 20.0367 31.4957 31.4957 31.4957 -2 -12 0 0 0 -37.5771 9.80887 5.68034 39.2494 39.2494 39.2494 --14 0 0 0 19.0253 -20.7494 -24.866 37.5609 37.5609 37.5609 -2 -12 0 0 0 -7.4975 -5.39751 -25.18 26.8212 26.8212 26.8212 --14 0 0 0 22.8945 -17.6869 -12.9335 31.6901 31.6901 31.6901 -2 -12 0 0 0 14.7947 -28.0542 5.2767 32.1522 32.1522 32.1522 --14 0 0 0 12.7453 36.5289 11.242 40.2888 40.2888 40.2888 -2 -12 0 0 0 -6.9542 -23.9751 -5.82157 25.6331 25.6331 25.6331 --14 0 0 0 -26.8087 34.2465 9.57057 44.5323 44.5323 44.5323 -2 -12 0 0 0 14.7877 1.24799 4.11853 15.4012 15.4012 15.4012 --14 0 0 0 -38.4727 -31.3308 -12.2637 51.1093 51.1093 51.1093 -2 -12 0 0 0 -25.9661 -33.4904 22.1202 47.8032 47.8032 47.8032 --14 0 0 0 16.7094 -0.536561 -13.6557 21.5864 21.5864 21.5864 -2 -12 0 0 0 9.10765 -35.0388 1.94224 36.2552 36.2552 36.2552 --14 0 0 0 -14.606 -10.3273 -13.3255 22.306 22.306 22.306 -2 -12 0 0 0 16.6897 -1.00484 35.0162 38.8032 38.8032 38.8032 --14 0 0 0 -30.1661 16.6844 -13.53 37.0327 37.0327 37.0327 -2 -12 0 0 0 22.9951 19.4192 -18.6046 35.3838 35.3838 35.3838 --14 0 0 0 -33.7848 -3.3602 -10.3083 35.4819 35.4819 35.4819 -2 -12 0 0 0 29.1301 20.0628 6.91721 36.0406 36.0406 36.0406 --14 0 0 0 -10.2585 -34.4202 13.4529 38.3532 38.3532 38.3532 -2 -12 0 0 0 44.6246 10.4053 -10.7706 47.0705 47.0705 47.0705 --14 0 0 0 -11.3781 8.15937 14.7034 20.3033 20.3033 20.3033 -2 -12 0 0 0 4.19133 1.66918 -16.5849 17.1876 17.1876 17.1876 --14 0 0 0 28.0674 -28.0953 -7.34863 40.3872 40.3872 40.3872 -2 -12 0 0 0 33.8224 8.30157 -17.1577 38.8234 38.8234 38.8234 --14 0 0 0 -15.0702 -19.8876 -14.0408 28.6317 28.6317 28.6317 -2 -12 0 0 0 14.5116 -22.9163 10.778 29.1875 29.1875 29.1875 --14 0 0 0 25.7463 12.7075 -18.5942 34.2067 34.2067 34.2067 -2 -12 0 0 0 -1.11248 -17.0232 5.35306 17.8797 17.8797 17.8797 --14 0 0 0 -38.5516 9.13831 -20.4787 44.5994 44.5994 44.5994 -2 -12 0 0 0 0.136396 -0.289202 11.6555 11.6599 11.6599 11.6599 --14 0 0 0 -15.4031 -10.8904 37.1422 41.6581 41.6581 41.6581 -2 -12 0 0 0 -10.8278 3.66305 -36.2708 38.0293 38.0293 38.0293 --14 0 0 0 3.00646 19.0588 38.9276 43.4469 43.4469 43.4469 -2 -12 0 0 0 -6.02223 -15.5873 4.03595 17.1907 17.1907 17.1907 --14 0 0 0 -22.9231 6.9316 -36.7945 43.9016 43.9016 43.9016 -2 -12 0 0 0 -41.279 9.6524 -18.3087 46.1772 46.1772 46.1772 --14 0 0 0 45.0892 -0.0705618 19.4274 49.0965 49.0965 49.0965 -2 -12 0 0 0 -8.45858 43.1331 -14.6057 46.3178 46.3178 46.3178 --14 0 0 0 6.34138 -5.17261 19.363 21.0213 21.0213 21.0213 -2 -12 0 0 0 5.46329 47.7228 -1.78565 48.0677 48.0677 48.0677 --14 0 0 0 -2.77238 -29.5044 -14.5089 32.9955 32.9955 32.9955 -2 -12 0 0 0 10.3368 21.8176 0.44247 24.1465 24.1465 24.1465 --14 0 0 0 15.4691 1.29462 -31.4141 35.0402 35.0402 35.0402 -2 -12 0 0 0 -14.8384 -27.4414 -8.60925 32.3624 32.3624 32.3624 --14 0 0 0 -9.51873 -15.0989 15.6901 23.7647 23.7647 23.7647 -2 -12 0 0 0 31.8797 -1.87848 -28.5508 42.8369 42.8369 42.8369 --14 0 0 0 -23.7355 23.0862 18.9748 38.1627 38.1627 38.1627 -2 -12 0 0 0 -0.274464 5.18913 -6.95388 8.68095 8.68095 8.68095 --14 0 0 0 41.1546 -25.9884 13.8179 50.5968 50.5968 50.5968 -2 -12 0 0 0 5.97307 -7.28069 0.513684 9.43132 9.43132 9.43132 --14 0 0 0 -33.8505 -22.9421 -25.423 48.1511 48.1511 48.1511 -2 -12 0 0 0 -20.3006 19.8531 4.14884 28.6962 28.6962 28.6962 --14 0 0 0 -0.318793 22.3259 -17.2514 28.2163 28.2163 28.2163 -2 -12 0 0 0 1.43082 24.7345 7.2402 25.8121 25.8121 25.8121 --14 0 0 0 -9.7159 -36.6891 -32.9774 50.2792 50.2792 50.2792 -2 -12 0 0 0 -4.12905 -23.3552 -18.646 30.1694 30.1694 30.1694 --14 0 0 0 -5.99625 21.5204 43.3251 48.7457 48.7457 48.7457 -2 -12 0 0 0 -9.58971 -22.83 -9.15892 26.4019 26.4019 26.4019 --14 0 0 0 7.82725 6.39431 -32.7121 34.2379 34.2379 34.2379 -2 -12 0 0 0 -18.5671 -13.2162 6.41256 23.6755 23.6755 23.6755 --14 0 0 0 0.916816 33.6169 24.009 41.3203 41.3203 41.3203 -2 -12 0 0 0 -27.1926 41.6725 13.2856 51.5028 51.5028 51.5028 --14 0 0 0 9.60554 -28.0558 -3.53508 29.8645 29.8645 29.8645 -2 -12 0 0 0 37.4635 -12.5159 -29.1007 49.0613 49.0613 49.0613 --14 0 0 0 1.3643 -5.39517 1.74211 5.83131 5.83131 5.83131 -2 -12 0 0 0 16.1196 -8.60981 -10.0276 20.8453 20.8453 20.8453 --14 0 0 0 16.4385 34.4941 18.3554 42.3909 42.3909 42.3909 -2 -12 0 0 0 2.35596 5.44331 -10.313 11.8969 11.8969 11.8969 --14 0 0 0 -9.19863 -44.7378 -13.0918 47.513 47.513 47.513 -2 -12 0 0 0 43.194 20.5449 -20.0564 51.8659 51.8659 51.8659 --14 0 0 0 -31.3354 -9.28468 17.977 37.2999 37.2999 37.2999 -2 -12 0 0 0 -24.6361 1.25399 -10.3132 26.7371 26.7371 26.7371 --14 0 0 0 37.4302 -22.3286 -12.4858 45.3374 45.3374 45.3374 -2 -12 0 0 0 -40.2295 8.18589 7.00894 41.6479 41.6479 41.6479 --14 0 0 0 47.0217 -18.5406 -1.83079 50.5781 50.5781 50.5781 -2 -12 0 0 0 -17.8708 -11.9279 41.9964 47.1735 47.1735 47.1735 --14 0 0 0 -7.11357 -2.1021 0.265335 7.42241 7.42241 7.42241 -2 -12 0 0 0 22.015 22.0366 0.0560747 31.1492 31.1492 31.1492 --14 0 0 0 -10.3721 -4.11588 -33.2248 35.0486 35.0486 35.0486 -2 -12 0 0 0 11.0166 16.3848 36.1169 41.1613 41.1613 41.1613 --14 0 0 0 0.142595 0.394154 12.1671 12.1744 12.1744 12.1744 -2 -12 0 0 0 -34.1488 -6.95062 -2.60442 34.9461 34.9461 34.9461 --14 0 0 0 19.073 22.4125 25.7127 39.08 39.08 39.08 -2 -12 0 0 0 6.33366 10.0053 15.0371 19.1399 19.1399 19.1399 --14 0 0 0 -12.485 -3.94582 -49.3886 51.0948 51.0948 51.0948 -2 -12 0 0 0 2.19364 3.6259 14.2063 14.8249 14.8249 14.8249 --14 0 0 0 30.6994 29.7873 -8.29715 43.5727 43.5727 43.5727 -2 -12 0 0 0 -12.8024 -21.7542 14.543 29.1315 29.1315 29.1315 --14 0 0 0 -4.52101 -1.47325 26.1445 26.5734 26.5734 26.5734 -2 -12 0 0 0 1.52914 -14.9774 -3.99621 15.5766 15.5766 15.5766 --14 0 0 0 -4.78988 41.9201 30.5638 52.0997 52.0997 52.0997 -2 -12 0 0 0 -24.7898 18.0031 -10.8836 32.5131 32.5131 32.5131 --14 0 0 0 0.937416 -37.8756 -5.08945 38.2275 38.2275 38.2275 -2 -12 0 0 0 -12.5813 -19.6541 -19.2157 30.2294 30.2294 30.2294 --14 0 0 0 12.4176 39.509 31.5374 52.0554 52.0554 52.0554 -2 -12 0 0 0 16.7036 -7.6882 12.7226 22.3603 22.3603 22.3603 --14 0 0 0 -5.50031 -31.0018 14.5156 34.6708 34.6708 34.6708 -2 -12 0 0 0 -37.7138 3.07803 6.28247 38.3572 38.3572 38.3572 --14 0 0 0 -13.5437 -5.97837 3.05618 15.1167 15.1167 15.1167 -2 -12 0 0 0 -10.2597 6.67309 45.8301 47.4362 47.4362 47.4362 --14 0 0 0 15.1498 5.16583 -7.25663 17.5744 17.5744 17.5744 -2 -12 0 0 0 -19.2426 31.6159 21.8257 42.9675 42.9675 42.9675 --14 0 0 0 15.1578 -25.2622 -36.0624 46.5664 46.5664 46.5664 -2 -12 0 0 0 -4.02894 5.2149 16.9386 18.1754 18.1754 18.1754 --14 0 0 0 -34.6505 -24.0749 -13.5448 44.3139 44.3139 44.3139 -2 -12 0 0 0 32.1526 30.2327 2.72575 44.2181 44.2181 44.2181 --14 0 0 0 -39.9972 -21.2933 7.27546 45.8924 45.8924 45.8924 -2 -12 0 0 0 17.7717 27.5698 -36.077 48.7594 48.7594 48.7594 --14 0 0 0 -8.28339 0.336741 -2.2079 8.57921 8.57921 8.57921 -2 -12 0 0 0 1.41048 0.470439 -6.17115 6.34775 6.34775 6.34775 --14 0 0 0 -35.1774 7.43137 37.9452 52.2735 52.2735 52.2735 -2 -12 0 0 0 3.38005 21.0068 -19.4599 28.834 28.834 28.834 --14 0 0 0 -36.2028 -8.75669 1.08953 37.2627 37.2627 37.2627 -2 -12 0 0 0 0.367088 1.71941 -17.5321 17.62 17.62 17.62 --14 0 0 0 -1.16788 -43.6887 14.0813 45.9168 45.9168 45.9168 -2 -12 0 0 0 41.0682 14.2632 -1.33195 43.4949 43.4949 43.4949 --14 0 0 0 -0.554648 -11.2626 15.4722 19.1454 19.1454 19.1454 -2 -12 0 0 0 20.0168 -20.368 16.9901 33.2293 33.2293 33.2293 --14 0 0 0 -31.126 -8.75466 7.01243 33.0854 33.0854 33.0854 -2 -12 0 0 0 -27.1053 -25.5422 -34.1374 50.5219 50.5219 50.5219 --14 0 0 0 6.41424 3.59227 20.9658 22.2174 22.2174 22.2174 -2 -12 0 0 0 -8.73427 -23.6976 5.27566 25.8011 25.8011 25.8011 --14 0 0 0 16.6918 12.1576 33.0917 39.0062 39.0062 39.0062 -2 -12 0 0 0 -3.59473 23.1549 -23.1241 32.921 32.921 32.921 --14 0 0 0 -19.7931 -35.848 21.0463 46.0412 46.0412 46.0412 -2 -12 0 0 0 -33.9431 4.01911 8.11355 35.13 35.13 35.13 --14 0 0 0 13.923 16.594 20.6073 29.8977 29.8977 29.8977 -2 -12 0 0 0 -6.67646 24.6464 0.0822823 25.5348 25.5348 25.5348 --14 0 0 0 -22.3578 -20.8346 -26.6744 40.5645 40.5645 40.5645 -2 -12 0 0 0 8.88754 -9.31518 14.9248 19.7106 19.7106 19.7106 --14 0 0 0 -40.7098 22.6034 -20.7363 50.9725 50.9725 50.9725 -2 -12 0 0 0 -11.1788 -32.6439 -23.1799 41.568 41.568 41.568 --14 0 0 0 12.4748 24.4385 -10.514 29.3838 29.3838 29.3838 -2 -12 0 0 0 -3.20032 -31.9405 -25.1093 40.7543 40.7543 40.7543 --14 0 0 0 -13.442 20.2413 34.7373 42.392 42.392 42.392 -2 -12 0 0 0 11.1855 26.3012 -12.2878 31.1105 31.1105 31.1105 --14 0 0 0 21.752 -32.0966 -0.399687 38.775 38.775 38.775 -2 -12 0 0 0 -9.3442 -18.8714 2.42679 21.1974 21.1974 21.1974 --14 0 0 0 -16.6112 -3.3784 31.8293 36.0618 36.0618 36.0618 -2 -12 0 0 0 -29.0809 -7.19589 -25.3858 39.2673 39.2673 39.2673 --14 0 0 0 -8.82188 17.7642 0.519249 19.841 19.841 19.841 -2 -12 0 0 0 14.7091 37.2156 1.24879 40.0365 40.0365 40.0365 --14 0 0 0 -18.9975 -0.158773 -16.6487 25.2608 25.2608 25.2608 -2 -12 0 0 0 22.281 29.1748 -8.29554 37.6354 37.6354 37.6354 --14 0 0 0 -24.12 10.7687 9.34788 28.0201 28.0201 28.0201 -2 -12 0 0 0 2.01941 -3.55224 5.42245 6.78965 6.78965 6.78965 --14 0 0 0 26.8115 41.6194 5.70074 49.835 49.835 49.835 -2 -12 0 0 0 7.71331 -13.2385 -2.53516 15.53 15.53 15.53 --14 0 0 0 -8.47001 50.5769 9.44875 52.1444 52.1444 52.1444 -2 -12 0 0 0 -18.1804 20.3152 20.5592 34.1455 34.1455 34.1455 --14 0 0 0 34.6526 -21.4036 5.04806 41.0415 41.0415 41.0415 -2 -12 0 0 0 -9.83946 -30.7298 3.7092 32.4791 32.4791 32.4791 --14 0 0 0 1.02107 13.8714 30.7858 33.7821 33.7821 33.7821 -2 -12 0 0 0 -9.89022 16.302 12.7553 22.9405 22.9405 22.9405 --14 0 0 0 26.9576 25.021 -8.89214 37.8395 37.8395 37.8395 -2 -12 0 0 0 -38.6686 -11.0119 -33.2597 52.1798 52.1798 52.1798 --14 0 0 0 10.0945 6.38493 15.2976 19.4083 19.4083 19.4083 -2 -12 0 0 0 -20.4414 -33.9901 -20.36 44.5837 44.5837 44.5837 --14 0 0 0 -8.90489 24.5155 4.76611 26.5146 26.5146 26.5146 -2 -12 0 0 0 7.3415 -43.2261 -25.7885 50.8668 50.8668 50.8668 --14 0 0 0 4.23861 9.74004 -0.554803 10.6368 10.6368 10.6368 -2 -12 0 0 0 8.13402 2.17174 -6.77123 10.8041 10.8041 10.8041 --14 0 0 0 -46.0352 -16.2029 19.3866 52.513 52.513 52.513 -2 -12 0 0 0 -1.02479 -8.42783 9.34107 12.6228 12.6228 12.6228 --14 0 0 0 -19.8273 1.32198 36.8452 41.8621 41.8621 41.8621 -2 -12 0 0 0 -7.74222 -32.1798 -25.3914 41.7157 41.7157 41.7157 --14 0 0 0 -8.8165 18.8179 34.9104 40.6273 40.6273 40.6273 -2 -12 0 0 0 32.427 -13.9836 -13.6258 37.8512 37.8512 37.8512 --14 0 0 0 5.19737 -10.3282 -11.6136 16.3879 16.3879 16.3879 -2 -12 0 0 0 21.9978 -12.865 42.8318 49.8395 49.8395 49.8395 --14 0 0 0 -5.49223 -6.33513 -20.1384 21.814 21.814 21.814 -2 -12 0 0 0 11.841 22.7217 38.3689 46.1374 46.1374 46.1374 --14 0 0 0 -21.4213 -18.3066 -39.9028 48.8491 48.8491 48.8491 -2 -12 0 0 0 -44.4152 8.27838 -10.9931 46.4982 46.4982 46.4982 --14 0 0 0 5.94818 -17.5231 2.26469 18.6432 18.6432 18.6432 -2 -12 0 0 0 13.3389 37.2789 -15.983 42.6978 42.6978 42.6978 --14 0 0 0 -27.6726 -14.3036 17.6881 35.8223 35.8223 35.8223 -2 -12 0 0 0 -32.0855 20.2294 -18.3746 42.1465 42.1465 42.1465 --14 0 0 0 5.24785 -31.1417 6.76746 32.2977 32.2977 32.2977 -2 -12 0 0 0 -13.7493 -40.4315 -24.7307 49.3494 49.3494 49.3494 --14 0 0 0 0.784033 -4.10755 1.67067 4.50309 4.50309 4.50309 -2 -12 0 0 0 17.284 -16.1319 25.8418 35.0253 35.0253 35.0253 --14 0 0 0 -9.82365 -20.1212 -25.0633 33.6086 33.6086 33.6086 -2 -12 0 0 0 24.3143 -25.7457 -15.1394 38.5127 38.5127 38.5127 --14 0 0 0 -7.81745 38.9688 21.3336 45.1088 45.1088 45.1088 -2 -12 0 0 0 3.22648 -9.63696 10.3188 14.483 14.483 14.483 --14 0 0 0 -9.54621 34.6134 -38.7338 52.816 52.816 52.816 -2 -12 0 0 0 2.50993 17.7252 -11.1007 21.0644 21.0644 21.0644 --14 0 0 0 -6.3482 -0.99759 45.6041 46.0546 46.0546 46.0546 -2 -12 0 0 0 -4.95472 -22.4654 25.2796 34.1804 34.1804 34.1804 --14 0 0 0 -2.13902 41.2672 -2.9421 41.4272 41.4272 41.4272 -2 -12 0 0 0 -31.0351 11.7133 -22.2205 39.9265 39.9265 39.9265 --14 0 0 0 8.69225 19.9868 14.5197 26.1887 26.1887 26.1887 -2 -12 0 0 0 18.2791 9.43075 -29.2549 35.7619 35.7619 35.7619 --14 0 0 0 8.89765 13.8366 29.882 34.1109 34.1109 34.1109 -2 -12 0 0 0 37.5949 -27.6839 12.826 48.4178 48.4178 48.4178 --14 0 0 0 -36.7167 15.9988 -18.6092 44.1631 44.1631 44.1631 -2 -12 0 0 0 41.2956 -7.79876 7.94111 42.7693 42.7693 42.7693 --14 0 0 0 -2.07582 16.7043 -14.4007 22.1523 22.1523 22.1523 -2 -12 0 0 0 -36.1834 0.868958 13.4241 38.6031 38.6031 38.6031 --14 0 0 0 -1.76954 -15.4384 11.5315 19.3507 19.3507 19.3507 -2 -12 0 0 0 -27.7121 -15.2272 38.309 49.673 49.673 49.673 --14 0 0 0 30.6418 6.12293 -29.16 42.7402 42.7402 42.7402 -2 -12 0 0 0 24.5175 0.217468 3.28859 24.738 24.738 24.738 --14 0 0 0 -31.0149 3.84219 -35.7958 47.5187 47.5187 47.5187 -2 -12 0 0 0 20.0478 26.7551 18.6919 38.3032 38.3032 38.3032 --14 0 0 0 -2.99645 16.9601 -9.02481 19.4441 19.4441 19.4441 -2 -12 0 0 0 12.5359 -25.718 32.3825 43.211 43.211 43.211 --14 0 0 0 6.13609 26.1056 -34.4422 43.6511 43.6511 43.6511 -2 -12 0 0 0 -13.7761 -10.4664 -0.199009 17.3022 17.3022 17.3022 --14 0 0 0 -13.2384 39.9984 -16.1462 45.1201 45.1201 45.1201 -2 -12 0 0 0 -2.42238 17.9603 -12.2779 21.8903 21.8903 21.8903 --14 0 0 0 11.7108 -23.8275 -30.0128 40.0707 40.0707 40.0707 -2 -12 0 0 0 -19.7394 33.1485 -7.6652 39.3348 39.3348 39.3348 --14 0 0 0 -2.01869 -41.8271 0.707335 41.8817 41.8817 41.8817 -2 -12 0 0 0 17.0941 10.1769 -10.575 22.5301 22.5301 22.5301 --14 0 0 0 -31.7864 -8.07184 -27.1564 42.5794 42.5794 42.5794 -2 -12 0 0 0 -9.83013 -37.4945 0.99681 38.7745 38.7745 38.7745 --14 0 0 0 17.3487 39.9774 -18.7473 47.4408 47.4408 47.4408 -2 -12 0 0 0 -17.8429 28.2995 11.6243 35.4168 35.4168 35.4168 --14 0 0 0 18.7361 10.1591 12.6181 24.7683 24.7683 24.7683 -2 -12 0 0 0 -1.17697 -27.0212 2.7211 27.1834 27.1834 27.1834 --14 0 0 0 18.6731 21.686 -32.6368 43.4066 43.4066 43.4066 -2 -12 0 0 0 11.0022 -12.9785 5.83083 17.9858 17.9858 17.9858 --14 0 0 0 27.8673 -7.24468 21.5834 35.9849 35.9849 35.9849 -2 -12 0 0 0 43.2122 -2.33404 7.62872 43.9425 43.9425 43.9425 --14 0 0 0 -12.0551 18.8303 -13.2836 26.0069 26.0069 26.0069 -2 -12 0 0 0 -22.9306 5.32781 -24.8275 34.2141 34.2141 34.2141 --14 0 0 0 18.1142 24.2371 28.1169 41.3053 41.3053 41.3053 -2 -12 0 0 0 -23.419 5.54821 26.1505 35.5399 35.5399 35.5399 --14 0 0 0 -19.9113 -3.90079 -1.76192 20.3662 20.3662 20.3662 -2 -12 0 0 0 1.01497 -10.3406 1.2796 10.4688 10.4688 10.4688 --14 0 0 0 11.7375 -40.0799 7.53423 42.4374 42.4374 42.4374 -2 -12 0 0 0 24.6916 -11.502 42.4892 50.4708 50.4708 50.4708 --14 0 0 0 -15.2228 -2.57241 -9.60511 18.1826 18.1826 18.1826 -2 -12 0 0 0 -19.8498 7.3138 12.8241 24.7379 24.7379 24.7379 --14 0 0 0 -29.5138 -0.796103 -0.095114 29.5247 29.5247 29.5247 -2 -12 0 0 0 42.7102 -17.2803 7.9743 46.7585 46.7585 46.7585 --14 0 0 0 0.48369 13.8535 3.03565 14.1905 14.1905 14.1905 -2 -12 0 0 0 29.6337 -15.8281 24.222 41.4173 41.4173 41.4173 --14 0 0 0 -6.40527 -15.5185 -18.2003 24.7609 24.7609 24.7609 -2 -12 0 0 0 -41.0848 -28.4145 -6.39295 50.3609 50.3609 50.3609 --14 0 0 0 15.8009 16.1157 13.4911 26.2944 26.2944 26.2944 -2 -12 0 0 0 4.39214 39.7803 -29.3505 49.6308 49.6308 49.6308 --14 0 0 0 5.06894 0.663776 7.54299 9.11216 9.11216 9.11216 -2 -12 0 0 0 -28.018 14.8013 -12.3221 33.9989 33.9989 33.9989 --14 0 0 0 -4.96095 21.0946 1.48286 21.7208 21.7208 21.7208 -2 -12 0 0 0 45.2885 -3.8114 10.2164 46.5827 46.5827 46.5827 --14 0 0 0 1.97222 2.60183 -11.3225 11.7838 11.7838 11.7838 -2 -12 0 0 0 -29.8535 6.66154 -23.2623 38.4283 38.4283 38.4283 --14 0 0 0 25.5392 -23.5617 32.4201 47.5233 47.5233 47.5233 -2 -12 0 0 0 -2.56636 26.7891 -14.0894 30.3768 30.3768 30.3768 --14 0 0 0 -4.71927 10.8595 -20.4758 23.6529 23.6529 23.6529 -2 -12 0 0 0 42.2079 23.2646 -3.38161 48.3134 48.3134 48.3134 --14 0 0 0 -12.4679 -20.7501 -7.85409 25.45 25.45 25.45 -2 -12 0 0 0 36.6894 4.46844 36.2837 51.7937 51.7937 51.7937 --14 0 0 0 1.01657 -1.70272 -1.47898 2.47387 2.47387 2.47387 -2 -12 0 0 0 -21.267 -14.652 19.372 32.2838 32.2838 32.2838 --14 0 0 0 -12.0558 -19.5243 -4.57543 23.3982 23.3982 23.3982 -2 -12 0 0 0 -11.3426 -35.1223 -20.2914 42.1186 42.1186 42.1186 --14 0 0 0 20.9961 2.86845 -4.57799 21.68 21.68 21.68 -2 -12 0 0 0 3.78519 24.7528 6.70536 25.9228 25.9228 25.9228 --14 0 0 0 18.0179 16.2583 -19.9704 31.4292 31.4292 31.4292 -2 -12 0 0 0 8.29303 -9.13485 -42.2362 44.0013 44.0013 44.0013 --14 0 0 0 -0.238291 -14.798 30.3007 33.722 33.722 33.722 -2 -12 0 0 0 21.7892 -11.1446 21.0059 32.2524 32.2524 32.2524 --14 0 0 0 -36.4326 -14.0603 -3.06033 39.1713 39.1713 39.1713 -2 -12 0 0 0 10.7222 -29.8443 -15.3998 35.2534 35.2534 35.2534 --14 0 0 0 17.5646 35.5139 11.7219 41.3177 41.3177 41.3177 -2 -12 0 0 0 -0.890229 -29.1538 -19.8371 35.2739 35.2739 35.2739 --14 0 0 0 -28.2776 3.41579 6.11617 29.1325 29.1325 29.1325 -2 -12 0 0 0 -14.2089 27.6613 12.2842 33.4357 33.4357 33.4357 --14 0 0 0 -12.9813 -35.286 6.70191 38.1907 38.1907 38.1907 -2 -12 0 0 0 -22.279 31.6846 -5.08052 39.0651 39.0651 39.0651 --14 0 0 0 22.2237 -10.6716 -21.4965 32.709 32.709 32.709 -2 -12 0 0 0 -18.1132 -8.50559 16.3399 25.8346 25.8346 25.8346 --14 0 0 0 22.4828 -27.0866 8.48113 36.209 36.209 36.209 -2 -12 0 0 0 35.9819 -7.90105 3.02225 36.963 36.963 36.963 --14 0 0 0 -13.7588 30.9436 -11.1677 35.6585 35.6585 35.6585 -2 -12 0 0 0 34.4304 -6.75161 16.8672 38.9299 38.9299 38.9299 --14 0 0 0 2.99691 -17.1206 3.7476 17.7804 17.7804 17.7804 -2 -12 0 0 0 43.3073 16.6435 10.1196 47.4862 47.4862 47.4862 --14 0 0 0 -16.9302 -24.3545 -3.23207 29.8365 29.8365 29.8365 -2 -12 0 0 0 -36.2343 12.2432 -6.21878 38.7491 38.7491 38.7491 --14 0 0 0 5.99334 -30.0033 -2.71208 30.716 30.716 30.716 -2 -12 0 0 0 -4.80646 -1.08242 20.9325 21.5044 21.5044 21.5044 --14 0 0 0 -5.92562 40.3221 -8.73535 41.6809 41.6809 41.6809 -2 -12 0 0 0 -15.4286 -32.3432 12.3183 37.8928 37.8928 37.8928 --14 0 0 0 2.72947 12.0798 -33.5623 35.7743 35.7743 35.7743 -2 -12 0 0 0 5.00767 -25.4363 31.3089 40.6488 40.6488 40.6488 --14 0 0 0 15.0972 29.1963 -7.68051 33.7541 33.7541 33.7541 -2 -12 0 0 0 19.8689 -21.4277 -17.2483 33.9327 33.9327 33.9327 --14 0 0 0 -35.3104 31.65 22.4772 52.4764 52.4764 52.4764 -2 -12 0 0 0 33.0387 -27.0737 -11.1373 44.1427 44.1427 44.1427 --14 0 0 0 -32.5186 36.4152 15.4405 51.2049 51.2049 51.2049 -2 -12 0 0 0 -0.351684 -17.7847 -10.7124 20.7648 20.7648 20.7648 --14 0 0 0 -23.352 27.8937 -22.5602 42.8058 42.8058 42.8058 -2 -12 0 0 0 1.22156 3.61432 29.1328 29.3816 29.3816 29.3816 --14 0 0 0 2.59459 -36.4764 -21.1359 42.2373 42.2373 42.2373 -2 -12 0 0 0 40.6873 5.02984 19.1029 45.2291 45.2291 45.2291 --14 0 0 0 2.51211 -7.24117 -15.1646 16.9914 16.9914 16.9914 -2 -12 0 0 0 3.48777 46.5006 9.8417 47.6585 47.6585 47.6585 --14 0 0 0 13.2644 -32.3159 -3.29249 35.0871 35.0871 35.0871 -2 -12 0 0 0 -6.12426 14.9569 50.0674 52.6114 52.6114 52.6114 --14 0 0 0 -1.29196 -0.765114 -4.69201 4.92641 4.92641 4.92641 -2 -12 0 0 0 39.361 -19.9083 -2.99841 44.2111 44.2111 44.2111 --14 0 0 0 -37.7631 16.1878 18.7594 45.1665 45.1665 45.1665 -2 -12 0 0 0 -41.1819 -17.0083 -19.675 48.7066 48.7066 48.7066 --14 0 0 0 -4.51761 3.36863 0.957243 5.71601 5.71601 5.71601 -2 -12 0 0 0 18.3144 27.4967 18.5863 37.9069 37.9069 37.9069 --14 0 0 0 -30.8114 0.0378267 2.456 30.9091 30.9091 30.9091 -2 -12 0 0 0 -22.1077 -19.2506 -13.7002 32.3579 32.3579 32.3579 --14 0 0 0 28.4131 -16.5882 -3.42681 33.0789 33.0789 33.0789 -2 -12 0 0 0 8.48972 -17.4072 8.83539 21.2873 21.2873 21.2873 --14 0 0 0 -5.64007 16.9274 -44.8336 48.2535 48.2535 48.2535 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 4.38321 -11.8941 -33.8492 36.1449 36.1449 36.1449 --14 0 0 0 0.838943 26.6293 -5.46921 27.1981 27.1981 27.1981 -2 -12 0 0 0 4.41702 -3.56194 -0.176195 5.67702 5.67702 5.67702 --14 0 0 0 -44.2397 28.838 0.450317 52.8108 52.8108 52.8108 -2 -12 0 0 0 -20.5154 -5.84885 14.2435 25.6509 25.6509 25.6509 --14 0 0 0 -21.9873 12.3796 -25.1662 35.6376 35.6376 35.6376 -2 -12 0 0 0 -14.2959 20.8408 20.4314 32.4985 32.4985 32.4985 --14 0 0 0 -1.54702 -22.9896 19.4734 30.1683 30.1683 30.1683 -2 -12 0 0 0 15.9446 -38.8728 16.6667 45.2007 45.2007 45.2007 --14 0 0 0 8.87507 27.5885 -0.977891 28.9974 28.9974 28.9974 -2 -12 0 0 0 1.86634 -19.2303 13.6911 23.6798 23.6798 23.6798 --14 0 0 0 35.8045 -4.72267 -4.44578 36.3872 36.3872 36.3872 -2 -12 0 0 0 0.224928 22.4915 0.608391 22.5008 22.5008 22.5008 --14 0 0 0 -2.62609 -1.91569 -39.2107 39.3452 39.3452 39.3452 -2 -12 0 0 0 29.4068 6.66768 -17.6013 34.9145 34.9145 34.9145 --14 0 0 0 -26.2586 -11.8028 -18.447 34.1923 34.1923 34.1923 -2 -12 0 0 0 -22.139 -1.82832 -28.8458 36.4082 36.4082 36.4082 --14 0 0 0 10.3406 4.07141 46.5459 47.8542 47.8542 47.8542 -2 -12 0 0 0 16.9147 -15.8217 -16.7974 28.611 28.611 28.611 --14 0 0 0 -5.73118 38.1309 29.9586 48.8296 48.8296 48.8296 -2 -12 0 0 0 -43.1528 -4.79901 -16.1876 46.3383 46.3383 46.3383 --14 0 0 0 -0.73926 5.84803 -7.41358 9.47139 9.47139 9.47139 -2 -12 0 0 0 28.4802 -18.6962 25.3608 42.4717 42.4717 42.4717 --14 0 0 0 7.30117 20.5858 -7.09854 22.9667 22.9667 22.9667 -2 -12 0 0 0 -21.6724 -0.498583 32.0883 38.7247 38.7247 38.7247 --14 0 0 0 -2.91417 23.0384 -22.2342 32.15 32.15 32.15 -2 -12 0 0 0 7.99445 4.4289 21.221 23.1053 23.1053 23.1053 --14 0 0 0 -40.2606 -18.1821 -7.11843 44.7457 44.7457 44.7457 -2 -12 0 0 0 -6.64801 -6.56782 6.58804 11.4339 11.4339 11.4339 --14 0 0 0 -26.8306 33.4764 15.882 45.7471 45.7471 45.7471 -2 -12 0 0 0 -0.814088 -1.39887 19.3582 19.4257 19.4257 19.4257 --14 0 0 0 -5.08526 -40.7886 -5.71217 41.4994 41.4994 41.4994 -2 -12 0 0 0 11.5608 34.4634 12.3806 38.4012 38.4012 38.4012 --14 0 0 0 0.645812 -22.6475 20.3003 30.4208 30.4208 30.4208 -2 -12 0 0 0 21.9682 -18.4215 -1.2326 28.6962 28.6962 28.6962 --14 0 0 0 -43.4668 3.02868 -14.8224 46.0243 46.0243 46.0243 -2 -12 0 0 0 -28.1344 29.0135 8.46818 41.2921 41.2921 41.2921 --14 0 0 0 30.8791 -1.42267 8.23863 31.9909 31.9909 31.9909 -2 -12 0 0 0 -18.2356 -28.552 -38.1291 51.0057 51.0057 51.0057 --14 0 0 0 4.68021 2.41258 -1.31532 5.42725 5.42725 5.42725 -2 -12 0 0 0 24.2172 5.27777 -22.2459 33.3048 33.3048 33.3048 --14 0 0 0 -25.3589 25.8925 19.1896 41.009 41.009 41.009 -2 -12 0 0 0 -16.7932 5.13215 -41.9159 45.4455 45.4455 45.4455 --14 0 0 0 -1.60949 13.6101 4.36307 14.3827 14.3827 14.3827 -2 -12 0 0 0 14.4421 40.4777 20.3026 47.5312 47.5312 47.5312 --14 0 0 0 -6.97033 -24.8397 6.12793 26.5169 26.5169 26.5169 -2 -12 0 0 0 15.7895 -30.4591 -33.5573 47.9912 47.9912 47.9912 --14 0 0 0 -19.1891 5.91155 6.81457 21.2039 21.2039 21.2039 -2 -12 0 0 0 21.1876 18.7581 1.89043 28.3611 28.3611 28.3611 --14 0 0 0 16.9304 -30.5346 8.76971 35.9988 35.9988 35.9988 -2 -12 0 0 0 23.4583 0.732011 23.5177 33.2251 33.2251 33.2251 --14 0 0 0 7.64613 -8.97283 -36.0264 37.9061 37.9061 37.9061 -2 -12 0 0 0 33.6763 27.2948 5.36771 43.6796 43.6796 43.6796 --14 0 0 0 -22.7557 -38.7805 -8.6434 45.7871 45.7871 45.7871 -2 -12 0 0 0 -7.81484 -4.72928 1.68936 9.28934 9.28934 9.28934 --14 0 0 0 29.4685 1.26627 39.7407 49.4906 49.4906 49.4906 -2 -12 0 0 0 -10.9109 -17.0678 17.0141 26.4544 26.4544 26.4544 --14 0 0 0 -14.9139 -24.0358 -1.85978 28.3479 28.3479 28.3479 -2 -12 0 0 0 -29.9921 -5.22638 -10.6826 32.2639 32.2639 32.2639 --14 0 0 0 45.2771 -1.42261 24.7121 51.6016 51.6016 51.6016 -2 -12 0 0 0 37.2278 18.7371 9.12157 42.6637 42.6637 42.6637 --14 0 0 0 -43.9092 -9.71489 4.65975 45.2119 45.2119 45.2119 -2 -12 0 0 0 -27.5457 13.6969 -40.0395 50.4929 50.4929 50.4929 --14 0 0 0 8.77953 -8.81085 2.18326 12.6285 12.6285 12.6285 -2 -12 0 0 0 13.2081 -37.8099 -32.7616 51.7433 51.7433 51.7433 --14 0 0 0 -7.92307 7.36124 14.2436 17.8841 17.8841 17.8841 -2 -12 0 0 0 13.1243 -41.9977 -17.1463 47.2234 47.2234 47.2234 --14 0 0 0 -21.329 11.4105 7.5747 25.3476 25.3476 25.3476 -2 -12 0 0 0 15.9507 -23.7439 -5.45403 29.1194 29.1194 29.1194 --14 0 0 0 3.86611 -18.5249 -16.3529 25.0107 25.0107 25.0107 -2 -12 0 0 0 13.279 -4.96397 16.9479 22.0954 22.0954 22.0954 --14 0 0 0 -24.2113 38.9092 -5.78329 46.1905 46.1905 46.1905 -2 -12 0 0 0 -6.9948 -2.66232 -30.9904 31.8814 31.8814 31.8814 --14 0 0 0 -24.3165 -0.586218 -6.149 25.0888 25.0888 25.0888 -2 -12 0 0 0 -5.82708 12.5572 17.7859 22.5384 22.5384 22.5384 --14 0 0 0 25.0838 21.7683 -26.8738 42.723 42.723 42.723 -2 -12 0 0 0 -19.4406 -13.7488 12.2738 26.7882 26.7882 26.7882 --14 0 0 0 13.2907 -20.3437 20.0367 31.4957 31.4957 31.4957 -2 -12 0 0 0 -37.5771 9.80887 5.68034 39.2494 39.2494 39.2494 --14 0 0 0 19.0253 -20.7494 -24.866 37.5609 37.5609 37.5609 -2 -12 0 0 0 -7.4975 -5.39751 -25.18 26.8212 26.8212 26.8212 --14 0 0 0 22.8945 -17.6869 -12.9335 31.6901 31.6901 31.6901 -2 -12 0 0 0 14.7947 -28.0542 5.2767 32.1522 32.1522 32.1522 --14 0 0 0 12.7453 36.5289 11.242 40.2888 40.2888 40.2888 -2 -12 0 0 0 -6.9542 -23.9751 -5.82157 25.6331 25.6331 25.6331 --14 0 0 0 -26.8087 34.2465 9.57057 44.5323 44.5323 44.5323 -2 -12 0 0 0 14.7877 1.24799 4.11853 15.4012 15.4012 15.4012 --14 0 0 0 -38.4727 -31.3308 -12.2637 51.1093 51.1093 51.1093 -2 -12 0 0 0 -25.9661 -33.4904 22.1202 47.8032 47.8032 47.8032 --14 0 0 0 16.7094 -0.536561 -13.6557 21.5864 21.5864 21.5864 -2 -12 0 0 0 9.10765 -35.0388 1.94224 36.2552 36.2552 36.2552 --14 0 0 0 -14.606 -10.3273 -13.3255 22.306 22.306 22.306 -2 -12 0 0 0 16.6897 -1.00484 35.0162 38.8032 38.8032 38.8032 --14 0 0 0 -30.1661 16.6844 -13.53 37.0327 37.0327 37.0327 -2 -12 0 0 0 22.9951 19.4192 -18.6046 35.3838 35.3838 35.3838 --14 0 0 0 -33.7848 -3.3602 -10.3083 35.4819 35.4819 35.4819 -2 -12 0 0 0 29.1301 20.0628 6.91721 36.0406 36.0406 36.0406 --14 0 0 0 -10.2585 -34.4202 13.4529 38.3532 38.3532 38.3532 -2 -12 0 0 0 44.6246 10.4053 -10.7706 47.0705 47.0705 47.0705 --14 0 0 0 -11.3781 8.15937 14.7034 20.3033 20.3033 20.3033 -2 -12 0 0 0 4.19133 1.66918 -16.5849 17.1876 17.1876 17.1876 --14 0 0 0 28.0674 -28.0953 -7.34863 40.3872 40.3872 40.3872 -2 -12 0 0 0 33.8224 8.30157 -17.1577 38.8234 38.8234 38.8234 --14 0 0 0 -15.0702 -19.8876 -14.0408 28.6317 28.6317 28.6317 -2 -12 0 0 0 14.5116 -22.9163 10.778 29.1875 29.1875 29.1875 --14 0 0 0 25.7463 12.7075 -18.5942 34.2067 34.2067 34.2067 -2 -12 0 0 0 -1.11248 -17.0232 5.35306 17.8797 17.8797 17.8797 --14 0 0 0 -38.5516 9.13831 -20.4787 44.5994 44.5994 44.5994 -2 -12 0 0 0 0.136396 -0.289202 11.6555 11.6599 11.6599 11.6599 --14 0 0 0 -15.4031 -10.8904 37.1422 41.6581 41.6581 41.6581 -2 -12 0 0 0 -10.8278 3.66305 -36.2708 38.0293 38.0293 38.0293 --14 0 0 0 3.00646 19.0588 38.9276 43.4469 43.4469 43.4469 -2 -12 0 0 0 -6.02223 -15.5873 4.03595 17.1907 17.1907 17.1907 --14 0 0 0 -22.9231 6.9316 -36.7945 43.9016 43.9016 43.9016 -2 -12 0 0 0 -41.279 9.6524 -18.3087 46.1772 46.1772 46.1772 --14 0 0 0 45.0892 -0.0705618 19.4274 49.0965 49.0965 49.0965 -2 -12 0 0 0 -8.45858 43.1331 -14.6057 46.3178 46.3178 46.3178 --14 0 0 0 6.34138 -5.17261 19.363 21.0213 21.0213 21.0213 -2 -12 0 0 0 5.46329 47.7228 -1.78565 48.0677 48.0677 48.0677 --14 0 0 0 -2.77238 -29.5044 -14.5089 32.9955 32.9955 32.9955 -2 -12 0 0 0 10.3368 21.8176 0.44247 24.1465 24.1465 24.1465 --14 0 0 0 15.4691 1.29462 -31.4141 35.0402 35.0402 35.0402 -2 -12 0 0 0 -14.8384 -27.4414 -8.60925 32.3624 32.3624 32.3624 --14 0 0 0 -9.51873 -15.0989 15.6901 23.7647 23.7647 23.7647 -2 -12 0 0 0 31.8797 -1.87848 -28.5508 42.8369 42.8369 42.8369 --14 0 0 0 -23.7355 23.0862 18.9748 38.1627 38.1627 38.1627 -2 -12 0 0 0 -0.274464 5.18913 -6.95388 8.68095 8.68095 8.68095 --14 0 0 0 41.1546 -25.9884 13.8179 50.5968 50.5968 50.5968 -2 -12 0 0 0 5.97307 -7.28069 0.513684 9.43132 9.43132 9.43132 --14 0 0 0 -33.8505 -22.9421 -25.423 48.1511 48.1511 48.1511 -2 -12 0 0 0 -20.3006 19.8531 4.14884 28.6962 28.6962 28.6962 --14 0 0 0 -0.318793 22.3259 -17.2514 28.2163 28.2163 28.2163 -2 -12 0 0 0 1.43082 24.7345 7.2402 25.8121 25.8121 25.8121 --14 0 0 0 -9.7159 -36.6891 -32.9774 50.2792 50.2792 50.2792 -2 -12 0 0 0 -4.12905 -23.3552 -18.646 30.1694 30.1694 30.1694 --14 0 0 0 -5.99625 21.5204 43.3251 48.7457 48.7457 48.7457 -2 -12 0 0 0 -9.58971 -22.83 -9.15892 26.4019 26.4019 26.4019 --14 0 0 0 7.82725 6.39431 -32.7121 34.2379 34.2379 34.2379 -2 -12 0 0 0 -18.5671 -13.2162 6.41256 23.6755 23.6755 23.6755 --14 0 0 0 0.916816 33.6169 24.009 41.3203 41.3203 41.3203 -2 -12 0 0 0 -27.1926 41.6725 13.2856 51.5028 51.5028 51.5028 --14 0 0 0 9.60554 -28.0558 -3.53508 29.8645 29.8645 29.8645 -2 -12 0 0 0 37.4635 -12.5159 -29.1007 49.0613 49.0613 49.0613 --14 0 0 0 1.3643 -5.39517 1.74211 5.83131 5.83131 5.83131 -2 -12 0 0 0 16.1196 -8.60981 -10.0276 20.8453 20.8453 20.8453 --14 0 0 0 16.4385 34.4941 18.3554 42.3909 42.3909 42.3909 -2 -12 0 0 0 2.35596 5.44331 -10.313 11.8969 11.8969 11.8969 --14 0 0 0 -9.19863 -44.7378 -13.0918 47.513 47.513 47.513 -2 -12 0 0 0 43.194 20.5449 -20.0564 51.8659 51.8659 51.8659 --14 0 0 0 -31.3354 -9.28468 17.977 37.2999 37.2999 37.2999 -2 -12 0 0 0 -24.6361 1.25399 -10.3132 26.7371 26.7371 26.7371 --14 0 0 0 37.4302 -22.3286 -12.4858 45.3374 45.3374 45.3374 -2 -12 0 0 0 -40.2295 8.18589 7.00894 41.6479 41.6479 41.6479 --14 0 0 0 47.0217 -18.5406 -1.83079 50.5781 50.5781 50.5781 -2 -12 0 0 0 -17.8708 -11.9279 41.9964 47.1735 47.1735 47.1735 --14 0 0 0 -7.11357 -2.1021 0.265335 7.42241 7.42241 7.42241 -2 -12 0 0 0 22.015 22.0366 0.0560747 31.1492 31.1492 31.1492 --14 0 0 0 -10.3721 -4.11588 -33.2248 35.0486 35.0486 35.0486 -2 -12 0 0 0 11.0166 16.3848 36.1169 41.1613 41.1613 41.1613 --14 0 0 0 0.142595 0.394154 12.1671 12.1744 12.1744 12.1744 -2 -12 0 0 0 -34.1488 -6.95062 -2.60442 34.9461 34.9461 34.9461 --14 0 0 0 19.073 22.4125 25.7127 39.08 39.08 39.08 -2 -12 0 0 0 6.33366 10.0053 15.0371 19.1399 19.1399 19.1399 --14 0 0 0 -12.485 -3.94582 -49.3886 51.0948 51.0948 51.0948 -2 -12 0 0 0 2.19364 3.6259 14.2063 14.8249 14.8249 14.8249 --14 0 0 0 30.6994 29.7873 -8.29715 43.5727 43.5727 43.5727 -2 -12 0 0 0 -12.8024 -21.7542 14.543 29.1315 29.1315 29.1315 --14 0 0 0 -4.52101 -1.47325 26.1445 26.5734 26.5734 26.5734 -2 -12 0 0 0 1.52914 -14.9774 -3.99621 15.5766 15.5766 15.5766 --14 0 0 0 -4.78988 41.9201 30.5638 52.0997 52.0997 52.0997 -2 -12 0 0 0 -24.7898 18.0031 -10.8836 32.5131 32.5131 32.5131 --14 0 0 0 0.937416 -37.8756 -5.08945 38.2275 38.2275 38.2275 -2 -12 0 0 0 -12.5813 -19.6541 -19.2157 30.2294 30.2294 30.2294 --14 0 0 0 12.4176 39.509 31.5374 52.0554 52.0554 52.0554 -2 -12 0 0 0 16.7036 -7.6882 12.7226 22.3603 22.3603 22.3603 --14 0 0 0 -5.50031 -31.0018 14.5156 34.6708 34.6708 34.6708 -2 -12 0 0 0 -37.7138 3.07803 6.28247 38.3572 38.3572 38.3572 --14 0 0 0 -13.5437 -5.97837 3.05618 15.1167 15.1167 15.1167 -2 -12 0 0 0 -10.2597 6.67309 45.8301 47.4362 47.4362 47.4362 --14 0 0 0 15.1498 5.16583 -7.25663 17.5744 17.5744 17.5744 -2 -12 0 0 0 -19.2426 31.6159 21.8257 42.9675 42.9675 42.9675 --14 0 0 0 15.1578 -25.2622 -36.0624 46.5664 46.5664 46.5664 -2 -12 0 0 0 -4.02894 5.2149 16.9386 18.1754 18.1754 18.1754 --14 0 0 0 -34.6505 -24.0749 -13.5448 44.3139 44.3139 44.3139 -2 -12 0 0 0 32.1526 30.2327 2.72575 44.2181 44.2181 44.2181 --14 0 0 0 -39.9972 -21.2933 7.27546 45.8924 45.8924 45.8924 -2 -12 0 0 0 17.7717 27.5698 -36.077 48.7594 48.7594 48.7594 --14 0 0 0 -8.28339 0.336741 -2.2079 8.57921 8.57921 8.57921 -2 -12 0 0 0 1.41048 0.470439 -6.17115 6.34775 6.34775 6.34775 --14 0 0 0 -35.1774 7.43137 37.9452 52.2735 52.2735 52.2735 -2 -12 0 0 0 3.38005 21.0068 -19.4599 28.834 28.834 28.834 --14 0 0 0 -36.2028 -8.75669 1.08953 37.2627 37.2627 37.2627 -2 -12 0 0 0 0.367088 1.71941 -17.5321 17.62 17.62 17.62 --14 0 0 0 -1.16788 -43.6887 14.0813 45.9168 45.9168 45.9168 -2 -12 0 0 0 41.0682 14.2632 -1.33195 43.4949 43.4949 43.4949 --14 0 0 0 -0.554648 -11.2626 15.4722 19.1454 19.1454 19.1454 -2 -12 0 0 0 20.0168 -20.368 16.9901 33.2293 33.2293 33.2293 --14 0 0 0 -31.126 -8.75466 7.01243 33.0854 33.0854 33.0854 -2 -12 0 0 0 -27.1053 -25.5422 -34.1374 50.5219 50.5219 50.5219 --14 0 0 0 6.41424 3.59227 20.9658 22.2174 22.2174 22.2174 -2 -12 0 0 0 -8.73427 -23.6976 5.27566 25.8011 25.8011 25.8011 --14 0 0 0 16.6918 12.1576 33.0917 39.0062 39.0062 39.0062 -2 -12 0 0 0 -3.59473 23.1549 -23.1241 32.921 32.921 32.921 --14 0 0 0 -19.7931 -35.848 21.0463 46.0412 46.0412 46.0412 -2 -12 0 0 0 -33.9431 4.01911 8.11355 35.13 35.13 35.13 --14 0 0 0 13.923 16.594 20.6073 29.8977 29.8977 29.8977 -2 -12 0 0 0 -6.67646 24.6464 0.0822823 25.5348 25.5348 25.5348 --14 0 0 0 -22.3578 -20.8346 -26.6744 40.5645 40.5645 40.5645 -2 -12 0 0 0 8.88754 -9.31518 14.9248 19.7106 19.7106 19.7106 --14 0 0 0 -40.7098 22.6034 -20.7363 50.9725 50.9725 50.9725 -2 -12 0 0 0 -11.1788 -32.6439 -23.1799 41.568 41.568 41.568 --14 0 0 0 12.4748 24.4385 -10.514 29.3838 29.3838 29.3838 -2 -12 0 0 0 -3.20032 -31.9405 -25.1093 40.7543 40.7543 40.7543 --14 0 0 0 -13.442 20.2413 34.7373 42.392 42.392 42.392 -2 -12 0 0 0 11.1855 26.3012 -12.2878 31.1105 31.1105 31.1105 --14 0 0 0 21.752 -32.0966 -0.399687 38.775 38.775 38.775 -2 -12 0 0 0 -9.3442 -18.8714 2.42679 21.1974 21.1974 21.1974 --14 0 0 0 -16.6112 -3.3784 31.8293 36.0618 36.0618 36.0618 -2 -12 0 0 0 -29.0809 -7.19589 -25.3858 39.2673 39.2673 39.2673 --14 0 0 0 -8.82188 17.7642 0.519249 19.841 19.841 19.841 -2 -12 0 0 0 14.7091 37.2156 1.24879 40.0365 40.0365 40.0365 --14 0 0 0 -18.9975 -0.158773 -16.6487 25.2608 25.2608 25.2608 -2 -12 0 0 0 22.281 29.1748 -8.29554 37.6354 37.6354 37.6354 --14 0 0 0 -24.12 10.7687 9.34788 28.0201 28.0201 28.0201 -2 -12 0 0 0 2.01941 -3.55224 5.42245 6.78965 6.78965 6.78965 --14 0 0 0 26.8115 41.6194 5.70074 49.835 49.835 49.835 -2 -12 0 0 0 7.71331 -13.2385 -2.53516 15.53 15.53 15.53 --14 0 0 0 -8.47001 50.5769 9.44875 52.1444 52.1444 52.1444 -2 -12 0 0 0 -18.1804 20.3152 20.5592 34.1455 34.1455 34.1455 --14 0 0 0 34.6526 -21.4036 5.04806 41.0415 41.0415 41.0415 -2 -12 0 0 0 -9.83946 -30.7298 3.7092 32.4791 32.4791 32.4791 --14 0 0 0 1.02107 13.8714 30.7858 33.7821 33.7821 33.7821 -2 -12 0 0 0 -9.89022 16.302 12.7553 22.9405 22.9405 22.9405 --14 0 0 0 26.9576 25.021 -8.89214 37.8395 37.8395 37.8395 -2 -12 0 0 0 -38.6686 -11.0119 -33.2597 52.1798 52.1798 52.1798 --14 0 0 0 10.0945 6.38493 15.2976 19.4083 19.4083 19.4083 -2 -12 0 0 0 -20.4414 -33.9901 -20.36 44.5837 44.5837 44.5837 --14 0 0 0 -8.90489 24.5155 4.76611 26.5146 26.5146 26.5146 -2 -12 0 0 0 7.3415 -43.2261 -25.7885 50.8668 50.8668 50.8668 --14 0 0 0 4.23861 9.74004 -0.554803 10.6368 10.6368 10.6368 -2 -12 0 0 0 8.13402 2.17174 -6.77123 10.8041 10.8041 10.8041 --14 0 0 0 -46.0352 -16.2029 19.3866 52.513 52.513 52.513 -2 -12 0 0 0 -1.02479 -8.42783 9.34107 12.6228 12.6228 12.6228 --14 0 0 0 -19.8273 1.32198 36.8452 41.8621 41.8621 41.8621 -2 -12 0 0 0 -7.74222 -32.1798 -25.3914 41.7157 41.7157 41.7157 --14 0 0 0 -8.8165 18.8179 34.9104 40.6273 40.6273 40.6273 -2 -12 0 0 0 32.427 -13.9836 -13.6258 37.8512 37.8512 37.8512 --14 0 0 0 5.19737 -10.3282 -11.6136 16.3879 16.3879 16.3879 -2 -12 0 0 0 21.9978 -12.865 42.8318 49.8395 49.8395 49.8395 --14 0 0 0 -5.49223 -6.33513 -20.1384 21.814 21.814 21.814 -2 -12 0 0 0 11.841 22.7217 38.3689 46.1374 46.1374 46.1374 --14 0 0 0 -21.4213 -18.3066 -39.9028 48.8491 48.8491 48.8491 -2 -12 0 0 0 -44.4152 8.27838 -10.9931 46.4982 46.4982 46.4982 --14 0 0 0 5.94818 -17.5231 2.26469 18.6432 18.6432 18.6432 -2 -12 0 0 0 13.3389 37.2789 -15.983 42.6978 42.6978 42.6978 --14 0 0 0 -27.6726 -14.3036 17.6881 35.8223 35.8223 35.8223 -2 -12 0 0 0 -32.0855 20.2294 -18.3746 42.1465 42.1465 42.1465 --14 0 0 0 5.24785 -31.1417 6.76746 32.2977 32.2977 32.2977 -2 -12 0 0 0 -13.7493 -40.4315 -24.7307 49.3494 49.3494 49.3494 --14 0 0 0 0.784033 -4.10755 1.67067 4.50309 4.50309 4.50309 -2 -12 0 0 0 17.284 -16.1319 25.8418 35.0253 35.0253 35.0253 --14 0 0 0 -9.82365 -20.1212 -25.0633 33.6086 33.6086 33.6086 -2 -12 0 0 0 24.3143 -25.7457 -15.1394 38.5127 38.5127 38.5127 --14 0 0 0 -7.81745 38.9688 21.3336 45.1088 45.1088 45.1088 -2 -12 0 0 0 3.22648 -9.63696 10.3188 14.483 14.483 14.483 --14 0 0 0 -9.54621 34.6134 -38.7338 52.816 52.816 52.816 -2 -12 0 0 0 2.50993 17.7252 -11.1007 21.0644 21.0644 21.0644 --14 0 0 0 -6.3482 -0.99759 45.6041 46.0546 46.0546 46.0546 -2 -12 0 0 0 -4.95472 -22.4654 25.2796 34.1804 34.1804 34.1804 --14 0 0 0 -2.13902 41.2672 -2.9421 41.4272 41.4272 41.4272 -2 -12 0 0 0 -31.0351 11.7133 -22.2205 39.9265 39.9265 39.9265 --14 0 0 0 8.69225 19.9868 14.5197 26.1887 26.1887 26.1887 -2 -12 0 0 0 18.2791 9.43075 -29.2549 35.7619 35.7619 35.7619 --14 0 0 0 8.89765 13.8366 29.882 34.1109 34.1109 34.1109 -2 -12 0 0 0 37.5949 -27.6839 12.826 48.4178 48.4178 48.4178 --14 0 0 0 -36.7167 15.9988 -18.6092 44.1631 44.1631 44.1631 -2 -12 0 0 0 41.2956 -7.79876 7.94111 42.7693 42.7693 42.7693 --14 0 0 0 -2.07582 16.7043 -14.4007 22.1523 22.1523 22.1523 -2 -12 0 0 0 -36.1834 0.868958 13.4241 38.6031 38.6031 38.6031 --14 0 0 0 -1.76954 -15.4384 11.5315 19.3507 19.3507 19.3507 -2 -12 0 0 0 -27.7121 -15.2272 38.309 49.673 49.673 49.673 --14 0 0 0 30.6418 6.12293 -29.16 42.7402 42.7402 42.7402 -2 -12 0 0 0 24.5175 0.217468 3.28859 24.738 24.738 24.738 --14 0 0 0 -31.0149 3.84219 -35.7958 47.5187 47.5187 47.5187 -2 -12 0 0 0 20.0478 26.7551 18.6919 38.3032 38.3032 38.3032 --14 0 0 0 -2.99645 16.9601 -9.02481 19.4441 19.4441 19.4441 -2 -12 0 0 0 12.5359 -25.718 32.3825 43.211 43.211 43.211 --14 0 0 0 6.13609 26.1056 -34.4422 43.6511 43.6511 43.6511 -2 -12 0 0 0 -13.7761 -10.4664 -0.199009 17.3022 17.3022 17.3022 --14 0 0 0 -13.2384 39.9984 -16.1462 45.1201 45.1201 45.1201 -2 -12 0 0 0 -2.42238 17.9603 -12.2779 21.8903 21.8903 21.8903 --14 0 0 0 11.7108 -23.8275 -30.0128 40.0707 40.0707 40.0707 -2 -12 0 0 0 -19.7394 33.1485 -7.6652 39.3348 39.3348 39.3348 --14 0 0 0 -2.01869 -41.8271 0.707335 41.8817 41.8817 41.8817 -2 -12 0 0 0 17.0941 10.1769 -10.575 22.5301 22.5301 22.5301 --14 0 0 0 -31.7864 -8.07184 -27.1564 42.5794 42.5794 42.5794 -2 -12 0 0 0 -9.83013 -37.4945 0.99681 38.7745 38.7745 38.7745 --14 0 0 0 17.3487 39.9774 -18.7473 47.4408 47.4408 47.4408 -2 -12 0 0 0 -17.8429 28.2995 11.6243 35.4168 35.4168 35.4168 --14 0 0 0 18.7361 10.1591 12.6181 24.7683 24.7683 24.7683 -2 -12 0 0 0 -1.17697 -27.0212 2.7211 27.1834 27.1834 27.1834 --14 0 0 0 18.6731 21.686 -32.6368 43.4066 43.4066 43.4066 -2 -12 0 0 0 11.0022 -12.9785 5.83083 17.9858 17.9858 17.9858 --14 0 0 0 27.8673 -7.24468 21.5834 35.9849 35.9849 35.9849 -2 -12 0 0 0 43.2122 -2.33404 7.62872 43.9425 43.9425 43.9425 --14 0 0 0 -12.0551 18.8303 -13.2836 26.0069 26.0069 26.0069 -2 -12 0 0 0 -22.9306 5.32781 -24.8275 34.2141 34.2141 34.2141 --14 0 0 0 18.1142 24.2371 28.1169 41.3053 41.3053 41.3053 -2 -12 0 0 0 -23.419 5.54821 26.1505 35.5399 35.5399 35.5399 --14 0 0 0 -19.9113 -3.90079 -1.76192 20.3662 20.3662 20.3662 -2 -12 0 0 0 1.01497 -10.3406 1.2796 10.4688 10.4688 10.4688 --14 0 0 0 11.7375 -40.0799 7.53423 42.4374 42.4374 42.4374 -2 -12 0 0 0 24.6916 -11.502 42.4892 50.4708 50.4708 50.4708 --14 0 0 0 -15.2228 -2.57241 -9.60511 18.1826 18.1826 18.1826 -2 -12 0 0 0 -19.8498 7.3138 12.8241 24.7379 24.7379 24.7379 --14 0 0 0 -29.5138 -0.796103 -0.095114 29.5247 29.5247 29.5247 -2 -12 0 0 0 42.7102 -17.2803 7.9743 46.7585 46.7585 46.7585 --14 0 0 0 0.48369 13.8535 3.03565 14.1905 14.1905 14.1905 -2 -12 0 0 0 29.6337 -15.8281 24.222 41.4173 41.4173 41.4173 --14 0 0 0 -6.40527 -15.5185 -18.2003 24.7609 24.7609 24.7609 -2 -12 0 0 0 -41.0848 -28.4145 -6.39295 50.3609 50.3609 50.3609 --14 0 0 0 15.8009 16.1157 13.4911 26.2944 26.2944 26.2944 -2 -12 0 0 0 4.39214 39.7803 -29.3505 49.6308 49.6308 49.6308 --14 0 0 0 5.06894 0.663776 7.54299 9.11216 9.11216 9.11216 -2 -12 0 0 0 -28.018 14.8013 -12.3221 33.9989 33.9989 33.9989 --14 0 0 0 -4.96095 21.0946 1.48286 21.7208 21.7208 21.7208 -2 -12 0 0 0 45.2885 -3.8114 10.2164 46.5827 46.5827 46.5827 --14 0 0 0 1.97222 2.60183 -11.3225 11.7838 11.7838 11.7838 -2 -12 0 0 0 -29.8535 6.66154 -23.2623 38.4283 38.4283 38.4283 --14 0 0 0 25.5392 -23.5617 32.4201 47.5233 47.5233 47.5233 -2 -12 0 0 0 -2.56636 26.7891 -14.0894 30.3768 30.3768 30.3768 --14 0 0 0 -4.71927 10.8595 -20.4758 23.6529 23.6529 23.6529 -2 -12 0 0 0 42.2079 23.2646 -3.38161 48.3134 48.3134 48.3134 --14 0 0 0 -12.4679 -20.7501 -7.85409 25.45 25.45 25.45 -2 -12 0 0 0 36.6894 4.46844 36.2837 51.7937 51.7937 51.7937 --14 0 0 0 1.01657 -1.70272 -1.47898 2.47387 2.47387 2.47387 -2 -12 0 0 0 -21.267 -14.652 19.372 32.2838 32.2838 32.2838 --14 0 0 0 -12.0558 -19.5243 -4.57543 23.3982 23.3982 23.3982 -2 -12 0 0 0 -11.3426 -35.1223 -20.2914 42.1186 42.1186 42.1186 --14 0 0 0 20.9961 2.86845 -4.57799 21.68 21.68 21.68 -2 -12 0 0 0 3.78519 24.7528 6.70536 25.9228 25.9228 25.9228 --14 0 0 0 18.0179 16.2583 -19.9704 31.4292 31.4292 31.4292 -2 -12 0 0 0 8.29303 -9.13485 -42.2362 44.0013 44.0013 44.0013 --14 0 0 0 -0.238291 -14.798 30.3007 33.722 33.722 33.722 -2 -12 0 0 0 21.7892 -11.1446 21.0059 32.2524 32.2524 32.2524 --14 0 0 0 -36.4326 -14.0603 -3.06033 39.1713 39.1713 39.1713 -2 -12 0 0 0 10.7222 -29.8443 -15.3998 35.2534 35.2534 35.2534 --14 0 0 0 17.5646 35.5139 11.7219 41.3177 41.3177 41.3177 -2 -12 0 0 0 -0.890229 -29.1538 -19.8371 35.2739 35.2739 35.2739 --14 0 0 0 -28.2776 3.41579 6.11617 29.1325 29.1325 29.1325 -2 -12 0 0 0 -14.2089 27.6613 12.2842 33.4357 33.4357 33.4357 --14 0 0 0 -12.9813 -35.286 6.70191 38.1907 38.1907 38.1907 -2 -12 0 0 0 -22.279 31.6846 -5.08052 39.0651 39.0651 39.0651 --14 0 0 0 22.2237 -10.6716 -21.4965 32.709 32.709 32.709 -2 -12 0 0 0 -18.1132 -8.50559 16.3399 25.8346 25.8346 25.8346 --14 0 0 0 22.4828 -27.0866 8.48113 36.209 36.209 36.209 -2 -12 0 0 0 35.9819 -7.90105 3.02225 36.963 36.963 36.963 --14 0 0 0 -13.7588 30.9436 -11.1677 35.6585 35.6585 35.6585 -2 -12 0 0 0 34.4304 -6.75161 16.8672 38.9299 38.9299 38.9299 --14 0 0 0 2.99691 -17.1206 3.7476 17.7804 17.7804 17.7804 -2 -12 0 0 0 43.3073 16.6435 10.1196 47.4862 47.4862 47.4862 --14 0 0 0 -16.9302 -24.3545 -3.23207 29.8365 29.8365 29.8365 -2 -12 0 0 0 -36.2343 12.2432 -6.21878 38.7491 38.7491 38.7491 --14 0 0 0 5.99334 -30.0033 -2.71208 30.716 30.716 30.716 -2 -12 0 0 0 -4.80646 -1.08242 20.9325 21.5044 21.5044 21.5044 --14 0 0 0 -5.92562 40.3221 -8.73535 41.6809 41.6809 41.6809 -2 -12 0 0 0 -15.4286 -32.3432 12.3183 37.8928 37.8928 37.8928 --14 0 0 0 2.72947 12.0798 -33.5623 35.7743 35.7743 35.7743 -2 -12 0 0 0 5.00767 -25.4363 31.3089 40.6488 40.6488 40.6488 --14 0 0 0 15.0972 29.1963 -7.68051 33.7541 33.7541 33.7541 -2 -12 0 0 0 19.8689 -21.4277 -17.2483 33.9327 33.9327 33.9327 --14 0 0 0 -35.3104 31.65 22.4772 52.4764 52.4764 52.4764 -2 -12 0 0 0 33.0387 -27.0737 -11.1373 44.1427 44.1427 44.1427 --14 0 0 0 -32.5186 36.4152 15.4405 51.2049 51.2049 51.2049 -2 -12 0 0 0 -0.351684 -17.7847 -10.7124 20.7648 20.7648 20.7648 --14 0 0 0 -23.352 27.8937 -22.5602 42.8058 42.8058 42.8058 -2 -12 0 0 0 1.22156 3.61432 29.1328 29.3816 29.3816 29.3816 --14 0 0 0 2.59459 -36.4764 -21.1359 42.2373 42.2373 42.2373 -2 -12 0 0 0 40.6873 5.02984 19.1029 45.2291 45.2291 45.2291 --14 0 0 0 2.51211 -7.24117 -15.1646 16.9914 16.9914 16.9914 -2 -12 0 0 0 3.48777 46.5006 9.8417 47.6585 47.6585 47.6585 --14 0 0 0 13.2644 -32.3159 -3.29249 35.0871 35.0871 35.0871 -2 -12 0 0 0 -6.12426 14.9569 50.0674 52.6114 52.6114 52.6114 --14 0 0 0 -1.29196 -0.765114 -4.69201 4.92641 4.92641 4.92641 -2 -12 0 0 0 39.361 -19.9083 -2.99841 44.2111 44.2111 44.2111 --14 0 0 0 -37.7631 16.1878 18.7594 45.1665 45.1665 45.1665 -2 -12 0 0 0 -41.1819 -17.0083 -19.675 48.7066 48.7066 48.7066 --14 0 0 0 -4.51761 3.36863 0.957243 5.71601 5.71601 5.71601 -2 -12 0 0 0 18.3144 27.4967 18.5863 37.9069 37.9069 37.9069 --14 0 0 0 -30.8114 0.0378267 2.456 30.9091 30.9091 30.9091 -2 -12 0 0 0 -22.1077 -19.2506 -13.7002 32.3579 32.3579 32.3579 --14 0 0 0 28.4131 -16.5882 -3.42681 33.0789 33.0789 33.0789 -2 -12 0 0 0 8.48972 -17.4072 8.83539 21.2873 21.2873 21.2873 --14 0 0 0 -5.64007 16.9274 -44.8336 48.2535 48.2535 48.2535 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 41.6058 -2.34519 2.42898 41.7425 41.7425 41.7425 --14 0 0 0 -4.01274 14.652 -16.0287 22.084 22.084 22.084 -2 -12 0 0 0 44.2179 5.47455 -4.21726 44.7547 44.7547 44.7547 --14 0 0 0 -46.9848 -16.1522 2.68872 49.7563 49.7563 49.7563 -2 -12 0 0 0 6.90619 22.4542 -29.4563 37.6771 37.6771 37.6771 --14 0 0 0 -1.42999 -40.5062 27.5628 49.0154 49.0154 49.0154 -2 -12 0 0 0 -3.80578 -35.2235 -17.2295 39.3959 39.3959 39.3959 --14 0 0 0 -17.1236 36.187 20.62 45.0322 45.0322 45.0322 -2 -12 0 0 0 -11.9822 42.1522 8.52127 44.6429 44.6429 44.6429 --14 0 0 0 9.5657 3.27232 -11.6395 15.4171 15.4171 15.4171 diff --git a/examples/advanced/lAr_calorimeter/README b/examples/advanced/lAr_calorimeter/README index 085dcc6ea2..871ab67262 100644 --- a/examples/advanced/lAr_calorimeter/README +++ b/examples/advanced/lAr_calorimeter/README @@ -6,32 +6,32 @@ lArCal -------- -This example is intended to simulate the Forward Liquid Argon Calorimeter -(FCAL) of the ATLAS Detector at LHC. The goal of the FCAL is to provide -a good missing energy determination in the region of very small angles -from the beam direction. + This example is intended to simulate the Forward Liquid Argon Calorimeter + (FCAL) of the ATLAS Detector at LHC. The goal of the FCAL is to provide + a good missing energy determination in the region of very small angles + from the beam direction. -1. GEOMETRY DEFINITION ------------------------- + 1. GEOMETRY DEFINITION + ------------------------ -The liquid Argon calorimeter consists of three modules with the same -nominal outer dimensions: an electromagnetic module (made -of copper) followed by two hadronic ones (made of tungsten alloy). -The corresponding parameters of these modules are defined inside the -FCALEMModuleParameters.input and FCALHadModuleParameters.input files. -The package contains as well a FCALTestbemSetup class whose geometry is given by -FCALTestbeamSetupParameters.input. See these files for details concerning to -radius, lenght and angles of the different components. + The liquid Argon calorimeter consists of three modules with the same + nominal outer dimensions: an electromagnetic module (made + of copper) followed by two hadronic ones (made of tungsten alloy). + The corresponding parameters of these modules are defined inside the + FCALEMModuleParameters.input and FCALHadModuleParameters.input files. + The package contains as well a FCALTestbemSetup class whose geometry is given by + FCALTestbeamSetupParameters.input. See these files for details concerning to + radius, lenght and angles of the different components. -2. AN EVENT : THE PRIMARY GENERATOR ------------------------------------- + 2. AN EVENT : THE PRIMARY GENERATOR + ------------------------------------ The primary kinematic consists of a single particle which hits the geometry perpendicular to the input face. The FCALPrimaryGeneratorAction class gives the particle and its energy (by default it is an electron of - 80 GeV). Theses parameters can be changed in commands of ParticleGun class + 80 GeV). These parameters can be changed in commands of ParticleGun class inside the macros given in this example. The subdirectory data-tracks contains the kinematic files @@ -43,8 +43,8 @@ radius, lenght and angles of the different components. A RUN is a set of events. -3. VISUALIZATION ------------------- + 3. VISUALIZATION + ------------------ The Visualization Manager is set in the main(). The initialisation of the drawing is done via the command @@ -57,18 +57,12 @@ radius, lenght and angles of the different components. TBEVentActionMessenger class. - 4. PHYSICS DEMO - ----------------- + 4. PHYSICS + ---------- - The particle's type and the physic processes which will be available - in this example are set in FCALPhysicsList class. - - In addition a build-in interactive command (/process/inactivate proname) - allows to activate/inactivate the processes one by one. - - The threshold for producing secondaries can be changed. - eg: /run/particle/setCut 100 micrometer - /run/initialize + You can select between 3 Physics Lists: QGSP (default), LHEP, QGSC. + The selection is done simply by comment/uncomment a line in the main + lArCal.cc (look for the keyword ***LOOKHERE***). 5. HOW TO START ? @@ -79,30 +73,26 @@ radius, lenght and angles of the different components. % gmake - execute the program in 'batch' mode from macro files - % lArcal prerunlAr.mac + % lArCal prerunlArcal.mac - execute Test in 'interactive mode' with visualization - % lArcal - .... - - Idle> type your commands - .... - - Idle> exit + % lArCal + ... + Idle> type your commands + ... + Idle> exit -6. HISTOGRAMS --------------- + + 6. HISTOGRAMS + -------------- - lArcal produces 4 histograms (saved as fcal.paw) which illustrate + lArCal produces 4 histograms (saved as fcal.his) which illustrate the final state of the most important variables of the example: Histo1 --> Number of tracks out of World Histo2 --> Number of secondary particles - Histo3 --> Electromagnetic Energy deposit in the EMModule - Histo4 --> Hadronic Energy deposit in the HadModule - - The example generates 3 ntuples too which contains the same information - than the histograms. + Histo3 --> Total energy deposited (in MeV) in the electromagnetic module + Histo4 --> Total energy deposited (in MeV) in the hadronic module See their definitions in FCALAnalysisManager.cc @@ -116,15 +106,16 @@ radius, lenght and angles of the different components. prepare some environment variables by source-ing one of the following startup scripts. - # This example has been developed and tested with the gcc-2.95.2 compiler: - ---------- - + # This example has been developed and tested in the platform + # Linux Red-Hat 7.3 with compilers gcc-2.95.2 and gcc-3.2 + # (the setup below refers to gcc-2.95.2) + o Set up the environment variable: G4ANALYSIS_USE 1 - o setenv PATH ${PATH}:/afs/cern.ch/sw/lhcxx/specific/redhat73/gcc-2.95.2/5.0.5/bin + o setenv PATH ${PATH}:/afs/cern.ch/sw/lhcxx/specific/redhat73/gcc-2.95.2/5.0.6/bin - o source /afs/cern.ch/sw/lhcxx/share/LHCXX/5.0.5/install/sharedstart.csh or .ch - o ln -s /afs/cern.ch/sw/lhcxx/share/LHCXX/5.0.5/scripts/* ~/bin/. - (This has to be made only once) + o source /afs/cern.ch/sw/lhcxx/share/LHCXX/5.0.6/install/sharedstart.csh or .ch + o ln -s /afs/cern.ch/sw/lhcxx/share/LHCXX/5.0.6/scripts/* ~/bin/. + (This has to be made only once) After this, you will have access to the last 'aida-config' command which is used in the GNUmakefile. diff --git a/examples/advanced/lAr_calorimeter/SecndTracks_802_1mm.dat b/examples/advanced/lAr_calorimeter/SecndTracks_802_1mm.dat deleted file mode 100644 index 3ab8544973..0000000000 --- a/examples/advanced/lAr_calorimeter/SecndTracks_802_1mm.dat +++ /dev/null @@ -1,884 +0,0 @@ -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 diff --git a/examples/advanced/lAr_calorimeter/hadronic_lists.gmk b/examples/advanced/lAr_calorimeter/hadronic_lists.gmk new file mode 100644 index 0000000000..0545b8ae30 --- /dev/null +++ b/examples/advanced/lAr_calorimeter/hadronic_lists.gmk @@ -0,0 +1,104 @@ +# $Id: hadronic_lists.gmk,v 1.1 2004/01/28 17:58:59 ribon Exp $ +# -------------------------------------------------------------- +# hadronic physics-lists setup - H.P.Wellisch +# -------------------------------------------------------------- + +ifndef G4LISTS_BASE + EXTRALIBS += -L$(G4LIB)/.lists_build/$(G4SYSTEM) + G4LISTS_BASE = $(G4INSTALL)/hadronic_lists +else + EXTRALIBS += -L$(G4LISTS_BASE)/lists/.lists_build/lib/$(G4SYSTEM) +endif + +# EXTRALIBS += -lFTFC +EXTRALIBS += -lFTFP +# EXTRALIBS += -lLBE +EXTRALIBS += -lLHEP +# EXTRALIBS += -lLHEP_GN +# EXTRALIBS += -lLHEP_HP +# EXTRALIBS += -lLHEP_LEAD +# EXTRALIBS += -lLHEP_BERT_HP +# EXTRALIBS += -lLHEP_BIC_HP +# EXTRALIBS += -lLHEP_LEAD_HP +# EXTRALIBS += -lLHEP_PRECO +# EXTRALIBS += -lQGSP_Model +# EXTRALIBS += -lQGSP_BERT +# EXTRALIBS += -lLHEP_PRECO_HP +EXTRALIBS += -lQGSC +# EXTRALIBS += -lQGSC_LEAD +# EXTRALIBS += -lQGSC_LEAD_HP +EXTRALIBS += -lQGSP +# EXTRALIBS += -lQGSP_GN +# EXTRALIBS += -lQGSP_HP +# EXTRALIBS += -lLHEP_BERT +# EXTRALIBS += -lLHEP_BIC +# EXTRALIBS += -lQGSP_BIC +EXTRALIBS += -lPackaging + +EXTRALIBS += -lG4hadronic_proc +EXTRALIBS += -lG4hadronic_HE +EXTRALIBS += -lG4hadronic_LE +EXTRALIBS += -lG4hadronic_iso +EXTRALIBS += -lG4had_neu_hp +EXTRALIBS += -lG4hadronic_coherent_elastic +EXTRALIBS += -lG4hadronic_hetcpp_evaporation +EXTRALIBS += -lG4hadronic_hetcpp_utils +EXTRALIBS += -lG4hadronic_bert_cascade +EXTRALIBS += -lG4hadronic_interface_ci +EXTRALIBS += -lG4hadronic_body_ci +EXTRALIBS += -lG4hadronic_leading_particle +EXTRALIBS += -lG4hadronic_stop +EXTRALIBS += -lG4hadronic_radioactivedecay + +EXTRALIBS += -lG4had_theo_max +EXTRALIBS += -lG4hadronic_qgstring +EXTRALIBS += -lG4had_string_diff +EXTRALIBS += -lG4had_string_frag +EXTRALIBS += -lG4had_string_man + +EXTRALIBS += -lG4hadronic_binary +EXTRALIBS += -lG4had_im_r_matrix +EXTRALIBS += -lG4had_preequ_exciton +EXTRALIBS += -lG4hadronic_deex_evaporation +EXTRALIBS += -lG4hadronic_deex_fermi_breakup +EXTRALIBS += -lG4hadronic_deex_fission +EXTRALIBS += -lG4hadronic_deex_gem_evaporation +EXTRALIBS += -lG4hadronic_deex_handler +EXTRALIBS += -lG4hadronic_deex_management +EXTRALIBS += -lG4hadronic_deex_multifragmentation +EXTRALIBS += -lG4hadronic_deex_photon_evaporation +EXTRALIBS += -lG4hadronic_deex_util + +EXTRALIBS += -lG4had_mod_man +EXTRALIBS += -lG4had_mod_util + +EXTRALIBS += -lG4hadronic_mgt +EXTRALIBS += -lG4hadronic_xsect +EXTRALIBS += -lG4hadronic_util + +EXTRALIBS += -lG4shortlived + +CPPFLAGS += -I$(G4LISTS_BASE)/lists/FTFC/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/FTFP/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/LBE/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/LHEP/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/LHEP_BERT/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/LHEP_BIC/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/LHEP_GN/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/LHEP_HP/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/LHEP_BERT_HP/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/LHEP_BIC_HP/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/LHEP_LEAD/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/LHEP_LEAD_HP/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/LHEP_PRECO/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/LHEP_PRECO_HP/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/Packaging/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/QGSC/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/QGSC_LEAD/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/QGSC_LEAD_HP/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/QGSP/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/QGSP_BERT/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/QGSP_BIC/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/QGSP_GN/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/QGSP_HP/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/QGSP_Model/include diff --git a/examples/advanced/lAr_calorimeter/include/FCALCalorHit.hh b/examples/advanced/lAr_calorimeter/include/FCALCalorHit.hh index 95dd18bca3..062841376e 100644 --- a/examples/advanced/lAr_calorimeter/include/FCALCalorHit.hh +++ b/examples/advanced/lAr_calorimeter/include/FCALCalorHit.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALCalorHit.hh,v 1.4 2003/12/09 15:30:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/advanced/lAr_calorimeter/include/FCALEMModuleSD.hh b/examples/advanced/lAr_calorimeter/include/FCALEMModuleSD.hh index c708a604b5..b68a6b1e12 100644 --- a/examples/advanced/lAr_calorimeter/include/FCALEMModuleSD.hh +++ b/examples/advanced/lAr_calorimeter/include/FCALEMModuleSD.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALEMModuleSD.hh,v 1.6 2003/12/09 15:30:08 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/advanced/lAr_calorimeter/include/FCALHadModuleSD.hh b/examples/advanced/lAr_calorimeter/include/FCALHadModuleSD.hh index 78c48f0b32..a6ef743813 100644 --- a/examples/advanced/lAr_calorimeter/include/FCALHadModuleSD.hh +++ b/examples/advanced/lAr_calorimeter/include/FCALHadModuleSD.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALHadModuleSD.hh,v 1.6 2003/12/09 15:30:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/advanced/lAr_calorimeter/include/FCALPrimaryGeneratorAction.hh b/examples/advanced/lAr_calorimeter/include/FCALPrimaryGeneratorAction.hh index 27831fc044..57decffb41 100644 --- a/examples/advanced/lAr_calorimeter/include/FCALPrimaryGeneratorAction.hh +++ b/examples/advanced/lAr_calorimeter/include/FCALPrimaryGeneratorAction.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALPrimaryGeneratorAction.hh,v 1.4 2003/12/09 15:30:13 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/advanced/lAr_calorimeter/include/FCALRunAction.hh b/examples/advanced/lAr_calorimeter/include/FCALRunAction.hh index 869a88a9e3..edf788844b 100644 --- a/examples/advanced/lAr_calorimeter/include/FCALRunAction.hh +++ b/examples/advanced/lAr_calorimeter/include/FCALRunAction.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALRunAction.hh,v 1.8 2003/12/09 15:30:14 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/advanced/lAr_calorimeter/include/FCALSteppingAction.hh b/examples/advanced/lAr_calorimeter/include/FCALSteppingAction.hh index 2a9e092039..d168f9b188 100644 --- a/examples/advanced/lAr_calorimeter/include/FCALSteppingAction.hh +++ b/examples/advanced/lAr_calorimeter/include/FCALSteppingAction.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALSteppingAction.hh,v 1.5 2003/12/09 15:30:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/advanced/lAr_calorimeter/include/FCALSteppingVerbose.hh b/examples/advanced/lAr_calorimeter/include/FCALSteppingVerbose.hh index b8532988dc..7751792e21 100644 --- a/examples/advanced/lAr_calorimeter/include/FCALSteppingVerbose.hh +++ b/examples/advanced/lAr_calorimeter/include/FCALSteppingVerbose.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALSteppingVerbose.hh,v 1.4 2003/12/09 15:30:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //--------------------------------------------------------------- diff --git a/examples/advanced/lAr_calorimeter/include/FCALTBEventAction.hh b/examples/advanced/lAr_calorimeter/include/FCALTBEventAction.hh index 615f4d8048..31c06d5ba6 100644 --- a/examples/advanced/lAr_calorimeter/include/FCALTBEventAction.hh +++ b/examples/advanced/lAr_calorimeter/include/FCALTBEventAction.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALTBEventAction.hh,v 1.9 2003/12/09 15:30:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/advanced/lAr_calorimeter/include/FCALTestbeamSetupSD.hh b/examples/advanced/lAr_calorimeter/include/FCALTestbeamSetupSD.hh index 56cd28b6cb..9491455863 100644 --- a/examples/advanced/lAr_calorimeter/include/FCALTestbeamSetupSD.hh +++ b/examples/advanced/lAr_calorimeter/include/FCALTestbeamSetupSD.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALTestbeamSetupSD.hh,v 1.5 2003/12/09 15:30:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/advanced/lAr_calorimeter/include/FCALVisManager.hh b/examples/advanced/lAr_calorimeter/include/FCALVisManager.hh index a6c5410dc2..e6e5ea0b54 100644 --- a/examples/advanced/lAr_calorimeter/include/FCALVisManager.hh +++ b/examples/advanced/lAr_calorimeter/include/FCALVisManager.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALVisManager.hh,v 1.4 2003/12/09 15:30:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/advanced/lAr_calorimeter/lArCal.cc b/examples/advanced/lAr_calorimeter/lArCal.cc index 9c4d1f76c6..d66e6fd98c 100644 --- a/examples/advanced/lAr_calorimeter/lArCal.cc +++ b/examples/advanced/lAr_calorimeter/lArCal.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: lArCal.cc,v 1.6 2003/12/09 15:30:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: lArCal.cc,v 1.7 2004/01/28 17:58:59 ribon Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // -------------------------------------------------------------- @@ -49,9 +49,11 @@ #endif #include "FCALTestbeamSetup.hh" -#include "FCALPhysicsList.hh" #include "FCALSteppingVerbose.hh" #include "FCALPrimaryGeneratorAction.hh" +#include "LHEP.hh" +#include "QGSP.hh" +#include "QGSC.hh" #ifdef G4ANALYSIS_USE @@ -78,7 +80,12 @@ int main(int argc,char** argv) { // set mandatory initialization classes FCALTestbeamSetup* detector = new FCALTestbeamSetup; runManager->SetUserInitialization(detector); - runManager->SetUserInitialization(new FCALPhysicsList); + + //***LOOKHERE*** CHOOSE THE PHYSICS LIST. + // runManager->SetUserInitialization(new LHEP); // LHEP + runManager->SetUserInitialization(new QGSP); // QGSP + // runManager->SetUserInitialization(new QGSC); // QGSC + //***endLOOKHERE*** G4UIsession* session=0; diff --git a/examples/advanced/lAr_calorimeter/run1.mac b/examples/advanced/lAr_calorimeter/run1.mac index 261fb8424c..2ec9b5175d 100644 --- a/examples/advanced/lAr_calorimeter/run1.mac +++ b/examples/advanced/lAr_calorimeter/run1.mac @@ -1,18 +1,12 @@ -# $Id: run1.mac,v 1.4 2003/05/26 12:51:17 pmendez Exp $ # -# Macro file for "exampleN03.cc" -# # (can be run in batch, without graphic) # -/control/verbose 2 -/control/saveHistory -# -/run/verbose 2 -/event/verbose 0 -/tracking/verbose 1 +/process/verbose 0 +/tracking/verbose 0 +/run/verbose 2 +/event/verbose 0 # # muon 300 MeV to the direction (1.,0.,0.) -# 3 events # /gun/particle mu+ /gun/energy 300 MeV diff --git a/examples/advanced/lAr_calorimeter/run1.out b/examples/advanced/lAr_calorimeter/run1.out deleted file mode 100644 index c978fdd220..0000000000 --- a/examples/advanced/lAr_calorimeter/run1.out +++ /dev/null @@ -1,123405 +0,0 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (19-May-2003) - Copyright : Geant4 Collaboration -********************************************** -Visualization Manager instantiating... -Visualization Manager initialising... -Registering graphics systems... - -You have successfully chosen to use the following graphics systems. -Current available graphics systems are: - ASCIITree (ATree) - DAWNFILE (DAWNFILE) - GAGTree (GAGTree) - G4HepRepFile (HepRepFile) - G4HepRep (HepRepXML) - RayTracer (RayTracer) - VRML1FILE (VRML1FILE) - VRML2FILE (VRML2FILE) - DAWNFILE (DAWNFILE) - VRML1FILE (VRML1FILE) - VRML2FILE (VRML2FILE) - RayTracer (RayTracer) -******** Number of Rods in FCAL1 : 2351 -********* Number of Rods in FCAL2 : 2546 - -phot: Total cross sections from Sandia parametrisation. -FCALPhysicsList::SetCuts:CutLength : 1 mm -/control/saveHistory - # -/run/verbose 2 -/event/verbose 0 -/tracking/verbose 1 -# -# muon 300 MeV to the direction (1.,0.,0.) -# 3 events -# -/gun/particle mu+ -/gun/energy 300 MeV -/run/beamOn 200 - -conv: Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. - e+e- energies according Bethe-Heitler - PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. - -compt: Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. - Scattered gamma energy according Klein-Nishina. - PhysicsTables from 1 keV to 100 GeV in 80 bins. - -msc: Tables of transport mean free paths. - New model of MSC , computes the lateral - displacement of the particle , too. - PhysicsTables from 100 eV to 100 TeV in 100 bins. - -eIoni: delta cross sections from Moller+Bhabha. Good description from 1 KeV to 100 GeV. - delta ray energy sampled from differential Xsection. - PhysicsTables from 1 keV to 100 TeV in 100 bins. - Step function: finalRange(mm)= 1, dRoverRange= 0.2 - -eBrem: Total cross sections from a NEW parametrisation based on the EEDL data library. - Good description from 1 KeV to 100 GeV. - log scale extrapolation above 100 GeV - Gamma energy sampled from a parametrised formula. - PhysicsTables from 1 keV to 100 TeV in 100 bins. - -annihil: Total cross section from Heilter formula(annihilation into 2 photons). - gamma energies sampled according Heitler - PhysicsTables from 10 keV to 10 TeV in 100 bins. - -hIoni: Knock-on electron cross sections . - Good description above the mean excitation energy. - delta ray energy sampled from differential Xsection. - PhysicsTables from 1 keV to 100 TeV in 100 bins. - Step function: finalRange(mm)= 1, dRoverRange= 0.2 - -msc: Tables of transport mean free paths. - New model of MSC , computes the lateral - displacement of the particle , too. - PhysicsTables from 100 eV to 100 TeV in 100 bins. - -MuIoni: Knock-on electron cross sections . - Good description above the mean excitation energy. - delta ray energy sampled from differential Xsection. - PhysicsTables from 1 keV to 1000 PeV in 150 bins. - -msc: Tables of transport mean free paths. - New model of MSC , computes the lateral - displacement of the particle , too. - PhysicsTables from 100 eV to 100 TeV in 100 bins. - -MuBrems: theoretical cross section - Good description up to 1000 PeV. - PhysicsTables from 1 keV to 1000 PeV in 150 bins. - -MuPairProd: theoretical cross sections - Good description up to 1000 PeV. - PhysicsTables from 1 keV to 1000 PeV in 150 bins. - -========= Table of registered couples ============================== - -Index : 0 used in the geometry : Yes recalculation needed : No - Material : Air - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 1 used in the geometry : Yes recalculation needed : No - Material : Polystyrene - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 2.36895 keV e- 351.438 keV e+ 342.891 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 2 used in the geometry : Yes recalculation needed : No - Material : MWPCArCO2 - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 3 used in the geometry : Yes recalculation needed : No - Material : Lead - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 100.511 keV e- 1.37814 MeV e+ 1.28002 MeV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 4 used in the geometry : Yes recalculation needed : No - Material : Aluminium - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 6.88731 keV e- 596.68 keV e+ 568.011 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 5 used in the geometry : Yes recalculation needed : No - Material : Iron - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 20.8323 keV e- 1.28002 MeV e+ 1.21851 MeV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 6 used in the geometry : Yes recalculation needed : No - Material : ShieldingConcrete - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 6.19366 keV e- 582.169 keV e+ 561.061 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 7 used in the geometry : Yes recalculation needed : No - Material : Iron - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 20.8323 keV e- 1.28002 MeV e+ 1.21851 MeV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 8 used in the geometry : Yes recalculation needed : No - Material : Air - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 990 eV e- 990 eV e+ 990 eV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 9 used in the geometry : Yes recalculation needed : No - Material : LiquidArgon - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 6.17835 keV e- 347.138 keV e+ 334.551 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 10 used in the geometry : Yes recalculation needed : No - Material : Copper - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 24.6072 keV e- 1.39521 MeV e+ 1.31192 MeV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 11 used in the geometry : Yes recalculation needed : No - Material : FCAL1CuArKap - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 17.4327 keV e- 895.719 keV e+ 852.68 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 12 used in the geometry : Yes recalculation needed : No - Material : LiquidArgon - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 6.17835 keV e- 347.138 keV e+ 334.551 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 13 used in the geometry : Yes recalculation needed : No - Material : Copper - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 24.6072 keV e- 1.39521 MeV e+ 1.31192 MeV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 14 used in the geometry : Yes recalculation needed : No - Material : FCAL2WFeNi - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 103.745 keV e- 2.25501 MeV e+ 2.09445 MeV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 15 used in the geometry : Yes recalculation needed : No - Material : FCAL2CuArKap - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 17.4327 keV e- 895.719 keV e+ 852.68 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 16 used in the geometry : Yes recalculation needed : No - Material : LiquidArgon - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 6.17835 keV e- 347.138 keV e+ 334.551 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - -Index : 17 used in the geometry : Yes recalculation needed : No - Material : Tungsten - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 105.401 keV e- 2.31122 MeV e+ 2.14666 MeV - Region(s) which use this couple : - DefaultRegionForTheWorld - -==================================================================== - -### Run 0 start. -FCALAnalysisManager created -Start closing geometry. -G4GeometryManager::ReportVoxelStats -- Voxel Statistics - - Total memory consumed for geometry optimisation: 234 kByte - Total CPU time elapsed for geometry optimisation: 7.9 seconds - - Voxelisation: top CPU users: - Percent Total CPU System CPU Memory Volume - ------- ---------- ---------- -------- ---------- - 88.24 6.98 0.00 95k EmModuleLogical - 11.63 0.92 0.00 136k HadModuleLogical - 0.13 0.01 0.00 2k Mother - 0.00 0.00 0.00 0k CryostatLogical - 0.00 0.00 0.00 0k LArgLogical - 0.00 0.00 0.00 0k FCALEnvelopeLogical - 0.00 0.00 0.00 0k SolidWLogical - 0.00 0.00 0.00 0k CuPlateLogical - - Voxelisation: top memory users: - Percent Memory Heads Nodes Pointers Total CPU Volume - ------- -------- ------ ------ -------- ---------- ---------- - 57.98 135k 1358 1968 3377 0.92 HadModuleLogical - 40.72 95k 1077 1143 2440 6.98 EmModuleLogical - 0.91 2k 8 42 146 0.01 Mother - 0.10 0k 1 6 8 0.00 SolidWLogical - 0.10 0k 1 6 8 0.00 CuPlateLogical - 0.08 0k 1 4 6 0.00 LArgLogical - 0.05 0k 1 2 4 0.00 CryostatLogical - 0.05 0k 1 2 4 0.00 FCALEnvelopeLogical -Start Run processing. --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2501 0 0 0 --------------------------------------------- -******** Number of Rods in FCAL1 : 2351 -********* Number of Rods in FCAL2 : 2546 - ----> Begin of event: 1 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 1 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 18.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -108 mum 271 mum 68.6 mum 17.2 MeV 555 keV 308 mum 308 mumWAbsorberPhysicaleBrem - 2 -330 mum 984 mum -29.2 mum 9.42 MeV 1.59 MeV 744 mum 1.05 mmWAbsorberPhysicaleBrem - 3 -422 mum 1.21 mm -26.7 mum 3.02 MeV 491 keV 257 mum 1.31 mmWAbsorberPhysicaleBrem - 4 -353 mum 1.43 mm -73.6 mum 2.47 MeV 426 keV 283 mum 1.59 mmWAbsorberPhysicaleBrem - 5 -268 mum 1.64 mm -148 mum 1.91 MeV 383 keV 238 mum 1.83 mmWAbsorberPhysicaleBrem - 6 -380 mum 1.65 mm -234 mum 0 eV 1.91 MeV 907 mum 2.74 mmWAbsorberPhysicaleIoni - 7 -380 mum 1.65 mm -234 mum 0 eV 0 eV 0 fm 2.74 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -380 mum 1.65 mm -234 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -833 mum -1.1 mm 107 mum 269 keV 0 eV 2.8 mm 2.8 mmWAbsorberPhysicalcompt - 2 -917 mum -1.35 mm -1.05 mm 245 keV 0 eV 1.19 mm 3.99 mmWAbsorberPhysicalcompt - 3 -905 mum -2.94 mm -2.51 mm 230 keV 0 eV 2.16 mm 6.15 mmWAbsorberPhysicalcompt - 4 -799 mum -3.22 mm -2.6 mm 0 eV 69.5 keV 310 mum 6.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -799 mum -3.22 mm -2.6 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -799 mum -3.22 mm -2.6 mm 0 eV 160 keV 33.6 mum 33.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -905 mum -2.94 mm -2.51 mm 15.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -905 mum -2.94 mm -2.51 mm 0 eV 15.4 keV 757 nm 757 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -917 mum -1.35 mm -1.05 mm 23.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -918 mum -1.35 mm -1.05 mm 0 eV 23.8 keV 1.52 mum 1.52 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -833 mum -1.1 mm 107 mum 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -833 mum -1.1 mm 110 mum 0 eV 242 keV 63.2 mum 63.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -380 mum 1.65 mm -234 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -253 mum 2.41 mm -329 mum 258 keV 0 eV 784 mum 784 mumWAbsorberPhysicalcompt - 2 1.87 mm 2.35 mm 1.52 mm 258 keV 0 eV 2.82 mm 3.6 mmWAbsorberPhysicalcompt - 3 2.33 mm 2.35 mm 1.97 mm 0 eV 69.5 keV 643 mum 4.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.33 mm 2.35 mm 1.97 mm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.34 mm 2.35 mm 1.97 mm 0 eV 188 keV 43.2 mum 43.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.87 mm 2.35 mm 1.52 mm 139 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 mm 2.35 mm 1.52 mm 0 eV 139 eV 2.93 nm 2.93 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -253 mum 2.41 mm -329 mum 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -254 mum 2.42 mm -331 mum 0 eV 253 keV 67.5 mum 67.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -268 mum 1.64 mm -148 mum 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 mm 1.85 mm -742 mum 0 eV 69.5 keV 1.23 mm 1.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 mm 1.85 mm -742 mum 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 mm 1.85 mm -742 mum 0 eV 101 keV 16 mum 16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -353 mum 1.43 mm -73.6 mum 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -420 mum 1.58 mm -207 mum 0 eV 69.5 keV 214 mum 214 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -420 mum 1.58 mm -207 mum 58.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -421 mum 1.58 mm -207 mum 0 eV 58.8 keV 6.68 mum 6.68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -422 mum 1.21 mm -26.7 mum 5.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 mm 3.05 mm -96 mum 0 eV 0 eV 1.96 mm 1.96 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 22, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm 3.05 mm -96 mum 1.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -995 mum 2.93 mm -252 mum 870 keV 672 keV 284 mum 284 mumWAbsorberPhysicaleBrem - 2 -952 mum 2.92 mm -258 mum 0 eV 870 keV 364 mum 647 mumWAbsorberPhysicaleIoni - 3 -952 mum 2.92 mm -258 mum 0 eV 0 eV 0 fm 647 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -952 mum 2.92 mm -258 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -268 mum 1.99 mm 135 mum 0 eV 69.5 keV 1.22 mm 1.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -268 mum 1.99 mm 135 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -259 mum 1.99 mm 137 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -952 mum 2.92 mm -258 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.19 mm 5.95 mm -1.54 mm 0 eV 69.5 keV 3.98 mm 3.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.19 mm 5.95 mm -1.54 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm 5.95 mm -1.54 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -995 mum 2.93 mm -252 mum 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -623 mum 2.85 mm -275 mum 0 eV 69.5 keV 381 mum 381 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -623 mum 2.85 mm -275 mum 54.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -622 mum 2.85 mm -275 mum 0 eV 54.2 keV 5.85 mum 5.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm 3.05 mm -96 mum 3.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 mm 2.91 mm 389 mum 753 keV 1.7 MeV 673 mum 673 mumWAbsorberPhysicaleBrem - 2 -1.18 mm 2.9 mm 397 mum 0 eV 753 keV 303 mum 975 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 mm 2.91 mm 389 mum 763 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm 2.6 mm 1.44 cm 558 keV 0 eV 2.53 cm 2.53 cmWAbsorberPhysicalcompt - 2 -2.31 cm 2.5 mm 1.43 cm 0 eV 69.5 keV 832 mum 2.62 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 cm 2.5 mm 1.43 cm 488 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 cm 2.51 mm 1.43 cm 0 eV 488 keV 172 mum 172 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm 2.6 mm 1.44 cm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm 2.6 mm 1.44 cm 0 eV 206 keV 49.4 mum 49.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -330 mum 984 mum -29.2 mum 6.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -490 mum 1.36 mm 125 mum 4.23 MeV 0 eV 440 mum 440 mumWAbsorberPhysicalcompt - 2 -1.07 cm 1.52 cm 1.04 cm 341 keV 0 eV 2 cm 2.05 cmWAbsorberPhysicalcompt - 3 -7.49 mm 1.64 cm 9.38 mm 174 keV 0 eV 3.54 mm 2.4 cmWAbsorberPhysicalcompt - 4 -7.55 mm 1.61 cm 1.04 cm 0 eV 69.5 keV 1.08 mm 2.51 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.55 mm 1.61 cm 1.04 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.55 mm 1.61 cm 1.04 cm 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.49 mm 1.64 cm 9.38 mm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.48 mm 1.64 cm 9.38 mm 0 eV 167 keV 35.7 mum 35.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm 1.52 cm 1.04 cm 3.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm 1.51 cm 1.06 cm 2.69 MeV 979 keV 608 mum 608 mumWAbsorberPhysicaleBrem - 2 -1.12 cm 1.48 cm 1.07 cm 984 keV 1.08 MeV 537 mum 1.14 mmWAbsorberPhysicaleBrem - 3 -1.12 cm 1.48 cm 1.07 cm 452 keV 35.6 keV 26.5 mum 1.17 mmWAbsorberPhysicaleBrem - 4 -1.12 cm 1.47 cm 1.07 cm 0 eV 452 keV 155 mum 1.33 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 cm 1.48 cm 1.07 cm 496 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm 1.44 cm 8.85 mm 311 keV 0 eV 1.87 mm 1.87 mmWAbsorberPhysicalcompt - 2 -1.1 cm 1.34 cm 8.58 mm 0 eV 69.5 keV 1.14 mm 3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm 1.34 cm 8.58 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm 1.33 cm 8.58 mm 0 eV 241 keV 62.9 mum 62.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm 1.44 cm 8.85 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm 1.44 cm 8.85 mm 0 eV 185 keV 42.1 mum 42.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 cm 1.48 cm 1.07 cm 621 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm 1.45 cm 1.08 cm 190 keV 0 eV 400 mum 400 mumWAbsorberPhysicalcompt - 2 -1.16 cm 1.48 cm 1.08 cm 0 eV 69.5 keV 755 mum 1.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 cm 1.48 cm 1.08 cm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.16 cm 1.48 cm 1.08 cm 0 eV 120 keV 21.3 mum 21.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm 1.45 cm 1.08 cm 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm 1.45 cm 1.08 cm 0 eV 432 keV 146 mum 146 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm 1.51 cm 1.06 cm 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm 1.49 cm 1.05 cm 0 eV 69.5 keV 254 mum 254 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm 1.49 cm 1.05 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm 1.49 cm 1.05 cm 0 eV 155 keV 31.8 mum 31.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -490 mum 1.36 mm 125 mum 1.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -926 mum 1.45 mm 41.2 mum 435 keV 1.38 MeV 750 mum 750 mumWAbsorberPhysicaleBrem - 2 -925 mum 1.46 mm 50.2 mum 0 eV 435 keV 147 mum 897 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -926 mum 1.45 mm 41.2 mum 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -816 mum 1.66 mm 326 mum 0 eV 69.5 keV 370 mum 370 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -816 mum 1.66 mm 326 mum 65.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -816 mum 1.66 mm 326 mum 0 eV 65.7 keV 8 mum 8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -108 mum 271 mum 68.6 mum 699 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 mm 4.07 mm 406 mum 551 keV 0 eV 4.1 mm 4.1 mmWAbsorberPhysicalcompt - 2 -4.93 mm 6.87 mm -1.13 mm 0 eV 69.5 keV 4.59 mm 8.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.93 mm 6.87 mm -1.13 mm 481 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.94 mm 6.87 mm -1.12 mm 0 eV 481 keV 169 mum 169 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 mm 4.07 mm 406 mum 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 mm 4.07 mm 408 mum 0 eV 148 keV 29.7 mum 29.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 cm 5.25 cm -6.88 cm 37.7 MeV 0 eV 8.8 cm 8.8 cmF2LArGapPhysicalTransportation - 2 1.64 cm 5.32 cm -6.97 cm 37.7 MeV 0 eV 1.15 mm 8.92 cmF2RodPhysicalTransportation - 3 1.68 cm 5.45 cm -7.15 cm 37.7 MeV 0 eV 2.21 mm 9.14 cmF2LArGapPhysicalTransportation - 4 1.7 cm 5.52 cm -7.25 cm 37.7 MeV 0 eV 1.29 mm 9.27 cmCuPlateBPhysicalTransportation - 5 2.22 cm 7.23 cm -9.48 cm 37.7 MeV 0 eV 2.86 cm 12.1 cmLArgPhysicalTransportation - 6 2.71 cm 8.83 cm -11.6 cm 37.7 MeV 0 eV 2.68 cm 14.8 cmBackExcluderTransportation - 7 10.4 cm 33.8 cm -44.3 cm 37.7 MeV 0 eV 41.9 cm 56.7 cmLArgPhysicalTransportation - 8 29.1 cm 94.6 cm -1.24 m 37.7 MeV 0 eV 1.02 m 1.59 mCryostatVolumesTransportation - 9 29.2 cm 94.8 cm -1.24 m 37.7 MeV 0 eV 3.74 mm 1.59 mInsulationPhysicalTransportation - 10 30.8 cm 1 m -1.31 m 37.7 MeV 0 eV 8.72 cm 1.68 mCryostatVolumesTransportation - 11 30.8 cm 1 m -1.31 m 37.7 MeV 0 eV 3.11 mm 1.68 mMotherTransportation - 12 1.54 m 5 m -6.56 m 37.7 MeV 0 eV 6.71 m 8.39 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.6 mm -18.7 cm 12.7 cm 49 MeV 0 eV 22.6 cm 22.6 cmFCALEnvelopePhysicalTransportation - 2 -9 mm -25.5 cm 17.4 cm 49 MeV 0 eV 8.24 cm 30.9 cmLArgPhysicalTransportation - 3 -3.44 cm -97.5 cm 66.3 cm 49 MeV 0 eV 87.1 cm 1.18 mMotherTransportation - 4 -17.7 cm -5 m 3.4 m 49 MeV 0 eV 4.87 m 6.05 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=19.477 -Edep in FCAL1 FCAl2 : 0 19.477 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2502 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 2 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 20.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 403 mum 25.6 mum -17.1 mum 19.8 MeV 750 keV 413 mum 413 mumWAbsorberPhysicaleBrem - 2 461 mum 5 mum -25.6 mum 19.3 MeV 100 keV 62.1 mum 475 mumWAbsorberPhysicaleBrem - 3 486 mum -8.17 mum -28.6 mum 18 MeV 50.7 keV 28.5 mum 503 mumWAbsorberPhysicaleBrem - 4 596 mum -73.3 mum -35.4 mum 17.1 MeV 334 keV 128 mum 632 mumWAbsorberPhysicaleBrem - 5 915 mum -231 mum -167 mum 15.3 MeV 668 keV 397 mum 1.03 mmWAbsorberPhysicaleBrem - 6 932 mum -247 mum -185 mum 10.9 MeV 41.2 keV 30.6 mum 1.06 mmWAbsorberPhysicaleBrem - 7 1.36 mm -795 mum -353 mum 7.67 MeV 1.62 MeV 780 mum 1.84 mmWAbsorberPhysicaleBrem - 8 2.04 mm -167 mum -612 mum 5.17 MeV 2.31 MeV 1.26 mm 3.09 mmWAbsorberPhysicaleBrem - 9 459 mum 119 mum -504 mum 1.22 MeV 3.95 MeV 1.79 mm 4.88 mmWAbsorberPhysicaleIoni - 10 495 mum 56 mum -499 mum 0 eV 1.22 MeV 548 mum 5.43 mmWAbsorberPhysicaleIoni - 11 495 mum 56 mum -499 mum 0 eV 0 eV 0 fm 5.43 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 495 mum 56 mum -499 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 256 mum 164 mum -270 mum 350 keV 0 eV 349 mum 349 mumWAbsorberPhysicalcompt - 2 -686 mum -644 mum 226 mum 0 eV 69.5 keV 1.34 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -686 mum -644 mum 226 mum 281 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -690 mum -646 mum 230 mum 0 eV 281 keV 79 mum 79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 256 mum 164 mum -270 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 255 mum 166 mum -269 mum 0 eV 161 keV 33.7 mum 33.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 495 mum 56 mum -499 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 mm -190 mum -1.02 mm 0 eV 69.5 keV 794 mum 794 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 mm -190 mum -1.02 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 mm -196 mum -1.03 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 mm -167 mum -612 mum 189 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 mm 522 mum -351 mum 0 eV 69.5 keV 759 mum 759 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 mm 522 mum -351 mum 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 mm 522 mum -350 mum 0 eV 120 keV 21.2 mum 21.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 mm -795 mum -353 mum 1.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.3 mm -4.05 mm -4.31 mm 1.3 MeV 0 eV 7.84 mm 7.84 mmWAbsorberPhysicalcompt - 2 1.06 cm -4.55 mm -7.62 mm 226 keV 0 eV 4.69 mm 1.25 cmWAbsorberPhysicalcompt - 3 1.01 cm -4.78 mm -7.29 mm 0 eV 69.5 keV 658 mum 1.32 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm -4.78 mm -7.29 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm -4.78 mm -7.29 mm 0 eV 156 keV 32.2 mum 32.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm -4.55 mm -7.62 mm 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm -4.53 mm -7.59 mm 660 keV 300 keV 165 mum 165 mumWAbsorberPhysicaleBrem - 2 1.07 cm -4.52 mm -7.58 mm 0 eV 660 keV 256 mum 421 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm -4.53 mm -7.59 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm -4.25 mm -7.38 mm 0 eV 69.5 keV 384 mum 384 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm -4.25 mm -7.38 mm 42.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm -4.24 mm -7.38 mm 0 eV 42.1 keV 3.86 mum 3.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.3 mm -4.05 mm -4.31 mm 282 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.3 mm -4.06 mm -4.3 mm 0 eV 282 keV 79.3 mum 79.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 932 mum -247 mum -185 mum 4.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 mm -2.93 mm -2.85 mm 0 eV 0 eV 4.49 mm 4.49 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.36 mm -2.93 mm -2.85 mm 2.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.42 mm -2.97 mm -2.85 mm 0 eV 160 keV 76.3 mum 76.3 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 mm -2.97 mm -2.85 mm 2.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.59 mm -1.45 cm -7.38 mm 2.11 MeV 0 eV 1.28 cm 1.28 cmWAbsorberPhysicalcompt - 2 6.62 mm -1.65 cm -8.74 mm 292 keV 0 eV 2.35 mm 1.52 cmWAbsorberPhysicalcompt - 3 6.07 mm -1.6 cm -8.73 mm 0 eV 69.5 keV 683 mum 1.59 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.07 mm -1.6 cm -8.73 mm 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.07 mm -1.6 cm -8.73 mm 0 eV 223 keV 56 mum 56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.62 mm -1.65 cm -8.74 mm 1.82 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.42 mm -1.66 cm -8.77 mm 1.16 MeV 550 keV 336 mum 336 mumWAbsorberPhysicaleBrem - 2 6.42 mm -1.66 cm -8.77 mm 613 keV 12.2 keV 7.86 mum 344 mumWAbsorberPhysicaleBrem - 3 6.41 mm -1.65 cm -8.76 mm 0 eV 613 keV 233 mum 577 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.42 mm -1.66 cm -8.77 mm 537 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.23 mm -1.49 cm -7.53 mm 223 keV 0 eV 2.37 mm 2.37 mmWAbsorberPhysicalcompt - 2 3.57 mm -1.77 cm -7.62 mm 0 eV 69.5 keV 3.23 mm 5.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.57 mm -1.77 cm -7.62 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.57 mm -1.77 cm -7.62 mm 0 eV 153 keV 31.3 mum 31.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.23 mm -1.49 cm -7.53 mm 315 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.23 mm -1.49 cm -7.53 mm 0 eV 315 keV 93.1 mum 93.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.42 mm -1.66 cm -8.77 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.38 mm -1.65 cm -8.77 mm 0 eV 69.5 keV 51.5 mum 51.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.38 mm -1.65 cm -8.77 mm 39.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.38 mm -1.65 cm -8.77 mm 0 eV 39.6 keV 3.47 mum 3.47 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.59 mm -1.45 cm -7.38 mm 662 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.61 mm -1.46 cm -7.37 mm 0 eV 662 keV 257 mum 257 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 mm -2.97 mm -2.85 mm 297 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.42 mm -2.91 mm -2.79 mm 241 keV 0 eV 89.7 mum 89.7 mumWAbsorberPhysicalcompt - 2 4.03 mm -2.43 mm -2.63 mm 0 eV 69.5 keV 789 mum 879 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.03 mm -2.43 mm -2.63 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.03 mm -2.43 mm -2.63 mm 0 eV 172 keV 37.5 mum 37.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 mm -2.91 mm -2.79 mm 55.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.42 mm -2.91 mm -2.79 mm 0 eV 55.8 keV 6.14 mum 6.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.36 mm -2.93 mm -2.85 mm 1.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.4 mm -2.93 mm -2.87 mm 904 keV 115 keV 59.1 mum 59.1 mumWAbsorberPhysicaleBrem - 2 3.43 mm -2.94 mm -2.89 mm 0 eV 904 keV 379 mum 438 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.4 mm -2.93 mm -2.87 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.42 mm -2.95 mm -2.95 mm 0 eV 69.5 keV 91.7 mum 91.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 mm -2.95 mm -2.95 mm 63 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.42 mm -2.95 mm -2.95 mm 0 eV 63 keV 7.45 mum 7.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 915 mum -231 mum -167 mum 1.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.57 mm -5.82 mm -5.36 mm 239 keV 0 eV 9.5 mm 9.5 mmWAbsorberPhysicalcompt - 2 6.27 mm -5.83 mm -5.29 mm 203 keV 0 eV 305 mum 9.8 mmWAbsorberPhysicalcompt - 3 6.22 mm -5.91 mm -5.22 mm 0 eV 69.5 keV 121 mum 9.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.22 mm -5.91 mm -5.22 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.22 mm -5.91 mm -5.22 mm 0 eV 133 keV 25.2 mum 25.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.27 mm -5.83 mm -5.29 mm 35.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.27 mm -5.83 mm -5.29 mm 0 eV 35.9 keV 2.97 mum 2.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.57 mm -5.82 mm -5.36 mm 927 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.57 mm -5.92 mm -5.33 mm 42 keV 324 keV 177 mum 177 mumWAbsorberPhysicaleBrem - 2 6.57 mm -5.92 mm -5.33 mm 0 eV 42 keV 3.84 mum 181 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.57 mm -5.92 mm -5.33 mm 561 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.89 mm -6.09 mm -5.38 mm 481 keV 0 eV 369 mum 369 mumWAbsorberPhysicalcompt - 2 1.2 cm -1.43 cm -9.11 mm 428 keV 0 eV 1.03 cm 1.07 cmWAbsorberPhysicalcompt - 3 1.46 cm -1.58 cm -1.16 cm 269 keV 0 eV 3.92 mm 1.46 cmWAbsorberPhysicalcompt - 4 1.46 cm -1.58 cm -1.16 cm 251 keV 0 eV 4.1 mum 1.46 cmWAbsorberPhysicalcompt - 5 1.42 cm -1.72 cm -1.22 cm 0 eV 69.5 keV 1.54 mm 1.62 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm -1.72 cm -1.22 cm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm -1.72 cm -1.22 cm 0 eV 182 keV 41 mum 41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -1.58 cm -1.16 cm 17.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm -1.58 cm -1.16 cm 0 eV 17.5 keV 930 nm 930 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -1.58 cm -1.16 cm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm -1.58 cm -1.16 cm 0 eV 159 keV 33.1 mum 33.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 cm -1.43 cm -9.11 mm 53.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 cm -1.43 cm -9.11 mm 0 eV 53.2 keV 5.66 mum 5.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.89 mm -6.09 mm -5.38 mm 80 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.89 mm -6.09 mm -5.38 mm 0 eV 80 keV 11 mum 11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 596 mum -73.3 mum -35.4 mum 512 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.22 mm -1.36 mm -583 mum 0 eV 69.5 keV 2.14 mm 2.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 mm -1.36 mm -583 mum 443 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.23 mm -1.36 mm -590 mum 0 eV 443 keV 151 mum 151 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 486 mum -8.17 mum -28.6 mum 1.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 cm -8.91 mm -2.35 mm 487 keV 0 eV 2.16 cm 2.16 cmWAbsorberPhysicalcompt - 2 2.95 cm -3.77 mm 8.75 mm 0 eV 69.5 keV 1.55 cm 3.71 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 cm -3.77 mm 8.75 mm 417 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.95 cm -3.77 mm 8.76 mm 0 eV 417 keV 139 mum 139 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 cm -8.91 mm -2.35 mm 825 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.01 cm -8.92 mm -2.37 mm 0 eV 825 keV 339 mum 339 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 461 mum 5 mum -25.6 mum 323 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.03 mm -1.39 mm -203 mum 0 eV 69.5 keV 2.93 mm 2.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.03 mm -1.39 mm -203 mum 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.03 mm -1.39 mm -202 mum 0 eV 253 keV 67.6 mum 67.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 403 mum 25.6 mum -17.1 mum 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 mm -527 mum -203 mum 0 eV 69.5 keV 1.4 mm 1.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 mm -527 mum -203 mum 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 mm -529 mum -202 mum 0 eV 144 keV 28.3 mum 28.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm -12.3 cm -6.02 cm 39.4 MeV 0 eV 13.8 cm 13.8 cmF2RodPhysicalTransportation - 2 -1.33 cm -12.4 cm -6.04 cm 39.4 MeV 0 eV 560 mum 13.8 cmF2LArGapPhysicalTransportation - 3 -1.34 cm -12.4 cm -6.06 cm 39.4 MeV 0 eV 488 mum 13.9 cmCuPlateBPhysicalTransportation - 4 -1.83 cm -16.9 cm -8.29 cm 39.4 MeV 0 eV 5.09 cm 19 cmLArgPhysicalTransportation - 5 -2.56 cm -23.7 cm -11.6 cm 39.4 MeV 0 eV 7.52 cm 26.5 cmBackExcluderTransportation - 6 -2.79 cm -25.8 cm -12.6 cm 39.4 MeV 0 eV 2.41 cm 28.9 cmLArgPhysicalTransportation - 7 -10.5 cm -97.5 cm -47.7 cm 39.4 MeV 0 eV 80.2 cm 1.09 mMotherTransportation - 8 -54 cm -5 m -2.45 m 39.4 MeV 0 eV 4.5 m 5.59 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.92 cm 16.7 cm 9.54 cm 45 MeV 0 eV 20.8 cm 20.8 cmF2TroffMainPhysicalTransportation - 2 -8.37 cm 17.7 cm 10.1 cm 45 MeV 0 eV 1.18 cm 22 cmLArgPhysicalTransportation - 3 -46.1 cm 97.5 cm 55.6 cm 45 MeV 0 eV 99.3 cm 1.21 mCryostatVolumesTransportation - 4 -81.6 cm 1.72 m 98.3 cm 45 MeV 0 eV 93.3 cm 2.15 mInsulationPhysicalTransportation - 5 -86.1 cm 1.82 m 1.04 m 45 MeV 0 eV 11.8 cm 2.26 mCryostatVolumesTransportation - 6 -86.2 cm 1.82 m 1.04 m 45 MeV 0 eV 4.2 mm 2.27 mMotherTransportation - 7 -2.37 m 5 m 2.85 m 45 MeV 0 eV 3.95 m 6.22 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=21.7413 -Edep in FCAL1 FCAl2 : 0 21.7413 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2503 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 3 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 14.7 mum -160 mum 5.81 mum 38.8 MeV 306 keV 161 mum 161 mumWAbsorberPhysicaleBrem - 2 -55.8 mum -979 mum -22 mum 25 MeV 1.44 MeV 822 mum 982 mumWAbsorberPhysicaleBrem - 3 -61.1 mum -1.57 mm 36.9 mum 23.3 MeV 1.38 MeV 600 mum 1.58 mmWAbsorberPhysicaleBrem - 4 -507 mum -2.15 mm 562 mum 5.76 MeV 2.77 MeV 922 mum 2.51 mmWAbsorberPhysicaleBrem - 5 -1.05 mm -2.33 mm 785 mum 3.79 MeV 1.73 MeV 617 mum 3.12 mmWAbsorberPhysicaleBrem - 6 -1.08 mm -3.59 mm 783 mum 1.35 MeV 2.44 MeV 1.54 mm 4.66 mmWAbsorberPhysicaleIoni - 7 -1.11 mm -3.67 mm 793 mum 0 eV 1.35 MeV 617 mum 5.28 mmWAbsorberPhysicaleIoni - 8 -1.11 mm -3.67 mm 793 mum 0 eV 0 eV 0 fm 5.28 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 mm -3.67 mm 793 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -563 mum -2.88 mm 3.51 mm 416 keV 0 eV 2.88 mm 2.88 mmWAbsorberPhysicalcompt - 2 -691 mum -2.72 mm 3.74 mm 0 eV 69.5 keV 309 mum 3.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -691 mum -2.72 mm 3.74 mm 347 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -694 mum -2.72 mm 3.75 mm 0 eV 347 keV 107 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -563 mum -2.88 mm 3.51 mm 94.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -562 mum -2.88 mm 3.51 mm 0 eV 94.7 keV 14.5 mum 14.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 mm -3.67 mm 793 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.07 mm -6.53 mm -8.97 mm 366 keV 0 eV 1.04 cm 1.04 cmWAbsorberPhysicalcompt - 2 -3.91 mm -6.77 mm -9.34 mm 214 keV 0 eV 941 mum 1.13 cmWAbsorberPhysicalcompt - 3 -3.57 mm -7.69 mm -9.51 mm 0 eV 69.5 keV 990 mum 1.23 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.57 mm -7.69 mm -9.51 mm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.57 mm -7.69 mm -9.51 mm 0 eV 144 keV 28.5 mum 28.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.91 mm -6.77 mm -9.34 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.91 mm -6.77 mm -9.34 mm 0 eV 153 keV 31.1 mum 31.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.07 mm -6.53 mm -8.97 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.07 mm -6.53 mm -8.97 mm 0 eV 145 keV 28.7 mum 28.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm -2.33 mm 785 mum 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.13 mm -3.01 mm 889 mum 0 eV 69.5 keV 2.19 mm 2.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.13 mm -3.01 mm 889 mum 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.13 mm -3.01 mm 888 mum 0 eV 169 keV 36.6 mum 36.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -507 mum -2.15 mm 562 mum 14.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.61 mm -9.58 mm 7.46 mm 4.77 MeV 0 eV 1.14 cm 1.14 cmWAbsorberPhysicalcompt - 2 -1.55 cm -1.82 cm 1.21 cm 0 eV 69.5 keV 1.39 cm 2.52 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 cm -1.82 cm 1.21 cm 4.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 cm -1.89 cm 1.31 cm 1.26 MeV 3.44 MeV 1.68 mm 1.68 mmWAbsorberPhysicaleIoni - 2 -1.5 cm -1.88 cm 1.31 cm 0 eV 1.26 MeV 559 mum 2.24 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.61 mm -9.58 mm 7.46 mm 10 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.64 mm -9.77 mm 7.74 mm 8.07 MeV 523 keV 321 mum 321 mumWAbsorberPhysicaleBrem - 2 -5.94 mm -9.83 mm 8.47 mm 2.99 MeV 2.27 MeV 839 mum 1.16 mmWAbsorberPhysicaleBrem - 3 -5.95 mm -9.83 mm 8.47 mm 2.57 MeV 13 keV 10.2 mum 1.17 mmWAbsorberPhysicaleBrem - 4 -6.05 mm -9.73 mm 8.55 mm 0 eV 2.57 MeV 1.18 mm 2.35 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.95 mm -9.83 mm 8.47 mm 413 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.84 mm -4.94 mm 1.38 cm 181 keV 0 eV 7.22 mm 7.22 mmWAbsorberPhysicalcompt - 2 -6.15 mm -4.97 mm 1.35 cm 0 eV 69.5 keV 447 mum 7.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.15 mm -4.97 mm 1.35 cm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.15 mm -4.97 mm 1.35 cm 0 eV 111 keV 18.8 mum 18.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.84 mm -4.94 mm 1.38 cm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.84 mm -4.94 mm 1.38 cm 0 eV 232 keV 59.5 mum 59.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.94 mm -9.83 mm 8.47 mm 2.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 cm -2.84 mm 1.44 cm 345 keV 0 eV 1.46 cm 1.46 cmWAbsorberPhysicalcompt - 2 -1.75 cm -2.68 mm 1.23 cm 0 eV 69.5 keV 2.09 mm 1.67 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 cm -2.68 mm 1.23 cm 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 cm -2.68 mm 1.23 cm 0 eV 276 keV 77 mum 77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 cm -2.84 mm 1.44 cm 2.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm -2.34 mm 1.44 cm 1.03 MeV 1.26 MeV 802 mum 802 mumWAbsorberPhysicaleBrem - 2 -1.71 cm -2.42 mm 1.44 cm 655 keV 237 keV 131 mum 934 mumWAbsorberPhysicaleBrem - 3 -1.71 cm -2.41 mm 1.44 cm 450 keV 42.8 keV 33.3 mum 967 mumWAbsorberPhysicaleBrem - 4 -1.71 cm -2.41 mm 1.44 cm 0 eV 450 keV 155 mum 1.12 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm -2.41 mm 1.44 cm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm -2.12 mm 1.46 cm 0 eV 69.5 keV 440 mum 440 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm -2.12 mm 1.46 cm 92.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm -2.12 mm 1.46 cm 0 eV 92.4 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm -2.42 mm 1.44 cm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm -2.35 mm 1.44 cm 0 eV 69.5 keV 198 mum 198 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.7 cm -2.35 mm 1.44 cm 68.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm -2.35 mm 1.44 cm 0 eV 68.6 keV 8.6 mum 8.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm -2.34 mm 1.44 cm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm -2.32 mm 1.45 cm 0 eV 69.5 keV 59 mum 59 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm -2.32 mm 1.45 cm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm -2.32 mm 1.45 cm 0 eV 108 keV 17.9 mum 17.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.64 mm -9.77 mm 7.74 mm 1.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.61 cm -5.3 cm 4.22 cm 1.14 MeV 0 eV 6.31 cm 6.31 cmWAbsorberPhysicalcompt - 2 -4.68 cm -7.38 cm 4.67 cm 538 keV 0 eV 2.39 cm 8.7 cmWAbsorberPhysicalcompt - 3 -4.68 cm -7.42 cm 4.76 cm 471 keV 0 eV 987 mum 8.8 cmWAbsorberPhysicalcompt - 4 -4.66 cm -7.61 cm 4.92 cm 167 keV 0 eV 2.47 mm 9.04 cmWAbsorberPhysicalcompt - 5 -4.68 cm -7.55 cm 4.84 cm 0 eV 69.5 keV 1.07 mm 9.15 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.68 cm -7.55 cm 4.84 cm 97.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.68 cm -7.55 cm 4.84 cm 0 eV 97.8 keV 15.3 mum 15.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.66 cm -7.61 cm 4.92 cm 303 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.66 cm -7.61 cm 4.92 cm 0 eV 303 keV 88.4 mum 88.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.68 cm -7.42 cm 4.76 cm 67.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.68 cm -7.42 cm 4.76 cm 0 eV 67.5 keV 8.38 mum 8.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.68 cm -7.38 cm 4.67 cm 606 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.68 cm -7.39 cm 4.67 cm 0 eV 606 keV 230 mum 230 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.61 cm -5.3 cm 4.22 cm 259 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.61 cm -5.3 cm 4.22 cm 0 eV 259 keV 69.8 mum 69.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -61.1 mum -1.57 mm 36.9 mum 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -541 mum -2.74 mm 923 mum 0 eV 69.5 keV 1.54 mm 1.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -541 mum -2.74 mm 923 mum 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -544 mum -2.74 mm 925 mum 0 eV 244 keV 64.1 mum 64.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -55.8 mum -979 mum -22 mum 12.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 mm -10 mm 1.34 mm 0 eV 0 eV 9.25 mm 9.25 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 40, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm -10 mm 1.34 mm 7.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 mm -1.08 cm 1.54 mm 0 eV 2.59 MeV 856 mum 856 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm -1.08 cm 1.54 mm 4.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -1.9 cm 1.54 mm 393 keV 0 eV 1.24 cm 1.24 cmWAbsorberPhysicalcompt - 2 -1.09 cm -1.9 cm 1.59 mm 155 keV 0 eV 50.3 mum 1.24 cmWAbsorberPhysicalcompt - 3 -1.11 cm -1.9 cm 389 mum 0 eV 69.5 keV 1.21 mm 1.37 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -1.9 cm 389 mum 85.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -1.9 cm 389 mum 0 eV 85.6 keV 12.3 mum 12.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -1.9 cm 1.59 mm 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -1.9 cm 1.59 mm 0 eV 238 keV 61.7 mum 61.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -1.9 cm 1.54 mm 4.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm -1.93 cm 1.7 mm 3.38 MeV 669 keV 358 mum 358 mumWAbsorberPhysicaleBrem - 2 -1.13 cm -1.93 cm 1.73 mm 1.53 MeV 619 keV 315 mum 673 mumWAbsorberPhysicaleBrem - 3 -1.13 cm -1.93 cm 1.76 mm 1.08 MeV 95.4 keV 75.3 mum 748 mumWAbsorberPhysicaleBrem - 4 -1.13 cm -1.94 cm 1.77 mm 776 keV 116 keV 81.8 mum 830 mumWAbsorberPhysicaleBrem - 5 -1.13 cm -1.94 cm 1.75 mm 0 eV 776 keV 314 mum 1.14 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -1.94 cm 1.77 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm -1.95 cm 1.75 mm 184 keV 0 eV 176 mum 176 mumWAbsorberPhysicalcompt - 2 -1.27 cm -1.98 cm 1.63 mm 0 eV 69.5 keV 1.25 mm 1.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 cm -1.98 cm 1.63 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm -1.98 cm 1.63 mm 0 eV 114 keV 19.7 mum 19.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm -1.95 cm 1.75 mm 371 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm -1.95 cm 1.75 mm 0 eV 371 eV 5.31 nm 5.31 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -1.93 cm 1.76 mm 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 cm -2.3 cm 975 mum 0 eV 69.5 keV 3.78 mm 3.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 cm -2.3 cm 975 mum 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 cm -2.3 cm 976 mum 0 eV 293 keV 84.2 mum 84.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -1.93 cm 1.73 mm 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 cm -2.06 cm 1.97 mm 0 eV 69.5 keV 1.63 mm 1.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 cm -2.06 cm 1.97 mm 1.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 cm -2.06 cm 1.98 mm 0 eV 1.15 MeV 505 mum 505 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -1.93 cm 1.7 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -1.98 cm 1.19 mm 0 eV 69.5 keV 961 mum 961 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm -1.98 cm 1.19 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -1.98 cm 1.19 mm 0 eV 170 keV 37.1 mum 37.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm -1.08 cm 1.54 mm 909 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 781 mum -1.99 cm 1.03 cm 702 keV 0 eV 1.29 cm 1.29 cmWAbsorberPhysicalcompt - 2 1.61 mm -2.18 cm 1.07 cm 0 eV 69.5 keV 2.09 mm 1.49 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 mm -2.18 cm 1.07 cm 633 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 mm -2.18 cm 1.07 cm 695 eV 469 keV 236 mum 236 mumWAbsorberPhysicaleBrem - 2 1.66 mm -2.18 cm 1.07 cm 0 eV 695 eV 9.94 nm 236 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 mm -2.18 cm 1.07 cm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm -2.22 cm 1.11 cm 0 eV 69.5 keV 625 mum 625 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 mm -2.22 cm 1.11 cm 93.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm -2.22 cm 1.11 cm 0 eV 93.7 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 781 mum -1.99 cm 1.03 cm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 781 mum -1.99 cm 1.03 cm 0 eV 207 keV 50 mum 50 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm -10 mm 1.34 mm 4.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 mm -1.02 cm 1.39 mm 3.53 MeV 536 keV 269 mum 269 mumWAbsorberPhysicaleBrem - 2 -1.74 mm -1.02 cm 1.38 mm 2.7 MeV 18.8 keV 10.3 mum 280 mumWAbsorberPhysicaleBrem - 3 -1.75 mm -1.02 cm 1.2 mm 0 eV 2.7 MeV 1.23 mm 1.51 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 mm -1.02 cm 1.38 mm 816 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm -7.46 mm -1.12 cm 0 eV 69.5 keV 1.29 cm 1.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm -7.46 mm -1.12 cm 746 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm -7.45 mm -1.12 cm 0 eV 746 keV 299 mum 299 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 mm -1.02 cm 1.39 mm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -970 mum -1.15 cm -4.86 mum 0 eV 69.5 keV 2.08 mm 2.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -970 mum -1.15 cm -4.86 mum 76.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -971 mum -1.15 cm -5.26 mum 0 eV 76.6 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 14.7 mum -160 mum 5.81 mum 5.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 110 mum -2.41 mm -25.1 mum 0 eV 0 eV 2.26 mm 2.26 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 64, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 110 mum -2.41 mm -25.1 mum 1.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 126 mum -2.52 mm -33.6 mum 0 eV 1.63 MeV 758 mum 758 mumWAbsorberPhysicaleIoni - 2 126 mum -2.52 mm -33.6 mum 0 eV 0 eV 0 fm 758 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 126 mum -2.52 mm -33.6 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 133 mum -2.4 mm 154 mum 255 keV 0 eV 226 mum 226 mumWAbsorberPhysicalcompt - 2 -798 mum -2.46 mm 220 mum 0 eV 69.5 keV 934 mum 1.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -798 mum -2.46 mm 220 mum 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -800 mum -2.45 mm 219 mum 0 eV 185 keV 42.2 mum 42.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 133 mum -2.4 mm 154 mum 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 135 mum -2.4 mm 158 mum 0 eV 256 keV 68.8 mum 68.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 126 mum -2.52 mm -33.6 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -140 mum -7.53 mm -7.54 mm 386 keV 0 eV 9.03 mm 9.03 mmWAbsorberPhysicalcompt - 2 848 mum -7.08 mm -1.02 cm 0 eV 69.5 keV 2.88 mm 1.19 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 848 mum -7.08 mm -1.02 cm 316 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 845 mum -7.07 mm -1.02 cm 0 eV 316 keV 93.6 mum 93.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -140 mum -7.53 mm -7.54 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -140 mum -7.53 mm -7.54 mm 0 eV 125 keV 22.8 mum 22.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 110 mum -2.41 mm -25.1 mum 3.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 396 mum -2.67 mm -750 mum 1.17 keV 3.2 MeV 1.15 mm 1.15 mmWAbsorberPhysicaleBrem - 2 396 mum -2.67 mm -750 mum 0 eV 1.17 keV 18.9 nm 1.15 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 396 mum -2.67 mm -750 mum 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 449 mum -2.66 mm -668 mum 0 eV 69.5 keV 97.9 mum 97.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 449 mum -2.66 mm -668 mum 42.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 449 mum -2.66 mm -668 mum 0 eV 42.2 keV 3.88 mum 3.88 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.08 cm 17.9 cm 3.61 cm 44.6 MeV 0 eV 18.9 cm 18.9 cmLArgPhysicalTransportation - 2 -27.7 cm 97.5 cm 19.7 cm 44.6 MeV 0 eV 84.3 cm 1.03 mCryostatVolumesTransportation - 3 -56.1 cm 1.98 m 39.9 cm 44.6 MeV 0 eV 1.06 m 2.09 mMotherTransportation - 4 -1.42 m 5 m 1.01 m 44.6 MeV 0 eV 3.2 m 5.3 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 15.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.52 cm 1.89 cm -6.72 cm 15.4 MeV 0 eV 8.9 cm 8.9 cmCuPlateBPhysicalTransportation - 2 7.61 cm 2.6 cm -9.26 cm 15.4 MeV 0 eV 3.36 cm 12.3 cmLArgPhysicalTransportation - 3 9.52 cm 3.26 cm -11.6 cm 15.4 MeV 0 eV 3.08 cm 15.3 cmBackExcluderTransportation - 4 44.8 cm 15.3 cm -54.5 cm 15.4 MeV 0 eV 56.8 cm 72.1 cmLArgPhysicalTransportation - 5 80.9 cm 27.7 cm -98.5 cm 15.4 MeV 0 eV 58.3 cm 1.3 mCryostatVolumesTransportation - 6 81.1 cm 27.7 cm -98.7 cm 15.4 MeV 0 eV 3.07 mm 1.31 mInsulationPhysicalTransportation - 7 85.6 cm 29.3 cm -1.04 m 15.4 MeV 0 eV 7.16 cm 1.38 mCryostatVolumesTransportation - 8 85.7 cm 29.3 cm -1.04 m 15.4 MeV 0 eV 2.56 mm 1.38 mMotherTransportation - 9 5 m 1.71 m -6.08 m 15.4 MeV 0 eV 6.68 m 8.06 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=46.1093 -Edep in FCAL1 FCAl2 : 0 46.1093 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2504 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 4 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -129 mum 1.31 mm -399 mum 32.9 MeV 2.52 MeV 1.37 mm 1.37 mmWAbsorberPhysicaleBrem - 2 -60.3 mum 1.62 mm -478 mum 26.8 MeV 674 keV 327 mum 1.7 mmWAbsorberPhysicaleBrem - 3 8.86 mum 1.72 mm -495 mum 18.8 MeV 197 keV 117 mum 1.82 mmWAbsorberPhysicaleBrem - 4 165 mum 2 mm -465 mum 18 MeV 628 keV 331 mum 2.15 mmWAbsorberPhysicaleBrem - 5 1.11 mm 2.67 mm -391 mum 14.4 MeV 3.12 MeV 1.26 mm 3.41 mmWAbsorberPhysicaleBrem - 6 1.37 mm 2.82 mm -505 mum 13.4 MeV 628 keV 330 mum 3.74 mmWAbsorberPhysicaleBrem - 7 1.38 mm 2.82 mm -505 mum 3.45 MeV 5.09 keV 4 mum 3.74 mmWAbsorberPhysicaleBrem - 8 1.57 mm 2.81 mm -484 mum 2.39 MeV 260 keV 191 mum 3.93 mmWAbsorberPhysicaleBrem - 9 1.36 mm 3.19 mm -1.17 mm 190 keV 2.2 MeV 1.13 mm 5.07 mmWAbsorberPhysicaleIoni - 10 1.36 mm 3.19 mm -1.17 mm 0 eV 190 keV 41.6 mum 5.11 mmWAbsorberPhysicaleIoni - 11 1.36 mm 3.19 mm -1.17 mm 0 eV 0 eV 0 fm 5.11 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 mm 3.19 mm -1.17 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.47 mm 3.89 mm -2.27 mm 0 eV 69.5 keV 1.3 mm 1.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.47 mm 3.89 mm -2.27 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 mm 3.89 mm -2.28 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 mm 3.19 mm -1.17 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 mm 1.86 mm 926 mum 367 keV 0 eV 2.49 mm 2.49 mmWAbsorberPhysicalcompt - 2 526 mum -227 mum 1.12 mm 347 keV 0 eV 2.19 mm 4.68 mmWAbsorberPhysicalcompt - 3 160 mum -679 mum 1.11 mm 0 eV 69.5 keV 581 mum 5.26 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 160 mum -679 mum 1.11 mm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 156 mum -683 mum 1.11 mm 0 eV 277 keV 77.5 mum 77.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 526 mum -227 mum 1.12 mm 20.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 527 mum -228 mum 1.12 mm 0 eV 20.2 keV 1.16 mum 1.16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.14 mm 1.86 mm 926 mum 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 mm 1.86 mm 928 mum 0 eV 144 keV 28.5 mum 28.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm 2.81 mm -484 mum 799 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.77 mm 3.22 mm -2.14 mm 766 keV 0 eV 4.53 mm 4.53 mmWAbsorberPhysicalcompt - 2 1.06 cm 2.6 mm -4.8 mm 0 eV 69.5 keV 5.57 mm 1.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm 2.6 mm -4.8 mm 696 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm 2.56 mm -4.8 mm 152 keV 374 keV 210 mum 210 mumWAbsorberPhysicaleBrem - 2 1.07 cm 2.56 mm -4.8 mm 0 eV 152 keV 31.1 mum 241 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm 2.56 mm -4.8 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm 2.69 mm -4.63 mm 0 eV 69.5 keV 286 mum 286 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm 2.69 mm -4.63 mm 99.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm 2.69 mm -4.62 mm 0 eV 99.8 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.77 mm 3.22 mm -2.14 mm 33.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.78 mm 3.22 mm -2.14 mm 0 eV 33.6 keV 2.67 mum 2.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 mm 2.82 mm -505 mum 9.94 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 mm 2.83 mm -507 mum 0 eV 0 eV 34.3 mum 34.3 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm 2.83 mm -507 mum 5.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.06 mm 2.62 mm -1.52 mm 2.68 MeV 2.94 MeV 1.33 mm 1.33 mmWAbsorberPhysicaleBrem - 2 1.91 mm 2.01 mm -847 mum 369 keV 2.31 MeV 1.24 mm 2.57 mmWAbsorberPhysicaleIoni - 3 1.91 mm 2.03 mm -852 mum 0 eV 369 keV 115 mum 2.69 mmWAbsorberPhysicaleIoni - 4 1.91 mm 2.03 mm -852 mum 0 eV 0 eV 0 fm 2.69 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 mm 2.03 mm -852 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.32 mm 4.04 mm -2.38 mm 0 eV 69.5 keV 3.49 mm 3.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.32 mm 4.04 mm -2.38 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.33 mm 4.05 mm -2.38 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 mm 2.03 mm -852 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 534 mum 877 mum 19.8 mum 350 keV 0 eV 1.99 mm 1.99 mmWAbsorberPhysicalcompt - 2 624 mum 580 mum 734 mum 0 eV 69.5 keV 779 mum 2.77 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 624 mum 580 mum 734 mum 281 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 625 mum 574 mum 734 mum 0 eV 281 keV 79 mum 79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 534 mum 877 mum 19.8 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 532 mum 876 mum 19.2 mum 0 eV 161 keV 33.7 mum 33.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 mm 2.62 mm -1.52 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 mm 2.6 mm -1.51 mm 0 eV 69.5 keV 169 mum 169 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 mm 2.6 mm -1.51 mm 66.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 mm 2.61 mm -1.51 mm 0 eV 66.2 keV 8.1 mum 8.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm 2.83 mm -507 mum 3.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm 2.83 mm -514 mum 2.84 MeV 68.4 keV 44 mum 44 mumWAbsorberPhysicaleBrem - 2 1.56 mm 3.11 mm -392 mum 1.8 MeV 875 keV 430 mum 474 mumWAbsorberPhysicaleBrem - 3 1.78 mm 2.95 mm -299 mum 633 keV 661 keV 442 mum 916 mumWAbsorberPhysicaleBrem - 4 1.79 mm 2.94 mm -292 mum 0 eV 633 keV 243 mum 1.16 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.78 mm 2.95 mm -299 mum 507 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 cm -8.33 mm 3.93 mm 0 eV 69.5 keV 1.54 cm 1.54 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.14 cm -8.33 mm 3.93 mm 438 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 cm -8.33 mm 3.93 mm 0 eV 438 keV 149 mum 149 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 mm 3.11 mm -392 mum 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm 3.1 mm -374 mum 107 keV 0 eV 22.7 mum 22.7 mumWAbsorberPhysicalcompt - 2 1.57 mm 3.1 mm -377 mum 0 eV 69.5 keV 3.4 mum 26.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm 3.1 mm -377 mum 37.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm 3.1 mm -377 mum 0 eV 37.9 keV 3.23 mum 3.23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm 3.1 mm -374 mum 54.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm 3.1 mm -374 mum 0 eV 54.3 keV 5.86 mum 5.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm 2.83 mm -514 mum 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.54 mm 3.98 mm -1.4 mm 0 eV 69.5 keV 3.43 mm 3.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.54 mm 3.98 mm -1.4 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.55 mm 3.98 mm -1.39 mm 0 eV 183 keV 41.4 mum 41.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 mm 2.82 mm -505 mum 338 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.81 mm 2.97 mm -502 mum 158 keV 0 eV 458 mum 458 mumWAbsorberPhysicalcompt - 2 1.34 mm 2.95 mm -920 mum 0 eV 69.5 keV 628 mum 1.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 mm 2.95 mm -920 mum 88.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 mm 2.95 mm -921 mum 0 eV 88.5 keV 13.1 mum 13.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.81 mm 2.97 mm -502 mum 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.81 mm 2.97 mm -502 mum 0 eV 179 keV 40.2 mum 40.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 mm 2.67 mm -391 mum 501 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.03 mm 4.72 mm -1.36 mm 211 keV 0 eV 6.34 mm 6.34 mmWAbsorberPhysicalcompt - 2 6.99 mm 4.47 mm -1.04 mm 0 eV 69.5 keV 402 mum 6.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.99 mm 4.47 mm -1.04 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.99 mm 4.47 mm -1.04 mm 0 eV 142 keV 27.8 mum 27.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.03 mm 4.72 mm -1.36 mm 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.03 mm 4.73 mm -1.36 mm 0 eV 289 keV 82.6 mum 82.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 165 mum 2 mm -465 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 638 mum 2.61 mm -576 mum 99.6 keV 0 eV 785 mum 785 mumWAbsorberPhysicalcompt - 2 636 mum 2.6 mm -578 mum 0 eV 69.5 keV 14.7 mum 799 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 636 mum 2.6 mm -578 mum 30 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 635 mum 2.6 mm -578 mum 0 eV 30 keV 2.21 mum 2.21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 638 mum 2.61 mm -576 mum 55.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 638 mum 2.61 mm -576 mum 0 eV 55.4 keV 6.07 mum 6.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.86 mum 1.72 mm -495 mum 7.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 216 mum 2.06 mm -524 mum 0 eV 0 eV 403 mum 403 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 46, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 216 mum 2.06 mm -524 mum 4.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 mm 2.29 mm 516 mum 1.1 MeV 2.98 MeV 1.6 mm 1.6 mmWAbsorberPhysicaleIoni - 2 971 mum 2.39 mm 535 mum 707 keV 224 keV 155 mum 1.75 mmWAbsorberPhysicaleBrem - 3 957 mum 2.39 mm 565 mum 0 eV 707 keV 280 mum 2.03 mmWAbsorberPhysicaleIoni - 4 957 mum 2.39 mm 565 mum 0 eV 0 eV 0 fm 2.03 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 957 mum 2.39 mm 565 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 523 mum 6.07 mm 1.34 mm 311 keV 0 eV 3.78 mm 3.78 mmWAbsorberPhysicalcompt - 2 -3.51 mm 6.93 mm 6.51 mm 0 eV 69.5 keV 6.62 mm 1.04 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.51 mm 6.93 mm 6.51 mm 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.52 mm 6.93 mm 6.52 mm 0 eV 242 keV 63.1 mum 63.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 523 mum 6.07 mm 1.34 mm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 524 mum 6.07 mm 1.34 mm 0 eV 200 keV 47.2 mum 47.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 957 mum 2.39 mm 565 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 mm -7.92 mm -1.62 mm 201 keV 0 eV 1.06 cm 1.06 cmWAbsorberPhysicalcompt - 2 2.32 mm -7.8 mm -1.61 mm 0 eV 69.5 keV 186 mum 1.08 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.32 mm -7.8 mm -1.61 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.32 mm -7.8 mm -1.61 mm 0 eV 131 keV 24.5 mum 24.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.17 mm -7.92 mm -1.62 mm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 mm -7.93 mm -1.62 mm 0 eV 310 keV 91.2 mum 91.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 971 mum 2.39 mm 535 mum 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 875 mum 2.36 mm 725 mum 0 eV 69.5 keV 215 mum 215 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 875 mum 2.36 mm 725 mum 100 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 875 mum 2.36 mm 727 mum 0 eV 100 keV 15.9 mum 15.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 216 mum 2.06 mm -524 mum 2.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 182 mum 2.27 mm -512 mum 2.05 MeV 352 keV 242 mum 242 mumWAbsorberPhysicaleBrem - 2 414 mum 2.12 mm -544 mum 1.2 MeV 716 keV 401 mum 643 mumWAbsorberPhysicaleBrem - 3 475 mum 2.17 mm -465 mum 63.8 keV 318 keV 167 mum 810 mumWAbsorberPhysicaleBrem - 4 475 mum 2.17 mm -465 mum 0 eV 63.8 keV 7.6 mum 818 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 475 mum 2.17 mm -465 mum 818 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.2 mm 4.06 mm -2.38 mm 583 keV 0 eV 9.14 mm 9.14 mmWAbsorberPhysicalcompt - 2 2.02 cm 1.81 cm -2.1 mm 0 eV 69.5 keV 1.78 cm 2.7 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 cm 1.81 cm -2.1 mm 513 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.02 cm 1.81 cm -2.1 mm 0 eV 513 keV 184 mum 184 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.2 mm 4.06 mm -2.38 mm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.21 mm 4.06 mm -2.38 mm 0 eV 236 keV 60.8 mum 60.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 414 mum 2.12 mm -544 mum 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 mm 2.82 mm -985 mum 0 eV 69.5 keV 1.05 mm 1.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 mm 2.82 mm -985 mum 69 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 mm 2.82 mm -985 mum 0 eV 69 keV 8.69 mum 8.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 182 mum 2.27 mm -512 mum 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 395 mum 2.79 mm -652 mum 0 eV 69.5 keV 583 mum 583 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 395 mum 2.79 mm -652 mum 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 396 mum 2.8 mm -654 mum 0 eV 220 keV 55.1 mum 55.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -60.3 mum 1.62 mm -478 mum 5.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.25 mm 8.03 mm -1.26 mm 5.03 MeV 0 eV 7.76 mm 7.76 mmWAbsorberPhysicalcompt - 2 1.03 cm 1.76 cm -954 mum 0 eV 0 eV 1.13 cm 1.91 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 64, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm 1.76 cm -954 mum 3.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 cm 1.83 cm -583 mum 127 keV 3.24 MeV 1.02 mm 1.02 mmWAbsorberPhysicaleBrem - 2 1 cm 1.83 cm -582 mum 0 eV 127 keV 21.8 mum 1.04 mmWAbsorberPhysicaleIoni - 3 1 cm 1.83 cm -582 mum 0 eV 0 eV 0 fm 1.04 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 cm 1.83 cm -582 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.75 mm 1.92 cm -1.59 mm 498 keV 0 eV 3.54 mm 3.54 mmWAbsorberPhysicalcompt - 2 4.98 mm 1.97 cm -1.7 mm 258 keV 0 eV 1.83 mm 5.38 mmWAbsorberPhysicalcompt - 3 5.18 mm 2.06 cm -1.91 mm 211 keV 0 eV 916 mum 6.29 mmWAbsorberPhysicalcompt - 4 7.18 mm 2.13 cm -2.35 mm 0 eV 69.5 keV 2.18 mm 8.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.18 mm 2.13 cm -2.35 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.19 mm 2.13 cm -2.35 mm 0 eV 142 keV 27.8 mum 27.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.18 mm 2.06 cm -1.91 mm 46.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.18 mm 2.06 cm -1.91 mm 0 eV 46.8 keV 4.59 mum 4.59 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.98 mm 1.97 cm -1.7 mm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.98 mm 1.97 cm -1.7 mm 0 eV 239 keV 62.3 mum 62.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.75 mm 1.92 cm -1.59 mm 13.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.75 mm 1.92 cm -1.59 mm 0 eV 13.3 keV 605 nm 605 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 cm 1.83 cm -582 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 cm 1.57 cm 2.12 mm 281 keV 0 eV 9.48 mm 9.48 mmWAbsorberPhysicalcompt - 2 1.85 cm 1.57 cm 3.9 mm 211 keV 0 eV 1.8 mm 1.13 cmWAbsorberPhysicalcompt - 3 1.96 cm 1.56 cm 4.54 mm 186 keV 0 eV 1.28 mm 1.26 cmWAbsorberPhysicalcompt - 4 1.97 cm 1.57 cm 4.66 mm 153 keV 0 eV 162 mum 1.27 cmWAbsorberPhysicalcompt - 5 1.93 cm 1.59 cm 5 mm 0 eV 69.5 keV 535 mum 1.32 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 cm 1.59 cm 5 mm 83.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 cm 1.59 cm 5 mm 0 eV 83.4 keV 11.8 mum 11.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 cm 1.57 cm 4.66 mm 33.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 cm 1.57 cm 4.66 mm 0 eV 33.3 keV 2.62 mum 2.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm 1.56 cm 4.54 mm 25.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 cm 1.56 cm 4.54 mm 0 eV 25.3 keV 1.67 mum 1.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 cm 1.57 cm 3.9 mm 69.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 cm 1.57 cm 3.9 mm 0 eV 69.7 keV 8.83 mum 8.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.87 cm 1.57 cm 2.12 mm 230 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 cm 1.57 cm 2.12 mm 0 eV 230 keV 58.7 mum 58.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 cm 1.83 cm -583 mum 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 1.81 cm -434 mum 0 eV 69.5 keV 212 mum 212 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 1.81 cm -434 mum 42.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 1.81 cm -434 mum 0 eV 42.4 keV 3.9 mum 3.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm 1.76 cm -954 mum 529 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm 1.76 cm -957 mum 0 eV 529 keV 192 mum 192 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.25 mm 8.03 mm -1.26 mm 462 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.25 mm 8.03 mm -1.27 mm 0 eV 462 keV 160 mum 160 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -129 mum 1.31 mm -399 mum 3.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.98 mm 1.34 cm -3.46 mm 406 keV 0 eV 1.32 cm 1.32 cmWAbsorberPhysicalcompt - 2 3.65 mm 1.36 cm -2.74 mm 0 eV 69.5 keV 818 mum 1.4 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.65 mm 1.36 cm -2.74 mm 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.64 mm 1.36 cm -2.74 mm 0 eV 336 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.98 mm 1.34 cm -3.46 mm 3.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.9 mm 1.33 cm -3.45 mm 384 keV 2.75 MeV 1.34 mm 1.34 mmWAbsorberPhysicaleBrem - 2 4.9 mm 1.33 cm -3.45 mm 0 eV 384 keV 124 mum 1.46 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.9 mm 1.33 cm -3.45 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.9 mm 1.33 cm -3.45 mm 0 eV 69.5 keV 1.98 mum 1.98 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.9 mm 1.33 cm -3.45 mm 58 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.9 mm 1.33 cm -3.45 mm 0 eV 58 keV 6.54 mum 6.54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.59 cm -20.8 cm -4.67 mm 50.8 MeV 0 eV 21.3 cm 21.3 cmFCALEnvelopePhysicalTransportation - 2 4.93 cm -22.3 cm -5.01 mm 50.8 MeV 0 eV 1.58 cm 22.9 cmLArgPhysicalTransportation - 3 21.5 cm -97.5 cm -2.19 cm 50.8 MeV 0 eV 77 cm 99.9 cmMotherTransportation - 4 1.1 m -5 m -11.2 cm 50.8 MeV 0 eV 4.12 m 5.12 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 15.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.78 cm 18.6 cm 14.4 cm 15.2 MeV 0 eV 23.7 cm 23.7 cmLArgPhysicalTransportation - 2 -14.5 cm 97.5 cm 75.3 cm 15.2 MeV 0 eV 1 m 1.24 mCryostatVolumesTransportation - 3 -24.2 cm 1.62 m 1.25 m 15.2 MeV 0 eV 82.6 cm 2.07 mInsulationPhysicalTransportation - 4 -25.6 cm 1.71 m 1.32 m 15.2 MeV 0 eV 11.3 cm 2.18 mCryostatVolumesTransportation - 5 -25.6 cm 1.72 m 1.33 m 15.2 MeV 0 eV 4.04 mm 2.18 mMotherTransportation - 6 -74.6 cm 5 m 3.86 m 15.2 MeV 0 eV 4.18 m 6.36 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=40.1398 -Edep in FCAL1 FCAl2 : 0 40.1398 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2505 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 5 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -160 mum 170 mum -320 mum 38.5 MeV 803 keV 397 mum 397 mumWAbsorberPhysicaleBrem - 2 -224 mum 286 mum -515 mum 35.9 MeV 477 keV 236 mum 633 mumWAbsorberPhysicaleBrem - 3 -301 mum 500 mum -811 mum 33.8 MeV 718 keV 375 mum 1.01 mmWAbsorberPhysicaleBrem - 4 -203 mum 1.42 mm -1.79 mm 30.9 MeV 2.79 MeV 1.39 mm 2.4 mmWAbsorberPhysicaleBrem - 5 -557 mum 2.33 mm -2.68 mm 26.8 MeV 3.09 MeV 1.33 mm 3.73 mmWAbsorberPhysicaleBrem - 6 -754 mum 2.62 mm -2.91 mm 23.6 MeV 722 keV 410 mum 4.14 mmWAbsorberPhysicaleBrem - 7 -820 mum 2.78 mm -3.09 mm 22.9 MeV 434 keV 257 mum 4.4 mmWAbsorberPhysicaleBrem - 8 -1.56 mm 3.78 mm -4.02 mm 18.7 MeV 3.13 MeV 1.59 mm 5.99 mmWAbsorberPhysicaleBrem - 9 -1.92 mm 4.81 mm -4.48 mm 14.8 MeV 3.46 MeV 1.18 mm 7.17 mmWAbsorberPhysicaleBrem - 10 -2.23 mm 5.44 mm -5.27 mm 12.3 MeV 2.13 MeV 1.04 mm 8.21 mmWAbsorberPhysicaleBrem - 11 -2.27 mm 5.56 mm -5.36 mm 11.8 MeV 238 keV 152 mum 8.36 mmWAbsorberPhysicaleBrem - 12 -3.63 mm 6.6 mm -5.24 mm 3.36 MeV 4.36 MeV 2.04 mm 1.04 cmWAbsorberPhysicaleBrem - 13 -2.74 mm 6.08 mm -5.73 mm 1.08 MeV 2.28 MeV 1.44 mm 1.18 cmWAbsorberPhysicaleIoni - 14 -2.73 mm 6.12 mm -5.77 mm 0 eV 1.08 MeV 473 mum 1.23 cmWAbsorberPhysicaleIoni - 15 -2.73 mm 6.12 mm -5.77 mm 0 eV 0 eV 0 fm 1.23 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.73 mm 6.12 mm -5.77 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.97 mm 4.14 mm -8.58 mm 256 keV 0 eV 4.11 mm 4.11 mmWAbsorberPhysicalcompt - 2 -3.9 mm 3.28 mm -8.84 mm 155 keV 0 eV 1.39 mm 5.5 mmWAbsorberPhysicalcompt - 3 -4.29 mm 3 mm -8.67 mm 0 eV 69.5 keV 505 mum 6.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.29 mm 3 mm -8.67 mm 85.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.29 mm 3 mm -8.67 mm 0 eV 85.3 keV 12.3 mum 12.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.9 mm 3.28 mm -8.84 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.9 mm 3.28 mm -8.84 mm 0 eV 101 keV 16.1 mum 16.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.97 mm 4.14 mm -8.58 mm 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.97 mm 4.14 mm -8.59 mm 0 eV 255 keV 68.3 mum 68.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.73 mm 6.12 mm -5.77 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm 6.45 mm -5.31 mm 0 eV 69.5 keV 675 mum 675 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm 6.45 mm -5.31 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm 6.44 mm -5.28 mm 231 keV 61 keV 40.6 mum 40.6 mumWAbsorberPhysicaleBrem - 2 -2.36 mm 6.44 mm -5.28 mm 0 eV 231 keV 59 mum 99.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm 6.44 mm -5.28 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm 6.46 mm -5.28 mm 0 eV 69.5 keV 14.8 mum 14.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm 6.46 mm -5.28 mm 80.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm 6.46 mm -5.28 mm 0 eV 80.1 keV 11 mum 11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.63 mm 6.6 mm -5.24 mm 4.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 588 mum 1.42 cm -1.49 cm 775 keV 0 eV 1.3 cm 1.3 cmWAbsorberPhysicalcompt - 2 -13 mum 1.45 cm -1.55 cm 353 keV 0 eV 892 mum 1.39 cmWAbsorberPhysicalcompt - 3 -59.6 mum 1.41 cm -1.58 cm 0 eV 69.5 keV 415 mum 1.43 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -59.6 mum 1.41 cm -1.58 cm 284 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -61.1 mum 1.41 cm -1.58 cm 0 eV 284 keV 80.3 mum 80.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -13 mum 1.45 cm -1.55 cm 422 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -19.8 mum 1.45 cm -1.55 cm 0 eV 422 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 588 mum 1.42 cm -1.49 cm 3.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 687 mum 1.43 cm -1.5 cm 1.36 MeV 372 keV 184 mum 184 mumWAbsorberPhysicaleBrem - 2 846 mum 1.44 cm -1.48 cm 472 keV 763 keV 534 mum 719 mumWAbsorberPhysicaleBrem - 3 835 mum 1.44 cm -1.48 cm 0 eV 472 keV 165 mum 884 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 846 mum 1.44 cm -1.48 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 665 mum 1.45 cm -1.49 cm 0 eV 69.5 keV 214 mum 214 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 665 mum 1.45 cm -1.49 cm 51.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 665 mum 1.45 cm -1.49 cm 0 eV 51.9 keV 5.42 mum 5.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 687 mum 1.43 cm -1.5 cm 1.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 628 mum 1.41 cm -1.48 cm 351 keV 0 eV 282 mum 282 mumWAbsorberPhysicalcompt - 2 -4.74 mm 1.45 cm -1.82 cm 0 eV 69.5 keV 6.34 mm 6.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.74 mm 1.45 cm -1.82 cm 282 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.75 mm 1.45 cm -1.82 cm 0 eV 282 keV 79.4 mum 79.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 628 mum 1.41 cm -1.48 cm 1.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 626 mum 1.4 cm -1.48 cm 0 eV 1.25 MeV 557 mum 557 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 5.56 mm -5.36 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm 5.79 mm -5.56 mm 0 eV 69.5 keV 318 mum 318 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm 5.79 mm -5.56 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm 5.8 mm -5.56 mm 0 eV 197 keV 46.3 mum 46.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 mm 5.44 mm -5.27 mm 311 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.26 mm 5.53 mm -5.31 mm 0 eV 69.5 keV 99.2 mum 99.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 mm 5.53 mm -5.31 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.26 mm 5.53 mm -5.31 mm 0 eV 241 keV 62.9 mum 62.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 mm 4.81 mm -4.48 mm 499 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.86 mm 7.23 mm -5.77 mm 0 eV 69.5 keV 2.9 mm 2.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.86 mm 7.23 mm -5.77 mm 429 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm 7.23 mm -5.78 mm 139 keV 141 keV 80.1 mum 80.1 mumWAbsorberPhysicaleBrem - 2 -2.9 mm 7.24 mm -5.78 mm 0 eV 139 keV 27.1 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm 7.23 mm -5.78 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm 7.23 mm -5.94 mm 0 eV 69.5 keV 155 mum 155 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm 7.23 mm -5.94 mm 79.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm 7.23 mm -5.94 mm 0 eV 79.1 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 mm 3.78 mm -4.02 mm 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 mm 3.92 mm -4.09 mm 923 keV 0 eV 181 mum 181 mumWAbsorberPhysicalcompt - 2 -2.8 cm 5.07 cm -5.27 mm 371 keV 0 eV 5.37 cm 5.39 cmWAbsorberPhysicalcompt - 3 -2.81 cm 5.19 cm -1.23 cm 0 eV 69.5 keV 7.12 mm 6.1 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.81 cm 5.19 cm -1.23 cm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.81 cm 5.19 cm -1.23 cm 0 eV 301 keV 87.5 mum 87.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 cm 5.07 cm -5.27 mm 552 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.8 cm 5.07 cm -5.27 mm 0 eV 552 keV 203 mum 203 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm 3.92 mm -4.09 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 mm 3.92 mm -4.09 mm 0 eV 161 keV 33.8 mum 33.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -820 mum 2.78 mm -3.09 mm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm 4.39 mm -4.27 mm 0 eV 69.5 keV 2.06 mm 2.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 mm 4.39 mm -4.27 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm 4.39 mm -4.27 mm 0 eV 143 keV 28.1 mum 28.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -754 mum 2.62 mm -2.91 mm 2.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.35 mm 6.97 mm -6.63 mm 1.96 MeV 0 eV 5.94 mm 5.94 mmWAbsorberPhysicalcompt - 2 -3.18 mm 1.47 cm -1.01 cm 0 eV 0 eV 8.5 mm 1.44 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.18 mm 1.47 cm -1.01 cm 882 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm 1.47 cm -1.01 cm 0 eV 882 keV 370 mum 370 mumWAbsorberPhysicaleIoni - 2 -3.2 mm 1.47 cm -1.01 cm 0 eV 0 eV 0 fm 370 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 mm 1.47 cm -1.01 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm 1.11 cm -1.45 cm 301 keV 0 eV 5.81 mm 5.81 mmWAbsorberPhysicalcompt - 2 -1.69 mm 1.05 cm -1.42 cm 177 keV 0 eV 755 mum 6.57 mmWAbsorberPhysicalcompt - 3 -1.94 mm 1.05 cm -1.4 cm 147 keV 0 eV 351 mum 6.92 mmWAbsorberPhysicalcompt - 4 -2.02 mm 1.06 cm -1.4 cm 0 eV 69.5 keV 122 mum 7.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 mm 1.06 cm -1.4 cm 77.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 mm 1.06 cm -1.4 cm 0 eV 77.6 keV 10.5 mum 10.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 mm 1.05 cm -1.4 cm 30.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 mm 1.05 cm -1.4 cm 0 eV 30.3 keV 2.25 mum 2.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 mm 1.05 cm -1.42 cm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 mm 1.05 cm -1.42 cm 0 eV 124 keV 22.4 mum 22.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 mm 1.11 cm -1.45 cm 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm 1.11 cm -1.45 cm 0 eV 210 keV 50.9 mum 50.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 mm 1.47 cm -1.01 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.86 mm 1.7 cm -7.42 mm 191 keV 0 eV 3.56 mm 3.56 mmWAbsorberPhysicalcompt - 2 -4.16 mm 1.67 cm -7.73 mm 0 eV 69.5 keV 515 mum 4.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.16 mm 1.67 cm -7.73 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.16 mm 1.67 cm -7.73 mm 0 eV 121 keV 21.6 mum 21.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.86 mm 1.7 cm -7.42 mm 320 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.86 mm 1.7 cm -7.41 mm 0 eV 320 keV 95.5 mum 95.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.18 mm 1.47 cm -1.01 cm 55.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.18 mm 1.47 cm -1.01 cm 0 eV 55.6 keV 6.1 mum 6.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.35 mm 6.97 mm -6.63 mm 506 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.35 mm 6.97 mm -6.64 mm 0 eV 506 keV 181 mum 181 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -557 mum 2.33 mm -2.68 mm 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 2.65 cm -2.48 cm 591 keV 0 eV 3.52 cm 3.52 cmWAbsorberPhysicalcompt - 2 -1.29 cm 2.72 cm -2.54 cm 0 eV 69.5 keV 1.05 mm 3.62 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 cm 2.72 cm -2.54 cm 522 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 cm 2.72 cm -2.54 cm 0 eV 522 keV 188 mum 188 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 cm 2.65 cm -2.48 cm 436 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 2.65 cm -2.48 cm 0 eV 436 keV 148 mum 148 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -203 mum 1.42 mm -1.79 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -388 mum 1.73 mm -2.26 mm 0 eV 69.5 keV 599 mum 599 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -388 mum 1.73 mm -2.26 mm 67.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -388 mum 1.73 mm -2.26 mm 0 eV 67.1 keV 8.29 mum 8.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -301 mum 500 mum -811 mum 1.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -588 mum 2.4 mm -3.23 mm 422 keV 0 eV 3.09 mm 3.09 mmWAbsorberPhysicalcompt - 2 -1.12 mm 2.97 mm -2.9 mm 204 keV 0 eV 842 mum 3.93 mmWAbsorberPhysicalcompt - 3 -1.64 mm 2.29 mm -3.28 mm 163 keV 0 eV 932 mum 4.86 mmWAbsorberPhysicalcompt - 4 -1.97 mm 2.43 mm -3.44 mm 0 eV 69.5 keV 395 mum 5.26 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 mm 2.43 mm -3.44 mm 93.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 mm 2.43 mm -3.44 mm 0 eV 93.8 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm 2.29 mm -3.28 mm 40.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm 2.29 mm -3.28 mm 0 eV 40.8 keV 3.65 mum 3.65 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 mm 2.97 mm -2.9 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 mm 2.97 mm -2.9 mm 0 eV 217 keV 53.9 mum 53.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -588 mum 2.4 mm -3.23 mm 912 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -585 mum 2.42 mm -3.26 mm 0 eV 912 keV 383 mum 383 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -224 mum 286 mum -515 mum 2.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.21 mm 6.02 mm -9.73 mm 268 keV 0 eV 1.13 cm 1.13 cmWAbsorberPhysicalcompt - 2 -3.41 mm 5.51 mm -9.49 mm 0 eV 69.5 keV 594 mum 1.18 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.41 mm 5.51 mm -9.49 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.41 mm 5.51 mm -9.49 mm 0 eV 198 keV 46.6 mum 46.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.21 mm 6.02 mm -9.73 mm 1.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.23 mm 6.07 mm -9.81 mm 0 eV 1.9 MeV 879 mum 879 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -160 mum 170 mum -320 mum 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 mm 1.54 mm -2.49 mm 0 eV 69.5 keV 2.73 mm 2.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 mm 1.54 mm -2.49 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 mm 1.54 mm -2.5 mm 0 eV 241 keV 62.7 mum 62.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 13.4 cm -13.3 cm 8.79 cm 46.5 MeV 0 eV 20.9 cm 20.9 cmLArgPhysicalTransportation - 2 98.2 cm -97.5 cm 64.3 cm 46.5 MeV 0 eV 1.32 m 1.53 mMotherTransportation - 3 5 m -4.96 m 3.27 m 46.5 MeV 0 eV 6.24 m 7.77 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -17 cm 15.4 cm 15.5 cm 19 MeV 0 eV 27.7 cm 27.7 cmLArgPhysicalTransportation - 2 -94.1 cm 85.4 cm 85.9 cm 19 MeV 0 eV 1.26 m 1.53 mCryostatVolumesTransportation - 3 -94.3 cm 85.6 cm 86.1 cm 19 MeV 0 eV 3.61 mm 1.54 mInsulationPhysicalTransportation - 4 -99.5 cm 90.3 cm 90.9 cm 19 MeV 0 eV 8.43 cm 1.62 mCryostatVolumesTransportation - 5 -99.7 cm 90.4 cm 91 cm 19 MeV 0 eV 3.01 mm 1.62 mMotherTransportation - 6 -5 m 4.54 m 4.56 m 19 MeV 0 eV 6.52 m 8.15 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=40.6533 -Edep in FCAL1 FCAl2 : 0 40.6533 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2506 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 6 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 320 mum 461 mum 199 mum 27 MeV 1.37 MeV 613 mum 613 mumWAbsorberPhysicaleBrem - 2 647 mum 886 mum 760 mum 14.4 MeV 1.61 MeV 811 mum 1.42 mmWAbsorberPhysicaleBrem - 3 765 mum 1.05 mm 800 mum 12.1 MeV 331 keV 208 mum 1.63 mmWAbsorberPhysicaleBrem - 4 866 mum 1.12 mm 827 mum 7.04 MeV 444 keV 127 mum 1.76 mmWAbsorberPhysicaleBrem - 5 1.07 mm 1.25 mm 761 mum 6.33 MeV 536 keV 265 mum 2.02 mmWAbsorberPhysicaleBrem - 6 1.31 mm 1.43 mm 832 mum 5.29 MeV 611 keV 299 mum 2.32 mmWAbsorberPhysicaleBrem - 7 1.99 mm 556 mum -326 mum 1.66 MeV 3.46 MeV 1.77 mm 4.09 mmWAbsorberPhysicaleBrem - 8 1.98 mm 713 mum -397 mum 0 eV 428 keV 217 mum 4.31 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm 713 mum -397 mum 1.94 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm 3.71 mm 1.54 mm 891 keV 0 eV 5.07 mm 5.07 mmWAbsorberPhysicalcompt - 2 -1.77 cm 2.05 mm 3.64 mm 223 keV 0 eV 1.63 cm 2.13 cmWAbsorberPhysicalcompt - 3 -1.75 cm 2.06 mm 3.75 mm 0 eV 69.5 keV 179 mum 2.15 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 cm 2.06 mm 3.75 mm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 cm 2.06 mm 3.75 mm 0 eV 154 keV 31.4 mum 31.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.77 cm 2.05 mm 3.64 mm 668 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.77 cm 2.05 mm 3.64 mm 0 eV 668 keV 260 mum 260 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm 3.71 mm 1.54 mm 1.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 mm 3.77 mm 1.59 mm 547 keV 360 keV 209 mum 209 mumWAbsorberPhysicaleBrem - 2 -1.53 mm 3.77 mm 1.61 mm 0 eV 547 keV 201 mum 410 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.52 mm 3.77 mm 1.59 mm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 mm 4.08 mm 1.9 mm 0 eV 69.5 keV 557 mum 557 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.87 mm 4.08 mm 1.9 mm 75 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 mm 4.08 mm 1.9 mm 0 eV 75 keV 9.94 mum 9.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm 713 mum -397 mum 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 mm -31 mum -315 mum 0 eV 69.5 keV 1.24 mm 1.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.97 mm -31 mum -315 mum 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 mm -34.6 mum -313 mum 0 eV 243 keV 63.8 mum 63.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.99 mm 556 mum -326 mum 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.81 mm 648 mum -554 mum 0 eV 69.5 keV 307 mum 307 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.81 mm 648 mum -554 mum 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.81 mm 649 mum -555 mum 0 eV 103 keV 16.7 mum 16.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 mm 1.43 mm 832 mum 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.93 mm 5.71 mm -2.25 mm 382 keV 0 eV 1.01 cm 1.01 cmWAbsorberPhysicalcompt - 2 1 cm 5.78 mm -2.22 mm 0 eV 69.5 keV 126 mum 1.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 cm 5.78 mm -2.22 mm 312 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 cm 5.78 mm -2.22 mm 0 eV 312 keV 92 mum 92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.93 mm 5.71 mm -2.25 mm 50.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.93 mm 5.71 mm -2.25 mm 0 eV 50.4 keV 5.15 mum 5.15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm 1.25 mm 761 mum 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.62 mm 2.22 mm 561 mum 164 keV 0 eV 1.84 mm 1.84 mmWAbsorberPhysicalcompt - 2 2.72 mm 2.27 mm 490 mum 0 eV 69.5 keV 131 mum 1.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 mm 2.27 mm 490 mum 94.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 mm 2.27 mm 489 mum 0 eV 94.8 keV 14.6 mum 14.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.62 mm 2.22 mm 561 mum 5.91 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.62 mm 2.22 mm 561 mum 0 eV 5.91 keV 178 nm 178 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 866 mum 1.12 mm 827 mum 4.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.05 cm 2.41 cm -184 mum 256 keV 0 eV 3.75 cm 3.75 cmWAbsorberPhysicalcompt - 2 2.97 cm 2.38 cm -480 mum 0 eV 69.5 keV 904 mum 3.84 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.97 cm 2.38 cm -480 mum 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 cm 2.38 cm -481 mum 0 eV 187 keV 42.6 mum 42.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.05 cm 2.41 cm -184 mum 4.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.05 cm 2.42 cm -194 mum 2.43 MeV 116 keV 65.3 mum 65.3 mumWAbsorberPhysicaleBrem - 2 3.05 cm 2.41 cm -267 mum 758 keV 198 keV 124 mum 189 mumWAbsorberPhysicaleBrem - 3 3.05 cm 2.41 cm -284 mum 0 eV 758 keV 305 mum 495 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.05 cm 2.41 cm -267 mum 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.5 cm 3.62 cm -1.39 cm 0 eV 69.5 keV 1.9 cm 1.9 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.5 cm 3.62 cm -1.39 cm 1.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.5 cm 3.63 cm -1.39 cm 0 eV 1.4 MeV 631 mum 631 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.05 cm 2.42 cm -194 mum 1.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.68 cm 2.85 cm -1.08 cm 0 eV 69.5 keV 1.2 cm 1.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.68 cm 2.85 cm -1.08 cm 1.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 cm 2.85 cm -1.08 cm 176 keV 287 keV 153 mum 153 mumWAbsorberPhysicaleBrem - 2 2.67 cm 2.85 cm -1.08 cm 0 eV 176 keV 38.9 mum 191 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 cm 2.85 cm -1.08 cm 1.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.69 cm 2.93 cm -1.1 cm 565 keV 0 eV 871 mum 871 mumWAbsorberPhysicalcompt - 2 3.1 cm 3.11 cm -9.42 mm 382 keV 0 eV 4.71 mm 5.58 mmWAbsorberPhysicalcompt - 3 3.18 cm 3.08 cm -7.35 mm 0 eV 69.5 keV 2.23 mm 7.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.18 cm 3.08 cm -7.35 mm 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.18 cm 3.08 cm -7.34 mm 0 eV 313 keV 92.3 mum 92.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.1 cm 3.11 cm -9.42 mm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.1 cm 3.11 cm -9.42 mm 0 eV 182 keV 41.2 mum 41.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.69 cm 2.93 cm -1.1 cm 709 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.69 cm 2.93 cm -1.1 cm 0 eV 709 keV 280 mum 280 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 765 mum 1.05 mm 800 mum 1.99 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 cm 1.88 cm 3.96 mm 287 keV 0 eV 2.91 cm 2.91 cmWAbsorberPhysicalcompt - 2 2.36 cm 1.82 cm 4.16 mm 0 eV 69.5 keV 622 mum 2.97 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.36 cm 1.82 cm 4.16 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 cm 1.82 cm 4.16 mm 0 eV 217 keV 53.9 mum 53.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.36 cm 1.88 cm 3.96 mm 1.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 cm 1.89 cm 4.28 mm 603 keV 995 keV 566 mum 566 mumWAbsorberPhysicaleBrem - 2 2.36 cm 1.89 cm 4.28 mm 0 eV 603 keV 228 mum 794 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.36 cm 1.89 cm 4.28 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 cm 1.87 cm 4.23 mm 0 eV 69.5 keV 155 mum 155 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.36 cm 1.87 cm 4.23 mm 35.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 cm 1.87 cm 4.23 mm 0 eV 35.1 keV 2.87 mum 2.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 647 mum 886 mum 760 mum 11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 mm 3.37 mm 1.59 mm 356 keV 0 eV 3.5 mm 3.5 mmWAbsorberPhysicalcompt - 2 2.39 mm 3.62 mm 1.39 mm 0 eV 69.5 keV 664 mum 4.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 mm 3.62 mm 1.39 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.39 mm 3.62 mm 1.39 mm 0 eV 287 keV 81.5 mum 81.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.97 mm 3.37 mm 1.59 mm 10.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.31 mm 3.87 mm 2.09 mm 8.22 MeV 1.86 MeV 767 mum 767 mumWAbsorberPhysicaleBrem - 2 3.28 mm 3.82 mm 2.09 mm 7.79 MeV 89.1 keV 55.9 mum 823 mumWAbsorberPhysicaleBrem - 3 3.59 mm 2.24 mm 3.17 mm 3.12 MeV 4.68 MeV 2.11 mm 2.93 mmWAbsorberPhysicaleIoni - 4 3.59 mm 2.24 mm 3.18 mm 220 keV 7.24 keV 4.86 mum 2.94 mmWAbsorberPhysicaleBrem - 5 3.59 mm 2.23 mm 3.18 mm 0 eV 220 keV 54.9 mum 2.99 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm 2.24 mm 3.18 mm 2.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 cm -4.77 mm 1.39 cm 790 keV 0 eV 2.05 cm 2.05 cmWAbsorberPhysicalcompt - 2 1.94 cm -5.54 mm 1.75 cm 0 eV 69.5 keV 3.63 mm 2.42 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 cm -5.54 mm 1.75 cm 721 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 cm -5.55 mm 1.75 cm 0 eV 721 keV 287 mum 287 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm -4.77 mm 1.39 cm 2.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 cm -4.6 mm 1.43 cm 765 keV 1.19 MeV 654 mum 654 mumWAbsorberPhysicaleBrem - 2 1.97 cm -4.62 mm 1.43 cm 0 eV 765 keV 309 mum 963 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 cm -4.6 mm 1.43 cm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 cm -4.57 mm 1.43 cm 0 eV 69.5 keV 25.6 mum 25.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 cm -4.57 mm 1.43 cm 81 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 cm -4.57 mm 1.43 cm 0 eV 81 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.28 mm 3.82 mm 2.09 mm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 mm 3.82 mm 2.09 mm 0 eV 69.5 keV 7.65 mum 7.65 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.27 mm 3.82 mm 2.09 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 mm 3.82 mm 2.09 mm 0 eV 269 keV 74.2 mum 74.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.31 mm 3.87 mm 2.09 mm 532 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.8 mm -2.28 mm 850 mum 0 eV 69.5 keV 8.09 mm 8.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 mm -2.28 mm 850 mum 462 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.8 mm -2.29 mm 850 mum 0 eV 462 keV 160 mum 160 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 320 mum 461 mum 199 mum 4.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.86 mm 6.01 mm 5.21 mm 4.04 MeV 0 eV 8.27 mm 8.27 mmWAbsorberPhysicalcompt - 2 6.42 mm 8.91 mm 8.34 mm 1.62 MeV 0 eV 4.98 mm 1.32 cmWAbsorberPhysicalcompt - 3 6.37 mm 9.27 mm 8.81 mm 1.31 MeV 0 eV 587 mum 1.38 cmWAbsorberPhysicalcompt - 4 4.45 mm 1.17 cm 1.17 cm 370 keV 0 eV 4.23 mm 1.81 cmWAbsorberPhysicalcompt - 5 4.49 mm 1.19 cm 1.16 cm 0 eV 69.5 keV 211 mum 1.83 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.49 mm 1.19 cm 1.16 cm 300 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.49 mm 1.19 cm 1.16 cm 0 eV 300 keV 87 mum 87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.45 mm 1.17 cm 1.17 cm 936 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.43 mm 1.17 cm 1.17 cm 0 eV 936 keV 395 mum 395 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.37 mm 9.27 mm 8.81 mm 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.37 mm 9.27 mm 8.81 mm 0 eV 314 keV 92.8 mum 92.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.42 mm 8.91 mm 8.34 mm 2.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.72 mm 8.76 mm 8.29 mm 1.16 MeV 1.05 MeV 488 mum 488 mumWAbsorberPhysicaleBrem - 2 6.71 mm 8.73 mm 8.23 mm 814 keV 123 keV 92.3 mum 581 mumWAbsorberPhysicaleBrem - 3 6.68 mm 8.72 mm 8.25 mm 382 keV 67.7 keV 44.7 mum 625 mumWAbsorberPhysicaleBrem - 4 6.67 mm 8.71 mm 8.26 mm 0 eV 382 keV 123 mum 748 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.68 mm 8.72 mm 8.25 mm 365 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.69 mm 9.11 mm 1.2 cm 0 eV 69.5 keV 4.29 mm 4.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.69 mm 9.11 mm 1.2 cm 295 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.7 mm 9.11 mm 1.2 cm 42.8 keV 62.9 keV 20.7 mum 20.7 mumWAbsorberPhysicaleBrem - 2 4.7 mm 9.11 mm 1.2 cm 0 eV 42.8 keV 3.97 mum 24.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm 9.11 mm 1.2 cm 189 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.76 mm 9.02 mm 1.17 cm 0 eV 69.5 keV 338 mum 338 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.76 mm 9.02 mm 1.17 cm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.77 mm 9.02 mm 1.17 cm 0 eV 120 keV 21.2 mum 21.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.71 mm 8.73 mm 8.23 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.6 mm 8.62 mm 8.57 mm 0 eV 69.5 keV 373 mum 373 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.6 mm 8.62 mm 8.57 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.6 mm 8.62 mm 8.57 mm 0 eV 151 keV 30.5 mum 30.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.72 mm 8.76 mm 8.29 mm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.7 mm 8.73 mm 8.3 mm 0 eV 69.5 keV 36.2 mum 36.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.7 mm 8.73 mm 8.3 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.7 mm 8.73 mm 8.3 mm 0 eV 139 keV 26.9 mum 26.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.86 mm 6.01 mm 5.21 mm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.85 mm 6.02 mm 5.21 mm 0 eV 274 keV 76.1 mum 76.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 cm -1.68 cm -6.54 cm 35.8 MeV 0 eV 7 cm 7 cmCuPlateBPhysicalTransportation - 2 2.53 cm -2.31 cm -9.01 cm 35.8 MeV 0 eV 2.64 cm 9.64 cmLArgPhysicalTransportation - 3 3.26 cm -2.97 cm -11.6 cm 35.8 MeV 0 eV 2.75 cm 12.4 cmBackExcluderTransportation - 4 32.7 cm -29.8 cm -1.16 m 35.8 MeV 0 eV 1.12 m 1.24 mLArgPhysicalTransportation - 5 34.5 cm -31.5 cm -1.23 m 35.8 MeV 0 eV 6.92 cm 1.31 mCryostatVolumesTransportation - 6 34.6 cm -31.6 cm -1.23 m 35.8 MeV 0 eV 3.09 mm 1.32 mInsulationPhysicalTransportation - 7 36.5 cm -33.3 cm -1.3 m 35.8 MeV 0 eV 7.21 cm 1.39 mCryostatVolumesTransportation - 8 36.5 cm -33.4 cm -1.3 m 35.8 MeV 0 eV 2.58 mm 1.39 mMotherTransportation - 9 52.6 cm -48 cm -1.87 m 35.8 MeV 0 eV 61 cm 2 mBigScintPhysicalTransportation - 10 53.1 cm -48.5 cm -1.89 m 35.8 MeV 0 eV 2.14 cm 2.02 mMotherTransportation - 11 54.8 cm -50.1 cm -1.95 m 35.8 MeV 0 eV 6.42 cm 2.09 mBigIronPhysicalTransportation - 12 57.6 cm -52.6 cm -2.05 m 35.8 MeV 0 eV 10.7 cm 2.19 mMotherTransportation - 13 58.2 cm -53.2 cm -2.07 m 35.8 MeV 0 eV 2.14 cm 2.22 mBigScintPhysicalTransportation - 14 58.8 cm -53.7 cm -2.09 m 35.8 MeV 0 eV 2.14 cm 2.24 mMotherTransportation - 15 83 cm -75.8 cm -2.95 m 35.8 MeV 0 eV 92 cm 3.16 mConcWallAPhysicalTransportation - 16 1.28 m -1.17 m -4.55 m 35.8 MeV 0 eV 1.71 m 4.87 mConcWallBPhysicalTransportation - 17 1.3 m -1.19 m -4.62 m 35.8 MeV 0 eV 7.84 cm 4.95 mMotherTransportation - 18 5 m -4.57 m -17.8 m 35.8 MeV 0 eV 14.1 m 19 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -14.8 cm -11.8 cm 13.2 cm 36.6 MeV 0 eV 23.1 cm 23.1 cmFCALEnvelopePhysicalTransportation - 2 -15 cm -12 cm 13.5 cm 36.6 MeV 0 eV 4.37 mm 23.5 cmLArgPhysicalTransportation - 3 -94.9 cm -76 cm 85.1 cm 36.6 MeV 0 eV 1.25 m 1.48 mCryostatVolumesTransportation - 4 -95.1 cm -76.1 cm 85.3 cm 36.6 MeV 0 eV 3.49 mm 1.49 mInsulationPhysicalTransportation - 5 -1 m -80.3 cm 89.9 cm 36.6 MeV 0 eV 8.15 cm 1.57 mCryostatVolumesTransportation - 6 -1.01 m -80.4 cm 90.1 cm 36.6 MeV 0 eV 2.91 mm 1.57 mMotherTransportation - 7 -5 m -4 m 4.48 m 36.6 MeV 0 eV 6.25 m 7.82 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=33.6917 -Edep in FCAL1 FCAl2 : 0 33.6917 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2507 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 7 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 mm -60.8 mum 768 mum 39.1 MeV 4.33 MeV 1.9 mm 1.9 mmWAbsorberPhysicaleBrem - 2 -2.16 mm -151 mum 751 mum 37.3 MeV 1.14 MeV 459 mum 2.36 mmWAbsorberPhysicaleBrem - 3 -2.25 mm -145 mum 741 mum 34.6 MeV 154 keV 96.3 mum 2.45 mmWAbsorberPhysicaleBrem - 4 -2.91 mm -12.7 mum 576 mum 25.7 MeV 1.35 MeV 703 mum 3.16 mmWAbsorberPhysicaleBrem - 5 -3.56 mm 107 mum 581 mum 23.9 MeV 1.46 MeV 663 mum 3.82 mmWAbsorberPhysicaleBrem - 6 -4.51 mm -6.95 mum 262 mum 19.3 MeV 2.03 MeV 1.05 mm 4.87 mmWAbsorberPhysicaleBrem - 7 -4.91 mm 125 mum 41.5 mum 16.3 MeV 935 keV 494 mum 5.36 mmWAbsorberPhysicaleBrem - 8 -5.53 mm 177 mum -318 mum 14.9 MeV 1.15 MeV 706 mum 6.07 mmWAbsorberPhysicaleBrem - 9 -5.77 mm 190 mum -391 mum 11.1 MeV 689 keV 245 mum 6.32 mmWAbsorberPhysicaleBrem - 10 -6.74 mm 377 mum -1.78 mm 5.43 MeV 3.92 MeV 1.65 mm 7.97 mmWAbsorberPhysicaleBrem - 11 -6.88 mm 314 mum -1.84 mm 4.67 MeV 265 keV 167 mum 8.13 mmWAbsorberPhysicaleBrem - 12 -6.88 mm 314 mum -1.84 mm 4.48 MeV 6.57 keV 5.1 mum 8.14 mmWAbsorberPhysicaleBrem - 13 -6.58 mm 318 mum -1.8 mm 3.44 MeV 441 keV 319 mum 8.46 mmWAbsorberPhysicaleBrem - 14 -6.7 mm -219 mum -1.74 mm 1.7 MeV 1.1 MeV 655 mum 9.11 mmWAbsorberPhysicaleBrem - 15 -6.7 mm -463 mum -1.78 mm 19.6 keV 1.55 MeV 333 mum 9.45 mmWAbsorberPhysicaleBrem - 16 -6.7 mm -463 mum -1.78 mm 0 eV 19.6 keV 935 nm 9.45 mmWAbsorberPhysicaleIoni - 17 -6.7 mm -463 mum -1.78 mm 0 eV 0 eV 0 fm 9.45 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.7 mm -463 mum -1.78 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.76 mm -524 mum -1.79 mm 478 keV 0 eV 85.8 mum 85.8 mumWAbsorberPhysicalcompt - 2 -1.11 cm -5.53 mm -5.15 mm 431 keV 0 eV 7.45 mm 7.54 mmWAbsorberPhysicalcompt - 3 -1.23 cm -6.5 mm -7.27 mm 0 eV 69.5 keV 2.62 mm 1.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 cm -6.5 mm -7.27 mm 361 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm -6.51 mm -7.28 mm 0 eV 361 keV 114 mum 114 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -5.53 mm -5.15 mm 47.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -5.53 mm -5.15 mm 0 eV 47.6 keV 4.72 mum 4.72 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.76 mm -524 mum -1.79 mm 32.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.76 mm -524 mum -1.79 mm 0 eV 32.8 keV 2.55 mum 2.55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.7 mm -463 mum -1.78 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.69 mm 550 mum -1.64 mm 176 keV 0 eV 1.43 mm 1.43 mmWAbsorberPhysicalcompt - 2 -6.55 mm 91.6 mum -2.09 mm 0 eV 69.5 keV 1.07 mm 2.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.55 mm 91.6 mum -2.09 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.55 mm 92.5 mum -2.09 mm 0 eV 106 keV 17.6 mum 17.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.69 mm 550 mum -1.64 mm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.69 mm 555 mum -1.64 mm 0 eV 335 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.7 mm -463 mum -1.78 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.9 mm -457 mum -1.77 mm 0 eV 69.5 keV 201 mum 201 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.9 mm -457 mum -1.77 mm 53.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.9 mm -457 mum -1.77 mm 0 eV 53.9 keV 5.79 mum 5.79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.7 mm -219 mum -1.74 mm 649 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.32 mm -478 mum -1.64 mm 0 eV 69.5 keV 466 mum 466 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.32 mm -478 mum -1.64 mm 579 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.32 mm -494 mum -1.64 mm 0 eV 579 keV 216 mum 216 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.58 mm 318 mum -1.8 mm 596 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.43 mm -5.26 mm 2.95 mm 0 eV 69.5 keV 1.32 cm 1.32 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.43 mm -5.26 mm 2.95 mm 526 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.44 mm -5.27 mm 2.95 mm 0 eV 526 keV 191 mum 191 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.88 mm 314 mum -1.84 mm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.72 mm 305 mum -1.88 mm 0 eV 69.5 keV 168 mum 168 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.72 mm 305 mum -1.88 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.71 mm 304 mum -1.88 mm 0 eV 113 keV 19.3 mum 19.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.88 mm 314 mum -1.84 mm 494 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.43 mm 98.5 mum -3.08 mm 0 eV 69.5 keV 1.92 mm 1.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.43 mm 98.5 mum -3.08 mm 425 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.42 mm 95 mum -3.09 mm 0 eV 425 keV 143 mum 143 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.74 mm 377 mum -1.78 mm 1.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 cm -2.82 mm -5.47 mm 739 keV 0 eV 1.72 cm 1.72 cmWAbsorberPhysicalcompt - 2 -2.75 cm -1.24 cm -1.09 cm 593 keV 0 eV 1.18 cm 2.9 cmWAbsorberPhysicalcompt - 3 -2.81 cm -1.28 cm -1.17 cm 447 keV 0 eV 1.12 mm 3.01 cmWAbsorberPhysicalcompt - 4 -2.76 cm -1.38 cm -1.43 cm 291 keV 0 eV 2.83 mm 3.3 cmWAbsorberPhysicalcompt - 5 -2.56 cm -1.47 cm -1.45 cm 252 keV 0 eV 2.24 mm 3.52 cmWAbsorberPhysicalcompt - 6 -2.55 cm -1.47 cm -1.45 cm 226 keV 0 eV 111 mum 3.53 cmWAbsorberPhysicalcompt - 7 -2.55 cm -1.47 cm -1.45 cm 0 eV 69.5 keV 34.4 mum 3.53 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 cm -1.47 cm -1.45 cm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 cm -1.47 cm -1.45 cm 0 eV 157 keV 32.3 mum 32.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 cm -1.47 cm -1.45 cm 26.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 cm -1.47 cm -1.45 cm 0 eV 26.1 keV 1.76 mum 1.76 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.56 cm -1.47 cm -1.45 cm 39.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.56 cm -1.47 cm -1.45 cm 0 eV 39.2 keV 3.42 mum 3.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 cm -1.38 cm -1.43 cm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 cm -1.38 cm -1.43 cm 0 eV 156 keV 32.1 mum 32.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.81 cm -1.28 cm -1.17 cm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.81 cm -1.28 cm -1.17 cm 0 eV 146 keV 29 mum 29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.75 cm -1.24 cm -1.09 cm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.75 cm -1.24 cm -1.08 cm 0 eV 146 keV 29.2 mum 29.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.33 cm -2.82 mm -5.47 mm 1.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 cm -2.81 mm -5.47 mm 0 eV 1.05 MeV 451 mum 451 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.77 mm 190 mum -391 mum 3.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.26 mm 140 mum -547 mum 0 eV 0 eV 523 mum 523 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 40, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.26 mm 140 mum -547 mum 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.27 mm 139 mum -547 mum 0 eV 169 keV 34.8 mum 34.8 mumWAbsorberPhysicaleIoni - 2 -6.27 mm 139 mum -547 mum 0 eV 0 eV 0 fm 34.8 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.27 mm 139 mum -547 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.25 mm -63.3 mum -514 mum 183 keV 0 eV 205 mum 205 mumWAbsorberPhysicalcompt - 2 -6.08 mm 250 mum -460 mum 0 eV 69.5 keV 361 mum 567 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.08 mm 250 mum -460 mum 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.08 mm 251 mum -459 mum 0 eV 114 keV 19.6 mum 19.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.25 mm -63.3 mum -514 mum 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.25 mm -70.8 mum -513 mum 0 eV 328 keV 98.8 mum 98.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.27 mm 139 mum -547 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.42 mm 1.87 mm -836 mum 171 keV 0 eV 1.76 mm 1.76 mmWAbsorberPhysicalcompt - 2 -6.41 mm 1.72 mm -830 mum 0 eV 69.5 keV 155 mum 1.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.41 mm 1.72 mm -830 mum 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.41 mm 1.72 mm -830 mum 0 eV 101 keV 16.2 mum 16.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.42 mm 1.87 mm -836 mum 340 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.42 mm 1.88 mm -837 mum 0 eV 340 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.26 mm 140 mum -547 mum 1.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.29 mm 147 mum -614 mum 1.42 MeV 299 keV 110 mum 110 mumWAbsorberPhysicaleBrem - 2 -6.27 mm 162 mum -701 mum 980 keV 335 keV 119 mum 229 mumWAbsorberPhysicaleBrem - 3 -6.27 mm 190 mum -676 mum 0 eV 980 keV 417 mum 647 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.27 mm 162 mum -701 mum 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.2 mm 452 mum -484 mum 0 eV 69.5 keV 370 mum 370 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.2 mm 452 mum -484 mum 38.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.2 mm 452 mum -484 mum 0 eV 38.1 keV 3.26 mum 3.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.29 mm 147 mum -614 mum 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.21 mm 643 mum -1.13 mm 0 eV 69.5 keV 720 mum 720 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.21 mm 643 mum -1.13 mm 44.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.21 mm 643 mum -1.13 mm 0 eV 44.6 keV 4.24 mum 4.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.53 mm 177 mum -318 mum 295 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.6 mm 38.7 mum -702 mum 0 eV 69.5 keV 1.14 mm 1.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.6 mm 38.7 mum -702 mum 225 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.6 mm 37.9 mum -705 mum 0 eV 225 keV 57 mum 57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.91 mm 125 mum 41.5 mum 2.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm 125 mum -2.58 mm 0 eV 69.5 keV 8.74 mm 8.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm 125 mum -2.58 mm 2.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm 142 mum -2.68 mm 782 keV 1.02 MeV 607 mum 607 mumWAbsorberPhysicaleBrem - 2 -1.34 cm 162 mum -2.67 mm 0 eV 782 keV 317 mum 924 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm 142 mum -2.68 mm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 277 mum -2.6 mm 0 eV 69.5 keV 175 mum 175 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 cm 277 mum -2.6 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 279 mum -2.6 mm 0 eV 164 keV 34.7 mum 34.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.51 mm -6.95 mum 262 mum 2.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.64 cm 4.45 mm -2.13 cm 860 keV 0 eV 5.64 cm 5.64 cmWAbsorberPhysicalcompt - 2 -6.3 cm 1.03 mm -1.87 cm 0 eV 69.5 keV 7.84 mm 6.42 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.3 cm 1.03 mm -1.87 cm 790 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.3 cm 1.03 mm -1.87 cm 0 eV 790 keV 321 mum 321 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.64 cm 4.45 mm -2.13 cm 1.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.64 cm 4.61 mm -2.14 cm 1.02 MeV 443 keV 250 mum 250 mumWAbsorberPhysicaleBrem - 2 -5.64 cm 4.61 mm -2.14 cm 0 eV 1.02 MeV 439 mum 689 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.64 cm 4.61 mm -2.14 cm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.68 cm 4.65 mm -2.11 cm 0 eV 69.5 keV 463 mum 463 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.68 cm 4.65 mm -2.11 cm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.68 cm 4.65 mm -2.11 cm 0 eV 107 keV 17.7 mum 17.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.56 mm 107 mum 581 mum 376 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.45 mm 629 mum -928 mum 246 keV 0 eV 4.21 mm 4.21 mmWAbsorberPhysicalcompt - 2 -8 mm -130 mum -571 mum 0 eV 69.5 keV 999 mum 5.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8 mm -130 mum -571 mum 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8 mm -132 mum -570 mum 0 eV 176 keV 39.1 mum 39.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.45 mm 629 mum -928 mum 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.46 mm 631 mum -929 mum 0 eV 130 keV 24.3 mum 24.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 mm -12.7 mum 576 mum 7.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm 692 mum -640 mum 787 keV 0 eV 1.02 cm 1.02 cmWAbsorberPhysicalcompt - 2 -1.46 cm -2.05 mm -3.02 mm 0 eV 69.5 keV 3.96 mm 1.41 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 cm -2.05 mm -3.02 mm 717 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 cm -2.07 mm -3.03 mm 0 eV 717 keV 285 mum 285 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm 692 mum -640 mum 6.79 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm 779 mum -707 mum 2.89 MeV 3.36 MeV 1.54 mm 1.54 mmWAbsorberPhysicaleBrem - 2 -1.35 cm 771 mum -830 mum 211 keV 2.68 MeV 1.29 mm 2.82 mmWAbsorberPhysicaleIoni - 3 -1.35 cm 775 mum -832 mum 0 eV 211 keV 51.5 mum 2.87 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm 779 mum -707 mum 542 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm 767 mum -722 mum 0 eV 69.5 keV 30.4 mum 30.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm 767 mum -722 mum 473 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm 764 mum -734 mum 0 eV 473 keV 165 mum 165 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.25 mm -145 mum 741 mum 2.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 cm 846 mum -592 mum 0 eV 0 eV 9.8 mm 9.8 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 66, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 cm 846 mum -592 mum 1.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 cm 848 mum -576 mum 0 eV 1.02 MeV 441 mum 441 mumWAbsorberPhysicaleIoni - 2 -1.2 cm 848 mum -576 mum 0 eV 0 eV 0 fm 441 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 cm 848 mum -576 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.56 mm 6.02 mm -1.81 mm 0 eV 69.5 keV 5.84 mm 5.84 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.56 mm 6.02 mm -1.81 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.55 mm 6.03 mm -1.82 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 cm 848 mum -576 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 cm -4.17 mm 625 mum 0 eV 69.5 keV 5.66 mm 5.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.43 cm -4.17 mm 625 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 cm -4.17 mm 636 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 cm 846 mum -592 mum 476 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 cm 849 mum -601 mum 0 eV 476 keV 167 mum 167 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 mm -151 mum 751 mum 614 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.78 mm -94.6 mum 678 mum 420 keV 0 eV 631 mum 631 mumWAbsorberPhysicalcompt - 2 -3.09 mm 381 mum 643 mum 0 eV 69.5 keV 566 mum 1.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.09 mm 381 mum 643 mum 350 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.09 mm 387 mum 638 mum 0 eV 350 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.78 mm -94.6 mum 678 mum 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 mm -96.7 mum 677 mum 0 eV 195 keV 45.4 mum 45.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 mm -60.8 mum 768 mum 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -1.33 mm -184 mum 750 keV 0 eV 1.03 cm 1.03 cmWAbsorberPhysicalcompt - 2 -1.69 cm 2.44 mm 1.28 mm 205 keV 0 eV 6.47 mm 1.67 cmWAbsorberPhysicalcompt - 3 -1.61 cm 2.17 mm 420 mum 173 keV 0 eV 1.22 mm 1.79 cmWAbsorberPhysicalcompt - 4 -1.61 cm 2.15 mm 414 mum 0 eV 69.5 keV 26.3 mum 1.8 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 cm 2.15 mm 414 mum 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.61 cm 2.14 mm 414 mum 0 eV 104 keV 16.8 mum 16.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 cm 2.17 mm 420 mum 31.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.61 cm 2.17 mm 420 mum 0 eV 31.4 keV 2.37 mum 2.37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm 2.44 mm 1.28 mm 545 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm 2.45 mm 1.28 mm 0 eV 545 keV 200 mum 200 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -1.33 mm -184 mum 675 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 cm -1.35 mm -190 mum 0 eV 675 keV 264 mum 264 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 14.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.73 cm -21.6 cm -2.26 cm 14.1 MeV 0 eV 22.5 cm 22.5 cmLArgPhysicalTransportation - 2 25.8 cm -97.5 cm -10.2 cm 14.1 MeV 0 eV 78.9 cm 1.01 mMotherTransportation - 3 1.33 m -5 m -52.3 cm 14.1 MeV 0 eV 4.19 m 5.2 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 19.6 cm 11.4 cm -7.19 cm 46.3 MeV 0 eV 23.8 cm 23.8 cmF2RodPhysicalTransportation - 2 19.8 cm 11.5 cm -7.24 cm 46.3 MeV 0 eV 1.96 mm 24 cmF2LArGapPhysicalTransportation - 3 19.9 cm 11.5 cm -7.27 cm 46.3 MeV 0 eV 681 mum 24.1 cmCuPlateBPhysicalTransportation - 4 21.2 cm 12.3 cm -7.77 cm 46.3 MeV 0 eV 1.67 cm 25.7 cmLArgPhysicalTransportation - 5 31.6 cm 18.3 cm -11.6 cm 46.3 MeV 0 eV 12.6 cm 38.3 cmBackExcluderTransportation - 6 39.9 cm 23.1 cm -14.6 cm 46.3 MeV 0 eV 10 cm 48.4 cmLArgPhysicalTransportation - 7 1.2 m 69.3 cm -43.8 cm 46.3 MeV 0 eV 96.7 cm 1.45 mCryostatVolumesTransportation - 8 1.2 m 69.4 cm -43.9 cm 46.3 MeV 0 eV 3.41 mm 1.45 mInsulationPhysicalTransportation - 9 1.27 m 73.2 cm -46.3 cm 46.3 MeV 0 eV 7.97 cm 1.53 mCryostatVolumesTransportation - 10 1.27 m 73.4 cm -46.4 cm 46.3 MeV 0 eV 2.85 mm 1.54 mMotherTransportation - 11 5 m 2.89 m -1.83 m 46.3 MeV 0 eV 4.52 m 6.06 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=45.8375 -Edep in FCAL1 FCAl2 : 0 45.8375 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2508 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 8 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -456 mum -54.2 mum -122 mum 28.4 MeV 947 keV 475 mum 475 mumWAbsorberPhysicaleBrem - 2 -586 mum -59.7 mum -130 mum 27.9 MeV 323 keV 131 mum 606 mumWAbsorberPhysicaleBrem - 3 -749 mum -69.8 mum -128 mum 20.1 MeV 301 keV 164 mum 770 mumWAbsorberPhysicaleBrem - 4 -1.02 mm -157 mum -139 mum 19.2 MeV 560 keV 280 mum 1.05 mmWAbsorberPhysicaleBrem - 5 -1.98 mm -475 mum -392 mum 14.7 MeV 2.03 MeV 1.04 mm 2.09 mmWAbsorberPhysicaleBrem - 6 -2.71 mm -1.41 mm -395 mum 11.6 MeV 2.88 MeV 1.19 mm 3.28 mmWAbsorberPhysicaleBrem - 7 -3.34 mm -2.8 mm -1.92 mm 7.11 MeV 4.08 MeV 2.05 mm 5.32 mmWAbsorberPhysicaleBrem - 8 -3.48 mm -3.01 mm -2.05 mm 4.98 MeV 667 keV 372 mum 5.7 mmWAbsorberPhysicaleBrem - 9 -3.94 mm -2.77 mm -2.82 mm 1.96 MeV 2.21 MeV 1.03 mm 6.72 mmWAbsorberPhysicaleBrem - 10 -4.03 mm -2.8 mm -2.93 mm 0 eV 1.96 MeV 931 mum 7.66 mmWAbsorberPhysicaleIoni - 11 -4.03 mm -2.8 mm -2.93 mm 0 eV 0 eV 0 fm 7.66 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.03 mm -2.8 mm -2.93 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 mm -6.46 mm -3.64 mm 361 keV 0 eV 3.73 mm 3.73 mmWAbsorberPhysicalcompt - 2 -3.51 mm -7.26 mm -5.27 mm 0 eV 69.5 keV 1.89 mm 5.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.51 mm -7.26 mm -5.27 mm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.51 mm -7.27 mm -5.25 mm 63.2 keV 228 keV 76.2 mum 76.2 mumWAbsorberPhysicaleBrem - 2 -3.51 mm -7.27 mm -5.26 mm 0 eV 63.2 keV 7.47 mum 83.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.01 mm -6.46 mm -3.64 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 mm -6.46 mm -3.64 mm 0 eV 150 keV 30.4 mum 30.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.03 mm -2.8 mm -2.93 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.03 mm -1.82 mm -2.74 mm 0 eV 69.5 keV 991 mum 991 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.03 mm -1.82 mm -2.74 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.03 mm -1.81 mm -2.74 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.94 mm -2.77 mm -2.82 mm 807 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.64 mm -4.01 mm -6.55 mm 599 keV 0 eV 5.4 mm 5.4 mmWAbsorberPhysicalcompt - 2 -8.86 mm -2.93 mm -9.66 mm 0 eV 69.5 keV 3.51 mm 8.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.86 mm -2.93 mm -9.66 mm 530 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.87 mm -2.92 mm -9.67 mm 0 eV 530 keV 192 mum 192 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.64 mm -4.01 mm -6.55 mm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.64 mm -4.01 mm -6.55 mm 0 eV 208 keV 50.3 mum 50.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.48 mm -3.01 mm -2.05 mm 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm -8.79 mm -6.38 mm 644 keV 0 eV 1.14 cm 1.14 cmWAbsorberPhysicalcompt - 2 -1.32 cm -1.13 cm -5.44 mm 0 eV 69.5 keV 2.82 mm 1.42 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm -1.13 cm -5.44 mm 574 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 cm -1.13 cm -5.43 mm 0 eV 574 keV 214 mum 214 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 cm -8.79 mm -6.38 mm 822 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 cm -8.79 mm -6.4 mm 0 eV 822 keV 337 mum 337 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.34 mm -2.8 mm -1.92 mm 411 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.82 mm -5.02 mm -4.56 mm 0 eV 69.5 keV 6.47 mm 6.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.82 mm -5.02 mm -4.56 mm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.82 mm -5.01 mm -4.57 mm 0 eV 341 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.71 mm -1.41 mm -395 mum 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm -2.22 mm -427 mum 155 keV 0 eV 996 mum 996 mumWAbsorberPhysicalcompt - 2 -3.2 mm -2.23 mm -372 mum 0 eV 69.5 keV 112 mum 1.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 mm -2.23 mm -372 mum 85 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm -2.23 mm -371 mum 0 eV 85 keV 12.2 mum 12.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.3 mm -2.22 mm -427 mum 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm -2.22 mm -428 mum 0 eV 114 keV 19.7 mum 19.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm -475 mum -392 mum 2.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.03 mm -1.75 mm 225 mum 423 keV 0 eV 2.49 mm 2.49 mmWAbsorberPhysicalcompt - 2 610 mum -1.15 cm -4.53 mm 358 keV 0 eV 1.18 cm 1.43 cmWAbsorberPhysicalcompt - 3 -464 mum -1.51 cm -6 mm 0 eV 69.5 keV 4 mm 1.83 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -464 mum -1.51 cm -6 mm 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -458 mum -1.51 cm -6 mm 0 eV 288 keV 82.1 mum 82.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 610 mum -1.15 cm -4.53 mm 65.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 610 mum -1.15 cm -4.53 mm 0 eV 65.6 keV 7.98 mum 7.98 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.03 mm -1.75 mm 225 mum 2.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.13 mm -1.79 mm 260 mum 0 eV 2.05 MeV 956 mum 956 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 mm -157 mum -139 mum 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 mm -241 mum -153 mum 0 eV 69.5 keV 710 mum 710 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 mm -241 mum -153 mum 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 mm -243 mum -151 mum 0 eV 181 keV 40.5 mum 40.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -749 mum -69.8 mum -128 mum 7.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm -1.83 mm -37.3 mum 0 eV 0 eV 1.04 cm 1.04 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 31, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -1.83 mm -37.3 mum 1.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -1.87 mm -14.5 mum 0 eV 1.43 MeV 657 mum 657 mumWAbsorberPhysicaleIoni - 2 -1.11 cm -1.87 mm -14.5 mum 0 eV 0 eV 0 fm 657 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -1.87 mm -14.5 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm -983 mum 1.04 mm 435 keV 0 eV 3.48 mm 3.48 mmWAbsorberPhysicalcompt - 2 -1.61 cm -1.57 mm 2.49 mm 260 keV 0 eV 2.45 mm 5.93 mmWAbsorberPhysicalcompt - 3 -1.61 cm -1.51 mm 2.56 mm 0 eV 69.5 keV 96.1 mum 6.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 cm -1.51 mm 2.56 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.61 cm -1.51 mm 2.57 mm 0 eV 190 keV 43.9 mum 43.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 cm -1.57 mm 2.49 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.61 cm -1.57 mm 2.49 mm 0 eV 175 keV 38.5 mum 38.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 cm -983 mum 1.04 mm 76.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm -982 mum 1.04 mm 0 eV 76.5 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -1.87 mm -14.5 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 cm -2.02 mm -189 mum 0 eV 69.5 keV 572 mum 572 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm -2.02 mm -189 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 cm -2.02 mm -195 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -1.83 mm -37.3 mum 5.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm -1.86 mm 290 mum 1.19 MeV 2.94 MeV 1.59 mm 1.59 mmWAbsorberPhysicaleBrem - 2 -1.14 cm -1.85 mm 274 mum 596 keV 32.2 keV 19.4 mum 1.6 mmWAbsorberPhysicaleBrem - 3 -1.14 cm -1.85 mm 279 mum 0 eV 596 keV 224 mum 1.83 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm -1.85 mm 274 mum 561 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.52 mm 552 mum 377 mum 0 eV 69.5 keV 3.78 mm 3.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.52 mm 552 mum 377 mum 492 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.52 mm 556 mum 381 mum 341 keV 6.97 keV 8.21 mum 8.21 mumWAbsorberPhysicaleBrem - 2 -8.51 mm 561 mum 382 mum 0 eV 341 keV 105 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.52 mm 556 mum 381 mum 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8 mm 831 mum 32.3 mum 0 eV 69.5 keV 680 mum 680 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8 mm 831 mum 32.3 mum 74.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8 mm 831 mum 32.8 mum 0 eV 74.4 keV 9.83 mum 9.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm -1.86 mm 290 mum 966 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 mm -3.14 mm -8.39 mm 527 keV 0 eV 1.31 cm 1.31 cmWAbsorberPhysicalcompt - 2 1.06 cm 772 mum -6.24 mm 0 eV 69.5 keV 1.31 cm 2.62 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm 772 mum -6.24 mm 457 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm 766 mum -6.23 mm 0 eV 457 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 mm -3.14 mm -8.39 mm 439 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 mm -3.14 mm -8.4 mm 0 eV 439 keV 149 mum 149 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -586 mum -59.7 mum -130 mum 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 mm -132 mum -187 mum 0 eV 69.5 keV 1.01 mm 1.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.59 mm -132 mum -187 mum 82.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 mm -132 mum -187 mum 0 eV 82.8 keV 11.7 mum 11.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -456 mum -54.2 mum -122 mum 3.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.08 cm -2.8 mm -1.46 mm 1.78 MeV 0 eV 3.05 cm 3.05 cmWAbsorberPhysicalcompt - 2 -3.19 cm -3.08 mm -2.16 mm 0 eV 69.5 keV 1.35 mm 3.18 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.19 cm -3.08 mm -2.16 mm 1.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 cm -3.27 mm -2.17 mm 694 keV 780 keV 318 mum 318 mumWAbsorberPhysicaleBrem - 2 -3.2 cm -3.27 mm -2.17 mm 0 eV 694 keV 273 mum 592 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 cm -3.27 mm -2.17 mm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.34 cm -2.89 mm -1.73 mm 129 keV 0 eV 1.53 mm 1.53 mmWAbsorberPhysicalcompt - 2 -3.33 cm -2.91 mm -1.92 mm 0 eV 69.5 keV 230 mum 1.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.33 cm -2.91 mm -1.92 mm 59.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.33 cm -2.91 mm -1.92 mm 0 eV 59.4 keV 6.78 mum 6.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.34 cm -2.89 mm -1.73 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.34 cm -2.89 mm -1.73 mm 0 eV 107 keV 17.7 mum 17.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.08 cm -2.8 mm -1.46 mm 1.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.08 cm -2.79 mm -1.24 mm 548 keV 655 keV 367 mum 367 mumWAbsorberPhysicaleBrem - 2 -3.08 cm -2.77 mm -1.23 mm 0 eV 548 keV 201 mum 569 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.08 cm -2.79 mm -1.24 mm 345 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.06 cm -2.7 mm -1.17 mm 0 eV 69.5 keV 220 mum 220 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.06 cm -2.7 mm -1.17 mm 275 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.06 cm -2.7 mm -1.17 mm 0 eV 275 keV 76.8 mum 76.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 23.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.44 cm 16.1 cm -5.14 cm 23.9 MeV 0 eV 18.5 cm 18.5 cmF2TroffMainPhysicalTransportation - 2 -7.86 cm 17 cm -5.43 cm 23.9 MeV 0 eV 1.05 cm 19.5 cmLArgPhysicalTransportation - 3 -45.1 cm 97.5 cm -31.1 cm 23.9 MeV 0 eV 92.3 cm 1.12 mCryostatVolumesTransportation - 4 -91.3 cm 1.98 m -63 cm 23.9 MeV 0 eV 1.15 m 2.27 mMotherTransportation - 5 -2.31 m 5 m -1.6 m 23.9 MeV 0 eV 3.47 m 5.73 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 18.2 cm -8.74 cm 5.71 cm 48.6 MeV 0 eV 21 cm 21 cmLArgPhysicalTransportation - 2 1.22 m -58.4 cm 38.2 cm 48.6 MeV 0 eV 1.19 m 1.4 mCryostatVolumesTransportation - 3 1.22 m -58.6 cm 38.3 cm 48.6 MeV 0 eV 3.3 mm 1.41 mInsulationPhysicalTransportation - 4 1.29 m -61.8 cm 40.4 cm 48.6 MeV 0 eV 7.7 cm 1.48 mCryostatVolumesTransportation - 5 1.29 m -61.9 cm 40.4 cm 48.6 MeV 0 eV 2.75 mm 1.49 mMotherTransportation - 6 5 m -2.4 m 1.57 m 48.6 MeV 0 eV 4.28 m 5.77 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=33.6857 -Edep in FCAL1 FCAl2 : 0 33.6857 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2509 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 9 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 809 mum 1.73 mm -1.44 mm 16.8 MeV 4.48 MeV 2.33 mm 2.33 mmWAbsorberPhysicaleBrem - 2 1.16 mm 2.35 mm -2.19 mm 13.5 MeV 2.18 MeV 1.13 mm 3.46 mmWAbsorberPhysicaleBrem - 3 1.05 mm 2.59 mm -2.46 mm 11 MeV 677 keV 403 mum 3.86 mmWAbsorberPhysicaleBrem - 4 1.02 mm 2.61 mm -2.53 mm 6.95 MeV 140 keV 77.4 mum 3.94 mmWAbsorberPhysicaleBrem - 5 866 mum 2.78 mm -2.8 mm 3.44 MeV 586 keV 376 mum 4.32 mmWAbsorberPhysicaleBrem - 6 1.25 mm 2.16 mm -3.7 mm 1.22 MeV 2.23 MeV 1.46 mm 5.78 mmWAbsorberPhysicaleIoni - 7 1.18 mm 2.14 mm -3.69 mm 0 eV 1.22 MeV 546 mum 6.32 mmWAbsorberPhysicaleIoni - 8 1.18 mm 2.14 mm -3.69 mm 0 eV 0 eV 0 fm 6.32 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 mm 2.14 mm -3.69 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 mm 2.13 mm -3.69 mm 0 eV 69.5 keV 3.8 mum 3.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 mm 2.13 mm -3.69 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm 2.13 mm -3.7 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 mm 2.14 mm -3.69 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 950 mum 2.17 mm -3.51 mm 505 keV 0 eV 296 mum 296 mumWAbsorberPhysicalcompt - 2 -3.06 mm 2.97 mm 675 mum 231 keV 0 eV 5.85 mm 6.14 mmWAbsorberPhysicalcompt - 3 -3.5 mm 3.87 mm -321 mum 0 eV 69.5 keV 1.41 mm 7.56 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.5 mm 3.87 mm -321 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.5 mm 3.87 mm -324 mum 0 eV 161 keV 34 mum 34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.06 mm 2.97 mm 675 mum 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.06 mm 2.97 mm 680 mum 0 eV 274 keV 76.4 mum 76.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 950 mum 2.17 mm -3.51 mm 5.56 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 950 mum 2.17 mm -3.51 mm 0 eV 5.56 keV 163 nm 163 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 866 mum 2.78 mm -2.8 mm 2.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.98 mm 923 mum -2.01 cm 709 keV 0 eV 1.96 cm 1.96 cmWAbsorberPhysicalcompt - 2 -8.21 mm 2.21 mm -2.09 cm 0 eV 69.5 keV 1.53 mm 2.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.21 mm 2.21 mm -2.09 cm 639 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.21 mm 2.22 mm -2.1 cm 0 eV 639 keV 246 mum 246 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.98 mm 923 mum -2.01 cm 2.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.93 mm 1.31 mm -2.05 cm 631 keV 1.47 MeV 814 mum 814 mumWAbsorberPhysicaleBrem - 2 -7.94 mm 1.33 mm -2.05 cm 0 eV 631 keV 242 mum 1.06 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.93 mm 1.31 mm -2.05 cm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.97 mm 1.37 mm -2.04 cm 0 eV 69.5 keV 78.8 mum 78.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.97 mm 1.37 mm -2.04 cm 48.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.97 mm 1.37 mm -2.04 cm 0 eV 48.1 keV 4.78 mum 4.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 mm 2.61 mm -2.53 mm 3.86 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.43 mm 4.23 mm -1.06 cm 0 eV 69.5 keV 1.11 cm 1.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.43 mm 4.23 mm -1.06 cm 3.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.37 mm 4.1 mm -1.11 cm 193 keV 1.4 MeV 546 mum 546 mumWAbsorberPhysicaleBrem - 2 -6.37 mm 4.11 mm -1.11 cm 0 eV 193 keV 44.9 mum 591 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.37 mm 4.1 mm -1.11 cm 2.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.75 mm 5.97 mm -1.11 cm 0 eV 69.5 keV 1.97 mm 1.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.75 mm 5.97 mm -1.11 cm 2.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.71 mm 6.02 mm -1.11 cm 1.51 MeV 173 keV 99.6 mum 99.6 mumWAbsorberPhysicaleBrem - 2 -5.78 mm 6.09 mm -1.1 cm 919 keV 398 keV 181 mum 280 mumWAbsorberPhysicaleBrem - 3 -5.77 mm 6.12 mm -1.1 cm 0 eV 919 keV 386 mum 667 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.78 mm 6.09 mm -1.1 cm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.31 mm 6.7 mm -1.12 cm 0 eV 69.5 keV 802 mum 802 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.31 mm 6.7 mm -1.12 cm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.31 mm 6.7 mm -1.12 cm 0 eV 123 keV 22.2 mum 22.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.71 mm 6.02 mm -1.11 cm 448 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 mm 1.12 cm -8.62 mm 0 eV 69.5 keV 6.4 mm 6.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 mm 1.12 cm -8.62 mm 379 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.83 mm 1.12 cm -8.62 mm 0 eV 379 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 mm 2.59 mm -2.46 mm 1.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm 5.23 mm -9.24 mm 1.87 MeV 0 eV 7.63 mm 7.63 mmWAbsorberPhysicalcompt - 2 -3.48 mm 8.39 mm -1.9 cm 280 keV 0 eV 1.05 cm 1.81 cmWAbsorberPhysicalcompt - 3 -3.35 mm 7.79 mm -1.88 cm 0 eV 69.5 keV 632 mum 1.87 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.35 mm 7.79 mm -1.88 cm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.35 mm 7.79 mm -1.88 cm 0 eV 211 keV 51.4 mum 51.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.48 mm 8.39 mm -1.9 cm 1.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.49 mm 8.42 mm -1.9 cm 0 eV 1.59 MeV 727 mum 727 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 mm 5.23 mm -9.24 mm 39.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm 5.23 mm -9.24 mm 0 eV 39.8 keV 3.5 mum 3.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 mm 2.35 mm -2.19 mm 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 960 mum 2.56 mm -2.57 mm 1.02 MeV 0 eV 476 mum 476 mumWAbsorberPhysicalcompt - 2 -929 mum 5.16 mm -7.33 mm 345 keV 0 eV 5.75 mm 6.23 mmWAbsorberPhysicalcompt - 3 810 mum 5.43 mm -7.92 mm 0 eV 69.5 keV 1.85 mm 8.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 810 mum 5.43 mm -7.92 mm 275 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 814 mum 5.42 mm -7.92 mm 0 eV 275 keV 76.6 mum 76.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -929 mum 5.16 mm -7.33 mm 672 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -942 mum 5.17 mm -7.35 mm 0 eV 672 keV 251 mum 251 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 960 mum 2.56 mm -2.57 mm 8.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 960 mum 2.56 mm -2.57 mm 0 eV 8.9 keV 326 nm 326 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 809 mum 1.73 mm -1.44 mm 1.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.96 mm 2.56 cm -3.33 cm 1.69 MeV 0 eV 3.98 cm 3.98 cmWAbsorberPhysicalcompt - 2 2.49 mm 3.44 cm -4.62 cm 870 keV 0 eV 1.57 cm 5.55 cmWAbsorberPhysicalcompt - 3 7.53 mm 4.25 cm -4.97 cm 301 keV 0 eV 1.01 cm 6.56 cmWAbsorberPhysicalcompt - 4 6.28 mm 4.33 cm -4.91 cm 0 eV 69.5 keV 1.57 mm 6.72 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.28 mm 4.33 cm -4.91 cm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.28 mm 4.33 cm -4.91 cm 0 eV 231 keV 59.2 mum 59.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.53 mm 4.25 cm -4.97 cm 569 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.54 mm 4.25 cm -4.97 cm 0 eV 569 keV 211 mum 211 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.49 mm 3.44 cm -4.62 cm 822 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 mm 3.44 cm -4.62 cm 0 eV 822 keV 338 mum 338 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.96 mm 2.56 cm -3.33 cm 26.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.96 mm 2.56 cm -3.33 cm 0 eV 26.6 keV 1.82 mum 1.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 cm 17.8 cm -3.61 cm 32.5 MeV 0 eV 18.2 cm 18.2 cmLArgPhysicalTransportation - 2 8.53 cm 97.5 cm -19.8 cm 32.5 MeV 0 eV 81.7 cm 99.9 cmCryostatVolumesTransportation - 3 17.3 cm 1.98 m -40.1 cm 32.5 MeV 0 eV 1.02 m 2.02 mMotherTransportation - 4 43.7 cm 5 m -1.02 m 32.5 MeV 0 eV 3.1 m 5.12 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.27 cm -19.4 cm 11.6 cm 49.7 MeV 0 eV 23.7 cm 23.7 cmFCALEnvelopePhysicalTransportation - 2 -7.34 cm -19.6 cm 11.7 cm 49.7 MeV 0 eV 2.2 mm 23.9 cmLArgPhysicalTransportation - 3 -36.6 cm -97.5 cm 58.3 cm 49.7 MeV 0 eV 95.4 cm 1.19 mMotherTransportation - 4 -1.88 m -5 m 2.99 m 49.7 MeV 0 eV 4.93 m 6.12 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=23.9692 -Edep in FCAL1 FCAl2 : 0 23.9692 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2510 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 10 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 60.4 mum -41.1 mum 16.7 mum 47.8 MeV 170 keV 74.9 mum 74.9 mumWAbsorberPhysicaleBrem - 2 1.4 mm -1.37 mm 531 mum 42.5 MeV 4.86 MeV 1.98 mm 2.05 mmWAbsorberPhysicaleBrem - 3 1.78 mm -1.6 mm 673 mum 22.7 MeV 1.08 MeV 467 mum 2.52 mmWAbsorberPhysicaleBrem - 4 2.49 mm -2.17 mm 889 mum 18.1 MeV 3.39 MeV 936 mum 3.46 mmWAbsorberPhysicaleBrem - 5 1.98 mm -2.23 mm 1.34 mm 12.9 MeV 1.4 MeV 706 mum 4.16 mmWAbsorberPhysicaleBrem - 6 1.9 mm -2.24 mm 1.41 mm 12.5 MeV 169 keV 101 mum 4.26 mmWAbsorberPhysicaleBrem - 7 1.8 mm -2.28 mm 1.52 mm 9.55 MeV 342 keV 163 mum 4.43 mmWAbsorberPhysicaleBrem - 8 1.39 mm -2.31 mm 1.82 mm 8.4 MeV 981 keV 508 mum 4.93 mmWAbsorberPhysicaleBrem - 9 1.39 mm -2.32 mm 1.83 mm 7.6 MeV 33.3 keV 15.9 mum 4.95 mmWAbsorberPhysicaleBrem - 10 1.35 mm -2.37 mm 1.86 mm 5.06 MeV 192 keV 64.8 mum 5.02 mmWAbsorberPhysicaleIoni - 11 1.12 mm -2.51 mm 2.47 mm 2.52 MeV 2.34 MeV 795 mum 5.81 mmWAbsorberPhysicaleBrem - 12 1.32 mm -2.58 mm 2.25 mm 1.83 MeV 554 keV 368 mum 6.18 mmWAbsorberPhysicaleBrem - 13 1.22 mm -2.49 mm 2.27 mm 0 eV 1.83 MeV 866 mum 7.04 mmWAbsorberPhysicaleIoni - 14 1.22 mm -2.49 mm 2.27 mm 0 eV 0 eV 0 fm 7.04 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 mm -2.49 mm 2.27 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -500 mum -1.8 mm 3.36 mm 275 keV 0 eV 2.15 mm 2.15 mmWAbsorberPhysicalcompt - 2 -1.32 mm -1.63 mm 2.32 mm 0 eV 69.5 keV 1.33 mm 3.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 mm -1.63 mm 2.32 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 mm -1.63 mm 2.32 mm 0 eV 206 keV 49.4 mum 49.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -500 mum -1.8 mm 3.36 mm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -502 mum -1.8 mm 3.36 mm 0 eV 236 keV 60.9 mum 60.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 mm -2.49 mm 2.27 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.01 mm -3.6 mm 521 mum 414 keV 0 eV 3.47 mm 3.47 mmWAbsorberPhysicalcompt - 2 1.09 cm -453 mum -8.83 mm 0 eV 69.5 keV 1.2 cm 1.55 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm -453 mum -8.83 mm 345 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm -447 mum -8.82 mm 0 eV 345 keV 106 mum 106 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.01 mm -3.6 mm 521 mum 96.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.01 mm -3.61 mm 522 mum 0 eV 96.6 keV 15 mum 15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 mm -2.58 mm 2.25 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 955 mum -2.25 mm 2.4 mm 0 eV 69.5 keV 510 mum 510 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 955 mum -2.25 mm 2.4 mm 63.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 955 mum -2.25 mm 2.4 mm 0 eV 63.3 keV 7.5 mum 7.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 mm -2.51 mm 2.47 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 mm -2.57 mm 2.49 mm 0 eV 69.5 keV 65.1 mum 65.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 mm -2.57 mm 2.49 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 mm -2.57 mm 2.5 mm 0 eV 129 keV 23.8 mum 23.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.35 mm -2.37 mm 1.86 mm 2.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 mm -2.41 mm 1.59 mm 735 keV 1.46 MeV 599 mum 599 mumWAbsorberPhysicaleBrem - 2 1.04 mm -2.39 mm 1.6 mm 0 eV 735 keV 293 mum 893 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 mm -2.41 mm 1.59 mm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 931 mum -1.94 mm 1.87 mm 0 eV 69.5 keV 560 mum 560 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 931 mum -1.94 mm 1.87 mm 88.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 931 mum -1.94 mm 1.87 mm 0 eV 88.7 keV 13.1 mum 13.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 mm -2.32 mm 1.83 mm 762 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 491 mum -3.66 mm 3.33 mm 0 eV 69.5 keV 2.2 mm 2.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 491 mum -3.66 mm 3.33 mm 692 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 490 mum -3.67 mm 3.34 mm 0 eV 692 keV 272 mum 272 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 mm -2.31 mm 1.82 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 mm -2.33 mm 1.84 mm 0 eV 69.5 keV 36 mum 36 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 mm -2.33 mm 1.84 mm 100 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 mm -2.33 mm 1.84 mm 0 eV 100 keV 15.8 mum 15.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 mm -2.28 mm 1.52 mm 2.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.64 mm -7.89 mm 1.04 cm 1.27 MeV 0 eV 1.55 cm 1.55 cmWAbsorberPhysicalcompt - 2 -1.61 cm -5.38 mm 1.68 cm 912 keV 0 eV 9.39 mm 2.49 cmWAbsorberPhysicalcompt - 3 -3.47 cm 1.29 cm 2.46 cm 473 keV 0 eV 2.72 cm 5.22 cmWAbsorberPhysicalcompt - 4 -3.49 cm 1.3 cm 2.44 cm 420 keV 0 eV 314 mum 5.25 cmWAbsorberPhysicalcompt - 5 -3.7 cm 1.48 cm 2.36 cm 220 keV 0 eV 2.86 mm 5.53 cmWAbsorberPhysicalcompt - 6 -3.72 cm 1.41 cm 2.29 cm 0 eV 69.5 keV 1.03 mm 5.64 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.72 cm 1.41 cm 2.29 cm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.72 cm 1.41 cm 2.29 cm 0 eV 150 keV 30.5 mum 30.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.7 cm 1.48 cm 2.36 cm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.7 cm 1.48 cm 2.36 cm 0 eV 200 keV 47.3 mum 47.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.49 cm 1.3 cm 2.44 cm 52.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.49 cm 1.3 cm 2.44 cm 0 eV 52.7 keV 5.57 mum 5.57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.47 cm 1.29 cm 2.46 cm 439 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.47 cm 1.29 cm 2.46 cm 0 eV 439 keV 149 mum 149 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 cm -5.38 mm 1.68 cm 354 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.61 cm -5.38 mm 1.68 cm 0 eV 354 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.64 mm -7.89 mm 1.04 cm 1.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.63 mm -8.01 mm 1.04 cm 631 keV 325 keV 211 mum 211 mumWAbsorberPhysicaleBrem - 2 -9.63 mm -7.99 mm 1.04 cm 0 eV 631 keV 242 mum 453 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.63 mm -8.01 mm 1.04 cm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.98 mm -6.56 mm 1.24 cm 0 eV 69.5 keV 2.58 mm 2.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.98 mm -6.56 mm 1.24 cm 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.98 mm -6.56 mm 1.24 cm 0 eV 271 keV 75 mum 75 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.9 mm -2.24 mm 1.41 mm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm -3.85 mm 4.52 mm 147 keV 0 eV 5.43 mm 5.43 mmWAbsorberPhysicalcompt - 2 -1.72 mm -4.15 mm 4.51 mm 0 eV 69.5 keV 604 mum 6.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 mm -4.15 mm 4.51 mm 77 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 mm -4.15 mm 4.51 mm 0 eV 77 keV 10.4 mum 10.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm -3.85 mm 4.52 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.25 mm -3.85 mm 4.52 mm 0 eV 114 keV 19.6 mum 19.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm -2.23 mm 1.34 mm 3.86 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.14 mm -3.3 mm 7.51 mm 1.48 MeV 0 eV 9.48 mm 9.48 mmWAbsorberPhysicalcompt - 2 -5.91 mm -4.8 mm 9.75 mm 226 keV 0 eV 2.8 mm 1.23 cmWAbsorberPhysicalcompt - 3 -5.99 mm -4.32 mm 9.22 mm 0 eV 69.5 keV 722 mum 1.3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.99 mm -4.32 mm 9.22 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.99 mm -4.32 mm 9.22 mm 0 eV 156 keV 32.3 mum 32.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.91 mm -4.8 mm 9.75 mm 1.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.92 mm -4.83 mm 9.79 mm 0 eV 1.25 MeV 555 mum 555 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.14 mm -3.3 mm 7.51 mm 2.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.27 mm -3.29 mm 7.58 mm 0 eV 2.38 MeV 1.11 mm 1.11 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.49 mm -2.17 mm 889 mum 1.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 cm 2.51 mm 2.08 cm 1.07 MeV 0 eV 2.94 cm 2.94 cmWAbsorberPhysicalcompt - 2 -2.81 cm 3.82 mm 2.52 cm 242 keV 0 eV 1.05 cm 3.99 cmWAbsorberPhysicalcompt - 3 -2.55 cm 3.95 mm 2.64 cm 0 eV 69.5 keV 2.79 mm 4.27 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 cm 3.95 mm 2.64 cm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 cm 3.95 mm 2.64 cm 0 eV 173 keV 37.9 mum 37.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.81 cm 3.82 mm 2.52 cm 832 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.81 cm 3.82 mm 2.52 cm 0 eV 832 keV 343 mum 343 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 cm 2.51 mm 2.08 cm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 cm 2.51 mm 2.08 cm 0 eV 128 keV 23.6 mum 23.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.78 mm -1.6 mm 673 mum 18.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 cm -1.01 cm 4.97 mm 0 eV 0 eV 1.95 cm 1.95 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 46, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.87 cm -1.01 cm 4.97 mm 6.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 cm -1.05 cm 5.02 mm 4.77 MeV 974 keV 540 mum 540 mumWAbsorberPhysicaleBrem - 2 1.95 cm -1.01 cm 4.8 mm 3.01 MeV 1.64 MeV 704 mum 1.24 mmWAbsorberPhysicaleBrem - 3 1.97 cm -1.01 cm 4.8 mm 1.41 MeV 208 keV 155 mum 1.4 mmWAbsorberPhysicaleBrem - 4 1.96 cm -1.01 cm 4.81 mm 0 eV 1.41 MeV 648 mum 2.05 mmWAbsorberPhysicaleIoni - 5 1.96 cm -1.01 cm 4.81 mm 0 eV 0 eV 0 fm 2.05 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm -1.01 cm 4.81 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.92 cm -1.04 cm 5.83 mm 0 eV 69.5 keV 1.14 mm 1.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 cm -1.04 cm 5.83 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.92 cm -1.04 cm 5.83 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm -1.01 cm 4.81 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.22 cm -7.48 mm -2.73 mm 0 eV 69.5 keV 8.39 mm 8.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 cm -7.48 mm -2.73 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.22 cm -7.48 mm -2.74 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 cm -1.01 cm 4.8 mm 1.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm -5.65 mm 6.76 mm 334 keV 0 eV 9.47 mm 9.47 mmWAbsorberPhysicalcompt - 2 1.38 cm -3.63 mm 8.63 mm 0 eV 69.5 keV 3.55 mm 1.3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 cm -3.63 mm 8.63 mm 265 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 cm -3.62 mm 8.63 mm 110 keV 23.4 keV 11 mum 11 mumWAbsorberPhysicaleBrem - 2 1.38 cm -3.62 mm 8.63 mm 0 eV 110 keV 18.4 mum 29.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 cm -3.62 mm 8.63 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 cm -3.62 mm 8.57 mm 0 eV 69.5 keV 57.7 mum 57.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 cm -3.62 mm 8.57 mm 61.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 cm -3.62 mm 8.57 mm 0 eV 61.9 keV 7.24 mum 7.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 cm -5.65 mm 6.76 mm 1.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm -5.64 mm 6.76 mm 0 eV 1.05 MeV 454 mum 454 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 cm -1.01 cm 4.8 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 cm -1.02 cm 4.85 mm 0 eV 69.5 keV 117 mum 117 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm -1.02 cm 4.85 mm 56.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 cm -1.02 cm 4.85 mm 0 eV 56.8 keV 6.32 mum 6.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 cm -1.05 cm 5.02 mm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.92 cm -1.05 cm 5.04 mm 0 eV 69.5 keV 60.9 mum 60.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 cm -1.05 cm 5.04 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.92 cm -1.05 cm 5.04 mm 0 eV 220 keV 55 mum 55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.87 cm -1.01 cm 4.97 mm 11.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 cm -1.02 cm 4.97 mm 7.43 MeV 150 keV 91.9 mum 91.9 mumWAbsorberPhysicaleBrem - 2 1.93 cm -1.02 cm 4.63 mm 5.88 MeV 1.38 MeV 733 mum 825 mumWAbsorberPhysicaleBrem - 3 1.88 cm -9.88 mm 4.56 mm 4.38 MeV 1.38 MeV 829 mum 1.65 mmWAbsorberPhysicaleBrem - 4 1.87 cm -9.69 mm 4.8 mm 2.03 MeV 1.43 MeV 474 mum 2.13 mmWAbsorberPhysicaleBrem - 5 1.87 cm -9.63 mm 4.86 mm 0 eV 2.03 MeV 945 mum 3.07 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.87 cm -9.69 mm 4.8 mm 921 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 cm -7.07 mm 6.55 mm 438 keV 0 eV 4.41 mm 4.41 mmWAbsorberPhysicalcompt - 2 2.21 cm 2.53 mm 1.9 mm 427 keV 0 eV 1.07 cm 1.51 cmWAbsorberPhysicalcompt - 3 2.22 cm 2.77 mm 1.72 mm 0 eV 69.5 keV 313 mum 1.54 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 cm 2.77 mm 1.72 mm 357 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.22 cm 2.78 mm 1.72 mm 0 eV 357 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 cm 2.53 mm 1.9 mm 11.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 cm 2.53 mm 1.9 mm 0 eV 11.4 keV 474 nm 474 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.17 cm -7.07 mm 6.55 mm 483 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 cm -7.07 mm 6.56 mm 0 eV 483 keV 170 mum 170 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 cm -9.88 mm 4.56 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 cm -9.93 mm 4.7 mm 0 eV 69.5 keV 159 mum 159 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 cm -9.93 mm 4.7 mm 48.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 cm -9.93 mm 4.7 mm 0 eV 48.9 keV 4.91 mum 4.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 cm -1.02 cm 4.63 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 cm -1.01 cm 4.65 mm 0 eV 69.5 keV 98.4 mum 98.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 cm -1.01 cm 4.65 mm 94.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 cm -1.01 cm 4.65 mm 0 eV 94.8 keV 14.5 mum 14.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 cm -1.02 cm 4.97 mm 4.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 cm -1.63 cm 4.13 mm 0 eV 69.5 keV 1.04 cm 1.04 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 cm -1.63 cm 4.13 mm 3.98 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 cm -1.67 cm 3.31 mm 546 keV 3.26 MeV 1.17 mm 1.17 mmWAbsorberPhysicaleBrem - 2 2.72 cm -1.66 cm 3.31 mm 0 eV 546 keV 200 mum 1.37 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 cm -1.67 cm 3.31 mm 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 cm -1.67 cm 3.47 mm 165 keV 0 eV 178 mum 178 mumWAbsorberPhysicalcompt - 2 2.72 cm -1.68 cm 3.57 mm 137 keV 0 eV 127 mum 305 mumWAbsorberPhysicalcompt - 3 2.71 cm -1.71 cm 3.51 mm 0 eV 69.5 keV 337 mum 642 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.71 cm -1.71 cm 3.51 mm 67.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.71 cm -1.71 cm 3.51 mm 0 eV 67.3 keV 8.33 mum 8.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 cm -1.68 cm 3.57 mm 27.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 cm -1.68 cm 3.57 mm 0 eV 27.9 keV 1.97 mum 1.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 cm -1.67 cm 3.47 mm 3.52 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 cm -1.67 cm 3.47 mm 0 eV 3.52 keV 86.1 nm 86.1 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm -1.37 mm 531 mum 421 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.9 mm -2.68 mm 1.22 mm 0 eV 69.5 keV 2.9 mm 2.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.9 mm -2.68 mm 1.22 mm 351 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.91 mm -2.68 mm 1.22 mm 0 eV 351 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 60.4 mum -41.1 mum 16.7 mum 3.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.02 mm -4.69 mm 1.4 mm 405 keV 0 eV 8.48 mm 8.48 mmWAbsorberPhysicalcompt - 2 9.18 mm -242 mum 2.29 mm 0 eV 69.5 keV 5.02 mm 1.35 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.18 mm -242 mum 2.29 mm 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.18 mm -236 mum 2.29 mm 0 eV 336 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.02 mm -4.69 mm 1.4 mm 2.85 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7 mm -5.02 mm 1.21 mm 1.1 MeV 1.16 MeV 517 mum 517 mumWAbsorberPhysicaleBrem - 2 7.03 mm -5 mm 1.24 mm 0 eV 1.1 MeV 479 mum 996 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7 mm -5.02 mm 1.21 mm 587 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.5 mm -4.56 mm 1.44 mm 197 keV 0 eV 723 mum 723 mumWAbsorberPhysicalcompt - 2 7.41 mm -4.68 mm 1.16 mm 0 eV 69.5 keV 325 mum 1.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.41 mm -4.68 mm 1.16 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.41 mm -4.68 mm 1.16 mm 0 eV 127 keV 23.3 mum 23.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.5 mm -4.56 mm 1.44 mm 390 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.51 mm -4.55 mm 1.45 mm 0 eV 390 keV 126 mum 126 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -13.2 cm 15.7 cm -5.58 cm 30.9 MeV 0 eV 21.3 cm 21.3 cmLArgPhysicalTransportation - 2 -82 cm 97.5 cm -34.6 cm 30.9 MeV 0 eV 1.11 m 1.32 mCryostatVolumesTransportation - 3 -1.18 m 1.4 m -49.7 cm 30.9 MeV 0 eV 57.4 cm 1.89 mInsulationPhysicalTransportation - 4 -1.24 m 1.48 m -52.4 cm 30.9 MeV 0 eV 10.4 cm 2 mCryostatVolumesTransportation - 5 -1.24 m 1.48 m -52.5 cm 30.9 MeV 0 eV 3.71 mm 2 mMotherTransportation - 6 -4.21 m 5 m -1.78 m 30.9 MeV 0 eV 4.77 m 6.77 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 23.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -28.1 cm 7.86 cm -6.13 cm 23.1 MeV 0 eV 29.8 cm 29.8 cmLArgPhysicalTransportation - 2 -1.25 m 34.8 cm -27.2 cm 23.1 MeV 0 eV 1.02 m 1.32 mCryostatVolumesTransportation - 3 -1.25 m 34.9 cm -27.2 cm 23.1 MeV 0 eV 3.11 mm 1.32 mInsulationPhysicalTransportation - 4 -1.32 m 36.8 cm -28.7 cm 23.1 MeV 0 eV 7.26 cm 1.4 mCryostatVolumesTransportation - 5 -1.32 m 36.9 cm -28.8 cm 23.1 MeV 0 eV 2.59 mm 1.4 mMotherTransportation - 6 -5 m 1.4 m -1.09 m 23.1 MeV 0 eV 3.91 m 5.31 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=52.2234 -Edep in FCAL1 FCAl2 : 0 52.2234 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2511 0 0 0 --------------------------------------------- - ----> Begin of event: 11 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 11 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -13.5 mum -16.9 mum -69.4 mum 44.1 MeV 148 keV 72.7 mum 72.7 mumWAbsorberPhysicaleBrem - 2 -63.5 mum -64.4 mum -420 mum 12.6 MeV 871 keV 358 mum 431 mumWAbsorberPhysicaleBrem - 3 946 mum -921 mum -2.08 mm 8.37 MeV 3.72 MeV 1.95 mm 2.38 mmWAbsorberPhysicaleBrem - 4 175 mum -825 mum -2.53 mm 4.17 MeV 2.41 MeV 1.24 mm 3.63 mmWAbsorberPhysicaleBrem - 5 52.2 mum -497 mum -2.21 mm 1.95 MeV 984 keV 526 mum 4.15 mmWAbsorberPhysicaleBrem - 6 -34.4 mum -881 mum -2.16 mm 800 keV 1.03 MeV 546 mum 4.7 mmWAbsorberPhysicaleBrem - 7 -41.6 mum -918 mum -2.14 mm 0 eV 800 keV 328 mum 5.03 mmWAbsorberPhysicaleIoni - 8 -41.6 mum -918 mum -2.14 mm 0 eV 0 eV 0 fm 5.03 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -41.6 mum -918 mum -2.14 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 762 mum -87.6 mum -2.57 mm 0 eV 69.5 keV 1.23 mm 1.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 762 mum -87.6 mum -2.57 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 784 mum -85.8 mum -2.53 mm 17.1 keV 282 keV 82.4 mum 82.4 mumWAbsorberPhysicaleBrem - 2 785 mum -85.7 mum -2.53 mm 0 eV 17.1 keV 898 nm 83.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 784 mum -85.8 mum -2.53 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 mm -91.4 mum -2.52 mm 0 eV 69.5 keV 327 mum 327 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 mm -91.4 mum -2.52 mm 72.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 mm -91.8 mum -2.52 mm 0 eV 72.3 keV 9.38 mum 9.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -41.6 mum -918 mum -2.14 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -183 mum -1.06 mm -2.07 mm 0 eV 69.5 keV 216 mum 216 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -183 mum -1.06 mm -2.07 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -181 mum -1.08 mm -2.06 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -34.4 mum -881 mum -2.16 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -307 mum -1.52 mm -1.65 mm 0 eV 69.5 keV 861 mum 861 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -307 mum -1.52 mm -1.65 mm 54.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -307 mum -1.52 mm -1.65 mm 0 eV 54.2 keV 5.85 mum 5.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 52.2 mum -497 mum -2.21 mm 1.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 mm -1.23 mm -3.26 mm 547 keV 0 eV 2.34 mm 2.34 mmWAbsorberPhysicalcompt - 2 -3.89 mm 499 mum -3.59 mm 222 keV 0 eV 2.65 mm 4.99 mmWAbsorberPhysicalcompt - 3 -4.31 mm -854 mum -2.18 mm 134 keV 0 eV 2 mm 6.99 mmWAbsorberPhysicalcompt - 4 -4.77 mm -515 mum -2.46 mm 0 eV 69.5 keV 639 mum 7.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.77 mm -515 mum -2.46 mm 64.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.77 mm -515 mum -2.46 mm 0 eV 64.1 keV 7.67 mum 7.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.31 mm -854 mum -2.18 mm 88.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.31 mm -854 mum -2.18 mm 0 eV 88.3 keV 13 mum 13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.89 mm 499 mum -3.59 mm 325 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.89 mm 505 mum -3.59 mm 0 eV 325 keV 97.8 mum 97.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 mm -1.23 mm -3.26 mm 693 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.92 mm -1.24 mm -3.27 mm 0 eV 693 keV 273 mum 273 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 175 mum -825 mum -2.53 mm 1.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.06 cm 7.79 mm 8.05 mm 1.72 MeV 0 eV 2.49 cm 2.49 cmWAbsorberPhysicalcompt - 2 -2.36 cm 8.72 mm 1.01 cm 1.36 MeV 0 eV 3.73 mm 2.86 cmWAbsorberPhysicalcompt - 3 -2.62 cm 9.71 mm 1.06 cm 1.34 MeV 0 eV 2.81 mm 3.14 cmWAbsorberPhysicalcompt - 4 -4.81 cm 1.9 cm 1.24 cm 592 keV 0 eV 2.39 cm 5.53 cmWAbsorberPhysicalcompt - 5 -4.82 cm 1.93 cm 1.23 cm 0 eV 69.5 keV 293 mum 5.56 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.82 cm 1.93 cm 1.23 cm 523 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.82 cm 1.93 cm 1.23 cm 0 eV 523 keV 189 mum 189 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.81 cm 1.9 cm 1.24 cm 749 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.81 cm 1.9 cm 1.25 cm 0 eV 749 keV 301 mum 301 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.62 cm 9.71 mm 1.06 cm 19 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.62 cm 9.71 mm 1.06 cm 0 eV 19 keV 1.05 mum 1.05 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 cm 8.72 mm 1.01 cm 355 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 cm 8.71 mm 1.01 cm 0 eV 355 keV 111 mum 111 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.06 cm 7.79 mm 8.05 mm 69.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.06 cm 7.79 mm 8.05 mm 0 eV 69.2 keV 8.74 mum 8.74 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 946 mum -921 mum -2.08 mm 460 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 794 mum -881 mum -1.96 mm 400 keV 0 eV 199 mum 199 mumWAbsorberPhysicalcompt - 2 453 mum -950 mum -1.12 mm 0 eV 69.5 keV 912 mum 1.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 453 mum -950 mum -1.12 mm 331 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 451 mum -945 mum -1.11 mm 0 eV 331 keV 100 mum 100 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 794 mum -881 mum -1.96 mm 59.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 793 mum -880 mum -1.96 mm 0 eV 59.6 keV 6.83 mum 6.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -63.5 mum -64.4 mum -420 mum 30.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -895 mum -8.66 mm -9.79 mm 0 eV 0 eV 1.27 cm 1.27 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 30, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -895 mum -8.66 mm -9.79 mm 12.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.22 mm -9.05 mm -1.06 cm 9.41 MeV 1.81 MeV 930 mum 930 mumWAbsorberPhysicaleBrem - 2 -430 mum -1.01 cm -1.07 cm 6.25 MeV 3 MeV 1.57 mm 2.5 mmWAbsorberPhysicaleBrem - 3 -179 mum -1.04 cm -1.13 cm 2.3 MeV 3.4 MeV 1.63 mm 4.13 mmWAbsorberPhysicaleBrem - 4 -198 mum -1.05 cm -1.14 cm 0 eV 2.3 MeV 1.1 mm 5.22 mmWAbsorberPhysicaleIoni - 5 -198 mum -1.05 cm -1.14 cm 0 eV 0 eV 0 fm 5.22 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -198 mum -1.05 cm -1.14 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -331 mum -1.1 cm -1.15 cm 0 eV 69.5 keV 491 mum 491 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -331 mum -1.1 cm -1.15 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -330 mum -1.1 cm -1.15 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -198 mum -1.05 cm -1.14 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 49.2 mum -9.73 mm -1.1 cm 337 keV 0 eV 912 mum 912 mumWAbsorberPhysicalcompt - 2 396 mum -9.68 mm -1.04 cm 296 keV 0 eV 766 mum 1.68 mmWAbsorberPhysicalcompt - 3 2.33 mm -9.7 mm -9.43 mm 289 keV 0 eV 2.15 mm 3.82 mmWAbsorberPhysicalcompt - 4 9.53 mm -1.06 cm -8.1 mm 0 eV 69.5 keV 7.38 mm 1.12 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.53 mm -1.06 cm -8.1 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.54 mm -1.06 cm -8.1 mm 0 eV 220 keV 54.8 mum 54.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.33 mm -9.7 mm -9.43 mm 6.94 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.33 mm -9.7 mm -9.43 mm 0 eV 6.94 keV 225 nm 225 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 396 mum -9.68 mm -1.04 cm 40.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 396 mum -9.68 mm -1.04 cm 0 eV 40.4 keV 3.59 mum 3.59 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 49.2 mum -9.73 mm -1.1 cm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 49.1 mum -9.72 mm -1.1 cm 0 eV 174 keV 38.4 mum 38.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -179 mum -1.04 cm -1.13 cm 548 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -268 mum -1.09 cm -1.13 cm 383 keV 0 eV 502 mum 502 mumWAbsorberPhysicalcompt - 2 469 mum -1.18 cm -1.17 cm 280 keV 0 eV 1.28 mm 1.78 mmWAbsorberPhysicalcompt - 3 -1.26 mm -1.53 cm -1.75 cm 259 keV 0 eV 7.01 mm 8.79 mmWAbsorberPhysicalcompt - 4 -1.78 mm -1.54 cm -1.81 cm 0 eV 69.5 keV 802 mum 9.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.78 mm -1.54 cm -1.81 cm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.78 mm -1.54 cm -1.81 cm 0 eV 190 keV 43.7 mum 43.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 mm -1.53 cm -1.75 cm 20.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.26 mm -1.53 cm -1.75 cm 0 eV 20.5 keV 1.2 mum 1.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 469 mum -1.18 cm -1.17 cm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 470 mum -1.18 cm -1.17 cm 0 eV 104 keV 16.8 mum 16.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -268 mum -1.09 cm -1.13 cm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -270 mum -1.09 cm -1.13 cm 0 eV 165 keV 35.1 mum 35.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -430 mum -1.01 cm -1.07 cm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -360 mum -1.02 cm -1.1 cm 0 eV 69.5 keV 298 mum 298 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -360 mum -1.02 cm -1.1 cm 91 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -359 mum -1.02 cm -1.1 cm 0 eV 91 keV 13.7 mum 13.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.22 mm -9.05 mm -1.06 cm 1.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 378 mum -1.54 cm -1.18 cm 1.33 MeV 0 eV 6.64 mm 6.64 mmWAbsorberPhysicalcompt - 2 5.99 mm -2.65 cm -1.58 cm 888 keV 0 eV 1.31 cm 1.97 cmWAbsorberPhysicalcompt - 3 9.06 mm -3.07 cm -2.26 cm 327 keV 0 eV 8.57 mm 2.83 cmWAbsorberPhysicalcompt - 4 1.05 cm -3.21 cm -2.11 cm 0 eV 69.5 keV 2.54 mm 3.08 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm -3.21 cm -2.11 cm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm -3.21 cm -2.11 cm 2.66 keV 127 keV 48.4 mum 48.4 mumWAbsorberPhysicaleBrem - 2 1.05 cm -3.21 cm -2.11 cm 0 eV 2.66 keV 58.6 nm 48.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm -3.21 cm -2.11 cm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm -3.2 cm -2.12 cm 0 eV 69.5 keV 137 mum 137 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm -3.2 cm -2.12 cm 58.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm -3.2 cm -2.12 cm 0 eV 58.7 keV 6.67 mum 6.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.06 mm -3.07 cm -2.26 cm 561 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.06 mm -3.07 cm -2.26 cm 0 eV 561 keV 208 mum 208 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.99 mm -2.65 cm -1.58 cm 438 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.99 mm -2.65 cm -1.58 cm 0 eV 438 keV 149 mum 149 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 378 mum -1.54 cm -1.18 cm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 377 mum -1.54 cm -1.18 cm 0 eV 108 keV 18 mum 18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -895 mum -8.66 mm -9.79 mm 17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 mm -9.11 mm -1.13 cm 10.8 MeV 4.59 MeV 1.73 mm 1.73 mmWAbsorberPhysicaleBrem - 2 -1.58 mm -9.15 mm -1.18 cm 9.73 MeV 954 keV 538 mum 2.27 mmWAbsorberPhysicaleBrem - 3 -1.56 mm -9.3 mm -1.19 cm 9.11 MeV 318 keV 193 mum 2.46 mmWAbsorberPhysicaleBrem - 4 -1.5 mm -9.37 mm -1.19 cm 8.75 MeV 170 keV 94.4 mum 2.56 mmWAbsorberPhysicaleBrem - 5 -1.49 mm -9.38 mm -1.19 cm 7.02 MeV 52.3 keV 21.1 mum 2.58 mmWAbsorberPhysicaleBrem - 6 -1.3 mm -9.5 mm -1.2 cm 6.31 MeV 486 keV 261 mum 2.84 mmWAbsorberPhysicaleBrem - 7 -196 mum -9.04 mm -1.22 cm 2.19 MeV 3.9 MeV 1.38 mm 4.21 mmWAbsorberPhysicaleBrem - 8 -139 mum -8.88 mm -1.26 cm 758 keV 1.21 MeV 563 mum 4.78 mmWAbsorberPhysicaleBrem - 9 -146 mum -8.87 mm -1.26 cm 0 eV 758 keV 305 mum 5.08 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -139 mum -8.88 mm -1.26 cm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm -7.89 mm -1.35 cm 0 eV 69.5 keV 1.62 mm 1.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm -7.89 mm -1.35 cm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm -7.89 mm -1.35 cm 0 eV 147 keV 29.5 mum 29.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -196 mum -9.04 mm -1.22 cm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -471 mum -9.19 mm -1.24 cm 0 eV 69.5 keV 374 mum 374 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -471 mum -9.19 mm -1.24 cm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -472 mum -9.19 mm -1.24 cm 0 eV 143 keV 28.3 mum 28.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mm -9.5 mm -1.2 cm 230 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -524 mum -1 cm -1.22 cm 0 eV 69.5 keV 957 mum 957 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -524 mum -1 cm -1.22 cm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -523 mum -1 cm -1.22 cm 0 eV 160 keV 33.6 mum 33.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 mm -9.38 mm -1.19 cm 1.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.64 cm -3.33 cm -1.69 cm 693 keV 0 eV 3.71 cm 3.71 cmWAbsorberPhysicalcompt - 2 2.67 cm -3.37 cm -1.64 cm 518 keV 0 eV 691 mum 3.78 cmWAbsorberPhysicalcompt - 3 2.92 cm -3.28 cm -1.06 cm 321 keV 0 eV 6.35 mm 4.42 cmWAbsorberPhysicalcompt - 4 2.8 cm -3.37 cm -9 mm 0 eV 69.5 keV 2.21 mm 4.64 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.8 cm -3.37 cm -9 mm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.8 cm -3.37 cm -9 mm 49.8 keV 85.6 keV 41.2 mum 41.2 mumWAbsorberPhysicaleBrem - 2 2.8 cm -3.37 cm -9 mm 0 eV 49.8 keV 5.05 mum 46.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.8 cm -3.37 cm -9 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 cm -3.36 cm -9.02 mm 0 eV 69.5 keV 126 mum 126 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 cm -3.36 cm -9.02 mm 46.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 cm -3.36 cm -9.02 mm 0 eV 46.5 keV 4.53 mum 4.53 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 cm -3.28 cm -1.06 cm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.92 cm -3.28 cm -1.06 cm 0 eV 197 keV 46.2 mum 46.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 cm -3.37 cm -1.64 cm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 cm -3.37 cm -1.64 cm 0 eV 175 keV 38.6 mum 38.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.64 cm -3.33 cm -1.69 cm 983 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.65 cm -3.33 cm -1.7 cm 561 keV 242 keV 109 mum 109 mumWAbsorberPhysicaleBrem - 2 2.65 cm -3.33 cm -1.69 cm 0 eV 561 keV 208 mum 316 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.65 cm -3.33 cm -1.7 cm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.56 cm -3.28 cm -1.63 cm 0 eV 69.5 keV 1.24 mm 1.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 cm -3.28 cm -1.63 cm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.56 cm -3.28 cm -1.63 cm 0 eV 111 keV 18.7 mum 18.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.5 mm -9.37 mm -1.19 cm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm -9.67 mm -1.21 cm 0 eV 69.5 keV 572 mum 572 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm -9.67 mm -1.21 cm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm -9.67 mm -1.21 cm 0 eV 120 keV 21.3 mum 21.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 mm -9.3 mm -1.19 cm 303 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 169 mum -1.11 cm -1.33 cm 169 keV 0 eV 2.84 mm 2.84 mmWAbsorberPhysicalcompt - 2 145 mum -1.11 cm -1.33 cm 0 eV 69.5 keV 37.4 mum 2.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 145 mum -1.11 cm -1.33 cm 99.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 145 mum -1.11 cm -1.33 cm 0 eV 99.8 keV 15.8 mum 15.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 169 mum -1.11 cm -1.33 cm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 170 mum -1.11 cm -1.33 cm 0 eV 133 keV 25.2 mum 25.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 mm -9.15 mm -1.18 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 mm -9.21 mm -1.19 cm 0 eV 69.5 keV 87.5 mum 87.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 mm -9.21 mm -1.19 cm 85.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 mm -9.21 mm -1.19 cm 0 eV 85.7 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm -9.11 mm -1.13 cm 1.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 215 mum -1.26 cm -1.95 cm 0 eV 69.5 keV 9.12 mm 9.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 215 mum -1.26 cm -1.95 cm 1.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 203 mum -1.26 cm -1.96 cm 0 eV 1.48 MeV 669 mum 669 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -13.5 mum -16.9 mum -69.4 mum 1.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 mm -2.21 mm -1.25 cm 0 eV 69.5 keV 1.3 cm 1.3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 mm -2.21 mm -1.25 cm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.81 mm -2.23 mm -1.26 cm 800 keV 198 keV 54 mum 54 mumWAbsorberPhysicaleBrem - 2 -2.8 mm -2.24 mm -1.25 cm 0 eV 800 keV 326 mum 380 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.81 mm -2.23 mm -1.26 cm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 mm -2.25 mm -1.25 cm 0 eV 69.5 keV 59.1 mum 59.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 mm -2.25 mm -1.25 cm 65.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 mm -2.25 mm -1.25 cm 0 eV 65.5 keV 7.96 mum 7.96 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.24 mm 19 cm 21.6 cm 36.1 MeV 0 eV 28.8 cm 28.8 cmLArgPhysicalTransportation - 2 -1.66 cm 97.5 cm 1.11 m 36.1 MeV 0 eV 1.19 m 1.48 mCryostatVolumesTransportation - 3 -1.92 cm 1.13 m 1.28 m 36.1 MeV 0 eV 22.7 cm 1.7 mInsulationPhysicalTransportation - 4 -2.02 cm 1.19 m 1.35 m 36.1 MeV 0 eV 9.33 cm 1.8 mCryostatVolumesTransportation - 5 -2.02 cm 1.19 m 1.35 m 36.1 MeV 0 eV 3.33 mm 1.8 mMotherTransportation - 6 -8.51 cm 5 m 5.68 m 36.1 MeV 0 eV 5.77 m 7.56 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 23.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.38 cm -16.8 cm 20.5 cm 23.7 MeV 0 eV 28.1 cm 28.1 cmLArgPhysicalTransportation - 2 53.1 cm -95.3 cm 1.16 m 23.7 MeV 0 eV 1.31 m 1.59 mCryostatVolumesTransportation - 3 53.3 cm -95.5 cm 1.16 m 23.7 MeV 0 eV 3.75 mm 1.6 mInsulationPhysicalTransportation - 4 54.4 cm -97.5 cm 1.19 m 23.7 MeV 0 eV 3.3 cm 1.63 mMotherTransportation - 5 2.79 m -5 m 6.08 m 23.7 MeV 0 eV 6.72 m 8.35 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=46.4505 -Edep in FCAL1 FCAl2 : 0 46.4505 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2512 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 12 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 mm -110 mum -610 mum 20.3 MeV 2.23 MeV 1.18 mm 1.18 mmWAbsorberPhysicaleBrem - 2 -1.16 mm -216 mum -772 mum 19.6 MeV 509 keV 257 mum 1.43 mmWAbsorberPhysicaleBrem - 3 -1.26 mm -240 mum -854 mum 12.7 MeV 248 keV 136 mum 1.57 mmWAbsorberPhysicaleBrem - 4 -1.33 mm -277 mum -920 mum 12.2 MeV 164 keV 98.9 mum 1.67 mmWAbsorberPhysicaleBrem - 5 -1.45 mm -312 mum -1.01 mm 11.6 MeV 308 keV 155 mum 1.82 mmWAbsorberPhysicaleBrem - 6 -1.61 mm -304 mum -1.09 mm 11 MeV 286 keV 180 mum 2 mmWAbsorberPhysicaleBrem - 7 -2.29 mm -65.5 mum -2.72 mm 7.24 MeV 3.58 MeV 1.98 mm 3.98 mmWAbsorberPhysicaleBrem - 8 -2.37 mm 140 mum -2.86 mm 6.23 MeV 496 keV 272 mum 4.25 mmWAbsorberPhysicaleBrem - 9 -3.22 mm 37.9 mum -3.1 mm 3.42 MeV 1.32 MeV 852 mum 5.11 mmWAbsorberPhysicaleBrem - 10 -3.24 mm 75.1 mum -3.13 mm 3.2 MeV 74.9 keV 52.2 mum 5.16 mmWAbsorberPhysicaleBrem - 11 -2.24 mm 335 mum -3.49 mm 648 keV 2.56 MeV 1.4 mm 6.56 mmWAbsorberPhysicaleIoni - 12 -2.23 mm 341 mum -3.51 mm 0 eV 648 keV 250 mum 6.81 mmWAbsorberPhysicaleIoni - 13 -2.23 mm 341 mum -3.51 mm 0 eV 0 eV 0 fm 6.81 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 mm 341 mum -3.51 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.84 mm 1.31 mm -1.59 mm 464 keV 0 eV 4.21 mm 4.21 mmWAbsorberPhysicalcompt - 2 -7.87 mm 1.23 mm -1.34 mm 449 keV 0 eV 2.04 mm 6.25 mmWAbsorberPhysicalcompt - 3 -1.13 cm 754 mum -1.79 mm 283 keV 0 eV 3.5 mm 9.75 mmWAbsorberPhysicalcompt - 4 -1.14 cm 691 mum -1.58 mm 0 eV 69.5 keV 240 mum 9.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm 691 mum -1.58 mm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm 691 mum -1.58 mm 0 eV 213 keV 52.3 mum 52.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm 754 mum -1.79 mm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm 754 mum -1.8 mm 0 eV 167 keV 35.8 mum 35.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.87 mm 1.23 mm -1.34 mm 15 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.87 mm 1.23 mm -1.34 mm 0 eV 15 keV 729 nm 729 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.84 mm 1.31 mm -1.59 mm 46.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.84 mm 1.31 mm -1.59 mm 0 eV 46.6 keV 4.56 mum 4.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 mm 341 mum -3.51 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 340 mum -347 mum -4.87 mm 426 keV 0 eV 2.99 mm 2.99 mmWAbsorberPhysicalcompt - 2 2.13 mm 191 mum -7.67 mm 247 keV 0 eV 3.36 mm 6.35 mmWAbsorberPhysicalcompt - 3 1.46 mm 467 mum -8.18 mm 0 eV 69.5 keV 882 mum 7.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 mm 467 mum -8.18 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.47 mm 469 mum -8.18 mm 0 eV 177 keV 39.5 mum 39.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.13 mm 191 mum -7.67 mm 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.13 mm 191 mum -7.67 mm 0 eV 179 keV 39.9 mum 39.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 340 mum -347 mum -4.87 mm 85.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 341 mum -348 mum -4.87 mm 0 eV 85.3 keV 12.3 mum 12.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.24 mm 75.1 mum -3.13 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm 299 mum -3.1 mm 0 eV 69.5 keV 234 mum 234 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.3 mm 299 mum -3.1 mm 71.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm 299 mum -3.1 mm 0 eV 71.4 keV 9.2 mum 9.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.22 mm 37.9 mum -3.1 mm 1.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.58 mm 3.13 mm -5.69 mm 0 eV 69.5 keV 4.04 mm 4.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.58 mm 3.13 mm -5.69 mm 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.6 mm 3.17 mm -5.73 mm 0 eV 1.42 MeV 641 mum 641 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 mm 140 mum -2.86 mm 512 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.49 mm 208 mum -2.96 mm 0 eV 69.5 keV 170 mum 170 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.49 mm 208 mum -2.96 mm 443 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm 215 mum -2.96 mm 0 eV 443 keV 151 mum 151 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.29 mm -65.5 mum -2.72 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm 278 mum -3.11 mm 0 eV 69.5 keV 579 mum 579 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm 278 mum -3.11 mm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm 278 mum -3.11 mm 0 eV 158 keV 32.8 mum 32.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 mm -304 mum -1.09 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.16 mm -500 mum -1.51 mm 0 eV 69.5 keV 1.62 mm 1.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.16 mm -500 mum -1.51 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.16 mm -499 mum -1.51 mm 0 eV 148 keV 29.6 mum 29.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 mm -312 mum -1.01 mm 346 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.37 mm -1.14 mm -3.58 mm 0 eV 69.5 keV 7.43 mm 7.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.37 mm -1.14 mm -3.58 mm 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.37 mm -1.14 mm -3.58 mm 0 eV 276 keV 77.2 mum 77.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 mm -277 mum -920 mum 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 mm -940 mum -1.95 mm 0 eV 69.5 keV 2.16 mm 2.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm -940 mum -1.95 mm 259 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 mm -943 mum -1.95 mm 0 eV 259 keV 70.1 mum 70.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 mm -240 mum -854 mum 6.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.71 mm -2.26 mm -3.59 mm 0 eV 0 eV 4.84 mm 4.84 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 32, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.71 mm -2.26 mm -3.59 mm 4.79 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.69 mm -2.79 mm -4.25 mm 2.52 MeV 1.98 MeV 961 mum 961 mumWAbsorberPhysicaleBrem - 2 -4.67 mm -2.86 mm -4.51 mm 2.04 MeV 361 keV 252 mum 1.21 mmWAbsorberPhysicaleBrem - 3 -4.79 mm -2.85 mm -4.61 mm 0 eV 2.04 MeV 971 mum 2.18 mmWAbsorberPhysicaleIoni - 4 -4.79 mm -2.85 mm -4.61 mm 0 eV 0 eV 0 fm 2.18 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.79 mm -2.85 mm -4.61 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm 2.12 mm -1.8 mm 179 keV 0 eV 1.02 cm 1.02 cmWAbsorberPhysicalcompt - 2 -1.3 cm 2.13 mm -1.9 mm 0 eV 69.5 keV 271 mum 1.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm 2.13 mm -1.9 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm 2.13 mm -1.9 mm 0 eV 109 keV 18.3 mum 18.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm 2.12 mm -1.8 mm 332 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm 2.13 mm -1.8 mm 0 eV 332 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.79 mm -2.85 mm -4.61 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 203 mum -5.78 mm -6.25 mm 423 keV 0 eV 6.02 mm 6.02 mmWAbsorberPhysicalcompt - 2 287 mum -6.01 mm -6.35 mm 396 keV 0 eV 264 mum 6.28 mmWAbsorberPhysicalcompt - 3 992 mum -6.84 mm -6.53 mm 0 eV 69.5 keV 1.1 mm 7.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 992 mum -6.84 mm -6.53 mm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 992 mum -6.85 mm -6.52 mm 0 eV 327 keV 98.4 mum 98.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 287 mum -6.01 mm -6.35 mm 26.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 287 mum -6.01 mm -6.35 mm 0 eV 26.6 keV 1.82 mum 1.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 203 mum -5.78 mm -6.25 mm 88.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 204 mum -5.78 mm -6.25 mm 0 eV 88.2 keV 13 mum 13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.67 mm -2.86 mm -4.51 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.7 mm -2.86 mm -4.54 mm 0 eV 69.5 keV 41.8 mum 41.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.7 mm -2.86 mm -4.54 mm 51.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.7 mm -2.86 mm -4.54 mm 0 eV 51.8 keV 5.42 mum 5.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.69 mm -2.79 mm -4.25 mm 297 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.15 mm -3.65 mm -6.57 mm 0 eV 69.5 keV 2.87 mm 2.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.15 mm -3.65 mm -6.57 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.15 mm -3.66 mm -6.57 mm 0 eV 228 keV 57.9 mum 57.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.71 mm -2.26 mm -3.59 mm 834 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.72 mm -2.27 mm -3.61 mm 0 eV 834 keV 344 mum 344 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 mm -216 mum -772 mum 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.43 mm -609 mum -1.84 mm 0 eV 69.5 keV 1.71 mm 1.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.43 mm -609 mum -1.84 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.43 mm -612 mum -1.84 mm 0 eV 160 keV 33.4 mum 33.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 mm -110 mum -610 mum 376 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 mm -468 mum -1.38 mm 0 eV 69.5 keV 1.23 mm 1.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 mm -468 mum -1.38 mm 307 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 mm -465 mum -1.38 mm 0 eV 307 keV 89.7 mum 89.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 20.2 cm -4.98 cm 33.3 cm 48.9 MeV 0 eV 39.2 cm 39.2 cmF2RodPhysicalTransportation - 2 20.3 cm -5.03 cm 33.6 cm 48.9 MeV 0 eV 3.85 mm 39.6 cmF2LArGapPhysicalTransportation - 3 20.4 cm -5.04 cm 33.7 cm 48.9 MeV 0 eV 698 mum 39.7 cmCuPlateAPhysicalTransportation - 4 20.5 cm -5.06 cm 33.8 cm 48.9 MeV 0 eV 1.68 mm 39.8 cmLArgPhysicalTransportation - 5 66 cm -16.3 cm 1.09 m 48.9 MeV 0 eV 88.7 cm 1.28 mCryostatVolumesTransportation - 6 66.2 cm -16.4 cm 1.09 m 48.9 MeV 0 eV 3.02 mm 1.29 mInsulationPhysicalTransportation - 7 69.8 cm -17.3 cm 1.15 m 48.9 MeV 0 eV 7.06 cm 1.36 mCryostatVolumesTransportation - 8 69.9 cm -17.3 cm 1.15 m 48.9 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 9 86 cm -21.3 cm 1.42 m 48.9 MeV 0 eV 31.3 cm 1.67 mIronWallPhysicalTransportation - 10 1.1 m -27.2 cm 1.82 m 48.9 MeV 0 eV 47.1 cm 2.15 mMotherTransportation - 11 5 m -1.24 m 8.26 m 48.9 MeV 0 eV 7.59 m 9.73 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 cm 3.17 cm -6.78 cm 33.3 MeV 0 eV 7.62 cm 7.62 cmCuPlateBPhysicalTransportation - 2 -2.01 cm 4.36 cm -9.34 cm 33.3 MeV 0 eV 2.88 cm 10.5 cmLArgPhysicalTransportation - 3 -2.49 cm 5.41 cm -11.6 cm 33.3 MeV 0 eV 2.51 cm 13 cmBackExcluderTransportation - 4 -22.6 cm 49 cm -1.05 m 33.3 MeV 0 eV 1.05 m 1.18 mLArgPhysicalTransportation - 5 -26.8 cm 58.2 cm -1.25 m 33.3 MeV 0 eV 22.1 cm 1.4 mCryostatVolumesTransportation - 6 -26.9 cm 58.3 cm -1.25 m 33.3 MeV 0 eV 3.3 mm 1.4 mInsulationPhysicalTransportation - 7 -28.4 cm 61.5 cm -1.32 m 33.3 MeV 0 eV 7.69 cm 1.48 mCryostatVolumesTransportation - 8 -28.4 cm 61.6 cm -1.32 m 33.3 MeV 0 eV 2.75 mm 1.48 mMotherTransportation - 9 -2.31 m 5 m -10.7 m 33.3 MeV 0 eV 10.6 m 12 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=23.9575 -Edep in FCAL1 FCAl2 : 0 23.9575 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2513 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 13 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -182 mum -930 mum -203 mum 48.5 MeV 1.84 MeV 972 mum 972 mumWAbsorberPhysicaleBrem - 2 -216 mum -1.04 mm -213 mum 27.6 MeV 321 keV 120 mum 1.09 mmWAbsorberPhysicaleBrem - 3 -259 mum -1.23 mm -228 mum 5.53 MeV 402 keV 193 mum 1.29 mmWAbsorberPhysicaleBrem - 4 -259 mum -1.35 mm -232 mum 4.74 MeV 221 keV 123 mum 1.41 mmWAbsorberPhysicaleBrem - 5 -268 mum -1.45 mm -233 mum 4.25 MeV 189 keV 100 mum 1.51 mmWAbsorberPhysicaleBrem - 6 709 mum -1.58 mm -1.2 mm 1.02 MeV 3.22 MeV 1.63 mm 3.14 mmWAbsorberPhysicaleIoni - 7 724 mum -1.55 mm -1.25 mm 0 eV 1.02 MeV 444 mum 3.58 mmWAbsorberPhysicaleIoni - 8 724 mum -1.55 mm -1.25 mm 0 eV 0 eV 0 fm 3.58 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 724 mum -1.55 mm -1.25 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 mm -1.03 cm 1.43 cm 300 keV 0 eV 1.79 cm 1.79 cmWAbsorberPhysicalcompt - 2 1.92 mm -1.24 cm 1.39 cm 0 eV 69.5 keV 2.19 mm 2.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 mm -1.24 cm 1.39 cm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.92 mm -1.24 cm 1.39 cm 0 eV 231 keV 58.9 mum 58.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm -1.03 cm 1.43 cm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 mm -1.03 cm 1.43 cm 0 eV 211 keV 51.4 mum 51.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 724 mum -1.55 mm -1.25 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 388 mum 2.79 mm -8.93 mm 0 eV 69.5 keV 8.83 mm 8.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 388 mum 2.79 mm -8.93 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 386 mum 2.78 mm -8.94 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -268 mum -1.45 mm -233 mum 302 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 29 mum -6.34 mm -591 mum 0 eV 69.5 keV 4.91 mm 4.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 29 mum -6.34 mm -591 mum 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 30.9 mum -6.34 mm -590 mum 0 eV 232 keV 59.6 mum 59.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -259 mum -1.35 mm -232 mum 568 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 308 mum -8.43 mm -1.95 mm 183 keV 0 eV 7.3 mm 7.3 mmWAbsorberPhysicalcompt - 2 -692 mum -6.73 mm -1.18 mm 0 eV 69.5 keV 2.12 mm 9.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -692 mum -6.73 mm -1.18 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -692 mum -6.73 mm -1.18 mm 0 eV 113 keV 19.4 mum 19.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 308 mum -8.43 mm -1.95 mm 386 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 309 mum -8.43 mm -1.95 mm 0 eV 386 keV 125 mum 125 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -259 mum -1.23 mm -228 mum 21.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.56 mm -5.97 mm -692 mum 0 eV 0 eV 4.94 mm 4.94 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 19, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 mm -5.97 mm -692 mum 11.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.92 mm -6.45 mm -819 mum 10.4 MeV 1.16 MeV 586 mum 586 mumWAbsorberPhysicaleBrem - 2 -2.24 mm -7.26 mm -961 mum 7.86 MeV 2.42 MeV 890 mum 1.48 mmWAbsorberPhysicaleBrem - 3 -2.9 mm -8.19 mm -317 mum 5.13 MeV 2.12 MeV 1.21 mm 2.69 mmWAbsorberPhysicaleBrem - 4 -3.67 mm -8.11 mm -161 mum 1.59 MeV 3.54 MeV 1.78 mm 4.47 mmWAbsorberPhysicaleIoni - 5 -3.66 mm -8.21 mm -138 mum 0 eV 1.59 MeV 738 mum 5.21 mmWAbsorberPhysicaleIoni - 6 -3.66 mm -8.21 mm -138 mum 0 eV 0 eV 0 fm 5.21 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.66 mm -8.21 mm -138 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.69 mm -1.36 mm 5.63 mm 0 eV 69.5 keV 1.03 cm 1.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.69 mm -1.36 mm 5.63 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.69 mm -1.32 mm 5.63 mm 39.2 keV 254 keV 118 mum 118 mumWAbsorberPhysicaleBrem - 2 -8.69 mm -1.32 mm 5.63 mm 0 eV 39.2 keV 3.41 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.69 mm -1.32 mm 5.63 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.03 mm -976 mum 5.7 mm 0 eV 69.5 keV 486 mum 486 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.03 mm -976 mum 5.7 mm 79 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.03 mm -976 mum 5.7 mm 0 eV 79 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.66 mm -8.21 mm -138 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 mm -9.44 mm -1.17 mm 314 keV 0 eV 1.84 mm 1.84 mmWAbsorberPhysicalcompt - 2 -2.57 mm -1.11 cm -257 mum 0 eV 69.5 keV 1.95 mm 3.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 mm -1.11 cm -257 mum 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.56 mm -1.11 cm -254 mum 0 eV 244 keV 64.1 mum 64.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 mm -9.44 mm -1.17 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 mm -9.44 mm -1.17 mm 0 eV 197 keV 46.3 mum 46.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm -8.19 mm -317 mum 609 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.82 mm -6.01 mm -2.69 mm 287 keV 0 eV 4.35 mm 4.35 mmWAbsorberPhysicalcompt - 2 -6.24 mm -6.89 mm -3.11 mm 277 keV 0 eV 1.07 mm 5.41 mmWAbsorberPhysicalcompt - 3 -7.37 mm -7.96 mm -3.62 mm 218 keV 0 eV 1.64 mm 7.05 mmWAbsorberPhysicalcompt - 4 -7.47 mm -8.34 mm -5.21 mm 0 eV 69.5 keV 1.63 mm 8.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.47 mm -8.34 mm -5.21 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.47 mm -8.34 mm -5.21 mm 0 eV 148 keV 29.7 mum 29.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.37 mm -7.96 mm -3.62 mm 59.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.37 mm -7.96 mm -3.62 mm 0 eV 59.6 keV 6.83 mum 6.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.24 mm -6.89 mm -3.11 mm 10.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.24 mm -6.89 mm -3.11 mm 0 eV 10.1 keV 394 nm 394 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.82 mm -6.01 mm -2.69 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.82 mm -6 mm -2.7 mm 0 eV 321 keV 96 mum 96 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm -7.26 mm -961 mum 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.42 mm -7.35 mm -963 mum 0 eV 69.5 keV 199 mum 199 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.42 mm -7.35 mm -963 mum 51.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.42 mm -7.35 mm -963 mum 0 eV 51.4 keV 5.34 mum 5.34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 mm -6.45 mm -819 mum 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 mm -6.53 mm -886 mum 0 eV 69.5 keV 109 mum 109 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm -6.53 mm -886 mum 55.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 mm -6.53 mm -886 mum 0 eV 55.7 keV 6.12 mum 6.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 mm -5.97 mm -692 mum 8.97 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm -6.96 mm -291 mum 4.41 MeV 4.18 MeV 1.16 mm 1.16 mmWAbsorberPhysicaleBrem - 2 -921 mum -7.04 mm -206 mum 3.25 MeV 490 keV 206 mum 1.36 mmWAbsorberPhysicaleBrem - 3 -851 mum -7.77 mm -757 mum 264 keV 2.73 MeV 1.33 mm 2.69 mmWAbsorberPhysicaleBrem - 4 -856 mum -7.77 mm -759 mum 0 eV 264 keV 72.1 mum 2.76 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -851 mum -7.77 mm -757 mum 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 mm -7.68 mm -640 mum 0 eV 69.5 keV 454 mum 454 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 mm -7.68 mm -640 mum 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 mm -7.67 mm -640 mum 0 eV 188 keV 43.2 mum 43.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -921 mum -7.04 mm -206 mum 668 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -878 mum -7.04 mm -218 mum 0 eV 69.5 keV 44.9 mum 44.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -878 mum -7.04 mm -218 mum 598 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -861 mum -7.04 mm -211 mum 0 eV 598 keV 226 mum 226 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm -6.96 mm -291 mum 382 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.32 mm -6.99 mm 131 mum 219 keV 0 eV 3.38 mm 3.38 mmWAbsorberPhysicalcompt - 2 2.32 mm -6.57 mm 110 mum 0 eV 69.5 keV 419 mum 3.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.32 mm -6.57 mm 110 mum 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.33 mm -6.57 mm 108 mum 0 eV 150 keV 30.2 mum 30.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.32 mm -6.99 mm 131 mum 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.32 mm -6.99 mm 131 mum 0 eV 163 keV 34.5 mum 34.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -216 mum -1.04 mm -213 mum 20.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 mm -6.11 mm -819 mum 0 eV 0 eV 5.36 mm 5.36 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 mm -6.11 mm -819 mum 8.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.79 mm -6.75 mm -952 mum 7.27 MeV 1.14 MeV 641 mum 641 mumWAbsorberPhysicaleBrem - 2 -1.89 mm -6.79 mm -947 mum 6.98 MeV 178 keV 110 mum 751 mumWAbsorberPhysicaleBrem - 3 -2.02 mm -6.8 mm -908 mum 4.08 MeV 261 keV 138 mum 889 mumWAbsorberPhysicaleIoni - 4 -1.97 mm -7.16 mm -983 mum 3.37 MeV 531 keV 355 mum 1.24 mmWAbsorberPhysicaleBrem - 5 -2.6 mm -7.33 mm -590 mum 1.25 MeV 1.74 MeV 918 mum 2.16 mmWAbsorberPhysicaleBrem - 6 -2.62 mm -7.3 mm -524 mum 0 eV 1.25 MeV 561 mum 2.72 mmWAbsorberPhysicaleIoni - 7 -2.62 mm -7.3 mm -524 mum 0 eV 0 eV 0 fm 2.72 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.62 mm -7.3 mm -524 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.67 mm -7.28 mm -478 mum 0 eV 69.5 keV 73.4 mum 73.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.67 mm -7.28 mm -478 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.68 mm -7.28 mm -469 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.62 mm -7.3 mm -524 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 mm -7.82 mm -1.67 mm 450 keV 0 eV 1.85 mm 1.85 mmWAbsorberPhysicalcompt - 2 225 mum -8.93 mm -2.05 mm 0 eV 69.5 keV 1.9 mm 3.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 225 mum -8.93 mm -2.05 mm 380 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 230 mum -8.94 mm -2.05 mm 0 eV 380 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 mm -7.82 mm -1.67 mm 61.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 mm -7.82 mm -1.67 mm 0 eV 61.3 keV 7.14 mum 7.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.6 mm -7.33 mm -590 mum 380 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.04 mm -1.13 mm 4.06 mm 0 eV 69.5 keV 8.13 mm 8.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.04 mm -1.13 mm 4.06 mm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.05 mm -1.12 mm 4.07 mm 0 eV 310 keV 91.3 mum 91.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 mm -7.16 mm -983 mum 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 mm -7.15 mm -972 mum 0 eV 69.5 keV 18 mum 18 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm -7.15 mm -972 mum 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 mm -7.15 mm -973 mum 0 eV 114 keV 19.7 mum 19.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 mm -6.8 mm -908 mum 2.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 mm -6.57 mm -534 mum 912 keV 1.52 MeV 688 mum 688 mumWAbsorberPhysicaleBrem - 2 -2.23 mm -6.57 mm -546 mum 0 eV 912 keV 383 mum 1.07 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.2 mm -6.57 mm -534 mum 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.39 mm -6.44 mm -1.21 mm 115 keV 0 eV 1.38 mm 1.38 mmWAbsorberPhysicalcompt - 2 -3.34 mm -6.45 mm -1.18 mm 0 eV 69.5 keV 60.5 mum 1.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.34 mm -6.45 mm -1.18 mm 45.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.34 mm -6.45 mm -1.18 mm 0 eV 45.3 keV 4.35 mum 4.35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.39 mm -6.44 mm -1.21 mm 93.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.4 mm -6.44 mm -1.21 mm 0 eV 93.3 keV 14.2 mum 14.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.89 mm -6.79 mm -947 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 mm -6.79 mm -947 mum 0 eV 69.5 keV 1.87 mum 1.87 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.89 mm -6.79 mm -947 mum 35.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 mm -6.79 mm -947 mum 0 eV 35.4 keV 2.9 mum 2.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 mm -6.75 mm -952 mum 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.21 mm -6.96 mm -862 mum 0 eV 69.5 keV 479 mum 479 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.21 mm -6.96 mm -862 mum 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.21 mm -6.96 mm -860 mum 0 eV 134 keV 25.4 mum 25.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 mm -6.11 mm -819 mum 11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 mm -6.53 mm -957 mum 8.77 MeV 1.74 MeV 454 mum 454 mumWAbsorberPhysicaleBrem - 2 -2.17 mm -6.68 mm -1.07 mm 8.17 MeV 446 keV 267 mum 721 mumWAbsorberPhysicaleBrem - 3 -2.22 mm -6.71 mm -1.1 mm 6.63 MeV 123 keV 66 mum 787 mumWAbsorberPhysicaleBrem - 4 -2.83 mm -7.29 mm 115 mum 491 keV 3.92 MeV 1.66 mm 2.45 mmWAbsorberPhysicaleBrem - 5 -2.85 mm -7.26 mm 86.5 mum 189 keV 146 keV 89.9 mum 2.54 mmWAbsorberPhysicaleBrem - 6 -2.85 mm -7.26 mm 87.8 mum 0 eV 189 keV 43.5 mum 2.59 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.85 mm -7.26 mm 86.5 mum 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.19 mm -6.72 mm 189 mum 0 eV 69.5 keV 642 mum 642 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.19 mm -6.72 mm 189 mum 86.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.19 mm -6.72 mm 189 mum 0 eV 86.5 keV 12.6 mum 12.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.83 mm -7.29 mm 115 mum 2.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.75 mm -6.45 mm 915 mum 0 eV 0 eV 1.48 mm 1.48 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 69, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.75 mm -6.45 mm 915 mum 962 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.79 mm -6.42 mm 941 mum 0 eV 962 keV 412 mum 412 mumWAbsorberPhysicaleIoni - 2 -3.79 mm -6.42 mm 941 mum 0 eV 0 eV 0 fm 412 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.79 mm -6.42 mm 941 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 cm -1.3 cm -650 mum 351 keV 0 eV 1.4 cm 1.4 cmWAbsorberPhysicalcompt - 2 -1.71 cm -1.24 cm -911 mum 0 eV 69.5 keV 1.31 mm 1.53 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm -1.24 cm -911 mum 281 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm -1.24 cm -912 mum 0 eV 281 keV 79.3 mum 79.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 cm -1.3 cm -650 mum 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 cm -1.3 cm -650 mum 0 eV 160 keV 33.5 mum 33.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.79 mm -6.42 mm 941 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.64 mm -6.34 mm 960 mum 184 keV 0 eV 168 mum 168 mumWAbsorberPhysicalcompt - 2 -3.96 mm -6.35 mm 1.09 mm 0 eV 69.5 keV 350 mum 518 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.96 mm -6.35 mm 1.09 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.96 mm -6.35 mm 1.09 mm 0 eV 115 keV 19.8 mum 19.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.64 mm -6.34 mm 960 mum 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.63 mm -6.34 mm 960 mum 0 eV 327 keV 98.4 mum 98.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.75 mm -6.45 mm 915 mum 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.75 mm -6.44 mm 918 mum 0 eV 236 keV 61 mum 61 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.22 mm -6.71 mm -1.1 mm 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.17 cm -1.79 cm -1.22 cm 958 keV 0 eV 2.5 cm 2.5 cmWAbsorberPhysicalcompt - 2 -2.2 cm -1.83 cm -1.31 cm 204 keV 0 eV 1.06 mm 2.61 cmWAbsorberPhysicalcompt - 3 -2.15 cm -1.76 cm -1.22 cm 0 eV 69.5 keV 1.28 mm 2.74 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.15 cm -1.76 cm -1.22 cm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.15 cm -1.76 cm -1.22 cm 0 eV 135 keV 25.6 mum 25.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.2 cm -1.83 cm -1.31 cm 754 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.21 cm -1.83 cm -1.31 cm 0 eV 754 keV 303 mum 303 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.17 cm -1.79 cm -1.22 cm 463 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.17 cm -1.79 cm -1.22 cm 0 eV 463 keV 160 mum 160 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.17 mm -6.68 mm -1.07 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.34 mm -6.73 mm -1.16 mm 0 eV 69.5 keV 194 mum 194 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.34 mm -6.73 mm -1.16 mm 79.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.34 mm -6.73 mm -1.16 mm 0 eV 79.6 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 mm -6.53 mm -957 mum 461 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 mm -7.28 mm -1.23 mm 420 keV 0 eV 933 mum 933 mumWAbsorberPhysicalcompt - 2 -5.7 mm -9.66 mm -1.23 mm 398 keV 0 eV 4.03 mm 4.96 mmWAbsorberPhysicalcompt - 3 -9.75 mm -1.13 cm -2.37 mm 265 keV 0 eV 4.5 mm 9.46 mmWAbsorberPhysicalcompt - 4 -9.82 mm -1.17 cm -4.59 mm 0 eV 69.5 keV 2.27 mm 1.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.82 mm -1.17 cm -4.59 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.82 mm -1.17 cm -4.59 mm 0 eV 195 keV 45.6 mum 45.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.75 mm -1.13 cm -2.37 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.75 mm -1.13 cm -2.37 mm 0 eV 133 keV 25.2 mum 25.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.7 mm -9.66 mm -1.23 mm 21.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.7 mm -9.66 mm -1.23 mm 0 eV 21.3 keV 1.27 mum 1.27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.45 mm -7.28 mm -1.23 mm 41.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 mm -7.28 mm -1.23 mm 0 eV 41.3 keV 3.74 mum 3.74 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -182 mum -930 mum -203 mum 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -558 mum -2.08 mm -328 mum 0 eV 69.5 keV 1.21 mm 1.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -558 mum -2.08 mm -328 mum 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -559 mum -2.08 mm -328 mum 0 eV 128 keV 23.4 mum 23.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 2.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.47 cm -18.7 cm 14.5 cm 2.11 MeV 0 eV 23.7 cm 23.7 cmFCALEnvelopePhysicalTransportation - 2 -1.92 cm -24.4 cm 18.9 cm 2.11 MeV 0 eV 7.24 cm 31 cmLArgPhysicalTransportation - 3 -7.66 cm -97.5 cm 75.4 cm 2.11 MeV 0 eV 92.5 cm 1.23 mMotherTransportation - 4 -39.3 cm -5 m 3.87 m 2.11 MeV 0 eV 5.1 m 6.33 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.34 cm 17.8 cm 2.67 cm 52.5 MeV 0 eV 18.8 cm 18.8 cmLArgPhysicalTransportation - 2 29.2 cm 97.5 cm 14.7 cm 52.5 MeV 0 eV 84.1 cm 1.03 mCryostatVolumesTransportation - 3 59.2 cm 1.98 m 29.7 cm 52.5 MeV 0 eV 1.05 m 2.08 mMotherTransportation - 4 1.5 m 5 m 75.2 cm 52.5 MeV 0 eV 3.19 m 5.27 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=51.5811 -Edep in FCAL1 FCAl2 : 0 51.5811 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2514 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 14 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 41.8 mum -75.3 mum 1.87 mum 32.6 MeV 151 keV 86.2 mum 86.2 mumWAbsorberPhysicaleBrem - 2 547 mum -723 mum 98.8 mum 30.9 MeV 1.51 MeV 825 mum 911 mumWAbsorberPhysicaleBrem - 3 703 mum -1.19 mm 224 mum 29.2 MeV 1.1 MeV 507 mum 1.42 mmWAbsorberPhysicaleBrem - 4 866 mum -1.98 mm 385 mum 27.5 MeV 1.63 MeV 825 mum 2.24 mmWAbsorberPhysicaleBrem - 5 832 mum -2.66 mm 521 mum 5.17 MeV 1.21 MeV 688 mum 2.93 mmWAbsorberPhysicaleBrem - 6 664 mum -2.93 mm 573 mum 2.95 MeV 604 keV 373 mum 3.3 mmWAbsorberPhysicaleBrem - 7 573 mum -3.12 mm 731 mum 0 eV 2.95 MeV 1.33 mm 4.63 mmWAbsorberPhysicaleIoni - 8 573 mum -3.12 mm 731 mum 0 eV 0 eV 0 fm 4.63 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 573 mum -3.12 mm 731 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 646 mum -3.76 mm 1.56 mm 502 keV 0 eV 1.05 mm 1.05 mmWAbsorberPhysicalcompt - 2 752 mum -6.13 mm 6.09 mm 0 eV 69.5 keV 5.11 mm 6.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 752 mum -6.13 mm 6.09 mm 433 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 748 mum -6.13 mm 6.1 mm 0 eV 433 keV 146 mum 146 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 646 mum -3.76 mm 1.56 mm 8.52 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 646 mum -3.76 mm 1.56 mm 0 eV 8.52 keV 305 nm 305 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 573 mum -3.12 mm 731 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 101 mum 1.04 mm -4.62 mm 0 eV 69.5 keV 6.8 mm 6.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 101 mum 1.04 mm -4.62 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 100 mum 1.04 mm -4.64 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 664 mum -2.93 mm 573 mum 1.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.13 mm -1.04 cm 7.03 mm 631 keV 0 eV 1.1 cm 1.1 cmWAbsorberPhysicalcompt - 2 3.9 mm -1.88 cm 1.59 cm 184 keV 0 eV 1.46 cm 2.55 cmWAbsorberPhysicalcompt - 3 3.89 mm -1.87 cm 1.58 cm 0 eV 69.5 keV 38.2 mum 2.56 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.89 mm -1.87 cm 1.58 cm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.88 mm -1.87 cm 1.58 cm 0 eV 115 keV 19.9 mum 19.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.9 mm -1.88 cm 1.59 cm 447 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.9 mm -1.88 cm 1.59 cm 0 eV 447 keV 153 mum 153 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.13 mm -1.04 cm 7.03 mm 984 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.16 mm -1.04 cm 7.05 mm 0 eV 984 keV 419 mum 419 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 832 mum -2.66 mm 521 mum 21.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 500 mum -1.27 cm 2.35 mm 0 eV 0 eV 1.02 cm 1.02 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 20, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 500 mum -1.27 cm 2.35 mm 10.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 500 mum -1.27 cm 2.36 mm 8.95 MeV 210 keV 25.1 mum 25.1 mumWAbsorberPhysicaleBrem - 2 448 mum -1.31 cm 2.48 mm 7.62 MeV 965 keV 503 mum 529 mumWAbsorberPhysicaleBrem - 3 429 mum -1.32 cm 2.49 mm 1.94 MeV 138 keV 52.6 mum 581 mumWAbsorberPhysicaleBrem - 4 330 mum -1.32 cm 2.7 mm 500 keV 1.11 MeV 429 mum 1.01 mmWAbsorberPhysicaleBrem - 5 320 mum -1.32 cm 2.71 mm 0 eV 500 keV 176 mum 1.19 mmWAbsorberPhysicaleIoni - 6 320 mum -1.32 cm 2.71 mm 0 eV 0 eV 0 fm 1.19 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 320 mum -1.32 cm 2.71 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 mm -1.3 cm -341 mum 0 eV 69.5 keV 3.68 mm 3.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 mm -1.3 cm -341 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 mm -1.3 cm -338 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 320 mum -1.32 cm 2.71 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm -1.33 cm 3.97 mm 472 keV 0 eV 1.52 mm 1.52 mmWAbsorberPhysicalcompt - 2 2.54 mm -1.3 cm 1.09 cm 305 keV 0 eV 7.04 mm 8.56 mmWAbsorberPhysicalcompt - 3 2.51 mm -1.19 cm 1.13 cm 0 eV 69.5 keV 1.19 mm 9.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.51 mm -1.19 cm 1.13 cm 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.51 mm -1.19 cm 1.13 cm 0 eV 235 keV 60.7 mum 60.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.54 mm -1.3 cm 1.09 cm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.54 mm -1.3 cm 1.09 cm 0 eV 167 keV 35.9 mum 35.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 mm -1.33 cm 3.97 mm 38.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm -1.33 cm 3.97 mm 0 eV 38.9 keV 3.37 mum 3.37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 330 mum -1.32 cm 2.7 mm 322 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 168 mum -1.36 cm 2.78 mm 312 keV 0 eV 397 mum 397 mumWAbsorberPhysicalcompt - 2 -95.7 mum -1.39 cm 2.96 mm 154 keV 0 eV 449 mum 847 mumWAbsorberPhysicalcompt - 3 15.4 mum -1.38 cm 2.66 mm 0 eV 69.5 keV 324 mum 1.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15.4 mum -1.38 cm 2.66 mm 84 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 16.3 mum -1.38 cm 2.66 mm 0 eV 84 keV 12 mum 12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -95.7 mum -1.39 cm 2.96 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -97 mum -1.39 cm 2.97 mm 0 eV 159 keV 33 mum 33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 168 mum -1.36 cm 2.78 mm 10.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 168 mum -1.36 cm 2.78 mm 0 eV 10.3 keV 407 nm 407 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 429 mum -1.32 cm 2.49 mm 5.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.65 mm -2.24 cm 5.54 mm 0 eV 0 eV 1.09 cm 1.09 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 35, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.65 mm -2.24 cm 5.54 mm 426 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.65 mm -2.24 cm 5.54 mm 0 eV 426 keV 141 mum 141 mumWAbsorberPhysicaleIoni - 2 -4.65 mm -2.24 cm 5.54 mm 0 eV 0 eV 0 fm 141 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.65 mm -2.24 cm 5.54 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 mm -2.45 cm 7.69 mm 371 keV 0 eV 4.01 mm 4.01 mmWAbsorberPhysicalcompt - 2 -1.24 mm -2.47 cm 7.49 mm 0 eV 69.5 keV 819 mum 4.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 mm -2.47 cm 7.49 mm 302 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 mm -2.47 cm 7.49 mm 0 eV 302 keV 87.6 mum 87.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 mm -2.45 cm 7.69 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 mm -2.45 cm 7.69 mm 0 eV 140 keV 27.2 mum 27.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.65 mm -2.24 cm 5.54 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.19 mm -1.95 cm 2.67 mm 0 eV 69.5 keV 5.37 mm 5.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.19 mm -1.95 cm 2.67 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.19 mm -1.95 cm 2.66 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.65 mm -2.24 cm 5.54 mm 4.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.65 mm -2.26 cm 5.69 mm 2.25 MeV 642 keV 318 mum 318 mumWAbsorberPhysicaleBrem - 2 -4.59 mm -2.26 cm 5.8 mm 0 eV 2.25 MeV 1.05 mm 1.37 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.65 mm -2.26 cm 5.69 mm 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.07 mm -2.28 cm 7.49 mm 437 keV 0 eV 1.9 mm 1.9 mmWAbsorberPhysicalcompt - 2 -5.61 mm -2.04 cm 9.13 mm 312 keV 0 eV 3.33 mm 5.23 mmWAbsorberPhysicalcompt - 3 -5.75 mm -2.04 cm 9.67 mm 0 eV 69.5 keV 558 mum 5.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.75 mm -2.04 cm 9.67 mm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.75 mm -2.04 cm 9.67 mm 0 eV 243 keV 63.6 mum 63.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.61 mm -2.04 cm 9.13 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.61 mm -2.04 cm 9.13 mm 0 eV 125 keV 22.6 mum 22.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.07 mm -2.28 cm 7.49 mm 769 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.06 mm -2.28 cm 7.51 mm 0 eV 769 keV 311 mum 311 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 448 mum -1.31 cm 2.48 mm 367 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 364 mum -1.33 cm 2.55 mm 217 keV 0 eV 215 mum 215 mumWAbsorberPhysicalcompt - 2 878 mum -1.4 cm 1.62 mm 0 eV 69.5 keV 1.26 mm 1.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 878 mum -1.4 cm 1.62 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 880 mum -1.4 cm 1.62 mm 0 eV 148 keV 29.6 mum 29.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 364 mum -1.33 cm 2.55 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 363 mum -1.33 cm 2.55 mm 0 eV 150 keV 30.2 mum 30.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 500 mum -1.27 cm 2.36 mm 1.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 392 mum -1.37 cm 2.6 mm 0 eV 0 eV 1.04 mm 1.04 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 48, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 392 mum -1.37 cm 2.6 mm 98.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 391 mum -1.37 cm 2.6 mm 0 eV 98.6 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - 2 391 mum -1.37 cm 2.6 mm 0 eV 0 eV 0 fm 14.3 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 391 mum -1.37 cm 2.6 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -236 mum -1.33 cm 3.48 mm 0 eV 69.5 keV 1.15 mm 1.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -236 mum -1.33 cm 3.48 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -245 mum -1.33 cm 3.49 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 391 mum -1.37 cm 2.6 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.19 mm -1.66 cm -4.2 mm 0 eV 69.5 keV 8.83 mm 8.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.19 mm -1.66 cm -4.2 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.19 mm -1.66 cm -4.21 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 392 mum -1.37 cm 2.6 mm 367 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 398 mum -1.37 cm 2.6 mm 0 eV 367 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 500 mum -1.27 cm 2.35 mm 9.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 449 mum -1.29 cm 2.42 mm 1.14 MeV 443 keV 221 mum 221 mumWAbsorberPhysicaleBrem - 2 462 mum -1.29 cm 2.45 mm 0 eV 1.14 MeV 500 mum 721 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 449 mum -1.29 cm 2.42 mm 7.82 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm -1.56 cm 4.6 mm 0 eV 0 eV 3.71 mm 3.71 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 mm -1.56 cm 4.6 mm 3.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 mm -1.57 cm 4.99 mm 2.75 MeV 675 keV 433 mum 433 mumWAbsorberPhysicaleBrem - 2 2.11 mm -1.55 cm 4.99 mm 495 keV 2.08 MeV 1.16 mm 1.59 mmWAbsorberPhysicaleBrem - 3 2.13 mm -1.55 cm 4.99 mm 0 eV 495 keV 173 mum 1.76 mmWAbsorberPhysicaleIoni - 4 2.13 mm -1.55 cm 4.99 mm 0 eV 0 eV 0 fm 1.76 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.13 mm -1.55 cm 4.99 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.55 mm -1.24 cm 6.47 mm 0 eV 69.5 keV 3.45 mm 3.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.55 mm -1.24 cm 6.47 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 mm -1.24 cm 6.5 mm 128 keV 181 keV 84.5 mum 84.5 mumWAbsorberPhysicaleBrem - 2 2.57 mm -1.24 cm 6.5 mm 0 eV 128 keV 23.6 mum 108 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.58 mm -1.24 cm 6.5 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.43 mm -1.26 cm 5.35 mm 0 eV 69.5 keV 1.44 mm 1.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.43 mm -1.26 cm 5.35 mm 62.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.43 mm -1.26 cm 5.35 mm 0 eV 62.4 keV 7.32 mum 7.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.13 mm -1.55 cm 4.99 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 mm -1.85 cm 3.54 mm 197 keV 0 eV 3.39 mm 3.39 mmWAbsorberPhysicalcompt - 2 951 mum -1.75 cm 3.39 mm 0 eV 69.5 keV 1.3 mm 4.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 951 mum -1.75 cm 3.39 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 951 mum -1.75 cm 3.38 mm 0 eV 127 keV 23.3 mum 23.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 mm -1.85 cm 3.54 mm 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 mm -1.85 cm 3.53 mm 0 eV 314 keV 92.9 mum 92.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.11 mm -1.55 cm 4.99 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm -1.57 cm 5.12 mm 0 eV 69.5 keV 447 mum 447 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.44 mm -1.57 cm 5.12 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm -1.57 cm 5.12 mm 0 eV 103 keV 16.6 mum 16.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 mm -1.57 cm 4.99 mm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.63 mm -1.58 cm 5.37 mm 0 eV 69.5 keV 1.01 mm 1.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 mm -1.58 cm 5.37 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.64 mm -1.58 cm 5.36 mm 0 eV 190 keV 43.9 mum 43.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 mm -1.56 cm 4.6 mm 3.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.37 mm -1.54 cm 4.9 mm 525 keV 2.59 MeV 1.35 mm 1.35 mmWAbsorberPhysicaleIoni - 2 2.36 mm -1.54 cm 4.92 mm 0 eV 525 keV 190 mum 1.54 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 866 mum -1.98 mm 385 mum 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 871 mum -2.02 mm 394 mum 0 eV 69.5 keV 35.1 mum 35.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 871 mum -2.02 mm 394 mum 71.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 871 mum -2.02 mm 394 mum 0 eV 71.7 keV 9.25 mum 9.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 703 mum -1.19 mm 224 mum 594 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.93 mm -1.12 cm 3.72 mm 197 keV 0 eV 1.11 cm 1.11 cmWAbsorberPhysicalcompt - 2 3.83 mm -1.1 cm 3.24 mm 0 eV 69.5 keV 549 mum 1.16 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.83 mm -1.1 cm 3.24 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.83 mm -1.1 cm 3.24 mm 0 eV 128 keV 23.5 mum 23.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.93 mm -1.12 cm 3.72 mm 397 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.93 mm -1.12 cm 3.72 mm 0 eV 397 keV 130 mum 130 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 547 mum -723 mum 98.8 mum 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 mm -1.79 mm 260 mum 91.5 keV 0 eV 1.17 mm 1.17 mmWAbsorberPhysicalcompt - 2 873 mum -1.65 mm 273 mum 0 eV 69.5 keV 186 mum 1.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 873 mum -1.65 mm 273 mum 21.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 872 mum -1.65 mm 273 mum 0 eV 21.9 keV 1.33 mum 1.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 mm -1.79 mm 260 mum 47.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 mm -1.79 mm 260 mum 0 eV 47.7 keV 4.73 mum 4.73 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 41.8 mum -75.3 mum 1.87 mum 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.56 mm -9.48 mm 659 mum 0 eV 69.5 keV 1.09 cm 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.56 mm -9.48 mm 659 mum 987 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.51 mm -9.57 mm 761 mum 85.8 keV 767 keV 414 mum 414 mumWAbsorberPhysicaleBrem - 2 5.5 mm -9.57 mm 760 mum 0 eV 85.8 keV 12.4 mum 426 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.51 mm -9.57 mm 761 mum 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.13 mm -9.29 mm 696 mum 0 eV 69.5 keV 477 mum 477 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.13 mm -9.29 mm 696 mum 65.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.13 mm -9.29 mm 696 mum 0 eV 65.3 keV 7.91 mum 7.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -11.9 cm 17.3 cm 18.9 cm 41.1 MeV 0 eV 28.3 cm 28.3 cmLArgPhysicalTransportation - 2 -67.3 cm 97.5 cm 1.07 m 41.1 MeV 0 eV 1.31 m 1.59 mCryostatVolumesTransportation - 3 -68.2 cm 98.8 cm 1.08 m 41.1 MeV 0 eV 2.1 cm 1.61 mInsulationPhysicalTransportation - 4 -71.9 cm 1.04 m 1.14 m 41.1 MeV 0 eV 8.85 cm 1.7 mCryostatVolumesTransportation - 5 -72.1 cm 1.04 m 1.14 m 41.1 MeV 0 eV 3.16 mm 1.71 mMotherTransportation - 6 -3.45 m 5 m 5.47 m 41.1 MeV 0 eV 6.47 m 8.17 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 mm 1.02 cm -6.67 cm 30.2 MeV 0 eV 6.75 cm 6.75 cmCuPlateBPhysicalTransportation - 2 1.43 mm 1.41 cm -9.2 cm 30.2 MeV 0 eV 2.55 cm 9.31 cmLArgPhysicalTransportation - 3 1.8 mm 1.77 cm -11.6 cm 30.2 MeV 0 eV 2.41 cm 11.7 cmBackExcluderTransportation - 4 1.8 cm 17.8 cm -1.16 m 30.2 MeV 0 eV 1.06 m 1.18 mLArgPhysicalTransportation - 5 1.98 cm 19.5 cm -1.27 m 30.2 MeV 0 eV 11.3 cm 1.29 mCryostatVolumesTransportation - 6 1.98 cm 19.6 cm -1.28 m 30.2 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 7 2.09 cm 20.6 cm -1.35 m 30.2 MeV 0 eV 7.08 cm 1.36 mCryostatVolumesTransportation - 8 2.09 cm 20.7 cm -1.35 m 30.2 MeV 0 eV 2.53 mm 1.37 mMotherTransportation - 9 2.9 cm 28.6 cm -1.87 m 30.2 MeV 0 eV 52.6 cm 1.89 mBigScintPhysicalTransportation - 10 2.93 cm 28.9 cm -1.89 m 30.2 MeV 0 eV 2.02 cm 1.91 mMotherTransportation - 11 3.02 cm 29.9 cm -1.95 m 30.2 MeV 0 eV 6.07 cm 1.97 mBigIronPhysicalTransportation - 12 3.18 cm 31.4 cm -2.05 m 30.2 MeV 0 eV 10.1 cm 2.07 mMotherTransportation - 13 3.21 cm 31.7 cm -2.07 m 30.2 MeV 0 eV 2.02 cm 2.09 mBigScintPhysicalTransportation - 14 3.24 cm 32 cm -2.09 m 30.2 MeV 0 eV 2.02 cm 2.11 mMotherTransportation - 15 3.32 cm 32.8 cm -2.14 m 30.2 MeV 0 eV 5.06 cm 2.17 mBigIronPhysicalTransportation - 16 3.47 cm 34.3 cm -2.24 m 30.2 MeV 0 eV 10.1 cm 2.27 mMotherTransportation - 17 3.53 cm 34.9 cm -2.28 m 30.2 MeV 0 eV 4.05 cm 2.31 mBigScintPhysicalTransportation - 18 3.57 cm 35.2 cm -2.3 m 30.2 MeV 0 eV 2.02 cm 2.33 mMotherTransportation - 19 4.57 cm 45.2 cm -2.95 m 30.2 MeV 0 eV 65.8 cm 2.98 mConcWallAPhysicalTransportation - 20 7.05 cm 69.7 cm -4.55 m 30.2 MeV 0 eV 1.62 m 4.6 mConcWallBPhysicalTransportation - 21 9.54 cm 94.2 cm -6.15 m 30.2 MeV 0 eV 1.62 m 6.22 mMotherTransportation - 22 50.6 cm 5 m -32.7 m 30.2 MeV 0 eV 26.8 m 33 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=34.8079 -Edep in FCAL1 FCAl2 : 0 34.8079 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2515 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 15 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -155 mum -117 mum 139 mum 27.1 MeV 386 keV 240 mum 240 mumWAbsorberPhysicaleBrem - 2 -886 mum -359 mum 794 mum 23 MeV 1.89 MeV 1.05 mm 1.29 mmWAbsorberPhysicaleBrem - 3 -909 mum -393 mum 831 mum 22.7 MeV 93 keV 55.6 mum 1.34 mmWAbsorberPhysicaleBrem - 4 -1.24 mm -701 mum 1.39 mm 19.4 MeV 1.45 MeV 734 mum 2.08 mmWAbsorberPhysicaleBrem - 5 -1.35 mm -935 mum 1.66 mm 18.5 MeV 612 keV 370 mum 2.45 mmWAbsorberPhysicaleBrem - 6 -1.45 mm -1.19 mm 1.87 mm 16.1 MeV 632 keV 342 mum 2.79 mmWAbsorberPhysicaleBrem - 7 -1.49 mm -1.31 mm 1.99 mm 15.7 MeV 274 keV 176 mum 2.97 mmWAbsorberPhysicaleBrem - 8 -1.54 mm -1.51 mm 2.23 mm 14.6 MeV 769 keV 321 mum 3.29 mmWAbsorberPhysicaleBrem - 9 -1.54 mm -1.53 mm 2.24 mm 14.3 MeV 27.2 keV 20 mum 3.31 mmWAbsorberPhysicaleBrem - 10 -1.59 mm -2.74 mm 2.65 mm 11.2 MeV 2.89 MeV 1.32 mm 4.63 mmWAbsorberPhysicaleBrem - 11 -1.57 mm -2.8 mm 2.8 mm 7.62 MeV 637 keV 157 mum 4.79 mmWAbsorberPhysicaleBrem - 12 -1.6 mm -2.82 mm 3.05 mm 5.62 MeV 427 keV 265 mum 5.05 mmWAbsorberPhysicaleBrem - 13 -1.61 mm -2.91 mm 3.08 mm 5.33 MeV 179 keV 103 mum 5.16 mmWAbsorberPhysicaleBrem - 14 -1.85 mm -3.23 mm 3.12 mm 4.3 MeV 813 keV 436 mum 5.59 mmWAbsorberPhysicaleBrem - 15 -1.8 mm -3.23 mm 3.35 mm 3.72 MeV 391 keV 239 mum 5.83 mmWAbsorberPhysicaleBrem - 16 -973 mum -4.1 mm 3.65 mm 1.19 MeV 2.53 MeV 1.52 mm 7.35 mmWAbsorberPhysicaleIoni - 17 -909 mum -4.08 mm 3.67 mm 0 eV 1.19 MeV 530 mum 7.88 mmWAbsorberPhysicaleIoni - 18 -909 mum -4.08 mm 3.67 mm 0 eV 0 eV 0 fm 7.88 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -909 mum -4.08 mm 3.67 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.53 mm -1.06 cm 4.3 mm 0 eV 69.5 keV 6.79 mm 6.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.53 mm -1.06 cm 4.3 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.53 mm -1.06 cm 4.3 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -909 mum -4.08 mm 3.67 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 224 mum 519 mum 3.22 mm 0 eV 69.5 keV 4.76 mm 4.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 224 mum 519 mum 3.22 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 223 mum 530 mum 3.21 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 mm -3.23 mm 3.35 mm 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.04 mm -4.11 mm 4.88 mm 0 eV 69.5 keV 1.79 mm 1.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.04 mm -4.11 mm 4.88 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.04 mm -4.11 mm 4.88 mm 0 eV 116 keV 20.2 mum 20.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 mm -3.23 mm 3.12 mm 222 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm -3.39 mm 3.56 mm 160 keV 0 eV 488 mum 488 mumWAbsorberPhysicalcompt - 2 -1.74 mm -3.76 mm 3.55 mm 0 eV 69.5 keV 442 mum 930 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 mm -3.76 mm 3.55 mm 90.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 mm -3.76 mm 3.55 mm 0 eV 90.9 keV 13.6 mum 13.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 mm -3.39 mm 3.56 mm 61.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm -3.39 mm 3.56 mm 0 eV 61.8 keV 7.23 mum 7.23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 mm -2.91 mm 3.08 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 mm -3.12 mm 3.24 mm 0 eV 69.5 keV 264 mum 264 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 mm -3.12 mm 3.24 mm 39.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 mm -3.12 mm 3.24 mm 0 eV 39.4 keV 3.44 mum 3.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm -2.82 mm 3.05 mm 1.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.97 mm -1.15 cm 9.27 mm 736 keV 0 eV 1.07 cm 1.07 cmWAbsorberPhysicalcompt - 2 -2.27 mm -1.24 cm 9.39 mm 623 keV 0 eV 1.2 mm 1.19 cmWAbsorberPhysicalcompt - 3 -1.75 mm -1.53 cm 1.05 cm 472 keV 0 eV 3.16 mm 1.51 cmWAbsorberPhysicalcompt - 4 784 mum -1.73 cm 1.36 cm 308 keV 0 eV 4.47 mm 1.96 cmWAbsorberPhysicalcompt - 5 -79.2 mum -1.74 cm 1.55 cm 0 eV 69.5 keV 2.04 mm 2.16 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -79.2 mum -1.74 cm 1.55 cm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -81.1 mum -1.74 cm 1.55 cm 0 eV 239 keV 62.1 mum 62.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 784 mum -1.73 cm 1.36 cm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 786 mum -1.73 cm 1.36 cm 0 eV 164 keV 34.7 mum 34.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 mm -1.53 cm 1.05 cm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 mm -1.53 cm 1.05 cm 0 eV 151 keV 30.6 mum 30.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm -1.24 cm 9.39 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm -1.24 cm 9.39 mm 0 eV 113 keV 19.3 mum 19.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.97 mm -1.15 cm 9.27 mm 835 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.99 mm -1.15 cm 9.29 mm 0 eV 835 keV 344 mum 344 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 mm -2.8 mm 2.8 mm 2.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.82 mm -4.02 mm 5.9 mm 2.09 MeV 0 eV 3.35 mm 3.35 mmWAbsorberPhysicalcompt - 2 -2.3 mm -4.36 mm 6.82 mm 0 eV 69.5 keV 1.09 mm 4.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.3 mm -4.36 mm 6.82 mm 2.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.29 mm -4.22 mm 6.99 mm 1.22 MeV 650 keV 313 mum 313 mumWAbsorberPhysicaleBrem - 2 -2.42 mm -4.14 mm 7.01 mm 686 keV 382 keV 252 mum 565 mumWAbsorberPhysicaleBrem - 3 -2.44 mm -4.15 mm 7.01 mm 0 eV 686 keV 269 mum 834 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.42 mm -4.14 mm 7.01 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 mm -4.14 mm 7.02 mm 0 eV 69.5 keV 34.3 mum 34.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.45 mm -4.14 mm 7.02 mm 83 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 mm -4.14 mm 7.02 mm 0 eV 83 keV 11.7 mum 11.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.29 mm -4.22 mm 6.99 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.41 mm -4.35 mm 7.88 mm 0 eV 69.5 keV 909 mum 909 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 mm -4.35 mm 7.88 mm 83 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.41 mm -4.35 mm 7.88 mm 0 eV 83 keV 11.7 mum 11.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 mm -4.02 mm 5.9 mm 861 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 mm -4.03 mm 5.93 mm 0 eV 861 keV 357 mum 357 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.59 mm -2.74 mm 2.65 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 mm -2.74 mm 2.66 mm 0 eV 69.5 keV 10.6 mum 10.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.59 mm -2.74 mm 2.66 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 mm -2.74 mm 2.66 mm 0 eV 109 keV 18.2 mum 18.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 mm -1.53 mm 2.24 mm 296 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.45 mm -4.77 mm 4.57 mm 0 eV 69.5 keV 4.42 mm 4.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.45 mm -4.77 mm 4.57 mm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.45 mm -4.78 mm 4.57 mm 0 eV 226 keV 57.3 mum 57.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 mm -1.51 mm 2.23 mm 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.14 mm -3.14 mm 3.47 mm 0 eV 69.5 keV 2.13 mm 2.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 mm -3.14 mm 3.47 mm 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.14 mm -3.14 mm 3.48 mm 0 eV 229 keV 58.4 mum 58.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 mm -1.31 mm 1.99 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 mm -1.33 mm 2.01 mm 0 eV 69.5 keV 30.8 mum 30.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.5 mm -1.33 mm 2.01 mm 36.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 mm -1.33 mm 2.01 mm 0 eV 36.7 keV 3.08 mum 3.08 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 mm -1.19 mm 1.87 mm 1.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.3 mm -1.42 cm 1.44 cm 1.67 MeV 0 eV 1.83 cm 1.83 cmWAbsorberPhysicalcompt - 2 -3.9 mm -2 cm 2.09 cm 0 eV 69.5 keV 8.62 mm 2.7 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.9 mm -2 cm 2.09 cm 1.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.89 mm -2 cm 2.09 cm 0 eV 1.6 MeV 730 mum 730 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.3 mm -1.42 cm 1.44 cm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.3 mm -1.42 cm 1.44 cm 0 eV 134 keV 25.5 mum 25.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 mm -935 mum 1.66 mm 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 mm -1.12 mm 1.81 mm 0 eV 69.5 keV 241 mum 241 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm -1.12 mm 1.81 mm 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 mm -1.12 mm 1.81 mm 0 eV 229 keV 58.3 mum 58.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 mm -701 mum 1.39 mm 1.86 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 mm -1.79 mm 2.25 mm 226 keV 0 eV 1.46 mm 1.46 mmWAbsorberPhysicalcompt - 2 -1.7 mm -1.79 mm 2.25 mm 0 eV 69.5 keV 3.11 mum 1.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.7 mm -1.79 mm 2.25 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 mm -1.79 mm 2.25 mm 0 eV 156 keV 32.2 mum 32.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.7 mm -1.79 mm 2.25 mm 1.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 mm -1.85 mm 2.3 mm 0 eV 1.64 MeV 751 mum 751 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -909 mum -393 mum 831 mum 189 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 mm -548 mum 1.01 mm 0 eV 69.5 keV 258 mum 258 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 mm -548 mum 1.01 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 mm -549 mum 1.01 mm 0 eV 119 keV 21.1 mum 21.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -886 mum -359 mum 794 mum 2.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 mm -1.04 mm 1.58 mm 247 keV 0 eV 1.16 mm 1.16 mmWAbsorberPhysicalcompt - 2 -768 mum -406 mum 1.41 mm 0 eV 69.5 keV 916 mum 2.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -768 mum -406 mum 1.41 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -768 mum -403 mum 1.41 mm 0 eV 177 keV 39.4 mum 39.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 mm -1.04 mm 1.58 mm 2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 mm -1.22 mm 1.71 mm 1.1 MeV 792 keV 406 mum 406 mumWAbsorberPhysicaleBrem - 2 -1.24 mm -1.24 mm 1.75 mm 0 eV 1.1 MeV 481 mum 887 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 mm -1.22 mm 1.71 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm -1.43 mm 1.88 mm 0 eV 69.5 keV 272 mum 272 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 mm -1.43 mm 1.88 mm 36.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm -1.43 mm 1.88 mm 0 eV 36.3 keV 3.02 mum 3.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -155 mum -117 mum 139 mum 3.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 cm -1.23 cm 2.16 cm 0 eV 0 eV 3.13 cm 3.13 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 54, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 cm -1.23 cm 2.16 cm 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm -1.23 cm 2.18 cm 1.03 MeV 329 keV 210 mum 210 mumWAbsorberPhysicaleBrem - 2 -1.92 cm -1.22 cm 2.18 cm 0 eV 1.03 MeV 449 mum 659 mumWAbsorberPhysicaleIoni - 3 -1.92 cm -1.22 cm 2.18 cm 0 eV 0 eV 0 fm 659 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 cm -1.22 cm 2.18 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm -1.09 cm 2.26 cm 244 keV 0 eV 3.23 mm 3.23 mmWAbsorberPhysicalcompt - 2 -1.65 cm -1.08 cm 2.27 cm 0 eV 69.5 keV 170 mum 3.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm -1.08 cm 2.27 cm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm -1.08 cm 2.27 cm 0 eV 175 keV 38.6 mum 38.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 cm -1.09 cm 2.26 cm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm -1.09 cm 2.26 cm 0 eV 267 keV 73.2 mum 73.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 cm -1.22 cm 2.18 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.95 cm -1.73 cm 1.88 cm 471 keV 0 eV 1.18 cm 1.18 cmWAbsorberPhysicalcompt - 2 -3.27 cm -1.83 cm 1.92 cm 381 keV 0 eV 3.43 mm 1.52 cmWAbsorberPhysicalcompt - 3 -3.36 cm -1.79 cm 1.95 cm 0 eV 69.5 keV 985 mum 1.62 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.36 cm -1.79 cm 1.95 cm 312 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.36 cm -1.79 cm 1.95 cm 0 eV 312 keV 91.9 mum 91.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.27 cm -1.83 cm 1.92 cm 90 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.27 cm -1.83 cm 1.92 cm 0 eV 90 keV 13.4 mum 13.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 cm -1.73 cm 1.88 cm 39.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.95 cm -1.73 cm 1.88 cm 0 eV 39.8 keV 3.49 mum 3.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 cm -1.23 cm 2.18 cm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.92 cm -1.22 cm 2.18 cm 0 eV 69.5 keV 77.4 mum 77.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 cm -1.22 cm 2.18 cm 43 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.92 cm -1.22 cm 2.18 cm 0 eV 43 keV 3.99 mum 3.99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 cm -1.23 cm 2.16 cm 833 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 cm -1.22 cm 2.16 cm 8.15 keV 657 keV 291 mum 291 mumWAbsorberPhysicaleBrem - 2 -1.94 cm -1.22 cm 2.16 cm 0 eV 8.15 keV 284 nm 291 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 cm -1.22 cm 2.16 cm 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 cm -1.21 cm 2.17 cm 0 eV 69.5 keV 353 mum 353 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 cm -1.21 cm 2.17 cm 98.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 cm -1.21 cm 2.17 cm 0 eV 98.7 keV 15.5 mum 15.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.39 cm 16.2 cm -2.67 cm 45.5 MeV 0 eV 18 cm 18 cmF2TroffMainPhysicalTransportation - 2 7.81 cm 17.2 cm -2.82 cm 45.5 MeV 0 eV 1.03 cm 19.1 cmLArgPhysicalTransportation - 3 44.4 cm 97.5 cm -16 cm 45.5 MeV 0 eV 89.3 cm 1.08 mCryostatVolumesTransportation - 4 90 cm 1.98 m -32.5 cm 45.5 MeV 0 eV 1.11 m 2.19 mMotherTransportation - 5 2.28 m 5 m -82.2 cm 45.5 MeV 0 eV 3.36 m 5.56 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 28.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -924 mum -11.5 cm -6.05 cm 28.8 MeV 0 eV 13 cm 13 cmCuPlateBPhysicalTransportation - 2 -1.27 mm -15.9 cm -8.34 cm 28.8 MeV 0 eV 4.92 cm 17.9 cmLArgPhysicalTransportation - 3 -1.77 mm -22.1 cm -11.6 cm 28.8 MeV 0 eV 6.96 cm 24.9 cmBackExcluderTransportation - 4 -2.09 mm -26.1 cm -13.7 cm 28.8 MeV 0 eV 4.56 cm 29.5 cmLArgPhysicalTransportation - 5 -7.81 mm -97.5 cm -51.2 cm 28.8 MeV 0 eV 80.7 cm 1.1 mMotherTransportation - 6 -4 cm -5 m -2.62 m 28.8 MeV 0 eV 4.55 m 5.65 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=31.8675 -Edep in FCAL1 FCAl2 : 0 31.8675 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2516 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 16 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -54.5 mum 328 mum -392 mum 39.1 MeV 919 keV 516 mum 516 mumWAbsorberPhysicaleBrem - 2 -60.8 mum 470 mum -639 mum 38.5 MeV 501 keV 285 mum 802 mumWAbsorberPhysicaleBrem - 3 -64.5 mum 494 mum -703 mum 38.2 MeV 139 keV 68.3 mum 870 mumWAbsorberPhysicaleBrem - 4 57.7 mum 916 mum -1.79 mm 35.3 MeV 2.54 MeV 1.18 mm 2.05 mmWAbsorberPhysicaleBrem - 5 52.4 mum 943 mum -1.95 mm 29.8 MeV 267 keV 155 mum 2.2 mmWAbsorberPhysicaleBrem - 6 55.2 mum 1.35 mm -2.96 mm 26.2 MeV 3.44 MeV 1.09 mm 3.29 mmWAbsorberPhysicaleBrem - 7 44.3 mum 1.36 mm -3.01 mm 25.2 MeV 107 keV 53.2 mum 3.35 mmWAbsorberPhysicaleBrem - 8 -865 nm 1.47 mm -3.32 mm 23.7 MeV 643 keV 334 mum 3.68 mmWAbsorberPhysicaleBrem - 9 -74.2 mum 1.52 mm -3.65 mm 20.4 MeV 658 keV 347 mum 4.03 mmWAbsorberPhysicaleBrem - 10 -823 mum 1.85 mm -4.74 mm 17.2 MeV 3.07 MeV 1.35 mm 5.38 mmWAbsorberPhysicaleBrem - 11 -972 mum 2.03 mm -5.18 mm 16.1 MeV 887 keV 501 mum 5.88 mmWAbsorberPhysicaleBrem - 12 -1.28 mm 2.21 mm -5.63 mm 14.3 MeV 1.59 MeV 603 mum 6.48 mmWAbsorberPhysicaleBrem - 13 -1.29 mm 2.23 mm -5.68 mm 14.1 MeV 79.6 keV 55.8 mum 6.54 mmWAbsorberPhysicaleBrem - 14 -1.44 mm 1.96 mm -7.08 mm 10.9 MeV 2.75 MeV 1.6 mm 8.14 mmWAbsorberPhysicaleBrem - 15 -1.44 mm 1.99 mm -7.13 mm 7.7 MeV 98 keV 57.7 mum 8.2 mmWAbsorberPhysicaleBrem - 16 -1.18 mm 2.18 mm -7.69 mm 5.13 MeV 1.1 MeV 706 mum 8.9 mmWAbsorberPhysicaleBrem - 17 -1.34 mm 1.62 mm -7.78 mm 0 eV 5.13 MeV 1.78 mm 1.07 cmWAbsorberPhysicaleIoni - 18 -1.34 mm 1.62 mm -7.78 mm 0 eV 0 eV 0 fm 1.07 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 mm 1.62 mm -7.78 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.17 mm 2.17 mm -3 mm 0 eV 69.5 keV 6.15 mm 6.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.17 mm 2.17 mm -3 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.17 mm 2.16 mm -3 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 mm 1.62 mm -7.78 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.93 mm 585 mum -1.68 cm 0 eV 69.5 keV 1.17 cm 1.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.93 mm 585 mum -1.68 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.94 mm 589 mum -1.69 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 mm 2.18 mm -7.69 mm 1.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 mm -244 mum -8.01 mm 737 keV 0 eV 2.54 mm 2.54 mmWAbsorberPhysicalcompt - 2 -2.43 mm -2.35 mm -1.12 cm 406 keV 0 eV 3.9 mm 6.44 mmWAbsorberPhysicalcompt - 3 -6.09 mm -1.49 mm -1.34 cm 269 keV 0 eV 4.35 mm 1.08 cmWAbsorberPhysicalcompt - 4 -6.35 mm -91.9 mum -1.35 cm 0 eV 69.5 keV 1.43 mm 1.22 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.35 mm -91.9 mum -1.35 cm 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.35 mm -88.5 mum -1.35 cm 0 eV 199 keV 47 mum 47 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.09 mm -1.49 mm -1.34 cm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.09 mm -1.5 mm -1.34 cm 0 eV 137 keV 26.2 mum 26.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.43 mm -2.35 mm -1.12 cm 332 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.43 mm -2.35 mm -1.13 cm 0 eV 332 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.87 mm -244 mum -8.01 mm 719 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 mm -265 mum -8 mm 0 eV 719 keV 286 mum 286 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 mm 1.99 mm -7.13 mm 3.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 mm 1.08 cm -1.55 cm 1.78 MeV 0 eV 1.22 cm 1.22 cmWAbsorberPhysicalcompt - 2 8.21 mm 2.77 cm -2.45 cm 1.45 MeV 0 eV 2.13 cm 3.35 cmWAbsorberPhysicalcompt - 3 1.04 cm 3.63 cm -3.25 cm 549 keV 0 eV 1.19 cm 4.54 cmWAbsorberPhysicalcompt - 4 5.83 mm 3.55 cm -4.03 cm 281 keV 0 eV 9.07 mm 5.45 cmWAbsorberPhysicalcompt - 5 4.83 mm 3.82 cm -4.03 cm 188 keV 0 eV 2.88 mm 5.73 cmWAbsorberPhysicalcompt - 6 5.25 mm 3.85 cm -4.15 cm 0 eV 69.5 keV 1.3 mm 5.86 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.25 mm 3.85 cm -4.15 cm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.25 mm 3.85 cm -4.15 cm 0 eV 119 keV 21 mum 21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.83 mm 3.82 cm -4.03 cm 92.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.83 mm 3.82 cm -4.03 cm 0 eV 92.6 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.83 mm 3.55 cm -4.03 cm 268 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.83 mm 3.55 cm -4.03 cm 0 eV 268 keV 73.7 mum 73.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 cm 3.63 cm -3.25 cm 901 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm 3.63 cm -3.26 cm 237 keV 459 keV 289 mum 289 mumWAbsorberPhysicaleBrem - 2 1.03 cm 3.63 cm -3.26 cm 0 eV 237 keV 61.2 mum 350 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm 3.63 cm -3.26 cm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm 3.63 cm -3.26 cm 0 eV 69.5 keV 90.9 mum 90.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 cm 3.63 cm -3.26 cm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm 3.63 cm -3.26 cm 0 eV 136 keV 26.1 mum 26.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.21 mm 2.77 cm -2.45 cm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.22 mm 2.77 cm -2.45 cm 0 eV 328 keV 99 mum 99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 mm 1.08 cm -1.55 cm 1.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 mm 1.09 cm -1.55 cm 0 eV 1.37 MeV 615 mum 615 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 mm 1.96 mm -7.08 mm 402 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm 2.05 mm -7.16 mm 162 keV 0 eV 117 mum 117 mumWAbsorberPhysicalcompt - 2 -1.28 mm 1.67 mm -6.37 mm 0 eV 69.5 keV 887 mum 1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 mm 1.67 mm -6.37 mm 92.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 mm 1.67 mm -6.37 mm 0 eV 92.8 keV 14.1 mum 14.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm 2.05 mm -7.16 mm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm 2.05 mm -7.16 mm 0 eV 239 keV 62.2 mum 62.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 mm 2.23 mm -5.68 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 mm 2.25 mm -5.72 mm 0 eV 69.5 keV 47.7 mum 47.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 mm 2.25 mm -5.72 mm 83.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 mm 2.25 mm -5.72 mm 0 eV 83.8 keV 11.9 mum 11.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 mm 2.21 mm -5.63 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 mm 2.25 mm -5.72 mm 131 keV 0 eV 100 mum 100 mumWAbsorberPhysicalcompt - 2 -1.05 mm 2.33 mm -5.67 mm 0 eV 69.5 keV 255 mum 356 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm 2.33 mm -5.67 mm 61.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm 2.33 mm -5.67 mm 0 eV 61.2 keV 7.12 mum 7.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 mm 2.25 mm -5.72 mm 52.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 mm 2.25 mm -5.72 mm 0 eV 52.9 keV 5.61 mum 5.61 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -972 mum 2.03 mm -5.18 mm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 mm 2.33 mm -6.05 mm 125 keV 0 eV 992 mum 992 mumWAbsorberPhysicalcompt - 2 -1.08 mm 2.48 mm -5.86 mm 0 eV 69.5 keV 358 mum 1.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm 2.48 mm -5.86 mm 55.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 mm 2.48 mm -5.86 mm 0 eV 55.4 keV 6.06 mum 6.06 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 mm 2.33 mm -6.05 mm 81.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 mm 2.33 mm -6.05 mm 0 eV 81.8 keV 11.4 mum 11.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -823 mum 1.85 mm -4.74 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 mm 1.97 mm -5.34 mm 0 eV 69.5 keV 658 mum 658 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 mm 1.97 mm -5.34 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 mm 1.97 mm -5.34 mm 0 eV 114 keV 19.6 mum 19.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -74.2 mum 1.52 mm -3.65 mm 2.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.45 mm 8.82 mm -2.38 cm 1.69 MeV 0 eV 2.27 cm 2.27 cmWAbsorberPhysicalcompt - 2 -7.46 mm 8.96 mm -2.4 cm 0 eV 0 eV 222 mum 2.29 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 47, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.46 mm 8.96 mm -2.4 cm 100 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.46 mm 8.96 mm -2.4 cm 0 eV 100 keV 14.7 mum 14.7 mumWAbsorberPhysicaleIoni - 2 -7.46 mm 8.96 mm -2.4 cm 0 eV 0 eV 0 fm 14.7 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.46 mm 8.96 mm -2.4 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.67 mm 1.35 cm -2.39 cm 171 keV 0 eV 4.54 mm 4.54 mmWAbsorberPhysicalcompt - 2 -7.65 mm 1.34 cm -2.39 cm 0 eV 69.5 keV 63 mum 4.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.65 mm 1.34 cm -2.39 cm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.66 mm 1.34 cm -2.39 cm 0 eV 102 keV 16.3 mum 16.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.67 mm 1.35 cm -2.39 cm 340 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.67 mm 1.35 cm -2.39 cm 0 eV 340 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.46 mm 8.96 mm -2.4 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.45 mm 8.83 mm -2.4 cm 0 eV 69.5 keV 135 mum 135 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.45 mm 8.83 mm -2.4 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.42 mm 8.81 mm -2.4 cm 188 keV 128 keV 56.9 mum 56.9 mumWAbsorberPhysicaleBrem - 2 -7.43 mm 8.82 mm -2.4 cm 0 eV 188 keV 43.1 mum 100 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.42 mm 8.81 mm -2.4 cm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.6 mm 9.44 mm -2.39 cm 0 eV 69.5 keV 650 mum 650 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.6 mm 9.44 mm -2.39 cm 55.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.6 mm 9.43 mm -2.39 cm 0 eV 55.8 keV 6.14 mum 6.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.46 mm 8.96 mm -2.4 cm 571 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.45 mm 8.98 mm -2.4 cm 0 eV 571 keV 212 mum 212 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.45 mm 8.82 mm -2.38 cm 903 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.46 mm 8.81 mm -2.39 cm 0 eV 903 keV 379 mum 379 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -865 nm 1.47 mm -3.32 mm 899 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -386 mum 2.11 mm -5.42 mm 795 keV 0 eV 2.23 mm 2.23 mmWAbsorberPhysicalcompt - 2 -1.88 mm 2.24 mm -8.29 mm 213 keV 0 eV 3.23 mm 5.47 mmWAbsorberPhysicalcompt - 3 -1.51 mm 2.49 mm -8.03 mm 0 eV 69.5 keV 517 mum 5.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 mm 2.49 mm -8.03 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 mm 2.49 mm -8.03 mm 0 eV 143 keV 28.2 mum 28.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.88 mm 2.24 mm -8.29 mm 582 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 mm 2.24 mm -8.3 mm 0 eV 582 keV 218 mum 218 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -386 mum 2.11 mm -5.42 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -385 mum 2.11 mm -5.43 mm 0 eV 104 keV 16.9 mum 16.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 44.3 mum 1.36 mm -3.01 mm 853 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -62.1 mum 1.5 mm -3.76 mm 397 keV 0 eV 765 mum 765 mumWAbsorberPhysicalcompt - 2 48.2 mum 1.99 mm -3.84 mm 0 eV 69.5 keV 506 mum 1.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 48.2 mum 1.99 mm -3.84 mm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 48.2 mum 1.99 mm -3.85 mm 0 eV 327 keV 98.6 mum 98.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -62.1 mum 1.5 mm -3.76 mm 457 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -65.2 mum 1.5 mm -3.77 mm 0 eV 457 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 55.2 mum 1.35 mm -2.96 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 36.6 mum 1.38 mm -3.07 mm 0 eV 69.5 keV 118 mum 118 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 36.6 mum 1.38 mm -3.07 mm 69.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 37.1 mum 1.38 mm -3.07 mm 0 eV 69.2 keV 8.72 mum 8.72 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 52.4 mum 943 mum -1.95 mm 5.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.32 mm 5.33 mm -1.55 cm 0 eV 0 eV 1.44 cm 1.44 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 62, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.32 mm 5.33 mm -1.55 cm 3.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.67 mm 4.53 mm -1.61 cm 531 keV 2.54 MeV 1.36 mm 1.36 mmWAbsorberPhysicaleIoni - 2 -2.69 mm 4.53 mm -1.61 cm 0 eV 531 keV 191 mum 1.55 mmWAbsorberPhysicaleIoni - 3 -2.69 mm 4.53 mm -1.61 cm 0 eV 0 eV 0 fm 1.55 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.69 mm 4.53 mm -1.61 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.64 mm 5.85 mm -1.8 cm 179 keV 0 eV 3.03 mm 3.03 mmWAbsorberPhysicalcompt - 2 -3.8 mm 5.37 mm -1.78 cm 0 eV 69.5 keV 972 mum 4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.8 mm 5.37 mm -1.78 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.8 mm 5.37 mm -1.78 cm 0 eV 110 keV 18.4 mum 18.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.64 mm 5.85 mm -1.8 cm 332 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.64 mm 5.85 mm -1.8 cm 0 eV 332 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.69 mm 4.53 mm -1.61 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.99 mm 1.37 mm -1.15 cm 309 keV 0 eV 7.26 mm 7.26 mmWAbsorberPhysicalcompt - 2 869 mum 1.01 mm -9.15 mm 0 eV 69.5 keV 2.62 mm 9.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 869 mum 1.01 mm -9.15 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 870 mum 1.01 mm -9.14 mm 0 eV 240 keV 62.4 mum 62.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.99 mm 1.37 mm -1.15 cm 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.99 mm 1.37 mm -1.15 cm 0 eV 202 keV 47.9 mum 47.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.32 mm 5.33 mm -1.55 cm 1.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 mm 5.23 mm -1.56 cm 455 keV 558 keV 311 mum 311 mumWAbsorberPhysicaleBrem - 2 -2.45 mm 5.23 mm -1.56 cm 0 eV 455 keV 157 mum 468 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.45 mm 5.23 mm -1.56 cm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 mm 5.22 mm -1.58 cm 114 keV 0 eV 215 mum 215 mumWAbsorberPhysicalcompt - 2 -2.57 mm 5.27 mm -1.58 cm 0 eV 69.5 keV 134 mum 349 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 mm 5.27 mm -1.58 cm 44.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 mm 5.27 mm -1.58 cm 0 eV 44.5 keV 4.22 mum 4.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.46 mm 5.22 mm -1.58 cm 16 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 mm 5.22 mm -1.58 cm 0 eV 16 keV 799 nm 799 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 57.7 mum 916 mum -1.79 mm 387 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.89 mum 1.1 mm -2.67 mm 0 eV 69.5 keV 895 mum 895 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.89 mum 1.1 mm -2.67 mm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 73.2 nm 1.09 mm -2.67 mm 0 eV 318 keV 94.3 mum 94.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -64.5 mum 494 mum -703 mum 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -72.5 mum 552 mum -858 mum 0 eV 69.5 keV 165 mum 165 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -72.5 mum 552 mum -858 mum 45.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -72.3 mum 552 mum -858 mum 0 eV 45.6 keV 4.4 mum 4.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -60.8 mum 470 mum -639 mum 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -66.3 mum 497 mum -711 mum 0 eV 69.5 keV 76.7 mum 76.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -66.3 mum 497 mum -711 mum 34.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -66.4 mum 496 mum -711 mum 0 eV 34.9 keV 2.83 mum 2.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -54.5 mum 328 mum -392 mum 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -55.2 mum 382 mum -502 mum 0 eV 69.5 keV 122 mum 122 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -55.2 mum 382 mum -502 mum 76.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -55.4 mum 382 mum -503 mum 0 eV 76.1 keV 10.2 mum 10.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 28.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 18.9 cm -8.01 cm 6.29 cm 28.4 MeV 0 eV 21.5 cm 21.5 cmLArgPhysicalTransportation - 2 1.21 m -51.3 cm 40.3 cm 28.4 MeV 0 eV 1.16 m 1.37 mCryostatVolumesTransportation - 3 1.21 m -51.4 cm 40.4 cm 28.4 MeV 0 eV 3.23 mm 1.38 mInsulationPhysicalTransportation - 4 1.28 m -54.2 cm 42.6 cm 28.4 MeV 0 eV 7.55 cm 1.45 mCryostatVolumesTransportation - 5 1.28 m -54.3 cm 42.7 cm 28.4 MeV 0 eV 2.69 mm 1.46 mMotherTransportation - 6 5 m -2.12 m 1.67 m 28.4 MeV 0 eV 4.23 m 5.68 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -16.9 cm -9.48 cm 17.4 cm 36.6 MeV 0 eV 26 cm 26 cmFCALEnvelopePhysicalTransportation - 2 -17.2 cm -9.69 cm 17.8 cm 36.6 MeV 0 eV 5.66 mm 26.6 cmLArgPhysicalTransportation - 3 -88.6 cm -49.8 cm 91.6 cm 36.6 MeV 0 eV 1.1 m 1.37 mCryostatVolumesTransportation - 4 -88.8 cm -50 cm 91.8 cm 36.6 MeV 0 eV 3.22 mm 1.37 mInsulationPhysicalTransportation - 5 -93.7 cm -52.7 cm 96.9 cm 36.6 MeV 0 eV 7.52 cm 1.45 mCryostatVolumesTransportation - 6 -93.9 cm -52.8 cm 97 cm 36.6 MeV 0 eV 2.68 mm 1.45 mMotherTransportation - 7 -5 m -2.81 m 5.17 m 36.6 MeV 0 eV 6.27 m 7.72 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=41.1623 -Edep in FCAL1 FCAl2 : 0 41.1623 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2517 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 17 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 70.5 mum 120 mum 390 mum 40 MeV 834 keV 415 mum 415 mumWAbsorberPhysicaleBrem - 2 116 mum 187 mum 653 mum 39.2 MeV 566 keV 276 mum 691 mumWAbsorberPhysicaleBrem - 3 200 mum 267 mum 929 mum 38.1 MeV 634 keV 300 mum 991 mumWAbsorberPhysicaleBrem - 4 226 mum 289 mum 993 mum 37.6 MeV 194 keV 72.4 mum 1.06 mmWAbsorberPhysicaleBrem - 5 395 mum 424 mum 1.46 mm 35.5 MeV 899 keV 519 mum 1.58 mmWAbsorberPhysicaleBrem - 6 728 mum 469 mum 1.81 mm 18.3 MeV 1.11 MeV 492 mum 2.07 mmWAbsorberPhysicaleBrem - 7 1.64 mm 601 mum 2.52 mm 10.3 MeV 3.8 MeV 1.17 mm 3.25 mmWAbsorberPhysicaleBrem - 8 3.69 mm 1.21 mm 4.55 mm 5.28 MeV 5.07 MeV 2.43 mm 5.68 mmWAbsorberPhysicaleIoni - 9 3.1 mm 1.04 mm 5.47 mm 1.94 MeV 1.94 MeV 1.22 mm 6.91 mmWAbsorberPhysicaleBrem - 10 3.16 mm 959 mum 5.37 mm 0 eV 1.94 MeV 919 mum 7.83 mmWAbsorberPhysicaleIoni - 11 3.16 mm 959 mum 5.37 mm 0 eV 0 eV 0 fm 7.83 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.16 mm 959 mum 5.37 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm -6.32 mm -3.28 mm 0 eV 69.5 keV 1.6 cm 1.6 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm -6.32 mm -3.28 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm -6.33 mm -3.28 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.16 mm 959 mum 5.37 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.76 mm 1.22 mm 5.68 mm 0 eV 69.5 keV 565 mum 565 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.76 mm 1.22 mm 5.68 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.76 mm 1.22 mm 5.67 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.1 mm 1.04 mm 5.47 mm 1.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.86 mm -9.29 mm -6.64 mm 413 keV 0 eV 1.73 cm 1.73 cmWAbsorberPhysicalcompt - 2 1.3 cm -8.51 mm -6.17 mm 0 eV 69.5 keV 3.23 mm 2.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm -8.51 mm -6.17 mm 343 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm -8.51 mm -6.17 mm 0 eV 343 keV 106 mum 106 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.86 mm -9.29 mm -6.64 mm 991 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.81 mm -9.33 mm -6.66 mm 367 keV 200 keV 86.8 mum 86.8 mumWAbsorberPhysicaleBrem - 2 9.82 mm -9.32 mm -6.67 mm 0 eV 367 keV 116 mum 203 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.81 mm -9.33 mm -6.66 mm 425 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm -9.15 mm -8.95 mm 0 eV 69.5 keV 2.65 mm 2.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm -9.15 mm -8.95 mm 355 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm -9.15 mm -8.96 mm 0 eV 355 keV 111 mum 111 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 mm 601 mum 2.52 mm 4.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.25 mm 2.4 mm 3.04 mm 740 keV 0 eV 2.47 mm 2.47 mmWAbsorberPhysicalcompt - 2 4.91 mm 2.43 mm 1.9 mm 604 keV 0 eV 2.01 mm 4.49 mmWAbsorberPhysicalcompt - 3 1.04 cm 7.3 mm -5.77 mm 251 keV 0 eV 1.06 cm 1.51 cmWAbsorberPhysicalcompt - 4 9.95 mm 7.79 mm -5.64 mm 0 eV 69.5 keV 712 mum 1.58 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.95 mm 7.79 mm -5.64 mm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.95 mm 7.79 mm -5.64 mm 0 eV 182 keV 41 mum 41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 cm 7.3 mm -5.77 mm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 7.3 mm -5.78 mm 0 eV 353 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.91 mm 2.43 mm 1.9 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.91 mm 2.43 mm 1.9 mm 0 eV 136 keV 25.9 mum 25.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.25 mm 2.4 mm 3.04 mm 3.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 mm 3.07 mm 3.28 mm 536 keV 2.83 MeV 1.42 mm 1.42 mmWAbsorberPhysicaleIoni - 2 2.58 mm 3.06 mm 3.27 mm 0 eV 536 keV 195 mum 1.61 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 728 mum 469 mum 1.81 mm 16.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.3 mm 4.4 mm 1.24 cm 0 eV 0 eV 1.41 cm 1.41 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.3 mm 4.4 mm 1.24 cm 10.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm 4.62 mm 1.26 cm 4.87 MeV 2.75 MeV 1.55 mm 1.55 mmWAbsorberPhysicaleBrem - 2 1.09 cm 4.65 mm 1.26 cm 4.36 MeV 167 keV 125 mum 1.68 mmWAbsorberPhysicaleBrem - 3 1.12 cm 4.98 mm 1.23 cm 2.59 MeV 1.37 MeV 579 mum 2.26 mmWAbsorberPhysicaleBrem - 4 1.13 cm 5.21 mm 1.23 cm 1.43 MeV 767 keV 367 mum 2.63 mmWAbsorberPhysicaleBrem - 5 1.13 cm 5.29 mm 1.24 cm 1.05 MeV 96.9 keV 76 mum 2.7 mmWAbsorberPhysicaleBrem - 6 1.13 cm 5.3 mm 1.24 cm 904 keV 15.5 keV 13 mum 2.71 mmWAbsorberPhysicaleBrem - 7 1.11 cm 5.34 mm 1.25 cm 78.4 keV 575 keV 340 mum 3.05 mmWAbsorberPhysicaleBrem - 8 1.11 cm 5.34 mm 1.25 cm 0 eV 78.4 keV 9.72 mum 3.06 mmWAbsorberPhysicaleIoni - 9 1.11 cm 5.34 mm 1.25 cm 0 eV 0 eV 0 fm 3.06 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm 5.34 mm 1.25 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 cm 1.72 mm 1.25 cm 0 eV 69.5 keV 3.74 mm 3.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 cm 1.72 mm 1.25 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 cm 1.71 mm 1.25 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm 5.34 mm 1.25 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.32 mm 1.25 cm 1.25 cm 371 keV 0 eV 7.43 mm 7.43 mmWAbsorberPhysicalcompt - 2 9.52 mm 1.28 cm 1.26 cm 317 keV 0 eV 361 mum 7.79 mmWAbsorberPhysicalcompt - 3 1.16 cm 1.34 cm 1.28 cm 0 eV 69.5 keV 2.13 mm 9.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 cm 1.34 cm 1.28 cm 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 cm 1.34 cm 1.28 cm 0 eV 248 keV 65.5 mum 65.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.52 mm 1.28 cm 1.26 cm 53.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.52 mm 1.28 cm 1.26 cm 0 eV 53.2 keV 5.67 mum 5.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.32 mm 1.25 cm 1.25 cm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.32 mm 1.25 cm 1.25 cm 0 eV 140 keV 27.3 mum 27.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm 5.34 mm 1.25 cm 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.76 mm 5.28 mm 1.04 cm 0 eV 69.5 keV 3.15 mm 3.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.76 mm 5.28 mm 1.04 cm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.76 mm 5.28 mm 1.04 cm 0 eV 181 keV 40.6 mum 40.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm 5.3 mm 1.24 cm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm 5.25 mm 1.25 cm 0 eV 69.5 keV 125 mum 125 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm 5.25 mm 1.25 cm 59.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm 5.25 mm 1.25 cm 0 eV 59.9 keV 6.88 mum 6.88 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm 5.29 mm 1.24 cm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm 5.78 mm 1.24 cm 0 eV 69.5 keV 549 mum 549 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm 5.78 mm 1.24 cm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm 5.78 mm 1.24 cm 0 eV 216 keV 53.4 mum 53.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm 5.21 mm 1.23 cm 390 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 cm 5.63 mm 1.22 cm 0 eV 69.5 keV 439 mum 439 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 cm 5.63 mm 1.22 cm 320 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 cm 5.64 mm 1.22 cm 0 eV 320 keV 95.4 mum 95.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 cm 4.98 mm 1.23 cm 403 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 cm 6.26 mm 9.86 mm 0 eV 69.5 keV 2.8 mm 2.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 cm 6.26 mm 9.86 mm 334 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 cm 6.26 mm 9.86 mm 0 eV 334 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm 4.65 mm 1.26 cm 348 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm 5.3 mm 1 cm 0 eV 69.5 keV 2.68 mm 2.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm 5.3 mm 1 cm 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm 5.3 mm 1 cm 0 eV 278 keV 77.9 mum 77.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm 4.62 mm 1.26 cm 2.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.19 cm 1.91 cm 2 cm 2.29 MeV 0 eV 2.66 cm 2.66 cmWAbsorberPhysicalcompt - 2 3.25 cm 1.98 cm 2.02 cm 1.19 MeV 0 eV 992 mum 2.76 cmWAbsorberPhysicalcompt - 3 3.99 cm 2.52 cm 3.07 cm 537 keV 0 eV 1.39 cm 4.15 cmWAbsorberPhysicalcompt - 4 3.95 cm 2.58 cm 3.13 cm 0 eV 69.5 keV 948 mum 4.25 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.95 cm 2.58 cm 3.13 cm 467 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.95 cm 2.58 cm 3.13 cm 0 eV 467 keV 162 mum 162 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.99 cm 2.52 cm 3.07 cm 656 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.99 cm 2.52 cm 3.07 cm 0 eV 656 keV 254 mum 254 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.25 cm 1.98 cm 2.02 cm 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.25 cm 1.99 cm 2.02 cm 132 keV 264 keV 164 mum 164 mumWAbsorberPhysicaleBrem - 2 3.25 cm 1.99 cm 2.02 cm 0 eV 132 keV 24.7 mum 189 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.25 cm 1.99 cm 2.02 cm 701 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.46 cm 1.77 cm 1.29 cm 603 keV 0 eV 7.98 mm 7.98 mmWAbsorberPhysicalcompt - 2 3.32 cm 1.72 cm 4.38 mm 0 eV 69.5 keV 8.6 mm 1.66 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.32 cm 1.72 cm 4.38 mm 534 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.32 cm 1.72 cm 4.36 mm 0 eV 534 keV 194 mum 194 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.46 cm 1.77 cm 1.29 cm 98.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.46 cm 1.77 cm 1.29 cm 0 eV 98.1 keV 15.3 mum 15.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.19 cm 1.91 cm 2 cm 361 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.19 cm 1.91 cm 2 cm 0 eV 361 keV 114 mum 114 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.3 mm 4.4 mm 1.24 cm 4.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.36 mm 4.36 mm 1.25 cm 2.76 MeV 409 keV 173 mum 173 mumWAbsorberPhysicaleBrem - 2 9.82 mm 3.75 mm 1.25 cm 281 keV 2.29 MeV 1.18 mm 1.35 mmWAbsorberPhysicaleBrem - 3 9.81 mm 3.74 mm 1.25 cm 0 eV 281 keV 79.1 mum 1.43 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.82 mm 3.75 mm 1.25 cm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.52 mm 2.9 mm 1.25 cm 0 eV 69.5 keV 895 mum 895 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.52 mm 2.9 mm 1.25 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.51 mm 2.91 mm 1.25 cm 0 eV 121 keV 21.4 mum 21.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.36 mm 4.36 mm 1.25 cm 1.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.24 cm 9.02 mm 1.91 cm 1.17 MeV 0 eV 1.54 cm 1.54 cmWAbsorberPhysicalcompt - 2 3.63 cm 5.38 mm 2.71 cm 0 eV 69.5 keV 1.64 cm 3.18 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.63 cm 5.38 mm 2.71 cm 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.63 cm 5.39 mm 2.72 cm 0 eV 1.1 MeV 477 mum 477 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.24 cm 9.02 mm 1.91 cm 549 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.24 cm 9.04 mm 1.91 cm 0 eV 549 keV 202 mum 202 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 395 mum 424 mum 1.46 mm 1.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.88 mm 1.17 mm 5.88 mm 0 eV 69.5 keV 5.68 mm 5.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.88 mm 1.17 mm 5.88 mm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.89 mm 1.17 mm 5.89 mm 851 keV 13.6 keV 9.87 mum 9.87 mumWAbsorberPhysicaleBrem - 2 3.91 mm 1.18 mm 5.88 mm 0 eV 851 keV 352 mum 362 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.89 mm 1.17 mm 5.89 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.89 mm 2.36 mm 5.14 mm 0 eV 69.5 keV 5.19 mm 5.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.89 mm 2.36 mm 5.14 mm 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.89 mm 2.36 mm 5.14 mm 0 eV 199 keV 47 mum 47 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 226 mum 289 mum 993 mum 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 492 mum 487 mum 1.53 mm 0 eV 69.5 keV 629 mum 629 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 492 mum 487 mum 1.53 mm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 492 mum 486 mum 1.53 mm 0 eV 152 keV 30.9 mum 30.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 200 mum 267 mum 929 mum 534 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm 1.31 mm 4.11 mm 0 eV 69.5 keV 3.62 mm 3.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 mm 1.31 mm 4.11 mm 464 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 mm 1.31 mm 4.11 mm 0 eV 464 keV 161 mum 161 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 116 mum 187 mum 653 mum 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 242 mum 347 mum 1.18 mm 0 eV 69.5 keV 561 mum 561 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 242 mum 347 mum 1.18 mm 99.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 243 mum 348 mum 1.18 mm 0 eV 99.5 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 70.5 mum 120 mum 390 mum 577 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 mm 1.72 mm 7.28 mm 555 keV 0 eV 7.27 mm 7.27 mmWAbsorberPhysicalcompt - 2 1.88 mm 1.78 mm 9.61 mm 195 keV 0 eV 2.34 mm 9.6 mmWAbsorberPhysicalcompt - 3 860 mum 1.91 mm 8.72 mm 0 eV 69.5 keV 1.36 mm 1.1 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 860 mum 1.91 mm 8.72 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 858 mum 1.91 mm 8.72 mm 0 eV 126 keV 22.9 mum 22.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 mm 1.78 mm 9.61 mm 359 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm 1.78 mm 9.62 mm 0 eV 359 keV 113 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.74 mm 1.72 mm 7.28 mm 21.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 mm 1.72 mm 7.28 mm 0 eV 21.9 keV 1.33 mum 1.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 23.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 cm 7.26 cm -6.98 cm 23.8 MeV 0 eV 10.2 cm 10.2 cmCuPlateBPhysicalTransportation - 2 2.61 cm 10 cm -9.62 cm 23.8 MeV 0 eV 3.87 cm 14.1 cmLArgPhysicalTransportation - 3 3.14 cm 12 cm -11.6 cm 23.8 MeV 0 eV 2.87 cm 17 cmBackExcluderTransportation - 4 7.79 cm 29.9 cm -28.7 cm 23.8 MeV 0 eV 25.2 cm 42.2 cmLArgPhysicalTransportation - 5 25.4 cm 97.5 cm -93.8 cm 23.8 MeV 0 eV 95.5 cm 1.38 mCryostatVolumesTransportation - 6 33.4 cm 1.28 m -1.23 m 23.8 MeV 0 eV 43.3 cm 1.81 mInsulationPhysicalTransportation - 7 35.2 cm 1.35 m -1.3 m 23.8 MeV 0 eV 9.91 cm 1.91 mCryostatVolumesTransportation - 8 35.3 cm 1.35 m -1.3 m 23.8 MeV 0 eV 3.54 mm 1.91 mMotherTransportation - 9 1.3 m 5 m -4.81 m 23.8 MeV 0 eV 5.15 m 7.06 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.17 cm -8.31 cm -6.21 cm 40 MeV 0 eV 11.2 cm 11.2 cmCuPlateBPhysicalTransportation - 2 -5.75 cm -11.4 cm -8.56 cm 40 MeV 0 eV 4.22 cm 15.4 cmLArgPhysicalTransportation - 3 -7.77 cm -15.5 cm -11.6 cm 40 MeV 0 eV 5.43 cm 20.8 cmBackExcluderTransportation - 4 -14 cm -27.9 cm -20.9 cm 40 MeV 0 eV 16.7 cm 37.5 cmLArgPhysicalTransportation - 5 -48.9 cm -97.5 cm -72.9 cm 40 MeV 0 eV 93.7 cm 1.31 mMotherTransportation - 6 -2.51 m -5 m -3.74 m 40 MeV 0 eV 5.42 m 6.73 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=42.3973 -Edep in FCAL1 FCAl2 : 0 42.3973 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2518 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 18 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -157 mum -442 mum -469 mum 30.5 MeV 1.38 MeV 671 mum 671 mumWAbsorberPhysicaleBrem - 2 -475 mum -1.28 mm -1.06 mm 27.8 MeV 2.33 MeV 1.1 mm 1.77 mmWAbsorberPhysicaleBrem - 3 -503 mum -1.34 mm -1.09 mm 26 MeV 110 keV 73.7 mum 1.85 mmWAbsorberPhysicaleBrem - 4 -924 mum -1.9 mm -1.28 mm 10.4 MeV 2.55 MeV 751 mum 2.6 mmWAbsorberPhysicaleBrem - 5 -1.5 mm -2.86 mm -1.61 mm 7.84 MeV 2.4 MeV 1.12 mm 3.72 mmWAbsorberPhysicaleBrem - 6 -1.79 mm -2.65 mm -1.64 mm 5.34 MeV 722 keV 412 mum 4.13 mmWAbsorberPhysicaleBrem - 7 -1.84 mm -2.58 mm -1.6 mm 3.55 MeV 143 keV 95.8 mum 4.23 mmWAbsorberPhysicaleBrem - 8 -2.09 mm -2.08 mm -1.7 mm 0 eV 998 keV 565 mum 4.79 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.09 mm -2.08 mm -1.7 mm 2.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 mm -2.28 mm -1.79 mm 259 keV 0 eV 265 mum 265 mumWAbsorberPhysicalcompt - 2 -1.46 mm -279 mum -2.25 mm 0 eV 69.5 keV 2.2 mm 2.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 mm -279 mum -2.25 mm 189 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 mm -278 mum -2.25 mm 0 eV 189 keV 43.5 mum 43.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 mm -2.28 mm -1.79 mm 2.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.14 mm -2.53 mm -1.83 mm 1.78 MeV 669 keV 337 mum 337 mumWAbsorberPhysicaleBrem - 2 -1.92 mm -2.54 mm -1.51 mm 68.5 keV 1.59 MeV 648 mum 985 mumWAbsorberPhysicaleBrem - 3 -1.92 mm -2.54 mm -1.51 mm 0 eV 68.5 keV 8.59 mum 993 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 mm -2.54 mm -1.51 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.11 mm -2.6 mm -1.64 mm 0 eV 69.5 keV 238 mum 238 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.11 mm -2.6 mm -1.64 mm 56.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.11 mm -2.6 mm -1.64 mm 0 eV 56.7 keV 6.3 mum 6.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 mm -2.53 mm -1.83 mm 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.22 mm -2.35 mm -1.71 mm 0 eV 69.5 keV 232 mum 232 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.22 mm -2.35 mm -1.71 mm 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.22 mm -2.35 mm -1.71 mm 0 eV 179 keV 39.9 mum 39.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.09 mm -2.08 mm -1.7 mm 617 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 946 mum -6.46 mm 2.75 mm 0 eV 69.5 keV 6.94 mm 6.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 946 mum -6.46 mm 2.75 mm 547 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 953 mum -6.46 mm 2.76 mm 0 eV 547 keV 201 mum 201 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.84 mm -2.58 mm -1.6 mm 1.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm 1.24 cm 1.01 cm 1.02 MeV 0 eV 2.58 cm 2.58 cmWAbsorberPhysicalcompt - 2 -2.04 cm 1.24 cm 1.07 cm 607 keV 0 eV 1.23 mm 2.7 cmWAbsorberPhysicalcompt - 3 -2.48 cm 1.52 cm 9.63 mm 0 eV 69.5 keV 5.32 mm 3.24 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.48 cm 1.52 cm 9.63 mm 538 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.48 cm 1.52 cm 9.64 mm 0 eV 538 keV 196 mum 196 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.04 cm 1.24 cm 1.07 cm 408 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.04 cm 1.24 cm 1.07 cm 0 eV 408 keV 135 mum 135 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 cm 1.24 cm 1.01 cm 632 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm 1.24 cm 1.01 cm 0 eV 632 keV 242 mum 242 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 mm -2.65 mm -1.64 mm 1.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.87 mm 1.91 mm 2.71 mm 1.36 MeV 0 eV 8.76 mm 8.76 mmWAbsorberPhysicalcompt - 2 -8.6 mm 2.25 mm 2.83 mm 281 keV 0 eV 808 mum 9.57 mmWAbsorberPhysicalcompt - 3 -8.24 mm 2.08 mm 1.62 mm 0 eV 69.5 keV 1.28 mm 1.08 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.24 mm 2.08 mm 1.62 mm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.24 mm 2.08 mm 1.61 mm 0 eV 211 keV 51.6 mum 51.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.6 mm 2.25 mm 2.83 mm 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.64 mm 2.26 mm 2.84 mm 0 eV 1.08 MeV 466 mum 466 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.87 mm 1.91 mm 2.71 mm 419 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.87 mm 1.92 mm 2.72 mm 0 eV 419 keV 140 mum 140 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.5 mm -2.86 mm -1.61 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.78 mm -2.55 mm -1.54 mm 0 eV 69.5 keV 417 mum 417 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.78 mm -2.55 mm -1.54 mm 43.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.78 mm -2.55 mm -1.54 mm 0 eV 43.8 keV 4.12 mum 4.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -924 mum -1.9 mm -1.28 mm 13.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.61 mm -7.67 mm -1.25 cm 0 eV 0 eV 1.53 cm 1.53 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 29, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.61 mm -7.67 mm -1.25 cm 9.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.66 mm -7.74 mm -1.26 cm 6.59 MeV 736 keV 127 mum 127 mumWAbsorberPhysicaleBrem - 2 -9.7 mm -8.02 mm -1.3 cm 5.07 MeV 1.22 MeV 582 mum 709 mumWAbsorberPhysicaleBrem - 3 -9.92 mm -8.57 mm -1.32 cm 3.32 MeV 925 keV 541 mum 1.25 mmWAbsorberPhysicaleBrem - 4 -1 cm -8.48 mm -1.31 cm 2.78 MeV 205 keV 153 mum 1.4 mmWAbsorberPhysicaleBrem - 5 -9.4 mm -7.76 mm -1.3 cm 530 keV 2.24 MeV 1.27 mm 2.68 mmWAbsorberPhysicaleIoni - 6 -9.41 mm -7.74 mm -1.3 cm 0 eV 530 keV 191 mum 2.87 mmWAbsorberPhysicaleIoni - 7 -9.41 mm -7.74 mm -1.3 cm 0 eV 0 eV 0 fm 2.87 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.41 mm -7.74 mm -1.3 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.36 mm -7.96 mm -1.25 cm 0 eV 69.5 keV 518 mum 518 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.36 mm -7.96 mm -1.25 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.36 mm -7.96 mm -1.25 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.41 mm -7.74 mm -1.3 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 cm -4.94 mm -1.9 cm 0 eV 69.5 keV 6.71 mm 6.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 cm -4.94 mm -1.9 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 cm -4.94 mm -1.9 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 cm -8.48 mm -1.31 cm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 cm -5.94 mm -1.16 cm 0 eV 69.5 keV 3.53 mm 3.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 cm -5.94 mm -1.16 cm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 cm -5.93 mm -1.16 cm 0 eV 267 keV 73.5 mum 73.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.92 mm -8.57 mm -1.32 cm 828 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -7.06 mm -1.33 cm 444 keV 0 eV 2.39 mm 2.39 mmWAbsorberPhysicalcompt - 2 -1.19 cm -7.07 mm -1.35 cm 0 eV 69.5 keV 329 mum 2.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 cm -7.07 mm -1.35 cm 374 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 cm -7.07 mm -1.35 cm 0 eV 374 keV 119 mum 119 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -7.06 mm -1.33 cm 384 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -7.05 mm -1.33 cm 0 eV 384 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.7 mm -8.02 mm -1.3 cm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.71 mm -8.03 mm -1.3 cm 196 keV 0 eV 18.6 mum 18.6 mumWAbsorberPhysicalcompt - 2 -1.08 cm -8.73 mm -1.12 cm 0 eV 69.5 keV 2.28 mm 2.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 cm -8.73 mm -1.12 cm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 cm -8.73 mm -1.12 cm 0 eV 126 keV 23 mum 23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.71 mm -8.03 mm -1.3 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.71 mm -8.03 mm -1.3 cm 0 eV 110 keV 18.6 mum 18.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.66 mm -7.74 mm -1.26 cm 1.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm -7.92 mm -1.3 cm 1.34 MeV 0 eV 632 mum 632 mumWAbsorberPhysicalcompt - 2 -1.81 cm -5.62 mm -2.65 cm 590 keV 0 eV 1.58 cm 1.65 cmWAbsorberPhysicalcompt - 3 -1.8 cm -5.61 mm -2.66 cm 569 keV 0 eV 117 mum 1.66 cmWAbsorberPhysicalcompt - 4 -1.6 cm -5.38 mm -2.87 cm 411 keV 0 eV 2.96 mm 1.95 cmWAbsorberPhysicalcompt - 5 -1.46 cm -8.49 mm -3.21 cm 0 eV 69.5 keV 4.77 mm 2.43 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 cm -8.49 mm -3.21 cm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 cm -8.49 mm -3.21 cm 0 eV 341 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 cm -5.38 mm -2.87 cm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 cm -5.38 mm -2.87 cm 0 eV 158 keV 32.7 mum 32.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 cm -5.61 mm -2.66 cm 21.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.8 cm -5.61 mm -2.66 cm 0 eV 21.6 keV 1.3 mum 1.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 cm -5.62 mm -2.65 cm 751 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm -5.62 mm -2.65 cm 0 eV 751 keV 302 mum 302 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 cm -7.92 mm -1.3 cm 501 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm -7.93 mm -1.3 cm 0 eV 501 keV 178 mum 178 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.61 mm -7.67 mm -1.25 cm 2.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.65 mm -7.76 mm -1.26 cm 1.23 MeV 342 keV 173 mum 173 mumWAbsorberPhysicaleBrem - 2 -9.67 mm -7.8 mm -1.26 cm 0 eV 1.23 MeV 547 mum 720 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.65 mm -7.76 mm -1.26 cm 1.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm -1.35 cm -1.73 cm 276 keV 0 eV 7.46 mm 7.46 mmWAbsorberPhysicalcompt - 2 -9.04 mm -1.32 cm -1.67 cm 0 eV 69.5 keV 1.74 mm 9.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.04 mm -1.32 cm -1.67 cm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.04 mm -1.32 cm -1.67 cm 0 eV 206 keV 49.6 mum 49.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm -1.35 cm -1.73 cm 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm -1.35 cm -1.73 cm 0 eV 1.03 MeV 443 mum 443 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -503 mum -1.34 mm -1.09 mm 1.75 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -753 mum -1.78 mm -1.29 mm 578 keV 0 eV 547 mum 547 mumWAbsorberPhysicalcompt - 2 -1.27 cm 222 mum -5.1 mm 282 keV 0 eV 1.27 cm 1.33 cmWAbsorberPhysicalcompt - 3 -1.27 cm 319 mum -5.13 mm 249 keV 0 eV 103 mum 1.34 cmWAbsorberPhysicalcompt - 4 -1.27 cm 321 mum -5.13 mm 0 eV 69.5 keV 2.03 mum 1.34 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 cm 321 mum -5.13 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm 324 mum -5.13 mm 0 eV 180 keV 40.3 mum 40.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 cm 319 mum -5.13 mm 32.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm 319 mum -5.13 mm 0 eV 32.6 keV 2.53 mum 2.53 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 cm 222 mum -5.1 mm 296 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm 220 mum -5.1 mm 0 eV 296 keV 85.5 mum 85.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -753 mum -1.78 mm -1.29 mm 1.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -695 mum -1.82 mm -1.37 mm 210 keV 213 keV 163 mum 163 mumWAbsorberPhysicaleBrem - 2 -692 mum -1.81 mm -1.37 mm 0 eV 210 keV 51.2 mum 214 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -695 mum -1.82 mm -1.37 mm 750 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.67 mm -1.75 mm -1.41 mm 565 keV 0 eV 4.37 mm 4.37 mmWAbsorberPhysicalcompt - 2 4.12 mm -1.9 mm -1.1 mm 559 keV 0 eV 569 mum 4.94 mmWAbsorberPhysicalcompt - 3 4.45 mm -2.08 mm -821 mum 0 eV 8.33 keV 466 mum 5.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.45 mm -2.08 mm -821 mum 550 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.46 mm -2.07 mm -822 mum 401 keV 29.4 keV 21 mum 21 mumWAbsorberPhysicaleBrem - 2 4.47 mm -2.06 mm -817 mum 0 eV 401 keV 132 mum 153 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.46 mm -2.07 mm -822 mum 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.01 mm -1.83 mm -789 mum 0 eV 69.5 keV 595 mum 595 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.01 mm -1.83 mm -789 mum 50.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.01 mm -1.83 mm -789 mum 0 eV 50.1 keV 5.1 mum 5.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.12 mm -1.9 mm -1.1 mm 6.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.12 mm -1.9 mm -1.1 mm 0 eV 6.7 keV 214 nm 214 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.67 mm -1.75 mm -1.41 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.68 mm -1.75 mm -1.42 mm 0 eV 185 keV 42.1 mum 42.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -475 mum -1.28 mm -1.06 mm 332 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -563 mum -1.44 mm -1.15 mm 0 eV 69.5 keV 205 mum 205 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -563 mum -1.44 mm -1.15 mm 262 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -561 mum -1.44 mm -1.15 mm 0 eV 262 keV 71.4 mum 71.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -157 mum -442 mum -469 mum 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -904 mum -1.53 mm -1.36 mm 0 eV 69.5 keV 1.59 mm 1.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -904 mum -1.53 mm -1.36 mm 60.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -904 mum -1.53 mm -1.36 mm 0 eV 60.7 keV 7.02 mum 7.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.56 cm 17.7 cm -6.04 cm 37.2 MeV 0 eV 18.7 cm 18.7 cmLArgPhysicalTransportation - 2 -8.62 cm 97.5 cm -33.3 cm 37.2 MeV 0 eV 84.7 cm 1.03 mCryostatVolumesTransportation - 3 -17.5 cm 1.98 m -67.5 cm 37.2 MeV 0 eV 1.06 m 2.09 mMotherTransportation - 4 -44.2 cm 5 m -1.71 m 37.2 MeV 0 eV 3.21 m 5.3 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 13.7 cm -11.8 cm 33.6 cm 36 MeV 0 eV 38.2 cm 38.2 cmCuPlateAPhysicalTransportation - 2 13.7 cm -11.8 cm 33.7 cm 36 MeV 0 eV 997 mum 38.3 cmLArgPhysicalTransportation - 3 48.1 cm -41.4 cm 1.18 m 36 MeV 0 eV 95.7 cm 1.34 mCryostatVolumesTransportation - 4 48.2 cm -41.5 cm 1.18 m 36 MeV 0 eV 3.15 mm 1.34 mInsulationPhysicalTransportation - 5 50.8 cm -43.8 cm 1.25 m 36 MeV 0 eV 7.36 cm 1.42 mCryostatVolumesTransportation - 6 50.9 cm -43.8 cm 1.25 m 36 MeV 0 eV 2.63 mm 1.42 mMotherTransportation - 7 57.9 cm -49.8 cm 1.42 m 36 MeV 0 eV 19.3 cm 1.61 mIronWallPhysicalTransportation - 8 74.2 cm -63.8 cm 1.82 m 36 MeV 0 eV 45.4 cm 2.07 mMotherTransportation - 9 5 m -4.3 m 12.3 m 36 MeV 0 eV 11.9 m 13.9 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=33.0303 -Edep in FCAL1 FCAl2 : 0 33.0303 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2519 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 19 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 34.4 mum 71.2 mum -98.5 mum 32.8 MeV 275 keV 127 mum 127 mumWAbsorberPhysicaleBrem - 2 60.4 mum 152 mum -198 mum 25.8 MeV 214 keV 132 mum 258 mumWAbsorberPhysicaleBrem - 3 -28.8 mum 1.09 mm -2.79 mm 16.8 MeV 6.54 MeV 2.63 mm 2.89 mmWAbsorberPhysicaleBrem - 4 110 mum 1.28 mm -2.97 mm 15.3 MeV 795 keV 312 mum 3.2 mmWAbsorberPhysicaleBrem - 5 44.8 mum 1.56 mm -3.38 mm 13.5 MeV 1.5 MeV 502 mum 3.7 mmWAbsorberPhysicaleBrem - 6 152 mum 1.88 mm -3.92 mm 11 MeV 1.34 MeV 627 mum 4.33 mmWAbsorberPhysicaleBrem - 7 254 mum 2.06 mm -4.08 mm 10.5 MeV 431 keV 267 mum 4.6 mmWAbsorberPhysicaleBrem - 8 208 mum 2.26 mm -4.25 mm 7.78 MeV 2.45 MeV 283 mum 4.88 mmWAbsorberPhysicaleBrem - 9 73.7 mum 2.67 mm -4.39 mm 6.81 MeV 741 keV 471 mum 5.35 mmWAbsorberPhysicaleBrem - 10 -348 mum 3.09 mm -4.44 mm 4.94 MeV 1.27 MeV 639 mum 5.99 mmWAbsorberPhysicaleBrem - 11 -692 mum 3.25 mm -4.3 mm 3.72 MeV 959 keV 411 mum 6.4 mmWAbsorberPhysicaleBrem - 12 -703 mum 3.25 mm -4.3 mm 3.27 MeV 19.6 keV 12.4 mum 6.42 mmWAbsorberPhysicaleBrem - 13 -947 mum 3.33 mm -4.2 mm 2.35 MeV 692 keV 332 mum 6.75 mmWAbsorberPhysicaleBrem - 14 -959 mum 3.26 mm -4.13 mm 1.81 MeV 191 keV 125 mum 6.87 mmWAbsorberPhysicaleBrem - 15 -942 mum 3.16 mm -4.06 mm 0 eV 1.81 MeV 852 mum 7.72 mmWAbsorberPhysicaleIoni - 16 -942 mum 3.16 mm -4.06 mm 0 eV 0 eV 0 fm 7.72 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -942 mum 3.16 mm -4.06 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm 4.94 mm -7.47 mm 0 eV 69.5 keV 1.07 cm 1.07 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm 4.94 mm -7.47 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm 4.93 mm -7.48 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -942 mum 3.16 mm -4.06 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 mm 2.52 mm -2.81 mm 0 eV 69.5 keV 3.87 mm 3.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 mm 2.52 mm -2.81 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.68 mm 2.51 mm -2.81 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -959 mum 3.26 mm -4.13 mm 350 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -775 mum 2.56 mm -3.49 mm 303 keV 0 eV 973 mum 973 mumWAbsorberPhysicalcompt - 2 202 mum 359 mum -3.37 mm 196 keV 0 eV 2.41 mm 3.38 mmWAbsorberPhysicalcompt - 3 -19.8 mum 216 mum -3.63 mm 0 eV 69.5 keV 366 mum 3.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -19.8 mum 216 mum -3.63 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -21.4 mum 217 mum -3.63 mm 0 eV 126 keV 23 mum 23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 202 mum 359 mum -3.37 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 203 mum 358 mum -3.37 mm 0 eV 107 keV 17.8 mum 17.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -775 mum 2.56 mm -3.49 mm 46.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -776 mum 2.56 mm -3.49 mm 0 eV 46.9 keV 4.6 mum 4.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -947 mum 3.33 mm -4.2 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -543 mum 3.22 mm -4 mm 0 eV 69.5 keV 466 mum 466 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -543 mum 3.22 mm -4 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -541 mum 3.22 mm -4 mm 0 eV 163 keV 34.4 mum 34.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -703 mum 3.25 mm -4.3 mm 424 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 mm 3.29 mm -4.27 mm 170 keV 0 eV 1.13 mm 1.13 mmWAbsorberPhysicalcompt - 2 -1.35 mm 3.33 mm -4.65 mm 0 eV 69.5 keV 621 mum 1.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 mm 3.33 mm -4.65 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 mm 3.33 mm -4.65 mm 0 eV 101 keV 16 mum 16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 mm 3.29 mm -4.27 mm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.84 mm 3.29 mm -4.27 mm 0 eV 254 keV 67.9 mum 67.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -692 mum 3.25 mm -4.3 mm 266 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 mm 2.78 mm -4.33 mm 0 eV 69.5 keV 1.11 mm 1.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 mm 2.78 mm -4.33 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 mm 2.78 mm -4.33 mm 0 eV 197 keV 46.1 mum 46.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -348 mum 3.09 mm -4.44 mm 589 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.53 mm 2.72 mm -4.2 mm 317 keV 0 eV 2.23 mm 2.23 mmWAbsorberPhysicalcompt - 2 -2.76 mm 3.21 mm -3.58 mm 0 eV 69.5 keV 830 mum 3.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 mm 3.21 mm -3.58 mm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 mm 3.22 mm -3.57 mm 0 eV 247 keV 65.3 mum 65.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.53 mm 2.72 mm -4.2 mm 272 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.54 mm 2.72 mm -4.2 mm 0 eV 272 keV 75.5 mum 75.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 73.7 mum 2.67 mm -4.39 mm 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -39.3 mum 2.71 mm -4.47 mm 130 keV 0 eV 145 mum 145 mumWAbsorberPhysicalcompt - 2 -37.4 mum 2.7 mm -4.45 mm 0 eV 69.5 keV 20.9 mum 166 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -37.4 mum 2.7 mm -4.45 mm 60.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -37.2 mum 2.7 mm -4.45 mm 0 eV 60.9 keV 7.07 mum 7.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -39.3 mum 2.71 mm -4.47 mm 98.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -40 mum 2.71 mm -4.47 mm 0 eV 98.4 keV 15.4 mum 15.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 208 mum 2.26 mm -4.25 mm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 59.2 mum 2.4 mm -4.33 mm 0 eV 69.5 keV 215 mum 215 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 59.2 mum 2.4 mm -4.33 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 58.5 mum 2.4 mm -4.33 mm 0 eV 163 keV 34.6 mum 34.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 254 mum 2.06 mm -4.08 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 262 mum 2.16 mm -4.17 mm 0 eV 69.5 keV 129 mum 129 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 262 mum 2.16 mm -4.17 mm 45.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 262 mum 2.16 mm -4.17 mm 0 eV 45.8 keV 4.44 mum 4.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 152 mum 1.88 mm -3.92 mm 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 mm 5.53 mm -6.77 mm 1 MeV 0 eV 4.96 mm 4.96 mmWAbsorberPhysicalcompt - 2 2.59 mm 9.02 mm -1.07 cm 840 keV 0 eV 5.32 mm 1.03 cmWAbsorberPhysicalcompt - 3 9.77 mm 1.89 cm -1.82 cm 0 eV 69.5 keV 1.43 cm 2.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.77 mm 1.89 cm -1.82 cm 770 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.77 mm 1.89 cm -1.82 cm 0 eV 770 keV 311 mum 311 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 mm 9.02 mm -1.07 cm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm 9.02 mm -1.07 cm 0 eV 161 keV 33.9 mum 33.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 mm 5.53 mm -6.77 mm 99.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 mm 5.53 mm -6.77 mm 0 eV 99.7 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 44.8 mum 1.56 mm -3.38 mm 374 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -120 mum 2.43 mm -5.32 mm 0 eV 69.5 keV 2.13 mm 2.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -120 mum 2.43 mm -5.32 mm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -119 mum 2.42 mm -5.33 mm 0 eV 304 keV 88.7 mum 88.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 110 mum 1.28 mm -2.97 mm 701 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -488 mum 7.9 mm -9.25 mm 595 keV 0 eV 9.14 mm 9.14 mmWAbsorberPhysicalcompt - 2 1.76 mm 1.3 cm -2.36 cm 190 keV 0 eV 1.54 cm 2.45 cmWAbsorberPhysicalcompt - 3 1.41 mm 1.32 cm -2.27 cm 0 eV 69.5 keV 1.04 mm 2.56 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm 1.32 cm -2.27 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 mm 1.32 cm -2.27 cm 0 eV 121 keV 21.4 mum 21.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.76 mm 1.3 cm -2.36 cm 405 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.77 mm 1.3 cm -2.36 cm 0 eV 405 keV 133 mum 133 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -488 mum 7.9 mm -9.25 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -488 mum 7.9 mm -9.25 mm 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -28.8 mum 1.09 mm -2.79 mm 2.45 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 mm 2.56 mm -4.95 mm 0 eV 0 eV 2.97 mm 2.97 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm 2.56 mm -4.95 mm 1.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 mm 2.56 mm -5.09 mm 0 eV 408 keV 218 mum 218 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 mm 2.56 mm -5.09 mm 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.56 mm 3.15 mm -1.63 mm 338 keV 0 eV 6.05 mm 6.05 mmWAbsorberPhysicalcompt - 2 -2.53 mm 6.56 mm -1.32 mm 0 eV 69.5 keV 3.58 mm 9.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.53 mm 6.56 mm -1.32 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.53 mm 6.57 mm -1.32 mm 0 eV 269 keV 74 mum 74 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.56 mm 3.15 mm -1.63 mm 884 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.62 mm 3.24 mm -1.64 mm 351 keV 410 keV 203 mum 203 mumWAbsorberPhysicaleBrem - 2 -3.63 mm 3.24 mm -1.63 mm 0 eV 351 keV 109 mum 312 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.62 mm 3.24 mm -1.64 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.63 mm 3.31 mm -1.48 mm 0 eV 69.5 keV 172 mum 172 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.63 mm 3.31 mm -1.48 mm 54.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.63 mm 3.31 mm -1.48 mm 0 eV 54.3 keV 5.87 mum 5.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 mm 2.56 mm -5.09 mm 410 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.6 mm -423 mum -4.22 mm 173 keV 0 eV 6.09 mm 6.09 mmWAbsorberPhysicalcompt - 2 5.79 mm 547 mum -5.72 mm 0 eV 69.5 keV 1.97 mm 8.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.79 mm 547 mum -5.72 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.79 mm 548 mum -5.72 mm 0 eV 103 keV 16.7 mum 16.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.6 mm -423 mum -4.22 mm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.61 mm -426 mum -4.22 mm 0 eV 237 keV 61.3 mum 61.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm 2.56 mm -4.95 mm 410 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 mm 2.56 mm -4.96 mm 0 eV 410 keV 136 mum 136 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 60.4 mum 152 mum -198 mum 6.79 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.43 mm 8.38 mm -1.03 cm 0 eV 0 eV 1.32 cm 1.32 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 54, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.43 mm 8.38 mm -1.03 cm 4.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.42 mm 8.49 mm -1.04 cm 3.55 MeV 341 keV 139 mum 139 mumWAbsorberPhysicaleBrem - 2 2.41 mm 8.46 mm -1.05 cm 1.84 MeV 243 keV 176 mum 315 mumWAbsorberPhysicaleBrem - 3 2.31 mm 8.64 mm -1.06 cm 1.29 MeV 437 keV 273 mum 587 mumWAbsorberPhysicaleBrem - 4 2.34 mm 8.62 mm -1.06 cm 0 eV 1.29 MeV 582 mum 1.17 mmWAbsorberPhysicaleIoni - 5 2.34 mm 8.62 mm -1.06 cm 0 eV 0 eV 0 fm 1.17 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.34 mm 8.62 mm -1.06 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 mm 9.56 mm -8.28 mm 242 keV 0 eV 2.65 mm 2.65 mmWAbsorberPhysicalcompt - 2 3.17 mm 8.12 mm -7.5 mm 0 eV 69.5 keV 2.28 mm 4.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.17 mm 8.12 mm -7.5 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.17 mm 8.12 mm -7.5 mm 0 eV 172 keV 37.7 mum 37.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 mm 9.56 mm -8.28 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm 9.56 mm -8.28 mm 0 eV 269 keV 74.2 mum 74.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.34 mm 8.62 mm -1.06 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.88 mm 6.7 mm -1.55 cm 503 keV 0 eV 5.44 mm 5.44 mmWAbsorberPhysicalcompt - 2 6.6 mm 4.6 mm -2.05 cm 0 eV 69.5 keV 6.03 mm 1.15 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.6 mm 4.6 mm -2.05 cm 433 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.61 mm 4.6 mm -2.05 cm 0 eV 433 keV 146 mum 146 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.88 mm 6.7 mm -1.55 cm 8.35 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.88 mm 6.7 mm -1.55 cm 0 eV 8.35 keV 296 nm 296 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 mm 8.64 mm -1.06 cm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 mm 8.6 mm -1.07 cm 0 eV 69.5 keV 108 mum 108 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 mm 8.6 mm -1.07 cm 42.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 mm 8.6 mm -1.07 cm 0 eV 42.9 keV 3.97 mum 3.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.41 mm 8.46 mm -1.05 cm 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 mm 1.18 cm -1.65 cm 463 keV 0 eV 6.9 mm 6.9 mmWAbsorberPhysicalcompt - 2 3.24 mm 1.16 cm -1.67 cm 0 eV 69.5 keV 352 mum 7.25 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.24 mm 1.16 cm -1.67 cm 394 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.25 mm 1.16 cm -1.67 cm 0 eV 394 keV 128 mum 128 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.98 mm 1.18 cm -1.65 cm 1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 mm 1.18 cm -1.66 cm 0 eV 1 MeV 429 mum 429 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.42 mm 8.49 mm -1.04 cm 762 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.29 mm 9.37 mm -1.88 cm 0 eV 69.5 keV 8.73 mm 8.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.29 mm 9.37 mm -1.88 cm 693 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.3 mm 9.36 mm -1.89 cm 0 eV 693 keV 273 mum 273 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.43 mm 8.38 mm -1.03 cm 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.43 mm 8.4 mm -1.03 cm 0 eV 1.11 MeV 485 mum 485 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 34.4 mum 71.2 mum -98.5 mum 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 168 mum 603 mum -762 mum 0 eV 69.5 keV 861 mum 861 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 168 mum 603 mum -762 mum 54 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 168 mum 604 mum -762 mum 0 eV 54 keV 5.81 mum 5.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 34.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -12.4 cm -15 cm -5.37 cm 34.2 MeV 0 eV 20.2 cm 20.2 cmFCALEnvelopePhysicalTransportation - 2 -12.6 cm -15.3 cm -5.46 cm 34.2 MeV 0 eV 3.23 mm 20.6 cmLArgPhysicalTransportation - 3 -80.7 cm -97.5 cm -34.8 cm 34.2 MeV 0 eV 1.11 m 1.31 mMotherTransportation - 4 -4.14 m -5 m -1.79 m 34.2 MeV 0 eV 5.42 m 6.73 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 12.5 cm 4.84 cm 32.8 cm 37.7 MeV 0 eV 35.4 cm 35.4 cmCuPlateAPhysicalTransportation - 2 13.5 cm 5.21 cm 35.3 cm 37.7 MeV 0 eV 2.68 cm 38.1 cmFCALEnvelopePhysicalTransportation - 3 14.5 cm 5.61 cm 38 cm 37.7 MeV 0 eV 2.95 cm 41.1 cmF1LArGapPhysicalTransportation - 4 14.7 cm 5.68 cm 38.5 cm 37.7 MeV 0 eV 4.99 mm 41.6 cmFCALEmModulePhysicalTransportation - 5 15 cm 5.8 cm 39.3 cm 37.7 MeV 0 eV 8.72 mm 42.4 cmF1LArGapPhysicalTransportation - 6 15 cm 5.81 cm 39.4 cm 37.7 MeV 0 eV 897 mum 42.5 cmFCALEmModulePhysicalTransportation - 7 15.4 cm 5.95 cm 40.3 cm 37.7 MeV 0 eV 1.04 cm 43.6 cmF1LArGapPhysicalTransportation - 8 15.4 cm 5.97 cm 40.4 cm 37.7 MeV 0 eV 897 mum 43.7 cmFCALEmModulePhysicalTransportation - 9 15.7 cm 6.08 cm 41.2 cm 37.7 MeV 0 eV 8.22 mm 44.5 cmF1LArGapPhysicalTransportation - 10 15.8 cm 6.11 cm 41.3 cm 37.7 MeV 0 eV 1.92 mm 44.7 cmFCALEmModulePhysicalTransportation - 11 15.9 cm 6.15 cm 41.6 cm 37.7 MeV 0 eV 3.35 mm 45 cmF1LArGapPhysicalTransportation - 12 16 cm 6.18 cm 41.8 cm 37.7 MeV 0 eV 1.92 mm 45.2 cmFCALEmModulePhysicalTransportation - 13 16.3 cm 6.29 cm 42.6 cm 37.7 MeV 0 eV 8.26 mm 46 cmF1LArGapPhysicalTransportation - 14 16.3 cm 6.3 cm 42.7 cm 37.7 MeV 0 eV 941 mum 46.1 cmFCALEmModulePhysicalTransportation - 15 16.6 cm 6.44 cm 43.6 cm 37.7 MeV 0 eV 9.83 mm 47.1 cmF1LArGapPhysicalTransportation - 16 16.7 cm 6.45 cm 43.7 cm 37.7 MeV 0 eV 941 mum 47.2 cmFCALEmModulePhysicalTransportation - 17 16.9 cm 6.56 cm 44.4 cm 37.7 MeV 0 eV 7.91 mm 48 cmF1LArGapPhysicalTransportation - 18 17 cm 6.58 cm 44.5 cm 37.7 MeV 0 eV 1.48 mm 48.1 cmFCALEmModulePhysicalTransportation - 19 17.2 cm 6.65 cm 45 cm 37.7 MeV 0 eV 5.34 mm 48.7 cmF1LArGapPhysicalTransportation - 20 17.2 cm 6.67 cm 45.2 cm 37.7 MeV 0 eV 1.48 mm 48.8 cmFCALEmModulePhysicalTransportation - 21 17.5 cm 6.78 cm 45.9 cm 37.7 MeV 0 eV 7.97 mm 49.6 cmF1LArGapPhysicalTransportation - 22 17.6 cm 6.79 cm 46 cm 37.7 MeV 0 eV 996 mum 49.7 cmFCALEmModulePhysicalTransportation - 23 17.9 cm 6.92 cm 46.9 cm 37.7 MeV 0 eV 9.17 mm 50.6 cmF1LArGapPhysicalTransportation - 24 17.9 cm 6.93 cm 46.9 cm 37.7 MeV 0 eV 996 mum 50.7 cmFCALEmModulePhysicalTransportation - 25 18.2 cm 7.04 cm 47.7 cm 37.7 MeV 0 eV 7.71 mm 51.5 cmF1LArGapPhysicalTransportation - 26 18.2 cm 7.06 cm 47.8 cm 37.7 MeV 0 eV 1.27 mm 51.6 cmFCALEmModulePhysicalTransportation - 27 18.5 cm 7.15 cm 48.4 cm 37.7 MeV 0 eV 6.7 mm 52.3 cmF1LArGapPhysicalTransportation - 28 18.5 cm 7.17 cm 48.5 cm 37.7 MeV 0 eV 1.27 mm 52.4 cmFCALEmModulePhysicalTransportation - 29 18.8 cm 7.27 cm 49.2 cm 37.7 MeV 0 eV 7.82 mm 53.2 cmF1LArGapPhysicalTransportation - 30 18.8 cm 7.29 cm 49.3 cm 37.7 MeV 0 eV 1.07 mm 53.3 cmFCALEmModulePhysicalTransportation - 31 19.1 cm 7.4 cm 50.1 cm 37.7 MeV 0 eV 8.4 mm 54.1 cmF1LArGapPhysicalTransportation - 32 19.2 cm 7.42 cm 50.2 cm 37.7 MeV 0 eV 1.07 mm 54.3 cmFCALEmModulePhysicalTransportation - 33 19.4 cm 7.52 cm 50.9 cm 37.7 MeV 0 eV 7.63 mm 55 cmF1LArGapPhysicalTransportation - 34 19.5 cm 7.54 cm 51 cm 37.7 MeV 0 eV 1.14 mm 55.1 cmFCALEmModulePhysicalTransportation - 35 19.7 cm 7.64 cm 51.7 cm 37.7 MeV 0 eV 7.76 mm 55.9 cmF1LArGapPhysicalTransportation - 36 19.8 cm 7.66 cm 51.9 cm 37.7 MeV 0 eV 1.14 mm 56 cmFCALEmModulePhysicalTransportation - 37 20.1 cm 7.76 cm 52.6 cm 37.7 MeV 0 eV 7.78 mm 56.8 cmF1LArGapPhysicalTransportation - 38 20.1 cm 7.78 cm 52.7 cm 37.7 MeV 0 eV 1.17 mm 56.9 cmFCALEmModulePhysicalTransportation - 39 20.4 cm 7.88 cm 53.4 cm 37.7 MeV 0 eV 7.48 mm 57.7 cmF1LArGapPhysicalTransportation - 40 20.4 cm 7.9 cm 53.5 cm 37.7 MeV 0 eV 1.17 mm 57.8 cmFCALEmModulePhysicalTransportation - 41 20.7 cm 8 cm 54.2 cm 37.7 MeV 0 eV 7.64 mm 58.5 cmF1LArGapPhysicalTransportation - 42 20.7 cm 8.02 cm 54.3 cm 37.7 MeV 0 eV 1.05 mm 58.7 cmFCALEmModulePhysicalTransportation - 43 21 cm 8.13 cm 55.1 cm 37.7 MeV 0 eV 8.63 mm 59.5 cmF1LArGapPhysicalTransportation - 44 21.1 cm 8.15 cm 55.2 cm 37.7 MeV 0 eV 1.05 mm 59.6 cmFCALEmModulePhysicalTransportation - 45 21.3 cm 8.26 cm 55.9 cm 37.7 MeV 0 eV 7.85 mm 60.4 cmF1LArGapPhysicalTransportation - 46 21.4 cm 8.27 cm 56 cm 37.7 MeV 0 eV 1.32 mm 60.5 cmFCALEmModulePhysicalTransportation - 47 21.6 cm 8.36 cm 56.6 cm 37.7 MeV 0 eV 6.35 mm 61.2 cmF1LArGapPhysicalTransportation - 48 21.6 cm 8.38 cm 56.7 cm 37.7 MeV 0 eV 1.32 mm 61.3 cmFCALEmModulePhysicalTransportation - 49 29 cm 11.2 cm 75.9 cm 37.7 MeV 0 eV 20.7 cm 82 cmLArgPhysicalTransportation - 50 45.4 cm 17.6 cm 1.19 m 37.7 MeV 0 eV 46.7 cm 1.29 mCryostatVolumesTransportation - 51 45.5 cm 17.6 cm 1.19 m 37.7 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 52 48 cm 18.6 cm 1.26 m 37.7 MeV 0 eV 7.07 cm 1.36 mCryostatVolumesTransportation - 53 48.1 cm 18.6 cm 1.26 m 37.7 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 54 54.2 cm 21 cm 1.42 m 37.7 MeV 0 eV 17.1 cm 1.53 mIronWallPhysicalTransportation - 55 69.4 cm 26.9 cm 1.82 m 37.7 MeV 0 eV 43.2 cm 1.97 mMotherTransportation - 56 95 cm 36.8 cm 2.49 m 37.7 MeV 0 eV 72.4 cm 2.69 mLeadWallPhysicalTransportation - 57 95.4 cm 36.9 cm 2.5 m 37.7 MeV 0 eV 1.19 cm 2.7 mMotherTransportation - 58 5 m 1.94 m 13.1 m 37.7 MeV 0 eV 11.5 m 14.2 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=34.2368 -Edep in FCAL1 FCAl2 : 0 34.2368 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2520 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 20 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 26.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -728 mum 280 mum 335 mum 24.9 MeV 1.81 MeV 845 mum 845 mumWAbsorberPhysicaleBrem - 2 -2.39 mm -405 mum 1.11 mm 20.5 MeV 3.86 MeV 2.11 mm 2.96 mmWAbsorberPhysicaleBrem - 3 -2.84 mm -541 mum 1.27 mm 19.1 MeV 1.13 MeV 502 mum 3.46 mmWAbsorberPhysicaleBrem - 4 -2.86 mm -544 mum 1.27 mm 18.8 MeV 33.7 keV 16.4 mum 3.47 mmWAbsorberPhysicaleBrem - 5 -3.25 mm -620 mum 1.38 mm 11.6 MeV 849 keV 420 mum 3.89 mmWAbsorberPhysicaleBrem - 6 -3.77 mm -1.14 mm 1.83 mm 8.54 MeV 2 MeV 988 mum 4.88 mmWAbsorberPhysicaleBrem - 7 -3.67 mm -1.25 mm 2.57 mm 6 MeV 2.03 MeV 918 mum 5.8 mmWAbsorberPhysicaleBrem - 8 -3.53 mm -1.21 mm 2.59 mm 5.4 MeV 261 keV 145 mum 5.95 mmWAbsorberPhysicaleBrem - 9 -3.29 mm -963 mum 2.55 mm 4.41 MeV 718 keV 344 mum 6.29 mmWAbsorberPhysicaleBrem - 10 -3.19 mm -788 mum 2.51 mm 2.4 MeV 308 keV 210 mum 6.5 mmWAbsorberPhysicaleBrem - 11 -3.61 mm -795 mum 3.22 mm 355 keV 2.04 MeV 1.14 mm 7.64 mmWAbsorberPhysicaleIoni - 12 -3.6 mm -799 mum 3.23 mm 0 eV 355 keV 109 mum 7.75 mmWAbsorberPhysicaleIoni - 13 -3.6 mm -799 mum 3.23 mm 0 eV 0 eV 0 fm 7.75 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.6 mm -799 mum 3.23 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.46 mm 434 mum 1.35 cm 193 keV 0 eV 1.04 cm 1.04 cmWAbsorberPhysicalcompt - 2 -4.7 mm 160 mum 1.32 cm 0 eV 69.5 keV 465 mum 1.08 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.7 mm 160 mum 1.32 cm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.7 mm 159 mum 1.32 cm 0 eV 123 keV 22.2 mum 22.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.46 mm 434 mum 1.35 cm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.46 mm 436 mum 1.35 cm 0 eV 318 keV 94.5 mum 94.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.6 mm -799 mum 3.23 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.55 mm -876 mum 2.59 mm 202 keV 0 eV 640 mum 640 mumWAbsorberPhysicalcompt - 2 -4.39 mm -439 mum 3.02 mm 0 eV 69.5 keV 1.04 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.39 mm -439 mum 3.02 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.39 mm -437 mum 3.02 mm 0 eV 133 keV 25 mum 25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.55 mm -876 mum 2.59 mm 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.55 mm -877 mum 2.59 mm 0 eV 309 keV 90.6 mum 90.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.19 mm -788 mum 2.51 mm 1.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 cm 5.39 mm 1.56 cm 808 keV 0 eV 2.5 cm 2.5 cmWAbsorberPhysicalcompt - 2 1.98 cm 2.94 mm 1.98 cm 478 keV 0 eV 5.49 mm 3.05 cmWAbsorberPhysicalcompt - 3 1.98 cm 3.07 mm 2.01 cm 0 eV 69.5 keV 291 mum 3.08 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 cm 3.07 mm 2.01 cm 409 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 cm 3.06 mm 2.01 cm 0 eV 409 keV 135 mum 135 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 cm 2.94 mm 1.98 cm 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 cm 2.93 mm 1.98 cm 0 eV 329 keV 99.5 mum 99.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 cm 5.39 mm 1.56 cm 893 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm 5.42 mm 1.55 cm 234 keV 413 keV 270 mum 270 mumWAbsorberPhysicaleBrem - 2 1.73 cm 5.43 mm 1.55 cm 0 eV 234 keV 60 mum 330 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm 5.42 mm 1.55 cm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 cm 5.8 mm 1.61 cm 0 eV 69.5 keV 760 mum 760 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 cm 5.8 mm 1.61 cm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 cm 5.79 mm 1.61 cm 1.18 keV 175 keV 37.4 mum 37.4 mumWAbsorberPhysicaleBrem - 2 1.71 cm 5.79 mm 1.61 cm 0 eV 1.18 keV 19.2 nm 37.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.29 mm -963 mum 2.55 mm 273 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 mm -642 mum 2.53 mm 0 eV 69.5 keV 599 mum 599 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 mm -642 mum 2.53 mm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.78 mm -638 mum 2.53 mm 0 eV 203 keV 48.5 mum 48.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.53 mm -1.21 mm 2.59 mm 343 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -390 mum 234 mum 2.51 mm 0 eV 69.5 keV 3.46 mm 3.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -390 mum 234 mum 2.51 mm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -390 mum 223 mum 2.5 mm 56.3 keV 52.6 keV 24.3 mum 24.3 mumWAbsorberPhysicaleBrem - 2 -390 mum 222 mum 2.5 mm 0 eV 56.3 keV 6.22 mum 30.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -390 mum 223 mum 2.5 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -311 mum 454 mum 2.48 mm 0 eV 69.5 keV 246 mum 246 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -311 mum 454 mum 2.48 mm 95.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -311 mum 455 mum 2.47 mm 0 eV 95.2 keV 14.7 mum 14.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.67 mm -1.25 mm 2.57 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.48 mm -1.16 mm 2.54 mm 346 keV 0 eV 207 mum 207 mumWAbsorberPhysicalcompt - 2 751 mum -3.65 mm 3.21 mm 0 eV 69.5 keV 4.96 mm 5.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 751 mum -3.65 mm 3.21 mm 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 755 mum -3.66 mm 3.21 mm 0 eV 276 keV 77.1 mum 77.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.48 mm -1.16 mm 2.54 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.48 mm -1.16 mm 2.54 mm 0 eV 165 keV 35.3 mum 35.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.77 mm -1.14 mm 1.83 mm 1.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.18 mm -1.43 mm 2.45 mm 952 keV 0 eV 793 mum 793 mumWAbsorberPhysicalcompt - 2 -1.44 cm -2.27 cm 3.81 cm 848 keV 0 eV 4.28 cm 4.36 cmWAbsorberPhysicalcompt - 3 -1.64 cm -2.39 cm 4.08 cm 645 keV 0 eV 3.56 mm 4.71 cmWAbsorberPhysicalcompt - 4 -1.69 cm -2.39 cm 4.1 cm 358 keV 0 eV 560 mum 4.77 cmWAbsorberPhysicalcompt - 5 -1.86 cm -2.08 cm 4.01 cm 151 keV 0 eV 3.61 mm 5.13 cmWAbsorberPhysicalcompt - 6 -1.85 cm -2.1 cm 4.01 cm 0 eV 69.5 keV 159 mum 5.14 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 cm -2.1 cm 4.01 cm 81.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 cm -2.1 cm 4.01 cm 0 eV 81.4 keV 11.4 mum 11.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 cm -2.08 cm 4.01 cm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 cm -2.08 cm 4.01 cm 0 eV 207 keV 50.1 mum 50.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm -2.39 cm 4.1 cm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm -2.39 cm 4.11 cm 0 eV 286 keV 81.3 mum 81.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 cm -2.39 cm 4.08 cm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm -2.39 cm 4.08 cm 0 eV 204 keV 48.6 mum 48.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 cm -2.27 cm 3.81 cm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 cm -2.27 cm 3.81 cm 0 eV 104 keV 16.9 mum 16.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.18 mm -1.43 mm 2.45 mm 88.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.18 mm -1.43 mm 2.45 mm 0 eV 88.6 keV 13.1 mum 13.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.25 mm -620 mum 1.38 mm 6.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -2.64 mm 4.58 mm 4.13 MeV 0 eV 9.3 mm 9.3 mmWAbsorberPhysicalcompt - 2 -6.25 cm 1.52 mm 2.61 cm 0 eV 0 eV 5.53 cm 6.46 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 40, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.25 cm 1.52 mm 2.61 cm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.25 cm 1.52 mm 2.61 cm 0 eV 153 keV 29.6 mum 29.6 mumWAbsorberPhysicaleIoni - 2 -6.25 cm 1.52 mm 2.61 cm 0 eV 0 eV 0 fm 29.6 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.25 cm 1.52 mm 2.61 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.27 cm 4.93 mm 2.74 cm 0 eV 69.5 keV 3.64 mm 3.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.27 cm 4.93 mm 2.74 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.27 cm 4.93 mm 2.74 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.25 cm 1.52 mm 2.61 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.25 cm -800 mum 2.52 cm 0 eV 69.5 keV 2.49 mm 2.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.25 cm -800 mum 2.52 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.25 cm -808 mum 2.52 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.25 cm 1.52 mm 2.61 cm 2.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.27 cm 1.2 mm 2.65 cm 927 keV 1.29 MeV 812 mum 812 mumWAbsorberPhysicaleBrem - 2 -6.27 cm 1.19 mm 2.65 cm 0 eV 927 keV 391 mum 1.2 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.27 cm 1.2 mm 2.65 cm 730 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.25 cm -437 mum 2.19 cm 0 eV 69.5 keV 4.89 mm 4.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.25 cm -437 mum 2.19 cm 661 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.25 cm -447 mum 2.19 cm 0 eV 661 keV 257 mum 257 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm -2.64 mm 4.58 mm 2.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -2.72 mm 4.56 mm 1.96 MeV 158 keV 102 mum 102 mumWAbsorberPhysicaleBrem - 2 -1.15 cm -2.67 mm 4.62 mm 837 keV 910 keV 445 mum 547 mumWAbsorberPhysicaleBrem - 3 -1.15 cm -2.7 mm 4.62 mm 0 eV 837 keV 345 mum 892 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm -2.67 mm 4.62 mm 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -3.49 mm 4.69 mm 0 eV 69.5 keV 838 mum 838 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm -3.49 mm 4.69 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -3.49 mm 4.69 mm 0 eV 139 keV 27.1 mum 27.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -2.72 mm 4.56 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.16 cm -2.59 mm 4.4 mm 0 eV 69.5 keV 252 mum 252 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 cm -2.59 mm 4.4 mm 73.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.16 cm -2.59 mm 4.4 mm 0 eV 73.2 keV 9.56 mum 9.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.86 mm -544 mum 1.27 mm 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.63 mm -1.02 mm 2.52 mm 0 eV 69.5 keV 3.08 mm 3.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.63 mm -1.02 mm 2.52 mm 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.64 mm -1.02 mm 2.52 mm 0 eV 186 keV 42.3 mum 42.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 mm -541 mum 1.27 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.32 mm -649 mum 1.52 mm 0 eV 69.5 keV 557 mum 557 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.32 mm -649 mum 1.52 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.33 mm -651 mum 1.52 mm 0 eV 165 keV 35.1 mum 35.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.39 mm -405 mum 1.11 mm 605 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.57 mm -895 mum 2.27 mm 204 keV 0 eV 2.51 mm 2.51 mmWAbsorberPhysicalcompt - 2 -4.19 mm -1.23 mm 1.43 mm 0 eV 69.5 keV 980 mum 3.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.19 mm -1.23 mm 1.43 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.19 mm -1.23 mm 1.43 mm 0 eV 134 keV 25.4 mum 25.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.57 mm -895 mum 2.27 mm 401 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.57 mm -896 mum 2.27 mm 0 eV 401 keV 131 mum 131 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -728 mum 280 mum 335 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -778 mum 283 mum 369 mum 0 eV 69.5 keV 61.3 mum 61.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -778 mum 283 mum 369 mum 85.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -778 mum 283 mum 370 mum 0 eV 85.4 keV 12.3 mum 12.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.67 cm -2.62 cm -6.49 cm 52.7 MeV 0 eV 10.4 cm 10.4 cmCuPlateBPhysicalTransportation - 2 10.6 cm -3.62 cm -8.95 cm 52.7 MeV 0 eV 3.92 cm 14.3 cmLArgPhysicalTransportation - 3 13.7 cm -4.68 cm -11.6 cm 52.7 MeV 0 eV 4.21 cm 18.5 cmBackExcluderTransportation - 4 42.5 cm -14.5 cm -36 cm 52.7 MeV 0 eV 39.1 cm 57.6 cmLArgPhysicalTransportation - 5 97.3 cm -33.3 cm -82.4 cm 52.7 MeV 0 eV 74.2 cm 1.32 mCryostatVolumesTransportation - 6 97.5 cm -33.4 cm -82.6 cm 52.7 MeV 0 eV 3.1 mm 1.32 mInsulationPhysicalTransportation - 7 1.03 m -35.2 cm -87.1 cm 52.7 MeV 0 eV 7.23 cm 1.39 mCryostatVolumesTransportation - 8 1.03 m -35.3 cm -87.2 cm 52.7 MeV 0 eV 2.58 mm 1.4 mMotherTransportation - 9 5 m -1.71 m -4.23 m 52.7 MeV 0 eV 5.38 m 6.77 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -27.9 cm 9.77 cm 29.2 cm 25.6 MeV 0 eV 41.5 cm 41.5 cmLArgPhysicalTransportation - 2 -88.1 cm 30.8 cm 92.1 cm 25.6 MeV 0 eV 89.6 cm 1.31 mCryostatVolumesTransportation - 3 -88.3 cm 30.9 cm 92.3 cm 25.6 MeV 0 eV 3.09 mm 1.31 mInsulationPhysicalTransportation - 4 -93.1 cm 32.6 cm 97.4 cm 25.6 MeV 0 eV 7.2 cm 1.39 mCryostatVolumesTransportation - 5 -93.3 cm 32.7 cm 97.6 cm 25.6 MeV 0 eV 2.57 mm 1.39 mMotherTransportation - 6 -5 m 1.75 m 5.23 m 25.6 MeV 0 eV 6.06 m 7.45 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=27.9249 -Edep in FCAL1 FCAl2 : 0 27.9249 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2521 0 0 0 --------------------------------------------- - ----> Begin of event: 21 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 21 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 20.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 155 mum -194 mum 314 mum 15.8 MeV 737 keV 410 mum 410 mumWAbsorberPhysicaleBrem - 2 254 mum -297 mum 544 mum 15 MeV 438 keV 271 mum 680 mumWAbsorberPhysicaleBrem - 3 254 mum -298 mum 546 mum 11 MeV 697 eV 1.92 mum 682 mumWAbsorberPhysicaleBrem - 4 1.02 mm 901 mum 2.78 mm 5.42 MeV 5.57 MeV 2.5 mm 3.19 mmWAbsorberPhysicaleIoni - 5 890 mum 936 mum 2.81 mm 4.82 MeV 221 keV 137 mum 3.32 mmWAbsorberPhysicaleBrem - 6 173 mum 135 mum 3.14 mm 2.43 MeV 2.14 MeV 1.27 mm 4.59 mmWAbsorberPhysicaleBrem - 7 965 mum 380 mum 3.13 mm 519 keV 1.91 MeV 1.15 mm 5.74 mmWAbsorberPhysicaleIoni - 8 972 mum 398 mum 3.13 mm 0 eV 519 keV 185 mum 5.93 mmWAbsorberPhysicaleIoni - 9 972 mum 398 mum 3.13 mm 0 eV 0 eV 0 fm 5.93 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 972 mum 398 mum 3.13 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.07 mm 2.81 mm -2.08 mm 466 keV 0 eV 9.88 mm 9.88 mmWAbsorberPhysicalcompt - 2 -1.15 cm 1.75 mm -4.97 mm 0 eV 69.5 keV 5.41 mm 1.53 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm 1.75 mm -4.97 mm 396 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 1.76 mm -4.97 mm 0 eV 396 keV 129 mum 129 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.07 mm 2.81 mm -2.08 mm 45.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.07 mm 2.81 mm -2.08 mm 0 eV 45.1 keV 4.33 mum 4.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 972 mum 398 mum 3.13 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.12 mm -844 mum 5.82 mm 270 keV 0 eV 5.09 mm 5.09 mmWAbsorberPhysicalcompt - 2 5.78 mm -1.62 mm 4.75 mm 0 eV 69.5 keV 1.48 mm 6.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.78 mm -1.62 mm 4.75 mm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.78 mm -1.62 mm 4.75 mm 0 eV 201 keV 47.6 mum 47.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.12 mm -844 mum 5.82 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.12 mm -844 mum 5.82 mm 0 eV 241 keV 62.8 mum 62.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 173 mum 135 mum 3.14 mm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 546 mum -610 mum 2.86 mm 0 eV 69.5 keV 880 mum 880 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 546 mum -610 mum 2.86 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 547 mum -613 mum 2.86 mm 0 eV 174 keV 38.2 mum 38.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 890 mum 936 mum 2.81 mm 385 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 500 mum 1.01 mm 2.87 mm 0 eV 69.5 keV 401 mum 401 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 500 mum 1.01 mm 2.87 mm 316 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 498 mum 1.02 mm 2.88 mm 0 eV 316 keV 93.5 mum 93.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 254 mum -298 mum 546 mum 4.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 504 mum -2.12 mm 5.44 mm 322 keV 0 eV 5.23 mm 5.23 mmWAbsorberPhysicalcompt - 2 -1.03 mm -4.16 mm 3.04 mm 169 keV 0 eV 3.51 mm 8.74 mmWAbsorberPhysicalcompt - 3 -1.2 mm -3.96 mm 3.16 mm 114 keV 0 eV 287 mum 9.02 mmWAbsorberPhysicalcompt - 4 -1.22 mm -3.98 mm 3.14 mm 0 eV 69.5 keV 32.3 mum 9.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.22 mm -3.98 mm 3.14 mm 44.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.22 mm -3.98 mm 3.14 mm 0 eV 44.9 keV 4.3 mum 4.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 mm -3.96 mm 3.16 mm 55 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 mm -3.96 mm 3.16 mm 0 eV 55 keV 5.99 mum 5.99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 mm -4.16 mm 3.04 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 mm -4.16 mm 3.04 mm 0 eV 153 keV 31.2 mum 31.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 504 mum -2.12 mm 5.44 mm 3.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 469 mum -2.17 mm 5.54 mm 3.3 MeV 186 keV 122 mum 122 mumWAbsorberPhysicaleBrem - 2 560 mum -2.17 mm 5.6 mm 2.7 MeV 339 keV 149 mum 271 mumWAbsorberPhysicaleBrem - 3 470 mum -2.47 mm 5.47 mm 638 keV 734 keV 452 mum 724 mumWAbsorberPhysicaleBrem - 4 464 mum -2.45 mm 5.47 mm 0 eV 638 keV 245 mum 969 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 470 mum -2.47 mm 5.47 mm 1.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 275 mum -1.94 mm 5.52 mm 330 keV 0 eV 566 mum 566 mumWAbsorberPhysicalcompt - 2 174 mum -2.08 mm 4.14 mm 0 eV 69.5 keV 1.4 mm 1.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 174 mum -2.08 mm 4.14 mm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 176 mum -2.08 mm 4.13 mm 0 eV 261 keV 70.7 mum 70.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 275 mum -1.94 mm 5.52 mm 1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 263 mum -1.91 mm 5.53 mm 0 eV 1 MeV 428 mum 428 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 560 mum -2.17 mm 5.6 mm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 mm -6.71 mm 7.93 mm 0 eV 69.5 keV 5.23 mm 5.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 mm -6.71 mm 7.93 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 mm -6.71 mm 7.93 mm 0 eV 183 keV 41.5 mum 41.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 469 mum -2.17 mm 5.54 mm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 518 mum -2.24 mm 5.63 mm 0 eV 69.5 keV 120 mum 120 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 518 mum -2.24 mm 5.63 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 519 mum -2.24 mm 5.63 mm 0 eV 163 keV 34.5 mum 34.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 254 mum -297 mum 544 mum 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 mm -2.14 mm 6.01 mm 291 keV 0 eV 5.83 mm 5.83 mmWAbsorberPhysicalcompt - 2 329 mum -1.78 mm 9.71 mm 0 eV 69.5 keV 3.79 mm 9.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 329 mum -1.78 mm 9.71 mm 222 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 328 mum -1.78 mm 9.71 mm 0 eV 222 keV 55.5 mum 55.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 mm -2.14 mm 6.01 mm 26.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 mm -2.14 mm 6.01 mm 0 eV 26.2 keV 1.77 mum 1.77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 155 mum -194 mum 314 mum 4.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.7 mm -8.72 mm 1.63 cm 1.82 MeV 0 eV 1.87 cm 1.87 cmWAbsorberPhysicalcompt - 2 4.73 mm -8.74 mm 1.63 cm 1.76 MeV 0 eV 45.2 mum 1.87 cmWAbsorberPhysicalcompt - 3 1.51 cm -1.62 cm 2.26 cm 273 keV 0 eV 1.42 cm 3.3 cmWAbsorberPhysicalcompt - 4 1.17 cm -1.4 cm 2.48 cm 0 eV 69.5 keV 4.63 mm 3.76 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 cm -1.4 cm 2.48 cm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 cm -1.4 cm 2.48 cm 0 eV 203 keV 48.5 mum 48.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 cm -1.62 cm 2.26 cm 1.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 cm -1.59 cm 2.27 cm 491 keV 878 keV 578 mum 578 mumWAbsorberPhysicaleBrem - 2 1.54 cm -1.59 cm 2.27 cm 0 eV 491 keV 174 mum 752 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 cm -1.59 cm 2.27 cm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.54 cm -1.56 cm 2.29 cm 0 eV 69.5 keV 396 mum 396 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 cm -1.56 cm 2.29 cm 45.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.54 cm -1.56 cm 2.29 cm 0 eV 45.7 keV 4.41 mum 4.41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.73 mm -8.74 mm 1.63 cm 64.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.73 mm -8.74 mm 1.64 cm 0 eV 64.2 keV 7.68 mum 7.68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm -8.72 mm 1.63 cm 2.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.9 mm -8.97 mm 1.64 cm 1.1 MeV 730 keV 448 mum 448 mumWAbsorberPhysicaleBrem - 2 4.94 mm -8.98 mm 1.64 cm 0 eV 1.1 MeV 480 mum 927 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.9 mm -8.97 mm 1.64 cm 634 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 cm -1.06 cm 1.46 cm 374 keV 0 eV 1.12 cm 1.12 cmWAbsorberPhysicalcompt - 2 1.68 cm -9.25 mm 1.35 cm 343 keV 0 eV 1.96 mm 1.32 cmWAbsorberPhysicalcompt - 3 1.68 cm -8.57 mm 1.27 cm 0 eV 69.5 keV 1.03 mm 1.42 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.68 cm -8.57 mm 1.27 cm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 cm -8.55 mm 1.27 cm 76.7 keV 197 keV 75 mum 75 mumWAbsorberPhysicaleBrem - 2 1.68 cm -8.55 mm 1.27 cm 0 eV 76.7 keV 10.3 mum 85.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.68 cm -9.25 mm 1.35 cm 30.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 cm -9.25 mm 1.35 cm 0 eV 30.8 keV 2.3 mum 2.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 cm -1.06 cm 1.46 cm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 cm -1.06 cm 1.46 cm 0 eV 260 keV 70.5 mum 70.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm -9.38 cm -6.16 cm 40.8 MeV 0 eV 11.3 cm 11.3 cmCuPlateBPhysicalTransportation - 2 1.49 cm -12.9 cm -8.49 cm 40.8 MeV 0 eV 4.26 cm 15.5 cmLArgPhysicalTransportation - 3 2.03 cm -17.6 cm -11.6 cm 40.8 MeV 0 eV 5.66 cm 21.2 cmBackExcluderTransportation - 4 3.13 cm -27.1 cm -17.8 cm 40.8 MeV 0 eV 11.4 cm 32.6 cmLArgPhysicalTransportation - 5 11.2 cm -97.5 cm -64 cm 40.8 MeV 0 eV 84.6 cm 1.17 mMotherTransportation - 6 57.6 cm -5 m -3.28 m 40.8 MeV 0 eV 4.84 m 6.01 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.64 cm 17.7 cm 1.94 cm 43.5 MeV 0 eV 18.7 cm 18.7 cmLArgPhysicalTransportation - 2 -31 cm 97.5 cm 10.7 cm 43.5 MeV 0 eV 84.2 cm 1.03 mCryostatVolumesTransportation - 3 -62.9 cm 1.98 m 21.6 cm 43.5 MeV 0 eV 1.06 m 2.08 mMotherTransportation - 4 -1.59 m 5 m 54.7 cm 43.5 MeV 0 eV 3.19 m 5.28 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=21.8306 -Edep in FCAL1 FCAl2 : 0 21.8306 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2522 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 22 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 10.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -29.3 mum 131 mum 1.14 mm 8.05 MeV 2.03 MeV 1.18 mm 1.18 mmWAbsorberPhysicaleBrem - 2 317 mum -154 mum 882 mum 3.85 MeV 1.06 MeV 573 mum 1.76 mmWAbsorberPhysicaleBrem - 3 356 mum -1.23 mm 1.53 mm 750 keV 2.94 MeV 1.52 mm 3.28 mmWAbsorberPhysicaleBrem - 4 372 mum -1.22 mm 1.5 mm 0 eV 750 keV 302 mum 3.58 mmWAbsorberPhysicaleIoni - 5 372 mum -1.22 mm 1.5 mm 0 eV 0 eV 0 fm 3.58 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 372 mum -1.22 mm 1.5 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.9 mm -3.56 mm 3.94 mm 487 keV 0 eV 3.72 mm 3.72 mmWAbsorberPhysicalcompt - 2 2.16 mm -3.75 mm 4.14 mm 0 eV 69.5 keV 376 mum 4.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.16 mm -3.75 mm 4.14 mm 418 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.16 mm -3.74 mm 4.14 mm 0 eV 418 keV 139 mum 139 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.9 mm -3.56 mm 3.94 mm 23.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.9 mm -3.56 mm 3.94 mm 0 eV 23.9 keV 1.53 mum 1.53 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 372 mum -1.22 mm 1.5 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -174 mum -380 mum 627 mum 0 eV 69.5 keV 1.32 mm 1.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -174 mum -380 mum 627 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -181 mum -371 mum 625 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 356 mum -1.23 mm 1.53 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 209 mum -1.15 mm 1.3 mm 0 eV 69.5 keV 276 mum 276 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 209 mum -1.15 mm 1.3 mm 91.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 208 mum -1.16 mm 1.3 mm 0 eV 91.1 keV 13.7 mum 13.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 317 mum -154 mum 882 mum 3.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.54 mm -5.82 mm -2.23 mm 1.09 MeV 0 eV 7.22 mm 7.22 mmWAbsorberPhysicalcompt - 2 7.05 mm -7.14 mm -2.25 mm 781 keV 0 eV 3.75 mm 1.1 cmWAbsorberPhysicalcompt - 3 1.21 cm -6.56 mm 6.08 mum 275 keV 0 eV 5.59 mm 1.66 cmWAbsorberPhysicalcompt - 4 1.13 cm -8.96 mm 1 mm 0 eV 69.5 keV 2.71 mm 1.93 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm -8.96 mm 1 mm 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm -8.96 mm 1 mm 0 eV 205 keV 49.2 mum 49.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 cm -6.56 mm 6.08 mum 507 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm -6.57 mm -6.58 mum 227 keV 51.5 keV 40.4 mum 40.4 mumWAbsorberPhysicaleBrem - 2 1.22 cm -6.57 mm -10.1 mum 0 eV 227 keV 57.5 mum 97.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 cm -6.57 mm -6.58 mum 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm -7.23 mm -1.86 mm 217 keV 0 eV 2.09 mm 2.09 mmWAbsorberPhysicalcompt - 2 1.02 cm -6.86 mm -4.12 mm 0 eV 69.5 keV 2.59 mm 4.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm -6.86 mm -4.12 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm -6.86 mm -4.12 mm 0 eV 148 keV 29.6 mum 29.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 cm -7.23 mm -1.86 mm 11.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm -7.23 mm -1.86 mm 0 eV 11.2 keV 463 nm 463 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.05 mm -7.14 mm -2.25 mm 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.06 mm -7.15 mm -2.25 mm 0 eV 313 keV 92.2 mum 92.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.54 mm -5.82 mm -2.23 mm 2.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.53 mm -5.84 mm -2.39 mm 1.54 MeV 296 keV 207 mum 207 mumWAbsorberPhysicaleBrem - 2 3.59 mm -5.71 mm -2.37 mm 970 keV 328 keV 192 mum 399 mumWAbsorberPhysicaleBrem - 3 3.55 mm -5.69 mm -2.24 mm 268 keV 579 keV 350 mum 749 mumWAbsorberPhysicaleBrem - 4 3.55 mm -5.7 mm -2.25 mm 0 eV 268 keV 73.5 mum 823 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.55 mm -5.69 mm -2.24 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.67 mm -6.04 mm -2.11 mm 83.4 keV 0 eV 388 mum 388 mumWAbsorberPhysicalcompt - 2 3.63 mm -5.93 mm -2.15 mm 0 eV 69.5 keV 118 mum 505 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.63 mm -5.93 mm -2.15 mm 13.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.63 mm -5.93 mm -2.15 mm 0 eV 13.9 keV 642 nm 642 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.67 mm -6.04 mm -2.11 mm 40.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.67 mm -6.04 mm -2.11 mm 0 eV 40.3 keV 3.57 mum 3.57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm -5.71 mm -2.37 mm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.74 mm -3.91 mm -2.39 mm 0 eV 69.5 keV 2.14 mm 2.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.74 mm -3.91 mm -2.39 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.74 mm -3.91 mm -2.39 mm 0 eV 174 keV 38.3 mum 38.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.53 mm -5.84 mm -2.39 mm 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.19 mm -5.4 mm -1.95 mm 0 eV 69.5 keV 701 mum 701 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.19 mm -5.4 mm -1.95 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.2 mm -5.4 mm -1.95 mm 0 eV 140 keV 27.1 mum 27.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -29.3 mum 131 mum 1.14 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 57 mum 106 mum 1.05 mm 0 eV 69.5 keV 128 mum 128 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 57 mum 106 mum 1.05 mm 89.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 57.1 mum 107 mum 1.05 mm 0 eV 89.4 keV 13.3 mum 13.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.79 cm -19.5 cm -1.53 cm 45.2 MeV 0 eV 21.1 cm 21.1 cmLArgPhysicalTransportation - 2 38.9 cm -97.5 cm -7.66 cm 45.2 MeV 0 eV 84.2 cm 1.05 mMotherTransportation - 3 2 m -5 m -39.3 cm 45.2 MeV 0 eV 4.35 m 5.4 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.93 cm 16.2 cm -2.15 cm 49.7 MeV 0 eV 18.1 cm 18.1 cmF2TroffMainPhysicalTransportation - 2 -8.38 cm 17.1 cm -2.27 cm 49.7 MeV 0 eV 1.03 cm 19.2 cmLArgPhysicalTransportation - 3 -47.8 cm 97.5 cm -13 cm 49.7 MeV 0 eV 90.2 cm 1.09 mCryostatVolumesTransportation - 4 -96.9 cm 1.98 m -26.3 cm 49.7 MeV 0 eV 1.12 m 2.22 mMotherTransportation - 5 -2.45 m 5 m -66.6 cm 49.7 MeV 0 eV 3.39 m 5.61 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=11.2585 -Edep in FCAL1 FCAl2 : 0 11.2585 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2523 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 23 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 18.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -56.1 mum -21.7 mum 56.8 mum 16.3 MeV 129 keV 82.9 mum 82.9 mumWAbsorberPhysicaleBrem - 2 -264 mum -266 mum 464 mum 14.1 MeV 1.2 MeV 528 mum 611 mumWAbsorberPhysicaleBrem - 3 -202 mum -549 mum 890 mum 12 MeV 1.09 MeV 544 mum 1.16 mmWAbsorberPhysicaleBrem - 4 -345 mum -1.02 mm 1.1 mm 10.8 MeV 1.13 MeV 580 mum 1.74 mmWAbsorberPhysicaleBrem - 5 -416 mum -976 mum 1.22 mm 9.69 MeV 265 keV 155 mum 1.89 mmWAbsorberPhysicaleBrem - 6 -429 mum -877 mum 1.33 mm 9.23 MeV 305 keV 152 mum 2.04 mmWAbsorberPhysicaleBrem - 7 -457 mum -830 mum 1.38 mm 7.44 MeV 115 keV 69 mum 2.11 mmWAbsorberPhysicaleBrem - 8 833 mum 726 mum 1.62 mm 3.29 MeV 4.14 MeV 2.1 mm 4.21 mmWAbsorberPhysicaleIoni - 9 871 mum 741 mum 1.63 mm 2.78 MeV 136 keV 43.8 mum 4.26 mmWAbsorberPhysicaleBrem - 10 1.45 mm 704 mum 1.27 mm 1.05 MeV 1.62 MeV 878 mum 5.13 mmWAbsorberPhysicaleBrem - 11 1.41 mm 746 mum 1.29 mm 0 eV 1.05 MeV 456 mum 5.59 mmWAbsorberPhysicaleIoni - 12 1.41 mm 746 mum 1.29 mm 0 eV 0 eV 0 fm 5.59 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm 746 mum 1.29 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm -46.2 mum 3.37 mm 377 keV 0 eV 4.18 mm 4.18 mmWAbsorberPhysicalcompt - 2 -3.03 mm -1.54 mm 3.53 mm 159 keV 0 eV 1.75 mm 5.93 mmWAbsorberPhysicalcompt - 3 -2.89 mm -1.43 mm 3.44 mm 0 eV 69.5 keV 198 mum 6.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.89 mm -1.43 mm 3.44 mm 89 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.89 mm -1.43 mm 3.44 mm 0 eV 89 keV 13.2 mum 13.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.03 mm -1.54 mm 3.53 mm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.04 mm -1.54 mm 3.54 mm 0 eV 218 keV 54.2 mum 54.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 mm -46.2 mum 3.37 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm -45.1 mum 3.37 mm 0 eV 134 keV 25.4 mum 25.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm 746 mum 1.29 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 mm 767 mum 1.23 mm 0 eV 69.5 keV 113 mum 113 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 mm 767 mum 1.23 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 mm 795 mum 1.24 mm 157 keV 78.6 keV 53.7 mum 53.7 mumWAbsorberPhysicaleBrem - 2 1.52 mm 794 mum 1.24 mm 0 eV 157 keV 32.5 mum 86.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 mm 795 mum 1.24 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 mm 907 mum 2.05 mm 0 eV 69.5 keV 1 mm 1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 mm 907 mum 2.05 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 mm 906 mum 2.05 mm 0 eV 136 keV 26 mum 26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 mm 704 mum 1.27 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 mm 970 mum 1.48 mm 0 eV 69.5 keV 464 mum 464 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 mm 970 mum 1.48 mm 44.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 mm 970 mum 1.48 mm 0 eV 44.9 keV 4.3 mum 4.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 871 mum 741 mum 1.63 mm 377 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm 2.14 mm 1.98 mm 0 eV 69.5 keV 1.62 mm 1.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 mm 2.14 mm 1.98 mm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm 2.14 mm 1.98 mm 0 eV 308 keV 90.3 mum 90.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -457 mum -830 mum 1.38 mm 1.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.76 mm -832 mum -2.02 mm 653 keV 0 eV 5.42 mm 5.42 mmWAbsorberPhysicalcompt - 2 4.05 mm 1.05 mm -3.9 mm 0 eV 69.5 keV 2.68 mm 8.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.05 mm 1.05 mm -3.9 mm 584 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.05 mm 1.07 mm -3.91 mm 0 eV 584 keV 219 mum 219 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.76 mm -832 mum -2.02 mm 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.8 mm -814 mum -2.02 mm 807 keV 102 keV 60.6 mum 60.6 mumWAbsorberPhysicaleBrem - 2 3.8 mm -818 mum -1.99 mm 0 eV 807 keV 330 mum 390 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.8 mm -814 mum -2.02 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.85 mm -853 mum -1.6 mm 0 eV 69.5 keV 421 mum 421 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.85 mm -853 mum -1.6 mm 49.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.85 mm -852 mum -1.6 mm 0 eV 49.5 keV 5.01 mum 5.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -429 mum -877 mum 1.33 mm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -588 mum -628 mum 1.63 mm 0 eV 69.5 keV 419 mum 419 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -588 mum -628 mum 1.63 mm 85.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -589 mum -627 mum 1.63 mm 0 eV 85.7 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -416 mum -976 mum 1.22 mm 796 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -747 mum -295 mum 2.06 mm 795 keV 0 eV 1.13 mm 1.13 mmWAbsorberPhysicalcompt - 2 -1.79 mm 1.92 mm 5 mm 685 keV 0 eV 3.82 mm 4.95 mmWAbsorberPhysicalcompt - 3 -3.83 mm 2.74 mm 8.12 mm 437 keV 0 eV 3.82 mm 8.77 mmWAbsorberPhysicalcompt - 4 -4.58 mm 1.56 mm 9.18 mm 385 keV 0 eV 1.75 mm 1.05 cmWAbsorberPhysicalcompt - 5 -9.37 mm 229 mum 1.36 cm 361 keV 0 eV 6.63 mm 1.72 cmWAbsorberPhysicalcompt - 6 -1.02 cm -144 mum 1.39 cm 316 keV 0 eV 983 mum 1.81 cmWAbsorberPhysicalcompt - 7 -1.18 cm -2.81 mm 1.62 cm 0 eV 69.5 keV 3.89 mm 2.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -2.81 mm 1.62 cm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -2.81 mm 1.62 cm 0 eV 247 keV 65.1 mum 65.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 cm -144 mum 1.39 cm 44.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm -144 mum 1.39 cm 0 eV 44.9 keV 4.29 mum 4.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.37 mm 229 mum 1.36 cm 24.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.37 mm 229 mum 1.36 cm 0 eV 24.2 keV 1.56 mum 1.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.58 mm 1.56 mm 9.18 mm 52.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.58 mm 1.55 mm 9.18 mm 0 eV 52.1 keV 5.46 mum 5.46 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.83 mm 2.74 mm 8.12 mm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.83 mm 2.74 mm 8.12 mm 0 eV 247 keV 65.3 mum 65.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 mm 1.92 mm 5 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.79 mm 1.92 mm 5 mm 0 eV 110 keV 18.5 mum 18.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -747 mum -295 mum 2.06 mm 972 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -747 mum -295 mum 2.06 mm 0 eV 972 eV 14.9 nm 14.9 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -345 mum -1.02 mm 1.1 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -379 mum -1.01 mm 1.14 mm 0 eV 69.5 keV 56.1 mum 56.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -379 mum -1.01 mm 1.14 mm 50.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -379 mum -1.01 mm 1.14 mm 0 eV 50.6 keV 5.2 mum 5.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -202 mum -549 mum 890 mum 996 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -244 mum -663 mum 990 mum 981 keV 0 eV 158 mum 158 mumWAbsorberPhysicalcompt - 2 -3.65 mm -6.82 mm 7.42 mm 247 keV 0 eV 9.53 mm 9.69 mmWAbsorberPhysicalcompt - 3 -4.1 mm -6.15 mm 7.14 mm 0 eV 69.5 keV 850 mum 1.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.1 mm -6.15 mm 7.14 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.1 mm -6.15 mm 7.13 mm 0 eV 178 keV 39.5 mum 39.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.65 mm -6.82 mm 7.42 mm 733 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.63 mm -6.82 mm 7.45 mm 124 keV 104 keV 67.6 mum 67.6 mumWAbsorberPhysicaleBrem - 2 -3.63 mm -6.82 mm 7.46 mm 0 eV 124 keV 22.3 mum 89.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.63 mm -6.82 mm 7.45 mm 505 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm -1.16 cm 1.11 cm 0 eV 69.5 keV 6.07 mm 6.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm -1.16 cm 1.11 cm 436 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 mm -1.16 cm 1.11 cm 0 eV 436 keV 148 mum 148 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -244 mum -663 mum 990 mum 15.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -244 mum -663 mum 990 mum 0 eV 15.2 keV 741 nm 741 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -264 mum -266 mum 464 mum 996 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -370 mum -1.2 mm 2.74 mm 516 keV 0 eV 2.46 mm 2.46 mmWAbsorberPhysicalcompt - 2 1.11 mm -3.02 mm 3.44 mm 0 eV 69.5 keV 2.45 mm 4.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 mm -3.02 mm 3.44 mm 447 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 mm -3.03 mm 3.44 mm 0 eV 447 keV 153 mum 153 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -370 mum -1.2 mm 2.74 mm 480 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -376 mum -1.2 mm 2.75 mm 0 eV 480 keV 169 mum 169 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -56.1 mum -21.7 mum 56.8 mum 2.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.39 mm -1.55 mm 2.9 mm 640 keV 0 eV 3.98 mm 3.98 mmWAbsorberPhysicalcompt - 2 -1.88 cm -58.3 mum 507 mum 611 keV 0 eV 1.67 cm 2.06 cmWAbsorberPhysicalcompt - 3 -2.19 cm -478 mum 555 mum 0 eV 69.5 keV 3.09 mm 2.37 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 cm -478 mum 555 mum 541 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.19 cm -490 mum 561 mum 0 eV 541 keV 198 mum 198 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.88 cm -58.3 mum 507 mum 29.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 cm -58.1 mum 507 mum 0 eV 29.1 keV 2.1 mum 2.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.39 mm -1.55 mm 2.9 mm 1.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.41 mm -1.58 mm 2.96 mm 0 eV 1.49 MeV 677 mum 677 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.87 mm 9.46 mm -6.67 cm 48.8 MeV 0 eV 6.76 cm 6.76 cmCuPlateBPhysicalTransportation - 2 -8.09 mm 1.3 cm -9.19 cm 48.8 MeV 0 eV 2.56 cm 9.32 cmLArgPhysicalTransportation - 3 -1.02 cm 1.64 cm -11.6 cm 48.8 MeV 0 eV 2.42 cm 11.7 cmBackExcluderTransportation - 4 -10.2 cm 16.5 cm -1.16 m 48.8 MeV 0 eV 1.06 m 1.18 mLArgPhysicalTransportation - 5 -11.2 cm 18 cm -1.27 m 48.8 MeV 0 eV 10.9 cm 1.29 mCryostatVolumesTransportation - 6 -11.2 cm 18 cm -1.27 m 48.8 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 7 -11.8 cm 19 cm -1.34 m 48.8 MeV 0 eV 7.07 cm 1.36 mCryostatVolumesTransportation - 8 -11.8 cm 19.1 cm -1.34 m 48.8 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 9 -16.5 cm 26.5 cm -1.87 m 48.8 MeV 0 eV 53.2 cm 1.9 mBigScintPhysicalTransportation - 10 -16.6 cm 26.8 cm -1.89 m 48.8 MeV 0 eV 2.03 cm 1.92 mMotherTransportation - 11 -17.2 cm 27.6 cm -1.95 m 48.8 MeV 0 eV 6.08 cm 1.98 mBigIronPhysicalTransportation - 12 -18 cm 29.1 cm -2.05 m 48.8 MeV 0 eV 10.1 cm 2.08 mMotherTransportation - 13 -18.2 cm 29.3 cm -2.07 m 48.8 MeV 0 eV 2.03 cm 2.1 mBigScintPhysicalTransportation - 14 -18.4 cm 29.6 cm -2.09 m 48.8 MeV 0 eV 2.03 cm 2.12 mMotherTransportation - 15 -18.8 cm 30.3 cm -2.14 m 48.8 MeV 0 eV 5.07 cm 2.17 mBigIronPhysicalTransportation - 16 -19.7 cm 31.8 cm -2.24 m 48.8 MeV 0 eV 10.1 cm 2.27 mMotherTransportation - 17 -20.1 cm 32.3 cm -2.28 m 48.8 MeV 0 eV 4.06 cm 2.31 mBigScintPhysicalTransportation - 18 -20.2 cm 32.6 cm -2.3 m 48.8 MeV 0 eV 2.03 cm 2.33 mMotherTransportation - 19 -26 cm 41.8 cm -2.95 m 48.8 MeV 0 eV 65.9 cm 2.99 mConcWallAPhysicalTransportation - 20 -40.1 cm 64.5 cm -4.55 m 48.8 MeV 0 eV 1.62 m 4.61 mConcWallBPhysicalTransportation - 21 -54.1 cm 87.2 cm -6.15 m 48.8 MeV 0 eV 1.62 m 6.24 mMotherTransportation - 22 -2.91 m 4.68 m -33 m 48.8 MeV 0 eV 27.2 m 33.5 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 15.5 cm -1.48 cm 33.1 cm 37.8 MeV 0 eV 36.6 cm 36.6 cmF2RodPhysicalTransportation - 2 15.8 cm -1.5 cm 33.7 cm 37.8 MeV 0 eV 6.98 mm 37.3 cmF2LArGapPhysicalTransportation - 3 15.8 cm -1.51 cm 33.8 cm 37.8 MeV 0 eV 857 mum 37.4 cmCuPlateAPhysicalTransportation - 4 16.7 cm -1.59 cm 35.6 cm 37.8 MeV 0 eV 1.99 cm 39.3 cmFCALEnvelopePhysicalTransportation - 5 18 cm -1.71 cm 38.4 cm 37.8 MeV 0 eV 3.05 cm 42.4 cmFCALEmModulePhysicalTransportation - 6 22.7 cm -2.16 cm 48.4 cm 37.8 MeV 0 eV 11.1 cm 53.5 cmLArgPhysicalTransportation - 7 54.1 cm -5.15 cm 1.15 m 37.8 MeV 0 eV 74.1 cm 1.28 mCryostatVolumesTransportation - 8 54.2 cm -5.16 cm 1.16 m 37.8 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 9 57.1 cm -5.44 cm 1.22 m 37.8 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 10 57.3 cm -5.45 cm 1.22 m 37.8 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 11 66.5 cm -6.33 cm 1.42 m 37.8 MeV 0 eV 21.8 cm 1.57 mIronWallPhysicalTransportation - 12 85.2 cm -8.12 cm 1.82 m 37.8 MeV 0 eV 44.2 cm 2.01 mMotherTransportation - 13 5 m -47.6 cm 10.7 m 37.8 MeV 0 eV 9.79 m 11.8 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=19.5664 -Edep in FCAL1 FCAl2 : 0 19.5664 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2524 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 24 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 821 mum 844 mum 232 mum 15.2 MeV 4.07 MeV 1.24 mm 1.24 mmWAbsorberPhysicaleBrem - 2 1.26 mm 1.31 mm 314 mum 13.1 MeV 1.98 MeV 700 mum 1.94 mmWAbsorberPhysicaleBrem - 3 1.43 mm 1.46 mm 261 mum 9.4 MeV 477 keV 235 mum 2.18 mmWAbsorberPhysicaleIoni - 4 1.46 mm 1.49 mm 270 mum 8.99 MeV 275 keV 38.6 mum 2.21 mmWAbsorberPhysicaleBrem - 5 2.53 mm 1.86 mm 138 mum 6.36 MeV 1.91 MeV 1.1 mm 3.31 mmWAbsorberPhysicaleBrem - 6 2.56 mm 1.86 mm 176 mum 6.18 MeV 70.6 keV 47.9 mum 3.36 mmWAbsorberPhysicaleBrem - 7 2.62 mm 1.94 mm 349 mum 4.42 MeV 446 keV 203 mum 3.56 mmWAbsorberPhysicaleBrem - 8 2.85 mm 1.82 mm 491 mum 3.56 MeV 631 keV 307 mum 3.87 mmWAbsorberPhysicaleBrem - 9 2.77 mm 743 mum 991 mum 566 keV 2.99 MeV 1.49 mm 5.36 mmWAbsorberPhysicaleIoni - 10 2.77 mm 766 mum 985 mum 0 eV 566 keV 209 mum 5.57 mmWAbsorberPhysicaleIoni - 11 2.77 mm 766 mum 985 mum 0 eV 0 eV 0 fm 5.57 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.77 mm 766 mum 985 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 mm 1.16 mm 1.68 mm 0 eV 69.5 keV 823 mum 823 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.97 mm 1.16 mm 1.68 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 mm 1.16 mm 1.68 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.77 mm 766 mum 985 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.74 mm 695 mum 858 mum 282 keV 0 eV 150 mum 150 mumWAbsorberPhysicalcompt - 2 3.65 mm 758 mum 328 mum 196 keV 0 eV 1.06 mm 1.21 mmWAbsorberPhysicalcompt - 3 4.05 mm -281 mum 428 mum 0 eV 69.5 keV 1.12 mm 2.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.05 mm -281 mum 428 mum 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.05 mm -281 mum 429 mum 0 eV 127 keV 23.1 mum 23.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.65 mm 758 mum 328 mum 85.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.65 mm 758 mum 327 mum 0 eV 85.6 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.74 mm 695 mum 858 mum 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.73 mm 693 mum 856 mum 0 eV 229 keV 58.4 mum 58.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 mm 1.82 mm 491 mum 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.69 mm 1.16 mm -215 mum 0 eV 69.5 keV 984 mum 984 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.69 mm 1.16 mm -215 mum 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.69 mm 1.16 mm -217 mum 0 eV 159 keV 33 mum 33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.62 mm 1.94 mm 349 mum 1.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.83 mm 1.66 mm 2.08 mm 0 eV 69.5 keV 2.13 mm 2.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.83 mm 1.66 mm 2.08 mm 1.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.87 mm 1.67 mm 2.11 mm 0 eV 1.24 MeV 551 mum 551 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 mm 1.86 mm 176 mum 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 mm 1.86 mm 217 mum 0 eV 69.5 keV 46.8 mum 46.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.58 mm 1.86 mm 217 mum 47.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 mm 1.86 mm 217 mum 0 eV 47.1 keV 4.64 mum 4.64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.53 mm 1.86 mm 138 mum 719 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.91 mm 2.66 mm 5.25 mm 197 keV 0 eV 5.69 mm 5.69 mmWAbsorberPhysicalcompt - 2 4.62 mm 2.39 mm 4.91 mm 0 eV 69.5 keV 519 mum 6.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.62 mm 2.39 mm 4.91 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.62 mm 2.39 mm 4.91 mm 0 eV 127 keV 23.3 mum 23.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.91 mm 2.66 mm 5.25 mm 522 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.92 mm 2.67 mm 5.26 mm 0 eV 522 keV 189 mum 189 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 mm 1.49 mm 270 mum 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 mm 1.81 mm 322 mum 0 eV 69.5 keV 410 mum 410 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 mm 1.81 mm 322 mum 71.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 mm 1.81 mm 322 mum 0 eV 71.8 keV 9.28 mum 9.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 mm 1.46 mm 261 mum 3.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 mm 2.11 mm 906 mum 1.07 MeV 2.1 MeV 1.37 mm 1.37 mmWAbsorberPhysicaleIoni - 2 1.62 mm 2.07 mm 912 mum 0 eV 1.07 MeV 464 mum 1.83 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 mm 1.31 mm 314 mum 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.65 mm 3.67 mm 130 mum 0 eV 69.5 keV 3.37 mm 3.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.65 mm 3.67 mm 130 mum 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.66 mm 3.67 mm 132 mum 0 eV 140 keV 27.4 mum 27.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 821 mum 844 mum 232 mum 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 mm 1.11 mm 208 mum 0 eV 69.5 keV 362 mum 362 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm 1.11 mm 208 mum 83.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 mm 1.11 mm 209 mum 0 eV 83.2 keV 11.8 mum 11.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.21 mm -3.16 cm -6.47 cm 42 MeV 0 eV 7.22 cm 7.22 cmF2RodPhysicalTransportation - 2 6.68 mm -3.39 cm -6.96 cm 42 MeV 0 eV 5.46 mm 7.77 cmF2LArGapPhysicalTransportation - 3 6.79 mm -3.45 cm -7.07 cm 42 MeV 0 eV 1.26 mm 7.9 cmCuPlateBPhysicalTransportation - 4 8.56 mm -4.35 cm -8.91 cm 42 MeV 0 eV 2.06 cm 9.95 cmLArgPhysicalTransportation - 5 1.11 cm -5.65 cm -11.6 cm 42 MeV 0 eV 2.98 cm 12.9 cmBackExcluderTransportation - 6 9.18 cm -46.7 cm -95.6 cm 42 MeV 0 eV 93.9 cm 1.07 mLArgPhysicalTransportation - 7 12.2 cm -61.9 cm -1.27 m 42 MeV 0 eV 34.9 cm 1.42 mCryostatVolumesTransportation - 8 12.2 cm -62.1 cm -1.27 m 42 MeV 0 eV 3.34 mm 1.42 mInsulationPhysicalTransportation - 9 12.9 cm -65.5 cm -1.34 m 42 MeV 0 eV 7.78 cm 1.5 mCryostatVolumesTransportation - 10 12.9 cm -65.6 cm -1.34 m 42 MeV 0 eV 2.78 mm 1.5 mMotherTransportation - 11 98.4 cm -5 m -10.2 m 42 MeV 0 eV 9.94 m 11.4 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15.4 cm 4.27 cm 32.8 cm 43.7 MeV 0 eV 36.5 cm 36.5 cmCuPlateAPhysicalTransportation - 2 -16.6 cm 4.59 cm 35.3 cm 43.7 MeV 0 eV 2.77 cm 39.3 cmFCALEnvelopePhysicalTransportation - 3 -17.9 cm 4.95 cm 38 cm 43.7 MeV 0 eV 3.04 cm 42.3 cmFCALEmModulePhysicalTransportation - 4 -18 cm 4.97 cm 38.2 cm 43.7 MeV 0 eV 2.06 mm 42.5 cmF1LArGapPhysicalTransportation - 5 -18 cm 4.99 cm 38.4 cm 43.7 MeV 0 eV 1.47 mm 42.7 cmFCALEmModulePhysicalTransportation - 6 -18.2 cm 5.03 cm 38.7 cm 43.7 MeV 0 eV 3.53 mm 43 cmF1LArGapPhysicalTransportation - 7 -18.2 cm 5.05 cm 38.8 cm 43.7 MeV 0 eV 1.47 mm 43.2 cmFCALEmModulePhysicalTransportation - 8 -18.6 cm 5.16 cm 39.6 cm 43.7 MeV 0 eV 9.22 mm 44.1 cmF1LArGapPhysicalTransportation - 9 -18.7 cm 5.17 cm 39.7 cm 43.7 MeV 0 eV 804 mum 44.2 cmFCALEmModulePhysicalTransportation - 10 -19 cm 5.26 cm 40.5 cm 43.7 MeV 0 eV 8.32 mm 45 cmF1LArGapPhysicalTransportation - 11 -19.1 cm 5.27 cm 40.5 cm 43.7 MeV 0 eV 804 mum 45.1 cmFCALEmModulePhysicalTransportation - 12 -19.3 cm 5.35 cm 41.1 cm 43.7 MeV 0 eV 6.66 mm 45.8 cmF1LArGapPhysicalTransportation - 13 -19.4 cm 5.36 cm 41.2 cm 43.7 MeV 0 eV 671 mum 45.8 cmFCALEmModulePhysicalTransportation - 14 -19.8 cm 5.48 cm 42.1 cm 43.7 MeV 0 eV 1.03 cm 46.8 cmF1LArGapPhysicalTransportation - 15 -19.8 cm 5.49 cm 42.2 cm 43.7 MeV 0 eV 671 mum 46.9 cmFCALEmModulePhysicalTransportation - 16 -20.1 cm 5.55 cm 42.7 cm 43.7 MeV 0 eV 5.5 mm 47.5 cmF1LArGapPhysicalTransportation - 17 -20.1 cm 5.56 cm 42.7 cm 43.7 MeV 0 eV 631 mum 47.5 cmFCALEmModulePhysicalTransportation - 18 -20.5 cm 5.69 cm 43.7 cm 43.7 MeV 0 eV 1.1 cm 48.6 cmF1LArGapPhysicalTransportation - 19 -20.6 cm 5.7 cm 43.8 cm 43.7 MeV 0 eV 631 mum 48.7 cmFCALEmModulePhysicalTransportation - 20 -20.8 cm 5.76 cm 44.2 cm 43.7 MeV 0 eV 5.28 mm 49.2 cmF1LArGapPhysicalTransportation - 21 -20.8 cm 5.76 cm 44.3 cm 43.7 MeV 0 eV 644 mum 49.3 cmFCALEmModulePhysicalTransportation - 22 -21.3 cm 5.89 cm 45.3 cm 43.7 MeV 0 eV 1.07 cm 50.4 cmF1LArGapPhysicalTransportation - 23 -21.3 cm 5.9 cm 45.3 cm 43.7 MeV 0 eV 644 mum 50.4 cmFCALEmModulePhysicalTransportation - 24 -21.6 cm 5.97 cm 45.8 cm 43.7 MeV 0 eV 5.96 mm 51 cmF1LArGapPhysicalTransportation - 25 -21.6 cm 5.98 cm 45.9 cm 43.7 MeV 0 eV 720 mum 51.1 cmFCALEmModulePhysicalTransportation - 26 -22 cm 6.09 cm 46.8 cm 43.7 MeV 0 eV 9.46 mm 52 cmF1LArGapPhysicalTransportation - 27 -22 cm 6.09 cm 46.8 cm 43.7 MeV 0 eV 720 mum 52.1 cmFCALEmModulePhysicalTransportation - 28 -22.3 cm 6.19 cm 47.5 cm 43.7 MeV 0 eV 7.72 mm 52.9 cmF1LArGapPhysicalTransportation - 29 -22.4 cm 6.2 cm 47.6 cm 43.7 MeV 0 eV 975 mum 53 cmFCALEmModulePhysicalTransportation - 30 -22.7 cm 6.27 cm 48.2 cm 43.7 MeV 0 eV 6.55 mm 53.6 cmF1LArGapPhysicalTransportation - 31 -22.7 cm 6.28 cm 48.3 cm 43.7 MeV 0 eV 975 mum 53.7 cmFCALEmModulePhysicalTransportation - 32 -31.3 cm 8.66 cm 66.5 cm 43.7 MeV 0 eV 20.3 cm 74 cmLArgPhysicalTransportation - 33 -54.2 cm 15 cm 1.15 m 43.7 MeV 0 eV 54.3 cm 1.28 mCryostatVolumesTransportation - 34 -54.4 cm 15 cm 1.16 m 43.7 MeV 0 eV 3.02 mm 1.29 mInsulationPhysicalTransportation - 35 -57.3 cm 15.9 cm 1.22 m 43.7 MeV 0 eV 7.05 cm 1.36 mCryostatVolumesTransportation - 36 -57.4 cm 15.9 cm 1.22 m 43.7 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 37 -66.8 cm 18.5 cm 1.42 m 43.7 MeV 0 eV 22.1 cm 1.58 mIronWallPhysicalTransportation - 38 -85.6 cm 23.7 cm 1.82 m 43.7 MeV 0 eV 44.5 cm 2.03 mMotherTransportation - 39 -5 m 1.38 m 10.6 m 43.7 MeV 0 eV 9.81 m 11.8 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=20.4852 -Edep in FCAL1 FCAl2 : 0 20.4852 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2525 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 25 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 34.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -70.9 mum -116 mum -166 mum 28.4 MeV 394 keV 215 mum 215 mumWAbsorberPhysicaleBrem - 2 -123 mum -245 mum -314 mum 27.7 MeV 504 keV 204 mum 419 mumWAbsorberPhysicaleBrem - 3 -141 mum -280 mum -360 mum 27.5 MeV 115 keV 60.4 mum 479 mumWAbsorberPhysicaleBrem - 4 -150 mum -300 mum -393 mum 27.1 MeV 56.1 keV 40 mum 519 mumWAbsorberPhysicaleBrem - 5 -251 mum -849 mum -1.01 mm 23.7 MeV 1.73 MeV 851 mum 1.37 mmWAbsorberPhysicaleBrem - 6 -388 mum -999 mum -1.22 mm 21.4 MeV 505 keV 294 mum 1.66 mmWAbsorberPhysicaleBrem - 7 -476 mum -1.1 mm -1.33 mm 17 MeV 337 keV 173 mum 1.84 mmWAbsorberPhysicaleBrem - 8 -612 mum -1.2 mm -1.62 mm 12 MeV 619 keV 332 mum 2.17 mmWAbsorberPhysicaleBrem - 9 -1.66 mm -1.41 mm -2.53 mm 8.41 MeV 3.2 MeV 1.5 mm 3.67 mmWAbsorberPhysicaleBrem - 10 -2.58 mm -1.61 mm -2.33 mm 4.88 MeV 2.92 MeV 1.12 mm 4.79 mmWAbsorberPhysicaleBrem - 11 -2.52 mm -1.67 mm -2.43 mm 3.98 MeV 357 keV 137 mum 4.92 mmWAbsorberPhysicaleBrem - 12 -1.57 mm -900 mum -2.92 mm 1.44 MeV 2.54 MeV 1.58 mm 6.5 mmWAbsorberPhysicaleIoni - 13 -1.64 mm -896 mum -2.98 mm 0 eV 1.44 MeV 664 mum 7.17 mmWAbsorberPhysicaleIoni - 14 -1.64 mm -896 mum -2.98 mm 0 eV 0 eV 0 fm 7.17 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm -896 mum -2.98 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 mm -1.5 mm -3.03 mm 341 keV 0 eV 689 mum 689 mumWAbsorberPhysicalcompt - 2 -1.45 mm -1.75 mm -3.01 mm 0 eV 69.5 keV 288 mum 978 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 mm -1.75 mm -3.01 mm 272 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 mm -1.75 mm -3.01 mm 0 eV 272 keV 75.2 mum 75.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mm -1.5 mm -3.03 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 mm -1.5 mm -3.03 mm 0 eV 170 keV 36.9 mum 36.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm -896 mum -2.98 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.54 mm 4.32 mm -2.53 mm 326 keV 0 eV 5.98 mm 5.98 mmWAbsorberPhysicalcompt - 2 -4.79 mm 4.3 mm -2.43 mm 316 keV 0 eV 264 mum 6.24 mmWAbsorberPhysicalcompt - 3 -4.93 mm 4.32 mm -2.41 mm 153 keV 0 eV 143 mum 6.39 mmWAbsorberPhysicalcompt - 4 -4.67 mm 4.31 mm -2.22 mm 0 eV 69.5 keV 325 mum 6.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.67 mm 4.31 mm -2.22 mm 84 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.66 mm 4.31 mm -2.22 mm 0 eV 84 keV 12 mum 12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.93 mm 4.32 mm -2.41 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.93 mm 4.32 mm -2.41 mm 0 eV 163 keV 34.4 mum 34.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.79 mm 4.3 mm -2.43 mm 9.66 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.79 mm 4.3 mm -2.43 mm 0 eV 9.66 keV 367 nm 367 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.54 mm 4.32 mm -2.53 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.54 mm 4.32 mm -2.53 mm 0 eV 185 keV 42.1 mum 42.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.52 mm -1.67 mm -2.43 mm 537 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 mm -3.45 mm -4.89 mm 210 keV 0 eV 3.15 mm 3.15 mmWAbsorberPhysicalcompt - 2 -2.59 mm -2.64 mm -5.02 mm 0 eV 69.5 keV 1.22 mm 4.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.59 mm -2.64 mm -5.02 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.6 mm -2.64 mm -5.02 mm 0 eV 140 keV 27.3 mum 27.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 mm -3.45 mm -4.89 mm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 mm -3.46 mm -4.89 mm 0 eV 327 keV 98.6 mum 98.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.58 mm -1.61 mm -2.33 mm 611 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 96.4 mum -2.55 mm -7.66 mm 235 keV 0 eV 6.03 mm 6.03 mmWAbsorberPhysicalcompt - 2 139 mum -3.14 mm -7.26 mm 0 eV 69.5 keV 716 mum 6.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 139 mum -3.14 mm -7.26 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 140 mum -3.14 mm -7.26 mm 0 eV 166 keV 35.4 mum 35.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 96.4 mum -2.55 mm -7.66 mm 376 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 99.7 mum -2.55 mm -7.67 mm 0 eV 376 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm -1.41 mm -2.53 mm 422 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.39 mm -2.08 mm -3 mm 0 eV 69.5 keV 1.09 mm 1.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.39 mm -2.08 mm -3 mm 352 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.39 mm -2.08 mm -3 mm 0 eV 352 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -612 mum -1.2 mm -1.62 mm 4.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.03 mm -4.71 mm -3.52 mm 0 eV 0 eV 4.67 mm 4.67 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 30, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.03 mm -4.71 mm -3.52 mm 2.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.56 mm -4.71 mm -4.24 mm 605 keV 1.9 MeV 1.18 mm 1.18 mmWAbsorberPhysicaleIoni - 2 -2.56 mm -4.72 mm -4.26 mm 0 eV 605 keV 228 mum 1.41 mmWAbsorberPhysicaleIoni - 3 -2.56 mm -4.72 mm -4.26 mm 0 eV 0 eV 0 fm 1.41 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.56 mm -4.72 mm -4.26 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 546 mum -3.92 mm -5.47 mm 288 keV 0 eV 3.42 mm 3.42 mmWAbsorberPhysicalcompt - 2 548 mum -3.92 mm -5.47 mm 151 keV 0 eV 7.02 mum 3.43 mmWAbsorberPhysicalcompt - 3 736 mum -3.85 mm -4.98 mm 0 eV 69.5 keV 531 mum 3.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 736 mum -3.85 mm -4.98 mm 81.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 737 mum -3.85 mm -4.98 mm 0 eV 81.5 keV 11.4 mum 11.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 548 mum -3.92 mm -5.47 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 548 mum -3.93 mm -5.47 mm 0 eV 137 keV 26.4 mum 26.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 546 mum -3.92 mm -5.47 mm 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 550 mum -3.92 mm -5.47 mm 0 eV 223 keV 55.9 mum 55.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.56 mm -4.72 mm -4.26 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm -7.59 mm 50.4 mum 0 eV 69.5 keV 1.22 cm 1.22 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm -7.59 mm 50.4 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm -7.59 mm 56 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.03 mm -4.71 mm -3.52 mm 869 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.09 mm -4.69 mm -3.42 mm 375 keV 374 keV 221 mum 221 mumWAbsorberPhysicaleBrem - 2 -3.1 mm -4.69 mm -3.42 mm 0 eV 375 keV 120 mum 341 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.09 mm -4.69 mm -3.42 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.12 mm -4.57 mm -3.32 mm 0 eV 69.5 keV 162 mum 162 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.12 mm -4.57 mm -3.32 mm 50.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.12 mm -4.57 mm -3.32 mm 0 eV 50.5 keV 5.18 mum 5.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -476 mum -1.1 mm -1.33 mm 4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.39 mm -4.4 mm -6.45 mm 593 keV 0 eV 6.75 mm 6.75 mmWAbsorberPhysicalcompt - 2 -5.93 mm -2.87 mm -7.05 mm 561 keV 0 eV 3.02 mm 9.77 mmWAbsorberPhysicalcompt - 3 -7.44 mm -1.45 mm -6.98 mm 344 keV 0 eV 2.08 mm 1.18 cmWAbsorberPhysicalcompt - 4 -7.39 mm -1.3 mm -6.93 mm 0 eV 69.5 keV 169 mum 1.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.39 mm -1.3 mm -6.93 mm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.39 mm -1.3 mm -6.92 mm 0 eV 274 keV 76.2 mum 76.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.44 mm -1.45 mm -6.98 mm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.44 mm -1.47 mm -6.98 mm 14.5 keV 203 keV 41.6 mum 41.6 mumWAbsorberPhysicaleBrem - 2 -7.44 mm -1.47 mm -6.98 mm 0 eV 14.5 keV 689 nm 42.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.93 mm -2.87 mm -7.05 mm 31.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.93 mm -2.87 mm -7.05 mm 0 eV 31.6 keV 2.4 mum 2.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.39 mm -4.4 mm -6.45 mm 3.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.92 mm -5.11 mm -6 mm 555 keV 2.85 MeV 1.43 mm 1.43 mmWAbsorberPhysicaleIoni - 2 -3.94 mm -5.11 mm -5.99 mm 0 eV 555 keV 205 mum 1.63 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -388 mum -999 mum -1.22 mm 1.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 cm -2.58 cm -3.51 cm 1.2 MeV 0 eV 5.08 cm 5.08 cmWAbsorberPhysicalcompt - 2 -2.96 cm -2.58 cm -3.56 cm 815 keV 0 eV 711 mum 5.16 cmWAbsorberPhysicalcompt - 3 -3.05 cm -2.44 cm -3.8 cm 0 eV 69.5 keV 2.96 mm 5.45 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.05 cm -2.44 cm -3.8 cm 746 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.05 cm -2.43 cm -3.8 cm 10.2 keV 483 keV 161 mum 161 mumWAbsorberPhysicaleBrem - 2 -3.05 cm -2.43 cm -3.8 cm 0 eV 10.2 keV 401 nm 161 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.05 cm -2.43 cm -3.8 cm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.02 cm -2.4 cm -3.86 cm 0 eV 69.5 keV 745 mum 745 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.02 cm -2.4 cm -3.86 cm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.02 cm -2.4 cm -3.86 cm 0 eV 183 keV 41.4 mum 41.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.96 cm -2.58 cm -3.56 cm 390 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.96 cm -2.58 cm -3.56 cm 0 eV 390 keV 126 mum 126 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 cm -2.58 cm -3.51 cm 602 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 cm -2.58 cm -3.51 cm 0 eV 602 keV 227 mum 227 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -251 mum -849 mum -1.01 mm 1.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm -4.63 mm -5.35 mm 1.32 MeV 0 eV 6.47 mm 6.47 mmWAbsorberPhysicalcompt - 2 -4.23 mm -6.14 mm -5.96 mm 786 keV 0 eV 1.93 mm 8.4 mmWAbsorberPhysicalcompt - 3 -4.19 mm -6.4 mm -6.02 mm 253 keV 0 eV 266 mum 8.66 mmWAbsorberPhysicalcompt - 4 -4.03 mm -6.3 mm -6.03 mm 209 keV 0 eV 183 mum 8.85 mmWAbsorberPhysicalcompt - 5 -3.98 mm -5.97 mm -6.29 mm 0 eV 69.5 keV 424 mum 9.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.98 mm -5.97 mm -6.29 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.98 mm -5.97 mm -6.29 mm 0 eV 139 keV 26.9 mum 26.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.03 mm -6.3 mm -6.03 mm 43.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.03 mm -6.3 mm -6.03 mm 0 eV 43.9 keV 4.14 mum 4.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.19 mm -6.4 mm -6.02 mm 534 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.19 mm -6.41 mm -6.02 mm 0 eV 534 keV 194 mum 194 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.23 mm -6.14 mm -5.96 mm 529 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.23 mm -6.18 mm -5.98 mm 183 keV 213 keV 83.6 mum 83.6 mumWAbsorberPhysicaleBrem - 2 -4.23 mm -6.18 mm -5.98 mm 0 eV 183 keV 41.4 mum 125 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.23 mm -6.18 mm -5.98 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.32 mm -6.24 mm -5.83 mm 0 eV 69.5 keV 189 mum 189 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.32 mm -6.24 mm -5.83 mm 63 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.32 mm -6.24 mm -5.83 mm 0 eV 63 keV 7.44 mum 7.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 mm -4.63 mm -5.35 mm 380 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm -4.63 mm -5.36 mm 0 eV 380 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -150 mum -300 mum -393 mum 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -921 mum -2.18 mm -3.4 mm 266 keV 0 eV 3.63 mm 3.63 mmWAbsorberPhysicalcompt - 2 -2.05 mm -3.23 mm -4.02 mm 0 eV 69.5 keV 1.67 mm 5.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 mm -3.23 mm -4.02 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 mm -3.23 mm -4.02 mm 0 eV 197 keV 46.1 mum 46.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -921 mum -2.18 mm -3.4 mm 34.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -920 mum -2.18 mm -3.4 mm 0 eV 34.5 keV 2.79 mum 2.79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -141 mum -280 mum -360 mum 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -144 mum -287 mum -371 mum 0 eV 69.5 keV 13.4 mum 13.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -144 mum -287 mum -371 mum 38.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -145 mum -287 mum -371 mum 0 eV 38.5 keV 3.32 mum 3.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -123 mum -245 mum -314 mum 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -285 mum -1.29 mm -1.47 mm 0 eV 69.5 keV 1.56 mm 1.56 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -285 mum -1.29 mm -1.47 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -286 mum -1.29 mm -1.47 mm 0 eV 180 keV 40.2 mum 40.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -70.9 mum -116 mum -166 mum 5.99 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.57 mm -2.02 cm -2.01 cm 295 keV 0 eV 2.9 cm 2.9 cmWAbsorberPhysicalcompt - 2 -7.69 mm -1.74 cm -1.97 cm 0 eV 69.5 keV 3.01 mm 3.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.69 mm -1.74 cm -1.97 cm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.69 mm -1.74 cm -1.97 cm 0 eV 226 keV 57.1 mum 57.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.57 mm -2.02 cm -2.01 cm 5.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.59 mm -2.02 cm -2.01 cm 4.19 MeV 140 keV 79.1 mum 79.1 mumWAbsorberPhysicaleBrem - 2 -6.61 mm -2.03 cm -2.02 cm 3.86 MeV 185 keV 112 mum 191 mumWAbsorberPhysicaleBrem - 3 -6.64 mm -2.03 cm -2.02 cm 2.96 MeV 57.6 keV 38 mum 229 mumWAbsorberPhysicaleBrem - 4 -6.55 mm -2.03 cm -2.1 cm 529 keV 1.96 MeV 1.09 mm 1.32 mmWAbsorberPhysicaleBrem - 5 -6.55 mm -2.03 cm -2.1 cm 0 eV 529 keV 192 mum 1.51 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.55 mm -2.03 cm -2.1 cm 463 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.49 mm -2.31 cm -1.82 cm 0 eV 69.5 keV 4.88 mm 4.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.49 mm -2.31 cm -1.82 cm 394 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.49 mm -2.31 cm -1.82 cm 0 eV 394 keV 128 mum 128 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.64 mm -2.03 cm -2.02 cm 840 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.72 mm -2.03 cm -2.03 cm 279 keV 0 eV 93.8 mum 93.8 mumWAbsorberPhysicalcompt - 2 -4.91 mm -2.03 cm -2.19 cm 0 eV 69.5 keV 2.4 mm 2.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.91 mm -2.03 cm -2.19 cm 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.91 mm -2.03 cm -2.19 cm 0 eV 209 keV 50.9 mum 50.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.72 mm -2.03 cm -2.03 cm 561 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.73 mm -2.03 cm -2.03 cm 0 eV 561 keV 208 mum 208 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.61 mm -2.03 cm -2.02 cm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.7 mm -2.03 cm -2.02 cm 0 eV 69.5 keV 95.1 mum 95.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.7 mm -2.03 cm -2.02 cm 82.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.7 mm -2.03 cm -2.02 cm 0 eV 82.7 keV 11.6 mum 11.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.59 mm -2.02 cm -2.01 cm 1.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.64 mm -2.03 cm -2.03 cm 517 keV 0 eV 166 mum 166 mumWAbsorberPhysicalcompt - 2 -7.25 mm -1.45 cm -3.15 cm 0 eV 69.5 keV 1.27 cm 1.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.25 mm -1.45 cm -3.15 cm 448 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.25 mm -1.45 cm -3.15 cm 110 keV 21.8 keV 18.9 mum 18.9 mumWAbsorberPhysicaleBrem - 2 -7.25 mm -1.45 cm -3.15 cm 0 eV 110 keV 18.6 mum 37.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.25 mm -1.45 cm -3.15 cm 316 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.16 mm -1.4 cm -3.37 cm 258 keV 0 eV 2.36 mm 2.36 mmWAbsorberPhysicalcompt - 2 -6.51 mm -1.41 cm -3.71 cm 0 eV 69.5 keV 3.78 mm 6.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.51 mm -1.41 cm -3.71 cm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.5 mm -1.41 cm -3.71 cm 0 eV 188 keV 43.3 mum 43.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.16 mm -1.4 cm -3.37 cm 57.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.16 mm -1.4 cm -3.37 cm 0 eV 57.9 keV 6.51 mum 6.51 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.64 mm -2.03 cm -2.03 cm 849 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.65 mm -2.03 cm -2.03 cm 0 eV 849 keV 351 mum 351 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.42 cm 18.2 cm 32.1 cm 47.6 MeV 0 eV 37 cm 37 cmCuPlateAPhysicalTransportation - 2 -2.61 cm 19.6 cm 34.6 cm 47.6 MeV 0 eV 2.81 cm 39.8 cmFCALEnvelopePhysicalTransportation - 3 -2.61 cm 19.6 cm 34.6 cm 47.6 MeV 0 eV 344 mum 39.8 cmLArgPhysicalTransportation - 4 -9.59 cm 72.1 cm 1.27 m 47.6 MeV 0 eV 1.07 m 1.46 mCryostatVolumesTransportation - 5 -9.61 cm 72.2 cm 1.27 m 47.6 MeV 0 eV 3.45 mm 1.47 mInsulationPhysicalTransportation - 6 -10.1 cm 76.2 cm 1.34 m 47.6 MeV 0 eV 8.04 cm 1.55 mCryostatVolumesTransportation - 7 -10.2 cm 76.3 cm 1.35 m 47.6 MeV 0 eV 2.87 mm 1.55 mMotherTransportation - 8 -66.5 cm 5 m 8.82 m 47.6 MeV 0 eV 8.61 m 10.2 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.75 cm -1.23 cm -6.56 cm 22.7 MeV 0 eV 9.49 cm 9.49 cmF2RodPhysicalTransportation - 2 7.06 cm -1.29 cm -6.87 cm 22.7 MeV 0 eV 4.38 mm 9.93 cmF2LArGapPhysicalTransportation - 3 7.1 cm -1.3 cm -6.91 cm 22.7 MeV 0 eV 581 mum 9.99 cmCuPlateBPhysicalTransportation - 4 9.29 cm -1.7 cm -9.04 cm 22.7 MeV 0 eV 3.09 cm 13.1 cmLArgPhysicalTransportation - 5 11.9 cm -2.17 cm -11.6 cm 22.7 MeV 0 eV 3.67 cm 16.7 cmBackExcluderTransportation - 6 43.2 cm -7.9 cm -42.1 cm 22.7 MeV 0 eV 44.1 cm 60.9 cmLArgPhysicalTransportation - 7 91.3 cm -16.7 cm -88.9 cm 22.7 MeV 0 eV 67.7 cm 1.29 mCryostatVolumesTransportation - 8 91.6 cm -16.7 cm -89.1 cm 22.7 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 9 96.6 cm -17.6 cm -94 cm 22.7 MeV 0 eV 7.06 cm 1.36 mCryostatVolumesTransportation - 10 96.8 cm -17.7 cm -94.1 cm 22.7 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 11 5 m -91.3 cm -4.86 m 22.7 MeV 0 eV 5.67 m 7.04 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=35.8547 -Edep in FCAL1 FCAl2 : 0 35.8547 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2526 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 26 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -124 mum 10.1 mum 1.74 mum 41 MeV 300 keV 124 mum 124 mumWAbsorberPhysicaleBrem - 2 -797 mum 149 mum 14 mum 39.6 MeV 1.27 MeV 688 mum 812 mumWAbsorberPhysicaleBrem - 3 -1.73 mm 153 mum 132 mum 37.7 MeV 1.75 MeV 942 mum 1.75 mmWAbsorberPhysicaleBrem - 4 -2.11 mm 94.9 mum 250 mum 36.1 MeV 712 keV 408 mum 2.16 mmWAbsorberPhysicaleBrem - 5 -2.28 mm 135 mum 349 mum 35.6 MeV 399 keV 201 mum 2.36 mmWAbsorberPhysicaleBrem - 6 -2.64 mm 204 mum 540 mum 33.3 MeV 633 keV 415 mum 2.78 mmWAbsorberPhysicaleBrem - 7 -3.48 mm 457 mum 1.15 mm 31 MeV 2.22 MeV 1.06 mm 3.84 mmWAbsorberPhysicaleBrem - 8 -5.34 mm 72.5 mum 2.32 mm 26.2 MeV 4.57 MeV 2.27 mm 6.11 mmWAbsorberPhysicaleBrem - 9 -5.68 mm 268 mum 2.61 mm 24.7 MeV 1.04 MeV 491 mum 6.6 mmWAbsorberPhysicaleBrem - 10 -5.77 mm 348 mum 2.77 mm 20.8 MeV 367 keV 202 mum 6.8 mmWAbsorberPhysicaleBrem - 11 -6.04 mm 685 mum 3.42 mm 17.2 MeV 3.13 MeV 859 mum 7.66 mmWAbsorberPhysicaleBrem - 12 -6.1 mm 706 mum 3.46 mm 15 MeV 127 keV 74.7 mum 7.74 mmWAbsorberPhysicaleBrem - 13 -6.28 mm 824 mum 3.58 mm 11.8 MeV 404 keV 246 mum 7.98 mmWAbsorberPhysicaleBrem - 14 -7.22 mm 1.62 mm 3.51 mm 6.1 MeV 3.22 MeV 1.55 mm 9.53 mmWAbsorberPhysicaleBrem - 15 -7.17 mm 1.66 mm 3.92 mm 4.58 MeV 722 keV 422 mum 9.96 mmWAbsorberPhysicaleBrem - 16 -7.06 mm 1.73 mm 4.44 mm 1.77 MeV 2.81 MeV 1.69 mm 1.16 cmWAbsorberPhysicaleIoni - 17 -7.17 mm 1.71 mm 4.5 mm 0 eV 1.77 MeV 833 mum 1.25 cmWAbsorberPhysicaleIoni - 18 -7.17 mm 1.71 mm 4.5 mm 0 eV 0 eV 0 fm 1.25 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.17 mm 1.71 mm 4.5 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.65 mm 1.59 mm 3.85 mm 200 keV 0 eV 841 mum 841 mumWAbsorberPhysicalcompt - 2 -6.72 mm 1.72 mm 3.88 mm 0 eV 69.5 keV 157 mum 998 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.72 mm 1.72 mm 3.88 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.72 mm 1.72 mm 3.88 mm 0 eV 130 keV 24.2 mum 24.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.65 mm 1.59 mm 3.85 mm 311 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.65 mm 1.58 mm 3.84 mm 0 eV 311 keV 91.7 mum 91.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.17 mm 1.71 mm 4.5 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.7 mm 1.83 mm 5.15 mm 0 eV 69.5 keV 843 mum 843 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.7 mm 1.83 mm 5.15 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.71 mm 1.84 mm 5.15 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.17 mm 1.66 mm 3.92 mm 800 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.66 mm 1.07 mm 4.48 mm 780 keV 0 eV 968 mum 968 mumWAbsorberPhysicalcompt - 2 -3.98 mm -3.22 mm 7.19 mm 421 keV 0 eV 5.73 mm 6.7 mmWAbsorberPhysicalcompt - 3 -2.6 mm -2.76 mm 8.22 mm 0 eV 69.5 keV 1.78 mm 8.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.6 mm -2.76 mm 8.22 mm 351 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.6 mm -2.76 mm 8.23 mm 0 eV 351 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.98 mm -3.22 mm 7.19 mm 359 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.98 mm -3.23 mm 7.19 mm 0 eV 359 keV 113 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.66 mm 1.07 mm 4.48 mm 20 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.66 mm 1.07 mm 4.48 mm 0 eV 20 keV 1.14 mum 1.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.22 mm 1.62 mm 3.51 mm 2.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.12 mm 7.6 mm 1.25 cm 1.96 MeV 0 eV 1.09 cm 1.09 cmWAbsorberPhysicalcompt - 2 -9.62 mm 1.04 cm 2.35 cm 952 keV 0 eV 1.14 cm 2.22 cmWAbsorberPhysicalcompt - 3 -9.39 mm 1.09 cm 2.39 cm 430 keV 0 eV 776 mum 2.3 cmWAbsorberPhysicalcompt - 4 -9.17 mm 1.12 cm 2.37 cm 0 eV 69.5 keV 398 mum 2.34 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.17 mm 1.12 cm 2.37 cm 360 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.17 mm 1.12 cm 2.37 cm 0 eV 360 keV 113 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.39 mm 1.09 cm 2.39 cm 522 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.38 mm 1.09 cm 2.4 cm 0 eV 522 keV 189 mum 189 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.62 mm 1.04 cm 2.35 cm 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.63 mm 1.03 cm 2.35 cm 574 keV 198 keV 111 mum 111 mumWAbsorberPhysicaleBrem - 2 -9.62 mm 1.03 cm 2.35 cm 285 keV 42.7 keV 36 mum 147 mumWAbsorberPhysicaleBrem - 3 -9.62 mm 1.03 cm 2.35 cm 0 eV 285 keV 80.8 mum 228 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.62 mm 1.03 cm 2.35 cm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 cm 1.14 cm 2.2 cm 0 eV 69.5 keV 2.41 mm 2.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 cm 1.14 cm 2.2 cm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 cm 1.14 cm 2.2 cm 51.2 keV 126 keV 34 mum 34 mumWAbsorberPhysicaleBrem - 2 -1.12 cm 1.14 cm 2.2 cm 0 eV 51.2 keV 5.3 mum 39.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.63 mm 1.03 cm 2.35 cm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm 1.32 cm 2.25 cm 0 eV 69.5 keV 3.28 mm 3.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm 1.32 cm 2.25 cm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm 1.32 cm 2.25 cm 0 eV 169 keV 36.6 mum 36.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.12 mm 7.6 mm 1.25 cm 554 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.15 mm 7.63 mm 1.25 cm 86.1 keV 361 keV 188 mum 188 mumWAbsorberPhysicaleBrem - 2 -8.15 mm 7.63 mm 1.25 cm 0 eV 86.1 keV 12.5 mum 200 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.15 mm 7.63 mm 1.25 cm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.15 mm 7.72 mm 1.25 cm 0 eV 69.5 keV 86.7 mum 86.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.15 mm 7.72 mm 1.25 cm 37.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.16 mm 7.72 mm 1.25 cm 0 eV 37.5 keV 3.19 mum 3.19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.28 mm 824 mum 3.58 mm 2.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.99 cm 2.1 cm 3.3 cm 0 eV 0 eV 4.9 cm 4.9 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 39, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.99 cm 2.1 cm 3.3 cm 688 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.99 cm 2.1 cm 3.3 cm 0 eV 688 keV 270 mum 270 mumWAbsorberPhysicaleIoni - 2 -3.99 cm 2.1 cm 3.3 cm 0 eV 0 eV 0 fm 270 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.99 cm 2.1 cm 3.3 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 cm 4.04 cm 3.2 cm 0 eV 69.5 keV 1.95 cm 1.95 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.01 cm 4.04 cm 3.2 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 cm 4.04 cm 3.2 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.99 cm 2.1 cm 3.3 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.99 cm 2.08 cm 3.3 cm 0 eV 69.5 keV 178 mum 178 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.99 cm 2.08 cm 3.3 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.99 cm 2.08 cm 3.3 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.99 cm 2.1 cm 3.3 cm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.99 cm 2.1 cm 3.3 cm 0 eV 1.06 MeV 457 mum 457 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.1 mm 706 mum 3.46 mm 2.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.47 cm 5.1 mm 1.01 cm 487 keV 0 eV 1.17 cm 1.17 cmWAbsorberPhysicalcompt - 2 -1.79 cm 1.02 cm 5.38 mm 182 keV 0 eV 7.63 mm 1.94 cmWAbsorberPhysicalcompt - 3 -1.71 cm 8.81 mm 5.33 mm 0 eV 69.5 keV 1.58 mm 2.1 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm 8.81 mm 5.33 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm 8.81 mm 5.33 mm 0 eV 112 keV 19.1 mum 19.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 cm 1.02 cm 5.38 mm 305 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.79 cm 1.02 cm 5.37 mm 0 eV 305 keV 89.2 mum 89.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 cm 5.1 mm 1.01 cm 1.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 cm 5.01 mm 1.01 cm 806 keV 617 keV 351 mum 351 mumWAbsorberPhysicaleBrem - 2 -1.49 cm 5 mm 1.01 cm 0 eV 806 keV 329 mum 680 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 cm 5.01 mm 1.01 cm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 cm 4.97 mm 1 cm 0 eV 69.5 keV 63.8 mum 63.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 cm 4.97 mm 1 cm 47 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 cm 4.97 mm 1 cm 0 eV 47 keV 4.62 mum 4.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.04 mm 685 mum 3.42 mm 477 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 cm 8.06 mm 1.53 cm 0 eV 69.5 keV 2.15 cm 2.15 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 cm 8.06 mm 1.53 cm 407 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 cm 8.06 mm 1.52 cm 0 eV 407 keV 134 mum 134 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.77 mm 348 mum 2.77 mm 3.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.93 cm 1.94 cm 3.23 cm 2.64 MeV 0 eV 4.23 cm 4.23 cmWAbsorberPhysicalcompt - 2 -3.35 cm 2.37 cm 3.53 cm 0 eV 69.5 keV 6.66 mm 4.9 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.35 cm 2.37 cm 3.53 cm 2.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.35 cm 2.4 cm 3.52 cm 1.08 MeV 874 keV 555 mum 555 mumWAbsorberPhysicaleBrem - 2 -3.34 cm 2.4 cm 3.51 cm 0 eV 1.08 MeV 469 mum 1.02 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.35 cm 2.4 cm 3.52 cm 612 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.04 cm 2.47 cm 3.21 cm 280 keV 0 eV 4.36 mm 4.36 mmWAbsorberPhysicalcompt - 2 -3.06 cm 2.43 cm 3.19 cm 143 keV 0 eV 434 mum 4.79 mmWAbsorberPhysicalcompt - 3 -3.05 cm 2.44 cm 3.19 cm 0 eV 69.5 keV 119 mum 4.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.05 cm 2.44 cm 3.19 cm 73.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.05 cm 2.44 cm 3.19 cm 0 eV 73.2 keV 9.57 mum 9.57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.06 cm 2.43 cm 3.19 cm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.06 cm 2.43 cm 3.19 cm 0 eV 137 keV 26.4 mum 26.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.04 cm 2.47 cm 3.21 cm 332 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.04 cm 2.47 cm 3.21 cm 0 eV 332 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.93 cm 1.94 cm 3.23 cm 968 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.92 cm 1.94 cm 3.24 cm 402 keV 443 keV 113 mum 113 mumWAbsorberPhysicaleBrem - 2 -2.92 cm 1.94 cm 3.24 cm 0 eV 402 keV 132 mum 245 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.92 cm 1.94 cm 3.24 cm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 cm 1.92 cm 3.24 cm 0 eV 69.5 keV 232 mum 232 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 cm 1.92 cm 3.24 cm 53.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 cm 1.92 cm 3.24 cm 0 eV 53.4 keV 5.7 mum 5.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.68 mm 268 mum 2.61 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.52 mm 2.33 mm 7.81 mm 192 keV 0 eV 6.27 mm 6.27 mmWAbsorberPhysicalcompt - 2 -8.43 mm 2.04 mm 7.79 mm 0 eV 69.5 keV 307 mum 6.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.43 mm 2.04 mm 7.79 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.43 mm 2.03 mm 7.79 mm 0 eV 123 keV 22.1 mum 22.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.52 mm 2.33 mm 7.81 mm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.52 mm 2.33 mm 7.81 mm 0 eV 249 keV 65.9 mum 65.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.34 mm 72.5 mum 2.32 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.4 mm 96.6 mum 2.37 mm 0 eV 69.5 keV 83 mum 83 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.4 mm 96.6 mum 2.37 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.4 mm 96.5 mum 2.37 mm 0 eV 103 keV 16.5 mum 16.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.48 mm 457 mum 1.15 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.58 mm 463 mum 1.18 mm 0 eV 69.5 keV 106 mum 106 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.58 mm 463 mum 1.18 mm 52.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.58 mm 463 mum 1.18 mm 0 eV 52.3 keV 5.5 mum 5.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm 204 mum 540 mum 1.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.78 mm 406 mum 1.14 mm 1.34 MeV 0 eV 1.3 mm 1.3 mmWAbsorberPhysicalcompt - 2 -6.04 mm -133 mum 2.4 mm 764 keV 0 eV 2.63 mm 3.94 mmWAbsorberPhysicalcompt - 3 -8.71 mm 1.77 mm 7.6 mm 219 keV 0 eV 6.15 mm 1.01 cmWAbsorberPhysicalcompt - 4 -7.19 mm 1.94 mm 7.04 mm 0 eV 69.5 keV 1.63 mm 1.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.19 mm 1.94 mm 7.04 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.19 mm 1.94 mm 7.04 mm 0 eV 150 keV 30.2 mum 30.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.71 mm 1.77 mm 7.6 mm 545 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.72 mm 1.78 mm 7.61 mm 0 eV 545 keV 200 mum 200 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.04 mm -133 mum 2.4 mm 580 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.05 mm -142 mum 2.39 mm 0 eV 580 keV 217 mum 217 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.78 mm 406 mum 1.14 mm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.79 mm 411 mum 1.14 mm 0 eV 277 keV 77.6 mum 77.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 mm 135 mum 349 mum 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.29 mm 135 mum 349 mum 0 eV 69.5 keV 601 nm 601 nmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.29 mm 135 mum 349 mum 48.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.29 mm 134 mum 349 mum 0 eV 48.6 keV 4.86 mum 4.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.11 mm 94.9 mum 250 mum 898 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 cm 4.26 mm 1.48 cm 200 keV 0 eV 3.09 cm 3.09 cmWAbsorberPhysicalcompt - 2 -2.89 cm 4.23 mm 1.47 cm 0 eV 69.5 keV 196 mum 3.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.89 cm 4.23 mm 1.47 cm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.89 cm 4.23 mm 1.47 cm 0 eV 131 keV 24.3 mum 24.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 cm 4.26 mm 1.48 cm 698 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 cm 4.23 mm 1.48 cm 339 keV 166 keV 62.7 mum 62.7 mumWAbsorberPhysicaleBrem - 2 -2.9 cm 4.23 mm 1.48 cm 0 eV 339 keV 104 mum 167 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 cm 4.23 mm 1.48 cm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 cm 4.21 mm 1.49 cm 0 eV 69.5 keV 96.3 mum 96.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 cm 4.21 mm 1.49 cm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 cm 4.21 mm 1.49 cm 0 eV 123 keV 22 mum 22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 mm 153 mum 132 mum 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm 135 mum 210 mum 0 eV 69.5 keV 215 mum 215 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm 135 mum 210 mum 97.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm 136 mum 210 mum 0 eV 97.3 keV 15.2 mum 15.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -797 mum 149 mum 14 mum 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -919 mum 177 mum 24.7 mum 0 eV 69.5 keV 126 mum 126 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -919 mum 177 mum 24.7 mum 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -920 mum 177 mum 23.5 mum 0 eV 107 keV 17.7 mum 17.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -124 mum 10.1 mum 1.74 mum 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -426 mum 41.3 mum 3.11 mum 0 eV 69.5 keV 304 mum 304 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -426 mum 41.3 mum 3.11 mum 52.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -426 mum 40.9 mum 3.26 mum 0 eV 52.4 keV 5.52 mum 5.52 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 14.7 cm -11.2 cm -6.07 cm 39.8 MeV 0 eV 19.4 cm 19.4 cmF2RodPhysicalTransportation - 2 15 cm -11.4 cm -6.17 cm 39.8 MeV 0 eV 3.29 mm 19.8 cmF2LArGapPhysicalTransportation - 3 15 cm -11.4 cm -6.19 cm 39.8 MeV 0 eV 412 mum 19.8 cmCuPlateBPhysicalTransportation - 4 15.6 cm -11.9 cm -6.46 cm 39.8 MeV 0 eV 8.65 mm 20.7 cmLArgPhysicalTransportation - 5 28 cm -21.3 cm -11.6 cm 39.8 MeV 0 eV 16.4 cm 37.1 cmBackExcluderTransportation - 6 34.5 cm -26.2 cm -14.3 cm 39.8 MeV 0 eV 8.55 cm 45.6 cmLArgPhysicalTransportation - 7 1.18 m -89.5 cm -48.6 cm 39.8 MeV 0 eV 1.1 m 1.56 mCryostatVolumesTransportation - 8 1.18 m -89.7 cm -48.8 cm 39.8 MeV 0 eV 3.67 mm 1.56 mInsulationPhysicalTransportation - 9 1.25 m -94.7 cm -51.4 cm 39.8 MeV 0 eV 8.55 cm 1.65 mCryostatVolumesTransportation - 10 1.25 m -94.8 cm -51.5 cm 39.8 MeV 0 eV 3.06 mm 1.65 mMotherTransportation - 11 5 m -3.8 m -2.06 m 39.8 MeV 0 eV 4.96 m 6.61 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 23.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 10.3 cm 16.2 cm 9.38 cm 23.8 MeV 0 eV 21.4 cm 21.4 cmF2TroffMainPhysicalTransportation - 2 10.9 cm 17.1 cm 9.9 cm 23.8 MeV 0 eV 1.19 cm 22.6 cmLArgPhysicalTransportation - 3 62.2 cm 97.5 cm 56.4 cm 23.8 MeV 0 eV 1.06 m 1.29 mCryostatVolumesTransportation - 4 94.6 cm 1.48 m 85.8 cm 23.8 MeV 0 eV 67.1 cm 1.96 mInsulationPhysicalTransportation - 5 99.8 cm 1.57 m 90.5 cm 23.8 MeV 0 eV 10.7 cm 2.07 mCryostatVolumesTransportation - 6 1 m 1.57 m 90.7 cm 23.8 MeV 0 eV 3.83 mm 2.07 mMotherTransportation - 7 3.19 m 5 m 2.89 m 23.8 MeV 0 eV 4.53 m 6.6 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=42.493 -Edep in FCAL1 FCAl2 : 0 42.493 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2527 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 27 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -23 mum 84.9 mum 653 mum 48.7 MeV 1.51 MeV 661 mum 661 mumWAbsorberPhysicaleBrem - 2 -16.2 mum 147 mum 1.16 mm 31 MeV 1.08 MeV 509 mum 1.17 mmWAbsorberPhysicaleBrem - 3 -133 mum 269 mum 2.04 mm 28.5 MeV 1.78 MeV 891 mum 2.06 mmWAbsorberPhysicaleBrem - 4 -137 mum 270 mum 2.12 mm 27.3 MeV 122 keV 75.3 mum 2.14 mmWAbsorberPhysicaleBrem - 5 -143 mum 270 mum 2.16 mm 25.8 MeV 86.1 keV 46.6 mum 2.18 mmWAbsorberPhysicaleBrem - 6 -158 mum 272 mum 2.3 mm 21.6 MeV 198 keV 136 mum 2.32 mmWAbsorberPhysicaleIoni - 7 -306 mum 279 mum 2.64 mm 19.9 MeV 949 keV 374 mum 2.69 mmWAbsorberPhysicaleBrem - 8 -356 mum 305 mum 2.86 mm 17.1 MeV 398 keV 230 mum 2.92 mmWAbsorberPhysicaleBrem - 9 -416 mum 160 mum 3.67 mm 14.1 MeV 2.18 MeV 916 mum 3.84 mmWAbsorberPhysicaleBrem - 10 -570 mum 461 mum 4.76 mm 9.61 MeV 4.22 MeV 1.09 mm 4.93 mmWAbsorberPhysicaleBrem - 11 -637 mum 462 mum 4.9 mm 8.54 MeV 384 keV 165 mum 5.1 mmWAbsorberPhysicaleBrem - 12 -923 mum 543 mum 5.49 mm 7.02 MeV 1.19 MeV 715 mum 5.81 mmWAbsorberPhysicaleBrem - 13 -905 mum 505 mum 5.56 mm 3.02 MeV 198 keV 79.4 mum 5.89 mmWAbsorberPhysicaleBrem - 14 -833 mum -141 mum 6.36 mm 617 keV 2.41 MeV 1.35 mm 7.24 mmWAbsorberPhysicaleIoni - 15 -816 mum -119 mum 6.36 mm 0 eV 617 keV 219 mum 7.46 mmWAbsorberPhysicalannihil - 16 -816 mum -119 mum 6.36 mm 0 eV 0 eV 0 fm 7.46 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -816 mum -119 mum 6.36 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 mm -2.15 mm 8.61 mm 0 eV 69.5 keV 3.13 mm 3.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 mm -2.15 mm 8.61 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 mm -2.15 mm 8.63 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -816 mum -119 mum 6.36 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm 6.3 mm -759 mum 0 eV 69.5 keV 9.88 mm 9.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 mm 6.3 mm -759 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 mm 6.28 mm -783 mum 103 keV 162 keV 81.3 mum 81.3 mumWAbsorberPhysicaleBrem - 2 1.55 mm 6.28 mm -782 mum 0 eV 103 keV 16.5 mum 97.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 mm 6.28 mm -783 mum 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 mm 5.69 mm -1.12 mm 0 eV 69.5 keV 738 mum 738 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 mm 5.69 mm -1.12 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 mm 5.69 mm -1.12 mm 0 eV 107 keV 17.8 mum 17.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -905 mum 505 mum 5.56 mm 3.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.44 mm 6.24 mm 1.33 cm 1.55 MeV 0 eV 1.16 cm 1.16 cmWAbsorberPhysicalcompt - 2 1.47 cm 5.5 mm 2.01 cm 320 keV 0 eV 1.15 cm 2.31 cmWAbsorberPhysicalcompt - 3 1.54 cm 5.2 mm 1.82 cm 0 eV 69.5 keV 1.97 mm 2.5 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 cm 5.2 mm 1.82 cm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.54 cm 5.2 mm 1.82 cm 0 eV 251 keV 43.7 mum 43.7 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.47 cm 5.5 mm 2.01 cm 1.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 cm 5.5 mm 2.01 cm 0 eV 1.23 MeV 547 mum 547 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.44 mm 6.24 mm 1.33 cm 2.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.06 mm 6.68 mm 1.32 cm 289 keV 1.85 MeV 980 mum 980 mumWAbsorberPhysicaleBrem - 2 5.06 mm 6.69 mm 1.32 cm 0 eV 289 keV 82.6 mum 1.06 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.06 mm 6.68 mm 1.32 cm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.05 mm 6.71 mm 1.32 cm 0 eV 69.5 keV 26.9 mum 26.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.05 mm 6.71 mm 1.32 cm 43.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.05 mm 6.71 mm 1.32 cm 0 eV 43.9 keV 4.14 mum 4.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -923 mum 543 mum 5.49 mm 326 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -993 mum -145 mum 6.57 mm 0 eV 69.5 keV 1.28 mm 1.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -993 mum -145 mum 6.57 mm 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -994 mum -146 mum 6.58 mm 0 eV 256 keV 68.8 mum 68.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -637 mum 462 mum 4.9 mm 685 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4 mm -3.72 mm 1.37 cm 0 eV 69.5 keV 1.03 cm 1.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4 mm -3.72 mm 1.37 cm 616 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.04 mm -3.71 mm 1.37 cm 429 keV 69.8 keV 48.8 mum 48.8 mumWAbsorberPhysicaleBrem - 2 -4.04 mm -3.71 mm 1.37 cm 0 eV 429 keV 124 mum 173 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.04 mm -3.71 mm 1.37 cm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.05 mm -3.72 mm 1.38 cm 0 eV 69.5 keV 39.8 mum 39.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.05 mm -3.72 mm 1.38 cm 47.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.05 mm -3.72 mm 1.38 cm 0 eV 47.5 keV 4.69 mum 4.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -570 mum 461 mum 4.76 mm 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -615 mum 440 mum 4.87 mm 0 eV 69.5 keV 125 mum 125 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -615 mum 440 mum 4.87 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -614 mum 441 mum 4.88 mm 0 eV 206 keV 49.7 mum 49.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -416 mum 160 mum 3.67 mm 858 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.09 mm 1.15 mm 1.71 cm 839 keV 0 eV 1.55 cm 1.55 cmWAbsorberPhysicalcompt - 2 -1.4 cm 2.17 mm 2.44 cm 0 eV 69.5 keV 9.48 mm 2.5 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 cm 2.17 mm 2.44 cm 769 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 cm 2.17 mm 2.44 cm 0 eV 769 keV 311 mum 311 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.09 mm 1.15 mm 1.71 cm 19.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.09 mm 1.15 mm 1.71 cm 0 eV 19.9 keV 1.13 mum 1.13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -356 mum 305 mum 2.86 mm 2.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.94 mm 2.43 mm 2.19 cm 293 keV 0 eV 1.95 cm 1.95 cmWAbsorberPhysicalcompt - 2 -4.33 mm 2.39 mm 2.15 cm 0 eV 69.5 keV 525 mum 2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.33 mm 2.39 mm 2.15 cm 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.33 mm 2.39 mm 2.15 cm 0 eV 223 keV 56.2 mum 56.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.94 mm 2.43 mm 2.19 cm 2.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.71 mm 2.19 mm 2.21 cm 775 keV 1.1 MeV 566 mum 566 mumWAbsorberPhysicaleBrem - 2 -3.73 mm 2.17 mm 2.21 cm 0 eV 775 keV 314 mum 879 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.71 mm 2.19 mm 2.21 cm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.8 mm 2.11 mm 2.2 cm 0 eV 69.5 keV 129 mum 129 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.8 mm 2.11 mm 2.2 cm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.8 mm 2.11 mm 2.2 cm 0 eV 157 keV 32.4 mum 32.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -306 mum 279 mum 2.64 mm 692 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -964 mum 282 mum 6.48 mm 544 keV 0 eV 3.9 mm 3.9 mmWAbsorberPhysicalcompt - 2 -557 mum 310 mum 7.27 mm 396 keV 0 eV 890 mum 4.79 mmWAbsorberPhysicalcompt - 3 -851 mum -395 mum 8.51 mm 193 keV 0 eV 1.45 mm 6.24 mmWAbsorberPhysicalcompt - 4 -848 mum -397 mum 8.5 mm 0 eV 69.5 keV 3.8 mum 6.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -848 mum -397 mum 8.5 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -847 mum -396 mum 8.5 mm 0 eV 123 keV 22.2 mum 22.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -851 mum -395 mum 8.51 mm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -852 mum -395 mum 8.51 mm 0 eV 203 keV 48.3 mum 48.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -557 mum 310 mum 7.27 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -557 mum 310 mum 7.27 mm 21 keV 76.9 eV 39.4 nm 39.4 nmWAbsorberPhysicaleBrem - 2 -557 mum 310 mum 7.27 mm 0 eV 21 keV 1.24 mum 1.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -557 mum 310 mum 7.27 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -512 mum 358 mum 7.14 mm 0 eV 69.5 keV 149 mum 149 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -512 mum 358 mum 7.14 mm 57.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -512 mum 358 mum 7.14 mm 0 eV 57.8 keV 6.49 mum 6.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -964 mum 282 mum 6.48 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -966 mum 282 mum 6.49 mm 0 eV 148 keV 29.7 mum 29.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -158 mum 272 mum 2.3 mm 4.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -322 mum 189 mum 2.43 mm 3.04 MeV 568 keV 302 mum 302 mumWAbsorberPhysicaleBrem - 2 130 mum 127 mum 2.17 mm 970 keV 1.89 MeV 714 mum 1.02 mmWAbsorberPhysicaleBrem - 3 138 mum 164 mum 2.17 mm 0 eV 970 keV 412 mum 1.43 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 130 mum 127 mum 2.17 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 158 mum 490 mum 2.19 mm 0 eV 69.5 keV 364 mum 364 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 158 mum 490 mum 2.19 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 160 mum 490 mum 2.19 mm 0 eV 108 keV 18 mum 18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -322 mum 189 mum 2.43 mm 458 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.28 mm 3.23 mm 2.41 mm 440 keV 0 eV 4 mm 4 mmWAbsorberPhysicalcompt - 2 4.82 mm 5.73 mm 1.32 mm 0 eV 69.5 keV 3.73 mm 7.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.82 mm 5.73 mm 1.32 mm 370 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.82 mm 5.73 mm 1.31 mm 0 eV 370 keV 118 mum 118 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.28 mm 3.23 mm 2.41 mm 18.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.28 mm 3.23 mm 2.41 mm 0 eV 18.1 keV 982 nm 982 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -143 mum 270 mum 2.16 mm 1.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.14 mm -90.4 mum 1.26 cm 615 keV 0 eV 1.06 cm 1.06 cmWAbsorberPhysicalcompt - 2 -2.95 mm -786 mum 1.3 cm 198 keV 0 eV 1.17 mm 1.18 cmWAbsorberPhysicalcompt - 3 -2.83 mm 1.41 mm 1.16 cm 0 eV 69.5 keV 2.61 mm 1.44 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.83 mm 1.41 mm 1.16 cm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.83 mm 1.41 mm 1.16 cm 0 eV 129 keV 23.7 mum 23.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 mm -786 mum 1.3 cm 417 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.96 mm -793 mum 1.31 cm 0 eV 417 keV 139 mum 139 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 mm -90.4 mum 1.26 cm 757 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm -83.3 mum 1.26 cm 0 eV 757 keV 305 mum 305 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -137 mum 270 mum 2.12 mm 1.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -504 mum 319 mum 6.28 mm 437 keV 0 eV 4.18 mm 4.18 mmWAbsorberPhysicalcompt - 2 -1.67 mm -1.33 mm 6.88 mm 292 keV 0 eV 2.1 mm 6.28 mmWAbsorberPhysicalcompt - 3 -1.66 mm -1.34 mm 6.9 mm 0 eV 69.5 keV 28.7 mum 6.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm -1.34 mm 6.9 mm 222 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 mm -1.34 mm 6.9 mm 0 eV 222 keV 55.7 mum 55.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 mm -1.33 mm 6.88 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 mm -1.33 mm 6.88 mm 0 eV 145 keV 28.8 mum 28.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -504 mum 319 mum 6.28 mm 602 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -501 mum 326 mum 6.3 mm 0 eV 602 keV 228 mum 228 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -133 mum 269 mum 2.04 mm 809 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -739 mum -217 mum 1.28 cm 559 keV 0 eV 1.08 cm 1.08 cmWAbsorberPhysicalcompt - 2 6.66 mm -624 mum 2.13 cm 0 eV 69.5 keV 1.13 cm 2.21 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.66 mm -624 mum 2.13 cm 489 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.67 mm -633 mum 2.14 cm 0 eV 489 keV 173 mum 173 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -739 mum -217 mum 1.28 cm 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -742 mum -217 mum 1.28 cm 0 eV 250 keV 66.2 mum 66.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -16.2 mum 147 mum 1.16 mm 16.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -16.9 mum 174 mum 1.69 mm 0 eV 0 eV 535 mum 535 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 60, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -16.9 mum 174 mum 1.69 mm 8.87 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15.2 mum 163 mum 1.86 mm 6.34 MeV 283 keV 164 mum 164 mumWAbsorberPhysicaleBrem - 2 -327 mum -90.4 mum 2.33 mm 4.41 MeV 1.34 MeV 716 mum 880 mumWAbsorberPhysicaleBrem - 3 -439 mum -538 mum 2.67 mm 2.69 MeV 1.1 MeV 641 mum 1.52 mmWAbsorberPhysicaleBrem - 4 -354 mum -473 mum 3.1 mm 376 keV 859 keV 559 mum 2.08 mmWAbsorberPhysicaleBrem - 5 -358 mum -461 mum 3.11 mm 0 eV 376 keV 118 mum 2.2 mmWAbsorberPhysicaleIoni - 6 -358 mum -461 mum 3.11 mm 0 eV 0 eV 0 fm 2.2 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -358 mum -461 mum 3.11 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 49.2 mum -1.23 mm 2.81 mm 445 keV 0 eV 919 mum 919 mumWAbsorberPhysicalcompt - 2 5.34 mm -5.28 mm -3.48 mm 0 eV 69.5 keV 9.17 mm 1.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.34 mm -5.28 mm -3.48 mm 375 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.35 mm -5.28 mm -3.49 mm 0 eV 375 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 49.2 mum -1.23 mm 2.81 mm 66.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 49.1 mum -1.23 mm 2.81 mm 0 eV 66.4 keV 8.14 mum 8.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -358 mum -461 mum 3.11 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm 2.61 mm 4.32 mm 0 eV 69.5 keV 3.68 mm 3.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 mm 2.61 mm 4.32 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 mm 2.62 mm 4.32 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -354 mum -473 mum 3.1 mm 1.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -926 mum 2.53 mm 3.45 mm 404 keV 0 eV 3.08 mm 3.08 mmWAbsorberPhysicalcompt - 2 -959 mum 3.23 mm 37.5 mum 391 keV 0 eV 3.48 mm 6.56 mmWAbsorberPhysicalcompt - 3 -1.42 mm 6.17 mm -5.52 mm 0 eV 69.5 keV 6.31 mm 1.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm 6.17 mm -5.52 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm 6.17 mm -5.53 mm 0 eV 321 keV 95.9 mum 95.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -959 mum 3.23 mm 37.5 mum 13.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -959 mum 3.22 mm 37.5 mum 0 eV 13.2 keV 597 nm 597 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -926 mum 2.53 mm 3.45 mm 1.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -933 mum 2.57 mm 3.47 mm 0 eV 1.05 MeV 359 mum 359 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -439 mum -538 mum 2.67 mm 616 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 mm -1.39 mm 4.05 mm 0 eV 69.5 keV 2.82 mm 2.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.87 mm -1.39 mm 4.05 mm 547 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm -1.4 mm 4.05 mm 0 eV 547 keV 201 mum 201 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -327 mum -90.4 mum 2.33 mm 597 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4 mm -1.02 cm 2.15 cm 505 keV 0 eV 2.21 cm 2.21 cmWAbsorberPhysicalcompt - 2 5.32 mm -1.17 cm 2.26 cm 0 eV 69.5 keV 2.35 mm 2.44 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.32 mm -1.17 cm 2.26 cm 435 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.33 mm -1.18 cm 2.26 cm 0 eV 435 keV 147 mum 147 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4 mm -1.02 cm 2.15 cm 92 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4 mm -1.02 cm 2.15 cm 0 eV 92 keV 13.9 mum 13.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -15.2 mum 163 mum 1.86 mm 2.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.89 mm 5.08 mm 2.95 cm 257 keV 0 eV 2.83 cm 2.83 cmWAbsorberPhysicalcompt - 2 5.13 mm 5.15 mm 2.74 cm 0 eV 69.5 keV 2.4 mm 3.07 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.13 mm 5.15 mm 2.74 cm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.13 mm 5.15 mm 2.74 cm 0 eV 188 keV 43.1 mum 43.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.89 mm 5.08 mm 2.95 cm 1.99 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.89 mm 5.1 mm 2.96 cm 0 eV 1.99 MeV 927 mum 927 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -16.9 mum 174 mum 1.69 mm 6.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm 383 mum 2.33 mm 3.2 MeV 3.33 MeV 1.51 mm 1.51 mmWAbsorberPhysicaleBrem - 2 848 mum -262 mum 2.39 mm 929 keV 2.1 MeV 997 mum 2.5 mmWAbsorberPhysicaleBrem - 3 874 mum -260 mum 2.37 mm 0 eV 929 keV 392 mum 2.9 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 848 mum -262 mum 2.39 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm -162 mum 2.19 mm 0 eV 69.5 keV 461 mum 461 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm -162 mum 2.19 mm 96.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm -163 mum 2.19 mm 0 eV 96.7 keV 15 mum 15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm 383 mum 2.33 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 350 mum 251 mum 1.93 mm 0 eV 69.5 keV 905 mum 905 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 350 mum 251 mum 1.93 mm 99.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 349 mum 250 mum 1.93 mm 0 eV 99.9 keV 15.8 mum 15.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -23 mum 84.9 mum 653 mum 759 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -25.1 mum 110 mum 993 mum 0 eV 69.5 keV 340 mum 340 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -25.1 mum 110 mum 993 mum 689 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -31.3 mum 114 mum 1.01 mm 0 eV 689 keV 271 mum 271 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -45.6 mum -1.53 cm -6.55 cm 47.8 MeV 0 eV 6.73 cm 6.73 cmCuPlateBPhysicalTransportation - 2 -62.9 mum -2.11 cm -9.02 cm 47.8 MeV 0 eV 2.54 cm 9.27 cmLArgPhysicalTransportation - 3 -80.7 mum -2.71 cm -11.6 cm 47.8 MeV 0 eV 2.63 cm 11.9 cmBackExcluderTransportation - 4 -810 mum -27.2 cm -1.16 m 47.8 MeV 0 eV 1.07 m 1.19 mLArgPhysicalTransportation - 5 -888 mum -29.8 cm -1.27 m 47.8 MeV 0 eV 11.5 cm 1.31 mCryostatVolumesTransportation - 6 -890 mum -29.9 cm -1.28 m 47.8 MeV 0 eV 3.08 mm 1.31 mInsulationPhysicalTransportation - 7 -939 mum -31.6 cm -1.35 m 47.8 MeV 0 eV 7.19 cm 1.38 mCryostatVolumesTransportation - 8 -940 mum -31.6 cm -1.35 m 47.8 MeV 0 eV 2.57 mm 1.39 mMotherTransportation - 9 -1.3 mm -43.8 cm -1.87 m 47.8 MeV 0 eV 53.4 cm 1.92 mBigScintPhysicalTransportation - 10 -1.32 mm -44.3 cm -1.89 m 47.8 MeV 0 eV 2.05 cm 1.94 mMotherTransportation - 11 -1.36 mm -45.7 cm -1.95 m 47.8 MeV 0 eV 6.16 cm 2 mBigIronPhysicalTransportation - 12 -1.43 mm -48 cm -2.05 m 47.8 MeV 0 eV 10.3 cm 2.11 mMotherTransportation - 13 -1.44 mm -48.5 cm -2.07 m 47.8 MeV 0 eV 2.05 cm 2.13 mBigScintPhysicalTransportation - 14 -1.46 mm -48.9 cm -2.09 m 47.8 MeV 0 eV 2.05 cm 2.15 mMotherTransportation - 15 -1.49 mm -50.1 cm -2.14 m 47.8 MeV 0 eV 5.14 cm 2.2 mBigIronPhysicalTransportation - 16 -1.56 mm -52.5 cm -2.24 m 47.8 MeV 0 eV 10.3 cm 2.3 mMotherTransportation - 17 -1.59 mm -53.4 cm -2.28 m 47.8 MeV 0 eV 4.11 cm 2.34 mBigScintPhysicalTransportation - 18 -1.6 mm -53.9 cm -2.3 m 47.8 MeV 0 eV 2.05 cm 2.36 mMotherTransportation - 19 -2.06 mm -69.1 cm -2.95 m 47.8 MeV 0 eV 66.8 cm 3.03 mConcWallAPhysicalTransportation - 20 -3.17 mm -1.07 m -4.55 m 47.8 MeV 0 eV 1.64 m 4.67 mConcWallBPhysicalTransportation - 21 -3.57 mm -1.2 m -5.12 m 47.8 MeV 0 eV 59 cm 5.26 mMotherTransportation - 22 -1.49 cm -5 m -21.4 m 47.8 MeV 0 eV 16.7 m 21.9 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 6.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.39 cm 5.85 cm -6.91 cm 6.36 MeV 0 eV 10.1 cm 10.1 cmCuPlateBPhysicalTransportation - 2 -6.05 cm 8.06 cm -9.53 cm 6.36 MeV 0 eV 3.8 cm 13.9 cmLArgPhysicalTransportation - 3 -7.36 cm 9.8 cm -11.6 cm 6.36 MeV 0 eV 2.99 cm 16.9 cmBackExcluderTransportation - 4 -24.2 cm 32.2 cm -38.1 cm 6.36 MeV 0 eV 38.5 cm 55.4 cmLArgPhysicalTransportation - 5 -68.4 cm 91 cm -1.08 m 6.36 MeV 0 eV 1.01 m 1.57 mCryostatVolumesTransportation - 6 -68.5 cm 91.3 cm -1.08 m 6.36 MeV 0 eV 3.69 mm 1.57 mInsulationPhysicalTransportation - 7 -72.3 cm 96.3 cm -1.14 m 6.36 MeV 0 eV 8.6 cm 1.66 mCryostatVolumesTransportation - 8 -72.4 cm 96.4 cm -1.14 m 6.36 MeV 0 eV 3.07 mm 1.66 mMotherTransportation - 9 -3.75 m 5 m -5.91 m 6.36 MeV 0 eV 6.94 m 8.6 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=52.0072 -Edep in FCAL1 FCAl2 : 0 52.0072 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2528 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 28 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 49.3 mum -70.3 mum -575 mum 29.4 MeV 1.1 MeV 580 mum 580 mumWAbsorberPhysicaleBrem - 2 225 mum -461 mum -1.44 mm 27 MeV 1.99 MeV 967 mum 1.55 mmWAbsorberPhysicaleBrem - 3 395 mum -734 mum -2.16 mm 25 MeV 1.73 MeV 795 mum 2.34 mmWAbsorberPhysicaleBrem - 4 410 mum -808 mum -2.24 mm 24 MeV 170 keV 106 mum 2.45 mmWAbsorberPhysicaleBrem - 5 379 mum -1.24 mm -2.69 mm 11.6 MeV 2 MeV 633 mum 3.08 mmWAbsorberPhysicaleBrem - 6 -482 mum -1.75 mm -3.33 mm 9.39 MeV 2.14 MeV 1.22 mm 4.3 mmWAbsorberPhysicaleBrem - 7 -363 mum -1.69 mm -3.17 mm 6.53 MeV 380 keV 207 mum 4.51 mmWAbsorberPhysicaleBrem - 8 -82.4 mum -1.66 mm -3.1 mm 5.55 MeV 543 keV 291 mum 4.8 mmWAbsorberPhysicaleBrem - 9 929 mum -1.41 mm -3.81 mm 1.15 MeV 3.01 MeV 1.38 mm 6.18 mmWAbsorberPhysicaleBrem - 10 910 mum -1.44 mm -3.75 mm 0 eV 1.15 MeV 508 mum 6.69 mmWAbsorberPhysicaleIoni - 11 910 mum -1.44 mm -3.75 mm 0 eV 0 eV 0 fm 6.69 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 910 mum -1.44 mm -3.75 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.89 mm 555 mum -4.5 mm 0 eV 69.5 keV 2.9 mm 2.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.89 mm 555 mum -4.5 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.9 mm 560 mum -4.5 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 910 mum -1.44 mm -3.75 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 251 mum -2.1 mm -3.5 mm 0 eV 69.5 keV 968 mum 968 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 251 mum -2.1 mm -3.5 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 245 mum -2.11 mm -3.5 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 929 mum -1.41 mm -3.81 mm 1.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.18 mm -1.82 cm 1.19 cm 613 keV 0 eV 2.3 cm 2.3 cmWAbsorberPhysicalcompt - 2 3.79 mm -1.75 cm 1.6 cm 444 keV 0 eV 4.46 mm 2.75 cmWAbsorberPhysicalcompt - 3 3.26 mm -2.07 cm 2.15 cm 0 eV 69.5 keV 6.35 mm 3.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 mm -2.07 cm 2.15 cm 374 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 mm -2.07 cm 2.15 cm 0 eV 374 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.79 mm -1.75 cm 1.6 cm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.79 mm -1.75 cm 1.6 cm 0 eV 169 keV 36.5 mum 36.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.18 mm -1.82 cm 1.19 cm 780 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 mm -1.82 cm 1.19 cm 0 eV 780 keV 316 mum 316 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -82.4 mum -1.66 mm -3.1 mm 430 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 607 mum -1.58 mm -2.9 mm 0 eV 69.5 keV 722 mum 722 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 607 mum -1.58 mm -2.9 mm 361 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 611 mum -1.58 mm -2.89 mm 0 eV 361 keV 113 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -363 mum -1.69 mm -3.17 mm 2.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.24 mm -642 mum -1.66 mm 463 keV 0 eV 4.95 mm 4.95 mmWAbsorberPhysicalcompt - 2 3.06 mm 3.87 mm 546 mum 191 keV 0 eV 5.16 mm 1.01 cmWAbsorberPhysicalcompt - 3 3.32 mm 3.79 mm -223 mum 0 eV 69.5 keV 817 mum 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.32 mm 3.79 mm -223 mum 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.32 mm 3.78 mm -225 mum 0 eV 122 keV 21.7 mum 21.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.06 mm 3.87 mm 546 mum 272 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.06 mm 3.86 mm 566 mum 39.5 keV 85.8 keV 46.6 mum 46.6 mumWAbsorberPhysicaleBrem - 2 3.06 mm 3.86 mm 567 mum 0 eV 39.5 keV 3.46 mum 50.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.06 mm 3.86 mm 566 mum 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.48 mm 3.62 mm 775 mum 0 eV 69.5 keV 524 mum 524 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.48 mm 3.62 mm 775 mum 77.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.47 mm 3.61 mm 775 mum 0 eV 77.1 keV 10.4 mum 10.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.24 mm -642 mum -1.66 mm 2.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.33 mm -317 mum -1.62 mm 333 keV 1.34 MeV 521 mum 521 mumWAbsorberPhysicaleBrem - 2 4.33 mm -324 mum -1.62 mm 0 eV 333 keV 101 mum 622 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.33 mm -317 mum -1.62 mm 350 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.74 mm -1.34 mm -1.79 mm 0 eV 69.5 keV 1.76 mm 1.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.74 mm -1.34 mm -1.79 mm 280 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.75 mm -1.35 mm -1.8 mm 112 keV 62.9 keV 31.1 mum 31.1 mumWAbsorberPhysicaleBrem - 2 5.75 mm -1.35 mm -1.8 mm 0 eV 112 keV 19 mum 50 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.75 mm -1.35 mm -1.8 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.73 mm -1.35 mm -1.77 mm 0 eV 69.5 keV 35.8 mum 35.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.73 mm -1.35 mm -1.77 mm 36.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.73 mm -1.35 mm -1.77 mm 0 eV 36.2 keV 3.01 mum 3.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -482 mum -1.75 mm -3.33 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -391 mum -1.71 mm -3.25 mm 0 eV 69.5 keV 127 mum 127 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -391 mum -1.71 mm -3.25 mm 38.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -390 mum -1.71 mm -3.25 mm 0 eV 38.3 keV 3.29 mum 3.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 379 mum -1.24 mm -2.69 mm 10.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -348 mum -3.05 mm -4.86 mm 0 eV 0 eV 2.92 mm 2.92 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 33, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -348 mum -3.05 mm -4.86 mm 2.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -666 mum -3.68 mm -4.44 mm 229 keV 2.17 MeV 1.14 mm 1.14 mmWAbsorberPhysicaleIoni - 2 -668 mum -3.67 mm -4.44 mm 0 eV 229 keV 56.2 mum 1.19 mmWAbsorberPhysicaleIoni - 3 -668 mum -3.67 mm -4.44 mm 0 eV 0 eV 0 fm 1.19 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -668 mum -3.67 mm -4.44 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -501 mum -3.94 mm -4.56 mm 397 keV 0 eV 331 mum 331 mumWAbsorberPhysicalcompt - 2 7.51 mm -1.32 cm 751 mum 328 keV 0 eV 1.33 cm 1.36 cmWAbsorberPhysicalcompt - 3 8.01 mm -1.32 cm 784 mum 0 eV 69.5 keV 501 mum 1.42 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.01 mm -1.32 cm 784 mum 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.01 mm -1.32 cm 783 mum 0 eV 258 keV 69.7 mum 69.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.51 mm -1.32 cm 751 mum 68.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.51 mm -1.32 cm 751 mum 0 eV 68.9 keV 8.68 mum 8.68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -501 mum -3.94 mm -4.56 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -501 mum -3.94 mm -4.56 mm 0 eV 114 keV 19.7 mum 19.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -668 mum -3.67 mm -4.44 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.92 mm -1.7 mm -3.58 mm 0 eV 69.5 keV 2.49 mm 2.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 mm -1.7 mm -3.58 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm -1.7 mm -3.57 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -348 mum -3.05 mm -4.86 mm 6.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -406 mum -3.2 mm -4.96 mm 6.2 MeV 312 keV 190 mum 190 mumWAbsorberPhysicaleBrem - 2 -364 mum -3.17 mm -5 mm 5.4 MeV 135 keV 66 mum 256 mumWAbsorberPhysicaleBrem - 3 -349 mum -3.07 mm -5.11 mm 4.79 MeV 378 keV 147 mum 403 mumWAbsorberPhysicaleBrem - 4 -299 mum -3.03 mm -5.17 mm 3.63 MeV 639 keV 105 mum 508 mumWAbsorberPhysicaleBrem - 5 -380 mum -2.79 mm -5.35 mm 1.9 MeV 915 keV 295 mum 803 mumWAbsorberPhysicaleBrem - 6 -408 mum -2.51 mm -5.26 mm 580 keV 704 keV 454 mum 1.26 mmWAbsorberPhysicaleBrem - 7 -414 mum -2.51 mm -5.25 mm 0 eV 580 keV 217 mum 1.47 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -408 mum -2.51 mm -5.26 mm 617 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -662 mum -2.46 mm -4.24 mm 0 eV 69.5 keV 1.06 mm 1.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -662 mum -2.46 mm -4.24 mm 548 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -666 mum -2.47 mm -4.23 mm 0 eV 548 keV 201 mum 201 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -380 mum -2.79 mm -5.35 mm 815 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -517 mum -2.73 mm -5.35 mm 414 keV 0 eV 152 mum 152 mumWAbsorberPhysicalcompt - 2 -2.33 mm -4.29 mm -5.07 mm 185 keV 0 eV 2.41 mm 2.56 mmWAbsorberPhysicalcompt - 3 -1.61 mm -4.49 mm -5.52 mm 115 keV 0 eV 863 mum 3.42 mmWAbsorberPhysicalcompt - 4 -1.64 mm -4.49 mm -5.52 mm 0 eV 69.5 keV 25.4 mum 3.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm -4.49 mm -5.52 mm 45.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm -4.49 mm -5.52 mm 0 eV 45.4 keV 4.38 mum 4.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 mm -4.49 mm -5.52 mm 69.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.61 mm -4.49 mm -5.52 mm 0 eV 69.7 keV 8.83 mum 8.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.33 mm -4.29 mm -5.07 mm 230 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 mm -4.29 mm -5.07 mm 0 eV 230 keV 58.5 mum 58.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -517 mum -2.73 mm -5.35 mm 401 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -551 mum -2.74 mm -5.35 mm 86.7 keV 201 keV 97 mum 97 mumWAbsorberPhysicaleBrem - 2 -551 mum -2.74 mm -5.36 mm 0 eV 86.7 keV 12.6 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -551 mum -2.74 mm -5.35 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -629 mum -2.8 mm -5.3 mm 0 eV 69.5 keV 116 mum 116 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -629 mum -2.8 mm -5.3 mm 43.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -630 mum -2.8 mm -5.3 mm 0 eV 43.8 keV 4.12 mum 4.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -299 mum -3.03 mm -5.17 mm 525 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5 mm 1.32 cm -2.13 cm 427 keV 0 eV 2.34 cm 2.34 cmWAbsorberPhysicalcompt - 2 5.69 mm 1.52 cm -2.14 cm 0 eV 69.5 keV 2.17 mm 2.56 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.69 mm 1.52 cm -2.14 cm 358 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.69 mm 1.52 cm -2.14 cm 0 eV 358 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5 mm 1.32 cm -2.13 cm 97.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5 mm 1.32 cm -2.13 cm 0 eV 97.6 keV 15.2 mum 15.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -349 mum -3.07 mm -5.11 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -243 mum -2.77 mm -5.28 mm 126 keV 0 eV 370 mum 370 mumWAbsorberPhysicalcompt - 2 -509 mum -3.08 mm -5.27 mm 0 eV 69.5 keV 414 mum 783 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -509 mum -3.08 mm -5.27 mm 57 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -509 mum -3.08 mm -5.27 mm 0 eV 57 keV 6.35 mum 6.35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -243 mum -2.77 mm -5.28 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -242 mum -2.77 mm -5.28 mm 0 eV 105 keV 17.2 mum 17.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -364 mum -3.17 mm -5 mm 665 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 mm -314 mum -8.67 mm 401 keV 0 eV 4.99 mm 4.99 mmWAbsorberPhysicalcompt - 2 943 mum 656 mum -8.91 mm 0 eV 69.5 keV 1.11 mm 6.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 943 mum 656 mum -8.91 mm 332 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 945 mum 661 mum -8.91 mm 0 eV 332 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 mm -314 mum -8.67 mm 264 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm -313 mum -8.68 mm 0 eV 264 keV 72.1 mum 72.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -406 mum -3.2 mm -4.96 mm 382 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 345 mum -2.46 mm -5.37 mm 320 keV 0 eV 1.13 mm 1.13 mmWAbsorberPhysicalcompt - 2 7.24 mm -2.58 mm -1.02 cm 0 eV 69.5 keV 8.42 mm 9.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.24 mm -2.58 mm -1.02 cm 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.25 mm -2.59 mm -1.02 cm 0 eV 250 keV 66.5 mum 66.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 345 mum -2.46 mm -5.37 mm 62.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 345 mum -2.46 mm -5.37 mm 0 eV 62.5 keV 7.35 mum 7.35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 410 mum -808 mum -2.24 mm 914 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 686 mum -2.47 mm -4.45 mm 613 keV 0 eV 2.78 mm 2.78 mmWAbsorberPhysicalcompt - 2 2.71 mm -2.94 mm -6.51 mm 582 keV 0 eV 2.93 mm 5.71 mmWAbsorberPhysicalcompt - 3 6.46 mm -2.25 mm -1.01 cm 375 keV 0 eV 5.23 mm 1.09 cmWAbsorberPhysicalcompt - 4 6.98 mm -2.33 mm -9.97 mm 0 eV 69.5 keV 541 mum 1.15 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.98 mm -2.33 mm -9.97 mm 305 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.98 mm -2.33 mm -9.97 mm 0 eV 305 keV 89.1 mum 89.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.46 mm -2.25 mm -1.01 cm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.46 mm -2.24 mm -1.01 cm 0 eV 208 keV 50.2 mum 50.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.71 mm -2.94 mm -6.51 mm 30.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.71 mm -2.94 mm -6.51 mm 0 eV 30.3 keV 2.24 mum 2.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 686 mum -2.47 mm -4.45 mm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 683 mum -2.47 mm -4.46 mm 0 eV 301 keV 87.6 mum 87.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 395 mum -734 mum -2.16 mm 262 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 855 mum -2.24 mm -3.88 mm 130 keV 0 eV 2.33 mm 2.33 mmWAbsorberPhysicalcompt - 2 794 mum -2.13 mm -3.74 mm 0 eV 69.5 keV 190 mum 2.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 794 mum -2.13 mm -3.74 mm 60.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 794 mum -2.13 mm -3.74 mm 0 eV 60.1 keV 6.91 mum 6.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 855 mum -2.24 mm -3.88 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 855 mum -2.25 mm -3.88 mm 0 eV 132 keV 24.8 mum 24.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 225 mum -461 mum -1.44 mm 350 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 594 mum -5.16 mm -1.19 cm 283 keV 0 eV 1.15 cm 1.15 cmWAbsorberPhysicalcompt - 2 871 mum -5.06 mm -1.23 cm 0 eV 69.5 keV 484 mum 1.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 871 mum -5.06 mm -1.23 cm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 873 mum -5.06 mm -1.23 cm 0 eV 214 keV 52.6 mum 52.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 594 mum -5.16 mm -1.19 cm 66.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 593 mum -5.16 mm -1.19 cm 0 eV 66.9 keV 8.25 mum 8.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 49.3 mum -70.3 mum -575 mum 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 66.2 mum -598 mum -1.95 mm 250 keV 0 eV 1.47 mm 1.47 mmWAbsorberPhysicalcompt - 2 618 mum -211 mum -2.59 mm 142 keV 0 eV 934 mum 2.4 mmWAbsorberPhysicalcompt - 3 928 mum -706 mum -1.89 mm 0 eV 69.5 keV 912 mum 3.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 928 mum -706 mum -1.89 mm 72.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 929 mum -706 mum -1.89 mm 0 eV 72.4 keV 9.39 mum 9.39 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 618 mum -211 mum -2.59 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 618 mum -211 mum -2.59 mm 0 eV 108 keV 17.9 mum 17.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 66.2 mum -598 mum -1.95 mm 79.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 65.7 mum -599 mum -1.95 mm 0 eV 79.7 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.56 cm 7.28 cm 32.7 cm 51.9 MeV 0 eV 33.6 cm 33.6 cmCuPlateAPhysicalTransportation - 2 2.76 cm 7.84 cm 35.1 cm 51.9 MeV 0 eV 2.54 cm 36.1 cmFCALEnvelopePhysicalTransportation - 3 2.97 cm 8.44 cm 37.9 cm 51.9 MeV 0 eV 2.8 cm 38.9 cmFCALEmModulePhysicalTransportation - 4 3.1 cm 8.81 cm 39.5 cm 51.9 MeV 0 eV 1.7 cm 40.6 cmF1LArGapPhysicalTransportation - 5 3.11 cm 8.84 cm 39.7 cm 51.9 MeV 0 eV 1.48 mm 40.8 cmFCALEmModulePhysicalTransportation - 6 3.45 cm 9.81 cm 44 cm 51.9 MeV 0 eV 4.43 cm 45.2 cmF1LArGapPhysicalTransportation - 7 3.47 cm 9.85 cm 44.2 cm 51.9 MeV 0 eV 1.99 mm 45.4 cmFCALEmModulePhysicalTransportation - 8 3.6 cm 10.2 cm 45.9 cm 51.9 MeV 0 eV 1.77 cm 47.2 cmF1LArGapPhysicalTransportation - 9 3.62 cm 10.3 cm 46.1 cm 51.9 MeV 0 eV 1.99 mm 47.4 cmFCALEmModulePhysicalTransportation - 10 3.72 cm 10.6 cm 47.4 cm 51.9 MeV 0 eV 1.38 cm 48.7 cmF1LArGapPhysicalTransportation - 11 3.73 cm 10.6 cm 47.6 cm 51.9 MeV 0 eV 1.58 mm 48.9 cmFCALEmModulePhysicalTransportation - 12 3.91 cm 11.1 cm 49.9 cm 51.9 MeV 0 eV 2.34 cm 51.2 cmF1LArGapPhysicalTransportation - 13 3.92 cm 11.2 cm 50 cm 51.9 MeV 0 eV 1.58 mm 51.4 cmFCALEmModulePhysicalTransportation - 14 4.25 cm 12.1 cm 54.2 cm 51.9 MeV 0 eV 4.32 cm 55.7 cmF1LArGapPhysicalTransportation - 15 4.27 cm 12.1 cm 54.4 cm 51.9 MeV 0 eV 1.65 mm 55.9 cmFCALEmModulePhysicalTransportation - 16 4.44 cm 12.6 cm 56.5 cm 51.9 MeV 0 eV 2.22 cm 58.1 cmF1LArGapPhysicalTransportation - 17 4.45 cm 12.6 cm 56.7 cm 51.9 MeV 0 eV 1.65 mm 58.3 cmFCALEmModulePhysicalTransportation - 18 4.55 cm 12.9 cm 58 cm 51.9 MeV 0 eV 1.34 cm 59.6 cmF1LArGapPhysicalTransportation - 19 4.57 cm 13 cm 58.2 cm 51.9 MeV 0 eV 1.81 mm 59.8 cmFCALEmModulePhysicalTransportation - 20 4.72 cm 13.4 cm 60.1 cm 51.9 MeV 0 eV 1.99 cm 61.8 cmF1LArGapPhysicalTransportation - 21 4.73 cm 13.4 cm 60.3 cm 51.9 MeV 0 eV 1.81 mm 62 cmFCALEmModulePhysicalTransportation - 22 5.06 cm 14.4 cm 64.5 cm 51.9 MeV 0 eV 4.37 cm 66.3 cmF1LArGapPhysicalTransportation - 23 5.08 cm 14.4 cm 64.7 cm 51.9 MeV 0 eV 1.51 mm 66.5 cmFCALEmModulePhysicalTransportation - 24 5.26 cm 15 cm 67.1 cm 51.9 MeV 0 eV 2.46 cm 68.9 cmF1LArGapPhysicalTransportation - 25 5.28 cm 15 cm 67.2 cm 51.9 MeV 0 eV 1.51 mm 69.1 cmFCALEmModulePhysicalTransportation - 26 5.39 cm 15.3 cm 68.7 cm 51.9 MeV 0 eV 1.5 cm 70.6 cmF1LArGapPhysicalTransportation - 27 5.41 cm 15.4 cm 68.9 cm 51.9 MeV 0 eV 2.48 mm 70.8 cmFCALEmModulePhysicalTransportation - 28 5.51 cm 15.7 cm 70.2 cm 51.9 MeV 0 eV 1.34 cm 72.2 cmF1LArGapPhysicalTransportation - 29 5.53 cm 15.7 cm 70.5 cm 51.9 MeV 0 eV 2.48 mm 72.4 cmFCALEmModulePhysicalTransportation - 30 5.88 cm 16.7 cm 74.9 cm 51.9 MeV 0 eV 4.59 cm 77 cmF1LArGapPhysicalTransportation - 31 5.89 cm 16.7 cm 75.1 cm 51.9 MeV 0 eV 1.46 mm 77.1 cmFCALEmModulePhysicalTransportation - 32 6.09 cm 17.3 cm 77.5 cm 51.9 MeV 0 eV 2.55 cm 79.7 cmF1LArGapPhysicalTransportation - 33 6.1 cm 17.3 cm 77.7 cm 51.9 MeV 0 eV 1.46 mm 79.8 cmFCALEmModulePhysicalTransportation - 34 6.25 cm 17.8 cm 79.6 cm 51.9 MeV 0 eV 2.01 cm 81.8 cmF1LArGapPhysicalTransportation - 35 6.31 cm 17.9 cm 80.4 cm 51.9 MeV 0 eV 7.31 mm 82.6 cmFCALEmModulePhysicalTransportation - 36 6.44 cm 18.3 cm 82 cm 51.9 MeV 0 eV 1.73 cm 84.3 cmLArgPhysicalTransportation - 37 6.98 cm 19.8 cm 89 cm 51.9 MeV 0 eV 7.11 cm 91.4 cmFrontExcluderPhysicalTransportation - 38 9.68 cm 27.5 cm 1.23 m 51.9 MeV 0 eV 35.4 cm 1.27 mLArgPhysicalTransportation - 39 9.97 cm 28.3 cm 1.27 m 51.9 MeV 0 eV 3.77 cm 1.31 mCryostatVolumesTransportation - 40 9.99 cm 28.4 cm 1.27 m 51.9 MeV 0 eV 3.07 mm 1.31 mInsulationPhysicalTransportation - 41 10.5 cm 30 cm 1.34 m 51.9 MeV 0 eV 7.17 cm 1.38 mCryostatVolumesTransportation - 42 10.6 cm 30 cm 1.35 m 51.9 MeV 0 eV 2.56 mm 1.38 mMotherTransportation - 43 11.1 cm 31.7 cm 1.42 m 51.9 MeV 0 eV 7.62 cm 1.46 mIronWallPhysicalTransportation - 44 14.3 cm 40.6 cm 1.82 m 51.9 MeV 0 eV 41.1 cm 1.87 mMotherTransportation - 45 19.5 cm 55.5 cm 2.49 m 51.9 MeV 0 eV 68.8 cm 2.56 mLeadWallPhysicalTransportation - 46 19.6 cm 55.8 cm 2.5 m 51.9 MeV 0 eV 1.13 cm 2.57 mMotherTransportation - 47 1.76 m 5 m 22.4 m 51.9 MeV 0 eV 20.5 m 23 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.69 cm -1.23 cm -6.56 cm 22.4 MeV 0 eV 7.2 cm 7.2 cmCuPlateBPhysicalTransportation - 2 -3.7 cm -1.7 cm -9.04 cm 22.4 MeV 0 eV 2.72 cm 9.92 cmLArgPhysicalTransportation - 3 -4.74 cm -2.17 cm -11.6 cm 22.4 MeV 0 eV 2.78 cm 12.7 cmBackExcluderTransportation - 4 -47.6 cm -21.8 cm -1.16 m 22.4 MeV 0 eV 1.15 m 1.27 mLArgPhysicalTransportation - 5 -48.3 cm -22.1 cm -1.18 m 22.4 MeV 0 eV 1.89 cm 1.29 mCryostatVolumesTransportation - 6 -48.4 cm -22.2 cm -1.18 m 22.4 MeV 0 eV 3.04 mm 1.3 mInsulationPhysicalTransportation - 7 -51 cm -23.4 cm -1.25 m 22.4 MeV 0 eV 7.1 cm 1.37 mCryostatVolumesTransportation - 8 -51.1 cm -23.4 cm -1.25 m 22.4 MeV 0 eV 2.54 mm 1.37 mMotherTransportation - 9 -1.21 m -55.4 cm -2.95 m 22.4 MeV 0 eV 1.86 m 3.24 mConcWallAPhysicalTransportation - 10 -1.3 m -59.6 cm -3.18 m 22.4 MeV 0 eV 24.8 cm 3.48 mMotherTransportation - 11 -5 m -2.29 m -12.2 m 22.4 MeV 0 eV 9.91 m 13.4 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=31.8274 -Edep in FCAL1 FCAl2 : 0 31.8274 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2529 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 29 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 24.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 mum -156 mum 101 mum 23.2 MeV 427 keV 187 mum 187 mumWAbsorberPhysicaleBrem - 2 439 mum 75.4 mum 35 mum 14.3 MeV 1.03 MeV 496 mum 683 mumWAbsorberPhysicaleBrem - 3 1.25 mm 360 mum -261 mum 11.9 MeV 2.21 MeV 990 mum 1.67 mmWAbsorberPhysicaleBrem - 4 1.33 mm 420 mum -294 mum 11.5 MeV 166 keV 102 mum 1.78 mmWAbsorberPhysicaleBrem - 5 1.44 mm 541 mum -329 mum 9.53 MeV 395 keV 176 mum 1.95 mmWAbsorberPhysicaleBrem - 6 1.85 mm 863 mum -176 mum 8.26 MeV 1.15 MeV 576 mum 2.53 mmWAbsorberPhysicaleBrem - 7 2.05 mm 1.02 mm -231 mum 4.54 MeV 607 keV 257 mum 2.78 mmWAbsorberPhysicaleIoni - 8 2.66 mm 1.33 mm 726 mum 1.7 MeV 2.24 MeV 1.34 mm 4.13 mmWAbsorberPhysicaleBrem - 9 2.45 mm 1.51 mm 628 mum 932 keV 559 keV 398 mum 4.52 mmWAbsorberPhysicaleBrem - 10 2.48 mm 1.54 mm 656 mum 0 eV 932 keV 396 mum 4.92 mmWAbsorberPhysicaleIoni - 11 2.48 mm 1.54 mm 656 mum 0 eV 0 eV 0 fm 4.92 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.48 mm 1.54 mm 656 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 mm -1.15 mm 319 mum 496 keV 0 eV 2.87 mm 2.87 mmWAbsorberPhysicalcompt - 2 3.71 mm -3.78 mm -160 mum 453 keV 0 eV 2.69 mm 5.56 mmWAbsorberPhysicalcompt - 3 3.58 mm -4.13 mm -249 mum 358 keV 0 eV 379 mum 5.94 mmWAbsorberPhysicalcompt - 4 1.93 mm -8.2 mm 2.45 mm 0 eV 69.5 keV 5.15 mm 1.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 mm -8.2 mm 2.45 mm 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 mm -8.2 mm 2.46 mm 0 eV 289 keV 82.3 mum 82.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.58 mm -4.13 mm -249 mum 94.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.58 mm -4.13 mm -250 mum 0 eV 94.3 keV 14.4 mum 14.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.71 mm -3.78 mm -160 mum 43.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.71 mm -3.78 mm -160 mum 0 eV 43.1 keV 4.02 mum 4.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.44 mm -1.15 mm 319 mum 15.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 mm -1.15 mm 319 mum 0 eV 15.3 keV 746 nm 746 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.48 mm 1.54 mm 656 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 1.13 cm 1.89 mm 0 eV 69.5 keV 1.05 cm 1.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 mm 1.13 cm 1.89 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 1.13 cm 1.89 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.45 mm 1.51 mm 628 mum 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.59 mm 2.64 mm 1.88 mm 175 keV 0 eV 2.03 mm 2.03 mmWAbsorberPhysicalcompt - 2 3.89 mm 2.8 mm 1.76 mm 0 eV 69.5 keV 362 mum 2.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.89 mm 2.8 mm 1.76 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.89 mm 2.8 mm 1.76 mm 0 eV 105 keV 17.2 mum 17.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm 2.64 mm 1.88 mm 35.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.59 mm 2.64 mm 1.88 mm 0 eV 35.6 keV 2.93 mum 2.93 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.66 mm 1.33 mm 726 mum 600 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 mm 3.67 mm 1.49 mm 0 eV 69.5 keV 2.49 mm 2.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.04 mm 3.67 mm 1.49 mm 530 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 mm 3.68 mm 1.5 mm 0 eV 530 keV 193 mum 193 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 mm 1.02 mm -231 mum 3.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.57 mm 1.03 mm -468 mum 362 keV 1.61 MeV 777 mum 777 mumWAbsorberPhysicaleBrem - 2 2.57 mm 1.03 mm -459 mum 0 eV 362 keV 114 mum 891 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 mm 1.03 mm -468 mum 1.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.73 mm -488 mum 1.82 cm 345 keV 0 eV 1.88 cm 1.88 cmWAbsorberPhysicalcompt - 2 3.26 mm -700 mum 1.82 cm 0 eV 69.5 keV 579 mum 1.94 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 mm -700 mum 1.82 cm 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 mm -701 mum 1.82 cm 0 eV 276 keV 76.9 mum 76.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.73 mm -488 mum 1.82 cm 793 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 mm -487 mum 1.83 cm 0 eV 793 keV 323 mum 323 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 mm 863 mum -176 mum 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.9 mm 915 mum -185 mum 0 eV 69.5 keV 70.2 mum 70.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.9 mm 915 mum -185 mum 61.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.9 mm 915 mum -185 mum 0 eV 61.5 keV 7.17 mum 7.17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm 541 mum -329 mum 1.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.35 mm 1.79 mm -495 mum 0 eV 0 eV 3.17 mm 3.17 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 29, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.35 mm 1.79 mm -495 mum 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.36 mm 1.79 mm -493 mum 0 eV 146 keV 27.3 mum 27.3 mumWAbsorberPhysicaleIoni - 2 4.36 mm 1.79 mm -493 mum 0 eV 0 eV 0 fm 27.3 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.36 mm 1.79 mm -493 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.19 mm 1.98 mm -979 mum 327 keV 0 eV 549 mum 549 mumWAbsorberPhysicalcompt - 2 4.18 mm 2.76 mm -1.06 mm 152 keV 0 eV 790 mum 1.34 mmWAbsorberPhysicalcompt - 3 4.14 mm 2.69 mm -1.02 mm 0 eV 69.5 keV 92.6 mum 1.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.14 mm 2.69 mm -1.02 mm 82.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.14 mm 2.69 mm -1.02 mm 0 eV 82.7 keV 11.6 mum 11.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.18 mm 2.76 mm -1.06 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.18 mm 2.77 mm -1.06 mm 0 eV 175 keV 38.7 mum 38.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.19 mm 1.98 mm -979 mum 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.19 mm 1.98 mm -982 mum 0 eV 184 keV 41.6 mum 41.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.36 mm 1.79 mm -493 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.19 mm -244 mum 4.72 mm 494 keV 0 eV 5.89 mm 5.89 mmWAbsorberPhysicalcompt - 2 7.02 mm -756 mum 5.91 mm 0 eV 69.5 keV 1.54 mm 7.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.02 mm -756 mum 5.91 mm 425 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.03 mm -762 mum 5.92 mm 0 eV 425 keV 143 mum 143 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.19 mm -244 mum 4.72 mm 16.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.19 mm -244 mum 4.72 mm 0 eV 16.5 keV 847 nm 847 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.35 mm 1.79 mm -495 mum 440 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.36 mm 1.79 mm -501 mum 0 eV 440 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 mm 420 mum -294 mum 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.37 mm 1.21 mm -409 mum 0 eV 69.5 keV 1.31 mm 1.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.37 mm 1.21 mm -409 mum 98.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.37 mm 1.21 mm -409 mum 0 eV 98.7 keV 15.5 mum 15.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm 360 mum -261 mum 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 mm 662 mum -358 mum 0 eV 69.5 keV 562 mum 562 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 mm 662 mum -358 mum 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 mm 663 mum -357 mum 0 eV 140 keV 27.1 mum 27.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 439 mum 75.4 mum 35 mum 7.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 cm 7.23 mm -619 mum 0 eV 0 eV 1.36 cm 1.36 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 40, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 cm 7.23 mm -619 mum 4.69 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 cm 6.59 mm 655 mum 1.6 MeV 3.08 MeV 1.71 mm 1.71 mmWAbsorberPhysicaleIoni - 2 1.25 cm 6.55 mm 653 mum 0 eV 1.6 MeV 746 mum 2.45 mmWAbsorberPhysicaleIoni - 3 1.25 cm 6.55 mm 653 mum 0 eV 0 eV 0 fm 2.45 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 cm 6.55 mm 653 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm 2.57 mm 7.63 mm 0 eV 69.5 keV 8.17 mm 8.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 cm 2.57 mm 7.63 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm 2.56 mm 7.64 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 cm 6.55 mm 653 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 cm 7.42 mm -866 mum 0 eV 69.5 keV 1.78 mm 1.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 cm 7.42 mm -866 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm 7.42 mm -873 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 cm 7.23 mm -619 mum 2.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 cm 7.27 mm -630 mum 1.67 MeV 76.8 keV 45 mum 45 mumWAbsorberPhysicaleBrem - 2 1.2 cm 7.3 mm -706 mum 0 eV 1.67 MeV 637 mum 682 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 cm 7.27 mm -630 mum 440 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 cm 1.26 cm -1.53 cm 182 keV 0 eV 1.6 cm 1.6 cmWAbsorberPhysicalcompt - 2 1.48 cm 1.29 cm -1.49 cm 131 keV 0 eV 664 mum 1.67 cmWAbsorberPhysicalcompt - 3 1.48 cm 1.29 cm -1.49 cm 0 eV 69.5 keV 42.2 mum 1.67 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 cm 1.29 cm -1.49 cm 61.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 cm 1.29 cm -1.49 cm 0 eV 61.6 keV 7.19 mum 7.19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 cm 1.29 cm -1.49 cm 50.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 cm 1.29 cm -1.49 cm 0 eV 50.4 keV 5.15 mum 5.15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 cm 1.26 cm -1.53 cm 259 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 cm 1.26 cm -1.54 cm 0 eV 259 keV 70 mum 70 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.98 mum -156 mum 101 mum 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.87 mm 2.88 mm 243 mum 235 keV 0 eV 6.6 mm 6.6 mmWAbsorberPhysicalcompt - 2 4.8 mm 2.81 mm 1.08 mm 0 eV 69.5 keV 1.36 mm 7.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.8 mm 2.81 mm 1.08 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.8 mm 2.81 mm 1.08 mm 0 eV 166 keV 35.4 mum 35.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.87 mm 2.88 mm 243 mum 864 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.85 mm 2.99 mm 230 mum 115 keV 611 keV 299 mum 299 mumWAbsorberPhysicaleBrem - 2 5.85 mm 2.99 mm 230 mum 0 eV 115 keV 19.9 mum 319 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.85 mm 2.99 mm 230 mum 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.1 mm 3.12 mm 168 mum 0 eV 69.5 keV 284 mum 284 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.1 mm 3.12 mm 168 mum 68.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.1 mm 3.12 mm 168 mum 0 eV 68.7 keV 8.62 mum 8.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.1 cm 1.67 cm 32.9 cm 32.2 MeV 0 eV 34 cm 34 cmCuPlateAPhysicalTransportation - 2 8.72 cm 1.8 cm 35.4 cm 32.2 MeV 0 eV 2.57 cm 36.5 cmFCALEnvelopePhysicalTransportation - 3 9.39 cm 1.94 cm 38.2 cm 32.2 MeV 0 eV 2.83 cm 39.4 cmFCALEmModulePhysicalTransportation - 4 9.67 cm 2 cm 39.3 cm 32.2 MeV 0 eV 1.13 cm 40.5 cmF1LArGapPhysicalTransportation - 5 9.7 cm 2 cm 39.4 cm 32.2 MeV 0 eV 1.36 mm 40.6 cmFCALEmModulePhysicalTransportation - 6 9.94 cm 2.05 cm 40.4 cm 32.2 MeV 0 eV 1.02 cm 41.7 cmF1LArGapPhysicalTransportation - 7 9.97 cm 2.06 cm 40.5 cm 32.2 MeV 0 eV 1.17 mm 41.8 cmFCALEmModulePhysicalTransportation - 8 10.4 cm 2.15 cm 42.4 cm 32.2 MeV 0 eV 1.91 cm 43.7 cmF1LArGapPhysicalTransportation - 9 10.5 cm 2.16 cm 42.5 cm 32.2 MeV 0 eV 1.17 mm 43.8 cmFCALEmModulePhysicalTransportation - 10 10.9 cm 2.25 cm 44.2 cm 32.2 MeV 0 eV 1.76 cm 45.6 cmF1LArGapPhysicalTransportation - 11 11 cm 2.27 cm 44.6 cm 32.2 MeV 0 eV 3.92 mm 46 cmFCALEmModulePhysicalTransportation - 12 11.9 cm 2.46 cm 48.5 cm 32.2 MeV 0 eV 4.01 cm 50 cmF1LArGapPhysicalTransportation - 13 12 cm 2.47 cm 48.6 cm 32.2 MeV 0 eV 1.18 mm 50.1 cmFCALEmModulePhysicalTransportation - 14 12.4 cm 2.56 cm 50.4 cm 32.2 MeV 0 eV 1.89 cm 52 cmF1LArGapPhysicalTransportation - 15 12.4 cm 2.57 cm 50.5 cm 32.2 MeV 0 eV 1.18 mm 52.1 cmFCALEmModulePhysicalTransportation - 16 12.7 cm 2.62 cm 51.5 cm 32.2 MeV 0 eV 1.01 cm 53.1 cmF1LArGapPhysicalTransportation - 17 12.7 cm 2.62 cm 51.6 cm 32.2 MeV 0 eV 1.32 mm 53.2 cmFCALEmModulePhysicalTransportation - 18 13.1 cm 2.71 cm 53.2 cm 32.2 MeV 0 eV 1.66 cm 54.9 cmF1LArGapPhysicalTransportation - 19 13.1 cm 2.71 cm 53.4 cm 32.2 MeV 0 eV 1.32 mm 55 cmFCALEmModulePhysicalTransportation - 20 14 cm 2.89 cm 56.9 cm 32.2 MeV 0 eV 3.59 cm 58.6 cmF1LArGapPhysicalTransportation - 21 14 cm 2.9 cm 57 cm 32.2 MeV 0 eV 1.93 mm 58.8 cmFCALEmModulePhysicalTransportation - 22 14.3 cm 2.95 cm 58 cm 32.2 MeV 0 eV 1.04 cm 59.8 cmF1LArGapPhysicalTransportation - 23 14.3 cm 2.96 cm 58.2 cm 32.2 MeV 0 eV 1.93 mm 60 cmFCALEmModulePhysicalTransportation - 24 14.6 cm 3.02 cm 59.4 cm 32.2 MeV 0 eV 1.22 cm 61.3 cmF1LArGapPhysicalTransportation - 25 14.6 cm 3.02 cm 59.5 cm 32.2 MeV 0 eV 1.13 mm 61.4 cmFCALEmModulePhysicalTransportation - 26 15.1 cm 3.12 cm 61.4 cm 32.2 MeV 0 eV 1.98 cm 63.3 cmF1LArGapPhysicalTransportation - 27 15.1 cm 3.13 cm 61.5 cm 32.2 MeV 0 eV 1.13 mm 63.5 cmFCALEmModulePhysicalTransportation - 28 15.4 cm 3.19 cm 62.7 cm 32.2 MeV 0 eV 1.19 cm 64.7 cmF1LArGapPhysicalTransportation - 29 15.5 cm 3.2 cm 62.9 cm 32.2 MeV 0 eV 1.83 mm 64.8 cmFCALEmModulePhysicalTransportation - 30 15.7 cm 3.25 cm 64 cm 32.2 MeV 0 eV 1.11 cm 65.9 cmF1LArGapPhysicalTransportation - 31 15.8 cm 3.26 cm 64.1 cm 32.2 MeV 0 eV 1.83 mm 66.1 cmFCALEmModulePhysicalTransportation - 32 16.6 cm 3.44 cm 67.6 cm 32.2 MeV 0 eV 3.58 cm 69.7 cmF1LArGapPhysicalTransportation - 33 16.7 cm 3.44 cm 67.7 cm 32.2 MeV 0 eV 1.34 mm 69.8 cmFCALEmModulePhysicalTransportation - 34 17.1 cm 3.52 cm 69.3 cm 32.2 MeV 0 eV 1.63 cm 71.5 cmF1LArGapPhysicalTransportation - 35 17.1 cm 3.53 cm 69.4 cm 32.2 MeV 0 eV 1.34 mm 71.6 cmFCALEmModulePhysicalTransportation - 36 17.3 cm 3.58 cm 70.4 cm 32.2 MeV 0 eV 1.01 cm 72.6 cmF1LArGapPhysicalTransportation - 37 17.4 cm 3.58 cm 70.5 cm 32.2 MeV 0 eV 1.17 mm 72.7 cmFCALEmModulePhysicalTransportation - 38 17.8 cm 3.68 cm 72.4 cm 32.2 MeV 0 eV 1.9 cm 74.6 cmF1LArGapPhysicalTransportation - 39 17.8 cm 3.68 cm 72.5 cm 32.2 MeV 0 eV 1.17 mm 74.8 cmFCALEmModulePhysicalTransportation - 40 18.3 cm 3.78 cm 74.4 cm 32.2 MeV 0 eV 1.92 cm 76.7 cmF1LArGapPhysicalTransportation - 41 18.3 cm 3.78 cm 74.4 cm 32.2 MeV 0 eV 855 mum 76.8 cmFCALEmModulePhysicalTransportation - 42 19.3 cm 3.99 cm 78.5 cm 32.2 MeV 0 eV 4.16 cm 80.9 cmF1LArGapPhysicalTransportation - 43 19.3 cm 3.99 cm 78.6 cm 32.2 MeV 0 eV 1.17 mm 81 cmFCALEmModulePhysicalTransportation - 44 19.8 cm 4.09 cm 80.4 cm 32.2 MeV 0 eV 1.9 cm 82.9 cmF1LArGapPhysicalTransportation - 45 19.8 cm 4.09 cm 80.5 cm 32.2 MeV 0 eV 1.17 mm 83.1 cmFCALEmModulePhysicalTransportation - 46 20.4 cm 4.2 cm 82.7 cm 32.2 MeV 0 eV 2.25 cm 85.3 cmLArgPhysicalTransportation - 47 21.9 cm 4.52 cm 89 cm 32.2 MeV 0 eV 6.42 cm 91.7 cmFrontExcluderPhysicalTransportation - 48 30.4 cm 6.27 cm 1.23 m 32.2 MeV 0 eV 35.5 cm 1.27 mLArgPhysicalTransportation - 49 30.4 cm 6.29 cm 1.24 m 32.2 MeV 0 eV 3.85 mm 1.28 mCryostatVolumesTransportation - 50 30.5 cm 6.3 cm 1.24 m 32.2 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 51 32.2 cm 6.65 cm 1.31 m 32.2 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 52 32.3 cm 6.66 cm 1.31 m 32.2 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 53 34.9 cm 7.22 cm 1.42 m 32.2 MeV 0 eV 11.2 cm 1.46 mIronWallPhysicalTransportation - 54 44.8 cm 9.25 cm 1.82 m 32.2 MeV 0 eV 41.2 cm 1.88 mMotherTransportation - 55 61.3 cm 12.7 cm 2.49 m 32.2 MeV 0 eV 69.1 cm 2.57 mLeadWallPhysicalTransportation - 56 61.5 cm 12.7 cm 2.5 m 32.2 MeV 0 eV 1.13 cm 2.58 mMotherTransportation - 57 5 m 1.03 m 20.3 m 32.2 MeV 0 eV 18.4 m 21 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 cm 3.28 cm -6.79 cm 48.3 MeV 0 eV 7.63 cm 7.63 cmCuPlateBPhysicalTransportation - 2 -1.65 cm 4.52 cm -9.35 cm 48.3 MeV 0 eV 2.88 cm 10.5 cmLArgPhysicalTransportation - 3 -2.04 cm 5.6 cm -11.6 cm 48.3 MeV 0 eV 2.51 cm 13 cmBackExcluderTransportation - 4 -17.2 cm 47.1 cm -97.4 cm 48.3 MeV 0 eV 96.5 cm 1.1 mLArgPhysicalTransportation - 5 -22.1 cm 60.7 cm -1.26 m 48.3 MeV 0 eV 31.6 cm 1.41 mCryostatVolumesTransportation - 6 -22.2 cm 60.9 cm -1.26 m 48.3 MeV 0 eV 3.32 mm 1.42 mInsulationPhysicalTransportation - 7 -23.4 cm 64.2 cm -1.33 m 48.3 MeV 0 eV 7.75 cm 1.49 mCryostatVolumesTransportation - 8 -23.4 cm 64.3 cm -1.33 m 48.3 MeV 0 eV 2.77 mm 1.5 mMotherTransportation - 9 -1.82 m 5 m -10.3 m 48.3 MeV 0 eV 10.1 m 11.6 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=25.7506 -Edep in FCAL1 FCAl2 : 0 25.7506 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2530 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 30 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 52.7 mum 184 mum -352 mum 49.1 MeV 686 keV 402 mum 402 mumWAbsorberPhysicaleBrem - 2 69.1 mum 258 mum -498 mum 48.6 MeV 329 keV 164 mum 566 mumWAbsorberPhysicaleBrem - 3 73 mum 280 mum -544 mum 0 eV 85.6 keV 51.9 mum 618 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 73 mum 280 mum -544 mum 47.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 221 mum 1.38 mm -2.81 mm 0 eV 0 eV 2.53 mm 2.53 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 10, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 221 mum 1.38 mm -2.81 mm 34.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 247 mum 1.57 mm -3.12 mm 33.2 MeV 858 keV 363 mum 363 mumWAbsorberPhysicaleBrem - 2 168 mum 1.85 mm -4 mm 31 MeV 1.93 MeV 924 mum 1.29 mmWAbsorberPhysicaleBrem - 3 169 mum 1.88 mm -4.14 mm 30.5 MeV 314 keV 153 mum 1.44 mmWAbsorberPhysicaleBrem - 4 167 mum 1.94 mm -4.38 mm 29.1 MeV 846 keV 247 mum 1.69 mmWAbsorberPhysicaleBrem - 5 155 mum 2.03 mm -4.72 mm 26 MeV 661 keV 353 mum 2.04 mmWAbsorberPhysicaleBrem - 6 170 mum 2.11 mm -4.95 mm 14.7 MeV 414 keV 246 mum 2.29 mmWAbsorberPhysicaleBrem - 7 283 mum 2.44 mm -5.4 mm 12.8 MeV 1.12 MeV 572 mum 2.86 mmWAbsorberPhysicaleBrem - 8 352 mum 2.71 mm -5.63 mm 11.9 MeV 626 keV 352 mum 3.21 mmWAbsorberPhysicaleBrem - 9 368 mum 3.24 mm -7.08 mm 6.1 MeV 2.85 MeV 1.37 mm 4.58 mmWAbsorberPhysicaleBrem - 10 59.5 mum 4.29 mm -7.21 mm 4.07 MeV 1.7 MeV 1.02 mm 5.6 mmWAbsorberPhysicaleBrem - 11 -708 mum 4.48 mm -8.16 mm 312 keV 3.62 MeV 1.46 mm 7.06 mmWAbsorberPhysicaleBrem - 12 -718 mum 4.48 mm -8.16 mm 0 eV 312 keV 89.5 mum 7.15 mmWAbsorberPhysicaleIoni - 13 -718 mum 4.48 mm -8.16 mm 0 eV 0 eV 0 fm 7.15 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -718 mum 4.48 mm -8.16 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 mm 6.59 mm -7.74 mm 506 keV 0 eV 4.63 mm 4.63 mmWAbsorberPhysicalcompt - 2 1.67 cm 1.48 cm -4.57 mm 0 eV 69.5 keV 1.6 cm 2.06 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 1.48 cm -4.57 mm 437 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm 1.48 cm -4.56 mm 0 eV 437 keV 148 mum 148 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 mm 6.59 mm -7.74 mm 4.52 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 mm 6.59 mm -7.74 mm 0 eV 4.52 keV 122 nm 122 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -718 mum 4.48 mm -8.16 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.12 mm 177 mum -9.01 mm 0 eV 69.5 keV 9.48 mm 9.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.12 mm 177 mum -9.01 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.12 mm 174 mum -9.01 mm 286 keV 7.21 keV 4.63 mum 4.63 mumWAbsorberPhysicaleBrem - 2 -9.12 mm 169 mum -9.02 mm 0 eV 286 keV 81.1 mum 85.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.12 mm 174 mum -9.01 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.94 mm -444 mum -9.11 mm 0 eV 69.5 keV 653 mum 653 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.94 mm -444 mum -9.11 mm 79.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.94 mm -445 mum -9.11 mm 0 eV 79.1 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -708 mum 4.48 mm -8.16 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm 4.28 mm -8.06 mm 0 eV 69.5 keV 410 mum 410 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm 4.28 mm -8.06 mm 68.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm 4.28 mm -8.06 mm 0 eV 68.1 keV 8.5 mum 8.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 59.5 mum 4.29 mm -7.21 mm 340 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 mm 3.54 mm -6.51 mm 301 keV 0 eV 1.69 mm 1.69 mmWAbsorberPhysicalcompt - 2 -1.48 mm 2.95 mm -6.09 mm 0 eV 69.5 keV 750 mum 2.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm 2.95 mm -6.09 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 mm 2.95 mm -6.08 mm 0 eV 231 keV 59.2 mum 59.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 mm 3.54 mm -6.51 mm 39 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 mm 3.54 mm -6.51 mm 0 eV 39 keV 3.39 mum 3.39 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 368 mum 3.24 mm -7.08 mm 2.98 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm 5.16 mm -9.84 mm 1.81 MeV 0 eV 4.27 mm 4.27 mmWAbsorberPhysicalcompt - 2 -2.58 mm 6.17 mm -1.09 cm 468 keV 0 eV 1.48 mm 5.75 mmWAbsorberPhysicalcompt - 3 -865 mum 3.73 mm -1.52 cm 189 keV 0 eV 5.23 mm 1.1 cmWAbsorberPhysicalcompt - 4 -1.14 mm 3.87 mm -1.51 cm 0 eV 69.5 keV 318 mum 1.13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm 3.87 mm -1.51 cm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 mm 3.87 mm -1.51 cm 0 eV 120 keV 21.2 mum 21.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -865 mum 3.73 mm -1.52 cm 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -861 mum 3.73 mm -1.52 cm 0 eV 278 keV 78 mum 78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.58 mm 6.17 mm -1.09 cm 1.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.6 mm 6.21 mm -1.09 cm 0 eV 1.34 MeV 600 mum 600 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 5.16 mm -9.84 mm 1.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 mm 5.16 mm -9.86 mm 0 eV 1.17 MeV 513 mum 513 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 352 mum 2.71 mm -5.63 mm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 427 mum 4.2 mm -7.05 mm 150 keV 0 eV 2.06 mm 2.06 mmWAbsorberPhysicalcompt - 2 540 mum 4.01 mm -7.05 mm 0 eV 69.5 keV 221 mum 2.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 540 mum 4.01 mm -7.05 mm 80.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 541 mum 4.01 mm -7.05 mm 0 eV 80.7 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 427 mum 4.2 mm -7.05 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 427 mum 4.2 mm -7.05 mm 0 eV 135 keV 25.6 mum 25.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 283 mum 2.44 mm -5.4 mm 709 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 437 mum 3.27 mm -6.42 mm 287 keV 0 eV 1.32 mm 1.32 mmWAbsorberPhysicalcompt - 2 686 mum 1.61 mm -7.58 mm 283 keV 0 eV 2.04 mm 3.36 mmWAbsorberPhysicalcompt - 3 2.03 mm -2.67 mm -9.61 mm 0 eV 69.5 keV 4.93 mm 8.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.03 mm -2.67 mm -9.61 mm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.04 mm -2.67 mm -9.61 mm 0 eV 213 keV 52.3 mum 52.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 686 mum 1.61 mm -7.58 mm 4.12 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 686 mum 1.61 mm -7.58 mm 0 eV 4.12 keV 107 nm 107 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 437 mum 3.27 mm -6.42 mm 422 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 438 mum 3.28 mm -6.42 mm 0 eV 422 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 170 mum 2.11 mm -4.95 mm 11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 165 mum 2.76 mm -6.17 mm 297 keV 0 eV 1.38 mm 1.38 mmWAbsorberPhysicalcompt - 2 1.73 mm 2.29 mm -4.81 mm 0 eV 69.5 keV 2.12 mm 3.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 mm 2.29 mm -4.81 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm 2.29 mm -4.81 mm 0 eV 228 keV 57.9 mum 57.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 165 mum 2.76 mm -6.17 mm 10.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 180 mum 2.87 mm -6.3 mm 10.1 MeV 301 keV 172 mum 172 mumWAbsorberPhysicaleBrem - 2 250 mum 3.18 mm -6.48 mm 9.18 MeV 780 keV 375 mum 546 mumWAbsorberPhysicaleBrem - 3 1.15 mm 3.46 mm -7.28 mm 6.97 MeV 1.89 MeV 1.18 mm 1.73 mmWAbsorberPhysicaleBrem - 4 1.31 mm 2.91 mm -7.52 mm 4.04 MeV 2.58 MeV 782 mum 2.51 mmWAbsorberPhysicaleBrem - 5 1.4 mm 2.94 mm -7.39 mm 3.6 MeV 301 keV 165 mum 2.67 mmWAbsorberPhysicaleBrem - 6 1.46 mm 2.98 mm -6.63 mm 526 keV 2.07 MeV 1.02 mm 3.7 mmWAbsorberPhysicaleBrem - 7 1.45 mm 2.98 mm -6.62 mm 0 eV 526 keV 190 mum 3.89 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 mm 2.98 mm -6.63 mm 1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.92 mm -745 mum 2.48 mm 772 keV 0 eV 1.29 cm 1.29 cmWAbsorberPhysicalcompt - 2 -9.23 mm -4.13 mm 4.43 mm 320 keV 0 eV 4.54 mm 1.75 cmWAbsorberPhysicalcompt - 3 -7.91 mm -4.73 mm 5.19 mm 0 eV 69.5 keV 1.63 mm 1.91 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.91 mm -4.73 mm 5.19 mm 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.91 mm -4.72 mm 5.19 mm 0 eV 250 keV 66.3 mum 66.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.23 mm -4.13 mm 4.43 mm 452 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.24 mm -4.14 mm 4.43 mm 0 eV 452 keV 155 mum 155 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.92 mm -745 mum 2.48 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.92 mm -742 mum 2.48 mm 0 eV 231 keV 59.2 mum 59.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm 2.94 mm -7.39 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm 2.72 mm -7.32 mm 0 eV 69.5 keV 318 mum 318 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 mm 2.72 mm -7.32 mm 67.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm 2.72 mm -7.32 mm 0 eV 67.5 keV 8.38 mum 8.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 mm 2.91 mm -7.52 mm 347 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 mm 2.84 mm -7.07 mm 303 keV 0 eV 815 mum 815 mumWAbsorberPhysicalcompt - 2 5.14 mm 3.79 mm -6.97 mm 222 keV 0 eV 3.3 mm 4.11 mmWAbsorberPhysicalcompt - 3 6.08 mm 2.76 mm -7.6 mm 0 eV 69.5 keV 1.53 mm 5.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.08 mm 2.76 mm -7.6 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.09 mm 2.76 mm -7.6 mm 0 eV 153 keV 31.2 mum 31.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.14 mm 3.79 mm -6.97 mm 80.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.14 mm 3.79 mm -6.97 mm 0 eV 80.9 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm 2.84 mm -7.07 mm 44 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 mm 2.84 mm -7.07 mm 0 eV 44 keV 4.14 mum 4.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm 3.46 mm -7.28 mm 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.3 mm 2.9 mm -7.24 mm 205 keV 0 eV 1.28 mm 1.28 mmWAbsorberPhysicalcompt - 2 3.22 mm 4.5 mm -5.34 mm 0 eV 69.5 keV 2.65 mm 3.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.22 mm 4.5 mm -5.34 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.22 mm 4.5 mm -5.34 mm 0 eV 136 keV 26 mum 26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.3 mm 2.9 mm -7.24 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.3 mm 2.9 mm -7.25 mm 0 eV 123 keV 22.1 mum 22.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 250 mum 3.18 mm -6.48 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 274 mum 3.19 mm -6.49 mm 0 eV 69.5 keV 29.6 mum 29.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 274 mum 3.19 mm -6.49 mm 75.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 274 mum 3.19 mm -6.49 mm 0 eV 75.7 keV 10.1 mum 10.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 180 mum 2.87 mm -6.3 mm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 174 mum 2.94 mm -6.37 mm 0 eV 69.5 keV 103 mum 103 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 174 mum 2.94 mm -6.37 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 173 mum 2.95 mm -6.37 mm 0 eV 187 keV 42.9 mum 42.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 155 mum 2.03 mm -4.72 mm 2.44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 317 mum 3.73 mm -1.07 cm 346 keV 0 eV 6.18 mm 6.18 mmWAbsorberPhysicalcompt - 2 -1.6 mm 2.38 mm -1.04 cm 0 eV 69.5 keV 2.35 mm 8.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm 2.38 mm -1.04 cm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 mm 2.38 mm -1.04 cm 0 eV 277 keV 77.4 mum 77.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 317 mum 3.73 mm -1.07 cm 2.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 464 mum 4.03 mm -1.06 cm 1.11 MeV 793 keV 501 mum 501 mumWAbsorberPhysicaleBrem - 2 470 mum 4.06 mm -1.06 cm 0 eV 1.11 MeV 484 mum 986 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 464 mum 4.03 mm -1.06 cm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 604 mum 5.22 mm -1.01 cm 0 eV 69.5 keV 1.3 mm 1.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 604 mum 5.22 mm -1.01 cm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 605 mum 5.22 mm -1.01 cm 0 eV 123 keV 22.1 mum 22.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 167 mum 1.94 mm -4.38 mm 552 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -542 mum 3.17 mm -1.03 cm 535 keV 0 eV 6.13 mm 6.13 mmWAbsorberPhysicalcompt - 2 -303 mum 3.4 mm -1.27 cm 417 keV 0 eV 2.36 mm 8.49 mmWAbsorberPhysicalcompt - 3 -80.5 mum 3.76 mm -1.3 cm 0 eV 69.5 keV 543 mum 9.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -80.5 mum 3.76 mm -1.3 cm 348 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -76.5 mum 3.76 mm -1.3 cm 0 eV 348 keV 108 mum 108 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -303 mum 3.4 mm -1.27 cm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -304 mum 3.4 mm -1.27 cm 0 eV 118 keV 20.7 mum 20.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -542 mum 3.17 mm -1.03 cm 16.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -542 mum 3.17 mm -1.03 cm 0 eV 16.8 keV 865 nm 865 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 169 mum 1.88 mm -4.14 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 177 mum 2.03 mm -5.25 mm 0 eV 69.5 keV 1.11 mm 1.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 177 mum 2.03 mm -5.25 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 178 mum 2.03 mm -5.25 mm 0 eV 120 keV 21.3 mum 21.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 168 mum 1.85 mm -4 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 116 mum 2.04 mm -4.91 mm 0 eV 69.5 keV 938 mum 938 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 116 mum 2.04 mm -4.91 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 116 mum 2.04 mm -4.91 mm 0 eV 126 keV 22.9 mum 22.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 247 mum 1.57 mm -3.12 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 329 mum 1.91 mm -4.04 mm 0 eV 69.5 keV 982 mum 982 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 329 mum 1.91 mm -4.04 mm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 328 mum 1.91 mm -4.05 mm 0 eV 252 keV 67 mum 67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 221 mum 1.38 mm -2.81 mm 12.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 237 mum 1.41 mm -2.88 mm 12 MeV 110 keV 72.8 mum 72.8 mumWAbsorberPhysicaleBrem - 2 255 mum 1.42 mm -2.93 mm 8.04 MeV 151 keV 51.6 mum 124 mumWAbsorberPhysicaleBrem - 3 260 mum 1.6 mm -3.15 mm 6.57 MeV 1.05 MeV 310 mum 434 mumWAbsorberPhysicaleBrem - 4 297 mum 1.78 mm -3.37 mm 5.63 MeV 538 keV 316 mum 750 mumWAbsorberPhysicaleBrem - 5 603 mum 1.88 mm -3.14 mm 3 MeV 755 keV 382 mum 1.13 mmWAbsorberPhysicaleBrem - 6 727 mum 1.84 mm -3.22 mm 2.26 MeV 327 keV 174 mum 1.31 mmWAbsorberPhysicaleBrem - 7 1.07 mm 1.38 mm -3.52 mm 322 keV 1.94 MeV 1.06 mm 2.37 mmWAbsorberPhysicaleIoni - 8 1.07 mm 1.39 mm -3.52 mm 0 eV 322 keV 96.5 mum 2.46 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 727 mum 1.84 mm -3.22 mm 406 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.04 mm 3.56 mm -2.85 mm 0 eV 69.5 keV 5.6 mm 5.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.04 mm 3.56 mm -2.85 mm 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.05 mm 3.56 mm -2.85 mm 0 eV 336 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 603 mum 1.88 mm -3.14 mm 1.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 cm 3.46 mm -5.01 mm 0 eV 0 eV 1.51 cm 1.51 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 78, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm 3.46 mm -5.01 mm 16.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 cm 3.46 mm -5.01 mm 0 eV 16.4 keV 693 nm 693 nmWAbsorberPhysicaleIoni - 2 1.55 cm 3.46 mm -5.01 mm 0 eV 0 eV 0 fm 693 nmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm 3.46 mm -5.01 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 cm -2.61 mm 5.15 mm 324 keV 0 eV 1.18 cm 1.18 cmWAbsorberPhysicalcompt - 2 1.37 cm -2.29 mm 6.3 mm 320 keV 0 eV 2 mm 1.38 cmWAbsorberPhysicalcompt - 3 1.28 cm -2.32 mm 6.86 mm 0 eV 69.5 keV 1.04 mm 1.49 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 cm -2.32 mm 6.86 mm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 cm -2.32 mm 6.86 mm 0 eV 251 keV 66.6 mum 66.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 cm -2.29 mm 6.3 mm 3.79 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 cm -2.29 mm 6.3 mm 0 eV 3.79 keV 95 nm 95 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 cm -2.61 mm 5.15 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 cm -2.61 mm 5.15 mm 0 eV 187 keV 42.8 mum 42.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm 3.46 mm -5.01 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 cm 4.33 mm -6.47 mm 0 eV 69.5 keV 1.7 mm 1.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm 4.33 mm -6.47 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 cm 4.33 mm -6.48 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm 3.46 mm -5.01 mm 838 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 cm 3.48 mm -5 mm 0 eV 838 keV 346 mum 346 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 297 mum 1.78 mm -3.37 mm 403 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 728 mum 1.74 mm -3.24 mm 0 eV 69.5 keV 452 mum 452 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 728 mum 1.74 mm -3.24 mm 333 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 734 mum 1.74 mm -3.23 mm 0 eV 333 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 260 mum 1.6 mm -3.15 mm 422 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 798 mum 2.22 mm -3.76 mm 165 keV 0 eV 1.02 mm 1.02 mmWAbsorberPhysicalcompt - 2 701 mum 1.94 mm -3.24 mm 0 eV 69.5 keV 597 mum 1.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 701 mum 1.94 mm -3.24 mm 95.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 701 mum 1.94 mm -3.24 mm 0 eV 95.5 keV 14.7 mum 14.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 798 mum 2.22 mm -3.76 mm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 800 mum 2.22 mm -3.76 mm 0 eV 257 keV 69 mum 69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 255 mum 1.42 mm -2.93 mm 3.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.36 mm 1.08 cm -2.17 cm 0 eV 0 eV 2.19 cm 2.19 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 89, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.36 mm 1.08 cm -2.17 cm 1.79 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.42 mm 1.09 cm -2.18 cm 0 eV 1.79 MeV 842 mum 842 mumWAbsorberPhysicaleIoni - 2 6.42 mm 1.09 cm -2.18 cm 0 eV 0 eV 0 fm 842 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 91, Parent ID = 89 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.42 mm 1.09 cm -2.18 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.62 mm 1.12 cm -2.64 cm 380 keV 0 eV 5.61 mm 5.61 mmWAbsorberPhysicalcompt - 2 1.28 cm 1.34 cm -2.73 cm 160 keV 0 eV 3.99 mm 9.61 mmWAbsorberPhysicalcompt - 3 1.27 cm 1.34 cm -2.72 cm 0 eV 69.5 keV 154 mum 9.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 cm 1.34 cm -2.72 cm 90.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 cm 1.34 cm -2.72 cm 0 eV 90.9 keV 13.6 mum 13.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 cm 1.34 cm -2.73 cm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 cm 1.34 cm -2.73 cm 0 eV 220 keV 54.9 mum 54.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.62 mm 1.12 cm -2.64 cm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.62 mm 1.12 cm -2.64 cm 679 eV 10.1 keV 4.18 mum 4.18 mumWAbsorberPhysicaleBrem - 2 9.62 mm 1.12 cm -2.64 cm 0 eV 679 eV 9.69 nm 4.19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 95, Parent ID = 92 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.62 mm 1.12 cm -2.64 cm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.61 mm 1.11 cm -2.65 cm 0 eV 69.5 keV 80.8 mum 80.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 95 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.61 mm 1.11 cm -2.65 cm 50.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.61 mm 1.11 cm -2.65 cm 0 eV 50.3 keV 5.13 mum 5.13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 90, Parent ID = 89 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.42 mm 1.09 cm -2.18 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -897 mum 1.03 cm -1.13 cm 472 keV 0 eV 1.28 cm 1.28 cmWAbsorberPhysicalcompt - 2 -1.25 cm 6.96 mm -3.4 mm 318 keV 0 eV 1.44 cm 2.73 cmWAbsorberPhysicalcompt - 3 -1.24 cm 7.33 mm -877 mum 274 keV 0 eV 2.55 mm 2.98 cmWAbsorberPhysicalcompt - 4 -1.12 cm 7.25 mm 482 mum 0 eV 69.5 keV 1.87 mm 3.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 cm 7.25 mm 482 mum 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 cm 7.25 mm 483 mum 0 eV 204 keV 48.8 mum 48.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 cm 7.33 mm -877 mum 44.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 cm 7.33 mm -877 mum 0 eV 44.9 keV 4.29 mum 4.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 cm 6.96 mm -3.4 mm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 cm 6.96 mm -3.4 mm 0 eV 154 keV 31.5 mum 31.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -897 mum 1.03 cm -1.13 cm 39 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -897 mum 1.03 cm -1.13 cm 0 eV 39 keV 3.38 mum 3.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.36 mm 1.08 cm -2.17 cm 972 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.36 mm 1.08 cm -2.18 cm 0 eV 972 keV 413 mum 413 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 237 mum 1.41 mm -2.88 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 509 mum 1.64 mm -3.67 mm 0 eV 69.5 keV 871 mum 871 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 509 mum 1.64 mm -3.67 mm 86.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 509 mum 1.64 mm -3.67 mm 0 eV 86.7 keV 12.6 mum 12.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 73 mum 280 mum -544 mum 1.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 830 mum 2.49 mm -1.46 mm 253 keV 0 eV 2.51 mm 2.51 mmWAbsorberPhysicalcompt - 2 -784 mum 1.52 mm -1.18 mm 0 eV 69.5 keV 1.91 mm 4.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -784 mum 1.52 mm -1.18 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -785 mum 1.51 mm -1.18 mm 0 eV 183 keV 41.6 mum 41.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 830 mum 2.49 mm -1.46 mm 1.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 862 mum 2.57 mm -1.49 mm 0 eV 1.71 MeV 788 mum 788 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 69.1 mum 258 mum -498 mum 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 75.4 mum 316 mum -601 mum 0 eV 69.5 keV 119 mum 119 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 75.4 mum 316 mum -601 mum 48.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 75.1 mum 316 mum -601 mum 0 eV 48.4 keV 4.85 mum 4.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 52.7 mum 184 mum -352 mum 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 63.4 mum 222 mum -430 mum 0 eV 69.5 keV 87.2 mum 87.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 63.4 mum 222 mum -430 mum 80.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 63.8 mum 221 mum -430 mum 0 eV 80.7 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 17.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -18.9 cm 3.83 cm 32.8 cm 17.9 MeV 0 eV 38.1 cm 38.1 cmF2LArGapPhysicalTransportation - 2 -18.9 cm 3.83 cm 32.9 cm 17.9 MeV 0 eV 475 mum 38.1 cmF2RodPhysicalTransportation - 3 -19 cm 3.85 cm 33.1 cm 17.9 MeV 0 eV 2.22 mm 38.3 cmF2LArGapPhysicalTransportation - 4 -19.1 cm 3.87 cm 33.2 cm 17.9 MeV 0 eV 1.91 mm 38.5 cmCuPlateAPhysicalTransportation - 5 -20.3 cm 4.11 cm 35.3 cm 17.9 MeV 0 eV 2.43 cm 41 cmFCALEnvelopePhysicalTransportation - 6 -21.9 cm 4.43 cm 38.1 cm 17.9 MeV 0 eV 3.17 cm 44.1 cmFCALEmModulePhysicalTransportation - 7 -30.8 cm 6.23 cm 53.5 cm 17.9 MeV 0 eV 17.9 cm 62 cmFCALEnvelopePhysicalTransportation - 8 -32 cm 6.48 cm 55.7 cm 17.9 MeV 0 eV 2.51 cm 64.5 cmLArgPhysicalTransportation - 9 -63.6 cm 12.9 cm 1.1 m 17.9 MeV 0 eV 63.6 cm 1.28 mCryostatVolumesTransportation - 10 -63.7 cm 12.9 cm 1.11 m 17.9 MeV 0 eV 3.02 mm 1.28 mInsulationPhysicalTransportation - 11 -67.2 cm 13.6 cm 1.17 m 17.9 MeV 0 eV 7.04 cm 1.35 mCryostatVolumesTransportation - 12 -67.3 cm 13.6 cm 1.17 m 17.9 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 13 -81.7 cm 16.5 cm 1.42 m 17.9 MeV 0 eV 29 cm 1.65 mIronWallPhysicalTransportation - 14 -1.05 m 21.2 cm 1.82 m 17.9 MeV 0 eV 46.4 cm 2.11 mMotherTransportation - 15 -5 m 1.01 m 8.69 m 17.9 MeV 0 eV 7.97 m 10.1 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 cm -18.2 cm 25.4 cm 37.3 MeV 0 eV 31.2 cm 31.2 cmFCALEnvelopePhysicalTransportation - 2 1.74 cm -23.8 cm 33.3 cm 37.3 MeV 0 eV 9.78 cm 41 cmLArgPhysicalTransportation - 3 6.64 cm -91.1 cm 1.27 m 37.3 MeV 0 eV 1.16 m 1.57 mCryostatVolumesTransportation - 4 6.66 cm -91.3 cm 1.28 m 37.3 MeV 0 eV 3.69 mm 1.57 mInsulationPhysicalTransportation - 5 7.02 cm -96.3 cm 1.35 m 37.3 MeV 0 eV 8.6 cm 1.66 mCryostatVolumesTransportation - 6 7.03 cm -96.5 cm 1.35 m 37.3 MeV 0 eV 3.07 mm 1.66 mMotherTransportation - 7 36.4 cm -5 m 6.98 m 37.3 MeV 0 eV 6.94 m 8.6 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=50.9433 -Edep in FCAL1 FCAl2 : 0 50.9433 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2531 0 0 0 --------------------------------------------- - ----> Begin of event: 31 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 31 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.84 mum -64 mum 21 mum 31.2 MeV 102 keV 67.9 mum 67.9 mumWAbsorberPhysicaleBrem - 2 15.8 mum -308 mum 100 mum 30.1 MeV 528 keV 258 mum 325 mumWAbsorberPhysicaleBrem - 3 450 mum -2.64 mm 213 mum 21.5 MeV 4.77 MeV 2.48 mm 2.81 mmWAbsorberPhysicaleBrem - 4 451 mum -2.65 mm 222 mum 21.2 MeV 31.4 keV 18.1 mum 2.83 mmWAbsorberPhysicaleBrem - 5 713 mum -3.61 mm 489 mum 17.5 MeV 3.23 MeV 1.11 mm 3.93 mmWAbsorberPhysicaleBrem - 6 570 mum -3.92 mm 686 mum 14.5 MeV 875 keV 394 mum 4.33 mmWAbsorberPhysicaleBrem - 7 576 mum -4.21 mm 1.02 mm 13.6 MeV 743 keV 436 mum 4.76 mmWAbsorberPhysicaleBrem - 8 1.02 mm -5.32 mm 1.3 mm 10.7 MeV 2.1 MeV 1.16 mm 5.92 mmWAbsorberPhysicaleBrem - 9 1.12 mm -5.55 mm 1.48 mm 7.72 MeV 465 keV 305 mum 6.23 mmWAbsorberPhysicaleBrem - 10 1.11 mm -5.57 mm 1.49 mm 7.43 MeV 27.7 keV 19.8 mum 6.25 mmWAbsorberPhysicaleBrem - 11 657 mum -6.05 mm 1.41 mm 5.09 MeV 1.04 MeV 622 mum 6.87 mmWAbsorberPhysicaleBrem - 12 -158 mum -6.51 mm 1.07 mm 3.01 MeV 1.94 MeV 1.11 mm 7.98 mmWAbsorberPhysicaleBrem - 13 -959 mum -5.92 mm 941 mum 94.2 keV 2.91 MeV 1.31 mm 9.29 mmWAbsorberPhysicaleBrem - 14 -958 mum -5.92 mm 942 mum 0 eV 94.2 keV 13.3 mum 9.3 mmWAbsorberPhysicaleIoni - 15 -958 mum -5.92 mm 942 mum 0 eV 0 eV 0 fm 9.3 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -958 mum -5.92 mm 942 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 552 mum -5.33 mm -1.35 mm 442 keV 0 eV 2.81 mm 2.81 mmWAbsorberPhysicalcompt - 2 1.58 mm -5.31 mm -1.85 mm 0 eV 69.5 keV 1.14 mm 3.95 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 mm -5.31 mm -1.85 mm 372 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm -5.31 mm -1.86 mm 0 eV 372 keV 119 mum 119 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 552 mum -5.33 mm -1.35 mm 69.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 552 mum -5.33 mm -1.35 mm 0 eV 69.3 keV 8.75 mum 8.75 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -958 mum -5.92 mm 942 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.22 mm -6.42 mm 2.86 mm 511 keV 0 eV 2.35 mm 2.35 mmWAbsorberPhysicalcompt - 2 -3.69 mm -6.95 mm 5.12 mm 464 keV 0 eV 2.75 mm 5.1 mmWAbsorberPhysicalcompt - 3 -4.95 mm -9.32 mm 8.26 mm 0 eV 69.5 keV 4.13 mm 9.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.95 mm -9.32 mm 8.26 mm 395 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.95 mm -9.33 mm 8.27 mm 0 eV 395 keV 129 mum 129 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.69 mm -6.95 mm 5.12 mm 46.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.69 mm -6.95 mm 5.12 mm 0 eV 46.6 keV 4.56 mum 4.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.22 mm -6.42 mm 2.86 mm 89.3 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.22 mm -6.42 mm 2.86 mm 0 eV 89.3 eV 2.35 nm 2.35 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -158 mum -6.51 mm 1.07 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -176 mum -6.52 mm 993 mum 0 eV 69.5 keV 80.3 mum 80.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -176 mum -6.52 mm 993 mum 72 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -176 mum -6.52 mm 993 mum 0 eV 72 keV 9.32 mum 9.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 657 mum -6.05 mm 1.41 mm 1.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -746 mum -8.87 mm 2.8 mm 1.09 MeV 0 eV 3.44 mm 3.44 mmWAbsorberPhysicalcompt - 2 -2.9 mm -1.44 cm 8.99 mm 391 keV 0 eV 8.6 mm 1.2 cmWAbsorberPhysicalcompt - 3 -7.11 mm -1.8 cm 5.75 mm 168 keV 0 eV 6.4 mm 1.84 cmWAbsorberPhysicalcompt - 4 -7.07 mm -1.8 cm 5.74 mm 0 eV 69.5 keV 49.9 mum 1.85 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.07 mm -1.8 cm 5.74 mm 98.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.07 mm -1.8 cm 5.74 mm 0 eV 98.3 keV 15.4 mum 15.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.11 mm -1.8 cm 5.75 mm 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.11 mm -1.8 cm 5.75 mm 0 eV 223 keV 55.9 mum 55.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm -1.44 cm 8.99 mm 697 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm -1.44 cm 9.01 mm 0 eV 697 keV 275 mum 275 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -746 mum -8.87 mm 2.8 mm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -748 mum -8.87 mm 2.8 mm 0 eV 213 keV 52.4 mum 52.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 mm -5.57 mm 1.49 mm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 25 mum -8.47 mm 1.99 mm 0 eV 69.5 keV 3.14 mm 3.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 25 mum -8.47 mm 1.99 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 24.6 mum -8.47 mm 1.99 mm 0 eV 187 keV 42.9 mum 42.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 mm -5.55 mm 1.48 mm 2.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 631 mum -7.92 mm 1.74 mm 0 eV 0 eV 2.43 mm 2.43 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 31, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 631 mum -7.92 mm 1.74 mm 647 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 610 mum -7.94 mm 1.74 mm 0 eV 647 keV 249 mum 249 mumWAbsorberPhysicaleIoni - 2 610 mum -7.94 mm 1.74 mm 0 eV 0 eV 0 fm 249 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 610 mum -7.94 mm 1.74 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 183 mum -7.38 mm 770 mum 300 keV 0 eV 1.19 mm 1.19 mmWAbsorberPhysicalcompt - 2 -6.07 mm -8.86 mm 300 mum 0 eV 69.5 keV 6.44 mm 7.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.07 mm -8.86 mm 300 mum 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.07 mm -8.86 mm 300 mum 0 eV 231 keV 58.9 mum 58.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 183 mum -7.38 mm 770 mum 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 184 mum -7.37 mm 767 mum 0 eV 211 keV 51.4 mum 51.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 610 mum -7.94 mm 1.74 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.38 mm -1.02 cm 5.74 mm 193 keV 0 eV 4.95 mm 4.95 mmWAbsorberPhysicalcompt - 2 2.59 mm -9.81 mm 5.44 mm 0 eV 69.5 keV 566 mum 5.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 mm -9.81 mm 5.44 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm -9.81 mm 5.44 mm 0 eV 123 keV 22.2 mum 22.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.38 mm -1.02 cm 5.74 mm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.38 mm -1.03 cm 5.74 mm 0 eV 318 keV 94.5 mum 94.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 631 mum -7.92 mm 1.74 mm 841 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 528 mum -7.97 mm 1.78 mm 324 keV 366 keV 234 mum 234 mumWAbsorberPhysicaleBrem - 2 535 mum -7.97 mm 1.78 mm 0 eV 324 keV 97.1 mum 331 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 528 mum -7.97 mm 1.78 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 648 mum -7.97 mm 1.72 mm 0 eV 69.5 keV 132 mum 132 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 648 mum -7.97 mm 1.72 mm 81.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 647 mum -7.97 mm 1.72 mm 0 eV 81.6 keV 11.4 mum 11.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 mm -5.32 mm 1.3 mm 805 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 mm -1.22 cm 5.45 mm 405 keV 0 eV 8.05 mm 8.05 mmWAbsorberPhysicalcompt - 2 4.13 mm -1.21 cm 6.99 mm 352 keV 0 eV 2.66 mm 1.07 cmWAbsorberPhysicalcompt - 3 4.58 mm -1.16 cm 7.44 mm 0 eV 69.5 keV 790 mum 1.15 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.58 mm -1.16 cm 7.44 mm 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.59 mm -1.16 cm 7.44 mm 0 eV 283 keV 79.9 mum 79.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.13 mm -1.21 cm 6.99 mm 52.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.13 mm -1.21 cm 6.99 mm 0 eV 52.3 keV 5.49 mum 5.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 mm -1.22 cm 5.45 mm 401 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 mm -1.22 cm 5.45 mm 0 eV 401 keV 131 mum 131 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 576 mum -4.21 mm 1.02 mm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 595 mum -4.4 mm 1.15 mm 0 eV 69.5 keV 232 mum 232 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 595 mum -4.4 mm 1.15 mm 74.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 595 mum -4.4 mm 1.15 mm 0 eV 74.4 keV 9.81 mum 9.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 570 mum -3.92 mm 686 mum 2.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 547 mum -4.05 mm 808 mum 2.08 MeV 0 eV 179 mum 179 mumWAbsorberPhysicalcompt - 2 -236 mum -6.49 mm 3.76 mm 2.07 MeV 0 eV 3.9 mm 4.08 mmWAbsorberPhysicalcompt - 3 -512 mum -7.18 mm 4.71 mm 1.92 MeV 0 eV 1.21 mm 5.29 mmWAbsorberPhysicalcompt - 4 -608 mum -8.73 mm 6.94 mm 1.35 MeV 0 eV 2.72 mm 8.01 mmWAbsorberPhysicalcompt - 5 -227 mum -9.13 mm 7.67 mm 490 keV 0 eV 911 mum 8.92 mmWAbsorberPhysicalcompt - 6 -1.51 mm -1.33 cm 7.86 mm 190 keV 0 eV 4.39 mm 1.33 cmWAbsorberPhysicalcompt - 7 -1.01 mm -1.31 cm 7.66 mm 0 eV 69.5 keV 594 mum 1.39 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 mm -1.31 cm 7.66 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 mm -1.31 cm 7.65 mm 0 eV 120 keV 21.3 mum 21.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 mm -1.33 cm 7.86 mm 300 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 mm -1.33 cm 7.86 mm 0 eV 300 keV 87 mum 87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -227 mum -9.13 mm 7.67 mm 864 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -210 mum -9.13 mm 7.69 mm 0 eV 864 keV 359 mum 359 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -608 mum -8.73 mm 6.94 mm 565 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -619 mum -8.74 mm 6.95 mm 0 eV 565 keV 210 mum 210 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -512 mum -7.18 mm 4.71 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -514 mum -7.18 mm 4.71 mm 0 eV 149 keV 30.2 mum 30.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -236 mum -6.49 mm 3.76 mm 16.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -236 mum -6.49 mm 3.76 mm 0 eV 16.6 keV 853 nm 853 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 547 mum -4.05 mm 808 mum 83.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 548 mum -4.05 mm 808 mum 0 eV 83.3 keV 11.8 mum 11.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 713 mum -3.61 mm 489 mum 446 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 63.2 mum -5.78 mm 2.15 mm 432 keV 0 eV 2.8 mm 2.8 mmWAbsorberPhysicalcompt - 2 -220 mum -6.57 mm 2.47 mm 0 eV 69.5 keV 904 mum 3.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -220 mum -6.57 mm 2.47 mm 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -247 mum -6.56 mm 2.48 mm 32.5 keV 137 keV 77.4 mum 77.4 mumWAbsorberPhysicaleBrem - 2 -248 mum -6.56 mm 2.48 mm 0 eV 32.5 keV 2.52 mum 79.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -247 mum -6.56 mm 2.48 mm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -263 mum -6.59 mm 2.49 mm 0 eV 69.5 keV 28 mum 28 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -263 mum -6.59 mm 2.49 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -264 mum -6.59 mm 2.49 mm 0 eV 124 keV 22.3 mum 22.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 63.2 mum -5.78 mm 2.15 mm 13.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 63.3 mum -5.78 mm 2.15 mm 0 eV 13.7 keV 630 nm 630 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 451 mum -2.65 mm 222 mum 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 455 mum -2.66 mm 229 mum 0 eV 69.5 keV 12.5 mum 12.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 455 mum -2.66 mm 229 mum 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 456 mum -2.67 mm 227 mum 0 eV 146 keV 29.1 mum 29.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 450 mum -2.64 mm 213 mum 3.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 mm -1.15 cm 5.45 mm 0 eV 69.5 keV 1.03 cm 1.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 mm -1.15 cm 5.45 mm 3.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 mm -1.16 cm 5.46 mm 2.87 MeV 659 keV 334 mum 334 mumWAbsorberPhysicaleBrem - 2 1.02 mm -1.12 cm 5.28 mm 575 keV 2.3 MeV 1.28 mm 1.62 mmWAbsorberPhysicaleIoni - 3 1 mm -1.12 cm 5.27 mm 0 eV 575 keV 214 mum 1.83 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 mm -1.16 cm 5.46 mm 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm -1.16 cm 5.56 mm 212 keV 0 eV 183 mum 183 mumWAbsorberPhysicalcompt - 2 1.57 mm -1.17 cm 5.64 mm 0 eV 69.5 keV 91.2 mum 274 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm -1.17 cm 5.64 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm -1.17 cm 5.64 mm 0 eV 143 keV 28.1 mum 28.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 mm -1.16 cm 5.56 mm 29.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm -1.16 cm 5.56 mm 0 eV 29.9 keV 2.2 mum 2.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15.8 mum -308 mum 100 mum 601 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 520 mum -8.6 mm 3.33 mm 0 eV 69.5 keV 8.92 mm 8.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 520 mum -8.6 mm 3.33 mm 532 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 523 mum -8.62 mm 3.34 mm 0 eV 532 keV 193 mum 193 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.84 mum -64 mum 21 mum 11.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm -1.25 cm 3.62 mm 0 eV 0 eV 1.3 cm 1.3 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm -1.25 cm 3.62 mm 5.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm -1.25 cm 3.62 mm 4.93 MeV 5.87 keV 1.32 mum 1.32 mumWAbsorberPhysicaleBrem - 2 1.64 mm -1.26 cm 3.62 mm 1.68 MeV 218 keV 131 mum 132 mumWAbsorberPhysicaleBrem - 3 1.8 mm -1.28 cm 3.38 mm 520 keV 849 keV 503 mum 635 mumWAbsorberPhysicaleBrem - 4 1.81 mm -1.28 cm 3.39 mm 0 eV 520 keV 186 mum 821 mumWAbsorberPhysicaleIoni - 5 1.81 mm -1.28 cm 3.39 mm 0 eV 0 eV 0 fm 821 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.81 mm -1.28 cm 3.39 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 mm -1.27 cm 3.31 mm 470 keV 0 eV 177 mum 177 mumWAbsorberPhysicalcompt - 2 2.51 mm -1.23 cm 2.45 mm 0 eV 69.5 keV 1.1 mm 1.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.51 mm -1.23 cm 2.45 mm 400 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.51 mm -1.23 cm 2.45 mm 0 eV 400 keV 131 mum 131 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 mm -1.27 cm 3.31 mm 41.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 mm -1.27 cm 3.31 mm 0 eV 41.5 keV 3.76 mum 3.76 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.81 mm -1.28 cm 3.39 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 mm -1.41 cm 5.46 mm 444 keV 0 eV 4.21 mm 4.21 mmWAbsorberPhysicalcompt - 2 -2.51 mm -1.43 cm 5.43 mm 240 keV 0 eV 937 mum 5.14 mmWAbsorberPhysicalcompt - 3 -2.44 mm -1.47 cm 5.71 mm 0 eV 69.5 keV 469 mum 5.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.44 mm -1.47 cm 5.71 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.44 mm -1.47 cm 5.7 mm 0 eV 170 keV 37 mum 37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.51 mm -1.43 cm 5.43 mm 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.51 mm -1.43 cm 5.43 mm 0 eV 205 keV 49 mum 49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm -1.41 cm 5.46 mm 66.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 mm -1.41 cm 5.46 mm 0 eV 66.6 keV 8.2 mum 8.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 mm -1.28 cm 3.38 mm 311 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 mm -1.28 cm 3.53 mm 288 keV 0 eV 159 mum 159 mumWAbsorberPhysicalcompt - 2 1.84 mm -1.26 cm 3.8 mm 0 eV 69.5 keV 319 mum 477 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.84 mm -1.26 cm 3.8 mm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 mm -1.26 cm 3.8 mm 0 eV 218 keV 54.2 mum 54.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.84 mm -1.28 cm 3.53 mm 23.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 mm -1.28 cm 3.53 mm 0 eV 23.5 keV 1.49 mum 1.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 mm -1.26 cm 3.62 mm 3.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 cm -2.47 cm 2.26 cm 0 eV 0 eV 2.89 cm 2.89 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 76, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 cm -2.47 cm 2.26 cm 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 cm -2.47 cm 2.27 cm 0 eV 1.18 MeV 524 mum 524 mumWAbsorberPhysicaleIoni - 2 1.97 cm -2.47 cm 2.27 cm 0 eV 0 eV 0 fm 524 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 cm -2.47 cm 2.27 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 cm -2.47 cm 2.25 cm 398 keV 0 eV 294 mum 294 mumWAbsorberPhysicalcompt - 2 1.94 cm -2.55 cm 2.15 cm 0 eV 69.5 keV 1.21 mm 1.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 cm -2.55 cm 2.15 cm 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 cm -2.55 cm 2.15 cm 0 eV 329 keV 99.3 mum 99.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm -2.47 cm 2.25 cm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 cm -2.47 cm 2.25 cm 0 eV 113 keV 19.3 mum 19.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 cm -2.47 cm 2.27 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.04 cm -2.46 cm 2.35 cm 0 eV 69.5 keV 1 mm 1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 cm -2.46 cm 2.35 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.04 cm -2.46 cm 2.35 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 cm -2.47 cm 2.26 cm 836 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 cm -2.47 cm 2.27 cm 0 eV 836 keV 344 mum 344 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm -1.25 cm 3.62 mm 737 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 cm -3.84 cm 8.65 mm 405 keV 0 eV 3.16 cm 3.16 cmWAbsorberPhysicalcompt - 2 1.87 cm -3.88 cm 9.53 mm 288 keV 0 eV 953 mum 3.25 cmWAbsorberPhysicalcompt - 3 1.82 cm -3.93 cm 9.65 mm 0 eV 69.5 keV 740 mum 3.32 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.82 cm -3.93 cm 9.65 mm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.81 cm -3.93 cm 9.65 mm 0 eV 218 keV 54.1 mum 54.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.87 cm -3.88 cm 9.53 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 cm -3.88 cm 9.53 mm 0 eV 118 keV 20.7 mum 20.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.87 cm -3.84 cm 8.65 mm 332 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 cm -3.84 cm 8.65 mm 0 eV 332 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm -1.25 cm 3.62 mm 4.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 mm -1.3 cm 3.07 mm 809 keV 1.92 MeV 922 mum 922 mumWAbsorberPhysicaleBrem - 2 1.37 mm -1.3 cm 3.06 mm 0 eV 809 keV 331 mum 1.25 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 mm -1.3 cm 3.07 mm 2.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.78 cm 1.11 cm -2.09 cm 0 eV 0 eV 4.48 cm 4.48 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 87, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.78 cm 1.11 cm -2.09 cm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.78 cm 1.11 cm -2.09 cm 0 eV 182 keV 39.1 mum 39.1 mumWAbsorberPhysicaleIoni - 2 -2.78 cm 1.11 cm -2.09 cm 0 eV 0 eV 0 fm 39.1 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 89, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.78 cm 1.11 cm -2.09 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 cm 9.22 mm -2.03 cm 184 keV 0 eV 2.37 mm 2.37 mmWAbsorberPhysicalcompt - 2 -2.89 cm 9.27 mm -2.04 cm 0 eV 69.5 keV 204 mum 2.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 89 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.89 cm 9.27 mm -2.04 cm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.89 cm 9.27 mm -2.04 cm 0 eV 115 keV 19.8 mum 19.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 89 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 cm 9.22 mm -2.03 cm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 cm 9.21 mm -2.03 cm 0 eV 327 keV 98.4 mum 98.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 88, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.78 cm 1.11 cm -2.09 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.63 cm 1.35 cm -2.18 cm 0 eV 69.5 keV 2.98 mm 2.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 88 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.63 cm 1.35 cm -2.18 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.63 cm 1.35 cm -2.18 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.78 cm 1.11 cm -2.09 cm 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 cm 1.11 cm -2.09 cm 0 eV 1.03 MeV 442 mum 442 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 22.8 cm -4.2 cm 3.19 cm 13 MeV 0 eV 23.4 cm 23.4 cmLArgPhysicalTransportation - 2 1.26 m -23.2 cm 17.6 cm 13 MeV 0 eV 1.06 m 1.3 mCryostatVolumesTransportation - 3 1.27 m -23.3 cm 17.6 cm 13 MeV 0 eV 3.05 mm 1.3 mInsulationPhysicalTransportation - 4 1.33 m -24.5 cm 18.6 cm 13 MeV 0 eV 7.12 cm 1.37 mCryostatVolumesTransportation - 5 1.34 m -24.6 cm 18.6 cm 13 MeV 0 eV 2.54 mm 1.37 mMotherTransportation - 6 5 m -92 cm 69.7 cm 13 MeV 0 eV 3.76 m 5.13 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.52 cm 16.5 cm -5.22 cm 49.1 MeV 0 eV 18.5 cm 18.5 cmF2TroffMainPhysicalTransportation - 2 -6.79 cm 17.2 cm -5.44 cm 49.1 MeV 0 eV 7.8 mm 19.3 cmLArgPhysicalTransportation - 3 -38.5 cm 97.5 cm -30.8 cm 49.1 MeV 0 eV 90 cm 1.09 mCryostatVolumesTransportation - 4 -78 cm 1.98 m -62.5 cm 49.1 MeV 0 eV 1.12 m 2.21 mMotherTransportation - 5 -1.97 m 5 m -1.58 m 49.1 MeV 0 eV 3.39 m 5.6 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=43.9879 -Edep in FCAL1 FCAl2 : 0 43.9879 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2532 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 32 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 508 mum 826 mum 1.73 mum 1.2 MeV 1.94 MeV 972 mum 972 mumWAbsorberPhysicaleBrem - 2 546 mum 885 mum -9.03 mum 0 eV 1.2 MeV 534 mum 1.51 mmWAbsorberPhysicaleIoni - 3 546 mum 885 mum -9.03 mum 0 eV 0 eV 0 fm 1.51 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 546 mum 885 mum -9.03 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -187 mum 1.06 mm 1.97 mm 0 eV 69.5 keV 2.12 mm 2.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -187 mum 1.06 mm 1.97 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -196 mum 1.06 mm 1.98 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 546 mum 885 mum -9.03 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm 638 mum -2.77 mm 0 eV 69.5 keV 2.95 mm 2.95 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm 638 mum -2.77 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm 643 mum -2.78 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 508 mum 826 mum 1.73 mum 32.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.29 mm 2.03 mm -210 mum 0 eV 0 eV 1.45 mm 1.45 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 11, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 mm 2.03 mm -210 mum 9.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.57 mm 2.72 mm -676 mum 6.28 MeV 3.13 MeV 1.53 mm 1.53 mmWAbsorberPhysicaleBrem - 2 3.25 mm 3.83 mm -1.52 mm 2.75 MeV 3.01 MeV 1.66 mm 3.19 mmWAbsorberPhysicaleBrem - 3 3.9 mm 3.46 mm -948 mum 436 keV 2.31 MeV 1.27 mm 4.46 mmWAbsorberPhysicaleIoni - 4 3.91 mm 3.47 mm -948 mum 0 eV 436 keV 146 mum 4.6 mmWAbsorberPhysicaleIoni - 5 3.91 mm 3.47 mm -948 mum 0 eV 0 eV 0 fm 4.6 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.91 mm 3.47 mm -948 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.33 mm 4.02 mm 295 mum 458 keV 0 eV 1.48 mm 1.48 mmWAbsorberPhysicalcompt - 2 3.27 mm 4.68 mm 5.46 mm 359 keV 0 eV 5.2 mm 6.69 mmWAbsorberPhysicalcompt - 3 468 mum 8.41 mm 9.08 mm 344 keV 0 eV 5.91 mm 1.26 cmWAbsorberPhysicalcompt - 4 366 mum 8.67 mm 9.48 mm 0 eV 69.5 keV 491 mum 1.31 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 366 mum 8.67 mm 9.48 mm 275 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 366 mum 8.68 mm 9.48 mm 136 keV 6.93 keV 3.5 mum 3.5 mumWAbsorberPhysicaleBrem - 2 366 mum 8.68 mm 9.49 mm 0 eV 136 keV 26.1 mum 29.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 366 mum 8.68 mm 9.48 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 492 mum 8.95 mm 9.54 mm 0 eV 69.5 keV 304 mum 304 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 492 mum 8.95 mm 9.54 mm 62.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 492 mum 8.95 mm 9.54 mm 0 eV 62.1 keV 7.27 mum 7.27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 468 mum 8.41 mm 9.08 mm 14.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 468 mum 8.41 mm 9.08 mm 0 eV 14.7 keV 707 nm 707 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.27 mm 4.68 mm 5.46 mm 98.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 mm 4.68 mm 5.46 mm 0 eV 98.7 keV 15.5 mum 15.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.33 mm 4.02 mm 295 mum 53.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.33 mm 4.02 mm 295 mum 0 eV 53.2 keV 5.67 mum 5.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.91 mm 3.47 mm -948 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.28 mm -1.62 mm -1.23 cm 257 keV 0 eV 1.36 cm 1.36 cmWAbsorberPhysicalcompt - 2 9.14 mm -1.7 mm -1.24 cm 0 eV 69.5 keV 161 mum 1.37 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.14 mm -1.7 mm -1.24 cm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.13 mm -1.7 mm -1.24 cm 0 eV 187 keV 42.8 mum 42.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.28 mm -1.62 mm -1.23 cm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.28 mm -1.62 mm -1.23 cm 0 eV 254 keV 68 mum 68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.25 mm 3.83 mm -1.52 mm 523 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.12 mm 4.5 mm -362 mum 0 eV 69.5 keV 1.34 mm 1.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.12 mm 4.5 mm -362 mum 454 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.11 mm 4.49 mm -352 mum 0 eV 454 keV 156 mum 156 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 mm 2.72 mm -676 mum 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 mm 2.95 mm -547 mum 194 keV 0 eV 279 mum 279 mumWAbsorberPhysicalcompt - 2 3.72 mm 2.89 mm -317 mum 0 eV 69.5 keV 1.07 mm 1.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.72 mm 2.89 mm -317 mum 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.72 mm 2.89 mm -319 mum 0 eV 125 keV 22.6 mum 22.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 mm 2.95 mm -547 mum 57.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 mm 2.95 mm -547 mum 0 eV 57.5 keV 6.44 mum 6.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 mm 2.03 mm -210 mum 21.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.75 mm 2.42 mm -347 mum 5.87 MeV 1.15 MeV 639 mum 639 mumWAbsorberPhysicaleBrem - 2 2.49 mm 2.99 mm 375 mum 3.2 MeV 2.43 MeV 1.37 mm 2.01 mmWAbsorberPhysicaleBrem - 3 2.5 mm 3.06 mm 434 mum 1.95 MeV 185 keV 85.4 mum 2.09 mmWAbsorberPhysicaleBrem - 4 2.49 mm 3.1 mm 440 mum 1.57 MeV 60.1 keV 45.8 mum 2.14 mmWAbsorberPhysicaleBrem - 5 2.39 mm 3.22 mm 339 mum 928 keV 433 keV 291 mum 2.43 mmWAbsorberPhysicaleBrem - 6 2.41 mm 3.19 mm 349 mum 0 eV 928 keV 391 mum 2.82 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 mm 3.22 mm 339 mum 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.11 mm 2.16 mm 589 mum 0 eV 69.5 keV 1.31 mm 1.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.11 mm 2.16 mm 589 mum 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.11 mm 2.15 mm 590 mum 0 eV 144 keV 28.4 mum 28.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.49 mm 3.1 mm 440 mum 319 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 494 mum 6.98 mm 2.51 mm 0 eV 69.5 keV 4.83 mm 4.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 494 mum 6.98 mm 2.51 mm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 491 mum 6.98 mm 2.51 mm 0 eV 249 keV 66.1 mum 66.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.5 mm 3.06 mm 434 mum 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -389 mum 7.02 mm 4.67 mm 536 keV 0 eV 6.48 mm 6.48 mmWAbsorberPhysicalcompt - 2 2.03 mm 9.11 mm 8.21 mm 449 keV 0 eV 4.77 mm 1.12 cmWAbsorberPhysicalcompt - 3 3.74 mm 8.85 mm 9.74 mm 0 eV 69.5 keV 2.32 mm 1.36 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.74 mm 8.85 mm 9.74 mm 380 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.74 mm 8.84 mm 9.75 mm 0 eV 380 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.03 mm 9.11 mm 8.21 mm 86.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.02 mm 9.12 mm 8.21 mm 0 eV 86.9 keV 12.7 mum 12.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -389 mum 7.02 mm 4.67 mm 526 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -401 mum 7.02 mm 4.67 mm 0 eV 526 keV 190 mum 190 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.49 mm 2.99 mm 375 mum 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm 3.39 mm 523 mum 0 eV 7.11 keV 429 mum 429 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.44 mm 3.39 mm 523 mum 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm 3.39 mm 527 mum 0 eV 238 keV 61.8 mum 61.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.75 mm 2.42 mm -347 mum 14.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.59 mm 1.21 cm -5.18 mm 0 eV 0 eV 1.28 cm 1.28 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 39, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.59 mm 1.21 cm -5.18 mm 10.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.66 mm 1.22 cm -5.25 mm 9.95 MeV 392 keV 162 mum 162 mumWAbsorberPhysicaleBrem - 2 8.74 mm 1.25 cm -5.32 mm 711 keV 808 keV 337 mum 499 mumWAbsorberPhysicaleBrem - 3 8.76 mm 1.25 cm -5.34 mm 0 eV 711 keV 282 mum 781 mumWAbsorberPhysicaleIoni - 4 8.76 mm 1.25 cm -5.34 mm 0 eV 0 eV 0 fm 781 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.76 mm 1.25 cm -5.34 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.77 mm 1.25 cm -5.42 mm 0 eV 69.5 keV 121 mum 121 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.77 mm 1.25 cm -5.42 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.76 mm 1.24 cm -5.42 mm 151 keV 165 keV 76.1 mum 76.1 mumWAbsorberPhysicaleBrem - 2 8.76 mm 1.24 cm -5.43 mm 0 eV 151 keV 30.7 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.76 mm 1.24 cm -5.42 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.76 mm 1.24 cm -5.46 mm 0 eV 69.5 keV 40.1 mum 40.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.76 mm 1.24 cm -5.46 mm 56 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.76 mm 1.24 cm -5.46 mm 0 eV 56 keV 6.16 mum 6.16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.76 mm 1.25 cm -5.34 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.51 mm 1.59 cm -2.43 mm 0 eV 69.5 keV 4.42 mm 4.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.51 mm 1.59 cm -2.43 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.51 mm 1.59 cm -2.43 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.74 mm 1.25 cm -5.32 mm 8.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 cm 2.04 cm -1.28 cm 0 eV 0 eV 1.2 cm 1.2 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 49, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 cm 2.04 cm -1.28 cm 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm 2.04 cm -1.28 cm 0 eV 1.11 MeV 489 mum 489 mumWAbsorberPhysicaleIoni - 2 1.39 cm 2.04 cm -1.28 cm 0 eV 0 eV 0 fm 489 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 cm 2.04 cm -1.28 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 cm 1.61 cm -1.7 cm 181 keV 0 eV 6.25 mm 6.25 mmWAbsorberPhysicalcompt - 2 1.56 cm 1.63 cm -1.69 cm 0 eV 69.5 keV 218 mum 6.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 cm 1.63 cm -1.69 cm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 cm 1.63 cm -1.69 cm 0 eV 112 keV 19 mum 19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 cm 1.61 cm -1.7 cm 330 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 cm 1.61 cm -1.7 cm 0 eV 330 keV 99.7 mum 99.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 cm 2.04 cm -1.28 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm 2.15 cm -1.17 cm 0 eV 69.5 keV 1.68 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 cm 2.15 cm -1.17 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm 2.15 cm -1.17 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 cm 2.04 cm -1.28 cm 6.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm 2.05 cm -1.35 cm 1.3 MeV 1.74 MeV 859 mum 859 mumWAbsorberPhysicaleBrem - 2 1.41 cm 2.04 cm -1.35 cm 783 keV 398 keV 252 mum 1.11 mmWAbsorberPhysicaleBrem - 3 1.42 cm 2.03 cm -1.34 cm 217 keV 417 keV 233 mum 1.34 mmWAbsorberPhysicaleBrem - 4 1.42 cm 2.03 cm -1.34 cm 0 eV 217 keV 53.6 mum 1.4 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm 2.03 cm -1.34 cm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 cm 2.05 cm -1.33 cm 0 eV 69.5 keV 230 mum 230 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 cm 2.05 cm -1.33 cm 80.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 cm 2.05 cm -1.33 cm 0 eV 80.5 keV 11.1 mum 11.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 cm 2.04 cm -1.35 cm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 cm 2.05 cm -1.33 cm 0 eV 69.5 keV 198 mum 198 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 cm 2.05 cm -1.33 cm 53.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 cm 2.05 cm -1.33 cm 0 eV 53.8 keV 5.78 mum 5.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm 2.05 cm -1.35 cm 3.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 cm 2.14 cm -1.33 cm 0 eV 0 eV 1.87 mm 1.87 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 61, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 cm 2.14 cm -1.33 cm 1.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 cm 2.12 cm -1.29 cm 379 keV 1.08 MeV 620 mum 620 mumWAbsorberPhysicaleBrem - 2 1.56 cm 2.12 cm -1.29 cm 0 eV 379 keV 119 mum 739 mumWAbsorberPhysicaleIoni - 3 1.56 cm 2.12 cm -1.29 cm 0 eV 0 eV 0 fm 739 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 cm 2.12 cm -1.29 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 cm 2.16 cm -1.39 cm 344 keV 0 eV 1.61 mm 1.61 mmWAbsorberPhysicalcompt - 2 1.67 cm 2.34 cm -1.52 cm 0 eV 69.5 keV 2.2 mm 3.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 2.34 cm -1.52 cm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm 2.34 cm -1.52 cm 0 eV 274 keV 76.3 mum 76.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.68 cm 2.16 cm -1.39 cm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.69 cm 2.16 cm -1.39 cm 0 eV 167 keV 35.9 mum 35.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 cm 2.12 cm -1.29 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.35 cm 2.06 cm -1.13 cm 183 keV 0 eV 2.71 mm 2.71 mmWAbsorberPhysicalcompt - 2 1.41 cm 2.05 cm -1.14 cm 0 eV 69.5 keV 525 mum 3.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 cm 2.05 cm -1.14 cm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 cm 2.05 cm -1.14 cm 0 eV 113 keV 19.4 mum 19.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.35 cm 2.06 cm -1.13 cm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.35 cm 2.06 cm -1.13 cm 0 eV 328 keV 99 mum 99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 cm 2.12 cm -1.29 cm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.63 cm 2.08 cm -1.31 cm 196 keV 0 eV 759 mum 759 mumWAbsorberPhysicalcompt - 2 1.74 cm 2.11 cm -1.35 cm 0 eV 69.5 keV 1.21 mm 1.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.74 cm 2.11 cm -1.35 cm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 cm 2.1 cm -1.35 cm 0 eV 127 keV 23.1 mum 23.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.63 cm 2.08 cm -1.31 cm 19.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.63 cm 2.08 cm -1.31 cm 0 eV 19.7 keV 1.11 mum 1.11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 cm 2.14 cm -1.33 cm 554 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 cm 2.14 cm -1.33 cm 0 eV 554 keV 204 mum 204 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.66 mm 1.22 cm -5.25 mm 326 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.86 mm 1.27 cm -5.5 mm 286 keV 0 eV 578 mum 578 mumWAbsorberPhysicalcompt - 2 9.59 mm 1.33 cm -5.42 mm 249 keV 0 eV 975 mum 1.55 mmWAbsorberPhysicalcompt - 3 9.68 mm 1.42 cm -5.29 mm 0 eV 69.5 keV 830 mum 2.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.68 mm 1.42 cm -5.29 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.67 mm 1.42 cm -5.29 mm 0 eV 180 keV 40.3 mum 40.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.59 mm 1.33 cm -5.42 mm 36.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.59 mm 1.33 cm -5.42 mm 0 eV 36.6 keV 3.06 mum 3.06 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.86 mm 1.27 cm -5.5 mm 39.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.86 mm 1.27 cm -5.5 mm 0 eV 39.9 keV 3.51 mum 3.51 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.59 mm 1.21 cm -5.18 mm 3.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.34 mm 1.25 cm -5.22 mm 1.11 MeV 1.22 MeV 679 mum 679 mumWAbsorberPhysicaleBrem - 2 8.25 mm 1.26 cm -5.22 mm 581 keV 348 keV 193 mum 873 mumWAbsorberPhysicaleBrem - 3 8.26 mm 1.26 cm -5.23 mm 0 eV 581 keV 217 mum 1.09 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.25 mm 1.26 cm -5.22 mm 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.28 mm 1.26 cm -5.22 mm 0 eV 69.5 keV 48.3 mum 48.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.28 mm 1.26 cm -5.22 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.28 mm 1.26 cm -5.22 mm 0 eV 110 keV 18.5 mum 18.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.34 mm 1.25 cm -5.22 mm 817 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.61 mm 1.2 cm -4.91 mm 378 keV 0 eV 949 mum 949 mumWAbsorberPhysicalcompt - 2 8.68 mm 8.65 mm -5.26 mm 0 eV 69.5 keV 3.55 mm 4.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.68 mm 8.65 mm -5.26 mm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.68 mm 8.64 mm -5.27 mm 0 eV 308 keV 90.3 mum 90.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.61 mm 1.2 cm -4.91 mm 439 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.6 mm 1.2 cm -4.91 mm 0 eV 439 keV 149 mum 149 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -20 cm -6.09 cm 22.1 cm 37.2 MeV 0 eV 30.5 cm 30.5 cmFCALEnvelopePhysicalTransportation - 2 -20.5 cm -6.25 cm 22.7 cm 37.2 MeV 0 eV 7.89 mm 31.2 cmLArgPhysicalTransportation - 3 -85.5 cm -26 cm 94.5 cm 37.2 MeV 0 eV 98.8 cm 1.3 mCryostatVolumesTransportation - 4 -85.7 cm -26.1 cm 94.7 cm 37.2 MeV 0 eV 3.06 mm 1.3 mInsulationPhysicalTransportation - 5 -90.4 cm -27.5 cm 99.9 cm 37.2 MeV 0 eV 7.14 cm 1.38 mCryostatVolumesTransportation - 6 -90.6 cm -27.5 cm 1 m 37.2 MeV 0 eV 2.55 mm 1.38 mMotherTransportation - 7 -1.28 m -39.1 cm 1.42 m 37.2 MeV 0 eV 57.7 cm 1.95 mIronWallPhysicalTransportation - 8 -1.3 m -39.5 cm 1.44 m 37.2 MeV 0 eV 2.31 cm 1.98 mMotherTransportation - 9 -5 m -1.52 m 5.53 m 37.2 MeV 0 eV 5.63 m 7.61 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 cm -6.74 cm -6.29 cm 32.3 MeV 0 eV 9.38 cm 9.38 cmCuPlateBPhysicalTransportation - 2 2.37 cm -9.28 cm -8.67 cm 32.3 MeV 0 eV 3.54 cm 12.9 cmLArgPhysicalTransportation - 3 3.17 cm -12.4 cm -11.6 cm 32.3 MeV 0 eV 4.34 cm 17.3 cmBackExcluderTransportation - 4 7.56 cm -29.6 cm -27.6 cm 32.3 MeV 0 eV 23.9 cm 41.2 cmLArgPhysicalTransportation - 5 24.9 cm -97.5 cm -91 cm 32.3 MeV 0 eV 94.5 cm 1.36 mMotherTransportation - 6 1.28 m -5 m -4.67 m 32.3 MeV 0 eV 5.6 m 6.96 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=36.701 -Edep in FCAL1 FCAl2 : 0 36.701 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2533 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 33 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 16.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 151 mum -220 mum -255 mum 15.5 MeV 1.21 MeV 367 mum 367 mumWAbsorberPhysicaleBrem - 2 234 mum -291 mum -396 mum 11 MeV 340 keV 178 mum 546 mumWAbsorberPhysicaleBrem - 3 -258 mum -523 mum -2.75 mm 6.19 MeV 4.22 MeV 2.18 mm 2.73 mmWAbsorberPhysicaleBrem - 4 596 mum -1.33 mm -2.68 mm 2.69 MeV 3.36 MeV 1.37 mm 4.1 mmWAbsorberPhysicaleBrem - 5 366 mum -1.49 mm -2.74 mm 1.97 MeV 605 keV 362 mum 4.46 mmWAbsorberPhysicaleBrem - 6 277 mum -1.59 mm -2.91 mm 1.23 MeV 634 keV 264 mum 4.72 mmWAbsorberPhysicaleBrem - 7 243 mum -1.6 mm -2.97 mm 0 eV 1.23 MeV 551 mum 5.27 mmWAbsorberPhysicaleIoni - 8 243 mum -1.6 mm -2.97 mm 0 eV 0 eV 0 fm 5.27 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 243 mum -1.6 mm -2.97 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.41 mm -3.21 mm -3.48 mm 0 eV 69.5 keV 3.15 mm 3.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 mm -3.21 mm -3.48 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.42 mm -3.22 mm -3.49 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 243 mum -1.6 mm -2.97 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.37 mm 305 mum -2.38 mm 271 keV 0 eV 3.7 mm 3.7 mmWAbsorberPhysicalcompt - 2 3.65 mm -126 mum -2.06 mm 0 eV 69.5 keV 603 mum 4.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.65 mm -126 mum -2.06 mm 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.65 mm -128 mum -2.06 mm 0 eV 202 keV 48 mum 48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.37 mm 305 mum -2.38 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.37 mm 308 mum -2.38 mm 0 eV 240 keV 62.3 mum 62.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 277 mum -1.59 mm -2.91 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 236 mum -1.6 mm -2.95 mm 0 eV 69.5 keV 63.1 mum 63.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 236 mum -1.6 mm -2.95 mm 41.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 236 mum -1.6 mm -2.96 mm 0 eV 41.7 keV 3.8 mum 3.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 366 mum -1.49 mm -2.74 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 468 mum -1.57 mm -2.93 mm 0 eV 69.5 keV 227 mum 227 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 468 mum -1.57 mm -2.93 mm 41 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 468 mum -1.57 mm -2.93 mm 0 eV 41 keV 3.69 mum 3.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 596 mum -1.33 mm -2.68 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -22.3 mum -1.21 mm -2.42 mm 0 eV 69.5 keV 679 mum 679 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -22.3 mum -1.21 mm -2.42 mm 68.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -22.5 mum -1.21 mm -2.42 mm 0 eV 68.4 keV 8.57 mum 8.57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -258 mum -523 mum -2.75 mm 544 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -186 mum -945 mum -3.29 mm 0 eV 69.5 keV 685 mum 685 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -186 mum -945 mum -3.29 mm 475 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -178 mum -955 mum -3.29 mm 0 eV 475 keV 166 mum 166 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 234 mum -291 mum -396 mum 4.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 mm -2.86 mm -3.93 mm 1.26 MeV 0 eV 4.59 mm 4.59 mmWAbsorberPhysicalcompt - 2 2.4 mm -4.76 mm -4.16 mm 0 eV 69.5 keV 2.06 mm 6.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.4 mm -4.76 mm -4.16 mm 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm -4.78 mm -4.19 mm 0 eV 1.19 MeV 524 mum 524 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 mm -2.86 mm -3.93 mm 2.99 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 mm -3.13 mm -4.07 mm 1.1 MeV 719 keV 415 mum 415 mumWAbsorberPhysicaleBrem - 2 1.57 mm -3.12 mm -3.92 mm 435 keV 558 keV 305 mum 720 mumWAbsorberPhysicaleBrem - 3 1.57 mm -3.13 mm -3.91 mm 0 eV 435 keV 147 mum 868 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm -3.12 mm -3.92 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 mm -3.19 mm -3.97 mm 99.7 keV 0 eV 127 mum 127 mumWAbsorberPhysicalcompt - 2 1.36 mm -3.2 mm -3.96 mm 0 eV 69.5 keV 116 mum 243 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 mm -3.2 mm -3.96 mm 30.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 mm -3.2 mm -3.96 mm 0 eV 30.2 keV 2.24 mum 2.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 mm -3.19 mm -3.97 mm 5.79 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 mm -3.19 mm -3.97 mm 0 eV 5.79 keV 173 nm 173 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 mm -3.13 mm -4.07 mm 1.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.32 mm 2.53 mm -5.69 mm 351 keV 0 eV 6.53 mm 6.53 mmWAbsorberPhysicalcompt - 2 2.96 mm 2.05 mm -9.44 mm 0 eV 69.5 keV 4.02 mm 1.06 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.96 mm 2.05 mm -9.44 mm 281 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.95 mm 2.03 mm -9.44 mm 48.5 keV 111 keV 39 mum 39 mumWAbsorberPhysicaleBrem - 2 2.95 mm 2.03 mm -9.44 mm 0 eV 48.5 keV 4.86 mum 43.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 mm 2.03 mm -9.44 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.12 mm 2.02 mm -9.6 mm 0 eV 69.5 keV 235 mum 235 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.12 mm 2.02 mm -9.6 mm 52 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.12 mm 2.02 mm -9.6 mm 0 eV 52 keV 5.46 mum 5.46 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.32 mm 2.53 mm -5.69 mm 817 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.26 mm 2.6 mm -5.6 mm 129 keV 491 keV 244 mum 244 mumWAbsorberPhysicaleBrem - 2 4.26 mm 2.6 mm -5.61 mm 0 eV 129 keV 23.9 mum 268 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 mm 2.6 mm -5.6 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.26 mm 2.6 mm -5.61 mm 0 eV 69.5 keV 1.55 mum 1.55 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 mm 2.6 mm -5.61 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.26 mm 2.6 mm -5.6 mm 0 eV 128 keV 23.4 mum 23.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 151 mum -220 mum -255 mum 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 549 mum -673 mum -853 mum 0 eV 69.5 keV 850 mum 850 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 549 mum -673 mum -853 mum 45.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 549 mum -673 mum -853 mum 0 eV 45.9 keV 4.45 mum 4.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15.5 cm -11 cm 14.9 cm 47.8 MeV 0 eV 24.1 cm 24.1 cmFCALEnvelopePhysicalTransportation - 2 -15.8 cm -11.2 cm 15.2 cm 47.8 MeV 0 eV 4.81 mm 24.6 cmLArgPhysicalTransportation - 3 -92 cm -65.1 cm 88.3 cm 47.8 MeV 0 eV 1.19 m 1.43 mCryostatVolumesTransportation - 4 -92.2 cm -65.3 cm 88.5 cm 47.8 MeV 0 eV 3.37 mm 1.43 mInsulationPhysicalTransportation - 5 -97.2 cm -68.8 cm 93.3 cm 47.8 MeV 0 eV 7.86 cm 1.51 mCryostatVolumesTransportation - 6 -97.4 cm -69 cm 93.5 cm 47.8 MeV 0 eV 2.81 mm 1.52 mMotherTransportation - 7 -5 m -3.54 m 4.8 m 47.8 MeV 0 eV 6.27 m 7.78 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.26 cm 12.7 cm -7.25 cm 40.5 MeV 0 eV 17.3 cm 17.3 cmCuPlateBPhysicalTransportation - 2 11.7 cm 16 cm -9.12 cm 40.5 MeV 0 eV 4.46 cm 21.8 cmLArgPhysicalTransportation - 3 14.8 cm 20.3 cm -11.6 cm 40.5 MeV 0 eV 5.87 cm 27.7 cmBackExcluderTransportation - 4 19.3 cm 26.4 cm -15.1 cm 40.5 MeV 0 eV 8.35 cm 36 cmLArgPhysicalTransportation - 5 71 cm 97.5 cm -55.6 cm 40.5 MeV 0 eV 96.8 cm 1.33 mCryostatVolumesTransportation - 6 1.01 m 1.38 m -78.7 cm 40.5 MeV 0 eV 55.3 cm 1.88 mInsulationPhysicalTransportation - 7 1.06 m 1.46 m -83.1 cm 40.5 MeV 0 eV 10.3 cm 1.98 mCryostatVolumesTransportation - 8 1.06 m 1.46 m -83.2 cm 40.5 MeV 0 eV 3.68 mm 1.99 mMotherTransportation - 9 3.64 m 5 m -2.85 m 40.5 MeV 0 eV 4.82 m 6.81 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=17.8903 -Edep in FCAL1 FCAl2 : 0 17.8903 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2534 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 34 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -219 mum 281 mum -599 mum 45.2 MeV 1.76 MeV 700 mum 700 mumWAbsorberPhysicaleBrem - 2 -312 mum 615 mum -1.13 mm 39.9 MeV 1.58 MeV 633 mum 1.33 mmWAbsorberPhysicaleBrem - 3 -274 mum 684 mum -1.26 mm 39.4 MeV 342 keV 159 mum 1.49 mmWAbsorberPhysicaleBrem - 4 -17 mum 1.09 mm -1.99 mm 21.1 MeV 1.89 MeV 877 mum 2.37 mmWAbsorberPhysicaleBrem - 5 71.7 mum 1.19 mm -2.17 mm 20.5 MeV 388 keV 231 mum 2.6 mmWAbsorberPhysicaleBrem - 6 137 mum 1.57 mm -3.46 mm 17.7 MeV 2.54 MeV 1.35 mm 3.95 mmWAbsorberPhysicaleBrem - 7 250 mum 1.91 mm -3.84 mm 16.3 MeV 1.07 MeV 534 mum 4.48 mmWAbsorberPhysicaleBrem - 8 248 mum 1.88 mm -4.01 mm 14.1 MeV 306 keV 180 mum 4.66 mmWAbsorberPhysicaleBrem - 9 1.03 mm 1.3 mm -5.17 mm 10.4 MeV 3.02 MeV 1.37 mm 6.04 mmWAbsorberPhysicaleBrem - 10 1.05 mm 1.31 mm -5.27 mm 7.69 MeV 188 keV 105 mum 6.14 mmWAbsorberPhysicaleIoni - 11 1.15 mm 1.3 mm -5.46 mm 4.23 MeV 305 keV 217 mum 6.36 mmWAbsorberPhysicaleBrem - 12 706 mum 2.39 mm -6.18 mm 1.58 MeV 2.65 MeV 1.63 mm 7.99 mmWAbsorberPhysicaleIoni - 13 708 mum 2.23 mm -6.05 mm 559 keV 406 keV 277 mum 8.27 mmWAbsorberPhysicaleBrem - 14 696 mum 2.23 mm -6.07 mm 0 eV 559 keV 205 mum 8.47 mmWAbsorberPhysicaleIoni - 15 696 mum 2.23 mm -6.07 mm 0 eV 0 eV 0 fm 8.47 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 696 mum 2.23 mm -6.07 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -670 mum 6.37 mm -7.56 mm 486 keV 0 eV 4.61 mm 4.61 mmWAbsorberPhysicalcompt - 2 -729 mum 7.87 mm -8.43 mm 359 keV 0 eV 1.73 mm 6.35 mmWAbsorberPhysicalcompt - 3 -1.08 mm 8.1 mm -9.8 mm 0 eV 69.5 keV 1.44 mm 7.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm 8.1 mm -9.8 mm 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 mm 8.1 mm -9.81 mm 0 eV 289 keV 82.5 mum 82.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -729 mum 7.87 mm -8.43 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -729 mum 7.87 mm -8.42 mm 0 eV 128 keV 23.5 mum 23.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -670 mum 6.37 mm -7.56 mm 24.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -670 mum 6.37 mm -7.56 mm 0 eV 24.6 keV 1.6 mum 1.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 696 mum 2.23 mm -6.07 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 740 mum 2.09 mm -6.02 mm 405 keV 0 eV 146 mum 146 mumWAbsorberPhysicalcompt - 2 391 mum 683 mum -4.08 mm 0 eV 69.5 keV 2.43 mm 2.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 391 mum 683 mum -4.08 mm 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 393 mum 685 mum -4.07 mm 0 eV 336 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 740 mum 2.09 mm -6.02 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 740 mum 2.09 mm -6.02 mm 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 708 mum 2.23 mm -6.05 mm 612 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm 1.47 mm -1.96 cm 219 keV 0 eV 1.38 cm 1.38 cmWAbsorberPhysicalcompt - 2 -2.14 mm 3.14 mm -1.85 cm 0 eV 69.5 keV 2.15 mm 1.59 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 mm 3.14 mm -1.85 cm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.14 mm 3.14 mm -1.85 cm 0 eV 149 keV 30.1 mum 30.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 mm 1.47 mm -1.96 cm 393 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm 1.46 mm -1.96 cm 0 eV 393 keV 128 mum 128 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm 1.3 mm -5.46 mm 3.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm -1.32 mm -1.48 cm 2.64 MeV 0 eV 9.97 mm 9.97 mmWAbsorberPhysicalcompt - 2 -1.82 mm -1.55 mm -1.55 cm 2.61 MeV 0 eV 948 mum 1.09 cmWAbsorberPhysicalcompt - 3 -9.67 mm -4.29 mm -2.84 cm 685 keV 0 eV 1.53 cm 2.62 cmWAbsorberPhysicalcompt - 4 -8.16 mm -6.76 mm -3.08 cm 437 keV 0 eV 3.78 mm 3 cmWAbsorberPhysicalcompt - 5 -8.58 mm -7.4 mm -3.12 cm 322 keV 0 eV 854 mum 3.09 cmWAbsorberPhysicalcompt - 6 -8.2 mm -8.04 mm -3.19 cm 278 keV 0 eV 1.01 mm 3.19 cmWAbsorberPhysicalcompt - 7 -6.53 mm -7.99 mm -3.39 cm 0 eV 69.5 keV 2.59 mm 3.45 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.53 mm -7.99 mm -3.39 cm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.53 mm -7.99 mm -3.39 cm 0 eV 208 keV 50.4 mum 50.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.2 mm -8.04 mm -3.19 cm 44.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.2 mm -8.04 mm -3.19 cm 0 eV 44.5 keV 4.23 mum 4.23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.58 mm -7.4 mm -3.12 cm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.58 mm -7.41 mm -3.12 cm 0 eV 114 keV 19.7 mum 19.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.16 mm -6.76 mm -3.08 cm 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.16 mm -6.77 mm -3.08 cm 0 eV 248 keV 65.6 mum 65.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.67 mm -4.29 mm -2.84 cm 1.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.71 mm -4.32 mm -2.85 cm 574 keV 757 keV 503 mum 503 mumWAbsorberPhysicaleBrem - 2 -9.72 mm -4.31 mm -2.85 cm 0 eV 574 keV 214 mum 717 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.71 mm -4.32 mm -2.85 cm 593 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 cm -1.15 cm -4.72 cm 0 eV 69.5 keV 2.15 cm 2.15 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 cm -1.15 cm -4.72 cm 523 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 cm -1.15 cm -4.73 cm 0 eV 523 keV 189 mum 189 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 mm -1.55 mm -1.55 cm 33.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.82 mm -1.55 mm -1.55 cm 0 eV 33.3 keV 2.63 mum 2.63 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 mm -1.32 mm -1.48 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.35 mm -1.32 mm -1.48 cm 0 eV 511 keV 183 mum 183 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 mm 1.31 mm -5.27 mm 2.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 mm 1.29 mm -5.33 mm 1.74 MeV 178 keV 94.4 mum 94.4 mumWAbsorberPhysicaleBrem - 2 1.42 mm 1.31 mm -5.23 mm 11.1 keV 1.26 MeV 722 mum 817 mumWAbsorberPhysicaleBrem - 3 1.42 mm 1.31 mm -5.23 mm 0 eV 11.1 keV 455 nm 817 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 mm 1.31 mm -5.23 mm 466 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 mm 1.21 mm -5.12 mm 0 eV 69.5 keV 191 mum 191 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 mm 1.21 mm -5.12 mm 396 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.29 mm 1.21 mm -5.12 mm 0 eV 396 keV 129 mum 129 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 mm 1.29 mm -5.33 mm 642 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.4 mm 1.36 cm -1.95 cm 0 eV 69.5 keV 1.91 cm 1.91 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.4 mm 1.36 cm -1.95 cm 572 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.41 mm 1.36 cm -1.95 cm 0 eV 572 keV 213 mum 213 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 mm 1.3 mm -5.17 mm 608 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 mm 1.3 mm -5.6 mm 357 keV 0 eV 444 mum 444 mumWAbsorberPhysicalcompt - 2 951 mum 1.21 mm -5.73 mm 0 eV 69.5 keV 231 mum 675 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 951 mum 1.21 mm -5.73 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 945 mum 1.21 mm -5.73 mm 0 eV 287 keV 81.7 mum 81.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 mm 1.3 mm -5.6 mm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 mm 1.3 mm -5.61 mm 0 eV 251 keV 66.7 mum 66.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 248 mum 1.88 mm -4.01 mm 1.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.91 mm -1.55 mm -1.72 cm 239 keV 0 eV 1.39 cm 1.39 cmWAbsorberPhysicalcompt - 2 2.38 mm 393 mum -1.52 cm 0 eV 69.5 keV 2.86 mm 1.68 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.38 mm 393 mum -1.52 cm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.38 mm 394 mum -1.52 cm 0 eV 169 keV 36.7 mum 36.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.91 mm -1.55 mm -1.72 cm 1.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.88 mm -1.66 mm -1.73 cm 1.21 MeV 345 keV 165 mum 165 mumWAbsorberPhysicaleBrem - 2 3 mm -1.71 mm -1.73 cm 710 keV 372 keV 198 mum 364 mumWAbsorberPhysicaleBrem - 3 3 mm -1.7 mm -1.72 cm 0 eV 710 keV 281 mum 645 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3 mm -1.71 mm -1.73 cm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.16 mm -1.53 mm -1.75 cm 0 eV 69.5 keV 345 mum 345 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.16 mm -1.53 mm -1.75 cm 55.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.16 mm -1.53 mm -1.75 cm 0 eV 55.7 keV 6.12 mum 6.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.88 mm -1.66 mm -1.73 cm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.83 mm -1.67 mm -1.71 cm 0 eV 69.5 keV 174 mum 174 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.83 mm -1.67 mm -1.71 cm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.83 mm -1.67 mm -1.71 cm 0 eV 101 keV 16.1 mum 16.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 250 mum 1.91 mm -3.84 mm 354 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 191 mum 1.84 mm -4.26 mm 0 eV 69.5 keV 437 mum 437 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 191 mum 1.84 mm -4.26 mm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 187 mum 1.83 mm -4.27 mm 0 eV 285 keV 80.6 mum 80.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 137 mum 1.57 mm -3.46 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 317 mum 1.91 mm -4.14 mm 0 eV 69.5 keV 785 mum 785 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 317 mum 1.91 mm -4.14 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 317 mum 1.91 mm -4.14 mm 0 eV 129 keV 23.7 mum 23.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 71.7 mum 1.19 mm -2.17 mm 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 782 mum 2.25 mm -4.25 mm 0 eV 69.5 keV 2.43 mm 2.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 782 mum 2.25 mm -4.25 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 781 mum 2.25 mm -4.25 mm 0 eV 185 keV 42.2 mum 42.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -17 mum 1.09 mm -1.99 mm 16.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 966 mum 2.58 mm -5.03 mm 0 eV 0 eV 3.53 mm 3.53 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 51, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 966 mum 2.58 mm -5.03 mm 5.45 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 959 mum 2.82 mm -5.16 mm 3.12 MeV 450 keV 266 mum 266 mumWAbsorberPhysicaleBrem - 2 1.38 mm 3.01 mm -5.31 mm 1.88 MeV 767 keV 486 mum 752 mumWAbsorberPhysicaleBrem - 3 1.29 mm 3.12 mm -5.33 mm 0 eV 1.88 MeV 891 mum 1.64 mmWAbsorberPhysicaleIoni - 4 1.29 mm 3.12 mm -5.33 mm 0 eV 0 eV 0 fm 1.64 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 mm 3.12 mm -5.33 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm 2.73 mm -6.41 mm 0 eV 69.5 keV 1.2 mm 1.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 mm 2.73 mm -6.41 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm 2.72 mm -6.42 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 mm 3.12 mm -5.33 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -784 mum 5.67 mm 1.74 mm 0 eV 69.5 keV 7.8 mm 7.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -784 mum 5.67 mm 1.74 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -825 mum 5.67 mm 1.76 mm 37.7 keV 170 keV 94 mum 94 mumWAbsorberPhysicaleBrem - 2 -825 mum 5.67 mm 1.76 mm 0 eV 37.7 keV 3.22 mum 97.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -825 mum 5.67 mm 1.76 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.26 mm 5.57 mm 2.23 mm 0 eV 69.5 keV 649 mum 649 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 mm 5.57 mm 2.23 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 mm 5.57 mm 2.23 mm 0 eV 164 keV 34.9 mum 34.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 mm 3.01 mm -5.31 mm 471 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 227 mum 6.39 mm -4.61 mm 0 eV 69.5 keV 3.64 mm 3.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 227 mum 6.39 mm -4.61 mm 401 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 221 mum 6.4 mm -4.6 mm 0 eV 401 keV 132 mum 132 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 959 mum 2.82 mm -5.16 mm 1.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.66 cm 2.99 cm -6.47 cm 294 keV 0 eV 7.02 cm 7.02 cmWAbsorberPhysicalcompt - 2 2.76 cm 2.68 cm -6.38 cm 0 eV 69.5 keV 3.45 mm 7.37 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.76 cm 2.68 cm -6.38 cm 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.76 cm 2.67 cm -6.38 cm 0 eV 224 keV 56.5 mum 56.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.66 cm 2.99 cm -6.47 cm 1.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.65 cm 3.02 cm -6.46 cm 2.45 keV 1.39 MeV 533 mum 533 mumWAbsorberPhysicaleBrem - 2 2.65 cm 3.02 cm -6.46 cm 0 eV 2.45 keV 52.1 nm 533 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.65 cm 3.02 cm -6.46 cm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 cm 3.06 cm -6.51 cm 0 eV 69.5 keV 600 mum 600 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 cm 3.06 cm -6.51 cm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 cm 3.06 cm -6.51 cm 0 eV 125 keV 22.7 mum 22.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 966 mum 2.58 mm -5.03 mm 9.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 mm 2.63 mm -5.12 mm 8.14 MeV 402 keV 116 mum 116 mumWAbsorberPhysicaleBrem - 2 1.04 mm 2.73 mm -5.23 mm 7.35 MeV 310 keV 164 mum 280 mumWAbsorberPhysicaleBrem - 3 1.08 mm 2.76 mm -5.34 mm 6.55 MeV 209 keV 122 mum 402 mumWAbsorberPhysicaleBrem - 4 1.13 mm 2.76 mm -5.48 mm 4.18 MeV 344 keV 152 mum 553 mumWAbsorberPhysicaleBrem - 5 938 mum 2.99 mm -5.71 mm 2.56 MeV 714 keV 397 mum 951 mumWAbsorberPhysicaleBrem - 6 830 mum 2.69 mm -5.97 mm 807 keV 1.05 MeV 575 mum 1.53 mmWAbsorberPhysicaleBrem - 7 863 mum 2.61 mm -6.03 mm 271 keV 414 keV 199 mum 1.72 mmWAbsorberPhysicaleBrem - 8 863 mum 2.61 mm -6.03 mm 0 eV 271 keV 74.9 mum 1.8 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 863 mum 2.61 mm -6.03 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 885 mum 2.58 mm -6.05 mm 0 eV 69.5 keV 46.6 mum 46.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 885 mum 2.58 mm -6.05 mm 52.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 885 mum 2.57 mm -6.05 mm 0 eV 52.5 keV 5.54 mum 5.54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 830 mum 2.69 mm -5.97 mm 700 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 562 mum 2.69 mm -6.1 mm 0 eV 69.5 keV 301 mum 301 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 562 mum 2.69 mm -6.1 mm 631 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 547 mum 2.69 mm -6.12 mm 0 eV 631 keV 242 mum 242 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 938 mum 2.99 mm -5.71 mm 912 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.93 mm 3.14 mm -9.82 mm 620 keV 0 eV 5.09 mm 5.09 mmWAbsorberPhysicalcompt - 2 3.68 mm 5.4 mm -1.55 cm 582 keV 0 eV 6.11 mm 1.12 cmWAbsorberPhysicalcompt - 3 2.19 mm 6.11 mm -2.59 cm 0 eV 69.5 keV 1.06 cm 2.18 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.19 mm 6.11 mm -2.59 cm 513 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 mm 6.11 mm -2.6 cm 101 keV 192 keV 108 mum 108 mumWAbsorberPhysicaleBrem - 2 2.17 mm 6.11 mm -2.6 cm 0 eV 101 keV 16.1 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.17 mm 6.11 mm -2.6 cm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 mm 6.15 mm -2.61 cm 0 eV 69.5 keV 467 mum 467 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 mm 6.15 mm -2.61 cm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 mm 6.15 mm -2.61 cm 0 eV 151 keV 30.6 mum 30.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.68 mm 5.4 mm -1.55 cm 37.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.68 mm 5.4 mm -1.55 cm 0 eV 37.3 keV 3.16 mum 3.16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.93 mm 3.14 mm -9.82 mm 292 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.94 mm 3.13 mm -9.82 mm 0 eV 292 keV 83.6 mum 83.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 mm 2.76 mm -5.48 mm 2.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.69 mm 3.87 mm -9.95 mm 2.02 MeV 0 eV 4.64 mm 4.64 mmWAbsorberPhysicalcompt - 2 4.64 mm 8.56 mm -3.38 cm 385 keV 0 eV 2.44 cm 2.91 cmWAbsorberPhysicalcompt - 3 5.27 mm 8.38 mm -3.37 cm 0 eV 69.5 keV 664 mum 2.97 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.27 mm 8.38 mm -3.37 cm 316 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.27 mm 8.38 mm -3.37 cm 0 eV 316 keV 93.4 mum 93.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.64 mm 8.56 mm -3.38 cm 1.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.55 mm 8.91 mm -3.37 cm 406 keV 1.03 MeV 629 mum 629 mumWAbsorberPhysicaleBrem - 2 4.56 mm 8.9 mm -3.37 cm 0 eV 406 keV 134 mum 763 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.55 mm 8.91 mm -3.37 cm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.58 mm 8.51 mm -3.35 cm 0 eV 69.5 keV 458 mum 458 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.58 mm 8.51 mm -3.35 cm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.58 mm 8.51 mm -3.35 cm 0 eV 123 keV 22 mum 22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 mm 3.87 mm -9.95 mm 9.31 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.69 mm 3.87 mm -9.95 mm 0 eV 9.31 keV 348 nm 348 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 mm 2.76 mm -5.34 mm 584 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.46 mm 5.48 mm -1.44 cm 0 eV 69.5 keV 1.01 cm 1.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.46 mm 5.48 mm -1.44 cm 515 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.47 mm 5.53 mm -1.44 cm 2.63 keV 371 keV 163 mum 163 mumWAbsorberPhysicaleBrem - 2 4.47 mm 5.53 mm -1.44 cm 0 eV 2.63 keV 57.7 nm 163 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.47 mm 5.53 mm -1.44 cm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.35 mm 5.45 mm -1.44 cm 0 eV 69.5 keV 144 mum 144 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.35 mm 5.45 mm -1.44 cm 71.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.35 mm 5.45 mm -1.44 cm 0 eV 71.1 keV 9.12 mum 9.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 mm 2.73 mm -5.23 mm 479 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.88 mm 4.18 mm -8.86 mm 0 eV 69.5 keV 4.83 mm 4.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.88 mm 4.18 mm -8.86 mm 410 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.88 mm 4.18 mm -8.87 mm 0 eV 410 keV 136 mum 136 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 mm 2.63 mm -5.12 mm 1.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 cm 2.43 cm -5.05 cm 1.06 MeV 0 eV 5.32 cm 5.32 cmWAbsorberPhysicalcompt - 2 2.02 cm 4.44 cm -6.84 cm 1.06 MeV 0 eV 2.7 cm 8.02 cmCuPlateBPhysicalTransportation - 3 2.08 cm 5.08 cm -7.41 cm 335 keV 0 eV 8.55 mm 8.88 cmCuPlateBPhysicalcompt - 4 1.94 cm 4.87 cm -7.64 cm 259 keV 0 eV 3.38 mm 9.21 cmCuPlateBPhysicalcompt - 5 2.42 cm 4.61 cm -8.66 cm 174 keV 0 eV 1.16 cm 10.4 cmCuPlateBPhysicalcompt - 6 2.44 cm 4.56 cm -8.64 cm 170 keV 0 eV 551 mum 10.4 cmCuPlateBPhysicalcompt - 7 2.55 cm 4.37 cm -8.63 cm 147 keV 0 eV 2.11 mm 10.6 cmCuPlateBPhysicalcompt - 8 2.41 cm 4.05 cm -8.79 cm 112 keV 0 eV 3.88 mm 11 cmCuPlateBPhysicalcompt - 9 2.77 cm 3.82 cm -8.54 cm 90.8 keV 0 eV 4.97 mm 11.5 cmCuPlateBPhysicalcompt - 10 2.79 cm 3.84 cm -8.54 cm 0 eV 8.98 keV 327 mum 11.6 cmCuPlateBPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 cm 3.84 cm -8.54 cm 81.9 keV 0 eV 0 fm 0 fmCuPlateBPhysical initStep - 1 2.79 cm 3.84 cm -8.54 cm 0 eV 81.9 keV 17.8 mum 17.8 mumCuPlateBPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.77 cm 3.82 cm -8.54 cm 21.6 keV 0 eV 0 fm 0 fmCuPlateBPhysical initStep - 1 2.77 cm 3.82 cm -8.54 cm 0 eV 21.6 keV 1.88 mum 1.88 mumCuPlateBPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.41 cm 4.05 cm -8.79 cm 34.8 keV 0 eV 0 fm 0 fmCuPlateBPhysical initStep - 1 2.41 cm 4.05 cm -8.79 cm 0 eV 34.8 keV 4.19 mum 4.19 mumCuPlateBPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.55 cm 4.37 cm -8.63 cm 23.2 keV 0 eV 0 fm 0 fmCuPlateBPhysical initStep - 1 2.55 cm 4.37 cm -8.63 cm 0 eV 23.2 keV 2.11 mum 2.11 mumCuPlateBPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.44 cm 4.56 cm -8.64 cm 3.95 keV 0 eV 0 fm 0 fmCuPlateBPhysical initStep - 1 2.44 cm 4.56 cm -8.64 cm 0 eV 3.95 keV 120 nm 120 nmCuPlateBPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.42 cm 4.61 cm -8.66 cm 85 keV 0 eV 0 fm 0 fmCuPlateBPhysical initStep - 1 2.42 cm 4.61 cm -8.66 cm 0 eV 85 keV 19 mum 19 mumCuPlateBPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 cm 4.87 cm -7.64 cm 75.7 keV 0 eV 0 fm 0 fmCuPlateBPhysical initStep - 1 1.94 cm 4.87 cm -7.64 cm 0 eV 75.7 keV 15.6 mum 15.6 mumCuPlateBPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.08 cm 5.08 cm -7.41 cm 726 keV 0 eV 0 fm 0 fmCuPlateBPhysical initStep - 1 2.08 cm 5.08 cm -7.42 cm 0 eV 726 keV 478 mum 478 mumCuPlateBPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.84 cm 2.43 cm -5.05 cm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 cm 2.43 cm -5.05 cm 0 eV 306 keV 89.3 mum 89.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -274 mum 684 mum -1.26 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -260 mum 727 mum -1.34 mm 0 eV 69.5 keV 91.8 mum 91.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -260 mum 727 mum -1.34 mm 78.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -259 mum 727 mum -1.34 mm 0 eV 78.8 keV 10.7 mum 10.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -312 mum 615 mum -1.13 mm 3.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.7 mm 1.27 cm -2.31 cm 0 eV 0 eV 2.56 cm 2.56 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 99, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm 1.27 cm -2.31 cm 1.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.7 mm 1.27 cm -2.32 cm 0 eV 1.26 MeV 566 mum 566 mumWAbsorberPhysicaleIoni - 2 4.7 mm 1.27 cm -2.32 cm 0 eV 0 eV 0 fm 566 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 101, Parent ID = 99 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm 1.27 cm -2.32 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.7 mm 1.25 cm -2.34 cm 0 eV 69.5 keV 321 mum 321 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 101 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm 1.25 cm -2.34 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.69 mm 1.25 cm -2.34 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 100, Parent ID = 99 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm 1.27 cm -2.32 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.8 mm 1.61 cm -1.94 cm 396 keV 0 eV 5.05 mm 5.05 mmWAbsorberPhysicalcompt - 2 3.2 mm 2.38 cm -1.87 cm 385 keV 0 eV 7.94 mm 1.3 cmWAbsorberPhysicalcompt - 3 -390 mum 3.39 cm -2.04 cm 190 keV 0 eV 1.08 cm 2.38 cmWAbsorberPhysicalcompt - 4 -464 mum 3.36 cm -2.07 cm 178 keV 0 eV 484 mum 2.43 cmWAbsorberPhysicalcompt - 5 -405 mum 3.33 cm -2.09 cm 0 eV 69.5 keV 334 mum 2.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 100 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -405 mum 3.33 cm -2.09 cm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -406 mum 3.33 cm -2.09 cm 0 eV 109 keV 18.2 mum 18.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 100 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -464 mum 3.36 cm -2.07 cm 11.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -464 mum 3.36 cm -2.07 cm 0 eV 11.9 keV 506 nm 506 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 100 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -390 mum 3.39 cm -2.04 cm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -391 mum 3.39 cm -2.04 cm 0 eV 195 keV 45.4 mum 45.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 100 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.2 mm 2.38 cm -1.87 cm 11.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.2 mm 2.38 cm -1.87 cm 0 eV 11.3 keV 468 nm 468 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 100 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.8 mm 1.61 cm -1.94 cm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.8 mm 1.61 cm -1.94 cm 0 eV 115 keV 19.9 mum 19.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm 1.27 cm -2.31 cm 1.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.72 mm 1.27 cm -2.32 cm 0 eV 1.5 MeV 679 mum 679 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -219 mum 281 mum -599 mum 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -425 mum 1.8 mm -3.23 mm 129 keV 0 eV 3.05 mm 3.05 mmWAbsorberPhysicalcompt - 2 -63.2 mum 1.37 mm -2.93 mm 0 eV 69.5 keV 633 mum 3.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -63.2 mum 1.37 mm -2.93 mm 59.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -62.7 mum 1.37 mm -2.93 mm 0 eV 59.5 keV 6.81 mum 6.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -425 mum 1.8 mm -3.23 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -425 mum 1.8 mm -3.23 mm 0 eV 105 keV 17.3 mum 17.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 13.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.52 cm -17.6 cm 1.93 cm 13.5 MeV 0 eV 20.1 cm 20.1 cmFCALEnvelopePhysicalTransportation - 2 -9.64 cm -17.8 cm 1.95 cm 13.5 MeV 0 eV 2.44 mm 20.3 cmLArgPhysicalTransportation - 3 -52.8 cm -97.5 cm 10.7 cm 13.5 MeV 0 eV 91 cm 1.11 mMotherTransportation - 4 -2.71 m -5 m 54.9 cm 13.5 MeV 0 eV 4.6 m 5.71 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 16 cm -9.59 cm 32.7 cm 44.4 MeV 0 eV 37.6 cm 37.6 cmLArgPhysicalTransportation - 2 56.1 cm -33.6 cm 1.14 m 44.4 MeV 0 eV 94.2 cm 1.32 mCryostatVolumesTransportation - 3 56.2 cm -33.7 cm 1.15 m 44.4 MeV 0 eV 3.1 mm 1.32 mInsulationPhysicalTransportation - 4 59.3 cm -35.5 cm 1.21 m 44.4 MeV 0 eV 7.24 cm 1.39 mCryostatVolumesTransportation - 5 59.4 cm -35.6 cm 1.21 m 44.4 MeV 0 eV 2.59 mm 1.4 mMotherTransportation - 6 69.5 cm -41.7 cm 1.42 m 44.4 MeV 0 eV 23.9 cm 1.64 mIronWallPhysicalTransportation - 7 89.1 cm -53.4 cm 1.82 m 44.4 MeV 0 eV 46.1 cm 2.1 mMotherTransportation - 8 5 m -3 m 10.2 m 44.4 MeV 0 eV 9.66 m 11.8 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=48.2603 -Edep in FCAL1 FCAl2 : 0 48.2603 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2535 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 35 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -200 mum -185 mum -2.22 mm 40.5 MeV 7.25 MeV 2.27 mm 2.27 mmWAbsorberPhysicaleBrem - 2 -235 mum -209 mum -2.35 mm 26.8 MeV 241 keV 135 mum 2.4 mmWAbsorberPhysicaleBrem - 3 -323 mum -237 mum -2.54 mm 24.2 MeV 468 keV 217 mum 2.62 mmWAbsorberPhysicaleBrem - 4 -364 mum -227 mum -2.73 mm 21.7 MeV 293 keV 186 mum 2.8 mmWAbsorberPhysicaleBrem - 5 -370 mum -233 mum -2.75 mm 18 MeV 50.8 keV 28 mum 2.83 mmWAbsorberPhysicaleBrem - 6 -383 mum -586 mum -3.71 mm 9.32 MeV 2.15 MeV 1.07 mm 3.91 mmWAbsorberPhysicaleBrem - 7 -637 mum -786 mum -3.2 mm 8.11 MeV 1.09 MeV 621 mum 4.53 mmWAbsorberPhysicaleBrem - 8 -196 mum -1.16 mm -2.78 mm 6 MeV 1.6 MeV 712 mum 5.24 mmWAbsorberPhysicaleBrem - 9 1.56 mm -866 mum -2.66 mm 2.51 MeV 3.49 MeV 1.91 mm 7.15 mmWAbsorberPhysicaleIoni - 10 1.31 mm -130 mum -3.03 mm 423 keV 2.09 MeV 1.18 mm 8.33 mmWAbsorberPhysicaleIoni - 11 1.32 mm -128 mum -3.02 mm 0 eV 423 keV 139 mum 8.47 mmWAbsorberPhysicaleIoni - 12 1.32 mm -128 mum -3.02 mm 0 eV 0 eV 0 fm 8.47 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 mm -128 mum -3.02 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm -2.14 mm -8.47 mm 213 keV 0 eV 1.13 cm 1.13 cmWAbsorberPhysicalcompt - 2 1.1 cm -2.26 mm -8.38 mm 0 eV 69.5 keV 148 mum 1.14 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm -2.26 mm -8.38 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm -2.26 mm -8.38 mm 0 eV 143 keV 28.3 mum 28.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm -2.14 mm -8.47 mm 298 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm -2.14 mm -8.47 mm 0 eV 298 keV 86.2 mum 86.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 mm -128 mum -3.02 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.84 mm 529 mum -1.24 mm 0 eV 69.5 keV 3.68 mm 3.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.84 mm 529 mum -1.24 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.84 mm 534 mum -1.23 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -196 mum -1.16 mm -2.78 mm 512 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 489 mum 3.17 mm -6.47 mm 0 eV 69.5 keV 5.73 mm 5.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 489 mum 3.17 mm -6.47 mm 442 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 497 mum 3.18 mm -6.48 mm 0 eV 442 keV 151 mum 151 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -637 mum -786 mum -3.2 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -589 mum -956 mum -3.03 mm 0 eV 69.5 keV 246 mum 246 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -589 mum -956 mum -3.03 mm 57.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -589 mum -956 mum -3.03 mm 0 eV 57.4 keV 6.42 mum 6.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -383 mum -586 mum -3.71 mm 6.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 mm -5 mm 8.71 mm 2.52 MeV 0 eV 1.32 cm 1.32 cmWAbsorberPhysicalcompt - 2 1.34 cm -3.03 cm 4.16 cm 526 keV 0 eV 4.4 cm 5.72 cmWAbsorberPhysicalcompt - 3 1.49 cm -2.57 cm 4.67 cm 322 keV 0 eV 7.01 mm 6.42 cmWAbsorberPhysicalcompt - 4 1.56 cm -2.6 cm 4.73 cm 0 eV 69.5 keV 972 mum 6.52 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 cm -2.6 cm 4.73 cm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 cm -2.6 cm 4.73 cm 0 eV 252 keV 67.2 mum 67.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 cm -2.57 cm 4.67 cm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 cm -2.57 cm 4.67 cm 0 eV 204 keV 48.8 mum 48.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 cm -3.03 cm 4.16 cm 2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm -3.04 cm 4.17 cm 0 eV 2 MeV 931 mum 931 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 mm -5 mm 8.71 mm 4.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 mm -5.05 mm 8.86 mm 3.27 MeV 574 keV 306 mum 306 mumWAbsorberPhysicaleBrem - 2 -1.42 mm -5.04 mm 8.92 mm 801 keV 117 keV 64.3 mum 370 mumWAbsorberPhysicaleBrem - 3 -1.41 mm -5.02 mm 8.94 mm 0 eV 801 keV 327 mum 697 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm -5.04 mm 8.92 mm 2.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -61.6 mum -1.8 mm 1.36 cm 330 keV 0 eV 5.82 mm 5.82 mmWAbsorberPhysicalcompt - 2 -3.85 mm -3.48 mm 1.41 cm 0 eV 69.5 keV 4.18 mm 10 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.85 mm -3.48 mm 1.41 cm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.85 mm -3.49 mm 1.41 cm 0 eV 260 keV 70.6 mum 70.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -61.6 mum -1.8 mm 1.36 cm 2.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 12.4 mum -1.8 mm 1.36 cm 1.63 MeV 191 keV 136 mum 136 mumWAbsorberPhysicaleBrem - 2 -176 mum -1.79 mm 1.37 cm 557 keV 610 keV 363 mum 499 mumWAbsorberPhysicaleBrem - 3 -179 mum -1.78 mm 1.37 cm 0 eV 557 keV 206 mum 705 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -176 mum -1.79 mm 1.37 cm 459 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -306 mum -1.84 mm 1.6 cm 169 keV 0 eV 2.31 mm 2.31 mmWAbsorberPhysicalcompt - 2 -419 mum -2 mm 1.55 cm 0 eV 69.5 keV 518 mum 2.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -419 mum -2 mm 1.55 cm 99.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -421 mum -2 mm 1.55 cm 0 eV 99.8 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -306 mum -1.84 mm 1.6 cm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -306 mum -1.84 mm 1.6 cm 0 eV 290 keV 82.9 mum 82.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 12.4 mum -1.8 mm 1.36 cm 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 122 mum -1.79 mm 1.38 cm 0 eV 69.5 keV 279 mum 279 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 122 mum -1.79 mm 1.38 cm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 123 mum -1.78 mm 1.38 cm 0 eV 132 keV 24.8 mum 24.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 mm -5.05 mm 8.86 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 mm -4.9 mm 9.19 mm 0 eV 69.5 keV 374 mum 374 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 mm -4.9 mm 9.19 mm 99.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 mm -4.9 mm 9.19 mm 0 eV 99.2 keV 15.6 mum 15.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -370 mum -233 mum -2.75 mm 3.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm -1.23 mm -9.13 mm 0 eV 69.5 keV 6.58 mm 6.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm -1.23 mm -9.13 mm 3.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm -1.21 mm -9.3 mm 2.13 MeV 797 keV 454 mum 454 mumWAbsorberPhysicaleBrem - 2 -2.03 mm -1.27 mm -9.39 mm 0 eV 2.13 MeV 995 mum 1.45 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 mm -1.21 mm -9.3 mm 625 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 mm -1.63 mm -1 cm 388 keV 0 eV 875 mum 875 mumWAbsorberPhysicalcompt - 2 -1.66 mm -2.29 mm -1.02 cm 339 keV 0 eV 819 mum 1.69 mmWAbsorberPhysicalcompt - 3 -450 mum -2.71 mm -1.08 cm 0 eV 69.5 keV 1.41 mm 3.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -450 mum -2.71 mm -1.08 cm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -445 mum -2.71 mm -1.08 cm 0 eV 269 keV 74.3 mum 74.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm -2.29 mm -1.02 cm 49 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 mm -2.29 mm -1.02 cm 0 eV 49 keV 4.93 mum 4.93 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.12 mm -1.63 mm -1 cm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 mm -1.63 mm -1.01 cm 0 eV 237 keV 61.3 mum 61.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -364 mum -227 mum -2.73 mm 2.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.46 mm -2.83 mm -1.6 cm 593 keV 0 eV 1.39 cm 1.39 cmWAbsorberPhysicalcompt - 2 -2.01 mm -3.56 mm -1.69 cm 240 keV 0 eV 1.86 mm 1.58 cmWAbsorberPhysicalcompt - 3 -2.03 mm -3.42 mm -1.7 cm 221 keV 0 eV 158 mum 1.59 cmWAbsorberPhysicalcompt - 4 -2.11 mm -3.31 mm -1.72 cm 0 eV 69.5 keV 227 mum 1.62 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.11 mm -3.31 mm -1.72 cm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.11 mm -3.31 mm -1.72 cm 0 eV 151 keV 30.6 mum 30.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.03 mm -3.42 mm -1.7 cm 19.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.03 mm -3.42 mm -1.7 cm 0 eV 19.8 keV 1.12 mum 1.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.01 mm -3.56 mm -1.69 cm 352 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 mm -3.56 mm -1.7 cm 0 eV 352 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.46 mm -2.83 mm -1.6 cm 1.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.5 mm -2.84 mm -1.61 cm 0 eV 1.63 MeV 748 mum 748 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -323 mum -237 mum -2.54 mm 2.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.69 mm -4.74 mm -5.55 cm 0 eV 0 eV 5.33 cm 5.33 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.69 mm -4.74 mm -5.55 cm 552 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.68 mm -4.73 mm -5.55 cm 0 eV 552 keV 202 mum 202 mumWAbsorberPhysicaleIoni - 2 -4.68 mm -4.73 mm -5.55 cm 0 eV 0 eV 0 fm 202 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.68 mm -4.73 mm -5.55 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.18 mm -4.8 mm -5.58 cm 290 keV 0 eV 586 mum 586 mumWAbsorberPhysicalcompt - 2 -3.94 mm -4.1 mm -5.59 cm 0 eV 69.5 keV 747 mum 1.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.94 mm -4.1 mm -5.59 cm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.94 mm -4.1 mm -5.59 cm 0 eV 221 keV 55.1 mum 55.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.18 mm -4.8 mm -5.58 cm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.17 mm -4.8 mm -5.58 cm 0 eV 221 keV 55.3 mum 55.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.68 mm -4.73 mm -5.55 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.99 mm -4.69 mm -5.53 cm 232 keV 0 eV 354 mum 354 mumWAbsorberPhysicalcompt - 2 -2.71 mm -6.05 mm -5.25 cm 0 eV 69.5 keV 3.86 mm 4.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.71 mm -6.05 mm -5.25 cm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.71 mm -6.05 mm -5.25 cm 0 eV 163 keV 34.4 mum 34.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.99 mm -4.69 mm -5.53 cm 279 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5 mm -4.69 mm -5.53 cm 0 eV 279 keV 78.1 mum 78.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.69 mm -4.74 mm -5.55 cm 521 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.71 mm -4.76 mm -5.55 cm 201 keV 192 keV 58.8 mum 58.8 mumWAbsorberPhysicaleBrem - 2 -4.71 mm -4.76 mm -5.55 cm 0 eV 201 keV 47.6 mum 106 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.71 mm -4.76 mm -5.55 cm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.76 mm -4.74 mm -5.56 cm 0 eV 69.5 keV 152 mum 152 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.76 mm -4.74 mm -5.56 cm 58.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.76 mm -4.74 mm -5.56 cm 0 eV 58.8 keV 6.69 mum 6.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -235 mum -209 mum -2.35 mm 13.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -287 mum -229 mum -2.5 mm 0 eV 0 eV 160 mum 160 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 54, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -287 mum -229 mum -2.5 mm 4.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -251 mum -304 mum -2.69 mm 1.98 MeV 367 keV 223 mum 223 mumWAbsorberPhysicaleBrem - 2 -156 mum -317 mum -2.8 mm 0 eV 1.98 MeV 940 mum 1.16 mmWAbsorberPhysicaleIoni - 3 -156 mum -317 mum -2.8 mm 0 eV 0 eV 0 fm 1.16 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -156 mum -317 mum -2.8 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -299 mum -699 mum -2.82 mm 209 keV 0 eV 408 mum 408 mumWAbsorberPhysicalcompt - 2 -48.5 mum -665 mum -2.7 mm 0 eV 69.5 keV 281 mum 689 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -48.5 mum -665 mum -2.7 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -50.1 mum -663 mum -2.7 mm 0 eV 139 keV 27 mum 27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -299 mum -699 mum -2.82 mm 302 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -302 mum -704 mum -2.82 mm 0 eV 302 keV 87.9 mum 87.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -156 mum -317 mum -2.8 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 mum 103 mum -2.78 mm 0 eV 69.5 keV 449 mum 449 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 mum 103 mum -2.78 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.02 mum 113 mum -2.78 mm 302 keV 16.1 keV 11.9 mum 11.9 mumWAbsorberPhysicaleBrem - 2 6.97 mum 106 mum -2.78 mm 0 eV 302 keV 87.8 mum 99.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.02 mum 113 mum -2.78 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -166 mum -452 mum -2.86 mm 0 eV 69.5 keV 597 mum 597 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -166 mum -452 mum -2.86 mm 54 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -166 mum -452 mum -2.87 mm 0 eV 54 keV 5.82 mum 5.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -251 mum -304 mum -2.69 mm 1.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 511 mum -52.2 mum -3.8 mm 230 keV 0 eV 1.37 mm 1.37 mmWAbsorberPhysicalcompt - 2 272 mum -10.4 mum -3.44 mm 0 eV 69.5 keV 431 mum 1.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 272 mum -10.4 mum -3.44 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 270 mum -11.4 mum -3.44 mm 0 eV 160 keV 33.5 mum 33.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 511 mum -52.2 mum -3.8 mm 1.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 559 mum -39 mum -3.87 mm 0 eV 1.7 MeV 781 mum 781 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -287 mum -229 mum -2.5 mm 8.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -253 mum 625 mum -3.24 mm 4.74 MeV 2.3 MeV 1.37 mm 1.37 mmWAbsorberPhysicaleBrem - 2 -799 mum 493 mum -3.52 mm 2.73 MeV 1.63 MeV 676 mum 2.04 mmWAbsorberPhysicaleBrem - 3 -1.29 mm 920 mum -3.06 mm 460 keV 2.27 MeV 1.24 mm 3.28 mmWAbsorberPhysicaleIoni - 4 -1.3 mm 945 mum -3.07 mm 244 keV 78.1 keV 42.3 mum 3.32 mmWAbsorberPhysicaleBrem - 5 -1.3 mm 941 mum -3.07 mm 0 eV 244 keV 64.1 mum 3.39 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mm 945 mum -3.07 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 mm 942 mum -3.07 mm 0 eV 69.5 keV 3.23 mum 3.23 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mm 942 mum -3.07 mm 67.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 mm 942 mum -3.07 mm 0 eV 67.8 keV 8.44 mum 8.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -799 mum 493 mum -3.52 mm 377 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.41 mm 5.55 mm -1.75 mm 0 eV 69.5 keV 6.24 mm 6.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.41 mm 5.55 mm -1.75 mm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.41 mm 5.55 mm -1.76 mm 0 eV 308 keV 90.2 mum 90.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -253 mum 625 mum -3.24 mm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.97 mm 5.07 mm -1.03 cm 976 keV 0 eV 9.61 mm 9.61 mmWAbsorberPhysicalcompt - 2 -5.05 mm 5.17 mm -1.07 cm 720 keV 0 eV 368 mum 9.98 mmWAbsorberPhysicalcompt - 3 -1.31 cm 2.42 cm -2.5 cm 392 keV 0 eV 2.51 cm 3.51 cmWAbsorberPhysicalcompt - 4 -1.33 cm 2.45 cm -2.48 cm 161 keV 0 eV 466 mum 3.56 cmWAbsorberPhysicalcompt - 5 -1.33 cm 2.44 cm -2.49 cm 0 eV 69.5 keV 142 mum 3.57 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm 2.44 cm -2.49 cm 91.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm 2.44 cm -2.49 cm 0 eV 91.4 keV 13.8 mum 13.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm 2.45 cm -2.48 cm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm 2.45 cm -2.48 cm 0 eV 231 keV 59.2 mum 59.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 cm 2.42 cm -2.5 cm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm 2.42 cm -2.5 cm 75.8 keV 128 keV 51.4 mum 51.4 mumWAbsorberPhysicaleBrem - 2 -1.31 cm 2.42 cm -2.5 cm 0 eV 75.8 keV 10.1 mum 61.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 cm 2.42 cm -2.5 cm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm 2.42 cm -2.5 cm 0 eV 69.5 keV 66.8 nm 66.8 nmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 cm 2.42 cm -2.5 cm 55 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm 2.42 cm -2.5 cm 0 eV 55 keV 5.99 mum 5.99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.05 mm 5.17 mm -1.07 cm 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.05 mm 5.16 mm -1.07 cm 0 eV 256 keV 68.6 mum 68.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.97 mm 5.07 mm -1.03 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.97 mm 5.07 mm -1.03 cm 0 eV 155 keV 32 mum 32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -200 mum -185 mum -2.22 mm 359 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm -1.06 mm -6.79 mm 156 keV 0 eV 4.87 mm 4.87 mmWAbsorberPhysicalcompt - 2 -1.63 mm -1.01 mm -6.74 mm 0 eV 69.5 keV 72.9 mum 4.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 mm -1.01 mm -6.74 mm 86.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 mm -1.01 mm -6.73 mm 0 eV 86.9 keV 12.7 mum 12.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm -1.06 mm -6.79 mm 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm -1.06 mm -6.79 mm 0 eV 202 keV 48.2 mum 48.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 9.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.88 cm -19.3 cm 9.86 cm 9.78 MeV 0 eV 21.9 cm 21.9 cmFCALEnvelopePhysicalTransportation - 2 -3.46 cm -23.3 cm 11.9 cm 9.78 MeV 0 eV 4.47 cm 26.4 cmLArgPhysicalTransportation - 3 -14.5 cm -97.5 cm 49.7 cm 9.78 MeV 0 eV 84 cm 1.1 mMotherTransportation - 4 -74.3 cm -5 m 2.55 m 9.78 MeV 0 eV 4.56 m 5.66 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.25 cm 13.8 cm 32.3 cm 47.3 MeV 0 eV 36.4 cm 36.4 cmCuPlateAPhysicalTransportation - 2 9.95 cm 14.9 cm 34.8 cm 47.3 MeV 0 eV 2.76 cm 39.1 cmFCALEnvelopePhysicalTransportation - 3 10.7 cm 16 cm 37.5 cm 47.3 MeV 0 eV 3.03 cm 42.2 cmFCALEmModulePhysicalTransportation - 4 10.9 cm 16.2 cm 38 cm 47.3 MeV 0 eV 5.77 mm 42.7 cmF1LArGapPhysicalTransportation - 5 10.9 cm 16.3 cm 38.1 cm 47.3 MeV 0 eV 647 mum 42.8 cmFCALEmModulePhysicalTransportation - 6 11.2 cm 16.7 cm 39 cm 47.3 MeV 0 eV 1.11 cm 43.9 cmF1LArGapPhysicalTransportation - 7 11.2 cm 16.7 cm 39.1 cm 47.3 MeV 0 eV 647 mum 44 cmFCALEmModulePhysicalTransportation - 8 11.3 cm 16.9 cm 39.6 cm 47.3 MeV 0 eV 5.42 mm 44.5 cmF1LArGapPhysicalTransportation - 9 11.3 cm 16.9 cm 39.6 cm 47.3 MeV 0 eV 667 mum 44.6 cmFCALEmModulePhysicalTransportation - 10 11.6 cm 17.4 cm 40.6 cm 47.3 MeV 0 eV 1.07 cm 45.7 cmF1LArGapPhysicalTransportation - 11 11.6 cm 17.4 cm 40.7 cm 47.3 MeV 0 eV 667 mum 45.7 cmFCALEmModulePhysicalTransportation - 12 11.8 cm 17.6 cm 41.3 cm 47.3 MeV 0 eV 6.89 mm 46.4 cmF1LArGapPhysicalTransportation - 13 11.8 cm 17.7 cm 41.3 cm 47.3 MeV 0 eV 887 mum 46.5 cmFCALEmModulePhysicalTransportation - 14 12 cm 18 cm 42 cm 47.3 MeV 0 eV 7.67 mm 47.3 cmF1LArGapPhysicalTransportation - 15 12 cm 18 cm 42.1 cm 47.3 MeV 0 eV 887 mum 47.4 cmFCALEmModulePhysicalTransportation - 16 12.3 cm 18.4 cm 43 cm 47.3 MeV 0 eV 1.04 cm 48.4 cmLArgPhysicalTransportation - 17 35 cm 52.4 cm 1.23 m 47.3 MeV 0 eV 89.4 cm 1.38 mCryostatVolumesTransportation - 18 35.1 cm 52.5 cm 1.23 m 47.3 MeV 0 eV 3.24 mm 1.38 mInsulationPhysicalTransportation - 19 37 cm 55.4 cm 1.3 m 47.3 MeV 0 eV 7.57 cm 1.46 mCryostatVolumesTransportation - 20 37.1 cm 55.5 cm 1.3 m 47.3 MeV 0 eV 2.7 mm 1.46 mMotherTransportation - 21 40.6 cm 60.7 cm 1.42 m 47.3 MeV 0 eV 13.7 cm 1.6 mIronWallPhysicalTransportation - 22 50.2 cm 75 cm 1.75 m 47.3 MeV 0 eV 37.6 cm 1.97 mMotherTransportation - 23 3.34 m 5 m 11.7 m 47.3 MeV 0 eV 11.2 m 13.2 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=49.1008 -Edep in FCAL1 FCAl2 : 0 49.1008 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2536 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 36 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -276 mum 548 mum -307 mum 25.4 MeV 1.42 MeV 694 mum 694 mumWAbsorberPhysicaleBrem - 2 -876 mum 1.23 mm -1.06 mm 21.9 MeV 2.21 MeV 1.21 mm 1.9 mmWAbsorberPhysicaleBrem - 3 -956 mum 1.34 mm -1.15 mm 18.1 MeV 261 keV 161 mum 2.07 mmWAbsorberPhysicaleBrem - 4 -1.12 mm 1.58 mm -1.24 mm 17 MeV 860 keV 313 mum 2.38 mmWAbsorberPhysicaleBrem - 5 -2.03 mm 1.66 mm -1.41 mm 10.1 MeV 1.52 MeV 925 mum 3.3 mmWAbsorberPhysicaleBrem - 6 -2.55 mm 1.74 mm -1.95 mm 7.94 MeV 1.78 MeV 789 mum 4.09 mmWAbsorberPhysicaleBrem - 7 -3.06 mm 2 mm -1.92 mm 6.78 MeV 947 keV 563 mum 4.66 mmWAbsorberPhysicaleBrem - 8 -3.63 mm 2.22 mm -1.28 mm 2.64 MeV 3.89 MeV 902 mum 5.56 mmWAbsorberPhysicaleBrem - 9 -3.83 mm 1.85 mm -1.99 mm 30.3 keV 2.44 MeV 1.11 mm 6.67 mmWAbsorberPhysicaleBrem - 10 -3.83 mm 1.85 mm -1.99 mm 0 eV 30.3 keV 1.95 mum 6.67 mmWAbsorberPhysicaleIoni - 11 -3.83 mm 1.85 mm -1.99 mm 0 eV 0 eV 0 fm 6.67 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.83 mm 1.85 mm -1.99 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.97 mm 3.4 mm -3.08 mm 354 keV 0 eV 3.67 mm 3.67 mmWAbsorberPhysicalcompt - 2 -7.32 mm 3.57 mm -4.38 mm 0 eV 69.5 keV 1.35 mm 5.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.32 mm 3.57 mm -4.38 mm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.32 mm 3.57 mm -4.38 mm 0 eV 285 keV 80.7 mum 80.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.97 mm 3.4 mm -3.08 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.97 mm 3.4 mm -3.08 mm 0 eV 157 keV 32.4 mum 32.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.83 mm 1.85 mm -1.99 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.35 mm 1.12 mm -1.48 mm 0 eV 69.5 keV 1.72 mm 1.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.35 mm 1.12 mm -1.48 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm 1.11 mm -1.47 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.83 mm 1.85 mm -1.99 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.04 mm 2.25 mm -2.42 mm 0 eV 69.5 keV 627 mum 627 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.04 mm 2.25 mm -2.42 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.05 mm 2.25 mm -2.42 mm 0 eV 104 keV 16.9 mum 16.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.63 mm 2.22 mm -1.28 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.9 mm 2.29 mm -1.33 mm 0 eV 69.5 keV 280 mum 280 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.9 mm 2.29 mm -1.33 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.9 mm 2.29 mm -1.33 mm 0 eV 171 keV 37.1 mum 37.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.06 mm 2 mm -1.92 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.39 mm 1.37 mm -1.27 mm 0 eV 69.5 keV 1.61 mm 1.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.39 mm 1.37 mm -1.27 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.39 mm 1.37 mm -1.27 mm 0 eV 147 keV 29.5 mum 29.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm 1.74 mm -1.95 mm 418 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.34 mm 1.9 mm -2.14 mm 293 keV 0 eV 828 mum 828 mumWAbsorberPhysicalcompt - 2 -3.44 mm 1.98 mm -2.53 mm 238 keV 0 eV 406 mum 1.23 mmWAbsorberPhysicalcompt - 3 -4.46 mm 2.48 mm -2.93 mm 128 keV 0 eV 1.21 mm 2.44 mmWAbsorberPhysicalcompt - 4 -3.98 mm 1.96 mm -2.21 mm 0 eV 69.5 keV 1.01 mm 3.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.98 mm 1.96 mm -2.21 mm 58.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.98 mm 1.96 mm -2.21 mm 0 eV 58.4 keV 6.6 mum 6.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.46 mm 2.48 mm -2.93 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.47 mm 2.48 mm -2.94 mm 0 eV 111 keV 18.7 mum 18.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.44 mm 1.98 mm -2.53 mm 54.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.44 mm 1.98 mm -2.53 mm 0 eV 54.5 keV 5.91 mum 5.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.34 mm 1.9 mm -2.14 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.34 mm 1.9 mm -2.14 mm 0 eV 125 keV 22.7 mum 22.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.03 mm 1.66 mm -1.41 mm 5.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.49 mm 2.49 mm -4.07 mm 0 eV 0 eV 7.96 mm 7.96 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 27, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.49 mm 2.49 mm -4.07 mm 2.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.67 mm 2.51 mm -4.14 mm 0 eV 2.46 MeV 1.02 mm 1.02 mmWAbsorberPhysicaleBrem - 2 -9.67 mm 2.51 mm -4.14 mm 0 eV 0 eV 0 fm 1.02 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.67 mm 2.51 mm -4.14 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.14 mm 3.3 mm -221 mum 462 keV 0 eV 4.73 mm 4.73 mmWAbsorberPhysicalcompt - 2 -6.63 mm 4.53 mm 1.98 mm 435 keV 0 eV 2.57 mm 7.31 mmWAbsorberPhysicalcompt - 3 -6.74 mm 4.95 mm 3.68 mm 0 eV 69.5 keV 1.75 mm 9.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.74 mm 4.95 mm 3.68 mm 366 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.74 mm 4.95 mm 3.69 mm 0 eV 366 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.63 mm 4.53 mm 1.98 mm 26.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.63 mm 4.53 mm 1.98 mm 0 eV 26.9 keV 1.85 mum 1.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.14 mm 3.3 mm -221 mum 49.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.14 mm 3.3 mm -221 mum 0 eV 49.1 keV 4.94 mum 4.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.67 mm 2.51 mm -4.14 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm 1.68 mm -8.26 mm 486 keV 0 eV 4.99 mm 4.99 mmWAbsorberPhysicalcompt - 2 -1.46 cm 2.33 mm -1.32 cm 0 eV 69.5 keV 5.5 mm 1.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 cm 2.33 mm -1.32 cm 416 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 cm 2.33 mm -1.32 cm 0 eV 416 keV 139 mum 139 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 cm 1.68 mm -8.26 mm 25.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm 1.68 mm -8.26 mm 0 eV 25.1 keV 1.64 mum 1.64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.49 mm 2.49 mm -4.07 mm 1.82 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.53 mm 2.53 mm -4.09 mm 804 keV 112 keV 72.2 mum 72.2 mumWAbsorberPhysicaleBrem - 2 -9.55 mm 2.52 mm -4.09 mm 0 eV 804 keV 328 mum 400 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.53 mm 2.53 mm -4.09 mm 902 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 cm -3.38 mm -3.8 mm 870 keV 0 eV 7.25 mm 7.25 mmWAbsorberPhysicalcompt - 2 -1.66 cm -1.02 cm -3.48 mm 722 keV 0 eV 7.38 mm 1.46 cmWAbsorberPhysicalcompt - 3 -1.78 cm -1.94 cm -7.05 mm 638 keV 0 eV 9.97 mm 2.46 cmWAbsorberPhysicalcompt - 4 -1.83 cm -2.17 cm -6.92 mm 183 keV 0 eV 2.39 mm 2.7 cmWAbsorberPhysicalcompt - 5 -1.83 cm -2.16 cm -6.92 mm 0 eV 69.5 keV 108 mum 2.71 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 cm -2.16 cm -6.92 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 cm -2.16 cm -6.92 mm 0 eV 114 keV 19.5 mum 19.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 cm -2.17 cm -6.92 mm 455 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 cm -2.17 cm -6.92 mm 0 eV 455 keV 157 mum 157 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.78 cm -1.94 cm -7.05 mm 83.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.78 cm -1.94 cm -7.05 mm 0 eV 83.2 keV 11.8 mum 11.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 cm -1.02 cm -3.48 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 cm -1.02 cm -3.48 mm 0 eV 148 keV 29.7 mum 29.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm -3.38 mm -3.8 mm 32.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 cm -3.38 mm -3.8 mm 0 eV 32.7 keV 2.54 mum 2.54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 mm 1.58 mm -1.24 mm 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 mm 1.8 mm -1.52 mm 0 eV 69.5 keV 779 mum 779 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 mm 1.8 mm -1.52 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 mm 1.8 mm -1.52 mm 0 eV 180 keV 40.5 mum 40.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -956 mum 1.34 mm -1.15 mm 3.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.92 mm 3.54 mm -2.25 mm 0 eV 0 eV 3.15 mm 3.15 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 43, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.92 mm 3.54 mm -2.25 mm 637 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm 3.55 mm -2.24 mm 0 eV 637 keV 244 mum 244 mumWAbsorberPhysicaleIoni - 2 -2.9 mm 3.55 mm -2.24 mm 0 eV 0 eV 0 fm 244 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm 3.55 mm -2.24 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 mm 4.05 mm -1.81 mm 453 keV 0 eV 734 mum 734 mumWAbsorberPhysicalcompt - 2 -2.31 mm 1.28 cm 1.15 cm 298 keV 0 eV 1.6 cm 1.67 cmWAbsorberPhysicalcompt - 3 -1.48 mm 1.21 cm 1.29 cm 0 eV 69.5 keV 1.78 mm 1.85 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm 1.21 cm 1.29 cm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 mm 1.21 cm 1.29 cm 0 eV 228 keV 58 mum 58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 mm 1.28 cm 1.15 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 mm 1.28 cm 1.15 cm 0 eV 155 keV 31.8 mum 31.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 mm 4.05 mm -1.81 mm 58.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 mm 4.05 mm -1.81 mm 0 eV 58.5 keV 6.62 mum 6.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm 3.55 mm -2.24 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.1 mm 1.76 mm -3.84 mm 184 keV 0 eV 2.69 mm 2.69 mmWAbsorberPhysicalcompt - 2 -4.02 mm 1.92 mm -3.12 mm 0 eV 69.5 keV 742 mum 3.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.02 mm 1.92 mm -3.12 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.02 mm 1.92 mm -3.12 mm 0 eV 115 keV 19.8 mum 19.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.1 mm 1.76 mm -3.84 mm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.11 mm 1.75 mm -3.84 mm 0 eV 327 keV 98.4 mum 98.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.92 mm 3.54 mm -2.25 mm 1.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.89 mm 3.47 mm -2.6 mm 429 keV 1.14 MeV 573 mum 573 mumWAbsorberPhysicaleBrem - 2 -2.9 mm 3.46 mm -2.6 mm 0 eV 429 keV 144 mum 718 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.89 mm 3.47 mm -2.6 mm 331 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.83 mm 2.04 mm -4.55 mm 0 eV 69.5 keV 3.81 mm 3.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.83 mm 2.04 mm -4.55 mm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.83 mm 2.03 mm -4.55 mm 0 eV 261 keV 71 mum 71 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -876 mum 1.23 mm -1.06 mm 1.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm 2.29 cm -1.58 cm 709 keV 0 eV 3.14 cm 3.14 cmWAbsorberPhysicalcompt - 2 -1.63 cm 2.8 cm -1.97 cm 491 keV 0 eV 6.67 mm 3.8 cmWAbsorberPhysicalcompt - 3 -1.67 cm 3.01 cm -1.96 cm 221 keV 0 eV 2.12 mm 4.02 cmWAbsorberPhysicalcompt - 4 -1.67 cm 3.01 cm -1.97 cm 0 eV 69.5 keV 52.8 mum 4.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 cm 3.01 cm -1.97 cm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 cm 3.01 cm -1.97 cm 0 eV 151 keV 30.7 mum 30.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 cm 3.01 cm -1.96 cm 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 cm 3.01 cm -1.96 cm 0 eV 270 keV 74.7 mum 74.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 cm 2.8 cm -1.97 cm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 cm 2.8 cm -1.97 cm 0 eV 218 keV 54 mum 54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 cm 2.29 cm -1.58 cm 632 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm 2.29 cm -1.58 cm 208 keV 294 keV 163 mum 163 mumWAbsorberPhysicaleBrem - 2 -1.81 cm 2.29 cm -1.58 cm 0 eV 208 keV 50.5 mum 213 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 cm 2.29 cm -1.58 cm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm 2.28 cm -1.59 cm 0 eV 69.5 keV 200 mum 200 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 cm 2.28 cm -1.59 cm 61 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm 2.28 cm -1.59 cm 0 eV 61 keV 7.07 mum 7.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -276 mum 548 mum -307 mum 10.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.08 mm 6.98 mm -4.41 mm 0 eV 0 eV 9.01 mm 9.01 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 60, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.08 mm 6.98 mm -4.41 mm 3.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.74 mm 6.48 mm -5.31 mm 793 keV 2.88 MeV 1.51 mm 1.51 mmWAbsorberPhysicaleIoni - 2 -5.71 mm 6.48 mm -5.32 mm 0 eV 793 keV 324 mum 1.84 mmWAbsorberPhysicaleIoni - 3 -5.71 mm 6.48 mm -5.32 mm 0 eV 0 eV 0 fm 1.84 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.71 mm 6.48 mm -5.32 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 cm -3.64 mm -3.57 mm 187 keV 0 eV 1.41 cm 1.41 cmWAbsorberPhysicalcompt - 2 -1.48 cm -3.3 mm -3.12 mm 0 eV 69.5 keV 855 mum 1.5 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 cm -3.3 mm -3.12 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 cm -3.3 mm -3.12 mm 0 eV 117 keV 20.5 mum 20.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 cm -3.64 mm -3.57 mm 324 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 cm -3.65 mm -3.57 mm 0 eV 324 keV 97.3 mum 97.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.71 mm 6.48 mm -5.32 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.26 mm 1.11 cm -6.12 mm 0 eV 69.5 keV 6.47 mm 6.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 mm 1.11 cm -6.12 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 mm 1.11 cm -6.11 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.08 mm 6.98 mm -4.41 mm 6.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.12 mm 7.05 mm -4.48 mm 2.9 MeV 182 keV 114 mum 114 mumWAbsorberPhysicaleBrem - 2 -4.95 mm 7.55 mm -4.65 mm 935 keV 1.52 MeV 788 mum 902 mumWAbsorberPhysicaleBrem - 3 -4.96 mm 7.54 mm -4.61 mm 0 eV 935 keV 395 mum 1.3 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.95 mm 7.55 mm -4.65 mm 447 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.66 mm 7.12 mm -600 mum 278 keV 0 eV 4.41 mm 4.41 mmWAbsorberPhysicalcompt - 2 -7.79 mm 7.03 mm -711 mum 135 keV 0 eV 1.14 mm 5.55 mmWAbsorberPhysicalcompt - 3 -7.73 mm 7.06 mm -708 mum 0 eV 69.5 keV 63.3 mum 5.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.73 mm 7.06 mm -708 mum 65.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.73 mm 7.06 mm -708 mum 0 eV 65.8 keV 8.03 mum 8.03 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.79 mm 7.03 mm -711 mum 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.79 mm 7.03 mm -712 mum 0 eV 142 keV 27.9 mum 27.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.66 mm 7.12 mm -600 mum 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.66 mm 7.12 mm -597 mum 0 eV 169 keV 36.7 mum 36.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.12 mm 7.05 mm -4.48 mm 3.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.57 mm 7.21 mm -4.77 mm 826 keV 0 eV 562 mum 562 mumWAbsorberPhysicalcompt - 2 -5.76 mm 7.12 mm -4.76 mm 594 keV 0 eV 208 mum 770 mumWAbsorberPhysicalcompt - 3 -7.25 mm 3.91 mm -3.41 mm 0 eV 69.5 keV 3.78 mm 4.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.25 mm 3.91 mm -3.41 mm 524 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.26 mm 3.91 mm -3.4 mm 0 eV 524 keV 190 mum 190 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.76 mm 7.12 mm -4.76 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.76 mm 7.12 mm -4.76 mm 0 eV 232 keV 59.6 mum 59.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.57 mm 7.21 mm -4.77 mm 2.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.65 mm 7.27 mm -4.84 mm 0 eV 2.18 MeV 1.02 mm 1.02 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 27.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.15 cm -10.4 cm -6.11 cm 27.7 MeV 0 eV 12.3 cm 12.3 cmCuPlateBPhysicalTransportation - 2 -2.97 cm -14.3 cm -8.42 cm 27.7 MeV 0 eV 4.63 cm 16.9 cmLArgPhysicalTransportation - 3 -4.08 cm -19.7 cm -11.6 cm 27.7 MeV 0 eV 6.34 cm 23.2 cmBackExcluderTransportation - 4 -5.5 cm -26.6 cm -15.6 cm 27.7 MeV 0 eV 8.05 cm 31.3 cmLArgPhysicalTransportation - 5 -20.2 cm -97.5 cm -57.2 cm 27.7 MeV 0 eV 83.5 cm 1.15 mMotherTransportation - 6 -1.03 m -5 m -2.93 m 27.7 MeV 0 eV 4.74 m 5.89 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 21.8 cm -3.95 cm 28.3 cm 39.8 MeV 0 eV 36 cm 36 cmLArgPhysicalTransportation - 2 77.8 cm -14.1 cm 1.01 m 39.8 MeV 0 eV 92.2 cm 1.28 mCryostatVolumesTransportation - 3 78 cm -14.1 cm 1.01 m 39.8 MeV 0 eV 3.02 mm 1.29 mInsulationPhysicalTransportation - 4 82.3 cm -14.9 cm 1.07 m 39.8 MeV 0 eV 7.04 cm 1.36 mCryostatVolumesTransportation - 5 82.4 cm -14.9 cm 1.07 m 39.8 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 6 1.09 m -19.8 cm 1.42 m 39.8 MeV 0 eV 44.6 cm 1.8 mIronWallPhysicalTransportation - 7 1.3 m -23.5 cm 1.69 m 39.8 MeV 0 eV 33.9 cm 2.14 mMotherTransportation - 8 5 m -90.5 cm 6.49 m 39.8 MeV 0 eV 6.1 m 8.24 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=38.6694 -Edep in FCAL1 FCAl2 : 0 38.6694 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2537 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 37 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -139 mum -154 mum 185 mum 48.8 MeV 565 keV 278 mum 278 mumWAbsorberPhysicaleBrem - 2 -256 mum -259 mum 309 mum 48.1 MeV 568 keV 201 mum 479 mumWAbsorberPhysicaleBrem - 3 -391 mum -414 mum 446 mum 46.3 MeV 602 keV 247 mum 726 mumWAbsorberPhysicaleBrem - 4 -602 mum -703 mum 655 mum 43.4 MeV 1.15 MeV 416 mum 1.14 mmWAbsorberPhysicaleBrem - 5 -619 mum -725 mum 683 mum 43.1 MeV 67.3 keV 39.6 mum 1.18 mmWAbsorberPhysicaleBrem - 6 -721 mum -852 mum 814 mum 28.4 MeV 573 keV 209 mum 1.39 mmWAbsorberPhysicaleBrem - 7 -730 mum -866 mum 829 mum 26.4 MeV 28.3 keV 22 mum 1.41 mmWAbsorberPhysicaleBrem - 8 -748 mum -893 mum 859 mum 22.3 MeV 70.5 keV 44.2 mum 1.46 mmWAbsorberPhysicaleBrem - 9 -903 mum -1.26 mm 1.2 mm 21.2 MeV 894 keV 529 mum 1.99 mmWAbsorberPhysicaleBrem - 10 -1.08 mm -1.44 mm 1.57 mm 19.3 MeV 1 MeV 490 mum 2.48 mmWAbsorberPhysicaleBrem - 11 -1.47 mm -1.75 mm 2.19 mm 17.3 MeV 1.89 MeV 773 mum 3.25 mmWAbsorberPhysicaleBrem - 12 -1.58 mm -1.94 mm 2.49 mm 15.3 MeV 813 keV 384 mum 3.63 mmWAbsorberPhysicaleBrem - 13 -1.64 mm -2 mm 2.67 mm 12.8 MeV 370 keV 200 mum 3.83 mmWAbsorberPhysicaleBrem - 14 -1.7 mm -2.06 mm 2.79 mm 11.6 MeV 279 keV 150 mum 3.98 mmWAbsorberPhysicaleBrem - 15 -1.72 mm -2.18 mm 3.11 mm 10.5 MeV 636 keV 360 mum 4.34 mmWAbsorberPhysicaleBrem - 16 -928 mum -2.85 mm 3.53 mm 7.59 MeV 2.78 MeV 1.42 mm 5.76 mmWAbsorberPhysicaleBrem - 17 -861 mum -3.3 mm 3.47 mm 2.2 MeV 2.79 MeV 485 mum 6.25 mmWAbsorberPhysicaleBrem - 18 -794 mum -3.18 mm 4.2 mm 278 keV 1.92 MeV 1.05 mm 7.3 mmWAbsorberPhysicaleIoni - 19 -787 mum -3.18 mm 4.19 mm 0 eV 278 keV 75.5 mum 7.37 mmWAbsorberPhysicaleIoni - 20 -787 mum -3.18 mm 4.19 mm 0 eV 0 eV 0 fm 7.37 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -787 mum -3.18 mm 4.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.88 mm -5.21 mm 2.22 mm 0 eV 69.5 keV 4.19 mm 4.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.88 mm -5.21 mm 2.22 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.89 mm -5.21 mm 2.22 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -787 mum -3.18 mm 4.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.57 mm -335 mum 6.97 mm 0 eV 69.5 keV 5.9 mm 5.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.57 mm -335 mum 6.97 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.58 mm -325 mum 6.97 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -861 mum -3.3 mm 3.47 mm 2.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.54 mm -5.33 mm 3.28 mm 374 keV 0 eV 3.37 mm 3.37 mmWAbsorberPhysicalcompt - 2 -3.96 mm -4.27 mm 2.31 mm 324 keV 0 eV 1.5 mm 4.86 mmWAbsorberPhysicalcompt - 3 -4.08 mm -4.06 mm 2.3 mm 0 eV 69.5 keV 237 mum 5.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.08 mm -4.06 mm 2.3 mm 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.08 mm -4.06 mm 2.3 mm 0 eV 255 keV 68.2 mum 68.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.96 mm -4.27 mm 2.31 mm 50.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.96 mm -4.27 mm 2.31 mm 0 eV 50.1 keV 5.11 mum 5.11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.54 mm -5.33 mm 3.28 mm 2.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.75 mm -5.33 mm 2.69 mm 196 keV 2.03 MeV 1.04 mm 1.04 mmWAbsorberPhysicaleIoni - 2 -3.75 mm -5.32 mm 2.69 mm 0 eV 196 keV 45.9 mum 1.09 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -928 mum -2.85 mm 3.53 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -903 mum -2.89 mm 3.51 mm 0 eV 69.5 keV 47.7 mum 47.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -903 mum -2.89 mm 3.51 mm 92.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -903 mum -2.89 mm 3.51 mm 0 eV 92.2 keV 13.9 mum 13.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 mm -2.18 mm 3.11 mm 386 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 mm -7.78 mm 1.01 cm 352 keV 0 eV 8.99 mm 8.99 mmWAbsorberPhysicalcompt - 2 -1.04 mm -7.83 mm 1.03 cm 318 keV 0 eV 212 mum 9.2 mmWAbsorberPhysicalcompt - 3 -909 mum -7.89 mm 1.04 cm 311 keV 0 eV 168 mum 9.37 mmWAbsorberPhysicalcompt - 4 1.27 mm -9.93 mm 1.25 cm 256 keV 0 eV 3.65 mm 1.3 cmWAbsorberPhysicalcompt - 5 1.28 mm -9.93 mm 1.25 cm 0 eV 69.5 keV 15.4 mum 1.3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -9.93 mm 1.25 cm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 mm -9.93 mm 1.25 cm 0 eV 187 keV 42.7 mum 42.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 mm -9.93 mm 1.25 cm 55.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 mm -9.93 mm 1.25 cm 0 eV 55.2 keV 6.02 mum 6.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -909 mum -7.89 mm 1.04 cm 7.13 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -909 mum -7.89 mm 1.04 cm 0 eV 7.13 keV 234 nm 234 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm -7.83 mm 1.03 cm 33.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm -7.83 mm 1.03 cm 0 eV 33.4 keV 2.63 mum 2.63 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 mm -7.78 mm 1.01 cm 34.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 mm -7.78 mm 1.01 cm 0 eV 34.3 keV 2.76 mum 2.76 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.7 mm -2.06 mm 2.79 mm 1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.8 mm -2.45 mm 3.36 mm 277 keV 0 eV 692 mum 692 mumWAbsorberPhysicalcompt - 2 -1.79 mm -2.7 mm 3.01 mm 0 eV 69.5 keV 422 mum 1.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 mm -2.7 mm 3.01 mm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.79 mm -2.7 mm 3.01 mm 0 eV 207 keV 50.1 mum 50.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 mm -2.45 mm 3.36 mm 724 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 mm -2.46 mm 3.38 mm 0 eV 724 keV 288 mum 288 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm -2 mm 2.67 mm 2.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.02 mm -6.11 mm 1.13 cm 0 eV 69.5 keV 9.85 mm 9.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.02 mm -6.11 mm 1.13 cm 2.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.02 mm -6.17 mm 1.14 cm 0 eV 2.02 MeV 810 mum 810 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 mm -1.94 mm 2.49 mm 1.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 mm -2.06 mm 2.84 mm 886 keV 0 eV 386 mum 386 mumWAbsorberPhysicalcompt - 2 1.22 mm -1.15 cm 2.18 cm 657 keV 0 eV 2.14 cm 2.18 cmWAbsorberPhysicalcompt - 3 2.93 mm -1.28 cm 2.32 cm 335 keV 0 eV 2.57 mm 2.43 cmWAbsorberPhysicalcompt - 4 6.53 mm -1.47 cm 1.95 cm 213 keV 0 eV 5.53 mm 2.99 cmWAbsorberPhysicalcompt - 5 6.35 mm -1.49 cm 1.94 cm 0 eV 69.5 keV 287 mum 3.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.35 mm -1.49 cm 1.94 cm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.35 mm -1.49 cm 1.94 cm 0 eV 143 keV 28.2 mum 28.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.53 mm -1.47 cm 1.95 cm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.53 mm -1.47 cm 1.95 cm 0 eV 122 keV 21.8 mum 21.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.93 mm -1.28 cm 2.32 cm 323 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.93 mm -1.28 cm 2.32 cm 0 eV 323 keV 96.6 mum 96.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 mm -1.15 cm 2.18 cm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 mm -1.15 cm 2.18 cm 0 eV 228 keV 58.1 mum 58.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 mm -2.06 mm 2.84 mm 264 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 mm -2.06 mm 2.84 mm 0 eV 264 keV 72.1 mum 72.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 mm -1.75 mm 2.19 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 mm -1.95 mm 2.6 mm 0 eV 69.5 keV 498 mum 498 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 mm -1.95 mm 2.6 mm 57.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 mm -1.95 mm 2.6 mm 0 eV 57.4 keV 6.43 mum 6.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm -1.44 mm 1.57 mm 979 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6 mm -8.65 mm 1.3 cm 217 keV 0 eV 1.44 cm 1.44 cmWAbsorberPhysicalcompt - 2 -5.99 mm -8.65 mm 1.29 cm 0 eV 69.5 keV 151 mum 1.45 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.99 mm -8.65 mm 1.29 cm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.99 mm -8.65 mm 1.29 cm 0 eV 147 keV 29.5 mum 29.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6 mm -8.65 mm 1.3 cm 762 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.01 mm -8.66 mm 1.3 cm 0 eV 762 keV 307 mum 307 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -903 mum -1.26 mm 1.2 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 mm -1.61 mm 1.6 mm 0 eV 69.5 keV 580 mum 580 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 mm -1.61 mm 1.6 mm 87.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 mm -1.61 mm 1.6 mm 0 eV 87.4 keV 12.8 mum 12.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -748 mum -893 mum 859 mum 3.99 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 mm -1.85 mm 1.77 mm 603 keV 0 eV 1.46 mm 1.46 mmWAbsorberPhysicalcompt - 2 -1.43 cm -2.75 mm -2.04 mm 0 eV 69.5 keV 1.35 cm 1.5 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.43 cm -2.75 mm -2.04 mm 534 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 cm -2.74 mm -2.05 mm 0 eV 534 keV 194 mum 194 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm -1.85 mm 1.77 mm 3.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 mm -1.91 mm 1.8 mm 3.02 MeV 110 keV 70.9 mum 70.9 mumWAbsorberPhysicaleBrem - 2 -1.42 mm -1.97 mm 1.91 mm 2.56 MeV 221 keV 141 mum 212 mumWAbsorberPhysicaleBrem - 3 -1.43 mm -1.97 mm 1.94 mm 2.41 MeV 32.8 keV 28.6 mum 241 mumWAbsorberPhysicaleBrem - 4 -1.81 mm -1.46 mm 2.21 mm 205 keV 2.21 MeV 1.12 mm 1.36 mmWAbsorberPhysicaleIoni - 5 -1.81 mm -1.46 mm 2.21 mm 0 eV 205 keV 49.2 mum 1.41 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.43 mm -1.97 mm 1.94 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm -1.99 mm 1.99 mm 0 eV 69.5 keV 54.8 mum 54.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm -1.99 mm 1.99 mm 43.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm -1.99 mm 1.99 mm 0 eV 43.1 keV 4.01 mum 4.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm -1.97 mm 1.91 mm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.08 mm -2.24 mm 3.03 mm 0 eV 69.5 keV 1.32 mm 1.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 mm -2.24 mm 3.03 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.08 mm -2.24 mm 3.03 mm 0 eV 170 keV 36.9 mum 36.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 mm -1.91 mm 1.8 mm 265 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.5 mm -3.33 mm 2.73 mm 0 eV 69.5 keV 2.71 mm 2.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.5 mm -3.33 mm 2.73 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.5 mm -3.33 mm 2.73 mm 0 eV 196 keV 45.8 mum 45.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -730 mum -866 mum 829 mum 2.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.36 mm -3.88 mm 4.35 mm 339 keV 0 eV 5.33 mm 5.33 mmWAbsorberPhysicalcompt - 2 -2.81 mm -3.69 mm 4.67 mm 0 eV 69.5 keV 663 mum 5.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.81 mm -3.69 mm 4.67 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.81 mm -3.69 mm 4.67 mm 0 eV 269 keV 74.3 mum 74.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.36 mm -3.88 mm 4.35 mm 1.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.48 mm -3.81 mm 4.45 mm 945 keV 415 keV 242 mum 242 mumWAbsorberPhysicaleBrem - 2 -3.44 mm -3.79 mm 4.45 mm 0 eV 945 keV 323 mum 565 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.48 mm -3.81 mm 4.45 mm 319 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 mm -2.25 mm 4.82 mm 252 keV 0 eV 2.69 mm 2.69 mmWAbsorberPhysicalcompt - 2 -1.03 mm -1.53 mm 5.98 mm 0 eV 69.5 keV 1.4 mm 4.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 mm -1.53 mm 5.98 mm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 mm -1.52 mm 5.98 mm 0 eV 182 keV 41.2 mum 41.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 mm -2.25 mm 4.82 mm 66.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 mm -2.25 mm 4.82 mm 0 eV 66.8 keV 8.23 mum 8.23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -721 mum -852 mum 814 mum 14.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.64 mm -3.48 mm 3.7 mm 0 eV 0 eV 4.35 mm 4.35 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 61, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm -3.48 mm 3.7 mm 11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.77 mm -3.67 mm 3.82 mm 7.9 MeV 413 keV 261 mum 261 mumWAbsorberPhysicaleBrem - 2 -2.7 mm -3.83 mm 4.44 mm 6.29 MeV 1.32 MeV 750 mum 1.01 mmWAbsorberPhysicaleBrem - 3 -2.53 mm -4.43 mm 4.41 mm 4.52 MeV 1.62 MeV 743 mum 1.75 mmWAbsorberPhysicaleBrem - 4 -2.76 mm -4.42 mm 4.52 mm 3.37 MeV 724 keV 306 mum 2.06 mmWAbsorberPhysicaleBrem - 5 -1.74 mm -4.44 mm 5.02 mm 178 keV 3.19 MeV 1.44 mm 3.5 mmWAbsorberPhysicaleIoni - 6 -1.74 mm -4.44 mm 5.03 mm 0 eV 178 keV 37.7 mum 3.54 mmWAbsorberPhysicaleIoni - 7 -1.74 mm -4.44 mm 5.03 mm 0 eV 0 eV 0 fm 3.54 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 mm -4.44 mm 5.03 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.4 mm 294 mum 647 mum 348 keV 0 eV 6.98 mm 6.98 mmWAbsorberPhysicalcompt - 2 -5.23 mm -131 mum -683 mum 0 eV 69.5 keV 1.62 mm 8.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.23 mm -131 mum -683 mum 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.23 mm -131 mum -687 mum 0 eV 278 keV 78 mum 78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.4 mm 294 mum 647 mum 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.4 mm 296 mum 647 mum 0 eV 163 keV 34.5 mum 34.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 mm -4.44 mm 5.03 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 234 mum -7.94 mm 8.26 mm 0 eV 69.5 keV 5.15 mm 5.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 234 mum -7.94 mm 8.26 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 234 mum -7.95 mm 8.27 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 mm -4.42 mm 4.52 mm 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm -3.65 mm 5.67 mm 0 eV 69.5 keV 1.4 mm 1.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm -3.65 mm 5.67 mm 362 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm -3.65 mm 5.68 mm 0 eV 362 keV 114 mum 114 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.53 mm -4.43 mm 4.41 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm -4.16 mm 4.63 mm 0 eV 69.5 keV 507 mum 507 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm -4.16 mm 4.63 mm 73.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm -4.16 mm 4.63 mm 0 eV 73.1 keV 9.56 mum 9.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.7 mm -3.83 mm 4.44 mm 297 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.63 mm -4.16 mm 4.78 mm 0 eV 69.5 keV 481 mum 481 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.63 mm -4.16 mm 4.78 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.63 mm -4.16 mm 4.78 mm 0 eV 227 keV 57.7 mum 57.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.77 mm -3.67 mm 3.82 mm 2.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 cm -2.65 cm 3.19 cm 2.36 MeV 0 eV 4.07 cm 4.07 cmWAbsorberPhysicalcompt - 2 -2.36 cm -2.99 cm 3.43 cm 2.06 MeV 0 eV 4.8 mm 4.55 cmWAbsorberPhysicalcompt - 3 -2.92 cm -3.6 cm 3.71 cm 1.2 MeV 0 eV 8.75 mm 5.42 cmWAbsorberPhysicalcompt - 4 -3.3 cm -7.14 cm 5.27 cm 527 keV 0 eV 3.89 cm 9.31 cmWAbsorberPhysicalcompt - 5 -3.11 cm -7.21 cm 5.68 cm 347 keV 0 eV 4.57 mm 9.77 cmWAbsorberPhysicalcompt - 6 -3.05 cm -7.1 cm 5.75 cm 0 eV 69.5 keV 1.43 mm 9.91 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.05 cm -7.1 cm 5.75 cm 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.05 cm -7.1 cm 5.75 cm 0 eV 278 keV 77.7 mum 77.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.11 cm -7.21 cm 5.68 cm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.11 cm -7.21 cm 5.68 cm 0 eV 180 keV 40.4 mum 40.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.3 cm -7.14 cm 5.27 cm 672 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 cm -7.15 cm 5.27 cm 0 eV 672 keV 262 mum 262 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.92 cm -3.6 cm 3.71 cm 857 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.93 cm -3.6 cm 3.71 cm 0 eV 857 keV 355 mum 355 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 cm -2.99 cm 3.43 cm 300 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 cm -2.99 cm 3.43 cm 0 eV 300 keV 87.1 mum 87.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 cm -2.65 cm 3.19 cm 346 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 cm -2.65 cm 3.19 cm 0 eV 346 keV 107 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm -3.48 mm 3.7 mm 2.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.71 mm -3.47 mm 3.79 mm 0 eV 2.07 MeV 964 mum 964 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -619 mum -725 mum 683 mum 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -978 mum -1.19 mm 1.22 mm 0 eV 69.5 keV 794 mum 794 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -978 mum -1.19 mm 1.22 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -979 mum -1.19 mm 1.22 mm 0 eV 166 keV 35.4 mum 35.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -602 mum -703 mum 655 mum 1.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.59 mm -3.35 mm 3.71 mm 918 keV 0 eV 4.51 mm 4.51 mmWAbsorberPhysicalcompt - 2 -2.02 mm -5.74 mm 4.98 mm 271 keV 0 eV 2.76 mm 7.27 mmWAbsorberPhysicalcompt - 3 -2.65 mm -4.72 mm 6.04 mm 262 keV 0 eV 1.6 mm 8.87 mmWAbsorberPhysicalcompt - 4 -2.7 mm -4.26 mm 6.35 mm 0 eV 69.5 keV 555 mum 9.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.7 mm -4.26 mm 6.35 mm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.7 mm -4.26 mm 6.34 mm 0 eV 192 keV 44.5 mum 44.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.65 mm -4.72 mm 6.04 mm 9.53 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 mm -4.72 mm 6.04 mm 0 eV 9.53 keV 360 nm 360 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 mm -5.74 mm 4.98 mm 647 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 mm -5.79 mm 4.95 mm 120 keV 417 keV 201 mum 201 mumWAbsorberPhysicaleBrem - 2 -2.08 mm -5.78 mm 4.95 mm 0 eV 120 keV 21.3 mum 222 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 mm -5.79 mm 4.95 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 mm -5.76 mm 4.92 mm 0 eV 69.5 keV 125 mum 125 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.2 mm -5.76 mm 4.92 mm 40.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 mm -5.76 mm 4.92 mm 0 eV 40.3 keV 3.57 mum 3.57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.59 mm -3.35 mm 3.71 mm 884 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.62 mm -3.36 mm 3.73 mm 0 eV 884 keV 352 mum 352 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -391 mum -414 mum 446 mum 1.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.28 mm -7.36 mm 6.2 mm 1.03 MeV 0 eV 1.03 cm 1.03 cmWAbsorberPhysicalcompt - 2 -1.11 cm -1.18 cm 1.01 cm 596 keV 0 eV 8.26 mm 1.85 cmWAbsorberPhysicalcompt - 3 -1.09 cm -1.3 cm 1.23 cm 339 keV 0 eV 2.49 mm 2.1 cmWAbsorberPhysicalcompt - 4 -9.22 mm -1.37 cm 1.25 cm 330 keV 0 eV 1.87 mm 2.29 cmWAbsorberPhysicalcompt - 5 -7.55 mm -1.49 cm 1.25 cm 271 keV 0 eV 2.04 mm 2.49 cmWAbsorberPhysicalcompt - 6 -7.36 mm -1.55 cm 1.29 cm 0 eV 69.5 keV 743 mum 2.57 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.36 mm -1.55 cm 1.29 cm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.36 mm -1.55 cm 1.29 cm 0 eV 201 keV 47.8 mum 47.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.55 mm -1.49 cm 1.25 cm 59.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.55 mm -1.49 cm 1.25 cm 0 eV 59.4 keV 6.78 mum 6.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.22 mm -1.37 cm 1.25 cm 8.21 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.22 mm -1.37 cm 1.25 cm 0 eV 8.21 keV 287 nm 287 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -1.3 cm 1.23 cm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -1.3 cm 1.23 cm 0 eV 257 keV 69.2 mum 69.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -1.18 cm 1.01 cm 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -1.18 cm 1.01 cm 0 eV 432 keV 146 mum 146 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.28 mm -7.36 mm 6.2 mm 87.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.28 mm -7.36 mm 6.2 mm 0 eV 87.7 keV 12.8 mum 12.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -256 mum -259 mum 309 mum 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -357 mum -369 mum 420 mum 0 eV 69.5 keV 185 mum 185 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -357 mum -369 mum 420 mum 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -358 mum -368 mum 421 mum 0 eV 127 keV 23.1 mum 23.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -139 mum -154 mum 185 mum 436 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.41 mm -3.08 mm 3.28 mm 0 eV 69.5 keV 5.37 mm 5.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.41 mm -3.08 mm 3.28 mm 367 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.41 mm -3.08 mm 3.29 mm 0 eV 367 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 11.9 cm 1.11 cm -6.68 cm 19.9 MeV 0 eV 13.7 cm 13.7 cmF2RodPhysicalTransportation - 2 12.4 cm 1.15 cm -6.93 cm 19.9 MeV 0 eV 5.11 mm 14.2 cmF2LArGapPhysicalTransportation - 3 12.4 cm 1.15 cm -6.95 cm 19.9 MeV 0 eV 422 mum 14.3 cmCuPlateBPhysicalTransportation - 4 16.4 cm 1.53 cm -9.2 cm 19.9 MeV 0 eV 4.63 cm 18.9 cmLArgPhysicalTransportation - 5 20.7 cm 1.92 cm -11.6 cm 19.9 MeV 0 eV 4.88 cm 23.8 cmBackExcluderTransportation - 6 40.9 cm 3.8 cm -22.9 cm 19.9 MeV 0 eV 23.3 cm 47 cmLArgPhysicalTransportation - 7 1.11 m 10.3 cm -62.3 cm 19.9 MeV 0 eV 80.8 cm 1.28 mCryostatVolumesTransportation - 8 1.11 m 10.4 cm -62.4 cm 19.9 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 9 1.18 m 10.9 cm -65.9 cm 19.9 MeV 0 eV 7.02 cm 1.35 mCryostatVolumesTransportation - 10 1.18 m 10.9 cm -66 cm 19.9 MeV 0 eV 2.51 mm 1.35 mMotherTransportation - 11 5 m 46.5 cm -2.8 m 19.9 MeV 0 eV 4.4 m 5.75 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.2 cm 7.69 cm -7 cm 35.4 MeV 0 eV 10.9 cm 10.9 cmCuPlateBPhysicalTransportation - 2 4.41 cm 10.6 cm -9.65 cm 35.4 MeV 0 eV 4.11 cm 15 cmLArgPhysicalTransportation - 3 5.29 cm 12.7 cm -11.6 cm 35.4 MeV 0 eV 3 cm 18 cmBackExcluderTransportation - 4 12.2 cm 29.4 cm -26.8 cm 35.4 MeV 0 eV 23.6 cm 41.6 cmLArgPhysicalTransportation - 5 40.6 cm 97.5 cm -88.8 cm 35.4 MeV 0 eV 96.4 cm 1.38 mCryostatVolumesTransportation - 6 53.1 cm 1.28 m -1.16 m 35.4 MeV 0 eV 42.5 cm 1.81 mInsulationPhysicalTransportation - 7 56 cm 1.35 m -1.23 m 35.4 MeV 0 eV 9.89 cm 1.9 mCryostatVolumesTransportation - 8 56.1 cm 1.35 m -1.23 m 35.4 MeV 0 eV 3.53 mm 1.91 mMotherTransportation - 9 2.08 m 5 m -4.55 m 35.4 MeV 0 eV 5.17 m 7.08 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=50.8482 -Edep in FCAL1 FCAl2 : 0 50.8482 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2538 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 38 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -240 mum 430 mum 773 mum 18.4 MeV 2.36 MeV 929 mum 929 mumWAbsorberPhysicaleBrem - 2 -244 mum 560 mum 957 mum 15.3 MeV 346 keV 227 mum 1.16 mmWAbsorberPhysicaleBrem - 3 -236 mum 725 mum 1.14 mm 1.61 MeV 433 keV 251 mum 1.41 mmWAbsorberPhysicaleBrem - 4 -250 mum 492 mum 1.48 mm 343 keV 1.06 MeV 614 mum 2.02 mmWAbsorberPhysicaleBrem - 5 -253 mum 485 mum 1.49 mm 0 eV 343 keV 103 mum 2.12 mmWAbsorberPhysicaleIoni - 6 -253 mum 485 mum 1.49 mm 0 eV 0 eV 0 fm 2.12 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -253 mum 485 mum 1.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -32 mum 450 mum 1.23 mm 0 eV 69.5 keV 345 mum 345 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -32 mum 450 mum 1.23 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -26.6 mum 449 mum 1.22 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -253 mum 485 mum 1.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 mm 722 mum 3.25 mm 384 keV 0 eV 2.31 mm 2.31 mmWAbsorberPhysicalcompt - 2 -5.8 mm 1.17 cm 1.04 cm 0 eV 69.5 keV 1.37 cm 1.6 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.8 mm 1.17 cm 1.04 cm 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.8 mm 1.17 cm 1.04 cm 0 eV 314 keV 92.9 mum 92.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 mm 722 mum 3.25 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 mm 721 mum 3.25 mm 0 eV 127 keV 23.3 mum 23.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -250 mum 492 mum 1.48 mm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -678 mum -1.5 mm 1.45 mm 0 eV 69.5 keV 2.04 mm 2.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -678 mum -1.5 mm 1.45 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -678 mum -1.5 mm 1.45 mm 0 eV 141 keV 27.7 mum 27.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -236 mum 725 mum 1.14 mm 13.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -541 mum 1.24 mm 1.74 mm 0 eV 0 eV 840 mum 840 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 16, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -541 mum 1.24 mm 1.74 mm 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -534 mum 1.32 mm 1.76 mm 0 eV 1.42 MeV 650 mum 650 mumWAbsorberPhysicaleIoni - 2 -534 mum 1.32 mm 1.76 mm 0 eV 0 eV 0 fm 650 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -534 mum 1.32 mm 1.76 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.09 mm 1.88 mm 2.1 mm 171 keV 0 eV 2.64 mm 2.64 mmWAbsorberPhysicalcompt - 2 -2.24 mm 1.7 mm 1.9 mm 0 eV 69.5 keV 890 mum 3.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm 1.7 mm 1.9 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm 1.7 mm 1.9 mm 0 eV 101 keV 16.1 mum 16.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.09 mm 1.88 mm 2.1 mm 340 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 mm 1.88 mm 2.1 mm 0 eV 340 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -534 mum 1.32 mm 1.76 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 409 mum 1.12 mm 1.64 mm 0 eV 69.5 keV 973 mum 973 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 409 mum 1.12 mm 1.64 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 421 mum 1.11 mm 1.64 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -541 mum 1.24 mm 1.74 mm 10.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -540 mum 2.46 mm 1.95 mm 6.17 MeV 3.66 MeV 1.44 mm 1.44 mmWAbsorberPhysicaleBrem - 2 -666 mum 2.26 mm 2.19 mm 1.59 MeV 702 keV 345 mum 1.79 mmWAbsorberPhysicaleBrem - 3 -568 mum 2.33 mm 2.32 mm 1.02 MeV 454 keV 267 mum 2.06 mmWAbsorberPhysicaleBrem - 4 -573 mum 2.35 mm 2.36 mm 0 eV 1.02 MeV 438 mum 2.49 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -568 mum 2.33 mm 2.32 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -632 mum 2.5 mm 2.37 mm 0 eV 69.5 keV 189 mum 189 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -632 mum 2.5 mm 2.37 mm 50 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -633 mum 2.5 mm 2.37 mm 0 eV 50 keV 5.1 mum 5.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -666 mum 2.26 mm 2.19 mm 3.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.22 mum -2.25 mm 8.47 mm 0 eV 0 eV 7.76 mm 7.76 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 27, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.22 mum -2.25 mm 8.47 mm 2.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 46.4 mum -2.33 mm 8.55 mm 2.35 MeV 214 keV 135 mum 135 mumWAbsorberPhysicaleBrem - 2 174 mum -1.54 mm 8.54 mm 269 keV 2.08 MeV 1.12 mm 1.25 mmWAbsorberPhysicaleIoni - 3 167 mum -1.54 mm 8.54 mm 0 eV 269 keV 71.8 mum 1.33 mmWAbsorberPhysicaleIoni - 4 167 mum -1.54 mm 8.54 mm 0 eV 0 eV 0 fm 1.33 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 167 mum -1.54 mm 8.54 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.03 mm -8.85 mm 3.92 mm 503 keV 0 eV 9.62 mm 9.62 mmWAbsorberPhysicalcompt - 2 -4.42 mm -1 cm 3.19 mm 0 eV 69.5 keV 1.46 mm 1.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.42 mm -1 cm 3.19 mm 433 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.43 mm -1.01 cm 3.18 mm 0 eV 433 keV 147 mum 147 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.03 mm -8.85 mm 3.92 mm 8.13 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.03 mm -8.85 mm 3.92 mm 0 eV 8.13 keV 284 nm 284 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 167 mum -1.54 mm 8.54 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 576 mum -823 mum 8.99 mm 485 keV 0 eV 938 mum 938 mumWAbsorberPhysicalcompt - 2 5.26 mm 3.05 mm 1.17 cm 262 keV 0 eV 6.66 mm 7.6 mmWAbsorberPhysicalcompt - 3 5.22 mm 3.19 mm 1.16 cm 179 keV 0 eV 165 mum 7.77 mmWAbsorberPhysicalcompt - 4 4.6 mm 3.53 mm 1.24 cm 0 eV 69.5 keV 1.06 mm 8.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.6 mm 3.53 mm 1.24 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.6 mm 3.54 mm 1.24 cm 0 eV 110 keV 18.4 mum 18.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.22 mm 3.19 mm 1.16 cm 82.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.22 mm 3.19 mm 1.16 cm 0 eV 82.9 keV 11.7 mum 11.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.26 mm 3.05 mm 1.17 cm 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.27 mm 3.05 mm 1.17 cm 0 eV 223 keV 55.9 mum 55.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 576 mum -823 mum 8.99 mm 26.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 576 mum -823 mum 8.99 mm 0 eV 26.3 keV 1.78 mum 1.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 46.4 mum -2.33 mm 8.55 mm 219 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 594 mum -2.17 mm 8.9 mm 0 eV 69.5 keV 669 mum 669 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 594 mum -2.17 mm 8.9 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 597 mum -2.17 mm 8.9 mm 0 eV 150 keV 30.2 mum 30.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.22 mum -2.25 mm 8.47 mm 69.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.93 mum -2.25 mm 8.47 mm 0 eV 69.4 keV 8.78 mum 8.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -540 mum 2.46 mm 1.95 mm 990 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm -3.28 mm 7.77 mm 0 eV 69.5 keV 8.19 mm 8.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm -3.28 mm 7.77 mm 920 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm -3.29 mm 7.81 mm 0 eV 920 keV 387 mum 387 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -244 mum 560 mum 957 mum 2.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -784 mum 2.74 mm 3.4 mm 303 keV 0 eV 3.32 mm 3.32 mmWAbsorberPhysicalcompt - 2 -1.24 mm 2.45 mm 3.16 mm 0 eV 69.5 keV 599 mum 3.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 mm 2.45 mm 3.16 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm 2.45 mm 3.15 mm 0 eV 234 keV 60.2 mum 60.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -784 mum 2.74 mm 3.4 mm 2.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 mm 2.39 mm 3.89 mm 271 keV 2.21 MeV 1.15 mm 1.15 mmWAbsorberPhysicaleIoni - 2 -1.17 mm 2.39 mm 3.89 mm 0 eV 271 keV 75 mum 1.22 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -240 mum 430 mum 773 mum 16.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -587 mum 2.85 mm 3.49 mm 0 eV 0 eV 3.66 mm 3.66 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 42, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -587 mum 2.85 mm 3.49 mm 2.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -391 mum 3.46 mm 3.19 mm 328 keV 1.72 MeV 895 mum 895 mumWAbsorberPhysicaleBrem - 2 -397 mum 3.45 mm 3.19 mm 0 eV 328 keV 96.3 mum 992 mumWAbsorberPhysicaleIoni - 3 -397 mum 3.45 mm 3.19 mm 0 eV 0 eV 0 fm 992 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -397 mum 3.45 mm 3.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 mm 2.9 mm 9.05 mm 0 eV 69.5 keV 6.11 mm 6.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.24 mm 2.9 mm 9.05 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm 2.9 mm 9.06 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -397 mum 3.45 mm 3.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 mm 3.9 mm -1.65 mm 353 keV 0 eV 5.05 mm 5.05 mmWAbsorberPhysicalcompt - 2 -2.95 mm 3.99 mm -2.03 mm 0 eV 69.5 keV 1.26 mm 6.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 mm 3.99 mm -2.03 mm 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.96 mm 3.99 mm -2.03 mm 0 eV 283 keV 80 mum 80 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 mm 3.9 mm -1.65 mm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 mm 3.9 mm -1.65 mm 0 eV 158 keV 32.9 mum 32.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -391 mum 3.46 mm 3.19 mm 851 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 cm -4.57 mm 1.99 mm 0 eV 69.5 keV 1.49 cm 1.49 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 cm -4.57 mm 1.99 mm 782 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 cm -4.59 mm 1.98 mm 0 eV 782 keV 317 mum 317 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -587 mum 2.85 mm 3.49 mm 13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -595 mum 2.88 mm 3.52 mm 12.3 MeV 73.5 keV 40.5 mum 40.5 mumWAbsorberPhysicaleBrem - 2 -313 mum 3.89 mm 3.88 mm 7.65 MeV 2.17 MeV 1.06 mm 1.1 mmWAbsorberPhysicaleBrem - 3 -1.11 mm 4.01 mm 3.47 mm 481 keV 1.99 MeV 1.06 mm 2.16 mmWAbsorberPhysicaleBrem - 4 -1.1 mm 4 mm 3.47 mm 0 eV 481 keV 169 mum 2.33 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 mm 4.01 mm 3.47 mm 5.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.79 cm -1.1 cm -8.34 mm 0 eV 0 eV 2.7 cm 2.7 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.79 cm -1.1 cm -8.34 mm 1.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 cm -1.1 cm -8.4 mm 0 eV 1.35 MeV 614 mum 614 mumWAbsorberPhysicaleIoni - 2 1.8 cm -1.1 cm -8.4 mm 0 eV 0 eV 0 fm 614 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 cm -1.1 cm -8.4 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm -1.05 cm -1.2 cm 0 eV 69.5 keV 3.74 mm 3.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm -1.05 cm -1.2 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm -1.05 cm -1.21 cm 90.7 keV 129 keV 41.3 mum 41.3 mumWAbsorberPhysicaleBrem - 2 1.73 cm -1.05 cm -1.21 cm 0 eV 90.7 keV 13.6 mum 54.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm -1.05 cm -1.21 cm 222 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 cm -1.08 cm -1.15 cm 0 eV 69.5 keV 692 mum 692 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 cm -1.08 cm -1.15 cm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 cm -1.08 cm -1.15 cm 0 eV 152 keV 31.1 mum 31.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 cm -1.1 cm -8.4 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 cm -1.14 cm -5.72 mm 0 eV 69.5 keV 2.76 mm 2.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 cm -1.14 cm -5.72 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 cm -1.14 cm -5.71 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.79 cm -1.1 cm -8.34 mm 2.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.78 cm -1.15 cm -8.11 mm 219 keV 1.52 MeV 903 mum 903 mumWAbsorberPhysicaleBrem - 2 1.78 cm -1.15 cm -8.1 mm 0 eV 219 keV 54.4 mum 957 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.78 cm -1.15 cm -8.11 mm 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 cm -1.39 cm -9.57 mm 442 keV 0 eV 5.08 mm 5.08 mmWAbsorberPhysicalcompt - 2 2.28 cm -1.32 cm -9.74 mm 349 keV 0 eV 1.06 mm 6.14 mmWAbsorberPhysicalcompt - 3 2.28 cm -1.27 cm -9.99 mm 0 eV 69.5 keV 505 mum 6.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.28 cm -1.27 cm -9.99 mm 280 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.28 cm -1.27 cm -9.99 mm 0 eV 280 keV 78.6 mum 78.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.28 cm -1.32 cm -9.74 mm 93 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.28 cm -1.32 cm -9.74 mm 0 eV 93 keV 14.1 mum 14.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 cm -1.39 cm -9.57 mm 624 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 cm -1.39 cm -9.58 mm 0 eV 624 keV 238 mum 238 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -313 mum 3.89 mm 3.88 mm 2.44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm 5.64 mm 5.4 mm 0 eV 0 eV 3.78 mm 3.78 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 66, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.3 mm 5.64 mm 5.4 mm 877 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.32 mm 5.66 mm 5.43 mm 0 eV 877 keV 368 mum 368 mumWAbsorberPhysicaleIoni - 2 -3.32 mm 5.66 mm 5.43 mm 0 eV 0 eV 0 fm 368 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.32 mm 5.66 mm 5.43 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.33 mm 5.65 mm 5.45 mm 229 keV 0 eV 20.3 mum 20.3 mumWAbsorberPhysicalcompt - 2 -3.8 mm 6.5 mm 5.26 mm 0 eV 69.5 keV 979 mum 999 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.8 mm 6.5 mm 5.26 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.8 mm 6.5 mm 5.25 mm 0 eV 160 keV 33.4 mum 33.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.33 mm 5.65 mm 5.45 mm 282 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.34 mm 5.65 mm 5.45 mm 0 eV 282 keV 79.4 mum 79.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.32 mm 5.66 mm 5.43 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 921 mum 8.8 mm 773 mum 275 keV 0 eV 7.04 mm 7.04 mmWAbsorberPhysicalcompt - 2 1.54 mm 8.09 mm 660 mum 0 eV 69.5 keV 949 mum 7.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 mm 8.09 mm 660 mum 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.54 mm 8.09 mm 657 mum 0 eV 205 keV 49.2 mum 49.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 921 mum 8.8 mm 773 mum 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 922 mum 8.8 mm 771 mum 0 eV 236 keV 61.1 mum 61.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.3 mm 5.64 mm 5.4 mm 541 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.31 mm 5.64 mm 5.4 mm 0 eV 541 keV 198 mum 198 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -595 mum 2.88 mm 3.52 mm 661 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm 2.89 cm 2.12 cm 344 keV 0 eV 3.29 cm 3.29 cmWAbsorberPhysicalcompt - 2 -1.45 cm 2.6 cm 2.75 cm 218 keV 0 eV 8.16 mm 4.1 cmWAbsorberPhysicalcompt - 3 -1.43 cm 2.58 cm 2.76 cm 0 eV 69.5 keV 317 mum 4.13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.43 cm 2.58 cm 2.76 cm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 cm 2.58 cm 2.76 cm 0 eV 149 keV 29.9 mum 29.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 cm 2.6 cm 2.75 cm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm 2.6 cm 2.75 cm 0 eV 125 keV 22.8 mum 22.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 cm 2.89 cm 2.12 cm 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm 2.89 cm 2.12 cm 0 eV 317 keV 94 mum 94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 11.2 cm -16.2 cm -3.91 cm 36.5 MeV 0 eV 20.1 cm 20.1 cmLArgPhysicalTransportation - 2 67.6 cm -97.5 cm -23.6 cm 36.5 MeV 0 eV 1.01 m 1.21 mMotherTransportation - 3 3.47 m -5 m -1.21 m 36.5 MeV 0 eV 4.99 m 6.2 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.15 cm 2.55 cm -6.75 cm 30.9 MeV 0 eV 8.32 cm 8.32 cmF2LArGapPhysicalTransportation - 2 -4.17 cm 2.56 cm -6.79 cm 30.9 MeV 0 eV 476 mum 8.37 cmF2RodPhysicalTransportation - 3 -4.55 cm 2.79 cm -7.41 cm 30.9 MeV 0 eV 7.63 mm 9.13 cmF2LArGapPhysicalTransportation - 4 -4.58 cm 2.81 cm -7.46 cm 30.9 MeV 0 eV 645 mum 9.2 cmCuPlateBPhysicalTransportation - 5 -5.72 cm 3.51 cm -9.3 cm 30.9 MeV 0 eV 2.27 cm 11.5 cmLArgPhysicalTransportation - 6 -7.12 cm 4.37 cm -11.6 cm 30.9 MeV 0 eV 2.81 cm 14.3 cmBackExcluderTransportation - 7 -47.6 cm 29.2 cm -77.4 cm 30.9 MeV 0 eV 81.1 cm 95.4 cmLArgPhysicalTransportation - 8 -66.7 cm 41 cm -1.09 m 30.9 MeV 0 eV 38.5 cm 1.34 mCryostatVolumesTransportation - 9 -66.9 cm 41.1 cm -1.09 m 30.9 MeV 0 eV 3.15 mm 1.34 mInsulationPhysicalTransportation - 10 -70.6 cm 43.3 cm -1.15 m 30.9 MeV 0 eV 7.35 cm 1.42 mCryostatVolumesTransportation - 11 -70.7 cm 43.4 cm -1.15 m 30.9 MeV 0 eV 2.63 mm 1.42 mMotherTransportation - 12 -5 m 3.07 m -8.14 m 30.9 MeV 0 eV 8.61 m 10 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=38.7304 -Edep in FCAL1 FCAl2 : 0 38.7304 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2539 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 39 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 125 mum -52.9 mum 712 mum 1.96 MeV 1.69 MeV 747 mum 747 mumWAbsorberPhysicaleBrem - 2 717 mum 161 mum 629 mum 214 keV 1.57 MeV 924 mum 1.67 mmWAbsorberPhysicaleBrem - 3 720 mum 156 mum 630 mum 0 eV 214 keV 50.4 mum 1.72 mmWAbsorberPhysicaleIoni - 4 720 mum 156 mum 630 mum 0 eV 0 eV 0 fm 1.72 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 720 mum 156 mum 630 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm 3.74 mm -9.32 mm 285 keV 0 eV 1.78 cm 1.78 cmWAbsorberPhysicalcompt - 2 1.52 cm 3.3 mm -9.39 mm 0 eV 69.5 keV 482 mum 1.83 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm 3.3 mm -9.39 mm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm 3.3 mm -9.39 mm 0 eV 216 keV 53.3 mum 53.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 cm 3.74 mm -9.32 mm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm 3.75 mm -9.32 mm 0 eV 226 keV 57.1 mum 57.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 720 mum 156 mum 630 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.4 mm -1.13 mm 4.19 mm 325 keV 0 eV 6.37 mm 6.37 mmWAbsorberPhysicalcompt - 2 -4.41 mm -1.32 mm 4.27 mm 0 eV 69.5 keV 207 mum 6.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.41 mm -1.32 mm 4.27 mm 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.41 mm -1.32 mm 4.26 mm 0 eV 255 keV 68.4 mum 68.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.4 mm -1.13 mm 4.19 mm 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.41 mm -1.13 mm 4.19 mm 0 eV 186 keV 42.5 mum 42.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 717 mum 161 mum 629 mum 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 435 mum -383 mum 923 mum 0 eV 69.5 keV 679 mum 679 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 435 mum -383 mum 923 mum 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 435 mum -384 mum 923 mum 0 eV 103 keV 16.6 mum 16.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 125 mum -52.9 mum 712 mum 39.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.07 mm 573 mum 6.09 mm 0 eV 0 eV 5.75 mm 5.75 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 15, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 mm 573 mum 6.09 mm 8.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 mm 550 mum 6.32 mm 7.4 MeV 516 keV 270 mum 270 mumWAbsorberPhysicaleBrem - 2 1.51 mm 625 mum 7.59 mm 4.01 MeV 2.62 MeV 1.53 mm 1.8 mmWAbsorberPhysicaleBrem - 3 841 mum 704 mum 8.05 mm 1.99 MeV 1.48 MeV 944 mum 2.74 mmWAbsorberPhysicaleBrem - 4 810 mum 502 mum 8.09 mm 1.22 MeV 450 keV 255 mum 3 mmWAbsorberPhysicaleBrem - 5 815 mum 501 mum 8.02 mm 0 eV 1.22 MeV 548 mum 3.55 mmWAbsorberPhysicaleIoni - 6 815 mum 501 mum 8.02 mm 0 eV 0 eV 0 fm 3.55 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 815 mum 501 mum 8.02 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 mm 1.04 mm 8.67 mm 328 keV 0 eV 986 mum 986 mumWAbsorberPhysicalcompt - 2 1.72 mm -201 mum 1.14 cm 0 eV 69.5 keV 3.01 mm 3.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 mm -201 mum 1.14 cm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 mm -204 mum 1.14 cm 0 eV 258 keV 69.6 mum 69.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 mm 1.04 mm 8.67 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 mm 1.04 mm 8.67 mm 0 eV 183 keV 41.6 mum 41.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 815 mum 501 mum 8.02 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -628 mum -1.01 mm 6.17 mm 0 eV 69.5 keV 2.79 mm 2.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -628 mum -1.01 mm 6.17 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -633 mum -1.01 mm 6.16 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 810 mum 502 mum 8.09 mm 319 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.31 mm 1.4 mm 5.47 mm 0 eV 69.5 keV 2.81 mm 2.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 mm 1.4 mm 5.47 mm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.31 mm 1.4 mm 5.47 mm 0 eV 249 keV 66.1 mum 66.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 841 mum 704 mum 8.05 mm 537 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm -8.45 mm 1.13 cm 347 keV 0 eV 1.38 cm 1.38 cmWAbsorberPhysicalcompt - 2 1.03 cm -9.45 mm 1.22 cm 0 eV 69.5 keV 1.42 mm 1.52 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm -9.45 mm 1.22 cm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm -9.46 mm 1.22 cm 0 eV 277 keV 77.5 mum 77.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm -8.45 mm 1.13 cm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm -8.45 mm 1.13 cm 0 eV 190 keV 43.9 mum 43.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 mm 625 mum 7.59 mm 774 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 mm 566 mum 7.68 mm 435 keV 0 eV 104 mum 104 mumWAbsorberPhysicalcompt - 2 3.09 mm 371 mum 9.07 mm 202 keV 0 eV 2.13 mm 2.23 mmWAbsorberPhysicalcompt - 3 3.15 mm 504 mum 8.91 mm 0 eV 69.5 keV 216 mum 2.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.15 mm 504 mum 8.91 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.15 mm 506 mum 8.91 mm 0 eV 133 keV 25 mum 25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.09 mm 371 mum 9.07 mm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.1 mm 369 mum 9.08 mm 64.1 keV 18.1 keV 8.1 mum 8.1 mumWAbsorberPhysicaleBrem - 2 3.1 mm 370 mum 9.08 mm 0 eV 64.1 keV 7.67 mum 15.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.1 mm 369 mum 9.08 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.11 mm 388 mum 9.1 mm 0 eV 69.5 keV 33.1 mum 33.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.11 mm 388 mum 9.1 mm 81.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.11 mm 389 mum 9.1 mm 0 eV 81.4 keV 11.4 mum 11.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 mm 566 mum 7.68 mm 338 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 mm 561 mum 7.68 mm 0 eV 338 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 mm 550 mum 6.32 mm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.22 mm 550 mum 6.34 mm 0 eV 69.5 keV 18.8 mum 18.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 mm 550 mum 6.34 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.22 mm 549 mum 6.34 mm 0 eV 220 keV 54.9 mum 54.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 mm 573 mum 6.09 mm 30.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm 556 mum 6.84 mm 26.9 MeV 1.63 MeV 857 mum 857 mumWAbsorberPhysicaleBrem - 2 2.54 mm 532 mum 7.27 mm 25.8 MeV 963 keV 440 mum 1.3 mmWAbsorberPhysicaleBrem - 3 2.56 mm 524 mum 7.29 mm 11.9 MeV 36.2 keV 29.3 mum 1.33 mmWAbsorberPhysicaleBrem - 4 2.74 mm 488 mum 7.55 mm 10.4 MeV 563 keV 328 mum 1.65 mmWAbsorberPhysicaleBrem - 5 2.92 mm 232 mum 7.9 mm 9.15 MeV 979 keV 552 mum 2.21 mmWAbsorberPhysicaleBrem - 6 2.94 mm 213 mum 7.92 mm 8.75 MeV 76.9 keV 35.7 mum 2.24 mmWAbsorberPhysicaleBrem - 7 2.98 mm 25.2 mum 8.08 mm 7.95 MeV 568 keV 248 mum 2.49 mmWAbsorberPhysicaleBrem - 8 3.09 mm -240 mum 8.49 mm 6.37 MeV 884 keV 496 mum 2.99 mmWAbsorberPhysicaleBrem - 9 2.07 mm -808 mum 8.88 mm 994 keV 2.94 MeV 1.4 mm 4.39 mmWAbsorberPhysicaleBrem - 10 2.07 mm -804 mum 8.84 mm 0 eV 994 keV 425 mum 4.81 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 mm -808 mum 8.88 mm 2.44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 mm -528 mum 2.71 mm 676 keV 0 eV 6.21 mm 6.21 mmWAbsorberPhysicalcompt - 2 1.32 mm 134 mum 2.42 mm 478 keV 0 eV 731 mum 6.94 mmWAbsorberPhysicalcompt - 3 1.25 mm 352 mum 2.51 mm 175 keV 0 eV 248 mum 7.19 mmWAbsorberPhysicalcompt - 4 1.24 mm 237 mum 2.38 mm 0 eV 69.5 keV 170 mum 7.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.24 mm 237 mum 2.38 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 mm 236 mum 2.38 mm 0 eV 105 keV 17.3 mum 17.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm 352 mum 2.51 mm 303 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm 358 mum 2.51 mm 0 eV 303 keV 88.2 mum 88.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 mm 134 mum 2.42 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 mm 136 mum 2.41 mm 0 eV 198 keV 46.6 mum 46.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 mm -528 mum 2.71 mm 1.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.77 mm -670 mum 2.62 mm 617 keV 982 keV 646 mum 646 mumWAbsorberPhysicaleBrem - 2 1.78 mm -656 mum 2.63 mm 0 eV 617 keV 235 mum 881 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 mm -670 mum 2.62 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.11 mm -442 mum 2.75 mm 0 eV 69.5 keV 429 mum 429 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.11 mm -442 mum 2.75 mm 91.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.11 mm -442 mum 2.74 mm 0 eV 91.9 keV 13.9 mum 13.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.09 mm -240 mum 8.49 mm 688 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.15 mm -1.15 mm 1.02 cm 432 keV 0 eV 1.9 mm 1.9 mmWAbsorberPhysicalcompt - 2 1.61 mm -1.21 mm 1.15 cm 0 eV 69.5 keV 2.02 mm 3.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 mm -1.21 mm 1.15 cm 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 mm -1.21 mm 1.14 cm 94 keV 269 keV 110 mum 110 mumWAbsorberPhysicaleBrem - 2 1.59 mm -1.21 mm 1.14 cm 0 eV 94 keV 14.4 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.15 mm -1.15 mm 1.02 cm 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.15 mm -1.15 mm 1.02 cm 0 eV 256 keV 68.8 mum 68.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.98 mm 25.2 mum 8.08 mm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.41 mm -785 mum 9.15 mm 204 keV 0 eV 1.96 mm 1.96 mmWAbsorberPhysicalcompt - 2 4.41 mm -1.23 mm 1.04 cm 0 eV 69.5 keV 1.35 mm 3.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.41 mm -1.23 mm 1.04 cm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.41 mm -1.22 mm 1.04 cm 0 eV 135 keV 25.6 mum 25.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.41 mm -785 mum 9.15 mm 32.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.41 mm -785 mum 9.15 mm 0 eV 32.8 keV 2.55 mum 2.55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 mm 213 mum 7.92 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 mm -642 mum 9.32 mm 0 eV 69.5 keV 1.69 mm 1.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.36 mm -642 mum 9.32 mm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 mm -644 mum 9.33 mm 0 eV 251 keV 66.8 mum 66.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 mm 232 mum 7.9 mm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.93 mm 225 mum 7.91 mm 0 eV 69.5 keV 14.5 mum 14.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.93 mm 225 mum 7.91 mm 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.93 mm 221 mum 7.91 mm 0 eV 248 keV 65.7 mum 65.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.74 mm 488 mum 7.55 mm 896 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.14 mm -888 mum 1.96 cm 0 eV 69.5 keV 1.33 cm 1.33 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.14 mm -888 mum 1.96 cm 826 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.09 mm -811 mum 1.97 cm 268 keV 351 keV 189 mum 189 mumWAbsorberPhysicaleBrem - 2 8.09 mm -813 mum 1.97 cm 0 eV 268 keV 73.6 mum 263 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.09 mm -811 mum 1.97 cm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.34 mm -170 mum 1.92 cm 0 eV 69.5 keV 867 mum 867 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.34 mm -170 mum 1.92 cm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.35 mm -169 mum 1.92 cm 0 eV 138 keV 26.8 mum 26.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 mm 524 mum 7.29 mm 13.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.5 mm -1.39 mm 1.52 cm 8.65 MeV 0 eV 8.61 mm 8.61 mmWAbsorberPhysicalcompt - 2 5.51 mm -1.41 mm 1.53 cm 0 eV 0 eV 109 mum 8.72 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 60, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.51 mm -1.41 mm 1.53 cm 6.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.91 mm -516 mum 1.6 cm 2.22 MeV 3.91 MeV 1.93 mm 1.93 mmWAbsorberPhysicaleIoni - 2 6.91 mm -539 mum 1.61 cm 1.82 MeV 262 keV 160 mum 2.09 mmWAbsorberPhysicaleBrem - 3 6.81 mm -454 mum 1.61 cm 0 eV 1.82 MeV 861 mum 2.95 mmWAbsorberPhysicaleIoni - 4 6.81 mm -454 mum 1.61 cm 0 eV 0 eV 0 fm 2.95 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.81 mm -454 mum 1.61 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.51 mm -389 mum 1.57 cm 304 keV 0 eV 477 mum 477 mumWAbsorberPhysicalcompt - 2 7.6 mm -451 mum 1.39 cm 0 eV 69.5 keV 2.1 mm 2.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.6 mm -451 mum 1.39 cm 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.6 mm -449 mum 1.39 cm 0 eV 235 keV 60.5 mum 60.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.51 mm -389 mum 1.57 cm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.5 mm -388 mum 1.57 cm 0 eV 207 keV 49.9 mum 49.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.81 mm -454 mum 1.61 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.4 mm -1.02 mm 1.92 cm 0 eV 69.5 keV 4.12 mm 4.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.4 mm -1.02 mm 1.92 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.4 mm -1.02 mm 1.92 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.91 mm -539 mum 1.61 cm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.9 mm -533 mum 1.61 cm 0 eV 69.5 keV 8.12 mum 8.12 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.9 mm -533 mum 1.61 cm 64.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.9 mm -533 mum 1.61 cm 0 eV 64.3 keV 7.71 mum 7.71 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.51 mm -1.41 mm 1.53 cm 1.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.17 mm -1.38 mm 1.53 cm 203 keV 1.18 MeV 619 mum 619 mumWAbsorberPhysicaleBrem - 2 5.17 mm -1.38 mm 1.53 cm 0 eV 203 keV 48.3 mum 668 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.17 mm -1.38 mm 1.53 cm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.29 mm -1.7 mm 1.56 cm 0 eV 69.5 keV 454 mum 454 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.29 mm -1.7 mm 1.56 cm 39.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.29 mm -1.7 mm 1.56 cm 0 eV 39.8 keV 3.5 mum 3.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.5 mm -1.39 mm 1.52 cm 5.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.52 mm -1.4 mm 1.52 cm 5 MeV 50.7 keV 29.6 mum 29.6 mumWAbsorberPhysicaleBrem - 2 5.63 mm -1.27 mm 1.54 cm 3.87 MeV 746 keV 380 mum 410 mumWAbsorberPhysicaleBrem - 3 5.17 mm -1.16 mm 1.56 cm 2.28 MeV 1.09 MeV 627 mum 1.04 mmWAbsorberPhysicaleBrem - 4 5.05 mm -1.19 mm 1.56 cm 1.37 MeV 261 keV 162 mum 1.2 mmWAbsorberPhysicaleBrem - 5 5.04 mm -1.13 mm 1.56 cm 1.09 MeV 163 keV 87.7 mum 1.29 mmWAbsorberPhysicaleBrem - 6 4.94 mm -1.17 mm 1.56 cm 639 keV 304 keV 196 mum 1.48 mmWAbsorberPhysicaleBrem - 7 4.88 mm -1.16 mm 1.56 cm 22 keV 418 keV 177 mum 1.66 mmWAbsorberPhysicaleBrem - 8 4.88 mm -1.16 mm 1.56 cm 0 eV 22 keV 1.34 mum 1.66 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.88 mm -1.16 mm 1.56 cm 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.71 mm -1.09 mm 1.55 cm 0 eV 69.5 keV 834 mum 834 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.71 mm -1.09 mm 1.55 cm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.71 mm -1.09 mm 1.55 cm 0 eV 129 keV 23.9 mum 23.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.94 mm -1.17 mm 1.56 cm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.93 mm -1.17 mm 1.56 cm 134 keV 0 eV 19.3 mum 19.3 mumWAbsorberPhysicalcompt - 2 4.93 mm -1.22 mm 1.56 cm 0 eV 69.5 keV 48.9 mum 68.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.93 mm -1.22 mm 1.56 cm 64.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.93 mm -1.22 mm 1.56 cm 0 eV 64.7 keV 7.8 mum 7.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.93 mm -1.17 mm 1.56 cm 17.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.93 mm -1.17 mm 1.56 cm 0 eV 17.6 keV 935 nm 935 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.04 mm -1.13 mm 1.56 cm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.86 mm -997 mum 1.58 cm 0 eV 69.5 keV 267 mum 267 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.86 mm -997 mum 1.58 cm 43 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.86 mm -997 mum 1.58 cm 0 eV 43 keV 3.99 mum 3.99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.05 mm -1.19 mm 1.56 cm 652 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -249 mum 1.7 mm 8.85 mm 393 keV 0 eV 9.09 mm 9.09 mmWAbsorberPhysicalcompt - 2 -1.39 cm 1.09 mm 1.04 cm 254 keV 0 eV 1.38 cm 2.29 cmWAbsorberPhysicalcompt - 3 -1.4 cm 937 mum 1.03 cm 235 keV 0 eV 167 mum 2.3 cmWAbsorberPhysicalcompt - 4 -1.43 cm 647 mum 1 cm 0 eV 69.5 keV 559 mum 2.36 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.43 cm 647 mum 1 cm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 cm 645 mum 1 cm 0 eV 165 keV 35.2 mum 35.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 cm 937 mum 1.03 cm 19.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 cm 937 mum 1.03 cm 0 eV 19.1 keV 1.07 mum 1.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 cm 1.09 mm 1.04 cm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm 1.09 mm 1.04 cm 0 eV 139 keV 26.9 mum 26.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -249 mum 1.7 mm 8.85 mm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -249 mum 1.7 mm 8.84 mm 0 eV 260 keV 70.3 mum 70.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.17 mm -1.16 mm 1.56 cm 487 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.43 mm -3.31 mm 1.27 cm 398 keV 0 eV 4 mm 4 mmWAbsorberPhysicalcompt - 2 -567 mum -2.35 mm 6.65 mm 0 eV 69.5 keV 7.34 mm 1.13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -567 mum -2.35 mm 6.65 mm 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -569 mum -2.34 mm 6.65 mm 0 eV 329 keV 99.3 mum 99.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.43 mm -3.31 mm 1.27 cm 89.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.43 mm -3.31 mm 1.27 cm 0 eV 89.2 keV 13.2 mum 13.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.63 mm -1.27 mm 1.54 cm 390 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.69 mm 965 mum 2.34 cm 195 keV 0 eV 8.24 mm 8.24 mmWAbsorberPhysicalcompt - 2 6.41 mm -322 mum 2.33 cm 0 eV 69.5 keV 1.48 mm 9.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.41 mm -322 mum 2.33 cm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.41 mm -324 mum 2.33 cm 0 eV 126 keV 22.9 mum 22.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.69 mm 965 mum 2.34 cm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.68 mm 967 mum 2.34 cm 0 eV 195 keV 45.5 mum 45.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.52 mm -1.4 mm 1.52 cm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.62 mm -1.45 mm 1.53 cm 0 eV 69.5 keV 197 mum 197 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.62 mm -1.45 mm 1.53 cm 60.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.62 mm -1.45 mm 1.53 cm 0 eV 60.8 keV 7.04 mum 7.04 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.54 mm 532 mum 7.27 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.01 mm 291 mum 8.22 mm 0 eV 69.5 keV 1.08 mm 1.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.01 mm 291 mum 8.22 mm 94.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.01 mm 292 mum 8.22 mm 0 eV 94.1 keV 14.4 mum 14.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.44 mm 556 mum 6.84 mm 1.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.65 mm 2.08 mm 2.57 cm 758 keV 0 eV 1.92 cm 1.92 cmWAbsorberPhysicalcompt - 2 3.73 mm 3.94 mm 2.83 cm 648 keV 0 eV 3.67 mm 2.29 cmWAbsorberPhysicalcompt - 3 2.65 mm 4.56 mm 2.87 cm 0 eV 69.5 keV 1.31 mm 2.42 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.65 mm 4.56 mm 2.87 cm 579 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.64 mm 4.57 mm 2.87 cm 0 eV 579 keV 216 mum 216 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.73 mm 3.94 mm 2.83 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.73 mm 3.94 mm 2.83 cm 0 eV 110 keV 18.5 mum 18.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.65 mm 2.08 mm 2.57 cm 943 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.68 mm 1.96 mm 2.57 cm 462 keV 376 keV 225 mum 225 mumWAbsorberPhysicaleBrem - 2 5.67 mm 1.96 mm 2.57 cm 0 eV 462 keV 160 mum 385 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 94, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.68 mm 1.96 mm 2.57 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.68 mm 1.96 mm 2.57 cm 0 eV 69.5 keV 591 nm 591 nmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 94 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.68 mm 1.96 mm 2.57 cm 35.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.68 mm 1.96 mm 2.57 cm 0 eV 35.7 keV 2.95 mum 2.95 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 21.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.86 cm -1.81 cm -6.54 cm 21.3 MeV 0 eV 12 cm 12 cmF2RodPhysicalTransportation - 2 10.2 cm -1.88 cm -6.79 cm 21.3 MeV 0 eV 4.61 mm 12.4 cmF2LArGapPhysicalTransportation - 3 10.3 cm -1.88 cm -6.82 cm 21.3 MeV 0 eV 521 mum 12.5 cmCuPlateBPhysicalTransportation - 4 13.6 cm -2.49 cm -9 cm 21.3 MeV 0 eV 4.01 cm 16.5 cmLArgPhysicalTransportation - 5 17.5 cm -3.2 cm -11.6 cm 21.3 MeV 0 eV 4.72 cm 21.2 cmBackExcluderTransportation - 6 41.5 cm -7.6 cm -27.5 cm 21.3 MeV 0 eV 29.1 cm 50.3 cmLArgPhysicalTransportation - 7 1.06 m -19.5 cm -70.4 cm 21.3 MeV 0 eV 78.6 cm 1.29 mCryostatVolumesTransportation - 8 1.06 m -19.5 cm -70.6 cm 21.3 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 9 1.12 m -20.6 cm -74.4 cm 21.3 MeV 0 eV 7.08 cm 1.36 mCryostatVolumesTransportation - 10 1.13 m -20.6 cm -74.6 cm 21.3 MeV 0 eV 2.53 mm 1.37 mMotherTransportation - 11 5 m -91.6 cm -3.31 m 21.3 MeV 0 eV 4.7 m 6.07 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.63 cm 3.3 mm -6.64 cm 40.7 MeV 0 eV 8.71 cm 8.71 cmCuPlateBPhysicalTransportation - 2 -7.76 cm 4.54 mm -9.15 cm 40.7 MeV 0 eV 3.29 cm 12 cmLArgPhysicalTransportation - 3 -9.82 cm 5.75 mm -11.6 cm 40.7 MeV 0 eV 3.19 cm 15.2 cmBackExcluderTransportation - 4 -44.5 cm 2.61 cm -52.5 cm 40.7 MeV 0 eV 53.7 cm 68.9 cmLArgPhysicalTransportation - 5 -82.4 cm 4.82 cm -97.2 cm 40.7 MeV 0 eV 58.7 cm 1.28 mCryostatVolumesTransportation - 6 -82.6 cm 4.84 cm -97.4 cm 40.7 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 7 -87.2 cm 5.1 cm -1.03 m 40.7 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 8 -87.3 cm 5.11 cm -1.03 m 40.7 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 9 -5 m 29.3 cm -5.89 m 40.7 MeV 0 eV 6.38 m 7.74 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=44.1238 -Edep in FCAL1 FCAl2 : 0 44.1238 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2540 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 40 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -547 mum -89.3 mum -196 mum 40.8 MeV 1.15 MeV 589 mum 589 mumWAbsorberPhysicaleBrem - 2 -650 mum -101 mum -231 mum 39.7 MeV 166 keV 110 mum 700 mumWAbsorberPhysicaleBrem - 3 -669 mum -103 mum -239 mum 39.4 MeV 33.4 keV 20.1 mum 720 mumWAbsorberPhysicaleBrem - 4 -1.32 mm -180 mum -590 mum 37.5 MeV 1.3 MeV 743 mum 1.46 mmWAbsorberPhysicaleBrem - 5 -1.45 mm -221 mum -646 mum 16.5 MeV 293 keV 151 mum 1.61 mmWAbsorberPhysicaleBrem - 6 -1.77 mm -387 mum -765 mum 15.2 MeV 623 keV 375 mum 1.99 mmWAbsorberPhysicaleBrem - 7 -1.85 mm -393 mum -800 mum 14.3 MeV 142 keV 94.3 mum 2.08 mmWAbsorberPhysicaleBrem - 8 -2.36 mm -389 mum -807 mum 8.29 MeV 1.03 MeV 526 mum 2.61 mmWAbsorberPhysicaleBrem - 9 -2.64 mm -329 mum -880 mum 7.21 MeV 700 keV 305 mum 2.91 mmWAbsorberPhysicaleBrem - 10 -3.52 mm -485 mum 211 mum 4.02 MeV 3.03 MeV 1.62 mm 4.53 mmWAbsorberPhysicaleBrem - 11 -3.15 mm -683 mum -329 mum 260 keV 1.32 MeV 786 mum 5.32 mmWAbsorberPhysicaleBrem - 12 -3.16 mm -679 mum -331 mum 0 eV 260 keV 68.1 mum 5.39 mmWAbsorberPhysicaleIoni - 13 -3.16 mm -679 mum -331 mum 0 eV 0 eV 0 fm 5.39 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.16 mm -679 mum -331 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.89 mm -3.28 mm 791 mum 0 eV 69.5 keV 3.93 mm 3.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.89 mm -3.28 mm 791 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.89 mm -3.29 mm 795 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.16 mm -679 mum -331 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 mm -514 mum -403 mum 496 keV 0 eV 250 mum 250 mumWAbsorberPhysicalcompt - 2 2.99 mm 3.66 mm -4.32 mm 304 keV 0 eV 8.27 mm 8.52 mmWAbsorberPhysicalcompt - 3 3.18 mm 3.48 mm -4.41 mm 0 eV 69.5 keV 273 mum 8.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.18 mm 3.48 mm -4.41 mm 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.18 mm 3.48 mm -4.41 mm 0 eV 235 keV 60.5 mum 60.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.99 mm 3.66 mm -4.32 mm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.99 mm 3.66 mm -4.32 mm 0 eV 192 keV 44.4 mum 44.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.98 mm -514 mum -403 mum 15.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 mm -514 mum -403 mum 0 eV 15.1 keV 731 nm 731 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.15 mm -683 mum -329 mum 2.44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.22 mm -557 mum -652 mum 0 eV 69.5 keV 353 mum 353 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.22 mm -557 mum -652 mum 2.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm -510 mum -734 mum 1.8 MeV 283 keV 127 mum 127 mumWAbsorberPhysicaleBrem - 2 -3.26 mm -454 mum -801 mum 0 eV 1.8 MeV 832 mum 959 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.3 mm -510 mum -734 mum 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 mm -345 mum -1 mm 276 keV 0 eV 371 mum 371 mumWAbsorberPhysicalcompt - 2 -3.1 mm -344 mum -1 mm 0 eV 69.5 keV 1.55 mum 373 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm -344 mum -1 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 mm -341 mum -1.01 mm 0 eV 206 keV 49.7 mum 49.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm -345 mum -1 mm 13.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 mm -345 mum -1 mm 0 eV 13.4 keV 610 nm 610 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.52 mm -485 mum 211 mum 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.77 mm -566 mum -722 mum 0 eV 69.5 keV 969 mum 969 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.77 mm -566 mum -722 mum 92.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.77 mm -567 mum -723 mum 0 eV 92.5 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm -329 mum -880 mum 383 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.73 mm -1.16 mm -1.73 mm 0 eV 69.5 keV 2.4 mm 2.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.73 mm -1.16 mm -1.73 mm 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.73 mm -1.16 mm -1.73 mm 0 eV 313 keV 92.6 mum 92.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm -389 mum -807 mum 4.98 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm -368 mum -4.21 mm 0 eV 0 eV 8.93 mm 8.93 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 29, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm -368 mum -4.21 mm 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm -375 mum -4.22 mm 0 eV 363 keV 112 mum 112 mumWAbsorberPhysicaleIoni - 2 -1.06 cm -375 mum -4.22 mm 0 eV 0 eV 0 fm 112 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm -375 mum -4.22 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -829 mum -3.94 mm 0 eV 69.5 keV 1.2 mm 1.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm -829 mum -3.94 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -829 mum -3.94 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm -375 mum -4.22 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.38 mm 982 mum -5.06 mm 0 eV 69.5 keV 3.6 mm 3.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.38 mm 982 mum -5.06 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.35 mm 972 mum -5.04 mm 147 keV 110 keV 56.9 mum 56.9 mumWAbsorberPhysicaleBrem - 2 -7.35 mm 971 mum -5.05 mm 0 eV 147 keV 29.5 mum 86.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.35 mm 972 mum -5.04 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.47 mm 933 mum -5.15 mm 155 keV 0 eV 161 mum 161 mumWAbsorberPhysicalcompt - 2 -7.6 mm 963 mum -5.12 mm 0 eV 69.5 keV 140 mum 301 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.6 mm 963 mum -5.12 mm 85.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.6 mm 963 mum -5.12 mm 0 eV 85.1 keV 12.2 mum 12.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.47 mm 933 mum -5.15 mm 29.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.47 mm 933 mum -5.15 mm 0 eV 29.8 keV 2.19 mum 2.19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm -368 mum -4.21 mm 3.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm -367 mum -4.21 mm 3.02 MeV 18.2 keV 12.2 mum 12.2 mumWAbsorberPhysicaleBrem - 2 -1.08 cm -258 mum -4.26 mm 1.78 MeV 367 keV 203 mum 216 mumWAbsorberPhysicaleBrem - 3 -1.09 cm -75.1 mum -4.21 mm 909 keV 497 keV 307 mum 523 mumWAbsorberPhysicaleBrem - 4 -1.08 cm -165 mum -4.24 mm 340 keV 430 keV 245 mum 768 mumWAbsorberPhysicaleBrem - 5 -1.08 cm -161 mum -4.24 mm 0 eV 340 keV 104 mum 872 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 cm -165 mum -4.24 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 cm -65 mum -4.19 mm 0 eV 69.5 keV 113 mum 113 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 cm -65 mum -4.19 mm 69.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 cm -64.9 mum -4.19 mm 0 eV 69.2 keV 8.74 mum 8.74 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -75.1 mum -4.21 mm 370 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm 15.6 mum -4.34 mm 0 eV 69.5 keV 201 mum 201 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm 15.6 mum -4.34 mm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm 17.7 mum -4.34 mm 0 eV 301 keV 87.2 mum 87.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 cm -258 mum -4.26 mm 874 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -357 mum -4.37 mm 548 keV 0 eV 569 mum 569 mumWAbsorberPhysicalcompt - 2 -1.29 cm -3.07 mm -6.36 mm 286 keV 0 eV 3.74 mm 4.31 mmWAbsorberPhysicalcompt - 3 -1.29 cm -3.11 mm -6.32 mm 0 eV 69.5 keV 53.8 mum 4.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 cm -3.11 mm -6.32 mm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 cm -3.11 mm -6.32 mm 0 eV 216 keV 53.5 mum 53.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 cm -3.07 mm -6.36 mm 262 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 cm -3.08 mm -6.37 mm 0 eV 262 keV 71.3 mum 71.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -357 mum -4.37 mm 326 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -354 mum -4.37 mm 0 eV 326 keV 97.8 mum 97.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm -367 mum -4.21 mm 558 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm -399 mum -4.48 mm 327 keV 0 eV 780 mum 780 mumWAbsorberPhysicalcompt - 2 -1.14 cm -920 mum -1.17 cm 0 eV 69.5 keV 7.26 mm 8.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm -920 mum -1.17 cm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm -923 mum -1.17 cm 0 eV 257 keV 69.3 mum 69.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm -399 mum -4.48 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm -399 mum -4.48 mm 0 eV 231 keV 59.2 mum 59.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 mm -393 mum -800 mum 729 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.86 mm -580 mum -1.34 mm 332 keV 0 eV 2.09 mm 2.09 mmWAbsorberPhysicalcompt - 2 -4.04 mm -54.6 mum -1.21 mm 0 eV 69.5 keV 569 mum 2.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.04 mm -54.6 mum -1.21 mm 262 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.04 mm -50.4 mum -1.22 mm 0 eV 262 keV 71.4 mum 71.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.86 mm -580 mum -1.34 mm 397 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.87 mm -585 mum -1.34 mm 0 eV 397 keV 130 mum 130 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.77 mm -387 mum -765 mum 730 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.65 mm -1.67 mm -3.25 mm 207 keV 0 eV 7.43 mm 7.43 mmWAbsorberPhysicalcompt - 2 -8.34 mm -1.85 mm -2.97 mm 0 eV 69.5 keV 463 mum 7.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.34 mm -1.85 mm -2.97 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.34 mm -1.86 mm -2.97 mm 0 eV 138 keV 26.5 mum 26.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.65 mm -1.67 mm -3.25 mm 523 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.66 mm -1.67 mm -3.26 mm 0 eV 523 keV 189 mum 189 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 mm -221 mum -646 mum 20.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 cm -3.25 mm -4.3 mm 0 eV 0 eV 1.15 cm 1.15 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 53, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 cm -3.25 mm -4.3 mm 13.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm -3.7 mm -4.88 mm 10.3 MeV 2.78 MeV 1.44 mm 1.44 mmWAbsorberPhysicaleBrem - 2 -1.31 cm -3.68 mm -4.93 mm 8.57 MeV 236 keV 148 mum 1.59 mmWAbsorberPhysicaleBrem - 3 -1.36 cm -3.8 mm -5.38 mm 4.58 MeV 1.7 MeV 675 mum 2.26 mmWAbsorberPhysicaleBrem - 4 -1.38 cm -3.87 mm -5.39 mm 4.1 MeV 222 keV 150 mum 2.41 mmWAbsorberPhysicaleBrem - 5 -1.38 cm -2.94 mm -6.37 mm 1.48 MeV 2.61 MeV 1.6 mm 4.01 mmWAbsorberPhysicaleIoni - 6 -1.35 cm -2.92 mm -6.49 mm 0 eV 729 keV 426 mum 4.44 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 cm -2.92 mm -6.49 mm 1.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm -9.95 mm -4.53 mm 1.21 MeV 0 eV 7.46 mm 7.46 mmWAbsorberPhysicalcompt - 2 -1.45 cm -1.39 cm -3.18 mm 544 keV 0 eV 4.18 mm 1.16 cmWAbsorberPhysicalcompt - 3 -1.45 cm -1.45 cm 159 mum 217 keV 0 eV 3.4 mm 1.5 cmWAbsorberPhysicalcompt - 4 -1.47 cm -1.45 cm 38.2 mum 0 eV 69.5 keV 246 mum 1.53 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 cm -1.45 cm 38.2 mum 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.47 cm -1.45 cm 36.1 mum 0 eV 147 keV 29.5 mum 29.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 cm -1.45 cm 159 mum 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm -1.45 cm 166 mum 0 eV 328 keV 98.8 mum 98.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 cm -1.39 cm -3.18 mm 670 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm -1.39 cm -3.18 mm 0 eV 670 keV 261 mum 261 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm -9.95 mm -4.53 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm -9.95 mm -4.53 mm 0 eV 197 keV 46.3 mum 46.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 cm -2.92 mm -6.49 mm 366 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 cm -359 mum -9.35 mm 197 keV 0 eV 3.93 mm 3.93 mmWAbsorberPhysicalcompt - 2 -1.47 cm -424 mum -9.26 mm 0 eV 69.5 keV 267 mum 4.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 cm -424 mum -9.26 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.47 cm -425 mum -9.25 mm 0 eV 128 keV 23.5 mum 23.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 cm -359 mum -9.35 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 cm -357 mum -9.35 mm 0 eV 169 keV 36.4 mum 36.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 cm -3.87 mm -5.39 mm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm -3.79 mm -5.36 mm 0 eV 69.5 keV 153 mum 153 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 cm -3.79 mm -5.36 mm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm -3.79 mm -5.36 mm 0 eV 191 keV 44 mum 44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm -3.8 mm -5.38 mm 2.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm -4.16 mm -6.25 mm 1.43 MeV 0 eV 2.91 mm 2.91 mmWAbsorberPhysicalcompt - 2 -1.65 cm -4.22 mm -6.36 mm 916 keV 0 eV 162 mum 3.08 mmWAbsorberPhysicalcompt - 3 -1.76 cm -5.47 mm -6.58 mm 0 eV 69.5 keV 1.68 mm 4.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.76 cm -5.47 mm -6.58 mm 847 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.76 cm -5.48 mm -6.58 mm 0 eV 847 keV 350 mum 350 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm -4.22 mm -6.36 mm 509 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm -4.21 mm -6.37 mm 0 eV 509 keV 182 mum 182 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 cm -4.16 mm -6.25 mm 865 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm -4.15 mm -6.25 mm 0 eV 865 keV 359 mum 359 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 cm -3.68 mm -4.93 mm 1.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 cm -3.65 mm -5.15 mm 1.41 MeV 0 eV 689 mum 689 mumWAbsorberPhysicalcompt - 2 -4.3 cm 5.56 mm -1.55 cm 224 keV 0 eV 3.24 cm 3.31 cmWAbsorberPhysicalcompt - 3 -4.27 cm 5.29 mm -1.54 cm 0 eV 69.5 keV 441 mum 3.35 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.27 cm 5.29 mm -1.54 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.27 cm 5.29 mm -1.54 cm 0 eV 155 keV 31.7 mum 31.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.3 cm 5.56 mm -1.55 cm 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.31 cm 5.58 mm -1.55 cm 0 eV 1.18 MeV 520 mum 520 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm -3.65 mm -5.15 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 cm -3.65 mm -5.15 mm 0 eV 127 keV 23.2 mum 23.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm -3.7 mm -4.88 mm 412 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm -3.86 mm -6.06 mm 0 eV 69.5 keV 2.66 mm 2.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 cm -3.86 mm -6.06 mm 342 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm -3.86 mm -6.06 mm 0 eV 342 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 cm -3.25 mm -4.3 mm 6.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm -2.88 mm -5.24 mm 2.16 MeV 2.47 MeV 1.35 mm 1.35 mmWAbsorberPhysicaleBrem - 2 -1.24 cm -2.82 mm -5.04 mm 836 keV 836 keV 299 mum 1.65 mmWAbsorberPhysicaleBrem - 3 -1.23 cm -2.79 mm -5.06 mm 485 keV 130 keV 78.9 mum 1.72 mmWAbsorberPhysicaleBrem - 4 -1.23 cm -2.8 mm -5.05 mm 0 eV 485 keV 171 mum 1.89 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 cm -2.79 mm -5.06 mm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm -2.9 mm -5.02 mm 0 eV 69.5 keV 116 mum 116 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 cm -2.9 mm -5.02 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm -2.9 mm -5.02 mm 0 eV 151 keV 30.7 mum 30.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 cm -2.82 mm -5.04 mm 492 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.78 mm -4.87 mm -6.41 mm 0 eV 69.5 keV 3.59 mm 3.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.78 mm -4.87 mm -6.41 mm 422 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.77 mm -4.88 mm -6.42 mm 0 eV 422 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 cm -2.88 mm -5.24 mm 1.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 cm -2.41 mm -4.68 mm 1.32 MeV 0 eV 820 mum 820 mumWAbsorberPhysicalcompt - 2 -7.45 mm 1.27 mm -1.69 mm 0 eV 69.5 keV 6.54 mm 7.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.45 mm 1.27 mm -1.69 mm 1.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.37 mm 1.16 mm -1.54 mm 154 keV 528 keV 357 mum 357 mumWAbsorberPhysicaleBrem - 2 -7.37 mm 1.16 mm -1.54 mm 0 eV 154 keV 31.5 mum 389 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.37 mm 1.16 mm -1.54 mm 569 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.18 mm 2.13 mm -1.44 mm 0 eV 69.5 keV 1.54 mm 1.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.18 mm 2.13 mm -1.44 mm 499 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.17 mm 2.14 mm -1.43 mm 0 eV 499 keV 177 mum 177 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 cm -2.41 mm -4.68 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 cm -2.41 mm -4.68 mm 0 eV 214 keV 52.6 mum 52.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 mm -180 mum -590 mum 588 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.37 mm -442 mum -1.03 mm 477 keV 0 eV 1.17 mm 1.17 mmWAbsorberPhysicalcompt - 2 -2.74 mm -964 mum -1.5 mm 188 keV 0 eV 795 mum 1.96 mmWAbsorberPhysicalcompt - 3 -2.32 mm 1.22 mm -1.79 mm 0 eV 69.5 keV 2.24 mm 4.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.32 mm 1.22 mm -1.79 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 mm 1.22 mm -1.79 mm 0 eV 118 keV 20.8 mum 20.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.74 mm -964 mum -1.5 mm 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.75 mm -969 mum -1.5 mm 0 eV 289 keV 82.5 mum 82.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 mm -442 mum -1.03 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.37 mm -441 mum -1.03 mm 0 eV 112 keV 19 mum 19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -669 mum -103 mum -239 mum 272 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 mm -325 mum -737 mum 0 eV 69.5 keV 1.32 mm 1.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.87 mm -325 mum -737 mum 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 mm -325 mum -738 mum 0 eV 202 keV 48 mum 48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -650 mum -101 mum -231 mum 932 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.08 mm -304 mum -817 mum 296 keV 0 eV 1.56 mm 1.56 mmWAbsorberPhysicalcompt - 2 -1.57 mm 896 mum -1.74 mm 0 eV 69.5 keV 1.6 mm 3.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 mm 896 mum -1.74 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.56 mm 899 mum -1.74 mm 0 eV 227 keV 57.5 mum 57.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 mm -304 mum -817 mum 636 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.1 mm -311 mum -821 mum 0 eV 636 keV 244 mum 244 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -547 mum -89.3 mum -196 mum 4.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 cm -2.12 mm -5.29 mm 0 eV 0 eV 1.49 cm 1.49 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 90, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 cm -2.12 mm -5.29 mm 3.45 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm -2.49 mm -5.25 mm 1.9 MeV 926 keV 542 mum 542 mumWAbsorberPhysicaleBrem - 2 -1.44 cm -2.61 mm -5.22 mm 0 eV 1.9 MeV 899 mum 1.44 mmWAbsorberPhysicaleIoni - 3 -1.44 cm -2.61 mm -5.22 mm 0 eV 0 eV 0 fm 1.44 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 93, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 cm -2.61 mm -5.22 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.58 cm 223 mum -4.13 mm 0 eV 69.5 keV 3.34 mm 3.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 cm 223 mum -4.13 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.58 cm 232 mum -4.13 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 cm -2.61 mm -5.22 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm -6.92 mm -6.88 mm 0 eV 69.5 keV 5.07 mm 5.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 92 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 cm -6.92 mm -6.88 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm -6.92 mm -6.88 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 91, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 cm -2.49 mm -5.25 mm 622 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 cm -4.26 mm -5.17 mm 437 keV 0 eV 1.91 mm 1.91 mmWAbsorberPhysicalcompt - 2 -1.61 cm -8.63 mm -4.99 mm 266 keV 0 eV 4.94 mm 6.84 mmWAbsorberPhysicalcompt - 3 -1.56 cm -9.19 mm -3.92 mm 0 eV 69.5 keV 1.29 mm 8.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 cm -9.19 mm -3.92 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.56 cm -9.19 mm -3.92 mm 0 eV 197 keV 46.1 mum 46.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 cm -8.63 mm -4.99 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.61 cm -8.63 mm -5 mm 0 eV 171 keV 37.3 mum 37.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 cm -4.26 mm -5.17 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 cm -4.27 mm -5.17 mm 0 eV 185 keV 42.2 mum 42.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 cm -2.12 mm -5.29 mm 334 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 cm -2.13 mm -5.3 mm 0 eV 334 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.67 cm 16.8 cm 7.23 cm 19.2 MeV 0 eV 19.5 cm 19.5 cmF2TroffMainPhysicalTransportation - 2 7.06 cm 17.8 cm 7.64 cm 19.2 MeV 0 eV 1.12 cm 20.6 cmLArgPhysicalTransportation - 3 38.6 cm 97.5 cm 41.8 cm 19.2 MeV 0 eV 92.3 cm 1.13 mCryostatVolumesTransportation - 4 78.3 cm 1.98 m 84.8 cm 19.2 MeV 0 eV 1.16 m 2.29 mMotherTransportation - 5 1.98 m 5 m 2.15 m 19.2 MeV 0 eV 3.5 m 5.79 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 22.8 cm -4.3 cm 2.95 cm 39.2 MeV 0 eV 23.3 cm 23.3 cmLArgPhysicalTransportation - 2 1.26 m -23.9 cm 16.4 cm 39.2 MeV 0 eV 1.06 m 1.3 mCryostatVolumesTransportation - 3 1.27 m -23.9 cm 16.4 cm 39.2 MeV 0 eV 3.05 mm 1.3 mInsulationPhysicalTransportation - 4 1.34 m -25.2 cm 17.3 cm 39.2 MeV 0 eV 7.12 cm 1.37 mCryostatVolumesTransportation - 5 1.34 m -25.3 cm 17.4 cm 39.2 MeV 0 eV 2.54 mm 1.37 mMotherTransportation - 6 5 m -94.5 cm 64.9 cm 39.2 MeV 0 eV 3.76 m 5.13 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=47.8 -Edep in FCAL1 FCAl2 : 0 47.8 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2541 0 0 0 --------------------------------------------- - ----> Begin of event: 41 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 41 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 11.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 161 mum -2.38 mum -21.4 mum 10.7 MeV 317 keV 164 mum 164 mumWAbsorberPhysicaleBrem - 2 2.12 mm 1.04 mm 1.44 mm 4.4 MeV 5.77 MeV 2.39 mm 2.55 mmWAbsorberPhysicaleBrem - 3 3.09 mm 1.9 mm 2.01 mm 367 keV 4.03 MeV 1.66 mm 4.21 mmWAbsorberPhysicaleIoni - 4 3.1 mm 1.9 mm 2.02 mm 0 eV 367 keV 114 mum 4.32 mmWAbsorberPhysicaleIoni - 5 3.1 mm 1.9 mm 2.02 mm 0 eV 0 eV 0 fm 4.32 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.1 mm 1.9 mm 2.02 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.54 mm -475 mum 5.65 mm 0 eV 69.5 keV 4.38 mm 4.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.54 mm -475 mum 5.65 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.54 mm -486 mum 5.66 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.1 mm 1.9 mm 2.02 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.75 mm 4.63 mm -2.16 mm 0 eV 69.5 keV 5.03 mm 5.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.75 mm 4.63 mm -2.16 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.75 mm 4.63 mm -2.17 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 mm 1.04 mm 1.44 mm 582 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.81 mm 546 mum 662 mum 0 eV 69.5 keV 1.92 mm 1.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.81 mm 546 mum 662 mum 513 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.82 mm 541 mum 652 mum 0 eV 513 keV 184 mum 184 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 161 mum -2.38 mum -21.4 mum 344 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 mm -282 mum 13.2 mum 164 keV 0 eV 1.14 mm 1.14 mmWAbsorberPhysicalcompt - 2 563 mum -754 mum 281 mum 164 keV 0 eV 892 mum 2.04 mmWAbsorberPhysicalcompt - 3 518 mum -788 mum 304 mum 0 eV 69.5 keV 60.1 mum 2.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 518 mum -788 mum 304 mum 94.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 518 mum -789 mum 304 mum 0 eV 94.3 keV 14.4 mum 14.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 563 mum -754 mum 281 mum 257 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 563 mum -754 mum 281 mum 0 eV 257 eV 4.06 nm 4.06 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 mm -282 mum 13.2 mum 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 mm -282 mum 12.9 mum 0 eV 180 keV 40.4 mum 40.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -22 cm -5.35 cm -3.48 cm 52.6 MeV 0 eV 22.9 cm 22.9 cmFCALEnvelopePhysicalTransportation - 2 -22.7 cm -5.5 cm -3.58 cm 52.6 MeV 0 eV 6.55 mm 23.6 cmLArgPhysicalTransportation - 3 -1.26 m -30.6 cm -19.9 cm 52.6 MeV 0 eV 1.07 m 1.31 mCryostatVolumesTransportation - 4 -1.26 m -30.6 cm -19.9 cm 52.6 MeV 0 eV 3.09 mm 1.31 mInsulationPhysicalTransportation - 5 -1.33 m -32.3 cm -21 cm 52.6 MeV 0 eV 7.2 cm 1.39 mCryostatVolumesTransportation - 6 -1.33 m -32.4 cm -21.1 cm 52.6 MeV 0 eV 2.57 mm 1.39 mMotherTransportation - 7 -5 m -1.21 m -79 cm 52.6 MeV 0 eV 3.82 m 5.21 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 28.9 cm 7.87 cm 6.53 cm 41.1 MeV 0 eV 30.6 cm 30.6 cmLArgPhysicalTransportation - 2 1.24 m 33.9 cm 28.1 cm 41.1 MeV 0 eV 1.01 m 1.32 mCryostatVolumesTransportation - 3 1.25 m 34 cm 28.2 cm 41.1 MeV 0 eV 3.1 mm 1.32 mInsulationPhysicalTransportation - 4 1.31 m 35.8 cm 29.8 cm 41.1 MeV 0 eV 7.24 cm 1.39 mCryostatVolumesTransportation - 5 1.32 m 35.9 cm 29.8 cm 41.1 MeV 0 eV 2.59 mm 1.4 mMotherTransportation - 6 5 m 1.36 m 1.13 m 41.1 MeV 0 eV 3.91 m 5.3 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=12.4296 -Edep in FCAL1 FCAl2 : 0 12.4296 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2542 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 42 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -45 mum 42.6 mum 15.2 mum 45.5 MeV 131 keV 63.8 mum 63.8 mumWAbsorberPhysicaleBrem - 2 -183 mum 160 mum 75.7 mum 45 MeV 377 keV 191 mum 254 mumWAbsorberPhysicaleBrem - 3 -643 mum 509 mum 306 mum 42.9 MeV 1.18 MeV 625 mum 879 mumWAbsorberPhysicaleBrem - 4 -800 mum 689 mum 340 mum 42.4 MeV 391 keV 242 mum 1.12 mmWAbsorberPhysicaleBrem - 5 -1.09 mm 1.4 mm 393 mum 39.4 MeV 1.53 MeV 777 mum 1.9 mmWAbsorberPhysicaleBrem - 6 -1.38 mm 1.8 mm 442 mum 31.6 MeV 842 keV 495 mum 2.39 mmWAbsorberPhysicaleBrem - 7 -1.43 mm 1.88 mm 446 mum 29.8 MeV 143 keV 90.4 mum 2.48 mmWAbsorberPhysicaleBrem - 8 -1.47 mm 1.97 mm 447 mum 22 MeV 204 keV 103 mum 2.59 mmWAbsorberPhysicaleBrem - 9 -1.67 mm 2.35 mm 381 mum 20.6 MeV 971 keV 435 mum 3.02 mmWAbsorberPhysicaleBrem - 10 -1.77 mm 2.47 mm 397 mum 19.8 MeV 317 keV 163 mum 3.18 mmWAbsorberPhysicaleBrem - 11 -1.64 mm 5.15 mm 114 mum 13 MeV 6.55 MeV 2.59 mm 5.78 mmWAbsorberPhysicaleBrem - 12 -2.34 mm 5.41 mm 417 mum 9.45 MeV 2.05 MeV 792 mum 6.57 mmWAbsorberPhysicaleBrem - 13 -2.27 mm 6.09 mm 886 mum 7.41 MeV 1.66 MeV 851 mum 7.42 mmWAbsorberPhysicaleBrem - 14 -2.41 mm 6.25 mm 911 mum 2.61 MeV 401 keV 230 mum 7.65 mmWAbsorberPhysicaleBrem - 15 -3.09 mm 6.38 mm 732 mum 670 keV 1.8 MeV 949 mum 8.6 mmWAbsorberPhysicaleBrem - 16 -3.1 mm 6.4 mm 718 mum 0 eV 670 keV 261 mum 8.86 mmWAbsorberPhysicaleIoni - 17 -3.1 mm 6.4 mm 718 mum 0 eV 0 eV 0 fm 8.86 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm 6.4 mm 718 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.43 mm 3.49 mm 1.59 mm 347 keV 0 eV 3.83 mm 3.83 mmWAbsorberPhysicalcompt - 2 -7.19 mm 3.41 mm 965 mum 309 keV 0 eV 1.87 mm 5.7 mmWAbsorberPhysicalcompt - 3 -8.9 mm 4.28 mm 979 mum 146 keV 0 eV 1.91 mm 7.61 mmWAbsorberPhysicalcompt - 4 -8.76 mm 4.28 mm 1.01 mm 0 eV 69.5 keV 134 mum 7.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.76 mm 4.28 mm 1.01 mm 76.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.76 mm 4.28 mm 1.01 mm 0 eV 76.2 keV 10.2 mum 10.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.9 mm 4.28 mm 979 mum 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.9 mm 4.28 mm 979 mum 0 eV 163 keV 34.6 mum 34.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.19 mm 3.41 mm 965 mum 38 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.19 mm 3.41 mm 965 mum 0 eV 38 keV 3.25 mum 3.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.43 mm 3.49 mm 1.59 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.43 mm 3.48 mm 1.59 mm 0 eV 164 keV 34.9 mum 34.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm 6.4 mm 718 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm 8.21 mm 176 mum 0 eV 69.5 keV 2.38 mm 2.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm 8.21 mm 176 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm 8.22 mm 179 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.09 mm 6.38 mm 732 mum 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 mm 6.39 mm 722 mum 0 eV 69.5 keV 20.1 mum 20.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm 6.39 mm 722 mum 68.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 mm 6.39 mm 722 mum 0 eV 68.5 keV 8.59 mum 8.59 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 mm 6.25 mm 911 mum 4.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm 1.6 cm 1.14 cm 0 eV 0 eV 1.69 cm 1.69 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 29, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm 1.6 cm 1.14 cm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm 1.6 cm 1.14 cm 0 eV 122 keV 20.3 mum 20.3 mumWAbsorberPhysicaleIoni - 2 -1.14 cm 1.6 cm 1.14 cm 0 eV 0 eV 0 fm 20.3 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm 1.6 cm 1.14 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 1.63 cm 1.14 cm 446 keV 0 eV 342 mum 342 mumWAbsorberPhysicalcompt - 2 -1.3 cm 1.81 cm 9.27 mm 0 eV 69.5 keV 3.12 mm 3.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm 1.81 cm 9.27 mm 377 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm 1.81 cm 9.27 mm 0 eV 377 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm 1.63 cm 1.14 cm 64.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 1.63 cm 1.14 cm 0 eV 64.6 keV 7.77 mum 7.77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm 1.6 cm 1.14 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm 1.42 cm 1.19 cm 281 keV 0 eV 1.97 mm 1.97 mmWAbsorberPhysicalcompt - 2 -1.08 cm 1.41 cm 1.21 cm 0 eV 69.5 keV 320 mum 2.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 cm 1.41 cm 1.21 cm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 cm 1.41 cm 1.21 cm 0 eV 212 keV 51.7 mum 51.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm 1.42 cm 1.19 cm 230 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm 1.42 cm 1.19 cm 0 eV 230 keV 58.6 mum 58.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm 1.6 cm 1.14 cm 3.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 1.6 cm 1.16 cm 2.32 MeV 488 keV 259 mum 259 mumWAbsorberPhysicaleBrem - 2 -1.16 cm 1.61 cm 1.2 cm 928 keV 882 keV 550 mum 810 mumWAbsorberPhysicaleBrem - 3 -1.16 cm 1.6 cm 1.2 cm 0 eV 928 keV 391 mum 1.2 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 cm 1.61 cm 1.2 cm 505 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 cm 1.5 cm 1.3 cm 437 keV 0 eV 1.66 mm 1.66 mmWAbsorberPhysicalcompt - 2 -1.25 cm 1.5 cm 1.3 cm 417 keV 0 eV 80.9 mum 1.74 mmWAbsorberPhysicalcompt - 3 -1.15 cm 1.2 cm 1.43 cm 0 eV 69.5 keV 3.38 mm 5.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm 1.2 cm 1.43 cm 348 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 1.2 cm 1.43 cm 0 eV 348 keV 108 mum 108 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 cm 1.5 cm 1.3 cm 19.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 cm 1.5 cm 1.3 cm 0 eV 19.9 keV 1.13 mum 1.13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 cm 1.5 cm 1.3 cm 67.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 cm 1.5 cm 1.3 cm 0 eV 67.4 keV 8.35 mum 8.35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm 1.6 cm 1.16 cm 447 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.73 mm 1.41 cm 1.44 cm 301 keV 0 eV 3.76 mm 3.76 mmWAbsorberPhysicalcompt - 2 -1.17 cm 1.31 cm 1.71 cm 0 eV 69.5 keV 3.52 mm 7.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm 1.31 cm 1.71 cm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm 1.31 cm 1.71 cm 0 eV 231 keV 59.2 mum 59.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.73 mm 1.41 cm 1.44 cm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.73 mm 1.41 cm 1.44 cm 0 eV 146 keV 29.2 mum 29.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 6.09 mm 886 mum 380 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.3 mm 1.26 cm 4.6 mm 0 eV 69.5 keV 9.65 mm 9.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.3 mm 1.26 cm 4.6 mm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.31 mm 1.26 cm 4.61 mm 0 eV 310 keV 91.2 mum 91.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.34 mm 5.41 mm 417 mum 1.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.83 mm 9.05 mm 4.21 mm 1.35 MeV 0 eV 5.82 mm 5.82 mmWAbsorberPhysicalcompt - 2 -8.7 mm 2.31 cm 1.36 cm 876 keV 0 eV 1.73 cm 2.32 cmWAbsorberPhysicalcompt - 3 -8.28 mm 2.38 cm 1.44 cm 278 keV 0 eV 1.16 mm 2.43 cmWAbsorberPhysicalcompt - 4 -9.43 mm 2.39 cm 1.45 cm 157 keV 0 eV 1.16 mm 2.55 cmWAbsorberPhysicalcompt - 5 -9.25 mm 2.37 cm 1.48 cm 0 eV 69.5 keV 418 mum 2.59 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.25 mm 2.37 cm 1.48 cm 87.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.25 mm 2.37 cm 1.48 cm 0 eV 87.2 keV 12.7 mum 12.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.43 mm 2.39 cm 1.45 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.43 mm 2.39 cm 1.45 cm 0 eV 121 keV 21.5 mum 21.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.28 mm 2.38 cm 1.44 cm 598 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.27 mm 2.38 cm 1.44 cm 0 eV 598 keV 226 mum 226 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.7 mm 2.31 cm 1.36 cm 470 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.71 mm 2.31 cm 1.36 cm 0 eV 470 keV 164 mum 164 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.83 mm 9.05 mm 4.21 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.83 mm 9.05 mm 4.21 mm 0 eV 177 keV 39.3 mum 39.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm 5.15 mm 114 mum 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.22 mm 5.49 mm 469 mum 0 eV 69.5 keV 763 mum 763 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.22 mm 5.49 mm 469 mum 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.22 mm 5.49 mm 468 mum 0 eV 123 keV 22.1 mum 22.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.77 mm 2.47 mm 397 mum 485 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.85 mm 1.5 cm -1.33 mm 463 keV 0 eV 1.45 cm 1.45 cmWAbsorberPhysicalcompt - 2 -1.05 cm 1.7 cm -2.38 mm 0 eV 69.5 keV 2.76 mm 1.73 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm 1.7 cm -2.38 mm 393 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 cm 1.7 cm -2.38 mm 0 eV 393 keV 128 mum 128 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.85 mm 1.5 cm -1.33 mm 22.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.85 mm 1.5 cm -1.33 mm 0 eV 22.9 keV 1.43 mum 1.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 mm 2.35 mm 381 mum 482 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm 2.77 mm 371 mum 242 keV 0 eV 533 mum 533 mumWAbsorberPhysicalcompt - 2 -1.48 mm 3.07 mm -616 mum 0 eV 69.5 keV 1.15 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm 3.07 mm -616 mum 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 mm 3.07 mm -618 mum 0 eV 173 keV 37.9 mum 37.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 mm 2.77 mm 371 mum 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 mm 2.77 mm 373 mum 0 eV 239 keV 62.2 mum 62.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 mm 1.97 mm 447 mum 7.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.07 mm 9.28 mm 290 mum 0 eV 0 eV 8.15 mm 8.15 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 55, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.07 mm 9.28 mm 290 mum 4.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.49 mm 9.76 mm 1.7 mm 2.15 MeV 2.75 MeV 1.75 mm 1.75 mmWAbsorberPhysicaleIoni - 2 -4.96 mm 9.5 mm 1.28 mm 3.03 keV 2.15 MeV 1.03 mm 2.77 mmWAbsorberPhysicaleIoni - 3 -4.96 mm 9.5 mm 1.28 mm 0 eV 3.03 keV 49.8 nm 2.77 mmWAbsorberPhysicaleIoni - 4 -4.96 mm 9.5 mm 1.28 mm 0 eV 0 eV 0 fm 2.77 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.96 mm 9.5 mm 1.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.01 mm 9.76 mm 201 mum 460 keV 0 eV 1.11 mm 1.11 mmWAbsorberPhysicalcompt - 2 -5.7 mm 1.11 cm -1.52 mm 335 keV 0 eV 2.26 mm 3.38 mmWAbsorberPhysicalcompt - 3 -4.88 mm 1.07 cm -4.71 mm 149 keV 0 eV 3.32 mm 6.7 mmWAbsorberPhysicalcompt - 4 -5.08 mm 1.05 cm -4.28 mm 0 eV 69.5 keV 494 mum 7.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.08 mm 1.05 cm -4.28 mm 79.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.08 mm 1.05 cm -4.28 mm 0 eV 79.3 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.88 mm 1.07 cm -4.71 mm 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.87 mm 1.07 cm -4.71 mm 0 eV 186 keV 42.5 mum 42.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.7 mm 1.11 cm -1.52 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.7 mm 1.11 cm -1.52 mm 0 eV 125 keV 22.5 mum 22.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.01 mm 9.76 mm 201 mum 51.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.01 mm 9.76 mm 201 mum 0 eV 51.4 keV 5.34 mum 5.34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.96 mm 9.5 mm 1.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.86 mm 9.05 mm 3.11 mm 0 eV 69.5 keV 1.89 mm 1.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.86 mm 9.05 mm 3.11 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.86 mm 9.05 mm 3.13 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.07 mm 9.28 mm 290 mum 1.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.1 mm 9.35 mm 295 mum 0 eV 1.61 MeV 736 mum 736 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.43 mm 1.88 mm 446 mum 1.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.05 mm 6.74 mm 671 mum 0 eV 0 eV 5.54 mm 5.54 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 64, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.05 mm 6.74 mm 671 mum 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.05 mm 6.74 mm 669 mum 0 eV 151 keV 29 mum 29 mumWAbsorberPhysicaleIoni - 2 -4.05 mm 6.74 mm 669 mum 0 eV 0 eV 0 fm 29 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.05 mm 6.74 mm 669 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.32 mm 7.13 mm 2.26 mm 0 eV 69.5 keV 2.8 mm 2.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.32 mm 7.13 mm 2.26 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.33 mm 7.13 mm 2.26 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.05 mm 6.74 mm 669 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.98 mm 6.73 mm 615 mum 234 keV 0 eV 95 mum 95 mumWAbsorberPhysicalcompt - 2 -3.67 mm 7.27 mm 1.19 mm 0 eV 69.5 keV 844 mum 939 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.67 mm 7.27 mm 1.19 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.67 mm 7.27 mm 1.19 mm 0 eV 164 keV 34.9 mum 34.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.98 mm 6.73 mm 615 mum 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.97 mm 6.73 mm 611 mum 0 eV 277 keV 77.5 mum 77.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.05 mm 6.74 mm 671 mum 501 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.04 mm 6.75 mm 678 mum 0 eV 501 keV 178 mum 178 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm 1.8 mm 442 mum 6.94 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 mm 2.89 mm 495 mum 5.02 MeV 0 eV 1.3 mm 1.3 mmWAbsorberPhysicalcompt - 2 -4.02 mm 6.3 mm 1.6 mm 479 keV 0 eV 4.08 mm 5.37 mmWAbsorberPhysicalcompt - 3 -7.98 mm 1.29 mm 1.17 cm 221 keV 0 eV 1.19 cm 1.73 cmWAbsorberPhysicalcompt - 4 -8.03 mm 1.42 mm 1.17 cm 0 eV 69.5 keV 144 mum 1.74 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.03 mm 1.42 mm 1.17 cm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.03 mm 1.42 mm 1.17 cm 0 eV 152 keV 30.8 mum 30.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.98 mm 1.29 mm 1.17 cm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.98 mm 1.28 mm 1.17 cm 0 eV 258 keV 69.8 mum 69.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.02 mm 6.3 mm 1.6 mm 4.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.07 mm 6.35 mm 1.6 mm 4.21 MeV 121 keV 83.1 mum 83.1 mumWAbsorberPhysicaleBrem - 2 -4.4 mm 6.67 mm 1.54 mm 3.19 MeV 664 keV 424 mum 507 mumWAbsorberPhysicaleBrem - 3 -4.42 mm 6.87 mm 1.57 mm 2.7 MeV 354 keV 210 mum 717 mumWAbsorberPhysicaleBrem - 4 -4.56 mm 7.03 mm 1.47 mm 826 keV 412 keV 245 mum 962 mumWAbsorberPhysicaleBrem - 5 -4.57 mm 7.05 mm 1.48 mm 0 eV 826 keV 339 mum 1.3 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.56 mm 7.03 mm 1.47 mm 1.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.56 mm 7.62 mm 1.55 mm 0 eV 0 eV 604 mum 604 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 79, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.56 mm 7.62 mm 1.55 mm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.56 mm 7.62 mm 1.55 mm 0 eV 239 keV 59.8 mum 59.8 mumWAbsorberPhysicaleIoni - 2 -4.56 mm 7.62 mm 1.55 mm 0 eV 0 eV 0 fm 59.8 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.56 mm 7.62 mm 1.55 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 cm 9.64 mm 2.23 mm 248 keV 0 eV 6.29 mm 6.29 mmWAbsorberPhysicalcompt - 2 -1.07 cm 9.06 mm 1.4 mm 0 eV 69.5 keV 1.04 mm 7.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm 9.06 mm 1.4 mm 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm 9.06 mm 1.4 mm 0 eV 179 keV 39.9 mum 39.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm 9.64 mm 2.23 mm 263 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 cm 9.64 mm 2.24 mm 0 eV 263 keV 59 mum 59 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.56 mm 7.62 mm 1.55 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 922 mum 5.75 mm 916 mum 189 keV 0 eV 5.83 mm 5.83 mmWAbsorberPhysicalcompt - 2 655 mum 5.75 mm 1.21 mm 0 eV 69.5 keV 400 mum 6.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 655 mum 5.75 mm 1.21 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 655 mum 5.75 mm 1.21 mm 0 eV 119 keV 21.1 mum 21.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 922 mum 5.75 mm 916 mum 322 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 928 mum 5.75 mm 914 mum 0 eV 322 keV 96.3 mum 96.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.56 mm 7.62 mm 1.55 mm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.56 mm 7.62 mm 1.56 mm 0 eV 201 keV 47.6 mum 47.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.42 mm 6.87 mm 1.57 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.75 mm 6.95 mm 1.08 mm 0 eV 69.5 keV 600 mum 600 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.75 mm 6.95 mm 1.08 mm 66.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.75 mm 6.95 mm 1.08 mm 0 eV 66.8 keV 8.22 mum 8.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.4 mm 6.67 mm 1.54 mm 355 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.44 mm 1.39 cm 231 mum 168 keV 0 eV 7.41 mm 7.41 mmWAbsorberPhysicalcompt - 2 -3.9 mm 1.31 cm 1.13 mm 0 eV 69.5 keV 1.96 mm 9.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.9 mm 1.31 cm 1.13 mm 98.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.9 mm 1.31 cm 1.13 mm 0 eV 98.7 keV 15.5 mum 15.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.44 mm 1.39 cm 231 mum 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.44 mm 1.39 cm 230 mum 0 eV 187 keV 42.6 mum 42.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.07 mm 6.35 mm 1.6 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.54 mm 7.23 mm 1.68 mm 170 keV 0 eV 1.01 mm 1.01 mmWAbsorberPhysicalcompt - 2 -4.37 mm 7.54 mm 1.42 mm 0 eV 69.5 keV 437 mum 1.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.37 mm 7.54 mm 1.42 mm 100 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.37 mm 7.54 mm 1.42 mm 0 eV 100 keV 15.9 mum 15.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.54 mm 7.23 mm 1.68 mm 43.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.54 mm 7.23 mm 1.68 mm 0 eV 43.9 keV 4.13 mum 4.13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 mm 2.89 mm 495 mum 1.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 mm 3.03 mm 404 mum 1.3 MeV 450 keV 249 mum 249 mumWAbsorberPhysicaleBrem - 2 -2.01 mm 3 mm 451 mum 0 eV 1.3 MeV 579 mum 827 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 91, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 mm 3.03 mm 404 mum 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm 2.9 mm 629 mum 0 eV 69.5 keV 292 mum 292 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 mm 2.9 mm 629 mum 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm 2.9 mm 630 mum 0 eV 103 keV 16.7 mum 16.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 mm 1.4 mm 393 mum 1.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 mm 1.93 mm 414 mum 1.42 MeV 0 eV 624 mum 624 mumWAbsorberPhysicalcompt - 2 -2.99 mm 4.91 mm -260 mum 806 keV 0 eV 3.43 mm 4.06 mmWAbsorberPhysicalcompt - 3 -4.04 mm 6.32 mm -2.69 mm 250 keV 0 eV 3 mm 7.06 mmWAbsorberPhysicalcompt - 4 -5.31 mm 3.88 mm -2.14 mm 0 eV 69.5 keV 2.8 mm 9.86 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.31 mm 3.88 mm -2.14 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.31 mm 3.88 mm -2.14 mm 0 eV 180 keV 40.5 mum 40.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.04 mm 6.32 mm -2.69 mm 557 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.05 mm 6.33 mm -2.71 mm 0 eV 557 keV 205 mum 205 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.99 mm 4.91 mm -260 mum 610 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3 mm 4.92 mm -253 mum 0 eV 610 keV 232 mum 232 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 mm 1.93 mm 414 mum 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm 1.93 mm 415 mum 0 eV 117 keV 20.5 mum 20.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -800 mum 689 mum 340 mum 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -983 mum 1.01 mm 372 mum 0 eV 69.5 keV 370 mum 370 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -983 mum 1.01 mm 372 mum 39.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -984 mum 1.01 mm 372 mum 0 eV 39.9 keV 3.52 mum 3.52 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -643 mum 509 mum 306 mum 922 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.91 mm 4.15 mm 680 mum 636 keV 0 eV 4.9 mm 4.9 mmWAbsorberPhysicalcompt - 2 -5.76 mm 1.12 cm -3.12 mm 0 eV 69.5 keV 8.18 mm 1.31 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.76 mm 1.12 cm -3.12 mm 567 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.76 mm 1.12 cm -3.13 mm 0 eV 567 keV 210 mum 210 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.91 mm 4.15 mm 680 mum 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.91 mm 4.15 mm 684 mum 0 eV 286 keV 81.2 mum 81.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -183 mum 160 mum 75.7 mum 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -185 mum 161 mum 76.6 mum 0 eV 69.5 keV 2.83 mum 2.83 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -185 mum 161 mum 76.6 mum 45.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -184 mum 161 mum 76.9 mum 0 eV 45.2 keV 4.34 mum 4.34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -45 mum 42.6 mum 15.2 mum 3.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm 9.31 mm 3.87 mm 0 eV 0 eV 1.45 cm 1.45 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 102, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm 9.31 mm 3.87 mm 653 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 cm 9.33 mm 3.88 mm 0 eV 653 keV 252 mum 252 mumWAbsorberPhysicaleIoni - 2 -1.05 cm 9.33 mm 3.88 mm 0 eV 0 eV 0 fm 252 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 104, Parent ID = 102 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm 9.33 mm 3.88 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm 8.24 mm 3.37 mm 228 keV 0 eV 3.92 mm 3.92 mmWAbsorberPhysicalcompt - 2 -1.43 cm 9.12 mm 4.21 mm 156 keV 0 eV 1.22 mm 5.14 mmWAbsorberPhysicalcompt - 3 -1.43 cm 9.12 mm 4.21 mm 0 eV 69.5 keV 1.21 mum 5.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 104 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.43 cm 9.12 mm 4.21 mm 86.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 cm 9.12 mm 4.21 mm 0 eV 86.2 keV 12.5 mum 12.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 104 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.43 cm 9.12 mm 4.21 mm 72.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 cm 9.12 mm 4.21 mm 0 eV 72.5 keV 9.42 mum 9.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 104 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 cm 8.24 mm 3.37 mm 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm 8.24 mm 3.36 mm 0 eV 283 keV 79.9 mum 79.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 103, Parent ID = 102 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm 9.33 mm 3.88 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 mm 1.21 cm 5.18 mm 465 keV 0 eV 9.85 mm 9.85 mmWAbsorberPhysicalcompt - 2 1.71 mm 1.39 cm 6.94 mm 216 keV 0 eV 3.76 mm 1.36 cmWAbsorberPhysicalcompt - 3 1.8 mm 1.41 cm 5.94 mm 0 eV 69.5 keV 1.03 mm 1.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 103 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 mm 1.41 cm 5.94 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 mm 1.41 cm 5.94 mm 0 eV 147 keV 29.3 mum 29.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 103 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 mm 1.39 cm 6.94 mm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 mm 1.39 cm 6.94 mm 0 eV 249 keV 66 mum 66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 103 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 mm 1.21 cm 5.18 mm 45.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 mm 1.21 cm 5.18 mm 0 eV 45.6 keV 4.41 mum 4.41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm 9.31 mm 3.87 mm 1.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 cm 9.35 mm 3.87 mm 0 eV 1.35 MeV 606 mum 606 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 7.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.96 cm -1.73 cm -6.54 cm 7.2 MeV 0 eV 7.38 cm 7.38 cmCuPlateBPhysicalTransportation - 2 -4.08 cm -2.39 cm -9.01 cm 7.2 MeV 0 eV 2.79 cm 10.2 cmLArgPhysicalTransportation - 3 -5.24 cm -3.07 cm -11.6 cm 7.2 MeV 0 eV 2.9 cm 13.1 cmBackExcluderTransportation - 4 -52.2 cm -30.5 cm -1.15 m 7.2 MeV 0 eV 1.17 m 1.3 mLArgPhysicalTransportation - 5 -52.6 cm -30.8 cm -1.16 m 7.2 MeV 0 eV 1.07 cm 1.31 mCryostatVolumesTransportation - 6 -52.7 cm -30.8 cm -1.16 m 7.2 MeV 0 eV 3.09 mm 1.31 mInsulationPhysicalTransportation - 7 -55.6 cm -32.5 cm -1.23 m 7.2 MeV 0 eV 7.2 cm 1.39 mCryostatVolumesTransportation - 8 -55.7 cm -32.6 cm -1.23 m 7.2 MeV 0 eV 2.57 mm 1.39 mMotherTransportation - 9 -5 m -2.92 m -11 m 7.2 MeV 0 eV 11.1 m 12.5 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 15.3 cm -12 cm -1.84 cm 49.3 MeV 0 eV 19.5 cm 19.5 cmLArgPhysicalTransportation - 2 1.24 m -97.5 cm -14.9 cm 49.3 MeV 0 eV 1.39 m 1.58 mMotherTransportation - 3 5 m -3.93 m -60.1 cm 49.3 MeV 0 eV 4.81 m 6.39 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=49.6923 -Edep in FCAL1 FCAl2 : 0 49.6923 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2543 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 43 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 31.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 228 mum -196 mum -116 mum 30.8 MeV 554 keV 324 mum 324 mumWAbsorberPhysicaleBrem - 2 517 mum -951 mum -425 mum 27.4 MeV 2.34 MeV 862 mum 1.19 mmWAbsorberPhysicaleBrem - 3 935 mum -1.2 mm -679 mum 26.1 MeV 1.18 MeV 548 mum 1.73 mmWAbsorberPhysicaleBrem - 4 978 mum -1.24 mm -706 mum 24.6 MeV 113 keV 63.1 mum 1.8 mmWAbsorberPhysicaleBrem - 5 1.71 mm -1.84 mm -947 mum 17.5 MeV 2.13 MeV 983 mum 2.78 mmWAbsorberPhysicaleBrem - 6 1.97 mm -2.09 mm -1.06 mm 16.6 MeV 714 keV 391 mum 3.17 mmWAbsorberPhysicaleBrem - 7 2.52 mm -2.48 mm -1.5 mm 5.1 MeV 1.94 MeV 859 mum 4.03 mmWAbsorberPhysicaleIoni - 8 2.7 mm -2.49 mm -1.55 mm 0 eV 367 keV 219 mum 4.25 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.7 mm -2.49 mm -1.55 mm 5.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.64 mm 2.2 mm -5.68 mm 1.68 MeV 0 eV 7.39 mm 7.39 mmWAbsorberPhysicalcompt - 2 6.57 mm 4.92 mm -6.89 mm 1.67 MeV 0 eV 2.98 mm 1.04 cmWAbsorberPhysicalcompt - 3 6.4 mm 7.72 mm -8.3 mm 696 keV 0 eV 3.14 mm 1.35 cmWAbsorberPhysicalcompt - 4 1.18 cm 1.63 cm -5.43 mm 0 eV 69.5 keV 1.05 cm 2.4 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm 1.63 cm -5.43 mm 627 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 1.63 cm -5.41 mm 451 keV 65 keV 32.3 mum 32.3 mumWAbsorberPhysicaleBrem - 2 1.18 cm 1.63 cm -5.42 mm 0 eV 451 keV 155 mum 187 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm 1.63 cm -5.41 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 1.63 cm -5.41 mm 0 eV 69.5 keV 4.23 mum 4.23 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm 1.63 cm -5.41 mm 41.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 1.63 cm -5.41 mm 0 eV 41.8 keV 3.8 mum 3.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.4 mm 7.72 mm -8.3 mm 971 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.39 mm 7.75 mm -8.33 mm 0 eV 971 keV 413 mum 413 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.57 mm 4.92 mm -6.89 mm 9.48 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.57 mm 4.92 mm -6.89 mm 0 eV 9.48 keV 357 nm 357 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.64 mm 2.2 mm -5.68 mm 3.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.56 mm 2.41 mm -6.02 mm 2.24 MeV 1.02 MeV 512 mum 512 mumWAbsorberPhysicaleBrem - 2 6.96 mm 2.35 mm -5.53 mm 299 keV 1.94 MeV 1.05 mm 1.56 mmWAbsorberPhysicaleIoni - 3 6.96 mm 2.36 mm -5.53 mm 0 eV 299 keV 86.7 mum 1.65 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.56 mm 2.41 mm -6.02 mm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7 mm 3.01 mm -6.45 mm 0 eV 69.5 keV 859 mum 859 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7 mm 3.01 mm -6.45 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7 mm 3.01 mm -6.45 mm 0 eV 137 keV 26.4 mum 26.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.7 mm -2.49 mm -1.55 mm 613 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -112 mum -333 mum -2.22 mm 275 keV 0 eV 3.61 mm 3.61 mmWAbsorberPhysicalcompt - 2 -38.8 mum -411 mum -2.72 mm 0 eV 69.5 keV 511 mum 4.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -38.8 mum -411 mum -2.72 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -40 mum -414 mum -2.72 mm 0 eV 206 keV 49.5 mum 49.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -112 mum -333 mum -2.22 mm 338 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -118 mum -329 mum -2.22 mm 0 eV 338 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.52 mm -2.48 mm -1.5 mm 9.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 mm -2.51 mm -1.49 mm 8.99 MeV 118 keV 76.7 mum 76.7 mumWAbsorberPhysicaleBrem - 2 2.63 mm -2.55 mm -1.5 mm 8.08 MeV 90.3 keV 59.3 mum 136 mumWAbsorberPhysicaleBrem - 3 2.05 mm -4.45 mm -1.44 mm 2.66 MeV 5.42 MeV 2.14 mm 2.28 mmWAbsorberPhysicaleIoni - 4 2.22 mm -4.34 mm -1.12 mm 1.67 MeV 792 keV 519 mum 2.8 mmWAbsorberPhysicaleBrem - 5 2.24 mm -4.31 mm -1.04 mm 0 eV 1.67 MeV 768 mum 3.57 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 mm -4.34 mm -1.12 mm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.43 mm -4.24 mm -574 mum 0 eV 69.5 keV 591 mum 591 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.43 mm -4.24 mm -574 mum 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.43 mm -4.24 mm -575 mum 0 eV 132 keV 24.7 mum 24.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 mm -2.55 mm -1.5 mm 815 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.29 mm -3.35 mm -1.81 mm 333 keV 0 eV 1.08 mm 1.08 mmWAbsorberPhysicalcompt - 2 3.87 mm -3.39 mm -830 mum 0 eV 69.5 keV 1.14 mm 2.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.87 mm -3.39 mm -830 mum 264 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.89 mm -3.38 mm -824 mum 31.1 keV 129 keV 49.5 mum 49.5 mumWAbsorberPhysicaleBrem - 2 3.89 mm -3.38 mm -824 mum 0 eV 31.1 keV 2.33 mum 51.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.89 mm -3.38 mm -824 mum 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.9 mm -3.38 mm -828 mum 0 eV 69.5 keV 12.5 mum 12.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.9 mm -3.38 mm -828 mum 34.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.9 mm -3.38 mm -827 mum 0 eV 34.5 keV 2.78 mum 2.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm -3.35 mm -1.81 mm 482 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.3 mm -3.36 mm -1.82 mm 0 eV 482 keV 169 mum 169 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.58 mm -2.51 mm -1.49 mm 470 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.27 mm -5.28 mm -1.65 mm 0 eV 69.5 keV 4.62 mm 4.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.27 mm -5.28 mm -1.65 mm 400 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.28 mm -5.29 mm -1.65 mm 0 eV 400 keV 131 mum 131 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 mm -2.09 mm -1.06 mm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.28 mm -3.04 mm -1.55 mm 0 eV 69.5 keV 1.69 mm 1.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.28 mm -3.04 mm -1.55 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.28 mm -3.04 mm -1.55 mm 0 eV 119 keV 21 mum 21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 mm -1.84 mm -947 mum 4.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.18 mm -4.22 mm -2.6 mm 0 eV 0 eV 4.52 mm 4.52 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 35, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.18 mm -4.22 mm -2.6 mm 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.32 mm -4.26 mm -2.58 mm 0 eV 381 keV 190 mum 190 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.32 mm -4.26 mm -2.58 mm 1.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.16 cm -5.58 mm 1.08 cm 1.21 MeV 0 eV 2.11 cm 2.11 cmWAbsorberPhysicalcompt - 2 2.39 cm -4.31 mm 1.29 cm 656 keV 0 eV 3.37 mm 2.45 cmWAbsorberPhysicalcompt - 3 2.82 cm -5.59 mm 1.35 cm 184 keV 0 eV 4.48 mm 2.89 cmWAbsorberPhysicalcompt - 4 2.79 cm -5.49 mm 1.35 cm 0 eV 69.5 keV 329 mum 2.93 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 cm -5.49 mm 1.35 cm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 cm -5.49 mm 1.35 cm 0 eV 115 keV 19.8 mum 19.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.82 cm -5.59 mm 1.35 cm 472 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.82 cm -5.6 mm 1.35 cm 0 eV 472 keV 165 mum 165 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 cm -4.31 mm 1.29 cm 549 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.39 cm -4.3 mm 1.29 cm 0 eV 549 keV 202 mum 202 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.16 cm -5.58 mm 1.08 cm 368 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.16 cm -5.59 mm 1.08 cm 0 eV 368 keV 117 mum 117 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.32 mm -4.26 mm -2.58 mm 538 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.29 mm -3.73 mm -2.72 mm 0 eV 69.5 keV 556 mum 556 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.29 mm -3.73 mm -2.72 mm 469 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.29 mm -3.71 mm -2.72 mm 337 keV 23.5 keV 18.8 mum 18.8 mumWAbsorberPhysicaleBrem - 2 5.3 mm -3.72 mm -2.72 mm 0 eV 337 keV 103 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.29 mm -3.71 mm -2.72 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.32 mm -3.87 mm -2.81 mm 0 eV 69.5 keV 183 mum 183 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.32 mm -3.87 mm -2.81 mm 39.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.32 mm -3.87 mm -2.81 mm 0 eV 39.1 keV 3.4 mum 3.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.18 mm -4.22 mm -2.6 mm 2.44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.43 mm -3.61 mm -2.83 mm 161 keV 2.28 MeV 1.13 mm 1.13 mmWAbsorberPhysicaleIoni - 2 5.43 mm -3.61 mm -2.83 mm 0 eV 161 keV 33.7 mum 1.17 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 978 mum -1.24 mm -706 mum 1.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.29 mm -4.94 mm -3.11 mm 0 eV 69.5 keV 6.17 mm 6.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.29 mm -4.94 mm -3.11 mm 1.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.47 mm -4.86 mm -3.19 mm 450 keV 569 keV 366 mum 366 mumWAbsorberPhysicaleBrem - 2 5.46 mm -4.85 mm -3.19 mm 0 eV 450 keV 155 mum 520 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.47 mm -4.86 mm -3.19 mm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.12 mm -4.39 mm -3.11 mm 0 eV 69.5 keV 587 mum 587 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.12 mm -4.39 mm -3.11 mm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.12 mm -4.39 mm -3.11 mm 0 eV 221 keV 55.5 mum 55.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 935 mum -1.2 mm -679 mum 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 966 mum -1.23 mm -696 mum 0 eV 69.5 keV 44.3 mum 44.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 966 mum -1.23 mm -696 mum 84.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 966 mum -1.23 mm -696 mum 0 eV 84.4 keV 12.1 mum 12.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 517 mum -951 mum -425 mum 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.93 mm -8.58 mm -7.18 mm 1.04 MeV 0 eV 1.39 cm 1.39 cmWAbsorberPhysicalcompt - 2 2.15 cm -1.4 cm -1.35 cm 727 keV 0 eV 1.43 cm 2.82 cmWAbsorberPhysicalcompt - 3 3.58 cm -1.38 cm -1.3 cm 0 eV 69.5 keV 1.43 cm 4.24 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.58 cm -1.38 cm -1.3 cm 657 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.58 cm -1.38 cm -1.3 cm 0 eV 657 keV 255 mum 255 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.15 cm -1.4 cm -1.35 cm 316 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.15 cm -1.4 cm -1.35 cm 0 eV 316 keV 93.4 mum 93.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.93 mm -8.58 mm -7.18 mm 53.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.93 mm -8.58 mm -7.18 mm 0 eV 53.6 keV 5.73 mum 5.73 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 228 mum -196 mum -116 mum 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 452 mum -583 mum -284 mum 0 eV 69.5 keV 477 mum 477 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 452 mum -583 mum -284 mum 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 451 mum -584 mum -285 mum 0 eV 130 keV 24 mum 24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -18.3 cm -1.59 cm 33.1 cm 40.3 MeV 0 eV 37.8 cm 37.8 cmCuPlateAPhysicalTransportation - 2 -19.7 cm -1.71 cm 35.6 cm 40.3 MeV 0 eV 2.87 cm 40.7 cmFCALEnvelopePhysicalTransportation - 3 -21.2 cm -1.84 cm 38.4 cm 40.3 MeV 0 eV 3.16 cm 43.9 cmFCALEmModulePhysicalTransportation - 4 -23.1 cm -2.01 cm 41.9 cm 40.3 MeV 0 eV 4 cm 47.9 cmFCALEnvelopePhysicalTransportation - 5 -23.8 cm -2.07 cm 43.1 cm 40.3 MeV 0 eV 1.44 cm 49.3 cmLArgPhysicalTransportation - 6 -61.6 cm -5.36 cm 1.12 m 40.3 MeV 0 eV 78.3 cm 1.28 mCryostatVolumesTransportation - 7 -61.7 cm -5.37 cm 1.12 m 40.3 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 8 -65.1 cm -5.67 cm 1.18 m 40.3 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 9 -65.3 cm -5.68 cm 1.18 m 40.3 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 10 -78.4 cm -6.82 cm 1.42 m 40.3 MeV 0 eV 27.2 cm 1.62 mIronWallPhysicalTransportation - 11 -1 m -8.74 cm 1.82 m 40.3 MeV 0 eV 45.7 cm 2.08 mMotherTransportation - 12 -5 m -43.5 cm 9.06 m 40.3 MeV 0 eV 8.27 m 10.4 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm 6.92 cm -6.97 cm 33.3 MeV 0 eV 9.83 cm 9.83 cmCuPlateBPhysicalTransportation - 2 -4.41 mm 9.54 cm -9.6 cm 33.3 MeV 0 eV 3.71 cm 13.5 cmLArgPhysicalTransportation - 3 -5.32 mm 11.5 cm -11.6 cm 33.3 MeV 0 eV 2.79 cm 16.3 cmBackExcluderTransportation - 4 -1.4 cm 30.3 cm -30.5 cm 33.3 MeV 0 eV 26.7 cm 43 cmLArgPhysicalTransportation - 5 -4.5 cm 97.5 cm -98.1 cm 33.3 MeV 0 eV 95.4 cm 1.38 mCryostatVolumesTransportation - 6 -5.86 cm 1.27 m -1.28 m 33.3 MeV 0 eV 41.6 cm 1.8 mInsulationPhysicalTransportation - 7 -6.18 cm 1.34 m -1.35 m 33.3 MeV 0 eV 9.86 cm 1.9 mCryostatVolumesTransportation - 8 -6.19 cm 1.34 m -1.35 m 33.3 MeV 0 eV 3.52 mm 1.9 mMotherTransportation - 9 -23.1 cm 5 m -5.03 m 33.3 MeV 0 eV 5.19 m 7.1 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=32.6144 -Edep in FCAL1 FCAl2 : 0 32.6144 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2544 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 44 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 101 mum 234 mum 718 mum 47.6 MeV 1.51 MeV 765 mum 765 mumWAbsorberPhysicaleBrem - 2 39.7 mum 566 mum 1.74 mm 19.4 MeV 2.05 MeV 1.08 mm 1.84 mmWAbsorberPhysicaleBrem - 3 63.1 mum 696 mum 2.24 mm 13.9 MeV 3.41 MeV 517 mum 2.36 mmWAbsorberPhysicaleBrem - 4 879 mum 1.99 mm 4.41 mm 8.42 MeV 5.47 MeV 2.8 mm 5.16 mmWAbsorberPhysicaleIoni - 5 2.42 mm 1.74 mm 5.96 mm 4.47 MeV 3.94 MeV 2.22 mm 7.38 mmWAbsorberPhysicaleIoni - 6 2.24 mm 1.54 mm 6.05 mm 3.38 MeV 849 keV 268 mum 7.65 mmWAbsorberPhysicaleBrem - 7 2.06 mm 1.73 mm 5.98 mm 1.76 MeV 1.17 MeV 289 mum 7.93 mmWAbsorberPhysicaleBrem - 8 1.83 mm 1.71 mm 5.72 mm 679 keV 804 keV 489 mum 8.42 mmWAbsorberPhysicaleBrem - 9 1.85 mm 1.7 mm 5.73 mm 0 eV 679 keV 265 mum 8.69 mmWAbsorberPhysicaleIoni - 10 1.85 mm 1.7 mm 5.73 mm 0 eV 0 eV 0 fm 8.69 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 mm 1.7 mm 5.73 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.19 mm 2.36 mm 8.7 mm 446 keV 0 eV 3.06 mm 3.06 mmWAbsorberPhysicalcompt - 2 55.2 mum 4.1 mm 1.32 cm 337 keV 0 eV 5.25 mm 8.31 mmWAbsorberPhysicalcompt - 3 112 mum 4.07 mm 1.33 cm 0 eV 69.5 keV 181 mum 8.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 112 mum 4.07 mm 1.33 cm 268 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 117 mum 4.07 mm 1.33 cm 0 eV 268 keV 73.7 mum 73.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 55.2 mum 4.1 mm 1.32 cm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 54.1 mum 4.1 mm 1.32 cm 0 eV 109 keV 18.2 mum 18.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.19 mm 2.36 mm 8.7 mm 65 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.19 mm 2.36 mm 8.7 mm 0 eV 65 keV 7.85 mum 7.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 mm 1.7 mm 5.73 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 755 mum -500 mum -4.11 mm 0 eV 69.5 keV 1.01 cm 1.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 755 mum -500 mum -4.11 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 758 mum -506 mum -4.12 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 mm 1.71 mm 5.72 mm 280 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.96 mm 528 mum 5.93 mm 0 eV 69.5 keV 1.65 mm 1.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.96 mm 528 mum 5.93 mm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.96 mm 525 mum 5.93 mm 0 eV 211 keV 51.4 mum 51.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 mm 1.73 mm 5.98 mm 437 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 209 mum 1.37 mm 7.12 mm 387 keV 0 eV 2.21 mm 2.21 mmWAbsorberPhysicalcompt - 2 -551 mum 1.01 mm 8.68 mm 319 keV 0 eV 1.78 mm 3.99 mmWAbsorberPhysicalcompt - 3 -579 mum 899 mum 8.75 mm 0 eV 69.5 keV 132 mum 4.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -579 mum 899 mum 8.75 mm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -584 mum 898 mum 8.75 mm 21.9 keV 22.3 keV 11.9 mum 11.9 mumWAbsorberPhysicaleBrem - 2 -584 mum 898 mum 8.75 mm 0 eV 21.9 keV 1.33 mum 13.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -584 mum 898 mum 8.75 mm 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.18 mm 3.82 mm 7.59 mm 0 eV 69.5 keV 3.52 mm 3.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.18 mm 3.82 mm 7.59 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.18 mm 3.82 mm 7.59 mm 0 eV 136 keV 25.9 mum 25.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -551 mum 1.01 mm 8.68 mm 67.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -552 mum 1.01 mm 8.68 mm 0 eV 67.9 keV 8.45 mum 8.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 209 mum 1.37 mm 7.12 mm 50.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 209 mum 1.37 mm 7.12 mm 0 eV 50.5 keV 5.18 mum 5.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.24 mm 1.54 mm 6.05 mm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 mm 1.94 mm 6.1 mm 0 eV 69.5 keV 1.28 mm 1.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 mm 1.94 mm 6.1 mm 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 mm 1.94 mm 6.1 mm 0 eV 179 keV 40.1 mum 40.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 63.1 mum 696 mum 2.24 mm 2.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 59.3 mum 297 mum 3.46 mm 0 eV 0 eV 1.28 mm 1.28 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 25, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 59.3 mum 297 mum 3.46 mm 629 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 55.5 mum 290 mum 3.49 mm 0 eV 629 keV 240 mum 240 mumWAbsorberPhysicaleIoni - 2 55.5 mum 290 mum 3.49 mm 0 eV 0 eV 0 fm 240 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 55.5 mum 290 mum 3.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.35 mm -990 mum 1.03 mm 199 keV 0 eV 8.75 mm 8.75 mmWAbsorberPhysicalcompt - 2 7.71 mm -1.64 mm 1.06 mm 112 keV 0 eV 915 mum 9.67 mmWAbsorberPhysicalcompt - 3 7.88 mm -1.51 mm 1.05 mm 0 eV 69.5 keV 209 mum 9.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.88 mm -1.51 mm 1.05 mm 42.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.88 mm -1.51 mm 1.05 mm 0 eV 42.5 keV 3.91 mum 3.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.71 mm -1.64 mm 1.06 mm 86.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.71 mm -1.64 mm 1.06 mm 0 eV 86.8 keV 12.6 mum 12.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.35 mm -990 mum 1.03 mm 312 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.36 mm -989 mum 1.02 mm 0 eV 312 keV 92 mum 92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 55.5 mum 290 mum 3.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 mm 501 mum 3.89 mm 317 keV 0 eV 1.45 mm 1.45 mmWAbsorberPhysicalcompt - 2 -3.89 mm 6.49 mm 1.62 mm 0 eV 69.5 keV 6.91 mm 8.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.89 mm 6.49 mm 1.62 mm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.89 mm 6.5 mm 1.62 mm 0 eV 247 keV 65.4 mum 65.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 mm 501 mum 3.89 mm 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 mm 500 mum 3.89 mm 0 eV 194 keV 45.2 mum 45.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 59.3 mum 297 mum 3.46 mm 470 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 61.2 mum 292 mum 3.47 mm 0 eV 470 keV 164 mum 164 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 39.7 mum 566 mum 1.74 mm 26.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 38.9 mum 573 mum 1.94 mm 0 eV 0 eV 195 mum 195 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 34, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 38.9 mum 573 mum 1.94 mm 23.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 75.7 mum 580 mum 2.26 mm 22.7 MeV 558 keV 325 mum 325 mumWAbsorberPhysicaleBrem - 2 -576 mum 725 mum 4.19 mm 17.9 MeV 3.89 MeV 2.05 mm 2.37 mmWAbsorberPhysicaleBrem - 3 -571 mum 716 mum 4.23 mm 17.2 MeV 74.5 keV 37.1 mum 2.41 mmWAbsorberPhysicaleBrem - 4 -567 mum 650 mum 4.45 mm 15.6 MeV 484 keV 230 mum 2.64 mmWAbsorberPhysicaleBrem - 5 -23.6 mum 649 mum 5.53 mm 12.3 MeV 2.6 MeV 1.33 mm 3.97 mmWAbsorberPhysicaleBrem - 6 -15.8 mum 196 mum 5.89 mm 8.29 MeV 966 keV 602 mum 4.58 mmWAbsorberPhysicaleBrem - 7 263 mum -24.5 mum 6.27 mm 5.45 MeV 1.24 MeV 509 mum 5.08 mmWAbsorberPhysicaleBrem - 8 309 mum -13.4 mum 6.36 mm 4.01 MeV 144 keV 104 mum 5.19 mmWAbsorberPhysicaleBrem - 9 -569 mum 704 mum 6.32 mm 1.18 MeV 2.51 MeV 1.34 mm 6.53 mmWAbsorberPhysicaleBrem - 10 -637 mum 695 mum 6.32 mm 0 eV 1.18 MeV 526 mum 7.05 mmWAbsorberPhysicaleIoni - 11 -637 mum 695 mum 6.32 mm 0 eV 0 eV 0 fm 7.05 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -637 mum 695 mum 6.32 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 905 mum 873 mum 6.72 mm 488 keV 0 eV 1.6 mm 1.6 mmWAbsorberPhysicalcompt - 2 8.56 mm 1.42 mm 6.34 mm 260 keV 0 eV 7.69 mm 9.29 mmWAbsorberPhysicalcompt - 3 8.65 mm 4.14 mm 7.22 mm 0 eV 69.5 keV 2.86 mm 1.22 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.65 mm 4.14 mm 7.22 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.65 mm 4.14 mm 7.22 mm 0 eV 190 keV 44 mum 44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.56 mm 1.42 mm 6.34 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.57 mm 1.42 mm 6.34 mm 0 eV 228 keV 57.9 mum 57.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 905 mum 873 mum 6.72 mm 23.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 905 mum 873 mum 6.72 mm 0 eV 23.2 keV 1.46 mum 1.46 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -637 mum 695 mum 6.32 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.77 mm 564 mum 6.02 mm 330 keV 0 eV 1.18 mm 1.18 mmWAbsorberPhysicalcompt - 2 -2.01 mm 451 mum 4.83 mm 0 eV 69.5 keV 1.21 mm 2.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.01 mm 451 mum 4.83 mm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.01 mm 452 mum 4.83 mm 0 eV 260 keV 70.6 mum 70.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.77 mm 564 mum 6.02 mm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.77 mm 564 mum 6.02 mm 0 eV 181 keV 40.7 mum 40.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -569 mum 704 mum 6.32 mm 322 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.72 mm 554 mum 5.47 mm 272 keV 0 eV 3.26 mm 3.26 mmWAbsorberPhysicalcompt - 2 -4.53 mm 496 mum 4.07 mm 0 eV 69.5 keV 1.63 mm 4.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.53 mm 496 mum 4.07 mm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.53 mm 493 mum 4.06 mm 0 eV 203 keV 48.3 mum 48.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.72 mm 554 mum 5.47 mm 49.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.72 mm 554 mum 5.47 mm 0 eV 49.8 keV 5.05 mum 5.05 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 309 mum -13.4 mum 6.36 mm 1.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.12 mm 1.92 cm 1.01 cm 369 keV 0 eV 2.05 cm 2.05 cmWAbsorberPhysicalcompt - 2 3.99 mm 2.01 cm 9.26 mm 0 eV 69.5 keV 2.45 mm 2.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.99 mm 2.01 cm 9.26 mm 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.98 mm 2.01 cm 9.26 mm 0 eV 299 keV 86.6 mum 86.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.12 mm 1.92 cm 1.01 cm 922 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.14 mm 1.93 cm 1.01 cm 0 eV 922 keV 388 mum 388 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 263 mum -24.5 mum 6.27 mm 1.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.54 mm -2.34 mm 3.43 cm 1.51 MeV 0 eV 2.96 cm 2.96 cmWAbsorberPhysicalcompt - 2 1.31 cm -6.14 mm 4.69 cm 435 keV 0 eV 1.37 cm 4.32 cmWAbsorberPhysicalcompt - 3 1.43 cm -6.56 mm 4.67 cm 306 keV 0 eV 1.28 mm 4.45 cmWAbsorberPhysicalcompt - 4 1.44 cm -7.37 mm 4.62 cm 0 eV 69.5 keV 957 mum 4.55 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm -7.37 mm 4.62 cm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm -7.37 mm 4.62 cm 0 eV 236 keV 61 mum 61 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 cm -6.56 mm 4.67 cm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 cm -6.56 mm 4.67 cm 0 eV 129 keV 23.8 mum 23.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 cm -6.14 mm 4.69 cm 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.31 cm -6.15 mm 4.69 cm 0 eV 1.07 MeV 464 mum 464 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.54 mm -2.34 mm 3.43 cm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.54 mm -2.34 mm 3.43 cm 0 eV 103 keV 16.6 mum 16.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -15.8 mum 196 mum 5.89 mm 3.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.77 mm -3.84 mm 1.32 cm 719 keV 0 eV 8.52 mm 8.52 mmWAbsorberPhysicalcompt - 2 -930 mum -1.63 mm 1.84 cm 686 keV 0 eV 6.31 mm 1.48 cmWAbsorberPhysicalcompt - 3 -1.55 mm -1.21 mm 1.91 cm 442 keV 0 eV 998 mum 1.58 cmWAbsorberPhysicalcompt - 4 -2.37 mm -959 mum 1.89 cm 0 eV 69.5 keV 876 mum 1.67 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 mm -959 mum 1.89 cm 372 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.38 mm -956 mum 1.89 cm 0 eV 372 keV 119 mum 119 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 mm -1.21 mm 1.91 cm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 mm -1.21 mm 1.91 cm 0 eV 244 keV 64 mum 64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -930 mum -1.63 mm 1.84 cm 33.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -930 mum -1.63 mm 1.84 cm 0 eV 33.7 keV 2.68 mum 2.68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 mm -3.84 mm 1.32 cm 2.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.82 mm -3.92 mm 1.33 cm 0 eV 2.34 MeV 1.09 mm 1.09 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -23.6 mum 649 mum 5.53 mm 647 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.3 mm -1.11 cm 1.78 cm 469 keV 0 eV 1.73 cm 1.73 cmWAbsorberPhysicalcompt - 2 3.71 mm -1.13 cm 1.8 cm 0 eV 69.5 keV 490 mum 1.78 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.71 mm -1.13 cm 1.8 cm 399 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.71 mm -1.13 cm 1.8 cm 0 eV 399 keV 131 mum 131 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.3 mm -1.11 cm 1.78 cm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.3 mm -1.11 cm 1.78 cm 0 eV 178 keV 39.8 mum 39.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -567 mum 650 mum 4.45 mm 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -613 mum -2.97 mm 1.63 cm 511 keV 0 eV 1.24 cm 1.24 cmWAbsorberPhysicalcompt - 2 -2.5 mm 6.23 mm 2.48 cm 213 keV 0 eV 1.26 cm 2.5 cmWAbsorberPhysicalcompt - 3 -2.72 mm 4.67 mm 2.54 cm 0 eV 69.5 keV 1.69 mm 2.67 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.72 mm 4.67 mm 2.54 cm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.72 mm 4.67 mm 2.54 cm 0 eV 144 keV 28.3 mum 28.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.5 mm 6.23 mm 2.48 cm 298 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm 6.23 mm 2.48 cm 0 eV 298 keV 86.3 mum 86.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -613 mum -2.97 mm 1.63 cm 683 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -612 mum -2.98 mm 1.63 cm 0 eV 683 keV 268 mum 268 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -571 mum 716 mum 4.23 mm 598 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -373 mum 277 mum 6.52 mm 541 keV 0 eV 2.35 mm 2.35 mmWAbsorberPhysicalcompt - 2 -387 mum 307 mum 6.68 mm 514 keV 0 eV 154 mum 2.5 mmWAbsorberPhysicalcompt - 3 -2.72 mm 3 mm 1.28 cm 0 eV 69.5 keV 7.13 mm 9.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.72 mm 3 mm 1.28 cm 444 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.73 mm 3 mm 1.29 cm 0 eV 444 keV 152 mum 152 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -387 mum 307 mum 6.68 mm 27.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -387 mum 307 mum 6.68 mm 0 eV 27.3 keV 1.9 mum 1.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -373 mum 277 mum 6.52 mm 56.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -373 mum 276 mum 6.53 mm 0 eV 56.5 keV 6.27 mum 6.27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -576 mum 725 mum 4.19 mm 857 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -289 mum -138 mum 8.55 mm 370 keV 0 eV 4.45 mm 4.45 mmWAbsorberPhysicalcompt - 2 5.42 mm -7.44 mm 8.75 mm 0 eV 69.5 keV 9.27 mm 1.37 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.42 mm -7.44 mm 8.75 mm 300 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.43 mm -7.44 mm 8.75 mm 0 eV 300 keV 87.1 mum 87.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -289 mum -138 mum 8.55 mm 488 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -291 mum -136 mum 8.56 mm 0 eV 488 keV 172 mum 172 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 75.7 mum 580 mum 2.26 mm 410 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 550 mum 673 mum 7.4 mm 0 eV 69.5 keV 5.16 mm 5.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 550 mum 673 mum 7.4 mm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 553 mum 673 mum 7.4 mm 0 eV 341 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 38.9 mum 573 mum 1.94 mm 1.45 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 51.9 mum 678 mum 1.99 mm 827 keV 255 keV 162 mum 162 mumWAbsorberPhysicaleBrem - 2 40 mum 685 mum 2.02 mm 0 eV 827 keV 340 mum 502 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 51.9 mum 678 mum 1.99 mm 366 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -980 mum 983 mum 5.06 mm 265 keV 0 eV 3.25 mm 3.25 mmWAbsorberPhysicalcompt - 2 -916 mum 1.66 mm 5.39 mm 0 eV 69.5 keV 758 mum 4.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -916 mum 1.66 mm 5.39 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -917 mum 1.66 mm 5.39 mm 0 eV 196 keV 45.7 mum 45.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -980 mum 983 mum 5.06 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -981 mum 982 mum 5.06 mm 0 eV 101 keV 16 mum 16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 101 mum 234 mum 718 mum 1.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 451 mum 2.11 mm 8.35 mm 0 eV 69.5 keV 7.87 mm 7.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 451 mum 2.11 mm 8.35 mm 1.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 297 mum 2.05 mm 8.45 mm 1.27 MeV 393 keV 279 mum 279 mumWAbsorberPhysicaleBrem - 2 417 mum 1.9 mm 8.41 mm 457 keV 616 keV 336 mum 615 mumWAbsorberPhysicaleBrem - 3 411 mum 1.89 mm 8.41 mm 0 eV 457 keV 158 mum 772 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 417 mum 1.9 mm 8.41 mm 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -200 mum 1.24 mm 7.89 mm 140 keV 0 eV 1.05 mm 1.05 mmWAbsorberPhysicalcompt - 2 -497 mum 1.21 mm 8.36 mm 0 eV 69.5 keV 553 mum 1.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -497 mum 1.21 mm 8.36 mm 70.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -498 mum 1.21 mm 8.36 mm 0 eV 70.8 keV 9.07 mum 9.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -200 mum 1.24 mm 7.89 mm 58.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -200 mum 1.24 mm 7.89 mm 0 eV 58.9 keV 6.7 mum 6.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 297 mum 2.05 mm 8.45 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 315 mum 2.06 mm 8.47 mm 0 eV 69.5 keV 26.3 mum 26.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 315 mum 2.06 mm 8.47 mm 72 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 315 mum 2.06 mm 8.47 mm 0 eV 72 keV 9.31 mum 9.31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.75 mm -1.76 cm -6.54 cm 37.3 MeV 0 eV 6.83 cm 6.83 cmCuPlateBPhysicalTransportation - 2 1.21 cm -2.43 cm -9.01 cm 37.3 MeV 0 eV 2.58 cm 9.41 cmLArgPhysicalTransportation - 3 1.55 cm -3.12 cm -11.6 cm 37.3 MeV 0 eV 2.69 cm 12.1 cmBackExcluderTransportation - 4 15.6 cm -31.4 cm -1.16 m 37.3 MeV 0 eV 1.09 m 1.21 mLArgPhysicalTransportation - 5 16.9 cm -34.1 cm -1.26 m 37.3 MeV 0 eV 10.5 cm 1.32 mCryostatVolumesTransportation - 6 17 cm -34.2 cm -1.27 m 37.3 MeV 0 eV 3.11 mm 1.32 mInsulationPhysicalTransportation - 7 17.9 cm -36 cm -1.34 m 37.3 MeV 0 eV 7.25 cm 1.39 mCryostatVolumesTransportation - 8 17.9 cm -36.1 cm -1.34 m 37.3 MeV 0 eV 2.59 mm 1.4 mMotherTransportation - 9 25 cm -50.4 cm -1.87 m 37.3 MeV 0 eV 55.6 cm 1.95 mBigScintPhysicalTransportation - 10 25.3 cm -51 cm -1.89 m 37.3 MeV 0 eV 2.09 cm 1.97 mMotherTransportation - 11 26.1 cm -52.6 cm -1.95 m 37.3 MeV 0 eV 6.27 cm 2.04 mBigIronPhysicalTransportation - 12 27.5 cm -55.3 cm -2.05 m 37.3 MeV 0 eV 10.4 cm 2.14 mMotherTransportation - 13 27.7 cm -55.8 cm -2.07 m 37.3 MeV 0 eV 2.09 cm 2.16 mBigScintPhysicalTransportation - 14 28 cm -56.4 cm -2.09 m 37.3 MeV 0 eV 2.09 cm 2.18 mMotherTransportation - 15 28.7 cm -57.7 cm -2.14 m 37.3 MeV 0 eV 5.22 cm 2.23 mBigIronPhysicalTransportation - 16 29.8 cm -60 cm -2.22 m 37.3 MeV 0 eV 8.78 cm 2.32 mMotherTransportation - 17 39.5 cm -79.6 cm -2.95 m 37.3 MeV 0 eV 75.8 cm 3.08 mConcWallAPhysicalTransportation - 18 59.6 cm -1.2 m -4.45 m 37.3 MeV 0 eV 1.56 m 4.65 mMotherTransportation - 19 2.48 m -5 m -18.5 m 37.3 MeV 0 eV 14.7 m 19.4 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 16.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.11 cm -1.04 cm -6.57 cm 16.9 MeV 0 eV 7.82 cm 7.82 cmF2RodPhysicalTransportation - 2 -4.39 cm -1.11 cm -7.02 cm 16.9 MeV 0 eV 5.37 mm 8.36 cmF2LArGapPhysicalTransportation - 3 -4.43 cm -1.12 cm -7.08 cm 16.9 MeV 0 eV 712 mum 8.43 cmCuPlateBPhysicalTransportation - 4 -5.66 cm -1.44 cm -9.06 cm 16.9 MeV 0 eV 2.35 cm 10.8 cmLArgPhysicalTransportation - 5 -7.24 cm -1.84 cm -11.6 cm 16.9 MeV 0 eV 3 cm 13.8 cmBackExcluderTransportation - 6 -47.4 cm -12 cm -75.8 cm 16.9 MeV 0 eV 76.4 cm 90.2 cmLArgPhysicalTransportation - 7 -67.5 cm -17.2 cm -1.08 m 16.9 MeV 0 eV 38.4 cm 1.29 mCryostatVolumesTransportation - 8 -67.7 cm -17.2 cm -1.08 m 16.9 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 9 -71.4 cm -18.1 cm -1.14 m 16.9 MeV 0 eV 7.06 cm 1.36 mCryostatVolumesTransportation - 10 -71.5 cm -18.2 cm -1.14 m 16.9 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 11 -5 m -1.27 m -8 m 16.9 MeV 0 eV 8.16 m 9.52 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=51.9824 -Edep in FCAL1 FCAl2 : 0 51.9824 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2545 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 45 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 26.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 624 mum 508 mum -234 mum 24.2 MeV 1.71 MeV 843 mum 843 mumWAbsorberPhysicaleBrem - 2 937 mum 704 mum -468 mum 22.6 MeV 1.18 MeV 457 mum 1.3 mmWAbsorberPhysicaleBrem - 3 938 mum 704 mum -469 mum 10.9 MeV 2.45 keV 1.5 mum 1.3 mmWAbsorberPhysicaleBrem - 4 970 mum 704 mum -490 mum 8.78 MeV 94 keV 38.8 mum 1.34 mmWAbsorberPhysicaleBrem - 5 1.39 mm 349 mum -721 mum 7.24 MeV 1.35 MeV 619 mum 1.96 mmWAbsorberPhysicaleBrem - 6 1.33 mm -254 mum -2.63 mm 3.61 MeV 3.63 MeV 2.08 mm 4.04 mmWAbsorberPhysicaleIoni - 7 2.2 mm -478 mum -2.28 mm 939 keV 2.5 MeV 1.17 mm 5.21 mmWAbsorberPhysicaleBrem - 8 2.18 mm -431 mum -2.28 mm 0 eV 939 keV 400 mum 5.61 mmWAbsorberPhysicaleIoni - 9 2.18 mm -431 mum -2.28 mm 0 eV 0 eV 0 fm 5.61 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.18 mm -431 mum -2.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -92.2 mum -3.97 mm -7.76 mm 480 keV 0 eV 6.91 mm 6.91 mmWAbsorberPhysicalcompt - 2 -4.01 mm -8.02 mm -1.15 cm 0 eV 69.5 keV 6.77 mm 1.37 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.01 mm -8.02 mm -1.15 cm 411 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 mm -8.02 mm -1.15 cm 0 eV 411 keV 136 mum 136 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -92.2 mum -3.97 mm -7.76 mm 30.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -92.1 mum -3.97 mm -7.76 mm 0 eV 30.7 keV 2.29 mum 2.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.18 mm -431 mum -2.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.99 mm 826 mum -333 mum 0 eV 69.5 keV 2.46 mm 2.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.99 mm 826 mum -333 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3 mm 826 mum -323 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 mm -478 mum -2.28 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 mm -475 mum -2.28 mm 0 eV 69.5 keV 2.59 mum 2.59 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 mm -475 mum -2.28 mm 99 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 mm -475 mum -2.28 mm 0 eV 99 keV 15.6 mum 15.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 mm 349 mum -721 mum 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm 391 mum -792 mum 0 eV 69.5 keV 94.2 mum 94.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm 391 mum -792 mum 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm 390 mum -791 mum 0 eV 124 keV 22.2 mum 22.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 970 mum 704 mum -490 mum 2.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.22 cm -5.48 mm -1.53 cm 0 eV 69.5 keV 2.66 cm 2.66 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 cm -5.48 mm -1.53 cm 1.99 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 cm -5.97 mm -1.54 cm 41.7 keV 1.95 MeV 914 mum 914 mumWAbsorberPhysicaleBrem - 2 2.2 cm -5.97 mm -1.54 cm 0 eV 41.7 keV 3.79 mum 918 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 938 mum 704 mum -469 mum 11.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 mm 769 mum -1.1 mm 449 keV 0 eV 1.14 mm 1.14 mmWAbsorberPhysicalcompt - 2 4 mm 551 mum 2.8 mm 205 keV 0 eV 4.45 mm 5.59 mmWAbsorberPhysicalcompt - 3 3.99 mm 535 mum 2.8 mm 0 eV 69.5 keV 18.9 mum 5.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.99 mm 535 mum 2.8 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.99 mm 535 mum 2.8 mm 0 eV 135 keV 25.7 mum 25.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4 mm 551 mum 2.8 mm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4 mm 552 mum 2.81 mm 0 eV 244 keV 64.2 mum 64.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 mm 769 mum -1.1 mm 11.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.92 mm 768 mum -1.13 mm 11.1 MeV 55 keV 41.7 mum 41.7 mumWAbsorberPhysicaleBrem - 2 1.97 mm 768 mum -1.16 mm 10.8 MeV 144 keV 61.8 mum 103 mumWAbsorberPhysicaleBrem - 3 1.99 mm 769 mum -1.18 mm 2.59 MeV 65.5 keV 30.7 mum 134 mumWAbsorberPhysicaleBrem - 4 2.02 mm 778 mum -1.2 mm 1.79 MeV 60.2 keV 43.2 mum 177 mumWAbsorberPhysicaleBrem - 5 2.02 mm 767 mum -1.35 mm 1.11 MeV 314 keV 195 mum 372 mumWAbsorberPhysicaleBrem - 6 2.04 mm 767 mum -1.24 mm 583 keV 248 keV 168 mum 540 mumWAbsorberPhysicaleBrem - 7 2.06 mm 775 mum -1.24 mm 0 eV 583 keV 218 mum 758 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 mm 767 mum -1.24 mm 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.66 mm 2.17 mm -473 mum 0 eV 69.5 keV 3.96 mm 3.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.66 mm 2.17 mm -473 mum 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.66 mm 2.17 mm -476 mum 0 eV 207 keV 49.8 mum 49.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 mm 767 mum -1.35 mm 373 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.33 mm -89.2 mum -1.26 mm 0 eV 69.5 keV 4.39 mm 4.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.33 mm -89.2 mum -1.26 mm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.33 mm -90.2 mum -1.27 mm 0 eV 304 keV 88.5 mum 88.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 mm 778 mum -1.2 mm 736 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.55 mm 1.07 mm -2.15 mm 362 keV 0 eV 1.82 mm 1.82 mmWAbsorberPhysicalcompt - 2 4.42 mm -126 mum -1.92 mm 0 eV 69.5 keV 1.5 mm 3.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.42 mm -126 mum -1.92 mm 292 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.43 mm -129 mum -1.92 mm 0 eV 292 keV 83.7 mum 83.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.55 mm 1.07 mm -2.15 mm 374 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.55 mm 1.08 mm -2.16 mm 0 eV 374 keV 119 mum 119 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.99 mm 769 mum -1.18 mm 8.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.23 mm 752 mum -1.48 mm 0 eV 0 eV 381 mum 381 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 33, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.23 mm 752 mum -1.48 mm 494 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.24 mm 762 mum -1.49 mm 0 eV 494 keV 173 mum 173 mumWAbsorberPhysicaleIoni - 2 2.24 mm 762 mum -1.49 mm 0 eV 0 eV 0 fm 173 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.24 mm 762 mum -1.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -57.8 mum -3.31 mm -3.35 mm 0 eV 69.5 keV 5.03 mm 5.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -57.8 mum -3.31 mm -3.35 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -53.5 mum -3.32 mm -3.35 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.24 mm 762 mum -1.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 mm 1.38 mm -1.21 mm 172 keV 0 eV 760 mum 760 mumWAbsorberPhysicalcompt - 2 2.57 mm 1.36 mm -1.22 mm 0 eV 69.5 keV 21.4 mum 781 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 mm 1.36 mm -1.22 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.57 mm 1.36 mm -1.22 mm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.58 mm 1.38 mm -1.21 mm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm 1.38 mm -1.21 mm 0 eV 339 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.23 mm 752 mum -1.48 mm 6.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.3 mm 745 mum -1.52 mm 344 keV 187 keV 77.4 mum 77.4 mumWAbsorberPhysicaleBrem - 2 2.3 mm 743 mum -1.53 mm 0 eV 344 keV 106 mum 183 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.3 mm 745 mum -1.52 mm 6.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm -2.57 mm -1.16 cm 0 eV 0 eV 1.54 cm 1.54 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 cm -2.57 mm -1.16 cm 3.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm -2.57 mm -1.16 cm 2.89 MeV 19.5 keV 12.3 mum 12.3 mumWAbsorberPhysicaleBrem - 2 1.3 cm -2.46 mm -1.24 cm 650 keV 1.99 MeV 1.22 mm 1.23 mmWAbsorberPhysicaleBrem - 3 1.3 cm -2.48 mm -1.24 cm 0 eV 650 keV 251 mum 1.48 mmWAbsorberPhysicaleIoni - 4 1.3 cm -2.48 mm -1.24 cm 0 eV 0 eV 0 fm 1.48 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm -2.48 mm -1.24 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.06 mm -449 mum -1.3 cm 0 eV 69.5 keV 4.45 mm 4.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.06 mm -449 mum -1.3 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.05 mm -442 mum -1.3 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm -2.48 mm -1.24 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm -2.81 mm -1.23 cm 211 keV 0 eV 713 mum 713 mumWAbsorberPhysicalcompt - 2 1.35 cm -2.64 mm -1.22 cm 174 keV 0 eV 231 mum 945 mumWAbsorberPhysicalcompt - 3 1.38 cm -2.48 mm -1.2 cm 0 eV 69.5 keV 329 mum 1.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 cm -2.48 mm -1.2 cm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 cm -2.48 mm -1.2 cm 0 eV 104 keV 17 mum 17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.35 cm -2.64 mm -1.22 cm 36.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.35 cm -2.64 mm -1.22 cm 0 eV 36.8 keV 3.1 mum 3.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm -2.81 mm -1.23 cm 300 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm -2.81 mm -1.23 cm 0 eV 300 keV 87.2 mum 87.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm -2.46 mm -1.24 cm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm -2.76 mm -1.31 cm 0 eV 69.5 keV 1.01 mm 1.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm -2.76 mm -1.31 cm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm -2.76 mm -1.31 cm 0 eV 181 keV 40.9 mum 40.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 cm -2.57 mm -1.16 cm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm -2.52 mm -1.22 cm 0 eV 69.5 keV 730 mum 730 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 cm -2.52 mm -1.22 cm 78.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm -2.52 mm -1.22 cm 0 eV 78.1 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 cm -2.57 mm -1.16 cm 2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 cm -2.58 mm -1.2 cm 5.39 keV 1.57 MeV 743 mum 743 mumWAbsorberPhysicaleBrem - 2 1.33 cm -2.58 mm -1.2 cm 0 eV 5.39 keV 156 nm 743 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 cm -2.58 mm -1.2 cm 426 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.3 mm 3.85 mm -1.32 cm 0 eV 69.5 keV 9.54 mm 9.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.3 mm 3.85 mm -1.32 cm 357 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.3 mm 3.86 mm -1.32 cm 0 eV 357 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 mm 768 mum -1.16 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm 766 mum -1.18 mm 0 eV 69.5 keV 37.7 mum 37.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 mm 766 mum -1.18 mm 71.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm 766 mum -1.18 mm 0 eV 71.7 keV 9.26 mum 9.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 mm 768 mum -1.13 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.02 mm 763 mum -1.2 mm 0 eV 69.5 keV 128 mum 128 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 mm 763 mum -1.2 mm 45.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.02 mm 763 mum -1.2 mm 0 eV 45.8 keV 4.43 mum 4.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 937 mum 704 mum -468 mum 435 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm 815 mum -1.1 mm 0 eV 69.5 keV 1.14 mm 1.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 mm 815 mum -1.1 mm 365 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 mm 810 mum -1.11 mm 0 eV 365 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 624 mum 508 mum -234 mum 516 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.35 mm 2.99 mm -5.06 mm 220 keV 0 eV 7.88 mm 7.88 mmWAbsorberPhysicalcompt - 2 4.49 mm 7.48 mm -1.77 mm 0 eV 69.5 keV 5.87 mm 1.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.49 mm 7.48 mm -1.77 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.49 mm 7.48 mm -1.77 mm 0 eV 151 keV 30.5 mum 30.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.35 mm 2.99 mm -5.06 mm 296 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.35 mm 2.98 mm -5.06 mm 0 eV 296 keV 85.3 mum 85.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -14.8 cm -11.8 cm 13 cm 51.8 MeV 0 eV 23 cm 23 cmFCALEnvelopePhysicalTransportation - 2 -15 cm -12 cm 13.3 cm 51.8 MeV 0 eV 4.36 mm 23.4 cmLArgPhysicalTransportation - 3 -95.5 cm -76.3 cm 84.4 cm 51.8 MeV 0 eV 1.25 m 1.49 mCryostatVolumesTransportation - 4 -95.8 cm -76.5 cm 84.5 cm 51.8 MeV 0 eV 3.5 mm 1.49 mInsulationPhysicalTransportation - 5 -1.01 m -80.7 cm 89.2 cm 51.8 MeV 0 eV 8.16 cm 1.57 mCryostatVolumesTransportation - 6 -1.01 m -80.9 cm 89.3 cm 51.8 MeV 0 eV 2.91 mm 1.57 mMotherTransportation - 7 -5 m -3.99 m 4.41 m 51.8 MeV 0 eV 6.2 m 7.77 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 26.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.89 cm 4.93 cm -6.87 cm 26.9 MeV 0 eV 9.31 cm 9.31 cmF2RodPhysicalTransportation - 2 3.95 cm 5.01 cm -6.97 cm 26.9 MeV 0 eV 1.44 mm 9.45 cmF2LArGapPhysicalTransportation - 3 3.97 cm 5.04 cm -7.01 cm 26.9 MeV 0 eV 526 mum 9.51 cmCuPlateBPhysicalTransportation - 4 5.36 cm 6.8 cm -9.46 cm 26.9 MeV 0 eV 3.32 cm 12.8 cmLArgPhysicalTransportation - 5 6.56 cm 8.32 cm -11.6 cm 26.9 MeV 0 eV 2.87 cm 15.7 cmBackExcluderTransportation - 6 27.5 cm 34.8 cm -48.5 cm 26.9 MeV 0 eV 50 cm 65.7 cmLArgPhysicalTransportation - 7 62.8 cm 79.7 cm -1.11 m 26.9 MeV 0 eV 84.6 cm 1.5 mCryostatVolumesTransportation - 8 63 cm 79.9 cm -1.11 m 26.9 MeV 0 eV 3.54 mm 1.51 mInsulationPhysicalTransportation - 9 66.4 cm 84.2 cm -1.17 m 26.9 MeV 0 eV 8.26 cm 1.59 mCryostatVolumesTransportation - 10 66.5 cm 84.4 cm -1.17 m 26.9 MeV 0 eV 2.95 mm 1.59 mMotherTransportation - 11 3.94 m 5 m -6.96 m 26.9 MeV 0 eV 7.84 m 9.43 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=27.4984 -Edep in FCAL1 FCAl2 : 0 27.4984 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2546 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 46 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 750 mum 292 mum -364 mum 18.9 MeV 2.54 MeV 898 mum 898 mumWAbsorberPhysicaleBrem - 2 949 mum 405 mum -388 mum 14.5 MeV 390 keV 233 mum 1.13 mmWAbsorberPhysicaleBrem - 3 1.1 mm 572 mum -414 mum 14.1 MeV 385 keV 227 mum 1.36 mmWAbsorberPhysicaleBrem - 4 1.63 mm 1.16 mm -477 mum 11.6 MeV 2.17 MeV 785 mum 2.14 mmWAbsorberPhysicaleBrem - 5 1.69 mm 1.36 mm -423 mum 10.4 MeV 362 keV 235 mum 2.38 mmWAbsorberPhysicaleBrem - 6 1.86 mm 1.66 mm -401 mum 4.64 MeV 803 keV 372 mum 2.75 mmWAbsorberPhysicaleBrem - 7 2.01 mm 1.75 mm -367 mum 3.34 MeV 406 keV 206 mum 2.96 mmWAbsorberPhysicaleBrem - 8 2.27 mm 1.72 mm -219 mum 2.54 MeV 641 keV 283 mum 3.24 mmWAbsorberPhysicaleBrem - 9 2.46 mm 1.63 mm -174 mum 0 eV 2.54 MeV 954 mum 4.19 mmWAbsorberPhysicaleBrem - 10 2.46 mm 1.63 mm -174 mum 0 eV 0 eV 0 fm 4.19 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.46 mm 1.63 mm -174 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.73 mm 3.06 mm -1.42 mm 506 keV 0 eV 2.28 mm 2.28 mmWAbsorberPhysicalcompt - 2 4.89 mm 4.44 mm -3 mm 0 eV 69.5 keV 2.4 mm 4.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.89 mm 4.44 mm -3 mm 436 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.9 mm 4.45 mm -3 mm 0 eV 436 keV 148 mum 148 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.73 mm 3.06 mm -1.42 mm 5.16 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.73 mm 3.06 mm -1.42 mm 0 eV 5.16 keV 146 nm 146 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.46 mm 1.63 mm -174 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 mm 477 mum 836 mum 0 eV 69.5 keV 1.85 mm 1.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 mm 477 mum 836 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 mm 472 mum 846 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.27 mm 1.72 mm -219 mum 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.25 mm 1.65 mm -179 mum 0 eV 69.5 keV 977 mum 977 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.25 mm 1.65 mm -179 mum 88.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.25 mm 1.65 mm -178 mum 0 eV 88.4 keV 13 mum 13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.01 mm 1.75 mm -367 mum 894 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.26 mm 5.41 mm 5.46 mm 245 keV 0 eV 9.99 mm 9.99 mmWAbsorberPhysicalcompt - 2 8.53 mm 6.2 mm 4.68 mm 0 eV 69.5 keV 1.33 mm 1.13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.53 mm 6.2 mm 4.68 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.53 mm 6.21 mm 4.68 mm 0 eV 175 keV 38.6 mum 38.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.26 mm 5.41 mm 5.46 mm 649 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.27 mm 5.41 mm 5.48 mm 0 eV 649 keV 251 mum 251 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 mm 1.66 mm -401 mum 5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.63 cm 1.83 cm 1.05 cm 833 keV 0 eV 2.46 cm 2.46 cmWAbsorberPhysicalcompt - 2 1.34 cm 2.51 cm 1.23 cm 827 keV 0 eV 7.6 mm 3.22 cmWAbsorberPhysicalcompt - 3 1.17 cm 2.83 cm 1.31 cm 0 eV 69.5 keV 3.68 mm 3.59 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 cm 2.83 cm 1.31 cm 757 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 cm 2.83 cm 1.31 cm 0 eV 757 keV 305 mum 305 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 cm 2.51 cm 1.23 cm 6.12 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm 2.51 cm 1.23 cm 0 eV 6.12 keV 187 nm 187 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.63 cm 1.83 cm 1.05 cm 4.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 cm 1.91 cm 9.9 mm 1.72 MeV 2.18 MeV 1.29 mm 1.29 mmWAbsorberPhysicaleBrem - 2 1.65 cm 1.92 cm 9.84 mm 0 eV 1.72 MeV 794 mum 2.09 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 cm 1.91 cm 9.9 mm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 cm 2.02 cm 9.37 mm 0 eV 69.5 keV 1.2 mm 1.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 cm 2.02 cm 9.37 mm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 cm 2.02 cm 9.37 mm 0 eV 191 keV 44.3 mum 44.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 mm 1.36 mm -423 mum 815 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.65 mm 3.13 mm 377 mum 0 eV 69.5 keV 2.17 mm 2.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.65 mm 3.13 mm 377 mum 746 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.65 mm 3.15 mm 288 mum 321 keV 278 keV 170 mum 170 mumWAbsorberPhysicaleBrem - 2 2.66 mm 3.15 mm 288 mum 0 eV 321 keV 95.7 mum 266 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.65 mm 3.15 mm 288 mum 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.8 mm 3.08 mm 441 mum 0 eV 69.5 keV 231 mum 231 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.8 mm 3.08 mm 441 mum 77.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.8 mm 3.08 mm 442 mum 0 eV 77.7 keV 10.5 mum 10.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.63 mm 1.16 mm -477 mum 265 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm 1.77 mm -396 mum 0 eV 69.5 keV 672 mum 672 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 mm 1.77 mm -396 mum 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm 1.78 mm -397 mum 0 eV 196 keV 45.8 mum 45.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 mm 572 mum -414 mum 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 mm 682 mum -445 mum 104 keV 0 eV 128 mum 128 mumWAbsorberPhysicalcompt - 2 1.25 mm 878 mum -359 mum 75.7 keV 0 eV 233 mum 361 mumWAbsorberPhysicalcompt - 3 1.25 mm 871 mum -373 mum 0 eV 69.5 keV 17.4 mum 378 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm 871 mum -373 mum 6.18 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm 871 mum -373 mum 0 eV 6.18 keV 190 nm 190 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm 878 mum -359 mum 27.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm 878 mum -359 mum 0 eV 27.8 keV 1.96 mum 1.96 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 mm 682 mum -445 mum 4.04 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 mm 682 mum -445 mum 0 eV 4.04 keV 104 nm 104 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 949 mum 405 mum -388 mum 3.97 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 mm 520 mum -418 mum 3.1 MeV 0 eV 188 mum 188 mumWAbsorberPhysicalcompt - 2 6.32 mm 2.75 mm -1.03 mm 513 keV 0 eV 5.72 mm 5.9 mmWAbsorberPhysicalcompt - 3 6.18 mm 4.55 mm 522 mum 0 eV 69.5 keV 2.38 mm 8.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.18 mm 4.55 mm 522 mum 443 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.18 mm 4.56 mm 527 mum 0 eV 443 keV 151 mum 151 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.32 mm 2.75 mm -1.03 mm 2.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.37 mm 2.77 mm -1.14 mm 2.11 MeV 366 keV 180 mum 180 mumWAbsorberPhysicaleBrem - 2 6.33 mm 2.69 mm -1.19 mm 1.64 MeV 177 keV 120 mum 299 mumWAbsorberPhysicaleBrem - 3 6.45 mm 2.84 mm -1.37 mm 665 keV 662 keV 435 mum 735 mumWAbsorberPhysicaleBrem - 4 6.43 mm 2.85 mm -1.37 mm 0 eV 665 keV 259 mum 993 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.45 mm 2.84 mm -1.37 mm 315 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.49 mm 2.93 mm -1.34 mm 0 eV 69.5 keV 99.8 mum 99.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.49 mm 2.93 mm -1.34 mm 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.49 mm 2.93 mm -1.33 mm 14.5 keV 119 keV 42.6 mum 42.6 mumWAbsorberPhysicaleBrem - 2 6.49 mm 2.93 mm -1.33 mm 0 eV 14.5 keV 691 nm 43.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.49 mm 2.93 mm -1.33 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.54 mm 2.97 mm -1.34 mm 0 eV 69.5 keV 59.1 mum 59.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.54 mm 2.97 mm -1.34 mm 42.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.54 mm 2.97 mm -1.34 mm 0 eV 42.1 keV 3.85 mum 3.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.33 mm 2.69 mm -1.19 mm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.29 mm 2.69 mm -1.23 mm 0 eV 69.5 keV 54.8 mum 54.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.29 mm 2.69 mm -1.23 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.3 mm 2.7 mm -1.23 mm 0 eV 220 keV 55 mum 55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.37 mm 2.77 mm -1.14 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.3 mm 2.74 mm -1.23 mm 0 eV 69.5 keV 118 mum 118 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.3 mm 2.74 mm -1.23 mm 38.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.3 mm 2.74 mm -1.23 mm 0 eV 38.1 keV 3.26 mum 3.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 mm 520 mum -418 mum 878 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 mm 551 mum -425 mum 0 eV 878 keV 366 mum 366 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 750 mum 292 mum -364 mum 26.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.14 mm 1.9 mm -1.11 mm 0 eV 0 eV 3.83 mm 3.83 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 45, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.14 mm 1.9 mm -1.11 mm 22.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.92 mm 2.24 mm -1.11 mm 20.5 MeV 1.54 MeV 839 mum 839 mumWAbsorberPhysicaleBrem - 2 4.9 mm 2.64 mm -735 mum 19.2 MeV 1.04 MeV 575 mum 1.41 mmWAbsorberPhysicaleBrem - 3 4.92 mm 2.75 mm -583 mum 9.92 MeV 362 keV 194 mum 1.61 mmWAbsorberPhysicaleBrem - 4 6.75 mm 4.21 mm -731 mum 4.29 MeV 5.63 MeV 2.39 mm 4 mmWAbsorberPhysicaleIoni - 5 6.72 mm 4.23 mm -707 mum 3.91 MeV 90 keV 42.9 mum 4.04 mmWAbsorberPhysicaleBrem - 6 6.03 mm 5.21 mm -1.19 mm 1.04 MeV 2.87 MeV 1.56 mm 5.6 mmWAbsorberPhysicaleIoni - 7 6.05 mm 5.21 mm -1.13 mm 0 eV 1.04 MeV 452 mum 6.05 mmWAbsorberPhysicaleIoni - 8 6.05 mm 5.21 mm -1.13 mm 0 eV 0 eV 0 fm 6.05 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.05 mm 5.21 mm -1.13 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.25 mm 1.2 cm 919 mum 313 keV 0 eV 7.62 mm 7.62 mmWAbsorberPhysicalcompt - 2 -4.42 mm 1.23 cm -57.6 mum 0 eV 69.5 keV 7.75 mm 1.54 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.42 mm 1.23 cm -57.6 mum 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.43 mm 1.23 cm -56.2 mum 0 eV 243 keV 63.8 mum 63.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.25 mm 1.2 cm 919 mum 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.26 mm 1.2 cm 920 mum 0 eV 198 keV 46.6 mum 46.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.05 mm 5.21 mm -1.13 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.93 mm 3.08 mm -1.78 mm 0 eV 69.5 keV 2.39 mm 2.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.93 mm 3.08 mm -1.78 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.93 mm 3.07 mm -1.78 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.72 mm 4.23 mm -707 mum 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 mm 3.88 mm -744 mum 0 eV 69.5 keV 4.07 mm 4.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 mm 3.88 mm -744 mum 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 mm 3.88 mm -747 mum 0 eV 223 keV 56.1 mum 56.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.92 mm 2.75 mm -583 mum 8.87 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.77 mm 9.35 mm 5.05 mm 0 eV 0 eV 8.87 mm 8.87 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 57, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.77 mm 9.35 mm 5.05 mm 458 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.77 mm 9.35 mm 5.07 mm 0 eV 458 keV 156 mum 156 mumWAbsorberPhysicaleIoni - 2 6.77 mm 9.35 mm 5.07 mm 0 eV 0 eV 0 fm 156 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.77 mm 9.35 mm 5.07 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.46 mm 9.02 mm 6.91 mm 509 keV 0 eV 2.52 mm 2.52 mmWAbsorberPhysicalcompt - 2 9.46 mm 8.72 mm 8.14 mm 0 eV 69.5 keV 1.61 mm 4.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.46 mm 8.72 mm 8.14 mm 440 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.46 mm 8.72 mm 8.15 mm 0 eV 440 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.46 mm 9.02 mm 6.91 mm 1.58 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.46 mm 9.02 mm 6.91 mm 0 eV 1.58 keV 28.3 nm 28.3 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.77 mm 9.35 mm 5.07 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.64 mm 1.02 cm 582 mum 0 eV 69.5 keV 6.15 mm 6.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.64 mm 1.02 cm 582 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.64 mm 1.02 cm 572 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.77 mm 9.35 mm 5.05 mm 7.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.82 mm 9.61 mm 5.54 mm 6.19 MeV 1.07 MeV 534 mum 534 mumWAbsorberPhysicaleBrem - 2 6.32 mm 1.03 cm 6.01 mm 549 keV 1.98 MeV 1.14 mm 1.67 mmWAbsorberPhysicaleBrem - 3 6.3 mm 1.03 cm 5.96 mm 65.9 keV 288 keV 161 mum 1.83 mmWAbsorberPhysicaleBrem - 4 6.3 mm 1.03 cm 5.96 mm 0 eV 65.9 keV 8.05 mum 1.84 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.3 mm 1.03 cm 5.96 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.2 mm 1.01 cm 5.57 mm 0 eV 69.5 keV 446 mum 446 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.2 mm 1.01 cm 5.57 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.2 mm 1.01 cm 5.57 mm 0 eV 126 keV 22.8 mum 22.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.32 mm 1.03 cm 6.01 mm 3.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.27 mm 1.08 cm 5.26 mm 0 eV 0 eV 1.3 mm 1.3 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 68, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.27 mm 1.08 cm 5.26 mm 1.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.51 mm 1.07 cm 5.28 mm 181 keV 866 keV 432 mum 432 mumWAbsorberPhysicaleBrem - 2 7.51 mm 1.07 cm 5.28 mm 0 eV 181 keV 38.7 mum 471 mumWAbsorberPhysicaleIoni - 3 7.51 mm 1.07 cm 5.28 mm 0 eV 0 eV 0 fm 471 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.51 mm 1.07 cm 5.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.53 mm 1.1 cm 5.45 mm 303 keV 0 eV 354 mum 354 mumWAbsorberPhysicalcompt - 2 6.15 mm 1.1 cm 7.07 mm 0 eV 69.5 keV 2.13 mm 2.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.15 mm 1.1 cm 7.07 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.15 mm 1.1 cm 7.08 mm 0 eV 234 keV 60.1 mum 60.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.53 mm 1.1 cm 5.45 mm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.53 mm 1.1 cm 5.45 mm 0 eV 208 keV 50.2 mum 50.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.51 mm 1.07 cm 5.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.48 mm 1.03 cm 5.08 mm 0 eV 69.5 keV 423 mum 423 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.48 mm 1.03 cm 5.08 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.48 mm 1.03 cm 5.09 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.51 mm 1.07 cm 5.28 mm 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.5 mm 1.02 cm 4.89 mm 330 keV 0 eV 640 mum 640 mumWAbsorberPhysicalcompt - 2 7.65 mm 7.24 mm 4.48 mm 0 eV 69.5 keV 2.96 mm 3.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.65 mm 7.24 mm 4.48 mm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.65 mm 7.24 mm 4.47 mm 0 eV 261 keV 70.8 mum 70.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.5 mm 1.02 cm 4.89 mm 32.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.5 mm 1.02 cm 4.89 mm 0 eV 32.7 keV 2.54 mum 2.54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.27 mm 1.08 cm 5.26 mm 1.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.41 mm 1.07 cm 5.31 mm 62.5 keV 986 keV 471 mum 471 mumWAbsorberPhysicaleBrem - 2 7.41 mm 1.07 cm 5.31 mm 0 eV 62.5 keV 7.34 mum 478 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.41 mm 1.07 cm 5.31 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.41 mm 1.07 cm 5.32 mm 0 eV 69.5 keV 15.8 mum 15.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.41 mm 1.07 cm 5.32 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.41 mm 1.07 cm 5.32 mm 0 eV 110 keV 18.6 mum 18.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.82 mm 9.61 mm 5.54 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.9 mm 9.73 mm 5.76 mm 0 eV 69.5 keV 261 mum 261 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.9 mm 9.73 mm 5.76 mm 59.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.9 mm 9.72 mm 5.76 mm 0 eV 59.1 keV 6.73 mum 6.73 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.9 mm 2.64 mm -735 mum 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.89 mm 3.15 mm -164 mum 0 eV 69.5 keV 763 mum 763 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.89 mm 3.15 mm -164 mum 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.89 mm 3.15 mm -162 mum 0 eV 187 keV 42.9 mum 42.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.92 mm 2.24 mm -1.11 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.92 mm 2.26 mm -1.09 mm 0 eV 69.5 keV 24.7 mum 24.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.92 mm 2.26 mm -1.09 mm 99.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.92 mm 2.26 mm -1.09 mm 0 eV 99.5 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.14 mm 1.9 mm -1.11 mm 3.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.24 mm 1.91 mm -1.17 mm 2.97 MeV 218 keV 112 mum 112 mumWAbsorberPhysicaleBrem - 2 4.29 mm 1.92 mm -1.28 mm 1.6 MeV 298 keV 175 mum 287 mumWAbsorberPhysicaleBrem - 3 4.17 mm 1.71 mm -1.23 mm 802 keV 549 keV 407 mum 694 mumWAbsorberPhysicaleBrem - 4 4.16 mm 1.69 mm -1.23 mm 0 eV 802 keV 328 mum 1.02 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 84, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.17 mm 1.71 mm -1.23 mm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.38 mm 468 mum -3.67 mm 0 eV 69.5 keV 2.99 mm 2.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.38 mm 468 mum -3.67 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.38 mm 470 mum -3.67 mm 0 eV 177 keV 39.4 mum 39.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 83, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.29 mm 1.92 mm -1.28 mm 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.62 mm 2.94 mm 4.53 mm 275 keV 0 eV 9.87 mm 9.87 mmWAbsorberPhysicalcompt - 2 -4.62 mm 2.27 mm 696 mum 231 keV 0 eV 4.02 mm 1.39 cmWAbsorberPhysicalcompt - 3 -6.22 mm -11.9 mum -538 mum 0 eV 69.5 keV 3.05 mm 1.69 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.22 mm -11.9 mum -538 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.22 mm -12.5 mum -540 mum 0 eV 161 keV 33.9 mum 33.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.62 mm 2.27 mm 696 mum 44.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.62 mm 2.27 mm 696 mum 0 eV 44.4 keV 4.21 mum 4.21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.62 mm 2.94 mm 4.53 mm 794 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.64 mm 3.04 mm 4.53 mm 168 keV 486 keV 256 mum 256 mumWAbsorberPhysicaleBrem - 2 -3.64 mm 3.04 mm 4.53 mm 0 eV 168 keV 36.2 mum 292 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 89, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.64 mm 3.04 mm 4.53 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.45 mm 2.8 mm 4.43 mm 0 eV 69.5 keV 322 mum 322 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 89 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.45 mm 2.8 mm 4.43 mm 71.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.45 mm 2.8 mm 4.43 mm 0 eV 71.1 keV 9.13 mum 9.13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.24 mm 1.91 mm -1.17 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.31 mm 1.94 mm -1.2 mm 0 eV 69.5 keV 78.8 mum 78.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.31 mm 1.94 mm -1.2 mm 48.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.31 mm 1.94 mm -1.2 mm 0 eV 48.3 keV 4.82 mum 4.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -13.3 cm -13.9 cm -922 mum 25.4 MeV 0 eV 19.2 cm 19.2 cmFCALEnvelopePhysicalTransportation - 2 -13.5 cm -14.1 cm -937 mum 25.4 MeV 0 eV 3.29 mm 19.6 cmLArgPhysicalTransportation - 3 -93.2 cm -97.5 cm -6.46 mm 25.4 MeV 0 eV 1.15 m 1.35 mMotherTransportation - 4 -4.78 m -5 m -3.31 cm 25.4 MeV 0 eV 5.57 m 6.92 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 31.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -30.5 cm 7.11 cm 19.9 cm 31.8 MeV 0 eV 37.1 cm 37.1 cmLArgPhysicalTransportation - 2 -1.07 m 24.9 cm 69.8 cm 31.8 MeV 0 eV 92.8 cm 1.3 mCryostatVolumesTransportation - 3 -1.07 m 25 cm 69.9 cm 31.8 MeV 0 eV 3.06 mm 1.3 mInsulationPhysicalTransportation - 4 -1.13 m 26.3 cm 73.8 cm 31.8 MeV 0 eV 7.13 cm 1.37 mCryostatVolumesTransportation - 5 -1.13 m 26.4 cm 73.9 cm 31.8 MeV 0 eV 2.55 mm 1.38 mMotherTransportation - 6 -5 m 1.17 m 3.27 m 31.8 MeV 0 eV 4.71 m 6.09 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=48.9564 -Edep in FCAL1 FCAl2 : 0 48.9564 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2547 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 47 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -151 mum -229 mum -658 mum 17.5 MeV 2.01 MeV 708 mum 708 mumWAbsorberPhysicaleBrem - 2 -1.46 mm -1.81 mm -1.7 mm 12.4 MeV 4.12 MeV 2.21 mm 2.92 mmWAbsorberPhysicaleBrem - 3 -1.51 mm -1.82 mm -1.74 mm 12.1 MeV 135 keV 68.7 mum 2.99 mmWAbsorberPhysicaleBrem - 4 -1.88 mm -1.95 mm -2.27 mm 6.94 MeV 1.19 MeV 675 mum 3.66 mmWAbsorberPhysicaleIoni - 5 -2.26 mm -1.88 mm -2.61 mm 4.14 MeV 1.98 MeV 504 mum 4.16 mmWAbsorberPhysicaleBrem - 6 -2.15 mm -923 mum -3.57 mm 1.27 MeV 2.87 MeV 1.61 mm 5.77 mmWAbsorberPhysicaleIoni - 7 -2.11 mm -951 mum -3.63 mm 0 eV 1.27 MeV 573 mum 6.35 mmWAbsorberPhysicaleIoni - 8 -2.11 mm -951 mum -3.63 mm 0 eV 0 eV 0 fm 6.35 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.11 mm -951 mum -3.63 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.19 mm -2 mm -6.4 mm 0 eV 69.5 keV 3.16 mm 3.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.19 mm -2 mm -6.4 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.18 mm -1.99 mm -6.42 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.11 mm -951 mum -3.63 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 mm -70.9 mum -1.29 mm 174 keV 0 eV 2.65 mm 2.65 mmWAbsorberPhysicalcompt - 2 -1.28 mm -132 mum -1.96 mm 0 eV 69.5 keV 677 mum 3.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 mm -132 mum -1.96 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 mm -133 mum -1.96 mm 0 eV 104 keV 17 mum 17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 mm -70.9 mum -1.29 mm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 mm -68.8 mum -1.29 mm 0 eV 337 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 mm -1.88 mm -2.61 mm 812 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.68 mm -2.16 mm -3.37 mm 604 keV 0 eV 913 mum 913 mumWAbsorberPhysicalcompt - 2 -3.05 mm -993 mum -9.28 mm 258 keV 0 eV 6.04 mm 6.95 mmWAbsorberPhysicalcompt - 3 -908 mum -936 mum -9.1 mm 0 eV 69.5 keV 2.15 mm 9.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -908 mum -936 mum -9.1 mm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -905 mum -936 mum -9.1 mm 0 eV 188 keV 43.3 mum 43.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.05 mm -993 mum -9.28 mm 346 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.05 mm -992 mum -9.29 mm 0 eV 346 keV 107 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.68 mm -2.16 mm -3.37 mm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.69 mm -2.16 mm -3.37 mm 0 eV 208 keV 50.5 mum 50.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.88 mm -1.95 mm -2.27 mm 3.94 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.92 mm -1.97 mm -2.45 mm 3.28 MeV 398 keV 228 mum 228 mumWAbsorberPhysicaleBrem - 2 -1.91 mm -1.95 mm -2.5 mm 2.9 MeV 254 keV 57.4 mum 285 mumWAbsorberPhysicaleBrem - 3 -1.88 mm -2.32 mm -2.46 mm 1.83 MeV 930 keV 492 mum 777 mumWAbsorberPhysicaleBrem - 4 -1.74 mm -2.14 mm -2.67 mm 582 keV 894 keV 501 mum 1.28 mmWAbsorberPhysicaleBrem - 5 -1.74 mm -2.16 mm -2.66 mm 0 eV 582 keV 218 mum 1.5 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 mm -2.14 mm -2.67 mm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.82 mm -7.09 mm -2.44 mm 226 keV 0 eV 4.96 mm 4.96 mmWAbsorberPhysicalcompt - 2 -3.92 mm -7.47 mm -1.09 mm 187 keV 0 eV 2.52 mm 7.48 mmWAbsorberPhysicalcompt - 3 -4.04 mm -7.5 mm -1.15 mm 0 eV 69.5 keV 140 mum 7.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.04 mm -7.5 mm -1.15 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.04 mm -7.5 mm -1.15 mm 0 eV 118 keV 20.6 mum 20.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.92 mm -7.47 mm -1.09 mm 39.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.92 mm -7.47 mm -1.09 mm 0 eV 39.1 keV 3.4 mum 3.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 mm -7.09 mm -2.44 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.82 mm -7.09 mm -2.44 mm 0 eV 127 keV 23.2 mum 23.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.88 mm -2.32 mm -2.46 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm -2.33 mm -2.54 mm 0 eV 69.5 keV 95.7 mum 95.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm -2.33 mm -2.54 mm 72.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm -2.33 mm -2.54 mm 0 eV 72.8 keV 9.49 mum 9.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 mm -1.95 mm -2.5 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm -1.96 mm -2.48 mm 0 eV 69.5 keV 26.2 mum 26.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm -1.96 mm -2.48 mm 51.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm -1.96 mm -2.48 mm 0 eV 51.2 keV 5.31 mum 5.31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 mm -1.97 mm -2.45 mm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 mm 1.3 mm -6.85 mm 0 eV 69.5 keV 5.49 mm 5.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 mm 1.3 mm -6.85 mm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 mm 1.3 mm -6.86 mm 0 eV 191 keV 44.2 mum 44.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 mm -1.82 mm -1.74 mm 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 mm -1.8 mm -1.97 mm 0 eV 69.5 keV 326 mum 326 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 mm -1.8 mm -1.97 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 mm -1.8 mm -1.97 mm 0 eV 116 keV 20.2 mum 20.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 mm -1.81 mm -1.7 mm 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.8 cm -3.67 mm -1.59 cm 460 keV 0 eV 2.19 cm 2.19 cmWAbsorberPhysicalcompt - 2 -1.98 cm -5.71 mm -1.52 cm 0 eV 69.5 keV 2.79 mm 2.47 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 cm -5.71 mm -1.52 cm 390 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 cm -5.72 mm -1.52 cm 0 eV 390 keV 127 mum 127 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 cm -3.67 mm -1.59 cm 551 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.8 cm -3.67 mm -1.59 cm 0 eV 551 keV 202 mum 202 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -151 mum -229 mum -658 mum 14.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -378 mum -558 mum -1.28 mm 0 eV 0 eV 742 mum 742 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 32, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -378 mum -558 mum -1.28 mm 7.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -228 mum -1.01 mm -1.56 mm 5.51 MeV 1.53 MeV 699 mum 699 mumWAbsorberPhysicaleBrem - 2 1.31 mm -1.08 mm -2.03 mm 2.01 MeV 3.4 MeV 1.76 mm 2.45 mmWAbsorberPhysicaleBrem - 3 1.32 mm -879 mum -2.1 mm 1.32 MeV 569 keV 266 mum 2.72 mmWAbsorberPhysicaleBrem - 4 1.3 mm -808 mum -2.06 mm 0 eV 1.32 MeV 599 mum 3.32 mmWAbsorberPhysicaleIoni - 5 1.3 mm -808 mum -2.06 mm 0 eV 0 eV 0 fm 3.32 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 mm -808 mum -2.06 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 684 mum 158 mum -3.89 mm 212 keV 0 eV 2.16 mm 2.16 mmWAbsorberPhysicalcompt - 2 2.41 mm 397 mum -3.49 mm 0 eV 69.5 keV 1.79 mm 3.95 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.41 mm 397 mum -3.49 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.41 mm 397 mum -3.49 mm 0 eV 143 keV 28.1 mum 28.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 684 mum 158 mum -3.89 mm 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 681 mum 160 mum -3.9 mm 0 eV 299 keV 86.4 mum 86.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 mm -808 mum -2.06 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.5 mm -5.84 mm 7.48 mm 446 keV 0 eV 1.13 cm 1.13 cmWAbsorberPhysicalcompt - 2 7.42 mm -8.16 mm 9.61 mm 0 eV 69.5 keV 4.3 mm 1.55 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.42 mm -8.16 mm 9.61 mm 377 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.43 mm -8.17 mm 9.61 mm 0 eV 377 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.5 mm -5.84 mm 7.48 mm 64.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.5 mm -5.84 mm 7.49 mm 0 eV 64.8 keV 7.81 mum 7.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 mm -879 mum -2.1 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 mm -824 mum -2.07 mm 0 eV 69.5 keV 62.3 mum 62.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 mm -824 mum -2.07 mm 46.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 mm -824 mum -2.07 mm 0 eV 46.3 keV 4.52 mum 4.52 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 mm -1.08 mm -2.03 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm -1.04 mm -2.07 mm 0 eV 69.5 keV 123 mum 123 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 mm -1.04 mm -2.07 mm 34.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm -1.04 mm -2.07 mm 0 eV 34.5 keV 2.79 mum 2.79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -228 mum -1.01 mm -1.56 mm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -169 mum -798 mum -1.67 mm 256 keV 0 eV 240 mum 240 mumWAbsorberPhysicalcompt - 2 216 mum 654 mum -2.25 mm 0 eV 69.5 keV 1.61 mm 1.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 216 mum 654 mum -2.25 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 217 mum 657 mum -2.25 mm 0 eV 187 keV 42.6 mum 42.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -169 mum -798 mum -1.67 mm 415 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -169 mum -798 mum -1.67 mm 0 eV 415 eV 5.85 nm 5.85 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -378 mum -558 mum -1.28 mm 6.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -379 mum -558 mum -1.28 mm 5.66 MeV 3.38 keV 1.3 mum 1.3 mumWAbsorberPhysicaleBrem - 2 -381 mum -564 mum -1.3 mm 3.22 MeV 25.8 keV 16.5 mum 17.8 mumWAbsorberPhysicaleBrem - 3 -440 mum -344 mum -1.65 mm 1.51 MeV 781 keV 538 mum 556 mumWAbsorberPhysicaleBrem - 4 -436 mum -415 mum -1.65 mm 0 eV 1.51 MeV 688 mum 1.24 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -440 mum -344 mum -1.65 mm 929 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 309 mum -8.87 mm -2.16 mm 299 keV 0 eV 8.57 mm 8.57 mmWAbsorberPhysicalcompt - 2 8.02 mm -6.48 mm -6.48 mm 166 keV 0 eV 9.16 mm 1.77 cmWAbsorberPhysicalcompt - 3 8.48 mm -7.33 mm -4.31 mm 0 eV 69.5 keV 2.38 mm 2.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.48 mm -7.33 mm -4.31 mm 96.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.48 mm -7.33 mm -4.31 mm 0 eV 96.8 keV 15 mum 15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.02 mm -6.48 mm -6.48 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.02 mm -6.48 mm -6.48 mm 0 eV 133 keV 25 mum 25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 309 mum -8.87 mm -2.16 mm 630 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 327 mum -8.89 mm -2.1 mm 238 keV 188 keV 112 mum 112 mumWAbsorberPhysicaleBrem - 2 331 mum -8.89 mm -2.1 mm 0 eV 238 keV 61.9 mum 174 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 327 mum -8.89 mm -2.1 mm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 mm -9.34 mm -2.25 mm 0 eV 69.5 keV 837 mum 837 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 mm -9.34 mm -2.25 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 mm -9.34 mm -2.24 mm 0 eV 134 keV 25.4 mum 25.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -381 mum -564 mum -1.3 mm 2.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 mm -3.61 mm -6.36 mm 0 eV 0 eV 5.98 mm 5.98 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 55, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 mm -3.61 mm -6.36 mm 1.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 mm -3.66 mm -6.41 mm 0 eV 1.17 MeV 522 mum 522 mumWAbsorberPhysicaleIoni - 2 -1.28 mm -3.66 mm -6.41 mm 0 eV 0 eV 0 fm 522 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 mm -3.66 mm -6.41 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -698 mum -2.6 mm -7.86 mm 437 keV 0 eV 1.89 mm 1.89 mmWAbsorberPhysicalcompt - 2 2.78 mm 895 mum -9.55 mm 176 keV 0 eV 5.21 mm 7.1 mmWAbsorberPhysicalcompt - 3 2.79 mm 454 mum -9.36 mm 0 eV 69.5 keV 482 mum 7.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 mm 454 mum -9.36 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 mm 453 mum -9.36 mm 0 eV 106 keV 17.5 mum 17.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.78 mm 895 mum -9.55 mm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 mm 899 mum -9.56 mm 0 eV 261 keV 70.8 mum 70.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -698 mum -2.6 mm -7.86 mm 74.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -699 mum -2.6 mm -7.86 mm 0 eV 74.4 keV 9.82 mum 9.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 mm -3.66 mm -6.41 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.47 mm -4.01 mm -5.93 mm 0 eV 69.5 keV 625 mum 625 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 mm -4.01 mm -5.93 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 mm -4.01 mm -5.93 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 mm -3.61 mm -6.36 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 mm -3.61 mm -6.36 mm 0 eV 217 keV 53.6 mum 53.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -379 mum -558 mum -1.28 mm 350 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -396 mum -570 mum -1.46 mm 346 keV 0 eV 182 mum 182 mumWAbsorberPhysicalcompt - 2 -1.31 mm -1.14 mm -4.76 mm 235 keV 0 eV 3.46 mm 3.65 mmWAbsorberPhysicalcompt - 3 -1.29 mm -1.14 mm -4.77 mm 0 eV 69.5 keV 28.3 mum 3.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 mm -1.14 mm -4.77 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 mm -1.14 mm -4.77 mm 0 eV 165 keV 35.3 mum 35.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 mm -1.14 mm -4.76 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 mm -1.14 mm -4.76 mm 0 eV 111 keV 18.7 mum 18.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -396 mum -570 mum -1.46 mm 4.76 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -396 mum -570 mum -1.46 mm 0 eV 4.76 keV 131 nm 131 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.65 cm -14.3 cm 33.7 cm 38.9 MeV 0 eV 36.9 cm 36.9 cmCuPlateAPhysicalTransportation - 2 -5 cm -15.3 cm 36.3 cm 38.9 MeV 0 eV 2.8 cm 39.7 cmFCALEnvelopePhysicalTransportation - 3 -5.39 cm -16.5 cm 39.1 cm 38.9 MeV 0 eV 3.08 cm 42.8 cmFCALEmModulePhysicalTransportation - 4 -5.42 cm -16.6 cm 39.3 cm 38.9 MeV 0 eV 2.04 mm 43 cmF1LArGapPhysicalTransportation - 5 -5.43 cm -16.6 cm 39.4 cm 38.9 MeV 0 eV 1.08 mm 43.1 cmFCALEmModulePhysicalTransportation - 6 -5.49 cm -16.8 cm 39.8 cm 38.9 MeV 0 eV 5.11 mm 43.6 cmF1LArGapPhysicalTransportation - 7 -5.51 cm -16.9 cm 39.9 cm 38.9 MeV 0 eV 1.08 mm 43.7 cmFCALEmModulePhysicalTransportation - 8 -5.59 cm -17.1 cm 40.5 cm 38.9 MeV 0 eV 6.44 mm 44.4 cmF1LArGapPhysicalTransportation - 9 -5.6 cm -17.2 cm 40.6 cm 38.9 MeV 0 eV 890 mum 44.4 cmFCALEmModulePhysicalTransportation - 10 -5.68 cm -17.4 cm 41.2 cm 38.9 MeV 0 eV 6.62 mm 45.1 cmF1LArGapPhysicalTransportation - 11 -5.7 cm -17.5 cm 41.3 cm 38.9 MeV 0 eV 890 mum 45.2 cmFCALEmModulePhysicalTransportation - 12 -6.15 cm -18.9 cm 44.6 cm 38.9 MeV 0 eV 3.64 cm 48.8 cmFCALEnvelopePhysicalTransportation - 13 -6.2 cm -19 cm 45 cm 38.9 MeV 0 eV 3.82 mm 49.2 cmLArgPhysicalTransportation - 14 -17.4 cm -53.3 cm 1.26 m 38.9 MeV 0 eV 88.9 cm 1.38 mCryostatVolumesTransportation - 15 -17.4 cm -53.5 cm 1.27 m 38.9 MeV 0 eV 3.25 mm 1.38 mInsulationPhysicalTransportation - 16 -18.4 cm -56.4 cm 1.33 m 38.9 MeV 0 eV 7.59 cm 1.46 mCryostatVolumesTransportation - 17 -18.4 cm -56.5 cm 1.34 m 38.9 MeV 0 eV 2.71 mm 1.46 mMotherTransportation - 18 -19.6 cm -60 cm 1.42 m 38.9 MeV 0 eV 9.04 cm 1.55 mIronWallPhysicalTransportation - 19 -24.5 cm -75 cm 1.77 m 38.9 MeV 0 eV 38.8 cm 1.94 mMotherTransportation - 20 -1.63 m -5 m 11.8 m 38.9 MeV 0 eV 11 m 12.9 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.27 cm 15.8 cm -3.21 cm 32.4 MeV 0 eV 18.6 cm 18.6 cmF2TroffMainPhysicalTransportation - 2 9.79 cm 16.7 cm -3.39 cm 32.4 MeV 0 eV 1.05 cm 19.7 cmLArgPhysicalTransportation - 3 57 cm 97.5 cm -19.7 cm 32.4 MeV 0 eV 95 cm 1.15 mCryostatVolumesTransportation - 4 1.16 m 1.98 m -40 cm 32.4 MeV 0 eV 1.18 m 2.32 mMotherTransportation - 5 2.92 m 5 m -1.01 m 32.4 MeV 0 eV 3.56 m 5.88 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=34.8673 -Edep in FCAL1 FCAl2 : 0 34.8673 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2548 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 48 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 11.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 mm -80.9 mum -64.8 mum 8.6 MeV 2.56 MeV 1.26 mm 1.26 mmWAbsorberPhysicaleBrem - 2 2.06 mm -429 mum 167 mum 6.31 MeV 2.12 MeV 945 mum 2.21 mmWAbsorberPhysicaleBrem - 3 2.53 mm -228 mum -54.4 mum 4.75 MeV 1.45 MeV 645 mum 2.85 mmWAbsorberPhysicaleBrem - 4 2.54 mm 139 mum 328 mum 3.08 MeV 1.14 MeV 634 mum 3.48 mmWAbsorberPhysicaleBrem - 5 2.95 mm 634 mum 289 mum 1.23 MeV 1.4 MeV 791 mum 4.27 mmWAbsorberPhysicaleBrem - 6 2.98 mm 381 mum 271 mum 0 eV 586 keV 393 mum 4.67 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.98 mm 381 mum 271 mum 888 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.11 mm 524 mum 142 mum 336 keV 0 eV 233 mum 233 mumWAbsorberPhysicalcompt - 2 3.68 mm 551 mum 671 mum 0 eV 69.5 keV 779 mum 1.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.68 mm 551 mum 671 mum 266 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.69 mm 553 mum 675 mum 0 eV 266 keV 73.1 mum 73.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.11 mm 524 mum 142 mum 552 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.12 mm 527 mum 139 mum 425 keV 9.57 keV 6.2 mum 6.2 mumWAbsorberPhysicaleBrem - 2 3.11 mm 535 mum 131 mum 0 eV 425 keV 143 mum 149 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.12 mm 527 mum 139 mum 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.12 mm 539 mum 133 mum 0 eV 69.5 keV 14.2 mum 14.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.12 mm 539 mum 133 mum 48 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.12 mm 539 mum 133 mum 0 eV 48 keV 4.78 mum 4.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.98 mm 381 mum 271 mum 783 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.93 mm 652 mum 748 mum 0 eV 69.5 keV 550 mum 550 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.93 mm 652 mum 748 mum 713 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.93 mm 670 mum 761 mum 0 eV 713 keV 283 mum 283 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 mm 634 mum 289 mum 444 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 685 mum -822 mum 346 mum 189 keV 0 eV 2.69 mm 2.69 mmWAbsorberPhysicalcompt - 2 1.46 mm -1.1 mm -40.5 mum 0 eV 69.5 keV 912 mum 3.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 mm -1.1 mm -40.5 mum 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 mm -1.1 mm -41.5 mum 0 eV 119 keV 21 mum 21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 685 mum -822 mum 346 mum 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 680 mum -823 mum 346 mum 0 eV 256 keV 68.7 mum 68.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.54 mm 139 mum 328 mum 531 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.66 mm 1.62 mm 6.96 mm 423 keV 0 eV 7.94 mm 7.94 mmWAbsorberPhysicalcompt - 2 7.13 mm 3.24 mm 8.2 mm 163 keV 0 eV 2.1 mm 1 cmWAbsorberPhysicalcompt - 3 7.02 mm 3.05 mm 8.13 mm 0 eV 69.5 keV 232 mum 1.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.02 mm 3.05 mm 8.13 mm 93.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.02 mm 3.05 mm 8.13 mm 0 eV 93.6 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.13 mm 3.24 mm 8.2 mm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.13 mm 3.25 mm 8.2 mm 0 eV 260 keV 70.3 mum 70.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.66 mm 1.62 mm 6.96 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.66 mm 1.62 mm 6.96 mm 0 eV 109 keV 18.1 mum 18.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.53 mm -228 mum -54.4 mum 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.84 mm -167 mum 196 mum 0 eV 69.5 keV 400 mum 400 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.84 mm -167 mum 196 mum 41.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.84 mm -167 mum 196 mum 0 eV 41.1 keV 3.7 mum 3.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 mm -429 mum 167 mum 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.22 mm -795 mum -59.9 mum 134 keV 0 eV 1.24 mm 1.24 mmWAbsorberPhysicalcompt - 2 3.22 mm -845 mum -93.3 mum 0 eV 69.5 keV 60.3 mum 1.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.22 mm -845 mum -93.3 mum 64.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.22 mm -845 mum -93.8 mum 0 eV 64.8 keV 7.82 mum 7.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.22 mm -795 mum -59.9 mum 34.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.22 mm -795 mum -59.9 mum 0 eV 34.1 keV 2.73 mum 2.73 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm -80.9 mum -64.8 mum 429 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm -3.27 mm -4.07 mm 0 eV 69.5 keV 1.09 cm 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm -3.27 mm -4.07 mm 359 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm -3.26 mm -4.08 mm 165 keV 41.8 keV 25.9 mum 25.9 mumWAbsorberPhysicaleBrem - 2 1.1 cm -3.26 mm -4.08 mm 0 eV 165 keV 35.2 mum 61.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm -3.26 mm -4.08 mm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm -3.13 mm -4.04 mm 0 eV 69.5 keV 179 mum 179 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm -3.13 mm -4.04 mm 82.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm -3.13 mm -4.04 mm 0 eV 82.5 keV 11.6 mum 11.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 13.9 cm 17.2 cm 28.3 cm 42.1 MeV 0 eV 35.9 cm 35.9 cmLArgPhysicalTransportation - 2 56.2 cm 69.5 cm 1.14 m 42.1 MeV 0 eV 1.09 m 1.45 mCryostatVolumesTransportation - 3 56.3 cm 69.6 cm 1.15 m 42.1 MeV 0 eV 3.42 mm 1.45 mInsulationPhysicalTransportation - 4 59.4 cm 73.4 cm 1.21 m 42.1 MeV 0 eV 7.97 cm 1.53 mCryostatVolumesTransportation - 5 59.5 cm 73.6 cm 1.21 m 42.1 MeV 0 eV 2.85 mm 1.54 mMotherTransportation - 6 4.05 m 5 m 8.23 m 42.1 MeV 0 eV 8.91 m 10.4 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.79 cm -4.14 cm -6.42 cm 51.5 MeV 0 eV 9.01 cm 9.01 cmCuPlateBPhysicalTransportation - 2 -6.6 cm -5.7 cm -8.85 cm 51.5 MeV 0 eV 3.41 cm 12.4 cmLArgPhysicalTransportation - 3 -8.63 cm -7.46 cm -11.6 cm 51.5 MeV 0 eV 3.84 cm 16.3 cmBackExcluderTransportation - 4 -42.9 cm -37.1 cm -57.6 cm 51.5 MeV 0 eV 64.6 cm 80.8 cmLArgPhysicalTransportation - 5 -76.2 cm -65.9 cm -1.02 m 51.5 MeV 0 eV 62.6 cm 1.43 mCryostatVolumesTransportation - 6 -76.4 cm -66 cm -1.02 m 51.5 MeV 0 eV 3.38 mm 1.44 mInsulationPhysicalTransportation - 7 -80.5 cm -69.6 cm -1.08 m 51.5 MeV 0 eV 7.88 cm 1.52 mCryostatVolumesTransportation - 8 -80.7 cm -69.8 cm -1.08 m 51.5 MeV 0 eV 2.81 mm 1.52 mMotherTransportation - 9 -5 m -4.32 m -6.71 m 51.5 MeV 0 eV 7.9 m 9.42 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=12.6091 -Edep in FCAL1 FCAl2 : 0 12.6091 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2549 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 49 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.86 mum -105 mum 26.5 mum 47.7 MeV 171 keV 108 mum 108 mumWAbsorberPhysicaleBrem - 2 -17.5 mum -656 mum 154 mum 33.4 MeV 1.23 MeV 568 mum 676 mumWAbsorberPhysicaleBrem - 3 -13.5 mum -714 mum 165 mum 26.3 MeV 95.8 keV 59.4 mum 735 mumWAbsorberPhysicaleBrem - 4 -13.5 mum -1.1 mm 257 mum 18.7 MeV 719 keV 405 mum 1.14 mmWAbsorberPhysicaleBrem - 5 91.6 mum -1.68 mm 385 mum 16.9 MeV 1.71 MeV 594 mum 1.73 mmWAbsorberPhysicaleBrem - 6 117 mum -1.74 mm 401 mum 16.5 MeV 126 keV 72.7 mum 1.81 mmWAbsorberPhysicaleBrem - 7 689 mum -2.51 mm 750 mum 6.91 MeV 2.2 MeV 1.07 mm 2.88 mmWAbsorberPhysicaleBrem - 8 781 mum -2.6 mm 827 mum 5.65 MeV 247 keV 149 mum 3.03 mmWAbsorberPhysicaleBrem - 9 2 mm -1.93 mm 1.82 mm 1.78 MeV 3.87 MeV 1.86 mm 4.89 mmWAbsorberPhysicaleIoni - 10 2.3 mm -1.55 mm 1.89 mm 196 keV 1.38 MeV 715 mum 5.61 mmWAbsorberPhysicaleBrem - 11 2.3 mm -1.55 mm 1.89 mm 0 eV 196 keV 43.9 mum 5.65 mmWAbsorberPhysicaleIoni - 12 2.3 mm -1.55 mm 1.89 mm 0 eV 0 eV 0 fm 5.65 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.3 mm -1.55 mm 1.89 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -893 mum -1.78 mm 1.28 mm 409 keV 0 eV 3.26 mm 3.26 mmWAbsorberPhysicalcompt - 2 -967 mum -1.85 mm 1.29 mm 0 eV 69.5 keV 102 mum 3.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -967 mum -1.85 mm 1.29 mm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -972 mum -1.85 mm 1.29 mm 0 eV 339 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -893 mum -1.78 mm 1.28 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -893 mum -1.78 mm 1.28 mm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.3 mm -1.55 mm 1.89 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.83 mm -1.29 mm 2.55 mm 0 eV 69.5 keV 3.6 mm 3.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.83 mm -1.29 mm 2.55 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.84 mm -1.28 mm 2.55 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.3 mm -1.55 mm 1.89 mm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 mm -1.44 mm 846 mum 0 eV 69.5 keV 1.43 mm 1.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 mm -1.44 mm 846 mum 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 mm -1.44 mm 845 mum 0 eV 142 keV 27.8 mum 27.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 781 mum -2.6 mm 827 mum 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.01 mm -6.76 mm 2.37 mm 548 keV 0 eV 7.65 mm 7.65 mmWAbsorberPhysicalcompt - 2 7.05 mm -6.74 mm 2.38 mm 426 keV 0 eV 46.7 mum 7.69 mmWAbsorberPhysicalcompt - 3 7.2 mm -6.65 mm 2.33 mm 0 eV 69.5 keV 193 mum 7.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.2 mm -6.65 mm 2.33 mm 357 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.21 mm -6.64 mm 2.32 mm 0 eV 357 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.05 mm -6.74 mm 2.38 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.05 mm -6.74 mm 2.39 mm 0 eV 122 keV 21.9 mum 21.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.01 mm -6.76 mm 2.37 mm 466 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.01 mm -6.77 mm 2.37 mm 0 eV 466 keV 162 mum 162 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 689 mum -2.51 mm 750 mum 7.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm -1.48 cm 5.88 mm 0 eV 0 eV 1.66 cm 1.66 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm -1.48 cm 5.88 mm 1.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm -1.49 cm 5.9 mm 0 eV 1.9 MeV 898 mum 898 mumWAbsorberPhysicaleIoni - 2 1.06 cm -1.49 cm 5.9 mm 0 eV 0 eV 0 fm 898 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm -1.49 cm 5.9 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm -1.5 cm 5.91 mm 223 keV 0 eV 80.6 mum 80.6 mumWAbsorberPhysicalcompt - 2 1 cm -1.45 cm 6.11 mm 0 eV 69.5 keV 750 mum 830 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 cm -1.45 cm 6.11 mm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 cm -1.45 cm 6.1 mm 0 eV 154 keV 31.5 mum 31.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm -1.5 cm 5.91 mm 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm -1.5 cm 5.91 mm 0 eV 288 keV 81.9 mum 81.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm -1.49 cm 5.9 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 cm -9.81 mm 5.61 mm 0 eV 69.5 keV 5.81 mm 5.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 cm -9.81 mm 5.61 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 cm -9.8 mm 5.62 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm -1.48 cm 5.88 mm 4.44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm -1.49 cm 5.95 mm 4.01 MeV 232 keV 158 mum 158 mumWAbsorberPhysicaleBrem - 2 1.01 cm -1.51 cm 6.45 mm 1.51 MeV 1.49 MeV 828 mum 987 mumWAbsorberPhysicaleBrem - 3 1.01 cm -1.5 cm 6.46 mm 0 eV 1.51 MeV 688 mum 1.67 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm -1.51 cm 6.45 mm 1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.8 mm -1.44 cm 6.3 mm 410 keV 0 eV 3.41 mm 3.41 mmWAbsorberPhysicalcompt - 2 6.77 mm -1.42 cm 6.44 mm 0 eV 69.5 keV 270 mum 3.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.77 mm -1.42 cm 6.44 mm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.77 mm -1.42 cm 6.44 mm 0 eV 341 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.8 mm -1.44 cm 6.3 mm 594 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.79 mm -1.44 cm 6.29 mm 0 eV 594 keV 224 mum 224 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm -1.49 cm 5.95 mm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm -1.5 cm 6.03 mm 0 eV 69.5 keV 143 mum 143 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm -1.5 cm 6.03 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm -1.5 cm 6.03 mm 0 eV 123 keV 22.1 mum 22.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 117 mum -1.74 mm 401 mum 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 129 mum -1.77 mm 406 mum 0 eV 69.5 keV 28.1 mum 28.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 129 mum -1.77 mm 406 mum 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 128 mum -1.77 mm 408 mum 0 eV 186 keV 42.5 mum 42.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 91.6 mum -1.68 mm 385 mum 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 181 mum -1.89 mm 422 mum 0 eV 69.5 keV 237 mum 237 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 181 mum -1.89 mm 422 mum 78 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 181 mum -1.9 mm 422 mum 0 eV 78 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -13.5 mum -1.1 mm 257 mum 6.82 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.31 mm -1.4 cm 3.31 mm 0 eV 0 eV 1.43 cm 1.43 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 38, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.31 mm -1.4 cm 3.31 mm 1.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.3 mm -1.41 cm 3.44 mm 748 keV 267 keV 178 mum 178 mumWAbsorberPhysicaleBrem - 2 5.31 mm -1.41 cm 3.42 mm 0 eV 748 keV 301 mum 479 mumWAbsorberPhysicaleIoni - 3 5.31 mm -1.41 cm 3.42 mm 0 eV 0 eV 0 fm 479 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.31 mm -1.41 cm 3.42 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.45 mm -1.91 cm -1.02 cm 461 keV 0 eV 1.51 cm 1.51 cmWAbsorberPhysicalcompt - 2 8.8 mm -2.02 cm -1.34 cm 423 keV 0 eV 3.46 mm 1.85 cmWAbsorberPhysicalcompt - 3 8.19 mm -2.12 cm -1.45 cm 240 keV 0 eV 1.63 mm 2.02 cmWAbsorberPhysicalcompt - 4 8.28 mm -2.2 cm -1.39 cm 211 keV 0 eV 1.04 mm 2.12 cmWAbsorberPhysicalcompt - 5 8.96 mm -2.3 cm -1.39 cm 0 eV 69.5 keV 1.18 mm 2.24 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.96 mm -2.3 cm -1.39 cm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.96 mm -2.3 cm -1.39 cm 0 eV 142 keV 27.8 mum 27.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.28 mm -2.2 cm -1.39 cm 28.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.28 mm -2.2 cm -1.39 cm 0 eV 28.1 keV 1.99 mum 1.99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.19 mm -2.12 cm -1.45 cm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.19 mm -2.12 cm -1.45 cm 0 eV 183 keV 41.4 mum 41.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.8 mm -2.02 cm -1.34 cm 38.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.8 mm -2.02 cm -1.34 cm 0 eV 38.4 keV 3.31 mum 3.31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.45 mm -1.91 cm -1.02 cm 49.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.45 mm -1.91 cm -1.02 cm 0 eV 49.8 keV 5.06 mum 5.06 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.31 mm -1.41 cm 3.42 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.59 mm -1.2 cm 9.07 mm 0 eV 69.5 keV 6.27 mm 6.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm -1.2 cm 9.07 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.58 mm -1.2 cm 9.08 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.3 mm -1.41 cm 3.44 mm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.31 mm -1.44 cm 3.22 mm 0 eV 69.5 keV 381 mum 381 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.31 mm -1.44 cm 3.22 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.3 mm -1.44 cm 3.22 mm 0 eV 220 keV 54.9 mum 54.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.31 mm -1.4 cm 3.31 mm 4.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.45 mm -1.42 cm 3.38 mm 3.82 MeV 338 keV 206 mum 206 mumWAbsorberPhysicaleBrem - 2 5.58 mm -1.43 cm 3.37 mm 3.26 MeV 360 keV 233 mum 439 mumWAbsorberPhysicaleBrem - 3 5.34 mm -1.51 cm 3.82 mm 193 keV 3.07 MeV 1.39 mm 1.83 mmWAbsorberPhysicaleIoni - 4 5.34 mm -1.51 cm 3.82 mm 0 eV 193 keV 44.9 mum 1.88 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.58 mm -1.43 cm 3.37 mm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.28 mm -1.48 cm 3.35 mm 0 eV 69.5 keV 830 mum 830 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.28 mm -1.48 cm 3.35 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.28 mm -1.48 cm 3.35 mm 0 eV 131 keV 24.4 mum 24.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.45 mm -1.42 cm 3.38 mm 331 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.24 mm -1.56 cm 3.66 mm 164 keV 0 eV 3.13 mm 3.13 mmWAbsorberPhysicalcompt - 2 8.14 mm -1.56 cm 3.52 mm 0 eV 69.5 keV 173 mum 3.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.14 mm -1.56 cm 3.52 mm 94.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.14 mm -1.56 cm 3.52 mm 0 eV 94.6 keV 14.5 mum 14.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.24 mm -1.56 cm 3.66 mm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.24 mm -1.56 cm 3.66 mm 0 eV 167 keV 35.8 mum 35.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -13.5 mum -714 mum 165 mum 7.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.35 mm -3.55 cm 8.76 mm 0 eV 0 eV 3.61 cm 3.61 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 55, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.35 mm -3.55 cm 8.76 mm 5.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.37 mm -3.57 cm 8.82 mm 4.45 MeV 387 keV 145 mum 145 mumWAbsorberPhysicaleBrem - 2 4.49 mm -3.56 cm 9.04 mm 3.49 MeV 547 keV 328 mum 473 mumWAbsorberPhysicaleBrem - 3 4.62 mm -3.55 cm 9.1 mm 2.77 MeV 606 keV 148 mum 621 mumWAbsorberPhysicaleBrem - 4 4.68 mm -3.54 cm 9.18 mm 614 keV 246 keV 140 mum 761 mumWAbsorberPhysicaleBrem - 5 4.68 mm -3.54 cm 9.21 mm 0 eV 614 keV 233 mum 994 mumWAbsorberPhysicaleIoni - 6 4.68 mm -3.54 cm 9.21 mm 0 eV 0 eV 0 fm 994 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.68 mm -3.54 cm 9.21 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.5 mm -4.83 cm 7.84 mm 0 eV 69.5 keV 1.92 cm 1.92 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.5 mm -4.83 cm 7.84 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.51 mm -4.83 cm 7.84 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.68 mm -3.54 cm 9.21 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.61 mm -3.09 cm 9.69 mm 0 eV 69.5 keV 6.68 mm 6.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.61 mm -3.09 cm 9.69 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.61 mm -3.09 cm 9.68 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.68 mm -3.54 cm 9.18 mm 1.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.45 mm -3.41 cm 1.46 cm 658 keV 0 eV 6.02 mm 6.02 mmWAbsorberPhysicalcompt - 2 2.3 mm -3.46 cm 1.5 cm 475 keV 0 eV 629 mum 6.65 mmWAbsorberPhysicalcompt - 3 2.97 mm -3.54 cm 1.58 cm 0 eV 69.5 keV 1.31 mm 7.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.97 mm -3.54 cm 1.58 cm 406 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 mm -3.54 cm 1.58 cm 136 keV 23.4 keV 18.8 mum 18.8 mumWAbsorberPhysicaleBrem - 2 2.97 mm -3.54 cm 1.58 cm 0 eV 136 keV 25.9 mum 44.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.97 mm -3.54 cm 1.58 cm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.01 mm -3.56 cm 1.53 cm 0 eV 69.5 keV 1.17 mm 1.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.01 mm -3.56 cm 1.53 cm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.01 mm -3.56 cm 1.53 cm 0 eV 177 keV 39.3 mum 39.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.3 mm -3.46 cm 1.5 cm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.29 mm -3.46 cm 1.5 cm 0 eV 183 keV 41.5 mum 41.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.45 mm -3.41 cm 1.46 cm 1.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm -3.41 cm 1.47 cm 0 eV 1.25 MeV 557 mum 557 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.62 mm -3.55 cm 9.1 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.62 mm -3.55 cm 9.12 mm 0 eV 69.5 keV 24.4 mum 24.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.62 mm -3.55 cm 9.12 mm 40.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.62 mm -3.55 cm 9.12 mm 0 eV 40.2 keV 3.56 mum 3.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.49 mm -3.56 cm 9.04 mm 412 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.67 mm -3.46 cm 1.13 cm 0 eV 69.5 keV 3.27 mm 3.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.67 mm -3.46 cm 1.13 cm 343 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.68 mm -3.46 cm 1.13 cm 0 eV 343 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.37 mm -3.57 cm 8.82 mm 570 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.52 mm -3.62 cm 9.86 mm 230 keV 0 eV 2.46 mm 2.46 mmWAbsorberPhysicalcompt - 2 6.59 mm -3.59 cm 9.57 mm 0 eV 69.5 keV 477 mum 2.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.59 mm -3.59 cm 9.57 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.59 mm -3.59 cm 9.57 mm 0 eV 160 keV 33.6 mum 33.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.52 mm -3.62 cm 9.86 mm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.53 mm -3.62 cm 9.87 mm 0 eV 341 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.35 mm -3.55 cm 8.76 mm 606 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.36 mm -3.56 cm 8.76 mm 0 eV 606 keV 230 mum 230 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -17.5 mum -656 mum 154 mum 13.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 732 mum -7.75 mm 1.46 mm 0 eV 0 eV 7.25 mm 7.25 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 74, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 732 mum -7.75 mm 1.46 mm 9.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 748 mum -7.92 mm 1.46 mm 9.23 MeV 283 keV 182 mum 182 mumWAbsorberPhysicaleBrem - 2 792 mum -8.08 mm 1.47 mm 7.31 MeV 294 keV 170 mum 352 mumWAbsorberPhysicaleBrem - 3 790 mum -8.11 mm 1.49 mm 6.99 MeV 41.2 keV 28.6 mum 381 mumWAbsorberPhysicaleBrem - 4 -1.03 mm -8.78 mm 1.22 mm 3.44 MeV 3.55 MeV 2.04 mm 2.43 mmWAbsorberPhysicaleIoni - 5 -888 mum -8.9 mm 1.47 mm 0 eV 3.44 MeV 831 mum 3.26 mmWAbsorberPhysicaleBrem - 6 -888 mum -8.9 mm 1.47 mm 0 eV 0 eV 0 fm 3.26 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -888 mum -8.9 mm 1.47 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.93 mm -1.28 cm 1.06 cm 490 keV 0 eV 1.01 cm 1.01 cmWAbsorberPhysicalcompt - 2 -6.06 mm -1.46 cm 1.63 cm 275 keV 0 eV 6.77 mm 1.69 cmWAbsorberPhysicalcompt - 3 -6.6 mm -1.47 cm 1.61 cm 0 eV 69.5 keV 571 mum 1.75 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.6 mm -1.47 cm 1.61 cm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.6 mm -1.47 cm 1.61 cm 0 eV 206 keV 49.5 mum 49.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.06 mm -1.46 cm 1.63 cm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.06 mm -1.46 cm 1.63 cm 0 eV 214 keV 52.7 mum 52.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.93 mm -1.28 cm 1.06 cm 21.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.93 mm -1.28 cm 1.06 cm 0 eV 21.3 keV 1.27 mum 1.27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -888 mum -8.9 mm 1.47 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -631 mum -8.4 mm 315 mum 0 eV 69.5 keV 1.28 mm 1.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -631 mum -8.4 mm 315 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -634 mum -8.4 mm 304 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 790 mum -8.11 mm 1.49 mm 282 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 731 mum -9.04 mm 1.75 mm 0 eV 69.5 keV 966 mum 966 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 731 mum -9.04 mm 1.75 mm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 732 mum -9.04 mm 1.75 mm 0 eV 212 keV 52 mum 52 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 792 mum -8.08 mm 1.47 mm 1.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.67 mm -3.25 cm 1.97 cm 296 keV 0 eV 3.14 cm 3.14 cmWAbsorberPhysicalcompt - 2 -3.59 mm -3.14 cm 2.01 cm 245 keV 0 eV 3.3 mm 3.47 cmWAbsorberPhysicalcompt - 3 -2.1 mm -3.01 cm 1.85 cm 144 keV 0 eV 2.54 mm 3.72 cmWAbsorberPhysicalcompt - 4 -2.3 mm -3 cm 1.85 cm 0 eV 69.5 keV 206 mum 3.74 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.3 mm -3 cm 1.85 cm 74.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.3 mm -3 cm 1.85 cm 0 eV 74.7 keV 9.88 mum 9.88 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.1 mm -3.01 cm 1.85 cm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.09 mm -3.01 cm 1.85 cm 0 eV 101 keV 16 mum 16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 mm -3.14 cm 2.01 cm 50.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 mm -3.14 cm 2.01 cm 0 eV 50.8 keV 5.23 mum 5.23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.67 mm -3.25 cm 1.97 cm 1.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.69 mm -3.25 cm 1.98 cm 0 eV 1.32 MeV 591 mum 591 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 748 mum -7.92 mm 1.46 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 880 mum -8.38 mm 1.6 mm 210 keV 0 eV 497 mum 497 mumWAbsorberPhysicalcompt - 2 912 mum -8.49 mm 1.58 mm 0 eV 69.5 keV 114 mum 611 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 912 mum -8.49 mm 1.58 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 912 mum -8.49 mm 1.58 mm 0 eV 141 keV 27.4 mum 27.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 880 mum -8.38 mm 1.6 mm 6.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 880 mum -8.38 mm 1.6 mm 0 eV 6.7 keV 214 nm 214 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 732 mum -7.75 mm 1.46 mm 2.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 657 mum -7.88 mm 1.39 mm 1.84 MeV 375 keV 188 mum 188 mumWAbsorberPhysicaleBrem - 2 655 mum -7.89 mm 1.42 mm 1.5 MeV 31.9 keV 28.1 mum 216 mumWAbsorberPhysicaleBrem - 3 625 mum -7.91 mm 1.48 mm 0 eV 1.5 MeV 683 mum 899 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 655 mum -7.89 mm 1.42 mm 300 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 591 mum -7.98 mm 1.66 mm 0 eV 69.5 keV 269 mum 269 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 92 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 591 mum -7.98 mm 1.66 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 589 mum -7.98 mm 1.66 mm 0 eV 231 keV 59 mum 59 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 91, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 657 mum -7.88 mm 1.39 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 651 mum -7.87 mm 1.41 mm 119 keV 0 eV 26.2 mum 26.2 mumWAbsorberPhysicalcompt - 2 514 mum -7.89 mm 1.32 mm 0 eV 69.5 keV 170 mum 196 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 514 mum -7.89 mm 1.32 mm 49.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 514 mum -7.89 mm 1.32 mm 0 eV 49.5 keV 5.02 mum 5.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 651 mum -7.87 mm 1.41 mm 55.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 651 mum -7.87 mm 1.42 mm 0 eV 55.9 keV 6.16 mum 6.16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.86 mum -105 mum 26.5 mum 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 30.1 mum -686 mum 174 mum 0 eV 69.5 keV 600 mum 600 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 30.1 mum -686 mum 174 mum 59.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 30.5 mum -686 mum 174 mum 0 eV 59.6 keV 6.82 mum 6.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 8.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -31.2 cm 4.63 cm 12.8 cm 8.78 MeV 0 eV 34 cm 34 cmFCALEnvelopePhysicalTransportation - 2 -32.5 cm 4.82 cm 13.3 cm 8.78 MeV 0 eV 1.39 cm 35.4 cmLArgPhysicalTransportation - 3 -1.18 m 17.5 cm 48.4 cm 8.78 MeV 0 eV 93.2 cm 1.29 mCryostatVolumesTransportation - 4 -1.18 m 17.6 cm 48.5 cm 8.78 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 5 -1.25 m 18.5 cm 51.1 cm 8.78 MeV 0 eV 7.07 cm 1.36 mCryostatVolumesTransportation - 6 -1.25 m 18.6 cm 51.2 cm 8.78 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 7 -5 m 74.3 cm 2.05 m 8.78 MeV 0 eV 4.09 m 5.46 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 cm 17.7 cm -5.16 cm 48.3 MeV 0 eV 18.5 cm 18.5 cmLArgPhysicalTransportation - 2 10.2 cm 97.5 cm -28.4 cm 48.3 MeV 0 eV 83.6 cm 1.02 mCryostatVolumesTransportation - 3 20.6 cm 1.98 m -57.6 cm 48.3 MeV 0 eV 1.05 m 2.07 mMotherTransportation - 4 52.1 cm 5 m -1.46 m 48.3 MeV 0 eV 3.17 m 5.23 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=49.0613 -Edep in FCAL1 FCAl2 : 0 49.0613 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2550 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 50 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.17 mum 958 mum 34.6 mum 45.7 MeV 2 MeV 958 mum 958 mumWAbsorberPhysicaleBrem - 2 55.2 mum 1.94 mm -273 mum 43.5 MeV 2.03 MeV 1.04 mm 2 mmWAbsorberPhysicaleBrem - 3 272 mum 2.99 mm -692 mum 35.3 MeV 2.53 MeV 1.15 mm 3.14 mmWAbsorberPhysicaleBrem - 4 796 mum 3.97 mm -1.55 mm 32.5 MeV 2.6 MeV 1.39 mm 4.53 mmWAbsorberPhysicaleBrem - 5 775 mum 4.6 mm -2.13 mm 28.9 MeV 1.57 MeV 849 mum 5.38 mmWAbsorberPhysicaleBrem - 6 940 mum 5.32 mm -2.84 mm 20.5 MeV 2.07 MeV 1.03 mm 6.41 mmWAbsorberPhysicaleBrem - 7 978 mum 5.87 mm -3.47 mm 17.2 MeV 1.58 MeV 879 mum 7.29 mmWAbsorberPhysicaleBrem - 8 825 mum 6.54 mm -4.37 mm 14.5 MeV 2.59 MeV 1.14 mm 8.42 mmWAbsorberPhysicaleBrem - 9 93.2 mum 6.57 mm -3.92 mm 11.8 MeV 2.49 MeV 1.05 mm 9.47 mmWAbsorberPhysicaleBrem - 10 -36.2 mum 6.48 mm -3.81 mm 10.9 MeV 409 keV 191 mum 9.66 mmWAbsorberPhysicaleBrem - 11 -160 mum 6.46 mm -3.72 mm 10.5 MeV 259 keV 153 mum 9.81 mmWAbsorberPhysicaleBrem - 12 -561 mum 6.56 mm -3.71 mm 9.36 MeV 836 keV 432 mum 1.02 cmWAbsorberPhysicaleBrem - 13 -1.24 mm 6.98 mm -3.89 mm 6.48 MeV 1.41 MeV 824 mum 1.11 cmWAbsorberPhysicaleBrem - 14 -1.18 mm 7.21 mm -4.42 mm 3.04 MeV 2.51 MeV 533 mum 1.16 cmWAbsorberPhysicaleBrem - 15 -888 mum 7.11 mm -4.58 mm 1.26 MeV 1.51 MeV 674 mum 1.23 cmWAbsorberPhysicaleBrem - 16 -930 mum 7.05 mm -4.56 mm 0 eV 1.26 MeV 569 mum 1.28 cmWAbsorberPhysicaleIoni - 17 -930 mum 7.05 mm -4.56 mm 0 eV 0 eV 0 fm 1.28 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -930 mum 7.05 mm -4.56 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.95 mm 6.08 mm -4.55 mm 510 keV 0 eV 2.24 mm 2.24 mmWAbsorberPhysicalcompt - 2 -3.57 mm 5.74 mm -4.53 mm 222 keV 0 eV 708 mum 2.95 mmWAbsorberPhysicalcompt - 3 -3.74 mm 6.59 mm -4.73 mm 0 eV 69.5 keV 892 mum 3.84 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.74 mm 6.59 mm -4.73 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.74 mm 6.59 mm -4.73 mm 0 eV 153 keV 31.1 mum 31.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.57 mm 5.74 mm -4.53 mm 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.57 mm 5.73 mm -4.53 mm 0 eV 288 keV 82 mum 82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 mm 6.08 mm -4.55 mm 936 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.95 mm 6.08 mm -4.55 mm 0 eV 936 eV 14.2 nm 14.2 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -930 mum 7.05 mm -4.56 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 mm 8.17 mm -4.57 mm 0 eV 69.5 keV 2.58 mm 2.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm 8.17 mm -4.57 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 mm 8.17 mm -4.57 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -888 mum 7.11 mm -4.58 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -957 mum 6.92 mm -4.57 mm 0 eV 69.5 keV 200 mum 200 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -957 mum 6.92 mm -4.57 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -955 mum 6.92 mm -4.57 mm 0 eV 198 keV 46.4 mum 46.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 mm 7.21 mm -4.42 mm 925 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 mm 7.2 mm -4.92 mm 746 keV 0 eV 518 mum 518 mumWAbsorberPhysicalcompt - 2 -29.9 mum 3.35 mm -1.18 cm 248 keV 0 eV 7.95 mm 8.47 mmWAbsorberPhysicalcompt - 3 -194 mum 3.29 mm -1.17 cm 0 eV 69.5 keV 195 mum 8.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -194 mum 3.29 mm -1.17 cm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -196 mum 3.29 mm -1.17 cm 0 eV 178 keV 39.8 mum 39.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -29.9 mum 3.35 mm -1.18 cm 498 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -25.1 mum 3.34 mm -1.18 cm 0 eV 498 keV 177 mum 177 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 mm 7.2 mm -4.92 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 mm 7.21 mm -4.92 mm 0 eV 178 keV 39.8 mum 39.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 mm 6.98 mm -3.89 mm 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.03 mm 7.86 mm -1.3 cm 559 keV 0 eV 9.2 mm 9.2 mmWAbsorberPhysicalcompt - 2 -1.36 cm 1.26 cm -1.73 cm 0 eV 69.5 keV 1.33 cm 2.25 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm 1.26 cm -1.73 cm 489 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm 1.26 cm -1.74 cm 0 eV 489 keV 173 mum 173 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.03 mm 7.86 mm -1.3 cm 912 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 mm 7.88 mm -1.3 cm 231 keV 465 keV 264 mum 264 mumWAbsorberPhysicaleBrem - 2 -1.89 mm 7.88 mm -1.3 cm 0 eV 231 keV 59.1 mum 323 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.89 mm 7.88 mm -1.3 cm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -250 mum 1.07 cm -1.5 cm 0 eV 69.5 keV 3.8 mm 3.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -250 mum 1.07 cm -1.5 cm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -248 mum 1.07 cm -1.5 cm 0 eV 147 keV 29.5 mum 29.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -561 mum 6.56 mm -3.71 mm 343 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm 6.61 mm -4.03 mm 280 keV 0 eV 1.71 mm 1.71 mmWAbsorberPhysicalcompt - 2 -4.94 mm 9.14 mm -7.53 mm 0 eV 69.5 keV 5.09 mm 6.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.94 mm 9.14 mm -7.53 mm 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.93 mm 9.14 mm -7.53 mm 0 eV 210 keV 51.3 mum 51.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm 6.61 mm -4.03 mm 62.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm 6.61 mm -4.03 mm 0 eV 62.8 keV 7.4 mum 7.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -160 mum 6.46 mm -3.72 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -201 mum 6.47 mm -3.71 mm 0 eV 69.5 keV 46 mum 46 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -201 mum 6.47 mm -3.71 mm 62.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -202 mum 6.47 mm -3.71 mm 0 eV 62.4 keV 7.33 mum 7.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -36.2 mum 6.48 mm -3.81 mm 484 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.76 mm 4.97 mm -566 mum 0 eV 69.5 keV 8.51 mm 8.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.76 mm 4.97 mm -566 mum 414 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.76 mm 4.96 mm -569 mum 0 eV 414 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 93.2 mum 6.57 mm -3.92 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.03 mum 6.54 mm -3.88 mm 0 eV 69.5 keV 98.6 mum 98.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.03 mum 6.54 mm -3.88 mm 89.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8 mum 6.54 mm -3.88 mm 0 eV 89.5 keV 13.3 mum 13.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 825 mum 6.54 mm -4.37 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 613 mum 6.5 mm -4.22 mm 0 eV 69.5 keV 262 mum 262 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 613 mum 6.5 mm -4.22 mm 59.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 613 mum 6.5 mm -4.22 mm 0 eV 59.5 keV 6.81 mum 6.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 978 mum 5.87 mm -3.47 mm 1.69 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.9 mm 3.83 cm -2.47 cm 1.26 MeV 0 eV 3.91 cm 3.91 cmWAbsorberPhysicalcompt - 2 -3.84 mm 3.87 cm -2.53 cm 918 keV 0 eV 754 mum 3.98 cmWAbsorberPhysicalcompt - 3 -9.43 mm 4.97 cm -3.4 cm 364 keV 0 eV 1.51 cm 5.49 cmWAbsorberPhysicalcompt - 4 -1.06 cm 4.94 cm -3.39 cm 0 eV 69.5 keV 1.16 mm 5.6 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm 4.94 cm -3.39 cm 294 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm 4.94 cm -3.39 cm 0 eV 294 keV 84.7 mum 84.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.43 mm 4.97 cm -3.4 cm 555 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.43 mm 4.97 cm -3.4 cm 0 eV 555 keV 204 mum 204 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.84 mm 3.87 cm -2.53 cm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.83 mm 3.87 cm -2.53 cm 0 eV 339 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.9 mm 3.83 cm -2.47 cm 429 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.9 mm 3.83 cm -2.47 cm 0 eV 429 keV 145 mum 145 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 940 mum 5.32 mm -2.84 mm 6.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 mm 1.14 cm -7.78 mm 5.17 MeV 0 eV 8.12 mm 8.12 mmWAbsorberPhysicalcompt - 2 -3.11 mm 2.14 cm -1.33 cm 1.09 MeV 0 eV 1.16 cm 1.97 cmWAbsorberPhysicalcompt - 3 -1.45 cm 3.34 cm -9.67 mm 847 keV 0 eV 1.7 cm 3.67 cmWAbsorberPhysicalcompt - 4 -2.76 cm 3.75 cm -8.64 mm 297 keV 0 eV 1.37 cm 5.04 cmWAbsorberPhysicalcompt - 5 -2.77 cm 3.7 cm -9.21 mm 0 eV 69.5 keV 760 mum 5.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.77 cm 3.7 cm -9.21 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.77 cm 3.7 cm -9.22 mm 0 eV 227 keV 57.5 mum 57.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 cm 3.75 cm -8.64 mm 550 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 cm 3.75 cm -8.64 mm 326 keV 13.9 keV 6.84 mum 6.84 mumWAbsorberPhysicaleBrem - 2 -2.76 cm 3.75 cm -8.65 mm 20.1 keV 122 keV 68 mum 74.8 mumWAbsorberPhysicaleBrem - 3 -2.76 cm 3.75 cm -8.65 mm 0 eV 20.1 keV 1.15 mum 76 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 cm 3.75 cm -8.65 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.73 cm 3.75 cm -9.46 mm 0 eV 69.5 keV 875 mum 875 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.73 cm 3.75 cm -9.46 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.73 cm 3.75 cm -9.46 mm 0 eV 114 keV 19.7 mum 19.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 cm 3.75 cm -8.64 mm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.86 cm 3.86 cm -8.19 mm 0 eV 69.5 keV 1.58 mm 1.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.86 cm 3.86 cm -8.19 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.86 cm 3.86 cm -8.19 mm 0 eV 141 keV 27.6 mum 27.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 cm 3.34 cm -9.67 mm 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm 3.34 cm -9.66 mm 0 eV 242 keV 63.1 mum 63.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.11 mm 2.14 cm -1.33 cm 4.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.95 mm 2.15 cm -1.34 cm 3.18 MeV 520 keV 311 mum 311 mumWAbsorberPhysicaleBrem - 2 -2.93 mm 2.16 cm -1.34 cm 1.87 MeV 1.09 MeV 221 mum 531 mumWAbsorberPhysicaleBrem - 3 -2.69 mm 2.18 cm -1.36 cm 650 keV 1.11 MeV 650 mum 1.18 mmWAbsorberPhysicaleBrem - 4 -2.67 mm 2.18 cm -1.36 cm 0 eV 650 keV 251 mum 1.43 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.69 mm 2.18 cm -1.36 cm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm 2.18 cm -1.36 cm 0 eV 69.5 keV 199 mum 199 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.5 mm 2.18 cm -1.36 cm 37 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm 2.18 cm -1.36 cm 0 eV 37 keV 3.12 mum 3.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.93 mm 2.16 cm -1.34 cm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.48 mm 2.31 cm -1.27 cm 0 eV 69.5 keV 1.68 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.48 mm 2.31 cm -1.27 cm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.48 mm 2.31 cm -1.27 cm 0 eV 159 keV 33.1 mum 33.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 mm 2.15 cm -1.34 cm 379 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 mm 2.19 cm -1.38 cm 0 eV 69.5 keV 514 mum 514 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 mm 2.19 cm -1.38 cm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 mm 2.19 cm -1.38 cm 0 eV 310 keV 91 mum 91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 mm 1.14 cm -7.78 mm 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 mm 1.16 cm -7.78 mm 388 keV 446 keV 294 mum 294 mumWAbsorberPhysicaleBrem - 2 -1.14 mm 1.16 cm -7.78 mm 0 eV 388 keV 126 mum 420 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 mm 1.16 cm -7.78 mm 347 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 mm 1.23 cm -6.66 mm 243 keV 0 eV 1.8 mm 1.8 mmWAbsorberPhysicalcompt - 2 -1.36 mm 1.38 cm -5.24 mm 229 keV 0 eV 2.28 mm 4.07 mmWAbsorberPhysicalcompt - 3 1.93 mm 1.51 cm -2.93 mm 0 eV 69.5 keV 4.22 mm 8.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 mm 1.51 cm -2.93 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 mm 1.51 cm -2.93 mm 0 eV 159 keV 33.2 mum 33.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 mm 1.38 cm -5.24 mm 14 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm 1.38 cm -5.24 mm 0 eV 14 keV 650 nm 650 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.33 mm 1.23 cm -6.66 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.34 mm 1.23 cm -6.66 mm 0 eV 104 keV 17 mum 17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 775 mum 4.6 mm -2.13 mm 2.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 mm 2.04 cm -1.3 cm 679 keV 0 eV 1.92 cm 1.92 cmWAbsorberPhysicalcompt - 2 457 mum 2.3 cm -1.23 cm 0 eV 69.5 keV 3.28 mm 2.25 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 457 mum 2.3 cm -1.23 cm 610 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 456 mum 2.31 cm -1.23 cm 0 eV 610 keV 231 mum 231 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.27 mm 2.04 cm -1.3 cm 1.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.12 mm 2.05 cm -1.31 cm 682 keV 508 keV 309 mum 309 mumWAbsorberPhysicaleBrem - 2 2.13 mm 2.05 cm -1.31 cm 0 eV 682 keV 267 mum 576 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 mm 2.05 cm -1.31 cm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.37 mm 2.02 cm -1.38 cm 0 eV 69.5 keV 841 mum 841 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.37 mm 2.02 cm -1.38 cm 88.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.37 mm 2.02 cm -1.38 cm 0 eV 88.5 keV 13.1 mum 13.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 796 mum 3.97 mm -1.55 mm 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 823 mum 4.5 mm -1.91 mm 0 eV 69.5 keV 639 mum 639 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 823 mum 4.5 mm -1.91 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 824 mum 4.5 mm -1.91 mm 0 eV 139 keV 27.1 mum 27.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 272 mum 2.99 mm -692 mum 5.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.84 mm 1.36 cm -9.18 mm 3.39 MeV 0 eV 1.39 cm 1.39 cmWAbsorberPhysicalcompt - 2 7.1 mm 2.46 cm -2.74 cm 257 keV 0 eV 2.17 cm 3.56 cmWAbsorberPhysicalcompt - 3 7.14 mm 2.46 cm -2.72 cm 174 keV 0 eV 248 mum 3.58 cmWAbsorberPhysicalcompt - 4 7.06 mm 2.47 cm -2.71 cm 0 eV 69.5 keV 130 mum 3.59 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.06 mm 2.47 cm -2.71 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.06 mm 2.47 cm -2.71 cm 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.14 mm 2.46 cm -2.72 cm 82.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.14 mm 2.46 cm -2.72 cm 0 eV 82.5 keV 11.6 mum 11.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.1 mm 2.46 cm -2.74 cm 3.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.65 mm 2.49 cm -2.74 cm 1.41 MeV 1.6 MeV 816 mum 816 mumWAbsorberPhysicaleBrem - 2 7.66 mm 2.49 cm -2.76 cm 14.3 keV 1.26 MeV 611 mum 1.43 mmWAbsorberPhysicaleBrem - 3 7.66 mm 2.49 cm -2.76 cm 0 eV 14.3 keV 674 nm 1.43 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.66 mm 2.49 cm -2.76 cm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.67 mm 2.49 cm -2.76 cm 0 eV 69.5 keV 53.1 mum 53.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.67 mm 2.49 cm -2.76 cm 61 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.67 mm 2.49 cm -2.76 cm 0 eV 61 keV 7.07 mum 7.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.65 mm 2.49 cm -2.74 cm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.73 mm 2.47 cm -2.75 cm 0 eV 69.5 keV 175 mum 175 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.73 mm 2.47 cm -2.75 cm 46.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.73 mm 2.47 cm -2.75 cm 0 eV 46.2 keV 4.49 mum 4.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.84 mm 1.36 cm -9.18 mm 2.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 mm 1.38 cm -9.21 mm 0 eV 2.26 MeV 1.06 mm 1.06 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 55.2 mum 1.94 mm -273 mum 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 84.8 mum 2.16 mm -330 mum 0 eV 69.5 keV 231 mum 231 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 84.8 mum 2.16 mm -330 mum 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 85.5 mum 2.16 mm -329 mum 0 eV 110 keV 18.5 mum 18.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.17 mum 958 mum 34.6 mum 375 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -601 mum 9.3 mm -2.35 mm 0 eV 69.5 keV 8.7 mm 8.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -601 mum 9.3 mm -2.35 mm 305 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -597 mum 9.31 mm -2.35 mm 0 eV 305 keV 89.2 mum 89.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 15.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 14.8 cm -12.3 cm 1.71 cm 15.8 MeV 0 eV 19.3 cm 19.3 cmLArgPhysicalTransportation - 2 1.17 m -97.5 cm 13.5 cm 15.8 MeV 0 eV 1.34 m 1.53 mMotherTransportation - 3 5 m -4.17 m 57.7 cm 15.8 MeV 0 eV 5 m 6.53 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.82 cm -19.4 cm 5.06 mm 41.3 MeV 0 eV 20.9 cm 20.9 cmFCALEnvelopePhysicalTransportation - 2 -7.9 cm -19.6 cm 5.11 mm 41.3 MeV 0 eV 2.08 mm 21.1 cmLArgPhysicalTransportation - 3 -39.4 cm -97.5 cm 2.55 cm 41.3 MeV 0 eV 84.1 cm 1.05 mMotherTransportation - 4 -2.02 m -5 m 13.1 cm 41.3 MeV 0 eV 4.34 m 5.39 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=49.0609 -Edep in FCAL1 FCAl2 : 0 49.0609 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2551 0 0 0 --------------------------------------------- - ----> Begin of event: 51 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 51 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -58.2 mum 38.1 mum 39.1 mum 24.7 MeV 140 keV 80 mum 80 mumWAbsorberPhysicaleBrem - 2 -196 mum 162 mum 152 mum 20.6 MeV 312 keV 218 mum 298 mumWAbsorberPhysicaleBrem - 3 -353 mum 245 mum 235 mum 18.5 MeV 547 keV 196 mum 494 mumWAbsorberPhysicaleBrem - 4 -886 mum 566 mum 463 mum 16 MeV 1.13 MeV 655 mum 1.15 mmWAbsorberPhysicaleBrem - 5 -998 mum 587 mum 681 mum 15.1 MeV 390 keV 249 mum 1.4 mmWAbsorberPhysicaleBrem - 6 -1.42 mm 822 mum 1.1 mm 13.2 MeV 1.68 MeV 741 mum 2.14 mmWAbsorberPhysicaleBrem - 7 -2.55 mm 1.23 mm 1.57 mm 10.4 MeV 2.4 MeV 1.22 mm 3.36 mmWAbsorberPhysicaleBrem - 8 -2.66 mm 1.26 mm 1.69 mm 9.75 MeV 321 keV 161 mum 3.52 mmWAbsorberPhysicaleBrem - 9 -1.55 mm 1.95 mm 3.59 mm 5.18 MeV 4.57 MeV 2.37 mm 5.89 mmWAbsorberPhysicaleIoni - 10 -1.65 mm 2.08 mm 3.32 mm 3.65 MeV 603 keV 310 mum 6.2 mmWAbsorberPhysicaleBrem - 11 -1.44 mm 2.36 mm 3.16 mm 2.76 MeV 755 keV 486 mum 6.68 mmWAbsorberPhysicaleBrem - 12 -996 mum 2.45 mm 2.35 mm 223 keV 2.23 MeV 1.24 mm 7.92 mmWAbsorberPhysicaleBrem - 13 -992 mum 2.45 mm 2.35 mm 0 eV 223 keV 53.9 mum 7.98 mmWAbsorberPhysicaleIoni - 14 -992 mum 2.45 mm 2.35 mm 0 eV 0 eV 0 fm 7.98 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -992 mum 2.45 mm 2.35 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 524 mum 3.19 mm 6.89 mm 0 eV 69.5 keV 4.84 mm 4.84 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 524 mum 3.19 mm 6.89 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 528 mum 3.18 mm 6.9 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -992 mum 2.45 mm 2.35 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 mm 1.96 mm -600 mum 0 eV 69.5 keV 3.15 mm 3.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm 1.96 mm -600 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 mm 1.97 mm -613 mum 235 keV 32.3 keV 19.3 mum 19.3 mumWAbsorberPhysicaleBrem - 2 -1.98 mm 1.97 mm -616 mum 0 eV 235 keV 60.5 mum 79.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm 1.97 mm -613 mum 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 mm 2.16 mm -1.05 mm 0 eV 69.5 keV 581 mum 581 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 mm 2.16 mm -1.05 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 mm 2.16 mm -1.05 mm 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -996 mum 2.45 mm 2.35 mm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 mm 2.17 mm 2.36 mm 0 eV 69.5 keV 334 mum 334 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 mm 2.17 mm 2.36 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 mm 2.16 mm 2.36 mm 0 eV 234 keV 60.3 mum 60.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 mm 2.36 mm 3.16 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 mm 2.37 mm 3.13 mm 0 eV 69.5 keV 32.8 mum 32.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 mm 2.37 mm 3.13 mm 67.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 mm 2.37 mm 3.13 mm 0 eV 67.4 keV 8.35 mum 8.35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm 2.08 mm 3.32 mm 930 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.82 mm 8.18 mm -2.27 mm 591 keV 0 eV 8.55 mm 8.55 mmWAbsorberPhysicalcompt - 2 -3.71 mm 8.25 mm -2.71 mm 229 keV 0 eV 458 mum 9.01 mmWAbsorberPhysicalcompt - 3 -3.97 mm 8.06 mm -2.68 mm 0 eV 69.5 keV 327 mum 9.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.97 mm 8.06 mm -2.68 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.97 mm 8.06 mm -2.68 mm 0 eV 159 keV 33.2 mum 33.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.71 mm 8.25 mm -2.71 mm 362 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.71 mm 8.25 mm -2.71 mm 221 keV 8.11 keV 5.8 mum 5.8 mumWAbsorberPhysicaleBrem - 2 -3.71 mm 8.26 mm -2.72 mm 0 eV 221 keV 55.4 mum 61.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.71 mm 8.25 mm -2.71 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.76 mm 8.4 mm -2.94 mm 0 eV 69.5 keV 275 mum 275 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.76 mm 8.4 mm -2.94 mm 63.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.76 mm 8.4 mm -2.94 mm 0 eV 63.2 keV 7.48 mum 7.48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.82 mm 8.18 mm -2.27 mm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.82 mm 8.18 mm -2.27 mm 201 keV 19.3 keV 11 mum 11 mumWAbsorberPhysicaleBrem - 2 -3.82 mm 8.18 mm -2.27 mm 0 eV 201 keV 47.7 mum 58.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.82 mm 8.18 mm -2.27 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.91 mm 7.93 mm -2.33 mm 0 eV 69.5 keV 279 mum 279 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.91 mm 7.93 mm -2.33 mm 48.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.91 mm 7.93 mm -2.33 mm 0 eV 48.9 keV 4.92 mum 4.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.66 mm 1.26 mm 1.69 mm 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.78 mm 1.4 mm 1.83 mm 146 keV 0 eV 242 mum 242 mumWAbsorberPhysicalcompt - 2 -2.55 mm 1.35 mm 1.61 mm 0 eV 69.5 keV 326 mum 568 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm 1.35 mm 1.61 mm 76.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm 1.34 mm 1.61 mm 0 eV 76.2 keV 10.2 mum 10.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.78 mm 1.4 mm 1.83 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.78 mm 1.41 mm 1.84 mm 0 eV 169 keV 36.4 mum 36.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm 1.23 mm 1.57 mm 458 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.31 mm 3.68 mm 8.12 mm 0 eV 69.5 keV 8.46 mm 8.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.31 mm 3.68 mm 8.12 mm 388 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.32 mm 3.68 mm 8.12 mm 0 eV 388 keV 126 mum 126 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm 822 mum 1.1 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 mm 895 mum 1.28 mm 0 eV 69.5 keV 246 mum 246 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 mm 895 mum 1.28 mm 61.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 mm 895 mum 1.28 mm 0 eV 61.7 keV 7.2 mum 7.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -998 mum 587 mum 681 mum 525 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.56 mm 2.15 mm 5.4 mm 0 eV 69.5 keV 5.6 mm 5.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.56 mm 2.15 mm 5.4 mm 455 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.56 mm 2.14 mm 5.41 mm 0 eV 455 keV 157 mum 157 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -886 mum 566 mum 463 mum 1.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.85 mm 2.13 mm 6.27 mm 407 keV 0 eV 6.71 mm 6.71 mmWAbsorberPhysicalcompt - 2 -8.3 mm 5.08 mm 4 mm 0 eV 69.5 keV 5.8 mm 1.25 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.3 mm 5.08 mm 4 mm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.3 mm 5.09 mm 4.01 mm 0 eV 337 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.85 mm 2.13 mm 6.27 mm 955 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.85 mm 2.13 mm 6.31 mm 0 eV 955 keV 405 mum 405 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -353 mum 245 mum 235 mum 1.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 cm 7.9 mm 7.52 mm 306 keV 0 eV 1.44 cm 1.44 cmWAbsorberPhysicalcompt - 2 -1.05 cm 7.43 mm 7.02 mm 274 keV 0 eV 767 mum 1.52 cmWAbsorberPhysicalcompt - 3 -1.11 cm 7.31 mm 6.58 mm 209 keV 0 eV 809 mum 1.6 cmWAbsorberPhysicalcompt - 4 -1.09 cm 7.54 mm 4.54 mm 0 eV 69.5 keV 2.07 mm 1.8 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm 7.54 mm 4.54 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm 7.54 mm 4.54 mm 0 eV 140 keV 27.2 mum 27.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm 7.31 mm 6.58 mm 64.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm 7.31 mm 6.58 mm 0 eV 64.3 keV 7.71 mum 7.71 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm 7.43 mm 7.02 mm 31.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 cm 7.43 mm 7.02 mm 0 eV 31.9 keV 2.43 mum 2.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 cm 7.9 mm 7.52 mm 1.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm 7.94 mm 7.55 mm 0 eV 1.31 MeV 587 mum 587 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -196 mum 162 mum 152 mum 3.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.47 mm 2.79 mm 3.75 mm 3.35 MeV 0 eV 6.9 mm 6.9 mmWAbsorberPhysicalcompt - 2 -8.12 mm 4.64 mm 6.39 mm 0 eV 0 eV 4.17 mm 1.11 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.12 mm 4.64 mm 6.39 mm 1.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.13 mm 4.67 mm 6.45 mm 886 keV 461 keV 92.6 mum 92.6 mumWAbsorberPhysicaleBrem - 2 -8.14 mm 4.7 mm 6.47 mm 0 eV 886 keV 372 mum 465 mumWAbsorberPhysicaleIoni - 3 -8.14 mm 4.7 mm 6.47 mm 0 eV 0 eV 0 fm 465 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.14 mm 4.7 mm 6.47 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.76 cm 2.03 cm 9.72 mm 458 keV 0 eV 1.85 cm 1.85 cmWAbsorberPhysicalcompt - 2 -1.79 cm 2.28 cm 1.09 cm 452 keV 0 eV 2.85 mm 2.14 cmWAbsorberPhysicalcompt - 3 -1.79 cm 2.42 cm 1.18 cm 0 eV 69.5 keV 1.57 mm 2.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 cm 2.42 cm 1.18 cm 383 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.79 cm 2.42 cm 1.18 cm 0 eV 383 keV 123 mum 123 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 cm 2.28 cm 1.09 cm 5.53 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.79 cm 2.28 cm 1.09 cm 0 eV 5.53 keV 162 nm 162 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.76 cm 2.03 cm 9.72 mm 53.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.76 cm 2.03 cm 9.72 mm 0 eV 53.1 keV 5.64 mum 5.64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.14 mm 4.7 mm 6.47 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.34 mm 71.9 mum 5.51 mm 0 eV 69.5 keV 5.5 mm 5.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.34 mm 71.9 mum 5.51 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.33 mm 67.4 mum 5.51 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.13 mm 4.67 mm 6.45 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.52 mm 4.76 mm 6.54 mm 0 eV 69.5 keV 409 mum 409 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.52 mm 4.76 mm 6.54 mm 47.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.52 mm 4.76 mm 6.54 mm 0 eV 47.4 keV 4.68 mum 4.68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.12 mm 4.64 mm 6.39 mm 866 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.13 mm 4.66 mm 6.41 mm 0 eV 866 keV 360 mum 360 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.47 mm 2.79 mm 3.75 mm 407 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.48 mm 2.79 mm 3.74 mm 0 eV 407 keV 134 mum 134 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -58.2 mum 38.1 mum 39.1 mum 768 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.45 mm 2.57 mm 2.46 mm 242 keV 0 eV 4.88 mm 4.88 mmWAbsorberPhysicalcompt - 2 -3.83 mm 1.75 mm 1.74 mm 0 eV 69.5 keV 1.16 mm 6.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.83 mm 1.75 mm 1.74 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.84 mm 1.75 mm 1.74 mm 0 eV 172 keV 37.7 mum 37.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.45 mm 2.57 mm 2.46 mm 526 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.46 mm 2.58 mm 2.47 mm 0 eV 526 keV 190 mum 190 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.12 cm -8.13 cm -6.22 cm 49.1 MeV 0 eV 10.5 cm 10.5 cmF2RodPhysicalTransportation - 2 2.12 cm -8.15 cm -6.24 cm 49.1 MeV 0 eV 229 mum 10.5 cmF2LArGapPhysicalTransportation - 3 2.13 cm -8.18 cm -6.26 cm 49.1 MeV 0 eV 479 mum 10.5 cmCuPlateBPhysicalTransportation - 4 2.92 cm -11.2 cm -8.57 cm 49.1 MeV 0 eV 3.88 cm 14.4 cmLArgPhysicalTransportation - 5 3.94 cm -15.1 cm -11.6 cm 49.1 MeV 0 eV 5.05 cm 19.5 cmBackExcluderTransportation - 6 7.31 cm -28 cm -21.5 cm 49.1 MeV 0 eV 16.6 cm 36.1 cmLArgPhysicalTransportation - 7 25.4 cm -97.5 cm -74.7 cm 49.1 MeV 0 eV 89.3 cm 1.25 mMotherTransportation - 8 1.3 m -5 m -3.83 m 49.1 MeV 0 eV 5.18 m 6.43 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.98 cm 18.2 cm 11.9 cm 30.5 MeV 0 eV 22.5 cm 22.5 cmLArgPhysicalTransportation - 2 32.1 cm 97.5 cm 63.9 cm 30.5 MeV 0 eV 98.4 cm 1.21 mCryostatVolumesTransportation - 3 57.4 cm 1.74 m 1.14 m 30.5 MeV 0 eV 95.1 cm 2.16 mInsulationPhysicalTransportation - 4 60.5 cm 1.84 m 1.2 m 30.5 MeV 0 eV 11.8 cm 2.28 mCryostatVolumesTransportation - 5 60.6 cm 1.84 m 1.21 m 30.5 MeV 0 eV 4.23 mm 2.28 mMotherTransportation - 6 1.65 m 5 m 3.28 m 30.5 MeV 0 eV 3.92 m 6.2 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=26.6315 -Edep in FCAL1 FCAl2 : 0 26.6315 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2552 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 52 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 353 mum -63 mum -194 mum 21.2 MeV 953 keV 420 mum 420 mumWAbsorberPhysicaleBrem - 2 402 mum -52.2 mum -212 mum 20.9 MeV 87 keV 53.5 mum 473 mumWAbsorberPhysicaleBrem - 3 568 mum 8.3 mum -288 mum 20 MeV 379 keV 191 mum 664 mumWAbsorberPhysicaleBrem - 4 1.09 mm 131 mum -440 mum 18.7 MeV 1.07 MeV 562 mum 1.23 mmWAbsorberPhysicaleBrem - 5 1.06 mm 1.28 mm -2.22 mm 14.6 MeV 3.56 MeV 2.03 mm 3.26 mmWAbsorberPhysicaleBrem - 6 1.44 mm 1.76 mm -2.97 mm 12.2 MeV 1.76 MeV 985 mum 4.24 mmWAbsorberPhysicaleBrem - 7 1.42 mm 2.05 mm -2.94 mm 11.4 MeV 585 keV 296 mum 4.54 mmWAbsorberPhysicaleBrem - 8 1.41 mm 2.63 mm -3.19 mm 9.11 MeV 1.2 MeV 621 mum 5.16 mmWAbsorberPhysicaleBrem - 9 1.42 mm 2.66 mm -3.2 mm 5.95 MeV 56.2 keV 36.4 mum 5.19 mmWAbsorberPhysicaleBrem - 10 1.42 mm 2.68 mm -3.21 mm 4.65 MeV 30.8 keV 19 mum 5.21 mmWAbsorberPhysicaleBrem - 11 1.54 mm 2.83 mm -3.37 mm 3.88 MeV 641 keV 292 mum 5.5 mmWAbsorberPhysicaleBrem - 12 1.66 mm 2.91 mm -3.66 mm 3.11 MeV 644 keV 375 mum 5.88 mmWAbsorberPhysicaleBrem - 13 1.6 mm 2.85 mm -3.73 mm 2.76 MeV 225 keV 111 mum 5.99 mmWAbsorberPhysicaleBrem - 14 1.55 mm 2.84 mm -3.77 mm 2.46 MeV 104 keV 65.8 mum 6.06 mmWAbsorberPhysicaleBrem - 15 1.57 mm 2.89 mm -3.81 mm 1.51 MeV 99.6 keV 69.7 mum 6.13 mmWAbsorberPhysicaleBrem - 16 1.58 mm 2.98 mm -3.84 mm 0 eV 1.51 MeV 700 mum 6.83 mmWAbsorberPhysicaleIoni - 17 1.58 mm 2.98 mm -3.84 mm 0 eV 0 eV 0 fm 6.83 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 mm 2.98 mm -3.84 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.02 mm 2.48 mm -3.47 mm 310 keV 0 eV 2.51 mm 2.51 mmWAbsorberPhysicalcompt - 2 4.75 mm 3.33 mm -4.07 mm 283 keV 0 eV 1.27 mm 3.79 mmWAbsorberPhysicalcompt - 3 6.94 mm 4.86 mm -8.5 mm 0 eV 69.5 keV 5.17 mm 8.95 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.94 mm 4.86 mm -8.5 mm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.94 mm 4.85 mm -8.5 mm 0 eV 213 keV 52.3 mum 52.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.75 mm 3.33 mm -4.07 mm 27.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.75 mm 3.34 mm -4.07 mm 0 eV 27.4 keV 1.91 mum 1.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.02 mm 2.48 mm -3.47 mm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.02 mm 2.47 mm -3.47 mm 0 eV 201 keV 47.6 mum 47.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 mm 2.98 mm -3.84 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -376 mum 3.38 mm -4.14 mm 259 keV 0 eV 2.02 mm 2.02 mmWAbsorberPhysicalcompt - 2 -726 mum 3.64 mm -1.93 mm 0 eV 69.5 keV 2.25 mm 4.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -726 mum 3.64 mm -1.93 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -725 mum 3.64 mm -1.93 mm 0 eV 190 keV 43.7 mum 43.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -376 mum 3.38 mm -4.14 mm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -380 mum 3.38 mm -4.14 mm 0 eV 252 keV 67 mum 67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm 2.89 mm -3.81 mm 848 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 mm 5.21 mm -4.85 mm 629 keV 0 eV 2.58 mm 2.58 mmWAbsorberPhysicalcompt - 2 4.79 mm 7.71 mm -8.72 mm 0 eV 69.5 keV 5.39 mm 7.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.79 mm 7.71 mm -8.72 mm 559 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.8 mm 7.7 mm -8.73 mm 0 eV 559 keV 207 mum 207 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm 5.21 mm -4.85 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 mm 5.22 mm -4.85 mm 0 eV 220 keV 54.8 mum 54.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 mm 2.84 mm -3.77 mm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 mm 4.23 mm -4.04 mm 0 eV 69.5 keV 1.46 mm 1.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 mm 4.23 mm -4.04 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 mm 4.23 mm -4.04 mm 0 eV 123 keV 22 mum 22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 mm 2.85 mm -3.73 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm 2.83 mm -3.8 mm 0 eV 69.5 keV 105 mum 105 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm 2.83 mm -3.8 mm 62.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm 2.83 mm -3.8 mm 0 eV 62.4 keV 7.33 mum 7.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 mm 2.91 mm -3.66 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.47 mm 2.86 mm -3.79 mm 0 eV 69.5 keV 239 mum 239 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.47 mm 2.86 mm -3.79 mm 55.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.47 mm 2.86 mm -3.79 mm 0 eV 55.7 keV 6.12 mum 6.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 mm 2.83 mm -3.37 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 mm 3.48 mm -3.8 mm 0 eV 69.5 keV 776 mum 776 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 mm 3.48 mm -3.8 mm 55.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 mm 3.48 mm -3.8 mm 0 eV 55.5 keV 6.08 mum 6.08 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 mm 2.68 mm -3.21 mm 1.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 mm 5.8 mm -5.13 mm 628 keV 0 eV 3.67 mm 3.67 mmWAbsorberPhysicalcompt - 2 2.89 mm 6.28 mm -8.13 mm 452 keV 0 eV 3.36 mm 7.03 mmWAbsorberPhysicalcompt - 3 1.68 mm 6.72 mm -1.12 cm 185 keV 0 eV 3.29 mm 1.03 cmWAbsorberPhysicalcompt - 4 1.4 mm 6.98 mm -1.05 cm 0 eV 69.5 keV 783 mum 1.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm 6.98 mm -1.05 cm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 mm 6.98 mm -1.05 cm 0 eV 116 keV 20.2 mum 20.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.68 mm 6.72 mm -1.12 cm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 mm 6.72 mm -1.12 cm 0 eV 267 keV 73.2 mum 73.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.89 mm 6.28 mm -8.13 mm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.89 mm 6.28 mm -8.13 mm 0 eV 176 keV 39.1 mum 39.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 mm 5.8 mm -5.13 mm 640 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm 5.82 mm -5.13 mm 0 eV 640 keV 246 mum 246 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 mm 2.66 mm -3.2 mm 3.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.56 mm 1.94 cm -1.22 cm 0 eV 69.5 keV 1.94 cm 1.94 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.56 mm 1.94 cm -1.22 cm 3.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.57 mm 1.94 cm -1.22 cm 2.75 MeV 137 keV 65.9 mum 65.9 mumWAbsorberPhysicaleBrem - 2 5.45 mm 1.99 cm -1.22 cm 1.45 MeV 1.1 MeV 660 mum 726 mumWAbsorberPhysicaleBrem - 3 5.39 mm 2 cm -1.24 cm 429 keV 808 keV 398 mum 1.12 mmWAbsorberPhysicaleBrem - 4 5.4 mm 2 cm -1.24 cm 0 eV 429 keV 144 mum 1.27 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.39 mm 2 cm -1.24 cm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.72 mm 1.98 cm -1.26 cm 0 eV 69.5 keV 435 mum 435 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.72 mm 1.98 cm -1.26 cm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.72 mm 1.98 cm -1.26 cm 0 eV 142 keV 28 mum 28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.45 mm 1.99 cm -1.22 cm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.57 mm 2.06 cm -1.2 cm 0 eV 69.5 keV 791 mum 791 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.57 mm 2.06 cm -1.2 cm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.57 mm 2.06 cm -1.2 cm 0 eV 133 keV 25.1 mum 25.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.57 mm 1.94 cm -1.22 cm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.64 mm 1.96 cm -1.24 cm 0 eV 69.5 keV 271 mum 271 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.64 mm 1.96 cm -1.24 cm 77.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.64 mm 1.96 cm -1.24 cm 0 eV 77.6 keV 10.5 mum 10.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm 2.63 mm -3.19 mm 1.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 mm 8.45 mm -5.89 mm 343 keV 0 eV 6.53 mm 6.53 mmWAbsorberPhysicalcompt - 2 3.25 mm 8.53 mm -5.43 mm 0 eV 69.5 keV 747 mum 7.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.25 mm 8.53 mm -5.43 mm 273 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.26 mm 8.53 mm -5.43 mm 0 eV 273 keV 75.9 mum 75.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 mm 8.45 mm -5.89 mm 712 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 mm 8.47 mm -5.9 mm 0 eV 712 keV 282 mum 282 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 mm 2.05 mm -2.94 mm 280 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm 2.3 mm -2.97 mm 244 keV 0 eV 253 mum 253 mumWAbsorberPhysicalcompt - 2 2.59 mm 3.32 mm -3.1 mm 0 eV 69.5 keV 1.54 mm 1.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 mm 3.32 mm -3.1 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm 3.32 mm -3.1 mm 0 eV 174 keV 38.4 mum 38.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm 2.3 mm -2.97 mm 36.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm 2.3 mm -2.97 mm 0 eV 36.2 keV 3.01 mum 3.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm 1.76 mm -2.97 mm 613 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 mm 4.22 mm -3.03 mm 580 keV 0 eV 2.47 mm 2.47 mmWAbsorberPhysicalcompt - 2 1.36 mm 4.92 mm -2.92 mm 0 eV 69.5 keV 723 mum 3.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 mm 4.92 mm -2.92 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 mm 4.93 mm -2.91 mm 0 eV 511 keV 183 mum 183 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 mm 4.22 mm -3.03 mm 32.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 mm 4.22 mm -3.03 mm 0 eV 32.5 keV 2.51 mum 2.51 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 mm 1.28 mm -2.22 mm 507 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.16 mm 3.63 mm -4.32 mm 0 eV 69.5 keV 3.79 mm 3.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.16 mm 3.63 mm -4.32 mm 437 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.17 mm 3.64 mm -4.33 mm 0 eV 437 keV 148 mum 148 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 mm 131 mum -440 mum 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 mm 407 mum -709 mum 0 eV 69.5 keV 425 mum 425 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 mm 407 mum -709 mum 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 mm 409 mum -712 mum 0 eV 207 keV 50.1 mum 50.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 568 mum 8.3 mum -288 mum 488 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.87 mm 861 mum -1.53 mm 200 keV 0 eV 2.75 mm 2.75 mmWAbsorberPhysicalcompt - 2 2.44 mm 895 mum -1.75 mm 0 eV 69.5 keV 479 mum 3.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.44 mm 895 mum -1.75 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm 895 mum -1.75 mm 0 eV 130 keV 24.2 mum 24.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.87 mm 861 mum -1.53 mm 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.87 mm 862 mum -1.53 mm 0 eV 288 keV 82 mum 82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 402 mum -52.2 mum -212 mum 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 mm 247 mum -853 mum 0 eV 69.5 keV 1.42 mm 1.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 mm 247 mum -853 mum 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 mm 246 mum -852 mum 0 eV 130 keV 24.1 mum 24.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 353 mum -63 mum -194 mum 8.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.7 cm 2.82 mm -7.32 mm 0 eV 0 eV 1.84 cm 1.84 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 56, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.7 cm 2.82 mm -7.32 mm 3.94 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 cm 3.23 mm -7.54 mm 1.93 MeV 1.89 MeV 587 mum 587 mumWAbsorberPhysicaleBrem - 2 1.76 cm 3.11 mm -7.24 mm 0 eV 1.29 MeV 719 mum 1.31 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.76 cm 3.11 mm -7.24 mm 1.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.57 cm 6.64 mm -1.5 mm 0 eV 69.5 keV 1.93 cm 1.93 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.57 cm 6.64 mm -1.5 mm 1.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.58 cm 6.65 mm -1.5 mm 0 eV 1.23 MeV 546 mum 546 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.76 cm 3.11 mm -7.24 mm 361 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 cm 2.92 mm -6.18 mm 0 eV 69.5 keV 3.46 mm 3.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 cm 2.92 mm -6.18 mm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 cm 2.92 mm -6.18 mm 0 eV 291 keV 83.3 mum 83.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 cm 3.23 mm -7.54 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm 3.26 mm -7.64 mm 0 eV 69.5 keV 152 mum 152 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm 3.26 mm -7.64 mm 47.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm 3.26 mm -7.64 mm 0 eV 47.7 keV 4.72 mum 4.72 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.7 cm 2.82 mm -7.32 mm 3.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 cm 2.91 mm -7.32 mm 2.36 MeV 380 keV 222 mum 222 mumWAbsorberPhysicaleBrem - 2 1.7 cm 3 mm -7.6 mm 965 keV 995 keV 594 mum 816 mumWAbsorberPhysicaleBrem - 3 1.7 cm 3.03 mm -7.57 mm 0 eV 965 keV 410 mum 1.23 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.7 cm 3 mm -7.6 mm 398 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.19 cm 5 mm -1.42 mm 0 eV 69.5 keV 8.19 mm 8.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.19 cm 5 mm -1.42 mm 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.19 cm 5.01 mm -1.41 mm 0 eV 329 keV 99.2 mum 99.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 cm 2.91 mm -7.32 mm 623 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.75 cm 2.95 mm -1.05 cm 600 keV 0 eV 3.21 mm 3.21 mmWAbsorberPhysicalcompt - 2 1.8 cm 4.32 mm -1.57 cm 0 eV 69.5 keV 5.43 mm 8.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 cm 4.32 mm -1.57 cm 531 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 cm 4.29 mm -1.57 cm 281 keV 79.4 keV 57.1 mum 57.1 mumWAbsorberPhysicaleBrem - 2 1.8 cm 4.28 mm -1.57 cm 0 eV 281 keV 79.2 mum 136 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 cm 4.29 mm -1.57 cm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 cm 4.24 mm -1.56 cm 0 eV 69.5 keV 102 mum 102 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 cm 4.24 mm -1.56 cm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 cm 4.24 mm -1.56 cm 0 eV 101 keV 16 mum 16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.75 cm 2.95 mm -1.05 cm 22.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.75 cm 2.95 mm -1.05 cm 0 eV 22.2 keV 1.36 mum 1.36 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.48 cm 2.86 cm -6.77 cm 36.1 MeV 0 eV 10.5 cm 10.5 cmF2RodPhysicalTransportation - 2 -7.52 cm 2.87 cm -6.8 cm 36.1 MeV 0 eV 540 mum 10.5 cmF2LArGapPhysicalTransportation - 3 -7.55 cm 2.88 cm -6.83 cm 36.1 MeV 0 eV 529 mum 10.6 cmCuPlateBPhysicalTransportation - 4 -10.3 cm 3.93 cm -9.32 cm 36.1 MeV 0 eV 3.85 cm 14.4 cmLArgPhysicalTransportation - 5 -12.8 cm 4.89 cm -11.6 cm 36.1 MeV 0 eV 3.5 cm 17.9 cmBackExcluderTransportation - 6 -42.8 cm 16.4 cm -38.8 cm 36.1 MeV 0 eV 42.1 cm 60 cmLArgPhysicalTransportation - 7 -94.5 cm 36.1 cm -85.5 cm 36.1 MeV 0 eV 72.4 cm 1.32 mCryostatVolumesTransportation - 8 -94.7 cm 36.2 cm -85.7 cm 36.1 MeV 0 eV 3.12 mm 1.33 mInsulationPhysicalTransportation - 9 -99.9 cm 38.2 cm -90.4 cm 36.1 MeV 0 eV 7.28 cm 1.4 mCryostatVolumesTransportation - 10 -1 m 38.2 cm -90.6 cm 36.1 MeV 0 eV 2.6 mm 1.4 mMotherTransportation - 11 -5 m 1.91 m -4.52 m 36.1 MeV 0 eV 5.6 m 7.01 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm -7.65 cm 33.4 cm 38.6 MeV 0 eV 34.3 cm 34.3 cmCuPlateAPhysicalTransportation - 2 -1.62 cm -8.23 cm 35.9 cm 38.6 MeV 0 eV 2.6 cm 36.9 cmFCALEnvelopePhysicalTransportation - 3 -1.75 cm -8.87 cm 38.7 cm 38.6 MeV 0 eV 2.86 cm 39.8 cmFCALEmModulePhysicalTransportation - 4 -1.8 cm -9.17 cm 40 cm 38.6 MeV 0 eV 1.36 cm 41.1 cmF1LArGapPhysicalTransportation - 5 -1.81 cm -9.19 cm 40.1 cm 38.6 MeV 0 eV 1.09 mm 41.2 cmFCALEmModulePhysicalTransportation - 6 -1.94 cm -9.84 cm 43 cm 38.6 MeV 0 eV 2.88 cm 44.1 cmF1LArGapPhysicalTransportation - 7 -1.94 cm -9.86 cm 43.1 cm 38.6 MeV 0 eV 988 mum 44.2 cmFCALEmModulePhysicalTransportation - 8 -2.02 cm -10.2 cm 44.7 cm 38.6 MeV 0 eV 1.71 cm 45.9 cmF1LArGapPhysicalTransportation - 9 -2.02 cm -10.3 cm 44.8 cm 38.6 MeV 0 eV 988 mum 46 cmFCALEmModulePhysicalTransportation - 10 -2.15 cm -10.9 cm 47.7 cm 38.6 MeV 0 eV 2.98 cm 49 cmF1LArGapPhysicalTransportation - 11 -2.16 cm -11 cm 47.8 cm 38.6 MeV 0 eV 1.25 mm 49.1 cmFCALEmModulePhysicalTransportation - 12 -2.21 cm -11.2 cm 49.1 cm 38.6 MeV 0 eV 1.31 cm 50.4 cmF1LArGapPhysicalTransportation - 13 -2.22 cm -11.3 cm 49.2 cm 38.6 MeV 0 eV 1.25 mm 50.6 cmFCALEmModulePhysicalTransportation - 14 -2.26 cm -11.5 cm 50.1 cm 38.6 MeV 0 eV 9.38 mm 51.5 cmF1LArGapPhysicalTransportation - 15 -2.27 cm -11.5 cm 50.3 cm 38.6 MeV 0 eV 1.25 mm 51.6 cmFCALEmModulePhysicalTransportation - 16 -2.32 cm -11.8 cm 51.5 cm 38.6 MeV 0 eV 1.3 cm 52.9 cmF1LArGapPhysicalTransportation - 17 -2.33 cm -11.8 cm 51.7 cm 38.6 MeV 0 eV 1.25 mm 53 cmFCALEmModulePhysicalTransportation - 18 -2.46 cm -12.5 cm 54.6 cm 38.6 MeV 0 eV 2.98 cm 56 cmF1LArGapPhysicalTransportation - 19 -2.46 cm -12.5 cm 54.7 cm 38.6 MeV 0 eV 988 mum 56.1 cmFCALEmModulePhysicalTransportation - 20 -2.54 cm -12.9 cm 56.3 cm 38.6 MeV 0 eV 1.71 cm 57.8 cmF1LArGapPhysicalTransportation - 21 -2.54 cm -12.9 cm 56.4 cm 38.6 MeV 0 eV 988 mum 57.9 cmFCALEmModulePhysicalTransportation - 22 -2.67 cm -13.6 cm 59.2 cm 38.6 MeV 0 eV 2.88 cm 60.8 cmF1LArGapPhysicalTransportation - 23 -2.67 cm -13.6 cm 59.3 cm 38.6 MeV 0 eV 1.09 mm 60.9 cmFCALEmModulePhysicalTransportation - 24 -2.74 cm -13.9 cm 60.8 cm 38.6 MeV 0 eV 1.53 cm 62.5 cmF1LArGapPhysicalTransportation - 25 -2.75 cm -14 cm 60.9 cm 38.6 MeV 0 eV 1.09 mm 62.6 cmFCALEmModulePhysicalTransportation - 26 -2.79 cm -14.2 cm 61.9 cm 38.6 MeV 0 eV 9.94 mm 63.6 cmF1LArGapPhysicalTransportation - 27 -2.8 cm -14.2 cm 62.1 cm 38.6 MeV 0 eV 1.65 mm 63.7 cmFCALEmModulePhysicalTransportation - 28 -2.84 cm -14.4 cm 63 cm 38.6 MeV 0 eV 9.23 mm 64.6 cmF1LArGapPhysicalTransportation - 29 -2.84 cm -14.5 cm 63.1 cm 38.6 MeV 0 eV 1.65 mm 64.8 cmFCALEmModulePhysicalTransportation - 30 -2.9 cm -14.7 cm 64.3 cm 38.6 MeV 0 eV 1.2 cm 66 cmF1LArGapPhysicalTransportation - 31 -2.93 cm -14.9 cm 65 cm 38.6 MeV 0 eV 7.92 mm 66.8 cmFCALEmModulePhysicalTransportation - 32 -2.98 cm -15.2 cm 66.2 cm 38.6 MeV 0 eV 1.17 cm 68 cmF1LArGapPhysicalTransportation - 33 -2.99 cm -15.2 cm 66.3 cm 38.6 MeV 0 eV 1.02 mm 68.1 cmFCALEmModulePhysicalTransportation - 34 -3.06 cm -15.5 cm 67.9 cm 38.6 MeV 0 eV 1.65 cm 69.7 cmF1LArGapPhysicalTransportation - 35 -3.06 cm -15.6 cm 68 cm 38.6 MeV 0 eV 1.02 mm 69.8 cmFCALEmModulePhysicalTransportation - 36 -3.19 cm -16.2 cm 70.8 cm 38.6 MeV 0 eV 2.85 cm 72.7 cmF1LArGapPhysicalTransportation - 37 -3.19 cm -16.2 cm 70.9 cm 38.6 MeV 0 eV 1.02 mm 72.8 cmFCALEmModulePhysicalTransportation - 38 -3.27 cm -16.6 cm 72.5 cm 38.6 MeV 0 eV 1.66 cm 74.4 cmF1LArGapPhysicalTransportation - 39 -3.27 cm -16.6 cm 72.6 cm 38.6 MeV 0 eV 1.02 mm 74.5 cmFCALEmModulePhysicalTransportation - 40 -3.78 cm -19.2 cm 83.9 cm 38.6 MeV 0 eV 11.6 cm 86.1 cmLArgPhysicalTransportation - 41 -4.01 cm -20.4 cm 89 cm 38.6 MeV 0 eV 5.2 cm 91.3 cmFrontExcluderPhysicalTransportation - 42 -5.56 cm -28.3 cm 1.23 m 38.6 MeV 0 eV 35.4 cm 1.27 mLArgPhysicalTransportation - 43 -5.74 cm -29.2 cm 1.27 m 38.6 MeV 0 eV 4.04 cm 1.31 mCryostatVolumesTransportation - 44 -5.75 cm -29.2 cm 1.28 m 38.6 MeV 0 eV 3.08 mm 1.31 mInsulationPhysicalTransportation - 45 -6.07 cm -30.8 cm 1.35 m 38.6 MeV 0 eV 7.18 cm 1.38 mCryostatVolumesTransportation - 46 -6.08 cm -30.9 cm 1.35 m 38.6 MeV 0 eV 2.56 mm 1.38 mMotherTransportation - 47 -6.4 cm -32.5 cm 1.42 m 38.6 MeV 0 eV 7.33 cm 1.46 mIronWallPhysicalTransportation - 48 -8.2 cm -41.7 cm 1.82 m 38.6 MeV 0 eV 41.1 cm 1.87 mMotherTransportation - 49 -11.2 cm -57 cm 2.49 m 38.6 MeV 0 eV 68.8 cm 2.56 mLeadWallPhysicalTransportation - 50 -11.3 cm -57.3 cm 2.5 m 38.6 MeV 0 eV 1.13 cm 2.57 mMotherTransportation - 51 -98.4 cm -5 m 21.8 m 38.6 MeV 0 eV 19.9 m 22.4 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=31.4779 -Edep in FCAL1 FCAl2 : 0 31.4779 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2553 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 53 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 23.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 48.6 mum 405 mum 119 mum 14.3 MeV 1.27 MeV 426 mum 426 mumWAbsorberPhysicaleBrem - 2 21.6 mum 731 mum 184 mum 13.2 MeV 940 keV 332 mum 759 mumWAbsorberPhysicaleBrem - 3 -588 mum 1.46 mm 492 mum 10.9 MeV 1.86 MeV 947 mum 1.71 mmWAbsorberPhysicaleBrem - 4 -589 mum 1.47 mm 490 mum 6.04 MeV 34.8 keV 10.6 mum 1.72 mmWAbsorberPhysicaleBrem - 5 -215 mum 2.07 mm 644 mum 2.6 MeV 1.67 MeV 743 mum 2.46 mmWAbsorberPhysicaleBrem - 6 -148 mum 2.17 mm 582 mum 2.25 MeV 235 keV 134 mum 2.59 mmWAbsorberPhysicaleBrem - 7 314 mum 2.18 mm 508 mum 919 keV 1.03 MeV 623 mum 3.22 mmWAbsorberPhysicaleBrem - 8 319 mum 2.23 mm 488 mum 0 eV 919 keV 389 mum 3.61 mmWAbsorberPhysicaleIoni - 9 319 mum 2.23 mm 488 mum 0 eV 0 eV 0 fm 3.61 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 319 mum 2.23 mm 488 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 mm 2.17 mm 6.83 mm 390 keV 0 eV 7.09 mm 7.09 mmWAbsorberPhysicalcompt - 2 -3.21 mm 1.28 mm 7.58 mm 260 keV 0 eV 1.22 mm 8.31 mmWAbsorberPhysicalcompt - 3 -3.35 mm 1.18 mm 7.5 mm 0 eV 69.5 keV 197 mum 8.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.35 mm 1.18 mm 7.5 mm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.35 mm 1.18 mm 7.5 mm 0 eV 191 keV 44.1 mum 44.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.21 mm 1.28 mm 7.58 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.21 mm 1.28 mm 7.58 mm 0 eV 130 keV 24.1 mum 24.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 mm 2.17 mm 6.83 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 mm 2.17 mm 6.83 mm 0 eV 121 keV 21.5 mum 21.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 319 mum 2.23 mm 488 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm 2.24 mm -1.22 mm 247 keV 0 eV 1.9 mm 1.9 mmWAbsorberPhysicalcompt - 2 1.43 mm 910 mum -992 mum 0 eV 69.5 keV 1.38 mm 3.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 mm 910 mum -992 mum 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 mm 909 mum -991 mum 0 eV 177 keV 39.4 mum 39.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 mm 2.24 mm -1.22 mm 264 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm 2.25 mm -1.22 mm 0 eV 264 keV 72.1 mum 72.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 314 mum 2.18 mm 508 mum 292 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 678 mum 3.52 mm -131 mum 0 eV 69.5 keV 1.53 mm 1.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 678 mum 3.52 mm -131 mum 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 682 mum 3.52 mm -132 mum 0 eV 223 keV 55.9 mum 55.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -148 mum 2.17 mm 582 mum 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -108 mum 2.21 mm 475 mum 0 eV 69.5 keV 123 mum 123 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -108 mum 2.21 mm 475 mum 49 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -108 mum 2.21 mm 475 mum 0 eV 49 keV 4.94 mum 4.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -215 mum 2.07 mm 644 mum 1.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -214 mum 3.07 mm 122 mum 1.48 MeV 0 eV 1.13 mm 1.13 mmWAbsorberPhysicalcompt - 2 -208 mum 4.54 mm -1.44 mm 317 keV 0 eV 2.14 mm 3.28 mmWAbsorberPhysicalcompt - 3 4.49 mm 4.66 mm 569 mum 0 eV 69.5 keV 5.11 mm 8.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.49 mm 4.66 mm 569 mum 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.49 mm 4.66 mm 570 mum 0 eV 248 keV 65.4 mum 65.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -208 mum 4.54 mm -1.44 mm 1.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -249 mum 4.63 mm -1.42 mm 485 keV 231 keV 144 mum 144 mumWAbsorberPhysicaleBrem - 2 -242 mum 4.62 mm -1.41 mm 0 eV 485 keV 171 mum 315 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -249 mum 4.63 mm -1.42 mm 450 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm 4.26 mm 903 mum 0 eV 69.5 keV 2.76 mm 2.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 mm 4.26 mm 903 mum 381 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm 4.27 mm 911 mum 0 eV 381 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -214 mum 3.07 mm 122 mum 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -214 mum 3.07 mm 124 mum 0 eV 283 keV 80 mum 80 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -589 mum 1.47 mm 490 mum 4.82 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 mm 1.05 cm -1.03 mm 0 eV 0 eV 9.23 mm 9.23 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 27, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 mm 1.05 cm -1.03 mm 3.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 mm 1.07 cm -245 mum 1.77 MeV 1.79 MeV 1.09 mm 1.09 mmWAbsorberPhysicaleBrem - 2 -1.14 mm 1.08 cm -292 mum 0 eV 1.77 MeV 834 mum 1.93 mmWAbsorberPhysicaleIoni - 3 -1.14 mm 1.08 cm -292 mum 0 eV 0 eV 0 fm 1.93 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm 1.08 cm -292 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -472 mum 9.16 mm 217 mum 192 keV 0 eV 1.84 mm 1.84 mmWAbsorberPhysicalcompt - 2 -425 mum 9.37 mm 281 mum 0 eV 69.5 keV 216 mum 2.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -425 mum 9.37 mm 281 mum 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -424 mum 9.37 mm 282 mum 0 eV 122 keV 21.9 mum 21.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -472 mum 9.16 mm 217 mum 319 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -470 mum 9.16 mm 218 mum 0 eV 319 keV 95 mum 95 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm 1.08 cm -292 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.87 mm 1.5 cm -1.6 mm 0 eV 69.5 keV 4.71 mm 4.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.87 mm 1.5 cm -1.6 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.88 mm 1.5 cm -1.6 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm 1.07 cm -245 mum 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 mm 1.08 cm -226 mum 0 eV 69.5 keV 86.3 mum 86.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 mm 1.08 cm -226 mum 51 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 mm 1.08 cm -226 mum 0 eV 51 keV 5.26 mum 5.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 mm 1.05 cm -1.03 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 mm 1.05 cm -1.03 mm 0 eV 113 keV 19.3 mum 19.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -588 mum 1.46 mm 492 mum 469 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -696 mum 1.86 mm 358 mum 0 eV 69.5 keV 438 mum 438 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -696 mum 1.86 mm 358 mum 399 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -695 mum 1.87 mm 350 mum 0 eV 399 keV 131 mum 131 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 21.6 mum 731 mum 184 mum 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -52.2 mum 933 mum 214 mum 0 eV 69.5 keV 218 mum 218 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -52.2 mum 933 mum 214 mum 49.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -51.8 mum 934 mum 214 mum 0 eV 49.2 keV 4.97 mum 4.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 48.6 mum 405 mum 119 mum 8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 211 mum 1.87 mm 425 mum 698 keV 0 eV 1.5 mm 1.5 mmWAbsorberPhysicalcompt - 2 406 mum 4.4 mm -3.78 mm 282 keV 0 eV 4.91 mm 6.42 mmWAbsorberPhysicalcompt - 3 63.5 mum 3.63 mm -4.17 mm 0 eV 69.5 keV 928 mum 7.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 63.5 mum 3.63 mm -4.17 mm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 62.8 mum 3.63 mm -4.18 mm 0 eV 212 keV 52 mum 52 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 406 mum 4.4 mm -3.78 mm 416 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 408 mum 4.41 mm -3.79 mm 0 eV 416 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 211 mum 1.87 mm 425 mum 7.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 241 mum 1.96 mm 463 mum 6.18 MeV 208 keV 103 mum 103 mumWAbsorberPhysicaleBrem - 2 -211 mum 2.45 mm 1.05 mm 3.74 MeV 2 MeV 1.05 mm 1.15 mmWAbsorberPhysicaleBrem - 3 -364 mum 2.74 mm 624 mum 1.74 MeV 1.24 MeV 678 mum 1.83 mmWAbsorberPhysicaleBrem - 4 -379 mum 2.68 mm 425 mum 908 keV 624 keV 307 mum 2.14 mmWAbsorberPhysicaleBrem - 5 -369 mum 2.66 mm 399 mum 0 eV 908 keV 381 mum 2.52 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -379 mum 2.68 mm 425 mum 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -123 mum 2.37 mm 44.6 mum 0 eV 69.5 keV 551 mum 551 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -123 mum 2.37 mm 44.6 mum 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -123 mum 2.37 mm 43.5 mum 0 eV 142 keV 27.8 mum 27.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -364 mum 2.74 mm 624 mum 758 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.29 mm -740 mum -153 mum 625 keV 0 eV 4.61 mm 4.61 mmWAbsorberPhysicalcompt - 2 -4.81 mm -1.34 mm -919 mum 0 eV 69.5 keV 1.8 mm 6.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.81 mm -1.34 mm -919 mum 555 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.82 mm -1.34 mm -925 mum 0 eV 555 keV 205 mum 205 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.29 mm -740 mum -153 mum 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.29 mm -742 mum -153 mum 0 eV 133 keV 25.1 mum 25.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -211 mum 2.45 mm 1.05 mm 444 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 648 mum 2.64 mm 572 mum 384 keV 0 eV 1 mm 1 mmWAbsorberPhysicalcompt - 2 5.76 mm -115 mum -4.12 mm 0 eV 69.5 keV 7.47 mm 8.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.76 mm -115 mum -4.12 mm 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.76 mm -119 mum -4.13 mm 0 eV 314 keV 92.9 mum 92.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 648 mum 2.64 mm 572 mum 60.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 649 mum 2.64 mm 572 mum 0 eV 60.1 keV 6.92 mum 6.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 241 mum 1.96 mm 463 mum 908 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 494 mum 8.05 mm 96.2 mum 0 eV 69.5 keV 6.11 mm 6.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 494 mum 8.05 mm 96.2 mum 838 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 507 mum 8.09 mm 125 mum 131 keV 147 keV 68.8 mum 68.8 mumWAbsorberPhysicaleBrem - 2 507 mum 8.09 mm 126 mum 0 eV 131 keV 24.5 mum 93.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 507 mum 8.09 mm 125 mum 560 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 mm 1.06 cm 7.21 mm 525 keV 0 eV 7.54 mm 7.54 mmWAbsorberPhysicalcompt - 2 2.85 mm 1.35 cm 1.14 cm 0 eV 69.5 keV 5.31 mm 1.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 mm 1.35 cm 1.14 cm 455 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.81 mm 1.34 cm 1.14 cm 123 keV 224 keV 63.3 mum 63.3 mumWAbsorberPhysicaleBrem - 2 2.81 mm 1.34 cm 1.14 cm 0 eV 123 keV 22 mum 85.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.81 mm 1.34 cm 1.14 cm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.56 mm 1.36 cm 1.15 cm 0 eV 69.5 keV 328 mum 328 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 mm 1.36 cm 1.15 cm 39.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.56 mm 1.36 cm 1.15 cm 0 eV 39.9 keV 3.5 mum 3.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 mm 1.06 cm 7.21 mm 35 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 mm 1.06 cm 7.21 mm 0 eV 35 keV 2.85 mum 2.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -13.1 cm -14.3 cm -3.95 cm 48.8 MeV 0 eV 19.8 cm 19.8 cmFCALEnvelopePhysicalTransportation - 2 -13.3 cm -14.5 cm -4.02 cm 48.8 MeV 0 eV 3.33 mm 20.1 cmLArgPhysicalTransportation - 3 -89.6 cm -97.5 cm -27 cm 48.8 MeV 0 eV 1.15 m 1.35 mMotherTransportation - 4 -4.59 m -5 m -1.38 m 48.8 MeV 0 eV 5.58 m 6.93 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 23.2 cm 10.4 cm -1.93 mm 32.8 MeV 0 eV 25.4 cm 25.4 cmF2TroffMainPhysicalTransportation - 2 24.3 cm 10.9 cm -2.02 mm 32.8 MeV 0 eV 1.19 cm 26.6 cmLArgPhysicalTransportation - 3 1.27 m 57.2 cm -1.06 cm 32.8 MeV 0 eV 1.13 m 1.4 mCryostatVolumesTransportation - 4 1.28 m 57.3 cm -1.06 cm 32.8 MeV 0 eV 3.29 mm 1.4 mInsulationPhysicalTransportation - 5 1.35 m 60.4 cm -1.12 cm 32.8 MeV 0 eV 7.67 cm 1.48 mCryostatVolumesTransportation - 6 1.35 m 60.5 cm -1.12 cm 32.8 MeV 0 eV 2.74 mm 1.48 mMotherTransportation - 7 5 m 2.24 m -4.16 cm 32.8 MeV 0 eV 4 m 5.48 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=24.5624 -Edep in FCAL1 FCAl2 : 0 24.5624 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2554 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 54 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 144 mum 62 mum 42.5 mum 38.7 MeV 234 keV 163 mum 163 mumWAbsorberPhysicaleBrem - 2 180 mum 78 mum 47.8 mum 36.2 MeV 83.8 keV 39.9 mum 203 mumWAbsorberPhysicaleBrem - 3 821 mum 282 mum 176 mum 33.9 MeV 1.13 MeV 689 mum 892 mumWAbsorberPhysicaleBrem - 4 855 mum 304 mum 185 mum 31.4 MeV 58.1 keV 41.1 mum 933 mumWAbsorberPhysicaleIoni - 5 2 mm 1.3 mm 574 mum 22.9 MeV 3.46 MeV 1.62 mm 2.55 mmWAbsorberPhysicaleBrem - 6 2.39 mm 1.47 mm 675 mum 20.8 MeV 1.04 MeV 435 mum 2.99 mmWAbsorberPhysicaleBrem - 7 2.81 mm 1.63 mm 780 mum 4.46 MeV 730 keV 453 mum 3.44 mmWAbsorberPhysicaleBrem - 8 3.57 mm 1.57 mm 624 mum 2.55 MeV 1.71 MeV 823 mum 4.27 mmWAbsorberPhysicaleBrem - 9 3.73 mm 1.52 mm 693 mum 1.31 MeV 391 keV 195 mum 4.46 mmWAbsorberPhysicaleBrem - 10 3.72 mm 1.48 mm 622 mum 0 eV 1.31 MeV 591 mum 5.05 mmWAbsorberPhysicaleIoni - 11 3.72 mm 1.48 mm 622 mum 0 eV 0 eV 0 fm 5.05 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.72 mm 1.48 mm 622 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm 9.56 mm -4.1 mm 487 keV 0 eV 1.19 cm 1.19 cmWAbsorberPhysicalcompt - 2 1.4 cm 1.58 cm -5.93 mm 486 keV 0 eV 7.09 mm 1.9 cmWAbsorberPhysicalcompt - 3 1.43 cm 1.66 cm -6.2 mm 375 keV 0 eV 942 mum 1.99 cmWAbsorberPhysicalcompt - 4 1.42 cm 1.69 cm -6.26 mm 275 keV 0 eV 361 mum 2.03 cmWAbsorberPhysicalcompt - 5 1.44 cm 1.72 cm -6.39 mm 0 eV 69.5 keV 345 mum 2.06 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm 1.72 cm -6.39 mm 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm 1.72 cm -6.39 mm 0 eV 205 keV 49.3 mum 49.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm 1.69 cm -6.26 mm 99.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm 1.69 cm -6.26 mm 0 eV 99.9 keV 15.8 mum 15.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 cm 1.66 cm -6.2 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 cm 1.66 cm -6.2 mm 0 eV 111 keV 18.9 mum 18.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm 1.58 cm -5.93 mm 885 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm 1.58 cm -5.93 mm 0 eV 885 eV 13.3 nm 13.3 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm 9.56 mm -4.1 mm 24.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm 9.56 mm -4.1 mm 0 eV 24.2 keV 1.56 mum 1.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.72 mm 1.48 mm 622 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.69 mm 1.45 mm 642 mum 435 keV 0 eV 49.2 mum 49.2 mumWAbsorberPhysicalcompt - 2 2.55 mm 601 mum 413 mum 0 eV 69.5 keV 1.44 mm 1.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.55 mm 601 mum 413 mum 366 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.55 mm 597 mum 413 mum 0 eV 366 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.69 mm 1.45 mm 642 mum 75.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.69 mm 1.45 mm 643 mum 0 eV 75.7 keV 10.1 mum 10.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.73 mm 1.52 mm 693 mum 854 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 mm -938 mum -6.27 mm 745 keV 0 eV 7.4 mm 7.4 mmWAbsorberPhysicalcompt - 2 2.52 mm -5.13 mm -1.07 cm 742 keV 0 eV 6.15 mm 1.35 cmWAbsorberPhysicalcompt - 3 2.47 mm -5.88 mm -1.15 cm 0 eV 69.5 keV 1.07 mm 1.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.47 mm -5.88 mm -1.15 cm 672 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.39 mm -5.89 mm -1.15 cm 12.7 keV 273 keV 162 mum 162 mumWAbsorberPhysicaleBrem - 2 2.39 mm -5.89 mm -1.15 cm 0 eV 12.7 keV 561 nm 163 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 mm -5.89 mm -1.15 cm 386 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.42 mm -5.8 mm -1.13 cm 249 keV 0 eV 208 mum 208 mumWAbsorberPhysicalcompt - 2 3.12 mm -5.02 mm -1.15 cm 0 eV 69.5 keV 1.07 mm 1.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.12 mm -5.02 mm -1.15 cm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.12 mm -5.02 mm -1.15 cm 0 eV 180 keV 40.3 mum 40.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.42 mm -5.8 mm -1.13 cm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.42 mm -5.8 mm -1.13 cm 0 eV 137 keV 26.3 mum 26.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.52 mm -5.13 mm -1.07 cm 3.31 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.52 mm -5.13 mm -1.07 cm 0 eV 3.31 keV 78.9 nm 78.9 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.27 mm -938 mum -6.27 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 mm -937 mum -6.28 mm 0 eV 109 keV 18.2 mum 18.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.57 mm 1.57 mm 624 mum 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.59 mm 1.58 mm 623 mum 158 keV 0 eV 15.9 mum 15.9 mumWAbsorberPhysicalcompt - 2 3.59 mm 1.57 mm 628 mum 0 eV 69.5 keV 7.27 mum 23.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm 1.57 mm 628 mum 88.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.59 mm 1.57 mm 628 mum 0 eV 88.3 keV 13 mum 13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm 1.58 mm 623 mum 49.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.59 mm 1.58 mm 623 mum 0 eV 49.3 keV 4.98 mum 4.98 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.81 mm 1.63 mm 780 mum 15.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 cm 1.45 cm 2.01 cm 0 eV 0 eV 3.85 cm 3.85 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 32, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.36 cm 1.45 cm 2.01 cm 10.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.41 cm 1.51 cm 2.04 cm 8.41 MeV 1.47 MeV 870 mum 870 mumWAbsorberPhysicaleBrem - 2 3.52 cm 1.5 cm 1.97 cm 3.49 MeV 2.53 MeV 1.42 mm 2.29 mmWAbsorberPhysicaleIoni - 3 3.55 cm 1.49 cm 2 cm 1.91 MeV 1.21 MeV 658 mum 2.95 mmWAbsorberPhysicaleBrem - 4 3.59 cm 1.53 cm 2.01 cm 28 keV 1.77 MeV 876 mum 3.82 mmWAbsorberPhysicaleBrem - 5 3.59 cm 1.53 cm 2.01 cm 0 eV 28 keV 1.7 mum 3.82 mmWAbsorberPhysicaleIoni - 6 3.59 cm 1.53 cm 2.01 cm 0 eV 0 eV 0 fm 3.82 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 cm 1.53 cm 2.01 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.96 cm 1.39 cm 1.99 cm 0 eV 69.5 keV 6.52 mm 6.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.96 cm 1.39 cm 1.99 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.96 cm 1.39 cm 1.99 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 cm 1.53 cm 2.01 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.6 cm 1.53 cm 2.01 cm 264 keV 0 eV 79.1 mum 79.1 mumWAbsorberPhysicalcompt - 2 3.56 cm 1.86 cm 2.7 cm 0 eV 69.5 keV 7.68 mm 7.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.56 cm 1.86 cm 2.7 cm 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.56 cm 1.86 cm 2.7 cm 0 eV 194 keV 45.3 mum 45.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.6 cm 1.53 cm 2.01 cm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.6 cm 1.53 cm 2.01 cm 98.4 keV 30.5 keV 14.9 mum 14.9 mumWAbsorberPhysicaleBrem - 2 3.6 cm 1.53 cm 2.01 cm 0 eV 98.4 keV 15.4 mum 30.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.6 cm 1.53 cm 2.01 cm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.58 cm 1.54 cm 2 cm 0 eV 69.5 keV 267 mum 267 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.58 cm 1.54 cm 2 cm 48.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.58 cm 1.54 cm 2 cm 0 eV 48.7 keV 4.88 mum 4.88 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 cm 1.53 cm 2.01 cm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.6 cm 1.52 cm 1.99 cm 0 eV 69.5 keV 209 mum 209 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.6 cm 1.52 cm 1.99 cm 49.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.6 cm 1.52 cm 1.99 cm 0 eV 49.1 keV 4.95 mum 4.95 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.55 cm 1.49 cm 2 cm 359 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.79 cm 1.37 cm 2.1 cm 0 eV 69.5 keV 2.81 mm 2.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.79 cm 1.37 cm 2.1 cm 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.79 cm 1.37 cm 2.1 cm 0 eV 289 keV 82.6 mum 82.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.52 cm 1.5 cm 1.97 cm 2.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.48 cm 1.54 cm 2.02 cm 296 keV 2.09 MeV 1.11 mm 1.11 mmWAbsorberPhysicaleIoni - 2 3.48 cm 1.54 cm 2.02 cm 0 eV 296 keV 85.3 mum 1.2 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.41 cm 1.51 cm 2.04 cm 833 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.52 cm 1.56 cm 2.03 cm 0 eV 69.5 keV 1.15 mm 1.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.52 cm 1.56 cm 2.03 cm 763 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.52 cm 1.56 cm 2.03 cm 0 eV 763 keV 308 mum 308 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.36 cm 1.45 cm 2.01 cm 3.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 cm 1.45 cm 2.02 cm 3.51 MeV 148 keV 92.1 mum 92.1 mumWAbsorberPhysicaleBrem - 2 3.43 cm 1.42 cm 2.02 cm 1.16 MeV 2.17 MeV 1.06 mm 1.15 mmWAbsorberPhysicaleBrem - 3 3.43 cm 1.42 cm 2.03 cm 0 eV 1.16 MeV 507 mum 1.66 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.43 cm 1.42 cm 2.02 cm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.45 cm 1.41 cm 2.06 cm 0 eV 69.5 keV 398 mum 398 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.45 cm 1.41 cm 2.06 cm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.45 cm 1.41 cm 2.06 cm 0 eV 112 keV 19 mum 19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.36 cm 1.45 cm 2.02 cm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 cm 1.43 cm 2.32 cm 0 eV 69.5 keV 3.08 mm 3.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.44 cm 1.43 cm 2.32 cm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 cm 1.43 cm 2.32 cm 0 eV 185 keV 41.9 mum 41.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 mm 1.47 mm 675 mum 995 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 cm 7.57 mm 6.87 mm 511 keV 0 eV 1.65 cm 1.65 cmWAbsorberPhysicalcompt - 2 1.73 cm 6.7 mm 7.68 mm 207 keV 0 eV 1.51 mm 1.8 cmWAbsorberPhysicalcompt - 3 1.71 cm 6.85 mm 7.84 mm 0 eV 69.5 keV 339 mum 1.83 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 cm 6.85 mm 7.84 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 cm 6.85 mm 7.84 mm 0 eV 138 keV 26.5 mum 26.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm 6.7 mm 7.68 mm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm 6.7 mm 7.68 mm 0 eV 304 keV 88.5 mum 88.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 cm 7.57 mm 6.87 mm 484 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 cm 7.58 mm 6.87 mm 0 eV 484 keV 171 mum 171 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 mm 1.3 mm 574 mum 5.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.24 mm 3.48 mm 3.07 mm 3.1 MeV 0 eV 7.96 mm 7.96 mmWAbsorberPhysicalcompt - 2 1.67 cm 3.67 mm 3.6 mm 0 eV 0 eV 7.48 mm 1.54 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 56, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 3.67 mm 3.6 mm 776 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm 3.68 mm 3.6 mm 0 eV 776 keV 315 mum 315 mumWAbsorberPhysicaleIoni - 2 1.67 cm 3.68 mm 3.6 mm 0 eV 0 eV 0 fm 315 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 3.68 mm 3.6 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 cm 2.95 mm 3.97 mm 200 keV 0 eV 2.04 mm 2.04 mmWAbsorberPhysicalcompt - 2 1.85 cm 2.96 mm 3.96 mm 0 eV 69.5 keV 9.24 mum 2.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 cm 2.96 mm 3.96 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 cm 2.96 mm 3.96 mm 0 eV 131 keV 24.3 mum 24.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 cm 2.95 mm 3.97 mm 311 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 cm 2.95 mm 3.97 mm 0 eV 311 keV 91.5 mum 91.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 3.68 mm 3.6 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm 4.5 mm 3.19 mm 497 keV 0 eV 2.27 mm 2.27 mmWAbsorberPhysicalcompt - 2 1.15 cm 6.56 mm 2.92 mm 0 eV 69.5 keV 3.73 mm 6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 cm 6.56 mm 2.92 mm 427 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm 6.57 mm 2.93 mm 0 eV 427 keV 144 mum 144 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm 4.5 mm 3.19 mm 14.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm 4.5 mm 3.19 mm 0 eV 14.2 keV 666 nm 666 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 3.67 mm 3.6 mm 1.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm 3.57 mm 3.68 mm 653 keV 276 keV 199 mum 199 mumWAbsorberPhysicaleBrem - 2 1.67 cm 3.61 mm 3.65 mm 329 keV 202 keV 107 mum 306 mumWAbsorberPhysicaleBrem - 3 1.67 cm 3.61 mm 3.65 mm 0 eV 329 keV 99.6 mum 406 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 3.61 mm 3.65 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm 3.58 mm 3.62 mm 0 eV 69.5 keV 50.3 mum 50.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 3.58 mm 3.62 mm 52.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm 3.58 mm 3.62 mm 0 eV 52.6 keV 5.56 mum 5.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 3.57 mm 3.68 mm 369 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 cm 3.76 mm 3.46 mm 0 eV 69.5 keV 304 mum 304 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.68 cm 3.76 mm 3.46 mm 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 cm 3.77 mm 3.45 mm 0 eV 299 keV 86.6 mum 86.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.24 mm 3.48 mm 3.07 mm 1.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.21 mm 3.53 mm 3.22 mm 968 keV 369 keV 212 mum 212 mumWAbsorberPhysicaleBrem - 2 9.24 mm 3.55 mm 3.21 mm 0 eV 968 keV 412 mum 623 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.21 mm 3.53 mm 3.22 mm 619 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 cm 6.91 mm -1.34 mm 375 keV 0 eV 8.82 mm 8.82 mmWAbsorberPhysicalcompt - 2 1.84 cm 5.46 mm -1.35 mm 0 eV 69.5 keV 2.84 mm 1.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.84 cm 5.46 mm -1.35 mm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 cm 5.46 mm -1.34 mm 0 eV 306 keV 89.3 mum 89.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 cm 6.91 mm -1.34 mm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 cm 6.91 mm -1.34 mm 0 eV 244 keV 64.1 mum 64.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 855 mum 304 mum 185 mum 2.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 mm 284 mum 210 mum 304 keV 939 keV 502 mum 502 mumWAbsorberPhysicaleBrem - 2 1.21 mm 284 mum 217 mum 0 eV 304 keV 88.7 mum 590 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 mm 284 mum 210 mum 1.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 mm -1.55 mm 6.93 mm 419 keV 0 eV 6.96 mm 6.96 mmWAbsorberPhysicalcompt - 2 1.37 mm -610 mum 7.4 mm 0 eV 69.5 keV 1.05 mm 8.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 mm -610 mum 7.4 mm 350 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 mm -602 mum 7.4 mm 0 eV 350 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm -1.55 mm 6.93 mm 814 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 mm -1.61 mm 6.92 mm 479 keV 145 keV 91.5 mum 91.5 mumWAbsorberPhysicaleBrem - 2 1.42 mm -1.61 mm 6.92 mm 0 eV 479 keV 168 mum 259 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 mm -1.61 mm 6.92 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 mm -1.68 mm 6.82 mm 121 keV 0 eV 210 mum 210 mumWAbsorberPhysicalcompt - 2 1.26 mm -1.68 mm 6.82 mm 0 eV 69.5 keV 3.63 mum 214 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 mm -1.68 mm 6.82 mm 51.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 mm -1.68 mm 6.82 mm 0 eV 51.4 keV 5.35 mum 5.35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 mm -1.68 mm 6.82 mm 69.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 mm -1.68 mm 6.82 mm 0 eV 69.5 keV 8.79 mum 8.79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 821 mum 282 mum 176 mum 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.82 cm 1.18 cm 4.34 mm 244 keV 0 eV 2.12 cm 2.12 cmWAbsorberPhysicalcompt - 2 1.79 cm 1.15 cm 3.66 mm 0 eV 69.5 keV 776 mum 2.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.79 cm 1.15 cm 3.66 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.79 cm 1.15 cm 3.66 mm 0 eV 174 keV 38.4 mum 38.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.82 cm 1.18 cm 4.34 mm 884 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.81 cm 1.19 cm 4.34 mm 46.7 keV 594 keV 332 mum 332 mumWAbsorberPhysicaleBrem - 2 1.81 cm 1.19 cm 4.34 mm 0 eV 46.7 keV 4.58 mum 337 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.81 cm 1.19 cm 4.34 mm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 cm 1.26 cm 4.52 mm 0 eV 69.5 keV 812 mum 812 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 cm 1.26 cm 4.52 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 cm 1.26 cm 4.52 mm 0 eV 174 keV 38.4 mum 38.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 180 mum 78 mum 47.8 mum 2.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.86 cm 2.2 cm 9.05 mm 1.05 MeV 0 eV 5.39 cm 5.39 cmWAbsorberPhysicalcompt - 2 5.34 cm 2.03 cm 1.03 cm 266 keV 0 eV 5.21 mm 5.91 cmWAbsorberPhysicalcompt - 3 5.28 cm 2.12 cm 1.12 cm 0 eV 69.5 keV 1.39 mm 6.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.28 cm 2.12 cm 1.12 cm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.28 cm 2.12 cm 1.12 cm 0 eV 197 keV 46.1 mum 46.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.34 cm 2.03 cm 1.03 cm 785 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.34 cm 2.02 cm 1.04 cm 429 keV 65.8 keV 48.6 mum 48.6 mumWAbsorberPhysicaleBrem - 2 5.34 cm 2.02 cm 1.04 cm 0 eV 429 keV 144 mum 193 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 83, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.34 cm 2.02 cm 1.04 cm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.34 cm 2.01 cm 1.04 cm 155 keV 0 eV 160 mum 160 mumWAbsorberPhysicalcompt - 2 5.34 cm 2.01 cm 1.03 cm 0 eV 69.5 keV 91.5 mum 251 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.34 cm 2.01 cm 1.03 cm 85.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.34 cm 2.01 cm 1.03 cm 0 eV 85.2 keV 12.2 mum 12.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.34 cm 2.01 cm 1.04 cm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.34 cm 2.01 cm 1.04 cm 0 eV 136 keV 25.9 mum 25.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.86 cm 2.2 cm 9.05 mm 1.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.87 cm 2.2 cm 9.06 mm 0 eV 1.38 MeV 619 mum 619 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 144 mum 62 mum 42.5 mum 867 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.96 mm 2.57 mm 945 mum 277 keV 0 eV 6.39 mm 6.39 mmWAbsorberPhysicalcompt - 2 5.46 mm 3.26 mm 504 mum 196 keV 0 eV 959 mum 7.35 mmWAbsorberPhysicalcompt - 3 3.9 mm 4.22 mm 2.42 mm 145 keV 0 eV 2.65 mm 1 cmWAbsorberPhysicalcompt - 4 3.98 mm 4.31 mm 2.45 mm 0 eV 69.5 keV 121 mum 1.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.98 mm 4.31 mm 2.45 mm 75.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.98 mm 4.31 mm 2.45 mm 0 eV 75.8 keV 10.1 mum 10.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.9 mm 4.22 mm 2.42 mm 50.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.9 mm 4.22 mm 2.42 mm 0 eV 50.5 keV 5.18 mum 5.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.46 mm 3.26 mm 504 mum 81.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.46 mm 3.26 mm 503 mum 0 eV 81.2 keV 11.3 mum 11.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.96 mm 2.57 mm 945 mum 590 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.97 mm 2.57 mm 950 mum 0 eV 590 keV 222 mum 222 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 20 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.25 cm -1.18 cm -6.57 cm 20 MeV 0 eV 7.04 cm 7.04 cmCuPlateBPhysicalTransportation - 2 3.1 cm -1.62 cm -9.05 cm 20 MeV 0 eV 2.66 cm 9.7 cmLArgPhysicalTransportation - 3 3.97 cm -2.07 cm -11.6 cm 20 MeV 0 eV 2.71 cm 12.4 cmBackExcluderTransportation - 4 39.9 cm -20.8 cm -1.16 m 20 MeV 0 eV 1.12 m 1.25 mLArgPhysicalTransportation - 5 41.4 cm -21.6 cm -1.21 m 20 MeV 0 eV 4.64 cm 1.29 mCryostatVolumesTransportation - 6 41.4 cm -21.7 cm -1.21 m 20 MeV 0 eV 3.04 mm 1.3 mInsulationPhysicalTransportation - 7 43.7 cm -22.8 cm -1.27 m 20 MeV 0 eV 7.1 cm 1.37 mCryostatVolumesTransportation - 8 43.8 cm -22.9 cm -1.28 m 20 MeV 0 eV 2.54 mm 1.37 mMotherTransportation - 9 1.01 m -52.9 cm -2.95 m 20 MeV 0 eV 1.79 m 3.16 mConcWallAPhysicalTransportation - 10 1.3 m -67.9 cm -3.79 m 20 MeV 0 eV 90.1 cm 4.06 mMotherTransportation - 11 5 m -2.61 m -14.6 m 20 MeV 0 eV 11.6 m 15.6 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -21.7 cm -5.3 cm 4.78 cm 45.4 MeV 0 eV 22.8 cm 22.8 cmFCALEnvelopePhysicalTransportation - 2 -22.3 cm -5.45 cm 4.91 cm 45.4 MeV 0 eV 6.41 mm 23.4 cmLArgPhysicalTransportation - 3 -1.24 m -30.5 cm 27.5 cm 45.4 MeV 0 eV 1.08 m 1.31 mCryostatVolumesTransportation - 4 -1.25 m -30.5 cm 27.5 cm 45.4 MeV 0 eV 3.08 mm 1.31 mInsulationPhysicalTransportation - 5 -1.32 m -32.2 cm 29 cm 45.4 MeV 0 eV 7.2 cm 1.39 mCryostatVolumesTransportation - 6 -1.32 m -32.3 cm 29.1 cm 45.4 MeV 0 eV 2.57 mm 1.39 mMotherTransportation - 7 -5 m -1.22 m 1.1 m 45.4 MeV 0 eV 3.88 m 5.26 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=40.8066 -Edep in FCAL1 FCAl2 : 0 40.8066 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2555 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 55 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 26.5 mum -86.2 mum 4.04 mum 40.9 MeV 178 keV 90.3 mum 90.3 mumWAbsorberPhysicaleBrem - 2 153 mum -445 mum 25.1 mum 38 MeV 1.79 MeV 382 mum 473 mumWAbsorberPhysicaleBrem - 3 182 mum -500 mum 29.3 mum 37.8 MeV 119 keV 62 mum 535 mumWAbsorberPhysicaleBrem - 4 198 mum -541 mum 39.1 mum 37.6 MeV 55.9 keV 45.2 mum 580 mumWAbsorberPhysicaleBrem - 5 468 mum -1.18 mm 180 mum 35.3 MeV 1.56 MeV 706 mum 1.29 mmWAbsorberPhysicaleBrem - 6 501 mum -1.26 mm 205 mum 33.9 MeV 318 keV 96.8 mum 1.38 mmWAbsorberPhysicaleBrem - 7 574 mum -1.49 mm 271 mum 32.6 MeV 420 keV 252 mum 1.63 mmWAbsorberPhysicaleBrem - 8 664 mum -1.9 mm 354 mum 30.4 MeV 1.01 MeV 429 mum 2.06 mmWAbsorberPhysicaleBrem - 9 731 mum -2.42 mm 527 mum 28.3 MeV 996 keV 560 mum 2.62 mmWAbsorberPhysicaleBrem - 10 775 mum -2.97 mm 733 mum 26.5 MeV 1.5 MeV 602 mum 3.23 mmWAbsorberPhysicaleBrem - 11 535 mum -4.21 mm 1.54 mm 19.6 MeV 2.94 MeV 1.5 mm 4.73 mmWAbsorberPhysicaleBrem - 12 481 mum -4.35 mm 1.69 mm 19 MeV 312 keV 212 mum 4.94 mmWAbsorberPhysicaleBrem - 13 476 mum -4.54 mm 1.99 mm 12.8 MeV 688 keV 353 mum 5.29 mmWAbsorberPhysicaleBrem - 14 1.95 mm -6.06 mm 2.23 mm 5.24 MeV 4.84 MeV 2.35 mm 7.65 mmWAbsorberPhysicaleBrem - 15 2.02 mm -6.02 mm 2.49 mm 0 eV 450 keV 286 mum 7.93 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 mm -6.02 mm 2.49 mm 5.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 mm -6.11 mm 2.57 mm 0 eV 0 eV 139 mum 139 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 mm -6.11 mm 2.57 mm 708 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.03 mm -6.12 mm 2.63 mm 434 keV 166 keV 115 mum 115 mumWAbsorberPhysicaleBrem - 2 2.04 mm -6.13 mm 2.64 mm 0 eV 434 keV 145 mum 259 mumWAbsorberPhysicaleIoni - 3 2.04 mm -6.13 mm 2.64 mm 0 eV 0 eV 0 fm 259 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 mm -6.13 mm 2.64 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 311 mum -7.6 mm 8 mm 487 keV 0 eV 5.82 mm 5.82 mmWAbsorberPhysicalcompt - 2 -1.69 mm -7.65 mm 1.15 cm 0 eV 69.5 keV 4.07 mm 9.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 mm -7.65 mm 1.15 cm 417 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 mm -7.66 mm 1.15 cm 0 eV 417 keV 139 mum 139 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 311 mum -7.6 mm 8 mm 24.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 311 mum -7.6 mm 8 mm 0 eV 24.2 keV 1.56 mum 1.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 mm -6.13 mm 2.64 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.41 mm -4.96 mm -1.63 mm 280 keV 0 eV 4.64 mm 4.64 mmWAbsorberPhysicalcompt - 2 2.38 mm -5.26 mm -2.29 mm 0 eV 69.5 keV 1.26 mm 5.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.38 mm -5.26 mm -2.29 mm 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.38 mm -5.26 mm -2.28 mm 0 eV 210 keV 51.1 mum 51.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.41 mm -4.96 mm -1.63 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.42 mm -4.95 mm -1.64 mm 0 eV 231 keV 59.2 mum 59.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.03 mm -6.12 mm 2.63 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.06 mm -6.18 mm 2.65 mm 0 eV 69.5 keV 68.1 mum 68.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 mm -6.18 mm 2.65 mm 39.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.06 mm -6.18 mm 2.65 mm 0 eV 39.2 keV 3.42 mum 3.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 mm -6.11 mm 2.57 mm 3.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm -6.65 mm 3.17 mm 685 keV 2.4 MeV 1.35 mm 1.35 mmWAbsorberPhysicaleBrem - 2 1.6 mm -6.65 mm 3.18 mm 0 eV 685 keV 269 mum 1.61 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 mm -6.65 mm 3.17 mm 387 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 mm -6.61 mm 3.38 mm 0 eV 69.5 keV 843 mum 843 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.4 mm -6.61 mm 3.38 mm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 mm -6.6 mm 3.39 mm 0 eV 318 keV 94.4 mum 94.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 mm -6.02 mm 2.49 mm 610 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.43 mm 2.44 mm 1.18 cm 0 eV 69.5 keV 1.26 cm 1.26 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.43 mm 2.44 mm 1.18 cm 540 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.43 mm 2.48 mm 1.17 cm 50.9 keV 489 keV 182 mum 182 mumWAbsorberPhysicaleBrem - 2 2.43 mm 2.48 mm 1.17 cm 0 eV 50.9 keV 5.25 mum 187 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 mm -6.06 mm 2.23 mm 2.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.11 mm -6.17 mm 2.63 mm 0 eV 0 eV 447 mum 447 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 35, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.11 mm -6.17 mm 2.63 mm 682 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.12 mm -6.16 mm 2.66 mm 0 eV 682 keV 267 mum 267 mumWAbsorberPhysicaleIoni - 2 2.12 mm -6.16 mm 2.66 mm 0 eV 0 eV 0 fm 267 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 mm -6.16 mm 2.66 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.69 mm -5.59 mm 1.28 mm 0 eV 69.5 keV 1.6 mm 1.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.69 mm -5.59 mm 1.28 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.7 mm -5.59 mm 1.27 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 mm -6.16 mm 2.66 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 mm -6.63 mm 3.78 mm 194 keV 0 eV 1.3 mm 1.3 mmWAbsorberPhysicalcompt - 2 2.07 mm -6.12 mm 3.67 mm 0 eV 69.5 keV 658 mum 1.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 mm -6.12 mm 3.67 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.07 mm -6.12 mm 3.68 mm 0 eV 125 keV 22.6 mum 22.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 mm -6.63 mm 3.78 mm 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 mm -6.63 mm 3.78 mm 0 eV 317 keV 93.9 mum 93.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.11 mm -6.17 mm 2.63 mm 960 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.16 mm -6.16 mm 2.69 mm 682 keV 164 keV 116 mum 116 mumWAbsorberPhysicaleBrem - 2 2.13 mm -6.16 mm 2.7 mm 0 eV 682 keV 267 mum 383 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.16 mm -6.16 mm 2.69 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.16 mm -6.16 mm 2.67 mm 0 eV 69.5 keV 25.9 mum 25.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.16 mm -6.16 mm 2.67 mm 45.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.16 mm -6.16 mm 2.66 mm 0 eV 45.1 keV 4.33 mum 4.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 476 mum -4.54 mm 1.99 mm 5.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4 mm -2.35 cm 2.53 cm 0 eV 0 eV 3.02 cm 3.02 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4 mm -2.35 cm 2.53 cm 1.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.01 mm -2.34 cm 2.53 cm 0 eV 1.09 MeV 477 mum 477 mumWAbsorberPhysicaleIoni - 2 4.01 mm -2.34 cm 2.53 cm 0 eV 0 eV 0 fm 477 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.01 mm -2.34 cm 2.53 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.03 mm -2.25 cm 2.73 cm 177 keV 0 eV 2.17 mm 2.17 mmWAbsorberPhysicalcompt - 2 4.26 mm -2.26 cm 2.67 cm 0 eV 69.5 keV 643 mum 2.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 mm -2.26 cm 2.67 cm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.26 mm -2.26 cm 2.67 cm 0 eV 107 keV 17.8 mum 17.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.03 mm -2.25 cm 2.73 cm 334 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.03 mm -2.25 cm 2.73 cm 0 eV 334 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.01 mm -2.34 cm 2.53 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.98 mm -2.58 cm 2.02 cm 0 eV 69.5 keV 5.67 mm 5.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.98 mm -2.58 cm 2.02 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.98 mm -2.58 cm 2.02 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4 mm -2.35 cm 2.53 cm 3.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.11 mm -2.39 cm 2.51 cm 625 keV 2.84 MeV 1.44 mm 1.44 mmWAbsorberPhysicaleIoni - 2 3.09 mm -2.39 cm 2.51 cm 0 eV 625 keV 239 mum 1.68 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 481 mum -4.35 mm 1.69 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 251 mum -4.96 mm 3.24 mm 0 eV 69.5 keV 1.68 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 251 mum -4.96 mm 3.24 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 251 mum -4.96 mm 3.24 mm 0 eV 171 keV 37.4 mum 37.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 535 mum -4.21 mm 1.54 mm 3.99 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -342 mum -7.19 mm 4.69 mm 1.66 MeV 0 eV 4.42 mm 4.42 mmWAbsorberPhysicalcompt - 2 -9.9 mm -2.96 cm 9.41 mm 0 eV 0 eV 2.48 cm 2.93 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 53, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.9 mm -2.96 cm 9.41 mm 94.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.9 mm -2.96 cm 9.41 mm 0 eV 94.5 keV 13.4 mum 13.4 mumWAbsorberPhysicaleIoni - 2 -9.9 mm -2.96 cm 9.41 mm 0 eV 0 eV 0 fm 13.4 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.9 mm -2.96 cm 9.41 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.91 mm -2.88 cm 1.05 cm 190 keV 0 eV 1.71 mm 1.71 mmWAbsorberPhysicalcompt - 2 -9.33 mm -2.9 cm 1.06 cm 0 eV 69.5 keV 482 mum 2.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.33 mm -2.9 cm 1.06 cm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.33 mm -2.9 cm 1.06 cm 0 eV 120 keV 21.4 mum 21.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.91 mm -2.88 cm 1.05 cm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.9 mm -2.88 cm 1.05 cm 0 eV 321 keV 95.8 mum 95.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.9 mm -2.96 cm 9.41 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm -3.21 cm 5.88 mm 285 keV 0 eV 5.33 mm 5.33 mmWAbsorberPhysicalcompt - 2 -1.27 cm -3.06 cm 3.75 mm 0 eV 69.5 keV 2.62 mm 7.95 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 cm -3.06 cm 3.75 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm -3.06 cm 3.75 mm 0 eV 215 keV 53.1 mum 53.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm -3.21 cm 5.88 mm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm -3.21 cm 5.88 mm 0 eV 226 keV 57.2 mum 57.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.9 mm -2.96 cm 9.41 mm 544 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.91 mm -2.96 cm 9.42 mm 0 eV 544 keV 199 mum 199 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -342 mum -7.19 mm 4.69 mm 2.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -464 mum -7.2 mm 4.75 mm 739 keV 898 keV 198 mum 198 mumWAbsorberPhysicaleBrem - 2 -451 mum -7.22 mm 4.75 mm 0 eV 739 keV 296 mum 494 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -464 mum -7.2 mm 4.75 mm 688 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 mm -1.37 cm 1.65 mm 204 keV 0 eV 8.02 mm 8.02 mmWAbsorberPhysicalcompt - 2 2.94 mm -1.31 cm 1.54 mm 0 eV 69.5 keV 620 mum 8.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 mm -1.31 cm 1.54 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.94 mm -1.31 cm 1.54 mm 0 eV 134 keV 25.5 mum 25.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.98 mm -1.37 cm 1.65 mm 484 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 mm -1.37 cm 1.64 mm 0 eV 484 keV 171 mum 171 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 775 mum -2.97 mm 733 mum 284 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 827 mum -3.43 mm 1.09 mm 0 eV 69.5 keV 581 mum 581 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 827 mum -3.43 mm 1.09 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 825 mum -3.42 mm 1.09 mm 0 eV 214 keV 52.7 mum 52.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 731 mum -2.42 mm 527 mum 1.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 758 mum -5.55 mm 2.3 mm 0 eV 69.5 keV 3.6 mm 3.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 758 mum -5.55 mm 2.3 mm 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 856 mum -5.64 mm 2.23 mm 416 keV 412 keV 260 mum 260 mumWAbsorberPhysicaleBrem - 2 855 mum -5.64 mm 2.22 mm 0 eV 416 keV 138 mum 399 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 856 mum -5.64 mm 2.23 mm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 867 mum -6.14 mm 1.2 mm 0 eV 69.5 keV 1.15 mm 1.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 867 mum -6.14 mm 1.2 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 867 mum -6.14 mm 1.2 mm 0 eV 170 keV 36.9 mum 36.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 664 mum -1.9 mm 354 mum 1.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm -3.73 mm 1.07 mm 451 keV 0 eV 2.05 mm 2.05 mmWAbsorberPhysicalcompt - 2 191 mum -3.99 mm 4.08 mm 362 keV 0 eV 3.2 mm 5.25 mmWAbsorberPhysicalcompt - 3 -1.07 mm -4.38 mm 4.73 mm 0 eV 69.5 keV 1.47 mm 6.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 mm -4.38 mm 4.73 mm 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 mm -4.39 mm 4.73 mm 0 eV 293 keV 83.9 mum 83.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 191 mum -3.99 mm 4.08 mm 88.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 191 mum -3.99 mm 4.08 mm 0 eV 88.5 keV 13.1 mum 13.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm -3.73 mm 1.07 mm 702 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 mm -3.75 mm 1.07 mm 0 eV 702 keV 277 mum 277 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 574 mum -1.49 mm 271 mum 920 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.26 mm -2.41 cm 8.52 mm 0 eV 69.5 keV 2.5 cm 2.5 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.26 mm -2.41 cm 8.52 mm 850 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.26 mm -2.41 cm 8.52 mm 0 eV 850 keV 352 mum 352 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 501 mum -1.26 mm 205 mum 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.06 mm -8.18 mm 2.65 mm 0 eV 69.5 keV 7.5 mm 7.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 mm -8.18 mm 2.65 mm 1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.07 mm -8.21 mm 2.67 mm 0 eV 1 MeV 430 mum 430 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 468 mum -1.18 mm 180 mum 685 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.54 mm -4.45 mm 1.08 mm 0 eV 69.5 keV 3.56 mm 3.56 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 mm -4.45 mm 1.08 mm 615 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm -4.47 mm 1.08 mm 0 eV 615 keV 234 mum 234 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 198 mum -541 mum 39.1 mum 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 203 mum -560 mum 43.8 mum 0 eV 69.5 keV 20.3 mum 20.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 203 mum -560 mum 43.8 mum 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 203 mum -561 mum 42.7 mum 0 eV 118 keV 20.6 mum 20.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 182 mum -500 mum 29.3 mum 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 184 mum -507 mum 30.8 mum 0 eV 69.5 keV 7.75 mum 7.75 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 184 mum -507 mum 30.8 mum 49.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 184 mum -508 mum 30.7 mum 0 eV 49.2 keV 4.96 mum 4.96 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 153 mum -445 mum 25.1 mum 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.1 mm -4.39 mm 246 mum 934 keV 0 eV 4.41 mm 4.41 mmWAbsorberPhysicalcompt - 2 2.12 mm -4.79 mm 225 mum 626 keV 0 eV 395 mum 4.8 mmWAbsorberPhysicalcompt - 3 6.13 mm -9.18 mm -2.39 mm 390 keV 0 eV 6.5 mm 1.13 cmWAbsorberPhysicalcompt - 4 4.92 mm -1.17 cm -4.1 mm 0 eV 69.5 keV 3.3 mm 1.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.92 mm -1.17 cm -4.1 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.92 mm -1.17 cm -4.1 mm 0 eV 321 keV 95.8 mum 95.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.13 mm -9.18 mm -2.39 mm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.13 mm -9.18 mm -2.39 mm 0 eV 236 keV 60.9 mum 60.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 mm -4.79 mm 225 mum 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.12 mm -4.79 mm 227 mum 0 eV 308 keV 90.2 mum 90.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.1 mm -4.39 mm 246 mum 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.1 mm -4.39 mm 247 mum 0 eV 169 keV 36.7 mum 36.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 26.5 mum -86.2 mum 4.04 mum 1.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm -5.61 mm -25.2 mum 740 keV 0 eV 5.74 mm 5.74 mmWAbsorberPhysicalcompt - 2 -478 mum -9.41 mm -3.41 mm 638 keV 0 eV 5.48 mm 1.12 cmWAbsorberPhysicalcompt - 3 -488 mum -1.03 cm -3.82 mm 0 eV 69.5 keV 989 mum 1.22 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -488 mum -1.03 cm -3.82 mm 569 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -497 mum -1.03 cm -3.82 mm 0 eV 569 keV 211 mum 211 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -478 mum -9.41 mm -3.41 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -479 mum -9.41 mm -3.41 mm 0 eV 102 keV 16.2 mum 16.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm -5.61 mm -25.2 mum 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 mm -5.66 mm -11.2 mum 0 eV 1.22 MeV 540 mum 540 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 26.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.85 cm 4.39 cm -6.84 cm 26.9 MeV 0 eV 10 cm 10 cmF2RodPhysicalTransportation - 2 -5.87 cm 4.41 cm -6.87 cm 26.9 MeV 0 eV 453 mum 10.1 cmF2LArGapPhysicalTransportation - 3 -5.91 cm 4.44 cm -6.91 cm 26.9 MeV 0 eV 612 mum 10.1 cmCuPlateBPhysicalTransportation - 4 -8.05 cm 6.05 cm -9.43 cm 26.9 MeV 0 eV 3.68 cm 13.8 cmLArgPhysicalTransportation - 5 -9.89 cm 7.43 cm -11.6 cm 26.9 MeV 0 eV 3.15 cm 16.9 cmBackExcluderTransportation - 6 -44.5 cm 33.4 cm -52 cm 26.9 MeV 0 eV 59.2 cm 76.2 cmLArgPhysicalTransportation - 7 -82.8 cm 62.2 cm -96.9 cm 26.9 MeV 0 eV 65.7 cm 1.42 mCryostatVolumesTransportation - 8 -83 cm 62.3 cm -97.1 cm 26.9 MeV 0 eV 3.34 mm 1.42 mInsulationPhysicalTransportation - 9 -87.5 cm 65.8 cm -1.02 m 26.9 MeV 0 eV 7.79 cm 1.5 mCryostatVolumesTransportation - 10 -87.7 cm 65.9 cm -1.03 m 26.9 MeV 0 eV 2.78 mm 1.5 mMotherTransportation - 11 -5 m 3.76 m -5.85 m 26.9 MeV 0 eV 7.06 m 8.56 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 cm 18.5 cm 11.2 cm 35.1 MeV 0 eV 21.7 cm 21.7 cmLArgPhysicalTransportation - 2 10.2 cm 97.5 cm 59.2 cm 35.1 MeV 0 eV 92.8 cm 1.15 mCryostatVolumesTransportation - 3 20.7 cm 1.98 m 1.2 m 35.1 MeV 0 eV 1.17 m 2.32 mMotherTransportation - 4 52.5 cm 5 m 3.03 m 35.1 MeV 0 eV 3.55 m 5.87 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=44.0996 -Edep in FCAL1 FCAl2 : 0 44.0996 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2556 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 56 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -136 mum 390 mum -1.21 mm 18.9 MeV 3.24 MeV 1.25 mm 1.25 mmWAbsorberPhysicaleBrem - 2 46.1 mum 347 mum -1.49 mm 17.7 MeV 631 keV 340 mum 1.59 mmWAbsorberPhysicaleBrem - 3 159 mum 292 mum -1.71 mm 16 MeV 377 keV 259 mum 1.85 mmWAbsorberPhysicaleBrem - 4 167 mum 286 mum -1.73 mm 11.1 MeV 24.9 keV 19.3 mum 1.87 mmWAbsorberPhysicaleBrem - 5 307 mum 254 mum -1.9 mm 8.68 MeV 386 keV 230 mum 2.1 mmWAbsorberPhysicaleBrem - 6 1.94 mm -404 mum -1.16 mm 3.01 MeV 5.67 MeV 2.25 mm 4.34 mmWAbsorberPhysicaleIoni - 7 2.26 mm -637 mum -214 mum 574 keV 2.44 MeV 1.35 mm 5.69 mmWAbsorberPhysicaleIoni - 8 2.25 mm -657 mum -224 mum 0 eV 574 keV 213 mum 5.9 mmWAbsorberPhysicaleIoni - 9 2.25 mm -657 mum -224 mum 0 eV 0 eV 0 fm 5.9 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.25 mm -657 mum -224 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 mm -493 mum -381 mum 484 keV 0 eV 233 mum 233 mumWAbsorberPhysicalcompt - 2 1.66 mm 8.64 mm -6.86 mm 0 eV 69.5 keV 1.12 cm 1.14 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 mm 8.64 mm -6.86 mm 415 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 mm 8.64 mm -6.86 mm 0 eV 415 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 mm -493 mum -381 mum 26.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 mm -494 mum -381 mum 0 eV 26.7 keV 1.83 mum 1.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.25 mm -657 mum -224 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 944 mum -4.49 mm 3.44 mm 432 keV 0 eV 5.47 mm 5.47 mmWAbsorberPhysicalcompt - 2 1.25 mm -4.98 mm 4.12 mm 0 eV 69.5 keV 886 mum 6.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm -4.98 mm 4.12 mm 362 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 mm -4.99 mm 4.12 mm 0 eV 362 keV 114 mum 114 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 944 mum -4.49 mm 3.44 mm 79.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 943 mum -4.49 mm 3.44 mm 0 eV 79.2 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 307 mum 254 mum -1.9 mm 1.99 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 mm -2.15 mm -7.66 mm 526 keV 0 eV 6.73 mm 6.73 mmWAbsorberPhysicalcompt - 2 6.36 mm -4.27 mm -6.63 mm 0 eV 69.5 keV 4.23 mm 1.1 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.36 mm -4.27 mm -6.63 mm 457 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.37 mm -4.27 mm -6.63 mm 0 eV 457 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 mm -2.15 mm -7.66 mm 1.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.86 mm -2.16 mm -7.72 mm 0 eV 1.46 MeV 662 mum 662 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 167 mum 286 mum -1.73 mm 4.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.54 mm -428 mum -4.24 mm 316 keV 0 eV 2.95 mm 2.95 mmWAbsorberPhysicalcompt - 2 -654 mum -1.06 mm -3.87 mm 0 eV 69.5 keV 2.32 mm 5.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -654 mum -1.06 mm -3.87 mm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -658 mum -1.08 mm -3.88 mm 21.6 keV 98.1 keV 37.1 mum 37.1 mumWAbsorberPhysicaleBrem - 2 -658 mum -1.08 mm -3.88 mm 0 eV 21.6 keV 1.3 mum 38.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -658 mum -1.08 mm -3.88 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -606 mum -1.07 mm -3.9 mm 0 eV 69.5 keV 56 mum 56 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -606 mum -1.07 mm -3.9 mm 57.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -606 mum -1.07 mm -3.9 mm 0 eV 57.3 keV 6.41 mum 6.41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 mm -428 mum -4.24 mm 4.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.69 mm -377 mum -4.39 mm 3.65 MeV 428 keV 238 mum 238 mumWAbsorberPhysicaleBrem - 2 1.98 mm -700 mum -4.43 mm 2.7 MeV 845 keV 542 mum 779 mumWAbsorberPhysicaleBrem - 3 2.02 mm -713 mum -4.17 mm 416 keV 577 keV 334 mum 1.11 mmWAbsorberPhysicaleBrem - 4 2.01 mm -714 mum -4.17 mm 0 eV 416 keV 138 mum 1.25 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 mm -713 mum -4.17 mm 1.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 cm -3.62 mm -1.74 mm 529 keV 0 eV 1.74 cm 1.74 cmWAbsorberPhysicalcompt - 2 -1.62 cm -9.77 mm -2.55 mm 0 eV 69.5 keV 6.32 mm 2.37 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 cm -9.77 mm -2.55 mm 459 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 cm -9.78 mm -2.55 mm 0 eV 459 keV 159 mum 159 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 cm -3.62 mm -1.74 mm 1.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 cm -3.51 mm -1.54 mm 254 keV 726 keV 425 mum 425 mumWAbsorberPhysicaleBrem - 2 -1.49 cm -3.52 mm -1.54 mm 0 eV 254 keV 67.8 mum 493 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 cm -3.51 mm -1.54 mm 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 cm -3.69 mm -1.89 mm 0 eV 69.5 keV 395 mum 395 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 cm -3.69 mm -1.89 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 cm -3.69 mm -1.89 mm 0 eV 125 keV 22.6 mum 22.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm -700 mum -4.43 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.02 mm -636 mum -4.36 mm 0 eV 69.5 keV 104 mum 104 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 mm -636 mum -4.36 mm 36 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.02 mm -636 mum -4.36 mm 0 eV 36 keV 2.98 mum 2.98 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 mm -377 mum -4.39 mm 508 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.14 mm -259 mum -3.27 mm 0 eV 69.5 keV 3.64 mm 3.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.14 mm -259 mum -3.27 mm 438 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.15 mm -265 mum -3.26 mm 0 eV 438 keV 149 mum 149 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 159 mum 292 mum -1.71 mm 1.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 cm -5.3 mm -1.79 cm 1.11 MeV 0 eV 1.98 cm 1.98 cmWAbsorberPhysicalcompt - 2 1.7 cm -9.41 mm -2.3 cm 1.04 MeV 0 eV 9.52 mm 2.93 cmWAbsorberPhysicalcompt - 3 1.89 cm -1.1 cm -2.54 cm 289 keV 0 eV 3.52 mm 3.28 cmWAbsorberPhysicalcompt - 4 1.89 cm -1.1 cm -2.54 cm 0 eV 69.5 keV 27.3 mum 3.28 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 cm -1.1 cm -2.54 cm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 cm -1.1 cm -2.54 cm 0 eV 220 keV 54.8 mum 54.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 cm -1.1 cm -2.54 cm 754 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 cm -1.1 cm -2.55 cm 43.6 keV 710 keV 284 mum 284 mumWAbsorberPhysicaleBrem - 2 1.89 cm -1.1 cm -2.55 cm 0 eV 43.6 keV 4.09 mum 288 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.7 cm -9.41 mm -2.3 cm 64.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.7 cm -9.41 mm -2.3 cm 0 eV 64.8 keV 7.81 mum 7.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 cm -5.3 mm -1.79 cm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 cm -5.29 mm -1.79 cm 0 eV 233 keV 60 mum 60 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 46.1 mum 347 mum -1.49 mm 528 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.03 mm -761 mum -5.75 mm 339 keV 0 eV 5.32 mm 5.32 mmWAbsorberPhysicalcompt - 2 3.39 mm -840 mum -5.7 mm 328 keV 0 eV 366 mum 5.69 mmWAbsorberPhysicalcompt - 3 3.74 mm -1.01 mm -5.53 mm 194 keV 0 eV 422 mum 6.11 mmWAbsorberPhysicalcompt - 4 3.71 mm -1.01 mm -5.49 mm 0 eV 69.5 keV 50.9 mum 6.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.71 mm -1.01 mm -5.49 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.71 mm -1.01 mm -5.49 mm 0 eV 124 keV 22.4 mum 22.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.74 mm -1.01 mm -5.53 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.74 mm -1.01 mm -5.53 mm 0 eV 134 keV 25.3 mum 25.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 mm -840 mum -5.7 mm 11.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 mm -840 mum -5.7 mm 0 eV 11.7 keV 495 nm 495 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.03 mm -761 mum -5.75 mm 189 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.03 mm -762 mum -5.76 mm 0 eV 189 keV 43.4 mum 43.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -136 mum 390 mum -1.21 mm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 923 mum 334 mum -3.31 mm 0 eV 69.5 keV 2.36 mm 2.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 923 mum 334 mum -3.31 mm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 927 mum 334 mum -3.31 mm 0 eV 221 keV 55.3 mum 55.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.58 cm -3.34 cm 33.2 cm 52.3 MeV 0 eV 33.8 cm 33.8 cmF2RodPhysicalTransportation - 2 5.78 cm -3.46 cm 34.4 cm 52.3 MeV 0 eV 1.22 cm 35 cmF2LArGapPhysicalTransportation - 3 5.82 cm -3.48 cm 34.6 cm 52.3 MeV 0 eV 2.17 mm 35.3 cmCuPlateAPhysicalTransportation - 4 6.01 cm -3.59 cm 35.7 cm 52.3 MeV 0 eV 1.13 cm 36.4 cmFCALEnvelopePhysicalTransportation - 5 6.47 cm -3.87 cm 38.5 cm 52.3 MeV 0 eV 2.82 cm 39.2 cmFCALEmModulePhysicalTransportation - 6 6.54 cm -3.91 cm 38.9 cm 52.3 MeV 0 eV 4.16 mm 39.6 cmF1LArGapPhysicalTransportation - 7 6.56 cm -3.92 cm 39 cm 52.3 MeV 0 eV 1.23 mm 39.7 cmFCALEmModulePhysicalTransportation - 8 7.16 cm -4.28 cm 42.5 cm 52.3 MeV 0 eV 3.6 cm 43.3 cmF1LArGapPhysicalTransportation - 9 7.18 cm -4.29 cm 42.7 cm 52.3 MeV 0 eV 1.36 mm 43.5 cmFCALEmModulePhysicalTransportation - 10 7.49 cm -4.48 cm 44.5 cm 52.3 MeV 0 eV 1.89 cm 45.4 cmF1LArGapPhysicalTransportation - 11 7.51 cm -4.49 cm 44.7 cm 52.3 MeV 0 eV 1.36 mm 45.5 cmFCALEmModulePhysicalTransportation - 12 7.74 cm -4.63 cm 46 cm 52.3 MeV 0 eV 1.35 cm 46.9 cmF1LArGapPhysicalTransportation - 13 7.79 cm -4.66 cm 46.3 cm 52.3 MeV 0 eV 3.15 mm 47.2 cmFCALEmModulePhysicalTransportation - 14 7.88 cm -4.71 cm 46.9 cm 52.3 MeV 0 eV 5.59 mm 47.7 cmF1LArGapPhysicalTransportation - 15 7.93 cm -4.74 cm 47.2 cm 52.3 MeV 0 eV 3.15 mm 48.1 cmFCALEmModulePhysicalTransportation - 16 8.16 cm -4.88 cm 48.5 cm 52.3 MeV 0 eV 1.39 cm 49.4 cmF1LArGapPhysicalTransportation - 17 8.19 cm -4.9 cm 48.7 cm 52.3 MeV 0 eV 1.82 mm 49.6 cmFCALEmModulePhysicalTransportation - 18 8.41 cm -5.03 cm 50 cm 52.3 MeV 0 eV 1.34 cm 51 cmF1LArGapPhysicalTransportation - 19 8.44 cm -5.05 cm 50.2 cm 52.3 MeV 0 eV 1.82 mm 51.1 cmFCALEmModulePhysicalTransportation - 20 8.64 cm -5.17 cm 51.4 cm 52.3 MeV 0 eV 1.21 cm 52.4 cmF1LArGapPhysicalTransportation - 21 8.67 cm -5.18 cm 51.5 cm 52.3 MeV 0 eV 1.55 mm 52.5 cmFCALEmModulePhysicalTransportation - 22 8.94 cm -5.34 cm 53.1 cm 52.3 MeV 0 eV 1.63 cm 54.1 cmF1LArGapPhysicalTransportation - 23 8.96 cm -5.36 cm 53.3 cm 52.3 MeV 0 eV 1.55 mm 54.3 cmFCALEmModulePhysicalTransportation - 24 9.24 cm -5.52 cm 54.9 cm 52.3 MeV 0 eV 1.67 cm 56 cmF1LArGapPhysicalTransportation - 25 9.3 cm -5.56 cm 55.3 cm 52.3 MeV 0 eV 4.01 mm 56.4 cmFCALEmModulePhysicalTransportation - 26 9.58 cm -5.73 cm 57 cm 52.3 MeV 0 eV 1.69 cm 58.1 cmF1LArGapPhysicalTransportation - 27 9.61 cm -5.74 cm 57.1 cm 52.3 MeV 0 eV 1.29 mm 58.2 cmFCALEmModulePhysicalTransportation - 28 9.94 cm -5.94 cm 59.1 cm 52.3 MeV 0 eV 2.02 cm 60.2 cmF1LArGapPhysicalTransportation - 29 9.96 cm -5.95 cm 59.2 cm 52.3 MeV 0 eV 1.29 mm 60.3 cmFCALEmModulePhysicalTransportation - 30 10.5 cm -6.3 cm 62.7 cm 52.3 MeV 0 eV 3.54 cm 63.9 cmF1LArGapPhysicalTransportation - 31 10.6 cm -6.32 cm 62.8 cm 52.3 MeV 0 eV 1.22 mm 64 cmFCALEmModulePhysicalTransportation - 32 10.9 cm -6.53 cm 64.9 cm 52.3 MeV 0 eV 2.14 cm 66.1 cmF1LArGapPhysicalTransportation - 33 10.9 cm -6.54 cm 65 cm 52.3 MeV 0 eV 1.22 mm 66.3 cmFCALEmModulePhysicalTransportation - 34 11.5 cm -6.89 cm 68.5 cm 52.3 MeV 0 eV 3.53 cm 69.8 cmF1LArGapPhysicalTransportation - 35 11.5 cm -6.9 cm 68.6 cm 52.3 MeV 0 eV 1.28 mm 69.9 cmFCALEmModulePhysicalTransportation - 36 11.9 cm -7.1 cm 70.6 cm 52.3 MeV 0 eV 2.03 cm 71.9 cmF1LArGapPhysicalTransportation - 37 11.9 cm -7.11 cm 70.7 cm 52.3 MeV 0 eV 1.28 mm 72.1 cmFCALEmModulePhysicalTransportation - 38 14 cm -8.38 cm 83.3 cm 52.3 MeV 0 eV 12.9 cm 84.9 cmLArgPhysicalTransportation - 39 15 cm -8.94 cm 89 cm 52.3 MeV 0 eV 5.71 cm 90.6 cmFrontExcluderPhysicalTransportation - 40 20.8 cm -12.4 cm 1.23 m 52.3 MeV 0 eV 35.1 cm 1.26 mLArgPhysicalTransportation - 41 21.1 cm -12.6 cm 1.26 m 52.3 MeV 0 eV 2.34 cm 1.28 mCryostatVolumesTransportation - 42 21.2 cm -12.7 cm 1.26 m 52.3 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 43 22.4 cm -13.4 cm 1.33 m 52.3 MeV 0 eV 7.03 cm 1.35 mCryostatVolumesTransportation - 44 22.4 cm -13.4 cm 1.33 m 52.3 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 45 23.9 cm -14.3 cm 1.42 m 52.3 MeV 0 eV 9.04 cm 1.45 mIronWallPhysicalTransportation - 46 30.6 cm -18.3 cm 1.82 m 52.3 MeV 0 eV 40.8 cm 1.85 mMotherTransportation - 47 41.9 cm -25 cm 2.49 m 52.3 MeV 0 eV 68.3 cm 2.54 mLeadWallPhysicalTransportation - 48 42.1 cm -25.2 cm 2.5 m 52.3 MeV 0 eV 1.12 cm 2.55 mMotherTransportation - 49 5 m -2.99 m 29.7 m 52.3 MeV 0 eV 27.7 m 30.3 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 cm 4.71 mm -6.65 cm 30.5 MeV 0 eV 7.06 cm 7.06 cmF2RodPhysicalTransportation - 2 -2.65 cm 5.36 mm -7.55 cm 30.5 MeV 0 eV 9.62 mm 8.02 cmF2LArGapPhysicalTransportation - 3 -2.69 cm 5.43 mm -7.67 cm 30.5 MeV 0 eV 1.19 mm 8.14 cmCuPlateBPhysicalTransportation - 4 -3.22 cm 6.49 mm -9.16 cm 30.5 MeV 0 eV 1.59 cm 9.73 cmLArgPhysicalTransportation - 5 -4.06 cm 8.21 mm -11.6 cm 30.5 MeV 0 eV 2.57 cm 12.3 cmBackExcluderTransportation - 6 -40.8 cm 8.24 cm -1.16 m 30.5 MeV 0 eV 1.11 m 1.23 mLArgPhysicalTransportation - 7 -42.2 cm 8.53 cm -1.2 m 30.5 MeV 0 eV 4.28 cm 1.28 mCryostatVolumesTransportation - 8 -42.3 cm 8.55 cm -1.21 m 30.5 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 9 -44.6 cm 9.02 cm -1.27 m 30.5 MeV 0 eV 7.02 cm 1.35 mCryostatVolumesTransportation - 10 -44.7 cm 9.03 cm -1.27 m 30.5 MeV 0 eV 2.51 mm 1.35 mMotherTransportation - 11 -1.04 m 20.9 cm -2.95 m 30.5 MeV 0 eV 1.78 m 3.13 mConcWallAPhysicalTransportation - 12 -1.3 m 26.3 cm -3.7 m 30.5 MeV 0 eV 80.1 cm 3.93 mMotherTransportation - 13 -5 m 1.01 m -14.2 m 30.5 MeV 0 eV 11.2 m 15.1 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=23.411 -Edep in FCAL1 FCAl2 : 0 23.411 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2557 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 57 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -406 mum -271 mum -58.8 mum 16.2 MeV 845 keV 493 mum 493 mumWAbsorberPhysicaleBrem - 2 -1.22 mm -975 mum 455 mum 11.8 MeV 2.25 MeV 1.22 mm 1.71 mmWAbsorberPhysicaleBrem - 3 -1.82 mm -1.22 mm 306 mum 6.96 MeV 1.44 MeV 832 mum 2.54 mmWAbsorberPhysicaleIoni - 4 -1.84 mm -1.23 mm 308 mum 5.92 MeV 32 keV 20.2 mum 2.56 mmWAbsorberPhysicaleBrem - 5 -2.76 mm -912 mum -498 mum 2.19 MeV 2.92 MeV 1.37 mm 3.93 mmWAbsorberPhysicaleBrem - 6 -2.8 mm -994 mum -425 mum 1.87 MeV 166 keV 116 mum 4.05 mmWAbsorberPhysicaleBrem - 7 -2.86 mm -990 mum -307 mum 0 eV 1.87 MeV 882 mum 4.93 mmWAbsorberPhysicaleIoni - 8 -2.86 mm -990 mum -307 mum 0 eV 0 eV 0 fm 4.93 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.86 mm -990 mum -307 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.26 mm -2.17 mm -1.53 mm 217 keV 0 eV 1.12 cm 1.12 cmWAbsorberPhysicalcompt - 2 8.08 mm -2.52 mm -1.51 mm 0 eV 69.5 keV 388 mum 1.16 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.08 mm -2.52 mm -1.51 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.08 mm -2.52 mm -1.5 mm 0 eV 148 keV 29.6 mum 29.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.26 mm -2.17 mm -1.53 mm 294 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.26 mm -2.17 mm -1.53 mm 0 eV 294 keV 84.4 mum 84.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.86 mm -990 mum -307 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.06 mm -757 mum -67 mum 364 keV 0 eV 2.22 mm 2.22 mmWAbsorberPhysicalcompt - 2 -5.82 mm -1.57 mm -127 mum 272 keV 0 eV 1.11 mm 3.33 mmWAbsorberPhysicalcompt - 3 -5.25 mm -3.71 mm -241 mum 0 eV 69.5 keV 2.22 mm 5.56 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.25 mm -3.71 mm -241 mum 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.25 mm -3.71 mm -238 mum 0 eV 202 keV 48.2 mum 48.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.82 mm -1.57 mm -127 mum 91.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.82 mm -1.57 mm -127 mum 0 eV 91.7 keV 13.8 mum 13.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.06 mm -757 mum -67 mum 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.06 mm -755 mum -66.6 mum 0 eV 147 keV 29.5 mum 29.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 mm -994 mum -425 mum 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.17 mm -1.05 mm -18.9 mum 0 eV 69.5 keV 554 mum 554 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.17 mm -1.05 mm -18.9 mum 92.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.17 mm -1.05 mm -19.2 mum 0 eV 92.5 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 mm -912 mum -498 mum 806 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.77 mm -1.72 mm 2.56 mm 0 eV 69.5 keV 7.7 mm 7.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.77 mm -1.72 mm 2.56 mm 736 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.8 mm -1.72 mm 2.57 mm 0 eV 736 keV 294 mum 294 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.84 mm -1.23 mm 308 mum 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.61 mm -2.04 mm 621 mum 0 eV 69.5 keV 2.9 mm 2.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.61 mm -2.04 mm 621 mum 936 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.63 mm -2.06 mm 643 mum 0 eV 936 keV 395 mum 395 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 mm -1.22 mm 306 mum 3.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.3 mm -1.16 mm -65.9 mum 800 keV 1.42 MeV 806 mum 806 mumWAbsorberPhysicaleBrem - 2 -2.28 mm -1.18 mm -76.4 mum 0 eV 800 keV 326 mum 1.13 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.3 mm -1.16 mm -65.9 mum 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.75 mm -2.27 cm -5.83 mm 211 keV 0 eV 2.32 cm 2.32 cmWAbsorberPhysicalcompt - 2 -8.49 mm -2.2 cm -5.53 mm 0 eV 69.5 keV 839 mum 2.41 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.49 mm -2.2 cm -5.53 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.49 mm -2.2 cm -5.53 mm 0 eV 142 keV 27.7 mum 27.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.75 mm -2.27 cm -5.83 mm 980 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.76 mm -2.28 cm -5.84 mm 0 eV 980 keV 417 mum 417 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.22 mm -975 mum 455 mum 2.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -1.17 cm -564 mum 477 keV 0 eV 1.47 cm 1.47 cmWAbsorberPhysicalcompt - 2 -1.12 cm -1.18 cm -1.24 mm 219 keV 0 eV 706 mum 1.54 cmWAbsorberPhysicalcompt - 3 -1.13 cm -1.24 cm -948 mum 0 eV 69.5 keV 596 mum 1.6 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -1.24 cm -948 mum 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -1.24 cm -947 mum 0 eV 150 keV 30.2 mum 30.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 cm -1.18 cm -1.24 mm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 cm -1.18 cm -1.25 mm 0 eV 258 keV 69.6 mum 69.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -1.17 cm -564 mum 1.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm -1.17 cm -552 mum 0 eV 1.72 MeV 790 mum 790 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -406 mum -271 mum -58.8 mum 32.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.71 mm -7.99 mm 484 mum 0 eV 0 eV 9.98 mm 9.98 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.71 mm -7.99 mm 484 mum 10.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.6 mm -8.35 mm 378 mum 6.58 MeV 2.02 MeV 965 mum 965 mumWAbsorberPhysicaleBrem - 2 -7.98 mm -9.05 mm -171 mum 0 eV 1.76 MeV 1.11 mm 2.07 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.98 mm -9.05 mm -171 mum 5.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.35 mm -7.36 mm 1.93 mm 4.57 MeV 0 eV 2.72 mm 2.72 mmWAbsorberPhysicalcompt - 2 -8.45 mm -7.01 mm 2.62 mm 4.33 MeV 0 eV 777 mum 3.5 mmWAbsorberPhysicalcompt - 3 -1.51 cm 5.07 mm 2.6 cm 0 eV 0 eV 2.72 cm 3.07 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm 5.07 mm 2.6 cm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm 5.07 mm 2.6 cm 0 eV 246 keV 62.4 mum 62.4 mumWAbsorberPhysicaleIoni - 2 -1.51 cm 5.07 mm 2.6 cm 0 eV 0 eV 0 fm 62.4 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm 5.07 mm 2.6 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 cm 1.2 cm 2.47 cm 0 eV 69.5 keV 7.16 mm 7.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 cm 1.2 cm 2.47 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 cm 1.2 cm 2.47 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm 5.07 mm 2.6 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 cm 2.48 mm 2.66 cm 472 keV 0 eV 2.68 mm 2.68 mmWAbsorberPhysicalcompt - 2 -1.36 cm -2.98 mm 3.04 cm 233 keV 0 eV 6.73 mm 9.41 mmWAbsorberPhysicalcompt - 3 -1.36 cm -3.06 mm 3.02 cm 0 eV 69.5 keV 198 mum 9.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm -3.06 mm 3.02 cm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm -3.06 mm 3.02 cm 0 eV 163 keV 34.7 mum 34.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm -2.98 mm 3.04 cm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm -2.99 mm 3.04 cm 0 eV 239 keV 62 mum 62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 cm 2.48 mm 2.66 cm 39.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 cm 2.48 mm 2.66 cm 0 eV 39.4 keV 3.45 mum 3.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm 5.07 mm 2.6 cm 3.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 cm 4.75 mm 2.61 cm 258 keV 2.8 MeV 1.34 mm 1.34 mmWAbsorberPhysicaleIoni - 2 -1.59 cm 4.75 mm 2.61 cm 0 eV 258 keV 69.8 mum 1.41 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.45 mm -7.01 mm 2.62 mm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.45 mm -7.01 mm 2.62 mm 0 eV 243 keV 63.6 mum 63.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.35 mm -7.36 mm 1.93 mm 943 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.35 mm -7.33 mm 1.94 mm 0 eV 943 keV 399 mum 399 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.98 mm -9.05 mm -171 mum 323 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.44 mm -8.91 mm -1.27 mm 0 eV 69.5 keV 1.23 mm 1.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.44 mm -8.91 mm -1.27 mm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.44 mm -8.91 mm -1.27 mm 0 eV 253 keV 67.6 mum 67.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.6 mm -8.35 mm 378 mum 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 cm -8.69 mm -696 mum 983 keV 0 eV 4.56 mm 4.56 mmWAbsorberPhysicalcompt - 2 -2.04 cm -6.74 mm -9.05 mm 228 keV 0 eV 1.2 cm 1.65 cmWAbsorberPhysicalcompt - 3 -1.96 cm -6.06 mm -8.41 mm 0 eV 69.5 keV 1.21 mm 1.77 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 cm -6.06 mm -8.41 mm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 cm -6.06 mm -8.41 mm 0 eV 158 keV 32.8 mum 32.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.04 cm -6.74 mm -9.05 mm 756 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.04 cm -6.74 mm -9.07 mm 0 eV 756 keV 304 mum 304 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 cm -8.69 mm -696 mum 490 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 cm -8.7 mm -690 mum 0 eV 490 keV 173 mum 173 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.71 mm -7.99 mm 484 mum 21.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.9 mm -8.22 mm 546 mum 13 MeV 518 keV 309 mum 309 mumWAbsorberPhysicaleBrem - 2 -7.98 mm -8.94 mm 800 mum 9.58 MeV 3.15 MeV 1.57 mm 1.88 mmWAbsorberPhysicaleBrem - 3 -7.99 mm -8.94 mm 800 mum 9.44 MeV 14.1 keV 7.95 mum 1.89 mmWAbsorberPhysicaleBrem - 4 -8.3 mm -8.93 mm 817 mum 8.5 MeV 761 keV 344 mum 2.23 mmWAbsorberPhysicaleBrem - 5 -9.8 mm -8.4 mm 2.13 mm 3.94 MeV 4.57 MeV 2.19 mm 4.42 mmWAbsorberPhysicaleIoni - 6 -9.85 mm -8.66 mm 1.89 mm 1.49 MeV 766 keV 380 mum 4.8 mmWAbsorberPhysicaleBrem - 7 -9.68 mm -8.73 mm 1.73 mm 418 keV 902 keV 404 mum 5.21 mmWAbsorberPhysicaleBrem - 8 -9.68 mm -8.75 mm 1.71 mm 23.5 keV 278 keV 71.1 mum 5.28 mmWAbsorberPhysicaleBrem - 9 -9.68 mm -8.75 mm 1.71 mm 0 eV 23.5 keV 1.49 mum 5.28 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.68 mm -8.75 mm 1.71 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.63 mm -8.88 mm 1.59 mm 0 eV 69.5 keV 178 mum 178 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.63 mm -8.88 mm 1.59 mm 47.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.63 mm -8.88 mm 1.59 mm 0 eV 47.3 keV 4.67 mum 4.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.68 mm -8.73 mm 1.73 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.98 mm -9.51 mm 1.78 mm 0 eV 69.5 keV 841 mum 841 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.98 mm -9.51 mm 1.78 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.98 mm -9.52 mm 1.78 mm 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.85 mm -8.66 mm 1.89 mm 1.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 cm -1.07 cm -1.68 mm 447 keV 0 eV 4.61 mm 4.61 mmWAbsorberPhysicalcompt - 2 -1.3 cm -9.42 mm -2.13 mm 0 eV 69.5 keV 1.66 mm 6.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm -9.42 mm -2.13 mm 378 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm -9.41 mm -2.14 mm 0 eV 378 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 cm -1.07 cm -1.68 mm 1.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 cm -1.07 cm -1.71 mm 0 eV 1.23 MeV 543 mum 543 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.3 mm -8.93 mm 817 mum 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.59 mm -8.99 mm 727 mum 0 eV 69.5 keV 304 mum 304 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.59 mm -8.99 mm 727 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.59 mm -8.99 mm 726 mum 0 eV 105 keV 17.2 mum 17.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.99 mm -8.94 mm 800 mum 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.04 mm -8.95 mm 804 mum 0 eV 69.5 keV 49.7 mum 49.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.04 mm -8.95 mm 804 mum 55.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.03 mm -8.95 mm 804 mum 0 eV 55.4 keV 6.07 mum 6.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.98 mm -8.94 mm 800 mum 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.25 mm -9.11 mm 669 mum 133 keV 0 eV 1.29 mm 1.29 mmWAbsorberPhysicalcompt - 2 -9.03 mm -9.21 mm 736 mum 0 eV 69.5 keV 256 mum 1.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.03 mm -9.21 mm 736 mum 63.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.03 mm -9.21 mm 737 mum 0 eV 63.6 keV 7.56 mum 7.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.25 mm -9.11 mm 669 mum 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.26 mm -9.11 mm 669 mum 0 eV 121 keV 21.6 mum 21.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.9 mm -8.22 mm 546 mum 7.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.01 mm -9.49 mm 546 mum 0 eV 0 eV 1.69 mm 1.69 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 62, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.01 mm -9.49 mm 546 mum 5.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.08 mm -9.57 mm 573 mum 5.12 MeV 153 keV 106 mum 106 mumWAbsorberPhysicaleBrem - 2 -7.93 mm -9.87 mm 723 mum 4.06 MeV 895 keV 548 mum 654 mumWAbsorberPhysicaleBrem - 3 -7.91 mm -9.88 mm 597 mum 3.44 MeV 176 keV 126 mum 780 mumWAbsorberPhysicaleBrem - 4 -7.87 mm -9.94 mm 518 mum 3 MeV 252 keV 105 mum 885 mumWAbsorberPhysicaleBrem - 5 -8.14 mm -1.08 cm 1.02 mm 182 keV 2.82 MeV 1.34 mm 2.23 mmWAbsorberPhysicaleIoni - 6 -8.14 mm -1.08 cm 1.02 mm 0 eV 182 keV 39 mum 2.27 mmWAbsorberPhysicaleIoni - 7 -8.14 mm -1.08 cm 1.02 mm 0 eV 0 eV 0 fm 2.27 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.14 mm -1.08 cm 1.02 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.6 mm -1.05 cm -62 mum 0 eV 69.5 keV 1.89 mm 1.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.6 mm -1.05 cm -62 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.59 mm -1.05 cm -73.7 mum 160 keV 176 keV 54.2 mum 54.2 mumWAbsorberPhysicaleBrem - 2 -6.59 mm -1.05 cm -73.4 mum 0 eV 160 keV 33.3 mum 87.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.59 mm -1.05 cm -73.7 mum 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.67 mm -1.07 cm -101 mum 0 eV 69.5 keV 183 mum 183 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.67 mm -1.07 cm -101 mum 36.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.67 mm -1.07 cm -101 mum 0 eV 36.2 keV 3.01 mum 3.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.14 mm -1.08 cm 1.02 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.7 cm -1.39 cm 1.43 cm 0 eV 69.5 keV 2.33 cm 2.33 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.7 cm -1.39 cm 1.43 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.7 cm -1.39 cm 1.43 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.87 mm -9.94 mm 518 mum 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.75 mm -1.03 cm -695 mum 123 keV 0 eV 1.26 mm 1.26 mmWAbsorberPhysicalcompt - 2 -7.59 mm -1.01 cm -628 mum 0 eV 69.5 keV 249 mum 1.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.59 mm -1.01 cm -628 mum 53.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.59 mm -1.01 cm -629 mum 0 eV 53.6 keV 5.74 mum 5.74 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.75 mm -1.03 cm -695 mum 62.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.75 mm -1.03 cm -696 mum 0 eV 62.1 keV 7.28 mum 7.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.91 mm -9.88 mm 597 mum 447 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.7 mm -1.42 cm -4.11 mm 0 eV 69.5 keV 6.36 mm 6.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.7 mm -1.42 cm -4.11 mm 377 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.7 mm -1.42 cm -4.12 mm 0 eV 377 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.93 mm -9.87 mm 723 mum 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.93 mm -1 cm 338 mum 0 eV 69.5 keV 406 mum 406 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.93 mm -1 cm 338 mum 90.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.93 mm -1 cm 337 mum 0 eV 90.5 keV 13.5 mum 13.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.08 mm -9.57 mm 573 mum 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.42 mm -9.93 mm 465 mum 0 eV 69.5 keV 516 mum 516 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.42 mm -9.93 mm 465 mum 40.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.42 mm -9.93 mm 465 mum 0 eV 40.4 keV 3.59 mum 3.59 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.01 mm -9.49 mm 546 mum 1.44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.05 mm -9.54 mm 545 mum 0 eV 1.44 MeV 649 mum 649 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 21.2 cm 13.3 cm 12.8 cm 32.8 MeV 0 eV 28.1 cm 28.1 cmLArgPhysicalTransportation - 2 1.09 m 68.6 cm 65.9 cm 32.8 MeV 0 eV 1.17 m 1.45 mCryostatVolumesTransportation - 3 1.09 m 68.7 cm 66 cm 32.8 MeV 0 eV 3.41 mm 1.45 mInsulationPhysicalTransportation - 4 1.15 m 72.5 cm 69.6 cm 32.8 MeV 0 eV 7.95 cm 1.53 mCryostatVolumesTransportation - 5 1.16 m 72.6 cm 69.8 cm 32.8 MeV 0 eV 2.84 mm 1.53 mMotherTransportation - 6 5 m 3.14 m 3.02 m 32.8 MeV 0 eV 5.1 m 6.63 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 13.4 cm 6.23 cm -6.93 cm 22.8 MeV 0 eV 16.3 cm 16.3 cmCuPlateBPhysicalTransportation - 2 18.4 cm 8.59 cm -9.55 cm 22.8 MeV 0 eV 6.16 cm 22.5 cmLArgPhysicalTransportation - 3 22.3 cm 10.4 cm -11.6 cm 22.8 MeV 0 eV 4.77 cm 27.2 cmBackExcluderTransportation - 4 40.7 cm 19 cm -21.1 cm 22.8 MeV 0 eV 22.4 cm 49.6 cmLArgPhysicalTransportation - 5 1.13 m 52.7 cm -58.6 cm 22.8 MeV 0 eV 88.3 cm 1.38 mCryostatVolumesTransportation - 6 1.13 m 52.8 cm -58.8 cm 22.8 MeV 0 eV 3.25 mm 1.38 mInsulationPhysicalTransportation - 7 1.2 m 55.7 cm -62 cm 22.8 MeV 0 eV 7.58 cm 1.46 mCryostatVolumesTransportation - 8 1.2 m 55.8 cm -62.1 cm 22.8 MeV 0 eV 2.71 mm 1.46 mMotherTransportation - 9 5 m 2.33 m -2.59 m 22.8 MeV 0 eV 4.63 m 6.09 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=50.5504 -Edep in FCAL1 FCAl2 : 0 50.5504 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2558 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 58 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 48.8 mum 227 mum 88.5 mum 38.3 MeV 585 keV 249 mum 249 mumWAbsorberPhysicaleBrem - 2 75.1 mum 625 mum 205 mum 31.9 MeV 729 keV 417 mum 665 mumWAbsorberPhysicaleBrem - 3 104 mum 1.02 mm 356 mum 30 MeV 1.14 MeV 425 mum 1.09 mmWAbsorberPhysicaleBrem - 4 151 mum 1.23 mm 427 mum 29 MeV 422 keV 230 mum 1.32 mmWAbsorberPhysicaleBrem - 5 147 mum 1.42 mm 490 mum 9.5 MeV 271 keV 192 mum 1.51 mmWAbsorberPhysicaleBrem - 6 155 mum 1.55 mm 522 mum 6.34 MeV 316 keV 138 mum 1.65 mmWAbsorberPhysicaleBrem - 7 246 mum 1.99 mm 991 mum 4.76 MeV 1.24 MeV 602 mum 2.25 mmWAbsorberPhysicaleBrem - 8 -82.6 mum 2.3 mm 960 mum 3.71 MeV 890 keV 508 mum 2.76 mmWAbsorberPhysicaleBrem - 9 197 mum 2.33 mm 988 mum 2.65 MeV 576 keV 364 mum 3.12 mmWAbsorberPhysicaleBrem - 10 312 mum 2.43 mm 862 mum 621 keV 603 keV 264 mum 3.39 mmWAbsorberPhysicaleBrem - 11 339 mum 2.43 mm 867 mum 0 eV 621 keV 236 mum 3.62 mmWAbsorberPhysicaleIoni - 12 339 mum 2.43 mm 867 mum 0 eV 0 eV 0 fm 3.62 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 339 mum 2.43 mm 867 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 137 mum 3.06 mm 670 mum 268 keV 0 eV 692 mum 692 mumWAbsorberPhysicalcompt - 2 -1.41 mm 3.02 mm 1.55 mm 266 keV 0 eV 1.78 mm 2.47 mmWAbsorberPhysicalcompt - 3 -2.71 mm 3.22 mm 2.28 mm 0 eV 69.5 keV 1.51 mm 3.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.71 mm 3.22 mm 2.28 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.72 mm 3.22 mm 2.28 mm 0 eV 197 keV 46.1 mum 46.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 mm 3.02 mm 1.55 mm 1.63 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 mm 3.02 mm 1.55 mm 0 eV 1.63 keV 29.6 nm 29.6 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 137 mum 3.06 mm 670 mum 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 138 mum 3.07 mm 667 mum 0 eV 243 keV 63.7 mum 63.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 339 mum 2.43 mm 867 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 mm -1.67 mm 2.15 mm 0 eV 69.5 keV 4.49 mm 4.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 mm -1.67 mm 2.15 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 mm -1.68 mm 2.15 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 312 mum 2.43 mm 862 mum 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 cm -9.55 mm 4.38 mm 0 eV 0 eV 3.59 cm 3.59 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 22, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 cm -9.55 mm 4.38 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 cm -9.55 mm 4.38 mm 0 eV 214 keV 50.4 mum 50.4 mumWAbsorberPhysicaleIoni - 2 3.39 cm -9.55 mm 4.38 mm 0 eV 0 eV 0 fm 50.4 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 cm -9.55 mm 4.38 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 cm -1.25 cm 1.29 cm 270 keV 0 eV 9.01 mm 9.01 mmWAbsorberPhysicalcompt - 2 3.42 cm -1.25 cm 1.29 cm 0 eV 69.5 keV 177 mum 9.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 cm -1.25 cm 1.29 cm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.42 cm -1.25 cm 1.29 cm 0 eV 201 keV 47.5 mum 47.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.44 cm -1.25 cm 1.29 cm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 cm -1.25 cm 1.29 cm 0 eV 241 keV 62.9 mum 62.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 cm -9.55 mm 4.38 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 cm -9.16 mm 3.26 mm 198 keV 0 eV 1.19 mm 1.19 mmWAbsorberPhysicalcompt - 2 3.31 cm -9.01 mm 4.02 mm 0 eV 69.5 keV 1.08 mm 2.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.31 cm -9.01 mm 4.02 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.31 cm -9.01 mm 4.02 mm 0 eV 129 keV 23.7 mum 23.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 cm -9.16 mm 3.26 mm 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 cm -9.16 mm 3.25 mm 0 eV 313 keV 92.3 mum 92.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 cm -9.55 mm 4.38 mm 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 cm -9.55 mm 4.38 mm 0 eV 186 keV 42.6 mum 42.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 197 mum 2.33 mm 988 mum 486 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.4 mm -19.6 mum 269 mum 228 keV 0 eV 6.67 mm 6.67 mmWAbsorberPhysicalcompt - 2 6.4 mm -14.6 mum 277 mum 0 eV 69.5 keV 9.78 mum 6.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.4 mm -14.6 mum 277 mum 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.4 mm -12.3 mum 278 mum 0 eV 158 keV 32.9 mum 32.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.4 mm -19.6 mum 269 mum 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.41 mm -22.2 mum 267 mum 0 eV 258 keV 69.6 mum 69.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -82.6 mum 2.3 mm 960 mum 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 99.4 mum 2.14 mm 808 mum 0 eV 69.5 keV 286 mum 286 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 99.4 mum 2.14 mm 808 mum 96.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 100 mum 2.14 mm 809 mum 0 eV 96.6 keV 15 mum 15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 246 mum 1.99 mm 991 mum 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 180 mum 3 mm 744 mum 302 keV 0 eV 1.04 mm 1.04 mmWAbsorberPhysicalcompt - 2 258 mum 7.36 mm -3.95 mm 145 keV 0 eV 6.4 mm 7.44 mmWAbsorberPhysicalcompt - 3 -205 mum 6.82 mm -3.53 mm 0 eV 69.5 keV 821 mum 8.26 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -205 mum 6.82 mm -3.53 mm 75.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -205 mum 6.82 mm -3.53 mm 0 eV 75.9 keV 10.1 mum 10.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 258 mum 7.36 mm -3.95 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 258 mum 7.36 mm -3.95 mm 0 eV 157 keV 32.4 mum 32.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 180 mum 3 mm 744 mum 33 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 180 mum 3 mm 744 mum 0 eV 33 keV 2.58 mum 2.58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 155 mum 1.55 mm 522 mum 2.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -441 mum 9.04 mm 3.17 mm 1.28 MeV 0 eV 7.97 mm 7.97 mmWAbsorberPhysicalcompt - 2 -3.17 mm 1.21 cm 6.96 mm 1.14 MeV 0 eV 5.59 mm 1.36 cmWAbsorberPhysicalcompt - 3 -5.4 mm 1.46 cm 1.29 cm 1.1 MeV 0 eV 6.76 mm 2.03 cmWAbsorberPhysicalcompt - 4 -5.68 mm 1.51 cm 1.45 cm 939 keV 0 eV 1.74 mm 2.21 cmWAbsorberPhysicalcompt - 5 -7.85 mm 1.51 cm 1.99 cm 255 keV 0 eV 5.89 mm 2.79 cmWAbsorberPhysicalcompt - 6 -8.13 mm 1.54 cm 1.96 cm 134 keV 0 eV 560 mum 2.85 cmWAbsorberPhysicalcompt - 7 -8.12 mm 1.54 cm 1.96 cm 0 eV 69.5 keV 14.6 mum 2.85 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.12 mm 1.54 cm 1.96 cm 64.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.12 mm 1.54 cm 1.96 cm 0 eV 64.7 keV 7.79 mum 7.79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.13 mm 1.54 cm 1.96 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.13 mm 1.54 cm 1.96 cm 0 eV 121 keV 21.5 mum 21.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.85 mm 1.51 cm 1.99 cm 684 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.8 mm 1.52 cm 2 cm 257 keV 251 keV 143 mum 143 mumWAbsorberPhysicaleBrem - 2 -7.8 mm 1.52 cm 2 cm 89.5 keV 167 keV 28.3 mum 171 mumWAbsorberPhysicaleBrem - 3 -7.8 mm 1.52 cm 2 cm 0 eV 89.5 keV 13.3 mum 185 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.8 mm 1.52 cm 2 cm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.77 mm 1.54 cm 2 cm 0 eV 69.5 keV 183 mum 183 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.77 mm 1.54 cm 2 cm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.77 mm 1.54 cm 2 cm 0 eV 106 keV 17.6 mum 17.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.68 mm 1.51 cm 1.45 cm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.68 mm 1.51 cm 1.45 cm 0 eV 158 keV 32.9 mum 32.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.4 mm 1.46 cm 1.29 cm 41 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.4 mm 1.46 cm 1.29 cm 0 eV 41 keV 3.69 mum 3.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.17 mm 1.21 cm 6.96 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.17 mm 1.21 cm 6.96 mm 0 eV 139 keV 27 mum 27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -441 mum 9.04 mm 3.17 mm 1.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -509 mum 9.14 mm 2.96 mm 191 keV 1.25 MeV 397 mum 397 mumWAbsorberPhysicaleBrem - 2 -506 mum 9.14 mm 2.96 mm 0 eV 191 keV 44.1 mum 441 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -509 mum 9.14 mm 2.96 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -521 mum 9.14 mm 2.95 mm 0 eV 69.5 keV 14.2 mum 14.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -521 mum 9.14 mm 2.95 mm 53.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -521 mum 9.14 mm 2.95 mm 0 eV 53.8 keV 5.77 mum 5.77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 147 mum 1.42 mm 490 mum 19.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -126 mum 1.93 cm 7.27 mm 0 eV 0 eV 1.91 cm 1.91 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 47, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -126 mum 1.93 cm 7.27 mm 7.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 686 mum 1.98 cm 7.76 mm 4.67 MeV 2.27 MeV 1.23 mm 1.23 mmWAbsorberPhysicaleBrem - 2 827 mum 2.02 cm 6.35 mm 1.47 MeV 3 MeV 1.68 mm 2.91 mmWAbsorberPhysicaleBrem - 3 884 mum 2.03 cm 6.25 mm 876 keV 252 keV 165 mum 3.08 mmWAbsorberPhysicaleBrem - 4 927 mum 2.03 cm 6.26 mm 0 eV 876 keV 367 mum 3.44 mmWAbsorberPhysicaleIoni - 5 927 mum 2.03 cm 6.26 mm 0 eV 0 eV 0 fm 3.44 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 927 mum 2.03 cm 6.26 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.25 mm 2.06 cm 5.79 mm 0 eV 69.5 keV 1.45 mm 1.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.25 mm 2.06 cm 5.79 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.26 mm 2.06 cm 5.78 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 927 mum 2.03 cm 6.26 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.39 mm 1.83 cm 8.86 mm 0 eV 69.5 keV 8.02 mm 8.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.39 mm 1.83 cm 8.86 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.39 mm 1.83 cm 8.87 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 884 mum 2.03 cm 6.25 mm 340 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 mm 2.02 cm 6.53 mm 313 keV 0 eV 738 mum 738 mumWAbsorberPhysicalcompt - 2 2.2 mm 2.03 cm 6.57 mm 0 eV 69.5 keV 669 mum 1.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 mm 2.03 cm 6.57 mm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 mm 2.03 cm 6.56 mm 0 eV 243 keV 63.7 mum 63.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 mm 2.02 cm 6.53 mm 27.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 mm 2.02 cm 6.53 mm 0 eV 27.4 keV 1.91 mum 1.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 827 mum 2.02 cm 6.35 mm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 850 mum 2.02 cm 6.34 mm 152 keV 0 eV 26.5 mum 26.5 mumWAbsorberPhysicalcompt - 2 924 mum 1.99 cm 6.36 mm 0 eV 69.5 keV 287 mum 314 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 924 mum 1.99 cm 6.36 mm 82.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 923 mum 1.99 cm 6.36 mm 0 eV 82.2 keV 11.5 mum 11.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 850 mum 2.02 cm 6.34 mm 49.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 851 mum 2.02 cm 6.34 mm 0 eV 49.6 keV 5.03 mum 5.03 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 686 mum 1.98 cm 7.76 mm 360 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -46.6 mum 1.85 cm 6.83 mm 212 keV 0 eV 1.81 mm 1.81 mmWAbsorberPhysicalcompt - 2 21.6 mum 1.88 cm 6.32 mm 0 eV 69.5 keV 591 mum 2.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 21.6 mum 1.88 cm 6.32 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 22.3 mum 1.88 cm 6.32 mm 0 eV 143 keV 28 mum 28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -46.6 mum 1.85 cm 6.83 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -47.5 mum 1.85 cm 6.83 mm 0 eV 148 keV 29.6 mum 29.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -126 mum 1.93 cm 7.27 mm 10.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.26 mum 1.98 cm 7.64 mm 8.33 MeV 1.15 MeV 629 mum 629 mumWAbsorberPhysicaleBrem - 2 -56.9 mum 1.97 cm 7.14 mm 5.74 MeV 2.14 MeV 581 mum 1.21 mmWAbsorberPhysicaleBrem - 3 -52.2 mum 1.97 cm 7.15 mm 5.24 MeV 93.6 keV 33.7 mum 1.24 mmWAbsorberPhysicaleBrem - 4 -73.4 mum 1.96 cm 7.23 mm 4.67 MeV 236 keV 142 mum 1.39 mmWAbsorberPhysicaleBrem - 5 -93.9 mum 1.92 cm 7.18 mm 0 eV 4.67 MeV 1.68 mm 3.06 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -73.4 mum 1.96 cm 7.23 mm 330 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 205 mum 1.9 cm 7.14 mm 0 eV 69.5 keV 629 mum 629 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 205 mum 1.9 cm 7.14 mm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 208 mum 1.9 cm 7.13 mm 0 eV 261 keV 70.7 mum 70.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -52.2 mum 1.97 cm 7.15 mm 413 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -111 mum 1.8 cm 7.54 mm 340 keV 0 eV 1.76 mm 1.76 mmWAbsorberPhysicalcompt - 2 -6.85 mum 1.79 cm 7.59 mm 0 eV 69.5 keV 164 mum 1.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.85 mum 1.79 cm 7.59 mm 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.42 mum 1.79 cm 7.59 mm 0 eV 270 keV 74.6 mum 74.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -111 mum 1.8 cm 7.54 mm 72.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -111 mum 1.8 cm 7.54 mm 0 eV 72.9 keV 9.51 mum 9.51 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -56.9 mum 1.97 cm 7.14 mm 446 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -244 mum 1.87 cm 7.88 mm 0 eV 69.5 keV 1.32 mm 1.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -244 mum 1.87 cm 7.88 mm 376 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -243 mum 1.86 cm 7.88 mm 0 eV 376 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.26 mum 1.98 cm 7.64 mm 1.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.92 mm 1.69 cm -4.24 mm 259 keV 0 eV 1.32 cm 1.32 cmWAbsorberPhysicalcompt - 2 2.09 mm 1.72 cm -3.5 mm 0 eV 69.5 keV 2.94 mm 1.61 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 mm 1.72 cm -3.5 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 mm 1.72 cm -3.5 mm 0 eV 190 keV 43.7 mum 43.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.92 mm 1.69 cm -4.24 mm 1.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.95 mm 1.69 cm -4.28 mm 0 eV 1.14 MeV 498 mum 498 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 151 mum 1.23 mm 427 mum 612 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 88.9 mum 5.08 mm 2.05 mm 259 keV 0 eV 4.18 mm 4.18 mmWAbsorberPhysicalcompt - 2 -808 mum 4.48 mm 2.94 mm 0 eV 69.5 keV 1.4 mm 5.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -808 mum 4.48 mm 2.94 mm 189 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -811 mum 4.48 mm 2.94 mm 0 eV 189 keV 43.5 mum 43.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 88.9 mum 5.08 mm 2.05 mm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 90.7 mum 5.09 mm 2.05 mm 0 eV 353 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 104 mum 1.02 mm 356 mum 712 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 mm 9.65 mm 3.51 mm 0 eV 69.5 keV 9.26 mm 9.26 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 mm 9.65 mm 3.51 mm 642 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 mm 9.67 mm 3.5 mm 0 eV 642 keV 247 mum 247 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 75.1 mum 625 mum 205 mum 5.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.57 mm 1.87 cm 9.26 mm 0 eV 0 eV 2.03 cm 2.03 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 75, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 mm 1.87 cm 9.26 mm 2.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.45 mm 1.83 cm 1.01 cm 651 keV 2.01 MeV 1.23 mm 1.23 mmWAbsorberPhysicaleIoni - 2 2.46 mm 1.83 cm 1.01 cm 0 eV 651 keV 251 mum 1.49 mmWAbsorberPhysicaleIoni - 3 2.46 mm 1.83 cm 1.01 cm 0 eV 0 eV 0 fm 1.49 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.46 mm 1.83 cm 1.01 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 893 mum 1.21 cm 1.63 cm 431 keV 0 eV 8.94 mm 8.94 mmWAbsorberPhysicalcompt - 2 -4.06 mm 9.28 mm 2.07 cm 177 keV 0 eV 7.16 mm 1.61 cmWAbsorberPhysicalcompt - 3 -3.94 mm 9.41 mm 2.07 cm 0 eV 69.5 keV 175 mum 1.63 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.94 mm 9.41 mm 2.07 cm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.94 mm 9.41 mm 2.07 cm 0 eV 108 keV 17.9 mum 17.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.06 mm 9.28 mm 2.07 cm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.06 mm 9.27 mm 2.07 cm 0 eV 254 keV 68.1 mum 68.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 893 mum 1.21 cm 1.63 cm 79.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 893 mum 1.21 cm 1.63 cm 0 eV 79.5 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.46 mm 1.83 cm 1.01 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.62 mm 1.9 cm 9.5 mm 0 eV 69.5 keV 900 mum 900 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.62 mm 1.9 cm 9.5 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm 1.89 cm 9.49 mm 188 keV 139 keV 78.3 mum 78.3 mumWAbsorberPhysicaleBrem - 2 2.59 mm 1.89 cm 9.49 mm 0 eV 188 keV 43.2 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 mm 1.89 cm 9.49 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 mm 1.88 cm 9.56 mm 0 eV 69.5 keV 219 mum 219 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.4 mm 1.88 cm 9.56 mm 45 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 mm 1.88 cm 9.56 mm 0 eV 45 keV 4.31 mum 4.31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 mm 1.87 cm 9.26 mm 2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.95 mm 1.87 cm 9.5 mm 506 keV 1.27 MeV 738 mum 738 mumWAbsorberPhysicaleBrem - 2 2.94 mm 1.87 cm 9.49 mm 0 eV 506 keV 181 mum 919 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 84, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 mm 1.87 cm 9.5 mm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.42 mm 1.68 cm 8.09 mm 0 eV 69.5 keV 2.41 mm 2.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.42 mm 1.68 cm 8.09 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.42 mm 1.68 cm 8.09 mm 0 eV 151 keV 30.7 mum 30.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 48.8 mum 227 mum 88.5 mum 612 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 115 mum 865 mum 347 mum 420 keV 0 eV 692 mum 692 mumWAbsorberPhysicalcompt - 2 2.47 mm 2.4 mm 638 mum 0 eV 69.5 keV 2.82 mm 3.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.47 mm 2.4 mm 638 mum 351 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.47 mm 2.4 mm 643 mum 0 eV 351 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 115 mum 865 mum 347 mum 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 113 mum 867 mum 348 mum 0 eV 191 keV 44.3 mum 44.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 24.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 18.6 cm -8.67 cm -2.12 cm 24.9 MeV 0 eV 20.7 cm 20.7 cmLArgPhysicalTransportation - 2 1.27 m -58.9 cm -14.4 cm 24.9 MeV 0 eV 1.2 m 1.4 mCryostatVolumesTransportation - 3 1.27 m -59 cm -14.4 cm 24.9 MeV 0 eV 3.3 mm 1.41 mInsulationPhysicalTransportation - 4 1.34 m -62.2 cm -15.2 cm 24.9 MeV 0 eV 7.71 cm 1.48 mCryostatVolumesTransportation - 5 1.34 m -62.3 cm -15.3 cm 24.9 MeV 0 eV 2.75 mm 1.49 mMotherTransportation - 6 5 m -2.32 m -56.9 cm 24.9 MeV 0 eV 4.06 m 5.54 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -12.6 cm -11.2 cm -6.07 cm 40.8 MeV 0 eV 17.9 cm 17.9 cmF2LArGapPhysicalTransportation - 2 -12.7 cm -11.2 cm -6.11 cm 40.8 MeV 0 eV 1.1 mm 18 cmCuPlateBPhysicalTransportation - 3 -14.6 cm -13 cm -7.05 cm 40.8 MeV 0 eV 2.77 cm 20.8 cmFCALEnvelopePhysicalTransportation - 4 -14.9 cm -13.2 cm -7.18 cm 40.8 MeV 0 eV 3.89 mm 21.1 cmLArgPhysicalTransportation - 5 -24 cm -21.3 cm -11.6 cm 40.8 MeV 0 eV 12.9 cm 34.1 cmBackExcluderTransportation - 6 -29.5 cm -26.2 cm -14.3 cm 40.8 MeV 0 eV 7.92 cm 42 cmLArgPhysicalTransportation - 7 -1.1 m -97.5 cm -53 cm 40.8 MeV 0 eV 1.14 m 1.56 mMotherTransportation - 8 -5 m -4.44 m -2.41 m 40.8 MeV 0 eV 5.55 m 7.11 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=40.4759 -Edep in FCAL1 FCAl2 : 0 40.4759 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2559 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 59 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 222 mum -1.09 mm 29.8 mum 14.6 MeV 2.46 MeV 1.12 mm 1.12 mmWAbsorberPhysicaleBrem - 2 -28 mum -2.2 mm -937 mum 6.97 MeV 2.55 MeV 1.43 mm 2.54 mmWAbsorberPhysicaleBrem - 3 25 mum -2.54 mm -1.17 mm 4.38 MeV 2.12 MeV 448 mum 2.99 mmWAbsorberPhysicaleBrem - 4 -377 mum -2.73 mm -1.45 mm 3.1 MeV 1.15 MeV 630 mum 3.62 mmWAbsorberPhysicaleBrem - 5 -467 mum -2.44 mm -1.37 mm 1.68 MeV 613 keV 336 mum 3.96 mmWAbsorberPhysicaleBrem - 6 -397 mum -2.5 mm -1.3 mm 0 eV 1.68 MeV 786 mum 4.74 mmWAbsorberPhysicaleIoni - 7 -397 mum -2.5 mm -1.3 mm 0 eV 0 eV 0 fm 4.74 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -397 mum -2.5 mm -1.3 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.22 mm -4.43 mm -5.37 mm 0 eV 69.5 keV 4.86 mm 4.86 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.22 mm -4.43 mm -5.37 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.22 mm -4.43 mm -5.38 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -397 mum -2.5 mm -1.3 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 517 mum -1.53 mm 746 mum 244 keV 0 eV 2.44 mm 2.44 mmWAbsorberPhysicalcompt - 2 444 mum -204 mum -17.6 mum 0 eV 69.5 keV 1.53 mm 3.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 444 mum -204 mum -17.6 mum 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 443 mum -203 mum -20 mum 0 eV 175 keV 38.6 mum 38.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 517 mum -1.53 mm 746 mum 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 519 mum -1.53 mm 751 mum 0 eV 267 keV 73.2 mum 73.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -467 mum -2.44 mm -1.37 mm 810 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 cm -8.12 mm 1.08 cm 235 keV 0 eV 1.79 cm 1.79 cmWAbsorberPhysicalcompt - 2 1.01 cm -7.21 mm 1.11 cm 0 eV 69.5 keV 1.59 mm 1.95 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm -7.21 mm 1.11 cm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm -7.21 mm 1.11 cm 0 eV 166 keV 35.5 mum 35.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.14 cm -8.12 mm 1.08 cm 575 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm -8.15 mm 1.08 cm 185 keV 275 keV 149 mum 149 mumWAbsorberPhysicaleBrem - 2 1.13 cm -8.15 mm 1.08 cm 0 eV 185 keV 42.1 mum 191 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm -8.15 mm 1.08 cm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm -8.16 mm 1.06 cm 0 eV 69.5 keV 304 mum 304 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 cm -8.16 mm 1.06 cm 45.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm -8.16 mm 1.06 cm 0 eV 45.4 keV 4.37 mum 4.37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -377 mum -2.73 mm -1.45 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -395 mum -2.71 mm -1.45 mm 0 eV 69.5 keV 24.2 mum 24.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -395 mum -2.71 mm -1.45 mm 64.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -395 mum -2.71 mm -1.45 mm 0 eV 64.7 keV 7.8 mum 7.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 25 mum -2.54 mm -1.17 mm 468 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -229 mum -3.62 mm -3.02 mm 0 eV 69.5 keV 2.16 mm 2.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -229 mum -3.62 mm -3.02 mm 398 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -233 mum -3.62 mm -3.03 mm 0 eV 398 keV 130 mum 130 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -28 mum -2.2 mm -937 mum 5.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm -1.1 cm -1.03 cm 1.01 MeV 0 eV 1.33 cm 1.33 cmWAbsorberPhysicalcompt - 2 1.09 cm -1.75 cm -3.12 cm 845 keV 0 eV 2.61 cm 3.94 cmWAbsorberPhysicalcompt - 3 1.54 cm -2.64 cm -6.49 cm 845 keV 0 eV 3.52 cm 7.45 cmCuPlateBPhysicalTransportation - 4 1.84 cm -3.24 cm -8.79 cm 343 keV 0 eV 2.39 cm 9.85 cmCuPlateBPhysicalcompt - 5 1.78 cm -2.75 cm -8.99 cm 343 keV 0 eV 5.37 mm 10.4 cmLArgPhysicalTransportation - 6 1.01 cm 3.53 cm -11.6 cm 343 keV 0 eV 6.84 cm 17.2 cmBackExcluderTransportation - 7 -2 cm 28.1 cm -21.7 cm 343 keV 0 eV 26.7 cm 44 cmLArgPhysicalTransportation - 8 -2.06 cm 28.5 cm -21.9 cm 251 keV 0 eV 4.77 mm 44.4 cmLArgPhysicalcompt - 9 6.73 cm 39.3 cm -16.2 cm 244 keV 0 eV 15 cm 59.5 cmLArgPhysicalcompt - 10 8.24 cm 44.1 cm -14.4 cm 222 keV 0 eV 5.33 cm 64.8 cmLArgPhysicalcompt - 11 7.46 cm 46.4 cm -12.3 cm 0 eV 3.21 keV 3.19 cm 68 cmLArgPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.46 cm 46.4 cm -12.3 cm 219 keV 0 eV 0 fm 0 fmLArgPhysical initStep - 1 7.47 cm 46.4 cm -12.3 cm 0 eV 219 keV 520 mum 520 mumLArgPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.24 cm 44.1 cm -14.4 cm 21.8 keV 0 eV 0 fm 0 fmLArgPhysical initStep - 1 8.24 cm 44.1 cm -14.4 cm 0 eV 21.8 keV 10.8 mum 10.8 mumLArgPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.73 cm 39.3 cm -16.2 cm 7.38 keV 0 eV 0 fm 0 fmLArgPhysical initStep - 1 6.73 cm 39.3 cm -16.2 cm 0 eV 7.38 keV 1.71 mum 1.71 mumLArgPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.06 cm 28.5 cm -21.9 cm 92.4 keV 0 eV 0 fm 0 fmLArgPhysical initStep - 1 -2.06 cm 28.5 cm -21.9 cm 0 eV 92.4 keV 128 mum 128 mumLArgPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.84 cm -3.24 cm -8.79 cm 502 keV 0 eV 0 fm 0 fmCuPlateBPhysical initStep - 1 1.83 cm -3.25 cm -8.79 cm 243 keV 206 keV 165 mum 165 mumCuPlateBPhysicaleBrem - 2 1.83 cm -3.25 cm -8.79 cm 0 eV 243 keV 102 mum 268 mumCuPlateBPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 cm -3.25 cm -8.79 cm 53.4 keV 0 eV 0 fm 0 fmCuPlateBPhysical initStep - 1 1.84 cm -3.28 cm -8.78 cm 0 eV 8.98 keV 323 mum 323 mumCuPlateBPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.84 cm -3.28 cm -8.78 cm 44.4 keV 0 eV 0 fm 0 fmCuPlateBPhysical initStep - 1 1.84 cm -3.28 cm -8.78 cm 0 eV 44.4 keV 6.36 mum 6.36 mumCuPlateBPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm -1.75 cm -3.12 cm 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm -1.75 cm -3.12 cm 0 eV 168 keV 36.1 mum 36.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.3 mm -1.1 cm -1.03 cm 4.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.33 mm -1.11 cm -1.04 cm 2.68 MeV 148 keV 82.3 mum 82.3 mumWAbsorberPhysicaleBrem - 2 -3.55 mm -1.08 cm -1.08 cm 398 keV 2.29 MeV 1.22 mm 1.3 mmWAbsorberPhysicaleIoni - 3 -3.55 mm -1.08 cm -1.08 cm 0 eV 398 keV 130 mum 1.43 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.33 mm -1.11 cm -1.04 cm 1.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.01 mm -9.7 mm -1.63 cm 0 eV 69.5 keV 6.14 mm 6.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.01 mm -9.7 mm -1.63 cm 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.01 mm -9.65 mm -1.63 cm 0 eV 1.21 MeV 534 mum 534 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 222 mum -1.09 mm 29.8 mum 29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -694 mum -1.55 cm -3.86 mm 15.2 MeV 0 eV 1.5 cm 1.5 cmWAbsorberPhysicalcompt - 2 -2.94 mm -2.45 cm -6.72 mm 0 eV 0 eV 9.64 mm 2.46 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 34, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.94 mm -2.45 cm -6.72 mm 3.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.97 mm -2.45 cm -6.76 mm 2.79 MeV 155 keV 74.8 mum 74.8 mumWAbsorberPhysicaleBrem - 2 -3.76 mm -2.45 cm -7.28 mm 477 keV 2.31 MeV 1.28 mm 1.35 mmWAbsorberPhysicaleIoni - 3 -3.77 mm -2.44 cm -7.29 mm 0 eV 477 keV 165 mum 1.52 mmWAbsorberPhysicaleIoni - 4 -3.77 mm -2.44 cm -7.29 mm 0 eV 0 eV 0 fm 1.52 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.77 mm -2.44 cm -7.29 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.21 mm -2.33 cm -7.1 mm 0 eV 69.5 keV 1.29 mm 1.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.21 mm -2.33 cm -7.1 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm -2.33 cm -7.1 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.77 mm -2.44 cm -7.29 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.13 mm -2.72 cm -7.76 mm 326 keV 0 eV 3.14 mm 3.14 mmWAbsorberPhysicalcompt - 2 -6.26 mm -2.76 cm -6.78 mm 0 eV 69.5 keV 1.54 mm 4.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.26 mm -2.76 cm -6.78 mm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.26 mm -2.76 cm -6.78 mm 0 eV 257 keV 69 mum 69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.13 mm -2.72 cm -7.76 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.13 mm -2.72 cm -7.76 mm 0 eV 185 keV 42 mum 42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.97 mm -2.45 cm -6.76 mm 527 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.17 mm -2.75 cm -9.21 mm 0 eV 69.5 keV 3.83 mm 3.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.17 mm -2.75 cm -9.21 mm 457 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.17 mm -2.75 cm -9.23 mm 0 eV 457 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.94 mm -2.45 cm -6.72 mm 10.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 mm -2.49 cm -6.79 mm 7.5 MeV 1.18 MeV 483 mum 483 mumWAbsorberPhysicaleBrem - 2 -3.38 mm -2.58 cm -6.04 mm 5.1 MeV 2.25 MeV 1.08 mm 1.56 mmWAbsorberPhysicaleBrem - 3 -3.13 mm -2.62 cm -6.32 mm 2.83 MeV 1.12 MeV 706 mum 2.27 mmWAbsorberPhysicaleBrem - 4 -3.17 mm -2.61 cm -6.52 mm 2.26 MeV 427 keV 295 mum 2.56 mmWAbsorberPhysicaleBrem - 5 -3.44 mm -2.58 cm -6.6 mm 61.1 keV 939 keV 609 mum 3.17 mmWAbsorberPhysicaleBrem - 6 -3.44 mm -2.58 cm -6.6 mm 0 eV 61.1 keV 7.1 mum 3.18 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.44 mm -2.58 cm -6.6 mm 1.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.37 mm -3.51 cm -4.61 mm 305 keV 0 eV 9.72 mm 9.72 mmWAbsorberPhysicalcompt - 2 -4.3 mm -3.5 cm -4.49 mm 0 eV 69.5 keV 1.08 mm 1.08 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.3 mm -3.5 cm -4.49 mm 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.29 mm -3.5 cm -4.5 mm 0 eV 235 keV 60.6 mum 60.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.37 mm -3.51 cm -4.61 mm 951 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.38 mm -3.51 cm -4.6 mm 0 eV 951 keV 403 mum 403 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.17 mm -2.61 cm -6.52 mm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.58 mm -2.63 cm -6.31 mm 0 eV 69.5 keV 488 mum 488 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.58 mm -2.63 cm -6.31 mm 76 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.58 mm -2.63 cm -6.32 mm 0 eV 76 keV 10.2 mum 10.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.13 mm -2.62 cm -6.32 mm 1.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.12 mm -1.94 cm -6.45 mm 868 keV 0 eV 7.47 mm 7.47 mmWAbsorberPhysicalcompt - 2 -6.52 mm -1.85 cm -5.88 mm 685 keV 0 eV 1.13 mm 8.6 mmWAbsorberPhysicalcompt - 3 -6.03 mm -1.34 cm 1.38 mm 487 keV 0 eV 8.84 mm 1.74 cmWAbsorberPhysicalcompt - 4 -6.02 mm -1.34 cm 1.4 mm 0 eV 69.5 keV 22.8 mum 1.75 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.02 mm -1.34 cm 1.4 mm 418 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.01 mm -1.34 cm 1.41 mm 0 eV 418 keV 139 mum 139 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.03 mm -1.34 cm 1.38 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.03 mm -1.34 cm 1.38 mm 0 eV 198 keV 46.6 mum 46.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.52 mm -1.85 cm -5.88 mm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.53 mm -1.85 cm -5.88 mm 0 eV 182 keV 41.2 mum 41.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.12 mm -1.94 cm -6.45 mm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.12 mm -1.93 cm -6.46 mm 0 eV 290 keV 82.9 mum 82.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.38 mm -2.58 cm -6.04 mm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.38 mm -2.59 cm -6.01 mm 0 eV 69.5 keV 86.9 mum 86.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.38 mm -2.59 cm -6.01 mm 76 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.38 mm -2.59 cm -6.01 mm 0 eV 76 keV 10.2 mum 10.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 mm -2.49 cm -6.79 mm 1.98 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.09 mm -4.68 cm -5.28 mm 449 keV 0 eV 2.25 cm 2.25 cmWAbsorberPhysicalcompt - 2 -1.1 cm -4.65 cm 194 mum 0 eV 69.5 keV 6.19 mm 2.87 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -4.65 cm 194 mum 380 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm -4.65 cm 200 mum 0 eV 380 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.09 mm -4.68 cm -5.28 mm 1.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.1 mm -4.69 cm -5.29 mm 0 eV 1.53 MeV 697 mum 697 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -694 mum -1.55 cm -3.86 mm 13.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -492 mum -1.62 cm -3.84 mm 12.2 MeV 1.54 MeV 662 mum 662 mumWAbsorberPhysicaleBrem - 2 -563 mum -1.65 cm -3.85 mm 10.6 MeV 571 keV 294 mum 956 mumWAbsorberPhysicaleBrem - 3 -638 mum -1.67 cm -3.71 mm 8.7 MeV 1.55 MeV 332 mum 1.29 mmWAbsorberPhysicaleBrem - 4 -615 mum -1.69 cm -3.71 mm 8.01 MeV 263 keV 115 mum 1.4 mmWAbsorberPhysicaleBrem - 5 -621 mum -1.71 cm -3.74 mm 6.78 MeV 1.07 MeV 288 mum 1.69 mmWAbsorberPhysicaleBrem - 6 -165 mum -1.72 cm -4.08 mm 4.4 MeV 1.52 MeV 818 mum 2.51 mmWAbsorberPhysicaleBrem - 7 -246 mum -1.74 cm -4.01 mm 3.16 MeV 676 keV 242 mum 2.75 mmWAbsorberPhysicaleBrem - 8 -124 mum -1.76 cm -4.09 mm 0 eV 3.16 MeV 1.37 mm 4.12 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -246 mum -1.74 cm -4.01 mm 557 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 mm -2.13 cm -6.63 mm 0 eV 69.5 keV 4.98 mm 4.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 mm -2.13 cm -6.63 mm 487 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 mm -2.13 cm -6.67 mm 174 keV 114 keV 69.5 mum 69.5 mumWAbsorberPhysicaleBrem - 2 1.33 mm -2.13 cm -6.66 mm 0 eV 174 keV 38.3 mum 108 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 mm -2.13 cm -6.67 mm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm -2.14 cm -6.38 mm 0 eV 69.5 keV 354 mum 354 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm -2.14 cm -6.38 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm -2.14 cm -6.38 mm 0 eV 130 keV 24.2 mum 24.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -165 mum -1.72 cm -4.08 mm 858 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 mm -2.53 cm -4.19 mm 806 keV 0 eV 8.18 mm 8.18 mmWAbsorberPhysicalcompt - 2 -1.52 mm -2.79 cm -4.95 mm 0 eV 69.5 keV 2.71 mm 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.52 mm -2.79 cm -4.95 mm 736 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 mm -2.79 cm -4.97 mm 0 eV 736 keV 294 mum 294 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm -2.53 cm -4.19 mm 52.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 mm -2.53 cm -4.19 mm 0 eV 52.2 keV 5.48 mum 5.48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -621 mum -1.71 cm -3.74 mm 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -565 mum -1.73 cm -3.74 mm 0 eV 69.5 keV 213 mum 213 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -565 mum -1.73 cm -3.74 mm 98.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -565 mum -1.73 cm -3.74 mm 0 eV 98.9 keV 15.5 mum 15.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -615 mum -1.69 cm -3.71 mm 423 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 347 mum -2.19 cm -3.18 mm 0 eV 69.5 keV 5.21 mm 5.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 347 mum -2.19 cm -3.18 mm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 350 mum -2.2 cm -3.17 mm 0 eV 353 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -638 mum -1.67 cm -3.71 mm 378 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -485 mum -1.78 cm -3.91 mm 0 eV 69.5 keV 1.11 mm 1.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -485 mum -1.78 cm -3.91 mm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -490 mum -1.78 cm -3.9 mm 0 eV 308 keV 90.5 mum 90.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -563 mum -1.65 cm -3.85 mm 993 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -651 mum -1.83 cm -3.39 mm 962 keV 0 eV 1.91 mm 1.91 mmWAbsorberPhysicalcompt - 2 -670 mum -1.84 cm -3.35 mm 241 keV 0 eV 109 mum 2.02 mmWAbsorberPhysicalcompt - 3 -662 mum -1.79 cm -5.22 mm 0 eV 69.5 keV 1.93 mm 3.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -662 mum -1.79 cm -5.22 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -661 mum -1.79 cm -5.22 mm 0 eV 172 keV 37.5 mum 37.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -670 mum -1.84 cm -3.35 mm 721 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -673 mum -1.84 cm -3.34 mm 0 eV 721 keV 287 mum 287 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -651 mum -1.83 cm -3.39 mm 31.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -651 mum -1.83 cm -3.39 mm 0 eV 31.5 keV 2.38 mum 2.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -492 mum -1.62 cm -3.84 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -513 mum -1.63 cm -3.85 mm 107 keV 0 eV 131 mum 131 mumWAbsorberPhysicalcompt - 2 -520 mum -1.63 cm -3.86 mm 0 eV 69.5 keV 15.7 mum 147 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -520 mum -1.63 cm -3.86 mm 37.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -520 mum -1.63 cm -3.86 mm 0 eV 37.7 keV 3.22 mum 3.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -513 mum -1.63 cm -3.85 mm 9.23 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -513 mum -1.63 cm -3.85 mm 0 eV 9.23 keV 344 nm 344 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 34.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.89 cm 15.9 cm -7.09 cm 34.3 MeV 0 eV 19.1 cm 19.1 cmF2TroffMainPhysicalTransportation - 2 -8.29 cm 16.7 cm -7.45 cm 34.3 MeV 0 eV 9.84 mm 20.1 cmF2TroffAPhysicalTransportation - 3 -8.33 cm 16.8 cm -7.49 cm 34.3 MeV 0 eV 1.03 mm 20.2 cmLArgPhysicalTransportation - 4 -48.3 cm 97.5 cm -43.4 cm 34.3 MeV 0 eV 96.9 cm 1.17 mCryostatVolumesTransportation - 5 -95 cm 1.92 m -85.4 cm 34.3 MeV 0 eV 1.13 m 2.31 mInsulationPhysicalTransportation - 6 -97.8 cm 1.98 m -87.9 cm 34.3 MeV 0 eV 6.75 cm 2.37 mMotherTransportation - 7 -2.48 m 5 m -2.23 m 34.3 MeV 0 eV 3.63 m 6.01 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 24.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.56 cm 16.6 cm 12.5 cm 24.8 MeV 0 eV 22.9 cm 22.9 cmF2TroffMainPhysicalTransportation - 2 10.1 cm 17.5 cm 13.3 cm 24.8 MeV 0 eV 1.28 cm 24.2 cmLArgPhysicalTransportation - 3 56.3 cm 97.5 cm 73.9 cm 24.8 MeV 0 eV 1.1 m 1.35 mCryostatVolumesTransportation - 4 77.4 cm 1.34 m 1.02 m 24.8 MeV 0 eV 50.6 cm 1.85 mInsulationPhysicalTransportation - 5 81.6 cm 1.41 m 1.07 m 24.8 MeV 0 eV 10.2 cm 1.95 mCryostatVolumesTransportation - 6 81.8 cm 1.42 m 1.07 m 24.8 MeV 0 eV 3.63 mm 1.96 mMotherTransportation - 7 2.89 m 5 m 3.79 m 24.8 MeV 0 eV 4.95 m 6.9 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=46.7911 -Edep in FCAL1 FCAl2 : 0 46.7911 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2560 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 60 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 200 mum -84.6 mum 24.9 mum 33.2 MeV 1.9 MeV 219 mum 219 mumWAbsorberPhysicaleBrem - 2 375 mum -157 mum 51.7 mum 31.6 MeV 688 keV 191 mum 410 mumWAbsorberPhysicaleBrem - 3 1.37 mm -577 mum 11.9 mum 27.1 MeV 2.21 MeV 1.08 mm 1.49 mmWAbsorberPhysicaleBrem - 4 1.59 mm -648 mum 102 mum 23.6 MeV 430 keV 255 mum 1.74 mmWAbsorberPhysicaleBrem - 5 2.35 mm -1.09 mm 405 mum 9.16 MeV 2.59 MeV 961 mum 2.7 mmWAbsorberPhysicaleBrem - 6 3.7 mm -2.14 mm -148 mum 3.43 MeV 5.05 MeV 1.65 mm 4.35 mmWAbsorberPhysicaleBrem - 7 3.14 mm -2.34 mm -289 mum 1.81 MeV 1.35 MeV 727 mum 5.08 mmWAbsorberPhysicaleBrem - 8 3.2 mm -2.46 mm -293 mum 0 eV 1.81 MeV 855 mum 5.93 mmWAbsorberPhysicaleIoni - 9 3.2 mm -2.46 mm -293 mum 0 eV 0 eV 0 fm 5.93 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.2 mm -2.46 mm -293 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.76 mm -2.68 mm -1.28 mm 334 keV 0 eV 1.11 mm 1.11 mmWAbsorberPhysicalcompt - 2 2.63 mm -2.84 mm -1.3 mm 172 keV 0 eV 211 mum 1.32 mmWAbsorberPhysicalcompt - 3 2.3 mm -2.13 mm -881 mum 0 eV 69.5 keV 886 mum 2.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.3 mm -2.13 mm -881 mum 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.3 mm -2.13 mm -881 mum 0 eV 103 keV 16.6 mum 16.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 mm -2.84 mm -1.3 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.63 mm -2.84 mm -1.3 mm 0 eV 162 keV 34.2 mum 34.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.76 mm -2.68 mm -1.28 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.76 mm -2.68 mm -1.29 mm 0 eV 177 keV 39.2 mum 39.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.2 mm -2.46 mm -293 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.68 mm -1.7 mm 3.07 mm 435 keV 0 eV 3.76 mm 3.76 mmWAbsorberPhysicalcompt - 2 3.62 mm 2.8 mm 1.1 cm 0 eV 69.5 keV 9.16 mm 1.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.62 mm 2.8 mm 1.1 cm 366 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.62 mm 2.8 mm 1.1 cm 0 eV 366 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.68 mm -1.7 mm 3.07 mm 75.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.68 mm -1.7 mm 3.07 mm 0 eV 75.9 keV 10.1 mum 10.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.14 mm -2.34 mm -289 mum 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.74 mm -3.51 mm -602 mum 0 eV 69.5 keV 1.35 mm 1.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.74 mm -3.51 mm -602 mum 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.75 mm -3.51 mm -602 mum 0 eV 199 keV 47 mum 47 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.7 mm -2.14 mm -148 mum 672 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.14 mm 6.07 mm -5.79 mm 0 eV 69.5 keV 1.63 cm 1.63 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.14 mm 6.07 mm -5.79 mm 603 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.16 mm 6.07 mm -5.79 mm 0 eV 603 keV 228 mum 228 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.35 mm -1.09 mm 405 mum 11.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.5 mm -1.59 mm 870 mum 0 eV 0 eV 1.34 mm 1.34 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 22, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.5 mm -1.59 mm 870 mum 3.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.24 mm -2.29 mm 1.66 mm 455 keV 3.22 MeV 1.3 mm 1.3 mmWAbsorberPhysicaleBrem - 2 3.26 mm -2.3 mm 1.67 mm 0 eV 455 keV 155 mum 1.46 mmWAbsorberPhysicaleIoni - 3 3.26 mm -2.3 mm 1.67 mm 0 eV 0 eV 0 fm 1.46 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 mm -2.3 mm 1.67 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.34 mm -2.86 mm 1.26 mm 398 keV 0 eV 1.29 mm 1.29 mmWAbsorberPhysicalcompt - 2 6.3 mm -3.59 mm 2.24 mm 0 eV 69.5 keV 2.32 mm 3.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.3 mm -3.59 mm 2.24 mm 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.31 mm -3.59 mm 2.25 mm 0 eV 329 keV 99.2 mum 99.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.34 mm -2.86 mm 1.26 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.34 mm -2.86 mm 1.26 mm 0 eV 113 keV 19.3 mum 19.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 mm -2.3 mm 1.67 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.66 mm -1.98 mm 1.89 mm 172 keV 0 eV 709 mum 709 mumWAbsorberPhysicalcompt - 2 2.92 mm -2.09 mm 1.86 mm 0 eV 69.5 keV 280 mum 989 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 mm -2.09 mm 1.86 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.92 mm -2.09 mm 1.86 mm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.66 mm -1.98 mm 1.89 mm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.65 mm -1.98 mm 1.9 mm 0 eV 339 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.24 mm -2.29 mm 1.66 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.21 mm -2.58 mm 1.98 mm 0 eV 69.5 keV 431 mum 431 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.21 mm -2.58 mm 1.98 mm 92.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.21 mm -2.58 mm 1.98 mm 0 eV 92.6 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.5 mm -1.59 mm 870 mum 7.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.85 mm -2.04 mm 726 mum 4.66 MeV 2.04 MeV 664 mum 664 mumWAbsorberPhysicaleBrem - 2 4.04 mm -1.8 mm 820 mum 3.33 MeV 705 keV 340 mum 1 mmWAbsorberPhysicaleBrem - 3 4.06 mm -1.27 mm 633 mum 15 keV 1.32 MeV 752 mum 1.76 mmWAbsorberPhysicaleBrem - 4 4.06 mm -1.27 mm 633 mum 0 eV 15 keV 725 nm 1.76 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.06 mm -1.27 mm 633 mum 1.99 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.56 mm 340 mum 3.27 mm 876 keV 0 eV 7.3 mm 7.3 mmWAbsorberPhysicalcompt - 2 -2.93 mm 1.17 mm 4.02 mm 632 keV 0 eV 1.18 mm 8.48 mmWAbsorberPhysicalcompt - 3 -5.92 mm 4.07 mm 4.39 mm 454 keV 0 eV 4.17 mm 1.27 cmWAbsorberPhysicalcompt - 4 -7.7 mm 6.48 mm 1.78 mm 0 eV 69.5 keV 3.98 mm 1.66 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.7 mm 6.48 mm 1.78 mm 384 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.71 mm 6.48 mm 1.78 mm 0 eV 384 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.92 mm 4.07 mm 4.39 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.92 mm 4.07 mm 4.39 mm 0 eV 178 keV 39.7 mum 39.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.93 mm 1.17 mm 4.02 mm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.93 mm 1.18 mm 4.02 mm 0 eV 244 keV 64.1 mum 64.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.56 mm 340 mum 3.27 mm 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.6 mm 335 mum 3.28 mm 0 eV 1.11 MeV 486 mum 486 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.04 mm -1.8 mm 820 mum 626 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.43 mm 2.05 mm -1.59 cm 564 keV 0 eV 1.92 cm 1.92 cmWAbsorberPhysicalcompt - 2 -5.92 mm 5.46 mm -2.07 cm 314 keV 0 eV 6.02 mm 2.52 cmWAbsorberPhysicalcompt - 3 -5.74 mm 5.64 mm -2.07 cm 0 eV 69.5 keV 258 mum 2.54 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.74 mm 5.64 mm -2.07 cm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.74 mm 5.64 mm -2.07 cm 0 eV 244 keV 64.2 mum 64.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.92 mm 5.46 mm -2.07 cm 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.93 mm 5.46 mm -2.07 cm 0 eV 250 keV 66.3 mum 66.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.43 mm 2.05 mm -1.59 cm 62.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.43 mm 2.05 mm -1.59 cm 0 eV 62.1 keV 7.27 mum 7.27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.85 mm -2.04 mm 726 mum 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.94 mm -1.96 mm 909 mum 0 eV 69.5 keV 222 mum 222 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.94 mm -1.96 mm 909 mum 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.94 mm -1.96 mm 905 mum 0 eV 267 keV 73.3 mum 73.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 mm -648 mum 102 mum 3.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.07 cm -6.36 mm 8.65 mm 0 eV 0 eV 2.17 cm 2.17 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 43, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 cm -6.36 mm 8.65 mm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.07 cm -6.36 mm 8.65 mm 0 eV 257 keV 66.7 mum 66.7 mumWAbsorberPhysicaleIoni - 2 2.07 cm -6.36 mm 8.65 mm 0 eV 0 eV 0 fm 66.7 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 cm -6.36 mm 8.65 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 cm -6.79 mm 7.67 mm 0 eV 69.5 keV 1.09 mm 1.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 cm -6.79 mm 7.67 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 cm -6.79 mm 7.66 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 cm -6.36 mm 8.65 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.08 cm -6.2 mm 9.03 mm 0 eV 69.5 keV 422 mum 422 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.08 cm -6.2 mm 9.03 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.08 cm -6.19 mm 9.04 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 cm -6.36 mm 8.65 mm 1.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 cm -6.54 mm 8.82 mm 951 keV 738 keV 497 mum 497 mumWAbsorberPhysicaleBrem - 2 2.09 cm -6.52 mm 8.96 mm 95.4 keV 737 keV 391 mum 888 mumWAbsorberPhysicaleBrem - 3 2.09 cm -6.52 mm 8.96 mm 0 eV 95.4 keV 14.7 mum 902 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 cm -6.52 mm 8.96 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.08 cm -6.49 mm 8.93 mm 0 eV 69.5 keV 55.4 mum 55.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.08 cm -6.49 mm 8.93 mm 48.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.08 cm -6.49 mm 8.93 mm 0 eV 48.9 keV 4.91 mum 4.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 cm -6.54 mm 8.82 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 cm -6.49 mm 8.83 mm 0 eV 69.5 keV 44.9 mum 44.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 cm -6.49 mm 8.83 mm 36.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 cm -6.49 mm 8.83 mm 0 eV 36.2 keV 3.01 mum 3.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 mm -577 mum 11.9 mum 2.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.55 mm -1.33 mm 1.12 mm 641 keV 0 eV 3.45 mm 3.45 mmWAbsorberPhysicalcompt - 2 5.16 mm -315 mum 2.47 mm 348 keV 0 eV 1.8 mm 5.25 mmWAbsorberPhysicalcompt - 3 5.5 mm -202 mum 2.4 mm 0 eV 69.5 keV 367 mum 5.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.5 mm -202 mum 2.4 mm 279 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.5 mm -205 mum 2.4 mm 0 eV 279 keV 78.2 mum 78.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.16 mm -315 mum 2.47 mm 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.16 mm -312 mum 2.48 mm 0 eV 293 keV 84 mum 84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.55 mm -1.33 mm 1.12 mm 1.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.62 mm -1.36 mm 1.13 mm 0 eV 1.61 MeV 738 mum 738 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 375 mum -157 mum 51.7 mum 861 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 458 mum -188 mum 64.3 mum 491 keV 0 eV 89.9 mum 89.9 mumWAbsorberPhysicalcompt - 2 9.72 mm -7.63 mm -1.22 cm 0 eV 69.5 keV 1.71 cm 1.72 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.72 mm -7.63 mm -1.22 cm 422 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.72 mm -7.64 mm -1.23 cm 0 eV 422 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 458 mum -188 mum 64.3 mum 370 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 464 mum -189 mum 70.3 mum 0 eV 370 keV 118 mum 118 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 200 mum -84.6 mum 24.9 mum 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 mm -546 mum 217 mum 0 eV 69.5 keV 1.62 mm 1.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.74 mm -546 mum 217 mum 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 mm -549 mum 219 mum 0 eV 216 keV 53.5 mum 53.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -27.8 cm 6.61 mm 1.14 cm 49.1 MeV 0 eV 27.8 cm 27.8 cmFCALEnvelopePhysicalTransportation - 2 -28.8 cm 6.86 mm 1.19 cm 49.1 MeV 0 eV 1.01 cm 28.8 cmLArgPhysicalTransportation - 3 -1.27 m 3.03 cm 5.24 cm 49.1 MeV 0 eV 98.6 cm 1.27 mCryostatVolumesTransportation - 4 -1.28 m 3.04 cm 5.25 cm 49.1 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 5 -1.35 m 3.2 cm 5.54 cm 49.1 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 6 -1.35 m 3.21 cm 5.55 cm 49.1 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 7 -5 m 11.9 cm 20.6 cm 49.1 MeV 0 eV 3.66 m 5.01 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 20.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 14.1 cm 9.77 cm -7.11 cm 20.7 MeV 0 eV 18.6 cm 18.6 cmCuPlateBPhysicalTransportation - 2 19.2 cm 13.2 cm -9.62 cm 20.7 MeV 0 eV 6.59 cm 25.2 cmLArgPhysicalTransportation - 3 23 cm 15.9 cm -11.6 cm 20.7 MeV 0 eV 5.12 cm 30.3 cmBackExcluderTransportation - 4 40.1 cm 27.7 cm -20.2 cm 20.7 MeV 0 eV 22.5 cm 52.8 cmLArgPhysicalTransportation - 5 1.14 m 78.7 cm -57.2 cm 20.7 MeV 0 eV 97 cm 1.5 mCryostatVolumesTransportation - 6 1.14 m 78.8 cm -57.3 cm 20.7 MeV 0 eV 3.53 mm 1.5 mInsulationPhysicalTransportation - 7 1.2 m 83.2 cm -60.5 cm 20.7 MeV 0 eV 8.23 cm 1.58 mCryostatVolumesTransportation - 8 1.21 m 83.3 cm -60.6 cm 20.7 MeV 0 eV 2.94 mm 1.59 mMotherTransportation - 9 5 m 3.45 m -2.51 m 20.7 MeV 0 eV 4.99 m 6.58 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=36.3664 -Edep in FCAL1 FCAl2 : 0 36.3664 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2561 0 0 0 --------------------------------------------- - ----> Begin of event: 61 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 61 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 21.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -43.5 mum -12.7 mum 54.1 mum 20.9 MeV 95.6 keV 70.7 mum 70.7 mumWAbsorberPhysicaleBrem - 2 -108 mum -36 mum 139 mum 20.3 MeV 186 keV 109 mum 180 mumWAbsorberPhysicaleBrem - 3 -617 mum -107 mum 587 mum 17.3 MeV 1.34 MeV 690 mum 869 mumWAbsorberPhysicaleBrem - 4 -707 mum -197 mum 699 mum 16.4 MeV 455 keV 170 mum 1.04 mmWAbsorberPhysicaleBrem - 5 -818 mum -238 mum 853 mum 15.7 MeV 333 keV 194 mum 1.23 mmWAbsorberPhysicaleBrem - 6 -1.26 mm -167 mum 1.47 mm 14.2 MeV 1.29 MeV 746 mum 1.98 mmWAbsorberPhysicaleBrem - 7 -1.91 mm 304 mum 2.24 mm 11.4 MeV 2.49 MeV 1.11 mm 3.09 mmWAbsorberPhysicaleBrem - 8 -2.02 mm 442 mum 2.52 mm 9.33 MeV 810 keV 348 mum 3.44 mmWAbsorberPhysicaleBrem - 9 -2.34 mm 381 mum 2.73 mm 8.55 MeV 603 keV 375 mum 3.81 mmWAbsorberPhysicaleBrem - 10 -2.31 mm 253 mum 3.55 mm 6.83 MeV 1.61 MeV 946 mum 4.76 mmWAbsorberPhysicaleBrem - 11 -2.4 mm 124 mum 3.58 mm 0 eV 285 keV 183 mum 4.94 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.4 mm 124 mum 3.58 mm 7.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.39 mm -1.18 cm 817 mum 978 keV 0 eV 1.36 cm 1.36 cmWAbsorberPhysicalcompt - 2 -9.29 mm -1.2 cm 1.12 mm 356 keV 0 eV 976 mum 1.46 cmWAbsorberPhysicalcompt - 3 -8.86 mm -1.28 cm 2.26 mm 174 keV 0 eV 1.43 mm 1.6 cmWAbsorberPhysicalcompt - 4 -8.43 mm -1.14 cm 2.06 mm 0 eV 69.5 keV 1.49 mm 1.75 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.43 mm -1.14 cm 2.06 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.43 mm -1.14 cm 2.06 mm 0 eV 104 keV 16.9 mum 16.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.86 mm -1.28 cm 2.26 mm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.85 mm -1.28 cm 2.26 mm 0 eV 182 keV 41.1 mum 41.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.29 mm -1.2 cm 1.12 mm 623 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.31 mm -1.2 cm 1.12 mm 0 eV 623 keV 238 mum 238 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.39 mm -1.18 cm 817 mum 6.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.47 mm -1.19 cm 715 mum 3.76 MeV 429 keV 205 mum 205 mumWAbsorberPhysicaleBrem - 2 -8.5 mm -1.23 cm 422 mum 2.04 MeV 1.45 MeV 584 mum 789 mumWAbsorberPhysicaleBrem - 3 -8.51 mm -1.22 cm 357 mum 1.73 MeV 150 keV 101 mum 890 mumWAbsorberPhysicaleBrem - 4 -8.43 mm -1.22 cm 380 mum 0 eV 1.73 MeV 796 mum 1.69 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.51 mm -1.22 cm 357 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.75 mm -1.25 cm 649 mum 0 eV 69.5 keV 869 mum 869 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.75 mm -1.25 cm 649 mum 91.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.75 mm -1.25 cm 649 mum 0 eV 91.8 keV 13.8 mum 13.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.5 mm -1.23 cm 422 mum 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.05 mm -1.14 cm -709 mum 0 eV 69.5 keV 1.54 mm 1.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.05 mm -1.14 cm -709 mum 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.05 mm -1.14 cm -707 mum 0 eV 201 keV 47.6 mum 47.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.47 mm -1.19 cm 715 mum 2.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 cm -1.93 cm 798 mum 255 keV 0 eV 1.17 cm 1.17 cmWAbsorberPhysicalcompt - 2 -1.68 cm -1.92 cm 1.12 mm 0 eV 69.5 keV 813 mum 1.25 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 cm -1.92 cm 1.12 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 cm -1.92 cm 1.12 mm 0 eV 185 keV 42.2 mum 42.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 cm -1.93 cm 798 mum 1.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.76 cm -1.93 cm 663 mum 444 keV 1.13 MeV 214 mum 214 mumWAbsorberPhysicaleBrem - 2 -1.76 cm -1.93 cm 652 mum 0 eV 444 keV 151 mum 366 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.76 cm -1.93 cm 663 mum 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 cm -1.96 cm 69.9 mum 0 eV 69.5 keV 710 mum 710 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 cm -1.96 cm 69.9 mum 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 cm -1.96 cm 69.6 mum 0 eV 127 keV 23.2 mum 23.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.4 mm 124 mum 3.58 mm 368 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 mm 201 mum 3.7 mm 0 eV 69.5 keV 154 mum 154 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.45 mm 201 mum 3.7 mm 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.48 mm 201 mum 3.69 mm 101 keV 198 keV 76.9 mum 76.9 mumWAbsorberPhysicaleBrem - 2 -2.48 mm 200 mum 3.69 mm 0 eV 101 keV 16 mum 92.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 mm 253 mum 3.55 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.62 mm -60.9 mum 3.48 mm 0 eV 69.5 keV 449 mum 449 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.62 mm -60.9 mum 3.48 mm 43.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.62 mm -61.2 mum 3.48 mm 0 eV 43.6 keV 4.1 mum 4.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.34 mm 381 mum 2.73 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.6 mm 324 mum 3.05 mm 0 eV 69.5 keV 423 mum 423 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.6 mm 324 mum 3.05 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.6 mm 323 mum 3.05 mm 0 eV 105 keV 17.2 mum 17.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 mm 442 mum 2.52 mm 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.89 mm 535 mum 3.14 mm 915 keV 0 eV 1.07 mm 1.07 mmWAbsorberPhysicalcompt - 2 -4.7 mm 345 mum 3.36 mm 229 keV 0 eV 1.83 mm 2.9 mmWAbsorberPhysicalcompt - 3 -4.53 mm 216 mum 3.41 mm 0 eV 69.5 keV 220 mum 3.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.53 mm 216 mum 3.41 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.53 mm 215 mum 3.41 mm 0 eV 159 keV 33.3 mum 33.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.7 mm 345 mum 3.36 mm 686 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.72 mm 346 mum 3.36 mm 0 eV 686 keV 269 mum 269 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.89 mm 535 mum 3.14 mm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.89 mm 537 mum 3.15 mm 0 eV 304 keV 88.5 mum 88.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 mm 304 mum 2.24 mm 366 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.65 mm 1.9 mm 5.87 mm 197 keV 0 eV 4.83 mm 4.83 mmWAbsorberPhysicalcompt - 2 -3.87 mm 2.88 mm 5.72 mm 0 eV 69.5 keV 1.26 mm 6.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.87 mm 2.88 mm 5.72 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.86 mm 2.88 mm 5.72 mm 0 eV 128 keV 23.5 mum 23.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.65 mm 1.9 mm 5.87 mm 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.65 mm 1.9 mm 5.88 mm 0 eV 168 keV 36.3 mum 36.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 mm -167 mum 1.47 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 mm -165 mum 1.53 mm 162 keV 0 eV 85 mum 85 mumWAbsorberPhysicalcompt - 2 -1.58 mm -846 mum 2.02 mm 0 eV 69.5 keV 880 mum 965 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 mm -846 mum 2.02 mm 93 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.58 mm -846 mum 2.02 mm 0 eV 93 keV 14.1 mum 14.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 mm -165 mum 1.53 mm 24.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 mm -165 mum 1.53 mm 0 eV 24.7 keV 1.6 mum 1.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -818 mum -238 mum 853 mum 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 mm -484 mum 2.1 mm 0 eV 69.5 keV 1.51 mm 1.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 mm -484 mum 2.1 mm 284 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm -487 mum 2.11 mm 0 eV 284 keV 80.3 mum 80.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -707 mum -197 mum 699 mum 428 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.97 mm -1.3 mm 4.09 mm 0 eV 69.5 keV 4.22 mm 4.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.97 mm -1.3 mm 4.09 mm 358 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.97 mm -1.29 mm 4.09 mm 0 eV 358 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -617 mum -107 mum 587 mum 1.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.86 mm -4.64 mm 7.16 mm 1.42 MeV 0 eV 1.01 cm 1.01 cmWAbsorberPhysicalcompt - 2 -8.04 mm -4.98 mm 7.85 mm 401 keV 0 eV 1.4 mm 1.15 cmWAbsorberPhysicalcompt - 3 -7.48 mm -4.91 mm 9.06 mm 0 eV 69.5 keV 1.34 mm 1.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.48 mm -4.91 mm 9.06 mm 331 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.48 mm -4.9 mm 9.07 mm 0 eV 331 keV 100 mum 100 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.04 mm -4.98 mm 7.85 mm 1.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.07 mm -4.99 mm 7.86 mm 0 eV 1.02 MeV 437 mum 437 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.86 mm -4.64 mm 7.16 mm 263 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.86 mm -4.64 mm 7.16 mm 0 eV 263 keV 71.6 mum 71.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -108 mum -36 mum 139 mum 419 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 mm -930 mum 3.14 mm 290 keV 0 eV 3.92 mm 3.92 mmWAbsorberPhysicalcompt - 2 -4.82 mm 5.22 mm 8.03 mm 0 eV 69.5 keV 8.2 mm 1.21 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.82 mm 5.22 mm 8.03 mm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.82 mm 5.23 mm 8.03 mm 0 eV 221 keV 55.1 mum 55.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.46 mm -930 mum 3.14 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 mm -932 mum 3.14 mm 0 eV 129 keV 23.9 mum 23.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -43.5 mum -12.7 mum 54.1 mum 731 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.62 mm -1.95 mm 9.22 mm 440 keV 0 eV 1.2 cm 1.2 cmWAbsorberPhysicalcompt - 2 -9.48 mm -286 mum 9.86 mm 358 keV 0 eV 2.58 mm 1.46 cmWAbsorberPhysicalcompt - 3 -1.12 cm 413 mum 9.03 mm 0 eV 69.5 keV 2.03 mm 1.67 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 cm 413 mum 9.03 mm 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 cm 416 mum 9.03 mm 0 eV 288 keV 82 mum 82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.48 mm -286 mum 9.86 mm 82.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.48 mm -285 mum 9.86 mm 0 eV 82.6 keV 11.6 mum 11.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.62 mm -1.95 mm 9.22 mm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.62 mm -1.96 mm 9.22 mm 0 eV 291 keV 83.4 mum 83.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 11.4 cm -15.8 cm -1.25 cm 42 MeV 0 eV 19.6 cm 19.6 cmLArgPhysicalTransportation - 2 70.5 cm -97.5 cm -7.68 cm 42 MeV 0 eV 1.01 m 1.21 mMotherTransportation - 3 3.61 m -5 m -39.4 cm 42 MeV 0 eV 4.98 m 6.18 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.5 cm 17.4 cm -6.17 cm 41.5 MeV 0 eV 19 cm 19 cmLArgPhysicalTransportation - 2 -25.1 cm 97.5 cm -34.5 cm 41.5 MeV 0 eV 87.4 cm 1.06 mCryostatVolumesTransportation - 3 -50.9 cm 1.98 m -69.8 cm 41.5 MeV 0 eV 1.09 m 2.16 mMotherTransportation - 4 -1.29 m 5 m -1.77 m 41.5 MeV 0 eV 3.3 m 5.46 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=22.7253 -Edep in FCAL1 FCAl2 : 0 22.7253 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2562 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 62 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 76.3 mum 485 mum 414 mum 34.9 MeV 1.2 MeV 645 mum 645 mumWAbsorberPhysicaleBrem - 2 511 mum 1.8 mm 1.11 mm 31.9 MeV 2.91 MeV 1.59 mm 2.24 mmWAbsorberPhysicaleBrem - 3 634 mum 2.05 mm 1.27 mm 27.4 MeV 750 keV 318 mum 2.55 mmWAbsorberPhysicaleBrem - 4 1.43 mm 2.87 mm 1.71 mm 23 MeV 2.46 MeV 1.23 mm 3.78 mmWAbsorberPhysicaleBrem - 5 1.62 mm 3.48 mm 1.88 mm 20.6 MeV 1.3 MeV 675 mum 4.46 mmWAbsorberPhysicaleBrem - 6 1.94 mm 4.29 mm 2.27 mm 10.5 MeV 2.08 MeV 955 mum 5.41 mmWAbsorberPhysicaleBrem - 7 2.06 mm 4.43 mm 2.49 mm 9.87 MeV 538 keV 296 mum 5.71 mmWAbsorberPhysicaleBrem - 8 2.51 mm 4.55 mm 2.74 mm 5.11 MeV 1.02 MeV 512 mum 6.22 mmWAbsorberPhysicaleBrem - 9 3.14 mm 4.29 mm 3.3 mm 3.26 MeV 1.69 MeV 796 mum 7.02 mmWAbsorberPhysicaleBrem - 10 3.44 mm 4.08 mm 3.35 mm 1.74 MeV 1.03 MeV 447 mum 7.46 mmWAbsorberPhysicaleBrem - 11 3.38 mm 3.93 mm 3.74 mm 504 keV 1.13 MeV 609 mum 8.07 mmWAbsorberPhysicaleBrem - 12 3.38 mm 3.94 mm 3.76 mm 0 eV 504 keV 178 mum 8.25 mmWAbsorberPhysicaleIoni - 13 3.38 mm 3.94 mm 3.76 mm 0 eV 0 eV 0 fm 8.25 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.38 mm 3.94 mm 3.76 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.92 mm 1.61 mm -745 mum 237 keV 0 eV 5.1 mm 5.1 mmWAbsorberPhysicalcompt - 2 2.21 mm 1.09 mm -365 mum 0 eV 69.5 keV 1.83 mm 6.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 mm 1.09 mm -365 mum 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 mm 1.09 mm -364 mum 0 eV 168 keV 36.2 mum 36.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.92 mm 1.61 mm -745 mum 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.92 mm 1.61 mm -750 mum 0 eV 274 keV 76.1 mum 76.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.38 mm 3.94 mm 3.76 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.84 mm 6.24 mm 8.2 mm 508 keV 0 eV 5.03 mm 5.03 mmWAbsorberPhysicalcompt - 2 2.49 mm 1.03 cm 1.45 cm 0 eV 69.5 keV 7.49 mm 1.25 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.49 mm 1.03 cm 1.45 cm 438 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.5 mm 1.03 cm 1.45 cm 0 eV 438 keV 149 mum 149 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.84 mm 6.24 mm 8.2 mm 3.37 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.84 mm 6.24 mm 8.2 mm 0 eV 3.37 keV 81 nm 81 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.38 mm 3.93 mm 3.74 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.33 mm 4.09 mm 3.85 mm 0 eV 69.5 keV 203 mum 203 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.33 mm 4.09 mm 3.85 mm 42.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.33 mm 4.09 mm 3.85 mm 0 eV 42.7 keV 3.94 mum 3.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.44 mm 4.08 mm 3.35 mm 493 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.85 mm 2.84 mm 4.23 mm 307 keV 0 eV 2.85 mm 2.85 mmWAbsorberPhysicalcompt - 2 5.95 mm 2.96 mm 4.5 mm 263 keV 0 eV 309 mum 3.16 mmWAbsorberPhysicalcompt - 3 5.85 mm 3.19 mm 4.7 mm 0 eV 69.5 keV 327 mum 3.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.85 mm 3.19 mm 4.7 mm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.85 mm 3.19 mm 4.7 mm 0 eV 193 keV 44.9 mum 44.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.95 mm 2.96 mm 4.5 mm 44 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.95 mm 2.96 mm 4.5 mm 0 eV 44 keV 4.15 mum 4.15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.85 mm 2.84 mm 4.23 mm 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.85 mm 2.84 mm 4.23 mm 0 eV 186 keV 42.4 mum 42.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.14 mm 4.29 mm 3.3 mm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.76 mm 4.11 mm 2.89 mm 0 eV 69.5 keV 761 mum 761 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.76 mm 4.11 mm 2.89 mm 84.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.76 mm 4.11 mm 2.89 mm 0 eV 84.5 keV 12.1 mum 12.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.51 mm 4.55 mm 2.74 mm 3.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.57 mm 4.57 mm 2.79 mm 0 eV 0 eV 84 mum 84 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 mm 4.57 mm 2.79 mm 2.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.68 mm 4.61 mm 2.9 mm 0 eV 2.12 MeV 1.01 mm 1.01 mmWAbsorberPhysicaleIoni - 2 2.68 mm 4.61 mm 2.9 mm 0 eV 0 eV 0 fm 1.01 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.68 mm 4.61 mm 2.9 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.22 mm -514 mum 1.01 cm 0 eV 69.5 keV 9.51 mm 9.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.22 mm -514 mum 1.01 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.23 mm -518 mum 1.01 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.68 mm 4.61 mm 2.9 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm 5.73 mm 1.34 mm 0 eV 69.5 keV 2.06 mm 2.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 mm 5.73 mm 1.34 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.9 mm 5.72 mm 1.34 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 mm 4.57 mm 2.79 mm 599 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 mm 4.58 mm 2.79 mm 0 eV 599 keV 226 mum 226 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 mm 4.43 mm 2.49 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.16 mm 4.45 mm 2.59 mm 0 eV 69.5 keV 143 mum 143 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.16 mm 4.45 mm 2.59 mm 54 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.16 mm 4.45 mm 2.59 mm 0 eV 54 keV 5.81 mum 5.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 mm 4.29 mm 2.27 mm 7.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.24 cm 1.6 cm 2.76 cm 396 keV 0 eV 3.45 cm 3.45 cmWAbsorberPhysicalcompt - 2 2.04 cm 1.31 cm 2.93 cm 277 keV 0 eV 3.89 mm 3.84 cmWAbsorberPhysicalcompt - 3 2.05 cm 1.3 cm 3 cm 256 keV 0 eV 722 mum 3.91 cmWAbsorberPhysicalcompt - 4 2.06 cm 1.31 cm 3.02 cm 0 eV 69.5 keV 282 mum 3.94 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 cm 1.31 cm 3.02 cm 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.06 cm 1.32 cm 3.02 cm 0 eV 186 keV 42.5 mum 42.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 cm 1.3 cm 3 cm 21.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 cm 1.3 cm 3 cm 0 eV 21.6 keV 1.3 mum 1.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 cm 1.31 cm 2.93 cm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.04 cm 1.31 cm 2.93 cm 0 eV 119 keV 20.9 mum 20.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.24 cm 1.6 cm 2.76 cm 7.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.19 cm 1.65 cm 2.84 cm 3.44 MeV 2.85 MeV 1.3 mm 1.3 mmWAbsorberPhysicaleBrem - 2 2.21 cm 1.58 cm 2.91 cm 1.04 MeV 2.4 MeV 1.43 mm 2.73 mmWAbsorberPhysicaleIoni - 3 2.21 cm 1.57 cm 2.91 cm 0 eV 1.04 MeV 446 mum 3.18 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.19 cm 1.65 cm 2.84 cm 1.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.66 mm 2.68 cm 5.21 cm 247 keV 0 eV 2.86 cm 2.86 cmWAbsorberPhysicalcompt - 2 1.01 cm 2.68 cm 5.2 cm 0 eV 69.5 keV 449 mum 2.9 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 2.68 cm 5.2 cm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 2.68 cm 5.2 cm 0 eV 178 keV 39.5 mum 39.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.66 mm 2.68 cm 5.21 cm 1.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.58 mm 2.67 cm 5.21 cm 446 keV 404 keV 213 mum 213 mumWAbsorberPhysicaleBrem - 2 9.58 mm 2.67 cm 5.21 cm 0 eV 446 keV 152 mum 365 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.58 mm 2.67 cm 5.21 cm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.12 mm 2.67 cm 5.24 cm 0 eV 69.5 keV 549 mum 549 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.12 mm 2.67 cm 5.24 cm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.12 mm 2.67 cm 5.24 cm 0 eV 104 keV 16.8 mum 16.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.62 mm 3.48 mm 1.88 mm 1.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.16 mm 7.35 mm 4.71 mm 298 keV 0 eV 5.42 mm 5.42 mmWAbsorberPhysicalcompt - 2 4.66 mm 5.4 mm 5.71 mm 0 eV 69.5 keV 2.24 mm 7.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.66 mm 5.4 mm 5.71 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.67 mm 5.4 mm 5.71 mm 0 eV 228 keV 57.9 mum 57.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.16 mm 7.35 mm 4.71 mm 872 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.17 mm 7.37 mm 4.72 mm 0 eV 872 keV 363 mum 363 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 mm 2.87 mm 1.71 mm 1.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.11 mm 1.35 cm 6.94 mm 298 keV 0 eV 1.28 cm 1.28 cmWAbsorberPhysicalcompt - 2 2.85 mm 1.13 cm 9.36 mm 170 keV 0 eV 4.64 mm 1.74 cmWAbsorberPhysicalcompt - 3 2.85 mm 1.14 cm 9.4 mm 103 keV 0 eV 117 mum 1.75 cmWAbsorberPhysicalcompt - 4 2.8 mm 1.13 cm 9.36 mm 0 eV 69.5 keV 152 mum 1.77 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.8 mm 1.13 cm 9.36 mm 33.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.8 mm 1.13 cm 9.36 mm 0 eV 33.9 keV 2.71 mum 2.71 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 mm 1.14 cm 9.4 mm 66.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 mm 1.14 cm 9.4 mm 0 eV 66.3 keV 8.13 mum 8.13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 mm 1.13 cm 9.36 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 mm 1.13 cm 9.36 mm 0 eV 128 keV 23.7 mum 23.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.11 mm 1.35 cm 6.94 mm 1.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.15 mm 1.36 cm 6.96 mm 0 eV 1.63 MeV 744 mum 744 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 634 mum 2.05 mm 1.27 mm 3.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.52 mm 4.71 mm 3.21 mm 1.72 MeV 0 eV 3.8 mm 3.8 mmWAbsorberPhysicalcompt - 2 2.27 mm 8.98 mm 5.9 mm 0 eV 69.5 keV 5.05 mm 8.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.27 mm 8.98 mm 5.9 mm 1.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.23 mm 8.99 mm 5.97 mm 0 eV 1.65 MeV 757 mum 757 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.52 mm 4.71 mm 3.21 mm 2.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 mm 5.16 mm 3.19 mm 456 keV 1.33 MeV 785 mum 785 mumWAbsorberPhysicaleBrem - 2 2.39 mm 5.17 mm 3.19 mm 0 eV 456 keV 157 mum 942 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.4 mm 5.16 mm 3.19 mm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 mm 5.26 mm 2.37 mm 0 eV 69.5 keV 1.47 mm 1.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 mm 5.26 mm 2.37 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 mm 5.26 mm 2.37 mm 0 eV 164 keV 34.8 mum 34.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 511 mum 1.8 mm 1.11 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 570 mum 1.89 mm 1.17 mm 0 eV 69.5 keV 126 mum 126 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 570 mum 1.89 mm 1.17 mm 41.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 570 mum 1.89 mm 1.17 mm 0 eV 41.5 keV 3.76 mum 3.76 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 76.3 mum 485 mum 414 mum 1.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 mm 4.87 mm 4.08 mm 404 keV 0 eV 5.91 mm 5.91 mmWAbsorberPhysicalcompt - 2 3.82 mm 5.8 mm 2.68 mm 0 eV 69.5 keV 2.79 mm 8.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.82 mm 5.8 mm 2.68 mm 334 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.83 mm 5.8 mm 2.68 mm 0 eV 334 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 mm 4.87 mm 4.08 mm 856 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 mm 4.89 mm 4.1 mm 0 eV 856 keV 355 mum 355 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm -555 mum -6.62 cm 37.6 MeV 0 eV 6.86 cm 6.86 cmCuPlateBPhysicalTransportation - 2 -2.49 cm -765 mum -9.12 cm 37.6 MeV 0 eV 2.59 cm 9.46 cmLArgPhysicalTransportation - 3 -3.16 cm -971 mum -11.6 cm 37.6 MeV 0 eV 2.55 cm 12 cmBackExcluderTransportation - 4 -31.7 cm -9.74 mm -1.16 m 37.6 MeV 0 eV 1.08 m 1.2 mLArgPhysicalTransportation - 5 -33.5 cm -1.03 cm -1.23 m 37.6 MeV 0 eV 6.98 cm 1.27 mCryostatVolumesTransportation - 6 -33.6 cm -1.03 cm -1.23 m 37.6 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 7 -35.4 cm -1.09 cm -1.3 m 37.6 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 8 -35.5 cm -1.09 cm -1.3 m 37.6 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 9 -51 cm -1.57 cm -1.87 m 37.6 MeV 0 eV 58.8 cm 1.94 mBigScintPhysicalTransportation - 10 -51.5 cm -1.58 cm -1.89 m 37.6 MeV 0 eV 2.07 cm 1.96 mMotherTransportation - 11 -53.2 cm -1.63 cm -1.95 m 37.6 MeV 0 eV 6.22 cm 2.02 mBigIronPhysicalTransportation - 12 -55.9 cm -1.72 cm -2.05 m 37.6 MeV 0 eV 10.4 cm 2.12 mMotherTransportation - 13 -56.4 cm -1.74 cm -2.07 m 37.6 MeV 0 eV 2.07 cm 2.15 mBigScintPhysicalTransportation - 14 -57 cm -1.75 cm -2.09 m 37.6 MeV 0 eV 2.07 cm 2.17 mMotherTransportation - 15 -58.3 cm -1.79 cm -2.14 m 37.6 MeV 0 eV 5.18 cm 2.22 mBigIronPhysicalTransportation - 16 -60 cm -1.84 cm -2.2 m 37.6 MeV 0 eV 6.3 cm 2.28 mMotherTransportation - 17 -80.4 cm -2.47 cm -2.95 m 37.6 MeV 0 eV 77.7 cm 3.06 mConcWallAPhysicalTransportation - 18 -1.24 m -3.81 cm -4.55 m 37.6 MeV 0 eV 1.66 m 4.72 mConcWallBPhysicalTransportation - 19 -1.3 m -4 cm -4.77 m 37.6 MeV 0 eV 22.6 cm 4.94 mMotherTransportation - 20 -5 m -15.4 cm -18.3 m 37.6 MeV 0 eV 14.1 m 19 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.84 cm -20 cm 7.39 cm 30.2 MeV 0 eV 22.4 cm 22.4 cmLArgPhysicalTransportation - 2 33.3 cm -97.5 cm 36 cm 30.2 MeV 0 eV 86.7 cm 1.09 mMotherTransportation - 3 1.71 m -5 m 1.85 m 30.2 MeV 0 eV 4.51 m 5.6 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=38.408 -Edep in FCAL1 FCAl2 : 0 38.408 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2563 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 63 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.77 mum -1.09 mum 1.06 mum 29.8 MeV 7.34 keV 4.07 mum 4.07 mumWAbsorberPhysicaleBrem - 2 -702 mum -113 mum 117 mum 28.2 MeV 1.37 MeV 716 mum 720 mumWAbsorberPhysicaleBrem - 3 -758 mum -135 mum 129 mum 26.2 MeV 95.5 keV 61.6 mum 782 mumWAbsorberPhysicaleBrem - 4 -2.16 mm -1.23 mm 1.01 mm 21 MeV 4.17 MeV 1.93 mm 2.71 mmWAbsorberPhysicaleBrem - 5 -2.18 mm -1.24 mm 1.02 mm 20.7 MeV 40.9 keV 26 mum 2.74 mmWAbsorberPhysicaleBrem - 6 -2.72 mm -1.22 mm 1.46 mm 15.1 MeV 1.33 MeV 705 mum 3.44 mmWAbsorberPhysicaleBrem - 7 -3.2 mm -1.28 mm 1.6 mm 13.6 MeV 962 keV 502 mum 3.94 mmWAbsorberPhysicaleBrem - 8 -3.7 mm -1.76 mm 1.82 mm 12.1 MeV 1.28 MeV 705 mum 4.65 mmWAbsorberPhysicaleBrem - 9 -4.13 mm -1.76 mm 1.92 mm 8.47 MeV 1.02 MeV 451 mum 5.1 mmWAbsorberPhysicaleBrem - 10 -4.66 mm -1.38 mm 2.5 mm 1.53 MeV 2.16 MeV 864 mum 5.96 mmWAbsorberPhysicaleBrem - 11 -4.65 mm -1.46 mm 2.44 mm 0 eV 1.53 MeV 709 mum 6.67 mmWAbsorberPhysicaleIoni - 12 -4.65 mm -1.46 mm 2.44 mm 0 eV 0 eV 0 fm 6.67 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.65 mm -1.46 mm 2.44 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.67 mm -3.08 mm 907 mum 0 eV 69.5 keV 3.01 mm 3.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.67 mm -3.08 mm 907 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.68 mm -3.08 mm 899 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.65 mm -1.46 mm 2.44 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.47 mm 5.08 mm 8.64 mm 0 eV 69.5 keV 1.21 cm 1.21 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.47 mm 5.08 mm 8.64 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.48 mm 5.07 mm 8.65 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.66 mm -1.38 mm 2.5 mm 4.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.93 mm -8.09 mm -2.87 mm 0 eV 0 eV 8.63 mm 8.63 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.93 mm -8.09 mm -2.87 mm 1.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.93 mm -8.15 mm -2.92 mm 0 eV 1.27 MeV 571 mum 571 mumWAbsorberPhysicaleIoni - 2 -3.93 mm -8.15 mm -2.92 mm 0 eV 0 eV 0 fm 571 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.93 mm -8.15 mm -2.92 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.79 mm -7.2 mm -6.74 mm 268 keV 0 eV 4.04 mm 4.04 mmWAbsorberPhysicalcompt - 2 -4.75 mm -7 mm -6.72 mm 0 eV 69.5 keV 206 mum 4.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.75 mm -7 mm -6.72 mm 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.75 mm -6.99 mm -6.72 mm 0 eV 199 keV 46.7 mum 46.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.79 mm -7.2 mm -6.74 mm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.79 mm -7.2 mm -6.75 mm 0 eV 243 keV 63.6 mum 63.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.93 mm -8.15 mm -2.92 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.68 mm -8.42 mm -1.84 mm 304 keV 0 eV 1.14 mm 1.14 mmWAbsorberPhysicalcompt - 2 -1.55 mm -6.89 mm -1.02 mm 0 eV 69.5 keV 2.74 mm 3.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 mm -6.89 mm -1.02 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 mm -6.89 mm -1.02 mm 0 eV 234 keV 60.2 mum 60.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.68 mm -8.42 mm -1.84 mm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.68 mm -8.42 mm -1.83 mm 0 eV 207 keV 50.1 mum 50.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.93 mm -8.09 mm -2.87 mm 2.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.11 mm -8.05 mm -3.21 mm 723 keV 1.14 MeV 550 mum 550 mumWAbsorberPhysicaleBrem - 2 -4.13 mm -8.06 mm -3.19 mm 0 eV 723 keV 288 mum 837 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.11 mm -8.05 mm -3.21 mm 632 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.6 mm -1.64 cm -49.3 mum 209 keV 0 eV 1.05 cm 1.05 cmWAbsorberPhysicalcompt - 2 -9.72 mm -1.6 cm -318 mum 0 eV 69.5 keV 448 mum 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.72 mm -1.6 cm -318 mum 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.72 mm -1.6 cm -318 mum 0 eV 139 keV 27 mum 27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.6 mm -1.64 cm -49.3 mum 423 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.61 mm -1.64 cm -44.9 mum 0 eV 423 keV 142 mum 142 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.13 mm -1.76 mm 1.92 mm 2.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.12 mm -2.38 mm 4.66 mm 0 eV 69.5 keV 4.88 mm 4.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.12 mm -2.38 mm 4.66 mm 2.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.55 mm -1.82 mm 4.45 mm 656 keV 1.91 MeV 1.18 mm 1.18 mmWAbsorberPhysicaleIoni - 2 -8.6 mm -1.76 mm 4.42 mm 186 keV 346 keV 165 mum 1.34 mmWAbsorberPhysicaleBrem - 3 -8.6 mm -1.75 mm 4.42 mm 0 eV 186 keV 42.6 mum 1.39 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.6 mm -1.76 mm 4.42 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.71 mm -2.04 mm 4.54 mm 0 eV 69.5 keV 322 mum 322 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.71 mm -2.04 mm 4.54 mm 54.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.71 mm -2.04 mm 4.54 mm 0 eV 54.5 keV 5.9 mum 5.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.7 mm -1.76 mm 1.82 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.34 mm -1.93 mm 2.02 mm 0 eV 69.5 keV 698 mum 698 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.34 mm -1.93 mm 2.02 mm 79.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.34 mm -1.93 mm 2.02 mm 0 eV 79.7 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 mm -1.28 mm 1.6 mm 625 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.47 mm -4.16 mm 4.32 mm 481 keV 0 eV 4.57 mm 4.57 mmWAbsorberPhysicalcompt - 2 -6.32 mm -4.39 mm 7.22 mm 232 keV 0 eV 3.03 mm 7.6 mmWAbsorberPhysicalcompt - 3 -5.65 mm -4.9 mm 7.25 mm 0 eV 69.5 keV 845 mum 8.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.65 mm -4.9 mm 7.25 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.65 mm -4.91 mm 7.25 mm 60.3 keV 102 keV 30.9 mum 30.9 mumWAbsorberPhysicaleBrem - 2 -5.65 mm -4.91 mm 7.25 mm 0 eV 60.3 keV 6.94 mum 37.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.32 mm -4.39 mm 7.22 mm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.33 mm -4.39 mm 7.22 mm 0 eV 249 keV 65.9 mum 65.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.47 mm -4.16 mm 4.32 mm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.48 mm -4.17 mm 4.32 mm 0 eV 144 keV 28.6 mum 28.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.72 mm -1.22 mm 1.46 mm 4.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.19 cm -6.04 mm 1.2 cm 0 eV 0 eV 2.24 cm 2.24 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 38, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 cm -6.04 mm 1.2 cm 567 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.19 cm -6.04 mm 1.2 cm 0 eV 567 keV 209 mum 209 mumWAbsorberPhysicaleIoni - 2 -2.19 cm -6.04 mm 1.2 cm 0 eV 0 eV 0 fm 209 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 cm -6.04 mm 1.2 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 cm -6.53 mm 1.2 cm 475 keV 0 eV 816 mum 816 mumWAbsorberPhysicalcompt - 2 -1.57 cm -1.51 cm 1.34 cm 448 keV 0 eV 1.03 cm 1.11 cmWAbsorberPhysicalcompt - 3 -1.52 cm -1.62 cm 1.31 cm 398 keV 0 eV 1.2 mm 1.23 cmWAbsorberPhysicalcompt - 4 -1.46 cm -1.65 cm 1.3 cm 0 eV 69.5 keV 656 mum 1.3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 cm -1.65 cm 1.3 cm 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 cm -1.65 cm 1.3 cm 0 eV 329 keV 99.3 mum 99.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.52 cm -1.62 cm 1.31 cm 49.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 cm -1.62 cm 1.31 cm 0 eV 49.3 keV 4.97 mum 4.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 cm -1.51 cm 1.34 cm 27.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm -1.51 cm 1.34 cm 0 eV 27.4 keV 1.91 mum 1.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.12 cm -6.53 mm 1.2 cm 36 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 cm -6.53 mm 1.2 cm 0 eV 36 keV 2.98 mum 2.98 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 cm -6.04 mm 1.2 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.38 cm -4.63 mm 1.21 cm 197 keV 0 eV 2.36 mm 2.36 mmWAbsorberPhysicalcompt - 2 -2.24 cm -4.83 mm 1.35 cm 139 keV 0 eV 1.89 mm 4.26 mmWAbsorberPhysicalcompt - 3 -2.24 cm -4.81 mm 1.35 cm 0 eV 69.5 keV 18.6 mum 4.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 cm -4.81 mm 1.35 cm 70 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 cm -4.81 mm 1.35 cm 0 eV 70 keV 8.89 mum 8.89 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 cm -4.83 mm 1.35 cm 57.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 cm -4.83 mm 1.35 cm 0 eV 57.8 keV 6.49 mum 6.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.38 cm -4.63 mm 1.21 cm 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.38 cm -4.62 mm 1.21 cm 0 eV 314 keV 92.7 mum 92.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 cm -6.04 mm 1.2 cm 2.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm -6.11 mm 1.23 cm 1.07 MeV 1.12 MeV 696 mum 696 mumWAbsorberPhysicaleBrem - 2 -2.22 cm -6.12 mm 1.24 cm 0 eV 1.07 MeV 465 mum 1.16 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm -6.11 mm 1.23 cm 479 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.03 cm -7.72 mm 1.53 cm 356 keV 0 eV 3.87 mm 3.87 mmWAbsorberPhysicalcompt - 2 -1.77 cm -6.43 mm 1.71 cm 286 keV 0 eV 3.43 mm 7.3 mmWAbsorberPhysicalcompt - 3 -1.65 cm -6.98 mm 1.74 cm 233 keV 0 eV 1.43 mm 8.73 mmWAbsorberPhysicalcompt - 4 -1.49 cm -6.44 mm 1.67 cm 0 eV 69.5 keV 1.81 mm 1.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 cm -6.44 mm 1.67 cm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 cm -6.43 mm 1.67 cm 0 eV 163 keV 34.6 mum 34.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm -6.98 mm 1.74 cm 52.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm -6.98 mm 1.74 cm 0 eV 52.7 keV 5.58 mum 5.58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.77 cm -6.43 mm 1.71 cm 70.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.77 cm -6.43 mm 1.71 cm 0 eV 70.3 keV 8.97 mum 8.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.03 cm -7.72 mm 1.53 cm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.03 cm -7.72 mm 1.53 cm 0 eV 123 keV 22.2 mum 22.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.18 mm -1.24 mm 1.02 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm -1.25 mm 1.06 mm 0 eV 69.5 keV 72.1 mum 72.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm -1.25 mm 1.06 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm -1.25 mm 1.06 mm 0 eV 115 keV 20 mum 20 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 mm -1.23 mm 1.01 mm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.51 mm -3.1 mm 5.23 mm 919 keV 0 eV 7.86 mm 7.86 mmWAbsorberPhysicalcompt - 2 -1.26 cm -5.27 mm 6.27 mm 722 keV 0 eV 4.72 mm 1.26 cmWAbsorberPhysicalcompt - 3 -1.29 cm -5.66 mm 6.17 mm 360 keV 0 eV 520 mum 1.31 cmWAbsorberPhysicalcompt - 4 -1.23 cm -6.92 mm 6.84 mm 0 eV 69.5 keV 1.54 mm 1.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 cm -6.92 mm 6.84 mm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm -6.93 mm 6.85 mm 0 eV 291 keV 83.1 mum 83.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 cm -5.66 mm 6.17 mm 362 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 cm -5.66 mm 6.17 mm 0 eV 362 keV 114 mum 114 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 cm -5.27 mm 6.27 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.26 cm -5.27 mm 6.27 mm 0 eV 197 keV 46.1 mum 46.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.51 mm -3.1 mm 5.23 mm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.51 mm -3.1 mm 5.23 mm 0 eV 146 keV 29.1 mum 29.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -758 mum -135 mum 129 mum 1.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.66 mm -1.38 mm 859 mum 673 keV 0 eV 3.24 mm 3.24 mmWAbsorberPhysicalcompt - 2 -3.82 mm -2.83 mm 2.24 mm 641 keV 0 eV 2.01 mm 5.25 mmWAbsorberPhysicalcompt - 3 -3.7 mm -3.45 mm 3.13 mm 0 eV 69.5 keV 1.08 mm 6.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.7 mm -3.45 mm 3.13 mm 571 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.7 mm -3.45 mm 3.14 mm 0 eV 571 keV 213 mum 213 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.82 mm -2.83 mm 2.24 mm 31.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.82 mm -2.83 mm 2.24 mm 0 eV 31.8 keV 2.42 mum 2.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.66 mm -1.38 mm 859 mum 1.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.71 mm -1.39 mm 859 mum 0 eV 1.26 MeV 560 mum 560 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -702 mum -113 mum 117 mum 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.22 mm -1.68 mm 872 mum 0 eV 69.5 keV 3.92 mm 3.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.22 mm -1.68 mm 872 mum 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.22 mm -1.68 mm 872 mum 0 eV 176 keV 38.9 mum 38.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.77 mum -1.09 mum 1.06 mum 436 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.89 mm -793 mum 855 mum 407 keV 0 eV 3.11 mm 3.11 mmWAbsorberPhysicalcompt - 2 -5.55 mm -357 mum 1.86 mm 169 keV 0 eV 2.88 mm 5.99 mmWAbsorberPhysicalcompt - 3 -5.55 mm -355 mum 1.85 mm 112 keV 0 eV 9.73 mum 6 mmWAbsorberPhysicalcompt - 4 -5.54 mm -257 mum 2.04 mm 0 eV 69.5 keV 213 mum 6.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.54 mm -257 mum 2.04 mm 42.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.54 mm -257 mum 2.04 mm 0 eV 42.3 keV 3.89 mum 3.89 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.55 mm -355 mum 1.85 mm 57.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.55 mm -355 mum 1.85 mm 0 eV 57.4 keV 6.43 mum 6.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.55 mm -357 mum 1.86 mm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.56 mm -357 mum 1.86 mm 0 eV 237 keV 61.5 mum 61.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.89 mm -793 mum 855 mum 29.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.89 mm -793 mum 855 mum 0 eV 29.5 keV 2.15 mum 2.15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 18.5 cm 14.4 cm 8.19 cm 45.3 MeV 0 eV 24.8 cm 24.8 cmLArgPhysicalTransportation - 2 1.17 m 91 cm 51.7 cm 45.3 MeV 0 eV 1.32 m 1.57 mCryostatVolumesTransportation - 3 1.17 m 91.2 cm 51.8 cm 45.3 MeV 0 eV 3.69 mm 1.57 mInsulationPhysicalTransportation - 4 1.23 m 96.2 cm 54.6 cm 45.3 MeV 0 eV 8.6 cm 1.66 mCryostatVolumesTransportation - 5 1.23 m 96.4 cm 54.7 cm 45.3 MeV 0 eV 3.07 mm 1.66 mMotherTransportation - 6 5 m 3.91 m 2.22 m 45.3 MeV 0 eV 5.06 m 6.72 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 29.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm -5.11 cm -6.37 cm 29.5 MeV 0 eV 8.29 cm 8.29 cmCuPlateBPhysicalTransportation - 2 -1.95 cm -7.04 cm -8.78 cm 29.5 MeV 0 eV 3.13 cm 11.4 cmLArgPhysicalTransportation - 3 -2.57 cm -9.29 cm -11.6 cm 29.5 MeV 0 eV 3.64 cm 15.1 cmBackExcluderTransportation - 4 -9.13 cm -33 cm -41.1 cm 29.5 MeV 0 eV 38.4 cm 53.5 cmLArgPhysicalTransportation - 5 -27 cm -97.5 cm -1.22 m 29.5 MeV 0 eV 1.05 m 1.58 mMotherTransportation - 6 -1.38 m -5 m -6.23 m 29.5 MeV 0 eV 6.53 m 8.11 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=31.3153 -Edep in FCAL1 FCAl2 : 0 31.3153 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2564 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 64 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 62 mum -51.4 mum 74.8 mum 13.8 MeV 618 keV 110 mum 110 mumWAbsorberPhysicaleBrem - 2 395 mum -188 mum 406 mum 12.5 MeV 1.05 MeV 501 mum 611 mumWAbsorberPhysicaleBrem - 3 -54 mum -680 mum 1.88 mm 8.04 MeV 4.05 MeV 1.78 mm 2.39 mmWAbsorberPhysicaleBrem - 4 -372 mum -653 mum 2.48 mm 3.18 MeV 1.26 MeV 715 mum 3.11 mmWAbsorberPhysicaleBrem - 5 -137 mum -457 mum 2.9 mm 1.98 MeV 1 MeV 621 mum 3.73 mmWAbsorberPhysicaleBrem - 6 -204 mum -405 mum 2.9 mm 741 keV 101 keV 94.9 mum 3.82 mmWAbsorberPhysicaleBrem - 7 -193 mum -380 mum 2.87 mm 0 eV 741 keV 297 mum 4.12 mmWAbsorberPhysicaleIoni - 8 -193 mum -380 mum 2.87 mm 0 eV 0 eV 0 fm 4.12 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -193 mum -380 mum 2.87 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 mm -570 mum 3.3 mm 206 keV 0 eV 1.54 mm 1.54 mmWAbsorberPhysicalcompt - 2 1.19 mm -286 mum 3.09 mm 0 eV 69.5 keV 363 mum 1.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 mm -286 mum 3.09 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 mm -288 mum 3.09 mm 0 eV 137 keV 26.2 mum 26.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -570 mum 3.3 mm 305 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 mm -572 mum 3.31 mm 0 eV 305 keV 88.9 mum 88.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -193 mum -380 mum 2.87 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -647 mum -322 mum 2.74 mm 269 keV 0 eV 477 mum 477 mumWAbsorberPhysicalcompt - 2 -693 mum -79 mum 2.9 mm 260 keV 0 eV 296 mum 772 mumWAbsorberPhysicalcompt - 3 -363 mum 1.52 mm 3.68 mm 0 eV 69.5 keV 1.81 mm 2.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -363 mum 1.52 mm 3.68 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -363 mum 1.52 mm 3.68 mm 0 eV 190 keV 43.8 mum 43.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -693 mum -79 mum 2.9 mm 9.12 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -693 mum -79 mum 2.9 mm 0 eV 9.12 keV 338 nm 338 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -647 mum -322 mum 2.74 mm 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -650 mum -323 mum 2.74 mm 0 eV 242 keV 63.4 mum 63.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -204 mum -405 mum 2.9 mm 1.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 76.8 mum -583 mum 2.28 mm 257 keV 0 eV 702 mum 702 mumWAbsorberPhysicalcompt - 2 -523 mum -204 mum 2.33 mm 135 keV 0 eV 712 mum 1.41 mmWAbsorberPhysicalcompt - 3 -425 mum -327 mum 2.42 mm 0 eV 69.5 keV 181 mum 1.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -425 mum -327 mum 2.42 mm 65.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -425 mum -328 mum 2.42 mm 0 eV 65.9 keV 8.05 mum 8.05 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -523 mum -204 mum 2.33 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -525 mum -203 mum 2.33 mm 0 eV 121 keV 21.6 mum 21.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 76.8 mum -583 mum 2.28 mm 885 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 41.7 mum -704 mum 2.26 mm 24.6 keV 737 keV 368 mum 368 mumWAbsorberPhysicaleBrem - 2 41.8 mum -704 mum 2.26 mm 0 eV 24.6 keV 1.6 mum 370 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 41.7 mum -704 mum 2.26 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15.6 mum -454 mum 2.36 mm 0 eV 69.5 keV 275 mum 275 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -15.6 mum -454 mum 2.36 mm 54.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15.4 mum -453 mum 2.36 mm 0 eV 54.2 keV 5.85 mum 5.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -137 mum -457 mum 2.9 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -214 mum -434 mum 2.92 mm 0 eV 69.5 keV 84.7 mum 84.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -214 mum -434 mum 2.92 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -215 mum -433 mum 2.92 mm 0 eV 126 keV 23 mum 23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -372 mum -653 mum 2.48 mm 3.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -593 mum -447 mum 2.78 mm 0 eV 0 eV 428 mum 428 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 25, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -593 mum -447 mum 2.78 mm 909 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -627 mum -421 mum 2.8 mm 0 eV 909 keV 384 mum 384 mumWAbsorberPhysicaleIoni - 2 -627 mum -421 mum 2.8 mm 0 eV 0 eV 0 fm 384 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -627 mum -421 mum 2.8 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 357 mum -987 mum 4.72 mm 0 eV 69.5 keV 2.23 mm 2.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 357 mum -987 mum 4.72 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 364 mum -985 mum 4.73 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -627 mum -421 mum 2.8 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.71 mm 1.35 mm -3.19 mm 0 eV 69.5 keV 6.97 mm 6.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.71 mm 1.35 mm -3.19 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.72 mm 1.35 mm -3.19 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -593 mum -447 mum 2.78 mm 1.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -477 mum -486 mum 2.94 mm 1.05 MeV 494 keV 302 mum 302 mumWAbsorberPhysicaleBrem - 2 -492 mum -519 mum 2.92 mm 0 eV 1.05 MeV 455 mum 756 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -477 mum -486 mum 2.94 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -517 mum -563 mum 2.88 mm 0 eV 69.5 keV 106 mum 106 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -517 mum -563 mum 2.88 mm 44.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -517 mum -563 mum 2.88 mm 0 eV 44.9 keV 4.29 mum 4.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -54 mum -680 mum 1.88 mm 415 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -166 mum -491 mum 2.13 mm 0 eV 69.5 keV 332 mum 332 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -166 mum -491 mum 2.13 mm 346 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -163 mum -484 mum 2.14 mm 0 eV 346 keV 107 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 395 mum -188 mum 406 mum 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 486 mum -274 mum 548 mum 164 keV 0 eV 190 mum 190 mumWAbsorberPhysicalcompt - 2 394 mum -445 mum 576 mum 0 eV 69.5 keV 196 mum 386 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 394 mum -445 mum 576 mum 94.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 394 mum -444 mum 575 mum 0 eV 94.8 keV 14.6 mum 14.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 486 mum -274 mum 548 mum 49.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 487 mum -274 mum 548 mum 0 eV 49.9 keV 5.07 mum 5.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 62 mum -51.4 mum 74.8 mum 33.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.68 mm -2.36 mm 3.89 mm 0 eV 0 eV 5.17 mm 5.17 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 36, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.68 mm -2.36 mm 3.89 mm 30.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.23 mm -2.76 mm 4.42 mm 27.8 MeV 2.09 MeV 857 mum 857 mumWAbsorberPhysicaleBrem - 2 3.29 mm -2.8 mm 4.5 mm 20.6 MeV 495 keV 112 mum 969 mumWAbsorberPhysicaleBrem - 3 3.72 mm -3.13 mm 4.85 mm 18.3 MeV 1.21 MeV 635 mum 1.6 mmWAbsorberPhysicaleBrem - 4 3.72 mm -3.13 mm 4.85 mm 13.7 MeV 244 eV 397 nm 1.6 mmWAbsorberPhysicaleBrem - 5 3.9 mm -3.24 mm 5.05 mm 12.8 MeV 468 keV 288 mum 1.89 mmWAbsorberPhysicaleBrem - 6 4.26 mm -3.54 mm 5.26 mm 8.74 MeV 914 keV 528 mum 2.42 mmWAbsorberPhysicaleIoni - 7 4.6 mm -3.6 mm 5.52 mm 7.74 MeV 842 keV 432 mum 2.85 mmWAbsorberPhysicaleBrem - 8 4.62 mm -3.6 mm 5.55 mm 5.29 MeV 58.4 keV 33.3 mum 2.89 mmWAbsorberPhysicaleBrem - 9 4.78 mm -3.69 mm 5.66 mm 4.23 MeV 362 keV 233 mum 3.12 mmWAbsorberPhysicaleBrem - 10 5.62 mm -3.28 mm 5.55 mm 2.25 MeV 1.78 MeV 1.08 mm 4.19 mmWAbsorberPhysicaleBrem - 11 6.36 mm -3.15 mm 5.45 mm 205 keV 2.04 MeV 1.07 mm 5.27 mmWAbsorberPhysicaleIoni - 12 6.36 mm -3.15 mm 5.45 mm 0 eV 205 keV 46.9 mum 5.31 mmWAbsorberPhysicaleIoni - 13 6.36 mm -3.15 mm 5.45 mm 0 eV 0 eV 0 fm 5.31 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.36 mm -3.15 mm 5.45 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm -2.54 mm 2.55 mm 333 keV 0 eV 6.53 mm 6.53 mmWAbsorberPhysicalcompt - 2 1.28 cm -3.22 mm 2.64 mm 0 eV 69.5 keV 900 mum 7.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 cm -3.22 mm 2.64 mm 263 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 cm -3.22 mm 2.65 mm 0 eV 263 keV 71.8 mum 71.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 cm -2.54 mm 2.55 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm -2.54 mm 2.55 mm 0 eV 178 keV 39.7 mum 39.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.36 mm -3.15 mm 5.45 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 826 mum -3.72 mm 8.21 mm 0 eV 69.5 keV 6.21 mm 6.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 826 mum -3.72 mm 8.21 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 851 mum -3.69 mm 8.22 mm 83.6 keV 209 keV 94.7 mum 94.7 mumWAbsorberPhysicaleBrem - 2 850 mum -3.69 mm 8.22 mm 0 eV 83.6 keV 11.9 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 851 mum -3.69 mm 8.22 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 893 mum -3.56 mm 8.17 mm 0 eV 69.5 keV 141 mum 141 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 893 mum -3.56 mm 8.17 mm 79.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 892 mum -3.56 mm 8.17 mm 0 eV 79.2 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.62 mm -3.28 mm 5.55 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.66 mm -3.29 mm 5.65 mm 0 eV 69.5 keV 112 mum 112 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.66 mm -3.29 mm 5.65 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.66 mm -3.29 mm 5.65 mm 0 eV 136 keV 26 mum 26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.78 mm -3.69 mm 5.66 mm 695 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm -2.43 mm 1.36 cm 564 keV 0 eV 1 cm 1 cmWAbsorberPhysicalcompt - 2 1.59 cm 4.44 mm 1.96 cm 0 eV 69.5 keV 1.05 cm 2.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 cm 4.44 mm 1.96 cm 495 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 cm 4.45 mm 1.96 cm 0 eV 495 keV 175 mum 175 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm -2.43 mm 1.36 cm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm -2.43 mm 1.36 cm 0 eV 131 keV 24.4 mum 24.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.62 mm -3.6 mm 5.55 mm 2.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 cm -5.9 mm 1.62 cm 2.14 MeV 0 eV 1.32 cm 1.32 cmWAbsorberPhysicalcompt - 2 1.8 cm -9.86 mm 3.03 cm 1.97 MeV 0 eV 1.59 cm 2.9 cmWAbsorberPhysicalcompt - 3 1.81 cm -9.96 mm 3.06 cm 1.76 MeV 0 eV 290 mum 2.93 cmWAbsorberPhysicalcompt - 4 3.71 cm -3.59 cm 6.24 cm 340 keV 0 eV 4.52 cm 7.45 cmWAbsorberPhysicalcompt - 5 3.72 cm -3.59 cm 6.23 cm 274 keV 0 eV 169 mum 7.47 cmWAbsorberPhysicalcompt - 6 3.69 cm -3.73 cm 6.05 cm 0 eV 69.5 keV 2.23 mm 7.69 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.69 cm -3.73 cm 6.05 cm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.69 cm -3.73 cm 6.05 cm 0 eV 204 keV 48.8 mum 48.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.72 cm -3.59 cm 6.23 cm 66.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.72 cm -3.59 cm 6.23 cm 0 eV 66.8 keV 8.23 mum 8.23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.71 cm -3.59 cm 6.24 cm 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.71 cm -3.59 cm 6.24 cm 0 eV 1.42 MeV 642 mum 642 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.81 cm -9.96 mm 3.06 cm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.81 cm -9.96 mm 3.06 cm 0 eV 211 keV 51.4 mum 51.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 cm -9.86 mm 3.03 cm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 cm -9.86 mm 3.03 cm 0 eV 164 keV 34.8 mum 34.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 cm -5.9 mm 1.62 cm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 cm -5.9 mm 1.62 cm 0 eV 258 keV 69.6 mum 69.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.6 mm -3.6 mm 5.52 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.61 mm -3.6 mm 5.53 mm 0 eV 69.5 keV 15.9 mum 15.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.61 mm -3.6 mm 5.53 mm 90.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.61 mm -3.6 mm 5.53 mm 0 eV 90.7 keV 13.6 mum 13.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 mm -3.54 mm 5.26 mm 3.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.54 mm -3.76 mm 4.93 mm 1.42 MeV 1.09 MeV 638 mum 638 mumWAbsorberPhysicaleBrem - 2 4.47 mm -3.71 mm 5.02 mm 200 keV 250 keV 170 mum 807 mumWAbsorberPhysicaleBrem - 3 4.47 mm -3.71 mm 5.02 mm 0 eV 200 keV 47.1 mum 855 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.47 mm -3.71 mm 5.02 mm 974 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 mm 423 mum 7.64 mm 706 keV 0 eV 5.36 mm 5.36 mmWAbsorberPhysicalcompt - 2 3.86 mm 1.2 cm 1.04 cm 587 keV 0 eV 1.2 cm 1.73 cmWAbsorberPhysicalcompt - 3 1.96 mm 1.72 cm 1.38 cm 569 keV 0 eV 6.52 mm 2.39 cmWAbsorberPhysicalcompt - 4 1.24 mm 1.85 cm 1.43 cm 0 eV 69.5 keV 1.59 mm 2.54 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.24 mm 1.85 cm 1.43 cm 500 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 mm 1.85 cm 1.43 cm 0 eV 500 keV 178 mum 178 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 mm 1.72 cm 1.38 cm 17.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 mm 1.72 cm 1.38 cm 0 eV 17.6 keV 939 nm 939 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.86 mm 1.2 cm 1.04 cm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.86 mm 1.2 cm 1.04 cm 0 eV 119 keV 20.9 mum 20.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.27 mm 423 mum 7.64 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 mm 423 mum 7.64 mm 0 eV 269 keV 74.1 mum 74.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.54 mm -3.76 mm 4.93 mm 625 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 939 mum -4.39 mm 4.33 mm 0 eV 69.5 keV 3.7 mm 3.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 939 mum -4.39 mm 4.33 mm 555 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 924 mum -4.39 mm 4.33 mm 0 eV 555 keV 205 mum 205 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.9 mm -3.24 mm 5.05 mm 467 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.78 mm -6.61 mm 9.18 mm 0 eV 69.5 keV 6.59 mm 6.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.78 mm -6.61 mm 9.18 mm 398 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.78 mm -6.62 mm 9.18 mm 0 eV 398 keV 130 mum 130 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.72 mm -3.13 mm 4.85 mm 4.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.28 mm -1.01 cm 1.51 cm 2.82 MeV 0 eV 1.36 cm 1.36 cmWAbsorberPhysicalcompt - 2 1.43 cm -1.95 cm 2.09 cm 236 keV 0 eV 1.22 cm 2.57 cmWAbsorberPhysicalcompt - 3 1.43 cm -1.95 cm 2.09 cm 0 eV 69.5 keV 65.9 mum 2.58 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 cm -1.95 cm 2.09 cm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 cm -1.95 cm 2.09 cm 0 eV 166 keV 35.6 mum 35.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 cm -1.95 cm 2.09 cm 2.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm -1.97 cm 2.1 cm 1.95 MeV 509 keV 310 mum 310 mumWAbsorberPhysicaleBrem - 2 1.42 cm -1.96 cm 2.11 cm 1.52 MeV 243 keV 177 mum 487 mumWAbsorberPhysicaleBrem - 3 1.4 cm -1.97 cm 2.13 cm 129 keV 970 keV 500 mum 987 mumWAbsorberPhysicaleBrem - 4 1.4 cm -1.97 cm 2.13 cm 0 eV 129 keV 23.7 mum 1.01 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm -1.97 cm 2.13 cm 417 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.41 cm -2.75 cm 2.52 cm 0 eV 69.5 keV 1.33 cm 1.33 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.41 cm -2.75 cm 2.52 cm 347 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.41 cm -2.75 cm 2.52 cm 0 eV 347 keV 107 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm -1.96 cm 2.11 cm 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm -1.96 cm 2.11 cm 0 eV 69.5 keV 60.2 mum 60.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm -1.96 cm 2.11 cm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm -1.97 cm 2.11 cm 0 eV 125 keV 22.6 mum 22.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm -1.97 cm 2.1 cm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm -1.97 cm 2.13 cm 0 eV 69.5 keV 299 mum 299 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm -1.97 cm 2.13 cm 57.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm -1.97 cm 2.13 cm 0 eV 57.9 keV 6.52 mum 6.52 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.28 mm -1.01 cm 1.51 cm 1.75 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.19 mm -1.03 cm 1.52 cm 813 keV 808 keV 278 mum 278 mumWAbsorberPhysicaleBrem - 2 9.24 mm -1.02 cm 1.53 cm 272 keV 432 keV 206 mum 484 mumWAbsorberPhysicaleBrem - 3 9.23 mm -1.02 cm 1.53 cm 0 eV 272 keV 75.2 mum 559 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.24 mm -1.02 cm 1.53 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.25 mm -1.02 cm 1.53 cm 0 eV 69.5 keV 16.5 mum 16.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.25 mm -1.02 cm 1.53 cm 40.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.25 mm -1.02 cm 1.53 cm 0 eV 40.6 keV 3.62 mum 3.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.19 mm -1.03 cm 1.52 cm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.18 mm -1.03 cm 1.52 cm 0 eV 69.5 keV 28.9 mum 28.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.18 mm -1.03 cm 1.52 cm 54.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.18 mm -1.03 cm 1.52 cm 0 eV 54.9 keV 5.96 mum 5.96 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.72 mm -3.13 mm 4.85 mm 1.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.99 mm -4.29 mm 6.63 mm 710 keV 0 eV 2.47 mm 2.47 mmWAbsorberPhysicalcompt - 2 6.17 mm -3.87 mm 7.87 mm 191 keV 0 eV 1.76 mm 4.24 mmWAbsorberPhysicalcompt - 3 5.77 mm -4.23 mm 7.43 mm 0 eV 69.5 keV 701 mum 4.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.77 mm -4.23 mm 7.43 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.77 mm -4.23 mm 7.43 mm 0 eV 122 keV 21.7 mum 21.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.17 mm -3.87 mm 7.87 mm 519 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.22 mm -3.86 mm 7.84 mm 10.1 keV 343 keV 153 mum 153 mumWAbsorberPhysicaleBrem - 2 6.22 mm -3.86 mm 7.84 mm 0 eV 10.1 keV 394 nm 154 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 88, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.22 mm -3.86 mm 7.84 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.7 mm -3.72 mm 7.42 mm 0 eV 69.5 keV 678 mum 678 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 88 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.7 mm -3.72 mm 7.42 mm 96.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.7 mm -3.72 mm 7.42 mm 0 eV 96.1 keV 14.9 mum 14.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.99 mm -4.29 mm 6.63 mm 406 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.99 mm -4.29 mm 6.64 mm 0 eV 406 keV 134 mum 134 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm -2.8 mm 4.5 mm 6.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.41 mm -3.73 mm 5.91 mm 0 eV 0 eV 2.02 mm 2.02 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 91, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.41 mm -3.73 mm 5.91 mm 3.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.72 mm -4.11 mm 6.08 mm 403 keV 2.42 MeV 620 mum 620 mumWAbsorberPhysicaleBrem - 2 4.72 mm -4.11 mm 6.06 mm 0 eV 403 keV 130 mum 750 mumWAbsorberPhysicaleIoni - 3 4.72 mm -4.11 mm 6.06 mm 0 eV 0 eV 0 fm 750 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 94, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.72 mm -4.11 mm 6.06 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.3 mm -3.87 mm 6.36 mm 183 keV 0 eV 690 mum 690 mumWAbsorberPhysicalcompt - 2 4.76 mm -4.61 mm 5.05 mm 0 eV 69.5 keV 1.6 mm 2.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 94 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.76 mm -4.61 mm 5.05 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.76 mm -4.61 mm 5.05 mm 0 eV 113 keV 19.4 mum 19.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 94 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.3 mm -3.87 mm 6.36 mm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.29 mm -3.85 mm 6.38 mm 33.5 keV 167 keV 75.9 mum 75.9 mumWAbsorberPhysicaleBrem - 2 5.29 mm -3.85 mm 6.38 mm 0 eV 33.5 keV 2.65 mum 78.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 97, Parent ID = 95 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.29 mm -3.85 mm 6.38 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.45 mm -3.71 mm 6.26 mm 0 eV 69.5 keV 245 mum 245 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 97 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.45 mm -3.71 mm 6.26 mm 58.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.45 mm -3.71 mm 6.26 mm 0 eV 58.5 keV 6.62 mum 6.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 93, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.72 mm -4.11 mm 6.06 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.19 mm -8.21 mm 915 mum 509 keV 0 eV 1.19 cm 1.19 cmWAbsorberPhysicalcompt - 2 -1.05 cm -1.1 cm -1.87 mm 0 eV 69.5 keV 6.58 mm 1.85 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm -1.1 cm -1.87 mm 439 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 cm -1.1 cm -1.86 mm 0 eV 439 keV 149 mum 149 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.19 mm -8.21 mm 915 mum 1.99 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.19 mm -8.21 mm 915 mum 0 eV 1.99 keV 38.9 nm 38.9 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.72 mm -4.11 mm 6.08 mm 496 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.82 mm -3.96 mm 5.42 mm 0 eV 69.5 keV 684 mum 684 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 92 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.82 mm -3.96 mm 5.42 mm 426 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.82 mm -3.96 mm 5.41 mm 0 eV 426 keV 143 mum 143 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.41 mm -3.73 mm 5.91 mm 2.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.75 mm -3.72 mm 6.21 mm 1.01 MeV 1.14 MeV 702 mum 702 mumWAbsorberPhysicaleBrem - 2 4.76 mm -3.7 mm 6.24 mm 0 eV 1.01 MeV 431 mum 1.13 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 102, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.75 mm -3.72 mm 6.21 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.85 mm -2.64 mm 7.11 mm 0 eV 69.5 keV 1.41 mm 1.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 102 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.85 mm -2.64 mm 7.11 mm 100 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.85 mm -2.64 mm 7.11 mm 0 eV 100 keV 15.9 mum 15.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.23 mm -2.76 mm 4.42 mm 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.91 mm -3.24 mm 5.27 mm 0 eV 69.5 keV 1.19 mm 1.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.91 mm -3.24 mm 5.27 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.91 mm -3.24 mm 5.27 mm 0 eV 140 keV 27.2 mum 27.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.68 mm -2.36 mm 3.89 mm 2.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.61 mm -2.69 mm 3.99 mm 500 keV 1.76 MeV 493 mum 493 mumWAbsorberPhysicaleBrem - 2 2.63 mm -2.7 mm 3.99 mm 0 eV 500 keV 178 mum 671 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 105, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.61 mm -2.69 mm 3.99 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.49 mm -3.18 mm 4.2 mm 0 eV 69.5 keV 1.02 mm 1.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 105 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.49 mm -3.18 mm 4.2 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.49 mm -3.18 mm 4.2 mm 0 eV 197 keV 46.3 mum 46.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 31.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 cm 7.56 cm -7 cm 31.9 MeV 0 eV 10.4 cm 10.4 cmCuPlateBPhysicalTransportation - 2 -2.29 cm 10.4 cm -9.64 cm 31.9 MeV 0 eV 3.94 cm 14.4 cmLArgPhysicalTransportation - 3 -2.75 cm 12.5 cm -11.6 cm 31.9 MeV 0 eV 2.89 cm 17.3 cmBackExcluderTransportation - 4 -6.49 cm 29.5 cm -27.3 cm 31.9 MeV 0 eV 23.5 cm 40.8 cmLArgPhysicalTransportation - 5 -21.4 cm 97.5 cm -90.3 cm 31.9 MeV 0 eV 93.9 cm 1.35 mCryostatVolumesTransportation - 6 -29.5 cm 1.34 m -1.24 m 31.9 MeV 0 eV 50.7 cm 1.85 mInsulationPhysicalTransportation - 7 -31.1 cm 1.42 m -1.31 m 31.9 MeV 0 eV 10.2 cm 1.95 mCryostatVolumesTransportation - 8 -31.2 cm 1.42 m -1.31 m 31.9 MeV 0 eV 3.63 mm 1.96 mMotherTransportation - 9 -1.1 m 5 m -4.63 m 31.9 MeV 0 eV 4.94 m 6.9 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -11 cm -7.96 mm -6.58 cm 25.2 MeV 0 eV 12.8 cm 12.8 cmF2RodPhysicalTransportation - 2 -11.1 cm -8.03 mm -6.64 cm 25.2 MeV 0 eV 1.15 mm 12.9 cmF2LArGapPhysicalTransportation - 3 -11.1 cm -8.06 mm -6.67 cm 25.2 MeV 0 eV 432 mum 13 cmCuPlateBPhysicalTransportation - 4 -15.1 cm -1.1 cm -9.07 cm 25.2 MeV 0 eV 4.69 cm 17.7 cmLArgPhysicalTransportation - 5 -19.3 cm -1.4 cm -11.6 cm 25.2 MeV 0 eV 4.88 cm 22.6 cmBackExcluderTransportation - 6 -41.1 cm -2.98 cm -24.7 cm 25.2 MeV 0 eV 25.5 cm 48 cmLArgPhysicalTransportation - 7 -1.09 m -7.92 cm -65.6 cm 25.2 MeV 0 eV 79.6 cm 1.28 mCryostatVolumesTransportation - 8 -1.1 m -7.94 cm -65.7 cm 25.2 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 9 -1.16 m -8.38 cm -69.3 cm 25.2 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 10 -1.16 m -8.39 cm -69.4 cm 25.2 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 11 -5 m -36.3 cm -3 m 25.2 MeV 0 eV 4.49 m 5.84 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=49.0439 -Edep in FCAL1 FCAl2 : 0 49.0439 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2565 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 65 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -587 mum 1.46 mm -609 mum 38.2 MeV 3.41 MeV 1.69 mm 1.69 mmWAbsorberPhysicaleBrem - 2 -625 mum 1.93 mm -897 mum 27.7 MeV 1.14 MeV 548 mum 2.24 mmWAbsorberPhysicaleBrem - 3 -346 mum 2.9 mm -1.57 mm 24.7 MeV 2.79 MeV 1.28 mm 3.53 mmWAbsorberPhysicaleBrem - 4 -415 mum 3.2 mm -1.89 mm 23.7 MeV 813 keV 447 mum 3.97 mmWAbsorberPhysicaleBrem - 5 -472 mum 3.43 mm -2.07 mm 19 MeV 452 keV 299 mum 4.27 mmWAbsorberPhysicaleIoni - 6 -495 mum 3.56 mm -2.21 mm 15.3 MeV 406 keV 196 mum 4.47 mmWAbsorberPhysicaleBrem - 7 -119 mum 4.62 mm -3.51 mm 10.1 MeV 4.11 MeV 1.86 mm 6.32 mmWAbsorberPhysicaleBrem - 8 -2.23 mm 4.43 mm -4.35 mm 2.77 MeV 7.29 MeV 2.4 mm 8.73 mmWAbsorberPhysicaleIoni - 9 -2.08 mm 4.55 mm -4.35 mm 1.41 MeV 486 keV 257 mum 8.99 mmWAbsorberPhysicaleBrem - 10 -1.97 mm 4.44 mm -4.41 mm 799 keV 448 keV 228 mum 9.21 mmWAbsorberPhysicaleBrem - 11 -1.93 mm 4.44 mm -4.41 mm 0 eV 799 keV 327 mum 9.54 mmWAbsorberPhysicaleIoni - 12 -1.93 mm 4.44 mm -4.41 mm 0 eV 0 eV 0 fm 9.54 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm 4.44 mm -4.41 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 mm 5.79 mm -1.64 mm 497 keV 0 eV 3.14 mm 3.14 mmWAbsorberPhysicalcompt - 2 1.67 mm 1.09 cm 5.29 mm 0 eV 69.5 keV 9.13 mm 1.23 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 mm 1.09 cm 5.29 mm 427 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 mm 1.09 cm 5.3 mm 0 eV 427 keV 144 mum 144 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 mm 5.79 mm -1.64 mm 14.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 mm 5.79 mm -1.64 mm 0 eV 14.2 keV 665 nm 665 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm 4.44 mm -4.41 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 mm 3.72 mm -5.91 mm 0 eV 69.5 keV 1.69 mm 1.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 mm 3.72 mm -5.91 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 mm 3.71 mm -5.92 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 mm 4.44 mm -4.41 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 mm 4.64 mm -4.5 mm 0 eV 69.5 keV 758 mum 758 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 mm 4.64 mm -4.5 mm 96.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 mm 4.64 mm -4.5 mm 0 eV 96.2 keV 14.9 mum 14.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 mm 4.55 mm -4.35 mm 875 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 mm 3.84 mm -1.12 cm 0 eV 69.5 keV 6.92 mm 6.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 mm 3.84 mm -1.12 cm 805 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.34 mm 3.93 mm -1.12 cm 83.9 keV 524 keV 264 mum 264 mumWAbsorberPhysicaleBrem - 2 -2.34 mm 3.93 mm -1.12 cm 0 eV 83.9 keV 11.9 mum 276 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.34 mm 3.93 mm -1.12 cm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm 3.96 mm -1.12 cm 0 eV 69.5 keV 111 mum 111 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm 3.96 mm -1.12 cm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm 3.96 mm -1.12 cm 0 eV 128 keV 23.4 mum 23.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -119 mum 4.62 mm -3.51 mm 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.37 mm 1.08 cm -5.37 mm 1.08 MeV 0 eV 1.05 cm 1.05 cmWAbsorberPhysicalcompt - 2 -1.35 cm 1.53 cm -5.63 mm 0 eV 69.5 keV 6.81 mm 1.73 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 cm 1.53 cm -5.63 mm 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.35 cm 1.53 cm -5.64 mm 0 eV 1.01 MeV 431 mum 431 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.37 mm 1.08 cm -5.37 mm 29.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.37 mm 1.08 cm -5.37 mm 0 eV 29.7 keV 2.18 mum 2.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -495 mum 3.56 mm -2.21 mm 3.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm 5.99 mm -3.85 mm 536 keV 0 eV 3.15 mm 3.15 mmWAbsorberPhysicalcompt - 2 -4.86 mm 6.23 mm -2.57 mm 257 keV 0 eV 3.46 mm 6.61 mmWAbsorberPhysicalcompt - 3 -4.1 mm 5.56 mm -728 mum 0 eV 69.5 keV 2.1 mm 8.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.1 mm 5.56 mm -728 mum 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.1 mm 5.56 mm -726 mum 0 eV 188 keV 43.1 mum 43.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.86 mm 6.23 mm -2.57 mm 279 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.87 mm 6.23 mm -2.57 mm 0 eV 279 keV 78.1 mum 78.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm 5.99 mm -3.85 mm 2.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.44 mm 6.06 mm -3.75 mm 464 keV 2.29 MeV 1.25 mm 1.25 mmWAbsorberPhysicaleIoni - 2 -2.45 mm 6.05 mm -3.74 mm 0 eV 464 keV 161 mum 1.41 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -472 mum 3.43 mm -2.07 mm 4.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -491 mum 3.49 mm -2.07 mm 3.76 MeV 83.9 keV 68.1 mum 68.1 mumWAbsorberPhysicaleBrem - 2 -986 mum 3.13 mm -1.67 mm 1.89 MeV 1.76 MeV 953 mum 1.02 mmWAbsorberPhysicaleBrem - 3 -967 mum 3.2 mm -1.69 mm 1.4 MeV 106 keV 74.4 mum 1.1 mmWAbsorberPhysicaleBrem - 4 -772 mum 2.99 mm -1.6 mm 337 keV 938 keV 530 mum 1.63 mmWAbsorberPhysicaleBrem - 5 -769 mum 3 mm -1.61 mm 0 eV 337 keV 103 mum 1.73 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -772 mum 2.99 mm -1.6 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -539 mum 3.16 mm -1.92 mm 0 eV 69.5 keV 429 mum 429 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -539 mum 3.16 mm -1.92 mm 58.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -539 mum 3.16 mm -1.92 mm 0 eV 58.6 keV 6.65 mum 6.65 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -967 mum 3.2 mm -1.69 mm 378 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -907 mum 3.23 mm -1.72 mm 0 eV 69.5 keV 75.5 mum 75.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -907 mum 3.23 mm -1.72 mm 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -903 mum 3.23 mm -1.73 mm 0 eV 309 keV 90.7 mum 90.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -986 mum 3.13 mm -1.67 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 3.41 mm -2.01 mm 0 eV 69.5 keV 446 mum 446 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 mm 3.41 mm -2.01 mm 45.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 3.41 mm -2.01 mm 0 eV 45.5 keV 4.38 mum 4.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -491 mum 3.49 mm -2.07 mm 452 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 mm 4.17 mm -1.84 mm 0 eV 69.5 keV 1.58 mm 1.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 mm 4.17 mm -1.84 mm 382 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 mm 4.17 mm -1.83 mm 0 eV 382 keV 123 mum 123 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -415 mum 3.2 mm -1.89 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -494 mum 3.48 mm -2.1 mm 0 eV 69.5 keV 355 mum 355 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -494 mum 3.48 mm -2.1 mm 54.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -494 mum 3.48 mm -2.1 mm 0 eV 54.1 keV 5.82 mum 5.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -346 mum 2.9 mm -1.57 mm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -388 mum 3.03 mm -1.67 mm 128 keV 0 eV 167 mum 167 mumWAbsorberPhysicalcompt - 2 -460 mum 2.92 mm -1.63 mm 0 eV 69.5 keV 143 mum 310 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -460 mum 2.92 mm -1.63 mm 58.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -460 mum 2.92 mm -1.63 mm 0 eV 58.5 keV 6.63 mum 6.63 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -388 mum 3.03 mm -1.67 mm 92.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -387 mum 3.03 mm -1.67 mm 0 eV 92.7 keV 14.1 mum 14.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -625 mum 1.93 mm -897 mum 9.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -354 mum 6.87 mm -3.79 mm 0 eV 0 eV 5.73 mm 5.73 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 40, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -354 mum 6.87 mm -3.79 mm 5.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -368 mum 6.95 mm -3.83 mm 4.97 MeV 142 keV 95.4 mum 95.4 mumWAbsorberPhysicaleBrem - 2 -741 mum 6.95 mm -3.15 mm 2.94 MeV 1.89 MeV 943 mum 1.04 mmWAbsorberPhysicaleBrem - 3 -786 mum 7 mm -3.25 mm 2.42 MeV 232 keV 135 mum 1.17 mmWAbsorberPhysicaleBrem - 4 -1.03 mm 6.42 mm -3.79 mm 405 keV 2.01 MeV 1.15 mm 2.32 mmWAbsorberPhysicaleIoni - 5 -1.03 mm 6.41 mm -3.78 mm 0 eV 405 keV 131 mum 2.45 mmWAbsorberPhysicaleIoni - 6 -1.03 mm 6.41 mm -3.78 mm 0 eV 0 eV 0 fm 2.45 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 mm 6.41 mm -3.78 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.66 mm 1.03 cm -5.74 mm 484 keV 0 eV 5.12 mm 5.12 mmWAbsorberPhysicalcompt - 2 -4.17 mm 1.21 cm -7.01 mm 407 keV 0 eV 2.26 mm 7.38 mmWAbsorberPhysicalcompt - 3 -3.71 mm 1.3 cm -8.38 mm 0 eV 69.5 keV 1.69 mm 9.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.71 mm 1.3 cm -8.38 mm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.7 mm 1.3 cm -8.38 mm 0 eV 337 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.17 mm 1.21 cm -7.01 mm 76.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.17 mm 1.22 cm -7.01 mm 0 eV 76.6 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.66 mm 1.03 cm -5.74 mm 27.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.66 mm 1.03 cm -5.74 mm 0 eV 27.4 keV 1.91 mum 1.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 mm 6.41 mm -3.78 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -856 mum 6.15 mm -3.65 mm 0 eV 69.5 keV 339 mum 339 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -856 mum 6.15 mm -3.65 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -859 mum 6.14 mm -3.64 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -786 mum 7 mm -3.25 mm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 405 mum 6.45 mm -3.66 mm 0 eV 69.5 keV 1.37 mm 1.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 405 mum 6.45 mm -3.66 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 408 mum 6.45 mm -3.66 mm 0 eV 215 keV 53.1 mum 53.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -741 mum 6.95 mm -3.15 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -793 mum 6.98 mm -3.19 mm 0 eV 69.5 keV 70.9 mum 70.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -793 mum 6.98 mm -3.19 mm 68.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -794 mum 6.98 mm -3.19 mm 0 eV 68.4 keV 8.56 mum 8.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -368 mum 6.95 mm -3.83 mm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -606 mum 1.04 cm -1.79 mm 0 eV 69.5 keV 4.03 mm 4.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -606 mum 1.04 cm -1.79 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -605 mum 1.04 cm -1.79 mm 0 eV 183 keV 41.3 mum 41.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -354 mum 6.87 mm -3.79 mm 2.98 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 12.8 mum 6.92 mm -4.21 mm 766 keV 1.47 MeV 786 mum 786 mumWAbsorberPhysicaleBrem - 2 35.6 mum 6.91 mm -4.23 mm 0 eV 766 keV 309 mum 1.1 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 12.8 mum 6.92 mm -4.21 mm 742 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.46 mm 6.39 mm -6.04 mm 729 keV 0 eV 4.84 mm 4.84 mmWAbsorberPhysicalcompt - 2 4.7 mm 6.4 mm -6.17 mm 325 keV 0 eV 269 mum 5.1 mmWAbsorberPhysicalcompt - 3 4.54 mm 6.46 mm -6.58 mm 0 eV 69.5 keV 449 mum 5.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.54 mm 6.46 mm -6.58 mm 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.54 mm 6.46 mm -6.59 mm 0 eV 256 keV 68.7 mum 68.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm 6.4 mm -6.17 mm 403 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.71 mm 6.4 mm -6.17 mm 0 eV 403 keV 133 mum 133 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.46 mm 6.39 mm -6.04 mm 12.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.46 mm 6.39 mm -6.04 mm 0 eV 12.9 keV 571 nm 571 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -587 mum 1.46 mm -609 mum 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -914 mum 3.2 mm -1.86 mm 231 keV 0 eV 2.16 mm 2.16 mmWAbsorberPhysicalcompt - 2 -796 mum 3.23 mm -2.03 mm 0 eV 69.5 keV 209 mum 2.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -796 mum 3.23 mm -2.03 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -795 mum 3.23 mm -2.03 mm 0 eV 162 keV 34.1 mum 34.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -914 mum 3.2 mm -1.86 mm 69.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -914 mum 3.2 mm -1.86 mm 0 eV 69.8 keV 8.85 mum 8.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -10.7 cm -15.4 cm 24.4 cm 33.4 MeV 0 eV 30.7 cm 30.7 cmFCALEnvelopePhysicalTransportation - 2 -10.8 cm -15.6 cm 24.7 cm 33.4 MeV 0 eV 4.19 mm 31.2 cmLArgPhysicalTransportation - 3 -51 cm -73.5 cm 1.17 m 33.4 MeV 0 eV 1.16 m 1.47 mCryostatVolumesTransportation - 4 -51.1 cm -73.7 cm 1.17 m 33.4 MeV 0 eV 3.46 mm 1.47 mInsulationPhysicalTransportation - 5 -53.9 cm -77.7 cm 1.23 m 33.4 MeV 0 eV 8.08 cm 1.56 mCryostatVolumesTransportation - 6 -54 cm -77.9 cm 1.24 m 33.4 MeV 0 eV 2.89 mm 1.56 mMotherTransportation - 7 -3.47 m -5 m 7.94 m 33.4 MeV 0 eV 8.45 m 10 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 29.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 15.5 cm -11.9 cm -3.36 cm 29.8 MeV 0 eV 19.8 cm 19.8 cmLArgPhysicalTransportation - 2 1.25 m -95.8 cm -27 cm 29.8 MeV 0 eV 1.4 m 1.59 mCryostatVolumesTransportation - 3 1.25 m -96 cm -27.1 cm 29.8 MeV 0 eV 3.75 mm 1.6 mInsulationPhysicalTransportation - 4 1.27 m -97.5 cm -27.5 cm 29.8 MeV 0 eV 2.48 cm 1.62 mMotherTransportation - 5 5 m -3.85 m -1.08 m 29.8 MeV 0 eV 4.78 m 6.4 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=42.9132 -Edep in FCAL1 FCAl2 : 0 42.9132 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2566 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 66 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -227 mum -295 mum -324 mum 37.9 MeV 989 keV 495 mum 495 mumWAbsorberPhysicaleBrem - 2 -1.4 mm -863 mum -1.44 mm 8.29 MeV 4.31 MeV 1.81 mm 2.31 mmWAbsorberPhysicaleBrem - 3 -1.31 mm -1.35 mm -1.74 mm 6.13 MeV 1.51 MeV 643 mum 2.95 mmWAbsorberPhysicaleBrem - 4 -952 mum -791 mum -3.42 mm 2.44 MeV 3.69 MeV 1.93 mm 4.88 mmWAbsorberPhysicaleIoni - 5 -941 mum -790 mum -3.45 mm 1.9 MeV 314 keV 30.5 mum 4.91 mmWAbsorberPhysicaleBrem - 6 -829 mum -750 mum -3.52 mm 0 eV 1.9 MeV 899 mum 5.81 mmWAbsorberPhysicaleIoni - 7 -829 mum -750 mum -3.52 mm 0 eV 0 eV 0 fm 5.81 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -829 mum -750 mum -3.52 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -259 mum -387 mum -4.82 mm 426 keV 0 eV 1.47 mm 1.47 mmWAbsorberPhysicalcompt - 2 -200 mum -288 mum -4.89 mm 0 eV 69.5 keV 133 mum 1.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -200 mum -288 mum -4.89 mm 357 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -206 mum -282 mum -4.89 mm 0 eV 357 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -259 mum -387 mum -4.82 mm 84.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -259 mum -388 mum -4.82 mm 0 eV 84.8 keV 12.2 mum 12.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -829 mum -750 mum -3.52 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 mm -965 mum -2.75 mm 294 keV 0 eV 867 mum 867 mumWAbsorberPhysicalcompt - 2 -776 mum -4.26 mm -2.51 mm 0 eV 69.5 keV 3.33 mm 4.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -776 mum -4.26 mm -2.51 mm 225 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -776 mum -4.26 mm -2.51 mm 0 eV 225 keV 56.6 mum 56.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 mm -965 mum -2.75 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 mm -963 mum -2.74 mm 0 eV 217 keV 53.7 mum 53.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -941 mum -790 mum -3.45 mm 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -793 mum -783 mum -3.55 mm 0 eV 69.5 keV 179 mum 179 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -793 mum -783 mum -3.55 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -793 mum -780 mum -3.55 mm 0 eV 160 keV 33.4 mum 33.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 mm -1.35 mm -1.74 mm 651 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm -6.3 mm -6.02 mm 0 eV 69.5 keV 6.55 mm 6.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm -6.3 mm -6.02 mm 581 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm -6.31 mm -6.03 mm 0 eV 581 keV 217 mum 217 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 mm -863 mum -1.44 mm 25.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.79 mm -5.53 mm -4.98 mm 0 eV 0 eV 6.32 mm 6.32 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 18, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.79 mm -5.53 mm -4.98 mm 11.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.82 mm -5.61 mm -5.03 mm 7.48 MeV 157 keV 108 mum 108 mumWAbsorberPhysicaleBrem - 2 -4.55 mm -6.65 mm -3.9 mm 4.28 MeV 2.98 MeV 1.79 mm 1.9 mmWAbsorberPhysicaleBrem - 3 -4.58 mm -7.05 mm -4.02 mm 2.38 MeV 1.8 MeV 540 mum 2.44 mmWAbsorberPhysicaleBrem - 4 -5.05 mm -6.91 mm -3.92 mm 0 eV 1.47 MeV 868 mum 3.31 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.05 mm -6.91 mm -3.92 mm 1.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm -5.52 mm -6.11 mm 0 eV 69.5 keV 9.24 mm 9.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 cm -5.52 mm -6.11 mm 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm -5.62 mm -6.2 mm 903 keV 430 keV 192 mum 192 mumWAbsorberPhysicaleBrem - 2 -1.4 cm -5.64 mm -6.19 mm 0 eV 903 keV 378 mum 571 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 cm -5.62 mm -6.2 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 cm -6.01 mm -6.22 mm 0 eV 69.5 keV 395 mum 395 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 cm -6.01 mm -6.22 mm 70.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 cm -6.01 mm -6.22 mm 0 eV 70.5 keV 9.02 mum 9.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.05 mm -6.91 mm -3.92 mm 380 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.89 mm -6.97 mm -3.63 mm 0 eV 69.5 keV 330 mum 330 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.89 mm -6.97 mm -3.63 mm 311 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.89 mm -6.97 mm -3.62 mm 0 eV 311 keV 91.5 mum 91.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.58 mm -7.05 mm -4.02 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.59 mm -7.03 mm -4 mm 0 eV 69.5 keV 31.9 mum 31.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.59 mm -7.03 mm -4 mm 35 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.59 mm -7.03 mm -4 mm 0 eV 35 keV 2.86 mum 2.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.55 mm -6.65 mm -3.9 mm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.93 mm -6.91 mm -3.84 mm 0 eV 69.5 keV 460 mum 460 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.93 mm -6.91 mm -3.84 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.93 mm -6.9 mm -3.84 mm 0 eV 142 keV 27.9 mum 27.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.82 mm -5.61 mm -5.03 mm 4.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.03 cm -3.06 cm -1.54 cm 1.72 MeV 0 eV 3.17 cm 3.17 cmWAbsorberPhysicalcompt - 2 -2.4 cm -3.21 cm -1.81 cm 0 eV 69.5 keV 4.86 mm 3.65 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.4 cm -3.21 cm -1.81 cm 1.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.41 cm -3.2 cm -1.82 cm 1.19 MeV 287 keV 185 mum 185 mumWAbsorberPhysicaleBrem - 2 -2.41 cm -3.21 cm -1.82 cm 0 eV 1.19 MeV 494 mum 679 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 cm -3.2 cm -1.82 cm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.42 cm -3.25 cm -1.8 cm 0 eV 69.5 keV 523 mum 523 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.42 cm -3.25 cm -1.8 cm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.42 cm -3.25 cm -1.8 cm 0 eV 101 keV 16 mum 16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.03 cm -3.06 cm -1.54 cm 2.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 cm -3.08 cm -1.54 cm 843 keV 734 keV 435 mum 435 mumWAbsorberPhysicaleBrem - 2 -2 cm -3.08 cm -1.54 cm 659 keV 8.45 keV 6.95 mum 442 mumWAbsorberPhysicaleBrem - 3 -2 cm -3.08 cm -1.54 cm 0 eV 659 keV 256 mum 697 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 cm -3.08 cm -1.54 cm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 cm -2.99 cm -1.57 cm 0 eV 69.5 keV 959 mum 959 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 cm -2.99 cm -1.57 cm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 cm -2.99 cm -1.57 cm 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 cm -3.08 cm -1.54 cm 772 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 cm -2.58 cm -1.62 cm 321 keV 0 eV 5.28 mm 5.28 mmWAbsorberPhysicalcompt - 2 -1.93 cm -2.55 cm -1.57 cm 0 eV 69.5 keV 783 mum 6.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 cm -2.55 cm -1.57 cm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm -2.55 cm -1.57 cm 0 eV 251 keV 66.9 mum 66.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.87 cm -2.58 cm -1.62 cm 451 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 cm -2.58 cm -1.62 cm 165 keV 8.29 keV 10.5 mum 10.5 mumWAbsorberPhysicaleBrem - 2 -1.87 cm -2.58 cm -1.62 cm 0 eV 165 keV 35.1 mum 45.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.87 cm -2.58 cm -1.62 cm 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm -2.61 cm -1.62 cm 0 eV 69.5 keV 621 mum 621 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 cm -2.61 cm -1.62 cm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm -2.61 cm -1.62 cm 0 eV 208 keV 50.5 mum 50.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.79 mm -5.53 mm -4.98 mm 12.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.81 mm -6.09 mm -5.31 mm 10.4 MeV 1.35 MeV 631 mum 631 mumWAbsorberPhysicaleBrem - 2 -3.98 mm -6.9 mm -5.46 mm 6.65 MeV 1.61 MeV 836 mum 1.47 mmWAbsorberPhysicaleBrem - 3 -4.5 mm -7.52 mm -5.33 mm 1.39 MeV 3.79 MeV 1.82 mm 3.29 mmWAbsorberPhysicaleBrem - 4 -4.52 mm -7.58 mm -5.35 mm 0 eV 1.39 MeV 628 mum 3.92 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.5 mm -7.52 mm -5.33 mm 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.55 mm -1.38 cm -9.18 mm 1.13 MeV 0 eV 7.46 mm 7.46 mmWAbsorberPhysicalcompt - 2 -6.22 mm -4.2 cm -1.19 cm 334 keV 0 eV 2.84 cm 3.58 cmWAbsorberPhysicalcompt - 3 -5.84 mm -4.2 cm -1.21 cm 0 eV 69.5 keV 423 mum 3.62 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.84 mm -4.2 cm -1.21 cm 264 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.84 mm -4.2 cm -1.21 cm 0 eV 264 keV 72.2 mum 72.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.22 mm -4.2 cm -1.19 cm 795 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.22 mm -4.21 cm -1.19 cm 0 eV 795 keV 323 mum 323 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.55 mm -1.38 cm -9.18 mm 343 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.56 mm -1.38 cm -9.19 mm 0 eV 343 keV 106 mum 106 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.98 mm -6.9 mm -5.46 mm 2.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.15 mm -7.38 mm -5.75 mm 375 keV 0 eV 1.3 mm 1.3 mmWAbsorberPhysicalcompt - 2 -5.1 mm -7.39 mm -5.87 mm 0 eV 69.5 keV 127 mum 1.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.1 mm -7.39 mm -5.87 mm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.11 mm -7.39 mm -5.86 mm 0 eV 306 keV 89.3 mum 89.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.15 mm -7.38 mm -5.75 mm 1.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.29 mm -7.25 mm -5.68 mm 993 keV 458 keV 309 mum 309 mumWAbsorberPhysicaleBrem - 2 -5.3 mm -7.23 mm -5.65 mm 0 eV 993 keV 424 mum 733 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.29 mm -7.25 mm -5.68 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.41 mm -6.69 mm -4.56 mm 0 eV 69.5 keV 1.68 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.41 mm -6.69 mm -4.56 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.41 mm -6.69 mm -4.56 mm 0 eV 198 keV 46.5 mum 46.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.81 mm -6.09 mm -5.31 mm 902 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm -1.66 cm -1.04 cm 307 keV 0 eV 1.47 cm 1.47 cmWAbsorberPhysicalcompt - 2 -1.11 cm -1.69 cm -1.2 cm 0 eV 69.5 keV 2.24 mm 1.7 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -1.69 cm -1.2 cm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -1.69 cm -1.2 cm 0 eV 237 keV 61.5 mum 61.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 cm -1.66 cm -1.04 cm 595 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm -1.67 cm -1.03 cm 2.65 keV 176 keV 98 mum 98 mumWAbsorberPhysicaleBrem - 2 -1.27 cm -1.67 cm -1.03 cm 0 eV 2.65 keV 58.3 nm 98 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 cm -1.67 cm -1.03 cm 416 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.56 cm -1.95 cm -7.71 mm 384 keV 0 eV 4.79 mm 4.79 mmWAbsorberPhysicalcompt - 2 -1.57 cm -1.99 cm -7.2 mm 187 keV 0 eV 663 mum 5.45 mmWAbsorberPhysicalcompt - 3 -1.66 cm -1.95 cm -7.73 mm 0 eV 69.5 keV 1.16 mm 6.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 cm -1.95 cm -7.73 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 cm -1.95 cm -7.74 mm 0 eV 117 keV 20.6 mum 20.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 cm -1.99 cm -7.2 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm -1.99 cm -7.2 mm 0 eV 197 keV 46.2 mum 46.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 cm -1.95 cm -7.71 mm 31.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.56 cm -1.95 cm -7.71 mm 0 eV 31.9 keV 2.44 mum 2.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -227 mum -295 mum -324 mum 2.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 mm -2.73 mm -3.43 mm 0 eV 69.5 keV 4.82 mm 4.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.98 mm -2.73 mm -3.43 mm 2.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.04 mm -2.91 mm -3.49 mm 1.9 MeV 269 keV 187 mum 187 mumWAbsorberPhysicaleBrem - 2 -2.95 mm -2.89 mm -3.84 mm 718 keV 1.06 MeV 592 mum 778 mumWAbsorberPhysicaleBrem - 3 -2.96 mm -2.92 mm -3.84 mm 0 eV 718 keV 285 mum 1.06 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 mm -2.89 mm -3.84 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.95 mm -2.86 mm -3.81 mm 0 eV 69.5 keV 42.9 mum 42.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 mm -2.86 mm -3.81 mm 49.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.95 mm -2.86 mm -3.81 mm 0 eV 49.3 keV 4.97 mum 4.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.04 mm -2.91 mm -3.49 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.42 mm -2.94 mm -3.78 mm 0 eV 69.5 keV 477 mum 477 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.42 mm -2.94 mm -3.78 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.42 mm -2.94 mm -3.78 mm 0 eV 105 keV 17.3 mum 17.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 16.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.16 cm 6.84 cm -6.96 cm 16.1 MeV 0 eV 10 cm 10 cmCuPlateBPhysicalTransportation - 2 -2.98 cm 9.42 cm -9.59 cm 16.1 MeV 0 eV 3.78 cm 13.8 cmLArgPhysicalTransportation - 3 -3.59 cm 11.4 cm -11.6 cm 16.1 MeV 0 eV 2.85 cm 16.6 cmBackExcluderTransportation - 4 -9.61 cm 30.4 cm -31 cm 16.1 MeV 0 eV 27.8 cm 44.5 cmLArgPhysicalTransportation - 5 -30.8 cm 97.5 cm -99.2 cm 16.1 MeV 0 eV 98 cm 1.42 mCryostatVolumesTransportation - 6 -37.9 cm 1.2 m -1.22 m 16.1 MeV 0 eV 32.7 cm 1.75 mInsulationPhysicalTransportation - 7 -39.9 cm 1.26 m -1.29 m 16.1 MeV 0 eV 9.6 cm 1.85 mCryostatVolumesTransportation - 8 -40 cm 1.27 m -1.29 m 16.1 MeV 0 eV 3.43 mm 1.85 mMotherTransportation - 9 -1.58 m 5 m -5.09 m 16.1 MeV 0 eV 5.46 m 7.31 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 22.1 cm 9.94 cm 32.5 cm 47.7 MeV 0 eV 40.6 cm 40.6 cmF2RodPhysicalTransportation - 2 22.3 cm 10 cm 32.7 cm 47.7 MeV 0 eV 2.29 mm 40.8 cmF2LArGapPhysicalTransportation - 3 22.3 cm 10 cm 32.8 cm 47.7 MeV 0 eV 652 mum 40.9 cmCuPlateAPhysicalTransportation - 4 23.8 cm 10.7 cm 35 cm 47.7 MeV 0 eV 2.78 cm 43.7 cmFCALEnvelopePhysicalTransportation - 5 25.7 cm 11.5 cm 37.7 cm 47.7 MeV 0 eV 3.38 cm 47 cmF1CableTroffPhysicalTransportation - 6 25.9 cm 11.7 cm 38.1 cm 47.7 MeV 0 eV 5.37 mm 47.6 cmLArgPhysicalTransportation - 7 71.7 cm 32.2 cm 1.05 m 47.7 MeV 0 eV 83.9 cm 1.31 mCryostatVolumesTransportation - 8 71.9 cm 32.3 cm 1.06 m 47.7 MeV 0 eV 3.09 mm 1.32 mInsulationPhysicalTransportation - 9 75.8 cm 34 cm 1.11 m 47.7 MeV 0 eV 7.22 cm 1.39 mCryostatVolumesTransportation - 10 75.9 cm 34.1 cm 1.12 m 47.7 MeV 0 eV 2.58 mm 1.39 mMotherTransportation - 11 96.6 cm 43.4 cm 1.42 m 47.7 MeV 0 eV 37.9 cm 1.77 mIronWallPhysicalTransportation - 12 1.24 m 55.6 cm 1.82 m 47.7 MeV 0 eV 49.9 cm 2.27 mMotherTransportation - 13 5 m 2.25 m 7.35 m 47.7 MeV 0 eV 6.9 m 9.17 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=42.3509 -Edep in FCAL1 FCAl2 : 0 42.3509 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2567 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 67 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -507 mum 164 mum 391 mum 28.9 MeV 1.91 MeV 663 mum 663 mumWAbsorberPhysicaleBrem - 2 -1.06 mm 382 mum 536 mum 25.9 MeV 1.7 MeV 626 mum 1.29 mmWAbsorberPhysicaleBrem - 3 -1.51 mm 580 mum 611 mum 24.7 MeV 956 keV 497 mum 1.78 mmWAbsorberPhysicaleBrem - 4 -2.28 mm 626 mum 394 mum 22.1 MeV 1.58 MeV 821 mum 2.61 mmWAbsorberPhysicaleBrem - 5 -2.55 mm 669 mum 361 mum 16.1 MeV 826 keV 279 mum 2.88 mmWAbsorberPhysicaleBrem - 6 -5.31 mm -431 mum 893 mum 9.35 MeV 5.78 MeV 2.78 mm 5.66 mmWAbsorberPhysicaleBrem - 7 -5.6 mm -109 mum 989 mum 8.27 MeV 867 keV 496 mum 6.16 mmWAbsorberPhysicaleBrem - 8 -6.14 mm 177 mum 1.41 mm 6.51 MeV 1.41 MeV 712 mum 6.87 mmWAbsorberPhysicaleBrem - 9 -5.67 mm 811 mum 1.59 mm 3.22 MeV 1.73 MeV 1.05 mm 7.92 mmWAbsorberPhysicaleBrem - 10 -5.62 mm 709 mum 1.31 mm 0 eV 3.22 MeV 1.4 mm 9.32 mmWAbsorberPhysicaleIoni - 11 -5.62 mm 709 mum 1.31 mm 0 eV 0 eV 0 fm 9.32 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.62 mm 709 mum 1.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.8 mm -4.64 mm 7.17 mm 405 keV 0 eV 7.98 mm 7.98 mmWAbsorberPhysicalcompt - 2 -4.8 mm -4.79 mm 7.19 mm 0 eV 69.5 keV 149 mum 8.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.8 mm -4.79 mm 7.19 mm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.81 mm -4.79 mm 7.19 mm 0 eV 335 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.8 mm -4.64 mm 7.17 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.8 mm -4.64 mm 7.18 mm 0 eV 106 keV 17.5 mum 17.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.62 mm 709 mum 1.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.88 mm 2.42 mm -561 mum 286 keV 0 eV 2.55 mm 2.55 mmWAbsorberPhysicalcompt - 2 -5.67 mm 2.47 mm -603 mum 0 eV 69.5 keV 222 mum 2.77 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.67 mm 2.47 mm -603 mum 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.67 mm 2.47 mm -606 mum 0 eV 216 keV 53.5 mum 53.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.88 mm 2.42 mm -561 mum 225 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.89 mm 2.42 mm -564 mum 0 eV 225 keV 56.8 mum 56.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.67 mm 811 mum 1.59 mm 1.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 163 mum -4.14 mm -1.55 cm 1.07 MeV 0 eV 1.87 cm 1.87 cmWAbsorberPhysicalcompt - 2 1.04 mm -4.92 mm -1.63 cm 605 keV 0 eV 1.42 mm 2.01 cmWAbsorberPhysicalcompt - 3 1.86 mm -6.34 mm -1.59 cm 183 keV 0 eV 1.69 mm 2.18 cmWAbsorberPhysicalcompt - 4 1.8 mm -6.08 mm -1.6 cm 0 eV 69.5 keV 289 mum 2.21 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 mm -6.08 mm -1.6 cm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 mm -6.08 mm -1.6 cm 0 eV 114 keV 19.6 mum 19.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 mm -6.34 mm -1.59 cm 421 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 mm -6.35 mm -1.59 cm 0 eV 421 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 mm -4.92 mm -1.63 cm 468 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 mm -4.92 mm -1.63 cm 0 eV 468 keV 163 mum 163 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 163 mum -4.14 mm -1.55 cm 482 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 160 mum -4.13 mm -1.55 cm 0 eV 482 keV 170 mum 170 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.14 mm 177 mum 1.41 mm 347 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.12 mm 71.8 mum 5.47 mm 0 eV 69.5 keV 4.53 mm 4.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.12 mm 71.8 mum 5.47 mm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.12 mm 74.7 mum 5.48 mm 0 eV 277 keV 77.6 mum 77.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.6 mm -109 mum 989 mum 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.73 mm -1.86 mum 1.01 mm 0 eV 69.5 keV 171 mum 171 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.73 mm -1.86 mum 1.01 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.73 mm 207 nm 1.02 mm 0 eV 148 keV 29.7 mum 29.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.31 mm -431 mum 893 mum 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 cm 3.42 mm 2.62 mm 0 eV 69.5 keV 8.23 mm 8.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 cm 3.42 mm 2.62 mm 937 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 cm 3.44 mm 2.63 mm 0 eV 937 keV 396 mum 396 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm 669 mum 361 mum 5.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.64 cm 7.67 mm 2.11 mm 0 eV 0 eV 2.5 cm 2.5 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 cm 7.67 mm 2.11 mm 2.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 cm 7.64 mm 2.22 mm 2.06 MeV 350 keV 202 mum 202 mumWAbsorberPhysicaleBrem - 2 -2.64 cm 7.68 mm 2.28 mm 0 eV 2.06 MeV 981 mum 1.18 mmWAbsorberPhysicaleIoni - 3 -2.64 cm 7.68 mm 2.28 mm 0 eV 0 eV 0 fm 1.18 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 cm 7.68 mm 2.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.09 cm 1.23 cm 5.3 mm 0 eV 69.5 keV 7.16 mm 7.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.09 cm 1.23 cm 5.3 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.09 cm 1.23 cm 5.3 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 cm 7.68 mm 2.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 cm 1.62 mm -1.64 mm 0 eV 69.5 keV 9.31 mm 9.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 cm 1.62 mm -1.64 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 cm 1.62 mm -1.64 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.65 cm 7.64 mm 2.22 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 cm 7.64 mm 2.24 mm 0 eV 69.5 keV 61.3 mum 61.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.65 cm 7.64 mm 2.24 mm 36.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 cm 7.64 mm 2.24 mm 0 eV 36.2 keV 3.01 mum 3.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 cm 7.67 mm 2.11 mm 1.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 cm 7.69 mm 2.12 mm 0 eV 1.61 MeV 736 mum 736 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 mm 626 mum 394 mum 1.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 cm 1.52 mm -1.01 mm 836 keV 0 eV 1.46 cm 1.46 cmWAbsorberPhysicalcompt - 2 -2.26 cm 898 mum -4.79 mm 564 keV 0 eV 6.97 mm 2.15 cmWAbsorberPhysicalcompt - 3 -2.98 cm -5.88 mm -5.42 mm 0 eV 69.5 keV 9.95 mm 3.15 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.98 cm -5.88 mm -5.42 mm 494 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 cm -5.88 mm -5.42 mm 0 eV 494 keV 175 mum 175 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 cm 898 mum -4.79 mm 273 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.26 cm 903 mum -4.8 mm 16.9 keV 130 keV 48.8 mum 48.8 mumWAbsorberPhysicaleBrem - 2 -2.26 cm 903 mum -4.8 mm 0 eV 16.9 keV 877 nm 49.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 cm 903 mum -4.8 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm 677 mum -4.79 mm 0 eV 69.5 keV 346 mum 346 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm 677 mum -4.79 mm 56.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm 678 mum -4.79 mm 0 eV 56.5 keV 6.27 mum 6.27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 cm 1.52 mm -1.01 mm 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 cm 1.52 mm -1.01 mm 0 eV 210 keV 51.2 mum 51.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 mm 580 mum 611 mum 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm 600 mum 602 mum 0 eV 69.5 keV 115 mum 115 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm 600 mum 602 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm 602 mum 602 mum 0 eV 105 keV 17.3 mum 17.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 mm 382 mum 536 mum 1.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.12 mm 1.77 mm 1.28 mm 0 eV 69.5 keV 5.3 mm 5.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.12 mm 1.77 mm 1.28 mm 1.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.16 mm 1.79 mm 1.31 mm 0 eV 1.24 MeV 551 mum 551 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -507 mum 164 mum 391 mum 10.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.16 mm 2.93 mm 1.87 mm 5.33 MeV 0 eV 5.61 mm 5.61 mmWAbsorberPhysicalcompt - 2 -7.69 mm 4.77 mm 3.85 mm 1.97 MeV 0 eV 3.7 mm 9.31 mmWAbsorberPhysicalcompt - 3 -9.66 mm 1.21 cm 1.23 cm 540 keV 0 eV 1.14 cm 2.07 cmWAbsorberPhysicalcompt - 4 -3.22 mm 1.32 cm 1.6 cm 0 eV 69.5 keV 7.52 mm 2.82 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.22 mm 1.32 cm 1.6 cm 471 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.21 mm 1.33 cm 1.6 cm 0 eV 471 keV 164 mum 164 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.66 mm 1.21 cm 1.23 cm 1.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.69 mm 1.22 cm 1.23 cm 0 eV 1.43 MeV 647 mum 647 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.69 mm 4.77 mm 3.85 mm 3.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.18 mm 4.67 mm 3.41 mm 1.57 MeV 1.6 MeV 886 mum 886 mumWAbsorberPhysicaleBrem - 2 -8.18 mm 4.65 mm 3.38 mm 833 keV 63.3 keV 59.4 mum 945 mumWAbsorberPhysicaleBrem - 3 -8.29 mm 4.64 mm 3.34 mm 67.9 keV 765 keV 308 mum 1.25 mmWAbsorberPhysicaleBrem - 4 -8.29 mm 4.64 mm 3.34 mm 0 eV 67.9 keV 8.46 mum 1.26 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.18 mm 4.65 mm 3.38 mm 674 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.06 mm 1.96 mm -5.95 mm 437 keV 0 eV 9.71 mm 9.71 mmWAbsorberPhysicalcompt - 2 -8.34 mm 1.89 mm -6.15 mm 0 eV 69.5 keV 350 mum 1.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.34 mm 1.89 mm -6.15 mm 367 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.34 mm 1.89 mm -6.15 mm 0 eV 367 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.06 mm 1.96 mm -5.95 mm 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.05 mm 1.96 mm -5.95 mm 0 eV 238 keV 61.7 mum 61.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.18 mm 4.67 mm 3.41 mm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.27 mm 4.75 mm 2.83 mm 0 eV 69.5 keV 595 mum 595 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.27 mm 4.75 mm 2.83 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.26 mm 4.75 mm 2.83 mm 0 eV 122 keV 21.8 mum 21.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.16 mm 2.93 mm 1.87 mm 5.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.36 mm 3.49 mm 2.14 mm 2.2 MeV 2.72 MeV 723 mum 723 mumWAbsorberPhysicaleBrem - 2 -5.28 mm 3.07 mm 2.03 mm 338 keV 1.7 MeV 675 mum 1.4 mmWAbsorberPhysicaleBrem - 3 -5.28 mm 3.07 mm 2.04 mm 0 eV 338 keV 103 mum 1.5 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.28 mm 3.07 mm 2.03 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.32 mm 3.08 mm 2.28 mm 0 eV 69.5 keV 249 mum 249 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.32 mm 3.08 mm 2.28 mm 94.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.32 mm 3.08 mm 2.28 mm 0 eV 94.4 keV 14.5 mum 14.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.36 mm 3.49 mm 2.14 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.85 mm 3.31 mm 2.46 mm 0 eV 69.5 keV 630 mum 630 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.85 mm 3.31 mm 2.46 mm 73.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.85 mm 3.31 mm 2.46 mm 0 eV 73.8 keV 9.7 mum 9.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 cm -1.81 cm -6.53 cm 43.1 MeV 0 eV 7.57 cm 7.57 cmF2RodPhysicalTransportation - 2 3.46 cm -1.87 cm -6.73 cm 43.1 MeV 0 eV 2.3 mm 7.8 cmF2LArGapPhysicalTransportation - 3 3.5 cm -1.89 cm -6.81 cm 43.1 MeV 0 eV 904 mum 7.89 cmCuPlateBPhysicalTransportation - 4 4.63 cm -2.5 cm -9 cm 43.1 MeV 0 eV 2.54 cm 10.4 cmLArgPhysicalTransportation - 5 5.95 cm -3.21 cm -11.6 cm 43.1 MeV 0 eV 2.98 cm 13.4 cmBackExcluderTransportation - 6 50 cm -27 cm -97.2 cm 43.1 MeV 0 eV 99.2 cm 1.13 mLArgPhysicalTransportation - 7 58.3 cm -31.4 cm -1.13 m 43.1 MeV 0 eV 18.7 cm 1.31 mCryostatVolumesTransportation - 8 58.4 cm -31.5 cm -1.14 m 43.1 MeV 0 eV 3.09 mm 1.32 mInsulationPhysicalTransportation - 9 61.6 cm -33.2 cm -1.2 m 43.1 MeV 0 eV 7.21 cm 1.39 mCryostatVolumesTransportation - 10 61.7 cm -33.3 cm -1.2 m 43.1 MeV 0 eV 2.57 mm 1.39 mMotherTransportation - 11 5 m -2.7 m -9.73 m 43.1 MeV 0 eV 9.88 m 11.3 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 20.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 20.7 cm -5.38 cm 23.4 cm 20.8 MeV 0 eV 31.7 cm 31.7 cmLArgPhysicalTransportation - 2 84.3 cm -22 cm 95.6 cm 20.8 MeV 0 eV 97.6 cm 1.29 mCryostatVolumesTransportation - 3 84.5 cm -22 cm 95.8 cm 20.8 MeV 0 eV 3.04 mm 1.3 mInsulationPhysicalTransportation - 4 89.1 cm -23.2 cm 1.01 m 20.8 MeV 0 eV 7.1 cm 1.37 mCryostatVolumesTransportation - 5 89.3 cm -23.3 cm 1.01 m 20.8 MeV 0 eV 2.54 mm 1.37 mMotherTransportation - 6 1.25 m -32.6 cm 1.42 m 20.8 MeV 0 eV 55.1 cm 1.92 mIronWallPhysicalTransportation - 7 1.3 m -33.9 cm 1.47 m 20.8 MeV 0 eV 7.44 cm 2 mMotherTransportation - 8 5 m -1.3 m 5.67 m 20.8 MeV 0 eV 5.68 m 7.67 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=42.2176 -Edep in FCAL1 FCAl2 : 0 42.2176 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2568 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 68 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 4.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 78.6 mum 53 mum 18.1 mum 3.89 MeV 214 keV 101 mum 101 mumWAbsorberPhysicaleBrem - 2 251 mum 133 mum 131 mum 2.89 MeV 524 keV 292 mum 393 mumWAbsorberPhysicaleBrem - 3 133 mum 216 mum 341 mum 0 eV 2.89 MeV 1.31 mm 1.7 mmWAbsorberPhysicaleIoni - 4 133 mum 216 mum 341 mum 0 eV 0 eV 0 fm 1.7 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 133 mum 216 mum 341 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 mm 353 mum 652 mum 0 eV 69.5 keV 938 mum 938 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 mm 353 mum 652 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 mm 356 mum 657 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 133 mum 216 mum 341 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.08 mm -601 mum -1.51 mm 210 keV 0 eV 5.59 mm 5.59 mmWAbsorberPhysicalcompt - 2 -3.34 mm -1.62 mm -2.83 mm 0 eV 69.5 keV 2.4 mm 7.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.34 mm -1.62 mm -2.83 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.34 mm -1.63 mm -2.83 mm 0 eV 141 keV 27.5 mum 27.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.08 mm -601 mum -1.51 mm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.08 mm -601 mum -1.51 mm 0 eV 301 keV 87.3 mum 87.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 251 mum 133 mum 131 mum 484 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 mm 826 mum 2.76 mm 225 keV 0 eV 3.17 mm 3.17 mmWAbsorberPhysicalcompt - 2 -1.15 mm 929 mum 2.81 mm 0 eV 69.5 keV 257 mum 3.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 mm 929 mum 2.81 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 mm 930 mum 2.81 mm 0 eV 156 keV 32.1 mum 32.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm 826 mum 2.76 mm 259 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 mm 826 mum 2.77 mm 0 eV 259 keV 69.9 mum 69.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 78.6 mum 53 mum 18.1 mum 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 141 mum 472 mum 210 mum 0 eV 69.5 keV 465 mum 465 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 141 mum 472 mum 210 mum 52.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 141 mum 472 mum 210 mum 0 eV 52.9 keV 5.6 mum 5.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.57 mm 15.3 cm 32.3 cm 48.9 MeV 0 eV 35.7 cm 35.7 cmCuPlateAPhysicalTransportation - 2 -3.84 mm 16.5 cm 34.7 cm 48.9 MeV 0 eV 2.71 cm 38.4 cmFCALEnvelopePhysicalTransportation - 3 -4.14 mm 17.8 cm 37.4 cm 48.9 MeV 0 eV 2.98 cm 41.4 cmFCALEmModulePhysicalTransportation - 4 -4.18 mm 18 cm 37.8 cm 48.9 MeV 0 eV 4.62 mm 41.9 cmF1LArGapPhysicalTransportation - 5 -4.2 mm 18 cm 38 cm 48.9 MeV 0 eV 1.46 mm 42 cmFCALEmModulePhysicalTransportation - 6 -4.24 mm 18.2 cm 38.4 cm 48.9 MeV 0 eV 4.8 mm 42.5 cmF1LArGapPhysicalTransportation - 7 -4.26 mm 18.3 cm 38.5 cm 48.9 MeV 0 eV 1.46 mm 42.6 cmFCALEmModulePhysicalTransportation - 8 -4.34 mm 18.7 cm 39.3 cm 48.9 MeV 0 eV 8.37 mm 43.5 cmF1LArGapPhysicalTransportation - 9 -4.35 mm 18.7 cm 39.3 cm 48.9 MeV 0 eV 713 mum 43.6 cmFCALEmModulePhysicalTransportation - 10 -4.47 mm 19.2 cm 40.4 cm 48.9 MeV 0 eV 1.21 cm 44.8 cmF1LArGapPhysicalTransportation - 11 -4.48 mm 19.2 cm 40.5 cm 48.9 MeV 0 eV 713 mum 44.8 cmFCALEmModulePhysicalTransportation - 12 -4.67 mm 20.1 cm 42.2 cm 48.9 MeV 0 eV 1.92 cm 46.8 cmLArgPhysicalTransportation - 13 -1.41 cm 60.5 cm 1.27 m 48.9 MeV 0 eV 94.3 cm 1.41 mCryostatVolumesTransportation - 14 -1.41 cm 60.7 cm 1.28 m 48.9 MeV 0 eV 3.32 mm 1.41 mInsulationPhysicalTransportation - 15 -1.49 cm 64 cm 1.35 m 48.9 MeV 0 eV 7.75 cm 1.49 mCryostatVolumesTransportation - 16 -1.49 cm 64.1 cm 1.35 m 48.9 MeV 0 eV 2.77 mm 1.49 mMotherTransportation - 17 -1.57 cm 67.5 cm 1.42 m 48.9 MeV 0 eV 7.76 cm 1.57 mIronWallPhysicalTransportation - 18 -1.75 cm 75 cm 1.58 m 48.9 MeV 0 eV 17.6 cm 1.75 mMotherTransportation - 19 -11.6 cm 5 m 10.5 m 48.9 MeV 0 eV 9.9 m 11.7 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.38 mm -3.42 cm -6.46 cm 52 MeV 0 eV 7.31 cm 7.31 cmCuPlateBPhysicalTransportation - 2 -4.66 mm -4.71 cm -8.89 cm 52 MeV 0 eV 2.76 cm 10.1 cmLArgPhysicalTransportation - 3 -6.07 mm -6.14 cm -11.6 cm 52 MeV 0 eV 3.04 cm 13.1 cmBackExcluderTransportation - 4 -4.26 cm -43.1 cm -81.2 cm 52 MeV 0 eV 78.9 cm 92 cmLArgPhysicalTransportation - 5 -6.67 cm -67.4 cm -1.27 m 52 MeV 0 eV 52.1 cm 1.44 mCryostatVolumesTransportation - 6 -6.69 cm -67.6 cm -1.28 m 52 MeV 0 eV 3.39 mm 1.45 mInsulationPhysicalTransportation - 7 -7.05 cm -71.3 cm -1.35 m 52 MeV 0 eV 7.92 cm 1.52 mCryostatVolumesTransportation - 8 -7.07 cm -71.4 cm -1.35 m 52 MeV 0 eV 2.83 mm 1.53 mMotherTransportation - 9 -49.5 cm -5 m -9.44 m 52 MeV 0 eV 9.16 m 10.7 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=5.25209 -Edep in FCAL1 FCAl2 : 0 5.25209 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2569 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 69 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -19.7 mum 9.64 mum 14.9 mum 23 MeV 39.7 keV 26.5 mum 26.5 mumWAbsorberPhysicaleBrem - 2 -440 mum 121 mum 300 mum 9.29 MeV 914 keV 525 mum 551 mumWAbsorberPhysicaleBrem - 3 -1.07 mm -342 mum 1.86 mm 2.89 MeV 3.59 MeV 1.64 mm 2.19 mmWAbsorberPhysicaleIoni - 4 -1.86 mm 68.4 mum 1.42 mm 269 keV 2.62 MeV 1.31 mm 3.5 mmWAbsorberPhysicaleIoni - 5 -1.85 mm 68.7 mum 1.43 mm 0 eV 269 keV 71.6 mum 3.57 mmWAbsorberPhysicaleIoni - 6 -1.85 mm 68.7 mum 1.43 mm 0 eV 0 eV 0 fm 3.57 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 mm 68.7 mum 1.43 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.83 mm -1.73 mm 4.08 mm 0 eV 69.5 keV 3.77 mm 3.77 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.83 mm -1.73 mm 4.08 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.83 mm -1.74 mm 4.08 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 mm 68.7 mum 1.43 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 mm 738 mum 444 mum 0 eV 69.5 keV 1.4 mm 1.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 mm 738 mum 444 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 mm 745 mum 435 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 mm -342 mum 1.86 mm 2.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 mm -389 mum 1.74 mm 0 eV 2.81 MeV 1.26 mm 1.26 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -440 mum 121 mum 300 mum 12.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.06 mm 2.06 mm 5.5 mm 0 eV 0 eV 9.43 mm 9.43 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.06 mm 2.06 mm 5.5 mm 10.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.47 mm 2.1 mm 5.61 mm 8.9 MeV 909 keV 459 mum 459 mumWAbsorberPhysicaleBrem - 2 -8.75 mm 2.13 mm 5.83 mm 7.64 MeV 661 keV 371 mum 831 mumWAbsorberPhysicaleBrem - 3 -9.03 mm 2.04 mm 5.85 mm 6.42 MeV 592 keV 299 mum 1.13 mmWAbsorberPhysicaleBrem - 4 -9.07 mm 2.03 mm 5.95 mm 6.08 MeV 164 keV 112 mum 1.24 mmWAbsorberPhysicaleBrem - 5 -8.93 mm 2.28 mm 6.24 mm 4.82 MeV 1.12 MeV 451 mum 1.69 mmWAbsorberPhysicaleBrem - 6 -9.2 mm 2.37 mm 6.06 mm 2.96 MeV 613 keV 349 mum 2.04 mmWAbsorberPhysicaleBrem - 7 -9.33 mm 2.31 mm 5.87 mm 338 keV 1.68 MeV 235 mum 2.28 mmWAbsorberPhysicaleBrem - 8 -9.34 mm 2.31 mm 5.88 mm 0 eV 338 keV 101 mum 2.38 mmWAbsorberPhysicaleIoni - 9 -9.34 mm 2.31 mm 5.88 mm 0 eV 0 eV 0 fm 2.38 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.34 mm 2.31 mm 5.88 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm 4.81 mm 7.09 mm 0 eV 69.5 keV 2.89 mm 2.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 cm 4.81 mm 7.09 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm 4.81 mm 7.1 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.34 mm 2.31 mm 5.88 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.28 mm -921 mum 4.3 mm 324 keV 0 eV 3.75 mm 3.75 mmWAbsorberPhysicalcompt - 2 -8.28 mm -1 mm 4.36 mm 155 keV 0 eV 104 mum 3.85 mmWAbsorberPhysicalcompt - 3 -8.18 mm -952 mum 4.26 mm 0 eV 69.5 keV 156 mum 4.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.18 mm -952 mum 4.26 mm 85.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.18 mm -951 mum 4.26 mm 0 eV 85.8 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.28 mm -1 mm 4.36 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.28 mm -1.01 mm 4.37 mm 0 eV 169 keV 36.6 mum 36.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.28 mm -921 mum 4.3 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.27 mm -922 mum 4.3 mm 0 eV 187 keV 42.6 mum 42.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.33 mm 2.31 mm 5.87 mm 942 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.69 cm 1.15 cm 1.55 cm 521 keV 0 eV 2.21 cm 2.21 cmWAbsorberPhysicalcompt - 2 -2.83 cm 1.04 cm 1.73 cm 0 eV 69.5 keV 2.51 mm 2.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.83 cm 1.04 cm 1.73 cm 452 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.83 cm 1.04 cm 1.73 cm 0 eV 452 keV 155 mum 155 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.69 cm 1.15 cm 1.55 cm 420 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.69 cm 1.15 cm 1.56 cm 0 eV 420 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.2 mm 2.37 mm 6.06 mm 1.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 3.05 mm 4.6 mm 810 keV 0 eV 2.81 mm 2.81 mmWAbsorberPhysicalcompt - 2 -1.37 cm 2.03 mm 3.77 mm 329 keV 0 eV 2.58 mm 5.39 mmWAbsorberPhysicalcompt - 3 -1.37 cm 2.45 mm 3.14 mm 0 eV 69.5 keV 752 mum 6.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm 2.45 mm 3.14 mm 259 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 cm 2.45 mm 3.12 mm 1.86 keV 141 keV 64.4 mum 64.4 mumWAbsorberPhysicaleBrem - 2 -1.37 cm 2.45 mm 3.12 mm 0 eV 1.86 keV 35.7 nm 64.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm 2.45 mm 3.12 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 2.27 mm 3.14 mm 94 keV 0 eV 403 mum 403 mumWAbsorberPhysicalcompt - 2 -1.34 cm 2.18 mm 3.06 mm 0 eV 69.5 keV 124 mum 527 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 cm 2.18 mm 3.06 mm 24.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 2.18 mm 3.06 mm 0 eV 24.5 keV 1.58 mum 1.58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 cm 2.27 mm 3.14 mm 22.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 2.27 mm 3.14 mm 0 eV 22.5 keV 1.39 mum 1.39 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm 2.03 mm 3.77 mm 481 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 cm 2.03 mm 3.77 mm 0 eV 481 keV 169 mum 169 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm 3.05 mm 4.6 mm 436 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 3.06 mm 4.6 mm 0 eV 436 keV 148 mum 148 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.93 mm 2.28 mm 6.24 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.36 mm 2.58 mm 5.64 mm 0 eV 69.5 keV 788 mum 788 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.36 mm 2.58 mm 5.64 mm 68.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.36 mm 2.58 mm 5.64 mm 0 eV 68.1 keV 8.5 mum 8.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.07 mm 2.03 mm 5.95 mm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.07 mm 2.04 mm 5.97 mm 0 eV 69.5 keV 22.6 mum 22.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.07 mm 2.04 mm 5.97 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.08 mm 2.04 mm 5.97 mm 0 eV 107 keV 17.6 mum 17.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.03 mm 2.04 mm 5.85 mm 632 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 2.19 mm 9.67 mm 0 eV 69.5 keV 4.58 mm 4.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm 2.19 mm 9.67 mm 562 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.16 cm 2.2 mm 9.67 mm 0 eV 562 keV 208 mum 208 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.75 mm 2.13 mm 5.83 mm 594 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.37 cm -5.32 mm 8.33 mm 309 keV 0 eV 1.69 cm 1.69 cmWAbsorberPhysicalcompt - 2 -2.37 cm -5.55 mm 9.74 mm 0 eV 69.5 keV 1.43 mm 1.84 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 cm -5.55 mm 9.74 mm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.37 cm -5.55 mm 9.75 mm 0 eV 239 keV 62.2 mum 62.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 cm -5.32 mm 8.33 mm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.37 cm -5.32 mm 8.32 mm 0 eV 285 keV 80.8 mum 80.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.47 mm 2.1 mm 5.61 mm 691 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm 2.32 mm 7.63 mm 568 keV 0 eV 3.91 mm 3.91 mmWAbsorberPhysicalcompt - 2 -1.26 cm 2.99 mm 9 mm 0 eV 69.5 keV 1.74 mm 5.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 cm 2.99 mm 9 mm 498 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm 2.99 mm 9.01 mm 0 eV 498 keV 177 mum 177 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm 2.32 mm 7.63 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm 2.32 mm 7.63 mm 0 eV 123 keV 22.2 mum 22.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.06 mm 2.06 mm 5.5 mm 1.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.09 mm 1.89 mm 5.59 mm 83.6 keV 997 keV 550 mum 550 mumWAbsorberPhysicaleBrem - 2 -8.09 mm 1.89 mm 5.59 mm 0 eV 83.6 keV 11.9 mum 562 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.09 mm 1.89 mm 5.59 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.93 mm 1.98 mm 5.58 mm 0 eV 69.5 keV 183 mum 183 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.93 mm 1.98 mm 5.58 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.93 mm 1.98 mm 5.58 mm 0 eV 128 keV 23.6 mum 23.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -19.7 mum 9.64 mum 14.9 mum 21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.14 mm 1.01 mm 1.43 mm 0 eV 0 eV 2.74 mm 2.74 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 45, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 mm 1.01 mm 1.43 mm 5.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 mm 1.06 mm 1.64 mm 4.03 MeV 491 keV 265 mum 265 mumWAbsorberPhysicaleBrem - 2 -2.26 mm 1.11 mm 1.41 mm 3.59 MeV 331 keV 239 mum 503 mumWAbsorberPhysicaleBrem - 3 -1.69 mm 559 mum 765 mum 1.34 MeV 1.98 MeV 1.25 mm 1.75 mmWAbsorberPhysicaleBrem - 4 -1.71 mm 524 mum 691 mum 0 eV 1.34 MeV 609 mum 2.36 mmWAbsorberPhysicaleIoni - 5 -1.71 mm 524 mum 691 mum 0 eV 0 eV 0 fm 2.36 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 mm 524 mum 691 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.54 mm 360 mum 19.4 mum 0 eV 69.5 keV 1.08 mm 1.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.54 mm 360 mum 19.4 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm 361 mum 8.27 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 mm 524 mum 691 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 mm 1.35 mm 4.06 mm 183 keV 0 eV 5.44 mm 5.44 mmWAbsorberPhysicalcompt - 2 1.87 mm 1.31 mm 1.64 mm 0 eV 69.5 keV 2.49 mm 7.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.87 mm 1.31 mm 1.64 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 mm 1.31 mm 1.64 mm 0 eV 114 keV 19.5 mum 19.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.48 mm 1.35 mm 4.06 mm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 mm 1.35 mm 4.07 mm 0 eV 328 keV 98.9 mum 98.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 mm 559 mum 765 mum 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 mm 115 mum -115 mum 0 eV 69.5 keV 1.01 mm 1.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 mm 115 mum -115 mum 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 mm 116 mum -118 mum 0 eV 201 keV 47.7 mum 47.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 mm 1.11 mm 1.41 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 mm 1.11 mm 1.39 mm 0 eV 69.5 keV 25.6 mum 25.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 mm 1.11 mm 1.39 mm 39.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 mm 1.11 mm 1.39 mm 0 eV 39.1 keV 3.4 mum 3.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 mm 1.06 mm 1.64 mm 786 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 mm 1.92 mm 817 mum 289 keV 0 eV 1.23 mm 1.23 mmWAbsorberPhysicalcompt - 2 -3.2 mm 1.18 mm -77.2 mum 0 eV 69.5 keV 1.67 mm 2.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 mm 1.18 mm -77.2 mum 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm 1.18 mm -78.9 mum 0 eV 220 keV 54.8 mum 54.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 mm 1.92 mm 817 mum 497 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm 1.93 mm 811 mum 0 eV 497 keV 176 mum 176 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 mm 1.01 mm 1.43 mm 14.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.43 mm 1.11 mm 1.54 mm 12.2 MeV 923 keV 330 mum 330 mumWAbsorberPhysicaleBrem - 2 -2.44 mm 1.43 mm 1.41 mm 11.1 MeV 657 keV 363 mum 693 mumWAbsorberPhysicaleBrem - 3 -2.64 mm 1.65 mm 1.3 mm 7.9 MeV 717 keV 357 mum 1.05 mmWAbsorberPhysicaleBrem - 4 -2.63 mm 2.29 mm 1.31 mm 5.98 MeV 1.7 MeV 673 mum 1.72 mmWAbsorberPhysicaleBrem - 5 -2.64 mm 2.3 mm 1.29 mm 5.66 MeV 30.7 keV 24.3 mum 1.75 mmWAbsorberPhysicaleBrem - 6 -3.79 mm 2.88 mm 1 mm 2.39 MeV 2.99 MeV 1.54 mm 3.29 mmWAbsorberPhysicaleBrem - 7 -4.25 mm 2.81 mm 1.18 mm 977 keV 1.16 MeV 761 mum 4.05 mmWAbsorberPhysicaleBrem - 8 -4.22 mm 2.78 mm 1.19 mm 0 eV 977 keV 416 mum 4.47 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.25 mm 2.81 mm 1.18 mm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.88 mm 2.4 mm 2.13 mm 0 eV 69.5 keV 1.71 mm 1.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.88 mm 2.4 mm 2.13 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.88 mm 2.39 mm 2.13 mm 0 eV 174 keV 38.2 mum 38.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.79 mm 2.88 mm 1 mm 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.83 mm 2.85 mm 4.55 mm 235 keV 0 eV 3.7 mm 3.7 mmWAbsorberPhysicalcompt - 2 -4.64 mm 2.49 mm 4.97 mm 0 eV 69.5 keV 581 mum 4.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.64 mm 2.49 mm 4.97 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.64 mm 2.49 mm 4.97 mm 0 eV 166 keV 35.4 mum 35.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.83 mm 2.85 mm 4.55 mm 54.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.84 mm 2.85 mm 4.55 mm 0 eV 54.3 keV 5.87 mum 5.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm 2.3 mm 1.29 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 mm 2.33 mm 1.19 mm 0 eV 69.5 keV 102 mum 102 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.65 mm 2.33 mm 1.19 mm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 mm 2.33 mm 1.19 mm 0 eV 218 keV 54 mum 54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.63 mm 2.29 mm 1.31 mm 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.27 mm 2.64 mm -1.53 mm 0 eV 69.5 keV 2.93 mm 2.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.27 mm 2.64 mm -1.53 mm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.27 mm 2.64 mm -1.53 mm 0 eV 154 keV 31.5 mum 31.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm 1.65 mm 1.3 mm 2.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm 1.44 cm 223 mum 366 keV 0 eV 1.55 cm 1.55 cmWAbsorberPhysicalcompt - 2 -1.11 cm 1.45 cm 78 mum 0 eV 69.5 keV 334 mum 1.58 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm 1.45 cm 78 mum 296 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm 1.45 cm 73.8 mum 0 eV 296 keV 85.4 mum 85.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm 1.44 cm 223 mum 2.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 cm 1.41 cm 219 mum 292 keV 1.67 MeV 886 mum 886 mumWAbsorberPhysicaleBrem - 2 -1.19 cm 1.41 cm 219 mum 0 eV 292 keV 83.9 mum 970 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 cm 1.41 cm 219 mum 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm 1.42 cm 844 mum 105 keV 0 eV 630 mum 630 mumWAbsorberPhysicalcompt - 2 -1.18 cm 1.42 cm 744 mum 0 eV 69.5 keV 105 mum 735 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm 1.42 cm 744 mum 35 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm 1.42 cm 744 mum 0 eV 35 keV 2.85 mum 2.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm 1.42 cm 844 mum 67.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm 1.42 cm 845 mum 0 eV 67.8 keV 8.44 mum 8.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.44 mm 1.43 mm 1.41 mm 381 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.4 mm 3.5 mm 267 mum 256 keV 0 eV 2.55 mm 2.55 mmWAbsorberPhysicalcompt - 2 -3.78 mm 3.69 mm 545 mum 141 keV 0 eV 513 mum 3.06 mmWAbsorberPhysicalcompt - 3 -3.79 mm 3.48 mm 40.6 mum 0 eV 8.33 keV 546 mum 3.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.79 mm 3.48 mm 40.6 mum 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.79 mm 3.48 mm 39.3 mum 0 eV 133 keV 24.9 mum 24.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.78 mm 3.69 mm 545 mum 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.78 mm 3.69 mm 546 mum 0 eV 115 keV 20 mum 20 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.4 mm 3.5 mm 267 mum 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.4 mm 3.5 mm 265 mum 0 eV 124 keV 22.5 mum 22.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.43 mm 1.11 mm 1.54 mm 1.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.67 mm 3.03 mm 894 mum 995 keV 0 eV 2.05 mm 2.05 mmWAbsorberPhysicalcompt - 2 4.15 mm 1.81 cm 1.15 mm 0 eV 69.5 keV 1.65 cm 1.86 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.15 mm 1.81 cm 1.15 mm 926 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.16 mm 1.81 cm 1.16 mm 0 eV 926 keV 390 mum 390 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.67 mm 3.03 mm 894 mum 608 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.68 mm 3.05 mm 884 mum 0 eV 608 keV 231 mum 231 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 31.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 29.1 cm 6.98 cm -6.96 cm 31.1 MeV 0 eV 30.7 cm 30.7 cmLArgPhysicalTransportation - 2 1.24 m 29.7 cm -29.7 cm 31.1 MeV 0 eV 1 m 1.31 mCryostatVolumesTransportation - 3 1.24 m 29.8 cm -29.7 cm 31.1 MeV 0 eV 3.08 mm 1.31 mInsulationPhysicalTransportation - 4 1.31 m 31.4 cm -31.4 cm 31.1 MeV 0 eV 7.19 cm 1.38 mCryostatVolumesTransportation - 5 1.31 m 31.5 cm -31.4 cm 31.1 MeV 0 eV 2.57 mm 1.39 mMotherTransportation - 6 5 m 1.2 m -1.2 m 31.1 MeV 0 eV 3.89 m 5.28 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 cm -8.52 cm -6.2 cm 30 MeV 0 eV 10.6 cm 10.6 cmF2RodPhysicalTransportation - 2 1.27 cm -8.56 cm -6.23 cm 30 MeV 0 eV 510 mum 10.7 cmF2LArGapPhysicalTransportation - 3 1.28 cm -8.67 cm -6.31 cm 30 MeV 0 eV 1.36 mm 10.8 cmCuPlateBPhysicalTransportation - 4 1.74 cm -11.7 cm -8.55 cm 30 MeV 0 eV 3.82 cm 14.6 cmLArgPhysicalTransportation - 5 2.35 cm -15.9 cm -11.6 cm 30 MeV 0 eV 5.18 cm 19.8 cmBackExcluderTransportation - 6 4.1 cm -27.7 cm -20.2 cm 30 MeV 0 eV 14.7 cm 34.5 cmLArgPhysicalTransportation - 7 14.4 cm -97.5 cm -71 cm 30 MeV 0 eV 86.9 cm 1.21 mMotherTransportation - 8 73.9 cm -5 m -3.64 m 30 MeV 0 eV 5.02 m 6.23 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=45.0614 -Edep in FCAL1 FCAl2 : 0 45.0614 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2570 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 70 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 15.6 mum 11.4 mum 8.12 mum 36.1 MeV 35.8 keV 20.9 mum 20.9 mumWAbsorberPhysicaleBrem - 2 196 mum 129 mum 120 mum 33.8 MeV 480 keV 243 mum 264 mumWAbsorberPhysicaleBrem - 3 251 mum 180 mum 159 mum 25.3 MeV 246 keV 84.5 mum 348 mumWAbsorberPhysicaleBrem - 4 533 mum 380 mum 380 mum 24.4 MeV 733 keV 417 mum 766 mumWAbsorberPhysicaleBrem - 5 2.36 mm 288 mum 1.53 mm 19 MeV 5.25 MeV 2.37 mm 3.13 mmWAbsorberPhysicaleBrem - 6 2.77 mm 1.32 mm 1.45 mm 15 MeV 2.13 MeV 1.08 mm 4.22 mmWAbsorberPhysicaleBrem - 7 2.8 mm 1.82 mm 1.67 mm 13.8 MeV 1.08 MeV 549 mum 4.77 mmWAbsorberPhysicaleBrem - 8 3.82 mm 3.02 mm 2.9 mm 10.4 MeV 3.25 MeV 1.76 mm 6.53 mmWAbsorberPhysicaleBrem - 9 3.73 mm 2.87 mm 2.55 mm 6.81 MeV 617 keV 386 mum 6.91 mmWAbsorberPhysicaleBrem - 10 3.73 mm 3.1 mm 1.84 mm 3.93 MeV 1.22 MeV 703 mum 7.62 mmWAbsorberPhysicaleBrem - 11 3.41 mm 3.09 mm 1.3 mm 1.32 MeV 2.4 MeV 663 mum 8.28 mmWAbsorberPhysicaleBrem - 12 3.46 mm 3.02 mm 1.29 mm 0 eV 1.32 MeV 598 mum 8.88 mmWAbsorberPhysicaleIoni - 13 3.46 mm 3.02 mm 1.29 mm 0 eV 0 eV 0 fm 8.88 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.46 mm 3.02 mm 1.29 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.64 mm 4.87 mm 3.42 mm 211 keV 0 eV 2.93 mm 2.93 mmWAbsorberPhysicalcompt - 2 2.69 mm 4.9 mm 3.37 mm 0 eV 69.5 keV 74.1 mum 3.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.69 mm 4.9 mm 3.37 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.69 mm 4.9 mm 3.37 mm 0 eV 142 keV 27.8 mum 27.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.64 mm 4.87 mm 3.42 mm 300 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.64 mm 4.87 mm 3.42 mm 0 eV 300 keV 86.8 mum 86.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.46 mm 3.02 mm 1.29 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.92 mm 1.96 mm 66.3 mum 255 keV 0 eV 1.69 mm 1.69 mmWAbsorberPhysicalcompt - 2 2.6 mm -261 mum 1.51 mm 0 eV 69.5 keV 2.96 mm 4.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.6 mm -261 mum 1.51 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.6 mm -264 mum 1.51 mm 0 eV 185 keV 42.2 mum 42.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.92 mm 1.96 mm 66.3 mum 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.92 mm 1.96 mm 61.8 mum 0 eV 256 keV 68.8 mum 68.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.41 mm 3.09 mm 1.3 mm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.49 mm 2.82 mm 1.18 mm 0 eV 69.5 keV 304 mum 304 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.49 mm 2.82 mm 1.18 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.49 mm 2.82 mm 1.18 mm 0 eV 147 keV 29.3 mum 29.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.73 mm 3.1 mm 1.84 mm 1.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.86 mm -611 mum -2.44 mm 0 eV 69.5 keV 5.67 mm 5.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.86 mm -611 mum -2.44 mm 1.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.07 mm -591 mum -2.73 mm 316 keV 1.04 MeV 641 mum 641 mumWAbsorberPhysicaleBrem - 2 4.07 mm -590 mum -2.74 mm 0 eV 316 keV 93.6 mum 735 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.07 mm -591 mum -2.73 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.8 mm 13.3 mum -3.46 mm 129 keV 0 eV 983 mum 983 mumWAbsorberPhysicalcompt - 2 3.81 mm 15.9 mum -3.44 mm 0 eV 69.5 keV 28.3 mum 1.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.81 mm 15.9 mum -3.44 mm 59.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.81 mm 16.3 mum -3.44 mm 0 eV 59.4 keV 6.78 mum 6.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.8 mm 13.3 mum -3.46 mm 99.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.8 mm 13.8 mum -3.46 mm 0 eV 99.1 keV 15.6 mum 15.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.73 mm 2.87 mm 2.55 mm 2.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -62.6 mum 387 mum -8.57 mm 0 eV 0 eV 1.2 cm 1.2 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -62.6 mum 387 mum -8.57 mm 1.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -102 mum 395 mum -8.65 mm 0 eV 1.36 MeV 622 mum 622 mumWAbsorberPhysicaleIoni - 2 -102 mum 395 mum -8.65 mm 0 eV 0 eV 0 fm 622 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -102 mum 395 mum -8.65 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -308 mum 1.25 mm -8.75 mm 0 eV 69.5 keV 882 mum 882 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -308 mum 1.25 mm -8.75 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -315 mum 1.25 mm -8.74 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -102 mum 395 mum -8.65 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 mm -5.52 mm -7.96 mm 0 eV 69.5 keV 6.13 mm 6.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 mm -5.52 mm -7.96 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 mm -5.54 mm -7.96 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -62.6 mum 387 mum -8.57 mm 542 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -62.5 mum 376 mum -8.58 mm 0 eV 542 keV 198 mum 198 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.82 mm 3.02 mm 2.9 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.77 mm 3 mm 2.82 mm 0 eV 69.5 keV 94.3 mum 94.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.77 mm 3 mm 2.82 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.77 mm 3 mm 2.82 mm 0 eV 108 keV 18.1 mum 18.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.8 mm 1.82 mm 1.67 mm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.81 mm 2.06 mm 1.78 mm 168 keV 0 eV 259 mum 259 mumWAbsorberPhysicalcompt - 2 2.61 mm 2.41 mm 1.99 mm 0 eV 69.5 keV 455 mum 714 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.61 mm 2.41 mm 1.99 mm 98 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.61 mm 2.41 mm 1.99 mm 0 eV 98 keV 15.3 mum 15.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.81 mm 2.06 mm 1.78 mm 8.39 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.81 mm 2.06 mm 1.78 mm 0 eV 8.39 keV 298 nm 298 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.77 mm 1.32 mm 1.45 mm 1.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 mm 4.97 mm 3.63 mm 0 eV 0 eV 4.27 mm 4.27 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 37, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.04 mm 4.97 mm 3.63 mm 724 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.06 mm 5.01 mm 3.63 mm 120 keV 489 keV 53.6 mum 53.6 mumWAbsorberPhysicaleBrem - 2 3.05 mm 5.01 mm 3.63 mm 0 eV 120 keV 20 mum 73.6 mumWAbsorberPhysicaleIoni - 3 3.05 mm 5.01 mm 3.63 mm 0 eV 0 eV 0 fm 73.6 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.05 mm 5.01 mm 3.63 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 163 mum 8.01 mm 309 mum 0 eV 69.5 keV 5.33 mm 5.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 163 mum 8.01 mm 309 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 144 mum 8 mm 304 mum 104 keV 52.9 keV 33.6 mum 33.6 mumWAbsorberPhysicaleBrem - 2 144 mum 8.01 mm 304 mum 0 eV 104 keV 16.8 mum 50.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 144 mum 8 mm 304 mum 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 244 mum 8.42 mm 798 mum 0 eV 69.5 keV 655 mum 655 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 244 mum 8.42 mm 798 mum 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 245 mum 8.43 mm 797 mum 0 eV 216 keV 53.2 mum 53.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.05 mm 5.01 mm 3.63 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.85 mm 2.09 mm 6.85 mm 366 keV 0 eV 5.17 mm 5.17 mmWAbsorberPhysicalcompt - 2 5.36 mm 534 mum 7.63 mm 173 keV 0 eV 1.81 mm 6.98 mmWAbsorberPhysicalcompt - 3 5.13 mm 980 mum 7.72 mm 149 keV 0 eV 510 mum 7.49 mmWAbsorberPhysicalcompt - 4 5.22 mm 1.12 mm 7.79 mm 142 keV 0 eV 175 mum 7.66 mmWAbsorberPhysicalcompt - 5 5.82 mm 3.17 mm 7.52 mm 0 eV 69.5 keV 2.16 mm 9.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.82 mm 3.17 mm 7.52 mm 72.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.82 mm 3.17 mm 7.52 mm 0 eV 72.8 keV 9.49 mum 9.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.22 mm 1.12 mm 7.79 mm 6.97 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.22 mm 1.12 mm 7.79 mm 0 eV 6.97 keV 226 nm 226 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.13 mm 980 mum 7.72 mm 24.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.13 mm 981 mum 7.72 mm 0 eV 24.1 keV 1.55 mum 1.55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.36 mm 534 mum 7.63 mm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.35 mm 533 mum 7.64 mm 8.05 keV 49 keV 24.8 mum 24.8 mumWAbsorberPhysicaleBrem - 2 5.35 mm 533 mum 7.64 mm 0 eV 8.05 keV 279 nm 25.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.35 mm 533 mum 7.64 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.45 mm 679 mum 7.74 mm 0 eV 69.5 keV 205 mum 205 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.45 mm 679 mum 7.74 mm 66.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.45 mm 679 mum 7.74 mm 0 eV 66.4 keV 8.15 mum 8.15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.85 mm 2.09 mm 6.85 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.85 mm 2.09 mm 6.85 mm 0 eV 145 keV 28.7 mum 28.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.06 mm 5.01 mm 3.63 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.94 mm 4.99 mm 3.6 mm 0 eV 69.5 keV 118 mum 118 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 mm 4.99 mm 3.6 mm 45.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.94 mm 4.99 mm 3.6 mm 0 eV 45.3 keV 4.36 mum 4.36 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.04 mm 4.97 mm 3.63 mm 66.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 mm 4.97 mm 3.63 mm 0 eV 66.3 keV 8.14 mum 8.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.36 mm 288 mum 1.53 mm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm 660 mum 1.57 mm 0 eV 69.5 keV 441 mum 441 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 mm 660 mum 1.57 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm 661 mum 1.57 mm 0 eV 112 keV 19.2 mum 19.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 533 mum 380 mum 380 mum 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 598 mum 412 mum 417 mum 0 eV 69.5 keV 81.1 mum 81.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 598 mum 412 mum 417 mum 54.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 598 mum 413 mum 417 mum 0 eV 54.2 keV 5.84 mum 5.84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 251 mum 180 mum 159 mum 8.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.59 mm 2.14 mm 3.27 mm 0 eV 0 eV 4.97 mm 4.97 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 55, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm 2.14 mm 3.27 mm 1.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.66 mm 2.19 mm 3.33 mm 0 eV 1.58 MeV 735 mum 735 mumWAbsorberPhysicaleIoni - 2 3.66 mm 2.19 mm 3.33 mm 0 eV 0 eV 0 fm 735 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.66 mm 2.19 mm 3.33 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 mm 2.31 mm 1.16 cm 259 keV 0 eV 8.56 mm 8.56 mmWAbsorberPhysicalcompt - 2 910 mum 3.24 mm 1.15 cm 0 eV 69.5 keV 1.17 mm 9.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 910 mum 3.24 mm 1.15 cm 189 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 910 mum 3.24 mm 1.15 cm 0 eV 189 keV 43.6 mum 43.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 mm 2.31 mm 1.16 cm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 mm 2.31 mm 1.16 cm 0 eV 252 keV 67.1 mum 67.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.66 mm 2.19 mm 3.33 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.58 mm 2.14 mm -385 mum 0 eV 69.5 keV 3.83 mm 3.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.58 mm 2.14 mm -385 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.58 mm 2.13 mm -392 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm 2.14 mm 3.27 mm 5.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.53 mm 1.78 mm 3.25 mm 3.26 MeV 2.3 MeV 1.16 mm 1.16 mmWAbsorberPhysicaleBrem - 2 3.79 mm 1.94 mm 2.67 mm 1.07 MeV 2.18 MeV 1.39 mm 2.55 mmWAbsorberPhysicaleIoni - 3 3.62 mm 1.89 mm 2.67 mm 359 keV 578 keV 338 mum 2.89 mmWAbsorberPhysicaleBrem - 4 3.61 mm 1.88 mm 2.68 mm 0 eV 359 keV 113 mum 3 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.62 mm 1.89 mm 2.67 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.79 mm 1.55 mm 2.84 mm 0 eV 69.5 keV 414 mum 414 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.79 mm 1.55 mm 2.84 mm 67 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.79 mm 1.55 mm 2.84 mm 0 eV 67 keV 8.28 mum 8.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.53 mm 1.78 mm 3.25 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.34 mm 1.77 mm 3.45 mm 0 eV 69.5 keV 274 mum 274 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.34 mm 1.77 mm 3.45 mm 94.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.34 mm 1.77 mm 3.45 mm 0 eV 94.3 keV 14.4 mum 14.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 196 mum 129 mum 120 mum 1.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.77 cm 1.47 cm 1.18 cm 279 keV 0 eV 2.57 cm 2.57 cmWAbsorberPhysicalcompt - 2 1.77 cm 1.41 cm 1.19 cm 0 eV 69.5 keV 636 mum 2.63 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 cm 1.41 cm 1.19 cm 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.77 cm 1.41 cm 1.19 cm 0 eV 209 keV 50.8 mum 50.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 cm 1.47 cm 1.18 cm 1.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.78 cm 1.48 cm 1.19 cm 0 eV 1.5 MeV 682 mum 682 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15.6 mum 11.4 mum 8.12 mum 1.83 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm 7.81 mm 5.88 mm 398 keV 0 eV 1.46 cm 1.46 cmWAbsorberPhysicalcompt - 2 1.09 cm 7.96 mm 5.72 mm 357 keV 0 eV 228 mum 1.49 cmWAbsorberPhysicalcompt - 3 1.15 cm 8.68 mm 4.57 mm 354 keV 0 eV 1.49 mm 1.63 cmWAbsorberPhysicalcompt - 4 1.18 cm 9.17 mm 3.68 mm 0 eV 69.5 keV 1.06 mm 1.74 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm 9.17 mm 3.68 mm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 9.18 mm 3.67 mm 0 eV 285 keV 80.6 mum 80.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 cm 8.68 mm 4.57 mm 3.32 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm 8.68 mm 4.57 mm 0 eV 3.32 keV 79.3 nm 79.3 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm 7.96 mm 5.72 mm 40.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm 7.96 mm 5.72 mm 0 eV 40.8 keV 3.65 mum 3.65 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm 7.81 mm 5.88 mm 1.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm 7.84 mm 5.92 mm 0 eV 1.43 MeV 647 mum 647 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.17 mm -2.44 cm -6.5 cm 35 MeV 0 eV 6.97 cm 6.97 cmCuPlateBPhysicalTransportation - 2 -7.12 mm -3.36 cm -8.96 cm 35 MeV 0 eV 2.63 cm 9.6 cmLArgPhysicalTransportation - 3 -9.21 mm -4.34 cm -11.6 cm 35 MeV 0 eV 2.8 cm 12.4 cmBackExcluderTransportation - 4 -9.24 cm -43.6 cm -1.16 m 35 MeV 0 eV 1.12 m 1.24 mLArgPhysicalTransportation - 5 -10.1 cm -47.7 cm -1.27 m 35 MeV 0 eV 11.6 cm 1.36 mCryostatVolumesTransportation - 6 -10.1 cm -47.8 cm -1.27 m 35 MeV 0 eV 3.2 mm 1.36 mInsulationPhysicalTransportation - 7 -10.7 cm -50.4 cm -1.34 m 35 MeV 0 eV 7.47 cm 1.44 mCryostatVolumesTransportation - 8 -10.7 cm -50.5 cm -1.35 m 35 MeV 0 eV 2.67 mm 1.44 mMotherTransportation - 9 -23.5 cm -1.11 m -2.95 m 35 MeV 0 eV 1.72 m 3.16 mConcWallAPhysicalTransportation - 10 -25.4 cm -1.2 m -3.2 m 35 MeV 0 eV 26.6 cm 3.43 mMotherTransportation - 11 -1.06 m -5 m -13.3 m 35 MeV 0 eV 10.8 m 14.3 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -20.2 cm -6.37 cm 13.2 cm 32.2 MeV 0 eV 25 cm 25 cmFCALEnvelopePhysicalTransportation - 2 -20.7 cm -6.53 cm 13.6 cm 32.2 MeV 0 eV 6.52 mm 25.6 cmLArgPhysicalTransportation - 3 -1.07 m -33.6 cm 69.9 cm 32.2 MeV 0 eV 1.06 m 1.32 mCryostatVolumesTransportation - 4 -1.07 m -33.7 cm 70.1 cm 32.2 MeV 0 eV 3.1 mm 1.32 mInsulationPhysicalTransportation - 5 -1.13 m -35.5 cm 73.9 cm 32.2 MeV 0 eV 7.24 cm 1.39 mCryostatVolumesTransportation - 6 -1.13 m -35.6 cm 74.1 cm 32.2 MeV 0 eV 2.59 mm 1.4 mMotherTransportation - 7 -5 m -1.58 m 3.28 m 32.2 MeV 0 eV 4.79 m 6.19 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=38.9947 -Edep in FCAL1 FCAl2 : 0 38.9947 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2571 0 0 0 --------------------------------------------- - ----> Begin of event: 71 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 71 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15.7 mum 41.4 mum -24.8 mum 23.2 MeV 86.7 keV 50.8 mum 50.8 mumWAbsorberPhysicaleBrem - 2 -1.39 mm 1.33 mm-1e+03 mum 2.63 MeV 4.31 MeV 2.06 mm 2.11 mmWAbsorberPhysicaleBrem - 3 -1.22 mm 1.19 mm -1.87 mm 47.6 keV 2.59 MeV 1.23 mm 3.34 mmWAbsorberPhysicaleIoni - 4 -1.22 mm 1.19 mm -1.87 mm 0 eV 47.6 keV 4.2 mum 3.34 mmWAbsorberPhysicaleIoni - 5 -1.22 mm 1.19 mm -1.87 mm 0 eV 0 eV 0 fm 3.34 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.22 mm 1.19 mm -1.87 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm 8.68 mm -8.75 mm 0 eV 69.5 keV 1.04 cm 1.04 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm 8.68 mm -8.75 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm 8.69 mm -8.76 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.22 mm 1.19 mm -1.87 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 mm -1.51 mm 606 mum 338 keV 0 eV 3.76 mm 3.76 mmWAbsorberPhysicalcompt - 2 -3.2 mm -1.87 mm 708 mum 232 keV 0 eV 1.2 mm 4.96 mmWAbsorberPhysicalcompt - 3 -4.39 mm -780 mum -725 mum 0 eV 69.5 keV 2.16 mm 7.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.39 mm -780 mum -725 mum 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.39 mm -778 mum -726 mum 0 eV 163 keV 34.4 mum 34.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 mm -1.87 mm 708 mum 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm -1.87 mm 709 mum 0 eV 106 keV 17.5 mum 17.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 mm -1.51 mm 606 mum 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 mm -1.51 mm 608 mum 0 eV 173 keV 37.8 mum 37.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 mm 1.33 mm-1e+03 mum 16.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 cm 8.59 mm -8.3 mm 0 eV 0 eV 1.53 cm 1.53 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 14, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 cm 8.59 mm -8.3 mm 7.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm 9.19 mm -8.38 mm 6.13 MeV 1.46 MeV 800 mum 800 mumWAbsorberPhysicaleBrem - 2 -1.27 cm 9.74 mm -1.01 cm 2.74 MeV 3.39 MeV 1.93 mm 2.73 mmWAbsorberPhysicaleIoni - 3 -1.28 cm 9.17 mm -1.08 cm 285 keV 2.45 MeV 1.26 mm 3.99 mmWAbsorberPhysicaleIoni - 4 -1.29 cm 9.17 mm -1.08 cm 0 eV 285 keV 78.5 mum 4.07 mmWAbsorberPhysicaleIoni - 5 -1.29 cm 9.17 mm -1.08 cm 0 eV 0 eV 0 fm 4.07 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 cm 9.17 mm -1.08 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm 9.96 mm -1.07 cm 198 keV 0 eV 2.34 mm 2.34 mmWAbsorberPhysicalcompt - 2 -1.49 cm 1.01 cm -1.07 cm 0 eV 69.5 keV 201 mum 2.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 cm 1.01 cm -1.07 cm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 cm 1.01 cm -1.07 cm 0 eV 128 keV 23.5 mum 23.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm 9.96 mm -1.07 cm 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm 9.96 mm -1.07 cm 0 eV 313 keV 92.6 mum 92.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 cm 9.17 mm -1.08 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm 8.66 mm -1.09 cm 373 keV 0 eV 1.52 mm 1.52 mmWAbsorberPhysicalcompt - 2 -1.03 cm 9.08 mm -1.01 cm 302 keV 0 eV 1.42 mm 2.94 mmWAbsorberPhysicalcompt - 3 -8.99 mm 8.05 mm -8.53 mm 0 eV 69.5 keV 2.3 mm 5.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.99 mm 8.05 mm -8.53 mm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.99 mm 8.05 mm -8.52 mm 0 eV 233 keV 59.8 mum 59.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm 9.08 mm -1.01 cm 70.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm 9.08 mm -1.01 cm 0 eV 70.8 keV 9.06 mum 9.06 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm 8.66 mm -1.09 cm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm 8.66 mm -1.09 cm 0 eV 138 keV 26.5 mum 26.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm 9.19 mm -8.38 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 9.53 mm -8.62 mm 0 eV 69.5 keV 612 mum 612 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 cm 9.53 mm -8.62 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 9.53 mm -8.62 mm 0 eV 101 keV 16 mum 16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 cm 8.59 mm -8.3 mm 7.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm 8.64 mm -8.41 mm 6.88 MeV 421 keV 216 mum 216 mumWAbsorberPhysicaleBrem - 2 -1.3 cm 8.55 mm -8.5 mm 4.49 MeV 830 keV 126 mum 342 mumWAbsorberPhysicaleBrem - 3 -1.33 cm 8.52 mm -8.66 mm 3.69 MeV 574 keV 336 mum 677 mumWAbsorberPhysicaleBrem - 4 -1.33 cm 8.47 mm -8.6 mm 3.25 MeV 150 keV 85.4 mum 763 mumWAbsorberPhysicaleBrem - 5 -1.33 cm 8.47 mm -8.6 mm 1.54 MeV 28.4 keV 17.7 mum 781 mumWAbsorberPhysicaleBrem - 6 -1.34 cm 8.47 mm -8.58 mm 0 eV 1.54 MeV 700 mum 1.48 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm 8.47 mm -8.6 mm 1.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm 8.94 mm -6.48 mm 427 keV 0 eV 5.23 mm 5.23 mmWAbsorberPhysicalcompt - 2 -1.82 cm 5.38 mm -4.82 mm 0 eV 69.5 keV 3.92 mm 9.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 cm 5.38 mm -4.82 mm 357 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.82 cm 5.37 mm -4.82 mm 0 eV 357 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 cm 8.94 mm -6.48 mm 1.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.82 cm 9.05 mm -6.6 mm 245 keV 475 keV 311 mum 311 mumWAbsorberPhysicaleBrem - 2 -1.82 cm 9.05 mm -6.61 mm 0 eV 245 keV 64.3 mum 376 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 cm 9.05 mm -6.6 mm 538 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 cm 8.98 mm -9.28 mm 482 keV 0 eV 2.82 mm 2.82 mmWAbsorberPhysicalcompt - 2 -1.69 cm 8.78 mm -9.74 mm 0 eV 69.5 keV 633 mum 3.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm 8.78 mm -9.74 mm 412 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm 8.77 mm -9.74 mm 0 eV 412 keV 137 mum 137 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 cm 8.98 mm -9.28 mm 56.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 cm 8.98 mm -9.28 mm 0 eV 56.8 keV 6.32 mum 6.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm 8.47 mm -8.6 mm 295 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 cm 8.62 mm -8.25 mm 0 eV 69.5 keV 1.04 mm 1.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.43 cm 8.62 mm -8.25 mm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 cm 8.62 mm -8.24 mm 0 eV 226 keV 57 mum 57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm 8.52 mm -8.66 mm 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 cm 8.01 mm -7.09 mm 0 eV 69.5 keV 1.99 mm 1.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 cm 8.01 mm -7.09 mm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 cm 8.01 mm -7.09 mm 0 eV 155 keV 31.8 mum 31.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm 8.55 mm -8.5 mm 1.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 cm 1.78 mm -1.75 cm 682 keV 0 eV 1.32 cm 1.32 cmWAbsorberPhysicalcompt - 2 -2.81 cm 3.61 mm -1.99 cm 379 keV 0 eV 8.73 mm 2.19 cmWAbsorberPhysicalcompt - 3 -3.02 cm 2.01 mm -1.84 cm 324 keV 0 eV 3.03 mm 2.5 cmWAbsorberPhysicalcompt - 4 -3.11 cm 2.12 mm -1.73 cm 0 eV 69.5 keV 1.48 mm 2.65 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.11 cm 2.12 mm -1.73 cm 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.11 cm 2.12 mm -1.73 cm 0 eV 255 keV 68.1 mum 68.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.02 cm 2.01 mm -1.84 cm 55.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.02 cm 2.01 mm -1.84 cm 0 eV 55.2 keV 6.03 mum 6.03 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.81 cm 3.61 mm -1.99 cm 303 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.81 cm 3.61 mm -1.99 cm 0 eV 303 keV 88.3 mum 88.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 cm 1.78 mm -1.75 cm 873 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 cm 1.78 mm -1.75 cm 523 keV 168 keV 105 mum 105 mumWAbsorberPhysicaleBrem - 2 -1.99 cm 1.79 mm -1.75 cm 0 eV 523 keV 189 mum 294 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 cm 1.78 mm -1.75 cm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.03 cm 3.4 mm -1.84 cm 0 eV 69.5 keV 1.89 mm 1.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.03 cm 3.4 mm -1.84 cm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.03 cm 3.4 mm -1.84 cm 0 eV 112 keV 19.1 mum 19.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm 8.64 mm -8.41 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 7.89 mm -9.65 mm 0 eV 69.5 keV 1.5 mm 1.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 cm 7.89 mm -9.65 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 7.89 mm -9.65 mm 0 eV 136 keV 26.1 mum 26.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -15.7 mum 41.4 mum -24.8 mum 13.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm 4.89 mm -3.21 mm 0 eV 0 eV 6.11 mm 6.11 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm 4.89 mm -3.21 mm 5.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 mm 5.03 mm -3.25 mm 3.53 MeV 543 keV 175 mum 175 mumWAbsorberPhysicaleBrem - 2 -1.96 mm 5.27 mm -3.42 mm 1.42 MeV 518 keV 307 mum 482 mumWAbsorberPhysicaleBrem - 3 -2.21 mm 5.27 mm -3.25 mm 0 eV 731 keV 452 mum 934 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.21 mm 5.27 mm -3.25 mm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 mm 1.07 cm -4.49 mm 0 eV 69.5 keV 6.46 mm 6.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.14 mm 1.07 cm -4.49 mm 265 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm 1.07 cm -4.49 mm 0 eV 265 keV 72.6 mum 72.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.21 mm 5.27 mm -3.25 mm 1.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.6 mm 1.14 mm -2.68 mm 701 keV 0 eV 4.19 mm 4.19 mmWAbsorberPhysicalcompt - 2 4.71 mm -7.25 mm 4.86 mm 552 keV 0 eV 1.34 cm 1.76 cmWAbsorberPhysicalcompt - 3 5.57 mm -8.13 mm 8.35 mm 0 eV 69.5 keV 3.7 mm 2.13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.57 mm -8.13 mm 8.35 mm 482 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.57 mm -8.13 mm 8.36 mm 0 eV 482 keV 170 mum 170 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.71 mm -7.25 mm 4.86 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.71 mm -7.25 mm 4.86 mm 0 eV 149 keV 30.1 mum 30.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.6 mm 1.14 mm -2.68 mm 680 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.61 mm 1.12 mm -2.68 mm 0 eV 680 keV 266 mum 266 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm 5.27 mm -3.42 mm 1.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm 9.98 mm -2.29 mm 0 eV 69.5 keV 4.85 mm 4.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm 9.98 mm -2.29 mm 1.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 mm 1.01 cm -2.36 mm 71.3 keV 1.28 MeV 580 mum 580 mumWAbsorberPhysicaleBrem - 2 -2.07 mm 1.01 cm -2.36 mm 0 eV 71.3 keV 9.17 mum 589 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 mm 1.01 cm -2.36 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 mm 1.05 cm -2.91 mm 0 eV 69.5 keV 750 mum 750 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 mm 1.05 cm -2.91 mm 96.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 mm 1.05 cm -2.91 mm 0 eV 96.8 keV 15 mum 15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 mm 5.03 mm -3.25 mm 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm 1.66 cm -1.04 cm 0 eV 69.5 keV 1.68 cm 1.68 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm 1.66 cm -1.04 cm 1.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm 1.66 cm -1.04 cm 0 eV 1.14 MeV 497 mum 497 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm 4.89 mm -3.21 mm 7.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 mm 4.91 mm -3.22 mm 5.02 MeV 51.6 keV 30.3 mum 30.3 mumWAbsorberPhysicaleBrem - 2 -2.36 mm 5.65 mm -2.22 mm 715 keV 2.64 MeV 1.62 mm 1.65 mmWAbsorberPhysicaleBrem - 3 -2.36 mm 5.64 mm -2.2 mm 0 eV 715 keV 284 mum 1.93 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm 5.65 mm -2.22 mm 1.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.06 mm -516 mum 9.35 mm 714 keV 0 eV 1.36 cm 1.36 cmWAbsorberPhysicalcompt - 2 -6.97 mm 1.09 mm 1.24 cm 589 keV 0 eV 3.56 mm 1.72 cmWAbsorberPhysicalcompt - 3 -7.78 mm 960 mum 1.41 cm 238 keV 0 eV 1.88 mm 1.91 cmWAbsorberPhysicalcompt - 4 -7.65 mm 709 mum 1.4 cm 234 keV 0 eV 289 mum 1.93 cmWAbsorberPhysicalcompt - 5 -7.13 mm -757 mum 1.41 cm 0 eV 69.5 keV 1.55 mm 2.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.13 mm -757 mum 1.41 cm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.13 mm -760 mum 1.41 cm 0 eV 165 keV 35 mum 35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.65 mm 709 mum 1.4 cm 3.39 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.65 mm 709 mum 1.4 cm 0 eV 3.39 keV 81.7 nm 81.7 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.78 mm 960 mum 1.41 cm 351 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.79 mm 962 mum 1.41 cm 0 eV 351 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.97 mm 1.09 mm 1.24 cm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.97 mm 1.09 mm 1.24 cm 0 eV 125 keV 22.7 mum 22.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.06 mm -516 mum 9.35 mm 951 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.07 mm -544 mum 9.37 mm 0 eV 951 keV 403 mum 403 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 mm 4.91 mm -3.22 mm 2.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.25 mm 1.11 cm -6.19 mm 247 keV 0 eV 7.27 mm 7.27 mmWAbsorberPhysicalcompt - 2 -2.91 mm 9.55 mm -6.36 mm 129 keV 0 eV 2.08 mm 9.35 mmWAbsorberPhysicalcompt - 3 -3.01 mm 1 cm -6.33 mm 0 eV 69.5 keV 504 mum 9.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.01 mm 1 cm -6.33 mm 59.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.01 mm 1 cm -6.33 mm 0 eV 59.7 keV 6.84 mum 6.84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 mm 9.55 mm -6.36 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm 9.55 mm -6.36 mm 0 eV 117 keV 20.5 mum 20.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.25 mm 1.11 cm -6.19 mm 1.79 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.28 mm 1.12 cm -6.22 mm 0 eV 1.79 MeV 826 mum 826 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 14.6 cm -11.9 cm 14.4 cm 47.3 MeV 0 eV 23.7 cm 23.7 cmLArgPhysicalTransportation - 2 90.6 cm -74.4 cm 89.7 cm 47.3 MeV 0 eV 1.24 m 1.48 mCryostatVolumesTransportation - 3 90.8 cm -74.5 cm 89.9 cm 47.3 MeV 0 eV 3.47 mm 1.48 mInsulationPhysicalTransportation - 4 95.8 cm -78.6 cm 94.8 cm 47.3 MeV 0 eV 8.1 cm 1.56 mCryostatVolumesTransportation - 5 95.9 cm -78.8 cm 95 cm 47.3 MeV 0 eV 2.89 mm 1.56 mMotherTransportation - 6 5 m -4.11 m 4.95 m 47.3 MeV 0 eV 6.58 m 8.15 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 21.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -12.2 cm -4.1 cm -6.42 cm 21.1 MeV 0 eV 14.4 cm 14.4 cmF2RodPhysicalTransportation - 2 -12.4 cm -4.17 cm -6.53 cm 21.1 MeV 0 eV 2.49 mm 14.6 cmF2LArGapPhysicalTransportation - 3 -12.4 cm -4.18 cm -6.55 cm 21.1 MeV 0 eV 417 mum 14.6 cmCuPlateBPhysicalTransportation - 4 -16.8 cm -5.64 cm -8.85 cm 21.1 MeV 0 eV 5.13 cm 19.8 cmLArgPhysicalTransportation - 5 -21.9 cm -7.38 cm -11.6 cm 21.1 MeV 0 eV 6.1 cm 25.9 cmBackExcluderTransportation - 6 -40.7 cm -13.7 cm -21.5 cm 21.1 MeV 0 eV 22.2 cm 48.1 cmLArgPhysicalTransportation - 7 -1.13 m -37.9 cm -59.5 cm 21.1 MeV 0 eV 84.9 cm 1.33 mCryostatVolumesTransportation - 8 -1.13 m -38 cm -59.6 cm 21.1 MeV 0 eV 3.13 mm 1.33 mInsulationPhysicalTransportation - 9 -1.19 m -40.1 cm -62.9 cm 21.1 MeV 0 eV 7.3 cm 1.41 mCryostatVolumesTransportation - 10 -1.19 m -40.2 cm -63 cm 21.1 MeV 0 eV 2.61 mm 1.41 mMotherTransportation - 11 -5 m -1.68 m -2.64 m 21.1 MeV 0 eV 4.49 m 5.9 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=37.7448 -Edep in FCAL1 FCAl2 : 0 37.7448 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2572 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 72 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 29.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -134 mum 271 mum 33.5 mum 26.3 MeV 619 keV 306 mum 306 mumWAbsorberPhysicaleBrem - 2 -347 mum 517 mum 106 mum 23.8 MeV 662 keV 333 mum 639 mumWAbsorberPhysicaleBrem - 3 -719 mum 845 mum 48.6 mum 14.5 MeV 1.66 MeV 511 mum 1.15 mmWAbsorberPhysicaleBrem - 4 -987 mum 3.19 mm -28.1 mum 4.28 MeV 5.06 MeV 2.34 mm 3.49 mmWAbsorberPhysicaleBrem - 5 -1.05 mm 3.48 mm 8.08 mum 3.36 MeV 643 keV 282 mum 3.77 mmWAbsorberPhysicaleBrem - 6 -1.03 mm 3.73 mm -188 mum 2.35 MeV 551 keV 336 mum 4.11 mmWAbsorberPhysicaleBrem - 7 -936 mum 3.72 mm -349 mum 0 eV 2.35 MeV 1.12 mm 5.22 mmWAbsorberPhysicaleIoni - 8 -936 mum 3.72 mm -349 mum 0 eV 0 eV 0 fm 5.22 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -936 mum 3.72 mm -349 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.08 mm -771 mum 558 mum 350 keV 0 eV 6.09 mm 6.09 mmWAbsorberPhysicalcompt - 2 4.02 mm -4.21 mm 7.43 mm 294 keV 0 eV 7.74 mm 1.38 cmWAbsorberPhysicalcompt - 3 4.58 mm -4.43 mm 7.83 mm 0 eV 69.5 keV 727 mum 1.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.58 mm -4.43 mm 7.83 mm 225 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.58 mm -4.43 mm 7.84 mm 0 eV 225 keV 56.8 mum 56.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.02 mm -4.21 mm 7.43 mm 55.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.02 mm -4.21 mm 7.43 mm 0 eV 55.5 keV 6.07 mum 6.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.08 mm -771 mum 558 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.08 mm -773 mum 556 mum 0 eV 161 keV 33.8 mum 33.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -936 mum 3.72 mm -349 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.67 mm 9.01 mm -1.42 mm 230 keV 0 eV 7.18 mm 7.18 mmWAbsorberPhysicalcompt - 2 -4.37 mm 9.05 mm -3.44 mm 0 eV 69.5 keV 2.4 mm 9.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.37 mm 9.05 mm -3.44 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.37 mm 9.06 mm -3.44 mm 0 eV 161 keV 33.7 mum 33.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.67 mm 9.01 mm -1.42 mm 281 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.67 mm 9.02 mm -1.42 mm 0 eV 281 keV 79 mum 79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 mm 3.73 mm -188 mum 466 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -427 mum 3.5 mm -970 mum 392 keV 0 eV 1.02 mm 1.02 mmWAbsorberPhysicalcompt - 2 641 mum 4.24 mm -2.18 mm 331 keV 0 eV 1.77 mm 2.79 mmWAbsorberPhysicalcompt - 3 3.82 mm 5.66 mm -2.41 mm 160 keV 0 eV 3.49 mm 6.28 mmWAbsorberPhysicalcompt - 4 3.49 mm 5.76 mm -2.16 mm 0 eV 69.5 keV 427 mum 6.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.49 mm 5.76 mm -2.16 mm 90.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.49 mm 5.76 mm -2.16 mm 0 eV 90.5 keV 13.5 mum 13.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.82 mm 5.66 mm -2.41 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.82 mm 5.66 mm -2.41 mm 0 eV 171 keV 37.4 mum 37.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 641 mum 4.24 mm -2.18 mm 60.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 641 mum 4.24 mm -2.18 mm 0 eV 60.6 keV 7.01 mum 7.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -427 mum 3.5 mm -970 mum 74.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -427 mum 3.5 mm -970 mum 0 eV 74.2 keV 9.78 mum 9.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm 3.48 mm 8.08 mum 275 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm 4.5 mm -613 mum 0 eV 69.5 keV 1.69 mm 1.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm 4.5 mm -613 mum 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm 4.5 mm -613 mum 0 eV 205 keV 49.4 mum 49.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -987 mum 3.19 mm -28.1 mum 5.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.55 mm 1.2 cm -1.7 mm 4.27 MeV 0 eV 1.06 cm 1.06 cmWAbsorberPhysicalcompt - 2 -1.82 cm 3.07 cm -789 mum 0 eV 0 eV 2.2 cm 3.26 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 25, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 cm 3.07 cm -789 mum 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.82 cm 3.07 cm -794 mum 0 eV 1.07 MeV 470 mum 470 mumWAbsorberPhysicaleIoni - 2 -1.82 cm 3.07 cm -794 mum 0 eV 0 eV 0 fm 470 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 cm 3.07 cm -794 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.93 mm 2.7 cm 4.45 mm 468 keV 0 eV 1.04 cm 1.04 cmWAbsorberPhysicalcompt - 2 -9.82 mm 2.69 cm 4.47 mm 338 keV 0 eV 111 mum 1.06 cmWAbsorberPhysicalcompt - 3 -8.64 mm 2.82 cm 5.51 mm 0 eV 69.5 keV 2.02 mm 1.26 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.64 mm 2.82 cm 5.51 mm 268 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.64 mm 2.82 cm 5.51 mm 0 eV 268 keV 73.9 mum 73.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.82 mm 2.69 cm 4.47 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.82 mm 2.69 cm 4.47 mm 0 eV 130 keV 24 mum 24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.93 mm 2.7 cm 4.45 mm 43.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.93 mm 2.7 cm 4.45 mm 0 eV 43.4 keV 4.05 mum 4.05 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 cm 3.07 cm -794 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.53 cm 3.39 cm -5.35 mm 0 eV 69.5 keV 9.07 mm 9.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.53 cm 3.39 cm -5.35 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.53 cm 3.39 cm -5.35 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 cm 3.07 cm -789 mum 2.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 cm 3.03 cm -291 mum 52.3 keV 2.12 MeV 1.02 mm 1.02 mmWAbsorberPhysicaleIoni - 2 -1.83 cm 3.03 cm -291 mum 0 eV 52.3 keV 5.5 mum 1.02 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.55 mm 1.2 cm -1.7 mm 857 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.56 mm 1.2 cm -1.72 mm 0 eV 857 keV 355 mum 355 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -719 mum 845 mum 48.6 mum 7.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.47 mm 1.01 cm -3.76 mm 6.82 MeV 0 eV 1.33 cm 1.33 cmWAbsorberPhysicalcompt - 2 -1.14 cm 1.19 cm -4.26 mm 444 keV 0 eV 2.66 mm 1.6 cmWAbsorberPhysicalcompt - 3 -1.14 cm 1.33 cm 3.94 mm 165 keV 0 eV 8.33 mm 2.43 cmWAbsorberPhysicalcompt - 4 -1.14 cm 1.33 cm 3.91 mm 0 eV 69.5 keV 30.3 mum 2.43 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm 1.33 cm 3.91 mm 95.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm 1.33 cm 3.91 mm 0 eV 95.9 keV 14.8 mum 14.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm 1.33 cm 3.94 mm 279 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm 1.33 cm 3.95 mm 0 eV 279 keV 78.2 mum 78.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm 1.19 cm -4.26 mm 6.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 1.19 cm -4.3 mm 5.92 MeV 189 keV 111 mum 111 mumWAbsorberPhysicaleBrem - 2 -1.07 cm 1.32 cm -4.88 mm 2.44 MeV 3.49 MeV 1.87 mm 1.98 mmWAbsorberPhysicaleIoni - 3 -1.08 cm 1.33 cm -4.92 mm 0 eV 2.44 MeV 1.13 mm 3.11 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm 1.19 cm -4.3 mm 265 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm 1.21 cm -4.41 mm 0 eV 69.5 keV 366 mum 366 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm 1.21 cm -4.41 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm 1.22 cm -4.41 mm 0 eV 195 keV 45.6 mum 45.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.47 mm 1.01 cm -3.76 mm 841 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.46 mm 1.01 cm -3.86 mm 76.2 keV 765 keV 342 mum 342 mumWAbsorberPhysicaleBrem - 2 -9.46 mm 1.01 cm -3.86 mm 0 eV 76.2 keV 10.2 mum 352 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -347 mum 517 mum 106 mum 1.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.01 mm 5.96 mm -199 mum 460 keV 0 eV 7.17 mm 7.17 mmWAbsorberPhysicalcompt - 2 -9.8 mm 3.05 mm -3.26 mm 0 eV 69.5 keV 6.39 mm 1.36 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.8 mm 3.05 mm -3.26 mm 391 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.8 mm 3.04 mm -3.26 mm 0 eV 391 keV 127 mum 127 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.01 mm 5.96 mm -199 mum 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.04 mm 6.02 mm -194 mum 0 eV 1.42 MeV 640 mum 640 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -134 mum 271 mum 33.5 mum 2.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm 2.11 mm 381 mum 1.82 MeV 0 eV 2.39 mm 2.39 mmWAbsorberPhysicalcompt - 2 -2.05 mm 2.55 mm 683 mum 594 keV 0 eV 686 mum 3.08 mmWAbsorberPhysicalcompt - 3 -4 mm 1.4 mm 2.04 mm 474 keV 0 eV 2.64 mm 5.71 mmWAbsorberPhysicalcompt - 4 -4.55 mm 1.42 mm 3.14 mm 0 eV 69.5 keV 1.23 mm 6.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.55 mm 1.42 mm 3.14 mm 404 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.56 mm 1.42 mm 3.14 mm 0 eV 404 keV 133 mum 133 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4 mm 1.4 mm 2.04 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4 mm 1.39 mm 2.04 mm 0 eV 120 keV 21.2 mum 21.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 mm 2.55 mm 683 mum 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.08 mm 2.59 mm 699 mum 0 eV 1.22 MeV 541 mum 541 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm 2.11 mm 381 mum 427 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm 2.12 mm 374 mum 0 eV 427 keV 144 mum 144 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.65 cm -17.3 cm 26.3 cm 40.7 MeV 0 eV 32.6 cm 32.6 cmLArgPhysicalTransportation - 2 39.8 cm -79.5 cm 1.21 m 40.7 MeV 0 eV 1.18 m 1.5 mCryostatVolumesTransportation - 3 39.9 cm -79.7 cm 1.21 m 40.7 MeV 0 eV 3.54 mm 1.51 mInsulationPhysicalTransportation - 4 42.1 cm -84.1 cm 1.28 m 40.7 MeV 0 eV 8.25 cm 1.59 mCryostatVolumesTransportation - 5 42.2 cm -84.3 cm 1.28 m 40.7 MeV 0 eV 2.95 mm 1.59 mMotherTransportation - 6 2.5 m -5 m 7.61 m 40.7 MeV 0 eV 7.85 m 9.44 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.05 mm -6.98 mm -6.59 cm 35.3 MeV 0 eV 6.69 cm 6.69 cmCuPlateBPhysicalTransportation - 2 1.25 cm -9.62 mm -9.08 cm 35.3 MeV 0 eV 2.53 cm 9.22 cmLArgPhysicalTransportation - 3 1.59 cm -1.23 cm -11.6 cm 35.3 MeV 0 eV 2.54 cm 11.8 cmBackExcluderTransportation - 4 16 cm -12.3 cm -1.16 m 35.3 MeV 0 eV 1.06 m 1.18 mLArgPhysicalTransportation - 5 17.3 cm -13.4 cm -1.26 m 35.3 MeV 0 eV 10.2 cm 1.28 mCryostatVolumesTransportation - 6 17.4 cm -13.4 cm -1.27 m 35.3 MeV 0 eV 3.02 mm 1.28 mInsulationPhysicalTransportation - 7 18.3 cm -14.1 cm -1.33 m 35.3 MeV 0 eV 7.04 cm 1.35 mCryostatVolumesTransportation - 8 18.4 cm -14.2 cm -1.34 m 35.3 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 9 25.7 cm -19.8 cm -1.87 m 35.3 MeV 0 eV 54 cm 1.9 mBigScintPhysicalTransportation - 10 25.9 cm -20 cm -1.89 m 35.3 MeV 0 eV 2.03 cm 1.92 mMotherTransportation - 11 26.8 cm -20.7 cm -1.95 m 35.3 MeV 0 eV 6.09 cm 1.98 mBigIronPhysicalTransportation - 12 28.1 cm -21.7 cm -2.05 m 35.3 MeV 0 eV 10.1 cm 2.08 mMotherTransportation - 13 28.4 cm -21.9 cm -2.07 m 35.3 MeV 0 eV 2.03 cm 2.1 mBigScintPhysicalTransportation - 14 28.7 cm -22.1 cm -2.09 m 35.3 MeV 0 eV 2.03 cm 2.12 mMotherTransportation - 15 29.4 cm -22.7 cm -2.14 m 35.3 MeV 0 eV 5.07 cm 2.17 mBigIronPhysicalTransportation - 16 30.7 cm -23.7 cm -2.24 m 35.3 MeV 0 eV 10.1 cm 2.27 mMotherTransportation - 17 31.3 cm -24.2 cm -2.28 m 35.3 MeV 0 eV 4.06 cm 2.31 mBigScintPhysicalTransportation - 18 31.6 cm -24.4 cm -2.3 m 35.3 MeV 0 eV 2.03 cm 2.33 mMotherTransportation - 19 40.5 cm -31.3 cm -2.95 m 35.3 MeV 0 eV 66 cm 2.99 mConcWallAPhysicalTransportation - 20 62.5 cm -48.2 cm -4.55 m 35.3 MeV 0 eV 1.62 m 4.62 mConcWallBPhysicalTransportation - 21 84.4 cm -65.1 cm -6.15 m 35.3 MeV 0 eV 1.62 m 6.24 mMotherTransportation - 22 4.53 m -3.5 m -33 m 35.3 MeV 0 eV 27.3 m 33.5 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=30.2116 -Edep in FCAL1 FCAl2 : 0 30.2116 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2573 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 73 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 34.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 32.9 mum 24.3 mum -40.7 mum 32.4 MeV 135 keV 57.8 mum 57.8 mumWAbsorberPhysicaleBrem - 2 447 mum 427 mum -970 mum 28.9 MeV 3.34 MeV 1.09 mm 1.15 mmWAbsorberPhysicaleBrem - 3 455 mum 441 mum -990 mum 28.7 MeV 34.7 keV 25.9 mum 1.17 mmWAbsorberPhysicaleBrem - 4 527 mum 595 mum -1.17 mm 25.3 MeV 452 keV 246 mum 1.42 mmWAbsorberPhysicaleIoni - 5 661 mum 776 mum -1.41 mm 23.9 MeV 651 keV 330 mum 1.75 mmWAbsorberPhysicaleBrem - 6 864 mum 1.08 mm -2.07 mm 19.5 MeV 2.17 MeV 769 mum 2.52 mmWAbsorberPhysicaleBrem - 7 846 mum 1.19 mm -2.49 mm 18.5 MeV 691 keV 426 mum 2.95 mmWAbsorberPhysicaleBrem - 8 649 mum 1.07 mm -2.96 mm 16.1 MeV 1.47 MeV 552 mum 3.5 mmWAbsorberPhysicaleBrem - 9 359 mum 759 mum -3.5 mm 7.11 MeV 1.33 MeV 727 mum 4.22 mmWAbsorberPhysicaleBrem - 10 731 mum -18.5 mum -4.23 mm 4.03 MeV 2.59 MeV 1.37 mm 5.6 mmWAbsorberPhysicaleBrem - 11 273 mum -803 mum -4.47 mm 1.97 MeV 1.92 MeV 1.1 mm 6.7 mmWAbsorberPhysicaleBrem - 12 133 mum -686 mum -4.63 mm 879 keV 641 keV 301 mum 7 mmWAbsorberPhysicaleBrem - 13 105 mum -711 mum -4.65 mm 0 eV 879 keV 368 mum 7.37 mmWAbsorberPhysicaleIoni - 14 105 mum -711 mum -4.65 mm 0 eV 0 eV 0 fm 7.37 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 105 mum -711 mum -4.65 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 mm -3.32 mm -1.87 mm 181 keV 0 eV 4.24 mm 4.24 mmWAbsorberPhysicalcompt - 2 1.27 mm -3.11 mm -2.21 mm 0 eV 69.5 keV 797 mum 5.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 mm -3.11 mm -2.21 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 mm -3.11 mm -2.21 mm 0 eV 112 keV 19 mum 19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 mm -3.32 mm -1.87 mm 330 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 mm -3.32 mm -1.86 mm 0 eV 330 keV 99.8 mum 99.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 105 mum -711 mum -4.65 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 27.8 mum -603 mum -4.77 mm 231 keV 0 eV 176 mum 176 mumWAbsorberPhysicalcompt - 2 -569 mum -425 mum -3.85 mm 0 eV 69.5 keV 1.11 mm 1.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -569 mum -425 mum -3.85 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -570 mum -426 mum -3.85 mm 0 eV 162 keV 34.1 mum 34.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 27.8 mum -603 mum -4.77 mm 280 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 26.8 mum -600 mum -4.77 mm 0 eV 280 keV 78.5 mum 78.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 133 mum -686 mum -4.63 mm 446 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.41 mm -2.68 mm -6.33 mm 230 keV 0 eV 3.65 mm 3.65 mmWAbsorberPhysicalcompt - 2 -2.46 mm -2.97 mm -5.82 mm 0 eV 69.5 keV 598 mum 4.25 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.46 mm -2.97 mm -5.82 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 mm -2.98 mm -5.82 mm 0 eV 161 keV 33.7 mum 33.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 mm -2.68 mm -6.33 mm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.41 mm -2.68 mm -6.34 mm 0 eV 216 keV 53.4 mum 53.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 273 mum -803 mum -4.47 mm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 42.1 mum -1.04 mm -4.63 mm 0 eV 69.5 keV 369 mum 369 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 42.1 mum -1.04 mm -4.63 mm 82 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 41.2 mum -1.04 mm -4.63 mm 0 eV 82 keV 11.5 mum 11.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 731 mum -18.5 mum -4.23 mm 483 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.18 mm -857 mum -1.33 cm 0 eV 69.5 keV 9.58 mm 9.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.18 mm -857 mum -1.33 cm 413 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.18 mm -856 mum -1.33 cm 0 eV 413 keV 137 mum 137 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 359 mum 759 mum -3.5 mm 7.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.4 mm -1.18 mm -6.93 mm 0 eV 0 eV 5.45 mm 5.45 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.4 mm -1.18 mm -6.93 mm 5.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.72 mm -2.18 mm -6.68 mm 2.91 MeV 2.01 MeV 1.21 mm 1.21 mmWAbsorberPhysicaleBrem - 2 -4.28 mm -1.65 mm -7.13 mm 728 keV 2.04 MeV 1.17 mm 2.38 mmWAbsorberPhysicaleBrem - 3 -4.26 mm -1.66 mm -7.11 mm 0 eV 728 keV 291 mum 2.67 mmWAbsorberPhysicaleIoni - 4 -4.26 mm -1.66 mm -7.11 mm 0 eV 0 eV 0 fm 2.67 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.26 mm -1.66 mm -7.11 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.61 cm 4.82 mm 8.75 mm 0 eV 69.5 keV 2.77 cm 2.77 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.61 cm 4.82 mm 8.75 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.61 cm 4.83 mm 8.75 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.26 mm -1.66 mm -7.11 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.61 mm -1.86 mm -7.58 mm 403 keV 0 eV 826 mum 826 mumWAbsorberPhysicalcompt - 2 -3.32 mm -1.68 mm -8.47 mm 372 keV 0 eV 955 mum 1.78 mmWAbsorberPhysicalcompt - 3 -3.37 mm -1.58 mm -8.85 mm 0 eV 69.5 keV 390 mum 2.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.37 mm -1.58 mm -8.85 mm 303 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.38 mm -1.59 mm -8.85 mm 0 eV 303 keV 88.1 mum 88.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.32 mm -1.68 mm -8.47 mm 30.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.32 mm -1.68 mm -8.47 mm 0 eV 30.8 keV 2.3 mum 2.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.61 mm -1.86 mm -7.58 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.61 mm -1.86 mm -7.58 mm 0 eV 108 keV 18 mum 18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.28 mm -1.65 mm -7.13 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.97 mm -2.1 mm -6.77 mm 0 eV 69.5 keV 657 mum 657 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.97 mm -2.1 mm -6.77 mm 70 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.97 mm -2.1 mm -6.77 mm 0 eV 70 keV 8.91 mum 8.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.72 mm -2.18 mm -6.68 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.62 mm -2.07 mm -6.79 mm 142 keV 0 eV 189 mum 189 mumWAbsorberPhysicalcompt - 2 -4.48 mm -906 mum -7.11 mm 134 keV 0 eV 1.48 mm 1.67 mmWAbsorberPhysicalcompt - 3 -4.47 mm -671 mum -7.18 mm 0 eV 69.5 keV 245 mum 1.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.47 mm -671 mum -7.18 mm 64.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.47 mm -671 mum -7.18 mm 0 eV 64.1 keV 7.67 mum 7.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.48 mm -906 mum -7.11 mm 8.18 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.48 mm -906 mum -7.11 mm 0 eV 8.18 keV 286 nm 286 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.62 mm -2.07 mm -6.79 mm 34.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.62 mm -2.07 mm -6.79 mm 0 eV 34.8 keV 2.83 mum 2.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.4 mm -1.18 mm -6.93 mm 1.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.33 mm -1.16 mm -7.15 mm 730 keV 692 keV 365 mum 365 mumWAbsorberPhysicaleBrem - 2 -3.33 mm -1.18 mm -7.14 mm 0 eV 730 keV 291 mum 656 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.33 mm -1.16 mm -7.15 mm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm -1.18 mm -7.08 mm 0 eV 69.5 keV 79.6 mum 79.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.3 mm -1.18 mm -7.08 mm 88.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm -1.18 mm -7.08 mm 0 eV 88.7 keV 13.1 mum 13.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 649 mum 1.07 mm -2.96 mm 860 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.53 mm -1.65 mm -1.37 cm 0 eV 69.5 keV 1.27 cm 1.27 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.53 mm -1.65 mm -1.37 cm 790 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.55 mm -1.66 mm -1.37 cm 0 eV 790 keV 321 mum 321 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 846 mum 1.19 mm -2.49 mm 315 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 828 mum 1.19 mm -2.53 mm 0 eV 69.5 keV 43.7 mum 43.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 828 mum 1.19 mm -2.53 mm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 825 mum 1.19 mm -2.53 mm 0 eV 246 keV 64.7 mum 64.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 864 mum 1.08 mm -2.07 mm 2.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 mm 6.17 mm -1.32 cm 1.15 MeV 0 eV 1.25 cm 1.25 cmWAbsorberPhysicalcompt - 2 -9.76 mm 1.3 cm -1.87 cm 724 keV 0 eV 1.2 cm 2.44 cmWAbsorberPhysicalcompt - 3 -1 cm 1.7 cm -2.01 cm 0 eV 69.5 keV 4.21 mm 2.86 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 cm 1.7 cm -2.01 cm 655 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm 1.7 cm -2.01 cm 457 keV 48.2 keV 22.3 mum 22.3 mumWAbsorberPhysicaleBrem - 2 -1 cm 1.7 cm -2.01 cm 0 eV 457 keV 158 mum 180 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 cm 1.7 cm -2.01 cm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.91 mm 1.71 cm -2.02 cm 0 eV 69.5 keV 179 mum 179 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.91 mm 1.71 cm -2.02 cm 79.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.91 mm 1.71 cm -2.02 cm 0 eV 79.9 keV 11 mum 11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.76 mm 1.3 cm -1.87 cm 429 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.77 mm 1.3 cm -1.87 cm 0 eV 429 keV 145 mum 145 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm 6.17 mm -1.32 cm 1.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 mm 6.04 mm -1.32 cm 515 keV 453 keV 252 mum 252 mumWAbsorberPhysicaleBrem - 2 -1.67 mm 6.04 mm -1.32 cm 0 eV 515 keV 185 mum 437 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 mm 6.04 mm -1.32 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm 6.01 mm -1.3 cm 0 eV 69.5 keV 228 mum 228 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm 6.01 mm -1.3 cm 85.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm 6.01 mm -1.3 cm 0 eV 85.1 keV 12.2 mum 12.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 661 mum 776 mum -1.41 mm 764 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm 6.01 mm -8.84 mm 700 keV 0 eV 9.19 mm 9.19 mmWAbsorberPhysicalcompt - 2 1.93 mm 6.33 mm -9.79 mm 377 keV 0 eV 1.01 mm 1.02 cmWAbsorberPhysicalcompt - 3 3.13 mm 7.77 mm -1.01 cm 0 eV 69.5 keV 1.91 mm 1.21 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.13 mm 7.77 mm -1.01 cm 307 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.14 mm 7.78 mm -1.01 cm 0 eV 307 keV 90 mum 90 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 mm 6.33 mm -9.79 mm 323 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 mm 6.33 mm -9.8 mm 0 eV 323 keV 96.7 mum 96.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 mm 6.01 mm -8.84 mm 64.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm 6.01 mm -8.84 mm 0 eV 64.4 keV 7.72 mum 7.72 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 527 mum 595 mum -1.17 mm 2.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 296 mum 1.01 mm -1.33 mm 1.61 MeV 1.03 MeV 689 mum 689 mumWAbsorberPhysicaleBrem - 2 253 mum 1.01 mm -1.29 mm 962 keV 113 keV 75.3 mum 765 mumWAbsorberPhysicaleBrem - 3 268 mum 1.03 mm -1.26 mm 0 eV 962 keV 408 mum 1.17 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 253 mum 1.01 mm -1.29 mm 540 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 mm 2.18 mm 983 mum 183 keV 0 eV 2.73 mm 2.73 mmWAbsorberPhysicalcompt - 2 209 mum 1.99 mm 209 mum 0 eV 69.5 keV 1.29 mm 4.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 209 mum 1.99 mm 209 mum 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 210 mum 1.98 mm 210 mum 0 eV 114 keV 19.6 mum 19.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 mm 2.18 mm 983 mum 357 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 mm 2.18 mm 990 mum 0 eV 357 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 296 mum 1.01 mm -1.33 mm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -61.4 mum 1.16 mm -1.33 mm 0 eV 69.5 keV 391 mum 391 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -61.4 mum 1.16 mm -1.33 mm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -63 mum 1.17 mm -1.33 mm 0 eV 173 keV 38 mum 38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 455 mum 441 mum -990 mum 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 613 mum 727 mum -1.39 mm 0 eV 69.5 keV 516 mum 516 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 613 mum 727 mum -1.39 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 612 mum 728 mum -1.39 mm 0 eV 128 keV 23.5 mum 23.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 447 mum 427 mum -970 mum 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 523 mum 561 mum -1.17 mm 0 eV 69.5 keV 253 mum 253 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 523 mum 561 mum -1.17 mm 40.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 523 mum 561 mum -1.17 mm 0 eV 40.2 keV 3.55 mum 3.55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 32.9 mum 24.3 mum -40.7 mum 1.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.26 mm 5.1 mm -7.67 mm 548 keV 0 eV 1.01 cm 1.01 cmWAbsorberPhysicalcompt - 2 4.31 mm 4.62 mm -8.32 mm 444 keV 0 eV 813 mum 1.09 cmWAbsorberPhysicalcompt - 3 5.71 mm 4.3 mm -1.06 cm 276 keV 0 eV 2.72 mm 1.36 cmWAbsorberPhysicalcompt - 4 5.36 mm 2.89 mm -1.12 cm 0 eV 69.5 keV 1.56 mm 1.52 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.36 mm 2.89 mm -1.12 cm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.35 mm 2.88 mm -1.12 cm 0 eV 206 keV 49.7 mum 49.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.71 mm 4.3 mm -1.06 cm 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.71 mm 4.3 mm -1.06 cm 0 eV 168 keV 36.2 mum 36.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.31 mm 4.62 mm -8.32 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.31 mm 4.62 mm -8.32 mm 0 eV 104 keV 16.9 mum 16.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 mm 5.1 mm -7.67 mm 1.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.09 mm 5.24 mm -7.74 mm 504 keV 742 keV 411 mum 411 mumWAbsorberPhysicaleBrem - 2 4.08 mm 5.23 mm -7.73 mm 0 eV 504 keV 180 mum 591 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.09 mm 5.24 mm -7.74 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.15 mm 4.88 mm -7.5 mm 0 eV 69.5 keV 438 mum 438 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.15 mm 4.88 mm -7.5 mm 46.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.15 mm 4.88 mm -7.5 mm 0 eV 46.8 keV 4.58 mum 4.58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.15 cm -19.2 cm 14.4 cm 41.1 MeV 0 eV 24.3 cm 24.3 cmFCALEnvelopePhysicalTransportation - 2 3.71 cm -22.7 cm 17 cm 41.1 MeV 0 eV 4.33 cm 28.6 cmLArgPhysicalTransportation - 3 16 cm -97.5 cm 73.2 cm 41.1 MeV 0 eV 94.4 cm 1.23 mMotherTransportation - 4 81.9 cm -5 m 3.75 m 41.1 MeV 0 eV 5.08 m 6.3 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 29.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -19.7 cm 13.4 cm 327 mum 29.7 MeV 0 eV 23.9 cm 23.9 cmLArgPhysicalTransportation - 2 -1.27 m 86.9 cm 2.12 mm 29.7 MeV 0 eV 1.3 m 1.54 mCryostatVolumesTransportation - 3 -1.28 m 87.1 cm 2.12 mm 29.7 MeV 0 eV 3.63 mm 1.55 mInsulationPhysicalTransportation - 4 -1.35 m 91.8 cm 2.24 mm 29.7 MeV 0 eV 8.47 cm 1.63 mCryostatVolumesTransportation - 5 -1.35 m 92 cm 2.24 mm 29.7 MeV 0 eV 3.03 mm 1.63 mMotherTransportation - 6 -5 m 3.41 m 8.3 mm 29.7 MeV 0 eV 4.42 m 6.05 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=35.4222 -Edep in FCAL1 FCAl2 : 0 35.4222 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2574 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 74 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.69 mm 626 mum 2.19 mm 27.4 MeV 7.46 MeV 3.06 mm 3.06 mmWAbsorberPhysicaleBrem - 2 1.75 mm 775 mum 2.86 mm 21.7 MeV 1.28 MeV 690 mum 3.75 mmWAbsorberPhysicaleBrem - 3 1.89 mm 930 mum 3.75 mm 18.6 MeV 2.11 MeV 920 mum 4.67 mmWAbsorberPhysicaleBrem - 4 2.04 mm 1.09 mm 4.23 mm 14.1 MeV 965 keV 523 mum 5.19 mmWAbsorberPhysicaleBrem - 5 2.12 mm 1.06 mm 4.52 mm 13 MeV 673 keV 315 mum 5.51 mmWAbsorberPhysicaleBrem - 6 2.22 mm 953 mum 4.72 mm 12 MeV 475 keV 247 mum 5.75 mmWAbsorberPhysicaleBrem - 7 2.4 mm 843 mum 5.06 mm 10.2 MeV 932 keV 426 mum 6.18 mmWAbsorberPhysicaleBrem - 8 2.84 mm 55.5 mum 5.11 mm 4.4 MeV 2.6 MeV 1.18 mm 7.36 mmWAbsorberPhysicaleBrem - 9 2.9 mm -625 mum 4.78 mm 928 keV 2.28 MeV 861 mum 8.22 mmWAbsorberPhysicaleBrem - 10 2.92 mm -611 mum 4.74 mm 0 eV 928 keV 394 mum 8.62 mmWAbsorberPhysicaleIoni - 11 2.92 mm -611 mum 4.74 mm 0 eV 0 eV 0 fm 8.62 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 mm -611 mum 4.74 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.97 mm 50.7 mum 3.3 mm 292 keV 0 eV 2.59 mm 2.59 mmWAbsorberPhysicalcompt - 2 4.77 mm -7.73 mum 2.7 mm 0 eV 69.5 keV 636 mum 3.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.77 mm -7.73 mum 2.7 mm 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.76 mm -7.48 mum 2.7 mm 0 eV 223 keV 55.9 mum 55.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.97 mm 50.7 mum 3.3 mm 219 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.97 mm 52 mum 3.3 mm 0 eV 219 keV 54.5 mum 54.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 mm -611 mum 4.74 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm -996 mum 5.58 mm 0 eV 69.5 keV 1.51 mm 1.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 mm -996 mum 5.58 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm -1 mm 5.59 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.9 mm -625 mum 4.78 mm 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 cm 8.79 mm -2.19 cm 979 keV 0 eV 3.14 cm 3.14 cmWAbsorberPhysicalcompt - 2 1.67 cm 1.2 cm -3 cm 945 keV 0 eV 8.72 mm 4.02 cmWAbsorberPhysicalcompt - 3 1.62 cm 1.33 cm -3.6 cm 833 keV 0 eV 6.09 mm 4.63 cmWAbsorberPhysicalcompt - 4 1.66 cm 1.35 cm -3.75 cm 749 keV 0 eV 1.59 mm 4.78 cmWAbsorberPhysicalcompt - 5 1.65 cm 1.35 cm -4 cm 601 keV 0 eV 2.49 mm 5.03 cmWAbsorberPhysicalcompt - 6 1.64 cm 1.33 cm -4.03 cm 414 keV 0 eV 380 mum 5.07 cmWAbsorberPhysicalcompt - 7 1.79 cm 1.11 cm -4.17 cm 0 eV 69.5 keV 3.05 mm 5.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.79 cm 1.11 cm -4.17 cm 344 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.79 cm 1.11 cm -4.17 cm 0 eV 344 keV 106 mum 106 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 cm 1.33 cm -4.03 cm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 cm 1.33 cm -4.03 cm 0 eV 188 keV 43 mum 43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 cm 1.35 cm -4 cm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 cm 1.35 cm -4 cm 0 eV 148 keV 29.7 mum 29.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 cm 1.35 cm -3.75 cm 84 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 cm 1.35 cm -3.75 cm 0 eV 84 keV 12 mum 12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.62 cm 1.33 cm -3.6 cm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.62 cm 1.33 cm -3.6 cm 0 eV 111 keV 18.9 mum 18.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 1.2 cm -3 cm 34.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm 1.2 cm -3 cm 0 eV 34.7 keV 2.81 mum 2.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 cm 8.79 mm -2.19 cm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 cm 8.79 mm -2.19 cm 0 eV 211 keV 51.5 mum 51.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.84 mm 55.5 mum 5.11 mm 3.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.93 mm -990 mum 1.73 mm 2.28 MeV 0 eV 4.7 mm 4.7 mmWAbsorberPhysicalcompt - 2 2.37 cm -1.2 cm -9.34 mm 364 keV 0 eV 2.37 cm 2.84 cmWAbsorberPhysicalcompt - 3 2.38 cm -6.54 mm -1.22 cm 0 eV 69.5 keV 6.21 mm 3.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.38 cm -6.54 mm -1.22 cm 295 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.38 cm -6.54 mm -1.22 cm 0 eV 295 keV 84.7 mum 84.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.37 cm -1.2 cm -9.34 mm 1.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 cm -1.19 cm -9.39 mm 845 keV 788 keV 488 mum 488 mumWAbsorberPhysicaleBrem - 2 2.4 cm -1.19 cm -9.37 mm 0 eV 845 keV 349 mum 838 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.4 cm -1.19 cm -9.39 mm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 cm -1.19 cm -9.47 mm 0 eV 69.5 keV 430 mum 430 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.36 cm -1.19 cm -9.47 mm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 cm -1.19 cm -9.47 mm 0 eV 216 keV 53.3 mum 53.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.93 mm -990 mum 1.73 mm 955 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.94 mm -981 mum 1.69 mm 0 eV 955 keV 405 mum 405 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.4 mm 843 mum 5.06 mm 868 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.91 mm -546 mum 7.65 mm 238 keV 0 eV 3.87 mm 3.87 mmWAbsorberPhysicalcompt - 2 5.33 mm -298 mum 5.68 mm 0 eV 69.5 keV 2.03 mm 5.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.33 mm -298 mum 5.68 mm 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.33 mm -299 mum 5.68 mm 0 eV 168 keV 36.3 mum 36.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.91 mm -546 mum 7.65 mm 630 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.92 mm -553 mum 7.67 mm 0 eV 630 keV 241 mum 241 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 mm 953 mum 4.72 mm 479 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.58 mm -2.76 mm 1.02 cm 321 keV 0 eV 7.94 mm 7.94 mmWAbsorberPhysicalcompt - 2 7.25 mm -2.61 mm 1.03 cm 0 eV 69.5 keV 686 mum 8.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.25 mm -2.61 mm 1.03 cm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.26 mm -2.6 mm 1.03 cm 16.4 keV 235 keV 55.5 mum 55.5 mumWAbsorberPhysicaleBrem - 2 7.26 mm -2.6 mm 1.03 cm 0 eV 16.4 keV 831 nm 56.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.58 mm -2.76 mm 1.02 cm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.58 mm -2.76 mm 1.02 cm 0 eV 157 keV 32.6 mum 32.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 mm 1.06 mm 4.52 mm 430 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.43 mm 853 mum 5.08 mm 174 keV 0 eV 671 mum 671 mumWAbsorberPhysicalcompt - 2 1.51 mm 849 mum 4.68 mm 0 eV 69.5 keV 1 mm 1.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 mm 849 mum 4.68 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 mm 848 mum 4.68 mm 0 eV 104 keV 17 mum 17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.43 mm 853 mum 5.08 mm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.43 mm 852 mum 5.09 mm 0 eV 257 keV 69 mum 69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 mm 1.09 mm 4.23 mm 3.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.41 mm 2.37 mm 2.95 cm 292 keV 0 eV 2.55 cm 2.55 cmWAbsorberPhysicalcompt - 2 4.73 mm -242 mum 2.77 cm 0 eV 69.5 keV 3.21 mm 2.87 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.73 mm -242 mum 2.77 cm 222 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.73 mm -244 mum 2.77 cm 0 eV 222 keV 55.8 mum 55.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.41 mm 2.37 mm 2.95 cm 3.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.41 mm 2.37 mm 2.95 cm 2.56 MeV 2.11 keV 2.74 mum 2.74 mumWAbsorberPhysicaleBrem - 2 5.44 mm 2.36 mm 2.96 cm 2.22 MeV 128 keV 91.2 mum 93.9 mumWAbsorberPhysicaleBrem - 3 5.53 mm 2.52 mm 2.95 cm 762 keV 392 keV 241 mum 335 mumWAbsorberPhysicaleBrem - 4 5.61 mm 2.54 mm 2.95 cm 411 keV 247 keV 158 mum 493 mumWAbsorberPhysicaleBrem - 5 5.61 mm 2.55 mm 2.95 cm 0 eV 411 keV 136 mum 629 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.61 mm 2.54 mm 2.95 cm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.55 mm 2.66 mm 2.97 cm 0 eV 69.5 keV 195 mum 195 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.55 mm 2.66 mm 2.97 cm 34.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.55 mm 2.66 mm 2.97 cm 0 eV 34.3 keV 2.76 mum 2.76 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.53 mm 2.52 mm 2.95 cm 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.41 cm 3.3 cm 3.15 cm 900 keV 0 eV 3.58 cm 3.58 cmWAbsorberPhysicalcompt - 2 3.37 cm 5.53 cm 4.34 cm 830 keV 0 eV 2.71 cm 6.28 cmWAbsorberPhysicalcompt - 3 3.5 cm 7.21 cm 5.48 cm 787 keV 0 eV 2.03 cm 8.31 cmWAbsorberPhysicalcompt - 4 3.36 cm 8.34 cm 5.97 cm 576 keV 0 eV 1.24 cm 9.55 cmWAbsorberPhysicalcompt - 5 3.05 cm 8.58 cm 6.14 cm 508 keV 0 eV 4.3 mm 9.98 cmWAbsorberPhysicalcompt - 6 2.97 cm 8.8 cm 6.24 cm 367 keV 0 eV 2.53 mm 10.2 cmWAbsorberPhysicalcompt - 7 3 cm 8.86 cm 6.38 cm 288 keV 0 eV 1.6 mm 10.4 cmWAbsorberPhysicalcompt - 8 3.02 cm 9.02 cm 6.42 cm 0 eV 69.5 keV 1.58 mm 10.6 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.02 cm 9.02 cm 6.42 cm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.02 cm 9.02 cm 6.42 cm 0 eV 218 keV 54.2 mum 54.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3 cm 8.86 cm 6.38 cm 78.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3 cm 8.86 cm 6.38 cm 0 eV 78.9 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.97 cm 8.8 cm 6.24 cm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 cm 8.8 cm 6.24 cm 0 eV 141 keV 27.7 mum 27.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.05 cm 8.58 cm 6.14 cm 68.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.05 cm 8.58 cm 6.14 cm 0 eV 68.2 keV 8.53 mum 8.53 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.36 cm 8.34 cm 5.97 cm 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 cm 8.34 cm 5.97 cm 0 eV 210 keV 51.2 mum 51.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.5 cm 7.21 cm 5.48 cm 43.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.5 cm 7.21 cm 5.48 cm 0 eV 43.7 keV 4.11 mum 4.11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.37 cm 5.53 cm 4.34 cm 69.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.37 cm 5.53 cm 4.34 cm 0 eV 69.9 keV 8.88 mum 8.88 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.41 cm 3.3 cm 3.15 cm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.41 cm 3.3 cm 3.15 cm 0 eV 170 keV 36.8 mum 36.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.44 mm 2.36 mm 2.96 cm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.45 mm 2.47 mm 2.94 cm 0 eV 69.5 keV 181 mum 181 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.45 mm 2.47 mm 2.94 cm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.46 mm 2.47 mm 2.94 cm 0 eV 141 keV 27.6 mum 27.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.41 mm 2.37 mm 2.95 cm 661 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.51 mm 2.45 mm 2.99 cm 203 keV 0 eV 421 mum 421 mumWAbsorberPhysicalcompt - 2 5.41 mm 2.14 mm 2.97 cm 0 eV 69.5 keV 396 mum 817 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.41 mm 2.14 mm 2.97 cm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.41 mm 2.13 mm 2.97 cm 0 eV 134 keV 25.3 mum 25.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.51 mm 2.45 mm 2.99 cm 457 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.51 mm 2.45 mm 2.99 cm 0 eV 457 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 mm 930 mum 3.75 mm 983 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.81 mm 1.93 mm 8.58 mm 522 keV 0 eV 5.02 mm 5.02 mmWAbsorberPhysicalcompt - 2 5.07 mm 2.25 mm 9.47 mm 0 eV 69.5 keV 2.45 mm 7.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.07 mm 2.25 mm 9.47 mm 453 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.07 mm 2.24 mm 9.46 mm 0 eV 453 keV 156 mum 156 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.81 mm 1.93 mm 8.58 mm 461 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.8 mm 1.93 mm 8.59 mm 0 eV 461 keV 159 mum 159 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.75 mm 775 mum 2.86 mm 4.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.06 mm 553 mum 8.43 mm 3.89 MeV 0 eV 5.72 mm 5.72 mmWAbsorberPhysicalcompt - 2 3.37 mm 85.8 mum 1.49 cm 2.65 MeV 0 eV 6.5 mm 1.22 cmWAbsorberPhysicalcompt - 3 2.73 mm -956 mum 1.8 cm 265 keV 0 eV 3.29 mm 1.55 cmWAbsorberPhysicalcompt - 4 2.72 mm -930 mum 1.79 cm 0 eV 69.5 keV 36.3 mum 1.56 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 mm -930 mum 1.79 cm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 mm -928 mum 1.79 cm 30.8 keV 4.9 keV 1.91 mum 1.91 mumWAbsorberPhysicaleBrem - 2 2.72 mm -928 mum 1.79 cm 0 eV 30.8 keV 2.3 mum 4.21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 mm -928 mum 1.79 cm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.66 mm -472 mum 1.78 cm 0 eV 69.5 keV 480 mum 480 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.66 mm -472 mum 1.78 cm 90.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.66 mm -472 mum 1.78 cm 0 eV 90.1 keV 13.4 mum 13.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.73 mm -956 mum 1.8 cm 2.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.71 mm -1.25 mm 1.8 cm 1.58 MeV 668 keV 400 mum 400 mumWAbsorberPhysicaleBrem - 2 2.7 mm -1.28 mm 1.78 cm 384 keV 481 keV 323 mum 723 mumWAbsorberPhysicaleBrem - 3 2.69 mm -1.28 mm 1.78 cm 0 eV 384 keV 124 mum 847 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.7 mm -1.28 mm 1.78 cm 712 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 843 mum -2.2 mm 2.09 cm 348 keV 0 eV 3.72 mm 3.72 mmWAbsorberPhysicalcompt - 2 829 mum -1.51 mm 2.13 cm 191 keV 0 eV 830 mum 4.55 mmWAbsorberPhysicalcompt - 3 1e+03 mum -1.85 mm 2.17 cm 0 eV 69.5 keV 517 mum 5.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1e+03 mum -1.85 mm 2.17 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 mm -1.85 mm 2.17 cm 0 eV 121 keV 21.7 mum 21.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 829 mum -1.51 mm 2.13 cm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 828 mum -1.5 mm 2.13 cm 0 eV 157 keV 32.6 mum 32.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 843 mum -2.2 mm 2.09 cm 364 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 839 mum -2.21 mm 2.09 cm 0 eV 364 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.71 mm -1.25 mm 1.8 cm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.19 mm -1.82 mm 1.78 cm 0 eV 69.5 keV 788 mum 788 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.19 mm -1.82 mm 1.78 cm 66.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.19 mm -1.82 mm 1.78 cm 0 eV 66.9 keV 8.25 mum 8.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.37 mm 85.8 mum 1.49 cm 1.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.52 mm 6.23 mum 1.49 cm 224 keV 799 keV 288 mum 288 mumWAbsorberPhysicaleBrem - 2 3.52 mm 8.68 mum 1.49 cm 0 eV 224 keV 56.4 mum 344 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.52 mm 6.23 mum 1.49 cm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.61 mm 20.4 mum 1.49 cm 0 eV 69.5 keV 95.4 mum 95.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.61 mm 20.4 mum 1.49 cm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.61 mm 18.8 mum 1.49 cm 0 eV 148 keV 29.7 mum 29.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.06 mm 553 mum 8.43 mm 581 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.07 mm 555 mum 8.43 mm 0 eV 581 keV 217 mum 217 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 mm 626 mum 2.19 mm 1.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.96 mm 2.59 mm 3.59 cm 620 keV 0 eV 3.41 cm 3.41 cmWAbsorberPhysicalcompt - 2 -2.4 mm -1.52 mm 4.26 cm 400 keV 0 eV 1.14 cm 4.55 cmWAbsorberPhysicalcompt - 3 -3.64 mm -2.12 mm 4.21 cm 0 eV 69.5 keV 1.48 mm 4.7 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.64 mm -2.12 mm 4.21 cm 330 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.64 mm -2.12 mm 4.21 cm 0 eV 330 keV 99.9 mum 99.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.4 mm -1.52 mm 4.26 cm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.4 mm -1.52 mm 4.26 cm 0 eV 221 keV 55.1 mum 55.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.96 mm 2.59 mm 3.59 cm 1.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.98 mm 2.61 mm 3.6 cm 145 keV 54.3 keV 44.5 mum 44.5 mumWAbsorberPhysicaleBrem - 2 5.99 mm 2.61 mm 3.6 cm 0 eV 145 keV 28.7 mum 73.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.98 mm 2.61 mm 3.6 cm 955 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.88 mm 3.27 mm 3.45 cm 0 eV 69.5 keV 1.86 mm 1.86 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.88 mm 3.27 mm 3.45 cm 885 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.89 mm 3.26 mm 3.44 cm 570 keV 95.8 keV 61.9 mum 61.9 mumWAbsorberPhysicaleBrem - 2 6.88 mm 3.27 mm 3.44 cm 0 eV 570 keV 212 mum 274 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.89 mm 3.26 mm 3.44 cm 219 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.69 mm 3.63 mm 3.46 cm 0 eV 69.5 keV 436 mum 436 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.69 mm 3.63 mm 3.46 cm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.69 mm 3.63 mm 3.46 cm 0 eV 149 keV 30.1 mum 30.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.66 cm 6.76 cm -6.96 cm 31 MeV 0 eV 10.1 cm 10.1 cmF2RodPhysicalTransportation - 2 2.69 cm 6.83 cm -7.03 cm 31 MeV 0 eV 992 mum 10.2 cmF2LArGapPhysicalTransportation - 3 2.7 cm 6.86 cm -7.06 cm 31 MeV 0 eV 492 mum 10.2 cmCuPlateBPhysicalTransportation - 4 3.67 cm 9.32 cm -9.59 cm 31 MeV 0 eV 3.65 cm 13.9 cmLArgPhysicalTransportation - 5 4.43 cm 11.3 cm -11.6 cm 31 MeV 0 eV 2.88 cm 16.7 cmBackExcluderTransportation - 6 12 cm 30.5 cm -31.4 cm 31 MeV 0 eV 28.7 cm 45.4 cmLArgPhysicalTransportation - 7 38.4 cm 97.5 cm -1 m 31 MeV 0 eV 99.6 cm 1.45 mCryostatVolumesTransportation - 8 45.7 cm 1.16 m -1.19 m 31 MeV 0 eV 27.5 cm 1.73 mInsulationPhysicalTransportation - 9 48.2 cm 1.22 m -1.26 m 31 MeV 0 eV 9.45 cm 1.82 mCryostatVolumesTransportation - 10 48.3 cm 1.23 m -1.26 m 31 MeV 0 eV 3.38 mm 1.82 mMotherTransportation - 11 1.97 m 5 m -5.14 m 31 MeV 0 eV 5.62 m 7.44 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.47 cm -13.5 cm -5.96 cm 37.5 MeV 0 eV 17 cm 17 cmCuPlateBPhysicalTransportation - 2 -10.6 cm -17 cm -7.47 cm 37.5 MeV 0 eV 4.32 cm 21.4 cmFCALEnvelopePhysicalTransportation - 3 -10.8 cm -17.2 cm -7.57 cm 37.5 MeV 0 eV 2.9 mm 21.7 cmLArgPhysicalTransportation - 4 -61 cm -97.5 cm -42.9 cm 37.5 MeV 0 eV 1.01 m 1.23 mMotherTransportation - 5 -3.13 m -5 m -2.2 m 37.5 MeV 0 eV 5.07 m 6.29 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=37.675 -Edep in FCAL1 FCAl2 : 0 37.675 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2575 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 75 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 27.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -104 mum 356 mum -147 mum 23.7 MeV 814 keV 399 mum 399 mumWAbsorberPhysicaleIoni - 2 -173 mum 604 mum -221 mum 22.5 MeV 567 keV 270 mum 669 mumWAbsorberPhysicaleBrem - 3 -690 mum 1.53 mm -891 mum 18.4 MeV 2.88 MeV 1.29 mm 1.96 mmWAbsorberPhysicaleBrem - 4 -1.06 mm 1.89 mm -1.26 mm 16.7 MeV 1.46 MeV 649 mum 2.61 mmWAbsorberPhysicaleBrem - 5 -1.08 mm 1.92 mm -1.29 mm 15.9 MeV 75.5 keV 49.7 mum 2.66 mmWAbsorberPhysicaleBrem - 6 -1.17 mm 2.36 mm -1.94 mm 13.6 MeV 1.7 MeV 831 mum 3.49 mmWAbsorberPhysicaleBrem - 7 -1.13 mm 2.36 mm -2.6 mm 9.2 MeV 1.72 MeV 666 mum 4.15 mmWAbsorberPhysicaleBrem - 8 -1.13 mm 2.38 mm -2.66 mm 9 MeV 96.5 keV 63.5 mum 4.22 mmWAbsorberPhysicaleBrem - 9 -1.33 mm 2.77 mm -3.11 mm 7.47 MeV 1.43 MeV 759 mum 4.97 mmWAbsorberPhysicaleBrem - 10 -1.43 mm 3.07 mm -4.1 mm 1.16 MeV 1.59 MeV 962 mum 5.94 mmWAbsorberPhysicaleIoni - 11 -1.48 mm 3.12 mm -4.12 mm 0 eV 1.16 MeV 514 mum 6.45 mmWAbsorberPhysicaleIoni - 12 -1.48 mm 3.12 mm -4.12 mm 0 eV 0 eV 0 fm 6.45 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm 3.12 mm -4.12 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 mm 2.93 mm -4.03 mm 394 keV 0 eV 343 mum 343 mumWAbsorberPhysicalcompt - 2 289 mum 3.04 mm -4.31 mm 0 eV 69.5 keV 1.52 mm 1.86 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 289 mum 3.04 mm -4.31 mm 324 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 295 mum 3.04 mm -4.31 mm 0 eV 324 keV 97.2 mum 97.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 mm 2.93 mm -4.03 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 mm 2.93 mm -4.03 mm 0 eV 117 keV 20.6 mum 20.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm 3.12 mm -4.12 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.35 mm 3.71 mm -4.39 mm 0 eV 69.5 keV 1.08 mm 1.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.35 mm 3.71 mm -4.39 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.35 mm 3.7 mm -4.39 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.43 mm 3.07 mm -4.1 mm 4.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.1 mm 3.47 mm -4.2 mm 619 keV 3.65 MeV 951 mum 951 mumWAbsorberPhysicaleBrem - 2 -2.09 mm 3.48 mm -4.19 mm 0 eV 619 keV 236 mum 1.19 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.1 mm 3.47 mm -4.2 mm 455 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 696 mum 4.17 mm 62.6 mum 0 eV 69.5 keV 5.15 mm 5.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 696 mum 4.17 mm 62.6 mum 385 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 696 mum 4.16 mm 70.8 mum 0 eV 385 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 mm 2.77 mm -3.11 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 mm 2.85 mm -3.17 mm 0 eV 69.5 keV 100 mum 100 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 mm 2.85 mm -3.17 mm 36.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 mm 2.85 mm -3.17 mm 0 eV 36.1 keV 2.99 mum 2.99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 mm 2.38 mm -2.66 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 mm 2.4 mm -2.7 mm 0 eV 69.5 keV 47.9 mum 47.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 mm 2.4 mm -2.7 mm 35.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 mm 2.4 mm -2.7 mm 0 eV 35.5 keV 2.91 mum 2.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 mm 2.36 mm -2.6 mm 2.69 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 mm 9.96 mm -2.62 cm 1.84 MeV 0 eV 2.48 cm 2.48 cmWAbsorberPhysicalcompt - 2 426 mum 1.42 cm -3.15 cm 1.27 MeV 0 eV 6.91 mm 3.17 cmWAbsorberPhysicalcompt - 3 9.15 mm 1.8 cm -5.34 cm 380 keV 0 eV 2.39 cm 5.56 cmWAbsorberPhysicalcompt - 4 6.15 mm 1.94 cm -5.45 cm 0 eV 69.5 keV 3.5 mm 5.91 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.15 mm 1.94 cm -5.45 cm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.14 mm 1.94 cm -5.45 cm 0 eV 310 keV 91.2 mum 91.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.15 mm 1.8 cm -5.34 cm 892 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.16 mm 1.8 cm -5.34 cm 709 keV 21.6 keV 15.5 mum 15.5 mumWAbsorberPhysicaleBrem - 2 9.1 mm 1.81 cm -5.34 cm 13.2 keV 583 keV 259 mum 274 mumWAbsorberPhysicaleBrem - 3 9.1 mm 1.81 cm -5.34 cm 0 eV 13.2 keV 591 nm 275 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.1 mm 1.81 cm -5.34 cm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.09 mm 1.81 cm -5.34 cm 0 eV 69.5 keV 20 mum 20 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.09 mm 1.81 cm -5.34 cm 42.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.09 mm 1.81 cm -5.34 cm 0 eV 42.8 keV 3.97 mum 3.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.16 mm 1.8 cm -5.34 cm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.79 mm 1.86 cm -5.37 cm 0 eV 69.5 keV 932 mum 932 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.79 mm 1.86 cm -5.37 cm 91.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.79 mm 1.86 cm -5.37 cm 0 eV 91.7 keV 13.8 mum 13.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 426 mum 1.42 cm -3.15 cm 567 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 425 mum 1.42 cm -3.15 cm 0 eV 567 keV 211 mum 211 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm 9.96 mm -2.62 cm 846 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 mm 9.87 mm -2.62 cm 145 keV 569 keV 314 mum 314 mumWAbsorberPhysicaleBrem - 2 -1.15 mm 9.87 mm -2.62 cm 0 eV 145 keV 28.8 mum 343 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm 9.87 mm -2.62 cm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.35 mm 9.81 mm -2.62 cm 0 eV 69.5 keV 221 mum 221 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 mm 9.81 mm -2.62 cm 62.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.35 mm 9.81 mm -2.62 cm 0 eV 62.4 keV 7.34 mum 7.34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 mm 2.36 mm -1.94 mm 633 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 mm 4.74 mm -1.01 cm 616 keV 0 eV 8.49 mm 8.49 mmWAbsorberPhysicalcompt - 2 -3.49 mm 5.89 mm -1.5 cm 350 keV 0 eV 5.29 mm 1.38 cmWAbsorberPhysicalcompt - 3 4.45 mm 4.51 mm -2.2 cm 0 eV 69.5 keV 1.07 cm 2.44 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.45 mm 4.51 mm -2.2 cm 280 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.46 mm 4.52 mm -2.2 cm 0 eV 280 keV 78.8 mum 78.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.49 mm 5.89 mm -1.5 cm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.49 mm 5.89 mm -1.5 cm 0 eV 267 keV 73.2 mum 73.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 mm 4.74 mm -1.01 cm 16.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 mm 4.74 mm -1.01 cm 0 eV 16.1 keV 810 nm 810 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm 1.92 mm -1.29 mm 630 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 mm 2.62 mm -1.95 mm 0 eV 69.5 keV 983 mum 983 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 mm 2.62 mm -1.95 mm 561 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 mm 2.63 mm -1.97 mm 0 eV 561 keV 207 mum 207 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 mm 1.89 mm -1.26 mm 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 mm 3.15 mm -2.43 mm 192 keV 0 eV 1.78 mm 1.78 mmWAbsorberPhysicalcompt - 2 -1.83 mm 3.13 mm -2.48 mm 0 eV 69.5 keV 303 mum 2.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 mm 3.13 mm -2.48 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 mm 3.13 mm -2.48 mm 0 eV 123 keV 22 mum 22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 mm 3.15 mm -2.43 mm 63.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 mm 3.15 mm -2.43 mm 0 eV 63.5 keV 7.55 mum 7.55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -690 mum 1.53 mm -891 mum 1.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.44 mm 6.65 mm -5.47 mm 1.12 MeV 0 eV 7.4 mm 7.4 mmWAbsorberPhysicalcompt - 2 -6.19 mm 1.21 cm -7.77 mm 640 keV 0 eV 6.5 mm 1.39 cmWAbsorberPhysicalcompt - 3 -6.38 mm 1.21 cm -7.93 mm 0 eV 69.5 keV 246 mum 1.41 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.38 mm 1.21 cm -7.93 mm 570 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.38 mm 1.21 cm -7.92 mm 0 eV 570 keV 212 mum 212 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.19 mm 1.21 cm -7.77 mm 485 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.19 mm 1.21 cm -7.77 mm 0 eV 485 keV 171 mum 171 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.44 mm 6.65 mm -5.47 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.44 mm 6.65 mm -5.47 mm 0 eV 128 keV 23.6 mum 23.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -173 mum 604 mum -221 mum 650 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.31 mm 1.48 cm -8.44 mm 315 keV 0 eV 1.67 cm 1.67 cmWAbsorberPhysicalcompt - 2 -6.15 mm 1.48 cm -8.44 mm 0 eV 69.5 keV 2.84 mm 1.96 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.15 mm 1.48 cm -8.44 mm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.15 mm 1.48 cm -8.44 mm 0 eV 246 keV 64.6 mum 64.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.31 mm 1.48 cm -8.44 mm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.31 mm 1.48 cm -8.44 mm 0 eV 335 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -104 mum 356 mum -147 mum 2.82 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -139 mum 375 mum -183 mum 2.48 MeV 94.6 keV 57.8 mum 57.8 mumWAbsorberPhysicaleBrem - 2 -507 mum 234 mum -646 mum 586 keV 1.77 MeV 942 mum 1e+03 mumWAbsorberPhysicaleBrem - 3 -568 mum 229 mum -642 mum 11.9 keV 288 keV 158 mum 1.16 mmWAbsorberPhysicaleBrem - 4 -568 mum 229 mum -642 mum 0 eV 11.9 keV 504 nm 1.16 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -568 mum 229 mum -642 mum 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -11.4 mum 996 mum -224 mum 0 eV 69.5 keV 1.03 mm 1.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -11.4 mum 996 mum -224 mum 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -12.2 mum 999 mum -222 mum 0 eV 216 keV 53.5 mum 53.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -507 mum 234 mum -646 mum 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -581 mum 498 mum -572 mum 0 eV 69.5 keV 284 mum 284 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -581 mum 498 mum -572 mum 57.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -581 mum 498 mum -571 mum 0 eV 57.8 keV 6.5 mum 6.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -139 mum 375 mum -183 mum 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -760 mum 1.48 mm -722 mum 0 eV 69.5 keV 1.38 mm 1.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -760 mum 1.48 mm -722 mum 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -760 mum 1.49 mm -720 mum 0 eV 170 keV 37 mum 37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 24 cm -3.26 cm -5.4 mm 37.5 MeV 0 eV 24.2 cm 24.2 cmLArgPhysicalTransportation - 2 1.27 m -17.3 cm -2.87 cm 37.5 MeV 0 eV 1.04 m 1.29 mCryostatVolumesTransportation - 3 1.28 m -17.4 cm -2.88 cm 37.5 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 4 1.35 m -18.3 cm -3.04 cm 37.5 MeV 0 eV 7.06 cm 1.36 mCryostatVolumesTransportation - 5 1.35 m -18.3 cm -3.04 cm 37.5 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 6 5 m -68 cm -11.3 cm 37.5 MeV 0 eV 3.68 m 5.05 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -16.8 cm -10.1 cm 6.53 cm 40.3 MeV 0 eV 20.6 cm 20.6 cmFCALEnvelopePhysicalTransportation - 2 -17.1 cm -10.3 cm 6.67 cm 40.3 MeV 0 eV 4.47 mm 21.1 cmLArgPhysicalTransportation - 3 -1.19 m -71.5 cm 46.2 cm 40.3 MeV 0 eV 1.25 m 1.46 mCryostatVolumesTransportation - 4 -1.19 m -71.7 cm 46.4 cm 40.3 MeV 0 eV 3.44 mm 1.46 mInsulationPhysicalTransportation - 5 -1.26 m -75.6 cm 48.9 cm 40.3 MeV 0 eV 8.03 cm 1.55 mCryostatVolumesTransportation - 6 -1.26 m -75.8 cm 49 cm 40.3 MeV 0 eV 2.87 mm 1.55 mMotherTransportation - 7 -5 m -3.01 m 1.95 m 40.3 MeV 0 eV 4.61 m 6.15 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=28.3656 -Edep in FCAL1 FCAl2 : 0 28.3656 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2576 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 76 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -307 mum 60.2 mum -1.06 mm 35.5 MeV 2.89 MeV 1.11 mm 1.11 mmWAbsorberPhysicaleBrem - 2 -303 mum 60.8 mum -1.18 mm 25.7 MeV 184 keV 118 mum 1.22 mmWAbsorberPhysicaleIoni - 3 -123 mum 90.6 mum -2.24 mm 23.4 MeV 2.16 MeV 1.07 mm 2.29 mmWAbsorberPhysicaleBrem - 4 -141 mum -51.2 mum -2.72 mm 22.1 MeV 877 keV 515 mum 2.81 mmWAbsorberPhysicaleBrem - 5 227 mum -612 mum -4.04 mm 19 MeV 2.93 MeV 1.52 mm 4.33 mmWAbsorberPhysicaleBrem - 6 160 mum -954 mum -4.66 mm 17.4 MeV 1.26 MeV 720 mum 5.05 mmWAbsorberPhysicaleBrem - 7 -130 mum -1.35 mm -5.1 mm 8.37 MeV 1.09 MeV 642 mum 5.69 mmWAbsorberPhysicaleBrem - 8 -190 mum -1.8 mm -5.41 mm 6.87 MeV 1.19 MeV 580 mum 6.27 mmWAbsorberPhysicaleBrem - 9 -1.1 mm -1.17 mm -7 mm 3.15 MeV 3.72 MeV 2.03 mm 8.3 mmWAbsorberPhysicaleIoni - 10 -980 mum -1.03 mm -7.23 mm 0 eV 3.15 MeV 1.38 mm 9.68 mmWAbsorberPhysicaleIoni - 11 -980 mum -1.03 mm -7.23 mm 0 eV 0 eV 0 fm 9.68 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -980 mum -1.03 mm -7.23 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -777 mum -1.17 mm -7.16 mm 0 eV 69.5 keV 255 mum 255 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -777 mum -1.17 mm -7.16 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -770 mum -1.18 mm -7.16 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -980 mum -1.03 mm -7.23 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.44 mm -29.9 mum -7.71 mm 0 eV 69.5 keV 1.83 mm 1.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.44 mm -29.9 mum -7.71 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 mm -28.3 mum -7.71 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -190 mum -1.8 mm -5.41 mm 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -146 mum -2.08 mm -5.81 mm 0 eV 69.5 keV 490 mum 490 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -146 mum -2.08 mm -5.81 mm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -144 mum -2.08 mm -5.81 mm 0 eV 244 keV 64 mum 64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -130 mum -1.35 mm -5.1 mm 7.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm -4.84 mm -9.35 mm 0 eV 0 eV 6.01 mm 6.01 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm -4.84 mm -9.35 mm 2.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.21 mm -5 mm -9.19 mm 1.01 MeV 1.76 MeV 878 mum 878 mumWAbsorberPhysicaleBrem - 2 -3.26 mm -4.99 mm -9.19 mm 0 eV 1.01 MeV 436 mum 1.31 mmWAbsorberPhysicaleIoni - 3 -3.26 mm -4.99 mm -9.19 mm 0 eV 0 eV 0 fm 1.31 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.26 mm -4.99 mm -9.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 mm -8.73 mm -9.61 mm 214 keV 0 eV 4.17 mm 4.17 mmWAbsorberPhysicalcompt - 2 -1.6 mm -8.56 mm -8.93 mm 0 eV 69.5 keV 719 mum 4.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm -8.56 mm -8.93 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 mm -8.56 mm -8.93 mm 0 eV 145 keV 28.7 mum 28.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 mm -8.73 mm -9.61 mm 297 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 mm -8.74 mm -9.62 mm 45.8 keV 103 keV 39.5 mum 39.5 mumWAbsorberPhysicaleBrem - 2 -1.48 mm -8.74 mm -9.62 mm 0 eV 45.8 keV 4.44 mum 44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm -8.74 mm -9.62 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -984 mum -8.9 mm -9.23 mm 0 eV 69.5 keV 648 mum 648 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -984 mum -8.9 mm -9.23 mm 78 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -984 mum -8.9 mm -9.23 mm 0 eV 78 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.26 mm -4.99 mm -9.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.22 mm 5.25 mm -8.02 mm 0 eV 69.5 keV 1.14 cm 1.14 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.22 mm 5.25 mm -8.02 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.22 mm 5.26 mm -8.02 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.21 mm -5 mm -9.19 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4 mm -5.05 mm -8.34 mm 0 eV 69.5 keV 1.16 mm 1.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4 mm -5.05 mm -8.34 mm 96.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4 mm -5.05 mm -8.34 mm 0 eV 96.2 keV 14.9 mum 14.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm -4.84 mm -9.35 mm 4.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.63 mm -4.9 mm -9.14 mm 1.24 MeV 2.54 MeV 1.47 mm 1.47 mmWAbsorberPhysicaleBrem - 2 -3.66 mm -4.85 mm -9.15 mm 0 eV 1.24 MeV 551 mum 2.02 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.63 mm -4.9 mm -9.14 mm 225 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4 mm -3.33 mm -1.06 cm 0 eV 69.5 keV 2.17 mm 2.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4 mm -3.33 mm -1.06 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4 mm -3.33 mm -1.06 cm 0 eV 155 keV 31.9 mum 31.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 160 mum -954 mum -4.66 mm 323 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm -3.34 mm -8.65 mm 0 eV 69.5 keV 4.86 mm 4.86 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 mm -3.34 mm -8.65 mm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.26 mm -3.34 mm -8.65 mm 0 eV 254 keV 67.8 mum 67.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 227 mum -612 mum -4.04 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -371 mum -1.52 mm -5.66 mm 0 eV 69.5 keV 1.95 mm 1.95 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -371 mum -1.52 mm -5.66 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -373 mum -1.52 mm -5.66 mm 0 eV 136 keV 26 mum 26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -141 mum -51.2 mum -2.72 mm 402 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -140 mum -53.4 mum -2.73 mm 0 eV 69.5 keV 11.1 mum 11.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -140 mum -53.4 mum -2.73 mm 332 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -145 mum -47.4 mum -2.74 mm 0 eV 332 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -123 mum 90.6 mum -2.24 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -114 mum 52 mum -2.53 mm 0 eV 69.5 keV 297 mum 297 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -114 mum 52 mum -2.53 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -114 mum 50.9 mum -2.53 mm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -303 mum 60.8 mum -1.18 mm 9.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -438 mum 143 mum -1.41 mm 8.89 MeV 553 keV 301 mum 301 mumWAbsorberPhysicaleBrem - 2 -766 mum -33.1 mum -1.36 mm 7.91 MeV 870 keV 395 mum 696 mumWAbsorberPhysicaleBrem - 3 -809 mum -85.3 mum -1.35 mm 5.76 MeV 116 keV 69.3 mum 765 mumWAbsorberPhysicaleBrem - 4 -814 mum -89.8 mum -1.35 mm 5.34 MeV 14.4 keV 6.78 mum 772 mumWAbsorberPhysicaleBrem - 5 -877 mum -157 mum -1.33 mm 2.27 MeV 155 keV 93.2 mum 865 mumWAbsorberPhysicaleBrem - 6 -1.07 mm -475 mum -802 mum 160 keV 2.11 MeV 1.06 mm 1.93 mmWAbsorberPhysicaleIoni - 7 -1.07 mm -472 mum -803 mum 0 eV 160 keV 33.4 mum 1.96 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -877 mum -157 mum -1.33 mm 2.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 mm -820 mum -1.62 mm 1.98 MeV 0 eV 960 mum 960 mumWAbsorberPhysicalcompt - 2 -2.51 mm -3.42 mm -2.07 mm 0 eV 69.5 keV 2.82 mm 3.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.51 mm -3.42 mm -2.07 mm 1.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm -3.51 mm -2.1 mm 0 eV 1.91 MeV 889 mum 889 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 mm -820 mum -1.62 mm 932 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 mm -860 mum -1.66 mm 386 keV 203 keV 90.5 mum 90.5 mumWAbsorberPhysicaleBrem - 2 -1.52 mm -868 mum -1.66 mm 0 eV 386 keV 125 mum 215 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.52 mm -860 mum -1.66 mm 343 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 mm -1.29 mm -1.1 mm 230 keV 0 eV 738 mum 738 mumWAbsorberPhysicalcompt - 2 -1.04 mm -1.4 mm -1.18 mm 0 eV 69.5 keV 298 mum 1.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm -1.4 mm -1.18 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm -1.4 mm -1.18 mm 0 eV 160 keV 33.5 mum 33.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 mm -1.29 mm -1.1 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 mm -1.29 mm -1.1 mm 0 eV 113 keV 19.5 mum 19.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -814 mum -89.8 mum -1.35 mm 404 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 mm -334 mum -1.4 mm 168 keV 0 eV 363 mum 363 mumWAbsorberPhysicalcompt - 2 -1.08 mm -334 mum -1.4 mm 0 eV 69.5 keV 3.04 mum 366 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm -334 mum -1.4 mm 98.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 mm -334 mum -1.4 mm 0 eV 98.5 keV 15.5 mum 15.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm -334 mum -1.4 mm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 mm -337 mum -1.4 mm 0 eV 236 keV 61.1 mum 61.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -809 mum -85.3 mum -1.35 mm 2.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 mm -1.43 mm -1.51 mm 308 keV 0 eV 2.02 mm 2.02 mmWAbsorberPhysicalcompt - 2 1.42 mm -2.57 mm 2.7 mm 0 eV 69.5 keV 5.74 mm 7.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 mm -2.57 mm 2.7 mm 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 mm -2.56 mm 2.7 mm 0 eV 238 keV 61.9 mum 61.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 mm -1.43 mm -1.51 mm 1.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.4 mm -1.42 mm -1.6 mm 1.35 MeV 254 keV 156 mum 156 mumWAbsorberPhysicaleBrem - 2 -2.42 mm -1.47 mm -1.57 mm 0 eV 1.35 MeV 607 mum 763 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.4 mm -1.42 mm -1.6 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.47 mm -1.59 mm -1.52 mm 0 eV 69.5 keV 199 mum 199 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.47 mm -1.59 mm -1.52 mm 49.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.47 mm -1.59 mm -1.52 mm 0 eV 49.3 keV 4.98 mum 4.98 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -766 mum -33.1 mum -1.36 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -868 mum -144 mum -1.37 mm 0 eV 69.5 keV 151 mum 151 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -868 mum -144 mum -1.37 mm 35.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -868 mum -144 mum -1.37 mm 0 eV 35.9 keV 2.97 mum 2.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -438 mum 143 mum -1.41 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -515 mum 62.4 mum -1.41 mm 109 keV 0 eV 111 mum 111 mumWAbsorberPhysicalcompt - 2 -814 mum 116 mum -1.36 mm 0 eV 69.5 keV 308 mum 419 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -814 mum 116 mum -1.36 mm 39.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -814 mum 116 mum -1.36 mm 0 eV 39.1 keV 3.4 mum 3.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -515 mum 62.4 mum -1.41 mm 11.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -515 mum 62.3 mum -1.41 mm 0 eV 11.6 keV 487 nm 487 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -307 mum 60.2 mum -1.06 mm 4.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -328 mum -615 mum -1.91 cm 0 eV 0 eV 1.81 cm 1.81 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 55, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -328 mum -615 mum -1.91 cm 1.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -380 mum -571 mum -1.92 cm 0 eV 1.53 MeV 707 mum 707 mumWAbsorberPhysicaleIoni - 2 -380 mum -571 mum -1.92 cm 0 eV 0 eV 0 fm 707 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -380 mum -571 mum -1.92 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 353 mum -2 mm -2.03 cm 0 eV 69.5 keV 1.97 mm 1.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 353 mum -2 mm -2.03 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 361 mum -2 mm -2.03 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -380 mum -571 mum -1.92 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.45 mm 7.36 mm -1.28 cm 0 eV 69.5 keV 1.09 cm 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.45 mm 7.36 mm -1.28 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.45 mm 7.37 mm -1.28 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -328 mum -615 mum -1.91 cm 2.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -161 mum -731 mum -1.91 cm 1.16 MeV 637 keV 277 mum 277 mumWAbsorberPhysicaleBrem - 2 -8.65 mum -697 mum -1.9 cm 615 keV 421 keV 283 mum 560 mumWAbsorberPhysicaleBrem - 3 -1.87 mum -679 mum -1.9 cm 0 eV 615 keV 234 mum 793 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.65 mum -697 mum -1.9 cm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -11.5 mum -689 mum -1.9 cm 0 eV 69.5 keV 9.23 mum 9.23 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -11.5 mum -689 mum -1.9 cm 59.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -11.3 mum -689 mum -1.9 cm 0 eV 59.7 keV 6.85 mum 6.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -161 mum -731 mum -1.91 cm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 51.6 mum -1.16 mm -1.92 cm 0 eV 69.5 keV 494 mum 494 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 51.6 mum -1.16 mm -1.92 cm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 53.2 mum -1.16 mm -1.92 cm 0 eV 147 keV 29.3 mum 29.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 12.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.53 cm -10.9 cm -6.09 cm 12.1 MeV 0 eV 14.1 cm 14.1 cmF2LArGapPhysicalTransportation - 2 -6.57 cm -10.9 cm -6.12 cm 12.1 MeV 0 eV 821 mum 14.1 cmCuPlateBPhysicalTransportation - 3 -9 cm -15 cm -8.39 cm 12.1 MeV 0 eV 5.23 cm 19.4 cmLArgPhysicalTransportation - 4 -12.4 cm -20.7 cm -11.6 cm 12.1 MeV 0 eV 7.37 cm 26.7 cmBackExcluderTransportation - 5 -15.9 cm -26.4 cm -14.8 cm 12.1 MeV 0 eV 7.38 cm 34.1 cmLArgPhysicalTransportation - 6 -58.6 cm -97.5 cm -54.6 cm 12.1 MeV 0 eV 92.1 cm 1.26 mMotherTransportation - 7 -3.01 m -5 m -2.8 m 12.1 MeV 0 eV 5.21 m 6.47 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.11 cm 4.68 cm 32.8 cm 50.1 MeV 0 eV 34.1 cm 34.1 cmCuPlateAPhysicalTransportation - 2 8.73 cm 5.03 cm 35.3 cm 50.1 MeV 0 eV 2.58 cm 36.7 cmFCALEnvelopePhysicalTransportation - 3 9.41 cm 5.43 cm 38 cm 50.1 MeV 0 eV 2.84 cm 39.5 cmFCALEmModulePhysicalTransportation - 4 9.46 cm 5.45 cm 38.2 cm 50.1 MeV 0 eV 2.06 mm 39.7 cmF1LArGapPhysicalTransportation - 5 9.49 cm 5.47 cm 38.3 cm 50.1 MeV 0 eV 1.27 mm 39.9 cmFCALEmModulePhysicalTransportation - 6 10.2 cm 5.9 cm 41.4 cm 50.1 MeV 0 eV 3.16 cm 43 cmF1LArGapPhysicalTransportation - 7 10.3 cm 5.92 cm 41.5 cm 50.1 MeV 0 eV 1.06 mm 43.1 cmFCALEmModulePhysicalTransportation - 8 10.7 cm 6.17 cm 43.3 cm 50.1 MeV 0 eV 1.86 cm 45 cmF1LArGapPhysicalTransportation - 9 10.7 cm 6.19 cm 43.4 cm 50.1 MeV 0 eV 1.06 mm 45.1 cmFCALEmModulePhysicalTransportation - 10 11.5 cm 6.62 cm 46.4 cm 50.1 MeV 0 eV 3.13 cm 48.2 cmF1LArGapPhysicalTransportation - 11 11.5 cm 6.63 cm 46.5 cm 50.1 MeV 0 eV 1.21 mm 48.3 cmFCALEmModulePhysicalTransportation - 12 11.9 cm 6.85 cm 48 cm 50.1 MeV 0 eV 1.6 cm 49.9 cmF1LArGapPhysicalTransportation - 13 11.9 cm 6.87 cm 48.1 cm 50.1 MeV 0 eV 1.21 mm 50.1 cmFCALEmModulePhysicalTransportation - 14 12.2 cm 7.02 cm 49.2 cm 50.1 MeV 0 eV 1.05 cm 51.1 cmF1LArGapPhysicalTransportation - 15 12.2 cm 7.04 cm 49.3 cm 50.1 MeV 0 eV 1.65 mm 51.3 cmFCALEmModulePhysicalTransportation - 16 12.5 cm 7.19 cm 50.4 cm 50.1 MeV 0 eV 1.1 cm 52.4 cmF1LArGapPhysicalTransportation - 17 12.5 cm 7.21 cm 50.5 cm 50.1 MeV 0 eV 1.65 mm 52.6 cmFCALEmModulePhysicalTransportation - 18 12.8 cm 7.39 cm 51.8 cm 50.1 MeV 0 eV 1.33 cm 53.9 cmF1LArGapPhysicalTransportation - 19 13 cm 7.49 cm 52.5 cm 50.1 MeV 0 eV 7.1 mm 54.6 cmFCALEmModulePhysicalTransportation - 20 13.3 cm 7.67 cm 53.8 cm 50.1 MeV 0 eV 1.33 cm 55.9 cmF1LArGapPhysicalTransportation - 21 13.3 cm 7.69 cm 53.9 cm 50.1 MeV 0 eV 1.1 mm 56 cmFCALEmModulePhysicalTransportation - 22 13.8 cm 7.93 cm 55.6 cm 50.1 MeV 0 eV 1.79 cm 57.8 cmF1LArGapPhysicalTransportation - 23 13.8 cm 7.95 cm 55.7 cm 50.1 MeV 0 eV 1.1 mm 57.9 cmFCALEmModulePhysicalTransportation - 24 14.5 cm 8.37 cm 58.7 cm 50.1 MeV 0 eV 3.08 cm 61 cmF1LArGapPhysicalTransportation - 25 14.5 cm 8.39 cm 58.8 cm 50.1 MeV 0 eV 1.1 mm 61.1 cmFCALEmModulePhysicalTransportation - 26 15 cm 8.63 cm 60.5 cm 50.1 MeV 0 eV 1.78 cm 62.9 cmF1LArGapPhysicalTransportation - 27 15 cm 8.65 cm 60.6 cm 50.1 MeV 0 eV 1.1 mm 63 cmFCALEmModulePhysicalTransportation - 28 15.3 cm 8.82 cm 61.8 cm 50.1 MeV 0 eV 1.3 cm 64.3 cmF1LArGapPhysicalTransportation - 29 15.5 cm 8.93 cm 62.6 cm 50.1 MeV 0 eV 7.67 mm 65.1 cmFCALEmModulePhysicalTransportation - 30 15.8 cm 9.11 cm 63.8 cm 50.1 MeV 0 eV 1.31 cm 66.4 cmF1LArGapPhysicalTransportation - 31 15.8 cm 9.13 cm 64 cm 50.1 MeV 0 eV 1.68 mm 66.6 cmFCALEmModulePhysicalTransportation - 32 16.1 cm 9.28 cm 65 cm 50.1 MeV 0 eV 1.07 cm 67.6 cmF1LArGapPhysicalTransportation - 33 16.1 cm 9.3 cm 65.2 cm 50.1 MeV 0 eV 1.68 mm 67.8 cmFCALEmModulePhysicalTransportation - 34 16.4 cm 9.45 cm 66.2 cm 50.1 MeV 0 eV 1.06 cm 68.8 cmF1LArGapPhysicalTransportation - 35 16.4 cm 9.46 cm 66.3 cm 50.1 MeV 0 eV 1.2 mm 69 cmFCALEmModulePhysicalTransportation - 36 16.8 cm 9.69 cm 67.9 cm 50.1 MeV 0 eV 1.61 cm 70.6 cmF1LArGapPhysicalTransportation - 37 16.8 cm 9.7 cm 68 cm 50.1 MeV 0 eV 1.2 mm 70.7 cmFCALEmModulePhysicalTransportation - 38 17.6 cm 10.1 cm 71 cm 50.1 MeV 0 eV 3.12 cm 73.8 cmF1LArGapPhysicalTransportation - 39 17.6 cm 10.1 cm 71.1 cm 50.1 MeV 0 eV 1.06 mm 73.9 cmFCALEmModulePhysicalTransportation - 40 18 cm 10.4 cm 72.9 cm 50.1 MeV 0 eV 1.85 cm 75.8 cmF1LArGapPhysicalTransportation - 41 18.1 cm 10.4 cm 73 cm 50.1 MeV 0 eV 1.06 mm 75.9 cmFCALEmModulePhysicalTransportation - 42 18.8 cm 10.9 cm 76 cm 50.1 MeV 0 eV 3.17 cm 79.1 cmF1LArGapPhysicalTransportation - 43 18.8 cm 10.9 cm 76.1 cm 50.1 MeV 0 eV 1.28 mm 79.2 cmFCALEmModulePhysicalTransportation - 44 19.2 cm 11.1 cm 77.6 cm 50.1 MeV 0 eV 1.5 cm 80.7 cmF1LArGapPhysicalTransportation - 45 19.2 cm 11.1 cm 77.7 cm 50.1 MeV 0 eV 1.28 mm 80.8 cmFCALEmModulePhysicalTransportation - 46 19.5 cm 11.2 cm 78.7 cm 50.1 MeV 0 eV 1.02 cm 81.8 cmF1LArGapPhysicalTransportation - 47 19.5 cm 11.3 cm 78.8 cm 50.1 MeV 0 eV 1.46 mm 82 cmFCALEmModulePhysicalTransportation - 48 19.8 cm 11.4 cm 80.1 cm 50.1 MeV 0 eV 1.28 cm 83.3 cmF1LArGapPhysicalTransportation - 49 19.8 cm 11.4 cm 80.2 cm 50.1 MeV 0 eV 1.46 mm 83.4 cmFCALEmModulePhysicalTransportation - 50 20.4 cm 11.8 cm 82.4 cm 50.1 MeV 0 eV 2.23 cm 85.6 cmLArgPhysicalTransportation - 51 22 cm 12.7 cm 89 cm 50.1 MeV 0 eV 6.86 cm 92.5 cmFrontExcluderPhysicalTransportation - 52 30.5 cm 17.6 cm 1.23 m 50.1 MeV 0 eV 35.8 cm 1.28 mLArgPhysicalTransportation - 53 30.6 cm 17.7 cm 1.24 m 50.1 MeV 0 eV 3.46 mm 1.29 mCryostatVolumesTransportation - 54 30.7 cm 17.7 cm 1.24 m 50.1 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 55 32.4 cm 18.7 cm 1.31 m 50.1 MeV 0 eV 7.07 cm 1.36 mCryostatVolumesTransportation - 56 32.4 cm 18.7 cm 1.31 m 50.1 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 57 35.1 cm 20.3 cm 1.42 m 50.1 MeV 0 eV 11.4 cm 1.48 mIronWallPhysicalTransportation - 58 45 cm 26 cm 1.82 m 50.1 MeV 0 eV 41.6 cm 1.89 mMotherTransportation - 59 61.6 cm 35.5 cm 2.49 m 50.1 MeV 0 eV 69.7 cm 2.59 mLeadWallPhysicalTransportation - 60 61.9 cm 35.7 cm 2.5 m 50.1 MeV 0 eV 1.14 cm 2.6 mMotherTransportation - 61 5 m 2.88 m 20.2 m 50.1 MeV 0 eV 18.4 m 21 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=43.9721 -Edep in FCAL1 FCAl2 : 0 43.9721 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2577 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 77 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 10.1 mum 23.9 mum -2.94 mum 32.3 MeV 35.9 keV 26.1 mum 26.1 mumWAbsorberPhysicaleBrem - 2 55.1 mum 155 mum -17.3 mum 31.8 MeV 256 keV 140 mum 166 mumWAbsorberPhysicaleBrem - 3 186 mum 429 mum -42.9 mum 30.2 MeV 664 keV 305 mum 471 mumWAbsorberPhysicaleBrem - 4 505 mum 1.07 mm -77.1 mum 27.7 MeV 1.94 MeV 755 mum 1.23 mmWAbsorberPhysicaleBrem - 5 594 mum 1.51 mm -59 mum 20.3 MeV 1.05 MeV 453 mum 1.68 mmWAbsorberPhysicaleBrem - 6 620 mum 1.59 mm -67.3 mum 20 MeV 125 keV 78.6 mum 1.76 mmWAbsorberPhysicaleBrem - 7 1.09 mm 2.43 mm 29.9 mum 13.1 MeV 1.87 MeV 973 mum 2.73 mmWAbsorberPhysicaleBrem - 8 1.46 mm 3.14 mm -17.4 mum 10.6 MeV 1.86 MeV 774 mum 3.5 mmWAbsorberPhysicaleBrem - 9 851 mum 4.07 mm -1.52 mm 6.31 MeV 4.17 MeV 2.14 mm 5.65 mmWAbsorberPhysicaleBrem - 10 1.6 mm 3.86 mm -3.18 mm 2.17 MeV 4.14 MeV 1.96 mm 7.6 mmWAbsorberPhysicaleIoni - 11 1.76 mm 4.54 mm -2.99 mm 155 keV 2.01 MeV 1.04 mm 8.64 mmWAbsorberPhysicaleIoni - 12 1.77 mm 4.54 mm -2.99 mm 0 eV 155 keV 30 mum 8.67 mmWAbsorberPhysicaleIoni - 13 1.77 mm 4.54 mm -2.99 mm 0 eV 0 eV 0 fm 8.67 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 mm 4.54 mm -2.99 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 mm 5.43 mm -3.24 mm 0 eV 69.5 keV 1.02 mm 1.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 mm 5.43 mm -3.24 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 mm 5.43 mm -3.25 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 mm 4.54 mm -2.99 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 763 mum 2.48 mm -2.39 mm 232 keV 0 eV 2.37 mm 2.37 mmWAbsorberPhysicalcompt - 2 1.04 mm 2.33 mm -2.89 mm 0 eV 69.5 keV 592 mum 2.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 mm 2.33 mm -2.89 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 mm 2.33 mm -2.89 mm 0 eV 163 keV 34.5 mum 34.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 763 mum 2.48 mm -2.39 mm 279 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 760 mum 2.47 mm -2.38 mm 0 eV 279 keV 78.1 mum 78.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 851 mum 4.07 mm -1.52 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 830 mum 4.13 mm -1.58 mm 0 eV 69.5 keV 84.5 mum 84.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 830 mum 4.13 mm -1.58 mm 41.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 830 mum 4.13 mm -1.58 mm 0 eV 41.1 keV 3.69 mum 3.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 mm 3.14 mm -17.4 mum 667 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 mm 4.18 mm -83.6 mum 515 keV 0 eV 1.05 mm 1.05 mmWAbsorberPhysicalcompt - 2 -520 mum 7.41 mm -959 mum 271 keV 0 eV 3.95 mm 5 mmWAbsorberPhysicalcompt - 3 -829 mum 7.55 mm -134 mum 0 eV 69.5 keV 891 mum 5.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -829 mum 7.55 mm -134 mum 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -826 mum 7.55 mm -132 mum 0 eV 201 keV 47.8 mum 47.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -520 mum 7.41 mm -959 mum 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -521 mum 7.42 mm -962 mum 0 eV 245 keV 64.3 mum 64.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 mm 4.18 mm -83.6 mum 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 mm 4.18 mm -83.2 mum 0 eV 151 keV 30.7 mum 30.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 mm 2.43 mm 29.9 mum 4.98 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.71 mm 1.67 cm 1.16 mm 1.06 MeV 0 eV 1.46 cm 1.46 cmWAbsorberPhysicalcompt - 2 3.24 mm 1.82 cm 3.01 mm 228 keV 0 eV 2.41 mm 1.7 cmWAbsorberPhysicalcompt - 3 3.25 mm 1.82 cm 3 mm 0 eV 69.5 keV 23.6 mum 1.7 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.25 mm 1.82 cm 3 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.26 mm 1.82 cm 3 mm 0 eV 159 keV 33.1 mum 33.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.24 mm 1.82 cm 3.01 mm 831 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.23 mm 1.82 cm 3.03 mm 0 eV 831 keV 342 mum 342 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.71 mm 1.67 cm 1.16 mm 3.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.75 mm 1.69 cm 1.31 mm 3.04 MeV 494 keV 295 mum 295 mumWAbsorberPhysicaleBrem - 2 3.78 mm 1.71 cm 1.24 mm 788 keV 322 keV 151 mum 445 mumWAbsorberPhysicaleBrem - 3 3.78 mm 1.71 cm 1.21 mm 0 eV 788 keV 320 mum 766 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.78 mm 1.71 cm 1.24 mm 1.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 mm 1.8 cm -7.96 mm 646 keV 0 eV 9.51 mm 9.51 mmWAbsorberPhysicalcompt - 2 -460 mum 2.37 cm -1 cm 547 keV 0 eV 6.4 mm 1.59 cmWAbsorberPhysicalcompt - 3 -1.97 mm 2.66 cm -9.4 mm 482 keV 0 eV 3.29 mm 1.92 cmWAbsorberPhysicalcompt - 4 -3.43 mm 2.75 cm -9.1 mm 442 keV 0 eV 1.76 mm 2.1 cmWAbsorberPhysicalcompt - 5 -5.99 mm 3.1 cm -9.46 mm 322 keV 0 eV 4.32 mm 2.53 cmWAbsorberPhysicalcompt - 6 -7 mm 3.19 cm -1.18 cm 0 eV 69.5 keV 2.72 mm 2.8 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7 mm 3.19 cm -1.18 cm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7 mm 3.19 cm -1.18 cm 0 eV 253 keV 67.5 mum 67.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.99 mm 3.1 cm -9.46 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.99 mm 3.1 cm -9.46 mm 0 eV 120 keV 21.2 mum 21.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.43 mm 2.75 cm -9.1 mm 40.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.43 mm 2.75 cm -9.1 mm 0 eV 40.3 keV 3.58 mum 3.58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 mm 2.66 cm -9.4 mm 65.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 mm 2.66 cm -9.4 mm 0 eV 65.1 keV 7.87 mum 7.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -460 mum 2.37 cm -1 cm 98.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -459 mum 2.37 cm -1 cm 0 eV 98.3 keV 15.4 mum 15.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 mm 1.8 cm -7.96 mm 1.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.54 mm 1.8 cm -8.01 mm 0 eV 1.29 MeV 573 mum 573 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.75 mm 1.69 cm 1.31 mm 381 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.65 mm 1.77 cm 503 mum 213 keV 0 eV 1.14 mm 1.14 mmWAbsorberPhysicalcompt - 2 2.98 mm 1.73 cm 233 mum 0 eV 69.5 keV 838 mum 1.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.98 mm 1.73 cm 233 mum 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 mm 1.73 cm 233 mum 0 eV 143 keV 28.2 mum 28.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.65 mm 1.77 cm 503 mum 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.65 mm 1.77 cm 502 mum 0 eV 168 keV 36.3 mum 36.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 620 mum 1.59 mm -67.3 mum 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 687 mum 1.78 mm -70.3 mum 0 eV 69.5 keV 202 mum 202 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 687 mum 1.78 mm -70.3 mum 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 687 mum 1.78 mm -71.9 mum 0 eV 126 keV 22.9 mum 22.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 594 mum 1.51 mm -59 mum 6.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.34 mm 7.65 mm -655 mum 0 eV 0 eV 6.41 mm 6.41 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 38, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.34 mm 7.65 mm -655 mum 3.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.43 mm 8.02 mm -676 mum 0 eV 3.88 MeV 1.3 mm 1.3 mmWAbsorberPhysicaleBrem - 2 2.43 mm 8.02 mm -676 mum 0 eV 0 eV 0 fm 1.3 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.43 mm 8.02 mm -676 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.01 mm 8.89 mm -1.93 mm 0 eV 69.5 keV 1.58 mm 1.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.01 mm 8.89 mm -1.93 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.01 mm 8.9 mm -1.93 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.43 mm 8.02 mm -676 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 mm 7.93 mm -537 mum 194 keV 0 eV 175 mum 175 mumWAbsorberPhysicalcompt - 2 2.27 mm 7.68 mm -1.33 mm 0 eV 69.5 keV 854 mum 1.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.27 mm 7.68 mm -1.33 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 mm 7.68 mm -1.33 mm 0 eV 124 keV 22.4 mum 22.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.48 mm 7.93 mm -537 mum 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 mm 7.92 mm -531 mum 0 eV 317 keV 94.2 mum 94.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.34 mm 7.65 mm -655 mum 1.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.37 mm 7.71 mm -667 mum 0 eV 1.49 MeV 675 mum 675 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 505 mum 1.07 mm -77.1 mum 564 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 mm 3.14 mm -234 mum 453 keV 0 eV 2.15 mm 2.15 mmWAbsorberPhysicalcompt - 2 1.06 mm 3.19 mm -227 mum 181 keV 0 eV 55 mum 2.21 mmWAbsorberPhysicalcompt - 3 879 mum 2.74 mm -150 mum 165 keV 0 eV 491 mum 2.7 mmWAbsorberPhysicalcompt - 4 902 mum 2.49 mm -271 mum 0 eV 69.5 keV 285 mum 2.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 902 mum 2.49 mm -271 mum 95.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 901 mum 2.49 mm -272 mum 0 eV 95.8 keV 14.8 mum 14.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 879 mum 2.74 mm -150 mum 15.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 879 mum 2.74 mm -150 mum 0 eV 15.7 keV 780 nm 780 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 mm 3.19 mm -227 mum 272 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 mm 3.2 mm -226 mum 0 eV 272 keV 75.5 mum 75.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 mm 3.14 mm -234 mum 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 mm 3.14 mm -234 mum 0 eV 110 keV 18.6 mum 18.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 186 mum 429 mum -42.9 mum 873 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.33 mm 1.87 cm -3.07 mm 0 eV 69.5 keV 1.95 cm 1.95 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.33 mm 1.87 cm -3.07 mm 804 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.34 mm 1.87 cm -3.08 mm 0 eV 804 keV 328 mum 328 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 55.1 mum 155 mum -17.3 mum 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 775 mum 1.95 mm -307 mum 0 eV 69.5 keV 1.96 mm 1.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 775 mum 1.95 mm -307 mum 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 777 mum 1.96 mm -309 mum 0 eV 173 keV 37.9 mum 37.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 10.1 mum 23.9 mum -2.94 mum 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 129 mum 301 mum -61.8 mum 0 eV 69.5 keV 307 mum 307 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 129 mum 301 mum -61.8 mum 93.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 128 mum 302 mum -62.4 mum 0 eV 93.8 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -16.4 cm -11.1 cm -5.64 cm 43.8 MeV 0 eV 20.6 cm 20.6 cmFCALEnvelopePhysicalTransportation - 2 -16.7 cm -11.3 cm -5.76 cm 43.8 MeV 0 eV 4.35 mm 21 cmLArgPhysicalTransportation - 3 -33.6 cm -22.8 cm -11.6 cm 43.8 MeV 0 eV 21.2 cm 42.2 cmBackExcluderTransportation - 4 -38.4 cm -26 cm -13.2 cm 43.8 MeV 0 eV 5.93 cm 48.2 cmLArgPhysicalTransportation - 5 -1.21 m -81.6 cm -41.5 cm 43.8 MeV 0 eV 1.03 m 1.51 mCryostatVolumesTransportation - 6 -1.21 m -81.8 cm -41.6 cm 43.8 MeV 0 eV 3.56 mm 1.52 mInsulationPhysicalTransportation - 7 -1.27 m -86.2 cm -43.9 cm 43.8 MeV 0 eV 8.31 cm 1.6 mCryostatVolumesTransportation - 8 -1.28 m -86.4 cm -43.9 cm 43.8 MeV 0 eV 2.97 mm 1.6 mMotherTransportation - 9 -5 m -3.38 m -1.72 m 43.8 MeV 0 eV 4.68 m 6.28 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 28.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 20.4 cm -6.05 cm 14.5 cm 28.9 MeV 0 eV 25.8 cm 25.8 cmLArgPhysicalTransportation - 2 1.04 m -30.8 cm 73.8 cm 28.9 MeV 0 eV 1.05 m 1.31 mCryostatVolumesTransportation - 3 1.04 m -30.9 cm 74 cm 28.9 MeV 0 eV 3.09 mm 1.31 mInsulationPhysicalTransportation - 4 1.1 m -32.5 cm 78.1 cm 28.9 MeV 0 eV 7.2 cm 1.39 mCryostatVolumesTransportation - 5 1.1 m -32.6 cm 78.2 cm 28.9 MeV 0 eV 2.57 mm 1.39 mMotherTransportation - 6 5 m -1.48 m 3.55 m 28.9 MeV 0 eV 4.92 m 6.31 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=33.4789 -Edep in FCAL1 FCAl2 : 0 33.4789 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2578 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 78 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 104 mum -170 mum 264 mum 29.9 MeV 703 keV 332 mum 332 mumWAbsorberPhysicaleBrem - 2 213 mum -384 mum 945 mum 27.4 MeV 1.6 MeV 725 mum 1.06 mmWAbsorberPhysicaleBrem - 3 390 mum -545 mum 1.46 mm 14.3 MeV 990 keV 568 mum 1.62 mmWAbsorberPhysicaleBrem - 4 117 mum -870 mum 2.3 mm 11.9 MeV 1.68 MeV 955 mum 2.58 mmWAbsorberPhysicaleBrem - 5 -449 mum -1.66 mm 3.3 mm 4.45 MeV 3.18 MeV 1.39 mm 3.97 mmWAbsorberPhysicaleBrem - 6 333 mum -1.46 mm 4.49 mm 1.4 MeV 3.05 MeV 1.67 mm 5.64 mmWAbsorberPhysicaleIoni - 7 401 mum -1.42 mm 4.53 mm 0 eV 1.4 MeV 640 mum 6.28 mmWAbsorberPhysicaleIoni - 8 401 mum -1.42 mm 4.53 mm 0 eV 0 eV 0 fm 6.28 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 401 mum -1.42 mm 4.53 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.16 mm 520 mum 5.35 mm 0 eV 69.5 keV 3.47 mm 3.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.16 mm 520 mum 5.35 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.16 mm 532 mum 5.36 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 401 mum -1.42 mm 4.53 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -694 mum -2.19 mm 4.21 mm 0 eV 69.5 keV 1.38 mm 1.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -694 mum -2.19 mm 4.21 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -699 mum -2.2 mm 4.2 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -449 mum -1.66 mm 3.3 mm 4.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.94 mm -1.27 cm 1.5 cm 951 keV 0 eV 1.7 cm 1.7 cmWAbsorberPhysicalcompt - 2 -1.86 cm -8.67 mm 2.96 cm 235 keV 0 eV 1.98 cm 3.68 cmWAbsorberPhysicalcompt - 3 -1.63 cm -7.69 mm 2.92 cm 0 eV 69.5 keV 2.56 mm 3.93 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 cm -7.69 mm 2.92 cm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 cm -7.69 mm 2.92 cm 0 eV 165 keV 35.2 mum 35.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 cm -8.67 mm 2.96 cm 716 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 cm -8.67 mm 2.97 cm 0 eV 716 keV 284 mum 284 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.94 mm -1.27 cm 1.5 cm 3.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.54 mm -1.3 cm 1.48 cm 343 keV 1.84 MeV 923 mum 923 mumWAbsorberPhysicaleBrem - 2 -6.54 mm -1.29 cm 1.48 cm 0 eV 343 keV 106 mum 1.03 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.54 mm -1.3 cm 1.48 cm 1.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.34 mm -7.87 mm 9.59 mm 949 keV 0 eV 7.64 mm 7.64 mmWAbsorberPhysicalcompt - 2 -3.49 mm -7.23 mm 8.58 mm 0 eV 69.5 keV 1.46 mm 9.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.49 mm -7.23 mm 8.58 mm 879 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.47 mm -7.22 mm 8.55 mm 0 eV 879 keV 367 mum 367 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.34 mm -7.87 mm 9.59 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.35 mm -7.86 mm 9.59 mm 0 eV 143 keV 28.3 mum 28.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 117 mum -870 mum 2.3 mm 772 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 mm -7.37 mm 8.86 mm 715 keV 0 eV 9.4 mm 9.4 mmWAbsorberPhysicalcompt - 2 2.07 mm -1.09 cm 1.55 cm 0 eV 69.5 keV 7.52 mm 1.69 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 mm -1.09 cm 1.55 cm 646 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.07 mm -1.09 cm 1.55 cm 0 eV 646 keV 249 mum 249 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 mm -7.37 mm 8.86 mm 56.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 mm -7.37 mm 8.86 mm 0 eV 56.3 keV 6.22 mum 6.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 390 mum -545 mum 1.46 mm 12.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -240 mum -8.61 mm 1.48 cm 8.34 MeV 0 eV 1.56 cm 1.56 cmWAbsorberPhysicalcompt - 2 617 mum -1.14 cm 2.07 cm 5.13 MeV 0 eV 6.59 mm 2.22 cmWAbsorberPhysicalcompt - 3 4.47 mm -1.45 cm 2.98 cm 0 eV 0 eV 1.04 cm 3.26 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 25, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.47 mm -1.45 cm 2.98 cm 3.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.5 mm -1.4 cm 3.03 cm 989 keV 2.34 MeV 1.26 mm 1.26 mmWAbsorberPhysicaleBrem - 2 4.48 mm -1.41 cm 3.04 cm 0 eV 989 keV 426 mum 1.69 mmWAbsorberPhysicaleIoni - 3 4.48 mm -1.41 cm 3.04 cm 0 eV 0 eV 0 fm 1.69 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.48 mm -1.41 cm 3.04 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.98 mm -1.3 cm 2.89 cm 350 keV 0 eV 2.39 mm 2.39 mmWAbsorberPhysicalcompt - 2 4.6 mm -1.15 cm 2.4 cm 0 eV 69.5 keV 5.26 mm 7.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.6 mm -1.15 cm 2.4 cm 281 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.59 mm -1.15 cm 2.4 cm 0 eV 281 keV 78.9 mum 78.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.98 mm -1.3 cm 2.89 cm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.98 mm -1.3 cm 2.89 cm 0 eV 161 keV 33.8 mum 33.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.48 mm -1.41 cm 3.04 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.35 mm -1.49 cm 3.15 cm 0 eV 69.5 keV 1.81 mm 1.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.35 mm -1.49 cm 3.15 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.34 mm -1.49 cm 3.15 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.5 mm -1.4 cm 3.03 cm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.47 mm -1.43 cm 3.04 cm 0 eV 69.5 keV 323 mum 323 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.47 mm -1.43 cm 3.04 cm 34.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.47 mm -1.43 cm 3.04 cm 0 eV 34.9 keV 2.83 mum 2.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.47 mm -1.45 cm 2.98 cm 674 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.48 mm -1.45 cm 2.99 cm 0 eV 674 keV 263 mum 263 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 617 mum -1.14 cm 2.07 cm 3.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 348 mum -1.12 cm 2.11 cm 1.04 MeV 1.57 MeV 976 mum 976 mumWAbsorberPhysicaleBrem - 2 395 mum -1.12 cm 2.11 cm 785 keV 147 keV 96.4 mum 1.07 mmWAbsorberPhysicaleBrem - 3 383 mum -1.12 cm 2.11 cm 0 eV 785 keV 319 mum 1.39 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 395 mum -1.12 cm 2.11 cm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 376 mum -1.13 cm 2.11 cm 0 eV 69.5 keV 47.8 mum 47.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 376 mum -1.13 cm 2.11 cm 37.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 376 mum -1.13 cm 2.11 cm 0 eV 37.8 keV 3.22 mum 3.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 348 mum -1.12 cm 2.11 cm 613 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.89 mm 1.27 cm 3.51 cm 0 eV 69.5 keV 2.83 cm 2.83 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.89 mm 1.27 cm 3.51 cm 543 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.89 mm 1.27 cm 3.51 cm 0 eV 543 keV 199 mum 199 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -240 mum -8.61 mm 1.48 cm 3.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 mum -8.58 mm 1.54 cm 1.8 MeV 1.78 MeV 765 mum 765 mumWAbsorberPhysicaleBrem - 2 12.5 mum -8.61 mm 1.54 cm 1.59 MeV 55.8 keV 42.6 mum 807 mumWAbsorberPhysicaleBrem - 3 -213 mum -8.55 mm 1.56 cm 300 keV 1.15 MeV 477 mum 1.28 mmWAbsorberPhysicaleBrem - 4 -210 mum -8.56 mm 1.56 cm 0 eV 300 keV 87 mum 1.37 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -213 mum -8.55 mm 1.56 cm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -250 mum -8.54 mm 1.55 cm 0 eV 69.5 keV 54.2 mum 54.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -250 mum -8.54 mm 1.55 cm 76 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -250 mum -8.54 mm 1.55 cm 0 eV 76 keV 10.2 mum 10.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 12.5 mum -8.61 mm 1.54 cm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 mum -8.64 mm 1.55 cm 0 eV 69.5 keV 143 mum 143 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 mum -8.64 mm 1.55 cm 81.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 895 nm -8.64 mm 1.55 cm 0 eV 81.3 keV 11.3 mum 11.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mum -8.58 mm 1.54 cm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 10.7 mum -8.62 mm 1.54 cm 0 eV 69.5 keV 65 mum 65 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 10.7 mum -8.62 mm 1.54 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 11.6 mum -8.62 mm 1.54 cm 0 eV 121 keV 21.6 mum 21.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 213 mum -384 mum 945 mum 897 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.91 mm -1.25 cm 3.64 cm 0 eV 69.5 keV 3.8 cm 3.8 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.91 mm -1.25 cm 3.64 cm 827 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.91 mm -1.25 cm 3.64 cm 0 eV 827 keV 340 mum 340 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 104 mum -170 mum 264 mum 5.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.26 mm -3.57 mm 9.77 mm 0 eV 0 eV 1.06 cm 1.06 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 45, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 mm -3.57 mm 9.77 mm 2.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.38 mm -3.61 mm 9.83 mm 2.3 MeV 309 keV 201 mum 201 mumWAbsorberPhysicaleBrem - 2 3.44 mm -3.85 mm 9.67 mm 635 keV 1.49 MeV 371 mum 572 mumWAbsorberPhysicaleBrem - 3 3.46 mm -3.85 mm 9.67 mm 0 eV 635 keV 243 mum 815 mumWAbsorberPhysicaleIoni - 4 3.46 mm -3.85 mm 9.67 mm 0 eV 0 eV 0 fm 815 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.46 mm -3.85 mm 9.67 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.72 mm -6.22 mm 6.97 mm 504 keV 0 eV 6.36 mm 6.36 mmWAbsorberPhysicalcompt - 2 9.29 mm -6.42 mm 6.55 mm 0 eV 69.5 keV 730 mum 7.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.29 mm -6.42 mm 6.55 mm 434 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.3 mm -6.42 mm 6.56 mm 0 eV 434 keV 147 mum 147 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.72 mm -6.22 mm 6.97 mm 7.48 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.72 mm -6.22 mm 6.97 mm 0 eV 7.48 keV 251 nm 251 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.46 mm -3.85 mm 9.67 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6 mm 406 mum 1.45 cm 244 keV 0 eV 1.15 cm 1.15 cmWAbsorberPhysicalcompt - 2 -6.5 mm 572 mum 1.3 cm 0 eV 69.5 keV 1.58 mm 1.3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.5 mm 572 mum 1.3 cm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.51 mm 574 mum 1.3 cm 0 eV 174 keV 38.4 mum 38.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6 mm 406 mum 1.45 cm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6 mm 408 mum 1.45 cm 0 eV 267 keV 73.4 mum 73.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.44 mm -3.85 mm 9.67 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.47 mm -3.85 mm 9.68 mm 0 eV 69.5 keV 31.7 mum 31.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.47 mm -3.85 mm 9.68 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.47 mm -3.85 mm 9.68 mm 0 eV 109 keV 18.2 mum 18.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.38 mm -3.61 mm 9.83 mm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.58 mm -4.25 mm 9.54 mm 0 eV 69.5 keV 1.39 mm 1.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.58 mm -4.25 mm 9.54 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.58 mm -4.25 mm 9.54 mm 0 eV 241 keV 62.9 mum 62.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 mm -3.57 mm 9.77 mm 1.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.3 mm -3.28 mm 9.99 mm 292 keV 1.16 MeV 596 mum 596 mumWAbsorberPhysicaleBrem - 2 3.3 mm -3.27 mm 10 mm 0 eV 292 keV 83.6 mum 679 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.3 mm -3.28 mm 9.99 mm 447 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.19 mm -1.84 mm 1.16 cm 0 eV 69.5 keV 2.16 mm 2.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.19 mm -1.84 mm 1.16 cm 378 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.19 mm -1.84 mm 1.16 cm 0 eV 378 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -11.9 cm 2.76 cm -6.76 cm 41 MeV 0 eV 14 cm 14 cmCuPlateBPhysicalTransportation - 2 -16.4 cm 3.8 cm -9.32 cm 41 MeV 0 eV 5.27 cm 19.2 cmLArgPhysicalTransportation - 3 -20.4 cm 4.73 cm -11.6 cm 41 MeV 0 eV 4.67 cm 23.9 cmBackExcluderTransportation - 4 -41 cm 9.5 cm -23.3 cm 41 MeV 0 eV 24.2 cm 48.1 cmLArgPhysicalTransportation - 5 -1.11 m 25.7 cm -63 cm 41 MeV 0 eV 82 cm 1.3 mCryostatVolumesTransportation - 6 -1.11 m 25.8 cm -63.1 cm 41 MeV 0 eV 3.06 mm 1.3 mInsulationPhysicalTransportation - 7 -1.17 m 27.2 cm -66.6 cm 41 MeV 0 eV 7.14 cm 1.37 mCryostatVolumesTransportation - 8 -1.17 m 27.2 cm -66.7 cm 41 MeV 0 eV 2.55 mm 1.38 mMotherTransportation - 9 -5 m 1.16 m -2.84 m 41 MeV 0 eV 4.49 m 5.87 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 27.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 14.4 cm 4.93 cm -6.87 cm 27.7 MeV 0 eV 16.7 cm 16.7 cmCuPlateBPhysicalTransportation - 2 19.8 cm 6.8 cm -9.46 cm 27.7 MeV 0 eV 6.3 cm 23 cmLArgPhysicalTransportation - 3 24.2 cm 8.31 cm -11.6 cm 27.7 MeV 0 eV 5.13 cm 28.1 cmBackExcluderTransportation - 4 40.5 cm 13.9 cm -19.4 cm 27.7 MeV 0 eV 18.9 cm 47 cmLArgPhysicalTransportation - 5 1.15 m 39.5 cm -55 cm 27.7 MeV 0 eV 86.5 cm 1.33 mCryostatVolumesTransportation - 6 1.15 m 39.6 cm -55.1 cm 27.7 MeV 0 eV 3.14 mm 1.34 mInsulationPhysicalTransportation - 7 1.22 m 41.7 cm -58.1 cm 27.7 MeV 0 eV 7.33 cm 1.41 mCryostatVolumesTransportation - 8 1.22 m 41.8 cm -58.2 cm 27.7 MeV 0 eV 2.62 mm 1.41 mMotherTransportation - 9 5 m 1.72 m -2.39 m 27.7 MeV 0 eV 4.39 m 5.8 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=37.4819 -Edep in FCAL1 FCAl2 : 0 37.4819 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2579 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 79 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 435 mum 166 mum -24.5 mum 1.8 MeV 1.02 MeV 479 mum 479 mumWAbsorberPhysicaleBrem - 2 608 mum 161 mum -220 mum 933 keV 734 keV 345 mum 824 mumWAbsorberPhysicaleBrem - 3 583 mum 131 mum -190 mum 0 eV 933 keV 397 mum 1.22 mmWAbsorberPhysicaleIoni - 4 583 mum 131 mum -190 mum 0 eV 0 eV 0 fm 1.22 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 583 mum 131 mum -190 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 mm 3.16 mm 1.06 mm 295 keV 0 eV 4.32 mm 4.32 mmWAbsorberPhysicalcompt - 2 -2.27 mm 3.38 mm 779 mum 0 eV 69.5 keV 360 mum 4.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 3.38 mm 779 mum 225 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm 3.38 mm 775 mum 0 eV 225 keV 56.9 mum 56.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 mm 3.16 mm 1.06 mm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm 3.16 mm 1.06 mm 0 eV 216 keV 53.4 mum 53.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 583 mum 131 mum -190 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.85 mm -3.38 mm -1.64 mm 258 keV 0 eV 5.02 mm 5.02 mmWAbsorberPhysicalcompt - 2 2.42 mm -5.04 mm -1.04 mm 0 eV 69.5 keV 2.27 mm 7.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.42 mm -5.04 mm -1.04 mm 189 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.42 mm -5.04 mm -1.04 mm 0 eV 189 keV 43.4 mum 43.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.85 mm -3.38 mm -1.64 mm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.86 mm -3.39 mm -1.64 mm 0 eV 253 keV 67.3 mum 67.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 608 mum 161 mum -220 mum 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 612 mum -50.6 mum 34.3 mum 0 eV 69.5 keV 331 mum 331 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 612 mum -50.6 mum 34.3 mum 63.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 612 mum -51.1 mum 33.9 mum 0 eV 63.9 keV 7.63 mum 7.63 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 435 mum 166 mum -24.5 mum 16.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.91 cm 1.42 cm 5.31 mm 0 eV 0 eV 3.23 cm 3.23 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 15, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.91 cm 1.42 cm 5.31 mm 5.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.94 cm 1.41 cm 5.61 mm 2.31 MeV 1.63 MeV 610 mum 610 mumWAbsorberPhysicaleBrem - 2 2.99 cm 1.43 cm 5.27 mm 105 keV 1.87 MeV 879 mum 1.49 mmWAbsorberPhysicaleBrem - 3 2.99 cm 1.43 cm 5.27 mm 0 eV 105 keV 16 mum 1.5 mmWAbsorberPhysicaleIoni - 4 2.99 cm 1.43 cm 5.27 mm 0 eV 0 eV 0 fm 1.5 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.99 cm 1.43 cm 5.27 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 cm 9.72 mm 6.31 mm 262 keV 0 eV 1.22 cm 1.22 cmWAbsorberPhysicalcompt - 2 1.84 cm 8.77 mm 2.54 mm 0 eV 69.5 keV 3.89 mm 1.61 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.84 cm 8.77 mm 2.54 mm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 cm 8.77 mm 2.54 mm 0 eV 193 keV 44.8 mum 44.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 cm 9.72 mm 6.31 mm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 cm 9.72 mm 6.31 mm 0 eV 249 keV 65.8 mum 65.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.99 cm 1.43 cm 5.27 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.07 cm 1.46 cm 5.2 mm 0 eV 69.5 keV 841 mum 841 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.07 cm 1.46 cm 5.2 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.07 cm 1.46 cm 5.22 mm 131 keV 69.4 keV 52 mum 52 mumWAbsorberPhysicaleBrem - 2 3.07 cm 1.46 cm 5.22 mm 0 eV 131 keV 24.4 mum 76.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.07 cm 1.46 cm 5.22 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.95 cm 1.41 cm 5.07 mm 0 eV 69.5 keV 1.29 mm 1.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 cm 1.41 cm 5.07 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.95 cm 1.41 cm 5.07 mm 0 eV 172 keV 37.5 mum 37.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.99 cm 1.43 cm 5.27 mm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 cm 1.34 cm 5.78 mm 182 keV 0 eV 1.06 mm 1.06 mmWAbsorberPhysicalcompt - 2 2.87 cm 1.42 cm 5.94 mm 0 eV 69.5 keV 1.26 mm 2.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.87 cm 1.42 cm 5.94 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.87 cm 1.42 cm 5.94 mm 0 eV 113 keV 19.3 mum 19.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.97 cm 1.34 cm 5.78 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 cm 1.34 cm 5.78 mm 0 eV 156 keV 32.3 mum 32.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 cm 1.41 cm 5.61 mm 1.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.65 cm 2.78 cm 7.53 mm 958 keV 0 eV 1.56 cm 1.56 cmWAbsorberPhysicalcompt - 2 3.85 cm 3.97 cm 6.88 mm 919 keV 0 eV 1.2 cm 2.76 cmWAbsorberPhysicalcompt - 3 3.83 cm 4.59 cm 6 mm 558 keV 0 eV 6.32 mm 3.39 cmWAbsorberPhysicalcompt - 4 3.36 cm 4.95 cm 5.18 mm 455 keV 0 eV 5.9 mm 3.98 cmWAbsorberPhysicalcompt - 5 3.01 cm 6.16 cm 5.56 mm 445 keV 0 eV 1.27 cm 5.25 cmWAbsorberPhysicalcompt - 6 2.97 cm 6.25 cm 5.45 mm 0 eV 69.5 keV 1.01 mm 5.35 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.97 cm 6.25 cm 5.45 mm 375 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.96 cm 6.25 cm 5.45 mm 0 eV 375 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.01 cm 6.16 cm 5.56 mm 10.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.01 cm 6.16 cm 5.56 mm 0 eV 10.2 keV 397 nm 397 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.36 cm 4.95 cm 5.18 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 cm 4.95 cm 5.18 mm 0 eV 103 keV 16.7 mum 16.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.83 cm 4.59 cm 6 mm 361 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.83 cm 4.59 cm 6 mm 0 eV 361 keV 113 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.85 cm 3.97 cm 6.88 mm 39.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.85 cm 3.97 cm 6.88 mm 0 eV 39.5 keV 3.45 mum 3.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.65 cm 2.78 cm 7.53 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.65 cm 2.78 cm 7.53 mm 0 eV 132 keV 24.6 mum 24.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.91 cm 1.42 cm 5.31 mm 10.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.11 cm 1.32 cm 6.04 mm 3.85 MeV 5.28 MeV 2.16 mm 2.16 mmWAbsorberPhysicaleBrem - 2 3.07 cm 1.34 cm 6.17 mm 628 keV 1.3 MeV 616 mum 2.77 mmWAbsorberPhysicaleBrem - 3 3.07 cm 1.34 cm 6.14 mm 445 keV 63.5 keV 41 mum 2.82 mmWAbsorberPhysicaleBrem - 4 3.07 cm 1.34 cm 6.15 mm 0 eV 445 keV 152 mum 2.97 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.07 cm 1.34 cm 6.14 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.09 cm 1.34 cm 6.75 mm 0 eV 69.5 keV 659 mum 659 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.09 cm 1.34 cm 6.75 mm 49.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.09 cm 1.34 cm 6.75 mm 0 eV 49.8 keV 5.06 mum 5.06 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.07 cm 1.34 cm 6.17 mm 1.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.56 cm 3.55 mm 2.88 mm 757 keV 0 eV 1.15 cm 1.15 cmWAbsorberPhysicalcompt - 2 3.69 cm 2.65 mm -883 mum 655 keV 0 eV 4.1 mm 1.56 cmWAbsorberPhysicalcompt - 3 3.72 cm 2.77 mm -1.36 mm 0 eV 69.5 keV 557 mum 1.61 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.72 cm 2.77 mm -1.36 mm 586 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.72 cm 2.77 mm -1.37 mm 0 eV 586 keV 220 mum 220 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.69 cm 2.65 mm -883 mum 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.69 cm 2.65 mm -883 mum 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.56 cm 3.55 mm 2.88 mm 1.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.56 cm 3.51 mm 2.89 mm 0 eV 1.16 MeV 508 mum 508 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.11 cm 1.32 cm 6.04 mm 1.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 cm 8.52 mm 6.37 mm 226 keV 0 eV 8.51 mm 8.51 mmWAbsorberPhysicalcompt - 2 2.4 cm 8.53 mm 6.37 mm 0 eV 69.5 keV 6.41 mum 8.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.4 cm 8.53 mm 6.37 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 cm 8.52 mm 6.37 mm 0 eV 157 keV 32.3 mum 32.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.4 cm 8.52 mm 6.37 mm 1.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.39 cm 8.44 mm 6.54 mm 116 keV 985 keV 497 mum 497 mumWAbsorberPhysicaleBrem - 2 2.39 cm 8.44 mm 6.54 mm 0 eV 116 keV 20.3 mum 517 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 cm 8.44 mm 6.54 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.39 cm 8.44 mm 6.55 mm 0 eV 69.5 keV 41.5 mum 41.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 cm 8.44 mm 6.55 mm 62.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.39 cm 8.44 mm 6.55 mm 0 eV 62.2 keV 7.3 mum 7.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.41 cm 16.5 cm 9.9 cm 35.1 MeV 0 eV 21.4 cm 21.4 cmF2TroffMainPhysicalTransportation - 2 9.94 cm 17.4 cm 10.5 cm 35.1 MeV 0 eV 1.2 cm 22.6 cmLArgPhysicalTransportation - 3 55.8 cm 97.5 cm 58.6 cm 35.1 MeV 0 eV 1.04 m 1.27 mCryostatVolumesTransportation - 4 88 cm 1.54 m 92.6 cm 35.1 MeV 0 eV 73.4 cm 2 mInsulationPhysicalTransportation - 5 92.9 cm 1.62 m 97.6 cm 35.1 MeV 0 eV 11 cm 2.11 mCryostatVolumesTransportation - 6 93 cm 1.63 m 97.8 cm 35.1 MeV 0 eV 3.92 mm 2.11 mMotherTransportation - 7 2.86 m 5 m 3.01 m 35.1 MeV 0 eV 4.38 m 6.5 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -13 cm -14.5 cm -5.08 cm 50.6 MeV 0 eV 20.1 cm 20.1 cmFCALEnvelopePhysicalTransportation - 2 -13.2 cm -14.7 cm -5.17 cm 50.6 MeV 0 eV 3.34 mm 20.4 cmLArgPhysicalTransportation - 3 -87.2 cm -97.5 cm -34.2 cm 50.6 MeV 0 eV 1.15 m 1.35 mMotherTransportation - 4 -4.47 m -5 m -1.75 m 50.6 MeV 0 eV 5.58 m 6.93 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=20.477 -Edep in FCAL1 FCAl2 : 0 20.477 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2580 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 80 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 91.6 mum -47.6 mum -264 mum 46.1 MeV 630 keV 284 mum 284 mumWAbsorberPhysicaleBrem - 2 218 mum -172 mum -754 mum 44.9 MeV 877 keV 523 mum 807 mumWAbsorberPhysicaleBrem - 3 367 mum -361 mum -1.24 mm 43.3 MeV 1.4 MeV 546 mum 1.35 mmWAbsorberPhysicaleBrem - 4 390 mum -397 mum -1.32 mm 25.4 MeV 156 keV 90.2 mum 1.44 mmWAbsorberPhysicaleBrem - 5 901 mum -1.18 mm -2.31 mm 20.7 MeV 4.29 MeV 1.33 mm 2.77 mmWAbsorberPhysicaleBrem - 6 1.74 mm -1.89 mm -3.87 mm 11.3 MeV 6.71 MeV 2.06 mm 4.84 mmWAbsorberPhysicaleBrem - 7 1.86 mm -1.99 mm -3.95 mm 10.9 MeV 290 keV 179 mum 5.02 mmWAbsorberPhysicaleBrem - 8 1.29 mm -4.2 mm -4.83 mm 6.25 MeV 4.61 MeV 2.49 mm 7.51 mmWAbsorberPhysicaleIoni - 9 1.45 mm -4.61 mm -4.87 mm 2.96 MeV 998 keV 488 mum 7.99 mmWAbsorberPhysicaleBrem - 10 1.52 mm -4.77 mm -4.91 mm 2.31 MeV 357 keV 202 mum 8.2 mmWAbsorberPhysicaleBrem - 11 2.05 mm -5.32 mm -5.08 mm 376 keV 1.93 MeV 1.1 mm 9.3 mmWAbsorberPhysicaleIoni - 12 2.06 mm -5.32 mm -5.09 mm 0 eV 376 keV 118 mum 9.41 mmWAbsorberPhysicaleIoni - 13 2.06 mm -5.32 mm -5.09 mm 0 eV 0 eV 0 fm 9.41 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 mm -5.32 mm -5.09 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.2 mm -7.42 mm 773 mum 369 keV 0 eV 6.97 mm 6.97 mmWAbsorberPhysicalcompt - 2 7.54 mm -8.36 mm 1.03 mm 0 eV 69.5 keV 2.54 mm 9.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.54 mm -8.36 mm 1.03 mm 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.55 mm -8.37 mm 1.03 mm 0 eV 299 keV 86.6 mum 86.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.2 mm -7.42 mm 773 mum 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.2 mm -7.42 mm 775 mum 0 eV 142 keV 28 mum 28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 mm -5.32 mm -5.09 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm -4.91 mm -6.24 mm 0 eV 69.5 keV 1.37 mm 1.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm -4.91 mm -6.24 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 mm -4.89 mm -6.25 mm 96.8 keV 99.6 keV 52.9 mum 52.9 mumWAbsorberPhysicaleBrem - 2 1.44 mm -4.89 mm -6.25 mm 0 eV 96.8 keV 15 mum 68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 mm -4.89 mm -6.25 mm 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 494 mum -4.89 mm -5.56 mm 0 eV 69.5 keV 1.18 mm 1.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 494 mum -4.89 mm -5.56 mm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 493 mum -4.89 mm -5.56 mm 0 eV 176 keV 38.8 mum 38.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 mm -4.77 mm -4.91 mm 295 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 mm -4.72 mm -4.81 mm 0 eV 69.5 keV 247 mum 247 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.74 mm -4.72 mm -4.81 mm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 mm -4.71 mm -4.81 mm 0 eV 226 keV 57.1 mum 57.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 mm -4.61 mm -4.87 mm 2.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.63 mm -4.84 mm -4.74 mm 1.94 MeV 0 eV 326 mum 326 mumWAbsorberPhysicalcompt - 2 7.32 mm -2.03 cm 2.55 mm 434 keV 0 eV 1.81 cm 1.84 cmWAbsorberPhysicalcompt - 3 2.77 mm -2.2 cm 3.76 mm 0 eV 69.5 keV 4.97 mm 2.34 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.77 mm -2.2 cm 3.76 mm 365 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.76 mm -2.2 cm 3.76 mm 0 eV 365 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.32 mm -2.03 cm 2.55 mm 1.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.51 mm -2.03 cm 2.48 mm 846 keV 539 keV 346 mum 346 mumWAbsorberPhysicaleBrem - 2 7.5 mm -2.03 cm 2.47 mm 0 eV 846 keV 350 mum 695 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.51 mm -2.03 cm 2.48 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.5 mm -2.03 cm 2.45 mm 0 eV 69.5 keV 59.8 mum 59.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.5 mm -2.03 cm 2.45 mm 47.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.5 mm -2.03 cm 2.45 mm 0 eV 47.4 keV 4.69 mum 4.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.63 mm -4.84 mm -4.74 mm 350 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 mm -4.84 mm -4.74 mm 0 eV 350 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 mm -1.99 mm -3.95 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.25 mm -2.47 mm -4.05 mm 0 eV 69.5 keV 631 mum 631 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.25 mm -2.47 mm -4.05 mm 80.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.25 mm -2.47 mm -4.05 mm 0 eV 80.2 keV 11.1 mum 11.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.74 mm -1.89 mm -3.87 mm 2.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.78 mm -4.31 mm -6.45 mm 1.93 MeV 0 eV 4.08 mm 4.08 mmWAbsorberPhysicalcompt - 2 4.37 mm -6.77 mm -9.72 mm 454 keV 0 eV 4.13 mm 8.21 mmWAbsorberPhysicalcompt - 3 9.01 mm -1.98 cm -1.9 mm 0 eV 69.5 keV 1.59 cm 2.41 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.01 mm -1.98 cm -1.9 mm 385 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9 mm -1.98 cm -1.89 mm 0 eV 385 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.37 mm -6.77 mm -9.72 mm 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.37 mm -6.8 mm -9.78 mm 0 eV 1.47 MeV 668 mum 668 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.78 mm -4.31 mm -6.45 mm 782 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.81 mm -4.32 mm -6.46 mm 0 eV 782 keV 317 mum 317 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 901 mum -1.18 mm -2.31 mm 384 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 mm -1.41 mm -2.46 mm 265 keV 0 eV 289 mum 289 mumWAbsorberPhysicalcompt - 2 -218 mum -6.98 mm 60.6 mum 235 keV 0 eV 6.24 mm 6.53 mmWAbsorberPhysicalcompt - 3 -563 mum -7.28 mm 82.8 mum 123 keV 0 eV 455 mum 6.98 mmWAbsorberPhysicalcompt - 4 -385 mum -7.18 mm 79.8 mum 0 eV 69.5 keV 201 mum 7.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -385 mum -7.18 mm 79.8 mum 53.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -384 mum -7.18 mm 79.6 mum 0 eV 53.6 keV 5.75 mum 5.75 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -563 mum -7.28 mm 82.8 mum 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -565 mum -7.28 mm 82.9 mum 0 eV 112 keV 19 mum 19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -218 mum -6.98 mm 60.6 mum 30.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -218 mum -6.98 mm 60.7 mum 0 eV 30.7 keV 2.29 mum 2.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 mm -1.41 mm -2.46 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 mm -1.41 mm -2.46 mm 0 eV 119 keV 20.9 mum 20.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 390 mum -397 mum -1.32 mm 17.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.46 mm -3.32 mm -7.28 mm 0 eV 0 eV 6.95 mm 6.95 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 36, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.46 mm -3.32 mm -7.28 mm 7.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm -3.42 mm -7.45 mm 5.33 MeV 647 keV 251 mum 251 mumWAbsorberPhysicaleBrem - 2 2.61 mm -3.46 mm -7.51 mm 2.89 MeV 137 keV 72.1 mum 323 mumWAbsorberPhysicaleBrem - 3 1.96 mm -4.17 mm -7.32 mm 401 keV 2.49 MeV 1.31 mm 1.63 mmWAbsorberPhysicaleIoni - 4 1.96 mm -4.18 mm -7.31 mm 0 eV 401 keV 129 mum 1.76 mmWAbsorberPhysicaleIoni - 5 1.96 mm -4.18 mm -7.31 mm 0 eV 0 eV 0 fm 1.76 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 mm -4.18 mm -7.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm -5.28 mm -6.83 mm 236 keV 0 eV 1.2 mm 1.2 mmWAbsorberPhysicalcompt - 2 2.06 mm -5.49 mm -7.66 mm 0 eV 69.5 keV 876 mum 2.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 mm -5.49 mm -7.66 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.07 mm -5.49 mm -7.66 mm 0 eV 166 keV 35.5 mum 35.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 mm -5.28 mm -6.83 mm 275 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm -5.28 mm -6.82 mm 0 eV 275 keV 76.8 mum 76.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 mm -4.18 mm -7.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 mm -2.3 mm -8.13 mm 246 keV 0 eV 2.05 mm 2.05 mmWAbsorberPhysicalcompt - 2 1.84 mm -3.5 mm -1.04 cm 0 eV 7.11 keV 2.56 mm 4.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.84 mm -3.5 mm -1.04 cm 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 mm -3.5 mm -1.04 cm 0 eV 238 keV 61.9 mum 61.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 mm -2.3 mm -8.13 mm 265 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 mm -2.3 mm -8.11 mm 17.4 keV 141 keV 54.7 mum 54.7 mumWAbsorberPhysicaleBrem - 2 2.05 mm -2.3 mm -8.11 mm 0 eV 17.4 keV 918 nm 55.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 mm -2.3 mm -8.11 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm -2.23 mm -8.19 mm 0 eV 69.5 keV 114 mum 114 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 mm -2.23 mm -8.19 mm 37.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm -2.23 mm -8.19 mm 0 eV 37.8 keV 3.22 mum 3.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.61 mm -3.46 mm -7.51 mm 2.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 433 mum -1.57 cm -2.4 cm 619 keV 0 eV 2.06 cm 2.06 cmWAbsorberPhysicalcompt - 2 -297 mum -1.57 cm -2.43 cm 431 keV 0 eV 785 mum 2.14 cmWAbsorberPhysicalcompt - 3 -499 mum -1.57 cm -2.49 cm 0 eV 69.5 keV 639 mum 2.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -499 mum -1.57 cm -2.49 cm 361 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -504 mum -1.58 cm -2.49 cm 0 eV 361 keV 114 mum 114 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -297 mum -1.57 cm -2.43 cm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -300 mum -1.57 cm -2.43 cm 0 eV 188 keV 43.1 mum 43.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 433 mum -1.57 cm -2.4 cm 1.69 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 446 mum -1.57 cm -2.4 cm 0 eV 1.69 MeV 775 mum 775 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 mm -3.42 mm -7.45 mm 1.94 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.78 mm -4.61 mm -9.45 mm 0 eV 0 eV 2.34 mm 2.34 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 51, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.78 mm -4.61 mm -9.45 mm 722 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 mm -4.64 mm -9.47 mm 0 eV 722 keV 287 mum 287 mumWAbsorberPhysicaleIoni - 2 2.79 mm -4.64 mm -9.47 mm 0 eV 0 eV 0 fm 287 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 mm -4.64 mm -9.47 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.29 mm -4.48 mm -9.07 mm 0 eV 69.5 keV 663 mum 663 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm -4.48 mm -9.07 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.29 mm -4.47 mm -9.06 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 mm -4.64 mm -9.47 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.32 mm -4.78 mm -9.85 mm 0 eV 69.5 keV 622 mum 622 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.32 mm -4.78 mm -9.85 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 mm -4.77 mm -9.86 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.78 mm -4.61 mm -9.45 mm 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.78 mm -4.61 mm -9.46 mm 0 eV 194 keV 45.2 mum 45.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.46 mm -3.32 mm -7.28 mm 8.85 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 mm -3.34 mm -7.31 mm 8.17 MeV 89.4 keV 45.4 mum 45.4 mumWAbsorberPhysicaleBrem - 2 3.54 mm -3.44 mm -7.54 mm 5.19 MeV 2.67 MeV 1.3 mm 1.34 mmWAbsorberPhysicaleBrem - 3 3.55 mm -4.78 mm -7.01 mm 1.29 MeV 3.9 MeV 1.76 mm 3.11 mmWAbsorberPhysicaleIoni - 4 3.62 mm -4.78 mm -7.04 mm 983 keV 141 keV 91.4 mum 3.2 mmWAbsorberPhysicaleBrem - 5 3.65 mm -4.81 mm -7.04 mm 0 eV 983 keV 419 mum 3.62 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.62 mm -4.78 mm -7.04 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.15 mm -5.36 mm -7.19 mm 0 eV 69.5 keV 800 mum 800 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.15 mm -5.36 mm -7.19 mm 96.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.15 mm -5.36 mm -7.19 mm 0 eV 96.8 keV 15 mum 15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.54 mm -3.44 mm -7.54 mm 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.11 mm -6.07 mm -1.04 cm 0 eV 69.5 keV 4.14 mm 4.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.11 mm -6.07 mm -1.04 cm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.11 mm -6.07 mm -1.04 cm 0 eV 239 keV 62.2 mum 62.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.48 mm -3.34 mm -7.31 mm 591 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.39 mm -5.05 mm -1.26 cm 250 keV 0 eV 5.92 mm 5.92 mmWAbsorberPhysicalcompt - 2 4.65 mm -4.44 mm -1.26 cm 202 keV 0 eV 669 mum 6.59 mmWAbsorberPhysicalcompt - 3 4.46 mm -3.98 mm -1.3 cm 0 eV 69.5 keV 649 mum 7.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.46 mm -3.98 mm -1.3 cm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.45 mm -3.98 mm -1.3 cm 0 eV 132 keV 24.8 mum 24.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.65 mm -4.44 mm -1.26 cm 48.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.65 mm -4.44 mm -1.26 cm 0 eV 48.4 keV 4.84 mum 4.84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.39 mm -5.05 mm -1.26 cm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.39 mm -5.06 mm -1.27 cm 0 eV 341 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 367 mum -361 mum -1.24 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 969 mum -1.18 mm -2.94 mm 0 eV 69.5 keV 1.98 mm 1.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 969 mum -1.18 mm -2.94 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 971 mum -1.18 mm -2.94 mm 0 eV 117 keV 20.6 mum 20.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 218 mum -172 mum -754 mum 343 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 589 mum -837 mum -2.54 mm 0 eV 69.5 keV 1.94 mm 1.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 589 mum -837 mum -2.54 mm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 592 mum -836 mum -2.54 mm 0 eV 274 keV 76.2 mum 76.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 91.6 mum -47.6 mum -264 mum 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 248 mum -222 mum -774 mum 0 eV 69.5 keV 561 mum 561 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 248 mum -222 mum -774 mum 266 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 246 mum -222 mum -779 mum 0 eV 266 keV 72.9 mum 72.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.42 cm 18.7 cm 32.1 cm 42 MeV 0 eV 37.6 cm 37.6 cmCuPlateAPhysicalTransportation - 2 -5.58 cm 19.3 cm 33 cm 42 MeV 0 eV 1.08 cm 38.6 cmLArgPhysicalTransportation - 3 -21.2 cm 73.3 cm 1.26 m 42 MeV 0 eV 1.08 m 1.47 mCryostatVolumesTransportation - 4 -21.3 cm 73.5 cm 1.26 m 42 MeV 0 eV 3.46 mm 1.47 mInsulationPhysicalTransportation - 5 -22.4 cm 77.5 cm 1.33 m 42 MeV 0 eV 8.08 cm 1.55 mCryostatVolumesTransportation - 6 -22.5 cm 77.7 cm 1.33 m 42 MeV 0 eV 2.88 mm 1.56 mMotherTransportation - 7 -1.45 m 5 m 8.57 m 42 MeV 0 eV 8.47 m 10 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.84 cm -16.7 cm 13 cm 16 MeV 0 eV 23.4 cm 23.4 cmFCALEnvelopePhysicalTransportation - 2 -9.96 cm -16.9 cm 13.2 cm 16 MeV 0 eV 2.94 mm 23.7 cmLArgPhysicalTransportation - 3 -57.3 cm -97.5 cm 75.9 cm 16 MeV 0 eV 1.13 m 1.36 mMotherTransportation - 4 -2.94 m -5 m 3.89 m 16 MeV 0 eV 5.62 m 6.99 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=48.1193 -Edep in FCAL1 FCAl2 : 0 48.1193 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2581 0 0 0 --------------------------------------------- - ----> Begin of event: 81 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 81 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -161 mum 133 mum 48.6 mum 38.9 MeV 301 keV 214 mum 214 mumWAbsorberPhysicaleBrem - 2 -182 mum 151 mum 54.9 mum 38.3 MeV 73.3 keV 29.2 mum 243 mumWAbsorberPhysicaleBrem - 3 -718 mum 675 mum 176 mum 36.6 MeV 1.54 MeV 766 mum 1.01 mmWAbsorberPhysicaleBrem - 4 -1.13 mm 843 mum 433 mum 35.2 MeV 1.03 MeV 518 mum 1.53 mmWAbsorberPhysicaleBrem - 5 -1.54 mm 951 mum 723 mum 34 MeV 1.01 MeV 515 mum 2.04 mmWAbsorberPhysicaleBrem - 6 -1.71 mm 956 mum 839 mum 31.4 MeV 371 keV 209 mum 2.25 mmWAbsorberPhysicaleBrem - 7 -2.23 mm 1.09 mm 1.23 mm 28.6 MeV 1.74 MeV 659 mum 2.91 mmWAbsorberPhysicaleBrem - 8 -2.37 mm 1.07 mm 1.33 mm 0 eV 341 keV 172 mum 3.08 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 mm 1.07 mm 1.33 mm 28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.46 mm 857 mum 1.93 mm 0 eV 0 eV 1.27 mm 1.27 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.46 mm 857 mum 1.93 mm 6.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.61 mm 673 mum 2.33 mm 2.92 MeV 1.79 MeV 1.02 mm 1.02 mmWAbsorberPhysicaleBrem - 2 -4.48 mm -259 mum 2 mm 847 keV 2.07 MeV 1.32 mm 2.34 mmWAbsorberPhysicaleIoni - 3 -4.5 mm -292 mum 1.99 mm 0 eV 847 keV 352 mum 2.69 mmWAbsorberPhysicaleIoni - 4 -4.5 mm -292 mum 1.99 mm 0 eV 0 eV 0 fm 2.69 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.5 mm -292 mum 1.99 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.7 mm -1.08 mm 3.96 mm 266 keV 0 eV 2.28 mm 2.28 mmWAbsorberPhysicalcompt - 2 -3.72 mm -812 mum 4.11 mm 0 eV 69.5 keV 307 mum 2.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.72 mm -812 mum 4.11 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.72 mm -811 mum 4.11 mm 0 eV 196 keV 45.9 mum 45.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.7 mm -1.08 mm 3.96 mm 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.7 mm -1.09 mm 3.97 mm 0 eV 245 keV 64.5 mum 64.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.5 mm -292 mum 1.99 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.74 mm 2.88 mm -5.95 mm 0 eV 69.5 keV 9.14 mm 9.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.74 mm 2.88 mm -5.95 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.74 mm 2.88 mm -5.96 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.61 mm 673 mum 2.33 mm 1.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.39 mm 367 mum 2.34 mm 478 keV 0 eV 836 mum 836 mumWAbsorberPhysicalcompt - 2 -5.95 mm 1.15 mm 2.48 mm 0 eV 69.5 keV 977 mum 1.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.95 mm 1.15 mm 2.48 mm 409 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.96 mm 1.16 mm 2.48 mm 0 eV 409 keV 135 mum 135 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.39 mm 367 mum 2.34 mm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.31 mm 196 mum 2.32 mm 462 keV 528 keV 344 mum 344 mumWAbsorberPhysicaleBrem - 2 -5.3 mm 185 mum 2.32 mm 0 eV 462 keV 160 mum 504 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.31 mm 196 mum 2.32 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.3 mm 29.3 mum 2.28 mm 0 eV 69.5 keV 172 mum 172 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.3 mm 29.3 mum 2.28 mm 71.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.3 mm 28.8 mum 2.28 mm 0 eV 71.6 keV 9.24 mum 9.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.46 mm 857 mum 1.93 mm 20.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.77 mm 868 mum 2.01 mm 18.3 MeV 864 keV 318 mum 318 mumWAbsorberPhysicaleBrem - 2 -4.5 mm 695 mum 2.18 mm 15.4 MeV 1.89 MeV 853 mum 1.17 mmWAbsorberPhysicaleBrem - 3 -4.91 mm 544 mum 2.47 mm 13.8 MeV 952 keV 549 mum 1.72 mmWAbsorberPhysicaleBrem - 4 -5.25 mm 419 mum 2.77 mm 9.61 MeV 900 keV 509 mum 2.23 mmWAbsorberPhysicaleBrem - 5 -5.31 mm 374 mum 2.82 mm 9.03 MeV 163 keV 90.6 mum 2.32 mmWAbsorberPhysicaleBrem - 6 -5.26 mm 608 mum 4.95 mm 4.72 MeV 4.31 MeV 2.25 mm 4.57 mmWAbsorberPhysicaleIoni - 7 -5.84 mm 441 mum 4.72 mm 2.96 MeV 1.26 MeV 664 mum 5.24 mmWAbsorberPhysicaleBrem - 8 -5.8 mm 325 mum 4.32 mm 1.32 MeV 943 keV 556 mum 5.79 mmWAbsorberPhysicaleBrem - 9 -5.86 mm 327 mum 4.34 mm 0 eV 1.32 MeV 592 mum 6.38 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.8 mm 325 mum 4.32 mm 690 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 cm 488 mum 1.08 cm 187 keV 0 eV 1.45 cm 1.45 cmWAbsorberPhysicalcompt - 2 -1.87 cm 476 mum 1.08 cm 0 eV 69.5 keV 117 mum 1.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.87 cm 476 mum 1.08 cm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 cm 477 mum 1.08 cm 0 eV 117 keV 20.5 mum 20.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.88 cm 488 mum 1.08 cm 504 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 cm 489 mum 1.08 cm 0 eV 504 keV 180 mum 180 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.84 mm 441 mum 4.72 mm 502 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.06 mm 646 mum 3.27 mm 0 eV 69.5 keV 3.15 mm 3.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.06 mm 646 mum 3.27 mm 433 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.07 mm 648 mum 3.26 mm 0 eV 433 keV 146 mum 146 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.31 mm 374 mum 2.82 mm 417 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.17 mm -279 mum 3.55 mm 0 eV 69.5 keV 1.3 mm 1.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.17 mm -279 mum 3.55 mm 348 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.17 mm -280 mum 3.56 mm 0 eV 348 keV 108 mum 108 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.25 mm 419 mum 2.77 mm 3.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm -4.57 mm 5.76 mm 0 eV 0 eV 8.18 mm 8.18 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 38, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -4.57 mm 5.76 mm 586 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm -4.59 mm 5.77 mm 0 eV 586 keV 219 mum 219 mumWAbsorberPhysicaleIoni - 2 -1.1 cm -4.59 mm 5.77 mm 0 eV 0 eV 0 fm 219 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -4.59 mm 5.77 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -4.56 mm 6.86 mm 406 keV 0 eV 1.29 mm 1.29 mmWAbsorberPhysicalcompt - 2 -1.23 cm -4.91 mm 7.14 mm 0 eV 69.5 keV 733 mum 2.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 cm -4.91 mm 7.14 mm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm -4.9 mm 7.15 mm 0 eV 337 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm -4.56 mm 6.86 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -4.56 mm 6.86 mm 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -4.59 mm 5.77 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm -4.61 mm 4.68 mm 375 keV 0 eV 1.29 mm 1.29 mmWAbsorberPhysicalcompt - 2 -9.35 mm -3.2 mm 3.81 mm 0 eV 69.5 keV 1.93 mm 3.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.35 mm -3.2 mm 3.81 mm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.34 mm -3.2 mm 3.81 mm 0 eV 306 keV 89.4 mum 89.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm -4.61 mm 4.68 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm -4.61 mm 4.68 mm 0 eV 136 keV 25.9 mum 25.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -4.57 mm 5.76 mm 1.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -4.48 mm 6.02 mm 936 keV 610 keV 448 mum 448 mumWAbsorberPhysicaleBrem - 2 -1.1 cm -4.5 mm 6.02 mm 0 eV 936 keV 395 mum 844 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -4.48 mm 6.02 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -4.58 mm 6.02 mm 0 eV 69.5 keV 103 mum 103 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -4.58 mm 6.02 mm 52.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -4.58 mm 6.02 mm 0 eV 52.4 keV 5.52 mum 5.52 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.91 mm 544 mum 2.47 mm 673 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.89 mm -2.67 mm 6.94 mm 0 eV 69.5 keV 7.42 mm 7.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.89 mm -2.67 mm 6.94 mm 604 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.9 mm -2.67 mm 6.95 mm 0 eV 604 keV 228 mum 228 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.5 mm 695 mum 2.18 mm 970 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm -3.7 mm 5.42 mm 773 keV 0 eV 8.15 mm 8.15 mmWAbsorberPhysicalcompt - 2 -2.32 cm -2.12 cm 5.07 mm 430 keV 0 eV 2.16 cm 2.97 cmWAbsorberPhysicalcompt - 3 -2.34 cm -2.13 cm 5.47 mm 399 keV 0 eV 468 mum 3.02 cmWAbsorberPhysicalcompt - 4 -2.35 cm -2.15 cm 6.88 mm 0 eV 69.5 keV 1.44 mm 3.16 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.35 cm -2.15 cm 6.88 mm 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.35 cm -2.15 cm 6.88 mm 0 eV 329 keV 99.5 mum 99.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.34 cm -2.13 cm 5.47 mm 31.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.34 cm -2.13 cm 5.47 mm 0 eV 31.5 keV 2.39 mum 2.39 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.32 cm -2.12 cm 5.07 mm 342 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.32 cm -2.12 cm 5.07 mm 0 eV 342 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm -3.7 mm 5.42 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm -3.7 mm 5.42 mm 0 eV 197 keV 46.3 mum 46.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.77 mm 868 mum 2.01 mm 1.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.65 cm -1.36 cm 1.87 cm 489 keV 0 eV 3.95 cm 3.95 cmWAbsorberPhysicalcompt - 2 -3.75 cm -1.37 cm 1.77 cm 370 keV 0 eV 1.32 mm 4.08 cmWAbsorberPhysicalcompt - 3 -3.81 cm -1.4 cm 1.77 cm 0 eV 69.5 keV 751 mum 4.16 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.81 cm -1.4 cm 1.77 cm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.81 cm -1.4 cm 1.77 cm 0 eV 301 keV 87.3 mum 87.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.75 cm -1.37 cm 1.77 cm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.75 cm -1.37 cm 1.77 cm 0 eV 119 keV 20.9 mum 20.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.65 cm -1.36 cm 1.87 cm 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.66 cm -1.37 cm 1.87 cm 0 eV 1.07 MeV 466 mum 466 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 mm 1.07 mm 1.33 mm 1.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.14 mm 4.73 mm 1.1 mm 596 keV 0 eV 6.02 mm 6.02 mmWAbsorberPhysicalcompt - 2 -9.47 mm 3.96 mm 1.21 mm 531 keV 0 eV 2.45 mm 8.47 mmWAbsorberPhysicalcompt - 3 -1.27 cm 3.83 mm 115 mum 0 eV 69.5 keV 3.41 mm 1.19 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 cm 3.83 mm 115 mum 462 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm 3.83 mm 115 mum 0 eV 462 keV 160 mum 160 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.47 mm 3.96 mm 1.21 mm 65 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.47 mm 3.96 mm 1.21 mm 0 eV 65 keV 7.87 mum 7.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.14 mm 4.73 mm 1.1 mm 632 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.15 mm 4.75 mm 1.1 mm 0 eV 632 keV 242 mum 242 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 mm 1.09 mm 1.23 mm 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.11 mm 665 mum 5.05 mm 949 keV 0 eV 7.02 mm 7.02 mmWAbsorberPhysicalcompt - 2 -9.36 mm 590 mum 5.42 mm 433 keV 0 eV 1.31 mm 8.34 mmWAbsorberPhysicalcompt - 3 -1.21 cm -3.6 mm 2.67 mm 0 eV 69.5 keV 5.69 mm 1.4 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 cm -3.6 mm 2.67 mm 364 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 cm -3.61 mm 2.67 mm 0 eV 364 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.36 mm 590 mum 5.42 mm 516 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.38 mm 594 mum 5.43 mm 0 eV 516 keV 186 mum 186 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.11 mm 665 mum 5.05 mm 78.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.11 mm 665 mum 5.05 mm 0 eV 78.4 keV 10.7 mum 10.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 mm 956 mum 839 mum 2.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.4 mm 1.57 mm 4.16 mm 865 keV 0 eV 5 mm 5 mmWAbsorberPhysicalcompt - 2 -5.62 mm 1.14 mm 4.65 mm 463 keV 0 eV 689 mum 5.69 mmWAbsorberPhysicalcompt - 3 -6.63 mm -2.86 mm 3.61 mm 231 keV 0 eV 4.26 mm 9.95 mmWAbsorberPhysicalcompt - 4 -7.16 mm -2.61 mm 3.45 mm 0 eV 69.5 keV 609 mum 1.06 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.16 mm -2.61 mm 3.45 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.16 mm -2.61 mm 3.45 mm 0 eV 161 keV 33.9 mum 33.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.63 mm -2.86 mm 3.61 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.63 mm -2.86 mm 3.61 mm 0 eV 232 keV 59.5 mum 59.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.62 mm 1.14 mm 4.65 mm 402 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.62 mm 1.14 mm 4.66 mm 0 eV 402 keV 132 mum 132 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.4 mm 1.57 mm 4.16 mm 1.44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.45 mm 1.6 mm 4.19 mm 0 eV 1.44 MeV 653 mum 653 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 mm 951 mum 723 mum 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm 965 mum 798 mum 0 eV 69.5 keV 128 mum 128 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm 965 mum 798 mum 60.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm 964 mum 798 mum 0 eV 60.7 keV 7.03 mum 7.03 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 mm 843 mum 433 mum 427 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.08 mm 1.61 mm 2.59 mm 316 keV 0 eV 4.56 mm 4.56 mmWAbsorberPhysicalcompt - 2 -5.34 mm 1.24 mm 3.65 mm 0 eV 69.5 keV 1.15 mm 5.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.34 mm 1.24 mm 3.65 mm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.34 mm 1.24 mm 3.65 mm 0 eV 246 keV 64.8 mum 64.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.08 mm 1.61 mm 2.59 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.08 mm 1.61 mm 2.59 mm 0 eV 111 keV 18.9 mum 18.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -718 mum 675 mum 176 mum 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -843 mum 736 mum 243 mum 0 eV 69.5 keV 154 mum 154 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -843 mum 736 mum 243 mum 95 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -844 mum 736 mum 243 mum 0 eV 95 keV 14.6 mum 14.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -182 mum 151 mum 54.9 mum 442 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.47 mm 5.16 mm 2.04 mm 0 eV 69.5 keV 8.28 mm 8.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.47 mm 5.16 mm 2.04 mm 373 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.48 mm 5.16 mm 2.05 mm 0 eV 373 keV 119 mum 119 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -161 mum 133 mum 48.6 mum 759 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm 899 mum 350 mum 610 keV 0 eV 1.21 mm 1.21 mmWAbsorberPhysicalcompt - 2 -2.72 mm 2.41 mm -423 mum 244 keV 0 eV 2.39 mm 3.59 mmWAbsorberPhysicalcompt - 3 -2.27 mm 2.68 mm -457 mum 0 eV 69.5 keV 525 mum 4.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 2.68 mm -457 mum 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm 2.68 mm -456 mum 0 eV 175 keV 38.6 mum 38.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.72 mm 2.41 mm -423 mum 366 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.73 mm 2.42 mm -425 mum 0 eV 366 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm 899 mum 350 mum 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm 900 mum 352 mum 0 eV 149 keV 30.1 mum 30.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.63 cm -8.26 cm -6.22 cm 44.4 MeV 0 eV 11.3 cm 11.3 cmCuPlateBPhysicalTransportation - 2 6.37 cm -11.4 cm -8.56 cm 44.4 MeV 0 eV 4.28 cm 15.6 cmLArgPhysicalTransportation - 3 8.62 cm -15.4 cm -11.6 cm 44.4 MeV 0 eV 5.49 cm 21.1 cmBackExcluderTransportation - 4 15.6 cm -27.9 cm -21 cm 44.4 MeV 0 eV 17.2 cm 38.3 cmLArgPhysicalTransportation - 5 54.6 cm -97.5 cm -73.4 cm 44.4 MeV 0 eV 95.4 cm 1.34 mMotherTransportation - 6 2.8 m -5 m -3.76 m 44.4 MeV 0 eV 5.52 m 6.86 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 20.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 21.6 cm 10.7 cm 32.5 cm 20.9 MeV 0 eV 40.5 cm 40.5 cmF2RodPhysicalTransportation - 2 22 cm 10.9 cm 33.1 cm 20.9 MeV 0 eV 7.34 mm 41.2 cmF2LArGapPhysicalTransportation - 3 22 cm 10.9 cm 33.1 cm 20.9 MeV 0 eV 649 mum 41.3 cmCuPlateAPhysicalTransportation - 4 23.3 cm 11.5 cm 35 cm 20.9 MeV 0 eV 2.27 cm 43.5 cmFCALEnvelopePhysicalTransportation - 5 24.9 cm 12.3 cm 37.4 cm 20.9 MeV 0 eV 3.06 cm 46.6 cmLArgPhysicalTransportation - 6 70.6 cm 35 cm 1.06 m 20.9 MeV 0 eV 85.6 cm 1.32 mCryostatVolumesTransportation - 7 70.7 cm 35.1 cm 1.06 m 20.9 MeV 0 eV 3.11 mm 1.32 mInsulationPhysicalTransportation - 8 74.6 cm 37 cm 1.12 m 20.9 MeV 0 eV 7.26 cm 1.4 mCryostatVolumesTransportation - 9 74.8 cm 37.1 cm 1.12 m 20.9 MeV 0 eV 2.59 mm 1.4 mMotherTransportation - 10 94.4 cm 46.8 cm 1.42 m 20.9 MeV 0 eV 36.9 cm 1.77 mIronWallPhysicalTransportation - 11 1.21 m 60 cm 1.82 m 20.9 MeV 0 eV 49.8 cm 2.27 mMotherTransportation - 12 5 m 2.48 m 7.52 m 20.9 MeV 0 eV 7.1 m 9.36 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=40.9376 -Edep in FCAL1 FCAl2 : 0 40.9376 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2582 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 82 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -129 mum 59.7 mum 34.6 mum 31.5 MeV 275 keV 147 mum 147 mumWAbsorberPhysicaleBrem - 2 -378 mum 181 mum 148 mum 30.2 MeV 535 keV 300 mum 447 mumWAbsorberPhysicaleBrem - 3 -2.16 mm 1.41 mm 1.6 mm 6.26 MeV 6.47 MeV 2.62 mm 3.07 mmWAbsorberPhysicaleBrem - 4 -2.31 mm 2.31 mm 1.74 mm 3.45 MeV 2.11 MeV 914 mum 3.98 mmWAbsorberPhysicaleBrem - 5 -2.19 mm 2.51 mm 1.59 mm 2.63 MeV 512 keV 344 mum 4.32 mmWAbsorberPhysicaleBrem - 6 -2.05 mm 2.43 mm 1.44 mm 0 eV 2.63 MeV 1.22 mm 5.55 mmWAbsorberPhysicaleIoni - 7 -2.05 mm 2.43 mm 1.44 mm 0 eV 0 eV 0 fm 5.55 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 mm 2.43 mm 1.44 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 147 mum -1.25 mm -6.29 mm 318 keV 0 eV 8.84 mm 8.84 mmWAbsorberPhysicalcompt - 2 45.5 mum -323 mum -7.42 mm 275 keV 0 eV 1.47 mm 1.03 cmWAbsorberPhysicalcompt - 3 433 mum 302 mum -7.72 mm 0 eV 69.5 keV 792 mum 1.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 433 mum 302 mum -7.72 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 433 mum 305 mum -7.72 mm 0 eV 206 keV 49.5 mum 49.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 45.5 mum -323 mum -7.42 mm 42.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 45.3 mum -323 mum -7.42 mm 0 eV 42.5 keV 3.91 mum 3.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 147 mum -1.25 mm -6.29 mm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 148 mum -1.26 mm -6.29 mm 0 eV 193 keV 44.9 mum 44.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 mm 2.43 mm 1.44 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.4 mm 3 mm 2.65 mm 485 keV 0 eV 1.38 mm 1.38 mmWAbsorberPhysicalcompt - 2 -2.98 mm 3.21 mm 3.76 mm 209 keV 0 eV 1.27 mm 2.65 mmWAbsorberPhysicalcompt - 3 -3.11 mm 3.25 mm 3.58 mm 0 eV 69.5 keV 224 mum 2.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.11 mm 3.25 mm 3.58 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.11 mm 3.25 mm 3.58 mm 0 eV 140 keV 27.1 mum 27.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.98 mm 3.21 mm 3.76 mm 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 mm 3.21 mm 3.76 mm 0 eV 276 keV 77.1 mum 77.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.4 mm 3 mm 2.65 mm 25.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.4 mm 3 mm 2.65 mm 0 eV 25.7 keV 1.72 mum 1.72 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 mm 2.51 mm 1.59 mm 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.7 mm -324 mum -1.25 mm 0 eV 69.5 keV 5.59 mm 5.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.7 mm -324 mum -1.25 mm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 mm -323 mum -1.25 mm 0 eV 243 keV 63.8 mum 63.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 mm 2.31 mm 1.74 mm 700 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 2.65 mm -4.8 mm 587 keV 0 eV 1.44 cm 1.44 cmWAbsorberPhysicalcompt - 2 1.45 cm 1.68 mm -4.8 mm 451 keV 0 eV 4.12 mm 1.85 cmWAbsorberPhysicalcompt - 3 1.55 cm 2.21 mm -5.01 mm 366 keV 0 eV 1.17 mm 1.96 cmWAbsorberPhysicalcompt - 4 1.84 cm 1.45 mm -5.38 mm 0 eV 69.5 keV 3 mm 2.27 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.84 cm 1.45 mm -5.38 mm 297 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 cm 1.45 mm -5.39 mm 0 eV 297 keV 85.6 mum 85.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm 2.21 mm -5.01 mm 84.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 cm 2.22 mm -5.01 mm 0 eV 84.5 keV 12.1 mum 12.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 cm 1.68 mm -4.8 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 cm 1.68 mm -4.8 mm 0 eV 136 keV 26 mum 26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm 2.65 mm -4.8 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 2.65 mm -4.81 mm 0 eV 113 keV 19.4 mum 19.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 mm 1.41 mm 1.6 mm 17.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 cm 1.84 cm 1.85 cm 7.84 MeV 0 eV 3.31 cm 3.31 cmWAbsorberPhysicalcompt - 2 -2.56 cm 1.91 cm 1.93 cm 0 eV 0 eV 1.23 mm 3.43 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 25, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.56 cm 1.91 cm 1.93 cm 4.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.63 cm 1.93 cm 1.94 cm 0 eV 1.96 MeV 625 mum 625 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.63 cm 1.93 cm 1.94 cm 3.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.99 cm 7.63 mm 2.16 mm 2.64 MeV 0 eV 2.11 cm 2.11 cmWAbsorberPhysicalcompt - 2 -2.93 cm 3.91 mm -4.73 mm 2.58 MeV 0 eV 7.85 mm 2.9 cmWAbsorberPhysicalcompt - 3 -2.8 cm -3.53 mm -1.58 cm 0 eV 0 eV 1.34 cm 4.24 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 31, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 cm -3.53 mm -1.58 cm 764 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.8 cm -3.55 mm -1.58 cm 0 eV 764 keV 309 mum 309 mumWAbsorberPhysicaleIoni - 2 -2.8 cm -3.55 mm -1.58 cm 0 eV 0 eV 0 fm 309 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 cm -3.55 mm -1.58 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.18 cm 4.09 mm -1.55 cm 0 eV 69.5 keV 8.55 mm 8.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.18 cm 4.09 mm -1.55 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.18 cm 4.1 mm -1.55 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 cm -3.55 mm -1.58 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 cm -3.78 mm -1.58 cm 473 keV 0 eV 264 mum 264 mumWAbsorberPhysicalcompt - 2 -2.75 cm -6.96 mm -1.67 cm 0 eV 69.5 keV 3.31 mm 3.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.75 cm -6.96 mm -1.67 cm 403 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.75 cm -6.97 mm -1.67 cm 0 eV 403 keV 133 mum 133 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 cm -3.78 mm -1.58 cm 38.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 cm -3.78 mm -1.58 cm 0 eV 38.2 keV 3.28 mum 3.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 cm -3.53 mm -1.58 cm 792 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.8 cm -3.54 mm -1.58 cm 0 eV 792 keV 322 mum 322 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.93 cm 3.91 mm -4.73 mm 65 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.93 cm 3.91 mm -4.73 mm 0 eV 65 keV 7.85 mum 7.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.99 cm 7.63 mm 2.16 mm 581 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.99 cm 7.62 mm 2.15 mm 0 eV 581 keV 217 mum 217 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.63 cm 1.93 cm 1.94 cm 319 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 cm 1.9 cm 2.77 cm 0 eV 69.5 keV 8.39 mm 8.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 cm 1.9 cm 2.77 cm 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 cm 1.9 cm 2.77 cm 0 eV 250 keV 66.3 mum 66.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.56 cm 1.91 cm 1.93 cm 2.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 cm 1.91 cm 1.94 cm 0 eV 2.34 MeV 1.09 mm 1.09 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.5 cm 1.84 cm 1.85 cm 9.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 cm 1.84 cm 1.85 cm 2.43 MeV 112 keV 50.9 mum 50.9 mumWAbsorberPhysicaleBrem - 2 -2.52 cm 1.79 cm 1.88 cm 336 keV 1.62 MeV 952 mum 1 mmWAbsorberPhysicaleBrem - 3 -2.52 cm 1.79 cm 1.88 cm 0 eV 336 keV 103 mum 1.1 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.52 cm 1.79 cm 1.88 cm 473 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm 1.74 cm 1.38 cm 0 eV 69.5 keV 5.76 mm 5.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm 1.74 cm 1.38 cm 404 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm 1.74 cm 1.38 cm 0 eV 404 keV 133 mum 133 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.5 cm 1.84 cm 1.85 cm 7.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.83 cm 1.93 cm 2.04 cm 0 eV 0 eV 3.85 mm 3.85 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 42, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.83 cm 1.93 cm 2.04 cm 2.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 cm 1.93 cm 2.04 cm 0 eV 2.03 MeV 964 mum 964 mumWAbsorberPhysicaleIoni - 2 -2.84 cm 1.93 cm 2.04 cm 0 eV 0 eV 0 fm 964 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 cm 1.93 cm 2.04 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 cm 2.02 cm 2.11 cm 0 eV 69.5 keV 1.26 mm 1.26 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 cm 2.02 cm 2.11 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.78 cm 2.02 cm 2.11 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 cm 1.93 cm 2.04 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.95 cm 1.77 cm 1.91 cm 174 keV 0 eV 2.38 mm 2.38 mmWAbsorberPhysicalcompt - 2 -2.95 cm 1.77 cm 1.91 cm 0 eV 69.5 keV 917 nm 2.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 cm 1.77 cm 1.91 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.95 cm 1.77 cm 1.91 cm 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 cm 1.77 cm 1.91 cm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.95 cm 1.77 cm 1.91 cm 0 eV 337 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.83 cm 1.93 cm 2.04 cm 4.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.83 cm 1.93 cm 2.05 cm 2.62 MeV 468 keV 118 mum 118 mumWAbsorberPhysicaleBrem - 2 -2.84 cm 1.93 cm 2.06 cm 2.25 MeV 183 keV 101 mum 219 mumWAbsorberPhysicaleBrem - 3 -2.82 cm 1.92 cm 2.09 cm 698 keV 1.23 MeV 643 mum 862 mumWAbsorberPhysicaleBrem - 4 -2.81 cm 1.91 cm 2.09 cm 0 eV 698 keV 275 mum 1.14 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.82 cm 1.92 cm 2.09 cm 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.7 cm 1.92 cm 2.14 cm 314 keV 0 eV 1.28 mm 1.28 mmWAbsorberPhysicalcompt - 2 -2.59 cm 1.89 cm 2.2 cm 0 eV 69.5 keV 1.3 mm 2.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.59 cm 1.89 cm 2.2 cm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.59 cm 1.89 cm 2.2 cm 0 eV 244 keV 64.1 mum 64.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.7 cm 1.92 cm 2.14 cm 3.55 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.7 cm 1.92 cm 2.14 cm 0 eV 3.55 keV 87 nm 87 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 cm 1.93 cm 2.06 cm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.86 cm 1.92 cm 2.08 cm 0 eV 69.5 keV 386 mum 386 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.86 cm 1.92 cm 2.08 cm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.86 cm 1.92 cm 2.08 cm 0 eV 122 keV 21.9 mum 21.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.83 cm 1.93 cm 2.05 cm 935 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.53 cm 2.34 cm 2.42 cm 809 keV 0 eV 8.86 mm 8.86 mmWAbsorberPhysicalcompt - 2 -3.77 cm 2.65 cm 2.76 cm 194 keV 0 eV 5.16 mm 1.4 cmWAbsorberPhysicalcompt - 3 -3.73 cm 2.61 cm 2.71 cm 0 eV 69.5 keV 678 mum 1.47 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.73 cm 2.61 cm 2.71 cm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.73 cm 2.61 cm 2.71 cm 0 eV 125 keV 22.6 mum 22.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.77 cm 2.65 cm 2.76 cm 615 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.77 cm 2.65 cm 2.76 cm 0 eV 615 keV 234 mum 234 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.53 cm 2.34 cm 2.42 cm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.53 cm 2.34 cm 2.42 cm 0 eV 126 keV 23 mum 23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -378 mum 181 mum 148 mum 727 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.62 mm 2.12 mm 949 mum 203 keV 0 eV 3.86 mm 3.86 mmWAbsorberPhysicalcompt - 2 -3.15 mm 2.17 mm 876 mum 0 eV 69.5 keV 479 mum 4.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.15 mm 2.17 mm 876 mum 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.15 mm 2.17 mm 878 mum 0 eV 134 keV 25.4 mum 25.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.62 mm 2.12 mm 949 mum 523 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.64 mm 2.13 mm 952 mum 0 eV 523 keV 189 mum 189 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -129 mum 59.7 mum 34.6 mum 4.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 cm 9 mm 5.97 mm 0 eV 0 eV 2.04 cm 2.04 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 60, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 cm 9 mm 5.97 mm 1.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.76 cm 9.04 mm 6.02 mm 0 eV 1.68 MeV 785 mum 785 mumWAbsorberPhysicaleIoni - 2 -1.76 cm 9.04 mm 6.02 mm 0 eV 0 eV 0 fm 785 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.76 cm 9.04 mm 6.02 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 cm 1.07 cm 6.55 mm 286 keV 0 eV 1.85 mm 1.85 mmWAbsorberPhysicalcompt - 2 -1.7 cm 1.1 cm 9.92 mm 0 eV 69.5 keV 3.62 mm 5.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.7 cm 1.1 cm 9.92 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm 1.1 cm 9.92 mm 0 eV 217 keV 53.7 mum 53.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 cm 1.07 cm 6.55 mm 225 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 cm 1.07 cm 6.55 mm 0 eV 225 keV 56.6 mum 56.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.76 cm 9.04 mm 6.02 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm 6.77 mm 5.26 mm 0 eV 69.5 keV 2.62 mm 2.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm 6.77 mm 5.26 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm 6.76 mm 5.28 mm 96.8 keV 67.6 keV 40.3 mum 40.3 mumWAbsorberPhysicaleBrem - 2 -1.65 cm 6.76 mm 5.28 mm 0 eV 96.8 keV 15 mum 55.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm 6.76 mm 5.28 mm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm 6.7 mm 5.21 mm 0 eV 69.5 keV 102 mum 102 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm 6.7 mm 5.21 mm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm 6.7 mm 5.2 mm 0 eV 208 keV 50.1 mum 50.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 cm 9 mm 5.97 mm 1.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 cm 9.04 mm 5.99 mm 0 eV 1.63 MeV 748 mum 748 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 15.1 cm -12.3 cm -4.44 cm 51.3 MeV 0 eV 20 cm 20 cmLArgPhysicalTransportation - 2 1.19 m -97.5 cm -35.1 cm 51.3 MeV 0 eV 1.38 m 1.58 mMotherTransportation - 3 5 m -4.08 m -1.47 m 51.3 MeV 0 eV 5.04 m 6.62 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 17.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.4 cm 16.4 cm 8.91 mm 17.8 MeV 0 eV 18 cm 18 cmF2TroffMainPhysicalTransportation - 2 -7.82 cm 17.3 cm 9.42 mm 17.8 MeV 0 eV 1.03 cm 19 cmLArgPhysicalTransportation - 3 -44 cm 97.5 cm 5.29 cm 17.8 MeV 0 eV 88 cm 1.07 mCryostatVolumesTransportation - 4 -89 cm 1.98 m 10.7 cm 17.8 MeV 0 eV 1.1 m 2.17 mMotherTransportation - 5 -2.25 m 5 m 27.2 cm 17.8 MeV 0 eV 3.32 m 5.49 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=37.0785 -Edep in FCAL1 FCAl2 : 0 37.0785 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2583 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 83 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 67.2 mum -240 mum 35.5 mum 18.3 MeV 453 keV 254 mum 254 mumWAbsorberPhysicaleBrem - 2 64.1 mum -713 mum -338 nm 16.2 MeV 830 keV 483 mum 737 mumWAbsorberPhysicaleBrem - 3 129 mum -882 mum -16.5 mum 15.7 MeV 357 keV 184 mum 922 mumWAbsorberPhysicaleBrem - 4 91 mum -1.37 mm 119 mum 8.15 MeV 907 keV 527 mum 1.45 mmWAbsorberPhysicaleBrem - 5 -488 mum -1.85 mm -109 mum 5.69 MeV 2.31 MeV 994 mum 2.44 mmWAbsorberPhysicaleBrem - 6 227 mum -1.54 mm 735 mum 1.93 MeV 2.96 MeV 1.26 mm 3.7 mmWAbsorberPhysicaleBrem - 7 479 mum -1.48 mm 900 mum 961 keV 696 keV 406 mum 4.1 mmWAbsorberPhysicaleBrem - 8 469 mum -1.45 mm 943 mum 0 eV 961 keV 411 mum 4.52 mmWAbsorberPhysicaleIoni - 9 469 mum -1.45 mm 943 mum 0 eV 0 eV 0 fm 4.52 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 469 mum -1.45 mm 943 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.29 mm -4.14 mm 1.26 mm 487 keV 0 eV 3.91 mm 3.91 mmWAbsorberPhysicalcompt - 2 4.17 mm -5.07 mm 963 mum 0 eV 69.5 keV 1.31 mm 5.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.17 mm -5.07 mm 963 mum 418 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.18 mm -5.07 mm 962 mum 0 eV 418 keV 139 mum 139 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm -4.14 mm 1.26 mm 23.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.29 mm -4.14 mm 1.26 mm 0 eV 23.6 keV 1.49 mum 1.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 469 mum -1.45 mm 943 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -461 mum -569 mum 839 mum 0 eV 69.5 keV 1.29 mm 1.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -461 mum -569 mum 839 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -467 mum -560 mum 843 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 479 mum -1.48 mm 900 mum 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 494 mum -1.39 mm 1.16 mm 0 eV 69.5 keV 278 mum 278 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 494 mum -1.39 mm 1.16 mm 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 493 mum -1.38 mm 1.16 mm 0 eV 205 keV 49.2 mum 49.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 227 mum -1.54 mm 735 mum 799 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -46.7 mum 1.8 mm 5.88 mm 0 eV 69.5 keV 6.14 mm 6.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -46.7 mum 1.8 mm 5.88 mm 730 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -49.9 mum 1.8 mm 5.91 mm 0 eV 730 keV 284 mum 284 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -488 mum -1.85 mm -109 mum 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -481 mum -1.85 mm -106 mum 0 eV 69.5 keV 8.74 mum 8.74 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -481 mum -1.85 mm -106 mum 81.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -482 mum -1.85 mm -106 mum 0 eV 81.6 keV 11.4 mum 11.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 91 mum -1.37 mm 119 mum 6.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -896 mum -2.7 cm -2.07 mm 0 eV 0 eV 2.57 cm 2.57 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 21, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -896 mum -2.7 cm -2.07 mm 1.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -927 mum -2.7 cm -2.04 mm 0 eV 1.09 MeV 480 mum 480 mumWAbsorberPhysicaleIoni - 2 -927 mum -2.7 cm -2.04 mm 0 eV 0 eV 0 fm 480 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -927 mum -2.7 cm -2.04 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -882 mum -2.71 cm -2.12 mm 207 keV 0 eV 103 mum 103 mumWAbsorberPhysicalcompt - 2 -996 mum -2.7 cm -2.13 mm 199 keV 0 eV 119 mum 221 mumWAbsorberPhysicalcompt - 3 -1.16 mm -2.69 cm -2.21 mm 0 eV 69.5 keV 205 mum 426 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 mm -2.69 cm -2.21 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.16 mm -2.69 cm -2.21 mm 0 eV 130 keV 24.1 mum 24.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -996 mum -2.7 cm -2.13 mm 7.26 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -996 mum -2.7 cm -2.13 mm 0 eV 7.26 keV 241 nm 241 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -882 mum -2.71 cm -2.12 mm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -877 mum -2.71 cm -2.13 mm 0 eV 304 keV 88.8 mum 88.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -927 mum -2.7 cm -2.04 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.97 mm -2.53 cm 1.72 mm 0 eV 69.5 keV 4.61 mm 4.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.97 mm -2.53 cm 1.72 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.97 mm -2.53 cm 1.73 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -896 mum -2.7 cm -2.07 mm 4.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -548 mum -2.73 cm -1.98 mm 2.58 MeV 1.19 MeV 542 mum 542 mumWAbsorberPhysicaleBrem - 2 -119 mum -2.71 cm -2.5 mm 623 keV 1.83 MeV 1.09 mm 1.63 mmWAbsorberPhysicaleBrem - 3 -126 mum -2.71 cm -2.51 mm 0 eV 623 keV 238 mum 1.87 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -119 mum -2.71 cm -2.5 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -155 mum -2.71 cm -2.52 mm 0 eV 69.5 keV 102 mum 102 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -155 mum -2.71 cm -2.52 mm 53.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -155 mum -2.71 cm -2.52 mm 0 eV 53.2 keV 5.66 mum 5.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -548 mum -2.73 cm -1.98 mm 787 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.52 mm -2.53 cm 138 mum 0 eV 69.5 keV 8.58 mm 8.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.52 mm -2.53 cm 138 mum 717 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.54 mm -2.53 cm 151 mum 0 eV 717 keV 285 mum 285 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 129 mum -882 mum -16.5 mum 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 154 mum -1.15 mm 19.8 mum 0 eV 69.5 keV 276 mum 276 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 154 mum -1.15 mm 19.8 mum 88.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 154 mum -1.15 mm 19 mum 0 eV 88.5 keV 13.1 mum 13.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 64.1 mum -713 mum -338 nm 1.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.66 mm -2.12 cm -1.29 mm 781 keV 0 eV 2.11 cm 2.11 cmWAbsorberPhysicalcompt - 2 4.3 mm -2.19 cm -1.46 mm 0 eV 69.5 keV 785 mum 2.18 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.3 mm -2.19 cm -1.46 mm 711 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.28 mm -2.19 cm -1.47 mm 0 eV 711 keV 282 mum 282 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.66 mm -2.12 cm -1.29 mm 496 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.67 mm -2.12 cm -1.28 mm 0 eV 496 keV 176 mum 176 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 67.2 mum -240 mum 35.5 mum 312 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 59.2 mum -7.42 mm -274 mum 0 eV 69.5 keV 7.18 mm 7.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 59.2 mum -7.42 mm -274 mum 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 58.3 mum -7.42 mm -276 mum 0 eV 242 keV 63.4 mum 63.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.82 cm -11.1 cm -6.07 cm 36 MeV 0 eV 15.4 cm 15.4 cmCuPlateBPhysicalTransportation - 2 -12.2 cm -15.3 cm -8.37 cm 36 MeV 0 eV 5.84 cm 21.3 cmLArgPhysicalTransportation - 3 -16.8 cm -21.2 cm -11.6 cm 36 MeV 0 eV 8.16 cm 29.4 cmBackExcluderTransportation - 4 -20.8 cm -26.2 cm -14.3 cm 36 MeV 0 eV 6.97 cm 36.4 cmLArgPhysicalTransportation - 5 -77.3 cm -97.5 cm -53.2 cm 36 MeV 0 eV 98.9 cm 1.35 mMotherTransportation - 6 -3.96 m -5 m -2.73 m 36 MeV 0 eV 5.59 m 6.94 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.58 cm 16.7 cm 4.44 cm 50.1 MeV 0 eV 18.5 cm 18.5 cmF2TroffMainPhysicalTransportation - 2 6.95 cm 17.7 cm 4.7 cm 50.1 MeV 0 eV 1.06 cm 19.6 cmLArgPhysicalTransportation - 3 38.4 cm 97.5 cm 25.9 cm 50.1 MeV 0 eV 88.4 cm 1.08 mCryostatVolumesTransportation - 4 77.7 cm 1.98 m 52.5 cm 50.1 MeV 0 eV 1.11 m 2.19 mMotherTransportation - 5 1.97 m 5 m 1.33 m 50.1 MeV 0 eV 3.35 m 5.54 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=20.1353 -Edep in FCAL1 FCAl2 : 0 20.1353 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2584 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 84 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 15 mum 47.1 mum -57.4 mum 43.3 MeV 104 keV 75.7 mum 75.7 mumWAbsorberPhysicaleBrem - 2 24.7 mum 73.3 mum -87.8 mum 35.9 MeV 77.4 keV 41.4 mum 117 mumWAbsorberPhysicaleBrem - 3 85 mum 212 mum -277 mum 32.3 MeV 453 keV 243 mum 360 mumWAbsorberPhysicaleIoni - 4 126 mum 449 mum -559 mum 30.6 MeV 648 keV 373 mum 732 mumWAbsorberPhysicaleBrem - 5 117 mum 781 mum -936 mum 21.5 MeV 1.03 MeV 506 mum 1.24 mmWAbsorberPhysicaleBrem - 6 168 mum 903 mum -1.05 mm 18.8 MeV 415 keV 173 mum 1.41 mmWAbsorberPhysicaleIoni - 7 256 mum 1.14 mm -1.48 mm 9.14 MeV 1.24 MeV 496 mum 1.91 mmWAbsorberPhysicaleBrem - 8 -543 mum 3.34 mm -1.73 mm 4.93 MeV 4.06 MeV 2.24 mm 4.14 mmWAbsorberPhysicaleBrem - 9 -505 mum 3.52 mm -1.84 mm 3.58 MeV 604 keV 234 mum 4.38 mmWAbsorberPhysicaleBrem - 10 584 mum 3.05 mm -2.01 mm 1.27 MeV 2.3 MeV 1.49 mm 5.87 mmWAbsorberPhysicaleIoni - 11 648 mum 3.01 mm -2.03 mm 0 eV 1.27 MeV 575 mum 6.44 mmWAbsorberPhysicaleIoni - 12 648 mum 3.01 mm -2.03 mm 0 eV 0 eV 0 fm 6.44 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 648 mum 3.01 mm -2.03 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 350 mum 2.46 mm -1.96 mm 434 keV 0 eV 627 mum 627 mumWAbsorberPhysicalcompt - 2 199 mum 2.2 mm -2.13 mm 0 eV 69.5 keV 342 mum 969 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 199 mum 2.2 mm -2.13 mm 364 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 197 mum 2.2 mm -2.13 mm 0 eV 364 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 350 mum 2.46 mm -1.96 mm 77.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 350 mum 2.46 mm -1.96 mm 0 eV 77.2 keV 10.4 mum 10.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 648 mum 3.01 mm -2.03 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 725 mum 3.15 mm -2.05 mm 187 keV 0 eV 163 mum 163 mumWAbsorberPhysicalcompt - 2 600 mum 2.74 mm -1.57 mm 0 eV 69.5 keV 648 mum 811 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 600 mum 2.74 mm -1.57 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 601 mum 2.74 mm -1.57 mm 0 eV 117 keV 20.6 mum 20.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 725 mum 3.15 mm -2.05 mm 324 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 728 mum 3.16 mm -2.05 mm 0 eV 324 keV 97.2 mum 97.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -505 mum 3.52 mm -1.84 mm 751 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 646 mum 5.47 mm -5.93 mm 0 eV 69.5 keV 4.68 mm 4.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 646 mum 5.47 mm -5.93 mm 681 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 650 mum 5.49 mm -5.94 mm 0 eV 681 keV 267 mum 267 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -543 mum 3.34 mm -1.73 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -550 mum 3.42 mm -1.83 mm 0 eV 69.5 keV 130 mum 130 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -550 mum 3.42 mm -1.83 mm 81.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -550 mum 3.42 mm -1.83 mm 0 eV 81.3 keV 11.3 mum 11.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 256 mum 1.14 mm -1.48 mm 8.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 178 mum 2.25 mm -3.05 mm 0 eV 0 eV 1.93 mm 1.93 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 178 mum 2.25 mm -3.05 mm 4.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 mm 2.64 mm -3.09 mm 1.62 MeV 2.85 MeV 1.67 mm 1.67 mmWAbsorberPhysicaleIoni - 2 1.47 mm 2.7 mm -3.09 mm 0 eV 1.62 MeV 755 mum 2.43 mmWAbsorberPhysicaleIoni - 3 1.47 mm 2.7 mm -3.09 mm 0 eV 0 eV 0 fm 2.43 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.47 mm 2.7 mm -3.09 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.04 mm 1.76 mm -6.04 mm 484 keV 0 eV 3.15 mm 3.15 mmWAbsorberPhysicalcompt - 2 2.48 mm 1.76 mm -7.26 mm 0 eV 69.5 keV 1.3 mm 4.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.48 mm 1.76 mm -7.26 mm 414 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 mm 1.75 mm -7.27 mm 0 eV 414 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 mm 1.76 mm -6.04 mm 27.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.04 mm 1.76 mm -6.04 mm 0 eV 27.1 keV 1.87 mum 1.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.47 mm 2.7 mm -3.09 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 mm 3.28 mm -1.24 mm 0 eV 69.5 keV 1.97 mm 1.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 mm 3.28 mm -1.24 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 mm 3.29 mm -1.23 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 178 mum 2.25 mm -3.05 mm 2.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 387 mum 2.47 mm -3.24 mm 1.95 MeV 811 keV 470 mum 470 mumWAbsorberPhysicaleBrem - 2 348 mum 2.36 mm -3.18 mm 1.45 MeV 296 keV 166 mum 635 mumWAbsorberPhysicaleBrem - 3 330 mum 2.44 mm -3.29 mm 6.59 keV 401 keV 209 mum 844 mumWAbsorberPhysicaleBrem - 4 330 mum 2.44 mm -3.29 mm 0 eV 6.59 keV 208 nm 844 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 330 mum 2.44 mm -3.29 mm 1.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm 3.27 cm -5.39 cm 484 keV 0 eV 6.09 cm 6.09 cmWAbsorberPhysicalcompt - 2 1.4 cm 3.48 cm -5.43 cm 193 keV 0 eV 2.45 mm 6.33 cmWAbsorberPhysicalcompt - 3 1.39 cm 3.44 cm -5.45 cm 0 eV 69.5 keV 462 mum 6.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 cm 3.44 cm -5.45 cm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm 3.44 cm -5.45 cm 0 eV 123 keV 22.2 mum 22.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm 3.48 cm -5.43 cm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm 3.48 cm -5.43 cm 0 eV 291 keV 83.2 mum 83.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm 3.27 cm -5.39 cm 561 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm 3.27 cm -5.39 cm 0 eV 561 keV 207 mum 207 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 348 mum 2.36 mm -3.18 mm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 222 mum 2.32 mm -3.28 mm 0 eV 69.5 keV 167 mum 167 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 222 mum 2.32 mm -3.28 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 222 mum 2.32 mm -3.28 mm 0 eV 131 keV 24.5 mum 24.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 387 mum 2.47 mm -3.24 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 197 mum 2.38 mm -3.23 mm 0 eV 69.5 keV 211 mum 211 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 197 mum 2.38 mm -3.23 mm 63.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 196 mum 2.38 mm -3.23 mm 0 eV 63.6 keV 7.56 mum 7.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 168 mum 903 mum -1.05 mm 2.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 149 mum 1.02 mm -1.12 mm 0 eV 2.32 MeV 1.08 mm 1.08 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 117 mum 781 mum -936 mum 8.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 361 mum 1.59 mm -1.76 mm 280 keV 0 eV 1.18 mm 1.18 mmWAbsorberPhysicalcompt - 2 -45 mum 693 mum -1.68 mm 264 keV 0 eV 990 mum 2.17 mmWAbsorberPhysicalcompt - 3 124 mum -3.23 mm -1.01 mm 0 eV 69.5 keV 3.99 mm 6.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 124 mum -3.23 mm -1.01 mm 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 126 mum -3.23 mm -1.01 mm 0 eV 194 keV 45.3 mum 45.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -45 mum 693 mum -1.68 mm 15.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -45.1 mum 693 mum -1.68 mm 0 eV 15.8 keV 783 nm 783 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 361 mum 1.59 mm -1.76 mm 7.75 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.22 mm 1.66 mm -2.32 mm 3.54 MeV 4.22 MeV 2.11 mm 2.11 mmWAbsorberPhysicaleIoni - 2 2.26 mm 1.77 mm -2.7 mm 1.77 MeV 1.48 MeV 478 mum 2.58 mmWAbsorberPhysicaleBrem - 3 2.18 mm 1.78 mm -2.74 mm 0 eV 1.77 MeV 814 mum 3.4 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.26 mm 1.77 mm -2.7 mm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 mm 1.78 mm -2.72 mm 0 eV 69.5 keV 54.7 mum 54.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 mm 1.78 mm -2.72 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 mm 1.78 mm -2.72 mm 0 eV 220 keV 54.9 mum 54.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 126 mum 449 mum -559 mum 1.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 mm 6.82 mm -7.74 mm 459 keV 0 eV 9.67 mm 9.67 mmWAbsorberPhysicalcompt - 2 266 mum 7.72 mm -7.78 mm 385 keV 0 eV 1.38 mm 1.11 cmWAbsorberPhysicalcompt - 3 32.2 mum 7.73 mm -7.85 mm 0 eV 69.5 keV 243 mum 1.13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 32.2 mum 7.73 mm -7.85 mm 315 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 27.5 mum 7.74 mm -7.84 mm 0 eV 315 keV 93.2 mum 93.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 266 mum 7.72 mm -7.78 mm 74.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 266 mum 7.72 mm -7.78 mm 0 eV 74.6 keV 9.85 mum 9.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 mm 6.82 mm -7.74 mm 629 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 mm 6.83 mm -7.75 mm 0 eV 629 keV 241 mum 241 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 85 mum 212 mum -277 mum 3.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 54.1 mum 280 mum -482 mum 0 eV 3.15 MeV 1.36 mm 1.36 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 24.7 mum 73.3 mum -87.8 mum 7.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.1 mm 6.88 mm -8.13 mm 0 eV 0 eV 1.1 cm 1.1 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 46, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.1 mm 6.88 mm -8.13 mm 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 mm 6.92 mm -8.3 mm 545 keV 482 keV 335 mum 335 mumWAbsorberPhysicaleBrem - 2 2.95 mm 6.93 mm -8.31 mm 0 eV 545 keV 198 mum 533 mumWAbsorberPhysicaleIoni - 3 2.95 mm 6.93 mm -8.31 mm 0 eV 0 eV 0 fm 533 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 mm 6.93 mm -8.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.31 mm 7.24 mm -7.01 mm 0 eV 69.5 keV 1.38 mm 1.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.31 mm 7.24 mm -7.01 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.31 mm 7.23 mm -7 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 mm 6.93 mm -8.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.73 mm 6.74 mm -9.11 mm 307 keV 0 eV 858 mum 858 mumWAbsorberPhysicalcompt - 2 -1.4 mm 1.1 cm -1.12 cm 0 eV 69.5 keV 6.32 mm 7.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 mm 1.1 cm -1.12 cm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 mm 1.1 cm -1.12 cm 0 eV 237 keV 61.4 mum 61.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.73 mm 6.74 mm -9.11 mm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.73 mm 6.74 mm -9.12 mm 0 eV 204 keV 48.9 mum 48.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.97 mm 6.92 mm -8.3 mm 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.69 mm 7.12 mm -8.36 mm 0 eV 69.5 keV 345 mum 345 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.69 mm 7.12 mm -8.36 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.69 mm 7.12 mm -8.35 mm 0 eV 125 keV 22.6 mum 22.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.1 mm 6.88 mm -8.13 mm 5.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.08 mm 7.02 mm -8.26 mm 3.71 MeV 349 keV 195 mum 195 mumWAbsorberPhysicaleBrem - 2 3.42 mm 7.08 mm -8.33 mm 2.76 MeV 718 keV 369 mum 564 mumWAbsorberPhysicaleBrem - 3 3.29 mm 7.09 mm -8.3 mm 2.36 MeV 292 keV 135 mum 699 mumWAbsorberPhysicaleBrem - 4 3.23 mm 7.38 mm -8.04 mm 1.2 MeV 985 keV 582 mum 1.28 mmWAbsorberPhysicaleBrem - 5 3.21 mm 7.35 mm -8.08 mm 0 eV 1.2 MeV 531 mum 1.81 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.23 mm 7.38 mm -8.04 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.17 mm 7.37 mm -8.15 mm 0 eV 69.5 keV 129 mum 129 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.17 mm 7.37 mm -8.15 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.17 mm 7.37 mm -8.15 mm 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm 7.09 mm -8.3 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.17 mm 7.11 mm -8.23 mm 0 eV 69.5 keV 144 mum 144 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.17 mm 7.11 mm -8.23 mm 39.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.17 mm 7.11 mm -8.23 mm 0 eV 39.4 keV 3.45 mum 3.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 mm 7.08 mm -8.33 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 mm 8.12 mm -8.78 mm 0 eV 69.5 keV 5.37 mm 5.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 mm 8.12 mm -8.78 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 mm 8.12 mm -8.78 mm 0 eV 162 keV 34 mum 34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.08 mm 7.02 mm -8.26 mm 986 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.33 mm 9.8 mm -1.27 cm 843 keV 0 eV 6.14 mm 6.14 mmWAbsorberPhysicalcompt - 2 8.63 mm 1.08 cm -1.91 cm 566 keV 0 eV 6.94 mm 1.31 cmWAbsorberPhysicalcompt - 3 5.07 mm 1.16 cm -2.65 cm 0 eV 69.5 keV 8.17 mm 2.13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.07 mm 1.16 cm -2.65 cm 496 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.04 mm 1.15 cm -2.65 cm 4.76 keV 276 keV 130 mum 130 mumWAbsorberPhysicaleBrem - 2 5.04 mm 1.15 cm -2.65 cm 0 eV 4.76 keV 131 nm 130 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.04 mm 1.15 cm -2.65 cm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.85 mm 1.09 cm -2.69 cm 0 eV 69.5 keV 1.14 mm 1.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.85 mm 1.09 cm -2.69 cm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.85 mm 1.09 cm -2.69 cm 0 eV 146 keV 29.1 mum 29.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.63 mm 1.08 cm -1.91 cm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.64 mm 1.08 cm -1.91 cm 0 eV 277 keV 77.4 mum 77.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.33 mm 9.8 mm -1.27 cm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.34 mm 9.8 mm -1.27 cm 0 eV 143 keV 28.2 mum 28.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15 mum 47.1 mum -57.4 mum 5.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.77 mm 7.92 mm -9.44 mm 0 eV 0 eV 1.26 cm 1.26 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 67, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.77 mm 7.92 mm -9.44 mm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.78 mm 7.95 mm -9.49 mm 0 eV 1.06 MeV 461 mum 461 mumWAbsorberPhysicaleIoni - 2 2.78 mm 7.95 mm -9.49 mm 0 eV 0 eV 0 fm 461 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.78 mm 7.95 mm -9.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 mm 8.3 mm -9.62 mm 352 keV 0 eV 484 mum 484 mumWAbsorberPhysicalcompt - 2 1.3 mm 8.08 mm -1.01 cm 266 keV 0 eV 1.29 mm 1.78 mmWAbsorberPhysicalcompt - 3 1.18 mm 8.06 mm -1 cm 0 eV 69.5 keV 146 mum 1.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 mm 8.06 mm -1 cm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 mm 8.06 mm -1 cm 0 eV 196 keV 45.9 mum 45.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 mm 8.08 mm -1.01 cm 86.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 mm 8.08 mm -1.01 cm 0 eV 86.6 keV 12.6 mum 12.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.48 mm 8.3 mm -9.62 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 mm 8.31 mm -9.62 mm 0 eV 159 keV 33 mum 33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.78 mm 7.95 mm -9.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.1 mm 2.96 mm -7.67 mm 0 eV 69.5 keV 6.85 mm 6.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.1 mm 2.96 mm -7.67 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.11 mm 2.96 mm -7.67 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.77 mm 7.92 mm -9.44 mm 3.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.89 mm 7.76 mm -9.82 mm 1.86 MeV 1.05 MeV 559 mum 559 mumWAbsorberPhysicaleBrem - 2 2.95 mm 7.92 mm -9.57 mm 372 keV 1.28 MeV 490 mum 1.05 mmWAbsorberPhysicaleBrem - 3 2.96 mm 7.9 mm -9.57 mm 28.5 keV 98.5 keV 46.8 mum 1.1 mmWAbsorberPhysicaleBrem - 4 2.96 mm 7.9 mm -9.57 mm 0 eV 28.5 keV 2.03 mum 1.1 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.96 mm 7.9 mm -9.57 mm 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.92 mm 7.74 mm -9.4 mm 0 eV 69.5 keV 236 mum 236 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 mm 7.74 mm -9.4 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.92 mm 7.74 mm -9.4 mm 0 eV 175 keV 38.7 mum 38.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 mm 7.92 mm -9.57 mm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.53 mm 7.75 mm -9.01 mm 0 eV 69.5 keV 825 mum 825 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.53 mm 7.75 mm -9.01 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.53 mm 7.75 mm -9.01 mm 0 eV 142 keV 27.8 mum 27.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.89 mm 7.76 mm -9.82 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 mm 7.99 mm -9.75 mm 222 keV 0 eV 579 mum 579 mumWAbsorberPhysicalcompt - 2 1.85 mm 8.33 mm -9.86 mm 0 eV 69.5 keV 628 mum 1.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 mm 8.33 mm -9.86 mm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 mm 8.33 mm -9.86 mm 0 eV 152 keV 31 mum 31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.36 mm 7.99 mm -9.75 mm 5.69 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 mm 7.99 mm -9.75 mm 0 eV 5.69 keV 169 nm 169 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 23.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -14.5 cm -12.3 cm 8.91 cm 23.1 MeV 0 eV 21 cm 21 cmFCALEnvelopePhysicalTransportation - 2 -14.8 cm -12.5 cm 9.07 cm 23.1 MeV 0 eV 3.91 mm 21.4 cmLArgPhysicalTransportation - 3 -1.09 m -91.8 cm 66.7 cm 23.1 MeV 0 eV 1.36 m 1.57 mCryostatVolumesTransportation - 4 -1.09 m -92 cm 66.9 cm 23.1 MeV 0 eV 3.7 mm 1.57 mInsulationPhysicalTransportation - 5 -1.15 m -97.1 cm 70.5 cm 23.1 MeV 0 eV 8.63 cm 1.66 mCryostatVolumesTransportation - 6 -1.15 m -97.3 cm 70.7 cm 23.1 MeV 0 eV 3.08 mm 1.66 mMotherTransportation - 7 -5 m -4.23 m 3.07 m 23.1 MeV 0 eV 5.57 m 7.23 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.08 cm -17.7 cm 29 cm 33.5 MeV 0 eV 34.9 cm 34.9 cmLArgPhysicalTransportation - 2 34.2 cm -75.1 cm 1.23 m 33.5 MeV 0 eV 1.13 m 1.48 mCryostatVolumesTransportation - 3 34.3 cm -75.2 cm 1.23 m 33.5 MeV 0 eV 3.48 mm 1.48 mInsulationPhysicalTransportation - 4 36.2 cm -79.4 cm 1.3 m 33.5 MeV 0 eV 8.12 cm 1.56 mCryostatVolumesTransportation - 5 36.3 cm -79.5 cm 1.3 m 33.5 MeV 0 eV 2.9 mm 1.57 mMotherTransportation - 6 2.28 m -5 m 8.18 m 33.5 MeV 0 eV 8.29 m 9.85 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=49.6031 -Edep in FCAL1 FCAl2 : 0 49.6031 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2585 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 85 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 235 mum 498 mum -503 mum 44.6 MeV 1.2 MeV 744 mum 744 mumWAbsorberPhysicaleBrem - 2 288 mum 554 mum -575 mum 44 MeV 169 keV 105 mum 849 mumWAbsorberPhysicaleBrem - 3 691 mum 1.23 mm -1.17 mm 41.9 MeV 1.93 MeV 987 mum 1.84 mmWAbsorberPhysicaleBrem - 4 1.92 mm 4.81 mm -2.3 mm 31.5 MeV 8.04 MeV 3.8 mm 5.64 mmWAbsorberPhysicaleBrem - 5 1.6 mm 4.79 mm -2.04 mm 29.8 MeV 859 keV 422 mum 6.06 mmWAbsorberPhysicaleBrem - 6 1.14 mm 4.74 mm -1.44 mm 21.5 MeV 2.01 MeV 753 mum 6.81 mmWAbsorberPhysicaleIoni - 7 998 mum 4.7 mm -1.28 mm 15.6 MeV 434 keV 221 mum 7.03 mmWAbsorberPhysicaleBrem - 8 906 mum 4.66 mm -1.18 mm 10.8 MeV 234 keV 138 mum 7.17 mmWAbsorberPhysicaleIoni - 9 139 mum 4.38 mm -850 mum 7.98 MeV 1.97 MeV 936 mum 8.11 mmWAbsorberPhysicaleBrem - 10 222 mum 3.06 mm -1.15 mm 4.99 MeV 2.85 MeV 1.45 mm 9.55 mmWAbsorberPhysicaleBrem - 11 -258 mum 3.06 mm -795 mum 3.32 MeV 1.18 MeV 652 mum 1.02 cmWAbsorberPhysicaleBrem - 12 -1.37 mm 2.91 mm -766 mum 1.03 MeV 2.29 MeV 1.43 mm 1.16 cmWAbsorberPhysicaleIoni - 13 -1.37 mm 2.86 mm -784 mum 0 eV 1.03 MeV 447 mum 1.21 cmWAbsorberPhysicaleIoni - 14 -1.37 mm 2.86 mm -784 mum 0 eV 0 eV 0 fm 1.21 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 mm 2.86 mm -784 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 mm 2.85 mm -698 mum 0 eV 69.5 keV 176 mum 176 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.52 mm 2.85 mm -698 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 mm 2.85 mm -690 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 mm 2.86 mm -784 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 mm 3.09 mm -2.38 mm 0 eV 69.5 keV 3.27 mm 3.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 mm 3.09 mm -2.38 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 mm 3.1 mm -2.39 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -258 mum 3.06 mm -795 mum 490 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -259 mum 3.06 mm -787 mum 0 eV 69.5 keV 9.23 mum 9.23 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -259 mum 3.06 mm -787 mum 421 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -256 mum 3.06 mm -776 mum 0 eV 421 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 222 mum 3.06 mm -1.15 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 118 mum 2.86 mm -694 mum 0 eV 69.5 keV 507 mum 507 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 118 mum 2.86 mm -694 mum 71.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 117 mum 2.86 mm -694 mum 0 eV 71.5 keV 9.22 mum 9.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 139 mum 4.38 mm -850 mum 862 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -317 mum 2.77 mm 503 mum 821 keV 0 eV 2.15 mm 2.15 mmWAbsorberPhysicalcompt - 2 -181 mum -1.16 cm 1.03 cm 406 keV 0 eV 1.74 cm 1.95 cmWAbsorberPhysicalcompt - 3 -484 mum -1.14 cm 1.13 cm 0 eV 69.5 keV 1.09 mm 2.06 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -484 mum -1.14 cm 1.13 cm 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -489 mum -1.14 cm 1.13 cm 0 eV 336 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -181 mum -1.16 cm 1.03 cm 416 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -180 mum -1.16 cm 1.03 cm 0 eV 416 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -317 mum 2.77 mm 503 mum 40.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -317 mum 2.77 mm 503 mum 0 eV 40.6 keV 3.61 mum 3.61 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 906 mum 4.66 mm -1.18 mm 4.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 856 mum 4.63 mm -1.18 mm 3.61 MeV 101 keV 61.3 mum 61.3 mumWAbsorberPhysicaleBrem - 2 253 mum 4.28 mm -1.95 mm 1.19 MeV 2.42 MeV 1.47 mm 1.54 mmWAbsorberPhysicaleIoni - 3 257 mum 4.27 mm -1.92 mm 60.4 keV 132 keV 55.5 mum 1.59 mmWAbsorberPhysicaleBrem - 4 257 mum 4.27 mm -1.92 mm 0 eV 60.4 keV 6.98 mum 1.6 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 257 mum 4.27 mm -1.92 mm 995 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -585 mum 4.43 mm -1.71 mm 961 keV 0 eV 883 mum 883 mumWAbsorberPhysicalcompt - 2 -4.39 mm 4.93 mm -1.5 mm 235 keV 0 eV 3.85 mm 4.73 mmWAbsorberPhysicalcompt - 3 -3.59 mm 4 mm -2.36 mm 0 eV 69.5 keV 1.5 mm 6.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 mm 4 mm -2.36 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 mm 4 mm -2.36 mm 0 eV 166 keV 35.4 mum 35.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.39 mm 4.93 mm -1.5 mm 726 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.42 mm 4.93 mm -1.5 mm 0 eV 726 keV 289 mum 289 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -585 mum 4.43 mm -1.71 mm 34.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -585 mum 4.43 mm -1.71 mm 0 eV 34.4 keV 2.77 mum 2.77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 856 mum 4.63 mm -1.18 mm 811 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -729 mum 5.11 mm -464 mum 537 keV 0 eV 1.8 mm 1.8 mmWAbsorberPhysicalcompt - 2 -1.79 mm 5 mm -815 mum 335 keV 0 eV 1.12 mm 2.93 mmWAbsorberPhysicalcompt - 3 -2.87 mm 4.61 mm 351 mum 158 keV 0 eV 1.64 mm 4.56 mmWAbsorberPhysicalcompt - 4 -2.88 mm 4.68 mm 216 mum 0 eV 69.5 keV 150 mum 4.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.88 mm 4.68 mm 216 mum 88.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.88 mm 4.68 mm 215 mum 0 eV 88.1 keV 13 mum 13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.87 mm 4.61 mm 351 mum 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.87 mm 4.61 mm 353 mum 0 eV 178 keV 39.5 mum 39.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 mm 5 mm -815 mum 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.79 mm 5 mm -818 mum 0 eV 202 keV 48.1 mum 48.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -729 mum 5.11 mm -464 mum 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -731 mum 5.12 mm -459 mum 0 eV 274 keV 76.1 mum 76.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 998 mum 4.7 mm -1.28 mm 5.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 cm -3.66 mm 4.3 cm 0 eV 0 eV 6.1 cm 6.1 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 35, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.01 cm -3.66 mm 4.3 cm 3.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.1 cm -3.92 mm 4.23 cm 831 keV 2.68 MeV 1.48 mm 1.48 mmWAbsorberPhysicaleIoni - 2 -4.1 cm -3.95 mm 4.23 cm 0 eV 831 keV 343 mum 1.82 mmWAbsorberPhysicaleIoni - 3 -4.1 cm -3.95 mm 4.23 cm 0 eV 0 eV 0 fm 1.82 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.1 cm -3.95 mm 4.23 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.09 cm -3.86 mm 4.2 cm 0 eV 69.5 keV 280 mum 280 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.09 cm -3.86 mm 4.2 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.09 cm -3.86 mm 4.2 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.1 cm -3.95 mm 4.23 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.1 cm -3.96 mm 4.23 cm 393 keV 0 eV 21.9 mum 21.9 mumWAbsorberPhysicalcompt - 2 -4.08 cm -5.08 mm 4.3 cm 214 keV 0 eV 1.36 mm 1.39 mmWAbsorberPhysicalcompt - 3 -4.12 cm -5.49 mm 4.24 cm 0 eV 69.5 keV 862 mum 2.25 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.12 cm -5.49 mm 4.24 cm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.12 cm -5.49 mm 4.24 cm 0 eV 145 keV 28.6 mum 28.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.08 cm -5.08 mm 4.3 cm 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.08 cm -5.08 mm 4.3 cm 0 eV 179 keV 39.9 mum 39.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.1 cm -3.96 mm 4.23 cm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.1 cm -3.96 mm 4.23 cm 0 eV 118 keV 20.8 mum 20.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.01 cm -3.66 mm 4.3 cm 994 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 cm -3.64 mm 4.3 cm 0 eV 994 keV 425 mum 425 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.14 mm 4.74 mm -1.44 mm 6.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 mm 4.89 mm -1.18 mm 5.54 MeV 542 keV 327 mum 327 mumWAbsorberPhysicaleBrem - 2 -340 mum 4.42 mm -1.07 mm 2.23 MeV 3.3 MeV 1.81 mm 2.14 mmWAbsorberPhysicaleIoni - 3 -150 mum 4.62 mm -997 mum 681 keV 1.4 MeV 398 mum 2.54 mmWAbsorberPhysicaleBrem - 4 -162 mum 4.63 mm -980 mum 0 eV 681 keV 267 mum 2.81 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -150 mum 4.62 mm -997 mum 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -183 mum 4.62 mm -840 mum 0 eV 69.5 keV 161 mum 161 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -183 mum 4.62 mm -840 mum 80.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -184 mum 4.62 mm -839 mum 0 eV 80.3 keV 11.1 mum 11.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 mm 4.89 mm -1.18 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 mm 4.9 mm -1.16 mm 0 eV 69.5 keV 19.2 mum 19.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 mm 4.9 mm -1.16 mm 81.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 mm 4.9 mm -1.16 mm 0 eV 81.4 keV 11.3 mum 11.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 mm 4.79 mm -2.04 mm 900 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 cm 5.7 mm 1.11 cm 304 keV 0 eV 1.81 cm 1.81 cmWAbsorberPhysicalcompt - 2 -9.07 mm 4.37 mm 1.24 cm 232 keV 0 eV 2.6 mm 2.07 cmWAbsorberPhysicalcompt - 3 -9.32 mm 3.55 mm 1.28 cm 0 eV 69.5 keV 937 mum 2.16 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.32 mm 3.55 mm 1.28 cm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.32 mm 3.55 mm 1.28 cm 0 eV 162 keV 34.2 mum 34.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.07 mm 4.37 mm 1.24 cm 72.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.06 mm 4.37 mm 1.24 cm 0 eV 72.3 keV 9.39 mum 9.39 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 cm 5.7 mm 1.11 cm 596 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm 5.71 mm 1.11 cm 0 eV 596 keV 225 mum 225 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 mm 4.81 mm -2.3 mm 2.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.74 mm 4.35 mm 3.19 mm 1.15 MeV 0 eV 7.9 mm 7.9 mmWAbsorberPhysicalcompt - 2 -9.7 mm 4.69 mm 3.78 mm 485 keV 0 eV 5.99 mm 1.39 cmWAbsorberPhysicalcompt - 3 -1.21 cm 2.21 mm 372 mum 0 eV 69.5 keV 4.85 mm 1.87 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 cm 2.21 mm 372 mum 416 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 cm 2.21 mm 365 mum 0 eV 416 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.7 mm 4.69 mm 3.78 mm 663 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.71 mm 4.7 mm 3.79 mm 0 eV 663 keV 258 mum 258 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.74 mm 4.35 mm 3.19 mm 1.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.9 mm 4.3 mm 3.18 mm 347 keV 626 keV 290 mum 290 mumWAbsorberPhysicaleBrem - 2 -3.91 mm 4.3 mm 3.18 mm 0 eV 347 keV 107 mum 397 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.9 mm 4.3 mm 3.18 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.93 mm 4.27 mm 3.13 mm 0 eV 69.5 keV 68.9 mum 68.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.93 mm 4.27 mm 3.13 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.93 mm 4.27 mm 3.13 mm 0 eV 101 keV 16 mum 16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 691 mum 1.23 mm -1.17 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 974 mum 1.73 mm -1.53 mm 0 eV 69.5 keV 677 mum 677 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 974 mum 1.73 mm -1.53 mm 86.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 974 mum 1.73 mm -1.53 mm 0 eV 86.1 keV 12.5 mum 12.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 288 mum 554 mum -575 mum 437 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.25 mm 3.06 mm -3.35 mm 191 keV 0 eV 4.23 mm 4.23 mmWAbsorberPhysicalcompt - 2 3.47 mm 1.48 mm -2.12 mm 132 keV 0 eV 2.34 mm 6.57 mmWAbsorberPhysicalcompt - 3 3.38 mm 1.65 mm -1.92 mm 0 eV 69.5 keV 280 mum 6.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.38 mm 1.65 mm -1.92 mm 62.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.38 mm 1.65 mm -1.92 mm 0 eV 62.9 keV 7.42 mum 7.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.47 mm 1.48 mm -2.12 mm 58.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.47 mm 1.48 mm -2.12 mm 0 eV 58.9 keV 6.69 mum 6.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.25 mm 3.06 mm -3.35 mm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.25 mm 3.07 mm -3.35 mm 0 eV 246 keV 64.8 mum 64.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 235 mum 498 mum -503 mum 375 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 mm 1.77 mm -2.05 mm 0 eV 69.5 keV 2.27 mm 2.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 mm 1.77 mm -2.05 mm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 mm 1.78 mm -2.06 mm 0 eV 306 keV 89.3 mum 89.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.49 cm -19.4 cm 6.86 cm 36.1 MeV 0 eV 21.9 cm 21.9 cmFCALEnvelopePhysicalTransportation - 2 -7.56 cm -19.6 cm 6.92 cm 36.1 MeV 0 eV 2.09 mm 22.1 cmLArgPhysicalTransportation - 3 -37.7 cm -97.5 cm 34.5 cm 36.1 MeV 0 eV 88 cm 1.1 mMotherTransportation - 4 -1.93 m -5 m 1.77 m 36.1 MeV 0 eV 4.54 m 5.64 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.9 cm 6.52 cm 32.7 cm 22.9 MeV 0 eV 34.3 cm 34.3 cmCuPlateAPhysicalTransportation - 2 -8.5 cm 7.02 cm 35.2 cm 22.9 MeV 0 eV 2.6 cm 36.9 cmFCALEnvelopePhysicalTransportation - 3 -9.15 cm 7.56 cm 37.9 cm 22.9 MeV 0 eV 2.86 cm 39.7 cmFCALEmModulePhysicalTransportation - 4 -9.35 cm 7.72 cm 38.7 cm 22.9 MeV 0 eV 8.46 mm 40.6 cmF1LArGapPhysicalTransportation - 5 -9.37 cm 7.74 cm 38.8 cm 22.9 MeV 0 eV 1 mm 40.7 cmFCALEmModulePhysicalTransportation - 6 -9.77 cm 8.07 cm 40.5 cm 22.9 MeV 0 eV 1.73 cm 42.4 cmF1LArGapPhysicalTransportation - 7 -9.79 cm 8.09 cm 40.6 cm 22.9 MeV 0 eV 1 mm 42.5 cmFCALEmModulePhysicalTransportation - 8 -10 cm 8.28 cm 41.5 cm 22.9 MeV 0 eV 1.01 cm 43.5 cmF1LArGapPhysicalTransportation - 9 -10.1 cm 8.31 cm 41.7 cm 22.9 MeV 0 eV 1.54 mm 43.7 cmFCALEmModulePhysicalTransportation - 10 -10.3 cm 8.51 cm 42.7 cm 22.9 MeV 0 eV 1.04 cm 44.7 cmF1LArGapPhysicalTransportation - 11 -10.3 cm 8.54 cm 42.8 cm 22.9 MeV 0 eV 1.54 mm 44.9 cmFCALEmModulePhysicalTransportation - 12 -11.1 cm 9.13 cm 45.8 cm 22.9 MeV 0 eV 3.1 cm 48 cmF1LArGapPhysicalTransportation - 13 -11.1 cm 9.15 cm 45.9 cm 22.9 MeV 0 eV 1.1 mm 48.1 cmFCALEmModulePhysicalTransportation - 14 -11.4 cm 9.44 cm 47.4 cm 22.9 MeV 0 eV 1.55 cm 49.6 cmF1LArGapPhysicalTransportation - 15 -11.5 cm 9.47 cm 47.5 cm 22.9 MeV 0 eV 1.1 mm 49.7 cmFCALEmModulePhysicalTransportation - 16 -11.7 cm 9.63 cm 48.3 cm 22.9 MeV 0 eV 8.8 mm 50.6 cmF1LArGapPhysicalTransportation - 17 -11.7 cm 9.65 cm 48.4 cm 22.9 MeV 0 eV 1.11 mm 50.7 cmFCALEmModulePhysicalTransportation - 18 -12 cm 9.95 cm 49.9 cm 22.9 MeV 0 eV 1.54 cm 52.3 cmF1LArGapPhysicalTransportation - 19 -12.1 cm 9.97 cm 50 cm 22.9 MeV 0 eV 1.11 mm 52.4 cmFCALEmModulePhysicalTransportation - 20 -12.8 cm 10.6 cm 52.9 cm 22.9 MeV 0 eV 3.1 cm 55.5 cmF1LArGapPhysicalTransportation - 21 -12.8 cm 10.6 cm 53.1 cm 22.9 MeV 0 eV 1.5 mm 55.6 cmFCALEmModulePhysicalTransportation - 22 -13.1 cm 10.8 cm 54.1 cm 22.9 MeV 0 eV 1.07 cm 56.7 cmF1LArGapPhysicalTransportation - 23 -13.1 cm 10.8 cm 54.2 cm 22.9 MeV 0 eV 1.5 mm 56.8 cmFCALEmModulePhysicalTransportation - 24 -13.3 cm 11 cm 55.2 cm 22.9 MeV 0 eV 9.98 mm 57.8 cmF1LArGapPhysicalTransportation - 25 -13.4 cm 11 cm 55.3 cm 22.9 MeV 0 eV 1 mm 57.9 cmFCALEmModulePhysicalTransportation - 26 -13.7 cm 11.4 cm 56.9 cm 22.9 MeV 0 eV 1.73 cm 59.7 cmF1LArGapPhysicalTransportation - 27 -13.8 cm 11.4 cm 57 cm 22.9 MeV 0 eV 1 mm 59.8 cmFCALEmModulePhysicalTransportation - 28 -14.1 cm 11.6 cm 58.3 cm 22.9 MeV 0 eV 1.36 cm 61.1 cmF1LArGapPhysicalTransportation - 29 -14.2 cm 11.8 cm 58.9 cm 22.9 MeV 0 eV 6.39 mm 61.8 cmFCALEmModulePhysicalTransportation - 30 -15 cm 12.4 cm 62.2 cm 22.9 MeV 0 eV 3.39 cm 65.2 cmF1LArGapPhysicalTransportation - 31 -15 cm 12.4 cm 62.3 cm 22.9 MeV 0 eV 1.01 mm 65.3 cmFCALEmModulePhysicalTransportation - 32 -15.4 cm 12.7 cm 63.9 cm 22.9 MeV 0 eV 1.7 cm 67 cmF1LArGapPhysicalTransportation - 33 -15.5 cm 12.8 cm 64 cm 22.9 MeV 0 eV 1.01 mm 67.1 cmFCALEmModulePhysicalTransportation - 34 -15.7 cm 12.9 cm 64.9 cm 22.9 MeV 0 eV 9.51 mm 68 cmF1LArGapPhysicalTransportation - 35 -15.7 cm 13 cm 65 cm 22.9 MeV 0 eV 1.36 mm 68.2 cmFCALEmModulePhysicalTransportation - 36 -16 cm 13.2 cm 66.2 cm 22.9 MeV 0 eV 1.21 cm 69.4 cmF1LArGapPhysicalTransportation - 37 -16 cm 13.2 cm 66.3 cm 22.9 MeV 0 eV 1.36 mm 69.5 cmFCALEmModulePhysicalTransportation - 38 -16.7 cm 13.8 cm 69.3 cm 22.9 MeV 0 eV 3.07 cm 72.6 cmF1LArGapPhysicalTransportation - 39 -16.8 cm 13.8 cm 69.4 cm 22.9 MeV 0 eV 1.16 mm 72.7 cmFCALEmModulePhysicalTransportation - 40 -17.1 cm 14.1 cm 70.8 cm 22.9 MeV 0 eV 1.47 cm 74.2 cmF1LArGapPhysicalTransportation - 41 -17.1 cm 14.1 cm 70.9 cm 22.9 MeV 0 eV 1.16 mm 74.3 cmFCALEmModulePhysicalTransportation - 42 -17.3 cm 14.3 cm 71.7 cm 22.9 MeV 0 eV 8.87 mm 75.2 cmF1LArGapPhysicalTransportation - 43 -17.3 cm 14.3 cm 71.8 cm 22.9 MeV 0 eV 1.07 mm 75.3 cmFCALEmModulePhysicalTransportation - 44 -17.7 cm 14.6 cm 73.4 cm 22.9 MeV 0 eV 1.61 cm 76.9 cmF1LArGapPhysicalTransportation - 45 -17.7 cm 14.7 cm 73.5 cm 22.9 MeV 0 eV 1.07 mm 77 cmFCALEmModulePhysicalTransportation - 46 -18.5 cm 15.3 cm 76.5 cm 22.9 MeV 0 eV 3.15 cm 80.1 cmF1LArGapPhysicalTransportation - 47 -18.5 cm 15.3 cm 76.6 cm 22.9 MeV 0 eV 1.78 mm 80.3 cmFCALEmModulePhysicalTransportation - 48 -18.7 cm 15.4 cm 77.4 cm 22.9 MeV 0 eV 8.49 mm 81.2 cmF1LArGapPhysicalTransportation - 49 -18.7 cm 15.5 cm 77.6 cm 22.9 MeV 0 eV 1.78 mm 81.3 cmFCALEmModulePhysicalTransportation - 50 -19 cm 15.7 cm 78.6 cm 22.9 MeV 0 eV 1.08 cm 82.4 cmF1LArGapPhysicalTransportation - 51 -19 cm 15.7 cm 78.7 cm 22.9 MeV 0 eV 997 mum 82.5 cmFCALEmModulePhysicalTransportation - 52 -19.4 cm 16 cm 80.4 cm 22.9 MeV 0 eV 1.74 cm 84.2 cmF1LArGapPhysicalTransportation - 53 -19.4 cm 16.1 cm 80.5 cm 22.9 MeV 0 eV 997 mum 84.3 cmFCALEmModulePhysicalTransportation - 54 -19.7 cm 16.3 cm 81.6 cm 22.9 MeV 0 eV 1.2 cm 85.5 cmF1LArGapPhysicalTransportation - 55 -19.8 cm 16.3 cm 81.9 cm 22.9 MeV 0 eV 2.59 mm 85.8 cmFCALEmModulePhysicalTransportation - 56 -19.8 cm 16.4 cm 82.1 cm 22.9 MeV 0 eV 2.55 mm 86.1 cmLArgPhysicalTransportation - 57 -21.5 cm 17.7 cm 89 cm 22.9 MeV 0 eV 7.15 cm 93.2 cmFrontExcluderPhysicalTransportation - 58 -29.8 cm 24.6 cm 1.23 m 22.9 MeV 0 eV 36.1 cm 1.29 mLArgPhysicalTransportation - 59 -29.9 cm 24.7 cm 1.24 m 22.9 MeV 0 eV 5.27 mm 1.3 mCryostatVolumesTransportation - 60 -30 cm 24.8 cm 1.24 m 22.9 MeV 0 eV 3.06 mm 1.3 mInsulationPhysicalTransportation - 61 -31.6 cm 26.1 cm 1.31 m 22.9 MeV 0 eV 7.13 cm 1.37 mCryostatVolumesTransportation - 62 -31.7 cm 26.2 cm 1.31 m 22.9 MeV 0 eV 2.55 mm 1.38 mMotherTransportation - 63 -34.3 cm 28.3 cm 1.42 m 22.9 MeV 0 eV 11.3 cm 1.49 mIronWallPhysicalTransportation - 64 -44 cm 36.3 cm 1.82 m 22.9 MeV 0 eV 41.9 cm 1.91 mMotherTransportation - 65 -60.1 cm 49.7 cm 2.49 m 22.9 MeV 0 eV 70.2 cm 2.61 mLeadWallPhysicalTransportation - 66 -60.4 cm 49.9 cm 2.5 m 22.9 MeV 0 eV 1.15 cm 2.62 mMotherTransportation - 67 -5 m 4.13 m 20.7 m 22.9 MeV 0 eV 19.1 m 21.7 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=47.1531 -Edep in FCAL1 FCAl2 : 0 47.1531 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2586 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 86 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -184 mum -443 mum -161 mum 28.7 MeV 1.91 MeV 507 mum 507 mumWAbsorberPhysicaleBrem - 2 -225 mum -665 mum -276 mum 28 MeV 491 keV 255 mum 762 mumWAbsorberPhysicaleBrem - 3 -314 mum -854 mum -404 mum 26.6 MeV 458 keV 246 mum 1.01 mmWAbsorberPhysicaleBrem - 4 -574 mum -1.52 mm -640 mum 4.89 MeV 1.54 MeV 744 mum 1.75 mmWAbsorberPhysicaleBrem - 5 -592 mum -1.62 mm -694 mum 4.4 MeV 183 keV 114 mum 1.87 mmWAbsorberPhysicaleBrem - 6 -1.17 mm -975 mum -1.63 mm 1.11 MeV 2.57 MeV 1.47 mm 3.34 mmWAbsorberPhysicaleBrem - 7 -1.16 mm -1.03 mm -1.59 mm 0 eV 1.11 MeV 490 mum 3.83 mmWAbsorberPhysicaleIoni - 8 -1.16 mm -1.03 mm -1.59 mm 0 eV 0 eV 0 fm 3.83 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 mm -1.03 mm -1.59 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 cm -3.85 mm -7.04 mm 421 keV 0 eV 1.32 cm 1.32 cmWAbsorberPhysicalcompt - 2 -1.42 cm -5.34 mm -9.58 mm 0 eV 69.5 keV 3.22 mm 1.65 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 cm -5.34 mm -9.58 mm 351 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm -5.32 mm -9.57 mm 46.1 keV 149 keV 77 mum 77 mumWAbsorberPhysicaleBrem - 2 -1.42 cm -5.32 mm -9.57 mm 0 eV 46.1 keV 4.49 mum 81.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 cm -5.32 mm -9.57 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm -5.36 mm -9.4 mm 0 eV 69.5 keV 197 mum 197 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 cm -5.36 mm -9.4 mm 86.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm -5.36 mm -9.4 mm 0 eV 86.7 keV 12.6 mum 12.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 cm -3.85 mm -7.04 mm 90.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 cm -3.85 mm -7.04 mm 0 eV 90.1 keV 13.4 mum 13.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 mm -1.03 mm -1.59 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -711 mum -917 mum -1.38 mm 234 keV 0 eV 508 mum 508 mumWAbsorberPhysicalcompt - 2 -714 mum -1.03 mm -1.36 mm 162 keV 0 eV 110 mum 618 mumWAbsorberPhysicalcompt - 3 -894 mum -1.06 mm -1.6 mm 0 eV 69.5 keV 297 mum 916 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -894 mum -1.06 mm -1.6 mm 92.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -893 mum -1.06 mm -1.6 mm 0 eV 92.4 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -714 mum -1.03 mm -1.36 mm 72.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -714 mum -1.03 mm -1.36 mm 0 eV 72.3 keV 9.38 mum 9.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -711 mum -917 mum -1.38 mm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -706 mum -914 mum -1.38 mm 0 eV 277 keV 77.4 mum 77.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 mm -975 mum -1.63 mm 724 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 77.5 mum -2.29 mm -92.7 mum 389 keV 0 eV 2.37 mm 2.37 mmWAbsorberPhysicalcompt - 2 198 mum -3.17 mm -378 mum 0 eV 69.5 keV 935 mum 3.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 198 mum -3.17 mm -378 mum 320 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 200 mum -3.18 mm -374 mum 0 eV 320 keV 95.3 mum 95.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 77.5 mum -2.29 mm -92.7 mum 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 81.3 mum -2.29 mm -85.9 mum 0 eV 335 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -592 mum -1.62 mm -694 mum 302 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.91 mm -7.63 mm -1.81 mm 0 eV 69.5 keV 8.79 mm 8.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.91 mm -7.63 mm -1.81 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.91 mm -7.64 mm -1.81 mm 0 eV 232 keV 59.5 mum 59.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -574 mum -1.52 mm -640 mum 20.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -851 mum -2.28 mm -1.33 mm 0 eV 0 eV 1.07 mm 1.07 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 24, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -851 mum -2.28 mm -1.33 mm 5.94 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 mm -1.66 mm -2.84 mm 2.3 MeV 3.63 MeV 1.9 mm 1.9 mmWAbsorberPhysicaleIoni - 2 -1.55 mm -1.71 mm -2.84 mm 1.81 MeV 78 keV 57.8 mum 1.96 mmWAbsorberPhysicaleBrem - 3 -1.54 mm -1.83 mm -2.83 mm 0 eV 1.81 MeV 273 mum 2.23 mmWAbsorberPhysicaleBrem - 4 -1.54 mm -1.83 mm -2.83 mm 0 eV 0 eV 0 fm 2.23 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 mm -1.83 mm -2.83 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.25 mm 75.1 mum -1.87 mm 272 keV 0 eV 3.45 mm 3.45 mmWAbsorberPhysicalcompt - 2 -4.12 mm 777 mum -2.5 mm 0 eV 69.5 keV 951 mum 4.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.12 mm 777 mum -2.5 mm 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.12 mm 778 mum -2.5 mm 0 eV 202 keV 48.1 mum 48.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.25 mm 75.1 mum -1.87 mm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.25 mm 75.8 mum -1.86 mm 0 eV 239 keV 62.3 mum 62.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 mm -1.83 mm -2.83 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.87 mm -4.93 mm -4.41 mm 452 keV 0 eV 5.61 mm 5.61 mmWAbsorberPhysicalcompt - 2 3.74 mm -6.37 mm -4.36 mm 208 keV 0 eV 1.68 mm 7.29 mmWAbsorberPhysicalcompt - 3 3.53 mm -6.27 mm -4.96 mm 0 eV 69.5 keV 641 mum 7.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.53 mm -6.27 mm -4.96 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.53 mm -6.27 mm -4.96 mm 0 eV 138 keV 26.7 mum 26.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.74 mm -6.37 mm -4.36 mm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.74 mm -6.38 mm -4.36 mm 0 eV 244 keV 64 mum 64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.87 mm -4.93 mm -4.41 mm 59.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.87 mm -4.93 mm -4.41 mm 0 eV 59.2 keV 6.76 mum 6.76 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 mm -1.71 mm -2.84 mm 410 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm -6.01 mm -4.39 mm 327 keV 0 eV 4.57 mm 4.57 mmWAbsorberPhysicalcompt - 2 4.67 mum -7.13 mm -5.68 mm 290 keV 0 eV 2.22 mm 6.79 mmWAbsorberPhysicalcompt - 3 445 mum -7.96 mm -5.77 mm 0 eV 69.5 keV 951 mum 7.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 445 mum -7.96 mm -5.77 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 435 mum -7.97 mm -5.76 mm 44.2 keV 66.8 keV 28.7 mum 28.7 mumWAbsorberPhysicaleBrem - 2 435 mum -7.97 mm -5.76 mm 0 eV 44.2 keV 4.18 mum 32.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 435 mum -7.97 mm -5.76 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 434 mum -8 mm -5.77 mm 0 eV 69.5 keV 33.9 mum 33.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 434 mum -8 mm -5.77 mm 39.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 434 mum -8 mm -5.77 mm 0 eV 39.8 keV 3.49 mum 3.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.67 mum -7.13 mm -5.68 mm 37.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.78 mum -7.12 mm -5.68 mm 0 eV 37.6 keV 3.2 mum 3.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm -6.01 mm -4.39 mm 82.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm -6.01 mm -4.39 mm 0 eV 82.5 keV 11.6 mum 11.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -851 mum -2.28 mm -1.33 mm 13.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -962 mum -2.88 mm -1.59 mm 11.7 MeV 1.42 MeV 674 mum 674 mumWAbsorberPhysicaleBrem - 2 -1.12 mm -3.02 mm -1.73 mm 11.1 MeV 444 keV 245 mum 919 mumWAbsorberPhysicaleBrem - 3 -1.81 mm -3.56 mm -1.75 mm 9 MeV 1.44 MeV 819 mum 1.74 mmWAbsorberPhysicaleBrem - 4 -2.01 mm -4.17 mm -2.04 mm 4.91 MeV 3.78 MeV 770 mum 2.51 mmWAbsorberPhysicaleBrem - 5 -1.47 mm -3.58 mm -2.48 mm 2.79 MeV 1.81 MeV 1.09 mm 3.6 mmWAbsorberPhysicaleBrem - 6 -1.33 mm -3.67 mm -2.98 mm 1.18 MeV 1.42 MeV 750 mum 4.35 mmWAbsorberPhysicaleBrem - 7 -1.35 mm -3.64 mm -3.01 mm 0 eV 1.18 MeV 520 mum 4.87 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 mm -3.67 mm -2.98 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 mm -3.55 mm -3.09 mm 0 eV 69.5 keV 254 mum 254 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.52 mm -3.55 mm -3.09 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 mm -3.55 mm -3.09 mm 0 eV 114 keV 19.6 mum 19.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 mm -3.58 mm -2.48 mm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm -3.47 mm -2.73 mm 0 eV 69.5 keV 594 mum 594 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 mm -3.47 mm -2.73 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 mm -3.48 mm -2.73 mm 0 eV 240 keV 62.6 mum 62.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.01 mm -4.17 mm -2.04 mm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 mm -4.15 mm -1.94 mm 0 eV 69.5 keV 367 mum 367 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm -4.15 mm -1.94 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 mm -4.15 mm -1.94 mm 0 eV 234 keV 60.3 mum 60.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 mm -3.56 mm -1.75 mm 700 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.13 mm -8.95 mm -3.01 mm 201 keV 0 eV 9.18 mm 9.18 mmWAbsorberPhysicalcompt - 2 -8.59 mm -8.48 mm -3.38 mm 0 eV 69.5 keV 807 mum 9.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.59 mm -8.48 mm -3.38 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.59 mm -8.48 mm -3.38 mm 0 eV 132 keV 24.7 mum 24.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.13 mm -8.95 mm -3.01 mm 499 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.14 mm -8.96 mm -3.01 mm 0 eV 499 keV 177 mum 177 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 mm -3.02 mm -1.73 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 mm -3.15 mm -1.84 mm 0 eV 69.5 keV 278 mum 278 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 mm -3.15 mm -1.84 mm 38.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 mm -3.15 mm -1.84 mm 0 eV 38.4 keV 3.3 mum 3.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -962 mum -2.88 mm -1.59 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 mm -2.98 mm -1.68 mm 0 eV 69.5 keV 195 mum 195 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 mm -2.98 mm -1.68 mm 44.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 mm -2.98 mm -1.68 mm 0 eV 44.8 keV 4.28 mum 4.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -314 mum -854 mum -404 mum 909 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 mm -1.02 cm -5.5 mm 520 keV 0 eV 1.1 cm 1.1 cmWAbsorberPhysicalcompt - 2 1.92 mm -1.61 cm -6.44 mm 0 eV 69.5 keV 7.58 mm 1.86 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 mm -1.61 cm -6.44 mm 450 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.92 mm -1.61 cm -6.43 mm 214 keV 132 keV 43.9 mum 43.9 mumWAbsorberPhysicaleBrem - 2 1.92 mm -1.61 cm -6.42 mm 0 eV 214 keV 52.7 mum 96.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 mm -1.61 cm -6.43 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 mm -1.6 cm -6.29 mm 0 eV 69.5 keV 317 mum 317 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.17 mm -1.6 cm -6.29 mm 34.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 mm -1.6 cm -6.29 mm 0 eV 34.2 keV 2.75 mum 2.75 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 mm -1.02 cm -5.5 mm 390 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.8 mm -1.03 cm -5.51 mm 0 eV 390 keV 126 mum 126 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -225 mum -665 mum -276 mum 222 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -547 mum -1.51 mm -732 mum 0 eV 69.5 keV 1.01 mm 1.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -547 mum -1.51 mm -732 mum 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -547 mum -1.51 mm -733 mum 0 eV 152 keV 31.1 mum 31.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -184 mum -443 mum -161 mum 15.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.66 mm -1.8 cm -9.1 mm 5.13 MeV 0 eV 2.02 cm 2.02 cmWAbsorberPhysicalcompt - 2 -5.03 mm -1.99 cm -1.12 cm 573 keV 0 eV 2.88 mm 2.31 cmWAbsorberPhysicalcompt - 3 -4.93 mm -2.22 cm -9.87 mm 250 keV 0 eV 2.67 mm 2.58 cmWAbsorberPhysicalcompt - 4 -5.07 mm -2.22 cm -9.91 mm 166 keV 0 eV 143 mum 2.59 cmWAbsorberPhysicalcompt - 5 -5.06 mm -2.23 cm -9.94 mm 139 keV 0 eV 50.2 mum 2.59 cmWAbsorberPhysicalcompt - 6 -5.03 mm -2.23 cm -9.99 mm 0 eV 69.5 keV 56.1 mum 2.6 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.03 mm -2.23 cm -9.99 mm 69.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.03 mm -2.23 cm -9.99 mm 0 eV 69.9 keV 8.89 mum 8.89 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.06 mm -2.23 cm -9.94 mm 26.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.06 mm -2.23 cm -9.94 mm 0 eV 26.8 keV 1.85 mum 1.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.07 mm -2.22 cm -9.91 mm 83.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.07 mm -2.22 cm -9.91 mm 0 eV 83.4 keV 11.8 mum 11.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.93 mm -2.22 cm -9.87 mm 324 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.93 mm -2.22 cm -9.87 mm 0 eV 324 keV 97.1 mum 97.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.03 mm -1.99 cm -1.12 cm 4.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.06 mm -2 cm -1.13 cm 3.64 MeV 198 keV 97.9 mum 97.9 mumWAbsorberPhysicaleBrem - 2 -4.75 mm -2.08 cm -1.12 cm 1.17 MeV 2.03 MeV 1.12 mm 1.22 mmWAbsorberPhysicaleBrem - 3 -4.75 mm -2.08 cm -1.12 cm 0 eV 1.17 MeV 516 mum 1.73 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.75 mm -2.08 cm -1.12 cm 440 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.05 mm -2.37 cm -9.24 mm 0 eV 69.5 keV 5.59 mm 5.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.05 mm -2.37 cm -9.24 mm 370 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.05 mm -2.37 cm -9.23 mm 0 eV 370 keV 118 mum 118 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.06 mm -2 cm -1.13 cm 721 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.73 mm -2.01 cm -1.17 cm 273 keV 0 eV 580 mum 580 mumWAbsorberPhysicalcompt - 2 -4.65 mm -2.01 cm -1.17 cm 202 keV 0 eV 126 mum 706 mumWAbsorberPhysicalcompt - 3 -4.63 mm -2.01 cm -1.16 cm 0 eV 69.5 keV 71.9 mum 778 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.63 mm -2.01 cm -1.16 cm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.63 mm -2.01 cm -1.16 cm 0 eV 133 keV 25 mum 25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.65 mm -2.01 cm -1.17 cm 70.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.65 mm -2.01 cm -1.17 cm 0 eV 70.5 keV 9 mum 9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.73 mm -2.01 cm -1.17 cm 448 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.72 mm -2.01 cm -1.17 cm 0 eV 448 keV 153 mum 153 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.66 mm -1.8 cm -9.1 mm 9.97 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.8 mm -1.84 cm -9.04 mm 8.78 MeV 944 keV 510 mum 510 mumWAbsorberPhysicaleBrem - 2 -4.82 mm -1.84 cm -9.05 mm 8.62 MeV 42.1 keV 33.9 mum 544 mumWAbsorberPhysicaleBrem - 3 -4.84 mm -1.84 cm -9.05 mm 8.26 MeV 56.4 keV 29.9 mum 574 mumWAbsorberPhysicaleBrem - 4 -4.97 mm -1.85 cm -9.06 mm 6.56 MeV 505 keV 175 mum 748 mumWAbsorberPhysicaleBrem - 5 -5.05 mm -1.86 cm -8.68 mm 5.55 MeV 889 keV 581 mum 1.33 mmWAbsorberPhysicaleBrem - 6 -5.21 mm -1.85 cm -8.29 mm 3.26 MeV 1.07 MeV 555 mum 1.88 mmWAbsorberPhysicaleBrem - 7 -5.85 mm -1.78 cm -8.53 mm 503 keV 2.76 MeV 1.39 mm 3.28 mmWAbsorberPhysicaleIoni - 8 -5.84 mm -1.79 cm -8.54 mm 0 eV 503 keV 179 mum 3.45 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.21 mm -1.85 cm -8.29 mm 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.41 mm -1.91 cm -7.39 mm 1.18 MeV 0 eV 1.6 mm 1.6 mmWAbsorberPhysicalcompt - 2 -9.35 mm -2.02 cm -4.36 mm 229 keV 0 eV 4.37 mm 5.97 mmWAbsorberPhysicalcompt - 3 -9.01 mm -1.98 cm -4.49 mm 0 eV 69.5 keV 522 mum 6.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.01 mm -1.98 cm -4.49 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.01 mm -1.98 cm -4.49 mm 0 eV 160 keV 33.3 mum 33.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.35 mm -2.02 cm -4.36 mm 951 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.36 mm -2.02 cm -4.34 mm 348 keV 56.8 keV 25 mum 25 mumWAbsorberPhysicaleBrem - 2 -9.37 mm -2.02 cm -4.33 mm 0 eV 348 keV 108 mum 133 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.36 mm -2.02 cm -4.34 mm 546 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.41 cm -1.15 cm -286 mum 0 eV 69.5 keV 1.76 cm 1.76 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 cm -1.15 cm -286 mum 477 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.41 cm -1.15 cm -288 mum 147 keV 225 keV 85.8 mum 85.8 mumWAbsorberPhysicaleBrem - 2 -2.41 cm -1.15 cm -289 mum 0 eV 147 keV 29.3 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 cm -1.15 cm -288 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.43 cm -1.14 cm -244 mum 0 eV 69.5 keV 210 mum 210 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.43 cm -1.14 cm -244 mum 35.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.43 cm -1.14 cm -244 mum 0 eV 35.2 keV 2.88 mum 2.88 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.41 mm -1.91 cm -7.39 mm 42.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.41 mm -1.91 cm -7.39 mm 0 eV 42.2 keV 3.86 mum 3.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.05 mm -1.86 cm -8.68 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.07 mm -1.86 cm -8.64 mm 0 eV 69.5 keV 41.8 mum 41.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.07 mm -1.86 cm -8.64 mm 50.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.07 mm -1.86 cm -8.64 mm 0 eV 50.8 keV 5.22 mum 5.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.97 mm -1.85 cm -9.06 mm 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.94 mm -1.97 cm -8.38 mm 0 eV 69.5 keV 1.68 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.94 mm -1.97 cm -8.38 mm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.95 mm -1.98 cm -8.36 mm 0 eV 1.13 MeV 491 mum 491 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.84 mm -1.84 cm -9.05 mm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.95 mm -1.97 cm -9.53 mm 0 eV 69.5 keV 1.73 mm 1.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.95 mm -1.97 cm -9.53 mm 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.96 mm -1.97 cm -9.53 mm 0 eV 238 keV 61.9 mum 61.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.82 mm -1.84 cm -9.05 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.85 mm -1.84 cm -9.06 mm 0 eV 69.5 keV 45.2 mum 45.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.85 mm -1.84 cm -9.06 mm 50.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.85 mm -1.84 cm -9.06 mm 0 eV 50.1 keV 5.1 mum 5.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.8 mm -1.84 cm -9.04 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.07 mm -1.98 cm -9.46 mm 0 eV 69.5 keV 1.98 mm 1.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.07 mm -1.98 cm -9.46 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.06 mm -1.98 cm -9.46 mm 0 eV 171 keV 37.2 mum 37.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 16.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 23.4 cm -3.09 cm 13.7 cm 16.1 MeV 0 eV 27.3 cm 27.3 cmLArgPhysicalTransportation - 2 1.1 m -14.5 cm 64.5 cm 16.1 MeV 0 eV 1.01 m 1.28 mCryostatVolumesTransportation - 3 1.1 m -14.5 cm 64.6 cm 16.1 MeV 0 eV 3.02 mm 1.29 mInsulationPhysicalTransportation - 4 1.16 m -15.3 cm 68.2 cm 16.1 MeV 0 eV 7.05 cm 1.36 mCryostatVolumesTransportation - 5 1.16 m -15.4 cm 68.3 cm 16.1 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 6 5 m -66 cm 2.93 m 16.1 MeV 0 eV 4.47 m 5.83 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.7 mum 18.2 cm 4.02 cm 43.4 MeV 0 eV 18.6 cm 18.6 cmLArgPhysicalTransportation - 2 41.3 mum 97.5 cm 21.6 cm 43.4 MeV 0 eV 81.2 cm 99.9 cmCryostatVolumesTransportation - 3 83.6 mum 1.98 m 43.7 cm 43.4 MeV 0 eV 1.02 m 2.02 mMotherTransportation - 4 212 mum 5 m 1.11 m 43.4 MeV 0 eV 3.1 m 5.12 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=46.727 -Edep in FCAL1 FCAl2 : 0 46.727 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2587 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 87 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -323 mum 53.8 mum 220 mum 1.71 MeV 1.88 MeV 396 mum 396 mumWAbsorberPhysicaleBrem - 2 -415 mum 60 mum 297 mum 0 eV 1.71 MeV 802 mum 1.2 mmWAbsorberPhysicaleIoni - 3 -415 mum 60 mum 297 mum 0 eV 0 eV 0 fm 1.2 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -415 mum 60 mum 297 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -374 mum 75.9 mum 245 mum 0 eV 69.5 keV 68 mum 68 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -374 mum 75.9 mum 245 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -371 mum 78 mum 234 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -415 mum 60 mum 297 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.57 mm -1.16 mm 4.27 mm 273 keV 0 eV 5.22 mm 5.22 mmWAbsorberPhysicalcompt - 2 -3.57 mm -1.15 mm 4.27 mm 0 eV 69.5 keV 16.1 mum 5.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.57 mm -1.15 mm 4.27 mm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.57 mm -1.15 mm 4.27 mm 0 eV 203 keV 48.4 mum 48.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.57 mm -1.16 mm 4.27 mm 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.57 mm -1.17 mm 4.27 mm 0 eV 238 keV 61.9 mum 61.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -323 mum 53.8 mum 220 mum 43.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -681 mum 81.6 mum 518 mum 0 eV 0 eV 466 mum 466 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 12, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -681 mum 81.6 mum 518 mum 98.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -682 mum 82 mum 518 mum 0 eV 98.7 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - 2 -682 mum 82 mum 518 mum 0 eV 0 eV 0 fm 14.3 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -682 mum 82 mum 518 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.91 mm -642 mum 6.55 mm 0 eV 69.5 keV 8.97 mm 8.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.91 mm -642 mum 6.55 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.92 mm -641 mum 6.55 mm 326 keV 9.9 keV 6.18 mum 6.18 mumWAbsorberPhysicaleBrem - 2 5.92 mm -640 mum 6.56 mm 0 eV 326 keV 98 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.92 mm -641 mum 6.55 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.92 mm -649 mum 6.58 mm 0 eV 69.5 keV 36 mum 36 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.92 mm -649 mum 6.58 mm 36.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.92 mm -649 mum 6.59 mm 0 eV 36.2 keV 3.02 mum 3.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -682 mum 82 mum 518 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 mm 211 mum -556 mum 0 eV 69.5 keV 1.6 mm 1.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 mm 211 mum -556 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 mm 218 mum -552 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -681 mum 81.6 mum 518 mum 42.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 mm 154 mum 954 mum 37.2 MeV 2.33 MeV 616 mum 616 mumWAbsorberPhysicaleBrem - 2 -1.66 mm 336 mum 1.7 mm 25.6 MeV 1.65 MeV 940 mum 1.56 mmWAbsorberPhysicaleBrem - 3 -2.08 mm 321 mum 2.04 mm 23.5 MeV 1.18 MeV 568 mum 2.12 mmWAbsorberPhysicaleBrem - 4 -2.43 mm 409 mum 2.37 mm 21.7 MeV 1.24 MeV 487 mum 2.61 mmWAbsorberPhysicaleBrem - 5 -2.66 mm 370 mum 2.95 mm 17.8 MeV 2.43 MeV 654 mum 3.27 mmWAbsorberPhysicaleBrem - 6 -852 mum 216 mum 3.16 mm 13.6 MeV 3.99 MeV 1.75 mm 5.01 mmWAbsorberPhysicaleBrem - 7 -804 mum 195 mum 3.18 mm 11.4 MeV 90.4 keV 54.8 mum 5.07 mmWAbsorberPhysicaleBrem - 8 -609 mum 129 mum 3.2 mm 7.07 MeV 345 keV 208 mum 5.28 mmWAbsorberPhysicaleBrem - 9 -584 mum 119 mum 3.19 mm 6.69 MeV 86.6 keV 28 mum 5.3 mmWAbsorberPhysicaleBrem - 10 -143 mum 107 mum 3.47 mm 5.26 MeV 996 keV 520 mum 5.82 mmWAbsorberPhysicaleBrem - 11 -424 mum -440 mum 3.24 mm 3.07 MeV 1.68 MeV 795 mum 6.62 mmWAbsorberPhysicaleBrem - 12 -503 mum 10 mum 3.14 mm 1.14 MeV 1.22 MeV 621 mum 7.24 mmWAbsorberPhysicaleBrem - 13 -515 mum -22.1 mum 3.1 mm 0 eV 1.14 MeV 499 mum 7.74 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -503 mum 10 mum 3.14 mm 709 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -718 mum -836 mum 2.95 mm 703 keV 0 eV 894 mum 894 mumWAbsorberPhysicalcompt - 2 -2.2 mm -6.88 mm 2.26 mm 0 eV 69.5 keV 6.26 mm 7.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.2 mm -6.88 mm 2.26 mm 634 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 mm -6.88 mm 2.28 mm 0 eV 634 keV 243 mum 243 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -718 mum -836 mum 2.95 mm 5.53 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -718 mum -836 mum 2.95 mm 0 eV 5.53 keV 162 nm 162 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -424 mum -440 mum 3.24 mm 512 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 mm 619 mum 3.24 mm 171 keV 0 eV 2.08 mm 2.08 mmWAbsorberPhysicalcompt - 2 63.4 mum -184 mum 3.05 mm 0 eV 69.5 keV 1.54 mm 3.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 63.4 mum -184 mum 3.05 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 63 mum -185 mum 3.05 mm 0 eV 101 keV 16.2 mum 16.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 mm 619 mum 3.24 mm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 mm 623 mum 3.24 mm 0 eV 341 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -143 mum 107 mum 3.47 mm 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 mm -2.59 mm 4.01 mm 168 keV 0 eV 3.39 mm 3.39 mmWAbsorberPhysicalcompt - 2 1.81 mm -2.42 mm 3.93 mm 0 eV 69.5 keV 192 mum 3.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.81 mm -2.42 mm 3.93 mm 98.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.81 mm -2.42 mm 3.93 mm 0 eV 98.7 keV 15.5 mum 15.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 mm -2.59 mm 4.01 mm 264 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 mm -2.6 mm 4.01 mm 0 eV 264 keV 72 mum 72 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -584 mum 119 mum 3.19 mm 298 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.35 mm -753 mum 3.71 mm 0 eV 69.5 keV 2.18 mm 2.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.35 mm -753 mum 3.71 mm 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.35 mm -753 mum 3.71 mm 0 eV 229 keV 58.2 mum 58.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -609 mum 129 mum 3.2 mm 3.97 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 mm -612 mum 3.11 mm 464 keV 0 eV 1.78 mm 1.78 mmWAbsorberPhysicalcompt - 2 866 mum -879 mum 2.41 mm 0 eV 69.5 keV 763 mum 2.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 866 mum -879 mum 2.41 mm 394 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 903 mum -871 mum 2.39 mm 55.4 keV 339 keV 126 mum 126 mumWAbsorberPhysicaleBrem - 2 902 mum -872 mum 2.39 mm 0 eV 55.4 keV 6.07 mum 132 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 mm -612 mum 3.11 mm 3.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 mm -694 mum 3.2 mm 2.33 MeV 330 keV 204 mum 204 mumWAbsorberPhysicaleBrem - 2 1.02 mm -1.09 mm 3.29 mm 28.1 keV 1.12 MeV 603 mum 807 mumWAbsorberPhysicaleBrem - 3 1.02 mm -1.09 mm 3.29 mm 0 eV 28.1 keV 2 mum 809 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 mm -1.09 mm 3.29 mm 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.5 mm -8.81 mm 4.49 mm 611 keV 0 eV 9.57 mm 9.57 mmWAbsorberPhysicalcompt - 2 -4.73 mm -9.26 mm 3.98 mm 484 keV 0 eV 715 mum 1.03 cmWAbsorberPhysicalcompt - 3 -4.73 mm -1.09 cm 3.59 mm 0 eV 69.5 keV 1.68 mm 1.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.73 mm -1.09 cm 3.59 mm 414 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.72 mm -1.09 cm 3.58 mm 0 eV 414 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.73 mm -9.26 mm 3.98 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.73 mm -9.26 mm 3.98 mm 0 eV 127 keV 23.4 mum 23.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.5 mm -8.81 mm 4.49 mm 566 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.51 mm -8.82 mm 4.5 mm 0 eV 566 keV 210 mum 210 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 mm -694 mum 3.2 mm 853 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm -1.69 mm 3.08 mm 602 keV 0 eV 1.36 mm 1.36 mmWAbsorberPhysicalcompt - 2 3.39 mm -5.22 mm -280 mum 238 keV 0 eV 5.07 mm 6.43 mmWAbsorberPhysicalcompt - 3 4.07 mm -4.01 mm -620 mum 230 keV 0 eV 1.43 mm 7.86 mmWAbsorberPhysicalcompt - 4 4.88 mm -3.28 mm -624 mum 218 keV 0 eV 1.08 mm 8.95 mmWAbsorberPhysicalcompt - 5 7.32 mm -1.92 mm 656 mum 0 eV 69.5 keV 3.08 mm 1.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.32 mm -1.92 mm 656 mum 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.32 mm -1.91 mm 656 mum 0 eV 149 keV 30 mum 30 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.88 mm -3.28 mm -624 mum 11.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.88 mm -3.28 mm -624 mum 0 eV 11.3 keV 465 nm 465 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.07 mm -4.01 mm -620 mum 8.22 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.07 mm -4.01 mm -620 mum 0 eV 8.22 keV 288 nm 288 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 mm -5.22 mm -280 mum 364 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 mm -5.23 mm -285 mum 0 eV 364 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 mm -1.69 mm 3.08 mm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm -1.69 mm 3.09 mm 0 eV 251 keV 66.8 mum 66.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -804 mum 195 mum 3.18 mm 2.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.52 mm -1.4 mm 4.79 mm 550 keV 0 eV 5.78 mm 5.78 mmWAbsorberPhysicalcompt - 2 5.61 mm 981 mum 9.46 mm 331 keV 0 eV 5.35 mm 1.11 cmWAbsorberPhysicalcompt - 3 5.18 mm 5.55 mm 9.24 mm 0 eV 69.5 keV 4.59 mm 1.57 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.18 mm 5.55 mm 9.24 mm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.18 mm 5.55 mm 9.24 mm 0 eV 261 keV 70.9 mum 70.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.61 mm 981 mum 9.46 mm 219 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.61 mm 981 mum 9.46 mm 0 eV 219 keV 54.6 mum 54.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.52 mm -1.4 mm 4.79 mm 1.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.59 mm -1.44 mm 4.79 mm 0 eV 1.61 MeV 739 mum 739 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -852 mum 216 mum 3.16 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -565 mum 78.9 mum 3.23 mm 0 eV 69.5 keV 325 mum 325 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -565 mum 78.9 mum 3.23 mm 92.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -564 mum 79.3 mum 3.23 mm 0 eV 92.8 keV 14.1 mum 14.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.66 mm 370 mum 2.95 mm 1.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 mm -2.83 mm 6.37 mm 1.31 MeV 0 eV 7.69 mm 7.69 mmWAbsorberPhysicalcompt - 2 9.66 mm -6.54 mm 7.44 mm 369 keV 0 eV 7.32 mm 1.5 cmWAbsorberPhysicalcompt - 3 7.92 mm -8.34 mm 1.15 cm 222 keV 0 eV 4.77 mm 1.98 cmWAbsorberPhysicalcompt - 4 7.77 mm -8.15 mm 1.15 cm 180 keV 0 eV 247 mum 2 cmWAbsorberPhysicalcompt - 5 6.7 mm -8.38 mm 1.16 cm 0 eV 69.5 keV 1.09 mm 2.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.7 mm -8.38 mm 1.16 cm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.7 mm -8.38 mm 1.16 cm 0 eV 111 keV 18.8 mum 18.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.77 mm -8.15 mm 1.15 cm 41.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.77 mm -8.15 mm 1.15 cm 0 eV 41.5 keV 3.77 mum 3.77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.92 mm -8.34 mm 1.15 cm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.92 mm -8.34 mm 1.15 cm 0 eV 147 keV 29.5 mum 29.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.66 mm -6.54 mm 7.44 mm 940 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.69 mm -6.56 mm 7.43 mm 0 eV 940 keV 397 mum 397 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.44 mm -2.83 mm 6.37 mm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 mm -2.83 mm 6.37 mm 0 eV 192 keV 44.5 mum 44.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.43 mm 409 mum 2.37 mm 544 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.71 mm 450 mum 2.8 mm 191 keV 0 eV 514 mum 514 mumWAbsorberPhysicalcompt - 2 -1.64 mm 1.25 mm 2.08 mm 0 eV 69.5 keV 1.52 mm 2.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm 1.25 mm 2.08 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm 1.25 mm 2.08 mm 0 eV 121 keV 21.6 mum 21.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.71 mm 450 mum 2.8 mm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.72 mm 450 mum 2.8 mm 0 eV 353 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 mm 321 mum 2.04 mm 922 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.88 mm 569 mum 3.06 mm 0 eV 69.5 keV 1.32 mm 1.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.88 mm 569 mum 3.06 mm 853 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.89 mm 580 mum 3.08 mm 0 eV 853 keV 353 mum 353 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm 336 mum 1.7 mm 9.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm 1.25 mm 1.15 cm 0 eV 0 eV 1.33 cm 1.33 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 63, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm 1.25 mm 1.15 cm 7.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm 1.25 mm 1.15 cm 7.2 MeV 38.7 keV 30.8 mum 30.8 mumWAbsorberPhysicaleBrem - 2 -1.05 cm 1.61 mm 1.25 cm 3.33 MeV 1.76 MeV 1.02 mm 1.05 mmWAbsorberPhysicaleBrem - 3 -1.05 cm 1.43 mm 1.28 cm 1.8 MeV 572 keV 406 mum 1.45 mmWAbsorberPhysicaleBrem - 4 -1.04 cm 1.44 mm 1.28 cm 1.23 MeV 111 keV 94.3 mum 1.55 mmWAbsorberPhysicaleBrem - 5 -1.04 cm 1.45 mm 1.27 cm 996 keV 134 keV 73.1 mum 1.62 mmWAbsorberPhysicaleBrem - 6 -1.04 cm 1.44 mm 1.27 cm 0 eV 996 keV 429 mum 2.05 mmWAbsorberPhysicaleIoni - 7 -1.04 cm 1.44 mm 1.27 cm 0 eV 0 eV 0 fm 2.05 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm 1.44 mm 1.27 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm 2.77 mm 1.04 cm 0 eV 69.5 keV 2.67 mm 2.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm 2.77 mm 1.04 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm 2.78 mm 1.04 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm 1.44 mm 1.27 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.86 mm -1.68 mm 1.81 cm 0 eV 69.5 keV 6.23 mm 6.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.86 mm -1.68 mm 1.81 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.86 mm -1.68 mm 1.81 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm 1.45 mm 1.27 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm 1.46 mm 1.27 cm 0 eV 69.5 keV 79.4 mum 79.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm 1.46 mm 1.27 cm 35.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm 1.46 mm 1.27 cm 0 eV 35.7 keV 2.94 mum 2.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm 1.44 mm 1.28 cm 457 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.4 mm -1.27 mm 1.05 cm 231 keV 0 eV 3.72 mm 3.72 mmWAbsorberPhysicalcompt - 2 -9.12 mm -766 mum 1.01 cm 0 eV 69.5 keV 683 mum 4.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.12 mm -766 mum 1.01 cm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.12 mm -764 mum 1.01 cm 0 eV 161 keV 33.8 mum 33.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.4 mm -1.27 mm 1.05 cm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.4 mm -1.28 mm 1.05 cm 0 eV 226 keV 57.2 mum 57.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm 1.43 mm 1.28 cm 951 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.35 mm 1.71 mm 1.91 cm 259 keV 0 eV 8.16 mm 8.16 mmWAbsorberPhysicalcompt - 2 -5.15 mm 1.75 mm 1.87 cm 257 keV 0 eV 473 mum 8.64 mmWAbsorberPhysicalcompt - 3 -4.66 mm 1.8 mm 1.8 cm 0 eV 69.5 keV 893 mum 9.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.66 mm 1.8 mm 1.8 cm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.66 mm 1.79 mm 1.8 cm 0 eV 188 keV 43 mum 43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.15 mm 1.75 mm 1.87 cm 1.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.15 mm 1.75 mm 1.87 cm 0 eV 1.5 keV 26.4 nm 26.4 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.35 mm 1.71 mm 1.91 cm 692 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.34 mm 1.72 mm 1.92 cm 0 eV 692 keV 272 mum 272 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm 1.61 mm 1.25 cm 2.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.76 mm 5.56 mm 2.48 cm 0 eV 69.5 keV 1.35 cm 1.35 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.76 mm 5.56 mm 2.48 cm 2.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.53 mm 5.94 mm 2.47 cm 654 keV 1.14 MeV 725 mum 725 mumWAbsorberPhysicaleBrem - 2 -6.53 mm 5.95 mm 2.47 cm 0 eV 654 keV 253 mum 978 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.53 mm 5.94 mm 2.47 cm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.1 mm 7.18 mm 2.42 cm 0 eV 69.5 keV 2.09 mm 2.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.1 mm 7.18 mm 2.42 cm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.1 mm 7.18 mm 2.42 cm 0 eV 182 keV 41.1 mum 41.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm 1.25 mm 1.15 cm 569 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm 1.65 mm 1.56 cm 0 eV 69.5 keV 5.25 mm 5.25 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 cm 1.65 mm 1.56 cm 499 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm 1.65 mm 1.56 cm 0 eV 499 keV 178 mum 178 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm 1.25 mm 1.15 cm 1.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm 1.26 mm 1.15 cm 0 eV 1.12 MeV 491 mum 491 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 mm 154 mum 954 mum 2.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.19 mm 272 mum 2.18 mm 715 keV 0 eV 1.64 mm 1.64 mmWAbsorberPhysicalcompt - 2 -4.93 mm -1.75 mm 2.15 mm 503 keV 0 eV 3.41 mm 5.04 mmWAbsorberPhysicalcompt - 3 -9.93 mm -1.14 mm 3.49 mm 329 keV 0 eV 5.21 mm 1.03 cmWAbsorberPhysicalcompt - 4 -1.06 cm 390 mum 3.24 mm 202 keV 0 eV 1.7 mm 1.2 cmWAbsorberPhysicalcompt - 5 -1.07 cm 426 mum 3.53 mm 0 eV 69.5 keV 294 mum 1.22 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm 426 mum 3.53 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm 427 mum 3.53 mm 0 eV 132 keV 24.8 mum 24.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm 390 mum 3.24 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm 391 mum 3.24 mm 0 eV 127 keV 23.3 mum 23.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.93 mm -1.14 mm 3.49 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.93 mm -1.14 mm 3.49 mm 0 eV 174 keV 38.3 mum 38.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.93 mm -1.75 mm 2.15 mm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.93 mm -1.76 mm 2.15 mm 0 eV 212 keV 51.9 mum 51.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 mm 272 mum 2.18 mm 1.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm 299 mum 2.26 mm 0 eV 1.89 MeV 878 mum 878 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.54 cm -3.08 cm -6.47 cm 39.3 MeV 0 eV 9.06 cm 9.06 cmCuPlateBPhysicalTransportation - 2 7.64 cm -4.24 cm -8.92 cm 39.3 MeV 0 eV 3.42 cm 12.5 cmLArgPhysicalTransportation - 3 9.91 cm -5.51 cm -11.6 cm 39.3 MeV 0 eV 3.72 cm 16.2 cmBackExcluderTransportation - 4 44.4 cm -24.7 cm -51.9 cm 39.3 MeV 0 eV 56.5 cm 72.7 cmLArgPhysicalTransportation - 5 82.9 cm -46 cm -96.8 cm 39.3 MeV 0 eV 62.8 cm 1.36 mCryostatVolumesTransportation - 6 83.1 cm -46.1 cm -97 cm 39.3 MeV 0 eV 3.19 mm 1.36 mInsulationPhysicalTransportation - 7 87.6 cm -48.7 cm -1.02 m 39.3 MeV 0 eV 7.44 cm 1.43 mCryostatVolumesTransportation - 8 87.8 cm -48.8 cm -1.03 m 39.3 MeV 0 eV 2.66 mm 1.44 mMotherTransportation - 9 5 m -2.78 m -5.84 m 39.3 MeV 0 eV 6.74 m 8.17 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 20.5 cm 13.2 cm 3.4 cm 19 MeV 0 eV 24.6 cm 24.6 cmLArgPhysicalTransportation - 2 1.26 m 81.3 cm 20.9 cm 19 MeV 0 eV 1.27 m 1.51 mCryostatVolumesTransportation - 3 1.26 m 81.5 cm 20.9 cm 19 MeV 0 eV 3.56 mm 1.52 mInsulationPhysicalTransportation - 4 1.33 m 85.9 cm 22.1 cm 19 MeV 0 eV 8.3 cm 1.6 mCryostatVolumesTransportation - 5 1.33 m 86.1 cm 22.1 cm 19 MeV 0 eV 2.96 mm 1.6 mMotherTransportation - 6 5 m 3.23 m 83 cm 19 MeV 0 eV 4.41 m 6.01 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=47.8896 -Edep in FCAL1 FCAl2 : 0 47.8896 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2588 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 88 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -99.6 mum -247 mum 324 mum 43.4 MeV 943 keV 420 mum 420 mumWAbsorberPhysicaleBrem - 2 -231 mum -542 mum 595 mum 42.3 MeV 780 keV 423 mum 844 mumWAbsorberPhysicaleBrem - 3 -270 mum -607 mum 677 mum 41.6 MeV 227 keV 111 mum 955 mumWAbsorberPhysicaleBrem - 4 -723 mum -2.36 mm 2.27 mm 21.3 MeV 4.82 MeV 2.43 mm 3.39 mmWAbsorberPhysicaleBrem - 5 -740 mum -2.4 mm 2.29 mm 20.6 MeV 89.9 keV 53.2 mum 3.44 mmWAbsorberPhysicaleBrem - 6 -706 mum -3.94 mm 2.96 mm 16.6 MeV 3.47 MeV 1.69 mm 5.13 mmWAbsorberPhysicaleBrem - 7 -715 mum -3.96 mm 2.96 mm 16.1 MeV 27.4 keV 21.9 mum 5.15 mmWAbsorberPhysicaleBrem - 8 -1.27 mm -4.54 mm 3.47 mm 12.9 MeV 2 MeV 996 mum 6.15 mmWAbsorberPhysicaleBrem - 9 -2.05 mm -4.98 mm 3.44 mm 10.6 MeV 1.71 MeV 868 mum 7.01 mmWAbsorberPhysicaleBrem - 10 -1.95 mm -4.93 mm 3.43 mm 9.46 MeV 219 keV 115 mum 7.13 mmWAbsorberPhysicaleBrem - 11 -1.14 mm -5.02 mm 3.81 mm 7.14 MeV 1.72 MeV 1.03 mm 8.16 mmWAbsorberPhysicaleBrem - 12 -455 mum -5.19 mm 3.9 mm 4.51 MeV 1.39 MeV 810 mum 8.97 mmWAbsorberPhysicaleBrem - 13 -403 mum -6.45 mm 4.62 mm 1.59 MeV 2.92 MeV 1.68 mm 1.06 cmWAbsorberPhysicaleIoni - 14 -384 mum -6.51 mm 4.54 mm 0 eV 1.59 MeV 740 mum 1.14 cmWAbsorberPhysicaleIoni - 15 -384 mum -6.51 mm 4.54 mm 0 eV 0 eV 0 fm 1.14 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -384 mum -6.51 mm 4.54 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 mm -4.89 mm -673 mum 0 eV 69.5 keV 5.6 mm 5.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 mm -4.89 mm -673 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm -4.89 mm -680 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -384 mum -6.51 mm 4.54 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 mm -8.92 mm 1.23 cm 321 keV 0 eV 8.37 mm 8.37 mmWAbsorberPhysicalcompt - 2 1.87 mm -8.63 mm 1.26 cm 306 keV 0 eV 548 mum 8.92 mmWAbsorberPhysicalcompt - 3 1.94 mm -8.6 mm 1.26 cm 0 eV 69.5 keV 76.2 mum 9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 mm -8.6 mm 1.26 cm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.95 mm -8.6 mm 1.26 cm 0 eV 237 keV 61.2 mum 61.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.87 mm -8.63 mm 1.26 cm 14.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 mm -8.63 mm 1.26 cm 0 eV 14.6 keV 697 nm 697 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 mm -8.92 mm 1.23 cm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 mm -8.93 mm 1.23 cm 0 eV 190 keV 43.9 mum 43.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -455 mum -5.19 mm 3.9 mm 1.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.01 cm -9.07 mm 4.75 mm 1.06 MeV 0 eV 3.08 cm 3.08 cmWAbsorberPhysicalcompt - 2 3.43 cm -8.27 mm 3.94 mm 556 keV 0 eV 4.36 mm 3.51 cmWAbsorberPhysicalcompt - 3 3.69 cm -8.27 mm -1.88 mm 195 keV 0 eV 6.37 mm 4.15 cmWAbsorberPhysicalcompt - 4 3.67 cm -8.46 mm -1.72 mm 0 eV 69.5 keV 285 mum 4.18 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.67 cm -8.46 mm -1.72 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.67 cm -8.46 mm -1.72 mm 0 eV 126 keV 22.8 mum 22.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.69 cm -8.27 mm -1.88 mm 360 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.69 cm -8.27 mm -1.88 mm 0 eV 360 keV 113 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.43 cm -8.27 mm 3.94 mm 503 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.43 cm -8.27 mm 3.95 mm 0 eV 503 keV 179 mum 179 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.01 cm -9.07 mm 4.75 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.01 cm -9.08 mm 4.75 mm 0 eV 183 keV 41.4 mum 41.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm -5.02 mm 3.81 mm 594 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 363 mum -4.39 mm 5.93 mm 184 keV 0 eV 2.68 mm 2.68 mmWAbsorberPhysicalcompt - 2 -153 mum -5.18 mm 5 mm 0 eV 69.5 keV 1.33 mm 4.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -153 mum -5.18 mm 5 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -154 mum -5.18 mm 5 mm 0 eV 114 keV 19.7 mum 19.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 363 mum -4.39 mm 5.93 mm 410 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 369 mum -4.38 mm 5.94 mm 0 eV 410 keV 136 mum 136 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.95 mm -4.93 mm 3.43 mm 953 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 mm -4.77 mm 3.17 mm 251 keV 0 eV 918 mum 918 mumWAbsorberPhysicalcompt - 2 -1.13 mm -4.93 mm 3.31 mm 0 eV 69.5 keV 219 mum 1.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 mm -4.93 mm 3.31 mm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 mm -4.93 mm 3.31 mm 0 eV 181 keV 40.8 mum 40.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm -4.77 mm 3.17 mm 703 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 mm -4.76 mm 3.16 mm 0 eV 703 keV 278 mum 278 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 mm -4.98 mm 3.44 mm 566 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.61 mm -4.3 mm 2.61 mm 188 keV 0 eV 7.74 mm 7.74 mmWAbsorberPhysicalcompt - 2 5.57 mm -4.31 mm 2.65 mm 0 eV 69.5 keV 57.9 mum 7.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.57 mm -4.31 mm 2.65 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.57 mm -4.31 mm 2.65 mm 0 eV 119 keV 20.9 mum 20.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.61 mm -4.3 mm 2.61 mm 378 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.62 mm -4.3 mm 2.61 mm 0 eV 378 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 mm -4.54 mm 3.47 mm 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.05 mm -6.58 mm 3.36 mm 1.09 MeV 0 eV 2.71 mm 2.71 mmWAbsorberPhysicalcompt - 2 -8.24 mm -1.68 cm 723 mum 614 keV 0 eV 1.18 cm 1.45 cmWAbsorberPhysicalcompt - 3 -8.48 mm -2.12 cm -6.88 mm 186 keV 0 eV 8.77 mm 2.33 cmWAbsorberPhysicalcompt - 4 -8.29 mm -2.1 cm -6.55 mm 0 eV 69.5 keV 437 mum 2.37 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.29 mm -2.1 cm -6.55 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.29 mm -2.1 cm -6.55 mm 0 eV 117 keV 20.4 mum 20.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.48 mm -2.12 cm -6.88 mm 428 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.48 mm -2.12 cm -6.89 mm 0 eV 428 keV 144 mum 144 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.24 mm -1.68 cm 723 mum 471 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.25 mm -1.68 cm 727 mum 0 eV 471 keV 164 mum 164 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.05 mm -6.58 mm 3.36 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.05 mm -6.58 mm 3.36 mm 0 eV 120 keV 21.3 mum 21.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -715 mum -3.96 mm 2.96 mm 450 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm -7.29 mm 4.32 mm 380 keV 0 eV 3.65 mm 3.65 mmWAbsorberPhysicalcompt - 2 -175 mum -9.97 mm 4.55 mm 316 keV 0 eV 2.94 mm 6.6 mmWAbsorberPhysicalcompt - 3 1.32 mm -1.06 cm 4.4 mm 0 eV 69.5 keV 1.64 mm 8.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 mm -1.06 cm 4.4 mm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 mm -1.06 cm 4.4 mm 0 eV 247 keV 65.1 mum 65.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -175 mum -9.97 mm 4.55 mm 63.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -176 mum -9.97 mm 4.55 mm 0 eV 63.3 keV 7.51 mum 7.51 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 mm -7.29 mm 4.32 mm 70.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm -7.29 mm 4.32 mm 0 eV 70.4 keV 8.97 mum 8.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -706 mum -3.94 mm 2.96 mm 496 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.84 mm -6.56 mm 3.74 mm 0 eV 69.5 keV 2.96 mm 2.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.84 mm -6.56 mm 3.74 mm 427 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.84 mm -6.56 mm 3.75 mm 0 eV 427 keV 143 mum 143 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -740 mum -2.4 mm 2.29 mm 699 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 mm -3.44 mm 2.66 mm 528 keV 0 eV 1.18 mm 1.18 mmWAbsorberPhysicalcompt - 2 -6.24 mm -6.25 mm 3.43 mm 0 eV 69.5 keV 5.87 mm 7.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.24 mm -6.25 mm 3.43 mm 458 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.25 mm -6.26 mm 3.42 mm 0 eV 458 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm -3.44 mm 2.66 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 mm -3.45 mm 2.66 mm 0 eV 171 keV 37.3 mum 37.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -723 mum -2.36 mm 2.27 mm 15.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.58 cm -3.69 cm 1.67 cm 0 eV 0 eV 4.03 cm 4.03 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 cm -3.69 cm 1.67 cm 11.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm -3.77 cm 1.74 cm 8.48 MeV 2.21 MeV 1.1 mm 1.1 mmWAbsorberPhysicaleBrem - 2 -1.51 cm -3.83 cm 1.78 cm 6.26 MeV 1.96 MeV 905 mum 2.01 mmWAbsorberPhysicaleBrem - 3 -1.45 cm -3.9 cm 1.94 cm 3.07 MeV 3.2 MeV 1.95 mm 3.96 mmWAbsorberPhysicaleIoni - 4 -1.49 cm -3.91 cm 1.95 cm 903 keV 593 keV 405 mum 4.36 mmWAbsorberPhysicaleBrem - 5 -1.49 cm -3.91 cm 1.95 cm 0 eV 903 keV 381 mum 4.74 mmWAbsorberPhysicaleIoni - 6 -1.49 cm -3.91 cm 1.95 cm 0 eV 0 eV 0 fm 4.74 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 cm -3.91 cm 1.95 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm -3.9 cm 2.02 cm 0 eV 69.5 keV 763 mum 763 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 cm -3.9 cm 2.02 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm -3.9 cm 2.02 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 cm -3.91 cm 1.95 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 cm -3.94 cm 1.38 cm 0 eV 69.5 keV 6.46 mm 6.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 cm -3.94 cm 1.38 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 cm -3.94 cm 1.38 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 cm -3.91 cm 1.95 cm 1.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 cm -4.6 cm 1.53 cm 752 keV 0 eV 9.48 mm 9.48 mmWAbsorberPhysicalcompt - 2 -5.16 cm -4.39 cm -1.95 cm 218 keV 0 eV 4.72 cm 5.67 cmWAbsorberPhysicalcompt - 3 -5.03 cm -4.43 cm -1.95 cm 0 eV 69.5 keV 1.38 mm 5.81 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.03 cm -4.43 cm -1.95 cm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.03 cm -4.43 cm -1.95 cm 0 eV 149 keV 30 mum 30 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.16 cm -4.39 cm -1.95 cm 534 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.17 cm -4.39 cm -1.95 cm 0 eV 534 keV 194 mum 194 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 cm -4.6 cm 1.53 cm 817 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 cm -4.6 cm 1.53 cm 0 eV 817 keV 335 mum 335 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm -3.83 cm 1.78 cm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 cm -3.98 cm 1.78 cm 0 eV 69.5 keV 1.49 mm 1.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 cm -3.98 cm 1.78 cm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 cm -3.98 cm 1.78 cm 0 eV 184 keV 41.7 mum 41.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 cm -3.77 cm 1.74 cm 817 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 cm -4.36 cm 2 cm 809 keV 0 eV 6.5 mm 6.5 mmWAbsorberPhysicalcompt - 2 -1.3 cm -5.08 cm 2.29 cm 0 eV 69.5 keV 7.98 mm 1.45 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm -5.08 cm 2.29 cm 739 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 cm -5.08 cm 2.29 cm 0 eV 739 keV 296 mum 296 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 cm -4.36 cm 2 cm 8.77 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 cm -4.36 cm 2 cm 0 eV 8.77 keV 319 nm 319 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 cm -3.69 cm 1.67 cm 2.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.56 cm -3.71 cm 1.65 cm 1.95 MeV 557 keV 368 mum 368 mumWAbsorberPhysicaleBrem - 2 -1.56 cm -3.71 cm 1.66 cm 1.37 MeV 63.8 keV 41.7 mum 410 mumWAbsorberPhysicaleBrem - 3 -1.57 cm -3.7 cm 1.66 cm 824 keV 300 keV 184 mum 594 mumWAbsorberPhysicaleBrem - 4 -1.58 cm -3.7 cm 1.66 cm 0 eV 824 keV 338 mum 932 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 cm -3.7 cm 1.66 cm 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 cm -3.71 cm 1.66 cm 0 eV 69.5 keV 198 mum 198 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.59 cm -3.71 cm 1.66 cm 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 cm -3.71 cm 1.66 cm 0 eV 179 keV 39.9 mum 39.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 cm -3.71 cm 1.66 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm -3.68 cm 1.66 cm 228 keV 0 eV 260 mum 260 mumWAbsorberPhysicalcompt - 2 -1.42 cm -3.71 cm 1.72 cm 0 eV 69.5 keV 1.56 mm 1.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 cm -3.71 cm 1.72 cm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm -3.71 cm 1.72 cm 0 eV 159 keV 33.1 mum 33.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 cm -3.68 cm 1.66 cm 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm -3.68 cm 1.66 cm 0 eV 283 keV 79.9 mum 79.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 cm -3.71 cm 1.65 cm 448 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 cm -3.28 cm 1.85 cm 0 eV 69.5 keV 4.85 mm 4.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 cm -3.28 cm 1.85 cm 379 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 cm -3.28 cm 1.85 cm 0 eV 379 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -270 mum -607 mum 677 mum 440 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.38 mm -6.16 mm 6.69 mm 0 eV 69.5 keV 8.75 mm 8.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.38 mm -6.16 mm 6.69 mm 370 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.39 mm -6.17 mm 6.69 mm 0 eV 370 keV 118 mum 118 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -231 mum -542 mum 595 mum 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -967 mum -1.81 mm 2.07 mm 0 eV 69.5 keV 2.08 mm 2.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -967 mum -1.81 mm 2.07 mm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -969 mum -1.81 mm 2.07 mm 0 eV 236 keV 61.1 mum 61.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -99.6 mum -247 mum 324 mum 1.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.79 mm -8.69 mm 9.03 mm 616 keV 0 eV 1.27 cm 1.27 cmWAbsorberPhysicalcompt - 2 -3.46 mm -1.12 cm 8.72 mm 399 keV 0 eV 2.54 mm 1.52 cmWAbsorberPhysicalcompt - 3 -2.77 mm -1.18 cm 7.61 mm 0 eV 69.5 keV 1.42 mm 1.66 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.77 mm -1.18 cm 7.61 mm 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 mm -1.18 cm 7.61 mm 0 eV 329 keV 99.5 mum 99.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.46 mm -1.12 cm 8.72 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.46 mm -1.12 cm 8.72 mm 0 eV 217 keV 53.8 mum 53.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.79 mm -8.69 mm 9.03 mm 789 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.8 mm -8.7 mm 9.05 mm 0 eV 789 keV 321 mum 321 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.19 cm 6.14 cm -6.93 cm 35.1 MeV 0 eV 9.79 cm 9.79 cmF2RodPhysicalTransportation - 2 -3.2 cm 6.16 cm -6.95 cm 35.1 MeV 0 eV 298 mum 9.82 cmF2LArGapPhysicalTransportation - 3 -3.22 cm 6.19 cm -6.98 cm 35.1 MeV 0 eV 502 mum 9.87 cmCuPlateBPhysicalTransportation - 4 -4.4 cm 8.46 cm -9.55 cm 35.1 MeV 0 eV 3.62 cm 13.5 cmLArgPhysicalTransportation - 5 -5.34 cm 10.3 cm -11.6 cm 35.1 MeV 0 eV 2.87 cm 16.4 cmBackExcluderTransportation - 6 -16.4 cm 31.6 cm -35.7 cm 35.1 MeV 0 eV 34 cm 50.4 cmLArgPhysicalTransportation - 7 -50.7 cm 97.5 cm -1.1 m 35.1 MeV 0 eV 1.05 m 1.56 mCryostatVolumesTransportation - 8 -53.5 cm 1.03 m -1.16 m 35.1 MeV 0 eV 8.49 cm 1.64 mInsulationPhysicalTransportation - 9 -56.4 cm 1.08 m -1.22 m 35.1 MeV 0 eV 8.99 cm 1.73 mCryostatVolumesTransportation - 10 -56.5 cm 1.09 m -1.23 m 35.1 MeV 0 eV 3.21 mm 1.73 mMotherTransportation - 11 -2.6 m 5 m -5.64 m 35.1 MeV 0 eV 6.24 m 7.97 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 24.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 16.4 cm 6.25 cm -6.93 cm 24.3 MeV 0 eV 18.8 cm 18.8 cmCuPlateBPhysicalTransportation - 2 22.5 cm 8.61 cm -9.55 cm 24.3 MeV 0 eV 7.11 cm 25.9 cmLArgPhysicalTransportation - 3 27.3 cm 10.4 cm -11.6 cm 24.3 MeV 0 eV 5.5 cm 31.4 cmBackExcluderTransportation - 4 40.2 cm 15.3 cm -17 cm 24.3 MeV 0 eV 14.8 cm 46.3 cmLArgPhysicalTransportation - 5 1.17 m 44.8 cm -49.7 cm 24.3 MeV 0 eV 88.8 cm 1.35 mCryostatVolumesTransportation - 6 1.18 m 44.9 cm -49.9 cm 24.3 MeV 0 eV 3.18 mm 1.35 mInsulationPhysicalTransportation - 7 1.24 m 47.4 cm -52.6 cm 24.3 MeV 0 eV 7.42 cm 1.43 mCryostatVolumesTransportation - 8 1.24 m 47.5 cm -52.7 cm 24.3 MeV 0 eV 2.65 mm 1.43 mMotherTransportation - 9 5 m 1.91 m -2.12 m 24.3 MeV 0 eV 4.33 m 5.76 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=46.7601 -Edep in FCAL1 FCAl2 : 0 46.7601 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2589 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 89 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 29.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -49.4 mum -19.3 mum 39.4 mum 29.1 MeV 103 keV 66.2 mum 66.2 mumWAbsorberPhysicaleBrem - 2 -271 mum -138 mum 203 mum 27.9 MeV 1.1 MeV 301 mum 367 mumWAbsorberPhysicaleBrem - 3 -2.33 mm -98.2 mum 610 mum 12.7 MeV 5.11 MeV 2.06 mm 2.43 mmWAbsorberPhysicaleBrem - 4 -3.17 mm 358 mum 1.16 mm 8.99 MeV 2.23 MeV 1.11 mm 3.53 mmWAbsorberPhysicaleBrem - 5 -3.35 mm 524 mum 1.65 mm 6.95 MeV 1.25 MeV 628 mum 4.16 mmWAbsorberPhysicaleBrem - 6 -3.24 mm -232 mum 1.99 mm 4.83 MeV 1.92 MeV 786 mum 4.95 mmWAbsorberPhysicaleBrem - 7 -2.86 mm -109 mum 2.8 mm 2.44 MeV 2.22 MeV 1.01 mm 5.96 mmWAbsorberPhysicaleBrem - 8 -3.29 mm 298 mum 2.21 mm 160 keV 2.28 MeV 1.15 mm 7.11 mmWAbsorberPhysicaleIoni - 9 -3.29 mm 301 mum 2.21 mm 0 eV 160 keV 31.7 mum 7.15 mmWAbsorberPhysicaleIoni - 10 -3.29 mm 301 mum 2.21 mm 0 eV 0 eV 0 fm 7.15 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.29 mm 301 mum 2.21 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.16 mm 239 mum 2.03 mm 202 keV 0 eV 1.15 mm 1.15 mmWAbsorberPhysicalcompt - 2 -2.98 mm -273 mum 1.25 mm 0 eV 69.5 keV 1.24 mm 2.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.98 mm -273 mum 1.25 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 mm -272 mum 1.25 mm 0 eV 132 keV 24.9 mum 24.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 mm 239 mum 2.03 mm 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.15 mm 239 mum 2.03 mm 0 eV 309 keV 90.8 mum 90.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.29 mm 301 mum 2.21 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.21 mm 407 mum 2.53 mm 390 keV 0 eV 1.95 mm 1.95 mmWAbsorberPhysicalcompt - 2 -9.44 mm -175 mum -562 mum 235 keV 0 eV 5.27 mm 7.22 mmWAbsorberPhysicalcompt - 3 -8.17 mm 1.63 mm -3.5 mm 0 eV 69.5 keV 3.67 mm 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.17 mm 1.63 mm -3.5 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.17 mm 1.63 mm -3.5 mm 0 eV 166 keV 35.4 mum 35.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.44 mm -175 mum -562 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.44 mm -176 mum -562 mum 0 eV 155 keV 31.8 mum 31.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.21 mm 407 mum 2.53 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.21 mm 407 mum 2.53 mm 0 eV 121 keV 21.5 mum 21.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.86 mm -109 mum 2.8 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.34 mm -267 mum 2.88 mm 0 eV 69.5 keV 514 mum 514 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.34 mm -267 mum 2.88 mm 99.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.34 mm -267 mum 2.89 mm 0 eV 99.6 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.24 mm -232 mum 1.99 mm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.14 mm -575 mum 2.29 mm 0 eV 69.5 keV 466 mum 466 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.14 mm -575 mum 2.29 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.14 mm -576 mum 2.29 mm 0 eV 131 keV 24.4 mum 24.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.35 mm 524 mum 1.65 mm 792 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.15 mm -766 mum 3.06 mm 0 eV 69.5 keV 2.26 mm 2.26 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.15 mm -766 mum 3.06 mm 722 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.15 mm -782 mum 3.08 mm 0 eV 722 keV 287 mum 287 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.17 mm 358 mum 1.16 mm 1.44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.4 mm 408 mum 2.99 mm 361 keV 0 eV 2.21 mm 2.21 mmWAbsorberPhysicalcompt - 2 -5.02 mm -2.31 mm 2.44 mm 315 keV 0 eV 2.84 mm 5.05 mmWAbsorberPhysicalcompt - 3 -4.89 mm -3.71 mm 1.02 mm 0 eV 69.5 keV 1.99 mm 7.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.89 mm -3.71 mm 1.02 mm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.89 mm -3.71 mm 1.02 mm 0 eV 246 keV 64.7 mum 64.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.02 mm -2.31 mm 2.44 mm 45.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.02 mm -2.31 mm 2.44 mm 0 eV 45.7 keV 4.42 mum 4.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.4 mm 408 mum 2.99 mm 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.42 mm 419 mum 3.03 mm 0 eV 1.08 MeV 470 mum 470 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.33 mm -98.2 mum 610 mum 10.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm -792 mum 1.09 cm 0 eV 0 eV 1.65 cm 1.65 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 26, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 cm -792 mum 1.09 cm 6.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 cm -1.71 mm 1.23 cm 2.07 MeV 3.75 MeV 1.86 mm 1.86 mmWAbsorberPhysicaleBrem - 2 -1.47 cm -1.85 mm 1.23 cm 0 eV 2.07 MeV 988 mum 2.85 mmWAbsorberPhysicaleIoni - 3 -1.47 cm -1.85 mm 1.23 cm 0 eV 0 eV 0 fm 2.85 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 cm -1.85 mm 1.23 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 cm -3.07 mm 1.64 cm 0 eV 69.5 keV 4.31 mm 4.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 cm -3.07 mm 1.64 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 cm -3.07 mm 1.64 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 cm -1.85 mm 1.23 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm -1.03 mm 9.5 mm 450 keV 0 eV 2.93 mm 2.93 mmWAbsorberPhysicalcompt - 2 -9.98 mm 3.1 mm 2.54 mm 0 eV 69.5 keV 9.29 mm 1.22 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.98 mm 3.1 mm 2.54 mm 380 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.97 mm 3.1 mm 2.55 mm 0 eV 380 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 cm -1.03 mm 9.5 mm 61.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm -1.03 mm 9.5 mm 0 eV 61.3 keV 7.13 mum 7.13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 cm -1.71 mm 1.23 cm 838 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm -1.78 mm 1.2 cm 0 eV 69.5 keV 280 mum 280 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 cm -1.78 mm 1.2 cm 768 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm -1.79 mm 1.2 cm 0 eV 768 keV 310 mum 310 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 cm -792 mum 1.09 cm 2.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm -784 mum 1.09 cm 2.08 MeV 48.2 keV 22.8 mum 22.8 mumWAbsorberPhysicaleBrem - 2 -1.54 cm -753 mum 1.1 cm 0 eV 2.08 MeV 973 mum 996 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 cm -784 mum 1.09 cm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm -239 mum 1.21 cm 0 eV 69.5 keV 1.39 mm 1.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 cm -239 mum 1.21 cm 222 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm -230 mum 1.21 cm 80.6 keV 141 keV 44.7 mum 44.7 mumWAbsorberPhysicaleBrem - 2 -1.57 cm -230 mum 1.21 cm 0 eV 80.6 keV 11.2 mum 55.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -271 mum -138 mum 203 mum 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -320 mum -145 mum 229 mum 0 eV 69.5 keV 55.5 mum 55.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -320 mum -145 mum 229 mum 49.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -320 mum -145 mum 228 mum 0 eV 49.3 keV 4.97 mum 4.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -49.4 mum -19.3 mum 39.4 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -124 mum -51.7 mum 90.1 mum 0 eV 69.5 keV 96 mum 96 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -124 mum -51.7 mum 90.1 mum 35.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -124 mum -51.8 mum 90 mum 0 eV 35.5 keV 2.92 mum 2.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.97 cm -9.82 cm -6.14 cm 39.9 MeV 0 eV 15.3 cm 15.3 cmCuPlateBPhysicalTransportation - 2 13.7 cm -13.5 cm -8.46 cm 39.9 MeV 0 eV 5.77 cm 21.1 cmLArgPhysicalTransportation - 3 18.8 cm -18.5 cm -11.6 cm 39.9 MeV 0 eV 7.77 cm 28.8 cmBackExcluderTransportation - 4 27.3 cm -26.9 cm -16.8 cm 39.9 MeV 0 eV 13 cm 41.8 cmLArgPhysicalTransportation - 5 99 cm -97.5 cm -61 cm 39.9 MeV 0 eV 1.1 m 1.52 mMotherTransportation - 6 5 m -4.93 m -3.08 m 39.9 MeV 0 eV 6.15 m 7.66 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.95 cm 17.9 cm -6.07 mm 35.9 MeV 0 eV 18 cm 18 cmLArgPhysicalTransportation - 2 -10.6 cm 97.5 cm -3.31 cm 35.9 MeV 0 eV 80.1 cm 98.1 cmCryostatVolumesTransportation - 3 -21.5 cm 1.98 m -6.7 cm 35.9 MeV 0 eV 1.01 m 1.99 mMotherTransportation - 4 -54.5 cm 5 m -17 cm 35.9 MeV 0 eV 3.04 m 5.03 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=30.3328 -Edep in FCAL1 FCAl2 : 0 30.3328 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2590 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 90 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 24.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -332 mum 513 mum 140 mum 21.4 MeV 2.1 MeV 623 mum 623 mumWAbsorberPhysicaleBrem - 2 -917 mum 1.28 mm 589 mum 17.4 MeV 2.37 MeV 1.04 mm 1.67 mmWAbsorberPhysicaleBrem - 3 -1.16 mm 1.5 mm 853 mum 16.3 MeV 819 keV 430 mum 2.1 mmWAbsorberPhysicaleBrem - 4 -1.38 mm 2.47 mm 1.45 mm 13.3 MeV 2.8 MeV 1.27 mm 3.37 mmWAbsorberPhysicaleBrem - 5 -1.29 mm 2.93 mm 1.6 mm 0 eV 948 keV 478 mum 3.85 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 mm 2.93 mm 1.6 mm 11.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.74 mm 3.47 cm 1.76 cm 0 eV 0 eV 3.63 cm 3.63 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 12, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.74 mm 3.47 cm 1.76 cm 1.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.73 mm 3.48 cm 1.76 cm 0 eV 1.17 MeV 522 mum 522 mumWAbsorberPhysicaleIoni - 2 5.73 mm 3.48 cm 1.76 cm 0 eV 0 eV 0 fm 522 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.73 mm 3.48 cm 1.76 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.48 mm 3.46 cm 1.85 cm 0 eV 69.5 keV 1.54 mm 1.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.48 mm 3.46 cm 1.85 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.47 mm 3.46 cm 1.85 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.73 mm 3.48 cm 1.76 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.51 mm 3.52 cm 1.57 cm 259 keV 0 eV 3.45 mm 3.45 mmWAbsorberPhysicalcompt - 2 8.41 mm 3.48 cm 1.54 cm 0 eV 69.5 keV 484 mum 3.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.41 mm 3.48 cm 1.54 cm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.41 mm 3.48 cm 1.54 cm 0 eV 190 keV 43.7 mum 43.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.51 mm 3.52 cm 1.57 cm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.52 mm 3.52 cm 1.57 cm 0 eV 252 keV 67 mum 67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.74 mm 3.47 cm 1.76 cm 8.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.68 mm 3.53 cm 1.78 cm 7.02 MeV 1.61 MeV 607 mum 607 mumWAbsorberPhysicaleBrem - 2 5.78 mm 3.56 cm 1.78 cm 4.59 MeV 803 keV 344 mum 951 mumWAbsorberPhysicaleBrem - 3 5.9 mm 3.58 cm 1.77 cm 3.02 MeV 1.42 MeV 287 mum 1.24 mmWAbsorberPhysicaleBrem - 4 5.9 mm 3.58 cm 1.77 cm 2.75 MeV 3.68 keV 5.41 mum 1.24 mmWAbsorberPhysicaleBrem - 5 5.72 mm 3.61 cm 1.74 cm 1.71 MeV 812 keV 557 mum 1.8 mmWAbsorberPhysicaleBrem - 6 5.8 mm 3.61 cm 1.76 cm 924 keV 527 keV 269 mum 2.07 mmWAbsorberPhysicaleBrem - 7 5.86 mm 3.6 cm 1.75 cm 60.5 keV 864 keV 358 mum 2.43 mmWAbsorberPhysicaleBrem - 8 5.86 mm 3.6 cm 1.75 cm 0 eV 60.5 keV 6.98 mum 2.43 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.8 mm 3.61 cm 1.76 cm 262 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.48 mm 3.53 cm 1.75 cm 239 keV 0 eV 891 mum 891 mumWAbsorberPhysicalcompt - 2 5.84 mm 3.38 cm 1.69 cm 0 eV 69.5 keV 1.63 mm 2.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.84 mm 3.38 cm 1.69 cm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.84 mm 3.38 cm 1.69 cm 0 eV 169 keV 36.7 mum 36.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.48 mm 3.53 cm 1.75 cm 22.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.47 mm 3.53 cm 1.75 cm 0 eV 22.9 keV 1.43 mum 1.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.72 mm 3.61 cm 1.74 cm 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.6 mm 3.61 cm 1.76 cm 0 eV 69.5 keV 193 mum 193 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.6 mm 3.61 cm 1.76 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.6 mm 3.61 cm 1.76 cm 0 eV 155 keV 31.8 mum 31.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.9 mm 3.58 cm 1.77 cm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.2 mm 3.6 cm 1.74 cm 198 keV 0 eV 438 mum 438 mumWAbsorberPhysicalcompt - 2 6.14 mm 3.56 cm 1.69 cm 0 eV 69.5 keV 639 mum 1.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.14 mm 3.56 cm 1.69 cm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.14 mm 3.56 cm 1.69 cm 0 eV 129 keV 23.7 mum 23.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.2 mm 3.6 cm 1.74 cm 70.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.2 mm 3.6 cm 1.74 cm 0 eV 70.3 keV 8.97 mum 8.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.9 mm 3.58 cm 1.77 cm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.9 mm 3.58 cm 1.77 cm 0 eV 69.5 keV 46 mum 46 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.9 mm 3.58 cm 1.77 cm 78.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.9 mm 3.58 cm 1.77 cm 0 eV 78.4 keV 10.7 mum 10.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.78 mm 3.56 cm 1.78 cm 1.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.07 mm 4.5 cm 1.62 cm 636 keV 0 eV 9.8 mm 9.8 mmWAbsorberPhysicalcompt - 2 8.29 mm 4.65 cm 1.25 cm 0 eV 69.5 keV 4 mm 1.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.29 mm 4.65 cm 1.25 cm 567 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.29 mm 4.65 cm 1.25 cm 0 eV 567 keV 210 mum 210 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.07 mm 4.5 cm 1.62 cm 982 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.08 mm 4.5 cm 1.62 cm 0 eV 982 keV 418 mum 418 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.68 mm 3.53 cm 1.78 cm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.34 mm 3.87 cm 1.87 cm 0 eV 69.5 keV 3.94 mm 3.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.34 mm 3.87 cm 1.87 cm 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.34 mm 3.87 cm 1.87 cm 0 eV 248 keV 65.7 mum 65.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 mm 2.93 mm 1.6 mm 2.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 mm 3.79 mm 2.47 mm 0 eV 0 eV 1.39 mm 1.39 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 34, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm 3.79 mm 2.47 mm 822 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 mm 3.82 mm 2.49 mm 0 eV 822 keV 339 mum 339 mumWAbsorberPhysicaleIoni - 2 -1.98 mm 3.82 mm 2.49 mm 0 eV 0 eV 0 fm 339 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm 3.82 mm 2.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.26 mm 2.77 mm 1.43 mm 218 keV 0 eV 1.52 mm 1.52 mmWAbsorberPhysicalcompt - 2 -2.18 mm 2.76 mm 1.46 mm 0 eV 69.5 keV 89.7 mum 1.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.18 mm 2.76 mm 1.46 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.18 mm 2.76 mm 1.46 mm 0 eV 149 keV 30 mum 30 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 mm 2.77 mm 1.43 mm 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm 2.76 mm 1.43 mm 0 eV 293 keV 83.9 mum 83.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm 3.82 mm 2.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.82 mm 4.42 mm 3.1 mm 0 eV 69.5 keV 874 mum 874 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 mm 4.42 mm 3.1 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 mm 4.44 mm 3.09 mm 55.4 keV 145 keV 64.8 mum 64.8 mumWAbsorberPhysicaleBrem - 2 -1.85 mm 4.44 mm 3.09 mm 0 eV 55.4 keV 6.06 mum 70.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 mm 4.44 mm 3.09 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm 4.6 mm 2.18 mm 0 eV 69.5 keV 1.02 mm 1.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm 4.6 mm 2.18 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm 4.6 mm 2.18 mm 0 eV 172 keV 37.6 mum 37.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm 3.79 mm 2.47 mm 389 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 mm 3.8 mm 2.47 mm 0 eV 389 keV 126 mum 126 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm 2.47 mm 1.45 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 mm 2.95 mm 1.6 mm 0 eV 69.5 keV 506 mum 506 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 mm 2.95 mm 1.6 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 mm 2.96 mm 1.59 mm 0 eV 163 keV 34.4 mum 34.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 mm 1.5 mm 853 mum 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm 1.81 mm 925 mum 0 eV 69.5 keV 381 mum 381 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 mm 1.81 mm 925 mum 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm 1.81 mm 922 mum 0 eV 186 keV 42.4 mum 42.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -917 mum 1.28 mm 589 mum 1.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.59 mm 3.28 mm 2.21 mm 469 keV 0 eV 3.07 mm 3.07 mmWAbsorberPhysicalcompt - 2 -4.29 mm 1.13 mm 4.73 mm 183 keV 0 eV 3.73 mm 6.8 mmWAbsorberPhysicalcompt - 3 -4.2 mm 1.29 mm 4.74 mm 0 eV 69.5 keV 190 mum 6.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.2 mm 1.29 mm 4.74 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.2 mm 1.3 mm 4.74 mm 0 eV 113 keV 19.4 mum 19.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.29 mm 1.13 mm 4.73 mm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.29 mm 1.11 mm 4.72 mm 95 keV 191 keV 55.7 mum 55.7 mumWAbsorberPhysicaleBrem - 2 -4.29 mm 1.11 mm 4.72 mm 0 eV 95 keV 14.6 mum 70.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.59 mm 3.28 mm 2.21 mm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.61 mm 3.32 mm 2.23 mm 0 eV 1.13 MeV 494 mum 494 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -332 mum 513 mum 140 mum 742 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.22 mm 7.75 mm 2.69 mm 0 eV 69.5 keV 1.03 cm 1.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.22 mm 7.75 mm 2.69 mm 672 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.23 mm 7.76 mm 2.68 mm 0 eV 672 keV 262 mum 262 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.74 cm -21.2 cm 6.45 cm 47.6 MeV 0 eV 22.9 cm 22.9 cmLArgPhysicalTransportation - 2 26.4 cm -97.5 cm 29.7 cm 47.6 MeV 0 eV 82.5 cm 1.05 mMotherTransportation - 3 1.36 m -5 m 1.53 m 47.6 MeV 0 eV 4.35 m 5.4 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm 9.51 cm -7.09 cm 33.3 MeV 0 eV 12 cm 12 cmCuPlateBPhysicalTransportation - 2 2.09 cm 13.1 cm -9.77 cm 33.3 MeV 0 eV 4.52 cm 16.5 cmLArgPhysicalTransportation - 3 2.48 cm 15.5 cm -11.6 cm 33.3 MeV 0 eV 3.04 cm 19.5 cmBackExcluderTransportation - 4 4.45 cm 27.9 cm -20.8 cm 33.3 MeV 0 eV 15.5 cm 35.1 cmLArgPhysicalTransportation - 5 15.6 cm 97.5 cm -72.8 cm 33.3 MeV 0 eV 87.6 cm 1.23 mCryostatVolumesTransportation - 6 26.7 cm 1.67 m -1.25 m 33.3 MeV 0 eV 87.9 cm 2.11 mInsulationPhysicalTransportation - 7 28.2 cm 1.77 m -1.32 m 33.3 MeV 0 eV 11.5 cm 2.22 mCryostatVolumesTransportation - 8 28.3 cm 1.77 m -1.32 m 33.3 MeV 0 eV 4.12 mm 2.23 mMotherTransportation - 9 79.9 cm 5 m -3.73 m 33.3 MeV 0 eV 4.06 m 6.29 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=25.2427 -Edep in FCAL1 FCAl2 : 0 25.2427 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2591 0 0 0 --------------------------------------------- - ----> Begin of event: 91 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 91 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -10.4 mum 334 mum -43.9 mum 34.5 MeV 601 keV 338 mum 338 mumWAbsorberPhysicaleBrem - 2 20.3 mum 485 mum -65.3 mum 32.4 MeV 497 keV 156 mum 494 mumWAbsorberPhysicaleBrem - 3 58.3 mum 634 mum -89.1 mum 25.8 MeV 258 keV 156 mum 650 mumWAbsorberPhysicaleBrem - 4 120 mum 839 mum -119 mum 19.5 MeV 2.16 MeV 217 mum 867 mumWAbsorberPhysicaleBrem - 5 171 mum 1.03 mm -119 mum 15.9 MeV 506 keV 203 mum 1.07 mmWAbsorberPhysicaleBrem - 6 177 mum 1.19 mm -142 mum 12.6 MeV 247 keV 164 mum 1.23 mmWAbsorberPhysicaleBrem - 7 132 mum 1.56 mm -342 mum 5.44 MeV 849 keV 446 mum 1.68 mmWAbsorberPhysicaleBrem - 8 76.6 mum 1.79 mm -382 mum 4.29 MeV 420 keV 254 mum 1.93 mmWAbsorberPhysicaleBrem - 9 238 mum 1.93 mm -628 mum 2.88 MeV 677 keV 407 mum 2.34 mmWAbsorberPhysicaleBrem - 10 -329 mum 2.5 mm -59.5 mum 379 keV 2.51 MeV 1.31 mm 3.65 mmWAbsorberPhysicaleIoni - 11 -320 mum 2.5 mm -69 mum 0 eV 379 keV 119 mum 3.77 mmWAbsorberPhysicaleIoni - 12 -320 mum 2.5 mm -69 mum 0 eV 0 eV 0 fm 3.77 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -320 mum 2.5 mm -69 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm 3.39 mm 56.8 mum 441 keV 0 eV 2.4 mm 2.4 mmWAbsorberPhysicalcompt - 2 -3.56 mm 3.22 mm -94.4 mum 211 keV 0 eV 1.04 mm 3.44 mmWAbsorberPhysicalcompt - 3 -3.49 mm 4.08 mm 966 mum 179 keV 0 eV 1.37 mm 4.81 mmWAbsorberPhysicalcompt - 4 -3.49 mm 4.08 mm 966 mum 0 eV 69.5 keV 2.07 mum 4.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.49 mm 4.08 mm 966 mum 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.49 mm 4.08 mm 967 mum 0 eV 110 keV 18.5 mum 18.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.49 mm 4.08 mm 966 mum 31.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.49 mm 4.08 mm 966 mum 0 eV 31.7 keV 2.4 mum 2.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.56 mm 3.22 mm -94.4 mum 230 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.57 mm 3.22 mm -96.2 mum 0 eV 230 keV 58.6 mum 58.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm 3.39 mm 56.8 mum 70.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm 3.39 mm 57 mum 0 eV 70.2 keV 8.95 mum 8.95 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -320 mum 2.5 mm -69 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.42 mm -983 mum -563 mum 198 keV 0 eV 9.42 mm 9.42 mmWAbsorberPhysicalcompt - 2 7.9 mm -1.21 mm -99.8 mum 119 keV 0 eV 737 mum 1.02 cmWAbsorberPhysicalcompt - 3 7.96 mm -1.23 mm -120 mum 82.6 keV 0 eV 69.4 mum 1.02 cmWAbsorberPhysicalcompt - 4 7.93 mm -1.21 mm -120 mum 0 eV 69.5 keV 38.2 mum 1.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.93 mm -1.21 mm -120 mum 13 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.93 mm -1.21 mm -119 mum 0 eV 13 keV 583 nm 583 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.96 mm -1.23 mm -120 mum 36.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.96 mm -1.23 mm -120 mum 0 eV 36.1 keV 3 mum 3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.9 mm -1.21 mm -99.8 mum 79.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.89 mm -1.21 mm -99.3 mum 0 eV 79.3 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.42 mm -983 mum -563 mum 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.43 mm -985 mum -565 mum 0 eV 313 keV 92.4 mum 92.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 238 mum 1.93 mm -628 mum 734 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.55 mm 8.61 mm -5.64 mm 202 keV 0 eV 9.18 mm 9.18 mmWAbsorberPhysicalcompt - 2 -3.07 mm 8.41 mm -5.4 mm 0 eV 69.5 keV 569 mum 9.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.07 mm 8.41 mm -5.4 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.07 mm 8.41 mm -5.4 mm 0 eV 132 keV 24.9 mum 24.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.55 mm 8.61 mm -5.64 mm 532 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.56 mm 8.62 mm -5.65 mm 0 eV 532 keV 193 mum 193 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 76.6 mum 1.79 mm -382 mum 725 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -24 mum 1.92 mm -627 mum 248 keV 0 eV 295 mum 295 mumWAbsorberPhysicalcompt - 2 -338 mum 1.18 mm -541 mum 0 eV 69.5 keV 802 mum 1.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -338 mum 1.18 mm -541 mum 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -339 mum 1.18 mm -539 mum 0 eV 179 keV 39.9 mum 39.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -24 mum 1.92 mm -627 mum 476 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -26.4 mum 1.93 mm -637 mum 0 eV 476 keV 167 mum 167 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 132 mum 1.56 mm -342 mum 6.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 698 mum 8.2 mm -3.34 mm 0 eV 0 eV 7.3 mm 7.3 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 29, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 698 mum 8.2 mm -3.34 mm 4.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 397 mum 8.53 mm -3.78 mm 2.92 MeV 1.17 MeV 650 mum 650 mumWAbsorberPhysicaleBrem - 2 412 mum 8.78 mm -3.2 mm 1.02 MeV 1.74 MeV 792 mum 1.44 mmWAbsorberPhysicaleBrem - 3 373 mum 8.74 mm -3.19 mm 0 eV 1.02 MeV 443 mum 1.88 mmWAbsorberPhysicaleIoni - 4 373 mum 8.74 mm -3.19 mm 0 eV 0 eV 0 fm 1.88 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 373 mum 8.74 mm -3.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.93 mm 1.12 cm -279 mum 0 eV 69.5 keV 5.21 mm 5.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.93 mm 1.12 cm -279 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.93 mm 1.12 cm -268 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 373 mum 8.74 mm -3.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.24 mm 2.81 mm -1.02 cm 0 eV 69.5 keV 1.26 cm 1.26 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.24 mm 2.81 mm -1.02 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.22 mm 2.8 mm -1.03 cm 91 keV 114 keV 64.7 mum 64.7 mumWAbsorberPhysicaleBrem - 2 -8.22 mm 2.8 mm -1.03 cm 0 eV 91 keV 13.7 mum 78.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.22 mm 2.8 mm -1.03 cm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.24 mm 2.83 mm -1.03 cm 0 eV 69.5 keV 40.6 mum 40.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.24 mm 2.83 mm -1.03 cm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.24 mm 2.83 mm -1.03 cm 0 eV 167 keV 35.8 mum 35.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 412 mum 8.78 mm -3.2 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 177 mum 8.4 mm -3.1 mm 0 eV 69.5 keV 457 mum 457 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 177 mum 8.4 mm -3.1 mm 92.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 177 mum 8.4 mm -3.1 mm 0 eV 92.7 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 397 mum 8.53 mm -3.78 mm 801 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.93 mm 2.53 cm -1.64 mm 488 keV 0 eV 1.94 cm 1.94 cmWAbsorberPhysicalcompt - 2 1.94 cm 2.82 cm -6.72 mm 289 keV 0 eV 1.11 cm 3.05 cmWAbsorberPhysicalcompt - 3 2.03 cm 2.82 cm -5.81 mm 0 eV 69.5 keV 1.27 mm 3.18 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.03 cm 2.82 cm -5.81 mm 219 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.03 cm 2.82 cm -5.81 mm 0 eV 219 keV 54.7 mum 54.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 cm 2.82 cm -6.72 mm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 cm 2.82 cm -6.72 mm 0 eV 200 keV 47.1 mum 47.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.93 mm 2.53 cm -1.64 mm 312 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.93 mm 2.53 cm -1.63 mm 0 eV 312 keV 92 mum 92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 698 mum 8.2 mm -3.34 mm 373 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 698 mum 8.2 mm -3.34 mm 0 eV 373 keV 119 mum 119 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 177 mum 1.19 mm -142 mum 3.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 411 mum 4.66 mm -1.22 mm 0 eV 0 eV 3.64 mm 3.64 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 43, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 411 mum 4.66 mm -1.22 mm 295 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 409 mum 4.66 mm -1.23 mm 0 eV 295 keV 82.4 mum 82.4 mumWAbsorberPhysicaleIoni - 2 409 mum 4.66 mm -1.23 mm 0 eV 0 eV 0 fm 82.4 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 409 mum 4.66 mm -1.23 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 mm 2.89 mm 58.3 mum 308 keV 0 eV 2.69 mm 2.69 mmWAbsorberPhysicalcompt - 2 -2.82 mm 2.65 mm -909 mum 0 eV 69.5 keV 1.95 mm 4.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.82 mm 2.65 mm -909 mum 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.83 mm 2.65 mm -912 mum 0 eV 238 keV 61.9 mum 61.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 mm 2.89 mm 58.3 mum 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 mm 2.89 mm 61.3 mum 0 eV 203 keV 48.5 mum 48.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 409 mum 4.66 mm -1.23 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.04 mm 9.91 mm -5.05 mm 490 keV 0 eV 7.98 mm 7.98 mmWAbsorberPhysicalcompt - 2 5.17 mm 1 cm -5.09 mm 197 keV 0 eV 168 mum 8.15 mmWAbsorberPhysicalcompt - 3 4.93 mm 10 mm -5.24 mm 0 eV 69.5 keV 281 mum 8.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.93 mm 10 mm -5.24 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.93 mm 10 mm -5.24 mm 0 eV 128 keV 23.5 mum 23.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.17 mm 1 cm -5.09 mm 292 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.17 mm 1 cm -5.09 mm 0 eV 292 keV 83.8 mum 83.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.04 mm 9.91 mm -5.05 mm 21.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.04 mm 9.91 mm -5.05 mm 0 eV 21.3 keV 1.27 mum 1.27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 411 mum 4.66 mm -1.22 mm 1.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 434 mum 4.74 mm -1.18 mm 0 eV 1.73 MeV 794 mum 794 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 171 mum 1.03 mm -119 mum 3.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.28 mm 3.33 cm -8.17 mm 0 eV 0 eV 3.34 cm 3.34 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 52, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.28 mm 3.33 cm -8.17 mm 1.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.29 mm 3.34 cm -8.17 mm 0 eV 1.3 MeV 590 mum 590 mumWAbsorberPhysicaleIoni - 2 3.29 mm 3.34 cm -8.17 mm 0 eV 0 eV 0 fm 590 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm 3.34 cm -8.17 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.83 mm 3.25 cm -6.56 mm 0 eV 69.5 keV 1.94 mm 1.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.83 mm 3.25 cm -6.56 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.83 mm 3.25 cm -6.55 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm 3.34 cm -8.17 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.82 mm 3.42 cm -9.58 mm 450 keV 0 eV 1.68 mm 1.68 mmWAbsorberPhysicalcompt - 2 3.11 mm 3.46 cm -1.18 cm 204 keV 0 eV 2.23 mm 3.92 mmWAbsorberPhysicalcompt - 3 3.02 mm 3.46 cm -1.17 cm 0 eV 69.5 keV 91.6 mum 4.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.02 mm 3.46 cm -1.17 cm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.02 mm 3.46 cm -1.17 cm 0 eV 134 keV 25.5 mum 25.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.11 mm 3.46 cm -1.18 cm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.11 mm 3.46 cm -1.18 cm 0 eV 246 keV 64.7 mum 64.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.82 mm 3.42 cm -9.58 mm 61.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.82 mm 3.42 cm -9.58 mm 0 eV 61.4 keV 7.15 mum 7.15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.28 mm 3.33 cm -8.17 mm 823 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 mm 3.33 cm -8.18 mm 681 keV 17.2 keV 13.1 mum 13.1 mumWAbsorberPhysicaleBrem - 2 3.29 mm 3.33 cm -8.17 mm 0 eV 681 keV 267 mum 280 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.27 mm 3.33 cm -8.18 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.3 mm 3.33 cm -8.15 mm 85.7 keV 0 eV 41.4 mum 41.4 mumWAbsorberPhysicalcompt - 2 3.3 mm 3.33 cm -8.15 mm 0 eV 69.5 keV 4.21 mum 45.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.3 mm 3.33 cm -8.15 mm 16.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.3 mm 3.33 cm -8.15 mm 0 eV 16.2 keV 817 nm 817 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.3 mm 3.33 cm -8.15 mm 39.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.3 mm 3.33 cm -8.15 mm 0 eV 39.6 keV 3.47 mum 3.47 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 120 mum 839 mum -119 mum 4.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.56 mm 1.64 cm -2.28 mm 1.69 MeV 0 eV 1.63 cm 1.63 cmWAbsorberPhysicalcompt - 2 4.61 cm 5.1 cm -4.23 mm 1.13 MeV 0 eV 5.41 cm 7.04 cmWAbsorberPhysicalcompt - 3 5.1 cm 5.21 cm -6.09 mm 0 eV 69.5 keV 5.28 mm 7.57 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.1 cm 5.21 cm -6.09 mm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.1 cm 5.22 cm -6.11 mm 332 keV 236 keV 96 mum 96 mumWAbsorberPhysicaleBrem - 2 5.1 cm 5.22 cm -6.11 mm 0 eV 332 keV 101 mum 197 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.1 cm 5.22 cm -6.11 mm 493 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.62 cm 5.16 cm -5.17 mm 222 keV 0 eV 5.35 mm 5.35 mmWAbsorberPhysicalcompt - 2 5.61 cm 5.14 cm -5.2 mm 0 eV 69.5 keV 249 mum 5.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.61 cm 5.14 cm -5.2 mm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.61 cm 5.14 cm -5.2 mm 0 eV 152 keV 31 mum 31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.62 cm 5.16 cm -5.17 mm 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.62 cm 5.16 cm -5.17 mm 0 eV 271 keV 75 mum 75 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.61 cm 5.1 cm -4.23 mm 560 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.62 cm 5.1 cm -4.22 mm 0 eV 560 keV 207 mum 207 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.56 mm 1.64 cm -2.28 mm 2.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.77 mm 1.65 cm -2.33 mm 69.3 keV 653 keV 332 mum 332 mumWAbsorberPhysicaleBrem - 2 4.77 mm 1.65 cm -2.33 mm 0 eV 69.3 keV 8.76 mum 341 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.77 mm 1.65 cm -2.33 mm 1.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.56 mm 1.11 cm -1.23 cm 1.52 MeV 0 eV 1.47 cm 1.47 cmWAbsorberPhysicalcompt - 2 -1.8 cm 3.79 mm -2.09 cm 732 keV 0 eV 1.75 cm 3.22 cmWAbsorberPhysicalcompt - 3 -2.51 cm 5.85 mm -2.11 cm 0 eV 69.5 keV 7.48 mm 3.97 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.51 cm 5.85 mm -2.11 cm 662 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 cm 5.86 mm -2.12 cm 0 eV 662 keV 257 mum 257 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 cm 3.79 mm -2.09 cm 789 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.8 cm 3.77 mm -2.09 cm 0 eV 789 keV 321 mum 321 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.56 mm 1.11 cm -1.23 cm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.55 mm 1.11 cm -1.23 cm 0 eV 140 keV 27.4 mum 27.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 58.3 mum 634 mum -89.1 mum 6.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.24 mm 1.12 cm -1.06 mm 4.52 MeV 0 eV 1.14 cm 1.14 cmWAbsorberPhysicalcompt - 2 4.94 mm 1.71 cm -1.73 mm 2.77 MeV 0 eV 6 mm 1.74 cmWAbsorberPhysicalcompt - 3 6.3 mm 2.64 cm 825 mum 1.55 MeV 0 eV 9.68 mm 2.71 cmWAbsorberPhysicalcompt - 4 6.91 mm 2.96 cm -114 mum 849 keV 0 eV 3.41 mm 3.05 cmWAbsorberPhysicalcompt - 5 8.42 mm 3.09 cm -1.97 mm 0 eV 69.5 keV 2.71 mm 3.32 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.42 mm 3.09 cm -1.97 mm 780 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.43 mm 3.09 cm -1.99 mm 0 eV 780 keV 316 mum 316 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.91 mm 2.96 cm -114 mum 698 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.87 mm 2.96 cm -109 mum 459 keV 118 keV 54.3 mum 54.3 mumWAbsorberPhysicaleBrem - 2 6.87 mm 2.96 cm -116 mum 0 eV 459 keV 158 mum 213 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.87 mm 2.96 cm -109 mum 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.88 mm 2.97 cm -218 mum 0 eV 69.5 keV 127 mum 127 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.88 mm 2.97 cm -218 mum 51.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.88 mm 2.97 cm -219 mum 0 eV 51.7 keV 5.39 mum 5.39 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.3 mm 2.64 cm 825 mum 1.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.08 mm 2.65 cm 848 mum 13 keV 1.21 MeV 434 mum 434 mumWAbsorberPhysicaleBrem - 2 6.08 mm 2.65 cm 848 mum 0 eV 13 keV 583 nm 434 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.94 mm 1.71 cm -1.73 mm 1.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.95 mm 1.72 cm -1.78 mm 0 eV 1.74 MeV 803 mum 803 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.24 mm 1.12 cm -1.06 mm 1.85 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.31 mm 1.13 cm -1.06 mm 0 eV 1.85 MeV 855 mum 855 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 20.3 mum 485 mum -65.3 mum 1.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 mm 1.16 cm -1.22 mm 245 keV 0 eV 1.15 cm 1.15 cmWAbsorberPhysicalcompt - 2 2.68 mm 1.08 cm -1.71 mm 0 eV 69.5 keV 925 mum 1.24 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.68 mm 1.08 cm -1.71 mm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.68 mm 1.08 cm -1.71 mm 0 eV 176 keV 38.8 mum 38.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 mm 1.16 cm -1.22 mm 1.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.73 mm 1.16 cm -1.23 mm 725 keV 59.7 keV 32 mum 32 mumWAbsorberPhysicaleBrem - 2 2.74 mm 1.16 cm -1.23 mm 0 eV 725 keV 289 mum 321 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.73 mm 1.16 cm -1.23 mm 605 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.76 mm 1.48 cm -529 mum 573 keV 0 eV 3.4 mm 3.4 mmWAbsorberPhysicalcompt - 2 5.22 mm 1.94 cm -1.01 mm 0 eV 69.5 keV 4.89 mm 8.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.22 mm 1.94 cm -1.01 mm 503 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.23 mm 1.94 cm -1.01 mm 0 eV 503 keV 179 mum 179 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.76 mm 1.48 cm -529 mum 31.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.76 mm 1.48 cm -528 mum 0 eV 31.8 keV 2.42 mum 2.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -10.4 mum 334 mum -43.9 mum 746 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 948 mum 5.17 mm -418 mum 0 eV 69.5 keV 4.95 mm 4.95 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 948 mum 5.17 mm -418 mum 677 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 962 mum 5.19 mm -421 mum 0 eV 677 keV 264 mum 264 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.51 mm -18.1 cm -5.73 cm 46.2 MeV 0 eV 19 cm 19 cmF2RodPhysicalTransportation - 2 9.52 mm -18.1 cm -5.73 cm 46.2 MeV 0 eV 138 mum 19 cmF2LArGapPhysicalTransportation - 3 9.54 mm -18.1 cm -5.75 cm 46.2 MeV 0 eV 481 mum 19.1 cmCuPlateBPhysicalTransportation - 4 1.03 cm -19.7 cm -6.23 cm 46.2 MeV 0 eV 1.61 cm 20.7 cmFCALEnvelopePhysicalTransportation - 5 1.31 cm -24.9 cm -7.9 cm 46.2 MeV 0 eV 5.51 cm 26.2 cmLArgPhysicalTransportation - 6 5.13 cm -97.5 cm -30.9 cm 46.2 MeV 0 eV 76.2 cm 1.02 mMotherTransportation - 7 26.3 cm -5 m -1.58 m 46.2 MeV 0 eV 4.23 m 5.25 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 23.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.65 cm 12.8 cm 32.4 cm 23.1 MeV 0 eV 35.1 cm 35.1 cmCuPlateAPhysicalTransportation - 2 -5.01 cm 13.7 cm 34.8 cm 23.1 MeV 0 eV 2.66 cm 37.8 cmFCALEnvelopePhysicalTransportation - 3 -5.39 cm 14.8 cm 37.5 cm 23.1 MeV 0 eV 2.93 cm 40.7 cmFCALEmModulePhysicalTransportation - 4 -5.48 cm 15 cm 38.1 cm 23.1 MeV 0 eV 6.24 mm 41.3 cmF1LArGapPhysicalTransportation - 5 -5.49 cm 15 cm 38.2 cm 23.1 MeV 0 eV 788 mum 41.4 cmFCALEmModulePhysicalTransportation - 6 -5.58 cm 15.3 cm 38.9 cm 23.1 MeV 0 eV 7.23 mm 42.1 cmF1LArGapPhysicalTransportation - 7 -5.6 cm 15.3 cm 38.9 cm 23.1 MeV 0 eV 902 mum 42.2 cmFCALEmModulePhysicalTransportation - 8 -5.75 cm 15.8 cm 40 cm 23.1 MeV 0 eV 1.17 cm 43.4 cmF1LArGapPhysicalTransportation - 9 -5.76 cm 15.8 cm 40.1 cm 23.1 MeV 0 eV 902 mum 43.5 cmFCALEmModulePhysicalTransportation - 10 -5.91 cm 16.2 cm 41.1 cm 23.1 MeV 0 eV 1.08 cm 44.6 cmF1LArGapPhysicalTransportation - 11 -5.93 cm 16.3 cm 41.3 cm 23.1 MeV 0 eV 1.79 mm 44.8 cmFCALEmModulePhysicalTransportation - 12 -5.99 cm 16.4 cm 41.7 cm 23.1 MeV 0 eV 4.59 mm 45.2 cmF1LArGapPhysicalTransportation - 13 -6.01 cm 16.5 cm 41.9 cm 23.1 MeV 0 eV 1.79 mm 45.4 cmFCALEmModulePhysicalTransportation - 14 -6.86 cm 18.8 cm 47.8 cm 23.1 MeV 0 eV 6.39 cm 51.8 cmF1CableTroffPhysicalTransportation - 15 -7.25 cm 19.9 cm 50.5 cm 23.1 MeV 0 eV 2.96 cm 54.7 cmLArgPhysicalTransportation - 16 -18.1 cm 49.7 cm 1.26 m 23.1 MeV 0 eV 82.1 cm 1.37 mCryostatVolumesTransportation - 17 -18.2 cm 49.8 cm 1.26 m 23.1 MeV 0 eV 3.22 mm 1.37 mInsulationPhysicalTransportation - 18 -19.2 cm 52.5 cm 1.33 m 23.1 MeV 0 eV 7.51 cm 1.45 mCryostatVolumesTransportation - 19 -19.2 cm 52.6 cm 1.34 m 23.1 MeV 0 eV 2.68 mm 1.45 mMotherTransportation - 20 -20.4 cm 55.9 cm 1.42 m 23.1 MeV 0 eV 9.08 cm 1.54 mIronWallPhysicalTransportation - 21 -26.1 cm 71.7 cm 1.82 m 23.1 MeV 0 eV 43.4 cm 1.97 mMotherTransportation - 22 -1.82 m 5 m 12.7 m 23.1 MeV 0 eV 11.8 m 13.8 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=36.8785 -Edep in FCAL1 FCAl2 : 0 36.8785 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2592 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 92 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 289 mum -165 mum 109 mum 39.6 MeV 1.05 MeV 351 mum 351 mumWAbsorberPhysicaleBrem - 2 443 mum -243 mum 143 mum 38.1 MeV 369 keV 177 mum 528 mumWAbsorberPhysicaleBrem - 3 2.06 mm -838 mum 357 mum 31.2 MeV 4.88 MeV 1.73 mm 2.26 mmWAbsorberPhysicaleBrem - 4 2.81 mm -1.5 mm 880 mum 28.1 MeV 1.94 MeV 1.15 mm 3.41 mmWAbsorberPhysicaleBrem - 5 2.88 mm -1.52 mm 929 mum 24.3 MeV 157 keV 86.7 mum 3.49 mmWAbsorberPhysicaleBrem - 6 2.95 mm -1.53 mm 974 mum 19.1 MeV 275 keV 86.5 mum 3.58 mmWAbsorberPhysicaleBrem - 7 3.67 mm -1.37 mm 1.65 mm 16.9 MeV 1.96 MeV 1.02 mm 4.6 mmWAbsorberPhysicaleBrem - 8 3.76 mm -1.33 mm 1.76 mm 15.7 MeV 338 keV 144 mum 4.75 mmWAbsorberPhysicaleBrem - 9 3.85 mm -1.31 mm 1.82 mm 13.9 MeV 265 keV 115 mum 4.86 mmWAbsorberPhysicaleBrem - 10 4.4 mm -1.3 mm 2.07 mm 12.1 MeV 1.51 MeV 634 mum 5.5 mmWAbsorberPhysicaleBrem - 11 4.59 mm -536 mum 2.53 mm 9.99 MeV 1.63 MeV 888 mum 6.39 mmWAbsorberPhysicaleBrem - 12 4.67 mm -401 mum 2.58 mm 9.41 MeV 269 keV 162 mum 6.55 mmWAbsorberPhysicaleBrem - 13 4.82 mm 80.8 mum 3 mm 7.72 MeV 1.37 MeV 690 mum 7.24 mmWAbsorberPhysicaleBrem - 14 5.15 mm 251 mum 3.11 mm 6.61 MeV 834 keV 412 mum 7.65 mmWAbsorberPhysicaleBrem - 15 6.33 mm -355 mum 2.71 mm 3.22 MeV 2.56 MeV 1.4 mm 9.05 mmWAbsorberPhysicaleBrem - 16 5.75 mm -432 mum 2.49 mm 1.04 MeV 1.94 MeV 763 mum 9.81 mmWAbsorberPhysicaleBrem - 17 5.78 mm -465 mum 2.46 mm 0 eV 1.04 MeV 454 mum 1.03 cmWAbsorberPhysicaleIoni - 18 5.78 mm -465 mum 2.46 mm 0 eV 0 eV 0 fm 1.03 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.78 mm -465 mum 2.46 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -362 mum -492 mum 2.29 mm 0 eV 69.5 keV 6.14 mm 6.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -362 mum -492 mum 2.29 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -373 mum -492 mum 2.28 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.78 mm -465 mum 2.46 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm -425 mum 2.71 mm 485 keV 0 eV 9.45 mm 9.45 mmWAbsorberPhysicalcompt - 2 1.87 cm -1.17 mm 1.92 mm 0 eV 69.5 keV 3.64 mm 1.31 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.87 cm -1.17 mm 1.92 mm 416 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 cm -1.18 mm 1.92 mm 0 eV 416 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm -425 mum 2.71 mm 25.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm -425 mum 2.71 mm 0 eV 25.6 keV 1.71 mum 1.71 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.75 mm -432 mum 2.49 mm 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.73 mm -966 mum 2.07 mm 0 eV 69.5 keV 680 mum 680 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.73 mm -966 mum 2.07 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.73 mm -967 mum 2.07 mm 0 eV 165 keV 35.3 mum 35.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.33 mm -355 mum 2.71 mm 833 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.55 mm -6.24 mm -1.77 mm 260 keV 0 eV 7.61 mm 7.61 mmWAbsorberPhysicalcompt - 2 4.61 mm -6.16 mm -1.83 mm 0 eV 69.5 keV 118 mum 7.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.61 mm -6.16 mm -1.83 mm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.61 mm -6.16 mm -1.83 mm 0 eV 191 keV 44 mum 44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.55 mm -6.24 mm -1.77 mm 573 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.54 mm -6.25 mm -1.78 mm 0 eV 573 keV 213 mum 213 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.15 mm 251 mum 3.11 mm 279 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.48 mm 261 mum 2.42 mm 218 keV 0 eV 759 mum 759 mumWAbsorberPhysicalcompt - 2 5.91 mm 371 mum 2.39 mm 0 eV 69.5 keV 450 mum 1.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.91 mm 371 mum 2.39 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.92 mm 372 mum 2.39 mm 0 eV 148 keV 29.7 mum 29.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.48 mm 261 mum 2.42 mm 61 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.48 mm 261 mum 2.42 mm 0 eV 61 keV 7.08 mum 7.08 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.82 mm 80.8 mum 3 mm 326 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.06 mm 1.58 mm 2.51 mm 0 eV 69.5 keV 3.61 mm 3.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.06 mm 1.58 mm 2.51 mm 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.07 mm 1.59 mm 2.51 mm 0 eV 256 keV 68.8 mum 68.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.67 mm -401 mum 2.58 mm 305 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.07 mm 1.59 mm 3.28 mm 199 keV 0 eV 2.53 mm 2.53 mmWAbsorberPhysicalcompt - 2 6.08 mm 1.59 mm 3.26 mm 0 eV 69.5 keV 22.4 mum 2.56 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.08 mm 1.59 mm 3.26 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.08 mm 1.59 mm 3.26 mm 0 eV 130 keV 24 mum 24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.07 mm 1.59 mm 3.28 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.07 mm 1.59 mm 3.28 mm 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.59 mm -536 mum 2.53 mm 489 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7 mm 3.39 mm 3.16 mm 0 eV 69.5 keV 4.65 mm 4.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7 mm 3.39 mm 3.16 mm 419 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.01 mm 3.4 mm 3.16 mm 0 eV 419 keV 140 mum 140 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.4 mm -1.3 mm 2.07 mm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.43 mm -1.25 mm 2.08 mm 0 eV 69.5 keV 55 mum 55 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.43 mm -1.25 mm 2.08 mm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.43 mm -1.25 mm 2.08 mm 0 eV 182 keV 41 mum 41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.85 mm -1.31 mm 1.82 mm 1.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 cm 1.62 mm 1.33 cm 1.11 MeV 0 eV 2.14 cm 2.14 cmWAbsorberPhysicalcompt - 2 2.91 cm -2.23 mm 1.87 cm 928 keV 0 eV 9.95 mm 3.13 cmWAbsorberPhysicalcompt - 3 3.08 cm -2.29 mm 2.07 cm 254 keV 0 eV 2.65 mm 3.4 cmWAbsorberPhysicalcompt - 4 3.08 cm -1.91 mm 2.04 cm 0 eV 69.5 keV 469 mum 3.45 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.08 cm -1.91 mm 2.04 cm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.08 cm -1.91 mm 2.04 cm 0 eV 184 keV 41.9 mum 41.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.08 cm -2.29 mm 2.07 cm 674 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.08 cm -2.3 mm 2.07 cm 0 eV 674 keV 263 mum 263 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.91 cm -2.23 mm 1.87 cm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.91 cm -2.23 mm 1.87 cm 0 eV 181 keV 40.6 mum 40.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.17 cm 1.62 mm 1.33 cm 491 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 cm 1.63 mm 1.33 cm 0 eV 491 keV 174 mum 174 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.76 mm -1.33 mm 1.76 mm 848 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.86 mm -1.02 mm 3.67 mm 608 keV 0 eV 2.86 mm 2.86 mmWAbsorberPhysicalcompt - 2 1.42 cm -76.3 mum 3.89 mm 0 eV 69.5 keV 8.37 mm 1.12 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm -76.3 mum 3.89 mm 538 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm -79.2 mum 3.9 mm 0 eV 538 keV 197 mum 197 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.86 mm -1.02 mm 3.67 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.86 mm -1.02 mm 3.67 mm 0 eV 240 keV 62.6 mum 62.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.67 mm -1.37 mm 1.65 mm 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.3 mm -1.23 mm 2.56 mm 130 keV 0 eV 1.12 mm 1.12 mmWAbsorberPhysicalcompt - 2 4.26 mm -1.21 mm 2.48 mm 0 eV 69.5 keV 90.1 mum 1.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 mm -1.21 mm 2.48 mm 60.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.26 mm -1.21 mm 2.48 mm 0 eV 60.2 keV 6.94 mum 6.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.3 mm -1.23 mm 2.56 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.31 mm -1.23 mm 2.56 mm 0 eV 126 keV 23.1 mum 23.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 mm -1.53 mm 974 mum 4.85 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.66 mm -1.65 mm 3.34 mm 1.59 MeV 0 eV 4.4 mm 4.4 mmWAbsorberPhysicalcompt - 2 1.44 cm 5.14 mm 8.11 mm 458 keV 0 eV 1.13 cm 1.57 cmWAbsorberPhysicalcompt - 3 2.09 cm 6.07 mm 948 mum 444 keV 0 eV 9.76 mm 2.55 cmWAbsorberPhysicalcompt - 4 2.11 cm 6.14 mm 807 mum 0 eV 69.5 keV 215 mum 2.57 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.11 cm 6.14 mm 807 mum 374 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.11 cm 6.14 mm 801 mum 0 eV 374 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 cm 6.07 mm 948 mum 14.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 cm 6.07 mm 948 mum 0 eV 14.5 keV 690 nm 690 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm 5.14 mm 8.11 mm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm 5.17 mm 8.14 mm 0 eV 1.13 MeV 392 mum 392 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.66 mm -1.65 mm 3.34 mm 3.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.66 mm -1.82 mm 3.45 mm 2.68 MeV 444 keV 282 mum 282 mumWAbsorberPhysicaleBrem - 2 6.57 mm -1.51 mm 3.26 mm 1.68 MeV 864 keV 518 mum 800 mumWAbsorberPhysicaleBrem - 3 6.53 mm -1.57 mm 3.3 mm 0 eV 1.68 MeV 773 mum 1.57 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.57 mm -1.51 mm 3.26 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.56 mm -1.52 mm 3.27 mm 0 eV 69.5 keV 24.4 mum 24.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.56 mm -1.52 mm 3.27 mm 59.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.56 mm -1.52 mm 3.27 mm 0 eV 59.8 keV 6.86 mum 6.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.66 mm -1.82 mm 3.45 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.51 mm -1.92 mm 3.24 mm 0 eV 69.5 keV 279 mum 279 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.51 mm -1.92 mm 3.24 mm 70.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.51 mm -1.92 mm 3.24 mm 0 eV 70.8 keV 9.07 mum 9.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.88 mm -1.52 mm 929 mum 3.69 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 cm -4.48 mm 1.78 cm 3.1 MeV 0 eV 3.09 cm 3.09 cmWAbsorberPhysicalcompt - 2 6.1 cm -2.44 mm 4.91 cm 0 eV 0 eV 4.51 cm 7.6 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 54, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.1 cm -2.44 mm 4.91 cm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.11 cm -2.43 mm 4.91 cm 600 keV 99.6 keV 73.3 mum 73.3 mumWAbsorberPhysicaleBrem - 2 6.11 cm -2.36 mm 4.91 cm 22.5 keV 315 keV 143 mum 216 mumWAbsorberPhysicaleBrem - 3 6.11 cm -2.36 mm 4.91 cm 0 eV 22.5 keV 1.19 mum 218 mumWAbsorberPhysicaleIoni - 4 6.11 cm -2.36 mm 4.91 cm 0 eV 0 eV 0 fm 218 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.11 cm -2.36 mm 4.91 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.43 cm -1.47 mm 5.07 cm 300 keV 0 eV 3.71 mm 3.71 mmWAbsorberPhysicalcompt - 2 6.62 cm -4.43 mm 5.1 cm 149 keV 0 eV 3.51 mm 7.23 mmWAbsorberPhysicalcompt - 3 6.59 cm -4.28 mm 5.12 cm 0 eV 69.5 keV 394 mum 7.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.59 cm -4.28 mm 5.12 cm 79.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.59 cm -4.28 mm 5.12 cm 0 eV 79.1 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.62 cm -4.43 mm 5.1 cm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.62 cm -4.44 mm 5.1 cm 0 eV 151 keV 30.6 mum 30.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.43 cm -1.47 mm 5.07 cm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.43 cm -1.47 mm 5.07 cm 0 eV 211 keV 51.6 mum 51.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.11 cm -2.36 mm 4.91 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.73 cm -3.41 mm 4.72 cm 0 eV 69.5 keV 4.37 mm 4.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.73 cm -3.41 mm 4.72 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.73 cm -3.41 mm 4.72 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.11 cm -2.36 mm 4.91 cm 262 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.05 cm -2.31 mm 4.88 cm 0 eV 69.5 keV 677 mum 677 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.05 cm -2.31 mm 4.88 cm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.05 cm -2.32 mm 4.88 cm 0 eV 192 keV 44.5 mum 44.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.11 cm -2.43 mm 4.91 cm 431 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.68 cm -4.34 mm 5.17 cm 219 keV 0 eV 6.56 mm 6.56 mmWAbsorberPhysicalcompt - 2 6.68 cm -4.25 mm 5.15 cm 0 eV 69.5 keV 254 mum 6.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.68 cm -4.25 mm 5.15 cm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.68 cm -4.26 mm 5.15 cm 0 eV 149 keV 30.2 mum 30.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.68 cm -4.34 mm 5.17 cm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.68 cm -4.34 mm 5.17 cm 0 eV 212 keV 51.9 mum 51.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.1 cm -2.44 mm 4.91 cm 948 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.1 cm -2.44 mm 4.91 cm 0 eV 948 keV 401 mum 401 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 cm -4.48 mm 1.78 cm 594 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 cm -4.49 mm 1.79 cm 372 keV 118 keV 70.2 mum 70.2 mumWAbsorberPhysicaleBrem - 2 2.85 cm -4.48 mm 1.79 cm 0 eV 372 keV 118 mum 189 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 cm -4.49 mm 1.79 cm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.86 cm -4.42 mm 1.79 cm 0 eV 69.5 keV 92.2 mum 92.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.86 cm -4.42 mm 1.79 cm 34.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.86 cm -4.42 mm 1.79 cm 0 eV 34.4 keV 2.77 mum 2.77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.81 mm -1.5 mm 880 mum 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.02 cm -5.04 mm 1.16 cm 418 keV 0 eV 2.08 cm 2.08 cmWAbsorberPhysicalcompt - 2 2.17 cm -1.18 cm 1.03 cm 253 keV 0 eV 7.01 mm 2.78 cmWAbsorberPhysicalcompt - 3 2.05 cm -1.23 cm 1.02 cm 0 eV 69.5 keV 1.33 mm 2.91 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 cm -1.23 cm 1.02 cm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 cm -1.23 cm 1.02 cm 0 eV 184 keV 41.6 mum 41.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.17 cm -1.18 cm 1.03 cm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 cm -1.18 cm 1.03 cm 0 eV 165 keV 35.2 mum 35.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 cm -5.04 mm 1.16 cm 686 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.02 cm -5.04 mm 1.16 cm 0 eV 686 keV 269 mum 269 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 mm -838 mum 357 mum 2.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.85 mm -4.13 mm 4.72 mm 1.17 MeV 0 eV 7.97 mm 7.97 mmWAbsorberPhysicalcompt - 2 2.74 cm -1.53 mm 3.87 cm 0 eV 69.5 keV 3.93 cm 4.73 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.74 cm -1.53 mm 3.87 cm 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.74 cm -1.53 mm 3.87 cm 0 eV 1.1 MeV 478 mum 478 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.85 mm -4.13 mm 4.72 mm 910 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.79 mm -4.25 mm 4.67 mm 214 keV 574 keV 270 mum 270 mumWAbsorberPhysicaleBrem - 2 7.79 mm -4.25 mm 4.67 mm 0 eV 214 keV 52.5 mum 322 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.79 mm -4.25 mm 4.67 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.53 mm -4.08 mm 4.31 mm 0 eV 69.5 keV 478 mum 478 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.53 mm -4.08 mm 4.31 mm 52.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.53 mm -4.08 mm 4.31 mm 0 eV 52.6 keV 5.57 mum 5.57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 443 mum -243 mum 143 mum 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.19 mm -3.7 mm 1.77 mm 265 keV 0 eV 6.9 mm 6.9 mmWAbsorberPhysicalcompt - 2 5.92 mm -3.88 mm 1.39 mm 0 eV 69.5 keV 501 mum 7.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.92 mm -3.88 mm 1.39 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.92 mm -3.88 mm 1.39 mm 0 eV 195 keV 45.6 mum 45.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.19 mm -3.7 mm 1.77 mm 807 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.22 mm -3.71 mm 1.78 mm 0 eV 807 keV 330 mum 330 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 289 mum -165 mum 109 mum 1.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.54 mm -892 mum 374 mum 615 keV 0 eV 1.47 mm 1.47 mmWAbsorberPhysicalcompt - 2 5.19 mm -4.35 mm -4.33 mm 0 eV 69.5 keV 6.88 mm 8.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.19 mm -4.35 mm -4.33 mm 546 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.2 mm -4.37 mm -4.33 mm 9.03 keV 46.5 keV 33.6 mum 33.6 mumWAbsorberPhysicaleBrem - 2 5.2 mm -4.37 mm -4.33 mm 0 eV 9.03 keV 333 nm 33.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.2 mm -4.37 mm -4.33 mm 490 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 mm -1.52 mm -2.63 mm 185 keV 0 eV 4.85 mm 4.85 mmWAbsorberPhysicalcompt - 2 1.83 mm -2.38 mm -2.64 mm 0 eV 69.5 keV 879 mum 5.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 mm -2.38 mm -2.64 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 mm -2.38 mm -2.64 mm 0 eV 115 keV 20 mum 20 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 mm -1.52 mm -2.63 mm 305 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 mm -1.52 mm -2.62 mm 0 eV 305 keV 89.2 mum 89.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 mm -892 mum 374 mum 643 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 mm -898 mum 387 mum 0 eV 643 keV 248 mum 248 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 11.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 20.9 cm -4.8 cm 30 cm 11.5 MeV 0 eV 36.9 cm 36.9 cmLArgPhysicalTransportation - 2 72.8 cm -16.7 cm 1.05 m 11.5 MeV 0 eV 91.6 cm 1.29 mCryostatVolumesTransportation - 3 73 cm -16.8 cm 1.05 m 11.5 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 4 77 cm -17.7 cm 1.11 m 11.5 MeV 0 eV 7.06 cm 1.36 mCryostatVolumesTransportation - 5 77.2 cm -17.7 cm 1.11 m 11.5 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 6 98.9 cm -22.7 cm 1.42 m 11.5 MeV 0 eV 38.4 cm 1.75 mIronWallPhysicalTransportation - 7 1.27 m -29.1 cm 1.82 m 11.5 MeV 0 eV 49.2 cm 2.24 mMotherTransportation - 8 5 m -1.15 m 7.18 m 11.5 MeV 0 eV 6.59 m 8.82 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -13.9 cm 6.01 cm -6.92 cm 51.8 MeV 0 eV 16.6 cm 16.6 cmCuPlateBPhysicalTransportation - 2 -19.1 cm 8.28 cm -9.54 cm 51.8 MeV 0 eV 6.28 cm 22.9 cmLArgPhysicalTransportation - 3 -23.2 cm 10.1 cm -11.6 cm 51.8 MeV 0 eV 4.9 cm 27.8 cmBackExcluderTransportation - 4 -40.6 cm 17.6 cm -20.3 cm 51.8 MeV 0 eV 20.9 cm 48.7 cmLArgPhysicalTransportation - 5 -1.14 m 49.5 cm -57 cm 51.8 MeV 0 eV 88 cm 1.37 mCryostatVolumesTransportation - 6 -1.14 m 49.6 cm -57.1 cm 51.8 MeV 0 eV 3.22 mm 1.37 mInsulationPhysicalTransportation - 7 -1.21 m 52.3 cm -60.2 cm 51.8 MeV 0 eV 7.51 cm 1.45 mCryostatVolumesTransportation - 8 -1.21 m 52.4 cm -60.3 cm 51.8 MeV 0 eV 2.68 mm 1.45 mMotherTransportation - 9 -5 m 2.17 m -2.5 m 51.8 MeV 0 eV 4.55 m 6 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=42.8904 -Edep in FCAL1 FCAl2 : 0 42.8904 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2593 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 93 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 15.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -84.7 mum 235 mum 165 mum 2.71 MeV 606 keV 302 mum 302 mumWAbsorberPhysicaleBrem - 2 -132 mum 263 mum 222 mum 2.41 MeV 170 keV 114 mum 416 mumWAbsorberPhysicaleBrem - 3 237 mum 422 mum 940 mum 439 keV 1.97 MeV 1.14 mm 1.56 mmWAbsorberPhysicaleIoni - 4 238 mum 412 mum 927 mum 0 eV 439 keV 147 mum 1.71 mmWAbsorberPhysicaleIoni - 5 238 mum 412 mum 927 mum 0 eV 0 eV 0 fm 1.71 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 238 mum 412 mum 927 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.82 mm -1.8 mm 3.29 mm 0 eV 69.5 keV 9.17 mm 9.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.82 mm -1.8 mm 3.29 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.83 mm -1.8 mm 3.3 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 238 mum 412 mum 927 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -263 mum 541 mum 789 mum 0 eV 69.5 keV 535 mum 535 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -263 mum 541 mum 789 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -274 mum 542 mum 793 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -132 mum 263 mum 222 mum 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -196 mum 325 mum 277 mum 0 eV 69.5 keV 105 mum 105 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -196 mum 325 mum 277 mum 57.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -196 mum 325 mum 277 mum 0 eV 57.8 keV 6.5 mum 6.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -84.7 mum 235 mum 165 mum 11.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -871 mum 1.61 mm 725 mum 0 eV 0 eV 1.68 mm 1.68 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 13, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -871 mum 1.61 mm 725 mum 5.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -290 mum 2.07 mm 1.04 mm 3.98 MeV 1.44 MeV 927 mum 927 mumWAbsorberPhysicaleBrem - 2 -347 mum 2.06 mm 957 mum 3.19 MeV 262 keV 122 mum 1.05 mmWAbsorberPhysicaleBrem - 3 -1.2 mm 2.31 mm 644 mum 31.7 keV 2.75 MeV 1.19 mm 2.24 mmWAbsorberPhysicaleBrem - 4 -1.2 mm 2.31 mm 644 mum 0 eV 31.7 keV 2.09 mum 2.24 mmWAbsorberPhysicaleIoni - 5 -1.2 mm 2.31 mm 644 mum 0 eV 0 eV 0 fm 2.24 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 mm 2.31 mm 644 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.57 mm 1.42 mm -1.72 mm 303 keV 0 eV 5.05 mm 5.05 mmWAbsorberPhysicalcompt - 2 -5.62 mm 1.8 mm -2.21 mm 0 eV 69.5 keV 625 mum 5.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.62 mm 1.8 mm -2.21 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.61 mm 1.81 mm -2.21 mm 0 eV 234 keV 60.2 mum 60.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.57 mm 1.42 mm -1.72 mm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.58 mm 1.41 mm -1.72 mm 0 eV 208 keV 50.2 mum 50.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 mm 2.31 mm 644 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -532 mum 2.45 mm 1 mm 0 eV 69.5 keV 768 mum 768 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -532 mum 2.45 mm 1 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -527 mum 2.46 mm 1.01 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 mm 2.31 mm 644 mum 411 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -32.8 mum 4.55 mm -2.73 mm 0 eV 69.5 keV 4.21 mm 4.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -32.8 mum 4.55 mm -2.73 mm 342 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -36.2 mum 4.55 mm -2.73 mm 0 eV 342 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -347 mum 2.06 mm 957 mum 525 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -444 mum 2.25 mm -4.05 mm 426 keV 0 eV 5.01 mm 5.01 mmWAbsorberPhysicalcompt - 2 -567 mum 2.21 mm -4.2 mm 0 eV 69.5 keV 203 mum 5.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -567 mum 2.21 mm -4.2 mm 356 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -568 mum 2.21 mm -4.21 mm 0 eV 356 keV 111 mum 111 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -444 mum 2.25 mm -4.05 mm 99.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -443 mum 2.25 mm -4.05 mm 0 eV 99.5 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -290 mum 2.07 mm 1.04 mm 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -348 mum 1.98 mm 741 mum 0 eV 69.5 keV 319 mum 319 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -348 mum 1.98 mm 741 mum 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -348 mum 1.98 mm 740 mum 0 eV 132 keV 24.8 mum 24.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -871 mum 1.61 mm 725 mum 5.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 mm 1.82 mm 632 mum 4.17 MeV 932 keV 512 mum 512 mumWAbsorberPhysicaleBrem - 2 -1.67 mm 2.7 mm 255 mum 845 keV 2.76 MeV 1.33 mm 1.84 mmWAbsorberPhysicaleBrem - 3 -1.64 mm 2.7 mm 266 mum 0 eV 845 keV 349 mum 2.19 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 mm 2.7 mm 255 mum 566 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm -2.14 mm 1.13 cm 204 keV 0 eV 1.76 cm 1.76 cmWAbsorberPhysicalcompt - 2 1.11 cm -1.96 mm 1.12 cm 0 eV 69.5 keV 216 mum 1.78 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm -1.96 mm 1.12 cm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm -1.96 mm 1.12 cm 0 eV 134 keV 25.5 mum 25.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm -2.14 mm 1.13 cm 362 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm -2.14 mm 1.13 cm 0 eV 362 keV 114 mum 114 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mm 1.82 mm 632 mum 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 mm 1.9 mm 771 mum 0 eV 69.5 keV 226 mum 226 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 mm 1.9 mm 771 mum 75.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 mm 1.9 mm 772 mum 0 eV 75.3 keV 10 mum 10 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -30 cm 3.62 cm 17 cm 39.3 MeV 0 eV 34.6 cm 34.6 cmFCALEnvelopePhysicalTransportation - 2 -31.1 cm 3.76 cm 17.7 cm 39.3 MeV 0 eV 1.36 cm 36 cmLArgPhysicalTransportation - 3 -1.11 m 13.4 cm 62.8 cm 39.3 MeV 0 eV 92.2 cm 1.28 mCryostatVolumesTransportation - 4 -1.11 m 13.4 cm 63 cm 39.3 MeV 0 eV 3.02 mm 1.28 mInsulationPhysicalTransportation - 5 -1.17 m 14.2 cm 66.4 cm 39.3 MeV 0 eV 7.04 cm 1.35 mCryostatVolumesTransportation - 6 -1.17 m 14.2 cm 66.6 cm 39.3 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 7 -5 m 60.4 cm 2.83 m 39.3 MeV 0 eV 4.42 m 5.78 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.98 cm -4.22 cm -6.42 cm 50.7 MeV 0 eV 12.6 cm 12.6 cmF2RodPhysicalTransportation - 2 10.1 cm -4.26 cm -6.47 cm 50.7 MeV 0 eV 1.16 mm 12.7 cmF2LArGapPhysicalTransportation - 3 10.1 cm -4.28 cm -6.5 cm 50.7 MeV 0 eV 443 mum 12.8 cmCuPlateBPhysicalTransportation - 4 13.8 cm -5.82 cm -8.84 cm 50.7 MeV 0 eV 4.6 cm 17.4 cmLArgPhysicalTransportation - 5 18 cm -7.62 cm -11.6 cm 50.7 MeV 0 eV 5.38 cm 22.7 cmBackExcluderTransportation - 6 41.4 cm -17.5 cm -26.6 cm 50.7 MeV 0 eV 29.5 cm 52.2 cmLArgPhysicalTransportation - 7 1.07 m -45.4 cm -68.9 cm 50.7 MeV 0 eV 83.1 cm 1.35 mCryostatVolumesTransportation - 8 1.07 m -45.5 cm -69.1 cm 50.7 MeV 0 eV 3.18 mm 1.36 mInsulationPhysicalTransportation - 9 1.13 m -48 cm -72.9 cm 50.7 MeV 0 eV 7.43 cm 1.43 mCryostatVolumesTransportation - 10 1.14 m -48.1 cm -73 cm 50.7 MeV 0 eV 2.65 mm 1.43 mMotherTransportation - 11 5 m -2.12 m -3.21 m 50.7 MeV 0 eV 4.88 m 6.31 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=16.2275 -Edep in FCAL1 FCAl2 : 0 16.2275 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2594 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 94 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 63.3 mum -661 mum -263 mum 48.1 MeV 1.52 MeV 717 mum 717 mumWAbsorberPhysicaleBrem - 2 168 mum -1.14 mm -539 mum 40.8 MeV 1.05 MeV 568 mum 1.28 mmWAbsorberPhysicaleBrem - 3 292 mum -2.25 mm -908 mum 35.5 MeV 2.94 MeV 1.2 mm 2.48 mmWAbsorberPhysicaleIoni - 4 313 mum -2.3 mm -927 mum 35 MeV 83.6 keV 55.3 mum 2.54 mmWAbsorberPhysicaleBrem - 5 340 mum -2.35 mm -945 mum 29.6 MeV 73.9 keV 59.5 mum 2.6 mmWAbsorberPhysicaleBrem - 6 435 mum -2.5 mm -1.02 mm 28.6 MeV 423 keV 197 mum 2.79 mmWAbsorberPhysicaleBrem - 7 505 mum -2.61 mm -1.07 mm 27.2 MeV 357 keV 142 mum 2.94 mmWAbsorberPhysicaleBrem - 8 534 mum -2.66 mm -1.09 mm 26.4 MeV 111 keV 55.1 mum 2.99 mmWAbsorberPhysicaleBrem - 9 696 mum -2.88 mm -1.17 mm 19.6 MeV 757 keV 289 mum 3.28 mmWAbsorberPhysicaleIoni - 10 753 mum -3 mm -1.23 mm 18 MeV 257 keV 147 mum 3.43 mmWAbsorberPhysicaleBrem - 11 1.27 mm -3.4 mm -1.64 mm 16.1 MeV 1.39 MeV 792 mum 4.22 mmWAbsorberPhysicaleBrem - 12 1.55 mm -3.67 mm -1.74 mm 14.1 MeV 1.47 MeV 414 mum 4.63 mmWAbsorberPhysicaleBrem - 13 2.16 mm -3.92 mm -1.88 mm 3.45 MeV 1.35 MeV 669 mum 5.3 mmWAbsorberPhysicaleBrem - 14 2.35 mm -3.91 mm -2.14 mm 0 eV 3.45 MeV 1.25 mm 6.55 mmWAbsorberPhysicaleBrem - 15 2.35 mm -3.91 mm -2.14 mm 0 eV 0 eV 0 fm 6.55 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.35 mm -3.91 mm -2.14 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.42 mm -3.95 mm -2.12 mm 284 keV 0 eV 83.7 mum 83.7 mumWAbsorberPhysicalcompt - 2 2.05 mm -9.45 mm -6.16 mm 0 eV 69.5 keV 6.84 mm 6.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 mm -9.45 mm -6.16 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 mm -9.46 mm -6.16 mm 0 eV 214 keV 52.7 mum 52.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.42 mm -3.95 mm -2.12 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.42 mm -3.95 mm -2.12 mm 0 eV 227 keV 57.7 mum 57.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.35 mm -3.91 mm -2.14 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.77 mm -3.57 mm -2.32 mm 378 keV 0 eV 692 mum 692 mumWAbsorberPhysicalcompt - 2 1.76 mm -3.49 mm -2.32 mm 0 eV 69.5 keV 78.4 mum 771 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.76 mm -3.49 mm -2.32 mm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.75 mm -3.49 mm -2.32 mm 0 eV 308 keV 90.3 mum 90.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 mm -3.57 mm -2.32 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.77 mm -3.57 mm -2.32 mm 0 eV 133 keV 25.2 mum 25.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.16 mm -3.92 mm -1.88 mm 9.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm -3.7 mm -1.43 cm 0 eV 0 eV 1.53 cm 1.53 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 25, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm -3.7 mm -1.43 cm 4.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 cm -3.44 mm -1.43 cm 2.83 MeV 1.28 MeV 678 mum 678 mumWAbsorberPhysicaleBrem - 2 1.18 cm -2.65 mm -1.41 cm 945 keV 1.68 MeV 1.09 mm 1.76 mmWAbsorberPhysicaleBrem - 3 1.18 cm -2.63 mm -1.41 cm 0 eV 945 keV 403 mum 2.17 mmWAbsorberPhysicaleIoni - 4 1.18 cm -2.63 mm -1.41 cm 0 eV 0 eV 0 fm 2.17 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm -2.63 mm -1.41 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm -1.12 mm -1.5 cm 0 eV 69.5 keV 2.06 mm 2.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm -1.12 mm -1.5 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm -1.1 mm -1.5 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm -2.63 mm -1.41 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 cm -8.6 mm -1.05 cm 0 eV 69.5 keV 8.17 mm 8.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 cm -8.6 mm -1.05 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 cm -8.61 mm -1.05 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm -2.65 mm -1.41 cm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm -1.85 mm -1.35 cm 0 eV 69.5 keV 1.15 mm 1.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 cm -1.85 mm -1.35 cm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm -1.85 mm -1.35 cm 0 eV 134 keV 25.5 mum 25.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 cm -3.44 mm -1.43 cm 730 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm -2.14 mm -1.65 cm 0 eV 69.5 keV 4.39 mm 4.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm -2.14 mm -1.65 cm 661 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm -2.13 mm -1.65 cm 0 eV 661 keV 256 mum 256 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm -3.7 mm -1.43 cm 3.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm -3.68 mm -1.44 cm 2.41 MeV 177 keV 106 mum 106 mumWAbsorberPhysicaleBrem - 2 1.13 cm -3.15 mm -1.48 cm 420 keV 2 MeV 1.12 mm 1.23 mmWAbsorberPhysicaleIoni - 3 1.13 cm -3.16 mm -1.48 cm 0 eV 420 keV 140 mum 1.37 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm -3.68 mm -1.44 cm 825 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 cm -4.57 mm -1.57 cm 694 keV 0 eV 1.86 mm 1.86 mmWAbsorberPhysicalcompt - 2 1.3 cm -4.63 mm -1.75 cm 682 keV 0 eV 2.04 mm 3.91 mmWAbsorberPhysicalcompt - 3 1.41 cm -4.35 mm -1.94 cm 256 keV 0 eV 2.22 mm 6.13 mmWAbsorberPhysicalcompt - 4 1.42 cm -4.3 mm -1.94 cm 0 eV 69.5 keV 95.5 mum 6.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm -4.3 mm -1.94 cm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm -4.3 mm -1.94 cm 0 eV 187 keV 42.7 mum 42.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 cm -4.35 mm -1.94 cm 426 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 cm -4.35 mm -1.94 cm 0 eV 426 keV 143 mum 143 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm -4.63 mm -1.75 cm 12 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm -4.63 mm -1.75 cm 0 eV 12 keV 513 nm 513 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 cm -4.57 mm -1.57 cm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 cm -4.57 mm -1.57 cm 0 eV 131 keV 24.5 mum 24.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 mm -3.67 mm -1.74 mm 549 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.43 mm -4.1 mm -2.58 mm 0 eV 69.5 keV 2.1 mm 2.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.43 mm -4.1 mm -2.58 mm 480 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 mm -4.11 mm -2.58 mm 0 eV 480 keV 168 mum 168 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 mm -3.4 mm -1.64 mm 489 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.62 mm -3.63 mm -1.8 mm 0 eV 69.5 keV 451 mum 451 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.62 mm -3.63 mm -1.8 mm 419 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm -3.63 mm -1.83 mm 96.3 keV 194 keV 62.6 mum 62.6 mumWAbsorberPhysicaleBrem - 2 1.61 mm -3.63 mm -1.83 mm 0 eV 96.3 keV 14.9 mum 77.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 mm -3.63 mm -1.83 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm -3.65 mm -1.94 mm 113 keV 0 eV 116 mum 116 mumWAbsorberPhysicalcompt - 2 1.62 mm -3.67 mm -1.97 mm 0 eV 69.5 keV 47.8 mum 164 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.62 mm -3.67 mm -1.97 mm 43.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.62 mm -3.67 mm -1.97 mm 0 eV 43.8 keV 4.12 mum 4.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 mm -3.65 mm -1.94 mm 15.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm -3.65 mm -1.94 mm 0 eV 15.2 keV 744 nm 744 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 753 mum -3 mm -1.23 mm 1.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.02 mm -1.09 cm -7.62 mm 366 keV 0 eV 1.14 cm 1.14 cmWAbsorberPhysicalcompt - 2 6.2 mm -1.07 cm -7.7 mm 0 eV 69.5 keV 281 mum 1.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.2 mm -1.07 cm -7.7 mm 296 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.2 mm -1.06 cm -7.71 mm 5.78 keV 143 keV 68.4 mum 68.4 mumWAbsorberPhysicaleBrem - 2 6.2 mm -1.06 cm -7.71 mm 0 eV 5.78 keV 173 nm 68.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.2 mm -1.06 cm -7.71 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.21 mm -1.07 cm -7.73 mm 0 eV 69.5 keV 48.8 mum 48.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.21 mm -1.07 cm -7.73 mm 78.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.21 mm -1.07 cm -7.73 mm 0 eV 78.1 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.02 mm -1.09 cm -7.62 mm 958 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.03 mm -1.09 cm -7.63 mm 0 eV 958 keV 406 mum 406 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 696 mum -2.88 mm -1.17 mm 6.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 750 mum -3.12 mm -1.24 mm 4.41 MeV 621 keV 286 mum 286 mumWAbsorberPhysicaleBrem - 2 727 mum -3.27 mm -1.35 mm 3.62 MeV 346 keV 189 mum 475 mumWAbsorberPhysicaleBrem - 3 991 mum -3.38 mm -1.33 mm 2.22 MeV 547 keV 322 mum 797 mumWAbsorberPhysicaleBrem - 4 1.3 mm -3.31 mm -1.39 mm 705 keV 1.4 MeV 465 mum 1.26 mmWAbsorberPhysicaleBrem - 5 1.24 mm -3.3 mm -1.32 mm 170 keV 321 keV 178 mum 1.44 mmWAbsorberPhysicaleBrem - 6 1.25 mm -3.3 mm -1.31 mm 0 eV 170 keV 36.9 mum 1.48 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.24 mm -3.3 mm -1.32 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm -3.36 mm -1.11 mm 0 eV 69.5 keV 669 mum 669 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 mm -3.36 mm -1.11 mm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm -3.36 mm -1.11 mm 0 eV 144 keV 28.6 mum 28.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 mm -3.31 mm -1.39 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 mm -3.3 mm -1.43 mm 0 eV 69.5 keV 74.9 mum 74.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.24 mm -3.3 mm -1.43 mm 44.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 mm -3.3 mm -1.43 mm 0 eV 44.6 keV 4.25 mum 4.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 991 mum -3.38 mm -1.33 mm 853 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 mm -5.16 mm -1.85 mm 584 keV 0 eV 2.21 mm 2.21 mmWAbsorberPhysicalcompt - 2 2.11 mm -8.37 mm -1.18 mm 365 keV 0 eV 3.28 mm 5.49 mmWAbsorberPhysicalcompt - 3 1.4 mm -8.82 mm -1.4 mm 0 eV 69.5 keV 867 mum 6.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm -8.82 mm -1.4 mm 296 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 mm -8.83 mm -1.41 mm 0 eV 296 keV 85.3 mum 85.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.11 mm -8.37 mm -1.18 mm 219 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.11 mm -8.38 mm -1.18 mm 0 eV 219 keV 54.4 mum 54.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 mm -5.16 mm -1.85 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 mm -5.16 mm -1.85 mm 0 eV 269 keV 74.1 mum 74.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 727 mum -3.27 mm -1.35 mm 438 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 849 mum -3.48 mm -2.72 mm 0 eV 69.5 keV 1.39 mm 1.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 849 mum -3.48 mm -2.72 mm 368 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 853 mum -3.48 mm -2.73 mm 0 eV 368 keV 117 mum 117 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 750 mum -3.12 mm -1.24 mm 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.63 mm -7.53 mm -3 mm 0 eV 69.5 keV 5.1 mm 5.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 mm -7.53 mm -3 mm 997 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.63 mm -7.57 mm -3 mm 0 eV 997 keV 426 mum 426 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 534 mum -2.66 mm -1.09 mm 719 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 mm -3.54 mm -1.46 mm 0 eV 69.5 keV 1.1 mm 1.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 mm -3.54 mm -1.46 mm 650 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm -3.54 mm -1.41 mm 41.4 keV 462 keV 239 mum 239 mumWAbsorberPhysicaleBrem - 2 1.15 mm -3.54 mm -1.41 mm 0 eV 41.4 keV 3.75 mum 243 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm -3.54 mm -1.41 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 960 mum -3.54 mm -1.21 mm 0 eV 69.5 keV 278 mum 278 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 960 mum -3.54 mm -1.21 mm 77.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 960 mum -3.54 mm -1.21 mm 0 eV 77.2 keV 10.4 mum 10.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 505 mum -2.61 mm -1.07 mm 1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.77 mm -1.59 cm -7.36 mm 447 keV 0 eV 1.73 cm 1.73 cmWAbsorberPhysicalcompt - 2 1.04 cm -1.56 cm -8.32 mm 0 eV 69.5 keV 1.17 mm 1.85 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 cm -1.56 cm -8.32 mm 377 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm -1.56 cm -8.33 mm 0 eV 377 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.77 mm -1.59 cm -7.36 mm 554 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.78 mm -1.59 cm -7.36 mm 0 eV 554 keV 204 mum 204 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 435 mum -2.5 mm -1.02 mm 601 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 951 mum -3.51 mm -1.43 mm 0 eV 69.5 keV 1.2 mm 1.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 951 mum -3.51 mm -1.43 mm 531 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 956 mum -3.51 mm -1.43 mm 404 keV 20.8 keV 12.8 mum 12.8 mumWAbsorberPhysicaleBrem - 2 965 mum -3.51 mm -1.43 mm 0 eV 404 keV 133 mum 146 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 956 mum -3.51 mm -1.43 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 mm -3.58 mm -1.47 mm 0 eV 69.5 keV 106 mum 106 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 mm -3.58 mm -1.47 mm 37 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 mm -3.58 mm -1.47 mm 0 eV 37 keV 3.12 mum 3.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 340 mum -2.35 mm -945 mum 5.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 mm -6.03 mm -2.81 mm 0 eV 0 eV 4.44 mm 4.44 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 69, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm -6.03 mm -2.81 mm 3.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.53 mm -6.53 mm -1.98 mm 689 keV 2.58 MeV 1.42 mm 1.42 mmWAbsorberPhysicaleIoni - 2 2.52 mm -6.52 mm -2.01 mm 0 eV 689 keV 271 mum 1.69 mmWAbsorberPhysicaleIoni - 3 2.52 mm -6.52 mm -2.01 mm 0 eV 0 eV 0 fm 1.69 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.52 mm -6.52 mm -2.01 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.95 mm -8.81 mm 9.49 mm 392 keV 0 eV 1.34 cm 1.34 cmWAbsorberPhysicalcompt - 2 -4.62 mm -1.23 cm 1.19 cm 0 eV 69.5 keV 4.3 mm 1.77 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.62 mm -1.23 cm 1.19 cm 323 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.62 mm -1.23 cm 1.19 cm 0 eV 323 keV 96.6 mum 96.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.95 mm -8.81 mm 9.49 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.95 mm -8.81 mm 9.49 mm 0 eV 119 keV 20.9 mum 20.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.52 mm -6.52 mm -2.01 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.25 mm -5.56 mm -6.86 mm 203 keV 0 eV 5.64 mm 5.64 mmWAbsorberPhysicalcompt - 2 5.22 mm -5.41 mm -6.73 mm 0 eV 69.5 keV 198 mum 5.84 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.22 mm -5.41 mm -6.73 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.21 mm -5.41 mm -6.73 mm 0 eV 133 keV 25.1 mum 25.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.25 mm -5.56 mm -6.86 mm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.25 mm -5.56 mm -6.86 mm 0 eV 308 keV 90.4 mum 90.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm -6.03 mm -2.81 mm 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm -6.04 mm -2.82 mm 731 keV 36 keV 23.8 mum 23.8 mumWAbsorberPhysicaleBrem - 2 2.02 mm -6.05 mm -2.81 mm 0 eV 731 keV 291 mum 315 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 mm -6.04 mm -2.82 mm 266 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.01 mm -6.05 mm -2.82 mm 0 eV 69.5 keV 16.7 mum 16.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.01 mm -6.05 mm -2.82 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.01 mm -6.05 mm -2.82 mm 0 eV 196 keV 45.9 mum 45.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 313 mum -2.3 mm -927 mum 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 352 mum -2.37 mm -957 mum 0 eV 69.5 keV 87 mum 87 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 352 mum -2.37 mm -957 mum 284 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 353 mum -2.38 mm -954 mum 0 eV 284 keV 80.2 mum 80.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 292 mum -2.25 mm -908 mum 2.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 380 mum -2.39 mm -1.07 mm 1.4 MeV 620 keV 291 mum 291 mumWAbsorberPhysicaleBrem - 2 328 mum -2.42 mm -1.08 mm 0 eV 1.4 MeV 629 mum 920 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 380 mum -2.39 mm -1.07 mm 379 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 mm -3.6 mm 154 mum 232 keV 0 eV 3.1 mm 3.1 mmWAbsorberPhysicalcompt - 2 -2.27 mm -3.67 mm 1.19 mum 0 eV 69.5 keV 183 mum 3.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm -3.67 mm 1.19 mum 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm -3.67 mm 96.6 nm 0 eV 163 keV 34.3 mum 34.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.2 mm -3.6 mm 154 mum 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 mm -3.6 mm 156 mum 0 eV 147 keV 29.5 mum 29.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 168 mum -1.14 mm -539 mum 6.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 358 mum -2.1 mm -964 mum 0 eV 0 eV 1.06 mm 1.06 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 83, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 358 mum -2.1 mm -964 mum 609 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 349 mum -2.07 mm -963 mum 0 eV 609 keV 230 mum 230 mumWAbsorberPhysicaleIoni - 2 349 mum -2.07 mm -963 mum 0 eV 0 eV 0 fm 230 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 349 mum -2.07 mm -963 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.47 mm -371 mum 2.8 mm 444 keV 0 eV 6.58 mm 6.58 mmWAbsorberPhysicalcompt - 2 7.59 mm -105 mum 2.97 mm 0 eV 69.5 keV 2.14 mm 8.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.59 mm -105 mum 2.97 mm 374 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.6 mm -102 mum 2.96 mm 0 eV 374 keV 119 mum 119 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.47 mm -371 mum 2.8 mm 67.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.47 mm -371 mum 2.8 mm 0 eV 67.4 keV 8.36 mum 8.36 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 84, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 349 mum -2.07 mm -963 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.58 mm -3.38 mm -3.85 mm 0 eV 69.5 keV 5.05 mm 5.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.58 mm -3.38 mm -3.85 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 mm -3.39 mm -3.85 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 358 mum -2.1 mm -964 mum 4.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 626 mum -2.18 mm -679 mum 3.43 MeV 860 keV 507 mum 507 mumWAbsorberPhysicaleBrem - 2 689 mum -2.2 mm -690 mum 2.62 MeV 106 keV 64.4 mum 571 mumWAbsorberPhysicaleBrem - 3 766 mum -2.3 mm -711 mum 1.91 MeV 337 keV 159 mum 730 mumWAbsorberPhysicaleBrem - 4 665 mum -2.29 mm -540 mum 1.35 MeV 449 keV 279 mum 1.01 mmWAbsorberPhysicaleBrem - 5 615 mum -2.29 mm -574 mum 0 eV 1.35 MeV 604 mum 1.61 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 665 mum -2.29 mm -540 mum 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 473 mum -2.31 mm -705 mum 0 eV 69.5 keV 254 mum 254 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 92 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 473 mum -2.31 mm -705 mum 46.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 473 mum -2.31 mm -705 mum 0 eV 46.2 keV 4.49 mum 4.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 91, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 766 mum -2.3 mm -711 mum 373 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -97 mum 3.6 mm 538 mum 0 eV 69.5 keV 6.09 mm 6.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -97 mum 3.6 mm 538 mum 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -95.2 mum 3.61 mm 539 mum 0 eV 304 keV 88.4 mum 88.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 90, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 689 mum -2.2 mm -690 mum 704 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.28 mm -3.62 mm -1.81 mm 698 keV 0 eV 4.03 mm 4.03 mmWAbsorberPhysicalcompt - 2 1.91 cm -8.73 mm -4.62 mm 618 keV 0 eV 1.59 cm 2 cmWAbsorberPhysicalcompt - 3 3.26 cm -1.01 cm -1.31 cm 0 eV 69.5 keV 1.6 cm 3.6 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 cm -1.01 cm -1.31 cm 548 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 cm -1.01 cm -1.31 cm 0 eV 548 keV 201 mum 201 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 cm -8.73 mm -4.62 mm 79.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 cm -8.73 mm -4.61 mm 0 eV 79.7 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.28 mm -3.62 mm -1.81 mm 6.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.28 mm -3.62 mm -1.81 mm 0 eV 6.3 keV 194 nm 194 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 89, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 626 mum -2.18 mm -679 mum 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.67 mm -3.17 mm -849 mum 0 eV 69.5 keV 3.2 mm 3.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 89 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.67 mm -3.17 mm -849 mum 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.67 mm -3.17 mm -845 mum 0 eV 231 keV 59.3 mum 59.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 63.3 mum -661 mum -263 mum 1.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.75 mm -2.3 cm -1.09 cm 0 eV 69.5 keV 2.5 cm 2.5 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.75 mm -2.3 cm -1.09 cm 1.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 mm -2.31 cm -1.09 cm 169 keV 918 keV 580 mum 580 mumWAbsorberPhysicaleBrem - 2 3.44 mm -2.31 cm -1.09 cm 0 eV 169 keV 36.6 mum 617 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 100, Parent ID = 99 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.44 mm -2.31 cm -1.09 cm 396 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.53 mm -2.34 cm -1.1 cm 0 eV 69.5 keV 312 mum 312 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 100 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.53 mm -2.34 cm -1.1 cm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.54 mm -2.34 cm -1.1 cm 0 eV 327 keV 98.4 mum 98.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.34 cm 18.4 cm 10.6 cm 49.4 MeV 0 eV 21.5 cm 21.5 cmLArgPhysicalTransportation - 2 -17.7 cm 97.5 cm 56.1 cm 49.4 MeV 0 eV 92.4 cm 1.14 mCryostatVolumesTransportation - 3 -35.9 cm 1.98 m 1.14 m 49.4 MeV 0 eV 1.17 m 2.31 mMotherTransportation - 4 -90.9 cm 5 m 2.88 m 49.4 MeV 0 eV 3.53 m 5.84 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 4.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 12.9 cm 15.9 cm -4.36 cm 4.56 MeV 0 eV 20.9 cm 20.9 cmLArgPhysicalTransportation - 2 79 cm 97.5 cm -26.8 cm 4.56 MeV 0 eV 1.07 m 1.28 mCryostatVolumesTransportation - 3 1.21 m 1.49 m -41 cm 4.56 MeV 0 eV 68.3 cm 1.97 mInsulationPhysicalTransportation - 4 1.28 m 1.58 m -43.3 cm 4.56 MeV 0 eV 10.8 cm 2.07 mCryostatVolumesTransportation - 5 1.28 m 1.58 m -43.3 cm 4.56 MeV 0 eV 3.85 mm 2.08 mMotherTransportation - 6 4.05 m 5 m -1.37 m 4.56 MeV 0 eV 4.5 m 6.58 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=52.1725 -Edep in FCAL1 FCAl2 : 0 52.1725 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2595 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 95 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mum -298 nm -1.34 mum 15.3 MeV 3.17 keV 2.8 mum 2.8 mumWAbsorberPhysicaleBrem - 2 369 mum 43.5 mum -248 mum 13.3 MeV 1.04 MeV 458 mum 461 mumWAbsorberPhysicaleBrem - 3 1.05 mm -211 mum -119 mum 10.7 MeV 1.68 MeV 745 mum 1.21 mmWAbsorberPhysicaleBrem - 4 1.51 mm -273 mum -117 mum 9.59 MeV 834 keV 461 mum 1.67 mmWAbsorberPhysicaleBrem - 5 1.96 mm -180 mum -38.6 mum 4.54 MeV 1.45 MeV 473 mum 2.14 mmWAbsorberPhysicaleBrem - 6 1.54 mm 52.6 mum 148 mum 3.13 MeV 1.25 MeV 576 mum 2.72 mmWAbsorberPhysicaleBrem - 7 1.36 mm -989 mum 278 mum 879 keV 2.25 MeV 1.38 mm 4.1 mmWAbsorberPhysicaleIoni - 8 1.36 mm -967 mum 238 mum 0 eV 879 keV 368 mum 4.46 mmWAbsorberPhysicaleIoni - 9 1.36 mm -967 mum 238 mum 0 eV 0 eV 0 fm 4.46 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 mm -967 mum 238 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 967 mum -4.27 mm 861 mum 437 keV 0 eV 3.39 mm 3.39 mmWAbsorberPhysicalcompt - 2 -954 mum -6.5 mm 1.25 mm 0 eV 69.5 keV 2.96 mm 6.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -954 mum -6.5 mm 1.25 mm 368 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -959 mum -6.5 mm 1.26 mm 0 eV 368 keV 117 mum 117 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 967 mum -4.27 mm 861 mum 73.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 968 mum -4.28 mm 861 mum 0 eV 73.8 keV 9.69 mum 9.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 mm -967 mum 238 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 mm -132 mum 80.6 mum 387 keV 0 eV 856 mum 856 mumWAbsorberPhysicalcompt - 2 1.86 mm 2.12 mm 1.77 mm 0 eV 69.5 keV 2.84 mm 3.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 mm 2.12 mm 1.77 mm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 mm 2.12 mm 1.78 mm 0 eV 318 keV 94.4 mum 94.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 mm -132 mum 80.6 mum 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 mm -131 mum 79.1 mum 0 eV 124 keV 22.3 mum 22.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 mm 52.6 mum 148 mum 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 687 mum 116 mum -47.4 mum 0 eV 69.5 keV 879 mum 879 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 687 mum 116 mum -47.4 mum 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 687 mum 116 mum -46.6 mum 0 eV 101 keV 16.2 mum 16.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 mm -180 mum -38.6 mum 3.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm 2.34 mm 3.12 cm 0 eV 0 eV 3.47 cm 3.47 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 cm 2.34 mm 3.12 cm 2.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 cm 2.52 mm 3.12 cm 535 keV 1.6 MeV 1.02 mm 1.02 mmWAbsorberPhysicaleIoni - 2 -1.32 cm 2.5 mm 3.12 cm 0 eV 535 keV 193 mum 1.22 mmWAbsorberPhysicaleIoni - 3 -1.32 cm 2.5 mm 3.12 cm 0 eV 0 eV 0 fm 1.22 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm 2.5 mm 3.12 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm 2.42 mm 4.06 cm 0 eV 69.5 keV 9.57 mm 9.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 cm 2.42 mm 4.06 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm 2.42 mm 4.07 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm 2.5 mm 3.12 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm 2.54 mm 2.7 cm 0 eV 69.5 keV 4.16 mm 4.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 cm 2.54 mm 2.7 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm 2.54 mm 2.7 cm 311 keV 22.3 keV 16.1 mum 16.1 mumWAbsorberPhysicaleBrem - 2 -1.27 cm 2.54 mm 2.7 cm 0 eV 311 keV 91.5 mum 108 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 cm 2.54 mm 2.7 cm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 cm 2.6 mm 2.71 cm 0 eV 69.5 keV 147 mum 147 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 cm 2.6 mm 2.71 cm 38.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 cm 2.6 mm 2.71 cm 0 eV 38.8 keV 3.36 mum 3.36 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 cm 2.34 mm 3.12 cm 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm 2.32 mm 3.12 cm 0 eV 432 keV 146 mum 146 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 mm -273 mum -117 mum 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.45 mm 484 mum -374 mum 0 eV 69.5 keV 3.05 mm 3.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.45 mm 484 mum -374 mum 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.45 mm 483 mum -376 mum 0 eV 217 keV 53.6 mum 53.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 mm -211 mum -119 mum 886 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm -1.16 mm 4.04 mm 390 keV 0 eV 1.36 cm 1.36 cmWAbsorberPhysicalcompt - 2 1.41 cm 833 mum 7.72 mm 0 eV 69.5 keV 4.19 mm 1.78 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 cm 833 mum 7.72 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 cm 835 mum 7.73 mm 0 eV 321 keV 95.8 mum 95.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm -1.16 mm 4.04 mm 495 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm -1.17 mm 4.04 mm 0 eV 495 keV 176 mum 176 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 369 mum 43.5 mum -248 mum 974 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.79 mm -993 mum 3.05 mm 807 keV 0 eV 7.29 mm 7.29 mmWAbsorberPhysicalcompt - 2 1.29 cm -360 mum 3.49 mm 356 keV 0 eV 6.13 mm 1.34 cmWAbsorberPhysicalcompt - 3 1.3 cm 371 mum 3.36 mm 0 eV 69.5 keV 746 mum 1.42 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm 371 mum 3.36 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm 377 mum 3.37 mm 0 eV 287 keV 81.5 mum 81.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 cm -360 mum 3.49 mm 450 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.29 cm -364 mum 3.49 mm 0 eV 450 keV 155 mum 155 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.79 mm -993 mum 3.05 mm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.79 mm -994 mum 3.05 mm 0 eV 167 keV 36 mum 36 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.44 mum -298 nm -1.34 mum 36.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.07 mm -252 mum -1.16 mm 0 eV 0 eV 2.38 mm 2.38 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 33, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 mm -252 mum -1.16 mm 19.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.12 mm -263 mum -1.19 mm 19.1 MeV 93.2 keV 68 mum 68 mumWAbsorberPhysicaleBrem - 2 2.21 mm -265 mum -1.21 mm 18 MeV 140 keV 88.3 mum 156 mumWAbsorberPhysicaleBrem - 3 2.66 mm -134 mum -1.44 mm 14.3 MeV 1.27 MeV 534 mum 690 mumWAbsorberPhysicaleBrem - 4 3.58 mm -218 mum -1.32 mm 6.21 MeV 2.48 MeV 982 mum 1.67 mmWAbsorberPhysicaleBrem - 5 3.59 mm -221 mum -1.33 mm 4.01 MeV 15 keV 10.9 mum 1.68 mmWAbsorberPhysicaleBrem - 6 3.66 mm -233 mum -1.38 mm 3.65 MeV 195 keV 99.9 mum 1.78 mmWAbsorberPhysicaleBrem - 7 3.84 mm -176 mum -1.69 mm 0 eV 3.65 MeV 1.51 mm 3.29 mmWAbsorberPhysicaleIoni - 8 3.84 mm -176 mum -1.69 mm 0 eV 0 eV 0 fm 3.29 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.84 mm -176 mum -1.69 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.81 mm 456 mum -1.59 mm 472 keV 0 eV 640 mum 640 mumWAbsorberPhysicalcompt - 2 4.3 mm 9.23 mm 3.77 mm 433 keV 0 eV 1.03 cm 1.09 cmWAbsorberPhysicalcompt - 3 4.91 mm 1.03 cm 4.99 mm 184 keV 0 eV 1.71 mm 1.26 cmWAbsorberPhysicalcompt - 4 4.84 mm 1.01 cm 5.02 mm 0 eV 69.5 keV 207 mum 1.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.84 mm 1.01 cm 5.02 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.84 mm 1.01 cm 5.02 mm 0 eV 115 keV 19.9 mum 19.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.91 mm 1.03 cm 4.99 mm 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.92 mm 1.03 cm 4.99 mm 0 eV 248 keV 65.7 mum 65.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.3 mm 9.23 mm 3.77 mm 38.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.3 mm 9.23 mm 3.77 mm 0 eV 38.9 keV 3.38 mum 3.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.81 mm 456 mum -1.59 mm 39.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.81 mm 456 mum -1.59 mm 0 eV 39.3 keV 3.43 mum 3.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.84 mm -176 mum -1.69 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.23 mm -7.72 mm -2.82 mm 0 eV 69.5 keV 7.64 mm 7.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.23 mm -7.72 mm -2.82 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.23 mm -7.73 mm -2.83 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.66 mm -233 mum -1.38 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.83 mm -176 mum -1.67 mm 0 eV 69.5 keV 338 mum 338 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.83 mm -176 mum -1.67 mm 99.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.83 mm -175 mum -1.67 mm 0 eV 99.9 keV 15.8 mum 15.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm -221 mum -1.33 mm 2.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm -2.87 mm -5.46 mm 806 keV 0 eV 1.19 cm 1.19 cmWAbsorberPhysicalcompt - 2 2 cm -1.71 cm -8.8 mm 328 keV 0 eV 1.56 cm 2.75 cmWAbsorberPhysicalcompt - 3 2.02 cm -1.65 cm -1.2 cm 0 eV 69.5 keV 3.23 mm 3.08 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 cm -1.65 cm -1.2 cm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.02 cm -1.65 cm -1.2 cm 0 eV 258 keV 69.6 mum 69.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 cm -1.71 cm -8.8 mm 478 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 cm -1.71 cm -8.79 mm 0 eV 478 keV 168 mum 168 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm -2.87 mm -5.46 mm 1.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm -2.98 mm -5.25 mm 164 keV 891 keV 504 mum 504 mumWAbsorberPhysicaleBrem - 2 1.46 cm -2.98 mm -5.25 mm 0 eV 164 keV 34.8 mum 539 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -2.98 mm -5.25 mm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.69 cm -1.45 mm -8.12 mm 0 eV 69.5 keV 3.99 mm 3.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 cm -1.45 mm -8.12 mm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.69 cm -1.45 mm -8.12 mm 0 eV 258 keV 69.6 mum 69.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.58 mm -218 mum -1.32 mm 5.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.03 cm -8.14 mm -1.2 cm 0 eV 0 eV 2.98 cm 2.98 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 54, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.03 cm -8.14 mm -1.2 cm 4.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 cm -8.19 mm -1.22 cm 3.82 MeV 322 keV 218 mum 218 mumWAbsorberPhysicaleBrem - 2 3.07 cm -8.45 mm -1.19 cm 2.86 MeV 849 keV 471 mum 689 mumWAbsorberPhysicaleBrem - 3 3.06 cm -8.46 mm -1.19 cm 385 keV 137 keV 81.2 mum 770 mumWAbsorberPhysicaleBrem - 4 3.06 cm -8.46 mm -1.19 cm 0 eV 385 keV 122 mum 892 mumWAbsorberPhysicaleIoni - 5 3.06 cm -8.46 mm -1.19 cm 0 eV 0 eV 0 fm 892 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.06 cm -8.46 mm -1.19 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.07 cm -8.82 mm -1.19 cm 175 keV 0 eV 359 mum 359 mumWAbsorberPhysicalcompt - 2 3.07 cm -8.72 mm -1.19 cm 0 eV 69.5 keV 99.1 mum 458 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.07 cm -8.72 mm -1.19 cm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.07 cm -8.72 mm -1.19 cm 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.07 cm -8.82 mm -1.19 cm 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.07 cm -8.82 mm -1.19 cm 0 eV 336 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.06 cm -8.46 mm -1.19 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.99 cm -1.68 mm -1.2 cm 0 eV 69.5 keV 6.81 mm 6.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.99 cm -1.68 mm -1.2 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.99 cm -1.68 mm -1.2 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.06 cm -8.46 mm -1.19 cm 2.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 cm -1.25 cm -1.22 cm 1.36 MeV 0 eV 4.17 mm 4.17 mmWAbsorberPhysicalcompt - 2 2.87 cm -2.11 cm -7.81 mm 854 keV 0 eV 9.72 mm 1.39 cmWAbsorberPhysicalcompt - 3 2.74 cm -2.67 cm -8.96 mm 730 keV 0 eV 5.82 mm 1.97 cmWAbsorberPhysicalcompt - 4 2.73 cm -2.92 cm -1.08 cm 286 keV 0 eV 3.17 mm 2.29 cmWAbsorberPhysicalcompt - 5 2.7 cm -2.92 cm -1.08 cm 0 eV 69.5 keV 264 mum 2.32 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.7 cm -2.92 cm -1.08 cm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.7 cm -2.92 cm -1.08 cm 0 eV 216 keV 53.5 mum 53.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.73 cm -2.92 cm -1.08 cm 444 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.73 cm -2.92 cm -1.08 cm 0 eV 444 keV 152 mum 152 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.74 cm -2.67 cm -8.96 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.74 cm -2.67 cm -8.96 mm 0 eV 124 keV 22.4 mum 22.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.87 cm -2.11 cm -7.81 mm 505 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.87 cm -2.11 cm -7.8 mm 0 eV 505 keV 180 mum 180 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.97 cm -1.25 cm -1.22 cm 979 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 cm -1.25 cm -1.23 cm 0 eV 979 keV 417 mum 417 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.07 cm -8.45 mm -1.19 cm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 cm -8.31 mm -1.17 cm 0 eV 69.5 keV 358 mum 358 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.04 cm -8.31 mm -1.17 cm 43.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 cm -8.31 mm -1.17 cm 0 eV 43.2 keV 4.02 mum 4.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.04 cm -8.19 mm -1.22 cm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.05 cm -8.19 mm -1.22 cm 0 eV 69.5 keV 64.3 mum 64.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.05 cm -8.19 mm -1.22 cm 81 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.05 cm -8.19 mm -1.22 cm 0 eV 81 keV 11.3 mum 11.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.03 cm -8.14 mm -1.2 cm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.03 cm -8.14 mm -1.2 cm 0 eV 327 keV 98.7 mum 98.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.66 mm -134 mum -1.44 mm 2.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm 178 mum -4.46 mm 795 keV 0 eV 8.51 mm 8.51 mmWAbsorberPhysicalcompt - 2 1.5 cm 2.64 mm -1.81 mm 218 keV 0 eV 5.67 mm 1.42 cmWAbsorberPhysicalcompt - 3 1.33 cm 1.82 mm -1.22 mm 0 eV 69.5 keV 1.93 mm 1.61 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 cm 1.82 mm -1.22 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 cm 1.82 mm -1.22 mm 0 eV 149 keV 29.9 mum 29.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm 2.64 mm -1.81 mm 577 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm 2.65 mm -1.8 mm 0 eV 577 keV 215 mum 215 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm 178 mum -4.46 mm 1.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm 203 mum -4.65 mm 713 keV 463 keV 280 mum 280 mumWAbsorberPhysicaleBrem - 2 1.06 cm 184 mum -4.65 mm 0 eV 713 keV 283 mum 563 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm 203 mum -4.65 mm 459 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm -82.2 mum -4.76 mm 287 keV 0 eV 348 mum 348 mumWAbsorberPhysicalcompt - 2 1.03 cm -35.4 mum -4.87 mm 259 keV 0 eV 173 mum 522 mumWAbsorberPhysicalcompt - 3 9.8 mm -223 mum -5.13 mm 0 eV 69.5 keV 571 mum 1.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.8 mm -223 mum -5.13 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.8 mm -223 mum -5.13 mm 0 eV 190 keV 43.8 mum 43.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm -35.4 mum -4.87 mm 27.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm -35.2 mum -4.87 mm 0 eV 27.3 keV 1.9 mum 1.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 cm -82.2 mum -4.76 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm -85 mum -4.76 mm 0 eV 172 keV 37.6 mum 37.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 mm -265 mum -1.21 mm 923 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.2 mm 330 mum -2.53 mm 749 keV 0 eV 4.24 mm 4.24 mmWAbsorberPhysicalcompt - 2 1.63 cm 7.19 mm -3.14 mm 572 keV 0 eV 1.22 cm 1.64 cmWAbsorberPhysicalcompt - 3 1.64 cm 7.2 mm -3.09 mm 563 keV 0 eV 137 mum 1.66 cmWAbsorberPhysicalcompt - 4 2.65 cm 10 mm 359 mum 0 eV 69.5 keV 1.1 cm 2.76 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.65 cm 10 mm 359 mum 493 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.65 cm 10 mm 368 mum 0 eV 493 keV 175 mum 175 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 cm 7.2 mm -3.09 mm 9.33 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 cm 7.2 mm -3.09 mm 0 eV 9.33 keV 349 nm 349 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.63 cm 7.19 mm -3.14 mm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.63 cm 7.19 mm -3.14 mm 0 eV 176 keV 39.1 mum 39.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.2 mm 330 mum -2.53 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.2 mm 329 mum -2.53 mm 0 eV 175 keV 38.5 mum 38.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 mm -263 mum -1.19 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.73 mm -265 mum -1.35 mm 0 eV 69.5 keV 621 mum 621 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.73 mm -265 mum -1.35 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.73 mm -264 mum -1.35 mm 0 eV 151 keV 30.5 mum 30.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 mm -252 mum -1.16 mm 15.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 mm -199 mum -1.91 mm 3.13 MeV 1.92 MeV 1.01 mm 1.01 mmWAbsorberPhysicaleBrem - 2 2.72 mm -201 mum -1.92 mm 2.96 MeV 7.9 keV 5.54 mum 1.02 mmWAbsorberPhysicaleBrem - 3 2.79 mm -707 mum -1.62 mm 923 keV 1.77 MeV 830 mum 1.85 mmWAbsorberPhysicaleBrem - 4 2.81 mm -701 mum -1.61 mm 614 keV 22.9 keV 24.8 mum 1.87 mmWAbsorberPhysicaleBrem - 5 2.83 mm -703 mum -1.62 mm 329 keV 57.7 keV 36.5 mum 1.91 mmWAbsorberPhysicaleBrem - 6 2.83 mm -708 mum -1.63 mm 0 eV 329 keV 99.6 mum 2.01 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.83 mm -703 mum -1.62 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.69 mm -1.49 mm -1.51 mm 0 eV 69.5 keV 805 mum 805 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.69 mm -1.49 mm -1.51 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.69 mm -1.49 mm -1.51 mm 0 eV 157 keV 32.5 mum 32.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.81 mm -701 mum -1.61 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 mm -840 mum -2.08 mm 136 keV 0 eV 490 mum 490 mumWAbsorberPhysicalcompt - 2 2.72 mm -829 mum -2.04 mm 0 eV 69.5 keV 36.5 mum 527 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 mm -829 mum -2.04 mm 66.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 mm -829 mum -2.04 mm 0 eV 66.3 keV 8.13 mum 8.13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 mm -840 mum -2.08 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 mm -841 mum -2.08 mm 0 eV 151 keV 30.6 mum 30.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 84, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 mm -707 mum -1.62 mm 263 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.32 mm -1.06 mm -2.07 mm 199 keV 0 eV 2.6 mm 2.6 mmWAbsorberPhysicalcompt - 2 5.36 mm -1.23 mm -2.2 mm 0 eV 69.5 keV 226 mum 2.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.36 mm -1.23 mm -2.2 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.36 mm -1.24 mm -2.2 mm 0 eV 130 keV 24.1 mum 24.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.32 mm -1.06 mm -2.07 mm 63.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.32 mm -1.06 mm -2.07 mm 0 eV 63.2 keV 7.48 mum 7.48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 83, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 mm -201 mum -1.92 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 mm -203 mum -1.92 mm 0 eV 69.5 keV 3.31 mum 3.31 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 mm -203 mum -1.92 mm 93.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 mm -204 mum -1.92 mm 0 eV 93.7 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 mm -199 mum -1.91 mm 10.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.22 mm -2.2 mm -6.53 mm 0 eV 0 eV 6.75 mm 6.75 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 94, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.22 mm -2.2 mm -6.53 mm 4.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.78 mm -3.65 mm -6.8 mm 1.56 MeV 3.31 MeV 1.74 mm 1.74 mmWAbsorberPhysicaleIoni - 2 6.71 mm -3.7 mm -6.85 mm 0 eV 1.56 MeV 726 mum 2.47 mmWAbsorberPhysicaleIoni - 3 6.71 mm -3.7 mm -6.85 mm 0 eV 0 eV 0 fm 2.47 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 96, Parent ID = 94 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.71 mm -3.7 mm -6.85 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.56 mm -5.24 mm -7.85 mm 393 keV 0 eV 2.17 mm 2.17 mmWAbsorberPhysicalcompt - 2 4.52 mm -7.99 mm -7.05 mm 0 eV 69.5 keV 3.05 mm 5.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 96 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.52 mm -7.99 mm -7.05 mm 324 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.52 mm -8 mm -7.05 mm 0 eV 324 keV 97.1 mum 97.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 96 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.56 mm -5.24 mm -7.85 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.56 mm -5.24 mm -7.85 mm 0 eV 118 keV 20.6 mum 20.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 95, Parent ID = 94 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.71 mm -3.7 mm -6.85 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.83 mm -857 mum -5.01 mm 201 keV 0 eV 4 mm 4 mmWAbsorberPhysicalcompt - 2 7.55 mm -598 mum -5.61 mm 0 eV 69.5 keV 1.44 mm 5.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 95 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.55 mm -598 mum -5.61 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.55 mm -597 mum -5.61 mm 0 eV 132 keV 24.7 mum 24.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 95 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.83 mm -857 mum -5.01 mm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.84 mm -853 mum -5.01 mm 0 eV 310 keV 91 mum 91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.22 mm -2.2 mm -6.53 mm 4.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.66 mm -2.19 mm -6.69 mm 2.98 MeV 889 keV 452 mum 452 mumWAbsorberPhysicaleBrem - 2 7.71 mm -2.18 mm -6.7 mm 2.45 MeV 116 keV 55.4 mum 507 mumWAbsorberPhysicaleBrem - 3 7.85 mm -2.21 mm -6.69 mm 0 eV 2.45 MeV 1.14 mm 1.64 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 102, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.71 mm -2.18 mm -6.7 mm 419 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm -2.49 mm -6.36 mm 187 keV 0 eV 3.03 mm 3.03 mmWAbsorberPhysicalcompt - 2 1.06 cm -2.34 mm -6.24 mm 0 eV 69.5 keV 217 mum 3.25 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 102 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm -2.34 mm -6.24 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm -2.34 mm -6.24 mm 0 eV 117 keV 20.5 mum 20.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 102 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm -2.49 mm -6.36 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm -2.49 mm -6.36 mm 0 eV 232 keV 59.6 mum 59.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 101, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.66 mm -2.19 mm -6.69 mm 1.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm -2.82 mm -7.72 mm 931 keV 0 eV 4.83 mm 4.83 mmWAbsorberPhysicalcompt - 2 3.09 cm -1.33 cm -9.07 mm 308 keV 0 eV 2.14 cm 2.62 cmWAbsorberPhysicalcompt - 3 3.12 cm -1.28 cm -7.85 mm 198 keV 0 eV 1.36 mm 2.76 cmWAbsorberPhysicalcompt - 4 3.09 cm -1.24 cm -7.91 mm 0 eV 69.5 keV 417 mum 2.8 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 101 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.09 cm -1.24 cm -7.91 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.09 cm -1.24 cm -7.91 mm 0 eV 128 keV 23.6 mum 23.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 101 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.12 cm -1.28 cm -7.85 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.12 cm -1.28 cm -7.85 mm 0 eV 110 keV 18.5 mum 18.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 101 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.09 cm -1.33 cm -9.07 mm 623 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.1 cm -1.33 cm -9.08 mm 0 eV 623 keV 238 mum 238 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 101 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm -2.82 mm -7.72 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm -2.82 mm -7.72 mm 0 eV 160 keV 33.6 mum 33.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -30.8 cm 4.37 cm 15.3 cm 51 MeV 0 eV 34.7 cm 34.7 cmFCALEnvelopePhysicalTransportation - 2 -32 cm 4.55 cm 16 cm 51 MeV 0 eV 1.4 cm 36.1 cmLArgPhysicalTransportation - 3 -1.14 m 16.2 cm 56.8 cm 51 MeV 0 eV 92.4 cm 1.28 mCryostatVolumesTransportation - 4 -1.14 m 16.2 cm 56.9 cm 51 MeV 0 eV 3.02 mm 1.29 mInsulationPhysicalTransportation - 5 -1.21 m 17.1 cm 60.1 cm 51 MeV 0 eV 7.06 cm 1.36 mCryostatVolumesTransportation - 6 -1.21 m 17.1 cm 60.2 cm 51 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 7 -5 m 71 cm 2.49 m 51 MeV 0 eV 4.27 m 5.63 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 2.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.78 cm -15.8 cm 33.8 cm 2.48 MeV 0 eV 37.5 cm 37.5 cmCuPlateAPhysicalTransportation - 2 -4.06 cm -17 cm 36.4 cm 2.48 MeV 0 eV 2.84 cm 40.4 cmFCALEnvelopePhysicalTransportation - 3 -4.38 cm -18.4 cm 39.2 cm 2.48 MeV 0 eV 3.13 cm 43.5 cmFCALEmModulePhysicalTransportation - 4 -4.42 cm -18.5 cm 39.5 cm 2.48 MeV 0 eV 3.87 mm 43.9 cmF1LArGapPhysicalTransportation - 5 -4.42 cm -18.6 cm 39.6 cm 2.48 MeV 0 eV 778 mum 44 cmFCALEmModulePhysicalTransportation - 6 -4.83 cm -20.3 cm 43.2 cm 2.48 MeV 0 eV 4.02 cm 48 cmFCALEnvelopePhysicalTransportation - 7 -4.86 cm -20.4 cm 43.5 cm 2.48 MeV 0 eV 2.94 mm 48.3 cmLArgPhysicalTransportation - 8 -14.1 cm -59.4 cm 1.27 m 2.48 MeV 0 eV 92.3 cm 1.41 mCryostatVolumesTransportation - 9 -14.2 cm -59.5 cm 1.27 m 2.48 MeV 0 eV 3.31 mm 1.41 mInsulationPhysicalTransportation - 10 -15 cm -62.8 cm 1.34 m 2.48 MeV 0 eV 7.72 cm 1.49 mCryostatVolumesTransportation - 11 -15 cm -62.9 cm 1.34 m 2.48 MeV 0 eV 2.76 mm 1.49 mMotherTransportation - 12 -15.9 cm -66.5 cm 1.42 m 2.48 MeV 0 eV 8.7 cm 1.58 mIronWallPhysicalTransportation - 13 -17.9 cm -75 cm 1.6 m 2.48 MeV 0 eV 20 cm 1.78 mMotherTransportation - 14 -1.19 m -5 m 10.7 m 2.48 MeV 0 eV 10.1 m 11.8 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=52.6639 -Edep in FCAL1 FCAl2 : 0 52.6639 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2596 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 96 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 29.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -865 mum -840 mum -24.6 mum 26.9 MeV 2.33 MeV 1.22 mm 1.22 mmWAbsorberPhysicaleBrem - 2 -1.24 mm -1.14 mm -201 mum 8.35 MeV 1 MeV 515 mum 1.73 mmWAbsorberPhysicaleBrem - 3 -1.49 mm -1.48 mm -296 mum 7.43 MeV 797 keV 439 mum 2.17 mmWAbsorberPhysicaleBrem - 4 -1.75 mm -2.3 mm -460 mum 4.56 MeV 1.91 MeV 919 mum 3.09 mmWAbsorberPhysicaleBrem - 5 -1.84 mm -2.25 mm -425 mum 1.49 MeV 550 keV 111 mum 3.2 mmWAbsorberPhysicaleBrem - 6 -1.92 mm -2.21 mm -455 mum 0 eV 1.49 MeV 686 mum 3.89 mmWAbsorberPhysicaleIoni - 7 -1.92 mm -2.21 mm -455 mum 0 eV 0 eV 0 fm 3.89 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 mm -2.21 mm -455 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 mm -5.61 mm 1.95 mm 0 eV 69.5 keV 4.23 mm 4.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 mm -5.61 mm 1.95 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 mm -5.62 mm 1.95 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 mm -2.21 mm -455 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.38 mm -137 mum -1.92 mm 0 eV 69.5 keV 2.59 mm 2.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.38 mm -137 mum -1.92 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.38 mm -134 mum -1.93 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.84 mm -2.25 mm -425 mum 2.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm 785 mum 2.29 mm 328 keV 0 eV 1.56 cm 1.56 cmWAbsorberPhysicalcompt - 2 -1.59 cm -1.09 mm 4.01 mm 323 keV 0 eV 2.71 mm 1.83 cmWAbsorberPhysicalcompt - 3 -1.57 cm -2.05 mm 4.93 mm 0 eV 69.5 keV 1.35 mm 1.96 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 cm -2.05 mm 4.93 mm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm -2.05 mm 4.94 mm 0 eV 253 keV 67.7 mum 67.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.59 cm -1.09 mm 4.01 mm 4.53 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 cm -1.09 mm 4.01 mm 0 eV 4.53 keV 122 nm 122 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm 785 mum 2.29 mm 2.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm 508 mum 2.15 mm 1.02 MeV 1.02 MeV 575 mum 575 mumWAbsorberPhysicaleBrem - 2 -1.71 cm 508 mum 2.11 mm 0 eV 1.02 MeV 438 mum 1.01 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm 508 mum 2.15 mm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm 494 mum 2.05 mm 0 eV 69.5 keV 96.2 mum 96.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm 494 mum 2.05 mm 86 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm 495 mum 2.05 mm 0 eV 86 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 mm -2.3 mm -460 mum 959 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.12 mm -811 mum -258 mum 0 eV 69.5 keV 2.8 mm 2.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.12 mm -811 mum -258 mum 890 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.15 mm -808 mum -227 mum 155 keV 169 keV 65.4 mum 65.4 mumWAbsorberPhysicaleBrem - 2 -4.16 mm -808 mum -228 mum 0 eV 155 keV 31.8 mum 97.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.15 mm -808 mum -227 mum 566 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.31 mm -1.02 mm -3 mm 0 eV 69.5 keV 3.02 mm 3.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.31 mm -1.02 mm -3 mm 496 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.3 mm -988 mum -3 mm 156 keV 219 keV 55 mum 55 mumWAbsorberPhysicaleBrem - 2 -5.3 mm -986 mum -3 mm 0 eV 156 keV 32.3 mum 87.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.3 mm -988 mum -3 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.29 mm -985 mum -3 mm 0 eV 69.5 keV 8.52 mum 8.52 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.29 mm -985 mum -3 mm 51.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.29 mm -985 mum -3 mm 0 eV 51.1 keV 5.28 mum 5.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 mm -1.48 mm -296 mum 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 mm -1.71 mm -573 mum 0 eV 69.5 keV 480 mum 480 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 mm -1.71 mm -573 mum 60.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 mm -1.71 mm -573 mum 0 eV 60.4 keV 6.97 mum 6.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 mm -1.14 mm -201 mum 17.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm -1 cm -7.49 mm 0 eV 0 eV 1.46 cm 1.46 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 26, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm -1 cm -7.49 mm 5.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm -1.01 cm -7.63 mm 3.92 MeV 1.21 MeV 403 mum 403 mumWAbsorberPhysicaleBrem - 2 -1.07 cm -1.02 cm -7.67 mm 3.29 MeV 271 keV 110 mum 513 mumWAbsorberPhysicaleBrem - 3 -1.08 cm -1.03 cm -8 mm 1.82 MeV 868 keV 397 mum 910 mumWAbsorberPhysicaleBrem - 4 -1.07 cm -1.03 cm -7.97 mm 0 eV 1.82 MeV 857 mum 1.77 mmWAbsorberPhysicaleIoni - 5 -1.07 cm -1.03 cm -7.97 mm 0 eV 0 eV 0 fm 1.77 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm -1.03 cm -7.97 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.82 mm -9.83 mm -7.41 mm 213 keV 0 eV 1.15 mm 1.15 mmWAbsorberPhysicalcompt - 2 -9.81 mm -9.87 mm -7.43 mm 0 eV 69.5 keV 37.9 mum 1.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.81 mm -9.87 mm -7.43 mm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.81 mm -9.87 mm -7.43 mm 0 eV 144 keV 28.3 mum 28.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.82 mm -9.83 mm -7.41 mm 298 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.81 mm -9.83 mm -7.41 mm 0 eV 298 keV 86.1 mum 86.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm -1.03 cm -7.97 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 cm -1.47 cm -1.37 cm 471 keV 0 eV 1.2 cm 1.2 cmWAbsorberPhysicalcompt - 2 -2.54 cm -2.13 cm -1.77 cm 224 keV 0 eV 9.22 mm 2.12 cmWAbsorberPhysicalcompt - 3 -2.54 cm -2.11 cm -1.78 cm 189 keV 0 eV 151 mum 2.14 cmWAbsorberPhysicalcompt - 4 -2.57 cm -2.11 cm -1.8 cm 0 eV 69.5 keV 352 mum 2.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 cm -2.11 cm -1.8 cm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 cm -2.11 cm -1.8 cm 0 eV 120 keV 21.2 mum 21.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.54 cm -2.11 cm -1.78 cm 34.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.54 cm -2.11 cm -1.78 cm 0 eV 34.9 keV 2.83 mum 2.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.54 cm -2.13 cm -1.77 cm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.54 cm -2.13 cm -1.77 cm 0 eV 247 keV 65.1 mum 65.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 cm -1.47 cm -1.37 cm 39.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 cm -1.47 cm -1.37 cm 0 eV 39.9 keV 3.51 mum 3.51 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 cm -1.03 cm -8 mm 607 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.9 mm -8.63 mm -8.13 mm 501 keV 0 eV 2.58 mm 2.58 mmWAbsorberPhysicalcompt - 2 -7.62 mm -7.9 mm -7.29 mm 180 keV 0 eV 1.7 mm 4.28 mmWAbsorberPhysicalcompt - 3 -9.44 mm -7.68 mm -7.94 mm 154 keV 0 eV 1.94 mm 6.22 mmWAbsorberPhysicalcompt - 4 -9.81 mm -8.29 mm -8.48 mm 0 eV 69.5 keV 897 mum 7.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.81 mm -8.29 mm -8.48 mm 84.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.81 mm -8.29 mm -8.48 mm 0 eV 84.1 keV 12 mum 12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.44 mm -7.68 mm -7.94 mm 26.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.44 mm -7.68 mm -7.94 mm 0 eV 26.2 keV 1.77 mum 1.77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.62 mm -7.9 mm -7.29 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.62 mm -7.9 mm -7.28 mm 0 eV 321 keV 95.8 mum 95.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.9 mm -8.63 mm -8.13 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.9 mm -8.63 mm -8.13 mm 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm -1.02 cm -7.67 mm 354 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -1.85 cm -1.12 cm 0 eV 69.5 keV 9.03 mm 9.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm -1.85 cm -1.12 cm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -1.85 cm -1.12 cm 0 eV 285 keV 80.6 mum 80.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm -1.01 cm -7.63 mm 354 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -1.07 cm -7.94 mm 231 keV 0 eV 640 mum 640 mumWAbsorberPhysicalcompt - 2 -1.04 cm -1.07 cm -8.58 mm 0 eV 69.5 keV 802 mum 1.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm -1.07 cm -8.58 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm -1.07 cm -8.59 mm 0 eV 161 keV 33.9 mum 33.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -1.07 cm -7.94 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -1.07 cm -7.94 mm 0 eV 123 keV 22.2 mum 22.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm -1 cm -7.49 mm 11.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm -1.01 cm -7.74 mm 7.18 MeV 711 keV 461 mum 461 mumWAbsorberPhysicaleBrem - 2 -1.05 cm -9.81 mm -8.68 mm 4.87 MeV 2.12 MeV 1.18 mm 1.64 mmWAbsorberPhysicaleBrem - 3 -1.05 cm -9.84 mm -8.6 mm 4.43 MeV 120 keV 94.6 mum 1.73 mmWAbsorberPhysicaleBrem - 4 -1.06 cm -9.86 mm -8.1 mm 2.77 MeV 1.01 MeV 572 mum 2.3 mmWAbsorberPhysicaleBrem - 5 -1.07 cm -9.6 mm -7.95 mm 1.76 MeV 730 keV 374 mum 2.68 mmWAbsorberPhysicaleBrem - 6 -1.07 cm -9.57 mm -7.92 mm 1.45 MeV 74.9 keV 43.7 mum 2.72 mmWAbsorberPhysicaleBrem - 7 -1.07 cm -9.54 mm -7.86 mm 0 eV 1.45 MeV 655 mum 3.38 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm -9.57 mm -7.92 mm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm -9.15 mm -6.69 mm 0 eV 69.5 keV 1.39 mm 1.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 cm -9.15 mm -6.69 mm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm -9.16 mm -6.68 mm 0 eV 173 keV 38 mum 38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm -9.6 mm -7.95 mm 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm -9.42 mm -7.08 mm 213 keV 0 eV 1.11 mm 1.11 mmWAbsorberPhysicalcompt - 2 -9.46 mm -1.02 cm -6.72 mm 196 keV 0 eV 1.05 mm 2.16 mmWAbsorberPhysicalcompt - 3 -8.25 mm -1.06 cm -6.52 mm 118 keV 0 eV 1.29 mm 3.45 mmWAbsorberPhysicalcompt - 4 -8.9 mm -1.02 cm -6 mm 0 eV 69.5 keV 926 mum 4.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.9 mm -1.02 cm -6 mm 48.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.9 mm -1.02 cm -6 mm 0 eV 48.9 keV 4.91 mum 4.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.25 mm -1.06 cm -6.52 mm 77.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.25 mm -1.06 cm -6.52 mm 0 eV 77.3 keV 10.4 mum 10.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.46 mm -1.02 cm -6.72 mm 17.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.46 mm -1.02 cm -6.72 mm 0 eV 17.7 keV 942 nm 942 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 cm -9.42 mm -7.08 mm 62.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm -9.42 mm -7.08 mm 0 eV 62.7 keV 7.38 mum 7.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm -9.86 mm -8.1 mm 649 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 cm -7.35 mm -8.38 mm 0 eV 69.5 keV 4.07 mm 4.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 cm -7.35 mm -8.38 mm 579 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm -7.34 mm -8.38 mm 0 eV 579 keV 217 mum 217 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm -9.84 mm -8.6 mm 319 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm -1 cm -8.45 mm 176 keV 0 eV 225 mum 225 mumWAbsorberPhysicalcompt - 2 -9.78 mm -9.22 mm -7.9 mm 106 keV 0 eV 1.24 mm 1.47 mmWAbsorberPhysicalcompt - 3 -9.92 mm -9.43 mm -7.91 mm 0 eV 69.5 keV 252 mum 1.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.92 mm -9.43 mm -7.91 mm 36.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.92 mm -9.43 mm -7.91 mm 0 eV 36.8 keV 3.1 mum 3.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.78 mm -9.22 mm -7.9 mm 69.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.78 mm -9.22 mm -7.9 mm 0 eV 69.7 keV 8.84 mum 8.84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm -1 cm -8.45 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm -1 cm -8.45 mm 0 eV 142 keV 28 mum 28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm -9.81 mm -8.68 mm 189 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm -1.01 cm -7.98 mm 162 keV 0 eV 770 mum 770 mumWAbsorberPhysicalcompt - 2 -1.1 cm -1.01 cm -7.81 mm 0 eV 69.5 keV 371 mum 1.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -1.01 cm -7.81 mm 92.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm -1.01 cm -7.8 mm 0 eV 92.8 keV 14.1 mum 14.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm -1.01 cm -7.98 mm 26.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm -1.01 cm -7.98 mm 0 eV 26.2 keV 1.77 mum 1.77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm -1.01 cm -7.74 mm 3.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 cm -1.27 cm -2.04 cm 1.71 MeV 0 eV 1.74 cm 1.74 cmWAbsorberPhysicalcompt - 2 -3.35 cm -7.13 mm -2.97 cm 783 keV 0 eV 1.56 cm 3.29 cmWAbsorberPhysicalcompt - 3 -3.94 cm 4.46 mm -2.97 cm 705 keV 0 eV 1.3 cm 4.59 cmWAbsorberPhysicalcompt - 4 -4.54 cm 1.1 cm -2.73 cm 329 keV 0 eV 9.18 mm 5.51 cmWAbsorberPhysicalcompt - 5 -4.56 cm 1.18 cm -2.88 cm 0 eV 69.5 keV 1.73 mm 5.69 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.56 cm 1.18 cm -2.88 cm 259 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.56 cm 1.18 cm -2.88 cm 0 eV 259 keV 70.1 mum 70.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.54 cm 1.1 cm -2.73 cm 377 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.54 cm 1.1 cm -2.73 cm 160 keV 81.9 keV 61.1 mum 61.1 mumWAbsorberPhysicaleBrem - 2 -4.54 cm 1.1 cm -2.73 cm 0 eV 160 keV 33.4 mum 94.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.54 cm 1.1 cm -2.73 cm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.55 cm 1.1 cm -2.75 cm 0 eV 69.5 keV 150 mum 150 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.55 cm 1.1 cm -2.75 cm 65.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.55 cm 1.1 cm -2.75 cm 0 eV 65.3 keV 7.93 mum 7.93 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.94 cm 4.46 mm -2.97 cm 77.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.94 cm 4.46 mm -2.97 cm 0 eV 77.6 keV 10.5 mum 10.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.35 cm -7.13 mm -2.97 cm 931 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.35 cm -7.13 mm -2.97 cm 0 eV 931 keV 392 mum 392 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 cm -1.27 cm -2.04 cm 1.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 cm -1.27 cm -2.04 cm 0 eV 1.48 MeV 671 mum 671 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -865 mum -840 mum -24.6 mum 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 mm -1.05 mm -99.1 mum 0 eV 69.5 keV 301 mum 301 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 mm -1.05 mm -99.1 mum 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 mm -1.05 mm -101 mum 0 eV 150 keV 30.3 mum 30.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 mm 3.28 cm -6.79 cm 33.3 MeV 0 eV 7.54 cm 7.54 cmCuPlateBPhysicalTransportation - 2 2.07 mm 4.52 cm -9.35 cm 33.3 MeV 0 eV 2.85 cm 10.4 cmLArgPhysicalTransportation - 3 2.56 mm 5.6 cm -11.6 cm 33.3 MeV 0 eV 2.48 cm 12.9 cmBackExcluderTransportation - 4 2.16 cm 47.1 cm -97.5 cm 33.3 MeV 0 eV 95.5 cm 1.08 mLArgPhysicalTransportation - 5 2.82 cm 61.6 cm -1.27 m 33.3 MeV 0 eV 33.2 cm 1.42 mCryostatVolumesTransportation - 6 2.82 cm 61.7 cm -1.28 m 33.3 MeV 0 eV 3.33 mm 1.42 mInsulationPhysicalTransportation - 7 2.98 cm 65.1 cm -1.35 m 33.3 MeV 0 eV 7.77 cm 1.5 mCryostatVolumesTransportation - 8 2.98 cm 65.2 cm -1.35 m 33.3 MeV 0 eV 2.78 mm 1.5 mMotherTransportation - 9 22.9 cm 5 m -10.3 m 33.3 MeV 0 eV 9.99 m 11.5 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 20.1 cm 3.81 cm 32.8 cm 42.4 MeV 0 eV 38.7 cm 38.7 cmF2RodPhysicalTransportation - 2 20.2 cm 3.82 cm 32.9 cm 42.4 MeV 0 eV 853 mum 38.8 cmF2LArGapPhysicalTransportation - 3 20.2 cm 3.82 cm 33 cm 42.4 MeV 0 eV 804 mum 38.9 cmCuPlateAPhysicalTransportation - 4 21.7 cm 4.1 cm 35.3 cm 42.4 MeV 0 eV 2.77 cm 41.6 cmFCALEnvelopePhysicalTransportation - 5 23.4 cm 4.41 cm 38.1 cm 42.4 MeV 0 eV 3.23 cm 44.9 cmFCALEmModulePhysicalTransportation - 6 30.5 cm 5.76 cm 49.7 cm 42.4 MeV 0 eV 13.7 cm 58.6 cmLArgPhysicalTransportation - 7 66.7 cm 12.6 cm 1.09 m 42.4 MeV 0 eV 69.5 cm 1.28 mCryostatVolumesTransportation - 8 66.8 cm 12.6 cm 1.09 m 42.4 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 9 70.5 cm 13.3 cm 1.15 m 42.4 MeV 0 eV 7.03 cm 1.35 mCryostatVolumesTransportation - 10 70.6 cm 13.3 cm 1.15 m 42.4 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 11 87.1 cm 16.5 cm 1.42 m 42.4 MeV 0 eV 31.8 cm 1.67 mIronWallPhysicalTransportation - 12 1.12 m 21.1 cm 1.82 m 42.4 MeV 0 eV 47.2 cm 2.15 mMotherTransportation - 13 5 m 94.5 cm 8.15 m 42.4 MeV 0 eV 7.46 m 9.61 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=30.5099 -Edep in FCAL1 FCAl2 : 0 30.5099 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2597 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 97 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 49.8 mum 10.9 mum -39.8 mum 32.1 MeV 126 keV 64.7 mum 64.7 mumWAbsorberPhysicaleBrem - 2 362 mum 52.1 mum -240 mum 31.2 MeV 698 keV 374 mum 439 mumWAbsorberPhysicaleBrem - 3 473 mum 63.7 mum -304 mum 30.5 MeV 232 keV 129 mum 568 mumWAbsorberPhysicaleBrem - 4 2.76 mm 866 mum -1.33 mm 24.5 MeV 5.49 MeV 2.58 mm 3.15 mmWAbsorberPhysicaleBrem - 5 2.79 mm 906 mum -1.38 mm 23.4 MeV 314 keV 70.8 mum 3.22 mmWAbsorberPhysicaleBrem - 6 3.46 mm 2.05 mm -2.25 mm 19.9 MeV 2.98 MeV 1.57 mm 4.8 mmWAbsorberPhysicaleBrem - 7 3.58 mm 2.14 mm -2.32 mm 15.9 MeV 302 keV 166 mum 4.96 mmWAbsorberPhysicaleBrem - 8 3.63 mm 2.17 mm -2.35 mm 14.9 MeV 84.3 keV 62.8 mum 5.02 mmWAbsorberPhysicaleBrem - 9 3.85 mm 2.33 mm -2.45 mm 8.22 MeV 526 keV 305 mum 5.33 mmWAbsorberPhysicaleBrem - 10 4.35 mm 2.57 mm -2.55 mm 6.91 MeV 1.07 MeV 600 mum 5.93 mmWAbsorberPhysicaleBrem - 11 4.6 mm 2.86 mm -2.78 mm 5.55 MeV 847 keV 442 mum 6.37 mmWAbsorberPhysicaleBrem - 12 5.05 mm 2.6 mm -3.49 mm 3.54 MeV 1.79 MeV 990 mum 7.36 mmWAbsorberPhysicaleBrem - 13 5.32 mm 2.76 mm -3.44 mm 2.66 MeV 500 keV 347 mum 7.71 mmWAbsorberPhysicaleBrem - 14 5.46 mm 2.87 mm -3.33 mm 2.1 MeV 404 keV 271 mum 7.98 mmWAbsorberPhysicaleBrem - 15 5.59 mm 2.96 mm -3.36 mm 0 eV 2.1 MeV 1 mm 8.98 mmWAbsorberPhysicaleIoni - 16 5.59 mm 2.96 mm -3.36 mm 0 eV 0 eV 0 fm 8.98 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.59 mm 2.96 mm -3.36 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.95 mm -2.01 mm -3.92 mm 0 eV 69.5 keV 6.02 mm 6.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.95 mm -2.01 mm -3.92 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.95 mm -2.02 mm -3.92 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.59 mm 2.96 mm -3.36 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.24 mm 4.97 mm -3.14 mm 416 keV 0 eV 2.43 mm 2.43 mmWAbsorberPhysicalcompt - 2 4.19 mm 5.79 mm -3.44 mm 266 keV 0 eV 881 mum 3.31 mmWAbsorberPhysicalcompt - 3 5.09 mm 6.21 mm -3.32 mm 0 eV 69.5 keV 998 mum 4.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.09 mm 6.21 mm -3.32 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.09 mm 6.21 mm -3.32 mm 0 eV 196 keV 46 mum 46 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.19 mm 5.79 mm -3.44 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.19 mm 5.79 mm -3.44 mm 0 eV 150 keV 30.3 mum 30.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.24 mm 4.97 mm -3.14 mm 95.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.23 mm 4.97 mm -3.13 mm 0 eV 95.1 keV 14.6 mum 14.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.46 mm 2.87 mm -3.33 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.47 mm 2.96 mm -3.44 mm 0 eV 69.5 keV 139 mum 139 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.47 mm 2.96 mm -3.44 mm 90.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.47 mm 2.96 mm -3.44 mm 0 eV 90.4 keV 13.5 mum 13.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.32 mm 2.76 mm -3.44 mm 378 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.49 mm 4.15 mm -5.06 mm 159 keV 0 eV 3.82 mm 3.82 mmWAbsorberPhysicalcompt - 2 8.4 mm 4.14 mm -4.93 mm 0 eV 69.5 keV 157 mum 3.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.4 mm 4.14 mm -4.93 mm 89 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.4 mm 4.13 mm -4.93 mm 0 eV 89 keV 13.2 mum 13.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.49 mm 4.15 mm -5.06 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.49 mm 4.16 mm -5.06 mm 0 eV 220 keV 54.8 mum 54.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.05 mm 2.6 mm -3.49 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.62 mm 2.64 mm -3.65 mm 179 keV 0 eV 587 mum 587 mumWAbsorberPhysicalcompt - 2 5.63 mm 2.63 mm -3.63 mm 0 eV 69.5 keV 29 mum 616 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.63 mm 2.63 mm -3.63 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.64 mm 2.63 mm -3.63 mm 0 eV 109 keV 18.3 mum 18.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.62 mm 2.64 mm -3.65 mm 49.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.62 mm 2.64 mm -3.65 mm 0 eV 49.8 keV 5.06 mum 5.06 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.6 mm 2.86 mm -2.78 mm 509 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.66 mm 3.79 mm -3.52 mm 400 keV 0 eV 3.27 mm 3.27 mmWAbsorberPhysicalcompt - 2 9.92 mm 3.67 mm -2.41 mm 0 eV 69.5 keV 2.52 mm 5.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.92 mm 3.67 mm -2.41 mm 330 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.93 mm 3.67 mm -2.41 mm 0 eV 330 keV 100 mum 100 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.66 mm 3.79 mm -3.52 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.66 mm 3.79 mm -3.52 mm 0 eV 109 keV 18.4 mum 18.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.35 mm 2.57 mm -2.55 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.45 mm 2.68 mm -2.64 mm 0 eV 69.5 keV 177 mum 177 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.45 mm 2.68 mm -2.64 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.45 mm 2.68 mm -2.64 mm 0 eV 171 keV 37.2 mum 37.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.85 mm 2.33 mm -2.45 mm 6.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.91 mm 7.17 mm -7.86 mm 1.42 MeV 0 eV 9.46 mm 9.46 mmWAbsorberPhysicalcompt - 2 1.76 cm 6.84 mm -9.5 mm 1.33 MeV 0 eV 7.87 mm 1.73 cmWAbsorberPhysicalcompt - 3 1.91 cm 6.46 mm -1 cm 999 keV 0 eV 1.67 mm 1.9 cmWAbsorberPhysicalcompt - 4 2.2 cm 6.42 mm -9.58 mm 584 keV 0 eV 2.87 mm 2.19 cmWAbsorberPhysicalcompt - 5 2.7 cm 9.32 mm -1.32 cm 304 keV 0 eV 6.81 mm 2.87 cmWAbsorberPhysicalcompt - 6 3.03 cm 1.42 cm -7.71 mm 0 eV 69.5 keV 8.07 mm 3.67 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.03 cm 1.42 cm -7.71 mm 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.03 cm 1.42 cm -7.71 mm 0 eV 235 keV 60.5 mum 60.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.7 cm 9.32 mm -1.32 cm 280 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.7 cm 9.32 mm -1.32 cm 0 eV 280 keV 78.6 mum 78.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 cm 6.42 mm -9.58 mm 415 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 cm 6.42 mm -9.57 mm 0 eV 415 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 cm 6.46 mm -1 cm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 cm 6.46 mm -1 cm 0 eV 335 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.76 cm 6.84 mm -9.5 mm 85.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.76 cm 6.84 mm -9.5 mm 0 eV 85.2 keV 12.2 mum 12.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.91 mm 7.17 mm -7.86 mm 4.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 6.52 mm -8.68 mm 1.75 MeV 2.67 MeV 1.5 mm 1.5 mmWAbsorberPhysicaleBrem - 2 1.05 cm 6.4 mm -8.71 mm 489 keV 306 keV 175 mum 1.68 mmWAbsorberPhysicaleBrem - 3 1.05 cm 6.4 mm -8.72 mm 0 eV 489 keV 173 mum 1.85 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm 6.4 mm -8.71 mm 956 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 5.67 mm -1.2 cm 530 keV 0 eV 3.39 mm 3.39 mmWAbsorberPhysicalcompt - 2 1.26 cm 9.58 mm -1.73 cm 260 keV 0 eV 7.09 mm 1.05 cmWAbsorberPhysicalcompt - 3 1.25 cm 9.24 mm -1.76 cm 0 eV 69.5 keV 450 mum 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 cm 9.24 mm -1.76 cm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 cm 9.24 mm -1.76 cm 0 eV 190 keV 43.9 mum 43.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 cm 9.58 mm -1.73 cm 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 cm 9.58 mm -1.73 cm 0 eV 270 keV 74.8 mum 74.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 5.67 mm -1.2 cm 426 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 5.67 mm -1.2 cm 0 eV 426 keV 143 mum 143 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm 6.52 mm -8.68 mm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 cm 2.99 mm -5.88 mm 299 keV 0 eV 4.67 mm 4.67 mmWAbsorberPhysicalcompt - 2 1.19 cm 2.34 mm -5.26 mm 0 eV 69.5 keV 906 mum 5.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 cm 2.34 mm -5.26 mm 230 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 cm 2.34 mm -5.26 mm 0 eV 230 keV 58.7 mum 58.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 cm 2.99 mm -5.88 mm 2.07 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 cm 2.99 mm -5.88 mm 0 eV 2.07 keV 41.2 nm 41.2 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.63 mm 2.17 mm -2.35 mm 911 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.62 cm 2.14 cm -2.26 cm 354 keV 0 eV 4.29 cm 4.29 cmWAbsorberPhysicalcompt - 2 3.78 cm 2.4 cm -1.87 cm 296 keV 0 eV 4.99 mm 4.79 cmWAbsorberPhysicalcompt - 3 3.72 cm 2.46 cm -1.76 cm 0 eV 69.5 keV 1.44 mm 4.93 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.72 cm 2.46 cm -1.76 cm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.72 cm 2.46 cm -1.76 cm 0 eV 226 keV 57.2 mum 57.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.78 cm 2.4 cm -1.87 cm 58.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.78 cm 2.4 cm -1.87 cm 0 eV 58.3 keV 6.59 mum 6.59 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.62 cm 2.14 cm -2.26 cm 557 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.62 cm 2.14 cm -2.27 cm 0 eV 557 keV 206 mum 206 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.58 mm 2.14 mm -2.32 mm 3.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.22 mm 3.25 mm -3.67 mm 390 keV 0 eV 3.17 mm 3.17 mmWAbsorberPhysicalcompt - 2 3.61 mm 4.44 mm -6.25 mm 0 eV 69.5 keV 3.86 mm 7.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.61 mm 4.44 mm -6.25 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.58 mm 4.44 mm -6.27 mm 51 keV 160 keV 84.8 mum 84.8 mumWAbsorberPhysicaleBrem - 2 3.58 mm 4.44 mm -6.27 mm 0 eV 51 keV 5.27 mum 90.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.58 mm 4.44 mm -6.27 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.43 mm 4.5 mm -6.36 mm 0 eV 69.5 keV 194 mum 194 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.43 mm 4.5 mm -6.36 mm 40 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.43 mm 4.5 mm -6.36 mm 0 eV 40 keV 3.53 mum 3.53 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.22 mm 3.25 mm -3.67 mm 3.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.3 mm 3.31 mm -3.77 mm 2.27 MeV 212 keV 142 mum 142 mumWAbsorberPhysicaleBrem - 2 6.34 mm 3.33 mm -3.8 mm 1.98 MeV 80.6 keV 53.3 mum 196 mumWAbsorberPhysicaleBrem - 3 6.31 mm 3.32 mm -3.78 mm 1.74 MeV 120 keV 47.6 mum 243 mumWAbsorberPhysicaleBrem - 4 6.38 mm 3.36 mm -3.83 mm 0 eV 1.74 MeV 801 mum 1.04 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.31 mm 3.32 mm -3.78 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.38 mm 3.36 mm -3.81 mm 0 eV 69.5 keV 81.4 mum 81.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.38 mm 3.36 mm -3.81 mm 50.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.38 mm 3.36 mm -3.81 mm 0 eV 50.7 keV 5.21 mum 5.21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.34 mm 3.33 mm -3.8 mm 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.68 mm 3.09 mm -2.58 mm 186 keV 0 eV 1.41 mm 1.41 mmWAbsorberPhysicalcompt - 2 5.66 mm 3.17 mm -2.44 mm 0 eV 69.5 keV 161 mum 1.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.66 mm 3.17 mm -2.44 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.66 mm 3.17 mm -2.44 mm 0 eV 116 keV 20.3 mum 20.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.68 mm 3.09 mm -2.58 mm 23 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.68 mm 3.09 mm -2.58 mm 0 eV 23 keV 1.43 mum 1.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.3 mm 3.31 mm -3.77 mm 837 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.52 mm 3.39 mm -3.83 mm 216 keV 0 eV 237 mum 237 mumWAbsorberPhysicalcompt - 2 5.98 mm 2.29 mm -3.49 mm 0 eV 69.5 keV 1.27 mm 1.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.98 mm 2.29 mm -3.49 mm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.98 mm 2.29 mm -3.49 mm 0 eV 146 keV 29.2 mum 29.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.52 mm 3.39 mm -3.83 mm 621 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.53 mm 3.4 mm -3.83 mm 0 eV 621 keV 237 mum 237 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.46 mm 2.05 mm -2.25 mm 502 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.2 mm 3.49 mm -3.99 mm 491 keV 0 eV 3.55 mm 3.55 mmWAbsorberPhysicalcompt - 2 9.51 mm 5.08 mm -5.09 mm 168 keV 0 eV 3.84 mm 7.39 mmWAbsorberPhysicalcompt - 3 7.44 mm 4.08 mm -4.72 mm 0 eV 69.5 keV 2.33 mm 9.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.44 mm 4.08 mm -4.72 mm 98.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.44 mm 4.08 mm -4.71 mm 0 eV 98.9 keV 15.6 mum 15.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.51 mm 5.08 mm -5.09 mm 322 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.51 mm 5.08 mm -5.09 mm 0 eV 322 keV 96.3 mum 96.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.2 mm 3.49 mm -3.99 mm 11.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.2 mm 3.49 mm -3.99 mm 0 eV 11.9 keV 509 nm 509 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 mm 906 mum -1.38 mm 847 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.87 mm 3.02 mm -4.19 mm 491 keV 0 eV 4.09 mm 4.09 mmWAbsorberPhysicalcompt - 2 2.45 mm 5.6 mm -8.8 mm 0 eV 69.5 keV 5.81 mm 9.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.45 mm 5.6 mm -8.8 mm 421 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.45 mm 5.6 mm -8.8 mm 0 eV 421 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.87 mm 3.02 mm -4.19 mm 356 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.88 mm 3.02 mm -4.19 mm 0 eV 356 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.76 mm 866 mum -1.33 mm 473 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.92 mm 1.09 mm -1.63 mm 0 eV 69.5 keV 409 mum 409 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 mm 1.09 mm -1.63 mm 403 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.93 mm 1.09 mm -1.63 mm 0 eV 403 keV 133 mum 133 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 473 mum 63.7 mum -304 mum 487 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.52 mm 413 mum -4.11 mm 361 keV 0 eV 6.33 mm 6.33 mmWAbsorberPhysicalcompt - 2 1.24 cm -3.18 mm -3.53 mm 0 eV 69.5 keV 7.79 mm 1.41 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.24 cm -3.18 mm -3.53 mm 292 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 cm -3.18 mm -3.53 mm 0 eV 292 keV 83.6 mum 83.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.52 mm 413 mum -4.11 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.52 mm 414 mum -4.11 mm 0 eV 126 keV 22.9 mum 22.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 362 mum 52.1 mum -240 mum 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 590 mum 59 mum -384 mum 0 eV 69.5 keV 270 mum 270 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 590 mum 59 mum -384 mum 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 590 mum 59 mum -385 mum 0 eV 102 keV 16.5 mum 16.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 49.8 mum 10.9 mum -39.8 mum 18.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm 692 mum -1.11 cm 0 eV 0 eV 1.79 cm 1.79 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 71, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm 692 mum -1.11 cm 3.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm 579 mum -1.18 cm 0 eV 1.31 MeV 795 mum 795 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 cm 579 mum -1.18 cm 2.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 cm 1.88 cm -4.6 mm 434 keV 0 eV 3.85 cm 3.85 cmWAbsorberPhysicalcompt - 2 -1.87 cm 1.98 cm -4.96 mm 0 eV 69.5 keV 1.16 mm 3.96 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.87 cm 1.98 cm -4.96 mm 365 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 cm 1.98 cm -4.96 mm 0 eV 365 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 cm 1.88 cm -4.6 mm 1.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 cm 1.86 cm -4.98 mm 102 keV 1.62 MeV 861 mum 861 mumWAbsorberPhysicaleBrem - 2 -1.94 cm 1.86 cm -4.98 mm 0 eV 102 keV 16.3 mum 877 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 cm 1.86 cm -4.98 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 cm 1.86 cm -5.03 mm 0 eV 69.5 keV 602 mum 602 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 cm 1.86 cm -5.03 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 cm 1.86 cm -5.03 mm 0 eV 101 keV 16.2 mum 16.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 cm 579 mum -1.18 cm 1.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.15 mm 4.32 mm -2.19 cm 301 keV 0 eV 1.23 cm 1.23 cmWAbsorberPhysicalcompt - 2 8.26 mm 4.42 mm -2.19 cm 0 eV 69.5 keV 152 mum 1.24 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.26 mm 4.42 mm -2.19 cm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.26 mm 4.42 mm -2.19 cm 0 eV 232 keV 59.4 mum 59.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.15 mm 4.32 mm -2.19 cm 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.02 mm 4.29 mm -2.19 cm 212 keV 666 keV 382 mum 382 mumWAbsorberPhysicaleBrem - 2 8.02 mm 4.3 mm -2.19 cm 0 eV 212 keV 51.9 mum 434 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.02 mm 4.29 mm -2.19 cm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.04 mm 4.66 mm -2.18 cm 0 eV 69.5 keV 380 mum 380 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.04 mm 4.66 mm -2.18 cm 80.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.04 mm 4.66 mm -2.18 cm 0 eV 80.9 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm 692 mum -1.11 cm 13.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm 887 mum -1.15 cm 10 MeV 1.39 MeV 714 mum 714 mumWAbsorberPhysicaleBrem - 2 1.51 cm 830 mum -1.16 cm 7.51 MeV 2.12 MeV 446 mum 1.16 mmWAbsorberPhysicaleBrem - 3 1.55 cm 572 mum -1.17 cm 6.22 MeV 1.15 MeV 614 mum 1.77 mmWAbsorberPhysicaleBrem - 4 1.55 cm 507 mum -1.17 cm 5.92 MeV 90.3 keV 71.2 mum 1.85 mmWAbsorberPhysicaleBrem - 5 1.55 cm 447 mum -1.18 cm 5.23 MeV 179 keV 87.5 mum 1.93 mmWAbsorberPhysicaleBrem - 6 1.46 cm 11.5 mum -1.19 cm 2.87 MeV 2.23 MeV 1.15 mm 3.08 mmWAbsorberPhysicaleBrem - 7 1.41 cm 209 mum -1.13 cm 110 keV 2.76 MeV 1.28 mm 4.36 mmWAbsorberPhysicaleIoni - 8 1.41 cm 209 mum -1.13 cm 0 eV 110 keV 18.4 mum 4.38 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 87, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm 11.5 mum -1.19 cm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm 131 mum -1.19 cm 0 eV 69.5 keV 130 mum 130 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm 131 mum -1.19 cm 62.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm 131 mum -1.19 cm 0 eV 62.2 keV 7.29 mum 7.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm 447 mum -1.18 cm 508 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 cm -2.31 mm -1.45 cm 226 keV 0 eV 3.89 mm 3.89 mmWAbsorberPhysicalcompt - 2 1.59 cm -2.34 mm -1.44 cm 0 eV 69.5 keV 286 mum 4.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 cm -2.34 mm -1.44 cm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 cm -2.34 mm -1.44 cm 0 eV 157 keV 32.4 mum 32.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 cm -2.31 mm -1.45 cm 282 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 cm -2.31 mm -1.45 cm 0 eV 282 keV 79.5 mum 79.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm 507 mum -1.17 cm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 cm 111 mum -1.2 cm 0 eV 69.5 keV 525 mum 525 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 cm 111 mum -1.2 cm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 cm 111 mum -1.2 cm 0 eV 137 keV 26.4 mum 26.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 84, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm 572 mum -1.17 cm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 cm 101 mum -1.18 cm 0 eV 69.5 keV 579 mum 579 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 cm 101 mum -1.18 cm 67.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 cm 102 mum -1.18 cm 0 eV 67.2 keV 8.32 mum 8.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 83, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 cm 830 mum -1.16 cm 377 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 cm 396 mum -1.15 cm 0 eV 69.5 keV 502 mum 502 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 cm 396 mum -1.15 cm 307 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 cm 391 mum -1.15 cm 0 eV 307 keV 90.1 mum 90.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm 887 mum -1.15 cm 2.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 cm 74.6 mum -1.17 cm 0 eV 69.5 keV 2.02 mm 2.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 cm 74.6 mum -1.17 cm 2.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 cm 89.5 mum -1.17 cm 1.07 MeV 522 keV 152 mum 152 mumWAbsorberPhysicaleBrem - 2 1.66 cm 103 mum -1.17 cm 0 eV 1.07 MeV 464 mum 616 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 95, Parent ID = 94 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 cm 89.5 mum -1.17 cm 476 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.63 cm 44.5 mum -1.13 cm 0 eV 69.5 keV 475 mum 475 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 95 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.63 cm 44.5 mum -1.13 cm 407 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.63 cm 46.8 mum -1.13 cm 0 eV 407 keV 134 mum 134 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 31.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -24.1 cm -2.62 cm 9.87 cm 31.8 MeV 0 eV 26.2 cm 26.2 cmFCALEnvelopePhysicalTransportation - 2 -24.8 cm -2.71 cm 10.2 cm 31.8 MeV 0 eV 8.2 mm 27 cmLArgPhysicalTransportation - 3 -1.18 m -12.9 cm 48.3 cm 31.8 MeV 0 eV 1.01 m 1.28 mCryostatVolumesTransportation - 4 -1.18 m -12.9 cm 48.4 cm 31.8 MeV 0 eV 3.02 mm 1.28 mInsulationPhysicalTransportation - 5 -1.25 m -13.6 cm 51.1 cm 31.8 MeV 0 eV 7.04 cm 1.35 mCryostatVolumesTransportation - 6 -1.25 m -13.6 cm 51.2 cm 31.8 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 7 -5 m -54.5 cm 2.05 m 31.8 MeV 0 eV 4.07 m 5.43 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -17.2 cm -6.71 cm 33.4 cm 22.6 MeV 0 eV 38.1 cm 38.1 cmCuPlateAPhysicalTransportation - 2 -18.3 cm -7.13 cm 35.4 cm 22.6 MeV 0 eV 2.39 cm 40.5 cmFCALEnvelopePhysicalTransportation - 3 -18.8 cm -7.3 cm 36.3 cm 22.6 MeV 0 eV 9.59 mm 41.5 cmLArgPhysicalTransportation - 4 -58.5 cm -22.8 cm 1.13 m 22.6 MeV 0 eV 88 cm 1.29 mCryostatVolumesTransportation - 5 -58.7 cm -22.8 cm 1.13 m 22.6 MeV 0 eV 3.05 mm 1.3 mInsulationPhysicalTransportation - 6 -61.9 cm -24.1 cm 1.2 m 22.6 MeV 0 eV 7.11 cm 1.37 mCryostatVolumesTransportation - 7 -62 cm -24.1 cm 1.2 m 22.6 MeV 0 eV 2.54 mm 1.37 mMotherTransportation - 8 -73.4 cm -28.6 cm 1.42 m 22.6 MeV 0 eV 25.2 cm 1.62 mIronWallPhysicalTransportation - 9 -94.1 cm -36.6 cm 1.82 m 22.6 MeV 0 eV 45.7 cm 2.08 mMotherTransportation - 10 -5 m -1.95 m 9.67 m 22.6 MeV 0 eV 8.98 m 11.1 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=51.7311 -Edep in FCAL1 FCAl2 : 0 51.7311 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2598 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 98 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -129 mum 64.1 mum -4.6 mum 30 MeV 373 keV 145 mum 145 mumWAbsorberPhysicaleBrem - 2 -1.05 mm 858 mum -62.1 mum 27.1 MeV 2.57 MeV 1.26 mm 1.41 mmWAbsorberPhysicaleBrem - 3 -1.19 mm 914 mum -65.7 mum 24.2 MeV 276 keV 153 mum 1.56 mmWAbsorberPhysicaleBrem - 4 -1.24 mm 931 mum -68.5 mum 8.76 MeV 76.2 keV 50.1 mum 1.61 mmWAbsorberPhysicaleBrem - 5 -1.79 mm 1.55 mm 67.1 mum 6.77 MeV 1.87 MeV 793 mum 2.4 mmWAbsorberPhysicaleBrem - 6 -2.12 mm 1.71 mm -301 mum 4.89 MeV 1.19 MeV 608 mum 3.01 mmWAbsorberPhysicaleBrem - 7 -2.07 mm 2.67 mm -1.5 mm 1.89 MeV 3.01 MeV 1.74 mm 4.76 mmWAbsorberPhysicaleIoni - 8 -2.18 mm 2.63 mm -1.58 mm 0 eV 1.89 MeV 893 mum 5.65 mmWAbsorberPhysicaleIoni - 9 -2.18 mm 2.63 mm -1.58 mm 0 eV 0 eV 0 fm 5.65 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.18 mm 2.63 mm -1.58 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 mm 2.88 mm -1.69 mm 394 keV 0 eV 339 mum 339 mumWAbsorberPhysicalcompt - 2 -1.88 mm 3.07 mm -2.12 mm 0 eV 69.5 keV 480 mum 820 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.88 mm 3.07 mm -2.12 mm 325 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 mm 3.07 mm -2.12 mm 0 eV 325 keV 97.4 mum 97.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm 2.88 mm -1.69 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 mm 2.88 mm -1.69 mm 0 eV 117 keV 20.4 mum 20.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.18 mm 2.63 mm -1.58 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.54 mm -220 mum -293 mum 507 keV 0 eV 3.92 mm 3.92 mmWAbsorberPhysicalcompt - 2 -4.67 mm -339 mum -242 mum 0 eV 69.5 keV 180 mum 4.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.67 mm -339 mum -242 mum 438 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.67 mm -350 mum -239 mum 0 eV 438 keV 149 mum 149 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.54 mm -220 mum -293 mum 3.62 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.54 mm -220 mum -293 mum 0 eV 3.62 keV 89.5 nm 89.5 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.12 mm 1.71 mm -301 mum 692 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.84 mm -23.6 mum -4.54 mm 0 eV 69.5 keV 5.9 mm 5.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.84 mm -23.6 mum -4.54 mm 623 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.85 mm -35.5 mum -4.55 mm 0 eV 623 keV 238 mum 238 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 mm 1.55 mm 67.1 mum 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 mm 1.53 mm 41.3 mum 0 eV 69.5 keV 73.4 mum 73.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 mm 1.53 mm 41.3 mum 44.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 mm 1.54 mm 41.3 mum 0 eV 44.6 keV 4.25 mum 4.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 mm 931 mum -68.5 mum 15.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.18 mm 2.58 mm 346 mum 0 eV 0 eV 4.29 mm 4.29 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.18 mm 2.58 mm 346 mum 2.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.01 mm 3.15 mm -343 mum 272 keV 2.39 MeV 1.24 mm 1.24 mmWAbsorberPhysicaleIoni - 2 -5 mm 3.14 mm -344 mum 0 eV 272 keV 73 mum 1.31 mmWAbsorberPhysicaleIoni - 3 -5 mm 3.14 mm -344 mum 0 eV 0 eV 0 fm 1.31 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5 mm 3.14 mm -344 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.05 mm 3.09 mm -357 mum 0 eV 69.5 keV 67.4 mum 67.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.05 mm 3.09 mm -357 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.06 mm 3.09 mm -362 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5 mm 3.14 mm -344 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.5 mm 4.74 mm 116 mum 0 eV 69.5 keV 2.24 mm 2.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.5 mm 4.74 mm 116 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.49 mm 4.74 mm 117 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.18 mm 2.58 mm 346 mum 11.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.41 mm 2.71 mm 416 mum 10.9 MeV 542 keV 300 mum 300 mumWAbsorberPhysicaleBrem - 2 -5.81 mm 2.88 mm 1.09 mm 1.36 MeV 1.96 MeV 1.05 mm 1.35 mmWAbsorberPhysicaleBrem - 3 -5.81 mm 3.08 mm 1.27 mm 382 keV 716 keV 480 mum 1.83 mmWAbsorberPhysicaleBrem - 4 -5.81 mm 3.07 mm 1.26 mm 0 eV 382 keV 123 mum 1.95 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.81 mm 3.08 mm 1.27 mm 264 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.8 mm 2.2 mm -30.1 mum 0 eV 69.5 keV 2.54 mm 2.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.8 mm 2.2 mm -30.1 mum 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.8 mm 2.2 mm -30.6 mum 0 eV 195 keV 45.4 mum 45.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.81 mm 2.88 mm 1.09 mm 7.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.23 mm 5.36 mm -413 mum 0 eV 0 eV 3.77 mm 3.77 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 30, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.23 mm 5.36 mm -413 mum 5.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.41 mm 5.89 mm -441 mum 3.26 MeV 1 MeV 561 mum 561 mumWAbsorberPhysicaleBrem - 2 -8.63 mm 5.33 mm -1.38 mm 908 keV 2.36 MeV 1.42 mm 1.98 mmWAbsorberPhysicaleIoni - 3 -8.61 mm 5.34 mm -1.42 mm 0 eV 908 keV 383 mum 2.36 mmWAbsorberPhysicaleIoni - 4 -8.61 mm 5.34 mm -1.42 mm 0 eV 0 eV 0 fm 2.36 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.61 mm 5.34 mm -1.42 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.57 mm 5.31 mm -1.27 mm 0 eV 69.5 keV 163 mum 163 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.57 mm 5.31 mm -1.27 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.57 mm 5.31 mm -1.26 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.61 mm 5.34 mm -1.42 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.51 mm 6.08 mm -4.7 mm 478 keV 0 eV 3.48 mm 3.48 mmWAbsorberPhysicalcompt - 2 -9.45 mm 6.38 mm -5.45 mm 366 keV 0 eV 811 mum 4.29 mmWAbsorberPhysicalcompt - 3 -9.66 mm 9.44 mm -6.61 mm 0 eV 69.5 keV 3.28 mm 7.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.66 mm 9.44 mm -6.61 mm 297 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.66 mm 9.45 mm -6.62 mm 0 eV 297 keV 85.6 mum 85.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.45 mm 6.38 mm -5.45 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.45 mm 6.38 mm -5.45 mm 0 eV 111 keV 18.9 mum 18.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.51 mm 6.08 mm -4.7 mm 33.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.51 mm 6.08 mm -4.7 mm 0 eV 33.3 keV 2.62 mum 2.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.41 mm 5.89 mm -441 mum 1.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.43 mm 1 cm -4.56 mm 567 keV 0 eV 5.91 mm 5.91 mmWAbsorberPhysicalcompt - 2 -1.11 cm 1.25 cm -3.83 mm 0 eV 69.5 keV 3.12 mm 9.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm 1.25 cm -3.83 mm 497 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm 1.25 cm -3.84 mm 0 eV 497 keV 177 mum 177 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.43 mm 1 cm -4.56 mm 720 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.42 mm 1 cm -4.58 mm 0 eV 720 keV 286 mum 286 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.23 mm 5.36 mm -413 mum 996 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.24 mm 5.39 mm -437 mum 0 eV 996 keV 418 mum 418 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.41 mm 2.71 mm 416 mum 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.47 mm 3.73 mm 761 mum 0 eV 69.5 keV 1.5 mm 1.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.47 mm 3.73 mm 761 mum 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.47 mm 3.73 mm 760 mum 0 eV 167 keV 36 mum 36 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 mm 914 mum -65.7 mum 2.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.3 mm 2.14 mm -367 mum 2.56 MeV 0 eV 3.36 mm 3.36 mmWAbsorberPhysicalcompt - 2 -4.37 mm 2.16 mm -370 mum 258 keV 0 eV 69.9 mum 3.43 mmWAbsorberPhysicalcompt - 3 -415 mum 3.81 mm 2.2 mum 222 keV 0 eV 4.3 mm 7.72 mmWAbsorberPhysicalcompt - 4 972 mum 3.77 mm -1.03 mm 0 eV 69.5 keV 1.73 mm 9.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 972 mum 3.77 mm -1.03 mm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 974 mum 3.77 mm -1.03 mm 0 eV 152 keV 31.1 mum 31.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -415 mum 3.81 mm 2.2 mum 36.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -415 mum 3.81 mm 2.41 mum 0 eV 36.3 keV 3.02 mum 3.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.37 mm 2.16 mm -370 mum 2.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.62 mm 1.77 mm 92.1 mum 317 keV 1.99 MeV 1.08 mm 1.08 mmWAbsorberPhysicaleIoni - 2 -4.63 mm 1.77 mm 86.2 mum 0 eV 317 keV 93.9 mum 1.17 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.3 mm 2.14 mm -367 mum 66.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.3 mm 2.14 mm -367 mum 0 eV 66.7 keV 8.22 mum 8.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm 858 mum -62.1 mum 315 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.81 mm 1.63 mm -236 mum 0 eV 69.5 keV 1.93 mm 1.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.81 mm 1.63 mm -236 mum 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.81 mm 1.63 mm -246 mum 75.7 keV 44.3 keV 23.6 mum 23.6 mumWAbsorberPhysicaleBrem - 2 -2.81 mm 1.63 mm -246 mum 0 eV 75.7 keV 10.1 mum 33.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.81 mm 1.63 mm -246 mum 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.06 mm 1.6 mm -215 mum 0 eV 69.5 keV 254 mum 254 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.06 mm 1.6 mm -215 mum 55.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.06 mm 1.6 mm -215 mum 0 eV 55.6 keV 6.11 mum 6.11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -129 mum 64.1 mum -4.6 mum 281 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -759 mum 524 mum 56.5 mum 0 eV 69.5 keV 782 mum 782 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -759 mum 524 mum 56.5 mum 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -762 mum 523 mum 58.9 mum 0 eV 212 keV 51.7 mum 51.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -17 cm 3.27 mm -6.64 cm 22.7 MeV 0 eV 18.3 cm 18.3 cmCuPlateBPhysicalTransportation - 2 -23.4 cm 4.51 mm -9.15 cm 22.7 MeV 0 eV 6.9 cm 25.2 cmLArgPhysicalTransportation - 3 -29.6 cm 5.7 mm -11.6 cm 22.7 MeV 0 eV 6.68 cm 31.8 cmBackExcluderTransportation - 4 -40 cm 7.7 mm -15.6 cm 22.7 MeV 0 eV 11.1 cm 43 cmLArgPhysicalTransportation - 5 -1.19 m 2.28 cm -46.4 cm 22.7 MeV 0 eV 84.5 cm 1.27 mCryostatVolumesTransportation - 6 -1.19 m 2.29 cm -46.5 cm 22.7 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 7 -1.26 m 2.42 cm -49 cm 22.7 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 8 -1.26 m 2.42 cm -49.1 cm 22.7 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 9 -5 m 9.62 cm -1.95 m 22.7 MeV 0 eV 4.02 m 5.37 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 21.3 cm -5.76 cm 3.18 cm 51.8 MeV 0 eV 22.3 cm 22.3 cmLArgPhysicalTransportation - 2 1.26 m -34.1 cm 18.8 cm 51.8 MeV 0 eV 1.1 m 1.32 mCryostatVolumesTransportation - 3 1.26 m -34.2 cm 18.9 cm 51.8 MeV 0 eV 3.11 mm 1.32 mInsulationPhysicalTransportation - 4 1.33 m -36.1 cm 19.9 cm 51.8 MeV 0 eV 7.25 cm 1.39 mCryostatVolumesTransportation - 5 1.34 m -36.1 cm 20 cm 51.8 MeV 0 eV 2.59 mm 1.4 mMotherTransportation - 6 5 m -1.35 m 74.8 cm 51.8 MeV 0 eV 3.84 m 5.23 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=31.6627 -Edep in FCAL1 FCAl2 : 0 31.6627 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2599 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 99 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.97 mum 21.6 mum -5 mum 40.7 MeV 46.8 keV 23.5 mum 23.5 mumWAbsorberPhysicaleBrem - 2 -50.1 mum 138 mum -37.5 mum 39.8 MeV 240 keV 128 mum 151 mumWAbsorberPhysicaleBrem - 3 -86 mum 263 mum -85.8 mum 39.5 MeV 224 keV 139 mum 291 mumWAbsorberPhysicaleBrem - 4 -97.5 mum 314 mum -101 mum 37.5 MeV 111 keV 54.8 mum 345 mumWAbsorberPhysicaleBrem - 5 -169 mum 526 mum -161 mum 34.6 MeV 373 keV 232 mum 577 mumWAbsorberPhysicaleBrem - 6 -475 mum 1.28 mm -337 mum 32.3 MeV 1.71 MeV 840 mum 1.42 mmWAbsorberPhysicaleBrem - 7 -476 mum 1.29 mm -337 mum 9.19 MeV 4.62 keV 2.66 mum 1.42 mmWAbsorberPhysicaleBrem - 8 -368 mum 2.13 mm -783 mum 6.22 MeV 2.82 MeV 960 mum 2.38 mmWAbsorberPhysicaleBrem - 9 -1.96 mm 1.26 mm -641 mum 2.56 MeV 3.66 MeV 1.94 mm 4.32 mmWAbsorberPhysicaleIoni - 10 -2.1 mm 1.37 mm -517 mum 0 eV 2.56 MeV 1.2 mm 5.52 mmWAbsorberPhysicaleIoni - 11 -2.1 mm 1.37 mm -517 mum 0 eV 0 eV 0 fm 5.52 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.1 mm 1.37 mm -517 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 712 mum -2.94 mm 2.89 mm 198 keV 0 eV 6.17 mm 6.17 mmWAbsorberPhysicalcompt - 2 688 mum -2.95 mm 2.83 mm 0 eV 69.5 keV 69.2 mum 6.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 688 mum -2.95 mm 2.83 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 688 mum -2.95 mm 2.83 mm 0 eV 129 keV 23.8 mum 23.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 712 mum -2.94 mm 2.89 mm 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 716 mum -2.94 mm 2.9 mm 0 eV 313 keV 92.2 mum 92.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.1 mm 1.37 mm -517 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.27 mm 3.17 mm -1.95 mm 173 keV 0 eV 2.58 mm 2.58 mmWAbsorberPhysicalcompt - 2 -3.1 mm 2.87 mm -1.54 mm 0 eV 69.5 keV 539 mum 3.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm 2.87 mm -1.54 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 mm 2.87 mm -1.54 mm 0 eV 103 keV 16.7 mum 16.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.27 mm 3.17 mm -1.95 mm 338 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.28 mm 3.18 mm -1.95 mm 0 eV 338 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -368 mum 2.13 mm -783 mum 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -662 mum 2.26 mm -991 mum 0 eV 69.5 keV 385 mum 385 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -662 mum 2.26 mm -991 mum 82.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -663 mum 2.26 mm -990 mum 0 eV 82.9 keV 11.7 mum 11.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -476 mum 1.29 mm -337 mum 23.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 mm 3.48 mm -836 mum 0 eV 0 eV 2.43 mm 2.43 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 mm 3.48 mm -836 mum 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm 3.53 mm -858 mum 0 eV 1.07 MeV 467 mum 467 mumWAbsorberPhysicaleIoni - 2 -1.42 mm 3.53 mm -858 mum 0 eV 0 eV 0 fm 467 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm 3.53 mm -858 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.68 mm 7.23 mm -4.43 mm 366 keV 0 eV 6.68 mm 6.68 mmWAbsorberPhysicalcompt - 2 -7.9 mm 6.35 mm -5.78 mm 362 keV 0 eV 2.74 mm 9.42 mmWAbsorberPhysicalcompt - 3 -8.11 mm 6.22 mm -5.93 mm 0 eV 69.5 keV 283 mum 9.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.11 mm 6.22 mm -5.93 mm 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.11 mm 6.22 mm -5.93 mm 0 eV 293 keV 83.9 mum 83.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.9 mm 6.35 mm -5.78 mm 3.44 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.9 mm 6.35 mm -5.78 mm 0 eV 3.44 keV 83.5 nm 83.5 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.68 mm 7.23 mm -4.43 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.68 mm 7.23 mm -4.43 mm 0 eV 145 keV 28.9 mum 28.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm 3.53 mm -858 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -44.1 mum 2.34 mm 295 mum 0 eV 69.5 keV 2.15 mm 2.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -44.1 mum 2.34 mm 295 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -33.6 mum 2.33 mm 298 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 mm 3.48 mm -836 mum 21.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 mm 4.25 mm -1.09 mm 18.5 MeV 2.31 MeV 970 mum 970 mumWAbsorberPhysicaleBrem - 2 -1.97 mm 4.27 mm -1.09 mm 18.2 MeV 36.8 keV 19.6 mum 990 mumWAbsorberPhysicaleBrem - 3 -2.01 mm 4.39 mm -1.06 mm 15.2 MeV 221 keV 134 mum 1.12 mmWAbsorberPhysicaleBrem - 4 -2.22 mm 4.78 mm -986 mum 14.3 MeV 789 keV 454 mum 1.58 mmWAbsorberPhysicaleBrem - 5 -2.22 mm 4.79 mm -984 mum 14.2 MeV 14.5 keV 6.62 mum 1.58 mmWAbsorberPhysicaleBrem - 6 -2.21 mm 5.13 mm -751 mum 7.58 MeV 848 keV 444 mum 2.03 mmWAbsorberPhysicaleBrem - 7 -2.04 mm 5.47 mm -557 mum 6.55 MeV 895 keV 456 mum 2.48 mmWAbsorberPhysicaleBrem - 8 -1.72 mm 6 mm -307 mum 2.21 MeV 3.04 MeV 869 mum 3.35 mmWAbsorberPhysicaleBrem - 9 -2.11 mm 6.31 mm -559 mum 577 keV 1.53 MeV 911 mum 4.26 mmWAbsorberPhysicaleBrem - 10 -2.12 mm 6.32 mm -571 mum 0 eV 577 keV 216 mum 4.48 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.11 mm 6.31 mm -559 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 mm 6.39 mm -572 mum 0 eV 69.5 keV 86.8 mum 86.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.12 mm 6.39 mm -572 mum 35.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 mm 6.39 mm -572 mum 0 eV 35.9 keV 2.97 mum 2.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 mm 6 mm -307 mum 1.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 135 mum 1.41 cm -9.34 mm 0 eV 69.5 keV 1.23 cm 1.23 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 135 mum 1.41 cm -9.34 mm 1.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 104 mum 1.42 cm -9.27 mm 122 keV 407 keV 205 mum 205 mumWAbsorberPhysicaleBrem - 2 104 mum 1.42 cm -9.27 mm 0 eV 122 keV 21.8 mum 227 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 104 mum 1.42 cm -9.27 mm 703 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 929 mum 1.63 cm -8.4 mm 643 keV 0 eV 2.38 mm 2.38 mmWAbsorberPhysicalcompt - 2 1.16 mm 1.68 cm -7.83 mm 453 keV 0 eV 831 mum 3.21 mmWAbsorberPhysicalcompt - 3 28.5 mum 1.97 cm -7.12 mm 0 eV 69.5 keV 3.13 mm 6.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 28.5 mum 1.97 cm -7.12 mm 383 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 29.3 mum 1.97 cm -7.12 mm 0 eV 383 keV 123 mum 123 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 mm 1.68 cm -7.83 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm 1.68 cm -7.83 mm 0 eV 190 keV 43.9 mum 43.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 929 mum 1.63 cm -8.4 mm 60.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 929 mum 1.63 cm -8.4 mm 0 eV 60.3 keV 6.96 mum 6.96 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.04 mm 5.47 mm -557 mum 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.74 mm 6.26 mm 502 mum 0 eV 69.5 keV 1.5 mm 1.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.74 mm 6.26 mm 502 mum 62.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.74 mm 6.26 mm 502 mum 0 eV 62.5 keV 7.34 mum 7.34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.21 mm 5.13 mm -751 mum 5.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.77 mm 2.88 cm 7.23 mm 414 keV 0 eV 2.53 cm 2.53 cmWAbsorberPhysicalcompt - 2 1.66 mm 2.83 cm 8.23 mm 381 keV 0 eV 1.13 mm 2.64 cmWAbsorberPhysicalcompt - 3 2.48 mm 2.8 cm 1.3 cm 360 keV 0 eV 4.84 mm 3.13 cmWAbsorberPhysicalcompt - 4 4.5 mm 2.78 cm 1.62 cm 278 keV 0 eV 3.81 mm 3.51 cmWAbsorberPhysicalcompt - 5 7.05 mm 2.99 cm 1.7 cm 0 eV 69.5 keV 3.4 mm 3.85 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.05 mm 2.99 cm 1.7 cm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.05 mm 2.99 cm 1.7 cm 0 eV 208 keV 50.3 mum 50.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.5 mm 2.78 cm 1.62 cm 83 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.5 mm 2.78 cm 1.62 cm 0 eV 83 keV 11.7 mum 11.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.48 mm 2.8 cm 1.3 cm 20.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 mm 2.8 cm 1.3 cm 0 eV 20.2 keV 1.16 mum 1.16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 mm 2.83 cm 8.23 mm 33.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 mm 2.83 cm 8.23 mm 0 eV 33.2 keV 2.61 mum 2.61 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 mm 2.88 cm 7.23 mm 5.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.99 mm 2.9 cm 7.49 mm 4.38 MeV 807 keV 467 mum 467 mumWAbsorberPhysicaleBrem - 2 2.17 mm 2.78 cm 7.23 mm 1.18 MeV 3.2 MeV 1.63 mm 2.09 mmWAbsorberPhysicaleIoni - 3 2.13 mm 2.78 cm 7.23 mm 0 eV 1.18 MeV 518 mum 2.61 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.99 mm 2.9 cm 7.49 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 mm 2.89 cm 7.49 mm 0 eV 69.5 keV 149 mum 149 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 mm 2.89 cm 7.49 mm 59.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 mm 2.89 cm 7.49 mm 0 eV 59.9 keV 6.89 mum 6.89 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.22 mm 4.79 mm -984 mum 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 mm 5.11 mm -836 mum 0 eV 69.5 keV 354 mum 354 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.2 mm 5.11 mm -836 mum 42 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 mm 5.11 mm -836 mum 0 eV 42 keV 3.85 mum 3.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.22 mm 4.78 mm -986 mum 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.19 mm 5.05 mm -870 mum 0 eV 69.5 keV 297 mum 297 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 mm 5.05 mm -870 mum 98.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.19 mm 5.05 mm -870 mum 0 eV 98.7 keV 15.5 mum 15.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.01 mm 4.39 mm -1.06 mm 2.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.3 mm 2.48 cm 262 mum 1.84 MeV 0 eV 2.14 cm 2.14 cmWAbsorberPhysicalcompt - 2 -2.18 cm 4.59 cm 1.1 cm 0 eV 0 eV 2.72 cm 4.86 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 55, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.18 cm 4.59 cm 1.1 cm 614 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.18 cm 4.59 cm 1.1 cm 0 eV 614 keV 232 mum 232 mumWAbsorberPhysicaleIoni - 2 -2.18 cm 4.59 cm 1.1 cm 0 eV 0 eV 0 fm 232 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.18 cm 4.59 cm 1.1 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.3 cm 3.87 cm 2.45 cm 253 keV 0 eV 2.61 cm 2.61 cmWAbsorberPhysicalcompt - 2 -4.26 cm 4.03 cm 2.59 cm 0 eV 69.5 keV 2.13 mm 2.82 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.26 cm 4.03 cm 2.59 cm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.26 cm 4.03 cm 2.59 cm 0 eV 184 keV 41.6 mum 41.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.3 cm 3.87 cm 2.45 cm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.3 cm 3.87 cm 2.45 cm 0 eV 258 keV 69.5 mum 69.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.18 cm 4.59 cm 1.1 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm 4.67 cm 9.44 mm 0 eV 69.5 keV 3.1 mm 3.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 cm 4.67 cm 9.44 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm 4.67 cm 9.43 mm 187 keV 116 keV 68.9 mum 68.9 mumWAbsorberPhysicaleBrem - 2 -1.93 cm 4.67 cm 9.43 mm 0 eV 187 keV 42.7 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 cm 4.67 cm 9.43 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm 4.67 cm 9.44 mm 0 eV 69.5 keV 18.5 mum 18.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 cm 4.67 cm 9.44 mm 69.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm 4.67 cm 9.44 mm 0 eV 69.3 keV 8.75 mum 8.75 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.18 cm 4.59 cm 1.1 cm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.18 cm 4.59 cm 1.1 cm 0 eV 207 keV 49.8 mum 49.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.3 mm 2.48 cm 262 mum 916 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.3 mm 2.48 cm 248 mum 0 eV 916 keV 385 mum 385 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 mm 4.27 mm -1.09 mm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.34 mm 5.23 mm -1.04 mm 0 eV 69.5 keV 1.03 mm 1.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.34 mm 5.23 mm -1.04 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.34 mm 5.23 mm -1.04 mm 0 eV 185 keV 42.1 mum 42.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm 4.25 mm -1.09 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.06 mm 4.63 mm -1.06 mm 0 eV 69.5 keV 391 mum 391 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.06 mm 4.63 mm -1.06 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.06 mm 4.63 mm -1.06 mm 0 eV 163 keV 34.5 mum 34.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -475 mum 1.28 mm -337 mum 594 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -783 mum 2.03 mm -483 mum 339 keV 0 eV 821 mum 821 mumWAbsorberPhysicalcompt - 2 -1.24 mm 2 mm -706 mum 282 keV 0 eV 513 mum 1.33 mmWAbsorberPhysicalcompt - 3 -2.03 mm 2.67 mm -843 mum 0 eV 69.5 keV 1.04 mm 2.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.03 mm 2.67 mm -843 mum 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.03 mm 2.67 mm -844 mum 0 eV 212 keV 51.9 mum 51.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 mm 2 mm -706 mum 57.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 mm 1.99 mm -706 mum 0 eV 57.7 keV 6.48 mum 6.48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -783 mum 2.03 mm -483 mum 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -783 mum 2.03 mm -483 mum 0 eV 255 keV 68.2 mum 68.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -169 mum 526 mum -161 mum 2.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.15 mm 8.35 mm -1.92 mm 0 eV 0 eV 8.26 mm 8.26 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 69, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.15 mm 8.35 mm -1.92 mm 569 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.14 mm 8.36 mm -1.9 mm 0 eV 569 keV 210 mum 210 mumWAbsorberPhysicaleIoni - 2 -2.14 mm 8.36 mm -1.9 mm 0 eV 0 eV 0 fm 210 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 mm 8.36 mm -1.9 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.35 cm -1.91 cm -771 mum 270 keV 0 eV 2.98 cm 2.98 cmWAbsorberPhysicalcompt - 2 -1.36 cm -1.91 cm -630 mum 0 eV 69.5 keV 142 mum 2.99 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm -1.91 cm -630 mum 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm -1.91 cm -627 mum 0 eV 201 keV 47.6 mum 47.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 cm -1.91 cm -771 mum 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm -1.91 cm -773 mum 0 eV 241 keV 62.7 mum 62.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 mm 8.36 mm -1.9 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 mm 8.78 mm -1.92 mm 207 keV 0 eV 454 mum 454 mumWAbsorberPhysicalcompt - 2 -1.86 mm 8.64 mm -1.86 mm 0 eV 69.5 keV 188 mum 642 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 mm 8.64 mm -1.86 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 mm 8.64 mm -1.86 mm 0 eV 137 keV 26.3 mum 26.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 mm 8.78 mm -1.92 mm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 mm 8.78 mm -1.92 mm 0 eV 304 keV 88.8 mum 88.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.15 mm 8.35 mm -1.92 mm 915 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.17 mm 8.35 mm -1.95 mm 0 eV 915 keV 385 mum 385 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -97.5 mum 314 mum -101 mum 1.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.6 mm 2.14 cm -6.43 mm 784 keV 0 eV 2.27 cm 2.27 cmWAbsorberPhysicalcompt - 2 -6.26 mm 2.29 cm -1.04 cm 239 keV 0 eV 4.3 mm 2.7 cmWAbsorberPhysicalcompt - 3 -6.14 mm 2.17 cm -1.02 cm 0 eV 69.5 keV 1.23 mm 2.82 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.14 mm 2.17 cm -1.02 cm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.14 mm 2.17 cm -1.02 cm 0 eV 169 keV 36.6 mum 36.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.26 mm 2.29 cm -1.04 cm 545 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.27 mm 2.29 cm -1.04 cm 0 eV 545 keV 200 mum 200 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.6 mm 2.14 cm -6.43 mm 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.71 mm 2.14 cm -6.44 mm 493 keV 505 keV 173 mum 173 mumWAbsorberPhysicaleBrem - 2 -5.71 mm 2.14 cm -6.42 mm 0 eV 493 keV 175 mum 348 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.71 mm 2.14 cm -6.44 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.7 mm 2.14 cm -6.41 mm 0 eV 69.5 keV 26.9 mum 26.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.7 mm 2.14 cm -6.41 mm 37.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.7 mm 2.14 cm -6.41 mm 0 eV 37.1 keV 3.13 mum 3.13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -86 mum 263 mum -85.8 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -90.7 mum 283 mum -92.2 mum 0 eV 69.5 keV 21.4 mum 21.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -90.7 mum 283 mum -92.2 mum 35.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -90.9 mum 283 mum -92.3 mum 0 eV 35.5 keV 2.92 mum 2.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -50.1 mum 138 mum -37.5 mum 667 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -368 mum 1.33 mm -425 mum 0 eV 69.5 keV 1.3 mm 1.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -368 mum 1.33 mm -425 mum 597 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -381 mum 1.37 mm -390 mum 314 keV 160 keV 87.3 mum 87.3 mumWAbsorberPhysicaleBrem - 2 -386 mum 1.36 mm -385 mum 0 eV 314 keV 92.7 mum 180 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 83, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -381 mum 1.37 mm -390 mum 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -565 mum 1.11 mm -266 mum 0 eV 69.5 keV 338 mum 338 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -565 mum 1.11 mm -266 mum 53.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -565 mum 1.11 mm -266 mum 0 eV 53.6 keV 5.74 mum 5.74 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.97 mum 21.6 mum -5 mum 4.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -166 mum 457 mum -96.4 mum 0 eV 0 eV 472 mum 472 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 86, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -166 mum 457 mum -96.4 mum 2.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 135 mum 915 mum 603 mum 421 keV 2.17 MeV 1.21 mm 1.21 mmWAbsorberPhysicaleIoni - 2 121 mum 909 mum 603 mum 0 eV 421 keV 139 mum 1.35 mmWAbsorberPhysicaleIoni - 3 121 mum 909 mum 603 mum 0 eV 0 eV 0 fm 1.35 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 88, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 121 mum 909 mum 603 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 546 mum 843 mum 1.27 mm 0 eV 69.5 keV 795 mum 795 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 88 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 546 mum 843 mum 1.27 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 543 mum 850 mum 1.28 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 87, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 121 mum 909 mum 603 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 mm 1.31 mm -3.45 mm 0 eV 69.5 keV 4.82 mm 4.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.45 mm 1.31 mm -3.45 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 mm 1.31 mm -3.46 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -166 mum 457 mum -96.4 mum 710 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -182 mum 474 mum -97.8 mum 0 eV 710 keV 281 mum 281 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.12 cm -18.3 cm -5.72 cm 38.3 MeV 0 eV 20.4 cm 20.4 cmCuPlateBPhysicalTransportation - 2 7.71 cm -19.8 cm -6.19 cm 38.3 MeV 0 eV 1.7 cm 22.1 cmLArgPhysicalTransportation - 3 38 cm -97.5 cm -30.5 cm 38.3 MeV 0 eV 86.8 cm 1.09 mMotherTransportation - 4 1.95 m -5 m -1.56 m 38.3 MeV 0 eV 4.5 m 5.59 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 21.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.25 cm -13.1 cm 33.7 cm 21.7 MeV 0 eV 36.2 cm 36.2 cmCuPlateAPhysicalTransportation - 2 2.42 cm -14.1 cm 36.2 cm 21.7 MeV 0 eV 2.74 cm 38.9 cmFCALEnvelopePhysicalTransportation - 3 2.61 cm -15.2 cm 39 cm 21.7 MeV 0 eV 3.02 cm 42 cmFCALEmModulePhysicalTransportation - 4 2.64 cm -15.4 cm 39.5 cm 21.7 MeV 0 eV 5.18 mm 42.5 cmF1LArGapPhysicalTransportation - 5 2.65 cm -15.4 cm 39.6 cm 21.7 MeV 0 eV 730 mum 42.5 cmFCALEmModulePhysicalTransportation - 6 2.71 cm -15.8 cm 40.5 cm 21.7 MeV 0 eV 1.01 cm 43.6 cmF1LArGapPhysicalTransportation - 7 2.71 cm -15.8 cm 40.6 cm 21.7 MeV 0 eV 730 mum 43.6 cmFCALEmModulePhysicalTransportation - 8 2.76 cm -16.1 cm 41.3 cm 21.7 MeV 0 eV 7.93 mm 44.4 cmF1LArGapPhysicalTransportation - 9 2.77 cm -16.1 cm 41.4 cm 21.7 MeV 0 eV 1.03 mm 44.5 cmFCALEmModulePhysicalTransportation - 10 2.81 cm -16.4 cm 42 cm 21.7 MeV 0 eV 6.65 mm 45.2 cmF1LArGapPhysicalTransportation - 11 2.82 cm -16.4 cm 42.1 cm 21.7 MeV 0 eV 1.03 mm 45.3 cmFCALEmModulePhysicalTransportation - 12 3.6 cm -21 cm 53.9 cm 21.7 MeV 0 eV 12.6 cm 57.9 cmLArgPhysicalTransportation - 13 8.5 cm -49.5 cm 1.27 m 21.7 MeV 0 eV 78.8 cm 1.37 mCryostatVolumesTransportation - 14 8.52 cm -49.6 cm 1.27 m 21.7 MeV 0 eV 3.22 mm 1.37 mInsulationPhysicalTransportation - 15 8.99 cm -52.3 cm 1.34 m 21.7 MeV 0 eV 7.51 cm 1.45 mCryostatVolumesTransportation - 16 9.01 cm -52.4 cm 1.35 m 21.7 MeV 0 eV 2.68 mm 1.45 mMotherTransportation - 17 9.5 cm -55.2 cm 1.42 m 21.7 MeV 0 eV 7.85 cm 1.53 mIronWallPhysicalTransportation - 18 12.2 cm -70.8 cm 1.82 m 21.7 MeV 0 eV 43 cm 1.96 mMotherTransportation - 19 86 cm -5 m 12.9 m 21.7 MeV 0 eV 11.9 m 13.8 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=46.143 -Edep in FCAL1 FCAl2 : 0 46.143 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2600 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 100 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 55.3 mum -970 mum 526 mum 48.4 MeV 2.2 MeV 1.1 mm 1.1 mmWAbsorberPhysicaleBrem - 2 57.6 mum -994 mum 545 mum 48.1 MeV 70.4 keV 30.8 mum 1.13 mmWAbsorberPhysicaleBrem - 3 70.4 mum -1.35 mm 781 mum 46.6 MeV 683 keV 428 mum 1.56 mmWAbsorberPhysicaleBrem - 4 320 mum -2.18 mm 1.6 mm 39.6 MeV 2.68 MeV 1.22 mm 2.78 mmWAbsorberPhysicaleBrem - 5 403 mum -2.46 mm 1.93 mm 38.5 MeV 868 keV 444 mum 3.23 mmWAbsorberPhysicaleBrem - 6 487 mum -3.6 mm 3.43 mm 16.8 MeV 3.92 MeV 1.9 mm 5.13 mmWAbsorberPhysicaleBrem - 7 799 mum -3.96 mm 3.82 mm 13.8 MeV 1.73 MeV 609 mum 5.74 mmWAbsorberPhysicaleBrem - 8 960 mum -4.48 mm 3.97 mm 12.3 MeV 1.28 MeV 624 mum 6.36 mmWAbsorberPhysicaleBrem - 9 1.76 mm -4.71 mm 4.3 mm 7.26 MeV 1.68 MeV 915 mum 7.28 mmWAbsorberPhysicaleBrem - 10 3.03 mm -5.33 mm 4.08 mm 2.91 MeV 3.56 MeV 1.45 mm 8.72 mmWAbsorberPhysicaleBrem - 11 3.1 mm -5.59 mm 4.05 mm 1.83 MeV 488 keV 334 mum 9.06 mmWAbsorberPhysicaleBrem - 12 2.99 mm -5.62 mm 4.1 mm 0 eV 1.83 MeV 863 mum 9.92 mmWAbsorberPhysicaleIoni - 13 2.99 mm -5.62 mm 4.1 mm 0 eV 0 eV 0 fm 9.92 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.99 mm -5.62 mm 4.1 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm -3.85 mm 8.96 mm 0 eV 69.5 keV 7.58 mm 7.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm -3.85 mm 8.96 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.56 mm -3.85 mm 8.95 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.99 mm -5.62 mm 4.1 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.9 mm -6.54 mm 1.56 mm 182 keV 0 eV 3.98 mm 3.98 mmWAbsorberPhysicalcompt - 2 3.42 mm -6.62 mm 1.9 mm 0 eV 69.5 keV 2.51 mm 6.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 mm -6.62 mm 1.9 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.42 mm -6.61 mm 1.9 mm 0 eV 113 keV 19.2 mum 19.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.9 mm -6.54 mm 1.56 mm 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.9 mm -6.55 mm 1.55 mm 0 eV 329 keV 99.3 mum 99.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.1 mm -5.59 mm 4.05 mm 594 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.83 mm -5.67 mm 8.88 mm 0 eV 69.5 keV 8.45 mm 8.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.83 mm -5.67 mm 8.88 mm 525 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.84 mm -5.66 mm 8.89 mm 0 eV 525 keV 190 mum 190 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.03 mm -5.33 mm 4.08 mm 790 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.79 mm -8.84 mm 2.41 mm 545 keV 0 eV 4.08 mm 4.08 mmWAbsorberPhysicalcompt - 2 45.2 mum -9.91 mm -1.07 mm 0 eV 69.5 keV 4.04 mm 8.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 45.2 mum -9.91 mm -1.07 mm 476 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 35.8 mum -9.9 mm -1.07 mm 0 eV 476 keV 167 mum 167 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.79 mm -8.84 mm 2.41 mm 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.79 mm -8.85 mm 2.41 mm 0 eV 245 keV 64.3 mum 64.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.76 mm -4.71 mm 4.3 mm 3.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm -8.08 mm 1.26 cm 2.21 MeV 0 eV 1.27 cm 1.27 cmWAbsorberPhysicalcompt - 2 1.37 cm -1.11 cm 1.88 cm 0 eV 0 eV 7.53 mm 2.02 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 26, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 cm -1.11 cm 1.88 cm 660 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 cm -1.11 cm 1.88 cm 0 eV 660 keV 256 mum 256 mumWAbsorberPhysicaleIoni - 2 1.37 cm -1.11 cm 1.88 cm 0 eV 0 eV 0 fm 256 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 cm -1.11 cm 1.88 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm -1.08 cm 1.75 cm 0 eV 69.5 keV 1.61 mm 1.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -1.08 cm 1.75 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm -1.08 cm 1.75 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 cm -1.11 cm 1.88 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm -1.13 cm 1.99 cm 188 keV 0 eV 1.3 mm 1.3 mmWAbsorberPhysicalcompt - 2 1.35 cm -1.15 cm 1.97 cm 0 eV 69.5 keV 558 mum 1.86 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.35 cm -1.15 cm 1.97 cm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.35 cm -1.15 cm 1.97 cm 0 eV 118 keV 20.8 mum 20.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm -1.13 cm 1.99 cm 323 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm -1.13 cm 1.99 cm 0 eV 323 keV 96.8 mum 96.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 cm -1.11 cm 1.88 cm 527 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 cm -1.11 cm 1.88 cm 0 eV 527 keV 191 mum 191 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm -8.08 mm 1.26 cm 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm -8.08 mm 1.26 cm 0 eV 1.11 MeV 486 mum 486 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 960 mum -4.48 mm 3.97 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.15 mm -5.84 mm 6.15 mm 0 eV 69.5 keV 3.37 mm 3.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.15 mm -5.84 mm 6.15 mm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.15 mm -5.84 mm 6.15 mm 0 eV 158 keV 32.7 mum 32.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 799 mum -3.96 mm 3.82 mm 1.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.15 mm -9.96 mm 7.85 mm 355 keV 0 eV 7.6 mm 7.6 mmWAbsorberPhysicalcompt - 2 3.66 mm -1 cm 7.42 mm 323 keV 0 eV 670 mum 8.27 mmWAbsorberPhysicalcompt - 3 5.3 mm -9.97 mm 7.17 mm 0 eV 69.5 keV 1.67 mm 9.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.3 mm -9.97 mm 7.17 mm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.31 mm -9.96 mm 7.17 mm 0 eV 253 keV 67.5 mum 67.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.66 mm -1 cm 7.42 mm 32.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.66 mm -1 cm 7.42 mm 0 eV 32.7 keV 2.55 mum 2.55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.15 mm -9.96 mm 7.85 mm 974 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.15 mm -9.99 mm 7.87 mm 0 eV 974 keV 415 mum 415 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 487 mum -3.6 mm 3.43 mm 17.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 960 mum -4.64 mm 4.49 mm 0 eV 0 eV 1.55 mm 1.55 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 37, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 960 mum -4.64 mm 4.49 mm 10.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 mm -4.8 mm 4.83 mm 9.5 MeV 662 keV 406 mum 406 mumWAbsorberPhysicaleBrem - 2 1.13 mm -4.82 mm 5 mm 8.88 MeV 352 keV 192 mum 598 mumWAbsorberPhysicaleBrem - 3 763 mum -4.29 mm 6.24 mm 4.87 MeV 3.53 MeV 1.62 mm 2.21 mmWAbsorberPhysicaleBrem - 4 637 mum -4.37 mm 6.41 mm 3.93 MeV 662 keV 353 mum 2.57 mmWAbsorberPhysicaleBrem - 5 -420 mum -5.06 mm 6.08 mm 793 keV 3.14 MeV 1.57 mm 4.13 mmWAbsorberPhysicaleIoni - 6 -453 mum -5.04 mm 6.09 mm 0 eV 793 keV 324 mum 4.46 mmWAbsorberPhysicaleIoni - 7 -453 mum -5.04 mm 6.09 mm 0 eV 0 eV 0 fm 4.46 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -453 mum -5.04 mm 6.09 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.41 mm -8.75 mm 1.2 cm 292 keV 0 eV 8.04 mm 8.04 mmWAbsorberPhysicalcompt - 2 -4.38 mm -9.02 mm 1.2 cm 0 eV 69.5 keV 277 mum 8.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.38 mm -9.02 mm 1.2 cm 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.38 mm -9.03 mm 1.2 cm 0 eV 223 keV 55.9 mum 55.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.41 mm -8.75 mm 1.2 cm 219 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.41 mm -8.75 mm 1.2 cm 0 eV 219 keV 54.5 mum 54.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -453 mum -5.04 mm 6.09 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 mm -3.46 mm 3.57 mm 0 eV 69.5 keV 3.42 mm 3.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 mm -3.46 mm 3.57 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 mm -3.45 mm 3.57 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 637 mum -4.37 mm 6.41 mm 284 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 654 mum -4.52 mm 6.44 mm 0 eV 69.5 keV 150 mum 150 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 654 mum -4.52 mm 6.44 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 654 mum -4.52 mm 6.44 mm 0 eV 215 keV 52.9 mum 52.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 763 mum -4.29 mm 6.24 mm 474 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 mm -5.78 mm 8.67 mm 0 eV 69.5 keV 2.87 mm 2.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 mm -5.78 mm 8.67 mm 405 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 mm -5.78 mm 8.68 mm 0 eV 405 keV 133 mum 133 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 mm -4.82 mm 5 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 mm -4.84 mm 5.02 mm 185 keV 0 eV 31.2 mum 31.2 mumWAbsorberPhysicalcompt - 2 -588 mum -4.68 mm 5.95 mm 0 eV 69.5 keV 1.97 mm 2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -588 mum -4.68 mm 5.95 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -589 mum -4.67 mm 5.95 mm 0 eV 115 keV 19.9 mum 19.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.14 mm -4.84 mm 5.02 mm 84.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 mm -4.84 mm 5.02 mm 0 eV 84.8 keV 12.2 mum 12.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm -4.8 mm 4.83 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm -5.12 mm 5.49 mm 0 eV 69.5 keV 823 mum 823 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm -5.12 mm 5.49 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 mm -5.12 mm 5.49 mm 0 eV 127 keV 23.1 mum 23.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 960 mum -4.64 mm 4.49 mm 6.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 765 mum -4.84 mm 5.01 mm 3.72 MeV 1.7 MeV 679 mum 679 mumWAbsorberPhysicaleBrem - 2 -11.5 mum -5.38 mm 5.53 mm 1.25 MeV 2.47 MeV 1.5 mm 2.18 mmWAbsorberPhysicaleIoni - 3 -58.6 mum -5.36 mm 5.52 mm 0 eV 1.25 MeV 317 mum 2.49 mmWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 765 mum -4.84 mm 5.01 mm 915 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.53 mm -6.87 mm 7.89 mm 265 keV 0 eV 3.94 mm 3.94 mmWAbsorberPhysicalcompt - 2 3.15 mm -7.57 mm 5.9 mm 0 eV 69.5 keV 2.2 mm 6.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.15 mm -7.57 mm 5.9 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.15 mm -7.57 mm 5.9 mm 0 eV 195 keV 45.5 mum 45.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.53 mm -6.87 mm 7.89 mm 650 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.54 mm -6.88 mm 7.9 mm 0 eV 650 keV 251 mum 251 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 403 mum -2.46 mm 1.93 mm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 459 mum -2.62 mm 2.11 mm 0 eV 69.5 keV 250 mum 250 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 459 mum -2.62 mm 2.11 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 457 mum -2.62 mm 2.11 mm 0 eV 148 keV 29.8 mum 29.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 320 mum -2.18 mm 1.6 mm 4.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 mm -5.62 mm 5.18 mm 0 eV 0 eV 5.15 mm 5.15 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 57, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 mm -5.62 mm 5.18 mm 1.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.04 mm -5.55 mm 5.22 mm 1.01 MeV 778 keV 514 mum 514 mumWAbsorberPhysicaleBrem - 2 1.99 mm -5.53 mm 5.25 mm 0 eV 1.01 MeV 437 mum 951 mumWAbsorberPhysicaleIoni - 3 1.99 mm -5.53 mm 5.25 mm 0 eV 0 eV 0 fm 951 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.99 mm -5.53 mm 5.25 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -253 mum -7.31 mm 611 mum 0 eV 69.5 keV 5.46 mm 5.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -253 mum -7.31 mm 611 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -255 mum -7.32 mm 603 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.99 mm -5.53 mm 5.25 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.95 mm -3.98 mm 9.3 mm 0 eV 69.5 keV 4.75 mm 4.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.95 mm -3.98 mm 9.3 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.94 mm -3.98 mm 9.3 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 mm -5.55 mm 5.22 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.82 mm -5.47 mm 5.39 mm 109 keV 0 eV 288 mum 288 mumWAbsorberPhysicalcompt - 2 1.67 mm -5.47 mm 5.63 mm 0 eV 69.5 keV 278 mum 565 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 mm -5.47 mm 5.63 mm 39.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 mm -5.47 mm 5.63 mm 0 eV 39.6 keV 3.47 mum 3.47 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.82 mm -5.47 mm 5.39 mm 2.18 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.82 mm -5.47 mm 5.39 mm 0 eV 2.18 keV 44.4 nm 44.4 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 mm -5.62 mm 5.18 mm 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.69 mm -5.64 mm 5.21 mm 1.16 MeV 71.6 keV 43.5 mum 43.5 mumWAbsorberPhysicaleBrem - 2 1.7 mm -5.68 mm 5.23 mm 0 eV 1.16 MeV 507 mum 551 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 mm -5.64 mm 5.21 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm -5.8 mm 5.23 mm 0 eV 69.5 keV 166 mum 166 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 mm -5.8 mm 5.23 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm -5.8 mm 5.23 mm 0 eV 126 keV 23 mum 23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 70.4 mum -1.35 mm 781 mum 881 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 656 mum -7.04 mm 6.65 mm 669 keV 0 eV 8.2 mm 8.2 mmWAbsorberPhysicalcompt - 2 140 mum -8.08 mm 1.25 cm 208 keV 0 eV 5.99 mm 1.42 cmWAbsorberPhysicalcompt - 3 151 mum -8.11 mm 1.25 cm 0 eV 69.5 keV 47.9 mum 1.42 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 151 mum -8.11 mm 1.25 cm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 152 mum -8.11 mm 1.25 cm 0 eV 138 keV 26.7 mum 26.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 140 mum -8.08 mm 1.25 cm 461 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 138 mum -8.08 mm 1.25 cm 0 eV 461 keV 160 mum 160 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 656 mum -7.04 mm 6.65 mm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 657 mum -7.05 mm 6.65 mm 0 eV 212 keV 51.8 mum 51.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 57.6 mum -994 mum 545 mum 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 62 mum -1.05 mm 589 mum 0 eV 69.5 keV 70.8 mum 70.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 62 mum -1.05 mm 589 mum 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 62.9 mum -1.05 mm 588 mum 0 eV 113 keV 19.3 mum 19.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 55.3 mum -970 mum 526 mum 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 73.1 mum -1.2 mm 699 mum 0 eV 69.5 keV 287 mum 287 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 73.1 mum -1.2 mm 699 mum 53.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 73.4 mum -1.2 mm 700 mum 0 eV 53.6 keV 5.74 mum 5.74 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 mm 17.7 cm -5.96 cm 32.1 MeV 0 eV 18.7 cm 18.7 cmLArgPhysicalTransportation - 2 -1.1 cm 97.5 cm -32.9 cm 32.1 MeV 0 eV 84.2 cm 1.03 mCryostatVolumesTransportation - 3 -2.23 cm 1.98 m -66.6 cm 32.1 MeV 0 eV 1.06 m 2.08 mMotherTransportation - 4 -5.65 cm 5 m -1.69 m 32.1 MeV 0 eV 3.19 m 5.28 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.11 cm 4.46 cm -6.84 cm 22.4 MeV 0 eV 8.44 cm 8.44 cmCuPlateBPhysicalTransportation - 2 -2.9 cm 6.15 cm -9.43 cm 22.4 MeV 0 eV 3.19 cm 11.6 cmLArgPhysicalTransportation - 3 -3.56 cm 7.55 cm -11.6 cm 22.4 MeV 0 eV 2.65 cm 14.3 cmBackExcluderTransportation - 4 -17.4 cm 36.8 cm -56.5 cm 22.4 MeV 0 eV 55.4 cm 69.7 cmLArgPhysicalTransportation - 5 -37.5 cm 79.4 cm -1.22 m 22.4 MeV 0 eV 80.5 cm 1.5 mCryostatVolumesTransportation - 6 -37.6 cm 79.6 cm -1.22 m 22.4 MeV 0 eV 3.53 mm 1.51 mInsulationPhysicalTransportation - 7 -39.6 cm 84 cm -1.29 m 22.4 MeV 0 eV 8.25 cm 1.59 mCryostatVolumesTransportation - 8 -39.7 cm 84.1 cm -1.29 m 22.4 MeV 0 eV 2.95 mm 1.59 mMotherTransportation - 9 -2.36 m 5 m -7.67 m 22.4 MeV 0 eV 7.87 m 9.46 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=51.7311 -Edep in FCAL1 FCAl2 : 0 51.7311 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2601 0 0 0 --------------------------------------------- - ----> Begin of event: 101 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 101 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 119 mum -137 mum 389 mum 41.5 MeV 699 keV 430 mum 430 mumWAbsorberPhysicaleBrem - 2 204 mum -206 mum 734 mum 27.5 MeV 854 keV 363 mum 794 mumWAbsorberPhysicaleBrem - 3 338 mum -276 mum 1.06 mm 20 MeV 945 keV 362 mum 1.16 mmWAbsorberPhysicaleBrem - 4 648 mum -426 mum 1.58 mm 16.4 MeV 2.24 MeV 620 mum 1.78 mmWAbsorberPhysicaleBrem - 5 178 mum -239 mum 4.23 mm 11 MeV 4.8 MeV 2.56 mm 4.33 mmWAbsorberPhysicaleBrem - 6 143 mum -240 mum 4.27 mm 0 eV 94.5 keV 55.6 mum 4.39 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 143 mum -240 mum 4.27 mm 10.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 cm 984 mum 2.77 cm 0 eV 0 eV 2.72 cm 2.72 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm 984 mum 2.77 cm 1.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 cm 1.01 mm 2.77 cm 589 keV 215 keV 91.6 mum 91.6 mumWAbsorberPhysicaleBrem - 2 -1.37 cm 1.03 mm 2.77 cm 0 eV 589 keV 220 mum 312 mumWAbsorberPhysicaleIoni - 3 -1.37 cm 1.03 mm 2.77 cm 0 eV 0 eV 0 fm 312 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm 1.03 mm 2.77 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm 843 mum 2.51 cm 0 eV 69.5 keV 2.65 mm 2.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 cm 843 mum 2.51 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm 839 mum 2.51 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm 1.03 mm 2.77 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm 1.12 mm 2.9 cm 0 eV 69.5 keV 1.32 mm 1.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm 1.12 mm 2.9 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm 1.12 mm 2.91 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm 1.01 mm 2.77 cm 435 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.47 cm 3.53 mm 2.19 cm 0 eV 69.5 keV 6.47 mm 6.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 cm 3.53 mm 2.19 cm 365 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.47 cm 3.53 mm 2.19 cm 0 eV 365 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm 984 mum 2.77 cm 8.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 cm 994 mum 2.8 cm 7.66 MeV 500 keV 305 mum 305 mumWAbsorberPhysicaleBrem - 2 -1.35 cm 1.28 mm 2.82 cm 5.38 MeV 1.55 MeV 697 mum 1 mmWAbsorberPhysicaleBrem - 3 -1.37 cm 1.54 mm 2.79 cm 3.24 MeV 1.9 MeV 1.01 mm 2.01 mmWAbsorberPhysicaleBrem - 4 -1.37 cm 1.6 mm 2.79 cm 2.96 MeV 90.4 keV 57.9 mum 2.07 mmWAbsorberPhysicaleBrem - 5 -1.35 cm 1.64 mm 2.82 cm 128 keV 2.32 MeV 860 mum 2.93 mmWAbsorberPhysicaleBrem - 6 -1.35 cm 1.64 mm 2.82 cm 0 eV 128 keV 23.4 mum 2.95 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 cm 1.64 mm 2.82 cm 509 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm 1.66 mm 2.84 cm 0 eV 69.5 keV 204 mum 204 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm 1.66 mm 2.84 cm 440 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.35 cm 1.65 mm 2.84 cm 0 eV 440 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm 1.6 mm 2.79 cm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.35 cm 1.8 mm 2.79 cm 0 eV 69.5 keV 292 mum 292 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 cm 1.8 mm 2.79 cm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.35 cm 1.8 mm 2.79 cm 0 eV 120 keV 21.4 mum 21.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm 1.54 mm 2.79 cm 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 cm 2.81 mm 2.77 cm 0 eV 69.5 keV 1.78 mm 1.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 cm 2.81 mm 2.77 cm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 cm 2.82 mm 2.77 cm 0 eV 178 keV 39.8 mum 39.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 cm 1.28 mm 2.82 cm 730 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm 5.29 mm 2.02 cm 0 eV 69.5 keV 9.44 mm 9.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 cm 5.29 mm 2.02 cm 661 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm 5.3 mm 2.02 cm 0 eV 661 keV 257 mum 257 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 cm 994 mum 2.8 cm 352 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 cm 1.04 mm 2.81 cm 0 eV 69.5 keV 119 mum 119 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm 1.04 mm 2.81 cm 282 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 cm 1.05 mm 2.81 cm 0 eV 282 keV 79.7 mum 79.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 143 mum -240 mum 4.27 mm 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 96.9 mum 314 mum 4.58 mm 280 keV 0 eV 635 mum 635 mumWAbsorberPhysicalcompt - 2 759 mum -2.18 mm 6.67 mm 0 eV 69.5 keV 3.32 mm 3.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 759 mum -2.18 mm 6.67 mm 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 758 mum -2.18 mm 6.68 mm 0 eV 210 keV 51.2 mum 51.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 96.9 mum 314 mum 4.58 mm 828 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 192 mum 372 mum 4.53 mm 338 keV 378 keV 239 mum 239 mumWAbsorberPhysicaleBrem - 2 199 mum 372 mum 4.53 mm 0 eV 338 keV 104 mum 343 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 192 mum 372 mum 4.53 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 239 mum 390 mum 4.55 mm 0 eV 69.5 keV 55 mum 55 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 239 mum 390 mum 4.55 mm 42.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 239 mum 390 mum 4.55 mm 0 eV 42.2 keV 3.87 mum 3.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 178 mum -239 mum 4.23 mm 614 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -169 mum -206 mum 4.74 mm 437 keV 0 eV 617 mum 617 mumWAbsorberPhysicalcompt - 2 1.25 mm -2.84 mm 1.27 cm 381 keV 0 eV 8.51 mm 9.13 mmWAbsorberPhysicalcompt - 3 920 mum -3.04 mm 1.34 cm 0 eV 69.5 keV 812 mum 9.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 920 mum -3.04 mm 1.34 cm 311 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 924 mum -3.04 mm 1.34 cm 0 eV 311 keV 91.6 mum 91.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm -2.84 mm 1.27 cm 55.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 mm -2.84 mm 1.27 cm 0 eV 55.9 keV 6.16 mum 6.16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -169 mum -206 mum 4.74 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -172 mum -205 mum 4.74 mm 0 eV 177 keV 39.4 mum 39.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 648 mum -426 mum 1.58 mm 1.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 650 mum -2.56 mm 5.41 mm 1.26 MeV 0 eV 4.39 mm 4.39 mmWAbsorberPhysicalcompt - 2 851 mum -3.67 mm 6.48 mm 463 keV 0 eV 1.56 mm 5.94 mmWAbsorberPhysicalcompt - 3 -1.03 mm -4.27 mm 7.12 mm 0 eV 69.5 keV 2.07 mm 8.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 mm -4.27 mm 7.12 mm 394 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 mm -4.27 mm 7.12 mm 0 eV 394 keV 128 mum 128 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 851 mum -3.67 mm 6.48 mm 798 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 821 mum -3.73 mm 6.49 mm 488 keV 204 keV 109 mum 109 mumWAbsorberPhysicaleBrem - 2 822 mum -3.74 mm 6.5 mm 0 eV 488 keV 172 mum 281 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 821 mum -3.73 mm 6.49 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 821 mum -3.82 mm 6.56 mm 0 eV 69.5 keV 116 mum 116 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 821 mum -3.82 mm 6.56 mm 36.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 821 mum -3.82 mm 6.56 mm 0 eV 36.3 keV 3.03 mum 3.03 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 650 mum -2.56 mm 5.41 mm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 649 mum -2.56 mm 5.41 mm 0 eV 173 keV 37.8 mum 37.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 338 mum -276 mum 1.06 mm 6.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 mm -1.36 mm 3.19 mm 0 eV 0 eV 2.61 mm 2.61 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 43, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm -1.36 mm 3.19 mm 1.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 mm -1.37 mm 3.19 mm 163 keV 670 keV 402 mum 402 mumWAbsorberPhysicaleBrem - 2 1.68 mm -1.37 mm 3.19 mm 0 eV 163 keV 32.7 mum 434 mumWAbsorberPhysicaleIoni - 3 1.68 mm -1.37 mm 3.19 mm 0 eV 0 eV 0 fm 434 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.68 mm -1.37 mm 3.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 mm -3.69 mm 1.99 mm 241 keV 0 eV 2.67 mm 2.67 mmWAbsorberPhysicalcompt - 2 2.31 mm -3.55 mm 1.83 mm 0 eV 69.5 keV 242 mum 2.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 mm -3.55 mm 1.83 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 mm -3.54 mm 1.83 mm 0 eV 171 keV 37.2 mum 37.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 mm -3.69 mm 1.99 mm 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 mm -3.69 mm 1.99 mm 0 eV 270 keV 74.8 mum 74.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.68 mm -1.37 mm 3.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 401 mum 4.27 mm 6.1 mm 311 keV 0 eV 6.47 mm 6.47 mmWAbsorberPhysicalcompt - 2 1.59 mm 6.4 mm 4.72 mm 0 eV 69.5 keV 2.81 mm 9.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 mm 6.4 mm 4.72 mm 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm 6.4 mm 4.72 mm 0 eV 242 keV 63.1 mum 63.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 401 mum 4.27 mm 6.1 mm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 400 mum 4.27 mm 6.11 mm 0 eV 200 keV 47.3 mum 47.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.68 mm -1.37 mm 3.19 mm 482 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.85 mm -1.11 mm 442 mum 277 keV 0 eV 3.51 mm 3.51 mmWAbsorberPhysicalcompt - 2 1.03 cm -4.86 mm 2.99 mm 0 eV 69.5 keV 7.85 mm 1.14 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm -4.86 mm 2.99 mm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm -4.86 mm 2.99 mm 0 eV 208 keV 50.2 mum 50.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.85 mm -1.11 mm 442 mum 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.85 mm -1.11 mm 438 mum 0 eV 205 keV 49 mum 49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm -1.36 mm 3.19 mm 4.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 mm -1.17 mm 3.67 mm 1.65 MeV 1.73 MeV 639 mum 639 mumWAbsorberPhysicaleBrem - 2 1.32 mm -1.09 mm 3.68 mm 0 eV 1.65 MeV 759 mum 1.4 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -1.17 mm 3.67 mm 797 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 mm 509 mum 3.73 mm 201 keV 0 eV 1.8 mm 1.8 mmWAbsorberPhysicalcompt - 2 1.93 mm 461 mum 3.74 mm 0 eV 69.5 keV 48.3 mum 1.84 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 mm 461 mum 3.74 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 mm 460 mum 3.74 mm 0 eV 131 keV 24.5 mum 24.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 mm 509 mum 3.73 mm 597 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 mm 527 mum 3.73 mm 0 eV 597 keV 225 mum 225 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 204 mum -206 mum 734 mum 13.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 mm -1.31 mm 4.04 mm 8.48 MeV 0 eV 3.67 mm 3.67 mmWAbsorberPhysicalcompt - 2 1.69 mm -1.98 mm 5.17 mm 0 eV 0 eV 1.35 mm 5.02 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 58, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 mm -1.98 mm 5.17 mm 2.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 mm -2.06 mm 5.31 mm 0 eV 2.16 MeV 1.03 mm 1.03 mmWAbsorberPhysicaleIoni - 2 1.72 mm -2.06 mm 5.31 mm 0 eV 0 eV 0 fm 1.03 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 mm -2.06 mm 5.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 mm -1.94 mm 5.36 mm 0 eV 69.5 keV 215 mum 215 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 mm -1.94 mm 5.36 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.9 mm -1.93 mm 5.37 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 mm -2.06 mm 5.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 36.4 mum -3.18 mm 4.84 mm 232 keV 0 eV 2.08 mm 2.08 mmWAbsorberPhysicalcompt - 2 86.9 mum -3.3 mm 5.8 mm 0 eV 69.5 keV 967 mum 3.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 86.9 mum -3.3 mm 5.8 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 88.7 mum -3.3 mm 5.8 mm 0 eV 163 keV 34.4 mum 34.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 36.4 mum -3.18 mm 4.84 mm 279 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 32.3 mum -3.19 mm 4.84 mm 0 eV 279 keV 78.2 mum 78.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 mm -1.98 mm 5.17 mm 5.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 mm -3 mm 5.03 mm 2.69 MeV 2.27 MeV 1.26 mm 1.26 mmWAbsorberPhysicaleBrem - 2 1.93 mm -2.98 mm 5.08 mm 2.27 MeV 118 keV 63.6 mum 1.32 mmWAbsorberPhysicaleBrem - 3 1.99 mm -3.14 mm 5.38 mm 1.24 MeV 877 keV 490 mum 1.81 mmWAbsorberPhysicaleBrem - 4 1.97 mm -3.14 mm 5.47 mm 868 keV 240 keV 131 mum 1.94 mmWAbsorberPhysicaleBrem - 5 1.97 mm -3.15 mm 5.5 mm 0 eV 868 keV 361 mum 2.3 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 mm -3.14 mm 5.47 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.03 mm -3.15 mm 5.69 mm 0 eV 69.5 keV 234 mum 234 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.03 mm -3.15 mm 5.69 mm 56.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.03 mm -3.15 mm 5.69 mm 0 eV 56.7 keV 6.3 mum 6.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.99 mm -3.14 mm 5.38 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm -3.03 mm 5.43 mm 0 eV 69.5 keV 140 mum 140 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 mm -3.03 mm 5.43 mm 87.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm -3.03 mm 5.43 mm 0 eV 87.3 keV 12.8 mum 12.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 mm -2.98 mm 5.08 mm 305 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 mm -3.01 mm 5.31 mm 231 keV 0 eV 404 mum 404 mumWAbsorberPhysicalcompt - 2 1.47 mm -3.07 mm 5.25 mm 0 eV 69.5 keV 157 mum 561 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.47 mm -3.07 mm 5.25 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.47 mm -3.07 mm 5.25 mm 0 eV 161 keV 33.9 mum 33.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 mm -3.01 mm 5.31 mm 73.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 mm -3.01 mm 5.31 mm 0 eV 73.9 keV 9.71 mum 9.71 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 mm -3 mm 5.03 mm 331 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm -2.89 mm 6.06 mm 249 keV 0 eV 1.28 mm 1.28 mmWAbsorberPhysicalcompt - 2 453 mum -4.13 mm 6.6 mm 0 eV 69.5 keV 1.54 mm 2.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 453 mum -4.13 mm 6.6 mm 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 455 mum -4.13 mm 6.6 mm 0 eV 179 keV 40.1 mum 40.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 mm -2.89 mm 6.06 mm 82.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm -2.89 mm 6.06 mm 0 eV 82.3 keV 11.6 mum 11.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 mm -1.31 mm 4.04 mm 4.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 mm -767 mum 4.34 mm 3.05 MeV 1.37 MeV 760 mum 760 mumWAbsorberPhysicaleBrem - 2 1.39 mm -884 mum 4.33 mm 2.55 MeV 219 keV 152 mum 912 mumWAbsorberPhysicaleBrem - 3 974 mum -434 mum 4.4 mm 743 keV 1.52 MeV 943 mum 1.86 mmWAbsorberPhysicaleBrem - 4 972 mum -469 mum 4.4 mm 563 keV 74.8 keV 46.9 mum 1.9 mmWAbsorberPhysicaleBrem - 5 974 mum -454 mum 4.39 mm 0 eV 563 keV 208 mum 2.11 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 972 mum -469 mum 4.4 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 995 mum -411 mum 4.36 mm 0 eV 69.5 keV 73.3 mum 73.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 995 mum -411 mum 4.36 mm 35.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 996 mum -411 mum 4.36 mm 0 eV 35.7 keV 2.95 mum 2.95 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 974 mum -434 mum 4.4 mm 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 mm -492 mum 4.45 mm 0 eV 69.5 keV 86.3 mum 86.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 mm -492 mum 4.45 mm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 mm -495 mum 4.46 mm 0 eV 218 keV 54.3 mum 54.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 mm -884 mum 4.33 mm 282 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 252 mum -1.52 mm 5.55 mm 0 eV 69.5 keV 1.78 mm 1.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 252 mum -1.52 mm 5.55 mm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 252 mum -1.52 mm 5.55 mm 38.6 keV 1.42 keV 1.54 mum 1.54 mumWAbsorberPhysicaleBrem - 2 252 mum -1.52 mm 5.55 mm 0 eV 38.6 keV 3.34 mum 4.88 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 252 mum -1.52 mm 5.55 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 491 mum -1.73 mm 6.11 mm 0 eV 69.5 keV 651 mum 651 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 491 mum -1.73 mm 6.11 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 492 mum -1.73 mm 6.11 mm 0 eV 103 keV 16.6 mum 16.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 mm -767 mum 4.34 mm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 528 mum -3.19 mm 5.4 mm 0 eV 69.5 keV 2.81 mm 2.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 528 mum -3.19 mm 5.4 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 529 mum -3.19 mm 5.4 mm 0 eV 185 keV 42.1 mum 42.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 119 mum -137 mum 389 mum 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 342 mum -333 mum 1.11 mm 0 eV 69.5 keV 778 mum 778 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 342 mum -333 mum 1.11 mm 62.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 341 mum -333 mum 1.11 mm 0 eV 62.8 keV 7.41 mum 7.41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 cm 2.28 cm -6.74 cm 52.3 MeV 0 eV 7.71 cm 7.71 cmF2RodPhysicalTransportation - 2 -3.04 cm 2.32 cm -6.87 cm 52.3 MeV 0 eV 1.53 mm 7.86 cmF2LArGapPhysicalTransportation - 3 -3.07 cm 2.35 cm -6.93 cm 52.3 MeV 0 eV 729 mum 7.94 cmCuPlateBPhysicalTransportation - 4 -4.11 cm 3.14 cm -9.28 cm 52.3 MeV 0 eV 2.69 cm 10.6 cmLArgPhysicalTransportation - 5 -5.13 cm 3.92 cm -11.6 cm 52.3 MeV 0 eV 2.63 cm 13.3 cmBackExcluderTransportation - 6 -51.5 cm 39.3 cm -1.16 m 52.3 MeV 0 eV 1.2 m 1.33 mLArgPhysicalTransportation - 7 -51.6 cm 39.4 cm -1.17 m 52.3 MeV 0 eV 3.57 mm 1.33 mCryostatVolumesTransportation - 8 -51.7 cm 39.5 cm -1.17 m 52.3 MeV 0 eV 3.14 mm 1.34 mInsulationPhysicalTransportation - 9 -54.5 cm 41.7 cm -1.23 m 52.3 MeV 0 eV 7.33 cm 1.41 mCryostatVolumesTransportation - 10 -54.6 cm 41.8 cm -1.23 m 52.3 MeV 0 eV 2.62 mm 1.41 mMotherTransportation - 11 -5 m 3.82 m -11.3 m 52.3 MeV 0 eV 11.5 m 12.9 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 10.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 15 cm -11.5 cm 14.9 cm 10.5 MeV 0 eV 24.1 cm 24.1 cmLArgPhysicalTransportation - 2 90.2 cm -69.2 cm 90 cm 10.5 MeV 0 eV 1.21 m 1.45 mCryostatVolumesTransportation - 3 90.5 cm -69.3 cm 90.2 cm 10.5 MeV 0 eV 3.41 mm 1.45 mInsulationPhysicalTransportation - 4 95.4 cm -73.1 cm 95.2 cm 10.5 MeV 0 eV 7.96 cm 1.53 mCryostatVolumesTransportation - 5 95.6 cm -73.3 cm 95.3 cm 10.5 MeV 0 eV 2.84 mm 1.54 mMotherTransportation - 6 5 m -3.83 m 4.99 m 10.5 MeV 0 eV 6.5 m 8.03 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=43.3678 -Edep in FCAL1 FCAl2 : 0 43.3678 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2602 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 102 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 24.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -290 mum 65.6 mum 399 mum 22.2 MeV 897 keV 505 mum 505 mumWAbsorberPhysicaleBrem - 2 -325 mum 84 mum 426 mum 1.38 MeV 84.4 keV 48.6 mum 553 mumWAbsorberPhysicaleBrem - 3 -392 mum 122 mum 467 mum 0 eV 1.38 MeV 629 mum 1.18 mmWAbsorberPhysicaleIoni - 4 -392 mum 122 mum 467 mum 0 eV 0 eV 0 fm 1.18 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -392 mum 122 mum 467 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -941 mum 396 mum 914 mum 387 keV 0 eV 759 mum 759 mumWAbsorberPhysicalcompt - 2 -1.14 mm 2.1 mm 1.93 mm 0 eV 69.5 keV 2 mm 2.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm 2.1 mm 1.93 mm 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 mm 2.1 mm 1.94 mm 0 eV 317 keV 94.1 mum 94.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -941 mum 396 mum 914 mum 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -943 mum 395 mum 915 mum 0 eV 124 keV 22.4 mum 22.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -392 mum 122 mum 467 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.46 mm -3.29 mm -5.1 mm 221 keV 0 eV 9.47 mm 9.47 mmWAbsorberPhysicalcompt - 2 6.95 mm -2.89 mm -4.13 mm 0 eV 69.5 keV 1.16 mm 1.06 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.95 mm -2.89 mm -4.13 mm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.95 mm -2.88 mm -4.13 mm 0 eV 152 keV 30.8 mum 30.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.46 mm -3.29 mm -5.1 mm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.46 mm -3.29 mm -5.11 mm 0 eV 290 keV 82.7 mum 82.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -325 mum 84 mum 426 mum 20.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.53 mm 2.1 mm 2.79 mm 0 eV 0 eV 4.47 mm 4.47 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 14, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.53 mm 2.1 mm 2.79 mm 14.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.12 mm 2.16 mm 3.3 mm 12.3 MeV 1.84 MeV 995 mum 995 mumWAbsorberPhysicaleBrem - 2 -3.95 mm 4.7 mm 2.9 mm 6.31 MeV 5.48 MeV 2.24 mm 3.24 mmWAbsorberPhysicaleBrem - 3 -3.62 mm 4.53 mm 3.63 mm 4.37 MeV 1.83 MeV 1.03 mm 4.26 mmWAbsorberPhysicaleBrem - 4 -3.52 mm 4.54 mm 3.83 mm 3.38 MeV 760 keV 268 mum 4.53 mmWAbsorberPhysicaleBrem - 5 -3.5 mm 4.56 mm 3.87 mm 2.31 MeV 71.6 keV 50.9 mum 4.58 mmWAbsorberPhysicaleBrem - 6 -3.91 mm 4.9 mm 4.45 mm 219 keV 2.1 MeV 1.1 mm 5.69 mmWAbsorberPhysicaleIoni - 7 -3.9 mm 4.9 mm 4.45 mm 0 eV 219 keV 52.2 mum 5.74 mmWAbsorberPhysicaleIoni - 8 -3.9 mm 4.9 mm 4.45 mm 0 eV 0 eV 0 fm 5.74 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.9 mm 4.9 mm 4.45 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 mm 1.03 cm 6.8 mm 440 keV 0 eV 6.19 mm 6.19 mmWAbsorberPhysicalcompt - 2 -360 mum 1.25 cm 6.63 mm 172 keV 0 eV 2.78 mm 8.97 mmWAbsorberPhysicalcompt - 3 -485 mum 1.23 cm 6.51 mm 0 eV 69.5 keV 221 mum 9.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -485 mum 1.23 cm 6.51 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -485 mum 1.23 cm 6.51 mm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -360 mum 1.25 cm 6.63 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -357 mum 1.25 cm 6.63 mm 0 eV 269 keV 73.9 mum 73.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.12 mm 1.03 cm 6.8 mm 70.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 mm 1.03 cm 6.8 mm 0 eV 70.8 keV 9.07 mum 9.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.9 mm 4.9 mm 4.45 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.89 mm 1.89 mm 3.16 mm 369 keV 0 eV 3.42 mm 3.42 mmWAbsorberPhysicalcompt - 2 -5.52 mm 1.46 mm 3.36 mm 0 eV 69.5 keV 785 mum 4.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.52 mm 1.46 mm 3.36 mm 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.52 mm 1.46 mm 3.36 mm 0 eV 299 keV 86.6 mum 86.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.89 mm 1.89 mm 3.16 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.89 mm 1.89 mm 3.16 mm 0 eV 142 keV 28 mum 28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.5 mm 4.56 mm 3.87 mm 998 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.69 mm 3.97 mm 3.38 mm 652 keV 0 eV 1.41 mm 1.41 mmWAbsorberPhysicalcompt - 2 -5.47 mm 3.81 mm 1.85 mm 0 eV 69.5 keV 1.72 mm 3.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.47 mm 3.81 mm 1.85 mm 583 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.51 mm 3.8 mm 1.86 mm 264 keV 154 keV 81.4 mum 81.4 mumWAbsorberPhysicaleBrem - 2 -5.51 mm 3.8 mm 1.85 mm 0 eV 264 keV 72.2 mum 154 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.51 mm 3.8 mm 1.86 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.16 mm 4.03 mm 1.56 mm 0 eV 69.5 keV 514 mum 514 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.16 mm 4.03 mm 1.56 mm 94.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.16 mm 4.03 mm 1.56 mm 0 eV 94.7 keV 14.5 mum 14.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.69 mm 3.97 mm 3.38 mm 346 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.69 mm 3.97 mm 3.41 mm 21.2 keV 214 keV 94.4 mum 94.4 mumWAbsorberPhysicaleBrem - 2 -4.69 mm 3.97 mm 3.41 mm 0 eV 21.2 keV 1.26 mum 95.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.69 mm 3.97 mm 3.41 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.91 mm 4.34 mm 3.41 mm 0 eV 69.5 keV 436 mum 436 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.91 mm 4.34 mm 3.41 mm 41.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.91 mm 4.34 mm 3.41 mm 0 eV 41.7 keV 3.79 mum 3.79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.52 mm 4.54 mm 3.83 mm 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.99 mm 4.42 mm 5.11 mm 0 eV 69.5 keV 1.39 mm 1.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.99 mm 4.42 mm 5.11 mm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.99 mm 4.42 mm 5.11 mm 0 eV 154 keV 31.6 mum 31.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.62 mm 4.53 mm 3.63 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 mm 4.55 mm 3.66 mm 0 eV 69.5 keV 49.6 mum 49.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 mm 4.55 mm 3.66 mm 40.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 mm 4.55 mm 3.66 mm 0 eV 40.1 keV 3.55 mum 3.55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.95 mm 4.7 mm 2.9 mm 555 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.9 mm 5.04 mm 3.2 mm 0 eV 69.5 keV 461 mum 461 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.9 mm 5.04 mm 3.2 mm 485 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.9 mm 5.04 mm 3.22 mm 0 eV 485 keV 171 mum 171 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.12 mm 2.16 mm 3.3 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.02 mm 2.94 mm 3.73 mm 0 eV 69.5 keV 896 mum 896 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.02 mm 2.94 mm 3.73 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.02 mm 2.94 mm 3.73 mm 0 eV 171 keV 37.4 mum 37.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.53 mm 2.1 mm 2.79 mm 5.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.7 mm 2.12 mm 2.85 mm 4.79 MeV 392 keV 193 mum 193 mumWAbsorberPhysicaleBrem - 2 -4.2 mm 2.71 mm 2.78 mm 352 keV 2.56 MeV 935 mum 1.13 mmWAbsorberPhysicaleBrem - 3 -4.2 mm 2.72 mm 2.79 mm 0 eV 352 keV 109 mum 1.24 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.2 mm 2.71 mm 2.78 mm 1.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.03 mm 3.38 mm 2.81 mm 1.8 MeV 0 eV 696 mum 696 mumWAbsorberPhysicalcompt - 2 -1.09 mm 2.19 cm 5.63 mm 0 eV 69.5 keV 1.89 cm 1.96 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 mm 2.19 cm 5.63 mm 1.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 mm 2.19 cm 5.62 mm 0 eV 1.73 MeV 797 mum 797 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.03 mm 3.38 mm 2.81 mm 75.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.03 mm 3.38 mm 2.81 mm 0 eV 75.2 keV 10 mum 10 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.7 mm 2.12 mm 2.85 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.76 mm 2.18 mm 2.99 mm 0 eV 69.5 keV 160 mum 160 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.76 mm 2.18 mm 2.99 mm 87.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.76 mm 2.18 mm 2.99 mm 0 eV 87.5 keV 12.8 mum 12.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -290 mum 65.6 mum 399 mum 1.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.88 mm 5.27 mm 6.96 mm 476 keV 0 eV 1.27 cm 1.27 cmWAbsorberPhysicalcompt - 2 -1.02 cm 4.7 mm 7.21 mm 0 eV 69.5 keV 723 mum 1.35 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 cm 4.7 mm 7.21 mm 407 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm 4.69 mm 7.2 mm 0 eV 407 keV 134 mum 134 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.88 mm 5.27 mm 6.96 mm 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.91 mm 5.3 mm 6.98 mm 0 eV 1.18 MeV 521 mum 521 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 29.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.48 cm 18.4 cm 12 cm 29.8 MeV 0 eV 22.3 cm 22.3 cmLArgPhysicalTransportation - 2 -18.4 cm 97.5 cm 63.7 cm 29.8 MeV 0 eV 95.6 cm 1.18 mCryostatVolumesTransportation - 3 -35.5 cm 1.88 m 1.23 m 29.8 MeV 0 eV 1.09 m 2.27 mInsulationPhysicalTransportation - 4 -37.3 cm 1.98 m 1.29 m 29.8 MeV 0 eV 11.6 cm 2.39 mMotherTransportation - 5 -94.4 cm 5 m 3.27 m 29.8 MeV 0 eV 3.66 m 6.05 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.7 cm -4.84 cm -6.39 cm 50.6 MeV 0 eV 8.46 cm 8.46 cmCuPlateBPhysicalTransportation - 2 3.72 cm -6.67 cm -8.8 cm 50.6 MeV 0 eV 3.2 cm 11.7 cmLArgPhysicalTransportation - 3 4.9 cm -8.78 cm -11.6 cm 50.6 MeV 0 eV 3.68 cm 15.3 cmBackExcluderTransportation - 4 18.9 cm -33.9 cm -44.6 cm 50.6 MeV 0 eV 43.8 cm 59.1 cmLArgPhysicalTransportation - 5 49.6 cm -89 cm -1.17 m 50.6 MeV 0 eV 96.3 cm 1.55 mCryostatVolumesTransportation - 6 49.8 cm -89.2 cm -1.18 m 50.6 MeV 0 eV 3.66 mm 1.56 mInsulationPhysicalTransportation - 7 52.5 cm -94.1 cm -1.24 m 50.6 MeV 0 eV 8.54 cm 1.64 mCryostatVolumesTransportation - 8 52.6 cm -94.3 cm -1.24 m 50.6 MeV 0 eV 3.05 mm 1.65 mMotherTransportation - 9 2.79 m -5 m -6.59 m 50.6 MeV 0 eV 7.08 m 8.73 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=25.827 -Edep in FCAL1 FCAl2 : 0 25.827 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2603 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 103 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -91.3 mum -538 mum -119 mum 38.9 MeV 1.08 MeV 560 mum 560 mumWAbsorberPhysicaleBrem - 2 -427 mum -1.16 mm -374 mum 34.7 MeV 1.82 MeV 764 mum 1.32 mmWAbsorberPhysicaleBrem - 3 -656 mum -1.5 mm -441 mum 8.13 MeV 750 keV 413 mum 1.74 mmWAbsorberPhysicaleBrem - 4 -1.04 mm -1.82 mm -1.46 mm 3.91 MeV 2.3 MeV 1.37 mm 3.11 mmWAbsorberPhysicaleBrem - 5 9.9 mum -1.55 mm -2.17 mm 1.4 MeV 2.51 MeV 1.56 mm 4.67 mmWAbsorberPhysicaleIoni - 6 175 mum -1.56 mm -2.31 mm 210 keV 595 keV 303 mum 4.98 mmWAbsorberPhysicaleBrem - 7 171 mum -1.57 mm -2.31 mm 0 eV 210 keV 48.9 mum 5.03 mmWAbsorberPhysicaleIoni - 8 171 mum -1.57 mm -2.31 mm 0 eV 0 eV 0 fm 5.03 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 171 mum -1.57 mm -2.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 mm 1.54 mm -2.81 mm 278 keV 0 eV 3.37 mm 3.37 mmWAbsorberPhysicalcompt - 2 1.57 mm 1.56 mm -2.57 mm 0 eV 69.5 keV 309 mum 3.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm 1.56 mm -2.57 mm 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm 1.56 mm -2.56 mm 0 eV 209 keV 50.6 mum 50.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 mm 1.54 mm -2.81 mm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 mm 1.55 mm -2.81 mm 0 eV 233 keV 59.8 mum 59.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 171 mum -1.57 mm -2.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.15 mm -7.54 mm -1.35 mm 357 keV 0 eV 6.48 mm 6.48 mmWAbsorberPhysicalcompt - 2 -1.27 mm -1.03 cm 2.73 mm 0 eV 69.5 keV 5.02 mm 1.15 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 mm -1.03 cm 2.73 mm 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 mm -1.03 cm 2.73 mm 0 eV 288 keV 82 mum 82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.15 mm -7.54 mm -1.35 mm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.15 mm -7.54 mm -1.35 mm 0 eV 154 keV 31.4 mum 31.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 175 mum -1.56 mm -2.31 mm 594 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -441 mum -3.3 mm -2.07 mm 192 keV 0 eV 1.86 mm 1.86 mmWAbsorberPhysicalcompt - 2 -337 mum -3.23 mm -2.12 mm 0 eV 69.5 keV 138 mum 2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -337 mum -3.23 mm -2.12 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -336 mum -3.22 mm -2.12 mm 0 eV 122 keV 21.8 mum 21.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -441 mum -3.3 mm -2.07 mm 403 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -446 mum -3.31 mm -2.07 mm 0 eV 403 keV 132 mum 132 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm -1.82 mm -1.46 mm 1.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 848 mum -788 mum 3.36 mm 239 keV 0 eV 5.27 mm 5.27 mmWAbsorberPhysicalcompt - 2 912 mum -781 mum 2.72 mm 0 eV 69.5 keV 639 mum 5.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 912 mum -781 mum 2.72 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 911 mum -782 mum 2.72 mm 0 eV 170 keV 36.8 mum 36.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 848 mum -788 mum 3.36 mm 1.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 mm -799 mum 3.33 mm 19.8 keV 1.52 MeV 628 mum 628 mumWAbsorberPhysicaleBrem - 2 1.21 mm -799 mum 3.33 mm 0 eV 19.8 keV 1.13 mum 629 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 mm -799 mum 3.33 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.77 mm -937 mum 3.15 mm 0 eV 69.5 keV 603 mum 603 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 mm -937 mum 3.15 mm 72.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.77 mm -937 mum 3.15 mm 0 eV 72.2 keV 9.36 mum 9.36 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -656 mum -1.5 mm -441 mum 25.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -865 mum -1.88 mm -510 mum 0 eV 0 eV 443 mum 443 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 23, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -865 mum -1.88 mm -510 mum 7.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -656 mum -2.69 mm -612 mum 5.38 MeV 1.69 MeV 914 mum 914 mumWAbsorberPhysicaleBrem - 2 -604 mum -3.16 mm -528 mum 3.65 MeV 912 keV 532 mum 1.45 mmWAbsorberPhysicaleBrem - 3 -717 mum -2.8 mm 627 mum 743 keV 2.9 MeV 1.51 mm 2.95 mmWAbsorberPhysicaleIoni - 4 -677 mum -2.88 mm 602 mum 335 keV 256 keV 149 mum 3.1 mmWAbsorberPhysicaleBrem - 5 -675 mum -2.88 mm 613 mum 0 eV 335 keV 99.4 mum 3.2 mmWAbsorberPhysicaleIoni - 6 -675 mum -2.88 mm 613 mum 0 eV 0 eV 0 fm 3.2 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -675 mum -2.88 mm 613 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.09 mm -1.28 mm 238 mum 498 keV 0 eV 2.17 mm 2.17 mmWAbsorberPhysicalcompt - 2 -1.25 cm 6.1 mm -1.65 mm 406 keV 0 eV 1.29 cm 1.51 cmWAbsorberPhysicalcompt - 3 -1.33 cm 6.08 mm -1.54 mm 0 eV 69.5 keV 831 mum 1.59 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm 6.08 mm -1.54 mm 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm 6.08 mm -1.54 mm 0 eV 336 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 cm 6.1 mm -1.65 mm 92.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 cm 6.1 mm -1.65 mm 0 eV 92.2 keV 13.9 mum 13.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.09 mm -1.28 mm 238 mum 12.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.09 mm -1.28 mm 238 mum 0 eV 12.8 keV 562 nm 562 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -675 mum -2.88 mm 613 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 422 mum -4.12 mm 903 mum 386 keV 0 eV 1.68 mm 1.68 mmWAbsorberPhysicalcompt - 2 1.38 mm -4.69 mm 138 mum 0 eV 69.5 keV 1.35 mm 3.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 mm -4.69 mm 138 mum 316 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 mm -4.69 mm 131 mum 0 eV 316 keV 93.7 mum 93.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 422 mum -4.12 mm 903 mum 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 422 mum -4.12 mm 905 mum 0 eV 125 keV 22.7 mum 22.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -677 mum -2.88 mm 602 mum 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -594 mum -2.99 mm 1.18 mm 0 eV 69.5 keV 594 mum 594 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -594 mum -2.99 mm 1.18 mm 83.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -593 mum -2.99 mm 1.18 mm 0 eV 83.6 keV 11.9 mum 11.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -604 mum -3.16 mm -528 mum 824 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 288 mum -4.2 mm 369 mum 234 keV 0 eV 1.63 mm 1.63 mmWAbsorberPhysicalcompt - 2 -739 mum -4.76 mm -1.71 mm 0 eV 69.5 keV 2.39 mm 4.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -739 mum -4.76 mm -1.71 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -737 mum -4.76 mm -1.71 mm 0 eV 164 keV 35 mum 35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 288 mum -4.2 mm 369 mum 590 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 335 mum -4.21 mm 347 mum 172 keV 183 keV 96.6 mum 96.6 mumWAbsorberPhysicaleBrem - 2 335 mum -4.21 mm 349 mum 0 eV 172 keV 37.7 mum 134 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 335 mum -4.21 mm 347 mum 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 753 mum -4.82 mm 1.32 mm 125 keV 0 eV 1.22 mm 1.22 mmWAbsorberPhysicalcompt - 2 749 mum -4.76 mm 1.11 mm 0 eV 69.5 keV 222 mum 1.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 749 mum -4.76 mm 1.11 mm 55.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 749 mum -4.76 mm 1.11 mm 0 eV 55.5 keV 6.09 mum 6.09 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 753 mum -4.82 mm 1.32 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 753 mum -4.82 mm 1.32 mm 0 eV 110 keV 18.4 mum 18.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -656 mum -2.69 mm -612 mum 769 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.26 mm -9.03 mm -3.52 mm 0 eV 69.5 keV 7.16 mm 7.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 mm -9.03 mm -3.52 mm 699 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm -9.05 mm -3.53 mm 0 eV 699 keV 276 mum 276 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -865 mum -1.88 mm -510 mum 17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -977 mum -2.03 mm -529 mum 13.4 MeV 331 keV 197 mum 197 mumWAbsorberPhysicaleBrem - 2 -546 mum -3.3 mm -927 mum 10.3 MeV 3.01 MeV 1.63 mm 1.82 mmWAbsorberPhysicaleBrem - 3 -560 mum -3.34 mm -948 mum 9.31 MeV 112 keV 44.5 mum 1.87 mmWAbsorberPhysicaleBrem - 4 -590 mum -3.47 mm -983 mum 8.55 MeV 357 keV 142 mum 2.01 mmWAbsorberPhysicaleBrem - 5 -1.18 mm -3.99 mm -800 mum 5.83 MeV 1.83 MeV 926 mum 2.94 mmWAbsorberPhysicaleBrem - 6 -1.1 mm -4.06 mm -771 mum 2.81 MeV 294 keV 118 mum 3.05 mmWAbsorberPhysicaleBrem - 7 -1.08 mm -4.09 mm -750 mum 2.62 MeV 48.6 keV 34.7 mum 3.09 mmWAbsorberPhysicaleBrem - 8 -998 mum -4.13 mm -556 mum 1.45 MeV 794 keV 242 mum 3.33 mmWAbsorberPhysicaleBrem - 9 -959 mum -4.1 mm -598 mum 0 eV 1.45 MeV 353 mum 3.68 mmWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -998 mum -4.13 mm -556 mum 373 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.96 mm -1.56 mm -5.17 mm 250 keV 0 eV 7.25 mm 7.25 mmWAbsorberPhysicalcompt - 2 5.71 mm -1.06 mm -4.1 mm 0 eV 69.5 keV 2.1 mm 9.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.71 mm -1.06 mm -4.1 mm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.71 mm -1.06 mm -4.1 mm 0 eV 181 keV 40.6 mum 40.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.96 mm -1.56 mm -5.17 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.96 mm -1.56 mm -5.17 mm 0 eV 123 keV 22 mum 22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm -4.09 mm -750 mum 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -825 mum -4.23 mm -722 mum 0 eV 69.5 keV 299 mum 299 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -825 mum -4.23 mm -722 mum 73 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -825 mum -4.23 mm -721 mum 0 eV 73 keV 9.52 mum 9.52 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 mm -4.06 mm -771 mum 2.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -723 mum -4.82 mm -392 mum 2.57 MeV 0 eV 923 mum 923 mumWAbsorberPhysicalcompt - 2 1.93 mm -1 cm 1.22 mm 356 keV 0 eV 6.05 mm 6.97 mmWAbsorberPhysicalcompt - 3 1.28 mm -9.93 mm 1.76 mm 0 eV 69.5 keV 852 mum 7.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -9.93 mm 1.76 mm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 mm -9.93 mm 1.77 mm 0 eV 286 keV 81.4 mum 81.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 mm -1 cm 1.22 mm 2.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 mm -1 cm 1.22 mm 1.94 MeV 85.2 keV 35 mum 35 mumWAbsorberPhysicaleBrem - 2 2.24 mm -1 cm 846 mum 162 keV 1.53 MeV 800 mum 835 mumWAbsorberPhysicaleBrem - 3 2.24 mm -1 cm 848 mum 0 eV 162 keV 34.1 mum 869 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.24 mm -1 cm 846 mum 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 mm -1.01 cm 1.11 mm 0 eV 69.5 keV 282 mum 282 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 mm -1.01 cm 1.11 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.32 mm -1.01 cm 1.11 mm 0 eV 180 keV 40.3 mum 40.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 mm -1 cm 1.22 mm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 mm -1.03 cm 1.15 mm 0 eV 69.5 keV 263 mum 263 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 mm -1.03 cm 1.15 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 mm -1.03 cm 1.15 mm 0 eV 118 keV 20.7 mum 20.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -723 mum -4.82 mm -392 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -723 mum -4.82 mm -390 mum 0 eV 161 keV 33.8 mum 33.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 mm -3.99 mm -800 mum 888 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -96.5 mum -6.6 mm -186 mum 261 keV 0 eV 2.9 mm 2.9 mmWAbsorberPhysicalcompt - 2 -3.11 mm -6.64 mm -437 mum 250 keV 0 eV 3.02 mm 5.92 mmWAbsorberPhysicalcompt - 3 -5.5 mm -5.68 mm -1.04 mm 207 keV 0 eV 2.65 mm 8.57 mmWAbsorberPhysicalcompt - 4 -6.16 mm -5.09 mm -320 mum 0 eV 69.5 keV 1.13 mm 9.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.16 mm -5.09 mm -320 mum 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.16 mm -5.09 mm -319 mum 0 eV 137 keV 26.4 mum 26.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.5 mm -5.68 mm -1.04 mm 43.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.5 mm -5.68 mm -1.04 mm 0 eV 43.7 keV 4.1 mum 4.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.11 mm -6.64 mm -437 mum 11.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.11 mm -6.64 mm -437 mum 0 eV 11.1 keV 455 nm 455 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -96.5 mum -6.6 mm -186 mum 626 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -85.1 mum -6.62 mm -182 mum 0 eV 626 keV 239 mum 239 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -590 mum -3.47 mm -983 mum 400 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -789 mum -3.8 mm -1.17 mm 0 eV 69.5 keV 426 mum 426 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -789 mum -3.8 mm -1.17 mm 331 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -795 mum -3.8 mm -1.17 mm 0 eV 331 keV 100 mum 100 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -560 mum -3.34 mm -948 mum 898 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.43 mm -1.24 cm -3.92 mm 427 keV 0 eV 1.03 cm 1.03 cmWAbsorberPhysicalcompt - 2 -3.06 mm -1.44 cm -3.07 mm 176 keV 0 eV 2.5 mm 1.28 cmWAbsorberPhysicalcompt - 3 -3.86 mm -1.41 cm -4.33 mm 0 eV 69.5 keV 1.52 mm 1.43 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.86 mm -1.41 cm -4.33 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.86 mm -1.41 cm -4.33 mm 0 eV 106 keV 17.5 mum 17.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.06 mm -1.44 cm -3.07 mm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.06 mm -1.44 cm -3.07 mm 0 eV 251 keV 66.8 mum 66.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.43 mm -1.24 cm -3.92 mm 472 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.43 mm -1.25 cm -3.93 mm 0 eV 472 keV 165 mum 165 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -546 mum -3.3 mm -927 mum 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -676 mum -3.53 mm -1.03 mm 0 eV 69.5 keV 278 mum 278 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -676 mum -3.53 mm -1.03 mm 42.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -676 mum -3.53 mm -1.02 mm 0 eV 42.1 keV 3.85 mum 3.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -977 mum -2.03 mm -529 mum 3.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.22 mm -2.02 cm -1.15 mm 1.7 MeV 0 eV 2 cm 2 cmWAbsorberPhysicalcompt - 2 -9.24 mm -2.04 cm -1.08 mm 622 keV 0 eV 177 mum 2.01 cmWAbsorberPhysicalcompt - 3 -1.35 cm -2.38 cm -3.01 mm 410 keV 0 eV 5.84 mm 2.6 cmWAbsorberPhysicalcompt - 4 -1.52 cm -2.39 cm -2.35 mm 0 eV 69.5 keV 1.76 mm 2.77 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.52 cm -2.39 cm -2.35 mm 340 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 cm -2.39 cm -2.36 mm 0 eV 340 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 cm -2.38 cm -3.01 mm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.35 cm -2.38 cm -3.01 mm 0 eV 212 keV 51.9 mum 51.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.24 mm -2.04 cm -1.08 mm 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.23 mm -2.04 cm -1.06 mm 0 eV 1.08 MeV 466 mum 466 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.22 mm -2.02 cm -1.15 mm 1.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.12 mm -2.04 cm -1.14 mm 564 keV 673 keV 349 mum 349 mumWAbsorberPhysicaleBrem - 2 -9.12 mm -2.04 cm -1.12 mm 0 eV 564 keV 209 mum 558 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.12 mm -2.04 cm -1.14 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.11 mm -9.95 mm 921 mum 244 keV 0 eV 1.11 cm 1.11 cmWAbsorberPhysicalcompt - 2 -6.07 mm -9.93 mm 964 mum 167 keV 0 eV 62 mum 1.11 cmWAbsorberPhysicalcompt - 3 -5.83 mm -9.61 mm 601 mum 0 eV 69.5 keV 539 mum 1.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.83 mm -9.61 mm 601 mum 97.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.83 mm -9.61 mm 602 mum 0 eV 97.5 keV 15.2 mum 15.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.07 mm -9.93 mm 964 mum 76.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.07 mm -9.93 mm 965 mum 0 eV 76.7 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.11 mm -9.95 mm 921 mum 43.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.11 mm -9.95 mm 921 mum 0 eV 43.7 keV 4.11 mum 4.11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -427 mum -1.16 mm -374 mum 2.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm -2.98 cm -8.57 mm 250 keV 0 eV 3.38 cm 3.38 cmWAbsorberPhysicalcompt - 2 -1.6 cm -2.89 cm -7.45 mm 0 eV 69.5 keV 1.5 mm 3.53 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 cm -2.89 cm -7.45 mm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 cm -2.89 cm -7.45 mm 0 eV 181 keV 40.7 mum 40.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 cm -2.98 cm -8.57 mm 2.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm -2.99 cm -8.68 mm 1.81 MeV 204 keV 156 mum 156 mumWAbsorberPhysicaleBrem - 2 -1.65 cm -3 cm -8.73 mm 0 eV 1.81 MeV 839 mum 994 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm -2.99 cm -8.68 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm -3.03 cm -8.45 mm 0 eV 69.5 keV 509 mum 509 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm -3.03 cm -8.45 mm 43.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm -3.03 cm -8.45 mm 0 eV 43.8 keV 4.12 mum 4.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -91.3 mum -538 mum -119 mum 3.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm -4.08 mm -1.24 mm 1.45 MeV 0 eV 4.02 mm 4.02 mmWAbsorberPhysicalcompt - 2 -1.16 cm -1.23 cm -1.35 cm 1.34 MeV 0 eV 1.78 cm 2.19 cmWAbsorberPhysicalcompt - 3 -1.21 cm -1.29 cm -1.46 cm 1.24 MeV 0 eV 1.31 mm 2.32 cmWAbsorberPhysicalcompt - 4 -1.52 cm -2.31 cm -2.68 cm 254 keV 0 eV 1.62 cm 3.94 cmWAbsorberPhysicalcompt - 5 -1.51 cm -2.28 cm -2.69 cm 131 keV 0 eV 265 mum 3.97 cmWAbsorberPhysicalcompt - 6 -1.51 cm -2.29 cm -2.68 cm 0 eV 69.5 keV 102 mum 3.98 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm -2.29 cm -2.68 cm 61.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm -2.29 cm -2.68 cm 0 eV 61.1 keV 7.09 mum 7.09 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm -2.28 cm -2.69 cm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm -2.28 cm -2.69 cm 0 eV 124 keV 22.3 mum 22.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.52 cm -2.31 cm -2.68 cm 985 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 cm -2.31 cm -2.69 cm 0 eV 985 keV 394 mum 394 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 cm -1.29 cm -1.46 cm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 cm -1.29 cm -1.46 cm 0 eV 103 keV 16.8 mum 16.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 cm -1.23 cm -1.35 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.16 cm -1.23 cm -1.35 cm 0 eV 105 keV 17.2 mum 17.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm -4.08 mm -1.24 mm 1.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 mm -4.16 mm -1.23 mm 0 eV 1.65 MeV 757 mum 757 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 cm 18.7 cm 16.2 cm 37.8 MeV 0 eV 24.9 cm 24.9 cmLArgPhysicalTransportation - 2 -15.2 cm 97.5 cm 84.7 cm 37.8 MeV 0 eV 1.05 m 1.3 mCryostatVolumesTransportation - 3 -22.5 cm 1.45 m 1.26 m 37.8 MeV 0 eV 63 cm 1.93 mInsulationPhysicalTransportation - 4 -23.7 cm 1.53 m 1.33 m 37.8 MeV 0 eV 10.6 cm 2.04 mCryostatVolumesTransportation - 5 -23.8 cm 1.53 m 1.33 m 37.8 MeV 0 eV 3.78 mm 2.04 mMotherTransportation - 6 -77.8 cm 5 m 4.34 m 37.8 MeV 0 eV 4.63 m 6.67 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 24.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.65 cm 6.22 cm -6.93 cm 24.2 MeV 0 eV 12.1 cm 12.1 cmCuPlateBPhysicalTransportation - 2 10.5 cm 8.57 cm -9.55 cm 24.2 MeV 0 eV 4.55 cm 16.6 cmLArgPhysicalTransportation - 3 12.8 cm 10.4 cm -11.6 cm 24.2 MeV 0 eV 3.53 cm 20.1 cmBackExcluderTransportation - 4 38.7 cm 31.5 cm -35.1 cm 24.2 MeV 0 eV 40.8 cm 61 cmLArgPhysicalTransportation - 5 94.4 cm 76.8 cm -85.6 cm 24.2 MeV 0 eV 87.8 cm 1.49 mCryostatVolumesTransportation - 6 94.7 cm 77 cm -85.8 cm 24.2 MeV 0 eV 3.5 mm 1.49 mInsulationPhysicalTransportation - 7 99.9 cm 81.2 cm -90.5 cm 24.2 MeV 0 eV 8.17 cm 1.57 mCryostatVolumesTransportation - 8 1 m 81.3 cm -90.6 cm 24.2 MeV 0 eV 2.92 mm 1.58 mMotherTransportation - 9 5 m 4.06 m -4.53 m 24.2 MeV 0 eV 6.3 m 7.88 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=44.1415 -Edep in FCAL1 FCAl2 : 0 44.1415 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2604 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 104 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 949 nm -69.8 mum -73.5 mum 17.5 MeV 166 keV 102 mum 102 mumWAbsorberPhysicaleBrem - 2 -12.7 mum -119 mum -126 mum 17.3 MeV 121 keV 73.8 mum 176 mumWAbsorberPhysicaleBrem - 3 248 mum -622 mum -2.38 mm 11.7 MeV 5.09 MeV 2.36 mm 2.54 mmWAbsorberPhysicaleBrem - 4 951 mum -823 mum -2.57 mm 10.2 MeV 1.41 MeV 808 mum 3.35 mmWAbsorberPhysicaleBrem - 5 1.47 mm -666 mum -2.83 mm 6.66 MeV 1.26 MeV 615 mum 3.96 mmWAbsorberPhysicaleBrem - 6 1.93 mm -507 mum -3.74 mm 3.74 MeV 1.76 MeV 941 mum 4.9 mmWAbsorberPhysicaleBrem - 7 2.46 mm -442 mum -3.9 mm 2.09 MeV 1.17 MeV 648 mum 5.55 mmWAbsorberPhysicaleBrem - 8 2.57 mm -323 mum -3.9 mm 0 eV 2.09 MeV 999 mum 6.55 mmWAbsorberPhysicaleIoni - 9 2.57 mm -323 mum -3.9 mm 0 eV 0 eV 0 fm 6.55 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 mm -323 mum -3.9 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.62 mm 2.55 mm -3.53 mm 0 eV 69.5 keV 3.08 mm 3.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.62 mm 2.55 mm -3.53 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.62 mm 2.56 mm -3.53 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 mm -323 mum -3.9 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 971 mum -4.71 mm -4.46 mm 401 keV 0 eV 4.7 mm 4.7 mmWAbsorberPhysicalcompt - 2 -564 mum -5.89 mm -3.64 mm 356 keV 0 eV 2.1 mm 6.8 mmWAbsorberPhysicalcompt - 3 -1.18 mm -7 mm -3.65 mm 227 keV 0 eV 1.27 mm 8.08 mmWAbsorberPhysicalcompt - 4 -966 mum -7.28 mm -3.03 mm 197 keV 0 eV 708 mum 8.78 mmWAbsorberPhysicalcompt - 5 -963 mum -7.28 mm -3.03 mm 0 eV 69.5 keV 3.8 mum 8.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -963 mum -7.28 mm -3.03 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -961 mum -7.27 mm -3.03 mm 0 eV 127 keV 23.3 mum 23.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -966 mum -7.28 mm -3.03 mm 30.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -966 mum -7.28 mm -3.03 mm 0 eV 30.5 keV 2.27 mum 2.27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 mm -7 mm -3.65 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 mm -7 mm -3.65 mm 0 eV 129 keV 23.8 mum 23.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -564 mum -5.89 mm -3.64 mm 44.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -564 mum -5.89 mm -3.64 mm 0 eV 44.7 keV 4.26 mum 4.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 971 mum -4.71 mm -4.46 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 972 mum -4.71 mm -4.46 mm 0 eV 110 keV 18.5 mum 18.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.46 mm -442 mum -3.9 mm 474 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.7 mm 2.63 mm -3.31 mm 0 eV 69.5 keV 4.5 mm 4.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.7 mm 2.63 mm -3.31 mm 405 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.71 mm 2.63 mm -3.32 mm 0 eV 405 keV 133 mum 133 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 mm -507 mum -3.74 mm 1.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.71 mm -456 mum -3.27 mm 245 keV 0 eV 909 mum 909 mumWAbsorberPhysicalcompt - 2 2.44 mm -94.4 mum -3.48 mm 0 eV 69.5 keV 500 mum 1.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.44 mm -94.4 mum -3.48 mm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.43 mm -92.5 mum -3.48 mm 0 eV 176 keV 38.9 mum 38.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.71 mm -456 mum -3.27 mm 920 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.74 mm -459 mum -3.25 mm 0 eV 920 keV 330 mum 330 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.47 mm -666 mum -2.83 mm 2.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.52 mm -688 mum -3.43 mm 285 keV 0 eV 1.21 mm 1.21 mmWAbsorberPhysicalcompt - 2 152 mum 1.6 mm -3.87 mm 0 eV 69.5 keV 3.33 mm 4.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 152 mum 1.6 mm -3.87 mm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 149 mum 1.6 mm -3.87 mm 0 eV 216 keV 53.3 mum 53.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.52 mm -688 mum -3.43 mm 2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.63 mm -777 mum -3.43 mm 1.6 MeV 265 keV 155 mum 155 mumWAbsorberPhysicaleBrem - 2 2.71 mm -542 mum -3.39 mm 743 keV 658 keV 411 mum 566 mumWAbsorberPhysicaleBrem - 3 2.73 mm -543 mum -3.4 mm 0 eV 743 keV 298 mum 864 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.71 mm -542 mum -3.39 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.83 mm -1.32 mm -4.27 mm 0 eV 69.5 keV 2.42 mm 2.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.83 mm -1.32 mm -4.27 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.83 mm -1.32 mm -4.27 mm 0 eV 128 keV 23.6 mum 23.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 mm -777 mum -3.43 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.92 mm -811 mum -3.3 mm 0 eV 69.5 keV 317 mum 317 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 mm -811 mum -3.3 mm 70.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.92 mm -811 mum -3.3 mm 0 eV 70.2 keV 8.95 mum 8.95 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 951 mum -823 mum -2.57 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 mm -841 mum -2.62 mm 0 eV 69.5 keV 94.7 mum 94.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 mm -841 mum -2.62 mm 60.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 mm -841 mum -2.62 mm 0 eV 60.9 keV 7.05 mum 7.05 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 248 mum -622 mum -2.38 mm 421 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.41 mm -2.95 mm -5.1 mm 0 eV 69.5 keV 5.49 mm 5.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.41 mm -2.95 mm -5.1 mm 352 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.41 mm -2.96 mm -5.11 mm 0 eV 352 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -12.7 mum -119 mum -126 mum 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -14.8 mum -135 mum -142 mum 0 eV 69.5 keV 21.9 mum 21.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -14.8 mum -135 mum -142 mum 61.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15.1 mum -135 mum -142 mum 0 eV 61.5 keV 7.17 mum 7.17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 949 nm -69.8 mum -73.5 mum 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -232 mum -1.33 mm -1.41 mm 243 keV 0 eV 1.85 mm 1.85 mmWAbsorberPhysicalcompt - 2 2.87 mm -3.11 mm -3.45 mm 158 keV 0 eV 4.11 mm 5.96 mmWAbsorberPhysicalcompt - 3 2.83 mm -2.85 mm -3.64 mm 0 eV 69.5 keV 322 mum 6.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.83 mm -2.85 mm -3.64 mm 88 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.83 mm -2.85 mm -3.64 mm 0 eV 88 keV 12.9 mum 12.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.87 mm -3.11 mm -3.45 mm 85.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.87 mm -3.11 mm -3.45 mm 0 eV 85.6 keV 12.3 mum 12.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -232 mum -1.33 mm -1.41 mm 64.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -232 mum -1.33 mm -1.41 mm 0 eV 64.9 keV 7.84 mum 7.84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 19.1 cm -7.2 cm 18.3 cm 44.4 MeV 0 eV 27.4 cm 27.4 cmLArgPhysicalTransportation - 2 92.1 cm -34.7 cm 88.1 cm 44.4 MeV 0 eV 1.05 m 1.32 mCryostatVolumesTransportation - 3 92.3 cm -34.8 cm 88.3 cm 44.4 MeV 0 eV 3.11 mm 1.32 mInsulationPhysicalTransportation - 4 97.4 cm -36.7 cm 93.1 cm 44.4 MeV 0 eV 7.25 cm 1.4 mCryostatVolumesTransportation - 5 97.6 cm -36.8 cm 93.3 cm 44.4 MeV 0 eV 2.59 mm 1.4 mMotherTransportation - 6 5 m -1.88 m 4.78 m 44.4 MeV 0 eV 5.77 m 7.17 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -12.6 cm 10.6 cm -7.15 cm 42.8 MeV 0 eV 17.9 cm 17.9 cmF2RodPhysicalTransportation - 2 -12.7 cm 10.7 cm -7.21 cm 42.8 MeV 0 eV 1.57 mm 18.1 cmF2LArGapPhysicalTransportation - 3 -12.7 cm 10.7 cm -7.23 cm 42.8 MeV 0 eV 466 mum 18.1 cmCuPlateBPhysicalTransportation - 4 -16.9 cm 14.2 cm -9.62 cm 42.8 MeV 0 eV 5.99 cm 24.1 cmLArgPhysicalTransportation - 5 -20.4 cm 17.1 cm -11.6 cm 42.8 MeV 0 eV 4.91 cm 29 cmBackExcluderTransportation - 6 -32.4 cm 27.3 cm -18.5 cm 42.8 MeV 0 eV 17.2 cm 46.2 cmLArgPhysicalTransportation - 7 -1.11 m 93.2 cm -63 cm 42.8 MeV 0 eV 1.12 m 1.58 mCryostatVolumesTransportation - 8 -1.11 m 93.4 cm -63.2 cm 42.8 MeV 0 eV 3.72 mm 1.58 mInsulationPhysicalTransportation - 9 -1.17 m 98.5 cm -66.6 cm 42.8 MeV 0 eV 8.67 cm 1.67 mCryostatVolumesTransportation - 10 -1.17 m 98.7 cm -66.8 cm 42.8 MeV 0 eV 3.1 mm 1.67 mMotherTransportation - 11 -5 m 4.21 m -2.84 m 42.8 MeV 0 eV 5.45 m 7.13 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=19.0113 -Edep in FCAL1 FCAl2 : 0 19.0113 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2605 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 105 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 31.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 12.8 mum -292 mum 41.8 mum 28.5 MeV 574 keV 296 mum 296 mumWAbsorberPhysicaleBrem - 2 -55.4 mum -628 mum 85.4 mum 22.4 MeV 788 keV 346 mum 642 mumWAbsorberPhysicaleBrem - 3 69.5 mum -1.64 mm 144 mum 17.3 MeV 3.14 MeV 1.14 mm 1.78 mmWAbsorberPhysicaleBrem - 4 52.1 mum -1.96 mm 205 mum 15 MeV 630 keV 324 mum 2.11 mmWAbsorberPhysicaleBrem - 5 49.1 mum -2.08 mm 206 mum 13.9 MeV 186 keV 121 mum 2.23 mmWAbsorberPhysicaleBrem - 6 76.6 mum -2.22 mm 177 mum 13.5 MeV 272 keV 148 mum 2.38 mmWAbsorberPhysicaleBrem - 7 -1.25 mm -4.26 mm -166 mum 7.07 MeV 4.78 MeV 2.21 mm 4.58 mmWAbsorberPhysicaleBrem - 8 -1.1 mm -4.31 mm -554 mum 5.17 MeV 874 keV 401 mum 4.99 mmWAbsorberPhysicaleBrem - 9 317 mum -4.32 mm -947 mum 11 keV 5.05 MeV 1.64 mm 6.62 mmWAbsorberPhysicaleBrem - 10 317 mum -4.32 mm -947 mum 0 eV 11 keV 364 nm 6.63 mmWAbsorberPhysicaleIoni - 11 317 mum -4.32 mm -947 mum 0 eV 0 eV 0 fm 6.63 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 317 mum -4.32 mm -947 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.47 mm -8.93 mm 2.18 mm 277 keV 0 eV 7.59 mm 7.59 mmWAbsorberPhysicalcompt - 2 5.67 mm -8.63 mm 2.45 mm 139 keV 0 eV 454 mum 8.04 mmWAbsorberPhysicalcompt - 3 5.65 mm -8.81 mm 2.41 mm 0 eV 69.5 keV 188 mum 8.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.65 mm -8.81 mm 2.41 mm 69.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.65 mm -8.81 mm 2.41 mm 0 eV 69.8 keV 8.86 mum 8.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.67 mm -8.63 mm 2.45 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.67 mm -8.63 mm 2.46 mm 0 eV 138 keV 26.7 mum 26.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.47 mm -8.93 mm 2.18 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.47 mm -8.93 mm 2.18 mm 0 eV 234 keV 60.1 mum 60.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 317 mum -4.32 mm -947 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.4 mm -1.89 mm -2.6 mm 268 keV 0 eV 4 mm 4 mmWAbsorberPhysicalcompt - 2 -2.7 mm -2.04 mm -2.42 mm 169 keV 0 eV 380 mum 4.38 mmWAbsorberPhysicalcompt - 3 -2.54 mm -1.36 mm -1.8 mm 0 eV 69.5 keV 935 mum 5.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.54 mm -1.36 mm -1.8 mm 99 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.54 mm -1.36 mm -1.8 mm 0 eV 99 keV 15.6 mum 15.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.7 mm -2.04 mm -2.42 mm 98.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.7 mm -2.04 mm -2.42 mm 0 eV 98.9 keV 15.6 mum 15.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.4 mm -1.89 mm -2.6 mm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.4 mm -1.88 mm -2.6 mm 0 eV 243 keV 63.8 mum 63.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 317 mum -4.32 mm -947 mum 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 360 mum -4.46 mm -928 mum 0 eV 69.5 keV 147 mum 147 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 360 mum -4.46 mm -928 mum 43.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 360 mum -4.46 mm -928 mum 0 eV 43.1 keV 4.01 mum 4.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 mm -4.31 mm -554 mum 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mum -7.96 mm -1.97 cm 642 keV 0 eV 1.95 cm 1.95 cmWAbsorberPhysicalcompt - 2 -198 mum -8.19 mm -1.99 cm 289 keV 0 eV 387 mum 1.99 cmWAbsorberPhysicalcompt - 3 1.57 mm -7.56 mm -2.2 cm 0 eV 69.5 keV 2.85 mm 2.27 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm -7.56 mm -2.2 cm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm -7.56 mm -2.2 cm 0 eV 220 keV 54.7 mum 54.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -198 mum -8.19 mm -1.99 cm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -204 mum -8.19 mm -1.99 cm 0 eV 353 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mum -7.96 mm -1.97 cm 388 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 mum -7.95 mm -1.97 cm 0 eV 388 keV 126 mum 126 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 mm -4.26 mm -166 mum 1.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -809 mum -6.18 mm -9.17 mm 0 eV 0 eV 9.22 mm 9.22 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 27, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -809 mum -6.18 mm -9.17 mm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -805 mum -6.17 mm -9.18 mm 0 eV 353 keV 108 mum 108 mumWAbsorberPhysicaleIoni - 2 -805 mum -6.17 mm -9.18 mm 0 eV 0 eV 0 fm 108 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -805 mum -6.17 mm -9.18 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.71 mm -1.38 cm 3.31 mm 0 eV 69.5 keV 1.49 cm 1.49 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.71 mm -1.38 cm 3.31 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.71 mm -1.39 cm 3.32 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -805 mum -6.17 mm -9.18 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -786 mum -6.12 mm -9.26 mm 184 keV 0 eV 99.3 mum 99.3 mumWAbsorberPhysicalcompt - 2 -838 mum -6.1 mm -9.16 mm 0 eV 69.5 keV 121 mum 220 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -838 mum -6.1 mm -9.16 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -839 mum -6.1 mm -9.15 mm 0 eV 115 keV 19.8 mum 19.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -786 mum -6.12 mm -9.26 mm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -784 mum -6.12 mm -9.27 mm 0 eV 327 keV 98.4 mum 98.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -809 mum -6.18 mm -9.17 mm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -812 mum -6.18 mm -9.17 mm 0 eV 306 keV 89.5 mum 89.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 76.6 mum -2.22 mm 177 mum 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 77.7 mum -2.25 mm 172 mum 0 eV 69.5 keV 28.1 mum 28.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 77.7 mum -2.25 mm 172 mum 49.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 77.6 mum -2.25 mm 172 mum 0 eV 49.8 keV 5.06 mum 5.06 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 49.1 mum -2.08 mm 206 mum 898 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 370 mum -3.05 mm 26.5 mum 432 keV 0 eV 1.04 mm 1.04 mmWAbsorberPhysicalcompt - 2 -1.25 mm -7.42 mm 5.19 mm 285 keV 0 eV 6.96 mm 7.99 mmWAbsorberPhysicalcompt - 3 -669 mum -7.29 mm 6.01 mm 0 eV 69.5 keV 1.02 mm 9.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -669 mum -7.29 mm 6.01 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -667 mum -7.29 mm 6.02 mm 0 eV 215 keV 53.1 mum 53.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 mm -7.42 mm 5.19 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm -7.43 mm 5.19 mm 0 eV 148 keV 29.6 mum 29.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 370 mum -3.05 mm 26.5 mum 465 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 376 mum -3.06 mm 19.3 mum 0 eV 465 keV 162 mum 162 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 52.1 mum -1.96 mm 205 mum 1.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 376 mum -8.06 mm -328 mum 532 keV 0 eV 6.14 mm 6.14 mmWAbsorberPhysicalcompt - 2 1.54 mm -8.99 mm 1.5 mm 361 keV 0 eV 2.36 mm 8.5 mmWAbsorberPhysicalcompt - 3 -464 mum -1.11 cm 4.74 mm 227 keV 0 eV 4.36 mm 1.29 cmWAbsorberPhysicalcompt - 4 -1.33 mm -1.08 cm 4.65 mm 0 eV 69.5 keV 942 mum 1.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 mm -1.08 cm 4.65 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 mm -1.08 cm 4.65 mm 0 eV 157 keV 32.6 mum 32.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -464 mum -1.11 cm 4.74 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -463 mum -1.11 cm 4.74 mm 0 eV 134 keV 25.3 mum 25.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 mm -8.99 mm 1.5 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.54 mm -8.99 mm 1.5 mm 0 eV 172 keV 37.5 mum 37.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 376 mum -8.06 mm -328 mum 1.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 394 mum -8.16 mm -206 mum 422 keV 389 keV 277 mum 277 mumWAbsorberPhysicaleBrem - 2 400 mum -8.17 mm -198 mum 0 eV 422 keV 141 mum 418 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 394 mum -8.16 mm -206 mum 307 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 mm -9.3 mm 953 mum 197 keV 0 eV 1.91 mm 1.91 mmWAbsorberPhysicalcompt - 2 1.57 mm -1.02 cm 83.1 mum 0 eV 69.5 keV 1.26 mm 3.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm -1.02 cm 83.1 mum 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm -1.02 cm 81.4 mum 0 eV 128 keV 23.5 mum 23.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 mm -9.3 mm 953 mum 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 mm -9.3 mm 954 mum 0 eV 110 keV 18.4 mum 18.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 69.5 mum -1.64 mm 144 mum 1.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 mm -1.13 cm 717 mum 0 eV 69.5 keV 9.79 mm 9.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 mm -1.13 cm 717 mum 1.86 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 mm -1.14 cm 726 mum 0 eV 1.86 MeV 862 mum 862 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -55.4 mum -628 mum 85.4 mum 5.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.37 mm -2.23 cm 3.21 mm 0 eV 0 eV 2.2 cm 2.2 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 46, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 mm -2.23 cm 3.21 mm 683 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm -2.23 cm 3.2 mm 0 eV 683 keV 268 mum 268 mumWAbsorberPhysicaleIoni - 2 -2.36 mm -2.23 cm 3.2 mm 0 eV 0 eV 0 fm 268 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm -2.23 cm 3.2 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.8 mm -2.26 cm 4.57 mm 0 eV 69.5 keV 1.46 mm 1.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 mm -2.26 cm 4.57 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.8 mm -2.25 cm 4.58 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm -2.23 cm 3.2 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 mm -2.21 cm 1.73 mm 307 keV 0 eV 1.56 mm 1.56 mmWAbsorberPhysicalcompt - 2 -171 mum -2.27 cm 1.53 mm 258 keV 0 eV 1.83 mm 3.39 mmWAbsorberPhysicalcompt - 3 426 mum -2.24 cm 1.37 mm 0 eV 69.5 keV 695 mum 4.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 426 mum -2.24 cm 1.37 mm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 430 mum -2.24 cm 1.37 mm 0 eV 188 keV 43.2 mum 43.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -171 mum -2.27 cm 1.53 mm 49 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -171 mum -2.27 cm 1.53 mm 0 eV 49 keV 4.94 mum 4.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.88 mm -2.21 cm 1.73 mm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 mm -2.21 cm 1.72 mm 0 eV 204 keV 48.9 mum 48.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 mm -2.23 cm 3.21 mm 3.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.38 mm -2.24 cm 3.25 mm 3.14 MeV 109 keV 66.3 mum 66.3 mumWAbsorberPhysicaleBrem - 2 -2.72 mm -2.24 cm 3.17 mm 2.21 MeV 789 keV 443 mum 509 mumWAbsorberPhysicaleBrem - 3 -2.82 mm -2.24 cm 3.12 mm 0 eV 2.21 MeV 1.03 mm 1.54 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.72 mm -2.24 cm 3.17 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 mm -2.24 cm 3.12 mm 0 eV 69.5 keV 201 mum 201 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 mm -2.24 cm 3.12 mm 79.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 mm -2.24 cm 3.12 mm 0 eV 79.9 keV 11 mum 11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.38 mm -2.24 cm 3.25 mm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.08 mm -2.2 cm -2.14 mm 151 keV 0 eV 6.04 mm 6.04 mmWAbsorberPhysicalcompt - 2 -5.04 mm -2.21 cm -1.83 mm 0 eV 69.5 keV 313 mum 6.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.04 mm -2.21 cm -1.83 mm 81.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.04 mm -2.21 cm -1.83 mm 0 eV 81.2 keV 11.3 mum 11.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.08 mm -2.2 cm -2.14 mm 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.08 mm -2.2 cm -2.14 mm 0 eV 202 keV 48 mum 48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 12.8 mum -292 mum 41.8 mum 2.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -144 mum -2.14 mm 242 mum 261 keV 0 eV 1.87 mm 1.87 mmWAbsorberPhysicalcompt - 2 -326 mum -1.71 mm -159 mum 0 eV 69.5 keV 617 mum 2.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -326 mum -1.71 mm -159 mum 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -326 mum -1.71 mm -162 mum 0 eV 191 keV 44.3 mum 44.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -144 mum -2.14 mm 242 mum 2.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -568 mum -2.27 mm 59.7 mum 275 keV 1.66 MeV 782 mum 782 mumWAbsorberPhysicaleBrem - 2 -552 mum -2.27 mm 48.2 mum 51.4 keV 117 keV 54.4 mum 836 mumWAbsorberPhysicaleBrem - 3 -552 mum -2.27 mm 47.9 mum 0 eV 51.4 keV 5.33 mum 841 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -552 mum -2.27 mm 48.2 mum 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -512 mum -2.25 mm -33 mum 0 eV 69.5 keV 92.2 mum 92.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -512 mum -2.25 mm -33 mum 36.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -512 mum -2.25 mm -33.2 mum 0 eV 36.7 keV 3.08 mum 3.08 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -568 mum -2.27 mm 59.7 mum 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -569 mum -2.24 mm 41.6 mum 0 eV 69.5 keV 31.1 mum 31.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -569 mum -2.24 mm 41.6 mum 62.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -569 mum -2.24 mm 41.6 mum 0 eV 62.7 keV 7.38 mum 7.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15.3 cm 15.7 cm 8.18 cm 43.2 MeV 0 eV 23.4 cm 23.4 cmLArgPhysicalTransportation - 2 -94.9 cm 97.5 cm 50.8 cm 43.2 MeV 0 eV 1.22 m 1.45 mCryostatVolumesTransportation - 3 -1.13 m 1.16 m 60.2 cm 43.2 MeV 0 eV 27.1 cm 1.72 mInsulationPhysicalTransportation - 4 -1.19 m 1.22 m 63.5 cm 43.2 MeV 0 eV 9.44 cm 1.82 mCryostatVolumesTransportation - 5 -1.19 m 1.22 m 63.7 cm 43.2 MeV 0 eV 3.37 mm 1.82 mMotherTransportation - 6 -4.87 m 5 m 2.6 m 43.2 MeV 0 eV 5.63 m 7.45 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.96 cm 1.07 cm -6.68 cm 30.6 MeV 0 eV 12 cm 12 cmF2RodPhysicalTransportation - 2 10.2 cm 1.09 cm -6.82 cm 30.6 MeV 0 eV 2.64 mm 12.3 cmF2LArGapPhysicalTransportation - 3 10.2 cm 1.09 cm -6.85 cm 30.6 MeV 0 eV 473 mum 12.3 cmCuPlateBPhysicalTransportation - 4 13.7 cm 1.47 cm -9.2 cm 30.6 MeV 0 eV 4.24 cm 16.6 cmLArgPhysicalTransportation - 5 17.3 cm 1.85 cm -11.6 cm 30.6 MeV 0 eV 4.29 cm 20.9 cmBackExcluderTransportation - 6 41.5 cm 4.45 cm -27.8 cm 30.6 MeV 0 eV 29.3 cm 50.2 cmLArgPhysicalTransportation - 7 1.06 m 11.3 cm -71 cm 30.6 MeV 0 eV 77.8 cm 1.28 mCryostatVolumesTransportation - 8 1.06 m 11.4 cm -71.1 cm 30.6 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 9 1.12 m 12 cm -75 cm 30.6 MeV 0 eV 7.03 cm 1.35 mCryostatVolumesTransportation - 10 1.12 m 12 cm -75.2 cm 30.6 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 11 5 m 53.6 cm -3.35 m 30.6 MeV 0 eV 4.69 m 6.04 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=32.3845 -Edep in FCAL1 FCAl2 : 0 32.3845 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2606 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 106 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 583 mum 328 mum 1.04 mm 26.2 MeV 2.68 MeV 1.25 mm 1.25 mmWAbsorberPhysicaleBrem - 2 1.1 mm 566 mum 2.12 mm 23.3 MeV 2.69 MeV 1.28 mm 2.53 mmWAbsorberPhysicaleBrem - 3 2.18 mm 452 mum 2.93 mm 20.4 MeV 2.68 MeV 1.44 mm 3.97 mmWAbsorberPhysicaleBrem - 4 2.79 mm -206 mum 4.26 mm 9.45 MeV 3.04 MeV 1.58 mm 5.55 mmWAbsorberPhysicaleBrem - 5 2.89 mm -31.8 mum 4.82 mm 5.72 MeV 1.05 MeV 596 mum 6.14 mmWAbsorberPhysicaleBrem - 6 2.94 mm -174 mum 4.74 mm 5.2 MeV 380 keV 186 mum 6.33 mmWAbsorberPhysicaleBrem - 7 3.27 mm -398 mum 4.51 mm 3.41 MeV 932 keV 550 mum 6.88 mmWAbsorberPhysicaleBrem - 8 3.09 mm -327 mum 5.49 mm 1.02 MeV 2.27 MeV 1.24 mm 8.12 mmWAbsorberPhysicaleBrem - 9 3.14 mm -326 mum 5.47 mm 0 eV 1.02 MeV 440 mum 8.56 mmWAbsorberPhysicaleIoni - 10 3.14 mm -326 mum 5.47 mm 0 eV 0 eV 0 fm 8.56 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.14 mm -326 mum 5.47 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 951 mum 3.61 mum 2.25 mm 376 keV 0 eV 3.91 mm 3.91 mmWAbsorberPhysicalcompt - 2 -4.42 mm -537 mum 1.61 mm 364 keV 0 eV 5.44 mm 9.35 mmWAbsorberPhysicalcompt - 3 -1.32 cm -4.14 mm -300 mum 235 keV 0 eV 9.64 mm 1.9 cmWAbsorberPhysicalcompt - 4 -1.53 cm -814 mum -1.49 mm 0 eV 69.5 keV 4.15 mm 2.31 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 cm -814 mum -1.49 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm -813 mum -1.49 mm 0 eV 166 keV 35.5 mum 35.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm -4.14 mm -300 mum 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 cm -4.14 mm -300 mum 0 eV 129 keV 23.8 mum 23.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.42 mm -537 mum 1.61 mm 11.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.42 mm -537 mum 1.61 mm 0 eV 11.9 keV 505 nm 505 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 951 mum 3.61 mum 2.25 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 952 mum 4.01 mum 2.24 mm 0 eV 135 keV 25.7 mum 25.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.14 mm -326 mum 5.47 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm -1.42 mm 1.62 cm 0 eV 69.5 keV 1.3 cm 1.3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 cm -1.42 mm 1.62 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm -1.41 mm 1.62 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.09 mm -327 mum 5.49 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 mm -281 mum 5.57 mm 0 eV 69.5 keV 279 mum 279 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.36 mm -281 mum 5.57 mm 53.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 mm -280 mum 5.57 mm 0 eV 53.8 keV 5.77 mum 5.77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.27 mm -398 mum 4.51 mm 860 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.56 mm -467 mum 4.67 mm 347 keV 0 eV 338 mum 338 mumWAbsorberPhysicalcompt - 2 5.08 mm -2.19 mm 2.06 mm 0 eV 69.5 keV 3.48 mm 3.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.08 mm -2.19 mm 2.06 mm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.08 mm -2.2 mm 2.05 mm 0 eV 277 keV 77.6 mum 77.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.56 mm -467 mum 4.67 mm 513 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.57 mm -467 mum 4.68 mm 0 eV 513 keV 184 mum 184 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 mm -174 mum 4.74 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.93 mm -473 mum 4.55 mm 0 eV 69.5 keV 355 mum 355 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.93 mm -473 mum 4.55 mm 73.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.93 mm -473 mum 4.55 mm 0 eV 73.2 keV 9.57 mum 9.57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.89 mm -31.8 mum 4.82 mm 2.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.64 mm -3.27 mm 4.24 mm 834 keV 0 eV 3.37 mm 3.37 mmWAbsorberPhysicalcompt - 2 -360 mum -7.68 mm 3.53 mm 230 keV 0 eV 5.99 mm 9.37 mmWAbsorberPhysicalcompt - 3 -553 mum -5.58 mm 2.87 mm 0 eV 69.5 keV 2.21 mm 1.16 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -553 mum -5.58 mm 2.87 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -554 mum -5.58 mm 2.87 mm 0 eV 161 keV 33.7 mum 33.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -360 mum -7.68 mm 3.53 mm 603 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -350 mum -7.7 mm 3.46 mm 77.5 keV 389 keV 155 mum 155 mumWAbsorberPhysicaleBrem - 2 -350 mum -7.71 mm 3.46 mm 0 eV 77.5 keV 10.5 mum 165 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -350 mum -7.7 mm 3.46 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -302 mum -7.7 mm 3.32 mm 0 eV 69.5 keV 148 mum 148 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -302 mum -7.7 mm 3.32 mm 67.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -302 mum -7.7 mm 3.32 mm 0 eV 67.8 keV 8.43 mum 8.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.64 mm -3.27 mm 4.24 mm 1.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.68 mm -3.35 mm 4.22 mm 0 eV 1.84 MeV 853 mum 853 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 mm -206 mum 4.26 mm 7.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 3.08 mm 1.63 cm 0 eV 0 eV 1.44 cm 1.44 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 30, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 3.08 mm 1.63 cm 843 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 3.08 mm 1.63 cm 0 eV 843 keV 350 mum 350 mumWAbsorberPhysicaleIoni - 2 1.01 cm 3.08 mm 1.63 cm 0 eV 0 eV 0 fm 350 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 3.08 mm 1.63 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.11 mm -2.2 mm 1.93 cm 0 eV 69.5 keV 6.41 mm 6.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.11 mm -2.2 mm 1.93 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.11 mm -2.21 mm 1.93 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 3.08 mm 1.63 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 3.09 mm 1.63 cm 186 keV 0 eV 10.1 mum 10.1 mumWAbsorberPhysicalcompt - 2 1.05 cm 2.05 mm 1.81 cm 0 eV 69.5 keV 2.14 mm 2.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm 2.05 mm 1.81 cm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 2.05 mm 1.81 cm 0 eV 117 keV 20.4 mum 20.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 3.09 mm 1.63 cm 325 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 3.1 mm 1.63 cm 0 eV 325 keV 97.5 mum 97.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 3.08 mm 1.63 cm 6.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 3.15 mm 1.64 cm 5.67 MeV 300 keV 170 mum 170 mumWAbsorberPhysicaleBrem - 2 1.02 cm 3.14 mm 1.64 cm 867 keV 68.7 keV 43.4 mum 213 mumWAbsorberPhysicaleBrem - 3 1.02 cm 3.14 mm 1.64 cm 0 eV 867 keV 360 mum 574 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm 3.14 mm 1.64 cm 4.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.8 mm 908 mum 2.73 cm 428 keV 0 eV 1.11 cm 1.11 cmWAbsorberPhysicalcompt - 2 1.03 cm 473 mum 2.72 cm 224 keV 0 eV 712 mum 1.19 cmWAbsorberPhysicalcompt - 3 1.02 cm 411 mum 2.69 cm 127 keV 0 eV 344 mum 1.22 cmWAbsorberPhysicalcompt - 4 1.07 cm 962 mum 2.72 cm 0 eV 69.5 keV 786 mum 1.3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm 962 mum 2.72 cm 57.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm 962 mum 2.72 cm 0 eV 57.9 keV 6.51 mum 6.51 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm 411 mum 2.69 cm 96.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 411 mum 2.69 cm 0 eV 96.9 keV 15.1 mum 15.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm 473 mum 2.72 cm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm 471 mum 2.72 cm 0 eV 204 keV 48.7 mum 48.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.8 mm 908 mum 2.73 cm 4.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm 667 mum 2.77 cm 1.6 MeV 2.6 MeV 1.43 mm 1.43 mmWAbsorberPhysicaleBrem - 2 1.08 cm 710 mum 2.79 cm 994 keV 475 keV 330 mum 1.76 mmWAbsorberPhysicaleBrem - 3 1.08 cm 715 mum 2.79 cm 0 eV 994 keV 425 mum 2.19 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm 710 mum 2.79 cm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm 813 mum 2.77 cm 0 eV 69.5 keV 228 mum 228 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm 813 mum 2.77 cm 64 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm 813 mum 2.77 cm 0 eV 64 keV 7.64 mum 7.64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm 667 mum 2.77 cm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm 664 mum 2.77 cm 0 eV 69.5 keV 7.38 mum 7.38 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm 664 mum 2.77 cm 38.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm 663 mum 2.77 cm 0 eV 38.6 keV 3.34 mum 3.34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm 3.15 mm 1.64 cm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 3.12 mm 1.65 cm 0 eV 69.5 keV 198 mum 198 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm 3.12 mm 1.65 cm 42.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 3.12 mm 1.65 cm 0 eV 42.5 keV 3.91 mum 3.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.18 mm 452 mum 2.93 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.65 mm 162 mum 5.01 mm 0 eV 69.5 keV 2.57 mm 2.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.65 mm 162 mum 5.01 mm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.65 mm 160 mum 5.01 mm 0 eV 146 keV 29.1 mum 29.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 mm 566 mum 2.12 mm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 mm 1.07 mm 3.87 mm 0 eV 69.5 keV 2.48 mm 2.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 mm 1.07 mm 3.87 mm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 mm 1.07 mm 3.87 mm 0 eV 146 keV 29.1 mum 29.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 583 mum 328 mum 1.04 mm 7.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.07 mm 694 mum 2.96 mm 0 eV 0 eV 2.46 mm 2.46 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 50, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 mm 694 mum 2.96 mm 2.83 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.22 mm 641 mum 3.18 mm 672 keV 2 MeV 253 mum 253 mumWAbsorberPhysicaleBrem - 2 2.25 mm 652 mum 3.19 mm 0 eV 672 keV 262 mum 515 mumWAbsorberPhysicaleIoni - 3 2.25 mm 652 mum 3.19 mm 0 eV 0 eV 0 fm 515 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.25 mm 652 mum 3.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm 1.66 mm -13.7 mum 0 eV 69.5 keV 9.39 mm 9.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm 1.66 mm -13.7 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm 1.66 mm -22.2 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.25 mm 652 mum 3.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.91 mm -173 mum 5.8 mm 509 keV 0 eV 7.67 mm 7.67 mmWAbsorberPhysicalcompt - 2 -7.45 mm -533 mum 6.97 mm 0 eV 69.5 keV 2.82 mm 1.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.45 mm -533 mum 6.97 mm 440 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.46 mm -539 mum 6.97 mm 0 eV 440 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.91 mm -173 mum 5.8 mm 1.79 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.91 mm -173 mum 5.8 mm 0 eV 1.79 keV 33.7 nm 33.7 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 mm 641 mum 3.18 mm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 mm 577 mum 3.34 mm 0 eV 69.5 keV 182 mum 182 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.27 mm 577 mum 3.34 mm 85.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 mm 577 mum 3.34 mm 0 eV 85.7 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 mm 694 mum 2.96 mm 3.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.56 mm 284 mum 3.06 mm 1.83 MeV 1.76 MeV 831 mum 831 mumWAbsorberPhysicaleBrem - 2 2.55 mm 533 mum 3.13 mm 1.01 MeV 632 keV 396 mum 1.23 mmWAbsorberPhysicaleBrem - 3 2.51 mm 534 mum 3.12 mm 0 eV 1.01 MeV 431 mum 1.66 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.55 mm 533 mum 3.13 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.26 mm 517 mum 3.05 mm 0 eV 69.5 keV 309 mum 309 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.26 mm 517 mum 3.05 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.25 mm 516 mum 3.05 mm 0 eV 126 keV 22.9 mum 22.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 mm 284 mum 3.06 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm 338 mum 3.22 mm 0 eV 69.5 keV 178 mum 178 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 mm 338 mum 3.22 mm 49.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm 338 mum 3.22 mm 0 eV 49.5 keV 5.01 mum 5.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 21.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -17.8 cm 15.1 cm 16 cm 21.4 MeV 0 eV 28.3 cm 28.3 cmLArgPhysicalTransportation - 2 -94.7 cm 80.4 cm 85.3 cm 21.4 MeV 0 eV 1.22 m 1.51 mCryostatVolumesTransportation - 3 -94.9 cm 80.6 cm 85.5 cm 21.4 MeV 0 eV 3.55 mm 1.51 mInsulationPhysicalTransportation - 4 -1 m 85 cm 90.2 cm 21.4 MeV 0 eV 8.28 cm 1.59 mCryostatVolumesTransportation - 5 -1 m 85.2 cm 90.4 cm 21.4 MeV 0 eV 2.96 mm 1.6 mMotherTransportation - 6 -5 m 4.25 m 4.51 m 21.4 MeV 0 eV 6.36 m 7.96 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.44 mm -2.22 cm -6.51 cm 47.3 MeV 0 eV 6.9 cm 6.9 cmCuPlateBPhysicalTransportation - 2 -7.49 mm -3.06 cm -8.98 cm 47.3 MeV 0 eV 2.61 cm 9.51 cmLArgPhysicalTransportation - 3 -9.66 mm -3.95 cm -11.6 cm 47.3 MeV 0 eV 2.76 cm 12.3 cmBackExcluderTransportation - 4 -9.7 cm -39.7 cm -1.16 m 47.3 MeV 0 eV 1.11 m 1.23 mLArgPhysicalTransportation - 5 -10.6 cm -43.3 cm -1.27 m 47.3 MeV 0 eV 11.4 cm 1.35 mCryostatVolumesTransportation - 6 -10.6 cm -43.4 cm -1.27 m 47.3 MeV 0 eV 3.17 mm 1.35 mInsulationPhysicalTransportation - 7 -11.2 cm -45.8 cm -1.34 m 47.3 MeV 0 eV 7.39 cm 1.42 mCryostatVolumesTransportation - 8 -11.2 cm -45.9 cm -1.35 m 47.3 MeV 0 eV 2.64 mm 1.43 mMotherTransportation - 9 -24.6 cm -1.01 m -2.95 m 47.3 MeV 0 eV 1.7 m 3.13 mConcWallAPhysicalTransportation - 10 -29.3 cm -1.2 m -3.52 m 47.3 MeV 0 eV 60.1 cm 3.73 mMotherTransportation - 11 -1.22 m -5 m -14.7 m 47.3 MeV 0 eV 11.8 m 15.5 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=37.4963 -Edep in FCAL1 FCAl2 : 0 37.4963 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2607 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 107 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.2 mum -179 mum 64.7 mum 12.3 MeV 395 keV 191 mum 191 mumWAbsorberPhysicaleBrem - 2 614 mum -2.5 mm -919 mum 7.02 MeV 5.31 MeV 2.64 mm 2.83 mmWAbsorberPhysicaleIoni - 3 611 mum -2.54 mm -890 mum 6.85 MeV 66.1 keV 47.2 mum 2.88 mmWAbsorberPhysicaleBrem - 4 768 mum -2.85 mm -803 mum 5.9 MeV 597 keV 388 mum 3.27 mmWAbsorberPhysicaleBrem - 5 771 mum -2.87 mm -786 mum 5.38 MeV 41.2 keV 27 mum 3.3 mmWAbsorberPhysicaleBrem - 6 1.04 mm -3.33 mm -306 mum 3.91 MeV 1.06 MeV 614 mum 3.91 mmWAbsorberPhysicaleBrem - 7 665 mum -2.91 mm 677 mum 1.16 MeV 2.4 MeV 1.35 mm 5.26 mmWAbsorberPhysicaleBrem - 8 666 mum -2.85 mm 647 mum 0 eV 1.16 MeV 516 mum 5.77 mmWAbsorberPhysicaleIoni - 9 666 mum -2.85 mm 647 mum 0 eV 0 eV 0 fm 5.77 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 666 mum -2.85 mm 647 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 mm -1.49 mm 1.76 mm 472 keV 0 eV 2.24 mm 2.24 mmWAbsorberPhysicalcompt - 2 1.22 cm 4.5 mm 3.92 mm 451 keV 0 eV 1.2 cm 1.42 cmWAbsorberPhysicalcompt - 3 1.22 cm 4.51 mm 3.92 mm 0 eV 69.5 keV 29.2 mum 1.42 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 cm 4.51 mm 3.92 mm 382 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm 4.51 mm 3.92 mm 0 eV 382 keV 123 mum 123 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 cm 4.5 mm 3.92 mm 20.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm 4.5 mm 3.92 mm 0 eV 20.4 keV 1.18 mum 1.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 mm -1.49 mm 1.76 mm 39.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 mm -1.49 mm 1.76 mm 0 eV 39.2 keV 3.41 mum 3.41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 666 mum -2.85 mm 647 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -49.2 mum -3.55 mm 69.1 mum 0 eV 69.5 keV 1.16 mm 1.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -49.2 mum -3.55 mm 69.1 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -57.2 mum -3.55 mm 60.7 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 665 mum -2.91 mm 677 mum 354 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -471 mum 1.08 mm -2.83 mm 223 keV 0 eV 5.43 mm 5.43 mmWAbsorberPhysicalcompt - 2 -2.28 mm 1.76 mm -1.95 mm 132 keV 0 eV 2.12 mm 7.55 mmWAbsorberPhysicalcompt - 3 -2.27 mm 1.72 mm -1.96 mm 0 eV 69.5 keV 47.4 mum 7.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 1.72 mm -1.96 mm 62.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm 1.72 mm -1.96 mm 0 eV 62.2 keV 7.29 mum 7.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 mm 1.76 mm -1.95 mm 91 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 mm 1.77 mm -1.95 mm 0 eV 91 keV 13.6 mum 13.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -471 mum 1.08 mm -2.83 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -471 mum 1.08 mm -2.83 mm 0 eV 131 keV 24.5 mum 24.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 mm -3.33 mm -306 mum 406 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -133 mum -4.99 mm 958 mum 0 eV 69.5 keV 2.39 mm 2.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -133 mum -4.99 mm 958 mum 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -137 mum -4.98 mm 955 mum 0 eV 336 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 771 mum -2.87 mm -786 mum 479 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 585 mum -3.64 mm 106 mum 0 eV 69.5 keV 1.2 mm 1.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 585 mum -3.64 mm 106 mum 410 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 578 mum -3.65 mm 113 mum 0 eV 410 keV 136 mum 136 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 768 mum -2.85 mm -803 mum 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 771 mum -3.05 mm -651 mum 0 eV 69.5 keV 254 mum 254 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 771 mum -3.05 mm -651 mum 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 774 mum -3.05 mm -648 mum 0 eV 283 keV 80.1 mum 80.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 611 mum -2.54 mm -890 mum 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 641 mum -2.6 mm -851 mum 0 eV 69.5 keV 79.3 mum 79.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 641 mum -2.6 mm -851 mum 37.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 642 mum -2.6 mm -850 mum 0 eV 37.8 keV 3.22 mum 3.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.2 mum -179 mum 64.7 mum 30.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -554 mum -7.52 mm 3.87 mm 0 eV 0 eV 8.29 mm 8.29 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 25, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -554 mum -7.52 mm 3.87 mm 6.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -613 mum -8.09 mm 3.63 mm 4.53 MeV 1.24 MeV 703 mum 703 mumWAbsorberPhysicaleBrem - 2 -845 mum -8.89 mm 2.71 mm 0 eV 2.7 MeV 1.42 mm 2.13 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -845 mum -8.89 mm 2.71 mm 1.87 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm 3.17 cm 1.09 cm 0 eV 0 eV 4.14 cm 4.14 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 3.17 cm 1.09 cm 56.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm 3.17 cm 1.09 cm 0 eV 56.3 keV 5.6 mum 5.6 mumWAbsorberPhysicaleIoni - 2 -2.27 mm 3.17 cm 1.09 cm 0 eV 0 eV 0 fm 5.6 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 3.17 cm 1.09 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.88 mm 3.34 cm 1.21 cm 277 keV 0 eV 3.35 mm 3.35 mmWAbsorberPhysicalcompt - 2 -4.63 mm 3.49 cm 1.12 cm 0 eV 69.5 keV 1.83 mm 5.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.63 mm 3.49 cm 1.12 cm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.63 mm 3.49 cm 1.11 cm 0 eV 207 keV 50 mum 50 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.88 mm 3.34 cm 1.21 cm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.88 mm 3.34 cm 1.21 cm 84.4 keV 150 keV 48.5 mum 48.5 mumWAbsorberPhysicaleBrem - 2 -4.88 mm 3.34 cm 1.21 cm 0 eV 84.4 keV 12.1 mum 60.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 3.17 cm 1.09 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -966 mum 3.08 cm 1.04 cm 311 keV 0 eV 1.67 mm 1.67 mmWAbsorberPhysicalcompt - 2 810 mum 3.02 cm 1.24 cm 0 eV 69.5 keV 2.77 mm 4.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 810 mum 3.02 cm 1.24 cm 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 813 mum 3.02 cm 1.24 cm 0 eV 242 keV 63.2 mum 63.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -966 mum 3.08 cm 1.04 cm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -965 mum 3.08 cm 1.03 cm 0 eV 200 keV 47.2 mum 47.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 3.17 cm 1.09 cm 788 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 mm 3.17 cm 1.09 cm 0 eV 788 keV 320 mum 320 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -845 mum -8.89 mm 2.71 mm 981 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.49 mm -7.68 mm 3.35 mm 819 keV 0 eV 5.51 mm 5.51 mmWAbsorberPhysicalcompt - 2 1.44 cm 295 mum 6.02 mm 0 eV 69.5 keV 1.3 cm 1.85 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm 295 mum 6.02 mm 750 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm 302 mum 6.03 mm 0 eV 750 keV 301 mum 301 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.49 mm -7.68 mm 3.35 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.49 mm -7.68 mm 3.35 mm 0 eV 162 keV 34.1 mum 34.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -613 mum -8.09 mm 3.63 mm 595 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -325 mum -8.45 mm 3.67 mm 453 keV 0 eV 463 mum 463 mumWAbsorberPhysicalcompt - 2 -336 mum -9.93 mm 3.28 mm 0 eV 69.5 keV 1.53 mm 1.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -336 mum -9.93 mm 3.28 mm 384 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -338 mum -9.94 mm 3.27 mm 0 eV 384 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -325 mum -8.45 mm 3.67 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -323 mum -8.45 mm 3.67 mm 0 eV 142 keV 27.9 mum 27.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -554 mum -7.52 mm 3.87 mm 22.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -783 mum -8.22 mm 4.17 mm 16.6 MeV 1.54 MeV 831 mum 831 mumWAbsorberPhysicaleBrem - 2 -813 mum -8.32 mm 4.28 mm 16.1 MeV 255 keV 152 mum 983 mumWAbsorberPhysicaleBrem - 3 -929 mum -8.44 mm 4.47 mm 15.6 MeV 429 keV 262 mum 1.25 mmWAbsorberPhysicaleBrem - 4 -938 mum -8.46 mm 4.51 mm 6.41 MeV 83.7 keV 39.5 mum 1.28 mmWAbsorberPhysicaleBrem - 5 -1.05 mm -8.5 mm 4.77 mm 5.06 MeV 589 keV 303 mum 1.59 mmWAbsorberPhysicaleBrem - 6 -818 mum -8.59 mm 4.99 mm 4.04 MeV 752 keV 436 mum 2.02 mmWAbsorberPhysicaleBrem - 7 -475 mum -8.48 mm 5 mm 2.98 MeV 943 keV 501 mum 2.52 mmWAbsorberPhysicaleBrem - 8 -486 mum -7.96 mm 4.86 mm 916 keV 1.6 MeV 739 mum 3.26 mmWAbsorberPhysicaleBrem - 9 -560 mum -8.02 mm 4.79 mm 304 keV 487 keV 326 mum 3.59 mmWAbsorberPhysicaleBrem - 10 -554 mum -8.02 mm 4.79 mm 0 eV 304 keV 88.6 mum 3.68 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -560 mum -8.02 mm 4.79 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -549 mum -8.02 mm 4.76 mm 0 eV 69.5 keV 27.4 mum 27.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -549 mum -8.02 mm 4.76 mm 55.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -549 mum -8.02 mm 4.76 mm 0 eV 55.5 keV 6.07 mum 6.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -486 mum -7.96 mm 4.86 mm 468 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -135 mum -7.35 mm 3.63 mm 186 keV 0 eV 1.42 mm 1.42 mmWAbsorberPhysicalcompt - 2 -112 mum -7.37 mm 3.66 mm 0 eV 69.5 keV 43 mum 1.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -112 mum -7.37 mm 3.66 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -112 mum -7.37 mm 3.66 mm 0 eV 117 keV 20.3 mum 20.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -135 mum -7.35 mm 3.63 mm 282 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -135 mum -7.34 mm 3.63 mm 0 eV 282 keV 79.4 mum 79.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -475 mum -8.48 mm 5 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -486 mum -8.48 mm 5 mm 0 eV 69.5 keV 10.8 mum 10.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -486 mum -8.48 mm 5 mm 47.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -486 mum -8.48 mm 5 mm 0 eV 47.1 keV 4.63 mum 4.63 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -818 mum -8.59 mm 4.99 mm 263 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 112 mum -7.76 mm 7.85 mm 0 eV 69.5 keV 3.12 mm 3.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 112 mum -7.76 mm 7.85 mm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 111 mum -7.76 mm 7.86 mm 0 eV 193 keV 44.9 mum 44.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm -8.5 mm 4.77 mm 760 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 mm -1.73 cm 1.6 cm 306 keV 0 eV 1.43 cm 1.43 cmWAbsorberPhysicalcompt - 2 628 mum -1.22 cm 2.03 cm 0 eV 69.5 keV 7.22 mm 2.15 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 628 mum -1.22 cm 2.03 cm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 633 mum -1.22 cm 2.03 cm 0 eV 236 keV 61 mum 61 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm -1.73 cm 1.6 cm 454 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 mm -1.74 cm 1.6 cm 0 eV 454 keV 156 mum 156 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -938 mum -8.46 mm 4.51 mm 9.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.34 mm -2.46 cm 3.26 cm 3.75 MeV 0 eV 3.26 cm 3.26 cmWAbsorberPhysicalcompt - 2 -3.14 mm -2.51 cm 3.32 cm 1.87 MeV 0 eV 733 mum 3.33 cmWAbsorberPhysicalcompt - 3 -3.06 mm -2.56 cm 3.51 cm 0 eV 0 eV 1.94 mm 3.52 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 60, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.06 mm -2.56 cm 3.51 cm 696 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.07 mm -2.56 cm 3.51 cm 0 eV 696 keV 274 mum 274 mumWAbsorberPhysicaleIoni - 2 -3.07 mm -2.56 cm 3.51 cm 0 eV 0 eV 0 fm 274 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.07 mm -2.56 cm 3.51 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -96.2 mum -2.91 cm 3.51 cm 0 eV 69.5 keV 4.62 mm 4.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -96.2 mum -2.91 cm 3.51 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -94.7 mum -2.91 cm 3.51 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.07 mm -2.56 cm 3.51 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.58 mm -2.5 cm 3.51 cm 0 eV 69.5 keV 801 mum 801 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.58 mm -2.5 cm 3.51 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 mm -2.5 cm 3.51 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.06 mm -2.56 cm 3.51 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.06 mm -2.56 cm 3.51 cm 15.3 keV 1.45 keV 672 nm 672 nmWAbsorberPhysicaleBrem - 2 -3.06 mm -2.56 cm 3.51 cm 0 eV 15.3 keV 751 nm 1.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.06 mm -2.56 cm 3.51 cm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm -2.57 cm 3.51 cm 0 eV 69.5 keV 192 mum 192 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm -2.57 cm 3.51 cm 68.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm -2.57 cm 3.51 cm 0 eV 68.3 keV 8.54 mum 8.54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.14 mm -2.51 cm 3.32 cm 1.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 mm -2.5 cm 3.35 cm 382 keV 1.36 MeV 690 mum 690 mumWAbsorberPhysicaleBrem - 2 -2.91 mm -2.5 cm 3.35 cm 0 eV 382 keV 123 mum 814 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 mm -2.5 cm 3.35 cm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm -2.5 cm 3.35 cm 0 eV 69.5 keV 66.2 mum 66.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm -2.5 cm 3.35 cm 72.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm -2.5 cm 3.35 cm 0 eV 72.2 keV 9.36 mum 9.36 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.34 mm -2.46 cm 3.26 cm 5.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.35 mm -2.46 cm 3.28 cm 3.48 MeV 278 keV 163 mum 163 mumWAbsorberPhysicaleBrem - 2 -3.23 mm -2.47 cm 3.3 cm 2.81 MeV 452 keV 260 mum 422 mumWAbsorberPhysicaleBrem - 3 -3.3 mm -2.47 cm 3.31 cm 2.36 MeV 113 keV 82.1 mum 504 mumWAbsorberPhysicaleBrem - 4 -3.31 mm -2.47 cm 3.31 cm 1.67 MeV 26.9 keV 13.4 mum 518 mumWAbsorberPhysicaleBrem - 5 -3.36 mm -2.47 cm 3.31 cm 0 eV 1.67 MeV 765 mum 1.28 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.31 mm -2.47 cm 3.31 cm 663 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.93 mm -2.69 cm 3.6 cm 426 keV 0 eV 5.9 mm 5.9 mmWAbsorberPhysicalcompt - 2 -8.47 mm -3.25 cm 3.78 cm 286 keV 0 eV 5.9 mm 1.18 cmWAbsorberPhysicalcompt - 3 -9.65 mm -3.35 cm 3.68 cm 0 eV 69.5 keV 1.84 mm 1.36 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.65 mm -3.35 cm 3.68 cm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.65 mm -3.35 cm 3.68 cm 0 eV 216 keV 53.5 mum 53.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.47 mm -3.25 cm 3.78 cm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.47 mm -3.25 cm 3.78 cm 0 eV 140 keV 27.3 mum 27.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.93 mm -2.69 cm 3.6 cm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.93 mm -2.69 cm 3.6 cm 0 eV 237 keV 61.3 mum 61.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.3 mm -2.47 cm 3.31 cm 342 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.4 mm -2.55 cm 3.68 cm 0 eV 69.5 keV 4.37 mm 4.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.4 mm -2.55 cm 3.68 cm 273 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.4 mm -2.55 cm 3.68 cm 0 eV 273 keV 75.6 mum 75.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.23 mm -2.47 cm 3.3 cm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.48 mm -2.49 cm 3.32 cm 0 eV 69.5 keV 360 mum 360 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.48 mm -2.49 cm 3.32 cm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.48 mm -2.49 cm 3.32 cm 0 eV 143 keV 28.2 mum 28.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.35 mm -2.46 cm 3.28 cm 1.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.96 mm -3.2 cm 4.62 cm 0 eV 0 eV 1.54 cm 1.54 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 79, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.96 mm -3.2 cm 4.62 cm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.96 mm -3.2 cm 4.62 cm 0 eV 233 keV 57.4 mum 57.4 mumWAbsorberPhysicaleIoni - 2 -3.96 mm -3.2 cm 4.62 cm 0 eV 0 eV 0 fm 57.4 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.96 mm -3.2 cm 4.62 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 mm -3.33 cm 4.55 cm 272 keV 0 eV 2.64 mm 2.64 mmWAbsorberPhysicalcompt - 2 -1.78 mm -3.38 cm 4.6 cm 0 eV 69.5 keV 702 mum 3.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.78 mm -3.38 cm 4.6 cm 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.77 mm -3.38 cm 4.6 cm 0 eV 202 keV 48.1 mum 48.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 mm -3.33 cm 4.55 cm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 mm -3.33 cm 4.55 cm 0 eV 239 keV 62.2 mum 62.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.96 mm -3.2 cm 4.62 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.55 mm -3.05 cm 4.7 cm 0 eV 69.5 keV 3.1 mm 3.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.55 mm -3.05 cm 4.7 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.56 mm -3.06 cm 4.7 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.96 mm -3.2 cm 4.62 cm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.96 mm -3.2 cm 4.62 cm 0 eV 308 keV 90.3 mum 90.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -929 mum -8.44 mm 4.47 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -993 mum -8.57 mm 4.71 mm 0 eV 69.5 keV 283 mum 283 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -993 mum -8.57 mm 4.71 mm 64.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -993 mum -8.57 mm 4.71 mm 0 eV 64.3 keV 7.71 mum 7.71 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -813 mum -8.32 mm 4.28 mm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -845 mum -8.35 mm 4.35 mm 0 eV 69.5 keV 83.4 mum 83.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -845 mum -8.35 mm 4.35 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -846 mum -8.35 mm 4.35 mm 0 eV 141 keV 27.6 mum 27.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -783 mum -8.22 mm 4.17 mm 4.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.4 mm -1.3 cm 8.74 mm 2.21 MeV 0 eV 7.08 mm 7.08 mmWAbsorberPhysicalcompt - 2 -1.06 cm -2.07 cm 1.14 cm 1.03 MeV 0 eV 1.09 cm 1.8 cmWAbsorberPhysicalcompt - 3 -2.19 cm -2.21 cm 1.13 cm 446 keV 0 eV 1.14 cm 2.94 cmWAbsorberPhysicalcompt - 4 -2.5 cm -1.74 cm 6.44 mm 179 keV 0 eV 7.43 mm 3.68 cmWAbsorberPhysicalcompt - 5 -2.54 cm -1.86 cm 7.06 mm 0 eV 69.5 keV 1.44 mm 3.82 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.54 cm -1.86 cm 7.06 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.54 cm -1.86 cm 7.07 mm 0 eV 110 keV 18.5 mum 18.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.5 cm -1.74 cm 6.44 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 cm -1.74 cm 6.43 mm 0 eV 267 keV 73.3 mum 73.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 cm -2.21 cm 1.13 cm 585 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.19 cm -2.21 cm 1.13 cm 0 eV 585 keV 219 mum 219 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm -2.07 cm 1.14 cm 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm -2.08 cm 1.14 cm 0 eV 1.18 MeV 517 mum 517 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.4 mm -1.3 cm 8.74 mm 2.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.12 mm -1.31 cm 8.87 mm 826 keV 1.02 MeV 451 mum 451 mumWAbsorberPhysicaleBrem - 2 -3.2 mm -1.3 cm 8.86 mm 385 keV 243 keV 152 mum 603 mumWAbsorberPhysicaleBrem - 3 -3.21 mm -1.3 cm 8.85 mm 0 eV 385 keV 124 mum 728 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 93, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 mm -1.3 cm 8.86 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.08 mm -1.29 cm 8.58 mm 0 eV 69.5 keV 338 mum 338 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.08 mm -1.29 cm 8.58 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.08 mm -1.29 cm 8.57 mm 0 eV 128 keV 23.6 mum 23.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.12 mm -1.31 cm 8.87 mm 711 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 mm -1.18 cm 1.62 mm 626 keV 0 eV 7.37 mm 7.37 mmWAbsorberPhysicalcompt - 2 -7.66 mm -1.2 cm -6.39 mm 0 eV 69.5 keV 8.99 mm 1.64 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 92 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.66 mm -1.2 cm -6.39 mm 557 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.67 mm -1.2 cm -6.41 mm 0 eV 557 keV 206 mum 206 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 92 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 mm -1.18 cm 1.62 mm 84.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 mm -1.18 cm 1.62 mm 0 eV 84.4 keV 12.1 mum 12.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 15.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -27.1 cm 435 mum 3.76 cm 15.6 MeV 0 eV 27.3 cm 27.3 cmFCALEnvelopePhysicalTransportation - 2 -28 cm 450 mum 3.89 cm 15.6 MeV 0 eV 9.65 mm 28.3 cmLArgPhysicalTransportation - 3 -1.26 m 2.03 mm 17.5 cm 15.6 MeV 0 eV 99.2 cm 1.27 mCryostatVolumesTransportation - 4 -1.27 m 2.03 mm 17.6 cm 15.6 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 5 -1.33 m 2.15 mm 18.6 cm 15.6 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 6 -1.34 m 2.15 mm 18.6 cm 15.6 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 7 -5 m 8.04 mm 69.5 cm 15.6 MeV 0 eV 3.7 m 5.05 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.52 cm 15.5 cm -7.39 cm 46.6 MeV 0 eV 18 cm 18 cmF2RodPhysicalTransportation - 2 5.55 cm 15.5 cm -7.43 cm 46.6 MeV 0 eV 1.14 mm 18.1 cmF2LArGapPhysicalTransportation - 3 5.56 cm 15.6 cm -7.45 cm 46.6 MeV 0 eV 449 mum 18.2 cmCuPlateBPhysicalTransportation - 4 6.12 cm 17.2 cm -8.2 cm 46.6 MeV 0 eV 1.83 cm 20 cmLArgPhysicalTransportation - 5 8.64 cm 24.2 cm -11.6 cm 46.6 MeV 0 eV 8.22 cm 28.2 cmBackExcluderTransportation - 6 9.19 cm 25.7 cm -12.3 cm 46.6 MeV 0 eV 1.78 cm 30 cmLArgPhysicalTransportation - 7 34.8 cm 97.5 cm -46.6 cm 46.6 MeV 0 eV 83.6 cm 1.14 mCryostatVolumesTransportation - 8 70.5 cm 1.98 m -94.4 cm 46.6 MeV 0 eV 1.16 m 2.3 mMotherTransportation - 9 1.78 m 5 m -2.39 m 46.6 MeV 0 eV 3.52 m 5.82 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=44.0219 -Edep in FCAL1 FCAl2 : 0 44.0219 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2608 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 108 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 9.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -329 mum -391 mum 266 mum 5.95 MeV 1.12 MeV 599 mum 599 mumWAbsorberPhysicaleBrem - 2 -341 mum -560 mum 442 mum 5.4 MeV 384 keV 252 mum 851 mumWAbsorberPhysicaleBrem - 3 -1.62 mm -146 mum 521 mum 2.36 MeV 2.87 MeV 1.48 mm 2.33 mmWAbsorberPhysicaleBrem - 4 -1.63 mm -32.5 mum 692 mum 792 keV 1.06 MeV 259 mum 2.59 mmWAbsorberPhysicaleBrem - 5 -1.65 mm -25.4 mum 703 mum 574 keV 56.6 keV 28.8 mum 2.62 mmWAbsorberPhysicaleBrem - 6 -1.66 mm -27.2 mum 679 mum 0 eV 574 keV 213 mum 2.83 mmWAbsorberPhysicaleIoni - 7 -1.66 mm -27.2 mum 679 mum 0 eV 0 eV 0 fm 2.83 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm -27.2 mum 679 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.66 mm -4.92 mm 8.32 mm 0 eV 69.5 keV 9.56 mm 9.56 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.66 mm -4.92 mm 8.32 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.65 mm -4.93 mm 8.33 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm -27.2 mum 679 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -618 mum 1.67 mm -1.97 mm 506 keV 0 eV 3.32 mm 3.32 mmWAbsorberPhysicalcompt - 2 1.57 mm 4.53 mm -5.7 mm 273 keV 0 eV 5.18 mm 8.5 mmWAbsorberPhysicalcompt - 3 2.29 mm 4.29 mm -5.61 mm 0 eV 69.5 keV 762 mum 9.26 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.29 mm 4.29 mm -5.61 mm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.29 mm 4.28 mm -5.61 mm 0 eV 203 keV 48.4 mum 48.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm 4.53 mm -5.7 mm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm 4.53 mm -5.7 mm 0 eV 233 keV 60 mum 60 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -618 mum 1.67 mm -1.97 mm 5.09 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -618 mum 1.67 mm -1.97 mm 0 eV 5.09 keV 144 nm 144 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm -25.4 mum 703 mum 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 mm -60.1 mum -160 mum 0 eV 69.5 keV 900 mum 900 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 mm -60.1 mum -160 mum 92.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 mm -59.5 mum -160 mum 0 eV 92.1 keV 13.9 mum 13.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 mm -32.5 mum 692 mum 501 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 mm 132 mum 964 mum 495 keV 0 eV 332 mum 332 mumWAbsorberPhysicalcompt - 2 -2.49 mm 927 mum 2.46 mm 0 eV 69.5 keV 1.86 mm 2.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.49 mm 927 mum 2.46 mm 426 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm 933 mum 2.47 mm 0 eV 426 keV 143 mum 143 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 mm 132 mum 964 mum 5.53 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 mm 132 mum 964 mum 0 eV 5.53 keV 162 nm 162 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm -146 mum 521 mum 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 mm 32.4 mum 638 mum 0 eV 69.5 keV 243 mum 243 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 mm 32.4 mum 638 mum 98.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 mm 33.2 mum 637 mum 0 eV 98.5 keV 15.5 mum 15.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -341 mum -560 mum 442 mum 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 mm -821 mum 1.6 mm 0 eV 69.5 keV 1.37 mm 1.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 mm -821 mum 1.6 mm 94.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 mm -822 mum 1.6 mm 0 eV 94.8 keV 14.6 mum 14.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -329 mum -391 mum 266 mum 2.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.61 mm -9.15 mm 9.71 mm 1.84 MeV 0 eV 1.39 cm 1.39 cmWAbsorberPhysicalcompt - 2 -1.59 cm -1.59 cm 1.7 cm 1.4 MeV 0 eV 1.43 cm 2.83 cmWAbsorberPhysicalcompt - 3 -3.38 cm -3.25 cm 2.07 cm 726 keV 0 eV 2.47 cm 5.3 cmWAbsorberPhysicalcompt - 4 -3.41 cm -3.43 cm 2.01 cm 207 keV 0 eV 1.94 mm 5.49 cmWAbsorberPhysicalcompt - 5 -3.4 cm -3.42 cm 2 cm 0 eV 69.5 keV 68.4 mum 5.5 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.4 cm -3.42 cm 2 cm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.4 cm -3.42 cm 2 cm 0 eV 137 keV 26.3 mum 26.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.41 cm -3.43 cm 2.01 cm 519 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.41 cm -3.43 cm 2 cm 0 eV 519 keV 187 mum 187 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.38 cm -3.25 cm 2.07 cm 677 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.38 cm -3.25 cm 2.08 cm 0 eV 677 keV 265 mum 265 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.59 cm -1.59 cm 1.7 cm 434 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 cm -1.59 cm 1.7 cm 0 eV 434 keV 147 mum 147 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.61 mm -9.15 mm 9.71 mm 811 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.6 mm -9.17 mm 9.73 mm 0 eV 811 keV 332 mum 332 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.87 cm 18.5 cm 15.3 cm 47 MeV 0 eV 24.5 cm 24.5 cmLArgPhysicalTransportation - 2 -25.7 cm 97.5 cm 80.8 cm 47 MeV 0 eV 1.05 m 1.29 mCryostatVolumesTransportation - 3 -38.7 cm 1.47 m 1.22 m 47 MeV 0 eV 65.4 cm 1.95 mInsulationPhysicalTransportation - 4 -40.9 cm 1.55 m 1.28 m 47 MeV 0 eV 10.7 cm 2.05 mCryostatVolumesTransportation - 5 -40.9 cm 1.55 m 1.29 m 47 MeV 0 eV 3.81 mm 2.06 mMotherTransportation - 6 -1.32 m 5 m 4.14 m 47 MeV 0 eV 4.57 m 6.63 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 cm -5.06 cm -6.37 cm 48.5 MeV 0 eV 8.43 cm 8.43 cmF2RodPhysicalTransportation - 2 2.22 cm -5.11 cm -6.44 cm 48.5 MeV 0 eV 814 mum 8.51 cmF2LArGapPhysicalTransportation - 3 2.24 cm -5.15 cm -6.49 cm 48.5 MeV 0 eV 669 mum 8.58 cmCuPlateBPhysicalTransportation - 4 3.03 cm -6.97 cm -8.78 cm 48.5 MeV 0 eV 3.04 cm 11.6 cmLArgPhysicalTransportation - 5 4 cm -9.19 cm -11.6 cm 48.5 MeV 0 eV 3.7 cm 15.3 cmBackExcluderTransportation - 6 14.4 cm -33.1 cm -41.8 cm 48.5 MeV 0 eV 39.9 cm 55.2 cmLArgPhysicalTransportation - 7 41.6 cm -95.6 cm -1.2 m 48.5 MeV 0 eV 1.04 m 1.59 mCryostatVolumesTransportation - 8 41.7 cm -95.8 cm -1.21 m 48.5 MeV 0 eV 3.75 mm 1.6 mInsulationPhysicalTransportation - 9 42.4 cm -97.5 cm -1.23 m 48.5 MeV 0 eV 2.84 cm 1.63 mMotherTransportation - 10 2.18 m -5 m -6.3 m 48.5 MeV 0 eV 6.71 m 8.33 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=10.7383 -Edep in FCAL1 FCAl2 : 0 10.7383 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2609 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 109 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -389 mum -369 mum -118 mum 0 eV 849 keV 542 mum 542 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -389 mum -369 mum -118 mum 15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 cm -1.79 cm -3.31 mm 0 eV 0 eV 2.42 cm 2.42 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 8, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 cm -1.79 cm -3.31 mm 6.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm -1.83 cm -3.22 mm 4.09 MeV 856 keV 411 mum 411 mumWAbsorberPhysicaleBrem - 2 -1.72 cm -1.82 cm -3.24 mm 3.3 MeV 574 keV 316 mum 727 mumWAbsorberPhysicaleBrem - 3 -1.73 cm -1.86 cm -2.43 mm 840 keV 2.22 MeV 1.14 mm 1.87 mmWAbsorberPhysicaleBrem - 4 -1.73 cm -1.86 cm -2.45 mm 0 eV 840 keV 348 mum 2.21 mmWAbsorberPhysicaleIoni - 5 -1.73 cm -1.86 cm -2.45 mm 0 eV 0 eV 0 fm 2.21 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 cm -1.86 cm -2.45 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 cm -1.94 cm -4.45 mm 296 keV 0 eV 4.54 mm 4.54 mmWAbsorberPhysicalcompt - 2 -2.16 cm -1.77 cm -6.25 mm 0 eV 69.5 keV 2.49 mm 7.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 cm -1.77 cm -6.25 mm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.16 cm -1.77 cm -6.25 mm 0 eV 226 keV 57.3 mum 57.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 cm -1.94 cm -4.45 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 cm -1.94 cm -4.45 mm 0 eV 215 keV 53.1 mum 53.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 cm -1.86 cm -2.45 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm -1.82 cm -1.34 mm 0 eV 69.5 keV 2.55 mm 2.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm -1.82 cm -1.34 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm -1.82 cm -1.33 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 cm -1.86 cm -2.43 mm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 cm -1.87 cm -2.51 mm 0 eV 69.5 keV 152 mum 152 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 cm -1.87 cm -2.51 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 cm -1.87 cm -2.51 mm 0 eV 178 keV 39.6 mum 39.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 cm -1.82 cm -3.24 mm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 cm -1.82 cm -3.16 mm 191 keV 0 eV 294 mum 294 mumWAbsorberPhysicalcompt - 2 -1.76 cm -1.83 cm -3.17 mm 133 keV 0 eV 110 mum 404 mumWAbsorberPhysicalcompt - 3 -1.74 cm -1.84 cm -2.84 mm 0 eV 69.5 keV 394 mum 798 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 cm -1.84 cm -2.84 mm 63.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 cm -1.84 cm -2.84 mm 0 eV 63.4 keV 7.51 mum 7.51 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.76 cm -1.83 cm -3.17 mm 57.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.76 cm -1.83 cm -3.17 mm 0 eV 57.8 keV 6.5 mum 6.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 cm -1.82 cm -3.16 mm 21.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 cm -1.82 cm -3.16 mm 0 eV 21.9 keV 1.33 mum 1.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm -1.83 cm -3.22 mm 1.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm -1.83 cm -3.21 mm 347 keV 0 eV 20.7 mum 20.7 mumWAbsorberPhysicalcompt - 2 -1.55 cm -1.6 cm -590 mum 285 keV 0 eV 3.71 mm 3.73 mmWAbsorberPhysicalcompt - 3 -1.55 cm -1.6 cm -590 mum 0 eV 69.5 keV 49.9 mum 3.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 cm -1.6 cm -590 mum 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 cm -1.6 cm -589 mum 0 eV 216 keV 53.2 mum 53.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 cm -1.6 cm -590 mum 62.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 cm -1.6 cm -589 mum 0 eV 62.4 keV 7.33 mum 7.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm -1.83 cm -3.21 mm 1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm -1.83 cm -3.2 mm 0 eV 1 MeV 429 mum 429 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 cm -1.79 cm -3.31 mm 7.69 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 cm -1.8 cm -3.35 mm 4.58 MeV 301 keV 184 mum 184 mumWAbsorberPhysicaleBrem - 2 -1.69 cm -1.83 cm -3.48 mm 3.49 MeV 650 keV 327 mum 512 mumWAbsorberPhysicaleBrem - 3 -1.68 cm -1.85 cm -3.54 mm 2.7 MeV 635 keV 258 mum 770 mumWAbsorberPhysicaleBrem - 4 -1.67 cm -1.85 cm -3.57 mm 1.05 MeV 133 keV 84.4 mum 854 mumWAbsorberPhysicaleBrem - 5 -1.68 cm -1.85 cm -3.6 mm 0 eV 1.05 MeV 441 mum 1.3 mmWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 cm -1.85 cm -3.57 mm 1.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.04 cm -2.17 cm -1.8 cm 306 keV 0 eV 1.52 cm 1.52 cmWAbsorberPhysicalcompt - 2 -2.04 cm -2.18 cm -1.79 cm 0 eV 69.5 keV 105 mum 1.53 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.04 cm -2.18 cm -1.79 cm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.04 cm -2.18 cm -1.79 cm 0 eV 237 keV 61.3 mum 61.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.04 cm -2.17 cm -1.8 cm 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 cm -2.17 cm -1.8 cm 0 eV 1.21 MeV 536 mum 536 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 cm -1.85 cm -3.54 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 cm -1.86 cm -3.68 mm 0 eV 69.5 keV 217 mum 217 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 cm -1.86 cm -3.68 mm 86.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 cm -1.86 cm -3.68 mm 0 eV 86.4 keV 12.5 mum 12.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm -1.83 cm -3.48 mm 431 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 cm -1.95 cm -3.62 mm 200 keV 0 eV 1.31 mm 1.31 mmWAbsorberPhysicalcompt - 2 -1.69 cm -1.95 cm -3.5 mm 0 eV 69.5 keV 409 mum 1.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm -1.95 cm -3.5 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm -1.95 cm -3.5 mm 0 eV 130 keV 24.3 mum 24.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 cm -1.95 cm -3.62 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 cm -1.95 cm -3.62 mm 0 eV 231 keV 58.9 mum 58.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 cm -1.8 cm -3.35 mm 2.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm -1.82 cm -3.47 mm 1.15 MeV 0 eV 341 mum 341 mumWAbsorberPhysicalcompt - 2 -1.75 cm -1.86 cm -4.65 mm 1.08 MeV 0 eV 1.32 mm 1.66 mmWAbsorberPhysicalcompt - 3 -1.99 cm -1.99 cm -1.6 cm 0 eV 69.5 keV 1.17 cm 1.33 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 cm -1.99 cm -1.6 cm 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 cm -1.99 cm -1.6 cm 0 eV 1.01 MeV 433 mum 433 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 cm -1.86 cm -4.65 mm 71.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.75 cm -1.86 cm -4.65 mm 0 eV 71.7 keV 9.25 mum 9.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm -1.82 cm -3.47 mm 1.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 cm -1.81 cm -3.7 mm 203 keV 945 keV 516 mum 516 mumWAbsorberPhysicaleBrem - 2 -1.72 cm -1.81 cm -3.7 mm 0 eV 203 keV 48.5 mum 564 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 cm -1.81 cm -3.7 mm 512 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm -1.62 cm -3.57 mm 0 eV 69.5 keV 4.68 mm 4.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm -1.62 cm -3.57 mm 443 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm -1.62 cm -3.58 mm 0 eV 443 keV 151 mum 151 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -389 mum -369 mum -118 mum 4.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -491 mum -401 mum -161 mum 0 eV 0 eV 115 mum 115 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 39, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -491 mum -401 mum -161 mum 1.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -607 mum -398 mum -187 mum 0 eV 1.71 MeV 802 mum 802 mumWAbsorberPhysicaleIoni - 2 -607 mum -398 mum -187 mum 0 eV 0 eV 0 fm 802 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -607 mum -398 mum -187 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.68 mm -1.39 mm 2.35 mm 0 eV 69.5 keV 3.42 mm 3.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.68 mm -1.39 mm 2.35 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.68 mm -1.4 mm 2.35 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -607 mum -398 mum -187 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 368 mum 68.5 mum -1.38 mm 286 keV 0 eV 1.61 mm 1.61 mmWAbsorberPhysicalcompt - 2 371 mum 74.2 mum -1.38 mm 0 eV 69.5 keV 6.99 mum 1.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 371 mum 74.2 mum -1.38 mm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 370 mum 77.9 mum -1.38 mm 0 eV 216 keV 53.6 mum 53.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 368 mum 68.5 mum -1.38 mm 225 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 369 mum 67.9 mum -1.38 mm 0 eV 225 keV 56.8 mum 56.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -491 mum -401 mum -161 mum 1.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -538 mum -440 mum -196 mum 0 eV 1.51 MeV 685 mum 685 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -25.6 cm -1 cm 11.9 cm 35.5 MeV 0 eV 28.3 cm 28.3 cmFCALEnvelopePhysicalTransportation - 2 -26.5 cm -1.04 cm 12.3 cm 35.5 MeV 0 eV 9.43 mm 29.2 cmLArgPhysicalTransportation - 3 -1.16 m -4.54 cm 53.8 cm 35.5 MeV 0 eV 98.3 cm 1.28 mCryostatVolumesTransportation - 4 -1.16 m -4.55 cm 53.9 cm 35.5 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 5 -1.22 m -4.8 cm 56.9 cm 35.5 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 6 -1.22 m -4.8 cm 57 cm 35.5 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 7 -5 m -19.6 cm 2.33 m 35.5 MeV 0 eV 4.17 m 5.52 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 29.2 cm 6.94 cm -6.27 cm 50.6 MeV 0 eV 30.7 cm 30.7 cmLArgPhysicalTransportation - 2 1.25 m 29.6 cm -26.8 cm 50.6 MeV 0 eV 1 m 1.31 mCryostatVolumesTransportation - 3 1.25 m 29.7 cm -26.8 cm 50.6 MeV 0 eV 3.08 mm 1.31 mInsulationPhysicalTransportation - 4 1.32 m 31.3 cm -28.3 cm 50.6 MeV 0 eV 7.19 cm 1.38 mCryostatVolumesTransportation - 5 1.32 m 31.4 cm -28.4 cm 50.6 MeV 0 eV 2.57 mm 1.39 mMotherTransportation - 6 5 m 1.19 m -1.07 m 50.6 MeV 0 eV 3.86 m 5.25 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=20.0972 -Edep in FCAL1 FCAl2 : 0 20.0972 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2610 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 110 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 340 mum -60.9 mum -30.8 mum 20.7 MeV 712 keV 347 mum 347 mumWAbsorberPhysicaleBrem - 2 824 mum -42.9 mum -67.6 mum 19.2 MeV 1.43 MeV 489 mum 837 mumWAbsorberPhysicaleBrem - 3 2.11 mm 489 mum 877 mum 4.8 MeV 4.68 MeV 2.23 mm 3.07 mmWAbsorberPhysicaleIoni - 4 2.13 mm 478 mum 881 mum 4.17 MeV 51.8 keV 20.3 mum 3.09 mmWAbsorberPhysicaleBrem - 5 2.18 mm 464 mum 897 mum 2.79 MeV 504 keV 55.9 mum 3.14 mmWAbsorberPhysicaleBrem - 6 2.15 mm 342 mum 1.41 mm 839 keV 1.14 MeV 669 mum 3.81 mmWAbsorberPhysicaleBrem - 7 2.13 mm 360 mum 1.39 mm 0 eV 839 keV 348 mum 4.16 mmWAbsorberPhysicaleIoni - 8 2.13 mm 360 mum 1.39 mm 0 eV 0 eV 0 fm 4.16 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.13 mm 360 mum 1.39 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.9 mm 960 mum 1.44 mm 301 keV 0 eV 645 mum 645 mumWAbsorberPhysicalcompt - 2 1.79 mm 962 mum 1.57 mm 0 eV 69.5 keV 167 mum 812 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.79 mm 962 mum 1.57 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.79 mm 961 mum 1.56 mm 0 eV 231 keV 59.2 mum 59.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.9 mm 960 mum 1.44 mm 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.9 mm 964 mum 1.44 mm 0 eV 210 keV 51.1 mum 51.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.13 mm 360 mum 1.39 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.41 mm -5.58 mm 870 mum 462 keV 0 eV 6.38 mm 6.38 mmWAbsorberPhysicalcompt - 2 4.2 mm -8.67 mm 1.14 mm 0 eV 69.5 keV 3.11 mm 9.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.2 mm -8.67 mm 1.14 mm 393 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.2 mm -8.67 mm 1.14 mm 0 eV 393 keV 128 mum 128 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.41 mm -5.58 mm 870 mum 48.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.41 mm -5.58 mm 870 mum 0 eV 48.9 keV 4.92 mum 4.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.15 mm 342 mum 1.41 mm 811 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 mm 549 mum 1.07 mm 430 keV 0 eV 690 mum 690 mumWAbsorberPhysicalcompt - 2 1.25 mm -295 mum -513 mum 174 keV 0 eV 1.83 mm 2.52 mmWAbsorberPhysicalcompt - 3 1.28 mm -318 mum -424 mum 0 eV 69.5 keV 99.2 mum 2.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -318 mum -424 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 mm -318 mum -423 mum 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm -295 mum -513 mum 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm -297 mum -518 mum 0 eV 256 keV 68.8 mum 68.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 mm 549 mum 1.07 mm 381 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm 554 mum 1.07 mm 0 eV 381 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.18 mm 464 mum 897 mum 878 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.58 mm -4.51 mm 2.95 mm 0 eV 69.5 keV 8.36 mm 8.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.58 mm -4.51 mm 2.95 mm 808 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.61 mm -4.52 mm 2.95 mm 0 eV 808 keV 330 mum 330 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.13 mm 478 mum 881 mum 572 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.43 mm -233 mum 1.47 mm 0 eV 69.5 keV 1.59 mm 1.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.43 mm -233 mum 1.47 mm 503 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 mm -238 mum 1.48 mm 0 eV 503 keV 179 mum 179 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.11 mm 489 mum 877 mum 9.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 mm 521 mum 1.26 mm 8.77 MeV 802 keV 475 mum 475 mumWAbsorberPhysicaleBrem - 2 2.48 mm 469 mum 1.37 mm 7.41 MeV 370 keV 172 mum 647 mumWAbsorberPhysicaleBrem - 3 2.63 mm 335 mum 1.69 mm 6.4 MeV 782 keV 414 mum 1.06 mmWAbsorberPhysicaleBrem - 4 2.59 mm 246 mum 1.72 mm 5.98 MeV 171 keV 103 mum 1.16 mmWAbsorberPhysicaleBrem - 5 2.23 mm 177 mum 1.83 mm 3.05 MeV 659 keV 411 mum 1.58 mmWAbsorberPhysicaleBrem - 6 1.95 mm 140 mum 1.8 mm 797 keV 1.98 MeV 347 mum 1.92 mmWAbsorberPhysicaleBrem - 7 1.93 mm 147 mum 1.78 mm 0 eV 797 keV 325 mum 2.25 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 mm 140 mum 1.8 mm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 mm 644 mum 1.48 mm 0 eV 69.5 keV 638 mum 638 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 mm 644 mum 1.48 mm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 mm 644 mum 1.48 mm 0 eV 204 keV 48.9 mum 48.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.23 mm 177 mum 1.83 mm 2.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.16 mm -367 mum 4.4 mm 405 keV 0 eV 4.29 mm 4.29 mmWAbsorberPhysicalcompt - 2 -1.28 mm -4.81 mm 3.01 mm 170 keV 0 eV 4.66 mm 8.95 mmWAbsorberPhysicalcompt - 3 -1.2 mm -4.64 mm 2.95 mm 0 eV 69.5 keV 196 mum 9.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 mm -4.64 mm 2.95 mm 100 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 mm -4.64 mm 2.95 mm 0 eV 100 keV 15.8 mum 15.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 mm -4.81 mm 3.01 mm 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 mm -4.81 mm 3 mm 0 eV 235 keV 60.6 mum 60.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 mm -367 mum 4.4 mm 1.87 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 mm -363 mum 4.47 mm 0 eV 1.87 MeV 867 mum 867 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 mm 246 mum 1.72 mm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm -3.3 mm 3.79 mm 0 eV 69.5 keV 6.54 mm 6.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.5 mm -3.3 mm 3.79 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm -3.3 mm 3.79 mm 0 eV 184 keV 41.6 mum 41.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 mm 335 mum 1.69 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm 174 mum 1.78 mm 0 eV 69.5 keV 189 mum 189 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 mm 174 mum 1.78 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm 175 mum 1.78 mm 0 eV 150 keV 30.4 mum 30.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.48 mm 469 mum 1.37 mm 993 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm -1.5 mm 1.24 cm 675 keV 0 eV 1.38 cm 1.38 cmWAbsorberPhysicalcompt - 2 1.06 cm -4.04 mm 1.67 cm 0 eV 69.5 keV 4.97 mm 1.88 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm -4.04 mm 1.67 cm 605 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm -4.05 mm 1.67 cm 0 eV 605 keV 229 mum 229 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm -1.5 mm 1.24 cm 319 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm -1.5 mm 1.24 cm 0 eV 319 keV 94.8 mum 94.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.36 mm 521 mum 1.26 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.51 mm 490 mum 1.35 mm 0 eV 69.5 keV 181 mum 181 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.51 mm 490 mum 1.35 mm 61.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.51 mm 490 mum 1.35 mm 0 eV 61.4 keV 7.15 mum 7.15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 824 mum -42.9 mum -67.6 mum 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm -60.8 mum -83 mum 0 eV 69.5 keV 429 mum 429 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm -60.8 mum -83 mum 66.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm -61.4 mum -83.3 mum 0 eV 66.3 keV 8.13 mum 8.13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 340 mum -60.9 mum -30.8 mum 29.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.56 mm -793 mum -1.17 mm 0 eV 0 eV 7.34 mm 7.34 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 39, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.56 mm -793 mum -1.17 mm 26.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 253 mum -1.39 mm 19.1 MeV 6.8 MeV 2.89 mm 2.89 mmWAbsorberPhysicaleBrem - 2 1.15 cm 133 mum -1.54 mm 12.1 MeV 5.39 MeV 1.42 mm 4.31 mmWAbsorberPhysicaleBrem - 3 1.28 cm 474 mum -1.88 mm 7.03 MeV 2.4 MeV 1.34 mm 5.65 mmWAbsorberPhysicaleBrem - 4 1.31 cm -497 mum -195 mum 2.95 MeV 4.07 MeV 2.05 mm 7.7 mmWAbsorberPhysicaleIoni - 5 1.3 cm -680 mum -625 mum 1.15 MeV 1.69 MeV 572 mum 8.27 mmWAbsorberPhysicaleBrem - 6 1.3 cm -628 mum -598 mum 0 eV 1.15 MeV 512 mum 8.78 mmWAbsorberPhysicaleIoni - 7 1.3 cm -628 mum -598 mum 0 eV 0 eV 0 fm 8.78 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm -628 mum -598 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm -222 mum -540 mum 496 keV 0 eV 563 mum 563 mumWAbsorberPhysicalcompt - 2 1.52 cm 908 mum -262 mum 177 keV 0 eV 2.14 mm 2.71 mmWAbsorberPhysicalcompt - 3 1.51 cm 873 mum -224 mum 0 eV 69.5 keV 109 mum 2.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 cm 873 mum -224 mum 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm 872 mum -223 mum 0 eV 107 keV 17.7 mum 17.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm 908 mum -262 mum 319 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm 912 mum -262 mum 0 eV 319 keV 94.9 mum 94.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 cm -222 mum -540 mum 15.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm -222 mum -540 mum 0 eV 15.4 keV 758 nm 758 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm -628 mum -598 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -370 mum -1.47 cm -2.62 mm 502 keV 0 eV 1.95 cm 1.95 cmWAbsorberPhysicalcompt - 2 -4.62 mm -1.8 cm -2.54 mm 421 keV 0 eV 5.38 mm 2.49 cmWAbsorberPhysicalcompt - 3 -1.11 cm -3.14 cm 5.02 mm 386 keV 0 eV 1.67 cm 4.16 cmWAbsorberPhysicalcompt - 4 -1.35 cm -3.32 cm 6.04 mm 0 eV 69.5 keV 3.17 mm 4.48 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 cm -3.32 cm 6.04 mm 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.35 cm -3.32 cm 6.04 mm 0 eV 317 keV 93.9 mum 93.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -3.14 cm 5.02 mm 34.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -3.14 cm 5.02 mm 0 eV 34.8 keV 2.82 mum 2.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.62 mm -1.8 cm -2.54 mm 80.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.63 mm -1.8 cm -2.54 mm 0 eV 80.8 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -370 mum -1.47 cm -2.62 mm 9.29 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -370 mum -1.47 cm -2.62 mm 0 eV 9.29 keV 347 nm 347 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm -680 mum -625 mum 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm -505 mum -600 mum 0 eV 69.5 keV 177 mum 177 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm -505 mum -600 mum 44.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm -505 mum -600 mum 0 eV 44.2 keV 4.18 mum 4.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 cm 474 mum -1.88 mm 2.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm -1.24 mm -2.03 mm 565 keV 0 eV 1.91 mm 1.91 mmWAbsorberPhysicalcompt - 2 1.41 cm -1.54 mm -4.26 mm 238 keV 0 eV 2.32 mm 4.23 mmWAbsorberPhysicalcompt - 3 1.66 cm -1.56 mm -2.93 mm 0 eV 69.5 keV 2.83 mm 7.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 cm -1.56 mm -2.93 mm 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 cm -1.56 mm -2.93 mm 0 eV 168 keV 36.3 mum 36.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 cm -1.54 mm -4.26 mm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 cm -1.54 mm -4.27 mm 0 eV 327 keV 98.5 mum 98.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm -1.24 mm -2.03 mm 2.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm -1.43 mm -1.81 mm 674 keV 929 keV 562 mum 562 mumWAbsorberPhysicaleBrem - 2 1.34 cm -1.41 mm -1.82 mm 0 eV 674 keV 263 mum 826 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 cm -1.43 mm -1.81 mm 466 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 3.24 mm -3.46 mm 0 eV 69.5 keV 5.21 mm 5.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm 3.24 mm -3.46 mm 396 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 3.25 mm -3.47 mm 0 eV 396 keV 129 mum 129 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 cm 133 mum -1.54 mm 1.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 cm -1.91 mm -1.22 mm 564 keV 0 eV 8.43 mm 8.43 mmWAbsorberPhysicalcompt - 2 1.98 cm -1.93 mm -874 mum 191 keV 0 eV 368 mum 8.8 mmWAbsorberPhysicalcompt - 3 1.98 cm -1.81 mm -1.05 mm 0 eV 69.5 keV 215 mum 9.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 cm -1.81 mm -1.05 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 cm -1.81 mm -1.05 mm 0 eV 122 keV 21.8 mum 21.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 cm -1.93 mm -874 mum 372 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 cm -1.93 mm -865 mum 0 eV 372 keV 119 mum 119 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 cm -1.91 mm -1.22 mm 1.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 cm -1.92 mm -1.23 mm 0 eV 1.12 MeV 487 mum 487 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 253 mum -1.39 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 186 mum -1.41 mm 0 eV 69.5 keV 154 mum 154 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm 186 mum -1.41 mm 77.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 186 mum -1.41 mm 0 eV 77.4 keV 10.4 mum 10.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.56 mm -793 mum -1.17 mm 2.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.56 mm -1.24 mm -1.52 mm 604 keV 1.62 MeV 886 mum 886 mumWAbsorberPhysicaleBrem - 2 7.56 mm -1.23 mm -1.5 mm 0 eV 604 keV 229 mum 1.11 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.56 mm -1.24 mm -1.52 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.48 mm -1.14 mm -1.32 mm 0 eV 69.5 keV 234 mum 234 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.48 mm -1.14 mm -1.32 mm 94.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.48 mm -1.14 mm -1.32 mm 0 eV 94.1 keV 14.4 mum 14.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -31.3 cm 3.98 cm -2.54 cm 41.5 MeV 0 eV 31.7 cm 31.7 cmFCALEnvelopePhysicalTransportation - 2 -32.4 cm 4.12 cm -2.63 cm 41.5 MeV 0 eV 1.12 cm 32.8 cmLArgPhysicalTransportation - 3 -1.27 m 16.2 cm -10.3 cm 41.5 MeV 0 eV 95.7 cm 1.28 mCryostatVolumesTransportation - 4 -1.27 m 16.2 cm -10.3 cm 41.5 MeV 0 eV 3.02 mm 1.29 mInsulationPhysicalTransportation - 5 -1.34 m 17.1 cm -10.9 cm 41.5 MeV 0 eV 7.06 cm 1.36 mCryostatVolumesTransportation - 6 -1.35 m 17.1 cm -10.9 cm 41.5 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 7 -5 m 63.6 cm -40.5 cm 41.5 MeV 0 eV 3.7 m 5.06 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 12.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -27.5 cm 1.36 cm 22 cm 12.7 MeV 0 eV 35.2 cm 35.2 cmFCALEnvelopePhysicalTransportation - 2 -28.4 cm 1.41 cm 22.8 cm 12.7 MeV 0 eV 1.27 cm 36.5 cmLArgPhysicalTransportation - 3 -99.4 cm 4.92 cm 79.8 cm 12.7 MeV 0 eV 91 cm 1.28 mCryostatVolumesTransportation - 4 -99.6 cm 4.93 cm 80 cm 12.7 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 5 -1.05 m 5.2 cm 84.4 cm 12.7 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 6 -1.05 m 5.21 cm 84.5 cm 12.7 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 7 -5 m 24.8 cm 4.01 m 12.7 MeV 0 eV 5.07 m 6.42 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=51.9725 -Edep in FCAL1 FCAl2 : 0 51.9725 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2611 0 0 0 --------------------------------------------- - ----> Begin of event: 111 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 111 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -440 mum 128 mum -209 mum 17.5 MeV 937 keV 505 mum 505 mumWAbsorberPhysicaleBrem - 2 -987 mum 232 mum -335 mum 11.9 MeV 1.84 MeV 585 mum 1.09 mmWAbsorberPhysicaleIoni - 3 -2.93 mm 740 mum 139 mum 7.23 MeV 4.46 MeV 1.88 mm 2.97 mmWAbsorberPhysicaleBrem - 4 -3.53 mm 583 mum 43 mum 5.18 MeV 1.29 MeV 773 mum 3.74 mmWAbsorberPhysicaleBrem - 5 -3.63 mm 445 mum -49 mum 4.44 MeV 360 keV 203 mum 3.94 mmWAbsorberPhysicaleBrem - 6 -4.67 mm 576 mum -269 mum 1.08 MeV 2.36 MeV 1.22 mm 5.17 mmWAbsorberPhysicaleBrem - 7 -4.62 mm 557 mum -304 mum 0 eV 1.08 MeV 475 mum 5.64 mmWAbsorberPhysicaleIoni - 8 -4.62 mm 557 mum -304 mum 0 eV 0 eV 0 fm 5.64 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.62 mm 557 mum -304 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.28 mm 3.61 mm -34.5 mum 361 keV 0 eV 3.08 mm 3.08 mmWAbsorberPhysicalcompt - 2 -4.29 mm 3.62 mm -16.1 mum 158 keV 0 eV 27.5 mum 3.11 mmWAbsorberPhysicalcompt - 3 -4.29 mm 3.62 mm -16.4 mum 0 eV 69.5 keV 278 nm 3.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.29 mm 3.62 mm -16.4 mum 88.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.29 mm 3.62 mm -16.9 mum 0 eV 88.9 keV 13.1 mum 13.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.29 mm 3.62 mm -16.1 mum 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.3 mm 3.62 mm -13.5 mum 0 eV 203 keV 48.2 mum 48.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.28 mm 3.61 mm -34.5 mum 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.28 mm 3.61 mm -35.5 mum 0 eV 150 keV 30.4 mum 30.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.62 mm 557 mum -304 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.87 mm -1.06 cm -1.29 mm 0 eV 69.5 keV 1.13 cm 1.13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.87 mm -1.06 cm -1.29 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.87 mm -1.07 cm -1.3 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.67 mm 576 mum -269 mum 995 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.62 mm 2.62 mm -5.66 mm 766 keV 0 eV 8.53 mm 8.53 mmWAbsorberPhysicalcompt - 2 3.98 mm 1.51 mm -8.73 mm 0 eV 69.5 keV 4.03 mm 1.26 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.98 mm 1.51 mm -8.73 mm 697 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.99 mm 1.5 mm -8.74 mm 0 eV 697 keV 275 mum 275 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.62 mm 2.62 mm -5.66 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.62 mm 2.63 mm -5.66 mm 0 eV 228 keV 58.1 mum 58.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.63 mm 445 mum -49 mum 379 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.86 mm -120 mum -310 mum 175 keV 0 eV 663 mum 663 mumWAbsorberPhysicalcompt - 2 -3.96 mm 93 mum -335 mum 0 eV 69.5 keV 237 mum 900 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.96 mm 93 mum -335 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.96 mm 92.8 mum -334 mum 0 eV 105 keV 17.2 mum 17.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.86 mm -120 mum -310 mum 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.86 mm -124 mum -311 mum 0 eV 205 keV 49 mum 49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.53 mm 583 mum 43 mum 767 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.53 mm -5.52 mm -1.57 mm 608 keV 0 eV 8.71 mm 8.71 mmWAbsorberPhysicalcompt - 2 -1.19 cm -6.04 mm -2.66 mm 187 keV 0 eV 2.69 mm 1.14 cmWAbsorberPhysicalcompt - 3 -1.18 cm -5.88 mm -2.54 mm 0 eV 69.5 keV 262 mum 1.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -5.88 mm -2.54 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -5.88 mm -2.54 mm 0 eV 118 keV 20.6 mum 20.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 cm -6.04 mm -2.66 mm 421 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 cm -6.04 mm -2.67 mm 0 eV 421 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.53 mm -5.52 mm -1.57 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.53 mm -5.52 mm -1.57 mm 0 eV 159 keV 33.3 mum 33.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.93 mm 740 mum 139 mum 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3 mm 603 mum 45.6 mum 165 keV 0 eV 180 mum 180 mumWAbsorberPhysicalcompt - 2 -2.35 mm -2.09 mm -1.18 mm 0 eV 69.5 keV 3.03 mm 3.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.35 mm -2.09 mm -1.18 mm 95.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.35 mm -2.09 mm -1.18 mm 0 eV 95.6 keV 14.7 mum 14.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3 mm 603 mum 45.6 mum 11.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3 mm 603 mum 45.6 mum 0 eV 11.2 keV 462 nm 462 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -987 mum 232 mum -335 mum 3.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 1.22 mm -336 mum 855 keV 2.23 MeV 1.33 mm 1.33 mmWAbsorberPhysicaleBrem - 2 -1.04 mm 1.24 mm -342 mum 0 eV 855 keV 354 mum 1.69 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 mm 1.22 mm -336 mum 716 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 mm 2.21 mm -1.29 mm 626 keV 0 eV 1.45 mm 1.45 mmWAbsorberPhysicalcompt - 2 -542 mum 1.91 cm -1.08 cm 484 keV 0 eV 1.94 cm 2.09 cmWAbsorberPhysicalcompt - 3 -1.07 mm 1.97 cm -1.11 cm 0 eV 69.5 keV 870 mum 2.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 mm 1.97 cm -1.11 cm 415 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 mm 1.97 cm -1.11 cm 0 eV 415 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -542 mum 1.91 cm -1.08 cm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -540 mum 1.91 cm -1.08 cm 0 eV 142 keV 27.9 mum 27.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.5 mm 2.21 mm -1.29 mm 89.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 mm 2.21 mm -1.29 mm 0 eV 89.5 keV 13.3 mum 13.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -440 mum 128 mum -209 mum 28.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.8 mm 732 mum -1.32 mm 0 eV 0 eV 2.68 mm 2.68 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 31, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 mm 732 mum -1.32 mm 20.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm 749 mum -1.58 mm 18.5 MeV 1.08 MeV 574 mum 574 mumWAbsorberPhysicaleBrem - 2 -5.18 mm 144 mum -2.58 mm 14 MeV 4.37 MeV 2.17 mm 2.74 mmWAbsorberPhysicaleBrem - 3 -5.98 mm 822 mum -2.83 mm 9.05 MeV 3.3 MeV 1.29 mm 4.04 mmWAbsorberPhysicaleBrem - 4 -6.5 mm 955 mum -3.79 mm 0 eV 1.84 MeV 1.05 mm 5.08 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.5 mm 955 mum -3.79 mm 6.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.26 mm 132 mum 158 mum 0 eV 0 eV 4.04 mm 4.04 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.26 mm 132 mum 158 mum 2.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.29 mm 190 mum 312 mum 0 eV 2.15 MeV 1.03 mm 1.03 mmWAbsorberPhysicaleIoni - 2 -6.29 mm 190 mum 312 mum 0 eV 0 eV 0 fm 1.03 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.29 mm 190 mum 312 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.29 mm -535 mum 1.06 mm 253 keV 0 eV 1.04 mm 1.04 mmWAbsorberPhysicalcompt - 2 -7.56 mm -1.73 mm -173 mum 0 eV 69.5 keV 2.13 mm 3.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.56 mm -1.73 mm -173 mum 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.56 mm -1.73 mm -171 mum 0 eV 183 keV 41.5 mum 41.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.29 mm -535 mum 1.06 mm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.29 mm -537 mum 1.06 mm 0 eV 258 keV 69.7 mum 69.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.29 mm 190 mum 312 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.29 mm 319 mum 179 mum 306 keV 0 eV 185 mum 185 mumWAbsorberPhysicalcompt - 2 -6.95 mm -180 mum -960 mum 0 eV 69.5 keV 1.41 mm 1.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.95 mm -180 mum -960 mum 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.95 mm -176 mum -959 mum 0 eV 237 keV 61.2 mum 61.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.29 mm 319 mum 179 mum 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.29 mm 323 mum 178 mum 0 eV 205 keV 49.1 mum 49.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.26 mm 132 mum 158 mum 3.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.29 mm -54.1 mum 210 mum 266 keV 2.77 MeV 231 mum 231 mumWAbsorberPhysicaleBrem - 2 -6.29 mm -55.1 mum 215 mum 0 eV 266 keV 72.8 mum 304 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.29 mm -54.1 mum 210 mum 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.34 mm 9.93 mum 352 mum 0 eV 69.5 keV 166 mum 166 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.34 mm 9.93 mum 352 mum 68.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.34 mm 9.68 mum 353 mum 0 eV 68.5 keV 8.58 mum 8.58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.5 mm 955 mum -3.79 mm 1.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.39 cm 1.64 cm 2.51 cm 1.18 MeV 0 eV 3.71 cm 3.71 cmWAbsorberPhysicalcompt - 2 -2.36 cm 1.86 cm 2.84 cm 783 keV 0 eV 3.94 mm 4.11 cmWAbsorberPhysicalcompt - 3 -2.37 cm 1.86 cm 2.86 cm 0 eV 69.5 keV 268 mum 4.13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 cm 1.86 cm 2.86 cm 714 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.37 cm 1.86 cm 2.87 cm 0 eV 714 keV 283 mum 283 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 cm 1.86 cm 2.84 cm 395 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 cm 1.86 cm 2.84 cm 0 eV 395 keV 128 mum 128 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.39 cm 1.64 cm 2.51 cm 704 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.39 cm 1.64 cm 2.51 cm 0 eV 704 keV 278 mum 278 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.98 mm 822 mum -2.83 mm 1.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 cm 2.58 mm -8.44 mm 1.54 MeV 0 eV 1.18 cm 1.18 cmWAbsorberPhysicalcompt - 2 -1.74 cm 2.56 mm -8.98 mm 1.32 MeV 0 eV 1.3 mm 1.31 cmWAbsorberPhysicalcompt - 3 -3.79 cm -2.18 mm -1.21 cm 289 keV 0 eV 2.13 cm 3.44 cmWAbsorberPhysicalcompt - 4 -3.75 cm -874 mum -9.53 mm 0 eV 69.5 keV 2.94 mm 3.73 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.75 cm -874 mum -9.53 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.75 cm -873 mum -9.53 mm 0 eV 220 keV 54.9 mum 54.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.79 cm -2.18 mm -1.21 cm 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.79 cm -2.19 mm -1.21 cm 0 eV 1.03 MeV 442 mum 442 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 cm 2.56 mm -8.98 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 cm 2.56 mm -8.98 mm 0 eV 227 keV 57.7 mum 57.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 cm 2.58 mm -8.44 mm 82.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 cm 2.58 mm -8.44 mm 0 eV 82.7 keV 11.7 mum 11.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.18 mm 144 mum -2.58 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.21 mm 153 mum -2.61 mm 148 keV 0 eV 50.2 mum 50.2 mumWAbsorberPhysicalcompt - 2 -5.68 mm 499 mum -2.6 mm 0 eV 69.5 keV 577 mum 628 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.68 mm 499 mum -2.6 mm 78.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.68 mm 499 mum -2.6 mm 0 eV 78.7 keV 10.7 mum 10.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.21 mm 153 mum -2.61 mm 13.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.21 mm 153 mum -2.61 mm 0 eV 13.9 keV 646 nm 646 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.3 mm 749 mum -1.58 mm 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.62 cm 6.81 mm -2.09 cm 0 eV 69.5 keV 3.86 cm 3.86 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.62 cm 6.81 mm -2.09 cm 1.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.62 cm 6.69 mm -2.09 cm 325 keV 340 keV 205 mum 205 mumWAbsorberPhysicaleBrem - 2 -3.62 cm 6.69 mm -2.09 cm 0 eV 325 keV 97.6 mum 303 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.62 cm 6.69 mm -2.09 cm 488 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.87 cm 8.62 mm -1.61 cm 447 keV 0 eV 5.75 mm 5.75 mmWAbsorberPhysicalcompt - 2 -3.97 cm 1.19 cm -1.28 cm 0 eV 69.5 keV 4.76 mm 1.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.97 cm 1.19 cm -1.28 cm 378 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.97 cm 1.19 cm -1.27 cm 0 eV 378 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.87 cm 8.62 mm -1.61 cm 40.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.87 cm 8.62 mm -1.61 cm 0 eV 40.9 keV 3.67 mum 3.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 mm 732 mum -1.32 mm 6.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.85 mm 924 mum -1.92 mm 4.73 MeV 1.6 MeV 818 mum 818 mumWAbsorberPhysicaleBrem - 2 -2.59 mm 1.03 mm -1.77 mm 3.81 MeV 564 keV 303 mum 1.12 mmWAbsorberPhysicaleBrem - 3 -2.42 mm 1.3 mm -2.52 mm 1.93 MeV 1.74 MeV 1.07 mm 2.19 mmWAbsorberPhysicaleBrem - 4 -2.36 mm 1.37 mm -2.56 mm 0 eV 1.93 MeV 897 mum 3.09 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.42 mm 1.3 mm -2.52 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 mm 1.39 mm -2.58 mm 0 eV 69.5 keV 140 mum 140 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.33 mm 1.39 mm -2.58 mm 67.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 mm 1.39 mm -2.58 mm 0 eV 67.9 keV 8.46 mum 8.46 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.59 mm 1.03 mm -1.77 mm 359 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.74 mm 2.16 mm -1.82 mm 0 eV 69.5 keV 1.14 mm 1.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.74 mm 2.16 mm -1.82 mm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.74 mm 2.16 mm -1.82 mm 0 eV 290 keV 82.8 mum 82.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.85 mm 924 mum -1.92 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 mm 1.03 mm -1.82 mm 0 eV 69.5 keV 168 mum 168 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 mm 1.03 mm -1.82 mm 38.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 mm 1.03 mm -1.82 mm 0 eV 38.2 keV 3.29 mum 3.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 22 cm -4.63 cm 10.6 cm 51.8 MeV 0 eV 24.9 cm 24.9 cmLArgPhysicalTransportation - 2 1.15 m -24.1 cm 55.4 cm 51.8 MeV 0 eV 1.05 m 1.3 mCryostatVolumesTransportation - 3 1.15 m -24.2 cm 55.5 cm 51.8 MeV 0 eV 3.05 mm 1.3 mInsulationPhysicalTransportation - 4 1.21 m -25.5 cm 58.5 cm 51.8 MeV 0 eV 7.12 cm 1.37 mCryostatVolumesTransportation - 5 1.22 m -25.5 cm 58.6 cm 51.8 MeV 0 eV 2.54 mm 1.37 mMotherTransportation - 6 5 m -1.05 m 2.41 m 51.8 MeV 0 eV 4.28 m 5.65 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 6.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -21.3 cm -5.73 cm 3.71 cm 6.63 MeV 0 eV 22.4 cm 22.4 cmFCALEnvelopePhysicalTransportation - 2 -21.9 cm -5.89 cm 3.81 cm 6.63 MeV 0 eV 6.17 mm 23 cmLArgPhysicalTransportation - 3 -1.26 m -33.8 cm 21.9 cm 6.63 MeV 0 eV 1.09 m 1.32 mCryostatVolumesTransportation - 4 -1.26 m -33.9 cm 21.9 cm 6.63 MeV 0 eV 3.1 mm 1.32 mInsulationPhysicalTransportation - 5 -1.33 m -35.7 cm 23.1 cm 6.63 MeV 0 eV 7.24 cm 1.39 mCryostatVolumesTransportation - 6 -1.33 m -35.8 cm 23.2 cm 6.63 MeV 0 eV 2.59 mm 1.4 mMotherTransportation - 7 -5 m -1.35 m 87.2 cm 6.63 MeV 0 eV 3.85 m 5.25 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=47.7374 -Edep in FCAL1 FCAl2 : 0 47.7374 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2612 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 112 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.4 mum 33.2 mum 901 nm 31.4 MeV 57.4 keV 33.5 mum 33.5 mumWAbsorberPhysicaleBrem - 2 -154 mum 585 mum 3.87 mum 20.6 MeV 936 keV 569 mum 603 mumWAbsorberPhysicaleBrem - 3 -958 mum 2.04 mm 468 mum 15.7 MeV 3.51 MeV 1.76 mm 2.37 mmWAbsorberPhysicaleBrem - 4 -1.04 mm 2.19 mm 488 mum 15.3 MeV 290 keV 173 mum 2.54 mmWAbsorberPhysicaleBrem - 5 -1.19 mm 2.32 mm 464 mum 14.6 MeV 321 keV 197 mum 2.74 mmWAbsorberPhysicaleBrem - 6 -1.4 mm 2.99 mm 364 mum 12.2 MeV 1.33 MeV 767 mum 3.5 mmWAbsorberPhysicaleBrem - 7 -2.13 mm 5.34 mm 656 mum 7.28 MeV 4.7 MeV 2.17 mm 5.68 mmWAbsorberPhysicaleBrem - 8 -2.55 mm 5.29 mm 183 mum 6.17 MeV 928 keV 583 mum 6.26 mmWAbsorberPhysicaleBrem - 9 -1.1 mm 6.04 mm 54.9 mum 2.56 MeV 3.07 MeV 1.76 mm 8.02 mmWAbsorberPhysicaleBrem - 10 -1.16 mm 6.24 mm -691 nm 0 eV 2.56 MeV 1.2 mm 9.22 mmWAbsorberPhysicaleIoni - 11 -1.16 mm 6.24 mm -691 nm 0 eV 0 eV 0 fm 9.22 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 mm 6.24 mm -691 nm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 mm 4.01 mm 1 mm 0 eV 69.5 keV 3.39 mm 3.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 mm 4.01 mm 1 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 mm 4.01 mm 1.01 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 mm 6.24 mm -691 nm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 mm 6.35 mm -52.1 mum 177 keV 0 eV 173 mum 173 mumWAbsorberPhysicalcompt - 2 -1.08 mm 6.25 mm -75.8 mum 0 eV 69.5 keV 226 mum 399 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm 6.25 mm -75.8 mum 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 mm 6.25 mm -77.1 mum 0 eV 108 keV 17.9 mum 17.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 mm 6.35 mm -52.1 mum 334 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 mm 6.36 mm -53.6 mum 0 eV 334 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 mm 6.04 mm 54.9 mum 545 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 mm 8.8 mm -1.09 mm 536 keV 0 eV 3.04 mm 3.04 mmWAbsorberPhysicalcompt - 2 -1.93 mm 1.17 cm -1.81 mm 379 keV 0 eV 3.04 mm 6.07 mmWAbsorberPhysicalcompt - 3 -1.97 mm 1.18 cm -2 mm 339 keV 0 eV 211 mum 6.29 mmWAbsorberPhysicalcompt - 4 -2.57 mm 1.15 cm -3.64 mm 0 eV 69.5 keV 1.77 mm 8.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 mm 1.15 cm -3.64 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 mm 1.15 cm -3.64 mm 0 eV 269 keV 74.3 mum 74.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 mm 1.18 cm -2 mm 39.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 mm 1.18 cm -2 mm 0 eV 39.7 keV 3.48 mum 3.48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm 1.17 cm -1.81 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm 1.17 cm -1.81 mm 0 eV 157 keV 32.5 mum 32.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 mm 8.8 mm -1.09 mm 9.61 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 mm 8.8 mm -1.09 mm 0 eV 9.61 keV 364 nm 364 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm 5.29 mm 183 mum 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.56 mm 5.3 mm 183 mum 0 eV 69.5 keV 15 mum 15 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.56 mm 5.3 mm 183 mum 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.56 mm 5.3 mm 182 mum 0 eV 109 keV 18.2 mum 18.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 mm 5.34 mm 656 mum 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.25 mm 5.7 mm -2.88 mum 0 eV 69.5 keV 1.35 mm 1.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.25 mm 5.7 mm -2.88 mum 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.25 mm 5.7 mm -3.13 mum 0 eV 120 keV 21.3 mum 21.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 mm 2.99 mm 364 mum 1.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 mm 3.58 mm 60.9 mum 1.04 MeV 0 eV 827 mum 827 mumWAbsorberPhysicalcompt - 2 -2.02 cm 1.89 cm -4.47 mm 683 keV 0 eV 2.43 cm 2.51 cmWAbsorberPhysicalcompt - 3 -2.21 cm 1.95 cm -3.5 mm 459 keV 0 eV 2.23 mm 2.74 cmWAbsorberPhysicalcompt - 4 -2.27 cm 2.22 cm -835 mum 295 keV 0 eV 3.82 mm 3.12 cmWAbsorberPhysicalcompt - 5 -2.1 cm 2.21 cm 1.06 mm 0 eV 69.5 keV 2.56 mm 3.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.1 cm 2.21 cm 1.06 mm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.1 cm 2.21 cm 1.06 mm 0 eV 226 keV 57.1 mum 57.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 cm 2.22 cm -835 mum 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 cm 2.22 cm -834 mum 0 eV 164 keV 34.7 mum 34.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.21 cm 1.95 cm -3.5 mm 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.21 cm 1.95 cm -3.5 mm 0 eV 224 keV 56.3 mum 56.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 cm 1.89 cm -4.47 mm 358 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 cm 1.89 cm -4.48 mm 0 eV 358 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.89 mm 3.58 mm 60.9 mum 75.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 mm 3.58 mm 60.3 mum 0 eV 75.8 keV 10.1 mum 10.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 mm 2.32 mm 464 mum 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.64 mm 4.5 mm -107 mum 0 eV 69.5 keV 2.68 mm 2.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm 4.5 mm -107 mum 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 mm 4.51 mm -105 mum 0 eV 247 keV 65.3 mum 65.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm 2.19 mm 488 mum 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm 2.44 mm 468 mum 0 eV 69.5 keV 329 mum 329 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 mm 2.44 mm 468 mum 88.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm 2.44 mm 467 mum 0 eV 88.2 keV 13 mum 13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -958 mum 2.04 mm 468 mum 1.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 cm 3.19 cm -2.28 mm 1.38 MeV 0 eV 3.33 cm 3.33 cmWAbsorberPhysicalcompt - 2 -1.84 cm 4.19 cm -3.61 mm 0 eV 69.5 keV 1.06 cm 4.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.84 cm 4.19 cm -3.61 mm 1.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 cm 4.17 cm -3.58 mm 580 keV 584 keV 412 mum 412 mumWAbsorberPhysicaleBrem - 2 -1.86 cm 4.17 cm -3.59 mm 0 eV 580 keV 217 mum 629 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 cm 4.17 cm -3.58 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 cm 4.13 cm -2.88 mm 0 eV 69.5 keV 1.15 mm 1.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 cm 4.13 cm -2.88 mm 77 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 cm 4.13 cm -2.88 mm 0 eV 77 keV 10.4 mum 10.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 cm 3.19 cm -2.28 mm 53.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 cm 3.19 cm -2.28 mm 0 eV 53.3 keV 5.69 mum 5.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -154 mum 585 mum 3.87 mum 9.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.94 mm 7.34 mm -932 mum 0 eV 0 eV 7.37 mm 7.37 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 37, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.94 mm 7.34 mm -932 mum 6.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 mm 8.73 mm -383 mum 2.38 MeV 3.94 MeV 1.96 mm 1.96 mmWAbsorberPhysicaleIoni - 2 -2.26 mm 9.37 mm -68.4 mum 460 keV 1.92 MeV 1.13 mm 3.09 mmWAbsorberPhysicaleIoni - 3 -2.26 mm 9.39 mm -60.7 mum 0 eV 460 keV 157 mum 3.25 mmWAbsorberPhysicaleIoni - 4 -2.26 mm 9.39 mm -60.7 mum 0 eV 0 eV 0 fm 3.25 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 mm 9.39 mm -60.7 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.17 mm 9.3 mm -92.6 mum 359 keV 0 eV 132 mum 132 mumWAbsorberPhysicalcompt - 2 -1.43 mm 9.47 mm -279 mum 0 eV 69.5 keV 780 mum 912 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.43 mm 9.47 mm -279 mum 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 mm 9.48 mm -280 mum 0 eV 289 keV 82.4 mum 82.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.17 mm 9.3 mm -92.6 mum 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.17 mm 9.3 mm -92.8 mum 0 eV 152 keV 31.1 mum 31.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 mm 9.39 mm -60.7 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.94 mm 1.28 cm 1.19 mm 0 eV 69.5 keV 5.2 mm 5.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.94 mm 1.28 cm 1.19 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.94 mm 1.29 cm 1.2 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.94 mm 7.34 mm -932 mum 2.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.02 mm 7.4 mm -908 mum 1.68 MeV 175 keV 103 mum 103 mumWAbsorberPhysicaleBrem - 2 -3.1 mm 7.69 mm -908 mum 719 keV 832 keV 508 mum 611 mumWAbsorberPhysicaleBrem - 3 -3.08 mm 7.71 mm -910 mum 0 eV 719 keV 286 mum 897 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm 7.69 mm -908 mum 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.78 mm 7.79 mm -921 mum 0 eV 69.5 keV 337 mum 337 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.78 mm 7.79 mm -921 mum 58.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.78 mm 7.79 mm -921 mum 0 eV 58.6 keV 6.64 mum 6.64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.02 mm 7.4 mm -908 mum 632 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.73 mm 8.15 mm 623 mum 0 eV 69.5 keV 1.73 mm 1.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.73 mm 8.15 mm 623 mum 562 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.73 mm 8.16 mm 636 mum 0 eV 562 keV 208 mum 208 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.4 mum 33.2 mum 901 nm 7.44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.8 mm 1.12 cm 181 mum 0 eV 0 eV 1.13 cm 1.13 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 48, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 mm 1.12 cm 181 mum 5.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 mm 1.17 cm -85.8 mum 3.39 MeV 1.32 MeV 629 mum 629 mumWAbsorberPhysicaleBrem - 2 -2.48 mm 1.23 cm 729 mum 1.11 MeV 2.28 MeV 1.45 mm 2.08 mmWAbsorberPhysicaleIoni - 3 -2.55 mm 1.24 cm 564 mum 0 eV 600 keV 297 mum 2.37 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm 1.24 cm 564 mum 1.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.43 mm 8.2 mm 4.9 mm 789 keV 0 eV 7.77 mm 7.77 mmWAbsorberPhysicalcompt - 2 -1.15 cm 559 mum 5.62 mm 299 keV 0 eV 8.7 mm 1.65 cmWAbsorberPhysicalcompt - 3 -1.13 cm 442 mum 5.21 mm 211 keV 0 eV 469 mum 1.69 cmWAbsorberPhysicalcompt - 4 -1.1 cm 145 mum 5.31 mm 157 keV 0 eV 436 mum 1.74 cmWAbsorberPhysicalcompt - 5 -1.12 cm 11.4 mum 5.68 mm 0 eV 69.5 keV 421 mum 1.78 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 cm 11.4 mum 5.68 mm 87.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 cm 12.3 mum 5.68 mm 0 eV 87.8 keV 12.9 mum 12.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm 145 mum 5.31 mm 54.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm 145 mum 5.31 mm 0 eV 54.1 keV 5.83 mum 5.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm 442 mum 5.21 mm 87.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm 442 mum 5.21 mm 0 eV 87.5 keV 12.8 mum 12.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm 559 mum 5.62 mm 490 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 549 mum 5.62 mm 0 eV 490 keV 173 mum 173 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.43 mm 8.2 mm 4.9 mm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.43 mm 8.2 mm 4.9 mm 0 eV 306 keV 89.3 mum 89.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm 1.24 cm 564 mum 439 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.08 mm 1.24 cm 482 mum 384 keV 0 eV 487 mum 487 mumWAbsorberPhysicalcompt - 2 -2.05 mm 1.23 cm 469 mum 178 keV 0 eV 43.1 mum 530 mumWAbsorberPhysicalcompt - 3 -2.11 mm 1.23 cm 441 mum 0 eV 69.5 keV 73.9 mum 604 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.11 mm 1.23 cm 441 mum 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.11 mm 1.23 cm 441 mum 0 eV 108 keV 18 mum 18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 mm 1.23 cm 469 mum 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.04 mm 1.23 cm 468 mum 0 eV 206 keV 49.7 mum 49.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 mm 1.24 cm 482 mum 55.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.08 mm 1.24 cm 482 mum 0 eV 55.2 keV 6.03 mum 6.03 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 mm 1.17 cm -85.8 mum 360 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 mm 1.21 cm -154 mum 0 eV 69.5 keV 529 mum 529 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 mm 1.21 cm -154 mum 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 mm 1.21 cm -159 mum 0 eV 291 keV 83.2 mum 83.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 mm 1.12 cm 181 mum 1.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm 1.11 cm 345 mum 166 keV 746 keV 475 mum 475 mumWAbsorberPhysicaleBrem - 2 -1.99 mm 1.11 cm 345 mum 0 eV 166 keV 35.4 mum 511 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 mm 1.11 cm 345 mum 430 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -802 mum 1.19 cm 222 mum 0 eV 69.5 keV 1.47 mm 1.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -802 mum 1.19 cm 222 mum 360 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -794 mum 1.19 cm 226 mum 0 eV 360 keV 113 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 18.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.91 cm 1.31 cm -6.69 cm 18.8 MeV 0 eV 11.2 cm 11.2 cmCuPlateBPhysicalTransportation - 2 -12.3 cm 1.81 cm -9.22 cm 18.8 MeV 0 eV 4.24 cm 15.5 cmLArgPhysicalTransportation - 3 -15.4 cm 2.27 cm -11.6 cm 18.8 MeV 0 eV 3.96 cm 19.4 cmBackExcluderTransportation - 4 -42 cm 6.17 cm -31.5 cm 18.8 MeV 0 eV 33.4 cm 52.8 cmLArgPhysicalTransportation - 5 -1.02 m 15 cm -76.5 cm 18.8 MeV 0 eV 75.5 cm 1.28 mCryostatVolumesTransportation - 6 -1.02 m 15 cm -76.7 cm 18.8 MeV 0 eV 3.02 mm 1.29 mInsulationPhysicalTransportation - 7 -1.08 m 15.9 cm -80.9 cm 18.8 MeV 0 eV 7.05 cm 1.36 mCryostatVolumesTransportation - 8 -1.08 m 15.9 cm -81 cm 18.8 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 9 -5 m 73.6 cm -3.75 m 18.8 MeV 0 eV 4.94 m 6.3 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.07 cm -17.9 cm 4.73 cm 47.4 MeV 0 eV 20.6 cm 20.6 cmLArgPhysicalTransportation - 2 49.4 cm -97.5 cm 25.8 cm 47.4 MeV 0 eV 91.7 cm 1.12 mMotherTransportation - 3 2.53 m -5 m 1.32 m 47.4 MeV 0 eV 4.64 m 5.76 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=39.936 -Edep in FCAL1 FCAl2 : 0 39.936 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2613 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 113 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -394 mum 241 mum -309 mum 25.7 MeV 1.91 MeV 558 mum 558 mumWAbsorberPhysicaleBrem - 2 -1.23 mm 904 mum -972 mum 7.16 MeV 2.34 MeV 1.26 mm 1.82 mmWAbsorberPhysicaleBrem - 3 -1.32 mm 1.1 mm -1.18 mm 6.34 MeV 584 keV 316 mum 2.13 mmWAbsorberPhysicaleBrem - 4 -1.26 mm 1.19 mm -1.5 mm 5.43 MeV 674 keV 349 mum 2.48 mmWAbsorberPhysicaleBrem - 5 -953 mum 1.05 mm -1.84 mm 3.74 MeV 839 keV 447 mum 2.93 mmWAbsorberPhysicaleBrem - 6 -952 mum 1.05 mm -1.84 mm 2.25 MeV 829 eV 1.6 mum 2.93 mmWAbsorberPhysicaleBrem - 7 -609 mum 1.25 mm -1.8 mm 1.28 MeV 804 keV 521 mum 3.45 mmWAbsorberPhysicaleBrem - 8 -644 mum 1.27 mm -1.73 mm 0 eV 1.28 MeV 580 mum 4.03 mmWAbsorberPhysicaleIoni - 9 -644 mum 1.27 mm -1.73 mm 0 eV 0 eV 0 fm 4.03 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -644 mum 1.27 mm -1.73 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 mm 589 mum -2.11 mm 0 eV 69.5 keV 2.37 mm 2.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 mm 589 mum -2.11 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm 585 mum -2.11 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -644 mum 1.27 mm -1.73 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.49 mm 1.83 mm -1.42 mm 0 eV 69.5 keV 1.96 mm 1.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.49 mm 1.83 mm -1.42 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm 1.87 mm -1.41 mm 193 keV 117 keV 79 mum 79 mumWAbsorberPhysicaleBrem - 2 -2.5 mm 1.87 mm -1.41 mm 0 eV 193 keV 44.8 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.5 mm 1.87 mm -1.41 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm 1.87 mm -1.41 mm 0 eV 69.5 keV 4.96 mum 4.96 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.5 mm 1.87 mm -1.41 mm 62.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm 1.87 mm -1.41 mm 0 eV 62.3 keV 7.31 mum 7.31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -609 mum 1.25 mm -1.8 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -446 mum 1.54 mm -1.15 mm 0 eV 69.5 keV 734 mum 734 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -446 mum 1.54 mm -1.15 mm 94.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -446 mum 1.54 mm -1.14 mm 0 eV 94.9 keV 14.6 mum 14.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -952 mum 1.05 mm -1.84 mm 1.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -248 mum 6.46 mm -9.31 mm 616 keV 0 eV 9.25 mm 9.25 mmWAbsorberPhysicalcompt - 2 1.25 mm 8.22 mm -9.37 mm 0 eV 69.5 keV 2.31 mm 1.16 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm 8.22 mm -9.37 mm 546 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 mm 8.23 mm -9.37 mm 0 eV 546 keV 200 mum 200 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -248 mum 6.46 mm -9.31 mm 873 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -255 mum 6.47 mm -9.34 mm 0 eV 873 keV 363 mum 363 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -953 mum 1.05 mm -1.84 mm 854 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.47 mm 1.52 cm -1.59 cm 259 keV 0 eV 2.09 cm 2.09 cmWAbsorberPhysicalcompt - 2 5.85 mm 1.53 cm -1.5 cm 0 eV 69.5 keV 994 mum 2.19 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.85 mm 1.53 cm -1.5 cm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.85 mm 1.53 cm -1.5 cm 0 eV 190 keV 43.8 mum 43.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.47 mm 1.52 cm -1.59 cm 594 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.53 mm 1.52 cm -1.59 cm 85.8 keV 509 keV 203 mum 203 mumWAbsorberPhysicaleBrem - 2 5.53 mm 1.52 cm -1.59 cm 0 eV 85.8 keV 12.4 mum 216 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 mm 1.19 mm -1.5 mm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -882 mum 1.6 mm -1.79 mm 203 keV 0 eV 628 mum 628 mumWAbsorberPhysicalcompt - 2 -537 mum 1.86 mm -3.4 mm 0 eV 69.5 keV 1.67 mm 2.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -537 mum 1.86 mm -3.4 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -538 mum 1.86 mm -3.4 mm 0 eV 134 keV 25.4 mum 25.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -882 mum 1.6 mm -1.79 mm 29.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -881 mum 1.6 mm -1.79 mm 0 eV 29.7 keV 2.17 mum 2.17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 mm 1.1 mm -1.18 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -476 mum 1.52 mm -2.2 mm 211 keV 0 eV 1.39 mm 1.39 mmWAbsorberPhysicalcompt - 2 -349 mum 1.68 mm -2.25 mm 0 eV 69.5 keV 209 mum 1.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -349 mum 1.68 mm -2.25 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -349 mum 1.68 mm -2.25 mm 0 eV 141 keV 27.7 mum 27.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -476 mum 1.52 mm -2.2 mm 21.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -476 mum 1.52 mm -2.2 mm 0 eV 21.5 keV 1.29 mum 1.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 mm 904 mum -972 mum 16.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 173 mum 1.02 cm -1.12 cm 0 eV 0 eV 1.39 cm 1.39 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 173 mum 1.02 cm -1.12 cm 2.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 345 mum 1.03 cm -1.13 cm 2.24 MeV 516 keV 307 mum 307 mumWAbsorberPhysicaleBrem - 2 342 mum 1.04 cm -1.12 cm 0 eV 2.24 MeV 1.07 mm 1.38 mmWAbsorberPhysicaleIoni - 3 342 mum 1.04 cm -1.12 cm 0 eV 0 eV 0 fm 1.38 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 342 mum 1.04 cm -1.12 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.64 mm 1.1 cm -1.12 cm 279 keV 0 eV 6.33 mm 6.33 mmWAbsorberPhysicalcompt - 2 6.75 mm 1.12 cm -1.06 cm 0 eV 69.5 keV 663 mum 6.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.75 mm 1.12 cm -1.06 cm 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.75 mm 1.12 cm -1.06 cm 0 eV 209 keV 50.9 mum 50.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.64 mm 1.1 cm -1.12 cm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.65 mm 1.1 cm -1.12 cm 0 eV 232 keV 59.5 mum 59.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 342 mum 1.04 cm -1.12 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.11 mm 1 cm -1.12 cm 0 eV 69.5 keV 4.47 mm 4.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.11 mm 1 cm -1.12 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.12 mm 1 cm -1.12 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 345 mum 1.03 cm -1.13 cm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 443 mum 1.05 cm -1.09 cm 0 eV 69.5 keV 438 mum 438 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 443 mum 1.05 cm -1.09 cm 69.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 443 mum 1.05 cm -1.09 cm 0 eV 69.8 keV 8.86 mum 8.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 173 mum 1.02 cm -1.12 cm 12.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 556 mum 1.02 cm -1.21 cm 8.33 MeV 2.23 MeV 1.17 mm 1.17 mmWAbsorberPhysicaleBrem - 2 533 mum 1.02 cm -1.21 cm 7.58 MeV 92.7 keV 66.7 mum 1.24 mmWAbsorberPhysicaleBrem - 3 515 mum 1.01 cm -1.2 cm 7.27 MeV 175 keV 76.3 mum 1.32 mmWAbsorberPhysicaleBrem - 4 500 mum 1.01 cm -1.2 cm 6.91 MeV 93.1 keV 45.3 mum 1.36 mmWAbsorberPhysicaleBrem - 5 211 mum 9.76 mm -1.2 cm 4.82 MeV 1.14 MeV 660 mum 2.02 mmWAbsorberPhysicaleBrem - 6 -33.4 mum 9.72 mm -1.2 cm 1.08 MeV 483 keV 270 mum 2.29 mmWAbsorberPhysicaleBrem - 7 -70.1 mum 9.71 mm -1.2 cm 0 eV 1.08 MeV 469 mum 2.76 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -33.4 mum 9.72 mm -1.2 cm 3.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.26 mm 4.44 mm -5.05 mm 2.07 MeV 0 eV 1.13 cm 1.13 cmWAbsorberPhysicalcompt - 2 -9.19 mm 4.2 mm -3.82 mm 0 eV 0 eV 2.3 mm 1.36 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.19 mm 4.2 mm -3.82 mm 807 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.15 mm 4.21 mm -3.83 mm 0 eV 807 keV 331 mum 331 mumWAbsorberPhysicaleIoni - 2 -9.15 mm 4.21 mm -3.83 mm 0 eV 0 eV 0 fm 331 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.15 mm 4.21 mm -3.83 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.39 mm 1.74 mm -5.04 mm 413 keV 0 eV 6.39 mm 6.39 mmWAbsorberPhysicalcompt - 2 -1.69 mm 1.26 mm -4.07 mm 0 eV 69.5 keV 2.01 mm 8.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 mm 1.26 mm -4.07 mm 343 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 mm 1.25 mm -4.06 mm 0 eV 343 keV 106 mum 106 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.39 mm 1.74 mm -5.04 mm 98.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.39 mm 1.74 mm -5.04 mm 0 eV 98.1 keV 15.3 mum 15.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.15 mm 4.21 mm -3.83 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 cm 5.78 mm -3.06 mm 0 eV 69.5 keV 4.07 mm 4.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 cm 5.78 mm -3.06 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 cm 5.78 mm -3.05 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.19 mm 4.2 mm -3.82 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.19 mm 4.2 mm -3.82 mm 0 eV 240 keV 62.4 mum 62.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.26 mm 4.44 mm -5.05 mm 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.41 mm 4.47 mm -4.96 mm 363 keV 492 keV 307 mum 307 mumWAbsorberPhysicaleBrem - 2 -7.4 mm 4.47 mm -4.97 mm 0 eV 363 keV 115 mum 422 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.41 mm 4.47 mm -4.96 mm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.16 mm 3.37 mm -5.67 mm 214 keV 0 eV 2.6 mm 2.6 mmWAbsorberPhysicalcompt - 2 -5.11 mm 3.45 mm -5.69 mm 0 eV 69.5 keV 92.6 mum 2.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.11 mm 3.45 mm -5.69 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.11 mm 3.45 mm -5.69 mm 0 eV 145 keV 28.6 mum 28.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.16 mm 3.37 mm -5.67 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.16 mm 3.37 mm -5.67 mm 0 eV 112 keV 19.2 mum 19.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 211 mum 9.76 mm -1.2 cm 959 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm 4.84 mm -5.1 mm 715 keV 0 eV 1.68 cm 1.68 cmWAbsorberPhysicalcompt - 2 -1.51 cm 4.83 mm -5.18 mm 374 keV 0 eV 833 mum 1.76 cmWAbsorberPhysicalcompt - 3 -1.95 cm 1.51 cm -2.17 mm 0 eV 69.5 keV 1.16 cm 2.91 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.95 cm 1.51 cm -2.17 mm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.95 cm 1.51 cm -2.14 mm 5.98 keV 165 keV 57.8 mum 57.8 mumWAbsorberPhysicaleBrem - 2 -1.95 cm 1.51 cm -2.14 mm 0 eV 5.98 keV 181 nm 58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.95 cm 1.51 cm -2.14 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.95 cm 1.52 cm -2.24 mm 0 eV 69.5 keV 124 mum 124 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.95 cm 1.52 cm -2.24 mm 63.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.95 cm 1.52 cm -2.24 mm 0 eV 63.5 keV 7.53 mum 7.53 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm 4.83 mm -5.18 mm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm 4.83 mm -5.19 mm 0 eV 341 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 cm 4.84 mm -5.1 mm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm 4.84 mm -5.09 mm 0 eV 244 keV 64 mum 64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 500 mum 1.01 cm -1.2 cm 266 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 356 mum 8.31 mm -9.84 mm 238 keV 0 eV 2.8 mm 2.8 mmWAbsorberPhysicalcompt - 2 397 mum 8.16 mm -9.8 mm 0 eV 69.5 keV 158 mum 2.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 397 mum 8.16 mm -9.8 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 398 mum 8.16 mm -9.81 mm 0 eV 169 keV 36.4 mum 36.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 356 mum 8.31 mm -9.84 mm 28.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 355 mum 8.31 mm -9.84 mm 0 eV 28.4 keV 2.03 mum 2.03 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 515 mum 1.01 cm -1.2 cm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 496 mum 1 cm -1.19 cm 0 eV 69.5 keV 118 mum 118 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 496 mum 1 cm -1.19 cm 65.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 495 mum 1 cm -1.19 cm 0 eV 65.5 keV 7.97 mum 7.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 533 mum 1.02 cm -1.21 cm 657 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -97.8 mum 7.78 mm -9.81 mm 306 keV 0 eV 3.35 mm 3.35 mmWAbsorberPhysicalcompt - 2 86.8 mum 7.04 mm -1.04 cm 0 eV 69.5 keV 960 mum 4.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 86.8 mum 7.04 mm -1.04 cm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 79.4 mum 7.03 mm -1.04 cm 34.3 keV 60.5 keV 19.7 mum 19.7 mumWAbsorberPhysicaleBrem - 2 79.3 mum 7.03 mm -1.04 cm 0 eV 34.3 keV 2.76 mum 22.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 79.4 mum 7.03 mm -1.04 cm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 75.9 mum 6.98 mm -1.04 cm 141 keV 0 eV 45.9 mum 45.9 mumWAbsorberPhysicalcompt - 2 72.5 mum 6.91 mm -1.04 cm 0 eV 69.5 keV 71.9 mum 118 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 72.5 mum 6.91 mm -1.04 cm 71.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 72.8 mum 6.91 mm -1.04 cm 0 eV 71.5 keV 9.21 mum 9.21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 75.9 mum 6.98 mm -1.04 cm 787 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 75.9 mum 6.98 mm -1.04 cm 0 eV 787 eV 11.5 nm 11.5 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -97.8 mum 7.78 mm -9.81 mm 351 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -100 mum 7.78 mm -9.8 mm 0 eV 351 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 556 mum 1.02 cm -1.21 cm 1.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.37 mm -3.59 mm 5.13 mm 993 keV 0 eV 2.26 cm 2.26 cmWAbsorberPhysicalcompt - 2 -2.38 mm -8.04 mm 7.88 mm 0 eV 69.5 keV 5.59 mm 2.82 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.38 mm -8.04 mm 7.88 mm 924 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm -8.06 mm 7.9 mm 0 eV 924 keV 389 mum 389 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.37 mm -3.59 mm 5.13 mm 726 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.38 mm -3.6 mm 5.14 mm 0 eV 726 keV 289 mum 289 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -394 mum 241 mum -309 mum 15.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.61 mm 2.37 mm -4.43 mm 15.3 MeV 0 eV 6.27 mm 6.27 mmWAbsorberPhysicalcompt - 2 -7.46 mm 3.71 mm -7.34 mm 0 eV 0 eV 4.28 mm 1.06 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 70, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.46 mm 3.71 mm -7.34 mm 2.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.47 mm 3.62 mm -7.51 mm 2.35 MeV 369 keV 233 mum 233 mumWAbsorberPhysicaleBrem - 2 -7.5 mm 4.09 mm -7.5 mm 1.1 MeV 1.13 MeV 621 mum 854 mumWAbsorberPhysicaleBrem - 3 -7.45 mm 4.06 mm -7.48 mm 0 eV 1.1 MeV 483 mum 1.34 mmWAbsorberPhysicaleIoni - 4 -7.45 mm 4.06 mm -7.48 mm 0 eV 0 eV 0 fm 1.34 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.45 mm 4.06 mm -7.48 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.23 mm 2.14 mm -8.75 mm 0 eV 69.5 keV 2.32 mm 2.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.23 mm 2.14 mm -8.75 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.23 mm 2.13 mm -8.75 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.45 mm 4.06 mm -7.48 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.72 mm 6.44 mm -5.9 mm 0 eV 69.5 keV 2.87 mm 2.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.72 mm 6.44 mm -5.9 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.75 mm 6.45 mm -5.9 mm 39.7 keV 97.1 keV 55.7 mum 55.7 mumWAbsorberPhysicaleBrem - 2 -7.75 mm 6.45 mm -5.9 mm 0 eV 39.7 keV 3.49 mum 59.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.75 mm 6.45 mm -5.9 mm 305 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.76 mm 6.45 mm -5.93 mm 162 keV 0 eV 34.2 mum 34.2 mumWAbsorberPhysicalcompt - 2 -8.02 mm 6.53 mm -5.7 mm 0 eV 69.5 keV 365 mum 399 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.02 mm 6.53 mm -5.7 mm 92 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.02 mm 6.53 mm -5.7 mm 0 eV 92 keV 13.9 mum 13.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.76 mm 6.45 mm -5.93 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.76 mm 6.45 mm -5.94 mm 0 eV 143 keV 28.2 mum 28.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.5 mm 4.09 mm -7.5 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.57 mm 4.02 mm -7.39 mm 0 eV 69.5 keV 156 mum 156 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.57 mm 4.02 mm -7.39 mm 53.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.57 mm 4.02 mm -7.39 mm 0 eV 53.8 keV 5.77 mum 5.77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.47 mm 3.62 mm -7.51 mm 230 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.08 mm 5.21 mm -9.8 mm 0 eV 69.5 keV 2.81 mm 2.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.08 mm 5.21 mm -9.8 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.08 mm 5.21 mm -9.8 mm 0 eV 161 keV 33.7 mum 33.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.46 mm 3.71 mm -7.34 mm 11.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.77 mm 3.7 mm -7.68 mm 9.71 MeV 1.12 MeV 570 mum 570 mumWAbsorberPhysicaleBrem - 2 -7.8 mm 3.69 mm -7.71 mm 5.97 MeV 104 keV 48.6 mum 618 mumWAbsorberPhysicaleIoni - 3 -7.9 mm 3.54 mm -7.85 mm 5.45 MeV 402 keV 216 mum 834 mumWAbsorberPhysicaleBrem - 4 -8.63 mm 3.91 mm -6.86 mm 2.54 MeV 2.69 MeV 1.52 mm 2.36 mmWAbsorberPhysicaleBrem - 5 -8.73 mm 3.84 mm -6.98 mm 1.78 MeV 340 keV 195 mum 2.55 mmWAbsorberPhysicaleBrem - 6 -8.6 mm 3.6 mm -6.84 mm 654 keV 858 keV 504 mum 3.05 mmWAbsorberPhysicaleBrem - 7 -8.59 mm 3.58 mm -6.84 mm 0 eV 654 keV 253 mum 3.31 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 87, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.6 mm 3.6 mm -6.84 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.42 mm 2.71 mm -6.77 mm 0 eV 69.5 keV 905 mum 905 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.42 mm 2.71 mm -6.77 mm 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.43 mm 2.71 mm -6.77 mm 0 eV 199 keV 46.9 mum 46.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.73 mm 3.84 mm -6.98 mm 423 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.87 mm 3.08 mm -9.95 mm 414 keV 0 eV 5.74 mm 5.74 mmWAbsorberPhysicalcompt - 2 -1.91 mm 2.74 mm -1.19 cm 0 eV 69.5 keV 2.78 mm 8.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 mm 2.74 mm -1.19 cm 344 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 mm 2.75 mm -1.19 cm 0 eV 344 keV 106 mum 106 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.87 mm 3.08 mm -9.95 mm 9.39 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.87 mm 3.08 mm -9.95 mm 0 eV 9.39 keV 352 nm 352 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.63 mm 3.91 mm -6.86 mm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.33 mm 3.56 mm -8.11 mm 0 eV 69.5 keV 1.33 mm 1.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.33 mm 3.56 mm -8.11 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.33 mm 3.56 mm -8.11 mm 0 eV 148 keV 29.8 mum 29.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 84, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.9 mm 3.54 mm -7.85 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.01 mm 3.7 mm -7.93 mm 0 eV 69.5 keV 208 mum 208 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.01 mm 3.7 mm -7.93 mm 42.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.01 mm 3.69 mm -7.93 mm 0 eV 42.7 keV 3.96 mum 3.96 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.8 mm 3.69 mm -7.71 mm 3.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.17 mm 3.26 mm -7.82 mm 2.13 MeV 1.32 MeV 736 mum 736 mumWAbsorberPhysicaleBrem - 2 -8.28 mm 3.22 mm -7.85 mm 0 eV 2.13 MeV 998 mum 1.73 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 93, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.17 mm 3.26 mm -7.82 mm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm 2.76 mm -8.4 mm 0 eV 69.5 keV 2.27 mm 2.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm 2.76 mm -8.4 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm 2.76 mm -8.4 mm 0 eV 122 keV 21.7 mum 21.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.77 mm 3.7 mm -7.68 mm 445 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.82 mm 3.69 mm -7.73 mm 300 keV 0 eV 75 mum 75 mumWAbsorberPhysicalcompt - 2 -7.94 mm 3.77 mm -7.72 mm 0 eV 69.5 keV 138 mum 213 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.94 mm 3.77 mm -7.72 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.94 mm 3.78 mm -7.72 mm 0 eV 231 keV 59 mum 59 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.82 mm 3.69 mm -7.73 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.82 mm 3.69 mm -7.73 mm 0 eV 145 keV 28.7 mum 28.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.61 mm 2.37 mm -4.43 mm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.61 mm 2.37 mm -4.43 mm 0 eV 249 keV 65.8 mum 65.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 29.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 29.1 cm 7.92 cm 11.2 cm 29.4 MeV 0 eV 32.1 cm 32.1 cmLArgPhysicalTransportation - 2 1.19 m 32.4 cm 45.8 cm 29.4 MeV 0 eV 99.4 cm 1.32 mCryostatVolumesTransportation - 3 1.19 m 32.5 cm 45.9 cm 29.4 MeV 0 eV 3.1 mm 1.32 mInsulationPhysicalTransportation - 4 1.26 m 34.3 cm 48.4 cm 29.4 MeV 0 eV 7.22 cm 1.39 mCryostatVolumesTransportation - 5 1.26 m 34.3 cm 48.5 cm 29.4 MeV 0 eV 2.58 mm 1.39 mMotherTransportation - 6 5 m 1.36 m 1.92 m 29.4 MeV 0 eV 4.13 m 5.53 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.75 cm -19.1 cm 8.09 cm 32.6 MeV 0 eV 20.8 cm 20.8 cmFCALEnvelopePhysicalTransportation - 2 2.25 cm -24.5 cm 10.4 cm 32.6 MeV 0 eV 5.86 cm 26.7 cmLArgPhysicalTransportation - 3 8.96 cm -97.5 cm 41.3 cm 32.6 MeV 0 eV 79.6 cm 1.06 mMotherTransportation - 4 46 cm -5 m 2.12 m 32.6 MeV 0 eV 4.39 m 5.45 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=44.1267 -Edep in FCAL1 FCAl2 : 0 44.1267 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2614 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 114 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 mum 2.5 mum -238 mum 7.03 MeV 808 keV 239 mum 239 mumWAbsorberPhysicaleBrem - 2 -42.7 mum -57.1 mum -467 mum 6.13 MeV 434 keV 258 mum 497 mumWAbsorberPhysicaleBrem - 3 -98.1 mum -72.8 mum -633 mum 4.88 MeV 1.08 MeV 175 mum 671 mumWAbsorberPhysicaleBrem - 4 -443 mum -1.17 mm -1.62 mm 1.59 MeV 3.13 MeV 1.72 mm 2.39 mmWAbsorberPhysicaleBrem - 5 -502 mum -1.22 mm -1.54 mm 0 eV 1.59 MeV 740 mum 3.13 mmWAbsorberPhysicaleIoni - 6 -502 mum -1.22 mm -1.54 mm 0 eV 0 eV 0 fm 3.13 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -502 mum -1.22 mm -1.54 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm -4.85 mm -4.35 mm 204 keV 0 eV 4.99 mm 4.99 mmWAbsorberPhysicalcompt - 2 47.6 mum -3.52 mm -5.16 mm 138 keV 0 eV 2.1 mm 7.08 mmWAbsorberPhysicalcompt - 3 255 mum -3.36 mm -5.12 mm 0 eV 69.5 keV 267 mum 7.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 255 mum -3.36 mm -5.12 mm 68.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 256 mum -3.36 mm -5.12 mm 0 eV 68.6 keV 8.61 mum 8.61 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 47.6 mum -3.52 mm -5.16 mm 65.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 47 mum -3.52 mm -5.16 mm 0 eV 65.9 keV 8.04 mum 8.04 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm -4.85 mm -4.35 mm 307 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 mm -4.86 mm -4.35 mm 0 eV 307 keV 89.9 mum 89.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -502 mum -1.22 mm -1.54 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.34 mm 2.22 mm 1.12 mm 0 eV 69.5 keV 4.72 mm 4.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.34 mm 2.22 mm 1.12 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.35 mm 2.23 mm 1.12 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -443 mum -1.17 mm -1.62 mm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -505 mum -1.21 mm -1.46 mm 0 eV 69.5 keV 174 mum 174 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -505 mum -1.21 mm -1.46 mm 88.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -505 mum -1.21 mm -1.46 mm 0 eV 88.8 keV 13.1 mum 13.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -98.1 mum -72.8 mum -633 mum 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -200 mum 4.75 mum -737 mum 0 eV 69.5 keV 165 mum 165 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -200 mum 4.75 mum -737 mum 97.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -200 mum 5.16 mum -736 mum 0 eV 97.8 keV 15.3 mum 15.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -42.7 mum -57.1 mum -467 mum 468 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.41 mm -924 mum -6.31 mm 0 eV 69.5 keV 7.35 mm 7.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.41 mm -924 mum -6.31 mm 399 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.42 mm -925 mum -6.32 mm 0 eV 399 keV 130 mum 130 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 mum 2.5 mum -238 mum 40.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.6 mum 15 mum -1.33 mm 0 eV 0 eV 1.09 mm 1.09 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 19, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.6 mum 15 mum -1.33 mm 12.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -394 mum -143 mum -2.2 mm 5.58 MeV 2.49 MeV 983 mum 983 mumWAbsorberPhysicaleBrem - 2 -2.04 mm -509 mum -2.37 mm 2.06 MeV 3.52 MeV 1.85 mm 2.83 mmWAbsorberPhysicaleIoni - 3 -1.93 mm -546 mum -2.26 mm 0 eV 2.06 MeV 984 mum 3.82 mmWAbsorberPhysicaleIoni - 4 -1.93 mm -546 mum -2.26 mm 0 eV 0 eV 0 fm 3.82 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm -546 mum -2.26 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm -990 mum -2.1 mm 0 eV 69.5 keV 638 mum 638 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm -990 mum -2.1 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm -999 mum -2.11 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm -546 mum -2.26 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 453 mum 1.93 mm -3.17 mm 184 keV 0 eV 3.55 mm 3.55 mmWAbsorberPhysicalcompt - 2 415 mum 1.89 mm -3.19 mm 180 keV 0 eV 58.1 mum 3.61 mmWAbsorberPhysicalcompt - 3 54.4 mum 1.16 mm -3.42 mm 0 eV 69.5 keV 848 mum 4.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 54.4 mum 1.16 mm -3.42 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 55 mum 1.16 mm -3.42 mm 0 eV 110 keV 18.5 mum 18.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 415 mum 1.89 mm -3.19 mm 4.41 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 415 mum 1.89 mm -3.19 mm 0 eV 4.41 keV 118 nm 118 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 453 mum 1.93 mm -3.17 mm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 458 mum 1.93 mm -3.17 mm 0 eV 327 keV 98.5 mum 98.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -394 mum -143 mum -2.2 mm 4.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4 mm -2.57 mm -1.52 cm 573 keV 0 eV 1.37 cm 1.37 cmWAbsorberPhysicalcompt - 2 -1.36 cm -358 mum -1.53 cm 239 keV 0 eV 9.87 mm 2.36 cmWAbsorberPhysicalcompt - 3 -1.07 cm 5.13 mm -1.7 cm 0 eV 69.5 keV 6.43 mm 3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm 5.13 mm -1.7 cm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm 5.14 mm -1.7 cm 0 eV 170 keV 36.9 mum 36.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm -358 mum -1.53 cm 334 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm -359 mum -1.53 cm 0 eV 334 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4 mm -2.57 mm -1.52 cm 3.79 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.34 mm -2.08 mm -1.56 cm 1.7 MeV 1.82 MeV 891 mum 891 mumWAbsorberPhysicaleBrem - 2 -4.45 mm -2.01 mm -1.57 cm 1.25 MeV 336 keV 237 mum 1.13 mmWAbsorberPhysicaleBrem - 3 -4.38 mm -2.13 mm -1.56 cm 8.92 keV 550 keV 312 mum 1.44 mmWAbsorberPhysicaleBrem - 4 -4.38 mm -2.13 mm -1.56 cm 0 eV 8.92 keV 327 nm 1.44 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.38 mm -2.13 mm -1.56 cm 695 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.13 mm -3.5 mm -1.7 cm 0 eV 69.5 keV 2.34 mm 2.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.13 mm -3.5 mm -1.7 cm 626 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.08 mm -3.48 mm -1.7 cm 291 keV 187 keV 101 mum 101 mumWAbsorberPhysicaleBrem - 2 -3.08 mm -3.48 mm -1.7 cm 0 eV 291 keV 83.2 mum 184 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.08 mm -3.48 mm -1.7 cm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.87 mm -3.75 mm -1.73 cm 0 eV 69.5 keV 891 mum 891 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.87 mm -3.75 mm -1.73 cm 78 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.87 mm -3.75 mm -1.73 cm 0 eV 78 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.45 mm -2.01 mm -1.57 cm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.44 mm -1.99 mm -1.56 cm 0 eV 69.5 keV 45.1 mum 45.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.44 mm -1.99 mm -1.56 cm 44.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.44 mm -1.99 mm -1.56 cm 0 eV 44.6 keV 4.25 mum 4.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.34 mm -2.08 mm -1.56 cm 262 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.09 mm -2.17 mm -1.55 cm 0 eV 69.5 keV 1.75 mm 1.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.09 mm -2.17 mm -1.55 cm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.09 mm -2.17 mm -1.55 cm 0 eV 193 keV 44.7 mum 44.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.6 mum 15 mum -1.33 mm 26.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 mum -109 mum -1.96 mm 24.1 MeV 2.2 MeV 653 mum 653 mumWAbsorberPhysicaleBrem - 2 -122 mum -67.5 mum -3.03 mm 13.2 MeV 1.97 MeV 1.07 mm 1.72 mmWAbsorberPhysicaleBrem - 3 260 mum 154 mum -4.21 mm 8.08 MeV 3.11 MeV 1.5 mm 3.22 mmWAbsorberPhysicaleBrem - 4 -31.3 mum 827 mum -3.78 mm 5.08 MeV 1.72 MeV 903 mum 4.12 mmWAbsorberPhysicaleBrem - 5 -772 mum 795 mum -2.9 mm 1.09 MeV 3.34 MeV 1.39 mm 5.51 mmWAbsorberPhysicaleBrem - 6 -703 mum 885 mum -2.89 mm 327 keV 454 keV 183 mum 5.69 mmWAbsorberPhysicaleBrem - 7 -710 mum 882 mum -2.89 mm 0 eV 327 keV 98.6 mum 5.79 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -703 mum 885 mum -2.89 mm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.26 mm 1.38 mm -3.03 mm 0 eV 69.5 keV 756 mum 756 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 mm 1.38 mm -3.03 mm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 mm 1.38 mm -3.03 mm 47.9 keV 189 keV 50.5 mum 50.5 mumWAbsorberPhysicaleBrem - 2 -1.27 mm 1.38 mm -3.03 mm 0 eV 47.9 keV 4.75 mum 55.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -772 mum 795 mum -2.9 mm 648 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 2.1 mm -1.03 mm 0 eV 69.5 keV 2.3 mm 2.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 mm 2.1 mm -1.03 mm 578 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 mm 2.15 mm -1.04 mm 126 keV 247 keV 129 mum 129 mumWAbsorberPhysicaleBrem - 2 -1.07 mm 2.15 mm -1.04 mm 0 eV 126 keV 23 mum 152 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 mm 2.15 mm -1.04 mm 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 2.23 mm -1.25 mm 0 eV 69.5 keV 233 mum 233 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 mm 2.23 mm -1.25 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 2.23 mm -1.25 mm 0 eV 135 keV 25.7 mum 25.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -31.3 mum 827 mum -3.78 mm 1.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.02 mm 1.98 cm 2.01 mm 726 keV 0 eV 2.04 cm 2.04 cmWAbsorberPhysicalcompt - 2 -1.04 cm 2.3 cm 2.24 mm 229 keV 0 eV 6.24 mm 2.67 cmWAbsorberPhysicalcompt - 3 -1.01 cm 2.27 cm 1.67 mm 0 eV 69.5 keV 660 mum 2.73 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 cm 2.27 cm 1.67 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 cm 2.27 cm 1.67 mm 0 eV 159 keV 33.2 mum 33.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm 2.3 cm 2.24 mm 497 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm 2.3 cm 2.24 mm 0 eV 497 keV 177 mum 177 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.02 mm 1.98 cm 2.01 mm 549 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.02 mm 1.98 cm 2.02 mm 0 eV 549 keV 202 mum 202 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 260 mum 154 mum -4.21 mm 2.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -569 mum 1.15 mm -4.1 mm 1.3 MeV 0 eV 1.3 mm 1.3 mmWAbsorberPhysicalcompt - 2 -1.83 mm 9.25 mm -2.5 mm 466 keV 0 eV 8.36 mm 9.66 mmWAbsorberPhysicalcompt - 3 -1.96 mm 9.28 mm -2.15 mm 0 eV 69.5 keV 372 mum 1 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm 9.28 mm -2.15 mm 397 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 mm 9.29 mm -2.18 mm 78 keV 213 keV 92.4 mum 92.4 mumWAbsorberPhysicaleBrem - 2 -1.98 mm 9.29 mm -2.18 mm 0 eV 78 keV 10.6 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm 9.29 mm -2.18 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm 9.29 mm -2.18 mm 0 eV 69.5 keV 8.14 mum 8.14 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 mm 9.29 mm -2.18 mm 35.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm 9.29 mm -2.18 mm 0 eV 35.9 keV 2.98 mum 2.98 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 mm 9.25 mm -2.5 mm 835 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 mm 9.28 mm -2.51 mm 0 eV 835 keV 344 mum 344 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -569 mum 1.15 mm -4.1 mm 764 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -594 mum 1.15 mm -4.1 mm 0 eV 764 keV 308 mum 308 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -122 mum -67.5 mum -3.03 mm 8.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -184 mum -194 mum -3.26 mm 5.02 MeV 0 eV 265 mum 265 mumWAbsorberPhysicalcompt - 2 44.5 mum -2.22 mm -8.11 mm 3.75 MeV 0 eV 5.27 mm 5.53 mmWAbsorberPhysicalcompt - 3 7.15 mm -1.5 cm -3.01 cm 0 eV 0 eV 2.64 cm 3.2 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 59, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.15 mm -1.5 cm -3.01 cm 1.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.19 mm -1.51 cm -3.02 cm 761 keV 178 keV 96.1 mum 96.1 mumWAbsorberPhysicaleBrem - 2 7.19 mm -1.51 cm -3.02 cm 0 eV 761 keV 307 mum 403 mumWAbsorberPhysicaleIoni - 3 7.19 mm -1.51 cm -3.02 cm 0 eV 0 eV 0 fm 403 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.19 mm -1.51 cm -3.02 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 mm -1.53 cm -3.79 cm 351 keV 0 eV 8.82 mm 8.82 mmWAbsorberPhysicalcompt - 2 -606 mum -1.73 cm -3.84 cm 0 eV 69.5 keV 4.07 mm 1.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -606 mum -1.73 cm -3.84 cm 281 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -609 mum -1.73 cm -3.84 cm 0 eV 281 keV 79.2 mum 79.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 mm -1.53 cm -3.79 cm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 mm -1.53 cm -3.79 cm 0 eV 160 keV 33.6 mum 33.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.19 mm -1.51 cm -3.02 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.75 mm -1.51 cm -2.92 cm 0 eV 69.5 keV 1.13 mm 1.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.75 mm -1.51 cm -2.92 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.72 mm -1.51 cm -2.92 cm 43.8 keV 398 keV 140 mum 140 mumWAbsorberPhysicaleBrem - 2 7.72 mm -1.51 cm -2.92 cm 0 eV 43.8 keV 4.13 mum 145 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.19 mm -1.51 cm -3.02 cm 786 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.24 mm -2.01 cm -3.23 cm 632 keV 0 eV 5.55 mm 5.55 mmWAbsorberPhysicalcompt - 2 6.54 mm -2.28 cm -3.56 cm 262 keV 0 eV 4.29 mm 9.84 mmWAbsorberPhysicalcompt - 3 6.2 mm -2.28 cm -3.56 cm 0 eV 69.5 keV 358 mum 1.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.2 mm -2.28 cm -3.56 cm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.2 mm -2.28 cm -3.56 cm 0 eV 193 keV 44.8 mum 44.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.54 mm -2.28 cm -3.56 cm 369 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.55 mm -2.28 cm -3.57 cm 0 eV 369 keV 117 mum 117 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.24 mm -2.01 cm -3.23 cm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.24 mm -2.01 cm -3.23 cm 0 eV 154 keV 31.7 mum 31.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.15 mm -1.5 cm -3.01 cm 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.15 mm -1.51 cm -3.02 cm 0 eV 1.01 MeV 432 mum 432 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 44.5 mum -2.22 mm -8.11 mm 1.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 19 mum -2.23 mm -8.16 mm 0 eV 1.26 MeV 561 mum 561 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -184 mum -194 mum -3.26 mm 3.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -286 mum -207 mum -3.34 mm 1.65 MeV 219 keV 157 mum 157 mumWAbsorberPhysicaleBrem - 2 -397 mum -335 mum -3.28 mm 782 keV 367 keV 263 mum 421 mumWAbsorberPhysicaleBrem - 3 -388 mum -308 mum -3.25 mm 342 keV 98.7 keV 56.3 mum 477 mumWAbsorberPhysicaleBrem - 4 -393 mum -314 mum -3.25 mm 0 eV 342 keV 105 mum 582 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -388 mum -308 mum -3.25 mm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.41 mum -71.2 mum -3.19 mm 0 eV 69.5 keV 466 mum 466 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.41 mum -71.2 mum -3.19 mm 272 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.68 mum -65.8 mum -3.19 mm 0 eV 272 keV 75.3 mum 75.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -397 mum -335 mum -3.28 mm 503 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 mm 265 mum -2.49 mm 284 keV 0 eV 1.2 mm 1.2 mmWAbsorberPhysicalcompt - 2 1.96 mum 1.64 mm -2.02 mm 0 eV 69.5 keV 1.81 mm 3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 mum 1.64 mm -2.02 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.84 mum 1.64 mm -2.02 mm 0 eV 215 keV 52.8 mum 52.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 mm 265 mum -2.49 mm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 mm 277 mum -2.49 mm 7.9 keV 79.4 keV 22.9 mum 22.9 mumWAbsorberPhysicaleBrem - 2 -1.07 mm 277 mum -2.49 mm 0 eV 7.9 keV 271 nm 23.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 mm 277 mum -2.49 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -964 mum 356 mum -2.33 mm 125 keV 0 eV 212 mum 212 mumWAbsorberPhysicalcompt - 2 -960 mum 353 mum -2.32 mm 0 eV 69.5 keV 9.81 mum 222 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -960 mum 353 mum -2.32 mm 55.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -959 mum 353 mum -2.32 mm 0 eV 55.2 keV 6.03 mum 6.03 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -964 mum 356 mum -2.33 mm 6.53 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -964 mum 356 mum -2.33 mm 0 eV 6.53 keV 205 nm 205 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -286 mum -207 mum -3.34 mm 2.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm -8.81 mm -2.04 cm 1.21 MeV 0 eV 2.54 cm 2.54 cmWAbsorberPhysicalcompt - 2 -1.72 cm -9.02 mm -2.05 cm 442 keV 0 eV 304 mum 2.57 cmWAbsorberPhysicalcompt - 3 -1.73 cm -9.2 mm -2.01 cm 175 keV 0 eV 424 mum 2.61 cmWAbsorberPhysicalcompt - 4 -1.7 cm -8.94 mm -2.02 cm 0 eV 69.5 keV 392 mum 2.65 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.7 cm -8.94 mm -2.02 cm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm -8.94 mm -2.02 cm 0 eV 106 keV 17.3 mum 17.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 cm -9.2 mm -2.01 cm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 cm -9.2 mm -2.01 cm 0 eV 267 keV 73.4 mum 73.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 cm -9.02 mm -2.05 cm 766 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 cm -9.04 mm -2.05 cm 0 eV 766 keV 309 mum 309 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.7 cm -8.81 mm -2.04 cm 799 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm -8.8 mm -2.04 cm 0 eV 799 keV 302 mum 302 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 mum -109 mum -1.96 mm 294 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 22.2 mum -99.1 mum -2.25 mm 149 keV 0 eV 292 mum 292 mumWAbsorberPhysicalcompt - 2 -97.9 nm -117 mum -2.22 mm 0 eV 69.5 keV 36.7 mum 329 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -97.9 nm -117 mum -2.22 mm 79.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -951 nm -117 mum -2.22 mm 0 eV 79.9 keV 11 mum 11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 22.2 mum -99.1 mum -2.25 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 22.8 mum -98.6 mum -2.25 mm 0 eV 145 keV 28.6 mum 28.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 17.1 cm 16 cm 28.7 cm 22.5 MeV 0 eV 37.1 cm 37.1 cmLArgPhysicalTransportation - 2 65.1 cm 61.1 cm 1.1 m 22.5 MeV 0 eV 1.04 m 1.41 mCryostatVolumesTransportation - 3 65.3 cm 61.3 cm 1.1 m 22.5 MeV 0 eV 3.33 mm 1.42 mInsulationPhysicalTransportation - 4 68.8 cm 64.6 cm 1.16 m 22.5 MeV 0 eV 7.76 cm 1.49 mCryostatVolumesTransportation - 5 69 cm 64.7 cm 1.16 m 22.5 MeV 0 eV 2.77 mm 1.5 mMotherTransportation - 6 5 m 4.69 m 8.41 m 22.5 MeV 0 eV 9.36 m 10.9 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 34.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -10.2 cm -14.2 cm 33.7 cm 34.7 MeV 0 eV 38 cm 38 cmF2RodPhysicalTransportation - 2 -10.5 cm -14.5 cm 34.5 cm 34.7 MeV 0 eV 9.12 mm 38.9 cmF2LArGapPhysicalTransportation - 3 -10.5 cm -14.5 cm 34.6 cm 34.7 MeV 0 eV 747 mum 39 cmCuPlateAPhysicalTransportation - 4 -10.7 cm -14.8 cm 35.2 cm 34.7 MeV 0 eV 6.87 mm 39.7 cmFCALEnvelopePhysicalTransportation - 5 -10.8 cm -15 cm 35.7 cm 34.7 MeV 0 eV 5.42 mm 40.2 cmLArgPhysicalTransportation - 6 -37 cm -51.2 cm 1.22 m 34.7 MeV 0 eV 97.2 cm 1.37 mCryostatVolumesTransportation - 7 -37.1 cm -51.3 cm 1.22 m 34.7 MeV 0 eV 3.23 mm 1.38 mInsulationPhysicalTransportation - 8 -39.1 cm -54.2 cm 1.29 m 34.7 MeV 0 eV 7.54 cm 1.45 mCryostatVolumesTransportation - 9 -39.2 cm -54.3 cm 1.29 m 34.7 MeV 0 eV 2.69 mm 1.45 mMotherTransportation - 10 -43.1 cm -59.6 cm 1.42 m 34.7 MeV 0 eV 14.4 cm 1.6 mIronWallPhysicalTransportation - 11 -54.2 cm -75 cm 1.79 m 34.7 MeV 0 eV 41.2 cm 2.01 mMotherTransportation - 12 -3.61 m -5 m 11.9 m 34.7 MeV 0 eV 11.4 m 13.4 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=48.92 -Edep in FCAL1 FCAl2 : 0 48.92 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2615 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 115 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 21.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -31.4 mum -11 mum 7.38 mum 19.4 MeV 55.4 keV 34.1 mum 34.1 mumWAbsorberPhysicaleBrem - 2 -571 mum -148 mum 25.7 mum 17.6 MeV 1.72 MeV 583 mum 617 mumWAbsorberPhysicaleBrem - 3 -1.32 mm -1.08 mm 1.2 mm 11.2 MeV 6.25 MeV 1.77 mm 2.39 mmWAbsorberPhysicaleBrem - 4 -1.54 mm -1.23 mm 1.33 mm 9.34 MeV 732 keV 305 mum 2.69 mmWAbsorberPhysicaleBrem - 5 -1.81 mm -1.54 mm 1.87 mm 7.6 MeV 1.29 MeV 717 mum 3.41 mmWAbsorberPhysicaleBrem - 6 -1.87 mm -1.52 mm 1.87 mm 7.27 MeV 124 keV 55.5 mum 3.47 mmWAbsorberPhysicaleBrem - 7 -2.14 mm -1.45 mm 2.05 mm 5.33 MeV 930 keV 330 mum 3.8 mmWAbsorberPhysicaleBrem - 8 -2.37 mm -1.27 mm 2.03 mm 2.9 MeV 600 keV 379 mum 4.18 mmWAbsorberPhysicaleBrem - 9 -2.4 mm -1.68 mm 2.22 mm 1.68 MeV 838 keV 551 mum 4.73 mmWAbsorberPhysicaleBrem - 10 -2.57 mm -1.77 mm 2.59 mm 473 keV 1.02 MeV 605 mum 5.33 mmWAbsorberPhysicaleBrem - 11 -2.57 mm -1.78 mm 2.57 mm 0 eV 473 keV 163 mum 5.5 mmWAbsorberPhysicaleIoni - 12 -2.57 mm -1.78 mm 2.57 mm 0 eV 0 eV 0 fm 5.5 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 mm -1.78 mm 2.57 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 mm 1.19 mm 7.16 mm 0 eV 69.5 keV 6.9 mm 6.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 mm 1.19 mm 7.16 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 mm 1.19 mm 7.17 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 mm -1.78 mm 2.57 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.68 mm -1.86 mm 2.45 mm 0 eV 69.5 keV 178 mum 178 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.68 mm -1.86 mm 2.45 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.69 mm -1.87 mm 2.45 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 mm -1.77 mm 2.59 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.59 mm -1.93 mm 2.44 mm 0 eV 69.5 keV 219 mum 219 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.59 mm -1.93 mm 2.44 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.59 mm -1.93 mm 2.44 mm 0 eV 111 keV 18.8 mum 18.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.4 mm -1.68 mm 2.22 mm 389 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.8 mm -1.72 mm 2.18 mm 0 eV 8.33 keV 403 mum 403 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 mm -1.72 mm 2.18 mm 381 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.81 mm -1.73 mm 2.18 mm 0 eV 381 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 mm -1.27 mm 2.03 mm 1.82 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 cm -7.42 mm 2.51 mm 629 keV 0 eV 1.91 cm 1.91 cmWAbsorberPhysicalcompt - 2 -2.05 cm -7.4 mm 2.51 mm 574 keV 0 eV 28.1 mum 1.92 cmWAbsorberPhysicalcompt - 3 -2.08 cm -6.68 mm 2.48 mm 0 eV 69.5 keV 787 mum 2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 cm -6.68 mm 2.48 mm 504 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.09 cm -6.67 mm 2.47 mm 0 eV 504 keV 180 mum 180 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 cm -7.4 mm 2.51 mm 55.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 cm -7.4 mm 2.5 mm 0 eV 55.6 keV 6.09 mum 6.09 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 cm -7.42 mm 2.51 mm 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 cm -7.45 mm 2.51 mm 0 eV 1.19 MeV 526 mum 526 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 mm -1.45 mm 2.05 mm 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.67 mm -1.15 mm 2.4 mm 205 keV 0 eV 711 mum 711 mumWAbsorberPhysicalcompt - 2 -2.35 mm -1.26 mm 2.22 mm 0 eV 69.5 keV 389 mum 1.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.35 mm -1.26 mm 2.22 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.35 mm -1.26 mm 2.23 mm 0 eV 136 keV 25.9 mum 25.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.67 mm -1.15 mm 2.4 mm 806 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.7 mm -1.13 mm 2.42 mm 0 eV 806 keV 329 mum 329 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.87 mm -1.52 mm 1.87 mm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.58 mm -1.48 mm 2.15 mm 0 eV 69.5 keV 768 mum 768 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.58 mm -1.48 mm 2.15 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.58 mm -1.48 mm 2.15 mm 0 eV 138 keV 26.5 mum 26.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 mm -1.54 mm 1.87 mm 449 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.58 mm -1.24 mm 2.15 mm 253 keV 0 eV 1.81 mm 1.81 mmWAbsorberPhysicalcompt - 2 -3.58 mm 76.4 mum 1.8 mm 0 eV 69.5 keV 1.36 mm 3.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.58 mm 76.4 mum 1.8 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.58 mm 78.4 mum 1.8 mm 0 eV 183 keV 41.5 mum 41.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.58 mm -1.24 mm 2.15 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.58 mm -1.24 mm 2.15 mm 0 eV 196 keV 45.7 mum 45.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 mm -1.23 mm 1.33 mm 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.66 mm -2.71 mm 4.71 mm 741 keV 0 eV 5.53 mm 5.53 mmWAbsorberPhysicalcompt - 2 -6.82 mm -3.46 mm 4.71 mm 0 eV 69.5 keV 1.39 mm 6.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.82 mm -3.46 mm 4.71 mm 672 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.86 mm -3.4 mm 4.72 mm 283 keV 282 keV 135 mum 135 mumWAbsorberPhysicaleBrem - 2 -6.86 mm -3.39 mm 4.72 mm 0 eV 283 keV 79.8 mum 215 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.86 mm -3.4 mm 4.72 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.11 mm -3.21 mm 4.71 mm 0 eV 69.5 keV 318 mum 318 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.11 mm -3.21 mm 4.71 mm 37.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.11 mm -3.21 mm 4.71 mm 0 eV 37.4 keV 3.17 mum 3.17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.66 mm -2.71 mm 4.71 mm 365 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.66 mm -2.71 mm 4.72 mm 0 eV 365 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 mm -1.08 mm 1.2 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 mm -1.18 mm 1.26 mm 0 eV 69.5 keV 247 mum 247 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 mm -1.18 mm 1.26 mm 50.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 mm -1.18 mm 1.26 mm 0 eV 50.8 keV 5.22 mum 5.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -571 mum -148 mum 25.7 mum 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -847 mum -273 mum 199 mum 0 eV 69.5 keV 349 mum 349 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -847 mum -273 mum 199 mum 61.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -847 mum -273 mum 199 mum 0 eV 61.2 keV 7.11 mum 7.11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -31.4 mum -11 mum 7.38 mum 1.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.62 mm -2.17 mm 1.63 mm 0 eV 69.5 keV 7.12 mm 7.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.62 mm -2.17 mm 1.63 mm 1.86 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.6 mm -2.35 mm 1.73 mm 1.1 MeV 615 keV 302 mum 302 mumWAbsorberPhysicaleBrem - 2 -6.61 mm -2.34 mm 1.77 mm 0 eV 1.1 MeV 479 mum 782 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.6 mm -2.35 mm 1.73 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.87 mm -2.35 mm 2.06 mm 0 eV 69.5 keV 422 mum 422 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.87 mm -2.35 mm 2.06 mm 70.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.87 mm -2.35 mm 2.05 mm 0 eV 70.5 keV 9.01 mum 9.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.16 cm -3.89 cm -6.43 cm 47.9 MeV 0 eV 11.1 cm 11.1 cmF2RodPhysicalTransportation - 2 8.31 cm -3.95 cm -6.55 cm 47.9 MeV 0 eV 1.96 mm 11.3 cmF2LArGapPhysicalTransportation - 3 8.37 cm -3.98 cm -6.59 cm 47.9 MeV 0 eV 808 mum 11.4 cmCuPlateBPhysicalTransportation - 4 11.2 cm -5.35 cm -8.86 cm 47.9 MeV 0 eV 3.92 cm 15.3 cmLArgPhysicalTransportation - 5 14.7 cm -7 cm -11.6 cm 47.9 MeV 0 eV 4.69 cm 20 cmBackExcluderTransportation - 6 42.2 cm -20.1 cm -33.2 cm 47.9 MeV 0 eV 37.3 cm 57.3 cmLArgPhysicalTransportation - 7 1 m -47.7 cm -78.9 cm 47.9 MeV 0 eV 78.8 cm 1.36 mCryostatVolumesTransportation - 8 1 m -47.8 cm -79.1 cm 47.9 MeV 0 eV 3.2 mm 1.36 mInsulationPhysicalTransportation - 9 1.06 m -50.4 cm -83.4 cm 47.9 MeV 0 eV 7.47 cm 1.44 mCryostatVolumesTransportation - 10 1.06 m -50.5 cm -83.5 cm 47.9 MeV 0 eV 2.67 mm 1.44 mMotherTransportation - 11 5 m -2.38 m -3.94 m 47.9 MeV 0 eV 5.35 m 6.8 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -10.6 cm 16.5 cm 15.3 cm 35.9 MeV 0 eV 24.8 cm 24.8 cmF2TroffMainPhysicalTransportation - 2 -10.8 cm 16.8 cm 15.6 cm 35.9 MeV 0 eV 5.52 mm 25.4 cmWAbsorberPhysicalTransportation - 3 -11.2 cm 17.4 cm 16.1 cm 35.9 MeV 0 eV 8.3 mm 26.2 cmLArgPhysicalTransportation - 4 -62.8 cm 97.5 cm 90.6 cm 35.9 MeV 0 eV 1.21 m 1.47 mCryostatVolumesTransportation - 5 -72.8 cm 1.13 m 1.05 m 35.9 MeV 0 eV 23.4 cm 1.71 mInsulationPhysicalTransportation - 6 -76.7 cm 1.19 m 1.11 m 35.9 MeV 0 eV 9.35 cm 1.8 mCryostatVolumesTransportation - 7 -76.9 cm 1.19 m 1.11 m 35.9 MeV 0 eV 3.34 mm 1.8 mMotherTransportation - 8 -3.22 m 5 m 4.65 m 35.9 MeV 0 eV 5.74 m 7.55 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=22.4023 -Edep in FCAL1 FCAl2 : 0 22.4023 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2616 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 116 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 24.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 145 mum -291 mum -53.5 mum 20.7 MeV 608 keV 341 mum 341 mumWAbsorberPhysicaleBrem - 2 178 mum -389 mum -64.8 mum 16.8 MeV 170 keV 104 mum 445 mumWAbsorberPhysicaleBrem - 3 237 mum -839 mum -194 mum 8.34 MeV 927 keV 496 mum 941 mumWAbsorberPhysicaleBrem - 4 -681 mum -1.38 mm -1.58 mm 3.96 MeV 3.88 MeV 1.92 mm 2.86 mmWAbsorberPhysicaleBrem - 5 -786 mum -1.39 mm -1.61 mm 0 eV 145 keV 108 mum 2.97 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -786 mum -1.39 mm -1.61 mm 1.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7 mm 7.56 mm -2.66 mm 426 keV 0 eV 1.09 cm 1.09 cmWAbsorberPhysicalcompt - 2 -6.29 mm 8.22 mm -4.16 mm 0 eV 69.5 keV 1.79 mm 1.27 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.29 mm 8.22 mm -4.16 mm 357 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.29 mm 8.22 mm -4.16 mm 0 eV 357 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7 mm 7.56 mm -2.66 mm 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.03 mm 7.59 mm -2.65 mm 0 eV 1.01 MeV 432 mum 432 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -786 mum -1.39 mm -1.61 mm 3.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.74 mm -2.17 mm -2.66 mm 1.64 MeV 0 eV 8.06 mm 8.06 mmWAbsorberPhysicalcompt - 2 -1.32 cm -1.87 mm -6.31 mm 581 keV 0 eV 5.76 mm 1.38 cmWAbsorberPhysicalcompt - 3 -1.32 cm -4.69 mm -9.44 mm 0 eV 69.5 keV 4.21 mm 1.8 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm -4.69 mm -9.44 mm 512 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 cm -4.7 mm -9.44 mm 0 eV 512 keV 184 mum 184 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm -1.87 mm -6.31 mm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 cm -1.96 mm -6.43 mm 45.1 keV 662 keV 414 mum 414 mumWAbsorberPhysicaleBrem - 2 -1.32 cm -1.96 mm -6.43 mm 0 eV 45.1 keV 4.33 mum 418 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm -1.96 mm -6.43 mm 354 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.55 mm -2.78 mm -2.64 mm 158 keV 0 eV 6.87 mm 6.87 mmWAbsorberPhysicalcompt - 2 -7.65 mm -2.79 mm -2.64 mm 0 eV 69.5 keV 104 mum 6.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.65 mm -2.79 mm -2.64 mm 88.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.65 mm -2.79 mm -2.64 mm 0 eV 88.6 keV 13.1 mum 13.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.55 mm -2.78 mm -2.64 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.54 mm -2.78 mm -2.64 mm 0 eV 196 keV 45.9 mum 45.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.74 mm -2.17 mm -2.66 mm 1.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.73 mm -2.08 mm -2.21 mm 292 keV 1.34 MeV 799 mum 799 mumWAbsorberPhysicaleBrem - 2 -8.72 mm -2.08 mm -2.22 mm 0 eV 292 keV 83.8 mum 883 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.73 mm -2.08 mm -2.21 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.71 mm -2.09 mm -2.24 mm 0 eV 69.5 keV 35.3 mum 35.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.71 mm -2.09 mm -2.24 mm 59.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.7 mm -2.09 mm -2.24 mm 0 eV 59.6 keV 6.82 mum 6.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -681 mum -1.38 mm -1.58 mm 505 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.17 mm -2.29 mm -2.15 mm 0 eV 69.5 keV 2.71 mm 2.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.17 mm -2.29 mm -2.15 mm 435 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.18 mm -2.3 mm -2.15 mm 0 eV 435 keV 147 mum 147 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 237 mum -839 mum -194 mum 7.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 296 mum -3.96 mm -732 mum 756 keV 0 eV 3.17 mm 3.17 mmWAbsorberPhysicalcompt - 2 1.86 cm -1.4 cm 7.53 mm 0 eV 69.5 keV 2.25 cm 2.56 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 cm -1.4 cm 7.53 mm 687 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 cm -1.4 cm 7.54 mm 0 eV 687 keV 269 mum 269 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 296 mum -3.96 mm -732 mum 6.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 234 mum -4.26 mm -942 mum 3.85 MeV 2.81 MeV 371 mum 371 mumWAbsorberPhysicaleBrem - 2 121 mum -4.04 mm -784 mum 0 eV 3.85 MeV 1.53 mm 1.9 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 234 mum -4.26 mm -942 mum 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 78.3 mum -4.2 mm -607 mum 0 eV 69.5 keV 373 mum 373 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 78.3 mum -4.2 mm -607 mum 54 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 78.6 mum -4.2 mm -607 mum 0 eV 54 keV 5.82 mum 5.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 178 mum -389 mum -64.8 mum 3.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.66 mm -7.89 mm -1.22 mm 2.55 MeV 0 eV 7.98 mm 7.98 mmWAbsorberPhysicalcompt - 2 2.39 mm -1.5 cm -2 mm 577 keV 0 eV 7.19 mm 1.52 cmWAbsorberPhysicalcompt - 3 3.3 mm -1.54 cm -2.42 mm 299 keV 0 eV 1.05 mm 1.62 cmWAbsorberPhysicalcompt - 4 8.61 mm -9.85 mm 1.12 mm 0 eV 69.5 keV 8.43 mm 2.47 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.61 mm -9.85 mm 1.12 mm 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.61 mm -9.85 mm 1.12 mm 0 eV 229 keV 58.5 mum 58.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.3 mm -1.54 cm -2.42 mm 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.3 mm -1.54 cm -2.43 mm 0 eV 278 keV 78.1 mum 78.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 mm -1.5 cm -2 mm 1.97 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.39 mm -1.51 cm -2.06 mm 37.2 keV 1.82 MeV 674 mum 674 mumWAbsorberPhysicaleBrem - 2 2.39 mm -1.51 cm -2.06 mm 0 eV 37.2 keV 3.14 mum 677 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 mm -1.51 cm -2.06 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 mm -1.51 cm -2.05 mm 0 eV 69.5 keV 17.9 mum 17.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.4 mm -1.51 cm -2.05 mm 37.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 mm -1.51 cm -2.05 mm 0 eV 37.9 keV 3.24 mum 3.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.66 mm -7.89 mm -1.22 mm 1.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.7 mm -7.92 mm -1.23 mm 0 eV 1.16 MeV 508 mum 508 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 145 mum -291 mum -53.5 mum 3.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.37 mm -2.4 cm -5.51 mm 0 eV 0 eV 2.54 cm 2.54 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 33, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.37 mm -2.4 cm -5.51 mm 577 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.37 mm -2.41 cm -5.52 mm 0 eV 577 keV 214 mum 214 mumWAbsorberPhysicaleIoni - 2 7.37 mm -2.41 cm -5.52 mm 0 eV 0 eV 0 fm 214 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.37 mm -2.41 cm -5.52 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.84 mm -2.03 cm -7.26 mm 0 eV 69.5 keV 4.82 mm 4.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.84 mm -2.03 cm -7.26 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.85 mm -2.03 cm -7.26 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.37 mm -2.41 cm -5.52 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.38 mm -2.56 cm -4.82 mm 0 eV 69.5 keV 1.94 mm 1.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.38 mm -2.56 cm -4.82 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.37 mm -2.56 cm -4.81 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.37 mm -2.4 cm -5.51 mm 1.87 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.64 mm -2.4 cm -5.65 mm 881 keV 774 keV 490 mum 490 mumWAbsorberPhysicaleBrem - 2 7.64 mm -2.4 cm -5.65 mm 217 keV 24.6 keV 9.51 mum 500 mumWAbsorberPhysicaleBrem - 3 7.64 mm -2.4 cm -5.65 mm 0 eV 217 keV 53.8 mum 554 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.64 mm -2.4 cm -5.65 mm 639 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.1 mm -2.53 cm -5.39 mm 554 keV 0 eV 1.38 mm 1.38 mmWAbsorberPhysicalcompt - 2 3.5 mm -2.8 cm -3.85 mm 326 keV 0 eV 4.8 mm 6.18 mmWAbsorberPhysicalcompt - 3 2.56 mm -2.77 cm -4.23 mm 220 keV 0 eV 1.07 mm 7.25 mmWAbsorberPhysicalcompt - 4 3.03 mm -2.58 cm -5.15 mm 0 eV 69.5 keV 2.15 mm 9.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.03 mm -2.58 cm -5.15 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.02 mm -2.58 cm -5.15 mm 70.6 keV 80.3 keV 24.6 mum 24.6 mumWAbsorberPhysicaleBrem - 2 3.02 mm -2.58 cm -5.15 mm 0 eV 70.6 keV 9.03 mum 33.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 mm -2.77 cm -4.23 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.56 mm -2.77 cm -4.23 mm 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.5 mm -2.8 cm -3.85 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.5 mm -2.81 cm -3.85 mm 0 eV 228 keV 58 mum 58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.1 mm -2.53 cm -5.39 mm 85.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.1 mm -2.53 cm -5.39 mm 0 eV 85.2 keV 12.3 mum 12.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.64 mm -2.4 cm -5.65 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.56 mm -2.42 cm -5.64 mm 0 eV 69.5 keV 247 mum 247 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.56 mm -2.42 cm -5.64 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.56 mm -2.43 cm -5.64 mm 0 eV 145 keV 28.8 mum 28.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 28.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm -19.1 cm 5.16 cm 28.3 MeV 0 eV 19.8 cm 19.8 cmFCALEnvelopePhysicalTransportation - 2 1.38 cm -25.5 cm 6.89 cm 28.3 MeV 0 eV 6.64 cm 26.5 cmLArgPhysicalTransportation - 3 5.28 cm -97.5 cm 26.4 cm 28.3 MeV 0 eV 74.7 cm 1.01 mMotherTransportation - 4 27.1 cm -5 m 1.35 m 28.3 MeV 0 eV 4.18 m 5.19 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.89 cm 17.7 cm -2.09 cm 52.1 MeV 0 eV 18.2 cm 18.2 cmLArgPhysicalTransportation - 2 -21.4 cm 97.5 cm -11.5 cm 52.1 MeV 0 eV 82.2 cm 1 mCryostatVolumesTransportation - 3 -43.4 cm 1.98 m -23.3 cm 52.1 MeV 0 eV 1.03 m 2.04 mMotherTransportation - 4 -1.1 m 5 m -59 cm 52.1 MeV 0 eV 3.12 m 5.15 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=25.7739 -Edep in FCAL1 FCAl2 : 0 25.7739 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2617 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 117 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 942 mum -480 mum 465 mum 41.9 MeV 2.62 MeV 1.16 mm 1.16 mmWAbsorberPhysicaleBrem - 2 1.39 mm -718 mum 613 mum 40.1 MeV 1.12 MeV 530 mum 1.69 mmWAbsorberPhysicaleBrem - 3 2.56 mm -1.88 mm 1.25 mm 35.3 MeV 4.59 MeV 1.81 mm 3.5 mmWAbsorberPhysicaleBrem - 4 2.85 mm -2.03 mm 1.25 mm 22.7 MeV 547 keV 337 mum 3.84 mmWAbsorberPhysicaleBrem - 5 3.68 mm -2.26 mm 1.16 mm 17.3 MeV 2.77 MeV 870 mum 4.7 mmWAbsorberPhysicaleBrem - 6 4.32 mm -2.56 mm 1.36 mm 15.6 MeV 1.55 MeV 813 mum 5.52 mmWAbsorberPhysicaleBrem - 7 4.47 mm -2.64 mm 1.35 mm 13.2 MeV 397 keV 171 mum 5.69 mmWAbsorberPhysicaleBrem - 8 5.64 mm -2.26 mm 546 mum 5.05 MeV 2.67 MeV 1.47 mm 7.16 mmWAbsorberPhysicaleBrem - 9 6.22 mm -2.81 mm 207 mum 1.31 MeV 1.78 MeV 831 mum 7.99 mmWAbsorberPhysicaleBrem - 10 6.21 mm -2.89 mm 190 mum 0 eV 1.31 MeV 593 mum 8.58 mmWAbsorberPhysicaleIoni - 11 6.21 mm -2.89 mm 190 mum 0 eV 0 eV 0 fm 8.58 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.21 mm -2.89 mm 190 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.27 mm -2.92 mm 230 mum 364 keV 0 eV 76.6 mum 76.6 mumWAbsorberPhysicalcompt - 2 6.95 mm -3.13 mm -32.8 mum 357 keV 0 eV 762 mum 839 mumWAbsorberPhysicalcompt - 3 9.24 mm -4.03 mm -1.63 mm 0 eV 69.5 keV 2.93 mm 3.77 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.24 mm -4.03 mm -1.63 mm 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.24 mm -4.03 mm -1.63 mm 0 eV 288 keV 82 mum 82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.95 mm -3.13 mm -32.8 mum 7.11 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.95 mm -3.13 mm -32.8 mum 0 eV 7.11 keV 233 nm 233 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.27 mm -2.92 mm 230 mum 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.27 mm -2.92 mm 232 mum 0 eV 147 keV 29.2 mum 29.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.21 mm -2.89 mm 190 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -909 mum 1.4 mm -4.88 mm 0 eV 69.5 keV 9.74 mm 9.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -909 mum 1.4 mm -4.88 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -917 mum 1.41 mm -4.89 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.22 mm -2.81 mm 207 mum 1.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.96 mm -3.97 mm -82.8 mum 403 keV 0 eV 1.22 mm 1.22 mmWAbsorberPhysicalcompt - 2 5 mm -3.73 mm -131 mum 204 keV 0 eV 992 mum 2.21 mmWAbsorberPhysicalcompt - 3 5.04 mm -4.08 mm -457 mum 0 eV 69.5 keV 486 mum 2.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.04 mm -4.08 mm -457 mum 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.04 mm -4.08 mm -459 mum 0 eV 135 keV 25.6 mum 25.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5 mm -3.73 mm -131 mum 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.99 mm -3.73 mm -130 mum 0 eV 199 keV 46.8 mum 46.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.96 mm -3.97 mm -82.8 mum 1.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.96 mm -4.04 mm -99.3 mum 0 eV 1.56 MeV 712 mum 712 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.64 mm -2.26 mm 546 mum 5.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.34 mm -3.53 mm -3.15 mm 940 keV 0 eV 4.75 mm 4.75 mmWAbsorberPhysicalcompt - 2 6.94 mm -4.98 mm -6.35 mm 0 eV 69.5 keV 3.79 mm 8.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.94 mm -4.98 mm -6.35 mm 871 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.94 mm -5.01 mm -6.37 mm 0 eV 871 keV 362 mum 362 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.34 mm -3.53 mm -3.15 mm 4.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.71 mm -3.29 mm -3.55 mm 3.3 MeV 1 MeV 539 mum 539 mumWAbsorberPhysicaleBrem - 2 8.63 mm -3.11 mm -3.98 mm 1.08 MeV 1.09 MeV 613 mum 1.15 mmWAbsorberPhysicaleBrem - 3 8.59 mm -3.15 mm -4.07 mm 635 keV 221 keV 150 mum 1.3 mmWAbsorberPhysicaleBrem - 4 8.59 mm -3.13 mm -4.07 mm 0 eV 635 keV 244 mum 1.55 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.59 mm -3.15 mm -4.07 mm 222 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.33 mm -806 mum -3.93 mm 0 eV 69.5 keV 2.36 mm 2.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.33 mm -806 mum -3.93 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.33 mm -806 mum -3.93 mm 0 eV 153 keV 31.1 mum 31.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.63 mm -3.11 mm -3.98 mm 1.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm -9.48 mm -5.58 mm 977 keV 0 eV 7.1 mm 7.1 mmWAbsorberPhysicalcompt - 2 1.19 cm -1.24 cm -7.48 mm 318 keV 0 eV 3.55 mm 1.06 cmWAbsorberPhysicalcompt - 3 1.13 cm -1.2 cm -8.1 mm 0 eV 69.5 keV 920 mum 1.16 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm -1.2 cm -8.1 mm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm -1.2 cm -8.09 mm 4.66 keV 120 keV 52 mum 52 mumWAbsorberPhysicaleBrem - 2 1.13 cm -1.2 cm -8.09 mm 0 eV 4.66 keV 127 nm 52.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm -1.2 cm -8.09 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm -1.21 cm -8.1 mm 0 eV 69.5 keV 28.3 mum 28.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm -1.21 cm -8.1 mm 54.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm -1.21 cm -8.1 mm 0 eV 54.1 keV 5.84 mum 5.84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 cm -1.24 cm -7.48 mm 659 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 cm -1.24 cm -7.51 mm 449 keV 88.3 keV 39.2 mum 39.2 mumWAbsorberPhysicaleBrem - 2 1.19 cm -1.24 cm -7.5 mm 0 eV 449 keV 154 mum 193 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 cm -1.24 cm -7.51 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 cm -1.26 cm -7.34 mm 0 eV 69.5 keV 261 mum 261 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 cm -1.26 cm -7.34 mm 52 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 cm -1.26 cm -7.34 mm 0 eV 52 keV 5.45 mum 5.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm -9.48 mm -5.58 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm -9.48 mm -5.58 mm 0 eV 163 keV 34.5 mum 34.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.71 mm -3.29 mm -3.55 mm 264 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.73 mm -3.35 mm -3.61 mm 0 eV 69.5 keV 88.2 mum 88.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.73 mm -3.35 mm -3.61 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.73 mm -3.35 mm -3.61 mm 0 eV 195 keV 45.4 mum 45.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.47 mm -2.64 mm 1.35 mm 1.97 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.24 mm -3.16 mm 848 mum 1.38 MeV 0 eV 1.91 mm 1.91 mmWAbsorberPhysicalcompt - 2 8.96 mm -5.56 mm -1.27 mm 1.11 MeV 0 eV 4.2 mm 6.12 mmWAbsorberPhysicalcompt - 3 8.98 mm -5.56 mm -1.28 mm 213 keV 0 eV 25.2 mum 6.14 mmWAbsorberPhysicalcompt - 4 8.58 mm -5.51 mm -1.13 mm 0 eV 69.5 keV 434 mum 6.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.58 mm -5.51 mm -1.13 mm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.58 mm -5.51 mm -1.13 mm 0 eV 144 keV 28.4 mum 28.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.98 mm -5.56 mm -1.28 mm 892 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.01 mm -5.57 mm -1.31 mm 0 eV 892 keV 373 mum 373 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.96 mm -5.56 mm -1.27 mm 273 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.97 mm -5.56 mm -1.27 mm 0 eV 273 keV 76 mum 76 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.24 mm -3.16 mm 848 mum 592 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.25 mm -3.15 mm 851 mum 0 eV 592 keV 223 mum 223 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.32 mm -2.56 mm 1.36 mm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.64 mm -2.66 mm 1.34 mm 0 eV 69.5 keV 329 mum 329 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.64 mm -2.66 mm 1.34 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.63 mm -2.66 mm 1.34 mm 0 eV 135 keV 25.6 mum 25.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.68 mm -2.26 mm 1.16 mm 2.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm -9.98 mm 2.19 mm 1.99 MeV 0 eV 1.57 cm 1.57 cmWAbsorberPhysicalcompt - 2 2.04 cm -1.07 cm 1.91 mm 1.6 MeV 0 eV 3.16 mm 1.89 cmWAbsorberPhysicalcompt - 3 4.59 cm -2.28 cm 7.26 mm 727 keV 0 eV 2.87 cm 4.76 cmWAbsorberPhysicalcompt - 4 5.29 cm -4.22 cm 2.88 cm 434 keV 0 eV 2.98 cm 7.74 cmWAbsorberPhysicalcompt - 5 5.21 cm -4.36 cm 2.89 cm 253 keV 0 eV 1.63 mm 7.91 cmWAbsorberPhysicalcompt - 6 5.24 cm -4.39 cm 2.88 cm 0 eV 69.5 keV 400 mum 7.95 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.24 cm -4.39 cm 2.88 cm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.24 cm -4.39 cm 2.88 cm 0 eV 184 keV 41.7 mum 41.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.21 cm -4.36 cm 2.89 cm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.21 cm -4.36 cm 2.89 cm 0 eV 180 keV 40.4 mum 40.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.29 cm -4.22 cm 2.88 cm 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.29 cm -4.22 cm 2.88 cm 0 eV 293 keV 84.2 mum 84.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.59 cm -2.28 cm 7.26 mm 877 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.59 cm -2.28 cm 7.25 mm 0 eV 877 keV 365 mum 365 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 cm -1.07 cm 1.91 mm 390 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.04 cm -1.07 cm 1.9 mm 0 eV 390 keV 126 mum 126 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm -9.98 mm 2.19 mm 550 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm -10 mm 2.19 mm 0 eV 550 keV 202 mum 202 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 mm -2.03 mm 1.25 mm 12.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.53 cm -1.33 cm -2.68 mm 0 eV 0 eV 2.55 cm 2.55 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 49, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.53 cm -1.33 cm -2.68 mm 3.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.55 cm -1.34 cm -2.6 mm 663 keV 417 keV 195 mum 195 mumWAbsorberPhysicaleBrem - 2 2.55 cm -1.33 cm -2.59 mm 0 eV 663 keV 257 mum 452 mumWAbsorberPhysicaleIoni - 3 2.55 cm -1.33 cm -2.59 mm 0 eV 0 eV 0 fm 452 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.55 cm -1.33 cm -2.59 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 cm -1.06 cm 642 mum 0 eV 69.5 keV 4.89 mm 4.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 cm -1.06 cm 642 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 cm -1.06 cm 651 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.55 cm -1.33 cm -2.59 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.55 cm -1.34 cm -2.64 mm 0 eV 69.5 keV 75.4 mum 75.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.55 cm -1.34 cm -2.64 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.55 cm -1.34 cm -2.64 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.55 cm -1.34 cm -2.6 mm 2.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.95 cm -8.96 mm 4.39 mm 1.94 MeV 0 eV 1.63 cm 1.63 cmWAbsorberPhysicalcompt - 2 4.03 cm -8.73 mm 4.56 mm 652 keV 0 eV 799 mum 1.71 cmWAbsorberPhysicalcompt - 3 4.09 cm -9.28 mm 4.49 mm 605 keV 0 eV 804 mum 1.79 cmWAbsorberPhysicalcompt - 4 4.25 cm -9.98 mm 4.52 mm 218 keV 0 eV 1.74 mm 1.97 cmWAbsorberPhysicalcompt - 5 4.24 cm -9.95 mm 4.59 mm 0 eV 69.5 keV 85.8 mum 1.97 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.24 cm -9.95 mm 4.59 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.24 cm -9.95 mm 4.6 mm 0 eV 149 keV 30 mum 30 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.25 cm -9.98 mm 4.52 mm 386 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.25 cm -9.98 mm 4.52 mm 0 eV 386 keV 125 mum 125 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.09 cm -9.28 mm 4.49 mm 47.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.09 cm -9.28 mm 4.49 mm 0 eV 47.3 keV 4.66 mum 4.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.03 cm -8.73 mm 4.56 mm 1.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.03 cm -8.7 mm 4.57 mm 0 eV 1.28 MeV 572 mum 572 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.95 cm -8.96 mm 4.39 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.95 cm -8.96 mm 4.4 mm 0 eV 232 keV 59.3 mum 59.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.53 cm -1.33 cm -2.68 mm 7.86 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.57 cm -1.36 cm -2.73 mm 6.77 MeV 784 keV 469 mum 469 mumWAbsorberPhysicaleBrem - 2 2.56 cm -1.3 cm -3.98 mm 2.71 MeV 3.24 MeV 1.61 mm 2.08 mmWAbsorberPhysicaleBrem - 3 2.58 cm -1.27 cm -4.71 mm 746 keV 1.97 MeV 1.23 mm 3.31 mmWAbsorberPhysicaleIoni - 4 2.58 cm -1.26 cm -4.71 mm 298 keV 293 keV 205 mum 3.51 mmWAbsorberPhysicaleBrem - 5 2.58 cm -1.26 cm -4.7 mm 0 eV 298 keV 86.1 mum 3.6 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.58 cm -1.26 cm -4.71 mm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 cm -1.23 cm -4.57 mm 0 eV 69.5 keV 388 mum 388 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.58 cm -1.23 cm -4.57 mm 85 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 cm -1.23 cm -4.57 mm 0 eV 85 keV 12.2 mum 12.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 cm -1.3 cm -3.98 mm 812 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 cm -1.11 cm -6.94 mm 542 keV 0 eV 6.11 mm 6.11 mmWAbsorberPhysicalcompt - 2 1.29 cm -1.65 cm -1.37 cm 384 keV 0 eV 1.15 cm 1.76 cmWAbsorberPhysicalcompt - 3 2.49 mm -1.21 cm -1.81 cm 0 eV 69.5 keV 1.22 cm 2.98 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.49 mm -1.21 cm -1.81 cm 315 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 mm -1.21 cm -1.81 cm 0 eV 315 keV 93 mum 93 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 cm -1.65 cm -1.37 cm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.29 cm -1.65 cm -1.37 cm 0 eV 158 keV 32.8 mum 32.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 cm -1.11 cm -6.94 mm 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 cm -1.11 cm -6.94 mm 0 eV 270 keV 74.4 mum 74.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 cm -1.36 cm -2.73 mm 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 cm -1.36 cm -2.87 mm 0 eV 69.5 keV 257 mum 257 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 cm -1.36 cm -2.87 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 cm -1.36 cm -2.87 mm 0 eV 240 keV 62.4 mum 62.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 mm -1.88 mm 1.25 mm 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.17 mm -2.15 mm 1.22 mm 0 eV 69.5 keV 676 mum 676 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.17 mm -2.15 mm 1.22 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.18 mm -2.15 mm 1.22 mm 0 eV 153 keV 31.4 mum 31.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 mm -718 mum 613 mum 638 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm -751 mum 633 mum 0 eV 69.5 keV 63 mum 63 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm -751 mum 633 mum 569 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.47 mm -759 mum 628 mum 370 keV 59.3 keV 51.5 mum 51.5 mumWAbsorberPhysicaleBrem - 2 1.47 mm -757 mum 619 mum 0 eV 370 keV 117 mum 169 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.47 mm -759 mum 628 mum 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm -723 mum 494 mum 0 eV 69.5 keV 176 mum 176 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 mm -723 mum 494 mum 70.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm -723 mum 494 mum 0 eV 70.1 keV 8.92 mum 8.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 942 mum -480 mum 465 mum 847 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.64 mm -1.53 mm 886 mum 217 keV 0 eV 2.05 mm 2.05 mmWAbsorberPhysicalcompt - 2 1.25 mm -457 mum 1.87 mm 0 eV 69.5 keV 2.02 mm 4.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm -457 mum 1.87 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 mm -455 mum 1.87 mm 0 eV 148 keV 29.6 mum 29.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.64 mm -1.53 mm 886 mum 630 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.66 mm -1.54 mm 887 mum 0 eV 630 keV 241 mum 241 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.14 cm 4.9 cm -6.87 cm 41.6 MeV 0 eV 9.4 cm 9.4 cmF2RodPhysicalTransportation - 2 -4.24 cm 5.02 cm -7.03 cm 41.6 MeV 0 eV 2.21 mm 9.62 cmF2LArGapPhysicalTransportation - 3 -4.27 cm 5.05 cm -7.08 cm 41.6 MeV 0 eV 670 mum 9.69 cmCuPlateBPhysicalTransportation - 4 -5.71 cm 6.76 cm -9.46 cm 41.6 MeV 0 eV 3.26 cm 13 cmLArgPhysicalTransportation - 5 -6.98 cm 8.27 cm -11.6 cm 41.6 MeV 0 eV 2.9 cm 15.8 cmBackExcluderTransportation - 6 -29.5 cm 34.9 cm -48.9 cm 41.6 MeV 0 eV 51.1 cm 67 cmLArgPhysicalTransportation - 7 -65.8 cm 77.9 cm -1.09 m 41.6 MeV 0 eV 82.4 cm 1.49 mCryostatVolumesTransportation - 8 -66 cm 78.1 cm -1.09 m 41.6 MeV 0 eV 3.52 mm 1.5 mInsulationPhysicalTransportation - 9 -69.6 cm 82.4 cm -1.15 m 41.6 MeV 0 eV 8.2 cm 1.58 mCryostatVolumesTransportation - 10 -69.7 cm 82.5 cm -1.16 m 41.6 MeV 0 eV 2.93 mm 1.58 mMotherTransportation - 11 -4.22 m 5 m -7 m 41.6 MeV 0 eV 8 m 9.59 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 18.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -29.2 cm 2.91 cm 18.3 cm 18.1 MeV 0 eV 34.6 cm 34.6 cmFCALEnvelopePhysicalTransportation - 2 -30.3 cm 3.02 cm 19 cm 18.1 MeV 0 eV 1.32 cm 35.9 cmLArgPhysicalTransportation - 3 -1.08 m 10.7 cm 67.8 cm 18.1 MeV 0 eV 92 cm 1.28 mCryostatVolumesTransportation - 4 -1.08 m 10.8 cm 67.9 cm 18.1 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 5 -1.14 m 11.4 cm 71.7 cm 18.1 MeV 0 eV 7.02 cm 1.35 mCryostatVolumesTransportation - 6 -1.14 m 11.4 cm 71.8 cm 18.1 MeV 0 eV 2.51 mm 1.35 mMotherTransportation - 7 -5 m 49.8 cm 3.14 m 18.1 MeV 0 eV 4.57 m 5.92 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=46.3961 -Edep in FCAL1 FCAl2 : 0 46.3961 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2618 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 118 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -106 mum 227 mum 290 mum 45.8 MeV 679 keV 384 mum 384 mumWAbsorberPhysicaleBrem - 2 -275 mum 400 mum 631 mum 41.5 MeV 1.22 MeV 419 mum 803 mumWAbsorberPhysicaleBrem - 3 -436 mum 569 mum 973 mum 34.8 MeV 754 keV 415 mum 1.22 mmWAbsorberPhysicaleBrem - 4 -783 mum 706 mum 1.64 mm 11.1 MeV 1.3 MeV 766 mum 1.98 mmWAbsorberPhysicaleBrem - 5 -788 mum 712 mum 1.65 mm 10.5 MeV 32.4 keV 17.5 mum 2 mmWAbsorberPhysicaleBrem - 6 -1.01 mm 748 mum 2.18 mm 6.75 MeV 1.23 MeV 582 mum 2.58 mmWAbsorberPhysicaleBrem - 7 -1.04 mm 816 mum 2.37 mm 5.83 MeV 333 keV 190 mum 2.78 mmWAbsorberPhysicaleBrem - 8 -2.6 mm 893 mum 3.13 mm 2.56 MeV 3.27 MeV 1.89 mm 4.66 mmWAbsorberPhysicaleIoni - 9 -2.45 mm 1.18 mm 3.22 mm 1.54 MeV 871 keV 421 mum 5.08 mmWAbsorberPhysicaleBrem - 10 -2.49 mm 1.19 mm 3.32 mm 0 eV 1.54 MeV 714 mum 5.8 mmWAbsorberPhysicaleIoni - 11 -2.49 mm 1.19 mm 3.32 mm 0 eV 0 eV 0 fm 5.8 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.49 mm 1.19 mm 3.32 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.64 mm 2.23 mm 4 mm 451 keV 0 eV 4.34 mm 4.34 mmWAbsorberPhysicalcompt - 2 -7.17 mm 2.45 mm 3.79 mm 0 eV 69.5 keV 605 mum 4.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.17 mm 2.45 mm 3.79 mm 382 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.17 mm 2.45 mm 3.79 mm 0 eV 382 keV 123 mum 123 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.64 mm 2.23 mm 4 mm 59.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.64 mm 2.23 mm 4 mm 0 eV 59.5 keV 6.81 mum 6.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.49 mm 1.19 mm 3.32 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 cm -2.96 mm 617 mum 247 keV 0 eV 1.73 cm 1.73 cmWAbsorberPhysicalcompt - 2 1.4 cm -3.01 mm 544 mum 0 eV 69.5 keV 94.1 mum 1.74 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm -3.01 mm 544 mum 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm -3.01 mm 542 mum 0 eV 177 keV 39.4 mum 39.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 cm -2.96 mm 617 mum 264 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 cm -2.96 mm 618 mum 0 eV 264 keV 72.2 mum 72.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.45 mm 1.18 mm 3.22 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 mm 1.18 mm 3.6 mm 0 eV 69.5 keV 391 mum 391 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 mm 1.18 mm 3.6 mm 80.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 mm 1.18 mm 3.6 mm 0 eV 80.6 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm 816 mum 2.37 mm 592 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 mm -951 mum 4.46 mm 545 keV 0 eV 2.76 mm 2.76 mmWAbsorberPhysicalcompt - 2 -1.67 mm -1.3 mm 4.86 mm 288 keV 0 eV 610 mum 3.37 mmWAbsorberPhysicalcompt - 3 679 mum -3.59 mm 5.46 mm 256 keV 0 eV 3.34 mm 6.71 mmWAbsorberPhysicalcompt - 4 1.15 mm -4.07 mm 6.24 mm 0 eV 69.5 keV 1.03 mm 7.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm -4.07 mm 6.24 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm -4.07 mm 6.24 mm 0 eV 187 keV 42.7 mum 42.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 679 mum -3.59 mm 5.46 mm 32.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 680 mum -3.59 mm 5.46 mm 0 eV 32.1 keV 2.46 mum 2.46 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 mm -1.3 mm 4.86 mm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 mm -1.3 mm 4.86 mm 0 eV 257 keV 69.1 mum 69.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 mm -951 mum 4.46 mm 47.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 mm -951 mum 4.46 mm 0 eV 47.1 keV 4.64 mum 4.64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 mm 748 mum 2.18 mm 2.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm 825 mum 2.29 mm 2.21 MeV 0 eV 133 mum 133 mumWAbsorberPhysicalcompt - 2 -5.51 mm 7.99 mm 9.84 mm 407 keV 0 eV 1.13 cm 1.15 cmWAbsorberPhysicalcompt - 3 -1.3 mm 9.73 mm 1.05 cm 0 eV 69.5 keV 4.6 mm 1.61 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mm 9.73 mm 1.05 cm 338 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 mm 9.73 mm 1.05 cm 0 eV 338 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.51 mm 7.99 mm 9.84 mm 1.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.56 mm 8.04 mm 9.9 mm 0 eV 1.8 MeV 834 mum 834 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm 825 mum 2.29 mm 292 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 mm 825 mum 2.29 mm 0 eV 292 keV 83.7 mum 83.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -788 mum 712 mum 1.65 mm 535 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 mm 1.04 mm 2.4 mm 0 eV 69.5 keV 841 mum 841 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 mm 1.04 mm 2.4 mm 466 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 mm 1.03 mm 2.4 mm 0 eV 466 keV 162 mum 162 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -783 mum 706 mum 1.64 mm 22.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm 2.94 mm 6.3 mm 0 eV 0 eV 5.37 mm 5.37 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 29, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm 2.94 mm 6.3 mm 6.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.25 mm 2.98 mm 6.39 mm 5.55 MeV 175 keV 98.7 mum 98.7 mumWAbsorberPhysicaleBrem - 2 -844 mum 2.23 mm 6.96 mm 2.09 MeV 3.46 MeV 1.85 mm 1.95 mmWAbsorberPhysicaleIoni - 3 -533 mum 2.38 mm 7.4 mm 5.35 keV 1.94 MeV 790 mum 2.74 mmWAbsorberPhysicaleBrem - 4 -533 mum 2.38 mm 7.4 mm 0 eV 5.35 keV 116 nm 2.74 mmWAbsorberPhysicaleIoni - 5 -533 mum 2.38 mm 7.4 mm 0 eV 0 eV 0 fm 2.74 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -533 mum 2.38 mm 7.4 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.39 mm 5.65 mm 8.72 mm 0 eV 69.5 keV 3.98 mm 3.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.39 mm 5.65 mm 8.72 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.4 mm 5.65 mm 8.72 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -533 mum 2.38 mm 7.4 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 528 mum 515 mum 6.65 mm 0 eV 69.5 keV 2.28 mm 2.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 528 mum 515 mum 6.65 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 525 mum 504 mum 6.65 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -533 mum 2.38 mm 7.4 mm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -495 mum 2.38 mm 7.39 mm 0 eV 69.5 keV 40.5 mum 40.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -495 mum 2.38 mm 7.39 mm 74.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -494 mum 2.38 mm 7.39 mm 0 eV 74.8 keV 9.91 mum 9.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.25 mm 2.98 mm 6.39 mm 986 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.33 mm 8.9 mm 2.61 cm 233 keV 0 eV 2.19 cm 2.19 cmWAbsorberPhysicalcompt - 2 5.09 mm 9.15 mm 2.58 cm 198 keV 0 eV 497 mum 2.24 cmWAbsorberPhysicalcompt - 3 5.45 mm 9.39 mm 2.46 cm 0 eV 69.5 keV 1.25 mm 2.37 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.45 mm 9.39 mm 2.46 cm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.45 mm 9.4 mm 2.46 cm 0 eV 128 keV 23.7 mum 23.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.09 mm 9.15 mm 2.58 cm 34.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.08 mm 9.15 mm 2.58 cm 0 eV 34.6 keV 2.79 mum 2.79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.33 mm 8.9 mm 2.61 cm 753 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.36 mm 8.87 mm 2.61 cm 153 keV 145 keV 78 mum 78 mumWAbsorberPhysicaleBrem - 2 5.36 mm 8.87 mm 2.61 cm 0 eV 153 keV 31.2 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.36 mm 8.87 mm 2.61 cm 456 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.42 mm 9.2 mm 2.83 cm 0 eV 69.5 keV 2.39 mm 2.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.42 mm 9.2 mm 2.83 cm 386 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.42 mm 9.2 mm 2.83 cm 0 eV 386 keV 125 mum 125 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm 2.94 mm 6.3 mm 14.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.42 mm 3.11 mm 6.52 mm 13.7 MeV 561 keV 335 mum 335 mumWAbsorberPhysicaleBrem - 2 -2.44 mm 3.13 mm 6.56 mm 13.4 MeV 92 keV 49.2 mum 384 mumWAbsorberPhysicaleBrem - 3 -2.49 mm 3.36 mm 7.38 mm 7.12 MeV 2.69 MeV 895 mum 1.28 mmWAbsorberPhysicaleBrem - 4 -2.19 mm 4.24 mm 7.14 mm 4.33 MeV 2.51 MeV 1.27 mm 2.55 mmWAbsorberPhysicaleBrem - 5 -2.1 mm 4.18 mm 7.02 mm 2.69 MeV 368 keV 198 mum 2.75 mmWAbsorberPhysicaleBrem - 6 -2.1 mm 4.45 mm 6.78 mm 1.46 MeV 778 keV 482 mum 3.23 mmWAbsorberPhysicaleBrem - 7 -2.24 mm 4.29 mm 6.72 mm 549 keV 808 keV 366 mum 3.59 mmWAbsorberPhysicaleBrem - 8 -2.24 mm 4.29 mm 6.71 mm 0 eV 549 keV 202 mum 3.8 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm 4.29 mm 6.72 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm 4.28 mm 6.71 mm 0 eV 69.5 keV 17.5 mum 17.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm 4.28 mm 6.71 mm 38.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm 4.28 mm 6.71 mm 0 eV 38.2 keV 3.28 mum 3.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.1 mm 4.45 mm 6.78 mm 448 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm -3.98 mm 6.92 mm 0 eV 69.5 keV 9.21 mm 9.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 mm -3.98 mm 6.92 mm 379 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm -3.99 mm 6.91 mm 0 eV 379 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.1 mm 4.18 mm 7.02 mm 1.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.11 cm -5.64 mm -2.69 cm 935 keV 0 eV 5.58 cm 5.58 cmWAbsorberPhysicalcompt - 2 4.33 cm -4.55 mm -2.89 cm 608 keV 0 eV 3.11 mm 5.89 cmWAbsorberPhysicalcompt - 3 4.41 cm -4.34 mm -2.88 cm 0 eV 69.5 keV 837 mum 5.97 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.41 cm -4.34 mm -2.88 cm 539 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.41 cm -4.33 mm -2.88 cm 0 eV 539 keV 197 mum 197 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.33 cm -4.55 mm -2.89 cm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.33 cm -4.54 mm -2.89 cm 0 eV 327 keV 98.3 mum 98.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.11 cm -5.64 mm -2.69 cm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.11 cm -5.65 mm -2.69 cm 0 eV 337 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 mm 4.24 mm 7.14 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.15 mm 4.81 mm 1.71 mm 0 eV 69.5 keV 9.98 mm 9.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.15 mm 4.81 mm 1.71 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.16 mm 4.81 mm 1.71 mm 0 eV 217 keV 53.9 mum 53.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.49 mm 3.36 mm 7.38 mm 3.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 cm 1.33 cm 1.48 cm 0 eV 0 eV 2.12 cm 2.12 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 56, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 cm 1.33 cm 1.48 cm 867 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 cm 1.33 cm 1.48 cm 0 eV 867 keV 362 mum 362 mumWAbsorberPhysicaleIoni - 2 -1.98 cm 1.33 cm 1.48 cm 0 eV 0 eV 0 fm 362 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 cm 1.33 cm 1.48 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.3 cm 1.5 cm 202 mum 0 eV 69.5 keV 1.51 cm 1.51 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.3 cm 1.5 cm 202 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.3 cm 1.5 cm 190 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 cm 1.33 cm 1.48 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 cm 1.28 cm 1.92 cm 0 eV 69.5 keV 4.51 mm 4.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.88 cm 1.28 cm 1.92 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 cm 1.28 cm 1.92 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 cm 1.33 cm 1.48 cm 1.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 cm 1.34 cm 1.5 cm 670 keV 899 keV 457 mum 457 mumWAbsorberPhysicaleBrem - 2 -1.96 cm 1.34 cm 1.51 cm 0 eV 670 keV 261 mum 718 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 cm 1.34 cm 1.5 cm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 cm 1.34 cm 1.51 cm 123 keV 0 eV 98.3 mum 98.3 mumWAbsorberPhysicalcompt - 2 -1.93 cm 1.34 cm 1.5 cm 0 eV 69.5 keV 375 mum 473 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 cm 1.34 cm 1.5 cm 53.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm 1.34 cm 1.5 cm 0 eV 53.2 keV 5.67 mum 5.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 cm 1.34 cm 1.51 cm 49.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 cm 1.34 cm 1.51 cm 0 eV 49.6 keV 5.03 mum 5.03 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.44 mm 3.13 mm 6.56 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 mm 3.14 mm 6.59 mm 0 eV 69.5 keV 38.6 mum 38.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.46 mm 3.14 mm 6.59 mm 56.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 mm 3.14 mm 6.59 mm 0 eV 56.7 keV 6.3 mum 6.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.42 mm 3.11 mm 6.52 mm 501 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.24 mm 6.28 mm 1.43 cm 189 keV 0 eV 8.91 mm 8.91 mmWAbsorberPhysicalcompt - 2 -5.16 mm 6.3 mm 1.43 cm 0 eV 69.5 keV 104 mum 9.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.16 mm 6.3 mm 1.43 cm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.16 mm 6.3 mm 1.43 cm 0 eV 120 keV 21.2 mum 21.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.24 mm 6.28 mm 1.43 cm 312 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.24 mm 6.28 mm 1.44 cm 0 eV 312 keV 91.8 mum 91.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -436 mum 569 mum 973 mum 5.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.53 mm 3.57 mm 9.85 mm 0 eV 0 eV 1.02 cm 1.02 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.53 mm 3.57 mm 9.85 mm 1.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.6 mm 3.61 mm 9.88 mm 0 eV 1.32 MeV 600 mum 600 mumWAbsorberPhysicaleIoni - 2 -4.6 mm 3.61 mm 9.88 mm 0 eV 0 eV 0 fm 600 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.6 mm 3.61 mm 9.88 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.98 mm 3.28 mm 9.69 mm 0 eV 69.5 keV 535 mum 535 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.98 mm 3.28 mm 9.69 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.98 mm 3.27 mm 9.69 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.6 mm 3.61 mm 9.88 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.54 mm 1.31 cm 1.55 cm 0 eV 69.5 keV 1.56 cm 1.56 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.54 mm 1.31 cm 1.55 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.55 mm 1.31 cm 1.55 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.53 mm 3.57 mm 9.85 mm 3.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.36 mm 3.49 mm 9.98 mm 2.6 MeV 688 keV 343 mum 343 mumWAbsorberPhysicaleBrem - 2 -4.1 mm 3.32 mm 1.03 cm 1.04 MeV 1.21 MeV 640 mum 983 mumWAbsorberPhysicaleBrem - 3 -4.09 mm 3.35 mm 1.03 cm 708 keV 59.6 keV 39.4 mum 1.02 mmWAbsorberPhysicaleBrem - 4 -4.09 mm 3.34 mm 1.03 cm 0 eV 708 keV 280 mum 1.3 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.09 mm 3.35 mm 1.03 cm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.53 mm 1.77 mm 1.3 cm 0 eV 69.5 keV 3.12 mm 3.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.53 mm 1.77 mm 1.3 cm 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.53 mm 1.77 mm 1.3 cm 0 eV 199 keV 47 mum 47 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.1 mm 3.32 mm 1.03 cm 357 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.38 mm 3.5 mm 1.19 cm 0 eV 69.5 keV 1.76 mm 1.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.38 mm 3.5 mm 1.19 cm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.38 mm 3.5 mm 1.19 cm 0 eV 287 keV 81.6 mum 81.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.36 mm 3.49 mm 9.98 mm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.31 mm 3.27 mm 9.66 mm 0 eV 69.5 keV 1.12 mm 1.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.31 mm 3.27 mm 9.66 mm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm 3.27 mm 9.66 mm 0 eV 258 keV 69.7 mum 69.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -275 mum 400 mum 631 mum 3.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.48 mm 9.76 mm 2.38 cm 1.76 MeV 0 eV 2.67 cm 2.67 cmWAbsorberPhysicalcompt - 2 -2.18 cm 2.46 mm 8.55 cm 438 keV 0 eV 6.34 cm 9 cmWAbsorberPhysicalcompt - 3 -2.21 cm 7.29 mm 8.67 cm 0 eV 69.5 keV 4.97 mm 9.5 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.21 cm 7.29 mm 8.67 cm 369 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.21 cm 7.3 mm 8.67 cm 0 eV 369 keV 117 mum 117 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.18 cm 2.46 mm 8.55 cm 1.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.18 cm 2.44 mm 8.56 cm 0 eV 1.32 MeV 591 mum 591 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.48 mm 9.76 mm 2.38 cm 1.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.5 mm 9.81 mm 2.39 cm 0 eV 1.34 MeV 601 mum 601 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -106 mum 227 mum 290 mum 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -117 mum 241 mum 320 mum 0 eV 69.5 keV 34.8 mum 34.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -117 mum 241 mum 320 mum 66.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -117 mum 242 mum 320 mum 0 eV 66.8 keV 8.24 mum 8.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 20.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.93 cm -4.03 cm -6.42 cm 20.8 MeV 0 eV 9.05 cm 9.05 cmF2RodPhysicalTransportation - 2 -4.97 cm -4.07 cm -6.49 cm 20.8 MeV 0 eV 855 mum 9.13 cmF2LArGapPhysicalTransportation - 3 -5.01 cm -4.1 cm -6.53 cm 20.8 MeV 0 eV 612 mum 9.19 cmCuPlateBPhysicalTransportation - 4 -6.79 cm -5.56 cm -8.85 cm 20.8 MeV 0 eV 3.27 cm 12.5 cmLArgPhysicalTransportation - 5 -8.88 cm -7.27 cm -11.6 cm 20.8 MeV 0 eV 3.84 cm 16.3 cmBackExcluderTransportation - 6 -45.3 cm -37.1 cm -59.1 cm 20.8 MeV 0 eV 66.9 cm 83.2 cmLArgPhysicalTransportation - 7 -77.6 cm -63.5 cm -1.01 m 20.8 MeV 0 eV 59.2 cm 1.42 mCryostatVolumesTransportation - 8 -77.7 cm -63.7 cm -1.01 m 20.8 MeV 0 eV 3.35 mm 1.43 mInsulationPhysicalTransportation - 9 -82 cm -67.1 cm -1.07 m 20.8 MeV 0 eV 7.82 cm 1.51 mCryostatVolumesTransportation - 10 -82.2 cm -67.3 cm -1.07 m 20.8 MeV 0 eV 2.79 mm 1.51 mMotherTransportation - 11 -5 m -4.09 m -6.52 m 20.8 MeV 0 eV 7.67 m 9.18 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.36 cm -4.52 cm -6.4 cm 37.7 MeV 0 eV 10.8 cm 10.8 cmCuPlateBPhysicalTransportation - 2 10.1 cm -6.23 cm -8.82 cm 37.7 MeV 0 eV 4.06 cm 14.8 cmLArgPhysicalTransportation - 3 13.3 cm -8.18 cm -11.6 cm 37.7 MeV 0 eV 4.64 cm 19.4 cmBackExcluderTransportation - 4 42.6 cm -26.2 cm -37.1 cm 37.7 MeV 0 eV 42.8 cm 62.3 cmLArgPhysicalTransportation - 5 96.2 cm -59.1 cm -83.6 cm 37.7 MeV 0 eV 78.2 cm 1.4 mCryostatVolumesTransportation - 6 96.4 cm -59.2 cm -83.8 cm 37.7 MeV 0 eV 3.31 mm 1.41 mInsulationPhysicalTransportation - 7 1.02 m -62.5 cm -88.4 cm 37.7 MeV 0 eV 7.72 cm 1.49 mCryostatVolumesTransportation - 8 1.02 m -62.6 cm -88.6 cm 37.7 MeV 0 eV 2.76 mm 1.49 mMotherTransportation - 9 5 m -3.07 m -4.35 m 37.7 MeV 0 eV 5.82 m 7.3 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=47.6866 -Edep in FCAL1 FCAl2 : 0 47.6866 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2619 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 119 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 118 mum 50.7 mum -79.1 mum 27 MeV 264 keV 151 mum 151 mumWAbsorberPhysicaleBrem - 2 249 mum 132 mum -156 mum 26.4 MeV 321 keV 173 mum 324 mumWAbsorberPhysicaleBrem - 3 1.31 mm 1.04 mm -1.74 mm 8.35 MeV 4.28 MeV 2.09 mm 2.41 mmWAbsorberPhysicaleBrem - 4 3.59 mm 1.03 mm -1.6 mm 3.64 MeV 4.4 MeV 2.05 mm 4.46 mmWAbsorberPhysicaleBrem - 5 3.56 mm 1.03 mm -1.53 mm 2.41 MeV 150 keV 75 mum 4.53 mmWAbsorberPhysicaleBrem - 6 2.88 mm 654 mum -1.25 mm 402 keV 2.01 MeV 1.14 mm 5.68 mmWAbsorberPhysicaleIoni - 7 2.88 mm 645 mum -1.24 mm 0 eV 402 keV 130 mum 5.81 mmWAbsorberPhysicaleIoni - 8 2.88 mm 645 mum -1.24 mm 0 eV 0 eV 0 fm 5.81 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.88 mm 645 mum -1.24 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.98 mm -4.23 mm -2.3 mm 0 eV 69.5 keV 8.48 mm 8.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.98 mm -4.23 mm -2.3 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.98 mm -4.24 mm -2.3 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.88 mm 645 mum -1.24 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.95 mm 1.41 mm -1.07 mm 244 keV 0 eV 1.33 mm 1.33 mmWAbsorberPhysicalcompt - 2 3.7 mm 1.71 mm -1.16 mm 0 eV 69.5 keV 402 mum 1.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.7 mm 1.71 mm -1.16 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.7 mm 1.71 mm -1.16 mm 0 eV 174 keV 38.4 mum 38.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.95 mm 1.41 mm -1.07 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.96 mm 1.41 mm -1.07 mm 0 eV 267 keV 73.4 mum 73.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.56 mm 1.03 mm -1.53 mm 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.77 mm 2.86 mm 4.29 mm 447 keV 0 eV 6.15 mm 6.15 mmWAbsorberPhysicalcompt - 2 3.66 mm 4.91 mm 4.56 mm 0 eV 69.5 keV 2.26 mm 8.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.66 mm 4.91 mm 4.56 mm 377 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.67 mm 4.92 mm 4.56 mm 0 eV 377 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.77 mm 2.86 mm 4.29 mm 631 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.76 mm 2.86 mm 4.31 mm 0 eV 631 keV 242 mum 242 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm 1.03 mm -1.6 mm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.25 mm 1.15 mm -904 mum 0 eV 69.5 keV 780 mum 780 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.25 mm 1.15 mm -904 mum 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.25 mm 1.15 mm -902 mum 92.5 keV 2.71 keV 3.29 mum 3.29 mumWAbsorberPhysicaleBrem - 2 3.25 mm 1.15 mm -901 mum 0 eV 92.5 keV 14 mum 17.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.25 mm 1.15 mm -902 mum 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 mm 1.18 mm -1.12 mm 0 eV 69.5 keV 246 mum 246 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.36 mm 1.18 mm -1.12 mm 75.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.36 mm 1.18 mm -1.12 mm 0 eV 75.7 keV 10.1 mum 10.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 mm 1.04 mm -1.74 mm 13.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.83 mm 1.08 mm -4.21 mm 0 eV 0 eV 3.53 mm 3.53 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 21, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.83 mm 1.08 mm -4.21 mm 1.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.9 mm 1.12 mm -4.21 mm 0 eV 1.23 MeV 552 mum 552 mumWAbsorberPhysicaleIoni - 2 3.9 mm 1.12 mm -4.21 mm 0 eV 0 eV 0 fm 552 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.9 mm 1.12 mm -4.21 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.98 mm 1.79 mm -930 mum 263 keV 0 eV 3.94 mm 3.94 mmWAbsorberPhysicalcompt - 2 5.82 mm 2.08 mm -863 mum 0 eV 69.5 keV 341 mum 4.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.82 mm 2.08 mm -863 mum 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.81 mm 2.08 mm -864 mum 0 eV 194 keV 45.2 mum 45.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.98 mm 1.79 mm -930 mum 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.98 mm 1.79 mm -926 mum 0 eV 248 keV 65.4 mum 65.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.9 mm 1.12 mm -4.21 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.73 mm 1.06 mm -4.49 mm 0 eV 69.5 keV 328 mum 328 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.73 mm 1.06 mm -4.49 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.72 mm 1.06 mm -4.49 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.83 mm 1.08 mm -4.21 mm 11.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.08 mm 948 mum -4.48 mm 8.95 MeV 816 keV 397 mum 397 mumWAbsorberPhysicaleBrem - 2 4.2 mm 1.01 mm -4.35 mm 8.09 MeV 519 keV 230 mum 627 mumWAbsorberPhysicaleBrem - 3 4.65 mm 1.1 mm -4.23 mm 7.12 MeV 735 keV 498 mum 1.13 mmWAbsorberPhysicaleBrem - 4 4.69 mm 1.12 mm -4.24 mm 5.51 MeV 85.4 keV 55.8 mum 1.18 mmWAbsorberPhysicaleBrem - 5 4.79 mm 1.19 mm -4.22 mm 3.54 MeV 240 keV 120 mum 1.3 mmWAbsorberPhysicaleBrem - 6 4.9 mm 935 mum -4.85 mm 1.46 MeV 1.58 MeV 909 mum 2.21 mmWAbsorberPhysicaleBrem - 7 4.96 mm 916 mum -4.87 mm 0 eV 1.46 MeV 662 mum 2.87 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.9 mm 935 mum -4.85 mm 500 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.1 mm 95.8 mum -6.39 mm 234 keV 0 eV 3.66 mm 3.66 mmWAbsorberPhysicalcompt - 2 8.63 mm -1.69 mm -2.83 mm 0 eV 69.5 keV 4.01 mm 7.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.63 mm -1.69 mm -2.83 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.63 mm -1.69 mm -2.83 mm 0 eV 165 keV 35.1 mum 35.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.1 mm 95.8 mum -6.39 mm 265 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.11 mm 95.7 mum -6.4 mm 0 eV 265 keV 72.6 mum 72.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.79 mm 1.19 mm -4.22 mm 1.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.25 mm 3.19 mm -6.97 mm 0 eV 0 eV 5.6 mm 5.6 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.25 mm 3.19 mm -6.97 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.25 mm 3.19 mm -6.97 mm 0 eV 105 keV 16 mum 16 mumWAbsorberPhysicaleIoni - 2 9.25 mm 3.19 mm -6.97 mm 0 eV 0 eV 0 fm 16 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.25 mm 3.19 mm -6.97 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.95 mm 2.03 mm -1.01 cm 344 keV 0 eV 3.36 mm 3.36 mmWAbsorberPhysicalcompt - 2 7.57 mm 1.02 mm -1.06 cm 0 eV 69.5 keV 1.77 mm 5.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.57 mm 1.02 mm -1.06 cm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.57 mm 1.01 mm -1.06 cm 0 eV 274 keV 76.3 mum 76.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.95 mm 2.03 mm -1.01 cm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.95 mm 2.03 mm -1.01 cm 0 eV 167 keV 35.9 mum 35.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.25 mm 3.19 mm -6.97 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.42 mm 3.85 mm -5.18 mm 455 keV 0 eV 1.92 mm 1.92 mmWAbsorberPhysicalcompt - 2 9.1 mm 3.99 mm -4.39 mm 0 eV 69.5 keV 872 mum 2.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.1 mm 3.99 mm -4.39 mm 385 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.09 mm 4 mm -4.39 mm 0 eV 385 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.42 mm 3.85 mm -5.18 mm 56.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.42 mm 3.85 mm -5.18 mm 0 eV 56.4 keV 6.24 mum 6.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.25 mm 3.19 mm -6.97 mm 606 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.26 mm 3.19 mm -6.99 mm 0 eV 606 keV 229 mum 229 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.69 mm 1.12 mm -4.24 mm 1.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 cm 5.13 mm -6.56 mm 1.19 MeV 0 eV 1.11 cm 1.11 cmWAbsorberPhysicalcompt - 2 2.16 cm 5.07 mm -6.55 mm 971 keV 0 eV 6.79 mm 1.79 cmWAbsorberPhysicalcompt - 3 3.03 cm 3.3 mm -2.76 mm 208 keV 0 eV 9.69 mm 2.76 cmWAbsorberPhysicalcompt - 4 2.91 cm 3.95 mm -2.95 mm 197 keV 0 eV 1.41 mm 2.9 cmWAbsorberPhysicalcompt - 5 2.87 cm 4.54 mm -2.97 mm 0 eV 69.5 keV 701 mum 2.97 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.87 cm 4.54 mm -2.97 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.87 cm 4.54 mm -2.97 mm 0 eV 128 keV 23.4 mum 23.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.91 cm 3.95 mm -2.95 mm 11.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.91 cm 3.95 mm -2.95 mm 0 eV 11.1 keV 455 nm 455 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.03 cm 3.3 mm -2.76 mm 763 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.03 cm 3.31 mm -2.75 mm 351 keV 22.4 keV 18.2 mum 18.2 mumWAbsorberPhysicaleBrem - 2 3.03 cm 3.31 mm -2.76 mm 0 eV 351 keV 109 mum 128 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.03 cm 3.31 mm -2.75 mm 389 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.94 cm 5.13 mm -1.12 mm 0 eV 69.5 keV 2.62 mm 2.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 cm 5.13 mm -1.12 mm 320 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.94 cm 5.14 mm -1.11 mm 0 eV 320 keV 95.2 mum 95.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.16 cm 5.07 mm -6.55 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.16 cm 5.07 mm -6.55 mm 0 eV 217 keV 53.6 mum 53.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 cm 5.13 mm -6.56 mm 334 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 cm 5.14 mm -6.56 mm 0 eV 334 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.65 mm 1.1 mm -4.23 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.63 mm 1.4 mm -4.31 mm 0 eV 69.5 keV 1.04 mm 1.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.63 mm 1.4 mm -4.31 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.64 mm 1.4 mm -4.31 mm 0 eV 165 keV 35.1 mum 35.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.2 mm 1.01 mm -4.35 mm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.75 mm 1.08 mm -4.47 mm 251 keV 0 eV 564 mum 564 mumWAbsorberPhysicalcompt - 2 5.06 mm 736 mum -4.31 mm 0 eV 69.5 keV 488 mum 1.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.06 mm 736 mum -4.31 mm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.06 mm 736 mum -4.31 mm 0 eV 181 keV 40.8 mum 40.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.75 mm 1.08 mm -4.47 mm 87.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.75 mm 1.08 mm -4.47 mm 0 eV 87.8 keV 12.9 mum 12.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.08 mm 948 mum -4.48 mm 1.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.99 mm 2.75 mm -2.41 mm 1.35 MeV 0 eV 4.78 mm 4.78 mmWAbsorberPhysicalcompt - 2 9.12 mm 2.89 mm -2.24 mm 0 eV 69.5 keV 1.15 mm 5.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.12 mm 2.89 mm -2.24 mm 1.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.19 mm 2.74 mm -2.18 mm 111 keV 505 keV 287 mum 287 mumWAbsorberPhysicaleBrem - 2 9.19 mm 2.74 mm -2.18 mm 0 eV 111 keV 18.9 mum 306 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.19 mm 2.74 mm -2.18 mm 662 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 cm 3.34 mm -3.04 mm 390 keV 0 eV 2.74 mm 2.74 mmWAbsorberPhysicalcompt - 2 1.29 cm 4.88 mm -1.83 mm 340 keV 0 eV 2.29 mm 5.03 mmWAbsorberPhysicalcompt - 3 1.28 cm 6.1 mm -1.06 mm 0 eV 69.5 keV 1.44 mm 6.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 cm 6.1 mm -1.06 mm 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 cm 6.1 mm -1.06 mm 0 eV 271 keV 74.8 mum 74.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 cm 4.88 mm -1.83 mm 50.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.29 cm 4.88 mm -1.83 mm 0 eV 50.3 keV 5.14 mum 5.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 cm 3.34 mm -3.04 mm 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 cm 3.34 mm -3.04 mm 0 eV 271 keV 75 mum 75 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.99 mm 2.75 mm -2.41 mm 407 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.99 mm 2.76 mm -2.4 mm 0 eV 407 keV 134 mum 134 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 249 mum 132 mum -156 mum 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm 987 mum -1.26 mm 0 eV 69.5 keV 2.17 mm 2.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 mm 987 mum -1.26 mm 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm 985 mum -1.26 mm 0 eV 202 keV 47.9 mum 47.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 118 mum 50.7 mum -79.1 mum 3.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.7 cm 1.8 cm -2.36 cm 2.33 MeV 0 eV 4.73 cm 4.73 cmWAbsorberPhysicalcompt - 2 3.71 cm 1.81 cm -2.37 cm 973 keV 0 eV 223 mum 4.75 cmWAbsorberPhysicalcompt - 3 3.73 cm 1.77 cm -2.58 cm 934 keV 0 eV 2.1 mm 4.96 cmWAbsorberPhysicalcompt - 4 3.61 cm 1.61 cm -3.58 cm 0 eV 69.5 keV 1.03 cm 5.99 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.61 cm 1.61 cm -3.58 cm 865 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.61 cm 1.61 cm -3.58 cm 0 eV 865 keV 359 mum 359 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.73 cm 1.77 cm -2.58 cm 39.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.73 cm 1.77 cm -2.58 cm 0 eV 39.2 keV 3.41 mum 3.41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.71 cm 1.81 cm -2.37 cm 1.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.72 cm 1.81 cm -2.37 cm 0 eV 1.35 MeV 608 mum 608 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.7 cm 1.8 cm -2.36 cm 754 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.7 cm 1.8 cm -2.35 cm 0 eV 754 keV 303 mum 303 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -19.1 cm 4.56 cm -6.85 cm 37.4 MeV 0 eV 20.8 cm 20.8 cmCuPlateBPhysicalTransportation - 2 -26.3 cm 6.29 cm -9.44 cm 37.4 MeV 0 eV 7.85 cm 28.6 cmLArgPhysicalTransportation - 3 -32.3 cm 7.72 cm -11.6 cm 37.4 MeV 0 eV 6.49 cm 35.1 cmBackExcluderTransportation - 4 -39.9 cm 9.54 cm -14.3 cm 37.4 MeV 0 eV 8.29 cm 43.4 cmLArgPhysicalTransportation - 5 -1.2 m 28.7 cm -43.1 cm 37.4 MeV 0 eV 87.2 cm 1.31 mCryostatVolumesTransportation - 6 -1.2 m 28.8 cm -43.2 cm 37.4 MeV 0 eV 3.08 mm 1.31 mInsulationPhysicalTransportation - 7 -1.27 m 30.3 cm -45.5 cm 37.4 MeV 0 eV 7.18 cm 1.38 mCryostatVolumesTransportation - 8 -1.27 m 30.4 cm -45.6 cm 37.4 MeV 0 eV 2.56 mm 1.38 mMotherTransportation - 9 -5 m 1.2 m -1.79 m 37.4 MeV 0 eV 4.06 m 5.45 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.56 cm -16.4 cm 24.4 cm 37.4 MeV 0 eV 31 cm 31 cmLArgPhysicalTransportation - 2 46.4 cm -79.9 cm 1.19 m 37.4 MeV 0 eV 1.19 m 1.5 mCryostatVolumesTransportation - 3 46.5 cm -80 cm 1.19 m 37.4 MeV 0 eV 3.54 mm 1.51 mInsulationPhysicalTransportation - 4 49.1 cm -84.4 cm 1.25 m 37.4 MeV 0 eV 8.26 cm 1.59 mCryostatVolumesTransportation - 5 49.2 cm -84.6 cm 1.26 m 37.4 MeV 0 eV 2.95 mm 1.59 mMotherTransportation - 6 2.91 m -5 m 7.43 m 37.4 MeV 0 eV 7.82 m 9.42 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=31.3564 -Edep in FCAL1 FCAl2 : 0 31.3564 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2620 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 120 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 34.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -274 mum -415 mum -697 mum 27.2 MeV 1.9 MeV 868 mum 868 mumWAbsorberPhysicaleBrem - 2 -568 mum -603 mum -1.06 mm 26.1 MeV 876 keV 504 mum 1.37 mmWAbsorberPhysicaleBrem - 3 -2.08 mm -1.02 mm -2.2 mm 20.1 MeV 4.23 MeV 1.99 mm 3.36 mmWAbsorberPhysicaleBrem - 4 -2.15 mm -1.05 mm -2.31 mm 19 MeV 207 keV 130 mum 3.49 mmWAbsorberPhysicaleBrem - 5 -2.36 mm -1.17 mm -2.57 mm 18 MeV 753 keV 358 mum 3.85 mmWAbsorberPhysicaleBrem - 6 -2.73 mm -1.19 mm -2.84 mm 16.9 MeV 1.06 MeV 465 mum 4.31 mmWAbsorberPhysicaleBrem - 7 -3.64 mm -2.57 mm -4.02 mm 1.81 MeV 4.76 MeV 2.13 mm 6.45 mmWAbsorberPhysicaleBrem - 8 -3.75 mm -2.51 mm -4.03 mm 0 eV 1.81 MeV 853 mum 7.3 mmWAbsorberPhysicaleIoni - 9 -3.75 mm -2.51 mm -4.03 mm 0 eV 0 eV 0 fm 7.3 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.75 mm -2.51 mm -4.03 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.77 mm -2.49 mm -4.03 mm 0 eV 69.5 keV 30.1 mum 30.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.77 mm -2.49 mm -4.03 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.77 mm -2.48 mm -4.02 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.75 mm -2.51 mm -4.03 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.13 mm -3.81 mm -4.07 mm 388 keV 0 eV 1.43 mm 1.43 mmWAbsorberPhysicalcompt - 2 -265 mum -4.82 mm -5.09 mm 0 eV 69.5 keV 3.2 mm 4.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -265 mum -4.82 mm -5.09 mm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -259 mum -4.82 mm -5.09 mm 0 eV 318 keV 94.6 mum 94.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.13 mm -3.81 mm -4.07 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.13 mm -3.81 mm -4.07 mm 0 eV 123 keV 22.2 mum 22.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.64 mm -2.57 mm -4.02 mm 10.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.29 mm -997 mum -4.53 mm 0 eV 0 eV 3.12 mm 3.12 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 18, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.29 mm -997 mum -4.53 mm 1.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.35 mm -952 mum -4.5 mm 0 eV 1.34 MeV 611 mum 611 mumWAbsorberPhysicaleIoni - 2 -6.35 mm -952 mum -4.5 mm 0 eV 0 eV 0 fm 611 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.35 mm -952 mum -4.5 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.09 mm 327 mum -4.75 mm 244 keV 0 eV 1.49 mm 1.49 mmWAbsorberPhysicalcompt - 2 -7.94 mm -504 mum -5.67 mm 0 eV 69.5 keV 1.5 mm 3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.94 mm -504 mum -5.67 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.94 mm -503 mum -5.67 mm 0 eV 175 keV 38.5 mum 38.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.09 mm 327 mum -4.75 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.09 mm 332 mum -4.75 mm 0 eV 267 keV 73.2 mum 73.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.35 mm -952 mum -4.5 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.06 mm -1.46 mm -4.41 mm 470 keV 0 eV 591 mum 591 mumWAbsorberPhysicalcompt - 2 -5.86 mm -1.61 mm -4.33 mm 320 keV 0 eV 264 mum 855 mumWAbsorberPhysicalcompt - 3 -5.13 mm -3.34 mm -5.75 mm 0 eV 69.5 keV 2.35 mm 3.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.13 mm -3.34 mm -5.75 mm 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.13 mm -3.34 mm -5.75 mm 0 eV 250 keV 66.4 mum 66.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.86 mm -1.61 mm -4.33 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.86 mm -1.61 mm -4.33 mm 0 eV 151 keV 30.5 mum 30.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.06 mm -1.46 mm -4.41 mm 40.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.06 mm -1.46 mm -4.41 mm 0 eV 40.6 keV 3.63 mum 3.63 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.29 mm -997 mum -4.53 mm 7.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.34 mm 44.3 mum -4.34 mm 2.94 MeV 2.69 MeV 1.3 mm 1.3 mmWAbsorberPhysicaleIoni - 2 -5.68 mm 415 mum -3.95 mm 342 keV 2.6 MeV 1.3 mm 2.6 mmWAbsorberPhysicaleIoni - 3 -5.68 mm 412 mum -3.95 mm 0 eV 342 keV 105 mum 2.71 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.34 mm 44.3 mum -4.34 mm 2.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.35 mm 118 mum -4.39 mm 1.75 MeV 195 keV 121 mum 121 mumWAbsorberPhysicaleBrem - 2 -6.44 mm 311 mum -4.45 mm 145 keV 578 keV 326 mum 447 mumWAbsorberPhysicaleBrem - 3 -6.44 mm 310 mum -4.45 mm 0 eV 145 keV 28.6 mum 476 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.44 mm 311 mum -4.45 mm 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.68 mm -2.47 mm 1.01 mm 394 keV 0 eV 6.25 mm 6.25 mmWAbsorberPhysicalcompt - 2 -1.16 cm -4.48 mm 115 mum 202 keV 0 eV 4.52 mm 1.08 cmWAbsorberPhysicalcompt - 3 -1.2 cm -3.19 mm 294 mum 0 eV 69.5 keV 1.34 mm 1.21 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 cm -3.19 mm 294 mum 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 cm -3.19 mm 296 mum 0 eV 132 keV 24.9 mum 24.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 cm -4.48 mm 115 mum 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.16 cm -4.48 mm 114 mum 0 eV 192 keV 44.6 mum 44.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.68 mm -2.47 mm 1.01 mm 638 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.68 mm -2.48 mm 1.03 mm 0 eV 638 keV 245 mum 245 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.35 mm 118 mum -4.39 mm 344 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.52 mm 400 mum -4.04 mm 0 eV 69.5 keV 474 mum 474 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.52 mm 400 mum -4.04 mm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.52 mm 400 mum -4.04 mm 0 eV 274 keV 76.4 mum 76.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.73 mm -1.19 mm -2.84 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.74 mm -1.19 mm -2.86 mm 0 eV 69.5 keV 17.6 mum 17.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.74 mm -1.19 mm -2.86 mm 50.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.74 mm -1.19 mm -2.86 mm 0 eV 50.1 keV 5.11 mum 5.11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm -1.17 mm -2.57 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm -1.41 mm -3.59 mm 0 eV 69.5 keV 1.34 mm 1.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 mm -1.41 mm -3.59 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm -1.41 mm -3.6 mm 0 eV 172 keV 37.6 mum 37.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.15 mm -1.05 mm -2.31 mm 815 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 mm -1.34 mm -2.72 mm 0 eV 69.5 keV 591 mum 591 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.46 mm -1.34 mm -2.72 mm 746 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.47 mm -1.34 mm -2.74 mm 0 eV 746 keV 299 mum 299 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 mm -1.02 mm -2.2 mm 1.85 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm -5.82 mm -1.41 cm 1.47 MeV 0 eV 1.51 cm 1.51 cmWAbsorberPhysicalcompt - 2 -1.37 cm -6.07 mm -1.73 cm 0 eV 0 eV 4.83 mm 1.99 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 38, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm -6.07 mm -1.73 cm 348 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 cm -6.07 mm -1.73 cm 0 eV 348 keV 105 mum 105 mumWAbsorberPhysicaleIoni - 2 -1.37 cm -6.07 mm -1.73 cm 0 eV 0 eV 0 fm 105 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm -6.07 mm -1.73 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -5.34 mm -1.69 cm 180 keV 0 eV 2.04 mm 2.04 mmWAbsorberPhysicalcompt - 2 -1.22 cm -5.4 mm -1.72 cm 0 eV 69.5 keV 464 mum 2.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.22 cm -5.4 mm -1.72 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.22 cm -5.4 mm -1.72 cm 0 eV 110 keV 18.7 mum 18.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -5.34 mm -1.69 cm 331 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -5.34 mm -1.69 cm 0 eV 331 keV 100 mum 100 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm -6.07 mm -1.73 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm -6.15 mm -1.73 cm 500 keV 0 eV 238 mum 238 mumWAbsorberPhysicalcompt - 2 -2.06 cm -1.03 cm -1.78 cm 0 eV 69.5 keV 7.87 mm 8.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.06 cm -1.03 cm -1.78 cm 430 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.06 cm -1.03 cm -1.78 cm 0 eV 430 keV 145 mum 145 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 cm -6.15 mm -1.73 cm 11 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm -6.15 mm -1.73 cm 0 eV 11 keV 451 nm 451 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 cm -6.07 mm -1.73 cm 95.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 cm -6.07 mm -1.73 cm 0 eV 95.3 keV 14.7 mum 14.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 cm -5.82 mm -1.41 cm 385 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm -5.83 mm -1.41 cm 0 eV 385 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -568 mum -603 mum -1.06 mm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -801 mum -786 mum -1.31 mm 0 eV 69.5 keV 386 mum 386 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -801 mum -786 mum -1.31 mm 88.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -800 mum -786 mum -1.31 mm 0 eV 88.1 keV 12.9 mum 12.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -274 mum -415 mum -697 mum 5.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.04 mm -3.51 mm -5.14 mm 2.68 MeV 0 eV 7.22 mm 7.22 mmWAbsorberPhysicalcompt - 2 -1.13 cm -7.81 mm -6.82 mm 459 keV 0 eV 7.79 mm 1.5 cmWAbsorberPhysicalcompt - 3 -1.22 cm -6.29 mm -8.3 mm 447 keV 0 eV 2.29 mm 1.73 cmWAbsorberPhysicalcompt - 4 -1.3 cm -4.11 mm -9.58 mm 0 eV 69.5 keV 2.66 mm 2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm -4.11 mm -9.58 mm 378 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm -4.12 mm -9.61 mm 15.3 keV 362 keV 105 mum 105 mumWAbsorberPhysicaleBrem - 2 -1.3 cm -4.12 mm -9.61 mm 0 eV 15.3 keV 748 nm 106 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.22 cm -6.29 mm -8.3 mm 11.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.22 cm -6.29 mm -8.3 mm 0 eV 11.7 keV 496 nm 496 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -7.81 mm -6.82 mm 2.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 cm -8.08 mm -7.32 mm 305 keV 1.61 MeV 968 mum 968 mumWAbsorberPhysicaleBrem - 2 -1.12 cm -8.08 mm -7.32 mm 0 eV 305 keV 88.9 mum 1.06 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 cm -8.08 mm -7.32 mm 302 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 cm -7.77 mm -7.64 mm 250 keV 0 eV 449 mum 449 mumWAbsorberPhysicalcompt - 2 -1.11 cm -7.15 mm -7.6 mm 147 keV 0 eV 625 mum 1.07 mmWAbsorberPhysicalcompt - 3 -1.11 cm -7.16 mm -7.62 mm 0 eV 69.5 keV 39.1 mum 1.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -7.16 mm -7.62 mm 78 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -7.16 mm -7.62 mm 0 eV 78 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -7.15 mm -7.6 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -7.15 mm -7.6 mm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 cm -7.77 mm -7.64 mm 52.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 cm -7.77 mm -7.64 mm 0 eV 52.9 keV 5.61 mum 5.61 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.04 mm -3.51 mm -5.14 mm 2.82 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.13 mm -3.56 mm -5.29 mm 0 eV 2.82 MeV 1.27 mm 1.27 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.25 cm -10.8 cm 33.6 cm 38.7 MeV 0 eV 35.5 cm 35.5 cmF2RodPhysicalTransportation - 2 4.33 cm -11 cm 34.2 cm 38.7 MeV 0 eV 6.57 mm 36.2 cmF2LArGapPhysicalTransportation - 3 4.35 cm -11.1 cm 34.3 cm 38.7 MeV 0 eV 1.15 mm 36.3 cmCuPlateAPhysicalTransportation - 4 4.58 cm -11.6 cm 36.1 cm 38.7 MeV 0 eV 1.92 cm 38.2 cmFCALEnvelopePhysicalTransportation - 5 4.93 cm -12.5 cm 38.9 cm 38.7 MeV 0 eV 2.96 cm 41.2 cmFCALEmModulePhysicalTransportation - 6 5.56 cm -14.2 cm 43.9 cm 38.7 MeV 0 eV 5.29 cm 46.5 cmF1LArGapPhysicalTransportation - 7 5.63 cm -14.3 cm 44.4 cm 38.7 MeV 0 eV 5.34 mm 47 cmFCALEmModulePhysicalTransportation - 8 5.78 cm -14.7 cm 45.6 cm 38.7 MeV 0 eV 1.27 cm 48.3 cmF1LArGapPhysicalTransportation - 9 5.79 cm -14.7 cm 45.7 cm 38.7 MeV 0 eV 1.16 mm 48.4 cmFCALEmModulePhysicalTransportation - 10 5.88 cm -15 cm 46.4 cm 38.7 MeV 0 eV 7.3 mm 49.1 cmF1LArGapPhysicalTransportation - 11 5.9 cm -15 cm 46.5 cm 38.7 MeV 0 eV 1.16 mm 49.2 cmFCALEmModulePhysicalTransportation - 12 6.92 cm -17.6 cm 54.6 cm 38.7 MeV 0 eV 8.56 cm 57.8 cmLArgPhysicalTransportation - 13 11.3 cm -28.7 cm 89 cm 38.7 MeV 0 eV 36.4 cm 94.1 cmFrontExcluderPhysicalTransportation - 14 12.6 cm -31.9 cm 99 cm 38.7 MeV 0 eV 10.7 cm 1.05 mLArgPhysicalTransportation - 15 16 cm -40.8 cm 1.26 m 38.7 MeV 0 eV 29 cm 1.34 mCryostatVolumesTransportation - 16 16.1 cm -40.9 cm 1.27 m 38.7 MeV 0 eV 3.15 mm 1.34 mInsulationPhysicalTransportation - 17 16.9 cm -43.1 cm 1.34 m 38.7 MeV 0 eV 7.35 cm 1.41 mCryostatVolumesTransportation - 18 17 cm -43.2 cm 1.34 m 38.7 MeV 0 eV 2.62 mm 1.42 mMotherTransportation - 19 18 cm -45.8 cm 1.42 m 38.7 MeV 0 eV 8.54 cm 1.5 mIronWallPhysicalTransportation - 20 23.1 cm -58.7 cm 1.82 m 38.7 MeV 0 eV 42.3 cm 1.93 mMotherTransportation - 21 1.97 m -5 m 15.5 m 38.7 MeV 0 eV 14.5 m 16.4 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 31.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.56 cm 16.2 cm -5.74 cm 31.8 MeV 0 eV 18.4 cm 18.4 cmF2TroffMainPhysicalTransportation - 2 6.94 cm 17.1 cm -6.07 cm 31.8 MeV 0 eV 1.05 cm 19.5 cmLArgPhysicalTransportation - 3 39.5 cm 97.5 cm -34.5 cm 31.8 MeV 0 eV 91.2 cm 1.11 mCryostatVolumesTransportation - 4 79.9 cm 1.98 m -70 cm 31.8 MeV 0 eV 1.14 m 2.24 mMotherTransportation - 5 2.02 m 5 m -1.77 m 31.8 MeV 0 eV 3.43 m 5.68 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=35.5992 -Edep in FCAL1 FCAl2 : 0 35.5992 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2621 0 0 0 --------------------------------------------- - ----> Begin of event: 121 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 121 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 24.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -16.8 mum -36 mum -3.15 mum 23.6 MeV 118 keV 39.9 mum 39.9 mumWAbsorberPhysicaleBrem - 2 -579 mum -1.34 mm -560 mum 20.2 MeV 3.09 MeV 1.52 mm 1.56 mmWAbsorberPhysicaleBrem - 3 -651 mum -1.45 mm -626 mum 19.6 MeV 250 keV 146 mum 1.7 mmWAbsorberPhysicaleBrem - 4 -1.3 mm -2.21 mm -732 mum 15.7 MeV 2.41 MeV 1.01 mm 2.71 mmWAbsorberPhysicaleBrem - 5 -1.4 mm -2.36 mm -840 mum 15.1 MeV 377 keV 205 mum 2.92 mmWAbsorberPhysicaleBrem - 6 -1.98 mm -2.75 mm -1.44 mm 11.9 MeV 1.9 MeV 910 mum 3.83 mmWAbsorberPhysicaleBrem - 7 -2.08 mm -2.84 mm -1.51 mm 5.71 MeV 349 keV 155 mum 3.98 mmWAbsorberPhysicaleBrem - 8 -3.4 mm -2.56 mm -1.7 mm 2.24 MeV 3.1 MeV 1.48 mm 5.47 mmWAbsorberPhysicaleBrem - 9 -3.72 mm -2.45 mm -1.71 mm 628 keV 726 keV 430 mum 5.9 mmWAbsorberPhysicaleBrem - 10 -3.72 mm -2.44 mm -1.73 mm 0 eV 628 keV 240 mum 6.14 mmWAbsorberPhysicaleIoni - 11 -3.72 mm -2.44 mm -1.73 mm 0 eV 0 eV 0 fm 6.14 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.72 mm -2.44 mm -1.73 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 mm -4.11 mm 455 mum 0 eV 69.5 keV 3.86 mm 3.86 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 mm -4.11 mm 455 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 mm -4.14 mm 478 mum 63 keV 378 keV 110 mum 110 mumWAbsorberPhysicaleBrem - 2 -1.03 mm -4.14 mm 478 mum 0 eV 63 keV 7.44 mum 117 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.72 mm -2.44 mm -1.73 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.83 mm -1.75 mm -2.63 mm 0 eV 69.5 keV 1.59 mm 1.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.83 mm -1.75 mm -2.63 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.83 mm -1.74 mm -2.64 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.72 mm -2.45 mm -1.71 mm 881 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.84 mm 1.27 cm -1.22 cm 722 keV 0 eV 1.87 cm 1.87 cmWAbsorberPhysicalcompt - 2 -9.25 mm 1.6 cm -1.32 cm 0 eV 69.5 keV 4.22 mm 2.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.25 mm 1.6 cm -1.32 cm 652 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.26 mm 1.6 cm -1.31 cm 225 keV 253 keV 142 mum 142 mumWAbsorberPhysicaleBrem - 2 -9.26 mm 1.6 cm -1.31 cm 0 eV 225 keV 56.7 mum 198 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.26 mm 1.6 cm -1.31 cm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.32 mm 1.59 cm -1.32 cm 0 eV 69.5 keV 126 mum 126 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.32 mm 1.59 cm -1.32 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.32 mm 1.59 cm -1.32 cm 0 eV 105 keV 17.2 mum 17.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.84 mm 1.27 cm -1.22 cm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.84 mm 1.27 cm -1.22 cm 0 eV 159 keV 33.2 mum 33.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.4 mm -2.56 mm -1.7 mm 375 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.76 mm -2.45 mm -919 mum 321 keV 0 eV 871 mum 871 mumWAbsorberPhysicalcompt - 2 -3.5 mm -3.82 mm 2.81 mm 0 eV 69.5 keV 3.98 mm 4.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.5 mm -3.82 mm 2.81 mm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.49 mm -3.82 mm 2.81 mm 0 eV 252 keV 67 mum 67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.76 mm -2.45 mm -919 mum 53.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.76 mm -2.45 mm -919 mum 0 eV 53.6 keV 5.74 mum 5.74 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 mm -2.84 mm -1.51 mm 5.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.34 mm -1.46 cm -1.45 cm 5.3 MeV 0 eV 1.83 cm 1.83 cmWAbsorberPhysicalcompt - 2 -7.63 mm -1.55 cm -1.57 cm 0 eV 0 eV 1.61 mm 1.99 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 26, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.63 mm -1.55 cm -1.57 cm 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.61 mm -1.56 cm -1.58 cm 0 eV 1.19 MeV 533 mum 533 mumWAbsorberPhysicaleIoni - 2 -7.61 mm -1.56 cm -1.58 cm 0 eV 0 eV 0 fm 533 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.61 mm -1.56 cm -1.58 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.28 mm -1.57 cm -1.72 cm 0 eV 69.5 keV 2.72 mm 2.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.28 mm -1.57 cm -1.72 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.28 mm -1.58 cm -1.72 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.61 mm -1.56 cm -1.58 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.77 mm -1.55 cm -1.57 cm 0 eV 69.5 keV 188 mum 188 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.77 mm -1.55 cm -1.57 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.78 mm -1.55 cm -1.57 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.63 mm -1.55 cm -1.57 cm 3.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.54 mm -1.59 cm -1.57 cm 1.34 MeV 1.56 MeV 449 mum 449 mumWAbsorberPhysicaleBrem - 2 -7.6 mm -1.59 cm -1.57 cm 0 eV 1.34 MeV 599 mum 1.05 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.54 mm -1.59 cm -1.57 cm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.1 mm -1.62 cm -1.57 cm 0 eV 69.5 keV 1.6 mm 1.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.1 mm -1.62 cm -1.57 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.1 mm -1.62 cm -1.57 cm 0 eV 110 keV 18.7 mum 18.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.34 mm -1.46 cm -1.45 cm 514 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.35 mm -1.46 cm -1.45 cm 0 eV 514 keV 185 mum 185 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm -2.75 mm -1.44 mm 1.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.72 mm -4.89 mm -3.75 mm 225 keV 0 eV 3.61 mm 3.61 mmWAbsorberPhysicalcompt - 2 -3.67 mm -4.74 mm -3.41 mm 0 eV 69.5 keV 381 mum 3.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.67 mm -4.74 mm -3.41 mm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.67 mm -4.74 mm -3.4 mm 0 eV 155 keV 31.9 mum 31.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.72 mm -4.89 mm -3.75 mm 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.74 mm -4.92 mm -3.78 mm 0 eV 1.08 MeV 469 mum 469 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 mm -2.36 mm -840 mum 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 mm -3.48 mm -1.69 mm 204 keV 0 eV 1.8 mm 1.8 mmWAbsorberPhysicalcompt - 2 -2.64 mm -3.79 mm -1.72 mm 0 eV 69.5 keV 330 mum 2.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm -3.79 mm -1.72 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.64 mm -3.79 mm -1.72 mm 0 eV 135 keV 25.6 mum 25.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.52 mm -3.48 mm -1.69 mm 13.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 mm -3.48 mm -1.69 mm 0 eV 13.7 keV 633 nm 633 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mm -2.21 mm -732 mum 1.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 mm -2.46 mm -931 mum 1.44 MeV 0 eV 395 mum 395 mumWAbsorberPhysicalcompt - 2 -2.13 cm -1.65 cm -1.39 cm 225 keV 0 eV 2.75 cm 2.79 cmWAbsorberPhysicalcompt - 3 -2.12 cm -1.64 cm -1.38 cm 0 eV 69.5 keV 96.5 mum 2.8 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.12 cm -1.64 cm -1.38 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 cm -1.64 cm -1.38 cm 0 eV 155 keV 31.9 mum 31.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 cm -1.65 cm -1.39 cm 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.14 cm -1.66 cm -1.38 cm 692 keV 365 keV 232 mum 232 mumWAbsorberPhysicaleBrem - 2 -2.14 cm -1.66 cm -1.38 cm 0 eV 692 keV 272 mum 504 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 cm -1.66 cm -1.38 cm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 cm -1.63 cm -1.36 cm 0 eV 69.5 keV 410 mum 410 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.12 cm -1.63 cm -1.36 cm 87.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 cm -1.63 cm -1.36 cm 0 eV 87.5 keV 12.8 mum 12.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 mm -2.46 mm -931 mum 71.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 mm -2.46 mm -932 mum 0 eV 71.5 keV 9.22 mum 9.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -651 mum -1.45 mm -626 mum 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -823 mum -1.66 mm -721 mum 0 eV 69.5 keV 286 mum 286 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -823 mum -1.66 mm -721 mum 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -828 mum -1.66 mm -721 mum 0 eV 269 keV 74.2 mum 74.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -579 mum -1.34 mm -560 mum 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.56 mm -6.84 mm -3.42 mm 0 eV 69.5 keV 6.88 mm 6.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.56 mm -6.84 mm -3.42 mm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.56 mm -6.84 mm -3.42 mm 0 eV 249 keV 65.8 mum 65.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -16.8 mum -36 mum -3.15 mum 368 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm -3.83 mm -406 mum 0 eV 69.5 keV 4.14 mm 4.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm -3.83 mm -406 mum 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm -3.83 mm -408 mum 0 eV 299 keV 86.5 mum 86.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 cm -4.37 cm -6.41 cm 30.4 MeV 0 eV 8.08 cm 8.08 cmF2LArGapPhysicalTransportation - 2 -2.28 cm -4.38 cm -6.43 cm 30.4 MeV 0 eV 249 mum 8.11 cmF2RodPhysicalTransportation - 3 -2.47 cm -4.75 cm -6.97 cm 30.4 MeV 0 eV 6.79 mm 8.79 cmF2LArGapPhysicalTransportation - 4 -2.49 cm -4.79 cm -7.03 cm 30.4 MeV 0 eV 787 mum 8.86 cmCuPlateBPhysicalTransportation - 5 -3.13 cm -6.02 cm -8.83 cm 30.4 MeV 0 eV 2.27 cm 11.1 cmLArgPhysicalTransportation - 6 -4.1 cm -7.89 cm -11.6 cm 30.4 MeV 0 eV 3.47 cm 14.6 cmBackExcluderTransportation - 7 -18.6 cm -35.9 cm -52.6 cm 30.4 MeV 0 eV 51.7 cm 66.3 cmLArgPhysicalTransportation - 8 -42.6 cm -81.9 cm -1.2 m 30.4 MeV 0 eV 85.2 cm 1.51 mCryostatVolumesTransportation - 9 -42.7 cm -82.1 cm -1.2 m 30.4 MeV 0 eV 3.57 mm 1.52 mInsulationPhysicalTransportation - 10 -45 cm -86.6 cm -1.27 m 30.4 MeV 0 eV 8.32 cm 1.6 mCryostatVolumesTransportation - 11 -45.1 cm -86.8 cm -1.27 m 30.4 MeV 0 eV 2.97 mm 1.6 mMotherTransportation - 12 -2.6 m -5 m -7.33 m 30.4 MeV 0 eV 7.64 m 9.25 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.09 cm 16.8 cm 11.8 cm 50.7 MeV 0 eV 22.1 cm 22.1 cmF2TroffMainPhysicalTransportation - 2 8.55 cm 17.8 cm 12.4 cm 50.7 MeV 0 eV 1.25 cm 23.3 cmLArgPhysicalTransportation - 3 46.9 cm 97.5 cm 68.3 cm 50.7 MeV 0 eV 1.05 m 1.28 mCryostatVolumesTransportation - 4 72.4 cm 1.5 m 1.05 m 50.7 MeV 0 eV 69.4 cm 1.97 mInsulationPhysicalTransportation - 5 76.3 cm 1.59 m 1.11 m 50.7 MeV 0 eV 10.8 cm 2.08 mCryostatVolumesTransportation - 6 76.5 cm 1.59 m 1.11 m 50.7 MeV 0 eV 3.86 mm 2.09 mMotherTransportation - 7 2.41 m 5 m 3.5 m 50.7 MeV 0 eV 4.48 m 6.56 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=25.0991 -Edep in FCAL1 FCAl2 : 0 25.0991 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2622 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 122 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 34.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -635 mum -20.2 mum 515 mum 32 MeV 1.51 MeV 817 mum 817 mumWAbsorberPhysicaleBrem - 2 -889 mum -67.8 mum 630 mum 31.2 MeV 597 keV 284 mum 1.1 mmWAbsorberPhysicaleBrem - 3 -938 mum -79.1 mum 657 mum 26.6 MeV 104 keV 56.5 mum 1.16 mmWAbsorberPhysicaleBrem - 4 -1.3 mm -208 mum 899 mum 24.4 MeV 896 keV 461 mum 1.62 mmWAbsorberPhysicaleBrem - 5 -1.62 mm -238 mum 995 mum 23.3 MeV 723 keV 342 mum 1.96 mmWAbsorberPhysicaleBrem - 6 -1.63 mm -239 mum 999 mum 21.3 MeV 30.1 keV 15.1 mum 1.98 mmWAbsorberPhysicaleBrem - 7 -1.82 mm -232 mum 1.03 mm 20.7 MeV 441 keV 189 mum 2.17 mmWAbsorberPhysicaleBrem - 8 -2.12 mm -271 mum 1.09 mm 18.7 MeV 1.82 MeV 315 mum 2.48 mmWAbsorberPhysicaleBrem - 9 -2.25 mm -242 mum 1.19 mm 18.1 MeV 337 keV 164 mum 2.64 mmWAbsorberPhysicaleBrem - 10 -2.35 mm -261 mum 1.33 mm 15.9 MeV 424 keV 178 mum 2.82 mmWAbsorberPhysicaleBrem - 11 -2.95 mm -74.2 mum 2 mm 13.7 MeV 1.89 MeV 943 mum 3.77 mmWAbsorberPhysicaleBrem - 12 -3.04 mm -446 mum 2.66 mm 12 MeV 1.47 MeV 794 mum 4.56 mmWAbsorberPhysicaleBrem - 13 -3.31 mm -636 mum 2.81 mm 6.64 MeV 925 keV 377 mum 4.94 mmWAbsorberPhysicaleBrem - 14 -3.48 mm -635 mum 3.54 mm 4.69 MeV 1.41 MeV 873 mum 5.81 mmWAbsorberPhysicaleBrem - 15 -3.63 mm -742 mum 3.78 mm 3.46 MeV 594 keV 285 mum 6.09 mmWAbsorberPhysicaleBrem - 16 -3.63 mm -731 mum 3.81 mm 2.68 MeV 53.4 keV 34.8 mum 6.13 mmWAbsorberPhysicaleBrem - 17 -3.04 mm -1.36 mm 4.1 mm 747 keV 1.93 MeV 1.24 mm 7.37 mmWAbsorberPhysicaleIoni - 18 -3.02 mm -1.36 mm 4.07 mm 0 eV 747 keV 300 mum 7.67 mmWAbsorberPhysicaleIoni - 19 -3.02 mm -1.36 mm 4.07 mm 0 eV 0 eV 0 fm 7.67 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.02 mm -1.36 mm 4.07 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.04 mm -1.83 mm 4.68 mm 0 eV 69.5 keV 1.24 mm 1.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.04 mm -1.83 mm 4.68 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.04 mm -1.84 mm 4.68 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.02 mm -1.36 mm 4.07 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.64 mm -596 mum 3.04 mm 0 eV 69.5 keV 2.06 mm 2.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.64 mm -596 mum 3.04 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.65 mm -590 mum 3.04 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.63 mm -731 mum 3.81 mm 731 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 mm -425 mum 8.09 mm 218 keV 0 eV 4.34 mm 4.34 mmWAbsorberPhysicalcompt - 2 -3.62 mm 300 mum 7.34 mm 0 eV 69.5 keV 1.22 mm 5.56 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.62 mm 300 mum 7.34 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.62 mm 301 mum 7.34 mm 0 eV 149 keV 30 mum 30 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.98 mm -425 mum 8.09 mm 512 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 mm -426 mum 8.1 mm 0 eV 512 keV 184 mum 184 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.63 mm -742 mum 3.78 mm 635 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.26 mm 2.47 mm 1.48 cm 383 keV 0 eV 1.15 cm 1.15 cmWAbsorberPhysicalcompt - 2 -4.5 mm 3.79 mm 1.51 cm 247 keV 0 eV 1.36 mm 1.29 cmWAbsorberPhysicalcompt - 3 -4.76 mm 3.84 mm 1.5 cm 0 eV 69.5 keV 286 mum 1.31 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.76 mm 3.84 mm 1.5 cm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.76 mm 3.84 mm 1.5 cm 0 eV 177 keV 39.4 mum 39.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.5 mm 3.79 mm 1.51 cm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.5 mm 3.79 mm 1.51 cm 0 eV 136 keV 26.1 mum 26.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.26 mm 2.47 mm 1.48 cm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.26 mm 2.47 mm 1.48 cm 0 eV 252 keV 67.1 mum 67.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.48 mm -635 mum 3.54 mm 541 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.49 mm -409 mum 4.64 mm 520 keV 0 eV 1.52 mm 1.52 mmWAbsorberPhysicalcompt - 2 -7.18 mm -65.9 mum 9.89 mm 363 keV 0 eV 5.9 mm 7.42 mmWAbsorberPhysicalcompt - 3 -7.62 mm -1.16 mm 1.06 cm 0 eV 69.5 keV 1.4 mm 8.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.62 mm -1.16 mm 1.06 cm 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.61 mm -1.17 mm 1.06 cm 0 eV 293 keV 84.3 mum 84.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.18 mm -65.9 mum 9.89 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.19 mm -64.1 mum 9.89 mm 0 eV 157 keV 32.4 mum 32.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.49 mm -409 mum 4.64 mm 21.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.49 mm -408 mum 4.64 mm 0 eV 21.8 keV 1.32 mum 1.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.31 mm -636 mum 2.81 mm 4.44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.5 mm -1.26 mm 3.29 mm 0 eV 0 eV 806 mum 806 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 34, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.5 mm -1.26 mm 3.29 mm 1.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.51 mm -1.36 mm 3.34 mm 0 eV 1.6 MeV 721 mum 721 mumWAbsorberPhysicaleBrem - 2 -3.51 mm -1.36 mm 3.34 mm 0 eV 0 eV 0 fm 721 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.51 mm -1.36 mm 3.34 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm 1.14 mm 1.86 mm 337 keV 0 eV 5.99 mm 5.99 mmWAbsorberPhysicalcompt - 2 2.67 mm 2.79 mm 3.31 mm 0 eV 69.5 keV 2.39 mm 8.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 mm 2.79 mm 3.31 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 mm 2.79 mm 3.31 mm 0 eV 267 keV 73.5 mum 73.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 mm 1.14 mm 1.86 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 mm 1.14 mm 1.86 mm 0 eV 174 keV 38.3 mum 38.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.51 mm -1.36 mm 3.34 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.25 mm -3.14 mm 4.39 mm 0 eV 69.5 keV 4.27 mm 4.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.25 mm -3.14 mm 4.39 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.25 mm -3.14 mm 4.38 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.5 mm -1.26 mm 3.29 mm 1.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.74 mm -1.2 mm 3.37 mm 868 keV 674 keV 413 mum 413 mumWAbsorberPhysicaleBrem - 2 -3.77 mm -1.22 mm 3.38 mm 0 eV 868 keV 361 mum 773 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.74 mm -1.2 mm 3.37 mm 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.1 mm -1.17 mm 3.66 mm 0 eV 69.5 keV 460 mum 460 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.1 mm -1.17 mm 3.66 mm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.1 mm -1.17 mm 3.66 mm 0 eV 201 keV 47.7 mum 47.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.04 mm -446 mum 2.66 mm 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.12 mm -533 mum 2.76 mm 169 keV 0 eV 158 mum 158 mumWAbsorberPhysicalcompt - 2 -3.24 mm -908 mum 2.5 mm 0 eV 69.5 keV 469 mum 627 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.24 mm -908 mum 2.5 mm 99.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.24 mm -908 mum 2.5 mm 0 eV 99.7 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.12 mm -533 mum 2.76 mm 60.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.12 mm -533 mum 2.76 mm 0 eV 60.1 keV 6.91 mum 6.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 mm -74.2 mum 2 mm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 mm -264 mum 2.71 mm 153 keV 0 eV 757 mum 757 mumWAbsorberPhysicalcompt - 2 -3.1 mm -265 mum 2.71 mm 0 eV 69.5 keV 1.92 mum 759 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm -265 mum 2.71 mm 83.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 mm -266 mum 2.71 mm 0 eV 83.8 keV 11.9 mum 11.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm -264 mum 2.71 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 mm -264 mum 2.72 mm 0 eV 157 keV 32.5 mum 32.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.35 mm -261 mum 1.33 mm 1.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.98 mm -798 mum 5.84 mm 235 keV 0 eV 5.81 mm 5.81 mmWAbsorberPhysicalcompt - 2 -5.2 mm -1.38 mm 4.58 mm 0 eV 69.5 keV 1.59 mm 7.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.2 mm -1.38 mm 4.58 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.2 mm -1.38 mm 4.58 mm 0 eV 166 keV 35.4 mum 35.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.98 mm -798 mum 5.84 mm 1.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.94 mm -662 mum 5.96 mm 905 keV 499 keV 295 mum 295 mumWAbsorberPhysicaleBrem - 2 -5.94 mm -676 mum 5.93 mm 0 eV 905 keV 380 mum 674 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.94 mm -662 mum 5.96 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.93 mm -664 mum 5.81 mm 0 eV 69.5 keV 150 mum 150 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.93 mm -664 mum 5.81 mm 71.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.93 mm -664 mum 5.81 mm 0 eV 71.4 keV 9.18 mum 9.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.25 mm -242 mum 1.19 mm 298 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.54 mm -265 mum 1.5 mm 0 eV 69.5 keV 426 mum 426 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.54 mm -265 mum 1.5 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.54 mm -268 mum 1.5 mm 0 eV 228 keV 58.1 mum 58.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.12 mm -271 mum 1.09 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.26 mm -210 mum 1.22 mm 125 keV 0 eV 198 mum 198 mumWAbsorberPhysicalcompt - 2 -2.27 mm -163 mum 1.23 mm 0 eV 69.5 keV 50.2 mum 248 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm -163 mum 1.23 mm 55.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm -164 mum 1.23 mm 0 eV 55.7 keV 6.13 mum 6.13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 mm -210 mum 1.22 mm 12 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.26 mm -210 mum 1.22 mm 0 eV 12 keV 511 nm 511 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 mm -232 mum 1.03 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.58 mm -372 mum 1.64 mm 0 eV 69.5 keV 1.87 mm 1.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.58 mm -372 mum 1.64 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.58 mm -371 mum 1.64 mm 0 eV 125 keV 22.7 mum 22.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 mm -239 mum 999 mum 1.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 cm 850 mum 4.42 mm 562 keV 0 eV 1.38 cm 1.38 cmWAbsorberPhysicalcompt - 2 -1.51 cm 1.55 mm 5.1 mm 542 keV 0 eV 979 mum 1.48 cmWAbsorberPhysicalcompt - 3 -1.89 cm 7.78 mm 1.29 cm 361 keV 0 eV 1.07 cm 2.55 cmWAbsorberPhysicalcompt - 4 -2.01 cm 1.5 cm 1.19 cm 0 eV 69.5 keV 7.35 mm 3.28 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.01 cm 1.5 cm 1.19 cm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.01 cm 1.5 cm 1.19 cm 0 eV 291 keV 83.4 mum 83.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.89 cm 7.78 mm 1.29 cm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 cm 7.78 mm 1.29 cm 0 eV 181 keV 40.8 mum 40.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm 1.55 mm 5.1 mm 19.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm 1.55 mm 5.1 mm 0 eV 19.5 keV 1.1 mum 1.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.5 cm 850 mum 4.42 mm 1.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 cm 842 mum 4.43 mm 0 eV 1.34 MeV 599 mum 599 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm -238 mum 995 mum 403 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm -751 mum 3.69 mm 387 keV 0 eV 1.2 cm 1.2 cmWAbsorberPhysicalcompt - 2 -1.41 cm -1.05 mm 3.97 mm 0 eV 69.5 keV 880 mum 1.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 cm -1.05 mm 3.97 mm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm -1.04 mm 3.97 mm 0 eV 318 keV 94.3 mum 94.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm -751 mum 3.69 mm 15.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm -751 mum 3.69 mm 0 eV 15.4 keV 759 nm 759 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mm -208 mum 899 mum 1.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 mm -174 mum 1.03 mm 1.15 MeV 0 eV 605 mum 605 mumWAbsorberPhysicalcompt - 2 -6.54 mm 1.63 mm 2.32 mm 337 keV 0 eV 5.15 mm 5.76 mmWAbsorberPhysicalcompt - 3 -5.08 mm 3.26 mm 4.41 mm 0 eV 69.5 keV 3.02 mm 8.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.08 mm 3.26 mm 4.41 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.08 mm 3.27 mm 4.41 mm 0 eV 267 keV 73.5 mum 73.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.54 mm 1.63 mm 2.32 mm 815 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.57 mm 1.64 mm 2.33 mm 0 eV 815 keV 334 mum 334 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.89 mm -174 mum 1.03 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 mm -176 mum 1.03 mm 0 eV 136 keV 25.9 mum 25.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -938 mum -79.1 mum 657 mum 4.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.37 mm -1.84 mm 5.51 mm 0 eV 0 eV 9.88 mm 9.88 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 64, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.37 mm -1.84 mm 5.51 mm 2.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.41 mm -1.9 mm 5.59 mm 1.5 MeV 151 keV 113 mum 113 mumWAbsorberPhysicaleBrem - 2 -9.63 mm -1.73 mm 5.43 mm 573 keV 814 keV 479 mum 591 mumWAbsorberPhysicaleBrem - 3 -9.63 mm -1.76 mm 5.48 mm 240 keV 209 keV 98.5 mum 690 mumWAbsorberPhysicaleBrem - 4 -9.63 mm -1.75 mm 5.49 mm 0 eV 240 keV 60.1 mum 750 mumWAbsorberPhysicaleIoni - 5 -9.63 mm -1.75 mm 5.49 mm 0 eV 0 eV 0 fm 750 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.63 mm -1.75 mm 5.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.36 mm -1.94 mm 5.35 mm 205 keV 0 eV 347 mum 347 mumWAbsorberPhysicalcompt - 2 -1.04 cm -1 mm 4.28 mm 0 eV 69.5 keV 1.75 mm 2.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm -1 mm 4.28 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm -1 mm 4.28 mm 0 eV 135 keV 25.8 mum 25.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.36 mm -1.94 mm 5.35 mm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.36 mm -1.94 mm 5.35 mm 0 eV 306 keV 89.5 mum 89.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.63 mm -1.75 mm 5.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm 672 mum 7.22 mm 0 eV 69.5 keV 4.57 mm 4.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 cm 672 mum 7.22 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm 670 mum 7.22 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.63 mm -1.76 mm 5.48 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.68 mm -1.71 mm 5.52 mm 0 eV 69.5 keV 79.2 mum 79.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.68 mm -1.71 mm 5.52 mm 54.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.68 mm -1.71 mm 5.52 mm 0 eV 54.6 keV 5.91 mum 5.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.63 mm -1.73 mm 5.43 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.7 mm -1.78 mm 5.47 mm 0 eV 69.5 keV 98.3 mum 98.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.7 mm -1.78 mm 5.47 mm 44.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.7 mm -1.78 mm 5.46 mm 0 eV 44.5 keV 4.22 mum 4.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.41 mm -1.9 mm 5.59 mm 433 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm -2.96 mm 8.03 mm 324 keV 0 eV 4.53 mm 4.53 mmWAbsorberPhysicalcompt - 2 -1.32 cm -2.94 mm 7.99 mm 254 keV 0 eV 148 mum 4.67 mmWAbsorberPhysicalcompt - 3 -1.39 cm -2.07 mm 8.31 mm 0 eV 69.5 keV 1.17 mm 5.84 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 cm -2.07 mm 8.31 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm -2.07 mm 8.31 mm 0 eV 184 keV 41.8 mum 41.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm -2.94 mm 7.99 mm 70.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 cm -2.94 mm 7.99 mm 0 eV 70.5 keV 9.01 mum 9.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 cm -2.96 mm 8.03 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm -2.96 mm 8.03 mm 0 eV 109 keV 18.2 mum 18.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.37 mm -1.84 mm 5.51 mm 1.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.43 mm -1.85 mm 5.51 mm 0 eV 1.4 MeV 632 mum 632 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -889 mum -67.8 mum 630 mum 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 mm -279 mum 1.11 mm 0 eV 69.5 keV 949 mum 949 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 mm -279 mum 1.11 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 mm -278 mum 1.11 mm 0 eV 129 keV 24 mum 24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -635 mum -20.2 mum 515 mum 1.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.51 mm -644 mum 3.56 mm 388 keV 0 eV 6.65 mm 6.65 mmWAbsorberPhysicalcompt - 2 -7.53 mm -367 mum 2.08 mm 0 eV 69.5 keV 1.82 mm 8.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.53 mm -367 mum 2.08 mm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.54 mm -370 mum 2.07 mm 0 eV 318 keV 94.6 mum 94.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.51 mm -644 mum 3.56 mm 809 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.58 mm -623 mum 3.53 mm 232 keV 239 keV 139 mum 139 mumWAbsorberPhysicaleBrem - 2 -6.59 mm -621 mum 3.53 mm 0 eV 232 keV 59.5 mum 198 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.58 mm -623 mum 3.53 mm 338 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.33 mm 1.09 mm 69.3 mum 319 keV 0 eV 4.74 mm 4.74 mmWAbsorberPhysicalcompt - 2 -9.36 mm 1.1 mm 9.31 mum 0 eV 69.5 keV 64.8 mum 4.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.36 mm 1.1 mm 9.31 mum 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.36 mm 1.09 mm 10.1 mum 0 eV 250 keV 66.2 mum 66.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.33 mm 1.09 mm 69.3 mum 18.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.33 mm 1.09 mm 69.3 mum 0 eV 18.6 keV 1.02 mum 1.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 11.6 cm -4.37 cm -6.41 cm 50.5 MeV 0 eV 14 cm 14 cmF2RodPhysicalTransportation - 2 11.6 cm -4.39 cm -6.43 cm 50.5 MeV 0 eV 421 mum 14 cmF2LArGapPhysicalTransportation - 3 11.7 cm -4.41 cm -6.46 cm 50.5 MeV 0 eV 730 mum 14.1 cmCuPlateBPhysicalTransportation - 4 16 cm -6.03 cm -8.83 cm 50.5 MeV 0 eV 5.16 cm 19.2 cmLArgPhysicalTransportation - 5 21 cm -7.9 cm -11.6 cm 50.5 MeV 0 eV 5.99 cm 25.2 cmBackExcluderTransportation - 6 40.9 cm -15.4 cm -22.6 cm 50.5 MeV 0 eV 24 cm 49.2 cmLArgPhysicalTransportation - 7 1.12 m -42.1 cm -61.6 cm 50.5 MeV 0 eV 85 cm 1.34 mCryostatVolumesTransportation - 8 1.12 m -42.2 cm -61.8 cm 50.5 MeV 0 eV 3.16 mm 1.35 mInsulationPhysicalTransportation - 9 1.18 m -44.5 cm -65.2 cm 50.5 MeV 0 eV 7.37 cm 1.42 mCryostatVolumesTransportation - 10 1.18 m -44.6 cm -65.3 cm 50.5 MeV 0 eV 2.63 mm 1.42 mMotherTransportation - 11 5 m -1.89 m -2.76 m 50.5 MeV 0 eV 4.59 m 6.02 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -12.9 cm 16.4 cm 5.31 cm 19.9 MeV 0 eV 21.5 cm 21.5 cmLArgPhysicalTransportation - 2 -76.7 cm 97.5 cm 31.6 cm 19.9 MeV 0 eV 1.07 m 1.28 mCryostatVolumesTransportation - 3 -1.18 m 1.5 m 48.7 cm 19.9 MeV 0 eV 69.2 cm 1.97 mInsulationPhysicalTransportation - 4 -1.25 m 1.58 m 51.4 cm 19.9 MeV 0 eV 10.8 cm 2.08 mCryostatVolumesTransportation - 5 -1.25 m 1.59 m 51.5 cm 19.9 MeV 0 eV 3.86 mm 2.08 mMotherTransportation - 6 -3.93 m 5 m 1.62 m 19.9 MeV 0 eV 4.48 m 6.56 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=35.7049 -Edep in FCAL1 FCAl2 : 0 35.7049 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2623 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 123 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 16.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -331 mum 1.02 mm -162 mum 13.3 MeV 2.79 MeV 1.19 mm 1.19 mmWAbsorberPhysicaleBrem - 2 -316 mum 1.04 mm -188 mum 12.1 MeV 54.3 keV 36.9 mum 1.23 mmWAbsorberPhysicaleBrem - 3 -30.7 mum 1.22 mm -765 mum 7.94 MeV 1.86 MeV 800 mum 2.03 mmWAbsorberPhysicaleBrem - 4 1.6 mm 2.18 mm -970 mum 1.96 MeV 4.92 MeV 1.83 mm 3.85 mmWAbsorberPhysicaleBrem - 5 1.65 mm 2.31 mm -915 mum 0 eV 1.96 MeV 929 mum 4.78 mmWAbsorberPhysicaleIoni - 6 1.65 mm 2.31 mm -915 mum 0 eV 0 eV 0 fm 4.78 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 mm 2.31 mm -915 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.48 mm -1.09 cm 1.16 cm 0 eV 69.5 keV 1.98 cm 1.98 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.48 mm -1.09 cm 1.16 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.49 mm -1.09 cm 1.16 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 mm 2.31 mm -915 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 mm 7.79 mm -6.1 mm 0 eV 69.5 keV 8.22 mm 8.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm 7.79 mm -6.1 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 mm 7.8 mm -6.1 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 mm 2.18 mm -970 mum 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.21 mm 5.6 mm 1.07 mm 1.02 MeV 0 eV 4.76 mm 4.76 mmWAbsorberPhysicalcompt - 2 5.81 mm 7.37 mm 2.82 mm 251 keV 0 eV 2.96 mm 7.72 mmWAbsorberPhysicalcompt - 3 4.29 mm 8.67 mm -1.12 mm 0 eV 69.5 keV 4.42 mm 1.21 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.29 mm 8.67 mm -1.12 mm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.29 mm 8.67 mm -1.12 mm 0 eV 181 keV 40.7 mum 40.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.81 mm 7.37 mm 2.82 mm 766 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.83 mm 7.38 mm 2.83 mm 0 eV 766 keV 309 mum 309 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.21 mm 5.6 mm 1.07 mm 41.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.21 mm 5.6 mm 1.07 mm 0 eV 41.6 keV 3.78 mum 3.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -30.7 mum 1.22 mm -765 mum 2.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.27 mm 6.35 mm -1.05 cm 2.09 MeV 0 eV 1.18 cm 1.18 cmWAbsorberPhysicalcompt - 2 1.35 cm 1.52 cm -2.35 cm 0 eV 0 eV 1.83 cm 3.01 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 18, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.35 cm 1.52 cm -2.35 cm 794 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm 1.52 cm -2.35 cm 0 eV 794 keV 324 mum 324 mumWAbsorberPhysicaleIoni - 2 1.36 cm 1.52 cm -2.35 cm 0 eV 0 eV 0 fm 324 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm 1.52 cm -2.35 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.64 mm 1.26 cm -2.84 cm 0 eV 69.5 keV 6.75 mm 6.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.64 mm 1.26 cm -2.84 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.63 mm 1.26 cm -2.84 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm 1.52 cm -2.35 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 cm 1.6 cm -2.2 cm 471 keV 0 eV 2.09 mm 2.09 mmWAbsorberPhysicalcompt - 2 2.32 cm 1.62 cm -1.46 cm 430 keV 0 eV 1.13 cm 1.33 cmWAbsorberPhysicalcompt - 3 3.06 cm 1.9 cm -1.14 cm 0 eV 69.5 keV 8.49 mm 2.18 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.06 cm 1.9 cm -1.14 cm 361 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.06 cm 1.9 cm -1.14 cm 0 eV 361 keV 113 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.32 cm 1.62 cm -1.46 cm 40.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.32 cm 1.62 cm -1.46 cm 0 eV 40.7 keV 3.63 mum 3.63 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 cm 1.6 cm -2.2 cm 40.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 cm 1.6 cm -2.2 cm 0 eV 40.2 keV 3.56 mum 3.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.35 cm 1.52 cm -2.35 cm 275 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.35 cm 1.52 cm -2.35 cm 0 eV 275 keV 76.6 mum 76.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.27 mm 6.35 mm -1.05 cm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.27 mm 6.35 mm -1.05 cm 0 eV 165 keV 35.1 mum 35.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -316 mum 1.04 mm -188 mum 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -289 mum 1.08 mm -227 mum 0 eV 69.5 keV 58.7 mum 58.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -289 mum 1.08 mm -227 mum 1.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -280 mum 1.12 mm -254 mum 0 eV 1.16 MeV 507 mum 507 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -331 mum 1.02 mm -162 mum 424 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 575 mum 2.09 mm -1.56 mm 0 eV 69.5 keV 1.98 mm 1.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 575 mum 2.09 mm -1.56 mm 354 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 579 mum 2.09 mm -1.57 mm 0 eV 354 keV 111 mum 111 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 20.1 cm 12.9 cm -6.09 cm 40.3 MeV 0 eV 24.7 cm 24.7 cmLArgPhysicalTransportation - 2 38.3 cm 24.6 cm -11.6 cm 40.3 MeV 0 eV 22.3 cm 47 cmBackExcluderTransportation - 3 39.6 cm 25.4 cm -12 cm 40.3 MeV 0 eV 1.57 cm 48.5 cmLArgPhysicalTransportation - 4 1.22 m 78.3 cm -36.9 cm 40.3 MeV 0 eV 1.01 m 1.5 mCryostatVolumesTransportation - 5 1.22 m 78.5 cm -37 cm 40.3 MeV 0 eV 3.52 mm 1.5 mInsulationPhysicalTransportation - 6 1.29 m 82.8 cm -39 cm 40.3 MeV 0 eV 8.22 cm 1.58 mCryostatVolumesTransportation - 7 1.29 m 83 cm -39.1 cm 40.3 MeV 0 eV 2.93 mm 1.58 mMotherTransportation - 8 5 m 3.21 m -1.51 m 40.3 MeV 0 eV 4.55 m 6.13 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -12 cm -14.8 cm 8.25 cm 48.3 MeV 0 eV 20.8 cm 20.8 cmFCALEnvelopePhysicalTransportation - 2 -12.2 cm -15.1 cm 8.38 cm 48.3 MeV 0 eV 3.19 mm 21.1 cmLArgPhysicalTransportation - 3 -78.7 cm -97.5 cm 54.2 cm 48.3 MeV 0 eV 1.15 m 1.37 mMotherTransportation - 4 -4.04 m -5 m 2.78 m 48.3 MeV 0 eV 5.64 m 7 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=17.5754 -Edep in FCAL1 FCAl2 : 0 17.5754 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2624 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 124 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 26.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 35.7 mum 29.7 mum 939 nm 26.7 MeV 59.8 keV 46.5 mum 46.5 mumWAbsorberPhysicaleBrem - 2 132 mum 113 mum 2.01 mum 26.3 MeV 222 keV 128 mum 174 mumWAbsorberPhysicaleBrem - 3 515 mum 409 mum -80.5 mum 24.3 MeV 1.55 MeV 492 mum 666 mumWAbsorberPhysicaleBrem - 4 754 mum 619 mum -76.8 mum 12.5 MeV 626 keV 326 mum 992 mumWAbsorberPhysicaleBrem - 5 2.28 mm 1.45 mm -1.24 mm 8.79 MeV 3.55 MeV 1.97 mm 2.96 mmWAbsorberPhysicaleBrem - 6 2.79 mm 1.37 mm -1.28 mm 416 keV 976 keV 534 mum 3.49 mmWAbsorberPhysicaleBrem - 7 2.8 mm 1.37 mm -1.28 mm 0 eV 416 keV 136 mum 3.63 mmWAbsorberPhysicaleIoni - 8 2.8 mm 1.37 mm -1.28 mm 0 eV 0 eV 0 fm 3.63 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.8 mm 1.37 mm -1.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.96 mm 3.86 mm 3.35 mm 0 eV 69.5 keV 6.71 mm 6.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.96 mm 3.86 mm 3.35 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.96 mm 3.86 mm 3.37 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.8 mm 1.37 mm -1.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.3 mm 1.07 mm -1.83 mm 0 eV 69.5 keV 802 mum 802 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.3 mm 1.07 mm -1.83 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.3 mm 1.06 mm -1.84 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 mm 1.37 mm -1.28 mm 7.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.54 mm 1.16 mm -170 mum 6.82 MeV 0 eV 3.92 mm 3.92 mmWAbsorberPhysicalcompt - 2 1.03 cm 671 mum 625 mum 0 eV 0 eV 3.89 mm 7.81 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm 671 mum 625 mum 633 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm 670 mum 619 mum 0 eV 633 keV 242 mum 242 mumWAbsorberPhysicaleIoni - 2 1.03 cm 670 mum 619 mum 0 eV 0 eV 0 fm 242 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm 670 mum 619 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm -816 mum -12.4 mum 0 eV 69.5 keV 1.68 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm -816 mum -12.4 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm -828 mum -17.1 mum 290 keV 31.2 keV 12.1 mum 12.1 mumWAbsorberPhysicaleBrem - 2 1.08 cm -831 mum -16.3 mum 0 eV 290 keV 82.7 mum 94.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm -828 mum -17.1 mum 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm -851 mum -7.57 mum 0 eV 69.5 keV 52.1 mum 52.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm -851 mum -7.57 mum 51 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm -851 mum -7.65 mum 0 eV 51 keV 5.27 mum 5.27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm 670 mum 619 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 1.53 mm 986 mum 0 eV 69.5 keV 973 mum 973 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 1.53 mm 986 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 1.54 mm 980 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm 671 mum 625 mum 5.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm 1.84 mm 279 mum 1.38 MeV 3.78 MeV 1.76 mm 1.76 mmWAbsorberPhysicaleIoni - 2 1.1 cm 1.92 mm 234 mum 375 keV 207 keV 164 mum 1.92 mmWAbsorberPhysicaleBrem - 3 1.1 cm 1.91 mm 238 mum 0 eV 375 keV 120 mum 2.04 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm 1.92 mm 234 mum 797 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm -186 mum 1.28 mm 542 keV 0 eV 2.35 mm 2.35 mmWAbsorberPhysicalcompt - 2 6.79 mm -9.85 mm -1.35 mm 265 keV 0 eV 1.08 cm 1.32 cmWAbsorberPhysicalcompt - 3 7.18 mm -1.01 cm -1 mm 0 eV 69.5 keV 590 mum 1.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.18 mm -1.01 cm -1 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.18 mm -1.01 cm -1 mm 0 eV 195 keV 45.7 mum 45.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.79 mm -9.85 mm -1.35 mm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.78 mm -9.85 mm -1.35 mm 0 eV 277 keV 77.5 mum 77.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm -186 mum 1.28 mm 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm -188 mum 1.28 mm 0 eV 255 keV 68.5 mum 68.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.54 mm 1.16 mm -170 mum 577 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.55 mm 1.17 mm -157 mum 0 eV 577 keV 216 mum 216 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.28 mm 1.45 mm -1.24 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.45 mm 1.42 mm -1.19 mm 0 eV 69.5 keV 176 mum 176 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.45 mm 1.42 mm -1.19 mm 51.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.45 mm 1.42 mm -1.19 mm 0 eV 51.4 keV 5.33 mum 5.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 754 mum 619 mum -76.8 mum 11.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 cm 1.05 cm 1.6 mm 0 eV 0 eV 1.56 cm 1.56 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 30, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 cm 1.05 cm 1.6 mm 4.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.29 cm 1.11 cm 1.41 mm 529 keV 1.82 MeV 592 mum 592 mumWAbsorberPhysicaleBrem - 2 1.29 cm 1.11 cm 1.39 mm 0 eV 529 keV 190 mum 782 mumWAbsorberPhysicaleIoni - 3 1.29 cm 1.11 cm 1.39 mm 0 eV 0 eV 0 fm 782 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 cm 1.11 cm 1.39 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm 1.1 cm 1.4 mm 0 eV 69.5 keV 35.4 mum 35.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm 1.1 cm 1.4 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm 1.1 cm 1.41 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 cm 1.11 cm 1.39 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 cm 1.15 cm 1.12 mm 0 eV 69.5 keV 1.01 mm 1.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 cm 1.15 cm 1.12 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 cm 1.15 cm 1.12 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 cm 1.11 cm 1.41 mm 2.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.54 mm 9.01 mm -1.29 cm 273 keV 0 eV 1.62 cm 1.62 cmWAbsorberPhysicalcompt - 2 5.78 mm 9.7 mm -1.25 cm 230 keV 0 eV 825 mum 1.7 cmWAbsorberPhysicalcompt - 3 5.79 mm 9.7 mm -1.25 cm 0 eV 69.5 keV 27.4 mum 1.71 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.79 mm 9.7 mm -1.25 cm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.79 mm 9.7 mm -1.25 cm 0 eV 160 keV 33.5 mum 33.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.78 mm 9.7 mm -1.25 cm 43.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.78 mm 9.7 mm -1.25 cm 0 eV 43.5 keV 4.07 mum 4.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.54 mm 9.01 mm -1.29 cm 1.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.61 mm 8.97 mm -1.3 cm 1.29 MeV 303 keV 196 mum 196 mumWAbsorberPhysicaleBrem - 2 5.6 mm 8.96 mm -1.3 cm 663 keV 39.8 keV 25.3 mum 221 mumWAbsorberPhysicaleBrem - 3 5.58 mm 8.97 mm -1.31 cm 0 eV 663 keV 258 mum 479 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.6 mm 8.96 mm -1.3 cm 583 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.08 mm 9.05 mm -1.36 cm 191 keV 0 eV 777 mum 777 mumWAbsorberPhysicalcompt - 2 5.56 mm 9.02 mm -1.35 cm 0 eV 69.5 keV 498 mum 1.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.56 mm 9.02 mm -1.35 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.56 mm 9.02 mm -1.35 cm 0 eV 121 keV 21.6 mum 21.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.08 mm 9.05 mm -1.36 cm 392 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.07 mm 9.05 mm -1.36 cm 0 eV 392 keV 128 mum 128 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.61 mm 8.97 mm -1.3 cm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.48 mm 9.53 mm -1.71 cm 318 keV 0 eV 4.07 mm 4.07 mmWAbsorberPhysicalcompt - 2 2.6 mm 8.44 mm -2.38 cm 200 keV 0 eV 7.41 mm 1.15 cmWAbsorberPhysicalcompt - 3 2.22 mm 8.67 mm -2.37 cm 0 eV 69.5 keV 458 mum 1.19 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 mm 8.67 mm -2.37 cm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.22 mm 8.67 mm -2.37 cm 0 eV 130 keV 24.2 mum 24.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.6 mm 8.44 mm -2.38 cm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.6 mm 8.43 mm -2.38 cm 0 eV 118 keV 20.8 mum 20.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.48 mm 9.53 mm -1.71 cm 23.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.48 mm 9.54 mm -1.71 cm 0 eV 23.2 keV 1.46 mum 1.46 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 cm 1.05 cm 1.6 mm 5.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm 1.06 cm 1.93 mm 3.9 MeV 1.28 MeV 496 mum 496 mumWAbsorberPhysicaleBrem - 2 1.31 cm 1.07 cm 1.94 mm 1.93 MeV 180 keV 113 mum 609 mumWAbsorberPhysicaleBrem - 3 1.31 cm 1.08 cm 1.86 mm 0 eV 1.93 MeV 899 mum 1.51 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 cm 1.07 cm 1.94 mm 1.79 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.35 cm 1.11 cm 1.12 mm 239 keV 0 eV 1.02 mm 1.02 mmWAbsorberPhysicalcompt - 2 1.2 cm 1.11 cm 2.25 mm 0 eV 69.5 keV 1.94 mm 2.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 cm 1.11 cm 2.25 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 cm 1.11 cm 2.25 mm 0 eV 170 keV 36.8 mum 36.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.35 cm 1.11 cm 1.12 mm 1.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm 1.11 cm 1.06 mm 0 eV 1.55 MeV 705 mum 705 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm 1.06 cm 1.93 mm 445 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm 1.3 cm 3.58 mm 0 eV 69.5 keV 3.27 mm 3.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm 1.3 cm 3.58 mm 375 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm 1.3 cm 3.58 mm 0 eV 375 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 515 mum 409 mum -80.5 mum 522 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.12 mm 1.52 mm -177 mum 0 eV 69.5 keV 1.95 mm 1.95 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 mm 1.52 mm -177 mum 452 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.13 mm 1.53 mm -182 mum 0 eV 452 keV 155 mum 155 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 132 mum 113 mum 2.01 mum 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 211 mum 167 mum -583 nm 0 eV 69.5 keV 95.5 mum 95.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 211 mum 167 mum -583 nm 39.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 211 mum 168 mum -426 nm 0 eV 39.7 keV 3.49 mum 3.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 35.7 mum 29.7 mum 939 nm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 137 mum 109 mum -1.53 mum 0 eV 69.5 keV 128 mum 128 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 137 mum 109 mum -1.53 mum 38.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 137 mum 109 mum -1.67 mum 0 eV 38.8 keV 3.36 mum 3.36 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 27.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 26.6 cm -9.25 mm -6.35 cm 27.3 MeV 0 eV 27.3 cm 27.3 cmLArgPhysicalTransportation - 2 1.24 m -4.31 cm -29.6 cm 27.3 MeV 0 eV 1 m 1.28 mCryostatVolumesTransportation - 3 1.24 m -4.32 cm -29.7 cm 27.3 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 4 1.31 m -4.56 cm -31.3 cm 27.3 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 5 1.31 m -4.57 cm -31.4 cm 27.3 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 6 5 m -17.4 cm -1.19 m 27.3 MeV 0 eV 3.79 m 5.14 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -20.2 cm -6.83 cm 2.89 cm 51 MeV 0 eV 21.5 cm 21.5 cmFCALEnvelopePhysicalTransportation - 2 -20.8 cm -7.01 cm 2.96 cm 51 MeV 0 eV 5.64 mm 22.1 cmLArgPhysicalTransportation - 3 -1.26 m -42.6 cm 18 cm 51 MeV 0 eV 1.12 m 1.34 mCryostatVolumesTransportation - 4 -1.26 m -42.7 cm 18 cm 51 MeV 0 eV 3.16 mm 1.35 mInsulationPhysicalTransportation - 5 -1.33 m -45.1 cm 19 cm 51 MeV 0 eV 7.38 cm 1.42 mCryostatVolumesTransportation - 6 -1.34 m -45.2 cm 19.1 cm 51 MeV 0 eV 2.64 mm 1.42 mMotherTransportation - 7 -5 m -1.69 m 71.3 cm 51 MeV 0 eV 3.9 m 5.33 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=27.8695 -Edep in FCAL1 FCAl2 : 0 27.8695 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2625 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 125 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 16.4 mum 18 mum 30.9 mum 29.8 MeV 73.2 keV 39.3 mum 39.3 mumWAbsorberPhysicaleBrem - 2 217 mum 268 mum 337 mum 27.1 MeV 1.21 MeV 445 mum 484 mumWAbsorberPhysicaleBrem - 3 282 mum 306 mum 452 mum 26.2 MeV 364 keV 137 mum 621 mumWAbsorberPhysicaleBrem - 4 282 mum 306 mum 452 mum 23.8 MeV 331 eV 541 nm 622 mumWAbsorberPhysicaleBrem - 5 415 mum 1.04 mm 1.62 mm 21 MeV 2.69 MeV 1.46 mm 2.08 mmWAbsorberPhysicaleBrem - 6 559 mum 1.34 mm 1.87 mm 17.8 MeV 945 keV 445 mum 2.53 mmWAbsorberPhysicaleIoni - 7 609 mum 1.41 mm 1.94 mm 17.3 MeV 305 keV 111 mum 2.64 mmWAbsorberPhysicaleBrem - 8 715 mum 1.61 mm 2.24 mm 16.2 MeV 911 keV 376 mum 3.02 mmWAbsorberPhysicaleBrem - 9 1.1 mm 2.13 mm 2.55 mm 12.4 MeV 1.53 MeV 735 mum 3.75 mmWAbsorberPhysicaleBrem - 10 1.37 mm 2.54 mm 3.57 mm 9.8 MeV 2.07 MeV 1.1 mm 4.86 mmWAbsorberPhysicaleBrem - 11 1.89 mm 3.45 mm 4.05 mm 6.76 MeV 2.67 MeV 1.41 mm 6.26 mmWAbsorberPhysicaleBrem - 12 2.9 mm 3.31 mm 5.67 mm 1.93 MeV 4.84 MeV 2.02 mm 8.28 mmWAbsorberPhysicaleIoni - 13 2.91 mm 3.31 mm 5.67 mm 1.77 MeV 9.25 keV 6.39 mum 8.28 mmWAbsorberPhysicaleBrem - 14 2.94 mm 3.42 mm 5.61 mm 0 eV 1.77 MeV 830 mum 9.11 mmWAbsorberPhysicaleIoni - 15 2.94 mm 3.42 mm 5.61 mm 0 eV 0 eV 0 fm 9.11 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 mm 3.42 mm 5.61 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm 2.04 mm 7.84 mm 376 keV 0 eV 4.77 mm 4.77 mmWAbsorberPhysicalcompt - 2 -2.21 mm 2.51 mm 7.77 mm 0 eV 69.5 keV 1.26 mm 6.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.21 mm 2.51 mm 7.77 mm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.22 mm 2.52 mm 7.77 mm 0 eV 306 keV 89.5 mum 89.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm 2.04 mm 7.84 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm 2.04 mm 7.84 mm 0 eV 135 keV 25.8 mum 25.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 mm 3.42 mm 5.61 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.26 mm 3.87 mm 4.87 mm 0 eV 69.5 keV 1.58 mm 1.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 mm 3.87 mm 4.87 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.27 mm 3.88 mm 4.87 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.91 mm 3.31 mm 5.67 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.91 mm 3.36 mm 5.65 mm 0 eV 69.5 keV 50.7 mum 50.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.91 mm 3.36 mm 5.65 mm 81.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.91 mm 3.36 mm 5.65 mm 0 eV 81.4 keV 11.3 mum 11.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 mm 3.45 mm 4.05 mm 362 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.61 mm 9.31 mm 6.58 mm 0 eV 69.5 keV 7.39 mm 7.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.61 mm 9.31 mm 6.58 mm 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.61 mm 9.31 mm 6.59 mm 0 eV 293 keV 83.9 mum 83.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 mm 2.54 mm 3.57 mm 528 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 mm 2.85 mm 4.06 mm 0 eV 69.5 keV 690 mum 690 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 mm 2.85 mm 4.06 mm 458 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 mm 2.86 mm 4.07 mm 0 eV 458 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 mm 2.13 mm 2.55 mm 2.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 mm 6.28 mm 1.37 cm 0 eV 0 eV 1.23 cm 1.23 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 26, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 mm 6.28 mm 1.37 cm 695 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.01 mm 6.29 mm 1.38 cm 0 eV 695 keV 274 mum 274 mumWAbsorberPhysicaleIoni - 2 -2.01 mm 6.29 mm 1.38 cm 0 eV 0 eV 0 fm 274 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.01 mm 6.29 mm 1.38 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.99 mm 5.11 mm 1.43 cm 330 keV 0 eV 4.18 mm 4.18 mmWAbsorberPhysicalcompt - 2 -6.39 mm 4.26 mm 1.35 cm 0 eV 69.5 keV 1.19 mm 5.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.39 mm 4.26 mm 1.35 cm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.39 mm 4.27 mm 1.35 cm 92.2 keV 35 keV 18.8 mum 18.8 mumWAbsorberPhysicaleBrem - 2 -6.39 mm 4.27 mm 1.35 cm 0 eV 92.2 keV 13.9 mum 32.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.39 mm 4.27 mm 1.35 cm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.39 mm 4.27 mm 1.35 cm 0 eV 69.5 keV 4.3 mum 4.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.39 mm 4.27 mm 1.35 cm 64.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.39 mm 4.27 mm 1.35 cm 0 eV 64.2 keV 7.69 mum 7.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.99 mm 5.11 mm 1.43 cm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.99 mm 5.11 mm 1.43 cm 0 eV 181 keV 40.5 mum 40.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.01 mm 6.29 mm 1.38 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -864 mum 6.63 mm 1.36 cm 202 keV 0 eV 1.21 mm 1.21 mmWAbsorberPhysicalcompt - 2 -1.91 mm 7.14 mm 1.28 cm 0 eV 69.5 keV 1.42 mm 2.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 mm 7.14 mm 1.28 cm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 mm 7.14 mm 1.28 cm 0 eV 132 keV 24.9 mum 24.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -864 mum 6.63 mm 1.36 cm 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -858 mum 6.63 mm 1.36 cm 0 eV 309 keV 90.8 mum 90.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 mm 6.28 mm 1.37 cm 595 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.01 mm 6.28 mm 1.38 cm 0 eV 595 keV 224 mum 224 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 715 mum 1.61 mm 2.24 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 816 mum 1.75 mm 2.38 mm 0 eV 69.5 keV 218 mum 218 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 816 mum 1.75 mm 2.38 mm 86.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 815 mum 1.75 mm 2.38 mm 0 eV 86.8 keV 12.6 mum 12.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 609 mum 1.41 mm 1.94 mm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 694 mum 1.55 mm 2.11 mm 0 eV 69.5 keV 229 mum 229 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 694 mum 1.55 mm 2.11 mm 82.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 693 mum 1.55 mm 2.11 mm 0 eV 82.5 keV 11.6 mum 11.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 559 mum 1.34 mm 1.87 mm 2.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 282 mum 1.32 mm 2.03 mm 1.26 MeV 753 keV 448 mum 448 mumWAbsorberPhysicaleBrem - 2 258 mum 1.35 mm 2.07 mm 0 eV 1.26 MeV 562 mum 1.01 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 282 mum 1.32 mm 2.03 mm 319 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 mm 3.76 mm 4.91 mm 0 eV 69.5 keV 4.1 mm 4.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 mm 3.76 mm 4.91 mm 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 mm 3.76 mm 4.92 mm 0 eV 250 keV 66.3 mum 66.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 415 mum 1.04 mm 1.62 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 474 mum 1.15 mm 1.75 mm 0 eV 69.5 keV 187 mum 187 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 474 mum 1.15 mm 1.75 mm 39.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 474 mum 1.15 mm 1.75 mm 0 eV 39.5 keV 3.45 mum 3.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 282 mum 306 mum 452 mum 2.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.7 mm 7.51 mm 1.52 cm 0 eV 0 eV 1.7 cm 1.7 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 41, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm 7.51 mm 1.52 cm 524 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.7 mm 7.53 mm 1.52 cm 0 eV 524 keV 188 mum 188 mumWAbsorberPhysicaleIoni - 2 4.7 mm 7.53 mm 1.52 cm 0 eV 0 eV 0 fm 188 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm 7.53 mm 1.52 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.61 mm 8.28 mm 1.61 cm 0 eV 69.5 keV 1.59 mm 1.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.61 mm 8.28 mm 1.61 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.6 mm 8.28 mm 1.61 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm 7.53 mm 1.52 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.18 mm 6.51 mm 1.4 cm 0 eV 69.5 keV 2.14 mm 2.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.18 mm 6.51 mm 1.4 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.19 mm 6.51 mm 1.4 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm 7.51 mm 1.52 cm 838 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.71 mm 7.51 mm 1.52 cm 0 eV 838 keV 345 mum 345 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 282 mum 306 mum 452 mum 506 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 mm 1.39 mm 3.04 mm 181 keV 0 eV 2.92 mm 2.92 mmWAbsorberPhysicalcompt - 2 1.15 mm 1.13 mm 2.79 mm 0 eV 69.5 keV 371 mum 3.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm 1.13 mm 2.79 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm 1.13 mm 2.79 mm 0 eV 111 keV 18.9 mum 18.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm 1.39 mm 3.04 mm 325 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 mm 1.4 mm 3.05 mm 0 eV 325 keV 97.8 mum 97.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 217 mum 268 mum 337 mum 1.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.39 mm 5.14 mm 1.24 cm 991 keV 0 eV 1.44 cm 1.44 cmWAbsorberPhysicalcompt - 2 9.51 mm 3.88 mm 1.66 cm 966 keV 0 eV 5.42 mm 1.98 cmWAbsorberPhysicalcompt - 3 1.35 cm 3.1 mm 2.08 cm 0 eV 69.5 keV 5.9 mm 2.57 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.35 cm 3.1 mm 2.08 cm 896 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm 3.14 mm 2.09 cm 600 keV 167 keV 81.5 mum 81.5 mumWAbsorberPhysicaleBrem - 2 1.36 cm 3.15 mm 2.09 cm 0 eV 600 keV 227 mum 308 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm 3.14 mm 2.09 cm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 cm 3.33 mm 2.1 cm 0 eV 69.5 keV 339 mum 339 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 cm 3.33 mm 2.1 cm 59.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 cm 3.33 mm 2.1 cm 0 eV 59.4 keV 6.78 mum 6.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.51 mm 3.88 mm 1.66 cm 25.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.51 mm 3.88 mm 1.66 cm 0 eV 25.3 keV 1.67 mum 1.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.39 mm 5.14 mm 1.24 cm 513 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.39 mm 5.16 mm 1.24 cm 0 eV 513 keV 184 mum 184 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 16.4 mum 18 mum 30.9 mum 430 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.51 mm 2.9 mm 4.69 mm 0 eV 69.5 keV 6.02 mm 6.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.51 mm 2.9 mm 4.69 mm 361 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.5 mm 2.91 mm 4.69 mm 0 eV 361 keV 114 mum 114 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -29.1 cm 2.26 cm 6.72 cm 33.5 MeV 0 eV 30 cm 30 cmFCALEnvelopePhysicalTransportation - 2 -30.2 cm 2.35 cm 6.97 cm 33.5 MeV 0 eV 1.14 cm 31.1 cmLArgPhysicalTransportation - 3 -1.24 m 9.66 cm 28.6 cm 33.5 MeV 0 eV 96.7 cm 1.28 mCryostatVolumesTransportation - 4 -1.24 m 9.68 cm 28.7 cm 33.5 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 5 -1.31 m 10.2 cm 30.3 cm 33.5 MeV 0 eV 7.02 cm 1.35 mCryostatVolumesTransportation - 6 -1.32 m 10.2 cm 30.3 cm 33.5 MeV 0 eV 2.51 mm 1.35 mMotherTransportation - 7 -5 m 38.9 cm 1.15 m 33.5 MeV 0 eV 3.79 m 5.15 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.15 cm -3.58 cm -6.45 cm 41.4 MeV 0 eV 8.47 cm 8.47 cmCuPlateBPhysicalTransportation - 2 5.72 cm -4.94 cm -8.88 cm 41.4 MeV 0 eV 3.2 cm 11.7 cmLArgPhysicalTransportation - 3 7.46 cm -6.43 cm -11.6 cm 41.4 MeV 0 eV 3.54 cm 15.2 cmBackExcluderTransportation - 4 47 cm -40.5 cm -73 cm 41.4 MeV 0 eV 80.6 cm 95.8 cmLArgPhysicalTransportation - 5 69 cm -59.5 cm -1.07 m 41.4 MeV 0 eV 44.9 cm 1.41 mCryostatVolumesTransportation - 6 69.2 cm -59.7 cm -1.07 m 41.4 MeV 0 eV 3.31 mm 1.41 mInsulationPhysicalTransportation - 7 73 cm -62.9 cm -1.13 m 41.4 MeV 0 eV 7.73 cm 1.49 mCryostatVolumesTransportation - 8 73.1 cm -63.1 cm -1.13 m 41.4 MeV 0 eV 2.76 mm 1.49 mMotherTransportation - 9 5 m -4.31 m -7.76 m 41.4 MeV 0 eV 8.7 m 10.2 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=31.3376 -Edep in FCAL1 FCAl2 : 0 31.3376 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2626 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 126 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -53.2 mum -35.6 mum 95.8 mum 37.1 MeV 206 keV 115 mum 115 mumWAbsorberPhysicaleBrem - 2 -411 mum -174 mum 762 mum 34.7 MeV 2.1 MeV 766 mum 881 mumWAbsorberPhysicaleBrem - 3 -861 mum -379 mum 1.18 mm 32.8 MeV 1.68 MeV 656 mum 1.54 mmWAbsorberPhysicaleBrem - 4 -1.33 mm -575 mum 1.76 mm 30.4 MeV 1.64 MeV 789 mum 2.33 mmWAbsorberPhysicaleBrem - 5 -1.88 mm -1.15 mm 2.29 mm 26.8 MeV 1.94 MeV 959 mum 3.29 mmWAbsorberPhysicaleBrem - 6 -2.24 mm -1.62 mm 2.83 mm 24.6 MeV 1.81 MeV 816 mum 4.1 mmWAbsorberPhysicaleBrem - 7 -2.38 mm -1.86 mm 2.95 mm 23.2 MeV 552 keV 308 mum 4.41 mmWAbsorberPhysicaleBrem - 8 -2.41 mm -1.98 mm 3 mm 22.8 MeV 272 keV 128 mum 4.54 mmWAbsorberPhysicaleBrem - 9 -2.5 mm -2.26 mm 3.13 mm 8.48 MeV 696 keV 327 mum 4.86 mmWAbsorberPhysicaleBrem - 10 -2.8 mm -2.6 mm 3.54 mm 6.96 MeV 1.16 MeV 599 mum 5.46 mmWAbsorberPhysicaleBrem - 11 -2.8 mm -2.62 mm 3.56 mm 5.22 MeV 59.9 keV 32.1 mum 5.5 mmWAbsorberPhysicaleBrem - 12 -2.76 mm -2.93 mm 3.46 mm 0 eV 786 keV 510 mum 6 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 mm -2.93 mm 3.46 mm 4.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -279 mum -4.9 mm 6.12 mm 0 eV 0 eV 4.14 mm 4.14 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -279 mum -4.9 mm 6.12 mm 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -234 mum -4.91 mm 6.16 mm 0 eV 1.07 MeV 467 mum 467 mumWAbsorberPhysicaleIoni - 2 -234 mum -4.91 mm 6.16 mm 0 eV 0 eV 0 fm 467 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -234 mum -4.91 mm 6.16 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.25 mm -1.18 cm 9.66 mm 339 keV 0 eV 1.08 cm 1.08 cmWAbsorberPhysicalcompt - 2 8.41 mm -1.16 cm 9.46 mm 0 eV 69.5 keV 1.19 mm 1.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.41 mm -1.16 cm 9.46 mm 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.41 mm -1.16 cm 9.46 mm 0 eV 270 keV 74.4 mum 74.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.25 mm -1.18 cm 9.66 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.25 mm -1.18 cm 9.67 mm 0 eV 172 keV 37.5 mum 37.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -234 mum -4.91 mm 6.16 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm -3.81 mm 5.61 mm 190 keV 0 eV 1.71 mm 1.71 mmWAbsorberPhysicalcompt - 2 -831 mum -3.98 mm 5.39 mm 0 eV 69.5 keV 647 mum 2.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -831 mum -3.98 mm 5.39 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -830 mum -3.98 mm 5.39 mm 0 eV 121 keV 21.4 mum 21.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm -3.81 mm 5.61 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm -3.81 mm 5.61 mm 0 eV 321 keV 95.8 mum 95.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -279 mum -4.9 mm 6.12 mm 2.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -408 mum -5.62 mm 5.75 mm 75.5 keV 2.73 MeV 1.26 mm 1.26 mmWAbsorberPhysicaleIoni - 2 -409 mum -5.62 mm 5.75 mm 0 eV 75.5 keV 10 mum 1.27 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 mm -2.93 mm 3.46 mm 559 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.33 mm 1.89 mm 9.21 mm 512 keV 0 eV 7.93 mm 7.93 mmWAbsorberPhysicalcompt - 2 -6.14 mm 7.58 mm 1.24 cm 0 eV 69.5 keV 6.56 mm 1.45 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.14 mm 7.58 mm 1.24 cm 442 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.15 mm 7.59 mm 1.24 cm 0 eV 442 keV 151 mum 151 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.33 mm 1.89 mm 9.21 mm 47.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.33 mm 1.89 mm 9.21 mm 0 eV 47.3 keV 4.66 mum 4.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 mm -2.62 mm 3.56 mm 1.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 258 mum -1.79 cm 1.9 cm 1.48 MeV 0 eV 2.2 cm 2.2 cmWAbsorberPhysicalcompt - 2 -517 mum -2.32 cm 2.33 cm 322 keV 0 eV 6.82 mm 2.88 cmWAbsorberPhysicalcompt - 3 -1.81 mm -2.17 cm 2.41 cm 0 eV 69.5 keV 2.21 mm 3.1 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 mm -2.17 cm 2.41 cm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.82 mm -2.17 cm 2.41 cm 0 eV 252 keV 67.3 mum 67.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -517 mum -2.32 cm 2.33 cm 1.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -413 mum -2.33 cm 2.33 cm 647 keV 410 keV 179 mum 179 mumWAbsorberPhysicaleBrem - 2 -410 mum -2.33 cm 2.33 cm 0 eV 647 keV 250 mum 429 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -413 mum -2.33 cm 2.33 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -506 mum -2.33 cm 2.32 cm 0 eV 69.5 keV 119 mum 119 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -506 mum -2.33 cm 2.32 cm 35.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -506 mum -2.33 cm 2.32 cm 0 eV 35.5 keV 2.92 mum 2.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 258 mum -1.79 cm 1.9 cm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 260 mum -1.79 cm 1.9 cm 0 eV 190 keV 43.6 mum 43.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 mm -2.6 mm 3.54 mm 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 mm -4.21 mm 4.6 mm 0 eV 69.5 keV 1.93 mm 1.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 mm -4.21 mm 4.6 mm 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 mm -4.22 mm 4.61 mm 0 eV 293 keV 84.1 mum 84.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.5 mm -2.26 mm 3.13 mm 13.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 mm -2.47 mm 3.27 mm 0 eV 0 eV 258 mum 258 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 35, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 mm -2.47 mm 3.27 mm 4.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.47 mm -2.34 mm 4.22 mm 900 keV 2.99 MeV 1.13 mm 1.13 mmWAbsorberPhysicaleBrem - 2 -2.48 mm -2.35 mm 4.18 mm 0 eV 900 keV 379 mum 1.5 mmWAbsorberPhysicaleIoni - 3 -2.48 mm -2.35 mm 4.18 mm 0 eV 0 eV 0 fm 1.5 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.48 mm -2.35 mm 4.18 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.75 mm -1.48 mm 5.48 mm 283 keV 0 eV 2.75 mm 2.75 mmWAbsorberPhysicalcompt - 2 -6 mm -1.08 mm 3.88 mm 0 eV 69.5 keV 2.07 mm 4.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6 mm -1.08 mm 3.88 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.01 mm -1.08 mm 3.87 mm 0 eV 214 keV 52.4 mum 52.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.75 mm -1.48 mm 5.48 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.75 mm -1.48 mm 5.48 mm 0 eV 228 keV 57.9 mum 57.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.48 mm -2.35 mm 4.18 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -742 mum -3.01 mm 3.18 mm 0 eV 69.5 keV 2.12 mm 2.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -742 mum -3.01 mm 3.18 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -733 mum -3.01 mm 3.17 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.47 mm -2.34 mm 4.22 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.58 mm -2.34 mm 4.11 mm 0 eV 69.5 keV 160 mum 160 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.58 mm -2.34 mm 4.11 mm 99.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.58 mm -2.34 mm 4.11 mm 0 eV 99.6 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 mm -2.47 mm 3.27 mm 8.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.73 mm -2.66 mm 3.49 mm 4.95 MeV 665 keV 374 mum 374 mumWAbsorberPhysicaleBrem - 2 -2.77 mm -2.78 mm 3.42 mm 3.87 MeV 311 keV 165 mum 539 mumWAbsorberPhysicaleBrem - 3 -3.24 mm -3.04 mm 3.7 mm 2.29 MeV 1.35 MeV 752 mum 1.29 mmWAbsorberPhysicaleBrem - 4 -3.69 mm -2.93 mm 4.02 mm 588 keV 1.51 MeV 908 mum 2.2 mmWAbsorberPhysicaleBrem - 5 -3.69 mm -2.91 mm 4.01 mm 0 eV 588 keV 221 mum 2.42 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.69 mm -2.93 mm 4.02 mm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.79 mm -2.69 mm 4.05 mm 0 eV 69.5 keV 261 mum 261 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.79 mm -2.69 mm 4.05 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.79 mm -2.68 mm 4.05 mm 0 eV 123 keV 22 mum 22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.24 mm -3.04 mm 3.7 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm -3.23 mm 3.72 mm 0 eV 69.5 keV 204 mum 204 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.3 mm -3.23 mm 3.72 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm -3.23 mm 3.72 mm 0 eV 164 keV 34.9 mum 34.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.77 mm -2.78 mm 3.42 mm 768 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.99 mm -8.81 mm 2.88 mm 281 keV 0 eV 6.45 mm 6.45 mmWAbsorberPhysicalcompt - 2 -3.29 mm -9.18 mm 3.17 mm 0 eV 69.5 keV 1.77 mm 8.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.29 mm -9.18 mm 3.17 mm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.29 mm -9.18 mm 3.17 mm 0 eV 212 keV 51.7 mum 51.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.99 mm -8.81 mm 2.88 mm 487 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5 mm -8.82 mm 2.87 mm 0 eV 487 keV 172 mum 172 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.73 mm -2.66 mm 3.49 mm 2.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm -5.74 mm 2.5 mm 0 eV 0 eV 3.32 mm 3.32 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 52, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 mm -5.74 mm 2.5 mm 1.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 mm -5.75 mm 2.4 mm 0 eV 1.62 MeV 758 mum 758 mumWAbsorberPhysicaleIoni - 2 -1.94 mm -5.75 mm 2.4 mm 0 eV 0 eV 0 fm 758 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 mm -5.75 mm 2.4 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.79 mm -5.88 mm 2.2 mm 0 eV 69.5 keV 281 mum 281 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 mm -5.88 mm 2.2 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.79 mm -5.89 mm 2.2 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 mm -5.75 mm 2.4 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.91 mm -4.09 mm 5.08 mm 0 eV 69.5 keV 3.71 mm 3.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.91 mm -4.09 mm 5.08 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.91 mm -4.08 mm 5.08 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 mm -5.74 mm 2.5 mm 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 mm -5.74 mm 2.5 mm 0 eV 250 keV 66.4 mum 66.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 mm -1.98 mm 3 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.6 mm -2.62 mm 3.41 mm 0 eV 69.5 keV 791 mum 791 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.6 mm -2.62 mm 3.41 mm 69.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.6 mm -2.62 mm 3.41 mm 0 eV 69.9 keV 8.88 mum 8.88 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.38 mm -1.86 mm 2.95 mm 834 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.06 mm -9.11 mm 6.89 mm 0 eV 69.5 keV 8.42 mm 8.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.06 mm -9.11 mm 6.89 mm 764 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.06 mm -9.13 mm 6.9 mm 0 eV 764 keV 308 mum 308 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm -1.62 mm 2.83 mm 408 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.33 mm -9.05 mm 7.06 mm 157 keV 0 eV 9.09 mm 9.09 mmWAbsorberPhysicalcompt - 2 -5.32 mm -9.01 mm 7.04 mm 0 eV 69.5 keV 52.4 mum 9.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.32 mm -9.01 mm 7.04 mm 87.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.32 mm -9.01 mm 7.04 mm 0 eV 87.7 keV 12.9 mum 12.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.33 mm -9.05 mm 7.06 mm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.33 mm -9.05 mm 7.07 mm 123 keV 15.3 keV 7.25 mum 7.25 mumWAbsorberPhysicaleBrem - 2 -5.33 mm -9.05 mm 7.07 mm 0 eV 123 keV 22.1 mum 29.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.33 mm -9.05 mm 7.07 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.46 mm -9.05 mm 7.19 mm 0 eV 69.5 keV 877 mum 877 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.46 mm -9.05 mm 7.19 mm 42.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.46 mm -9.05 mm 7.19 mm 0 eV 42.9 keV 3.98 mum 3.98 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.88 mm -1.15 mm 2.29 mm 1.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 cm -8.28 mm 1.08 cm 641 keV 0 eV 1.42 cm 1.42 cmWAbsorberPhysicalcompt - 2 -1.87 cm -1.21 cm 7.35 mm 557 keV 0 eV 9.4 mm 2.36 cmWAbsorberPhysicalcompt - 3 -2.07 cm -1.22 cm 7.19 mm 373 keV 0 eV 2.06 mm 2.57 cmWAbsorberPhysicalcompt - 4 -2.21 cm -1.11 cm 8.51 mm 0 eV 69.5 keV 2.17 mm 2.79 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.21 cm -1.11 cm 8.51 mm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.21 cm -1.11 cm 8.52 mm 0 eV 304 keV 88.6 mum 88.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 cm -1.22 cm 7.19 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 cm -1.22 cm 7.19 mm 0 eV 184 keV 41.6 mum 41.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.87 cm -1.21 cm 7.35 mm 84.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 cm -1.21 cm 7.35 mm 0 eV 84.2 keV 12 mum 12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 cm -8.28 mm 1.08 cm 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 cm -8.3 mm 1.08 cm 0 eV 1.03 MeV 444 mum 444 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 mm -575 mum 1.76 mm 762 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -6.86 mm 8.71 mm 250 keV 0 eV 1.34 cm 1.34 cmWAbsorberPhysicalcompt - 2 -1.26 cm -4.4 mm 5.17 mm 174 keV 0 eV 4.66 mm 1.8 cmWAbsorberPhysicalcompt - 3 -1.25 cm -3.81 mm 5.42 mm 0 eV 69.5 keV 652 mum 1.87 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 cm -3.81 mm 5.42 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 cm -3.81 mm 5.42 mm 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 cm -4.4 mm 5.17 mm 75.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.26 cm -4.4 mm 5.17 mm 0 eV 75.7 keV 10.1 mum 10.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -6.86 mm 8.71 mm 512 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 cm -6.85 mm 8.76 mm 48.6 keV 349 keV 171 mum 171 mumWAbsorberPhysicaleBrem - 2 -1.08 cm -6.85 mm 8.76 mm 0 eV 48.6 keV 4.86 mum 176 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 cm -6.85 mm 8.76 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -6.86 mm 8.71 mm 0 eV 69.5 keV 55 mum 55 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -6.86 mm 8.71 mm 45.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -6.86 mm 8.71 mm 0 eV 45.1 keV 4.32 mum 4.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -861 mum -379 mum 1.18 mm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 mm -492 mum 1.4 mm 0 eV 69.5 keV 334 mum 334 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 mm -492 mum 1.4 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 mm -494 mum 1.4 mm 0 eV 177 keV 39.4 mum 39.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -411 mum -174 mum 762 mum 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 mm -898 mum 2.34 mm 0 eV 69.5 keV 2.15 mm 2.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 mm -898 mum 2.34 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 mm -901 mum 2.34 mm 0 eV 183 keV 41.5 mum 41.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -53.2 mum -35.6 mum 95.8 mum 621 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 mm -1.07 mm 3.35 mm 255 keV 0 eV 4.09 mm 4.09 mmWAbsorberPhysicalcompt - 2 -3.98 mm -1.99 mm 1.26 mm 186 keV 0 eV 2.84 mm 6.93 mmWAbsorberPhysicalcompt - 3 -3.89 mm -2.67 mm 1.25 mm 0 eV 69.5 keV 685 mum 7.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.89 mm -2.67 mm 1.25 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.89 mm -2.67 mm 1.25 mm 0 eV 116 keV 20.2 mum 20.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.98 mm -1.99 mm 1.26 mm 69.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.98 mm -1.99 mm 1.26 mm 0 eV 69.5 keV 8.8 mum 8.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 mm -1.07 mm 3.35 mm 366 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 mm -1.07 mm 3.36 mm 0 eV 366 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 cm 17.6 cm -5.5 cm 33.6 MeV 0 eV 18.7 cm 18.7 cmLArgPhysicalTransportation - 2 16.4 cm 97.5 cm -30.5 cm 33.6 MeV 0 eV 84.8 cm 1.03 mCryostatVolumesTransportation - 3 33.3 cm 1.98 m -61.7 cm 33.6 MeV 0 eV 1.06 m 2.1 mMotherTransportation - 4 84.3 cm 5 m -1.56 m 33.6 MeV 0 eV 3.21 m 5.31 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.7 cm -6.11 cm -6.32 cm 33.6 MeV 0 eV 9.54 cm 9.54 cmF2RodPhysicalTransportation - 2 3.89 cm -6.42 cm -6.64 cm 33.6 MeV 0 eV 4.83 mm 10 cmF2LArGapPhysicalTransportation - 3 3.91 cm -6.45 cm -6.68 cm 33.6 MeV 0 eV 528 mum 10.1 cmCuPlateBPhysicalTransportation - 4 5.1 cm -8.42 cm -8.71 cm 33.6 MeV 0 eV 3.07 cm 13.1 cmLArgPhysicalTransportation - 5 6.78 cm -11.2 cm -11.6 cm 33.6 MeV 0 eV 4.33 cm 17.5 cmBackExcluderTransportation - 6 18.5 cm -30.6 cm -31.7 cm 33.6 MeV 0 eV 30.3 cm 47.8 cmLArgPhysicalTransportation - 7 59.1 cm -97.5 cm -1.01 m 33.6 MeV 0 eV 1.04 m 1.52 mMotherTransportation - 8 3.03 m -5 m -5.17 m 33.6 MeV 0 eV 6.28 m 7.81 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=38.9394 -Edep in FCAL1 FCAl2 : 0 38.9394 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2627 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 127 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 12.4 mum 54.7 mum -41.1 mum 48.5 MeV 135 keV 69.5 mum 69.5 mumWAbsorberPhysicaleBrem - 2 25.1 mum 105 mum -78 mum 48.1 MeV 112 keV 63.7 mum 133 mumWAbsorberPhysicaleBrem - 3 243 mum 1.14 mm -649 mum 44.5 MeV 2.85 MeV 1.2 mm 1.34 mmWAbsorberPhysicaleBrem - 4 286 mum 1.66 mm -844 mum 37.8 MeV 1.64 MeV 557 mum 1.89 mmWAbsorberPhysicaleBrem - 5 297 mum 1.74 mm -888 mum 8.64 MeV 147 keV 91.1 mum 1.98 mmWAbsorberPhysicaleBrem - 6 1.62 mm 2.85 mm -1.22 mm 4.24 MeV 2.93 MeV 1.6 mm 3.58 mmWAbsorberPhysicaleBrem - 7 1.59 mm 3.89 mm -1.89 mm 1.27 MeV 2.82 MeV 1.44 mm 5.03 mmWAbsorberPhysicaleBrem - 8 1.59 mm 3.89 mm -1.89 mm 326 keV 1.78 keV 2.36 mum 5.03 mmWAbsorberPhysicaleBrem - 9 1.6 mm 3.88 mm -1.88 mm 0 eV 326 keV 95.7 mum 5.12 mmWAbsorberPhysicaleIoni - 10 1.6 mm 3.88 mm -1.88 mm 0 eV 0 eV 0 fm 5.12 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 mm 3.88 mm -1.88 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.55 mm 130 mum 807 mum 232 keV 0 eV 4.71 mm 4.71 mmWAbsorberPhysicalcompt - 2 1.53 mm -582 mum -447 mum 0 eV 69.5 keV 1.76 mm 6.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm -582 mum -447 mum 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm -584 mum -449 mum 0 eV 163 keV 34.4 mum 34.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.55 mm 130 mum 807 mum 279 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.55 mm 127 mum 812 mum 0 eV 279 keV 78.2 mum 78.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 mm 3.88 mm -1.88 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 762 mum 7.17 mm -4.25 mm 207 keV 0 eV 4.13 mm 4.13 mmWAbsorberPhysicalcompt - 2 786 mum 7.17 mm -4.23 mm 0 eV 69.5 keV 27.3 mum 4.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 786 mum 7.17 mm -4.23 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 788 mum 7.17 mm -4.23 mm 0 eV 137 keV 26.4 mum 26.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 762 mum 7.17 mm -4.25 mm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 759 mum 7.17 mm -4.25 mm 0 eV 304 keV 88.8 mum 88.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 mm 3.89 mm -1.89 mm 939 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.86 mm 2.57 mm 522 mum 0 eV 69.5 keV 3.03 mm 3.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.86 mm 2.57 mm 522 mum 869 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.88 mm 2.57 mm 544 mum 0 eV 869 keV 361 mum 361 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 mm 3.89 mm -1.89 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm 3.86 mm -1.87 mm 0 eV 69.5 keV 35.9 mum 35.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 mm 3.86 mm -1.87 mm 83.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm 3.86 mm -1.87 mm 0 eV 83.5 keV 11.8 mum 11.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.62 mm 2.85 mm -1.22 mm 1.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 mm 2.31 mm -7.09 mm 0 eV 69.5 keV 6.68 mm 6.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 mm 2.31 mm -7.09 mm 1.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.56 mm 2.33 mm -7.14 mm 0 eV 1.41 MeV 635 mum 635 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 297 mum 1.74 mm -888 mum 29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.42 mm 1.72 cm -8.34 mm 0 eV 0 eV 1.73 cm 1.73 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 23, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.42 mm 1.72 cm -8.34 mm 3.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.3 mm 1.75 cm -7.69 mm 1.06 MeV 2.34 MeV 1.45 mm 1.45 mmWAbsorberPhysicaleIoni - 2 3.28 mm 1.75 cm -7.66 mm 362 keV 81.9 keV 32.7 mum 1.48 mmWAbsorberPhysicaleBrem - 3 3.28 mm 1.75 cm -7.65 mm 0 eV 362 keV 112 mum 1.59 mmWAbsorberPhysicaleIoni - 4 3.28 mm 1.75 cm -7.65 mm 0 eV 0 eV 0 fm 1.59 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.28 mm 1.75 cm -7.65 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm 1.31 cm -1.9 cm 371 keV 0 eV 1.93 cm 1.93 cmWAbsorberPhysicalcompt - 2 -1.26 cm 1.23 cm -1.88 cm 0 eV 69.5 keV 1.25 mm 2.06 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 cm 1.23 cm -1.88 cm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.26 cm 1.23 cm -1.88 cm 0 eV 301 keV 87.4 mum 87.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm 1.31 cm -1.9 cm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm 1.31 cm -1.9 cm 0 eV 140 keV 27.4 mum 27.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.28 mm 1.75 cm -7.65 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.75 mm 1.85 cm -5.02 mm 176 keV 0 eV 4.47 mm 4.47 mmWAbsorberPhysicalcompt - 2 6.22 mm 1.81 cm -5.32 mm 0 eV 69.5 keV 760 mum 5.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.22 mm 1.81 cm -5.32 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.22 mm 1.81 cm -5.32 mm 0 eV 106 keV 17.5 mum 17.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.75 mm 1.85 cm -5.02 mm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.75 mm 1.85 cm -5.02 mm 0 eV 335 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.28 mm 1.75 cm -7.66 mm 613 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.5 mm 1.84 cm -534 mum 0 eV 69.5 keV 7.28 mm 7.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.5 mm 1.84 cm -534 mum 543 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.51 mm 1.84 cm -520 mum 0 eV 543 keV 199 mum 199 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.42 mm 1.72 cm -8.34 mm 24.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.42 mm 1.72 cm -8.36 mm 10.2 MeV 128 keV 40 mum 40 mumWAbsorberPhysicaleBrem - 2 2.33 mm 1.76 cm -8.72 mm 7.07 MeV 1.14 MeV 548 mum 588 mumWAbsorberPhysicaleBrem - 3 3.26 mm 1.74 cm -9.06 mm 4.01 MeV 2.71 MeV 1.21 mm 1.79 mmWAbsorberPhysicaleBrem - 4 2.63 mm 1.76 cm -9.38 mm 1.66 MeV 1.75 MeV 928 mum 2.72 mmWAbsorberPhysicaleBrem - 5 2.84 mm 1.76 cm -9.53 mm 77 keV 690 keV 417 mum 3.14 mmWAbsorberPhysicaleBrem - 6 2.84 mm 1.76 cm -9.53 mm 0 eV 77 keV 10.4 mum 3.15 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.84 mm 1.76 cm -9.53 mm 888 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 360 mum 1.9 cm -1.24 cm 0 eV 69.5 keV 4.02 mm 4.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 360 mum 1.9 cm -1.24 cm 819 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 352 mum 1.9 cm -1.24 cm 0 eV 819 keV 336 mum 336 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 mm 1.76 cm -9.38 mm 603 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm 1.15 cm -1.56 cm 577 keV 0 eV 8.83 mm 8.83 mmWAbsorberPhysicalcompt - 2 1.04 mm 1.12 cm -1.61 cm 191 keV 0 eV 623 mum 9.45 mmWAbsorberPhysicalcompt - 3 1.17 mm 1.12 cm -1.6 cm 0 eV 69.5 keV 230 mum 9.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 mm 1.12 cm -1.6 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm 1.12 cm -1.6 cm 0 eV 121 keV 21.6 mum 21.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 mm 1.12 cm -1.61 cm 386 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 mm 1.12 cm -1.62 cm 0 eV 386 keV 125 mum 125 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 mm 1.15 cm -1.56 cm 25.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm 1.15 cm -1.56 cm 0 eV 25.9 keV 1.74 mum 1.74 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 mm 1.74 cm -9.06 mm 355 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 636 mum 2.68 cm -6.35 mm 283 keV 0 eV 1.01 cm 1.01 cmWAbsorberPhysicalcompt - 2 473 mum 2.7 cm -6.48 mm 0 eV 69.5 keV 279 mum 1.04 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 473 mum 2.7 cm -6.48 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 475 mum 2.7 cm -6.48 mm 0 eV 214 keV 52.5 mum 52.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 636 mum 2.68 cm -6.35 mm 71.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 637 mum 2.68 cm -6.35 mm 0 eV 71.6 keV 9.23 mum 9.23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.33 mm 1.76 cm -8.72 mm 2.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 3.3 cm -1.94 cm 645 keV 0 eV 2.1 cm 2.1 cmWAbsorberPhysicalcompt - 2 2.92 cm 6.42 cm 2.97 mm 329 keV 0 eV 4.22 cm 6.32 cmWAbsorberPhysicalcompt - 3 3.21 cm 6.46 cm 1.65 mm 232 keV 0 eV 3.24 mm 6.64 cmWAbsorberPhysicalcompt - 4 3.21 cm 6.48 cm 1.5 mm 0 eV 69.5 keV 261 mum 6.67 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.21 cm 6.48 cm 1.5 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.21 cm 6.48 cm 1.5 mm 0 eV 163 keV 34.5 mum 34.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.21 cm 6.46 cm 1.65 mm 96.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.21 cm 6.46 cm 1.65 mm 0 eV 96.6 keV 15 mum 15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 cm 6.42 cm 2.97 mm 316 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.92 cm 6.42 cm 2.97 mm 0 eV 316 keV 93.8 mum 93.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm 3.3 cm -1.94 cm 1.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 cm 3.32 cm -1.93 cm 52.1 keV 877 keV 428 mum 428 mumWAbsorberPhysicaleBrem - 2 1.19 cm 3.32 cm -1.93 cm 0 eV 52.1 keV 5.46 mum 433 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 cm 3.32 cm -1.93 cm 465 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 3.29 cm -1.76 cm 0 eV 69.5 keV 1.75 mm 1.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm 3.29 cm -1.76 cm 395 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 3.29 cm -1.76 cm 0 eV 395 keV 129 mum 129 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.42 mm 1.72 cm -8.36 mm 14.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.66 mm 6.02 cm -2.86 cm 0 eV 0 eV 4.76 cm 4.76 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 50, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.66 mm 6.02 cm -2.86 cm 9.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.11 mm 6.02 cm -2.99 cm 5.63 MeV 3.66 MeV 1.72 mm 1.72 mmWAbsorberPhysicaleBrem - 2 6.45 mm 6.04 cm -2.84 cm 2.04 MeV 3.43 MeV 1.67 mm 3.39 mmWAbsorberPhysicaleBrem - 3 6.45 mm 6.04 cm -2.85 cm 1.54 MeV 367 keV 92.4 mum 3.49 mmWAbsorberPhysicaleBrem - 4 6.53 mm 6.04 cm -2.85 cm 0 eV 1.54 MeV 715 mum 4.2 mmWAbsorberPhysicaleIoni - 5 6.53 mm 6.04 cm -2.85 cm 0 eV 0 eV 0 fm 4.2 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.53 mm 6.04 cm -2.85 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.26 mm 6.15 cm -2.57 cm 0 eV 69.5 keV 3.24 mm 3.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.26 mm 6.15 cm -2.57 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.26 mm 6.15 cm -2.57 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.53 mm 6.04 cm -2.85 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 5.74 cm -3.62 cm 0 eV 69.5 keV 9.02 mm 9.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 5.74 cm -3.62 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 5.74 cm -3.63 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.45 mm 6.04 cm -2.85 cm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.45 mm 6.04 cm -2.85 cm 0 eV 69.5 keV 8.05 mum 8.05 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.45 mm 6.04 cm -2.85 cm 60.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.45 mm 6.04 cm -2.85 cm 0 eV 60.2 keV 6.93 mum 6.93 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.45 mm 6.04 cm -2.84 cm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.59 mm 6.05 cm -2.86 cm 0 eV 69.5 keV 199 mum 199 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.59 mm 6.05 cm -2.86 cm 87.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.59 mm 6.05 cm -2.86 cm 0 eV 87.6 keV 12.8 mum 12.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.11 mm 6.02 cm -2.99 cm 620 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 cm 6.4 cm -2.98 cm 334 keV 0 eV 6.79 mm 6.79 mmWAbsorberPhysicalcompt - 2 1.16 cm 6.43 cm -2.96 cm 0 eV 69.5 keV 308 mum 7.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 cm 6.43 cm -2.96 cm 265 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 cm 6.43 cm -2.96 cm 0 eV 265 keV 72.4 mum 72.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 cm 6.4 cm -2.98 cm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 cm 6.4 cm -2.98 cm 0 eV 286 keV 81.1 mum 81.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.66 mm 6.02 cm -2.86 cm 3.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.67 mm 6.02 cm -2.86 cm 3.06 MeV 62.7 keV 33.2 mum 33.2 mumWAbsorberPhysicaleBrem - 2 4.86 mm 6.02 cm -2.9 cm 542 keV 2.52 MeV 1.34 mm 1.37 mmWAbsorberPhysicaleIoni - 3 4.84 mm 6.02 cm -2.9 cm 76.2 keV 360 keV 177 mum 1.55 mmWAbsorberPhysicaleBrem - 4 4.84 mm 6.02 cm -2.9 cm 0 eV 76.2 keV 10.2 mum 1.56 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.84 mm 6.02 cm -2.9 cm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.6 mm 5.99 cm -2.88 cm 0 eV 69.5 keV 377 mum 377 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.6 mm 5.99 cm -2.88 cm 36.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.6 mm 5.99 cm -2.88 cm 0 eV 36.9 keV 3.1 mum 3.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.67 mm 6.02 cm -2.86 cm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.67 mm 6.02 cm -2.86 cm 0 eV 69.5 keV 5.69 mum 5.69 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.67 mm 6.02 cm -2.86 cm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.67 mm 6.02 cm -2.86 cm 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 286 mum 1.66 mm -844 mum 5.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 mm 6.22 mm -3.26 mm 0 eV 0 eV 5.22 mm 5.22 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 67, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm 6.22 mm -3.26 mm 1.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 mm 6.29 mm -3.31 mm 0 eV 1.39 MeV 637 mum 637 mumWAbsorberPhysicaleIoni - 2 1.07 mm 6.29 mm -3.31 mm 0 eV 0 eV 0 fm 637 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm 6.29 mm -3.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 mm 7.06 mm -3.71 mm 436 keV 0 eV 897 mum 897 mumWAbsorberPhysicalcompt - 2 1.57 mm 7.36 mm -4.24 mm 0 eV 69.5 keV 681 mum 1.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm 7.36 mm -4.24 mm 367 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm 7.36 mm -4.25 mm 0 eV 367 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 mm 7.06 mm -3.71 mm 74.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 mm 7.06 mm -3.71 mm 0 eV 74.8 keV 9.9 mum 9.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm 6.29 mm -3.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 mm -3.72 mm 1.84 mm 0 eV 69.5 keV 1.16 cm 1.16 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm -3.72 mm 1.84 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 mm -3.73 mm 1.83 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm 6.22 mm -3.26 mm 2.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 mm 6.28 mm -3.27 mm 2.3 MeV 159 keV 71.6 mum 71.6 mumWAbsorberPhysicaleBrem - 2 1.11 mm 6.3 mm -3.19 mm 1.83 MeV 119 keV 88.5 mum 160 mumWAbsorberPhysicaleBrem - 3 1.09 mm 6.3 mm -3.11 mm 1.36 MeV 256 keV 90.5 mum 251 mumWAbsorberPhysicaleBrem - 4 1.14 mm 6.31 mm -3.07 mm 0 eV 1.36 MeV 611 mum 862 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 mm 6.3 mm -3.11 mm 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 mm 6.04 mm -3.24 mm 0 eV 69.5 keV 298 mum 298 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm 6.04 mm -3.24 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 mm 6.03 mm -3.24 mm 0 eV 140 keV 27.1 mum 27.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 mm 6.3 mm -3.19 mm 354 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm 8.12 mm -2.32 mm 0 eV 69.5 keV 2.96 mm 2.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm 8.12 mm -2.32 mm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm 8.12 mm -2.32 mm 0 eV 285 keV 80.6 mum 80.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 mm 6.28 mm -3.27 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 mm 6.37 mm -3.06 mm 0 eV 69.5 keV 242 mum 242 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 mm 6.37 mm -3.06 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 mm 6.37 mm -3.06 mm 0 eV 113 keV 19.5 mum 19.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 243 mum 1.14 mm -649 mum 777 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.19 mm 1.75 cm -7.41 mm 267 keV 0 eV 1.79 cm 1.79 cmWAbsorberPhysicalcompt - 2 2.18 mm 1.7 cm -8.14 mm 0 eV 69.5 keV 917 mum 1.88 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.18 mm 1.7 cm -8.14 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.18 mm 1.7 cm -8.15 mm 0 eV 197 keV 46.2 mum 46.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.19 mm 1.75 cm -7.41 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.19 mm 1.76 cm -7.42 mm 0 eV 511 keV 183 mum 183 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 25.1 mum 105 mum -78 mum 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 433 mum 2.3 mm -1.63 mm 0 eV 69.5 keV 2.72 mm 2.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 433 mum 2.3 mm -1.63 mm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 435 mum 2.3 mm -1.63 mm 0 eV 176 keV 38.8 mum 38.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 12.4 mum 54.7 mum -41.1 mum 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 41.3 mum 194 mum -148 mum 153 keV 0 eV 178 mum 178 mumWAbsorberPhysicalcompt - 2 -26.2 mum 26.7 mum -866 mum 150 keV 0 eV 740 mum 919 mumWAbsorberPhysicalcompt - 3 -190 mum 55.8 mum -1.29 mm 0 eV 69.5 keV 456 mum 1.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -190 mum 55.8 mum -1.29 mm 80.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -190 mum 56.6 mum -1.29 mm 0 eV 80.3 keV 11.1 mum 11.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -26.2 mum 26.7 mum -866 mum 3.55 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -26.2 mum 26.7 mum -866 mum 0 eV 3.55 keV 86.9 nm 86.9 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 41.3 mum 194 mum -148 mum 34.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 41.4 mum 195 mum -148 mum 0 eV 34.3 keV 2.76 mum 2.76 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 28.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.8 cm -18.9 cm 11.1 cm 28.3 MeV 0 eV 23.3 cm 23.3 cmLArgPhysicalTransportation - 2 40.3 cm -97.5 cm 57.6 cm 28.3 MeV 0 eV 96.9 cm 1.2 mMotherTransportation - 3 2.07 m -5 m 2.95 m 28.3 MeV 0 eV 4.96 m 6.16 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 28.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -13.5 cm -13.1 cm 12.2 cm 28.1 MeV 0 eV 22.4 cm 22.4 cmFCALEnvelopePhysicalTransportation - 2 -13.8 cm -13.3 cm 12.4 cm 28.1 MeV 0 eV 3.89 mm 22.8 cmLArgPhysicalTransportation - 3 -94.6 cm -91.6 cm 85.4 cm 28.1 MeV 0 eV 1.34 m 1.57 mCryostatVolumesTransportation - 4 -94.8 cm -91.9 cm 85.6 cm 28.1 MeV 0 eV 3.7 mm 1.57 mInsulationPhysicalTransportation - 5 -1 m -96.9 cm 90.3 cm 28.1 MeV 0 eV 8.62 cm 1.66 mCryostatVolumesTransportation - 6 -1 m -97.1 cm 90.5 cm 28.1 MeV 0 eV 3.08 mm 1.66 mMotherTransportation - 7 -5 m -4.84 m 4.51 m 28.1 MeV 0 eV 6.63 m 8.3 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=49.8283 -Edep in FCAL1 FCAl2 : 0 49.8283 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2628 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 128 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 240 mum -530 mum -220 mum 32 MeV 1.28 MeV 621 mum 621 mumWAbsorberPhysicaleBrem - 2 448 mum -981 mum -183 mum 14.7 MeV 887 keV 503 mum 1.12 mmWAbsorberPhysicaleBrem - 3 563 mum -1.48 mm -88.8 mum 13.6 MeV 922 keV 517 mum 1.64 mmWAbsorberPhysicaleBrem - 4 606 mum -1.84 mm -190 mum 11.4 MeV 681 keV 373 mum 2.01 mmWAbsorberPhysicaleBrem - 5 597 mum -2.52 mm 53.1 mum 7.21 MeV 1.91 MeV 782 mum 2.8 mmWAbsorberPhysicaleIoni - 6 210 mum -2.76 mm -112 mum 4.97 MeV 1.11 MeV 648 mum 3.44 mmWAbsorberPhysicaleBrem - 7 260 mum -3.31 mm 270 mum 3.51 MeV 1.31 MeV 761 mum 4.21 mmWAbsorberPhysicaleBrem - 8 355 mum -3.47 mm 267 mum 2.8 MeV 506 keV 301 mum 4.51 mmWAbsorberPhysicaleBrem - 9 553 mum -3.38 mm 248 mum 0 eV 374 keV 234 mum 4.74 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 553 mum -3.38 mm 248 mum 2.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 380 mum 56.3 mum -1.58 mm 1.7 MeV 0 eV 3.9 mm 3.9 mmWAbsorberPhysicalcompt - 2 575 mum 2.97 mm -1.89 mm 1.25 MeV 0 eV 2.94 mm 6.84 mmWAbsorberPhysicalcompt - 3 -2.33 mm 1.27 cm -6.54 mm 1.1 MeV 0 eV 1.12 cm 1.8 cmWAbsorberPhysicalcompt - 4 -2.4 mm 1.98 cm -1.19 cm 645 keV 0 eV 8.92 mm 2.69 cmWAbsorberPhysicalcompt - 5 -2.77 mm 2.11 cm -1.17 cm 634 keV 0 eV 1.42 mm 2.83 cmWAbsorberPhysicalcompt - 6 -4.52 mm 3.02 cm -9 mm 608 keV 0 eV 9.61 mm 3.8 cmWAbsorberPhysicalcompt - 7 -4.68 mm 3.7 cm -8.46 mm 451 keV 0 eV 6.79 mm 4.47 cmWAbsorberPhysicalcompt - 8 -4.99 mm 3.73 cm -8.6 mm 365 keV 0 eV 489 mum 4.52 cmWAbsorberPhysicalcompt - 9 -5.37 mm 3.76 cm -9.37 mm 272 keV 0 eV 903 mum 4.61 cmWAbsorberPhysicalcompt - 10 -6.82 mm 3.62 cm -1.06 cm 0 eV 69.5 keV 2.34 mm 4.85 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.82 mm 3.62 cm -1.06 cm 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.82 mm 3.62 cm -1.06 cm 0 eV 202 keV 48.1 mum 48.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.37 mm 3.76 cm -9.37 mm 93.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.37 mm 3.76 cm -9.37 mm 0 eV 93.2 keV 14.2 mum 14.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.99 mm 3.73 cm -8.6 mm 85.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.99 mm 3.73 cm -8.6 mm 0 eV 85.7 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.68 mm 3.7 cm -8.46 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.68 mm 3.7 cm -8.46 mm 0 eV 157 keV 32.5 mum 32.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.52 mm 3.02 cm -9 mm 26.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.52 mm 3.02 cm -9 mm 0 eV 26.6 keV 1.81 mum 1.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.77 mm 2.11 cm -1.17 cm 10.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.77 mm 2.11 cm -1.17 cm 0 eV 10.3 keV 406 nm 406 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.4 mm 1.98 cm -1.19 cm 460 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.39 mm 1.98 cm -1.2 cm 0 eV 460 keV 159 mum 159 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.33 mm 1.27 cm -6.54 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 mm 1.27 cm -6.54 mm 0 eV 142 keV 28 mum 28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 575 mum 2.97 mm -1.89 mm 453 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 582 mum 2.98 mm -1.88 mm 0 eV 453 keV 156 mum 156 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 380 mum 56.3 mum -1.58 mm 594 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 376 mum 62.6 mum -1.59 mm 0 eV 594 keV 224 mum 224 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 553 mum -3.38 mm 248 mum 1.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.58 mm 4.69 mm 6.77 mm 501 keV 0 eV 1.32 cm 1.32 cmWAbsorberPhysicalcompt - 2 -7.57 mm 4.76 mm 6.75 mm 0 eV 69.5 keV 79.6 mum 1.33 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.57 mm 4.76 mm 6.75 mm 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.57 mm 4.78 mm 6.75 mm 0 eV 432 keV 146 mum 146 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.58 mm 4.69 mm 6.77 mm 658 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.59 mm 4.69 mm 6.78 mm 0 eV 658 keV 255 mum 255 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 355 mum -3.47 mm 267 mum 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 410 mum -3.5 mm 267 mum 171 keV 0 eV 62.3 mum 62.3 mumWAbsorberPhysicalcompt - 2 915 mum -3.65 mm -443 mum 0 eV 69.5 keV 885 mum 947 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 915 mum -3.65 mm -443 mum 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 915 mum -3.66 mm -443 mum 0 eV 102 keV 16.3 mum 16.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 410 mum -3.5 mm 267 mum 27.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 411 mum -3.5 mm 267 mum 0 eV 27.5 keV 1.92 mum 1.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 260 mum -3.31 mm 270 mum 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 878 mum -3.44 mm 930 mum 0 eV 69.5 keV 913 mum 913 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 878 mum -3.44 mm 930 mum 79.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 879 mum -3.44 mm 930 mum 0 eV 79.5 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 210 mum -2.76 mm -112 mum 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 348 mum -4.74 mm -688 mum 822 keV 0 eV 2.07 mm 2.07 mmWAbsorberPhysicalcompt - 2 7.49 mm -1.48 cm -1.14 mm 0 eV 69.5 keV 1.23 cm 1.44 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.49 mm -1.48 cm -1.14 mm 752 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.5 mm -1.48 cm -1.13 mm 0 eV 752 keV 302 mum 302 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 348 mum -4.74 mm -688 mum 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 344 mum -4.75 mm -691 mum 0 eV 310 keV 91 mum 91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 597 mum -2.52 mm 53.1 mum 2.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 719 mum -2.54 mm -109 mum 1.42 MeV 418 keV 261 mum 261 mumWAbsorberPhysicaleBrem - 2 659 mum -2.56 mm -115 mum 0 eV 1.42 MeV 642 mum 903 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 719 mum -2.54 mm -109 mum 459 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm -5.97 mm 453 mum 0 eV 69.5 keV 4.77 mm 4.77 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm -5.97 mm 453 mum 390 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm -5.98 mm 456 mum 0 eV 390 keV 126 mum 126 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 606 mum -1.84 mm -190 mum 1.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.08 mm -1.53 cm -2.14 mm 1.13 MeV 0 eV 1.37 cm 1.37 cmWAbsorberPhysicalcompt - 2 2.94 mm -2.56 cm 1.61 mm 433 keV 0 eV 1.1 cm 2.47 cmWAbsorberPhysicalcompt - 3 1.46 mm -2.71 cm -36.9 mum 0 eV 69.5 keV 2.68 mm 2.74 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 mm -2.71 cm -36.9 mum 364 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.47 mm -2.71 cm -44.3 mum 0 eV 364 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 mm -2.56 cm 1.61 mm 697 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.95 mm -2.56 cm 1.62 mm 0 eV 697 keV 275 mum 275 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.08 mm -1.53 cm -2.14 mm 400 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.08 mm -1.53 cm -2.15 mm 0 eV 400 keV 131 mum 131 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 563 mum -1.48 mm -88.8 mum 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 609 mum -1.62 mm -144 mum 0 eV 69.5 keV 165 mum 165 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 609 mum -1.62 mm -144 mum 58.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 609 mum -1.62 mm -144 mum 0 eV 58.4 keV 6.62 mum 6.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 448 mum -981 mum -183 mum 16.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 575 mum -1.27 mm -171 mum 0 eV 0 eV 318 mum 318 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 575 mum -1.27 mm -171 mum 1.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 605 mum -1.39 mm -154 mum 0 eV 1.71 MeV 799 mum 799 mumWAbsorberPhysicaleIoni - 2 605 mum -1.39 mm -154 mum 0 eV 0 eV 0 fm 799 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 605 mum -1.39 mm -154 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.88 mm -512 mum 844 mum 0 eV 69.5 keV 9.37 mm 9.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.88 mm -512 mum 844 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.88 mm -503 mum 851 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 605 mum -1.39 mm -154 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -607 mum -1.5 mm -284 mum 389 keV 0 eV 1.22 mm 1.22 mmWAbsorberPhysicalcompt - 2 -3.76 mm -2.67 mm 2.37 mm 332 keV 0 eV 4.28 mm 5.5 mmWAbsorberPhysicalcompt - 3 -3.76 mm -2.68 mm 2.39 mm 322 keV 0 eV 24 mum 5.53 mmWAbsorberPhysicalcompt - 4 -3.95 mm -3.16 mm 2.77 mm 0 eV 69.5 keV 642 mum 6.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.95 mm -3.16 mm 2.77 mm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.95 mm -3.16 mm 2.77 mm 0 eV 252 keV 67.2 mum 67.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.76 mm -2.68 mm 2.39 mm 9.88 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.76 mm -2.68 mm 2.39 mm 0 eV 9.88 keV 379 nm 379 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.76 mm -2.67 mm 2.37 mm 57.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.76 mm -2.66 mm 2.37 mm 0 eV 57.9 keV 6.51 mum 6.51 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -607 mum -1.5 mm -284 mum 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -608 mum -1.5 mm -285 mum 0 eV 122 keV 21.7 mum 21.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 575 mum -1.27 mm -171 mum 13.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 mm -1.89 mm 56.6 mum 7.98 MeV 2.96 MeV 901 mum 901 mumWAbsorberPhysicaleBrem - 2 1.28 mm -1.95 mm -29.3 mum 5.09 MeV 387 keV 198 mum 1.1 mmWAbsorberPhysicaleIoni - 3 1.94 mm -1.75 mm 619 mum 1.16 MeV 2.53 MeV 1.12 mm 2.22 mmWAbsorberPhysicaleBrem - 4 1.93 mm -1.71 mm 646 mum 0 eV 1.16 MeV 510 mum 2.73 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 mm -1.75 mm 619 mum 1.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm 210 mum 1.92 mm 1.34 MeV 0 eV 2.38 mm 2.38 mmWAbsorberPhysicalcompt - 2 744 mum 2.27 mm 3.31 mm 333 keV 0 eV 2.63 mm 5 mmWAbsorberPhysicalcompt - 3 3.65 mm 2.08 mm 4.43 mm 0 eV 69.5 keV 3.12 mm 8.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.65 mm 2.08 mm 4.43 mm 263 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.65 mm 2.09 mm 4.44 mm 0 eV 263 keV 71.8 mum 71.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 744 mum 2.27 mm 3.31 mm 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 724 mum 2.3 mm 3.33 mm 0 eV 1.01 MeV 434 mum 434 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 mm 210 mum 1.92 mm 58 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm 210 mum 1.92 mm 0 eV 58 keV 6.54 mum 6.54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -1.95 mm -29.3 mum 2.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm -1.77 mm -280 mum 947 keV 1.26 MeV 577 mum 577 mumWAbsorberPhysicaleBrem - 2 1.53 mm -1.78 mm -315 mum 0 eV 947 keV 401 mum 978 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm -1.77 mm -280 mum 295 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm -2.38 mm -1.29 mm 0 eV 69.5 keV 1.18 mm 1.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm -2.38 mm -1.29 mm 225 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm -2.38 mm -1.29 mm 0 eV 225 keV 56.8 mum 56.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 mm -1.89 mm 56.6 mum 2.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.48 mm -3.33 mm -452 mum 0 eV 0 eV 2.81 mm 2.81 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 56, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.48 mm -3.33 mm -452 mum 631 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.49 mm -3.35 mm -467 mum 0 eV 631 keV 241 mum 241 mumWAbsorberPhysicaleIoni - 2 3.49 mm -3.35 mm -467 mum 0 eV 0 eV 0 fm 241 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.49 mm -3.35 mm -467 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.48 mm -3.03 mm 2.56 mm 0 eV 69.5 keV 3.05 mm 3.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.48 mm -3.03 mm 2.56 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.48 mm -3.03 mm 2.57 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.49 mm -3.35 mm -467 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.5 mm -3.72 mm -3.88 mm 0 eV 69.5 keV 3.43 mm 3.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.5 mm -3.72 mm -3.88 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.5 mm -3.72 mm -3.89 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.48 mm -3.33 mm -452 mum 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.53 mm -3.38 mm -520 mum 661 keV 248 keV 145 mum 145 mumWAbsorberPhysicaleBrem - 2 3.52 mm -3.4 mm -527 mum 0 eV 661 keV 257 mum 402 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.53 mm -3.38 mm -520 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.41 mm -3.92 mm -542 mum 0 eV 69.5 keV 549 mum 549 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.41 mm -3.92 mm -542 mum 85.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.41 mm -3.92 mm -541 mum 0 eV 85.8 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 240 mum -530 mum -220 mum 2.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 mm -3.51 mm -91.9 mum 1.54 MeV 0 eV 3.2 mm 3.2 mmWAbsorberPhysicalcompt - 2 3.1 mm -5 mm -331 mum 1.02 MeV 0 eV 2.26 mm 5.46 mmWAbsorberPhysicalcompt - 3 1.02 cm -5.98 mm -762 mum 0 eV 69.5 keV 7.21 mm 1.27 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm -5.98 mm -762 mum 954 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm -5.98 mm -781 mum 0 eV 954 keV 404 mum 404 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.1 mm -5 mm -331 mum 517 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.1 mm -5.01 mm -332 mum 0 eV 517 keV 186 mum 186 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm -3.51 mm -91.9 mum 861 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 mm -3.54 mm -85.6 mum 0 eV 861 keV 357 mum 357 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 18.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 17.5 cm -9.42 cm 6.5 cm 18.7 MeV 0 eV 20.9 cm 20.9 cmLArgPhysicalTransportation - 2 1.19 m -64.4 cm 44.5 cm 18.7 MeV 0 eV 1.22 m 1.43 mCryostatVolumesTransportation - 3 1.2 m -64.6 cm 44.6 cm 18.7 MeV 0 eV 3.36 mm 1.43 mInsulationPhysicalTransportation - 4 1.26 m -68.1 cm 47 cm 18.7 MeV 0 eV 7.84 cm 1.51 mCryostatVolumesTransportation - 5 1.27 m -68.2 cm 47.1 cm 18.7 MeV 0 eV 2.8 mm 1.51 mMotherTransportation - 6 5 m -2.7 m 1.86 m 18.7 MeV 0 eV 4.47 m 5.98 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -12.9 cm 16.2 cm 1.28 cm 50.8 MeV 0 eV 20.7 cm 20.7 cmLArgPhysicalTransportation - 2 -77.8 cm 97.5 cm 7.73 cm 50.8 MeV 0 eV 1.04 m 1.25 mCryostatVolumesTransportation - 3 -1.27 m 1.59 m 12.6 cm 50.8 MeV 0 eV 79.3 cm 2.04 mInsulationPhysicalTransportation - 4 -1.34 m 1.68 m 13.3 cm 50.8 MeV 0 eV 11.2 cm 2.15 mCryostatVolumesTransportation - 5 -1.34 m 1.68 m 13.3 cm 50.8 MeV 0 eV 4 mm 2.16 mMotherTransportation - 6 -3.99 m 5 m 39.6 cm 50.8 MeV 0 eV 4.25 m 6.41 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=36.656 -Edep in FCAL1 FCAl2 : 0 36.656 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2629 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 129 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -73.7 mum -138 mum -368 mum 21.5 MeV 709 keV 402 mum 402 mumWAbsorberPhysicaleBrem - 2 -214 mum -362 mum -738 mum 20.5 MeV 844 keV 454 mum 856 mumWAbsorberPhysicaleBrem - 3 -215 mum -1.22 mm -2.26 mm 10.1 MeV 3.49 MeV 1.69 mm 2.55 mmWAbsorberPhysicaleBrem - 4 -1.24 mm -811 mum -2.55 mm 7.07 MeV 2.85 MeV 1.37 mm 3.92 mmWAbsorberPhysicaleBrem - 5 -1.23 mm -772 mum -2.7 mm 6.15 MeV 315 keV 160 mum 4.08 mmWAbsorberPhysicaleBrem - 6 -950 mum -1.51 mm -4.32 mm 2.6 MeV 3.55 MeV 1.93 mm 6.01 mmWAbsorberPhysicaleIoni - 7 -676 mum -1.61 mm -4.5 mm 1.7 MeV 502 keV 321 mum 6.33 mmWAbsorberPhysicaleBrem - 8 -583 mum -1.53 mm -4.49 mm 0 eV 1.7 MeV 795 mum 7.13 mmWAbsorberPhysicaleIoni - 9 -583 mum -1.53 mm -4.49 mm 0 eV 0 eV 0 fm 7.13 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -583 mum -1.53 mm -4.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 626 mum -3.64 mm -4.31 mm 176 keV 0 eV 2.43 mm 2.43 mmWAbsorberPhysicalcompt - 2 -539 mum -2.85 mm -4.51 mm 0 eV 69.5 keV 1.42 mm 3.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -539 mum -2.85 mm -4.51 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -540 mum -2.85 mm -4.51 mm 0 eV 107 keV 17.7 mum 17.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 626 mum -3.64 mm -4.31 mm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 631 mum -3.64 mm -4.31 mm 0 eV 335 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -583 mum -1.53 mm -4.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.25 mm 1.18 cm -5.63 mm 282 keV 0 eV 1.54 cm 1.54 cmWAbsorberPhysicalcompt - 2 -8.08 mm 1.19 cm -5.89 mm 0 eV 69.5 keV 350 mum 1.58 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.08 mm 1.19 cm -5.89 mm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.07 mm 1.19 cm -5.89 mm 0 eV 213 keV 52.1 mum 52.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.25 mm 1.18 cm -5.63 mm 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.25 mm 1.18 cm -5.63 mm 0 eV 229 keV 58.3 mum 58.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -676 mum -1.61 mm -4.5 mm 403 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 mm -121 mum -5.95 mm 0 eV 69.5 keV 3.18 mm 3.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 mm -121 mum -5.95 mm 334 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm -120 mum -5.96 mm 0 eV 334 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 mm -772 mum -2.7 mm 605 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 680 mum 441 mum -4.09 mm 250 keV 0 eV 2.66 mm 2.66 mmWAbsorberPhysicalcompt - 2 378 mum 489 mum -4.32 mm 0 eV 69.5 keV 381 mum 3.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 378 mum 489 mum -4.32 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 376 mum 490 mum -4.32 mm 0 eV 180 keV 40.4 mum 40.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 680 mum 441 mum -4.09 mm 356 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 688 mum 444 mum -4.09 mm 0 eV 356 keV 111 mum 111 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 mm -811 mum -2.55 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm -691 mum -2.92 mm 0 eV 69.5 keV 403 mum 403 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 mm -691 mum -2.92 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm -692 mum -2.92 mm 0 eV 102 keV 16.3 mum 16.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -215 mum -1.22 mm -2.26 mm 6.94 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.75 cm -2.4 cm -2.39 cm 6.78 MeV 0 eV 4.88 cm 4.88 cmWAbsorberPhysicalcompt - 2 -5.25 cm -3.36 cm -3.15 cm 0 eV 0 eV 1.93 cm 6.81 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 23, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.25 cm -3.36 cm -3.15 cm 3.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.34 cm -3.34 cm -3.1 cm 633 keV 2.22 MeV 1.29 mm 1.29 mmWAbsorberPhysicaleBrem - 2 -5.34 cm -3.34 cm -3.09 cm 0 eV 633 keV 242 mum 1.53 mmWAbsorberPhysicaleIoni - 3 -5.34 cm -3.34 cm -3.09 cm 0 eV 0 eV 0 fm 1.53 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.34 cm -3.34 cm -3.09 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.17 cm -3.11 cm -3.3 cm 416 keV 0 eV 3.5 mm 3.5 mmWAbsorberPhysicalcompt - 2 -4.85 cm -2.4 cm -3.27 cm 0 eV 69.5 keV 7.85 mm 1.13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.85 cm -2.4 cm -3.27 cm 347 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.85 cm -2.4 cm -3.27 cm 0 eV 347 keV 107 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.17 cm -3.11 cm -3.3 cm 94.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.17 cm -3.11 cm -3.3 cm 0 eV 94.6 keV 14.5 mum 14.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.34 cm -3.34 cm -3.09 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.44 cm -3.48 cm -2.97 cm 0 eV 69.5 keV 2.08 mm 2.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.44 cm -3.48 cm -2.97 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.44 cm -3.48 cm -2.97 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.34 cm -3.34 cm -3.1 cm 813 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.66 cm -2.79 cm -2.46 cm 0 eV 69.5 keV 1.08 cm 1.08 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.66 cm -2.79 cm -2.46 cm 744 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.66 cm -2.79 cm -2.46 cm 0 eV 744 keV 298 mum 298 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.25 cm -3.36 cm -3.15 cm 2.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.24 cm -3.34 cm -3.2 cm 219 keV 1.49 MeV 926 mum 926 mumWAbsorberPhysicaleBrem - 2 -5.24 cm -3.34 cm -3.2 cm 0 eV 219 keV 54.4 mum 981 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.24 cm -3.34 cm -3.2 cm 387 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.66 cm -3.8 cm -3.5 cm 164 keV 0 eV 6.92 mm 6.92 mmWAbsorberPhysicalcompt - 2 -5.66 cm -3.8 cm -3.49 cm 0 eV 69.5 keV 71.3 mum 6.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.66 cm -3.8 cm -3.49 cm 94.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.66 cm -3.8 cm -3.49 cm 0 eV 94.4 keV 14.5 mum 14.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.66 cm -3.8 cm -3.5 cm 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.66 cm -3.8 cm -3.5 cm 0 eV 223 keV 56 mum 56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.75 cm -2.4 cm -2.39 cm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.75 cm -2.4 cm -2.39 cm 0 eV 161 keV 33.8 mum 33.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -214 mum -362 mum -738 mum 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -238 mum -406 mum -788 mum 0 eV 69.5 keV 71.1 mum 71.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -238 mum -406 mum -788 mum 37.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -238 mum -406 mum -789 mum 0 eV 37.2 keV 3.14 mum 3.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -73.7 mum -138 mum -368 mum 11.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -909 mum -1.22 mm -3.1 mm 0 eV 0 eV 3.05 mm 3.05 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 36, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -909 mum -1.22 mm -3.1 mm 5.86 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm -381 mum -3.82 mm 0 eV 2.49 MeV 1.42 mm 1.42 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm -381 mum -3.82 mm 3.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 cm -1.17 cm -1.56 cm 2.64 MeV 0 eV 2.3 cm 2.3 cmWAbsorberPhysicalcompt - 2 2.09 cm -2.02 cm -2.02 cm 0 eV 0 eV 1.16 cm 3.45 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 41, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 cm -2.02 cm -2.02 cm 501 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 cm -2.02 cm -2.02 cm 0 eV 501 keV 176 mum 176 mumWAbsorberPhysicaleIoni - 2 2.09 cm -2.02 cm -2.02 cm 0 eV 0 eV 0 fm 176 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 cm -2.02 cm -2.02 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 cm -2.08 cm -2.07 cm 0 eV 69.5 keV 2.31 mm 2.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.87 cm -2.08 cm -2.07 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.87 cm -2.08 cm -2.07 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 cm -2.02 cm -2.02 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.61 cm -1.88 cm -1.88 cm 443 keV 0 eV 5.56 mm 5.56 mmWAbsorberPhysicalcompt - 2 2.97 cm -1.98 cm -1.67 cm 0 eV 69.5 keV 4.28 mm 9.84 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.97 cm -1.98 cm -1.67 cm 374 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 cm -1.98 cm -1.67 cm 0 eV 374 keV 119 mum 119 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.61 cm -1.88 cm -1.88 cm 67.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.61 cm -1.88 cm -1.88 cm 0 eV 67.9 keV 8.47 mum 8.47 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 cm -2.02 cm -2.02 cm 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 cm -2.02 cm -2.02 cm 0 eV 1.11 MeV 485 mum 485 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 cm -1.17 cm -1.56 cm 873 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 cm -1.17 cm -1.57 cm 0 eV 873 keV 363 mum 363 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm -381 mum -3.82 mm 880 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 mm 1.24 mm -3.06 mm 0 eV 69.5 keV 3.56 mm 3.56 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 mm 1.24 mm -3.06 mm 810 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 mm 1.28 mm -3.04 mm 9.49 keV 591 keV 257 mum 257 mumWAbsorberPhysicaleBrem - 2 1.55 mm 1.28 mm -3.04 mm 0 eV 9.49 keV 358 nm 257 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 mm 1.28 mm -3.04 mm 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.33 mm 2.49 mm -2.36 mm 0 eV 69.5 keV 1.59 mm 1.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.33 mm 2.49 mm -2.36 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.33 mm 2.49 mm -2.36 mm 0 eV 141 keV 27.5 mum 27.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -909 mum -1.22 mm -3.1 mm 4.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -940 mum -1.23 mm -3.2 mm 3.7 MeV 290 keV 104 mum 104 mumWAbsorberPhysicaleBrem - 2 -601 mum -1.06 mm -4.2 mm 1.03 MeV 2.67 MeV 1.49 mm 1.6 mmWAbsorberPhysicaleIoni - 3 -619 mum -1.07 mm -4.23 mm 0 eV 1.03 MeV 444 mum 2.04 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -940 mum -1.23 mm -3.2 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.26 mm -2.15 mm -3.64 mm 0 eV 69.5 keV 1.06 mm 1.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 mm -2.15 mm -3.64 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.26 mm -2.15 mm -3.64 mm 0 eV 120 keV 21.3 mum 21.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 24.3 cm 2.55 cm 32.9 cm 47.7 MeV 0 eV 41 cm 41 cmCuPlateAPhysicalTransportation - 2 26.2 cm 2.75 cm 35.4 cm 47.7 MeV 0 eV 3.11 cm 44.1 cmFCALEnvelopePhysicalTransportation - 3 28.2 cm 2.96 cm 38.1 cm 47.7 MeV 0 eV 3.42 cm 47.5 cmFCALEmModulePhysicalTransportation - 4 28.3 cm 2.97 cm 38.2 cm 47.7 MeV 0 eV 1.26 mm 47.6 cmLArgPhysicalTransportation - 5 75.8 cm 7.95 cm 1.02 m 47.7 MeV 0 eV 80.1 cm 1.28 mCryostatVolumesTransportation - 6 75.9 cm 7.97 cm 1.03 m 47.7 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 7 80.1 cm 8.41 cm 1.08 m 47.7 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 8 80.3 cm 8.42 cm 1.09 m 47.7 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 9 1.05 m 11 cm 1.42 m 47.7 MeV 0 eV 41.7 cm 1.77 mIronWallPhysicalTransportation - 10 1.3 m 13.6 cm 1.76 m 47.7 MeV 0 eV 42.2 cm 2.19 mMotherTransportation - 11 5 m 52.5 cm 6.76 m 47.7 MeV 0 eV 6.24 m 8.43 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 24.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -25.9 cm 6.15 cm -6.93 cm 24.2 MeV 0 eV 27.5 cm 27.5 cmF2RodPhysicalTransportation - 2 -26.1 cm 6.21 cm -7 cm 24.2 MeV 0 eV 2.71 mm 27.8 cmF2LArGapPhysicalTransportation - 3 -26.2 cm 6.22 cm -7.01 cm 24.2 MeV 0 eV 383 mum 27.8 cmCuPlateBPhysicalTransportation - 4 -29.1 cm 6.92 cm -7.8 cm 24.2 MeV 0 eV 3.14 cm 30.9 cmLArgPhysicalTransportation - 5 -1.23 m 29.2 cm -33 cm 24.2 MeV 0 eV 99.8 cm 1.31 mCryostatVolumesTransportation - 6 -1.23 m 29.3 cm -33 cm 24.2 MeV 0 eV 3.08 mm 1.31 mInsulationPhysicalTransportation - 7 -1.3 m 30.9 cm -34.8 cm 24.2 MeV 0 eV 7.18 cm 1.38 mCryostatVolumesTransportation - 8 -1.3 m 31 cm -34.9 cm 24.2 MeV 0 eV 2.56 mm 1.39 mMotherTransportation - 9 -5 m 1.19 m -1.34 m 24.2 MeV 0 eV 3.93 m 5.31 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=34.2655 -Edep in FCAL1 FCAl2 : 0 34.2655 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2630 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 130 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 118 mum -1.11 mm -179 mum 24.7 MeV 2.67 MeV 1.14 mm 1.14 mmWAbsorberPhysicaleBrem - 2 1.22 mm -3.22 mm -331 mum 19.5 MeV 4.66 MeV 2.28 mm 3.43 mmWAbsorberPhysicaleBrem - 3 1.23 mm -3.27 mm -314 mum 18.9 MeV 75.6 keV 47.2 mum 3.47 mmWAbsorberPhysicaleBrem - 4 1.33 mm -3.58 mm -222 mum 10.8 MeV 1.5 MeV 342 mum 3.81 mmWAbsorberPhysicaleBrem - 5 1.28 mm -4.07 mm 49.4 mum 9.39 MeV 1.29 MeV 628 mum 4.44 mmWAbsorberPhysicaleBrem - 6 510 mum -4.91 mm 835 mum 6.58 MeV 2.37 MeV 1.38 mm 5.82 mmWAbsorberPhysicaleBrem - 7 38.4 mum -4.09 mm 1.19 mm 4.64 MeV 1.59 MeV 948 mum 6.77 mmWAbsorberPhysicaleBrem - 8 -187 mum -4.15 mm 1.27 mm 3.42 MeV 936 keV 249 mum 7.02 mmWAbsorberPhysicaleBrem - 9 -353 mum -3.09 mm 1.31 mm 437 keV 2.01 MeV 1.34 mm 8.36 mmWAbsorberPhysicaleBrem - 10 -340 mum -3.09 mm 1.32 mm 0 eV 437 keV 146 mum 8.51 mmWAbsorberPhysicaleIoni - 11 -340 mum -3.09 mm 1.32 mm 0 eV 0 eV 0 fm 8.51 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -340 mum -3.09 mm 1.32 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -977 mum -4.27 mm 2.93 mm 387 keV 0 eV 2.1 mm 2.1 mmWAbsorberPhysicalcompt - 2 1.11 mm -7.22 mm 5.49 mm 0 eV 69.5 keV 4.43 mm 6.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 mm -7.22 mm 5.49 mm 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 mm -7.23 mm 5.49 mm 0 eV 317 keV 94.1 mum 94.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -977 mum -4.27 mm 2.93 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -979 mum -4.27 mm 2.93 mm 0 eV 124 keV 22.5 mum 22.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -340 mum -3.09 mm 1.32 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 mm 157 mum -3.1 mm 0 eV 69.5 keV 5.75 mm 5.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm 157 mum -3.1 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 mm 160 mum -3.11 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -353 mum -3.09 mm 1.31 mm 974 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 mm -2.11 mm 2.47 mm 507 keV 0 eV 2.38 mm 2.38 mmWAbsorberPhysicalcompt - 2 2.94 mm 3.5 mm 1.63 mm 0 eV 69.5 keV 5.86 mm 8.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 mm 3.5 mm 1.63 mm 437 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.94 mm 3.51 mm 1.62 mm 0 eV 437 keV 148 mum 148 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 mm -2.11 mm 2.47 mm 467 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 mm -2.11 mm 2.47 mm 0 eV 467 keV 162 mum 162 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -187 mum -4.15 mm 1.27 mm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 mm -3.42 mm -9.57 mum 0 eV 69.5 keV 1.85 mm 1.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mm -3.42 mm -9.57 mum 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 mm -3.42 mm -10.9 mum 0 eV 216 keV 53.5 mum 53.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 38.4 mum -4.09 mm 1.19 mm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -404 mum -4.16 mm 1.47 mm 254 keV 0 eV 529 mum 529 mumWAbsorberPhysicalcompt - 2 -412 mum -3.95 mm 2.87 mm 220 keV 0 eV 1.41 mm 1.94 mmWAbsorberPhysicalcompt - 3 -96.3 mum -4.17 mm 3.31 mm 0 eV 69.5 keV 588 mum 2.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -96.3 mum -4.17 mm 3.31 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -96.2 mum -4.17 mm 3.31 mm 0 eV 151 keV 30.5 mum 30.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -412 mum -3.95 mm 2.87 mm 33.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -412 mum -3.95 mm 2.87 mm 0 eV 33.9 keV 2.7 mum 2.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -404 mum -4.16 mm 1.47 mm 81.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -405 mum -4.16 mm 1.47 mm 0 eV 81.4 keV 11.3 mum 11.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 510 mum -4.91 mm 835 mum 444 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 471 mum -4.59 mm 784 mum 263 keV 0 eV 327 mum 327 mumWAbsorberPhysicalcompt - 2 7.78 mm -2.27 mm -667 mum 0 eV 69.5 keV 7.8 mm 8.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.78 mm -2.27 mm -667 mum 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.78 mm -2.28 mm -665 mum 0 eV 193 keV 45 mum 45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 471 mum -4.59 mm 784 mum 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 469 mum -4.59 mm 784 mum 0 eV 181 keV 40.9 mum 40.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -4.07 mm 49.4 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm -4.27 mm 31.6 mum 0 eV 69.5 keV 228 mum 228 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 mm -4.27 mm 31.6 mum 85.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm -4.27 mm 31.4 mum 0 eV 85.8 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 mm -3.58 mm -222 mum 6.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm -3.92 mm 39.8 mum 3.41 MeV 0 eV 443 mum 443 mumWAbsorberPhysicalcompt - 2 5.3 mm -8.59 mm 2.71 mm 1.09 MeV 0 eV 6.62 mm 7.07 mmWAbsorberPhysicalcompt - 3 5.43 mm -8.8 mm 2.6 mm 0 eV 69.5 keV 261 mum 7.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.43 mm -8.8 mm 2.6 mm 1.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.46 mm -8.8 mm 2.57 mm 0 eV 1.02 MeV 438 mum 438 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.3 mm -8.59 mm 2.71 mm 2.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.38 mm -8.67 mm 2.79 mm 0 eV 2.32 MeV 1.08 mm 1.08 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm -3.92 mm 39.8 mum 3.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 mm -3.96 mm 181 mum 1.12 MeV 237 keV 163 mum 163 mumWAbsorberPhysicaleBrem - 2 1.47 mm -3.99 mm 174 mum 0 eV 1.12 MeV 490 mum 653 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 mm -3.96 mm 181 mum 1.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 cm -2.34 cm -1.17 cm 0 eV 0 eV 3.08 cm 3.08 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 cm -2.34 cm -1.17 cm 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 cm -2.34 cm -1.17 cm 0 eV 199 keV 44.7 mum 44.7 mumWAbsorberPhysicaleIoni - 2 2.21 cm -2.34 cm -1.17 cm 0 eV 0 eV 0 fm 44.7 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 cm -2.34 cm -1.17 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 cm -2.37 cm -1.22 cm 0 eV 69.5 keV 719 mum 719 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.27 cm -2.37 cm -1.22 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 cm -2.37 cm -1.22 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 cm -2.34 cm -1.17 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.95 cm -2.21 cm -9.38 mm 330 keV 0 eV 3.77 mm 3.77 mmWAbsorberPhysicalcompt - 2 1.98 cm -2.09 cm -8.69 mm 270 keV 0 eV 1.41 mm 5.17 mmWAbsorberPhysicalcompt - 3 1.98 cm -2.09 cm -8.55 mm 151 keV 0 eV 145 mum 5.32 mmWAbsorberPhysicalcompt - 4 2.02 cm -2.09 cm -8.96 mm 0 eV 69.5 keV 572 mum 5.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 cm -2.09 cm -8.96 mm 81.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.02 cm -2.09 cm -8.96 mm 0 eV 81.2 keV 11.3 mum 11.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 cm -2.09 cm -8.55 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 cm -2.09 cm -8.55 mm 0 eV 119 keV 21 mum 21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 cm -2.09 cm -8.69 mm 60.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 cm -2.09 cm -8.69 mm 0 eV 60.2 keV 6.93 mum 6.93 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 cm -2.21 cm -9.38 mm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.95 cm -2.21 cm -9.38 mm 0 eV 181 keV 40.7 mum 40.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 cm -2.34 cm -1.17 cm 535 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 cm -2.34 cm -1.17 cm 0 eV 535 keV 195 mum 195 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 mm -3.27 mm -314 mum 566 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.82 mm -7.65 mm 1.5 mm 0 eV 69.5 keV 5 mm 5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.82 mm -7.65 mm 1.5 mm 496 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.81 mm -7.65 mm 1.51 mm 0 eV 496 keV 176 mum 176 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 mm -3.22 mm -331 mum 546 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.15 mm -7.05 mm 1.14 mm 470 keV 0 eV 4.2 mm 4.2 mmWAbsorberPhysicalcompt - 2 4.3 mm -1.18 cm 7.67 mm 0 eV 69.5 keV 8.39 mm 1.26 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.3 mm -1.18 cm 7.67 mm 400 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.3 mm -1.18 cm 7.68 mm 0 eV 400 keV 131 mum 131 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.15 mm -7.05 mm 1.14 mm 75.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.15 mm -7.05 mm 1.13 mm 0 eV 75.9 keV 10.1 mum 10.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 118 mum -1.11 mm -179 mum 7.83 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 347 mum -3.44 mm -102 mum 0 eV 0 eV 2.34 mm 2.34 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 45, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 347 mum -3.44 mm -102 mum 4.97 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 343 mum -3.54 mm -145 mum 2.21 MeV 186 keV 116 mum 116 mumWAbsorberPhysicaleBrem - 2 335 mum -3.83 mm -446 mum 960 keV 1.13 MeV 555 mum 671 mumWAbsorberPhysicaleBrem - 3 364 mum -3.87 mm -438 mum 0 eV 960 keV 411 mum 1.08 mmWAbsorberPhysicaleIoni - 4 364 mum -3.87 mm -438 mum 0 eV 0 eV 0 fm 1.08 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 364 mum -3.87 mm -438 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm -5.33 mm 1.29 mum 341 keV 0 eV 1.76 mm 1.76 mmWAbsorberPhysicalcompt - 2 3.65 mm -6.46 mm -1.97 mm 0 eV 69.5 keV 3.31 mm 5.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.65 mm -6.46 mm -1.97 mm 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.66 mm -6.46 mm -1.98 mm 0 eV 271 keV 75.1 mum 75.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm -5.33 mm 1.29 mum 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm -5.33 mm 3.34 mum 0 eV 170 keV 37 mum 37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 364 mum -3.87 mm -438 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -347 mum -2.71 mm -789 mum 0 eV 69.5 keV 1.41 mm 1.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -347 mum -2.71 mm -789 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -351 mum -2.7 mm -789 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 335 mum -3.83 mm -446 mum 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 281 mum -4.09 mm -21.4 mum 0 eV 69.5 keV 498 mum 498 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 281 mum -4.09 mm -21.4 mum 52 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 281 mum -4.09 mm -21 mum 0 eV 52 keV 5.45 mum 5.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 343 mum -3.54 mm -145 mum 2.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 414 mum -3.64 mm -183 mum 2.46 MeV 0 eV 125 mum 125 mumWAbsorberPhysicalcompt - 2 9.31 mm -1.28 cm -3.7 mm 1.52 MeV 0 eV 1.32 cm 1.34 cmWAbsorberPhysicalcompt - 3 1.23 cm -1.36 cm -4.9 mm 0 eV 69.5 keV 3.36 mm 1.67 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm -1.36 cm -4.9 mm 1.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 cm -1.38 cm -4.79 mm 218 keV 731 keV 302 mum 302 mumWAbsorberPhysicaleBrem - 2 1.24 cm -1.38 cm -4.8 mm 0 eV 218 keV 54.1 mum 356 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.24 cm -1.38 cm -4.79 mm 506 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 cm -1.56 cm -2.1 cm 0 eV 69.5 keV 1.7 cm 1.7 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 cm -1.56 cm -2.1 cm 437 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 cm -1.56 cm -2.1 cm 0 eV 437 keV 148 mum 148 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.31 mm -1.28 cm -3.7 mm 933 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.32 mm -1.28 cm -3.7 mm 0 eV 933 keV 394 mum 394 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 414 mum -3.64 mm -183 mum 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 413 mum -3.64 mm -184 mum 0 eV 120 keV 21.3 mum 21.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 347 mum -3.44 mm -102 mum 1.83 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 424 mum -3.46 mm 37.6 mum 1.1 MeV 354 keV 215 mum 215 mumWAbsorberPhysicaleBrem - 2 452 mum -3.44 mm 9.58 mum 0 eV 1.1 MeV 476 mum 691 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 424 mum -3.46 mm 37.6 mum 382 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 425 mum -3.41 mm -38.7 mum 0 eV 69.5 keV 90.7 mum 90.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 425 mum -3.41 mm -38.7 mum 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 421 mum -3.41 mm -43.3 mum 0 eV 313 keV 92.3 mum 92.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 24.3 cm 10.2 cm 11 cm 32.4 MeV 0 eV 28.6 cm 28.6 cmF2TroffMainPhysicalTransportation - 2 25.5 cm 10.7 cm 11.5 cm 32.4 MeV 0 eV 1.31 cm 29.9 cmLArgPhysicalTransportation - 3 1.16 m 48.7 cm 52.6 cm 32.4 MeV 0 eV 1.07 m 1.36 mCryostatVolumesTransportation - 4 1.16 m 48.8 cm 52.7 cm 32.4 MeV 0 eV 3.21 mm 1.37 mInsulationPhysicalTransportation - 5 1.23 m 51.5 cm 55.6 cm 32.4 MeV 0 eV 7.49 cm 1.44 mCryostatVolumesTransportation - 6 1.23 m 51.6 cm 55.7 cm 32.4 MeV 0 eV 2.68 mm 1.45 mMotherTransportation - 7 5 m 2.1 m 2.26 m 32.4 MeV 0 eV 4.43 m 5.88 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -16.3 cm 14.6 cm -6.42 cm 37.5 MeV 0 eV 22.8 cm 22.8 cmLArgPhysicalTransportation - 2 -1.08 m 97.5 cm -42.8 cm 37.5 MeV 0 eV 1.29 m 1.52 mCryostatVolumesTransportation - 3 -1.19 m 1.07 m -46.9 cm 37.5 MeV 0 eV 14.5 cm 1.67 mInsulationPhysicalTransportation - 4 -1.25 m 1.13 m -49.4 cm 37.5 MeV 0 eV 9.12 cm 1.76 mCryostatVolumesTransportation - 5 -1.26 m 1.13 m -49.5 cm 37.5 MeV 0 eV 3.26 mm 1.76 mMotherTransportation - 6 -5 m 4.49 m -1.97 m 37.5 MeV 0 eV 5.25 m 7.01 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=36.2197 -Edep in FCAL1 FCAl2 : 0 36.2197 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2631 0 0 0 --------------------------------------------- - ----> Begin of event: 131 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 131 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -151 mum -20.1 mum 94.9 mum 20.8 MeV 304 keV 180 mum 180 mumWAbsorberPhysicaleBrem - 2 -365 mum -47.1 mum 267 mum 18.8 MeV 1.08 MeV 279 mum 458 mumWAbsorberPhysicaleBrem - 3 -1.48 mm -580 mum 475 mum 9.35 MeV 2.5 MeV 1.35 mm 1.81 mmWAbsorberPhysicaleBrem - 4 -1.48 mm -482 mum 1.09 mm 7.52 MeV 1.64 MeV 673 mum 2.49 mmWAbsorberPhysicaleBrem - 5 -1.47 mm -430 mum 1.11 mm 6.51 MeV 121 keV 61.8 mum 2.55 mmWAbsorberPhysicaleBrem - 6 -467 mum 487 mum 1.08 mm 3.54 MeV 2.44 MeV 1.34 mm 3.89 mmWAbsorberPhysicaleBrem - 7 -366 mum 506 mum 1.16 mm 2.68 MeV 225 keV 150 mum 4.04 mmWAbsorberPhysicaleBrem - 8 -520 mum 548 mum 1.33 mm 0 eV 2.68 MeV 1.24 mm 5.29 mmWAbsorberPhysicaleIoni - 9 -520 mum 548 mum 1.33 mm 0 eV 0 eV 0 fm 5.29 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -520 mum 548 mum 1.33 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -779 mum 435 mum 1.69 mm 459 keV 0 eV 457 mum 457 mumWAbsorberPhysicalcompt - 2 -2.86 mm -595 mum 2.74 mm 290 keV 0 eV 2.55 mm 3.01 mmWAbsorberPhysicalcompt - 3 -2.88 mm -560 mum 2.79 mm 0 eV 69.5 keV 62 mum 3.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.88 mm -560 mum 2.79 mm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.88 mm -558 mum 2.79 mm 0 eV 221 keV 55.1 mum 55.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.86 mm -595 mum 2.74 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.86 mm -597 mum 2.74 mm 0 eV 169 keV 36.6 mum 36.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -779 mum 435 mum 1.69 mm 51.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -779 mum 436 mum 1.69 mm 0 eV 51.9 keV 5.43 mum 5.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -520 mum 548 mum 1.33 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm 1.65 mm -2.18 mm 391 keV 0 eV 4.46 mm 4.46 mmWAbsorberPhysicalcompt - 2 3.2 mm 3.58 mm -2.79 mm 327 keV 0 eV 2.35 mm 6.81 mmWAbsorberPhysicalcompt - 3 6.03 mm 6.62 mm -811 mum 0 eV 69.5 keV 4.61 mm 1.14 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.03 mm 6.62 mm -811 mum 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.03 mm 6.63 mm -810 mum 0 eV 258 keV 69.4 mum 69.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.2 mm 3.58 mm -2.79 mm 64.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.2 mm 3.58 mm -2.79 mm 0 eV 64.2 keV 7.69 mum 7.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 mm 1.65 mm -2.18 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm 1.65 mm -2.18 mm 0 eV 120 keV 21.2 mum 21.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -366 mum 506 mum 1.16 mm 628 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 mm 76.3 mum 1.58 mm 0 eV 69.5 keV 950 mum 950 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 mm 76.3 mum 1.58 mm 559 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 mm 62.3 mum 1.58 mm 0 eV 559 keV 207 mum 207 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -467 mum 487 mum 1.08 mm 537 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm 1.81 mm 1.8 mm 333 keV 0 eV 2.49 mm 2.49 mmWAbsorberPhysicalcompt - 2 1.4 mm 3.2 mm 1.62 mm 0 eV 69.5 keV 1.41 mm 3.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm 3.2 mm 1.62 mm 263 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 mm 3.2 mm 1.62 mm 0 eV 263 keV 71.7 mum 71.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm 1.81 mm 1.8 mm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm 1.8 mm 1.79 mm 24.1 keV 180 keV 24.4 mum 24.4 mumWAbsorberPhysicaleBrem - 2 1.53 mm 1.8 mm 1.79 mm 0 eV 24.1 keV 1.55 mum 26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 mm -430 mum 1.11 mm 882 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 mm 1.37 mm 1.99 mm 442 keV 0 eV 2.02 mm 2.02 mmWAbsorberPhysicalcompt - 2 -2.14 mm 1.76 mm 2.61 mm 185 keV 0 eV 1.18 mm 3.2 mmWAbsorberPhysicalcompt - 3 -2.16 mm 1.11 mm 1.59 mm 0 eV 69.5 keV 1.21 mm 4.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 mm 1.11 mm 1.59 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.16 mm 1.11 mm 1.59 mm 0 eV 116 keV 20.1 mum 20.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 mm 1.76 mm 2.61 mm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.14 mm 1.76 mm 2.61 mm 0 eV 257 keV 69.1 mum 69.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 mm 1.37 mm 1.99 mm 440 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 mm 1.38 mm 1.99 mm 0 eV 440 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm -482 mum 1.09 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm -217 mum 1.3 mm 0 eV 69.5 keV 344 mum 344 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm -217 mum 1.3 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm -217 mum 1.3 mm 0 eV 115 keV 19.9 mum 19.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm -580 mum 475 mum 6.97 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 mm -577 mum 484 mum 0 eV 0 eV 10.1 mum 10.1 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm -577 mum 484 mum 2.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 mm -755 mum 1.11 mm 344 keV 1.78 MeV 1.01 mm 1.01 mmWAbsorberPhysicaleIoni - 2 -1.19 mm -759 mum 1.1 mm 0 eV 344 keV 104 mum 1.12 mmWAbsorberPhysicaleIoni - 3 -1.19 mm -759 mum 1.1 mm 0 eV 0 eV 0 fm 1.12 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 mm -759 mum 1.1 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.23 mm -4.77 mm -3.35 mm 0 eV 69.5 keV 6.9 mm 6.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.23 mm -4.77 mm -3.35 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.24 mm -4.78 mm -3.36 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 mm -759 mum 1.1 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.7 mm 4.53 mm 6.95 mm 451 keV 0 eV 9.08 mm 9.08 mmWAbsorberPhysicalcompt - 2 -5.76 mm 7.14 mm 9.14 mm 0 eV 69.5 keV 3.41 mm 1.25 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.76 mm 7.14 mm 9.14 mm 382 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.75 mm 7.14 mm 9.15 mm 0 eV 382 keV 123 mum 123 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.7 mm 4.53 mm 6.95 mm 59.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.7 mm 4.53 mm 6.95 mm 0 eV 59.7 keV 6.84 mum 6.84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm -577 mum 484 mum 3.82 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 mm -395 mum 648 mum 2.14 MeV 991 keV 609 mum 609 mumWAbsorberPhysicaleBrem - 2 -1.99 mm -166 mum 570 mum 1.22 MeV 614 keV 356 mum 965 mumWAbsorberPhysicaleBrem - 3 -1.97 mm -134 mum 539 mum 0 eV 1.22 MeV 538 mum 1.5 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 mm -166 mum 570 mum 305 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.84 mm 407 mum 277 mum 0 eV 69.5 keV 661 mum 661 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.84 mm 407 mum 277 mum 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.84 mm 410 mum 275 mum 0 eV 236 keV 60.9 mum 60.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 mm -395 mum 648 mum 692 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.28 mm 1.06 cm 8.79 mm 633 keV 0 eV 1.43 cm 1.43 cmWAbsorberPhysicalcompt - 2 -1.04 cm 1.43 cm 1.35 cm 534 keV 0 eV 7.27 mm 2.16 cmWAbsorberPhysicalcompt - 3 -1.56 cm 1.57 cm 1.53 cm 379 keV 0 eV 5.67 mm 2.73 cmWAbsorberPhysicalcompt - 4 -1.94 cm 1.65 cm 1.27 cm 0 eV 69.5 keV 4.72 mm 3.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 cm 1.65 cm 1.27 cm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 cm 1.65 cm 1.27 cm 0 eV 310 keV 91.1 mum 91.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 cm 1.57 cm 1.53 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.56 cm 1.57 cm 1.53 cm 0 eV 155 keV 31.8 mum 31.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm 1.43 cm 1.35 cm 98.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm 1.43 cm 1.35 cm 0 eV 98.6 keV 15.5 mum 15.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.28 mm 1.06 cm 8.79 mm 59.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.28 mm 1.06 cm 8.79 mm 0 eV 59.6 keV 6.82 mum 6.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -365 mum -47.1 mum 267 mum 960 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.68 cm -1.24 cm 2.33 cm 389 keV 0 eV 4.48 cm 4.48 cmWAbsorberPhysicalcompt - 2 -3.68 cm -1.3 cm 2.32 cm 173 keV 0 eV 585 mum 4.54 cmWAbsorberPhysicalcompt - 3 -3.65 cm -1.28 cm 2.33 cm 0 eV 69.5 keV 385 mum 4.58 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.65 cm -1.28 cm 2.33 cm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.65 cm -1.28 cm 2.33 cm 0 eV 103 keV 16.8 mum 16.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.68 cm -1.3 cm 2.32 cm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.68 cm -1.3 cm 2.31 cm 0 eV 216 keV 53.4 mum 53.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.68 cm -1.24 cm 2.33 cm 571 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.68 cm -1.24 cm 2.33 cm 0 eV 571 keV 212 mum 212 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -151 mum -20.1 mum 94.9 mum 23.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.46 mm -375 mum 2.12 mm 0 eV 0 eV 3.9 mm 3.9 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 45, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.46 mm -375 mum 2.12 mm 4.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.61 mm -310 mum 2.18 mm 2.87 MeV 537 keV 173 mum 173 mumWAbsorberPhysicaleBrem - 2 -3.49 mm 27.7 mum 2.29 mm 2.01 MeV 751 keV 452 mum 625 mumWAbsorberPhysicaleBrem - 3 -3.58 mm 146 mum 2.28 mm 0 eV 2.01 MeV 954 mum 1.58 mmWAbsorberPhysicaleIoni - 4 -3.58 mm 146 mum 2.28 mm 0 eV 0 eV 0 fm 1.58 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.58 mm 146 mum 2.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.56 mm -242 mum 2.47 mm 0 eV 69.5 keV 432 mum 432 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.56 mm -242 mum 2.47 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.55 mm -252 mum 2.47 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.58 mm 146 mum 2.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.69 mm 1.95 mm 1.4 mm 0 eV 69.5 keV 2.01 mm 2.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.69 mm 1.95 mm 1.4 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.69 mm 1.96 mm 1.39 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.49 mm 27.7 mum 2.29 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.64 mm 200 mum 2.27 mm 0 eV 69.5 keV 227 mum 227 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.64 mm 200 mum 2.27 mm 41.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.64 mm 200 mum 2.27 mm 0 eV 41.1 keV 3.7 mum 3.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.61 mm -310 mum 2.18 mm 930 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.08 mm 4.74 mm 1.24 cm 240 keV 0 eV 1.26 cm 1.26 cmWAbsorberPhysicalcompt - 2 -7.79 mm 4.52 mm 1.22 cm 0 eV 69.5 keV 1.33 mm 1.4 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.79 mm 4.52 mm 1.22 cm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.78 mm 4.52 mm 1.22 cm 0 eV 170 keV 36.9 mum 36.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.08 mm 4.74 mm 1.24 cm 690 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.1 mm 4.77 mm 1.24 cm 269 keV 75.2 keV 37.6 mum 37.6 mumWAbsorberPhysicaleBrem - 2 -9.1 mm 4.76 mm 1.24 cm 0 eV 269 keV 74.1 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.1 mm 4.77 mm 1.24 cm 346 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm 2.23 mm 1.51 cm 0 eV 69.5 keV 4.05 mm 4.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm 2.23 mm 1.51 cm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm 2.23 mm 1.51 cm 0 eV 277 keV 77.4 mum 77.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.46 mm -375 mum 2.12 mm 17.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.72 mm -409 mum 2.37 mm 15.5 MeV 652 keV 380 mum 380 mumWAbsorberPhysicaleBrem - 2 -4.32 mm -133 mum 2.79 mm 8.74 MeV 3.17 MeV 778 mum 1.16 mmWAbsorberPhysicaleBrem - 3 -4.39 mm -157 mum 2.98 mm 6.08 MeV 385 keV 202 mum 1.36 mmWAbsorberPhysicaleBrem - 4 -4.45 mm -117 mum 3.04 mm 5.79 MeV 165 keV 96 mum 1.46 mmWAbsorberPhysicaleBrem - 5 -4.43 mm 751 nm 3.51 mm 4.41 MeV 1.24 MeV 629 mum 2.09 mmWAbsorberPhysicaleBrem - 6 -4.66 mm 115 mum 4.15 mm 2.2 MeV 1.6 MeV 840 mum 2.93 mmWAbsorberPhysicaleBrem - 7 -4.68 mm -221 mum 4.09 mm 1.16 MeV 825 keV 505 mum 3.43 mmWAbsorberPhysicaleBrem - 8 -4.83 mm -206 mum 4.04 mm 435 keV 563 keV 288 mum 3.72 mmWAbsorberPhysicaleBrem - 9 -4.83 mm -213 mum 4.05 mm 0 eV 435 keV 147 mum 3.87 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.83 mm -206 mum 4.04 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.83 mm -143 mum 4.15 mm 0 eV 69.5 keV 129 mum 129 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.83 mm -143 mum 4.15 mm 92.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.83 mm -143 mum 4.15 mm 0 eV 92.7 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.68 mm -221 mum 4.09 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.5 mm 2.06 mm 3.79 mm 0 eV 69.5 keV 2.44 mm 2.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.5 mm 2.06 mm 3.79 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.5 mm 2.06 mm 3.79 mm 0 eV 151 keV 30.6 mum 30.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.66 mm 115 mum 4.15 mm 605 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.04 mm -3.82 mm 463 mum 0 eV 69.5 keV 1.02 cm 1.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.04 mm -3.82 mm 463 mum 535 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.05 mm -3.81 mm 459 mum 0 eV 535 keV 195 mum 195 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.43 mm 751 nm 3.51 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.44 mm -14 mum 3.51 mm 0 eV 69.5 keV 17.8 mum 17.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.44 mm -14 mum 3.51 mm 68.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.44 mm -13.8 mum 3.51 mm 0 eV 68.5 keV 8.59 mum 8.59 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.45 mm -117 mum 3.04 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.74 mm -60 mum 3.22 mm 0 eV 69.5 keV 349 mum 349 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.74 mm -60 mum 3.22 mm 48.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.74 mm -60 mum 3.22 mm 0 eV 48.6 keV 4.87 mum 4.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.39 mm -157 mum 2.98 mm 2.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.31 mm 778 mum 6.2 mm 738 keV 0 eV 4.44 mm 4.44 mmWAbsorberPhysicalcompt - 2 -7.19 mm 1.59 mm 6.82 mm 402 keV 0 eV 1.03 mm 5.47 mmWAbsorberPhysicalcompt - 3 -418 mum 6.51 mm 5.13 mm 298 keV 0 eV 8.55 mm 1.4 cmWAbsorberPhysicalcompt - 4 -427 mum 7.21 mm 4.5 mm 0 eV 69.5 keV 937 mum 1.5 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -427 mum 7.21 mm 4.5 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -430 mum 7.21 mm 4.5 mm 0 eV 228 keV 57.9 mum 57.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -418 mum 6.51 mm 5.13 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -417 mum 6.51 mm 5.13 mm 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.19 mm 1.59 mm 6.82 mm 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.2 mm 1.59 mm 6.83 mm 0 eV 336 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.31 mm 778 mum 6.2 mm 1.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.37 mm 774 mum 6.25 mm 0 eV 1.55 MeV 704 mum 704 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.32 mm -133 mum 2.79 mm 3.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.8 mm -25.8 mum 5.16 mm 0 eV 0 eV 2.79 mm 2.79 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 75, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.8 mm -25.8 mum 5.16 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.8 mm -24.6 mum 5.16 mm 0 eV 165 keV 33.3 mum 33.3 mumWAbsorberPhysicaleIoni - 2 -5.8 mm -24.6 mum 5.16 mm 0 eV 0 eV 0 fm 33.3 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.8 mm -24.6 mum 5.16 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 mm 6.71 mm 1.32 mm 308 keV 0 eV 1.05 cm 1.05 cmWAbsorberPhysicalcompt - 2 1.25 mm 6.65 mm 847 mum 0 eV 69.5 keV 476 mum 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 mm 6.65 mm 847 mum 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 mm 6.65 mm 846 mum 0 eV 239 keV 62 mum 62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 mm 6.71 mm 1.32 mm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 mm 6.71 mm 1.32 mm 0 eV 203 keV 48.3 mum 48.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.8 mm -24.6 mum 5.16 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.94 mm -1.12 mm 5.79 mm 0 eV 69.5 keV 1.7 mm 1.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.94 mm -1.12 mm 5.79 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.95 mm -1.13 mm 5.79 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.8 mm -25.8 mum 5.16 mm 2.44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.47 mm -149 mum 5.01 mm 50.8 keV 1.97 MeV 1.12 mm 1.12 mmWAbsorberPhysicaleBrem - 2 -6.47 mm -149 mum 5.01 mm 0 eV 50.8 keV 5.23 mum 1.12 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.47 mm -149 mum 5.01 mm 422 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.41 mm -837 mum 6.52 mm 0 eV 69.5 keV 1.91 mm 1.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.41 mm -837 mum 6.52 mm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.42 mm -840 mum 6.52 mm 0 eV 353 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.72 mm -409 mum 2.37 mm 1.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 cm 2.19 mm 1.92 cm 1.47 MeV 0 eV 2.41 cm 2.41 cmWAbsorberPhysicalcompt - 2 -2.72 cm 4.39 mm 2.45 cm 277 keV 0 eV 8.63 mm 3.27 cmWAbsorberPhysicalcompt - 3 -2.57 cm 3.44 mm 2.51 cm 0 eV 69.5 keV 1.87 mm 3.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 cm 3.44 mm 2.51 cm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 cm 3.44 mm 2.51 cm 0 eV 208 keV 50.2 mum 50.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.72 cm 4.39 mm 2.45 cm 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.72 cm 4.4 mm 2.45 cm 0 eV 1.19 MeV 526 mum 526 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 cm 2.19 mm 1.92 cm 67.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 cm 2.19 mm 1.92 cm 0 eV 67.3 keV 8.34 mum 8.34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 8.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -24.5 cm -1.84 cm 16.8 cm 8.1 MeV 0 eV 29.8 cm 29.8 cmFCALEnvelopePhysicalTransportation - 2 -25.3 cm -1.9 cm 17.4 cm 8.1 MeV 0 eV 9.51 mm 30.8 cmLArgPhysicalTransportation - 3 -1.05 m -7.9 cm 72.1 cm 8.1 MeV 0 eV 96.9 cm 1.28 mCryostatVolumesTransportation - 4 -1.05 m -7.92 cm 72.3 cm 8.1 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 5 -1.11 m -8.35 cm 76.3 cm 8.1 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 6 -1.11 m -8.37 cm 76.4 cm 8.1 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 7 -5 m -37.6 cm 3.43 m 8.1 MeV 0 eV 4.72 m 6.08 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 11.6 cm 1.45 cm -6.7 cm 52.8 MeV 0 eV 13.5 cm 13.5 cmCuPlateBPhysicalTransportation - 2 16 cm 2 cm -9.23 cm 52.8 MeV 0 eV 5.1 cm 18.6 cmLArgPhysicalTransportation - 3 20.1 cm 2.51 cm -11.6 cm 52.8 MeV 0 eV 4.75 cm 23.4 cmBackExcluderTransportation - 4 41 cm 5.1 cm -23.6 cm 52.8 MeV 0 eV 24.2 cm 47.6 cmLArgPhysicalTransportation - 5 1.1 m 13.7 cm -63.5 cm 52.8 MeV 0 eV 80.6 cm 1.28 mCryostatVolumesTransportation - 6 1.11 m 13.8 cm -63.7 cm 52.8 MeV 0 eV 3.02 mm 1.28 mInsulationPhysicalTransportation - 7 1.17 m 14.5 cm -67.2 cm 52.8 MeV 0 eV 7.04 cm 1.36 mCryostatVolumesTransportation - 8 1.17 m 14.6 cm -67.3 cm 52.8 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 9 5 m 62.2 cm -2.88 m 52.8 MeV 0 eV 4.44 m 5.8 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=45.2586 -Edep in FCAL1 FCAl2 : 0 45.2586 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2632 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 132 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -261 mum 171 mum 406 mum 5.34 MeV 832 keV 523 mum 523 mumWAbsorberPhysicaleBrem - 2 -935 mum 477 mum 271 mum 1.67 MeV 1.76 MeV 929 mum 1.45 mmWAbsorberPhysicaleBrem - 3 -745 mum 562 mum 308 mum 865 keV 554 keV 278 mum 1.73 mmWAbsorberPhysicaleBrem - 4 -733 mum 542 mum 203 mum 408 keV 252 keV 159 mum 1.89 mmWAbsorberPhysicaleBrem - 5 -720 mum 545 mum 210 mum 0 eV 408 keV 132 mum 2.02 mmWAbsorberPhysicaleIoni - 6 -720 mum 545 mum 210 mum 0 eV 0 eV 0 fm 2.02 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -720 mum 545 mum 210 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 mm 275 mum 115 mum 0 eV 69.5 keV 569 mum 569 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 mm 275 mum 115 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.22 mm 276 mum 118 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -720 mum 545 mum 210 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.94 mm 3.65 mm 1.3 mm 401 keV 0 eV 6.54 mm 6.54 mmWAbsorberPhysicalcompt - 2 5.03 mm 3.9 mm 1.45 mm 396 keV 0 eV 304 mum 6.85 mmWAbsorberPhysicalcompt - 3 5.13 mm 4.66 mm 1.87 mm 0 eV 69.5 keV 873 mum 7.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.13 mm 4.66 mm 1.87 mm 326 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.12 mm 4.66 mm 1.87 mm 0 eV 326 keV 98.1 mum 98.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.03 mm 3.9 mm 1.45 mm 5.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.03 mm 3.9 mm 1.45 mm 0 eV 5.4 keV 157 nm 157 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.94 mm 3.65 mm 1.3 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.94 mm 3.65 mm 1.3 mm 0 eV 110 keV 18.5 mum 18.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -733 mum 542 mum 203 mum 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 953 mum 1.55 mm 1.22 mm 189 keV 0 eV 2.21 mm 2.21 mmWAbsorberPhysicalcompt - 2 1.02 mm 1.55 mm 1.23 mm 0 eV 69.5 keV 70 mum 2.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 mm 1.55 mm 1.23 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 mm 1.55 mm 1.22 mm 0 eV 119 keV 21.1 mum 21.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 953 mum 1.55 mm 1.22 mm 16.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 953 mum 1.55 mm 1.22 mm 0 eV 16.4 keV 835 nm 835 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -745 mum 562 mum 308 mum 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 136 mum 2.32 mm -3.16 mm 0 eV 69.5 keV 3.99 mm 3.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 136 mum 2.32 mm -3.16 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 145 mum 2.32 mm -3.15 mm 86.8 keV 98.1 keV 36.6 mum 36.6 mumWAbsorberPhysicaleBrem - 2 146 mum 2.32 mm -3.15 mm 0 eV 86.8 keV 12.6 mum 49.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -935 mum 477 mum 271 mum 1.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -752 mum 1.24 mm 783 mum 840 keV 0 eV 936 mum 936 mumWAbsorberPhysicalcompt - 2 -1.93 mm 2.31 mm 2.1 mm 199 keV 0 eV 2.07 mm 3 mmWAbsorberPhysicalcompt - 3 -1.15 mm 2.02 mm 1.37 mm 0 eV 69.5 keV 1.1 mm 4.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 mm 2.02 mm 1.37 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 mm 2.02 mm 1.37 mm 0 eV 129 keV 24 mum 24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm 2.31 mm 2.1 mm 641 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 mm 2.32 mm 2.12 mm 0 eV 641 keV 247 mum 247 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -752 mum 1.24 mm 783 mum 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -611 mum 1.21 mm 727 mum 585 keV 366 keV 275 mum 275 mumWAbsorberPhysicaleBrem - 2 -597 mum 1.22 mm 726 mum 0 eV 585 keV 219 mum 495 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -611 mum 1.21 mm 727 mum 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -531 mum 1.32 mm 687 mum 0 eV 69.5 keV 142 mum 142 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -531 mum 1.32 mm 687 mum 42 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -531 mum 1.32 mm 687 mum 0 eV 42 keV 3.84 mum 3.84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -261 mum 171 mum 406 mum 19.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -417 mum 304 mum 647 mum 0 eV 0 eV 316 mum 316 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 24, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -417 mum 304 mum 647 mum 8.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -722 mum 503 mum 875 mum 7.09 MeV 851 keV 423 mum 423 mumWAbsorberPhysicaleBrem - 2 -708 mum 497 mum 915 mum 6.02 MeV 56.4 keV 42.4 mum 465 mumWAbsorberPhysicaleBrem - 3 -1.33 mm -1.17 mm 959 mum 1.81 MeV 3.61 MeV 1.91 mm 2.38 mmWAbsorberPhysicaleBrem - 4 -1.23 mm -1.16 mm 1.03 mm 1.41 MeV 289 keV 153 mum 2.53 mmWAbsorberPhysicaleBrem - 5 -1.27 mm -1.23 mm 995 mum 0 eV 1.41 MeV 643 mum 3.18 mmWAbsorberPhysicaleIoni - 6 -1.27 mm -1.23 mm 995 mum 0 eV 0 eV 0 fm 3.18 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 mm -1.23 mm 995 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 mm -1.5 mm 1.6 mm 234 keV 0 eV 669 mum 669 mumWAbsorberPhysicalcompt - 2 -2.27 mm -271 mum 1.7 mm 0 eV 69.5 keV 1.52 mm 2.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm -271 mum 1.7 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm -269 mum 1.7 mm 0 eV 165 keV 35.1 mum 35.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm -1.5 mm 1.6 mm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 mm -1.5 mm 1.6 mm 0 eV 277 keV 77.3 mum 77.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 mm -1.23 mm 995 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 105 mum 2.46 mm -7.18 mm 339 keV 0 eV 9.08 mm 9.08 mmWAbsorberPhysicalcompt - 2 326 mum 4.5 mm -7.34 mm 0 eV 69.5 keV 2.05 mm 1.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 326 mum 4.5 mm -7.34 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 325 mum 4.5 mm -7.34 mm 0 eV 269 keV 74.1 mum 74.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 105 mum 2.46 mm -7.18 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 105 mum 2.46 mm -7.18 mm 0 eV 172 keV 37.8 mum 37.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 mm -1.16 mm 1.03 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm -1.19 mm 1.02 mm 0 eV 69.5 keV 34.7 mum 34.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 mm -1.19 mm 1.02 mm 46.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm -1.19 mm 1.02 mm 0 eV 46.2 keV 4.5 mum 4.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 mm -1.17 mm 959 mum 595 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -142 mum -5.57 mm 4 mm 230 keV 0 eV 5.47 mm 5.47 mmWAbsorberPhysicalcompt - 2 -97.7 mum -5.6 mm 3.79 mm 0 eV 69.5 keV 210 mum 5.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -97.7 mum -5.6 mm 3.79 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -96.9 mum -5.6 mm 3.79 mm 0 eV 161 keV 33.7 mum 33.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -142 mum -5.57 mm 4 mm 364 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -141 mum -5.57 mm 4 mm 0 eV 364 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -708 mum 497 mum 915 mum 1.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm -598 mum 3.19 mm 0 eV 69.5 keV 2.55 mm 2.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm -598 mum 3.19 mm 949 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm -618 mum 3.22 mm 0 eV 949 keV 402 mum 402 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -722 mum 503 mum 875 mum 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -428 mum 411 mum 1.29 mm 0 eV 69.5 keV 518 mum 518 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -428 mum 411 mum 1.29 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -426 mum 410 mum 1.29 mm 0 eV 137 keV 26.2 mum 26.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -417 mum 304 mum 647 mum 10.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.29 mm 1.3 mm 99.3 mum 5.12 MeV 5.4 MeV 2.41 mm 2.41 mmWAbsorberPhysicaleIoni - 2 -2.26 mm 1.31 mm 172 mum 4.54 MeV 462 keV 82.2 mum 2.5 mmWAbsorberPhysicaleBrem - 3 -2.25 mm 1.31 mm 193 mum 4.26 MeV 34.5 keV 22 mum 2.52 mmWAbsorberPhysicaleBrem - 4 -2.27 mm 1.34 mm 357 mum 3.76 MeV 348 keV 173 mum 2.69 mmWAbsorberPhysicaleBrem - 5 -2.06 mm 1.56 mm 338 mum 974 keV 369 keV 277 mum 2.97 mmWAbsorberPhysicaleBrem - 6 -2.04 mm 1.49 mm 286 mum 598 keV 192 keV 149 mum 3.12 mmWAbsorberPhysicaleBrem - 7 -2.03 mm 1.48 mm 276 mum 0 eV 598 keV 226 mum 3.34 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.04 mm 1.49 mm 286 mum 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.95 mm 1.37 mm 268 mum 0 eV 69.5 keV 142 mum 142 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.95 mm 1.37 mm 268 mum 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.95 mm 1.37 mm 269 mum 0 eV 115 keV 19.9 mum 19.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.06 mm 1.56 mm 338 mum 2.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 mm 6.69 mm -1.9 cm 458 keV 0 eV 2.03 cm 2.03 cmWAbsorberPhysicalcompt - 2 -7.65 mm 6.01 mm -2.17 cm 259 keV 0 eV 9.37 mm 2.97 cmWAbsorberPhysicalcompt - 3 -7.54 mm 7.69 mm -2.39 cm 0 eV 69.5 keV 2.75 mm 3.24 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.54 mm 7.69 mm -2.39 cm 189 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.54 mm 7.69 mm -2.39 cm 0 eV 189 keV 43.6 mum 43.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.65 mm 6.01 mm -2.17 cm 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.66 mm 6.01 mm -2.17 cm 0 eV 199 keV 46.8 mum 46.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 mm 6.69 mm -1.9 cm 1.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 mm 6.72 mm -1.91 cm 0 eV 1.96 MeV 912 mum 912 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 1.34 mm 357 mum 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.26 mm 1.36 mm 340 mum 0 eV 69.5 keV 25.6 mum 25.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 mm 1.36 mm 340 mum 84.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.26 mm 1.36 mm 339 mum 0 eV 84.3 keV 12.1 mum 12.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.25 mm 1.31 mm 193 mum 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 mm 1.22 mm 1.61 mm 0 eV 69.5 keV 1.47 mm 1.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.87 mm 1.22 mm 1.61 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 mm 1.22 mm 1.61 mm 0 eV 177 keV 39.3 mum 39.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 mm 1.31 mm 172 mum 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.25 mm 1.3 mm 235 mum 0 eV 69.5 keV 64.7 mum 64.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.25 mm 1.3 mm 235 mum 42.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.25 mm 1.3 mm 235 mum 0 eV 42.5 keV 3.92 mum 3.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 11.2 cm -16 cm 2.25 mm 44 MeV 0 eV 19.5 cm 19.5 cmLArgPhysicalTransportation - 2 68.4 cm -97.5 cm 1.38 cm 44 MeV 0 eV 99.6 cm 1.19 mMotherTransportation - 3 3.51 m -5 m 7.05 cm 44 MeV 0 eV 4.92 m 6.11 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.7 cm 7.94 cm -7.02 cm 35.3 MeV 0 eV 11.6 cm 11.6 cmCuPlateBPhysicalTransportation - 2 -6.48 cm 10.9 cm -9.67 cm 35.3 MeV 0 eV 4.38 cm 16 cmLArgPhysicalTransportation - 3 -7.76 cm 13.1 cm -11.6 cm 35.3 MeV 0 eV 3.16 cm 19.1 cmBackExcluderTransportation - 4 -17.2 cm 29.1 cm -25.7 cm 35.3 MeV 0 eV 23.4 cm 42.5 cmLArgPhysicalTransportation - 5 -57.7 cm 97.5 cm -86.1 cm 35.3 MeV 0 eV 99.8 cm 1.42 mCryostatVolumesTransportation - 6 -71.1 cm 1.2 m -1.06 m 35.3 MeV 0 eV 33.1 cm 1.75 mInsulationPhysicalTransportation - 7 -75 cm 1.27 m -1.12 m 35.3 MeV 0 eV 9.61 cm 1.85 mCryostatVolumesTransportation - 8 -75.1 cm 1.27 m -1.12 m 35.3 MeV 0 eV 3.43 mm 1.85 mMotherTransportation - 9 -2.96 m 5 m -4.42 m 35.3 MeV 0 eV 5.44 m 7.3 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=26.889 -Edep in FCAL1 FCAl2 : 0 26.889 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2633 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 133 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 419 mum -180 mum 325 mum 36.9 MeV 4.32 MeV 562 mum 562 mumWAbsorberPhysicaleBrem - 2 2.08 mm -1.23 mm 1.49 mm 31.4 MeV 5.11 MeV 2.35 mm 2.91 mmWAbsorberPhysicaleBrem - 3 2.83 mm -1.5 mm 1.78 mm 29.6 MeV 1.74 MeV 890 mum 3.8 mmWAbsorberPhysicaleBrem - 4 3.37 mm -1.83 mm 2.03 mm 10.3 MeV 3.1 MeV 693 mum 4.5 mmWAbsorberPhysicaleBrem - 5 4.55 mm -2.14 mm 3.43 mm 6.04 MeV 4.07 MeV 1.61 mm 6.11 mmWAbsorberPhysicaleBrem - 6 4.52 mm -2.27 mm 3.46 mm 5.66 MeV 209 keV 139 mum 6.25 mmWAbsorberPhysicaleBrem - 7 4.52 mm -2.27 mm 3.46 mm 5.22 MeV 4.49 keV 4.31 mum 6.25 mmWAbsorberPhysicaleBrem - 8 4.45 mm -2.52 mm 3.58 mm 3.2 MeV 494 keV 278 mum 6.53 mmWAbsorberPhysicaleBrem - 9 4.38 mm -2.82 mm 3.27 mm 2.15 MeV 924 keV 511 mum 7.04 mmWAbsorberPhysicaleBrem - 10 4.08 mm -2.42 mm 3.79 mm 382 keV 1.77 MeV 1.03 mm 8.07 mmWAbsorberPhysicaleIoni - 11 4.07 mm -2.41 mm 3.78 mm 0 eV 382 keV 121 mum 8.19 mmWAbsorberPhysicaleIoni - 12 4.07 mm -2.41 mm 3.78 mm 0 eV 0 eV 0 fm 8.19 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.07 mm -2.41 mm 3.78 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.4 mm -247 mum 8.78 mm 0 eV 69.5 keV 5.45 mm 5.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.4 mm -247 mum 8.78 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.4 mm -251 mum 8.82 mm 99.9 keV 163 keV 75.6 mum 75.6 mumWAbsorberPhysicaleBrem - 2 4.4 mm -251 mum 8.82 mm 0 eV 99.9 keV 15.8 mum 91.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.4 mm -251 mum 8.82 mm 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.3 mm -220 mum 8.89 mm 0 eV 69.5 keV 119 mum 119 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.3 mm -220 mum 8.89 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.3 mm -219 mum 8.89 mm 0 eV 109 keV 18.4 mum 18.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.07 mm -2.41 mm 3.78 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.8 mm -1.09 cm -1.57 cm 0 eV 69.5 keV 2.13 cm 2.13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.8 mm -1.09 cm -1.57 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.8 mm -1.09 cm -1.57 cm 0 eV 441 keV 83 mum 83 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.38 mm -2.82 mm 3.27 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.38 mm -2.83 mm 3.3 mm 0 eV 69.5 keV 34.7 mum 34.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.38 mm -2.83 mm 3.3 mm 56.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.38 mm -2.83 mm 3.3 mm 0 eV 56.3 keV 6.23 mum 6.23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.45 mm -2.52 mm 3.58 mm 1.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 237 mum -8.43 mm 5.33 mm 1.14 MeV 0 eV 7.47 mm 7.47 mmWAbsorberPhysicalcompt - 2 -762 mum -1.42 cm 8.37 mm 912 keV 0 eV 6.62 mm 1.41 cmWAbsorberPhysicalcompt - 3 3.56 mm -2.57 cm 1.75 cm 233 keV 0 eV 1.53 cm 2.94 cmWAbsorberPhysicalcompt - 4 3.45 mm -2.57 cm 1.7 cm 192 keV 0 eV 552 mum 3 cmWAbsorberPhysicalcompt - 5 3.51 mm -2.55 cm 1.68 cm 0 eV 69.5 keV 251 mum 3.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.51 mm -2.55 cm 1.68 cm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.51 mm -2.55 cm 1.68 cm 0 eV 122 keV 21.8 mum 21.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.45 mm -2.57 cm 1.7 cm 41.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.45 mm -2.57 cm 1.7 cm 0 eV 41.5 keV 3.76 mum 3.76 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.56 mm -2.57 cm 1.75 cm 679 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.52 mm -2.58 cm 1.75 cm 266 keV 202 keV 92.6 mum 92.6 mumWAbsorberPhysicaleBrem - 2 3.53 mm -2.58 cm 1.75 cm 0 eV 266 keV 72.7 mum 165 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.52 mm -2.58 cm 1.75 cm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.49 mm -2.59 cm 1.79 cm 0 eV 69.5 keV 374 mum 374 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.49 mm -2.59 cm 1.79 cm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.49 mm -2.59 cm 1.79 cm 0 eV 142 keV 27.8 mum 27.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -762 mum -1.42 cm 8.37 mm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -765 mum -1.42 cm 8.37 mm 0 eV 226 keV 57.2 mum 57.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 237 mum -8.43 mm 5.33 mm 389 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 228 mum -8.44 mm 5.32 mm 0 eV 389 keV 126 mum 126 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.52 mm -2.27 mm 3.46 mm 440 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.48 mm -2.41 mm 3.46 mm 0 eV 69.5 keV 140 mum 140 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.48 mm -2.41 mm 3.46 mm 371 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.47 mm -2.41 mm 3.46 mm 0 eV 371 keV 118 mum 118 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.52 mm -2.27 mm 3.46 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.48 mm -2.38 mm 3.46 mm 0 eV 69.5 keV 116 mum 116 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.48 mm -2.38 mm 3.46 mm 94 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.48 mm -2.38 mm 3.47 mm 0 eV 94 keV 14.4 mum 14.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.55 mm -2.14 mm 3.43 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.56 mm -2.17 mm 3.44 mm 136 keV 0 eV 33.8 mum 33.8 mumWAbsorberPhysicalcompt - 2 4.84 mm -2.39 mm 3.18 mm 0 eV 69.5 keV 440 mum 474 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.84 mm -2.39 mm 3.18 mm 66.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.84 mm -2.39 mm 3.18 mm 0 eV 66.5 keV 8.17 mum 8.17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.56 mm -2.17 mm 3.44 mm 23.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.56 mm -2.17 mm 3.44 mm 0 eV 23.4 keV 1.48 mum 1.48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.37 mm -1.83 mm 2.03 mm 16.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 cm -4.81 mm 4.21 mm 0 eV 0 eV 9.52 mm 9.52 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 33, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 cm -4.81 mm 4.21 mm 571 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm -4.82 mm 4.22 mm 0 eV 571 keV 211 mum 211 mumWAbsorberPhysicaleIoni - 2 1.22 cm -4.82 mm 4.22 mm 0 eV 0 eV 0 fm 211 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 cm -4.82 mm 4.22 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm -4.67 mm 3.95 mm 311 keV 0 eV 1.75 mm 1.75 mmWAbsorberPhysicalcompt - 2 1.01 cm -5.22 mm 4.26 mm 0 eV 69.5 keV 727 mum 2.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm -5.22 mm 4.26 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm -5.22 mm 4.26 mm 0 eV 241 keV 63.1 mum 63.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 cm -4.67 mm 3.95 mm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm -4.67 mm 3.95 mm 0 eV 200 keV 47.3 mum 47.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 cm -4.82 mm 4.22 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 cm -4.86 mm 4.31 mm 0 eV 69.5 keV 604 mum 604 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 cm -4.86 mm 4.31 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 cm -4.87 mm 4.31 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 cm -4.81 mm 4.21 mm 14.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 cm -5.97 mm 4.78 mm 2.12 MeV 3.29 MeV 1.69 mm 1.69 mmWAbsorberPhysicaleBrem - 2 1.28 cm -6.08 mm 4.73 mm 1.12 MeV 717 keV 261 mum 1.95 mmWAbsorberPhysicaleBrem - 3 1.29 cm -5.97 mm 4.7 mm 357 keV 610 keV 304 mum 2.25 mmWAbsorberPhysicaleBrem - 4 1.29 cm -5.98 mm 4.71 mm 0 eV 357 keV 112 mum 2.37 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 cm -5.97 mm 4.7 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm -6.06 mm 4.71 mm 116 keV 0 eV 150 mum 150 mumWAbsorberPhysicalcompt - 2 1.32 cm -5.88 mm 4.64 mm 0 eV 69.5 keV 249 mum 399 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 cm -5.88 mm 4.64 mm 46.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 cm -5.88 mm 4.64 mm 0 eV 46.6 keV 4.56 mum 4.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm -6.06 mm 4.71 mm 32.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm -6.06 mm 4.71 mm 0 eV 32.9 keV 2.56 mum 2.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 cm -6.08 mm 4.73 mm 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.29 cm -6.12 mm 4.4 mm 141 keV 0 eV 348 mum 348 mumWAbsorberPhysicalcompt - 2 1.29 cm -6.2 mm 4.58 mm 0 eV 69.5 keV 206 mum 553 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 cm -6.2 mm 4.58 mm 71.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.29 cm -6.2 mm 4.58 mm 0 eV 71.4 keV 9.19 mum 9.19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 cm -6.12 mm 4.4 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.29 cm -6.12 mm 4.39 mm 0 eV 148 keV 29.8 mum 29.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 cm -5.97 mm 4.78 mm 9.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm -9.32 mm 8.02 mm 7.23 MeV 0 eV 5.27 mm 5.27 mmWAbsorberPhysicalcompt - 2 1.96 cm -1.78 cm 1.79 cm 0 eV 0 eV 1.38 cm 1.91 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 48, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm -1.78 cm 1.79 cm 3.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 cm -1.78 cm 1.82 cm 2.87 MeV 447 keV 292 mum 292 mumWAbsorberPhysicaleBrem - 2 1.98 cm -1.8 cm 1.83 cm 2.38 MeV 353 keV 228 mum 520 mumWAbsorberPhysicaleBrem - 3 1.93 cm -1.83 cm 1.82 cm 540 keV 1.6 MeV 846 mum 1.37 mmWAbsorberPhysicaleBrem - 4 1.92 cm -1.83 cm 1.82 cm 0 eV 540 keV 196 mum 1.56 mmWAbsorberPhysicaleIoni - 5 1.92 cm -1.83 cm 1.82 cm 0 eV 0 eV 0 fm 1.56 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 cm -1.83 cm 1.82 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 cm -1.75 cm 1.66 cm 176 keV 0 eV 3.65 mm 3.65 mmWAbsorberPhysicalcompt - 2 1.67 cm -1.74 cm 1.7 cm 0 eV 69.5 keV 790 mum 4.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm -1.74 cm 1.7 cm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm -1.74 cm 1.7 cm 0 eV 107 keV 17.6 mum 17.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 cm -1.75 cm 1.66 cm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 cm -1.76 cm 1.66 cm 91.9 keV 243 keV 92.8 mum 92.8 mumWAbsorberPhysicaleBrem - 2 1.6 cm -1.76 cm 1.66 cm 0 eV 91.9 keV 13.9 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 cm -1.83 cm 1.82 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 cm -1.83 cm 1.82 cm 0 eV 69.5 keV 68.8 mum 68.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 cm -1.83 cm 1.82 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 cm -1.83 cm 1.82 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 cm -1.83 cm 1.82 cm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 cm -1.95 cm 1.93 cm 0 eV 69.5 keV 1.78 mm 1.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 cm -1.95 cm 1.93 cm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 cm -1.95 cm 1.93 cm 0 eV 170 keV 36.9 mum 36.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 cm -1.8 cm 1.83 cm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 cm -1.83 cm 1.85 cm 0 eV 69.5 keV 430 mum 430 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 cm -1.83 cm 1.85 cm 68.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 cm -1.83 cm 1.85 cm 0 eV 68.3 keV 8.54 mum 8.54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 cm -1.78 cm 1.82 cm 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 cm -1.89 cm 1.7 cm 0 eV 69.5 keV 2.06 mm 2.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 cm -1.89 cm 1.7 cm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 cm -1.89 cm 1.7 cm 0 eV 213 keV 52.3 mum 52.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm -1.78 cm 1.79 cm 2.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.02 cm -1.74 cm 1.82 cm 341 keV 2.15 MeV 1.13 mm 1.13 mmWAbsorberPhysicaleBrem - 2 2.02 cm -1.74 cm 1.82 cm 0 eV 341 keV 105 mum 1.23 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 cm -1.74 cm 1.82 cm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.01 cm -1.73 cm 1.83 cm 0 eV 69.5 keV 126 mum 126 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.01 cm -1.73 cm 1.83 cm 44.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.01 cm -1.73 cm 1.83 cm 0 eV 44.7 keV 4.26 mum 4.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 cm -9.32 mm 8.02 mm 1.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm -9.38 mm 8.04 mm 0 eV 1.95 MeV 906 mum 906 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.83 mm -1.5 mm 1.78 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.18 mm -1.69 mm 1.87 mm 0 eV 69.5 keV 411 mum 411 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.18 mm -1.69 mm 1.87 mm 69.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.18 mm -1.69 mm 1.87 mm 0 eV 69.9 keV 8.88 mum 8.88 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.08 mm -1.23 mm 1.49 mm 395 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.86 mm -1.58 mm 1.93 mm 0 eV 69.5 keV 955 mum 955 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.86 mm -1.58 mm 1.93 mm 325 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.86 mm -1.57 mm 1.93 mm 0 eV 325 keV 97.7 mum 97.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 419 mum -180 mum 325 mum 929 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.48 mm -1.94 mm 4.04 mm 462 keV 0 eV 6.52 mm 6.52 mmWAbsorberPhysicalcompt - 2 6.2 mm -1.03 cm 5.76 mm 327 keV 0 eV 8.56 mm 1.51 cmWAbsorberPhysicalcompt - 3 657 mum -1.5 cm 1.29 cm 0 eV 69.5 keV 1.02 cm 2.53 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 657 mum -1.5 cm 1.29 cm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 653 mum -1.5 cm 1.29 cm 0 eV 258 keV 69.5 mum 69.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.2 mm -1.03 cm 5.76 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.2 mm -1.03 cm 5.76 mm 0 eV 134 keV 25.4 mum 25.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.48 mm -1.94 mm 4.04 mm 467 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.49 mm -1.93 mm 4.05 mm 0 eV 467 keV 163 mum 163 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -29.1 cm 7.18 cm -3.14 cm 43.3 MeV 0 eV 30.1 cm 30.1 cmLArgPhysicalTransportation - 2 -1.27 m 31.3 cm -13.7 cm 43.3 MeV 0 eV 1.01 m 1.31 mCryostatVolumesTransportation - 3 -1.27 m 31.3 cm -13.7 cm 43.3 MeV 0 eV 3.09 mm 1.32 mInsulationPhysicalTransportation - 4 -1.34 m 33 cm -14.5 cm 43.3 MeV 0 eV 7.21 cm 1.39 mCryostatVolumesTransportation - 5 -1.34 m 33.1 cm -14.5 cm 43.3 MeV 0 eV 2.57 mm 1.39 mMotherTransportation - 6 -5 m 1.23 m -54 cm 43.3 MeV 0 eV 3.79 m 5.18 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.7 cm 2.54 mm -6.64 cm 19.6 MeV 0 eV 7.17 cm 7.17 cmCuPlateBPhysicalTransportation - 2 3.72 cm 3.5 mm -9.14 cm 19.6 MeV 0 eV 2.71 cm 9.88 cmLArgPhysicalTransportation - 3 4.71 cm 4.43 mm -11.6 cm 19.6 MeV 0 eV 2.63 cm 12.5 cmBackExcluderTransportation - 4 47.2 cm 4.44 cm -1.16 m 19.6 MeV 0 eV 1.13 m 1.26 mLArgPhysicalTransportation - 5 48 cm 4.51 cm -1.18 m 19.6 MeV 0 eV 1.99 cm 1.28 mCryostatVolumesTransportation - 6 48.1 cm 4.52 cm -1.18 m 19.6 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 7 50.7 cm 4.77 cm -1.25 m 19.6 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 8 50.8 cm 4.78 cm -1.25 m 19.6 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 9 1.2 m 11.3 cm -2.95 m 19.6 MeV 0 eV 1.84 m 3.19 mConcWallAPhysicalTransportation - 10 1.3 m 12.2 cm -3.2 m 19.6 MeV 0 eV 26.9 cm 3.45 mMotherTransportation - 11 5 m 47 cm -12.3 m 19.6 MeV 0 eV 9.83 m 13.3 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=43.207 -Edep in FCAL1 FCAl2 : 0 43.207 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2634 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 134 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 352 mum 741 mum 367 mum 6.31 MeV 2.57 MeV 914 mum 914 mumWAbsorberPhysicaleBrem - 2 207 mum 1.43 mm 842 mum 1.79 MeV 1.35 MeV 822 mum 1.74 mmWAbsorberPhysicaleBrem - 3 246 mum 1.5 mm 746 mum 0 eV 1.79 MeV 841 mum 2.58 mmWAbsorberPhysicaleIoni - 4 246 mum 1.5 mm 746 mum 0 eV 0 eV 0 fm 2.58 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 246 mum 1.5 mm 746 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 mm -7.11 mm 3.37 mm 235 keV 0 eV 9.52 mm 9.52 mmWAbsorberPhysicalcompt - 2 -2.93 mm -7.14 mm 2.86 mm 0 eV 69.5 keV 526 mum 1 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.93 mm -7.14 mm 2.86 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.93 mm -7.14 mm 2.85 mm 0 eV 166 keV 35.5 mum 35.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 mm -7.11 mm 3.37 mm 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 mm -7.12 mm 3.38 mm 0 eV 276 keV 76.9 mum 76.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 246 mum 1.5 mm 746 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.9 mm 6.11 mm -657 mum 0 eV 69.5 keV 5.09 mm 5.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.9 mm 6.11 mm -657 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.9 mm 6.12 mm -653 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 207 mum 1.43 mm 842 mum 3.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.42 mm 5.59 mm -6.21 mm 0 eV 0 eV 8.48 mm 8.48 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.42 mm 5.59 mm -6.21 mm 1.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 mm 5.67 mm -6.46 mm 12.4 keV 1.3 MeV 503 mum 503 mumWAbsorberPhysicaleBrem - 2 2.21 mm 5.67 mm -6.46 mm 0 eV 12.4 keV 436 nm 503 mumWAbsorberPhysicaleIoni - 3 2.21 mm 5.67 mm -6.46 mm 0 eV 0 eV 0 fm 503 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 mm 5.67 mm -6.46 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 mm 5.65 mm -6.72 mm 0 eV 69.5 keV 755 mum 755 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 mm 5.65 mm -6.72 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 mm 5.64 mm -6.72 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 mm 5.67 mm -6.46 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm 5.68 mm -6.38 mm 363 keV 0 eV 241 mum 241 mumWAbsorberPhysicalcompt - 2 6.4 mm 1.25 cm -2.83 mm 0 eV 69.5 keV 8.62 mm 8.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.4 mm 1.25 cm -2.83 mm 294 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.4 mm 1.25 cm -2.83 mm 0 eV 294 keV 84.4 mum 84.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.44 mm 5.68 mm -6.38 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm 5.68 mm -6.38 mm 0 eV 148 keV 29.6 mum 29.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 mm 5.67 mm -6.46 mm 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.15 mm 5.95 mm -6.65 mm 0 eV 69.5 keV 336 mum 336 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.15 mm 5.95 mm -6.65 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.15 mm 5.95 mm -6.65 mm 0 eV 172 keV 37.7 mum 37.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.42 mm 5.59 mm -6.21 mm 597 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.42 mm 5.59 mm -6.23 mm 0 eV 597 keV 225 mum 225 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 352 mum 741 mum 367 mum 38.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.08 mm 1.04 cm 5.46 mm 0 eV 0 eV 1.24 cm 1.24 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 22, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.08 mm 1.04 cm 5.46 mm 21.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.37 mm 1.08 cm 5.59 mm 20.2 MeV 967 keV 520 mum 520 mumWAbsorberPhysicaleBrem - 2 6.61 mm 1.11 cm 5.71 mm 19.2 MeV 606 keV 378 mum 898 mumWAbsorberPhysicaleBrem - 3 6.65 mm 1.12 cm 5.75 mm 8.01 MeV 149 keV 86.5 mum 985 mumWAbsorberPhysicaleBrem - 4 8.1 mm 1.06 cm 7.18 mm 3.03 MeV 4.99 MeV 2.17 mm 3.16 mmWAbsorberPhysicaleIoni - 5 8.35 mm 1.02 cm 6.91 mm 0 eV 2.39 MeV 639 mum 3.79 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.35 mm 1.02 cm 6.91 mm 613 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.41 mm 1.24 cm 1.29 cm 0 eV 69.5 keV 6.46 mm 6.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.41 mm 1.24 cm 1.29 cm 543 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.42 mm 1.24 cm 1.29 cm 0 eV 543 keV 199 mum 199 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.35 mm 1.02 cm 6.91 mm 1.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.1 mm -1.48 mm 7.43 mm 397 keV 0 eV 1.71 cm 1.71 cmWAbsorberPhysicalcompt - 2 1.07 mm -9.87 mm 9.89 mm 373 keV 0 eV 1.02 cm 2.72 cmWAbsorberPhysicalcompt - 3 1.12 mm -9.93 mm 9.88 mm 159 keV 0 eV 75.1 mum 2.73 cmWAbsorberPhysicalcompt - 4 1.02 mm -9.81 mm 1 cm 0 eV 69.5 keV 197 mum 2.75 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 mm -9.81 mm 1 cm 89 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 mm -9.81 mm 1 cm 0 eV 89 keV 13.2 mum 13.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 mm -9.93 mm 9.88 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 mm -9.93 mm 9.88 mm 0 eV 215 keV 52.8 mum 52.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm -9.87 mm 9.89 mm 23.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 mm -9.87 mm 9.89 mm 0 eV 23.8 keV 1.52 mum 1.52 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.1 mm -1.48 mm 7.43 mm 651 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.12 mm -1.49 mm 7.43 mm 0 eV 651 keV 252 mum 252 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.65 mm 1.12 cm 5.75 mm 11.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.75 mm 1.3 cm 7.27 mm 0 eV 0 eV 2.6 mm 2.6 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 34, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.75 mm 1.3 cm 7.27 mm 4.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.66 mm 1.29 cm 7.77 mm 1.3 MeV 2.5 MeV 1.21 mm 1.21 mmWAbsorberPhysicaleBrem - 2 8.7 mm 1.28 cm 7.8 mm 0 eV 1.3 MeV 591 mum 1.8 mmWAbsorberPhysicaleIoni - 3 8.7 mm 1.28 cm 7.8 mm 0 eV 0 eV 0 fm 1.8 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.7 mm 1.28 cm 7.8 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 cm 1.58 cm -962 mum 487 keV 0 eV 1.18 cm 1.18 cmWAbsorberPhysicalcompt - 2 1.74 cm 1.75 cm -3.74 mm 0 eV 69.5 keV 3.55 mm 1.53 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.74 cm 1.75 cm -3.74 mm 417 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 cm 1.75 cm -3.75 mm 0 eV 417 keV 139 mum 139 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 cm 1.58 cm -962 mum 24.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 cm 1.58 cm -962 mum 0 eV 24.1 keV 1.55 mum 1.55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.7 mm 1.28 cm 7.8 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.34 mm 1.15 cm 1.19 cm 172 keV 0 eV 5.44 mm 5.44 mmWAbsorberPhysicalcompt - 2 5.56 mm 1.17 cm 1.15 cm 0 eV 69.5 keV 486 mum 5.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.56 mm 1.17 cm 1.15 cm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.56 mm 1.17 cm 1.15 cm 0 eV 103 keV 16.5 mum 16.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.34 mm 1.15 cm 1.19 cm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.34 mm 1.15 cm 1.19 cm 0 eV 339 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.66 mm 1.29 cm 7.77 mm 424 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm 1.05 cm 8.69 mm 292 keV 0 eV 3.1 mm 3.1 mmWAbsorberPhysicalcompt - 2 9.47 mm 9.02 mm 9.38 mm 143 keV 0 eV 1.85 mm 4.96 mmWAbsorberPhysicalcompt - 3 9.52 mm 9.08 mm 9.27 mm 0 eV 69.5 keV 138 mum 5.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.52 mm 9.08 mm 9.27 mm 73.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.52 mm 9.08 mm 9.27 mm 0 eV 73.5 keV 9.64 mum 9.64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.47 mm 9.02 mm 9.38 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.46 mm 9.02 mm 9.38 mm 0 eV 149 keV 29.9 mum 29.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 cm 1.05 cm 8.69 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm 1.05 cm 8.69 mm 0 eV 132 keV 24.8 mum 24.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.75 mm 1.3 cm 7.27 mm 5.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.81 mm 1.3 cm 7.29 mm 5.2 MeV 158 keV 100 mum 100 mumWAbsorberPhysicaleBrem - 2 7.82 mm 1.3 cm 7.33 mm 4.84 MeV 179 keV 41.6 mum 142 mumWAbsorberPhysicaleBrem - 3 8.18 mm 1.34 cm 7.73 mm 3 MeV 1.03 MeV 588 mum 730 mumWAbsorberPhysicaleBrem - 4 8.1 mm 1.32 cm 7.82 mm 2.26 MeV 476 keV 275 mum 1 mmWAbsorberPhysicaleBrem - 5 8.17 mm 1.33 cm 7.9 mm 1.7 MeV 175 keV 103 mum 1.11 mmWAbsorberPhysicaleBrem - 6 8.34 mm 1.35 cm 7.88 mm 726 keV 710 keV 421 mum 1.53 mmWAbsorberPhysicaleBrem - 7 8.42 mm 1.35 cm 7.92 mm 115 keV 385 keV 244 mum 1.77 mmWAbsorberPhysicaleBrem - 8 8.41 mm 1.35 cm 7.92 mm 0 eV 115 keV 20 mum 1.79 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.42 mm 1.35 cm 7.92 mm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.79 mm 1.29 cm 7.95 mm 0 eV 69.5 keV 1.71 mm 1.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.79 mm 1.29 cm 7.95 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.79 mm 1.29 cm 7.95 mm 0 eV 157 keV 32.3 mum 32.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.34 mm 1.35 cm 7.88 mm 266 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.76 mm 1.27 cm 9.2 mm 0 eV 69.5 keV 1.57 mm 1.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.76 mm 1.27 cm 9.2 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.76 mm 1.27 cm 9.2 mm 0 eV 196 keV 45.9 mum 45.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.17 mm 1.33 cm 7.9 mm 386 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.38 mm 1.28 cm 8.57 mm 0 eV 69.5 keV 1.45 mm 1.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.38 mm 1.28 cm 8.57 mm 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.39 mm 1.28 cm 8.58 mm 0 eV 317 keV 93.8 mum 93.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.1 mm 1.32 cm 7.82 mm 264 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.77 mm 1.29 cm 9.55 mm 257 keV 0 eV 2.43 mm 2.43 mmWAbsorberPhysicalcompt - 2 1 cm 1.28 cm 9.68 mm 0 eV 69.5 keV 298 mum 2.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 cm 1.28 cm 9.68 mm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 cm 1.28 cm 9.68 mm 0 eV 188 keV 43 mum 43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.77 mm 1.29 cm 9.55 mm 7.11 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.77 mm 1.29 cm 9.55 mm 0 eV 7.11 keV 233 nm 233 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.18 mm 1.34 cm 7.73 mm 813 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 cm -1.28 cm 1.01 cm 0 eV 69.5 keV 3.09 cm 3.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.44 cm -1.28 cm 1.01 cm 744 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 cm -1.29 cm 1.01 cm 0 eV 744 keV 298 mum 298 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.82 mm 1.3 cm 7.33 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.82 mm 1.31 cm 7.52 mm 119 keV 0 eV 204 mum 204 mumWAbsorberPhysicalcompt - 2 7.85 mm 1.32 cm 7.47 mm 0 eV 69.5 keV 80.9 mum 285 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.85 mm 1.32 cm 7.47 mm 49 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.85 mm 1.32 cm 7.47 mm 0 eV 49 keV 4.94 mum 4.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.82 mm 1.31 cm 7.52 mm 56.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.82 mm 1.31 cm 7.52 mm 0 eV 56.7 keV 6.3 mum 6.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.81 mm 1.3 cm 7.29 mm 450 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.01 mm 1.38 cm 9.59 mm 0 eV 69.5 keV 2.43 mm 2.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.01 mm 1.38 cm 9.59 mm 381 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.01 mm 1.38 cm 9.59 mm 0 eV 381 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.61 mm 1.11 cm 5.71 mm 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm 1.71 cm 1.05 cm 0 eV 69.5 keV 8.83 mm 8.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm 1.71 cm 1.05 cm 294 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm 1.71 cm 1.05 cm 0 eV 294 keV 84.5 mum 84.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.37 mm 1.08 cm 5.59 mm 581 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm 2.23 cm 9.94 mm 206 keV 0 eV 1.44 cm 1.44 cmWAbsorberPhysicalcompt - 2 1.45 cm 2.05 cm 9.83 mm 0 eV 69.5 keV 1.88 mm 1.62 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 cm 2.05 cm 9.83 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 cm 2.05 cm 9.82 mm 0 eV 137 keV 26.2 mum 26.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 cm 2.23 cm 9.94 mm 375 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm 2.23 cm 9.94 mm 0 eV 375 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.08 mm 1.04 cm 5.46 mm 15.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.85 mm 1.16 cm 5.49 mm 8.95 MeV 3.59 MeV 1.6 mm 1.6 mmWAbsorberPhysicaleBrem - 2 5.22 mm 1.1 cm 7.01 mm 4.9 MeV 3.95 MeV 1.8 mm 3.4 mmWAbsorberPhysicaleBrem - 3 4.1 mm 1.15 cm 7.6 mm 625 keV 4.27 MeV 1.72 mm 5.12 mmWAbsorberPhysicaleIoni - 4 4.09 mm 1.16 cm 7.59 mm 0 eV 625 keV 239 mum 5.35 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.22 mm 1.1 cm 7.01 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.21 mm 1.11 cm 7.06 mm 0 eV 69.5 keV 118 mum 118 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.21 mm 1.11 cm 7.06 mm 40.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.22 mm 1.11 cm 7.06 mm 0 eV 40.1 keV 3.53 mum 3.53 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.85 mm 1.16 cm 5.49 mm 3.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.93 mm 1.19 cm 6.04 mm 652 keV 0 eV 620 mum 620 mumWAbsorberPhysicalcompt - 2 1.98 mm 1.42 cm 7.55 mm 611 keV 0 eV 4.81 mm 5.43 mmWAbsorberPhysicalcompt - 3 -3.6 mm 2.05 cm 1.17 cm 0 eV 69.5 keV 9.37 mm 1.48 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.6 mm 2.05 cm 1.17 cm 541 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.6 mm 2.05 cm 1.17 cm 0 eV 541 keV 198 mum 198 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm 1.42 cm 7.55 mm 41.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 mm 1.42 cm 7.55 mm 0 eV 41.1 keV 3.7 mum 3.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.93 mm 1.19 cm 6.04 mm 2.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.37 mm 1.2 cm 6.01 mm 1.02 MeV 1.25 MeV 667 mum 667 mumWAbsorberPhysicaleBrem - 2 6.4 mm 1.2 cm 6.01 mm 0 eV 1.02 MeV 246 mum 912 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.37 mm 1.2 cm 6.01 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.63 mm 1.18 cm 5.99 mm 0 eV 69.5 keV 343 mum 343 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.63 mm 1.18 cm 5.99 mm 49.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.63 mm 1.18 cm 5.99 mm 0 eV 49.8 keV 5.05 mum 5.05 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 5.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.54 mm 17.1 cm 32.2 cm 5.74 MeV 0 eV 36.4 cm 36.4 cmCuPlateAPhysicalTransportation - 2 -5.96 mm 18.4 cm 34.6 cm 5.74 MeV 0 eV 2.76 cm 39.2 cmFCALEnvelopePhysicalTransportation - 3 -6.42 mm 19.8 cm 37.3 cm 5.74 MeV 0 eV 3.01 cm 42.2 cmLArgPhysicalTransportation - 4 -2.19 cm 67.7 cm 1.27 m 5.74 MeV 0 eV 1.02 m 1.44 mCryostatVolumesTransportation - 5 -2.2 cm 67.9 cm 1.28 m 5.74 MeV 0 eV 3.4 mm 1.45 mInsulationPhysicalTransportation - 6 -2.32 cm 71.6 cm 1.35 m 5.74 MeV 0 eV 7.93 cm 1.53 mCryostatVolumesTransportation - 7 -2.32 cm 71.7 cm 1.35 m 5.74 MeV 0 eV 2.83 mm 1.53 mMotherTransportation - 8 -16.2 cm 5 m 9.41 m 5.74 MeV 0 eV 9.13 m 10.7 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.17 cm -8.95 cm -6.18 cm 52.2 MeV 0 eV 12 cm 12 cmF2RodPhysicalTransportation - 2 -5.21 cm -9.02 cm -6.23 cm 52.2 MeV 0 eV 964 mum 12.1 cmF2LArGapPhysicalTransportation - 3 -5.23 cm -9.07 cm -6.26 cm 52.2 MeV 0 eV 557 mum 12.2 cmCuPlateBPhysicalTransportation - 4 -7.12 cm -12.3 cm -8.52 cm 52.2 MeV 0 eV 4.4 cm 16.6 cmLArgPhysicalTransportation - 5 -9.68 cm -16.8 cm -11.6 cm 52.2 MeV 0 eV 5.96 cm 22.6 cmBackExcluderTransportation - 6 -15.8 cm -27.4 cm -18.9 cm 52.2 MeV 0 eV 14.3 cm 36.9 cmLArgPhysicalTransportation - 7 -56.3 cm -97.5 cm -67.3 cm 52.2 MeV 0 eV 94.3 cm 1.31 mMotherTransportation - 8 -2.89 m -5 m -3.45 m 52.2 MeV 0 eV 5.41 m 6.73 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=48.2543 -Edep in FCAL1 FCAl2 : 0 48.2543 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2635 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 135 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 238 mum -366 mum 163 mum 47.5 MeV 835 keV 467 mum 467 mumWAbsorberPhysicaleBrem - 2 250 mum -383 mum 169 mum 5 MeV 38.6 keV 21.6 mum 489 mumWAbsorberPhysicaleBrem - 3 -685 mum -1.6 mm 471 mum 1.78 MeV 3.22 MeV 1.76 mm 2.25 mmWAbsorberPhysicaleIoni - 4 -810 mum -1.58 mm 466 mum 0 eV 1.78 MeV 839 mum 3.09 mmWAbsorberPhysicaleIoni - 5 -810 mum -1.58 mm 466 mum 0 eV 0 eV 0 fm 3.09 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -810 mum -1.58 mm 466 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 147 mum -7.65 mm -650 mum 424 keV 0 eV 6.24 mm 6.24 mmWAbsorberPhysicalcompt - 2 1.89 mm -1.37 cm 2.5 mm 0 eV 69.5 keV 7.06 mm 1.33 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 mm -1.37 cm 2.5 mm 354 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.9 mm -1.37 cm 2.5 mm 0 eV 354 keV 111 mum 111 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 147 mum -7.65 mm -650 mum 87.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 147 mum -7.65 mm -650 mum 0 eV 87.1 keV 12.7 mum 12.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -810 mum -1.58 mm 466 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 mm 6.06 mm 1.87 mm 0 eV 69.5 keV 7.87 mm 7.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 mm 6.06 mm 1.87 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 mm 6.07 mm 1.87 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 250 mum -383 mum 169 mum 42.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 mm -2.7 mm 957 mum 0 eV 0 eV 2.86 mm 2.86 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.74 mm -2.7 mm 957 mum 12.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.37 mm -3.2 mm 1.31 mm 11 MeV 1.56 MeV 860 mum 860 mumWAbsorberPhysicaleBrem - 2 2.31 mm -3.37 mm 1.68 mm 9.05 MeV 723 keV 435 mum 1.29 mmWAbsorberPhysicaleBrem - 3 2.29 mm -3.42 mm 1.75 mm 8.72 MeV 223 keV 88.3 mum 1.38 mmWAbsorberPhysicaleBrem - 4 2.23 mm -3.52 mm 2 mm 6.85 MeV 415 keV 276 mum 1.66 mmWAbsorberPhysicaleBrem - 5 1.81 mm -3.55 mm 2.52 mm 4.75 MeV 1.37 MeV 731 mum 2.39 mmWAbsorberPhysicaleBrem - 6 2.57 mm -4.52 mm 2.7 mm 1.99 MeV 2.53 MeV 1.42 mm 3.81 mmWAbsorberPhysicaleBrem - 7 2.72 mm -4.53 mm 2.73 mm 0 eV 1.99 MeV 944 mum 4.75 mmWAbsorberPhysicaleIoni - 8 2.72 mm -4.53 mm 2.73 mm 0 eV 0 eV 0 fm 4.75 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 mm -4.53 mm 2.73 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 mm -1.27 mm 3.97 mm 0 eV 69.5 keV 3.57 mm 3.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm -1.27 mm 3.97 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 mm -1.26 mm 3.98 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 mm -4.53 mm 2.73 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.25 mm -6.88 mm 1.83 mm 183 keV 0 eV 2.57 mm 2.57 mmWAbsorberPhysicalcompt - 2 3.02 mm -6.7 mm 1.92 mm 0 eV 69.5 keV 310 mum 2.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.02 mm -6.7 mm 1.92 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.01 mm -6.7 mm 1.92 mm 0 eV 114 keV 19.5 mum 19.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.25 mm -6.88 mm 1.83 mm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.25 mm -6.88 mm 1.83 mm 0 eV 328 keV 98.9 mum 98.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 mm -4.52 mm 2.7 mm 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.87 mm -4.49 mm 2.8 mm 160 keV 0 eV 316 mum 316 mumWAbsorberPhysicalcompt - 2 2.86 mm -4.48 mm 2.83 mm 0 eV 69.5 keV 42.3 mum 359 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.86 mm -4.48 mm 2.83 mm 90.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.86 mm -4.48 mm 2.83 mm 0 eV 90.5 keV 13.5 mum 13.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.87 mm -4.49 mm 2.8 mm 69.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.87 mm -4.49 mm 2.8 mm 0 eV 69.2 keV 8.73 mum 8.73 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.81 mm -3.55 mm 2.52 mm 736 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 mm -4.36 mm 4 mm 572 keV 0 eV 1.69 mm 1.69 mmWAbsorberPhysicalcompt - 2 2.21 mm -8.36 mm 5.84 mm 0 eV 69.5 keV 4.42 mm 6.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 mm -8.36 mm 5.84 mm 502 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 mm -8.37 mm 5.84 mm 0 eV 502 keV 179 mum 179 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 mm -4.36 mm 4 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 mm -4.36 mm 4 mm 0 eV 164 keV 35 mum 35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.23 mm -3.52 mm 2 mm 1.45 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.63 mm -5.7 mm 6.74 mm 0 eV 69.5 keV 5.26 mm 5.26 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.63 mm -5.7 mm 6.74 mm 1.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 mm -5.62 mm 6.86 mm 802 keV 447 keV 290 mum 290 mumWAbsorberPhysicaleBrem - 2 1.75 mm -5.59 mm 6.87 mm 0 eV 802 keV 327 mum 617 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.74 mm -5.62 mm 6.86 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.78 mm -5.55 mm 6.87 mm 0 eV 69.5 keV 77.9 mum 77.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.78 mm -5.55 mm 6.87 mm 64 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.78 mm -5.55 mm 6.87 mm 0 eV 64 keV 7.65 mum 7.65 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.29 mm -3.42 mm 1.75 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.29 mm -3.42 mm 1.76 mm 0 eV 69.5 keV 10.6 mum 10.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.29 mm -3.42 mm 1.76 mm 36.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.29 mm -3.42 mm 1.76 mm 0 eV 36.2 keV 3.01 mum 3.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 mm -3.37 mm 1.68 mm 1.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.23 mm -4.46 mm 3.5 mm 824 keV 0 eV 2.13 mm 2.13 mmWAbsorberPhysicalcompt - 2 -902 mum -7.65 mm 6.55 mm 787 keV 0 eV 5.41 mm 7.53 mmWAbsorberPhysicalcompt - 3 -1.71 mm -9.19 mm 7.67 mm 0 eV 69.5 keV 2.07 mm 9.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 mm -9.19 mm 7.67 mm 717 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 mm -9.14 mm 7.72 mm 186 keV 397 keV 237 mum 237 mumWAbsorberPhysicaleBrem - 2 -1.67 mm -9.14 mm 7.72 mm 0 eV 186 keV 42.4 mum 279 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 mm -9.14 mm 7.72 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm -9.22 mm 7.74 mm 0 eV 69.5 keV 82.4 mum 82.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm -9.22 mm 7.74 mm 64.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm -9.22 mm 7.74 mm 0 eV 64.9 keV 7.83 mum 7.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -902 mum -7.65 mm 6.55 mm 37.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -902 mum -7.65 mm 6.55 mm 0 eV 37.9 keV 3.24 mum 3.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.23 mm -4.46 mm 3.5 mm 374 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.23 mm -4.46 mm 3.51 mm 0 eV 374 keV 119 mum 119 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.37 mm -3.2 mm 1.31 mm 419 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 mm -4.06 mm 2.38 mm 408 keV 0 eV 1.48 mm 1.48 mmWAbsorberPhysicalcompt - 2 219 mum -5.8 mm 3.89 mm 0 eV 69.5 keV 2.8 mm 4.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 219 mum -5.8 mm 3.89 mm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 215 mum -5.81 mm 3.9 mm 0 eV 339 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 mm -4.06 mm 2.38 mm 11 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 mm -4.06 mm 2.38 mm 0 eV 11 keV 452 nm 452 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.74 mm -2.7 mm 957 mum 28.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.79 mm -2.77 mm 985 mum 24.8 MeV 144 keV 87.5 mum 87.5 mumWAbsorberPhysicaleBrem - 2 1.86 mm -2.91 mm 1 mm 24.1 MeV 411 keV 163 mum 251 mumWAbsorberPhysicaleBrem - 3 1.97 mm -3.27 mm 1.09 mm 22.7 MeV 693 keV 387 mum 638 mumWAbsorberPhysicaleBrem - 4 2.02 mm -3.48 mm 1.1 mm 21.6 MeV 338 keV 215 mum 853 mumWAbsorberPhysicaleBrem - 5 2.04 mm -3.84 mm 1.3 mm 20.4 MeV 852 keV 410 mum 1.26 mmWAbsorberPhysicaleBrem - 6 2.04 mm -3.88 mm 1.3 mm 18.8 MeV 57.1 keV 38.6 mum 1.3 mmWAbsorberPhysicaleBrem - 7 2.13 mm -4.49 mm 1.19 mm 5.55 MeV 1.36 MeV 670 mum 1.97 mmWAbsorberPhysicaleBrem - 8 2.12 mm -4.92 mm 968 mum 4.22 MeV 875 keV 448 mum 2.42 mmWAbsorberPhysicaleBrem - 9 2.16 mm -4.94 mm 973 mum 3.62 MeV 61.2 keV 45.5 mum 2.46 mmWAbsorberPhysicaleBrem - 10 2.16 mm -4.94 mm 973 mum 2.69 MeV 766 eV 1.01 mum 2.46 mmWAbsorberPhysicaleBrem - 11 2.2 mm -4.95 mm 934 mum 2.07 MeV 135 keV 94 mum 2.56 mmWAbsorberPhysicaleBrem - 12 2.47 mm -4.87 mm 1.29 mm 273 keV 1.25 MeV 732 mum 3.29 mmWAbsorberPhysicaleBrem - 13 2.47 mm -4.87 mm 1.28 mm 0 eV 273 keV 75.8 mum 3.37 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.47 mm -4.87 mm 1.29 mm 547 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.56 mm -4.11 mm 775 mum 0 eV 69.5 keV 920 mum 920 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 mm -4.11 mm 775 mum 477 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.57 mm -4.11 mm 764 mum 0 eV 477 keV 167 mum 167 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 mm -4.95 mm 934 mum 487 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm -4.09 mm -3.1 mm 400 keV 0 eV 1.02 cm 1.02 cmWAbsorberPhysicalcompt - 2 1.25 cm -3.04 mm -3.47 mm 0 eV 69.5 keV 1.51 mm 1.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 cm -3.04 mm -3.47 mm 330 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 cm -3.03 mm -3.48 mm 0 eV 330 keV 100 mum 100 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 cm -4.09 mm -3.1 mm 86.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm -4.09 mm -3.1 mm 0 eV 86.8 keV 12.6 mum 12.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.16 mm -4.94 mm 973 mum 925 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.41 mm -5.15 mm 1.49 mm 404 keV 0 eV 1.37 mm 1.37 mmWAbsorberPhysicalcompt - 2 4.82 mm -7.06 mm -375 mum 0 eV 69.5 keV 3.02 mm 4.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.82 mm -7.06 mm -375 mum 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.82 mm -7.07 mm -375 mum 0 eV 335 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.41 mm -5.15 mm 1.49 mm 521 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.42 mm -5.15 mm 1.5 mm 0 eV 521 keV 188 mum 188 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.16 mm -4.94 mm 973 mum 542 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.36 mm -2.92 mm 67.7 mum 200 keV 0 eV 6.58 mm 6.58 mmWAbsorberPhysicalcompt - 2 7.48 mm -2.33 mm 589 mum 0 eV 69.5 keV 1.17 mm 7.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.48 mm -2.33 mm 589 mum 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.48 mm -2.33 mm 589 mum 0 eV 131 keV 24.4 mum 24.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.36 mm -2.92 mm 67.7 mum 342 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.36 mm -2.92 mm 65.8 mum 0 eV 342 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 mm -4.92 mm 968 mum 449 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.7 mm -5.48 mm 1.04 mm 0 eV 69.5 keV 2.65 mm 2.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm -5.48 mm 1.04 mm 379 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.71 mm -5.48 mm 1.05 mm 0 eV 379 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.13 mm -4.49 mm 1.19 mm 11.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.41 mm -5.85 mm 1.23 mm 0 eV 0 eV 1.39 mm 1.39 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 61, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.41 mm -5.85 mm 1.23 mm 2.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.38 mm -5.85 mm 1.44 mm 0 eV 2.53 MeV 1.19 mm 1.19 mmWAbsorberPhysicaleIoni - 2 2.38 mm -5.85 mm 1.44 mm 0 eV 0 eV 0 fm 1.19 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.38 mm -5.85 mm 1.44 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.73 mm -6.35 mm 1.09 mm 0 eV 69.5 keV 701 mum 701 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.73 mm -6.35 mm 1.09 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.73 mm -6.36 mm 1.08 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.38 mm -5.85 mm 1.44 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 563 mum -3.23 mm 3.23 mm 0 eV 69.5 keV 3.66 mm 3.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 563 mum -3.23 mm 3.23 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 551 mum -3.24 mm 3.24 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.41 mm -5.85 mm 1.23 mm 8.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.43 mm -5.93 mm 1.2 mm 4.59 MeV 246 keV 99 mum 99 mumWAbsorberPhysicaleBrem - 2 2.51 mm -6.04 mm 1.2 mm 3.55 MeV 382 keV 136 mum 235 mumWAbsorberPhysicaleBrem - 3 2.52 mm -6.2 mm 1.07 mm 2.05 MeV 545 keV 209 mum 443 mumWAbsorberPhysicaleBrem - 4 2.56 mm -6.3 mm 1.03 mm 0 eV 2.05 MeV 957 mum 1.4 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.52 mm -6.2 mm 1.07 mm 951 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.2 mm -2.24 cm -2.75 mm 0 eV 69.5 keV 1.73 cm 1.73 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.2 mm -2.24 cm -2.75 mm 881 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.25 mm -2.25 cm -2.69 mm 498 keV 214 keV 136 mum 136 mumWAbsorberPhysicaleBrem - 2 7.26 mm -2.25 cm -2.68 mm 0 eV 498 keV 177 mum 313 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.25 mm -2.25 cm -2.69 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.27 mm -2.25 cm -2.66 mm 0 eV 69.5 keV 44.3 mum 44.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.27 mm -2.25 cm -2.66 mm 99.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.27 mm -2.25 cm -2.66 mm 0 eV 99.5 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.51 mm -6.04 mm 1.2 mm 660 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.91 mm -3.74 cm -3.59 mm 423 keV 0 eV 3.18 cm 3.18 cmWAbsorberPhysicalcompt - 2 5.35 mm -3.78 cm -3.35 mm 334 keV 0 eV 619 mum 3.24 cmWAbsorberPhysicalcompt - 3 5.4 mm -3.92 cm -3.03 mm 0 eV 69.5 keV 1.46 mm 3.39 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.4 mm -3.92 cm -3.03 mm 265 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.41 mm -3.92 cm -3.03 mm 0 eV 265 keV 72.4 mum 72.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.35 mm -3.78 cm -3.35 mm 88.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.35 mm -3.78 cm -3.35 mm 0 eV 88.8 keV 13.1 mum 13.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.91 mm -3.74 cm -3.59 mm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.9 mm -3.74 cm -3.59 mm 0 eV 237 keV 61.3 mum 61.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.43 mm -5.93 mm 1.2 mm 3.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm -2.48 cm -1.12 cm 1.07 MeV 0 eV 2.56 cm 2.56 cmWAbsorberPhysicalcompt - 2 1.47 cm -2.5 cm -1.11 cm 331 keV 0 eV 339 mum 2.59 cmWAbsorberPhysicalcompt - 3 1.47 cm -2.5 cm -1.11 cm 0 eV 69.5 keV 2.3 mum 2.59 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.47 cm -2.5 cm -1.11 cm 262 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.47 cm -2.5 cm -1.11 cm 0 eV 262 keV 71.1 mum 71.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.47 cm -2.5 cm -1.11 cm 737 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.47 cm -2.5 cm -1.11 cm 0 eV 737 keV 295 mum 295 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm -2.48 cm -1.12 cm 2.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm -2.52 cm -1.1 cm 891 keV 1.04 MeV 593 mum 593 mumWAbsorberPhysicaleBrem - 2 1.44 cm -2.52 cm -1.1 cm 0 eV 891 keV 372 mum 965 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm -2.52 cm -1.1 cm 499 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm -2.93 cm -8.68 mm 400 keV 0 eV 4.8 mm 4.8 mmWAbsorberPhysicalcompt - 2 1.73 cm -3.12 cm -8.18 mm 378 keV 0 eV 2.86 mm 7.66 mmWAbsorberPhysicalcompt - 3 1.96 cm -3.54 cm -7.79 mm 0 eV 69.5 keV 4.85 mm 1.25 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm -3.54 cm -7.79 mm 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 cm -3.54 cm -7.79 mm 0 eV 309 keV 90.7 mum 90.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm -3.12 cm -8.18 mm 21.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm -3.12 cm -8.18 mm 0 eV 21.7 keV 1.31 mum 1.31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 cm -2.93 cm -8.68 mm 99.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm -2.93 cm -8.68 mm 0 eV 99.3 keV 15.6 mum 15.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 mm -3.88 mm 1.3 mm 1.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 mm -8.99 mm 1.34 mm 1.45 MeV 0 eV 5.11 mm 5.11 mmWAbsorberPhysicalcompt - 2 1.94 mm -9.01 mm 1.34 mm 271 keV 0 eV 25.9 mum 5.14 mmWAbsorberPhysicalcompt - 3 1.83 mm -8.65 mm 2.37 mm 0 eV 69.5 keV 1.1 mm 6.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 mm -8.65 mm 2.37 mm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 mm -8.65 mm 2.37 mm 0 eV 201 keV 47.7 mum 47.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 mm -9.01 mm 1.34 mm 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 mm -9.09 mm 1.42 mm 720 keV 311 keV 189 mum 189 mumWAbsorberPhysicaleBrem - 2 1.95 mm -9.08 mm 1.43 mm 0 eV 720 keV 286 mum 475 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 mm -9.09 mm 1.42 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 734 mum -8.67 mm 1.59 mm 0 eV 69.5 keV 1.31 mm 1.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 734 mum -8.67 mm 1.59 mm 79.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 734 mum -8.67 mm 1.59 mm 0 eV 79.1 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 mm -8.99 mm 1.34 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 mm -8.99 mm 1.35 mm 0 eV 139 keV 27 mum 27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.04 mm -3.84 mm 1.3 mm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 mm -5.78 mm 1.32 mm 0 eV 69.5 keV 1.94 mm 1.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 mm -5.78 mm 1.32 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 mm -5.79 mm 1.32 mm 0 eV 240 keV 62.5 mum 62.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 mm -3.48 mm 1.1 mm 769 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.91 mm -1.32 cm 4.17 mm 0 eV 69.5 keV 1.02 cm 1.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.91 mm -1.32 cm 4.17 mm 699 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.9 mm -1.32 cm 4.18 mm 0 eV 699 keV 276 mum 276 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 mm -3.27 mm 1.09 mm 708 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3 mm -8.24 mm 1.95 mm 0 eV 69.5 keV 5.15 mm 5.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3 mm -8.24 mm 1.95 mm 639 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 mm -8.29 mm 1.92 mm 231 keV 289 keV 117 mum 117 mumWAbsorberPhysicaleBrem - 2 2.98 mm -8.29 mm 1.92 mm 0 eV 231 keV 59.1 mum 176 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 90, Parent ID = 89 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.98 mm -8.29 mm 1.92 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.08 mm -8.13 mm 2.02 mm 0 eV 69.5 keV 214 mum 214 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.08 mm -8.13 mm 2.02 mm 49.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.08 mm -8.13 mm 2.02 mm 0 eV 49.2 keV 4.96 mum 4.96 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 mm -2.91 mm 1 mm 300 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.23 mm -6.58 mm 1.37 mm 146 keV 0 eV 3.93 mm 3.93 mmWAbsorberPhysicalcompt - 2 3.2 mm -6.52 mm 1.31 mm 0 eV 69.5 keV 88.4 mum 4.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.2 mm -6.52 mm 1.31 mm 76.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.2 mm -6.52 mm 1.31 mm 0 eV 76.8 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.23 mm -6.58 mm 1.37 mm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.23 mm -6.58 mm 1.37 mm 0 eV 154 keV 31.4 mum 31.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.79 mm -2.77 mm 985 mum 3.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.92 mm -8.55 mm 2.34 mm 1.04 MeV 0 eV 6.72 mm 6.72 mmWAbsorberPhysicalcompt - 2 1.1 cm -1.07 cm 780 mum 854 keV 0 eV 6.64 mm 1.34 cmWAbsorberPhysicalcompt - 3 1.17 cm -1.09 cm 945 mum 0 eV 69.5 keV 718 mum 1.41 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 cm -1.09 cm 945 mum 785 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 cm -1.09 cm 957 mum 0 eV 785 keV 319 mum 319 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm -1.07 cm 780 mum 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm -1.07 cm 777 mum 0 eV 191 keV 44 mum 44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.92 mm -8.55 mm 2.34 mm 2.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.95 mm -8.69 mm 2.39 mm 0 eV 2.5 MeV 1.16 mm 1.16 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 238 mum -366 mum 163 mum 428 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.07 mm -8.86 mm 3.43 mm 0 eV 69.5 keV 1.08 cm 1.08 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.07 mm -8.86 mm 3.43 mm 359 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.07 mm -8.87 mm 3.43 mm 0 eV 359 keV 113 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -12.9 cm 15.7 cm -7.29 cm 52.3 MeV 0 eV 21.6 cm 21.6 cmLArgPhysicalTransportation - 2 -20.5 cm 25 cm -11.6 cm 52.3 MeV 0 eV 12.7 cm 34.3 cmBackExcluderTransportation - 3 -21 cm 25.6 cm -11.9 cm 52.3 MeV 0 eV 8.56 mm 35.2 cmLArgPhysicalTransportation - 4 -79.8 cm 97.5 cm -45.1 cm 52.3 MeV 0 eV 98.6 cm 1.34 mCryostatVolumesTransportation - 5 -1.11 m 1.36 m -62.9 cm 52.3 MeV 0 eV 52.7 cm 1.86 mInsulationPhysicalTransportation - 6 -1.17 m 1.43 m -66.4 cm 52.3 MeV 0 eV 10.2 cm 1.97 mCryostatVolumesTransportation - 7 -1.17 m 1.44 m -66.5 cm 52.3 MeV 0 eV 3.65 mm 1.97 mMotherTransportation - 8 -4.09 m 5 m -2.31 m 52.3 MeV 0 eV 4.89 m 6.86 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 4.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 21.9 cm -4.35 cm 19 cm 4.03 MeV 0 eV 29.3 cm 29.3 cmLArgPhysicalTransportation - 2 96.3 cm -19.1 cm 83.5 cm 4.03 MeV 0 eV 99.6 cm 1.29 mCryostatVolumesTransportation - 3 96.5 cm -19.2 cm 83.7 cm 4.03 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 4 1.02 m -20.2 cm 88.3 cm 4.03 MeV 0 eV 7.08 cm 1.36 mCryostatVolumesTransportation - 5 1.02 m -20.3 cm 88.4 cm 4.03 MeV 0 eV 2.53 mm 1.37 mMotherTransportation - 6 5 m -99.4 cm 4.33 m 4.03 MeV 0 eV 5.33 m 6.69 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=49.8034 -Edep in FCAL1 FCAl2 : 0 49.8034 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2636 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 136 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 28.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -442 mum -201 mum 389 mum 25.9 MeV 1.24 MeV 660 mum 660 mumWAbsorberPhysicaleBrem - 2 -722 mum -283 mum 600 mum 16.8 MeV 749 keV 363 mum 1.02 mmWAbsorberPhysicaleBrem - 3 -1.19 mm -309 mum 797 mum 15.7 MeV 1.04 MeV 517 mum 1.54 mmWAbsorberPhysicaleBrem - 4 -1.94 mm -470 mum 1.36 mm 9.63 MeV 2.21 MeV 973 mum 2.51 mmWAbsorberPhysicaleBrem - 5 -2.3 mm -804 mum 1.47 mm 8.17 MeV 1.1 MeV 515 mum 3.03 mmWAbsorberPhysicaleBrem - 6 -2.16 mm -1.04 mm 1.87 mm 585 keV 1.2 MeV 487 mum 3.52 mmWAbsorberPhysicaleBrem - 7 -2.16 mm -1.05 mm 1.89 mm 0 eV 585 keV 218 mum 3.73 mmWAbsorberPhysicaleIoni - 8 -2.16 mm -1.05 mm 1.89 mm 0 eV 0 eV 0 fm 3.73 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 mm -1.05 mm 1.89 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.34 mm -4.79 mm 5.34 mm 414 keV 0 eV 6 mm 6 mmWAbsorberPhysicalcompt - 2 -1.47 cm -9.82 mm 5.43 mm 0 eV 69.5 keV 1.06 cm 1.66 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 cm -9.82 mm 5.43 mm 345 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.47 cm -9.82 mm 5.43 mm 0 eV 345 keV 106 mum 106 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.34 mm -4.79 mm 5.34 mm 97 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.34 mm -4.79 mm 5.35 mm 0 eV 97 keV 15.1 mum 15.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 mm -1.05 mm 1.89 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -810 mum 536 mum 422 mum 0 eV 69.5 keV 2.55 mm 2.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -810 mum 536 mum 422 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -807 mum 545 mum 428 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 mm -1.04 mm 1.87 mm 6.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.86 mm -1.33 cm 1.67 cm 4.95 MeV 0 eV 2 cm 2 cmWAbsorberPhysicalcompt - 2 -8.23 mm -1.37 cm 1.75 cm 4.31 MeV 0 eV 989 mum 2.1 cmWAbsorberPhysicalcompt - 3 -8.51 mm -1.43 cm 1.86 cm 551 keV 0 eV 1.29 mm 2.23 cmWAbsorberPhysicalcompt - 4 -1.22 cm -1.51 cm 1.81 cm 0 eV 69.5 keV 3.76 mm 2.61 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.22 cm -1.51 cm 1.81 cm 482 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.22 cm -1.51 cm 1.81 cm 53.7 keV 428 keV 164 mum 164 mumWAbsorberPhysicaleBrem - 2 -1.22 cm -1.51 cm 1.81 cm 0 eV 53.7 keV 5.76 mum 170 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.51 mm -1.43 cm 1.86 cm 3.75 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.97 mm -1.47 cm 1.87 cm 2.29 MeV 1.34 MeV 787 mum 787 mumWAbsorberPhysicaleBrem - 2 -9.23 mm -1.5 cm 1.82 cm 360 keV 1.82 MeV 1 mm 1.79 mmWAbsorberPhysicaleBrem - 3 -9.23 mm -1.51 cm 1.82 cm 0 eV 360 keV 113 mum 1.9 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.23 mm -1.5 cm 1.82 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.15 mm -1.51 cm 1.83 cm 0 eV 69.5 keV 110 mum 110 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.15 mm -1.51 cm 1.83 cm 35.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.15 mm -1.51 cm 1.83 cm 0 eV 35.2 keV 2.87 mum 2.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.97 mm -1.47 cm 1.87 cm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.91 mm -1.44 cm 1.82 cm 0 eV 69.5 keV 542 mum 542 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.91 mm -1.44 cm 1.82 cm 54.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.91 mm -1.44 cm 1.82 cm 0 eV 54.2 keV 5.85 mum 5.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.23 mm -1.37 cm 1.75 cm 646 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.25 mm -1.37 cm 1.75 cm 0 eV 646 keV 249 mum 249 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.86 mm -1.33 cm 1.67 cm 1.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.86 mm -1.33 cm 1.67 cm 0 eV 1.43 MeV 638 mum 638 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.3 mm -804 mum 1.47 mm 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.06 mm -1.72 mm 2.36 mm 0 eV 69.5 keV 1.3 mm 1.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.06 mm -1.72 mm 2.36 mm 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 mm -1.73 mm 2.37 mm 0 eV 293 keV 84.2 mum 84.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 mm -470 mum 1.36 mm 3.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.49 mm -3.48 mm 4.36 mm 0 eV 69.5 keV 5.53 mm 5.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.49 mm -3.48 mm 4.36 mm 3.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.02 mm -3.43 mm 4.26 mm 1.66 MeV 1.33 MeV 689 mum 689 mumWAbsorberPhysicaleBrem - 2 -6.03 mm -3.45 mm 4.28 mm 1.48 MeV 68.9 keV 38 mum 727 mumWAbsorberPhysicaleBrem - 3 -6.07 mm -3.51 mm 4.27 mm 0 eV 1.48 MeV 673 mum 1.4 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.03 mm -3.45 mm 4.28 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.04 mm -3.47 mm 4.28 mm 78.6 keV 0 eV 25.4 mum 25.4 mumWAbsorberPhysicalcompt - 2 -6.03 mm -3.47 mm 4.28 mm 0 eV 69.5 keV 17.2 mum 42.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.03 mm -3.47 mm 4.28 mm 9.12 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.03 mm -3.47 mm 4.28 mm 0 eV 9.12 keV 338 nm 338 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.04 mm -3.47 mm 4.28 mm 25.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.04 mm -3.47 mm 4.28 mm 0 eV 25.2 keV 1.66 mum 1.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.02 mm -3.43 mm 4.26 mm 754 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.47 mm -4.33 mm 4.69 mm 488 keV 0 eV 1.09 mm 1.09 mmWAbsorberPhysicalcompt - 2 -9.63 mm -5 mm 1.01 cm 434 keV 0 eV 6.28 mm 7.37 mmWAbsorberPhysicalcompt - 3 -1.54 cm -6.98 mm 1.36 cm 0 eV 69.5 keV 7.02 mm 1.44 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 cm -6.98 mm 1.36 cm 365 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 cm -6.99 mm 1.36 cm 0 eV 365 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.63 mm -5 mm 1.01 cm 53.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.63 mm -5 mm 1.01 cm 0 eV 53.2 keV 5.67 mum 5.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.47 mm -4.33 mm 4.69 mm 266 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.47 mm -4.33 mm 4.69 mm 0 eV 266 keV 73 mum 73 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 mm -309 mum 797 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 mm -416 mum 1.06 mm 0 eV 69.5 keV 347 mum 347 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm -416 mum 1.06 mm 35.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 mm -416 mum 1.06 mm 0 eV 35.2 keV 2.88 mum 2.88 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -722 mum -283 mum 600 mum 8.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.31 cm -7.92 mm 1.86 cm 3.14 MeV 0 eV 3.79 cm 3.79 cmWAbsorberPhysicalcompt - 2 -3.74 cm -1 cm 2.48 cm 2.21 MeV 0 eV 7.82 mm 4.57 cmWAbsorberPhysicalcompt - 3 -4.75 cm -2.7 cm 4.65 cm 1.56 MeV 0 eV 2.93 cm 7.49 cmWAbsorberPhysicalcompt - 4 -4.96 cm -2.79 cm 4.83 cm 1.11 MeV 0 eV 2.94 mm 7.79 cmWAbsorberPhysicalcompt - 5 -5 cm -2.89 cm 4.97 cm 560 keV 0 eV 1.75 mm 7.96 cmWAbsorberPhysicalcompt - 6 -4.9 cm -3.25 cm 5.01 cm 0 eV 69.5 keV 3.7 mm 8.33 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.9 cm -3.25 cm 5.01 cm 490 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.9 cm -3.25 cm 5.01 cm 0 eV 490 keV 173 mum 173 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5 cm -2.89 cm 4.97 cm 547 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5 cm -2.89 cm 4.97 cm 0 eV 547 keV 201 mum 201 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.96 cm -2.79 cm 4.83 cm 453 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.96 cm -2.79 cm 4.83 cm 0 eV 453 keV 156 mum 156 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.75 cm -2.7 cm 4.65 cm 647 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.75 cm -2.7 cm 4.65 cm 0 eV 647 keV 249 mum 249 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.74 cm -1 cm 2.48 cm 930 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.74 cm -1 cm 2.49 cm 0 eV 930 keV 392 mum 392 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.31 cm -7.92 mm 1.86 cm 5.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.31 cm -7.92 mm 1.86 cm 4.91 MeV 1.29 keV 2.48 mum 2.48 mumWAbsorberPhysicaleBrem - 2 -3.34 cm -7.74 mm 1.88 cm 4.06 MeV 631 keV 382 mum 385 mumWAbsorberPhysicaleBrem - 3 -3.43 cm -7.21 mm 1.86 cm 717 keV 2.79 MeV 1.39 mm 1.77 mmWAbsorberPhysicaleBrem - 4 -3.43 cm -7.2 mm 1.86 cm 30.3 keV 569 keV 12.7 mum 1.79 mmWAbsorberPhysicaleBrem - 5 -3.43 cm -7.2 mm 1.86 cm 0 eV 30.3 keV 2.24 mum 1.79 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.43 cm -7.2 mm 1.86 cm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.44 cm -7.12 mm 1.82 cm 0 eV 69.5 keV 455 mum 455 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.44 cm -7.12 mm 1.82 cm 47.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.44 cm -7.12 mm 1.82 cm 0 eV 47.9 keV 4.76 mum 4.76 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.43 cm -7.21 mm 1.86 cm 551 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.48 cm -5.6 mm 1.86 cm 0 eV 69.5 keV 1.68 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.48 cm -5.6 mm 1.86 cm 481 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.48 cm -5.59 mm 1.86 cm 0 eV 481 keV 169 mum 169 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.34 cm -7.74 mm 1.88 cm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.41 cm -7.12 mm 2 cm 0 eV 69.5 keV 1.46 mm 1.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.41 cm -7.12 mm 2 cm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.41 cm -7.12 mm 2 cm 0 eV 148 keV 29.9 mum 29.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.31 cm -7.92 mm 1.86 cm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.53 cm -7.84 mm 1.98 cm 0 eV 69.5 keV 2.45 mm 2.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.53 cm -7.84 mm 1.98 cm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.53 cm -7.84 mm 1.98 cm 0 eV 184 keV 41.7 mum 41.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -442 mum -201 mum 389 mum 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 mm -398 mum 1.57 mm 773 keV 0 eV 1.93 mm 1.93 mmWAbsorberPhysicalcompt - 2 -3.51 mm -1.22 mm 8.84 mm 310 keV 0 eV 7.48 mm 9.41 mmWAbsorberPhysicalcompt - 3 -3.49 mm -1.36 mm 8.83 mm 0 eV 69.5 keV 142 mum 9.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.49 mm -1.36 mm 8.83 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.49 mm -1.36 mm 8.83 mm 0 eV 240 keV 62.6 mum 62.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.51 mm -1.22 mm 8.84 mm 463 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.51 mm -1.22 mm 8.85 mm 0 eV 463 keV 161 mum 161 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm -398 mum 1.57 mm 415 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 mm -398 mum 1.57 mm 0 eV 415 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.23 cm 4.22 cm -6.83 cm 51.1 MeV 0 eV 9.08 cm 9.08 cmCuPlateBPhysicalTransportation - 2 5.83 cm 5.82 cm -9.42 cm 51.1 MeV 0 eV 3.43 cm 12.5 cmLArgPhysicalTransportation - 3 7.17 cm 7.16 cm -11.6 cm 51.1 MeV 0 eV 2.88 cm 15.4 cmBackExcluderTransportation - 4 38.2 cm 38.1 cm -61.7 cm 51.1 MeV 0 eV 66.6 cm 82 cmLArgPhysicalTransportation - 5 67.1 cm 67 cm -1.08 m 51.1 MeV 0 eV 62 cm 1.44 mCryostatVolumesTransportation - 6 67.2 cm 67.2 cm -1.09 m 51.1 MeV 0 eV 3.39 mm 1.44 mInsulationPhysicalTransportation - 7 70.9 cm 70.8 cm -1.15 m 51.1 MeV 0 eV 7.91 cm 1.52 mCryostatVolumesTransportation - 8 71 cm 71 cm -1.15 m 51.1 MeV 0 eV 2.82 mm 1.53 mMotherTransportation - 9 5 m 5 m -8.08 m 51.1 MeV 0 eV 9.21 m 10.7 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.28 cm -20.3 cm 20.1 cm 25.7 MeV 0 eV 29 cm 29 cmFCALEnvelopePhysicalTransportation - 2 -5.44 cm -20.9 cm 20.7 cm 25.7 MeV 0 eV 8.98 mm 29.9 cmLArgPhysicalTransportation - 3 -25.3 cm -97.5 cm 96.4 cm 25.7 MeV 0 eV 1.09 m 1.39 mMotherTransportation - 4 -1.3 m -5 m 4.94 m 25.7 MeV 0 eV 5.75 m 7.15 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=29.3028 -Edep in FCAL1 FCAl2 : 0 29.3028 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2637 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 137 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 34.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 225 mum -139 mum 1.89 mm 27.6 MeV 3.88 MeV 1.89 mm 1.89 mmWAbsorberPhysicaleBrem - 2 221 mum -552 mum 1.92 mm 26.4 MeV 907 keV 412 mum 2.3 mmWAbsorberPhysicaleBrem - 3 758 mum -2.58 mm 1.37 mm 19.3 MeV 6.89 MeV 2.19 mm 4.49 mmWAbsorberPhysicaleBrem - 4 765 mum -2.64 mm 1.36 mm 19 MeV 128 keV 64 mum 4.55 mmWAbsorberPhysicaleBrem - 5 776 mum -2.81 mm 1.31 mm 3.72 MeV 381 keV 178 mum 4.73 mmWAbsorberPhysicaleBrem - 6 769 mum -3 mm 600 mum 64 keV 2.36 MeV 871 mum 5.6 mmWAbsorberPhysicaleBrem - 7 769 mum -2.99 mm 600 mum 0 eV 64 keV 6.9 mum 5.61 mmWAbsorberPhysicaleIoni - 8 769 mum -2.99 mm 600 mum 0 eV 0 eV 0 fm 5.61 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 769 mum -2.99 mm 600 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.33 mm -2.41 mm 3.42 mm 0 eV 69.5 keV 5.4 mm 5.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.33 mm -2.41 mm 3.42 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.34 mm -2.4 mm 3.43 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 769 mum -2.99 mm 600 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -38.8 mum -3.1 mm 102 mum 0 eV 69.5 keV 954 mum 954 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -38.8 mum -3.1 mm 102 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -48.7 mum -3.09 mm 103 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 769 mum -3 mm 600 mum 1.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 328 mum 6.82 mm -34.7 mum 380 keV 0 eV 9.85 mm 9.85 mmWAbsorberPhysicalcompt - 2 1.11 mm 7.43 mm 4.84 mm 0 eV 69.5 keV 4.97 mm 1.48 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 mm 7.43 mm 4.84 mm 311 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 mm 7.43 mm 4.85 mm 0 eV 311 keV 91.5 mum 91.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 328 mum 6.82 mm -34.7 mum 911 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 325 mum 6.85 mm -46.3 mum 0 eV 911 keV 382 mum 382 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 776 mum -2.81 mm 1.31 mm 14.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm -9.49 mm -262 mum 0 eV 0 eV 6.91 mm 6.91 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 18, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm -9.49 mm -262 mum 7.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 mm -9.97 mm -1.38 mm 4.68 MeV 2.35 MeV 1.36 mm 1.36 mmWAbsorberPhysicaleBrem - 2 1.15 mm -9.73 mm -990 mum 2.74 MeV 992 keV 479 mum 1.84 mmWAbsorberPhysicaleBrem - 3 622 mum -9.83 mm -223 mum 436 keV 2.31 MeV 1.26 mm 3.1 mmWAbsorberPhysicaleIoni - 4 615 mum -9.81 mm -219 mum 153 keV 45.5 keV 28.5 mum 3.13 mmWAbsorberPhysicaleBrem - 5 614 mum -9.8 mm -216 mum 0 eV 153 keV 29.4 mum 3.16 mmWAbsorberPhysicaleIoni - 6 614 mum -9.8 mm -216 mum 0 eV 0 eV 0 fm 3.16 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 614 mum -9.8 mm -216 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm -8.68 mm 1.57 mm 423 keV 0 eV 2.19 mm 2.19 mmWAbsorberPhysicalcompt - 2 298 mum -7.7 mm 3.67 mm 0 eV 69.5 keV 2.49 mm 4.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 298 mum -7.7 mm 3.67 mm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 290 mum -7.7 mm 3.67 mm 0 eV 353 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 mm -8.68 mm 1.57 mm 88.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 mm -8.68 mm 1.57 mm 0 eV 88.2 keV 13 mum 13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 614 mum -9.8 mm -216 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 mm -1.41 cm -7 mm 174 keV 0 eV 8.32 mm 8.32 mmWAbsorberPhysicalcompt - 2 -945 mum -1.31 cm -6.16 mm 0 eV 69.5 keV 1.42 mm 9.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -945 mum -1.31 cm -6.16 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -945 mum -1.31 cm -6.16 mm 0 eV 104 keV 16.9 mum 16.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 mm -1.41 cm -7 mm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm -1.41 cm -7 mm 0 eV 337 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 615 mum -9.81 mm -219 mum 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 919 mum -8.93 mm -1.47 mm 0 eV 69.5 keV 1.56 mm 1.56 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 919 mum -8.93 mm -1.47 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 921 mum -8.93 mm -1.47 mm 0 eV 169 keV 36.4 mum 36.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm -9.73 mm -990 mum 945 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.32 mm -6.86 mm -3.56 mm 0 eV 69.5 keV 8.4 mm 8.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.32 mm -6.86 mm -3.56 mm 876 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.33 mm -6.84 mm -3.57 mm 0 eV 876 keV 365 mum 365 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 mm -9.97 mm -1.38 mm 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 mm -9.89 mm -1.36 mm 126 keV 0 eV 89.1 mum 89.1 mumWAbsorberPhysicalcompt - 2 1.35 mm -9.92 mm -1.36 mm 0 eV 69.5 keV 35 mum 124 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.35 mm -9.92 mm -1.36 mm 56.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.35 mm -9.92 mm -1.36 mm 0 eV 56.5 keV 6.26 mum 6.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 mm -9.89 mm -1.36 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 mm -9.89 mm -1.36 mm 0 eV 122 keV 21.7 mum 21.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm -9.49 mm -262 mum 6.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 mm -9.66 mm -246 mum 6.04 MeV 392 keV 167 mum 167 mumWAbsorberPhysicaleBrem - 2 1.57 mm -1.08 cm 692 mum 2.17 MeV 3.72 MeV 1.7 mm 1.86 mmWAbsorberPhysicaleBrem - 3 1.53 mm -1.08 cm 757 mum 1.84 MeV 166 keV 97.2 mum 1.96 mmWAbsorberPhysicaleBrem - 4 1.52 mm -1.08 cm 806 mum 1.45 MeV 95.3 keV 55.7 mum 2.02 mmWAbsorberPhysicaleBrem - 5 1.41 mm -1.07 cm 874 mum 66.2 keV 1.24 MeV 328 mum 2.34 mmWAbsorberPhysicaleBrem - 6 1.41 mm -1.07 cm 873 mum 0 eV 66.2 keV 8.11 mum 2.35 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm -1.07 cm 874 mum 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm -1.08 cm 1.06 mm 0 eV 69.5 keV 387 mum 387 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 mm -1.08 cm 1.06 mm 74.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm -1.08 cm 1.06 mm 0 eV 74.2 keV 9.78 mum 9.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 mm -1.08 cm 806 mum 292 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 667 mum -1.15 cm 1.67 mm 240 keV 0 eV 1.4 mm 1.4 mmWAbsorberPhysicalcompt - 2 147 mum -1.38 cm 1.7 mm 0 eV 69.5 keV 2.3 mm 3.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 147 mum -1.38 cm 1.7 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 146 mum -1.38 cm 1.7 mm 0 eV 171 keV 37.2 mum 37.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 667 mum -1.15 cm 1.67 mm 51.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 666 mum -1.15 cm 1.67 mm 0 eV 51.2 keV 5.3 mum 5.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm -1.08 cm 757 mum 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 mm -1.03 cm 1.81 mm 0 eV 69.5 keV 1.22 mm 1.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 mm -1.03 cm 1.81 mm 98 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 mm -1.03 cm 1.81 mm 0 eV 98 keV 15.3 mum 15.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm -1.08 cm 692 mum 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm -1.07 cm 762 mum 0 eV 69.5 keV 398 mum 398 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 mm -1.07 cm 762 mum 80.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm -1.07 cm 763 mum 0 eV 80.1 keV 11 mum 11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 mm -9.66 mm -246 mum 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 mm -9.94 mm -349 mum 0 eV 69.5 keV 311 mum 311 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 mm -9.94 mm -349 mum 77.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 mm -9.94 mm -348 mum 0 eV 77.3 keV 10.4 mum 10.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 765 mum -2.64 mm 1.36 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 791 mum -2.82 mm 1.33 mm 0 eV 69.5 keV 183 mum 183 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 791 mum -2.82 mm 1.33 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 790 mum -2.82 mm 1.33 mm 0 eV 127 keV 23.1 mum 23.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 758 mum -2.58 mm 1.37 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 773 mum -2.93 mm 1.3 mm 149 keV 0 eV 360 mum 360 mumWAbsorberPhysicalcompt - 2 976 mum -3.04 mm 1.43 mm 0 eV 69.5 keV 263 mum 623 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 976 mum -3.04 mm 1.43 mm 79.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 976 mum -3.04 mm 1.43 mm 0 eV 79.4 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 773 mum -2.93 mm 1.3 mm 35.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 773 mum -2.93 mm 1.3 mm 0 eV 35.5 keV 2.92 mum 2.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 221 mum -552 mum 1.92 mm 355 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 243 mum -1.16 mm 1.96 mm 310 keV 0 eV 610 mum 610 mumWAbsorberPhysicalcompt - 2 -1.92 mm -4.21 mm 1.87 mm 246 keV 0 eV 3.74 mm 4.35 mmWAbsorberPhysicalcompt - 3 -1.71 mm -5.1 mm 2.36 mm 0 eV 69.5 keV 1.04 mm 5.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 mm -5.1 mm 2.36 mm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 mm -5.1 mm 2.36 mm 0 eV 176 keV 39 mum 39 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 mm -4.21 mm 1.87 mm 64.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.92 mm -4.21 mm 1.87 mm 0 eV 64.1 keV 7.66 mum 7.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 243 mum -1.16 mm 1.96 mm 45.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 244 mum -1.16 mm 1.96 mm 0 eV 45.3 keV 4.36 mum 4.36 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 225 mum -139 mum 1.89 mm 2.87 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -778 mum -4.39 cm 1.9 cm 0 eV 0 eV 4.7 cm 4.7 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 50, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -778 mum -4.39 cm 1.9 cm 1.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -783 mum -4.39 cm 1.9 cm 0 eV 1.02 MeV 440 mum 440 mumWAbsorberPhysicaleIoni - 2 -783 mum -4.39 cm 1.9 cm 0 eV 0 eV 0 fm 440 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -783 mum -4.39 cm 1.9 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 mm -4.34 cm 2.39 cm 257 keV 0 eV 4.95 mm 4.95 mmWAbsorberPhysicalcompt - 2 -1.58 mm -4.32 cm 2.38 cm 0 eV 69.5 keV 200 mum 5.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 mm -4.32 cm 2.38 cm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 mm -4.32 cm 2.38 cm 0 eV 187 keV 42.9 mum 42.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 mm -4.34 cm 2.39 cm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 mm -4.34 cm 2.39 cm 0 eV 254 keV 68 mum 68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -783 mum -4.39 cm 1.9 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -680 mum -4.4 cm 1.84 cm 357 keV 0 eV 643 mum 643 mumWAbsorberPhysicalcompt - 2 -2.99 mm -4.39 cm 1.61 cm 0 eV 69.5 keV 3.24 mm 3.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.99 mm -4.39 cm 1.61 cm 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.99 mm -4.39 cm 1.61 cm 0 eV 288 keV 81.9 mum 81.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -680 mum -4.4 cm 1.84 cm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -678 mum -4.4 cm 1.84 cm 0 eV 154 keV 31.4 mum 31.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -778 mum -4.39 cm 1.9 cm 832 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -781 mum -4.39 cm 1.9 cm 646 keV 27.8 keV 22.5 mum 22.5 mumWAbsorberPhysicaleBrem - 2 -764 mum -4.39 cm 1.9 cm 0 eV 646 keV 249 mum 272 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -781 mum -4.39 cm 1.9 cm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -517 mum -4.41 cm 1.9 cm 0 eV 69.5 keV 318 mum 318 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -517 mum -4.41 cm 1.9 cm 88.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -516 mum -4.41 cm 1.9 cm 0 eV 88.5 keV 13 mum 13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 cm 3.7 cm -6.81 cm 45.8 MeV 0 eV 8.09 cm 8.09 cmCuPlateBPhysicalTransportation - 2 -3.2 cm 5.1 cm -9.38 cm 45.8 MeV 0 eV 3.06 cm 11.1 cmLArgPhysicalTransportation - 3 -3.96 cm 6.3 cm -11.6 cm 45.8 MeV 0 eV 2.61 cm 13.8 cmBackExcluderTransportation - 4 -26.4 cm 42.1 cm -77.4 cm 45.8 MeV 0 eV 78.2 cm 92 cmLArgPhysicalTransportation - 5 -41.2 cm 65.6 cm -1.21 m 45.8 MeV 0 eV 51.3 cm 1.43 mCryostatVolumesTransportation - 6 -41.3 cm 65.7 cm -1.21 m 45.8 MeV 0 eV 3.37 mm 1.44 mInsulationPhysicalTransportation - 7 -43.6 cm 69.3 cm -1.28 m 45.8 MeV 0 eV 7.87 cm 1.52 mCryostatVolumesTransportation - 8 -43.6 cm 69.5 cm -1.28 m 45.8 MeV 0 eV 2.81 mm 1.52 mMotherTransportation - 9 -3.14 m 5 m -9.2 m 45.8 MeV 0 eV 9.41 m 10.9 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.69 cm -20 cm 4.08 cm 25 MeV 0 eV 20.7 cm 20.7 cmFCALEnvelopePhysicalTransportation - 2 4.2 cm -22.8 cm 4.65 cm 25 MeV 0 eV 2.89 cm 23.6 cmLArgPhysicalTransportation - 3 18 cm -97.5 cm 19.9 cm 25 MeV 0 eV 77.5 cm 1.01 mMotherTransportation - 4 92.2 cm -5 m 1.02 m 25 MeV 0 eV 4.17 m 5.19 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=35.4069 -Edep in FCAL1 FCAl2 : 0 35.4069 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2638 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 138 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -424 mum 501 mum -86.7 mum 29.3 MeV 2.3 MeV 661 mum 661 mumWAbsorberPhysicaleBrem - 2 -1.23 mm 1.35 mm -637 mum 13.1 MeV 2.28 MeV 1.33 mm 1.99 mmWAbsorberPhysicaleBrem - 3 -2.63 mm 1.58 mm -1.26 mm 5.99 MeV 3.74 MeV 1.63 mm 3.62 mmWAbsorberPhysicaleBrem - 4 -2.68 mm 1.68 mm -1.24 mm 5.38 MeV 168 keV 109 mum 3.73 mmWAbsorberPhysicaleBrem - 5 -4.27 mm 1.38 mm -922 mum 2.29 MeV 3.09 MeV 1.82 mm 5.55 mmWAbsorberPhysicaleIoni - 6 -4.31 mm 1.37 mm -875 mum 1.84 MeV 90.9 keV 65.4 mum 5.61 mmWAbsorberPhysicaleBrem - 7 -4.19 mm 1.5 mm -793 mum 854 keV 353 keV 234 mum 5.85 mmWAbsorberPhysicaleBrem - 8 -4.19 mm 1.36 mm -748 mum 182 keV 357 keV 220 mum 6.07 mmWAbsorberPhysicaleBrem - 9 -4.19 mm 1.36 mm -750 mum 0 eV 182 keV 39.1 mum 6.11 mmWAbsorberPhysicaleIoni - 10 -4.19 mm 1.36 mm -750 mum 0 eV 0 eV 0 fm 6.11 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.19 mm 1.36 mm -750 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.37 mm 1.4 mm -869 mum 350 keV 0 eV 227 mum 227 mumWAbsorberPhysicalcompt - 2 -4.46 mm 1.19 mm -1.37 mm 344 keV 0 eV 551 mum 777 mumWAbsorberPhysicalcompt - 3 -4.99 mm 279 mum -2.73 mm 0 eV 69.5 keV 1.72 mm 2.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.99 mm 279 mum -2.73 mm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.99 mm 278 mum -2.73 mm 0 eV 274 keV 76.3 mum 76.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.46 mm 1.19 mm -1.37 mm 6.03 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.46 mm 1.19 mm -1.37 mm 0 eV 6.03 keV 183 nm 183 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.37 mm 1.4 mm -869 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.38 mm 1.4 mm -869 mum 0 eV 161 keV 33.9 mum 33.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.19 mm 1.36 mm -750 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.69 mm -579 mum 4.87 mm 0 eV 69.5 keV 1.07 cm 1.07 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.69 mm -579 mum 4.87 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.69 mm -589 mum 4.87 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.19 mm 1.36 mm -748 mum 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.17 mm -461 mum -3.25 mm 285 keV 0 eV 3.1 mm 3.1 mmWAbsorberPhysicalcompt - 2 -4.02 mm -868 mum -3.44 mm 0 eV 69.5 keV 470 mum 3.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.02 mm -868 mum -3.44 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.02 mm -870 mum -3.44 mm 0 eV 215 keV 53.1 mum 53.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.17 mm -461 mum -3.25 mm 29.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.17 mm -461 mum -3.25 mm 0 eV 29.5 keV 2.16 mum 2.16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.19 mm 1.5 mm -793 mum 635 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.63 mm 859 mum -1.06 mm 312 keV 0 eV 1.71 mm 1.71 mmWAbsorberPhysicalcompt - 2 -2.54 mm 775 mum -729 mum 271 keV 0 eV 352 mum 2.06 mmWAbsorberPhysicalcompt - 3 -1.09 mm 881 mum 403 mum 0 eV 69.5 keV 1.84 mm 3.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 mm 881 mum 403 mum 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 mm 884 mum 404 mum 0 eV 202 keV 48 mum 48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.54 mm 775 mum -729 mum 40.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.54 mm 775 mum -729 mum 0 eV 40.3 keV 3.58 mum 3.58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.63 mm 859 mum -1.06 mm 324 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.62 mm 857 mum -1.06 mm 0 eV 324 keV 96.9 mum 96.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.31 mm 1.37 mm -875 mum 357 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.28 mm 1.79 mm 2.05 mm 0 eV 69.5 keV 2.96 mm 2.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.28 mm 1.79 mm 2.05 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.28 mm 1.8 mm 2.05 mm 0 eV 287 keV 81.8 mum 81.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.68 mm 1.68 mm -1.24 mm 449 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.6 mm 8.71 mm 1.15 mm 0 eV 69.5 keV 8.4 mm 8.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.6 mm 8.71 mm 1.15 mm 380 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.61 mm 8.72 mm 1.15 mm 0 eV 380 keV 122 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.63 mm 1.58 mm -1.26 mm 3.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.44 mm 5.18 mm -237 mum 3.22 MeV 0 eV 4.67 mm 4.67 mmWAbsorberPhysicalcompt - 2 -1.66 cm 2.01 cm 1.48 mm 338 keV 0 eV 1.87 cm 2.34 cmWAbsorberPhysicalcompt - 3 -1.66 cm 1.98 cm 636 mum 0 eV 69.5 keV 904 mum 2.43 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 cm 1.98 cm 636 mum 268 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 cm 1.98 cm 631 mum 0 eV 268 keV 73.7 mum 73.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 cm 2.01 cm 1.48 mm 2.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 cm 2.04 cm 1.07 mm 906 keV 1.06 MeV 686 mum 686 mumWAbsorberPhysicaleBrem - 2 -1.66 cm 2.04 cm 1.11 mm 0 eV 906 keV 380 mum 1.07 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 cm 2.04 cm 1.07 mm 914 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 cm 2.04 cm 4.76 mm 803 keV 0 eV 3.69 mm 3.69 mmWAbsorberPhysicalcompt - 2 -1.55 cm 2.1 cm 8.76 mm 195 keV 0 eV 4.27 mm 7.96 mmWAbsorberPhysicalcompt - 3 -1.55 cm 2.1 cm 8.65 mm 0 eV 69.5 keV 120 mum 8.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 cm 2.1 cm 8.65 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 cm 2.1 cm 8.65 mm 0 eV 126 keV 22.8 mum 22.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 cm 2.1 cm 8.76 mm 608 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 cm 2.11 cm 8.78 mm 23.9 keV 434 keV 162 mum 162 mumWAbsorberPhysicaleBrem - 2 -1.55 cm 2.11 cm 8.78 mm 0 eV 23.9 keV 1.53 mum 163 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 cm 2.11 cm 8.78 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm 2.15 cm 9.16 mm 0 eV 69.5 keV 595 mum 595 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 cm 2.15 cm 9.16 mm 80 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm 2.15 cm 9.16 mm 0 eV 80 keV 11 mum 11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 cm 2.04 cm 4.76 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 cm 2.04 cm 4.76 mm 0 eV 111 keV 18.7 mum 18.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.44 mm 5.18 mm -237 mum 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.44 mm 5.18 mm -234 mum 0 eV 183 keV 41.5 mum 41.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 mm 1.35 mm -637 mum 13.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.29 mm 5.27 mm -121 mum 0 eV 0 eV 7.23 mm 7.23 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 35, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.29 mm 5.27 mm -121 mum 10.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.49 mm 5.36 mm -154 mum 9.67 MeV 397 keV 222 mum 222 mumWAbsorberPhysicaleBrem - 2 -8.04 mm 5.9 mm 781 mum 5.51 MeV 2.55 MeV 1.43 mm 1.66 mmWAbsorberPhysicaleBrem - 3 -8.03 mm 5.92 mm 744 mum 4.77 MeV 83.3 keV 44.2 mum 1.7 mmWAbsorberPhysicaleBrem - 4 -8.03 mm 6.4 mm 334 mum 2.51 MeV 1.11 MeV 657 mum 2.36 mmWAbsorberPhysicaleBrem - 5 -8.29 mm 6.74 mm 98.9 mum 1.37 MeV 1.01 MeV 628 mum 2.99 mmWAbsorberPhysicaleBrem - 6 -8.27 mm 6.81 mm 154 mum 0 eV 1.37 MeV 623 mum 3.61 mmWAbsorberPhysicaleIoni - 7 -8.27 mm 6.81 mm 154 mum 0 eV 0 eV 0 fm 3.61 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.27 mm 6.81 mm 154 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.12 mm 7.23 mm -245 mum 0 eV 69.5 keV 1.03 mm 1.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.12 mm 7.23 mm -245 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.13 mm 7.23 mm -251 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.27 mm 6.81 mm 154 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -950 mum 3.16 mm 3.58 mm 0 eV 69.5 keV 8.87 mm 8.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -950 mum 3.16 mm 3.58 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -940 mum 3.16 mm 3.58 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.29 mm 6.74 mm 98.9 mum 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.1 mm 6.76 mm 190 mum 0 eV 69.5 keV 213 mum 213 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.1 mm 6.76 mm 190 mum 61.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.1 mm 6.76 mm 190 mum 0 eV 61.3 keV 7.14 mum 7.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.03 mm 6.4 mm 334 mum 1.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.74 mm 8.36 mm -504 mum 231 keV 0 eV 2.49 mm 2.49 mmWAbsorberPhysicalcompt - 2 -6.72 mm 8.22 mm -467 mum 0 eV 69.5 keV 142 mum 2.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.72 mm 8.22 mm -467 mum 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.72 mm 8.22 mm -468 mum 0 eV 162 keV 34.1 mum 34.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.74 mm 8.36 mm -504 mum 919 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.73 mm 8.39 mm -516 mum 0 eV 919 keV 386 mum 386 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.03 mm 5.92 mm 744 mum 656 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.34 mm 6.43 mm -3.09 mm 0 eV 69.5 keV 3.93 mm 3.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.34 mm 6.43 mm -3.09 mm 587 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.32 mm 6.48 mm -3.1 mm 207 keV 141 keV 82.6 mum 82.6 mumWAbsorberPhysicaleBrem - 2 -7.31 mm 6.48 mm -3.1 mm 21.5 keV 33 keV 14.1 mum 96.6 mumWAbsorberPhysicaleBrem - 3 -7.31 mm 6.48 mm -3.1 mm 0 eV 21.5 keV 1.29 mum 97.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.31 mm 6.48 mm -3.1 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.64 mm 6.68 mm -2.95 mm 0 eV 69.5 keV 406 mum 406 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.64 mm 6.68 mm -2.95 mm 83 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.64 mm 6.68 mm -2.95 mm 0 eV 83 keV 11.7 mum 11.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.32 mm 6.48 mm -3.1 mm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.61 mm 6.89 mm -3.36 mm 0 eV 69.5 keV 865 mum 865 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.61 mm 6.89 mm -3.36 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.61 mm 6.89 mm -3.36 mm 0 eV 169 keV 36.7 mum 36.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.04 mm 5.9 mm 781 mum 1.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.47 mm 7.73 mm -3.23 mm 1.41 MeV 0 eV 4.43 mm 4.43 mmWAbsorberPhysicalcompt - 2 -8.08 mm 1.17 cm -8.03 mm 516 keV 0 eV 6.22 mm 1.06 cmWAbsorberPhysicalcompt - 3 -8.12 mm 1.17 cm -8.03 mm 178 keV 0 eV 66.7 mum 1.07 cmWAbsorberPhysicalcompt - 4 -7.05 mm 1.11 cm -7.63 mm 0 eV 69.5 keV 1.27 mm 1.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.05 mm 1.11 cm -7.63 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.05 mm 1.11 cm -7.63 mm 0 eV 109 keV 18.2 mum 18.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.12 mm 1.17 cm -8.03 mm 338 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.13 mm 1.17 cm -8.03 mm 0 eV 338 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.08 mm 1.17 cm -8.03 mm 898 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.07 mm 1.17 cm -8.06 mm 0 eV 898 keV 376 mum 376 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.47 mm 7.73 mm -3.23 mm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.47 mm 7.73 mm -3.23 mm 0 eV 201 keV 47.8 mum 47.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.49 mm 5.36 mm -154 mum 793 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm 1.27 cm 585 mum 358 keV 0 eV 9.75 mm 9.75 mmWAbsorberPhysicalcompt - 2 -1.38 cm 1.28 cm 653 mum 0 eV 69.5 keV 124 mum 9.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 cm 1.28 cm 653 mum 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 cm 1.28 cm 655 mum 0 eV 289 keV 82.4 mum 82.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 cm 1.27 cm 585 mum 434 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm 1.27 cm 560 mum 169 keV 73.2 keV 48.5 mum 48.5 mumWAbsorberPhysicaleBrem - 2 -1.39 cm 1.27 cm 559 mum 0 eV 169 keV 36.5 mum 85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 cm 1.27 cm 560 mum 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 cm 1.19 cm 2.25 mm 0 eV 69.5 keV 2.15 mm 2.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 cm 1.19 cm 2.25 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 cm 1.19 cm 2.25 mm 0 eV 123 keV 22 mum 22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.29 mm 5.27 mm -121 mum 2.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.38 mm 5.31 mm -77.1 mum 0 eV 2.02 MeV 942 mum 942 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -424 mum 501 mum -86.7 mum 424 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.32 mm 3.17 mm -959 mum 192 keV 0 eV 4.04 mm 4.04 mmWAbsorberPhysicalcompt - 2 -3.43 mm 2.22 mm -1.33 mm 0 eV 69.5 keV 1.03 mm 5.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.43 mm 2.22 mm -1.33 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.43 mm 2.21 mm -1.33 mm 0 eV 122 keV 21.9 mum 21.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.32 mm 3.17 mm -959 mum 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.33 mm 3.18 mm -959 mum 0 eV 232 keV 59.6 mum 59.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm -6.38 cm -6.31 cm 36.4 MeV 0 eV 9.03 cm 9.03 cmCuPlateBPhysicalTransportation - 2 1.41 cm -8.79 cm -8.69 cm 36.4 MeV 0 eV 3.41 cm 12.4 cmLArgPhysicalTransportation - 3 1.88 cm -11.7 cm -11.6 cm 36.4 MeV 0 eV 4.13 cm 16.6 cmBackExcluderTransportation - 4 4.83 cm -30.1 cm -29.8 cm 36.4 MeV 0 eV 26.1 cm 42.7 cmLArgPhysicalTransportation - 5 15.6 cm -97.5 cm -96.4 cm 36.4 MeV 0 eV 95.4 cm 1.38 mMotherTransportation - 6 80.2 cm -5 m -4.95 m 36.4 MeV 0 eV 5.7 m 7.08 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 14.4 cm 4.7 mm 33 cm 36.7 MeV 0 eV 36 cm 36 cmF2RodPhysicalTransportation - 2 14.5 cm 4.73 mm 33.2 cm 36.7 MeV 0 eV 1.8 mm 36.2 cmF2LArGapPhysicalTransportation - 3 14.6 cm 4.74 mm 33.3 cm 36.7 MeV 0 eV 1.29 mm 36.3 cmCuPlateAPhysicalTransportation - 4 15.5 cm 5.06 mm 35.5 cm 36.7 MeV 0 eV 2.42 cm 38.8 cmFCALEnvelopePhysicalTransportation - 5 16.7 cm 5.45 mm 38.3 cm 36.7 MeV 0 eV 3 cm 41.8 cmFCALEmModulePhysicalTransportation - 6 17 cm 5.55 mm 38.9 cm 36.7 MeV 0 eV 7.17 mm 42.5 cmF1LArGapPhysicalTransportation - 7 17.1 cm 5.56 mm 39 cm 36.7 MeV 0 eV 894 mum 42.6 cmFCALEmModulePhysicalTransportation - 8 17.4 cm 5.67 mm 39.8 cm 36.7 MeV 0 eV 8.43 mm 43.4 cmF1LArGapPhysicalTransportation - 9 17.4 cm 5.68 mm 39.8 cm 36.7 MeV 0 eV 894 mum 43.5 cmFCALEmModulePhysicalTransportation - 10 17.7 cm 5.77 mm 40.5 cm 36.7 MeV 0 eV 6.73 mm 44.2 cmF1LArGapPhysicalTransportation - 11 17.7 cm 5.78 mm 40.5 cm 36.7 MeV 0 eV 676 mum 44.2 cmFCALEmModulePhysicalTransportation - 12 18.2 cm 5.93 mm 41.6 cm 36.7 MeV 0 eV 1.16 cm 45.4 cmF1LArGapPhysicalTransportation - 13 18.2 cm 5.94 mm 41.7 cm 36.7 MeV 0 eV 676 mum 45.5 cmFCALEmModulePhysicalTransportation - 14 25.2 cm 8.2 mm 57.5 cm 36.7 MeV 0 eV 17.3 cm 62.8 cmLArgPhysicalTransportation - 15 51.1 cm 1.66 cm 1.17 m 36.7 MeV 0 eV 64.7 cm 1.27 mCryostatVolumesTransportation - 16 51.2 cm 1.67 cm 1.17 m 36.7 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 17 54 cm 1.76 cm 1.23 m 36.7 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 18 54.1 cm 1.76 cm 1.24 m 36.7 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 19 62.1 cm 2.02 cm 1.42 m 36.7 MeV 0 eV 20 cm 1.55 mIronWallPhysicalTransportation - 20 79.7 cm 2.59 cm 1.82 m 36.7 MeV 0 eV 43.7 cm 1.99 mMotherTransportation - 21 5 m 16.3 cm 11.4 m 36.7 MeV 0 eV 10.5 m 12.5 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=33.0578 -Edep in FCAL1 FCAl2 : 0 33.0578 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2639 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 139 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 174 mum -54.5 mum 13.8 mum 47.5 MeV 542 keV 183 mum 183 mumWAbsorberPhysicaleBrem - 2 213 mum -65.1 mum 14.8 mum 45.8 MeV 102 keV 40.2 mum 223 mumWAbsorberPhysicaleBrem - 3 493 mum -153 mum 21.2 mum 37.5 MeV 578 keV 294 mum 517 mumWAbsorberPhysicaleBrem - 4 553 mum -185 mum 24.1 mum 36.2 MeV 219 keV 68.9 mum 586 mumWAbsorberPhysicaleBrem - 5 950 mum -382 mum 25.6 mum 18 MeV 876 keV 445 mum 1.03 mmWAbsorberPhysicaleBrem - 6 1.09 mm -414 mum 39.5 mum 13.7 MeV 244 keV 143 mum 1.17 mmWAbsorberPhysicaleBrem - 7 1.43 mm -547 mum 135 mum 12.7 MeV 824 keV 435 mum 1.61 mmWAbsorberPhysicaleBrem - 8 2.22 mm -482 mum 341 mum 8.05 MeV 2.01 MeV 870 mum 2.48 mmWAbsorberPhysicaleIoni - 9 2.25 mm -451 mum 412 mum 7.75 MeV 149 keV 85.8 mum 2.56 mmWAbsorberPhysicaleBrem - 10 2.07 mm 1.13 mm 476 mum 3.46 MeV 3.77 MeV 1.92 mm 4.48 mmWAbsorberPhysicaleBrem - 11 2.05 mm 1.1 mm 311 mum 2.3 MeV 219 keV 167 mum 4.65 mmWAbsorberPhysicaleBrem - 12 2.64 mm 1.32 mm 134 mum 675 keV 1.28 MeV 902 mum 5.55 mmWAbsorberPhysicaleBrem - 13 2.63 mm 1.29 mm 131 mum 0 eV 675 keV 263 mum 5.81 mmWAbsorberPhysicaleIoni - 14 2.63 mm 1.29 mm 131 mum 0 eV 0 eV 0 fm 5.81 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 mm 1.29 mm 131 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.64 mm -615 mum 551 mum 447 keV 0 eV 1.95 mm 1.95 mmWAbsorberPhysicalcompt - 2 2.22 mm -1.47 mm 472 mum 322 keV 0 eV 956 mum 2.9 mmWAbsorberPhysicalcompt - 3 2.3 mm -1.76 mm 695 mum 0 eV 69.5 keV 367 mum 3.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.3 mm -1.76 mm 695 mum 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.29 mm -1.76 mm 693 mum 0 eV 252 keV 67.2 mum 67.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 mm -1.47 mm 472 mum 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.22 mm -1.47 mm 471 mum 0 eV 125 keV 22.7 mum 22.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.64 mm -615 mum 551 mum 63.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.64 mm -615 mum 551 mum 0 eV 63.9 keV 7.62 mum 7.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 mm 1.29 mm 131 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm 1.44 cm -2.77 mm 0 eV 69.5 keV 1.35 cm 1.35 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 mm 1.44 cm -2.77 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 mm 1.44 cm -2.77 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.64 mm 1.32 mm 134 mum 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -153 mum -940 mum -977 mum 0 eV 69.5 keV 3.76 mm 3.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -153 mum -940 mum -977 mum 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -155 mum -945 mum -979 mum 0 eV 270 keV 74.4 mum 74.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 mm 1.1 mm 311 mum 944 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.63 mm 515 mum -157 mum 340 keV 0 eV 947 mum 947 mumWAbsorberPhysicalcompt - 2 2.14 mm 389 mum -654 mum 0 eV 69.5 keV 704 mum 1.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.14 mm 389 mum -654 mum 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.14 mm 390 mum -658 mum 0 eV 271 keV 74.9 mum 74.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 mm 515 mum -157 mum 604 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.64 mm 505 mum -161 mum 0 eV 604 keV 228 mum 228 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 mm 1.13 mm 476 mum 521 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.94 mm -3.65 mm -1.05 cm 484 keV 0 eV 1.3 cm 1.3 cmWAbsorberPhysicalcompt - 2 -7.13 mm -5.28 mm -1.44 cm 398 keV 0 eV 5.92 mm 1.89 cmWAbsorberPhysicalcompt - 3 -1.44 cm -812 mum -2.18 cm 0 eV 69.5 keV 1.14 cm 3.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 cm -812 mum -2.18 cm 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 cm -813 mum -2.18 cm 0 eV 329 keV 99.3 mum 99.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.13 mm -5.28 mm -1.44 cm 85.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.13 mm -5.28 mm -1.44 cm 0 eV 85.3 keV 12.3 mum 12.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.94 mm -3.65 mm -1.05 cm 37.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.94 mm -3.65 mm -1.05 cm 0 eV 37.7 keV 3.21 mum 3.21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.25 mm -451 mum 412 mum 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.39 mm -360 mum 592 mum 0 eV 69.5 keV 248 mum 248 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 mm -360 mum 592 mum 86.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.39 mm -359 mum 592 mum 0 eV 86.9 keV 12.7 mum 12.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.22 mm -482 mum 341 mum 2.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.43 mm -499 mum 353 mum 610 keV 305 keV 207 mum 207 mumWAbsorberPhysicaleBrem - 2 2.44 mm -505 mum 363 mum 0 eV 610 keV 232 mum 439 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.43 mm -499 mum 353 mum 1.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.78 mm -2.62 mm 1.48 mm 0 eV 0 eV 3.36 mm 3.36 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.78 mm -2.62 mm 1.48 mm 37.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.78 mm -2.62 mm 1.48 mm 0 eV 37.9 keV 2.84 mum 2.84 mumWAbsorberPhysicaleIoni - 2 4.78 mm -2.62 mm 1.48 mm 0 eV 0 eV 0 fm 2.84 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.78 mm -2.62 mm 1.48 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.62 mm -2.24 mm 1.46 mm 211 keV 0 eV 408 mum 408 mumWAbsorberPhysicalcompt - 2 4.23 mm -2.67 mm 1.56 mm 0 eV 69.5 keV 593 mum 1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.23 mm -2.67 mm 1.56 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.22 mm -2.68 mm 1.56 mm 0 eV 142 keV 27.8 mum 27.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.62 mm -2.24 mm 1.46 mm 300 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.62 mm -2.24 mm 1.46 mm 0 eV 300 keV 86.9 mum 86.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.78 mm -2.62 mm 1.48 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.9 mm -2.91 mm 1.5 mm 204 keV 0 eV 318 mum 318 mumWAbsorberPhysicalcompt - 2 5.98 mm -260 mum 3.9 mm 0 eV 69.5 keV 3.74 mm 4.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.98 mm -260 mum 3.9 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.99 mm -259 mum 3.9 mm 0 eV 135 keV 25.6 mum 25.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.9 mm -2.91 mm 1.5 mm 307 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.91 mm -2.92 mm 1.5 mm 0 eV 307 keV 89.8 mum 89.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.78 mm -2.62 mm 1.48 mm 647 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.8 mm -2.62 mm 1.48 mm 0 eV 647 keV 250 mum 250 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 mm -547 mum 135 mum 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.06 mm -695 mum 450 mum 0 eV 69.5 keV 725 mum 725 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 mm -695 mum 450 mum 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.06 mm -695 mum 451 mum 0 eV 113 keV 19.5 mum 19.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 mm -414 mum 39.5 mum 4.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.95 cm -7.71 mm 894 mum 3.05 MeV 0 eV 2.94 cm 2.94 cmWAbsorberPhysicalcompt - 2 3.02 cm -7.7 mm 995 mum 2.64 MeV 0 eV 689 mum 3.01 cmWAbsorberPhysicalcompt - 3 3.98 cm -9.35 mm 3.83 mm 787 keV 0 eV 1.01 cm 4.02 cmWAbsorberPhysicalcompt - 4 4.68 cm -7.03 mm -1.13 mm 0 eV 69.5 keV 8.87 mm 4.91 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.68 cm -7.03 mm -1.13 mm 718 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.68 cm -7.02 mm -1.15 mm 0 eV 718 keV 285 mum 285 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.98 cm -9.35 mm 3.83 mm 1.85 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.99 cm -9.41 mm 3.78 mm 852 keV 420 keV 166 mum 166 mumWAbsorberPhysicaleBrem - 2 3.99 cm -9.52 mm 3.74 mm 28.4 keV 691 keV 345 mum 512 mumWAbsorberPhysicaleBrem - 3 3.99 cm -9.52 mm 3.74 mm 0 eV 28.4 keV 2.03 mum 514 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.99 cm -9.52 mm 3.74 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.97 cm -9.22 mm 3.6 mm 0 eV 69.5 keV 369 mum 369 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.97 cm -9.22 mm 3.6 mm 63.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.97 cm -9.22 mm 3.6 mm 0 eV 63.3 keV 7.5 mum 7.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.99 cm -9.41 mm 3.78 mm 579 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.03 cm -1.02 cm -390 mum 0 eV 69.5 keV 4.25 mm 4.25 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.03 cm -1.02 cm -390 mum 510 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.03 cm -1.02 cm -396 mum 0 eV 510 keV 183 mum 183 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.02 cm -7.7 mm 995 mum 407 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.02 cm -7.69 mm 991 mum 0 eV 407 keV 134 mum 134 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 cm -7.71 mm 894 mum 1.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.95 cm -7.83 mm 943 mum 16.1 keV 892 keV 402 mum 402 mumWAbsorberPhysicaleBrem - 2 2.95 cm -7.83 mm 943 mum 0 eV 16.1 keV 805 nm 402 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 cm -7.83 mm 943 mum 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.95 cm -7.85 mm 998 mum 0 eV 69.5 keV 56.4 mum 56.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 cm -7.85 mm 998 mum 42 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.95 cm -7.85 mm 998 mum 0 eV 42 keV 3.83 mum 3.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 950 mum -382 mum 25.6 mum 17.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.01 mm -2.94 mm 763 mum 0 eV 0 eV 7.55 mm 7.55 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 51, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.01 mm -2.94 mm 763 mum 3.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.07 mm -3.49 mm 635 mum 1.49 MeV 1.08 MeV 688 mum 688 mumWAbsorberPhysicaleBrem - 2 8.01 mm -3.44 mm 700 mum 0 eV 1.49 MeV 689 mum 1.38 mmWAbsorberPhysicaleIoni - 3 8.01 mm -3.44 mm 700 mum 0 eV 0 eV 0 fm 1.38 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.01 mm -3.44 mm 700 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.94 mm -3.97 mm 995 mum 456 keV 0 eV 1.23 mm 1.23 mmWAbsorberPhysicalcompt - 2 6.32 mm -4.72 mm 1.59 mm 326 keV 0 eV 1.14 mm 2.37 mmWAbsorberPhysicalcompt - 3 6.5 mm -7.03 mm 1.32 mm 0 eV 69.5 keV 2.33 mm 4.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.5 mm -7.03 mm 1.32 mm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.51 mm -7.03 mm 1.32 mm 0 eV 257 keV 69.1 mum 69.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.32 mm -4.72 mm 1.59 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.32 mm -4.72 mm 1.59 mm 0 eV 129 keV 24 mum 24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.94 mm -3.97 mm 995 mum 55.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.94 mm -3.97 mm 995 mum 0 eV 55.3 keV 6.04 mum 6.04 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.01 mm -3.44 mm 700 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm -2.26 mm 43.4 mum 0 eV 69.5 keV 2.75 mm 2.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 cm -2.26 mm 43.4 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 cm -2.26 mm 38.1 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.07 mm -3.49 mm 635 mum 609 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.22 mm 1.39 mm 4.74 mm 241 keV 0 eV 6.99 mm 6.99 mmWAbsorberPhysicalcompt - 2 4.95 mm 1.3 mm 4.47 mm 0 eV 69.5 keV 393 mum 7.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.95 mm 1.3 mm 4.47 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.95 mm 1.3 mm 4.47 mm 0 eV 172 keV 37.6 mum 37.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.22 mm 1.39 mm 4.74 mm 367 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.22 mm 1.4 mm 4.75 mm 0 eV 367 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.01 mm -2.94 mm 763 mum 13.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.48 mm -3.05 mm 978 mum 10.3 MeV 1.67 MeV 622 mum 622 mumWAbsorberPhysicaleBrem - 2 9.17 mm -3.02 mm 1.28 mm 8.55 MeV 1.4 MeV 781 mum 1.4 mmWAbsorberPhysicaleBrem - 3 9.44 mm -3.07 mm 1.15 mm 5.87 MeV 533 keV 323 mum 1.73 mmWAbsorberPhysicaleBrem - 4 9.57 mm -3.05 mm 1.13 mm 5.14 MeV 231 keV 135 mum 1.86 mmWAbsorberPhysicaleBrem - 5 9.73 mm -3.04 mm 1.26 mm 4.4 MeV 633 keV 208 mum 2.07 mmWAbsorberPhysicaleBrem - 6 9.78 mm -3.09 mm 1.38 mm 3.16 MeV 262 keV 159 mum 2.23 mmWAbsorberPhysicaleBrem - 7 1.07 cm -2.98 mm 1.18 mm 730 keV 2.43 MeV 1.36 mm 3.59 mmWAbsorberPhysicaleIoni - 8 1.07 cm -3 mm 1.16 mm 52.7 keV 73.8 keV 56.1 mum 3.65 mmWAbsorberPhysicaleBrem - 9 1.07 cm -3 mm 1.16 mm 0 eV 52.7 keV 5.58 mum 3.65 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm -3 mm 1.16 mm 604 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6 mm -1 mm 3.53 mm 0 eV 69.5 keV 5.59 mm 5.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6 mm -1 mm 3.53 mm 534 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.98 mm -1.02 mm 3.52 mm 244 keV 68.6 keV 41.5 mum 41.5 mumWAbsorberPhysicaleBrem - 2 5.99 mm -1.03 mm 3.52 mm 0 eV 244 keV 64.1 mum 106 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.98 mm -1.02 mm 3.52 mm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.13 mm -3.02 mm 3.07 mm 0 eV 69.5 keV 2.34 mm 2.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.13 mm -3.02 mm 3.07 mm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.13 mm -3.02 mm 3.07 mm 0 eV 152 keV 30.9 mum 30.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.78 mm -3.09 mm 1.38 mm 983 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm -2.19 mm 3.26 mm 588 keV 0 eV 2.38 mm 2.38 mmWAbsorberPhysicalcompt - 2 1.1 cm -2.28 mm 3.47 mm 388 keV 0 eV 229 mum 2.61 mmWAbsorberPhysicalcompt - 3 1.1 cm -2.26 mm 3.51 mm 224 keV 0 eV 70.6 mum 2.68 mmWAbsorberPhysicalcompt - 4 1.12 cm -2.1 mm 3.16 mm 0 eV 69.5 keV 440 mum 3.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 cm -2.1 mm 3.16 mm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 cm -2.1 mm 3.16 mm 0 eV 154 keV 31.6 mum 31.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm -2.26 mm 3.51 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm -2.26 mm 3.51 mm 0 eV 164 keV 34.9 mum 34.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm -2.28 mm 3.47 mm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm -2.28 mm 3.47 mm 0 eV 200 keV 47.4 mum 47.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm -2.19 mm 3.26 mm 394 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm -2.18 mm 3.26 mm 0 eV 394 keV 128 mum 128 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.73 mm -3.04 mm 1.26 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.92 mm -3.23 mm 1.41 mm 0 eV 69.5 keV 309 mum 309 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.92 mm -3.23 mm 1.41 mm 34.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.92 mm -3.23 mm 1.41 mm 0 eV 34.7 keV 2.81 mum 2.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.57 mm -3.05 mm 1.13 mm 499 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.03 cm 1.06 mm 5.72 mm 228 keV 0 eV 1.24 cm 1.24 cmWAbsorberPhysicalcompt - 2 1.96 cm 1.49 mm 6.37 mm 201 keV 0 eV 1.05 mm 1.34 cmWAbsorberPhysicalcompt - 3 1.93 cm 1.47 mm 8.57 mm 0 eV 69.5 keV 2.22 mm 1.57 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 cm 1.47 mm 8.57 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 cm 1.47 mm 8.57 mm 0 eV 131 keV 24.5 mum 24.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm 1.49 mm 6.37 mm 27.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 cm 1.49 mm 6.37 mm 0 eV 27.1 keV 1.88 mum 1.88 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.03 cm 1.06 mm 5.72 mm 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.03 cm 1.06 mm 5.72 mm 0 eV 271 keV 74.9 mum 74.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.44 mm -3.07 mm 1.15 mm 2.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.02 cm -2.59 mm 1.63 mm 269 keV 0 eV 1.07 cm 1.07 cmWAbsorberPhysicalcompt - 2 1.76 cm -2.13 mm -1.54 mm 0 eV 69.5 keV 4.13 mm 1.49 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.76 cm -2.13 mm -1.54 mm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.76 cm -2.13 mm -1.54 mm 0 eV 200 keV 47.3 mum 47.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 cm -2.59 mm 1.63 mm 1.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.03 cm -2.59 mm 1.65 mm 0 eV 1.88 MeV 871 mum 871 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.17 mm -3.02 mm 1.28 mm 390 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.35 cm -3.39 mm 784 mum 0 eV 69.5 keV 4.41 mm 4.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.35 cm -3.39 mm 784 mum 320 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.35 cm -3.38 mm 779 mum 0 eV 320 keV 95.5 mum 95.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.48 mm -3.05 mm 978 mum 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 cm -3.18 mm 645 mum 544 keV 0 eV 3.67 mm 3.67 mmWAbsorberPhysicalcompt - 2 1.59 cm -8.82 mm -4.42 mm 468 keV 0 eV 8.45 mm 1.21 cmWAbsorberPhysicalcompt - 3 1.58 cm -9.75 mm -5.65 mm 0 eV 69.5 keV 1.54 mm 1.37 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 cm -9.75 mm -5.65 mm 399 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 cm -9.76 mm -5.65 mm 0 eV 399 keV 130 mum 130 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 cm -8.82 mm -4.42 mm 75.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 cm -8.82 mm -4.42 mm 0 eV 75.2 keV 9.99 mum 9.99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 cm -3.18 mm 645 mum 571 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 cm -3.18 mm 649 mum 0 eV 571 keV 213 mum 213 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 553 mum -185 mum 24.1 mum 1.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.22 mm -2.81 mm 429 mum 516 keV 0 eV 7.18 mm 7.18 mmWAbsorberPhysicalcompt - 2 1.23 cm -1.08 mm 8.24 mm 213 keV 0 eV 9.5 mm 1.67 cmWAbsorberPhysicalcompt - 3 1.22 cm -129 mum 7.53 mm 0 eV 69.5 keV 1.19 mm 1.79 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 cm -129 mum 7.53 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm -127 mum 7.53 mm 0 eV 143 keV 28.2 mum 28.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm -1.08 mm 8.24 mm 303 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm -1.08 mm 8.25 mm 0 eV 303 keV 88.3 mum 88.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.22 mm -2.81 mm 429 mum 570 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.23 mm -2.81 mm 423 mum 0 eV 570 keV 212 mum 212 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 493 mum -153 mum 21.2 mum 7.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.33 cm -1.6 cm 1.97 mm 2.45 MeV 0 eV 3.65 cm 3.65 cmWAbsorberPhysicalcompt - 2 5.12 cm -2.31 cm -8.11 mm 1.34 MeV 0 eV 2.17 cm 5.82 cmWAbsorberPhysicalcompt - 3 6.14 cm -2.04 cm -1.17 cm 1.01 MeV 0 eV 1.11 cm 6.94 cmWAbsorberPhysicalcompt - 4 6.22 cm -1.99 cm -1.16 cm 207 keV 0 eV 907 mum 7.03 cmWAbsorberPhysicalcompt - 5 5.93 cm -2.09 cm -1.17 cm 0 eV 69.5 keV 3.01 mm 7.33 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.93 cm -2.09 cm -1.17 cm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.93 cm -2.09 cm -1.17 cm 0 eV 137 keV 26.5 mum 26.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.22 cm -1.99 cm -1.16 cm 807 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.22 cm -1.99 cm -1.16 cm 0 eV 807 keV 330 mum 330 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.14 cm -2.04 cm -1.17 cm 325 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.14 cm -2.04 cm -1.17 cm 0 eV 325 keV 97.7 mum 97.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.12 cm -2.31 cm -8.11 mm 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.12 cm -2.31 cm -8.13 mm 0 eV 1.11 MeV 486 mum 486 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.33 cm -1.6 cm 1.97 mm 5.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.37 cm -1.64 cm 1.71 mm 3.52 MeV 1.3 MeV 641 mum 641 mumWAbsorberPhysicaleBrem - 2 3.45 cm -1.62 cm 1.3 mm 670 keV 2.35 MeV 1.28 mm 1.92 mmWAbsorberPhysicaleBrem - 3 3.45 cm -1.62 cm 1.3 mm 0 eV 670 keV 261 mum 2.18 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 94, Parent ID = 88 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.45 cm -1.62 cm 1.3 mm 502 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.64 cm -1.81 cm -1.06 mm 0 eV 69.5 keV 1.22 cm 1.22 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 94 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.64 cm -1.81 cm -1.06 mm 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.64 cm -1.81 cm -1.06 mm 0 eV 432 keV 146 mum 146 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 93, Parent ID = 88 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.37 cm -1.64 cm 1.71 mm 481 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.61 cm -1.52 cm 4.42 mm 264 keV 0 eV 3.82 mm 3.82 mmWAbsorberPhysicalcompt - 2 3.6 cm -1.48 cm 4.38 mm 0 eV 69.5 keV 433 mum 4.26 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.6 cm -1.48 cm 4.38 mm 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.6 cm -1.48 cm 4.38 mm 0 eV 194 keV 45.3 mum 45.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.61 cm -1.52 cm 4.42 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.61 cm -1.52 cm 4.43 mm 0 eV 217 keV 53.6 mum 53.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 213 mum -65.1 mum 14.8 mum 1.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.84 mm -2.2 mm 656 mum 763 keV 0 eV 7.94 mm 7.94 mmWAbsorberPhysicalcompt - 2 1.42 cm -8.56 mm -5.66 mm 0 eV 69.5 keV 1.1 cm 1.89 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm -8.56 mm -5.66 mm 693 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm -8.57 mm -5.67 mm 0 eV 693 keV 273 mum 273 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.84 mm -2.2 mm 656 mum 764 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.88 mm -2.12 mm 629 mum 10.4 keV 649 keV 252 mum 252 mumWAbsorberPhysicaleBrem - 2 7.88 mm -2.12 mm 629 mum 0 eV 10.4 keV 411 nm 252 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 100, Parent ID = 98 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.88 mm -2.12 mm 629 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.67 mm -1.9 mm 586 mum 0 eV 69.5 keV 304 mum 304 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 100 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.67 mm -1.9 mm 586 mum 35.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.67 mm -1.9 mm 587 mum 0 eV 35.1 keV 2.87 mum 2.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 174 mum -54.5 mum 13.8 mum 2.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.54 mm -977 mum 189 mum 0 eV 0 eV 3.5 mm 3.5 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 103, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.54 mm -977 mum 189 mum 394 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.55 mm -984 mum 195 mum 0 eV 394 keV 126 mum 126 mumWAbsorberPhysicaleIoni - 2 3.55 mm -984 mum 195 mum 0 eV 0 eV 0 fm 126 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 105, Parent ID = 103 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.55 mm -984 mum 195 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.96 mm -1.25 mm -494 mum 0 eV 69.5 keV 944 mum 944 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 105 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.96 mm -1.25 mm -494 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.97 mm -1.26 mm -503 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 104, Parent ID = 103 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.55 mm -984 mum 195 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.92 mm -815 mum 628 mum 0 eV 69.5 keV 594 mum 594 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 104 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.92 mm -815 mum 628 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.92 mm -806 mum 635 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.54 mm -977 mum 189 mum 612 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.56 mm -978 mum 185 mum 0 eV 612 keV 232 mum 232 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -24.1 cm -3.3 cm -3.9 cm 25.4 MeV 0 eV 24.6 cm 24.6 cmFCALEnvelopePhysicalTransportation - 2 -24.8 cm -3.4 cm -4.02 cm 25.4 MeV 0 eV 7.72 mm 25.4 cmLArgPhysicalTransportation - 3 -1.26 m -17.2 cm -20.4 cm 25.4 MeV 0 eV 1.03 m 1.29 mCryostatVolumesTransportation - 4 -1.26 m -17.3 cm -20.4 cm 25.4 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 5 -1.33 m -18.2 cm -21.5 cm 25.4 MeV 0 eV 7.06 cm 1.36 mCryostatVolumesTransportation - 6 -1.33 m -18.2 cm -21.6 cm 25.4 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 7 -5 m -68.4 cm -81 cm 25.4 MeV 0 eV 3.75 m 5.11 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 29.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -18.5 cm 14.1 cm 2.03 cm 29.7 MeV 0 eV 23.4 cm 23.4 cmLArgPhysicalTransportation - 2 -1.27 m 96.4 cm 13.9 cm 29.7 MeV 0 eV 1.36 m 1.6 mCryostatVolumesTransportation - 3 -1.27 m 96.6 cm 13.9 cm 29.7 MeV 0 eV 3.76 mm 1.6 mInsulationPhysicalTransportation - 4 -1.34 m 1.02 m 14.7 cm 29.7 MeV 0 eV 8.78 cm 1.69 mCryostatVolumesTransportation - 5 -1.34 m 1.02 m 14.7 cm 29.7 MeV 0 eV 3.13 mm 1.69 mMotherTransportation - 6 -5 m 3.8 m 54.9 cm 29.7 MeV 0 eV 4.61 m 6.31 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=51.064 -Edep in FCAL1 FCAl2 : 0 51.064 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2640 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 140 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 150 mum -103 mum 29.5 mum 47.4 MeV 348 keV 184 mum 184 mumWAbsorberPhysicaleBrem - 2 204 mum -135 mum 39.6 mum 46.9 MeV 126 keV 64.5 mum 248 mumWAbsorberPhysicaleBrem - 3 1.69 mm -799 mum 257 mum 38.4 MeV 3.84 MeV 1.64 mm 1.89 mmWAbsorberPhysicaleBrem - 4 2.19 mm -1.05 mm 142 mum 36.7 MeV 1.28 MeV 586 mum 2.47 mmWAbsorberPhysicaleBrem - 5 2.69 mm -1.36 mm 73.5 mum 35 MeV 1.25 MeV 590 mum 3.06 mmWAbsorberPhysicaleBrem - 6 3.08 mm -1.53 mm 41.9 mum 28.7 MeV 778 keV 426 mum 3.49 mmWAbsorberPhysicaleBrem - 7 3.14 mm -1.55 mm 49.6 mum 24.4 MeV 129 keV 63.2 mum 3.55 mmWAbsorberPhysicaleBrem - 8 3.66 mm -1.79 mm 179 mum 19.3 MeV 965 keV 593 mum 4.15 mmWAbsorberPhysicaleBrem - 9 3.74 mm -1.8 mm 180 mum 19 MeV 124 keV 77.8 mum 4.22 mmWAbsorberPhysicaleBrem - 10 4.62 mm -1.88 mm -170 mum 15.7 MeV 1.53 MeV 942 mum 5.17 mmWAbsorberPhysicaleBrem - 11 5.51 mm -1.74 mm -115 mum 13.1 MeV 1.86 MeV 928 mum 6.09 mmWAbsorberPhysicaleBrem - 12 5.74 mm -1.68 mm -225 mum 12.4 MeV 501 keV 264 mum 6.36 mmWAbsorberPhysicaleBrem - 13 7.62 mm -2.28 mm 81.7 nm 8.61 MeV 3.61 MeV 1.74 mm 8.1 mmWAbsorberPhysicaleBrem - 14 7.72 mm -2.29 mm -17.7 mum 7.97 MeV 148 keV 102 mum 8.2 mmWAbsorberPhysicaleBrem - 15 8.59 mm -2.42 mm 81.1 mum 0 eV 2.22 MeV 986 mum 9.19 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.59 mm -2.42 mm 81.1 mum 5.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.82 mm 557 mum 4.46 mm 0 eV 0 eV 5.98 mm 5.98 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.82 mm 557 mum 4.46 mm 2.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.07 mm 334 mum 4.95 mm 252 keV 1.66 MeV 829 mum 829 mumWAbsorberPhysicaleBrem - 2 6.07 mm 330 mum 4.94 mm 0 eV 252 keV 64.9 mum 894 mumWAbsorberPhysicaleIoni - 3 6.07 mm 330 mum 4.94 mm 0 eV 0 eV 0 fm 894 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.07 mm 330 mum 4.94 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.07 mm 330 mum 4.94 mm 248 keV 0 eV 3.25 mum 3.25 mumWAbsorberPhysicalcompt - 2 6.08 mm -786 mum 4.69 mm 0 eV 69.5 keV 1.15 mm 1.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.08 mm -786 mum 4.69 mm 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.08 mm -787 mum 4.69 mm 0 eV 179 keV 39.9 mum 39.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.07 mm 330 mum 4.94 mm 263 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.07 mm 332 mum 4.94 mm 0 eV 263 keV 71.6 mum 71.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.07 mm 330 mum 4.94 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 394 mum 41.4 mum 4.42 mm 354 keV 0 eV 5.7 mm 5.7 mmWAbsorberPhysicalcompt - 2 -5.39 mm -7.74 mm 8.2 mm 178 keV 0 eV 1.04 cm 1.61 cmWAbsorberPhysicalcompt - 3 -5.03 mm -7.88 mm 7.86 mm 0 eV 69.5 keV 522 mum 1.66 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.03 mm -7.88 mm 7.86 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.03 mm -7.88 mm 7.86 mm 0 eV 108 keV 18 mum 18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.39 mm -7.74 mm 8.2 mm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.4 mm -7.75 mm 8.2 mm 0 eV 176 keV 39.1 mum 39.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 394 mum 41.4 mum 4.42 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 392 mum 42.7 mum 4.42 mm 0 eV 157 keV 32.4 mum 32.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.07 mm 334 mum 4.95 mm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.99 mm 292 mum 4.89 mm 0 eV 69.5 keV 111 mum 111 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.99 mm 292 mum 4.89 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.99 mm 293 mum 4.89 mm 0 eV 122 keV 21.7 mum 21.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.82 mm 557 mum 4.46 mm 2.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.82 mm 611 mum 4.53 mm 1.39 MeV 146 keV 87.4 mum 87.4 mumWAbsorberPhysicaleBrem - 2 5.71 mm 683 mum 4.44 mm 761 keV 333 keV 243 mum 331 mumWAbsorberPhysicaleBrem - 3 5.7 mm 696 mum 4.43 mm 0 eV 761 keV 307 mum 637 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.71 mm 683 mum 4.44 mm 296 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.7 mm 839 mum 4.15 mm 169 keV 0 eV 334 mum 334 mumWAbsorberPhysicalcompt - 2 5.11 mm 878 mum 4.4 mm 0 eV 69.5 keV 640 mum 974 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.11 mm 878 mum 4.4 mm 99.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.11 mm 877 mum 4.4 mm 0 eV 99.6 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.7 mm 839 mum 4.15 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.7 mm 840 mum 4.15 mm 0 eV 127 keV 23.1 mum 23.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.82 mm 611 mum 4.53 mm 743 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.98 mm 163 mum 4.88 mm 265 keV 0 eV 1.93 mm 1.93 mmWAbsorberPhysicalcompt - 2 3.97 mm 273 mum 4.7 mm 0 eV 69.5 keV 211 mum 2.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.97 mm 273 mum 4.7 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.97 mm 275 mum 4.7 mm 0 eV 195 keV 45.6 mum 45.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.98 mm 163 mum 4.88 mm 478 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.97 mm 158 mum 4.89 mm 0 eV 478 keV 168 mum 168 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.59 mm -2.42 mm 81.1 mum 1.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.11 mm -1.2 mm 621 mum 590 keV 0 eV 1.43 mm 1.43 mmWAbsorberPhysicalcompt - 2 9.26 mm -1.14 mm 574 mum 0 eV 69.5 keV 171 mum 1.6 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.26 mm -1.14 mm 574 mum 521 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.28 mm -1.14 mm 578 mum 0 eV 521 keV 188 mum 188 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.11 mm -1.2 mm 621 mum 784 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.11 mm -1.18 mm 637 mum 0 eV 784 keV 318 mum 318 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.72 mm -2.29 mm -17.7 mum 488 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm -3.02 mm -9.79 mum 220 keV 0 eV 3.36 mm 3.36 mmWAbsorberPhysicalcompt - 2 1.05 cm -3.25 mm 1.58 mm 0 eV 69.5 keV 1.69 mm 5.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm -3.25 mm 1.58 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm -3.25 mm 1.58 mm 0 eV 150 keV 30.4 mum 30.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm -3.02 mm -9.79 mum 268 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm -3.02 mm -11.7 mum 0 eV 268 keV 73.6 mum 73.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.62 mm -2.28 mm 81.7 nm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.07 mm -2.39 mm -152 mum 0 eV 69.5 keV 485 mum 485 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.07 mm -2.39 mm -152 mum 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.07 mm -2.39 mm -153 mum 0 eV 126 keV 22.9 mum 22.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.74 mm -1.68 mm -225 mum 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.87 mm -1.49 mm -311 mum 0 eV 69.5 keV 1.15 mm 1.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.87 mm -1.49 mm -311 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.87 mm -1.49 mm -313 mum 0 eV 155 keV 31.8 mum 31.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.51 mm -1.74 mm -115 mum 664 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.19 cm -1.07 mm -5.64 mm 585 keV 0 eV 1.73 cm 1.73 cmWAbsorberPhysicalcompt - 2 2.82 cm -2.74 mm -5.44 mm 392 keV 0 eV 6.54 mm 2.39 cmWAbsorberPhysicalcompt - 3 3.05 cm -8.64 mm -6.2 mm 0 eV 69.5 keV 6.36 mm 3.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.05 cm -8.64 mm -6.2 mm 323 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 cm -8.65 mm -6.19 mm 29 keV 294 keV 95.9 mum 95.9 mumWAbsorberPhysicaleBrem - 2 3.04 cm -8.65 mm -6.19 mm 0 eV 29 keV 2.1 mum 98 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.82 cm -2.74 mm -5.44 mm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.82 cm -2.73 mm -5.44 mm 0 eV 192 keV 44.6 mum 44.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.19 cm -1.07 mm -5.64 mm 79.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.19 cm -1.07 mm -5.64 mm 0 eV 79.3 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.62 mm -1.88 mm -170 mum 1.83 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.84 mm 299 mum -658 mum 1.72 MeV 0 eV 4.78 mm 4.78 mmWAbsorberPhysicalcompt - 2 1.59 cm 5.47 mm -633 mum 777 keV 0 eV 8.76 mm 1.35 cmWAbsorberPhysicalcompt - 3 1.68 cm 1.13 cm -3.48 mm 644 keV 0 eV 6.52 mm 2.01 cmWAbsorberPhysicalcompt - 4 1.72 cm 1.17 cm -3.93 mm 249 keV 0 eV 723 mum 2.08 cmWAbsorberPhysicalcompt - 5 1.76 cm 1.14 cm -3.6 mm 0 eV 69.5 keV 582 mum 2.14 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.76 cm 1.14 cm -3.6 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.76 cm 1.14 cm -3.59 mm 0 eV 180 keV 40.3 mum 40.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 cm 1.17 cm -3.93 mm 395 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 cm 1.17 cm -3.94 mm 0 eV 395 keV 129 mum 129 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.68 cm 1.13 cm -3.48 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 cm 1.13 cm -3.48 mm 0 eV 132 keV 24.8 mum 24.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 cm 5.47 mm -633 mum 944 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 cm 5.48 mm -624 mum 0 eV 944 keV 399 mum 399 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.84 mm 299 mum -658 mum 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.84 mm 299 mum -659 mum 0 eV 108 keV 17.9 mum 17.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.74 mm -1.8 mm 180 mum 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.8 mm -1.81 mm 174 mum 0 eV 69.5 keV 63.2 mum 63.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.8 mm -1.81 mm 174 mum 51.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.8 mm -1.81 mm 175 mum 0 eV 51.3 keV 5.31 mum 5.31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.66 mm -1.79 mm 179 mum 4.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 cm -5.96 mm 192 mum 657 keV 0 eV 2.64 cm 2.64 cmWAbsorberPhysicalcompt - 2 3.31 cm -3.46 mm -7.01 mm 339 keV 0 eV 8.31 mm 3.48 cmWAbsorberPhysicalcompt - 3 3.39 cm -1.26 mm -6.6 mm 163 keV 0 eV 2.39 mm 3.71 cmWAbsorberPhysicalcompt - 4 3.37 cm -1.7 mm -6.18 mm 0 eV 69.5 keV 656 mum 3.78 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.37 cm -1.7 mm -6.18 mm 93 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.37 cm -1.7 mm -6.18 mm 0 eV 93 keV 14.1 mum 14.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 cm -1.26 mm -6.6 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 cm -1.26 mm -6.6 mm 0 eV 177 keV 39.2 mum 39.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.31 cm -3.46 mm -7.01 mm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.31 cm -3.47 mm -7.02 mm 73.5 keV 118 keV 50.3 mum 50.3 mumWAbsorberPhysicaleBrem - 2 3.31 cm -3.48 mm -7.02 mm 0 eV 73.5 keV 9.64 mum 59.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.31 cm -3.47 mm -7.02 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.31 cm -3.54 mm -7.15 mm 0 eV 69.5 keV 169 mum 169 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.31 cm -3.54 mm -7.15 mm 57.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.31 cm -3.54 mm -7.15 mm 0 eV 57.1 keV 6.37 mum 6.37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.98 cm -5.96 mm 192 mum 3.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.99 cm -6.05 mm 785 mum 538 keV 1.4 MeV 809 mum 809 mumWAbsorberPhysicaleBrem - 2 2.99 cm -6.05 mm 770 mum 0 eV 538 keV 197 mum 1.01 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.99 cm -6.05 mm 785 mum 1.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.99 cm -8.42 mm -4.33 mm 0 eV 69.5 keV 5.64 mm 5.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.99 cm -8.42 mm -4.33 mm 1.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3 cm -8.52 mm -4.37 mm 224 keV 923 keV 354 mum 354 mumWAbsorberPhysicaleBrem - 2 3 cm -8.51 mm -4.38 mm 0 eV 224 keV 56.3 mum 411 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3 cm -8.52 mm -4.37 mm 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.41 cm -4.72 mm -7.01 mm 0 eV 69.5 keV 7.52 mm 7.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.41 cm -4.72 mm -7.01 mm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.41 cm -4.73 mm -7.01 mm 0 eV 260 keV 70.4 mum 70.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.14 mm -1.55 mm 49.6 mum 4.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.73 cm -1.47 cm 2.83 mm 0 eV 0 eV 3.68 cm 3.68 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 64, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.73 cm -1.47 cm 2.83 mm 1.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.74 cm -1.48 cm 2.84 mm 0 eV 1.62 MeV 754 mum 754 mumWAbsorberPhysicaleIoni - 2 3.74 cm -1.48 cm 2.84 mm 0 eV 0 eV 0 fm 754 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.74 cm -1.48 cm 2.84 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.34 cm -1.36 cm 5.26 mm 0 eV 69.5 keV 6.51 mm 6.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.34 cm -1.36 cm 5.26 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.34 cm -1.36 cm 5.26 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.74 cm -1.48 cm 2.84 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.12 cm -1.6 cm 290 mum 0 eV 69.5 keV 6.86 mm 6.86 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.12 cm -1.6 cm 290 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.12 cm -1.61 cm 283 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.73 cm -1.47 cm 2.83 mm 1.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.74 cm -1.47 cm 2.74 mm 917 keV 320 keV 172 mum 172 mumWAbsorberPhysicaleBrem - 2 3.74 cm -1.48 cm 2.76 mm 0 eV 917 keV 385 mum 557 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.74 cm -1.47 cm 2.74 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.54 cm -1.64 cm 3.35 mm 0 eV 69.5 keV 2.66 mm 2.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.54 cm -1.64 cm 3.35 mm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.54 cm -1.64 cm 3.35 mm 0 eV 252 keV 67 mum 67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.08 mm -1.53 mm 41.9 mum 5.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.71 mm -2.58 mm 268 mum 0 eV 0 eV 2.84 mm 2.84 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 72, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.71 mm -2.58 mm 268 mum 1.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.8 mm -2.61 mm 265 mum 0 eV 1.39 MeV 638 mum 638 mumWAbsorberPhysicaleIoni - 2 5.8 mm -2.61 mm 265 mum 0 eV 0 eV 0 fm 638 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.8 mm -2.61 mm 265 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.43 mm -1.62 mm 743 mum 0 eV 69.5 keV 1.16 mm 1.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.43 mm -1.62 mm 743 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.44 mm -1.61 mm 749 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.8 mm -2.61 mm 265 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.24 mm -9.22 mm -2.93 mm 173 keV 0 eV 7.74 mm 7.74 mmWAbsorberPhysicalcompt - 2 8.07 mm -8.9 mm -2.86 mm 0 eV 69.5 keV 368 mum 8.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.07 mm -8.9 mm -2.86 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.07 mm -8.9 mm -2.86 mm 0 eV 103 keV 16.6 mum 16.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.24 mm -9.22 mm -2.93 mm 338 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.25 mm -9.23 mm -2.94 mm 0 eV 338 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.71 mm -2.58 mm 268 mum 3.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.92 mm -2.94 mm -561 mum 25.5 keV 3.13 MeV 1.36 mm 1.36 mmWAbsorberPhysicaleIoni - 2 5.92 mm -2.94 mm -561 mum 0 eV 25.5 keV 1.69 mum 1.37 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.69 mm -1.36 mm 73.5 mum 386 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.23 mm -2.02 mm 498 mum 378 keV 0 eV 1.73 mm 1.73 mmWAbsorberPhysicalcompt - 2 4.8 mm -2.13 mm 686 mum 0 eV 69.5 keV 605 mum 2.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.8 mm -2.13 mm 686 mum 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.8 mm -2.13 mm 689 mum 0 eV 309 keV 90.7 mum 90.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.23 mm -2.02 mm 498 mum 7.31 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.23 mm -2.02 mm 498 mum 0 eV 7.31 keV 243 nm 243 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.19 mm -1.05 mm 142 mum 474 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.99 mm -1.44 mm 99.4 mum 356 keV 0 eV 885 mum 885 mumWAbsorberPhysicalcompt - 2 4.38 mm -1.23 mm -1.17 mm 0 eV 69.5 keV 1.89 mm 2.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.38 mm -1.23 mm -1.17 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.38 mm -1.24 mm -1.17 mm 0 eV 287 keV 81.6 mum 81.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.99 mm -1.44 mm 99.4 mum 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.99 mm -1.44 mm 100 mum 0 eV 118 keV 20.7 mum 20.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 mm -799 mum 257 mum 4.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.12 mm -4.28 mm -767 mum 475 keV 0 eV 6.53 mm 6.53 mmWAbsorberPhysicalcompt - 2 7.68 mm -3.44 mm -892 mum 322 keV 0 eV 1.02 mm 7.55 mmWAbsorberPhysicalcompt - 3 9.88 mm -3.62 mm -1.92 mm 310 keV 0 eV 2.43 mm 9.98 mmWAbsorberPhysicalcompt - 4 1.23 cm -2.93 mm -3.65 mm 0 eV 69.5 keV 3.07 mm 1.31 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm -2.93 mm -3.65 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm -2.93 mm -3.66 mm 0 eV 241 keV 62.8 mum 62.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.88 mm -3.62 mm -1.92 mm 11.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.88 mm -3.62 mm -1.92 mm 0 eV 11.7 keV 493 nm 493 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.68 mm -3.44 mm -892 mum 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.68 mm -3.44 mm -892 mum 0 eV 153 keV 31.3 mum 31.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.12 mm -4.28 mm -767 mum 4.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.83 mm -3.81 mm -1.22 mm 1.18 MeV 2.77 MeV 1.23 mm 1.23 mmWAbsorberPhysicaleBrem - 2 7.81 mm -3.81 mm -1.17 mm 0 eV 1.18 MeV 518 mum 1.75 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.83 mm -3.81 mm -1.22 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.78 mm -3.81 mm -1.01 mm 158 keV 0 eV 218 mum 218 mumWAbsorberPhysicalcompt - 2 7.68 mm -3.47 mm -883 mum 0 eV 69.5 keV 376 mum 594 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.68 mm -3.47 mm -883 mum 88.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.68 mm -3.47 mm -883 mum 0 eV 88.3 keV 13 mum 13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.78 mm -3.81 mm -1.01 mm 37.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.78 mm -3.81 mm -1 mm 0 eV 37.7 keV 3.21 mum 3.21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 204 mum -135 mum 39.6 mum 364 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.02 mm -3.81 mm 1.06 mm 0 eV 69.5 keV 6.95 mm 6.95 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.02 mm -3.81 mm 1.06 mm 294 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.02 mm -3.82 mm 1.06 mm 0 eV 294 keV 84.7 mum 84.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 150 mum -103 mum 29.5 mum 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 mm -1.64 mm 513 mum 0 eV 69.5 keV 2.91 mm 2.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.58 mm -1.64 mm 513 mum 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 mm -1.64 mm 513 mum 0 eV 184 keV 41.9 mum 41.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 23.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.58 cm 17.5 cm -4.79 cm 23.4 MeV 0 eV 18.7 cm 18.7 cmLArgPhysicalTransportation - 2 -25.5 cm 97.5 cm -26.7 cm 23.4 MeV 0 eV 85.5 cm 1.04 mCryostatVolumesTransportation - 3 -51.6 cm 1.98 m -54.1 cm 23.4 MeV 0 eV 1.07 m 2.11 mMotherTransportation - 4 -1.31 m 5 m -1.37 m 23.4 MeV 0 eV 3.23 m 5.35 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -31.4 cm 5.08 cm -3.94 cm 33.8 MeV 0 eV 32 cm 32 cmLArgPhysicalTransportation - 2 -1.26 m 20.5 cm -15.9 cm 33.8 MeV 0 eV 97.1 cm 1.29 mCryostatVolumesTransportation - 3 -1.27 m 20.5 cm -15.9 cm 33.8 MeV 0 eV 3.04 mm 1.29 mInsulationPhysicalTransportation - 4 -1.34 m 21.7 cm -16.8 cm 33.8 MeV 0 eV 7.09 cm 1.36 mCryostatVolumesTransportation - 5 -1.34 m 21.7 cm -16.8 cm 33.8 MeV 0 eV 2.53 mm 1.37 mMotherTransportation - 6 -5 m 81 cm -62.7 cm 33.8 MeV 0 eV 3.74 m 5.1 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=48.9997 -Edep in FCAL1 FCAl2 : 0 48.9997 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2641 0 0 0 --------------------------------------------- - ----> Begin of event: 141 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 141 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -551 mum 598 mum -403 mum 33.5 MeV 1.67 MeV 902 mum 902 mumWAbsorberPhysicaleBrem - 2 -959 mum 1.19 mm -871 mum 27.8 MeV 3.24 MeV 849 mum 1.75 mmWAbsorberPhysicaleBrem - 3 -1.41 mm 1.41 mm -1.36 mm 25.4 MeV 1.2 MeV 698 mum 2.45 mmWAbsorberPhysicaleBrem - 4 -2.23 mm 2.27 mm -2.21 mm 19.3 MeV 4.96 MeV 1.53 mm 3.98 mmWAbsorberPhysicaleBrem - 5 -2.5 mm 2.99 mm -2.58 mm 16.9 MeV 2.25 MeV 897 mum 4.88 mmWAbsorberPhysicaleBrem - 6 -2.54 mm 3.17 mm -2.58 mm 16.4 MeV 295 keV 182 mum 5.06 mmWAbsorberPhysicaleBrem - 7 -2.36 mm 4.33 mm -2.91 mm 13.2 MeV 2.33 MeV 1.23 mm 6.28 mmWAbsorberPhysicaleBrem - 8 -2.73 mm 5.25 mm -2.95 mm 7.81 MeV 1.77 MeV 1.01 mm 7.29 mmWAbsorberPhysicaleBrem - 9 -3.29 mm 6.71 mm -2.26 mm 4.19 MeV 3.49 MeV 1.63 mm 8.92 mmWAbsorberPhysicaleBrem - 10 -3.08 mm 6.77 mm -3.13 mm 1.64 MeV 2.54 MeV 1.62 mm 1.05 cmWAbsorberPhysicaleIoni - 11 -3.1 mm 6.79 mm -3.24 mm 0 eV 1.64 MeV 767 mum 1.13 cmWAbsorberPhysicaleIoni - 12 -3.1 mm 6.79 mm -3.24 mm 0 eV 0 eV 0 fm 1.13 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm 6.79 mm -3.24 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.51 mm 7.12 mm -3.19 mm 0 eV 69.5 keV 679 mum 679 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.51 mm 7.12 mm -3.19 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm 7.12 mm -3.18 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm 6.79 mm -3.24 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.9 mm 4.1 mm -3.66 mm 380 keV 0 eV 5.51 mm 5.51 mmWAbsorberPhysicalcompt - 2 -7.96 mm 3.82 mm -3.64 mm 0 eV 69.5 keV 283 mum 5.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.96 mm 3.82 mm -3.64 mm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.96 mm 3.82 mm -3.64 mm 0 eV 310 keV 91.2 mum 91.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.9 mm 4.1 mm -3.66 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.9 mm 4.1 mm -3.66 mm 0 eV 131 keV 24.5 mum 24.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.29 mm 6.71 mm -2.26 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.24 mm 6.86 mm -2.32 mm 0 eV 69.5 keV 170 mum 170 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.24 mm 6.86 mm -2.32 mm 59.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.24 mm 6.86 mm -2.32 mm 0 eV 59.7 keV 6.83 mum 6.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.73 mm 5.25 mm -2.95 mm 3.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm 4.32 cm 6.83 mm 978 keV 0 eV 4.31 cm 4.31 cmWAbsorberPhysicalcompt - 2 1.62 cm 4.39 cm 6.22 mm 219 keV 0 eV 1.48 mm 4.45 cmWAbsorberPhysicalcompt - 3 1.61 cm 4.38 cm 6.31 mm 0 eV 69.5 keV 115 mum 4.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 cm 4.38 cm 6.31 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 cm 4.38 cm 6.31 mm 0 eV 150 keV 30.3 mum 30.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.62 cm 4.39 cm 6.22 mm 758 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 cm 4.39 cm 6.13 mm 307 keV 268 keV 162 mum 162 mumWAbsorberPhysicaleBrem - 2 1.61 cm 4.39 cm 6.12 mm 98.7 keV 59.2 keV 27.3 mum 190 mumWAbsorberPhysicaleBrem - 3 1.61 cm 4.39 cm 6.12 mm 0 eV 98.7 keV 15.5 mum 205 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 cm 4.39 cm 6.12 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm 4.38 cm 5.88 mm 0 eV 69.5 keV 614 mum 614 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 4.38 cm 5.88 mm 79.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm 4.38 cm 5.88 mm 0 eV 79.5 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 cm 4.39 cm 6.13 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 cm 4.38 cm 6.04 mm 0 eV 69.5 keV 178 mum 178 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 cm 4.38 cm 6.04 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 cm 4.38 cm 6.04 mm 0 eV 113 keV 19.5 mum 19.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm 4.32 cm 6.83 mm 2.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 cm 4.34 cm 6.88 mm 1.63 MeV 235 keV 127 mum 127 mumWAbsorberPhysicaleBrem - 2 1.5 cm 4.34 cm 6.88 mm 1.42 MeV 88 keV 58.1 mum 185 mumWAbsorberPhysicaleBrem - 3 1.5 cm 4.35 cm 6.9 mm 1.04 MeV 184 keV 109 mum 294 mumWAbsorberPhysicaleBrem - 4 1.5 cm 4.35 cm 6.94 mm 0 eV 1.04 MeV 449 mum 743 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm 4.35 cm 6.9 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm 4.35 cm 6.91 mm 0 eV 69.5 keV 8.53 mum 8.53 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm 4.35 cm 6.91 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm 4.35 cm 6.91 mm 0 eV 125 keV 22.7 mum 22.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm 4.34 cm 6.88 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 cm 4.36 cm 6.78 mm 0 eV 69.5 keV 216 mum 216 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 cm 4.36 cm 6.78 mm 53.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 cm 4.36 cm 6.78 mm 0 eV 53.1 keV 5.65 mum 5.65 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 cm 4.34 cm 6.88 mm 771 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm 4.35 cm 6.94 mm 0 eV 69.5 keV 167 mum 167 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm 4.35 cm 6.94 mm 702 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm 4.35 cm 7 mm 388 keV 175 keV 97.2 mum 97.2 mumWAbsorberPhysicaleBrem - 2 1.5 cm 4.35 cm 7 mm 0 eV 388 keV 126 mum 223 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm 4.35 cm 7 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm 4.35 cm 7 mm 0 eV 69.5 keV 4.68 mum 4.68 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm 4.35 cm 7 mm 69 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm 4.35 cm 7 mm 0 eV 69 keV 8.69 mum 8.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm 4.33 mm -2.91 mm 929 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 mm 6.58 mm -3.45 mm 443 keV 0 eV 2.32 mm 2.32 mmWAbsorberPhysicalcompt - 2 -8.48 mm 1.18 cm 1.86 mm 357 keV 0 eV 9.67 mm 1.2 cmWAbsorberPhysicalcompt - 3 -8.63 mm 1.23 cm 1.87 mm 293 keV 0 eV 465 mum 1.25 cmWAbsorberPhysicalcompt - 4 -1.14 cm 1.45 cm -561 mum 0 eV 69.5 keV 4.31 mm 1.68 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm 1.45 cm -561 mum 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm 1.45 cm -563 mum 0 eV 224 keV 56.3 mum 56.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.63 mm 1.23 cm 1.87 mm 64.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.63 mm 1.23 cm 1.87 mm 0 eV 64.3 keV 7.7 mum 7.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.48 mm 1.18 cm 1.86 mm 85.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.48 mm 1.18 cm 1.86 mm 0 eV 85.2 keV 12.3 mum 12.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.33 mm 6.58 mm -3.45 mm 486 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 mm 6.59 mm -3.45 mm 0 eV 486 keV 171 mum 171 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.54 mm 3.17 mm -2.58 mm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 mm 4.67 mm -2.42 mm 0 eV 69.5 keV 1.51 mm 1.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 mm 4.67 mm -2.42 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 mm 4.67 mm -2.42 mm 0 eV 118 keV 20.8 mum 20.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.5 mm 2.99 mm -2.58 mm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 mm 3.56 mm -2.57 mm 0 eV 69.5 keV 567 mum 567 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.52 mm 3.56 mm -2.57 mm 88.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 mm 3.56 mm -2.57 mm 0 eV 88.1 keV 12.9 mum 12.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 mm 2.27 mm -2.21 mm 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm 1.35 cm -1.07 cm 0 eV 69.5 keV 1.66 cm 1.66 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm 1.35 cm -1.07 cm 997 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm 1.35 cm -1.08 cm 652 keV 171 keV 132 mum 132 mumWAbsorberPhysicaleBrem - 2 -1.1 cm 1.35 cm -1.08 cm 0 eV 652 keV 252 mum 384 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm 1.35 cm -1.08 cm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm 1.34 cm -1.08 cm 0 eV 69.5 keV 129 mum 129 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm 1.34 cm -1.08 cm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm 1.34 cm -1.08 cm 0 eV 104 keV 17 mum 17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 mm 1.41 mm -1.36 mm 1.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.96 mm 5.88 mm -6.05 mm 930 keV 0 eV 9.22 mm 9.22 mmWAbsorberPhysicalcompt - 2 -1.15 cm 1.33 cm -8.88 mm 0 eV 69.5 keV 8.69 mm 1.79 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm 1.33 cm -8.88 mm 861 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 1.33 cm -8.91 mm 0 eV 861 keV 357 mum 357 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.96 mm 5.88 mm -6.05 mm 297 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.97 mm 5.87 mm -6.05 mm 0 eV 297 keV 85.8 mum 85.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -959 mum 1.19 mm -871 mum 2.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.64 mm 3.34 mm -3.96 mm 1.54 MeV 0 eV 5.27 mm 5.27 mmWAbsorberPhysicalcompt - 2 -1.32 cm 1.51 cm -8.26 mm 1.51 MeV 0 eV 1.52 cm 2.05 cmWAbsorberPhysicalcompt - 3 -1.64 cm 1.86 cm -9.46 mm 861 keV 0 eV 4.81 mm 2.53 cmWAbsorberPhysicalcompt - 4 -1.64 cm 1.95 cm -9.47 mm 0 eV 69.5 keV 943 mum 2.62 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 cm 1.95 cm -9.47 mm 791 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm 1.95 cm -9.46 mm 0 eV 791 keV 322 mum 322 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 cm 1.86 cm -9.46 mm 651 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm 1.86 cm -9.47 mm 0 eV 651 keV 251 mum 251 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm 1.51 cm -8.26 mm 31.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 cm 1.51 cm -8.26 mm 0 eV 31.7 keV 2.4 mum 2.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.64 mm 3.34 mm -3.96 mm 913 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.66 mm 3.33 mm -3.98 mm 0 eV 913 keV 383 mum 383 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -551 mum 598 mum -403 mum 686 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.35 mm 2.49 mm -1.88 mm 0 eV 69.5 keV 2.99 mm 2.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.35 mm 2.49 mm -1.88 mm 617 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.41 mm 2.5 mm -1.85 mm 264 keV 239 keV 133 mum 133 mumWAbsorberPhysicaleBrem - 2 -2.41 mm 2.5 mm -1.86 mm 0 eV 264 keV 72 mum 205 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 mm 2.5 mm -1.85 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 mm 2.51 mm -1.89 mm 0 eV 69.5 keV 119 mum 119 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.52 mm 2.51 mm -1.89 mm 44.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 mm 2.51 mm -1.89 mm 0 eV 44.2 keV 4.19 mum 4.19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 17.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -11.8 cm 1.25 cm -6.69 cm 17.5 MeV 0 eV 13.6 cm 13.6 cmCuPlateBPhysicalTransportation - 2 -16.2 cm 1.72 cm -9.21 cm 17.5 MeV 0 eV 5.13 cm 18.7 cmLArgPhysicalTransportation - 3 -20.4 cm 2.16 cm -11.6 cm 17.5 MeV 0 eV 4.81 cm 23.5 cmBackExcluderTransportation - 4 -41 cm 4.35 cm -23.3 cm 17.5 MeV 0 eV 23.8 cm 47.3 cmLArgPhysicalTransportation - 5 -1.11 m 11.8 cm -63 cm 17.5 MeV 0 eV 80.7 cm 1.28 mCryostatVolumesTransportation - 6 -1.11 m 11.8 cm -63.1 cm 17.5 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 7 -1.17 m 12.4 cm -66.6 cm 17.5 MeV 0 eV 7.03 cm 1.35 mCryostatVolumesTransportation - 8 -1.17 m 12.5 cm -66.7 cm 17.5 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 9 -5 m 53.1 cm -2.84 m 17.5 MeV 0 eV 4.42 m 5.78 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 16.7 cm -10 cm 8.68 cm 51.8 MeV 0 eV 21.4 cm 21.4 cmLArgPhysicalTransportation - 2 1.13 m -67.8 cm 58.6 cm 51.8 MeV 0 eV 1.23 m 1.44 mCryostatVolumesTransportation - 3 1.13 m -67.9 cm 58.8 cm 51.8 MeV 0 eV 3.4 mm 1.45 mInsulationPhysicalTransportation - 4 1.2 m -71.7 cm 62 cm 51.8 MeV 0 eV 7.93 cm 1.53 mCryostatVolumesTransportation - 5 1.2 m -71.8 cm 62.1 cm 51.8 MeV 0 eV 2.83 mm 1.53 mMotherTransportation - 6 5 m -3 m 2.59 m 51.8 MeV 0 eV 4.85 m 6.38 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=36.8585 -Edep in FCAL1 FCAl2 : 0 36.8585 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2642 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 142 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 63.8 mum 31.9 mum 68.9 mum 47.4 MeV 167 keV 99.2 mum 99.2 mumWAbsorberPhysicaleBrem - 2 245 mum 107 mum 251 mum 44.7 MeV 461 keV 268 mum 367 mumWAbsorberPhysicaleBrem - 3 462 mum 192 mum 414 mum 43.1 MeV 1.24 MeV 285 mum 652 mumWAbsorberPhysicaleBrem - 4 663 mum 294 mum 610 mum 42.4 MeV 547 keV 299 mum 952 mumWAbsorberPhysicaleBrem - 5 1.23 mm 480 mum 986 mum 37.8 MeV 1.48 MeV 714 mum 1.67 mmWAbsorberPhysicaleBrem - 6 1.28 mm 484 mum 1.03 mm 37.2 MeV 124 keV 66.9 mum 1.73 mmWAbsorberPhysicaleBrem - 7 1.39 mm 497 mum 1.13 mm 29.4 MeV 265 keV 146 mum 1.88 mmWAbsorberPhysicaleBrem - 8 1.59 mm 486 mum 1.28 mm 28 MeV 425 keV 252 mum 2.13 mmWAbsorberPhysicaleBrem - 9 1.7 mm 501 mum 1.37 mm 26.7 MeV 278 keV 139 mum 2.27 mmWAbsorberPhysicaleBrem - 10 2.21 mm 580 mum 1.56 mm 25.5 MeV 1.08 MeV 553 mum 2.82 mmWAbsorberPhysicaleBrem - 11 2.53 mm 522 mum 1.84 mm 9.86 MeV 932 keV 433 mum 3.26 mmWAbsorberPhysicaleBrem - 12 2.56 mm 517 mum 1.86 mm 7.42 MeV 44.5 keV 25.4 mum 3.28 mmWAbsorberPhysicaleBrem - 13 3.15 mm 1.44 mum 1.87 mm 5.02 MeV 1.72 MeV 826 mum 4.11 mmWAbsorberPhysicaleBrem - 14 1.96 mm -790 mum 1.22 mm 1.94 MeV 3.08 MeV 1.76 mm 5.87 mmWAbsorberPhysicaleIoni - 15 1.82 mm -794 mum 1.25 mm 0 eV 1.94 MeV 919 mum 6.79 mmWAbsorberPhysicaleIoni - 16 1.82 mm -794 mum 1.25 mm 0 eV 0 eV 0 fm 6.79 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.82 mm -794 mum 1.25 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 850 mum 802 mum 1.83 mm 315 keV 0 eV 1.96 mm 1.96 mmWAbsorberPhysicalcompt - 2 3.04 mm 4.6 mm 801 mum 0 eV 69.5 keV 4.51 mm 6.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.04 mm 4.6 mm 801 mum 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 mm 4.61 mm 803 mum 0 eV 246 keV 64.7 mum 64.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 850 mum 802 mum 1.83 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 847 mum 803 mum 1.83 mm 0 eV 196 keV 45.8 mum 45.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.82 mm -794 mum 1.25 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.2 mm -3.05 mm 445 mum 298 keV 0 eV 2.76 mm 2.76 mmWAbsorberPhysicalcompt - 2 3.23 mm -3.04 mm 449 mum 246 keV 0 eV 34.6 mum 2.79 mmWAbsorberPhysicalcompt - 3 3.26 mm -3.01 mm 415 mum 0 eV 69.5 keV 53.9 mum 2.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 mm -3.01 mm 415 mum 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 mm -3.01 mm 414 mum 0 eV 176 keV 39 mum 39 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.23 mm -3.04 mm 449 mum 52 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.23 mm -3.04 mm 449 mum 0 eV 52 keV 5.45 mum 5.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.2 mm -3.05 mm 445 mum 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.2 mm -3.05 mm 443 mum 0 eV 213 keV 52.3 mum 52.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.15 mm 1.44 mum 1.87 mm 680 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.17 mm -6.69 mm 587 mum 566 keV 0 eV 6.89 mm 6.89 mmWAbsorberPhysicalcompt - 2 2.19 mm -1.16 cm -1.79 mm 181 keV 0 eV 5.78 mm 1.27 cmWAbsorberPhysicalcompt - 3 2.21 mm -1.13 cm -1.75 mm 0 eV 69.5 keV 269 mum 1.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 mm -1.13 cm -1.75 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 mm -1.13 cm -1.74 mm 0 eV 111 keV 18.9 mum 18.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.19 mm -1.16 cm -1.79 mm 385 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.19 mm -1.16 cm -1.79 mm 0 eV 385 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.17 mm -6.69 mm 587 mum 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.17 mm -6.69 mm 587 mum 0 eV 115 keV 19.8 mum 19.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 mm 517 mum 1.86 mm 2.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.06 mm -1.01 mm 5.01 mm 386 keV 0 eV 5.7 mm 5.7 mmWAbsorberPhysicalcompt - 2 7.25 mm -3.4 mm 2.94 mm 285 keV 0 eV 3.17 mm 8.87 mmWAbsorberPhysicalcompt - 3 8.9 mm -3.38 mm 1 mm 227 keV 0 eV 2.54 mm 1.14 cmWAbsorberPhysicalcompt - 4 8.6 mm -2.17 mm -821 mum 0 eV 69.5 keV 2.21 mm 1.36 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.6 mm -2.17 mm -821 mum 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.6 mm -2.17 mm -821 mum 0 eV 158 keV 32.7 mum 32.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.9 mm -3.38 mm 1 mm 57.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.9 mm -3.38 mm 1 mm 0 eV 57.7 keV 6.48 mum 6.48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.25 mm -3.4 mm 2.94 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.25 mm -3.4 mm 2.94 mm 0 eV 101 keV 16 mum 16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.06 mm -1.01 mm 5.01 mm 2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.14 mm -1.03 mm 5.08 mm 0 eV 2 MeV 934 mum 934 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.53 mm 522 mum 1.84 mm 14.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm -1.58 mm 8.02 mm 0 eV 0 eV 1.05 cm 1.05 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 33, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm -1.58 mm 8.02 mm 6.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 cm -1.13 mm 7.19 mm 2.94 MeV 3.64 MeV 1.99 mm 1.99 mmWAbsorberPhysicaleIoni - 2 1.24 cm -1.15 mm 7.2 mm 1.95 MeV 52.5 keV 33.4 mum 2.02 mmWAbsorberPhysicaleBrem - 3 1.23 cm -1.24 mm 7.28 mm 0 eV 1.95 MeV 925 mum 2.95 mmWAbsorberPhysicaleIoni - 4 1.23 cm -1.24 mm 7.28 mm 0 eV 0 eV 0 fm 2.95 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm -1.24 mm 7.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm 59.5 mum 8.81 mm 374 keV 0 eV 2.29 mm 2.29 mmWAbsorberPhysicalcompt - 2 1.57 cm -1.32 mm 1.31 cm 0 eV 69.5 keV 5.06 mm 7.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 cm -1.32 mm 1.31 cm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 cm -1.33 mm 1.31 cm 0 eV 304 keV 88.7 mum 88.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 cm 59.5 mum 8.81 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm 61.5 mum 8.81 mm 0 eV 137 keV 26.4 mum 26.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm -1.24 mm 7.28 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 cm -1.63 mm 6.82 mm 417 keV 0 eV 702 mum 702 mumWAbsorberPhysicalcompt - 2 1.25 cm -5.22 mm 4.27 mm 163 keV 0 eV 4.44 mm 5.14 mmWAbsorberPhysicalcompt - 3 1.25 cm -5.12 mm 4.31 mm 0 eV 69.5 keV 111 mum 5.25 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 cm -5.12 mm 4.31 mm 93.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 cm -5.12 mm 4.31 mm 0 eV 93.7 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 cm -5.22 mm 4.27 mm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 cm -5.23 mm 4.27 mm 0 eV 254 keV 68 mum 68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 cm -1.63 mm 6.82 mm 93.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 cm -1.63 mm 6.82 mm 0 eV 93.7 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.24 cm -1.15 mm 7.2 mm 942 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.68 mm -5.1 mm 1.15 cm 359 keV 0 eV 6.87 mm 6.87 mmWAbsorberPhysicalcompt - 2 1.08 cm -3.14 mm 1.62 cm 0 eV 69.5 keV 5.6 mm 1.25 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm -3.14 mm 1.62 cm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm -3.14 mm 1.62 cm 0 eV 290 keV 82.7 mum 82.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.68 mm -5.1 mm 1.15 cm 583 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.66 mm -5.11 mm 1.15 cm 0 eV 583 keV 218 mum 218 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm -1.58 mm 8.02 mm 7.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm -2.93 mm 9.16 mm 2.97 MeV 4.1 MeV 2.02 mm 2.02 mmWAbsorberPhysicaleIoni - 2 1 cm -2.96 mm 8.87 mm 1.34 MeV 798 keV 497 mum 2.52 mmWAbsorberPhysicaleBrem - 3 1.01 cm -2.95 mm 8.81 mm 498 keV 230 keV 133 mum 2.65 mmWAbsorberPhysicaleBrem - 4 1.01 cm -2.97 mm 8.84 mm 163 keV 94.3 keV 57.9 mum 2.71 mmWAbsorberPhysicaleBrem - 5 1.01 cm -2.97 mm 8.83 mm 0 eV 163 keV 34.5 mum 2.74 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm -2.97 mm 8.84 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 cm -2.11 mm 7.05 mm 0 eV 69.5 keV 2.25 mm 2.25 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 cm -2.11 mm 7.05 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 cm -2.11 mm 7.05 mm 0 eV 171 keV 37.4 mum 37.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm -2.95 mm 8.81 mm 614 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.98 mm -1.05 cm 1.06 cm 0 eV 69.5 keV 7.8 mm 7.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.98 mm -1.05 cm 1.06 cm 545 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.98 mm -1.05 cm 1.06 cm 0 eV 545 keV 200 mum 200 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 cm -2.96 mm 8.87 mm 832 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.12 cm 1.04 mm 6.69 mm 345 keV 0 eV 4.71 mm 4.71 mmWAbsorberPhysicalcompt - 2 1.13 cm 1.06 mm 6.74 mm 0 eV 69.5 keV 75.4 mum 4.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm 1.06 mm 6.74 mm 275 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm 1.07 mm 6.75 mm 0 eV 275 keV 76.8 mum 76.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 cm 1.04 mm 6.69 mm 487 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm 1.03 mm 6.67 mm 57.6 keV 126 keV 43.8 mum 43.8 mumWAbsorberPhysicaleBrem - 2 1.13 cm 1.03 mm 6.67 mm 0 eV 57.6 keV 6.47 mum 50.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm 1.03 mm 6.67 mm 303 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 cm 1.45 mm 5.06 mm 254 keV 0 eV 2.21 mm 2.21 mmWAbsorberPhysicalcompt - 2 1.3 cm 869 mum 4.04 mm 0 eV 69.5 keV 1.2 mm 3.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm 869 mum 4.04 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm 866 mum 4.04 mm 0 eV 184 keV 41.9 mum 41.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 cm 1.45 mm 5.06 mm 49.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 cm 1.45 mm 5.06 mm 0 eV 49.2 keV 4.97 mum 4.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 mm 580 mum 1.56 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.81 mm 569 mum 1.99 mm 0 eV 69.5 keV 740 mum 740 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.81 mm 569 mum 1.99 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.81 mm 569 mum 1.99 mm 0 eV 115 keV 20 mum 20 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.7 mm 501 mum 1.37 mm 1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.82 cm 2.43 mm 1.03 cm 647 keV 0 eV 1.88 cm 1.88 cmWAbsorberPhysicalcompt - 2 2.12 cm 3.57 mm 9.52 mm 521 keV 0 eV 3.3 mm 2.21 cmWAbsorberPhysicalcompt - 3 2.27 cm 6 mm 8.26 mm 247 keV 0 eV 3.14 mm 2.53 cmWAbsorberPhysicalcompt - 4 2.23 cm 6.36 mm 8.6 mm 0 eV 69.5 keV 645 mum 2.59 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.23 cm 6.36 mm 8.6 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.23 cm 6.36 mm 8.6 mm 0 eV 177 keV 39.4 mum 39.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.27 cm 6 mm 8.26 mm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 cm 6 mm 8.26 mm 0 eV 274 keV 76.4 mum 76.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 cm 3.57 mm 9.52 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.12 cm 3.57 mm 9.52 mm 0 eV 126 keV 22.8 mum 22.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.82 cm 2.43 mm 1.03 cm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.82 cm 2.43 mm 1.03 cm 0 eV 353 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 mm 486 mum 1.28 mm 996 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 mm 523 mum 1.39 mm 0 eV 69.5 keV 190 mum 190 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.74 mm 523 mum 1.39 mm 926 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 mm 645 mum 1.42 mm 18 keV 758 keV 359 mum 359 mumWAbsorberPhysicaleBrem - 2 1.72 mm 645 mum 1.42 mm 0 eV 18 keV 969 nm 360 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 mm 645 mum 1.42 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 mm 473 mum 1.83 mm 0 eV 69.5 keV 454 mum 454 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 mm 473 mum 1.83 mm 80.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 mm 472 mum 1.83 mm 0 eV 80.7 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 mm 497 mum 1.13 mm 7.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.42 mm 607 mum 2.83 mm 0 eV 0 eV 2.65 mm 2.65 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 63, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 mm 607 mum 2.83 mm 4.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.54 mm 639 mum 3.04 mm 4.26 MeV 342 keV 226 mum 226 mumWAbsorberPhysicaleBrem - 2 4.02 mm 557 mum 3.66 mm 2.09 MeV 1.97 MeV 909 mum 1.14 mmWAbsorberPhysicaleBrem - 3 4.01 mm 443 mum 3.77 mm 0 eV 2.09 MeV 996 mum 2.13 mmWAbsorberPhysicaleIoni - 4 4.01 mm 443 mum 3.77 mm 0 eV 0 eV 0 fm 2.13 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.01 mm 443 mum 3.77 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.02 mm -396 mum 4.19 mm 484 keV 0 eV 938 mum 938 mumWAbsorberPhysicalcompt - 2 3.73 mm -1.18 mm 4.61 mm 0 eV 69.5 keV 934 mum 1.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.73 mm -1.18 mm 4.61 mm 414 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.73 mm -1.19 mm 4.61 mm 0 eV 414 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.02 mm -396 mum 4.19 mm 27.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.02 mm -396 mum 4.19 mm 0 eV 27.4 keV 1.92 mum 1.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.01 mm 443 mum 3.77 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.96 mm 3.3 mm 2.34 mm 400 keV 0 eV 3.2 mm 3.2 mmWAbsorberPhysicalcompt - 2 3.73 mm 7.41 mm 3.61 mm 377 keV 0 eV 4.3 mm 7.5 mmWAbsorberPhysicalcompt - 3 1.95 mm 1.22 cm 3.76 mm 0 eV 69.5 keV 5.09 mm 1.26 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 mm 1.22 cm 3.76 mm 307 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.95 mm 1.22 cm 3.76 mm 0 eV 307 keV 90 mum 90 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.73 mm 7.41 mm 3.61 mm 23.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.73 mm 7.41 mm 3.61 mm 0 eV 23.4 keV 1.48 mum 1.48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.96 mm 3.3 mm 2.34 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.96 mm 3.3 mm 2.34 mm 0 eV 111 keV 18.8 mum 18.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.02 mm 557 mum 3.66 mm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.02 mm 77.5 mum 3.94 mm 0 eV 69.5 keV 555 mum 555 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.02 mm 77.5 mum 3.94 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.02 mm 73.9 mum 3.95 mm 43 keV 87.6 keV 22.1 mum 22.1 mumWAbsorberPhysicaleBrem - 2 4.02 mm 73.6 mum 3.95 mm 0 eV 43 keV 3.99 mum 26.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.54 mm 639 mum 3.04 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.68 mm 746 mum 3.04 mm 0 eV 69.5 keV 180 mum 180 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.68 mm 746 mum 3.04 mm 46.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.68 mm 746 mum 3.04 mm 0 eV 46.9 keV 4.6 mum 4.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 mm 607 mum 2.83 mm 1.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.49 mm 556 mum 2.87 mm 0 eV 1.78 MeV 823 mum 823 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm 484 mum 1.03 mm 429 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 mm 491 mum 1.11 mm 307 keV 0 eV 106 mum 106 mumWAbsorberPhysicalcompt - 2 972 mum -712 mum 3.77 mm 0 eV 69.5 keV 2.94 mm 3.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 972 mum -712 mum 3.77 mm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 972 mum -713 mum 3.77 mm 0 eV 237 keV 61.5 mum 61.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 mm 491 mum 1.11 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 mm 491 mum 1.11 mm 0 eV 122 keV 21.8 mum 21.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 mm 480 mum 986 mum 3.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.9 mm 1.1 mm 5.54 mm 2.06 MeV 0 eV 6.55 mm 6.55 mmWAbsorberPhysicalcompt - 2 2.54 cm -831 mum 1.39 cm 1.22 MeV 0 eV 2.13 cm 2.79 cmWAbsorberPhysicalcompt - 3 2.58 cm -716 mum 1.44 cm 0 eV 69.5 keV 727 mum 2.86 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.58 cm -716 mum 1.44 cm 1.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 cm -833 mum 1.46 cm 384 keV 621 keV 393 mum 393 mumWAbsorberPhysicaleBrem - 2 2.59 cm -839 mum 1.46 cm 0 eV 384 keV 124 mum 517 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 cm -833 mum 1.46 cm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 cm -836 mum 1.46 cm 96.4 keV 0 eV 6.73 mum 6.73 mumWAbsorberPhysicalcompt - 2 2.58 cm -798 mum 1.46 cm 0 eV 69.5 keV 71.9 mum 78.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.58 cm -798 mum 1.46 cm 26.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 cm -798 mum 1.46 cm 0 eV 26.8 keV 1.85 mum 1.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 cm -836 mum 1.46 cm 50 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 cm -836 mum 1.46 cm 0 eV 50 keV 5.08 mum 5.08 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.54 cm -831 mum 1.39 cm 834 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.54 cm -840 mum 1.39 cm 0 eV 834 keV 343 mum 343 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.9 mm 1.1 mm 5.54 mm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.91 mm 1.11 mm 5.58 mm 0 eV 1.06 MeV 456 mum 456 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 663 mum 294 mum 610 mum 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 995 mum 390 mum 890 mum 120 keV 0 eV 445 mum 445 mumWAbsorberPhysicalcompt - 2 987 mum 412 mum 880 mum 0 eV 69.5 keV 25.7 mum 471 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 987 mum 412 mum 880 mum 50.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 987 mum 412 mum 879 mum 0 eV 50.7 keV 5.21 mum 5.21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 995 mum 390 mum 890 mum 52.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 996 mum 390 mum 890 mum 0 eV 52.9 keV 5.6 mum 5.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 462 mum 192 mum 414 mum 334 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 mm 511 mum 1.33 mm 0 eV 69.5 keV 1.28 mm 1.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 mm 511 mum 1.33 mm 265 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 mm 513 mum 1.34 mm 0 eV 265 keV 72.3 mum 72.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 245 mum 107 mum 251 mum 2.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.82 mm 660 mum 1.54 mm 0 eV 69.5 keV 2.11 mm 2.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.82 mm 660 mum 1.54 mm 2.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm 442 mum 2.1 mm 315 keV 1.92 MeV 1.05 mm 1.05 mmWAbsorberPhysicaleIoni - 2 1.62 mm 444 mum 2.1 mm 0 eV 315 keV 93.4 mum 1.14 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 63.8 mum 31.9 mum 68.9 mum 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 605 mum 299 mum 684 mum 0 eV 69.5 keV 862 mum 862 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 605 mum 299 mum 684 mum 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 606 mum 299 mum 684 mum 0 eV 101 keV 16.2 mum 16.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.52 mm -1.28 cm -6.56 cm 21 MeV 0 eV 6.69 cm 6.69 cmCuPlateBPhysicalTransportation - 2 4.85 mm -1.76 cm -9.04 cm 21 MeV 0 eV 2.53 cm 9.22 cmLArgPhysicalTransportation - 3 6.21 mm -2.26 cm -11.6 cm 21 MeV 0 eV 2.59 cm 11.8 cmBackExcluderTransportation - 4 6.24 cm -22.7 cm -1.16 m 21 MeV 0 eV 1.07 m 1.19 mLArgPhysicalTransportation - 5 6.83 cm -24.8 cm -1.27 m 21 MeV 0 eV 11.3 cm 1.3 mCryostatVolumesTransportation - 6 6.85 cm -24.9 cm -1.28 m 21 MeV 0 eV 3.06 mm 1.3 mInsulationPhysicalTransportation - 7 7.22 cm -26.2 cm -1.35 m 21 MeV 0 eV 7.13 cm 1.37 mCryostatVolumesTransportation - 8 7.23 cm -26.3 cm -1.35 m 21 MeV 0 eV 2.55 mm 1.38 mMotherTransportation - 9 10 cm -36.5 cm -1.87 m 21 MeV 0 eV 53.3 cm 1.91 mBigScintPhysicalTransportation - 10 10.1 cm -36.8 cm -1.89 m 21 MeV 0 eV 2.04 cm 1.93 mMotherTransportation - 11 10.5 cm -38 cm -1.95 m 21 MeV 0 eV 6.12 cm 1.99 mBigIronPhysicalTransportation - 12 11 cm -40 cm -2.05 m 21 MeV 0 eV 10.2 cm 2.09 mMotherTransportation - 13 11.1 cm -40.4 cm -2.07 m 21 MeV 0 eV 2.04 cm 2.11 mBigScintPhysicalTransportation - 14 11.2 cm -40.7 cm -2.09 m 21 MeV 0 eV 2.04 cm 2.13 mMotherTransportation - 15 11.5 cm -41.7 cm -2.14 m 21 MeV 0 eV 5.1 cm 2.18 mBigIronPhysicalTransportation - 16 12 cm -43.7 cm -2.24 m 21 MeV 0 eV 10.2 cm 2.29 mMotherTransportation - 17 12.2 cm -44.5 cm -2.28 m 21 MeV 0 eV 4.08 cm 2.33 mBigScintPhysicalTransportation - 18 12.3 cm -44.8 cm -2.3 m 21 MeV 0 eV 2.04 cm 2.35 mMotherTransportation - 19 15.8 cm -57.5 cm -2.95 m 21 MeV 0 eV 66.3 cm 3.01 mConcWallAPhysicalTransportation - 20 24.4 cm -88.7 cm -4.55 m 21 MeV 0 eV 1.63 m 4.64 mConcWallBPhysicalTransportation - 21 33 cm -1.2 m -6.15 m 21 MeV 0 eV 1.63 m 6.27 mMotherTransportation - 22 1.38 m -5 m -25.6 m 21 MeV 0 eV 19.9 m 26.2 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15.2 cm -4.62 cm -6.4 cm 36.4 MeV 0 eV 17.1 cm 17.1 cmCuPlateBPhysicalTransportation - 2 -21 cm -6.37 cm -8.81 cm 36.4 MeV 0 eV 6.48 cm 23.6 cmLArgPhysicalTransportation - 3 -27.5 cm -8.37 cm -11.6 cm 36.4 MeV 0 eV 7.41 cm 31 cmBackExcluderTransportation - 4 -40.2 cm -12.2 cm -16.9 cm 36.4 MeV 0 eV 14.2 cm 45.3 cmLArgPhysicalTransportation - 5 -1.17 m -35.7 cm -49.4 cm 36.4 MeV 0 eV 87.1 cm 1.32 mCryostatVolumesTransportation - 6 -1.18 m -35.8 cm -49.5 cm 36.4 MeV 0 eV 3.12 mm 1.33 mInsulationPhysicalTransportation - 7 -1.24 m -37.7 cm -52.2 cm 36.4 MeV 0 eV 7.27 cm 1.4 mCryostatVolumesTransportation - 8 -1.24 m -37.8 cm -52.3 cm 36.4 MeV 0 eV 2.6 mm 1.4 mMotherTransportation - 9 -5 m -1.52 m -2.1 m 36.4 MeV 0 eV 4.23 m 5.63 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=48.7939 -Edep in FCAL1 FCAl2 : 0 48.7939 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2643 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 143 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 34.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -21.8 mum 9.76 mum -163 nm 32.8 MeV 45.1 keV 23.9 mum 23.9 mumWAbsorberPhysicaleBrem - 2 -402 mum 148 mum -8.43 mum 31 MeV 779 keV 409 mum 433 mumWAbsorberPhysicaleBrem - 3 -950 mum 356 mum 119 mum 28.7 MeV 1.09 MeV 598 mum 1.03 mmWAbsorberPhysicaleBrem - 4 -998 mum 367 mum 133 mum 24.7 MeV 203 keV 51.6 mum 1.08 mmWAbsorberPhysicaleBrem - 5 -1.53 mm 466 mum 227 mum 20.8 MeV 1.03 MeV 548 mum 1.63 mmWAbsorberPhysicaleIoni - 6 -1.99 mm 548 mum 342 mum 17.6 MeV 847 keV 501 mum 2.13 mmWAbsorberPhysicaleBrem - 7 -2.07 mm 516 mum 347 mum 16.8 MeV 135 keV 86.1 mum 2.22 mmWAbsorberPhysicaleBrem - 8 -2.3 mm 441 mum 417 mum 15.9 MeV 452 keV 255 mum 2.47 mmWAbsorberPhysicaleBrem - 9 -3.01 mm -76.6 mum 427 mum 13.4 MeV 2.47 MeV 874 mum 3.35 mmWAbsorberPhysicaleBrem - 10 -3.59 mm -757 mum 880 mum 10.4 MeV 1.73 MeV 1.02 mm 4.37 mmWAbsorberPhysicaleBrem - 11 -3.68 mm -2.67 mm 1.86 mm 6.05 MeV 3.96 MeV 2.11 mm 6.48 mmWAbsorberPhysicaleBrem - 12 -3.65 mm -2.66 mm 1.86 mm 5.4 MeV 49.7 keV 31.2 mum 6.51 mmWAbsorberPhysicaleBrem - 13 -3.35 mm -2.66 mm 2.55 mm 3 MeV 1.86 MeV 916 mum 7.43 mmWAbsorberPhysicaleBrem - 14 -3.22 mm -2.03 mm 1.75 mm 793 keV 2.21 MeV 1.34 mm 8.77 mmWAbsorberPhysicaleIoni - 15 -3.21 mm -2 mm 1.73 mm 0 eV 793 keV 324 mum 9.09 mmWAbsorberPhysicaleIoni - 16 -3.21 mm -2 mm 1.73 mm 0 eV 0 eV 0 fm 9.09 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.21 mm -2 mm 1.73 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -464 mum -7.78 mm -229 mum 433 keV 0 eV 6.69 mm 6.69 mmWAbsorberPhysicalcompt - 2 -409 mum -1.32 cm -5.72 mm 349 keV 0 eV 7.74 mm 1.44 cmWAbsorberPhysicalcompt - 3 777 mum -1.37 cm -7.5 mm 174 keV 0 eV 2.18 mm 1.66 cmWAbsorberPhysicalcompt - 4 848 mum -1.36 cm -7.37 mm 0 eV 69.5 keV 148 mum 1.68 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 848 mum -1.36 cm -7.37 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 849 mum -1.36 cm -7.37 mm 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 777 mum -1.37 cm -7.5 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 778 mum -1.37 cm -7.5 mm 0 eV 175 keV 38.5 mum 38.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -409 mum -1.32 cm -5.72 mm 83.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -409 mum -1.32 cm -5.72 mm 0 eV 83.6 keV 11.9 mum 11.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -464 mum -7.78 mm -229 mum 78.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -463 mum -7.78 mm -229 mum 0 eV 78.3 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.21 mm -2 mm 1.73 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.66 mm -1.06 mm 2.05 mm 0 eV 69.5 keV 1.09 mm 1.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.66 mm -1.06 mm 2.05 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.67 mm -1.05 mm 2.04 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.35 mm -2.66 mm 2.55 mm 541 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.18 mm -1.77 mm 2.94 mm 349 keV 0 eV 983 mum 983 mumWAbsorberPhysicalcompt - 2 -6.87 mm 2.83 mm 1.52 mm 0 eV 69.5 keV 6.07 mm 7.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.87 mm 2.83 mm 1.52 mm 280 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.87 mm 2.83 mm 1.52 mm 0 eV 280 keV 78.6 mum 78.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.18 mm -1.77 mm 2.94 mm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.17 mm -1.77 mm 2.94 mm 0 eV 191 keV 44.3 mum 44.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.65 mm -2.66 mm 1.86 mm 604 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.47 mm -2.04 mm 2.11 mm 400 keV 0 eV 1.35 mm 1.35 mmWAbsorberPhysicalcompt - 2 -2.33 mm -1.46 mm 1.92 mm 0 eV 69.5 keV 634 mum 1.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.33 mm -1.46 mm 1.92 mm 331 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 mm -1.45 mm 1.92 mm 0 eV 331 keV 100 mum 100 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.47 mm -2.04 mm 2.11 mm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.47 mm -2.05 mm 2.11 mm 0 eV 204 keV 48.7 mum 48.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.68 mm -2.67 mm 1.86 mm 360 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 mm -1.71 mm 2.15 mm 0 eV 69.5 keV 2.06 mm 2.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.89 mm -1.71 mm 2.15 mm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 mm -1.7 mm 2.15 mm 0 eV 291 keV 83.1 mum 83.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 mm -757 mum 880 mum 1.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.64 mm -4.34 mm 169 mum 225 keV 0 eV 4.76 mm 4.76 mmWAbsorberPhysicalcompt - 2 -6.15 mm -3.58 mm -170 mum 0 eV 69.5 keV 967 mum 5.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.15 mm -3.58 mm -170 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.15 mm -3.58 mm -170 mum 0 eV 155 keV 31.9 mum 31.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.64 mm -4.34 mm 169 mum 1.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.67 mm -4.37 mm 165 mum 0 eV 1.03 MeV 441 mum 441 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.01 mm -76.6 mum 427 mum 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.03 mm -92.4 mum 428 mum 0 eV 69.5 keV 21.1 mum 21.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.03 mm -92.4 mum 428 mum 38.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.03 mm -92.6 mum 428 mum 0 eV 38.9 keV 3.37 mum 3.37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.3 mm 441 mum 417 mum 442 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.92 mm -891 mum 761 mum 223 keV 0 eV 2.96 mm 2.96 mmWAbsorberPhysicalcompt - 2 -4.88 mm -937 mum 758 mum 0 eV 69.5 keV 55.7 mum 3.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.88 mm -937 mum 758 mum 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.88 mm -937 mum 756 mum 0 eV 153 keV 31.3 mum 31.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.92 mm -891 mum 761 mum 219 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.92 mm -891 mum 762 mum 0 eV 219 keV 54.4 mum 54.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 mm 516 mum 347 mum 649 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.05 mm 146 mum 746 mum 0 eV 69.5 keV 2.06 mm 2.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.05 mm 146 mum 746 mum 579 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.07 mm 136 mum 745 mum 0 eV 579 keV 216 mum 216 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 mm 548 mum 342 mum 2.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 cm -9.08 mm 3.14 mm 2.23 MeV 0 eV 2.75 cm 2.75 cmWAbsorberPhysicalcompt - 2 -5.69 cm -2.48 cm 2.55 mm 460 keV 0 eV 3.33 cm 6.08 cmWAbsorberPhysicalcompt - 3 -5.92 cm -2.7 cm 2.48 cm 0 eV 69.5 keV 2.24 cm 8.32 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.92 cm -2.7 cm 2.48 cm 390 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.92 cm -2.7 cm 2.48 cm 177 keV 102 keV 48.8 mum 48.8 mumWAbsorberPhysicaleBrem - 2 -5.92 cm -2.7 cm 2.48 cm 0 eV 177 keV 39.5 mum 88.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.92 cm -2.7 cm 2.48 cm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.91 cm -2.7 cm 2.49 cm 0 eV 69.5 keV 133 mum 133 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.91 cm -2.7 cm 2.49 cm 41.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.91 cm -2.7 cm 2.49 cm 0 eV 41.4 keV 3.74 mum 3.74 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.69 cm -2.48 cm 2.55 mm 1.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.7 cm -2.49 cm 2.53 mm 0 eV 1.77 MeV 815 mum 815 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 cm -9.08 mm 3.14 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.76 cm -9.08 mm 3.15 mm 0 eV 166 keV 35.5 mum 35.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 mm 466 mum 227 mum 2.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 mm -2.83 mum -350 mum 194 keV 2.42 MeV 1.15 mm 1.15 mmWAbsorberPhysicaleBrem - 2 -1.63 mm -3.06 mum -354 mum 0 eV 194 keV 45.1 mum 1.19 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 mm -2.83 mum -350 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm 82.4 mum -480 mum 0 eV 69.5 keV 157 mum 157 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm 82.4 mum -480 mum 85.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm 82.2 mum -481 mum 0 eV 85.7 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -998 mum 367 mum 133 mum 3.83 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm 6.21 mm 4.43 mm 0 eV 0 eV 1.71 cm 1.71 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm 6.21 mm 4.43 mm 1.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 cm 6.05 mm 4.45 mm 439 keV 707 keV 377 mum 377 mumWAbsorberPhysicaleBrem - 2 -1.67 cm 6.06 mm 4.43 mm 0 eV 439 keV 147 mum 524 mumWAbsorberPhysicaleIoni - 3 -1.67 cm 6.06 mm 4.43 mm 0 eV 0 eV 0 fm 524 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 cm 6.06 mm 4.43 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 cm 6.37 mm 3.84 mm 313 keV 0 eV 2.32 mm 2.32 mmWAbsorberPhysicalcompt - 2 -1.9 cm 6.55 mm 3.71 mm 0 eV 69.5 keV 226 mum 2.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 cm 6.55 mm 3.71 mm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 cm 6.55 mm 3.71 mm 82.4 keV 2.19 keV 981 nm 981 nmWAbsorberPhysicaleBrem - 2 -1.9 cm 6.55 mm 3.71 mm 0 eV 82.4 keV 11.6 mum 12.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 cm 6.55 mm 3.71 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 cm 6.96 mm 3.76 mm 0 eV 69.5 keV 607 mum 607 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 cm 6.96 mm 3.76 mm 89.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 cm 6.96 mm 3.76 mm 0 eV 89.1 keV 13.2 mum 13.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.89 cm 6.37 mm 3.84 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 cm 6.37 mm 3.84 mm 0 eV 198 keV 46.6 mum 46.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 cm 6.06 mm 4.43 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm 5.69 mm 5.12 mm 0 eV 69.5 keV 2.71 mm 2.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 cm 5.69 mm 5.12 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm 5.69 mm 5.13 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 cm 6.05 mm 4.45 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 cm 6.56 mm 3.76 mm 0 eV 69.5 keV 982 mum 982 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 cm 6.56 mm 3.76 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 cm 6.56 mm 3.76 mm 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm 6.21 mm 4.43 mm 1.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 cm 6.23 mm 4.43 mm 0 eV 1.48 MeV 673 mum 673 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -950 mum 356 mum 119 mum 1.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 cm 3.28 mm 4.31 mm 463 keV 0 eV 1.43 cm 1.43 cmWAbsorberPhysicalcompt - 2 -1.51 cm 2.78 mm 3.38 mm 363 keV 0 eV 1.36 mm 1.56 cmWAbsorberPhysicalcompt - 3 -1.69 cm 21.3 mum 3.14 mm 224 keV 0 eV 3.28 mm 1.89 cmWAbsorberPhysicalcompt - 4 -1.7 cm -14.7 mum 3.62 mm 0 eV 69.5 keV 502 mum 1.94 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.7 cm -14.7 mum 3.62 mm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm -13.2 mum 3.62 mm 0 eV 154 keV 31.6 mum 31.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm 21.3 mum 3.14 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm 19.8 mum 3.13 mm 0 eV 140 keV 27.1 mum 27.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm 2.78 mm 3.38 mm 99.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm 2.78 mm 3.38 mm 0 eV 99.7 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.43 cm 3.28 mm 4.31 mm 737 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 cm 3.28 mm 4.32 mm 0 eV 737 keV 295 mum 295 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -402 mum 148 mum -8.43 mum 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.2 mm 1.37 mm 654 mum 548 keV 0 eV 5 mm 5 mmWAbsorberPhysicalcompt - 2 -6.11 mm 487 mum 954 mum 215 keV 0 eV 1.3 mm 6.3 mmWAbsorberPhysicalcompt - 3 -6.2 mm 699 mum 816 mum 0 eV 69.5 keV 266 mum 6.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.2 mm 699 mum 816 mum 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.19 mm 701 mum 816 mum 0 eV 145 keV 28.8 mum 28.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.11 mm 487 mum 954 mum 333 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.12 mm 480 mum 957 mum 0 eV 333 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.2 mm 1.37 mm 654 mum 547 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.22 mm 1.38 mm 654 mum 0 eV 547 keV 201 mum 201 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -21.8 mum 9.76 mum -163 nm 1.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.95 cm 2.31 cm 2.73 mm 0 eV 0 eV 5.47 cm 5.47 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.95 cm 2.31 cm 2.73 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.95 cm 2.31 cm 2.73 mm 0 eV 136 keV 24.5 mum 24.5 mumWAbsorberPhysicaleIoni - 2 -4.95 cm 2.31 cm 2.73 mm 0 eV 0 eV 0 fm 24.5 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.95 cm 2.31 cm 2.73 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.3 cm 1.96 cm 4.29 mm 185 keV 0 eV 7.61 mm 7.61 mmWAbsorberPhysicalcompt - 2 -4.4 cm 2.01 cm 2.78 mm 0 eV 69.5 keV 1.91 mm 9.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.4 cm 2.01 cm 2.78 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.4 cm 2.01 cm 2.77 mm 0 eV 116 keV 20.1 mum 20.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.3 cm 1.96 cm 4.29 mm 326 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.29 cm 1.96 cm 4.29 mm 0 eV 326 keV 97.9 mum 97.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.95 cm 2.31 cm 2.73 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.45 cm 2.58 cm 1.55 mm 395 keV 0 eV 5.76 mm 5.76 mmWAbsorberPhysicalcompt - 2 -6.34 cm 2.29 cm -371 mum 241 keV 0 eV 9.5 mm 1.53 cmWAbsorberPhysicalcompt - 3 -6.41 cm 2.5 cm -3.43 mm 0 eV 69.5 keV 3.79 mm 1.9 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.41 cm 2.5 cm -3.43 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.41 cm 2.5 cm -3.43 mm 0 eV 171 keV 37.4 mum 37.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.34 cm 2.29 cm -371 mum 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.34 cm 2.29 cm -370 mum 0 eV 154 keV 31.6 mum 31.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.45 cm 2.58 cm 1.55 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.45 cm 2.58 cm 1.55 mm 0 eV 116 keV 20.1 mum 20.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.95 cm 2.31 cm 2.73 mm 577 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.95 cm 2.31 cm 2.73 mm 0 eV 577 keV 216 mum 216 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 22.4 cm 10.7 cm 32.5 cm 32.8 MeV 0 eV 40.9 cm 40.9 cmF2LArGapPhysicalTransportation - 2 22.6 cm 10.8 cm 32.7 cm 32.8 MeV 0 eV 3.18 mm 41.2 cmCuPlateAPhysicalTransportation - 3 24.1 cm 11.5 cm 34.9 cm 32.8 MeV 0 eV 2.72 cm 44 cmF2TroffAPhysicalTransportation - 4 24.1 cm 11.6 cm 35 cm 32.8 MeV 0 eV 623 mum 44 cmFCALEnvelopePhysicalTransportation - 5 25.2 cm 12.1 cm 36.5 cm 32.8 MeV 0 eV 1.96 cm 46 cmLArgPhysicalTransportation - 6 72.4 cm 34.7 cm 1.05 m 32.8 MeV 0 eV 86.1 cm 1.32 mCryostatVolumesTransportation - 7 72.6 cm 34.8 cm 1.05 m 32.8 MeV 0 eV 3.11 mm 1.32 mInsulationPhysicalTransportation - 8 76.6 cm 36.7 cm 1.11 m 32.8 MeV 0 eV 7.25 cm 1.4 mCryostatVolumesTransportation - 9 76.7 cm 36.7 cm 1.11 m 32.8 MeV 0 eV 2.59 mm 1.4 mMotherTransportation - 10 98 cm 47 cm 1.42 m 32.8 MeV 0 eV 38.9 cm 1.79 mIronWallPhysicalTransportation - 11 1.26 m 60.2 cm 1.82 m 32.8 MeV 0 eV 50.4 cm 2.29 mMotherTransportation - 12 5 m 2.4 m 7.24 m 32.8 MeV 0 eV 6.83 m 9.12 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.4 cm -5.41 cm -6.36 cm 37.7 MeV 0 eV 9.01 cm 9.01 cmF2RodPhysicalTransportation - 2 3.54 cm -5.63 cm -6.63 cm 37.7 MeV 0 eV 3.8 mm 9.39 cmF2LArGapPhysicalTransportation - 3 3.57 cm -5.68 cm -6.68 cm 37.7 MeV 0 eV 749 mum 9.47 cmCuPlateBPhysicalTransportation - 4 4.69 cm -7.45 cm -8.76 cm 37.7 MeV 0 eV 2.95 cm 12.4 cmLArgPhysicalTransportation - 5 6.2 cm -9.85 cm -11.6 cm 37.7 MeV 0 eV 4 cm 16.4 cmBackExcluderTransportation - 6 20.2 cm -32.1 cm -37.8 cm 37.7 MeV 0 eV 37.2 cm 53.6 cmLArgPhysicalTransportation - 7 60.1 cm -95.6 cm -1.12 m 37.7 MeV 0 eV 1.06 m 1.59 mCryostatVolumesTransportation - 8 60.3 cm -95.8 cm -1.13 m 37.7 MeV 0 eV 3.75 mm 1.6 mInsulationPhysicalTransportation - 9 61.3 cm -97.5 cm -1.15 m 37.7 MeV 0 eV 2.87 cm 1.63 mMotherTransportation - 10 3.15 m -5 m -5.88 m 37.7 MeV 0 eV 6.71 m 8.34 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=35.6499 -Edep in FCAL1 FCAl2 : 0 35.6499 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2644 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 144 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 227 mum 590 mum 541 mum 42.8 MeV 1.53 MeV 836 mum 836 mumWAbsorberPhysicaleBrem - 2 379 mum 1.05 mm 1.04 mm 34.5 MeV 1.34 MeV 700 mum 1.54 mmWAbsorberPhysicaleBrem - 3 433 mum 1.19 mm 1.26 mm 33.9 MeV 493 keV 262 mum 1.8 mmWAbsorberPhysicaleBrem - 4 476 mum 1.35 mm 1.52 mm 24.2 MeV 693 keV 311 mum 2.11 mmWAbsorberPhysicaleBrem - 5 541 mum 1.87 mm 2.65 mm 19 MeV 3.87 MeV 1.3 mm 3.41 mmWAbsorberPhysicaleBrem - 6 897 mum 2.18 mm 3.74 mm 7.62 MeV 2.99 MeV 1.21 mm 4.61 mmWAbsorberPhysicaleBrem - 7 10.9 mum 2.64 mm 4.36 mm 3.5 MeV 2 MeV 1.12 mm 5.73 mmWAbsorberPhysicaleBrem - 8 -24.5 mum 2.69 mm 4.47 mm 3.1 MeV 239 keV 153 mum 5.88 mmWAbsorberPhysicaleBrem - 9 -253 mum 2.72 mm 4.42 mm 1.2 MeV 522 keV 285 mum 6.17 mmWAbsorberPhysicaleBrem - 10 -248 mum 2.7 mm 4.48 mm 0 eV 1.2 MeV 534 mum 6.7 mmWAbsorberPhysicaleIoni - 11 -248 mum 2.7 mm 4.48 mm 0 eV 0 eV 0 fm 6.7 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -248 mum 2.7 mm 4.48 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 182 mum 667 mum 7.24 mm 503 keV 0 eV 3.45 mm 3.45 mmWAbsorberPhysicalcompt - 2 171 mum 517 mum 7.43 mm 398 keV 0 eV 243 mum 3.69 mmWAbsorberPhysicalcompt - 3 -855 mum 443 mum 9.29 mm 0 eV 69.5 keV 2.12 mm 5.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -855 mum 443 mum 9.29 mm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -861 mum 439 mum 9.29 mm 0 eV 328 keV 98.9 mum 98.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 171 mum 517 mum 7.43 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 172 mum 516 mum 7.43 mm 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 182 mum 667 mum 7.24 mm 7.52 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 182 mum 667 mum 7.24 mm 0 eV 7.52 keV 253 nm 253 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -248 mum 2.7 mm 4.48 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm 6.46 mm -609 mum 350 keV 0 eV 6.38 mm 6.38 mmWAbsorberPhysicalcompt - 2 -1.12 mm 6.56 mm -608 mum 189 keV 0 eV 126 mum 6.51 mmWAbsorberPhysicalcompt - 3 -378 mum 6.71 mm 389 mum 0 eV 69.5 keV 1.25 mm 7.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -378 mum 6.71 mm 389 mum 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -378 mum 6.71 mm 390 mum 0 eV 120 keV 21.1 mum 21.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 mm 6.56 mm -608 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 mm 6.57 mm -608 mum 0 eV 161 keV 33.8 mum 33.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm 6.46 mm -609 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm 6.46 mm -612 mum 0 eV 161 keV 33.8 mum 33.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -253 mum 2.72 mm 4.42 mm 1.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 917 mum 877 mum 1.17 cm 1.27 MeV 0 eV 7.58 mm 7.58 mmWAbsorberPhysicalcompt - 2 1.34 mm 144 mum 1.31 cm 476 keV 0 eV 1.63 mm 9.21 mmWAbsorberPhysicalcompt - 3 251 mum 237 mum 1.4 cm 0 eV 69.5 keV 1.44 mm 1.07 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 251 mum 237 mum 1.4 cm 406 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 241 mum 238 mum 1.4 cm 0 eV 406 keV 134 mum 134 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 mm 144 mum 1.31 cm 793 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 mm 130 mum 1.31 cm 0 eV 793 keV 323 mum 323 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 917 mum 877 mum 1.17 cm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 917 mum 878 mum 1.17 cm 0 eV 111 keV 18.8 mum 18.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -24.5 mum 2.69 mm 4.47 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -221 mum 2.81 mm 4.59 mm 131 keV 0 eV 257 mum 257 mumWAbsorberPhysicalcompt - 2 -607 mum 2.45 mm 4.66 mm 0 eV 69.5 keV 528 mum 786 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -607 mum 2.45 mm 4.66 mm 61.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -607 mum 2.45 mm 4.66 mm 0 eV 61.1 keV 7.1 mum 7.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -221 mum 2.81 mm 4.59 mm 28.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -221 mum 2.81 mm 4.59 mm 0 eV 28.4 keV 2.03 mum 2.03 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 10.9 mum 2.64 mm 4.36 mm 2.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.97 cm 2.92 cm 3.41 cm 584 keV 0 eV 4.97 cm 4.97 cmWAbsorberPhysicalcompt - 2 -2.86 cm 3.09 cm 3.5 cm 470 keV 0 eV 2.26 mm 5.19 cmWAbsorberPhysicalcompt - 3 -2.87 cm 3.35 cm 3.54 cm 0 eV 69.5 keV 2.69 mm 5.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.87 cm 3.35 cm 3.54 cm 400 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.87 cm 3.35 cm 3.54 cm 0 eV 400 keV 131 mum 131 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.86 cm 3.09 cm 3.5 cm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.86 cm 3.09 cm 3.5 cm 0 eV 114 keV 19.6 mum 19.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.97 cm 2.92 cm 3.41 cm 1.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.97 cm 2.92 cm 3.41 cm 0 eV 1.55 MeV 706 mum 706 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 897 mum 2.18 mm 3.74 mm 8.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 174 mum 2.76 mm 5.04 mm 0 eV 0 eV 1.6 mm 1.6 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 31, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 174 mum 2.76 mm 5.04 mm 3.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 86.9 mum 2.74 mm 5.22 mm 1.27 MeV 403 keV 247 mum 247 mumWAbsorberPhysicaleBrem - 2 55.5 mum 2.49 mm 5.36 mm 32.8 keV 1 MeV 450 mum 697 mumWAbsorberPhysicaleBrem - 3 55.2 mum 2.49 mm 5.36 mm 0 eV 32.8 keV 2.22 mum 699 mumWAbsorberPhysicaleIoni - 4 55.2 mum 2.49 mm 5.36 mm 0 eV 0 eV 0 fm 699 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 55.2 mum 2.49 mm 5.36 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.95 mm 2.06 mm 8.62 mm 194 keV 0 eV 3.79 mm 3.79 mmWAbsorberPhysicalcompt - 2 1.73 mm 1.77 mm 8.4 mm 0 eV 69.5 keV 428 mum 4.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 mm 1.77 mm 8.4 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm 1.77 mm 8.39 mm 0 eV 125 keV 22.6 mum 22.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 mm 2.06 mm 8.62 mm 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 mm 2.06 mm 8.62 mm 0 eV 317 keV 93.9 mum 93.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 55.2 mum 2.49 mm 5.36 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 mm 2.73 mm 3.53 mm 0 eV 69.5 keV 2.13 mm 2.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 mm 2.73 mm 3.53 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 2.74 mm 3.52 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 55.5 mum 2.49 mm 5.36 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 mm 2.38 mm 7.5 mm 0 eV 69.5 keV 2.44 mm 2.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.24 mm 2.38 mm 7.5 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 mm 2.38 mm 7.5 mm 0 eV 163 keV 34.4 mum 34.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 86.9 mum 2.74 mm 5.22 mm 1.82 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.08 mm 2.17 mm 1.33 mm 989 keV 0 eV 7.31 mm 7.31 mmWAbsorberPhysicalcompt - 2 -3.88 cm -1.21 cm 3.82 mm 675 keV 0 eV 3.58 cm 4.31 cmWAbsorberPhysicalcompt - 3 -3.88 cm -1.23 cm 3.8 mm 354 keV 0 eV 134 mum 4.32 cmWAbsorberPhysicalcompt - 4 -4.18 cm -1.18 cm 4.17 mm 0 eV 69.5 keV 3.03 mm 4.62 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.18 cm -1.18 cm 4.17 mm 284 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.18 cm -1.18 cm 4.17 mm 0 eV 284 keV 80.5 mum 80.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.88 cm -1.23 cm 3.8 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.88 cm -1.23 cm 3.8 mm 0 eV 321 keV 95.8 mum 95.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.88 cm -1.21 cm 3.82 mm 315 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.88 cm -1.21 cm 3.83 mm 0 eV 315 keV 93 mum 93 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.08 mm 2.17 mm 1.33 mm 828 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.09 mm 2.18 mm 1.31 mm 0 eV 828 keV 341 mum 341 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 174 mum 2.76 mm 5.04 mm 3.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 154 mum 2.79 mm 5.07 mm 3.65 MeV 65 keV 47.4 mum 47.4 mumWAbsorberPhysicaleBrem - 2 10.8 mum 2.43 mm 5.33 mm 2.44 MeV 1.04 MeV 577 mum 625 mumWAbsorberPhysicaleBrem - 3 -51 mum 2.22 mm 5.52 mm 1.34 MeV 695 keV 385 mum 1.01 mmWAbsorberPhysicaleBrem - 4 -23.1 mum 2.2 mm 5.57 mm 0 eV 1.34 MeV 602 mum 1.61 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -51 mum 2.22 mm 5.52 mm 402 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -52.3 mum 2.01 mm 5.76 mm 0 eV 69.5 keV 325 mum 325 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -52.3 mum 2.01 mm 5.76 mm 333 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -53.8 mum 2 mm 5.77 mm 0 eV 333 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 10.8 mum 2.43 mm 5.33 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 368 mum 2.26 mm 5.62 mm 0 eV 69.5 keV 492 mum 492 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 368 mum 2.26 mm 5.62 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 367 mum 2.26 mm 5.62 mm 0 eV 101 keV 16 mum 16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 154 mum 2.79 mm 5.07 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 71.5 mum 2.77 mm 6 mm 0 eV 69.5 keV 929 mum 929 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 71.5 mum 2.77 mm 6 mm 55.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 71.4 mum 2.77 mm 6 mm 0 eV 55.2 keV 6.02 mum 6.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 541 mum 1.87 mm 2.65 mm 1.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 651 mum 2.82 mm 7.38 mm 413 keV 0 eV 4.83 mm 4.83 mmWAbsorberPhysicalcompt - 2 1.09 mm -5.13 mm 1.01 cm 230 keV 0 eV 8.4 mm 1.32 cmWAbsorberPhysicalcompt - 3 757 mum -5.41 mm 9.34 mm 0 eV 69.5 keV 847 mum 1.41 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 757 mum -5.41 mm 9.34 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 758 mum -5.41 mm 9.34 mm 0 eV 161 keV 33.7 mum 33.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 mm -5.13 mm 1.01 cm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 mm -5.13 mm 1.01 cm 0 eV 182 keV 41.2 mum 41.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 651 mum 2.82 mm 7.38 mm 980 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 651 mum 2.84 mm 7.41 mm 0 eV 980 keV 418 mum 418 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 476 mum 1.35 mm 1.52 mm 9.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.38 mm 1.66 cm 2.63 cm 0 eV 0 eV 3.01 cm 3.01 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 54, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.38 mm 1.66 cm 2.63 cm 4.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.88 mm 1.79 cm 2.58 cm 894 keV 3.27 MeV 1.68 mm 1.68 mmWAbsorberPhysicaleBrem - 2 7.9 mm 1.79 cm 2.58 cm 0 eV 894 keV 377 mum 2.06 mmWAbsorberPhysicaleIoni - 3 7.9 mm 1.79 cm 2.58 cm 0 eV 0 eV 0 fm 2.06 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.9 mm 1.79 cm 2.58 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.62 mm 1.64 cm 2.53 cm 0 eV 69.5 keV 1.7 mm 1.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.62 mm 1.64 cm 2.53 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.63 mm 1.64 cm 2.53 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.9 mm 1.79 cm 2.58 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.42 mm 2.3 cm 2.74 cm 0 eV 69.5 keV 5.88 mm 5.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.42 mm 2.3 cm 2.74 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.41 mm 2.3 cm 2.74 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.88 mm 1.79 cm 2.58 cm 519 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.29 mm 1.12 cm 2.41 cm 497 keV 0 eV 7.05 mm 7.05 mmWAbsorberPhysicalcompt - 2 9.72 mm 8.98 mm 2.42 cm 0 eV 69.5 keV 2.28 mm 9.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.72 mm 8.98 mm 2.42 cm 427 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.72 mm 8.97 mm 2.42 cm 0 eV 427 keV 144 mum 144 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.29 mm 1.12 cm 2.41 cm 22.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.29 mm 1.12 cm 2.41 cm 0 eV 22.4 keV 1.38 mum 1.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.38 mm 1.66 cm 2.63 cm 3.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.6 mm 1.66 cm 2.64 cm 2.46 MeV 666 keV 268 mum 268 mumWAbsorberPhysicaleBrem - 2 9.08 mm 1.64 cm 2.65 cm 483 keV 1.36 MeV 750 mum 1.02 mmWAbsorberPhysicaleBrem - 3 9.07 mm 1.65 cm 2.65 cm 0 eV 483 keV 170 mum 1.19 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.08 mm 1.64 cm 2.65 cm 613 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.21 mm 2.16 cm 2.44 cm 582 keV 0 eV 1.35 cm 1.35 cmWAbsorberPhysicalcompt - 2 -7.33 mm 2.32 cm 2.22 cm 530 keV 0 eV 4.93 mm 1.84 cmWAbsorberPhysicalcompt - 3 -9.47 mm 2.53 cm 1.96 cm 0 eV 69.5 keV 3.97 mm 2.24 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.47 mm 2.53 cm 1.96 cm 461 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.47 mm 2.53 cm 1.96 cm 0 eV 461 keV 159 mum 159 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.33 mm 2.32 cm 2.22 cm 52.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.33 mm 2.32 cm 2.22 cm 0 eV 52.3 keV 5.5 mum 5.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.21 mm 2.16 cm 2.44 cm 30.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.21 mm 2.16 cm 2.44 cm 0 eV 30.3 keV 2.24 mum 2.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.6 mm 1.66 cm 2.64 cm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.47 mm 1.73 cm 2.71 cm 0 eV 69.5 keV 1.34 mm 1.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.47 mm 1.73 cm 2.71 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.47 mm 1.73 cm 2.71 cm 0 eV 110 keV 18.6 mum 18.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 433 mum 1.19 mm 1.26 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 447 mum 1.23 mm 1.32 mm 0 eV 69.5 keV 75.1 mum 75.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 447 mum 1.23 mm 1.32 mm 52.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 447 mum 1.23 mm 1.32 mm 0 eV 52.7 keV 5.57 mum 5.57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 379 mum 1.05 mm 1.04 mm 6.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 mm 3.26 mm 4.5 mm 0 eV 0 eV 4.3 mm 4.3 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 70, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 mm 3.26 mm 4.5 mm 5.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 mm 3.54 mm 4.88 mm 3.85 MeV 1.12 MeV 440 mum 440 mumWAbsorberPhysicaleBrem - 2 976 mum 3.45 mm 5.99 mm 822 keV 3.02 MeV 1.55 mm 1.99 mmWAbsorberPhysicaleIoni - 3 911 mum 3.55 mm 6.02 mm 357 keV 357 keV 198 mum 2.19 mmWAbsorberPhysicaleBrem - 4 915 mum 3.54 mm 6.03 mm 0 eV 357 keV 109 mum 2.3 mmWAbsorberPhysicaleIoni - 5 915 mum 3.54 mm 6.03 mm 0 eV 0 eV 0 fm 2.3 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 915 mum 3.54 mm 6.03 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 mm 3.51 mm 6.07 mm 369 keV 0 eV 275 mum 275 mumWAbsorberPhysicalcompt - 2 2.64 mm 4.83 mm 7.36 mm 302 keV 0 eV 2.35 mm 2.63 mmWAbsorberPhysicalcompt - 3 3.69 mm 4.52 mm 8.39 mm 0 eV 69.5 keV 1.51 mm 4.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.69 mm 4.52 mm 8.39 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.69 mm 4.52 mm 8.4 mm 0 eV 232 keV 59.5 mum 59.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.64 mm 4.83 mm 7.36 mm 67.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.64 mm 4.83 mm 7.36 mm 0 eV 67.6 keV 8.41 mum 8.41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 mm 3.51 mm 6.07 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 mm 3.51 mm 6.07 mm 0 eV 142 keV 27.8 mum 27.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 915 mum 3.54 mm 6.03 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 mm 3.85 mm 5.69 mm 424 keV 0 eV 2.45 mm 2.45 mmWAbsorberPhysicalcompt - 2 -2.29 mm 3.65 mm 6.05 mm 0 eV 69.5 keV 901 mum 3.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.29 mm 3.65 mm 6.05 mm 355 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.29 mm 3.64 mm 6.05 mm 0 eV 355 keV 111 mum 111 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 mm 3.85 mm 5.69 mm 86.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 mm 3.85 mm 5.69 mm 0 eV 86.8 keV 12.6 mum 12.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 911 mum 3.55 mm 6.02 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 871 mum 3.5 mm 6.1 mm 0 eV 69.5 keV 99.8 mum 99.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 871 mum 3.5 mm 6.1 mm 38.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 871 mum 3.5 mm 6.1 mm 0 eV 38.5 keV 3.32 mum 3.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 mm 3.54 mm 4.88 mm 488 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.86 mm 4.97 mm 7.52 mm 0 eV 69.5 keV 3.76 mm 3.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.86 mm 4.97 mm 7.52 mm 419 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.86 mm 4.97 mm 7.53 mm 0 eV 419 keV 140 mum 140 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 mm 3.26 mm 4.5 mm 416 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 mm 3.27 mm 4.51 mm 0 eV 416 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 227 mum 590 mum 541 mum 5.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.73 mm 1.15 cm 1.6 cm 3.17 MeV 0 eV 1.97 cm 1.97 cmWAbsorberPhysicalcompt - 2 5.34 mm 2.03 cm 2.47 cm 1.41 MeV 0 eV 1.24 cm 3.21 cmWAbsorberPhysicalcompt - 3 5.02 mm 2.05 cm 2.53 cm 440 keV 0 eV 733 mum 3.28 cmWAbsorberPhysicalcompt - 4 -14.1 mum 1.55 cm 2.58 cm 437 keV 0 eV 7.08 mm 3.99 cmWAbsorberPhysicalcompt - 5 -2.49 mm 1.34 cm 2.64 cm 319 keV 0 eV 3.29 mm 4.32 cmWAbsorberPhysicalcompt - 6 -2.71 mm 1.34 cm 2.67 cm 0 eV 69.5 keV 420 mum 4.36 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.71 mm 1.34 cm 2.67 cm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.7 mm 1.34 cm 2.67 cm 0 eV 249 keV 66 mum 66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.49 mm 1.34 cm 2.64 cm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.49 mm 1.34 cm 2.64 cm 0 eV 118 keV 20.8 mum 20.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -14.1 mum 1.55 cm 2.58 cm 2.52 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -14.1 mum 1.55 cm 2.58 cm 0 eV 2.52 keV 54.2 nm 54.2 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.02 mm 2.05 cm 2.53 cm 973 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.01 mm 2.05 cm 2.53 cm 0 eV 973 keV 414 mum 414 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.34 mm 2.03 cm 2.47 cm 1.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.36 mm 2.04 cm 2.47 cm 0 eV 1.76 MeV 810 mum 810 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.73 mm 1.15 cm 1.6 cm 2.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.66 mm 1.14 cm 1.62 cm 619 keV 662 keV 395 mum 395 mumWAbsorberPhysicaleBrem - 2 5.66 mm 1.14 cm 1.62 cm 0 eV 619 keV 236 mum 631 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 88, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.66 mm 1.14 cm 1.62 cm 761 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.51 mm 1.13 cm 1.63 cm 614 keV 0 eV 254 mum 254 mumWAbsorberPhysicalcompt - 2 1.51 mm 6.24 mm 2.56 cm 200 keV 0 eV 1.13 cm 1.15 cmWAbsorberPhysicalcompt - 3 1.46 mm 6.05 mm 2.44 cm 0 eV 69.5 keV 1.21 mm 1.27 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 88 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 mm 6.05 mm 2.44 cm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 mm 6.04 mm 2.44 cm 0 eV 130 keV 24.3 mum 24.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 88 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 mm 6.24 mm 2.56 cm 414 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 mm 6.24 mm 2.56 cm 0 eV 414 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 88 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.51 mm 1.13 cm 1.63 cm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.51 mm 1.13 cm 1.63 cm 0 eV 147 keV 29.3 mum 29.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.27 mm -1.75 cm -6.54 cm 25.1 MeV 0 eV 6.8 cm 6.8 cmCuPlateBPhysicalTransportation - 2 -8.63 mm -2.41 cm -9.01 cm 25.1 MeV 0 eV 2.57 cm 9.36 cmLArgPhysicalTransportation - 3 -1.11 cm -3.09 cm -11.6 cm 25.1 MeV 0 eV 2.67 cm 12 cmBackExcluderTransportation - 4 -11.1 cm -31 cm -1.16 m 25.1 MeV 0 eV 1.09 m 1.21 mLArgPhysicalTransportation - 5 -12.2 cm -33.9 cm -1.27 m 25.1 MeV 0 eV 11.1 cm 1.32 mCryostatVolumesTransportation - 6 -12.2 cm -34 cm -1.27 m 25.1 MeV 0 eV 3.1 mm 1.32 mInsulationPhysicalTransportation - 7 -12.9 cm -35.8 cm -1.34 m 25.1 MeV 0 eV 7.24 cm 1.39 mCryostatVolumesTransportation - 8 -12.9 cm -35.9 cm -1.34 m 25.1 MeV 0 eV 2.59 mm 1.4 mMotherTransportation - 9 -17.9 cm -49.9 cm -1.87 m 25.1 MeV 0 eV 54.7 cm 1.94 mBigScintPhysicalTransportation - 10 -18.1 cm -50.5 cm -1.89 m 25.1 MeV 0 eV 2.08 cm 1.96 mMotherTransportation - 11 -18.7 cm -52.1 cm -1.95 m 25.1 MeV 0 eV 6.24 cm 2.03 mBigIronPhysicalTransportation - 12 -19.6 cm -54.7 cm -2.05 m 25.1 MeV 0 eV 10.4 cm 2.13 mMotherTransportation - 13 -19.8 cm -55.3 cm -2.07 m 25.1 MeV 0 eV 2.08 cm 2.15 mBigScintPhysicalTransportation - 14 -20 cm -55.8 cm -2.09 m 25.1 MeV 0 eV 2.08 cm 2.17 mMotherTransportation - 15 -20.5 cm -57.1 cm -2.14 m 25.1 MeV 0 eV 5.2 cm 2.22 mBigIronPhysicalTransportation - 16 -21.5 cm -59.8 cm -2.24 m 25.1 MeV 0 eV 10.4 cm 2.33 mMotherTransportation - 17 -28.3 cm -78.8 cm -2.95 m 25.1 MeV 0 eV 73.8 cm 3.07 mConcWallAPhysicalTransportation - 18 -43.1 cm -1.2 m -4.49 m 25.1 MeV 0 eV 1.6 m 4.67 mMotherTransportation - 19 -1.79 m -5 m -18.7 m 25.1 MeV 0 eV 14.8 m 19.5 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.69 cm -13 cm -5.98 cm 30.6 MeV 0 eV 15.8 cm 15.8 cmF2LArGapPhysicalTransportation - 2 -6.7 cm -13.1 cm -6 cm 30.6 MeV 0 eV 413 mum 15.9 cmCuPlateBPhysicalTransportation - 3 -9.21 cm -18 cm -8.24 cm 30.6 MeV 0 eV 5.94 cm 21.8 cmLArgPhysicalTransportation - 4 -12.9 cm -25.2 cm -11.6 cm 30.6 MeV 0 eV 8.83 cm 30.6 cmBackExcluderTransportation - 5 -13.1 cm -25.6 cm -11.7 cm 30.6 MeV 0 eV 4.45 mm 31.1 cmLArgPhysicalTransportation - 6 -50 cm -97.5 cm -44.7 cm 30.6 MeV 0 eV 87.3 cm 1.18 mMotherTransportation - 7 -2.57 m -5 m -2.29 m 30.6 MeV 0 eV 4.89 m 6.07 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=50.5445 -Edep in FCAL1 FCAl2 : 0 50.5445 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2645 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 145 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -12.9 mum -2.28 mum -15.8 mum 23.6 MeV 23.7 keV 20.5 mum 20.5 mumWAbsorberPhysicaleBrem - 2 -112 mum -18 mum -122 mum 22.8 MeV 298 keV 146 mum 167 mumWAbsorberPhysicaleBrem - 3 -1.16 mm -300 mum -820 mum 16.2 MeV 2.73 MeV 1.26 mm 1.43 mmWAbsorberPhysicaleBrem - 4 -1.4 mm -602 mum -1.31 mm 14.5 MeV 1.3 MeV 621 mum 2.05 mmWAbsorberPhysicaleBrem - 5 -1.42 mm -661 mum -1.49 mm 11.8 MeV 328 keV 188 mum 2.23 mmWAbsorberPhysicaleBrem - 6 -503 mum 7.73 mum -4.04 mm 6.92 MeV 4.89 MeV 2.59 mm 4.82 mmWAbsorberPhysicaleIoni - 7 -1.84 mm 666 mum -3.85 mm 2.29 MeV 3.91 MeV 1.37 mm 6.19 mmWAbsorberPhysicaleBrem - 8 -1.85 mm 658 mum -3.9 mm 980 keV 93.4 keV 57.1 mum 6.25 mmWAbsorberPhysicaleBrem - 9 -1.86 mm 648 mum -3.95 mm 0 eV 980 keV 421 mum 6.67 mmWAbsorberPhysicaleIoni - 10 -1.86 mm 648 mum -3.95 mm 0 eV 0 eV 0 fm 6.67 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 mm 648 mum -3.95 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 mm 172 mum -4.25 mm 416 keV 0 eV 561 mum 561 mumWAbsorberPhysicalcompt - 2 -955 mum -525 mum -5.28 mm 0 eV 69.5 keV 1.53 mm 2.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -955 mum -525 mum -5.28 mm 347 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -928 mum -510 mum -5.28 mm 70.2 keV 127 keV 62.2 mum 62.2 mumWAbsorberPhysicaleBrem - 2 -928 mum -510 mum -5.28 mm 0 eV 70.2 keV 8.94 mum 71.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -928 mum -510 mum -5.28 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -981 mum -523 mum -5.29 mm 0 eV 69.5 keV 55 mum 55 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -981 mum -523 mum -5.29 mm 80.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -981 mum -524 mum -5.29 mm 0 eV 80.1 keV 11 mum 11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 mm 172 mum -4.25 mm 94.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 mm 171 mum -4.25 mm 0 eV 94.8 keV 14.5 mum 14.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 mm 648 mum -3.95 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.47 mm 1.18 cm 2.98 mm 371 keV 0 eV 1.31 cm 1.31 cmWAbsorberPhysicalcompt - 2 -7.25 mm 1.38 cm 7.27 mm 0 eV 69.5 keV 6.73 mm 1.98 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.25 mm 1.38 cm 7.27 mm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.25 mm 1.38 cm 7.27 mm 0 eV 301 keV 87.6 mum 87.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.47 mm 1.18 cm 2.98 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.47 mm 1.18 cm 2.98 mm 0 eV 140 keV 27.2 mum 27.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 mm 658 mum -3.9 mm 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.4 mm 1.68 mm -7.86 mm 921 keV 0 eV 7.73 mm 7.73 mmWAbsorberPhysicalcompt - 2 -9.07 mm 1.83 mm -7.88 mm 511 keV 0 eV 682 mum 8.41 mmWAbsorberPhysicalcompt - 3 -1 cm 3.9 mm -9.04 mm 446 keV 0 eV 2.56 mm 1.1 cmWAbsorberPhysicalcompt - 4 -9.98 mm 4.33 mm -9.19 mm 200 keV 0 eV 460 mum 1.14 cmWAbsorberPhysicalcompt - 5 -9.5 mm 4.11 mm -8.73 mm 0 eV 69.5 keV 703 mum 1.21 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.5 mm 4.11 mm -8.73 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.5 mm 4.11 mm -8.73 mm 0 eV 130 keV 24.2 mum 24.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.98 mm 4.33 mm -9.19 mm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.98 mm 4.33 mm -9.2 mm 0 eV 246 keV 64.9 mum 64.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 cm 3.9 mm -9.04 mm 65.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm 3.9 mm -9.04 mm 0 eV 65.5 keV 7.96 mum 7.96 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.07 mm 1.83 mm -7.88 mm 409 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.08 mm 1.83 mm -7.88 mm 0 eV 409 keV 135 mum 135 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.4 mm 1.68 mm -7.86 mm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.41 mm 1.68 mm -7.87 mm 0 eV 291 keV 83.2 mum 83.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.84 mm 666 mum -3.85 mm 726 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.38 mm -517 mum -5.52 mm 0 eV 69.5 keV 2.11 mm 2.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.38 mm -517 mum -5.52 mm 656 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.38 mm -525 mum -5.54 mm 0 eV 656 keV 254 mum 254 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm -661 mum -1.49 mm 2.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.85 mm -4.22 mm -1.82 cm 1.84 MeV 0 eV 1.83 cm 1.83 cmWAbsorberPhysicalcompt - 2 -1.97 cm -9.75 mm -3.2 cm 0 eV 0 eV 1.9 cm 3.73 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 cm -9.75 mm -3.2 cm 677 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 cm -9.76 mm -3.2 cm 0 eV 677 keV 264 mum 264 mumWAbsorberPhysicaleIoni - 2 -1.97 cm -9.76 mm -3.2 cm 0 eV 0 eV 0 fm 264 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 cm -9.76 mm -3.2 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.03 cm -9.91 mm -3.15 cm 380 keV 0 eV 798 mum 798 mumWAbsorberPhysicalcompt - 2 -2.09 cm -9.9 mm -3.15 cm 0 eV 69.5 keV 617 mum 1.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.09 cm -9.9 mm -3.15 cm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.09 cm -9.9 mm -3.15 cm 0 eV 310 keV 91.3 mum 91.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.03 cm -9.91 mm -3.15 cm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.03 cm -9.91 mm -3.15 cm 0 eV 131 keV 24.5 mum 24.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 cm -9.76 mm -3.2 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 cm -9.56 mm -3.27 cm 374 keV 0 eV 995 mum 995 mumWAbsorberPhysicalcompt - 2 -1.48 cm -1.17 cm -3.33 cm 0 eV 69.5 keV 4.82 mm 5.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 cm -1.17 cm -3.33 cm 305 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 cm -1.17 cm -3.33 cm 0 eV 305 keV 88.9 mum 88.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 cm -9.56 mm -3.27 cm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 cm -9.56 mm -3.27 cm 0 eV 137 keV 26.2 mum 26.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 cm -9.75 mm -3.2 cm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 cm -9.75 mm -3.2 cm 0 eV 143 keV 28.1 mum 28.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.85 mm -4.22 mm -1.82 cm 506 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.84 mm -4.22 mm -1.82 cm 0 eV 506 keV 181 mum 181 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 mm -602 mum -1.31 mm 396 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm -1.69 mm -4.99 mm 0 eV 69.5 keV 3.9 mm 3.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 mm -1.69 mm -4.99 mm 326 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm -1.69 mm -4.99 mm 0 eV 326 keV 98.3 mum 98.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 mm -300 mum -820 mum 3.87 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 cm -1.58 cm -3.02 cm 309 keV 0 eV 4.07 cm 4.07 cmWAbsorberPhysicalcompt - 2 -2.31 cm -1.61 cm -3.01 cm 0 eV 69.5 keV 1.54 mm 4.22 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 cm -1.61 cm -3.01 cm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 cm -1.61 cm -3.01 cm 0 eV 239 keV 62.1 mum 62.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.46 cm -1.58 cm -3.02 cm 3.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 cm -1.56 cm -3.08 cm 1.95 MeV 1.48 MeV 765 mum 765 mumWAbsorberPhysicaleBrem - 2 -2.45 cm -1.57 cm -3.07 cm 1.69 MeV 144 keV 91.7 mum 856 mumWAbsorberPhysicaleBrem - 3 -2.46 cm -1.56 cm -3.07 cm 0 eV 1.69 MeV 776 mum 1.63 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.45 cm -1.57 cm -3.07 cm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 cm -1.57 cm -3.07 cm 0 eV 69.5 keV 73.2 mum 73.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.46 cm -1.57 cm -3.07 cm 50.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 cm -1.57 cm -3.07 cm 0 eV 50.9 keV 5.24 mum 5.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.45 cm -1.56 cm -3.08 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 cm -1.56 cm -3.08 cm 0 eV 69.5 keV 7.54 mum 7.54 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.45 cm -1.56 cm -3.08 cm 51.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 cm -1.56 cm -3.08 cm 0 eV 51.9 keV 5.43 mum 5.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -112 mum -18 mum -122 mum 510 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -883 mum -128 mum -942 mum 453 keV 0 eV 1.13 mm 1.13 mmWAbsorberPhysicalcompt - 2 -4.41 mm -3.84 mm -5.05 mm 183 keV 0 eV 6.57 mm 7.7 mmWAbsorberPhysicalcompt - 3 -4.33 mm -3.88 mm -4.62 mm 0 eV 69.5 keV 444 mum 8.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.33 mm -3.88 mm -4.62 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.33 mm -3.88 mm -4.62 mm 0 eV 114 keV 19.6 mum 19.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.41 mm -3.84 mm -5.05 mm 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.42 mm -3.84 mm -5.06 mm 0 eV 270 keV 74.5 mum 74.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -883 mum -128 mum -942 mum 56.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -883 mum -127 mum -942 mum 0 eV 56.4 keV 6.25 mum 6.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -12.9 mum -2.28 mum -15.8 mum 3.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 mm -467 mum -2.23 mm 239 keV 0 eV 2.91 mm 2.91 mmWAbsorberPhysicalcompt - 2 -1.58 mm -430 mum -1.96 mm 219 keV 0 eV 380 mum 3.29 mmWAbsorberPhysicalcompt - 3 -1.14 mm -42 mum -1.73 mm 0 eV 69.5 keV 626 mum 3.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm -42 mum -1.73 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 mm -39.8 mum -1.73 mm 0 eV 150 keV 30.3 mum 30.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 mm -430 mum -1.96 mm 19.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.58 mm -430 mum -1.96 mm 0 eV 19.3 keV 1.08 mum 1.08 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 mm -467 mum -2.23 mm 3.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.76 mm -236 mum -2.62 mm 1.24 MeV 1.83 MeV 611 mum 611 mumWAbsorberPhysicaleBrem - 2 -1.69 mm -387 mum -2.43 mm 106 keV 910 keV 467 mum 1.08 mmWAbsorberPhysicaleBrem - 3 -1.69 mm -388 mum -2.43 mm 0 eV 106 keV 17.5 mum 1.1 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 mm -387 mum -2.43 mm 219 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm -438 mum -2.44 mm 0 eV 69.5 keV 89 mum 89 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm -438 mum -2.44 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm -438 mum -2.44 mm 0 eV 150 keV 30.3 mum 30.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.76 mm -236 mum -2.62 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.92 mm -636 mum -2.61 mm 0 eV 69.5 keV 431 mum 431 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 mm -636 mum -2.61 mm 44.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm -636 mum -2.61 mm 0 eV 44.4 keV 4.21 mum 4.21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -16.2 cm -10.3 cm 14.3 cm 33.8 MeV 0 eV 24 cm 24 cmFCALEnvelopePhysicalTransportation - 2 -16.5 cm -10.6 cm 14.6 cm 33.8 MeV 0 eV 4.99 mm 24.5 cmLArgPhysicalTransportation - 3 -95.3 cm -61 cm 84.6 cm 33.8 MeV 0 eV 1.17 m 1.41 mCryostatVolumesTransportation - 4 -95.5 cm -61.1 cm 84.8 cm 33.8 MeV 0 eV 3.33 mm 1.42 mInsulationPhysicalTransportation - 5 -1.01 m -64.5 cm 89.5 cm 33.8 MeV 0 eV 7.76 cm 1.49 mCryostatVolumesTransportation - 6 -1.01 m -64.6 cm 89.6 cm 33.8 MeV 0 eV 2.77 mm 1.5 mMotherTransportation - 7 -5 m -3.2 m 4.44 m 33.8 MeV 0 eV 5.92 m 7.41 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 23.6 cm 10.2 cm 2.78 mm 44.3 MeV 0 eV 25.7 cm 25.7 cmF2TroffMainPhysicalTransportation - 2 24.7 cm 10.6 cm 2.91 mm 44.3 MeV 0 eV 1.19 cm 26.9 cmLArgPhysicalTransportation - 3 1.27 m 55 cm 1.5 cm 44.3 MeV 0 eV 1.12 m 1.39 mCryostatVolumesTransportation - 4 1.28 m 55.1 cm 1.5 cm 44.3 MeV 0 eV 3.27 mm 1.39 mInsulationPhysicalTransportation - 5 1.35 m 58.1 cm 1.59 cm 44.3 MeV 0 eV 7.62 cm 1.47 mCryostatVolumesTransportation - 6 1.35 m 58.2 cm 1.59 cm 44.3 MeV 0 eV 2.72 mm 1.47 mMotherTransportation - 7 5 m 2.16 m 5.89 cm 44.3 MeV 0 eV 3.98 m 5.45 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=28.0543 -Edep in FCAL1 FCAl2 : 0 28.0543 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2646 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 146 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -95.1 mum -63.8 mum -20.4 mum 36.9 MeV 416 keV 116 mum 116 mumWAbsorberPhysicaleBrem - 2 -193 mum -119 mum -35.2 mum 35.8 MeV 175 keV 114 mum 230 mumWAbsorberPhysicaleBrem - 3 -433 mum -276 mum -118 mum 34.4 MeV 776 keV 299 mum 529 mumWAbsorberPhysicaleBrem - 4 -448 mum -284 mum -125 mum 26.7 MeV 23.1 keV 19.2 mum 548 mumWAbsorberPhysicaleBrem - 5 -627 mum -374 mum -225 mum 7.94 MeV 534 keV 224 mum 772 mumWAbsorberPhysicaleBrem - 6 -1.12 mm -442 mum -350 mum 6.03 MeV 792 keV 512 mum 1.28 mmWAbsorberPhysicaleBrem - 7 -1.53 mm -402 mum -801 mum 4.65 MeV 1.13 MeV 616 mum 1.9 mmWAbsorberPhysicaleBrem - 8 -1.83 mm 86.9 mum -362 mum 2.67 MeV 1.57 MeV 850 mum 2.75 mmWAbsorberPhysicaleBrem - 9 -2.02 mm 165 mum -464 mum 0 eV 2.67 MeV 1.24 mm 3.99 mmWAbsorberPhysicaleIoni - 10 -2.02 mm 165 mum -464 mum 0 eV 0 eV 0 fm 3.99 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 mm 165 mum -464 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 mm 242 mum -437 mum 478 keV 0 eV 96.9 mum 96.9 mumWAbsorberPhysicalcompt - 2 4.27 mm 1.17 cm 9.24 mm 0 eV 69.5 keV 1.63 cm 1.64 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.27 mm 1.17 cm 9.24 mm 409 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.27 mm 1.18 cm 9.25 mm 0 eV 409 keV 135 mum 135 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm 242 mum -437 mum 33 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 mm 242 mum -438 mum 0 eV 33 keV 2.58 mum 2.58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 mm 165 mum -464 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.83 mm -1.01 mm -870 mum 481 keV 0 eV 1.49 mm 1.49 mmWAbsorberPhysicalcompt - 2 -3.63 mm -2.56 mm -2.1 mm 0 eV 69.5 keV 2.13 mm 3.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.63 mm -2.56 mm -2.1 mm 411 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.64 mm -2.57 mm -2.1 mm 0 eV 411 keV 136 mum 136 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.83 mm -1.01 mm -870 mum 30 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.83 mm -1.01 mm -870 mum 0 eV 30 keV 2.22 mum 2.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 mm 86.9 mum -362 mum 415 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.21 mm 1.99 mm -3.77 mm 159 keV 0 eV 5.17 mm 5.17 mmWAbsorberPhysicalcompt - 2 -5.2 mm 1.98 mm -3.76 mm 0 eV 69.5 keV 20.1 mum 5.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.2 mm 1.98 mm -3.76 mm 90 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.2 mm 1.98 mm -3.76 mm 0 eV 90 keV 13.4 mum 13.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.21 mm 1.99 mm -3.77 mm 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.21 mm 2 mm -3.77 mm 0 eV 255 keV 68.5 mum 68.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 mm -402 mum -801 mum 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm 556 mum -1.3 mm 0 eV 69.5 keV 1.18 mm 1.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 mm 556 mum -1.3 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm 558 mum -1.3 mm 0 eV 177 keV 39.2 mum 39.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 mm -442 mum -350 mum 1.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm -312 mum -628 mum 638 keV 0 eV 1.47 mm 1.47 mmWAbsorberPhysicalcompt - 2 -2.9 mm 134 mum -1.05 mm 559 keV 0 eV 706 mum 2.17 mmWAbsorberPhysicalcompt - 3 -3.34 mm 457 mum -1.17 mm 0 eV 69.5 keV 561 mum 2.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.34 mm 457 mum -1.17 mm 489 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.36 mm 462 mum -1.21 mm 195 keV 111 keV 71.1 mum 71.1 mumWAbsorberPhysicaleBrem - 2 -3.36 mm 463 mum -1.21 mm 0 eV 195 keV 45.7 mum 117 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.36 mm 462 mum -1.21 mm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.39 mm 495 mum -1.26 mm 0 eV 69.5 keV 67.6 mum 67.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.39 mm 495 mum -1.26 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.39 mm 496 mum -1.26 mm 0 eV 113 keV 19.3 mum 19.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm 134 mum -1.05 mm 79 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm 134 mum -1.05 mm 0 eV 79 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm -312 mum -628 mum 480 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.56 mm -317 mum -626 mum 0 eV 480 keV 169 mum 169 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -627 mum -374 mum -225 mum 18.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.77 cm -1.53 cm -1.37 cm 0 eV 0 eV 3.37 cm 3.37 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.77 cm -1.53 cm -1.37 cm 16.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 cm -1.53 cm -1.38 cm 15.7 MeV 386 keV 226 mum 226 mumWAbsorberPhysicaleBrem - 2 -2.81 cm -1.53 cm -1.35 cm 12.7 MeV 1.53 MeV 396 mum 622 mumWAbsorberPhysicaleBrem - 3 -2.81 cm -1.53 cm -1.34 cm 11.3 MeV 222 keV 118 mum 740 mumWAbsorberPhysicaleBrem - 4 -2.8 cm -1.51 cm -1.27 cm 8.19 MeV 2.94 MeV 784 mum 1.52 mmWAbsorberPhysicaleBrem - 5 -2.82 cm -1.54 cm -1.23 cm 6.52 MeV 871 keV 510 mum 2.03 mmWAbsorberPhysicaleBrem - 6 -2.79 cm -1.61 cm -1.17 cm 5.02 MeV 1.36 MeV 822 mum 2.86 mmWAbsorberPhysicaleBrem - 7 -2.76 cm -1.62 cm -1.12 cm 3.79 MeV 910 keV 528 mum 3.38 mmWAbsorberPhysicaleBrem - 8 -2.72 cm -1.51 cm -1.17 cm 597 keV 3.19 MeV 1.54 mm 4.92 mmWAbsorberPhysicaleIoni - 9 -2.72 cm -1.51 cm -1.17 cm 0 eV 597 keV 224 mum 5.15 mmWAbsorberPhysicaleIoni - 10 -2.72 cm -1.51 cm -1.17 cm 0 eV 0 eV 0 fm 5.15 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.72 cm -1.51 cm -1.17 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.71 cm -1.44 cm 2.51 mm 498 keV 0 eV 1.73 cm 1.73 cmWAbsorberPhysicalcompt - 2 -3.81 cm -1.39 cm 4.6 mm 0 eV 69.5 keV 2.34 mm 1.97 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.81 cm -1.39 cm 4.6 mm 429 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.81 cm -1.39 cm 4.61 mm 0 eV 429 keV 144 mum 144 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.71 cm -1.44 cm 2.51 mm 12.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.71 cm -1.44 cm 2.51 mm 0 eV 12.8 keV 567 nm 567 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.72 cm -1.51 cm -1.17 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.69 cm -1.51 cm -1.22 cm 249 keV 0 eV 609 mum 609 mumWAbsorberPhysicalcompt - 2 -2.67 cm -1.48 cm -1.21 cm 0 eV 69.5 keV 353 mum 962 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.67 cm -1.48 cm -1.21 cm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.67 cm -1.48 cm -1.21 cm 0 eV 180 keV 40.3 mum 40.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.69 cm -1.51 cm -1.22 cm 262 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.69 cm -1.51 cm -1.22 cm 70.1 keV 39.3 keV 21.9 mum 21.9 mumWAbsorberPhysicaleBrem - 2 -2.69 cm -1.51 cm -1.22 cm 0 eV 70.1 keV 8.92 mum 30.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.69 cm -1.51 cm -1.22 cm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.64 cm -1.7 cm -1.22 cm 0 eV 69.5 keV 1.88 mm 1.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 cm -1.7 cm -1.22 cm 82.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.64 cm -1.7 cm -1.22 cm 0 eV 82.6 keV 11.6 mum 11.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 cm -1.62 cm -1.12 cm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.82 cm -1.59 cm -1.15 cm 0 eV 69.5 keV 746 mum 746 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.82 cm -1.59 cm -1.15 cm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.82 cm -1.58 cm -1.15 cm 0 eV 249 keV 65.9 mum 65.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 cm -1.61 cm -1.17 cm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 cm -1.61 cm -1.15 cm 0 eV 69.5 keV 249 mum 249 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 cm -1.61 cm -1.15 cm 75.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 cm -1.61 cm -1.15 cm 0 eV 75.2 keV 9.98 mum 9.98 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.82 cm -1.54 cm -1.23 cm 802 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.39 cm -2.68 cm -3.56 mm 207 keV 0 eV 1.55 cm 1.55 cmWAbsorberPhysicalcompt - 2 -3.39 cm -2.68 cm -3.56 mm 0 eV 69.5 keV 12.3 mum 1.55 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.39 cm -2.68 cm -3.56 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.39 cm -2.68 cm -3.57 mm 0 eV 138 keV 26.5 mum 26.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.39 cm -2.68 cm -3.56 mm 595 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.39 cm -2.68 cm -3.55 mm 0 eV 595 keV 224 mum 224 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 cm -1.51 cm -1.27 cm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.83 cm -1.54 cm -1.21 cm 0 eV 69.5 keV 734 mum 734 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.83 cm -1.54 cm -1.21 cm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.83 cm -1.54 cm -1.21 cm 0 eV 103 keV 16.6 mum 16.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.81 cm -1.53 cm -1.34 cm 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 cm -1.53 cm -7.88 mm 349 keV 0 eV 5.57 mm 5.57 mmWAbsorberPhysicalcompt - 2 -3 cm -1.62 cm -8.1 mm 230 keV 0 eV 1.38 mm 6.95 mmWAbsorberPhysicalcompt - 3 -3 cm -1.62 cm -8.05 mm 0 eV 69.5 keV 56.9 mum 7.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3 cm -1.62 cm -8.05 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3 cm -1.62 cm -8.05 mm 0 eV 161 keV 33.8 mum 33.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3 cm -1.62 cm -8.1 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3 cm -1.62 cm -8.1 mm 0 eV 119 keV 20.9 mum 20.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 cm -1.53 cm -7.88 mm 857 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 cm -1.53 cm -7.85 mm 436 keV 180 keV 116 mum 116 mumWAbsorberPhysicaleBrem - 2 -2.91 cm -1.53 cm -7.85 mm 0 eV 436 keV 148 mum 264 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 cm -1.53 cm -7.85 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.92 cm -1.53 cm -7.82 mm 0 eV 69.5 keV 174 mum 174 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.92 cm -1.53 cm -7.82 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.92 cm -1.53 cm -7.82 mm 0 eV 171 keV 37.3 mum 37.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.81 cm -1.53 cm -1.35 cm 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 cm -1.66 cm 2.12 cm 456 keV 0 eV 3.55 cm 3.55 cmWAbsorberPhysicalcompt - 2 -3.88 cm -1.77 cm 2.12 cm 0 eV 69.5 keV 3.1 mm 3.86 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.88 cm -1.77 cm 2.12 cm 386 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.88 cm -1.77 cm 2.12 cm 0 eV 386 keV 125 mum 125 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 cm -1.66 cm 2.12 cm 969 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 cm -1.66 cm 2.12 cm 0 eV 969 keV 412 mum 412 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 cm -1.53 cm -1.38 cm 532 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 cm -1.53 cm -1.38 cm 493 keV 0 eV 17 mum 17 mumWAbsorberPhysicalcompt - 2 -3 cm -1.41 cm -1.14 cm 0 eV 69.5 keV 3.4 mm 3.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3 cm -1.41 cm -1.14 cm 423 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3 cm -1.41 cm -1.14 cm 0 eV 423 keV 142 mum 142 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 cm -1.53 cm -1.38 cm 39.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 cm -1.53 cm -1.38 cm 0 eV 39.5 keV 3.46 mum 3.46 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.77 cm -1.53 cm -1.37 cm 577 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.77 cm -1.53 cm -1.37 cm 0 eV 577 keV 215 mum 215 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -448 mum -284 mum -125 mum 7.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm -6.67 mm -5.78 mm 0 eV 0 eV 1.46 cm 1.46 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 59, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 cm -6.67 mm -5.78 mm 3.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 cm -7.25 mm -5.36 mm 1.22 MeV 1.67 MeV 937 mum 937 mumWAbsorberPhysicaleBrem - 2 -1.25 cm -7.32 mm -5.37 mm 0 eV 1.22 MeV 548 mum 1.48 mmWAbsorberPhysicaleIoni - 3 -1.25 cm -7.32 mm -5.37 mm 0 eV 0 eV 0 fm 1.48 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 cm -7.32 mm -5.37 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 cm -9.04 mm -4.58 mm 173 keV 0 eV 1.92 mm 1.92 mmWAbsorberPhysicalcompt - 2 -1.27 cm -8.74 mm -4.85 mm 0 eV 69.5 keV 414 mum 2.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 cm -8.74 mm -4.85 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm -8.74 mm -4.85 mm 0 eV 103 keV 16.7 mum 16.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 cm -9.04 mm -4.58 mm 338 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 cm -9.05 mm -4.57 mm 0 eV 338 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 cm -7.32 mm -5.37 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -1.28 mm -8.14 mm 0 eV 69.5 keV 6.74 mm 6.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -1.28 mm -8.14 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -1.28 mm -8.15 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 cm -7.25 mm -5.36 mm 323 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 cm -9.07 mm -4.58 mm 0 eV 69.5 keV 2.5 mm 2.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 cm -9.07 mm -4.58 mm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 cm -9.07 mm -4.58 mm 0 eV 253 keV 67.5 mum 67.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 cm -6.67 mm -5.78 mm 3.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -7.28 mm -6.47 mm 1.11 MeV 2.35 MeV 1.44 mm 1.44 mmWAbsorberPhysicaleIoni - 2 -1.19 cm -7.26 mm -6.45 mm 0 eV 1.11 MeV 486 mum 1.93 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -433 mum -276 mum -118 mum 587 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 mm -1.08 mm -788 mum 426 keV 0 eV 1.8 mm 1.8 mmWAbsorberPhysicalcompt - 2 -4.57 mm -56 mum -1.52 mm 0 eV 69.5 keV 2.95 mm 4.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.57 mm -56 mum -1.52 mm 356 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.57 mm -53.1 mum -1.52 mm 0 eV 356 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 mm -1.08 mm -788 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 mm -1.09 mm -789 mum 0 eV 161 keV 33.7 mum 33.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -193 mum -119 mum -35.2 mum 939 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -357 mum -226 mum -62 mum 542 keV 0 eV 197 mum 197 mumWAbsorberPhysicalcompt - 2 -1.62 mm 134 mum 247 mum 336 keV 0 eV 1.35 mm 1.55 mmWAbsorberPhysicalcompt - 3 -1.82 mm 1.3 mm 265 mum 0 eV 69.5 keV 1.18 mm 2.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 mm 1.3 mm 265 mum 266 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.82 mm 1.3 mm 264 mum 0 eV 266 keV 73 mum 73 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm 134 mum 247 mum 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm 133 mum 248 mum 0 eV 206 keV 49.6 mum 49.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -357 mum -226 mum -62 mum 397 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -361 mum -234 mum -65.3 mum 0 eV 397 keV 129 mum 129 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -95.1 mum -63.8 mum -20.4 mum 13.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.22 mm -4.57 mm -1.15 mm 0 eV 0 eV 8.51 mm 8.51 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 73, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.22 mm -4.57 mm -1.15 mm 3.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.69 mm -4.34 mm -1.16 mm 1.68 MeV 1.27 MeV 755 mum 755 mumWAbsorberPhysicaleBrem - 2 -7.63 mm -4.26 mm -1.05 mm 966 keV 536 keV 329 mum 1.08 mmWAbsorberPhysicaleBrem - 3 -7.66 mm -4.3 mm -1.04 mm 0 eV 966 keV 414 mum 1.5 mmWAbsorberPhysicaleIoni - 4 -7.66 mm -4.3 mm -1.04 mm 0 eV 0 eV 0 fm 1.5 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.66 mm -4.3 mm -1.04 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -7.03 mm -3.76 mm 392 keV 0 eV 5.32 mm 5.32 mmWAbsorberPhysicalcompt - 2 -1.33 cm -6.32 mm -6.06 mm 0 eV 69.5 keV 3.09 mm 8.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm -6.32 mm -6.06 mm 322 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm -6.32 mm -6.06 mm 0 eV 322 keV 96.4 mum 96.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -7.03 mm -3.76 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -7.03 mm -3.76 mm 0 eV 119 keV 21.1 mum 21.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.66 mm -4.3 mm -1.04 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.14 mm -3.17 mm 82.5 mum 319 keV 0 eV 2.2 mm 2.2 mmWAbsorberPhysicalcompt - 2 -4.57 mm -1.21 mm -1.63 mm 246 keV 0 eV 3.03 mm 5.23 mmWAbsorberPhysicalcompt - 3 -4.53 mm -457 mum -1.44 mm 169 keV 0 eV 781 mum 6.02 mmWAbsorberPhysicalcompt - 4 -4.36 mm -507 mum -1.22 mm 0 eV 69.5 keV 281 mum 6.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.36 mm -507 mum -1.22 mm 99.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.36 mm -507 mum -1.22 mm 0 eV 99.4 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.53 mm -457 mum -1.44 mm 77.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.53 mm -457 mum -1.44 mm 0 eV 77.2 keV 10.4 mum 10.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.57 mm -1.21 mm -1.63 mm 73.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.57 mm -1.21 mm -1.63 mm 0 eV 73.1 keV 9.55 mum 9.55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.14 mm -3.17 mm 82.5 mum 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.14 mm -3.17 mm 85.6 mum 0 eV 192 keV 44.4 mum 44.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.63 mm -4.26 mm -1.05 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.11 mm -4.38 mm -1.12 mm 0 eV 69.5 keV 506 mum 506 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.11 mm -4.38 mm -1.12 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.11 mm -4.38 mm -1.12 mm 0 eV 107 keV 17.7 mum 17.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.69 mm -4.34 mm -1.16 mm 478 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.32 mm 753 mum 3.72 mm 0 eV 69.5 keV 7.24 mm 7.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.32 mm 753 mum 3.72 mm 409 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.32 mm 758 mum 3.73 mm 0 eV 409 keV 135 mum 135 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.22 mm -4.57 mm -1.15 mm 9.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.35 mm -4.64 mm -1.14 mm 7.95 MeV 309 keV 146 mum 146 mumWAbsorberPhysicaleBrem - 2 -7.73 mm -4.94 mm -1.1 mm 3.15 MeV 1.37 MeV 721 mum 868 mumWAbsorberPhysicaleBrem - 3 -7.85 mm -4.96 mm -981 mum 2.45 MeV 563 keV 314 mum 1.18 mmWAbsorberPhysicaleBrem - 4 -7.72 mm -4.85 mm -935 mum 380 keV 2.07 MeV 1.14 mm 2.32 mmWAbsorberPhysicaleIoni - 5 -7.73 mm -4.84 mm -939 mum 0 eV 380 keV 122 mum 2.44 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 88, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.85 mm -4.96 mm -981 mum 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.76 mm -4.89 mm -763 mum 0 eV 69.5 keV 245 mum 245 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 88 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.76 mm -4.89 mm -763 mum 67.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.76 mm -4.89 mm -763 mum 0 eV 67.5 keV 8.37 mum 8.37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 87, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.73 mm -4.94 mm -1.1 mm 3.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.94 cm -8.91 mm 2.36 cm 2.71 MeV 0 eV 3.31 cm 3.31 cmWAbsorberPhysicalcompt - 2 -3.61 cm -8.35 mm 2.85 cm 0 eV 69.5 keV 8.34 mm 4.14 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.61 cm -8.35 mm 2.85 cm 2.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.63 cm -8.94 mm 2.85 cm 764 keV 1.62 MeV 972 mum 972 mumWAbsorberPhysicaleBrem - 2 -3.63 cm -8.96 mm 2.86 cm 0 eV 764 keV 308 mum 1.28 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.63 cm -8.94 mm 2.85 cm 259 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.74 cm -1.07 cm 2.98 cm 0 eV 69.5 keV 2.46 mm 2.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 92 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.74 cm -1.07 cm 2.98 cm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.74 cm -1.07 cm 2.98 cm 0 eV 190 keV 43.6 mum 43.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.94 cm -8.91 mm 2.36 cm 722 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.94 cm -8.93 mm 2.36 cm 410 keV 50.4 keV 40.5 mum 40.5 mumWAbsorberPhysicaleBrem - 2 -2.94 cm -8.93 mm 2.36 cm 0 eV 410 keV 136 mum 176 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 94, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.94 cm -8.93 mm 2.36 cm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.97 cm -8.59 mm 2.44 cm 0 eV 69.5 keV 898 mum 898 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 94 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.97 cm -8.59 mm 2.44 cm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.96 cm -8.59 mm 2.44 cm 0 eV 191 keV 44.3 mum 44.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.35 mm -4.64 mm -1.14 mm 852 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.25 cm -1.12 cm -2.64 mm 249 keV 0 eV 1.66 cm 1.66 cmWAbsorberPhysicalcompt - 2 -2.22 cm -1.14 cm -2.9 mm 0 eV 69.5 keV 450 mum 1.71 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.22 cm -1.14 cm -2.9 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.22 cm -1.14 cm -2.9 mm 0 eV 180 keV 40.2 mum 40.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.25 cm -1.12 cm -2.64 mm 603 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.25 cm -1.12 cm -2.64 mm 0 eV 603 keV 228 mum 228 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 1.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.01 cm -5.83 cm -6.34 cm 1.77 MeV 0 eV 8.84 cm 8.84 cmCuPlateBPhysicalTransportation - 2 -2.77 cm -8.03 cm -8.73 cm 1.77 MeV 0 eV 3.34 cm 12.2 cmLArgPhysicalTransportation - 3 -3.68 cm -10.6 cm -11.6 cm 1.77 MeV 0 eV 3.97 cm 16.2 cmBackExcluderTransportation - 4 -10.8 cm -31.2 cm -33.9 cm 1.77 MeV 0 eV 31.1 cm 47.3 cmLArgPhysicalTransportation - 5 -33.7 cm -97.5 cm -1.06 m 1.77 MeV 0 eV 1.01 m 1.48 mMotherTransportation - 6 -1.73 m -5 m -5.44 m 1.77 MeV 0 eV 6.11 m 7.59 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 19.7 cm 13.7 cm 3.86 cm 52.5 MeV 0 eV 24.2 cm 24.2 cmLArgPhysicalTransportation - 2 1.25 m 86.9 cm 24.5 cm 52.5 MeV 0 eV 1.3 m 1.54 mCryostatVolumesTransportation - 3 1.25 m 87.1 cm 24.6 cm 52.5 MeV 0 eV 3.63 mm 1.55 mInsulationPhysicalTransportation - 4 1.32 m 91.9 cm 25.9 cm 52.5 MeV 0 eV 8.47 cm 1.63 mCryostatVolumesTransportation - 5 1.32 m 92.1 cm 26 cm 52.5 MeV 0 eV 3.03 mm 1.63 mMotherTransportation - 6 5 m 3.48 m 98.1 cm 52.5 MeV 0 eV 4.53 m 6.17 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=51.8743 -Edep in FCAL1 FCAl2 : 0 51.8743 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2647 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 147 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -153 mum -942 mum -400 mum 33.5 MeV 2.13 MeV 1.05 mm 1.05 mmWAbsorberPhysicaleBrem - 2 -187 mum -1.03 mm -455 mum 31.7 MeV 1.74 MeV 107 mum 1.16 mmWAbsorberPhysicaleBrem - 3 -240 mum -1.11 mm -515 mum 27.2 MeV 469 keV 116 mum 1.27 mmWAbsorberPhysicaleBrem - 4 -384 mum -1.29 mm -663 mum 20.3 MeV 522 keV 273 mum 1.54 mmWAbsorberPhysicaleBrem - 5 -426 mum -1.4 mm -729 mum 19.7 MeV 224 keV 137 mum 1.68 mmWAbsorberPhysicaleBrem - 6 -548 mum -1.57 mm -880 mum 18.6 MeV 634 keV 262 mum 1.94 mmWAbsorberPhysicaleBrem - 7 -1.3 mm -2.24 mm -943 mum 11.5 MeV 2.25 MeV 1.09 mm 3.03 mmWAbsorberPhysicaleBrem - 8 -2.74 mm -2.34 mm 684 mum 4.98 MeV 6.17 MeV 2.32 mm 5.35 mmWAbsorberPhysicaleBrem - 9 -2.39 mm -2.53 mm 919 mum 3.14 MeV 678 keV 465 mum 5.82 mmWAbsorberPhysicaleBrem - 10 -2.19 mm -2.35 mm 820 mum 0 eV 3.14 MeV 1.38 mm 7.2 mmWAbsorberPhysicaleIoni - 11 -2.19 mm -2.35 mm 820 mum 0 eV 0 eV 0 fm 7.2 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 mm -2.35 mm 820 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm -6.15 mm -411 mum 287 keV 0 eV 8.81 mm 8.81 mmWAbsorberPhysicalcompt - 2 -1.24 cm -5.29 mm 4.13 mm 237 keV 0 eV 5.21 mm 1.4 cmWAbsorberPhysicalcompt - 3 -1.25 cm -5.01 mm 4.29 mm 182 keV 0 eV 323 mum 1.43 cmWAbsorberPhysicalcompt - 4 -1.29 cm -5.06 mm 4.67 mm 0 eV 69.5 keV 587 mum 1.49 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 cm -5.06 mm 4.67 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 cm -5.05 mm 4.67 mm 0 eV 112 keV 19.1 mum 19.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 cm -5.01 mm 4.29 mm 55.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 cm -5.01 mm 4.29 mm 0 eV 55.4 keV 6.07 mum 6.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 cm -5.29 mm 4.13 mm 49.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 cm -5.29 mm 4.13 mm 0 eV 49.5 keV 5.01 mum 5.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 cm -6.15 mm -411 mum 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm -6.15 mm -413 mum 0 eV 224 keV 56.6 mum 56.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 mm -2.35 mm 820 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.21 mm 260 mum 1.67 mm 347 keV 0 eV 6.05 mm 6.05 mmWAbsorberPhysicalcompt - 2 4.01 mm 31.9 mum 1.08 mm 150 keV 0 eV 1.02 mm 7.07 mmWAbsorberPhysicalcompt - 3 3.91 mm 92 mum 1.12 mm 0 eV 7.11 keV 128 mum 7.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.91 mm 92 mum 1.12 mm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.91 mm 94.1 mum 1.12 mm 0 eV 143 keV 28.1 mum 28.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.01 mm 31.9 mum 1.08 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.02 mm 23.5 mum 1.09 mm 4.22 keV 83.9 keV 33.2 mum 33.2 mumWAbsorberPhysicaleBrem - 2 4.02 mm 23.5 mum 1.09 mm 0 eV 4.22 keV 110 nm 33.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.02 mm 23.5 mum 1.09 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.61 mm -270 mum 1.24 mm 0 eV 69.5 keV 522 mum 522 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.61 mm -270 mum 1.24 mm 39.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.61 mm -270 mum 1.24 mm 0 eV 39.3 keV 3.43 mum 3.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.21 mm 260 mum 1.67 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.21 mm 262 mum 1.67 mm 0 eV 164 keV 34.9 mum 34.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.39 mm -2.53 mm 919 mum 1.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm -2.4 mm 892 mum 211 keV 0 eV 202 mum 202 mumWAbsorberPhysicalcompt - 2 -2.36 mm -2.55 mm 917 mum 0 eV 69.5 keV 197 mum 399 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm -2.55 mm 917 mum 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.37 mm -2.55 mm 918 mum 0 eV 141 keV 27.7 mum 27.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm -2.4 mm 892 mum 951 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.29 mm -2.29 mm 831 mum 156 keV 646 keV 355 mum 355 mumWAbsorberPhysicaleBrem - 2 -2.3 mm -2.3 mm 832 mum 0 eV 156 keV 32.1 mum 387 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.29 mm -2.29 mm 831 mum 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 mm -2.3 mm 836 mum 0 eV 69.5 keV 17.8 mum 17.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 mm -2.3 mm 836 mum 79.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 mm -2.3 mm 836 mum 0 eV 79.6 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.74 mm -2.34 mm 684 mum 345 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.35 mm -2.2 mm 1.8 mm 0 eV 69.5 keV 1.79 mm 1.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 mm -2.2 mm 1.8 mm 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.35 mm -2.21 mm 1.81 mm 0 eV 276 keV 76.9 mum 76.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mm -2.24 mm -943 mum 4.82 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.54 mm -5.34 mm -697 mum 3.04 MeV 0 eV 5.26 mm 5.26 mmWAbsorberPhysicalcompt - 2 -2.17 cm -9.94 mm 630 mum 993 keV 0 eV 1.69 cm 2.21 cmWAbsorberPhysicalcompt - 3 -2.59 cm -1.45 cm -3.62 mm 610 keV 0 eV 7.53 mm 2.96 cmWAbsorberPhysicalcompt - 4 -2.98 cm -1.59 cm -3.32 mm 404 keV 0 eV 4.13 mm 3.38 cmWAbsorberPhysicalcompt - 5 -3.16 cm -2.12 cm -4.73 mm 177 keV 0 eV 5.79 mm 3.96 cmWAbsorberPhysicalcompt - 6 -3.19 cm -2.07 cm -4.29 mm 0 eV 69.5 keV 696 mum 4.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.19 cm -2.07 cm -4.29 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.19 cm -2.07 cm -4.28 mm 0 eV 108 keV 17.9 mum 17.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.16 cm -2.12 cm -4.73 mm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.16 cm -2.12 cm -4.73 mm 0 eV 226 keV 57.3 mum 57.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.98 cm -1.59 cm -3.32 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 cm -1.59 cm -3.32 mm 0 eV 206 keV 49.7 mum 49.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.59 cm -1.45 cm -3.62 mm 383 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.59 cm -1.46 cm -3.63 mm 0 eV 383 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.17 cm -9.94 mm 630 mum 2.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.17 cm -9.94 mm 634 mum 1.72 MeV 46.2 keV 21.6 mum 21.6 mumWAbsorberPhysicaleBrem - 2 -2.18 cm -9.77 mm 586 mum 573 keV 408 keV 266 mum 288 mumWAbsorberPhysicaleBrem - 3 -2.18 cm -9.76 mm 597 mum 0 eV 573 keV 214 mum 502 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.18 cm -9.77 mm 586 mum 743 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -2.05 mm 1.2 cm 426 keV 0 eV 1.76 cm 1.76 cmWAbsorberPhysicalcompt - 2 -3.14 mm -2.09 mm 1.05 cm 0 eV 69.5 keV 7.89 mm 2.54 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.14 mm -2.09 mm 1.05 cm 356 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.13 mm -2.09 mm 1.05 cm 0 eV 356 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -2.05 mm 1.2 cm 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -2.04 mm 1.2 cm 0 eV 317 keV 94 mum 94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.17 cm -9.94 mm 634 mum 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.89 cm -9.26 mm 1.15 mm 0 eV 69.5 keV 7.28 mm 7.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.89 cm -9.26 mm 1.15 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.89 cm -9.26 mm 1.15 mm 0 eV 206 keV 49.6 mum 49.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.54 mm -5.34 mm -697 mum 1.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.53 mm -5.44 mm -669 mum 1.12 MeV 217 keV 116 mum 116 mumWAbsorberPhysicaleBrem - 2 -5.54 mm -5.49 mm -665 mum 0 eV 1.12 MeV 490 mum 606 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.53 mm -5.44 mm -669 mum 438 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.4 mm -8.2 mm 342 mum 200 keV 0 eV 2.94 mm 2.94 mmWAbsorberPhysicalcompt - 2 -5.23 mm -8.16 mm -39.2 mum 0 eV 69.5 keV 419 mum 3.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.23 mm -8.16 mm -39.2 mum 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.23 mm -8.16 mm -39.9 mum 0 eV 131 keV 24.4 mum 24.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.4 mm -8.2 mm 342 mum 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.4 mm -8.21 mm 344 mum 0 eV 238 keV 61.6 mum 61.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -548 mum -1.57 mm -880 mum 497 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.25 mm -6.4 mm -3.53 mm 171 keV 0 eV 7.93 mm 7.93 mmWAbsorberPhysicalcompt - 2 -5.84 mm -6.22 mm -3.37 mm 0 eV 69.5 keV 479 mum 8.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.84 mm -6.22 mm -3.37 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.84 mm -6.22 mm -3.37 mm 0 eV 101 keV 16.1 mum 16.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.25 mm -6.4 mm -3.53 mm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.26 mm -6.41 mm -3.53 mm 0 eV 327 keV 98.3 mum 98.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -426 mum -1.4 mm -729 mum 370 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -909 mum -2.2 mm -1.25 mm 0 eV 69.5 keV 1.08 mm 1.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -909 mum -2.2 mm -1.25 mm 300 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -911 mum -2.21 mm -1.26 mm 0 eV 300 keV 87.2 mum 87.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -384 mum -1.29 mm -663 mum 6.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.34 mm -1.52 cm -1.01 cm 0 eV 0 eV 1.82 cm 1.82 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 48, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.34 mm -1.52 cm -1.01 cm 1.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.55 mm -1.51 cm -1.02 cm 323 keV 764 keV 444 mum 444 mumWAbsorberPhysicaleBrem - 2 -7.55 mm -1.51 cm -1.02 cm 0 eV 323 keV 94 mum 538 mumWAbsorberPhysicaleIoni - 3 -7.55 mm -1.51 cm -1.02 cm 0 eV 0 eV 0 fm 538 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.55 mm -1.51 cm -1.02 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.16 mm -1.72 cm -1.26 cm 0 eV 69.5 keV 3.5 mm 3.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.16 mm -1.72 cm -1.26 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.15 mm -1.72 cm -1.26 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.55 mm -1.51 cm -1.02 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.94 mm -1.45 cm -9.59 mm 196 keV 0 eV 958 mum 958 mumWAbsorberPhysicalcompt - 2 -7.44 mm -1.44 cm -9.99 mm 0 eV 69.5 keV 649 mum 1.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.44 mm -1.44 cm -9.99 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.44 mm -1.44 cm -9.99 mm 0 eV 127 keV 23.2 mum 23.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.94 mm -1.45 cm -9.59 mm 315 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.94 mm -1.45 cm -9.59 mm 0 eV 315 keV 93 mum 93 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.55 mm -1.51 cm -1.02 cm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.21 mm -1.58 cm -1.01 cm 0 eV 69.5 keV 843 mum 843 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.21 mm -1.58 cm -1.01 cm 94.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.21 mm -1.58 cm -1.01 cm 0 eV 94.1 keV 14.4 mum 14.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.34 mm -1.52 cm -1.01 cm 4.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.02 mm -1.54 cm -1.08 cm 1.95 MeV 1.53 MeV 911 mum 911 mumWAbsorberPhysicaleBrem - 2 -7.1 mm -1.54 cm -1.08 cm 0 eV 1.95 MeV 906 mum 1.82 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.02 mm -1.54 cm -1.08 cm 632 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm -1.15 cm -1.74 cm 254 keV 0 eV 1.06 cm 1.06 cmWAbsorberPhysicalcompt - 2 -1.4 cm -1.07 cm -1.69 cm 0 eV 69.5 keV 892 mum 1.15 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 cm -1.07 cm -1.69 cm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 cm -1.07 cm -1.69 cm 0 eV 184 keV 41.8 mum 41.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 cm -1.15 cm -1.74 cm 379 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm -1.15 cm -1.74 cm 0 eV 379 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -240 mum -1.11 mm -515 mum 3.98 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.77 mm -4.85 mm -2.87 mm 0 eV 0 eV 5.1 mm 5.1 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 60, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.77 mm -4.85 mm -2.87 mm 2.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.45 mm -5.34 mm -3.2 mm 416 keV 2.2 MeV 1.22 mm 1.22 mmWAbsorberPhysicaleIoni - 2 -3.46 mm -5.35 mm -3.19 mm 0 eV 416 keV 136 mum 1.36 mmWAbsorberPhysicaleIoni - 3 -3.46 mm -5.35 mm -3.19 mm 0 eV 0 eV 0 fm 1.36 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.46 mm -5.35 mm -3.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.92 mm -5.65 mm -5.71 mm 261 keV 0 eV 2.93 mm 2.93 mmWAbsorberPhysicalcompt - 2 -7.44 mm -4.61 mm -4.52 mm 0 eV 69.5 keV 2.98 mm 5.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.44 mm -4.61 mm -4.52 mm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.44 mm -4.61 mm -4.52 mm 0 eV 192 keV 44.4 mum 44.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.92 mm -5.65 mm -5.71 mm 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.92 mm -5.65 mm -5.71 mm 0 eV 250 keV 66.3 mum 66.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.46 mm -5.35 mm -3.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 mm -4.43 mm 4.61 mm 225 keV 0 eV 9.07 mm 9.07 mmWAbsorberPhysicalcompt - 2 1.04 mm -4.41 mm 4.62 mm 0 eV 69.5 keV 38.5 mum 9.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 mm -4.41 mm 4.62 mm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 mm -4.41 mm 4.62 mm 0 eV 155 keV 31.9 mum 31.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm -4.43 mm 4.61 mm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 mm -4.43 mm 4.62 mm 0 eV 286 keV 81.3 mum 81.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.77 mm -4.85 mm -2.87 mm 350 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.78 mm -4.85 mm -2.88 mm 0 eV 350 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -187 mum -1.03 mm -455 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -237 mum -1.11 mm -516 mum 0 eV 69.5 keV 114 mum 114 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -237 mum -1.11 mm -516 mum 35.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -238 mum -1.11 mm -516 mum 0 eV 35.5 keV 2.91 mum 2.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -153 mum -942 mum -400 mum 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.84 mm -1.1 cm -7.15 mm 293 keV 0 eV 1.3 cm 1.3 cmWAbsorberPhysicalcompt - 2 -4.96 mm -1.11 cm -6.86 mm 0 eV 69.5 keV 323 mum 1.33 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.96 mm -1.11 cm -6.86 mm 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.96 mm -1.11 cm -6.86 mm 0 eV 224 keV 56.3 mum 56.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.84 mm -1.1 cm -7.15 mm 720 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.88 mm -1.11 cm -7.11 mm 28.2 keV 529 keV 254 mum 254 mumWAbsorberPhysicaleBrem - 2 -4.88 mm -1.11 cm -7.11 mm 0 eV 28.2 keV 2 mum 256 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.88 mm -1.11 cm -7.11 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.55 mm -1.09 cm -7.33 mm 0 eV 69.5 keV 436 mum 436 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.55 mm -1.09 cm -7.33 mm 93.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.55 mm -1.09 cm -7.34 mm 0 eV 93.8 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.15 cm 3.61 cm -6.8 cm 25.1 MeV 0 eV 7.99 cm 7.99 cmCuPlateBPhysicalTransportation - 2 -2.96 cm 4.97 cm -9.37 cm 25.1 MeV 0 eV 3.02 cm 11 cmLArgPhysicalTransportation - 3 -3.65 cm 6.14 cm -11.6 cm 25.1 MeV 0 eV 2.59 cm 13.6 cmBackExcluderTransportation - 4 -25.6 cm 43 cm -81.1 cm 25.1 MeV 0 eV 81.7 cm 95.3 cmLArgPhysicalTransportation - 5 -38.3 cm 64.5 cm -1.22 m 25.1 MeV 0 eV 47.5 cm 1.43 mCryostatVolumesTransportation - 6 -38.4 cm 64.6 cm -1.22 m 25.1 MeV 0 eV 3.36 mm 1.43 mInsulationPhysicalTransportation - 7 -40.5 cm 68.2 cm -1.29 m 25.1 MeV 0 eV 7.84 cm 1.51 mCryostatVolumesTransportation - 8 -40.6 cm 68.3 cm -1.29 m 25.1 MeV 0 eV 2.8 mm 1.51 mMotherTransportation - 9 -2.97 m 5 m -9.43 m 25.1 MeV 0 eV 9.57 m 11.1 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 13.3 cm 17.2 cm 25.5 cm 43.4 MeV 0 eV 33.5 cm 33.5 cmLArgPhysicalTransportation - 2 59 cm 76.4 cm 1.13 m 43.4 MeV 0 eV 1.15 m 1.49 mCryostatVolumesTransportation - 3 59.2 cm 76.6 cm 1.13 m 43.4 MeV 0 eV 3.5 mm 1.49 mInsulationPhysicalTransportation - 4 62.4 cm 80.8 cm 1.19 m 43.4 MeV 0 eV 8.16 cm 1.57 mCryostatVolumesTransportation - 5 62.5 cm 81 cm 1.2 m 43.4 MeV 0 eV 2.92 mm 1.57 mMotherTransportation - 6 3.86 m 5 m 7.39 m 43.4 MeV 0 eV 8.15 m 9.72 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=37.6648 -Edep in FCAL1 FCAl2 : 0 37.6648 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2648 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 148 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -118 mum -118 mum 519 mum 14 MeV 984 keV 547 mum 547 mumWAbsorberPhysicaleBrem - 2 -194 mum -123 mum 716 mum 13.3 MeV 509 keV 210 mum 757 mumWAbsorberPhysicaleBrem - 3 -562 mum -377 mum 1.35 mm 10.4 MeV 1.48 MeV 776 mum 1.53 mmWAbsorberPhysicaleBrem - 4 -546 mum -353 mum 1.43 mm 10.1 MeV 179 keV 77.9 mum 1.61 mmWAbsorberPhysicaleBrem - 5 -546 mum -353 mum 1.44 mm 9.98 MeV 30.4 keV 11.7 mum 1.62 mmWAbsorberPhysicaleBrem - 6 -692 mum 1.18 mm 2.95 mm 3.45 MeV 3.75 MeV 1.99 mm 3.61 mmWAbsorberPhysicaleBrem - 7 -141 mum 1.6 mm 3.18 mm 1.61 MeV 1.52 MeV 878 mum 4.49 mmWAbsorberPhysicaleBrem - 8 -171 mum 1.53 mm 3.1 mm 0 eV 1.61 MeV 751 mum 5.24 mmWAbsorberPhysicaleIoni - 9 -171 mum 1.53 mm 3.1 mm 0 eV 0 eV 0 fm 5.24 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -171 mum 1.53 mm 3.1 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm 2.3 mm 4.06 mm 414 keV 0 eV 2.49 mm 2.49 mmWAbsorberPhysicalcompt - 2 5.06 mm 5.2 mm 3.34 mm 0 eV 69.5 keV 4.27 mm 6.77 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.06 mm 5.2 mm 3.34 mm 345 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.06 mm 5.2 mm 3.34 mm 0 eV 345 keV 106 mum 106 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 mm 2.3 mm 4.06 mm 96.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 mm 2.3 mm 4.06 mm 0 eV 96.9 keV 15.1 mum 15.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -171 mum 1.53 mm 3.1 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.92 mm -1.19 mm -327 mum 356 keV 0 eV 8.9 mm 8.9 mmWAbsorberPhysicalcompt - 2 -1.67 cm -778 mum 4.51 mm 0 eV 69.5 keV 1.01 cm 1.9 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 cm -778 mum 4.51 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 cm -760 mum 4.49 mm 55.2 keV 232 keV 77.1 mum 77.1 mumWAbsorberPhysicaleBrem - 2 -1.67 cm -760 mum 4.49 mm 0 eV 55.2 keV 6.02 mum 83.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.92 mm -1.19 mm -327 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.92 mm -1.19 mm -329 mum 0 eV 155 keV 31.8 mum 31.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -141 mum 1.6 mm 3.18 mm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -166 mum 1.57 mm 3.14 mm 0 eV 69.5 keV 51.7 mum 51.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -166 mum 1.57 mm 3.14 mm 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -170 mum 1.57 mm 3.14 mm 0 eV 248 keV 65.7 mum 65.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -692 mum 1.18 mm 2.95 mm 2.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.47 mm -2.94 mm 7.39 mm 0 eV 0 eV 7.35 mm 7.35 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.47 mm -2.94 mm 7.39 mm 761 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.5 mm -2.95 mm 7.38 mm 0 eV 761 keV 308 mum 308 mumWAbsorberPhysicaleIoni - 2 3.5 mm -2.95 mm 7.38 mm 0 eV 0 eV 0 fm 308 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.5 mm -2.95 mm 7.38 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -792 mum -2.55 mm 8.8 mm 0 eV 69.5 keV 4.54 mm 4.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -792 mum -2.55 mm 8.8 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -801 mum -2.56 mm 8.8 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.5 mm -2.95 mm 7.38 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.1 mm -3.19 mm 6.53 mm 268 keV 0 eV 2.74 mm 2.74 mmWAbsorberPhysicalcompt - 2 6.68 mm -2.7 mm 7.74 mm 0 eV 69.5 keV 1.43 mm 4.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.68 mm -2.7 mm 7.74 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.68 mm -2.7 mm 7.74 mm 0 eV 198 keV 46.6 mum 46.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.1 mm -3.19 mm 6.53 mm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.1 mm -3.19 mm 6.52 mm 0 eV 243 keV 63.8 mum 63.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.47 mm -2.94 mm 7.39 mm 999 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.45 mm -2.89 mm 7.46 mm 635 keV 246 keV 138 mum 138 mumWAbsorberPhysicaleBrem - 2 3.45 mm -2.91 mm 7.45 mm 0 eV 635 keV 244 mum 382 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.45 mm -2.89 mm 7.46 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.45 mm -2.89 mm 7.46 mm 0 eV 69.5 keV 1.29 mum 1.29 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.45 mm -2.89 mm 7.46 mm 48.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.45 mm -2.89 mm 7.46 mm 0 eV 48.2 keV 4.8 mum 4.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -546 mum -353 mum 1.44 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -542 mum -351 mum 1.52 mm 87.4 keV 0 eV 84.9 mum 84.9 mumWAbsorberPhysicalcompt - 2 -585 mum -370 mum 1.5 mm 0 eV 69.5 keV 54.9 mum 140 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -585 mum -370 mum 1.5 mm 17.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -585 mum -370 mum 1.5 mm 0 eV 17.8 keV 957 nm 957 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -542 mum -351 mum 1.52 mm 31.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -542 mum -351 mum 1.52 mm 0 eV 31.7 keV 2.41 mum 2.41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -546 mum -353 mum 1.43 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -533 mum -355 mum 1.48 mm 0 eV 69.5 keV 55.1 mum 55.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -533 mum -355 mum 1.48 mm 50.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -533 mum -355 mum 1.48 mm 0 eV 50.9 keV 5.25 mum 5.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -562 mum -377 mum 1.35 mm 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 138 mum 970 mum 7.28 mm 398 keV 0 eV 6.12 mm 6.12 mmWAbsorberPhysicalcompt - 2 887 mum 5.95 mm 6.46 mm 0 eV 69.5 keV 5.1 mm 1.12 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 887 mum 5.95 mm 6.46 mm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 892 mum 5.95 mm 6.45 mm 0 eV 328 keV 99 mum 99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 138 mum 970 mum 7.28 mm 1.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 141 mum 968 mum 7.32 mm 0 eV 1.02 MeV 440 mum 440 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -194 mum -123 mum 716 mum 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -227 mum -154 mum 845 mum 129 keV 0 eV 137 mum 137 mumWAbsorberPhysicalcompt - 2 -224 mum 149 mum 960 mum 0 eV 69.5 keV 324 mum 461 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -224 mum 149 mum 960 mum 59.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -224 mum 150 mum 960 mum 0 eV 59.2 keV 6.75 mum 6.75 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -227 mum -154 mum 845 mum 36.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -227 mum -154 mum 845 mum 0 eV 36.4 keV 3.04 mum 3.04 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -118 mum -118 mum 519 mum 31.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -684 mum -450 mum 2.7 mm 0 eV 0 eV 2.27 mm 2.27 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 36, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -684 mum -450 mum 2.7 mm 2.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -558 mum -844 mum 2.88 mm 202 keV 1.8 MeV 600 mum 600 mumWAbsorberPhysicaleBrem - 2 -562 mum -844 mum 2.87 mm 0 eV 202 keV 46 mum 646 mumWAbsorberPhysicaleIoni - 3 -562 mum -844 mum 2.87 mm 0 eV 0 eV 0 fm 646 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -562 mum -844 mum 2.87 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm 4.65 mm 6.46 mm 0 eV 69.5 keV 1.29 cm 1.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm 4.65 mm 6.46 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.06 cm 4.66 mm 6.46 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -562 mum -844 mum 2.87 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 mm -1.26 mm 2.6 mm 324 keV 0 eV 989 mum 989 mumWAbsorberPhysicalcompt - 2 -1.58 mm -1.17 mm 2.66 mm 0 eV 69.5 keV 201 mum 1.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 mm -1.17 mm 2.66 mm 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.58 mm -1.17 mm 2.66 mm 0 eV 255 keV 68.2 mum 68.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 mm -1.26 mm 2.6 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 mm -1.27 mm 2.6 mm 0 eV 187 keV 42.7 mum 42.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -558 mum -844 mum 2.88 mm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -377 mum -769 mum 2.01 mm 155 keV 0 eV 883 mum 883 mumWAbsorberPhysicalcompt - 2 -462 mum -816 mum 1.98 mm 0 eV 69.5 keV 103 mum 986 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -462 mum -816 mum 1.98 mm 85.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -462 mum -816 mum 1.98 mm 0 eV 85.6 keV 12.3 mum 12.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -377 mum -769 mum 2.01 mm 56.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -376 mum -769 mum 2.01 mm 0 eV 56.7 keV 6.31 mum 6.31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -684 mum -450 mum 2.7 mm 28.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 mm -782 mum 4.2 mm 20.6 MeV 4.98 MeV 1.85 mm 1.85 mmWAbsorberPhysicaleBrem - 2 -1.58 mm -908 mum 4.99 mm 18.8 MeV 1.61 MeV 826 mum 2.68 mmWAbsorberPhysicaleBrem - 3 -1.76 mm -804 mum 5.37 mm 16 MeV 890 keV 436 mum 3.12 mmWAbsorberPhysicaleBrem - 4 -1.47 mm -1.52 mm 5.89 mm 11 MeV 1.61 MeV 931 mum 4.05 mmWAbsorberPhysicaleBrem - 5 -1.47 mm -1.55 mm 5.95 mm 6.9 MeV 308 keV 67.5 mum 4.11 mmWAbsorberPhysicaleBrem - 6 -1.41 mm -1.72 mm 6.23 mm 2.64 MeV 588 keV 322 mum 4.44 mmWAbsorberPhysicaleBrem - 7 -1.29 mm -1.62 mm 6.32 mm 1.96 MeV 511 keV 230 mum 4.67 mmWAbsorberPhysicaleBrem - 8 -1.26 mm -1.29 mm 5.99 mm 68.9 keV 1.37 MeV 782 mum 5.45 mmWAbsorberPhysicaleBrem - 9 -1.26 mm -1.29 mm 5.99 mm 0 eV 68.9 keV 8.67 mum 5.46 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 mm -1.29 mm 5.99 mm 519 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -549 mum 485 mum 6.11 mm 382 keV 0 eV 1.92 mm 1.92 mmWAbsorberPhysicalcompt - 2 -1.11 mm 3.08 mm 4.28 mm 0 eV 69.5 keV 3.22 mm 5.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 mm 3.08 mm 4.28 mm 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 mm 3.08 mm 4.28 mm 0 eV 313 keV 92.2 mum 92.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -549 mum 485 mum 6.11 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -548 mum 486 mum 6.11 mm 0 eV 137 keV 26.2 mum 26.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 mm -1.62 mm 6.32 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -668 mum -1.47 mm 6.62 mm 149 keV 0 eV 705 mum 705 mumWAbsorberPhysicalcompt - 2 -561 mum -847 mum 7 mm 0 eV 69.5 keV 735 mum 1.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -561 mum -847 mum 7 mm 79.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -561 mum -846 mum 7 mm 0 eV 79.3 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -668 mum -1.47 mm 6.62 mm 23 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -668 mum -1.47 mm 6.62 mm 0 eV 23 keV 1.44 mum 1.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 mm -1.72 mm 6.23 mm 3.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.07 mm 4.31 mm 3.92 mm 1.47 MeV 0 eV 1.07 cm 1.07 cmWAbsorberPhysicalcompt - 2 1.14 cm 1.9 cm -2.31 mm 729 keV 0 eV 1.65 cm 2.72 cmWAbsorberPhysicalcompt - 3 1.27 cm 2.01 cm -6.5 mm 531 keV 0 eV 4.54 mm 3.17 cmWAbsorberPhysicalcompt - 4 1.96 cm 1.95 cm -1.11 cm 0 eV 69.5 keV 8.36 mm 4.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm 1.95 cm -1.11 cm 462 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 cm 1.95 cm -1.11 cm 0 eV 462 keV 160 mum 160 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 cm 2.01 cm -6.5 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 cm 2.01 cm -6.5 mm 0 eV 198 keV 46.5 mum 46.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.14 cm 1.9 cm -2.31 mm 742 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 cm 1.9 cm -2.31 mm 0 eV 742 keV 297 mum 297 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.07 mm 4.31 mm 3.92 mm 2.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.23 mm 4.31 mm 4.26 mm 1.23 MeV 832 keV 580 mum 580 mumWAbsorberPhysicaleBrem - 2 7.3 mm 4.54 mm 4.21 mm 293 keV 783 keV 459 mum 1.04 mmWAbsorberPhysicaleBrem - 3 7.3 mm 4.54 mm 4.21 mm 0 eV 293 keV 84.1 mum 1.12 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.3 mm 4.54 mm 4.21 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.02 mm 4.85 mm 5.62 mm 0 eV 69.5 keV 1.47 mm 1.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.02 mm 4.85 mm 5.62 mm 80.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.02 mm 4.85 mm 5.62 mm 0 eV 80.6 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.23 mm 4.31 mm 4.26 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.33 mm 4.3 mm 4.25 mm 0 eV 69.5 keV 101 mum 101 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.33 mm 4.3 mm 4.25 mm 66.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.33 mm 4.3 mm 4.25 mm 0 eV 66.4 keV 8.16 mum 8.16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 mm -1.55 mm 5.95 mm 3.79 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 mm -2.99 mm 1.12 cm 353 keV 0 eV 5.44 mm 5.44 mmWAbsorberPhysicalcompt - 2 -1.81 mm -2.99 mm 1.11 cm 0 eV 69.5 keV 396 mum 5.84 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 mm -2.99 mm 1.11 cm 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 mm -3.01 mm 1.11 cm 3.47 keV 131 keV 33.1 mum 33.1 mumWAbsorberPhysicaleBrem - 2 -1.81 mm -3.01 mm 1.11 cm 0 eV 3.47 keV 84.4 nm 33.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 mm -3.01 mm 1.11 cm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 mm -3.16 mm 1.1 cm 0 eV 69.5 keV 268 mum 268 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 mm -3.16 mm 1.1 cm 79.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 mm -3.16 mm 1.1 cm 0 eV 79.3 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 mm -2.99 mm 1.12 cm 3.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.29 mm -2.99 mm 1.15 cm 443 keV 2.87 MeV 1.29 mm 1.29 mmWAbsorberPhysicaleBrem - 2 -2.28 mm -2.98 mm 1.15 cm 0 eV 443 keV 151 mum 1.44 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.29 mm -2.99 mm 1.15 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.26 mm -2.84 mm 1.15 cm 0 eV 69.5 keV 150 mum 150 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.26 mm -2.84 mm 1.15 cm 51.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.26 mm -2.84 mm 1.15 cm 0 eV 51.1 keV 5.29 mum 5.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 mm -1.52 mm 5.89 mm 3.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 mm -1.84 mm 6.81 mm 344 keV 0 eV 978 mum 978 mumWAbsorberPhysicalcompt - 2 -1.5 mm -3.49 mm 5.51 mm 0 eV 69.5 keV 2.1 mm 3.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.5 mm -3.49 mm 5.51 mm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 mm -3.48 mm 5.51 mm 0 eV 274 keV 76.3 mum 76.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 mm -1.84 mm 6.81 mm 3.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.58 mm -1.73 mm 7.05 mm 2.21 MeV 735 keV 427 mum 427 mumWAbsorberPhysicaleBrem - 2 -1.56 mm -1.82 mm 6.96 mm 1.77 MeV 247 keV 125 mum 552 mumWAbsorberPhysicaleBrem - 3 -1.52 mm -1.88 mm 7.02 mm 0 eV 1.77 MeV 817 mum 1.37 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 mm -1.82 mm 6.96 mm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 mm -2.2 mm 7.28 mm 0 eV 69.5 keV 518 mum 518 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 mm -2.2 mm 7.28 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 mm -2.2 mm 7.28 mm 0 eV 119 keV 20.9 mum 20.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 mm -1.73 mm 7.05 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 mm -1.98 mm 6.81 mm 0 eV 69.5 keV 369 mum 369 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 mm -1.98 mm 6.81 mm 43.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 mm -1.98 mm 6.81 mm 0 eV 43.2 keV 4.03 mum 4.03 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.76 mm -804 mum 5.37 mm 1.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 mm -1.61 mm 6.48 mm 0 eV 0 eV 1.43 mm 1.43 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 78, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm -1.61 mm 6.48 mm 385 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 mm -1.62 mm 6.49 mm 0 eV 385 keV 122 mum 122 mumWAbsorberPhysicaleIoni - 2 -1.38 mm -1.62 mm 6.49 mm 0 eV 0 eV 0 fm 122 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm -1.62 mm 6.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.82 mm -1.63 mm 5.1 mm 0 eV 69.5 keV 1.46 mm 1.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 mm -1.63 mm 5.1 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 mm -1.63 mm 5.09 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm -1.62 mm 6.49 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 mm -1.59 mm 1.43 cm 0 eV 69.5 keV 8.23 mm 8.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 mm -1.59 mm 1.43 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 mm -1.58 mm 1.43 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm -1.61 mm 6.48 mm 499 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 mm -1.62 mm 6.49 mm 0 eV 499 keV 177 mum 177 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 mm -908 mum 4.99 mm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.84 mm -875 mum 5.72 mm 0 eV 69.5 keV 780 mum 780 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.84 mm -875 mum 5.72 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.84 mm -873 mum 5.73 mm 0 eV 104 keV 16.9 mum 16.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 mm -782 mum 4.2 mm 2.79 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.09 mm -798 mum 6.5 mm 0 eV 0 eV 2.36 mm 2.36 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 85, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.09 mm -798 mum 6.5 mm 841 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.09 mm -782 mum 6.54 mm 0 eV 841 keV 349 mum 349 mumWAbsorberPhysicaleIoni - 2 -2.09 mm -782 mum 6.54 mm 0 eV 0 eV 0 fm 349 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 87, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.09 mm -782 mum 6.54 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.73 mm -8.17 mm -574 mum 0 eV 69.5 keV 1.09 cm 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.73 mm -8.17 mm -574 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.71 mm -8.17 mm -572 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.09 mm -782 mum 6.54 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -44.3 mum 3.37 mm 1.05 cm 416 keV 0 eV 6.12 mm 6.12 mmWAbsorberPhysicalcompt - 2 213 mum 3.43 mm 1.13 cm 0 eV 69.5 keV 828 mum 6.95 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 213 mum 3.43 mm 1.13 cm 346 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 219 mum 3.43 mm 1.13 cm 0 eV 346 keV 107 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -44.3 mum 3.37 mm 1.05 cm 95.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -44.1 mum 3.37 mm 1.05 cm 0 eV 95.1 keV 14.6 mum 14.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.09 mm -798 mum 6.5 mm 930 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.11 mm -810 mum 6.53 mm 0 eV 930 keV 392 mum 392 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.48 cm -6.7 cm -6.29 cm 19.5 MeV 0 eV 12.5 cm 12.5 cmF2RodPhysicalTransportation - 2 8.56 cm -6.76 cm -6.36 cm 19.5 MeV 0 eV 1.24 mm 12.6 cmF2LArGapPhysicalTransportation - 3 8.59 cm -6.79 cm -6.38 cm 19.5 MeV 0 eV 442 mum 12.7 cmCuPlateBPhysicalTransportation - 4 11.7 cm -9.23 cm -8.67 cm 19.5 MeV 0 eV 4.56 cm 17.2 cmLArgPhysicalTransportation - 5 15.6 cm -12.3 cm -11.6 cm 19.5 MeV 0 eV 5.78 cm 23 cmBackExcluderTransportation - 6 37.5 cm -29.7 cm -27.9 cm 19.5 MeV 0 eV 32.4 cm 55.4 cmLArgPhysicalTransportation - 7 1.02 m -80.8 cm -76 cm 19.5 MeV 0 eV 95.5 cm 1.51 mCryostatVolumesTransportation - 8 1.03 m -81 cm -76.1 cm 19.5 MeV 0 eV 3.55 mm 1.51 mInsulationPhysicalTransportation - 9 1.08 m -85.4 cm -80.3 cm 19.5 MeV 0 eV 8.29 cm 1.6 mCryostatVolumesTransportation - 10 1.08 m -85.6 cm -80.5 cm 19.5 MeV 0 eV 2.96 mm 1.6 mMotherTransportation - 11 5 m -3.95 m -3.71 m 19.5 MeV 0 eV 5.77 m 7.37 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 37.5 mum 3.47 cm -6.8 cm 39.1 MeV 0 eV 7.63 cm 7.63 cmCuPlateBPhysicalTransportation - 2 51.6 mum 4.78 cm -9.36 cm 39.1 MeV 0 eV 2.88 cm 10.5 cmLArgPhysicalTransportation - 3 63.8 mum 5.91 cm -11.6 cm 39.1 MeV 0 eV 2.49 cm 13 cmBackExcluderTransportation - 4 481 mum 44.6 cm -87.3 cm 39.1 MeV 0 eV 85 cm 98 cmLArgPhysicalTransportation - 5 702 mum 65.1 cm -1.27 m 39.1 MeV 0 eV 45.1 cm 1.43 mCryostatVolumesTransportation - 6 704 mum 65.2 cm -1.28 m 39.1 MeV 0 eV 3.37 mm 1.43 mInsulationPhysicalTransportation - 7 743 mum 68.8 cm -1.35 m 39.1 MeV 0 eV 7.86 cm 1.51 mCryostatVolumesTransportation - 8 744 mum 68.9 cm -1.35 m 39.1 MeV 0 eV 2.81 mm 1.52 mMotherTransportation - 9 5.4 mm 5 m -9.79 m 39.1 MeV 0 eV 9.48 m 11 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=47.6102 -Edep in FCAL1 FCAl2 : 0 47.6102 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2649 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 149 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -330 mum 549 mum 72.4 mum 37.6 MeV 1.28 MeV 643 mum 643 mumWAbsorberPhysicaleBrem - 2 -1.9 mm 1.92 mm -172 mum 32.7 MeV 4.58 MeV 2.15 mm 2.79 mmWAbsorberPhysicaleBrem - 3 -2.46 mm 3.03 mm -673 mum 29.1 MeV 2.88 MeV 1.36 mm 4.16 mmWAbsorberPhysicaleBrem - 4 -2.64 mm 3.13 mm -729 mum 19.3 MeV 460 keV 215 mum 4.37 mmWAbsorberPhysicaleBrem - 5 -2.96 mm 3.41 mm -724 mum 16.2 MeV 970 keV 434 mum 4.8 mmWAbsorberPhysicaleBrem - 6 -3.2 mm 3.49 mm -693 mum 13.1 MeV 439 keV 258 mum 5.06 mmWAbsorberPhysicaleBrem - 7 -3.87 mm 3.84 mm 71.7 mum 8.36 MeV 3.25 MeV 1.22 mm 6.28 mmWAbsorberPhysicaleBrem - 8 -2.67 mm 5.04 mm 906 mum 3.74 MeV 4.62 MeV 2.21 mm 8.49 mmWAbsorberPhysicaleIoni - 9 -2.86 mm 4.88 mm 1.43 mm 1.28 MeV 1.5 MeV 680 mum 9.17 mmWAbsorberPhysicaleBrem - 10 -3.07 mm 4.96 mm 1.34 mm 511 keV 628 keV 364 mum 9.54 mmWAbsorberPhysicaleBrem - 11 -3.08 mm 4.97 mm 1.32 mm 0 eV 511 keV 181 mum 9.72 mmWAbsorberPhysicaleIoni - 12 -3.08 mm 4.97 mm 1.32 mm 0 eV 0 eV 0 fm 9.72 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.08 mm 4.97 mm 1.32 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.96 mm -478 mum 3.3 mm 498 keV 0 eV 1.34 cm 1.34 cmWAbsorberPhysicalcompt - 2 8.99 mm -490 mum 3.31 mm 435 keV 0 eV 39.7 mum 1.34 cmWAbsorberPhysicalcompt - 3 9.88 mm -1.34 mm 3.32 mm 0 eV 69.5 keV 1.23 mm 1.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.88 mm -1.34 mm 3.32 mm 366 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.88 mm -1.35 mm 3.32 mm 0 eV 366 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.99 mm -490 mum 3.31 mm 62.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.99 mm -489 mum 3.31 mm 0 eV 62.4 keV 7.33 mum 7.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.96 mm -478 mum 3.3 mm 13.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.96 mm -478 mum 3.3 mm 0 eV 13.4 keV 607 nm 607 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.08 mm 4.97 mm 1.32 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.71 mm 5.71 mm 1.05 mm 0 eV 69.5 keV 1.82 mm 1.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.71 mm 5.71 mm 1.05 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.72 mm 5.7 mm 1.05 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.07 mm 4.96 mm 1.34 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.14 mm 4.97 mm 1.12 mm 0 eV 69.5 keV 231 mum 231 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.14 mm 4.97 mm 1.12 mm 70.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.14 mm 4.97 mm 1.12 mm 0 eV 70.8 keV 9.07 mum 9.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.86 mm 4.88 mm 1.43 mm 962 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm -7.85 mm -3.1 mm 0 eV 69.5 keV 1.76 cm 1.76 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 cm -7.85 mm -3.1 mm 893 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm -7.87 mm -3.1 mm 0 eV 893 keV 373 mum 373 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.87 mm 3.84 mm 71.7 mum 1.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.65 mm 4.88 mm 299 mum 0 eV 69.5 keV 1.32 mm 1.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.65 mm 4.88 mm 299 mum 1.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.69 mm 4.92 mm 326 mum 0 eV 1.39 MeV 625 mum 625 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 mm 3.49 mm -693 mum 2.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.3 mm 6.41 mm 566 mum 513 keV 0 eV 5.19 mm 5.19 mmWAbsorberPhysicalcompt - 2 -8.47 mm 5.85 mm -563 mum 0 eV 69.5 keV 1.72 mm 6.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.47 mm 5.85 mm -563 mum 444 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.48 mm 5.85 mm -569 mum 0 eV 444 keV 151 mum 151 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.3 mm 6.41 mm 566 mum 2.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.27 mm 6.5 mm 586 mum 1.07 MeV 208 keV 156 mum 156 mumWAbsorberPhysicaleBrem - 2 -7.28 mm 6.54 mm 596 mum 0 eV 1.07 MeV 462 mum 617 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.27 mm 6.5 mm 586 mum 871 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.48 mm 1.66 cm 4.13 mm 254 keV 0 eV 1.07 cm 1.07 cmWAbsorberPhysicalcompt - 2 -6.46 mm 1.65 cm 4.24 mm 0 eV 69.5 keV 150 mum 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.46 mm 1.65 cm 4.24 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.46 mm 1.65 cm 4.24 mm 0 eV 185 keV 42 mum 42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.48 mm 1.66 cm 4.13 mm 616 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.48 mm 1.66 cm 4.13 mm 0 eV 616 keV 235 mum 235 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.96 mm 3.41 mm -724 mum 2.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.08 cm 1.22 cm 3 mm 0 eV 0 eV 2.02 cm 2.02 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 29, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 cm 1.22 cm 3 mm 571 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.08 cm 1.22 cm 2.96 mm 0 eV 141 keV 73.9 mum 73.9 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 cm 1.22 cm 2.96 mm 478 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 cm 1.3 cm 1.79 mm 363 keV 0 eV 1.43 mm 1.43 mmWAbsorberPhysicalcompt - 2 -2.05 cm 1.3 cm 1.57 mm 0 eV 69.5 keV 263 mum 1.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 cm 1.3 cm 1.57 mm 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 cm 1.3 cm 1.57 mm 0 eV 293 keV 84.3 mum 84.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 cm 1.3 cm 1.79 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 cm 1.3 cm 1.79 mm 0 eV 115 keV 19.9 mum 19.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 cm 1.22 cm 2.96 mm 974 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 cm 9.58 mm 3.72 mm 276 keV 0 eV 3.23 mm 3.23 mmWAbsorberPhysicalcompt - 2 -1.99 cm 9.28 mm 2.59 mm 164 keV 0 eV 1.43 mm 4.66 mmWAbsorberPhysicalcompt - 3 -2 cm 9.37 mm 2.73 mm 0 eV 69.5 keV 205 mum 4.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 cm 9.37 mm 2.73 mm 94.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 cm 9.37 mm 2.73 mm 0 eV 94.2 keV 14.4 mum 14.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 cm 9.28 mm 2.59 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 cm 9.28 mm 2.59 mm 0 eV 112 keV 19.1 mum 19.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 cm 9.58 mm 3.72 mm 698 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 cm 9.57 mm 3.73 mm 0 eV 698 keV 275 mum 275 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 cm 1.22 cm 3 mm 539 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.08 cm 1.22 cm 3.01 mm 0 eV 539 keV 197 mum 197 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm 3.13 mm -729 mum 9.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.31 mm 6.11 mm -1.34 mm 326 keV 0 eV 4.77 mm 4.77 mmWAbsorberPhysicalcompt - 2 -437 mum 4.6 mm -7.97 mm 266 keV 0 eV 8.99 mm 1.38 cmWAbsorberPhysicalcompt - 3 80.4 mum 4.32 mm -7.96 mm 0 eV 69.5 keV 588 mum 1.43 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 80.4 mum 4.32 mm -7.96 mm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 82 mum 4.32 mm -7.97 mm 0 eV 197 keV 46.1 mum 46.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -437 mum 4.6 mm -7.97 mm 59.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -437 mum 4.6 mm -7.97 mm 0 eV 59.4 keV 6.79 mum 6.79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.31 mm 6.11 mm -1.34 mm 9.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.69 mm 6.46 mm -1.19 mm 7.88 MeV 919 keV 542 mum 542 mumWAbsorberPhysicaleBrem - 2 -6.72 mm 6.5 mm -1.22 mm 6.87 MeV 117 keV 63.7 mum 606 mumWAbsorberPhysicaleBrem - 3 -6.9 mm 6.65 mm -1.4 mm 6.11 MeV 607 keV 349 mum 955 mumWAbsorberPhysicaleBrem - 4 -6.91 mm 6.47 mm -1.67 mm 2.43 MeV 532 keV 311 mum 1.27 mmWAbsorberPhysicaleBrem - 5 -6.98 mm 6.44 mm -1.77 mm 2.08 MeV 206 keV 129 mum 1.4 mmWAbsorberPhysicaleBrem - 6 -7.02 mm 6.37 mm -1.86 mm 0 eV 2.08 MeV 972 mum 2.37 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.98 mm 6.44 mm -1.77 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.98 mm 6.42 mm -1.84 mm 0 eV 69.5 keV 74.6 mum 74.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.98 mm 6.42 mm -1.84 mm 71 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.98 mm 6.42 mm -1.85 mm 0 eV 71 keV 9.12 mum 9.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.91 mm 6.47 mm -1.67 mm 3.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.2 mm 1.9 mm -9.92 mm 2.98 MeV 0 eV 9.52 mm 9.52 mmWAbsorberPhysicalcompt - 2 -8.24 mm 1.04 mm -1.17 cm 1.07 MeV 0 eV 2.01 mm 1.15 cmWAbsorberPhysicalcompt - 3 -1.21 cm 1.04 cm -3.7 cm 1.03 MeV 0 eV 2.72 cm 3.88 cmWAbsorberPhysicalcompt - 4 -1.17 cm 1.46 cm -4.83 cm 0 eV 69.5 keV 1.2 cm 5.08 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm 1.46 cm -4.83 cm 962 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm 1.46 cm -4.83 cm 0 eV 962 keV 408 mum 408 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 cm 1.04 cm -3.7 cm 34.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 cm 1.04 cm -3.7 cm 0 eV 34.3 keV 2.75 mum 2.75 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.24 mm 1.04 mm -1.17 cm 1.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.33 mm 1.07 mm -1.19 cm 1.32 MeV 447 keV 280 mum 280 mumWAbsorberPhysicaleBrem - 2 -8.34 mm 1.1 mm -1.2 cm 0 eV 1.32 MeV 592 mum 872 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.33 mm 1.07 mm -1.19 cm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.4 mm 1.5 mm -1.26 cm 0 eV 69.5 keV 814 mum 814 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.4 mm 1.5 mm -1.26 cm 77.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.4 mm 1.5 mm -1.26 cm 0 eV 77.1 keV 10.4 mum 10.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.2 mm 1.9 mm -9.92 mm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.21 mm 1.9 mm -9.92 mm 0 eV 166 keV 35.4 mum 35.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.9 mm 6.65 mm -1.4 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.2 mm 6.33 mm -2.19 mm 0 eV 69.5 keV 901 mum 901 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.2 mm 6.33 mm -2.19 mm 82 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.2 mm 6.33 mm -2.19 mm 0 eV 82 keV 11.5 mum 11.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.72 mm 6.5 mm -1.22 mm 896 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.43 mm 1.22 cm -3.36 mm 0 eV 69.5 keV 6.67 mm 6.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.43 mm 1.22 cm -3.36 mm 827 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.43 mm 1.22 cm -3.37 mm 0 eV 827 keV 340 mum 340 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.69 mm 6.46 mm -1.19 mm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.14 mm 6.94 mm -1.48 mm 0 eV 69.5 keV 718 mum 718 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.14 mm 6.94 mm -1.48 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.14 mm 6.94 mm -1.48 mm 0 eV 170 keV 36.8 mum 36.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.46 mm 3.03 mm -673 mum 701 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.53 mm 7.01 mm -2.8 mm 222 keV 0 eV 7.56 mm 7.56 mmWAbsorberPhysicalcompt - 2 -8.44 mm 6.89 mm -2.4 mm 0 eV 69.5 keV 424 mum 7.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.44 mm 6.89 mm -2.4 mm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.44 mm 6.89 mm -2.4 mm 0 eV 152 keV 31 mum 31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.53 mm 7.01 mm -2.8 mm 480 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.51 mm 7.02 mm -2.85 mm 65.5 keV 414 keV 162 mum 162 mumWAbsorberPhysicaleBrem - 2 -8.51 mm 7.02 mm -2.85 mm 0 eV 65.5 keV 7.97 mum 170 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 mm 1.92 mm -172 mum 315 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.85 mm 4.66 mm -1.05 mm 0 eV 69.5 keV 3.47 mm 3.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.85 mm 4.66 mm -1.05 mm 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.85 mm 4.66 mm -1.05 mm 0 eV 245 keV 64.5 mum 64.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -330 mum 549 mum 72.4 mum 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -661 mum 913 mum 91.6 mum 0 eV 69.5 keV 491 mum 491 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -661 mum 913 mum 91.6 mum 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -661 mum 915 mum 91.1 mum 0 eV 164 keV 34.9 mum 34.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 20.4 cm -6.78 cm -3.56 mm 38.7 MeV 0 eV 21.5 cm 21.5 cmLArgPhysicalTransportation - 2 1.27 m -42.3 cm -2.22 cm 38.7 MeV 0 eV 1.13 m 1.34 mCryostatVolumesTransportation - 3 1.28 m -42.4 cm -2.23 cm 38.7 MeV 0 eV 3.16 mm 1.35 mInsulationPhysicalTransportation - 4 1.35 m -44.7 cm -2.35 cm 38.7 MeV 0 eV 7.38 cm 1.42 mCryostatVolumesTransportation - 5 1.35 m -44.8 cm -2.35 cm 38.7 MeV 0 eV 2.63 mm 1.42 mMotherTransportation - 6 5 m -1.66 m -8.72 cm 38.7 MeV 0 eV 3.85 m 5.27 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 27.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -11.7 cm -14.9 cm -5.89 cm 27.4 MeV 0 eV 19.8 cm 19.8 cmCuPlateBPhysicalTransportation - 2 -12.1 cm -15.4 cm -6.09 cm 27.4 MeV 0 eV 6.75 mm 20.5 cmFCALEnvelopePhysicalTransportation - 3 -12.3 cm -15.6 cm -6.18 cm 27.4 MeV 0 eV 3.19 mm 20.8 cmLArgPhysicalTransportation - 4 -77 cm -97.5 cm -38.6 cm 27.4 MeV 0 eV 1.09 m 1.3 mMotherTransportation - 5 -3.95 m -5 m -1.98 m 27.4 MeV 0 eV 5.37 m 6.67 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=40.1016 -Edep in FCAL1 FCAl2 : 0 40.1016 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2650 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 150 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 221 mum 127 mum -333 mum 41.1 MeV 1.06 MeV 421 mum 421 mumWAbsorberPhysicaleBrem - 2 384 mum 183 mum -601 mum 26.2 MeV 589 keV 320 mum 740 mumWAbsorberPhysicaleBrem - 3 524 mum 199 mum -807 mum 17.4 MeV 523 keV 251 mum 991 mumWAbsorberPhysicaleBrem - 4 625 mum 744 mum -2.33 mm 13.3 MeV 3.99 MeV 1.68 mm 2.67 mmWAbsorberPhysicaleBrem - 5 626 mum 755 mum -2.35 mm 13.1 MeV 36.8 keV 20.4 mum 2.69 mmWAbsorberPhysicaleBrem - 6 727 mum 1.09 mm -2.73 mm 9.11 MeV 1.65 MeV 532 mum 3.22 mmWAbsorberPhysicaleBrem - 7 882 mum 1.29 mm -2.9 mm 5.3 MeV 711 keV 296 mum 3.51 mmWAbsorberPhysicaleBrem - 8 885 mum 1.3 mm -2.91 mm 4.69 MeV 32.5 keV 17.3 mum 3.53 mmWAbsorberPhysicaleBrem - 9 750 mum 2.12 mm -2.95 mm 1.78 MeV 2.55 MeV 937 mum 4.47 mmWAbsorberPhysicaleBrem - 10 758 mum 2.23 mm -3.01 mm 0 eV 1.78 MeV 837 mum 5.3 mmWAbsorberPhysicaleIoni - 11 758 mum 2.23 mm -3.01 mm 0 eV 0 eV 0 fm 5.3 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 758 mum 2.23 mm -3.01 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.22 mm 2.51 mm -2.75 mm 336 keV 0 eV 4.48 mm 4.48 mmWAbsorberPhysicalcompt - 2 6.34 mm 895 mum -3.35 mm 0 eV 69.5 keV 2.06 mm 6.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.34 mm 895 mum -3.35 mm 266 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.34 mm 889 mum -3.35 mm 0 eV 266 keV 73.1 mum 73.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.22 mm 2.51 mm -2.75 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.22 mm 2.51 mm -2.75 mm 0 eV 175 keV 38.7 mum 38.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 758 mum 2.23 mm -3.01 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.13 mm 1.87 mm -3.35 mm 509 keV 0 eV 5.91 mm 5.91 mmWAbsorberPhysicalcompt - 2 -1.47 cm 1.54 mm -3.13 mm 0 eV 69.5 keV 9.62 mm 1.55 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 cm 1.54 mm -3.13 mm 440 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 cm 1.54 mm -3.12 mm 0 eV 440 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.13 mm 1.87 mm -3.35 mm 1.84 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.13 mm 1.87 mm -3.35 mm 0 eV 1.84 keV 35 nm 35 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 750 mum 2.12 mm -2.95 mm 361 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 816 mum 2.9 mm -4.01 mm 0 eV 69.5 keV 1.32 mm 1.32 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 816 mum 2.9 mm -4.01 mm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 811 mum 2.9 mm -4.01 mm 0 eV 291 keV 83.4 mum 83.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 885 mum 1.3 mm -2.91 mm 582 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.69 mm 2.2 mm -4.2 mm 0 eV 69.5 keV 1.77 mm 1.77 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 mm 2.2 mm -4.2 mm 512 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.7 mm 2.21 mm -4.2 mm 0 eV 512 keV 184 mum 184 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 882 mum 1.29 mm -2.9 mm 3.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm 4.48 mm -6.92 mm 737 keV 0 eV 5.37 mm 5.37 mmWAbsorberPhysicalcompt - 2 6.22 mm -1.68 mm -1.94 cm 664 keV 0 eV 1.45 cm 1.98 cmWAbsorberPhysicalcompt - 3 1.84 cm -1.12 cm -3.3 cm 0 eV 7.11 keV 2.06 cm 4.04 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.84 cm -1.12 cm -3.3 cm 657 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.84 cm -1.12 cm -3.3 cm 0 eV 657 keV 255 mum 255 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.22 mm -1.68 mm -1.94 cm 73.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.22 mm -1.68 mm -1.94 cm 0 eV 73.7 keV 9.67 mum 9.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.44 mm 4.48 mm -6.92 mm 2.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 mm 4.59 mm -7 mm 0 eV 2.37 MeV 1.1 mm 1.1 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 727 mum 1.09 mm -2.73 mm 2.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 cm 1.1 cm -1.79 cm 1.03 MeV 0 eV 2.11 cm 2.11 cmWAbsorberPhysicalcompt - 2 9.01 mm 1.52 cm -3.54 cm 649 keV 0 eV 1.82 cm 3.93 cmWAbsorberPhysicalcompt - 3 1.25 cm 1.85 cm -4 cm 581 keV 0 eV 6.67 mm 4.6 cmWAbsorberPhysicalcompt - 4 1.79 cm 1.93 cm -4.74 cm 0 eV 69.5 keV 9.13 mm 5.51 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.79 cm 1.93 cm -4.74 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.79 cm 1.93 cm -4.74 cm 0 eV 511 keV 183 mum 183 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 cm 1.85 cm -4 cm 68.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 cm 1.85 cm -4 cm 0 eV 68.1 keV 8.5 mum 8.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.01 mm 1.52 cm -3.54 cm 385 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9 mm 1.52 cm -3.54 cm 0 eV 385 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 cm 1.1 cm -1.79 cm 1.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 cm 1.1 cm -1.81 cm 793 keV 374 keV 195 mum 195 mumWAbsorberPhysicaleBrem - 2 1.16 cm 1.1 cm -1.8 cm 0 eV 793 keV 323 mum 518 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 cm 1.1 cm -1.81 cm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 cm 1.1 cm -1.8 cm 0 eV 69.5 keV 22.1 mum 22.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 cm 1.1 cm -1.8 cm 38.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 cm 1.1 cm -1.8 cm 0 eV 38.9 keV 3.37 mum 3.37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 626 mum 755 mum -2.35 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 657 mum 851 mum -2.55 mm 0 eV 69.5 keV 229 mum 229 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 657 mum 851 mum -2.55 mm 83.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 658 mum 851 mum -2.55 mm 0 eV 83.2 keV 11.8 mum 11.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 625 mum 744 mum -2.33 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 625 mum 744 mum -2.33 mm 0 eV 69.5 keV 102 nm 102 nmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 625 mum 744 mum -2.33 mm 46.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 625 mum 744 mum -2.33 mm 0 eV 46.3 keV 4.51 mum 4.51 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 524 mum 199 mum -807 mum 8.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 967 mum 476 mum -1.35 mm 0 eV 0 eV 752 mum 752 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 34, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 967 mum 476 mum -1.35 mm 4.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 879 mum 530 mum -1.72 mm 3.29 MeV 738 keV 497 mum 497 mumWAbsorberPhysicaleBrem - 2 820 mum 249 mum -1.91 mm 1.32 MeV 1.21 MeV 493 mum 990 mumWAbsorberPhysicaleBrem - 3 836 mum 329 mum -1.92 mm 0 eV 1.32 MeV 601 mum 1.59 mmWAbsorberPhysicaleIoni - 4 836 mum 329 mum -1.92 mm 0 eV 0 eV 0 fm 1.59 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 836 mum 329 mum -1.92 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 mm -631 mum -1.37 mm 0 eV 69.5 keV 1.19 mm 1.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -631 mum -1.37 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 mm -638 mum -1.38 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 836 mum 329 mum -1.92 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 mm 8.12 mm -6.39 mm 328 keV 0 eV 9.69 mm 9.69 mmWAbsorberPhysicalcompt - 2 -4.3 mm 9.53 mm -5.07 mm 0 eV 69.5 keV 2.45 mm 1.21 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.3 mm 9.53 mm -5.07 mm 259 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.3 mm 9.53 mm -5.07 mm 0 eV 259 keV 70 mum 70 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 mm 8.12 mm -6.39 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 mm 8.12 mm -6.39 mm 0 eV 183 keV 41.3 mum 41.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 820 mum 249 mum -1.91 mm 760 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 991 mum 703 mum -2.08 mm 306 keV 0 eV 515 mum 515 mumWAbsorberPhysicalcompt - 2 1.21 mm 517 mum -2.35 mm 283 keV 0 eV 396 mum 910 mumWAbsorberPhysicalcompt - 3 1.22 mm 506 mum -2.37 mm 0 eV 69.5 keV 21.7 mum 932 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 mm 506 mum -2.37 mm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 mm 503 mum -2.37 mm 0 eV 213 keV 52.4 mum 52.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 mm 517 mum -2.35 mm 23 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 mm 517 mum -2.35 mm 0 eV 23 keV 1.44 mum 1.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 991 mum 703 mum -2.08 mm 454 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 965 mum 719 mum -2.06 mm 132 keV 147 keV 68.5 mum 68.5 mumWAbsorberPhysicaleBrem - 2 966 mum 718 mum -2.06 mm 0 eV 132 keV 24.8 mum 93.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 965 mum 719 mum -2.06 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 mm 537 mum -2.03 mm 0 eV 69.5 keV 312 mum 312 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 mm 537 mum -2.03 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 mm 537 mum -2.03 mm 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 879 mum 530 mum -1.72 mm 892 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.81 cm -2.73 mm -1.17 cm 0 eV 69.5 keV 2.02 cm 2.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.81 cm -2.73 mm -1.17 cm 823 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.82 cm -2.72 mm -1.17 cm 0 eV 823 keV 338 mum 338 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 967 mum 476 mum -1.35 mm 2.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 mm 484 mum -961 mum 512 keV 1.84 MeV 1.1 mm 1.1 mmWAbsorberPhysicaleIoni - 2 1.53 mm 492 mum -967 mum 0 eV 512 keV 184 mum 1.28 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 384 mum 183 mum -601 mum 14.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.31 mm 1.03 mm -7.65 mm 1.98 MeV 0 eV 8.11 mm 8.11 mmWAbsorberPhysicalcompt - 2 3.95 cm -1.62 cm -3.09 cm 0 eV 69.5 keV 4.56 cm 5.37 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.95 cm -1.62 cm -3.09 cm 1.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.95 cm -1.62 cm -3.1 cm 1.44 MeV 301 keV 182 mum 182 mumWAbsorberPhysicaleBrem - 2 3.94 cm -1.63 cm -3.08 cm 750 keV 577 keV 330 mum 512 mumWAbsorberPhysicaleBrem - 3 3.94 cm -1.63 cm -3.08 cm 64.6 keV 19.6 keV 16.2 mum 528 mumWAbsorberPhysicaleBrem - 4 3.94 cm -1.63 cm -3.08 cm 0 eV 64.6 keV 7.77 mum 536 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.94 cm -1.63 cm -3.08 cm 666 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.87 cm -1.54 cm -3 cm 0 eV 69.5 keV 1.41 mm 1.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.87 cm -1.54 cm -3 cm 596 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.87 cm -1.54 cm -3 cm 0 eV 596 keV 225 mum 225 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.94 cm -1.63 cm -3.08 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.94 cm -1.63 cm -3.08 cm 0 eV 69.5 keV 22.8 mum 22.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.94 cm -1.63 cm -3.08 cm 40.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.94 cm -1.63 cm -3.08 cm 0 eV 40.3 keV 3.58 mum 3.58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.95 cm -1.62 cm -3.1 cm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.97 cm -1.62 cm -3.07 cm 0 eV 69.5 keV 378 mum 378 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.97 cm -1.62 cm -3.07 cm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.97 cm -1.62 cm -3.07 cm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.31 mm 1.03 mm -7.65 mm 12.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.38 mm 1.12 mm -7.89 mm 10.8 MeV 810 keV 275 mum 275 mumWAbsorberPhysicaleBrem - 2 4.65 mm 1.28 mm -8.16 mm 7.56 MeV 1.01 MeV 490 mum 764 mumWAbsorberPhysicaleBrem - 3 4.73 mm 1.23 mm -8.42 mm 6.97 MeV 454 keV 294 mum 1.06 mmWAbsorberPhysicaleBrem - 4 4.45 mm 1.54 mm -8.8 mm 4.97 MeV 1.33 MeV 835 mum 1.89 mmWAbsorberPhysicaleBrem - 5 4.26 mm 1 mm -7.77 mm 1.67 MeV 2.61 MeV 1.44 mm 3.33 mmWAbsorberPhysicaleBrem - 6 4.21 mm 975 mum -7.72 mm 0 eV 1.67 MeV 768 mum 4.1 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 mm 1 mm -7.77 mm 693 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.01 mm 6.26 mm -9.64 mm 682 keV 0 eV 1.44 cm 1.44 cmWAbsorberPhysicalcompt - 2 -1.17 cm 7.75 mm -1.03 cm 0 eV 69.5 keV 3.1 mm 1.75 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm 7.75 mm -1.03 cm 612 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm 7.75 mm -1.03 cm 0 eV 612 keV 233 mum 233 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.01 mm 6.26 mm -9.64 mm 11.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.01 mm 6.26 mm -9.64 mm 0 eV 11.4 keV 476 nm 476 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.45 mm 1.54 mm -8.8 mm 663 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.15 mm 505 mum -8.75 mm 231 keV 0 eV 1.25 mm 1.25 mmWAbsorberPhysicalcompt - 2 6.97 mm 4.15 mm -7.11 mm 140 keV 0 eV 4.39 mm 5.64 mmWAbsorberPhysicalcompt - 3 7.05 mm 4.06 mm -7.14 mm 0 eV 69.5 keV 121 mum 5.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.05 mm 4.06 mm -7.14 mm 70.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.05 mm 4.06 mm -7.14 mm 0 eV 70.8 keV 9.06 mum 9.06 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.97 mm 4.15 mm -7.11 mm 91.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.97 mm 4.15 mm -7.11 mm 0 eV 91.1 keV 13.7 mum 13.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.15 mm 505 mum -8.75 mm 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.16 mm 495 mum -8.75 mm 0 eV 432 keV 146 mum 146 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.73 mm 1.23 mm -8.42 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.74 mm 1.22 mm -8.45 mm 0 eV 69.5 keV 24.7 mum 24.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.74 mm 1.22 mm -8.45 mm 66.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.74 mm 1.22 mm -8.45 mm 0 eV 66.2 keV 8.11 mum 8.11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.65 mm 1.28 mm -8.16 mm 2.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.99 mm 890 mum -9.73 mm 951 keV 0 eV 2.1 mm 2.1 mmWAbsorberPhysicalcompt - 2 2.53 cm -2.16 cm -1.57 cm 289 keV 0 eV 3.03 cm 3.24 cmWAbsorberPhysicalcompt - 3 2.53 cm -2.16 cm -1.57 cm 0 eV 69.5 keV 7.26 mum 3.24 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.53 cm -2.16 cm -1.57 cm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.53 cm -2.16 cm -1.57 cm 0 eV 220 keV 54.8 mum 54.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.53 cm -2.16 cm -1.57 cm 662 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.53 cm -2.16 cm -1.57 cm 0 eV 662 keV 257 mum 257 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.99 mm 890 mum -9.73 mm 1.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.04 mm 958 mum -9.75 mm 965 keV 180 keV 117 mum 117 mumWAbsorberPhysicaleBrem - 2 6.03 mm 979 mum -9.72 mm 0 eV 965 keV 410 mum 527 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.04 mm 958 mum -9.75 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.03 mm 974 mum -9.73 mm 0 eV 69.5 keV 29.4 mum 29.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.03 mm 974 mum -9.73 mm 52.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.03 mm 975 mum -9.73 mm 0 eV 52.5 keV 5.53 mum 5.53 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.38 mm 1.12 mm -7.89 mm 790 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.97 mm 3.66 mm -1.5 cm 0 eV 69.5 keV 7.93 mm 7.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.97 mm 3.66 mm -1.5 cm 721 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.94 mm 3.57 mm -1.49 cm 266 keV 332 keV 190 mum 190 mumWAbsorberPhysicaleBrem - 2 6.94 mm 3.57 mm -1.49 cm 0 eV 266 keV 72.8 mum 263 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.94 mm 3.57 mm -1.49 cm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.31 mm 3.17 mm -1.5 cm 0 eV 69.5 keV 544 mum 544 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.31 mm 3.17 mm -1.5 cm 53.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.31 mm 3.17 mm -1.5 cm 0 eV 53.2 keV 5.66 mum 5.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 221 mum 127 mum -333 mum 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 262 mum 138 mum -390 mum 0 eV 69.5 keV 71.4 mum 71.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 262 mum 138 mum -390 mum 37.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 262 mum 139 mum -390 mum 0 eV 37.9 keV 3.24 mum 3.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -24.1 cm 7.85 cm 32.6 cm 42.9 MeV 0 eV 41.3 cm 41.3 cmF2RodPhysicalTransportation - 2 -24.4 cm 7.95 cm 33.1 cm 42.9 MeV 0 eV 5.39 mm 41.9 cmF2LArGapPhysicalTransportation - 3 -24.5 cm 7.97 cm 33.1 cm 42.9 MeV 0 eV 855 mum 42 cmCuPlateAPhysicalTransportation - 4 -25.9 cm 8.44 cm 35.1 cm 42.9 MeV 0 eV 2.51 cm 44.5 cmFCALEnvelopePhysicalTransportation - 5 -28 cm 9.1 cm 37.8 cm 42.9 MeV 0 eV 3.45 cm 47.9 cmFCALEmModulePhysicalTransportation - 6 -28.9 cm 9.41 cm 39.2 cm 42.9 MeV 0 eV 1.67 cm 49.6 cmLArgPhysicalTransportation - 7 -75.7 cm 24.6 cm 1.03 m 42.9 MeV 0 eV 80.2 cm 1.3 mCryostatVolumesTransportation - 8 -75.9 cm 24.7 cm 1.03 m 42.9 MeV 0 eV 3.06 mm 1.3 mInsulationPhysicalTransportation - 9 -80.1 cm 26.1 cm 1.08 m 42.9 MeV 0 eV 7.13 cm 1.37 mCryostatVolumesTransportation - 10 -80.2 cm 26.1 cm 1.09 m 42.9 MeV 0 eV 2.55 mm 1.38 mMotherTransportation - 11 -1.05 m 34.1 cm 1.42 m 42.9 MeV 0 eV 42.3 cm 1.8 mIronWallPhysicalTransportation - 12 -1.3 m 42.3 cm 1.76 m 42.9 MeV 0 eV 43 cm 2.23 mMotherTransportation - 13 -5 m 1.63 m 6.77 m 42.9 MeV 0 eV 6.34 m 8.57 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.08 mm -19.4 cm -1.55 cm 19.9 MeV 0 eV 19.5 cm 19.5 cmFCALEnvelopePhysicalTransportation - 2 -6.98 mm -26.7 cm -2.13 cm 19.9 MeV 0 eV 7.3 cm 26.8 cmLArgPhysicalTransportation - 3 -2.55 cm -97.5 cm -7.8 cm 19.9 MeV 0 eV 71.1 cm 97.8 cmMotherTransportation - 4 -13.1 cm -5 m -40 cm 19.9 MeV 0 eV 4.04 m 5.02 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=43.331 -Edep in FCAL1 FCAl2 : 0 43.331 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2651 0 0 0 --------------------------------------------- - ----> Begin of event: 151 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 151 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -266 mum 186 mum -6.97 mum 41.7 MeV 536 keV 325 mum 325 mumWAbsorberPhysicaleBrem - 2 -359 mum 270 mum -2.6 mum 38.5 MeV 217 keV 126 mum 451 mumWAbsorberPhysicaleBrem - 3 -485 mum 398 mum 34.9 mum 35.4 MeV 499 keV 184 mum 635 mumWAbsorberPhysicaleBrem - 4 -535 mum 467 mum 54.1 mum 14.5 MeV 213 keV 87.3 mum 722 mumWAbsorberPhysicaleBrem - 5 -572 mum 523 mum 68.1 mum 8.21 MeV 151 keV 68.9 mum 791 mumWAbsorberPhysicaleBrem - 6 -428 mum 1.61 mm 53.2 mum 0 eV 2.13 MeV 1.15 mm 1.94 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -428 mum 1.61 mm 53.2 mum 6.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 cm 2.1 cm -1.58 cm 0 eV 0 eV 3.02 cm 3.02 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 cm 2.1 cm -1.58 cm 1.85 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 cm 2.1 cm -1.59 cm 1.34 MeV 136 keV 83.9 mum 83.9 mumWAbsorberPhysicaleBrem - 2 -1.72 cm 2.09 cm -1.59 cm 345 keV 431 keV 250 mum 334 mumWAbsorberPhysicaleBrem - 3 -1.72 cm 2.09 cm -1.59 cm 0 eV 345 keV 104 mum 439 mumWAbsorberPhysicaleIoni - 4 -1.72 cm 2.09 cm -1.59 cm 0 eV 0 eV 0 fm 439 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 cm 2.09 cm -1.59 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 cm 1.73 cm -1.55 cm 447 keV 0 eV 4.16 mm 4.16 mmWAbsorberPhysicalcompt - 2 -1.28 cm 1.59 cm -1.53 cm 0 eV 69.5 keV 2.75 mm 6.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 cm 1.59 cm -1.53 cm 377 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.28 cm 1.59 cm -1.53 cm 0 eV 377 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.52 cm 1.73 cm -1.55 cm 64.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 cm 1.73 cm -1.55 cm 0 eV 64.1 keV 7.66 mum 7.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 cm 2.09 cm -1.59 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 cm 2.52 cm -1.65 cm 0 eV 69.5 keV 4.96 mm 4.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 cm 2.52 cm -1.65 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 cm 2.52 cm -1.65 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 cm 2.09 cm -1.59 cm 561 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm 2.08 cm -1.59 cm 0 eV 69.5 keV 264 mum 264 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.7 cm 2.08 cm -1.59 cm 492 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm 2.08 cm -1.59 cm 0 eV 492 keV 174 mum 174 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 cm 2.1 cm -1.59 cm 376 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.61 cm 2.03 cm -1.5 cm 366 keV 0 eV 1.64 mm 1.64 mmWAbsorberPhysicalcompt - 2 -1.57 cm 1.99 cm -1.48 cm 0 eV 69.5 keV 627 mum 2.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 cm 1.99 cm -1.48 cm 296 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm 1.99 cm -1.48 cm 0 eV 296 keV 85.4 mum 85.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 cm 2.03 cm -1.5 cm 10.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.61 cm 2.03 cm -1.5 cm 0 eV 10.4 keV 410 nm 410 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 cm 2.1 cm -1.58 cm 3.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.78 cm 2.12 cm -1.66 cm 877 keV 2.45 MeV 1.41 mm 1.41 mmWAbsorberPhysicaleIoni - 2 -1.78 cm 2.12 cm -1.66 cm 0 eV 877 keV 365 mum 1.77 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -428 mum 1.61 mm 53.2 mum 905 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.52 mm 1.71 cm 1.47 mm 345 keV 0 eV 1.67 cm 1.67 cmWAbsorberPhysicalcompt - 2 8.17 mm 1.65 cm -64.8 mum 0 eV 69.5 keV 3.12 mm 1.98 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.17 mm 1.65 cm -64.8 mum 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.18 mm 1.65 cm -66.4 mum 0 eV 276 keV 77 mum 77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.52 mm 1.71 cm 1.47 mm 560 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.52 mm 1.72 cm 1.48 mm 0 eV 560 keV 207 mum 207 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -572 mum 523 mum 68.1 mum 6.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.1 mm 3.02 mm 1.02 mm 2.67 MeV 0 eV 3.08 mm 3.08 mmWAbsorberPhysicalcompt - 2 -2.27 mm 4.19 mm 1.09 mm 0 eV 0 eV 1.18 mm 4.27 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 4.19 mm 1.09 mm 1.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 mm 4.25 mm 1.1 mm 0 eV 1.09 MeV 478 mum 478 mumWAbsorberPhysicaleIoni - 2 -2.27 mm 4.25 mm 1.1 mm 0 eV 0 eV 0 fm 478 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 4.25 mm 1.1 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 mm 3.57 mm 1.17 mm 0 eV 7.11 keV 700 mum 700 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.12 mm 3.57 mm 1.17 mm 504 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 mm 3.56 mm 1.16 mm 0 eV 504 keV 180 mum 180 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 4.25 mm 1.1 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 mm 4.3 mm 1.1 mm 0 eV 69.5 keV 46.1 mum 46.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 mm 4.3 mm 1.1 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.29 mm 4.31 mm 1.1 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm 4.19 mm 1.09 mm 559 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 mm 4.21 mm 1.08 mm 0 eV 559 keV 207 mum 207 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.1 mm 3.02 mm 1.02 mm 3.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.14 mm 3.26 mm 1.29 mm 2.46 MeV 611 keV 341 mum 341 mumWAbsorberPhysicaleBrem - 2 -2.22 mm 3.29 mm 582 mum 434 keV 2.02 MeV 1.14 mm 1.48 mmWAbsorberPhysicaleIoni - 3 -2.21 mm 3.29 mm 578 mum 0 eV 434 keV 147 mum 1.63 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 mm 3.26 mm 1.29 mm 387 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 433 mum 6.3 mm -255 mum 0 eV 69.5 keV 4.28 mm 4.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 433 mum 6.3 mm -255 mum 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 430 mum 6.31 mm -258 mum 0 eV 318 keV 94.4 mum 94.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -535 mum 467 mum 54.1 mum 20.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.95 mm 4.9 mm 1.32 mm 0 eV 0 eV 5.73 mm 5.73 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 36, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.95 mm 4.9 mm 1.32 mm 17.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.27 mm 5.63 mm 1.63 mm 14.3 MeV 2.06 MeV 973 mum 973 mumWAbsorberPhysicaleBrem - 2 -4.31 mm 5.72 mm 1.65 mm 14 MeV 163 keV 97.4 mum 1.07 mmWAbsorberPhysicaleBrem - 3 -5.11 mm 6.45 mm 1.53 mm 5.31 MeV 1.91 MeV 1.05 mm 2.12 mmWAbsorberPhysicaleBrem - 4 -5.26 mm 6.96 mm 2.99 mm 1.51 MeV 3.54 MeV 1.71 mm 3.83 mmWAbsorberPhysicaleBrem - 5 -5.19 mm 7.03 mm 3 mm 0 eV 1.51 MeV 698 mum 4.53 mmWAbsorberPhysicaleIoni - 6 -5.19 mm 7.03 mm 3 mm 0 eV 0 eV 0 fm 4.53 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.19 mm 7.03 mm 3 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.39 mm 8.65 mm 3.54 mm 0 eV 69.5 keV 2.78 mm 2.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.39 mm 8.65 mm 3.54 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.39 mm 8.66 mm 3.55 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.19 mm 7.03 mm 3 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 mm 4.64 mm 2.19 mm 183 keV 0 eV 4.11 mm 4.11 mmWAbsorberPhysicalcompt - 2 -2.06 mm 4.65 mm 2.18 mm 0 eV 69.5 keV 103 mum 4.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.06 mm 4.65 mm 2.18 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.06 mm 4.65 mm 2.18 mm 0 eV 114 keV 19.5 mum 19.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm 4.64 mm 2.19 mm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.95 mm 4.64 mm 2.19 mm 0 eV 328 keV 98.8 mum 98.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.26 mm 6.96 mm 2.99 mm 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.89 mm 7.92 mm 3.03 mm 0 eV 69.5 keV 1.68 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.89 mm 7.92 mm 3.03 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.88 mm 7.92 mm 3.03 mm 0 eV 183 keV 41.4 mum 41.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.11 mm 6.45 mm 1.53 mm 6.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.63 mm 7.64 mm 2.33 mm 5.61 MeV 0 eV 3.8 mm 3.8 mmWAbsorberPhysicalcompt - 2 -1.69 cm 9.12 mm 5.1 mm 4.86 MeV 0 eV 8.83 mm 1.26 cmWAbsorberPhysicalcompt - 3 -2 cm 9.95 mm 5.65 mm 4.52 MeV 0 eV 3.25 mm 1.59 cmWAbsorberPhysicalcompt - 4 -5.01 cm 1.42 cm 9.73 mm 2.83 MeV 0 eV 3.07 cm 4.66 cmWAbsorberPhysicalcompt - 5 -8.29 cm 2.87 cm 2.45 cm 0 eV 0 eV 3.88 cm 8.54 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 52, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.29 cm 2.87 cm 2.45 cm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.3 cm 2.87 cm 2.45 cm 0 eV 1.13 MeV 497 mum 497 mumWAbsorberPhysicaleIoni - 2 -8.3 cm 2.87 cm 2.45 cm 0 eV 0 eV 0 fm 497 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.3 cm 2.87 cm 2.45 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.43 cm 3.92 cm 4.04 cm 405 keV 0 eV 1.91 cm 1.91 cmWAbsorberPhysicalcompt - 2 -8.52 cm 3.95 cm 4.13 cm 0 eV 69.5 keV 1.31 mm 2.04 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.52 cm 3.95 cm 4.13 cm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.52 cm 3.95 cm 4.13 cm 0 eV 335 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.43 cm 3.92 cm 4.04 cm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.43 cm 3.92 cm 4.04 cm 0 eV 106 keV 17.5 mum 17.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.3 cm 2.87 cm 2.45 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.25 cm 2.48 cm 1.85 cm 173 keV 0 eV 7.24 mm 7.24 mmWAbsorberPhysicalcompt - 2 -8.22 cm 2.52 cm 1.96 cm 0 eV 69.5 keV 1.19 mm 8.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.22 cm 2.52 cm 1.96 cm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.22 cm 2.52 cm 1.96 cm 0 eV 103 keV 16.8 mum 16.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.25 cm 2.48 cm 1.85 cm 338 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.25 cm 2.48 cm 1.85 cm 0 eV 338 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.29 cm 2.87 cm 2.45 cm 683 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.3 cm 2.87 cm 2.45 cm 235 keV 202 keV 94.1 mum 94.1 mumWAbsorberPhysicaleBrem - 2 -8.3 cm 2.87 cm 2.45 cm 0 eV 235 keV 60.6 mum 155 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.3 cm 2.87 cm 2.45 cm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.19 cm 2.81 cm 2.61 cm 0 eV 69.5 keV 2 mm 2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.19 cm 2.81 cm 2.61 cm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.19 cm 2.81 cm 2.61 cm 0 eV 177 keV 39.3 mum 39.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.01 cm 1.42 cm 9.73 mm 1.69 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.02 cm 1.42 cm 9.71 mm 0 eV 1.69 MeV 778 mum 778 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 cm 9.95 mm 5.65 mm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 cm 9.96 mm 5.65 mm 0 eV 337 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm 9.12 mm 5.1 mm 752 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm 9.12 mm 5.12 mm 0 eV 752 keV 302 mum 302 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.63 mm 7.64 mm 2.33 mm 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.66 mm 7.68 mm 2.32 mm 0 eV 1.19 MeV 525 mum 525 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.31 mm 5.72 mm 1.65 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.45 mm 5.87 mm 1.72 mm 0 eV 69.5 keV 217 mum 217 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.45 mm 5.87 mm 1.72 mm 42.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.45 mm 5.87 mm 1.72 mm 0 eV 42.5 keV 3.91 mum 3.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.27 mm 5.63 mm 1.63 mm 893 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.04 mm 6.34 mm 1.67 mm 0 eV 69.5 keV 1.05 mm 1.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.04 mm 6.34 mm 1.67 mm 823 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.98 mm 6.43 mm 1.67 mm 220 keV 491 keV 196 mum 196 mumWAbsorberPhysicaleBrem - 2 -4.98 mm 6.43 mm 1.67 mm 0 eV 220 keV 54.7 mum 251 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.98 mm 6.43 mm 1.67 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.11 mm 6.29 mm 1.74 mm 0 eV 69.5 keV 202 mum 202 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.11 mm 6.29 mm 1.74 mm 43 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.11 mm 6.29 mm 1.74 mm 0 eV 43 keV 3.99 mum 3.99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.95 mm 4.9 mm 1.32 mm 2.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 mm 5.03 mm 1.33 mm 0 eV 2.47 MeV 1.14 mm 1.14 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -485 mum 398 mum 34.9 mum 2.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.43 mm 2.62 mm 718 mum 0 eV 69.5 keV 3.03 mm 3.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.43 mm 2.62 mm 718 mum 2.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.39 mm 2.86 mm 660 mum 1.37 MeV 695 keV 327 mum 327 mumWAbsorberPhysicaleBrem - 2 -2.33 mm 2.85 mm 679 mum 671 keV 128 keV 89.1 mum 416 mumWAbsorberPhysicaleBrem - 3 -2.32 mm 2.84 mm 702 mum 343 keV 79.3 keV 38.6 mum 455 mumWAbsorberPhysicaleBrem - 4 -2.32 mm 2.84 mm 708 mum 0 eV 343 keV 106 mum 560 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.32 mm 2.84 mm 702 mum 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 mm 2.75 mm 709 mum 0 eV 69.5 keV 222 mum 222 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.52 mm 2.75 mm 709 mum 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 mm 2.75 mm 708 mum 0 eV 180 keV 40.3 mum 40.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.33 mm 2.85 mm 679 mum 572 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.39 mum 2.8 mm 3.07 mm 0 eV 69.5 keV 3.33 mm 3.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.39 mum 2.8 mm 3.07 mm 502 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -14 mum 2.83 mm 3.1 mm 48.6 keV 273 keV 130 mum 130 mumWAbsorberPhysicaleBrem - 2 -13.8 mum 2.83 mm 3.1 mm 0 eV 48.6 keV 4.88 mum 135 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -14 mum 2.83 mm 3.1 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 173 mum 2.48 mm 3.07 mm 0 eV 69.5 keV 399 mum 399 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 173 mum 2.48 mm 3.07 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 175 mum 2.48 mm 3.07 mm 0 eV 111 keV 18.8 mum 18.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.39 mm 2.86 mm 660 mum 435 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -845 mum 2.75 mm 3.33 mm 0 eV 69.5 keV 3.08 mm 3.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -845 mum 2.75 mm 3.33 mm 365 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -845 mum 2.75 mm 3.34 mm 0 eV 365 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -359 mum 270 mum -2.6 mum 3.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm 1.53 mm 223 mum 1.82 MeV 0 eV 1.8 mm 1.8 mmWAbsorberPhysicalcompt - 2 -1.04 cm 9.9 mm -4.18 mm 262 keV 0 eV 1.29 cm 1.47 cmWAbsorberPhysicalcompt - 3 -9.54 mm 1 cm -3.78 mm 0 eV 69.5 keV 926 mum 1.56 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.54 mm 1 cm -3.78 mm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.54 mm 1 cm -3.78 mm 0 eV 193 keV 44.7 mum 44.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm 9.9 mm -4.18 mm 1.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm 9.94 mm -4.21 mm 0 eV 1.56 MeV 713 mum 713 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm 1.53 mm 223 mum 1.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm 1.56 mm 254 mum 0 eV 1.2 MeV 528 mum 528 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -266 mum 186 mum -6.97 mum 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -714 mum 627 mum 35.7 mum 196 keV 0 eV 630 mum 630 mumWAbsorberPhysicalcompt - 2 -713 mum 685 mum 517 mum 0 eV 69.5 keV 485 mum 1.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -713 mum 685 mum 517 mum 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -713 mum 683 mum 518 mum 0 eV 126 keV 22.9 mum 22.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -714 mum 627 mum 35.7 mum 94.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -715 mum 627 mum 35 mum 0 eV 94.6 keV 14.5 mum 14.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.35 cm 5.19 cm -6.88 cm 19.1 MeV 0 eV 11.3 cm 11.3 cmF2RodPhysicalTransportation - 2 7.57 cm 5.35 cm -7.09 cm 19.1 MeV 0 eV 3.46 mm 11.7 cmF2LArGapPhysicalTransportation - 3 7.61 cm 5.37 cm -7.12 cm 19.1 MeV 0 eV 531 mum 11.7 cmCuPlateBPhysicalTransportation - 4 10.1 cm 7.15 cm -9.48 cm 19.1 MeV 0 eV 3.88 cm 15.6 cmLArgPhysicalTransportation - 5 12.4 cm 8.73 cm -11.6 cm 19.1 MeV 0 eV 3.45 cm 19.1 cmBackExcluderTransportation - 6 43 cm 30.4 cm -40.3 cm 19.1 MeV 0 eV 47.3 cm 66.3 cmLArgPhysicalTransportation - 7 93 cm 65.7 cm -87.1 cm 19.1 MeV 0 eV 77.1 cm 1.43 mCryostatVolumesTransportation - 8 93.2 cm 65.9 cm -87.3 cm 19.1 MeV 0 eV 3.38 mm 1.44 mInsulationPhysicalTransportation - 9 98.4 cm 69.5 cm -92.1 cm 19.1 MeV 0 eV 7.88 cm 1.52 mCryostatVolumesTransportation - 10 98.5 cm 69.6 cm -92.3 cm 19.1 MeV 0 eV 2.81 mm 1.52 mMotherTransportation - 11 5 m 3.53 m -4.68 m 19.1 MeV 0 eV 6.19 m 7.71 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.92 cm -17 cm 5.92 cm 43.5 MeV 0 eV 20.6 cm 20.6 cmLArgPhysicalTransportation - 2 56.9 cm -97.5 cm 33.9 cm 43.5 MeV 0 eV 97.3 cm 1.18 mMotherTransportation - 3 2.92 m -5 m 1.74 m 43.5 MeV 0 eV 4.87 m 6.04 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=43.5952 -Edep in FCAL1 FCAl2 : 0 43.5952 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2652 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 152 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 33.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 85.5 mum -46.6 mum -16.3 mum 2.52 MeV 243 keV 98.8 mum 98.8 mumWAbsorberPhysicaleBrem - 2 369 mum 124 mum -1.84 mum 1.43 MeV 654 keV 407 mum 506 mumWAbsorberPhysicaleBrem - 3 351 mum 102 mum -345 mum 515 keV 774 keV 523 mum 1.03 mmWAbsorberPhysicaleBrem - 4 346 mum 109 mum -326 mum 0 eV 515 keV 184 mum 1.21 mmWAbsorberPhysicaleIoni - 5 346 mum 109 mum -326 mum 0 eV 0 eV 0 fm 1.21 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 346 mum 109 mum -326 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -645 mum -471 mum -1.27 mm 346 keV 0 eV 1.49 mm 1.49 mmWAbsorberPhysicalcompt - 2 -1.27 mm -821 mum -1.03 mm 298 keV 0 eV 758 mum 2.25 mmWAbsorberPhysicalcompt - 3 -4.45 mm -1.09 mm -1.8 mm 0 eV 69.5 keV 3.28 mm 5.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.45 mm -1.09 mm -1.8 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.45 mm -1.09 mm -1.79 mm 0 eV 228 keV 58 mum 58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 mm -821 mum -1.03 mm 48 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 mm -821 mum -1.03 mm 0 eV 48 keV 4.77 mum 4.77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -645 mum -471 mum -1.27 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -646 mum -471 mum -1.28 mm 0 eV 165 keV 35.3 mum 35.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 346 mum 109 mum -326 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.56 mm 3.15 mm 4.66 mm 320 keV 0 eV 7.83 mm 7.83 mmWAbsorberPhysicalcompt - 2 4.79 mm 4.29 mm 5.97 mm 0 eV 69.5 keV 1.9 mm 9.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.79 mm 4.29 mm 5.97 mm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.79 mm 4.29 mm 5.98 mm 0 eV 251 keV 66.6 mum 66.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.56 mm 3.15 mm 4.66 mm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.56 mm 3.15 mm 4.66 mm 0 eV 191 keV 44.1 mum 44.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 351 mum 102 mum -345 mum 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 420 mum 51 mum -165 mum 0 eV 69.5 keV 200 mum 200 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 420 mum 51 mum -165 mum 67.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 420 mum 50.6 mum -165 mum 0 eV 67.9 keV 8.46 mum 8.46 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 369 mum 124 mum -1.84 mum 435 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 313 mum 274 mum -263 mum 382 keV 0 eV 306 mum 306 mumWAbsorberPhysicalcompt - 2 66.3 mum 618 mum -480 mum 0 eV 69.5 keV 476 mum 782 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 66.3 mum 618 mum -480 mum 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 65.6 mum 623 mum -485 mum 0 eV 313 keV 92.3 mum 92.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 313 mum 274 mum -263 mum 52.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 313 mum 274 mum -263 mum 0 eV 52.1 keV 5.47 mum 5.47 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 85.5 mum -46.6 mum -16.3 mum 30.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.26 cm -1.44 cm -6.72 mm 0 eV 0 eV 3.61 cm 3.61 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 19, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 cm -1.44 cm -6.72 mm 7.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.26 cm -1.45 cm -6.74 mm 5.74 MeV 170 keV 82.7 mum 82.7 mumWAbsorberPhysicaleBrem - 2 3.28 cm -1.45 cm -6.8 mm 2.81 MeV 428 keV 265 mum 348 mumWAbsorberPhysicaleBrem - 3 3.32 cm -1.44 cm -7 mm 1.42 MeV 1.22 MeV 495 mum 843 mumWAbsorberPhysicaleBrem - 4 3.32 cm -1.43 cm -7.01 mm 1.11 MeV 92.2 keV 58.4 mum 901 mumWAbsorberPhysicaleBrem - 5 3.32 cm -1.43 cm -6.98 mm 0 eV 1.11 MeV 489 mum 1.39 mmWAbsorberPhysicaleIoni - 6 3.32 cm -1.43 cm -6.98 mm 0 eV 0 eV 0 fm 1.39 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.32 cm -1.43 cm -6.98 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 cm -1.47 cm -6.51 mm 0 eV 69.5 keV 938 mum 938 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 cm -1.47 cm -6.51 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 cm -1.47 cm -6.51 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.32 cm -1.43 cm -6.98 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.1 cm -1.31 cm -8.4 mm 0 eV 69.5 keV 2.86 mm 2.86 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.1 cm -1.31 cm -8.4 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.1 cm -1.31 cm -8.4 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.32 cm -1.43 cm -7.01 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.37 cm -1.32 cm -6.38 mm 0 eV 69.5 keV 1.35 mm 1.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.37 cm -1.32 cm -6.38 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.37 cm -1.32 cm -6.38 mm 0 eV 148 keV 29.6 mum 29.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.32 cm -1.44 cm -7 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.35 cm -1.4 cm -6.98 mm 0 eV 69.5 keV 496 mum 496 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.35 cm -1.4 cm -6.98 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.35 cm -1.4 cm -6.98 mm 0 eV 102 keV 16.3 mum 16.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.28 cm -1.45 cm -6.8 mm 2.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.26 cm -1.25 cm -9.99 mm 0 eV 69.5 keV 3.76 mm 3.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 cm -1.25 cm -9.99 mm 2.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 cm -1.22 cm -9.99 mm 109 keV 536 keV 368 mum 368 mumWAbsorberPhysicaleBrem - 2 3.27 cm -1.22 cm -9.99 mm 0 eV 109 keV 18.3 mum 386 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.27 cm -1.22 cm -9.99 mm 1.79 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.48 cm -9.76 mm -1.33 cm 1.3 MeV 0 eV 4.62 mm 4.62 mmWAbsorberPhysicalcompt - 2 4.48 cm 6.05 mm -2.04 cm 0 eV 69.5 keV 2 cm 2.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.48 cm 6.05 mm -2.04 cm 1.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.48 cm 6.08 mm -2.04 cm 0 eV 1.24 MeV 547 mum 547 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.48 cm -9.76 mm -1.33 cm 481 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.48 cm -9.78 mm -1.33 cm 224 keV 56.6 keV 33 mum 33 mumWAbsorberPhysicaleBrem - 2 3.48 cm -9.78 mm -1.33 cm 0 eV 224 keV 56.5 mum 89.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.48 cm -9.78 mm -1.33 cm 200 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.5 cm -9.77 mm -1.33 cm 0 eV 69.5 keV 200 mum 200 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.5 cm -9.77 mm -1.33 cm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.5 cm -9.77 mm -1.33 cm 0 eV 130 keV 24.2 mum 24.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 cm -1.45 cm -6.74 mm 1.87 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.78 cm -1.63 cm -7.4 mm 302 keV 0 eV 5.48 mm 5.48 mmWAbsorberPhysicalcompt - 2 3.65 cm -1.75 cm -7.43 mm 0 eV 69.5 keV 1.73 mm 7.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.65 cm -1.75 cm -7.43 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.65 cm -1.75 cm -7.43 mm 0 eV 232 keV 59.5 mum 59.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.78 cm -1.63 cm -7.4 mm 1.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.78 cm -1.63 cm -7.41 mm 0 eV 1.56 MeV 714 mum 714 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 cm -1.44 cm -6.72 mm 22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.31 cm -1.47 cm -6.72 mm 19.3 MeV 2.01 MeV 652 mum 652 mumWAbsorberPhysicaleBrem - 2 3.36 cm -1.5 cm -6.45 mm 17.3 MeV 1.21 MeV 623 mum 1.28 mmWAbsorberPhysicaleBrem - 3 3.4 cm -1.63 cm -5.87 mm 8.34 MeV 2.83 MeV 1.46 mm 2.74 mmWAbsorberPhysicaleBrem - 4 3.41 cm -1.67 cm -5.5 mm 5.24 MeV 1.34 MeV 706 mum 3.44 mmWAbsorberPhysicaleBrem - 5 3.42 cm -1.67 cm -5.49 mm 4.38 MeV 114 keV 70.4 mum 3.51 mmWAbsorberPhysicaleBrem - 6 3.42 cm -1.66 cm -5.46 mm 3.89 MeV 107 keV 73.3 mum 3.59 mmWAbsorberPhysicaleBrem - 7 3.45 cm -1.67 cm -4.89 mm 1.67 MeV 1.59 MeV 781 mum 4.37 mmWAbsorberPhysicaleBrem - 8 3.45 cm -1.66 cm -4.82 mm 0 eV 1.67 MeV 766 mum 5.13 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.45 cm -1.67 cm -4.89 mm 635 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.62 cm -1.34 cm 876 mum 233 keV 0 eV 6.84 mm 6.84 mmWAbsorberPhysicalcompt - 2 3.68 cm -1.35 cm 335 mum 0 eV 69.5 keV 842 mum 7.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.68 cm -1.35 cm 335 mum 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.68 cm -1.35 cm 337 mum 0 eV 164 keV 34.8 mum 34.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.62 cm -1.34 cm 876 mum 402 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.62 cm -1.34 cm 896 mum 136 keV 120 keV 57.7 mum 57.7 mumWAbsorberPhysicaleBrem - 2 3.62 cm -1.34 cm 898 mum 0 eV 136 keV 26.1 mum 83.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.62 cm -1.34 cm 896 mum 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.63 cm -1.35 cm 1.33 mm 0 eV 69.5 keV 458 mum 458 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.63 cm -1.35 cm 1.33 mm 75.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.63 cm -1.35 cm 1.33 mm 0 eV 75.6 keV 10.1 mum 10.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 cm -1.66 cm -5.46 mm 381 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.16 cm -1.85 cm -3.17 mm 364 keV 0 eV 7.94 mm 7.94 mmWAbsorberPhysicalcompt - 2 4.31 cm -1.87 cm -3.26 mm 161 keV 0 eV 1.51 mm 9.45 mmWAbsorberPhysicalcompt - 3 4.21 cm -1.76 cm -3.03 mm 0 eV 69.5 keV 1.48 mm 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.21 cm -1.76 cm -3.03 mm 91.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.21 cm -1.76 cm -3.03 mm 0 eV 91.7 keV 13.8 mum 13.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.31 cm -1.87 cm -3.26 mm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.31 cm -1.87 cm -3.26 mm 0 eV 203 keV 48.3 mum 48.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.16 cm -1.85 cm -3.17 mm 17.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.16 cm -1.85 cm -3.17 mm 0 eV 17.1 keV 895 nm 895 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 cm -1.67 cm -5.49 mm 751 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.46 cm -1.67 cm -5.15 mm 0 eV 69.5 keV 578 mum 578 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.46 cm -1.67 cm -5.15 mm 681 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.47 cm -1.67 cm -5.14 mm 0 eV 681 keV 267 mum 267 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.41 cm -1.67 cm -5.5 mm 1.75 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.6 cm -1.63 cm -4.61 mm 647 keV 0 eV 2.14 mm 2.14 mmWAbsorberPhysicalcompt - 2 3.62 cm -1.57 cm -1.64 mm 0 eV 69.5 keV 3.04 mm 5.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.62 cm -1.57 cm -1.64 mm 578 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.62 cm -1.57 cm -1.63 mm 0 eV 578 keV 216 mum 216 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.6 cm -1.63 cm -4.61 mm 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.61 cm -1.64 cm -4.57 mm 853 keV 146 keV 104 mum 104 mumWAbsorberPhysicaleBrem - 2 3.61 cm -1.64 cm -4.54 mm 0 eV 853 keV 353 mum 457 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.61 cm -1.64 cm -4.57 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.61 cm -1.64 cm -4.56 mm 0 eV 69.5 keV 4.54 mum 4.54 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.61 cm -1.64 cm -4.56 mm 35.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.61 cm -1.64 cm -4.56 mm 0 eV 35.4 keV 2.9 mum 2.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.4 cm -1.63 cm -5.87 mm 6.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.5 cm -1.61 cm -2.57 mm 0 eV 0 eV 3.46 mm 3.46 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 58, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.5 cm -1.61 cm -2.57 mm 3.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.52 cm -1.63 cm -2.36 mm 2.14 MeV 713 keV 434 mum 434 mumWAbsorberPhysicaleBrem - 2 3.53 cm -1.62 cm -2.61 mm 1.21 MeV 676 keV 365 mum 799 mumWAbsorberPhysicaleBrem - 3 3.53 cm -1.63 cm -2.64 mm 0 eV 1.21 MeV 543 mum 1.34 mmWAbsorberPhysicaleIoni - 4 3.53 cm -1.63 cm -2.64 mm 0 eV 0 eV 0 fm 1.34 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.53 cm -1.63 cm -2.64 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.69 cm -1.4 cm -2.32 mm 284 keV 0 eV 2.82 mm 2.82 mmWAbsorberPhysicalcompt - 2 3.63 cm -1.3 cm -3.6 mm 0 eV 69.5 keV 1.75 mm 4.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.63 cm -1.3 cm -3.6 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.63 cm -1.3 cm -3.6 mm 0 eV 215 keV 52.8 mum 52.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.69 cm -1.4 cm -2.32 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.69 cm -1.4 cm -2.32 mm 0 eV 227 keV 57.5 mum 57.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.53 cm -1.63 cm -2.64 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 cm -1.76 cm -2.81 mm 505 keV 0 eV 1.57 mm 1.57 mmWAbsorberPhysicalcompt - 2 3.21 cm -2.11 cm -3.98 mm 0 eV 69.5 keV 4.35 mm 5.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.21 cm -2.11 cm -3.98 mm 435 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.21 cm -2.11 cm -3.97 mm 0 eV 435 keV 147 mum 147 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.44 cm -1.76 cm -2.81 mm 6.31 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.44 cm -1.76 cm -2.81 mm 0 eV 6.31 keV 195 nm 195 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.53 cm -1.62 cm -2.61 mm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.54 cm -1.65 cm -2.74 mm 0 eV 69.5 keV 295 mum 295 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.54 cm -1.65 cm -2.74 mm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.54 cm -1.65 cm -2.75 mm 0 eV 182 keV 41 mum 41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.52 cm -1.63 cm -2.36 mm 563 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.52 cm -1.64 cm -3.91 mm 352 keV 0 eV 1.56 mm 1.56 mmWAbsorberPhysicalcompt - 2 3.91 cm -1.42 cm -6.37 mm 0 eV 69.5 keV 5.06 mm 6.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.91 cm -1.42 cm -6.37 mm 282 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.91 cm -1.42 cm -6.37 mm 0 eV 282 keV 79.7 mum 79.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.52 cm -1.64 cm -3.91 mm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.52 cm -1.64 cm -3.92 mm 0 eV 211 keV 51.4 mum 51.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.5 cm -1.61 cm -2.57 mm 1.69 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.52 cm -1.62 cm -2.55 mm 231 keV 458 keV 303 mum 303 mumWAbsorberPhysicaleBrem - 2 3.52 cm -1.62 cm -2.55 mm 0 eV 231 keV 59.1 mum 362 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.52 cm -1.62 cm -2.55 mm 1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.23 cm -1.13 cm -977 mum 272 keV 0 eV 8.72 mm 8.72 mmWAbsorberPhysicalcompt - 2 4.21 cm -1.12 cm -976 mum 163 keV 0 eV 146 mum 8.87 mmWAbsorberPhysicalcompt - 3 4.21 cm -1.14 cm -694 mum 0 eV 69.5 keV 335 mum 9.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.21 cm -1.14 cm -694 mum 93.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.21 cm -1.14 cm -693 mum 0 eV 93.4 keV 14.2 mum 14.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.21 cm -1.12 cm -976 mum 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.21 cm -1.12 cm -977 mum 0 eV 109 keV 18.3 mum 18.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.23 cm -1.13 cm -977 mum 731 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.23 cm -1.13 cm -974 mum 0 eV 731 keV 292 mum 292 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.36 cm -1.5 cm -6.45 mm 807 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 cm -1.52 cm -6.22 mm 559 keV 0 eV 423 mum 423 mumWAbsorberPhysicalcompt - 2 3.4 cm -1.54 cm -6.25 mm 178 keV 0 eV 194 mum 617 mumWAbsorberPhysicalcompt - 3 3.38 cm -1.5 cm -6.08 mm 0 eV 69.5 keV 486 mum 1.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.38 cm -1.5 cm -6.08 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.38 cm -1.5 cm -6.08 mm 0 eV 108 keV 18.1 mum 18.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.4 cm -1.54 cm -6.25 mm 381 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.4 cm -1.54 cm -6.25 mm 0 eV 381 keV 123 mum 123 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 cm -1.52 cm -6.22 mm 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 cm -1.52 cm -6.22 mm 0 eV 248 keV 65.6 mum 65.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.31 cm -1.47 cm -6.72 mm 717 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.08 cm -2.02 cm -3.89 mm 302 keV 0 eV 9.86 mm 9.86 mmWAbsorberPhysicalcompt - 2 4.06 cm -2.05 cm -3.95 mm 0 eV 69.5 keV 344 mum 1.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.06 cm -2.05 cm -3.95 mm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.06 cm -2.05 cm -3.95 mm 0 eV 232 keV 59.5 mum 59.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.08 cm -2.02 cm -3.89 mm 416 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.08 cm -2.02 cm -3.88 mm 0 eV 416 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 28.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.23 cm -1.95 cm 33.1 cm 28.7 MeV 0 eV 33.3 cm 33.3 cmCuPlateAPhysicalTransportation - 2 2.39 cm -2.1 cm 35.6 cm 28.7 MeV 0 eV 2.52 cm 35.8 cmFCALEnvelopePhysicalTransportation - 3 2.58 cm -2.26 cm 38.4 cm 28.7 MeV 0 eV 2.77 cm 38.5 cmFCALEmModulePhysicalTransportation - 4 2.62 cm -2.29 cm 39 cm 28.7 MeV 0 eV 5.96 mm 39.1 cmF1LArGapPhysicalTransportation - 5 2.63 cm -2.31 cm 39.2 cm 28.7 MeV 0 eV 2.15 mm 39.4 cmFCALEmModulePhysicalTransportation - 6 2.77 cm -2.43 cm 41.3 cm 28.7 MeV 0 eV 2.1 cm 41.5 cmF1LArGapPhysicalTransportation - 7 2.79 cm -2.45 cm 41.6 cm 28.7 MeV 0 eV 3.11 mm 41.8 cmFCALEmModulePhysicalTransportation - 8 2.95 cm -2.59 cm 44 cm 28.7 MeV 0 eV 2.38 cm 44.2 cmF1LArGapPhysicalTransportation - 9 2.98 cm -2.61 cm 44.3 cm 28.7 MeV 0 eV 3.11 mm 44.5 cmFCALEmModulePhysicalTransportation - 10 3.42 cm -2.99 cm 50.9 cm 28.7 MeV 0 eV 6.61 cm 51.1 cmF1LArGapPhysicalTransportation - 11 3.43 cm -3.01 cm 51.1 cm 28.7 MeV 0 eV 2.4 mm 51.3 cmFCALEmModulePhysicalTransportation - 12 3.65 cm -3.2 cm 54.3 cm 28.7 MeV 0 eV 3.26 cm 54.6 cmF1LArGapPhysicalTransportation - 13 3.67 cm -3.21 cm 54.6 cm 28.7 MeV 0 eV 2.4 mm 54.8 cmFCALEmModulePhysicalTransportation - 14 3.79 cm -3.32 cm 56.5 cm 28.7 MeV 0 eV 1.88 cm 56.7 cmF1LArGapPhysicalTransportation - 15 3.81 cm -3.34 cm 56.7 cm 28.7 MeV 0 eV 2.34 mm 56.9 cmFCALEmModulePhysicalTransportation - 16 4.03 cm -3.53 cm 60 cm 28.7 MeV 0 eV 3.35 cm 60.3 cmF1LArGapPhysicalTransportation - 17 4.05 cm -3.55 cm 60.3 cm 28.7 MeV 0 eV 2.34 mm 60.5 cmFCALEmModulePhysicalTransportation - 18 4.49 cm -3.94 cm 66.9 cm 28.7 MeV 0 eV 6.65 cm 67.2 cmF1LArGapPhysicalTransportation - 19 4.52 cm -3.96 cm 67.2 cm 28.7 MeV 0 eV 3.37 mm 67.5 cmFCALEmModulePhysicalTransportation - 20 4.66 cm -4.08 cm 69.4 cm 28.7 MeV 0 eV 2.15 cm 69.6 cmF1LArGapPhysicalTransportation - 21 4.68 cm -4.1 cm 69.7 cm 28.7 MeV 0 eV 3.37 mm 70 cmFCALEmModulePhysicalTransportation - 22 4.83 cm -4.23 cm 71.9 cm 28.7 MeV 0 eV 2.18 cm 72.2 cmF1LArGapPhysicalTransportation - 23 4.84 cm -4.24 cm 72.1 cm 28.7 MeV 0 eV 2.14 mm 72.4 cmFCALEmModulePhysicalTransportation - 24 5.09 cm -4.46 cm 75.8 cm 28.7 MeV 0 eV 3.7 cm 76.1 cmF1LArGapPhysicalTransportation - 25 5.11 cm -4.47 cm 76 cm 28.7 MeV 0 eV 2.14 mm 76.3 cmFCALEmModulePhysicalTransportation - 26 5.29 cm -4.64 cm 78.8 cm 28.7 MeV 0 eV 2.79 cm 79.1 cmF1LArGapPhysicalTransportation - 27 5.4 cm -4.73 cm 80.4 cm 28.7 MeV 0 eV 1.62 cm 80.7 cmFCALEmModulePhysicalTransportation - 28 5.59 cm -4.9 cm 83.2 cm 28.7 MeV 0 eV 2.81 cm 83.5 cmLArgPhysicalTransportation - 29 5.98 cm -5.24 cm 89 cm 28.7 MeV 0 eV 5.8 cm 89.3 cmFrontExcluderPhysicalTransportation - 30 8.29 cm -7.26 cm 1.23 m 28.7 MeV 0 eV 34.6 cm 1.24 mLArgPhysicalTransportation - 31 8.54 cm -7.49 cm 1.27 m 28.7 MeV 0 eV 3.79 cm 1.28 mCryostatVolumesTransportation - 32 8.56 cm -7.5 cm 1.27 m 28.7 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 33 9.03 cm -7.91 cm 1.34 m 28.7 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 34 9.05 cm -7.93 cm 1.35 m 28.7 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 35 9.54 cm -8.36 cm 1.42 m 28.7 MeV 0 eV 7.33 cm 1.43 mIronWallPhysicalTransportation - 36 12.2 cm -10.7 cm 1.82 m 28.7 MeV 0 eV 40.2 cm 1.83 mMotherTransportation - 37 16.7 cm -14.7 cm 2.49 m 28.7 MeV 0 eV 67.3 cm 2.5 mLeadWallPhysicalTransportation - 38 16.8 cm -14.7 cm 2.5 m 28.7 MeV 0 eV 1.1 cm 2.51 mMotherTransportation - 39 2.22 m -1.94 m 33 m 28.7 MeV 0 eV 30.6 m 33.1 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.18 cm 5.79 cm -6.91 cm 42.9 MeV 0 eV 12.9 cm 12.9 cmCuPlateBPhysicalTransportation - 2 -12.7 cm 7.97 cm -9.52 cm 42.9 MeV 0 eV 4.86 cm 17.7 cmLArgPhysicalTransportation - 3 -15.4 cm 9.7 cm -11.6 cm 42.9 MeV 0 eV 3.83 cm 21.6 cmBackExcluderTransportation - 4 -42 cm 26.5 cm -31.6 cm 42.9 MeV 0 eV 37.3 cm 58.8 cmLArgPhysicalTransportation - 5 -1.02 m 64.2 cm -76.6 cm 42.9 MeV 0 eV 83.9 cm 1.43 mCryostatVolumesTransportation - 6 -1.02 m 64.3 cm -76.8 cm 42.9 MeV 0 eV 3.36 mm 1.43 mInsulationPhysicalTransportation - 7 -1.08 m 67.9 cm -81 cm 42.9 MeV 0 eV 7.84 cm 1.51 mCryostatVolumesTransportation - 8 -1.08 m 68 cm -81.2 cm 42.9 MeV 0 eV 2.8 mm 1.51 mMotherTransportation - 9 -5 m 3.15 m -3.76 m 42.9 MeV 0 eV 5.5 m 7.01 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=34.6198 -Edep in FCAL1 FCAl2 : 0 34.6198 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2653 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 153 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 60.7 mum 522 mum 670 mum 23.5 MeV 1.82 MeV 866 mum 866 mumWAbsorberPhysicaleBrem - 2 48.1 mum 846 mum 840 mum 10.9 MeV 828 keV 366 mum 1.23 mmWAbsorberPhysicaleIoni - 3 2.41 mm 2.05 mm 1.77 mm 5.44 MeV 5.48 MeV 2.5 mm 3.73 mmWAbsorberPhysicaleIoni - 4 3.23 mm 2.27 mm 3.2 mm 2.36 MeV 3.08 MeV 1.83 mm 5.56 mmWAbsorberPhysicaleIoni - 5 3.29 mm 2.96 mm 3.11 mm 734 keV 1.51 MeV 968 mum 6.52 mmWAbsorberPhysicaleBrem - 6 3.29 mm 2.95 mm 3.08 mm 0 eV 734 keV 294 mum 6.82 mmWAbsorberPhysicaleIoni - 7 3.29 mm 2.95 mm 3.08 mm 0 eV 0 eV 0 fm 6.82 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm 2.95 mm 3.08 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm -484 mum 163 mum 444 keV 0 eV 4.82 mm 4.82 mmWAbsorberPhysicalcompt - 2 -1.03 cm -5.57 mm -9.79 mm 0 eV 69.5 keV 1.63 cm 2.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm -5.57 mm -9.79 mm 375 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm -5.57 mm -9.8 mm 0 eV 375 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 mm -484 mum 163 mum 66.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 mm -484 mum 162 mum 0 eV 66.9 keV 8.26 mum 8.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm 2.95 mm 3.08 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.11 mm 4.61 mm 4.49 mm 383 keV 0 eV 2.33 mm 2.33 mmWAbsorberPhysicalcompt - 2 5.02 mm 4.54 mm 5.77 mm 305 keV 0 eV 1.57 mm 3.9 mmWAbsorberPhysicalcompt - 3 5.04 mm 3.75 mm 6.69 mm 174 keV 0 eV 1.22 mm 5.12 mmWAbsorberPhysicalcompt - 4 5.01 mm 3.68 mm 6.59 mm 0 eV 69.5 keV 128 mum 5.25 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.01 mm 3.68 mm 6.59 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.01 mm 3.68 mm 6.59 mm 0 eV 104 keV 17 mum 17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.04 mm 3.75 mm 6.69 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.04 mm 3.75 mm 6.7 mm 0 eV 131 keV 24.4 mum 24.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.02 mm 4.54 mm 5.77 mm 77.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.02 mm 4.54 mm 5.77 mm 0 eV 77.9 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.11 mm 4.61 mm 4.49 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.11 mm 4.62 mm 4.49 mm 0 eV 128 keV 23.7 mum 23.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm 2.96 mm 3.11 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.28 mm 2.85 mm 2.56 mm 0 eV 69.5 keV 560 mum 560 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.28 mm 2.85 mm 2.56 mm 45.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.28 mm 2.85 mm 2.56 mm 0 eV 45.4 keV 4.37 mum 4.37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 48.1 mum 846 mum 840 mum 11.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 48.2 mum 847 mum 841 mum 10.2 MeV 328 eV 791 nm 791 nmWAbsorberPhysicaleBrem - 2 137 mum 1.17 mm 1.04 mm 8.83 MeV 1.2 MeV 379 mum 380 mumWAbsorberPhysicaleBrem - 3 -9.25 mum 1.27 mm 1.17 mm 6.45 MeV 350 keV 218 mum 599 mumWAbsorberPhysicaleBrem - 4 -260 mum 1.31 mm 1.57 mm 4.96 MeV 935 keV 540 mum 1.14 mmWAbsorberPhysicaleBrem - 5 -456 mum 813 mum 1.74 mm 2.72 MeV 1.72 MeV 700 mum 1.84 mmWAbsorberPhysicaleBrem - 6 -468 mum 990 mum 1.72 mm 1.87 MeV 480 keV 258 mum 2.1 mmWAbsorberPhysicaleBrem - 7 -660 mum 801 mum 1.67 mm 17.4 keV 1.74 MeV 420 mum 2.52 mmWAbsorberPhysicaleBrem - 8 -660 mum 801 mum 1.67 mm 0 eV 17.4 keV 919 nm 2.52 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -660 mum 801 mum 1.67 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -592 mum 794 mum 1.59 mm 0 eV 69.5 keV 101 mum 101 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -592 mum 794 mum 1.59 mm 43.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -591 mum 795 mum 1.59 mm 0 eV 43.2 keV 4.02 mum 4.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -468 mum 990 mum 1.72 mm 369 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.8 mm 2.73 mm 3.54 mm 0 eV 69.5 keV 8.7 mm 8.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.8 mm 2.73 mm 3.54 mm 300 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.8 mm 2.73 mm 3.54 mm 0 eV 300 keV 87 mum 87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -456 mum 813 mum 1.74 mm 522 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.02 mm 2.64 mm 2.99 mm 284 keV 0 eV 4.19 mm 4.19 mmWAbsorberPhysicalcompt - 2 -3.84 mm 3.6 mm 2.7 mm 243 keV 0 eV 1.02 mm 5.21 mmWAbsorberPhysicalcompt - 3 -2.5 mm 6.34 mm 4.22 mm 0 eV 69.5 keV 3.41 mm 8.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.5 mm 6.34 mm 4.22 mm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm 6.34 mm 4.22 mm 0 eV 173 keV 38.1 mum 38.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.84 mm 3.6 mm 2.7 mm 41.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.84 mm 3.6 mm 2.69 mm 0 eV 41.1 keV 3.69 mum 3.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.02 mm 2.64 mm 2.99 mm 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.02 mm 2.64 mm 2.99 mm 0 eV 238 keV 61.7 mum 61.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -260 mum 1.31 mm 1.57 mm 555 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.92 mm 1.19 mm 4.87 mm 0 eV 69.5 keV 5.72 mm 5.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.92 mm 1.19 mm 4.87 mm 485 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.93 mm 1.18 mm 4.88 mm 0 eV 485 keV 171 mum 171 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.25 mum 1.27 mm 1.17 mm 2.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.38 cm 4.17 mm 1.37 cm 1.72 MeV 0 eV 3.62 cm 3.62 cmWAbsorberPhysicalcompt - 2 -3.73 cm 3.98 mm 1.4 cm 0 eV 69.5 keV 3.47 mm 3.97 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.73 cm 3.98 mm 1.4 cm 1.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.73 cm 3.97 mm 1.4 cm 1.18 MeV 39.4 keV 22.5 mum 22.5 mumWAbsorberPhysicaleBrem - 2 -3.73 cm 3.95 mm 1.4 cm 0 eV 1.18 MeV 517 mum 540 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.73 cm 3.97 mm 1.4 cm 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.12 cm 2.04 mm 1.35 cm 0 eV 69.5 keV 4.35 mm 4.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.12 cm 2.04 mm 1.35 cm 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.12 cm 2.03 mm 1.35 cm 0 eV 363 keV 114 mum 114 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.38 cm 4.17 mm 1.37 cm 312 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.38 cm 4.17 mm 1.38 cm 0 eV 312 keV 92 mum 92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 137 mum 1.17 mm 1.04 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 136 mum 1.17 mm 1.04 mm 0 eV 69.5 keV 4.79 mum 4.79 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 136 mum 1.17 mm 1.04 mm 78 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 136 mum 1.17 mm 1.04 mm 0 eV 78 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 48.2 mum 847 mum 841 mum 1.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 566 mum 5.48 mm 5.43 mm 379 keV 0 eV 6.54 mm 6.54 mmWAbsorberPhysicalcompt - 2 572 mum 5.64 mm 5.26 mm 371 keV 0 eV 240 mum 6.78 mmWAbsorberPhysicalcompt - 3 1.08 mm 7.87 mm 3.72 mm 0 eV 69.5 keV 2.75 mm 9.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 mm 7.87 mm 3.72 mm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 mm 7.87 mm 3.72 mm 0 eV 301 keV 87.4 mum 87.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 572 mum 5.64 mm 5.26 mm 8.82 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 572 mum 5.64 mm 5.26 mm 0 eV 8.82 keV 321 nm 321 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 566 mum 5.48 mm 5.43 mm 1.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 570 mum 5.5 mm 5.47 mm 0 eV 1.15 MeV 504 mum 504 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 60.7 mum 522 mum 670 mum 266 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 57.8 mum 591 mum 718 mum 141 keV 0 eV 84.1 mum 84.1 mumWAbsorberPhysicalcompt - 2 -25 mum 476 mum 68.2 mum 0 eV 69.5 keV 665 mum 749 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -25 mum 476 mum 68.2 mum 71.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -25.5 mum 477 mum 68 mum 0 eV 71.8 keV 9.27 mum 9.27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 57.8 mum 591 mum 718 mum 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 57.8 mum 592 mum 719 mum 0 eV 125 keV 22.5 mum 22.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 27.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.7 cm 16.7 cm 5.01 cm 27.5 MeV 0 eV 18.7 cm 18.7 cmF2TroffMainPhysicalTransportation - 2 7.08 cm 17.7 cm 5.3 cm 27.5 MeV 0 eV 1.07 cm 19.8 cmLArgPhysicalTransportation - 3 39 cm 97.5 cm 29.2 cm 27.5 MeV 0 eV 89.2 cm 1.09 mCryostatVolumesTransportation - 4 79.1 cm 1.98 m 59.2 cm 27.5 MeV 0 eV 1.12 m 2.21 mMotherTransportation - 5 2 m 5 m 1.5 m 27.5 MeV 0 eV 3.38 m 5.59 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.61 cm -10.6 cm -6.1 cm 52.1 MeV 0 eV 12.8 cm 12.8 cmCuPlateBPhysicalTransportation - 2 -4.97 cm -14.6 cm -8.41 cm 52.1 MeV 0 eV 4.82 cm 17.6 cmLArgPhysicalTransportation - 3 -6.85 cm -20.1 cm -11.6 cm 52.1 MeV 0 eV 6.64 cm 24.2 cmBackExcluderTransportation - 4 -9.01 cm -26.5 cm -15.2 cm 52.1 MeV 0 eV 7.63 cm 31.8 cmLArgPhysicalTransportation - 5 -33.2 cm -97.5 cm -56.1 cm 52.1 MeV 0 eV 85.4 cm 1.17 mMotherTransportation - 6 -1.7 m -5 m -2.88 m 52.1 MeV 0 eV 4.84 m 6.01 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=26.5628 -Edep in FCAL1 FCAl2 : 0 26.5628 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2654 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 154 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 79.7 mum -147 mum 39.9 mum 40.2 MeV 329 keV 172 mum 172 mumWAbsorberPhysicaleBrem - 2 89.4 mum -162 mum 43.9 mum 39.6 MeV 24.4 keV 18.9 mum 191 mumWAbsorberPhysicaleBrem - 3 97.5 mum -174 mum 47 mum 39.3 MeV 20.5 keV 15 mum 206 mumWAbsorberPhysicaleBrem - 4 340 mum -615 mum 197 mum 36 MeV 2.64 MeV 527 mum 733 mumWAbsorberPhysicaleBrem - 5 1.98 mm -2.88 mm -713 mum 27.7 MeV 6.66 MeV 2.95 mm 3.69 mmWAbsorberPhysicaleBrem - 6 1.98 mm -2.88 mm -714 mum 9.35 MeV 9.58 keV 6.22 mum 3.69 mmWAbsorberPhysicaleBrem - 7 2.48 mm -3.33 mm -553 mum 7.13 MeV 2 MeV 685 mum 4.38 mmWAbsorberPhysicaleBrem - 8 2.67 mm -3.53 mm -636 mum 6.39 MeV 403 keV 285 mum 4.66 mmWAbsorberPhysicaleBrem - 9 2.74 mm -3.61 mm -684 mum 6.03 MeV 200 keV 124 mum 4.79 mmWAbsorberPhysicaleBrem - 10 3 mm -3.82 mm -556 mum 4.75 MeV 611 keV 384 mum 5.17 mmWAbsorberPhysicaleBrem - 11 3.35 mm -3.7 mm -392 mum 3.73 MeV 882 keV 467 mum 5.64 mmWAbsorberPhysicaleBrem - 12 3.16 mm -4.24 mm -1.49 mm 517 keV 3.22 MeV 1.53 mm 7.16 mmWAbsorberPhysicaleIoni - 13 3.17 mm -4.25 mm -1.51 mm 0 eV 517 keV 185 mum 7.35 mmWAbsorberPhysicaleIoni - 14 3.17 mm -4.25 mm -1.51 mm 0 eV 0 eV 0 fm 7.35 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.17 mm -4.25 mm -1.51 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 cm -1.68 cm -7.22 mm 0 eV 69.5 keV 2.3 cm 2.3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.17 cm -1.68 cm -7.22 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.17 cm -1.68 cm -7.22 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.17 mm -4.25 mm -1.51 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 mm -3.73 mm -1.26 mm 183 keV 0 eV 969 mum 969 mumWAbsorberPhysicalcompt - 2 3.18 mm -3.81 mm -1.11 mm 0 eV 69.5 keV 798 mum 1.77 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.18 mm -3.81 mm -1.11 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.18 mm -3.81 mm -1.11 mm 0 eV 114 keV 19.5 mum 19.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.4 mm -3.73 mm -1.26 mm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.39 mm -3.72 mm -1.26 mm 0 eV 328 keV 98.8 mum 98.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.35 mm -3.7 mm -392 mum 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.47 mm -3.6 mm -520 mum 0 eV 69.5 keV 204 mum 204 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.47 mm -3.6 mm -520 mum 66.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.47 mm -3.6 mm -520 mum 0 eV 66.9 keV 8.25 mum 8.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3 mm -3.82 mm -556 mum 662 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.85 mm -1.15 mm 42.1 mum 639 keV 0 eV 2.87 mm 2.87 mmWAbsorberPhysicalcompt - 2 6.38 mm 3.87 mm 240 mum 323 keV 0 eV 5.62 mm 8.49 mmWAbsorberPhysicalcompt - 3 6.28 mm 3.99 mm 6.79 mum 0 eV 69.5 keV 279 mum 8.77 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.28 mm 3.99 mm 6.79 mum 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.28 mm 3.99 mm 3.81 mum 0 eV 253 keV 67.6 mum 67.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.38 mm 3.87 mm 240 mum 316 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.38 mm 3.87 mm 243 mum 0 eV 316 keV 93.8 mum 93.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.85 mm -1.15 mm 42.1 mum 23.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.85 mm -1.15 mm 42.2 mum 0 eV 23.1 keV 1.44 mum 1.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.74 mm -3.61 mm -684 mum 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.11 mm -3.72 mm -678 mum 105 keV 0 eV 391 mum 391 mumWAbsorberPhysicalcompt - 2 3.05 mm -3.68 mm -752 mum 0 eV 69.5 keV 105 mum 497 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.05 mm -3.68 mm -752 mum 35.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.05 mm -3.68 mm -752 mum 0 eV 35.5 keV 2.92 mum 2.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.11 mm -3.72 mm -678 mum 57.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.11 mm -3.72 mm -678 mum 0 eV 57.1 keV 6.37 mum 6.37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 mm -3.53 mm -636 mum 338 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.78 mm -5.75 mm -1.24 mm 0 eV 69.5 keV 3.87 mm 3.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.78 mm -5.75 mm -1.24 mm 268 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.78 mm -5.74 mm -1.24 mm 0 eV 268 keV 73.8 mum 73.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.48 mm -3.33 mm -553 mum 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 mm -3.49 mm -613 mum 0 eV 69.5 keV 355 mum 355 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 mm -3.49 mm -613 mum 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 mm -3.49 mm -612 mum 0 eV 143 keV 28.2 mum 28.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm -2.88 mm -714 mum 18.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.12 mm -3.09 mm -743 mum 0 eV 0 eV 250 mum 250 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 30, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 mm -3.09 mm -743 mum 7.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.23 mm -3.22 mm -770 mum 5.72 MeV 306 keV 179 mum 179 mumWAbsorberPhysicaleBrem - 2 2.39 mm -3.54 mm -697 mum 4.53 MeV 994 keV 397 mum 577 mumWAbsorberPhysicaleBrem - 3 2.76 mm -3.2 mm -944 mum 3.49 MeV 901 keV 565 mum 1.14 mmWAbsorberPhysicaleBrem - 4 2.93 mm -3.35 mm -976 mum 2.89 MeV 401 keV 234 mum 1.38 mmWAbsorberPhysicaleBrem - 5 3.78 mm -3.05 mm -561 mum 400 keV 2.49 MeV 1.31 mm 2.69 mmWAbsorberPhysicaleIoni - 6 3.78 mm -3.05 mm -548 mum 0 eV 400 keV 129 mum 2.82 mmWAbsorberPhysicaleIoni - 7 3.78 mm -3.05 mm -548 mum 0 eV 0 eV 0 fm 2.82 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.78 mm -3.05 mm -548 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm -7.63 mm 1.91 mm 349 keV 0 eV 5.7 mm 5.7 mmWAbsorberPhysicalcompt - 2 1.73 mm -8.03 mm 2.11 mm 0 eV 69.5 keV 532 mum 6.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 mm -8.03 mm 2.11 mm 280 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.74 mm -8.04 mm 2.1 mm 0 eV 280 keV 78.6 mum 78.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm -7.63 mm 1.91 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm -7.63 mm 1.91 mm 0 eV 162 keV 34 mum 34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.78 mm -3.05 mm -548 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.95 mm -2.71 mm -730 mum 220 keV 0 eV 423 mum 423 mumWAbsorberPhysicalcompt - 2 3.93 mm -2.65 mm -433 mum 0 eV 69.5 keV 303 mum 726 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.93 mm -2.65 mm -433 mum 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.93 mm -2.65 mm -432 mum 0 eV 151 keV 30.6 mum 30.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.95 mm -2.71 mm -730 mum 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.96 mm -2.7 mm -734 mum 0 eV 291 keV 83.1 mum 83.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.93 mm -3.35 mm -976 mum 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.24 mm -3.62 mm -1.11 mm 0 eV 69.5 keV 422 mum 422 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.24 mm -3.62 mm -1.11 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.24 mm -3.62 mm -1.11 mm 0 eV 133 keV 25 mum 25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.76 mm -3.2 mm -944 mum 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.09 mm -3.21 mm -1.13 mm 0 eV 69.5 keV 379 mum 379 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.09 mm -3.21 mm -1.13 mm 66.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.09 mm -3.21 mm -1.13 mm 0 eV 66.7 keV 8.21 mum 8.21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 mm -3.54 mm -697 mum 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.5 mm -3.52 mm -717 mum 185 keV 0 eV 116 mum 116 mumWAbsorberPhysicalcompt - 2 2.92 mm -3.33 mm -629 mum 0 eV 69.5 keV 465 mum 580 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 mm -3.33 mm -629 mum 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.92 mm -3.33 mm -628 mum 0 eV 115 keV 19.9 mum 19.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.5 mm -3.52 mm -717 mum 6.33 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.5 mm -3.52 mm -717 mum 0 eV 6.33 keV 196 nm 196 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.23 mm -3.22 mm -770 mum 1.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.08 cm -3.67 cm 1.49 cm 286 keV 0 eV 5.34 cm 5.34 cmWAbsorberPhysicalcompt - 2 4.05 cm -3.68 cm 1.47 cm 0 eV 69.5 keV 382 mum 5.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.05 cm -3.68 cm 1.47 cm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.05 cm -3.68 cm 1.47 cm 0 eV 217 keV 53.6 mum 53.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.08 cm -3.67 cm 1.49 cm 1.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.09 cm -3.67 cm 1.48 cm 218 keV 1 MeV 586 mum 586 mumWAbsorberPhysicaleBrem - 2 4.09 cm -3.67 cm 1.48 cm 0 eV 218 keV 54.1 mum 641 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.09 cm -3.67 cm 1.48 cm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.96 cm -3.56 cm 1.57 cm 0 eV 69.5 keV 1.96 mm 1.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.96 cm -3.56 cm 1.57 cm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.96 cm -3.56 cm 1.57 cm 0 eV 135 keV 25.6 mum 25.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 mm -3.09 mm -743 mum 9.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 mm -4.42 mm 172 mum 4.93 MeV 3.58 MeV 1.75 mm 1.75 mmWAbsorberPhysicaleBrem - 2 3.29 mm -4.45 mm 79.7 mum 3.65 MeV 173 keV 105 mum 1.85 mmWAbsorberPhysicaleBrem - 3 4.13 mm -4.1 mm 4.38 mum 1.12 MeV 2.34 MeV 1.24 mm 3.09 mmWAbsorberPhysicaleBrem - 4 4.09 mm -4.12 mm -5.12 mum 0 eV 1.12 MeV 486 mum 3.57 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.13 mm -4.1 mm 4.38 mum 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.86 mm -4.23 mm -103 mum 0 eV 69.5 keV 317 mum 317 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.86 mm -4.23 mm -103 mum 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.86 mm -4.23 mm -103 mum 0 eV 124 keV 22.4 mum 22.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm -4.45 mm 79.7 mum 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.75 mm -3.11 mm -2.79 mm 1.1 MeV 0 eV 3.48 mm 3.48 mmWAbsorberPhysicalcompt - 2 1.11 cm 1.77 mm -1.51 cm 356 keV 0 eV 1.47 cm 1.82 cmWAbsorberPhysicalcompt - 3 1.23 cm 5.91 mm -1.3 cm 351 keV 0 eV 4.78 mm 2.29 cmWAbsorberPhysicalcompt - 4 1.3 cm 9.4 mm -1.21 cm 0 eV 69.5 keV 3.67 mm 2.66 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm 9.4 mm -1.21 cm 281 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm 9.4 mm -1.21 cm 0 eV 281 keV 79.1 mum 79.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm 5.91 mm -1.3 cm 5.79 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm 5.91 mm -1.3 cm 0 eV 5.79 keV 173 nm 173 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm 1.77 mm -1.51 cm 749 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm 1.77 mm -1.51 cm 0 eV 749 keV 301 mum 301 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.75 mm -3.11 mm -2.79 mm 3.94 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.75 mm -3.11 mm -2.79 mm 0 eV 3.94 keV 100 nm 100 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.27 mm -4.42 mm 172 mum 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.34 mm -5.74 mm -2.04 mm 958 keV 0 eV 2.57 mm 2.57 mmWAbsorberPhysicalcompt - 2 -5.41 mm -2.31 cm -2.51 cm 754 keV 0 eV 3.02 cm 3.28 cmWAbsorberPhysicalcompt - 3 -5.06 mm -2.52 cm -3.51 cm 734 keV 0 eV 1.02 cm 4.3 cmWAbsorberPhysicalcompt - 4 -1.62 mm -2.81 cm -4.97 cm 336 keV 0 eV 1.52 cm 5.82 cmWAbsorberPhysicalcompt - 5 -2.86 mm -2.76 cm -5.03 cm 0 eV 69.5 keV 1.46 mm 5.97 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.86 mm -2.76 cm -5.03 cm 266 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.86 mm -2.76 cm -5.03 cm 0 eV 266 keV 73 mum 73 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm -2.81 cm -4.97 cm 398 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.61 mm -2.81 cm -4.97 cm 0 eV 398 keV 130 mum 130 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.06 mm -2.52 cm -3.51 cm 20.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.06 mm -2.52 cm -3.51 cm 0 eV 20.4 keV 1.18 mum 1.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.41 mm -2.31 cm -2.51 cm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.41 mm -2.31 cm -2.51 cm 0 eV 203 keV 48.5 mum 48.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.34 mm -5.74 mm -2.04 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.34 mm -5.74 mm -2.04 mm 0 eV 112 keV 19.1 mum 19.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm -2.88 mm -713 mum 1.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.34 mm -9.31 mm -1.81 mm 0 eV 69.5 keV 7.85 mm 7.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.34 mm -9.31 mm -1.81 mm 1.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.35 mm -9.34 mm -1.78 mm 1.08 MeV 111 keV 70.7 mum 70.7 mumWAbsorberPhysicaleBrem - 2 6.37 mm -9.48 mm -1.75 mm 192 keV 687 keV 391 mum 462 mumWAbsorberPhysicaleBrem - 3 6.37 mm -9.48 mm -1.75 mm 0 eV 192 keV 44.6 mum 507 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.37 mm -9.48 mm -1.75 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.38 mm -9.43 mm -1.73 mm 140 keV 0 eV 990 mum 990 mumWAbsorberPhysicalcompt - 2 5.44 mm -9.18 mm -1.73 mm 0 eV 69.5 keV 261 mum 1.25 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.44 mm -9.18 mm -1.73 mm 70.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.44 mm -9.18 mm -1.73 mm 0 eV 70.9 keV 9.09 mum 9.09 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.38 mm -9.43 mm -1.73 mm 65.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.38 mm -9.43 mm -1.73 mm 0 eV 65.5 keV 7.97 mum 7.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.35 mm -9.34 mm -1.78 mm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.51 mm -9.69 mm -2.61 mm 306 keV 0 eV 922 mum 922 mumWAbsorberPhysicalcompt - 2 6.27 mm -9.6 mm -3.92 mm 0 eV 69.5 keV 1.33 mm 2.25 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.27 mm -9.6 mm -3.92 mm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.27 mm -9.6 mm -3.92 mm 0 eV 237 keV 61.2 mum 61.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.51 mm -9.69 mm -2.61 mm 34.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.51 mm -9.69 mm -2.61 mm 0 eV 34.5 keV 2.78 mum 2.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 340 mum -615 mum 197 mum 684 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.48 mm -6.09 mm 259 mum 253 keV 0 eV 6.31 mm 6.31 mmWAbsorberPhysicalcompt - 2 3.51 mm -6.02 mm 121 mum 0 eV 69.5 keV 157 mum 6.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.51 mm -6.02 mm 121 mum 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.51 mm -6.02 mm 122 mum 0 eV 183 keV 41.4 mum 41.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.48 mm -6.09 mm 259 mum 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.48 mm -6.1 mm 263 mum 0 eV 432 keV 146 mum 146 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 97.5 mum -174 mum 47 mum 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm -3.7 mm 1 mm 0 eV 69.5 keV 4.33 mm 4.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.44 mm -3.7 mm 1 mm 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm -3.7 mm 1 mm 0 eV 223 keV 56.1 mum 56.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 89.4 mum -162 mum 43.9 mum 578 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm -2.46 mm 692 mum 225 keV 0 eV 2.79 mm 2.79 mmWAbsorberPhysicalcompt - 2 378 mum -2.6 mm -1.76 mm 0 eV 69.5 keV 2.71 mm 5.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 378 mum -2.6 mm -1.76 mm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 377 mum -2.6 mm -1.76 mm 0 eV 155 keV 32 mum 32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm -2.46 mm 692 mum 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm -2.47 mm 696 mum 0 eV 353 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 79.7 mum -147 mum 39.9 mum 598 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm -2.14 cm 5.05 mm 441 keV 0 eV 2.56 cm 2.56 cmWAbsorberPhysicalcompt - 2 1.38 cm -2.15 cm 4.9 mm 379 keV 0 eV 434 mum 2.6 cmWAbsorberPhysicalcompt - 3 1.43 cm -2.21 cm 4.98 mm 310 keV 0 eV 749 mum 2.68 cmWAbsorberPhysicalcompt - 4 1.43 cm -2.21 cm 4.98 mm 0 eV 69.5 keV 17.7 mum 2.68 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 cm -2.21 cm 4.98 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 cm -2.21 cm 4.99 mm 0 eV 241 keV 62.7 mum 62.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 cm -2.21 cm 4.98 mm 69.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 cm -2.21 cm 4.97 mm 0 eV 69.3 keV 8.75 mum 8.75 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 cm -2.15 cm 4.9 mm 61.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 cm -2.15 cm 4.9 mm 0 eV 61.7 keV 7.2 mum 7.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 cm -2.14 cm 5.05 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 cm -2.14 cm 5.05 mm 0 eV 157 keV 32.5 mum 32.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 cm -2.21 cm -6.51 cm 19.4 MeV 0 eV 7.35 cm 7.35 cmF2LArGapPhysicalTransportation - 2 -2.63 cm -2.26 cm -6.65 cm 19.4 MeV 0 eV 1.48 mm 7.49 cmCuPlateBPhysicalTransportation - 3 -3.55 cm -3.05 cm -8.98 cm 19.4 MeV 0 eV 2.63 cm 10.1 cmLArgPhysicalTransportation - 4 -4.58 cm -3.93 cm -11.6 cm 19.4 MeV 0 eV 2.93 cm 13.1 cmBackExcluderTransportation - 5 -45.9 cm -39.5 cm -1.16 m 19.4 MeV 0 eV 1.18 m 1.31 mLArgPhysicalTransportation - 6 -46.8 cm -40.3 cm -1.19 m 19.4 MeV 0 eV 2.59 cm 1.34 mCryostatVolumesTransportation - 7 -47 cm -40.4 cm -1.19 m 19.4 MeV 0 eV 3.15 mm 1.34 mInsulationPhysicalTransportation - 8 -49.5 cm -42.6 cm -1.25 m 19.4 MeV 0 eV 7.34 cm 1.41 mCryostatVolumesTransportation - 9 -49.6 cm -42.7 cm -1.26 m 19.4 MeV 0 eV 2.62 mm 1.42 mMotherTransportation - 10 -1.17 m -1 m -2.95 m 19.4 MeV 0 eV 1.91 m 3.33 mConcWallAPhysicalTransportation - 11 -1.3 m -1.12 m -3.29 m 19.4 MeV 0 eV 38.3 cm 3.71 mMotherTransportation - 12 -5 m -4.3 m -12.7 m 19.4 MeV 0 eV 10.6 m 14.3 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.75 cm 17.8 cm 4.16 cm 44.6 MeV 0 eV 19.2 cm 19.2 cmLArgPhysicalTransportation - 2 -31.5 cm 97.5 cm 22.8 cm 44.6 MeV 0 eV 85.8 cm 1.05 mCryostatVolumesTransportation - 3 -63.7 cm 1.98 m 46.1 cm 44.6 MeV 0 eV 1.08 m 2.13 mMotherTransportation - 4 -1.61 m 5 m 1.17 m 44.6 MeV 0 eV 3.26 m 5.38 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=42.1509 -Edep in FCAL1 FCAl2 : 0 42.1509 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2655 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 155 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 43 mum 64.5 mum 31.4 mum 47.4 MeV 150 keV 83.7 mum 83.7 mumWAbsorberPhysicaleBrem - 2 158 mum 253 mum 135 mum 28.6 MeV 443 keV 245 mum 328 mumWAbsorberPhysicaleBrem - 3 292 mum 401 mum 237 mum 9.22 MeV 445 keV 224 mum 552 mumWAbsorberPhysicaleBrem - 4 344 mum 454 mum 264 mum 8.38 MeV 155 keV 79.4 mum 632 mumWAbsorberPhysicaleBrem - 5 1.9 mm 1.05 mm -542 mum 3.36 MeV 4.36 MeV 1.97 mm 2.6 mmWAbsorberPhysicaleBrem - 6 1.97 mm 1.01 mm -402 mum 2.65 MeV 333 keV 200 mum 2.8 mmWAbsorberPhysicaleBrem - 7 2.08 mm 1.15 mm -27.7 mum 1.65 MeV 857 keV 515 mum 3.31 mmWAbsorberPhysicaleBrem - 8 2.05 mm 1.25 mm -8.51 mum 0 eV 1.65 MeV 768 mum 4.08 mmWAbsorberPhysicaleIoni - 9 2.05 mm 1.25 mm -8.51 mum 0 eV 0 eV 0 fm 4.08 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 mm 1.25 mm -8.51 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.32 mm 254 mum -115 mum 257 keV 0 eV 1.62 mm 1.62 mmWAbsorberPhysicalcompt - 2 3.52 mm 686 mum -2.07 mm 0 eV 69.5 keV 2.01 mm 3.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.52 mm 686 mum -2.07 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.52 mm 686 mum -2.07 mm 0 eV 187 keV 42.8 mum 42.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.32 mm 254 mum -115 mum 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.33 mm 260 mum -107 mum 33.1 keV 39.8 keV 22.6 mum 22.6 mumWAbsorberPhysicaleBrem - 2 3.33 mm 260 mum -107 mum 0 eV 33.1 keV 2.6 mum 25.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.33 mm 260 mum -107 mum 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.59 mm 229 mum -285 mum 0 eV 69.5 keV 316 mum 316 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm 229 mum -285 mum 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.59 mm 230 mum -286 mum 0 eV 112 keV 19 mum 19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 mm 1.25 mm -8.51 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm 1.95 mm 65.6 mum 367 keV 0 eV 1.13 mm 1.13 mmWAbsorberPhysicalcompt - 2 -1.98 mm 1.37 mm -978 mum 0 eV 69.5 keV 3.38 mm 4.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm 1.37 mm -978 mum 297 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 mm 1.37 mm -982 mum 0 eV 297 keV 85.8 mum 85.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 mm 1.95 mm 65.6 mum 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm 1.95 mm 66.4 mum 0 eV 144 keV 28.5 mum 28.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.08 mm 1.15 mm -27.7 mum 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.03 mm 1.41 mm 16.5 mum 0 eV 69.5 keV 271 mum 271 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.03 mm 1.41 mm 16.5 mum 80.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.03 mm 1.41 mm 16.2 mum 0 eV 80.9 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 mm 1.01 mm -402 mum 371 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.94 mm 1.87 mm -179 mum 0 eV 69.5 keV 2.16 mm 2.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.94 mm 1.87 mm -179 mum 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.93 mm 1.87 mm -177 mum 0 eV 301 keV 87.5 mum 87.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.9 mm 1.05 mm -542 mum 665 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 mm 1.66 mm 829 mum 534 keV 0 eV 1.58 mm 1.58 mmWAbsorberPhysicalcompt - 2 -595 mum 6.9 mm 9.35 mm 183 keV 0 eV 1.04 cm 1.2 cmWAbsorberPhysicalcompt - 3 -623 mum 6.87 mm 9.19 mm 0 eV 69.5 keV 170 mum 1.22 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -623 mum 6.87 mm 9.19 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -622 mum 6.87 mm 9.19 mm 0 eV 114 keV 19.5 mum 19.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -595 mum 6.9 mm 9.35 mm 351 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -597 mum 6.9 mm 9.36 mm 0 eV 351 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.4 mm 1.66 mm 829 mum 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.4 mm 1.66 mm 830 mum 0 eV 131 keV 24.6 mum 24.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 344 mum 454 mum 264 mum 686 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 cm 2.61 cm 1.52 cm 0 eV 69.5 keV 3.5 cm 3.5 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 cm 2.61 cm 1.52 cm 617 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 cm 2.61 cm 1.52 cm 0 eV 617 keV 235 mum 235 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 292 mum 401 mum 237 mum 19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm 1.35 cm 7.99 mm 0 eV 0 eV 1.87 cm 1.87 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 27, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm 1.35 cm 7.99 mm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm 1.36 cm 8.03 mm 0 eV 1.13 MeV 500 mum 500 mumWAbsorberPhysicaleIoni - 2 1.11 cm 1.36 cm 8.03 mm 0 eV 0 eV 0 fm 500 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm 1.36 cm 8.03 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm 1.3 cm 6.57 mm 0 eV 69.5 keV 1.93 mm 1.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm 1.3 cm 6.57 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm 1.3 cm 6.56 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm 1.36 cm 8.03 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.08 mm 1.75 cm 1.85 cm 415 keV 0 eV 1.37 cm 1.37 cmWAbsorberPhysicalcompt - 2 -4.3 mm 1.72 cm 2.06 cm 307 keV 0 eV 7.69 mm 2.14 cmWAbsorberPhysicalcompt - 3 -5.69 mm 1.53 cm 2.05 cm 0 eV 69.5 keV 2.41 mm 2.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.69 mm 1.53 cm 2.05 cm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.69 mm 1.53 cm 2.05 cm 0 eV 237 keV 61.4 mum 61.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.3 mm 1.72 cm 2.06 cm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.3 mm 1.72 cm 2.06 cm 0 eV 108 keV 18.1 mum 18.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.08 mm 1.75 cm 1.85 cm 96 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.08 mm 1.75 cm 1.85 cm 0 eV 96 keV 14.8 mum 14.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm 1.35 cm 7.99 mm 16.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm 1.42 cm 8.37 mm 14.3 MeV 2.12 MeV 735 mum 735 mumWAbsorberPhysicaleBrem - 2 1.16 cm 1.44 cm 8.52 mm 12.3 MeV 809 keV 397 mum 1.13 mmWAbsorberPhysicaleBrem - 3 1.18 cm 1.47 cm 8.72 mm 10.9 MeV 647 keV 404 mum 1.54 mmWAbsorberPhysicaleBrem - 4 1.19 cm 1.52 cm 8.86 mm 8.55 MeV 940 keV 569 mum 2.11 mmWAbsorberPhysicaleBrem - 5 1.23 cm 1.58 cm 1.01 cm 5.93 MeV 2.5 MeV 1.31 mm 3.41 mmWAbsorberPhysicaleBrem - 6 1.21 cm 1.6 cm 1.01 cm 4.51 MeV 1.28 MeV 340 mum 3.75 mmWAbsorberPhysicaleBrem - 7 1.29 cm 1.51 cm 1.05 cm 1.69 MeV 2.81 MeV 1.65 mm 5.4 mmWAbsorberPhysicaleIoni - 8 1.29 cm 1.52 cm 1.05 cm 0 eV 1.69 MeV 778 mum 6.18 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 cm 1.6 cm 1.01 cm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm 1.6 cm 1.01 cm 0 eV 69.5 keV 44.2 mum 44.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 cm 1.6 cm 1.01 cm 76 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm 1.6 cm 1.01 cm 0 eV 76 keV 10.2 mum 10.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm 1.58 cm 1.01 cm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm 1.58 cm 1.01 cm 0 eV 69.5 keV 29.1 mum 29.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm 1.58 cm 1.01 cm 47.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm 1.58 cm 1.01 cm 0 eV 47.1 keV 4.63 mum 4.63 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 cm 1.52 cm 8.86 mm 1.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm 2.05 cm 1.23 cm 882 keV 0 eV 6.31 mm 6.31 mmWAbsorberPhysicalcompt - 2 1.03 cm 2.17 cm 1.55 cm 0 eV 69.5 keV 3.58 mm 9.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm 2.17 cm 1.55 cm 813 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm 2.17 cm 1.55 cm 386 keV 228 keV 148 mum 148 mumWAbsorberPhysicaleBrem - 2 1.03 cm 2.17 cm 1.55 cm 0 eV 386 keV 125 mum 273 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm 2.17 cm 1.55 cm 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm 2.17 cm 1.54 cm 0 eV 69.5 keV 80.8 mum 80.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm 2.17 cm 1.54 cm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm 2.17 cm 1.54 cm 0 eV 129 keV 23.9 mum 23.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 cm 2.05 cm 1.23 cm 551 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm 2.05 cm 1.23 cm 206 keV 25.3 keV 10.9 mum 10.9 mumWAbsorberPhysicaleBrem - 2 1.15 cm 2.05 cm 1.23 cm 0 eV 206 keV 49.4 mum 60.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 cm 2.05 cm 1.23 cm 320 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm 2.08 cm 1.26 cm 145 keV 0 eV 473 mum 473 mumWAbsorberPhysicalcompt - 2 1.13 cm 2.03 cm 1.23 cm 0 eV 69.5 keV 621 mum 1.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm 2.03 cm 1.23 cm 75 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm 2.03 cm 1.23 cm 0 eV 75 keV 9.95 mum 9.95 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 cm 2.08 cm 1.26 cm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm 2.08 cm 1.26 cm 0 eV 176 keV 38.9 mum 38.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm 1.47 cm 8.72 mm 727 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 1.49 cm 8.89 mm 0 eV 69.5 keV 282 mum 282 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm 1.49 cm 8.89 mm 657 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 1.49 cm 8.89 mm 0 eV 657 keV 255 mum 255 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 cm 1.44 cm 8.52 mm 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 cm 1.73 cm 1.06 cm 222 keV 0 eV 4.9 mm 4.9 mmWAbsorberPhysicalcompt - 2 1.43 cm 1.69 cm 1.06 cm 0 eV 69.5 keV 750 mum 5.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 cm 1.69 cm 1.06 cm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 cm 1.69 cm 1.06 cm 0 eV 152 keV 31 mum 31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 cm 1.73 cm 1.06 cm 987 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 cm 1.73 cm 1.06 cm 595 keV 14.6 keV 8.66 mum 8.66 mumWAbsorberPhysicaleBrem - 2 1.5 cm 1.74 cm 1.06 cm 0 eV 595 keV 224 mum 233 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 cm 1.73 cm 1.06 cm 378 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 cm 1.78 cm 1.1 cm 0 eV 69.5 keV 960 mum 960 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 cm 1.78 cm 1.1 cm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 cm 1.78 cm 1.1 cm 0 eV 308 keV 90.3 mum 90.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm 1.42 cm 8.37 mm 379 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm 1.56 cm 1.06 cm 0 eV 69.5 keV 3.73 mm 3.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm 1.56 cm 1.06 cm 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm 1.56 cm 1.06 cm 0 eV 309 keV 90.8 mum 90.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 158 mum 253 mum 135 mum 18.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.62 mm 8.81 mm 4.72 mm 3.06 MeV 0 eV 1.17 cm 1.17 cmWAbsorberPhysicalcompt - 2 2.56 cm 1.55 cm 1.49 cm 914 keV 0 eV 2.25 cm 3.42 cmWAbsorberPhysicalcompt - 3 2.94 cm 1.64 cm 3.65 cm 363 keV 0 eV 2.19 cm 5.61 cmWAbsorberPhysicalcompt - 4 2.94 cm 1.7 cm 3.66 cm 220 keV 0 eV 532 mum 5.66 cmWAbsorberPhysicalcompt - 5 2.82 cm 1.72 cm 3.48 cm 0 eV 69.5 keV 2.08 mm 5.87 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.82 cm 1.72 cm 3.48 cm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.82 cm 1.72 cm 3.48 cm 0 eV 150 keV 30.4 mum 30.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 cm 1.7 cm 3.66 cm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.94 cm 1.7 cm 3.66 cm 0 eV 143 keV 28.2 mum 28.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.94 cm 1.64 cm 3.65 cm 551 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.95 cm 1.64 cm 3.65 cm 0 eV 551 keV 203 mum 203 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 cm 1.55 cm 1.49 cm 2.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 cm 1.52 cm 1.5 cm 1.18 MeV 839 keV 558 mum 558 mumWAbsorberPhysicaleBrem - 2 2.58 cm 1.52 cm 1.5 cm 0 eV 1.18 MeV 522 mum 1.08 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.58 cm 1.52 cm 1.5 cm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 cm 1.52 cm 1.5 cm 0 eV 69.5 keV 148 mum 148 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.59 cm 1.52 cm 1.5 cm 49.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.59 cm 1.52 cm 1.5 cm 0 eV 49.2 keV 4.97 mum 4.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.62 mm 8.81 mm 4.72 mm 15.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.82 mm 9.02 mm 4.82 mm 14.4 MeV 452 keV 311 mum 311 mumWAbsorberPhysicaleBrem - 2 6.27 mm 1.03 cm 5.25 mm 9.94 MeV 3.62 MeV 1.56 mm 1.87 mmWAbsorberPhysicaleBrem - 3 6.59 mm 1.07 cm 5.25 mm 7.05 MeV 1.16 MeV 526 mum 2.4 mmWAbsorberPhysicaleBrem - 4 7.5 mm 1.16 cm 4.93 mm 2.08 MeV 3.92 MeV 1.5 mm 3.9 mmWAbsorberPhysicaleBrem - 5 7.62 mm 1.17 cm 4.94 mm 1.5 MeV 364 keV 235 mum 4.13 mmWAbsorberPhysicaleBrem - 6 7.68 mm 1.17 cm 4.98 mm 0 eV 1.5 MeV 683 mum 4.82 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.62 mm 1.17 cm 4.94 mm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.84 mm 1.17 cm 5 mm 0 eV 69.5 keV 226 mum 226 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.84 mm 1.17 cm 5 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.83 mm 1.17 cm 5 mm 0 eV 141 keV 27.6 mum 27.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.5 mm 1.16 cm 4.93 mm 1.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm 1.77 mm 1.44 cm 943 keV 0 eV 1.51 cm 1.51 cmWAbsorberPhysicalcompt - 2 1.44 cm -1.7 mm 1.71 cm 936 keV 0 eV 4.43 mm 1.95 cmWAbsorberPhysicalcompt - 3 1.51 cm -5.99 mm 2.11 cm 0 eV 69.5 keV 5.92 mm 2.54 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 cm -5.99 mm 2.11 cm 867 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm -5.91 mm 2.12 cm 111 keV 610 keV 247 mum 247 mumWAbsorberPhysicaleBrem - 2 1.5 cm -5.91 mm 2.12 cm 0 eV 111 keV 18.7 mum 265 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm -5.91 mm 2.12 cm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm -5.95 mm 2.11 cm 0 eV 69.5 keV 76.7 mum 76.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm -5.95 mm 2.11 cm 76.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm -5.95 mm 2.11 cm 0 eV 76.7 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm -1.7 mm 1.71 cm 7.05 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm -1.7 mm 1.71 cm 0 eV 7.05 keV 230 nm 230 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 cm 1.77 mm 1.44 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm 1.77 mm 1.44 cm 0 eV 110 keV 18.5 mum 18.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.59 mm 1.07 cm 5.25 mm 1.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.91 cm 1.52 cm 1.61 cm 0 eV 69.5 keV 2.54 cm 2.54 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.91 cm 1.52 cm 1.61 cm 1.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.91 cm 1.53 cm 1.62 cm 1.34 MeV 134 keV 92.4 mum 92.4 mumWAbsorberPhysicaleBrem - 2 2.89 cm 1.52 cm 1.62 cm 466 keV 619 keV 321 mum 413 mumWAbsorberPhysicaleBrem - 3 2.89 cm 1.52 cm 1.62 cm 0 eV 466 keV 162 mum 575 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.89 cm 1.52 cm 1.62 cm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.89 cm 1.51 cm 1.61 cm 0 eV 69.5 keV 146 mum 146 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.89 cm 1.51 cm 1.61 cm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.89 cm 1.51 cm 1.61 cm 0 eV 191 keV 44.1 mum 44.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.91 cm 1.53 cm 1.62 cm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.91 cm 1.53 cm 1.62 cm 0 eV 69.5 keV 3.6 mum 3.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.91 cm 1.53 cm 1.62 cm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.91 cm 1.53 cm 1.62 cm 0 eV 113 keV 19.5 mum 19.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.27 mm 1.03 cm 5.25 mm 879 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.19 mm 1.36 cm 3.89 mm 0 eV 69.5 keV 4.08 mm 4.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.19 mm 1.36 cm 3.89 mm 809 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.21 mm 1.36 cm 3.88 mm 0 eV 809 keV 331 mum 331 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.82 mm 9.02 mm 4.82 mm 364 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.73 mm 1.28 cm 7.27 mm 0 eV 69.5 keV 4.57 mm 4.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.73 mm 1.28 cm 7.27 mm 294 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.73 mm 1.28 cm 7.27 mm 0 eV 294 keV 84.5 mum 84.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 43 mum 64.5 mum 31.4 mum 3.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.18 mm 1.15 cm 6.24 mm 249 keV 0 eV 1.53 cm 1.53 cmWAbsorberPhysicalcompt - 2 7.95 mm 1.14 cm 6.04 mm 0 eV 69.5 keV 328 mum 1.57 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.95 mm 1.14 cm 6.04 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.95 mm 1.14 cm 6.04 mm 0 eV 180 keV 40.3 mum 40.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.18 mm 1.15 cm 6.24 mm 3.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.21 mm 1.16 cm 6.25 mm 2.58 MeV 119 keV 68.9 mum 68.9 mumWAbsorberPhysicaleBrem - 2 8.23 mm 1.16 cm 6.27 mm 2.32 MeV 126 keV 87.9 mum 157 mumWAbsorberPhysicaleBrem - 3 8.29 mm 1.17 cm 6.12 mm 810 keV 387 keV 254 mum 411 mumWAbsorberPhysicaleBrem - 4 8.28 mm 1.17 cm 6.14 mm 0 eV 810 keV 331 mum 742 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 84, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.29 mm 1.17 cm 6.12 mm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.69 mm 1.18 cm 6.21 mm 0 eV 69.5 keV 611 mum 611 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.69 mm 1.18 cm 6.21 mm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.65 mm 1.18 cm 6.22 mm 0 eV 1.06 MeV 456 mum 456 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 83, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.23 mm 1.16 cm 6.27 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.61 mm 1.19 cm 6.41 mm 0 eV 69.5 keV 463 mum 463 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.61 mm 1.19 cm 6.41 mm 62.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.61 mm 1.19 cm 6.41 mm 0 eV 62.1 keV 7.28 mum 7.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.21 mm 1.16 cm 6.25 mm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.73 mm 1.21 cm 6.39 mm 0 eV 69.5 keV 772 mum 772 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.73 mm 1.21 cm 6.39 mm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.73 mm 1.21 cm 6.39 mm 0 eV 239 keV 62.1 mum 62.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 26.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.65 cm -20.7 cm -3.52 cm 26.1 MeV 0 eV 22.1 cm 22.1 cmFCALEnvelopePhysicalTransportation - 2 -6.71 cm -20.9 cm -3.55 cm 26.1 MeV 0 eV 1.87 mm 22.3 cmLArgPhysicalTransportation - 3 -31.3 cm -97.5 cm -16.5 cm 26.1 MeV 0 eV 81.5 cm 1.04 mMotherTransportation - 4 -1.6 m -5 m -84.9 cm 26.1 MeV 0 eV 4.28 m 5.32 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 28.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.88 cm -6.7 cm -6.29 cm 28.2 MeV 0 eV 12.8 cm 12.8 cmCuPlateBPhysicalTransportation - 2 -12.2 cm -9.23 cm -8.67 cm 28.2 MeV 0 eV 4.83 cm 17.6 cmLArgPhysicalTransportation - 3 -16.3 cm -12.3 cm -11.6 cm 28.2 MeV 0 eV 5.9 cm 23.5 cmBackExcluderTransportation - 4 -39.3 cm -29.6 cm -27.9 cm 28.2 MeV 0 eV 33.1 cm 56.6 cmLArgPhysicalTransportation - 5 -1.04 m -78.4 cm -73.7 cm 28.2 MeV 0 eV 93.1 cm 1.5 mCryostatVolumesTransportation - 6 -1.04 m -78.6 cm -73.9 cm 28.2 MeV 0 eV 3.52 mm 1.5 mInsulationPhysicalTransportation - 7 -1.1 m -82.9 cm -77.9 cm 28.2 MeV 0 eV 8.22 cm 1.58 mCryostatVolumesTransportation - 8 -1.1 m -83.1 cm -78.1 cm 28.2 MeV 0 eV 2.94 mm 1.59 mMotherTransportation - 9 -5 m -3.77 m -3.54 m 28.2 MeV 0 eV 5.61 m 7.19 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=51.8098 -Edep in FCAL1 FCAl2 : 0 51.8098 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2656 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 156 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 309 mum 907 mum -471 mum 39.5 MeV 2.07 MeV 1.07 mm 1.07 mmWAbsorberPhysicaleBrem - 2 665 mum 1.76 mm -1.24 mm 34.1 MeV 3.07 MeV 1.23 mm 2.3 mmWAbsorberPhysicaleBrem - 3 623 mum 2.26 mm -1.52 mm 27.7 MeV 1.5 MeV 583 mum 2.88 mmWAbsorberPhysicaleBrem - 4 639 mum 2.32 mm -1.55 mm 27.2 MeV 118 keV 71 mum 2.95 mmWAbsorberPhysicaleBrem - 5 672 mum 3.15 mm -2.26 mm 24.3 MeV 2.69 MeV 1.26 mm 4.21 mmWAbsorberPhysicaleBrem - 6 733 mum 3.51 mm -2.7 mm 22.5 MeV 1.1 MeV 584 mum 4.8 mmWAbsorberPhysicaleBrem - 7 583 mum 3.71 mm -2.91 mm 19 MeV 579 keV 330 mum 5.13 mmWAbsorberPhysicaleIoni - 8 -346 mum 4.88 mm -2.99 mm 13.2 MeV 3.19 MeV 1.66 mm 6.79 mmWAbsorberPhysicaleBrem - 9 -322 mum 5.5 mm -3.3 mm 10.8 MeV 1.93 MeV 721 mum 7.51 mmWAbsorberPhysicaleBrem - 10 -56.9 mum 5.86 mm -3.76 mm 8.04 MeV 2.08 MeV 646 mum 8.16 mmWAbsorberPhysicaleBrem - 11 358 mum 7.04 mm -4.51 mm 4.15 MeV 3.75 MeV 2.08 mm 1.02 cmWAbsorberPhysicaleBrem - 12 331 mum 7.05 mm -4.53 mm 2.85 MeV 85.6 keV 37.7 mum 1.03 cmWAbsorberPhysicaleBrem - 13 179 mum 7.13 mm -4.7 mm 0 eV 2.85 MeV 604 mum 1.09 cmWAbsorberPhysicaleBrem - 14 179 mum 7.13 mm -4.7 mm 0 eV 0 eV 0 fm 1.09 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 179 mum 7.13 mm -4.7 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.02 mm 7.87 mm -6.42 mm 0 eV 69.5 keV 7.44 mm 7.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.02 mm 7.87 mm -6.42 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.03 mm 7.88 mm -6.42 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 179 mum 7.13 mm -4.7 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 6.06 mm -2.23 mm 266 keV 0 eV 1.07 cm 1.07 cmWAbsorberPhysicalcompt - 2 1.02 cm 7.1 mm 616 mum 0 eV 69.5 keV 3.05 mm 1.37 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm 7.1 mm 616 mum 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 7.1 mm 616 mum 0 eV 196 keV 45.9 mum 45.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm 6.06 mm -2.23 mm 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 6.06 mm -2.23 mm 0 eV 245 keV 64.6 mum 64.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 331 mum 7.05 mm -4.53 mm 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.66 mm 7.15 mm -1.08 cm 1.2 MeV 0 eV 1.18 cm 1.18 cmWAbsorberPhysicalcompt - 2 -1.42 cm 6.59 mm -1.33 cm 481 keV 0 eV 5.24 mm 1.71 cmWAbsorberPhysicalcompt - 3 -1.42 cm 6.58 mm -1.33 cm 0 eV 69.5 keV 20.6 mum 1.71 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 cm 6.58 mm -1.33 cm 412 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm 6.57 mm -1.33 cm 0 eV 412 keV 136 mum 136 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 cm 6.59 mm -1.33 cm 716 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.43 cm 6.59 mm -1.33 cm 0 eV 716 keV 284 mum 284 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.66 mm 7.15 mm -1.08 cm 25.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.66 mm 7.15 mm -1.08 cm 0 eV 25.3 keV 1.66 mum 1.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 358 mum 7.04 mm -4.51 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 274 mum 7.05 mm -4.59 mm 0 eV 69.5 keV 118 mum 118 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 274 mum 7.05 mm -4.59 mm 67.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 273 mum 7.05 mm -4.59 mm 0 eV 67.3 keV 8.33 mum 8.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -56.9 mum 5.86 mm -3.76 mm 671 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 mm 6.86 mm -5.65 mm 620 keV 0 eV 2.55 mm 2.55 mmWAbsorberPhysicalcompt - 2 -1.74 mm 7.18 mm -5.9 mm 519 keV 0 eV 502 mum 3.05 mmWAbsorberPhysicalcompt - 3 -4.62 mm 9.69 mm -5.72 mm 0 eV 69.5 keV 3.82 mm 6.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.62 mm 9.69 mm -5.72 mm 450 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.63 mm 9.69 mm -5.73 mm 0 eV 450 keV 154 mum 154 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 mm 7.18 mm -5.9 mm 100 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 mm 7.18 mm -5.9 mm 0 eV 100 keV 15.9 mum 15.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 mm 6.86 mm -5.65 mm 50.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 mm 6.86 mm -5.65 mm 0 eV 50.9 keV 5.25 mum 5.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -322 mum 5.5 mm -3.3 mm 442 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 mm 8.18 mm -9.67 mm 0 eV 69.5 keV 7.05 mm 7.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 mm 8.18 mm -9.67 mm 372 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 mm 8.19 mm -9.67 mm 0 eV 372 keV 119 mum 119 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -346 mum 4.88 mm -2.99 mm 2.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -924 mum 7.76 mm -5.56 mm 0 eV 69.5 keV 3.9 mm 3.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -924 mum 7.76 mm -5.56 mm 2.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -861 mum 7.93 mm -5.58 mm 1.68 MeV 356 keV 217 mum 217 mumWAbsorberPhysicaleBrem - 2 -856 mum 7.85 mm -5.59 mm 0 eV 1.68 MeV 770 mum 987 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -861 mum 7.93 mm -5.58 mm 516 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 mm 7.08 mm -6.16 mm 485 keV 0 eV 1.04 mm 1.04 mmWAbsorberPhysicalcompt - 2 -483 mum 4.32 mm -9.33 mm 0 eV 69.5 keV 4.23 mm 5.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -483 mum 4.32 mm -9.33 mm 415 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -481 mum 4.32 mm -9.34 mm 0 eV 415 keV 138 mum 138 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 mm 7.08 mm -6.16 mm 30.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 mm 7.08 mm -6.16 mm 0 eV 30.7 keV 2.29 mum 2.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 583 mum 3.71 mm -2.91 mm 3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 539 mum 3.9 mm -2.96 mm 0 eV 3 MeV 1.24 mm 1.24 mmWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 733 mum 3.51 mm -2.7 mm 667 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 mm 1.22 cm -1.03 cm 427 keV 0 eV 1.23 cm 1.23 cmWAbsorberPhysicalcompt - 2 -4.73 mm 1.67 cm -8.92 mm 288 keV 0 eV 4.79 mm 1.71 cmWAbsorberPhysicalcompt - 3 -7.27 mm 1.69 cm -7.45 mm 0 eV 69.5 keV 2.95 mm 2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.27 mm 1.69 cm -7.45 mm 219 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.27 mm 1.69 cm -7.45 mm 0 eV 219 keV 54.4 mum 54.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.73 mm 1.67 cm -8.92 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.73 mm 1.67 cm -8.92 mm 0 eV 139 keV 27 mum 27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 mm 1.22 cm -1.03 cm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.6 mm 1.22 cm -1.03 cm 0 eV 240 keV 62.6 mum 62.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 672 mum 3.15 mm -2.26 mm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 660 mum 3.88 mm -2.98 mm 0 eV 69.5 keV 1.03 mm 1.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 660 mum 3.88 mm -2.98 mm 97 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 660 mum 3.88 mm -2.98 mm 0 eV 97 keV 15.1 mum 15.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 639 mum 2.32 mm -1.55 mm 370 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 801 mum 2.82 mm -1.86 mm 0 eV 69.5 keV 614 mum 614 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 801 mum 2.82 mm -1.86 mm 300 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 797 mum 2.83 mm -1.87 mm 0 eV 300 keV 87.1 mum 87.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 623 mum 2.26 mm -1.52 mm 4.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.47 mm 1.88 cm -1.19 cm 340 keV 0 eV 2.01 cm 2.01 cmWAbsorberPhysicalcompt - 2 3.88 mm 1.9 cm -1.09 cm 0 eV 69.5 keV 1.88 mm 2.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.88 mm 1.9 cm -1.09 cm 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.88 mm 1.9 cm -1.09 cm 0 eV 271 keV 74.8 mum 74.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.47 mm 1.88 cm -1.19 cm 4.62 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.78 mm 1.9 cm -1.28 cm 1.93 MeV 2.4 MeV 1.37 mm 1.37 mmWAbsorberPhysicaleBrem - 2 4.83 mm 1.9 cm -1.28 cm 0 eV 1.93 MeV 896 mum 2.27 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.78 mm 1.9 cm -1.28 cm 295 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.83 mm 2.04 cm -1.27 cm 167 keV 0 eV 1.81 mm 1.81 mmWAbsorberPhysicalcompt - 2 5.83 mm 2.04 cm -1.27 cm 0 eV 69.5 keV 26.3 mum 1.84 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.83 mm 2.04 cm -1.27 cm 97.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.83 mm 2.04 cm -1.27 cm 0 eV 97.7 keV 15.3 mum 15.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.83 mm 2.04 cm -1.27 cm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.83 mm 2.04 cm -1.27 cm 0 eV 128 keV 23.5 mum 23.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 665 mum 1.76 mm -1.24 mm 2.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 mm 1.62 cm -9.68 mm 0 eV 0 eV 1.68 cm 1.68 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 45, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 mm 1.62 cm -9.68 mm 546 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm 1.62 cm -9.7 mm 0 eV 546 keV 199 mum 199 mumWAbsorberPhysicaleIoni - 2 1.44 mm 1.62 cm -9.7 mm 0 eV 0 eV 0 fm 199 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm 1.62 cm -9.7 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.9 mm 1.56 cm -1.05 cm 482 keV 0 eV 2.65 mm 2.65 mmWAbsorberPhysicalcompt - 2 3.96 mm 1.56 cm -1.05 cm 0 eV 69.5 keV 74.1 mum 2.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.96 mm 1.56 cm -1.05 cm 413 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.97 mm 1.56 cm -1.05 cm 0 eV 413 keV 137 mum 137 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.9 mm 1.56 cm -1.05 cm 28.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.9 mm 1.56 cm -1.05 cm 0 eV 28.9 keV 2.09 mum 2.09 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm 1.62 cm -9.7 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.39 mm 1.75 cm -8.21 mm 0 eV 69.5 keV 5.2 mm 5.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.39 mm 1.75 cm -8.21 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.38 mm 1.75 cm -8.22 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 mm 1.62 cm -9.68 mm 734 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 mm 1.63 cm -9.68 mm 0 eV 734 keV 282 mum 282 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 309 mum 907 mum -471 mum 549 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.33 mm 1.06 cm -6.8 mm 295 keV 0 eV 1.2 cm 1.2 cmWAbsorberPhysicalcompt - 2 3.31 mm 1.06 cm -6.8 mm 274 keV 0 eV 21.8 mum 1.2 cmWAbsorberPhysicalcompt - 3 2.9 mm 1.1 cm -7.17 mm 0 eV 69.5 keV 682 mum 1.27 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.9 mm 1.1 cm -7.17 mm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.9 mm 1.1 cm -7.17 mm 0 eV 204 keV 49 mum 49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.31 mm 1.06 cm -6.8 mm 21.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.31 mm 1.06 cm -6.8 mm 0 eV 21.1 keV 1.25 mum 1.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.33 mm 1.06 cm -6.8 mm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.33 mm 1.06 cm -6.8 mm 0 eV 254 keV 67.9 mum 67.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -20.4 cm 5.44 cm 32.8 cm 25.3 MeV 0 eV 39 cm 39 cmCuPlateAPhysicalTransportation - 2 -21.9 cm 5.85 cm 35.2 cm 25.3 MeV 0 eV 2.95 cm 41.9 cmFCALEnvelopePhysicalTransportation - 3 -23.6 cm 6.3 cm 38 cm 25.3 MeV 0 eV 3.25 cm 45.2 cmFCALEmModulePhysicalTransportation - 4 -30.8 cm 8.24 cm 49.6 cm 25.3 MeV 0 eV 13.8 cm 59 cmLArgPhysicalTransportation - 5 -67.3 cm 18 cm 1.08 m 25.3 MeV 0 eV 69.7 cm 1.29 mCryostatVolumesTransportation - 6 -67.4 cm 18 cm 1.08 m 25.3 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 7 -71.1 cm 19 cm 1.14 m 25.3 MeV 0 eV 7.07 cm 1.36 mCryostatVolumesTransportation - 8 -71.3 cm 19 cm 1.15 m 25.3 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 9 -88.3 cm 23.6 cm 1.42 m 25.3 MeV 0 eV 32.5 cm 1.69 mIronWallPhysicalTransportation - 10 -1.13 m 30.2 cm 1.82 m 25.3 MeV 0 eV 47.6 cm 2.16 mMotherTransportation - 11 -5 m 1.34 m 8.04 m 25.3 MeV 0 eV 7.4 m 9.56 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 cm -19.7 cm -1.2 cm 37.7 MeV 0 eV 19.9 cm 19.9 cmFCALEnvelopePhysicalTransportation - 2 -2.88 cm -24.5 cm -1.49 cm 37.7 MeV 0 eV 4.86 cm 24.7 cmLArgPhysicalTransportation - 3 -11.4 cm -97.5 cm -5.94 cm 37.7 MeV 0 eV 73.6 cm 98.3 cmMotherTransportation - 4 -58.6 cm -5 m -30.4 cm 37.7 MeV 0 eV 4.06 m 5.04 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=43.1476 -Edep in FCAL1 FCAl2 : 0 43.1476 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2657 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 157 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -590 mum 68.4 mum -36.3 mum 38.5 MeV 1.18 MeV 592 mum 592 mumWAbsorberPhysicaleBrem - 2 -885 mum 139 mum 30.4 mum 37.1 MeV 640 keV 311 mum 903 mumWAbsorberPhysicaleBrem - 3 -945 mum 158 mum 38.3 mum 36.2 MeV 213 keV 64.3 mum 968 mumWAbsorberPhysicaleBrem - 4 -1.63 mm 276 mum 108 mum 31.9 MeV 1.45 MeV 710 mum 1.68 mmWAbsorberPhysicaleBrem - 5 -2.53 mm 1.06 mm 164 mum 25.5 MeV 2.29 MeV 1.22 mm 2.89 mmWAbsorberPhysicaleBrem - 6 -2.66 mm 1.12 mm 150 mum 24.9 MeV 216 keV 145 mum 3.04 mmWAbsorberPhysicaleBrem - 7 -3.73 mm 1.86 mm -287 mum 20.5 MeV 4.24 MeV 1.35 mm 4.39 mmWAbsorberPhysicaleBrem - 8 -3.97 mm 1.92 mm -340 mum 15.7 MeV 404 keV 254 mum 4.64 mmWAbsorberPhysicaleBrem - 9 -4.18 mm 1.97 mm -340 mum 14.8 MeV 719 keV 216 mum 4.86 mmWAbsorberPhysicaleBrem - 10 -5.13 mm 2.03 mm -957 mum 12 MeV 2.34 MeV 1.3 mm 6.16 mmWAbsorberPhysicaleBrem - 11 -5.24 mm 2.12 mm -1.06 mm 10.1 MeV 320 keV 178 mum 6.33 mmWAbsorberPhysicaleBrem - 12 -5.27 mm 2.15 mm -1.12 mm 9.58 MeV 103 keV 75.3 mum 6.41 mmWAbsorberPhysicaleBrem - 13 -5.99 mm 2.45 mm -1.54 mm 6.55 MeV 1.45 MeV 882 mum 7.29 mmWAbsorberPhysicaleBrem - 14 -6.03 mm 2.66 mm -1.86 mm 5.46 MeV 922 keV 379 mum 7.67 mmWAbsorberPhysicaleBrem - 15 -5.74 mm 3.73 mm -2.28 mm 3.08 MeV 2.25 MeV 1.3 mm 8.97 mmWAbsorberPhysicaleBrem - 16 -5.06 mm 2.94 mm -2.33 mm 441 eV 3.08 MeV 1.37 mm 1.03 cmWAbsorberPhysicaleIoni - 17 -5.06 mm 2.94 mm -2.33 mm 0 eV 441 eV 4.33 nm 1.03 cmWAbsorberPhysicaleIoni - 18 -5.06 mm 2.94 mm -2.33 mm 0 eV 0 eV 0 fm 1.03 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.06 mm 2.94 mm -2.33 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.93 mm 8.52 mm -1.37 mm 205 keV 0 eV 5.77 mm 5.77 mmWAbsorberPhysicalcompt - 2 -4.22 mm 8.43 mm -1.52 mm 0 eV 69.5 keV 331 mum 6.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.22 mm 8.43 mm -1.52 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.22 mm 8.43 mm -1.52 mm 0 eV 136 keV 25.9 mum 25.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.93 mm 8.52 mm -1.37 mm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.93 mm 8.52 mm -1.37 mm 0 eV 306 keV 89.3 mum 89.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.06 mm 2.94 mm -2.33 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.54 mm 556 mum -2.74 mm 0 eV 69.5 keV 2.46 mm 2.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.54 mm 556 mum -2.74 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.54 mm 546 mum -2.73 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.74 mm 3.73 mm -2.28 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.77 mm 3.71 mm -2.3 mm 0 eV 69.5 keV 35 mum 35 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.77 mm 3.71 mm -2.3 mm 55.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.77 mm 3.71 mm -2.3 mm 0 eV 55.3 keV 6.04 mum 6.04 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.03 mm 2.66 mm -1.86 mm 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.03 mm 2.67 mm -1.9 mm 147 keV 0 eV 46.3 mum 46.3 mumWAbsorberPhysicalcompt - 2 -6.53 mm 3.4 mm -2.39 mm 0 eV 69.5 keV 1.01 mm 1.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.53 mm 3.4 mm -2.39 mm 77 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.53 mm 3.4 mm -2.39 mm 0 eV 77 keV 10.4 mum 10.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.03 mm 2.67 mm -1.9 mm 21.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.03 mm 2.67 mm -1.9 mm 0 eV 21.6 keV 1.3 mum 1.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.99 mm 2.45 mm -1.54 mm 1.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.99 mm 2.73 mm -2.5 mm 401 keV 0 eV 1 mm 1 mmWAbsorberPhysicalcompt - 2 -7.66 mm 1.44 mm -2.98 mm 0 eV 69.5 keV 2.16 mm 3.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.66 mm 1.44 mm -2.98 mm 332 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.66 mm 1.44 mm -2.98 mm 0 eV 332 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.99 mm 2.73 mm -2.5 mm 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.98 mm 2.75 mm -2.54 mm 0 eV 1.18 MeV 519 mum 519 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.27 mm 2.15 mm -1.12 mm 417 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.76 mm 2.11 mm -1.89 mm 0 eV 69.5 keV 909 mum 909 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.76 mm 2.11 mm -1.89 mm 348 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.77 mm 2.11 mm -1.89 mm 0 eV 348 keV 108 mum 108 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.24 mm 2.12 mm -1.06 mm 1.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 cm 9.04 mm -1.65 cm 604 keV 0 eV 2.13 cm 2.13 cmWAbsorberPhysicalcompt - 2 -2.03 cm 8.04 mm -1.67 cm 509 keV 0 eV 2.33 mm 2.37 cmWAbsorberPhysicalcompt - 3 -2.28 cm 7.3 mm -1.87 cm 371 keV 0 eV 3.23 mm 2.69 cmWAbsorberPhysicalcompt - 4 -2.28 cm 7.38 mm -1.91 cm 0 eV 69.5 keV 371 mum 2.73 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 cm 7.38 mm -1.91 cm 302 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 cm 7.39 mm -1.91 cm 0 eV 302 keV 87.8 mum 87.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 cm 7.3 mm -1.87 cm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 cm 7.3 mm -1.87 cm 0 eV 138 keV 26.5 mum 26.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.03 cm 8.04 mm -1.67 cm 94.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.03 cm 8.04 mm -1.67 cm 0 eV 94.9 keV 14.6 mum 14.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 cm 9.04 mm -1.65 cm 931 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 cm 9.06 mm -1.65 cm 0 eV 931 keV 392 mum 392 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.13 mm 2.03 mm -957 mum 487 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.06 mm 3.1 mm -2.97 mm 222 keV 0 eV 2.99 mm 2.99 mmWAbsorberPhysicalcompt - 2 -5.74 mm 1.7 mm -4.14 mm 0 eV 69.5 keV 2.25 mm 5.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.74 mm 1.7 mm -4.14 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.74 mm 1.7 mm -4.14 mm 0 eV 153 keV 31.1 mum 31.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.06 mm 3.1 mm -2.97 mm 265 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.06 mm 3.1 mm -2.97 mm 0 eV 265 keV 72.3 mum 72.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.18 mm 1.97 mm -340 mum 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.23 mm 1.99 mm -345 mum 0 eV 69.5 keV 50.2 mum 50.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.23 mm 1.99 mm -345 mum 81.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.23 mm 1.99 mm -345 mum 0 eV 81.8 keV 11.4 mum 11.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.97 mm 1.92 mm -340 mum 4.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.43 mm 3.43 mm -900 mum 992 keV 0 eV 4.74 mm 4.74 mmWAbsorberPhysicalcompt - 2 -1.18 cm 7.73 mm -7.98 mm 251 keV 0 eV 8.94 mm 1.37 cmWAbsorberPhysicalcompt - 3 -1.18 cm 7.68 mm -7.98 mm 170 keV 0 eV 41.2 mum 1.37 cmWAbsorberPhysicalcompt - 4 -1.17 cm 7.68 mm -7.92 mm 134 keV 0 eV 72.2 mum 1.38 cmWAbsorberPhysicalcompt - 5 -1.19 cm 7.7 mm -7.78 mm 0 eV 69.5 keV 202 mum 1.4 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 cm 7.7 mm -7.78 mm 64.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 cm 7.7 mm -7.78 mm 0 eV 64.8 keV 7.82 mum 7.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm 7.68 mm -7.92 mm 36 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm 7.68 mm -7.92 mm 0 eV 36 keV 2.99 mum 2.99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm 7.68 mm -7.98 mm 80.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm 7.68 mm -7.98 mm 0 eV 80.1 keV 11 mum 11 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm 7.73 mm -7.98 mm 741 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm 7.74 mm -8 mm 0 eV 741 keV 297 mum 297 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.43 mm 3.43 mm -900 mum 3.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.6 mm 3.64 mm -354 mum 1.63 MeV 1.44 MeV 796 mum 796 mumWAbsorberPhysicaleBrem - 2 -8.55 mm 3.69 mm -308 mum 0 eV 1.63 MeV 747 mum 1.54 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.6 mm 3.64 mm -354 mum 402 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.61 mm 6.57 mm 3.27 mm 0 eV 69.5 keV 6.13 mm 6.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.61 mm 6.57 mm 3.27 mm 333 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.61 mm 6.58 mm 3.27 mm 0 eV 333 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.73 mm 1.86 mm -287 mum 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.76 mm 1.86 mm -291 mum 0 eV 69.5 keV 23.6 mum 23.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.76 mm 1.86 mm -291 mum 36.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.75 mm 1.86 mm -290 mum 0 eV 36.5 keV 3.05 mum 3.05 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.66 mm 1.12 mm 150 mum 399 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 mm 1.16 mm 111 mum 347 keV 0 eV 141 mum 141 mumWAbsorberPhysicalcompt - 2 -4 mm 2.1 mm 556 mum 0 eV 69.5 keV 1.6 mm 1.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4 mm 2.1 mm 556 mum 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 mm 2.1 mm 555 mum 0 eV 278 keV 77.8 mum 77.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 mm 1.16 mm 111 mum 52 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 mm 1.16 mm 111 mum 0 eV 52 keV 5.45 mum 5.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.53 mm 1.06 mm 164 mum 4.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.56 mm 2.46 mm -574 mum 0 eV 0 eV 4.33 mm 4.33 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 49, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.56 mm 2.46 mm -574 mum 1.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.62 mm 2.49 mm -599 mum 0 eV 1.17 MeV 519 mum 519 mumWAbsorberPhysicaleIoni - 2 -6.62 mm 2.49 mm -599 mum 0 eV 0 eV 0 fm 519 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.62 mm 2.49 mm -599 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.62 mm 525 mum -255 mum 412 keV 0 eV 1.99 mm 1.99 mmWAbsorberPhysicalcompt - 2 -2.85 mm -5.44 mm -2.16 mm 0 eV 69.5 keV 7.31 mm 9.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.85 mm -5.44 mm -2.16 mm 342 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 mm -5.45 mm -2.16 mm 0 eV 342 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.62 mm 525 mum -255 mum 99.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.62 mm 524 mum -255 mum 0 eV 99.5 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.62 mm 2.49 mm -599 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.62 mm 3.67 mm -805 mum 0 eV 69.5 keV 1.2 mm 1.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.62 mm 3.67 mm -805 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.62 mm 3.68 mm -810 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.56 mm 2.46 mm -574 mum 1.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.61 mm 2.48 mm -601 mum 614 keV 101 keV 60.3 mum 60.3 mumWAbsorberPhysicaleBrem - 2 -6.6 mm 2.49 mm -590 mum 435 keV 32.1 keV 19.9 mum 80.2 mumWAbsorberPhysicaleBrem - 3 -6.61 mm 2.49 mm -587 mum 0 eV 435 keV 148 mum 228 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.6 mm 2.49 mm -590 mum 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.71 mm 2.45 mm -493 mum 0 eV 69.5 keV 151 mum 151 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.71 mm 2.45 mm -493 mum 76.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.71 mm 2.46 mm -493 mum 0 eV 76.8 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.61 mm 2.48 mm -601 mum 1.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 mm -2.99 mm -658 mum 453 keV 0 eV 7.44 mm 7.44 mmWAbsorberPhysicalcompt - 2 -1.54 mm -3.41 mm 294 mum 0 eV 69.5 keV 1.04 mm 8.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 mm -3.41 mm 294 mum 384 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 mm -3.41 mm 302 mum 0 eV 384 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 mm -2.99 mm -658 mum 717 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 mm -3.05 mm -679 mum 398 keV 184 keV 110 mum 110 mumWAbsorberPhysicaleBrem - 2 -1.6 mm -3.07 mm -697 mum 173 keV 99.2 keV 62.1 mum 172 mumWAbsorberPhysicaleBrem - 3 -1.61 mm -3.08 mm -698 mum 0 eV 173 keV 38 mum 210 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm -3.07 mm -697 mum 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.1 mm -3.33 mm -524 mum 0 eV 69.5 keV 584 mum 584 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.1 mm -3.33 mm -524 mum 56.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.1 mm -3.33 mm -525 mum 0 eV 56.5 keV 6.26 mum 6.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm -3.05 mm -679 mum 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 mm -3.09 mm -2.31 mm 0 eV 69.5 keV 1.75 mm 1.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 mm -3.09 mm -2.31 mm 65.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 mm -3.09 mm -2.31 mm 0 eV 65.9 keV 8.04 mum 8.04 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 mm 276 mum 108 mum 2.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.12 mm 4.24 mm 522 mum 0 eV 0 eV 7.61 mm 7.61 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 65, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.12 mm 4.24 mm 522 mum 1.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.06 mm 4.45 mm 798 mum 378 keV 1.09 MeV 509 mum 509 mumWAbsorberPhysicaleBrem - 2 -8.06 mm 4.46 mm 787 mum 0 eV 378 keV 119 mum 628 mumWAbsorberPhysicaleIoni - 3 -8.06 mm 4.46 mm 787 mum 0 eV 0 eV 0 fm 628 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.06 mm 4.46 mm 787 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.18 mm 9.74 mm -698 mum 0 eV 69.5 keV 5.8 mm 5.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.18 mm 9.74 mm -698 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.18 mm 9.76 mm -697 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.06 mm 4.46 mm 787 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.93 mm 2.01 mm 1.47 mm 195 keV 0 eV 2.69 mm 2.69 mmWAbsorberPhysicalcompt - 2 -8.85 mm 2.8 mm 2.03 mm 0 eV 69.5 keV 970 mum 3.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.85 mm 2.8 mm 2.03 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.85 mm 2.8 mm 2.03 mm 0 eV 125 keV 22.8 mum 22.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.93 mm 2.01 mm 1.47 mm 316 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.93 mm 2 mm 1.48 mm 0 eV 316 keV 93.6 mum 93.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.06 mm 4.45 mm 798 mum 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.07 mm 4.45 mm 790 mum 0 eV 69.5 keV 8.39 mum 8.39 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.07 mm 4.45 mm 790 mum 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.07 mm 4.45 mm 789 mum 0 eV 133 keV 25 mum 25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.12 mm 4.24 mm 522 mum 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.12 mm 4.24 mm 518 mum 0 eV 228 keV 57.8 mum 57.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -945 mum 158 mum 38.3 mum 623 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 cm 6.28 mm 3.61 mm 476 keV 0 eV 2.26 cm 2.26 cmWAbsorberPhysicalcompt - 2 -2.36 cm 8.17 mm 4.24 mm 0 eV 69.5 keV 2.31 mm 2.49 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 cm 8.17 mm 4.24 mm 406 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 cm 8.17 mm 4.2 mm 87.9 keV 319 keV 112 mum 112 mumWAbsorberPhysicaleBrem - 2 -2.36 cm 8.17 mm 4.2 mm 0 eV 87.9 keV 12.9 mum 125 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 cm 6.28 mm 3.61 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 cm 6.27 mm 3.61 mm 0 eV 147 keV 29.5 mum 29.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -885 mum 139 mum 30.4 mum 781 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.11 mm 1.9 mm 1.09 mm 556 keV 0 eV 6.56 mm 6.56 mmWAbsorberPhysicalcompt - 2 -1.33 cm 3.5 mm 9.25 mm 0 eV 69.5 keV 1.04 cm 1.69 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm 3.5 mm 9.25 mm 487 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm 3.5 mm 9.26 mm 0 eV 487 keV 172 mum 172 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.11 mm 1.9 mm 1.09 mm 225 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.11 mm 1.9 mm 1.09 mm 0 eV 225 keV 56.8 mum 56.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -590 mum 68.4 mum -36.3 mum 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -952 mum 143 mum 9.28 mum 0 eV 69.5 keV 372 mum 372 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -952 mum 143 mum 9.28 mum 60.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -952 mum 143 mum 9.17 mum 0 eV 60.2 keV 6.94 mum 6.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 cm -1.17 cm -6.57 cm 22.2 MeV 0 eV 6.79 cm 6.79 cmCuPlateBPhysicalTransportation - 2 1.77 cm -1.61 cm -9.05 cm 22.2 MeV 0 eV 2.57 cm 9.36 cmLArgPhysicalTransportation - 3 2.27 cm -2.06 cm -11.6 cm 22.2 MeV 0 eV 2.62 cm 12 cmBackExcluderTransportation - 4 22.7 cm -20.7 cm -1.16 m 22.2 MeV 0 eV 1.08 m 1.2 mLArgPhysicalTransportation - 5 24.5 cm -22.3 cm -1.25 m 22.2 MeV 0 eV 9.15 cm 1.29 mCryostatVolumesTransportation - 6 24.5 cm -22.3 cm -1.25 m 22.2 MeV 0 eV 3.05 mm 1.3 mInsulationPhysicalTransportation - 7 25.9 cm -23.6 cm -1.32 m 22.2 MeV 0 eV 7.11 cm 1.37 mCryostatVolumesTransportation - 8 25.9 cm -23.6 cm -1.32 m 22.2 MeV 0 eV 2.54 mm 1.37 mMotherTransportation - 9 36.6 cm -33.3 cm -1.87 m 22.2 MeV 0 eV 56.4 cm 1.93 mBigScintPhysicalTransportation - 10 37 cm -33.7 cm -1.89 m 22.2 MeV 0 eV 2.07 cm 1.96 mMotherTransportation - 11 38.2 cm -34.7 cm -1.95 m 22.2 MeV 0 eV 6.21 cm 2.02 mBigIronPhysicalTransportation - 12 40.1 cm -36.5 cm -2.05 m 22.2 MeV 0 eV 10.3 cm 2.12 mMotherTransportation - 13 40.5 cm -36.9 cm -2.07 m 22.2 MeV 0 eV 2.07 cm 2.14 mBigScintPhysicalTransportation - 14 40.9 cm -37.2 cm -2.09 m 22.2 MeV 0 eV 2.07 cm 2.16 mMotherTransportation - 15 41.9 cm -38.1 cm -2.14 m 22.2 MeV 0 eV 5.17 cm 2.21 mBigIronPhysicalTransportation - 16 43.8 cm -39.9 cm -2.24 m 22.2 MeV 0 eV 10.3 cm 2.32 mMotherTransportation - 17 44.6 cm -40.6 cm -2.28 m 22.2 MeV 0 eV 4.14 cm 2.36 mBigScintPhysicalTransportation - 18 45 cm -41 cm -2.3 m 22.2 MeV 0 eV 2.07 cm 2.38 mMotherTransportation - 19 57.7 cm -52.6 cm -2.95 m 22.2 MeV 0 eV 67.2 cm 3.05 mConcWallAPhysicalTransportation - 20 89 cm -81.1 cm -4.55 m 22.2 MeV 0 eV 1.66 m 4.71 mConcWallBPhysicalTransportation - 21 1.2 m -1.1 m -6.15 m 22.2 MeV 0 eV 1.66 m 6.36 mMotherTransportation - 22 5 m -4.55 m -25.6 m 22.2 MeV 0 eV 20.1 m 26.4 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 23.1 cm -3.25 cm 16.4 cm 43.2 MeV 0 eV 28.5 cm 28.5 cmLArgPhysicalTransportation - 2 1.04 m -14.6 cm 73.7 cm 43.2 MeV 0 eV 99.7 cm 1.28 mCryostatVolumesTransportation - 3 1.04 m -14.7 cm 73.8 cm 43.2 MeV 0 eV 3.02 mm 1.29 mInsulationPhysicalTransportation - 4 1.1 m -15.5 cm 77.9 cm 43.2 MeV 0 eV 7.05 cm 1.36 mCryostatVolumesTransportation - 5 1.1 m -15.5 cm 78 cm 43.2 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 6 5 m -70.3 cm 3.54 m 43.2 MeV 0 eV 4.81 m 6.17 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=40.8202 -Edep in FCAL1 FCAl2 : 0 40.8202 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2658 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 158 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -242 mum 71.2 mum 753 mum 40.6 MeV 1.47 MeV 808 mum 808 mumWAbsorberPhysicaleBrem - 2 -308 mum 80.2 mum 869 mum 39.2 MeV 288 keV 134 mum 941 mumWAbsorberPhysicaleBrem - 3 -333 mum 78 mum 906 mum 38.8 MeV 70.5 keV 45 mum 986 mumWAbsorberPhysicaleBrem - 4 -374 mum 75.6 mum 966 mum 37.2 MeV 143 keV 73.1 mum 1.06 mmWAbsorberPhysicaleBrem - 5 -1.18 mm 330 mum 2.18 mm 33.4 MeV 3.56 MeV 1.48 mm 2.54 mmWAbsorberPhysicaleBrem - 6 -1.28 mm 267 mum 2.31 mm 31.3 MeV 365 keV 174 mum 2.71 mmWAbsorberPhysicaleBrem - 7 -1.41 mm 195 mum 2.45 mm 29.7 MeV 1.33 MeV 209 mum 2.92 mmWAbsorberPhysicaleBrem - 8 -1.67 mm 96.8 mum 2.71 mm 22.7 MeV 588 keV 383 mum 3.3 mmWAbsorberPhysicaleBrem - 9 -2.13 mm -191 mum 3.17 mm 18.5 MeV 1.68 MeV 725 mum 4.03 mmWAbsorberPhysicaleBrem - 10 -2.17 mm -1.42 mm 5.57 mm 11.9 MeV 5.6 MeV 2.7 mm 6.73 mmWAbsorberPhysicaleBrem - 11 -2.41 mm -1.38 mm 4.86 mm 7.24 MeV 2.9 MeV 780 mum 7.51 mmWAbsorberPhysicaleBrem - 12 -2.3 mm -1.37 mm 4.67 mm 6.2 MeV 494 keV 244 mum 7.75 mmWAbsorberPhysicaleBrem - 13 -1.75 mm -1.6 mm 4 mm 2.18 MeV 2.46 MeV 863 mum 8.61 mmWAbsorberPhysicaleBrem - 14 -1.9 mm -1.74 mm 4.02 mm 1.79 MeV 282 keV 222 mum 8.84 mmWAbsorberPhysicaleBrem - 15 -2.02 mm -1.71 mm 3.99 mm 0 eV 1.79 MeV 844 mum 9.68 mmWAbsorberPhysicaleIoni - 16 -2.02 mm -1.71 mm 3.99 mm 0 eV 0 eV 0 fm 9.68 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 mm -1.71 mm 3.99 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 mm -5.93 mm 1.01 cm 0 eV 69.5 keV 8.24 mm 8.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 mm -5.93 mm 1.01 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 mm -5.94 mm 1.01 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 mm -1.71 mm 3.99 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.86 mm 1.69 mm -950 mum 0 eV 69.5 keV 6.63 mm 6.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.86 mm 1.69 mm -950 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.86 mm 1.7 mm -956 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 mm -1.74 mm 4.02 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 mm -1.73 mm 4.01 mm 0 eV 69.5 keV 44.1 mum 44.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 mm -1.73 mm 4.01 mm 40.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 mm -1.73 mm 4.01 mm 0 eV 40.6 keV 3.62 mum 3.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.75 mm -1.6 mm 4 mm 1.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.85 mm -1.67 mm 2.65 mm 774 keV 0 eV 7.22 mm 7.22 mmWAbsorberPhysicalcompt - 2 -9.96 mm -488 mum 1.66 mm 287 keV 0 eV 1.9 mm 9.13 mmWAbsorberPhysicalcompt - 3 -9.15 mm -916 mum 573 mum 0 eV 69.5 keV 1.42 mm 1.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.15 mm -916 mum 573 mum 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.15 mm -918 mum 570 mum 0 eV 217 keV 53.9 mum 53.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.96 mm -488 mum 1.66 mm 487 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.97 mm -480 mum 1.66 mm 0 eV 487 keV 172 mum 172 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.85 mm -1.67 mm 2.65 mm 785 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.85 mm -1.67 mm 2.65 mm 604 keV 779 eV 1.44 mum 1.44 mumWAbsorberPhysicaleBrem - 2 -8.87 mm -1.68 mm 2.65 mm 0 eV 604 keV 229 mum 230 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.85 mm -1.67 mm 2.65 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.85 mm -1.67 mm 2.65 mm 0 eV 69.5 keV 3.11 mum 3.11 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.85 mm -1.67 mm 2.65 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.85 mm -1.67 mm 2.65 mm 0 eV 111 keV 18.7 mum 18.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.3 mm -1.37 mm 4.67 mm 538 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.29 mm -2.15 mm 3.31 mm 462 keV 0 eV 1.56 mm 1.56 mmWAbsorberPhysicalcompt - 2 -2.07 mm -1.72 mm -5.84 mm 355 keV 0 eV 9.17 mm 1.07 cmWAbsorberPhysicalcompt - 3 2.71 mm -5.44 mm -1.14 cm 0 eV 69.5 keV 8.21 mm 1.89 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.71 mm -5.44 mm -1.14 cm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.71 mm -5.44 mm -1.14 cm 0 eV 286 keV 81 mum 81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 mm -1.72 mm -5.84 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 mm -1.72 mm -5.84 mm 0 eV 107 keV 17.7 mum 17.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.29 mm -2.15 mm 3.31 mm 76.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.29 mm -2.15 mm 3.31 mm 0 eV 76.1 keV 10.2 mum 10.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 mm -1.38 mm 4.86 mm 1.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm -2.48 mm 80.2 mum 1.55 MeV 0 eV 5.09 mm 5.09 mmWAbsorberPhysicalcompt - 2 1.2 mm -1.78 mm -2.42 cm 1.41 MeV 0 eV 2.44 cm 2.95 cmWAbsorberPhysicalcompt - 3 1.32 mm -1.24 mm -2.61 cm 1.26 MeV 0 eV 1.9 mm 3.14 cmWAbsorberPhysicalcompt - 4 1.54 mm 376 mum -2.85 cm 555 keV 0 eV 2.96 mm 3.44 cmWAbsorberPhysicalcompt - 5 831 mum 456 mum -2.91 cm 0 eV 69.5 keV 887 mum 3.53 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 831 mum 456 mum -2.91 cm 485 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 818 mum 461 mum -2.91 cm 0 eV 485 keV 171 mum 171 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 mm 376 mum -2.85 cm 705 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 mm 389 mum -2.85 cm 0 eV 705 keV 279 mum 279 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 mm -1.24 mm -2.61 cm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 mm -1.25 mm -2.61 cm 0 eV 145 keV 28.9 mum 28.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 mm -1.78 mm -2.42 cm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 mm -1.79 mm -2.42 cm 0 eV 144 keV 28.6 mum 28.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 mm -2.48 mm 80.2 mum 263 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 mm -2.48 mm 78.7 mum 0 eV 263 keV 71.7 mum 71.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.17 mm -1.42 mm 5.57 mm 920 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.11 mm 4.68 mm -1.38 cm 0 eV 69.5 keV 2.03 cm 2.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.11 mm 4.68 mm -1.38 cm 850 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.12 mm 4.69 mm -1.38 cm 0 eV 850 keV 352 mum 352 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 mm -191 mum 3.17 mm 2.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.25 mm -1.72 mm 6.19 mm 1.97 MeV 0 eV 3.99 mm 3.99 mmWAbsorberPhysicalcompt - 2 -5.1 mm -2.07 mm 6.74 mm 1.08 MeV 0 eV 1.07 mm 5.06 mmWAbsorberPhysicalcompt - 3 -5.8 mm -3.77 mm 7.88 mm 0 eV 69.5 keV 2.16 mm 7.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.8 mm -3.77 mm 7.88 mm 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.8 mm -3.83 mm 7.82 mm 620 keV 257 keV 117 mum 117 mumWAbsorberPhysicaleBrem - 2 -5.79 mm -3.82 mm 7.81 mm 0 eV 620 keV 237 mum 354 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.8 mm -3.83 mm 7.82 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.73 mm -3.6 mm 7.63 mm 0 eV 69.5 keV 306 mum 306 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.73 mm -3.6 mm 7.63 mm 63.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.73 mm -3.6 mm 7.63 mm 0 eV 63.3 keV 7.5 mum 7.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.1 mm -2.07 mm 6.74 mm 893 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.13 mm -2.07 mm 6.75 mm 0 eV 893 keV 373 mum 373 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.25 mm -1.72 mm 6.19 mm 627 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.25 mm -1.73 mm 6.2 mm 0 eV 627 keV 240 mum 240 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 mm 96.8 mum 2.71 mm 6.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -3.56 mm 1.35 cm 0 eV 0 eV 1.49 cm 1.49 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -3.56 mm 1.35 cm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm -3.58 mm 1.36 cm 0 eV 1.06 MeV 463 mum 463 mumWAbsorberPhysicaleIoni - 2 -1.14 cm -3.58 mm 1.36 cm 0 eV 0 eV 0 fm 463 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm -3.58 mm 1.36 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 cm 3.17 mm 6.75 mm 0 eV 69.5 keV 9.67 mm 9.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 cm 3.17 mm 6.75 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 cm 3.18 mm 6.75 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm -3.58 mm 1.36 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm -4.64 mm 1.46 cm 497 keV 0 eV 1.52 mm 1.52 mmWAbsorberPhysicalcompt - 2 -1.26 cm -6.96 mm 1.66 cm 0 eV 69.5 keV 3.19 mm 4.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.26 cm -6.96 mm 1.66 cm 428 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.26 cm -6.97 mm 1.66 cm 0 eV 428 keV 144 mum 144 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm -4.64 mm 1.46 cm 13.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm -4.64 mm 1.46 cm 0 eV 13.7 keV 633 nm 633 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -3.56 mm 1.35 cm 4.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm -3.64 mm 1.37 cm 1.1 MeV 2.12 MeV 233 mum 233 mumWAbsorberPhysicaleBrem - 2 -1.14 cm -3.66 mm 1.38 cm 0 eV 1.1 MeV 478 mum 711 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm -3.64 mm 1.37 cm 1.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -4.86 mm 1.57 cm 0 eV 69.5 keV 2.3 mm 2.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -4.86 mm 1.57 cm 982 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -4.86 mm 1.57 cm 0 eV 982 keV 418 mum 418 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 mm 195 mum 2.45 mm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 mm 43.6 mum 2.84 mm 0 eV 69.5 keV 500 mum 500 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 mm 43.6 mum 2.84 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 mm 44 mum 2.84 mm 0 eV 190 keV 43.9 mum 43.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.28 mm 267 mum 2.31 mm 1.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.51 cm -1.75 cm 3.16 cm 913 keV 0 eV 4.18 cm 4.18 cmWAbsorberPhysicalcompt - 2 -2.66 cm -1.68 cm 4.56 cm 0 eV 69.5 keV 1.4 cm 5.58 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.66 cm -1.68 cm 4.56 cm 843 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.66 cm -1.68 cm 4.56 cm 54.1 keV 789 keV 32.8 mum 32.8 mumWAbsorberPhysicaleBrem - 2 -2.66 cm -1.68 cm 4.56 cm 0 eV 54.1 keV 5.83 mum 38.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.51 cm -1.75 cm 3.16 cm 812 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.51 cm -1.76 cm 3.15 cm 204 keV 498 keV 271 mum 271 mumWAbsorberPhysicaleBrem - 2 -2.51 cm -1.75 cm 3.15 cm 0 eV 204 keV 48.8 mum 320 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.51 cm -1.76 cm 3.15 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 cm -1.78 cm 3.2 cm 102 keV 0 eV 565 mum 565 mumWAbsorberPhysicalcompt - 2 -2.52 cm -1.78 cm 3.2 cm 0 eV 69.5 keV 4.6 mum 569 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.52 cm -1.78 cm 3.2 cm 32.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 cm -1.78 cm 3.2 cm 0 eV 32.1 keV 2.47 mum 2.47 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.52 cm -1.78 cm 3.2 cm 8.55 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 cm -1.78 cm 3.2 cm 0 eV 8.55 keV 307 nm 307 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 mm 330 mum 2.18 mm 266 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.71 mm -1.35 mm 7.33 mm 232 keV 0 eV 6.46 mm 6.46 mmWAbsorberPhysicalcompt - 2 -4.54 mm -1.61 mm 8.18 mm 0 eV 69.5 keV 906 mum 7.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.54 mm -1.61 mm 8.18 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.54 mm -1.62 mm 8.18 mm 0 eV 163 keV 34.4 mum 34.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.71 mm -1.35 mm 7.33 mm 33.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.71 mm -1.35 mm 7.33 mm 0 eV 33.6 keV 2.66 mum 2.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -374 mum 75.6 mum 966 mum 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 cm 19.8 mum 2.65 cm 967 keV 0 eV 3.14 cm 3.14 cmWAbsorberPhysicalcompt - 2 -1.93 cm 2.38 mm 3.47 cm 210 keV 0 eV 8.54 mm 3.99 cmWAbsorberPhysicalcompt - 3 -1.92 cm 1.72 mm 3.39 cm 0 eV 69.5 keV 1.02 mm 4.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 cm 1.72 mm 3.39 cm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.92 cm 1.72 mm 3.39 cm 0 eV 140 keV 27.3 mum 27.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 cm 2.38 mm 3.47 cm 757 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm 2.39 mm 3.47 cm 0 eV 757 keV 305 mum 305 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 cm 19.8 mum 2.65 cm 457 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 cm 15.7 mum 2.65 cm 0 eV 457 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -333 mum 78 mum 906 mum 426 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -949 mum 41.3 mum 1.88 mm 296 keV 0 eV 1.15 mm 1.15 mmWAbsorberPhysicalcompt - 2 -3.89 mm -1.37 mm 1.79 mm 0 eV 69.5 keV 3.26 mm 4.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.89 mm -1.37 mm 1.79 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.9 mm -1.36 mm 1.79 mm 0 eV 227 keV 57.5 mum 57.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -949 mum 41.3 mum 1.88 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -949 mum 41.9 mum 1.88 mm 0 eV 130 keV 24.1 mum 24.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -308 mum 80.2 mum 869 mum 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.34 mm -472 mum 6.98 mm 250 keV 0 eV 7.34 mm 7.34 mmWAbsorberPhysicalcompt - 2 -3.81 mm 139 mum 6.82 mm 0 eV 69.5 keV 825 mum 8.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.81 mm 139 mum 6.82 mm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.81 mm 140 mum 6.82 mm 0 eV 181 keV 40.6 mum 40.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.34 mm -472 mum 6.98 mm 822 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.36 mm -478 mum 7 mm 0 eV 822 keV 337 mum 337 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -242 mum 71.2 mum 753 mum 591 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.84 mm 296 mum 6.9 mm 435 keV 0 eV 7.12 mm 7.12 mmWAbsorberPhysicalcompt - 2 -5.26 mm -1.7 mm 8.46 mm 201 keV 0 eV 2.91 mm 1 cmWAbsorberPhysicalcompt - 3 -4.76 mm -1.52 mm 8.73 mm 0 eV 69.5 keV 595 mum 1.06 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.76 mm -1.52 mm 8.73 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.76 mm -1.52 mm 8.73 mm 0 eV 131 keV 24.5 mum 24.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.26 mm -1.7 mm 8.46 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.26 mm -1.7 mm 8.46 mm 0 eV 234 keV 60.2 mum 60.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.84 mm 296 mum 6.9 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.84 mm 298 mum 6.9 mm 0 eV 156 keV 32.3 mum 32.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.22 cm 2.23 cm -6.73 cm 44.7 MeV 0 eV 7.79 cm 7.79 cmCuPlateBPhysicalTransportation - 2 4.44 cm 3.07 cm -9.28 cm 44.7 MeV 0 eV 2.94 cm 10.7 cmLArgPhysicalTransportation - 3 5.54 cm 3.83 cm -11.6 cm 44.7 MeV 0 eV 2.66 cm 13.4 cmBackExcluderTransportation - 4 51.2 cm 35.4 cm -1.07 m 44.7 MeV 0 eV 1.1 m 1.24 mLArgPhysicalTransportation - 5 55 cm 38 cm -1.15 m 44.7 MeV 0 eV 9.21 cm 1.33 mCryostatVolumesTransportation - 6 55.1 cm 38.1 cm -1.15 m 44.7 MeV 0 eV 3.13 mm 1.33 mInsulationPhysicalTransportation - 7 58.1 cm 40.2 cm -1.22 m 44.7 MeV 0 eV 7.31 cm 1.41 mCryostatVolumesTransportation - 8 58.2 cm 40.3 cm -1.22 m 44.7 MeV 0 eV 2.61 mm 1.41 mMotherTransportation - 9 5 m 3.46 m -10.5 m 44.7 MeV 0 eV 10.7 m 12.1 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 17.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.65 mm -19.3 cm -3.81 mm 17.7 MeV 0 eV 19.4 cm 19.4 cmFCALEnvelopePhysicalTransportation - 2 -1.04 cm -26.2 cm -5.17 mm 17.7 MeV 0 eV 6.91 cm 26.3 cmLArgPhysicalTransportation - 3 -3.86 cm -97.5 cm -1.92 cm 17.7 MeV 0 eV 71.3 cm 97.6 cmMotherTransportation - 4 -19.8 cm -5 m -9.85 cm 17.7 MeV 0 eV 4.03 m 5 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=43.6889 -Edep in FCAL1 FCAl2 : 0 43.6889 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2659 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 159 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -14.1 mum 28.8 mum -65 mum 9.41 MeV 166 keV 72.6 mum 72.6 mumWAbsorberPhysicaleBrem - 2 17.5 mum 304 mum -411 mum 5.52 MeV 811 keV 489 mum 562 mumWAbsorberPhysicaleBrem - 3 -70.7 mum 319 mum -722 mum 4.32 MeV 694 keV 463 mum 1.02 mmWAbsorberPhysicaleBrem - 4 52.7 mum 420 mum -853 mum 2.68 MeV 386 keV 260 mum 1.28 mmWAbsorberPhysicaleBrem - 5 31.7 mum 1.24 mm -829 mum 774 keV 1.69 MeV 1.09 mm 2.38 mmWAbsorberPhysicaleBrem - 6 23.4 mum 1.27 mm -845 mum 0 eV 774 keV 314 mum 2.69 mmWAbsorberPhysicaleIoni - 7 23.4 mum 1.27 mm -845 mum 0 eV 0 eV 0 fm 2.69 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 23.4 mum 1.27 mm -845 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 825 mum 221 mum -1.24 mm 0 eV 69.5 keV 1.38 mm 1.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 825 mum 221 mum -1.24 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 826 mum 211 mum -1.24 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 23.4 mum 1.27 mm -845 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.31 mm 5.63 mm 785 mum 502 keV 0 eV 5.72 mm 5.72 mmWAbsorberPhysicalcompt - 2 -3.67 mm 6.22 mm 870 mum 195 keV 0 eV 699 mum 6.42 mmWAbsorberPhysicalcompt - 3 -3.5 mm 6.2 mm 861 mum 0 eV 69.5 keV 175 mum 6.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.5 mm 6.2 mm 861 mum 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.5 mm 6.2 mm 859 mum 0 eV 125 keV 22.7 mum 22.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.67 mm 6.22 mm 870 mum 307 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.68 mm 6.22 mm 871 mum 0 eV 307 keV 90 mum 90 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.31 mm 5.63 mm 785 mum 9.11 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.31 mm 5.63 mm 785 mum 0 eV 9.11 keV 337 nm 337 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 31.7 mum 1.24 mm -829 mum 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -192 mum 2.21 mm -1.3 mm 0 eV 69.5 keV 1.1 mm 1.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -192 mum 2.21 mm -1.3 mm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -196 mum 2.2 mm -1.29 mm 92.2 keV 53.7 keV 14.7 mum 14.7 mumWAbsorberPhysicaleBrem - 2 -195 mum 2.2 mm -1.29 mm 0 eV 92.2 keV 13.9 mum 28.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 52.7 mum 420 mum -853 mum 1.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.35 mm 2.85 mm -1.21 cm 1.09 MeV 0 eV 1.32 cm 1.32 cmWAbsorberPhysicalcompt - 2 -6.72 mm 3.44 mm -1.46 cm 811 keV 0 eV 2.57 mm 1.58 cmWAbsorberPhysicalcompt - 3 -7.6 mm 3.06 mm -1.62 cm 213 keV 0 eV 1.82 mm 1.76 cmWAbsorberPhysicalcompt - 4 -7.72 mm 3.38 mm -1.55 cm 0 eV 69.5 keV 767 mum 1.84 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.72 mm 3.38 mm -1.55 cm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.73 mm 3.38 mm -1.55 cm 0 eV 143 keV 28.3 mum 28.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.6 mm 3.06 mm -1.62 cm 598 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.6 mm 3.05 mm -1.62 cm 0 eV 598 keV 226 mum 226 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.72 mm 3.44 mm -1.46 cm 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.72 mm 3.45 mm -1.46 cm 0 eV 276 keV 76.8 mum 76.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.35 mm 2.85 mm -1.21 cm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.35 mm 2.85 mm -1.21 cm 0 eV 172 keV 37.8 mum 37.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -70.7 mum 319 mum -722 mum 504 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -421 mum 7.64 mm -5.75 mm 336 keV 0 eV 8.89 mm 8.89 mmWAbsorberPhysicalcompt - 2 -371 mum 7.31 mm -9.74 mm 0 eV 69.5 keV 4.01 mm 1.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -371 mum 7.31 mm -9.74 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -368 mum 7.31 mm -9.74 mm 0 eV 267 keV 73.3 mum 73.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -421 mum 7.64 mm -5.75 mm 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -422 mum 7.65 mm -5.75 mm 0 eV 168 keV 36.2 mum 36.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 17.5 mum 304 mum -411 mum 3.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 195 mum 3.52 mm -2.68 mm 382 keV 0 eV 3.94 mm 3.94 mmWAbsorberPhysicalcompt - 2 2.37 mm 9.53 mm 1.03 cm 167 keV 0 eV 1.44 cm 1.84 cmWAbsorberPhysicalcompt - 3 2.63 mm 9.58 mm 9.65 mm 0 eV 69.5 keV 662 mum 1.9 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 mm 9.58 mm 9.65 mm 97 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.63 mm 9.58 mm 9.65 mm 0 eV 97 keV 15.1 mum 15.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.37 mm 9.53 mm 1.03 cm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.37 mm 9.53 mm 1.03 cm 0 eV 216 keV 53.3 mum 53.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 195 mum 3.52 mm -2.68 mm 2.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 260 mum 3.5 mm -2.93 mm 1.65 MeV 480 keV 319 mum 319 mumWAbsorberPhysicaleBrem - 2 203 mum 3.55 mm -2.94 mm 0 eV 1.65 MeV 756 mum 1.08 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 260 mum 3.5 mm -2.93 mm 574 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.72 mm 8.21 mm -3.26 mm 0 eV 69.5 keV 5.59 mm 5.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.72 mm 8.21 mm -3.26 mm 504 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.68 mm 8.24 mm -3.28 mm 11 keV 363 keV 102 mum 102 mumWAbsorberPhysicaleBrem - 2 -2.68 mm 8.24 mm -3.28 mm 0 eV 11 keV 446 nm 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.68 mm 8.24 mm -3.28 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.75 mm 8.15 mm -3.45 mm 0 eV 69.5 keV 208 mum 208 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.75 mm 8.15 mm -3.45 mm 60.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.75 mm 8.15 mm -3.45 mm 0 eV 60.7 keV 7.02 mum 7.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -14.1 mum 28.8 mum -65 mum 28.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.13 mm 6.32 mm -1.21 cm 0 eV 0 eV 1.39 cm 1.39 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 31, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.13 mm 6.32 mm -1.21 cm 25.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.14 mm 6.61 mm -1.27 cm 24.3 MeV 1.28 MeV 620 mum 620 mumWAbsorberPhysicaleBrem - 2 -3.14 mm 6.61 mm -1.27 cm 23.8 MeV 15.5 keV 11.8 mum 632 mumWAbsorberPhysicaleBrem - 3 -3.45 mm 6.88 mm -1.36 cm 19 MeV 2.08 MeV 992 mum 1.62 mmWAbsorberPhysicaleBrem - 4 -3.45 mm 6.88 mm -1.36 cm 14 MeV 2.85 keV 1.56 mum 1.63 mmWAbsorberPhysicaleBrem - 5 -3.47 mm 6.88 mm -1.36 cm 13.7 MeV 129 keV 68 mum 1.69 mmWAbsorberPhysicaleBrem - 6 -3.84 mm 7 mm -1.41 cm 9.17 MeV 2.09 MeV 689 mum 2.38 mmWAbsorberPhysicaleBrem - 7 -4.03 mm 6.83 mm -1.49 cm 95.7 keV 2.76 MeV 824 mum 3.21 mmWAbsorberPhysicaleBrem - 8 -4.03 mm 6.83 mm -1.49 cm 0 eV 95.7 keV 13.6 mum 3.22 mmWAbsorberPhysicaleIoni - 9 -4.03 mm 6.83 mm -1.49 cm 0 eV 0 eV 0 fm 3.22 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.03 mm 6.83 mm -1.49 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.34 mm 8.1 mm -1.48 cm 285 keV 0 eV 2.12 mm 2.12 mmWAbsorberPhysicalcompt - 2 -1.32 mm 7.29 mm -1.39 cm 0 eV 69.5 keV 1.61 mm 3.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 mm 7.29 mm -1.39 cm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 mm 7.29 mm -1.39 cm 0 eV 216 keV 53.2 mum 53.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.34 mm 8.1 mm -1.48 cm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 mm 8.11 mm -1.48 cm 0 eV 226 keV 57.1 mum 57.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.03 mm 6.83 mm -1.49 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.11 mm 4.5 mm -1.49 cm 273 keV 0 eV 3.87 mm 3.87 mmWAbsorberPhysicalcompt - 2 -7.22 mm 4.2 mm -1.31 cm 0 eV 69.5 keV 1.84 mm 5.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.22 mm 4.2 mm -1.31 cm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.21 mm 4.2 mm -1.31 cm 0 eV 203 keV 48.5 mum 48.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.11 mm 4.5 mm -1.49 cm 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.11 mm 4.5 mm -1.49 cm 0 eV 238 keV 61.8 mum 61.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.03 mm 6.83 mm -1.49 cm 6.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.05 mm 7.84 mm -2.11 cm 0 eV 0 eV 6.46 mm 6.46 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 46, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.05 mm 7.84 mm -2.11 cm 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.05 mm 7.84 mm -2.12 cm 0 eV 1.01 MeV 434 mum 434 mumWAbsorberPhysicaleIoni - 2 -5.05 mm 7.84 mm -2.12 cm 0 eV 0 eV 0 fm 434 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.05 mm 7.84 mm -2.12 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.26 mm 8.23 mm -1.9 cm 0 eV 69.5 keV 2.28 mm 2.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.26 mm 8.23 mm -1.9 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.26 mm 8.23 mm -1.9 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.05 mm 7.84 mm -2.12 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.87 mm 7.5 mm -2.32 cm 413 keV 0 eV 2.04 mm 2.04 mmWAbsorberPhysicalcompt - 2 -4.75 mm 7.19 mm -2.35 cm 355 keV 0 eV 423 mum 2.47 mmWAbsorberPhysicalcompt - 3 -2.69 mm 3.68 mm -2.37 cm 273 keV 0 eV 4.07 mm 6.53 mmWAbsorberPhysicalcompt - 4 -2.84 mm 3.29 mm -2.39 cm 0 eV 69.5 keV 484 mum 7.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 mm 3.29 mm -2.39 cm 204 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 mm 3.29 mm -2.39 cm 0 eV 204 keV 48.7 mum 48.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.69 mm 3.68 mm -2.37 cm 81.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.69 mm 3.68 mm -2.37 cm 0 eV 81.9 keV 11.5 mum 11.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.75 mm 7.19 mm -2.35 cm 58.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.75 mm 7.19 mm -2.35 cm 0 eV 58.2 keV 6.57 mum 6.57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.87 mm 7.5 mm -2.32 cm 97.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.87 mm 7.5 mm -2.32 cm 0 eV 97.7 keV 15.3 mum 15.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.05 mm 7.84 mm -2.11 cm 4.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.8 mm 7.35 mm -2.16 cm 1.07 MeV 2.46 MeV 907 mum 907 mumWAbsorberPhysicaleBrem - 2 -4.73 mm 7.5 mm -2.16 cm 317 keV 587 keV 322 mum 1.23 mmWAbsorberPhysicaleBrem - 3 -4.73 mm 7.5 mm -2.16 cm 0 eV 317 keV 93.9 mum 1.32 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.73 mm 7.5 mm -2.16 cm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.03 mm 7.39 mm -2.15 cm 0 eV 69.5 keV 327 mum 327 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.03 mm 7.39 mm -2.15 cm 94 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.03 mm 7.39 mm -2.15 cm 0 eV 94 keV 14.4 mum 14.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.8 mm 7.35 mm -2.16 cm 759 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.61 mm 1.35 cm -3.13 cm 657 keV 0 eV 1.2 cm 1.2 cmWAbsorberPhysicalcompt - 2 -9.17 mm 1.42 cm -3.65 cm 235 keV 0 eV 5.33 mm 1.74 cmWAbsorberPhysicalcompt - 3 -8.99 mm 1.47 cm -3.62 cm 0 eV 69.5 keV 641 mum 1.8 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.99 mm 1.47 cm -3.62 cm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.99 mm 1.48 cm -3.62 cm 0 eV 166 keV 35.5 mum 35.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.17 mm 1.42 cm -3.65 cm 422 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.18 mm 1.42 cm -3.65 cm 0 eV 422 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.61 mm 1.35 cm -3.13 cm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.61 mm 1.35 cm -3.13 cm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.84 mm 7 mm -1.41 cm 2.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.47 mm 8.65 mm -1.88 cm 1.68 MeV 0 eV 5.2 mm 5.2 mmWAbsorberPhysicalcompt - 2 -8.39 mm 9.27 mm -2.2 cm 1.15 MeV 0 eV 4.41 mm 9.6 mmWAbsorberPhysicalcompt - 3 -1.04 cm 1.13 cm -2.36 cm 908 keV 0 eV 3.24 mm 1.28 cmWAbsorberPhysicalcompt - 4 -1.69 cm 2.16 cm -2.46 cm 0 eV 69.5 keV 1.23 cm 2.51 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm 2.16 cm -2.46 cm 839 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm 2.17 cm -2.46 cm 0 eV 839 keV 346 mum 346 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm 1.13 cm -2.36 cm 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm 1.13 cm -2.36 cm 0 eV 243 keV 63.7 mum 63.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.39 mm 9.27 mm -2.2 cm 532 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.4 mm 9.26 mm -2.2 cm 0 eV 532 keV 194 mum 194 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.47 mm 8.65 mm -1.88 cm 709 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.46 mm 8.66 mm -1.88 cm 0 eV 709 keV 281 mum 281 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.47 mm 6.88 mm -1.36 cm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.86 mm 6.96 mm -1.46 cm 0 eV 69.5 keV 1.09 mm 1.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.86 mm 6.96 mm -1.46 cm 95.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.86 mm 6.96 mm -1.46 cm 0 eV 95.5 keV 14.7 mum 14.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.45 mm 6.88 mm -1.36 cm 5.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.29 mm 7.3 mm -2.5 cm 416 keV 0 eV 1.2 cm 1.2 cmWAbsorberPhysicalcompt - 2 -5.91 mm 6.1 mm -2.52 cm 0 eV 69.5 keV 1.85 mm 1.39 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.91 mm 6.1 mm -2.52 cm 346 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.9 mm 6.1 mm -2.52 cm 0 eV 346 keV 107 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.29 mm 7.3 mm -2.5 cm 4.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.53 mm 6.63 mm -2.53 cm 2.55 MeV 1.98 MeV 970 mum 970 mumWAbsorberPhysicaleBrem - 2 -7.37 mm 6.51 mm -2.54 cm 429 keV 376 keV 247 mum 1.22 mmWAbsorberPhysicaleBrem - 3 -7.36 mm 6.52 mm -2.54 cm 0 eV 429 keV 145 mum 1.36 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.37 mm 6.51 mm -2.54 cm 1.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.02 mm 1.63 cm -3.86 cm 0 eV 69.5 keV 2 cm 2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.02 mm 1.63 cm -3.86 cm 1.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.26 mm 1.6 cm -3.87 cm 339 keV 1.05 MeV 683 mum 683 mumWAbsorberPhysicaleBrem - 2 4.25 mm 1.6 cm -3.87 cm 0 eV 339 keV 104 mum 787 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 mm 1.6 cm -3.87 cm 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.01 mm 1.59 cm -3.88 cm 257 keV 0 eV 294 mum 294 mumWAbsorberPhysicalcompt - 2 2.93 mm 1.59 cm -3.86 cm 0 eV 69.5 keV 1.09 mm 1.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.93 mm 1.59 cm -3.86 cm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.93 mm 1.59 cm -3.86 cm 0 eV 188 keV 43 mum 43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.01 mm 1.59 cm -3.88 cm 30.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.01 mm 1.59 cm -3.88 cm 0 eV 30.8 keV 2.3 mum 2.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.53 mm 6.63 mm -2.53 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.5 mm 6.57 mm -2.53 cm 0 eV 69.5 keV 57.4 mum 57.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.5 mm 6.57 mm -2.53 cm 35.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.5 mm 6.57 mm -2.53 cm 0 eV 35.4 keV 2.91 mum 2.91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.45 mm 6.88 mm -1.36 cm 2.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.62 mm 7.38 mm -2.32 cm 0 eV 0 eV 1.02 cm 1.02 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 75, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.62 mm 7.38 mm -2.32 cm 1.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.68 mm 7.34 mm -2.32 cm 0 eV 1.26 MeV 570 mum 570 mumWAbsorberPhysicaleIoni - 2 -6.68 mm 7.34 mm -2.32 cm 0 eV 0 eV 0 fm 570 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.68 mm 7.34 mm -2.32 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.57 mm 5.72 mm -2.11 cm 0 eV 69.5 keV 2.94 mm 2.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.57 mm 5.72 mm -2.11 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.57 mm 5.72 mm -2.1 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.68 mm 7.34 mm -2.32 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.54 mm 1 cm -2.69 cm 0 eV 69.5 keV 4.91 mm 4.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.54 mm 1 cm -2.69 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.54 mm 1 cm -2.69 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.62 mm 7.38 mm -2.32 cm 412 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.6 mm 7.38 mm -2.32 cm 10.8 keV 62.3 keV 34.4 mum 34.4 mumWAbsorberPhysicaleBrem - 2 -6.6 mm 7.38 mm -2.32 cm 0 eV 10.8 keV 438 nm 34.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.6 mm 7.38 mm -2.32 cm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.87 mm 9.38 mm -2.38 cm 306 keV 0 eV 3.08 mm 3.08 mmWAbsorberPhysicalcompt - 2 -9.11 mm 9.46 mm -2.4 cm 0 eV 69.5 keV 305 mum 3.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.11 mm 9.46 mm -2.4 cm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.11 mm 9.46 mm -2.4 cm 0 eV 237 keV 61.3 mum 61.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.87 mm 9.38 mm -2.38 cm 32.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.87 mm 9.38 mm -2.38 cm 0 eV 32.3 keV 2.49 mum 2.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.14 mm 6.61 mm -1.27 cm 476 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.63 mm 7.96 mm -1.55 cm 367 keV 0 eV 3.19 mm 3.19 mmWAbsorberPhysicalcompt - 2 -2.97 mm 8.47 mm -1.62 cm 0 eV 69.5 keV 1.1 mm 4.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.97 mm 8.47 mm -1.62 cm 297 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.96 mm 8.47 mm -1.62 cm 0 eV 297 keV 85.9 mum 85.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.63 mm 7.96 mm -1.55 cm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.63 mm 7.96 mm -1.55 cm 0 eV 109 keV 18.3 mum 18.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.14 mm 6.61 mm -1.27 cm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm 6.78 mm -1.31 cm 0 eV 69.5 keV 444 mum 444 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 mm 6.78 mm -1.31 cm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.19 mm 6.78 mm -1.31 cm 0 eV 166 keV 35.6 mum 35.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.13 mm 6.32 mm -1.21 cm 2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.21 mm 6.39 mm -1.22 cm 0 eV 2 MeV 934 mum 934 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 mm -18.9 cm 8.03 cm 38.1 MeV 0 eV 20.5 cm 20.5 cmFCALEnvelopePhysicalTransportation - 2 1.76 mm -26.5 cm 11.3 cm 38.1 MeV 0 eV 8.25 cm 28.8 cmLArgPhysicalTransportation - 3 6.47 mm -97.5 cm 41.4 cm 38.1 MeV 0 eV 77.2 cm 1.06 mMotherTransportation - 4 3.32 cm -5 m 2.13 m 38.1 MeV 0 eV 4.37 m 5.43 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 28.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.76 cm 17.2 cm 17.4 cm 28.6 MeV 0 eV 25.6 cm 25.6 cmF2TroffMainPhysicalTransportation - 2 8.21 cm 18.1 cm 18.4 cm 28.6 MeV 0 eV 1.46 cm 27.1 cmLArgPhysicalTransportation - 3 44.1 cm 97.5 cm 98.9 cm 28.6 MeV 0 eV 1.19 m 1.46 mCryostatVolumesTransportation - 4 52 cm 1.15 m 1.17 m 28.6 MeV 0 eV 26.2 cm 1.72 mInsulationPhysicalTransportation - 5 54.9 cm 1.21 m 1.23 m 28.6 MeV 0 eV 9.42 cm 1.81 mCryostatVolumesTransportation - 6 55 cm 1.22 m 1.23 m 28.6 MeV 0 eV 3.36 mm 1.82 mMotherTransportation - 7 2.26 m 5 m 5.07 m 28.6 MeV 0 eV 5.66 m 7.47 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=39.4157 -Edep in FCAL1 FCAl2 : 0 39.4157 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2660 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 160 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -95.2 mum 410 mum 25.2 mum 33.1 MeV 768 keV 423 mum 423 mumWAbsorberPhysicaleIoni - 2 -155 mum 564 mum 47.1 mum 19.5 MeV 320 keV 167 mum 590 mumWAbsorberPhysicaleIoni - 3 -372 mum 1.16 mm 25.3 mum 18.2 MeV 1.14 MeV 706 mum 1.3 mmWAbsorberPhysicaleBrem - 4 -1.19 mm 2.32 mm 561 mum 8.37 MeV 3.38 MeV 1.65 mm 2.94 mmWAbsorberPhysicaleBrem - 5 -2 mm 3 mm 1.03 mm 3.23 MeV 3 MeV 1.18 mm 4.12 mmWAbsorberPhysicaleBrem - 6 -2.53 mm 2.72 mm 1.36 mm 1.75 MeV 1.23 MeV 839 mum 4.96 mmWAbsorberPhysicaleBrem - 7 -2.48 mm 2.73 mm 1.25 mm 0 eV 1.75 MeV 821 mum 5.78 mmWAbsorberPhysicaleIoni - 8 -2.48 mm 2.73 mm 1.25 mm 0 eV 0 eV 0 fm 5.78 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.48 mm 2.73 mm 1.25 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.49 mm 2.62 mm 1.24 mm 238 keV 0 eV 112 mum 112 mumWAbsorberPhysicalcompt - 2 -2.38 mm 2.65 mm 1.06 mm 143 keV 0 eV 222 mum 334 mumWAbsorberPhysicalcompt - 3 -2.21 mm 2.57 mm 1.3 mm 0 eV 69.5 keV 307 mum 641 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.21 mm 2.57 mm 1.3 mm 73.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.21 mm 2.57 mm 1.3 mm 0 eV 73.4 keV 9.62 mum 9.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.38 mm 2.65 mm 1.06 mm 95.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.38 mm 2.65 mm 1.06 mm 0 eV 95.4 keV 14.7 mum 14.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.49 mm 2.62 mm 1.24 mm 273 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm 2.62 mm 1.25 mm 0 eV 273 keV 75.7 mum 75.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.48 mm 2.73 mm 1.25 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 mm 6.32 mm 1.48 mm 0 eV 69.5 keV 3.65 mm 3.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.87 mm 6.32 mm 1.48 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 mm 6.32 mm 1.49 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.53 mm 2.72 mm 1.36 mm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.49 mm 2.61 mm 1.17 mm 141 keV 0 eV 222 mum 222 mumWAbsorberPhysicalcompt - 2 -2.32 mm 2.55 mm 1.55 mm 0 eV 69.5 keV 419 mum 641 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.32 mm 2.55 mm 1.55 mm 71.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.32 mm 2.55 mm 1.55 mm 0 eV 71.6 keV 9.24 mum 9.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.49 mm 2.61 mm 1.17 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.49 mm 2.61 mm 1.17 mm 0 eV 112 keV 19.1 mum 19.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 mm 3 mm 1.03 mm 2.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 102 mum -1.85 mm 7.74 mm 359 keV 0 eV 8.55 mm 8.55 mmWAbsorberPhysicalcompt - 2 767 mum -360 mum 8.21 mm 331 keV 0 eV 1.7 mm 1.03 cmWAbsorberPhysicalcompt - 3 1.94 mm 518 mum 8.54 mm 0 eV 69.5 keV 1.5 mm 1.18 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 mm 518 mum 8.54 mm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 mm 520 mum 8.54 mm 0 eV 261 keV 71 mum 71 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 767 mum -360 mum 8.21 mm 28.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 767 mum -360 mum 8.21 mm 0 eV 28.1 keV 2 mum 2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 102 mum -1.85 mm 7.74 mm 1.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 76.8 mum -2.02 mm 7.71 mm 906 keV 346 keV 227 mum 227 mumWAbsorberPhysicaleBrem - 2 93.7 mum -1.99 mm 7.71 mm 0 eV 906 keV 380 mum 607 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 76.8 mum -2.02 mm 7.71 mm 527 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 508 mum -1.36 mm 7.49 mm 0 eV 69.5 keV 810 mum 810 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 508 mum -1.36 mm 7.49 mm 457 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 510 mum -1.35 mm 7.49 mm 0 eV 457 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.19 mm 2.32 mm 561 mum 6.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm 4.71 mm 1.85 cm 0 eV 0 eV 2.02 cm 2.02 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 25, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm 4.71 mm 1.85 cm 885 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm 4.71 mm 1.85 cm 0 eV 885 keV 372 mum 372 mumWAbsorberPhysicaleIoni - 2 -1.03 cm 4.71 mm 1.85 cm 0 eV 0 eV 0 fm 372 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm 4.71 mm 1.85 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm 4.81 mm 1.83 cm 0 eV 69.5 keV 254 mum 254 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm 4.81 mm 1.83 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm 4.82 mm 1.83 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm 4.71 mm 1.85 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm 3.22 mm 2.2 cm 0 eV 69.5 keV 3.8 mm 3.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 cm 3.22 mm 2.2 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm 3.21 mm 2.2 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm 4.71 mm 1.85 cm 4.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 cm 4.37 mm 1.88 cm 2.76 MeV 1.23 MeV 574 mum 574 mumWAbsorberPhysicaleBrem - 2 -1.07 cm 3.77 mm 1.83 cm 276 keV 2.48 MeV 1.25 mm 1.82 mmWAbsorberPhysicaleIoni - 3 -1.07 cm 3.77 mm 1.83 cm 0 eV 276 keV 77.1 mum 1.9 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm 4.37 mm 1.88 cm 530 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.97 mm 6.04 mm 1.67 cm 0 eV 69.5 keV 2.75 mm 2.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.97 mm 6.04 mm 1.67 cm 461 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.93 mm 6.04 mm 1.67 cm 210 keV 145 keV 80.3 mum 80.3 mumWAbsorberPhysicaleBrem - 2 -9.93 mm 6.04 mm 1.67 cm 0 eV 210 keV 51.2 mum 132 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.93 mm 6.04 mm 1.67 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.98 mm 6.26 mm 1.66 cm 0 eV 69.5 keV 242 mum 242 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.98 mm 6.26 mm 1.66 cm 35.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.98 mm 6.26 mm 1.66 cm 0 eV 35.3 keV 2.88 mum 2.88 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -372 mum 1.16 mm 25.3 mum 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -490 mum 1.35 mm -1.7 mum 0 eV 69.5 keV 226 mum 226 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -490 mum 1.35 mm -1.7 mum 78 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -490 mum 1.35 mm -2.04 mum 0 eV 78 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -155 mum 564 mum 47.1 mum 13.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -114 mum 1.22 mm 63.5 mum 11.5 MeV 1.15 MeV 654 mum 654 mumWAbsorberPhysicaleBrem - 2 -378 mum 1.65 mm -73.6 mum 10.4 MeV 1.02 MeV 569 mum 1.22 mmWAbsorberPhysicaleBrem - 3 -396 mum 1.73 mm -125 mum 9.83 MeV 302 keV 97.5 mum 1.32 mmWAbsorberPhysicaleBrem - 4 -411 mum 1.98 mm -180 mum 1.69 MeV 512 keV 274 mum 1.59 mmWAbsorberPhysicaleBrem - 5 -411 mum 1.99 mm -184 mum 905 keV 22.8 keV 13.5 mum 1.61 mmWAbsorberPhysicaleBrem - 6 -423 mum 2.02 mm -195 mum 0 eV 905 keV 379 mum 1.99 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -411 mum 1.99 mm -184 mum 765 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -724 mum 2.41 mm -312 mum 314 keV 0 eV 533 mum 533 mumWAbsorberPhysicalcompt - 2 1.05 mm 4.15 mm 522 mum 202 keV 0 eV 2.62 mm 3.15 mmWAbsorberPhysicalcompt - 3 882 mum 4.28 mm 682 mum 0 eV 69.5 keV 264 mum 3.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 882 mum 4.28 mm 682 mum 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 880 mum 4.28 mm 683 mum 0 eV 133 keV 25 mum 25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 mm 4.15 mm 522 mum 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 mm 4.15 mm 522 mum 0 eV 112 keV 19 mum 19 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -724 mum 2.41 mm -312 mum 451 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -734 mum 2.41 mm -316 mum 0 eV 451 keV 155 mum 155 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -411 mum 1.98 mm -180 mum 7.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -188 mum 7.16 mm -3.11 mm 0 eV 0 eV 5.96 mm 5.96 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -188 mum 7.16 mm -3.11 mm 4.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 111 mum 7.84 mm -3.08 mm 2.94 MeV 1.31 MeV 794 mum 794 mumWAbsorberPhysicaleBrem - 2 166 mum 8.06 mm -3.37 mm 2.01 MeV 510 keV 334 mum 1.13 mmWAbsorberPhysicaleBrem - 3 225 mum 8.04 mm -3.32 mm 0 eV 112 keV 79.7 mum 1.21 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 225 mum 8.04 mm -3.32 mm 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.39 mm -475 mum 5.35 mm 235 keV 0 eV 1.55 cm 1.55 cmWAbsorberPhysicalcompt - 2 -9.09 mm 287 mum 5.33 mm 0 eV 69.5 keV 819 mum 1.63 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.09 mm 287 mum 5.33 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.09 mm 289 mum 5.33 mm 0 eV 165 keV 35.3 mum 35.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.39 mm -475 mum 5.35 mm 974 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.32 mm -514 mum 5.46 mm 88.5 keV 885 keV 370 mum 370 mumWAbsorberPhysicaleBrem - 2 -9.32 mm -513 mum 5.46 mm 0 eV 88.5 keV 13.1 mum 383 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 225 mum 8.04 mm -3.32 mm 1.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.65 mm 8.6 mm 8.35 mm 1.35 MeV 0 eV 1.25 cm 1.25 cmWAbsorberPhysicalcompt - 2 7.51 mm 8.8 mm 1.13 cm 1.25 MeV 0 eV 4.15 mm 1.66 cmWAbsorberPhysicalcompt - 3 3.08 cm 1.33 cm 5.28 cm 294 keV 0 eV 4.77 cm 6.43 cmWAbsorberPhysicalcompt - 4 2.84 cm 1.24 cm 5.32 cm 248 keV 0 eV 2.5 mm 6.68 cmWAbsorberPhysicalcompt - 5 2.83 cm 1.25 cm 5.32 cm 0 eV 69.5 keV 130 mum 6.7 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.83 cm 1.25 cm 5.32 cm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.83 cm 1.25 cm 5.32 cm 0 eV 178 keV 39.8 mum 39.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.84 cm 1.24 cm 5.32 cm 46.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.84 cm 1.24 cm 5.32 cm 0 eV 46.1 keV 4.48 mum 4.48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.08 cm 1.33 cm 5.28 cm 953 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.08 cm 1.34 cm 5.27 cm 553 keV 277 keV 185 mum 185 mumWAbsorberPhysicaleBrem - 2 3.08 cm 1.34 cm 5.28 cm 0 eV 553 keV 204 mum 389 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.08 cm 1.34 cm 5.27 cm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.09 cm 1.34 cm 5.27 cm 0 eV 69.5 keV 111 mum 111 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.09 cm 1.34 cm 5.27 cm 53 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.09 cm 1.34 cm 5.27 cm 0 eV 53 keV 5.62 mum 5.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.51 mm 8.8 mm 1.13 cm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.51 mm 8.8 mm 1.13 cm 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.65 mm 8.6 mm 8.35 mm 355 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.64 mm 8.6 mm 8.36 mm 0 eV 355 keV 111 mum 111 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 166 mum 8.06 mm -3.37 mm 425 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 737 mum 7.36 mm 237 mum 354 keV 0 eV 3.72 mm 3.72 mmWAbsorberPhysicalcompt - 2 5.09 mm 314 mum 6.15 mm 0 eV 69.5 keV 1.02 cm 1.39 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.09 mm 314 mum 6.15 mm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.1 mm 310 mum 6.15 mm 0 eV 285 keV 80.6 mum 80.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 737 mum 7.36 mm 237 mum 70.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 737 mum 7.36 mm 237 mum 0 eV 70.9 keV 9.09 mum 9.09 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 111 mum 7.84 mm -3.08 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 281 mum 8.06 mm -3.28 mm 0 eV 69.5 keV 339 mum 339 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 281 mum 8.06 mm -3.28 mm 95.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 280 mum 8.06 mm -3.28 mm 0 eV 95.7 keV 14.8 mum 14.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -188 mum 7.16 mm -3.11 mm 2.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 11.2 mum 7.21 mm -3.27 mm 998 keV 1.04 MeV 354 mum 354 mumWAbsorberPhysicaleBrem - 2 16.7 mum 7.17 mm -3.26 mm 0 eV 998 keV 427 mum 781 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 11.2 mum 7.21 mm -3.27 mm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 113 mum 6.61 mm -3.25 mm 0 eV 69.5 keV 609 mum 609 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 113 mum 6.61 mm -3.25 mm 84.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 112 mum 6.61 mm -3.25 mm 0 eV 84.9 keV 12.2 mum 12.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -396 mum 1.73 mm -125 mum 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -682 mum 3.22 mm -1.03 mm 0 eV 69.5 keV 1.76 mm 1.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -682 mum 3.22 mm -1.03 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -683 mum 3.22 mm -1.03 mm 0 eV 159 keV 33.2 mum 33.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -378 mum 1.65 mm -73.6 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -416 mum 2.1 mm -297 mum 100 keV 0 eV 501 mum 501 mumWAbsorberPhysicalcompt - 2 -427 mum 2.08 mm -290 mum 0 eV 69.5 keV 22.3 mum 523 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -427 mum 2.08 mm -290 mum 30.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -427 mum 2.08 mm -290 mum 0 eV 30.4 keV 2.26 mum 2.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -416 mum 2.1 mm -297 mum 54.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -415 mum 2.1 mm -298 mum 0 eV 54.7 keV 5.93 mum 5.93 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -114 mum 1.22 mm 63.5 mum 575 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -188 mum 1.56 mm -101 mum 453 keV 0 eV 381 mum 381 mumWAbsorberPhysicalcompt - 2 -370 mum 2 mm 16.9 mum 0 eV 69.5 keV 494 mum 875 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -370 mum 2 mm 16.9 mum 384 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -377 mum 2.01 mm 21.3 mum 0 eV 384 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -188 mum 1.56 mm -101 mum 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -188 mum 1.56 mm -102 mum 0 eV 122 keV 21.8 mum 21.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -95.2 mum 410 mum 25.2 mum 3.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -387 mum 626 mum 348 mum 1.94 MeV 1.01 MeV 637 mum 637 mumWAbsorberPhysicaleBrem - 2 -397 mum 660 mum 250 mum 0 eV 1.94 MeV 903 mum 1.54 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -387 mum 626 mum 348 mum 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -313 mum 1.4 mm -1.54 mm 0 eV 69.5 keV 2.04 mm 2.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -313 mum 1.4 mm -1.54 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -314 mum 1.4 mm -1.55 mm 0 eV 184 keV 41.8 mum 41.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 23.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.59 cm -2.13 cm -6.52 cm 23.7 MeV 0 eV 10.2 cm 10.2 cmCuPlateBPhysicalTransportation - 2 -10.5 cm -2.93 cm -8.98 cm 23.7 MeV 0 eV 3.87 cm 14.1 cmLArgPhysicalTransportation - 3 -13.5 cm -3.78 cm -11.6 cm 23.7 MeV 0 eV 4.07 cm 18.2 cmBackExcluderTransportation - 4 -42.6 cm -11.9 cm -36.6 cm 23.7 MeV 0 eV 39.2 cm 57.4 cmLArgPhysicalTransportation - 5 -96.7 cm -27.1 cm -83 cm 23.7 MeV 0 eV 72.9 cm 1.3 mCryostatVolumesTransportation - 6 -96.9 cm -27.1 cm -83.2 cm 23.7 MeV 0 eV 3.07 mm 1.31 mInsulationPhysicalTransportation - 7 -1.02 m -28.6 cm -87.8 cm 23.7 MeV 0 eV 7.16 cm 1.38 mCryostatVolumesTransportation - 8 -1.02 m -28.7 cm -87.9 cm 23.7 MeV 0 eV 2.56 mm 1.38 mMotherTransportation - 9 -5 m -1.4 m -4.29 m 23.7 MeV 0 eV 5.36 m 6.74 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 13.2 cm -13.7 cm 5.72 cm 44.4 MeV 0 eV 19.9 cm 19.9 cmLArgPhysicalTransportation - 2 94.3 cm -97.5 cm 40.8 cm 44.4 MeV 0 eV 1.22 m 1.42 mMotherTransportation - 3 4.84 m -5 m 2.09 m 44.4 MeV 0 eV 5.85 m 7.26 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=38.0473 -Edep in FCAL1 FCAl2 : 0 38.0473 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2661 0 0 0 --------------------------------------------- - ----> Begin of event: 161 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 161 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -387 mum 59.7 mum 145 mum 44.8 MeV 1.07 MeV 419 mum 419 mumWAbsorberPhysicaleBrem - 2 -485 mum 82.9 mum 187 mum 44.4 MeV 257 keV 108 mum 527 mumWAbsorberPhysicaleBrem - 3 -1.1 mm 235 mum 512 mum 42.4 MeV 1.81 MeV 719 mum 1.25 mmWAbsorberPhysicaleBrem - 4 -1.68 mm 143 mum 618 mum 41.1 MeV 1.1 MeV 593 mum 1.84 mmWAbsorberPhysicaleBrem - 5 -2.07 mm -42.1 mum 678 mum 37.4 MeV 1.16 MeV 438 mum 2.28 mmWAbsorberPhysicaleBrem - 6 -2.31 mm -171 mum 729 mum 36.4 MeV 480 keV 279 mum 2.56 mmWAbsorberPhysicaleBrem - 7 -2.32 mm -178 mum 730 mum 36.2 MeV 21 keV 11.6 mum 2.57 mmWAbsorberPhysicaleBrem - 8 -2.71 mm -382 mum 763 mum 34.9 MeV 1.09 MeV 446 mum 3.01 mmWAbsorberPhysicaleBrem - 9 -3.44 mm -749 mum 953 mum 33.1 MeV 1.52 MeV 842 mum 3.86 mmWAbsorberPhysicaleBrem - 10 -3.49 mm -796 mum 962 mum 32.8 MeV 94.5 keV 66 mum 3.92 mmWAbsorberPhysicaleBrem - 11 -3.99 mm -1.31 mm 940 mum 12.9 MeV 1.69 MeV 715 mum 4.64 mmWAbsorberPhysicaleBrem - 12 -3.97 mm -2.72 mm 1.57 mm 8.12 MeV 2.96 MeV 1.51 mm 6.15 mmWAbsorberPhysicaleBrem - 13 -3.91 mm -2.93 mm 967 mum 1.88 MeV 2.86 MeV 1.02 mm 7.17 mmWAbsorberPhysicaleBrem - 14 -4.01 mm -3.01 mm 900 mum 0 eV 1.88 MeV 892 mum 8.06 mmWAbsorberPhysicaleIoni - 15 -4.01 mm -3.01 mm 900 mum 0 eV 0 eV 0 fm 8.06 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.01 mm -3.01 mm 900 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.15 mm -4.29 mm 1.81 mm 219 keV 0 eV 1.58 mm 1.58 mmWAbsorberPhysicalcompt - 2 -3.8 mm -1.97 mm 3.46 mm 0 eV 69.5 keV 2.86 mm 4.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.8 mm -1.97 mm 3.46 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.81 mm -1.97 mm 3.46 mm 0 eV 149 keV 30.1 mum 30.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.15 mm -4.29 mm 1.81 mm 292 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.15 mm -4.29 mm 1.81 mm 0 eV 292 keV 83.8 mum 83.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.01 mm -3.01 mm 900 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.61 mm 484 mum -1.58 mm 497 keV 0 eV 4.3 mm 4.3 mmWAbsorberPhysicalcompt - 2 -3.4 mm 1.49 mm -2.01 mm 0 eV 69.5 keV 1.12 mm 5.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.4 mm 1.49 mm -2.01 mm 428 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.4 mm 1.5 mm -2.01 mm 0 eV 428 keV 144 mum 144 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.61 mm 484 mum -1.58 mm 13.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.61 mm 484 mum -1.58 mm 0 eV 13.5 keV 618 nm 618 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.91 mm -2.93 mm 967 mum 3.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.47 mm -4.27 mm -183 mum 2.74 MeV 0 eV 2.35 mm 2.35 mmWAbsorberPhysicalcompt - 2 -8.56 mm -7.08 mm -4.27 mm 932 keV 0 eV 5.84 mm 8.2 mmWAbsorberPhysicalcompt - 3 -1.96 cm -9.79 mm -4.43 mm 482 keV 0 eV 1.13 cm 1.95 cmWAbsorberPhysicalcompt - 4 -2.56 cm -3.45 mm -6.46 mm 178 keV 0 eV 8.99 mm 2.85 cmWAbsorberPhysicalcompt - 5 -2.55 cm -3.46 mm -6.44 mm 0 eV 69.5 keV 89.2 mum 2.86 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 cm -3.46 mm -6.44 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 cm -3.46 mm -6.44 mm 0 eV 109 keV 18.3 mum 18.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.56 cm -3.45 mm -6.46 mm 303 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.56 cm -3.45 mm -6.46 mm 0 eV 303 keV 88.3 mum 88.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 cm -9.79 mm -4.43 mm 451 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 cm -9.8 mm -4.43 mm 0 eV 451 keV 155 mum 155 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.56 mm -7.08 mm -4.27 mm 1.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.58 mm -7.12 mm -4.35 mm 0 eV 1.81 MeV 525 mum 525 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.47 mm -4.27 mm -183 mum 634 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.48 mm -4.28 mm -178 mum 0 eV 634 keV 243 mum 243 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.97 mm -2.72 mm 1.57 mm 1.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.9 mm -7.26 mm 626 mum 240 keV 0 eV 7.53 mm 7.53 mmWAbsorberPhysicalcompt - 2 -8.42 mm -7.03 mm 1.27 mm 0 eV 69.5 keV 1.63 mm 9.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.42 mm -7.03 mm 1.27 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.42 mm -7.03 mm 1.27 mm 0 eV 171 keV 37.2 mum 37.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.9 mm -7.26 mm 626 mum 1.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.97 mm -7.3 mm 614 mum 0 eV 1.6 MeV 732 mum 732 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.99 mm -1.31 mm 940 mum 18.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.06 mm -8.41 mm 2.45 mm 0 eV 0 eV 8.32 mm 8.32 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 32, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.06 mm -8.41 mm 2.45 mm 7.86 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.65 mm -8.66 mm 2.42 mm 6.2 MeV 1.43 MeV 784 mum 784 mumWAbsorberPhysicaleBrem - 2 -8.66 mm -8.88 mm 2.57 mm 3.22 MeV 409 keV 273 mum 1.06 mmWAbsorberPhysicaleBrem - 3 -8.65 mm -9 mm 2.61 mm 2.39 MeV 323 keV 153 mum 1.21 mmWAbsorberPhysicaleBrem - 4 -8.62 mm -9.4 mm 2.55 mm 1.17 MeV 811 keV 518 mum 1.73 mmWAbsorberPhysicaleBrem - 5 -8.55 mm -9.43 mm 2.54 mm 0 eV 1.17 MeV 518 mum 2.25 mmWAbsorberPhysicaleIoni - 6 -8.55 mm -9.43 mm 2.54 mm 0 eV 0 eV 0 fm 2.25 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.55 mm -9.43 mm 2.54 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 cm -9.18 mm 2.99 mm 432 keV 0 eV 1.59 mm 1.59 mmWAbsorberPhysicalcompt - 2 -1.64 cm -1.17 cm 2.87 mm 0 eV 69.5 keV 6.85 mm 8.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 cm -1.17 cm 2.87 mm 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm -1.17 cm 2.88 mm 0 eV 363 keV 114 mum 114 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 cm -9.18 mm 2.99 mm 78.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 cm -9.18 mm 2.99 mm 0 eV 78.5 keV 10.7 mum 10.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.55 mm -9.43 mm 2.54 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.88 mm -9.7 mm 2.05 mm 172 keV 0 eV 1.77 mm 1.77 mmWAbsorberPhysicalcompt - 2 -7.2 mm -9.72 mm 2.14 mm 0 eV 69.5 keV 329 mum 2.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.2 mm -9.72 mm 2.14 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.2 mm -9.72 mm 2.15 mm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.88 mm -9.7 mm 2.05 mm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.87 mm -9.7 mm 2.05 mm 0 eV 339 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.62 mm -9.4 mm 2.55 mm 416 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.6 mm -1.15 cm 1.92 mm 217 keV 0 eV 3.73 mm 3.73 mmWAbsorberPhysicalcompt - 2 -5.54 mm -1.14 cm 1.84 mm 0 eV 69.5 keV 167 mum 3.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.54 mm -1.14 cm 1.84 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.54 mm -1.14 cm 1.84 mm 0 eV 147 keV 29.4 mum 29.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.6 mm -1.15 cm 1.92 mm 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.6 mm -1.15 cm 1.92 mm 0 eV 199 keV 46.9 mum 46.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.65 mm -9 mm 2.61 mm 500 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.7 mm -1.1 cm 5.76 mm 0 eV 69.5 keV 3.75 mm 3.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.7 mm -1.1 cm 5.76 mm 430 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.7 mm -1.1 cm 5.77 mm 0 eV 430 keV 145 mum 145 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.66 mm -8.88 mm 2.57 mm 2.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm -1.71 cm 1.07 cm 2.27 MeV 0 eV 1.16 cm 1.16 cmWAbsorberPhysicalcompt - 2 -1.02 cm -1.74 cm 1.1 cm 0 eV 0 eV 494 mum 1.21 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 48, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 cm -1.74 cm 1.1 cm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm -1.74 cm 1.1 cm 0 eV 191 keV 42.1 mum 42.1 mumWAbsorberPhysicaleIoni - 2 -1.02 cm -1.74 cm 1.1 cm 0 eV 0 eV 0 fm 42.1 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 cm -1.74 cm 1.1 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.84 mm -2.61 cm 1.36 cm 0 eV 69.5 keV 9.1 mm 9.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.84 mm -2.61 cm 1.36 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.84 mm -2.61 cm 1.36 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 cm -1.74 cm 1.1 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm -6.67 mm 7.83 mm 194 keV 0 eV 1.12 cm 1.12 cmWAbsorberPhysicalcompt - 2 -1.04 cm -6.88 mm 8.18 mm 0 eV 69.5 keV 502 mum 1.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm -6.88 mm 8.18 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm -6.88 mm 8.19 mm 0 eV 124 keV 22.5 mum 22.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 cm -6.67 mm 7.83 mm 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 cm -6.66 mm 7.83 mm 0 eV 317 keV 94.1 mum 94.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 cm -1.74 cm 1.1 cm 1.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 cm -1.74 cm 1.1 cm 2.6 keV 872 keV 423 mum 423 mumWAbsorberPhysicaleBrem - 2 -1.01 cm -1.74 cm 1.1 cm 0 eV 2.6 keV 56.5 nm 423 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 cm -1.74 cm 1.1 cm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm -1.72 cm 1.09 cm 0 eV 69.5 keV 272 mum 272 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 cm -1.72 cm 1.09 cm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm -1.72 cm 1.09 cm 0 eV 111 keV 18.8 mum 18.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 cm -1.71 cm 1.07 cm 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 cm -1.71 cm 1.07 cm 0 eV 309 keV 90.8 mum 90.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.65 mm -8.66 mm 2.42 mm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.66 mm -8.69 mm 2.46 mm 0 eV 69.5 keV 42.8 mum 42.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.66 mm -8.69 mm 2.46 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.66 mm -8.69 mm 2.46 mm 0 eV 156 keV 32.3 mum 32.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.06 mm -8.41 mm 2.45 mm 9.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.19 mm -8.55 mm 2.45 mm 3.6 MeV 450 keV 199 mum 199 mumWAbsorberPhysicaleBrem - 2 -8.6 mm -8.68 mm 2.3 mm 1.58 MeV 1.41 MeV 571 mum 770 mumWAbsorberPhysicaleBrem - 3 -8.54 mm -8.64 mm 2.28 mm 0 eV 1.58 MeV 722 mum 1.49 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.6 mm -8.68 mm 2.3 mm 619 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 682 mum -8.34 mm -5.25 mm 0 eV 69.5 keV 1.2 cm 1.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 682 mum -8.34 mm -5.25 mm 549 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 689 mum -8.33 mm -5.26 mm 0 eV 549 keV 192 mum 192 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.19 mm -8.55 mm 2.45 mm 5.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.62 mm -1.18 cm 2.81 mm 0 eV 0 eV 3.58 mm 3.58 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 61, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.62 mm -1.18 cm 2.81 mm 901 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.64 mm -1.18 cm 2.83 mm 0 eV 901 keV 380 mum 380 mumWAbsorberPhysicaleIoni - 2 -9.64 mm -1.18 cm 2.83 mm 0 eV 0 eV 0 fm 380 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.64 mm -1.18 cm 2.83 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm -1.17 cm 3.36 mm 0 eV 69.5 keV 1.89 mm 1.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm -1.17 cm 3.36 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm -1.16 cm 3.35 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.64 mm -1.18 cm 2.83 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.47 mm -1.26 cm 716 mum 0 eV 69.5 keV 7.52 mm 7.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.47 mm -1.26 cm 716 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 mm -1.26 cm 705 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.62 mm -1.18 cm 2.81 mm 3.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.64 mm -1.19 cm 2.79 mm 2.35 MeV 93.5 keV 61.1 mum 61.1 mumWAbsorberPhysicaleBrem - 2 -9.71 mm -1.19 cm 2.72 mm 922 keV 203 keV 116 mum 177 mumWAbsorberPhysicaleBrem - 3 -9.69 mm -1.2 cm 2.74 mm 608 keV 112 keV 70.7 mum 248 mumWAbsorberPhysicaleBrem - 4 -9.69 mm -1.2 cm 2.72 mm 0 eV 608 keV 230 mum 478 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.69 mm -1.2 cm 2.74 mm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.73 mm -1.15 cm 636 mum 0 eV 69.5 keV 2.14 mm 2.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.73 mm -1.15 cm 636 mum 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.73 mm -1.15 cm 636 mum 0 eV 133 keV 25.1 mum 25.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.71 mm -1.19 cm 2.72 mm 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -1.39 cm 3.49 mm 0 eV 0 eV 3.02 mm 3.02 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 71, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -1.39 cm 3.49 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -1.39 cm 3.5 mm 0 eV 140 keV 25.6 mum 25.6 mumWAbsorberPhysicaleIoni - 2 -1.18 cm -1.39 cm 3.5 mm 0 eV 0 eV 0 fm 25.6 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -1.39 cm 3.5 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 cm -2.21 cm 1.04 cm 0 eV 69.5 keV 2.09 cm 2.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.98 cm -2.21 cm 1.04 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 cm -2.21 cm 1.04 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -1.39 cm 3.5 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 cm -1.33 cm 3 mm 403 keV 0 eV 1.49 mm 1.49 mmWAbsorberPhysicalcompt - 2 -3.34 mm -1.38 cm 4.77 mm 292 keV 0 eV 7.42 mm 8.91 mmWAbsorberPhysicalcompt - 3 -2.98 mm -1.33 cm 5.53 mm 0 eV 69.5 keV 966 mum 9.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.98 mm -1.33 cm 5.53 mm 222 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.97 mm -1.33 cm 5.53 mm 0 eV 222 keV 55.8 mum 55.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.34 mm -1.38 cm 4.77 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.34 mm -1.38 cm 4.77 mm 0 eV 111 keV 18.7 mum 18.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 cm -1.33 cm 3 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 cm -1.33 cm 3 mm 0 eV 108 keV 18.1 mum 18.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -1.39 cm 3.49 mm 59.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -1.39 cm 3.49 mm 0 eV 59.6 keV 6.82 mum 6.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.64 mm -1.19 cm 2.79 mm 916 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -1.56 cm 1.61 mm 369 keV 0 eV 4.45 mm 4.45 mmWAbsorberPhysicalcompt - 2 -1.42 cm -1.37 cm -5.16 mm 0 eV 69.5 keV 7.5 mm 1.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 cm -1.37 cm -5.16 mm 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm -1.37 cm -5.16 mm 0 eV 299 keV 86.7 mum 86.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm -1.56 cm 1.61 mm 547 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -1.57 cm 1.62 mm 0 eV 547 keV 201 mum 201 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.49 mm -796 mum 962 mum 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.7 mm -1 mm 990 mum 0 eV 69.5 keV 300 mum 300 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.7 mm -1 mm 990 mum 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.71 mm -1 mm 989 mum 0 eV 159 keV 33.1 mum 33.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.44 mm -749 mum 953 mum 280 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.61 mm -2.07 mm 1.16 mm 162 keV 0 eV 1.77 mm 1.77 mmWAbsorberPhysicalcompt - 2 -4.53 mm -2.06 mm 1.27 mm 0 eV 69.5 keV 138 mum 1.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.53 mm -2.06 mm 1.27 mm 92.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.53 mm -2.06 mm 1.27 mm 0 eV 92.3 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.61 mm -2.07 mm 1.16 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.61 mm -2.07 mm 1.16 mm 0 eV 118 keV 20.8 mum 20.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.71 mm -382 mum 763 mum 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.03 mm -593 mum 890 mum 0 eV 69.5 keV 400 mum 400 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.03 mm -593 mum 890 mum 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.03 mm -592 mum 892 mum 0 eV 127 keV 23.2 mum 23.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.32 mm -178 mum 730 mum 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.43 mm -245 mum 729 mum 0 eV 69.5 keV 130 mum 130 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.43 mm -245 mum 729 mum 52.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.43 mm -245 mum 729 mum 0 eV 52.7 keV 5.57 mum 5.57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 mm -171 mum 729 mum 549 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.47 mm -277 mum 737 mum 0 eV 69.5 keV 192 mum 192 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.47 mm -277 mum 737 mum 480 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.47 mm -290 mum 740 mum 0 eV 480 keV 168 mum 168 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 mm -42.1 mum 678 mum 2.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.54 mm -2.94 mm 1.31 mm 0 eV 69.5 keV 6.22 mm 6.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.54 mm -2.94 mm 1.31 mm 2.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.44 mm -3.4 mm 1.48 mm 947 keV 1.27 MeV 758 mum 758 mumWAbsorberPhysicaleBrem - 2 -7.46 mm -3.39 mm 1.51 mm 0 eV 947 keV 401 mum 1.16 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 87, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.44 mm -3.4 mm 1.48 mm 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.25 mm -3.69 mm 3.16 mm 0 eV 69.5 keV 2.49 mm 2.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.25 mm -3.69 mm 3.16 mm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.25 mm -3.69 mm 3.17 mm 0 eV 201 keV 47.5 mum 47.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 mm 143 mum 618 mum 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.16 mm -40.4 mum 710 mum 0 eV 69.5 keV 521 mum 521 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 mm -40.4 mum 710 mum 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.16 mm -41.5 mum 711 mum 0 eV 109 keV 18.2 mum 18.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 mm 235 mum 512 mum 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 mm 223 mum 521 mum 0 eV 69.5 keV 43.6 mum 43.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm 223 mum 521 mum 87.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 mm 223 mum 521 mum 0 eV 87.8 keV 12.9 mum 12.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -485 mum 82.9 mum 187 mum 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -502 mum 87.1 mum 194 mum 0 eV 69.5 keV 18.7 mum 18.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -502 mum 87.1 mum 194 mum 74 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -501 mum 87.2 mum 194 mum 0 eV 74 keV 9.73 mum 9.73 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -387 mum 59.7 mum 145 mum 1.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9 mm 2.29 mm 3.67 mm 299 keV 0 eV 9.56 mm 9.56 mmWAbsorberPhysicalcompt - 2 -8.9 mm 2.45 mm 3.34 mm 0 eV 69.5 keV 378 mum 9.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.9 mm 2.45 mm 3.34 mm 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.9 mm 2.45 mm 3.33 mm 0 eV 229 keV 58.5 mum 58.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9 mm 2.29 mm 3.67 mm 1.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.06 mm 2.3 mm 3.7 mm 0 eV 1.6 MeV 731 mum 731 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 10.8 cm 2.25 mm -6.64 cm 42.9 MeV 0 eV 12.6 cm 12.6 cmCuPlateBPhysicalTransportation - 2 14.8 cm 3.1 mm -9.14 cm 42.9 MeV 0 eV 4.77 cm 17.4 cmLArgPhysicalTransportation - 3 18.8 cm 3.93 mm -11.6 cm 42.9 MeV 0 eV 4.64 cm 22 cmBackExcluderTransportation - 4 41.2 cm 8.63 mm -25.4 cm 42.9 MeV 0 eV 26.4 cm 48.4 cmLArgPhysicalTransportation - 5 1.08 m 2.27 cm -66.9 cm 42.9 MeV 0 eV 79 cm 1.27 mCryostatVolumesTransportation - 6 1.09 m 2.27 cm -67.1 cm 42.9 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 7 1.15 m 2.4 cm -70.8 cm 42.9 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 8 1.15 m 2.4 cm -70.9 cm 42.9 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 9 5 m 10.5 cm -3.09 m 42.9 MeV 0 eV 4.53 m 5.88 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 14.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 10.6 cm -16.2 cm 7.87 cm 14.5 MeV 0 eV 20.9 cm 20.9 cmLArgPhysicalTransportation - 2 64.1 cm -97.5 cm 47.4 cm 14.5 MeV 0 eV 1.05 m 1.26 mMotherTransportation - 3 3.29 m -5 m 2.43 m 14.5 MeV 0 eV 5.2 m 6.46 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=48.7561 -Edep in FCAL1 FCAl2 : 0 48.7561 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2662 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 162 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 724 mum 245 mum 163 mum 38.8 MeV 1.89 MeV 779 mum 779 mumWAbsorberPhysicaleBrem - 2 1.15 mm 440 mum 204 mum 32.4 MeV 819 keV 473 mum 1.25 mmWAbsorberPhysicaleBrem - 3 1.33 mm 492 mum 231 mum 15 MeV 356 keV 184 mum 1.44 mmWAbsorberPhysicaleBrem - 4 1.6 mm 638 mum 243 mum 9.79 MeV 545 keV 310 mum 1.75 mmWAbsorberPhysicaleBrem - 5 2.79 mm 719 mum 78.2 mum 7.32 MeV 2.02 MeV 1.13 mm 2.87 mmWAbsorberPhysicaleBrem - 6 2.89 mm 682 mum -9.26 mum 6.11 MeV 294 keV 145 mum 3.02 mmWAbsorberPhysicaleBrem - 7 2.55 mm 489 mum -745 mum 4.07 MeV 1.79 MeV 888 mum 3.91 mmWAbsorberPhysicaleBrem - 8 3.06 mm 665 mum -1.97 mm 1.54 MeV 2.53 MeV 1.6 mm 5.5 mmWAbsorberPhysicaleIoni - 9 3.13 mm 732 mum -2 mm 0 eV 1.54 MeV 716 mum 6.22 mmWAbsorberPhysicaleIoni - 10 3.13 mm 732 mum -2 mm 0 eV 0 eV 0 fm 6.22 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.13 mm 732 mum -2 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.15 mm 3.39 mm -779 mum 0 eV 69.5 keV 3.09 mm 3.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.15 mm 3.39 mm -779 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.15 mm 3.4 mm -777 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.13 mm 732 mum -2 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.49 mm -2.96 mm -3.69 mm 0 eV 69.5 keV 4.29 mm 4.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.49 mm -2.96 mm -3.69 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.49 mm -2.97 mm -3.7 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.55 mm 489 mum -745 mum 252 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.74 mm -301 mum -1.1 mm 0 eV 69.5 keV 886 mum 886 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.74 mm -301 mum -1.1 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.74 mm -303 mum -1.1 mm 0 eV 183 keV 41.3 mum 41.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.89 mm 682 mum -9.26 mum 916 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.62 mm -3.79 mm -6.73 mm 0 eV 69.5 keV 8.9 mm 8.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.62 mm -3.79 mm -6.73 mm 847 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.65 mm -3.79 mm -6.74 mm 0 eV 847 keV 350 mum 350 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.79 mm 719 mum 78.2 mum 448 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.23 mm 437 mum -410 mum 287 keV 0 eV 714 mum 714 mumWAbsorberPhysicalcompt - 2 3.47 mm 51.9 mum -230 mum 0 eV 69.5 keV 488 mum 1.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.47 mm 51.9 mum -230 mum 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.47 mm 48.5 mum -231 mum 0 eV 217 keV 53.9 mum 53.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.23 mm 437 mum -410 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.23 mm 437 mum -413 mum 0 eV 161 keV 33.8 mum 33.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 mm 638 mum 243 mum 4.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 cm 1.13 cm 2.32 mm 509 keV 0 eV 2.01 cm 2.01 cmWAbsorberPhysicalcompt - 2 1.83 cm 1.16 cm 2.88 mm 198 keV 0 eV 694 mum 2.08 cmWAbsorberPhysicalcompt - 3 1.95 cm 9.72 mm 2.92 mm 0 eV 69.5 keV 2.23 mm 2.3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 cm 9.72 mm 2.92 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.95 cm 9.72 mm 2.92 mm 0 eV 128 keV 23.6 mum 23.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 cm 1.16 cm 2.88 mm 311 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 cm 1.16 cm 2.89 mm 0 eV 311 keV 91.5 mum 91.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 cm 1.13 cm 2.32 mm 4.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 cm 1.14 cm 2.15 mm 3.49 MeV 472 keV 312 mum 312 mumWAbsorberPhysicaleBrem - 2 1.88 cm 1.12 cm 2.48 mm 2.4 MeV 656 keV 409 mum 721 mumWAbsorberPhysicaleBrem - 3 1.87 cm 1.12 cm 2.6 mm 0 eV 2.4 MeV 1.12 mm 1.84 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 cm 1.12 cm 2.48 mm 435 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 cm 1.19 cm 4.46 mm 0 eV 69.5 keV 2.24 mm 2.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 cm 1.19 cm 4.46 mm 365 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 cm 1.19 cm 4.47 mm 0 eV 365 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 cm 1.14 cm 2.15 mm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 cm 1.15 cm 3.18 mm 0 eV 69.5 keV 1.04 mm 1.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 cm 1.15 cm 3.18 mm 97 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 cm 1.15 cm 3.18 mm 0 eV 97 keV 15.1 mum 15.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 mm 492 mum 231 mum 17.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm 595 mum 280 mum 0 eV 0 eV 238 mum 238 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm 595 mum 280 mum 2.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.92 mm 370 mum 188 mum 0 eV 1.01 MeV 549 mum 549 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 mm 370 mum 188 mum 1.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.95 mm -1.07 mm -7.78 mm 0 eV 69.5 keV 8.65 mm 8.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.95 mm -1.07 mm -7.78 mm 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.97 mm -1.1 mm -7.83 mm 0 eV 1.22 MeV 540 mum 540 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 mm 370 mum 188 mum 1.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 mm -7.07 mm -1.27 mm 915 keV 0 eV 7.63 mm 7.63 mmWAbsorberPhysicalcompt - 2 -809 mum -1.13 cm 1.11 mm 231 keV 0 eV 5.19 mm 1.28 cmWAbsorberPhysicalcompt - 3 -1.1 mm -1.04 cm 1.13 mm 0 eV 69.5 keV 964 mum 1.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 mm -1.04 cm 1.13 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 mm -1.04 cm 1.13 mm 0 eV 161 keV 33.9 mum 33.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -809 mum -1.13 cm 1.11 mm 684 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -863 mum -1.13 cm 1.17 mm 19.9 keV 417 keV 217 mum 217 mumWAbsorberPhysicaleBrem - 2 -863 mum -1.13 cm 1.17 mm 0 eV 19.9 keV 1.14 mum 218 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -863 mum -1.13 cm 1.17 mm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.82 mm -7.66 mm 6 mm 0 eV 69.5 keV 6.34 mm 6.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.82 mm -7.66 mm 6 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.82 mm -7.66 mm 6 mm 0 eV 178 keV 39.5 mum 39.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 mm -7.07 mm -1.27 mm 756 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.04 mm -7.08 mm -1.28 mm 0 eV 756 keV 304 mum 304 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm 595 mum 280 mum 13.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm 648 mum 330 mum 12.5 MeV 399 keV 216 mum 216 mumWAbsorberPhysicaleBrem - 2 1.75 mm 660 mum 341 mum 10.2 MeV 47.2 keV 25.9 mum 242 mumWAbsorberPhysicaleBrem - 3 2.14 mm 795 mum 745 mum 8.87 MeV 1.19 MeV 596 mum 837 mumWAbsorberPhysicaleBrem - 4 2.61 mm 802 mum 1.13 mm 6.81 MeV 1.69 MeV 739 mum 1.58 mmWAbsorberPhysicaleBrem - 5 2.75 mm 2.18 mm 1.33 mm 3.68 MeV 3.13 MeV 1.56 mm 3.14 mmWAbsorberPhysicaleIoni - 6 2.9 mm 2.57 mm 352 mum 890 keV 2.79 MeV 1.49 mm 4.62 mmWAbsorberPhysicaleIoni - 7 2.87 mm 2.57 mm 370 mum 0 eV 890 keV 372 mum 5 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.61 mm 802 mum 1.13 mm 371 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.55 mm 1.12 mm 2.07 mm 171 keV 0 eV 997 mum 997 mumWAbsorberPhysicalcompt - 2 2.49 mm 1.41 mm 1.64 mm 0 eV 69.5 keV 521 mum 1.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.49 mm 1.41 mm 1.64 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.49 mm 1.41 mm 1.64 mm 0 eV 102 keV 16.3 mum 16.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.55 mm 1.12 mm 2.07 mm 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.55 mm 1.12 mm 2.08 mm 0 eV 199 keV 47 mum 47 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.14 mm 795 mum 745 mum 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 mm 1.01 mm 1.14 mm 0 eV 69.5 keV 459 mum 459 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 mm 1.01 mm 1.14 mm 50.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 mm 1.01 mm 1.14 mm 0 eV 50.1 keV 5.1 mum 5.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.75 mm 660 mum 341 mum 2.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.93 mm 3.94 mm 5.59 mm 1.75 MeV 0 eV 8.74 mm 8.74 mmWAbsorberPhysicalcompt - 2 1.05 cm 7.29 mm 8.19 mm 232 keV 0 eV 4.97 mm 1.37 cmWAbsorberPhysicalcompt - 3 1.02 cm 6.74 mm 8.1 mm 0 eV 69.5 keV 643 mum 1.44 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm 6.74 mm 8.1 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 6.74 mm 8.1 mm 0 eV 163 keV 34.4 mum 34.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm 7.29 mm 8.19 mm 1.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 7.34 mm 8.23 mm 0 eV 1.52 MeV 691 mum 691 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.93 mm 3.94 mm 5.59 mm 503 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.94 mm 3.94 mm 5.6 mm 0 eV 503 keV 179 mum 179 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 mm 648 mum 330 mum 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 mm 1.34 mm 1.06 mm 0 eV 69.5 keV 1.61 mm 1.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.98 mm 1.34 mm 1.06 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 mm 1.34 mm 1.07 mm 0 eV 175 keV 38.6 mum 38.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm 440 mum 204 mum 5.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm 583 mum 253 mum 0 eV 0 eV 410 mum 410 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 49, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm 583 mum 253 mum 1.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.62 mm 600 mum 261 mum 0 eV 1.39 MeV 633 mum 633 mumWAbsorberPhysicaleIoni - 2 1.62 mm 600 mum 261 mum 0 eV 0 eV 0 fm 633 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.62 mm 600 mum 261 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 835 mum -1.88 mm -728 mum 0 eV 69.5 keV 2.78 mm 2.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 835 mum -1.88 mm -728 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 833 mum -1.89 mm -721 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.62 mm 600 mum 261 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.2 mm 1.19 cm 4.77 mm 0 eV 69.5 keV 1.27 cm 1.27 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.2 mm 1.19 cm 4.77 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.2 mm 1.19 cm 4.77 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm 583 mum 253 mum 3.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 mm 1.17 mm 92.5 mum 1.2 MeV 1.59 MeV 830 mum 830 mumWAbsorberPhysicaleBrem - 2 1.56 mm 1.18 mm 66.5 mum 0 eV 1.2 MeV 529 mum 1.36 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 mm 1.17 mm 92.5 mum 352 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.13 mm 1.13 mm -126 mum 0 eV 69.5 keV 656 mum 656 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.13 mm 1.13 mm -126 mum 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.13 mm 1.12 mm -121 mum 0 eV 283 keV 79.9 mum 79.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 724 mum 245 mum 163 mum 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 mm 615 mum 277 mum 0 eV 69.5 keV 754 mum 754 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 mm 615 mum 277 mum 64.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 mm 615 mum 276 mum 0 eV 64.6 keV 7.76 mum 7.76 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -16 cm -11 cm 2.64 cm 47.9 MeV 0 eV 19.6 cm 19.6 cmFCALEnvelopePhysicalTransportation - 2 -16.4 cm -11.3 cm 2.69 cm 47.9 MeV 0 eV 4.06 mm 20.1 cmLArgPhysicalTransportation - 3 -1.26 m -86.5 cm 20.7 cm 47.9 MeV 0 eV 1.34 m 1.54 mCryostatVolumesTransportation - 4 -1.26 m -86.7 cm 20.7 cm 47.9 MeV 0 eV 3.63 mm 1.54 mInsulationPhysicalTransportation - 5 -1.33 m -91.5 cm 21.9 cm 47.9 MeV 0 eV 8.46 cm 1.63 mCryostatVolumesTransportation - 6 -1.33 m -91.6 cm 21.9 cm 47.9 MeV 0 eV 3.02 mm 1.63 mMotherTransportation - 7 -5 m -3.44 m 82.2 cm 47.9 MeV 0 eV 4.49 m 6.12 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 16.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.02 mm 8.78 cm -7.06 cm 16.4 MeV 0 eV 11.3 cm 11.3 cmCuPlateBPhysicalTransportation - 2 4.16 mm 12.1 cm -9.73 cm 16.4 MeV 0 eV 4.26 cm 15.5 cmLArgPhysicalTransportation - 3 4.95 mm 14.4 cm -11.6 cm 16.4 MeV 0 eV 2.96 cm 18.5 cmBackExcluderTransportation - 4 9.76 mm 28.4 cm -22.8 cm 16.4 MeV 0 eV 17.9 cm 36.4 cmLArgPhysicalTransportation - 5 3.35 cm 97.5 cm -78.4 cm 16.4 MeV 0 eV 88.7 cm 1.25 mCryostatVolumesTransportation - 6 5.46 cm 1.59 m -1.28 m 16.4 MeV 0 eV 78.6 cm 2.04 mInsulationPhysicalTransportation - 7 5.76 cm 1.67 m -1.35 m 16.4 MeV 0 eV 11.2 cm 2.15 mCryostatVolumesTransportation - 8 5.77 cm 1.68 m -1.35 m 16.4 MeV 0 eV 3.99 mm 2.15 mMotherTransportation - 9 17.2 cm 5 m -4.02 m 16.4 MeV 0 eV 4.26 m 6.42 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=41.8465 -Edep in FCAL1 FCAl2 : 0 41.8465 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2663 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 163 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -182 mum 458 mum 494 mum 50.2 MeV 1.58 MeV 700 mum 700 mumWAbsorberPhysicaleBrem - 2 -208 mum 493 mum 562 mum 46.8 MeV 183 keV 80.7 mum 781 mumWAbsorberPhysicaleBrem - 3 -368 mum 677 mum 947 mum 44.7 MeV 945 keV 457 mum 1.24 mmWAbsorberPhysicaleBrem - 4 -879 mum 999 mum 2.17 mm 41.6 MeV 2.74 MeV 1.36 mm 2.6 mmWAbsorberPhysicaleBrem - 5 -982 mum 1.77 mm 4.18 mm 36.5 MeV 4.55 MeV 2.24 mm 4.84 mmWAbsorberPhysicaleBrem - 6 -1.37 mm 1.16 mm 6.57 mm 30.8 MeV 5.37 MeV 2.61 mm 7.46 mmWAbsorberPhysicaleBrem - 7 -1.47 mm 1.22 mm 6.85 mm 28.1 MeV 749 keV 302 mum 7.76 mmWAbsorberPhysicaleBrem - 8 -2.2 mm 1.48 mm 7.26 mm 23.1 MeV 1.44 MeV 882 mum 8.64 mmWAbsorberPhysicaleBrem - 9 -3.9 mm 1.71 mm 8.36 mm 18.6 MeV 4.34 MeV 1.96 mm 1.06 cmWAbsorberPhysicaleBrem - 10 -4.34 mm 2.56 mm 9.28 mm 12.8 MeV 2.6 MeV 1.44 mm 1.2 cmWAbsorberPhysicaleBrem - 11 -4.38 mm 2.59 mm 9.29 mm 12.2 MeV 106 keV 48.7 mum 1.21 cmWAbsorberPhysicaleBrem - 12 -4.4 mm 2.6 mm 9.3 mm 8.53 MeV 68.8 keV 25.4 mum 1.21 cmWAbsorberPhysicaleBrem - 13 -4.73 mm 3.61 mm 9.59 mm 5.03 MeV 2.26 MeV 1.04 mm 1.31 cmWAbsorberPhysicaleBrem - 14 -4.43 mm 2.93 mm 8.51 mm 2.08 MeV 2.85 MeV 1.46 mm 1.46 cmWAbsorberPhysicaleBrem - 15 -4.29 mm 2.94 mm 8.45 mm 0 eV 2.08 MeV 990 mum 1.56 cmWAbsorberPhysicaleIoni - 16 -4.29 mm 2.94 mm 8.45 mm 0 eV 0 eV 0 fm 1.56 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.29 mm 2.94 mm 8.45 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.12 mm 5 mm 7.17 mm 216 keV 0 eV 2.57 mm 2.57 mmWAbsorberPhysicalcompt - 2 -5.12 mm 5.01 mm 7.23 mm 0 eV 69.5 keV 62.1 mum 2.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.12 mm 5.01 mm 7.23 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.12 mm 5.01 mm 7.23 mm 0 eV 147 keV 29.4 mum 29.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.12 mm 5 mm 7.17 mm 295 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.13 mm 5 mm 7.17 mm 0 eV 295 keV 84.7 mum 84.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.29 mm 2.94 mm 8.45 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.15 mm 2.61 mm 8.65 mm 233 keV 0 eV 403 mum 403 mumWAbsorberPhysicalcompt - 2 -5.1 mm 2.04 mm 7.8 mm 0 eV 69.5 keV 1.39 mm 1.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.1 mm 2.04 mm 7.8 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.1 mm 2.04 mm 7.8 mm 0 eV 163 keV 34.6 mum 34.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.15 mm 2.61 mm 8.65 mm 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.15 mm 2.61 mm 8.65 mm 0 eV 278 keV 77.9 mum 77.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.43 mm 2.93 mm 8.51 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.35 mm 2.94 mm 8.47 mm 0 eV 69.5 keV 88.5 mum 88.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.35 mm 2.94 mm 8.47 mm 35.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.35 mm 2.94 mm 8.47 mm 0 eV 35.1 keV 2.87 mum 2.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.73 mm 3.61 mm 9.59 mm 1.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.28 mm 3.75 mm 9.16 mm 1.06 MeV 0 eV 1.52 mm 1.52 mmWAbsorberPhysicalcompt - 2 5.47 mm 6.25 mm 2.47 mm 872 keV 0 eV 1.13 cm 1.28 cmWAbsorberPhysicalcompt - 3 8.5 mm 5.82 mm 1.33 mm 0 eV 69.5 keV 3.26 mm 1.61 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.5 mm 5.82 mm 1.33 mm 802 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.52 mm 5.81 mm 1.32 mm 0 eV 802 keV 327 mum 327 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.47 mm 6.25 mm 2.47 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.47 mm 6.25 mm 2.46 mm 0 eV 187 keV 42.7 mum 42.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.28 mm 3.75 mm 9.16 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.28 mm 3.74 mm 9.16 mm 0 eV 187 keV 42.7 mum 42.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.4 mm 2.6 mm 9.3 mm 3.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 cm 6.23 mm 1.48 cm 1.59 MeV 0 eV 1.23 cm 1.23 cmWAbsorberPhysicalcompt - 2 -4.4 cm -1.92 mm 2.22 cm 398 keV 0 eV 3.12 cm 4.35 cmWAbsorberPhysicalcompt - 3 -4.37 cm -2.64 mm 2.27 cm 284 keV 0 eV 923 mum 4.44 cmWAbsorberPhysicalcompt - 4 -4.41 cm -2.72 mm 2.42 cm 231 keV 0 eV 1.52 mm 4.6 cmWAbsorberPhysicalcompt - 5 -4.46 cm -4.95 mm 2.55 cm 216 keV 0 eV 2.66 mm 4.86 cmWAbsorberPhysicalcompt - 6 -4.44 cm -5.34 mm 2.6 cm 0 eV 69.5 keV 607 mum 4.92 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.44 cm -5.34 mm 2.6 cm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.44 cm -5.34 mm 2.6 cm 0 eV 147 keV 29.4 mum 29.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.46 cm -4.95 mm 2.55 cm 14.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.46 cm -4.95 mm 2.55 cm 0 eV 14.6 keV 695 nm 695 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.41 cm -2.72 mm 2.42 cm 53.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.41 cm -2.72 mm 2.42 cm 0 eV 53.3 keV 5.68 mum 5.68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.37 cm -2.64 mm 2.27 cm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.37 cm -2.64 mm 2.27 cm 0 eV 113 keV 19.4 mum 19.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.4 cm -1.92 mm 2.22 cm 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.41 cm -1.93 mm 2.22 cm 0 eV 1.19 MeV 524 mum 524 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 cm 6.23 mm 1.48 cm 2.03 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 cm 6.29 mm 1.48 cm 0 eV 2.03 MeV 945 mum 945 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.38 mm 2.59 mm 9.29 mm 497 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.58 mm 4.04 mm 9.9 mm 0 eV 69.5 keV 2.71 mm 2.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.58 mm 4.04 mm 9.9 mm 428 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.59 mm 4.04 mm 9.9 mm 0 eV 428 keV 144 mum 144 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.34 mm 2.56 mm 9.28 mm 3.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.63 mm 3.47 mm 9.73 mm 549 keV 0 eV 1.64 mm 1.64 mmWAbsorberPhysicalcompt - 2 -1.13 cm -3.33 mm 1.66 cm 183 keV 0 eV 1.12 cm 1.28 cmWAbsorberPhysicalcompt - 3 -1.12 cm -3.17 mm 1.65 cm 0 eV 69.5 keV 198 mum 1.3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 cm -3.17 mm 1.65 cm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 cm -3.17 mm 1.65 cm 0 eV 113 keV 19.4 mum 19.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -3.33 mm 1.66 cm 366 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -3.33 mm 1.66 cm 0 eV 366 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.63 mm 3.47 mm 9.73 mm 2.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.64 mm 3.51 mm 9.78 mm 2.19 MeV 162 keV 113 mum 113 mumWAbsorberPhysicaleBrem - 2 -5.74 mm 3.54 mm 9.86 mm 0 eV 2.19 MeV 1.03 mm 1.14 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.64 mm 3.51 mm 9.78 mm 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.99 mm 5.03 mm 1.21 cm 0 eV 69.5 keV 3.64 mm 3.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.99 mm 5.03 mm 1.21 cm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.99 mm 5.03 mm 1.21 cm 0 eV 213 keV 52.4 mum 52.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.9 mm 1.71 mm 8.36 mm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.27 mm 1.91 mm 8.9 mm 0 eV 69.5 keV 687 mum 687 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.27 mm 1.91 mm 8.9 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.27 mm 1.91 mm 8.9 mm 0 eV 103 keV 16.6 mum 16.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.2 mm 1.48 mm 7.26 mm 3.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 cm 6.68 mm 1.15 cm 3.53 MeV 0 eV 1.79 cm 1.79 cmWAbsorberPhysicalcompt - 2 -2.76 cm 9.67 mm 1.44 cm 478 keV 0 eV 9.75 mm 2.76 cmWAbsorberPhysicalcompt - 3 -2.58 cm 1.8 cm 1.34 cm 0 eV 69.5 keV 8.56 mm 3.62 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.58 cm 1.8 cm 1.34 cm 409 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.58 cm 1.8 cm 1.34 cm 0 eV 409 keV 135 mum 135 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.76 cm 9.67 mm 1.44 cm 3.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 cm 9.83 mm 1.4 cm 1.68 MeV 1.03 MeV 625 mum 625 mumWAbsorberPhysicaleBrem - 2 -2.79 cm 9.79 mm 1.41 cm 0 eV 1.68 MeV 689 mum 1.31 mmWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 cm 9.83 mm 1.4 cm 334 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.77 cm 9.61 mm 1.42 cm 224 keV 0 eV 333 mum 333 mumWAbsorberPhysicalcompt - 2 -2.75 cm 9.62 mm 1.4 cm 0 eV 69.5 keV 267 mum 600 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.75 cm 9.62 mm 1.4 cm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.75 cm 9.62 mm 1.4 cm 0 eV 154 keV 31.7 mum 31.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.77 cm 9.61 mm 1.42 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.77 cm 9.61 mm 1.42 cm 0 eV 110 keV 18.6 mum 18.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.88 cm 6.68 mm 1.15 cm 50.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 cm 6.68 mm 1.15 cm 0 eV 50.4 keV 5.17 mum 5.17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 mm 1.22 mm 6.85 mm 1.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm 1.48 mm 7.46 mm 1.68 MeV 0 eV 1.58 mm 1.58 mmWAbsorberPhysicalcompt - 2 -3.87 mm 1.52 mm 7.63 mm 225 keV 0 eV 985 mum 2.56 mmWAbsorberPhysicalcompt - 3 -2.63 mm 1.79 mm 7.33 mm 0 eV 69.5 keV 1.3 mm 3.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.63 mm 1.79 mm 7.33 mm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.63 mm 1.79 mm 7.33 mm 0 eV 155 keV 32 mum 32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.87 mm 1.52 mm 7.63 mm 1.45 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.91 mm 1.3 mm 7.78 mm 383 keV 734 keV 465 mum 465 mumWAbsorberPhysicaleBrem - 2 -3.91 mm 1.29 mm 7.78 mm 0 eV 383 keV 123 mum 588 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.91 mm 1.3 mm 7.78 mm 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.86 mm 1.21 mm 7.86 mm 285 keV 0 eV 128 mum 128 mumWAbsorberPhysicalcompt - 2 -3.49 mm 1.08 mm 7.97 mm 156 keV 0 eV 412 mum 540 mumWAbsorberPhysicalcompt - 3 -3.49 mm 1.1 mm 7.93 mm 0 eV 69.5 keV 44.6 mum 584 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.49 mm 1.1 mm 7.93 mm 86 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.49 mm 1.1 mm 7.93 mm 0 eV 86 keV 12.5 mum 12.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.49 mm 1.08 mm 7.97 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.49 mm 1.08 mm 7.97 mm 0 eV 129 keV 23.9 mum 23.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.86 mm 1.21 mm 7.86 mm 51.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.86 mm 1.21 mm 7.86 mm 0 eV 51.4 keV 5.34 mum 5.34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 mm 1.48 mm 7.46 mm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 mm 1.48 mm 7.47 mm 0 eV 212 keV 51.8 mum 51.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 mm 1.16 mm 6.57 mm 390 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 mm 1.37 mm 7.27 mm 0 eV 69.5 keV 788 mum 788 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm 1.37 mm 7.27 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 mm 1.37 mm 7.28 mm 0 eV 321 keV 95.6 mum 95.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -982 mum 1.77 mm 4.18 mm 474 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -980 mum 1.78 mm 4.29 mm 0 eV 69.5 keV 111 mum 111 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -980 mum 1.78 mm 4.29 mm 405 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -975 mum 1.78 mm 4.3 mm 0 eV 405 keV 133 mum 133 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -879 mum 999 mum 2.17 mm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 mm 1.43 mm 4.24 mm 0 eV 69.5 keV 2.14 mm 2.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 mm 1.43 mm 4.24 mm 284 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 mm 1.43 mm 4.25 mm 0 eV 284 keV 80.3 mum 80.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -368 mum 677 mum 947 mum 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.4 mm 3.2 mm 8.03 mm 258 keV 0 eV 7.78 mm 7.78 mmWAbsorberPhysicalcompt - 2 -2.45 mm 3.3 mm 7.84 mm 0 eV 69.5 keV 222 mum 8.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.45 mm 3.3 mm 7.84 mm 189 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.45 mm 3.31 mm 7.84 mm 0 eV 189 keV 43.4 mum 43.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.4 mm 3.2 mm 8.03 mm 926 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.4 mm 3.2 mm 8.06 mm 0 eV 926 keV 390 mum 390 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -208 mum 493 mum 562 mum 3.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.83 mm 6.38 mm 1.16 cm 817 keV 0 eV 1.3 cm 1.3 cmWAbsorberPhysicalcompt - 2 -7.7 mm 2.02 mm 1.82 cm 221 keV 0 eV 8.81 mm 2.18 cmWAbsorberPhysicalcompt - 3 -7.64 mm 2.24 mm 1.82 cm 0 eV 69.5 keV 224 mum 2.21 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.64 mm 2.24 mm 1.82 cm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.64 mm 2.24 mm 1.82 cm 0 eV 152 keV 30.9 mum 30.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.7 mm 2.02 mm 1.82 cm 595 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.71 mm 2.01 mm 1.82 cm 0 eV 595 keV 224 mum 224 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.83 mm 6.38 mm 1.16 cm 2.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 mm 6.52 mm 1.17 cm 1.52 MeV 691 keV 421 mum 421 mumWAbsorberPhysicaleBrem - 2 -3.6 mm 6.59 mm 1.17 cm 1.12 MeV 147 keV 81.8 mum 502 mumWAbsorberPhysicaleBrem - 3 -3.55 mm 6.64 mm 1.16 cm 450 keV 384 keV 175 mum 677 mumWAbsorberPhysicaleBrem - 4 -3.56 mm 6.63 mm 1.16 cm 0 eV 450 keV 154 mum 832 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.55 mm 6.64 mm 1.16 cm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 mm 4.61 mm 1.11 cm 0 eV 69.5 keV 2.62 mm 2.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm 4.61 mm 1.11 cm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 mm 4.61 mm 1.1 cm 0 eV 217 keV 53.7 mum 53.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.6 mm 6.59 mm 1.17 cm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.97 mm 7.69 mm 1.2 cm 0 eV 69.5 keV 1.31 mm 1.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.97 mm 7.69 mm 1.2 cm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.97 mm 7.69 mm 1.2 cm 0 eV 180 keV 40.3 mum 40.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 mm 6.52 mm 1.17 cm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.26 mm 6.75 mm 1.15 cm 0 eV 69.5 keV 479 mum 479 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.26 mm 6.75 mm 1.15 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.26 mm 6.75 mm 1.15 cm 0 eV 110 keV 18.6 mum 18.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -182 mum 458 mum 494 mum 268 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -303 mum 643 mum 834 mum 0 eV 69.5 keV 406 mum 406 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -303 mum 643 mum 834 mum 199 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -306 mum 643 mum 835 mum 0 eV 199 keV 46.9 mum 46.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 5.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.77 cm -4.23 cm -6.42 cm 5.2 MeV 0 eV 7.89 cm 7.89 cmCuPlateBPhysicalTransportation - 2 -2.43 cm -5.83 cm -8.84 cm 5.2 MeV 0 eV 2.98 cm 10.9 cmLArgPhysicalTransportation - 3 -3.19 cm -7.64 cm -11.6 cm 5.2 MeV 0 eV 3.37 cm 14.2 cmBackExcluderTransportation - 4 -15.3 cm -36.6 cm -55.4 cm 5.2 MeV 0 eV 53.9 cm 68.1 cmLArgPhysicalTransportation - 5 -33.8 cm -81.1 cm -1.23 m 5.2 MeV 0 eV 82.9 cm 1.51 mCryostatVolumesTransportation - 6 -33.9 cm -81.3 cm -1.23 m 5.2 MeV 0 eV 3.56 mm 1.51 mInsulationPhysicalTransportation - 7 -35.8 cm -85.7 cm -1.3 m 5.2 MeV 0 eV 8.3 cm 1.6 mCryostatVolumesTransportation - 8 -35.8 cm -85.9 cm -1.3 m 5.2 MeV 0 eV 2.96 mm 1.6 mMotherTransportation - 9 -2.09 m -5 m -7.58 m 5.2 MeV 0 eV 7.71 m 9.31 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.26 cm -5.08 cm -6.37 cm 47.9 MeV 0 eV 8.45 cm 8.45 cmF2LArGapPhysicalTransportation - 2 2.27 cm -5.1 cm -6.41 cm 47.9 MeV 0 eV 424 mum 8.5 cmCuPlateBPhysicalTransportation - 3 3.11 cm -7 cm -8.78 cm 47.9 MeV 0 eV 3.15 cm 11.6 cmLArgPhysicalTransportation - 4 4.1 cm -9.22 cm -11.6 cm 47.9 MeV 0 eV 3.71 cm 15.4 cmBackExcluderTransportation - 5 14.7 cm -33.1 cm -41.5 cm 47.9 MeV 0 eV 39.7 cm 55.1 cmLArgPhysicalTransportation - 6 42.5 cm -95.7 cm -1.2 m 47.9 MeV 0 eV 1.04 m 1.59 mCryostatVolumesTransportation - 7 42.6 cm -95.9 cm -1.2 m 47.9 MeV 0 eV 3.75 mm 1.6 mInsulationPhysicalTransportation - 8 43.3 cm -97.5 cm -1.22 m 47.9 MeV 0 eV 2.6 cm 1.62 mMotherTransportation - 9 2.22 m -5 m -6.28 m 47.9 MeV 0 eV 6.7 m 8.33 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=53.0488 -Edep in FCAL1 FCAl2 : 0 53.0488 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2664 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 164 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 136 mum -130 mum 129 mum 44.6 MeV 447 keV 228 mum 228 mumWAbsorberPhysicaleBrem - 2 527 mum -608 mum 643 mum 6.12 MeV 1.71 MeV 807 mum 1.04 mmWAbsorberPhysicaleBrem - 3 529 mum -611 mum 644 mum 5.79 MeV 3.28 keV 3.74 mum 1.04 mmWAbsorberPhysicaleBrem - 4 228 mum -1.83 mm 423 mum 2.99 MeV 2.65 MeV 1.38 mm 2.42 mmWAbsorberPhysicaleBrem - 5 489 mum -2.14 mm -515 mum 424 keV 2.57 MeV 1.34 mm 3.76 mmWAbsorberPhysicaleIoni - 6 488 mum -2.13 mm -500 mum 0 eV 424 keV 140 mum 3.9 mmWAbsorberPhysicaleIoni - 7 488 mum -2.13 mm -500 mum 0 eV 0 eV 0 fm 3.9 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 488 mum -2.13 mm -500 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 274 mum -2.47 mm -945 mum 0 eV 69.5 keV 595 mum 595 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 274 mum -2.47 mm -945 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 285 mum -2.47 mm -947 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 488 mum -2.13 mm -500 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 mm -1.01 mm 1 mm 224 keV 0 eV 2.01 mm 2.01 mmWAbsorberPhysicalcompt - 2 -1.49 mm 1.69 mm -1.4 mm 0 eV 69.5 keV 4.52 mm 6.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 mm 1.69 mm -1.4 mm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 mm 1.69 mm -1.4 mm 0 eV 155 keV 31.8 mum 31.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 mm -1.01 mm 1 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 mm -1.01 mm 1.01 mm 0 eV 287 keV 81.5 mum 81.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 228 mum -1.83 mm 423 mum 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 227 mum -1.81 mm 406 mum 0 eV 69.5 keV 23.6 mum 23.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 227 mum -1.81 mm 406 mum 86 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 227 mum -1.81 mm 406 mum 0 eV 86 keV 12.5 mum 12.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 529 mum -611 mum 644 mum 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 mm -3.21 mm 2.14 mm 0 eV 69.5 keV 3.21 mm 3.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 mm -3.21 mm 2.14 mm 259 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 mm -3.22 mm 2.14 mm 0 eV 259 keV 70.1 mum 70.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 527 mum -608 mum 643 mum 36.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.35 mm -3.11 mm 1.81 mm 0 eV 0 eV 3.31 mm 3.31 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 17, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.35 mm -3.11 mm 1.81 mm 3.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.56 mm -3.8 mm 918 mum 1.08 MeV 2.31 MeV 1.45 mm 1.45 mmWAbsorberPhysicaleIoni - 2 2.56 mm -3.8 mm 857 mum 0 eV 1.08 MeV 474 mum 1.92 mmWAbsorberPhysicaleIoni - 3 2.56 mm -3.8 mm 857 mum 0 eV 0 eV 0 fm 1.92 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 mm -3.8 mm 857 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.38 mm -3.78 mm -1.33 mm 253 keV 0 eV 2.34 mm 2.34 mmWAbsorberPhysicalcompt - 2 3.46 mm -3.36 mm -1.28 mm 0 eV 69.5 keV 436 mum 2.77 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.46 mm -3.36 mm -1.28 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.46 mm -3.36 mm -1.28 mm 0 eV 183 keV 41.6 mum 41.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.38 mm -3.78 mm -1.33 mm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.38 mm -3.79 mm -1.33 mm 128 keV 9.91 keV 5.93 mum 5.93 mumWAbsorberPhysicaleBrem - 2 3.38 mm -3.79 mm -1.33 mm 0 eV 128 keV 23.5 mum 29.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.38 mm -3.79 mm -1.33 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.07 mm -3.74 mm -1.08 mm 0 eV 69.5 keV 406 mum 406 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.07 mm -3.74 mm -1.08 mm 50.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.07 mm -3.74 mm -1.08 mm 0 eV 50.8 keV 5.22 mum 5.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.56 mm -3.8 mm 857 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -898 mum -3.89 mm 9.98 mm 244 keV 0 eV 9.75 mm 9.75 mmWAbsorberPhysicalcompt - 2 -567 mum -3.56 mm 1.01 cm 0 eV 69.5 keV 474 mum 1.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -567 mum -3.56 mm 1.01 cm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -564 mum -3.56 mm 1.01 cm 0 eV 174 keV 38.4 mum 38.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -898 mum -3.89 mm 9.98 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -902 mum -3.89 mm 9.98 mm 0 eV 267 keV 73.4 mum 73.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.35 mm -3.11 mm 1.81 mm 32.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.35 mm -3.11 mm 1.81 mm 32.1 MeV 18.5 keV 7.6 mum 7.6 mumWAbsorberPhysicaleBrem - 2 2.45 mm -3.26 mm 1.89 mm 30.4 MeV 375 keV 191 mum 199 mumWAbsorberPhysicaleBrem - 3 2.62 mm -3.72 mm 2.11 mm 28.6 MeV 1.68 MeV 533 mum 732 mumWAbsorberPhysicaleBrem - 4 2.67 mm -3.69 mm 2.4 mm 21.5 MeV 764 keV 297 mum 1.03 mmWAbsorberPhysicaleBrem - 5 2.67 mm -3.69 mm 2.42 mm 21.1 MeV 35 keV 25.1 mum 1.05 mmWAbsorberPhysicaleBrem - 6 2.73 mm -3.55 mm 3.08 mm 18.7 MeV 1.33 MeV 664 mum 1.72 mmWAbsorberPhysicaleBrem - 7 2.74 mm -3.62 mm 3.39 mm 18 MeV 521 keV 317 mum 2.04 mmWAbsorberPhysicaleBrem - 8 2.47 mm -3.81 mm 3.73 mm 5.81 MeV 1.2 MeV 476 mum 2.51 mmWAbsorberPhysicaleBrem - 9 2.63 mm -4.51 mm 3.87 mm 3.85 MeV 1.84 MeV 889 mum 3.4 mmWAbsorberPhysicaleBrem - 10 2.89 mm -4.7 mm 4.13 mm 2.79 MeV 881 keV 503 mum 3.9 mmWAbsorberPhysicaleBrem - 11 2.74 mm -4.6 mm 4.46 mm 1.65 MeV 832 keV 517 mum 4.42 mmWAbsorberPhysicaleBrem - 12 2.72 mm -4.6 mm 4.54 mm 0 eV 1.65 MeV 756 mum 5.18 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.74 mm -4.6 mm 4.46 mm 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.66 mm -4.61 mm 4.81 mm 264 keV 0 eV 353 mum 353 mumWAbsorberPhysicalcompt - 2 2.71 mm -4.57 mm 4.9 mm 150 keV 0 eV 114 mum 466 mumWAbsorberPhysicalcompt - 3 2.62 mm -4.52 mm 4.87 mm 0 eV 69.5 keV 105 mum 571 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.62 mm -4.52 mm 4.87 mm 80.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.62 mm -4.52 mm 4.87 mm 0 eV 80.8 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.71 mm -4.57 mm 4.9 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.71 mm -4.57 mm 4.9 mm 0 eV 114 keV 19.6 mum 19.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.66 mm -4.61 mm 4.81 mm 49.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.66 mm -4.61 mm 4.81 mm 0 eV 49.5 keV 5.01 mum 5.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.89 mm -4.7 mm 4.13 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.16 mm -5.21 mm 6.32 mm 0 eV 69.5 keV 2.58 mm 2.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.16 mm -5.21 mm 6.32 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.16 mm -5.21 mm 6.32 mm 0 eV 101 keV 16.2 mum 16.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 mm -4.51 mm 3.87 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.66 mm -4.96 mm 4 mm 0 eV 69.5 keV 470 mum 470 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.66 mm -4.96 mm 4 mm 61.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.66 mm -4.96 mm 4 mm 0 eV 61.8 keV 7.23 mum 7.23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.47 mm -3.81 mm 3.73 mm 11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -746 mum -7.45 mm 9.68 mm 0 eV 0 eV 7.68 mm 7.68 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 43, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -746 mum -7.45 mm 9.68 mm 1.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -692 mum -7.41 mm 9.89 mm 413 keV 464 keV 282 mum 282 mumWAbsorberPhysicaleBrem - 2 -689 mum -7.42 mm 9.89 mm 0 eV 413 keV 135 mum 417 mumWAbsorberPhysicaleIoni - 3 -689 mum -7.42 mm 9.89 mm 0 eV 0 eV 0 fm 417 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -689 mum -7.42 mm 9.89 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 39 mum -9.83 mm 1.22 cm 252 keV 0 eV 3.43 mm 3.43 mmWAbsorberPhysicalcompt - 2 -549 mum -1.09 cm 1.13 cm 0 eV 69.5 keV 1.52 mm 4.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -549 mum -1.09 cm 1.13 cm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -548 mum -1.09 cm 1.13 cm 0 eV 183 keV 41.3 mum 41.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 39 mum -9.83 mm 1.22 cm 259 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 40.9 mum -9.83 mm 1.22 cm 0 eV 259 keV 69.9 mum 69.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -689 mum -7.42 mm 9.89 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -778 mum -7.13 mm 9.6 mm 226 keV 0 eV 421 mum 421 mumWAbsorberPhysicalcompt - 2 -242 mum -6.62 mm 1.04 cm 0 eV 69.5 keV 1.06 mm 1.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -242 mum -6.62 mm 1.04 cm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -242 mum -6.62 mm 1.04 cm 0 eV 156 keV 32.3 mum 32.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -778 mum -7.13 mm 9.6 mm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -781 mum -7.12 mm 9.59 mm 0 eV 285 keV 80.8 mum 80.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -692 mum -7.41 mm 9.89 mm 889 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 mm -1.05 cm 9.03 mm 472 keV 0 eV 3.23 mm 3.23 mmWAbsorberPhysicalcompt - 2 -2.79 mm -1.11 cm 7.88 mm 464 keV 0 eV 2.21 mm 5.44 mmWAbsorberPhysicalcompt - 3 -3.93 mm -1.18 cm 6.83 mm 377 keV 0 eV 1.69 mm 7.13 mmWAbsorberPhysicalcompt - 4 -4.91 mm -1.15 cm 6.28 mm 0 eV 69.5 keV 1.17 mm 8.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.91 mm -1.15 cm 6.28 mm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.91 mm -1.15 cm 6.28 mm 0 eV 308 keV 90.2 mum 90.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.93 mm -1.18 cm 6.83 mm 86.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.93 mm -1.18 cm 6.83 mm 0 eV 86.5 keV 12.6 mum 12.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 mm -1.11 cm 7.88 mm 8.46 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 mm -1.11 cm 7.88 mm 0 eV 8.46 keV 302 nm 302 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 mm -1.05 cm 9.03 mm 417 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 mm -1.05 cm 9.03 mm 0 eV 417 keV 139 mum 139 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -746 mum -7.45 mm 9.68 mm 8.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -782 mum -7.48 mm 9.78 mm 7.85 MeV 175 keV 111 mum 111 mumWAbsorberPhysicaleBrem - 2 -853 mum -7.62 mm 9.85 mm 4.6 MeV 378 keV 192 mum 303 mumWAbsorberPhysicaleBrem - 3 -1.03 mm -6.79 mm 9.84 mm 2.76 MeV 1.72 MeV 1.03 mm 1.34 mmWAbsorberPhysicaleBrem - 4 -1.02 mm -6.76 mm 9.83 mm 2.17 MeV 59.4 keV 37.7 mum 1.37 mmWAbsorberPhysicaleBrem - 5 -1.03 mm -6.74 mm 9.81 mm 1.15 MeV 42.1 keV 28 mum 1.4 mmWAbsorberPhysicaleBrem - 6 -1.07 mm -6.72 mm 9.8 mm 0 eV 1.15 MeV 504 mum 1.91 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 mm -6.74 mm 9.81 mm 975 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.94 mm -215 mum 5.48 mm 243 keV 0 eV 9.81 mm 9.81 mmWAbsorberPhysicalcompt - 2 -2.95 mm 917 mum 8.28 mm 0 eV 69.5 keV 5 mm 1.48 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 mm 917 mum 8.28 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.95 mm 917 mum 8.28 mm 0 eV 174 keV 38.2 mum 38.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.94 mm -215 mum 5.48 mm 732 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7 mm -188 mum 5.54 mm 214 keV 396 keV 171 mum 171 mumWAbsorberPhysicaleBrem - 2 -6.99 mm -187 mum 5.55 mm 0 eV 214 keV 52.8 mum 223 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7 mm -188 mum 5.54 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.67 mm 128 mum 5.84 mm 0 eV 69.5 keV 544 mum 544 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.67 mm 128 mum 5.84 mm 51.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.67 mm 128 mum 5.84 mm 0 eV 51.5 keV 5.35 mum 5.35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 mm -6.76 mm 9.83 mm 530 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.43 mm -5.73 mm 8.45 mm 503 keV 0 eV 2.23 mm 2.23 mmWAbsorberPhysicalcompt - 2 -3.18 mm -4.44 mm 7.27 mm 196 keV 0 eV 1.9 mm 4.13 mmWAbsorberPhysicalcompt - 3 -1.6 mm -4.49 mm 7.77 mm 0 eV 69.5 keV 1.66 mm 5.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm -4.49 mm 7.77 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 mm -4.49 mm 7.77 mm 0 eV 127 keV 23.2 mum 23.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.18 mm -4.44 mm 7.27 mm 307 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.19 mm -4.44 mm 7.27 mm 0 eV 307 keV 89.8 mum 89.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.43 mm -5.73 mm 8.45 mm 27 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.43 mm -5.73 mm 8.45 mm 0 eV 27 keV 1.87 mum 1.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 mm -6.79 mm 9.84 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 mm -6.72 mm 9.84 mm 0 eV 69.5 keV 70.7 mum 70.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1 mm -6.72 mm 9.84 mm 48.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 mm -6.72 mm 9.84 mm 0 eV 48.5 keV 4.85 mum 4.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -853 mum -7.62 mm 9.85 mm 2.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 mm 2.57 mm -7.84 mm 406 keV 0 eV 2.05 cm 2.05 cmWAbsorberPhysicalcompt - 2 1.07 mm 2.95 mm -7.61 mm 301 keV 0 eV 563 mum 2.11 cmWAbsorberPhysicalcompt - 3 1.53 mm 7.61 mm -8.24 mm 288 keV 0 eV 4.72 mm 2.58 cmWAbsorberPhysicalcompt - 4 1.97 mm 8.51 mm -8.57 mm 146 keV 0 eV 1.06 mm 2.69 cmWAbsorberPhysicalcompt - 5 1.86 mm 8.46 mm -8.58 mm 0 eV 69.5 keV 124 mum 2.7 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 mm 8.46 mm -8.58 mm 76.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 mm 8.46 mm -8.58 mm 0 eV 76.5 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 mm 8.51 mm -8.57 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 mm 8.51 mm -8.57 mm 0 eV 142 keV 27.9 mum 27.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm 7.61 mm -8.24 mm 13.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm 7.61 mm -8.24 mm 0 eV 13.1 keV 590 nm 590 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm 2.95 mm -7.61 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 mm 2.95 mm -7.6 mm 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 mm 2.57 mm -7.84 mm 2.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm 2.1 mm -8.1 mm 425 keV 2.05 MeV 1.15 mm 1.15 mmWAbsorberPhysicaleIoni - 2 1.89 mm 2.11 mm -8.11 mm 0 eV 425 keV 143 mum 1.29 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -782 mum -7.48 mm 9.78 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 mm -8.17 mm 1.05 cm 0 eV 69.5 keV 1.22 mm 1.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 mm -8.17 mm 1.05 cm 80.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 mm -8.17 mm 1.05 cm 0 eV 80.7 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.74 mm -3.62 mm 3.39 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.47 mm -4.1 mm 3.81 mm 233 keV 0 eV 698 mum 698 mumWAbsorberPhysicalcompt - 2 2.33 mm -4.42 mm 4.06 mm 0 eV 69.5 keV 423 mum 1.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.33 mm -4.42 mm 4.06 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.33 mm -4.42 mm 4.06 mm 0 eV 164 keV 34.8 mum 34.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.47 mm -4.1 mm 3.81 mm 554 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.47 mm -4.1 mm 3.81 mm 0 eV 554 eV 7.76 nm 7.76 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.73 mm -3.55 mm 3.08 mm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.92 mm -4.76 mm 1.65 cm 0 eV 69.5 keV 1.35 cm 1.35 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 mm -4.76 mm 1.65 cm 995 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm -4.76 mm 1.65 cm 0 eV 995 keV 425 mum 425 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 mm -3.69 mm 2.42 mm 303 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.76 mm -3.75 mm 3.7 mm 0 eV 69.5 keV 1.29 mm 1.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.76 mm -3.75 mm 3.7 mm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.75 mm -3.74 mm 3.7 mm 0 eV 234 keV 60.1 mum 60.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 mm -3.69 mm 2.4 mm 6.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.68 mm -3.7 mm 2.59 mm 5 MeV 0 eV 193 mum 193 mumWAbsorberPhysicalcompt - 2 1.37 mm -5.44 mm 1.39 cm 0 eV 0 eV 1.15 cm 1.17 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 80, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 mm -5.44 mm 1.39 cm 3.69 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 mm -5.19 mm 1.41 cm 2.97 MeV 577 keV 378 mum 378 mumWAbsorberPhysicaleBrem - 2 1.64 mm -4.71 mm 1.45 cm 417 keV 2.17 MeV 783 mum 1.16 mmWAbsorberPhysicaleBrem - 3 1.64 mm -4.71 mm 1.45 cm 0 eV 417 keV 137 mum 1.3 mmWAbsorberPhysicaleIoni - 4 1.64 mm -4.71 mm 1.45 cm 0 eV 0 eV 0 fm 1.3 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 84, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 mm -4.71 mm 1.45 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 cm -1.12 cm 1.47 cm 0 eV 69.5 keV 1.62 cm 1.62 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm -1.12 cm 1.47 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 cm -1.12 cm 1.47 cm 207 keV 52.1 keV 20 mum 20 mumWAbsorberPhysicaleBrem - 2 -1.32 cm -1.12 cm 1.47 cm 0 eV 207 keV 49.9 mum 69.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm -1.12 cm 1.47 cm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm -1.12 cm 1.51 cm 0 eV 69.5 keV 392 mum 392 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm -1.12 cm 1.51 cm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm -1.12 cm 1.51 cm 0 eV 113 keV 19.3 mum 19.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 83, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 mm -4.71 mm 1.45 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.07 mm -4.52 mm 1.45 cm 323 keV 0 eV 477 mum 477 mumWAbsorberPhysicalcompt - 2 2.12 mm -4.2 mm 1.42 cm 0 eV 69.5 keV 416 mum 892 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.12 mm -4.2 mm 1.42 cm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.12 mm -4.2 mm 1.42 cm 0 eV 254 keV 67.9 mum 67.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 mm -4.52 mm 1.45 cm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.08 mm -4.52 mm 1.45 cm 0 eV 188 keV 43 mum 43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 mm -4.71 mm 1.45 cm 373 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.82 mm -5.61 mm 1.9 cm 196 keV 0 eV 4.66 mm 4.66 mmWAbsorberPhysicalcompt - 2 1.31 mm -5.68 mm 1.89 cm 0 eV 69.5 keV 531 mum 5.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 mm -5.68 mm 1.89 cm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 mm -5.68 mm 1.89 cm 0 eV 127 keV 23.2 mum 23.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.82 mm -5.61 mm 1.9 cm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.82 mm -5.61 mm 1.9 cm 0 eV 177 keV 39.3 mum 39.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 mm -5.19 mm 1.41 cm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 mm -5.24 mm 1.43 cm 0 eV 69.5 keV 174 mum 174 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 mm -5.24 mm 1.43 cm 80.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 mm -5.24 mm 1.43 cm 0 eV 80.2 keV 11.1 mum 11.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 mm -5.44 mm 1.39 cm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 mm -5.44 mm 1.39 cm 0 eV 286 keV 81.2 mum 81.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.68 mm -3.7 mm 2.59 mm 1.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 mm -3.68 mm 2.64 mm 0 eV 1.37 MeV 614 mum 614 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.62 mm -3.72 mm 2.11 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.62 mm -3.72 mm 2.14 mm 0 eV 69.5 keV 31.2 mum 31.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.62 mm -3.72 mm 2.14 mm 44.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.62 mm -3.72 mm 2.14 mm 0 eV 44.7 keV 4.26 mum 4.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.45 mm -3.26 mm 1.89 mm 1.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.76 mm -7.41 mm 3.42 mm 999 keV 0 eV 4.99 mm 4.99 mmWAbsorberPhysicalcompt - 2 5.18 mm -8.07 mm 3.28 mm 243 keV 0 eV 792 mum 5.78 mmWAbsorberPhysicalcompt - 3 5.91 mm -6.35 mm 3.87 mm 0 eV 69.5 keV 1.96 mm 7.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.91 mm -6.35 mm 3.87 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.91 mm -6.35 mm 3.87 mm 0 eV 174 keV 38.2 mum 38.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.18 mm -8.07 mm 3.28 mm 756 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.19 mm -8.09 mm 3.27 mm 0 eV 756 keV 304 mum 304 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.76 mm -7.41 mm 3.42 mm 307 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.76 mm -7.41 mm 3.43 mm 0 eV 307 keV 90 mum 90 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.35 mm -3.11 mm 1.81 mm 265 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.34 mm -6.31 mm 2.85 mm 136 keV 0 eV 3.9 mm 3.9 mmWAbsorberPhysicalcompt - 2 4.3 mm -5.51 mm 2.9 mm 0 eV 69.5 keV 799 mum 4.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.3 mm -5.51 mm 2.9 mm 66.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.3 mm -5.51 mm 2.9 mm 0 eV 66.8 keV 8.22 mum 8.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.34 mm -6.31 mm 2.85 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.34 mm -6.31 mm 2.85 mm 0 eV 129 keV 23.9 mum 23.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 136 mum -130 mum 129 mum 2.83 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.29 cm -1.43 cm 1.2 cm 396 keV 0 eV 2.25 cm 2.25 cmWAbsorberPhysicalcompt - 2 1.14 cm -1.48 cm 1.27 cm 185 keV 0 eV 1.72 mm 2.42 cmWAbsorberPhysicalcompt - 3 1.15 cm -1.49 cm 1.27 cm 0 eV 69.5 keV 191 mum 2.44 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 cm -1.49 cm 1.27 cm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 cm -1.49 cm 1.27 cm 0 eV 116 keV 20.2 mum 20.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.14 cm -1.48 cm 1.27 cm 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 cm -1.48 cm 1.27 cm 0 eV 210 keV 51.2 mum 51.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 cm -1.43 cm 1.2 cm 2.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm -1.44 cm 1.2 cm 0 eV 2.43 MeV 1.13 mm 1.13 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 18.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.65 mm 2.47 cm -6.75 cm 18.9 MeV 0 eV 7.23 cm 7.23 cmF2LArGapPhysicalTransportation - 2 7.68 mm 2.49 cm -6.78 cm 18.9 MeV 0 eV 306 mum 7.26 cmF2RodPhysicalTransportation - 3 8.78 mm 2.84 cm -7.74 cm 18.9 MeV 0 eV 1.04 cm 8.3 cmF2LArGapPhysicalTransportation - 4 8.89 mm 2.88 cm -7.84 cm 18.9 MeV 0 eV 1.06 mm 8.4 cmCuPlateBPhysicalTransportation - 5 1.05 cm 3.41 cm -9.3 cm 18.9 MeV 0 eV 1.56 cm 9.96 cmLArgPhysicalTransportation - 6 1.31 cm 4.25 cm -11.6 cm 18.9 MeV 0 eV 2.45 cm 12.4 cmBackExcluderTransportation - 7 13.2 cm 42.6 cm -1.16 m 18.9 MeV 0 eV 1.12 m 1.24 mLArgPhysicalTransportation - 8 14.4 cm 46.5 cm -1.27 m 18.9 MeV 0 eV 11.2 cm 1.36 mCryostatVolumesTransportation - 9 14.4 cm 46.6 cm -1.27 m 18.9 MeV 0 eV 3.19 mm 1.36 mInsulationPhysicalTransportation - 10 15.2 cm 49.1 cm -1.34 m 18.9 MeV 0 eV 7.45 cm 1.43 mCryostatVolumesTransportation - 11 15.2 cm 49.2 cm -1.34 m 18.9 MeV 0 eV 2.66 mm 1.44 mMotherTransportation - 12 33.4 cm 1.08 m -2.95 m 18.9 MeV 0 eV 1.72 m 3.16 mConcWallAPhysicalTransportation - 13 37.1 cm 1.2 m -3.27 m 18.9 MeV 0 eV 34.4 cm 3.5 mMotherTransportation - 14 1.54 m 5 m -13.6 m 18.9 MeV 0 eV 11.1 m 14.6 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -20.2 cm 12.1 cm -7.22 cm 38.3 MeV 0 eV 24.7 cm 24.7 cmCuPlateBPhysicalTransportation - 2 -20.8 cm 12.5 cm -7.44 cm 38.3 MeV 0 eV 7.42 mm 25.4 cmLArgPhysicalTransportation - 3 -32.4 cm 19.5 cm -11.6 cm 38.3 MeV 0 eV 14.1 cm 39.5 cmBackExcluderTransportation - 4 -39.9 cm 23.9 cm -14.2 cm 38.3 MeV 0 eV 9.06 cm 48.6 cmLArgPhysicalTransportation - 5 -1.2 m 72 cm -42.9 cm 38.3 MeV 0 eV 97.8 cm 1.46 mCryostatVolumesTransportation - 6 -1.2 m 72.2 cm -43 cm 38.3 MeV 0 eV 3.45 mm 1.47 mInsulationPhysicalTransportation - 7 -1.27 m 76.2 cm -45.3 cm 38.3 MeV 0 eV 8.04 cm 1.55 mCryostatVolumesTransportation - 8 -1.27 m 76.3 cm -45.4 cm 38.3 MeV 0 eV 2.87 mm 1.55 mMotherTransportation - 9 -5 m 3 m -1.79 m 38.3 MeV 0 eV 4.55 m 6.1 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=48.9147 -Edep in FCAL1 FCAl2 : 0 48.9147 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2665 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 165 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -19.1 mum -83.1 mum -82.3 mum 38.2 MeV 213 keV 119 mum 119 mumWAbsorberPhysicaleBrem - 2 -20.9 mum -94.1 mum -92.6 mum 37.8 MeV 23.9 keV 15.2 mum 134 mumWAbsorberPhysicaleBrem - 3 -22.6 mum -104 mum -101 mum 37.2 MeV 20.3 keV 13.1 mum 147 mumWAbsorberPhysicaleBrem - 4 -39 mum -482 mum -408 mum 35.6 MeV 1.16 MeV 489 mum 636 mumWAbsorberPhysicaleBrem - 5 116 mum -1.41 mm -1.2 mm 32.8 MeV 2.58 MeV 1.31 mm 1.95 mmWAbsorberPhysicaleBrem - 6 158 mum -4 mm -3.19 mm 22.8 MeV 6.72 MeV 3.22 mm 5.17 mmWAbsorberPhysicaleBrem - 7 192 mum -4.01 mm -3.86 mm 20.9 MeV 1.55 MeV 665 mum 5.83 mmWAbsorberPhysicaleBrem - 8 172 mum -4.02 mm -4.01 mm 20.2 MeV 296 keV 156 mum 5.99 mmWAbsorberPhysicaleBrem - 9 51.8 mum -4.01 mm -4.38 mm 16.7 MeV 618 keV 398 mum 6.38 mmWAbsorberPhysicaleBrem - 10 156 mum -4 mm -4.98 mm 13.2 MeV 1.5 MeV 609 mum 6.99 mmWAbsorberPhysicaleBrem - 11 -84.2 mum -4.15 mm -5.44 mm 11.4 MeV 878 keV 541 mum 7.53 mmWAbsorberPhysicaleBrem - 12 -14.5 mum -4.34 mm -6.19 mm 8.88 MeV 1.43 MeV 797 mum 8.33 mmWAbsorberPhysicaleBrem - 13 157 mum -4.58 mm -7 mm 6.48 MeV 2.25 MeV 902 mum 9.23 mmWAbsorberPhysicaleBrem - 14 -54.8 mum -4.88 mm -7.51 mm 4.85 MeV 1.47 MeV 662 mum 9.89 mmWAbsorberPhysicaleBrem - 15 14 mum -4.98 mm -7.65 mm 3.53 MeV 419 keV 209 mum 1.01 cmWAbsorberPhysicaleBrem - 16 969 mum -4.72 mm -7 mm 715 keV 2.81 MeV 1.48 mm 1.16 cmWAbsorberPhysicaleIoni - 17 949 mum -4.72 mm -6.98 mm 0 eV 715 keV 284 mum 1.19 cmWAbsorberPhysicaleIoni - 18 949 mum -4.72 mm -6.98 mm 0 eV 0 eV 0 fm 1.19 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 949 mum -4.72 mm -6.98 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 mm -4.08 mm -7.06 mm 373 keV 0 eV 1.11 mm 1.11 mmWAbsorberPhysicalcompt - 2 3.89 mm -2.52 mm -1.07 cm 0 eV 69.5 keV 4.47 mm 5.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.89 mm -2.52 mm -1.07 cm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.89 mm -2.52 mm -1.07 cm 0 eV 304 keV 88.6 mum 88.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 mm -4.08 mm -7.06 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 mm -4.08 mm -7.05 mm 0 eV 138 keV 26.5 mum 26.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 949 mum -4.72 mm -6.98 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 mm -6.76 mm -6.72 mm 0 eV 69.5 keV 3.52 mm 3.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 mm -6.76 mm -6.72 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 mm -6.76 mm -6.73 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 14 mum -4.98 mm -7.65 mm 900 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.69 mm -7.88 mm -8.94 mm 365 keV 0 eV 4.15 mm 4.15 mmWAbsorberPhysicalcompt - 2 2.98 mm -8.16 mm -8.16 mm 0 eV 69.5 keV 872 mum 5.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.98 mm -8.16 mm -8.16 mm 296 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.98 mm -8.17 mm -8.16 mm 0 eV 296 keV 85.3 mum 85.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.69 mm -7.88 mm -8.94 mm 535 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.69 mm -7.89 mm -8.95 mm 0 eV 535 keV 195 mum 195 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -54.8 mum -4.88 mm -7.51 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 129 mum -5.01 mm -7.65 mm 0 eV 69.5 keV 271 mum 271 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 129 mum -5.01 mm -7.65 mm 99.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 130 mum -5.02 mm -7.65 mm 0 eV 99.4 keV 15.7 mum 15.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 157 mum -4.58 mm -7 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -97.3 mum -4.87 mm -7.56 mm 0 eV 69.5 keV 685 mum 685 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -97.3 mum -4.87 mm -7.56 mm 69.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -98 mum -4.87 mm -7.56 mm 0 eV 69.7 keV 8.84 mum 8.84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -14.5 mum -4.34 mm -6.19 mm 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 101 mum -6.64 mm -8.74 mm 238 keV 0 eV 3.44 mm 3.44 mmWAbsorberPhysicalcompt - 2 421 mum -6.62 mm -8.08 mm 0 eV 69.5 keV 731 mum 4.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 421 mum -6.62 mm -8.08 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 423 mum -6.62 mm -8.08 mm 0 eV 169 keV 36.4 mum 36.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 101 mum -6.64 mm -8.74 mm 839 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 200 mum -6.73 mm -8.72 mm 276 keV 419 keV 251 mum 251 mumWAbsorberPhysicaleBrem - 2 196 mum -6.73 mm -8.72 mm 0 eV 276 keV 76.8 mum 327 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 200 mum -6.73 mm -8.72 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 186 mum -6.74 mm -8.7 mm 0 eV 69.5 keV 28.6 mum 28.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 186 mum -6.74 mm -8.7 mm 75.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 185 mum -6.74 mm -8.7 mm 0 eV 75.7 keV 10.1 mum 10.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -84.2 mum -4.15 mm -5.44 mm 952 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -196 mum -4.27 mm -5.83 mm 588 keV 0 eV 420 mum 420 mumWAbsorberPhysicalcompt - 2 -5.06 mm 5.86 mm -2.2 cm 0 eV 69.5 keV 1.97 cm 2.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.06 mm 5.86 mm -2.2 cm 518 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.06 mm 5.87 mm -2.2 cm 0 eV 518 keV 187 mum 187 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -196 mum -4.27 mm -5.83 mm 364 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -198 mum -4.28 mm -5.83 mm 0 eV 364 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 156 mum -4 mm -4.98 mm 2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 mm -4.11 mm -8.86 mm 0 eV 0 eV 4.15 mm 4.15 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 36, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 mm -4.11 mm -8.86 mm 41.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 mm -4.11 mm -8.86 mm 0 eV 41.9 keV 3.38 mum 3.38 mumWAbsorberPhysicaleIoni - 2 -1.31 mm -4.11 mm -8.86 mm 0 eV 0 eV 0 fm 3.38 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 mm -4.11 mm -8.86 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -784 mum -3.8 mm -8.4 mm 294 keV 0 eV 769 mum 769 mumWAbsorberPhysicalcompt - 2 -1.12 mm -4.06 mm -7.33 mm 200 keV 0 eV 1.15 mm 1.92 mmWAbsorberPhysicalcompt - 3 -908 mum -3.9 mm -7.16 mm 166 keV 0 eV 315 mum 2.24 mmWAbsorberPhysicalcompt - 4 -673 mum -3.63 mm -7.35 mm 0 eV 69.5 keV 405 mum 2.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -673 mum -3.63 mm -7.35 mm 96.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -673 mum -3.63 mm -7.35 mm 0 eV 96.4 keV 14.9 mum 14.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -908 mum -3.9 mm -7.16 mm 34.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -908 mum -3.9 mm -7.16 mm 0 eV 34.5 keV 2.79 mum 2.79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.12 mm -4.06 mm -7.33 mm 93.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 mm -4.06 mm -7.33 mm 0 eV 93.5 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -784 mum -3.8 mm -8.4 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -781 mum -3.8 mm -8.4 mm 0 eV 217 keV 53.8 mum 53.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 mm -4.11 mm -8.86 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.83 mm -9.2 mm -1.63 cm 409 keV 0 eV 1.24 cm 1.24 cmWAbsorberPhysicalcompt - 2 -9.87 mm -9.3 mm -1.63 cm 0 eV 69.5 keV 115 mum 1.25 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.87 mm -9.3 mm -1.63 cm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.88 mm -9.31 mm -1.63 cm 0 eV 339 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.83 mm -9.2 mm -1.63 cm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.83 mm -9.2 mm -1.63 cm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 mm -4.11 mm -8.86 mm 934 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 mm -4.1 mm -8.89 mm 0 eV 934 keV 394 mum 394 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 51.8 mum -4.01 mm -4.38 mm 2.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -387 mum -3.83 mm -1.28 cm 930 keV 0 eV 8.44 mm 8.44 mmWAbsorberPhysicalcompt - 2 1.13 mm -871 mum -1.55 cm 0 eV 69.5 keV 4.31 mm 1.28 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 mm -871 mum -1.55 cm 861 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 mm -865 mum -1.56 cm 0 eV 861 keV 357 mum 357 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -387 mum -3.83 mm -1.28 cm 1.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -577 mum -3.83 mm -1.29 cm 1.29 MeV 464 keV 280 mum 280 mumWAbsorberPhysicaleBrem - 2 -617 mum -3.8 mm -1.29 cm 0 eV 1.29 MeV 578 mum 857 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -577 mum -3.83 mm -1.29 cm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -747 mum -3.76 mm -1.3 cm 0 eV 69.5 keV 230 mum 230 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -747 mum -3.76 mm -1.3 cm 83.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -746 mum -3.76 mm -1.3 cm 0 eV 83.4 keV 11.8 mum 11.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 172 mum -4.02 mm -4.01 mm 438 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 156 mum -4.03 mm -4.25 mm 0 eV 69.5 keV 238 mum 238 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 156 mum -4.03 mm -4.25 mm 369 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 152 mum -4.03 mm -4.25 mm 0 eV 369 keV 117 mum 117 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 192 mum -4.01 mm -3.86 mm 330 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 154 mum -3.98 mm -4.37 mm 0 eV 69.5 keV 514 mum 514 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 154 mum -3.98 mm -4.37 mm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 153 mum -3.98 mm -4.37 mm 0 eV 260 keV 70.5 mum 70.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 158 mum -4 mm -3.19 mm 3.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -594 mum -3.8 mm -6.61 mm 1.16 MeV 0 eV 3.51 mm 3.51 mmWAbsorberPhysicalcompt - 2 -1.78 cm -9.21 mm -1.92 cm 275 keV 0 eV 2.2 cm 2.55 cmWAbsorberPhysicalcompt - 3 -1.71 cm -1.05 cm -1.83 cm 0 eV 69.5 keV 1.69 mm 2.72 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm -1.05 cm -1.83 cm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm -1.05 cm -1.83 cm 0 eV 206 keV 49.5 mum 49.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.78 cm -9.21 mm -1.92 cm 881 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.78 cm -9.21 mm -1.92 cm 232 keV 7.68 keV 5.32 mum 5.32 mumWAbsorberPhysicaleBrem - 2 -1.78 cm -9.21 mm -1.92 cm 0 eV 232 keV 59.3 mum 64.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.78 cm -9.21 mm -1.92 cm 642 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm -1.03 cm -2.53 cm 0 eV 69.5 keV 6.19 mm 6.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 cm -1.03 cm -2.53 cm 573 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm -1.03 cm -2.53 cm 0 eV 573 keV 213 mum 213 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -594 mum -3.8 mm -6.61 mm 2.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -467 mum -3.98 mm -6.75 mm 805 keV 1.06 MeV 370 mum 370 mumWAbsorberPhysicaleBrem - 2 -505 mum -3.96 mm -6.7 mm 227 keV 192 keV 106 mum 476 mumWAbsorberPhysicaleBrem - 3 -508 mum -3.97 mm -6.7 mm 0 eV 227 keV 57.5 mum 533 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -505 mum -3.96 mm -6.7 mm 385 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -863 mum -4.11 mm -6.31 mm 0 eV 69.5 keV 549 mum 549 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -863 mum -4.11 mm -6.31 mm 316 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -866 mum -4.11 mm -6.31 mm 0 eV 316 keV 93.6 mum 93.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -467 mum -3.98 mm -6.75 mm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -573 mum 171 mum -4.95 mm 0 eV 69.5 keV 4.53 mm 4.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -573 mum 171 mum -4.95 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -575 mum 174 mum -4.95 mm 0 eV 231 keV 59.2 mum 59.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 116 mum -1.41 mm -1.2 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 80.6 mum -1.49 mm -1.31 mm 0 eV 69.5 keV 144 mum 144 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 80.6 mum -1.49 mm -1.31 mm 78.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 79.8 mum -1.49 mm -1.31 mm 0 eV 78.3 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -39 mum -482 mum -408 mum 505 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -114 mum -1.44 mm -1.24 mm 333 keV 0 eV 1.27 mm 1.27 mmWAbsorberPhysicalcompt - 2 -228 mum -1.51 mm -1.25 mm 204 keV 0 eV 133 mum 1.41 mmWAbsorberPhysicalcompt - 3 -223 mum -1.51 mm -1.41 mm 0 eV 69.5 keV 162 mum 1.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -223 mum -1.51 mm -1.41 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -221 mum -1.51 mm -1.41 mm 0 eV 135 keV 25.6 mum 25.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -228 mum -1.51 mm -1.25 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -230 mum -1.51 mm -1.25 mm 0 eV 128 keV 23.7 mum 23.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -114 mum -1.44 mm -1.24 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -113 mum -1.45 mm -1.24 mm 0 eV 172 keV 37.5 mum 37.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -22.6 mum -104 mum -101 mum 598 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -86 mum -566 mum -495 mum 240 keV 0 eV 610 mum 610 mumWAbsorberPhysicalcompt - 2 -43.8 mum 672 mum -1.32 mm 0 eV 69.5 keV 1.49 mm 2.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -43.8 mum 672 mum -1.32 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -44.7 mum 674 mum -1.32 mm 0 eV 171 keV 37.1 mum 37.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -86 mum -566 mum -495 mum 358 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -86.8 mum -574 mum -498 mum 0 eV 358 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -20.9 mum -94.1 mum -92.6 mum 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -119 mum -656 mum -600 mum 0 eV 69.5 keV 763 mum 763 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -119 mum -656 mum -600 mum 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -121 mum -661 mum -602 mum 0 eV 257 keV 69.4 mum 69.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -19.1 mum -83.1 mum -82.3 mum 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -19.3 mum -84.4 mum -83.4 mum 0 eV 69.5 keV 1.7 mum 1.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -19.3 mum -84.4 mum -83.4 mum 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -20 mum -86.3 mum -84 mum 0 eV 145 keV 28.8 mum 28.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.96 cm 16.2 cm -5.81 mm 35.9 MeV 0 eV 18.1 cm 18.1 cmF2TroffMainPhysicalTransportation - 2 8.41 cm 17.2 cm -6.14 mm 35.9 MeV 0 eV 1.03 cm 19.1 cmLArgPhysicalTransportation - 3 47.8 cm 97.5 cm -3.49 cm 35.9 MeV 0 eV 89.5 cm 1.09 mCryostatVolumesTransportation - 4 96.8 cm 1.98 m -7.07 cm 35.9 MeV 0 eV 1.11 m 2.2 mMotherTransportation - 5 2.45 m 5 m -17.9 cm 35.9 MeV 0 eV 3.37 m 5.57 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 30.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -13.4 cm -5.03 cm 33.3 cm 30.7 MeV 0 eV 36.2 cm 36.2 cmCuPlateAPhysicalTransportation - 2 -14.4 cm -5.42 cm 35.8 cm 30.7 MeV 0 eV 2.75 cm 39 cmFCALEnvelopePhysicalTransportation - 3 -15.5 cm -5.84 cm 38.6 cm 30.7 MeV 0 eV 3.02 cm 42 cmFCALEmModulePhysicalTransportation - 4 -18.2 cm -6.82 cm 45.1 cm 30.7 MeV 0 eV 7.1 cm 49.1 cmFCALEnvelopePhysicalTransportation - 5 -18.6 cm -6.98 cm 46.1 cm 30.7 MeV 0 eV 1.15 cm 50.2 cmLArgPhysicalTransportation - 6 -47.6 cm -17.9 cm 1.18 m 30.7 MeV 0 eV 78.5 cm 1.29 mCryostatVolumesTransportation - 7 -47.7 cm -17.9 cm 1.19 m 30.7 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 8 -50.3 cm -18.9 cm 1.25 m 30.7 MeV 0 eV 7.07 cm 1.36 mCryostatVolumesTransportation - 9 -50.4 cm -18.9 cm 1.25 m 30.7 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 10 -57.2 cm -21.5 cm 1.42 m 30.7 MeV 0 eV 18.3 cm 1.55 mIronWallPhysicalTransportation - 11 -73.3 cm -27.5 cm 1.82 m 30.7 MeV 0 eV 43.5 cm 1.98 mMotherTransportation - 12 -5 m -1.88 m 12.4 m 30.7 MeV 0 eV 11.5 m 13.5 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=39.6298 -Edep in FCAL1 FCAl2 : 0 39.6298 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2666 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 166 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 358 mum 463 mum 284 mum 40.3 MeV 1.44 MeV 652 mum 652 mumWAbsorberPhysicaleBrem - 2 928 mum 999 mum 610 mum 38 MeV 2.11 MeV 861 mum 1.51 mmWAbsorberPhysicaleBrem - 3 1.34 mm 1.74 mm 820 mum 35.8 MeV 1.69 MeV 889 mum 2.4 mmWAbsorberPhysicaleBrem - 4 1.54 mm 2.28 mm 914 mum 34.2 MeV 1.19 MeV 583 mum 2.98 mmWAbsorberPhysicaleBrem - 5 1.62 mm 2.5 mm 953 mum 33.6 MeV 431 keV 234 mum 3.22 mmWAbsorberPhysicaleBrem - 6 1.81 mm 2.81 mm 854 mum 27.1 MeV 661 keV 379 mum 3.6 mmWAbsorberPhysicaleBrem - 7 3.09 mm 3.67 mm 80.4 mum 21.2 MeV 4.59 MeV 1.79 mm 5.38 mmWAbsorberPhysicaleBrem - 8 3.15 mm 3.73 mm 28.5 mum 19.9 MeV 204 keV 96.1 mum 5.48 mmWAbsorberPhysicaleBrem - 9 3.35 mm 4.75 mm -480 mum 0 eV 2.59 MeV 1.33 mm 6.81 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.35 mm 4.75 mm -480 mum 17.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.48 mm 1.59 cm -1.36 cm 0 eV 0 eV 1.83 cm 1.83 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.48 mm 1.59 cm -1.36 cm 7.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 1.61 cm -1.43 cm 5.89 MeV 1.72 MeV 890 mum 890 mumWAbsorberPhysicaleBrem - 2 1.01 cm 1.71 cm -1.51 cm 2.43 MeV 2.22 MeV 1.41 mm 2.3 mmWAbsorberPhysicaleBrem - 3 1.08 cm 1.69 cm -1.54 cm 542 keV 1.89 MeV 1.15 mm 3.46 mmWAbsorberPhysicaleIoni - 4 1.08 cm 1.69 cm -1.54 cm 0 eV 542 keV 197 mum 3.65 mmWAbsorberPhysicaleIoni - 5 1.08 cm 1.69 cm -1.54 cm 0 eV 0 eV 0 fm 3.65 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm 1.69 cm -1.54 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm 1.69 cm -1.52 cm 413 keV 0 eV 180 mum 180 mumWAbsorberPhysicalcompt - 2 1.11 cm 1.71 cm -1.48 cm 256 keV 0 eV 555 mum 735 mumWAbsorberPhysicalcompt - 3 1.09 cm 1.82 cm -1.48 cm 0 eV 69.5 keV 1.1 mm 1.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm 1.82 cm -1.48 cm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm 1.82 cm -1.48 cm 0 eV 187 keV 42.6 mum 42.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm 1.71 cm -1.48 cm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm 1.71 cm -1.48 cm 0 eV 157 keV 32.3 mum 32.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm 1.69 cm -1.52 cm 98.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm 1.69 cm -1.52 cm 0 eV 98.4 keV 15.4 mum 15.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm 1.69 cm -1.54 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm 1.67 cm -1.75 cm 0 eV 69.5 keV 2.18 mm 2.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm 1.67 cm -1.75 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm 1.67 cm -1.75 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 1.71 cm -1.51 cm 1.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 cm 1.7 cm -9.23 mm 536 keV 0 eV 7.35 mm 7.35 mmWAbsorberPhysicalcompt - 2 1.64 cm 1.54 cm -9.25 mm 245 keV 0 eV 2.51 mm 9.86 mmWAbsorberPhysicalcompt - 3 1.64 cm 1.54 cm -9.23 mm 0 eV 69.5 keV 20 mum 9.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 cm 1.54 cm -9.23 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 cm 1.54 cm -9.23 mm 0 eV 175 keV 38.7 mum 38.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 cm 1.54 cm -9.25 mm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 cm 1.54 cm -9.25 mm 0 eV 291 keV 83.2 mum 83.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 cm 1.7 cm -9.23 mm 694 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 cm 1.7 cm -9.21 mm 0 eV 694 keV 273 mum 273 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 1.61 cm -1.43 cm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 1.61 cm -1.43 cm 0 eV 69.5 keV 84.2 mum 84.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm 1.61 cm -1.43 cm 54.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 1.61 cm -1.43 cm 0 eV 54.3 keV 5.86 mum 5.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.48 mm 1.59 cm -1.36 cm 8.94 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.5 mm 1.6 cm -1.38 cm 4.51 MeV 321 keV 181 mum 181 mumWAbsorberPhysicaleIoni - 2 8.61 mm 1.58 cm -1.42 cm 433 keV 3.94 MeV 1.26 mm 1.44 mmWAbsorberPhysicaleBrem - 3 8.61 mm 1.58 cm -1.42 cm 0 eV 433 keV 146 mum 1.58 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.61 mm 1.58 cm -1.42 cm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.65 mm 1.58 cm -1.42 cm 0 eV 69.5 keV 69.6 mum 69.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.65 mm 1.58 cm -1.42 cm 68.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.65 mm 1.58 cm -1.42 cm 0 eV 68.9 keV 8.67 mum 8.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.5 mm 1.6 cm -1.38 cm 4.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.51 mm 1.6 cm -1.38 cm 459 keV 62.3 keV 32.6 mum 32.6 mumWAbsorberPhysicaleBrem - 2 9.51 mm 1.6 cm -1.38 cm 0 eV 459 keV 158 mum 191 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.51 mm 1.6 cm -1.38 cm 3.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.46 mm 1.68 cm -1.4 cm 0 eV 0 eV 846 mum 846 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.46 mm 1.68 cm -1.4 cm 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.46 mm 1.69 cm -1.41 cm 0 eV 1.21 MeV 541 mum 541 mumWAbsorberPhysicaleIoni - 2 9.46 mm 1.69 cm -1.41 cm 0 eV 0 eV 0 fm 541 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.46 mm 1.69 cm -1.41 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.69 mm 1.58 cm -1.39 cm 482 keV 0 eV 2.99 mm 2.99 mmWAbsorberPhysicalcompt - 2 3.2 mm 1.56 cm -1.3 cm 306 keV 0 eV 3.59 mm 6.58 mmWAbsorberPhysicalcompt - 3 2.83 mm 1.55 cm -1.36 cm 0 eV 69.5 keV 631 mum 7.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.83 mm 1.55 cm -1.36 cm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.83 mm 1.55 cm -1.36 cm 0 eV 237 keV 61.2 mum 61.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.2 mm 1.56 cm -1.3 cm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.2 mm 1.56 cm -1.3 cm 0 eV 176 keV 38.9 mum 38.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.69 mm 1.58 cm -1.39 cm 29 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.69 mm 1.58 cm -1.39 cm 0 eV 29 keV 2.1 mum 2.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.46 mm 1.69 cm -1.41 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.78 mm 1.7 cm -1.41 cm 433 keV 0 eV 346 mum 346 mumWAbsorberPhysicalcompt - 2 1.01 cm 1.72 cm -1.39 cm 361 keV 0 eV 406 mum 752 mumWAbsorberPhysicalcompt - 3 1.07 cm 1.86 cm -1.39 cm 0 eV 69.5 keV 1.52 mm 2.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm 1.86 cm -1.39 cm 292 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm 1.86 cm -1.39 cm 90.8 keV 74.7 keV 36.8 mum 36.8 mumWAbsorberPhysicaleBrem - 2 1.07 cm 1.86 cm -1.39 cm 0 eV 90.8 keV 13.6 mum 50.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm 1.86 cm -1.39 cm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm 1.86 cm -1.39 cm 0 eV 69.5 keV 28.9 mum 28.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm 1.86 cm -1.39 cm 56.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm 1.86 cm -1.39 cm 0 eV 56.6 keV 6.28 mum 6.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 1.72 cm -1.39 cm 72.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 1.72 cm -1.39 cm 0 eV 72.2 keV 9.35 mum 9.35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.78 mm 1.7 cm -1.41 cm 77.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.78 mm 1.7 cm -1.41 cm 0 eV 77.7 keV 10.5 mum 10.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.46 mm 1.68 cm -1.4 cm 1.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.51 mm 1.69 cm -1.4 cm 1.06 MeV 178 keV 110 mum 110 mumWAbsorberPhysicaleBrem - 2 9.49 mm 1.69 cm -1.4 cm 0 eV 1.06 MeV 459 mum 569 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.51 mm 1.69 cm -1.4 cm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.49 mm 1.69 cm -1.4 cm 0 eV 69.5 keV 79.9 mum 79.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.49 mm 1.69 cm -1.4 cm 54.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.49 mm 1.69 cm -1.4 cm 0 eV 54.3 keV 5.87 mum 5.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.35 mm 4.75 mm -480 mum 631 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 mm 7.51 mm 1.01 mm 461 keV 0 eV 3.16 mm 3.16 mmWAbsorberPhysicalcompt - 2 5.44 mm 1.03 cm 2 mm 0 eV 69.5 keV 3.82 mm 6.98 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.44 mm 1.03 cm 2 mm 392 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.43 mm 1.03 cm 2.01 mm 0 eV 392 keV 127 mum 127 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.04 mm 7.51 mm 1.01 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 mm 7.51 mm 1.02 mm 0 eV 169 keV 36.7 mum 36.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.15 mm 3.73 mm 28.5 mum 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.7 mm 7.99 mm -3.51 mm 657 keV 0 eV 6.09 mm 6.09 mmWAbsorberPhysicalcompt - 2 6.24 mm 1.16 cm -3.18 mm 560 keV 0 eV 3.68 mm 9.78 mmWAbsorberPhysicalcompt - 3 888 mum 2.88 cm -6.58 mm 0 eV 69.5 keV 1.83 cm 2.81 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 888 mum 2.88 cm -6.58 mm 490 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 885 mum 2.88 cm -6.57 mm 0 eV 490 keV 173 mum 173 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.24 mm 1.16 cm -3.18 mm 97.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.24 mm 1.16 cm -3.18 mm 0 eV 97.3 keV 15.1 mum 15.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.7 mm 7.99 mm -3.51 mm 420 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.71 mm 7.99 mm -3.52 mm 0 eV 420 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.09 mm 3.67 mm 80.4 mum 1.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.62 cm 5.58 cm -4.19 cm 471 keV 0 eV 7.96 cm 7.96 cmWAbsorberPhysicalcompt - 2 4.64 cm 5.62 cm -4.15 cm 0 eV 69.5 keV 597 mum 8.02 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.64 cm 5.62 cm -4.15 cm 401 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.64 cm 5.62 cm -4.15 cm 0 eV 401 keV 132 mum 132 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.62 cm 5.58 cm -4.19 cm 883 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.62 cm 5.58 cm -4.19 cm 0 eV 883 keV 368 mum 368 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.81 mm 2.81 mm 854 mum 5.83 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.86 mm 5.67 mm -266 mum 0 eV 0 eV 4.33 mm 4.33 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 55, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.86 mm 5.67 mm -266 mum 2.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.33 mm 5.54 mm 575 mum 798 keV 2.04 MeV 1.29 mm 1.29 mmWAbsorberPhysicaleIoni - 2 5.31 mm 5.53 mm 543 mum 0 eV 798 keV 326 mum 1.62 mmWAbsorberPhysicaleIoni - 3 5.31 mm 5.53 mm 543 mum 0 eV 0 eV 0 fm 1.62 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.31 mm 5.53 mm 543 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.42 mm 5.27 mm 1.1 mm 405 keV 0 eV 624 mum 624 mumWAbsorberPhysicalcompt - 2 7.06 mm 2.27 mm 2.35 mm 0 eV 69.5 keV 3.64 mm 4.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.06 mm 2.27 mm 2.35 mm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.06 mm 2.26 mm 2.36 mm 0 eV 335 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.42 mm 5.27 mm 1.1 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.42 mm 5.27 mm 1.1 mm 0 eV 106 keV 17.5 mum 17.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.31 mm 5.53 mm 543 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.31 mm 7.73 mm -4.09 mm 219 keV 0 eV 5.22 mm 5.22 mmWAbsorberPhysicalcompt - 2 6.84 mm 8.03 mm -3.5 mm 0 eV 69.5 keV 2.61 mm 7.84 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.84 mm 8.03 mm -3.5 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.84 mm 8.04 mm -3.5 mm 0 eV 149 keV 30 mum 30 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.31 mm 7.73 mm -4.09 mm 292 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.31 mm 7.73 mm -4.1 mm 0 eV 292 keV 83.8 mum 83.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.86 mm 5.67 mm -266 mum 1.97 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.84 mm 5.91 mm -468 mum 738 keV 682 keV 480 mum 480 mumWAbsorberPhysicaleBrem - 2 4.85 mm 5.89 mm -483 mum 0 eV 738 keV 295 mum 775 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.84 mm 5.91 mm -468 mum 546 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.2 mm 5.67 mm -621 mum 355 keV 0 eV 462 mum 462 mumWAbsorberPhysicalcompt - 2 8.69 mm 7.54 mm -8.53 mm 0 eV 69.5 keV 8.85 mm 9.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.69 mm 7.54 mm -8.53 mm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.69 mm 7.53 mm -8.54 mm 0 eV 285 keV 80.8 mum 80.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.2 mm 5.67 mm -621 mum 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.21 mm 5.67 mm -620 mum 0 eV 191 keV 44.3 mum 44.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.62 mm 2.5 mm 953 mum 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 mm 2.77 mm 890 mum 0 eV 69.5 keV 349 mum 349 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 mm 2.77 mm 890 mum 50.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 mm 2.77 mm 890 mum 0 eV 50.4 keV 5.16 mum 5.16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 mm 2.28 mm 914 mum 415 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 mm 5.97 mm 1.38 mm 0 eV 69.5 keV 4.01 mm 4.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.04 mm 5.97 mm 1.38 mm 345 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.03 mm 5.98 mm 1.38 mm 0 eV 345 keV 107 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 mm 1.74 mm 820 mum 514 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 mm 2.23 mm 946 mum 185 keV 0 eV 553 mum 553 mumWAbsorberPhysicalcompt - 2 1.43 mm 2.16 mm 833 mum 0 eV 69.5 keV 189 mum 742 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 mm 2.16 mm 833 mum 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 mm 2.16 mm 833 mum 0 eV 115 keV 19.9 mum 19.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 mm 2.23 mm 946 mum 329 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm 2.24 mm 948 mum 0 eV 329 keV 99.5 mum 99.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 928 mum 999 mum 610 mum 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 mm 1.56 mm 870 mum 0 eV 69.5 keV 691 mum 691 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.24 mm 1.56 mm 870 mum 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.24 mm 1.56 mm 870 mum 0 eV 139 keV 27 mum 27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 358 mum 463 mum 284 mum 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 932 mum 1.18 mm 645 mum 0 eV 69.5 keV 988 mum 988 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 932 mum 1.18 mm 645 mum 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 933 mum 1.18 mm 645 mum 0 eV 164 keV 34.9 mum 34.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 18.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -14.5 cm -11.3 cm 28.7 cm 18.9 MeV 0 eV 34.1 cm 34.1 cmFCALEnvelopePhysicalTransportation - 2 -14.8 cm -11.5 cm 29.3 cm 18.9 MeV 0 eV 6.35 mm 34.7 cmLArgPhysicalTransportation - 3 -57.4 cm -44.7 cm 1.14 m 18.9 MeV 0 eV 1 m 1.35 mCryostatVolumesTransportation - 4 -57.5 cm -44.9 cm 1.14 m 18.9 MeV 0 eV 3.18 mm 1.35 mInsulationPhysicalTransportation - 5 -60.7 cm -47.3 cm 1.2 m 18.9 MeV 0 eV 7.42 cm 1.43 mCryostatVolumesTransportation - 6 -60.8 cm -47.4 cm 1.21 m 18.9 MeV 0 eV 2.65 mm 1.43 mMotherTransportation - 7 -71.6 cm -55.8 cm 1.42 m 18.9 MeV 0 eV 25.5 cm 1.69 mIronWallPhysicalTransportation - 8 -91.8 cm -71.6 cm 1.82 m 18.9 MeV 0 eV 47.5 cm 2.16 mMotherTransportation - 9 -5 m -3.9 m 9.91 m 18.9 MeV 0 eV 9.6 m 11.8 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.56 cm -3.98 cm -6.43 cm 44.3 MeV 0 eV 8.35 cm 8.35 cmCuPlateBPhysicalTransportation - 2 -4.9 cm -5.48 cm -8.86 cm 44.3 MeV 0 eV 3.16 cm 11.5 cmLArgPhysicalTransportation - 3 -6.41 cm -7.16 cm -11.6 cm 44.3 MeV 0 eV 3.54 cm 15 cmBackExcluderTransportation - 4 -34.1 cm -38.1 cm -61.7 cm 44.3 MeV 0 eV 65.1 cm 80.1 cmLArgPhysicalTransportation - 5 -61.7 cm -69 cm -1.12 m 44.3 MeV 0 eV 64.8 cm 1.45 mCryostatVolumesTransportation - 6 -61.9 cm -69.1 cm -1.12 m 44.3 MeV 0 eV 3.41 mm 1.45 mInsulationPhysicalTransportation - 7 -65.3 cm -72.9 cm -1.18 m 44.3 MeV 0 eV 7.96 cm 1.53 mCryostatVolumesTransportation - 8 -65.4 cm -73.1 cm -1.18 m 44.3 MeV 0 eV 2.84 mm 1.53 mMotherTransportation - 9 -4.47 m -5 m -8.08 m 44.3 MeV 0 eV 8.97 m 10.5 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=42.9765 -Edep in FCAL1 FCAl2 : 0 42.9765 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2667 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 167 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -336 mum -30.5 mum -28.5 mum 40.7 MeV 622 keV 339 mum 339 mumWAbsorberPhysicaleBrem - 2 -776 mum -93.1 mum -68.6 mum 29.2 MeV 791 keV 448 mum 788 mumWAbsorberPhysicaleBrem - 3 -940 mum -118 mum -71.9 mum 28.6 MeV 279 keV 165 mum 953 mumWAbsorberPhysicaleBrem - 4 -2.54 mm -1.11 mm -6.46 mum 21.1 MeV 4.2 MeV 1.96 mm 2.92 mmWAbsorberPhysicaleBrem - 5 -2.85 mm -1.13 mm -60.4 mum 0 eV 495 keV 316 mum 3.23 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.85 mm -1.13 mm -60.4 mum 21.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.63 mm -2.08 mm -413 mum 0 eV 0 eV 2.96 mm 2.96 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 12, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.63 mm -2.08 mm -413 mum 8.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.71 mm -2.11 mm -410 mum 7.68 MeV 199 keV 85.6 mum 85.6 mumWAbsorberPhysicaleBrem - 2 -6.59 mm -3.45 mm -963 mum 4.48 MeV 2.8 MeV 1.65 mm 1.73 mmWAbsorberPhysicaleBrem - 3 -7.2 mm -2.27 mm -441 mum 1.64 MeV 2.84 MeV 1.67 mm 3.41 mmWAbsorberPhysicaleIoni - 4 -7.08 mm -2.02 mm -279 mum 543 keV 922 keV 466 mum 3.87 mmWAbsorberPhysicaleBrem - 5 -7.06 mm -2.01 mm -264 mum 0 eV 543 keV 197 mum 4.07 mmWAbsorberPhysicaleIoni - 6 -7.06 mm -2.01 mm -264 mum 0 eV 0 eV 0 fm 4.07 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.06 mm -2.01 mm -264 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.66 mm 4.19 mm -5.58 mm 389 keV 0 eV 8.29 mm 8.29 mmWAbsorberPhysicalcompt - 2 -6.28 mm 8.15 mm -5.42 mm 307 keV 0 eV 4.01 mm 1.23 cmWAbsorberPhysicalcompt - 3 -5.95 mm 8.78 mm -5.87 mm 176 keV 0 eV 844 mum 1.31 cmWAbsorberPhysicalcompt - 4 -4.29 mm 7.44 mm -5.52 mm 0 eV 69.5 keV 2.16 mm 1.53 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.29 mm 7.44 mm -5.52 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.29 mm 7.44 mm -5.52 mm 0 eV 106 keV 17.5 mum 17.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.95 mm 8.78 mm -5.87 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.95 mm 8.78 mm -5.87 mm 0 eV 131 keV 24.5 mum 24.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.28 mm 8.15 mm -5.42 mm 82 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.29 mm 8.15 mm -5.41 mm 0 eV 82 keV 11.5 mum 11.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.66 mm 4.19 mm -5.58 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.66 mm 4.19 mm -5.58 mm 0 eV 122 keV 21.9 mum 21.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.06 mm -2.01 mm -264 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.92 mm -5.77 mm 2.97 mm 196 keV 0 eV 5.03 mm 5.03 mmWAbsorberPhysicalcompt - 2 -8.02 mm -5.75 mm 2.62 mm 0 eV 69.5 keV 359 mum 5.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.02 mm -5.75 mm 2.62 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.02 mm -5.75 mm 2.62 mm 0 eV 126 keV 22.9 mum 22.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.92 mm -5.77 mm 2.97 mm 315 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.92 mm -5.78 mm 2.97 mm 0 eV 315 keV 93.4 mum 93.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.08 mm -2.02 mm -279 mum 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.93 mm -1.91 mm -168 mum 0 eV 69.5 keV 215 mum 215 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.93 mm -1.91 mm -168 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.93 mm -1.91 mm -167 mum 0 eV 105 keV 17.3 mum 17.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.59 mm -3.45 mm -963 mum 410 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.14 mm -2.32 mm -3.75 mm 227 keV 0 eV 3.95 mm 3.95 mmWAbsorberPhysicalcompt - 2 -1.1 cm -1.63 mm -1.81 mm 0 eV 69.5 keV 2.76 mm 6.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -1.63 mm -1.81 mm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm -1.63 mm -1.81 mm 0 eV 158 keV 32.8 mum 32.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.14 mm -2.32 mm -3.75 mm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.14 mm -2.32 mm -3.76 mm 0 eV 182 keV 41.2 mum 41.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.71 mm -2.11 mm -410 mum 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.14 mm -2.27 mm -564 mum 214 keV 0 eV 481 mum 481 mumWAbsorberPhysicalcompt - 2 -6.57 mm -3.07 mm -738 mum 0 eV 69.5 keV 922 mum 1.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.57 mm -3.07 mm -738 mum 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.57 mm -3.07 mm -738 mum 0 eV 145 keV 28.7 mum 28.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.14 mm -2.27 mm -564 mum 24.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.14 mm -2.27 mm -564 mum 0 eV 24.1 keV 1.54 mum 1.54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.63 mm -2.08 mm -413 mum 12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.23 mm -2.74 mm -560 mum 7.11 MeV 2.17 MeV 881 mum 881 mumWAbsorberPhysicaleBrem - 2 -6.29 mm -2.75 mm -623 mum 5.83 MeV 222 keV 86.8 mum 967 mumWAbsorberPhysicaleBrem - 3 -6.58 mm -3.85 mm -920 mum 2.87 MeV 2.82 MeV 1.35 mm 2.32 mmWAbsorberPhysicaleBrem - 4 -7.02 mm -3.7 mm -391 mum 1.02 MeV 1.59 MeV 1.03 mm 3.35 mmWAbsorberPhysicaleBrem - 5 -6.91 mm -3.68 mm -321 mum 529 keV 352 keV 225 mum 3.58 mmWAbsorberPhysicaleBrem - 6 -6.9 mm -3.7 mm -331 mum 0 eV 529 keV 192 mum 3.77 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.91 mm -3.68 mm -321 mum 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.92 mm -3.7 mm -333 mum 0 eV 69.5 keV 19.5 mum 19.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.92 mm -3.7 mm -333 mum 68.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.92 mm -3.7 mm -333 mum 0 eV 68.3 keV 8.54 mum 8.54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.02 mm -3.7 mm -391 mum 262 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.16 mm -3.91 mm 60.1 mum 246 keV 0 eV 516 mum 516 mumWAbsorberPhysicalcompt - 2 -7.51 mm -3.79 mm 1.19 mm 0 eV 69.5 keV 1.19 mm 1.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.51 mm -3.79 mm 1.19 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.51 mm -3.79 mm 1.19 mm 0 eV 177 keV 39.3 mum 39.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.16 mm -3.91 mm 60.1 mum 15.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.16 mm -3.91 mm 60.1 mum 0 eV 15.5 keV 761 nm 761 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.58 mm -3.85 mm -920 mum 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.55 mm -3.15 mm -926 mum 0 eV 69.5 keV 695 mum 695 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.55 mm -3.15 mm -926 mum 72 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.55 mm -3.15 mm -926 mum 0 eV 72 keV 9.33 mum 9.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.29 mm -2.75 mm -623 mum 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.67 mm -3.17 mm -2.65 mm 226 keV 0 eV 3.97 mm 3.97 mmWAbsorberPhysicalcompt - 2 -9.44 mm -2.99 mm -2.03 mm 0 eV 69.5 keV 694 mum 4.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.44 mm -2.99 mm -2.03 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.44 mm -2.98 mm -2.02 mm 0 eV 157 keV 32.5 mum 32.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.67 mm -3.17 mm -2.65 mm 837 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.7 mm -3.17 mm -2.67 mm 0 eV 837 keV 345 mum 345 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.23 mm -2.74 mm -560 mum 2.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 cm -7.6 mm -1.05 cm 0 eV 0 eV 1.75 cm 1.75 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 41, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 cm -7.6 mm -1.05 cm 625 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 cm -7.59 mm -1.05 cm 0 eV 625 keV 238 mum 238 mumWAbsorberPhysicaleIoni - 2 -1.99 cm -7.59 mm -1.05 cm 0 eV 0 eV 0 fm 238 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 cm -7.59 mm -1.05 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 cm -8.86 mm -1.11 cm 0 eV 69.5 keV 1.53 mm 1.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 cm -8.86 mm -1.11 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 cm -8.86 mm -1.1 cm 235 keV 85.5 keV 38.2 mum 38.2 mumWAbsorberPhysicaleBrem - 2 -2.05 cm -8.86 mm -1.1 cm 0 eV 235 keV 60.4 mum 98.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 cm -8.86 mm -1.1 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 cm -8.72 mm -1.12 cm 0 eV 69.5 keV 356 mum 356 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 cm -8.72 mm -1.12 cm 51.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 cm -8.72 mm -1.12 cm 0 eV 51.9 keV 5.42 mum 5.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.99 cm -7.59 mm -1.05 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm 5.95 mm -4.41 mm 305 keV 0 eV 1.63 cm 1.63 cmWAbsorberPhysicalcompt - 2 -1.3 cm 5.93 mm -4.4 mm 0 eV 69.5 keV 115 mum 1.64 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 cm 5.93 mm -4.4 mm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 cm 5.92 mm -4.4 mm 0 eV 236 keV 60.9 mum 60.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 cm 5.95 mm -4.41 mm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm 5.95 mm -4.41 mm 0 eV 206 keV 49.4 mum 49.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 cm -7.6 mm -1.05 cm 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.99 cm -7.62 mm -1.05 cm 0 eV 1.08 MeV 471 mum 471 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.85 mm -1.13 mm -60.4 mum 492 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.07 mm 1.6 mm 5.69 mm 429 keV 0 eV 6.48 mm 6.48 mmWAbsorberPhysicalcompt - 2 -5.2 mm 4.39 mm 7.46 mm 355 keV 0 eV 3.5 mm 9.98 mmWAbsorberPhysicalcompt - 3 -4.72 mm 9.78 mm 7.33 mm 336 keV 0 eV 5.42 mm 1.54 cmWAbsorberPhysicalcompt - 4 -4.76 mm 1 cm 7.26 mm 0 eV 69.5 keV 241 mum 1.56 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.76 mm 1 cm 7.26 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.76 mm 1 cm 7.26 mm 0 eV 267 keV 73.3 mum 73.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.72 mm 9.78 mm 7.33 mm 18.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.72 mm 9.78 mm 7.33 mm 0 eV 18.8 keV 1.04 mum 1.04 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.2 mm 4.39 mm 7.46 mm 73.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.2 mm 4.39 mm 7.46 mm 0 eV 73.4 keV 9.6 mum 9.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.07 mm 1.6 mm 5.69 mm 63 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.07 mm 1.6 mm 5.69 mm 0 eV 63 keV 7.44 mum 7.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.54 mm -1.11 mm -6.46 mum 3.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm -3.58 mm -2.86 mm 549 keV 0 eV 1.33 cm 1.33 cmWAbsorberPhysicalcompt - 2 -1.77 cm -7.19 mm 3.22 mm 0 eV 69.5 keV 7.47 mm 2.08 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.77 cm -7.19 mm 3.22 mm 479 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.77 cm -7.19 mm 3.25 mm 62.7 keV 308 keV 160 mum 160 mumWAbsorberPhysicaleBrem - 2 -1.77 cm -7.19 mm 3.25 mm 0 eV 62.7 keV 7.38 mum 167 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.77 cm -7.19 mm 3.25 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.78 cm -7.04 mm 3.4 mm 0 eV 69.5 keV 231 mum 231 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.78 cm -7.04 mm 3.4 mm 39.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.78 cm -7.04 mm 3.4 mm 0 eV 39.3 keV 3.42 mum 3.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 cm -3.58 mm -2.86 mm 2.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.56 cm -3.16 mm -2.66 mm 1.19 MeV 1.35 MeV 812 mum 812 mumWAbsorberPhysicaleBrem - 2 -1.56 cm -3.17 mm -2.71 mm 0 eV 1.19 MeV 525 mum 1.34 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 cm -3.16 mm -2.66 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm -3.28 mm -2.88 mm 0 eV 69.5 keV 262 mum 262 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 cm -3.28 mm -2.88 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm -3.28 mm -2.88 mm 0 eV 101 keV 16 mum 16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -940 mum -118 mum -71.9 mum 312 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.74 mm -980 mum -115 mum 0 eV 69.5 keV 2.93 mm 2.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.74 mm -980 mum -115 mum 243 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.74 mm -982 mum -113 mum 0 eV 243 keV 63.5 mum 63.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -776 mum -93.1 mum -68.6 mum 10.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.56 mm -242 mum -54.1 mum 0 eV 0 eV 798 mum 798 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 61, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 mm -242 mum -54.1 mum 1.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm -299 mum -69.2 mum 0 eV 1.52 MeV 660 mum 660 mumWAbsorberPhysicaleBrem - 2 -1.64 mm -299 mum -69.2 mum 0 eV 0 eV 0 fm 660 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm -299 mum -69.2 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.54 mm -1.02 mm -5.38 mm 190 keV 0 eV 5.44 mm 5.44 mmWAbsorberPhysicalcompt - 2 -1.57 mm -1.56 mm -4.45 mm 0 eV 69.5 keV 1.45 mm 6.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 mm -1.56 mm -4.45 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 mm -1.56 mm -4.45 mm 0 eV 120 keV 21.3 mum 21.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.54 mm -1.02 mm -5.38 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm -1.02 mm -5.39 mm 0 eV 321 keV 95.9 mum 95.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm -299 mum -69.2 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 mm 41.7 mum 2.43 mm 0 eV 69.5 keV 2.56 mm 2.56 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 mm 41.7 mum 2.43 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 mm 45.5 mum 2.44 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.56 mm -242 mum -54.1 mum 8.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.39 mm -1.56 mm -169 mum 2.41 MeV 5.09 MeV 1.62 mm 1.62 mmWAbsorberPhysicaleBrem - 2 -2.4 mm -1.48 mm -181 mum 2.13 MeV 127 keV 94.4 mum 1.72 mmWAbsorberPhysicaleBrem - 3 -2.21 mm -1.3 mm -187 mum 1.1 MeV 757 keV 363 mum 2.08 mmWAbsorberPhysicaleBrem - 4 -2.18 mm -1.32 mm -169 mum 0 eV 1.1 MeV 477 mum 2.56 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.21 mm -1.3 mm -187 mum 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.04 mm -1.52 mm 505 mum 0 eV 69.5 keV 746 mum 746 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.04 mm -1.52 mm 505 mum 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.04 mm -1.52 mm 508 mum 0 eV 206 keV 49.7 mum 49.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.4 mm -1.48 mm -181 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.44 mm -1.29 mm -76.9 mum 0 eV 69.5 keV 213 mum 213 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.44 mm -1.29 mm -76.9 mum 85.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.44 mm -1.29 mm -77.1 mum 0 eV 85.6 keV 12.3 mum 12.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.39 mm -1.56 mm -169 mum 704 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 mm 668 mum 201 mum 0 eV 69.5 keV 2.26 mm 2.26 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.2 mm 668 mum 201 mum 635 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.19 mm 684 mum 197 mum 0 eV 635 keV 244 mum 244 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -336 mum -30.5 mum -28.5 mum 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -374 mum -32.5 mum -29.6 mum 92.4 keV 0 eV 38.1 mum 38.1 mumWAbsorberPhysicalcompt - 2 -355 mum -12.5 mum -31.4 mum 0 eV 69.5 keV 27.6 mum 65.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -355 mum -12.5 mum -31.4 mum 22.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -355 mum -12.5 mum -31.5 mum 0 eV 22.9 keV 1.43 mum 1.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -374 mum -32.5 mum -29.6 mum 41.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -374 mum -32.6 mum -29.6 mum 0 eV 41.8 keV 3.8 mum 3.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 11.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -17.3 cm -9.55 cm 6.59 cm 11.5 MeV 0 eV 20.9 cm 20.9 cmFCALEnvelopePhysicalTransportation - 2 -17.7 cm -9.76 cm 6.74 cm 11.5 MeV 0 eV 4.66 mm 21.3 cmLArgPhysicalTransportation - 3 -1.19 m -65.6 cm 45.3 cm 11.5 MeV 0 eV 1.22 m 1.43 mCryostatVolumesTransportation - 4 -1.19 m -65.8 cm 45.4 cm 11.5 MeV 0 eV 3.37 mm 1.44 mInsulationPhysicalTransportation - 5 -1.26 m -69.4 cm 47.9 cm 11.5 MeV 0 eV 7.87 cm 1.52 mCryostatVolumesTransportation - 6 -1.26 m -69.5 cm 48 cm 11.5 MeV 0 eV 2.81 mm 1.52 mMotherTransportation - 7 -5 m -2.75 m 1.9 m 11.5 MeV 0 eV 4.5 m 6.02 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 29.4 cm 7.08 cm 3.88 mm 52.2 MeV 0 eV 30.3 cm 30.3 cmLArgPhysicalTransportation - 2 1.27 m 30.6 cm 1.68 cm 52.2 MeV 0 eV 1.01 m 1.31 mCryostatVolumesTransportation - 3 1.28 m 30.7 cm 1.68 cm 52.2 MeV 0 eV 3.09 mm 1.31 mInsulationPhysicalTransportation - 4 1.35 m 32.4 cm 1.78 cm 52.2 MeV 0 eV 7.2 cm 1.39 mCryostatVolumesTransportation - 5 1.35 m 32.5 cm 1.78 cm 52.2 MeV 0 eV 2.57 mm 1.39 mMotherTransportation - 6 5 m 1.2 m 6.59 cm 52.2 MeV 0 eV 3.75 m 5.14 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=42.4946 -Edep in FCAL1 FCAl2 : 0 42.4946 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2668 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 168 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 48 mum 12.3 mum 92.2 mum 38.1 MeV 256 keV 105 mum 105 mumWAbsorberPhysicaleBrem - 2 667 mum 197 mum 2.13 mm 33.3 MeV 4.47 MeV 2.16 mm 2.26 mmWAbsorberPhysicaleBrem - 3 977 mum 446 mum 2.36 mm 32.1 MeV 1.04 MeV 464 mum 2.73 mmWAbsorberPhysicaleBrem - 4 1.08 mm 488 mum 2.45 mm 31.3 MeV 507 keV 145 mum 2.87 mmWAbsorberPhysicaleBrem - 5 1.57 mm 711 mum 2.85 mm 5.6 MeV 1.77 MeV 692 mum 3.56 mmWAbsorberPhysicaleBrem - 6 1.71 mm 878 mum 3.09 mm 4.68 MeV 556 keV 333 mum 3.9 mmWAbsorberPhysicaleBrem - 7 1.85 mm 939 mum 3.12 mm 3.97 MeV 448 keV 173 mum 4.07 mmWAbsorberPhysicaleBrem - 8 2.85 mm 1.32 mm 3.14 mm 1.29 MeV 2.53 MeV 1.26 mm 5.33 mmWAbsorberPhysicaleBrem - 9 2.92 mm 1.35 mm 3.17 mm 0 eV 1.29 MeV 581 mum 5.91 mmWAbsorberPhysicaleIoni - 10 2.92 mm 1.35 mm 3.17 mm 0 eV 0 eV 0 fm 5.91 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 mm 1.35 mm 3.17 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -545 mum 1.56 mm 9.08 mm 0 eV 69.5 keV 6.85 mm 6.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -545 mum 1.56 mm 9.08 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -544 mum 1.56 mm 9.09 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 mm 1.35 mm 3.17 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.97 mm 1.22 mm -334 mum 314 keV 0 eV 4.07 mm 4.07 mmWAbsorberPhysicalcompt - 2 8.54 mm 834 mum 213 mum 0 eV 69.5 keV 3.63 mm 7.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.54 mm 834 mum 213 mum 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.54 mm 830 mum 215 mum 0 eV 244 keV 64 mum 64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.97 mm 1.22 mm -334 mum 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.97 mm 1.22 mm -337 mum 0 eV 197 keV 46.4 mum 46.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 mm 1.32 mm 3.14 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.89 mm 1.33 mm 3.16 mm 0 eV 69.5 keV 42.5 mum 42.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.89 mm 1.33 mm 3.16 mm 83.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.89 mm 1.33 mm 3.16 mm 0 eV 83.2 keV 11.8 mum 11.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 mm 939 mum 3.12 mm 263 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm 1.28 mm 3.4 mm 0 eV 69.5 keV 445 mum 445 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 mm 1.28 mm 3.4 mm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm 1.28 mm 3.4 mm 0 eV 193 keV 44.9 mum 44.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 mm 878 mum 3.09 mm 365 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.67 mm 2.66 mm 4.61 mm 325 keV 0 eV 3.05 mm 3.05 mmWAbsorberPhysicalcompt - 2 4.65 mm 6.48 mm 1.01 cm 319 keV 0 eV 6.77 mm 9.81 mmWAbsorberPhysicalcompt - 3 4.96 mm 6.97 mm 1.07 cm 247 keV 0 eV 850 mum 1.07 cmWAbsorberPhysicalcompt - 4 4.81 mm 7.05 mm 1.09 cm 0 eV 69.5 keV 263 mum 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.81 mm 7.05 mm 1.09 cm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.8 mm 7.05 mm 1.09 cm 0 eV 177 keV 39.4 mum 39.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.96 mm 6.97 mm 1.07 cm 72.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.96 mm 6.97 mm 1.07 cm 0 eV 72.5 keV 9.43 mum 9.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.65 mm 6.48 mm 1.01 cm 5.27 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.65 mm 6.48 mm 1.01 cm 0 eV 5.27 keV 151 nm 151 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.67 mm 2.66 mm 4.61 mm 40 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.67 mm 2.66 mm 4.61 mm 0 eV 40 keV 3.53 mum 3.53 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm 711 mum 2.85 mm 24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.08 mm 3.04 mm 1.18 cm 0 eV 0 eV 1.19 cm 1.19 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 25, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.08 mm 3.04 mm 1.18 cm 12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.31 mm 3.37 mm 1.24 cm 9.95 MeV 1.41 MeV 787 mum 787 mumWAbsorberPhysicaleBrem - 2 9.76 mm 3.58 mm 1.27 cm 8.61 MeV 864 keV 571 mum 1.36 mmWAbsorberPhysicaleBrem - 3 1.01 cm 3.53 mm 1.28 cm 7.78 MeV 726 keV 408 mum 1.77 mmWAbsorberPhysicaleBrem - 4 1.09 cm 4.02 mm 1.27 cm 6.1 MeV 1.44 MeV 902 mum 2.67 mmWAbsorberPhysicaleBrem - 5 1.06 cm 3.86 mm 1.18 cm 4.5 MeV 1.48 MeV 796 mum 3.46 mmWAbsorberPhysicaleBrem - 6 1.06 cm 3.83 mm 1.18 cm 4.25 MeV 59.6 keV 32.6 mum 3.5 mmWAbsorberPhysicaleBrem - 7 1.03 cm 3.85 mm 1.32 cm 1.29 MeV 2.96 MeV 1.63 mm 5.13 mmWAbsorberPhysicaleIoni - 8 1.05 cm 3.96 mm 1.32 cm 419 keV 758 keV 326 mum 5.45 mmWAbsorberPhysicaleBrem - 9 1.05 cm 3.97 mm 1.32 cm 0 eV 419 keV 137 mum 5.59 mmWAbsorberPhysicaleIoni - 10 1.05 cm 3.97 mm 1.32 cm 0 eV 0 eV 0 fm 5.59 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm 3.97 mm 1.32 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.47 mm 6.16 mm 1.9 cm 0 eV 69.5 keV 6.97 mm 6.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.47 mm 6.16 mm 1.9 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.47 mm 6.16 mm 1.91 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm 3.97 mm 1.32 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 cm 2.58 mm 9.44 mm 501 keV 0 eV 4.42 mm 4.42 mmWAbsorberPhysicalcompt - 2 1.31 cm 2.39 mm 8.48 mm 260 keV 0 eV 1.19 mm 5.61 mmWAbsorberPhysicalcompt - 3 1.29 cm 2.36 mm 8.29 mm 224 keV 0 eV 316 mum 5.93 mmWAbsorberPhysicalcompt - 4 1.27 cm 1.9 mm 7.57 mm 0 eV 69.5 keV 864 mum 6.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 cm 1.9 mm 7.57 mm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 cm 1.9 mm 7.57 mm 0 eV 155 keV 31.7 mum 31.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.29 cm 2.36 mm 8.29 mm 36.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.29 cm 2.36 mm 8.29 mm 0 eV 36.3 keV 3.02 mum 3.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 cm 2.39 mm 8.48 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.31 cm 2.37 mm 8.47 mm 25.7 keV 42.6 keV 23.1 mum 23.1 mumWAbsorberPhysicaleBrem - 2 1.31 cm 2.37 mm 8.47 mm 0 eV 25.7 keV 1.72 mum 24.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 cm 2.37 mm 8.47 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.31 cm 2.38 mm 8.04 mm 0 eV 69.5 keV 438 mum 438 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 cm 2.38 mm 8.04 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.31 cm 2.38 mm 8.04 mm 0 eV 103 keV 16.6 mum 16.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 cm 2.58 mm 9.44 mm 9.94 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 cm 2.58 mm 9.44 mm 0 eV 9.94 keV 383 nm 383 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm 3.96 mm 1.32 cm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 3.98 mm 1.32 cm 0 eV 69.5 keV 19.6 mum 19.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm 3.98 mm 1.32 cm 43.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 3.98 mm 1.32 cm 0 eV 43.1 keV 4.01 mum 4.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm 3.83 mm 1.18 cm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm 3.51 mm 1.21 cm 0 eV 69.5 keV 540 mum 540 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm 3.51 mm 1.21 cm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm 3.51 mm 1.21 cm 0 eV 115 keV 19.8 mum 19.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 cm 3.86 mm 1.18 cm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm 3.73 mm 1.19 cm 0 eV 69.5 keV 151 mum 151 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm 3.73 mm 1.19 cm 55.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm 3.73 mm 1.19 cm 0 eV 55.5 keV 6.08 mum 6.08 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm 4.02 mm 1.27 cm 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm 3.99 mm 1.26 cm 0 eV 69.5 keV 56.2 mum 56.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm 3.99 mm 1.26 cm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm 3.99 mm 1.26 cm 0 eV 166 keV 35.4 mum 35.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 3.53 mm 1.28 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 3.63 mm 1.28 cm 0 eV 69.5 keV 143 mum 143 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm 3.63 mm 1.28 cm 35.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 3.63 mm 1.28 cm 0 eV 35.1 keV 2.87 mum 2.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.76 mm 3.58 mm 1.27 cm 475 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm 3.05 mm 1.27 cm 0 eV 69.5 keV 1.06 mm 1.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm 3.05 mm 1.27 cm 405 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm 3.04 mm 1.27 cm 0 eV 405 keV 134 mum 134 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.31 mm 3.37 mm 1.24 cm 609 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 4.37 mm 1.28 cm 0 eV 69.5 keV 1.63 mm 1.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm 4.37 mm 1.28 cm 539 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 4.38 mm 1.28 cm 0 eV 539 keV 197 mum 197 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.08 mm 3.04 mm 1.18 cm 11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.85 mm 3.58 mm 1.18 cm 7.33 MeV 2 MeV 1.19 mm 1.19 mmWAbsorberPhysicaleBrem - 2 9.94 mm 3.52 mm 1.22 cm 3.64 MeV 903 keV 553 mum 1.74 mmWAbsorberPhysicaleBrem - 3 1.01 cm 3.37 mm 1.24 cm 2.61 MeV 748 keV 326 mum 2.07 mmWAbsorberPhysicaleBrem - 4 1.04 cm 3.17 mm 1.24 cm 218 keV 1.02 MeV 472 mum 2.54 mmWAbsorberPhysicaleBrem - 5 1.04 cm 3.17 mm 1.24 cm 0 eV 218 keV 54.2 mum 2.59 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.04 cm 3.17 mm 1.24 cm 1.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 cm 3.94 mm 1.43 cm 907 keV 0 eV 2.57 mm 2.57 mmWAbsorberPhysicalcompt - 2 1.54 cm 3.07 mm 1.64 cm 359 keV 0 eV 4.11 mm 6.68 mmWAbsorberPhysicalcompt - 3 1.53 cm 3.02 mm 1.65 cm 337 keV 0 eV 171 mum 6.85 mmWAbsorberPhysicalcompt - 4 1.53 cm 2.98 mm 1.7 cm 0 eV 69.5 keV 540 mum 7.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 cm 2.98 mm 1.7 cm 268 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 cm 2.98 mm 1.7 cm 0 eV 268 keV 73.6 mum 73.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 cm 3.02 mm 1.65 cm 21.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 cm 3.02 mm 1.65 cm 0 eV 21.8 keV 1.32 mum 1.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 cm 3.07 mm 1.64 cm 548 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.54 cm 3.1 mm 1.64 cm 95.4 keV 452 keV 173 mum 173 mumWAbsorberPhysicaleBrem - 2 1.54 cm 3.1 mm 1.64 cm 0 eV 95.4 keV 14.7 mum 188 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.19 cm 3.94 mm 1.43 cm 459 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.19 cm 3.95 mm 1.44 cm 0 eV 459 keV 159 mum 159 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 3.37 mm 1.24 cm 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 2.98 mm 1.3 cm 191 keV 0 eV 719 mum 719 mumWAbsorberPhysicalcompt - 2 1.01 cm 3.02 mm 1.3 cm 0 eV 69.5 keV 117 mum 836 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm 3.02 mm 1.3 cm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm 3.02 mm 1.3 cm 0 eV 121 keV 21.6 mum 21.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm 2.98 mm 1.3 cm 92.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 2.98 mm 1.3 cm 0 eV 92.5 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.94 mm 3.52 mm 1.22 cm 2.79 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.8 cm -4.14 cm 1.2 cm 359 keV 0 eV 5.3 cm 5.3 cmWAbsorberPhysicalcompt - 2 4.16 cm -3.67 cm 5.9 mm 0 eV 69.5 keV 8.51 mm 6.15 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.16 cm -3.67 cm 5.9 mm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.16 cm -3.67 cm 5.9 mm 0 eV 290 keV 82.8 mum 82.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.8 cm -4.14 cm 1.2 cm 2.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.81 cm -4.15 cm 1.21 cm 1.84 MeV 292 keV 155 mum 155 mumWAbsorberPhysicaleBrem - 2 3.82 cm -4.15 cm 1.21 cm 0 eV 1.84 MeV 853 mum 1.01 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.81 cm -4.15 cm 1.21 cm 292 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.92 cm -4.17 cm 1.22 cm 0 eV 69.5 keV 1.08 mm 1.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.92 cm -4.17 cm 1.22 cm 222 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.92 cm -4.17 cm 1.22 cm 0 eV 222 keV 55.8 mum 55.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.85 mm 3.58 mm 1.18 cm 1.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 cm 2.04 cm 2.73 cm 629 keV 0 eV 2.28 cm 2.28 cmWAbsorberPhysicalcompt - 2 1.8 cm 2.5 cm 2.75 cm 187 keV 0 eV 8.11 mm 3.1 cmWAbsorberPhysicalcompt - 3 1.78 cm 2.5 cm 2.76 cm 0 eV 69.5 keV 157 mum 3.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.78 cm 2.5 cm 2.76 cm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.78 cm 2.5 cm 2.76 cm 0 eV 118 keV 20.7 mum 20.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 cm 2.5 cm 2.75 cm 442 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 cm 2.5 cm 2.75 cm 0 eV 442 keV 151 mum 151 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.14 cm 2.04 cm 2.73 cm 1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 cm 2.04 cm 2.73 cm 0 eV 1 MeV 429 mum 429 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 mm 488 mum 2.45 mm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.82 mm 672 mum 2.95 mm 146 keV 0 eV 907 mum 907 mumWAbsorberPhysicalcompt - 2 1.66 mm 535 mum 2.95 mm 0 eV 69.5 keV 209 mum 1.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 mm 535 mum 2.95 mm 76.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.66 mm 535 mum 2.95 mm 0 eV 76.2 keV 10.2 mum 10.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.82 mm 672 mum 2.95 mm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.82 mm 673 mum 2.95 mm 0 eV 144 keV 28.5 mum 28.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 977 mum 446 mum 2.36 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 mm 485 mum 2.46 mm 0 eV 69.5 keV 169 mum 169 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 mm 485 mum 2.46 mm 48.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 mm 486 mum 2.46 mm 0 eV 48.4 keV 4.84 mum 4.84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 667 mum 197 mum 2.13 mm 399 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 670 mum 199 mum 2.14 mm 292 keV 0 eV 4.34 mum 4.34 mumWAbsorberPhysicalcompt - 2 398 mum 1.14 mm 2.83 mm 0 eV 69.5 keV 1.2 mm 1.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 398 mum 1.14 mm 2.83 mm 222 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 395 mum 1.14 mm 2.83 mm 0 eV 222 keV 55.7 mum 55.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 670 mum 199 mum 2.14 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 671 mum 198 mum 2.14 mm 0 eV 107 keV 17.8 mum 17.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 48 mum 12.3 mum 92.2 mum 356 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm 499 mum 2.73 mm 0 eV 69.5 keV 3.02 mm 3.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 mm 499 mum 2.73 mm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 mm 499 mum 2.73 mm 0 eV 286 keV 81.3 mum 81.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 27.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -11.7 cm 16.2 cm -5.27 cm 27.4 MeV 0 eV 20.6 cm 20.6 cmLArgPhysicalTransportation - 2 -70.4 cm 97.5 cm -31.7 cm 27.4 MeV 0 eV 1.04 m 1.24 mCryostatVolumesTransportation - 3 -1.16 m 1.61 m -52.5 cm 27.4 MeV 0 eV 81.5 cm 2.06 mInsulationPhysicalTransportation - 4 -1.23 m 1.7 m -55.4 cm 27.4 MeV 0 eV 11.3 cm 2.17 mCryostatVolumesTransportation - 5 -1.23 m 1.71 m -55.5 cm 27.4 MeV 0 eV 4.03 mm 2.17 mMotherTransportation - 6 -3.61 m 5 m -1.63 m 27.4 MeV 0 eV 4.2 m 6.38 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 38.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 mm -6 cm -6.33 cm 38.9 MeV 0 eV 8.72 cm 8.72 cmCuPlateBPhysicalTransportation - 2 -2.85 mm -8.27 cm -8.72 cm 38.9 MeV 0 eV 3.3 cm 12 cmLArgPhysicalTransportation - 3 -3.78 mm -11 cm -11.6 cm 38.9 MeV 0 eV 3.94 cm 16 cmBackExcluderTransportation - 4 -1.06 cm -30.8 cm -32.5 cm 38.9 MeV 0 eV 28.8 cm 44.8 cmLArgPhysicalTransportation - 5 -3.36 cm -97.5 cm -1.03 m 38.9 MeV 0 eV 96.9 cm 1.42 mMotherTransportation - 6 -17.2 cm -5 m -5.27 m 38.9 MeV 0 eV 5.85 m 7.27 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=39.7763 -Edep in FCAL1 FCAl2 : 0 39.7763 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2669 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 169 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 121 mum -65 mum 208 mum 45.4 MeV 442 keV 249 mum 249 mumWAbsorberPhysicaleBrem - 2 279 mum -136 mum 412 mum 43.6 MeV 519 keV 268 mum 517 mumWAbsorberPhysicaleBrem - 3 488 mum -248 mum 876 mum 40.3 MeV 1.03 MeV 523 mum 1.04 mmWAbsorberPhysicaleIoni - 4 965 mum -426 mum 2.1 mm 36.8 MeV 2.83 MeV 1.35 mm 2.39 mmWAbsorberPhysicaleBrem - 5 973 mum -424 mum 2.11 mm 36.5 MeV 21.6 keV 19.1 mum 2.41 mmWAbsorberPhysicaleBrem - 6 1.15 mm -418 mum 2.6 mm 1.5 MeV 870 keV 519 mum 2.93 mmWAbsorberPhysicaleBrem - 7 1.2 mm -401 mum 2.68 mm 0 eV 1.5 MeV 694 mum 3.62 mmWAbsorberPhysicaleIoni - 8 1.2 mm -401 mum 2.68 mm 0 eV 0 eV 0 fm 3.62 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 mm -401 mum 2.68 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm -174 mum 1.14 mm 0 eV 69.5 keV 2.72 mm 2.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 mm -174 mum 1.14 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.01 mm -135 mum 1.15 mm 84.2 keV 251 keV 91.8 mum 91.8 mumWAbsorberPhysicaleBrem - 2 -1.01 mm -134 mum 1.15 mm 0 eV 84.2 keV 12 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 mm -135 mum 1.15 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 mm -87.1 mum 1.04 mm 0 eV 69.5 keV 189 mum 189 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 mm -87.1 mum 1.04 mm 36.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 mm -86.9 mum 1.04 mm 0 eV 36.9 keV 3.1 mum 3.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 mm -401 mum 2.68 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 mm -420 mum 2.81 mm 0 eV 69.5 keV 222 mum 222 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 mm -420 mum 2.81 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 mm -427 mum 2.81 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm -418 mum 2.6 mm 34.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 mm -408 mum 2.65 mm 0 eV 0 eV 59.5 mum 59.5 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 mm -408 mum 2.65 mm 16.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 mm -388 mum 2.85 mm 14.5 MeV 969 keV 270 mum 270 mumWAbsorberPhysicaleBrem - 2 1.84 mm 76.1 mum 3.4 mm 11.8 MeV 1.93 MeV 886 mum 1.16 mmWAbsorberPhysicaleBrem - 3 2.06 mm 196 mum 3.54 mm 10.9 MeV 496 keV 304 mum 1.46 mmWAbsorberPhysicaleBrem - 4 2.09 mm 212 mum 3.6 mm 10.6 MeV 130 keV 69.4 mum 1.53 mmWAbsorberPhysicaleBrem - 5 2.2 mm 1.15 mm 3.59 mm 6.59 MeV 2.51 MeV 1.31 mm 2.84 mmWAbsorberPhysicaleBrem - 6 2.19 mm 1.14 mm 3.58 mm 6.08 MeV 291 keV 13.5 mum 2.86 mmWAbsorberPhysicaleBrem - 7 2.05 mm 1.15 mm 3.61 mm 5.18 MeV 263 keV 152 mum 3.01 mmWAbsorberPhysicaleBrem - 8 1.47 mm 477 mum 4.65 mm 1.92 MeV 3.05 MeV 1.51 mm 4.52 mmWAbsorberPhysicaleBrem - 9 1.49 mm 561 mum 4.76 mm 0 eV 1.92 MeV 910 mum 5.42 mmWAbsorberPhysicaleIoni - 10 1.49 mm 561 mum 4.76 mm 0 eV 0 eV 0 fm 5.42 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 mm 561 mum 4.76 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.68 mm -7.37 mm 3.84 mm 0 eV 69.5 keV 1.07 cm 1.07 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.68 mm -7.37 mm 3.84 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.68 mm -7.38 mm 3.83 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 mm 561 mum 4.76 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.26 mm 2.53 mm 4.99 mm 0 eV 69.5 keV 2.66 mm 2.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 mm 2.53 mm 4.99 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.27 mm 2.53 mm 4.98 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.47 mm 477 mum 4.65 mm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 mm 663 mum 4.85 mm 176 keV 0 eV 276 mum 276 mumWAbsorberPhysicalcompt - 2 1.53 mm 651 mum 5 mm 0 eV 69.5 keV 161 mum 437 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm 651 mum 5 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm 652 mum 5 mm 0 eV 106 keV 17.6 mum 17.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 mm 663 mum 4.85 mm 26.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 mm 663 mum 4.85 mm 0 eV 26.9 keV 1.85 mum 1.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 mm 1.15 mm 3.61 mm 642 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -474 mum 1.41 mm 4.16 mm 552 keV 0 eV 2.59 mm 2.59 mmWAbsorberPhysicalcompt - 2 -4.15 mm 4.09 mm 5 mm 0 eV 69.5 keV 4.63 mm 7.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.15 mm 4.09 mm 5 mm 482 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.17 mm 4.1 mm 5.01 mm 0 eV 482 keV 170 mum 170 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -474 mum 1.41 mm 4.16 mm 90.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -474 mum 1.41 mm 4.16 mm 0 eV 90.6 keV 13.5 mum 13.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.19 mm 1.14 mm 3.58 mm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.92 mm 1.11 mm 3.56 mm 0 eV 69.5 keV 265 mum 265 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 mm 1.11 mm 3.56 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.92 mm 1.11 mm 3.56 mm 0 eV 148 keV 29.7 mum 29.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 mm 1.15 mm 3.59 mm 1.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 cm 976 mum 470 mum 1.42 MeV 0 eV 1.8 cm 1.8 cmWAbsorberPhysicalcompt - 2 -1.94 cm 1.9 mm -334 mum 643 keV 0 eV 4.09 mm 2.21 cmWAbsorberPhysicalcompt - 3 -2.05 cm 3.1 mm -3.23 mm 505 keV 0 eV 3.32 mm 2.54 cmWAbsorberPhysicalcompt - 4 -1.96 cm 3.69 mm -6.17 mm 219 keV 0 eV 3.15 mm 2.86 cmWAbsorberPhysicalcompt - 5 -1.96 cm 3.96 mm -6.01 mm 0 eV 69.5 keV 313 mum 2.89 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 cm 3.96 mm -6.01 mm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 cm 3.96 mm -6.01 mm 0 eV 150 keV 30.2 mum 30.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 cm 3.69 mm -6.17 mm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.96 cm 3.69 mm -6.18 mm 0 eV 286 keV 81.3 mum 81.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 cm 3.1 mm -3.23 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 cm 3.1 mm -3.23 mm 0 eV 138 keV 26.5 mum 26.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 cm 1.9 mm -334 mum 773 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.95 cm 1.91 mm -328 mum 0 eV 773 keV 313 mum 313 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 cm 976 mum 470 mum 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 cm 975 mum 470 mum 0 eV 123 keV 22 mum 22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 mm 212 mum 3.6 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.14 mm 256 mum 3.65 mm 0 eV 69.5 keV 81.8 mum 81.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.14 mm 256 mum 3.65 mm 67.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.14 mm 257 mum 3.65 mm 0 eV 67.3 keV 8.34 mum 8.34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 mm 196 mum 3.54 mm 368 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 mm 262 mum 3.77 mm 0 eV 69.5 keV 314 mum 314 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.27 mm 262 mum 3.77 mm 298 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 mm 259 mum 3.78 mm 0 eV 298 keV 86.4 mum 86.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.84 mm 76.1 mum 3.4 mm 757 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 cm 2.2 mm 1.52 cm 223 keV 0 eV 2.8 cm 2.8 cmWAbsorberPhysicalcompt - 2 2.67 cm 2.43 mm 1.53 cm 0 eV 69.5 keV 523 mum 2.85 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 cm 2.43 mm 1.53 cm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 cm 2.43 mm 1.53 cm 0 eV 153 keV 31.3 mum 31.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 cm 2.2 mm 1.52 cm 534 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 cm 2.2 mm 1.52 cm 0 eV 534 keV 195 mum 195 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 mm -388 mum 2.85 mm 993 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm -125 mum 3.56 mm 893 keV 0 eV 919 mum 919 mumWAbsorberPhysicalcompt - 2 6.04 mm 1.29 mm 6.23 mm 233 keV 0 eV 5.14 mm 6.06 mmWAbsorberPhysicalcompt - 3 6.03 mm 1.19 mm 6.14 mm 0 eV 69.5 keV 132 mum 6.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.03 mm 1.19 mm 6.14 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.03 mm 1.19 mm 6.14 mm 0 eV 163 keV 34.6 mum 34.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.04 mm 1.29 mm 6.23 mm 660 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.06 mm 1.3 mm 6.24 mm 0 eV 660 keV 256 mum 256 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 mm -125 mum 3.56 mm 100 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm -125 mum 3.56 mm 0 eV 100 keV 15.9 mum 15.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 mm -408 mum 2.65 mm 16.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.31 mm -399 mum 2.86 mm 11.3 MeV 451 keV 253 mum 253 mumWAbsorberPhysicaleBrem - 2 1.34 mm -130 mum 3.25 mm 10.2 MeV 888 keV 466 mum 718 mumWAbsorberPhysicaleBrem - 3 948 mum -97.6 mum 4.42 mm 7.59 MeV 2.5 MeV 1.15 mm 1.86 mmWAbsorberPhysicaleBrem - 4 978 mum -217 mum 4.29 mm 4.89 MeV 562 keV 181 mum 2.05 mmWAbsorberPhysicaleBrem - 5 992 mum -300 mum 4.22 mm 4.31 MeV 267 keV 112 mum 2.16 mmWAbsorberPhysicaleBrem - 6 719 mum 188 mum 3.9 mm 275 keV 1.44 MeV 778 mum 2.94 mmWAbsorberPhysicaleBrem - 7 723 mum 192 mum 3.9 mm 0 eV 275 keV 76.5 mum 3.01 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 719 mum 188 mum 3.9 mm 2.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.37 mm 2.47 mm 3.91 mm 349 keV 0 eV 2.81 mm 2.81 mmWAbsorberPhysicalcompt - 2 2.2 mm 2.51 mm 4.05 mm 0 eV 69.5 keV 225 mum 3.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 mm 2.51 mm 4.05 mm 280 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.2 mm 2.51 mm 4.05 mm 0 eV 280 keV 78.6 mum 78.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.37 mm 2.47 mm 3.91 mm 2.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.38 mm 2.48 mm 3.9 mm 2.08 MeV 25.1 keV 17.7 mum 17.7 mumWAbsorberPhysicaleBrem - 2 2.16 mm 2.95 mm 3.73 mm 74.2 keV 1.87 MeV 919 mum 937 mumWAbsorberPhysicaleBrem - 3 2.16 mm 2.95 mm 3.73 mm 0 eV 74.2 keV 9.79 mum 947 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.16 mm 2.95 mm 3.73 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.7 mm 2.26 mm 3.54 mm 0 eV 69.5 keV 893 mum 893 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.7 mm 2.26 mm 3.54 mm 64.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.7 mm 2.26 mm 3.54 mm 0 eV 64.8 keV 7.81 mum 7.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.38 mm 2.48 mm 3.9 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.61 mm 2.67 mm 3.93 mm 0 eV 69.5 keV 300 mum 300 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.61 mm 2.67 mm 3.93 mm 68.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.61 mm 2.67 mm 3.93 mm 0 eV 68.4 keV 8.56 mum 8.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 992 mum -300 mum 4.22 mm 312 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -142 mum 515 mum 4.92 mm 0 eV 69.5 keV 1.56 mm 1.56 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -142 mum 515 mum 4.92 mm 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -146 mum 516 mum 4.92 mm 0 eV 242 keV 63.3 mum 63.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 978 mum -217 mum 4.29 mm 2.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 421 mum -3.16 mm 2.22 mm 0 eV 0 eV 3.64 mm 3.64 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 62, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 421 mum -3.16 mm 2.22 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 423 mum -3.16 mm 2.22 mm 0 eV 127 keV 21.8 mum 21.8 mumWAbsorberPhysicaleIoni - 2 423 mum -3.16 mm 2.22 mm 0 eV 0 eV 0 fm 21.8 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 423 mum -3.16 mm 2.22 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.86 mm 4.57 mm 1.23 cm 0 eV 69.5 keV 1.64 cm 1.64 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.86 mm 4.57 mm 1.23 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.87 mm 4.58 mm 1.23 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 423 mum -3.16 mm 2.22 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm -4.26 mm 778 mum 333 keV 0 eV 2.33 mm 2.33 mmWAbsorberPhysicalcompt - 2 1.99 mm -5.84 mm 891 mum 237 keV 0 eV 1.59 mm 3.91 mmWAbsorberPhysicalcompt - 3 2.66 mm -7.05 mm -1.59 mm 143 keV 0 eV 2.84 mm 6.75 mmWAbsorberPhysicalcompt - 4 2.45 mm -6.87 mm -1.6 mm 0 eV 69.5 keV 275 mum 7.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.45 mm -6.87 mm -1.6 mm 73.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.45 mm -6.87 mm -1.6 mm 0 eV 73.4 keV 9.6 mum 9.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.66 mm -7.05 mm -1.59 mm 94.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.66 mm -7.05 mm -1.59 mm 0 eV 94.3 keV 14.4 mum 14.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.99 mm -5.84 mm 891 mum 96.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.99 mm -5.84 mm 891 mum 0 eV 96.2 keV 14.9 mum 14.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 mm -4.26 mm 778 mum 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 mm -4.25 mm 775 mum 0 eV 178 keV 39.5 mum 39.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 421 mum -3.16 mm 2.22 mm 994 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 400 mum -3.19 mm 2.22 mm 0 eV 994 keV 424 mum 424 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 948 mum -97.6 mum 4.42 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 946 mum -139 mum 4.39 mm 0 eV 69.5 keV 46.9 mum 46.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 946 mum -139 mum 4.39 mm 45.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 946 mum -139 mum 4.39 mm 0 eV 45.2 keV 4.33 mum 4.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 mm -130 mum 3.25 mm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 mm -93.1 mum 3.34 mm 0 eV 69.5 keV 94.2 mum 94.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 mm -93.1 mum 3.34 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 mm -91.8 mum 3.34 mm 0 eV 123 keV 22 mum 22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 mm -399 mum 2.86 mm 4.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.3 mm 1.13 cm 3.44 cm 244 keV 0 eV 3.46 cm 3.46 cmWAbsorberPhysicalcompt - 2 9.06 mm 1.12 cm 3.37 cm 170 keV 0 eV 698 mum 3.52 cmWAbsorberPhysicalcompt - 3 8.33 mm 1.17 cm 3.38 cm 0 eV 69.5 keV 895 mum 3.61 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.33 mm 1.17 cm 3.38 cm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.33 mm 1.17 cm 3.38 cm 0 eV 101 keV 16 mum 16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.06 mm 1.12 cm 3.37 cm 74.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.06 mm 1.12 cm 3.37 cm 0 eV 74.2 keV 9.78 mum 9.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.3 mm 1.13 cm 3.44 cm 4.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.3 mm 1.14 cm 3.44 cm 4.2 MeV 272 keV 91.2 mum 91.2 mumWAbsorberPhysicaleBrem - 2 9.61 mm 1.08 cm 3.49 cm 2.52 MeV 1.55 MeV 933 mum 1.02 mmWAbsorberPhysicaleBrem - 3 9.51 mm 1.07 cm 3.47 cm 1.58 MeV 541 keV 355 mum 1.38 mmWAbsorberPhysicaleBrem - 4 9.57 mm 1.07 cm 3.47 cm 1.18 MeV 146 keV 103 mum 1.48 mmWAbsorberPhysicaleBrem - 5 9.59 mm 1.08 cm 3.47 cm 0 eV 1.18 MeV 518 mum 2 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.57 mm 1.07 cm 3.47 cm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 cm 1.37 cm 3.45 cm 0 eV 69.5 keV 4.18 mm 4.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.25 cm 1.37 cm 3.45 cm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 cm 1.37 cm 3.45 cm 0 eV 185 keV 42 mum 42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.51 mm 1.07 cm 3.47 cm 403 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 1.08 cm 3.47 cm 0 eV 69.5 keV 738 mum 738 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm 1.08 cm 3.47 cm 333 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 1.09 cm 3.47 cm 0 eV 333 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.61 mm 1.08 cm 3.49 cm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.41 mm 1.07 cm 3.49 cm 0 eV 69.5 keV 241 mum 241 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.41 mm 1.07 cm 3.49 cm 48.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.41 mm 1.07 cm 3.49 cm 0 eV 48.7 keV 4.89 mum 4.89 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.3 mm 1.14 cm 3.44 cm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.66 mm 1.15 cm 3.5 cm 138 keV 0 eV 692 mum 692 mumWAbsorberPhysicalcompt - 2 9.64 mm 1.15 cm 3.5 cm 0 eV 69.5 keV 22.8 mum 715 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.64 mm 1.15 cm 3.5 cm 68.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.64 mm 1.15 cm 3.5 cm 0 eV 68.9 keV 8.66 mum 8.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.66 mm 1.15 cm 3.5 cm 59.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.66 mm 1.15 cm 3.5 cm 0 eV 59.5 keV 6.8 mum 6.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 973 mum -424 mum 2.11 mm 315 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 mm -359 mum 2.8 mm 0 eV 69.5 keV 759 mum 759 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -359 mum 2.8 mm 245 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 mm -361 mum 2.81 mm 0 eV 245 keV 64.5 mum 64.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 965 mum -426 mum 2.1 mm 659 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 mm -428 mum 3.02 mm 341 keV 0 eV 1.05 mm 1.05 mmWAbsorberPhysicalcompt - 2 3.29 mm -1.13 mm 2.66 mm 0 eV 69.5 keV 1.99 mm 3.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.29 mm -1.13 mm 2.66 mm 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.29 mm -1.14 mm 2.66 mm 0 eV 271 keV 75.1 mum 75.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 mm -428 mum 3.02 mm 318 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 mm -426 mum 3.03 mm 0 eV 318 keV 94.5 mum 94.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 488 mum -248 mum 876 mum 2.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 489 mum -250 mum 881 mum 2.19 MeV 11.3 keV 5.52 mum 5.52 mumWAbsorberPhysicaleBrem - 2 922 mum -687 mum 837 mum 99.7 keV 2.09 MeV 1.02 mm 1.03 mmWAbsorberPhysicaleIoni - 3 921 mum -687 mum 836 mum 0 eV 99.7 keV 15.7 mum 1.04 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 87, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 489 mum -250 mum 881 mum 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 508 mum -270 mum 993 mum 0 eV 69.5 keV 115 mum 115 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 508 mum -270 mum 993 mum 54.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 509 mum -270 mum 993 mum 0 eV 54.2 keV 5.84 mum 5.84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 279 mum -136 mum 412 mum 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.1 mm -1.15 mm 5.5 mm 0 eV 69.5 keV 5.9 mm 5.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.1 mm -1.15 mm 5.5 mm 1.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.24 mm -1.21 mm 5.43 mm 46.2 keV 1.08 MeV 461 mum 461 mumWAbsorberPhysicaleBrem - 2 3.24 mm -1.21 mm 5.43 mm 0 eV 46.2 keV 4.5 mum 465 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 121 mum -65 mum 208 mum 4.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.97 mm -2.24 mm 9.45 mm 306 keV 0 eV 1.17 cm 1.17 cmWAbsorberPhysicalcompt - 2 7.15 mm -2.3 mm 8.89 mm 0 eV 69.5 keV 595 mum 1.23 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.15 mm -2.3 mm 8.89 mm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.14 mm -2.3 mm 8.89 mm 0 eV 237 keV 61.2 mum 61.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.97 mm -2.24 mm 9.45 mm 4.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.78 mm -2.41 mm 9.91 mm 2.65 MeV 1.28 MeV 620 mum 620 mumWAbsorberPhysicaleBrem - 2 6.93 mm -2.67 mm 9.36 mm 504 keV 1.92 MeV 930 mum 1.55 mmWAbsorberPhysicaleBrem - 3 6.92 mm -2.68 mm 9.37 mm 0 eV 504 keV 180 mum 1.73 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 93, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.93 mm -2.67 mm 9.36 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.15 mm -2.43 mm 9.25 mm 0 eV 69.5 keV 350 mum 350 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.15 mm -2.43 mm 9.25 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.15 mm -2.42 mm 9.25 mm 0 eV 148 keV 29.7 mum 29.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 90 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.78 mm -2.41 mm 9.91 mm 325 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.72 mm -2.1 mm 9.68 mm 0 eV 69.5 keV 387 mum 387 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 92 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.72 mm -2.1 mm 9.68 mm 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.73 mm -2.1 mm 9.68 mm 0 eV 255 keV 68.3 mum 68.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 10.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.04 cm 15.9 cm -6.61 cm 10.6 MeV 0 eV 19 cm 19 cmF2TroffMainPhysicalTransportation - 2 -8.49 cm 16.8 cm -6.99 cm 10.6 MeV 0 eV 1.08 cm 20.1 cmLArgPhysicalTransportation - 3 -49.2 cm 97.5 cm -40.5 cm 10.6 MeV 0 eV 96.4 cm 1.16 mCryostatVolumesTransportation - 4 -98.7 cm 1.95 m -81.2 cm 10.6 MeV 0 eV 1.17 m 2.33 mInsulationPhysicalTransportation - 5 -99.7 cm 1.98 m -82 cm 10.6 MeV 0 eV 2.46 cm 2.36 mMotherTransportation - 6 -2.52 m 5 m -2.08 m 10.6 MeV 0 eV 3.61 m 5.97 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 44.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.84 cm 4.02 mm -6.64 cm 44.2 MeV 0 eV 7.68 cm 7.68 cmF2RodPhysicalTransportation - 2 -3.96 cm 4.14 mm -6.85 cm 44.2 MeV 0 eV 2.36 mm 7.92 cmF2LArGapPhysicalTransportation - 3 -4 cm 4.19 mm -6.92 cm 44.2 MeV 0 eV 837 mum 8 cmCuPlateBPhysicalTransportation - 4 -5.29 cm 5.54 mm -9.15 cm 44.2 MeV 0 eV 2.58 cm 10.6 cmLArgPhysicalTransportation - 5 -6.69 cm 7.01 mm -11.6 cm 44.2 MeV 0 eV 2.8 cm 13.4 cmBackExcluderTransportation - 6 -48.3 cm 5.06 cm -83.6 cm 44.2 MeV 0 eV 83.3 cm 96.7 cmLArgPhysicalTransportation - 7 -63.8 cm 6.68 cm -1.1 m 44.2 MeV 0 eV 30.9 cm 1.28 mCryostatVolumesTransportation - 8 -63.9 cm 6.69 cm -1.11 m 44.2 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 9 -67.4 cm 7.06 cm -1.17 m 44.2 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 10 -67.6 cm 7.07 cm -1.17 m 44.2 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 11 -5 m 52.3 cm -8.65 m 44.2 MeV 0 eV 8.65 m 10 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=51.3676 -Edep in FCAL1 FCAl2 : 0 51.3676 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2670 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 170 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 mm 788 mum -2.94 mm 5.14 MeV 5.64 MeV 3.19 mm 3.19 mmWAbsorberPhysicaleBrem - 2 1.09 mm 808 mum -2.92 mm 2.44 MeV 44.6 keV 32.1 mum 3.22 mmWAbsorberPhysicaleBrem - 3 733 mum 316 mum -2.35 mm 238 keV 2.2 MeV 1.16 mm 4.38 mmWAbsorberPhysicaleIoni - 4 729 mum 316 mum -2.35 mm 0 eV 238 keV 59.4 mum 4.44 mmWAbsorberPhysicaleIoni - 5 729 mum 316 mum -2.35 mm 0 eV 0 eV 0 fm 4.44 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 729 mum 316 mum -2.35 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm 6.58 mm -1.25 cm 460 keV 0 eV 1.2 cm 1.2 cmWAbsorberPhysicalcompt - 2 3.58 mm 9.02 mm -1.46 cm 0 eV 69.5 keV 3.64 mm 1.56 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.58 mm 9.02 mm -1.46 cm 390 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.57 mm 9.03 mm -1.46 cm 0 eV 390 keV 127 mum 127 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 mm 6.58 mm -1.25 cm 51.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm 6.58 mm -1.25 cm 0 eV 51.1 keV 5.28 mum 5.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 729 mum 316 mum -2.35 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 180 mum -2.6 mm 2.37 mm 0 eV 69.5 keV 5.58 mm 5.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 180 mum -2.6 mm 2.37 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 172 mum -2.61 mm 2.38 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 mm 808 mum -2.92 mm 2.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.22 mm 1.16 cm 1.06 cm 2.58 MeV 0 eV 1.74 cm 1.74 cmWAbsorberPhysicalcompt - 2 -9.79 mm 8.83 cm 9.05 cm 245 keV 0 eV 11.1 cm 12.8 cmWAbsorberPhysicalcompt - 3 -9.74 mm 8.79 cm 8.91 cm 164 keV 0 eV 1.38 mm 13 cmWAbsorberPhysicalcompt - 4 -9.68 mm 8.78 cm 8.92 cm 0 eV 69.5 keV 90.8 mum 13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.68 mm 8.78 cm 8.92 cm 94.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.68 mm 8.78 cm 8.92 cm 0 eV 94.4 keV 14.5 mum 14.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.74 mm 8.79 cm 8.91 cm 80.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.74 mm 8.79 cm 8.91 cm 0 eV 80.6 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.79 mm 8.83 cm 9.05 cm 2.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.81 mm 8.83 cm 9.05 cm 1.16 MeV 558 keV 58.9 mum 58.9 mumWAbsorberPhysicaleBrem - 2 -9.62 mm 8.83 cm 9.05 cm 218 keV 721 keV 358 mum 417 mumWAbsorberPhysicaleBrem - 3 -9.62 mm 8.83 cm 9.05 cm 0 eV 218 keV 54.1 mum 471 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.62 mm 8.83 cm 9.05 cm 216 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.62 mm 8.83 cm 9.04 cm 0 eV 69.5 keV 143 mum 143 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.62 mm 8.83 cm 9.04 cm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.62 mm 8.83 cm 9.04 cm 0 eV 147 keV 29.3 mum 29.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.81 mm 8.83 cm 9.05 cm 618 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.9 mm 8.99 cm 9.34 cm 0 eV 69.5 keV 3.33 mm 3.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.9 mm 8.99 cm 9.34 cm 549 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.91 mm 8.99 cm 9.34 cm 0 eV 549 keV 202 mum 202 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.22 mm 1.16 cm 1.06 cm 76.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.22 mm 1.16 cm 1.06 cm 0 eV 76.8 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 mm 788 mum -2.94 mm 8.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 36.5 mum 2.93 mm 170 mum 1.55 MeV 0 eV 3.93 mm 3.93 mmWAbsorberPhysicalcompt - 2 -88.3 mum 5.52 mm 812 mum 368 keV 0 eV 2.67 mm 6.6 mmWAbsorberPhysicalcompt - 3 -638 mum 5.45 mm 827 mum 175 keV 0 eV 554 mum 7.15 mmWAbsorberPhysicalcompt - 4 -34.1 mum 4.98 mm 1.45 mm 0 eV 69.5 keV 989 mum 8.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -34.1 mum 4.98 mm 1.45 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -34.7 mum 4.98 mm 1.45 mm 0 eV 105 keV 17.3 mum 17.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -638 mum 5.45 mm 827 mum 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -641 mum 5.45 mm 827 mum 0 eV 193 keV 44.8 mum 44.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -88.3 mum 5.52 mm 812 mum 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -99 mum 5.53 mm 842 mum 990 keV 90 keV 58.7 mum 58.7 mumWAbsorberPhysicaleBrem - 2 -127 mum 5.54 mm 821 mum 0 eV 990 keV 423 mum 481 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -99 mum 5.53 mm 842 mum 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -140 mum 5.57 mm 781 mum 0 eV 69.5 keV 84.6 mum 84.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -140 mum 5.57 mm 781 mum 34.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -140 mum 5.57 mm 781 mum 0 eV 34.5 keV 2.78 mum 2.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 36.5 mum 2.93 mm 170 mum 6.69 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 80.3 mum 2.77 mm 771 mum 5.12 MeV 1.21 MeV 712 mum 712 mumWAbsorberPhysicaleBrem - 2 -58.8 mum 2.74 mm 837 mum 3.74 MeV 253 keV 159 mum 871 mumWAbsorberPhysicaleBrem - 3 -116 mum 2.75 mm 850 mum 3.43 MeV 115 keV 67.7 mum 939 mumWAbsorberPhysicaleBrem - 4 -145 mum 2.17 mm 1.35 mm 777 keV 1.54 MeV 1.04 mm 1.98 mmWAbsorberPhysicaleBrem - 5 -138 mum 2.17 mm 1.38 mm 0 eV 777 keV 314 mum 2.3 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -145 mum 2.17 mm 1.35 mm 1.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 30.5 mum 2.21 mm 1.71 mm 0 eV 69.5 keV 403 mum 403 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 30.5 mum 2.21 mm 1.71 mm 1.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 55.5 mum 2.2 mm 1.84 mm 565 keV 380 keV 220 mum 220 mumWAbsorberPhysicaleBrem - 2 44.3 mum 2.21 mm 1.83 mm 0 eV 565 keV 209 mum 430 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 55.5 mum 2.2 mm 1.84 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -82.2 mum 2.26 mm 1.78 mm 0 eV 69.5 keV 160 mum 160 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -82.2 mum 2.26 mm 1.78 mm 37.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -82.2 mum 2.26 mm 1.78 mm 0 eV 37.4 keV 3.17 mum 3.17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -116 mum 2.75 mm 850 mum 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -256 mum 2.72 mm 851 mum 0 eV 69.5 keV 142 mum 142 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -256 mum 2.72 mm 851 mum 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -255 mum 2.72 mm 852 mum 0 eV 121 keV 21.6 mum 21.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -58.8 mum 2.74 mm 837 mum 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm -1.37 mm 3.13 mm 1.07 MeV 0 eV 1.23 cm 1.23 cmWAbsorberPhysicalcompt - 2 -1.41 cm -1.71 mm 3.72 mm 457 keV 0 eV 2.78 mm 1.51 cmWAbsorberPhysicalcompt - 3 -1.42 cm -2.27 mm 4.05 mm 0 eV 69.5 keV 655 mum 1.57 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 cm -2.27 mm 4.05 mm 387 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 cm -2.27 mm 4.06 mm 0 eV 387 keV 125 mum 125 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 cm -1.71 mm 3.72 mm 617 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm -1.7 mm 3.72 mm 0 eV 617 keV 235 mum 235 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm -1.37 mm 3.13 mm 56.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm -1.37 mm 3.13 mm 0 eV 56.8 keV 6.32 mum 6.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 80.3 mum 2.77 mm 771 mum 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -678 mum 2.72 mm 892 mum 150 keV 0 eV 769 mum 769 mumWAbsorberPhysicalcompt - 2 -647 mum 2.72 mm 883 mum 0 eV 69.5 keV 31.7 mum 801 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -647 mum 2.72 mm 883 mum 80.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -647 mum 2.72 mm 884 mum 0 eV 80.9 keV 11.2 mum 11.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -678 mum 2.72 mm 892 mum 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -681 mum 2.72 mm 893 mum 0 eV 213 keV 52.1 mum 52.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 cm -5.46 cm -6.35 cm 35 MeV 0 eV 8.74 cm 8.74 cmCuPlateBPhysicalTransportation - 2 3.41 cm -7.53 cm -8.76 cm 35 MeV 0 eV 3.3 cm 12 cmLArgPhysicalTransportation - 3 4.51 cm -9.95 cm -11.6 cm 35 MeV 0 eV 3.88 cm 15.9 cmBackExcluderTransportation - 4 14.5 cm -32 cm -37.2 cm 35 MeV 0 eV 35.3 cm 51.2 cmLArgPhysicalTransportation - 5 44.2 cm -97.5 cm -1.13 m 35 MeV 0 eV 1.05 m 1.56 mMotherTransportation - 6 2.27 m -5 m -5.82 m 35 MeV 0 eV 6.44 m 8 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.61 cm 17.8 cm 32.1 cm 51.2 MeV 0 eV 37 cm 37 cmCuPlateAPhysicalTransportation - 2 -4.95 cm 19.1 cm 34.6 cm 51.2 MeV 0 eV 2.81 cm 39.8 cmFCALEnvelopePhysicalTransportation - 3 -5.03 cm 19.4 cm 35.1 cm 51.2 MeV 0 eV 6.27 mm 40.5 cmLArgPhysicalTransportation - 4 -18.1 cm 69.8 cm 1.26 m 51.2 MeV 0 eV 1.05 m 1.45 mCryostatVolumesTransportation - 5 -18.1 cm 70 cm 1.26 m 51.2 MeV 0 eV 3.42 mm 1.46 mInsulationPhysicalTransportation - 6 -19.1 cm 73.8 cm 1.33 m 51.2 MeV 0 eV 7.98 cm 1.54 mCryostatVolumesTransportation - 7 -19.1 cm 73.9 cm 1.34 m 51.2 MeV 0 eV 2.85 mm 1.54 mMotherTransportation - 8 -1.29 m 5 m 9.04 m 51.2 MeV 0 eV 8.87 m 10.4 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=20.0478 -Edep in FCAL1 FCAl2 : 0 20.0478 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2671 0 0 0 --------------------------------------------- - ----> Begin of event: 171 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 171 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -84.7 mum 818 nm -105 mum 39 MeV 268 keV 135 mum 135 mumWAbsorberPhysicaleBrem - 2 -255 mum 78.2 mum -175 mum 38.5 MeV 348 keV 199 mum 335 mumWAbsorberPhysicaleBrem - 3 -400 mum 147 mum -247 mum 37.4 MeV 351 keV 176 mum 511 mumWAbsorberPhysicaleBrem - 4 -596 mum 288 mum -357 mum 34.1 MeV 546 keV 266 mum 777 mumWAbsorberPhysicaleBrem - 5 -1.23 mm 852 mum -660 mum 26.5 MeV 2.28 MeV 895 mum 1.67 mmWAbsorberPhysicaleBrem - 6 -1.38 mm 945 mum -732 mum 19.6 MeV 376 keV 189 mum 1.86 mmWAbsorberPhysicaleBrem - 7 -1.91 mm 1.44 mm -1.44 mm 17.2 MeV 2.06 MeV 1.06 mm 2.92 mmWAbsorberPhysicaleBrem - 8 -1.93 mm 1.68 mm -1.7 mm 15.2 MeV 969 keV 354 mum 3.27 mmWAbsorberPhysicaleBrem - 9 -1.92 mm 1.75 mm -1.75 mm 14.4 MeV 127 keV 86.9 mum 3.36 mmWAbsorberPhysicaleBrem - 10 -415 mum 3.34 mm -1.67 mm 7.32 MeV 6.76 MeV 2.4 mm 5.75 mmWAbsorberPhysicaleBrem - 11 594 mum 4.58 mm -2.44 mm 2.81 MeV 4.36 MeV 1.76 mm 7.52 mmWAbsorberPhysicaleBrem - 12 1.42 mm 4.6 mm -2.93 mm 573 keV 2.24 MeV 1.28 mm 8.8 mmWAbsorberPhysicaleIoni - 13 1.4 mm 4.61 mm -2.92 mm 0 eV 573 keV 212 mum 9.01 mmWAbsorberPhysicaleIoni - 14 1.4 mm 4.61 mm -2.92 mm 0 eV 0 eV 0 fm 9.01 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm 4.61 mm -2.92 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 mm 4.65 mm -2.82 mm 0 eV 69.5 keV 119 mum 119 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 mm 4.65 mm -2.82 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 mm 4.66 mm -2.8 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm 4.61 mm -2.92 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm 4.19 mm -4.06 mm 0 eV 69.5 keV 1.23 mm 1.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 mm 4.19 mm -4.06 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm 4.18 mm -4.07 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 594 mum 4.58 mm -2.44 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 567 mum 4.41 mm -2.54 mm 0 eV 69.5 keV 195 mum 195 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 567 mum 4.41 mm -2.54 mm 78.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 566 mum 4.41 mm -2.54 mm 0 eV 78.9 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -415 mum 3.34 mm -1.67 mm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 mm 6.51 mm -2.69 mm 0 eV 69.5 keV 3.52 mm 3.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 mm 6.51 mm -2.69 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 mm 6.52 mm -2.69 mm 0 eV 231 keV 59.1 mum 59.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 mm 1.75 mm -1.75 mm 720 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 6 mm -4.42 mm 252 keV 0 eV 5.09 mm 5.09 mmWAbsorberPhysicalcompt - 2 -1.34 mm 5.61 mm -4.77 mm 227 keV 0 eV 615 mum 5.71 mmWAbsorberPhysicalcompt - 3 -2.15 mm 4.89 mm -4.72 mm 0 eV 69.5 keV 1.08 mm 6.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.15 mm 4.89 mm -4.72 mm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.15 mm 4.89 mm -4.72 mm 0 eV 158 keV 32.8 mum 32.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 mm 5.61 mm -4.77 mm 24.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 mm 5.61 mm -4.77 mm 0 eV 24.2 keV 1.56 mum 1.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 mm 6 mm -4.42 mm 468 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 6.01 mm -4.42 mm 0 eV 468 keV 163 mum 163 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm 1.68 mm -1.7 mm 1.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.92 mm 5.68 mm -4.36 mm 560 keV 0 eV 4.8 mm 4.8 mmWAbsorberPhysicalcompt - 2 -1.33 mm 6.76 mm -4.08 mm 0 eV 69.5 keV 1.26 mm 6.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 mm 6.76 mm -4.08 mm 490 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 mm 6.76 mm -4.06 mm 0 eV 490 keV 173 mum 173 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 mm 5.68 mm -4.36 mm 458 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.92 mm 5.69 mm -4.37 mm 0 eV 458 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 mm 1.44 mm -1.44 mm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm 1.62 mm -1.58 mm 0 eV 69.5 keV 231 mum 231 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm 1.62 mm -1.58 mm 268 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm 1.62 mm -1.58 mm 0 eV 268 keV 73.6 mum 73.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm 945 mum -732 mum 6.57 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm 7.58 mm -7.04 mm 5.48 MeV 0 eV 1.28 cm 1.28 cmWAbsorberPhysicalcompt - 2 -1.81 cm 1.44 cm -1.09 cm 2.99 MeV 0 eV 1.1 cm 2.38 cmWAbsorberPhysicalcompt - 3 -2.28 cm 1.7 cm -1.55 cm 446 keV 0 eV 7.09 mm 3.09 cmWAbsorberPhysicalcompt - 4 -2.87 cm 1.85 cm -8.98 mm 0 eV 69.5 keV 8.91 mm 3.98 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.87 cm 1.85 cm -8.98 mm 376 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.87 cm 1.85 cm -8.98 mm 0 eV 376 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 cm 1.7 cm -1.55 cm 2.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 cm 1.68 cm -1.58 cm 1.55 MeV 837 keV 464 mum 464 mumWAbsorberPhysicaleBrem - 2 -2.28 cm 1.68 cm -1.58 cm 0 eV 1.55 MeV 705 mum 1.17 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 cm 1.68 cm -1.58 cm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 cm 1.69 cm -1.59 cm 0 eV 69.5 keV 122 mum 122 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 cm 1.69 cm -1.59 cm 86.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 cm 1.69 cm -1.59 cm 0 eV 86.7 keV 12.6 mum 12.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 cm 1.44 cm -1.09 cm 2.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.76 cm 1.49 cm -1.06 cm 417 keV 2.08 MeV 1.16 mm 1.16 mmWAbsorberPhysicaleIoni - 2 -1.77 cm 1.49 cm -1.06 cm 0 eV 417 keV 139 mum 1.3 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm 7.58 mm -7.04 mm 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm 7.58 mm -7.08 mm 0 eV 1.08 MeV 471 mum 471 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 mm 852 mum -660 mum 5.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.3 mm 2.48 mm -1.83 mm 1.82 MeV 0 eV 2.89 mm 2.89 mmWAbsorberPhysicalcompt - 2 -1.64 cm 3.47 cm -3.73 mm 1.47 MeV 0 eV 3.49 cm 3.78 cmWAbsorberPhysicalcompt - 3 -2.19 cm 4.27 cm -7.39 mm 1.16 MeV 0 eV 1.04 cm 4.81 cmWAbsorberPhysicalcompt - 4 -2.25 cm 4.57 cm -9.41 mm 442 keV 0 eV 3.66 mm 5.18 cmWAbsorberPhysicalcompt - 5 -2.07 cm 4.42 cm -1.57 cm 0 eV 69.5 keV 6.69 mm 5.85 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 cm 4.42 cm -1.57 cm 373 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 cm 4.42 cm -1.57 cm 0 eV 373 keV 119 mum 119 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.25 cm 4.57 cm -9.41 mm 716 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.25 cm 4.57 cm -9.44 mm 424 keV 128 keV 44 mum 44 mumWAbsorberPhysicaleBrem - 2 -2.25 cm 4.57 cm -9.44 mm 0 eV 424 keV 142 mum 186 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.25 cm 4.57 cm -9.44 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 cm 4.58 cm -9.64 mm 0 eV 69.5 keV 240 mum 240 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 cm 4.58 cm -9.64 mm 94.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 cm 4.58 cm -9.64 mm 0 eV 94.2 keV 14.4 mum 14.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 cm 4.27 cm -7.39 mm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.19 cm 4.27 cm -7.39 mm 0 eV 308 keV 90.3 mum 90.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 cm 3.47 cm -3.73 mm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm 3.47 cm -3.73 mm 0 eV 353 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.3 mm 2.48 mm -1.83 mm 3.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.45 mm 2.85 mm -1.8 mm 2.55 MeV 773 keV 477 mum 477 mumWAbsorberPhysicaleBrem - 2 -3.49 mm 2.77 mm -2.54 mm 31 keV 2.52 MeV 1.17 mm 1.65 mmWAbsorberPhysicaleIoni - 3 -3.49 mm 2.77 mm -2.54 mm 0 eV 31 keV 2.33 mum 1.65 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.45 mm 2.85 mm -1.8 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.64 mm 3.02 mm -1.69 mm 0 eV 69.5 keV 283 mum 283 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.64 mm 3.02 mm -1.69 mm 68.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.64 mm 3.02 mm -1.69 mm 0 eV 68.8 keV 8.64 mum 8.64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -596 mum 288 mum -357 mum 2.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.74 cm 1.73 cm -1.39 cm 1.45 MeV 0 eV 3.45 cm 3.45 cmWAbsorberPhysicalcompt - 2 -2.96 cm 2.24 cm -1.56 cm 0 eV 69.5 keV 5.83 mm 4.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.96 cm 2.24 cm -1.56 cm 1.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.96 cm 2.25 cm -1.56 cm 0 eV 1.38 MeV 619 mum 619 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.74 cm 1.73 cm -1.39 cm 1.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.74 cm 1.72 cm -1.4 cm 977 keV 187 keV 113 mum 113 mumWAbsorberPhysicaleBrem - 2 -2.74 cm 1.73 cm -1.4 cm 0 eV 977 keV 416 mum 529 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.74 cm 1.72 cm -1.4 cm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.74 cm 1.73 cm -1.4 cm 0 eV 69.5 keV 57.5 mum 57.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.74 cm 1.73 cm -1.4 cm 41.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.74 cm 1.73 cm -1.4 cm 0 eV 41.3 keV 3.72 mum 3.72 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -400 mum 147 mum -247 mum 747 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 7.29 mm -6.38 mm 0 eV 69.5 keV 1.46 cm 1.46 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm 7.29 mm -6.38 mm 677 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm 7.3 mm -6.37 mm 0 eV 677 keV 265 mum 265 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -255 mum 78.2 mum -175 mum 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -311 mum 108 mum -208 mum 0 eV 69.5 keV 71.5 mum 71.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -311 mum 108 mum -208 mum 71.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -311 mum 108 mum -208 mum 0 eV 71.3 keV 9.18 mum 9.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -84.7 mum 818 nm -105 mum 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.08 mm 466 mum -591 mum 0 eV 69.5 keV 1.21 mm 1.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm 466 mum -591 mum 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 mm 469 mum -593 mum 0 eV 218 keV 54.2 mum 54.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 13.2 cm 9.08 cm 32.6 cm 46.4 MeV 0 eV 36.3 cm 36.3 cmCuPlateAPhysicalTransportation - 2 14.2 cm 9.77 cm 35 cm 46.4 MeV 0 eV 2.75 cm 39 cmFCALEnvelopePhysicalTransportation - 3 15.3 cm 10.5 cm 37.8 cm 46.4 MeV 0 eV 3.03 cm 42.1 cmFCALEmModulePhysicalTransportation - 4 15.5 cm 10.7 cm 38.3 cm 46.4 MeV 0 eV 6.24 mm 42.7 cmF1LArGapPhysicalTransportation - 5 15.5 cm 10.7 cm 38.4 cm 46.4 MeV 0 eV 679 mum 42.8 cmFCALEmModulePhysicalTransportation - 6 16.3 cm 11.3 cm 40.4 cm 46.4 MeV 0 eV 2.22 cm 45 cmF1LArGapPhysicalTransportation - 7 16.5 cm 11.3 cm 40.7 cm 46.4 MeV 0 eV 3.74 mm 45.4 cmFCALEmModulePhysicalTransportation - 8 16.8 cm 11.6 cm 41.5 cm 46.4 MeV 0 eV 9.28 mm 46.3 cmF1LArGapPhysicalTransportation - 9 16.8 cm 11.6 cm 41.6 cm 46.4 MeV 0 eV 662 mum 46.3 cmFCALEmModulePhysicalTransportation - 10 17.2 cm 11.9 cm 42.6 cm 46.4 MeV 0 eV 1.11 cm 47.5 cmF1LArGapPhysicalTransportation - 11 17.2 cm 11.9 cm 42.7 cm 46.4 MeV 0 eV 662 mum 47.5 cmFCALEmModulePhysicalTransportation - 12 17.5 cm 12 cm 43.2 cm 46.4 MeV 0 eV 5.95 mm 48.1 cmF1LArGapPhysicalTransportation - 13 17.5 cm 12.1 cm 43.3 cm 46.4 MeV 0 eV 808 mum 48.2 cmFCALEmModulePhysicalTransportation - 14 17.8 cm 12.3 cm 44.1 cm 46.4 MeV 0 eV 8.79 mm 49.1 cmF1LArGapPhysicalTransportation - 15 17.8 cm 12.3 cm 44.1 cm 46.4 MeV 0 eV 808 mum 49.2 cmFCALEmModulePhysicalTransportation - 16 18.6 cm 12.8 cm 45.9 cm 46.4 MeV 0 eV 2.03 cm 51.2 cmF1LArGapPhysicalTransportation - 17 18.6 cm 12.8 cm 46 cm 46.4 MeV 0 eV 923 mum 51.3 cmFCALEmModulePhysicalTransportation - 18 18.9 cm 13 cm 46.7 cm 46.4 MeV 0 eV 7.47 mm 52 cmF1LArGapPhysicalTransportation - 19 18.9 cm 13 cm 46.8 cm 46.4 MeV 0 eV 923 mum 52.1 cmFCALEmModulePhysicalTransportation - 20 19.1 cm 13.2 cm 47.4 cm 46.4 MeV 0 eV 6.39 mm 52.8 cmF1LArGapPhysicalTransportation - 21 19.2 cm 13.2 cm 47.4 cm 46.4 MeV 0 eV 650 mum 52.8 cmFCALEmModulePhysicalTransportation - 22 19.6 cm 13.5 cm 48.4 cm 46.4 MeV 0 eV 1.13 cm 53.9 cmF1LArGapPhysicalTransportation - 23 19.6 cm 13.5 cm 48.5 cm 46.4 MeV 0 eV 650 mum 54 cmFCALEmModulePhysicalTransportation - 24 19.9 cm 13.7 cm 49.2 cm 46.4 MeV 0 eV 7.7 mm 54.8 cmF1LArGapPhysicalTransportation - 25 19.9 cm 13.7 cm 49.3 cm 46.4 MeV 0 eV 1.48 mm 54.9 cmFCALEmModulePhysicalTransportation - 26 20.1 cm 13.8 cm 49.6 cm 46.4 MeV 0 eV 3.74 mm 55.3 cmF1LArGapPhysicalTransportation - 27 20.1 cm 13.9 cm 49.8 cm 46.4 MeV 0 eV 1.48 mm 55.5 cmFCALEmModulePhysicalTransportation - 28 20.9 cm 14.4 cm 51.7 cm 46.4 MeV 0 eV 2.1 cm 57.6 cmF1LArGapPhysicalTransportation - 29 20.9 cm 14.4 cm 51.7 cm 46.4 MeV 0 eV 712 mum 57.6 cmFCALEmModulePhysicalTransportation - 30 21.3 cm 14.7 cm 52.6 cm 46.4 MeV 0 eV 1.02 cm 58.6 cmF1LArGapPhysicalTransportation - 31 21.3 cm 14.7 cm 52.7 cm 46.4 MeV 0 eV 712 mum 58.7 cmFCALEmModulePhysicalTransportation - 32 21.8 cm 15 cm 53.9 cm 46.4 MeV 0 eV 1.36 cm 60.1 cmLArgPhysicalTransportation - 33 47.8 cm 32.9 cm 1.18 m 46.4 MeV 0 eV 71.6 cm 1.32 mCryostatVolumesTransportation - 34 47.9 cm 33 cm 1.18 m 46.4 MeV 0 eV 3.1 mm 1.32 mInsulationPhysicalTransportation - 35 50.5 cm 34.8 cm 1.25 m 46.4 MeV 0 eV 7.23 cm 1.39 mCryostatVolumesTransportation - 36 50.6 cm 34.9 cm 1.25 m 46.4 MeV 0 eV 2.58 mm 1.39 mMotherTransportation - 37 57.4 cm 39.6 cm 1.42 m 46.4 MeV 0 eV 18.8 cm 1.58 mIronWallPhysicalTransportation - 38 73.5 cm 50.7 cm 1.82 m 46.4 MeV 0 eV 44.6 cm 2.03 mMotherTransportation - 39 5 m 3.45 m 12.4 m 46.4 MeV 0 eV 11.8 m 13.8 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 19.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.24 cm -6.19 cm -6.32 cm 19.2 MeV 0 eV 10.3 cm 10.3 cmCuPlateBPhysicalTransportation - 2 7.22 cm -8.53 cm -8.71 cm 19.2 MeV 0 eV 3.89 cm 14.2 cmLArgPhysicalTransportation - 3 9.6 cm -11.4 cm -11.6 cm 19.2 MeV 0 eV 4.68 cm 18.8 cmBackExcluderTransportation - 4 25.8 cm -30.5 cm -31.1 cm 19.2 MeV 0 eV 31.7 cm 50.6 cmLArgPhysicalTransportation - 5 81.4 cm -96.2 cm -98.1 cm 19.2 MeV 0 eV 1.09 m 1.6 mCryostatVolumesTransportation - 6 81.5 cm -96.4 cm -98.3 cm 19.2 MeV 0 eV 3.76 mm 1.6 mInsulationPhysicalTransportation - 7 82.5 cm -97.5 cm -99.5 cm 19.2 MeV 0 eV 1.83 cm 1.62 mMotherTransportation - 8 4.23 m -5 m -5.1 m 19.2 MeV 0 eV 6.68 m 8.3 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=40.5348 -Edep in FCAL1 FCAl2 : 0 40.5348 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2672 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 172 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -944 mum -273 mum -711 mum 32.1 MeV 3.01 MeV 1.23 mm 1.23 mmWAbsorberPhysicaleIoni - 2 -1.37 mm -361 mum -844 mum 9.61 MeV 759 keV 451 mum 1.68 mmWAbsorberPhysicaleBrem - 3 -1.92 mm -1.88 mm -1.08 mm 5.64 MeV 3.45 MeV 1.71 mm 3.38 mmWAbsorberPhysicaleBrem - 4 -1.82 mm -1.58 mm -1.05 mm 3.1 MeV 768 keV 308 mum 3.69 mmWAbsorberPhysicaleBrem - 5 -1.3 mm -1.2 mm -855 mum 1.22 MeV 1.61 MeV 830 mum 4.52 mmWAbsorberPhysicaleBrem - 6 -1.33 mm -1.25 mm -815 mum 0 eV 1.22 MeV 545 mum 5.07 mmWAbsorberPhysicaleIoni - 7 -1.33 mm -1.25 mm -815 mum 0 eV 0 eV 0 fm 5.07 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 mm -1.25 mm -815 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm -1.14 mm -1.96 mm 0 eV 69.5 keV 1.18 mm 1.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm -1.14 mm -1.96 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm -1.14 mm -1.97 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 mm -1.25 mm -815 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 mm -1.3 mm -224 mum 0 eV 69.5 keV 613 mum 613 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm -1.3 mm -224 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 mm -1.29 mm -218 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mm -1.2 mm -855 mum 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm -1.99 mm -147 mum 223 keV 0 eV 1.07 mm 1.07 mmWAbsorberPhysicalcompt - 2 -1.49 mm -1.85 mm 1.59 mm 161 keV 0 eV 1.75 mm 2.82 mmWAbsorberPhysicalcompt - 3 -1.8 mm -2.47 mm 1.71 mm 0 eV 69.5 keV 698 mum 3.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 mm -2.47 mm 1.71 mm 91.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.8 mm -2.47 mm 1.71 mm 0 eV 91.3 keV 13.7 mum 13.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 mm -1.85 mm 1.59 mm 62.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.49 mm -1.85 mm 1.59 mm 0 eV 62.5 keV 7.35 mum 7.35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm -1.99 mm -147 mum 47.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.42 mm -1.99 mm -147 mum 0 eV 47.1 keV 4.64 mum 4.64 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 mm -1.58 mm -1.05 mm 1.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.63 mm 2.38 mm -126 mum 1.48 MeV 0 eV 4.14 mm 4.14 mmWAbsorberPhysicalcompt - 2 -4.08 mm 1.97 cm -1.76 mm 262 keV 0 eV 1.75 cm 2.16 cmWAbsorberPhysicalcompt - 3 -5.94 mm 1.81 cm -1.47 mm 0 eV 69.5 keV 2.52 mm 2.41 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.94 mm 1.81 cm -1.47 mm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.94 mm 1.8 cm -1.47 mm 0 eV 192 keV 44.5 mum 44.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.08 mm 1.97 cm -1.76 mm 1.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.96 mm 1.98 cm -1.95 mm 354 keV 739 keV 408 mum 408 mumWAbsorberPhysicaleBrem - 2 -3.94 mm 1.98 cm -1.96 mm 91.9 keV 155 keV 77.6 mum 486 mumWAbsorberPhysicaleBrem - 3 -3.94 mm 1.98 cm -1.96 mm 0 eV 91.9 keV 13.9 mum 500 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.94 mm 1.98 cm -1.96 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.02 mm 1.98 cm -2.03 mm 0 eV 69.5 keV 104 mum 104 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.02 mm 1.98 cm -2.03 mm 37.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.02 mm 1.98 cm -2.03 mm 0 eV 37.3 keV 3.17 mum 3.17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.96 mm 1.98 cm -1.95 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.06 mm 1.98 cm -2.23 mm 0 eV 69.5 keV 304 mum 304 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.06 mm 1.98 cm -2.23 mm 57.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.06 mm 1.98 cm -2.23 mm 0 eV 57.1 keV 6.37 mum 6.37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.63 mm 2.38 mm -126 mum 292 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.64 mm 2.38 mm -121 mum 0 eV 292 keV 83.8 mum 83.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.92 mm -1.88 mm -1.08 mm 515 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.79 mm 1.07 cm -160 mum 0 eV 69.5 keV 1.26 cm 1.26 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 mm 1.07 cm -160 mum 446 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.78 mm 1.07 cm -164 mum 0 eV 446 keV 152 mum 152 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 mm -361 mum -844 mum 21.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.57 cm -5.23 mm -7.04 mm 0 eV 0 eV 1.64 cm 1.64 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 26, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 cm -5.23 mm -7.04 mm 10.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 cm -5.26 mm -7.14 mm 2.75 MeV 555 keV 257 mum 257 mumWAbsorberPhysicaleBrem - 2 -1.63 cm -5.48 mm -6.28 mm 798 keV 1.95 MeV 1.27 mm 1.52 mmWAbsorberPhysicaleIoni - 3 -1.63 cm -5.46 mm -6.31 mm 0 eV 798 keV 326 mum 1.85 mmWAbsorberPhysicaleIoni - 4 -1.63 cm -5.46 mm -6.31 mm 0 eV 0 eV 0 fm 1.85 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 cm -5.46 mm -6.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 cm -162 mum -8.36 mm 188 keV 0 eV 6.29 mm 6.29 mmWAbsorberPhysicalcompt - 2 -1.9 cm -286 mum -8.36 mm 0 eV 69.5 keV 128 mum 6.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 cm -286 mum -8.36 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 cm -286 mum -8.36 mm 0 eV 118 keV 20.8 mum 20.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 cm -162 mum -8.36 mm 323 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 cm -152 mum -8.34 mm 58.6 keV 127 keV 46.9 mum 46.9 mumWAbsorberPhysicaleBrem - 2 -1.9 cm -153 mum -8.34 mm 0 eV 58.6 keV 6.64 mum 53.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 cm -152 mum -8.34 mm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 cm -421 mum -8.88 mm 0 eV 69.5 keV 615 mum 615 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 cm -421 mum -8.88 mm 67.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 cm -421 mum -8.88 mm 0 eV 67.8 keV 8.44 mum 8.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 cm -5.46 mm -6.31 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 cm -7.1 mm -5.67 mm 185 keV 0 eV 1.94 mm 1.94 mmWAbsorberPhysicalcompt - 2 -1.58 cm -6.95 mm -5.78 mm 180 keV 0 eV 432 mum 2.38 mmWAbsorberPhysicalcompt - 3 -1.66 cm -6.27 mm -5.92 mm 0 eV 69.5 keV 1.02 mm 3.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 cm -6.27 mm -5.92 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.66 cm -6.27 mm -5.92 mm 0 eV 111 keV 18.7 mum 18.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 cm -6.95 mm -5.78 mm 4.62 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.58 cm -6.95 mm -5.78 mm 0 eV 4.62 keV 125 nm 125 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 cm -7.1 mm -5.67 mm 326 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 cm -7.1 mm -5.67 mm 0 eV 326 keV 98.1 mum 98.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 cm -5.26 mm -7.14 mm 6.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 cm -7.55 mm -8.29 mm 0 eV 0 eV 4.29 mm 4.29 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 38, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 cm -7.55 mm -8.29 mm 4.48 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 cm -7.72 mm -7.11 mm 1.21 MeV 3.27 MeV 1.67 mm 1.67 mmWAbsorberPhysicaleIoni - 2 -2.02 cm -7.74 mm -7.07 mm 0 eV 1.21 MeV 544 mum 2.22 mmWAbsorberPhysicaleIoni - 3 -2.02 cm -7.74 mm -7.07 mm 0 eV 0 eV 0 fm 2.22 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 cm -7.74 mm -7.07 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.19 cm -4.86 mm -1.07 cm 493 keV 0 eV 4.95 mm 4.95 mmWAbsorberPhysicalcompt - 2 -2.23 cm -2.93 mm -1.24 cm 0 eV 69.5 keV 2.63 mm 7.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm -2.93 mm -1.24 cm 423 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm -2.92 mm -1.24 cm 0 eV 423 keV 142 mum 142 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 cm -4.86 mm -1.07 cm 18.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.19 cm -4.86 mm -1.07 cm 0 eV 18.5 keV 1.01 mum 1.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 cm -7.74 mm -7.07 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm -9.21 mm -5.22 mm 0 eV 69.5 keV 2.53 mm 2.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 cm -9.21 mm -5.22 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 cm -9.22 mm -5.21 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 cm -7.55 mm -8.29 mm 1.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.95 cm -7.35 mm -8.42 mm 108 keV 1.14 MeV 446 mum 446 mumWAbsorberPhysicaleBrem - 2 -1.95 cm -7.35 mm -8.41 mm 0 eV 108 keV 17.9 mum 464 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.95 cm -7.35 mm -8.42 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 cm -7.31 mm -8.39 mm 0 eV 69.5 keV 698 mum 698 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 cm -7.31 mm -8.39 mm 72.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.02 cm -7.31 mm -8.39 mm 0 eV 72.5 keV 9.43 mum 9.43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 cm -5.23 mm -7.04 mm 10.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.58 cm -5.24 mm -7.07 mm 9.55 MeV 159 keV 80.3 mum 80.3 mumWAbsorberPhysicaleBrem - 2 -1.58 cm -5.24 mm -7.07 mm 5.3 MeV 12.9 eV 149 nm 80.5 mumWAbsorberPhysicaleBrem - 3 -1.68 cm -5.44 mm -5.97 mm 1.6 MeV 3.7 MeV 1.78 mm 1.86 mmWAbsorberPhysicaleIoni - 4 -1.68 cm -5.39 mm -5.99 mm 0 eV 1.6 MeV 732 mum 2.59 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 cm -5.24 mm -7.07 mm 4.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.94 cm -6.3 mm -1.29 cm 0 eV 0 eV 1.48 cm 1.48 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.94 cm -6.3 mm -1.29 cm 2.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.95 cm -6.31 mm -1.28 cm 0 eV 2.09 MeV 999 mum 999 mumWAbsorberPhysicaleIoni - 2 -2.95 cm -6.31 mm -1.28 cm 0 eV 0 eV 0 fm 999 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 cm -6.31 mm -1.28 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.96 cm -6.39 mm -1.28 cm 480 keV 0 eV 97.3 mum 97.3 mumWAbsorberPhysicalcompt - 2 -3.11 cm -1.5 cm -9 mm 302 keV 0 eV 9.53 mm 9.62 mmWAbsorberPhysicalcompt - 3 -3.11 cm -1.51 cm -9.1 mm 275 keV 0 eV 149 mum 9.77 mmWAbsorberPhysicalcompt - 4 -3.1 cm -1.55 cm -9.43 mm 0 eV 69.5 keV 499 mum 1.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 cm -1.55 cm -9.43 mm 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.1 cm -1.55 cm -9.43 mm 0 eV 205 keV 49.2 mum 49.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.11 cm -1.51 cm -9.1 mm 27.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.11 cm -1.51 cm -9.1 mm 0 eV 27.4 keV 1.92 mum 1.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.11 cm -1.5 cm -9 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.11 cm -1.5 cm -9 mm 0 eV 178 keV 39.7 mum 39.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.96 cm -6.39 mm -1.28 cm 30.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.96 cm -6.39 mm -1.28 cm 0 eV 30.8 keV 2.31 mum 2.31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.95 cm -6.31 mm -1.28 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 cm -4.52 mm -1.35 cm 0 eV 69.5 keV 2.2 mm 2.2 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 cm -4.52 mm -1.35 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 cm -4.52 mm -1.35 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.94 cm -6.3 mm -1.29 cm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.93 cm -6.28 mm -1.29 cm 647 keV 149 keV 99.3 mum 99.3 mumWAbsorberPhysicaleBrem - 2 -2.93 cm -6.26 mm -1.29 cm 0 eV 647 keV 250 mum 349 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.93 cm -6.28 mm -1.29 cm 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.94 cm -5.28 mm -1.31 cm 267 keV 0 eV 1.02 mm 1.02 mmWAbsorberPhysicalcompt - 2 -2.9 cm -4.34 mm -1.23 cm 0 eV 69.5 keV 1.28 mm 2.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.9 cm -4.34 mm -1.23 cm 197 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.9 cm -4.33 mm -1.23 cm 0 eV 197 keV 46.2 mum 46.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.94 cm -5.28 mm -1.31 cm 69.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.94 cm -5.28 mm -1.31 cm 0 eV 69.1 keV 8.72 mum 8.72 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 cm -5.24 mm -7.07 mm 834 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm -5.29 mm -7.94 mm 221 keV 0 eV 2.43 mm 2.43 mmWAbsorberPhysicalcompt - 2 -1.81 cm -5.29 mm -7.94 mm 144 keV 0 eV 7.27 mum 2.44 mmWAbsorberPhysicalcompt - 3 -1.81 cm -5.15 mm -7.95 mm 0 eV 69.5 keV 139 mum 2.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 cm -5.15 mm -7.95 mm 75 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm -5.15 mm -7.95 mm 0 eV 75 keV 9.94 mum 9.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 cm -5.29 mm -7.94 mm 76.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm -5.29 mm -7.94 mm 0 eV 76.2 keV 10.2 mum 10.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 cm -5.29 mm -7.94 mm 613 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm -5.29 mm -7.95 mm 0 eV 613 keV 233 mum 233 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -944 mum -273 mum -711 mum 2.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -682 mum -640 mum -1.19 mm 49 keV 2.26 MeV 1.08 mm 1.08 mmWAbsorberPhysicaleIoni - 2 -682 mum -640 mum -1.19 mm 0 eV 49 keV 4.93 mum 1.08 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 10.6 cm 16.6 cm 18.7 cm 41.5 MeV 0 eV 27.2 cm 27.2 cmF2TroffMainPhysicalTransportation - 2 10.8 cm 17 cm 19.2 cm 41.5 MeV 0 eV 6.1 mm 27.8 cmWAbsorberPhysicalTransportation - 3 11.2 cm 17.5 cm 19.8 cm 41.5 MeV 0 eV 9.04 mm 28.7 cmLArgPhysicalTransportation - 4 62.1 cm 97.5 cm 1.1 m 41.5 MeV 0 eV 1.31 m 1.6 mCryostatVolumesTransportation - 5 62.8 cm 98.7 cm 1.11 m 41.5 MeV 0 eV 1.89 cm 1.61 mInsulationPhysicalTransportation - 6 66.3 cm 1.04 m 1.17 m 41.5 MeV 0 eV 8.84 cm 1.7 mCryostatVolumesTransportation - 7 66.4 cm 1.04 m 1.18 m 41.5 MeV 0 eV 3.16 mm 1.71 mMotherTransportation - 8 3.18 m 5 m 5.64 m 41.5 MeV 0 eV 6.47 m 8.18 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 26.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.89 cm -8.89 cm -6.18 cm 26.2 MeV 0 eV 14 cm 14 cmF2RodPhysicalTransportation - 2 9.17 cm -9.17 cm -6.38 cm 26.2 MeV 0 eV 4.42 mm 14.5 cmF2LArGapPhysicalTransportation - 3 9.2 cm -9.2 cm -6.4 cm 26.2 MeV 0 eV 422 mum 14.5 cmCuPlateBPhysicalTransportation - 4 12.3 cm -12.3 cm -8.52 cm 26.2 MeV 0 eV 4.81 cm 19.3 cmLArgPhysicalTransportation - 5 16.7 cm -16.7 cm -11.6 cm 26.2 MeV 0 eV 6.93 cm 26.2 cmBackExcluderTransportation - 6 27.4 cm -27.4 cm -19.1 cm 26.2 MeV 0 eV 17 cm 43.3 cmLArgPhysicalTransportation - 7 97.5 cm -97.5 cm -67.8 cm 26.2 MeV 0 eV 1.1 m 1.54 mMotherTransportation - 8 5 m -5 m -3.48 m 26.2 MeV 0 eV 6.34 m 7.88 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=38.4736 -Edep in FCAL1 FCAl2 : 0 38.4736 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2673 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 173 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -256 mum 34.7 mum 269 mum 45.1 MeV 760 keV 374 mum 374 mumWAbsorberPhysicaleBrem - 2 -267 mum 35.9 mum 282 mum 44.8 MeV 38.4 keV 17.6 mum 391 mumWAbsorberPhysicaleBrem - 3 -493 mum 90.2 mum 519 mum 43.8 MeV 628 keV 332 mum 723 mumWAbsorberPhysicaleBrem - 4 -615 mum 114 mum 635 mum 39.7 MeV 280 keV 171 mum 894 mumWAbsorberPhysicaleBrem - 5 -948 mum 245 mum 1.07 mm 37.3 MeV 1.04 MeV 565 mum 1.46 mmWAbsorberPhysicaleBrem - 6 -1.29 mm 581 mum 1.58 mm 35.5 MeV 1.37 MeV 710 mum 2.17 mmWAbsorberPhysicaleBrem - 7 -1.62 mm 1.03 mm 2.24 mm 33.2 MeV 1.9 MeV 860 mum 3.03 mmWAbsorberPhysicaleBrem - 8 -1.74 mm 1.18 mm 2.52 mm 31.7 MeV 963 keV 337 mum 3.37 mmWAbsorberPhysicaleBrem - 9 -2.1 mm 1.56 mm 3.56 mm 22.7 MeV 2.4 MeV 1.2 mm 4.57 mmWAbsorberPhysicaleBrem - 10 -2.21 mm 2.03 mm 3.76 mm 15.1 MeV 2.4 MeV 518 mum 5.09 mmWAbsorberPhysicaleBrem - 11 -1.91 mm 2.73 mm 4.22 mm 13 MeV 1.65 MeV 881 mum 5.97 mmWAbsorberPhysicaleBrem - 12 -1.65 mm 3.67 mm 4.18 mm 6.11 MeV 1.83 MeV 941 mum 6.91 mmWAbsorberPhysicaleBrem - 13 -1.57 mm 3.77 mm 4.21 mm 4.33 MeV 356 keV 148 mum 7.06 mmWAbsorberPhysicaleBrem - 14 -1.97 mm 4.39 mm 4.4 mm 2.47 MeV 1.39 MeV 874 mum 7.93 mmWAbsorberPhysicaleBrem - 15 -2.5 mm 4.17 mm 4.72 mm 729 keV 1.63 MeV 879 mum 8.81 mmWAbsorberPhysicaleBrem - 16 -2.51 mm 4.19 mm 4.69 mm 0 eV 729 keV 291 mum 9.1 mmWAbsorberPhysicaleIoni - 17 -2.51 mm 4.19 mm 4.69 mm 0 eV 0 eV 0 fm 9.1 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.51 mm 4.19 mm 4.69 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.8 mm 5.42 mm 4.56 mm 0 eV 69.5 keV 3.51 mm 3.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.8 mm 5.42 mm 4.56 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.81 mm 5.42 mm 4.56 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.51 mm 4.19 mm 4.69 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.26 mm 1.68 mm 4.95 mm 484 keV 0 eV 7.23 mm 7.23 mmWAbsorberPhysicalcompt - 2 6.74 mm -319 mum 4.75 mm 180 keV 0 eV 3.19 mm 1.04 cmWAbsorberPhysicalcompt - 3 6.16 mm -270 mum 4.61 mm 0 eV 69.5 keV 594 mum 1.1 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.16 mm -270 mum 4.61 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.16 mm -271 mum 4.61 mm 0 eV 110 keV 18.6 mum 18.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.74 mm -319 mum 4.75 mm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.74 mm -323 mum 4.75 mm 0 eV 304 keV 88.6 mum 88.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 mm 1.68 mm 4.95 mm 27.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.26 mm 1.68 mm 4.95 mm 0 eV 27.5 keV 1.92 mum 1.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.5 mm 4.17 mm 4.72 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.68 mm 4.25 mm 4.74 mm 111 keV 0 eV 197 mum 197 mumWAbsorberPhysicalcompt - 2 -2.75 mm 4.33 mm 4.72 mm 0 eV 69.5 keV 103 mum 300 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.75 mm 4.33 mm 4.72 mm 41.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.75 mm 4.33 mm 4.72 mm 0 eV 41.8 keV 3.81 mum 3.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.68 mm 4.25 mm 4.74 mm 3.99 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.68 mm 4.25 mm 4.74 mm 0 eV 3.99 keV 102 nm 102 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 mm 4.39 mm 4.4 mm 470 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 911 mum -3.73 mm 1.35 cm 423 keV 0 eV 1.25 cm 1.25 cmWAbsorberPhysicalcompt - 2 2.05 mm -6.3 mm 1.44 cm 0 eV 69.5 keV 2.96 mm 1.55 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 mm -6.3 mm 1.44 cm 353 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 mm -6.3 mm 1.44 cm 0 eV 353 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 911 mum -3.73 mm 1.35 cm 46.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 911 mum -3.73 mm 1.35 cm 0 eV 46.6 keV 4.56 mum 4.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 mm 3.77 mm 4.21 mm 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 200 mum 6.47 mm 5.37 mm 1.12 MeV 0 eV 3.43 mm 3.43 mmWAbsorberPhysicalcompt - 2 8.24 mm 1.17 cm 6.84 mm 1e+03 keV 0 eV 9.72 mm 1.32 cmWAbsorberPhysicalcompt - 3 1.68 cm 1.71 cm 5.01 mm 422 keV 0 eV 1.03 cm 2.34 cmWAbsorberPhysicalcompt - 4 1.7 cm 2.02 cm 7.87 mm 0 eV 69.5 keV 4.26 mm 2.77 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.7 cm 2.02 cm 7.87 mm 352 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.7 cm 2.02 cm 7.87 mm 0 eV 352 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.68 cm 1.71 cm 5.01 mm 578 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 cm 1.71 cm 5 mm 0 eV 578 keV 216 mum 216 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.24 mm 1.17 cm 6.84 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.24 mm 1.17 cm 6.84 mm 0 eV 120 keV 21.2 mum 21.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 200 mum 6.47 mm 5.37 mm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 198 mum 6.48 mm 5.37 mm 0 eV 301 keV 87.4 mum 87.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm 3.67 mm 4.18 mm 5.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 744 mum 9.56 mm 6.39 mm 0 eV 0 eV 6.73 mm 6.73 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 35, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 744 mum 9.56 mm 6.39 mm 3.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 mm 8.96 mm 7.06 mm 880 keV 2.37 MeV 1.41 mm 1.41 mmWAbsorberPhysicaleIoni - 2 1.42 mm 8.95 mm 7.06 mm 0 eV 880 keV 369 mum 1.78 mmWAbsorberPhysicaleIoni - 3 1.42 mm 8.95 mm 7.06 mm 0 eV 0 eV 0 fm 1.78 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 mm 8.95 mm 7.06 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 mm 8.91 mm 7.08 mm 418 keV 0 eV 48.4 mum 48.4 mumWAbsorberPhysicalcompt - 2 1.75 mm 4.2 mm 6.63 mm 0 eV 69.5 keV 4.74 mm 4.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.75 mm 4.2 mm 6.63 mm 348 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.75 mm 4.19 mm 6.63 mm 0 eV 348 keV 108 mum 108 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm 8.91 mm 7.08 mm 93.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 mm 8.91 mm 7.08 mm 0 eV 93.3 keV 14.2 mum 14.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 mm 8.95 mm 7.06 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.78 mm 9.69 mm 6.77 mm 348 keV 0 eV 874 mum 874 mumWAbsorberPhysicalcompt - 2 3.62 mm 1.05 cm 7.68 mm 0 eV 69.5 keV 2.21 mm 3.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.62 mm 1.05 cm 7.68 mm 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.63 mm 1.05 cm 7.68 mm 0 eV 278 keV 77.9 mum 77.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.78 mm 9.69 mm 6.77 mm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.78 mm 9.69 mm 6.77 mm 0 eV 163 keV 34.6 mum 34.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 744 mum 9.56 mm 6.39 mm 802 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 727 mum 9.58 mm 6.38 mm 0 eV 802 keV 240 mum 240 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 mm 2.73 mm 4.22 mm 455 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -646 mum 5 mm 5.06 mm 0 eV 69.5 keV 2.73 mm 2.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -646 mum 5 mm 5.06 mm 386 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -641 mum 5.01 mm 5.06 mm 0 eV 386 keV 125 mum 125 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.21 mm 2.03 mm 3.76 mm 5.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 mm 2.34 cm 1.92 cm 0 eV 0 eV 2.65 cm 2.65 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 mm 2.34 cm 1.92 cm 833 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 mm 2.34 cm 1.93 cm 0 eV 833 keV 345 mum 345 mumWAbsorberPhysicaleIoni - 2 1.01 mm 2.34 cm 1.93 cm 0 eV 0 eV 0 fm 345 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 mm 2.34 cm 1.93 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -534 mum 2.82 cm 1.73 cm 330 keV 0 eV 5.47 mm 5.47 mmWAbsorberPhysicalcompt - 2 186 mum 2.87 cm 1.57 cm 0 eV 69.5 keV 1.8 mm 7.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 186 mum 2.87 cm 1.57 cm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 186 mum 2.87 cm 1.57 cm 0 eV 261 keV 70.8 mum 70.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -534 mum 2.82 cm 1.73 cm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -536 mum 2.82 cm 1.73 cm 0 eV 181 keV 40.6 mum 40.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 mm 2.34 cm 1.93 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 mm 1.76 cm 2.16 cm 366 keV 0 eV 6.52 mm 6.52 mmWAbsorberPhysicalcompt - 2 6.54 mm 1.62 cm 2.2 cm 335 keV 0 eV 3.95 mm 1.05 cmWAbsorberPhysicalcompt - 3 1.4 cm 9.99 mm 1.89 cm 290 keV 0 eV 1.02 cm 2.06 cmWAbsorberPhysicalcompt - 4 1.43 cm 9.07 mm 1.9 cm 0 eV 69.5 keV 964 mum 2.16 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 cm 9.07 mm 1.9 cm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 cm 9.06 mm 1.9 cm 0 eV 220 keV 54.9 mum 54.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm 9.99 mm 1.89 cm 45.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm 9.99 mm 1.89 cm 0 eV 45.9 keV 4.44 mum 4.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.54 mm 1.62 cm 2.2 cm 30.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.54 mm 1.62 cm 2.2 cm 0 eV 30.2 keV 2.24 mum 2.24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 mm 1.76 cm 2.16 cm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 mm 1.76 cm 2.16 cm 0 eV 145 keV 28.9 mum 28.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 mm 2.34 cm 1.92 cm 3.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 795 mum 2.36 cm 1.94 cm 2.43 MeV 815 keV 409 mum 409 mumWAbsorberPhysicaleBrem - 2 789 mum 2.36 cm 1.94 cm 1.21 MeV 18.6 keV 11.7 mum 421 mumWAbsorberPhysicaleBrem - 3 779 mum 2.36 cm 1.94 cm 0 eV 1.21 MeV 536 mum 957 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 789 mum 2.36 cm 1.94 cm 1.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -483 mum 4.08 cm 2.53 cm 569 keV 0 eV 1.82 cm 1.82 cmWAbsorberPhysicalcompt - 2 -566 mum 4.6 cm 2.1 cm 235 keV 0 eV 6.71 mm 2.49 cmWAbsorberPhysicalcompt - 3 -823 mum 4.58 cm 2.1 cm 148 keV 0 eV 327 mum 2.53 cmWAbsorberPhysicalcompt - 4 -657 mum 4.57 cm 2.08 cm 0 eV 69.5 keV 231 mum 2.55 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -657 mum 4.57 cm 2.08 cm 78 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -656 mum 4.57 cm 2.08 cm 0 eV 78 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -823 mum 4.58 cm 2.1 cm 87.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -824 mum 4.58 cm 2.1 cm 0 eV 87.1 keV 12.7 mum 12.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -566 mum 4.6 cm 2.1 cm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -564 mum 4.6 cm 2.1 cm 0 eV 335 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -483 mum 4.08 cm 2.53 cm 632 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -522 mum 4.08 cm 2.53 cm 79.2 keV 403 keV 178 mum 178 mumWAbsorberPhysicaleBrem - 2 -522 mum 4.08 cm 2.53 cm 0 eV 79.2 keV 10.8 mum 188 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -522 mum 4.08 cm 2.53 cm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -530 mum 4.09 cm 2.53 cm 0 eV 69.5 keV 42.9 mum 42.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -530 mum 4.09 cm 2.53 cm 80.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -530 mum 4.09 cm 2.53 cm 0 eV 80.5 keV 11.1 mum 11.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 795 mum 2.36 cm 1.94 cm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 731 mum 2.38 cm 1.94 cm 0 eV 69.5 keV 261 mum 261 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 731 mum 2.38 cm 1.94 cm 63.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 731 mum 2.38 cm 1.94 cm 0 eV 63.5 keV 7.53 mum 7.53 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.1 mm 1.56 mm 3.56 mm 6.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.35 mm 6.31 mm 6.46 mm 0 eV 0 eV 5.7 mm 5.7 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 63, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.35 mm 6.31 mm 6.46 mm 3.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.5 mm 6.54 mm 6.26 mm 2.72 MeV 762 keV 464 mum 464 mumWAbsorberPhysicaleBrem - 2 -3.35 mm 6.56 mm 6.23 mm 2.17 MeV 422 keV 158 mum 622 mumWAbsorberPhysicaleBrem - 3 -3.04 mm 6.89 mm 6.33 mm 334 keV 1.07 MeV 622 mum 1.24 mmWAbsorberPhysicaleBrem - 4 -3.04 mm 6.88 mm 6.34 mm 0 eV 334 keV 99.1 mum 1.34 mmWAbsorberPhysicaleIoni - 5 -3.04 mm 6.88 mm 6.34 mm 0 eV 0 eV 0 fm 1.34 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.04 mm 6.88 mm 6.34 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 mm 1.5 cm 8.02 mm 0 eV 69.5 keV 8.44 mm 8.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.59 mm 1.5 cm 8.02 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 mm 1.5 cm 8.02 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.04 mm 6.88 mm 6.34 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.12 mm 6.45 mm 6.25 mm 0 eV 69.5 keV 452 mum 452 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.12 mm 6.45 mm 6.25 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.09 mm 6.41 mm 6.25 mm 172 keV 144 keV 89.4 mum 89.4 mumWAbsorberPhysicaleBrem - 2 -3.08 mm 6.42 mm 6.25 mm 0 eV 172 keV 37.6 mum 127 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.09 mm 6.41 mm 6.25 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.08 mm 6.42 mm 6.25 mm 0 eV 69.5 keV 6.33 mum 6.33 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.08 mm 6.42 mm 6.25 mm 56.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.08 mm 6.42 mm 6.25 mm 0 eV 56.1 keV 6.18 mum 6.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.04 mm 6.89 mm 6.33 mm 764 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.66 mm 3.25 mm 1.18 cm 529 keV 0 eV 6.58 mm 6.58 mmWAbsorberPhysicalcompt - 2 -4.04 mm 3.1 mm 1.2 cm 0 eV 69.5 keV 497 mum 7.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.04 mm 3.1 mm 1.2 cm 459 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.02 mm 3.11 mm 1.21 cm 134 keV 211 keV 112 mum 112 mumWAbsorberPhysicaleBrem - 2 -4.02 mm 3.11 mm 1.21 cm 0 eV 134 keV 25.4 mum 137 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.02 mm 3.11 mm 1.21 cm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 mm 3.13 mm 1.21 cm 0 eV 69.5 keV 20.2 mum 20.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.01 mm 3.13 mm 1.21 cm 44.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 mm 3.13 mm 1.21 cm 0 eV 44.4 keV 4.22 mum 4.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.66 mm 3.25 mm 1.18 cm 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.65 mm 3.24 mm 1.18 cm 0 eV 235 keV 60.6 mum 60.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.35 mm 6.56 mm 6.23 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.31 mm 6.55 mm 6.19 mm 0 eV 69.5 keV 52.4 mum 52.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.31 mm 6.55 mm 6.19 mm 65.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.31 mm 6.55 mm 6.19 mm 0 eV 65.1 keV 7.87 mum 7.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.5 mm 6.54 mm 6.26 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.45 mm 6.54 mm 6.24 mm 0 eV 69.5 keV 48.9 mum 48.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.45 mm 6.54 mm 6.24 mm 34.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.45 mm 6.54 mm 6.24 mm 0 eV 34.6 keV 2.79 mum 2.79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.35 mm 6.31 mm 6.46 mm 1.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.45 mm 6.35 mm 6.45 mm 1.37 MeV 274 keV 164 mum 164 mumWAbsorberPhysicaleBrem - 2 -3.41 mm 6.35 mm 6.4 mm 0 eV 1.37 MeV 614 mum 778 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.45 mm 6.35 mm 6.45 mm 311 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -824 mum 5.82 mm 2.09 mm 0 eV 69.5 keV 5.12 mm 5.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -824 mum 5.82 mm 2.09 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -824 mum 5.81 mm 2.09 mm 0 eV 241 keV 63.1 mum 63.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 mm 1.18 mm 2.52 mm 558 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 mm 1.67 mm 3.26 mm 0 eV 69.5 keV 941 mum 941 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 mm 1.67 mm 3.26 mm 488 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 mm 1.68 mm 3.27 mm 0 eV 488 keV 172 mum 172 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm 1.03 mm 2.24 mm 355 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm 1.7 mm 3.21 mm 0 eV 69.5 keV 1.28 mm 1.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 mm 1.7 mm 3.21 mm 285 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm 1.7 mm 3.21 mm 0 eV 285 keV 80.9 mum 80.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 mm 581 mum 1.58 mm 427 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 mm 702 mum 1.74 mm 0 eV 69.5 keV 225 mum 225 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 mm 702 mum 1.74 mm 358 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 mm 710 mum 1.74 mm 0 eV 358 keV 112 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -948 mum 245 mum 1.07 mm 1.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.26 mm 4.55 mm 9.92 mm 554 keV 0 eV 1.17 cm 1.17 cmWAbsorberPhysicalcompt - 2 -7.66 mm 4.35 mm 1 cm 0 eV 69.5 keV 447 mum 1.21 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.66 mm 4.35 mm 1 cm 484 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.67 mm 4.35 mm 1 cm 0 eV 484 keV 170 mum 170 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.26 mm 4.55 mm 9.92 mm 807 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.27 mm 4.56 mm 9.95 mm 0 eV 807 keV 330 mum 330 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -615 mum 114 mum 635 mum 3.87 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -869 mum 154 mum 950 mum 2.74 MeV 0 eV 406 mum 406 mumWAbsorberPhysicalcompt - 2 -2.92 cm 1.75 cm 2.87 cm 252 keV 0 eV 4.33 cm 4.37 cmWAbsorberPhysicalcompt - 3 -2.91 cm 1.75 cm 2.87 cm 0 eV 69.5 keV 84.6 mum 4.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 cm 1.75 cm 2.87 cm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 cm 1.75 cm 2.87 cm 0 eV 182 keV 41.2 mum 41.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.92 cm 1.75 cm 2.87 cm 2.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.94 cm 1.75 cm 2.88 cm 778 keV 912 keV 524 mum 524 mumWAbsorberPhysicaleBrem - 2 -2.94 cm 1.75 cm 2.88 cm 0 eV 778 keV 315 mum 839 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 89, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.94 cm 1.75 cm 2.88 cm 796 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 cm 1.48 cm 4.06 cm 457 keV 0 eV 1.55 cm 1.55 cmWAbsorberPhysicalcompt - 2 -2.01 cm 1.12 cm 4.33 cm 0 eV 69.5 keV 4.53 mm 2.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 89 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.01 cm 1.12 cm 4.33 cm 387 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.01 cm 1.11 cm 4.33 cm 0 eV 387 keV 125 mum 125 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 89 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.97 cm 1.48 cm 4.06 cm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 cm 1.48 cm 4.06 cm 0 eV 339 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -869 mum 154 mum 950 mum 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -888 mum 133 mum 987 mum 0 eV 1.13 MeV 496 mum 496 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -493 mum 90.2 mum 519 mum 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 mm 349 mum 1.65 mm 0 eV 69.5 keV 1.57 mm 1.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 mm 349 mum 1.65 mm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.56 mm 347 mum 1.65 mm 0 eV 244 keV 64.2 mum 64.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -267 mum 35.9 mum 282 mum 276 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -711 mum 116 mum 773 mum 0 eV 69.5 keV 667 mum 667 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -711 mum 116 mum 773 mum 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -714 mum 117 mum 774 mum 0 eV 207 keV 49.8 mum 49.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -256 mum 34.7 mum 269 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -419 mum 55 mum 451 mum 134 keV 0 eV 245 mum 245 mumWAbsorberPhysicalcompt - 2 -478 mum 97.3 mum 443 mum 0 eV 69.5 keV 73 mum 318 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -478 mum 97.3 mum 443 mum 65 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -478 mum 97.8 mum 443 mum 0 eV 65 keV 7.85 mum 7.85 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -419 mum 55 mum 451 mum 20.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -419 mum 55 mum 451 mum 0 eV 20.2 keV 1.16 mum 1.16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 10.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 29.5 cm 4.75 cm 32.8 cm 10.3 MeV 0 eV 44.4 cm 44.4 cmCuPlateAPhysicalTransportation - 2 30.4 cm 4.89 cm 33.8 cm 10.3 MeV 0 eV 1.32 cm 45.7 cmLArgPhysicalTransportation - 3 85.3 cm 13.7 cm 94.7 cm 10.3 MeV 0 eV 82.5 cm 1.28 mCryostatVolumesTransportation - 4 85.5 cm 13.7 cm 94.9 cm 10.3 MeV 0 eV 3.02 mm 1.28 mInsulationPhysicalTransportation - 5 90.2 cm 14.5 cm 1 m 10.3 MeV 0 eV 7.04 cm 1.36 mCryostatVolumesTransportation - 6 90.3 cm 14.5 cm 1 m 10.3 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 7 1.28 m 20.6 cm 1.42 m 10.3 MeV 0 eV 56.4 cm 1.92 mIronWallPhysicalTransportation - 8 1.3 m 20.9 cm 1.44 m 10.3 MeV 0 eV 3.17 cm 1.95 mMotherTransportation - 9 5 m 80.4 cm 5.55 m 10.3 MeV 0 eV 5.56 m 7.51 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.71 cm -3.81 mm -6.61 cm 48.8 MeV 0 eV 7.58 cm 7.58 cmF2RodPhysicalTransportation - 2 3.92 cm -4.03 mm -6.99 cm 48.8 MeV 0 eV 4.41 mm 8.03 cmF2LArGapPhysicalTransportation - 3 3.96 cm -4.07 mm -7.06 cm 48.8 MeV 0 eV 820 mum 8.11 cmCuPlateBPhysicalTransportation - 4 5.11 cm -5.25 mm -9.1 cm 48.8 MeV 0 eV 2.34 cm 10.5 cmLArgPhysicalTransportation - 5 6.5 cm -6.68 mm -11.6 cm 48.8 MeV 0 eV 2.84 cm 13.3 cmBackExcluderTransportation - 6 48.7 cm -5 cm -86.7 cm 48.8 MeV 0 eV 86.3 cm 99.6 cmLArgPhysicalTransportation - 7 62.4 cm -6.41 cm -1.11 m 48.8 MeV 0 eV 28 cm 1.28 mCryostatVolumesTransportation - 8 62.5 cm -6.42 cm -1.11 m 48.8 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 9 66 cm -6.78 cm -1.17 m 48.8 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 10 66.1 cm -6.79 cm -1.18 m 48.8 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 11 5 m -51.4 cm -8.91 m 48.8 MeV 0 eV 8.87 m 10.2 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=47.0198 -Edep in FCAL1 FCAl2 : 0 47.0198 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2674 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 174 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 20.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.89 mum 37.6 mum 20.9 mum 19.7 MeV 75.4 keV 43.2 mum 43.2 mumWAbsorberPhysicaleBrem - 2 1.92 mm 1.79 mm 1.71 mm 13 MeV 6.59 MeV 3.16 mm 3.2 mmWAbsorberPhysicaleBrem - 3 1.88 mm -69.5 mum 1.91 mm 8.14 MeV 4.09 MeV 2.04 mm 5.24 mmWAbsorberPhysicaleBrem - 4 1.79 mm 163 mum 2.64 mm 4.68 MeV 1.78 MeV 1.02 mm 6.26 mmWAbsorberPhysicaleBrem - 5 1.82 mm 163 mum 2.68 mm 4.44 MeV 64.8 keV 46.6 mum 6.31 mmWAbsorberPhysicaleBrem - 6 2.37 mm 89.2 mum 2.56 mm 2.89 MeV 1.3 MeV 679 mum 6.99 mmWAbsorberPhysicaleBrem - 7 2.48 mm 501 mum 2.47 mm 1.8 MeV 917 keV 534 mum 7.52 mmWAbsorberPhysicaleBrem - 8 2.45 mm 624 mum 2.48 mm 0 eV 1.8 MeV 847 mum 8.37 mmWAbsorberPhysicaleIoni - 9 2.45 mm 624 mum 2.48 mm 0 eV 0 eV 0 fm 8.37 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.45 mm 624 mum 2.48 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 mm 1.74 mm 653 mum 230 keV 0 eV 2.45 mm 2.45 mmWAbsorberPhysicalcompt - 2 1 mm 2.06 mm 1.23 mm 0 eV 69.5 keV 711 mum 3.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 mm 2.06 mm 1.23 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 998 mum 2.06 mm 1.23 mm 0 eV 160 keV 33.6 mum 33.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 mm 1.74 mm 653 mum 281 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 mm 1.74 mm 642 mum 92.5 keV 189 keV 44.7 mum 44.7 mumWAbsorberPhysicaleBrem - 2 1.28 mm 1.74 mm 643 mum 0 eV 92.5 keV 14 mum 58.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.45 mm 624 mum 2.48 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.74 mm -588 mum 4.47 mm 0 eV 69.5 keV 2.67 mm 2.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.74 mm -588 mum 4.47 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.75 mm -595 mum 4.48 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.48 mm 501 mum 2.47 mm 175 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.39 mm 777 mum 2.49 mm 0 eV 69.5 keV 293 mum 293 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.39 mm 777 mum 2.49 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.39 mm 778 mum 2.49 mm 0 eV 105 keV 17.2 mum 17.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.37 mm 89.2 mum 2.56 mm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.56 mm 422 mum 2.33 mm 0 eV 69.5 keV 2.23 mm 2.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.56 mm 422 mum 2.33 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.56 mm 421 mum 2.33 mm 0 eV 184 keV 41.6 mum 41.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.82 mm 163 mum 2.68 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 mm 152 mum 2.72 mm 0 eV 69.5 keV 55.8 mum 55.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 mm 152 mum 2.72 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 mm 152 mum 2.72 mm 0 eV 108 keV 17.9 mum 17.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.79 mm 163 mum 2.64 mm 1.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.7 mm 315 mum 4.54 mm 1.04 MeV 0 eV 2.7 mm 2.7 mmWAbsorberPhysicalcompt - 2 5.63 mm -2.01 mm 9 mm 834 keV 0 eV 5.38 mm 8.08 mmWAbsorberPhysicalcompt - 3 5.79 mm -2.7 mm 9.48 mm 832 keV 0 eV 855 mum 8.94 mmWAbsorberPhysicalcompt - 4 7.63 mm -8.8 mm 1.39 cm 0 eV 69.5 keV 7.74 mm 1.67 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.63 mm -8.8 mm 1.39 cm 763 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.64 mm -8.82 mm 1.39 cm 0 eV 763 keV 308 mum 308 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.79 mm -2.7 mm 9.48 mm 1.75 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.79 mm -2.7 mm 9.48 mm 0 eV 1.75 keV 32.7 nm 32.7 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.63 mm -2.01 mm 9 mm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.63 mm -2.01 mm 9 mm 0 eV 201 keV 47.8 mum 47.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.7 mm 315 mum 4.54 mm 640 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.72 mm 325 mum 4.55 mm 0 eV 640 keV 246 mum 246 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 mm -69.5 mum 1.91 mm 749 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.29 mm -1.27 cm 2.24 cm 0 eV 69.5 keV 2.44 cm 2.44 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.29 mm -1.27 cm 2.24 cm 679 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.3 mm -1.27 cm 2.24 cm 0 eV 679 keV 266 mum 266 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.92 mm 1.79 mm 1.71 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm 1.74 mm 1.77 mm 0 eV 69.5 keV 70.7 mum 70.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 mm 1.74 mm 1.77 mm 89.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm 1.74 mm 1.77 mm 0 eV 89.9 keV 13.4 mum 13.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.89 mum 37.6 mum 20.9 mum 358 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.04 mum 71.3 mum 36.6 mum 0 eV 69.5 keV 37.4 mum 37.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.04 mum 71.3 mum 36.6 mum 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.07 mum 77.4 mum 37.5 mum 0 eV 288 keV 82.2 mum 82.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.61 cm 18 cm 1.96 cm 32.6 MeV 0 eV 18.3 cm 18.3 cmLArgPhysicalTransportation - 2 14.1 cm 97.5 cm 10.6 cm 32.6 MeV 0 eV 80.8 cm 99.1 cmCryostatVolumesTransportation - 3 28.6 cm 1.98 m 21.5 cm 32.6 MeV 0 eV 1.02 m 2.01 mMotherTransportation - 4 72.5 cm 5 m 54.5 cm 32.6 MeV 0 eV 3.07 m 5.08 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.88 cm -20.1 cm -5.08 cm 52.4 MeV 0 eV 20.9 cm 20.9 cmFCALEnvelopePhysicalTransportation - 2 -3.47 cm -24.2 cm -6.11 cm 52.4 MeV 0 eV 4.25 cm 25.2 cmLArgPhysicalTransportation - 3 -14 cm -97.5 cm -24.7 cm 52.4 MeV 0 eV 76.4 cm 1.02 mMotherTransportation - 4 -71.8 cm -5 m -1.26 m 52.4 MeV 0 eV 4.19 m 5.21 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=21.1823 -Edep in FCAL1 FCAl2 : 0 21.1823 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2675 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 175 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 mm -1.01 mm -534 mum 43 MeV 3.87 MeV 2.03 mm 2.03 mmWAbsorberPhysicaleBrem - 2 -1.86 mm -1.17 mm -681 mum 41 MeV 519 keV 300 mum 2.33 mmWAbsorberPhysicaleBrem - 3 -1.96 mm -1.26 mm -775 mum 40.5 MeV 265 keV 168 mum 2.5 mmWAbsorberPhysicaleBrem - 4 -2.02 mm -1.31 mm -827 mum 39.9 MeV 151 keV 91.6 mum 2.59 mmWAbsorberPhysicaleBrem - 5 -2.84 mm -1.9 mm -1.44 mm 30.7 MeV 3.22 MeV 1.21 mm 3.8 mmWAbsorberPhysicaleBrem - 6 -3.02 mm -2.03 mm -1.6 mm 29.6 MeV 606 keV 273 mum 4.07 mmWAbsorberPhysicaleBrem - 7 -3.32 mm -2.22 mm -1.77 mm 28.4 MeV 774 keV 395 mum 4.46 mmWAbsorberPhysicaleBrem - 8 -3.33 mm -2.22 mm -1.77 mm 15.9 MeV 1.85 keV 1.32 mum 4.47 mmWAbsorberPhysicaleBrem - 9 -4.04 mm -3.67 mm -2.1 mm 7.83 MeV 3.6 MeV 1.74 mm 6.2 mmWAbsorberPhysicaleBrem - 10 -4.21 mm -3.88 mm -2.4 mm 5.4 MeV 793 keV 391 mum 6.59 mmWAbsorberPhysicaleBrem - 11 -4.81 mm -3.86 mm -2.73 mm 3.36 MeV 1.7 MeV 749 mum 7.34 mmWAbsorberPhysicaleBrem - 12 -4.39 mm -3.86 mm -3.23 mm 1.31 MeV 1.37 MeV 793 mum 8.13 mmWAbsorberPhysicaleBrem - 13 -4.11 mm -4.08 mm -3.13 mm 830 eV 1.16 MeV 584 mum 8.72 mmWAbsorberPhysicaleBrem - 14 -4.11 mm -4.08 mm -3.13 mm 0 eV 830 eV 8.56 nm 8.72 mmWAbsorberPhysicaleIoni - 15 -4.11 mm -4.08 mm -3.13 mm 0 eV 0 eV 0 fm 8.72 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.11 mm -4.08 mm -3.13 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.89 mm -3.43 mm -5.03 mm 0 eV 69.5 keV 6.12 mm 6.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.89 mm -3.43 mm -5.03 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.9 mm -3.43 mm -5.02 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.11 mm -4.08 mm -3.13 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 mm -4.38 mm -2.24 mm 0 eV 69.5 keV 2.89 mm 2.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm -4.38 mm -2.24 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 mm -4.38 mm -2.23 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.11 mm -4.08 mm -3.13 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.09 mm -4.03 mm -3.04 mm 0 eV 69.5 keV 111 mum 111 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.09 mm -4.03 mm -3.04 mm 83.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.09 mm -4.03 mm -3.03 mm 0 eV 83.1 keV 11.7 mum 11.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.39 mm -3.86 mm -3.23 mm 674 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 mm -1.13 cm -1.53 cm 631 keV 0 eV 1.44 cm 1.44 cmWAbsorberPhysicalcompt - 2 -1.54 mm -1.15 cm -1.55 cm 211 keV 0 eV 336 mum 1.47 cmWAbsorberPhysicalcompt - 3 -2.07 mm -1.14 cm -1.54 cm 0 eV 69.5 keV 540 mum 1.53 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.07 mm -1.14 cm -1.54 cm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 mm -1.14 cm -1.54 cm 0 eV 141 keV 27.6 mum 27.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 mm -1.15 cm -1.55 cm 420 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 mm -1.15 cm -1.55 cm 0 eV 420 keV 140 mum 140 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 mm -1.13 cm -1.53 cm 43.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 mm -1.13 cm -1.53 cm 0 eV 43.1 keV 4.01 mum 4.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.81 mm -3.86 mm -2.73 mm 347 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.3 mm -4.52 mm -4.2 mm 242 keV 0 eV 1.69 mm 1.69 mmWAbsorberPhysicalcompt - 2 -5.64 mm -6.35 mm -4.05 mm 0 eV 69.5 keV 1.86 mm 3.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.64 mm -6.35 mm -4.05 mm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.64 mm -6.35 mm -4.05 mm 0 eV 173 keV 37.8 mum 37.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.3 mm -4.52 mm -4.2 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.3 mm -4.52 mm -4.2 mm 0 eV 105 keV 17 mum 17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.21 mm -3.88 mm -2.4 mm 1.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.69 mm -6.22 mm -5.21 mm 597 keV 0 eV 3.94 mm 3.94 mmWAbsorberPhysicalcompt - 2 -1.94 mm -4.91 mm -1.51 cm 212 keV 0 eV 1.06 cm 1.46 cmWAbsorberPhysicalcompt - 3 -2.24 mm -4.04 mm -1.44 cm 0 eV 69.5 keV 1.15 mm 1.57 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.24 mm -4.04 mm -1.44 cm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.24 mm -4.04 mm -1.44 cm 0 eV 142 keV 27.9 mum 27.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 mm -4.91 mm -1.51 cm 385 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 mm -4.91 mm -1.51 cm 0 eV 385 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.69 mm -6.22 mm -5.21 mm 1.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.8 mm -6.15 mm -5.27 mm 208 keV 696 keV 394 mum 394 mumWAbsorberPhysicaleBrem - 2 -5.8 mm -6.15 mm -5.27 mm 0 eV 208 keV 50.1 mum 444 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.8 mm -6.15 mm -5.27 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.99 mm -6.68 mm -4.58 mm 0 eV 69.5 keV 1.19 mm 1.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.99 mm -6.68 mm -4.58 mm 68.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.99 mm -6.68 mm -4.58 mm 0 eV 68.9 keV 8.68 mum 8.68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.04 mm -3.67 mm -2.1 mm 4.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.69 cm -2.81 cm -3.69 cm 653 keV 0 eV 6.04 cm 6.04 cmWAbsorberPhysicalcompt - 2 -4.71 cm -2.82 cm -3.67 cm 363 keV 0 eV 236 mum 6.06 cmWAbsorberPhysicalcompt - 3 -4.94 cm -2.6 cm -3.65 cm 287 keV 0 eV 3.17 mm 6.38 cmWAbsorberPhysicalcompt - 4 -4.97 cm -2.45 cm -3.48 cm 0 eV 69.5 keV 2.29 mm 6.61 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.97 cm -2.45 cm -3.48 cm 218 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.97 cm -2.45 cm -3.48 cm 0 eV 218 keV 54.1 mum 54.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.94 cm -2.6 cm -3.65 cm 75.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.94 cm -2.6 cm -3.65 cm 0 eV 75.4 keV 10 mum 10 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.71 cm -2.82 cm -3.67 cm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.71 cm -2.82 cm -3.67 cm 0 eV 290 keV 83 mum 83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.69 cm -2.81 cm -3.69 cm 3.85 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.69 cm -2.81 cm -3.69 cm 2.99 MeV 79.5 keV 53.9 mum 53.9 mumWAbsorberPhysicaleBrem - 2 -4.69 cm -2.82 cm -3.7 cm 2.54 MeV 255 keV 161 mum 215 mumWAbsorberPhysicaleBrem - 3 -4.71 cm -2.88 cm -3.68 cm 330 keV 2.09 MeV 1.09 mm 1.31 mmWAbsorberPhysicaleBrem - 4 -4.71 cm -2.88 cm -3.68 cm 0 eV 330 keV 99.8 mum 1.41 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.71 cm -2.88 cm -3.68 cm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.71 cm -2.89 cm -3.68 cm 0 eV 69.5 keV 58.7 mum 58.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.71 cm -2.89 cm -3.68 cm 56.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.71 cm -2.89 cm -3.68 cm 0 eV 56.9 keV 6.33 mum 6.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.69 cm -2.82 cm -3.7 cm 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.69 cm -2.85 cm -3.73 cm 0 eV 69.5 keV 406 mum 406 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.69 cm -2.85 cm -3.73 cm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.69 cm -2.85 cm -3.73 cm 0 eV 124 keV 22.4 mum 22.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.69 cm -2.81 cm -3.69 cm 776 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.7 cm -2.83 cm -3.72 cm 194 keV 0 eV 320 mum 320 mumWAbsorberPhysicalcompt - 2 -4.7 cm -2.77 cm -3.64 cm 0 eV 69.5 keV 952 mum 1.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.7 cm -2.77 cm -3.64 cm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.7 cm -2.77 cm -3.64 cm 0 eV 124 keV 22.4 mum 22.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.7 cm -2.83 cm -3.72 cm 583 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.7 cm -2.84 cm -3.72 cm 0 eV 583 keV 218 mum 218 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.33 mm -2.22 mm -1.77 mm 12.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.43 mm -4.85 mm -3.83 mm 899 keV 0 eV 5.29 mm 5.29 mmWAbsorberPhysicalcompt - 2 -7.55 mm -4.89 mm -3.74 mm 0 eV 69.5 keV 158 mum 5.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.55 mm -4.89 mm -3.74 mm 829 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.57 mm -4.88 mm -3.72 mm 0 eV 829 keV 341 mum 341 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.43 mm -4.85 mm -3.83 mm 11.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.55 mm -4.95 mm -3.89 mm 11.1 MeV 302 keV 169 mum 169 mumWAbsorberPhysicaleBrem - 2 -7.72 mm -5.04 mm -4.15 mm 9.39 MeV 601 keV 341 mum 510 mumWAbsorberPhysicaleBrem - 3 -7.7 mm -5.08 mm -4.32 mm 8.64 MeV 315 keV 172 mum 682 mumWAbsorberPhysicaleBrem - 4 -7.74 mm -5.23 mm -4.49 mm 7.36 MeV 490 keV 249 mum 931 mumWAbsorberPhysicaleBrem - 5 -7.74 mm -5.28 mm -4.8 mm 4.97 MeV 495 keV 303 mum 1.23 mmWAbsorberPhysicaleBrem - 6 -7.81 mm -5.51 mm -5.05 mm 4.13 MeV 713 keV 374 mum 1.61 mmWAbsorberPhysicaleBrem - 7 -7.74 mm -5.69 mm -5.33 mm 2.01 MeV 1.95 MeV 819 mum 2.43 mmWAbsorberPhysicaleBrem - 8 -7.66 mm -5.69 mm -5.26 mm 0 eV 2.01 MeV 936 mum 3.36 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.74 mm -5.69 mm -5.33 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.67 mm -5.69 mm -5.27 mm 0 eV 69.5 keV 98.6 mum 98.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.67 mm -5.69 mm -5.27 mm 94.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.67 mm -5.69 mm -5.27 mm 0 eV 94.5 keV 14.5 mum 14.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.81 mm -5.51 mm -5.05 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.67 mm -5.67 mm -5.21 mm 0 eV 69.5 keV 266 mum 266 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.67 mm -5.67 mm -5.21 mm 63.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.67 mm -5.67 mm -5.21 mm 0 eV 63.2 keV 7.49 mum 7.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.74 mm -5.28 mm -4.8 mm 1.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.16 mm -6.66 mm -7.36 mm 0 eV 0 eV 2.94 mm 2.94 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 56, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.16 mm -6.66 mm -7.36 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.16 mm -6.67 mm -7.36 mm 0 eV 157 keV 30.8 mum 30.8 mumWAbsorberPhysicaleIoni - 2 -8.16 mm -6.67 mm -7.36 mm 0 eV 0 eV 0 fm 30.8 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.16 mm -6.67 mm -7.36 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm -8.5 mm -5.84 mm 475 keV 0 eV 5.12 mm 5.12 mmWAbsorberPhysicalcompt - 2 -1.29 cm -8.58 mm -5.86 mm 465 keV 0 eV 268 mum 5.38 mmWAbsorberPhysicalcompt - 3 -1.33 cm -8.65 mm -5.96 mm 0 eV 69.5 keV 408 mum 5.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm -8.65 mm -5.96 mm 396 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm -8.65 mm -5.97 mm 0 eV 396 keV 129 mum 129 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 cm -8.58 mm -5.86 mm 10.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 cm -8.58 mm -5.86 mm 0 eV 10.1 keV 391 nm 391 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.27 cm -8.5 mm -5.84 mm 35.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.27 cm -8.5 mm -5.84 mm 0 eV 35.5 keV 2.92 mum 2.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.16 mm -6.67 mm -7.36 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.95 mm -6.58 mm -7.43 mm 331 keV 0 eV 233 mum 233 mumWAbsorberPhysicalcompt - 2 -7.95 mm -6.58 mm -7.43 mm 298 keV 0 eV 3.06 mum 236 mumWAbsorberPhysicalcompt - 3 -7.95 mm -6.58 mm -7.42 mm 223 keV 0 eV 12.1 mum 248 mumWAbsorberPhysicalcompt - 4 -5.93 mm -9.02 mm -6.4 mm 0 eV 69.5 keV 3.33 mm 3.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.93 mm -9.02 mm -6.4 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.93 mm -9.02 mm -6.4 mm 0 eV 153 keV 31.4 mum 31.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.95 mm -6.58 mm -7.42 mm 75.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.95 mm -6.58 mm -7.42 mm 0 eV 75.2 keV 9.98 mum 9.98 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.95 mm -6.58 mm -7.43 mm 32.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.95 mm -6.58 mm -7.43 mm 0 eV 32.9 keV 2.57 mum 2.57 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.95 mm -6.58 mm -7.43 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.95 mm -6.58 mm -7.43 mm 0 eV 180 keV 40.4 mum 40.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.16 mm -6.66 mm -7.36 mm 713 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.17 mm -6.67 mm -7.38 mm 0 eV 713 keV 283 mum 283 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.74 mm -5.23 mm -4.49 mm 788 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.96 mm -6.31 mm -7.55 mm 635 keV 0 eV 3.25 mm 3.25 mmWAbsorberPhysicalcompt - 2 -4.89 mm -7.6 mm -1.33 cm 0 eV 69.5 keV 6.62 mm 9.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.89 mm -7.6 mm -1.33 cm 566 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.88 mm -7.6 mm -1.33 cm 0 eV 566 keV 210 mum 210 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.96 mm -6.31 mm -7.55 mm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.97 mm -6.31 mm -7.55 mm 0 eV 152 keV 31 mum 31 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.7 mm -5.08 mm -4.32 mm 442 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.02 mm -1.18 cm -1.56 cm 189 keV 0 eV 1.32 cm 1.32 cmWAbsorberPhysicalcompt - 2 -8.95 mm -1.19 cm -1.54 cm 0 eV 69.5 keV 239 mum 1.35 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.95 mm -1.19 cm -1.54 cm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.94 mm -1.19 cm -1.54 cm 0 eV 119 keV 21.1 mum 21.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.02 mm -1.18 cm -1.56 cm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.02 mm -1.18 cm -1.56 cm 0 eV 253 keV 67.5 mum 67.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.72 mm -5.04 mm -4.15 mm 1.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.91 mm -7.33 mm -1.02 cm 0 eV 69.5 keV 6.43 mm 6.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.91 mm -7.33 mm -1.02 cm 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.91 mm -7.33 mm -1.02 cm 0 eV 1.08 MeV 471 mum 471 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.55 mm -4.95 mm -3.89 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.59 mm -5.62 mm -5.03 mm 0 eV 69.5 keV 1.68 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.59 mm -5.62 mm -5.03 mm 81.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.59 mm -5.62 mm -5.03 mm 0 eV 81.8 keV 11.4 mum 11.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.32 mm -2.22 mm -1.77 mm 418 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm -8.97 mm -7.21 mm 0 eV 69.5 keV 1.33 cm 1.33 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 cm -8.97 mm -7.21 mm 349 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm -8.97 mm -7.2 mm 0 eV 349 keV 108 mum 108 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.02 mm -2.03 mm -1.6 mm 491 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.58 mm -4.67 mm -4.34 mm 0 eV 69.5 keV 5.21 mm 5.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.58 mm -4.67 mm -4.34 mm 421 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.59 mm -4.68 mm -4.33 mm 0 eV 421 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 mm -1.9 mm -1.44 mm 5.98 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.76 mm -7.56 mm -8.79 mm 0 eV 0 eV 1.16 cm 1.16 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 75, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.76 mm -7.56 mm -8.79 mm 4.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.72 mm -7.42 mm -9.27 mm 1.04 MeV 1.13 MeV 633 mum 633 mumWAbsorberPhysicaleBrem - 2 -9.78 mm -7.39 mm -9.33 mm 0 eV 181 keV 97.3 mum 730 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.78 mm -7.39 mm -9.33 mm 1.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 cm -5.71 mm -1.49 cm 725 keV 0 eV 6.42 mm 6.42 mmWAbsorberPhysicalcompt - 2 -1.44 cm -5.21 mm -1.53 cm 0 eV 69.5 keV 1.97 mm 8.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.44 cm -5.21 mm -1.53 cm 656 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.44 cm -5.22 mm -1.53 cm 0 eV 656 keV 254 mum 254 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 cm -5.71 mm -1.49 cm 767 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 cm -5.71 mm -1.49 cm 0 eV 767 keV 310 mum 310 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.78 mm -7.39 mm -9.33 mm 388 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.51 mm -8.32 mm -8.96 mm 0 eV 69.5 keV 1.03 mm 1.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.51 mm -8.32 mm -8.96 mm 319 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.5 mm -8.32 mm -8.96 mm 0 eV 319 keV 94.7 mum 94.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.72 mm -7.42 mm -9.27 mm 2.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 cm -8.71 mm -1.85 cm 644 keV 0 eV 1.09 cm 1.09 cmWAbsorberPhysicalcompt - 2 -1.5 cm -3.56 mm -2.3 cm 487 keV 0 eV 6.86 mm 1.78 cmWAbsorberPhysicalcompt - 3 -1.45 cm -3.33 mm -2.35 cm 183 keV 0 eV 796 mum 1.86 cmWAbsorberPhysicalcompt - 4 -1.52 cm -2.89 mm -2.29 cm 0 eV 69.5 keV 1.09 mm 1.97 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.52 cm -2.89 mm -2.29 cm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 cm -2.89 mm -2.29 cm 0 eV 113 keV 19.4 mum 19.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 cm -3.33 mm -2.35 cm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm -3.33 mm -2.36 cm 0 eV 304 keV 88.6 mum 88.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.5 cm -3.56 mm -2.3 cm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 cm -3.56 mm -2.3 cm 0 eV 157 keV 32.6 mum 32.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 cm -8.71 mm -1.85 cm 1.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 cm -8.77 mm -1.85 cm 950 keV 673 keV 126 mum 126 mumWAbsorberPhysicaleBrem - 2 -1.55 cm -8.8 mm -1.85 cm 0 eV 950 keV 402 mum 528 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 cm -8.77 mm -1.85 cm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 cm -8.81 mm -1.85 cm 0 eV 69.5 keV 63.2 mum 63.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 cm -8.81 mm -1.85 cm 36.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 cm -8.81 mm -1.85 cm 0 eV 36.5 keV 3.05 mum 3.05 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.76 mm -7.56 mm -8.79 mm 421 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.76 mm -7.57 mm -8.8 mm 0 eV 421 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.02 mm -1.31 mm -827 mum 409 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.49 mm -2.58 mm -2.46 mm 0 eV 69.5 keV 2.54 mm 2.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.49 mm -2.58 mm -2.46 mm 340 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.49 mm -2.58 mm -2.47 mm 0 eV 340 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm -1.26 mm -775 mum 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.82 mm -1.91 mm -1.48 mm 0 eV 69.5 keV 1.29 mm 1.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.82 mm -1.91 mm -1.48 mm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.82 mm -1.91 mm -1.48 mm 0 eV 208 keV 50.2 mum 50.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 mm -1.17 mm -681 mum 1.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.72 mm -5.23 mm -4.68 mm 545 keV 0 eV 7.49 mm 7.49 mmWAbsorberPhysicalcompt - 2 -7.59 mm -5.55 mm -4.15 mm 514 keV 0 eV 1.07 mm 8.56 mmWAbsorberPhysicalcompt - 3 -1.45 cm -7.62 mm -2.76 mm 0 eV 69.5 keV 7.38 mm 1.59 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 cm -7.62 mm -2.76 mm 445 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm -7.63 mm -2.75 mm 0 eV 445 keV 152 mum 152 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.59 mm -5.55 mm -4.15 mm 31 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.59 mm -5.55 mm -4.15 mm 0 eV 31 keV 2.32 mum 2.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.72 mm -5.23 mm -4.68 mm 869 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.73 mm -5.24 mm -4.71 mm 0 eV 869 keV 361 mum 361 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm -1.01 mm -534 mum 2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -8.64 mm -9.15 mm 0 eV 0 eV 1.54 cm 1.54 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 94, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -8.64 mm -9.15 mm 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -8.65 mm -9.16 mm 0 eV 432 keV 144 mum 144 mumWAbsorberPhysicaleIoni - 2 -1.18 cm -8.65 mm -9.16 mm 0 eV 0 eV 0 fm 144 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 96, Parent ID = 94 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -8.65 mm -9.16 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -8.7 mm -9.45 mm 257 keV 0 eV 322 mum 322 mumWAbsorberPhysicalcompt - 2 -1.31 cm -8.65 mm -1.02 cm 0 eV 69.5 keV 1.55 mm 1.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 96 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 cm -8.65 mm -1.02 cm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm -8.65 mm -1.02 cm 0 eV 187 keV 42.8 mum 42.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 96 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 cm -8.7 mm -9.45 mm 254 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.17 cm -8.7 mm -9.45 mm 0 eV 254 keV 68.1 mum 68.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 95, Parent ID = 94 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -8.65 mm -9.16 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm -7.88 mm -4.64 mm 451 keV 0 eV 5.1 mm 5.1 mmWAbsorberPhysicalcompt - 2 -1.45 cm -7.59 mm -4.3 mm 373 keV 0 eV 612 mum 5.71 mmWAbsorberPhysicalcompt - 3 -2.43 cm 305 mum -5.55 mm 294 keV 0 eV 1.27 cm 1.84 cmWAbsorberPhysicalcompt - 4 -2.46 cm 1.19 mm -6.63 mm 0 eV 69.5 keV 1.43 mm 1.98 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 95 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.46 cm 1.19 mm -6.63 mm 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 cm 1.2 mm -6.63 mm 0 eV 224 keV 56.4 mum 56.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 95 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.43 cm 305 mum -5.55 mm 79.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.43 cm 305 mum -5.55 mm 0 eV 79.5 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 95 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.45 cm -7.59 mm -4.3 mm 77.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.45 cm -7.59 mm -4.3 mm 0 eV 77.6 keV 10.5 mum 10.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 95 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 cm -7.88 mm -4.64 mm 60.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm -7.88 mm -4.64 mm 0 eV 60.3 keV 6.96 mum 6.96 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -8.64 mm -9.15 mm 548 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -8.65 mm -9.17 mm 0 eV 548 keV 201 mum 201 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 14.6 cm 15.9 cm 7.58 cm 48.3 MeV 0 eV 22.9 cm 22.9 cmLArgPhysicalTransportation - 2 89.7 cm 97.5 cm 46.5 cm 48.3 MeV 0 eV 1.17 m 1.4 mCryostatVolumesTransportation - 3 1.13 m 1.23 m 58.8 cm 48.3 MeV 0 eV 37.2 cm 1.78 mInsulationPhysicalTransportation - 4 1.2 m 1.3 m 62 cm 48.3 MeV 0 eV 9.73 cm 1.87 mCryostatVolumesTransportation - 5 1.2 m 1.3 m 62.1 cm 48.3 MeV 0 eV 3.48 mm 1.88 mMotherTransportation - 6 4.6 m 5 m 2.38 m 48.3 MeV 0 eV 5.32 m 7.2 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 8.04 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.16 cm -2.74 cm -6.49 cm 8.04 MeV 0 eV 10 cm 10 cmF2RodPhysicalTransportation - 2 7.48 cm -2.87 cm -6.78 cm 8.04 MeV 0 eV 4.52 mm 10.5 cmF2LArGapPhysicalTransportation - 3 7.52 cm -2.88 cm -6.81 cm 8.04 MeV 0 eV 514 mum 10.5 cmCuPlateBPhysicalTransportation - 4 9.86 cm -3.78 cm -8.94 cm 8.04 MeV 0 eV 3.29 cm 13.8 cmLArgPhysicalTransportation - 5 12.8 cm -4.89 cm -11.6 cm 8.04 MeV 0 eV 4.08 cm 17.9 cmBackExcluderTransportation - 6 42.9 cm -16.4 cm -38.8 cm 8.04 MeV 0 eV 42.2 cm 60.1 cmLArgPhysicalTransportation - 7 94.4 cm -36.2 cm -85.6 cm 8.04 MeV 0 eV 72.4 cm 1.32 mCryostatVolumesTransportation - 8 94.7 cm -36.3 cm -85.8 cm 8.04 MeV 0 eV 3.12 mm 1.33 mInsulationPhysicalTransportation - 9 99.8 cm -38.2 cm -90.5 cm 8.04 MeV 0 eV 7.28 cm 1.4 mCryostatVolumesTransportation - 10 1 m -38.3 cm -90.7 cm 8.04 MeV 0 eV 2.6 mm 1.4 mMotherTransportation - 11 5 m -1.92 m -4.53 m 8.04 MeV 0 eV 5.61 m 7.01 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=49.8584 -Edep in FCAL1 FCAl2 : 0 49.8584 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2676 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 176 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 327 mum -35.8 mum -195 mum 40.5 MeV 755 keV 384 mum 384 mumWAbsorberPhysicaleBrem - 2 657 mum -44.8 mum -396 mum 35.4 MeV 1.04 MeV 387 mum 771 mumWAbsorberPhysicaleBrem - 3 668 mum -47.1 mum -400 mum 25.3 MeV 37.9 keV 11.7 mum 783 mumWAbsorberPhysicaleBrem - 4 1.26 mm -66.2 mum -606 mum 23.2 MeV 1.71 MeV 651 mum 1.43 mmWAbsorberPhysicaleBrem - 5 1.42 mm -55.3 mum -692 mum 22.7 MeV 303 keV 181 mum 1.62 mmWAbsorberPhysicaleBrem - 6 1.51 mm -26.5 mum -729 mum 22.2 MeV 176 keV 97.4 mum 1.71 mmWAbsorberPhysicaleBrem - 7 1.56 mm -10.2 mum -763 mum 18.4 MeV 132 keV 64.2 mum 1.78 mmWAbsorberPhysicaleBrem - 8 2.5 mm 597 mum -1.31 mm 15.4 MeV 2.53 MeV 1.21 mm 2.99 mmWAbsorberPhysicaleBrem - 9 2.54 mm 590 mum -1.31 mm 11.5 MeV 62.9 keV 40.9 mum 3.03 mmWAbsorberPhysicaleBrem - 10 3.04 mm 465 mum -1.55 mm 7.14 MeV 1.13 MeV 571 mum 3.6 mmWAbsorberPhysicaleBrem - 11 3.17 mm 443 mum -1.57 mm 6.71 MeV 223 keV 132 mum 3.73 mmWAbsorberPhysicaleBrem - 12 4.08 mm 1.59 mm -511 mum 874 keV 4.05 MeV 1.9 mm 5.64 mmWAbsorberPhysicaleBrem - 13 4.04 mm 1.59 mm -478 mum 0 eV 874 keV 366 mum 6 mmWAbsorberPhysicaleIoni - 14 4.04 mm 1.59 mm -478 mum 0 eV 0 eV 0 fm 6 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.04 mm 1.59 mm -478 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 mm 6.87 mm 3.27 mm 190 keV 0 eV 7.12 mm 7.12 mmWAbsorberPhysicalcompt - 2 1.98 mm 5.89 mm 3.58 mm 174 keV 0 eV 1.35 mm 8.47 mmWAbsorberPhysicalcompt - 3 2.11 mm 5.77 mm 3.49 mm 0 eV 69.5 keV 197 mum 8.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.11 mm 5.77 mm 3.49 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.11 mm 5.77 mm 3.49 mm 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.98 mm 5.89 mm 3.58 mm 15.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 mm 5.89 mm 3.58 mm 0 eV 15.7 keV 775 nm 775 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 mm 6.87 mm 3.27 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 mm 6.88 mm 3.27 mm 0 eV 321 keV 95.8 mum 95.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.04 mm 1.59 mm -478 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.37 mm 1.01 mm -887 mum 0 eV 69.5 keV 776 mum 776 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.37 mm 1.01 mm -887 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.37 mm 1.01 mm -898 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.08 mm 1.59 mm -511 mum 1.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 192 mum -1.87 mm 4.84 mm 629 keV 0 eV 7.46 mm 7.46 mmWAbsorberPhysicalcompt - 2 3.47 mm -2.26 mm 1.24 cm 0 eV 69.5 keV 8.29 mm 1.58 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.47 mm -2.26 mm 1.24 cm 559 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.47 mm -2.25 mm 1.25 cm 0 eV 559 keV 207 mum 207 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 192 mum -1.87 mm 4.84 mm 1.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 139 mum -1.99 mm 4.72 mm 111 keV 831 keV 451 mum 451 mumWAbsorberPhysicaleBrem - 2 138 mum -1.99 mm 4.72 mm 0 eV 111 keV 18.9 mum 470 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 139 mum -1.99 mm 4.72 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 322 mum -1.85 mm 4.72 mm 0 eV 69.5 keV 225 mum 225 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 322 mum -1.85 mm 4.72 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 323 mum -1.85 mm 4.72 mm 0 eV 145 keV 28.7 mum 28.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.17 mm 443 mum -1.57 mm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.58 mm 381 mum -1.5 mm 0 eV 69.5 keV 422 mum 422 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.58 mm 381 mum -1.5 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.58 mm 382 mum -1.5 mm 0 eV 134 keV 25.2 mum 25.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.04 mm 465 mum -1.55 mm 3.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.8 cm 3.45 mm -7.55 mm 2.84 MeV 0 eV 3.56 cm 3.56 cmWAbsorberPhysicalcompt - 2 4.38 cm 5.12 mm -8.11 mm 0 eV 0 eV 6.06 mm 4.17 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 30, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.38 cm 5.12 mm -8.11 mm 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.39 cm 5.16 mm -8.16 mm 0 eV 1.1 MeV 482 mum 482 mumWAbsorberPhysicaleIoni - 2 4.39 cm 5.16 mm -8.16 mm 0 eV 0 eV 0 fm 482 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.39 cm 5.16 mm -8.16 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.38 cm 5.25 mm -5.22 mm 0 eV 69.5 keV 2.94 mm 2.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.38 cm 5.25 mm -5.22 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.38 cm 5.25 mm -5.21 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.39 cm 5.16 mm -8.16 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.39 cm 5.14 mm -8.52 mm 281 keV 0 eV 363 mum 363 mumWAbsorberPhysicalcompt - 2 4.31 cm 4.43 mm -8.7 mm 236 keV 0 eV 1.09 mm 1.45 mmWAbsorberPhysicalcompt - 3 4.26 cm 2.67 mm -7.75 mm 0 eV 69.5 keV 2.06 mm 3.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 cm 2.67 mm -7.75 mm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.26 cm 2.67 mm -7.75 mm 0 eV 167 keV 35.9 mum 35.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.31 cm 4.43 mm -8.7 mm 44.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.31 cm 4.43 mm -8.7 mm 0 eV 44.2 keV 4.18 mum 4.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.39 cm 5.14 mm -8.52 mm 230 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.39 cm 5.15 mm -8.52 mm 0 eV 230 keV 58.8 mum 58.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.38 cm 5.12 mm -8.11 mm 725 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.38 cm 5.12 mm -8.09 mm 0 eV 725 keV 289 mum 289 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.8 cm 3.45 mm -7.55 mm 393 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.8 cm 3.44 mm -7.55 mm 0 eV 393 keV 128 mum 128 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.54 mm 590 mum -1.31 mm 3.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.1 mm 477 mum -2.73 mm 1.76 MeV 0 eV 5.74 mm 5.74 mmWAbsorberPhysicalcompt - 2 4 cm -2.08 cm -2.13 cm 416 keV 0 eV 4.26 cm 4.83 cmWAbsorberPhysicalcompt - 3 3.42 cm -2.86 cm -2.36 cm 0 eV 69.5 keV 9.99 mm 5.83 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 cm -2.86 cm -2.36 cm 346 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.42 cm -2.86 cm -2.36 cm 0 eV 346 keV 107 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4 cm -2.08 cm -2.13 cm 1.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4 cm -2.08 cm -2.13 cm 0 eV 1.34 MeV 600 mum 600 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.1 mm 477 mum -2.73 mm 2.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.31 mm 290 mum -2.3 mm 506 keV 1.36 MeV 866 mum 866 mumWAbsorberPhysicaleBrem - 2 8.32 mm 299 mum -2.31 mm 0 eV 506 keV 181 mum 1.05 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.31 mm 290 mum -2.3 mm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.38 mm 647 mum -3.26 mm 0 eV 69.5 keV 1.03 mm 1.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.38 mm 647 mum -3.26 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.38 mm 649 mum -3.26 mm 0 eV 123 keV 22.1 mum 22.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.5 mm 597 mum -1.31 mm 506 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm -557 mum -2.09 mm 0 eV 69.5 keV 8.55 mm 8.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm -557 mum -2.09 mm 437 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm -554 mum -2.09 mm 0 eV 437 keV 148 mum 148 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 mm -10.2 mum -763 mum 3.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.33 mm 1.59 mm -3.78 mm 0 eV 0 eV 6.7 mm 6.7 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.33 mm 1.59 mm -3.78 mm 1.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.42 mm 1.62 mm -3.83 mm 0 eV 1.67 MeV 779 mum 779 mumWAbsorberPhysicaleIoni - 2 7.42 mm 1.62 mm -3.83 mm 0 eV 0 eV 0 fm 779 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.42 mm 1.62 mm -3.83 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.53 mm 2.99 mm -2.81 mm 460 keV 0 eV 3.36 mm 3.36 mmWAbsorberPhysicalcompt - 2 3.26 mm 2.92 mm -2.41 mm 378 keV 0 eV 1.33 mm 4.69 mmWAbsorberPhysicalcompt - 3 1.08 mm 4.32 mm -2.5 mm 371 keV 0 eV 2.6 mm 7.29 mmWAbsorberPhysicalcompt - 4 -158 mum 5.55 mm -2.47 mm 0 eV 69.5 keV 1.74 mm 9.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -158 mum 5.55 mm -2.47 mm 302 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -164 mum 5.55 mm -2.47 mm 0 eV 302 keV 87.7 mum 87.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 mm 4.32 mm -2.5 mm 6.74 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 mm 4.32 mm -2.5 mm 0 eV 6.74 keV 215 nm 215 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.26 mm 2.92 mm -2.41 mm 81.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.26 mm 2.92 mm -2.41 mm 0 eV 81.6 keV 11.4 mum 11.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.53 mm 2.99 mm -2.81 mm 51.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.53 mm 2.99 mm -2.81 mm 0 eV 51.5 keV 5.35 mum 5.35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.42 mm 1.62 mm -3.83 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.27 mm 743 mum -4.49 mm 171 keV 0 eV 2.15 mm 2.15 mmWAbsorberPhysicalcompt - 2 8.01 mm 1.49 mm -4.01 mm 0 eV 69.5 keV 1.55 mm 3.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.01 mm 1.49 mm -4.01 mm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8 mm 1.49 mm -4.01 mm 0 eV 101 keV 16.1 mum 16.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.27 mm 743 mum -4.49 mm 340 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.28 mm 739 mum -4.49 mm 0 eV 340 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.33 mm 1.59 mm -3.78 mm 983 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.35 mm 1.57 mm -3.79 mm 823 keV 53.4 keV 38.7 mum 38.7 mumWAbsorberPhysicaleBrem - 2 7.38 mm 1.55 mm -3.79 mm 0 eV 823 keV 338 mum 377 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.35 mm 1.57 mm -3.79 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.46 mm 1.5 mm -3.82 mm 0 eV 69.5 keV 133 mum 133 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.46 mm 1.5 mm -3.82 mm 36.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.46 mm 1.5 mm -3.82 mm 0 eV 36.5 keV 3.06 mum 3.06 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 mm -26.5 mum -729 mum 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.17 mm 445 mum -1.66 mm 0 eV 69.5 keV 1.96 mm 1.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.17 mm 445 mum -1.66 mm 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.17 mm 447 mum -1.66 mm 0 eV 235 keV 60.5 mum 60.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 mm -55.3 mum -692 mum 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.54 mm 1.37 mm -2.5 mm 0 eV 69.5 keV 3.88 mm 3.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.54 mm 1.37 mm -2.5 mm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.54 mm 1.38 mm -2.5 mm 0 eV 162 keV 34.2 mum 34.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 mm -66.2 mum -606 mum 340 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 mm -49.3 mum -637 mum 0 eV 69.5 keV 144 mum 144 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm -49.3 mum -637 mum 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 mm -52.3 mum -638 mum 0 eV 270 keV 74.7 mum 74.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 668 mum -47.1 mum -400 mum 10.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 cm -4.7 mm -8.14 mm 0 eV 0 eV 2.38 cm 2.38 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 59, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.27 cm -4.7 mm -8.14 mm 8.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.28 cm -4.71 mm -8.16 mm 7.18 MeV 234 keV 151 mum 151 mumWAbsorberPhysicaleBrem - 2 2.31 cm -5.04 mm -8.36 mm 6.28 MeV 717 keV 462 mum 613 mumWAbsorberPhysicaleBrem - 3 2.35 cm -5.01 mm -8.69 mm 5.16 MeV 764 keV 500 mum 1.11 mmWAbsorberPhysicaleBrem - 4 2.3 cm -5.85 mm -8.73 mm 3.21 MeV 1.8 MeV 1.08 mm 2.19 mmWAbsorberPhysicaleBrem - 5 2.31 cm -6.48 mm -9.61 mm 206 keV 3 MeV 1.4 mm 3.6 mmWAbsorberPhysicaleIoni - 6 2.31 cm -6.49 mm -9.61 mm 0 eV 206 keV 47.6 mum 3.64 mmWAbsorberPhysicaleIoni - 7 2.31 cm -6.49 mm -9.61 mm 0 eV 0 eV 0 fm 3.64 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 cm -6.49 mm -9.61 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 cm -6.4 mm -9.59 mm 0 eV 69.5 keV 92 mum 92 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 cm -6.4 mm -9.59 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 cm -6.39 mm -9.59 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 cm -6.49 mm -9.61 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.1 cm -1.4 cm -1.13 cm 0 eV 69.5 keV 8.01 mm 8.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.1 cm -1.4 cm -1.13 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.1 cm -1.4 cm -1.13 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.3 cm -5.85 mm -8.73 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.29 cm -5.83 mm -8.78 mm 0 eV 69.5 keV 76.5 mum 76.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.29 cm -5.83 mm -8.78 mm 81.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.29 cm -5.83 mm -8.78 mm 0 eV 81.3 keV 11.3 mum 11.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.35 cm -5.01 mm -8.69 mm 354 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.49 cm -7.66 mm -9.29 mm 0 eV 69.5 keV 3.09 mm 3.09 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.49 cm -7.66 mm -9.29 mm 284 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.49 cm -7.66 mm -9.3 mm 0 eV 284 keV 80.4 mum 80.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 cm -5.04 mm -8.36 mm 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.32 cm -5.15 mm -8.52 mm 0 eV 69.5 keV 235 mum 235 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.32 cm -5.15 mm -8.52 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.32 cm -5.15 mm -8.53 mm 0 eV 116 keV 20.3 mum 20.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.28 cm -4.71 mm -8.16 mm 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.63 cm -6.45 mm -1.02 cm 679 keV 0 eV 4.34 mm 4.34 mmWAbsorberPhysicalcompt - 2 4.87 cm -1.6 cm -3.27 mm 261 keV 0 eV 2.53 cm 2.97 cmWAbsorberPhysicalcompt - 3 4.86 cm -1.59 cm -3.14 mm 0 eV 69.5 keV 187 mum 2.99 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.86 cm -1.59 cm -3.14 mm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.86 cm -1.59 cm -3.14 mm 0 eV 192 keV 44.5 mum 44.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.87 cm -1.6 cm -3.27 mm 418 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.87 cm -1.6 cm -3.3 mm 62.8 keV 174 keV 91.2 mum 91.2 mumWAbsorberPhysicaleBrem - 2 4.87 cm -1.6 cm -3.3 mm 0 eV 62.8 keV 7.4 mum 98.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.87 cm -1.6 cm -3.3 mm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.87 cm -1.6 cm -3.39 mm 0 eV 69.5 keV 115 mum 115 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.87 cm -1.6 cm -3.39 mm 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.87 cm -1.6 cm -3.4 mm 0 eV 111 keV 18.9 mum 18.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 cm -6.45 mm -1.02 cm 405 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.63 cm -6.49 mm -1.02 cm 48.5 keV 239 keV 110 mum 110 mumWAbsorberPhysicaleBrem - 2 2.63 cm -6.49 mm -1.02 cm 0 eV 48.5 keV 4.86 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 cm -6.49 mm -1.02 cm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.63 cm -6.47 mm -1.01 cm 0 eV 69.5 keV 86.7 mum 86.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.63 cm -6.47 mm -1.01 cm 47.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.63 cm -6.47 mm -1.01 cm 0 eV 47.4 keV 4.68 mum 4.68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.27 cm -4.7 mm -8.14 mm 591 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.27 cm -4.7 mm -8.15 mm 0 eV 591 keV 222 mum 222 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 657 mum -44.8 mum -396 mum 4.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 cm -2.69 mm -7.45 mm 0 eV 0 eV 1.68 cm 1.68 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 79, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 cm -2.69 mm -7.45 mm 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 cm -2.69 mm -7.47 mm 1.18 MeV 54 keV 34.9 mum 34.9 mumWAbsorberPhysicaleBrem - 2 1.58 cm -2.67 mm -7.46 mm 0 eV 1.18 MeV 525 mum 560 mumWAbsorberPhysicaleIoni - 3 1.58 cm -2.67 mm -7.46 mm 0 eV 0 eV 0 fm 560 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 cm -2.67 mm -7.46 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 cm 993 mum -6.74 mm 0 eV 69.5 keV 4.65 mm 4.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 cm 993 mum -6.74 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 cm 1 mm -6.73 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 cm -2.67 mm -7.46 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 cm -6.12 mm -8.14 mm 197 keV 0 eV 4.39 mm 4.39 mmWAbsorberPhysicalcompt - 2 1.32 cm -5.57 mm -7.43 mm 0 eV 69.5 keV 898 mum 5.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 cm -5.57 mm -7.43 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 cm -5.57 mm -7.43 mm 0 eV 127 keV 23.3 mum 23.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 cm -6.12 mm -8.14 mm 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 cm -6.13 mm -8.15 mm 0 eV 314 keV 92.9 mum 92.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 cm -2.69 mm -7.47 mm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 cm -1.94 mm -7.5 mm 0 eV 69.5 keV 823 mum 823 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 cm -1.94 mm -7.5 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 cm -1.94 mm -7.5 mm 0 eV 119 keV 20.9 mum 20.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 cm -2.69 mm -7.45 mm 1.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 cm -2.69 mm -7.48 mm 0 eV 1.63 MeV 745 mum 745 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 327 mum -35.8 mum -195 mum 434 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.26 mm -162 mum -1.17 mm 417 keV 0 eV 2.16 mm 2.16 mmWAbsorberPhysicalcompt - 2 5.2 mm 506 mum -3.49 mm 0 eV 69.5 keV 3.81 mm 5.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.2 mm 506 mum -3.49 mm 348 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.21 mm 504 mum -3.49 mm 0 eV 348 keV 108 mum 108 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.26 mm -162 mum -1.17 mm 16.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.26 mm -162 mum -1.17 mm 0 eV 16.8 keV 866 nm 866 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.22 cm 1.71 cm -6.71 cm 25.8 MeV 0 eV 11.5 cm 11.5 cmCuPlateBPhysicalTransportation - 2 -12.7 cm 2.36 cm -9.24 cm 25.8 MeV 0 eV 4.36 cm 15.9 cmLArgPhysicalTransportation - 3 -15.9 cm 2.95 cm -11.6 cm 25.8 MeV 0 eV 4.01 cm 19.9 cmBackExcluderTransportation - 4 -41.8 cm 7.76 cm -30.4 cm 25.8 MeV 0 eV 32.4 cm 52.3 cmLArgPhysicalTransportation - 5 -1.03 m 19.1 cm -75 cm 25.8 MeV 0 eV 76.6 cm 1.29 mCryostatVolumesTransportation - 6 -1.03 m 19.2 cm -75.1 cm 25.8 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 7 -1.09 m 20.2 cm -79.3 cm 25.8 MeV 0 eV 7.08 cm 1.36 mCryostatVolumesTransportation - 8 -1.09 m 20.3 cm -79.4 cm 25.8 MeV 0 eV 2.53 mm 1.37 mMotherTransportation - 9 -5 m 92.8 cm -3.64 m 25.8 MeV 0 eV 4.89 m 6.25 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -16.7 cm 1.1 cm 33 cm 37.6 MeV 0 eV 37 cm 37 cmF2RodPhysicalTransportation - 2 -16.9 cm 1.12 cm 33.4 cm 37.6 MeV 0 eV 4.32 mm 37.4 cmF2LArGapPhysicalTransportation - 3 -16.9 cm 1.12 cm 33.5 cm 37.6 MeV 0 eV 1.12 mm 37.5 cmCuPlateAPhysicalTransportation - 4 -18 cm 1.19 cm 35.5 cm 37.6 MeV 0 eV 2.26 cm 39.8 cmFCALEnvelopePhysicalTransportation - 5 -19.4 cm 1.28 cm 38.2 cm 37.6 MeV 0 eV 3.08 cm 42.9 cmFCALEmModulePhysicalTransportation - 6 -26.4 cm 1.74 cm 52.1 cm 37.6 MeV 0 eV 15.5 cm 58.4 cmFCALEnvelopePhysicalTransportation - 7 -27.3 cm 1.8 cm 53.9 cm 37.6 MeV 0 eV 2.01 cm 60.4 cmLArgPhysicalTransportation - 8 -57.6 cm 3.8 cm 1.14 m 37.6 MeV 0 eV 67.1 cm 1.28 mCryostatVolumesTransportation - 9 -57.7 cm 3.81 cm 1.14 m 37.6 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 10 -60.9 cm 4.02 cm 1.2 m 37.6 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 11 -61 cm 4.03 cm 1.2 m 37.6 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 12 -71.9 cm 4.75 cm 1.42 m 37.6 MeV 0 eV 24.2 cm 1.59 mIronWallPhysicalTransportation - 13 -92.2 cm 6.09 cm 1.82 m 37.6 MeV 0 eV 44.9 cm 2.04 mMotherTransportation - 14 -5 m 33 cm 9.87 m 37.6 MeV 0 eV 9.03 m 11.1 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=42.7497 -Edep in FCAL1 FCAl2 : 0 42.7497 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2677 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 177 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -479 mum -357 mum -899 mum 34.6 MeV 2.5 MeV 1.09 mm 1.09 mmWAbsorberPhysicaleBrem - 2 -1.54 mm -1.37 mm -1.74 mm 31 MeV 3.43 MeV 1.76 mm 2.85 mmWAbsorberPhysicaleBrem - 3 -1.68 mm -1.55 mm -1.85 mm 27.4 MeV 379 keV 252 mum 3.1 mmWAbsorberPhysicaleBrem - 4 -1.8 mm -1.65 mm -1.95 mm 22.6 MeV 583 keV 182 mum 3.28 mmWAbsorberPhysicaleBrem - 5 -1.82 mm -1.67 mm -1.98 mm 22.2 MeV 57.1 keV 38.6 mum 3.32 mmWAbsorberPhysicaleBrem - 6 -1.83 mm -1.68 mm -1.99 mm 21.8 MeV 47.8 keV 25.2 mum 3.35 mmWAbsorberPhysicaleBrem - 7 -2.11 mm -2.13 mm -2.3 mm 19.6 MeV 1.35 MeV 622 mum 3.97 mmWAbsorberPhysicaleBrem - 8 -2.27 mm -2.52 mm -2.71 mm 12.2 MeV 1.1 MeV 582 mum 4.55 mmWAbsorberPhysicaleBrem - 9 -2.4 mm -2.61 mm -2.85 mm 11.2 MeV 596 keV 218 mum 4.77 mmWAbsorberPhysicaleBrem - 10 -2.59 mm -2.57 mm -4.36 mm 5.91 MeV 4.78 MeV 1.78 mm 6.55 mmWAbsorberPhysicaleBrem - 11 -4 mm -3.03 mm -4.17 mm 1.6 MeV 4.11 MeV 1.61 mm 8.16 mmWAbsorberPhysicaleBrem - 12 -3.92 mm -3.1 mm -4.17 mm 0 eV 1.6 MeV 585 mum 8.75 mmWAbsorberPhysicaleBrem - 13 -3.92 mm -3.1 mm -4.17 mm 0 eV 0 eV 0 fm 8.75 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.92 mm -3.1 mm -4.17 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.56 mm -4.37 mm -5.24 mm 0 eV 69.5 keV 2.34 mm 2.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.56 mm -4.37 mm -5.24 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.56 mm -4.38 mm -5.25 mm 0 eV 441 keV 149 mum 149 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.92 mm -3.1 mm -4.17 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 mm -1.83 mm -3.09 mm 481 keV 0 eV 2.34 mm 2.34 mmWAbsorberPhysicalcompt - 2 -390 mum 171 mum -161 mum 0 eV 69.5 keV 4.02 mm 6.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -390 mum 171 mum -161 mum 411 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -388 mum 168 mum -151 mum 0 eV 411 keV 136 mum 136 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 mm -1.83 mm -3.09 mm 30.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 mm -1.83 mm -3.09 mm 0 eV 30.4 keV 2.25 mum 2.25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4 mm -3.03 mm -4.17 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.62 mm -3.03 mm -3.78 mm 0 eV 69.5 keV 555 mum 555 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.62 mm -3.03 mm -3.78 mm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.62 mm -3.03 mm -3.77 mm 0 eV 125 keV 22.7 mum 22.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.59 mm -2.57 mm -4.36 mm 541 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.53 mm -5.09 mm -7.4 mm 381 keV 0 eV 4.4 mm 4.4 mmWAbsorberPhysicalcompt - 2 -5.02 mm -6.27 mm -7.24 mm 212 keV 0 eV 1.29 mm 5.69 mmWAbsorberPhysicalcompt - 3 -6.1 mm -5.74 mm -7.27 mm 0 eV 69.5 keV 1.2 mm 6.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.1 mm -5.74 mm -7.27 mm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.1 mm -5.74 mm -7.27 mm 0 eV 142 keV 27.9 mum 27.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.02 mm -6.27 mm -7.24 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.02 mm -6.28 mm -7.24 mm 0 eV 170 keV 36.8 mum 36.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.53 mm -5.09 mm -7.4 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.54 mm -5.09 mm -7.4 mm 0 eV 160 keV 33.4 mum 33.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.4 mm -2.61 mm -2.85 mm 352 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm -2.87 mm -3.08 mm 342 keV 0 eV 377 mum 377 mumWAbsorberPhysicalcompt - 2 -2.74 mm -3.21 mm -3.23 mm 216 keV 0 eV 414 mum 790 mumWAbsorberPhysicalcompt - 3 -2.7 mm -3.14 mm -3.53 mm 0 eV 69.5 keV 306 mum 1.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.7 mm -3.14 mm -3.53 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.7 mm -3.14 mm -3.53 mm 0 eV 147 keV 29.3 mum 29.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.74 mm -3.21 mm -3.23 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.74 mm -3.21 mm -3.23 mm 0 eV 126 keV 22.8 mum 22.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm -2.87 mm -3.08 mm 9.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm -2.87 mm -3.08 mm 0 eV 9.8 keV 375 nm 375 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 mm -2.52 mm -2.71 mm 6.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -1.57 cm -1.32 cm 0 eV 0 eV 1.9 cm 1.9 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 29, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -1.57 cm -1.32 cm 4.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm -1.58 cm -1.33 cm 3.59 MeV 287 keV 160 mum 160 mumWAbsorberPhysicaleBrem - 2 -1.09 cm -1.59 cm -1.36 cm 2.86 MeV 621 keV 318 mum 477 mumWAbsorberPhysicaleBrem - 3 -1.1 cm -1.59 cm -1.37 cm 1.29 MeV 185 keV 128 mum 605 mumWAbsorberPhysicaleBrem - 4 -1.1 cm -1.6 cm -1.37 cm 0 eV 1.29 MeV 583 mum 1.19 mmWAbsorberPhysicaleIoni - 5 -1.1 cm -1.6 cm -1.37 cm 0 eV 0 eV 0 fm 1.19 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -1.6 cm -1.37 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.24 mm -1.45 cm -1.47 cm 479 keV 0 eV 5.09 mm 5.09 mmWAbsorberPhysicalcompt - 2 -2.92 mm -1.45 cm -1.46 cm 204 keV 0 eV 3.33 mm 8.41 mmWAbsorberPhysicalcompt - 3 -2.98 mm -1.46 cm -1.45 cm 0 eV 69.5 keV 140 mum 8.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.98 mm -1.46 cm -1.45 cm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.98 mm -1.46 cm -1.45 cm 0 eV 135 keV 25.6 mum 25.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.92 mm -1.45 cm -1.46 cm 274 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.91 mm -1.45 cm -1.46 cm 0 eV 274 keV 76.4 mum 76.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.24 mm -1.45 cm -1.47 cm 32.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.24 mm -1.45 cm -1.47 cm 0 eV 32.2 keV 2.48 mum 2.48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -1.6 cm -1.37 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -1.61 cm -1.36 cm 0 eV 69.5 keV 349 mum 349 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm -1.61 cm -1.36 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm -1.61 cm -1.36 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -1.59 cm -1.37 cm 1.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm -2.45 cm -2.67 cm 323 keV 0 eV 1.65 cm 1.65 cmWAbsorberPhysicalcompt - 2 -1.71 cm -2.35 cm -2.68 cm 0 eV 69.5 keV 1.21 mm 1.77 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm -2.35 cm -2.68 cm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm -2.35 cm -2.68 cm 56.6 keV 38.7 keV 21.5 mum 21.5 mumWAbsorberPhysicaleBrem - 2 -1.71 cm -2.35 cm -2.68 cm 0 eV 56.6 keV 6.29 mum 27.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm -2.35 cm -2.68 cm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm -2.33 cm -2.67 cm 0 eV 69.5 keV 157 mum 157 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.71 cm -2.33 cm -2.67 cm 88.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.71 cm -2.33 cm -2.67 cm 0 eV 88.4 keV 13 mum 13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 cm -2.45 cm -2.67 cm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm -2.46 cm -2.67 cm 445 keV 395 keV 248 mum 248 mumWAbsorberPhysicaleBrem - 2 -1.64 cm -2.46 cm -2.67 cm 0 eV 445 keV 152 mum 400 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 cm -2.46 cm -2.67 cm 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm -2.43 cm -2.67 cm 0 eV 69.5 keV 303 mum 303 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 cm -2.43 cm -2.67 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 cm -2.43 cm -2.67 cm 0 eV 155 keV 31.8 mum 31.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -1.59 cm -1.36 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm -1.62 cm -1.39 cm 0 eV 69.5 keV 419 mum 419 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -1.62 cm -1.39 cm 40 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm -1.62 cm -1.39 cm 0 eV 40 keV 3.52 mum 3.52 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -1.58 cm -1.33 cm 488 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 cm -1.74 cm -1.73 cm 0 eV 69.5 keV 4.8 mm 4.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm -1.74 cm -1.73 cm 419 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm -1.73 cm -1.73 cm 89.1 keV 198 keV 98.7 mum 98.7 mumWAbsorberPhysicaleBrem - 2 -1.33 cm -1.73 cm -1.73 cm 0 eV 89.1 keV 13.2 mum 112 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm -1.73 cm -1.73 cm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 cm -1.72 cm -1.72 cm 0 eV 69.5 keV 165 mum 165 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.32 cm -1.72 cm -1.72 cm 61.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.32 cm -1.72 cm -1.72 cm 0 eV 61.6 keV 7.18 mum 7.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -1.57 cm -1.32 cm 965 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -1.57 cm -1.32 cm 0 eV 965 keV 410 mum 410 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.11 mm -2.13 mm -2.3 mm 848 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.32 mm -3.87 mm -5.02 mm 199 keV 0 eV 3.45 mm 3.45 mmWAbsorberPhysicalcompt - 2 -3.25 mm -3.74 mm -4.91 mm 0 eV 69.5 keV 188 mum 3.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.25 mm -3.74 mm -4.91 mm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.25 mm -3.74 mm -4.91 mm 0 eV 130 keV 24.1 mum 24.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.32 mm -3.87 mm -5.02 mm 648 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.33 mm -3.88 mm -5.04 mm 0 eV 648 keV 250 mum 250 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 mm -1.68 mm -1.99 mm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.06 mm -1.97 mm -2.32 mm 0 eV 69.5 keV 498 mum 498 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.06 mm -1.97 mm -2.32 mm 269 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 mm -1.97 mm -2.32 mm 0 eV 269 keV 74.3 mum 74.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.82 mm -1.67 mm -1.98 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.95 mm -1.83 mm -2.13 mm 0 eV 69.5 keV 254 mum 254 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.95 mm -1.83 mm -2.13 mm 217 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.95 mm -1.83 mm -2.13 mm 0 eV 217 keV 53.9 mum 53.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 mm -1.65 mm -1.95 mm 4.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.47 mm -8.94 mm -8.81 mm 2.93 MeV 0 eV 1.15 cm 1.15 cmWAbsorberPhysicalcompt - 2 -1.03 cm -2.04 cm -1.74 cm 0 eV 0 eV 1.46 cm 2.61 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 55, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm -2.04 cm -1.74 cm 613 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm -2.04 cm -1.74 cm 0 eV 613 keV 232 mum 232 mumWAbsorberPhysicaleIoni - 2 -1.03 cm -2.04 cm -1.74 cm 0 eV 0 eV 0 fm 232 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm -2.04 cm -1.74 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm -2.1 cm -2 cm 0 eV 69.5 keV 2.74 mm 2.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 cm -2.1 cm -2 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm -2.1 cm -2 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm -2.04 cm -1.74 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -1.76 cm -5.95 mm 0 eV 69.5 keV 1.18 cm 1.18 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -1.76 cm -5.95 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -1.76 cm -5.94 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm -2.04 cm -1.74 cm 1.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm -2.04 cm -1.74 cm 0 eV 1.3 MeV 579 mum 579 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.47 mm -8.94 mm -8.81 mm 1.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.52 mm -8.96 mm -8.84 mm 0 eV 1.37 MeV 615 mum 615 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 mm -1.55 mm -1.85 mm 3.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.89 cm -2.68 cm -2.86 cm 489 keV 0 eV 4.58 cm 4.58 cmWAbsorberPhysicalcompt - 2 -2.94 cm -2.37 cm -3.2 cm 335 keV 0 eV 4.7 mm 5.05 cmWAbsorberPhysicalcompt - 3 -2.92 cm -2.39 cm -3.29 cm 320 keV 0 eV 892 mum 5.14 cmWAbsorberPhysicalcompt - 4 -2.57 cm -2.35 cm -3.96 cm 203 keV 0 eV 7.63 mm 5.9 cmWAbsorberPhysicalcompt - 5 -2.65 cm -2.43 cm -4.02 cm 0 eV 69.5 keV 1.3 mm 6.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.65 cm -2.43 cm -4.02 cm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 cm -2.43 cm -4.02 cm 0 eV 133 keV 25.2 mum 25.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.57 cm -2.35 cm -3.96 cm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.57 cm -2.35 cm -3.96 cm 0 eV 117 keV 20.5 mum 20.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.92 cm -2.39 cm -3.29 cm 15.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.92 cm -2.39 cm -3.29 cm 0 eV 15.2 keV 741 nm 741 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.94 cm -2.37 cm -3.2 cm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.94 cm -2.36 cm -3.2 cm 0 eV 154 keV 31.5 mum 31.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.89 cm -2.68 cm -2.86 cm 2.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.93 cm -2.65 cm -2.9 cm 601 keV 1.88 MeV 1.03 mm 1.03 mmWAbsorberPhysicaleBrem - 2 -2.93 cm -2.64 cm -2.9 cm 0 eV 601 keV 227 mum 1.26 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.93 cm -2.65 cm -2.9 cm 234 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.93 cm -2.65 cm -2.9 cm 0 eV 69.5 keV 3.4 mum 3.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.93 cm -2.65 cm -2.9 cm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.93 cm -2.65 cm -2.9 cm 0 eV 165 keV 35.1 mum 35.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 mm -1.37 mm -1.74 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 mm -1.59 mm -1.91 mm 134 keV 0 eV 333 mum 333 mumWAbsorberPhysicalcompt - 2 -1.69 mm -1.54 mm -2.34 mm 0 eV 69.5 keV 439 mum 771 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 mm -1.54 mm -2.34 mm 64.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 mm -1.54 mm -2.34 mm 0 eV 64.1 keV 7.67 mum 7.67 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 mm -1.59 mm -1.91 mm 26.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.73 mm -1.59 mm -1.91 mm 0 eV 26.5 keV 1.81 mum 1.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -479 mum -357 mum -899 mum 461 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -941 mum -860 mum -1.51 mm 0 eV 69.5 keV 919 mum 919 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -941 mum -860 mum -1.51 mm 392 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -950 mum -862 mum -1.52 mm 0 eV 392 keV 127 mum 127 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 10 cm 16.5 cm 13.5 cm 49.8 MeV 0 eV 23.5 cm 23.5 cmF2TroffMainPhysicalTransportation - 2 10.6 cm 17.4 cm 14.2 cm 49.8 MeV 0 eV 1.32 cm 24.9 cmLArgPhysicalTransportation - 3 59.1 cm 97.5 cm 79.6 cm 49.8 MeV 0 eV 1.14 m 1.39 mCryostatVolumesTransportation - 4 76.2 cm 1.26 m 1.03 m 49.8 MeV 0 eV 40.1 cm 1.79 mInsulationPhysicalTransportation - 5 80.4 cm 1.33 m 1.08 m 49.8 MeV 0 eV 9.82 cm 1.89 mCryostatVolumesTransportation - 6 80.5 cm 1.33 m 1.08 m 49.8 MeV 0 eV 3.51 mm 1.89 mMotherTransportation - 7 3.03 m 5 m 4.08 m 49.8 MeV 0 eV 5.24 m 7.13 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 17.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.15 cm -20.5 cm 3.39 mm 17.7 MeV 0 eV 20.9 cm 20.9 cmFCALEnvelopePhysicalTransportation - 2 -4.62 cm -22.7 cm 3.76 mm 17.7 MeV 0 eV 2.34 cm 23.2 cmLArgPhysicalTransportation - 3 -19.8 cm -97.5 cm 1.61 cm 17.7 MeV 0 eV 76.3 cm 99.5 cmMotherTransportation - 4 -1.02 m -5 m 8.28 cm 17.7 MeV 0 eV 4.11 m 5.1 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=38.6018 -Edep in FCAL1 FCAl2 : 0 38.6018 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2678 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 178 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -33.8 mum 464 mum 243 mum 28.4 MeV 1.21 MeV 527 mum 527 mumWAbsorberPhysicaleBrem - 2 -141 mum 1.03 mm 1.13 mm 24.2 MeV 2.02 MeV 1.05 mm 1.58 mmWAbsorberPhysicaleBrem - 3 -137 mum 1.63 mm 1.47 mm 22.6 MeV 1.43 MeV 697 mum 2.28 mmWAbsorberPhysicaleBrem - 4 -169 mum 1.44 mm 3 mm 16.5 MeV 3.39 MeV 1.52 mm 3.8 mmWAbsorberPhysicaleBrem - 5 -214 mum 1.48 mm 3.2 mm 14.3 MeV 417 keV 206 mum 4 mmWAbsorberPhysicaleBrem - 6 -223 mum 1.48 mm 3.27 mm 12.8 MeV 97.1 keV 66.3 mum 4.07 mmWAbsorberPhysicaleBrem - 7 -186 mum 1.3 mm 3.67 mm 6.39 MeV 1.19 MeV 449 mum 4.52 mmWAbsorberPhysicaleBrem - 8 382 mum 2.98 mm 4.19 mm 2.36 MeV 4.03 MeV 1.97 mm 6.48 mmWAbsorberPhysicaleIoni - 9 327 mum 2.75 mm 4.04 mm 1.65 MeV 508 keV 339 mum 6.82 mmWAbsorberPhysicaleBrem - 10 284 mum 2.65 mm 4.08 mm 0 eV 1.65 MeV 770 mum 7.59 mmWAbsorberPhysicaleIoni - 11 284 mum 2.65 mm 4.08 mm 0 eV 0 eV 0 fm 7.59 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 284 mum 2.65 mm 4.08 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.33 mm 1.96 cm 1.08 cm 0 eV 69.5 keV 1.83 cm 1.83 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.33 mm 1.96 cm 1.08 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.34 mm 1.96 cm 1.08 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 284 mum 2.65 mm 4.08 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 mm -9.02 mm -572 mum 187 keV 0 eV 1.26 cm 1.26 cmWAbsorberPhysicalcompt - 2 -1.13 mm -9.01 mm -570 mum 185 keV 0 eV 5.56 mum 1.27 cmWAbsorberPhysicalcompt - 3 -1.41 mm -8.49 mm -227 mum 0 eV 69.5 keV 682 mum 1.33 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 mm -8.49 mm -227 mum 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 mm -8.49 mm -226 mum 0 eV 116 keV 20.1 mum 20.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 mm -9.01 mm -570 mum 1.66 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 mm -9.01 mm -570 mum 0 eV 1.66 keV 30.5 nm 30.5 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 mm -9.02 mm -572 mum 324 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 mm -9.03 mm -575 mum 0 eV 324 keV 97.1 mum 97.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 327 mum 2.75 mm 4.04 mm 202 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -164 mum 2.52 mm 4.5 mm 0 eV 69.5 keV 713 mum 713 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -164 mum 2.52 mm 4.5 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -166 mum 2.51 mm 4.5 mm 0 eV 133 keV 25.1 mum 25.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -186 mum 1.3 mm 3.67 mm 5.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.6 mm 2.26 mm 2.04 cm 4.37 MeV 0 eV 1.81 cm 1.81 cmWAbsorberPhysicalcompt - 2 7.97 mm 3.02 mm 2.72 cm 491 keV 0 eV 7.01 mm 2.51 cmWAbsorberPhysicalcompt - 3 8.34 mm 8.11 mm 2.7 cm 350 keV 0 eV 5.11 mm 3.02 cmWAbsorberPhysicalcompt - 4 1.05 cm 1.01 cm 2.44 cm 348 keV 0 eV 3.95 mm 3.42 cmWAbsorberPhysicalcompt - 5 1.07 cm 1.03 cm 2.42 cm 168 keV 0 eV 326 mum 3.45 cmWAbsorberPhysicalcompt - 6 1.08 cm 1.03 cm 2.48 cm 0 eV 69.5 keV 642 mum 3.51 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm 1.03 cm 2.48 cm 98.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm 1.03 cm 2.48 cm 0 eV 98.2 keV 15.4 mum 15.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm 1.03 cm 2.42 cm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm 1.03 cm 2.42 cm 0 eV 181 keV 40.5 mum 40.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 cm 1.01 cm 2.44 cm 1.35 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 cm 1.01 cm 2.44 cm 0 eV 1.35 keV 22.8 nm 22.8 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.34 mm 8.11 mm 2.7 cm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.34 mm 8.11 mm 2.7 cm 0 eV 142 keV 27.7 mum 27.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.97 mm 3.02 mm 2.72 cm 3.88 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.2 mm 3.7 mm 2.77 cm 1.36 MeV 2.52 MeV 1.53 mm 1.53 mmWAbsorberPhysicaleIoni - 2 7.15 mm 3.68 mm 2.77 cm 0 eV 1.36 MeV 610 mum 2.14 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.6 mm 2.26 mm 2.04 cm 841 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.63 mm 2.26 mm 2.04 cm 0 eV 841 keV 347 mum 347 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -223 mum 1.48 mm 3.27 mm 1.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 27.2 mum 1.19 mm 4.81 mm 238 keV 0 eV 1.59 mm 1.59 mmWAbsorberPhysicalcompt - 2 495 mum 1.94 mm 3.8 mm 210 keV 0 eV 1.34 mm 2.93 mmWAbsorberPhysicalcompt - 3 329 mum 2.89 mm 3.44 mm 0 eV 69.5 keV 1.03 mm 3.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 329 mum 2.89 mm 3.44 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 329 mum 2.9 mm 3.44 mm 0 eV 141 keV 27.4 mum 27.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 495 mum 1.94 mm 3.8 mm 27.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 495 mum 1.94 mm 3.8 mm 0 eV 27.6 keV 1.94 mum 1.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 27.2 mum 1.19 mm 4.81 mm 1.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 31.2 mum 1.18 mm 4.86 mm 0 eV 1.14 MeV 498 mum 498 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -214 mum 1.48 mm 3.2 mm 1.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -742 mum 1.21 mm 6.73 mm 1.13 MeV 0 eV 3.57 mm 3.57 mmWAbsorberPhysicalcompt - 2 4.91 mm 2.96 mm 1.97 cm 0 eV 69.5 keV 1.43 cm 1.78 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.91 mm 2.96 mm 1.97 cm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.93 mm 2.98 mm 1.97 cm 0 eV 1.06 MeV 458 mum 458 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -742 mum 1.21 mm 6.73 mm 683 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -757 mum 1.2 mm 6.74 mm 0 eV 683 keV 268 mum 268 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -169 mum 1.44 mm 3 mm 2.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.72 mm 2.07 mm 2.53 cm 1.37 MeV 0 eV 2.3 cm 2.3 cmWAbsorberPhysicalcompt - 2 -6.25 mm 239 mum 2.8 cm 296 keV 0 eV 3.31 mm 2.63 cmWAbsorberPhysicalcompt - 3 -5.63 mm 521 mum 2.8 cm 186 keV 0 eV 689 mum 2.7 cmWAbsorberPhysicalcompt - 4 -5.14 mm -606 mum 2.8 cm 0 eV 69.5 keV 1.23 mm 2.82 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.14 mm -606 mum 2.8 cm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.14 mm -608 mum 2.8 cm 0 eV 117 keV 20.3 mum 20.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.63 mm 521 mum 2.8 cm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.62 mm 522 mum 2.8 cm 0 eV 110 keV 18.5 mum 18.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.25 mm 239 mum 2.8 cm 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.27 mm 214 mum 2.81 cm 0 eV 1.07 MeV 463 mum 463 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.72 mm 2.07 mm 2.53 cm 1.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.71 mm 2.07 mm 2.54 cm 1.1 MeV 61.4 keV 46.6 mum 46.6 mumWAbsorberPhysicaleBrem - 2 -5.7 mm 2.07 mm 2.54 cm 0 eV 1.1 MeV 480 mum 527 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.71 mm 2.07 mm 2.54 cm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.65 mm 2.12 mm 2.55 cm 0 eV 69.5 keV 198 mum 198 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.65 mm 2.12 mm 2.55 cm 79.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.65 mm 2.12 mm 2.55 cm 0 eV 79.4 keV 10.9 mum 10.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -137 mum 1.63 mm 1.47 mm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -713 mum 1.29 mm 4.33 mm 0 eV 69.5 keV 2.94 mm 2.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -713 mum 1.29 mm 4.33 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -711 mum 1.29 mm 4.33 mm 0 eV 174 keV 38.4 mum 38.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -141 mum 1.03 mm 1.13 mm 2.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.11 mm 2.18 cm 1.19 cm 1.77 MeV 0 eV 2.37 cm 2.37 cmWAbsorberPhysicalcompt - 2 -7.85 mm 2.81 cm 1.61 cm 273 keV 0 eV 8.47 mm 3.22 cmWAbsorberPhysicalcompt - 3 -8.2 mm 2.76 cm 1.45 cm 0 eV 69.5 keV 1.69 mm 3.39 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.2 mm 2.76 cm 1.45 cm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.21 mm 2.76 cm 1.45 cm 0 eV 203 keV 48.6 mum 48.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.85 mm 2.81 cm 1.61 cm 1.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.88 mm 2.81 cm 1.61 cm 0 eV 1.49 MeV 679 mum 679 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.11 mm 2.18 cm 1.19 cm 340 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.11 mm 2.18 cm 1.19 cm 122 keV 78.5 keV 32.9 mum 32.9 mumWAbsorberPhysicaleBrem - 2 -4.11 mm 2.18 cm 1.19 cm 0 eV 122 keV 21.9 mum 54.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.11 mm 2.18 cm 1.19 cm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.1 mm 2.18 cm 1.19 cm 0 eV 69.5 keV 14.6 mum 14.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.1 mm 2.18 cm 1.19 cm 69.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.1 mm 2.18 cm 1.19 cm 0 eV 69.4 keV 8.78 mum 8.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -33.8 mum 464 mum 243 mum 5.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 mm 9.58 mm 9.88 mm 4.58 MeV 0 eV 1.33 cm 1.33 cmWAbsorberPhysicalcompt - 2 -1.46 mm 1.07 cm 1.16 cm 0 eV 0 eV 2.07 mm 1.54 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 45, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 mm 1.07 cm 1.16 cm 1.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 mm 1.07 cm 1.17 cm 0 eV 1.42 MeV 649 mum 649 mumWAbsorberPhysicaleIoni - 2 -1.46 mm 1.07 cm 1.17 cm 0 eV 0 eV 0 fm 649 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 mm 1.07 cm 1.17 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.54 mm 9.56 mm 1.25 cm 328 keV 0 eV 5.2 mm 5.2 mmWAbsorberPhysicalcompt - 2 4.7 mm 1.06 cm 1.18 cm 0 eV 69.5 keV 1.72 mm 6.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.7 mm 1.06 cm 1.18 cm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.7 mm 1.06 cm 1.18 cm 0 eV 258 keV 69.7 mum 69.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.54 mm 9.56 mm 1.25 cm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.54 mm 9.56 mm 1.25 cm 0 eV 183 keV 41.5 mum 41.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 mm 1.07 cm 1.17 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.11 mm 1.09 cm 1.16 cm 437 keV 0 eV 676 mum 676 mumWAbsorberPhysicalcompt - 2 -9.04 mm 1.17 cm 1.47 cm 281 keV 0 eV 7.64 mm 8.32 mmWAbsorberPhysicalcompt - 3 -9.08 mm 1.12 cm 1.56 cm 0 eV 69.5 keV 1.03 mm 9.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.08 mm 1.12 cm 1.56 cm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.09 mm 1.12 cm 1.56 cm 0 eV 212 keV 51.7 mum 51.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.04 mm 1.17 cm 1.47 cm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.04 mm 1.17 cm 1.47 cm 0 eV 156 keV 32 mum 32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.11 mm 1.09 cm 1.16 cm 74.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.11 mm 1.09 cm 1.16 cm 0 eV 74.4 keV 9.83 mum 9.83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 mm 1.07 cm 1.16 cm 2.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 mm 1.07 cm 1.17 cm 0 eV 2.14 MeV 1 mm 1 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 mm 9.58 mm 9.88 mm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 mm 9.62 mm 9.88 mm 0 eV 1.06 MeV 459 mum 459 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 cm -2.55 cm -6.5 cm 43.2 MeV 0 eV 7.19 cm 7.19 cmF2RodPhysicalTransportation - 2 -1.79 cm -2.63 cm -6.71 cm 43.2 MeV 0 eV 2.37 mm 7.43 cmF2LArGapPhysicalTransportation - 3 -1.82 cm -2.67 cm -6.81 cm 43.2 MeV 0 eV 1.08 mm 7.54 cmCuPlateBPhysicalTransportation - 4 -2.39 cm -3.51 cm -8.95 cm 43.2 MeV 0 eV 2.37 cm 9.91 cmLArgPhysicalTransportation - 5 -3.09 cm -4.54 cm -11.6 cm 43.2 MeV 0 eV 2.91 cm 12.8 cmBackExcluderTransportation - 6 -31 cm -45.5 cm -1.16 m 43.2 MeV 0 eV 1.16 m 1.29 mLArgPhysicalTransportation - 7 -32.9 cm -48.2 cm -1.23 m 43.2 MeV 0 eV 7.64 cm 1.36 mCryostatVolumesTransportation - 8 -33 cm -48.3 cm -1.23 m 43.2 MeV 0 eV 3.21 mm 1.37 mInsulationPhysicalTransportation - 9 -34.8 cm -51 cm -1.3 m 43.2 MeV 0 eV 7.48 cm 1.44 mCryostatVolumesTransportation - 10 -34.8 cm -51.1 cm -1.3 m 43.2 MeV 0 eV 2.67 mm 1.44 mMotherTransportation - 11 -78.8 cm -1.16 m -2.95 m 43.2 MeV 0 eV 1.82 m 3.26 mConcWallAPhysicalTransportation - 12 -81.8 cm -1.2 m -3.06 m 43.2 MeV 0 eV 12.6 cm 3.39 mMotherTransportation - 13 -3.41 m -5 m -12.8 m 43.2 MeV 0 eV 10.7 m 14.1 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 26.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 12.1 cm -14.1 cm 18.8 cm 26.8 MeV 0 eV 26.5 cm 26.5 cmLArgPhysicalTransportation - 2 69 cm -80.4 cm 1.07 m 26.8 MeV 0 eV 1.24 m 1.51 mCryostatVolumesTransportation - 3 69.2 cm -80.6 cm 1.07 m 26.8 MeV 0 eV 3.55 mm 1.51 mInsulationPhysicalTransportation - 4 73 cm -85 cm 1.13 m 26.8 MeV 0 eV 8.28 cm 1.59 mCryostatVolumesTransportation - 5 73.1 cm -85.2 cm 1.13 m 26.8 MeV 0 eV 2.96 mm 1.6 mMotherTransportation - 6 4.29 m -5 m 6.66 m 26.8 MeV 0 eV 7.77 m 9.37 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=36.2333 -Edep in FCAL1 FCAl2 : 0 36.2333 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2679 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 179 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -34.4 mum -71.5 mum 158 mum 34.6 MeV 433 keV 177 mum 177 mumWAbsorberPhysicaleBrem - 2 -56.7 mum -150 mum 309 mum 32 MeV 270 keV 172 mum 349 mumWAbsorberPhysicaleBrem - 3 -53.7 mum -224 mum 432 mum 26.1 MeV 256 keV 144 mum 493 mumWAbsorberPhysicaleBrem - 4 -54.2 mum -235 mum 453 mum 19.8 MeV 35.1 keV 23.6 mum 516 mumWAbsorberPhysicaleIoni - 5 -90.5 mum -453 mum 766 mum 18.5 MeV 726 keV 387 mum 903 mumWAbsorberPhysicaleBrem - 6 -74.4 mum -556 mum 987 mum 13.8 MeV 1.15 MeV 246 mum 1.15 mmWAbsorberPhysicaleBrem - 7 1.03 mm -1.97 mm 2.59 mm 8.76 MeV 4.92 MeV 2.25 mm 3.4 mmWAbsorberPhysicaleBrem - 8 2.68 mm -1.46 mm 4.5 mm 4.78 MeV 3.99 MeV 2.26 mm 5.66 mmWAbsorberPhysicaleIoni - 9 2.53 mm -1.68 mm 4.22 mm 2.12 MeV 762 keV 435 mum 6.09 mmWAbsorberPhysicaleBrem - 10 2.41 mm -1.75 mm 4.13 mm 0 eV 2.12 MeV 1.01 mm 7.1 mmWAbsorberPhysicaleIoni - 11 2.41 mm -1.75 mm 4.13 mm 0 eV 0 eV 0 fm 7.1 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.41 mm -1.75 mm 4.13 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.68 mm -975 mum 4.28 mm 209 keV 0 eV 1.49 mm 1.49 mmWAbsorberPhysicalcompt - 2 3.59 mm -1.06 mm 3.97 mm 0 eV 69.5 keV 338 mum 1.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.59 mm -1.06 mm 3.97 mm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.59 mm -1.06 mm 3.96 mm 0 eV 139 keV 27.1 mum 27.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.68 mm -975 mum 4.28 mm 302 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.68 mm -978 mum 4.3 mm 98.2 keV 84.1 keV 27.6 mum 27.6 mumWAbsorberPhysicaleBrem - 2 3.68 mm -979 mum 4.3 mm 0 eV 98.2 keV 15.4 mum 42.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.68 mm -978 mum 4.3 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.22 mm -1.01 mm 4.63 mm 0 eV 69.5 keV 570 mum 570 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.22 mm -1.01 mm 4.63 mm 50.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.22 mm -1.01 mm 4.63 mm 0 eV 50.2 keV 5.12 mum 5.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.41 mm -1.75 mm 4.13 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -409 mum -3.5 mm 3.8 mm 378 keV 0 eV 3.33 mm 3.33 mmWAbsorberPhysicalcompt - 2 -888 mum -3.45 mm 4.06 mm 305 keV 0 eV 549 mum 3.88 mmWAbsorberPhysicalcompt - 3 -1.64 mm -2.26 mm 6.63 mm 0 eV 69.5 keV 2.93 mm 6.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm -2.26 mm 6.63 mm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm -2.26 mm 6.63 mm 0 eV 236 keV 60.9 mum 60.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -888 mum -3.45 mm 4.06 mm 72.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -888 mum -3.45 mm 4.06 mm 0 eV 72.4 keV 9.4 mum 9.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -409 mum -3.5 mm 3.8 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -409 mum -3.5 mm 3.8 mm 0 eV 133 keV 25.2 mum 25.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.53 mm -1.68 mm 4.22 mm 1.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 mm -2.22 mm 3.76 mm 530 keV 0 eV 977 mum 977 mumWAbsorberPhysicalcompt - 2 965 mum -951 mum 1.99 mm 310 keV 0 eV 2.36 mm 3.34 mmWAbsorberPhysicalcompt - 3 -1.34 mm -1.41 mm 1.84 mm 285 keV 0 eV 2.35 mm 5.69 mmWAbsorberPhysicalcompt - 4 -1.81 mm -1.7 mm 2.05 mm 151 keV 0 eV 599 mum 6.29 mmWAbsorberPhysicalcompt - 5 -1.48 mm -1.62 mm 2.26 mm 0 eV 69.5 keV 406 mum 6.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm -1.62 mm 2.26 mm 81.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 mm -1.62 mm 2.26 mm 0 eV 81.7 keV 11.4 mum 11.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 mm -1.7 mm 2.05 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.82 mm -1.7 mm 2.05 mm 0 eV 134 keV 25.2 mum 25.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 mm -1.41 mm 1.84 mm 24.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 mm -1.41 mm 1.84 mm 0 eV 24.8 keV 1.61 mum 1.61 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 965 mum -951 mum 1.99 mm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 966 mum -948 mum 1.98 mm 0 eV 221 keV 55.1 mum 55.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 mm -2.22 mm 3.76 mm 1.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 mm -2.11 mm 3.72 mm 499 keV 748 keV 434 mum 434 mumWAbsorberPhysicaleBrem - 2 1.65 mm -2.13 mm 3.71 mm 0 eV 499 keV 177 mum 611 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 mm -2.11 mm 3.72 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm -2.01 mm 3.77 mm 0 eV 69.5 keV 116 mum 116 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 mm -2.01 mm 3.77 mm 49.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 mm -2.01 mm 3.77 mm 0 eV 49.6 keV 5.03 mum 5.03 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 mm -1.97 mm 2.59 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm -2.21 mm 2.84 mm 0 eV 69.5 keV 371 mum 371 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 mm -2.21 mm 2.84 mm 48.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.17 mm -2.21 mm 2.84 mm 0 eV 48.2 keV 4.81 mum 4.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -74.4 mum -556 mum 987 mum 3.53 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm -8.62 mm 1.12 cm 0 eV 0 eV 1.31 cm 1.31 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 31, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm -8.62 mm 1.12 cm 1.36 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.93 mm -8.69 mm 1.12 cm 0 eV 1.36 MeV 621 mum 621 mumWAbsorberPhysicaleIoni - 2 -1.93 mm -8.69 mm 1.12 cm 0 eV 0 eV 0 fm 621 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm -8.69 mm 1.12 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.49 mm -9.83 mm 1.11 cm 0 eV 69.5 keV 1.28 mm 1.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.49 mm -9.83 mm 1.11 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.49 mm -9.84 mm 1.11 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm -8.69 mm 1.12 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 mm -7.21 mm 1.13 cm 356 keV 0 eV 1.64 mm 1.64 mmWAbsorberPhysicalcompt - 2 -1.65 mm -6.36 mm 1.11 cm 0 eV 69.5 keV 985 mum 2.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 mm -6.36 mm 1.11 cm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.64 mm -6.36 mm 1.11 cm 0 eV 287 keV 81.4 mum 81.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 mm -7.21 mm 1.13 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 mm -7.21 mm 1.13 cm 0 eV 155 keV 31.8 mum 31.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm -8.62 mm 1.12 cm 1.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 mm -8.64 mm 1.12 cm 0 eV 1.14 MeV 500 mum 500 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -90.5 mum -453 mum 766 mum 606 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -182 mum -2.27 mm 3.86 mm 0 eV 69.5 keV 3.59 mm 3.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -182 mum -2.27 mm 3.86 mm 537 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -175 mum -2.27 mm 3.87 mm 0 eV 537 keV 196 mum 196 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -54.2 mum -235 mum 453 mum 6.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -48 mum -296 mum 602 mum 5.92 MeV 244 keV 164 mum 164 mumWAbsorberPhysicaleBrem - 2 75.8 mum -412 mum 906 mum 3.86 MeV 731 keV 447 mum 611 mumWAbsorberPhysicaleBrem - 3 75.6 mum -428 mum 915 mum 2.66 MeV 25.1 keV 18.3 mum 630 mumWAbsorberPhysicaleBrem - 4 -238 mum -678 mum 742 mum 1.46 MeV 1.07 MeV 616 mum 1.25 mmWAbsorberPhysicaleBrem - 5 -247 mum -679 mum 809 mum 0 eV 1.46 MeV 662 mum 1.91 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -238 mum -678 mum 742 mum 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -327 mum -561 mum 918 mum 0 eV 69.5 keV 229 mum 229 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -327 mum -561 mum 918 mum 52.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -327 mum -561 mum 918 mum 0 eV 52.8 keV 5.6 mum 5.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 75.6 mum -428 mum 915 mum 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 155 mum -8.65 mm 3.61 mm 889 keV 0 eV 8.65 mm 8.65 mmWAbsorberPhysicalcompt - 2 90.3 mum -8.91 mm 3.89 mm 489 keV 0 eV 389 mum 9.04 mmWAbsorberPhysicalcompt - 3 749 mum -9.02 mm 4.7 mm 0 eV 69.5 keV 1.05 mm 1.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 749 mum -9.02 mm 4.7 mm 419 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 756 mum -9.02 mm 4.69 mm 0 eV 419 keV 140 mum 140 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 90.3 mum -8.91 mm 3.89 mm 400 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 84.3 mum -8.91 mm 3.9 mm 0 eV 400 keV 131 mum 131 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 155 mum -8.65 mm 3.61 mm 295 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 156 mum -8.65 mm 3.61 mm 0 eV 295 keV 84.7 mum 84.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 75.8 mum -412 mum 906 mum 1.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 cm -1.75 mm 1.59 cm 819 keV 0 eV 2.74 cm 2.74 cmWAbsorberPhysicalcompt - 2 -2.32 cm -2.21 mm 1.66 cm 0 eV 69.5 keV 931 mum 2.83 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.32 cm -2.21 mm 1.66 cm 749 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.32 cm -2.23 mm 1.67 cm 0 eV 749 keV 301 mum 301 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 cm -1.75 mm 1.59 cm 504 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 cm -1.75 mm 1.59 cm 0 eV 504 keV 180 mum 180 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -48 mum -296 mum 602 mum 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -116 mum -318 mum 711 mum 0 eV 69.5 keV 131 mum 131 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -116 mum -318 mum 711 mum 34.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -116 mum -318 mum 711 mum 0 eV 34.7 keV 2.81 mum 2.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -53.7 mum -224 mum 432 mum 5.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -72.9 mum -2.3 mm 4.12 mm 4.29 MeV 0 eV 4.23 mm 4.23 mmWAbsorberPhysicalcompt - 2 -653 mum -3.32 mm 6.5 mm 2.72 MeV 0 eV 2.66 mm 6.89 mmWAbsorberPhysicalcompt - 3 741 mum -7.28 mm 1.47 cm 2.05 MeV 0 eV 9.25 mm 1.61 cmWAbsorberPhysicalcompt - 4 886 mum -8.43 mm 1.59 cm 1.28 MeV 0 eV 1.62 mm 1.78 cmWAbsorberPhysicalcompt - 5 4.58 mm -1.13 cm 2.03 cm 419 keV 0 eV 6.44 mm 2.42 cmWAbsorberPhysicalcompt - 6 5.22 mm -1.04 cm 2.07 cm 178 keV 0 eV 1.2 mm 2.54 cmWAbsorberPhysicalcompt - 7 5.17 mm -1.05 cm 2.08 cm 0 eV 69.5 keV 142 mum 2.55 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.17 mm -1.05 cm 2.08 cm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.17 mm -1.05 cm 2.08 cm 0 eV 108 keV 18 mum 18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.22 mm -1.04 cm 2.07 cm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.23 mm -1.04 cm 2.07 cm 0 eV 241 keV 63.1 mum 63.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.58 mm -1.13 cm 2.03 cm 857 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.59 mm -1.13 cm 2.03 cm 0 eV 857 keV 355 mum 355 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 886 mum -8.43 mm 1.59 cm 776 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 874 mum -8.45 mm 1.59 cm 0 eV 776 keV 314 mum 314 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 741 mum -7.28 mm 1.47 cm 665 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 746 mum -7.27 mm 1.48 cm 0 eV 665 keV 259 mum 259 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -653 mum -3.32 mm 6.5 mm 1.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -875 mum -3.56 mm 6.32 mm 143 keV 1.22 MeV 656 mum 656 mumWAbsorberPhysicaleBrem - 2 -877 mum -3.56 mm 6.32 mm 0 eV 143 keV 28.3 mum 685 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -875 mum -3.56 mm 6.32 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 mm -3.36 mm 7.38 mm 0 eV 69.5 keV 1.1 mm 1.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 mm -3.36 mm 7.38 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.07 mm -3.36 mm 7.38 mm 0 eV 145 keV 28.7 mum 28.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -72.9 mum -2.3 mm 4.12 mm 1.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -41.5 mum -2.34 mm 4.15 mm 0 eV 1.38 MeV 623 mum 623 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -56.7 mum -150 mum 309 mum 2.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 200 mum -7.3 mm 1.44 cm 1.34 MeV 0 eV 1.58 cm 1.58 cmWAbsorberPhysicalcompt - 2 525 mum -7.36 mm 1.5 cm 0 eV 69.5 keV 768 mum 1.65 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 525 mum -7.36 mm 1.5 cm 1.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 512 mum -7.35 mm 1.51 cm 865 keV 89.3 keV 32.2 mum 32.2 mumWAbsorberPhysicaleBrem - 2 498 mum -7.36 mm 1.51 cm 0 eV 865 keV 359 mum 392 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 512 mum -7.35 mm 1.51 cm 319 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 374 mum -7.47 mm 1.54 cm 0 eV 69.5 keV 349 mum 349 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 374 mum -7.47 mm 1.54 cm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 379 mum -7.47 mm 1.54 cm 0 eV 249 keV 66 mum 66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 200 mum -7.3 mm 1.44 cm 904 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 186 mum -7.32 mm 1.44 cm 0 eV 904 keV 379 mum 379 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -34.4 mum -71.5 mum 158 mum 1.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -954 mum -6.33 mm 1.11 cm 1.15 MeV 0 eV 1.26 cm 1.26 cmWAbsorberPhysicalcompt - 2 -7.61 mm -8.2 mm 2.09 cm 581 keV 0 eV 1.21 cm 2.47 cmWAbsorberPhysicalcompt - 3 -1.09 cm -2.76 mm 2.49 cm 462 keV 0 eV 7.51 mm 3.22 cmWAbsorberPhysicalcompt - 4 -1.06 cm -1.55 mm 2.69 cm 390 keV 0 eV 2.32 mm 3.45 cmWAbsorberPhysicalcompt - 5 -1.06 cm -1.55 mm 2.69 cm 0 eV 69.5 keV 28.9 mum 3.45 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm -1.55 mm 2.69 cm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm -1.54 mm 2.69 cm 0 eV 321 keV 95.7 mum 95.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 cm -1.55 mm 2.69 cm 71.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.06 cm -1.55 mm 2.69 cm 0 eV 71.9 keV 9.3 mum 9.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -2.76 mm 2.49 cm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -2.76 mm 2.49 cm 0 eV 119 keV 21.1 mum 21.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.61 mm -8.2 mm 2.09 cm 569 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.62 mm -8.22 mm 2.1 cm 0 eV 569 keV 212 mum 212 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -954 mum -6.33 mm 1.11 cm 743 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -943 mum -6.35 mm 1.11 cm 0 eV 743 keV 298 mum 298 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.62 cm 17.7 cm -4.14 cm 37 MeV 0 eV 18.3 cm 18.3 cmLArgPhysicalTransportation - 2 8.89 cm 97.5 cm -22.7 cm 37 MeV 0 eV 82.2 cm 1.01 mCryostatVolumesTransportation - 3 18 cm 1.98 m -46.1 cm 37 MeV 0 eV 1.03 m 2.04 mMotherTransportation - 4 45.6 cm 5 m -1.17 m 37 MeV 0 eV 3.12 m 5.15 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 31.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.47 cm -5.13 cm -6.37 cm 31.3 MeV 0 eV 8.31 cm 8.31 cmCuPlateBPhysicalTransportation - 2 2.02 cm -7.06 cm -8.78 cm 31.3 MeV 0 eV 3.14 cm 11.4 cmLArgPhysicalTransportation - 3 2.67 cm -9.32 cm -11.6 cm 31.3 MeV 0 eV 3.65 cm 15.1 cmBackExcluderTransportation - 4 9.43 cm -32.9 cm -40.9 cm 31.3 MeV 0 eV 38.3 cm 53.4 cmLArgPhysicalTransportation - 5 27.9 cm -97.5 cm -1.21 m 31.3 MeV 0 eV 1.05 m 1.58 mMotherTransportation - 6 1.43 m -5 m -6.21 m 31.3 MeV 0 eV 6.52 m 8.1 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=37.912 -Edep in FCAL1 FCAl2 : 0 37.912 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2680 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 180 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -193 mum 879 mum 540 mum 32.6 MeV 2.34 MeV 1.05 mm 1.05 mmWAbsorberPhysicaleBrem - 2 -172 mum 985 mum 646 mum 30.1 MeV 237 keV 151 mum 1.2 mmWAbsorberPhysicaleBrem - 3 -168 mum 1.03 mm 678 mum 29.8 MeV 96.7 keV 53.1 mum 1.25 mmWAbsorberPhysicaleBrem - 4 -33.2 mum 1.6 mm 1.07 mm 27.8 MeV 1.65 MeV 708 mum 1.96 mmWAbsorberPhysicaleBrem - 5 -23.6 mum 1.72 mm 1.14 mm 16.8 MeV 503 keV 145 mum 2.1 mmWAbsorberPhysicaleBrem - 6 -57 mum 2.58 mm 1.77 mm 13.5 MeV 2.37 MeV 1.11 mm 3.21 mmWAbsorberPhysicaleBrem - 7 95.7 mum 2.86 mm 1.86 mm 12.3 MeV 767 keV 335 mum 3.55 mmWAbsorberPhysicaleBrem - 8 116 mum 3.32 mm 2.08 mm 10.6 MeV 1.08 MeV 528 mum 4.08 mmWAbsorberPhysicaleBrem - 9 128 mum 3.74 mm 2.24 mm 8.89 MeV 739 keV 440 mum 4.52 mmWAbsorberPhysicaleBrem - 10 140 mum 3.75 mm 2.25 mm 8.61 MeV 25.1 keV 18.2 mum 4.53 mmWAbsorberPhysicaleBrem - 11 289 mum 3.9 mm 2.48 mm 7.3 MeV 667 keV 309 mum 4.84 mmWAbsorberPhysicaleBrem - 12 1.32 mm 5.24 mm 1.39 mm 2.96 MeV 4.34 MeV 2.08 mm 6.93 mmWAbsorberPhysicaleIoni - 13 1.2 mm 6.09 mm 852 mum 448 keV 2.51 MeV 1.33 mm 8.26 mmWAbsorberPhysicaleIoni - 14 1.2 mm 6.09 mm 836 mum 0 eV 448 keV 151 mum 8.41 mmWAbsorberPhysicaleIoni - 15 1.2 mm 6.09 mm 836 mum 0 eV 0 eV 0 fm 8.41 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 mm 6.09 mm 836 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.01 mm 5.86 mm 1.09 mm 175 keV 0 eV 874 mum 874 mumWAbsorberPhysicalcompt - 2 964 mum 5.72 mm 565 mum 0 eV 69.5 keV 1.18 mm 2.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 964 mum 5.72 mm 565 mum 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 964 mum 5.72 mm 564 mum 0 eV 106 keV 17.4 mum 17.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.01 mm 5.86 mm 1.09 mm 336 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.01 mm 5.86 mm 1.09 mm 0 eV 336 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 mm 6.09 mm 836 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.47 cm 1.06 cm -4.23 mm 350 keV 0 eV 1.73 cm 1.73 cmWAbsorberPhysicalcompt - 2 -1.54 cm 1 cm -4.29 mm 0 eV 69.5 keV 916 mum 1.82 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 cm 1 cm -4.29 mm 281 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 cm 1 cm -4.28 mm 0 eV 281 keV 79 mum 79 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 cm 1.06 cm -4.23 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.47 cm 1.06 cm -4.23 mm 0 eV 161 keV 33.7 mum 33.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 289 mum 3.9 mm 2.48 mm 646 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 860 mum 4.56 mm 3.01 mm 627 keV 0 eV 1.02 mm 1.02 mmWAbsorberPhysicalcompt - 2 5.52 mm 7.93 mm 5.86 mm 303 keV 0 eV 6.42 mm 7.44 mmWAbsorberPhysicalcompt - 3 8.42 mm 7.53 mm 2.8 mm 0 eV 69.5 keV 4.23 mm 1.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.42 mm 7.53 mm 2.8 mm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.42 mm 7.53 mm 2.8 mm 0 eV 233 keV 59.9 mum 59.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.52 mm 7.93 mm 5.86 mm 324 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.53 mm 7.93 mm 5.87 mm 0 eV 324 keV 97.2 mum 97.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 860 mum 4.56 mm 3.01 mm 19.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 860 mum 4.56 mm 3.01 mm 0 eV 19.1 keV 1.07 mum 1.07 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 140 mum 3.75 mm 2.25 mm 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 176 mum 3.79 mm 2.29 mm 0 eV 69.5 keV 62.2 mum 62.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 176 mum 3.79 mm 2.29 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 178 mum 3.79 mm 2.29 mm 0 eV 185 keV 42.2 mum 42.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 128 mum 3.74 mm 2.24 mm 928 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 558 mum 4.04 mm 2.5 mm 527 keV 0 eV 584 mum 584 mumWAbsorberPhysicalcompt - 2 2.15 mm 4.39 mm 1.8 mm 0 eV 69.5 keV 1.77 mm 2.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.15 mm 4.39 mm 1.8 mm 457 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.16 mm 4.39 mm 1.79 mm 0 eV 457 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 558 mum 4.04 mm 2.5 mm 402 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 561 mum 4.04 mm 2.51 mm 0 eV 402 keV 132 mum 132 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 116 mum 3.32 mm 2.08 mm 684 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm 2.07 cm 3.35 mm 540 keV 0 eV 1.75 cm 1.75 cmWAbsorberPhysicalcompt - 2 810 mum 2.28 cm 2.8 mm 347 keV 0 eV 2.43 mm 1.99 cmWAbsorberPhysicalcompt - 3 703 mum 2.3 cm 3.07 mm 0 eV 69.5 keV 354 mum 2.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 703 mum 2.3 cm 3.07 mm 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 703 mum 2.3 cm 3.05 mm 26.4 keV 78.2 keV 37 mum 37 mumWAbsorberPhysicaleBrem - 2 703 mum 2.3 cm 3.05 mm 0 eV 26.4 keV 1.79 mum 38.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 703 mum 2.3 cm 3.05 mm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 597 mum 1.97 cm 3.67 mm 0 eV 69.5 keV 3.39 mm 3.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 597 mum 1.97 cm 3.67 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 597 mum 1.97 cm 3.67 mm 0 eV 104 keV 16.8 mum 16.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 810 mum 2.28 cm 2.8 mm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 809 mum 2.28 cm 2.8 mm 0 eV 193 keV 44.7 mum 44.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 mm 2.07 cm 3.35 mm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.88 mm 2.07 cm 3.35 mm 0 eV 144 keV 28.4 mum 28.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 95.7 mum 2.86 mm 1.86 mm 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 419 mum 3.3 mm 2.14 mm 314 keV 0 eV 620 mum 620 mumWAbsorberPhysicalcompt - 2 165 mum 3.78 mm 2.42 mm 0 eV 69.5 keV 609 mum 1.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 165 mum 3.78 mm 2.42 mm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 164 mum 3.78 mm 2.43 mm 0 eV 244 keV 64.2 mum 64.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 419 mum 3.3 mm 2.14 mm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 421 mum 3.3 mm 2.14 mm 0 eV 118 keV 20.6 mum 20.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -57 mum 2.58 mm 1.77 mm 909 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 mm 1.37 cm 3.92 mm 689 keV 0 eV 1.19 cm 1.19 cmWAbsorberPhysicalcompt - 2 3.4 mm 1.38 cm 3.87 mm 0 eV 69.5 keV 122 mum 1.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.4 mm 1.38 cm 3.87 mm 619 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 mm 1.38 cm 3.87 mm 0 eV 619 keV 236 mum 236 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 mm 1.37 cm 3.92 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 mm 1.37 cm 3.92 mm 0 eV 220 keV 55 mum 55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -23.6 mum 1.72 mm 1.14 mm 10.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 mm 6.12 mm 4.21 mm 0 eV 0 eV 5.58 mm 5.58 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 38, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 mm 6.12 mm 4.21 mm 1.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 mm 6.19 mm 4.24 mm 0 eV 1.28 MeV 578 mum 578 mumWAbsorberPhysicaleIoni - 2 1.55 mm 6.19 mm 4.24 mm 0 eV 0 eV 0 fm 578 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 mm 6.19 mm 4.24 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm 3.25 mm -1.63 mm 0 eV 69.5 keV 1.09 cm 1.09 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm 3.25 mm -1.63 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm 3.24 mm -1.63 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 mm 6.19 mm 4.24 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 516 mum 6.54 mm 4.93 mm 321 keV 0 eV 1.29 mm 1.29 mmWAbsorberPhysicalcompt - 2 -2.05 mm 3.62 mm 5.57 mm 0 eV 69.5 keV 3.94 mm 5.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.05 mm 3.62 mm 5.57 mm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.05 mm 3.61 mm 5.57 mm 0 eV 251 keV 66.8 mum 66.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 516 mum 6.54 mm 4.93 mm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 514 mum 6.54 mm 4.94 mm 0 eV 190 keV 43.8 mum 43.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 mm 6.12 mm 4.21 mm 8.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 mm 6.24 mm 5.1 mm 5.71 MeV 1.92 MeV 1.05 mm 1.05 mmWAbsorberPhysicaleBrem - 2 1.49 mm 6.26 mm 5.13 mm 4.95 MeV 49.2 keV 28.9 mum 1.08 mmWAbsorberPhysicaleBrem - 3 1.12 mm 6.76 mm 5.18 mm 3.08 MeV 1.56 MeV 741 mum 1.82 mmWAbsorberPhysicaleBrem - 4 1.14 mm 6.83 mm 5.16 mm 2.66 MeV 131 keV 76.2 mum 1.89 mmWAbsorberPhysicaleBrem - 5 660 mum 7.42 mm 5.29 mm 703 keV 1.95 MeV 1.21 mm 3.1 mmWAbsorberPhysicaleIoni - 6 680 mum 7.41 mm 5.29 mm 0 eV 703 keV 278 mum 3.38 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.14 mm 6.83 mm 5.16 mm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -877 mum 6.42 mm 4.63 mm 0 eV 69.5 keV 2.13 mm 2.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -877 mum 6.42 mm 4.63 mm 220 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -880 mum 6.42 mm 4.63 mm 0 eV 220 keV 54.9 mum 54.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 mm 6.76 mm 5.18 mm 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.28 mm 8.33 mm 5.15 mm 0 eV 69.5 keV 1.96 mm 1.96 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.28 mm 8.33 mm 5.15 mm 248 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.28 mm 8.34 mm 5.14 mm 0 eV 248 keV 65.4 mum 65.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 mm 6.26 mm 5.13 mm 713 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm 1.51 cm 2.18 cm 357 keV 0 eV 1.89 cm 1.89 cmWAbsorberPhysicalcompt - 2 521 mum 1.54 cm 2.19 cm 0 eV 69.5 keV 668 mum 1.95 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 521 mum 1.54 cm 2.19 cm 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 515 mum 1.54 cm 2.19 cm 0 eV 288 keV 81.8 mum 81.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm 1.51 cm 2.18 cm 356 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm 1.52 cm 2.18 cm 0 eV 356 keV 111 mum 111 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 mm 6.24 mm 5.1 mm 510 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm 1.64 cm 1.79 cm 437 keV 0 eV 1.67 cm 1.67 cmWAbsorberPhysicalcompt - 2 -1.86 mm 1.66 cm 2 cm 0 eV 69.5 keV 2.08 mm 1.87 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 mm 1.66 cm 2 cm 367 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 mm 1.66 cm 2 cm 0 eV 367 keV 116 mum 116 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 mm 1.64 cm 1.79 cm 73.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 mm 1.64 cm 1.79 cm 0 eV 73.9 keV 9.72 mum 9.72 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -33.2 mum 1.6 mm 1.07 mm 356 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 68.1 mum 2.31 mm 1.57 mm 0 eV 69.5 keV 875 mum 875 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 68.1 mum 2.31 mm 1.57 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 70.1 mum 2.31 mm 1.58 mm 0 eV 287 keV 81.6 mum 81.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -168 mum 1.03 mm 678 mum 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -118 mum 1.36 mm 988 mum 0 eV 69.5 keV 461 mum 461 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -118 mum 1.36 mm 988 mum 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -121 mum 1.37 mm 989 mum 0 eV 166 keV 35.6 mum 35.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -172 mum 985 mum 646 mum 2.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.33 mm 2.94 cm 2.53 cm 0 eV 0 eV 3.77 cm 3.77 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 57, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.33 mm 2.94 cm 2.53 cm 653 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.33 mm 2.94 cm 2.54 cm 0 eV 653 keV 252 mum 252 mumWAbsorberPhysicaleIoni - 2 2.33 mm 2.94 cm 2.54 cm 0 eV 0 eV 0 fm 252 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.33 mm 2.94 cm 2.54 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.74 mm 2.89 cm 2.22 cm 0 eV 69.5 keV 3.23 mm 3.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.74 mm 2.89 cm 2.22 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.74 mm 2.89 cm 2.22 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.33 mm 2.94 cm 2.54 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 mm 3.08 cm 3.55 cm 0 eV 69.5 keV 1.03 cm 1.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 mm 3.08 cm 3.55 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 mm 3.08 cm 3.55 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.33 mm 2.94 cm 2.53 cm 622 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.34 mm 2.94 cm 2.53 cm 0 eV 622 keV 237 mum 237 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -193 mum 879 mum 540 mum 2.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 377 mum 4.82 mm 4.13 mm 0 eV 69.5 keV 5.36 mm 5.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 377 mum 4.82 mm 4.13 mm 2.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 813 mum 5.13 mm 3.95 mm 712 keV 1.71 MeV 847 mum 847 mumWAbsorberPhysicaleBrem - 2 767 mum 5.1 mm 4.01 mm 348 keV 258 keV 157 mum 1 mmWAbsorberPhysicaleBrem - 3 763 mum 5.09 mm 4.02 mm 0 eV 348 keV 108 mum 1.11 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 767 mum 5.1 mm 4.01 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 571 mum 4.98 mm 4.24 mm 0 eV 69.5 keV 325 mum 325 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 571 mum 4.98 mm 4.24 mm 37.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 571 mum 4.98 mm 4.24 mm 0 eV 37.4 keV 3.17 mum 3.17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 813 mum 5.13 mm 3.95 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -515 mum 6.03 mm 4.37 mm 0 eV 69.5 keV 1.65 mm 1.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -515 mum 6.03 mm 4.37 mm 66.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -515 mum 6.02 mm 4.37 mm 0 eV 66.6 keV 8.18 mum 8.18 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.57 cm -6.24 cm -6.32 cm 49.5 MeV 0 eV 9.57 cm 9.57 cmF2LArGapPhysicalTransportation - 2 3.58 cm -6.24 cm -6.32 cm 49.5 MeV 0 eV 102 mum 9.58 cmF2RodPhysicalTransportation - 3 3.64 cm -6.35 cm -6.43 cm 49.5 MeV 0 eV 1.59 mm 9.74 cmF2LArGapPhysicalTransportation - 4 3.69 cm -6.43 cm -6.51 cm 49.5 MeV 0 eV 1.3 mm 9.87 cmCuPlateBPhysicalTransportation - 5 4.93 cm -8.59 cm -8.7 cm 49.5 MeV 0 eV 3.32 cm 13.2 cmLArgPhysicalTransportation - 6 6.55 cm -11.4 cm -11.6 cm 49.5 MeV 0 eV 4.36 cm 17.5 cmBackExcluderTransportation - 7 17.4 cm -30.4 cm -30.8 cm 49.5 MeV 0 eV 29.1 cm 46.6 cmLArgPhysicalTransportation - 8 55.9 cm -97.5 cm -98.7 cm 49.5 MeV 0 eV 1.03 m 1.5 mMotherTransportation - 9 2.87 m -5 m -5.06 m 49.5 MeV 0 eV 6.18 m 7.67 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -31 cm 4.8 cm 19.1 cm 18 MeV 0 eV 36.8 cm 36.8 cmFCALEnvelopePhysicalTransportation - 2 -32.3 cm 4.99 cm 19.9 cm 18 MeV 0 eV 1.5 cm 38.3 cmLArgPhysicalTransportation - 3 -1.09 m 16.8 cm 66.8 cm 18 MeV 0 eV 90.3 cm 1.29 mCryostatVolumesTransportation - 4 -1.09 m 16.8 cm 67 cm 18 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 5 -1.15 m 17.7 cm 70.7 cm 18 MeV 0 eV 7.06 cm 1.36 mCryostatVolumesTransportation - 6 -1.15 m 17.8 cm 70.8 cm 18 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 7 -5 m 77.3 cm 3.08 m 18 MeV 0 eV 4.56 m 5.92 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=38.6222 -Edep in FCAL1 FCAl2 : 0 38.6222 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2681 0 0 0 --------------------------------------------- - ----> Begin of event: 181 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 181 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 24.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.55 mum 44.9 mum 24.4 mum 22.2 MeV 129 keV 51.5 mum 51.5 mumWAbsorberPhysicaleBrem - 2 57.9 mum 473 mum 147 mum 20.5 MeV 1.07 MeV 446 mum 497 mumWAbsorberPhysicaleBrem - 3 8.28 mum 616 mum 199 mum 10.7 MeV 354 keV 161 mum 658 mumWAbsorberPhysicaleBrem - 4 -49.9 mum 768 mum 279 mum 10 MeV 293 keV 183 mum 841 mumWAbsorberPhysicaleBrem - 5 -53.7 mum 778 mum 285 mum 8.37 MeV 20 keV 12 mum 853 mumWAbsorberPhysicaleBrem - 6 -111 mum 1.11 mm 383 mum 5.12 MeV 640 keV 355 mum 1.21 mmWAbsorberPhysicaleBrem - 7 -76.9 mum 1.41 mm 204 mum 3.67 MeV 750 keV 408 mum 1.62 mmWAbsorberPhysicaleBrem - 8 -315 mum 1.6 mm 131 mum 2.92 MeV 514 keV 314 mum 1.93 mmWAbsorberPhysicaleBrem - 9 -779 mum 1.19 mm -176 mum 0 eV 1.63 MeV 878 mum 2.81 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -779 mum 1.19 mm -176 mum 1.83 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5 mm 3.46 mm -2.03 cm 1.12 MeV 0 eV 2.11 cm 2.11 cmWAbsorberPhysicalcompt - 2 5.02 mm 3.44 mm -2.03 cm 960 keV 0 eV 29.9 mum 2.11 cmWAbsorberPhysicalcompt - 3 5.1 mm 3.3 mm -2.05 cm 216 keV 0 eV 201 mum 2.13 cmWAbsorberPhysicalcompt - 4 4.38 mm 3.65 mm -1.92 cm 0 eV 69.5 keV 1.46 mm 2.28 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.38 mm 3.65 mm -1.92 cm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.38 mm 3.65 mm -1.92 cm 0 eV 147 keV 29.3 mum 29.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.1 mm 3.3 mm -2.05 cm 744 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.17 mm 3.35 mm -2.05 cm 38.2 keV 706 keV 296 mum 296 mumWAbsorberPhysicaleBrem - 2 5.17 mm 3.35 mm -2.05 cm 0 eV 38.2 keV 3.29 mum 299 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.02 mm 3.44 mm -2.03 cm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.02 mm 3.44 mm -2.03 cm 0 eV 163 keV 34.5 mum 34.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5 mm 3.46 mm -2.03 cm 708 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5 mm 3.47 mm -2.03 cm 0 eV 708 keV 280 mum 280 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -779 mum 1.19 mm -176 mum 480 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.6 mm -4.85 mm 450 mum 0 eV 69.5 keV 1.07 cm 1.07 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.6 mm -4.85 mm 450 mum 411 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.61 mm -4.85 mm 446 mum 0 eV 411 keV 136 mum 136 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -315 mum 1.6 mm 131 mum 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -265 mum 1.57 mm -6.39 mum 0 eV 69.5 keV 150 mum 150 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -265 mum 1.57 mm -6.39 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -266 mum 1.57 mm -7.91 mum 0 eV 161 keV 33.9 mum 33.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -76.9 mum 1.41 mm 204 mum 705 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -525 mum 2.59 mm -980 mum 191 keV 0 eV 1.73 mm 1.73 mmWAbsorberPhysicalcompt - 2 -261 mum 2.19 mm -708 mum 120 keV 0 eV 555 mum 2.29 mmWAbsorberPhysicalcompt - 3 -635 mum 2.16 mm -875 mum 0 eV 69.5 keV 410 mum 2.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -635 mum 2.16 mm -875 mum 50.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -635 mum 2.16 mm -874 mum 0 eV 50.3 keV 5.14 mum 5.14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -261 mum 2.19 mm -708 mum 70.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -260 mum 2.19 mm -707 mum 0 eV 70.8 keV 9.06 mum 9.06 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -525 mum 2.59 mm -980 mum 514 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -530 mum 2.6 mm -989 mum 0 eV 514 keV 185 mum 185 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -111 mum 1.11 mm 383 mum 2.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -824 mum 2.73 mm 202 mum 1.4 MeV 0 eV 1.78 mm 1.78 mmWAbsorberPhysicalcompt - 2 -3.42 mm 6.05 mm -2.97 mm 220 keV 0 eV 5.28 mm 7.06 mmWAbsorberPhysicalcompt - 3 -3.18 mm 5.36 mm -2.56 mm 0 eV 69.5 keV 836 mum 7.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.18 mm 5.36 mm -2.56 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.18 mm 5.36 mm -2.56 mm 0 eV 151 keV 30.6 mum 30.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.42 mm 6.05 mm -2.97 mm 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.45 mm 6.08 mm -3 mm 0 eV 1.18 MeV 521 mum 521 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -824 mum 2.73 mm 202 mum 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -835 mum 2.78 mm 219 mum 0 eV 1.21 MeV 532 mum 532 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -53.7 mum 778 mum 285 mum 1.66 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.65 mm 1.17 cm 6.23 mm 1.25 MeV 0 eV 1.36 cm 1.36 cmWAbsorberPhysicalcompt - 2 -5.7 mm 1.18 cm 6.24 mm 0 eV 69.5 keV 176 mum 1.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.7 mm 1.18 cm 6.24 mm 1.18 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.72 mm 1.19 cm 6.24 mm 0 eV 1.18 MeV 520 mum 520 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.65 mm 1.17 cm 6.23 mm 404 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.65 mm 1.17 cm 6.24 mm 0 eV 404 keV 133 mum 133 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -49.9 mum 768 mum 279 mum 400 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -388 mum 1.45 mm 661 mum 0 eV 69.5 keV 849 mum 849 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -388 mum 1.45 mm 661 mum 330 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -389 mum 1.45 mm 662 mum 0 eV 330 keV 100 mum 100 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.28 mum 616 mum 199 mum 9.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 mm 7.8 mm 4.25 mm 5.04 MeV 0 eV 8.32 mm 8.32 mmWAbsorberPhysicalcompt - 2 -1.08 mm 1.39 cm 5.77 mm 632 keV 0 eV 6.31 mm 1.46 cmWAbsorberPhysicalcompt - 3 -2.28 mm 1.43 cm 5.93 mm 310 keV 0 eV 1.26 mm 1.59 cmWAbsorberPhysicalcompt - 4 -2.36 mm 1.41 cm 6.5 mm 0 eV 69.5 keV 617 mum 1.65 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.36 mm 1.41 cm 6.5 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.36 mm 1.41 cm 6.51 mm 0 eV 241 keV 62.8 mum 62.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 mm 1.43 cm 5.93 mm 322 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 mm 1.43 cm 5.92 mm 0 eV 322 keV 96.1 mum 96.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.08 mm 1.39 cm 5.77 mm 4.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 mm 1.41 cm 6.52 mm 1.97 MeV 1.91 MeV 961 mum 961 mumWAbsorberPhysicaleBrem - 2 -1.03 mm 1.4 cm 6.31 mm 1.18 MeV 672 keV 422 mum 1.38 mmWAbsorberPhysicaleBrem - 3 -1.05 mm 1.41 cm 6.41 mm 691 keV 283 keV 176 mum 1.56 mmWAbsorberPhysicaleBrem - 4 -1.05 mm 1.41 cm 6.43 mm 0 eV 691 keV 272 mum 1.83 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm 1.41 cm 6.41 mm 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -993 mum 1.42 cm 6.55 mm 0 eV 69.5 keV 170 mum 170 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -993 mum 1.42 cm 6.55 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -993 mum 1.42 cm 6.55 mm 0 eV 133 keV 25.1 mum 25.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 mm 1.4 cm 6.31 mm 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm 1.4 cm 6.32 mm 0 eV 69.5 keV 8.58 mum 8.58 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 mm 1.4 cm 6.32 mm 52.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 mm 1.4 cm 6.32 mm 0 eV 52.8 keV 5.59 mum 5.59 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.2 mm 1.41 cm 6.52 mm 532 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -195 mum 1.28 cm 6.96 mm 0 eV 69.5 keV 1.68 mm 1.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -195 mum 1.28 cm 6.96 mm 462 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -185 mum 1.28 cm 6.96 mm 0 eV 462 keV 160 mum 160 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm 7.8 mm 4.25 mm 4.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm 7.89 mm 4.33 mm 3.49 MeV 409 keV 190 mum 190 mumWAbsorberPhysicaleBrem - 2 -1.17 mm 8.87 mm 4.1 mm 467 keV 3.02 MeV 1.45 mm 1.64 mmWAbsorberPhysicaleIoni - 3 -1.16 mm 8.87 mm 4.1 mm 0 eV 467 keV 162 mum 1.8 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 mm 7.89 mm 4.33 mm 438 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.16 mm 8.72 mm 5.09 mm 0 eV 69.5 keV 1.45 mm 1.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 mm 8.72 mm 5.09 mm 369 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.17 mm 8.73 mm 5.1 mm 0 eV 369 keV 117 mum 117 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 57.9 mum 473 mum 147 mum 642 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -410 mum 3.34 mm 1.12 mm 0 eV 69.5 keV 3.07 mm 3.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -410 mum 3.34 mm 1.12 mm 572 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -407 mum 3.36 mm 1.13 mm 0 eV 572 keV 213 mum 213 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.55 mum 44.9 mum 24.4 mum 2.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.66 mm 4.23 cm 1.89 cm 1.29 MeV 0 eV 4.65 cm 4.65 cmWAbsorberPhysicalcompt - 2 9.29 mm 4.9 cm 2.57 cm 524 keV 0 eV 1.1 cm 5.75 cmWAbsorberPhysicalcompt - 3 8.81 mm 5.04 cm 2.57 cm 0 eV 69.5 keV 1.51 mm 5.9 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.81 mm 5.04 cm 2.57 cm 455 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.81 mm 5.04 cm 2.57 cm 0 eV 455 keV 157 mum 157 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.29 mm 4.9 cm 2.57 cm 764 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.31 mm 4.9 cm 2.57 cm 0 eV 764 keV 308 mum 308 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.66 mm 4.23 cm 1.89 cm 885 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.65 mm 4.24 cm 1.89 cm 0 eV 885 keV 370 mum 370 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 26.7 cm 9.52 mm 28.4 cm 32.4 MeV 0 eV 39.1 cm 39.1 cmLArgPhysicalTransportation - 2 87.3 cm 3.11 cm 92.9 cm 32.4 MeV 0 eV 88.4 cm 1.27 mCryostatVolumesTransportation - 3 87.5 cm 3.11 cm 93.1 cm 32.4 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 4 92.3 cm 3.28 cm 98.2 cm 32.4 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 5 92.5 cm 3.29 cm 98.4 cm 32.4 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 6 5 m 17.8 cm 5.32 m 32.4 MeV 0 eV 5.95 m 7.3 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.35 cm -4.19 cm -6.42 cm 48.2 MeV 0 eV 8.81 cm 8.81 cmCuPlateBPhysicalTransportation - 2 -5.99 cm -5.78 cm -8.84 cm 48.2 MeV 0 eV 3.33 cm 12.1 cmLArgPhysicalTransportation - 3 -7.84 cm -7.56 cm -11.6 cm 48.2 MeV 0 eV 3.76 cm 15.9 cmBackExcluderTransportation - 4 -38.2 cm -36.8 cm -56.3 cm 48.2 MeV 0 eV 61.5 cm 77.4 cmLArgPhysicalTransportation - 5 -71.5 cm -68.9 cm -1.06 m 48.2 MeV 0 eV 67.5 cm 1.45 mCryostatVolumesTransportation - 6 -71.6 cm -69.1 cm -1.06 m 48.2 MeV 0 eV 3.41 mm 1.45 mInsulationPhysicalTransportation - 7 -75.6 cm -72.9 cm -1.12 m 48.2 MeV 0 eV 7.96 cm 1.53 mCryostatVolumesTransportation - 8 -75.7 cm -73 cm -1.12 m 48.2 MeV 0 eV 2.84 mm 1.53 mMotherTransportation - 9 -5 m -4.82 m -7.38 m 48.2 MeV 0 eV 8.6 m 10.1 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=25.5106 -Edep in FCAL1 FCAl2 : 0 25.5106 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2682 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 182 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -220 mum -151 mum 253 mum 34.8 MeV 694 keV 369 mum 369 mumWAbsorberPhysicaleBrem - 2 -227 mum -159 mum 267 mum 3.12 MeV 19.1 keV 17.8 mum 386 mumWAbsorberPhysicaleBrem - 3 -234 mum -185 mum 316 mum 1.62 MeV 249 keV 56.2 mum 443 mumWAbsorberPhysicaleBrem - 4 -226 mum -186 mum 319 mum 1.44 MeV 22.4 keV 9.22 mum 452 mumWAbsorberPhysicaleBrem - 5 -217 mum -207 mum 359 mum 0 eV 80.4 keV 45 mum 497 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -217 mum -207 mum 359 mum 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 111 mum -1.17 cm 4.03 mm 904 keV 0 eV 1.21 cm 1.21 cmWAbsorberPhysicalcompt - 2 25 mum -1.2 cm 4.1 mm 758 keV 0 eV 277 mum 1.24 cmWAbsorberPhysicalcompt - 3 -839 mum -1.39 cm 5.91 mm 574 keV 0 eV 2.77 mm 1.51 cmWAbsorberPhysicalcompt - 4 -2.06 mm -1.47 cm 6.27 mm 0 eV 69.5 keV 1.53 mm 1.67 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.06 mm -1.47 cm 6.27 mm 505 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.07 mm -1.47 cm 6.27 mm 0 eV 505 keV 180 mum 180 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -839 mum -1.39 cm 5.91 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -837 mum -1.39 cm 5.92 mm 0 eV 184 keV 41.6 mum 41.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 25 mum -1.2 cm 4.1 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 24.7 mum -1.2 cm 4.1 mm 0 eV 147 keV 29.3 mum 29.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 111 mum -1.17 cm 4.03 mm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 112 mum -1.17 cm 4.04 mm 0 eV 106 keV 17.5 mum 17.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -217 mum -207 mum 359 mum 1.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -334 mum -138 mum 751 mum 994 keV 0 eV 415 mum 415 mumWAbsorberPhysicalcompt - 2 -1.85 mm 4.96 mm 6.57 mm 901 keV 0 eV 7.89 mm 8.3 mmWAbsorberPhysicalcompt - 3 -4.9 mm 8.01 mm 1.23 cm 546 keV 0 eV 7.15 mm 1.55 cmWAbsorberPhysicalcompt - 4 -1.14 cm 8.27 mm 1.4 cm 0 eV 69.5 keV 6.68 mm 2.21 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm 8.27 mm 1.4 cm 476 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm 8.27 mm 1.4 cm 0 eV 476 keV 167 mum 167 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.9 mm 8.01 mm 1.23 cm 355 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.9 mm 8.02 mm 1.23 cm 0 eV 355 keV 111 mum 111 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 mm 4.96 mm 6.57 mm 93.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 mm 4.96 mm 6.57 mm 0 eV 93.7 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -334 mum -138 mum 751 mum 375 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -336 mum -143 mum 758 mum 0 eV 375 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -226 mum -186 mum 319 mum 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -220 mum -203 mum 341 mum 0 eV 69.5 keV 27.8 mum 27.8 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -220 mum -203 mum 341 mum 85 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -220 mum -203 mum 342 mum 0 eV 85 keV 12.2 mum 12.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -234 mum -185 mum 316 mum 1.26 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -175 mum -270 mum 415 mum 1.14 MeV 0 eV 143 mum 143 mumWAbsorberPhysicalcompt - 2 1.23 mm -1.33 mm 3.02 mm 881 keV 0 eV 3.14 mm 3.28 mmWAbsorberPhysicalcompt - 3 3.67 mm -923 mum 5.63 mm 218 keV 0 eV 3.6 mm 6.88 mmWAbsorberPhysicalcompt - 4 3.61 mm -1.05 mm 4.35 mm 0 eV 69.5 keV 1.29 mm 8.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.61 mm -1.05 mm 4.35 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.61 mm -1.05 mm 4.34 mm 0 eV 148 keV 29.8 mum 29.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.67 mm -923 mum 5.63 mm 663 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.75 mm -951 mum 5.6 mm 120 keV 411 keV 181 mum 181 mumWAbsorberPhysicaleBrem - 2 3.75 mm -951 mum 5.6 mm 0 eV 120 keV 21.4 mum 202 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.75 mm -951 mum 5.6 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.79 mm -980 mum 5.46 mm 0 eV 69.5 keV 149 mum 149 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.79 mm -980 mum 5.46 mm 61.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.79 mm -979 mum 5.46 mm 0 eV 61.7 keV 7.2 mum 7.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 mm -1.33 mm 3.02 mm 262 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 mm -1.33 mm 3.02 mm 0 eV 262 keV 71.3 mum 71.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -175 mum -270 mum 415 mum 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -175 mum -272 mum 415 mum 0 eV 118 keV 20.6 mum 20.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -227 mum -159 mum 267 mum 31.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.47 mm -2.82 mm 4.77 mm 0 eV 0 eV 5.69 mm 5.69 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 27, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.47 mm -2.82 mm 4.77 mm 29.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.79 mm -3.13 mm 5.17 mm 27.5 MeV 1.19 MeV 608 mum 608 mumWAbsorberPhysicaleBrem - 2 -2.81 mm -3.14 mm 5.19 mm 27.1 MeV 45.9 keV 26.9 mum 635 mumWAbsorberPhysicaleBrem - 3 -3.33 mm -3.63 mm 6.1 mm 24 MeV 2.31 MeV 1.15 mm 1.78 mmWAbsorberPhysicaleBrem - 4 -3.43 mm -3.7 mm 6.14 mm 23.6 MeV 246 keV 132 mum 1.91 mmWAbsorberPhysicaleBrem - 5 -3.86 mm -3.96 mm 6.36 mm 21.8 MeV 1.02 MeV 551 mum 2.46 mmWAbsorberPhysicaleBrem - 6 -5.79 mm -4.92 mm 7.59 mm 14.5 MeV 5.8 MeV 2.63 mm 5.1 mmWAbsorberPhysicaleBrem - 7 -6.53 mm -5.69 mm 7.76 mm 8.31 MeV 2.46 MeV 1.24 mm 6.34 mmWAbsorberPhysicaleBrem - 8 -6.94 mm -5.76 mm 7.85 mm 7.53 MeV 658 keV 427 mum 6.77 mmWAbsorberPhysicaleBrem - 9 -6.06 mm -5.69 mm 8.34 mm 3.83 MeV 3.7 MeV 2.11 mm 8.88 mmWAbsorberPhysicaleIoni - 10 -6.25 mm -5.56 mm 8.04 mm 1.66 MeV 1.83 MeV 1.15 mm 1 cmWAbsorberPhysicaleBrem - 11 -6.2 mm -5.5 mm 7.96 mm 0 eV 1.66 MeV 776 mum 1.08 cmWAbsorberPhysicaleIoni - 12 -6.2 mm -5.5 mm 7.96 mm 0 eV 0 eV 0 fm 1.08 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.2 mm -5.5 mm 7.96 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.85 mm -4.61 mm 8.09 mm 0 eV 69.5 keV 1.62 mm 1.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.85 mm -4.61 mm 8.09 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.84 mm -4.61 mm 8.09 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.2 mm -5.5 mm 7.96 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.45 mm -6.99 mm 7.74 mm 0 eV 69.5 keV 2.72 mm 2.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.45 mm -6.99 mm 7.74 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.46 mm -6.99 mm 7.75 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.25 mm -5.56 mm 8.04 mm 343 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.46 mm -2.36 mm 3.91 mm 239 keV 0 eV 5.53 mm 5.53 mmWAbsorberPhysicalcompt - 2 -4.54 mm -2.5 mm 3.6 mm 0 eV 69.5 keV 350 mum 5.88 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.54 mm -2.5 mm 3.6 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.55 mm -2.5 mm 3.6 mm 0 eV 169 keV 36.7 mum 36.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.46 mm -2.36 mm 3.91 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.46 mm -2.36 mm 3.91 mm 0 eV 104 keV 17 mum 17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.94 mm -5.76 mm 7.85 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.77 mm -5.77 mm 8 mm 0 eV 69.5 keV 222 mum 222 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.77 mm -5.77 mm 8 mm 47.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.77 mm -5.77 mm 8 mm 0 eV 47.6 keV 4.71 mum 4.71 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.53 mm -5.69 mm 7.76 mm 3.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm -1.45 cm 1.57 cm 0 eV 0 eV 1.97 cm 1.97 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 45, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm -1.45 cm 1.57 cm 1.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm -1.45 cm 1.57 cm 0 eV 1.27 MeV 575 mum 575 mumWAbsorberPhysicaleIoni - 2 -2.23 cm -1.45 cm 1.57 cm 0 eV 0 eV 0 fm 575 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm -1.45 cm 1.57 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.54 cm -1.6 cm 1.99 cm 330 keV 0 eV 5.36 mm 5.36 mmWAbsorberPhysicalcompt - 2 -2.59 cm -1.5 cm 2.06 cm 223 keV 0 eV 1.34 mm 6.7 mmWAbsorberPhysicalcompt - 3 -2.55 cm -1.42 cm 2.03 cm 0 eV 69.5 keV 957 mum 7.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 cm -1.42 cm 2.03 cm 154 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 cm -1.42 cm 2.03 cm 0 eV 154 keV 31.4 mum 31.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.59 cm -1.5 cm 2.06 cm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.59 cm -1.5 cm 2.06 cm 0 eV 107 keV 17.7 mum 17.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.54 cm -1.6 cm 1.99 cm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.54 cm -1.6 cm 1.99 cm 0 eV 181 keV 40.7 mum 40.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm -1.45 cm 1.57 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 cm -1.09 cm 5.44 mm 238 keV 0 eV 1.34 cm 1.34 cmWAbsorberPhysicalcompt - 2 -1.53 cm -1.12 cm 5.01 mm 0 eV 69.5 keV 830 mum 1.42 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 cm -1.12 cm 5.01 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm -1.12 cm 5.01 mm 0 eV 169 keV 36.5 mum 36.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 cm -1.09 cm 5.44 mm 273 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 cm -1.09 cm 5.44 mm 0 eV 273 keV 75.7 mum 75.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm -1.45 cm 1.57 cm 1.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm -1.46 cm 1.57 cm 0 eV 1.43 MeV 646 mum 646 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.79 mm -4.92 mm 7.59 mm 1.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm -1.07 cm 9.2 mm 778 keV 0 eV 7.48 mm 7.48 mmWAbsorberPhysicalcompt - 2 -1.14 cm -1.43 cm 1.51 cm 642 keV 0 eV 7.01 mm 1.45 cmWAbsorberPhysicalcompt - 3 -1.67 cm -1.5 cm 2.83 cm 0 eV 69.5 keV 1.43 cm 2.88 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.67 cm -1.5 cm 2.83 cm 572 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.67 cm -1.5 cm 2.83 cm 0 eV 572 keV 213 mum 213 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm -1.43 cm 1.51 cm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm -1.43 cm 1.51 cm 0 eV 136 keV 26 mum 26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm -1.07 cm 9.2 mm 765 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm -1.07 cm 9.19 mm 0 eV 765 keV 309 mum 309 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.86 mm -3.96 mm 6.36 mm 765 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.48 mm -6.68 mm 8.66 mm 649 keV 0 eV 5.83 mm 5.83 mmWAbsorberPhysicalcompt - 2 -1.03 cm -8.36 mm 1.16 cm 0 eV 69.5 keV 3.87 mm 9.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 cm -8.36 mm 1.16 cm 579 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.03 cm -8.36 mm 1.16 cm 0 eV 579 keV 216 mum 216 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.48 mm -6.68 mm 8.66 mm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.48 mm -6.68 mm 8.66 mm 0 eV 116 keV 20.2 mum 20.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.43 mm -3.7 mm 6.14 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.61 mm -3.8 mm 6.19 mm 0 eV 69.5 keV 211 mum 211 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.61 mm -3.8 mm 6.19 mm 78.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.61 mm -3.8 mm 6.19 mm 0 eV 78.3 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.33 mm -3.63 mm 6.1 mm 813 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.11 mm -6.11 mm 8.08 mm 0 eV 69.5 keV 5.74 mm 5.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.11 mm -6.11 mm 8.08 mm 743 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.13 mm -6.12 mm 8.08 mm 0 eV 743 keV 298 mum 298 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.81 mm -3.14 mm 5.19 mm 330 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.41 mm -3.47 mm 5.89 mm 0 eV 69.5 keV 978 mum 978 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.41 mm -3.47 mm 5.89 mm 260 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.41 mm -3.47 mm 5.89 mm 0 eV 260 keV 70.4 mum 70.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.79 mm -3.13 mm 5.17 mm 446 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.46 mm -5.55 mm 1.07 cm 0 eV 69.5 keV 7.64 mm 7.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.46 mm -5.55 mm 1.07 cm 376 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.47 mm -5.55 mm 1.07 cm 0 eV 376 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.47 mm -2.82 mm 4.77 mm 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.46 mm -2.82 mm 4.84 mm 1.05 MeV 127 keV 107 mum 107 mumWAbsorberPhysicaleBrem - 2 -2.42 mm -2.84 mm 4.83 mm 0 eV 1.05 MeV 452 mum 559 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.46 mm -2.82 mm 4.84 mm 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -886 mum -3.72 mm 4.19 mm 0 eV 69.5 keV 1.92 mm 1.92 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -886 mum -3.72 mm 4.19 mm 230 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -883 mum -3.73 mm 4.19 mm 0 eV 230 keV 58.6 mum 58.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -220 mum -151 mum 253 mum 1.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.3 mm -2.39 mm 4.13 mm 276 keV 0 eV 4.94 mm 4.94 mmWAbsorberPhysicalcompt - 2 -2.8 mm -2.03 mm 3.3 mm 0 eV 69.5 keV 1.04 mm 5.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.8 mm -2.03 mm 3.3 mm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.8 mm -2.03 mm 3.29 mm 0 eV 207 keV 49.9 mum 49.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.3 mm -2.39 mm 4.13 mm 1.64 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.34 mm -2.39 mm 4.17 mm 1.28 MeV 103 keV 64.9 mum 64.9 mumWAbsorberPhysicaleBrem - 2 -2.36 mm -2.44 mm 4.19 mm 0 eV 1.28 MeV 570 mum 635 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.34 mm -2.39 mm 4.17 mm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm -4.34 mm 5.25 mm 0 eV 69.5 keV 2.39 mm 2.39 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.2 mm -4.34 mm 5.25 mm 184 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.2 mm -4.34 mm 5.25 mm 0 eV 184 keV 41.7 mum 41.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.68 cm 16.8 cm 6.59 cm 22.2 MeV 0 eV 19.2 cm 19.2 cmF2TroffMainPhysicalTransportation - 2 -7.06 cm 17.8 cm 6.97 cm 22.2 MeV 0 eV 1.1 cm 20.3 cmLArgPhysicalTransportation - 3 -38.8 cm 97.5 cm 38.2 cm 22.2 MeV 0 eV 91.3 cm 1.12 mCryostatVolumesTransportation - 4 -78.5 cm 1.98 m 77.4 cm 22.2 MeV 0 eV 1.15 m 2.26 mMotherTransportation - 5 -1.99 m 5 m 1.96 m 22.2 MeV 0 eV 3.46 m 5.73 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.11 cm -7.62 mm -6.59 cm 45.6 MeV 0 eV 8.37 cm 8.37 cmF2RodPhysicalTransportation - 2 5.51 cm -8.22 mm -7.1 cm 45.6 MeV 0 eV 6.5 mm 9.02 cmF2LArGapPhysicalTransportation - 3 5.55 cm -8.27 mm -7.15 cm 45.6 MeV 0 eV 629 mum 9.09 cmCuPlateBPhysicalTransportation - 4 7.04 cm -1.05 cm -9.08 cm 45.6 MeV 0 eV 2.45 cm 11.5 cmLArgPhysicalTransportation - 5 8.99 cm -1.34 cm -11.6 cm 45.6 MeV 0 eV 3.18 cm 14.7 cmBackExcluderTransportation - 6 45.2 cm -6.75 cm -58.3 cm 45.6 MeV 0 eV 59.4 cm 74.1 cmLArgPhysicalTransportation - 7 78.1 cm -11.7 cm -1.01 m 45.6 MeV 0 eV 53.9 cm 1.28 mCryostatVolumesTransportation - 8 78.3 cm -11.7 cm -1.01 m 45.6 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 9 82.6 cm -12.3 cm -1.06 m 45.6 MeV 0 eV 7.03 cm 1.35 mCryostatVolumesTransportation - 10 82.8 cm -12.3 cm -1.07 m 45.6 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 11 5 m -74.6 cm -6.44 m 45.6 MeV 0 eV 6.83 m 8.19 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=38.4125 -Edep in FCAL1 FCAl2 : 0 38.4125 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2683 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 183 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -95 mum -13 mum 116 mum 30.5 MeV 266 keV 151 mum 151 mumWAbsorberPhysicaleBrem - 2 -220 mum -59 mum 240 mum 27.6 MeV 281 keV 182 mum 333 mumWAbsorberPhysicaleBrem - 3 -729 mum -264 mum 829 mum 25.8 MeV 1.64 MeV 813 mum 1.15 mmWAbsorberPhysicaleBrem - 4 -773 mum -285 mum 884 mum 25.3 MeV 126 keV 72.7 mum 1.22 mmWAbsorberPhysicaleBrem - 5 -921 mum -360 mum 1.06 mm 23.2 MeV 411 keV 241 mum 1.46 mmWAbsorberPhysicaleBrem - 6 -1.8 mm -227 mum 2.7 mm 17.4 MeV 4.72 MeV 2.14 mm 3.6 mmWAbsorberPhysicaleBrem - 7 -2.13 mm -397 mum 2.87 mm 15.4 MeV 1.35 MeV 413 mum 4.01 mmWAbsorberPhysicaleBrem - 8 -2.91 mm -233 mum 3.37 mm 12.9 MeV 1.87 MeV 1.05 mm 5.06 mmWAbsorberPhysicaleBrem - 9 -3.1 mm -282 mum 3.34 mm 12.5 MeV 333 keV 198 mum 5.26 mmWAbsorberPhysicaleBrem - 10 -5.34 mm 1.48 mm 2.23 mm 6.59 MeV 5.89 MeV 2.66 mm 7.92 mmWAbsorberPhysicaleIoni - 11 -5.76 mm 1.67 mm 1.97 mm 5.12 MeV 1.17 MeV 611 mum 8.53 mmWAbsorberPhysicaleBrem - 12 -5.3 mm 2.23 mm 2.29 mm 1.84 MeV 1.35 MeV 719 mum 9.25 mmWAbsorberPhysicaleBrem - 13 -5.18 mm 2.28 mm 2.27 mm 0 eV 1.84 MeV 871 mum 1.01 cmWAbsorberPhysicaleIoni - 14 -5.18 mm 2.28 mm 2.27 mm 0 eV 0 eV 0 fm 1.01 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.18 mm 2.28 mm 2.27 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.46 mm 2.27 mm 2.9 mm 206 keV 0 eV 952 mum 952 mumWAbsorberPhysicalcompt - 2 -5.05 mm 1.37 mm 2.76 mm 0 eV 69.5 keV 1.09 mm 2.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.05 mm 1.37 mm 2.76 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.05 mm 1.37 mm 2.76 mm 0 eV 136 keV 26 mum 26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.46 mm 2.27 mm 2.9 mm 305 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.46 mm 2.27 mm 2.9 mm 0 eV 305 keV 89.3 mum 89.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.18 mm 2.28 mm 2.27 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7 mm 2.28 mm 673 mum 411 keV 0 eV 2.42 mm 2.42 mmWAbsorberPhysicalcompt - 2 -8.4 mm -128 mum -3.49 mm 0 eV 69.5 keV 5.01 mm 7.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.4 mm -128 mum -3.49 mm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.4 mm -127 mum -3.5 mm 0 eV 341 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7 mm 2.28 mm 673 mum 100 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7 mm 2.28 mm 673 mum 0 eV 100 keV 15.8 mum 15.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.3 mm 2.23 mm 2.29 mm 1.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 cm 6.05 mm -1.31 mm 577 keV 0 eV 1.93 cm 1.93 cmWAbsorberPhysicalcompt - 2 2.05 cm -4.41 mm -1.15 mm 0 eV 69.5 keV 1.27 cm 3.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.05 cm -4.41 mm -1.15 mm 508 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.05 cm -4.42 mm -1.15 mm 0 eV 508 keV 182 mum 182 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 cm 6.05 mm -1.31 mm 1.35 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 cm 6.08 mm -1.33 mm 0 eV 1.35 MeV 607 mum 607 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.76 mm 1.67 mm 1.97 mm 298 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.26 mm 2.43 mm 1.96 mm 0 eV 69.5 keV 1.69 mm 1.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.26 mm 2.43 mm 1.96 mm 229 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.26 mm 2.43 mm 1.96 mm 0 eV 229 keV 58.2 mum 58.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.1 mm -282 mum 3.34 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.11 mm -282 mum 3.34 mm 0 eV 69.5 keV 13.5 mum 13.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.11 mm -282 mum 3.34 mm 65.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.11 mm -283 mum 3.34 mm 0 eV 65.2 keV 7.9 mum 7.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.91 mm -233 mum 3.37 mm 591 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.16 mm -372 mum 3.15 mm 0 eV 69.5 keV 1.28 mm 1.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.16 mm -372 mum 3.15 mm 521 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.17 mm -374 mum 3.14 mm 0 eV 521 keV 188 mum 188 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 mm -397 mum 2.87 mm 619 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.44 mm -443 mum 3.63 mm 228 keV 0 eV 2.42 mm 2.42 mmWAbsorberPhysicalcompt - 2 -4.42 mm -480 mum 3.61 mm 163 keV 0 eV 43.8 mum 2.47 mmWAbsorberPhysicalcompt - 3 -4.51 mm -497 mum 3.55 mm 130 keV 0 eV 107 mum 2.58 mmWAbsorberPhysicalcompt - 4 -4.45 mm -603 mum 3.45 mm 0 eV 69.5 keV 154 mum 2.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.45 mm -603 mum 3.45 mm 60.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.45 mm -603 mum 3.45 mm 0 eV 60.7 keV 7.02 mum 7.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.51 mm -497 mum 3.55 mm 32.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.51 mm -497 mum 3.55 mm 0 eV 32.6 keV 2.53 mum 2.53 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.42 mm -480 mum 3.61 mm 65.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.42 mm -481 mum 3.61 mm 0 eV 65.7 keV 7.99 mum 7.99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.44 mm -443 mum 3.63 mm 391 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.44 mm -440 mum 3.64 mm 0 eV 391 keV 127 mum 127 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 mm -227 mum 2.7 mm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.01 mm -1.41 mm 5.22 mm 0 eV 69.5 keV 5.05 mm 5.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.01 mm -1.41 mm 5.22 mm 995 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.03 mm -1.43 mm 5.24 mm 0 eV 995 keV 425 mum 425 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -921 mum -360 mum 1.06 mm 1.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.6 mm -3.29 mm 6.46 mm 957 keV 0 eV 7.16 mm 7.16 mmWAbsorberPhysicalcompt - 2 -1.09 cm -1.74 cm 1.06 cm 0 eV 69.5 keV 1.6 cm 2.32 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 cm -1.74 cm 1.06 cm 888 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 cm -1.75 cm 1.06 cm 0 eV 888 keV 371 mum 371 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.6 mm -3.29 mm 6.46 mm 804 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.53 mm -3.34 mm 6.53 mm 279 keV 316 keV 197 mum 197 mumWAbsorberPhysicaleBrem - 2 -4.54 mm -3.33 mm 6.53 mm 0 eV 279 keV 78.1 mum 275 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.53 mm -3.34 mm 6.53 mm 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.5 mm -3.31 mm 6.51 mm 0 eV 69.5 keV 49 mum 49 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.5 mm -3.31 mm 6.51 mm 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.5 mm -3.31 mm 6.51 mm 0 eV 140 keV 27.4 mum 27.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -773 mum -285 mum 884 mum 375 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 mm -754 mum 2.07 mm 0 eV 69.5 keV 1.48 mm 1.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 mm -754 mum 2.07 mm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 mm -759 mum 2.07 mm 0 eV 306 keV 89.3 mum 89.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -729 mum -264 mum 829 mum 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -905 mum -374 mum 1.08 mm 0 eV 69.5 keV 324 mum 324 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -905 mum -374 mum 1.08 mm 64.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -905 mum -374 mum 1.08 mm 0 eV 64.3 keV 7.71 mum 7.71 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -220 mum -59 mum 240 mum 2.67 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 cm -3.91 mm 1.62 cm 0 eV 0 eV 2.44 cm 2.44 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 cm -3.91 mm 1.62 cm 566 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 cm -3.91 mm 1.62 cm 0 eV 566 keV 209 mum 209 mumWAbsorberPhysicaleIoni - 2 -1.83 cm -3.91 mm 1.62 cm 0 eV 0 eV 0 fm 209 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 cm -3.91 mm 1.62 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 cm -6.01 mm 1.36 cm 0 eV 69.5 keV 5.85 mm 5.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 cm -6.01 mm 1.36 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 cm -6.01 mm 1.36 cm 239 keV 7.17 keV 7.86 mum 7.86 mumWAbsorberPhysicaleBrem - 2 -2.31 cm -6.01 mm 1.36 cm 0 eV 239 keV 62.3 mum 70.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 cm -6.01 mm 1.36 cm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.32 cm -6.5 mm 1.39 cm 0 eV 69.5 keV 600 mum 600 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.32 cm -6.5 mm 1.39 cm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.32 cm -6.5 mm 1.39 cm 0 eV 125 keV 22.7 mum 22.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 cm -3.91 mm 1.62 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 cm -1.33 mm 1.95 cm 212 keV 0 eV 7.2 mm 7.2 mmWAbsorberPhysicalcompt - 2 -1.24 cm -1.42 mm 1.9 cm 0 eV 69.5 keV 539 mum 7.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 cm -1.42 mm 1.9 cm 143 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 cm -1.42 mm 1.9 cm 0 eV 143 keV 28 mum 28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 cm -1.33 mm 1.95 cm 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 cm -1.33 mm 1.95 cm 0 eV 299 keV 86.5 mum 86.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 cm -3.91 mm 1.62 cm 1.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 cm -4.06 mm 1.63 cm 242 keV 737 keV 426 mum 426 mumWAbsorberPhysicaleBrem - 2 -1.84 cm -4.05 mm 1.63 cm 0 eV 242 keV 63.3 mum 490 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 cm -4.06 mm 1.63 cm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 cm -3.97 mm 1.63 cm 98.1 keV 0 eV 150 mum 150 mumWAbsorberPhysicalcompt - 2 -1.86 cm -4.01 mm 1.62 cm 0 eV 69.5 keV 176 mum 326 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 cm -4.01 mm 1.62 cm 28.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 cm -4.01 mm 1.62 cm 0 eV 28.6 keV 2.05 mum 2.05 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 cm -3.97 mm 1.63 cm 8.75 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 cm -3.97 mm 1.63 cm 0 eV 8.75 keV 317 nm 317 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -95 mum -13 mum 116 mum 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 cm -5.72 mm 1.81 cm 546 keV 0 eV 2.55 cm 2.55 cmWAbsorberPhysicalcompt - 2 -1.59 cm -4.8 mm 2.22 cm 422 keV 0 eV 4.41 mm 2.99 cmWAbsorberPhysicalcompt - 3 -1.98 cm -6.29 mm 3.22 cm 0 eV 69.5 keV 1.09 cm 4.08 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 cm -6.29 mm 3.22 cm 352 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 cm -6.28 mm 3.22 cm 0 eV 352 keV 110 mum 110 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.59 cm -4.8 mm 2.22 cm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 cm -4.8 mm 2.22 cm 0 eV 124 keV 22.4 mum 22.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 cm -5.72 mm 1.81 cm 923 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 cm -5.73 mm 1.81 cm 0 eV 923 keV 389 mum 389 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.81 cm 2.66 cm -6.76 cm 49.9 MeV 0 eV 7.79 cm 7.79 cmF2RodPhysicalTransportation - 2 3.09 cm 2.93 cm -7.42 cm 49.9 MeV 0 eV 7.69 mm 8.56 cmF2LArGapPhysicalTransportation - 3 3.11 cm 2.95 cm -7.49 cm 49.9 MeV 0 eV 776 mum 8.63 cmCuPlateBPhysicalTransportation - 4 3.87 cm 3.67 cm -9.31 cm 49.9 MeV 0 eV 2.1 cm 10.7 cmLArgPhysicalTransportation - 5 4.81 cm 4.57 cm -11.6 cm 49.9 MeV 0 eV 2.62 cm 13.3 cmBackExcluderTransportation - 6 48.3 cm 45.8 cm -1.16 m 49.9 MeV 0 eV 1.21 m 1.34 mLArgPhysicalTransportation - 7 48.9 cm 46.4 cm -1.18 m 49.9 MeV 0 eV 1.68 cm 1.36 mCryostatVolumesTransportation - 8 49 cm 46.5 cm -1.18 m 49.9 MeV 0 eV 3.19 mm 1.36 mInsulationPhysicalTransportation - 9 51.7 cm 49.1 cm -1.24 m 49.9 MeV 0 eV 7.45 cm 1.43 mCryostatVolumesTransportation - 10 51.8 cm 49.2 cm -1.25 m 49.9 MeV 0 eV 2.66 mm 1.44 mMotherTransportation - 11 1.23 m 1.16 m -2.95 m 49.9 MeV 0 eV 1.96 m 3.4 mConcWallAPhysicalTransportation - 12 1.26 m 1.2 m -3.04 m 49.9 MeV 0 eV 10.7 cm 3.51 mMotherTransportation - 13 5 m 4.74 m -12 m 49.9 MeV 0 eV 10.4 m 13.9 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.63 cm -20.1 cm 30.5 cm 23 MeV 0 eV 37 cm 37 cmLArgPhysicalTransportation - 2 23.1 cm -82.5 cm 1.25 m 23 MeV 0 eV 1.15 m 1.52 mCryostatVolumesTransportation - 3 23.2 cm -82.7 cm 1.26 m 23 MeV 0 eV 3.57 mm 1.52 mInsulationPhysicalTransportation - 4 24.5 cm -87.2 cm 1.33 m 23 MeV 0 eV 8.34 cm 1.6 mCryostatVolumesTransportation - 5 24.5 cm -87.3 cm 1.33 m 23 MeV 0 eV 2.98 mm 1.61 mMotherTransportation - 6 1.4 m -5 m 7.6 m 23 MeV 0 eV 7.6 m 9.2 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=33.3076 -Edep in FCAL1 FCAl2 : 0 33.3076 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2684 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 184 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 32.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -77.8 mum 185 mum 205 mum 11.9 MeV 1.18 MeV 288 mum 288 mumWAbsorberPhysicaleBrem - 2 453 mum 431 mum 1.28 mm 8 MeV 3.54 MeV 1.65 mm 1.94 mmWAbsorberPhysicaleBrem - 3 381 mum 606 mum 1.46 mm 7.19 MeV 413 keV 258 mum 2.19 mmWAbsorberPhysicaleBrem - 4 114 mum -44.4 mum 2.19 mm 2.12 MeV 2.62 MeV 1.15 mm 3.35 mmWAbsorberPhysicaleBrem - 5 -577 mum 60.8 mum 2.07 mm 120 keV 2 MeV 1.01 mm 4.36 mmWAbsorberPhysicaleIoni - 6 -578 mum 60.1 mum 2.07 mm 0 eV 120 keV 19.9 mum 4.38 mmWAbsorberPhysicaleIoni - 7 -578 mum 60.1 mum 2.07 mm 0 eV 0 eV 0 fm 4.38 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -578 mum 60.1 mum 2.07 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 mm 2.59 mm 3.74 mm 204 keV 0 eV 3.08 mm 3.08 mmWAbsorberPhysicalcompt - 2 428 mum 2.06 mm 3.48 mm 141 keV 0 eV 1.65 mm 4.72 mmWAbsorberPhysicalcompt - 3 426 mum 2.05 mm 3.51 mm 0 eV 69.5 keV 30.8 mum 4.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 426 mum 2.05 mm 3.51 mm 71.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 426 mum 2.05 mm 3.51 mm 0 eV 71.9 keV 9.29 mum 9.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 428 mum 2.06 mm 3.48 mm 62.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 429 mum 2.06 mm 3.48 mm 0 eV 62.2 keV 7.3 mum 7.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 mm 2.59 mm 3.74 mm 307 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.12 mm 2.59 mm 3.74 mm 0 eV 307 keV 90.1 mum 90.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -578 mum 60.1 mum 2.07 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -135 mum -2.04 mm 687 mum 0 eV 69.5 keV 2.55 mm 2.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -135 mum -2.04 mm 687 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -123 mum -2.04 mm 684 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 114 mum -44.4 mum 2.19 mm 2.45 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 104 mum -120 mum 2.02 mm 1.89 MeV 0 eV 189 mum 189 mumWAbsorberPhysicalcompt - 2 -1.16 cm -1.03 cm -2.3 cm 0 eV 0 eV 2.95 cm 2.97 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 17, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 cm -1.03 cm -2.3 cm 565 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.16 cm -1.03 cm -2.31 cm 0 eV 565 keV 208 mum 208 mumWAbsorberPhysicaleIoni - 2 -1.16 cm -1.03 cm -2.31 cm 0 eV 0 eV 0 fm 208 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 cm -1.03 cm -2.31 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm -1.1 cm -2.37 cm 420 keV 0 eV 2.21 mm 2.21 mmWAbsorberPhysicalcompt - 2 -1.47 cm -1.07 cm -2.39 cm 0 eV 69.5 keV 1.12 mm 3.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 cm -1.07 cm -2.39 cm 350 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.47 cm -1.07 cm -2.39 cm 0 eV 350 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm -1.1 cm -2.37 cm 91 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm -1.1 cm -2.37 cm 0 eV 91 keV 13.6 mum 13.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 cm -1.03 cm -2.31 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.77 mm -9.32 mm -2.21 cm 0 eV 69.5 keV 3.16 mm 3.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.77 mm -9.32 mm -2.21 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.76 mm -9.32 mm -2.21 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.16 cm -1.03 cm -2.3 cm 302 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.16 cm -1.03 cm -2.3 cm 0 eV 302 keV 87.7 mum 87.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 104 mum -120 mum 2.02 mm 557 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 164 mum -106 mum 2.04 mm 37.8 keV 411 keV 202 mum 202 mumWAbsorberPhysicaleBrem - 2 163 mum -106 mum 2.04 mm 0 eV 37.8 keV 3.23 mum 206 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 164 mum -106 mum 2.04 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 149 mum -160 mum 2.05 mm 0 eV 69.5 keV 56 mum 56 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 149 mum -160 mum 2.05 mm 38.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 149 mum -160 mum 2.05 mm 0 eV 38.8 keV 3.36 mum 3.36 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 381 mum 606 mum 1.46 mm 399 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -346 mum 1.31 mm 5.66 mm 360 keV 0 eV 4.32 mm 4.32 mmWAbsorberPhysicalcompt - 2 -691 mum 1.21 mm 6.16 mm 0 eV 69.5 keV 617 mum 4.94 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -691 mum 1.21 mm 6.16 mm 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -704 mum 1.2 mm 6.16 mm 59.2 keV 86.5 keV 32.1 mum 32.1 mumWAbsorberPhysicaleBrem - 2 -704 mum 1.2 mm 6.16 mm 0 eV 59.2 keV 6.74 mum 38.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -704 mum 1.2 mm 6.16 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -766 mum 1.22 mm 5.89 mm 0 eV 69.5 keV 282 mum 282 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -766 mum 1.22 mm 5.89 mm 75.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -766 mum 1.22 mm 5.89 mm 0 eV 75.4 keV 10 mum 10 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -346 mum 1.31 mm 5.66 mm 39.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -346 mum 1.31 mm 5.66 mm 0 eV 39.1 keV 3.41 mum 3.41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 453 mum 431 mum 1.28 mm 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -393 mum 2.27 mm 3.48 mm 0 eV 69.5 keV 2.99 mm 2.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -393 mum 2.27 mm 3.48 mm 244 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -394 mum 2.27 mm 3.48 mm 0 eV 244 keV 64.2 mum 64.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -77.8 mum 185 mum 205 mum 19.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -139 mum 300 mum 305 mum 0 eV 0 eV 164 mum 164 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 31, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -139 mum 300 mum 305 mum 12.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 213 mum 1.57 mm 805 mum 8.74 MeV 3.54 MeV 1.6 mm 1.6 mmWAbsorberPhysicaleBrem - 2 256 mum 1.75 mm 806 mum 8.12 MeV 334 keV 184 mum 1.79 mmWAbsorberPhysicaleBrem - 3 228 mum 1.88 mm 835 mum 7.1 MeV 820 keV 140 mum 1.93 mmWAbsorberPhysicaleBrem - 4 -1.17 mm 2.85 mm 1.84 mm 2.91 MeV 4.19 MeV 2.06 mm 3.99 mmWAbsorberPhysicaleIoni - 5 -1.42 mm 3.2 mm 1.89 mm 1.34 MeV 1.12 MeV 519 mum 4.51 mmWAbsorberPhysicaleBrem - 6 -1.39 mm 3.18 mm 1.96 mm 0 eV 1.34 MeV 610 mum 5.12 mmWAbsorberPhysicaleIoni - 7 -1.39 mm 3.18 mm 1.96 mm 0 eV 0 eV 0 fm 5.12 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 mm 3.18 mm 1.96 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 mm 5.16 mm 2.05 mm 356 keV 0 eV 2.18 mm 2.18 mmWAbsorberPhysicalcompt - 2 -6.17 mm 5.92 mm 1.55 mm 0 eV 69.5 keV 4 mm 6.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.17 mm 5.92 mm 1.55 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.18 mm 5.92 mm 1.55 mm 0 eV 287 keV 81.5 mum 81.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 mm 5.16 mm 2.05 mm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 mm 5.17 mm 2.05 mm 0 eV 155 keV 31.8 mum 31.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 mm 3.18 mm 1.96 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 31.8 mum 29.1 mum 1.82 mm 0 eV 69.5 keV 3.46 mm 3.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 31.8 mum 29.1 mum 1.82 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 31.9 mum 19.2 mum 1.81 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm 3.2 mm 1.89 mm 448 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -219 mum 3.18 mm 5.51 mm 0 eV 69.5 keV 3.82 mm 3.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -219 mum 3.18 mm 5.51 mm 378 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -225 mum 3.18 mm 5.52 mm 0 eV 378 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 228 mum 1.88 mm 835 mum 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 303 mum 2.4 mm 870 mum 0 eV 69.5 keV 524 mum 524 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 303 mum 2.4 mm 870 mum 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 302 mum 2.4 mm 869 mum 0 eV 133 keV 25.2 mum 25.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 256 mum 1.75 mm 806 mum 284 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 79.3 mum 2.07 mm 951 mum 0 eV 69.5 keV 396 mum 396 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 79.3 mum 2.07 mm 951 mum 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 68 mum 2.07 mm 947 mum 33.2 keV 67.6 keV 26.3 mum 26.3 mumWAbsorberPhysicaleBrem - 2 67.9 mum 2.07 mm 947 mum 0 eV 33.2 keV 2.6 mum 28.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 68 mum 2.07 mm 947 mum 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -945 mum 2.26 mm 1.03 mm 0 eV 69.5 keV 1.03 mm 1.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -945 mum 2.26 mm 1.03 mm 43.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -945 mum 2.26 mm 1.03 mm 0 eV 43.8 keV 4.12 mum 4.12 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 213 mum 1.57 mm 805 mum 338 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 282 mum 3.13 mm 824 mum 0 eV 69.5 keV 1.56 mm 1.56 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 282 mum 3.13 mm 824 mum 268 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 282 mum 3.14 mm 827 mum 0 eV 268 keV 73.8 mum 73.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -139 mum 300 mum 305 mum 6.05 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -330 mum 397 mum 558 mum 5.15 MeV 736 keV 370 mum 370 mumWAbsorberPhysicaleBrem - 2 -1.6 mm 1.05 mm 607 mum 761 keV 4.39 MeV 1.76 mm 2.13 mmWAbsorberPhysicaleIoni - 3 -1.58 mm 1.05 mm 605 mum 0 eV 761 keV 307 mum 2.43 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -330 mum 397 mum 558 mum 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -575 mum 530 mum -71.2 mum 0 eV 69.5 keV 688 mum 688 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -575 mum 530 mum -71.2 mum 94.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -575 mum 530 mum -72.1 mum 0 eV 94.5 keV 14.5 mum 14.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 35.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.66 cm 3.78 mm -6.64 cm 35.4 MeV 0 eV 8.74 cm 8.74 cmCuPlateBPhysicalTransportation - 2 -7.8 cm 5.21 mm -9.15 cm 35.4 MeV 0 eV 3.3 cm 12 cmLArgPhysicalTransportation - 3 -9.86 cm 6.59 mm -11.6 cm 35.4 MeV 0 eV 3.19 cm 15.2 cmBackExcluderTransportation - 4 -44.5 cm 2.97 cm -52.2 cm 35.4 MeV 0 eV 53.4 cm 68.7 cmLArgPhysicalTransportation - 5 -82.7 cm 5.52 cm -97 cm 35.4 MeV 0 eV 58.9 cm 1.28 mCryostatVolumesTransportation - 6 -82.8 cm 5.54 cm -97.2 cm 35.4 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 7 -87.4 cm 5.84 cm -1.03 m 35.4 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 8 -87.5 cm 5.85 cm -1.03 m 35.4 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 9 -5 m 33.4 cm -5.87 m 35.4 MeV 0 eV 6.37 m 7.72 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 15.2 cm -11.9 cm 1.12 cm 37.1 MeV 0 eV 19.4 cm 19.4 cmLArgPhysicalTransportation - 2 1.24 m -97.5 cm 9.16 cm 37.1 MeV 0 eV 1.39 m 1.58 mMotherTransportation - 3 5 m -3.92 m 36.8 cm 37.1 MeV 0 eV 4.78 m 6.36 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=33.7479 -Edep in FCAL1 FCAl2 : 0 33.7479 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2685 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 185 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 49.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -415 mum 398 mum 610 mum 34.7 MeV 2.06 MeV 842 mum 842 mumWAbsorberPhysicaleBrem - 2 -762 mum 686 mum 906 mum 32.7 MeV 1.15 MeV 539 mum 1.38 mmWAbsorberPhysicaleBrem - 3 -859 mum 750 mum 1.02 mm 23.3 MeV 256 keV 160 mum 1.54 mmWAbsorberPhysicaleBrem - 4 -1.21 mm 1.06 mm 1.27 mm 22 MeV 1.11 MeV 538 mum 2.08 mmWAbsorberPhysicaleBrem - 5 -1.66 mm 1.48 mm 2.36 mm 18.7 MeV 3.14 MeV 1.28 mm 3.36 mmWAbsorberPhysicaleBrem - 6 -1.46 mm 1.87 mm 2.44 mm 16.3 MeV 887 keV 458 mum 3.82 mmWAbsorberPhysicaleBrem - 7 -782 mum 2.48 mm 2.5 mm 13.6 MeV 1.75 MeV 894 mum 4.72 mmWAbsorberPhysicaleBrem - 8 751 mum 2.86 mm 1.43 mm 9.79 MeV 3.51 MeV 1.8 mm 6.52 mmWAbsorberPhysicaleBrem - 9 863 mum 2.95 mm 1.45 mm 9.08 MeV 253 keV 150 mum 6.66 mmWAbsorberPhysicaleBrem - 10 1.28 mm 3.36 mm 1.13 mm 7.03 MeV 1.79 MeV 816 mum 7.48 mmWAbsorberPhysicaleBrem - 11 1.08 mm 3.65 mm 1.35 mm 0 eV 862 keV 425 mum 7.91 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 mm 3.65 mm 1.35 mm 6.65 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.18 mm 4.77 mm 5.89 mm 0 eV 0 eV 7.04 mm 7.04 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.18 mm 4.77 mm 5.89 mm 3.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.1 mm 4.83 mm 6.14 mm 1.84 MeV 913 keV 399 mum 399 mumWAbsorberPhysicaleBrem - 2 -4.04 mm 4.95 mm 6.12 mm 0 eV 1.84 MeV 869 mum 1.27 mmWAbsorberPhysicaleIoni - 3 -4.04 mm 4.95 mm 6.12 mm 0 eV 0 eV 0 fm 1.27 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.04 mm 4.95 mm 6.12 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 cm 5.5 mm -5.55 mm 486 keV 0 eV 1.97 cm 1.97 cmWAbsorberPhysicalcompt - 2 -2.42 cm 4.17 mm -7.86 mm 299 keV 0 eV 5.03 mm 2.48 cmWAbsorberPhysicalcompt - 3 -2.48 cm 4.15 mm -7.34 mm 142 keV 0 eV 784 mum 2.56 cmWAbsorberPhysicalcompt - 4 -2.48 cm 4.14 mm -7.36 mm 0 eV 69.5 keV 31.5 mum 2.56 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.48 cm 4.14 mm -7.36 mm 72.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.48 cm 4.14 mm -7.36 mm 0 eV 72.8 keV 9.48 mum 9.48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.48 cm 4.15 mm -7.34 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.48 cm 4.15 mm -7.34 mm 0 eV 157 keV 32.4 mum 32.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.42 cm 4.17 mm -7.86 mm 187 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.42 cm 4.17 mm -7.86 mm 0 eV 187 keV 42.6 mum 42.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 cm 5.5 mm -5.55 mm 25.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2 cm 5.5 mm -5.55 mm 0 eV 25.5 keV 1.69 mum 1.69 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.04 mm 4.95 mm 6.12 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.74 mm 4.94 mm 6.35 mm 383 keV 0 eV 381 mum 381 mumWAbsorberPhysicalcompt - 2 -995 mum 6.2 mm 6.07 mm 0 eV 69.5 keV 3.03 mm 3.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -995 mum 6.2 mm 6.07 mm 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -990 mum 6.2 mm 6.07 mm 0 eV 313 keV 92.5 mum 92.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.74 mm 4.94 mm 6.35 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.73 mm 4.94 mm 6.35 mm 0 eV 128 keV 23.6 mum 23.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.1 mm 4.83 mm 6.14 mm 401 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 mm 5.09 mm 6.1 mm 281 keV 0 eV 276 mum 276 mumWAbsorberPhysicalcompt - 2 2.31 mm 6.76 mm 8.76 mm 0 eV 69.5 keV 7.06 mm 7.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 mm 6.76 mm 8.76 mm 212 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 mm 6.76 mm 8.76 mm 0 eV 212 keV 51.7 mum 51.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.01 mm 5.09 mm 6.1 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.01 mm 5.09 mm 6.1 mm 0 eV 120 keV 21.3 mum 21.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.18 mm 4.77 mm 5.89 mm 2.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.97 mm 4.68 mm 6.34 mm 1.02 MeV 1.32 MeV 761 mum 761 mumWAbsorberPhysicaleBrem - 2 -3.98 mm 4.68 mm 6.38 mm 0 eV 1.02 MeV 437 mum 1.2 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.97 mm 4.68 mm 6.34 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.07 mm 4.69 mm 6.47 mm 0 eV 69.5 keV 165 mum 165 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.07 mm 4.69 mm 6.47 mm 61 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.07 mm 4.69 mm 6.47 mm 0 eV 61 keV 7.08 mum 7.08 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 mm 3.65 mm 1.35 mm 539 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 mm 3.95 mm 1.27 mm 0 eV 69.5 keV 308 mum 308 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 mm 3.95 mm 1.27 mm 469 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 mm 3.96 mm 1.26 mm 0 eV 469 keV 163 mum 163 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm 3.36 mm 1.13 mm 256 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 mm 3.44 mm 1.26 mm 0 eV 69.5 keV 193 mum 193 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 mm 3.44 mm 1.26 mm 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 mm 3.44 mm 1.26 mm 0 eV 186 keV 42.6 mum 42.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 863 mum 2.95 mm 1.45 mm 463 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.52 mm 8.59 mm 2.79 mm 346 keV 0 eV 1.04 cm 1.04 cmWAbsorberPhysicalcompt - 2 1.02 cm 8.46 mm 3.32 mm 0 eV 69.5 keV 849 mum 1.13 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm 8.46 mm 3.32 mm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm 8.46 mm 3.33 mm 0 eV 277 keV 77.3 mum 77.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.52 mm 8.59 mm 2.79 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.52 mm 8.6 mm 2.79 mm 0 eV 117 keV 20.5 mum 20.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 751 mum 2.86 mm 1.43 mm 348 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 mm 3.67 mm 1.83 mm 272 keV 0 eV 1.43 mm 1.43 mmWAbsorberPhysicalcompt - 2 2.46 mm 3.8 mm 3.33 mm 155 keV 0 eV 1.62 mm 3.05 mmWAbsorberPhysicalcompt - 3 2.24 mm 3.77 mm 3.32 mm 0 eV 69.5 keV 223 mum 3.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.24 mm 3.77 mm 3.32 mm 85.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.24 mm 3.77 mm 3.32 mm 0 eV 85.8 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.46 mm 3.8 mm 3.33 mm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.46 mm 3.8 mm 3.33 mm 0 eV 117 keV 20.5 mum 20.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 mm 3.67 mm 1.83 mm 75.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.85 mm 3.67 mm 1.83 mm 0 eV 75.5 keV 10 mum 10 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -782 mum 2.48 mm 2.5 mm 942 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -127 mum 2.95 mm 2.42 mm 0 eV 69.5 keV 813 mum 813 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -127 mum 2.95 mm 2.42 mm 873 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -104 mum 2.97 mm 2.43 mm 0 eV 873 keV 363 mum 363 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 mm 1.87 mm 2.44 mm 1.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 mm 4.72 mm 3.83 mm 254 keV 0 eV 4.44 mm 4.44 mmWAbsorberPhysicalcompt - 2 -1.9 mm 5.15 mm 2.96 mm 0 eV 69.5 keV 3.67 mm 8.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.9 mm 5.15 mm 2.96 mm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.9 mm 5.16 mm 2.95 mm 0 eV 185 keV 42 mum 42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 mm 4.72 mm 3.83 mm 1.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 mm 4.79 mm 3.7 mm 538 keV 412 keV 255 mum 255 mumWAbsorberPhysicaleBrem - 2 1.7 mm 4.79 mm 3.7 mm 0 eV 538 keV 196 mum 451 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 mm 4.79 mm 3.7 mm 316 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.34 mm 5.34 mm 2.43 mm 0 eV 69.5 keV 4.29 mm 4.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.34 mm 5.34 mm 2.43 mm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.34 mm 5.34 mm 2.44 mm 0 eV 246 keV 64.8 mum 64.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.66 mm 1.48 mm 2.36 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm 2.03 mm 2.58 mm 0 eV 69.5 keV 730 mum 730 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 mm 2.03 mm 2.58 mm 68.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm 2.03 mm 2.59 mm 0 eV 68.3 keV 8.54 mum 8.54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 mm 1.06 mm 1.27 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 mm 1.64 mm 2.11 mm 0 eV 69.5 keV 1.19 mm 1.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.83 mm 1.64 mm 2.11 mm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.83 mm 1.64 mm 2.11 mm 0 eV 146 keV 29 mum 29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -859 mum 750 mum 1.02 mm 9.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.03 mm 5.9 mm 7.39 mm 0 eV 0 eV 1.09 cm 1.09 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 47, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.03 mm 5.9 mm 7.39 mm 5.99 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.21 mm 5.98 mm 7.46 mm 5 MeV 366 keV 203 mum 203 mumWAbsorberPhysicaleBrem - 2 -8.23 mm 6.15 mm 7.65 mm 4.14 MeV 489 keV 296 mum 499 mumWAbsorberPhysicaleBrem - 3 -7.78 mm 6.15 mm 8.17 mm 2.34 MeV 1.29 MeV 786 mum 1.29 mmWAbsorberPhysicaleBrem - 4 -7.72 mm 5.89 mm 8.59 mm 900 keV 1.32 MeV 656 mum 1.94 mmWAbsorberPhysicaleBrem - 5 -7.89 mm 5.86 mm 8.57 mm 179 keV 453 keV 289 mum 2.23 mmWAbsorberPhysicaleBrem - 6 -7.9 mm 5.86 mm 8.58 mm 0 eV 179 keV 38.1 mum 2.27 mmWAbsorberPhysicaleIoni - 7 -7.9 mm 5.86 mm 8.58 mm 0 eV 0 eV 0 fm 2.27 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.9 mm 5.86 mm 8.58 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.74 mm 6.11 mm 8.46 mm 229 keV 0 eV 312 mum 312 mumWAbsorberPhysicalcompt - 2 -8.31 mm 5.18 mm 6.96 mm 184 keV 0 eV 1.85 mm 2.16 mmWAbsorberPhysicalcompt - 3 -8.13 mm 4.9 mm 6.88 mm 0 eV 69.5 keV 344 mum 2.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.13 mm 4.9 mm 6.88 mm 114 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.13 mm 4.89 mm 6.88 mm 0 eV 114 keV 19.7 mum 19.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.31 mm 5.18 mm 6.96 mm 45.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.31 mm 5.18 mm 6.96 mm 0 eV 45.1 keV 4.33 mum 4.33 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.74 mm 6.11 mm 8.46 mm 282 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.74 mm 6.11 mm 8.46 mm 0 eV 282 keV 79.6 mum 79.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.9 mm 5.86 mm 8.58 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.42 mm 5.04 mm 8.98 mm 285 keV 0 eV 1.05 mm 1.05 mmWAbsorberPhysicalcompt - 2 -8.57 mm 5.17 mm 9.2 mm 0 eV 69.5 keV 296 mum 1.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.57 mm 5.17 mm 9.2 mm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.58 mm 5.16 mm 9.2 mm 0 eV 215 keV 53.1 mum 53.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.42 mm 5.04 mm 8.98 mm 226 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.42 mm 5.03 mm 8.98 mm 0 eV 226 keV 57.2 mum 57.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.89 mm 5.86 mm 8.57 mm 268 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.62 mm 5.01 mm 9.78 mm 235 keV 0 eV 2.27 mm 2.27 mmWAbsorberPhysicalcompt - 2 -1.02 cm 4.96 mm 1.17 cm 0 eV 69.5 keV 2.01 mm 4.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 cm 4.96 mm 1.17 cm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 cm 4.96 mm 1.17 cm 0 eV 165 keV 35.2 mum 35.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.62 mm 5.01 mm 9.78 mm 33.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.62 mm 5.01 mm 9.78 mm 0 eV 33.2 keV 2.61 mum 2.61 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.72 mm 5.89 mm 8.59 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.69 mm 5.87 mm 8.52 mm 0 eV 69.5 keV 85.9 mum 85.9 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.69 mm 5.87 mm 8.52 mm 51.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.69 mm 5.87 mm 8.52 mm 0 eV 51.2 keV 5.29 mum 5.29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.78 mm 6.15 mm 8.17 mm 506 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm 5.05 mm 9.52 mm 0 eV 69.5 keV 3.76 mm 3.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm 5.05 mm 9.52 mm 436 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm 5.02 mm 9.53 mm 60.1 keV 109 keV 62.7 mum 62.7 mumWAbsorberPhysicaleBrem - 2 -1.11 cm 5.02 mm 9.53 mm 0 eV 60.1 keV 6.92 mum 69.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm 5.02 mm 9.53 mm 267 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm 4.87 mm 9.33 mm 0 eV 69.5 keV 298 mum 298 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.13 cm 4.87 mm 9.33 mm 198 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.13 cm 4.87 mm 9.32 mm 0 eV 198 keV 46.4 mum 46.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.23 mm 6.15 mm 7.65 mm 371 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.72 mm 6.94 mm 1.04 cm 321 keV 0 eV 2.86 mm 2.86 mmWAbsorberPhysicalcompt - 2 -9.57 mm 6 mm 1.27 cm 213 keV 0 eV 2.65 mm 5.51 mmWAbsorberPhysicalcompt - 3 -9.6 mm 6.5 mm 1.3 cm 0 eV 69.5 keV 598 mum 6.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.6 mm 6.5 mm 1.3 cm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.61 mm 6.51 mm 1.3 cm 0 eV 144 keV 28.4 mum 28.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.57 mm 6 mm 1.27 cm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.57 mm 6 mm 1.27 cm 0 eV 108 keV 17.9 mum 17.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.72 mm 6.94 mm 1.04 cm 49.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.72 mm 6.95 mm 1.04 cm 0 eV 49.7 keV 5.04 mum 5.04 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.21 mm 5.98 mm 7.46 mm 624 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.2 mm 7.03 mm 9.45 mm 563 keV 0 eV 2.46 mm 2.46 mmWAbsorberPhysicalcompt - 2 -9.56 mm 7.29 mm 1.16 cm 195 keV 0 eV 2.16 mm 4.61 mmWAbsorberPhysicalcompt - 3 -9.58 mm 7.3 mm 1.15 cm 0 eV 69.5 keV 28.4 mum 4.64 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.58 mm 7.3 mm 1.15 cm 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.58 mm 7.3 mm 1.15 cm 0 eV 125 keV 22.7 mum 22.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.56 mm 7.29 mm 1.16 cm 368 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.56 mm 7.29 mm 1.16 cm 0 eV 368 keV 117 mum 117 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.2 mm 7.03 mm 9.45 mm 61.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.2 mm 7.03 mm 9.45 mm 0 eV 61.5 keV 7.17 mum 7.17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.03 mm 5.9 mm 7.39 mm 2.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.98 mm 6.05 mm 7.5 mm 1.24 MeV 732 keV 243 mum 243 mumWAbsorberPhysicaleBrem - 2 -7.91 mm 5.99 mm 7.32 mm 38.8 keV 1.08 MeV 366 mum 609 mumWAbsorberPhysicaleBrem - 3 -7.91 mm 5.99 mm 7.32 mm 0 eV 38.8 keV 3.36 mum 612 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.91 mm 5.99 mm 7.32 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.93 mm 5.94 mm 7.33 mm 0 eV 69.5 keV 62.2 mum 62.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.93 mm 5.94 mm 7.33 mm 53.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.93 mm 5.94 mm 7.33 mm 0 eV 53.4 keV 5.7 mum 5.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.98 mm 6.05 mm 7.5 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.88 mm 6.01 mm 7.4 mm 0 eV 69.5 keV 144 mum 144 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.88 mm 6.01 mm 7.4 mm 43.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.88 mm 6.01 mm 7.4 mm 0 eV 43.6 keV 4.09 mum 4.09 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -762 mum 686 mum 906 mum 891 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -986 mum 827 mum 1.12 mm 226 keV 0 eV 342 mum 342 mumWAbsorberPhysicalcompt - 2 -849 mum 598 mum 1.13 mm 0 eV 69.5 keV 267 mum 609 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -849 mum 598 mum 1.13 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -847 mum 597 mum 1.12 mm 0 eV 157 keV 32.4 mum 32.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -986 mum 827 mum 1.12 mm 665 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1 mm 838 mum 1.13 mm 0 eV 665 keV 258 mum 258 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -415 mum 398 mum 610 mum 12.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm 9.78 mm 1.33 cm 0 eV 0 eV 2.05 cm 2.05 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 79, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm 9.78 mm 1.33 cm 4.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 cm 9.01 mm 1.38 cm 2.46 MeV 2.02 MeV 1.22 mm 1.22 mmWAbsorberPhysicaleBrem - 2 -1.4 cm 8.86 mm 1.38 cm 1.92 MeV 378 keV 241 mum 1.46 mmWAbsorberPhysicaleBrem - 3 -1.4 cm 8.56 mm 1.37 cm 771 keV 804 keV 443 mum 1.9 mmWAbsorberPhysicaleBrem - 4 -1.4 cm 8.59 mm 1.37 cm 0 eV 771 keV 313 mum 2.21 mmWAbsorberPhysicaleIoni - 5 -1.4 cm 8.59 mm 1.37 cm 0 eV 0 eV 0 fm 2.21 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 84, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 cm 8.59 mm 1.37 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm 8.09 mm 1.28 cm 0 eV 69.5 keV 1.59 mm 1.59 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 cm 8.09 mm 1.28 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm 8.08 mm 1.28 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 83, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 cm 8.59 mm 1.37 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.62 mm 1.16 cm 1.9 cm 0 eV 69.5 keV 9.57 mm 9.57 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.62 mm 1.16 cm 1.9 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.62 mm 1.16 cm 1.9 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 cm 8.56 mm 1.37 cm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm 1.2 cm 1.33 cm 0 eV 69.5 keV 3.52 mm 3.52 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.33 cm 1.2 cm 1.33 cm 271 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.33 cm 1.2 cm 1.33 cm 0 eV 271 keV 75.1 mum 75.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 cm 8.86 mm 1.38 cm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm 8.9 mm 1.36 cm 0 eV 69.5 keV 220 mum 220 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 cm 8.9 mm 1.36 cm 91.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm 8.9 mm 1.36 cm 0 eV 91.5 keV 13.8 mum 13.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 cm 9.01 mm 1.38 cm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm 8.75 mm 1.34 cm 172 keV 0 eV 1.34 mm 1.34 mmWAbsorberPhysicalcompt - 2 -1.53 cm 8.82 mm 1.34 cm 0 eV 69.5 keV 112 mum 1.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 cm 8.82 mm 1.34 cm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm 8.82 mm 1.34 cm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.53 cm 8.75 mm 1.34 cm 69 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.53 cm 8.75 mm 1.34 cm 0 eV 69 keV 8.68 mum 8.68 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm 9.78 mm 1.33 cm 6.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 cm 1.05 cm 1.45 cm 3.48 MeV 3.32 MeV 1.74 mm 1.74 mmWAbsorberPhysicaleBrem - 2 -1.35 cm 1.02 cm 1.47 cm 1.12 MeV 2.03 MeV 900 mum 2.64 mmWAbsorberPhysicaleBrem - 3 -1.34 cm 1.02 cm 1.47 cm 765 keV 243 keV 133 mum 2.77 mmWAbsorberPhysicaleBrem - 4 -1.34 cm 1.02 cm 1.47 cm 0 eV 765 keV 309 mum 3.08 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 93, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 cm 1.02 cm 1.47 cm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 1.02 cm 1.47 cm 0 eV 69.5 keV 66.7 mum 66.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 cm 1.02 cm 1.47 cm 48.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 cm 1.02 cm 1.47 cm 0 eV 48.3 keV 4.82 mum 4.82 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.35 cm 1.02 cm 1.47 cm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm 1.2 cm 1.27 cm 0 eV 69.5 keV 2.8 mm 2.8 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 92 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 cm 1.2 cm 1.27 cm 251 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.41 cm 1.2 cm 1.27 cm 0 eV 251 keV 66.7 mum 66.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 91, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 cm 1.05 cm 1.45 cm 118 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 cm 1.05 cm 1.46 cm 0 eV 69.5 keV 25.4 mum 25.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 91 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 cm 1.05 cm 1.46 cm 48.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 cm 1.05 cm 1.46 cm 0 eV 48.5 keV 4.86 mum 4.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 29.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.26 cm -8.8 cm -6.19 cm 29.3 MeV 0 eV 13.6 cm 13.6 cmF2RodPhysicalTransportation - 2 8.4 cm -8.94 cm -6.29 cm 29.3 MeV 0 eV 2.15 mm 13.8 cmF2LArGapPhysicalTransportation - 3 8.42 cm -8.97 cm -6.31 cm 29.3 MeV 0 eV 434 mum 13.8 cmCuPlateBPhysicalTransportation - 4 11.4 cm -12.1 cm -8.53 cm 29.3 MeV 0 eV 4.87 cm 18.7 cmLArgPhysicalTransportation - 5 15.5 cm -16.5 cm -11.6 cm 29.3 MeV 0 eV 6.69 cm 25.4 cmBackExcluderTransportation - 6 25.8 cm -27.5 cm -19.3 cm 29.3 MeV 0 eV 17 cm 42.4 cmLArgPhysicalTransportation - 7 91.6 cm -97.5 cm -68.6 cm 29.3 MeV 0 eV 1.08 m 1.5 mMotherTransportation - 8 4.69 m -5 m -3.52 m 29.3 MeV 0 eV 6.2 m 7.71 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 26.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.9 cm -166 mum -6.62 cm 26.4 MeV 0 eV 6.89 cm 6.89 cmF2LArGapPhysicalTransportation - 2 1.93 cm -168 mum -6.73 cm 26.4 MeV 0 eV 1.12 mm 7 cmF2RodPhysicalTransportation - 3 2.35 cm -205 mum -8.21 cm 26.4 MeV 0 eV 1.54 cm 8.54 cmF2LArGapPhysicalTransportation - 4 2.39 cm -209 mum -8.35 cm 26.4 MeV 0 eV 1.5 mm 8.69 cmCuPlateBPhysicalTransportation - 5 2.61 cm -228 mum -9.13 cm 26.4 MeV 0 eV 8.05 mm 9.49 cmLArgPhysicalTransportation - 6 3.32 cm -290 mum -11.6 cm 26.4 MeV 0 eV 2.55 cm 12 cmBackExcluderTransportation - 7 33.3 cm -2.91 mm -1.16 m 26.4 MeV 0 eV 1.09 m 1.21 mLArgPhysicalTransportation - 8 35.1 cm -3.07 mm -1.23 m 26.4 MeV 0 eV 6.54 cm 1.27 mCryostatVolumesTransportation - 9 35.2 cm -3.07 mm -1.23 m 26.4 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 10 37.1 cm -3.24 mm -1.3 m 26.4 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 11 37.2 cm -3.25 mm -1.3 m 26.4 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 12 53.6 cm -4.68 mm -1.87 m 26.4 MeV 0 eV 59.5 cm 1.95 mBigScintPhysicalTransportation - 13 54.1 cm -4.73 mm -1.89 m 26.4 MeV 0 eV 2.08 cm 1.97 mMotherTransportation - 14 55.9 cm -4.88 mm -1.95 m 26.4 MeV 0 eV 6.24 cm 2.03 mBigIronPhysicalTransportation - 15 58.7 cm -5.13 mm -2.05 m 26.4 MeV 0 eV 10.4 cm 2.13 mMotherTransportation - 16 59.3 cm -5.18 mm -2.07 m 26.4 MeV 0 eV 2.08 cm 2.15 mBigScintPhysicalTransportation - 17 59.9 cm -5.23 mm -2.09 m 26.4 MeV 0 eV 2.08 cm 2.17 mMotherTransportation - 18 84.5 cm -7.38 mm -2.95 m 26.4 MeV 0 eV 89.5 cm 3.07 mConcWallAPhysicalTransportation - 19 1.3 m -1.14 cm -4.54 m 26.4 MeV 0 eV 1.65 m 4.72 mMotherTransportation - 20 5 m -4.37 cm -17.5 m 26.4 MeV 0 eV 13.4 m 18.2 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=50.4707 -Edep in FCAL1 FCAl2 : 0 50.4707 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2686 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 186 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 182 mum -165 mum -485 mum 49.4 MeV 1.53 MeV 546 mum 546 mumWAbsorberPhysicaleBrem - 2 302 mum -278 mum -984 mum 48.3 MeV 916 keV 527 mum 1.07 mmWAbsorberPhysicaleBrem - 3 325 mum -298 mum -1.05 mm 32.3 MeV 199 keV 75.8 mum 1.15 mmWAbsorberPhysicaleBrem - 4 435 mum -403 mum -1.28 mm 5.98 MeV 482 keV 274 mum 1.42 mmWAbsorberPhysicaleBrem - 5 440 mum -578 mum -1.55 mm 2.57 MeV 565 keV 318 mum 1.74 mmWAbsorberPhysicaleBrem - 6 1.28 mm -476 mum -1.8 mm 677 keV 1.89 MeV 1.2 mm 2.94 mmWAbsorberPhysicaleIoni - 7 1.28 mm -448 mum -1.79 mm 0 eV 677 keV 265 mum 3.21 mmWAbsorberPhysicaleIoni - 8 1.28 mm -448 mum -1.79 mm 0 eV 0 eV 0 fm 3.21 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -448 mum -1.79 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 mm -607 mum -1.82 mm 0 eV 69.5 keV 173 mum 173 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 mm -607 mum -1.82 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 mm -618 mum -1.81 mm 121 keV 33.8 keV 20.4 mum 20.4 mumWAbsorberPhysicaleBrem - 2 1.23 mm -617 mum -1.81 mm 0 eV 121 keV 21.7 mum 42.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 mm -618 mum -1.81 mm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -766 mum 21.1 mum -1.16 mm 219 keV 0 eV 2.19 mm 2.19 mmWAbsorberPhysicalcompt - 2 -1.09 mm -339 mum -368 mum 0 eV 69.5 keV 928 mum 3.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 mm -339 mum -368 mum 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 mm -340 mum -367 mum 0 eV 150 keV 30.3 mum 30.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -766 mum 21.1 mum -1.16 mm 66.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -766 mum 21.5 mum -1.16 mm 0 eV 66.8 keV 8.23 mum 8.23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -448 mum -1.79 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.01 mm 1.55 mm -1.39 mm 0 eV 69.5 keV 2.17 mm 2.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.01 mm 1.55 mm -1.39 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.01 mm 1.57 mm -1.38 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 440 mum -578 mum -1.55 mm 2.85 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.67 mm -1.41 cm -1.31 cm 1.77 MeV 0 eV 1.8 cm 1.8 cmWAbsorberPhysicalcompt - 2 6.94 mm -1.83 cm -1.95 cm 868 keV 0 eV 8.71 mm 2.67 cmWAbsorberPhysicalcompt - 3 9.48 mm -1.83 cm -2.03 cm 0 eV 69.5 keV 2.69 mm 2.93 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.48 mm -1.83 cm -2.03 cm 798 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.5 mm -1.83 cm -2.04 cm 0 eV 798 keV 325 mum 325 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.94 mm -1.83 cm -1.95 cm 905 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.89 mm -1.83 cm -1.95 cm 611 keV 128 keV 87.2 mum 87.2 mumWAbsorberPhysicaleBrem - 2 6.89 mm -1.83 cm -1.95 cm 0 eV 611 keV 232 mum 319 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.89 mm -1.83 cm -1.95 cm 166 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.83 mm -1.83 cm -1.96 cm 0 eV 69.5 keV 86.5 mum 86.5 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.83 mm -1.83 cm -1.96 cm 96.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.83 mm -1.83 cm -1.96 cm 0 eV 96.7 keV 15 mum 15 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.67 mm -1.41 cm -1.31 cm 1.08 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.65 mm -1.42 cm -1.31 cm 0 eV 1.08 MeV 468 mum 468 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 435 mum -403 mum -1.28 mm 25.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm -1.9 cm -2.69 cm 0 eV 0 eV 3.43 cm 3.43 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 23, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm -1.9 cm -2.69 cm 24.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 cm -1.93 cm -2.76 cm 21.2 MeV 1.46 MeV 839 mum 839 mumWAbsorberPhysicaleBrem - 2 1.41 cm -1.96 cm -2.79 cm 19.4 MeV 678 keV 413 mum 1.25 mmWAbsorberPhysicaleBrem - 3 1.42 cm -1.98 cm -2.8 cm 18.1 MeV 466 keV 245 mum 1.5 mmWAbsorberPhysicaleBrem - 4 1.42 cm -1.98 cm -2.8 cm 15.3 MeV 45.8 keV 30.6 mum 1.53 mmWAbsorberPhysicaleBrem - 5 1.42 cm -1.99 cm -2.81 cm 15 MeV 137 keV 91.9 mum 1.62 mmWAbsorberPhysicaleBrem - 6 1.48 cm -2.01 cm -2.85 cm 11.4 MeV 1.96 MeV 994 mum 2.61 mmWAbsorberPhysicaleBrem - 7 1.48 cm -2.02 cm -2.85 cm 6.46 MeV 157 keV 99 mum 2.71 mmWAbsorberPhysicaleIoni - 8 1.49 cm -2.03 cm -2.85 cm 6.01 MeV 302 keV 171 mum 2.88 mmWAbsorberPhysicaleBrem - 9 1.41 cm -2.16 cm -2.75 cm 2.81 MeV 3.2 MeV 1.91 mm 4.8 mmWAbsorberPhysicaleIoni - 10 1.4 cm -2.08 cm -2.81 cm 847 keV 1.96 MeV 1.28 mm 6.08 mmWAbsorberPhysicaleIoni - 11 1.4 cm -2.08 cm -2.81 cm 0 eV 847 keV 352 mum 6.43 mmWAbsorberPhysicaleIoni - 12 1.4 cm -2.08 cm -2.81 cm 0 eV 0 eV 0 fm 6.43 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm -2.08 cm -2.81 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 cm -1.95 cm -2.59 cm 0 eV 69.5 keV 2.72 mm 2.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 cm -1.95 cm -2.59 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 cm -1.94 cm -2.58 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm -2.08 cm -2.81 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm -2.12 cm -2.88 cm 0 eV 69.5 keV 766 mum 766 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm -2.12 cm -2.88 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm -2.12 cm -2.88 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 cm -2.03 cm -2.85 cm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm -2.09 cm -2.86 cm 0 eV 69.5 keV 628 mum 628 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 cm -2.09 cm -2.86 cm 78.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm -2.09 cm -2.86 cm 0 eV 78.4 keV 10.7 mum 10.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 cm -2.02 cm -2.85 cm 4.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 cm -2.03 cm -2.85 cm 3.64 MeV 320 keV 157 mum 157 mumWAbsorberPhysicaleBrem - 2 1.54 cm -2.07 cm -2.93 cm 1.13 MeV 2.51 MeV 1.48 mm 1.64 mmWAbsorberPhysicaleIoni - 3 1.54 cm -2.07 cm -2.93 cm 0 eV 1.13 MeV 494 mum 2.13 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 cm -2.03 cm -2.85 cm 774 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm -2.2 cm -2.86 cm 328 keV 0 eV 1.76 mm 1.76 mmWAbsorberPhysicalcompt - 2 1.59 cm -2.28 cm -3.47 cm 0 eV 69.5 keV 6.37 mm 8.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.59 cm -2.28 cm -3.47 cm 258 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.59 cm -2.28 cm -3.47 cm 0 eV 258 keV 69.7 mum 69.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm -2.2 cm -2.86 cm 446 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm -2.2 cm -2.86 cm 0 eV 446 keV 153 mum 153 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 cm -2.01 cm -2.85 cm 1.72 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm -2.18 cm -2.86 cm 258 keV 0 eV 1.74 mm 1.74 mmWAbsorberPhysicalcompt - 2 1.46 cm -2.07 cm -2.72 cm 172 keV 0 eV 1.89 mm 3.63 mmWAbsorberPhysicalcompt - 3 1.46 cm -2.07 cm -2.72 cm 0 eV 69.5 keV 37.9 mum 3.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -2.07 cm -2.72 cm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm -2.07 cm -2.72 cm 0 eV 103 keV 16.5 mum 16.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.46 cm -2.07 cm -2.72 cm 85.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.46 cm -2.07 cm -2.72 cm 0 eV 85.6 keV 12.3 mum 12.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 cm -2.18 cm -2.86 cm 1.47 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm -2.19 cm -2.85 cm 696 keV 620 keV 331 mum 331 mumWAbsorberPhysicaleBrem - 2 1.5 cm -2.19 cm -2.85 cm 0 eV 696 keV 274 mum 605 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm -2.19 cm -2.85 cm 150 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm -2.26 cm -2.91 cm 0 eV 69.5 keV 1.48 mm 1.48 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 cm -2.26 cm -2.91 cm 80.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm -2.26 cm -2.91 cm 0 eV 80.4 keV 11.1 mum 11.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm -1.99 cm -2.81 cm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm -1.99 cm -2.81 cm 0 eV 69.5 keV 19.1 mum 19.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm -1.99 cm -2.81 cm 63 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm -1.99 cm -2.81 cm 0 eV 63 keV 7.45 mum 7.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm -1.98 cm -2.8 cm 2.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.78 cm -2.69 cm -3.4 cm 752 keV 0 eV 9.96 mm 9.96 mmWAbsorberPhysicalcompt - 2 2.29 cm -2.5 cm -4.01 cm 654 keV 0 eV 8.2 mm 1.82 cmWAbsorberPhysicalcompt - 3 2.68 cm -2.46 cm -4.19 cm 0 eV 69.5 keV 4.33 mm 2.25 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.68 cm -2.46 cm -4.19 cm 585 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.68 cm -2.46 cm -4.19 cm 0 eV 585 keV 219 mum 219 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.29 cm -2.5 cm -4.01 cm 97.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.29 cm -2.5 cm -4.01 cm 0 eV 97.9 keV 15.3 mum 15.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.78 cm -2.69 cm -3.4 cm 2.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.81 cm -2.69 cm -3.41 cm 1.13 MeV 681 keV 433 mum 433 mumWAbsorberPhysicaleBrem - 2 1.8 cm -2.69 cm -3.4 cm 364 keV 228 keV 153 mum 586 mumWAbsorberPhysicaleBrem - 3 1.8 cm -2.69 cm -3.4 cm 0 eV 364 keV 115 mum 701 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 cm -2.69 cm -3.4 cm 534 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 cm -2.76 cm -3.44 cm 0 eV 69.5 keV 1.12 mm 1.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 cm -2.76 cm -3.44 cm 464 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 cm -2.76 cm -3.44 cm 0 eV 464 keV 161 mum 161 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.81 cm -2.69 cm -3.41 cm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.78 cm -2.67 cm -3.43 cm 0 eV 69.5 keV 359 mum 359 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.78 cm -2.67 cm -3.43 cm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.78 cm -2.67 cm -3.43 cm 0 eV 142 keV 27.8 mum 27.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm -1.98 cm -2.8 cm 776 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 cm -2.16 cm -2.99 cm 308 keV 0 eV 2.92 mm 2.92 mmWAbsorberPhysicalcompt - 2 1.38 cm -2.17 cm -3.1 cm 146 keV 0 eV 2.12 mm 5.03 mmWAbsorberPhysicalcompt - 3 1.38 cm -2.17 cm -3.1 cm 0 eV 69.5 keV 35.1 mum 5.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 cm -2.17 cm -3.1 cm 76.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 cm -2.17 cm -3.1 cm 0 eV 76.6 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 cm -2.17 cm -3.1 cm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 cm -2.17 cm -3.1 cm 10.8 keV 9.31 keV 5.49 mum 5.49 mumWAbsorberPhysicaleBrem - 2 1.38 cm -2.17 cm -3.1 cm 0 eV 10.8 keV 434 nm 5.93 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 cm -2.17 cm -3.1 cm 142 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 cm -2.16 cm -3.1 cm 0 eV 69.5 keV 94.2 mum 94.2 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 cm -2.16 cm -3.1 cm 72.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 cm -2.16 cm -3.1 cm 0 eV 72.4 keV 9.41 mum 9.41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm -2.16 cm -2.99 cm 468 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 cm -2.16 cm -2.99 cm 38.2 keV 18.4 keV 11.2 mum 11.2 mumWAbsorberPhysicaleBrem - 2 1.55 cm -2.16 cm -2.99 cm 0 eV 38.2 keV 3.28 mum 14.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm -2.16 cm -2.99 cm 411 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 cm -2.16 cm -2.98 cm 0 eV 69.5 keV 109 mum 109 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm -2.16 cm -2.98 cm 342 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 cm -2.16 cm -2.98 cm 0 eV 342 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 cm -1.96 cm -2.79 cm 1.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 cm -2.47 cm -3.26 cm 0 eV 69.5 keV 7.51 mm 7.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.68 cm -2.47 cm -3.26 cm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.69 cm -2.48 cm -3.26 cm 0 eV 1.06 MeV 460 mum 460 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 cm -1.93 cm -2.76 cm 1.89 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 cm -1.97 cm -2.81 cm 1.85 MeV 0 eV 598 mum 598 mumWAbsorberPhysicalcompt - 2 1.52 cm -2.31 cm -3.34 cm 0 eV 0 eV 6.4 mm 7 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 63, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm -2.31 cm -3.34 cm 637 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm -2.31 cm -3.34 cm 0 eV 637 keV 244 mum 244 mumWAbsorberPhysicaleIoni - 2 1.52 cm -2.31 cm -3.34 cm 0 eV 0 eV 0 fm 244 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm -2.31 cm -3.34 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm -2.28 cm -3.37 cm 0 eV 69.5 keV 494 mum 494 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 cm -2.28 cm -3.37 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm -2.28 cm -3.37 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm -2.31 cm -3.34 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm -2.7 cm -3.01 cm 0 eV 69.5 keV 5.23 mm 5.23 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm -2.7 cm -3.01 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm -2.7 cm -3.01 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm -2.31 cm -3.34 cm 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm -2.31 cm -3.34 cm 0 eV 194 keV 45.3 mum 45.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.41 cm -1.97 cm -2.81 cm 32.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.41 cm -1.97 cm -2.81 cm 0 eV 32.7 keV 2.55 mum 2.55 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm -1.9 cm -2.69 cm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm -1.9 cm -2.69 cm 0 eV 321 keV 95.9 mum 95.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 325 mum -298 mum -1.05 mm 15.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.83 mm -3.63 mm -9.86 mm 0 eV 0 eV 1 cm 1 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 69, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.83 mm -3.63 mm -9.86 mm 5.97 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.84 mm -3.09 mm -1.04 cm 3.33 MeV 2.48 MeV 1.36 mm 1.36 mmWAbsorberPhysicaleBrem - 2 4.28 mm -3.32 mm -9.88 mm 1.67 MeV 1.47 MeV 966 mum 2.33 mmWAbsorberPhysicaleBrem - 3 4.24 mm -3.41 mm -9.82 mm 0 eV 1.67 MeV 782 mum 3.11 mmWAbsorberPhysicaleIoni - 4 4.24 mm -3.41 mm -9.82 mm 0 eV 0 eV 0 fm 3.11 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.24 mm -3.41 mm -9.82 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.1 mm -3.5 mm -9.42 mm 0 eV 69.5 keV 427 mum 427 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.1 mm -3.5 mm -9.42 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.11 mm -3.5 mm -9.41 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.24 mm -3.41 mm -9.82 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.09 mm -1.56 mm -1.82 cm 179 keV 0 eV 9 mm 9 mmWAbsorberPhysicalcompt - 2 6.72 mm -1.08 mm -1.68 cm 0 eV 69.5 keV 1.48 mm 1.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.72 mm -1.08 mm -1.68 cm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.72 mm -1.08 mm -1.68 cm 0 eV 109 keV 18.4 mum 18.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.09 mm -1.56 mm -1.82 cm 332 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.09 mm -1.56 mm -1.82 cm 0 eV 332 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.28 mm -3.32 mm -9.88 mm 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.78 mm -4.05 mm -9.36 mm 0 eV 69.5 keV 1.02 mm 1.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.78 mm -4.05 mm -9.36 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.78 mm -4.05 mm -9.36 mm 0 eV 113 keV 19.3 mum 19.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.84 mm -3.09 mm -1.04 cm 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.73 mm -2.77 mm -1 cm 0 eV 69.5 keV 487 mum 487 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.73 mm -2.77 mm -1 cm 93.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.73 mm -2.77 mm -1 cm 0 eV 93.9 keV 14.3 mum 14.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.83 mm -3.63 mm -9.86 mm 8.81 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.85 mm -3.72 mm -1 cm 7.75 MeV 346 keV 172 mum 172 mumWAbsorberPhysicaleBrem - 2 3.87 mm -3.73 mm -1 cm 7.15 MeV 60.3 keV 38.9 mum 210 mumWAbsorberPhysicaleBrem - 3 3.91 mm -3.88 mm -1.01 cm 6.66 MeV 277 keV 181 mum 392 mumWAbsorberPhysicaleBrem - 4 3.5 mm -4.84 mm -1.05 cm 4.06 MeV 2.16 MeV 1.01 mm 1.4 mmWAbsorberPhysicaleBrem - 5 3.61 mm -5.03 mm -1.03 cm 2.52 MeV 780 keV 469 mum 1.87 mmWAbsorberPhysicaleBrem - 6 3.78 mm -5.45 mm -1.06 cm 514 keV 1.77 MeV 845 mum 2.71 mmWAbsorberPhysicaleBrem - 7 3.79 mm -5.46 mm -1.06 cm 0 eV 514 keV 185 mum 2.9 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 84, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.78 mm -5.45 mm -1.06 cm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.39 mm -6.26 mm -1.15 cm 0 eV 69.5 keV 2.03 mm 2.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.39 mm -6.26 mm -1.15 cm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.39 mm -6.26 mm -1.15 cm 0 eV 162 keV 34.2 mum 34.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 83, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.61 mm -5.03 mm -1.03 cm 762 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.99 mm -6.82 mm -9.94 mm 611 keV 0 eV 1.93 mm 1.93 mmWAbsorberPhysicalcompt - 2 2.15 mm -9.89 mm -6.85 mm 0 eV 69.5 keV 4.43 mm 6.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.15 mm -9.89 mm -6.85 mm 541 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.15 mm -9.9 mm -6.84 mm 0 eV 541 keV 198 mum 198 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 83 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.99 mm -6.82 mm -9.94 mm 151 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.99 mm -6.82 mm -9.94 mm 0 eV 151 keV 30.8 mum 30.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 82, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.5 mm -4.84 mm -1.05 cm 442 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.67 mm -5.01 mm -1.06 cm 200 keV 0 eV 237 mum 237 mumWAbsorberPhysicalcompt - 2 2.88 mm -5.32 mm -1.02 cm 0 eV 69.5 keV 931 mum 1.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.88 mm -5.32 mm -1.02 cm 130 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.88 mm -5.32 mm -1.02 cm 0 eV 130 keV 24.2 mum 24.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 82 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.67 mm -5.01 mm -1.06 cm 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.67 mm -5.01 mm -1.06 cm 0 eV 242 keV 63.4 mum 63.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 81, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.91 mm -3.88 mm -1.01 cm 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.77 mm -4.4 mm -1.1 cm 0 eV 69.5 keV 1.05 mm 1.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 81 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.77 mm -4.4 mm -1.1 cm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.77 mm -4.4 mm -1.1 cm 0 eV 146 keV 29 mum 29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.87 mm -3.73 mm -1 cm 542 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 cm -1.41 cm -2.31 cm 341 keV 0 eV 1.94 cm 1.94 cmWAbsorberPhysicalcompt - 2 1.58 cm -1.52 cm -2.23 cm 327 keV 0 eV 2.43 mm 2.18 cmWAbsorberPhysicalcompt - 3 1.71 cm -1.53 cm -2.2 cm 0 eV 69.5 keV 1.4 mm 2.32 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.71 cm -1.53 cm -2.2 cm 257 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 cm -1.53 cm -2.2 cm 0 eV 257 keV 69.3 mum 69.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.58 cm -1.52 cm -2.23 cm 14.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.58 cm -1.52 cm -2.23 cm 0 eV 14.1 keV 657 nm 657 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 cm -1.41 cm -2.31 cm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 cm -1.41 cm -2.31 cm 0 eV 201 keV 47.6 mum 47.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.85 mm -3.72 mm -1 cm 711 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.31 mm -1.17 cm -2.07 cm 0 eV 69.5 keV 1.44 cm 1.44 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.31 mm -1.17 cm -2.07 cm 641 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 9.32 mm -1.17 cm -2.07 cm 0 eV 641 keV 247 mum 247 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 302 mum -278 mum -984 mum 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 303 mum -278 mum -986 mum 0 eV 69.5 keV 2.43 mum 2.43 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 303 mum -278 mum -986 mum 37.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 303 mum -278 mum -986 mum 0 eV 37.4 keV 3.17 mum 3.17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 182 mum -165 mum -485 mum 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 326 mum -292 mum -920 mum 0 eV 69.5 keV 475 mum 475 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 326 mum -292 mum -920 mum 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 326 mum -291 mum -920 mum 0 eV 110 keV 18.4 mum 18.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 17.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15 cm -4.68 cm 33.3 cm 17.9 MeV 0 eV 36.8 cm 36.8 cmCuPlateAPhysicalTransportation - 2 -16.1 cm -5.03 cm 35.8 cm 17.9 MeV 0 eV 2.79 cm 39.6 cmFCALEnvelopePhysicalTransportation - 3 -17.4 cm -5.42 cm 38.5 cm 17.9 MeV 0 eV 3.07 cm 42.6 cmFCALEmModulePhysicalTransportation - 4 -19.1 cm -5.97 cm 42.5 cm 17.9 MeV 0 eV 4.33 cm 47 cmFCALEnvelopePhysicalTransportation - 5 -19.6 cm -6.12 cm 43.5 cm 17.9 MeV 0 eV 1.16 cm 48.1 cmLArgPhysicalTransportation - 6 -52.4 cm -16.3 cm 1.16 m 17.9 MeV 0 eV 80.4 cm 1.28 mCryostatVolumesTransportation - 7 -52.5 cm -16.4 cm 1.16 m 17.9 MeV 0 eV 3.02 mm 1.29 mInsulationPhysicalTransportation - 8 -55.4 cm -17.3 cm 1.23 m 17.9 MeV 0 eV 7.06 cm 1.36 mCryostatVolumesTransportation - 9 -55.5 cm -17.3 cm 1.23 m 17.9 MeV 0 eV 2.52 mm 1.36 mMotherTransportation - 10 -64 cm -20 cm 1.42 m 17.9 MeV 0 eV 20.9 cm 1.57 mIronWallPhysicalTransportation - 11 -82 cm -25.6 cm 1.82 m 17.9 MeV 0 eV 44.2 cm 2.01 mMotherTransportation - 12 -5 m -1.56 m 11.1 m 17.9 MeV 0 eV 10.3 m 12.3 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.3 cm 17.3 cm 32.2 cm 36.2 MeV 0 eV 37.1 cm 37.1 cmF2LArGapPhysicalTransportation - 2 -6.31 cm 17.4 cm 32.2 cm 36.2 MeV 0 eV 648 mum 37.1 cmF2RodPhysicalTransportation - 3 -6.5 cm 17.9 cm 33.2 cm 36.2 MeV 0 eV 1.08 cm 38.2 cmF2LArGapPhysicalTransportation - 4 -6.51 cm 17.9 cm 33.2 cm 36.2 MeV 0 eV 814 mum 38.3 cmCuPlateAPhysicalTransportation - 5 -6.61 cm 18.2 cm 33.7 cm 36.2 MeV 0 eV 5.57 mm 38.9 cmF2TroffAPhysicalTransportation - 6 -6.78 cm 18.6 cm 34.6 cm 36.2 MeV 0 eV 1.03 cm 39.9 cmFCALEnvelopePhysicalTransportation - 7 -6.98 cm 19.2 cm 35.6 cm 36.2 MeV 0 eV 1.19 cm 41.1 cmLArgPhysicalTransportation - 8 -24.5 cm 67.4 cm 1.25 m 36.2 MeV 0 eV 1.03 m 1.44 mCryostatVolumesTransportation - 9 -24.6 cm 67.5 cm 1.25 m 36.2 MeV 0 eV 3.39 mm 1.44 mInsulationPhysicalTransportation - 10 -25.9 cm 71.2 cm 1.32 m 36.2 MeV 0 eV 7.92 cm 1.52 mCryostatVolumesTransportation - 11 -26 cm 71.3 cm 1.32 m 36.2 MeV 0 eV 2.83 mm 1.53 mMotherTransportation - 12 -1.82 m 5 m 9.28 m 36.2 MeV 0 eV 9.17 m 10.7 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=52.081 -Edep in FCAL1 FCAl2 : 0 52.081 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2687 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 187 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 36.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.99 mum -7.82 mum -1.29 mum 12.6 MeV 10.3 keV 9.37 mum 9.37 mumWAbsorberPhysicaleBrem - 2 262 mum -266 mum -14.3 mum 5.58 MeV 1.44 MeV 373 mum 382 mumWAbsorberPhysicaleBrem - 3 335 mum -448 mum -107 mum 4.96 MeV 336 keV 229 mum 611 mumWAbsorberPhysicaleBrem - 4 369 mum -497 mum -112 mum 3.88 MeV 96.6 keV 61.1 mum 672 mumWAbsorberPhysicaleBrem - 5 1.03 mm 227 mum -946 mum 621 keV 3.26 MeV 1.56 mm 2.23 mmWAbsorberPhysicaleIoni - 6 1.02 mm 201 mum -947 mum 0 eV 621 keV 236 mum 2.47 mmWAbsorberPhysicaleIoni - 7 1.02 mm 201 mum -947 mum 0 eV 0 eV 0 fm 2.47 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 mm 201 mum -947 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 454 mum 86.2 mum -536 mum 0 eV 69.5 keV 709 mum 709 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 454 mum 86.2 mum -536 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 449 mum 89 mum -526 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 mm 201 mum -947 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 mm 262 mum -1.16 mm 0 eV 69.5 keV 370 mum 370 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 mm 262 mum -1.16 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 mm 251 mum -1.18 mm 227 keV 55.6 keV 27.3 mum 27.3 mumWAbsorberPhysicaleBrem - 2 1.32 mm 247 mum -1.18 mm 0 eV 227 keV 57.6 mum 84.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 mm 251 mum -1.18 mm 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 mm 166 mum -1.14 mm 0 eV 69.5 keV 104 mum 104 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 mm 166 mum -1.14 mm 89.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 mm 166 mum -1.14 mm 0 eV 89.2 keV 13.2 mum 13.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 369 mum -497 mum -112 mum 986 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.5 mm -6.07 mm -975 mum 0 eV 69.5 keV 9.89 mm 9.89 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.5 mm -6.07 mm -975 mum 917 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.5 mm -6.11 mm -1.01 mm 531 keV 158 keV 84.1 mum 84.1 mumWAbsorberPhysicaleBrem - 2 8.5 mm -6.13 mm -1.02 mm 0 eV 531 keV 193 mum 277 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.5 mm -6.11 mm -1.01 mm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.94 mm -7.92 mm -1.59 mm 0 eV 69.5 keV 1.95 mm 1.95 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.94 mm -7.92 mm -1.59 mm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.94 mm -7.92 mm -1.59 mm 0 eV 158 keV 32.9 mum 32.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 335 mum -448 mum -107 mum 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 mm -1.59 mm -471 mum 0 eV 69.5 keV 1.49 mm 1.49 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 mm -1.59 mm -471 mum 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 mm -1.59 mm -470 mum 0 eV 213 keV 52.3 mum 52.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 262 mum -266 mum -14.3 mum 5.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.89 mm -7.68 mm -7.31 mm 0 eV 0 eV 1.23 cm 1.23 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 20, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.89 mm -7.68 mm -7.31 mm 3.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.29 mm -8.45 mm -7.85 mm 721 keV 2.57 MeV 1.42 mm 1.42 mmWAbsorberPhysicaleIoni - 2 6.31 mm -8.47 mm -7.83 mm 0 eV 721 keV 287 mum 1.71 mmWAbsorberPhysicaleIoni - 3 6.31 mm -8.47 mm -7.83 mm 0 eV 0 eV 0 fm 1.71 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.31 mm -8.47 mm -7.83 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.26 mm -9 mm -8.02 mm 379 keV 0 eV 570 mum 570 mumWAbsorberPhysicalcompt - 2 4.33 mm -1.03 cm -1.07 cm 166 keV 0 eV 3.56 mm 4.13 mmWAbsorberPhysicalcompt - 3 4.4 mm -1.02 cm -1.07 cm 0 eV 69.5 keV 139 mum 4.27 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.4 mm -1.02 cm -1.07 cm 96.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.4 mm -1.02 cm -1.07 cm 0 eV 96.4 keV 14.9 mum 14.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.33 mm -1.03 cm -1.07 cm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.33 mm -1.03 cm -1.07 cm 0 eV 213 keV 52.2 mum 52.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.26 mm -9 mm -8.02 mm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.26 mm -9.01 mm -8.02 mm 0 eV 132 keV 24.8 mum 24.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.31 mm -8.47 mm -7.83 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.76 mm -4.09 mm -6.26 mm 222 keV 0 eV 4.68 mm 4.68 mmWAbsorberPhysicalcompt - 2 6.11 mm -4.39 mm -5.94 mm 0 eV 69.5 keV 789 mum 5.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.11 mm -4.39 mm -5.94 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.11 mm -4.39 mm -5.94 mm 0 eV 153 keV 31.1 mum 31.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.76 mm -4.09 mm -6.26 mm 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.77 mm -4.08 mm -6.26 mm 0 eV 289 keV 82.4 mum 82.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.89 mm -7.68 mm -7.31 mm 1.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.91 mm -7.73 mm -7.34 mm 0 eV 1.28 MeV 568 mum 568 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.99 mum -7.82 mum -1.29 mum 24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 163 mum -258 mum -34.1 mum 0 eV 0 eV 298 mum 298 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 29, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 163 mum -258 mum -34.1 mum 18.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 249 mum -438 mum -49.1 mum 18.3 MeV 288 keV 199 mum 199 mumWAbsorberPhysicaleBrem - 2 274 mum -477 mum -52.7 mum 14 MeV 62.5 keV 46 mum 245 mumWAbsorberPhysicaleBrem - 3 495 mum -865 mum -197 mum 12.8 MeV 957 keV 497 mum 742 mumWAbsorberPhysicaleBrem - 4 612 mum -1.08 mm -81.1 mum 7.85 MeV 515 keV 272 mum 1.01 mmWAbsorberPhysicaleBrem - 5 1.28 mm -1.67 mm -1.14 mm 1.58 MeV 3.21 MeV 1.48 mm 2.5 mmWAbsorberPhysicaleBrem - 6 1.52 mm -1.95 mm -1.04 mm 158 keV 907 keV 577 mum 3.07 mmWAbsorberPhysicaleBrem - 7 1.52 mm -1.95 mm -1.04 mm 0 eV 158 keV 31 mum 3.1 mmWAbsorberPhysicaleIoni - 8 1.52 mm -1.95 mm -1.04 mm 0 eV 0 eV 0 fm 3.1 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 mm -1.95 mm -1.04 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 337 mum -1.22 mm -577 mum 371 keV 0 eV 1.46 mm 1.46 mmWAbsorberPhysicalcompt - 2 69.7 mum -1.33 mm -327 mum 0 eV 69.5 keV 383 mum 1.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 69.7 mum -1.33 mm -327 mum 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 64.9 mum -1.33 mm -323 mum 0 eV 301 keV 87.5 mum 87.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 337 mum -1.22 mm -577 mum 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 336 mum -1.22 mm -578 mum 0 eV 140 keV 27.3 mum 27.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 mm -1.95 mm -1.04 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.25 mm -4.88 mm -2.87 mm 197 keV 0 eV 5.86 mm 5.86 mmWAbsorberPhysicalcompt - 2 6.23 mm -4.89 mm -2.85 mm 182 keV 0 eV 19 mum 5.87 mmWAbsorberPhysicalcompt - 3 5.89 mm -4.65 mm -2.25 mm 0 eV 69.5 keV 734 mum 6.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.89 mm -4.65 mm -2.25 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.89 mm -4.65 mm -2.25 mm 0 eV 112 keV 19.2 mum 19.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.23 mm -4.89 mm -2.85 mm 15.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.23 mm -4.89 mm -2.85 mm 0 eV 15.4 keV 758 nm 758 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.25 mm -4.88 mm -2.87 mm 314 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.25 mm -4.89 mm -2.87 mm 0 eV 314 keV 92.6 mum 92.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 mm -1.95 mm -1.04 mm 515 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.15 mm -355 mum 1.81 mm 194 keV 0 eV 8.34 mm 8.34 mmWAbsorberPhysicalcompt - 2 -5.45 mm -1.94 mm 963 mum 0 eV 69.5 keV 1.93 mm 1.03 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.45 mm -1.94 mm 963 mum 125 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.45 mm -1.94 mm 964 mum 0 eV 125 keV 22.5 mum 22.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.15 mm -355 mum 1.81 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.16 mm -353 mum 1.81 mm 0 eV 321 keV 95.8 mum 95.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 mm -1.67 mm -1.14 mm 3.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.47 mm -2.22 mm 1.06 mm 366 keV 0 eV 2.27 mm 2.27 mmWAbsorberPhysicalcompt - 2 1.56 mm -2.99 mm 648 mum 152 keV 0 eV 876 mum 3.15 mmWAbsorberPhysicalcompt - 3 1.52 mm -2.72 mm 880 mum 0 eV 69.5 keV 358 mum 3.5 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 mm -2.72 mm 880 mum 82 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 mm -2.72 mm 881 mum 0 eV 82 keV 11.5 mum 11.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 mm -2.99 mm 648 mum 215 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 mm -2.99 mm 646 mum 0 eV 215 keV 52.8 mum 52.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.47 mm -2.22 mm 1.06 mm 2.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 mm -1.78 mm 1.28 mm 680 keV 1.65 MeV 724 mum 724 mumWAbsorberPhysicaleBrem - 2 1.56 mm -1.79 mm 1.28 mm 0 eV 680 keV 266 mum 991 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 mm -1.78 mm 1.28 mm 372 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.02 mm -3.04 mm 1.15 mm 292 keV 0 eV 1.94 mm 1.94 mmWAbsorberPhysicalcompt - 2 3.89 mm -2.88 mm 954 mum 0 eV 69.5 keV 905 mum 2.84 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.89 mm -2.88 mm 954 mum 223 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.89 mm -2.88 mm 953 mum 0 eV 223 keV 56 mum 56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.02 mm -3.04 mm 1.15 mm 79.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.02 mm -3.04 mm 1.15 mm 0 eV 79.2 keV 10.8 mum 10.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 612 mum -1.08 mm -81.1 mum 4.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 mm -2.37 mm -223 mum 0 eV 0 eV 1.37 mm 1.37 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 52, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 mm -2.37 mm -223 mum 2.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 629 mum -2.9 mm 162 mum 337 keV 1.96 MeV 1.09 mm 1.09 mmWAbsorberPhysicaleIoni - 2 618 mum -2.9 mm 163 mum 0 eV 337 keV 101 mum 1.19 mmWAbsorberPhysicaleIoni - 3 618 mum -2.9 mm 163 mum 0 eV 0 eV 0 fm 1.19 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 618 mum -2.9 mm 163 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.15 mm -2.69 mm 1.14 mm 370 keV 0 eV 2.72 mm 2.72 mmWAbsorberPhysicalcompt - 2 4.44 mm -3.86 mm 4.39 mm 365 keV 0 eV 3.69 mm 6.41 mmWAbsorberPhysicalcompt - 3 4.5 mm -3.98 mm 4.7 mm 205 keV 0 eV 334 mum 6.75 mmWAbsorberPhysicalcompt - 4 4.61 mm -3.93 mm 4.69 mm 0 eV 69.5 keV 128 mum 6.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.61 mm -3.93 mm 4.69 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.62 mm -3.93 mm 4.69 mm 0 eV 135 keV 25.7 mum 25.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.5 mm -3.98 mm 4.7 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.5 mm -3.98 mm 4.71 mm 0 eV 160 keV 33.5 mum 33.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.44 mm -3.86 mm 4.39 mm 5.49 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.44 mm -3.86 mm 4.39 mm 0 eV 5.49 keV 160 nm 160 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.15 mm -2.69 mm 1.14 mm 141 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.15 mm -2.69 mm 1.14 mm 0 eV 141 keV 27.5 mum 27.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 618 mum -2.9 mm 163 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.9 mm -3.51 mm -2.73 mm 408 keV 0 eV 8.08 mm 8.08 mmWAbsorberPhysicalcompt - 2 -1.04 cm -3.19 mm -1.48 mm 0 eV 69.5 keV 3.77 mm 1.18 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm -3.19 mm -1.48 mm 339 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm -3.19 mm -1.47 mm 0 eV 339 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.9 mm -3.51 mm -2.73 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.9 mm -3.51 mm -2.74 mm 0 eV 103 keV 16.6 mum 16.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.05 mm -2.37 mm -223 mum 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 mm -2.41 mm -199 mum 0 eV 1.1 MeV 478 mum 478 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 495 mum -865 mum -197 mum 291 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 705 mum -1.44 mm -3.55 mum 280 keV 0 eV 646 mum 646 mumWAbsorberPhysicalcompt - 2 956 mum -1.93 mm -28.7 mum 0 eV 69.5 keV 546 mum 1.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 956 mum -1.93 mm -28.7 mum 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 958 mum -1.93 mm -27.6 mum 0 eV 210 keV 51.2 mum 51.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 705 mum -1.44 mm -3.55 mum 11 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 705 mum -1.44 mm -3.51 mum 0 eV 11 keV 447 nm 447 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 274 mum -477 mum -52.7 mum 4.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.94 mm -9.33 mm -1.44 mm 0 eV 69.5 keV 1.12 cm 1.12 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.94 mm -9.33 mm -1.44 mm 4.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.92 mm -9.58 mm -2.6 mm 1.25 MeV 2.87 MeV 1.58 mm 1.58 mmWAbsorberPhysicaleIoni - 2 6.87 mm -9.55 mm -2.58 mm 0 eV 1.25 MeV 554 mum 2.13 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 249 mum -438 mum -49.1 mum 355 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 528 mum -825 mum -60.3 mum 0 eV 69.5 keV 477 mum 477 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 528 mum -825 mum -60.3 mum 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 541 mum -833 mum -44 mum 79.4 keV 94.2 keV 43.1 mum 43.1 mumWAbsorberPhysicaleBrem - 2 541 mum -833 mum -43.5 mum 0 eV 79.4 keV 10.9 mum 54 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 541 mum -833 mum -44 mum 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 460 mum -1.01 mm 236 mum 0 eV 69.5 keV 340 mum 340 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 460 mum -1.01 mm 236 mum 42.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 460 mum -1.01 mm 236 mum 0 eV 42.6 keV 3.94 mum 3.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 163 mum -258 mum -34.1 mum 4.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -556 mum -1.11 mm -399 mum 1.27 MeV 2.79 MeV 1.57 mm 1.57 mmWAbsorberPhysicaleIoni - 2 -551 mum -1.16 mm -410 mum 0 eV 1.27 MeV 566 mum 2.14 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 27.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.97 cm -1.65 cm -6.54 cm 27.6 MeV 0 eV 11.2 cm 11.2 cmCuPlateBPhysicalTransportation - 2 -12.4 cm -2.28 cm -9.01 cm 27.6 MeV 0 eV 4.24 cm 15.5 cmLArgPhysicalTransportation - 3 -15.9 cm -2.93 cm -11.6 cm 27.6 MeV 0 eV 4.4 cm 19.9 cmBackExcluderTransportation - 4 -41.8 cm -7.71 cm -30.5 cm 27.6 MeV 0 eV 32.5 cm 52.4 cmLArgPhysicalTransportation - 5 -1.03 m -19 cm -75.1 cm 27.6 MeV 0 eV 76.5 cm 1.29 mCryostatVolumesTransportation - 6 -1.03 m -19 cm -75.3 cm 27.6 MeV 0 eV 3.03 mm 1.29 mInsulationPhysicalTransportation - 7 -1.09 m -20.1 cm -79.4 cm 27.6 MeV 0 eV 7.08 cm 1.36 mCryostatVolumesTransportation - 8 -1.09 m -20.1 cm -79.6 cm 27.6 MeV 0 eV 2.53 mm 1.36 mMotherTransportation - 9 -5 m -92.2 cm -3.65 m 27.6 MeV 0 eV 4.89 m 6.26 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.25 cm 18.5 cm 10.9 cm 40.9 MeV 0 eV 21.5 cm 21.5 cmLArgPhysicalTransportation - 2 6.57 cm 97.5 cm 57.3 cm 40.9 MeV 0 eV 91.8 cm 1.13 mCryostatVolumesTransportation - 3 13.3 cm 1.98 m 1.16 m 40.9 MeV 0 eV 1.16 m 2.29 mMotherTransportation - 4 33.7 cm 5 m 2.94 m 40.9 MeV 0 eV 3.51 m 5.81 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=37.6521 -Edep in FCAL1 FCAl2 : 0 37.6521 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2688 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 188 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -365 mum 31.5 mum 92.2 mum 35 MeV 911 keV 379 mum 379 mumWAbsorberPhysicaleBrem - 2 -424 mum 25.6 mum 106 mum 33.6 MeV 101 keV 60.9 mum 440 mumWAbsorberPhysicaleBrem - 3 -1.38 mm 99.5 mum 276 mum 29.2 MeV 1.88 MeV 970 mum 1.41 mmWAbsorberPhysicaleIoni - 4 -1.8 mm 114 mum 300 mum 27.9 MeV 773 keV 425 mum 1.83 mmWAbsorberPhysicaleBrem - 5 -2.64 mm 155 mum 517 mum 25.9 MeV 1.62 MeV 894 mum 2.73 mmWAbsorberPhysicaleBrem - 6 -4.05 mm 1.03 mm 1.36 mm 22.2 MeV 3.36 MeV 1.86 mm 4.59 mmWAbsorberPhysicaleBrem - 7 -4.35 mm 1.04 mm 1.46 mm 19.5 MeV 504 keV 316 mum 4.91 mmWAbsorberPhysicaleBrem - 8 -4.44 mm 1.03 mm 1.47 mm 18.5 MeV 135 keV 98.6 mum 5.01 mmWAbsorberPhysicaleBrem - 9 -4.52 mm 1.02 mm 1.48 mm 17.7 MeV 123 keV 75.6 mum 5.08 mmWAbsorberPhysicaleBrem - 10 -4.88 mm 992 mum 1.6 mm 16.6 MeV 748 keV 379 mum 5.46 mmWAbsorberPhysicaleBrem - 11 -5.72 mm 949 mum 2.21 mm 9.55 MeV 2.16 MeV 1 mm 6.46 mmWAbsorberPhysicaleBrem - 12 -5.49 mm -1.12 mm 1.92 mm 4.66 MeV 4.88 MeV 2.35 mm 8.81 mmWAbsorberPhysicaleIoni - 13 -5.24 mm -1.04 mm 2.15 mm 3.62 MeV 736 keV 352 mum 9.16 mmWAbsorberPhysicaleBrem - 14 -5.73 mm -536 mum 1.85 mm 1.51 MeV 1.77 MeV 917 mum 1.01 cmWAbsorberPhysicaleBrem - 15 -5.76 mm -481 mum 1.87 mm 1.2 MeV 134 keV 72.3 mum 1.01 cmWAbsorberPhysicaleBrem - 16 -5.53 mm -357 mum 1.87 mm 322 keV 647 keV 409 mum 1.06 cmWAbsorberPhysicaleBrem - 17 -5.54 mm -354 mum 1.87 mm 0 eV 322 keV 93.7 mum 1.07 cmWAbsorberPhysicaleIoni - 18 -5.54 mm -354 mum 1.87 mm 0 eV 0 eV 0 fm 1.07 cmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.54 mm -354 mum 1.87 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -582 mum 3.26 mm 5.3 mm 455 keV 0 eV 7.03 mm 7.03 mmWAbsorberPhysicalcompt - 2 1.1 cm 7.27 mm 6.46 mm 0 eV 69.5 keV 1.24 cm 1.94 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.1 cm 7.27 mm 6.46 mm 385 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.1 cm 7.27 mm 6.46 mm 0 eV 385 keV 124 mum 124 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -582 mum 3.26 mm 5.3 mm 56.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -582 mum 3.27 mm 5.3 mm 0 eV 56.2 keV 6.21 mum 6.21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.54 mm -354 mum 1.87 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.37 mm -2.42 mm -92.4 mum 0 eV 69.5 keV 4.02 mm 4.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.37 mm -2.42 mm -92.4 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.38 mm -2.43 mm -94.5 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.53 mm -357 mum 1.87 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.81 mm 469 mum 2.28 mm 0 eV 69.5 keV 1.58 mm 1.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.81 mm 469 mum 2.28 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.81 mm 468 mum 2.28 mm 0 eV 161 keV 33.9 mum 33.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.76 mm -481 mum 1.87 mm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.77 mm -347 mum 1.8 mm 0 eV 69.5 keV 155 mum 155 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.77 mm -347 mum 1.8 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.77 mm -346 mum 1.8 mm 0 eV 104 keV 16.8 mum 16.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.73 mm -536 mum 1.85 mm 340 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.93 mm 431 mum 2.23 mm 0 eV 69.5 keV 1.06 mm 1.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.93 mm 431 mum 2.23 mm 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.94 mm 432 mum 2.23 mm 0 eV 270 keV 74.6 mum 74.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.24 mm -1.04 mm 2.15 mm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.43 mm 1.46 mm 2.15 mm 0 eV 69.5 keV 2.63 mm 2.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.43 mm 1.46 mm 2.15 mm 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.43 mm 1.47 mm 2.15 mm 0 eV 238 keV 61.8 mum 61.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.72 mm 949 mum 2.21 mm 4.86 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 cm -2.1 cm 1.19 cm 0 eV 0 eV 3.85 cm 3.85 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 30, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 cm -2.1 cm 1.19 cm 680 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 cm -2.1 cm 1.2 cm 0 eV 680 keV 266 mum 266 mumWAbsorberPhysicaleIoni - 2 -3.59 cm -2.1 cm 1.2 cm 0 eV 0 eV 0 fm 266 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 cm -2.1 cm 1.2 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.33 cm -2.56 cm 9.24 mm 243 keV 0 eV 5.93 mm 5.93 mmWAbsorberPhysicalcompt - 2 -3.31 cm -2.54 cm 9.11 mm 0 eV 69.5 keV 344 mum 6.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.31 cm -2.54 cm 9.11 mm 174 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.31 cm -2.54 cm 9.11 mm 0 eV 174 keV 38.2 mum 38.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.33 cm -2.56 cm 9.24 mm 268 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.33 cm -2.56 cm 9.24 mm 0 eV 268 keV 73.7 mum 73.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 cm -2.1 cm 1.2 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.91 cm -1.51 cm 1.54 cm 391 keV 0 eV 7.55 mm 7.55 mmWAbsorberPhysicalcompt - 2 -4.08 cm -1.44 cm 1.99 cm 0 eV 69.5 keV 4.88 mm 1.24 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.08 cm -1.44 cm 1.99 cm 322 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.08 cm -1.44 cm 2 cm 0 eV 322 keV 96.1 mum 96.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.91 cm -1.51 cm 1.54 cm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.91 cm -1.51 cm 1.54 cm 0 eV 120 keV 21.3 mum 21.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 cm -2.1 cm 1.19 cm 3.15 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.59 cm -2.14 cm 1.24 cm 908 keV 1.42 MeV 825 mum 825 mumWAbsorberPhysicaleBrem - 2 -3.59 cm -2.14 cm 1.24 cm 0 eV 908 keV 381 mum 1.21 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.59 cm -2.14 cm 1.24 cm 823 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.94 cm -1.83 cm 1.54 cm 0 eV 69.5 keV 5.58 mm 5.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.94 cm -1.83 cm 1.54 cm 753 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.94 cm -1.83 cm 1.54 cm 0 eV 753 keV 303 mum 303 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.88 mm 992 mum 1.6 mm 351 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.9 mm 1.04 mm 1.81 mm 0 eV 69.5 keV 1.04 mm 1.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.9 mm 1.04 mm 1.81 mm 282 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.91 mm 1.04 mm 1.81 mm 0 eV 282 keV 79.5 mum 79.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.52 mm 1.02 mm 1.48 mm 712 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 cm -1.26 mm 3.02 mm 234 keV 0 eV 1.32 cm 1.32 cmWAbsorberPhysicalcompt - 2 -1.69 cm -1.38 mm 3.65 mm 0 eV 69.5 keV 793 mum 1.4 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm -1.38 mm 3.65 mm 164 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm -1.38 mm 3.65 mm 0 eV 164 keV 35 mum 35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 cm -1.26 mm 3.02 mm 478 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 cm -1.26 mm 3.02 mm 0 eV 478 keV 168 mum 168 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.44 mm 1.03 mm 1.47 mm 857 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.64 mm 620 mum 1.53 mm 850 keV 0 eV 3.22 mm 3.22 mmWAbsorberPhysicalcompt - 2 -8.27 mm 473 mum 1.53 mm 640 keV 0 eV 648 mum 3.87 mmWAbsorberPhysicalcompt - 3 -1.58 cm -4.17 mm 7.21 mm 0 eV 69.5 keV 1.05 cm 1.44 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.58 cm -4.17 mm 7.21 mm 570 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.59 cm -4.18 mm 7.21 mm 0 eV 570 keV 212 mum 212 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.27 mm 473 mum 1.53 mm 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.27 mm 474 mum 1.53 mm 0 eV 210 keV 51.2 mum 51.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.64 mm 620 mum 1.53 mm 7.23 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.64 mm 620 mum 1.53 mm 0 eV 7.23 keV 239 nm 239 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.35 mm 1.04 mm 1.46 mm 2.17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 cm -4.19 mm 4.66 mm 0 eV 0 eV 2.3 cm 2.3 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 46, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.65 cm -4.19 mm 4.66 mm 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 cm -4.19 mm 4.66 mm 0 eV 363 keV 112 mum 112 mumWAbsorberPhysicaleIoni - 2 -2.65 cm -4.19 mm 4.66 mm 0 eV 0 eV 0 fm 112 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.65 cm -4.19 mm 4.66 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.62 cm -7.49 mm 5.15 mm 0 eV 69.5 keV 3.36 mm 3.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.62 cm -7.49 mm 5.15 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.61 cm -7.49 mm 5.14 mm 2.41 keV 248 keV 140 mum 140 mumWAbsorberPhysicaleBrem - 2 -2.61 cm -7.49 mm 5.14 mm 0 eV 2.41 keV 51.1 nm 140 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.61 cm -7.49 mm 5.14 mm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 cm -7.58 mm 4.51 mm 0 eV 69.5 keV 1.1 mm 1.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.52 cm -7.58 mm 4.51 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.52 cm -7.58 mm 4.51 mm 0 eV 121 keV 21.7 mum 21.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.65 cm -4.19 mm 4.66 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.75 cm 4.95 mm 3.32 mm 300 keV 0 eV 9.29 mm 9.29 mmWAbsorberPhysicalcompt - 2 -2.61 cm 5.55 mm 1.93 mm 0 eV 69.5 keV 2.1 mm 1.14 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.61 cm 5.55 mm 1.93 mm 231 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.61 cm 5.55 mm 1.93 mm 0 eV 231 keV 59 mum 59 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.75 cm 4.95 mm 3.32 mm 211 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.75 cm 4.96 mm 3.32 mm 0 eV 211 keV 51.3 mum 51.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.65 cm -4.19 mm 4.66 mm 790 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 cm -4.21 mm 4.66 mm 0 eV 790 keV 321 mum 321 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.05 mm 1.03 mm 1.36 mm 421 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.35 mm 1.17 mm 1.88 mm 0 eV 69.5 keV 2.36 mm 2.36 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.35 mm 1.17 mm 1.88 mm 351 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.35 mm 1.17 mm 1.88 mm 0 eV 351 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm 155 mum 517 mum 342 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.2 mm 682 mum 1.57 mm 0 eV 8.33 keV 2.81 mm 2.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.2 mm 682 mum 1.57 mm 334 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.21 mm 687 mum 1.57 mm 0 eV 334 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 mm 114 mum 300 mum 552 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.21 mm 140 mum 331 mum 192 keV 0 eV 407 mum 407 mumWAbsorberPhysicalcompt - 2 -2.06 mm 159 mum 177 mum 0 eV 69.5 keV 215 mum 622 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.06 mm 159 mum 177 mum 122 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.06 mm 158 mum 176 mum 0 eV 122 keV 21.8 mum 21.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.21 mm 140 mum 331 mum 361 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.22 mm 140 mum 333 mum 0 eV 361 keV 113 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm 99.5 mum 276 mum 2.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.2 mm 783 mum 196 mum 423 keV 2.04 MeV 1.14 mm 1.14 mmWAbsorberPhysicaleIoni - 2 -1.2 mm 782 mum 185 mum 0 eV 423 keV 142 mum 1.28 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -424 mum 25.6 mum 106 mum 1.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.15 mm -250 mum 953 mum 230 keV 0 eV 3.84 mm 3.84 mmWAbsorberPhysicalcompt - 2 -3.99 mm -296 mum 806 mum 0 eV 69.5 keV 224 mum 4.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.99 mm -296 mum 806 mum 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.99 mm -298 mum 806 mum 0 eV 161 keV 33.7 mum 33.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.15 mm -250 mum 953 mum 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.2 mm -251 mum 966 mum 0 eV 1.1 MeV 480 mum 480 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -365 mum 31.5 mum 92.2 mum 2.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 mm -66.5 mum 475 mum 1.66 MeV 0 eV 1.57 mm 1.57 mmWAbsorberPhysicalcompt - 2 -2.82 cm -1.12 cm 6.23 mm 446 keV 0 eV 2.92 cm 3.07 cmWAbsorberPhysicalcompt - 3 -2.84 cm -1.07 cm 7.92 mm 182 keV 0 eV 1.78 mm 3.25 cmWAbsorberPhysicalcompt - 4 -2.82 cm -1.06 cm 7.75 mm 0 eV 69.5 keV 228 mum 3.27 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.82 cm -1.06 cm 7.75 mm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.82 cm -1.06 cm 7.75 mm 0 eV 112 keV 19.1 mum 19.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 cm -1.07 cm 7.92 mm 264 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 cm -1.07 cm 7.93 mm 0 eV 264 keV 72.2 mum 72.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.82 cm -1.12 cm 6.23 mm 1.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.82 cm -1.12 cm 6.23 mm 0 eV 1.21 MeV 534 mum 534 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.88 mm -66.5 mum 475 mum 354 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 mm -60.4 mum 477 mum 0 eV 354 keV 111 mum 111 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 25.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -622 mum 3.14 cm -6.78 cm 25.1 MeV 0 eV 7.47 cm 7.47 cmF2RodPhysicalTransportation - 2 -629 mum 3.17 cm -6.86 cm 25.1 MeV 0 eV 844 mum 7.56 cmF2LArGapPhysicalTransportation - 3 -636 mum 3.21 cm -6.93 cm 25.1 MeV 0 eV 804 mum 7.64 cmCuPlateBPhysicalTransportation - 4 -857 mum 4.33 cm -9.34 cm 25.1 MeV 0 eV 2.66 cm 10.3 cmLArgPhysicalTransportation - 5 -1.06 mm 5.36 cm -11.6 cm 25.1 MeV 0 eV 2.47 cm 12.8 cmBackExcluderTransportation - 6 -9.81 mm 49.5 cm -1.07 m 25.1 MeV 0 eV 1.05 m 1.18 mLArgPhysicalTransportation - 7 -1.17 cm 59 cm -1.27 m 25.1 MeV 0 eV 22.7 cm 1.4 mCryostatVolumesTransportation - 8 -1.17 cm 59.2 cm -1.28 m 25.1 MeV 0 eV 3.31 mm 1.41 mInsulationPhysicalTransportation - 9 -1.24 cm 62.4 cm -1.35 m 25.1 MeV 0 eV 7.71 cm 1.48 mCryostatVolumesTransportation - 10 -1.24 cm 62.5 cm -1.35 m 25.1 MeV 0 eV 2.76 mm 1.49 mMotherTransportation - 11 -9.91 cm 5 m -10.8 m 25.1 MeV 0 eV 10.4 m 11.9 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 20.9 cm -5.94 cm 8.28 cm 42.1 MeV 0 eV 23.2 cm 23.2 cmLArgPhysicalTransportation - 2 1.18 m -33.8 cm 47 cm 42.1 MeV 0 eV 1.09 m 1.32 mCryostatVolumesTransportation - 3 1.19 m -33.8 cm 47.1 cm 42.1 MeV 0 eV 3.1 mm 1.32 mInsulationPhysicalTransportation - 4 1.25 m -35.7 cm 49.7 cm 42.1 MeV 0 eV 7.24 cm 1.39 mCryostatVolumesTransportation - 5 1.25 m -35.8 cm 49.8 cm 42.1 MeV 0 eV 2.59 mm 1.4 mMotherTransportation - 6 5 m -1.42 m 1.98 m 42.1 MeV 0 eV 4.17 m 5.57 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=38.9465 -Edep in FCAL1 FCAl2 : 0 38.9465 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2689 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 189 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 48.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -12 mum -2.13 mum -5.7 mum 47.1 MeV 32.3 keV 13.4 mum 13.4 mumWAbsorberPhysicaleBrem - 2 -148 mum -29 mum -63.9 mum 37 MeV 239 keV 151 mum 164 mumWAbsorberPhysicaleBrem - 3 -462 mum -82.2 mum -224 mum 35.2 MeV 751 keV 358 mum 522 mumWAbsorberPhysicaleBrem - 4 -485 mum -87.3 mum -239 mum 14.8 MeV 47.7 keV 27.4 mum 549 mumWAbsorberPhysicaleBrem - 5 -1.07 mm -467 mum -712 mum 10.4 MeV 1.68 MeV 918 mum 1.47 mmWAbsorberPhysicaleBrem - 6 -1.11 mm -460 mum -733 mum 9.76 MeV 82.9 keV 41.6 mum 1.51 mmWAbsorberPhysicaleBrem - 7 -1.48 mm -346 mum -786 mum 8.38 MeV 726 keV 393 mum 1.9 mmWAbsorberPhysicaleBrem - 8 -2.41 mm -536 mum -605 mum 5.8 MeV 1.71 MeV 992 mum 2.89 mmWAbsorberPhysicaleBrem - 9 -2.37 mm -1.63 mm 265 mum 1.66 MeV 3.9 MeV 1.52 mm 4.41 mmWAbsorberPhysicaleBrem - 10 -2.08 mm -1.72 mm 331 mum 10.6 keV 1.2 MeV 435 mum 4.85 mmWAbsorberPhysicaleBrem - 11 -2.08 mm -1.72 mm 331 mum 0 eV 10.6 keV 341 nm 4.85 mmWAbsorberPhysicaleIoni - 12 -2.08 mm -1.72 mm 331 mum 0 eV 0 eV 0 fm 4.85 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 mm -1.72 mm 331 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 mm -2.52 mm 158 mum 344 keV 0 eV 1 mm 1 mmWAbsorberPhysicalcompt - 2 418 mum -2.47 mm -1.78 mm 0 eV 69.5 keV 2.73 mm 3.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 418 mum -2.47 mm -1.78 mm 275 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 422 mum -2.47 mm -1.79 mm 0 eV 275 keV 76.4 mum 76.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.5 mm -2.52 mm 158 mum 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 mm -2.52 mm 159 mum 0 eV 167 keV 35.9 mum 35.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 mm -1.72 mm 331 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.71 mm 535 mum 818 mum 0 eV 69.5 keV 2.82 mm 2.82 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.71 mm 535 mum 818 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.72 mm 544 mum 812 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.08 mm -1.72 mm 331 mum 456 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 mm -1.78 mm 442 mum 277 keV 0 eV 172 mum 172 mumWAbsorberPhysicalcompt - 2 1.51 mm -3.43 mm 6.59 mm 0 eV 69.5 keV 7.37 mm 7.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 mm -3.43 mm 6.59 mm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 mm -3.43 mm 6.59 mm 0 eV 208 keV 50.3 mum 50.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.2 mm -1.78 mm 442 mum 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 mm -1.78 mm 443 mum 0 eV 179 keV 39.9 mum 39.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 mm -1.63 mm 265 mum 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm -1.78 mm 721 mum 0 eV 69.5 keV 536 mum 536 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 mm -1.78 mm 721 mum 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 mm -1.79 mm 722 mum 0 eV 163 keV 34.6 mum 34.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 mm -536 mum -605 mum 870 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.68 mm -6.74 mm -2.2 mm 0 eV 69.5 keV 7.19 mm 7.19 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.68 mm -6.74 mm -2.2 mm 801 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.69 mm -6.76 mm -2.21 mm 0 eV 801 keV 327 mum 327 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 mm -346 mum -786 mum 651 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.13 mm -161 mum -1.52 mm 0 eV 69.5 keV 1.81 mm 1.81 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.13 mm -161 mum -1.52 mm 582 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.14 mm -154 mum -1.51 mm 0 eV 582 keV 218 mum 218 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 mm -460 mum -733 mum 537 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 cm 1.28 mm -6.54 mm 197 keV 0 eV 1.74 cm 1.74 cmWAbsorberPhysicalcompt - 2 -1.7 cm 1.26 mm -5.65 mm 0 eV 69.5 keV 955 mum 1.83 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.7 cm 1.26 mm -5.65 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm 1.26 mm -5.65 mm 0 eV 127 keV 23.3 mum 23.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 cm 1.28 mm -6.54 mm 340 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.74 cm 1.28 mm -6.55 mm 0 eV 340 keV 104 mum 104 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 mm -467 mum -712 mum 2.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.65 cm 5.06 mm -2.13 cm 0 eV 0 eV 3.32 cm 3.32 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.65 cm 5.06 mm -2.13 cm 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.66 cm 5.07 mm -2.14 cm 0 eV 1.07 MeV 471 mum 471 mumWAbsorberPhysicaleIoni - 2 -2.66 cm 5.07 mm -2.14 cm 0 eV 0 eV 0 fm 471 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.66 cm 5.07 mm -2.14 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 cm 8.15 mm -1.91 cm 201 keV 0 eV 5.99 mm 5.99 mmWAbsorberPhysicalcompt - 2 -2.2 cm 8.08 mm -1.95 cm 0 eV 69.5 keV 456 mum 6.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.2 cm 8.08 mm -1.95 cm 132 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 cm 8.08 mm -1.95 cm 0 eV 132 keV 24.7 mum 24.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.2 cm 8.15 mm -1.91 cm 310 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.2 cm 8.16 mm -1.91 cm 0 eV 310 keV 91 mum 91 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.66 cm 5.07 mm -2.14 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.83 cm 3.94 mm -2.22 cm 353 keV 0 eV 2.2 mm 2.2 mmWAbsorberPhysicalcompt - 2 -2.84 cm 3.21 mm -2.21 cm 162 keV 0 eV 753 mum 2.95 mmWAbsorberPhysicalcompt - 3 -2.84 cm 3.31 mm -2.22 cm 0 eV 69.5 keV 162 mum 3.11 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 cm 3.31 mm -2.22 cm 92.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 cm 3.31 mm -2.22 cm 0 eV 92.7 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 cm 3.21 mm -2.21 cm 191 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 cm 3.2 mm -2.21 cm 0 eV 191 keV 44.2 mum 44.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.83 cm 3.94 mm -2.22 cm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.83 cm 3.94 mm -2.22 cm 0 eV 158 keV 32.7 mum 32.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.65 cm 5.06 mm -2.13 cm 614 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.66 cm 5.07 mm -2.13 cm 0 eV 614 keV 233 mum 233 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -485 mum -87.3 mum -239 mum 20.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.68 cm -3.06 mm -9.99 mm 0 eV 0 eV 1.92 cm 1.92 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 37, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 cm -3.06 mm -9.99 mm 12.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm -3.08 mm -1 cm 12.4 MeV 251 keV 130 mum 130 mumWAbsorberPhysicaleBrem - 2 -1.73 cm -3.02 mm -1.03 cm 8.39 MeV 3.33 MeV 500 mum 631 mumWAbsorberPhysicaleBrem - 3 -1.78 cm -2.96 mm -1.03 cm 6.69 MeV 1.52 MeV 700 mum 1.33 mmWAbsorberPhysicaleBrem - 4 -1.8 cm -3.07 mm -1.02 cm 4.91 MeV 410 keV 205 mum 1.54 mmWAbsorberPhysicaleBrem - 5 -1.74 cm -3.38 mm -1.08 cm 3.11 MeV 1.58 MeV 983 mum 2.52 mmWAbsorberPhysicaleBrem - 6 -1.74 cm -3.21 mm -1.05 cm 0 eV 3.11 MeV 1.38 mm 3.89 mmWAbsorberPhysicaleIoni - 7 -1.74 cm -3.21 mm -1.05 cm 0 eV 0 eV 0 fm 3.89 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 cm -3.21 mm -1.05 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 cm -1.95 mm -9.33 mm 183 keV 0 eV 2.09 mm 2.09 mmWAbsorberPhysicalcompt - 2 -1.85 cm -2.88 mm -9.78 mm 0 eV 69.5 keV 1.03 mm 3.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 cm -2.88 mm -9.78 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 cm -2.88 mm -9.78 mm 0 eV 113 keV 19.4 mum 19.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 cm -1.95 mm -9.33 mm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 cm -1.95 mm -9.32 mm 0 eV 328 keV 99.1 mum 99.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 cm -3.21 mm -1.05 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm -4.17 mm -1.15 cm 208 keV 0 eV 1.6 mm 1.6 mmWAbsorberPhysicalcompt - 2 -1.63 cm -4.16 mm -1.07 cm 0 eV 69.5 keV 825 mum 2.43 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 cm -4.16 mm -1.07 cm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 cm -4.16 mm -1.07 cm 0 eV 139 keV 26.8 mum 26.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm -4.17 mm -1.15 cm 303 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm -4.16 mm -1.15 cm 13.2 keV 152 keV 77.6 mum 77.6 mumWAbsorberPhysicaleBrem - 2 -1.65 cm -4.16 mm -1.15 cm 0 eV 13.2 keV 593 nm 78.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm -4.16 mm -1.15 cm 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 cm -4.15 mm -1.16 cm 0 eV 69.5 keV 230 mum 230 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.63 cm -4.15 mm -1.16 cm 67.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.63 cm -4.15 mm -1.16 cm 0 eV 67.8 keV 8.44 mum 8.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.74 cm -3.38 mm -1.08 cm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 cm -2.6 mm -1.01 cm 0 eV 69.5 keV 1.02 mm 1.02 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.72 cm -2.6 mm -1.01 cm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.72 cm -2.6 mm -1.01 cm 0 eV 145 keV 28.7 mum 28.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 cm -3.07 mm -1.02 cm 1.37 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 cm -3.13 mm -9.44 mm 306 keV 0 eV 2.71 mm 2.71 mmWAbsorberPhysicalcompt - 2 -1.55 cm -3.68 mm -1.4 cm 0 eV 69.5 keV 4.62 mm 7.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.55 cm -3.68 mm -1.4 cm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.55 cm -3.68 mm -1.4 cm 0 eV 236 keV 61.2 mum 61.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.54 cm -3.13 mm -9.44 mm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.54 cm -3.13 mm -9.42 mm 0 eV 1.06 MeV 460 mum 460 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.78 cm -2.96 mm -1.03 cm 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.8 cm -3.02 mm -1.02 cm 0 eV 69.5 keV 156 mum 156 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.8 cm -3.02 mm -1.02 cm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.8 cm -3.02 mm -1.02 cm 0 eV 117 keV 20.4 mum 20.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.73 cm -3.02 mm -1.03 cm 674 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.77 cm -3.33 mm -1.01 cm 467 keV 0 eV 569 mum 569 mumWAbsorberPhysicalcompt - 2 -1.81 cm -5.42 mm -1.02 cm 392 keV 0 eV 2.12 mm 2.69 mmWAbsorberPhysicalcompt - 3 -1.84 cm -5.78 mm -1.01 cm 159 keV 0 eV 514 mum 3.2 mmWAbsorberPhysicalcompt - 4 -1.79 cm -5.26 mm -9.96 mm 0 eV 69.5 keV 790 mum 3.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.79 cm -5.26 mm -9.96 mm 89.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.79 cm -5.26 mm -9.96 mm 0 eV 89.5 keV 13.3 mum 13.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.84 cm -5.78 mm -1.01 cm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.84 cm -5.78 mm -1.01 cm 0 eV 233 keV 59.9 mum 59.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.81 cm -5.42 mm -1.02 cm 74.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.81 cm -5.42 mm -1.02 cm 0 eV 74.6 keV 9.86 mum 9.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.77 cm -3.33 mm -1.01 cm 207 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.77 cm -3.33 mm -1.01 cm 0 eV 207 keV 49.9 mum 49.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm -3.08 mm -1 cm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm -3.09 mm -1.01 cm 0 eV 69.5 keV 38.3 mum 38.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.7 cm -3.09 mm -1.01 cm 61.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.7 cm -3.09 mm -1.01 cm 0 eV 61.3 keV 7.13 mum 7.13 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 cm -3.06 mm -9.99 mm 6.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.69 cm -3.1 mm -1.01 cm 4.05 MeV 449 keV 133 mum 133 mumWAbsorberPhysicaleBrem - 2 -1.69 cm -3.39 mm -1.08 cm 2.15 MeV 1.74 MeV 940 mum 1.07 mmWAbsorberPhysicaleBrem - 3 -1.68 cm -3.53 mm -1.08 cm 1.4 MeV 416 keV 250 mum 1.32 mmWAbsorberPhysicaleBrem - 4 -1.66 cm -3.63 mm -1.09 cm 81.1 keV 1.32 MeV 615 mum 1.94 mmWAbsorberPhysicaleBrem - 5 -1.66 cm -3.63 mm -1.09 cm 0 eV 81.1 keV 11.3 mum 1.95 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.68 cm -3.53 mm -1.08 cm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 cm -3.88 mm -9.09 mm 145 keV 0 eV 1.92 mm 1.92 mmWAbsorberPhysicalcompt - 2 -1.62 cm -3.9 mm -9.43 mm 0 eV 69.5 keV 369 mum 2.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.62 cm -3.9 mm -9.43 mm 75.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.62 cm -3.9 mm -9.43 mm 0 eV 75.2 keV 9.99 mum 9.99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 cm -3.88 mm -9.09 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.6 cm -3.88 mm -9.09 mm 0 eV 183 keV 41.3 mum 41.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm -3.39 mm -1.08 cm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm -3.49 mm -1.11 cm 0 eV 69.5 keV 523 mum 523 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.65 cm -3.49 mm -1.11 cm 91.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.65 cm -3.49 mm -1.11 cm 0 eV 91.7 keV 13.8 mum 13.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 cm -3.1 mm -1.01 cm 2.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.28 cm -2.88 mm -1.27 cm 242 keV 0 eV 6.48 mm 6.48 mmWAbsorberPhysicalcompt - 2 -2.23 cm -2.67 mm -1.27 cm 0 eV 69.5 keV 570 mum 7.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm -2.67 mm -1.27 cm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm -2.67 mm -1.27 cm 0 eV 172 keV 37.8 mum 37.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.28 cm -2.88 mm -1.27 cm 1.85 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.29 cm -2.88 mm -1.28 cm 0 eV 1.85 MeV 857 mum 857 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -462 mum -82.2 mum -224 mum 1.01 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.33 mm -1.1 mm -3.34 mm 339 keV 0 eV 5.87 mm 5.87 mmWAbsorberPhysicalcompt - 2 -5.35 mm -1.22 mm -3.28 mm 151 keV 0 eV 137 mum 6.01 mmWAbsorberPhysicalcompt - 3 -5.37 mm -1.03 mm -3.56 mm 0 eV 69.5 keV 343 mum 6.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.37 mm -1.03 mm -3.56 mm 81.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.37 mm -1.03 mm -3.56 mm 0 eV 81.9 keV 11.5 mum 11.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.35 mm -1.22 mm -3.28 mm 188 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.35 mm -1.22 mm -3.28 mm 0 eV 188 keV 43 mum 43 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.33 mm -1.1 mm -3.34 mm 670 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.35 mm -1.1 mm -3.36 mm 0 eV 670 keV 261 mum 261 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -148 mum -29 mum -63.9 mum 9.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.36 cm -1.13 mm -6.22 mm 5.22 MeV 0 eV 1.48 cm 1.48 cmWAbsorberPhysicalcompt - 2 -4.18 cm 2.07 mm -1.15 cm 800 keV 0 eV 2.89 cm 4.37 cmWAbsorberPhysicalcompt - 3 -4.58 cm 327 mum -7.03 mm 0 eV 69.5 keV 6.28 mm 5 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.58 cm 327 mum -7.03 mm 731 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.58 cm 307 mum -7.02 mm 0 eV 731 keV 292 mum 292 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.18 cm 2.07 mm -1.15 cm 4.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.18 cm 2.31 mm -1.19 cm 2.65 MeV 1.2 MeV 606 mum 606 mumWAbsorberPhysicaleBrem - 2 -4.18 cm 2.33 mm -1.19 cm 703 keV 1.78 MeV 89.3 mum 696 mumWAbsorberPhysicaleBrem - 3 -4.17 cm 2.32 mm -1.19 cm 0 eV 703 keV 278 mum 973 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.18 cm 2.33 mm -1.19 cm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.18 cm 2.32 mm -1.19 cm 0 eV 69.5 keV 5.16 mum 5.16 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.18 cm 2.32 mm -1.19 cm 92.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.18 cm 2.32 mm -1.19 cm 0 eV 92.5 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.18 cm 2.31 mm -1.19 cm 571 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.41 cm 997 mum -6.46 mm 0 eV 69.5 keV 1.86 cm 1.86 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 cm 997 mum -6.46 mm 501 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.41 cm 992 mum -6.46 mm 0 eV 501 keV 178 mum 178 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.36 cm -1.13 mm -6.22 mm 4.71 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 cm -1.27 mm -6.27 mm 3.65 MeV 590 keV 287 mum 287 mumWAbsorberPhysicaleBrem - 2 -1.38 cm -1.28 mm -6.29 mm 2.96 MeV 62.5 keV 30.1 mum 317 mumWAbsorberPhysicaleBrem - 3 -1.41 cm -1.23 mm -6.38 mm 1.17 MeV 1.46 MeV 380 mum 697 mumWAbsorberPhysicaleBrem - 4 -1.41 cm -1.26 mm -6.36 mm 0 eV 1.17 MeV 512 mum 1.21 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 80, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.41 cm -1.23 mm -6.38 mm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm -1.53 mm -6.1 mm 158 keV 0 eV 1.12 mm 1.12 mmWAbsorberPhysicalcompt - 2 -1.51 cm -1.55 mm -6.09 mm 0 eV 69.5 keV 55.9 mum 1.17 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm -1.55 mm -6.09 mm 88.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm -1.55 mm -6.09 mm 0 eV 88.6 keV 13.1 mum 13.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 80 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.51 cm -1.53 mm -6.1 mm 179 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.51 cm -1.53 mm -6.1 mm 0 eV 179 keV 40 mum 40 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 cm -1.28 mm -6.29 mm 627 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 cm -2.31 mm -8.16 mm 202 keV 0 eV 2.53 mm 2.53 mmWAbsorberPhysicalcompt - 2 -1.5 cm -2.22 mm -8.14 mm 0 eV 69.5 keV 208 mum 2.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.5 cm -2.22 mm -8.14 mm 133 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.5 cm -2.23 mm -8.14 mm 0 eV 133 keV 25 mum 25 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 79 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.52 cm -2.31 mm -8.16 mm 424 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.52 cm -2.32 mm -8.17 mm 0 eV 424 keV 142 mum 142 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 cm -1.27 mm -6.27 mm 473 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm -582 mum -8.58 mm 0 eV 69.5 keV 2.41 mm 2.41 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.39 cm -582 mum -8.58 mm 403 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.39 cm -581 mum -8.59 mm 0 eV 403 keV 132 mum 132 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -12 mum -2.13 mum -5.7 mum 1.09 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -101 mum -13.7 mum -51.6 mum 493 keV 0 eV 100 mum 100 mumWAbsorberPhysicalcompt - 2 -3.44 mm 6.97 mm -3.28 mm 322 keV 0 eV 8.38 mm 8.48 mmWAbsorberPhysicalcompt - 3 -6.47 mm 8.06 mm -1.89 mm 0 eV 69.5 keV 3.5 mm 1.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.47 mm 8.06 mm -1.89 mm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.47 mm 8.06 mm -1.89 mm 0 eV 253 keV 67.5 mum 67.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.44 mm 6.97 mm -3.28 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.44 mm 6.97 mm -3.28 mm 0 eV 171 keV 37.2 mum 37.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -101 mum -13.7 mum -51.6 mum 599 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -115 mum -23.6 mum -57.3 mum 0 eV 599 keV 226 mum 226 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 24 cm -2.73 cm 8.92 cm 42.8 MeV 0 eV 25.8 cm 25.8 cmLArgPhysicalTransportation - 2 1.19 m -13.6 cm 44.4 cm 42.8 MeV 0 eV 1.02 m 1.28 mCryostatVolumesTransportation - 3 1.2 m -13.6 cm 44.5 cm 42.8 MeV 0 eV 3.02 mm 1.28 mInsulationPhysicalTransportation - 4 1.26 m -14.3 cm 46.9 cm 42.8 MeV 0 eV 7.04 cm 1.36 mCryostatVolumesTransportation - 5 1.27 m -14.4 cm 47 cm 42.8 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 6 5 m -56.7 cm 1.86 m 42.8 MeV 0 eV 4.01 m 5.36 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.47 cm 18 cm 7.68 cm 14 MeV 0 eV 20.3 cm 20.3 cmLArgPhysicalTransportation - 2 29.6 cm 97.5 cm 41.6 cm 14 MeV 0 eV 89.7 cm 1.1 mCryostatVolumesTransportation - 3 59.9 cm 1.98 m 84.2 cm 14 MeV 0 eV 1.13 m 2.23 mMotherTransportation - 4 1.52 m 5 m 2.13 m 14 MeV 0 eV 3.41 m 5.64 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=49.2863 -Edep in FCAL1 FCAl2 : 0 49.2863 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2690 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 190 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 34.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -690 mum 449 mum -218 mum 27.2 MeV 1.79 MeV 849 mum 849 mumWAbsorberPhysicaleBrem - 2 -1.23 mm 970 mum -468 mum 23.1 MeV 2.1 MeV 787 mum 1.64 mmWAbsorberPhysicaleBrem - 3 -2.58 mm 1.05 mm -1.06 mm 20.1 MeV 2.79 MeV 1.49 mm 3.13 mmWAbsorberPhysicaleBrem - 4 -2.6 mm 1.05 mm -1.08 mm 17.3 MeV 57.4 keV 39.4 mum 3.17 mmWAbsorberPhysicaleBrem - 5 -2.61 mm 1.05 mm -1.09 mm 16.8 MeV 14.4 keV 8.42 mum 3.18 mmWAbsorberPhysicaleBrem - 6 -2.85 mm 1.18 mm -1.5 mm 15.5 MeV 1.02 MeV 508 mum 3.69 mmWAbsorberPhysicaleBrem - 7 -3.13 mm 1.13 mm -1.86 mm 12.4 MeV 841 keV 455 mum 4.14 mmWAbsorberPhysicaleBrem - 8 -3.32 mm 1.07 mm -2.06 mm 11.4 MeV 528 keV 297 mum 4.44 mmWAbsorberPhysicaleBrem - 9 -2.72 mm 31.2 mum -3.49 mm 7.57 MeV 2.77 MeV 1.64 mm 6.08 mmWAbsorberPhysicaleBrem - 10 -2.82 mm 11.5 mum -3.7 mm 3.39 MeV 412 keV 251 mum 6.33 mmWAbsorberPhysicaleBrem - 11 -2.61 mm -233 mum -4.1 mm 2.1 MeV 1 MeV 614 mum 6.94 mmWAbsorberPhysicaleBrem - 12 -2.42 mm -288 mum -3.97 mm 466 keV 327 keV 223 mum 7.16 mmWAbsorberPhysicaleBrem - 13 -2.41 mm -280 mum -3.98 mm 0 eV 466 keV 160 mum 7.32 mmWAbsorberPhysicaleIoni - 14 -2.41 mm -280 mum -3.98 mm 0 eV 0 eV 0 fm 7.32 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 mm -280 mum -3.98 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 mm 438 mum -7.02 mm 391 keV 0 eV 3.17 mm 3.17 mmWAbsorberPhysicalcompt - 2 -1.86 mm -82.1 mum -7.84 mm 0 eV 69.5 keV 971 mum 4.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.86 mm -82.1 mum -7.84 mm 321 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.86 mm -77.7 mum -7.85 mm 0 eV 321 keV 95.8 mum 95.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.87 mm 438 mum -7.02 mm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.87 mm 439 mum -7.02 mm 0 eV 120 keV 21.4 mum 21.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.41 mm -280 mum -3.98 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm -478 mum -3.14 mm 0 eV 69.5 keV 879 mum 879 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.55 mm -478 mum -3.14 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.55 mm -483 mum -3.13 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.42 mm -288 mum -3.97 mm 1.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 985 mum 1.64 mm -4.39 mm 596 keV 0 eV 3.93 mm 3.93 mmWAbsorberPhysicalcompt - 2 1.31 mm 1.66 mm -4.05 mm 279 keV 0 eV 472 mum 4.41 mmWAbsorberPhysicalcompt - 3 1.17 mm 1.68 mm -3.91 mm 0 eV 69.5 keV 201 mum 4.61 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 mm 1.68 mm -3.91 mm 210 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 mm 1.68 mm -3.91 mm 0 eV 210 keV 51 mum 51 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 mm 1.66 mm -4.05 mm 317 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 mm 1.65 mm -4.04 mm 0 eV 317 keV 94.1 mum 94.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 985 mum 1.64 mm -4.39 mm 714 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 mm 1.65 mm -4.4 mm 0 eV 714 keV 283 mum 283 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.61 mm -233 mum -4.1 mm 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 mm -531 mum -4.07 mm 0 eV 69.5 keV 421 mum 421 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 mm -531 mum -4.07 mm 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 mm -532 mum -4.07 mm 0 eV 209 keV 50.6 mum 50.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.82 mm 11.5 mum -3.7 mm 3.78 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.66 mm 3.14 mm -1.23 cm 0 eV 0 eV 9.54 mm 9.54 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 27, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.66 mm 3.14 mm -1.23 cm 452 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.64 mm 3.15 mm -1.23 cm 0 eV 452 keV 153 mum 153 mumWAbsorberPhysicaleIoni - 2 -5.64 mm 3.15 mm -1.23 cm 0 eV 0 eV 0 fm 153 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.64 mm 3.15 mm -1.23 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.91 mm 4.19 mm -1.41 cm 204 keV 0 eV 2.72 mm 2.72 mmWAbsorberPhysicalcompt - 2 -3.65 mm 4.08 mm -1.32 cm 0 eV 69.5 keV 938 mum 3.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.65 mm 4.08 mm -1.32 cm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.65 mm 4.08 mm -1.32 cm 0 eV 135 keV 25.5 mum 25.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.91 mm 4.19 mm -1.41 cm 307 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.91 mm 4.19 mm -1.41 cm 0 eV 307 keV 89.9 mum 89.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.64 mm 3.15 mm -1.23 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.97 mm 1.13 mm -8.73 mm 265 keV 0 eV 5.25 mm 5.25 mmWAbsorberPhysicalcompt - 2 -9.5 mm -1.19 mm -1.03 cm 0 eV 69.5 keV 2.83 mm 8.08 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.5 mm -1.19 mm -1.03 cm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.5 mm -1.2 mm -1.03 cm 0 eV 195 keV 45.6 mum 45.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.97 mm 1.13 mm -8.73 mm 246 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.97 mm 1.13 mm -8.72 mm 0 eV 246 keV 64.9 mum 64.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.66 mm 3.14 mm -1.23 cm 2.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.47 mm 3.27 mm -1.26 cm 1.17 MeV 972 keV 660 mum 660 mumWAbsorberPhysicaleBrem - 2 -5.52 mm 3.16 mm -1.26 cm 631 keV 439 keV 212 mum 871 mumWAbsorberPhysicaleBrem - 3 -5.53 mm 3.16 mm -1.26 cm 0 eV 631 keV 242 mum 1.11 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.52 mm 3.16 mm -1.26 cm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.67 mm 3.19 mm -1.27 cm 0 eV 69.5 keV 173 mum 173 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.67 mm 3.19 mm -1.27 cm 35.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.67 mm 3.19 mm -1.27 cm 0 eV 35.1 keV 2.86 mum 2.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.47 mm 3.27 mm -1.26 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.42 mm 3.15 mm -1.26 cm 0 eV 69.5 keV 129 mum 129 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.42 mm 3.15 mm -1.26 cm 85.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.42 mm 3.15 mm -1.26 cm 0 eV 85.7 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.72 mm 31.2 mum -3.49 mm 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.48 mm 909 mum -2.47 cm 1.09 MeV 0 eV 2.2 cm 2.2 cmWAbsorberPhysicalcompt - 2 -9.02 mm 1.01 mm -2.61 cm 984 keV 0 eV 1.5 mm 2.35 cmWAbsorberPhysicalcompt - 3 -9.11 mm 935 mum -2.72 cm 0 eV 69.5 keV 1.15 mm 2.47 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.11 mm 935 mum -2.72 cm 915 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.13 mm 935 mum -2.73 cm 0 eV 915 keV 384 mum 384 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.02 mm 1.01 mm -2.61 cm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.02 mm 1.01 mm -2.61 cm 0 eV 102 keV 16.3 mum 16.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -8.48 mm 909 mum -2.47 cm 12.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -8.48 mm 909 mum -2.47 cm 0 eV 12.8 keV 563 nm 563 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.32 mm 1.07 mm -2.06 mm 418 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.6 mm -4.15 mm -8.83 mm 265 keV 0 eV 8.64 mm 8.64 mmWAbsorberPhysicalcompt - 2 -4.98 mm -3.77 mm -9.33 mm 0 eV 69.5 keV 730 mum 9.37 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.98 mm -3.77 mm -9.33 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.98 mm -3.77 mm -9.33 mm 0 eV 196 keV 45.7 mum 45.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.6 mm -4.15 mm -8.83 mm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.6 mm -4.15 mm -8.84 mm 0 eV 153 keV 31.1 mum 31.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.13 mm 1.13 mm -1.86 mm 2.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.57 mm 1.01 mm -2.62 mm 972 keV 0 eV 890 mum 890 mumWAbsorberPhysicalcompt - 2 -5.49 mm 2.43 mm -3.97 mm 0 eV 69.5 keV 2.74 mm 3.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.49 mm 2.43 mm -3.97 mm 903 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.52 mm 2.44 mm -3.99 mm 0 eV 903 keV 378 mum 378 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.57 mm 1.01 mm -2.62 mm 1.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.48 mm 892 mum -2.65 mm 279 keV 342 keV 238 mum 238 mumWAbsorberPhysicaleBrem - 2 -3.48 mm 894 mum -2.65 mm 0 eV 279 keV 78.5 mum 317 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.48 mm 892 mum -2.65 mm 657 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 mm 800 mum -2.35 mm 543 keV 0 eV 716 mum 716 mumWAbsorberPhysicalcompt - 2 -429 mum 2.1 mm -1.17 mm 0 eV 69.5 keV 2.98 mm 3.7 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -429 mum 2.1 mm -1.17 mm 473 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -416 mum 2.1 mm -1.17 mm 0 eV 473 keV 165 mum 165 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.84 mm 800 mum -2.35 mm 115 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.84 mm 799 mum -2.35 mm 0 eV 115 keV 19.8 mum 19.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.85 mm 1.18 mm -1.5 mm 308 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.12 mm 1.19 mm -2.77 mm 240 keV 0 eV 1.8 mm 1.8 mmWAbsorberPhysicalcompt - 2 -5.52 mm 947 mum -2.46 mm 0 eV 69.5 keV 1.45 mm 3.25 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.52 mm 947 mum -2.46 mm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.52 mm 949 mum -2.46 mm 0 eV 170 keV 37 mum 37 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.12 mm 1.19 mm -2.77 mm 68 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.12 mm 1.19 mm -2.77 mm 0 eV 68 keV 8.49 mum 8.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.61 mm 1.05 mm -1.09 mm 496 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.09 mm 2.68 mm -8.35 mm 481 keV 0 eV 9.87 mm 9.87 mmWAbsorberPhysicalcompt - 2 -1.38 cm 6.04 mm -1.57 cm 0 eV 69.5 keV 9.4 mm 1.93 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 cm 6.04 mm -1.57 cm 412 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.38 cm 6.04 mm -1.57 cm 0 eV 412 keV 136 mum 136 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.09 mm 2.68 mm -8.35 mm 14.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.09 mm 2.68 mm -8.35 mm 0 eV 14.7 keV 703 nm 703 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.6 mm 1.05 mm -1.08 mm 2.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.84 cm 4.35 mm -1.93 cm 1.98 MeV 0 eV 2.44 cm 2.44 cmWAbsorberPhysicalcompt - 2 -3.99 cm 1.2 cm -3.11 cm 1.7 MeV 0 eV 2.56 cm 5 cmWAbsorberPhysicalcompt - 3 -4.68 cm 1.2 cm -3.5 cm 1 MeV 0 eV 7.91 mm 5.79 cmWAbsorberPhysicalcompt - 4 -4.8 cm 1.32 cm -3.7 cm 0 eV 69.5 keV 2.61 mm 6.05 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.8 cm 1.32 cm -3.7 cm 934 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.8 cm 1.32 cm -3.71 cm 0 eV 934 keV 394 mum 394 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.68 cm 1.2 cm -3.5 cm 698 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.68 cm 1.2 cm -3.5 cm 0 eV 698 keV 275 mum 275 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.99 cm 1.2 cm -3.11 cm 283 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.99 cm 1.2 cm -3.11 cm 0 eV 283 keV 79.9 mum 79.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.84 cm 4.35 mm -1.93 cm 788 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.84 cm 4.35 mm -1.94 cm 0 eV 788 keV 320 mum 320 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.58 mm 1.05 mm -1.06 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.77 mm 1.1 mm -1.27 mm 98.4 keV 0 eV 300 mum 300 mumWAbsorberPhysicalcompt - 2 -2.74 mm 999 mum -1.18 mm 0 eV 69.5 keV 142 mum 441 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.74 mm 999 mum -1.18 mm 28.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.74 mm 999 mum -1.18 mm 0 eV 28.9 keV 2.08 mum 2.08 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.77 mm 1.1 mm -1.27 mm 51.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.78 mm 1.1 mm -1.27 mm 0 eV 51.1 keV 5.28 mum 5.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.23 mm 970 mum -468 mum 2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.68 cm 1.12 cm -7.94 mm 394 keV 0 eV 2.85 cm 2.85 cmWAbsorberPhysicalcompt - 2 -2.7 cm 9.97 mm -8.72 mm 0 eV 69.5 keV 1.47 mm 3 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.7 cm 9.97 mm -8.72 mm 324 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.7 cm 9.97 mm -8.73 mm 0 eV 324 keV 97.2 mum 97.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.68 cm 1.12 cm -7.94 mm 1.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.69 cm 1.12 cm -7.72 mm 693 keV 782 keV 437 mum 437 mumWAbsorberPhysicaleBrem - 2 -2.69 cm 1.12 cm -7.74 mm 0 eV 693 keV 273 mum 710 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.69 cm 1.12 cm -7.72 mm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.67 cm 1.1 cm -7.98 mm 0 eV 69.5 keV 403 mum 403 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.67 cm 1.1 cm -7.98 mm 58.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.67 cm 1.1 cm -7.98 mm 0 eV 58.7 keV 6.66 mum 6.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -690 mum 449 mum -218 mum 5.86 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 mm 758 mum -472 mum 0 eV 0 eV 578 mum 578 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 63, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 mm 758 mum -472 mum 878 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 mm 791 mum -485 mum 0 eV 878 keV 368 mum 368 mumWAbsorberPhysicaleIoni - 2 -1.14 mm 791 mum -485 mum 0 eV 0 eV 0 fm 368 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm 791 mum -485 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.11 mm 8.66 mm 1.15 cm 0 eV 69.5 keV 1.47 cm 1.47 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.11 mm 8.66 mm 1.15 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.11 mm 8.66 mm 1.16 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm 791 mum -485 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 mm 8.32 mum -1.68 mm 415 keV 0 eV 1.47 mm 1.47 mmWAbsorberPhysicalcompt - 2 2.32 mm -3.1 mm -8.82 mm 0 eV 69.5 keV 8.65 mm 1.01 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.32 mm -3.1 mm -8.82 mm 346 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.32 mm -3.11 mm -8.82 mm 0 eV 346 keV 107 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.46 mm 8.32 mum -1.68 mm 95.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.46 mm 7.88 mum -1.68 mm 0 eV 95.8 keV 14.8 mum 14.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 mm 758 mum -472 mum 3.96 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.09 mm 988 mum -507 mum 3.27 MeV 512 keV 345 mum 345 mumWAbsorberPhysicaleBrem - 2 -1.17 mm 480 mum -686 mum 1.12 MeV 1.34 MeV 723 mum 1.07 mmWAbsorberPhysicaleBrem - 3 -1.06 mm 432 mum -714 mum 560 keV 403 keV 210 mum 1.28 mmWAbsorberPhysicaleBrem - 4 -1.04 mm 429 mum -711 mum 0 eV 560 keV 207 mum 1.48 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.06 mm 432 mum -714 mum 159 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -388 mum 910 mum -181 mum 0 eV 69.5 keV 980 mum 980 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -388 mum 910 mum -181 mum 89.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -388 mum 910 mum -180 mum 0 eV 89.4 keV 13.3 mum 13.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.17 mm 480 mum -686 mum 806 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.48 mm 211 mum -3.34 mm 0 eV 69.5 keV 2.97 mm 2.97 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.48 mm 211 mum -3.34 mm 736 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.5 mm 202 mum -3.35 mm 0 eV 736 keV 294 mum 294 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 mm 988 mum -507 mum 182 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 694 mum -168 mum 0 eV 69.5 keV 454 mum 454 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 mm 694 mum -168 mum 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.02 mm 694 mum -167 mum 0 eV 112 keV 19.2 mum 19.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 52.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 17.7 cm -9.14 cm 6.68 cm 52.1 MeV 0 eV 21 cm 21 cmLArgPhysicalTransportation - 2 1.19 m -61.5 cm 45 cm 52.1 MeV 0 eV 1.2 m 1.41 mCryostatVolumesTransportation - 3 1.2 m -61.6 cm 45.1 cm 52.1 MeV 0 eV 3.33 mm 1.42 mInsulationPhysicalTransportation - 4 1.26 m -65 cm 47.5 cm 52.1 MeV 0 eV 7.77 cm 1.5 mCryostatVolumesTransportation - 5 1.26 m -65.1 cm 47.6 cm 52.1 MeV 0 eV 2.78 mm 1.5 mMotherTransportation - 6 5 m -2.58 m 1.88 m 52.1 MeV 0 eV 4.43 m 5.93 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 18.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -31.2 cm 5.17 cm -5.63 cm 18.3 MeV 0 eV 32.1 cm 32.1 cmLArgPhysicalTransportation - 2 -1.25 m 20.8 cm -22.6 cm 18.3 MeV 0 eV 97 cm 1.29 mCryostatVolumesTransportation - 3 -1.26 m 20.8 cm -22.7 cm 18.3 MeV 0 eV 3.04 mm 1.29 mInsulationPhysicalTransportation - 4 -1.33 m 22 cm -23.9 cm 18.3 MeV 0 eV 7.09 cm 1.37 mCryostatVolumesTransportation - 5 -1.33 m 22 cm -24 cm 18.3 MeV 0 eV 2.53 mm 1.37 mMotherTransportation - 6 -5 m 82.9 cm -90.2 cm 18.3 MeV 0 eV 3.78 m 5.15 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=35.8418 -Edep in FCAL1 FCAl2 : 0 35.8418 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2691 0 0 0 --------------------------------------------- - ----> Begin of event: 191 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 191 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 111 mum 28.5 mum -117 mum 42.4 MeV 268 keV 164 mum 164 mumWAbsorberPhysicaleBrem - 2 603 mum 211 mum -859 mum 31.7 MeV 2 MeV 904 mum 1.07 mmWAbsorberPhysicaleBrem - 3 1.16 mm 344 mum -1.45 mm 29.8 MeV 1.84 MeV 841 mum 1.91 mmWAbsorberPhysicaleBrem - 4 1.18 mm 335 mum -1.48 mm 29.6 MeV 77.9 keV 42.3 mum 1.95 mmWAbsorberPhysicaleBrem - 5 1.83 mm -731 mum -3.35 mm 11.4 MeV 4.25 MeV 2.37 mm 4.32 mmWAbsorberPhysicaleBrem - 6 3.44 mm -1.58 mm -4.02 mm 7.63 MeV 3.57 MeV 1.8 mm 6.12 mmWAbsorberPhysicaleBrem - 7 3.97 mm -2.23 mm -4.24 mm 5 MeV 2.3 MeV 945 mum 7.07 mmWAbsorberPhysicaleBrem - 8 3.6 mm -2.33 mm -4.09 mm 4.07 MeV 766 keV 396 mum 7.46 mmWAbsorberPhysicaleBrem - 9 3.33 mm -3.25 mm -4.8 mm 1.35 MeV 2.47 MeV 1.41 mm 8.88 mmWAbsorberPhysicaleBrem - 10 3.27 mm -3.31 mm -4.8 mm 0 eV 1.35 MeV 616 mum 9.49 mmWAbsorberPhysicaleIoni - 11 3.27 mm -3.31 mm -4.8 mm 0 eV 0 eV 0 fm 9.49 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.27 mm -3.31 mm -4.8 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.1 mm -3.22 mm -4.96 mm 433 keV 0 eV 247 mum 247 mumWAbsorberPhysicalcompt - 2 -78.8 mum -262 mum -5.56 mm 0 eV 69.5 keV 4.38 mm 4.63 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -78.8 mum -262 mum -5.56 mm 363 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -86.1 mum -257 mum -5.56 mm 0 eV 363 keV 115 mum 115 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.1 mm -3.22 mm -4.96 mm 78.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.1 mm -3.22 mm -4.96 mm 0 eV 78.1 keV 10.6 mum 10.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.27 mm -3.31 mm -4.8 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.05 mm -3.72 mm -4.05 mm 0 eV 69.5 keV 1.16 mm 1.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.05 mm -3.72 mm -4.05 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.06 mm -3.72 mm -4.04 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.33 mm -3.25 mm -4.8 mm 253 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.78 mm -4.91 mm -4.21 mm 0 eV 69.5 keV 2.35 mm 2.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.78 mm -4.91 mm -4.21 mm 183 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.78 mm -4.91 mm -4.21 mm 0 eV 183 keV 41.4 mum 41.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.6 mm -2.33 mm -4.09 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.4 mm -2.33 mm -4.12 mm 0 eV 69.5 keV 204 mum 204 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.4 mm -2.33 mm -4.12 mm 87.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.4 mm -2.33 mm -4.12 mm 0 eV 87.1 keV 12.7 mum 12.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.97 mm -2.23 mm -4.24 mm 332 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.87 mm -2.41 mm -4.24 mm 0 eV 69.5 keV 204 mum 204 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.87 mm -2.41 mm -4.24 mm 262 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.87 mm -2.42 mm -4.24 mm 0 eV 262 keV 71.4 mum 71.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.44 mm -1.58 mm -4.02 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.4 mm -1.67 mm -4.18 mm 0 eV 69.5 keV 982 mum 982 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.4 mm -1.67 mm -4.18 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.4 mm -1.67 mm -4.18 mm 0 eV 145 keV 28.7 mum 28.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 mm -731 mum -3.35 mm 13.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm -8.67 mm -2.78 cm 8.93 MeV 0 eV 2.9 cm 2.9 cmWAbsorberPhysicalcompt - 2 1.95 cm -1.11 cm -3.29 cm 0 eV 0 eV 7.08 mm 3.61 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 25, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 cm -1.11 cm -3.29 cm 2.94 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.95 cm -1.12 cm -3.31 cm 2.39 MeV 374 keV 247 mum 247 mumWAbsorberPhysicaleBrem - 2 2.02 cm -1.1 cm -3.3 cm 273 keV 2.12 MeV 1.14 mm 1.38 mmWAbsorberPhysicaleIoni - 3 2.02 cm -1.1 cm -3.3 cm 0 eV 273 keV 73.5 mum 1.46 mmWAbsorberPhysicaleIoni - 4 2.02 cm -1.1 cm -3.3 cm 0 eV 0 eV 0 fm 1.46 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 cm -1.1 cm -3.3 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm -1.54 cm -3.27 cm 454 keV 0 eV 1.1 cm 1.1 cmWAbsorberPhysicalcompt - 2 1.01 cm -1.55 cm -3.27 cm 0 eV 69.5 keV 149 mum 1.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.01 cm -1.55 cm -3.27 cm 385 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.01 cm -1.55 cm -3.27 cm 0 eV 385 keV 113 mum 113 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm -1.54 cm -3.27 cm 56.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm -1.54 cm -3.27 cm 0 eV 56.8 keV 6.32 mum 6.32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.02 cm -1.1 cm -3.3 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.73 cm -7.85 mm -3.32 cm 0 eV 69.5 keV 7.78 mm 7.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.73 cm -7.85 mm -3.32 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.74 cm -7.85 mm -3.32 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 cm -1.12 cm -3.31 cm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 cm -1.13 cm -3.33 cm 0 eV 69.5 keV 226 mum 226 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm -1.13 cm -3.33 cm 101 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 cm -1.13 cm -3.33 cm 0 eV 101 keV 16.2 mum 16.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 cm -1.11 cm -3.29 cm 4.97 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.95 cm -1.12 cm -3.32 cm 4.12 MeV 688 keV 382 mum 382 mumWAbsorberPhysicaleBrem - 2 1.93 cm -1.13 cm -3.33 cm 835 keV 723 keV 352 mum 733 mumWAbsorberPhysicaleBrem - 3 1.93 cm -1.13 cm -3.33 cm 0 eV 835 keV 344 mum 1.08 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 cm -1.13 cm -3.33 cm 2.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 cm -8.69 mm -4.29 cm 546 keV 0 eV 9.97 mm 9.97 mmWAbsorberPhysicalcompt - 2 1.45 cm -1.19 cm -4.48 cm 0 eV 69.5 keV 5.39 mm 1.54 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 cm -1.19 cm -4.48 cm 477 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm -1.2 cm -4.48 cm 0 eV 477 keV 167 mum 167 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 cm -8.69 mm -4.29 cm 2.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 cm -8.6 mm -4.3 cm 1.61 MeV 230 keV 134 mum 134 mumWAbsorberPhysicaleBrem - 2 1.85 cm -8.45 mm -4.3 cm 919 keV 501 keV 355 mum 489 mumWAbsorberPhysicaleBrem - 3 1.85 cm -8.44 mm -4.29 cm 0 eV 919 keV 386 mum 875 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.85 cm -8.45 mm -4.3 cm 193 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 cm -8.24 mm -4.23 cm 0 eV 69.5 keV 1.13 mm 1.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 cm -8.24 mm -4.23 cm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 cm -8.24 mm -4.22 cm 0 eV 124 keV 22.2 mum 22.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 cm -8.6 mm -4.3 cm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 cm -8.61 mm -4.3 cm 0 eV 69.5 keV 25.3 mum 25.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 cm -8.61 mm -4.3 cm 106 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 cm -8.61 mm -4.3 cm 0 eV 106 keV 17.5 mum 17.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 cm -1.12 cm -3.32 cm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.95 cm -1.14 cm -3.34 cm 0 eV 69.5 keV 236 mum 236 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 cm -1.14 cm -3.34 cm 87.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.95 cm -1.14 cm -3.34 cm 0 eV 87.3 keV 12.8 mum 12.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm -8.67 mm -2.78 cm 4.97 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.52 cm -8.65 mm -2.79 cm 4.43 MeV 156 keV 101 mum 101 mumWAbsorberPhysicaleBrem - 2 1.54 cm -8.2 mm -2.82 cm 3.16 MeV 1.02 MeV 628 mum 728 mumWAbsorberPhysicaleBrem - 3 1.54 cm -8.37 mm -2.79 cm 357 keV 1.13 MeV 317 mum 1.05 mmWAbsorberPhysicaleBrem - 4 1.54 cm -8.38 mm -2.79 cm 0 eV 357 keV 112 mum 1.16 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 cm -8.37 mm -2.79 cm 1.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 cm -1.37 cm -2.45 cm 0 eV 69.5 keV 7.44 mm 7.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 cm -1.37 cm -2.45 cm 1.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 cm -1.38 cm -2.45 cm 0 eV 1.61 MeV 737 mum 737 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.54 cm -8.2 mm -2.82 cm 250 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 cm -8.32 mm -2.8 cm 0 eV 69.5 keV 386 mum 386 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 cm -8.32 mm -2.8 cm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 cm -8.32 mm -2.8 cm 0 eV 181 keV 40.6 mum 40.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.52 cm -8.65 mm -2.79 cm 389 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 cm -8.21 mm -3.06 cm 270 keV 0 eV 2.74 mm 2.74 mmWAbsorberPhysicalcompt - 2 1.64 cm -9.56 mm -3.22 cm 0 eV 69.5 keV 2.66 mm 5.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 cm -9.56 mm -3.22 cm 201 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 cm -9.56 mm -3.22 cm 0 eV 201 keV 47.5 mum 47.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 cm -8.21 mm -3.06 cm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 cm -8.21 mm -3.06 cm 0 eV 119 keV 21.1 mum 21.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 mm 335 mum -1.48 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 mm 317 mum -1.52 mm 0 eV 69.5 keV 60.1 mum 60.1 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 mm 317 mum -1.52 mm 51.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 mm 317 mum -1.52 mm 0 eV 51.8 keV 5.41 mum 5.41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 mm 344 mum -1.45 mm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 mm 273 mum -1.7 mm 0 eV 69.5 keV 313 mum 313 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 mm 273 mum -1.7 mm 75 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 mm 272 mum -1.7 mm 0 eV 75 keV 9.94 mum 9.94 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 603 mum 211 mum -859 mum 8.68 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.8 mm 258 mum -4.38 mm 837 keV 0 eV 4.76 mm 4.76 mmWAbsorberPhysicalcompt - 2 7.6 mm 5.14 mm -4.62 mm 225 keV 0 eV 6.19 mm 1.1 cmWAbsorberPhysicalcompt - 3 7.6 mm 5 mm -4.51 mm 0 eV 69.5 keV 178 mum 1.11 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.6 mm 5 mm -4.51 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.6 mm 5 mm -4.5 mm 0 eV 156 keV 32 mum 32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.6 mm 5.14 mm -4.62 mm 612 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.61 mm 5.15 mm -4.62 mm 0 eV 612 keV 232 mum 232 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.8 mm 258 mum -4.38 mm 7.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.95 mm 320 mum -4.87 mm 3.59 MeV 1.02 MeV 540 mum 540 mumWAbsorberPhysicaleBrem - 2 4.05 mm 526 mum -5.11 mm 2.49 MeV 770 keV 421 mum 962 mumWAbsorberPhysicaleBrem - 3 4.05 mm 566 mum -5.13 mm 2.2 MeV 182 keV 70.3 mum 1.03 mmWAbsorberPhysicaleBrem - 4 3.68 mm 797 mum -5.57 mm 259 keV 1.94 MeV 1.03 mm 2.06 mmWAbsorberPhysicaleIoni - 5 3.68 mm 802 mum -5.57 mm 0 eV 259 keV 70 mum 2.13 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.05 mm 566 mum -5.13 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.07 mm 578 mum -5.14 mm 0 eV 69.5 keV 22.6 mum 22.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.07 mm 578 mum -5.14 mm 37.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.07 mm 578 mum -5.14 mm 0 eV 37.7 keV 3.21 mum 3.21 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.05 mm 526 mum -5.11 mm 327 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.7 mm 1.47 mm -5.8 mm 178 keV 0 eV 2.03 mm 2.03 mmWAbsorberPhysicalcompt - 2 5.88 mm 1.1 mm -5.32 mm 0 eV 69.5 keV 640 mum 2.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.88 mm 1.1 mm -5.32 mm 108 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.88 mm 1.1 mm -5.32 mm 0 eV 108 keV 18.1 mum 18.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.7 mm 1.47 mm -5.8 mm 149 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.7 mm 1.48 mm -5.8 mm 0 eV 149 keV 30 mum 30 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.95 mm 320 mum -4.87 mm 3.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm 1.92 mm -6.16 mm 2.81 MeV 0 eV 9.27 mm 9.27 mmWAbsorberPhysicalcompt - 2 1.32 cm 1.99 mm -6.24 mm 1.19 MeV 0 eV 270 mum 9.54 mmWAbsorberPhysicalcompt - 3 2.14 cm 411 mum -4.47 mm 833 keV 0 eV 8.51 mm 1.81 cmWAbsorberPhysicalcompt - 4 2.5 cm -3.46 mm -3.36 mm 204 keV 0 eV 5.38 mm 2.34 cmWAbsorberPhysicalcompt - 5 2.47 cm -2.77 mm -3.31 mm 0 eV 69.5 keV 730 mum 2.42 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.47 cm -2.77 mm -3.31 mm 135 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.47 cm -2.77 mm -3.31 mm 0 eV 135 keV 25.6 mum 25.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.5 cm -3.46 mm -3.36 mm 629 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.5 cm -3.48 mm -3.42 mm 291 keV 171 keV 118 mum 118 mumWAbsorberPhysicaleBrem - 2 2.5 cm -3.47 mm -3.42 mm 0 eV 291 keV 83.1 mum 201 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.5 cm -3.48 mm -3.42 mm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 cm -3.52 mm -3.51 mm 0 eV 69.5 keV 196 mum 196 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.48 cm -3.52 mm -3.51 mm 97.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.48 cm -3.52 mm -3.51 mm 0 eV 97.3 keV 15.2 mum 15.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.14 cm 411 mum -4.47 mm 362 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.14 cm 416 mum -4.47 mm 0 eV 362 keV 114 mum 114 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.32 cm 1.99 mm -6.24 mm 1.61 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 cm 2.03 mm -6.29 mm 0 eV 1.61 MeV 738 mum 738 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.3 cm 1.92 mm -6.16 mm 425 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.3 cm 1.91 mm -6.15 mm 0 eV 425 keV 143 mum 143 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 111 mum 28.5 mum -117 mum 1.07 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.69 cm 3.16 mm -2.17 cm 546 keV 0 eV 2.75 cm 2.75 cmWAbsorberPhysicalcompt - 2 2.45 cm 5.34 mm -2.09 cm 283 keV 0 eV 7.9 mm 3.54 cmWAbsorberPhysicalcompt - 3 2.52 cm 3.79 mm -2.11 cm 0 eV 69.5 keV 1.71 mm 3.71 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.52 cm 3.79 mm -2.11 cm 213 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.52 cm 3.79 mm -2.11 cm 0 eV 213 keV 52.3 mum 52.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.45 cm 5.34 mm -2.09 cm 263 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.45 cm 5.34 mm -2.09 cm 0 eV 263 keV 71.6 mum 71.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 cm 3.16 mm -2.17 cm 527 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.69 cm 3.11 mm -2.17 cm 144 keV 163 keV 105 mum 105 mumWAbsorberPhysicaleBrem - 2 1.69 cm 3.11 mm -2.17 cm 0 eV 144 keV 28.3 mum 133 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 cm 3.11 mm -2.17 cm 221 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 cm 3.05 mm -2.16 cm 0 eV 69.5 keV 163 mum 163 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.68 cm 3.05 mm -2.16 cm 152 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.68 cm 3.05 mm -2.16 cm 0 eV 152 keV 30.9 mum 30.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -10.9 cm -14.9 cm 28.5 cm 40.3 MeV 0 eV 33.9 cm 33.9 cmFCALEnvelopePhysicalTransportation - 2 -11 cm -15.1 cm 28.9 cm 40.3 MeV 0 eV 4.73 mm 34.4 cmLArgPhysicalTransportation - 3 -45.5 cm -62.4 cm 1.19 m 40.3 MeV 0 eV 1.07 m 1.42 mCryostatVolumesTransportation - 4 -45.6 cm -62.5 cm 1.19 m 40.3 MeV 0 eV 3.34 mm 1.42 mInsulationPhysicalTransportation - 5 -48.1 cm -66 cm 1.26 m 40.3 MeV 0 eV 7.79 cm 1.5 mCryostatVolumesTransportation - 6 -48.2 cm -66.1 cm 1.26 m 40.3 MeV 0 eV 2.78 mm 1.5 mMotherTransportation - 7 -54.3 cm -74.4 cm 1.42 m 40.3 MeV 0 eV 19 cm 1.69 mIronWallPhysicalTransportation - 8 -54.7 cm -75 cm 1.43 m 40.3 MeV 0 eV 1.3 cm 1.71 mMotherTransportation - 9 -3.65 m -5 m 9.54 m 40.3 MeV 0 eV 9.67 m 11.4 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 21.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -19.1 cm 13.7 cm -1.9 cm 21.1 MeV 0 eV 23.5 cm 23.5 cmLArgPhysicalTransportation - 2 -1.27 m 90.8 cm -12.6 cm 21.1 MeV 0 eV 1.33 m 1.56 mCryostatVolumesTransportation - 3 -1.27 m 91 cm -12.6 cm 21.1 MeV 0 eV 3.68 mm 1.57 mInsulationPhysicalTransportation - 4 -1.34 m 96 cm -13.3 cm 21.1 MeV 0 eV 8.6 cm 1.65 mCryostatVolumesTransportation - 5 -1.34 m 96.2 cm -13.3 cm 21.1 MeV 0 eV 3.07 mm 1.66 mMotherTransportation - 6 -5 m 3.58 m -49.7 cm 21.1 MeV 0 eV 4.51 m 6.17 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=44.7861 -Edep in FCAL1 FCAl2 : 0 44.7861 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2692 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 192 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 18.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 77.1 mum -20.7 mum 28.2 mum 17.9 MeV 186 keV 84.9 mum 84.9 mumWAbsorberPhysicaleBrem - 2 168 mum -69.4 mum 62.4 mum 17.3 MeV 192 keV 109 mum 194 mumWAbsorberPhysicaleBrem - 3 997 mum -279 mum 438 mum 13.5 MeV 3.57 MeV 913 mum 1.11 mmWAbsorberPhysicaleBrem - 4 1.03 mm -325 mum 469 mum 13.2 MeV 97.4 keV 67.1 mum 1.17 mmWAbsorberPhysicaleBrem - 5 1.03 mm -326 mum 470 mum 11.3 MeV 3.51 keV 1.54 mum 1.18 mmWAbsorberPhysicaleBrem - 6 1.22 mm -574 mum 665 mum 10.6 MeV 617 keV 369 mum 1.54 mmWAbsorberPhysicaleBrem - 7 1.06 mm -988 mum 802 mum 8.65 MeV 849 keV 494 mum 2.04 mmWAbsorberPhysicaleBrem - 8 1.21 mm -2.3 mm 256 mum 5.04 MeV 2.72 MeV 1.4 mm 3.44 mmWAbsorberPhysicaleBrem - 9 1.5 mm -840 mum 763 mum 1.93 MeV 3.11 MeV 1.77 mm 5.21 mmWAbsorberPhysicaleIoni - 10 1.07 mm -929 mum 1.16 mm 82 keV 1.85 MeV 855 mum 6.07 mmWAbsorberPhysicaleBrem - 11 1.07 mm -928 mum 1.16 mm 0 eV 82 keV 10.5 mum 6.08 mmWAbsorberPhysicaleIoni - 12 1.07 mm -928 mum 1.16 mm 0 eV 0 eV 0 fm 6.08 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm -928 mum 1.16 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.13 mm -1.14 mm -160 mum 446 keV 0 eV 1.71 mm 1.71 mmWAbsorberPhysicalcompt - 2 4.31 mm -1.39 mm -938 mum 0 eV 69.5 keV 2.33 mm 4.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.31 mm -1.39 mm -938 mum 376 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.32 mm -1.39 mm -933 mum 0 eV 376 keV 120 mum 120 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.13 mm -1.14 mm -160 mum 65.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.13 mm -1.14 mm -161 mum 0 eV 65.3 keV 7.92 mum 7.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 mm -928 mum 1.16 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 723 mum -858 mum 1.59 mm 363 keV 0 eV 557 mum 557 mumWAbsorberPhysicalcompt - 2 706 mum -987 mum 1.76 mm 348 keV 0 eV 218 mum 775 mumWAbsorberPhysicalcompt - 3 255 mum -2.54 mm 2.86 mm 0 eV 69.5 keV 1.95 mm 2.73 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 255 mum -2.54 mm 2.86 mm 279 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 252 mum -2.54 mm 2.86 mm 0 eV 279 keV 78.2 mum 78.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 706 mum -987 mum 1.76 mm 14.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 706 mum -987 mum 1.76 mm 0 eV 14.9 keV 715 nm 715 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 723 mum -858 mum 1.59 mm 148 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 721 mum -856 mum 1.59 mm 0 eV 148 keV 29.7 mum 29.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 mm -2.3 mm 256 mum 887 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 mm -2.11 mm 4.86 mum 822 keV 0 eV 419 mum 419 mumWAbsorberPhysicalcompt - 2 6.83 mm -263 mum -2.79 mm 446 keV 0 eV 6.3 mm 6.72 mmWAbsorberPhysicalcompt - 3 7.92 mm -576 mum -2.26 mm 440 keV 0 eV 1.25 mm 7.97 mmWAbsorberPhysicalcompt - 4 8.57 mm -812 mum -2.07 mm 0 eV 69.5 keV 717 mum 8.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.57 mm -812 mum -2.07 mm 371 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.57 mm -821 mum -2.06 mm 0 eV 371 keV 118 mum 118 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.92 mm -576 mum -2.26 mm 6.22 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.92 mm -576 mum -2.26 mm 0 eV 6.22 keV 191 nm 191 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.83 mm -263 mum -2.79 mm 376 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.84 mm -270 mum -2.8 mm 31.5 keV 55.3 keV 25.8 mum 25.8 mumWAbsorberPhysicaleBrem - 2 6.84 mm -270 mum -2.8 mm 0 eV 31.5 keV 2.39 mum 28.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.84 mm -270 mum -2.8 mm 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.85 mm 326 mum -1.7 mm 144 keV 0 eV 1.61 mm 1.61 mmWAbsorberPhysicalcompt - 2 7.85 mm 82.4 mum -2.06 mm 0 eV 69.5 keV 438 mum 2.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.85 mm 82.4 mum -2.06 mm 74.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.85 mm 82.9 mum -2.06 mm 0 eV 74.6 keV 9.87 mum 9.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.85 mm 326 mum -1.7 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.85 mm 327 mum -1.69 mm 0 eV 145 keV 28.8 mum 28.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.49 mm -2.11 mm 4.86 mum 64.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 mm -2.11 mm 4.46 mum 0 eV 64.3 keV 7.72 mum 7.72 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.06 mm -988 mum 802 mum 1.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 588 mum -4.29 mm 1.83 mm 829 keV 0 eV 3.5 mm 3.5 mmWAbsorberPhysicalcompt - 2 635 mum -4.57 mm 2.13 mm 213 keV 0 eV 412 mum 3.91 mmWAbsorberPhysicalcompt - 3 1.31 mm -3.88 mm 1.31 mm 0 eV 69.5 keV 1.28 mm 5.18 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 mm -3.88 mm 1.31 mm 144 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.32 mm -3.88 mm 1.31 mm 0 eV 144 keV 28.4 mum 28.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 635 mum -4.57 mm 2.13 mm 615 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 634 mum -4.59 mm 2.15 mm 0 eV 615 keV 234 mum 234 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 588 mum -4.29 mm 1.83 mm 293 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 585 mum -4.3 mm 1.83 mm 0 eV 293 keV 84.2 mum 84.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 mm -574 mum 665 mum 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm -1.12 mm 705 mum 0 eV 69.5 keV 554 mum 554 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm -1.12 mm 705 mum 39.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.15 mm -1.12 mm 705 mum 0 eV 39.1 keV 3.4 mum 3.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 mm -326 mum 470 mum 1.85 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.79 mm -1.07 cm 4.88 mm 1.52 MeV 0 eV 1.26 cm 1.26 cmWAbsorberPhysicalcompt - 2 1.2 cm -2.46 cm 5.51 mm 808 keV 0 eV 1.49 cm 2.75 cmWAbsorberPhysicalcompt - 3 1.07 cm -3.49 cm 1.43 cm 753 keV 0 eV 1.37 cm 4.12 cmWAbsorberPhysicalcompt - 4 1.09 cm -3.62 cm 1.5 cm 568 keV 0 eV 1.46 mm 4.26 cmWAbsorberPhysicalcompt - 5 1.08 cm -3.64 cm 1.52 cm 0 eV 69.5 keV 274 mum 4.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.08 cm -3.64 cm 1.52 cm 498 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm -3.64 cm 1.52 cm 0 eV 498 keV 177 mum 177 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 cm -3.62 cm 1.5 cm 185 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.09 cm -3.62 cm 1.5 cm 0 eV 185 keV 42.1 mum 42.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.07 cm -3.49 cm 1.43 cm 54.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.07 cm -3.49 cm 1.43 cm 0 eV 54.9 keV 5.97 mum 5.97 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 cm -2.46 cm 5.51 mm 717 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 cm -2.46 cm 5.5 mm 0 eV 717 keV 285 mum 285 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.79 mm -1.07 cm 4.88 mm 325 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.8 mm -1.07 cm 4.88 mm 0 eV 325 keV 97.5 mum 97.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 mm -325 mum 469 mum 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 mm -827 mum 643 mum 0 eV 69.5 keV 609 mum 609 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 mm -827 mum 643 mum 163 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 mm -829 mum 644 mum 0 eV 163 keV 34.5 mum 34.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 997 mum -279 mum 438 mum 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 mm -773 mum 760 mum 0 eV 69.5 keV 653 mum 653 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 mm -773 mum 760 mum 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 mm -776 mum 760 mum 0 eV 170 keV 36.9 mum 36.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 168 mum -69.4 mum 62.4 mum 373 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 608 mum -375 mum 272 mum 310 keV 0 eV 575 mum 575 mumWAbsorberPhysicalcompt - 2 4.33 mm -683 mum -444 mum 0 eV 69.5 keV 3.8 mm 4.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.33 mm -683 mum -444 mum 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.33 mm -685 mum -447 mum 0 eV 241 keV 62.7 mum 62.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 608 mum -375 mum 272 mum 62.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 608 mum -375 mum 272 mum 0 eV 62.5 keV 7.35 mum 7.35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 77.1 mum -20.7 mum 28.2 mum 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 219 mum -103 mum 101 mum 0 eV 69.5 keV 179 mum 179 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 219 mum -103 mum 101 mum 70.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 219 mum -103 mum 101 mum 0 eV 70.7 keV 9.05 mum 9.05 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -19.6 cm -7.31 cm 6.56 cm 47.6 MeV 0 eV 21.9 cm 21.9 cmFCALEnvelopePhysicalTransportation - 2 -20.1 cm -7.49 cm 6.73 cm 47.6 MeV 0 eV 5.54 mm 22.5 cmLArgPhysicalTransportation - 3 -1.21 m -45.1 cm 40.5 cm 47.6 MeV 0 eV 1.13 m 1.35 mCryostatVolumesTransportation - 4 -1.21 m -45.2 cm 40.6 cm 47.6 MeV 0 eV 3.18 mm 1.36 mInsulationPhysicalTransportation - 5 -1.28 m -47.7 cm 42.8 cm 47.6 MeV 0 eV 7.43 cm 1.43 mCryostatVolumesTransportation - 6 -1.28 m -47.8 cm 42.9 cm 47.6 MeV 0 eV 2.65 mm 1.43 mMotherTransportation - 7 -5 m -1.87 m 1.68 m 47.6 MeV 0 eV 4.16 m 5.59 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 39.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.98 cm 7.63 cm -7 cm 39.3 MeV 0 eV 13.7 cm 13.7 cmF2LArGapPhysicalTransportation - 2 9.1 cm 7.73 cm -7.1 cm 39.3 MeV 0 eV 1.95 mm 13.9 cmCuPlateBPhysicalTransportation - 3 12.4 cm 10.5 cm -9.65 cm 39.3 MeV 0 eV 4.98 cm 18.9 cmLArgPhysicalTransportation - 4 14.8 cm 12.6 cm -11.6 cm 39.3 MeV 0 eV 3.78 cm 22.7 cmBackExcluderTransportation - 5 34.7 cm 29.4 cm -27 cm 39.3 MeV 0 eV 30.2 cm 52.9 cmLArgPhysicalTransportation - 6 1 m 85.4 cm -78.4 cm 39.3 MeV 0 eV 1.01 m 1.53 mCryostatVolumesTransportation - 7 1.01 m 85.6 cm -78.6 cm 39.3 MeV 0 eV 3.61 mm 1.54 mInsulationPhysicalTransportation - 8 1.06 m 90.3 cm -82.9 cm 39.3 MeV 0 eV 8.43 cm 1.62 mCryostatVolumesTransportation - 9 1.06 m 90.4 cm -83 cm 39.3 MeV 0 eV 3.01 mm 1.62 mMotherTransportation - 10 5 m 4.25 m -3.9 m 39.3 MeV 0 eV 6.01 m 7.63 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=19.2478 -Edep in FCAL1 FCAl2 : 0 19.2478 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2693 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 193 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 mm 814 mum -737 mum 26.4 MeV 4.46 MeV 1.93 mm 1.93 mmWAbsorberPhysicaleBrem - 2 1.66 mm 850 mum -780 mum 26.1 MeV 176 keV 113 mum 2.04 mmWAbsorberPhysicaleBrem - 3 2.27 mm 974 mum -987 mum 24 MeV 1.41 MeV 669 mum 2.71 mmWAbsorberPhysicaleBrem - 4 3.45 mm 1.46 mm -1.31 mm 20.7 MeV 2.72 MeV 1.35 mm 4.06 mmWAbsorberPhysicaleBrem - 5 4.34 mm 1.72 mm -1.29 mm 13.5 MeV 1.85 MeV 984 mum 5.04 mmWAbsorberPhysicaleBrem - 6 3.49 mm 1.1 mm -1.71 mm 9.42 MeV 2.5 MeV 1.19 mm 6.23 mmWAbsorberPhysicaleBrem - 7 3.23 mm 463 mum -1.77 mm 7.23 MeV 1.52 MeV 782 mum 7.01 mmWAbsorberPhysicaleBrem - 8 3.22 mm 462 mum -1.77 mm 7.11 MeV 17.4 keV 11.1 mum 7.02 mmWAbsorberPhysicaleBrem - 9 2.32 mm 335 mum -712 mum 2.59 MeV 4.32 MeV 1.45 mm 8.47 mmWAbsorberPhysicaleBrem - 10 1.95 mm -199 mum -865 mum 701 keV 1.49 MeV 878 mum 9.35 mmWAbsorberPhysicaleBrem - 11 1.95 mm -228 mum -852 mum 0 eV 701 keV 277 mum 9.62 mmWAbsorberPhysicaleIoni - 12 1.95 mm -228 mum -852 mum 0 eV 0 eV 0 fm 9.62 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 mm -228 mum -852 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.76 mm 940 mum 3.63 mm 238 keV 0 eV 6.68 mm 6.68 mmWAbsorberPhysicalcompt - 2 5.31 mm -10.2 mum 4.96 mm 0 eV 69.5 keV 2.19 mm 8.86 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.31 mm -10.2 mum 4.96 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.3 mm -8.2 mum 4.96 mm 0 eV 169 keV 36.5 mum 36.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.76 mm 940 mum 3.63 mm 273 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.76 mm 942 mum 3.63 mm 0 eV 273 keV 75.7 mum 75.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 mm -228 mum -852 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 148 mum -665 mum -2.53 mm 238 keV 0 eV 2.5 mm 2.5 mmWAbsorberPhysicalcompt - 2 -215 mum -699 mum -1.99 mm 0 eV 69.5 keV 649 mum 3.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -215 mum -699 mum -1.99 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -217 mum -699 mum -1.99 mm 0 eV 169 keV 36.5 mum 36.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 148 mum -665 mum -2.53 mm 273 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 145 mum -666 mum -2.53 mm 0 eV 273 keV 75.6 mum 75.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 mm -199 mum -865 mum 391 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 mm -1.33 mm -410 mum 0 eV 69.5 keV 1.24 mm 1.24 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 mm -1.33 mm -410 mum 322 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.71 mm -1.33 mm -408 mum 0 eV 322 keV 96.2 mum 96.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.32 mm 335 mum -712 mum 203 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 807 mum 820 mum -1.35 mm 0 eV 69.5 keV 1.71 mm 1.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 807 mum 820 mum -1.35 mm 134 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 808 mum 821 mum -1.35 mm 0 eV 134 keV 25.3 mum 25.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.22 mm 462 mum -1.77 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.2 mm 459 mum -1.77 mm 0 eV 69.5 keV 19 mum 19 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.2 mm 459 mum -1.77 mm 34.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.2 mm 459 mum -1.77 mm 0 eV 34.7 keV 2.81 mum 2.81 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.23 mm 463 mum -1.77 mm 669 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 mm -9.51 mum -1.55 mm 648 keV 0 eV 5.2 mm 5.2 mmWAbsorberPhysicalcompt - 2 -1.96 mm -12.8 mum -1.55 mm 0 eV 69.5 keV 15.1 mum 5.21 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm -12.8 mum -1.55 mm 578 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.97 mm -9.85 mum -1.54 mm 0 eV 578 keV 216 mum 216 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 mm -9.51 mum -1.55 mm 21.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 mm -9.45 mum -1.55 mm 0 eV 21.3 keV 1.27 mum 1.27 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.49 mm 1.1 mm -1.71 mm 1.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.32 mm -4.5 mm -28.1 mum 511 keV 0 eV 9.76 mm 9.76 mmWAbsorberPhysicalcompt - 2 -3.87 mm -5.8 mm 361 mum 0 eV 69.5 keV 1.43 mm 1.12 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.87 mm -5.8 mm 361 mum 442 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.87 mm -5.81 mm 371 mum 0 eV 442 keV 151 mum 151 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.32 mm -4.5 mm -28.1 mum 1.12 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.36 mm -4.51 mm -23.9 mum 0 eV 1.12 MeV 487 mum 487 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.34 mm 1.72 mm -1.29 mm 5.34 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -1.66 cm -1.33 mm 0 eV 0 eV 2.45 cm 2.45 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 29, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -1.66 cm -1.33 mm 3.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 cm -1.68 cm -910 mum 1.06 MeV 1.09 MeV 532 mum 532 mumWAbsorberPhysicaleBrem - 2 -1.18 cm -1.68 cm -864 mum 0 eV 1.06 MeV 462 mum 994 mumWAbsorberPhysicaleIoni - 3 -1.18 cm -1.68 cm -864 mum 0 eV 0 eV 0 fm 994 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -1.68 cm -864 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -1.77 cm -1.13 mm 297 keV 0 eV 1.19 mm 1.19 mmWAbsorberPhysicalcompt - 2 -1.1 cm -1.77 cm -1.04 mm 0 eV 69.5 keV 101 mum 1.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.1 cm -1.77 cm -1.04 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.1 cm -1.77 cm -1.04 mm 0 eV 227 keV 57.7 mum 57.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.11 cm -1.77 cm -1.13 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.11 cm -1.77 cm -1.13 mm 0 eV 214 keV 52.6 mum 52.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -1.68 cm -864 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 cm -1.31 cm 190 mum 371 keV 0 eV 4.8 mm 4.8 mmWAbsorberPhysicalcompt - 2 -1.47 cm -1.2 cm -114 mum 0 eV 69.5 keV 1.15 mm 5.95 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.47 cm -1.2 cm -114 mum 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.47 cm -1.2 cm -112 mum 0 eV 301 keV 87.4 mum 87.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.48 cm -1.31 cm 190 mum 140 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 cm -1.31 cm 191 mum 0 eV 140 keV 27.3 mum 27.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -1.68 cm -910 mum 1.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm -1.65 cm -431 mum 647 keV 0 eV 662 mum 662 mumWAbsorberPhysicalcompt - 2 -1.14 cm -1.58 cm -269 mum 0 eV 69.5 keV 739 mum 1.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm -1.58 cm -269 mum 577 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.14 cm -1.58 cm -263 mum 356 keV 12.9 keV 10.9 mum 10.9 mumWAbsorberPhysicaleBrem - 2 -1.14 cm -1.58 cm -257 mum 0 eV 356 keV 111 mum 122 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 cm -1.58 cm -263 mum 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm -1.57 cm -149 mum 0 eV 69.5 keV 148 mum 148 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm -1.57 cm -149 mum 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm -1.57 cm -148 mum 0 eV 139 keV 26.8 mum 26.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 cm -1.65 cm -431 mum 457 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.15 cm -1.65 cm -422 mum 0 eV 457 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 cm -1.66 cm -1.33 mm 1.06 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.19 cm -1.67 cm -1.36 mm 0 eV 1.06 MeV 459 mum 459 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.45 mm 1.46 mm -1.31 mm 588 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.16 mm 1.51 mm -1.28 mm 0 eV 69.5 keV 1.71 mm 1.71 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.16 mm 1.51 mm -1.28 mm 518 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.17 mm 1.51 mm -1.29 mm 260 keV 39.6 keV 15.3 mum 15.3 mumWAbsorberPhysicaleBrem - 2 5.17 mm 1.5 mm -1.29 mm 0 eV 260 keV 70.4 mum 85.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.17 mm 1.51 mm -1.29 mm 219 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.96 mm 709 mum -1.21 mm 165 keV 0 eV 828 mum 828 mumWAbsorberPhysicalcompt - 2 4.66 mm 638 mum -310 mum 0 eV 69.5 keV 956 mum 1.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.66 mm 638 mum -310 mum 95.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.66 mm 637 mum -310 mum 0 eV 95.4 keV 14.7 mum 14.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.96 mm 709 mum -1.21 mm 53.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.96 mm 708 mum -1.21 mm 0 eV 53.8 keV 5.78 mum 5.78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.27 mm 974 mum -987 mum 674 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.65 mm 1.53 mm -2.01 mm 234 keV 0 eV 5.51 mm 5.51 mmWAbsorberPhysicalcompt - 2 7.11 mm 172 mum -120 mum 0 eV 69.5 keV 2.39 mm 7.9 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.11 mm 172 mum -120 mum 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.11 mm 171 mum -118 mum 0 eV 165 keV 35.1 mum 35.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.65 mm 1.53 mm -2.01 mm 440 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.66 mm 1.54 mm -2.02 mm 0 eV 440 keV 149 mum 149 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 mm 850 mum -780 mum 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm 871 mum -823 mum 0 eV 69.5 keV 90.3 mum 90.3 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 mm 871 mum -823 mum 40.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 mm 871 mum -822 mum 0 eV 40.6 keV 3.62 mum 3.62 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.56 mm 814 mum -737 mum 14.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.72 cm 1.01 cm -1.41 cm 0 eV 0 eV 3.04 cm 3.04 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 49, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 cm 1.01 cm -1.41 cm 7.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.89 cm 9.29 mm -1.34 cm 3.41 MeV 3.75 MeV 2.07 mm 2.07 mmWAbsorberPhysicaleIoni - 2 2.96 cm 9.68 mm -1.42 cm 636 keV 2.27 MeV 1.44 mm 3.5 mmWAbsorberPhysicaleBrem - 3 2.95 cm 9.66 mm -1.43 cm 0 eV 636 keV 244 mum 3.75 mmWAbsorberPhysicaleIoni - 4 2.95 cm 9.66 mm -1.43 cm 0 eV 0 eV 0 fm 3.75 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 cm 9.66 mm -1.43 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.55 cm 1.63 cm -1.49 cm 176 keV 0 eV 8.89 mm 8.89 mmWAbsorberPhysicalcompt - 2 3.51 cm 1.57 cm -1.51 cm 0 eV 69.5 keV 660 mum 9.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.51 cm 1.57 cm -1.51 cm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.51 cm 1.57 cm -1.51 cm 0 eV 107 keV 17.7 mum 17.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.55 cm 1.63 cm -1.49 cm 335 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.55 cm 1.63 cm -1.49 cm 0 eV 335 keV 102 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.95 cm 9.66 mm -1.43 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 cm 5.46 mm -1.39 cm 0 eV 69.5 keV 5.66 mm 5.66 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.58 cm 5.46 mm -1.39 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.58 cm 5.46 mm -1.39 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.96 cm 9.68 mm -1.42 cm 497 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.84 cm 7.04 mm -1.61 cm 0 eV 69.5 keV 3.47 mm 3.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.84 cm 7.04 mm -1.61 cm 428 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.84 cm 7.01 mm -1.61 cm 20.4 keV 281 keV 100 mum 100 mumWAbsorberPhysicaleBrem - 2 2.84 cm 7.01 mm -1.61 cm 0 eV 20.4 keV 1.18 mum 102 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.84 cm 7.01 mm -1.61 cm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 cm 7.05 mm -1.6 cm 0 eV 69.5 keV 188 mum 188 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 cm 7.05 mm -1.6 cm 57.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 cm 7.05 mm -1.6 cm 0 eV 57.1 keV 6.38 mum 6.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.72 cm 1.01 cm -1.41 cm 5.92 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.73 cm 1.06 cm -1.44 cm 4.23 MeV 1.25 MeV 665 mum 665 mumWAbsorberPhysicaleBrem - 2 2.84 cm 1.1 cm -1.39 cm 1.27 MeV 2.96 MeV 1.6 mm 2.27 mmWAbsorberPhysicaleIoni - 3 2.84 cm 1.1 cm -1.39 cm 1.04 MeV 40.1 keV 22.7 mum 2.29 mmWAbsorberPhysicaleBrem - 4 2.83 cm 1.1 cm -1.39 cm 0 eV 1.04 MeV 449 mum 2.74 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.84 cm 1.1 cm -1.39 cm 190 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.82 cm 1.1 cm -1.37 cm 0 eV 69.5 keV 275 mum 275 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.82 cm 1.1 cm -1.37 cm 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.82 cm 1.1 cm -1.37 cm 0 eV 120 keV 21.4 mum 21.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.73 cm 1.06 cm -1.44 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.81 cm 1.09 cm -1.52 cm 0 eV 69.5 keV 1.12 mm 1.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.81 cm 1.09 cm -1.52 cm 372 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.81 cm 1.09 cm -1.52 cm 0 eV 372 keV 118 mum 118 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15 cm -11.2 cm 20 cm 37.4 MeV 0 eV 27.4 cm 27.4 cmFCALEnvelopePhysicalTransportation - 2 -15.3 cm -11.4 cm 20.4 cm 37.4 MeV 0 eV 5.29 mm 27.9 cmLArgPhysicalTransportation - 3 -76.6 cm -57.1 cm 1.02 m 37.4 MeV 0 eV 1.12 m 1.4 mCryostatVolumesTransportation - 4 -76.8 cm -57.2 cm 1.02 m 37.4 MeV 0 eV 3.29 mm 1.4 mInsulationPhysicalTransportation - 5 -81 cm -60.3 cm 1.08 m 37.4 MeV 0 eV 7.67 cm 1.48 mCryostatVolumesTransportation - 6 -81.1 cm -60.5 cm 1.08 m 37.4 MeV 0 eV 2.74 mm 1.48 mMotherTransportation - 7 -5 m -3.73 m 6.65 m 37.4 MeV 0 eV 7.64 m 9.12 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 22.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.67 cm -4.69 cm -6.39 cm 22.8 MeV 0 eV 10.4 cm 10.4 cmCuPlateBPhysicalTransportation - 2 -9.19 cm -6.46 cm -8.81 cm 22.8 MeV 0 eV 3.91 cm 14.3 cmLArgPhysicalTransportation - 3 -12.1 cm -8.5 cm -11.6 cm 22.8 MeV 0 eV 4.49 cm 18.8 cmBackExcluderTransportation - 4 -43.2 cm -30.4 cm -41.4 cm 22.8 MeV 0 eV 48.3 cm 67.1 cmLArgPhysicalTransportation - 5 -92 cm -64.7 cm -88.2 cm 22.8 MeV 0 eV 75.9 cm 1.43 mCryostatVolumesTransportation - 6 -92.2 cm -64.9 cm -88.4 cm 22.8 MeV 0 eV 3.36 mm 1.43 mInsulationPhysicalTransportation - 7 -97.3 cm -68.4 cm -93.2 cm 22.8 MeV 0 eV 7.85 cm 1.51 mCryostatVolumesTransportation - 8 -97.5 cm -68.6 cm -93.4 cm 22.8 MeV 0 eV 2.8 mm 1.51 mMotherTransportation - 9 -5 m -3.52 m -4.79 m 22.8 MeV 0 eV 6.25 m 7.77 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=45.983 -Edep in FCAL1 FCAl2 : 0 45.983 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2694 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 194 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 353 mum -759 mum 155 mum 46.9 MeV 2.38 MeV 855 mum 855 mumWAbsorberPhysicaleBrem - 2 574 mum -1.25 mm 334 mum 45.4 MeV 978 keV 570 mum 1.42 mmWAbsorberPhysicaleBrem - 3 601 mum -1.34 mm 368 mum 43 MeV 172 keV 97.8 mum 1.52 mmWAbsorberPhysicaleBrem - 4 669 mum -1.53 mm 432 mum 0 eV 513 keV 218 mum 1.74 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 669 mum -1.53 mm 432 mum 26.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.1 mm -1.09 cm 2.24 mm 0 eV 0 eV 1.01 cm 1.01 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 11, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.1 mm -1.09 cm 2.24 mm 16.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.16 mm -1.11 cm 2.28 mm 15.6 MeV 494 keV 259 mum 259 mumWAbsorberPhysicaleBrem - 2 4.77 mm -1.15 cm 2.87 mm 13.5 MeV 1.6 MeV 957 mum 1.22 mmWAbsorberPhysicaleBrem - 3 4.79 mm -1.16 cm 2.88 mm 11.8 MeV 60.6 keV 32.9 mum 1.25 mmWAbsorberPhysicaleBrem - 4 5.22 mm -1.24 cm 2.93 mm 9.96 MeV 1.52 MeV 930 mum 2.18 mmWAbsorberPhysicaleBrem - 5 6.29 mm -1.36 cm 3.59 mm 5.61 MeV 4.18 MeV 2.36 mm 4.54 mmWAbsorberPhysicaleBrem - 6 6.26 mm -1.35 cm 3.83 mm 3.94 MeV 682 keV 249 mum 4.78 mmWAbsorberPhysicaleBrem - 7 6.25 mm -1.36 cm 4.21 mm 2.14 MeV 1.45 MeV 937 mum 5.72 mmWAbsorberPhysicaleBrem - 8 6.33 mm -1.34 cm 4.1 mm 287 keV 1.85 MeV 1.02 mm 6.74 mmWAbsorberPhysicaleIoni - 9 6.34 mm -1.34 cm 4.09 mm 0 eV 287 keV 79.2 mum 6.82 mmWAbsorberPhysicaleIoni - 10 6.34 mm -1.34 cm 4.09 mm 0 eV 0 eV 0 fm 6.82 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.34 mm -1.34 cm 4.09 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.01 mm -1.36 cm 3.84 mm 195 keV 0 eV 434 mum 434 mumWAbsorberPhysicalcompt - 2 6.6 mm -1.36 cm 3.73 mm 0 eV 69.5 keV 610 mum 1.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.6 mm -1.36 cm 3.73 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.61 mm -1.36 cm 3.73 mm 0 eV 126 keV 22.9 mum 22.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.01 mm -1.36 cm 3.84 mm 316 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6 mm -1.36 cm 3.84 mm 0 eV 316 keV 93.4 mum 93.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.34 mm -1.34 cm 4.09 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm -1.2 cm 7.09 mm 401 keV 0 eV 5.12 mm 5.12 mmWAbsorberPhysicalcompt - 2 1.03 cm -1.18 cm 7.23 mm 0 eV 69.5 keV 276 mum 5.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 cm -1.18 cm 7.23 mm 332 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.03 cm -1.17 cm 7.23 mm 0 eV 332 keV 101 mum 101 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm -1.2 cm 7.09 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm -1.2 cm 7.09 mm 0 eV 110 keV 18.4 mum 18.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.25 mm -1.36 cm 4.21 mm 352 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.04 mm -1.18 cm 2.57 mm 0 eV 69.5 keV 2.55 mm 2.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.04 mm -1.18 cm 2.57 mm 282 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.04 mm -1.17 cm 2.58 mm 0 eV 282 keV 79.5 mum 79.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.26 mm -1.35 cm 3.83 mm 982 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.81 mm -1.37 cm 1.18 cm 0 eV 69.5 keV 8.03 mm 8.03 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.81 mm -1.37 cm 1.18 cm 913 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.79 mm -1.36 cm 1.19 cm 168 keV 585 keV 344 mum 344 mumWAbsorberPhysicaleBrem - 2 6.79 mm -1.36 cm 1.19 cm 0 eV 168 keV 36.1 mum 380 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.79 mm -1.36 cm 1.19 cm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.48 mm -1.37 cm 1.18 cm 0 eV 69.5 keV 338 mum 338 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.48 mm -1.37 cm 1.18 cm 90.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.48 mm -1.37 cm 1.18 cm 0 eV 90.8 keV 13.6 mum 13.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.29 mm -1.36 cm 3.59 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.27 mm -1.36 cm 3.9 mm 0 eV 69.5 keV 308 mum 308 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.27 mm -1.36 cm 3.9 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.27 mm -1.36 cm 3.9 mm 0 eV 103 keV 16.6 mum 16.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.22 mm -1.24 cm 2.93 mm 341 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.69 mm -1.31 cm 3.66 mm 0 eV 69.5 keV 1.16 mm 1.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.69 mm -1.31 cm 3.66 mm 272 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.7 mm -1.32 cm 3.66 mm 0 eV 272 keV 75.3 mum 75.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.79 mm -1.16 cm 2.88 mm 1.63 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 cm -2.38 cm 9.09 mm 1.5 MeV 0 eV 1.98 cm 1.98 cmWAbsorberPhysicalcompt - 2 3.93 cm -4.84 cm 1.46 cm 313 keV 0 eV 3.23 cm 5.21 cmWAbsorberPhysicalcompt - 3 3.66 cm -4.97 cm 1.24 cm 311 keV 0 eV 3.72 mm 5.58 cmWAbsorberPhysicalcompt - 4 3.62 cm -4.98 cm 1.21 cm 0 eV 69.5 keV 475 mum 5.63 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.62 cm -4.98 cm 1.21 cm 242 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.62 cm -4.98 cm 1.21 cm 0 eV 242 keV 63.1 mum 63.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.66 cm -4.97 cm 1.24 cm 1.61 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.66 cm -4.97 cm 1.24 cm 0 eV 1.61 keV 28.9 nm 28.9 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.93 cm -4.84 cm 1.46 cm 1.19 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.93 cm -4.84 cm 1.47 cm 201 keV 489 keV 253 mum 253 mumWAbsorberPhysicaleBrem - 2 3.93 cm -4.84 cm 1.47 cm 0 eV 201 keV 47.6 mum 301 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.93 cm -4.84 cm 1.47 cm 502 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.03 cm -4.97 cm 1.34 cm 261 keV 0 eV 2.06 mm 2.06 mmWAbsorberPhysicalcompt - 2 4.23 cm -4.77 cm 1.27 cm 0 eV 69.5 keV 2.92 mm 4.99 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.23 cm -4.77 cm 1.27 cm 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.23 cm -4.77 cm 1.27 cm 0 eV 192 keV 44.3 mum 44.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.03 cm -4.97 cm 1.34 cm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.03 cm -4.97 cm 1.34 cm 0 eV 241 keV 63 mum 63 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 cm -2.38 cm 9.09 mm 124 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 cm -2.38 cm 9.09 mm 0 eV 124 keV 22.2 mum 22.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.77 mm -1.15 cm 2.87 mm 501 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm -1.71 cm 5.8 mm 0 eV 69.5 keV 8.93 mm 8.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm -1.71 cm 5.8 mm 432 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.11 cm -1.71 cm 5.8 mm 0 eV 432 keV 146 mum 146 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.16 mm -1.11 cm 2.28 mm 369 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.97 mm -1.42 cm 4.21 mm 0 eV 69.5 keV 4.58 mm 4.58 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.97 mm -1.42 cm 4.21 mm 299 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.97 mm -1.42 cm 4.22 mm 0 eV 299 keV 86.7 mum 86.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.1 mm -1.09 cm 2.24 mm 8.83 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.96 mm -1.14 cm 2.34 mm 5.73 MeV 2.64 MeV 1.05 mm 1.05 mmWAbsorberPhysicaleBrem - 2 5.07 mm -1.17 cm 2.32 mm 4.15 MeV 765 keV 329 mum 1.38 mmWAbsorberPhysicaleBrem - 3 5.06 mm -1.19 cm 2.2 mm 2.51 MeV 685 keV 276 mum 1.66 mmWAbsorberPhysicaleBrem - 4 5.41 mm -1.23 cm 1.78 mm 434 keV 1.95 MeV 987 mum 2.64 mmWAbsorberPhysicaleBrem - 5 5.41 mm -1.22 cm 1.78 mm 0 eV 434 keV 147 mum 2.79 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.41 mm -1.23 cm 1.78 mm 127 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.23 mm -1.18 cm 1.17 mm 0 eV 69.5 keV 764 mum 764 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.23 mm -1.18 cm 1.17 mm 57 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.23 mm -1.18 cm 1.17 mm 0 eV 57 keV 6.35 mum 6.35 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.06 mm -1.19 cm 2.2 mm 951 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 mm -8.23 mm -1.5 cm 619 keV 0 eV 1.9 cm 1.9 cmWAbsorberPhysicalcompt - 2 -9.19 mm 2.17 mm -2.06 cm 0 eV 69.5 keV 1.37 cm 3.27 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.19 mm 2.17 mm -2.06 cm 550 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.19 mm 2.19 mm -2.06 cm 0 eV 550 keV 202 mum 202 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 mm -8.23 mm -1.5 cm 331 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 mm -8.23 mm -1.5 cm 0 eV 331 keV 100 mum 100 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.07 mm -1.17 cm 2.32 mm 821 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.79 mm -1.94 cm -1.24 cm 537 keV 0 eV 1.66 cm 1.66 cmWAbsorberPhysicalcompt - 2 4.78 mm -1.85 cm -1.48 cm 0 eV 69.5 keV 2.56 mm 1.91 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.78 mm -1.85 cm -1.48 cm 467 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.77 mm -1.85 cm -1.48 cm 0 eV 467 keV 162 mum 162 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.79 mm -1.94 cm -1.24 cm 284 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.79 mm -1.94 cm -1.24 cm 0 eV 284 keV 80.4 mum 80.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.96 mm -1.14 cm 2.34 mm 456 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.24 mm -1.18 cm 2.22 mm 0 eV 69.5 keV 478 mum 478 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.24 mm -1.18 cm 2.22 mm 386 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.25 mm -1.18 cm 2.22 mm 0 eV 386 keV 125 mum 125 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 669 mum -1.53 mm 432 mum 17.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.74 mm -1.44 cm 7.24 mm 0 eV 0 eV 1.49 cm 1.49 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 51, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.74 mm -1.44 cm 7.24 mm 1.84 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.7 mm -1.46 cm 7.27 mm 0 eV 1.84 MeV 869 mum 869 mumWAbsorberPhysicaleIoni - 2 3.7 mm -1.46 cm 7.27 mm 0 eV 0 eV 0 fm 869 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.7 mm -1.46 cm 7.27 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -753 mum -1.7 cm 7.78 mm 0 eV 69.5 keV 5.12 mm 5.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -753 mum -1.7 cm 7.78 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -763 mum -1.7 cm 7.78 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.7 mm -1.46 cm 7.27 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.91 mm -1.44 cm 7.25 mm 0 eV 69.5 keV 244 mum 244 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.91 mm -1.44 cm 7.25 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.91 mm -1.44 cm 7.25 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.74 mm -1.44 cm 7.24 mm 14.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.76 mm -1.45 cm 7.27 mm 13.7 MeV 94.5 keV 65.2 mum 65.2 mumWAbsorberPhysicaleBrem - 2 3.98 mm -1.54 cm 7.69 mm 10.4 MeV 3.08 MeV 1.41 mm 1.48 mmWAbsorberPhysicaleBrem - 3 4.03 mm -1.55 cm 7.74 mm 7.31 MeV 174 keV 117 mum 1.6 mmWAbsorberPhysicaleBrem - 4 4.02 mm -1.61 cm 8.25 mm 3.51 MeV 2.94 MeV 736 mum 2.33 mmWAbsorberPhysicaleBrem - 5 4 mm -1.63 cm 8 mm 1.31 MeV 2.08 MeV 1.21 mm 3.54 mmWAbsorberPhysicaleBrem - 6 4.05 mm -1.63 cm 8.03 mm 0 eV 1.31 MeV 587 mum 4.12 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 60, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4 mm -1.63 cm 8 mm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.25 mm -1.63 cm 8.06 mm 0 eV 69.5 keV 255 mum 255 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.25 mm -1.63 cm 8.06 mm 56.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.25 mm -1.63 cm 8.06 mm 0 eV 56.2 keV 6.2 mum 6.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.02 mm -1.61 cm 8.25 mm 853 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.11 mm -1.98 cm 4.84 mm 207 keV 0 eV 6.5 mm 6.5 mmWAbsorberPhysicalcompt - 2 6.93 mm -1.96 cm 5.26 mm 0 eV 69.5 keV 1.28 mm 7.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.93 mm -1.96 cm 5.26 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.92 mm -1.96 cm 5.26 mm 0 eV 138 keV 26.6 mum 26.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.11 mm -1.98 cm 4.84 mm 646 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.13 mm -1.99 cm 4.83 mm 0 eV 646 keV 249 mum 249 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.03 mm -1.55 cm 7.74 mm 2.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.26 cm -5.57 cm 2.24 cm 595 keV 0 eV 4.66 cm 4.66 cmWAbsorberPhysicalcompt - 2 2.38 cm -5.53 cm 2.5 cm 307 keV 0 eV 2.82 mm 4.94 cmWAbsorberPhysicalcompt - 3 2.36 cm -5.44 cm 2.51 cm 291 keV 0 eV 915 mum 5.04 cmWAbsorberPhysicalcompt - 4 2.36 cm -5.21 cm 2.46 cm 137 keV 0 eV 2.36 mm 5.27 cmWAbsorberPhysicalcompt - 5 2.37 cm -5.27 cm 2.46 cm 0 eV 69.5 keV 641 mum 5.34 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.37 cm -5.27 cm 2.46 cm 67.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.37 cm -5.27 cm 2.46 cm 0 eV 67.9 keV 8.47 mum 8.47 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.36 cm -5.21 cm 2.46 cm 153 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 cm -5.21 cm 2.46 cm 0 eV 153 keV 31.3 mum 31.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.36 cm -5.44 cm 2.51 cm 16 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 cm -5.44 cm 2.51 cm 0 eV 16 keV 801 nm 801 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.38 cm -5.53 cm 2.5 cm 289 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.38 cm -5.53 cm 2.5 cm 0 eV 289 keV 82.3 mum 82.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.26 cm -5.57 cm 2.24 cm 2.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 cm -5.56 cm 2.27 cm 511 keV 1.71 MeV 869 mum 869 mumWAbsorberPhysicaleBrem - 2 2.31 cm -5.56 cm 2.27 cm 0 eV 511 keV 183 mum 1.05 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 cm -5.56 cm 2.27 cm 112 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 cm -5.56 cm 2.27 cm 0 eV 69.5 keV 3.25 mum 3.25 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.31 cm -5.56 cm 2.27 cm 43 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.31 cm -5.56 cm 2.27 cm 0 eV 43 keV 3.99 mum 3.99 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.98 mm -1.54 cm 7.69 mm 241 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.09 mm -1.61 cm 8 mm 0 eV 69.5 keV 777 mum 777 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.09 mm -1.61 cm 8 mm 171 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.09 mm -1.61 cm 8 mm 13.1 keV 11.7 keV 5.98 mum 5.98 mumWAbsorberPhysicaleBrem - 2 4.09 mm -1.61 cm 8 mm 0 eV 13.1 keV 584 nm 6.56 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.09 mm -1.61 cm 8 mm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.07 mm -1.61 cm 8.02 mm 0 eV 69.5 keV 30 mum 30 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.07 mm -1.61 cm 8.02 mm 76.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.07 mm -1.61 cm 8.02 mm 0 eV 76.7 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.76 mm -1.45 cm 7.27 mm 487 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.77 mm -1.45 cm 7.28 mm 0 eV 69.5 keV 21.6 mum 21.6 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.77 mm -1.45 cm 7.28 mm 417 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.77 mm -1.45 cm 7.28 mm 0 eV 417 keV 139 mum 139 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 601 mum -1.34 mm 368 mum 2.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.61 mm -2.74 cm 1.03 cm 340 keV 0 eV 2.9 cm 2.9 cmWAbsorberPhysicalcompt - 2 1 cm -2.68 cm 9.16 mm 247 keV 0 eV 1.91 mm 3.1 cmWAbsorberPhysicalcompt - 3 1.02 cm -2.74 cm 8.39 mm 0 eV 69.5 keV 969 mum 3.19 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.02 cm -2.74 cm 8.39 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.02 cm -2.74 cm 8.38 mm 0 eV 178 keV 39.7 mum 39.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1 cm -2.68 cm 9.16 mm 92.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1 cm -2.68 cm 9.16 mm 0 eV 92.3 keV 14 mum 14 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.61 mm -2.74 cm 1.03 cm 1.94 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.8 mm -2.75 cm 1.02 cm 669 keV 805 keV 329 mum 329 mumWAbsorberPhysicaleBrem - 2 8.78 mm -2.75 cm 1.02 cm 0 eV 669 keV 261 mum 590 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.8 mm -2.75 cm 1.02 cm 465 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.47 mm -2.75 cm 1 cm 303 keV 0 eV 390 mum 390 mumWAbsorberPhysicalcompt - 2 7.65 mm -2.48 cm 9.9 mm 0 eV 69.5 keV 2.77 mm 3.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.65 mm -2.48 cm 9.9 mm 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.65 mm -2.48 cm 9.9 mm 0 eV 233 keV 59.8 mum 59.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.47 mm -2.75 cm 1 cm 162 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.47 mm -2.75 cm 1 cm 0 eV 162 keV 34.2 mum 34.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 574 mum -1.25 mm 334 mum 512 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.7 mm -7.83 mm 2.79 mm 482 keV 0 eV 7.34 mm 7.34 mmWAbsorberPhysicalcompt - 2 3.39 mm -8.97 mm 2.88 mm 0 eV 69.5 keV 1.34 mm 8.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 mm -8.97 mm 2.88 mm 413 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 mm -8.98 mm 2.89 mm 0 eV 413 keV 137 mum 137 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.7 mm -7.83 mm 2.79 mm 29.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.7 mm -7.83 mm 2.79 mm 0 eV 29.6 keV 2.16 mum 2.16 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 353 mum -759 mum 155 mum 1.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 461 mum -1.08 mm 282 mum 888 keV 0 eV 362 mum 362 mumWAbsorberPhysicalcompt - 2 1.03 mm -1.98 mm 67.3 mum 0 eV 69.5 keV 1.09 mm 1.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.03 mm -1.98 mm 67.3 mum 818 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.05 mm -2 mm 60.6 mum 0 eV 818 keV 336 mum 336 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 461 mum -1.08 mm 282 mum 401 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 460 mum -1.08 mm 291 mum 0 eV 401 keV 131 mum 131 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.85 cm 17.7 cm -1.97 mm 46.2 MeV 0 eV 18.4 cm 18.4 cmLArgPhysicalTransportation - 2 -26.7 cm 97.5 cm -1.08 cm 46.2 MeV 0 eV 82.7 cm 1.01 mCryostatVolumesTransportation - 3 -54.1 cm 1.98 m -2.2 cm 46.2 MeV 0 eV 1.04 m 2.05 mMotherTransportation - 4 -1.37 m 5 m -5.56 cm 46.2 MeV 0 eV 3.14 m 5.18 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 8.39 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -9.88 cm 4.24 cm -6.83 cm 8.39 MeV 0 eV 12.7 cm 12.7 cmF2RodPhysicalTransportation - 2 -10.1 cm 4.31 cm -6.96 cm 8.39 MeV 0 eV 2.31 mm 13 cmF2LArGapPhysicalTransportation - 3 -10.1 cm 4.33 cm -6.99 cm 8.39 MeV 0 eV 520 mum 13 cmCuPlateBPhysicalTransportation - 4 -13.6 cm 5.84 cm -9.42 cm 8.39 MeV 0 eV 4.53 cm 17.6 cmLArgPhysicalTransportation - 5 -16.7 cm 7.18 cm -11.6 cm 8.39 MeV 0 eV 4.03 cm 21.6 cmBackExcluderTransportation - 6 -41.6 cm 17.9 cm -28.8 cm 8.39 MeV 0 eV 32.1 cm 53.7 cmLArgPhysicalTransportation - 7 -1.05 m 45 cm -72.5 cm 8.39 MeV 0 eV 81.5 cm 1.35 mCryostatVolumesTransportation - 8 -1.05 m 45.1 cm -72.7 cm 8.39 MeV 0 eV 3.18 mm 1.35 mInsulationPhysicalTransportation - 9 -1.11 m 47.5 cm -76.6 cm 8.39 MeV 0 eV 7.42 cm 1.43 mCryostatVolumesTransportation - 10 -1.11 m 47.6 cm -76.8 cm 8.39 MeV 0 eV 2.65 mm 1.43 mMotherTransportation - 11 -5 m 2.14 m -3.46 m 8.39 MeV 0 eV 5.01 m 6.45 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=51.6231 -Edep in FCAL1 FCAl2 : 0 51.6231 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2695 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 195 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 46.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 71 mum 133 mum -103 mum 44.4 MeV 326 keV 182 mum 182 mumWAbsorberPhysicaleBrem - 2 159 mum 310 mum -246 mum 35.3 MeV 1.8 MeV 245 mum 428 mumWAbsorberPhysicaleBrem - 3 917 mum 1.29 mm -950 mum 27.6 MeV 2.43 MeV 1.43 mm 1.86 mmWAbsorberPhysicaleBrem - 4 1.12 mm 1.45 mm -1.04 mm 0 eV 514 keV 279 mum 2.14 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 mm 1.45 mm -1.04 mm 26.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 cm 9.53 mm -6.13 mm 0 eV 0 eV 1.4 cm 1.4 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 11, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm 9.53 mm -6.13 mm 12.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.14 cm 9.55 mm -6.14 mm 12.3 MeV 138 keV 37.8 mum 37.8 mumWAbsorberPhysicaleBrem - 2 1.18 cm 1.05 cm -6.12 mm 10.2 MeV 1.98 MeV 1.09 mm 1.13 mmWAbsorberPhysicaleBrem - 3 1.26 cm 9.98 mm -5.66 mm 7.63 MeV 2.25 MeV 1.15 mm 2.27 mmWAbsorberPhysicaleBrem - 4 1.36 cm 9.82 mm -3.84 mm 3.46 MeV 4.17 MeV 2.12 mm 4.4 mmWAbsorberPhysicaleIoni - 5 1.36 cm 9.47 mm -3.89 mm 2.58 MeV 653 keV 369 mum 4.77 mmWAbsorberPhysicaleBrem - 6 1.36 cm 9.48 mm -4.01 mm 2.04 MeV 223 keV 144 mum 4.91 mmWAbsorberPhysicaleBrem - 7 1.36 cm 9.37 mm -4.17 mm 840 keV 348 keV 226 mum 5.14 mmWAbsorberPhysicaleBrem - 8 1.36 cm 9.41 mm -4.19 mm 0 eV 840 keV 349 mum 5.48 mmWAbsorberPhysicaleIoni - 9 1.36 cm 9.41 mm -4.19 mm 0 eV 0 eV 0 fm 5.48 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm 9.41 mm -4.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm 8.62 mm -4.6 mm 331 keV 0 eV 881 mum 881 mumWAbsorberPhysicalcompt - 2 1.37 cm 8.46 mm -4.5 mm 0 eV 69.5 keV 215 mum 1.1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 cm 8.46 mm -4.5 mm 261 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.37 cm 8.46 mm -4.5 mm 0 eV 261 keV 71 mum 71 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm 8.62 mm -4.6 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm 8.62 mm -4.6 mm 0 eV 180 keV 40.4 mum 40.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm 9.41 mm -4.19 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm 1.22 cm -2.74 mm 0 eV 69.5 keV 3.14 mm 3.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm 1.22 cm -2.74 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm 1.22 cm -2.74 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm 9.37 mm -4.17 mm 856 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.02 mm 2.68 cm -1.86 cm 544 keV 0 eV 2.5 cm 2.5 cmWAbsorberPhysicalcompt - 2 5.74 mm 3.41 cm -2.11 cm 539 keV 0 eV 8.11 mm 3.31 cmWAbsorberPhysicalcompt - 3 6.27 mm 3.56 cm -2.14 cm 482 keV 0 eV 1.61 mm 3.47 cmWAbsorberPhysicalcompt - 4 6.27 mm 3.56 cm -2.14 cm 0 eV 69.5 keV 28.8 mum 3.48 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.27 mm 3.56 cm -2.14 cm 413 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.28 mm 3.56 cm -2.14 cm 0 eV 413 keV 137 mum 137 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.27 mm 3.56 cm -2.14 cm 56.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.27 mm 3.56 cm -2.14 cm 0 eV 56.6 keV 6.28 mum 6.28 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.74 mm 3.41 cm -2.11 cm 4.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.74 mm 3.41 cm -2.11 cm 0 eV 4.5 keV 121 nm 121 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.02 mm 2.68 cm -1.86 cm 313 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.02 mm 2.68 cm -1.86 cm 0 eV 313 keV 92.2 mum 92.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm 9.48 mm -4.01 mm 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 cm 9.36 mm -5.42 mm 0 eV 69.5 keV 1.72 mm 1.72 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 cm 9.36 mm -5.42 mm 240 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 cm 9.36 mm -5.42 mm 0 eV 240 keV 62.4 mum 62.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 cm 9.47 mm -3.89 mm 230 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 cm 9.58 mm -6.44 mm 0 eV 69.5 keV 2.75 mm 2.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 cm 9.58 mm -6.44 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 cm 9.59 mm -6.44 mm 0 eV 160 keV 33.6 mum 33.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 cm 9.98 mm -5.66 mm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 cm 9.93 mm -5.64 mm 165 keV 0 eV 171 mum 171 mumWAbsorberPhysicalcompt - 2 1.26 cm 1.01 cm -5.07 mm 146 keV 0 eV 634 mum 805 mumWAbsorberPhysicalcompt - 3 1.28 cm 1.01 cm -4.61 mm 0 eV 69.5 keV 535 mum 1.34 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 cm 1.01 cm -4.61 mm 76.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 cm 1.01 cm -4.61 mm 0 eV 76.8 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 cm 1.01 cm -5.07 mm 18.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 cm 1.01 cm -5.07 mm 0 eV 18.5 keV 1.02 mum 1.02 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 cm 9.93 mm -5.64 mm 121 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.28 cm 9.93 mm -5.64 mm 0 eV 121 keV 21.5 mum 21.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm 1.05 cm -6.12 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm 1.05 cm -6.07 mm 0 eV 69.5 keV 433 mum 433 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm 1.05 cm -6.07 mm 68.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm 1.05 cm -6.07 mm 0 eV 68.5 keV 8.59 mum 8.59 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.14 cm 9.55 mm -6.14 mm 457 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 cm 1.43 cm -7.89 mm 0 eV 69.5 keV 7.78 mm 7.78 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 cm 1.43 cm -7.89 mm 388 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.72 cm 1.43 cm -7.9 mm 122 keV 28.3 keV 16.2 mum 16.2 mumWAbsorberPhysicaleBrem - 2 1.72 cm 1.43 cm -7.9 mm 0 eV 122 keV 21.9 mum 38.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.72 cm 1.43 cm -7.9 mm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm 1.44 cm -8.06 mm 0 eV 69.5 keV 185 mum 185 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm 1.44 cm -8.06 mm 168 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm 1.44 cm -8.06 mm 0 eV 168 keV 36.1 mum 36.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 cm 9.53 mm -6.13 mm 12.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.16 cm 9.65 mm -6.38 mm 8.88 MeV 725 keV 429 mum 429 mumWAbsorberPhysicaleBrem - 2 1.17 cm 1.06 cm -6.65 mm 6.2 MeV 1.98 MeV 960 mum 1.39 mmWAbsorberPhysicaleBrem - 3 1.12 cm 1.1 cm -8.19 mm 2.23 MeV 3.97 MeV 1.91 mm 3.3 mmWAbsorberPhysicaleIoni - 4 1.11 cm 1.11 cm -8.13 mm 896 keV 364 keV 199 mum 3.5 mmWAbsorberPhysicaleBrem - 5 1.11 cm 1.11 cm -8.1 mm 0 eV 896 keV 375 mum 3.87 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.11 cm 1.11 cm -8.13 mm 969 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 cm 1.31 cm -3.58 mm 0 eV 69.5 keV 5.06 mm 5.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 cm 1.31 cm -3.58 mm 900 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 1.31 cm -3.58 mm 328 keV 404 keV 260 mum 260 mumWAbsorberPhysicaleBrem - 2 1.18 cm 1.31 cm -3.57 mm 0 eV 328 keV 99 mum 359 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 cm 1.31 cm -3.58 mm 167 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 cm 1.36 cm -2.8 mm 0 eV 69.5 keV 1.3 mm 1.3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.27 cm 1.36 cm -2.8 mm 97.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.27 cm 1.36 cm -2.8 mm 0 eV 97.4 keV 15.2 mum 15.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.17 cm 1.06 cm -6.65 mm 696 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.03 cm 2.97 cm -1.49 cm 206 keV 0 eV 2.25 cm 2.25 cmWAbsorberPhysicalcompt - 2 1.99 cm 2.93 cm -1.5 cm 121 keV 0 eV 585 mum 2.31 cmWAbsorberPhysicalcompt - 3 1.99 cm 2.93 cm -1.5 cm 0 eV 69.5 keV 21.6 mum 2.31 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.99 cm 2.93 cm -1.5 cm 51.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.99 cm 2.93 cm -1.5 cm 0 eV 51.8 keV 5.41 mum 5.41 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.99 cm 2.93 cm -1.5 cm 85.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.99 cm 2.93 cm -1.5 cm 0 eV 85.1 keV 12.2 mum 12.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.03 cm 2.97 cm -1.49 cm 490 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.03 cm 2.97 cm -1.49 cm 0 eV 490 keV 173 mum 173 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.16 cm 9.65 mm -6.38 mm 2.98 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 cm 1.16 cm -6.77 mm 1.82 MeV 0 eV 2.58 mm 2.58 mmWAbsorberPhysicalcompt - 2 1.57 cm 1.58 cm -1 cm 534 keV 0 eV 5.88 mm 8.46 mmWAbsorberPhysicalcompt - 3 1.55 cm 1.59 cm -1.03 cm 247 keV 0 eV 366 mum 8.82 mmWAbsorberPhysicalcompt - 4 1.5 cm 1.54 cm -9.92 mm 0 eV 69.5 keV 844 mum 9.67 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.5 cm 1.54 cm -9.92 mm 177 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.5 cm 1.54 cm -9.92 mm 0 eV 177 keV 39.5 mum 39.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 cm 1.59 cm -1.03 cm 288 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.55 cm 1.59 cm -1.03 cm 0 eV 288 keV 81.8 mum 81.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 cm 1.58 cm -1 cm 1.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 cm 1.58 cm -1 cm 942 keV 22.7 keV 14.3 mum 14.3 mumWAbsorberPhysicaleBrem - 2 1.58 cm 1.58 cm -1 cm 0 eV 942 keV 398 mum 412 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 cm 1.58 cm -1 cm 325 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm 1.82 cm -1.12 cm 0 eV 69.5 keV 2.83 mm 2.83 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 1.82 cm -1.12 cm 255 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm 1.82 cm -1.12 cm 0 eV 255 keV 68.3 mum 68.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.33 cm 1.16 cm -6.77 mm 1.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.33 cm 1.16 cm -6.75 mm 0 eV 1.16 MeV 510 mum 510 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.12 mm 1.45 mm -1.04 mm 1.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.35 mm 8.27 mm -383 mum 357 keV 0 eV 6.96 mm 6.96 mmWAbsorberPhysicalcompt - 2 5.38 mm 7.5 mm -2.43 mm 0 eV 69.5 keV 3.74 mm 1.07 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.38 mm 7.5 mm -2.43 mm 287 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.38 mm 7.5 mm -2.43 mm 0 eV 287 keV 81.7 mum 81.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.35 mm 8.27 mm -383 mum 1.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.35 mm 8.33 mm -372 mum 0 eV 1.24 MeV 549 mum 549 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 917 mum 1.29 mm -950 mum 5.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.08 mm 5.92 mm -4.28 mm 1.71 MeV 0 eV 7.69 mm 7.69 mmWAbsorberPhysicalcompt - 2 3.35 cm 1.38 cm -3.45 mm 1.47 MeV 0 eV 2.85 cm 3.62 cmWAbsorberPhysicalcompt - 3 4.19 cm 1.35 cm -2.9 mm 498 keV 0 eV 8.44 mm 4.47 cmWAbsorberPhysicalcompt - 4 4.32 cm 1.12 cm -5.39 mm 0 eV 69.5 keV 3.59 mm 4.83 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.32 cm 1.12 cm -5.39 mm 428 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.32 cm 1.12 cm -5.4 mm 0 eV 428 keV 144 mum 144 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.19 cm 1.35 cm -2.9 mm 977 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.2 cm 1.35 cm -2.89 mm 0 eV 977 keV 416 mum 416 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.35 cm 1.38 cm -3.45 mm 235 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.35 cm 1.38 cm -3.45 mm 0 eV 235 keV 60.5 mum 60.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.08 mm 5.92 mm -4.28 mm 3.58 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.49 mm 5.98 mm -4.27 mm 2.31 MeV 962 keV 501 mum 501 mumWAbsorberPhysicaleBrem - 2 6.97 mm 5.54 mm -4.35 mm 188 keV 2.12 MeV 1.08 mm 1.58 mmWAbsorberPhysicaleIoni - 3 6.97 mm 5.54 mm -4.35 mm 0 eV 188 keV 43.2 mum 1.62 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.49 mm 5.98 mm -4.27 mm 306 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.64 mm 5.74 mm -6.8 mm 0 eV 69.5 keV 2.55 mm 2.55 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.64 mm 5.74 mm -6.8 mm 236 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.64 mm 5.74 mm -6.81 mm 0 eV 236 keV 61.2 mum 61.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 159 mum 310 mum -246 mum 7.28 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.31 mm 2.73 mm -2.18 mm 0 eV 0 eV 3.31 mm 3.31 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 60, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 mm 2.73 mm -2.18 mm 2.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.4 mm 2.93 mm -2.19 mm 0 eV 477 keV 216 mum 216 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm 2.93 mm -2.19 mm 1.56 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.18 mm 4.01 mm -5.61 mm 0 eV 69.5 keV 4.42 mm 4.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.18 mm 4.01 mm -5.61 mm 1.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.37 mm 3.83 mm -5.6 mm 557 keV 800 keV 439 mum 439 mumWAbsorberPhysicaleBrem - 2 -1.37 mm 3.81 mm -5.59 mm 0 eV 557 keV 206 mum 645 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.37 mm 3.83 mm -5.6 mm 136 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 mm 3.54 mm -5.34 mm 0 eV 69.5 keV 387 mum 387 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.4 mm 3.54 mm -5.34 mm 66.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.4 mm 3.54 mm -5.34 mm 0 eV 66.1 keV 8.08 mum 8.08 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 61, Parent ID = 60 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm 2.93 mm -2.19 mm 1.11 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.37 mm 7.73 mm -3.65 mm 613 keV 0 eV 5.39 mm 5.39 mmWAbsorberPhysicalcompt - 2 7.12 mm 9.33 mm -2.92 mm 0 eV 69.5 keV 4.14 mm 9.54 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.12 mm 9.33 mm -2.92 mm 543 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.13 mm 9.33 mm -2.91 mm 0 eV 543 keV 199 mum 199 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.37 mm 7.73 mm -3.65 mm 499 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.37 mm 7.75 mm -3.66 mm 0 eV 499 keV 177 mum 177 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.31 mm 2.73 mm -2.18 mm 4.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.34 mm 2.78 mm -2.2 mm 3.6 MeV 102 keV 62.6 mum 62.6 mumWAbsorberPhysicaleBrem - 2 1.18 mm 3.19 mm -2.77 mm 1.36 MeV 1.96 MeV 946 mum 1.01 mmWAbsorberPhysicaleBrem - 3 1.21 mm 3.22 mm -2.81 mm 0 eV 1.36 MeV 611 mum 1.62 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.18 mm 3.19 mm -2.77 mm 275 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 964 mum 4.35 mm -4.76 mm 227 keV 0 eV 2.31 mm 2.31 mmWAbsorberPhysicalcompt - 2 631 mum 4.15 mm -5.33 mm 0 eV 69.5 keV 689 mum 3 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 631 mum 4.15 mm -5.33 mm 157 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 632 mum 4.15 mm -5.33 mm 0 eV 157 keV 32.5 mum 32.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 964 mum 4.35 mm -4.76 mm 48.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 964 mum 4.35 mm -4.76 mm 0 eV 48.5 keV 4.86 mum 4.86 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.34 mm 2.78 mm -2.2 mm 429 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.41 mm 4.19 mm -4.35 mm 0 eV 69.5 keV 4.01 mm 4.01 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.41 mm 4.19 mm -4.35 mm 359 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.42 mm 4.2 mm -4.35 mm 0 eV 359 keV 113 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 71 mum 133 mum -103 mum 1.85 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm 2.38 cm -1.92 cm 1.55 MeV 0 eV 3.36 cm 3.36 cmWAbsorberPhysicalcompt - 2 1.73 cm 2.6 cm -2.26 cm 265 keV 0 eV 5.03 mm 3.86 cmWAbsorberPhysicalcompt - 3 1.77 cm 2.51 cm -2.17 cm 0 eV 69.5 keV 1.38 mm 4 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 cm 2.51 cm -2.17 cm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.77 cm 2.51 cm -2.17 cm 0 eV 196 keV 45.8 mum 45.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm 2.6 cm -2.26 cm 1.29 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm 2.6 cm -2.27 cm 0 eV 1.29 MeV 573 mum 573 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.44 cm 2.38 cm -1.92 cm 302 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.44 cm 2.38 cm -1.92 cm 0 eV 302 keV 87.7 mum 87.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 37.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15.3 cm -11.4 cm 9.62 cm 37.6 MeV 0 eV 21.4 cm 21.4 cmFCALEnvelopePhysicalTransportation - 2 -15.6 cm -11.6 cm 9.81 cm 37.6 MeV 0 eV 4.21 mm 21.8 cmLArgPhysicalTransportation - 3 -1.08 m -80.5 cm 67.8 cm 37.6 MeV 0 eV 1.29 m 1.51 mCryostatVolumesTransportation - 4 -1.08 m -80.7 cm 68 cm 37.6 MeV 0 eV 3.55 mm 1.51 mInsulationPhysicalTransportation - 5 -1.14 m -85.1 cm 71.7 cm 37.6 MeV 0 eV 8.28 cm 1.59 mCryostatVolumesTransportation - 6 -1.14 m -85.3 cm 71.8 cm 37.6 MeV 0 eV 2.96 mm 1.6 mMotherTransportation - 7 -5 m -3.73 m 3.14 m 37.6 MeV 0 eV 5.39 m 6.98 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 11.3 cm -15.4 cm 10.8 cm 21 MeV 0 eV 21.9 cm 21.9 cmLArgPhysicalTransportation - 2 71.4 cm -97.5 cm 68.3 cm 21 MeV 0 eV 1.17 m 1.39 mMotherTransportation - 3 3.66 m -5 m 3.5 m 21 MeV 0 eV 5.73 m 7.12 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=47.5693 -Edep in FCAL1 FCAl2 : 0 47.5693 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2696 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 196 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 42.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 927 mum 18.2 mum 41.1 mum 34 MeV 2.16 MeV 925 mum 925 mumWAbsorberPhysicaleBrem - 2 958 mum 9.13 mum 41.8 mum 33.7 MeV 70.6 keV 32 mum 957 mumWAbsorberPhysicaleBrem - 3 2.01 mm -298 mum 294 mum 29.1 MeV 1.96 MeV 1.15 mm 2.11 mmWAbsorberPhysicaleBrem - 4 3.42 mm -405 mum 56.3 mum 26.3 MeV 2.75 MeV 1.44 mm 3.55 mmWAbsorberPhysicaleBrem - 5 2.61 mm -133 mum 445 mum 23.9 MeV 1.7 MeV 954 mum 4.5 mmWAbsorberPhysicaleBrem - 6 2.49 mm -116 mum 513 mum 19.8 MeV 252 keV 143 mum 4.65 mmWAbsorberPhysicaleBrem - 7 1.78 mm -283 mum 983 mum 11.6 MeV 1.71 MeV 921 mum 5.57 mmWAbsorberPhysicaleBrem - 8 1.99 mm -19.3 mum 1.1 mm 10.5 MeV 613 keV 370 mum 5.94 mmWAbsorberPhysicaleBrem - 9 2.3 mm 393 mum 1.24 mm 2.41 MeV 1.57 MeV 611 mum 6.55 mmWAbsorberPhysicaleBrem - 10 2.19 mm 315 mum 701 mum 248 keV 1.85 MeV 729 mum 7.28 mmWAbsorberPhysicaleBrem - 11 2.2 mm 316 mum 698 mum 0 eV 248 keV 63.2 mum 7.34 mmWAbsorberPhysicaleIoni - 12 2.2 mm 316 mum 698 mum 0 eV 0 eV 0 fm 7.34 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 mm 316 mum 698 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.2 mm 951 nm 637 mum 0 eV 69.5 keV 1.05 mm 1.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.2 mm 951 nm 637 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.2 mm -7.92 mum 644 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.2 mm 316 mum 698 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 108 mum 974 mum 826 mum 185 keV 0 eV 2.2 mm 2.2 mmWAbsorberPhysicalcompt - 2 456 mum 722 mum 458 mum 0 eV 69.5 keV 566 mum 2.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 456 mum 722 mum 458 mum 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 456 mum 721 mum 457 mum 0 eV 116 keV 20.1 mum 20.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 108 mum 974 mum 826 mum 326 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 102 mum 977 mum 828 mum 0 eV 326 keV 97.9 mum 97.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.19 mm 315 mum 701 mum 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.3 mm 311 mum 640 mum 238 keV 0 eV 126 mum 126 mumWAbsorberPhysicalcompt - 2 2.45 mm -348 mum -91.7 mum 0 eV 69.5 keV 995 mum 1.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.45 mm -348 mum -91.7 mum 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.45 mm -348 mum -94.1 mum 0 eV 169 keV 36.4 mum 36.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.3 mm 311 mum 640 mum 70.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.3 mm 312 mum 640 mum 0 eV 70.9 keV 9.09 mum 9.09 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.3 mm 393 mum 1.24 mm 6.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.23 mm 1.18 mm 873 mum 2.04 MeV 0 eV 871 mum 871 mumWAbsorberPhysicalcompt - 2 1.96 mm 1.7 mm 884 mum 0 eV 0 eV 586 mum 1.46 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 mm 1.7 mm 884 mum 676 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 mm 1.72 mm 896 mum 0 eV 676 keV 264 mum 264 mumWAbsorberPhysicaleIoni - 2 1.94 mm 1.72 mm 896 mum 0 eV 0 eV 0 fm 264 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 mm 1.72 mm 896 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.23 mm -7.66 mm 6.64 mm 424 keV 0 eV 1.15 cm 1.15 cmWAbsorberPhysicalcompt - 2 5.1 mm -7.95 mm 7.03 mm 0 eV 69.5 keV 507 mum 1.2 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.1 mm -7.95 mm 7.03 mm 354 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.11 mm -7.96 mm 7.04 mm 0 eV 354 keV 111 mum 111 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 26 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.23 mm -7.66 mm 6.64 mm 87.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.23 mm -7.66 mm 6.64 mm 0 eV 87.2 keV 12.7 mum 12.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 mm 1.72 mm 896 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm 2.78 mm 249 mum 0 eV 69.5 keV 1.29 mm 1.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm 2.78 mm 249 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 mm 2.78 mm 239 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 mm 1.7 mm 884 mum 342 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 mm 1.71 mm 881 mum 0 eV 342 keV 105 mum 105 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.23 mm 1.18 mm 873 mum 4.46 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 mm 1.93 mm 1.3 mm 2.29 MeV 1.82 MeV 1.12 mm 1.12 mmWAbsorberPhysicaleBrem - 2 1.96 mm 1.98 mm 1.41 mm 372 keV 230 keV 161 mum 1.28 mmWAbsorberPhysicaleBrem - 3 1.96 mm 1.98 mm 1.41 mm 0 eV 372 keV 119 mum 1.4 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 mm 1.98 mm 1.41 mm 1.69 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.91 mm 5.87 mm 3.72 mm 239 keV 0 eV 4.54 mm 4.54 mmWAbsorberPhysicalcompt - 2 1.38 mm 4.79 mm 3.54 mm 0 eV 69.5 keV 1.23 mm 5.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.38 mm 4.79 mm 3.54 mm 169 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 mm 4.79 mm 3.53 mm 0 eV 169 keV 36.7 mum 36.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.91 mm 5.87 mm 3.72 mm 1.45 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.92 mm 5.93 mm 3.76 mm 0 eV 1.45 MeV 655 mum 655 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 mm 1.93 mm 1.3 mm 360 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 mm 3.84 mm 1.4 mm 0 eV 69.5 keV 2.38 mm 2.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.39 mm 3.84 mm 1.4 mm 290 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 mm 3.84 mm 1.39 mm 0 eV 290 keV 83 mum 83 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.99 mm -19.3 mum 1.1 mm 527 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.13 mm 8.69 mm 4.56 mm 0 eV 69.5 keV 9.62 mm 9.62 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.13 mm 8.69 mm 4.56 mm 458 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.13 mm 8.71 mm 4.56 mm 0 eV 458 keV 158 mum 158 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.78 mm -283 mum 983 mum 6.42 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 cm 3.5 cm 2.68 cm 0 eV 0 eV 4.61 cm 4.61 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 37, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 cm 3.5 cm 2.68 cm 2.69 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.67 cm 3.47 cm 2.75 cm 404 keV 2.05 MeV 1.17 mm 1.17 mmWAbsorberPhysicaleBrem - 2 1.66 cm 3.47 cm 2.75 cm 0 eV 404 keV 131 mum 1.3 mmWAbsorberPhysicaleIoni - 3 1.66 cm 3.47 cm 2.75 cm 0 eV 0 eV 0 fm 1.3 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 cm 3.47 cm 2.75 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.65 cm 5.39 cm 1.91 cm 283 keV 0 eV 2.32 cm 2.32 cmWAbsorberPhysicalcompt - 2 2.68 cm 5.34 cm 1.75 cm 251 keV 0 eV 1.74 mm 2.49 cmWAbsorberPhysicalcompt - 3 2.68 cm 5.34 cm 1.74 cm 0 eV 69.5 keV 18.4 mum 2.49 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.68 cm 5.34 cm 1.74 cm 181 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.68 cm 5.34 cm 1.74 cm 0 eV 181 keV 40.8 mum 40.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.68 cm 5.34 cm 1.75 cm 31.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.68 cm 5.34 cm 1.75 cm 0 eV 31.9 keV 2.44 mum 2.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.65 cm 5.39 cm 1.91 cm 228 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.65 cm 5.39 cm 1.91 cm 0 eV 228 keV 58.1 mum 58.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 cm 3.47 cm 2.75 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm 3.18 cm 2.88 cm 0 eV 69.5 keV 3.53 mm 3.53 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.51 cm 3.18 cm 2.88 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.51 cm 3.18 cm 2.88 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.67 cm 3.47 cm 2.75 cm 239 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 cm 3.44 cm 2.75 cm 0 eV 69.5 keV 336 mum 336 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 cm 3.44 cm 2.75 cm 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 cm 3.44 cm 2.75 cm 0 eV 170 keV 36.8 mum 36.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 cm 3.5 cm 2.68 cm 2.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.63 cm 3.54 cm 2.66 cm 1.13 MeV 1.41 MeV 642 mum 642 mumWAbsorberPhysicaleBrem - 2 1.63 cm 3.55 cm 2.66 cm 0 eV 1.13 MeV 496 mum 1.14 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.63 cm 3.54 cm 2.66 cm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.63 cm 3.61 cm 2.63 cm 0 eV 69.5 keV 749 mum 749 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.63 cm 3.61 cm 2.63 cm 85.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.63 cm 3.61 cm 2.63 cm 0 eV 85.8 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.49 mm -116 mum 513 mum 3.93 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.6 cm 1.74 mm 3.32 cm 0 eV 0 eV 5.05 cm 5.05 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 49, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.6 cm 1.74 mm 3.32 cm 2.31 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.61 cm 1.7 mm 3.33 cm 0 eV 2.31 MeV 1.1 mm 1.1 mmWAbsorberPhysicaleIoni - 2 -3.61 cm 1.7 mm 3.33 cm 0 eV 0 eV 0 fm 1.1 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.61 cm 1.7 mm 3.33 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.51 cm 2.45 mm 3.4 cm 481 keV 0 eV 1.44 mm 1.44 mmWAbsorberPhysicalcompt - 2 -3.5 cm 2.5 mm 3.41 cm 275 keV 0 eV 129 mum 1.57 mmWAbsorberPhysicalcompt - 3 -3.45 cm 199 mum 3.57 cm 0 eV 69.5 keV 2.85 mm 4.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.45 cm 199 mum 3.57 cm 205 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.45 cm 198 mum 3.57 cm 0 eV 205 keV 49.4 mum 49.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.5 cm 2.5 mm 3.41 cm 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.5 cm 2.5 mm 3.41 cm 0 eV 206 keV 49.5 mum 49.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.51 cm 2.45 mm 3.4 cm 30.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.51 cm 2.45 mm 3.4 cm 0 eV 30.1 keV 2.22 mum 2.22 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.61 cm 1.7 mm 3.33 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.22 cm -2.67 mm 2.93 cm 0 eV 69.5 keV 8.44 mm 8.44 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.22 cm -2.67 mm 2.93 cm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.22 cm -2.68 mm 2.93 cm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.6 cm 1.74 mm 3.32 cm 601 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.6 cm 1.75 mm 3.32 cm 0 eV 601 keV 227 mum 227 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.61 mm -133 mum 445 mum 609 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 783 mum 89.7 mum 1.55 mm 552 keV 0 eV 2.15 mm 2.15 mmWAbsorberPhysicalcompt - 2 -510 mum 27.3 mum 3.34 mm 0 eV 69.5 keV 2.2 mm 4.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -510 mum 27.3 mum 3.34 mm 482 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -520 mum 24 mum 3.35 mm 0 eV 482 keV 169 mum 169 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 783 mum 89.7 mum 1.55 mm 57.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 782 mum 89.9 mum 1.55 mm 0 eV 57.2 keV 6.38 mum 6.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.42 mm -405 mum 56.3 mum 120 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.32 mm -369 mum 135 mum 0 eV 69.5 keV 134 mum 134 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.32 mm -369 mum 135 mum 51 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.32 mm -370 mum 135 mum 0 eV 51 keV 5.26 mum 5.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.01 mm -298 mum 294 mum 2.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.37 cm -6.9 mm 2.09 mm 348 keV 0 eV 3.25 cm 3.25 cmWAbsorberPhysicalcompt - 2 3.37 cm -6.48 mm 2.09 mm 0 eV 69.5 keV 421 mum 3.29 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.37 cm -6.48 mm 2.09 mm 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.37 cm -6.48 mm 2.09 mm 0 eV 278 keV 78 mum 78 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.37 cm -6.9 mm 2.09 mm 2.24 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.39 cm -6.94 mm 2.09 mm 0 eV 2.24 MeV 773 mum 773 mumWAbsorberPhysicaleBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 958 mum 9.13 mum 41.8 mum 278 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 mm -372 mum 122 mum 0 eV 69.5 keV 1.31 mm 1.31 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.21 mm -372 mum 122 mum 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.21 mm -372 mum 126 mum 0 eV 208 keV 50.3 mum 50.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 927 mum 18.2 mum 41.1 mum 6.76 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.13 mm -37 mum 54.8 mum 0 eV 0 eV 210 mum 210 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 63, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 mm -37 mum 54.8 mum 3.22 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 mm 2.55 mum 511 mum 729 keV 1.23 MeV 633 mum 633 mumWAbsorberPhysicaleBrem - 2 1.4 mm -19.3 mum 486 mum 0 eV 729 keV 291 mum 924 mumWAbsorberPhysicaleIoni - 3 1.4 mm -19.3 mum 486 mum 0 eV 0 eV 0 fm 924 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm -19.3 mum 486 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 mm 2.94 mm 4.16 mm 183 keV 0 eV 4.74 mm 4.74 mmWAbsorberPhysicalcompt - 2 1.86 mm 2.86 mm 2.21 mm 0 eV 69.5 keV 1.95 mm 6.68 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 mm 2.86 mm 2.21 mm 113 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 mm 2.86 mm 2.21 mm 0 eV 113 keV 19.3 mum 19.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 mm 2.94 mm 4.16 mm 328 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 mm 2.94 mm 4.16 mm 0 eV 328 keV 99.2 mum 99.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.4 mm -19.3 mum 486 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 767 mum -4.35 mm -4.89 mm 0 eV 69.5 keV 6.93 mm 6.93 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 767 mum -4.35 mm -4.89 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 772 mum -4.35 mm -4.9 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 mm 2.55 mum 511 mum 1.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.64 mm -450 mum 15.4 mum 848 keV 0 eV 716 mum 716 mumWAbsorberPhysicalcompt - 2 1.55 mm -621 mum -370 mum 0 eV 69.5 keV 431 mum 1.15 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.55 mm -621 mum -370 mum 778 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.56 mm -643 mum -379 mum 0 eV 778 keV 315 mum 315 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 64 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.64 mm -450 mum 15.4 mum 421 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 mm -456 mum 13.7 mum 0 eV 421 keV 141 mum 141 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.13 mm -37 mum 54.8 mum 2.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.26 mm 328 mum -184 mum 1.09 MeV 1.26 MeV 663 mum 663 mumWAbsorberPhysicaleBrem - 2 1.3 mm 345 mum -205 mum 0 eV 1.09 MeV 475 mum 1.14 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 mm 328 mum -184 mum 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 mm 323 mum -198 mum 0 eV 69.5 keV 190 mum 190 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 mm 323 mum -198 mum 86.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.45 mm 323 mum -199 mum 0 eV 86.5 keV 12.6 mum 12.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 16.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.88 cm -19.6 cm 14.7 cm 16.9 MeV 0 eV 24.8 cm 24.8 cmFCALEnvelopePhysicalTransportation - 2 -4.39 cm -22.2 cm 16.6 cm 16.9 MeV 0 eV 3.26 cm 28 cmLArgPhysicalTransportation - 3 -19.3 cm -97.5 cm 73 cm 16.9 MeV 0 eV 95.3 cm 1.23 mMotherTransportation - 4 -99.1 cm -5 m 3.74 m 16.9 MeV 0 eV 5.09 m 6.32 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 45.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -23.3 cm 10 cm -5.61 cm 45.3 MeV 0 eV 26 cm 26 cmF2TroffMainPhysicalTransportation - 2 -24.4 cm 10.5 cm -5.87 cm 45.3 MeV 0 eV 1.22 cm 27.2 cmLArgPhysicalTransportation - 3 -1.24 m 53.3 cm -29.8 cm 45.3 MeV 0 eV 1.11 m 1.38 mCryostatVolumesTransportation - 4 -1.24 m 53.4 cm -29.9 cm 45.3 MeV 0 eV 3.25 mm 1.38 mInsulationPhysicalTransportation - 5 -1.31 m 56.3 cm -31.5 cm 45.3 MeV 0 eV 7.59 cm 1.46 mCryostatVolumesTransportation - 6 -1.31 m 56.4 cm -31.6 cm 45.3 MeV 0 eV 2.71 mm 1.46 mMotherTransportation - 7 -5 m 2.15 m -1.2 m 45.3 MeV 0 eV 4.11 m 5.57 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=43.972 -Edep in FCAL1 FCAl2 : 0 43.972 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2697 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 197 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 34.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 493 mum 98.2 mum 71.6 mum 31.1 MeV 1.39 MeV 512 mum 512 mumWAbsorberPhysicaleBrem - 2 766 mum 207 mum 78.4 mum 11.7 MeV 689 keV 295 mum 807 mumWAbsorberPhysicaleBrem - 3 880 mum 215 mum 72.2 mum 10.1 MeV 170 keV 117 mum 924 mumWAbsorberPhysicaleBrem - 4 1.09 mm 264 mum 53.7 mum 6.83 MeV 547 keV 231 mum 1.15 mmWAbsorberPhysicaleBrem - 5 1.39 mm 342 mum -38.2 mum 5.89 MeV 729 keV 370 mum 1.52 mmWAbsorberPhysicaleBrem - 6 1.87 mm -273 mum -1.61 mm 2.67 MeV 3.22 MeV 1.9 mm 3.42 mmWAbsorberPhysicaleIoni - 7 2.09 mm -209 mum -975 mum 742 keV 1.73 MeV 889 mum 4.31 mmWAbsorberPhysicaleBrem - 8 2.09 mm -194 mum -943 mum 0 eV 742 keV 298 mum 4.61 mmWAbsorberPhysicaleIoni - 9 2.09 mm -194 mum -943 mum 0 eV 0 eV 0 fm 4.61 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 mm -194 mum -943 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.78 mm -1.78 mm 837 mum 174 keV 0 eV 3.59 mm 3.59 mmWAbsorberPhysicalcompt - 2 4.06 mm -1.49 mm 705 mum 0 eV 69.5 keV 791 mum 4.38 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.06 mm -1.49 mm 705 mum 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.05 mm -1.49 mm 705 mum 0 eV 105 keV 17.1 mum 17.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.78 mm -1.78 mm 837 mum 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.79 mm -1.78 mm 841 mum 0 eV 337 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 mm -194 mum -943 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.38 mm 4.78 mm -6.54 mm 196 keV 0 eV 1.13 cm 1.13 cmWAbsorberPhysicalcompt - 2 -6.37 mm 4.78 mm -6.52 mm 172 keV 0 eV 27.1 mum 1.13 cmWAbsorberPhysicalcompt - 3 -6.17 mm 4.87 mm -6.35 mm 0 eV 69.5 keV 280 mum 1.16 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.17 mm 4.87 mm -6.35 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.17 mm 4.87 mm -6.35 mm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.37 mm 4.78 mm -6.52 mm 24.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.37 mm 4.78 mm -6.52 mm 0 eV 24.7 keV 1.6 mum 1.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.38 mm 4.78 mm -6.54 mm 315 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.38 mm 4.78 mm -6.55 mm 0 eV 315 keV 93 mum 93 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 mm -209 mum -975 mum 192 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.15 mm -229 mum -770 mum 0 eV 69.5 keV 213 mum 213 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.15 mm -229 mum -770 mum 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.15 mm -228 mum -768 mum 0 eV 123 keV 22.1 mum 22.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 mm 342 mum -38.2 mum 206 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 mm 663 mum -319 mum 0 eV 69.5 keV 820 mum 820 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 mm 663 mum -319 mum 137 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 mm 663 mum -317 mum 0 eV 137 keV 26.3 mum 26.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.09 mm 264 mum 53.7 mum 2.77 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.2 cm 4.63 mm 1.52 mm 560 keV 0 eV 1.18 cm 1.18 cmWAbsorberPhysicalcompt - 2 1.22 cm 4.57 mm 1.08 mm 311 keV 0 eV 499 mum 1.23 cmWAbsorberPhysicalcompt - 3 1.43 cm 5.45 mm 1.36 mm 265 keV 0 eV 2.28 mm 1.46 cmWAbsorberPhysicalcompt - 4 1.48 cm 5.29 mm 1.19 mm 0 eV 69.5 keV 620 mum 1.52 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 cm 5.29 mm 1.19 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.48 cm 5.29 mm 1.19 mm 0 eV 196 keV 45.8 mum 45.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.43 cm 5.45 mm 1.36 mm 45.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.43 cm 5.45 mm 1.36 mm 0 eV 45.5 keV 4.38 mum 4.38 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.22 cm 4.57 mm 1.08 mm 249 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.22 cm 4.57 mm 1.08 mm 0 eV 249 keV 65.9 mum 65.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.2 cm 4.63 mm 1.52 mm 2.21 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.18 cm 5 mm 1.99 mm 352 keV 1.86 MeV 1.04 mm 1.04 mmWAbsorberPhysicaleIoni - 2 1.17 cm 5 mm 1.99 mm 0 eV 352 keV 110 mum 1.15 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 880 mum 215 mum 72.2 mum 1.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.36 cm 7.43 mm -7.31 mm 503 keV 0 eV 2.5 cm 2.5 cmWAbsorberPhysicalcompt - 2 2.57 cm 7.15 mm -5.03 mm 0 eV 69.5 keV 3.06 mm 2.81 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.57 cm 7.15 mm -5.03 mm 433 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.57 cm 7.14 mm -5.02 mm 0 eV 433 keV 147 mum 147 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.36 cm 7.43 mm -7.31 mm 877 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.37 cm 7.44 mm -7.33 mm 0 eV 877 keV 365 mum 365 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 766 mum 207 mum 78.4 mum 18.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.61 cm 3.7 mm 256 mum 0 eV 0 eV 1.57 cm 1.57 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 27, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 cm 3.7 mm 256 mum 16.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.65 cm 3.93 mm 94.4 mum 6.25 MeV 968 keV 577 mum 577 mumWAbsorberPhysicaleBrem - 2 1.66 cm 3.93 mm 106 mum 5.71 MeV 74.8 keV 43 mum 620 mumWAbsorberPhysicaleBrem - 3 1.69 cm 3.53 mm -390 mum 3.56 MeV 1.87 MeV 918 mum 1.54 mmWAbsorberPhysicaleBrem - 4 1.73 cm 3.41 mm -323 mum 2.21 MeV 708 keV 453 mum 1.99 mmWAbsorberPhysicaleBrem - 5 1.77 cm 3.14 mm -197 mum 463 keV 993 keV 651 mum 2.64 mmWAbsorberPhysicaleBrem - 6 1.77 cm 3.15 mm -185 mum 0 eV 463 keV 158 mum 2.8 mmWAbsorberPhysicaleIoni - 7 1.77 cm 3.15 mm -185 mum 0 eV 0 eV 0 fm 2.8 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 cm 3.15 mm -185 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 cm 202 mum -186 mum 180 keV 0 eV 3.09 mm 3.09 mmWAbsorberPhysicalcompt - 2 1.86 cm 233 mum -204 mum 0 eV 69.5 keV 36.1 mum 3.13 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 cm 233 mum -204 mum 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 cm 235 mum -204 mum 0 eV 110 keV 18.6 mum 18.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 cm 202 mum -186 mum 331 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 cm 195 mum -185 mum 0 eV 331 keV 100 mum 100 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 cm 3.15 mm -185 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 cm 8.58 mm -184 mum 0 eV 69.5 keV 5.69 mm 5.69 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 cm 8.58 mm -184 mum 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 cm 8.59 mm -192 mum 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.77 cm 3.14 mm -197 mum 757 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm 5.11 mm 3.49 mm 753 keV 0 eV 5.61 mm 5.61 mmWAbsorberPhysicalcompt - 2 1.37 cm 5.3 mm 3.78 mm 0 eV 69.5 keV 442 mum 6.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.37 cm 5.3 mm 3.78 mm 684 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.36 cm 5.31 mm 3.78 mm 0 eV 684 keV 268 mum 268 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 cm 5.11 mm 3.49 mm 3.73 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.39 cm 5.11 mm 3.49 mm 0 eV 3.73 keV 93.1 nm 93.1 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm 3.41 mm -323 mum 641 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 cm 5.7 mm -277 mum 530 keV 0 eV 3.28 mm 3.28 mmWAbsorberPhysicalcompt - 2 2.06 cm 9.38 mm -966 mum 0 eV 69.5 keV 3.86 mm 7.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 cm 9.38 mm -966 mum 460 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.06 cm 9.39 mm -967 mum 0 eV 460 keV 159 mum 159 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 cm 5.7 mm -277 mum 111 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 cm 5.7 mm -276 mum 0 eV 111 keV 18.9 mum 18.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.69 cm 3.53 mm -390 mum 284 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm 2.6 mm -255 mum 0 eV 69.5 keV 1 mm 1 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 cm 2.6 mm -255 mum 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.73 cm 2.6 mm -257 mum 0 eV 214 keV 52.8 mum 52.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.66 cm 3.93 mm 106 mum 464 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.95 cm 2.85 mm 884 mum 295 keV 0 eV 3.21 mm 3.21 mmWAbsorberPhysicalcompt - 2 1.94 cm 1.65 mm 2.39 mm 0 eV 69.5 keV 1.92 mm 5.14 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 cm 1.65 mm 2.39 mm 225 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 cm 1.65 mm 2.39 mm 0 eV 225 keV 56.9 mum 56.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 cm 2.85 mm 884 mum 170 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.95 cm 2.85 mm 886 mum 51.4 keV 9.58 keV 5.37 mum 5.37 mumWAbsorberPhysicaleBrem - 2 1.95 cm 2.85 mm 886 mum 0 eV 51.4 keV 5.33 mum 10.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.95 cm 2.85 mm 886 mum 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 cm 3.03 mm 996 mum 0 eV 69.5 keV 211 mum 211 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.94 cm 3.03 mm 996 mum 39.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 cm 3.03 mm 996 mum 0 eV 39.2 keV 3.42 mum 3.42 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.65 cm 3.93 mm 94.4 mum 8.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.78 cm 1.27 mm 2.8 mm 0 eV 0 eV 1.2 cm 1.2 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 48, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.78 cm 1.27 mm 2.8 mm 6.73 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.83 cm 1.08 mm 2.77 mm 5.51 MeV 989 keV 486 mum 486 mumWAbsorberPhysicaleBrem - 2 2.86 cm 1.16 mm 3 mm 2.63 MeV 615 keV 333 mum 819 mumWAbsorberPhysicaleIoni - 3 2.87 cm 1.06 mm 3 mm 0 eV 2.63 MeV 1.23 mm 2.04 mmWAbsorberPhysicaleIoni - 4 2.87 cm 1.06 mm 3 mm 0 eV 0 eV 0 fm 2.04 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.87 cm 1.06 mm 3 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.16 cm -934 mum 389 mum 423 keV 0 eV 7.87 mm 7.87 mmWAbsorberPhysicalcompt - 2 1.96 cm -1.09 mm 992 mum 356 keV 0 eV 2.12 mm 9.99 mmWAbsorberPhysicalcompt - 3 1.23 cm -7.68 mm 8.72 mm 0 eV 69.5 keV 1.25 cm 2.25 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.23 cm -7.68 mm 8.72 mm 286 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.23 cm -7.69 mm 8.72 mm 0 eV 286 keV 81.2 mum 81.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 cm -1.09 mm 992 mum 67.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 cm -1.09 mm 992 mum 0 eV 67.8 keV 8.44 mum 8.44 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.16 cm -934 mum 389 mum 87.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.16 cm -935 mum 388 mum 0 eV 87.6 keV 12.8 mum 12.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.87 cm 1.06 mm 3 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.92 cm 1.19 mm 3.18 mm 401 keV 0 eV 539 mum 539 mumWAbsorberPhysicalcompt - 2 3.02 cm 705 mum 4.27 mm 0 eV 69.5 keV 1.53 mm 2.07 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.02 cm 705 mum 4.27 mm 331 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.02 cm 705 mum 4.27 mm 0 eV 331 keV 100 mum 100 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 51 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.92 cm 1.19 mm 3.18 mm 110 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.92 cm 1.19 mm 3.18 mm 0 eV 110 keV 18.6 mum 18.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.86 cm 1.16 mm 3 mm 2.27 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.87 cm 934 mum 2.95 mm 1.16 MeV 951 keV 355 mum 355 mumWAbsorberPhysicaleBrem - 2 2.87 cm 916 mum 3.08 mm 190 keV 339 keV 218 mum 573 mumWAbsorberPhysicaleBrem - 3 2.87 cm 915 mum 3.08 mm 0 eV 190 keV 43.8 mum 617 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.87 cm 916 mum 3.08 mm 627 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.82 cm 1.29 mm 992 mum 225 keV 0 eV 2.18 mm 2.18 mmWAbsorberPhysicalcompt - 2 2.71 cm 2.09 mm 2.28 mm 0 eV 69.5 keV 1.89 mm 4.06 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.71 cm 2.09 mm 2.28 mm 156 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.71 cm 2.09 mm 2.28 mm 0 eV 156 keV 32 mum 32 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 59 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.82 cm 1.29 mm 992 mum 402 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.82 cm 1.29 mm 982 mum 0 eV 402 keV 132 mum 132 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.87 cm 934 mum 2.95 mm 161 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.86 cm 1.06 mm 3 mm 0 eV 69.5 keV 150 mum 150 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.86 cm 1.06 mm 3 mm 91.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.86 cm 1.07 mm 3 mm 0 eV 91.7 keV 13.8 mum 13.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 48 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.83 cm 1.08 mm 2.77 mm 224 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.9 cm 1.19 mm 3.11 mm 0 eV 69.5 keV 772 mum 772 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.9 cm 1.19 mm 3.11 mm 155 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.9 cm 1.19 mm 3.11 mm 0 eV 155 keV 31.7 mum 31.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.78 cm 1.27 mm 2.8 mm 1.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.79 cm 1.24 mm 2.8 mm 0 eV 1.16 MeV 508 mum 508 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.61 cm 3.7 mm 256 mum 1.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 cm 3.69 mm 321 mum 0 eV 1.54 MeV 703 mum 703 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 493 mum 98.2 mum 71.6 mum 1.74 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.19 mm 2.56 mm 669 mum 1.7 MeV 0 eV 7.16 mm 7.16 mmWAbsorberPhysicalcompt - 2 1.42 cm 4.83 mm 481 mum 1.66 MeV 0 eV 7.34 mm 1.45 cmWAbsorberPhysicalcompt - 3 1.48 cm 5.09 mm 529 mum 523 keV 0 eV 707 mum 1.52 cmWAbsorberPhysicalcompt - 4 1.83 cm 3.51 mm -5.17 mm 326 keV 0 eV 6.87 mm 2.21 cmWAbsorberPhysicalcompt - 5 1.6 cm 1.74 mm -8.2 mm 317 keV 0 eV 4.21 mm 2.63 cmWAbsorberPhysicalcompt - 6 1.57 cm 1.54 mm -8.39 mm 307 keV 0 eV 406 mum 2.67 cmWAbsorberPhysicalcompt - 7 1.42 cm 84 mum -1.06 cm 0 eV 69.5 keV 2.98 mm 2.97 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm 84 mum -1.06 cm 237 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm 82.1 mum -1.06 cm 0 eV 237 keV 61.5 mum 61.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 cm 1.54 mm -8.39 mm 10.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.57 cm 1.54 mm -8.39 mm 0 eV 10.6 keV 424 nm 424 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.6 cm 1.74 mm -8.2 mm 8.89 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.6 cm 1.74 mm -8.2 mm 0 eV 8.89 keV 325 nm 325 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.83 cm 3.51 mm -5.17 mm 196 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.83 cm 3.51 mm -5.17 mm 0 eV 196 keV 46 mum 46 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.48 cm 5.09 mm 529 mum 1.14 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.49 cm 5.11 mm 545 mum 0 eV 1.14 MeV 498 mum 498 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 cm 4.83 mm 481 mum 35.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.42 cm 4.83 mm 481 mum 0 eV 35.3 keV 2.89 mum 2.89 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.19 mm 2.56 mm 669 mum 38.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 7.19 mm 2.56 mm 669 mum 0 eV 38.6 keV 3.34 mum 3.34 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 20.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 16.6 cm -10 cm 11.2 cm 20.4 MeV 0 eV 22.4 cm 22.4 cmLArgPhysicalTransportation - 2 1.06 m -63.6 cm 71.1 cm 20.4 MeV 0 eV 1.2 m 1.42 mCryostatVolumesTransportation - 3 1.06 m -63.7 cm 71.3 cm 20.4 MeV 0 eV 3.35 mm 1.43 mInsulationPhysicalTransportation - 4 1.12 m -67.2 cm 75.2 cm 20.4 MeV 0 eV 7.82 cm 1.51 mCryostatVolumesTransportation - 5 1.12 m -67.3 cm 75.3 cm 20.4 MeV 0 eV 2.79 mm 1.51 mMotherTransportation - 6 5 m -3 m 3.36 m 20.4 MeV 0 eV 5.22 m 6.73 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -18.7 cm -3.73 mm -6.61 cm 50.6 MeV 0 eV 19.8 cm 19.8 cmCuPlateBPhysicalTransportation - 2 -25.7 cm -5.14 mm -9.1 cm 50.6 MeV 0 eV 7.48 cm 27.3 cmLArgPhysicalTransportation - 3 -32.7 cm -6.55 mm -11.6 cm 50.6 MeV 0 eV 7.42 cm 34.7 cmBackExcluderTransportation - 4 -39.8 cm -7.97 mm -14.1 cm 50.6 MeV 0 eV 7.58 cm 42.3 cmLArgPhysicalTransportation - 5 -1.2 m -2.4 cm -42.5 cm 50.6 MeV 0 eV 85.2 cm 1.27 mCryostatVolumesTransportation - 6 -1.2 m -2.41 cm -42.6 cm 50.6 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 7 -1.27 m -2.54 cm -45 cm 50.6 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 8 -1.27 m -2.55 cm -45.1 cm 50.6 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 9 -5 m -10 cm -1.77 m 50.6 MeV 0 eV 3.95 m 5.31 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=35.2235 -Edep in FCAL1 FCAl2 : 0 35.2235 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2698 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 198 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -307 mum -33.3 mum 722 mum 30.4 MeV 1.73 MeV 785 mum 785 mumWAbsorberPhysicaleBrem - 2 -333 mum -30.6 mum 769 mum 23.4 MeV 74.3 keV 53.5 mum 839 mumWAbsorberPhysicaleBrem - 3 -99.4 mum 337 mum 3.66 mm 9.79 MeV 7.4 MeV 2.98 mm 3.82 mmWAbsorberPhysicaleBrem - 4 243 mum -1.28 mm 5.02 mm 2.52 MeV 5.04 MeV 2.29 mm 6.11 mmWAbsorberPhysicaleBrem - 5 74.2 mum -1.27 mm 5.49 mm 1.22 MeV 1.13 MeV 639 mum 6.75 mmWAbsorberPhysicaleBrem - 6 114 mum -1.31 mm 5.53 mm 0 eV 1.22 MeV 549 mum 7.3 mmWAbsorberPhysicaleIoni - 7 114 mum -1.31 mm 5.53 mm 0 eV 0 eV 0 fm 7.3 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 114 mum -1.31 mm 5.53 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 mm -2.59 mm 7.26 mm 407 keV 0 eV 2.85 mm 2.85 mmWAbsorberPhysicalcompt - 2 1.97 mm -3.61 mm 9.4 mm 0 eV 69.5 keV 2.37 mm 5.22 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 mm -3.61 mm 9.4 mm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.98 mm -3.62 mm 9.41 mm 0 eV 337 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.97 mm -2.59 mm 7.26 mm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.97 mm -2.59 mm 7.26 mm 0 eV 104 keV 17 mum 17 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 114 mum -1.31 mm 5.53 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 mm 128 mum 3.57 mm 485 keV 0 eV 3.21 mm 3.21 mmWAbsorberPhysicalcompt - 2 -2.37 mm 670 mum 2.77 mm 447 keV 0 eV 1.04 mm 4.25 mmWAbsorberPhysicalcompt - 3 -3.92 mm 5.32 mm 12.5 mum 0 eV 69.5 keV 5.62 mm 9.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.92 mm 5.32 mm 12.5 mum 377 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.92 mm 5.32 mm 15.1 mum 0 eV 377 keV 121 mum 121 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 mm 670 mum 2.77 mm 38 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.37 mm 669 mum 2.77 mm 0 eV 38 keV 3.26 mum 3.26 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm 128 mum 3.57 mm 26.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.98 mm 128 mum 3.57 mm 0 eV 26.5 keV 1.8 mum 1.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 74.2 mum -1.27 mm 5.49 mm 173 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 667 mum -2.23 mm 6.1 mm 0 eV 69.5 keV 1.29 mm 1.29 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 667 mum -2.23 mm 6.1 mm 103 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 668 mum -2.23 mm 6.1 mm 0 eV 103 keV 16.7 mum 16.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 243 mum -1.28 mm 5.02 mm 2.23 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.39 mm -3 mm 5.18 mm 717 keV 0 eV 5.89 mm 5.89 mmWAbsorberPhysicalcompt - 2 -1.21 cm -1.05 mm 1.48 cm 0 eV 69.5 keV 1.19 cm 1.78 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 cm -1.05 mm 1.48 cm 647 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.21 cm -1.07 mm 1.48 cm 470 keV 38.6 keV 33.3 mum 33.3 mumWAbsorberPhysicaleBrem - 2 -1.21 cm -1.07 mm 1.48 cm 0 eV 470 keV 164 mum 197 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.21 cm -1.07 mm 1.48 cm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 cm -1.09 mm 1.48 cm 0 eV 69.5 keV 242 mum 242 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 cm -1.09 mm 1.48 cm 69.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 cm -1.09 mm 1.48 cm 0 eV 69.4 keV 8.77 mum 8.77 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.39 mm -3 mm 5.18 mm 1.51 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.45 mm -3.02 mm 5.17 mm 0 eV 1.51 MeV 688 mum 688 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -99.4 mum 337 mum 3.66 mm 6.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -47.7 mum 476 mum 4.34 mm 0 eV 0 eV 694 mum 694 mumWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 23, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -47.7 mum 476 mum 4.34 mm 1.8 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -46.9 mum 486 mum 4.47 mm 0 eV 1.8 MeV 850 mum 850 mumWAbsorberPhysicaleIoni - 2 -46.9 mum 486 mum 4.47 mm 0 eV 0 eV 0 fm 850 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -46.9 mum 486 mum 4.47 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.51 mm 5.87 mm -2.82 mm 0 eV 69.5 keV 1.17 cm 1.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.51 mm 5.87 mm -2.82 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.52 mm 5.88 mm -2.82 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -46.9 mum 486 mum 4.47 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.8 mm -850 mum 6.28 mm 297 keV 0 eV 2.91 mm 2.91 mmWAbsorberPhysicalcompt - 2 2.44 mm -2.41 mm 5.33 mm 0 eV 69.5 keV 1.93 mm 4.84 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.44 mm -2.41 mm 5.33 mm 227 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.44 mm -2.41 mm 5.33 mm 0 eV 227 keV 57.6 mum 57.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.8 mm -850 mum 6.28 mm 214 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.81 mm -850 mum 6.28 mm 0 eV 214 keV 52.7 mum 52.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -47.7 mum 476 mum 4.34 mm 3.43 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -224 mum 435 mum 4.49 mm 2.75 MeV 564 keV 329 mum 329 mumWAbsorberPhysicaleBrem - 2 -134 mum -318 mum 4.23 mm 239 keV 2.52 MeV 1.25 mm 1.57 mmWAbsorberPhysicaleIoni - 3 -137 mum -314 mum 4.23 mm 0 eV 239 keV 62.1 mum 1.64 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -224 mum 435 mum 4.49 mm 107 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -183 mum 435 mum 4.51 mm 0 eV 69.5 keV 48 mum 48 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -183 mum 435 mum 4.51 mm 37.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -183 mum 435 mum 4.51 mm 0 eV 37.8 keV 3.23 mum 3.23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -333 mum -30.6 mum 769 mum 6.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.61 mm 66.6 mum 3.41 mm 2.89 MeV 0 eV 2.93 mm 2.93 mmWAbsorberPhysicalcompt - 2 -1.94 mm 958 mum 5.55 mm 0 eV 0 eV 2.35 mm 5.28 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 33, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 mm 958 mum 5.55 mm 1.25 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.91 mm 949 mum 5.6 mm 692 keV 139 keV 95.1 mum 95.1 mumWAbsorberPhysicaleBrem - 2 -1.93 mm 961 mum 5.62 mm 0 eV 692 keV 272 mum 367 mumWAbsorberPhysicaleIoni - 3 -1.93 mm 961 mum 5.62 mm 0 eV 0 eV 0 fm 367 mumWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm 961 mum 5.62 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.81 mm 301 mum 3.04 mm 187 keV 0 eV 5.56 mm 5.56 mmWAbsorberPhysicalcompt - 2 -5.8 mm 578 mum 2.77 mm 135 keV 0 eV 1.08 mm 6.64 mmWAbsorberPhysicalcompt - 3 -5.82 mm 537 mum 2.68 mm 0 eV 69.5 keV 105 mum 6.74 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.82 mm 537 mum 2.68 mm 65.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.82 mm 537 mum 2.68 mm 0 eV 65.1 keV 7.87 mum 7.87 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.8 mm 578 mum 2.77 mm 52.3 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.8 mm 578 mum 2.77 mm 0 eV 52.3 keV 5.5 mum 5.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 36 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.81 mm 301 mum 3.04 mm 324 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.82 mm 300 mum 3.04 mm 0 eV 324 keV 97.2 mum 97.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.93 mm 961 mum 5.62 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.81 mm 2.01 mm 9.7 mm 333 keV 0 eV 8.81 mm 8.81 mmWAbsorberPhysicalcompt - 2 8.24 mm 1.86 mm 8.07 mm 0 eV 69.5 keV 2.93 mm 1.17 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 8.24 mm 1.86 mm 8.07 mm 264 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 8.25 mm 1.86 mm 8.07 mm 0 eV 264 keV 72 mum 72 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.81 mm 2.01 mm 9.7 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.81 mm 2.01 mm 9.7 mm 0 eV 178 keV 39.6 mum 39.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.91 mm 949 mum 5.6 mm 420 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.48 mm 2.87 mm 6.86 mm 0 eV 69.5 keV 3.45 mm 3.45 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.48 mm 2.87 mm 6.86 mm 350 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.49 mm 2.88 mm 6.87 mm 0 eV 350 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 mm 958 mum 5.55 mm 618 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 mm 957 mum 5.57 mm 0 eV 618 keV 235 mum 235 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 mm 66.6 mum 3.41 mm 4.02 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.48 mm 973 mum 4.12 mm 1.06 MeV 2.96 MeV 1.56 mm 1.56 mmWAbsorberPhysicaleIoni - 2 -1.46 mm 976 mum 4.16 mm 0 eV 1.06 MeV 459 mum 2.02 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -307 mum -33.3 mum 722 mum 11.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.15 cm 3.81 mm 4.3 cm 0 eV 0 eV 4.75 cm 4.75 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 44, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.15 cm 3.81 mm 4.3 cm 3.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.15 cm 3.81 mm 4.31 cm 3.71 MeV 2.97 keV 4.24 mum 4.24 mumWAbsorberPhysicaleBrem - 2 -2.17 cm 3.81 mm 4.34 cm 0 eV 3.71 MeV 1.52 mm 1.52 mmWAbsorberPhysicaleIoni - 3 -2.17 cm 3.81 mm 4.34 cm 0 eV 0 eV 0 fm 1.52 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.17 cm 3.81 mm 4.34 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 cm 3.68 mm 4.36 cm 210 keV 0 eV 1.42 mm 1.42 mmWAbsorberPhysicalcompt - 2 -2.31 cm 3.68 mm 4.36 cm 198 keV 0 eV 11.4 mum 1.43 mmWAbsorberPhysicalcompt - 3 -2.23 cm 3.93 mm 4.4 cm 0 eV 69.5 keV 899 mum 2.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm 3.93 mm 4.4 cm 128 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm 3.93 mm 4.4 cm 0 eV 128 keV 23.6 mum 23.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 cm 3.68 mm 4.36 cm 12.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 cm 3.68 mm 4.36 cm 0 eV 12.2 keV 523 nm 523 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 47 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.31 cm 3.68 mm 4.36 cm 301 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.31 cm 3.68 mm 4.36 cm 0 eV 301 keV 87.5 mum 87.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.17 cm 3.81 mm 4.34 cm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 cm 4.06 mm 4.3 cm 459 keV 0 eV 2.8 mm 2.8 mmWAbsorberPhysicalcompt - 2 -1.89 cm 4.04 mm 4.3 cm 373 keV 0 eV 64.5 mum 2.87 mmWAbsorberPhysicalcompt - 3 -1.88 cm 4.05 mm 4.28 cm 0 eV 69.5 keV 173 mum 3.04 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.88 cm 4.05 mm 4.28 cm 304 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.88 cm 4.05 mm 4.28 cm 0 eV 304 keV 88.5 mum 88.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.89 cm 4.04 mm 4.3 cm 85.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 cm 4.04 mm 4.3 cm 0 eV 85.8 keV 12.4 mum 12.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.89 cm 4.06 mm 4.3 cm 52 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.89 cm 4.06 mm 4.3 cm 0 eV 52 keV 5.45 mum 5.45 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.15 cm 3.81 mm 4.31 cm 186 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm 3.79 mm 4.48 cm 0 eV 69.5 keV 1.91 mm 1.91 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm 3.79 mm 4.48 cm 117 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm 3.79 mm 4.48 cm 0 eV 117 keV 20.4 mum 20.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.15 cm 3.81 mm 4.3 cm 6.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.16 cm 4.25 mm 4.37 cm 4.82 MeV 1.25 MeV 683 mum 683 mumWAbsorberPhysicaleBrem - 2 -2.13 cm 5.21 mm 4.43 cm 2.15 MeV 2.56 MeV 1.45 mm 2.13 mmWAbsorberPhysicaleBrem - 3 -2.13 cm 5.21 mm 4.43 cm 2.03 MeV 8.68 keV 6.55 mum 2.14 mmWAbsorberPhysicaleBrem - 4 -2.16 cm 5.09 mm 4.47 cm 212 keV 1.67 MeV 851 mum 2.99 mmWAbsorberPhysicaleBrem - 5 -2.16 cm 5.09 mm 4.47 cm 0 eV 212 keV 52 mum 3.04 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 cm 5.09 mm 4.47 cm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.16 cm 5.45 mm 4.48 cm 0 eV 69.5 keV 382 mum 382 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 cm 5.45 mm 4.48 cm 77.7 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.16 cm 5.45 mm 4.48 cm 0 eV 77.7 keV 10.5 mum 10.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 cm 5.21 mm 4.43 cm 116 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.11 cm 5.06 mm 4.45 cm 0 eV 69.5 keV 315 mum 315 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.11 cm 5.06 mm 4.45 cm 46.1 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.11 cm 5.06 mm 4.45 cm 0 eV 46.1 keV 4.48 mum 4.48 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 cm 5.21 mm 4.43 cm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 cm 5.18 mm 4.43 cm 0 eV 69.5 keV 76.4 mum 76.4 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.13 cm 5.18 mm 4.43 cm 40 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.13 cm 5.18 mm 4.43 cm 0 eV 40 keV 3.52 mum 3.52 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.16 cm 4.25 mm 4.37 cm 434 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm 4.24 mm 4.53 cm 196 keV 0 eV 1.77 mm 1.77 mmWAbsorberPhysicalcompt - 2 -2.17 cm 4.56 mm 4.53 cm 0 eV 69.5 keV 659 mum 2.42 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.17 cm 4.56 mm 4.53 cm 126 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.17 cm 4.56 mm 4.52 cm 0 eV 126 keV 23 mum 23 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.23 cm 4.24 mm 4.53 cm 238 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.23 cm 4.24 mm 4.53 cm 0 eV 238 keV 61.8 mum 61.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 10.2 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 19.2 cm -3.23 cm 33.2 cm 10.2 MeV 0 eV 38.5 cm 38.5 cmCuPlateAPhysicalTransportation - 2 20.7 cm -3.48 cm 35.7 cm 10.2 MeV 0 eV 2.92 cm 41.4 cmFCALEnvelopePhysicalTransportation - 3 21.7 cm -3.65 cm 37.5 cm 10.2 MeV 0 eV 2.08 cm 43.5 cmLArgPhysicalTransportation - 4 63.8 cm -10.7 cm 1.1 m 10.2 MeV 0 eV 84.4 cm 1.28 mCryostatVolumesTransportation - 5 64 cm -10.8 cm 1.11 m 10.2 MeV 0 eV 3.01 mm 1.28 mInsulationPhysicalTransportation - 6 67.5 cm -11.4 cm 1.17 m 10.2 MeV 0 eV 7.02 cm 1.35 mCryostatVolumesTransportation - 7 67.6 cm -11.4 cm 1.17 m 10.2 MeV 0 eV 2.51 mm 1.35 mMotherTransportation - 8 82.2 cm -13.8 cm 1.42 m 10.2 MeV 0 eV 29.2 cm 1.65 mIronWallPhysicalTransportation - 9 1.05 m -17.7 cm 1.82 m 10.2 MeV 0 eV 46.4 cm 2.11 mMotherTransportation - 10 5 m -84.2 cm 8.64 m 10.2 MeV 0 eV 7.91 m 10 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 51.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.08 cm -185 mum -6.62 cm 51.4 MeV 0 eV 6.71 cm 6.71 cmCuPlateBPhysicalTransportation - 2 1.49 cm -255 mum -9.13 cm 51.4 MeV 0 eV 2.54 cm 9.25 cmLArgPhysicalTransportation - 3 1.9 cm -324 mum -11.6 cm 51.4 MeV 0 eV 2.49 cm 11.7 cmBackExcluderTransportation - 4 19 cm -3.25 mm -1.16 m 51.4 MeV 0 eV 1.06 m 1.18 mLArgPhysicalTransportation - 5 20.6 cm -3.52 mm -1.26 m 51.4 MeV 0 eV 9.67 cm 1.27 mCryostatVolumesTransportation - 6 20.6 cm -3.53 mm -1.26 m 51.4 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 7 21.8 cm -3.72 mm -1.33 m 51.4 MeV 0 eV 7 cm 1.35 mCryostatVolumesTransportation - 8 21.8 cm -3.73 mm -1.33 m 51.4 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 9 30.6 cm -5.23 mm -1.87 m 51.4 MeV 0 eV 54.5 cm 1.89 mBigScintPhysicalTransportation - 10 30.9 cm -5.29 mm -1.89 m 51.4 MeV 0 eV 2.03 cm 1.92 mMotherTransportation - 11 31.9 cm -5.45 mm -1.95 m 51.4 MeV 0 eV 6.08 cm 1.98 mBigIronPhysicalTransportation - 12 33.6 cm -5.73 mm -2.05 m 51.4 MeV 0 eV 10.1 cm 2.08 mMotherTransportation - 13 33.9 cm -5.79 mm -2.07 m 51.4 MeV 0 eV 2.03 cm 2.1 mBigScintPhysicalTransportation - 14 34.2 cm -5.85 mm -2.09 m 51.4 MeV 0 eV 2.03 cm 2.12 mMotherTransportation - 15 35 cm -5.99 mm -2.14 m 51.4 MeV 0 eV 5.07 cm 2.17 mBigIronPhysicalTransportation - 16 36.7 cm -6.27 mm -2.24 m 51.4 MeV 0 eV 10.1 cm 2.27 mMotherTransportation - 17 37.3 cm -6.38 mm -2.28 m 51.4 MeV 0 eV 4.05 cm 2.31 mBigScintPhysicalTransportation - 18 37.7 cm -6.43 mm -2.3 m 51.4 MeV 0 eV 2.03 cm 2.33 mMotherTransportation - 19 48.3 cm -8.25 mm -2.95 m 51.4 MeV 0 eV 65.9 cm 2.99 mConcWallAPhysicalTransportation - 20 74.5 cm -1.27 cm -4.55 m 51.4 MeV 0 eV 1.62 m 4.61 mConcWallBPhysicalTransportation - 21 1.01 m -1.72 cm -6.15 m 51.4 MeV 0 eV 1.62 m 6.23 mMotherTransportation - 22 5 m -8.54 cm -30.5 m 51.4 MeV 0 eV 24.7 m 30.9 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=44.591 -Edep in FCAL1 FCAl2 : 0 44.591 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2699 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 199 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 43.6 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -15.3 mum -13.6 mum 211 mum 39 MeV 375 keV 213 mum 213 mumWAbsorberPhysicaleBrem - 2 -15.8 mum -12.5 mum 238 mum 14.1 MeV 39.8 keV 26.2 mum 239 mumWAbsorberPhysicaleBrem - 3 -418 mum 93.1 mum 971 mum 10.6 MeV 1.53 MeV 826 mum 1.07 mmWAbsorberPhysicaleBrem - 4 -486 mum -10.8 mum 1.33 mm 9.64 MeV 682 keV 398 mum 1.46 mmWAbsorberPhysicaleBrem - 5 431 mum 1.05 mm 2.42 mm 5.4 MeV 3.69 MeV 1.84 mm 3.3 mmWAbsorberPhysicaleBrem - 6 246 mum 1.07 mm 2.66 mm 4.81 MeV 467 keV 318 mum 3.62 mmWAbsorberPhysicaleBrem - 7 213 mum 1.13 mm 2.66 mm 3.98 MeV 106 keV 64.5 mum 3.69 mmWAbsorberPhysicaleBrem - 8 170 mum 1.16 mm 2.67 mm 3.02 MeV 78.4 keV 54.6 mum 3.74 mmWAbsorberPhysicaleBrem - 9 150 mum 1.18 mm 2.67 mm 2.8 MeV 54 keV 30.2 mum 3.77 mmWAbsorberPhysicaleBrem - 10 -171 mum 1.33 mm 2.71 mm 1.71 MeV 704 keV 428 mum 4.2 mmWAbsorberPhysicaleBrem - 11 -331 mum 1.46 mm 2.4 mm 684 keV 875 keV 538 mum 4.74 mmWAbsorberPhysicaleBrem - 12 -301 mum 1.5 mm 2.42 mm 145 keV 145 keV 79.4 mum 4.82 mmWAbsorberPhysicaleBrem - 13 -299 mum 1.51 mm 2.42 mm 0 eV 145 keV 27.1 mum 4.84 mmWAbsorberPhysicaleIoni - 14 -299 mum 1.51 mm 2.42 mm 0 eV 0 eV 0 fm 4.84 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -299 mum 1.51 mm 2.42 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 340 mum 564 mum 2.21 mm 0 eV 69.5 keV 1.16 mm 1.16 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 340 mum 564 mum 2.21 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 350 mum 560 mum 2.21 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -299 mum 1.51 mm 2.42 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.03 mm 7 mm 3.63 mm 0 eV 69.5 keV 6.75 mm 6.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.03 mm 7 mm 3.63 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -4.03 mm 7.01 mm 3.63 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -301 mum 1.5 mm 2.42 mm 394 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3 mm 4.91 mm 2.08 mm 0 eV 69.5 keV 4.75 mm 4.75 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3 mm 4.91 mm 2.08 mm 325 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.01 mm 4.91 mm 2.09 mm 0 eV 325 keV 97.5 mum 97.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -331 mum 1.46 mm 2.4 mm 147 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -299 mum 1.58 mm 2.43 mm 0 eV 69.5 keV 129 mum 129 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -299 mum 1.58 mm 2.43 mm 77.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -299 mum 1.58 mm 2.43 mm 0 eV 77.4 keV 10.4 mum 10.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -171 mum 1.33 mm 2.71 mm 392 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -454 mum 1.99 mm 3.24 mm 0 eV 69.5 keV 893 mum 893 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -454 mum 1.99 mm 3.24 mm 323 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -452 mum 2 mm 3.24 mm 0 eV 323 keV 96.6 mum 96.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 150 mum 1.18 mm 2.67 mm 160 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -199 mum 2.23 mm 2.49 mm 0 eV 69.5 keV 1.12 mm 1.12 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -199 mum 2.23 mm 2.49 mm 90.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -199 mum 2.23 mm 2.49 mm 0 eV 90.4 keV 13.5 mum 13.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 170 mum 1.16 mm 2.67 mm 885 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 97.4 mum 1.26 mm 2.65 mm 235 keV 0 eV 124 mum 124 mumWAbsorberPhysicalcompt - 2 57.8 mum 787 mum 2.42 mm 0 eV 69.5 keV 528 mum 652 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 57.8 mum 787 mum 2.42 mm 165 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 57.1 mum 785 mum 2.41 mm 0 eV 165 keV 35.3 mum 35.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 12 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 97.4 mum 1.26 mm 2.65 mm 650 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 87.5 mum 1.27 mm 2.65 mm 0 eV 650 keV 251 mum 251 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 213 mum 1.13 mm 2.66 mm 728 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.38 mm 6.07 mm 3.68 mm 552 keV 0 eV 9.12 mm 9.12 mmWAbsorberPhysicalcompt - 2 -1.04 cm 8.65 mm 1.18 mm 0 eV 69.5 keV 4.71 mm 1.38 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.04 cm 8.65 mm 1.18 mm 482 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.04 cm 8.64 mm 1.17 mm 0 eV 482 keV 170 mum 170 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -7.38 mm 6.07 mm 3.68 mm 176 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -7.38 mm 6.07 mm 3.68 mm 0 eV 176 keV 39.1 mum 39.1 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 246 mum 1.07 mm 2.66 mm 123 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 65.6 mum 1.33 mm 2.64 mm 0 eV 69.5 keV 311 mum 311 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 65.6 mum 1.33 mm 2.64 mm 53.2 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 66 mum 1.33 mm 2.64 mm 0 eV 53.2 keV 5.66 mum 5.66 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 431 mum 1.05 mm 2.42 mm 545 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -828 mum 1.46 mm 3.14 mm 0 eV 69.5 keV 1.51 mm 1.51 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -828 mum 1.46 mm 3.14 mm 476 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -832 mum 1.47 mm 3.15 mm 0 eV 476 keV 166 mum 166 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -486 mum -10.8 mum 1.33 mm 279 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -406 mum 830 mum 5.6 mm 0 eV 69.5 keV 4.35 mm 4.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -406 mum 830 mum 5.6 mm 209 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -406 mum 833 mum 5.6 mm 0 eV 209 keV 50.7 mum 50.7 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -418 mum 93.1 mum 971 mum 1.95 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -816 mum 50.4 mum 4.24 mm 403 keV 0 eV 3.3 mm 3.3 mmWAbsorberPhysicalcompt - 2 -2.67 mm -348 mum 4 mm 379 keV 0 eV 1.91 mm 5.21 mmWAbsorberPhysicalcompt - 3 -3.18 mm -284 mum 3.81 mm 0 eV 69.5 keV 548 mum 5.76 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.18 mm -284 mum 3.81 mm 309 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.18 mm -279 mum 3.8 mm 0 eV 309 keV 90.8 mum 90.8 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.67 mm -348 mum 4 mm 24.4 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.67 mm -348 mum 4 mm 0 eV 24.4 keV 1.58 mum 1.58 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -816 mum 50.4 mum 4.24 mm 1.55 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -965 mum 118 mum 4.33 mm 856 keV 514 keV 280 mum 280 mumWAbsorberPhysicaleBrem - 2 -986 mum 95.9 mum 4.32 mm 0 eV 856 keV 354 mum 635 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -965 mum 118 mum 4.33 mm 178 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm -28 mum 4.35 mm 0 eV 69.5 keV 173 mum 173 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.05 mm -28 mum 4.35 mm 109 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.05 mm -29.2 mum 4.35 mm 0 eV 109 keV 18.2 mum 18.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -15.8 mum -12.5 mum 238 mum 24.9 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.24 mm -47.5 mum 4.36 mm 0 eV 0 eV 4.3 mm 4.3 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 38, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 mm -47.5 mum 4.36 mm 3.59 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.3 mm 148 mum 4.44 mm 2.33 MeV 529 keV 352 mum 352 mumWAbsorberPhysicaleBrem - 2 -1.42 mm -166 mum 3.9 mm 25.7 keV 1.46 MeV 867 mum 1.22 mmWAbsorberPhysicaleBrem - 3 -1.42 mm -166 mum 3.9 mm 0 eV 25.7 keV 1.47 mum 1.22 mmWAbsorberPhysicaleIoni - 4 -1.42 mm -166 mum 3.9 mm 0 eV 0 eV 0 fm 1.22 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm -166 mum 3.9 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.73 mm -1.28 mm 2.75 mm 303 keV 0 eV 4.6 mm 4.6 mmWAbsorberPhysicalcompt - 2 -6.24 mm -228 mum 816 mum 0 eV 69.5 keV 2.26 mm 6.87 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.24 mm -228 mum 816 mum 233 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -6.24 mm -224 mum 815 mum 0 eV 233 keV 59.9 mum 59.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 42 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -5.73 mm -1.28 mm 2.75 mm 208 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -5.74 mm -1.28 mm 2.76 mm 0 eV 208 keV 50.4 mum 50.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm -166 mum 3.9 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.48 mm 1.36 mm 5.47 mm 316 keV 0 eV 6.28 mm 6.28 mmWAbsorberPhysicalcompt - 2 4.52 mm 1.91 mm 5.65 mm 0 eV 69.5 keV 578 mum 6.86 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.52 mm 1.91 mm 5.65 mm 247 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.52 mm 1.91 mm 5.65 mm 0 eV 247 keV 65 mum 65 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 41 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.48 mm 1.36 mm 5.47 mm 195 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.48 mm 1.36 mm 5.47 mm 0 eV 195 keV 45.5 mum 45.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.42 mm -166 mum 3.9 mm 847 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -489 mum 2.32 mm 4.93 mm 328 keV 0 eV 2.84 mm 2.84 mmWAbsorberPhysicalcompt - 2 665 mum 1.03 mm 7.39 mm 0 eV 69.5 keV 3.01 mm 5.85 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 665 mum 1.03 mm 7.39 mm 259 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 668 mum 1.03 mm 7.39 mm 0 eV 259 keV 69.9 mum 69.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 40 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -489 mum 2.32 mm 4.93 mm 519 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -487 mum 2.33 mm 4.93 mm 0 eV 519 keV 187 mum 187 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.3 mm 148 mum 4.44 mm 728 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -948 mum -5.06 mm 5.85 mm 0 eV 69.5 keV 5.4 mm 5.4 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 39 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -948 mum -5.06 mm 5.85 mm 659 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -947 mum -5.07 mm 5.84 mm 527 keV 12.6 keV 10.1 mum 10.1 mumWAbsorberPhysicaleBrem - 2 -946 mum -5.08 mm 5.85 mm 0 eV 527 keV 191 mum 201 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -947 mum -5.07 mm 5.84 mm 119 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -932 mum -5.25 mm 5.96 mm 0 eV 69.5 keV 217 mum 217 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -932 mum -5.25 mm 5.96 mm 49.5 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -932 mum -5.25 mm 5.96 mm 0 eV 49.5 keV 5.01 mum 5.01 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 mm -47.5 mum 4.36 mm 20.3 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.34 mm -137 mum 4.87 mm 19 MeV 876 keV 522 mum 522 mumWAbsorberPhysicaleBrem - 2 -1.69 mm -156 mum 5.46 mm 16.6 MeV 1.95 MeV 700 mum 1.22 mmWAbsorberPhysicaleBrem - 3 -1.89 mm -135 mum 5.57 mm 13 MeV 476 keV 228 mum 1.45 mmWAbsorberPhysicaleIoni - 4 -2.37 mm -342 mum 5.84 mm 9.28 MeV 1.04 MeV 572 mum 2.02 mmWAbsorberPhysicaleBrem - 5 -2.38 mm -340 mum 5.84 mm 9 MeV 5.5 keV 6.07 mum 2.03 mmWAbsorberPhysicaleBrem - 6 -2.19 mm 1.03 mm 7.47 mm 4.35 MeV 4.65 MeV 2.25 mm 4.28 mmWAbsorberPhysicaleIoni - 7 -2.14 mm 892 mum 7.76 mm 3.42 MeV 757 keV 348 mum 4.62 mmWAbsorberPhysicaleBrem - 8 -2.09 mm 1.14 mm 7.64 mm 423 keV 1.68 MeV 410 mum 5.03 mmWAbsorberPhysicaleBrem - 9 -2.1 mm 1.14 mm 7.63 mm 0 eV 423 keV 142 mum 5.18 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.09 mm 1.14 mm 7.64 mm 1.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 cm -4.97 mm -2.56 mm 1.04 MeV 0 eV 2.03 cm 2.03 cmWAbsorberPhysicalcompt - 2 -2.1 cm -5.96 mm -2.74 mm 430 keV 0 eV 2.67 mm 2.29 cmWAbsorberPhysicalcompt - 3 -2.27 cm -4.37 mm -5.94 mm 0 eV 69.5 keV 3.95 mm 2.69 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.27 cm -4.37 mm -5.94 mm 361 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.27 cm -4.36 mm -5.94 mm 0 eV 361 keV 113 mum 113 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.1 cm -5.96 mm -2.74 mm 608 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.1 cm -5.97 mm -2.74 mm 0 eV 608 keV 231 mum 231 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 58 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.85 cm -4.97 mm -2.56 mm 277 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.85 cm -4.97 mm -2.57 mm 0 eV 277 keV 77.5 mum 77.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.14 mm 892 mum 7.76 mm 172 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.17 mm 1.08 mm 8.02 mm 0 eV 69.5 keV 329 mum 329 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 57 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.17 mm 1.08 mm 8.02 mm 102 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.17 mm 1.08 mm 8.02 mm 0 eV 102 keV 16.4 mum 16.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.38 mm -340 mum 5.84 mm 272 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.09 mm -207 mum 6.23 mm 142 keV 0 eV 823 mum 823 mumWAbsorberPhysicalcompt - 2 -3.09 mm -203 mum 6.23 mm 0 eV 69.5 keV 7.19 mum 830 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.09 mm -203 mum 6.23 mm 72.8 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.09 mm -203 mum 6.22 mm 0 eV 72.8 keV 9.49 mum 9.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.09 mm -207 mum 6.23 mm 129 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.09 mm -207 mum 6.23 mm 0 eV 129 keV 24 mum 24 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.37 mm -342 mum 5.84 mm 2.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.29 cm 5.57 mm 1.29 cm 382 keV 0 eV 1.4 cm 1.4 cmWAbsorberPhysicalcompt - 2 -1.24 cm 6.93 mm 1.21 cm 0 eV 69.5 keV 1.67 mm 1.57 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 cm 6.93 mm 1.21 cm 312 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.23 cm 6.94 mm 1.21 cm 0 eV 312 keV 92.2 mum 92.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.29 cm 5.57 mm 1.29 cm 2.32 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm 5.92 mm 1.28 cm 1.09 MeV 1.13 MeV 636 mum 636 mumWAbsorberPhysicaleBrem - 2 -1.31 cm 5.94 mm 1.27 cm 0 eV 1.09 MeV 471 mum 1.11 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 cm 5.92 mm 1.28 cm 104 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm 5.93 mm 1.27 cm 0 eV 69.5 keV 30.7 mum 30.7 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.31 cm 5.93 mm 1.27 cm 34.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.31 cm 5.93 mm 1.27 cm 0 eV 34.9 keV 2.84 mum 2.84 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.89 mm -135 mum 5.57 mm 3.16 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.94 mm -130 mum 5.59 mm 2.18 MeV 143 keV 63.2 mum 63.2 mumWAbsorberPhysicaleBrem - 2 -1.99 mm 254 mum 5.12 mm 321 keV 1.86 MeV 1.02 mm 1.08 mmWAbsorberPhysicaleIoni - 3 -1.98 mm 247 mum 5.12 mm 0 eV 321 keV 95.9 mum 1.18 mmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.94 mm -130 mum 5.59 mm 836 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.32 mm 1.33 mm 6.59 mm 264 keV 0 eV 1.81 mm 1.81 mmWAbsorberPhysicalcompt - 2 -2.61 mm 1.9 mm 4.15 mm 0 eV 69.5 keV 2.52 mm 4.33 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.61 mm 1.9 mm 4.15 mm 194 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.61 mm 1.9 mm 4.15 mm 0 eV 194 keV 45.3 mum 45.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.32 mm 1.33 mm 6.59 mm 573 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.33 mm 1.34 mm 6.6 mm 0 eV 573 keV 213 mum 213 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.69 mm -156 mum 5.46 mm 417 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.87 mm -229 mum 5.97 mm 0 eV 69.5 keV 1.28 mm 1.28 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.87 mm -229 mum 5.97 mm 347 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.88 mm -227 mum 5.97 mm 0 eV 347 keV 107 mum 107 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.34 mm -137 mum 4.87 mm 421 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.14 mm -473 mum 6.78 mm 0 eV 69.5 keV 2.65 mm 2.65 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.14 mm -473 mum 6.78 mm 352 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.15 mm -470 mum 6.78 mm 0 eV 352 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -15.3 mum -13.6 mum 211 mum 4.13 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -54.6 mum 72.4 mum 1.6 mm 0 eV 0 eV 1.4 mm 1.4 mmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 75, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -54.6 mum 72.4 mum 1.6 mm 2.52 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 763 mum 344 mum 1.59 mm 560 keV 1.96 MeV 1.18 mm 1.18 mmWAbsorberPhysicaleIoni - 2 751 mum 353 mum 1.57 mm 0 eV 560 keV 206 mum 1.39 mmWAbsorberPhysicaleIoni - 3 751 mum 353 mum 1.57 mm 0 eV 0 eV 0 fm 1.39 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 751 mum 353 mum 1.57 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm 7.77 mm -2.01 mm 0 eV 69.5 keV 8.47 mm 8.47 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.25 mm 7.77 mm -2.01 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -1.25 mm 7.78 mm -2.01 mm 0 eV 441 keV 150 mum 150 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 751 mum 353 mum 1.57 mm 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 962 mum -429 mum 1.95 mm 174 keV 0 eV 893 mum 893 mumWAbsorberPhysicalcompt - 2 768 mum -137 mum 1.65 mm 0 eV 69.5 keV 459 mum 1.35 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 768 mum -137 mum 1.65 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 769 mum -136 mum 1.65 mm 0 eV 105 keV 17.2 mum 17.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 76 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 962 mum -429 mum 1.95 mm 337 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 964 mum -435 mum 1.95 mm 0 eV 337 keV 103 mum 103 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -54.6 mum 72.4 mum 1.6 mm 594 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -68.8 mum 78 mum 1.61 mm 0 eV 594 keV 224 mum 224 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 20.5 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 21.6 cm 2.35 cm -6.74 cm 20.5 MeV 0 eV 22.8 cm 22.8 cmF2LArGapPhysicalTransportation - 2 21.6 cm 2.35 cm -6.74 cm 20.5 MeV 0 eV 156 mum 22.8 cmCuPlateBPhysicalTransportation - 3 29.8 cm 3.23 cm -9.29 cm 20.5 MeV 0 eV 8.58 cm 31.3 cmLArgPhysicalTransportation - 4 37.1 cm 4.03 cm -11.6 cm 20.5 MeV 0 eV 7.74 cm 39.1 cmBackExcluderTransportation - 5 39.6 cm 4.3 cm -12.4 cm 20.5 MeV 0 eV 2.65 cm 41.7 cmLArgPhysicalTransportation - 6 1.22 m 13.2 cm -38 cm 20.5 MeV 0 eV 86.4 cm 1.28 mCryostatVolumesTransportation - 7 1.22 m 13.2 cm -38 cm 20.5 MeV 0 eV 3.02 mm 1.28 mInsulationPhysicalTransportation - 8 1.29 m 14 cm -40.1 cm 20.5 MeV 0 eV 7.04 cm 1.35 mCryostatVolumesTransportation - 9 1.29 m 14 cm -40.2 cm 20.5 MeV 0 eV 2.51 mm 1.36 mMotherTransportation - 10 5 m 54.3 cm -1.56 m 20.5 MeV 0 eV 3.91 m 5.27 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 41.1 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -2.77 cm -3.28 mm -6.61 cm 41.1 MeV 0 eV 7.17 cm 7.17 cmCuPlateBPhysicalTransportation - 2 -3.81 cm -4.51 mm -9.11 cm 41.1 MeV 0 eV 2.71 cm 9.88 cmLArgPhysicalTransportation - 3 -4.85 cm -5.74 mm -11.6 cm 41.1 MeV 0 eV 2.69 cm 12.6 cmBackExcluderTransportation - 4 -48.7 cm -5.76 cm -1.16 m 41.1 MeV 0 eV 1.14 m 1.26 mLArgPhysicalTransportation - 5 -49.2 cm -5.83 cm -1.18 m 41.1 MeV 0 eV 1.43 cm 1.28 mCryostatVolumesTransportation - 6 -49.4 cm -5.84 cm -1.18 m 41.1 MeV 0 eV 3 mm 1.28 mInsulationPhysicalTransportation - 7 -52.1 cm -6.16 cm -1.24 m 41.1 MeV 0 eV 7.01 cm 1.35 mCryostatVolumesTransportation - 8 -52.2 cm -6.17 cm -1.25 m 41.1 MeV 0 eV 2.5 mm 1.35 mMotherTransportation - 9 -1.24 m -14.6 cm -2.95 m 41.1 MeV 0 eV 1.85 m 3.2 mConcWallAPhysicalTransportation - 10 -1.3 m -15.4 cm -3.1 m 41.1 MeV 0 eV 16.6 cm 3.37 mMotherTransportation - 11 -5 m -59.2 cm -11.9 m 41.1 MeV 0 eV 9.59 m 13 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=44.5757 -Edep in FCAL1 FCAl2 : 0 44.5757 --------------------------------------------- - Event, X,Y,Z Generated Vertex : -2700 0 0 0 --------------------------------------------- - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 1, Parent ID = 0 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 0 fm 0 fm 0 fm 0 eV 0 eV 0 fm 0 fmWAbsorberPhysicalDecay - **** Primary : 200 - Vertex : (0,0,0) - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 17 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 73.4 mum -9.15 mum 9.93 mum 9.55 MeV 153 keV 74.9 mum 74.9 mumWAbsorberPhysicaleBrem - 2 647 mum 143 mum -142 mum 6.89 MeV 1.17 MeV 590 mum 664 mumWAbsorberPhysicaleBrem - 3 761 mum -22.8 mum -35.4 mum 3.92 MeV 434 keV 221 mum 886 mumWAbsorberPhysicaleBrem - 4 99.4 mum -521 mum 964 mum 1.25 MeV 2.67 MeV 1.57 mm 2.45 mmWAbsorberPhysicaleIoni - 5 62 mum -553 mum 906 mum 0 eV 1.25 MeV 563 mum 3.01 mmWAbsorberPhysicaleIoni - 6 62 mum -553 mum 906 mum 0 eV 0 eV 0 fm 3.01 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 62 mum -553 mum 906 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -933 mum -1.59 mm 1.18 mm 0 eV 69.5 keV 1.46 mm 1.46 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -933 mum -1.59 mm 1.18 mm 441 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -943 mum -1.6 mm 1.18 mm 393 eV 20.1 keV 13.9 mum 13.9 mumWAbsorberPhysicaleBrem - 2 -943 mum -1.6 mm 1.18 mm 0 eV 393 eV 5.57 nm 13.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -943 mum -1.6 mm 1.18 mm 421 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -825 mum -2.27 mm 1.16 mm 0 eV 69.5 keV 676 mum 676 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -825 mum -2.27 mm 1.16 mm 351 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -826 mum -2.27 mm 1.17 mm 0 eV 351 keV 109 mum 109 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 62 mum -553 mum 906 mum 511 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.96 mm 4.56 mm -426 mum 507 keV 0 eV 7.2 mm 7.2 mmWAbsorberPhysicalcompt - 2 6.59 mm 6.79 mm -1.02 mm 0 eV 69.5 keV 2.83 mm 1 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.59 mm 6.79 mm -1.02 mm 437 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 6.6 mm 6.79 mm -1.02 mm 0 eV 437 keV 148 mum 148 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.96 mm 4.56 mm -426 mum 4.43 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 4.96 mm 4.56 mm -426 mum 0 eV 4.43 keV 118 nm 118 nmWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 761 mum -22.8 mum -35.4 mum 2.54 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.96 mm -1.22 mm 1.16 mm 631 keV 0 eV 2.07 mm 2.07 mmWAbsorberPhysicalcompt - 2 1.39 mm -1.76 mm 1.93 mm 486 keV 0 eV 1.11 mm 3.17 mmWAbsorberPhysicalcompt - 3 876 mum -4 mm 2.56 mm 354 keV 0 eV 2.38 mm 5.55 mmWAbsorberPhysicalcompt - 4 760 mum -4.07 mm 2.53 mm 175 keV 0 eV 141 mum 5.7 mmWAbsorberPhysicalcompt - 5 659 mum -3.01 mm 2.79 mm 0 eV 69.5 keV 1.1 mm 6.79 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 659 mum -3.01 mm 2.79 mm 105 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 658 mum -3.01 mm 2.79 mm 0 eV 105 keV 17.2 mum 17.2 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 760 mum -4.07 mm 2.53 mm 180 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 758 mum -4.08 mm 2.53 mm 0 eV 180 keV 40.3 mum 40.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 876 mum -4 mm 2.56 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 877 mum -4 mm 2.56 mm 0 eV 131 keV 24.5 mum 24.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.39 mm -1.76 mm 1.93 mm 145 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.38 mm -1.76 mm 1.94 mm 0 eV 145 keV 28.9 mum 28.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 7 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.96 mm -1.22 mm 1.16 mm 1.91 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.89 mm -1.4 mm 1.28 mm 1.14 MeV 635 keV 332 mum 332 mumWAbsorberPhysicaleBrem - 2 1.88 mm -1.43 mm 1.27 mm 277 keV 72.5 keV 45.1 mum 378 mumWAbsorberPhysicaleBrem - 3 1.87 mm -1.43 mm 1.26 mm 0 eV 277 keV 77.5 mum 455 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.88 mm -1.43 mm 1.27 mm 787 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 mm -26.9 mum -1.35 cm 629 keV 0 eV 1.48 cm 1.48 cmWAbsorberPhysicalcompt - 2 701 mum 77 mum -1.42 cm 440 keV 0 eV 871 mum 1.57 cmWAbsorberPhysicalcompt - 3 777 mum 299 mum -1.46 cm 208 keV 0 eV 456 mum 1.62 cmWAbsorberPhysicalcompt - 4 -33 mum -289 mum -1.47 cm 0 eV 69.5 keV 1.01 mm 1.72 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -33 mum -289 mum -1.47 cm 139 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -32.5 mum -289 mum -1.47 cm 0 eV 139 keV 26.9 mum 26.9 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 777 mum 299 mum -1.46 cm 232 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 779 mum 301 mum -1.46 cm 0 eV 232 keV 59.3 mum 59.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 701 mum 77 mum -1.42 cm 189 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 698 mum 76.1 mum -1.42 cm 0 eV 189 keV 43.5 mum 43.5 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.21 mm -26.9 mum -1.35 cm 158 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.21 mm -26.9 mum -1.35 cm 0 eV 158 keV 32.6 mum 32.6 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 15 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.89 mm -1.4 mm 1.28 mm 138 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm -1.54 mm 1.26 mm 0 eV 69.5 keV 390 mum 390 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.53 mm -1.54 mm 1.26 mm 68 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.53 mm -1.54 mm 1.26 mm 0 eV 68 keV 8.49 mum 8.49 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 647 mum 143 mum -142 mum 1.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.25 mm -7.62 mm 8.83 mm 525 keV 0 eV 1.27 cm 1.27 cmWAbsorberPhysicalcompt - 2 1.86 mm -1.47 cm 8.55 mm 0 eV 69.5 keV 7.86 mm 2.06 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.86 mm -1.47 cm 8.55 mm 455 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.86 mm -1.47 cm 8.56 mm 0 eV 455 keV 157 mum 157 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.25 mm -7.62 mm 8.83 mm 966 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.22 mm -7.7 mm 8.86 mm 601 keV 218 keV 150 mum 150 mumWAbsorberPhysicaleBrem - 2 5.23 mm -7.72 mm 8.86 mm 0 eV 601 keV 227 mum 378 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.22 mm -7.7 mm 8.86 mm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.29 mm -7.8 mm 8.88 mm 0 eV 69.5 keV 126 mum 126 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.29 mm -7.8 mm 8.88 mm 76.9 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 5.29 mm -7.8 mm 8.88 mm 0 eV 76.9 keV 10.3 mum 10.3 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 73.4 mum -9.15 mum 9.93 mum 7.33 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.93 cm 1.35 mm 2.25 mm 0 eV 0 eV 1.94 cm 1.94 cmWAbsorberPhysicalconv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 32, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 cm 1.35 mm 2.25 mm 5.41 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2 cm 2.68 mm 2.76 mm 0 eV 3.43 MeV 1.73 mm 1.73 mmWAbsorberPhysicalannihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 cm 2.68 mm 2.76 mm 2.38 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.07 cm 553 mum 1.6 mm 884 keV 0 eV 2.53 mm 2.53 mmWAbsorberPhysicalcompt - 2 2.09 cm 494 mum 1.57 mm 200 keV 0 eV 179 mum 2.71 mmWAbsorberPhysicalcompt - 3 2.06 cm 532 mum 1.63 mm 0 eV 69.5 keV 348 mum 3.05 mmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.06 cm 532 mum 1.63 mm 131 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.06 cm 533 mum 1.63 mm 0 eV 131 keV 24.4 mum 24.4 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 cm 494 mum 1.57 mm 684 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 cm 487 mum 1.56 mm 0 eV 684 keV 268 mum 268 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 34 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 cm 553 mum 1.6 mm 1.49 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.09 cm 577 mum 1.39 mm 540 keV 684 keV 429 mum 429 mumWAbsorberPhysicaleBrem - 2 2.09 cm 587 mum 1.38 mm 0 eV 540 keV 197 mum 626 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 35 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.09 cm 577 mum 1.39 mm 270 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.08 cm 717 mum 1.37 mm 215 keV 0 eV 178 mum 178 mumWAbsorberPhysicalcompt - 2 2.07 cm 794 mum 1.14 mm 0 eV 69.5 keV 257 mum 435 mumWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.07 cm 794 mum 1.14 mm 146 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.07 cm 796 mum 1.14 mm 0 eV 146 keV 29 mum 29 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.08 cm 717 mum 1.37 mm 54.6 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.08 cm 717 mum 1.37 mm 0 eV 54.6 keV 5.92 mum 5.92 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2 cm 2.68 mm 2.76 mm 621 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.85 cm 2.6 mm 9.09 mm 0 eV 69.5 keV 1.06 cm 1.06 cmWAbsorberPhysicalphot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.85 cm 2.6 mm 9.09 mm 552 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 2.86 cm 2.6 mm 9.1 mm 0 eV 552 keV 203 mum 203 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.93 cm 1.35 mm 2.25 mm 896 keV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 1.94 cm 1.36 mm 2.26 mm 0 eV 896 keV 375 mum 375 mumWAbsorberPhysicaleIoni - -********************************************************************************************************* -* G4Track Information: Particle = nu_e, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 47.4 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 -3.85 cm -4.31 cm -6.41 cm 47.4 MeV 0 eV 8.63 cm 8.63 cmCuPlateBPhysicalTransportation - 2 -5.31 cm -5.93 cm -8.83 cm 47.4 MeV 0 eV 3.26 cm 11.9 cmLArgPhysicalTransportation - 3 -6.96 cm -7.78 cm -11.6 cm 47.4 MeV 0 eV 3.7 cm 15.6 cmBackExcluderTransportation - 4 -32.4 cm -36.2 cm -53.9 cm 47.4 MeV 0 eV 56.9 cm 72.5 cmLArgPhysicalTransportation - 5 -65.7 cm -73.4 cm -1.09 m 47.4 MeV 0 eV 74.5 cm 1.47 mCryostatVolumesTransportation - 6 -65.8 cm -73.5 cm -1.09 m 47.4 MeV 0 eV 3.46 mm 1.47 mInsulationPhysicalTransportation - 7 -69.4 cm -77.6 cm -1.15 m 47.4 MeV 0 eV 8.08 cm 1.55 mCryostatVolumesTransportation - 8 -69.5 cm -77.7 cm -1.16 m 47.4 MeV 0 eV 2.88 mm 1.56 mMotherTransportation - 9 -4.48 m -5 m -7.45 m 47.4 MeV 0 eV 8.47 m 10 mOutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = anti_nu_mu, Track ID = 2, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 40.7 MeV 0 eV 0 fm 0 fmWAbsorberPhysical initStep - 1 3.04 cm 19.1 cm 25.2 cm 40.7 MeV 0 eV 31.8 cm 31.8 cmLArgPhysicalTransportation - 2 15.3 cm 96.1 cm 1.27 m 40.7 MeV 0 eV 1.28 m 1.6 mCryostatVolumesTransportation - 3 15.3 cm 96.4 cm 1.27 m 40.7 MeV 0 eV 3.76 mm 1.6 mInsulationPhysicalTransportation - 4 16.2 cm 1.02 m 1.34 m 40.7 MeV 0 eV 8.77 cm 1.69 mCryostatVolumesTransportation - 5 16.2 cm 1.02 m 1.34 m 40.7 MeV 0 eV 3.13 mm 1.69 mMotherTransportation - 6 79.5 cm 5 m 6.58 m 40.7 MeV 0 eV 6.61 m 8.3 mOutOfWorldTransportation -Number of F1 Tiles with Positive energy : 0 -Number of F2 tiles with Positive energy : 0 - Visisble Energy in S1 , S2 , S3 in (MeV) -0 0 0 - Visible Energy in Hole Counter (MeV) -0 0 - Visible Energy in Upstream Dead Materials -0 - Visible Energy in Tail Catcher Scintillator -0 0 0 0 0 0 0 - Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 2 -N Scondaries 0 -EmEdep is=0 -HadEdep is=18.0531 -Edep in FCAL1 FCAl2 : 0 18.0531 -Run terminated. -Run Summary - Number of events processed : 200 - User=6.92s Real=13.53s Sys=3.2s -Graphics systems deleted. -Visualization Manager deleting... -G4 kernel has come to Quit state. -Deletion of G4 kernel class start. -UserDetectorConstruction deleted. -UserPhysicsList deleted. -UserRunAction deleted. -UserPrimaryGenerator deleted. -G4SDManager deleted. -EventManager deleted. -UImanager deleted. -StateManager deleted. -RunManager is deleting. diff --git a/examples/advanced/lAr_calorimeter/run2.mac b/examples/advanced/lAr_calorimeter/run2.mac index 48c0204c81..db06370dfe 100644 --- a/examples/advanced/lAr_calorimeter/run2.mac +++ b/examples/advanced/lAr_calorimeter/run2.mac @@ -1,15 +1,13 @@ -# $Id: run2.mac,v 1.3 2002/12/17 15:53:08 pmendez Exp $ # -# Macro file of "exampleN03.cc" -# -# (in iteractive it must be executed after initialization) -# (otherwise type: /control/execute prerunN03.mac) -# (graphic needed: OpenGL or Mesa) -# -/control/verbose 2 +/process/verbose 0 +/tracking/verbose 0 +/run/verbose 2 +/event/verbose 0 # -# electron 30 MeV to the direction (1.,0.,0.) -# 1 event +# electron 200 MeV to the direction (1.,0.,0.) +# +/gun/particle e- +/gun/energy 200 MeV # /run/beamOn 1 # @@ -17,6 +15,7 @@ # /event/printModulo 5 /gun/random on +# /run/beamOn 20 # # activate/inactivate physic processes diff --git a/examples/advanced/lAr_calorimeter/src/FCALAnalysisManager.cc b/examples/advanced/lAr_calorimeter/src/FCALAnalysisManager.cc index 6cd4b179b1..95fc47729a 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALAnalysisManager.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALAnalysisManager.cc @@ -115,11 +115,11 @@ void FCALAnalysisManager::book() // tuple = tupleFactory->create("FCAL","FCAL","energy counts"); - ntuple_1 = tupleFactory->create("100","Number Out of World","float OutOfWorld, i, j"); + // ntuple_1 = tupleFactory->create("100","Number Out of World","float OutOfWorld, i, j"); - ntuple_2 = tupleFactory->create("200","Secondary Info","float Secondary, i, j"); + // ntuple_2 = tupleFactory->create("200","Secondary Info","float Secondary, i, j"); - ntuple_3 = tupleFactory->create("300","Energy Deposits","float EmEdep, HadEdep"); + // ntuple_3 = tupleFactory->create("300","Energy Deposits","float EmEdep, HadEdep"); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/advanced/lAr_calorimeter/src/FCALCalorHit.cc b/examples/advanced/lAr_calorimeter/src/FCALCalorHit.cc index cedc3c1a2e..45546003ad 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALCalorHit.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALCalorHit.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALCalorHit.cc,v 1.4 2003/12/09 15:30:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/advanced/lAr_calorimeter/src/FCALEMModule.cc b/examples/advanced/lAr_calorimeter/src/FCALEMModule.cc index d451127741..3feeac71a6 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALEMModule.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALEMModule.cc @@ -78,7 +78,7 @@ void FCALEMModule::InitializeGeometry() { ifstream File ("geom_data/FCal1Electrodes.dat"); - if(!File) G4cerr << "Failed to open file FCal1Electrodes data file " << endl; + if(!File) G4cerr << "Failed to open file FCal1Electrodes data file " << G4endl; File.seekg(0); NF1LarGap = 0; diff --git a/examples/advanced/lAr_calorimeter/src/FCALEMModuleSD.cc b/examples/advanced/lAr_calorimeter/src/FCALEMModuleSD.cc index 1d499ec233..bf60a1eeaa 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALEMModuleSD.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALEMModuleSD.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: FCALEMModuleSD.cc,v 1.7 2003/12/09 15:30:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: FCALEMModuleSD.cc,v 1.8 2004/01/27 09:08:04 ribon Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -116,21 +116,21 @@ void FCALEMModuleSD::EndOfEvent(G4HCofThisEvent*) // Write in File //-------------- - G4String FileName = "EmModule_802_1mm.dat"; - G4int iostemp; + const char * FileName = "EmModule_802_1mm.dat"; + std::ios::openmode iostemp; if(Init_state == 1) { - iostemp = ios::out; + iostemp = std::ios::out; Init_state++; } else { - iostemp = ios::out|ios::app; // ios::app; + iostemp = std::ios::out|std::ios::app; // std::ios::app; } - ofstream EmDatafile(FileName, iostemp); + std::ofstream EmDatafile(FileName, iostemp); // EmDatafile.precision(5); - EmDatafile << NF1Tile << endl; + EmDatafile << NF1Tile << std::endl; for (i=1; i <= NF1Tile; i++) { - EmDatafile << AddTileP[i] << " " << EvisTileP[i]/MeV << endl; + EmDatafile << AddTileP[i] << " " << EvisTileP[i]/MeV << std::endl; } EmDatafile.close(); diff --git a/examples/advanced/lAr_calorimeter/src/FCALHadModule.cc b/examples/advanced/lAr_calorimeter/src/FCALHadModule.cc index 3bc041dff2..bfe8bd376f 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALHadModule.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALHadModule.cc @@ -81,7 +81,7 @@ void FCALHadModule::InitializeGeometry() { ifstream File ("geom_data/FCal2Electrodes.dat"); - if(!File) G4cerr << "Failed to open file FCal2Electrode data file" << endl; + if(!File) G4cerr << "Failed to open file FCal2Electrode data file" << G4endl; File.seekg(0); NF2LarGap = 0; @@ -91,7 +91,7 @@ void FCALHadModule::InitializeGeometry() { >> F2LArIX[NF2LarGap] >> F2LArJY[NF2LarGap] >> F2LArITile[NF2LarGap]; }; - G4cout << "*********" << " Number of Rods in FCAL2 : " << NF2LarGap-1 << endl; + G4cout << "*********" << " Number of Rods in FCAL2 : " << NF2LarGap-1 << G4endl; }; diff --git a/examples/advanced/lAr_calorimeter/src/FCALHadModuleSD.cc b/examples/advanced/lAr_calorimeter/src/FCALHadModuleSD.cc index b53444d649..0b8d9d282f 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALHadModuleSD.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALHadModuleSD.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: FCALHadModuleSD.cc,v 1.5 2003/12/09 15:30:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: FCALHadModuleSD.cc,v 1.6 2004/01/27 09:08:05 ribon Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -113,20 +113,20 @@ void FCALHadModuleSD::EndOfEvent(G4HCofThisEvent*) // Write data in File //------------------- G4String FileName = "HadModule_802_1mm.dat"; - G4int iostemp; + std::ios::openmode iostemp; if(InitF2 == 1) { - iostemp = ios::out; + iostemp = std::ios::out; InitF2++; } else { - iostemp = ios::out|ios::app; // ios::app; + iostemp = std::ios::out|std::ios::app; // std::ios::app; }; ofstream HadDatafile(FileName, iostemp); // EmDatafile.precision(5); - HadDatafile << NF2Tile << endl; + HadDatafile << NF2Tile << std::endl; for (i=1; i <= NF2Tile; i++) { - HadDatafile << AddTileP[i] << " " << EvisTileP[i]/MeV << endl; + HadDatafile << AddTileP[i] << " " << EvisTileP[i]/MeV << std::endl; } HadDatafile.close(); diff --git a/examples/advanced/lAr_calorimeter/src/FCALMaterialConsultant.cc b/examples/advanced/lAr_calorimeter/src/FCALMaterialConsultant.cc index 62d3010f3a..873d4f77bd 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALMaterialConsultant.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALMaterialConsultant.cc @@ -257,27 +257,29 @@ FCALMaterialConsultant * FCALMaterialConsultant::construct() G4Material * FCALMaterialConsultant::Material(G4String what) { - if(what == "Air") return Air; - if(what == "Vacuum") return Vacuum; - if(what == "LiquidArgon") return LiquidArgon; - if(what == "Aluminium") return Aluminium; - if(what == "Iron") return Iron; - if(what == "Copper") return Copper; - if(what == "Tungsten") return Tungsten; - if(what == "Lead") return Lead; - if(what == "CO2") return CO2; - if(what == "ArgonGas") return ArgonGas; - if(what == "ShieldingConcrete") return ShieldingConcrete; - if(what == "Polystyrene") return Polystyrene; - if(what == "StainlessSteel") return StainlessSteel; - if(what == "Nickel") return Nickel; - if(what == "FCAL1CuArKap") return FCAL1CuArKap; - if(what == "FCAL1CuAr") return FCAL1CuAr; - if(what == "FCAL2CuArKap") return FCAL2CuArKap; - if(what == "FCAL2WFeNi") return FCAL2WFeNi; - if(what == "FCAL2WFeNiCuAr") return FCAL2WFeNiCuAr; - if(what == "MWPCArCO2") return MWPCArCO2; - if(what == "RhoaCell") return RhoaCell; + G4Material* material = 0; + if(what == "Air") material = Air; + if(what == "Vacuum") material = Vacuum; + if(what == "LiquidArgon") material = LiquidArgon; + if(what == "Aluminium") material = Aluminium; + if(what == "Iron") material = Iron; + if(what == "Copper") material = Copper; + if(what == "Tungsten") material = Tungsten; + if(what == "Lead") material = Lead; + if(what == "CO2") material = CO2; + if(what == "ArgonGas") material = ArgonGas; + if(what == "ShieldingConcrete") material = ShieldingConcrete; + if(what == "Polystyrene") material = Polystyrene; + if(what == "StainlessSteel") material = StainlessSteel; + if(what == "Nickel") material = Nickel; + if(what == "FCAL1CuArKap") material = FCAL1CuArKap; + if(what == "FCAL1CuAr") material = FCAL1CuAr; + if(what == "FCAL2CuArKap") material = FCAL2CuArKap; + if(what == "FCAL2WFeNi") material = FCAL2WFeNi; + if(what == "FCAL2WFeNiCuAr") material = FCAL2WFeNiCuAr; + if(what == "MWPCArCO2") material = MWPCArCO2; + if(what == "RhoaCell") material = RhoaCell; + return material; }; diff --git a/examples/advanced/lAr_calorimeter/src/FCALPhysicsList.cc b/examples/advanced/lAr_calorimeter/src/FCALPhysicsList.cc deleted file mode 100644 index 4d6f35cac2..0000000000 --- a/examples/advanced/lAr_calorimeter/src/FCALPhysicsList.cc +++ /dev/null @@ -1,351 +0,0 @@ -// -// ******************************************************************** -// * DISCLAIMER * -// * * -// * The following disclaimer summarizes all the specific disclaimers * -// * of contributors to this software. The specific disclaimers,which * -// * govern, are listed with their locations in: * -// * http://cern.ch/geant4/license * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. * -// * * -// * This code implementation is the intellectual property of the * -// * GEANT4 collaboration. * -// * By copying, distributing or modifying the Program (or any work * -// * based on the Program) you indicate your acceptance of this * -// * statement, and all its terms. * -// ******************************************************************** -// -// $Id: FCALPhysicsList.cc,v 1.6 2003/12/09 15:30:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ -// -// - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -#include "FCALPhysicsList.hh" - -#include "G4ParticleDefinition.hh" -#include "G4ParticleWithCuts.hh" -#include "G4ProcessManager.hh" -#include "G4ProcessVector.hh" -#include "G4ParticleTypes.hh" -#include "G4ParticleTable.hh" -#include "G4Material.hh" -#include "G4ios.hh" - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -FCALPhysicsList::FCALPhysicsList(): G4VUserPhysicsList() -{ - currentDefaultCut = defaultCutValue = 1.*mm; - cutForGamma = defaultCutValue; - cutForElectron = defaultCutValue; - - SetVerboseLevel(1); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -FCALPhysicsList::~FCALPhysicsList() -{} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -void FCALPhysicsList::ConstructParticle() -{ - // In this method, static member functions should be called - // for all particles which you want to use. - // This ensures that objects of these particle types will be - // created in the program. - - ConstructBosons(); - ConstructLeptons(); - ConstructMesons(); - ConstructBaryons(); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -void FCALPhysicsList::ConstructBosons() -{ - // pseudo-particles - G4Geantino::GeantinoDefinition(); - G4ChargedGeantino::ChargedGeantinoDefinition(); - - // gamma - G4Gamma::GammaDefinition(); - - // optical photon - G4OpticalPhoton::OpticalPhotonDefinition(); -} - //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -void FCALPhysicsList::ConstructLeptons() -{ - // leptons - G4Electron::ElectronDefinition(); - G4Positron::PositronDefinition(); - G4MuonPlus::MuonPlusDefinition(); - G4MuonMinus::MuonMinusDefinition(); - - G4NeutrinoE::NeutrinoEDefinition(); - G4AntiNeutrinoE::AntiNeutrinoEDefinition(); - G4NeutrinoMu::NeutrinoMuDefinition(); - G4AntiNeutrinoMu::AntiNeutrinoMuDefinition(); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -void FCALPhysicsList::ConstructMesons() -{ - // mesons - G4PionPlus::PionPlusDefinition(); - G4PionMinus::PionMinusDefinition(); - G4PionZero::PionZeroDefinition(); - G4Eta::EtaDefinition(); - G4EtaPrime::EtaPrimeDefinition(); - G4KaonPlus::KaonPlusDefinition(); - G4KaonMinus::KaonMinusDefinition(); - G4KaonZero::KaonZeroDefinition(); - G4AntiKaonZero::AntiKaonZeroDefinition(); - G4KaonZeroLong::KaonZeroLongDefinition(); - G4KaonZeroShort::KaonZeroShortDefinition(); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -void FCALPhysicsList::ConstructBaryons() -{ -// barions - G4Proton::ProtonDefinition(); - G4AntiProton::AntiProtonDefinition(); - G4Neutron::NeutronDefinition(); - G4AntiNeutron::AntiNeutronDefinition(); -} - - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -void FCALPhysicsList::ConstructProcess() -{ - AddTransportation(); - ConstructEM(); - ConstructGeneral(); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -#include "G4ComptonScattering.hh" -#include "G4GammaConversion.hh" -#include "G4PhotoElectricEffect.hh" - -#include "G4MultipleScattering.hh" - -#include "G4eIonisation.hh" -#include "G4eBremsstrahlung.hh" -#include "G4eplusAnnihilation.hh" - -#include "G4MuIonisation.hh" -#include "G4MuBremsstrahlung.hh" -#include "G4MuPairProduction.hh" - -#include "G4hIonisation.hh" - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -void FCALPhysicsList::ConstructEM() -{ - theParticleIterator->reset(); - while( (*theParticleIterator)() ){ - G4ParticleDefinition* particle = theParticleIterator->value(); - G4ProcessManager* pmanager = particle->GetProcessManager(); - G4String particleName = particle->GetParticleName(); - - if (particleName == "gamma") { - // gamma - pmanager->AddDiscreteProcess(new G4GammaConversion()); - pmanager->AddDiscreteProcess(new G4ComptonScattering()); - pmanager->AddDiscreteProcess(new G4PhotoElectricEffect()); - - } else if (particleName == "e-") { - //electron - G4VProcess* theeminusMultipleScattering = new G4MultipleScattering(); - G4VProcess* theeminusIonisation = new G4eIonisation(); - G4VProcess* theeminusBremsstrahlung = new G4eBremsstrahlung(); - // - // add processes - pmanager->AddProcess(theeminusMultipleScattering); - pmanager->AddProcess(theeminusIonisation); - pmanager->AddProcess(theeminusBremsstrahlung); - // - // set ordering for AlongStepDoIt - pmanager->SetProcessOrdering(theeminusMultipleScattering, idxAlongStep,1); - pmanager->SetProcessOrdering(theeminusIonisation, idxAlongStep,2); - // - // set ordering for PostStepDoIt - pmanager->SetProcessOrdering(theeminusMultipleScattering, idxPostStep,1); - pmanager->SetProcessOrdering(theeminusIonisation, idxPostStep,2); - pmanager->SetProcessOrdering(theeminusBremsstrahlung, idxPostStep,3); - - } else if (particleName == "e+") { - //positron - G4VProcess* theeplusMultipleScattering = new G4MultipleScattering(); - G4VProcess* theeplusIonisation = new G4eIonisation(); - G4VProcess* theeplusBremsstrahlung = new G4eBremsstrahlung(); - G4VProcess* theeplusAnnihilation = new G4eplusAnnihilation(); - // - // add processes - pmanager->AddProcess(theeplusMultipleScattering); - pmanager->AddProcess(theeplusIonisation); - pmanager->AddProcess(theeplusBremsstrahlung); - pmanager->AddProcess(theeplusAnnihilation); - // - // set ordering for AtRestDoIt - pmanager->SetProcessOrderingToFirst(theeplusAnnihilation, idxAtRest); - // - // set ordering for AlongStepDoIt - pmanager->SetProcessOrdering(theeplusMultipleScattering, idxAlongStep,1); - pmanager->SetProcessOrdering(theeplusIonisation, idxAlongStep,2); - // - // set ordering for PostStepDoIt - pmanager->SetProcessOrdering(theeplusMultipleScattering, idxPostStep,1); - pmanager->SetProcessOrdering(theeplusIonisation, idxPostStep,2); - pmanager->SetProcessOrdering(theeplusBremsstrahlung, idxPostStep,3); - pmanager->SetProcessOrdering(theeplusAnnihilation, idxPostStep,4); - - } else if( particleName == "mu+" || - particleName == "mu-" ) { - //muon - G4VProcess* aMultipleScattering = new G4MultipleScattering(); - G4VProcess* anIonisation = new G4MuIonisation(); - G4VProcess* aBremsstrahlung = new G4MuBremsstrahlung(); - G4VProcess* aPairProduction = new G4MuPairProduction(); - // - // add processes - pmanager->AddProcess(anIonisation); - pmanager->AddProcess(aMultipleScattering); - pmanager->AddProcess(aBremsstrahlung); - pmanager->AddProcess(aPairProduction); - // - // set ordering for AlongStepDoIt - pmanager->SetProcessOrdering(aMultipleScattering, idxAlongStep,1); - pmanager->SetProcessOrdering(anIonisation, idxAlongStep,2); - // - // set ordering for PostStepDoIt - pmanager->SetProcessOrdering(aMultipleScattering, idxPostStep,1); - pmanager->SetProcessOrdering(anIonisation, idxPostStep,2); - pmanager->SetProcessOrdering(aBremsstrahlung, idxPostStep,3); - pmanager->SetProcessOrdering(aPairProduction, idxPostStep,4); - - } else if ((!particle->IsShortLived()) && - (particle->GetPDGCharge() != 0.0) && - (particle->GetParticleName() != "chargedgeantino")) { - // all others charged particles except geantino - G4VProcess* aMultipleScattering = new G4MultipleScattering(); - G4VProcess* anIonisation = new G4hIonisation(); - // - // add processes - pmanager->AddProcess(anIonisation); - pmanager->AddProcess(aMultipleScattering); - // - // set ordering for AlongStepDoIt - pmanager->SetProcessOrdering(aMultipleScattering, idxAlongStep,1); - pmanager->SetProcessOrdering(anIonisation, idxAlongStep,2); - // - // set ordering for PostStepDoIt - pmanager->SetProcessOrdering(aMultipleScattering, idxPostStep,1); - pmanager->SetProcessOrdering(anIonisation, idxPostStep,2); - } - } -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -#include "G4Decay.hh" - -void FCALPhysicsList::ConstructGeneral() -{ - // Add Decay Process - G4Decay* theDecayProcess = new G4Decay(); - theParticleIterator->reset(); - while( (*theParticleIterator)() ){ - G4ParticleDefinition* particle = theParticleIterator->value(); - G4ProcessManager* pmanager = particle->GetProcessManager(); - if (theDecayProcess->IsApplicable(*particle)) { - pmanager ->AddProcess(theDecayProcess); - // set ordering for PostStepDoIt and AtRestDoIt - pmanager ->SetProcessOrdering(theDecayProcess, idxPostStep); - pmanager ->SetProcessOrdering(theDecayProcess, idxAtRest); - } - } -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -void FCALPhysicsList::SetCuts() -{ - // reactualise cutValues - if (currentDefaultCut != defaultCutValue) - { - if(cutForGamma == currentDefaultCut) cutForGamma = defaultCutValue; - if(cutForElectron == currentDefaultCut) cutForElectron = defaultCutValue; - currentDefaultCut = defaultCutValue; - } - - if (verboseLevel >0){ - G4cout << "FCALPhysicsList::SetCuts:"; - G4cout << "CutLength : " << G4BestUnit(defaultCutValue,"Length") << G4endl; - } - - // set cut values for gamma at first and for e- second and next for e+, - // because some processes for e+/e- need cut values for gamma - SetCutValue(cutForGamma, "gamma"); - SetCutValue(cutForElectron, "e-"); - SetCutValue(cutForElectron, "e+"); - - if (verboseLevel>0) DumpCutValuesTable(); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - - -void FCALPhysicsList::SetCutForGamma(G4double cut) -{ - ResetCuts(); - cutForGamma = cut; -} - -void FCALPhysicsList::SetCutForElectron(G4double cut) -{ - ResetCuts(); - cutForElectron = cut; -} - -G4double FCALPhysicsList::GetCutForGamma() const -{ - return cutForGamma; -} - -G4double FCALPhysicsList::GetCutForElectron() const -{ - return cutForElectron; -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - - - - - - - - - - - diff --git a/examples/advanced/lAr_calorimeter/src/FCALPrimaryGeneratorAction.cc b/examples/advanced/lAr_calorimeter/src/FCALPrimaryGeneratorAction.cc index 1f2ad6c71a..b39484deca 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALPrimaryGeneratorAction.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALPrimaryGeneratorAction.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: FCALPrimaryGeneratorAction.cc,v 1.4 2003/12/09 15:30:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: FCALPrimaryGeneratorAction.cc,v 1.5 2004/01/27 09:08:05 ribon Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -68,7 +68,7 @@ FCALPrimaryGeneratorAction::FCALPrimaryGeneratorAction() G4int InEvent = 0; G4String file_name = "data-tracks/tracks-80GeV.dat"; ifstream Traks_file(file_name); - if(!Traks_file) G4cerr << "WARNING: Failed to open file " << file_name << endl; + if(!Traks_file) G4cerr << "WARNING: Failed to open file " << file_name << G4endl; Traks_file.seekg(0); while(!(Traks_file.eof())) { @@ -110,7 +110,7 @@ void FCALPrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) particleGun->GeneratePrimaryVertex(anEvent); G4cout << "--------------------------------------------" << G4endl; - G4cout << " Event, X,Y,Z Generated Vertex : " << endl; + G4cout << " Event, X,Y,Z Generated Vertex : " << G4endl; G4cout << Nevent << " " << X[Nevent] << " " << Y[Nevent] << " " << Z[Nevent]<< G4endl; G4cout << "--------------------------------------------" << G4endl; diff --git a/examples/advanced/lAr_calorimeter/src/FCALRunAction.cc b/examples/advanced/lAr_calorimeter/src/FCALRunAction.cc index d2a7ee17c7..815a431355 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALRunAction.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALRunAction.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALRunAction.cc,v 1.5 2003/12/09 15:30:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/advanced/lAr_calorimeter/src/FCALSteppingAction.cc b/examples/advanced/lAr_calorimeter/src/FCALSteppingAction.cc index 4bebe4757b..81c52c364d 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALSteppingAction.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALSteppingAction.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALSteppingAction.cc,v 1.4 2003/12/09 15:30:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/advanced/lAr_calorimeter/src/FCALSteppingVerbose.cc b/examples/advanced/lAr_calorimeter/src/FCALSteppingVerbose.cc index 307c9aa09e..731d0e9793 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALSteppingVerbose.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALSteppingVerbose.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALSteppingVerbose.cc,v 1.5 2003/12/09 15:30:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //--------------------------------------------------------------- diff --git a/examples/advanced/lAr_calorimeter/src/FCALTBEventAction.cc b/examples/advanced/lAr_calorimeter/src/FCALTBEventAction.cc index 565263ffe3..da99ae7b06 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALTBEventAction.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALTBEventAction.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: FCALTBEventAction.cc,v 1.8 2003/12/02 14:39:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: FCALTBEventAction.cc,v 1.10 2004/01/27 15:31:08 ribon Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -102,6 +102,10 @@ void FCALTBEventAction::BeginOfEventAction(const G4Event* evt) void FCALTBEventAction::EndOfEventAction(const G4Event*) { +#ifdef G4ANALYSIS_USE + FCALAnalysisManager* analysis = FCALAnalysisManager::getInstance(); +#endif + G4int i,j; NTracksOutOfWorld = StepAction->GetOutOfWorldTracks(0, 0); G4cout << "N Tracks out of world " << NTracksOutOfWorld << G4endl; @@ -109,84 +113,74 @@ void FCALTBEventAction::EndOfEventAction(const G4Event*) // Write Leaving Particles in File //-------------------------------- G4String FileName1 = "OutTracks_802_1mm.dat"; - G4int iostemp1; + std::ios::openmode iostemp1; if(Init1 == 0) { - iostemp1 = ios::out; + iostemp1 = std::ios::out; Init1++; } else { - iostemp1 = ios::out|ios::app; // ios::app; + iostemp1 = std::ios::out|std::ios::app; // std::ios::app; }; ofstream OutTracks(FileName1, iostemp1); - G4double OutOfWorld; - OutTracks << NTracksOutOfWorld << G4endl; + + G4double OutOfWorld; for(i=1; i<= NTracksOutOfWorld ; i++){ for(j=1; j<11 ; j++) { // G4double OutOfWorld = StepAction->GetOutOfWorldTracks(i,j); OutOfWorld = StepAction->GetOutOfWorldTracks(i,j); OutTracks << OutOfWorld << " " ; } - OutTracks << G4endl; - + OutTracks << std::endl; // G4double OutOfWorld2 = StepAction->GetOutOfWorldTracks(i,j); - - + } + OutTracks.close(); #ifdef G4ANALYSIS_USE - - FCALAnalysisManager* analysis = FCALAnalysisManager::getInstance(); - analysis->getfhisto_1()->fill(OutOfWorld); - + analysis->getfhisto_1()->fill(NTracksOutOfWorld); #endif - } - - OutTracks.close(); - NSecondaries = StepAction->GetSecondaries(0,0); G4cout << "N Scondaries " << NSecondaries << G4endl; // Write Secondary Particles in File - //-------------------------------- + //---------------------------------- G4String FileName2 = "SecndTracks_802_1mm.dat"; - G4int iostemp2; + std::ios::openmode iostemp2; if(Init2 == 0) { - iostemp2 = ios::out; + iostemp2 = std::ios::out; Init2++; } else { - iostemp2 = ios::out|ios::app; // ios::app; + iostemp2 = std::ios::out|std::ios::app; // std::ios::app; }; ofstream SecndTracks(FileName2, iostemp2); - G4double Secondary; - - SecndTracks << NSecondaries << G4endl; + SecndTracks << NSecondaries << std::endl; + + G4double Secondary; for(i=1; i<= NSecondaries ; i++){ for(j=1; j<11 ; j++) { Secondary = StepAction->GetSecondaries(i,j); - SecndTracks << Secondary << " " ; } - SecndTracks << G4endl; + SecndTracks << Secondary << " " ; + } + SecndTracks << std::endl; // G4double Secondary2 = StepAction->GetSecondaries(i,j); - -#ifdef G4ANALYSIS_USE - FCALAnalysisManager* analysis = FCALAnalysisManager::getInstance(); - analysis->getfhisto_2()->fill(Secondary); -#endif - } SecndTracks.close(); +#ifdef G4ANALYSIS_USE + analysis->getfhisto_2()->fill(NSecondaries); +#endif // Write Edep in FCAL1 and FCAL2 G4String FileName3 = "EdepFCAL_802_1mm.dat"; - G4int iostemp3; + std::ios::openmode iostemp3; if(Init3 == 0) { - iostemp3 = ios::out; + iostemp3 = std::ios::out; Init3++; } else { - iostemp3 = ios::out|ios::app; // ios::app; + iostemp3 = std::ios::out|std::ios::app; // std::ios::app; }; ofstream EdepFCAL(FileName3, iostemp3); @@ -194,15 +188,12 @@ void FCALTBEventAction::EndOfEventAction(const G4Event*) G4double EmEdep = StepAction->GetEdepFCAL("FCALEm"); G4double HadEdep = StepAction->GetEdepFCAL("FCALHad"); - EdepFCAL << EmEdep << " "; EdepFCAL << HadEdep; - EdepFCAL << G4endl; + EdepFCAL << std::endl; EdepFCAL.close(); - #ifdef G4ANALYSIS_USE - FCALAnalysisManager* analysis = FCALAnalysisManager::getInstance(); analysis->getfhisto_3()->fill(EmEdep); analysis->getfhisto_4()->fill(HadEdep); #endif diff --git a/examples/advanced/lAr_calorimeter/src/FCALTestbeamSetupSD.cc b/examples/advanced/lAr_calorimeter/src/FCALTestbeamSetupSD.cc index 8e99f72c2c..1ff180997f 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALTestbeamSetupSD.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALTestbeamSetupSD.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: FCALTestbeamSetupSD.cc,v 1.7 2003/12/09 15:30:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: FCALTestbeamSetupSD.cc,v 1.8 2004/01/27 09:08:05 ribon Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -144,22 +144,22 @@ void FCALTestbeamSetupSD::EndOfEvent(G4HCofThisEvent*) // Write data in File //------------------- G4String FileName = "Beam_802_1mm.dat"; - G4int iostemp; + std::ios::openmode iostemp; if(InitBeam == 0) { - iostemp = ios::out; + iostemp = std::ios::out; InitBeam++; } else { - iostemp = ios::out|ios::app; + iostemp = std::ios::out|std::ios::app; }; ofstream BeamDatafile(FileName, iostemp); // BeamDatafile.precision(5); - BeamDatafile << EBeamS1/MeV << " " << EBeamS2/MeV << " " << EBeamS3/MeV << G4endl; - BeamDatafile << EBeamHole/MeV << G4endl; - BeamDatafile << EBeamDead/MeV << G4endl; - for (j=1; j<8 ; j++) { BeamDatafile << ETailVis[j]/MeV << " " ;} ; BeamDatafile << G4endl; - for (j=1; j<7 ; j++) { BeamDatafile << ETailDep[j]/MeV << " " ;} ; BeamDatafile << G4endl; + BeamDatafile << EBeamS1/MeV << " " << EBeamS2/MeV << " " << EBeamS3/MeV << std::endl; + BeamDatafile << EBeamHole/MeV << std::endl; + BeamDatafile << EBeamDead/MeV << std::endl; + for (j=1; j<8 ; j++) { BeamDatafile << ETailVis[j]/MeV << " " ;} ; BeamDatafile << std::endl; + for (j=1; j<7 ; j++) { BeamDatafile << ETailDep[j]/MeV << " " ;} ; BeamDatafile << std::endl; BeamDatafile.close(); diff --git a/examples/advanced/lAr_calorimeter/src/FCALVisManager.cc b/examples/advanced/lAr_calorimeter/src/FCALVisManager.cc index d3ad912374..2493e27fc7 100644 --- a/examples/advanced/lAr_calorimeter/src/FCALVisManager.cc +++ b/examples/advanced/lAr_calorimeter/src/FCALVisManager.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: FCALVisManager.cc,v 1.8 2003/12/09 15:30:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/advanced/underground_physics/include/DMXMinEkineCuts.hh b/examples/advanced/underground_physics/include/DMXMinEkineCuts.hh index 03c55a70ce..1724815fb9 100644 --- a/examples/advanced/underground_physics/include/DMXMinEkineCuts.hh +++ b/examples/advanced/underground_physics/include/DMXMinEkineCuts.hh @@ -22,7 +22,7 @@ // // // $Id: DMXMinEkineCuts.hh,v 1.2 2002/06/18 10:17:30 ahoward Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/advanced/underground_physics/src/DMXMinEkineCuts.cc b/examples/advanced/underground_physics/src/DMXMinEkineCuts.cc index 694a570328..f2f967595e 100644 --- a/examples/advanced/underground_physics/src/DMXMinEkineCuts.cc +++ b/examples/advanced/underground_physics/src/DMXMinEkineCuts.cc @@ -22,7 +22,7 @@ // // // $Id: DMXMinEkineCuts.cc,v 1.4 2003/12/02 16:59:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/advanced/xray_telescope/include/XrayTelAnalysis.hh b/examples/advanced/xray_telescope/include/XrayTelAnalysis.hh index db42712515..549e00265c 100644 --- a/examples/advanced/xray_telescope/include/XrayTelAnalysis.hh +++ b/examples/advanced/xray_telescope/include/XrayTelAnalysis.hh @@ -22,7 +22,7 @@ // // // $Id: XrayTelAnalysis.hh,v 1.7 2003/06/16 16:46:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: A. Pfeiffer (Andreas.Pfeiffer@cern.ch) // (copy of his UserAnalyser class) diff --git a/examples/advanced/xray_telescope/src/XrayTelAnalysis.cc b/examples/advanced/xray_telescope/src/XrayTelAnalysis.cc index 788102071c..9f904133e2 100644 --- a/examples/advanced/xray_telescope/src/XrayTelAnalysis.cc +++ b/examples/advanced/xray_telescope/src/XrayTelAnalysis.cc @@ -22,7 +22,7 @@ // // // $Id: XrayTelAnalysis.cc,v 1.10 2003/08/13 13:06:02 santin Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Author: A. Pfeiffer (Andreas.Pfeiffer@cern.ch) // (copied from his UserAnalyser class) diff --git a/examples/advanced/xray_telescope/test.out b/examples/advanced/xray_telescope/test.out index eae010a970..5ef1bfd4a5 100644 --- a/examples/advanced/xray_telescope/test.out +++ b/examples/advanced/xray_telescope/test.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-06-00-patch-01 $ (19-May-2003) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/analysis/A01/GNUmakefile b/examples/extended/analysis/A01/GNUmakefile index 0289e649f1..f746564f27 100644 --- a/examples/extended/analysis/A01/GNUmakefile +++ b/examples/extended/analysis/A01/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.6 2003/10/15 17:58:11 duns Exp $ +# $Id: GNUmakefile,v 1.7 2004/01/30 00:56:53 tkoi Exp $ # -------------------------------------------------------------- # GNUmakefile for examples module # -------------------------------------------------------------- @@ -14,6 +14,9 @@ endif .PHONY: all all: lib bin +# A01PhysicsList use hadronic-lists, so it needs below include command. +include hadlist.gmk + include $(G4INSTALL)/config/binmake.gmk CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS)) diff --git a/examples/extended/analysis/A01/History b/examples/extended/analysis/A01/History index b611e37610..5c2bbb8ac3 100644 --- a/examples/extended/analysis/A01/History +++ b/examples/extended/analysis/A01/History @@ -1,4 +1,4 @@ -$Id: History,v 1.21 2003/12/01 19:12:36 perl Exp $ +$Id: History,v 1.22 2004/02/09 22:21:58 asaim Exp $ ------------------------------------------------------------------- ========================================================= @@ -11,6 +11,11 @@ $Id: History,v 1.21 2003/12/01 19:12:36 perl Exp $ --------------------------------------------------------------------------- +9th February 2004 Makoto Asai (exampleA01-V06-00-00) +- Fix EM part of the physics list to use the new + processes introduced at 6.0. +- Reference output is updated accordingly. + 1st December 2003 Joseph Perl - Removed endOfEventAction.mac since new vis policy provides such a flush automatically. diff --git a/examples/extended/analysis/A01/hadlist.gmk b/examples/extended/analysis/A01/hadlist.gmk new file mode 100644 index 0000000000..9cfae484a0 --- /dev/null +++ b/examples/extended/analysis/A01/hadlist.gmk @@ -0,0 +1,76 @@ +# +# GNUmakefile for A01 had_lists +# +# by T. Koi SLAC 28-Jan-04 +# +# Based on +## -------------------------------------------------------------- +## GNUmakefile for physics list user. +## JPW. Fri Jul 25 10:39:58 CEST 2003 +## -------------------------------------------------------------- + +# + +ifndef G4LISTS_BASE + EXTRALIBS += -L$(G4LIB)/.lists_build/$(G4SYSTEM) + G4LISTS_BASE = $(G4INSTALL)/hadronic_lists +else + EXTRALIBS += -L$(G4LISTS_BASE)/lists/.lists_build/lib/$(G4SYSTEM) +endif + +# Select your physics lists to link against. +# +EXTRALIBS += -lQGSP_BERT +EXTRALIBS += -lQGSP_BIC +EXTRALIBS += -lPackaging + +EXTRALIBS += -lG4hadronic_proc +EXTRALIBS += -lG4hadronic_HE +EXTRALIBS += -lG4hadronic_LE +EXTRALIBS += -lG4hadronic_iso +EXTRALIBS += -lG4had_neu_hp +EXTRALIBS += -lG4hadronic_coherent_elastic +EXTRALIBS += -lG4hadronic_hetcpp_evaporation +EXTRALIBS += -lG4hadronic_hetcpp_utils +EXTRALIBS += -lG4hadronic_bert_cascade +EXTRALIBS += -lG4hadronic_interface_ci +EXTRALIBS += -lG4hadronic_body_ci +EXTRALIBS += -lG4hadronic_leading_particle +EXTRALIBS += -lG4hadronic_stop +EXTRALIBS += -lG4hadronic_radioactivedecay + +EXTRALIBS += -lG4had_theo_max +EXTRALIBS += -lG4hadronic_qgstring +EXTRALIBS += -lG4had_string_diff +EXTRALIBS += -lG4had_string_frag +EXTRALIBS += -lG4had_string_man + +EXTRALIBS += -lG4hadronic_binary +EXTRALIBS += -lG4had_im_r_matrix +EXTRALIBS += -lG4had_preequ_exciton +EXTRALIBS += -lG4hadronic_deex_evaporation +EXTRALIBS += -lG4hadronic_deex_fermi_breakup +EXTRALIBS += -lG4hadronic_deex_fission +EXTRALIBS += -lG4hadronic_deex_gem_evaporation +EXTRALIBS += -lG4hadronic_deex_handler +EXTRALIBS += -lG4hadronic_deex_management +EXTRALIBS += -lG4hadronic_deex_multifragmentation +EXTRALIBS += -lG4hadronic_deex_photon_evaporation +EXTRALIBS += -lG4hadronic_deex_util + +EXTRALIBS += -lG4had_mod_man +EXTRALIBS += -lG4had_mod_util + +EXTRALIBS += -lG4hadronic_mgt +EXTRALIBS += -lG4hadronic_xsect +EXTRALIBS += -lG4hadronic_util + +EXTRALIBS += -lG4shortlived + +CPPFLAGS += -I$(G4LISTS_BASE)/lists/Packaging/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/QGSP_BERT/include +CPPFLAGS += -I$(G4LISTS_BASE)/lists/QGSP_BIC/include + +CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS)) +CXXFLAGS_WITHOUT_O := $(filter-out +O% , $(CXXFLAGS_WITHOUT_O)) + diff --git a/examples/extended/analysis/A01/include/A01IonPhysics.hh b/examples/extended/analysis/A01/include/A01IonPhysics.hh index 7d4e919af4..9ec18bd948 100644 --- a/examples/extended/analysis/A01/include/A01IonPhysics.hh +++ b/examples/extended/analysis/A01/include/A01IonPhysics.hh @@ -20,8 +20,9 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: A01IonPhysics.hh,v 1.4 2003/10/11 02:59:59 tkoi Exp $ +// $Id: A01IonPhysics.hh,v 1.5 2004/01/06 02:53:22 tkoi Exp $ // -------------------------------------------------------------- +// 05-Jan-2004 Add G4ionIonisation T. Koi // #ifndef A01IonPhysics_h @@ -45,6 +46,7 @@ #include "G4LEAlphaInelastic.hh" #include "G4hIonisation.hh" +#include "G4ionIonisation.hh" #include "G4MultipleScattering.hh" class A01IonPhysics : public G4VPhysicsConstructor diff --git a/examples/extended/analysis/A01/src/A01EMPhysics.cc b/examples/extended/analysis/A01/src/A01EMPhysics.cc index 9f106a16b2..6e891baa43 100644 --- a/examples/extended/analysis/A01/src/A01EMPhysics.cc +++ b/examples/extended/analysis/A01/src/A01EMPhysics.cc @@ -20,11 +20,12 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: A01EMPhysics.cc,v 1.5 2003/10/11 03:00:00 tkoi Exp $ +// $Id: A01EMPhysics.cc,v 1.6 2004/01/06 02:53:22 tkoi Exp $ // -------------------------------------------------------------- // // -// 09-Oct-2003 Chhange gamma, electron, positorn process T. Koi +// 09-Oct-2003 Change gamma, electron, positorn process T. Koi +// 10-Jan-2004 Add Brems. of AlongStepDoIt for e+- T. Koi #include "A01EMPhysics.hh" @@ -94,6 +95,7 @@ void A01EMPhysics::ConstructProcess() // set ordering for AlongStepDoIt pManager->SetProcessOrdering(theeminusMultipleScattering, idxAlongStep,1); pManager->SetProcessOrdering(theeminusIonisation, idxAlongStep,2); + pManager->SetProcessOrdering(theeminusBremsstrahlung, idxAlongStep,3); // // set ordering for PostStepDoIt pManager->SetProcessOrdering(theeminusMultipleScattering, idxPostStep,1); @@ -118,6 +120,7 @@ void A01EMPhysics::ConstructProcess() // set ordering for AlongStepDoIt pManager->SetProcessOrdering(theeplusMultipleScattering, idxAlongStep,1); pManager->SetProcessOrdering(theeplusIonisation, idxAlongStep,2); + pManager->SetProcessOrdering(theeplusBremsstrahlung, idxAlongStep,3); // // set ordering for PostStepDoIt pManager->SetProcessOrdering(theeplusMultipleScattering, idxPostStep,1); diff --git a/examples/extended/analysis/A01/src/A01IonPhysics.cc b/examples/extended/analysis/A01/src/A01IonPhysics.cc index 2f7dae4926..c41bb2c462 100644 --- a/examples/extended/analysis/A01/src/A01IonPhysics.cc +++ b/examples/extended/analysis/A01/src/A01IonPhysics.cc @@ -20,10 +20,12 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: A01IonPhysics.cc,v 1.6 2003/10/14 00:15:48 tkoi Exp $ +// $Id: A01IonPhysics.cc,v 1.7 2004/01/06 02:53:22 tkoi Exp $ // -------------------------------------------------------------- // -// 13-Oct-2003 Add Comment for Ionization of Generic Ion by T. Koi +// 13-Oct-2003 Add Comment for Ionisation of Generic Ion by T. Koi +// 05-Jan-2004 Change G. Ion Ionisation from G4hIonisation +// to G4ionIonisation T. Koi #include "A01IonPhysics.hh" @@ -71,7 +73,10 @@ void A01IonPhysics::ConstructProcess() // // G4hIonization may be not able to use for Geanric Ion in future // Please take care using this physics list after v5.2.p02 - G4VProcess* thegionIonisation = new G4hIonisation(); + // G4VProcess* thegionIonisation = new G4hIonisation(); + // + // From V6.0 hIonisation does not work for GenericIon + G4VProcess* thegionIonisation = new G4ionIonisation(); // pManager->AddProcess(thegionIonisation); pManager->AddProcess(thegionMultipleScattering); diff --git a/examples/extended/analysis/A01/src/A01MuonPhysics.cc b/examples/extended/analysis/A01/src/A01MuonPhysics.cc index 6b8003e4af..efbda81af1 100644 --- a/examples/extended/analysis/A01/src/A01MuonPhysics.cc +++ b/examples/extended/analysis/A01/src/A01MuonPhysics.cc @@ -20,10 +20,11 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: A01MuonPhysics.cc,v 1.5 2003/10/11 03:00:00 tkoi Exp $ +// $Id: A01MuonPhysics.cc,v 1.6 2004/01/06 02:53:22 tkoi Exp $ // -------------------------------------------------------------- // // 09-Oct-2003 mu+- tau+- processes are changed by T. Koi +// 05-Jan-2004 Add Brem. and PairProd. of AlongStepDoit for mu+- by T. Koi #include "A01MuonPhysics.hh" @@ -92,6 +93,9 @@ void A01MuonPhysics::ConstructProcess() // set ordering for AlongStepDoIt pManager->SetProcessOrdering(thempMultipleScattering, idxAlongStep,1); pManager->SetProcessOrdering(thempIonisation, idxAlongStep,2); + pManager->SetProcessOrdering(thempBremsstrahlung, idxAlongStep,3); + pManager->SetProcessOrdering(thempPairProduction, idxAlongStep,4); + // set ordering for PostStepDoIt pManager->SetProcessOrdering(thempMultipleScattering, idxPostStep,1); pManager->SetProcessOrdering(thempIonisation, idxPostStep,2); @@ -99,6 +103,7 @@ void A01MuonPhysics::ConstructProcess() pManager->SetProcessOrdering(thempPairProduction, idxPostStep,4); //Muon- + pManager = G4MuonMinus::MuonMinus()->GetProcessManager(); G4VProcess* themmMultipleScattering = new G4MultipleScattering(); G4VProcess* themmBremsstrahlung = new G4MuBremsstrahlung(); G4VProcess* themmPairProduction = new G4MuPairProduction(); @@ -113,6 +118,8 @@ void A01MuonPhysics::ConstructProcess() // set ordering for AlongStepDoIt pManager->SetProcessOrdering(themmMultipleScattering, idxAlongStep,1); pManager->SetProcessOrdering(themmIonisation, idxAlongStep,2); + pManager->SetProcessOrdering(themmBremsstrahlung, idxAlongStep,3); + pManager->SetProcessOrdering(themmPairProduction, idxAlongStep,4); // set ordering for PostStepDoIt pManager->SetProcessOrdering(themmMultipleScattering, idxPostStep,1); pManager->SetProcessOrdering(themmIonisation, idxPostStep,2); diff --git a/examples/extended/analysis/A01/src/A01PhysicsList.cc b/examples/extended/analysis/A01/src/A01PhysicsList.cc index 0b0f770628..d58d0b17d3 100644 --- a/examples/extended/analysis/A01/src/A01PhysicsList.cc +++ b/examples/extended/analysis/A01/src/A01PhysicsList.cc @@ -20,9 +20,10 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: A01PhysicsList.cc,v 1.5 2003/10/11 03:00:00 tkoi Exp $ +// $Id: A01PhysicsList.cc,v 1.6 2004/01/30 00:56:55 tkoi Exp $ // -------------------------------------------------------------- // +// 28-Jan-04 Add QGSP_BERT and QGSP_BIC for hadronic lists. T. Koi #include "A01PhysicsList.hh" @@ -46,6 +47,9 @@ #include "A01HadronPhysics.hh" #include "A01IonPhysics.hh" +#include "HadronPhysicsQGSP_BERT.hh" +#include "HadronPhysicsQGSP_BIC.hh" + A01PhysicsList::A01PhysicsList(): G4VModularPhysicsList() { // default cut value (1.0mm) @@ -62,12 +66,13 @@ A01PhysicsList::A01PhysicsList(): G4VModularPhysicsList() RegisterPhysics( new A01MuonPhysics("muon")); // Hadron Physics - RegisterPhysics( new A01HadronPhysics("hadron")); + //RegisterPhysics( new A01HadronPhysics("hadron")); + RegisterPhysics( new HadronPhysicsQGSP_BERT("hadron")); + //RegisterPhysics( new HadronPhysicsQGSP_BIC("hadron")); // Ion Physics RegisterPhysics( new A01IonPhysics("ion")); - } A01PhysicsList::~A01PhysicsList() diff --git a/examples/extended/analysis/A01/test.in b/examples/extended/analysis/A01/test.in index 793b5c8684..0bb22484bd 100644 --- a/examples/extended/analysis/A01/test.in +++ b/examples/extended/analysis/A01/test.in @@ -4,8 +4,8 @@ # reference input test.in # reference output test.out # test.out was created with RH9.0, gcc3.2.2 -# geant4.5.2.ref05,clhep 1.8.0.2 -# on 10-Nov-2003 T. Koi SLAC +# geant4.6.0, clhep 1.8.1.0, HadronPhysicsQGSP_BERT +# on 29-Jan-2004 T. Koi SLAC # # turn off randomization # diff --git a/examples/extended/analysis/A01/test.out b/examples/extended/analysis/A01/test.out index 261b1959a4..6c3a445980 100644 --- a/examples/extended/analysis/A01/test.out +++ b/examples/extended/analysis/A01/test.out @@ -1,6 +1,6 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ - (3-October-2003) + Geant4 version $Name: geant4-06-00-patch-01 $ + (12-December-2003) Copyright : Geant4 Collaboration ********************************************** Visualization Manager instantiating... @@ -22,6 +22,28 @@ Current available graphics systems are: VRML1 (VRML1) VRML2 (VRML2) +========================== porting disclaimer ================================== +You are using a technical port of the physics lists provided +for hadronic use-cases, as validated for geant4 5.2, with a +later version of geant4. +These physics lists are made available with that geant4 districution, so users +wishing to use the latest-greatest geant4 code keep having a starting point +for their work with hadronics. + +Please note that it is a purely technical port, without physics validation performed. +Hence these physics lists do not yet come with the usual guarantees attached as to +their physics performance. +For validated 'educated guess' physics lists for hadronic usecases, +as well as updates, please see the related WWW pages. + +For information as to which physics list is optimized for your study, +please also consult the GHAD WWW pages. +Geant4 hadronics is a component system, and here the physics lists main +task is to configure these components in a suitable way for a concrete useage. +Not all physics lists are suitable for all usecases. +========================== porting disclaimer ================================== + + The materials defined are : @@ -131,8 +153,8 @@ compt: Total cross sections from a parametrisation. Good description from 10 Ke Scattered gamma energy according Klein-Nishina. PhysicsTables from 1 keV to 100 GeV in 80 bins. -msc: Model variant of multiple scattering - Lambda tables from 100 eV to 100 TeV in 100 bins. +msc: Model variant of multiple scattering for e- + Lambda tables from 100 eV to 100 TeV in 120 bins. Boundary algorithm is active with facrange= 0.199 eIoni: tables are built for e- @@ -169,9 +191,10 @@ hIoni: tables are built for proton Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 0 -msc: Model variant of multiple scattering - Lambda tables from 100 eV to 100 TeV in 100 bins. +msc: Model variant of multiple scattering for proton + Lambda tables from 100 eV to 100 TeV in 120 bins. Boundary algorithm is active with facrange= 0.199 +### All dEdx and Range tables are built ##### MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -179,142 +202,121 @@ MuIoni: tables are built for mu+ Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. -msc: Model variant of multiple scattering - Lambda tables from 100 eV to 100 TeV in 100 bins. +msc: Model variant of multiple scattering for mu+ + Lambda tables from 100 eV to 100 TeV in 120 bins. Boundary algorithm is active with facrange= 0.199 -MuBrems: tables are built for mu+ - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. - Lambda tables from threshold to 100 TeV in 120 bins. - Parametrised model - -MuPairProd: tables are built for mu+ - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. - Lambda tables from threshold to 100 TeV in 120 bins. - Parametrised model - -MuIoni: tables are built for mu+ - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. - Lambda tables from threshold to 100 TeV in 120 bins. - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. - -msc: Model variant of multiple scattering - Lambda tables from 100 eV to 100 TeV in 100 bins. +msc: Model variant of multiple scattering for mu+ + Lambda tables from 100 eV to 100 TeV in 120 bins. Boundary algorithm is active with facrange= 0.199 -MuBrems: tables are built for mu+ - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. - Lambda tables from threshold to 100 TeV in 120 bins. - Parametrised model +msc: Model variant of multiple scattering for pi- + Lambda tables from 100 eV to 100 TeV in 120 bins. + Boundary algorithm is active with facrange= 0.199 -MuPairProd: tables are built for mu+ - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. - Lambda tables from threshold to 100 TeV in 120 bins. - Parametrised model - ->>> Event 0 >>> Simulation truth : proton (-0,0,100000) -Hodoscope 1 has 1 hits. - Hodoscope[7] 4.987 (nsec) -Hodoscope 2 has 3 hits. - Hodoscope[9] 43.1884 (nsec) - Hodoscope[11] 57.16 (nsec) - Hodoscope[7] 43.4355 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67124 (nsec) --- local (x,y) -0.0134909, -0.0163703 - Layer[1] : time 8.33914 (nsec) --- local (x,y) -0.0173496, -0.0324728 - Layer[2] : time 10.007 (nsec) --- local (x,y) -0.0214198, -0.0492803 - Layer[3] : time 11.6749 (nsec) --- local (x,y) -0.0281567, -0.0641675 - Layer[4] : time 13.3428 (nsec) --- local (x,y) -0.0323731, -0.0795392 -Drift Chamber 2 has 5 hits. - Layer[0] : time 34.8514 (nsec) --- local (x,y) -143.632, -0.27572 - Layer[1] : time 36.5221 (nsec) --- local (x,y) -172.527, -0.290488 - Layer[2] : time 38.1928 (nsec) --- local (x,y) -201.421, -0.301928 - Layer[3] : time 39.8635 (nsec) --- local (x,y) -230.31, -0.313962 - Layer[4] : time 41.5341 (nsec) --- local (x,y) -259.2, -0.327771 -EM Calorimeter has 38 hits. Total Edep is 9547.25 (MeV) -Hadron Calorimeter has 17 hits. Total Edep is 2261.96 (MeV) - ->>> Event 1 >>> Simulation truth : proton (-0,0,100000) -Hodoscope 1 has 1 hits. - Hodoscope[7] 4.987 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[9] 43.188 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67124 (nsec) --- local (x,y) 0.0200729, 0.0182692 - Layer[1] : time 8.33914 (nsec) --- local (x,y) 0.0332164, 0.0334565 - Layer[2] : time 10.007 (nsec) --- local (x,y) 0.0419995, 0.0489271 - Layer[3] : time 11.6749 (nsec) --- local (x,y) 0.0489663, 0.0651946 - Layer[4] : time 13.3428 (nsec) --- local (x,y) 0.0541096, 0.0859588 -Drift Chamber 2 has 5 hits. - Layer[0] : time 34.8502 (nsec) --- local (x,y) -148.189, 0.375184 - Layer[1] : time 36.5211 (nsec) --- local (x,y) -177.843, 0.396998 - Layer[2] : time 38.1919 (nsec) --- local (x,y) -207.495, 0.419291 - Layer[3] : time 39.8627 (nsec) --- local (x,y) -237.147, 0.441367 - Layer[4] : time 41.5335 (nsec) --- local (x,y) -266.802, 0.45958 -EM Calorimeter has 20 hits. Total Edep is 275.696 (MeV) -Hadron Calorimeter has 16 hits. Total Edep is 2043.17 (MeV) - ->>> Event 2 >>> Simulation truth : proton (0,0,100000) +>>> Event 0 >>> Simulation truth : proton (0,0,100000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.987 (nsec) Hodoscope 2 has 1 hits. Hodoscope[9] 43.1882 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67124 (nsec) --- local (x,y) -0.0156408, 0.0639335 - Layer[1] : time 8.33914 (nsec) --- local (x,y) -0.0160434, 0.0846437 - Layer[2] : time 10.007 (nsec) --- local (x,y) -0.0193047, 0.102883 - Layer[3] : time 11.6749 (nsec) --- local (x,y) -0.0196716, 0.117577 - Layer[4] : time 13.3428 (nsec) --- local (x,y) -0.0182299, 0.132382 + Layer[0] : time 6.67124 (nsec) --- local (x,y) -0.00106255, -0.000779052 + Layer[1] : time 8.33914 (nsec) --- local (x,y) 0.000781857, -0.00599912 + Layer[2] : time 10.007 (nsec) --- local (x,y) 0.00667714, -0.0122487 + Layer[3] : time 11.6749 (nsec) --- local (x,y) 0.0130278, -0.0177101 + Layer[4] : time 13.3428 (nsec) --- local (x,y) 0.0198424, -0.0221293 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.8508 (nsec) --- local (x,y) -146.096, 0.303258 - Layer[1] : time 36.5216 (nsec) --- local (x,y) -175.427, 0.315956 - Layer[2] : time 38.1923 (nsec) --- local (x,y) -204.761, 0.325747 - Layer[3] : time 39.8631 (nsec) --- local (x,y) -234.087, 0.337181 - Layer[4] : time 41.5339 (nsec) --- local (x,y) -263.407, 0.351751 -EM Calorimeter has 25 hits. Total Edep is 419.758 (MeV) -Hadron Calorimeter has 12 hits. Total Edep is 2394.85 (MeV) + Layer[0] : time 34.8506 (nsec) --- local (x,y) -147.099, -0.0634282 + Layer[1] : time 36.5214 (nsec) --- local (x,y) -176.598, -0.0637505 + Layer[2] : time 38.1922 (nsec) --- local (x,y) -206.1, -0.0617999 + Layer[3] : time 39.863 (nsec) --- local (x,y) -235.602, -0.0599495 + Layer[4] : time 41.5338 (nsec) --- local (x,y) -265.105, -0.061669 +EM Calorimeter has 59 hits. Total Edep is 24301.6 (MeV) +Hadron Calorimeter has 18 hits. Total Edep is 2028.03 (MeV) ->>> Event 3 >>> Simulation truth : proton (0,0,100000) +>>> Event 1 >>> Simulation truth : proton (0,0,100000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.987 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.1899 (nsec) + Hodoscope[9] 43.188 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67124 (nsec) --- local (x,y) -0.0186586, -0.0162048 - Layer[1] : time 8.33914 (nsec) --- local (x,y) -0.0298886, -0.0256993 - Layer[2] : time 10.007 (nsec) --- local (x,y) -0.0429072, -0.0379974 - Layer[3] : time 11.6749 (nsec) --- local (x,y) -0.0576793, -0.0506083 - Layer[4] : time 13.3428 (nsec) --- local (x,y) -0.0740093, -0.0605278 -Drift Chamber 2 has 6 hits. - Layer[0] : time 34.8518 (nsec) --- local (x,y) -147.011, -0.173264 - Layer[1] : time 36.5227 (nsec) --- local (x,y) -176.969, -0.184034 - Layer[1] : time 63.2023 (nsec) --- local (x,y) 813.248, 259.961 - Layer[2] : time 38.1936 (nsec) --- local (x,y) -206.926, -0.194495 - Layer[3] : time 39.8645 (nsec) --- local (x,y) -236.883, -0.208852 - Layer[4] : time 41.5354 (nsec) --- local (x,y) -266.842, -0.223375 -EM Calorimeter has 43 hits. Total Edep is 27420.9 (MeV) -Hadron Calorimeter has 16 hits. Total Edep is 1698.14 (MeV) + Layer[0] : time 6.67124 (nsec) --- local (x,y) 0.0240714, 0.00893526 + Layer[1] : time 8.33914 (nsec) --- local (x,y) 0.039842, 0.0172912 + Layer[2] : time 10.007 (nsec) --- local (x,y) 0.0541902, 0.0313654 + Layer[3] : time 11.6749 (nsec) --- local (x,y) 0.068443, 0.043072 + Layer[4] : time 13.3428 (nsec) --- local (x,y) 0.0847716, 0.0551733 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.8504 (nsec) --- local (x,y) -147.648, 0.217291 + Layer[1] : time 36.5212 (nsec) --- local (x,y) -177.198, 0.232821 + Layer[2] : time 38.192 (nsec) --- local (x,y) -206.748, 0.249007 + Layer[3] : time 39.8628 (nsec) --- local (x,y) -236.299, 0.262994 + Layer[4] : time 41.5336 (nsec) --- local (x,y) -265.847, 0.277063 +EM Calorimeter has 54 hits. Total Edep is 6344.11 (MeV) +Hadron Calorimeter has 16 hits. Total Edep is 2935.3 (MeV) + +>>> Event 2 >>> Simulation truth : proton (-0,0,100000) +Hodoscope 1 has 1 hits. + Hodoscope[7] 4.987 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[9] 43.1883 (nsec) +Drift Chamber 1 has 6 hits. + Layer[0] : time 6.67124 (nsec) --- local (x,y) -0.000301166, -0.0118856 + Layer[1] : time 8.33914 (nsec) --- local (x,y) 0.0120764, -0.0194245 + Layer[2] : time 10.007 (nsec) --- local (x,y) 0.0229622, -0.0242849 + Layer[3] : time 11.6749 (nsec) --- local (x,y) 0.0277755, -0.0322347 + Layer[4] : time 13.3428 (nsec) --- local (x,y) 0.0363616, -0.0418499 + Layer[4] : time 17.497 (nsec) --- local (x,y) -638.638, 239.74 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.8507 (nsec) --- local (x,y) -147.045, -0.198644 + Layer[1] : time 36.5215 (nsec) --- local (x,y) -176.545, -0.213773 + Layer[2] : time 38.1923 (nsec) --- local (x,y) -206.043, -0.23024 + Layer[3] : time 39.863 (nsec) --- local (x,y) -235.543, -0.248236 + Layer[4] : time 41.5338 (nsec) --- local (x,y) -265.042, -0.266868 +EM Calorimeter has 6 hits. Total Edep is 473.706 (MeV) +Hadron Calorimeter has 2 hits. Total Edep is 43.4637 (MeV) + +>>> Event 3 >>> Simulation truth : proton (-0,0,100000) +Hodoscope 1 has 1 hits. + Hodoscope[7] 4.987 (nsec) +Hodoscope 2 has 2 hits. + Hodoscope[9] 43.1883 (nsec) + Hodoscope[2] 262.714 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.67124 (nsec) --- local (x,y) 0.0164865, -0.00690705 + Layer[1] : time 8.33914 (nsec) --- local (x,y) 0.0304422, -0.0118804 + Layer[2] : time 10.007 (nsec) --- local (x,y) 0.0477687, -0.0195217 + Layer[3] : time 11.6749 (nsec) --- local (x,y) 0.0648251, -0.0316381 + Layer[4] : time 13.3428 (nsec) --- local (x,y) 0.0799013, -0.0446317 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.8507 (nsec) --- local (x,y) -146.878, -0.235843 + Layer[1] : time 36.5215 (nsec) --- local (x,y) -176.323, -0.254163 + Layer[2] : time 38.1923 (nsec) --- local (x,y) -205.767, -0.272505 + Layer[3] : time 39.8631 (nsec) --- local (x,y) -235.212, -0.288039 + Layer[4] : time 41.5339 (nsec) --- local (x,y) -264.654, -0.302644 +EM Calorimeter has 53 hits. Total Edep is 45310.5 (MeV) +Hadron Calorimeter has 13 hits. Total Edep is 1187.55 (MeV) >>> Event 4 >>> Simulation truth : proton (0,0,100000) -Hodoscope 1 has 2 hits. +Hodoscope 1 has 1 hits. Hodoscope[7] 4.987 (nsec) - Hodoscope[12] 6.05175 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.1888 (nsec) + Hodoscope[9] 43.188 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67124 (nsec) --- local (x,y) -0.0279947, 0.00430328 - Layer[1] : time 8.33914 (nsec) --- local (x,y) -0.0333844, 0.00897025 - Layer[2] : time 10.007 (nsec) --- local (x,y) -0.033978, 0.0186727 - Layer[3] : time 11.6749 (nsec) --- local (x,y) -0.0362366, 0.0267694 - Layer[4] : time 13.3428 (nsec) --- local (x,y) -0.0381344, 0.0356755 -Drift Chamber 2 has 5 hits. - Layer[0] : time 34.8516 (nsec) --- local (x,y) -144.26, 0.171296 - Layer[1] : time 36.5223 (nsec) --- local (x,y) -173.36, 0.187112 - Layer[2] : time 38.193 (nsec) --- local (x,y) -202.463, 0.202727 - Layer[3] : time 39.8637 (nsec) --- local (x,y) -231.563, 0.225742 - Layer[4] : time 41.5344 (nsec) --- local (x,y) -260.66, 0.250092 -EM Calorimeter has 42 hits. Total Edep is 28843.5 (MeV) -Hadron Calorimeter has 10 hits. Total Edep is 754.937 (MeV) + Layer[0] : time 6.67124 (nsec) --- local (x,y) 0.0160751, 0.00696442 + Layer[1] : time 8.33914 (nsec) --- local (x,y) 0.0258187, 0.0112536 + Layer[2] : time 10.007 (nsec) --- local (x,y) 0.0362837, 0.0139991 + Layer[3] : time 11.6749 (nsec) --- local (x,y) 0.0481404, 0.0179417 + Layer[4] : time 13.3428 (nsec) --- local (x,y) 0.0551485, 0.0237428 +Drift Chamber 2 has 7 hits. + Layer[0] : time 34.8504 (nsec) --- local (x,y) -147.112, 0.074284 + Layer[0] : time 34.918 (nsec) --- local (x,y) -154.565, 8.85538 + Layer[0] : time 35.1185 (nsec) --- local (x,y) -163.985, 1.57247 + Layer[1] : time 36.5212 (nsec) --- local (x,y) -176.571, 0.0677117 + Layer[2] : time 38.192 (nsec) --- local (x,y) -206.029, 0.0594493 + Layer[3] : time 39.8628 (nsec) --- local (x,y) -235.489, 0.0522942 + Layer[4] : time 41.5336 (nsec) --- local (x,y) -264.949, 0.0450615 +EM Calorimeter has 31 hits. Total Edep is 287.515 (MeV) +Hadron Calorimeter has 15 hits. Total Edep is 2648.98 (MeV) ERROR: Viewer "none" not found - "/vis/viewer/list" to see possibilities. @@ -322,843 +324,829 @@ ERROR: Viewer "none" not found - "/vis/viewer/list" Hodoscope 1 has 1 hits. Hodoscope[7] 4.98679 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 42.6999 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.00213559, 0.00938677 - Layer[1] : time 8.33878 (nsec) --- local (x,y) 0.000726051, 0.0159333 - Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.000985261, 0.0236348 - Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.00298217, 0.028281 - Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.00830583, 0.0337523 + Hodoscope[10] 42.6928 (nsec) +Drift Chamber 1 has 8 hits. + Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.0262009, 0.0310604 + Layer[0] : time 6.72176 (nsec) --- local (x,y) -36.7579, -84.8411 + Layer[1] : time 8.33878 (nsec) --- local (x,y) -0.0507712, 0.056663 + Layer[1] : time 8.44582 (nsec) --- local (x,y) -67.1285, -198.11 + Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.0760899, 0.0783971 + Layer[2] : time 10.1567 (nsec) --- local (x,y) -17.6205, -291.263 + Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.102093, 0.103299 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.129604, 0.130204 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.3729 (nsec) --- local (x,y) -77.6682, 0.0388351 - Layer[1] : time 36.0416 (nsec) --- local (x,y) -93.6484, 0.0352023 - Layer[2] : time 37.7102 (nsec) --- local (x,y) -109.63, 0.0275965 - Layer[3] : time 39.3789 (nsec) --- local (x,y) -125.612, 0.0196353 - Layer[4] : time 41.0476 (nsec) --- local (x,y) -141.597, 0.0128364 -EM Calorimeter has 53 hits. Total Edep is 8033.14 (MeV) -Hadron Calorimeter has 14 hits. Total Edep is 1634.81 (MeV) + Layer[0] : time 34.3654 (nsec) --- local (x,y) -83.0923, 0.375957 + Layer[1] : time 36.0342 (nsec) --- local (x,y) -99.6527, 0.386347 + Layer[2] : time 37.7029 (nsec) --- local (x,y) -116.209, 0.393347 + Layer[3] : time 39.3716 (nsec) --- local (x,y) -132.765, 0.397012 + Layer[4] : time 41.0404 (nsec) --- local (x,y) -149.319, 0.397485 +EM Calorimeter has 55 hits. Total Edep is 466.05 (MeV) +Hadron Calorimeter has 19 hits. Total Edep is 3002.35 (MeV) ->>> Event 1 >>> Simulation truth : pi+ (-0,0,100000) +>>> Event 1 >>> Simulation truth : pi+ (0,0,100000) +Hodoscope 1 has 1 hits. + Hodoscope[7] 4.98679 (nsec) +Hodoscope 2 has 2 hits. + Hodoscope[10] 42.6942 (nsec) + Hodoscope[3] 420.688 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.0167001, -0.00650048 + Layer[1] : time 8.33878 (nsec) --- local (x,y) -0.0300707, -0.0103719 + Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.0397327, -0.0142551 + Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.0493679, -0.0183805 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.0577515, -0.0237093 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.3669 (nsec) --- local (x,y) -82.3443, -0.182195 + Layer[1] : time 36.0357 (nsec) --- local (x,y) -98.8343, -0.198225 + Layer[2] : time 37.7044 (nsec) --- local (x,y) -115.327, -0.212829 + Layer[3] : time 39.3731 (nsec) --- local (x,y) -131.821, -0.226194 + Layer[4] : time 41.0419 (nsec) --- local (x,y) -148.314, -0.238765 +EM Calorimeter has 37 hits. Total Edep is 321.561 (MeV) +Hadron Calorimeter has 15 hits. Total Edep is 3036.91 (MeV) + +>>> Event 2 >>> Simulation truth : pi+ (0,0,100000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98679 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 42.6948 (nsec) + Hodoscope[10] 42.694 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.0073626, 0.0114049 - Layer[1] : time 8.33878 (nsec) --- local (x,y) -0.00437877, 0.0100225 - Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.00768581, 0.0108032 - Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.0128368, 0.0100863 - Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.0174856, 0.0107438 + Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.00347883, 0.00889626 + Layer[1] : time 8.33878 (nsec) --- local (x,y) 0.00403911, 0.0135689 + Layer[2] : time 10.0066 (nsec) --- local (x,y) 0.00325802, 0.0160689 + Layer[3] : time 11.6744 (nsec) --- local (x,y) -9.14231e-05, 0.0199754 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.00301119, 0.0244696 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.3669 (nsec) --- local (x,y) -85.8369, -0.0547955 - Layer[1] : time 36.0358 (nsec) --- local (x,y) -103.393, -0.0751344 - Layer[2] : time 37.7046 (nsec) --- local (x,y) -120.948, -0.0904363 - Layer[3] : time 39.3735 (nsec) --- local (x,y) -138.506, -0.106225 - Layer[4] : time 41.0423 (nsec) --- local (x,y) -156.061, -0.117932 -EM Calorimeter has 13 hits. Total Edep is 336.541 (MeV) -Hadron Calorimeter has 14 hits. Total Edep is 2349.92 (MeV) - ->>> Event 2 >>> Simulation truth : pi+ (-0,0,100000) -Hodoscope 1 has 1 hits. - Hodoscope[7] 4.98679 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[10] 42.7005 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.00354414, 0.00320671 - Layer[1] : time 8.33878 (nsec) --- local (x,y) 0.00865693, 0.0060552 - Layer[2] : time 10.0066 (nsec) --- local (x,y) 0.0133955, 0.00747384 - Layer[3] : time 11.6744 (nsec) --- local (x,y) 0.0212569, 0.00478439 - Layer[4] : time 13.3422 (nsec) --- local (x,y) 0.0317905, 0.00304047 -Drift Chamber 2 has 7 hits. - Layer[0] : time 34.3734 (nsec) --- local (x,y) -78.0942, -0.126314 - Layer[1] : time 36.0421 (nsec) --- local (x,y) -94.2393, -0.137971 - Layer[1] : time 36.0424 (nsec) --- local (x,y) -94.2418, -0.137972 - Layer[1] : time 36.0424 (nsec) --- local (x,y) -94.2418, -0.137972 - Layer[2] : time 37.7108 (nsec) --- local (x,y) -110.386, -0.150245 - Layer[3] : time 39.3795 (nsec) --- local (x,y) -126.534, -0.162246 - Layer[4] : time 41.0482 (nsec) --- local (x,y) -142.681, -0.173974 -EM Calorimeter has 46 hits. Total Edep is 7288.84 (MeV) -Hadron Calorimeter has 15 hits. Total Edep is 1840.58 (MeV) + Layer[0] : time 34.3667 (nsec) --- local (x,y) -82.7213, 0.099991 + Layer[1] : time 36.0354 (nsec) --- local (x,y) -99.2631, 0.105847 + Layer[2] : time 37.7042 (nsec) --- local (x,y) -115.807, 0.10853 + Layer[3] : time 39.3729 (nsec) --- local (x,y) -132.351, 0.109425 + Layer[4] : time 41.0416 (nsec) --- local (x,y) -148.897, 0.109767 +EM Calorimeter has 54 hits. Total Edep is 465.342 (MeV) +Hadron Calorimeter has 17 hits. Total Edep is 3087.33 (MeV) >>> Event 3 >>> Simulation truth : pi+ (0,0,100000) -Hodoscope 1 has 2 hits. - Hodoscope[7] 4.98679 (nsec) - Hodoscope[8] 5.614 (nsec) -Hodoscope 2 has 3 hits. - Hodoscope[10] 42.691 (nsec) - Hodoscope[11] 61.9751 (nsec) - Hodoscope[24] 105.12 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.00150429, 0.00835952 - Layer[1] : time 8.33878 (nsec) --- local (x,y) -0.00113772, 0.00992064 - Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.000101066, 0.0120991 - Layer[3] : time 11.6744 (nsec) --- local (x,y) 0.000356623, 0.017289 - Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.000931581, 0.0262916 -Drift Chamber 2 has 16 hits. - Layer[0] : time 34.3634 (nsec) --- local (x,y) -85.8439, 0.152828 - Layer[0] : time 73.6563 (nsec) --- local (x,y) 35.0162, 230.908 - Layer[0] : time 89.205 (nsec) --- local (x,y) 522.025, 166.13 - Layer[1] : time 36.0322 (nsec) --- local (x,y) -102.814, 0.17125 - Layer[1] : time 71.3228 (nsec) --- local (x,y) 9.42706, 219.189 - Layer[1] : time 92.3379 (nsec) --- local (x,y) 653.144, 98.3759 - Layer[2] : time 37.701 (nsec) --- local (x,y) -119.787, 0.19047 - Layer[2] : time 68.9901 (nsec) --- local (x,y) -18.0346, 205.785 - Layer[2] : time 95.5172 (nsec) --- local (x,y) 795.332, 35.2766 - Layer[3] : time 39.3697 (nsec) --- local (x,y) -136.759, 0.207211 - Layer[3] : time 66.6583 (nsec) --- local (x,y) -47.6526, 189.762 - Layer[3] : time 98.7043 (nsec) --- local (x,y) 924.47, -20.3501 - Layer[3] : time 99.0155 (nsec) --- local (x,y) 1052.91, 71.4208 - Layer[4] : time 41.0385 (nsec) --- local (x,y) -153.73, 0.226951 - Layer[4] : time 64.3273 (nsec) --- local (x,y) -79.4537, 174.334 - Layer[4] : time 101.914 (nsec) --- local (x,y) 1045.1, -72.226 -EM Calorimeter has 51 hits. Total Edep is 3046.61 (MeV) -Hadron Calorimeter has 15 hits. Total Edep is 2024.82 (MeV) - ->>> Event 4 >>> Simulation truth : pi+ (0,0,100000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98679 (nsec) -Hodoscope 2 has 1 hits. +Hodoscope 2 has 2 hits. Hodoscope[10] 42.6939 (nsec) -Drift Chamber 1 has 7 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.00755233, 0.0295367 - Layer[1] : time 8.33878 (nsec) --- local (x,y) 0.00890071, 0.0671095 - Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.000484067, 0.100335 - Layer[2] : time 10.2105 (nsec) --- local (x,y) 217.979, 94.5735 - Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.0152327, 0.133299 - Layer[3] : time 12.1581 (nsec) --- local (x,y) 493.283, 186.038 - Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.0319592, 0.165214 + Hodoscope[1] 250.937 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.00627529, 0.00958726 + Layer[1] : time 8.33878 (nsec) --- local (x,y) -0.00935626, 0.0158603 + Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.0130058, 0.0196858 + Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.0190056, 0.0256709 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.0228729, 0.0294265 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.3665 (nsec) --- local (x,y) -83.1343, 0.679379 - Layer[1] : time 36.0352 (nsec) --- local (x,y) -99.7954, 0.72173 - Layer[2] : time 37.704 (nsec) --- local (x,y) -116.457, 0.767079 - Layer[3] : time 39.3727 (nsec) --- local (x,y) -133.12, 0.81319 - Layer[4] : time 41.0415 (nsec) --- local (x,y) -149.784, 0.858664 -EM Calorimeter has 18 hits. Total Edep is 1696.01 (MeV) -Hadron Calorimeter has 12 hits. Total Edep is 2085.29 (MeV) + Layer[0] : time 34.3665 (nsec) --- local (x,y) -82.7573, 0.0960313 + Layer[1] : time 36.0353 (nsec) --- local (x,y) -99.3016, 0.105261 + Layer[2] : time 37.704 (nsec) --- local (x,y) -115.84, 0.11308 + Layer[3] : time 39.3727 (nsec) --- local (x,y) -132.376, 0.123174 + Layer[4] : time 41.0415 (nsec) --- local (x,y) -148.914, 0.133024 +EM Calorimeter has 31 hits. Total Edep is 266.581 (MeV) +Hadron Calorimeter has 11 hits. Total Edep is 2256.38 (MeV) ->>> Event 0 >>> Simulation truth : e+ (0,0,100000) +>>> Event 4 >>> Simulation truth : pi+ (-0,0,100000) +Hodoscope 1 has 1 hits. + Hodoscope[7] 4.98679 (nsec) +Hodoscope 2 has 3 hits. + Hodoscope[10] 42.694 (nsec) + Hodoscope[15] 126.601 (nsec) + Hodoscope[7] 559.007 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.00457941, 0.00521874 + Layer[1] : time 8.33878 (nsec) --- local (x,y) -0.00571915, 0.00580724 + Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.00594884, 0.00452639 + Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.00557489, 0.00108344 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.0024343, -0.003143 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.3667 (nsec) --- local (x,y) -82.7085, -0.158867 + Layer[1] : time 36.0354 (nsec) --- local (x,y) -99.2433, -0.183258 + Layer[2] : time 37.7042 (nsec) --- local (x,y) -115.778, -0.208461 + Layer[3] : time 39.3729 (nsec) --- local (x,y) -132.314, -0.233615 + Layer[4] : time 41.0416 (nsec) --- local (x,y) -148.848, -0.256755 +EM Calorimeter has 25 hits. Total Edep is 285.187 (MeV) +Hadron Calorimeter has 15 hits. Total Edep is 2947.22 (MeV) + +>>> Event 0 >>> Simulation truth : e+ (-0,0,100000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98678 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[9] 43.1872 (nsec) +Hodoscope 2 has 2 hits. + Hodoscope[9] 43.1859 (nsec) + Hodoscope[3] 57.1329 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.00983699, -0.0108014 - Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.0190156, -0.0248611 - Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.0302836, -0.0418629 - Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.0419996, -0.0588645 - Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.0496744, -0.0793998 + Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.0136221, -0.0172036 + Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.0208191, -0.0286392 + Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.0277268, -0.0415493 + Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.0373352, -0.0561444 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.0480907, -0.0689387 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.8501 (nsec) --- local (x,y) -145.404, -0.607626 - Layer[1] : time 36.5208 (nsec) --- local (x,y) -174.825, -0.684302 - Layer[2] : time 38.1915 (nsec) --- local (x,y) -204.245, -0.760124 - Layer[3] : time 39.8622 (nsec) --- local (x,y) -233.665, -0.83377 - Layer[4] : time 41.5329 (nsec) --- local (x,y) -263.085, -0.907272 -EM Calorimeter has 41 hits. Total Edep is 87160.4 (MeV) -Hadron Calorimeter has 8 hits. Total Edep is 54.3567 (MeV) + Layer[0] : time 34.8487 (nsec) --- local (x,y) -147.079, -0.30034 + Layer[1] : time 36.5194 (nsec) --- local (x,y) -176.511, -0.324231 + Layer[2] : time 38.1901 (nsec) --- local (x,y) -205.949, -0.344475 + Layer[3] : time 39.8608 (nsec) --- local (x,y) -235.386, -0.363572 + Layer[4] : time 41.5315 (nsec) --- local (x,y) -264.824, -0.380916 +EM Calorimeter has 42 hits. Total Edep is 83544.8 (MeV) +Hadron Calorimeter has 6 hits. Total Edep is 132.467 (MeV) >>> Event 1 >>> Simulation truth : e+ (0,0,100000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98678 (nsec) -Hodoscope 2 has 0 hits. +Hodoscope 2 has 1 hits. + Hodoscope[8] 43.1939 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.00846159, -0.0183371 - Layer[1] : time 8.33877 (nsec) --- local (x,y) 0.00919167, -0.0378618 - Layer[2] : time 10.0066 (nsec) --- local (x,y) 0.00559882, -0.0567743 - Layer[3] : time 11.6744 (nsec) --- local (x,y) 0.000385115, -0.0744379 - Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.00423467, -0.0932306 -Drift Chamber 2 has 5 hits. - Layer[0] : time 34.9661 (nsec) --- local (x,y) -660.81, -0.854265 - Layer[1] : time 36.6912 (nsec) --- local (x,y) -792.915, -0.967648 - Layer[2] : time 38.4162 (nsec) --- local (x,y) -925.019, -1.08156 - Layer[3] : time 40.1413 (nsec) --- local (x,y) -1057.13, -1.19692 - Layer[4] : time 41.8663 (nsec) --- local (x,y) -1189.24, -1.31009 -EM Calorimeter has 0 hits. Total Edep is 0 (MeV) -Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) + Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.0216132, 0.00484445 + Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.0374783, 0.00432862 + Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.0531653, 0.001726 + Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.0676362, -0.00218234 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.0821506, -0.00586079 +Drift Chamber 2 has 6 hits. + Layer[0] : time 34.8469 (nsec) --- local (x,y) -190.932, 0.0138816 + Layer[1] : time 36.5196 (nsec) --- local (x,y) -229.14, 0.0156594 + Layer[2] : time 38.1923 (nsec) --- local (x,y) -267.35, 0.018884 + Layer[3] : time 39.8649 (nsec) --- local (x,y) -305.559, 0.0202049 + Layer[3] : time 39.9329 (nsec) --- local (x,y) -320.253, -7.16257 + Layer[4] : time 41.5376 (nsec) --- local (x,y) -343.765, 0.0244224 +EM Calorimeter has 32 hits. Total Edep is 92208.1 (MeV) +Hadron Calorimeter has 7 hits. Total Edep is 15.6098 (MeV) ->>> Event 2 >>> Simulation truth : e+ (0,0,100000) +>>> Event 2 >>> Simulation truth : e+ (-0,0,100000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98678 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[8] 43.1929 (nsec) +Hodoscope 2 has 2 hits. + Hodoscope[9] 43.1862 (nsec) + Hodoscope[10] 56.4387 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.0234733, -0.00539337 - Layer[1] : time 8.33877 (nsec) --- local (x,y) 0.0411814, -0.0040836 - Layer[2] : time 10.0066 (nsec) --- local (x,y) 0.0626413, -0.00535993 - Layer[3] : time 11.6744 (nsec) --- local (x,y) 0.0865324, -0.00736847 - Layer[4] : time 13.3422 (nsec) --- local (x,y) 0.114097, -0.00568563 -Drift Chamber 2 has 6 hits. - Layer[0] : time 34.848 (nsec) --- local (x,y) -181.063, 0.0664337 - Layer[1] : time 36.5203 (nsec) --- local (x,y) -217.563, 0.0760048 - Layer[2] : time 38.1925 (nsec) --- local (x,y) -254.063, 0.0866222 - Layer[2] : time 38.3989 (nsec) --- local (x,y) -278.064, 50.9961 - Layer[3] : time 39.8648 (nsec) --- local (x,y) -290.56, 0.0988284 - Layer[4] : time 41.537 (nsec) --- local (x,y) -327.06, 0.110069 -EM Calorimeter has 53 hits. Total Edep is 50811.3 (MeV) -Hadron Calorimeter has 6 hits. Total Edep is 359.128 (MeV) + Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.0138292, -0.0201107 + Layer[1] : time 8.33877 (nsec) --- local (x,y) 0.0209625, -0.0356715 + Layer[2] : time 10.0066 (nsec) --- local (x,y) 0.0286236, -0.0515045 + Layer[3] : time 11.6744 (nsec) --- local (x,y) 0.0401347, -0.0666111 + Layer[4] : time 13.3422 (nsec) --- local (x,y) 0.0543052, -0.0835208 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.849 (nsec) --- local (x,y) -147.481, -0.231051 + Layer[1] : time 36.5197 (nsec) --- local (x,y) -177.021, -0.238401 + Layer[2] : time 38.1904 (nsec) --- local (x,y) -206.559, -0.239574 + Layer[3] : time 39.8611 (nsec) --- local (x,y) -236.1, -0.249612 + Layer[4] : time 41.5319 (nsec) --- local (x,y) -265.646, -0.263227 +EM Calorimeter has 46 hits. Total Edep is 86552.1 (MeV) +Hadron Calorimeter has 7 hits. Total Edep is 46.5212 (MeV) >>> Event 3 >>> Simulation truth : e+ (0,0,100000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98678 (nsec) -Hodoscope 2 has 3 hits. - Hodoscope[9] 43.1862 (nsec) - Hodoscope[5] 74.0542 (nsec) - Hodoscope[15] 56.254 (nsec) -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.0245422, 0.00843393 - Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.0367933, 0.00993206 - Layer[1] : time 8.52641 (nsec) --- local (x,y) 12.9038, -40.8393 - Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.0469995, 0.0146477 - Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.0548801, 0.0198256 - Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.0593498, 0.024076 -Drift Chamber 2 has 12 hits. - Layer[0] : time 34.8479 (nsec) --- local (x,y) -153.444, 0.0937013 - Layer[0] : time 65.2033 (nsec) --- local (x,y) 1268.95, 133.175 - Layer[0] : time 35.5044 (nsec) --- local (x,y) 372.969, 24.0362 - Layer[1] : time 36.5188 (nsec) --- local (x,y) -184.041, 0.100361 - Layer[1] : time 63.4172 (nsec) --- local (x,y) 1077.5, 130.554 - Layer[1] : time 37.748 (nsec) --- local (x,y) 720.009, 249.362 - Layer[2] : time 38.1897 (nsec) --- local (x,y) -214.639, 0.104923 - Layer[2] : time 61.6323 (nsec) --- local (x,y) 887.093, 132.338 - Layer[3] : time 39.8607 (nsec) --- local (x,y) -245.235, 0.110148 - Layer[3] : time 59.8462 (nsec) --- local (x,y) 695.769, 141.635 - Layer[4] : time 41.5316 (nsec) --- local (x,y) -275.829, 0.113421 - Layer[4] : time 58.0574 (nsec) --- local (x,y) 502.04, 144.986 -EM Calorimeter has 40 hits. Total Edep is 88031.4 (MeV) -Hadron Calorimeter has 6 hits. Total Edep is 37.6711 (MeV) +Hodoscope 2 has 1 hits. + Hodoscope[8] 43.1914 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.00333095, 0.0120405 + Layer[1] : time 8.33877 (nsec) --- local (x,y) 0.00285588, 0.0234653 + Layer[2] : time 10.0066 (nsec) --- local (x,y) 0.00278123, 0.0344867 + Layer[3] : time 11.6744 (nsec) --- local (x,y) 0.00148823, 0.042261 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.00136391, 0.0502265 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.8474 (nsec) --- local (x,y) -178.27, 0.255856 + Layer[1] : time 36.5195 (nsec) --- local (x,y) -213.961, 0.281398 + Layer[2] : time 38.1915 (nsec) --- local (x,y) -249.65, 0.30874 + Layer[3] : time 39.8636 (nsec) --- local (x,y) -285.341, 0.336568 + Layer[4] : time 41.5357 (nsec) --- local (x,y) -321.035, 0.365758 +EM Calorimeter has 38 hits. Total Edep is 89515.3 (MeV) +Hadron Calorimeter has 5 hits. Total Edep is 37.719 (MeV) >>> Event 4 >>> Simulation truth : e+ (-0,0,100000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98678 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.1854 (nsec) + Hodoscope[9] 43.1863 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.0106217, 0.0242589 - Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.0174549, 0.0432059 - Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.0241394, 0.0636367 - Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.0321156, 0.0846891 - Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.0417301, 0.103292 + Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.00555483, 0.00854905 + Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.00555534, 0.0187955 + Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.00634484, 0.0297602 + Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.00442044, 0.0640531 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.00347715, 0.101386 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.8478 (nsec) --- local (x,y) -150.89, 0.310891 - Layer[1] : time 36.5186 (nsec) --- local (x,y) -180.808, 0.323041 - Layer[2] : time 38.1894 (nsec) --- local (x,y) -210.722, 0.335872 - Layer[3] : time 39.8602 (nsec) --- local (x,y) -240.635, 0.350558 - Layer[4] : time 41.531 (nsec) --- local (x,y) -270.544, 0.363695 -EM Calorimeter has 40 hits. Total Edep is 93034.6 (MeV) -Hadron Calorimeter has 5 hits. Total Edep is 8.40356 (MeV) + Layer[0] : time 34.8491 (nsec) --- local (x,y) -146.586, 0.512815 + Layer[1] : time 36.5198 (nsec) --- local (x,y) -175.991, 0.540283 + Layer[2] : time 38.1905 (nsec) --- local (x,y) -205.397, 0.567554 + Layer[3] : time 39.8612 (nsec) --- local (x,y) -234.8, 0.59697 + Layer[4] : time 41.5319 (nsec) --- local (x,y) -264.202, 0.62448 +EM Calorimeter has 46 hits. Total Edep is 88451.1 (MeV) +Hadron Calorimeter has 6 hits. Total Edep is 48.1902 (MeV) ->>> Event 0 >>> Simulation truth : proton (0,0,10000) +>>> Event 0 >>> Simulation truth : proton (-0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 5.00869 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.3769 (nsec) + Hodoscope[9] 43.3732 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.70025 (nsec) --- local (x,y) 0.38876, 0.00685822 - Layer[1] : time 8.3754 (nsec) --- local (x,y) 0.422403, 0.0607283 - Layer[2] : time 10.0506 (nsec) --- local (x,y) 0.430839, 0.101379 - Layer[3] : time 11.7257 (nsec) --- local (x,y) 0.435832, 0.121545 - Layer[4] : time 13.4008 (nsec) --- local (x,y) 0.314078, 0.0568349 + Layer[0] : time 6.70025 (nsec) --- local (x,y) -0.137804, -0.0604841 + Layer[1] : time 8.3754 (nsec) --- local (x,y) -0.282653, -0.167352 + Layer[2] : time 10.0506 (nsec) --- local (x,y) -0.422121, -0.254452 + Layer[3] : time 11.7257 (nsec) --- local (x,y) -0.585185, -0.332156 + Layer[4] : time 13.4008 (nsec) --- local (x,y) -0.719192, -0.371901 Drift Chamber 2 has 5 hits. - Layer[0] : time 35.0021 (nsec) --- local (x,y) -150.913, -2.21357 - Layer[1] : time 36.6803 (nsec) --- local (x,y) -181.38, -2.43122 - Layer[2] : time 38.3586 (nsec) --- local (x,y) -211.859, -2.64522 - Layer[3] : time 40.0369 (nsec) --- local (x,y) -242.344, -2.88301 - Layer[4] : time 41.7151 (nsec) --- local (x,y) -272.839, -3.09793 -EM Calorimeter has 4 hits. Total Edep is 193.507 (MeV) -Hadron Calorimeter has 7 hits. Total Edep is 98.7995 (MeV) + Layer[0] : time 34.9993 (nsec) --- local (x,y) -149.505, -1.33139 + Layer[1] : time 36.6773 (nsec) --- local (x,y) -179.059, -1.46796 + Layer[2] : time 38.3554 (nsec) --- local (x,y) -208.569, -1.60365 + Layer[3] : time 40.0335 (nsec) --- local (x,y) -238.078, -1.75802 + Layer[4] : time 41.7115 (nsec) --- local (x,y) -267.587, -1.94019 +EM Calorimeter has 30 hits. Total Edep is 239.905 (MeV) +Hadron Calorimeter has 13 hits. Total Edep is 266.028 (MeV) >>> Event 1 >>> Simulation truth : proton (-0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 5.00869 (nsec) -Hodoscope 2 has 2 hits. - Hodoscope[9] 43.3766 (nsec) - Hodoscope[19] 79.2186 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.70025 (nsec) --- local (x,y) 0.00693247, -0.296713 - Layer[1] : time 8.3754 (nsec) --- local (x,y) 0.022232, -0.474372 - Layer[2] : time 10.0505 (nsec) --- local (x,y) 0.049293, -0.635446 - Layer[3] : time 11.7257 (nsec) --- local (x,y) 0.0666859, -0.792571 - Layer[4] : time 13.4008 (nsec) --- local (x,y) 0.0706564, -0.931629 -Drift Chamber 2 has 5 hits. - Layer[0] : time 35.0026 (nsec) --- local (x,y) -147.77, -3.4678 - Layer[1] : time 36.6807 (nsec) --- local (x,y) -177.425, -3.70541 - Layer[2] : time 38.3588 (nsec) --- local (x,y) -207.067, -3.9149 - Layer[3] : time 40.0369 (nsec) --- local (x,y) -236.733, -4.11687 - Layer[4] : time 41.715 (nsec) --- local (x,y) -266.422, -4.32507 -EM Calorimeter has 21 hits. Total Edep is 5296.78 (MeV) -Hadron Calorimeter has 4 hits. Total Edep is 25.2373 (MeV) +Hodoscope 2 has 0 hits. +Drift Chamber 1 has 27 hits. + Layer[0] : time 6.73903 (nsec) --- local (x,y) -24.4147, -21.5737 + Layer[0] : time 6.711 (nsec) --- local (x,y) -45.9165, 20.1837 + Layer[0] : time 6.70192 (nsec) --- local (x,y) 21.9222, 30.3672 + Layer[0] : time 6.71268 (nsec) --- local (x,y) 27.5053, -51.8533 + Layer[1] : time 8.45304 (nsec) --- local (x,y) -48.8696, -43.2229 + Layer[1] : time 8.39685 (nsec) --- local (x,y) -91.752, 40.2121 + Layer[1] : time 8.37876 (nsec) --- local (x,y) 43.8739, 60.8506 + Layer[1] : time 8.40028 (nsec) --- local (x,y) 55.0016, -103.884 + Layer[2] : time 10.1671 (nsec) --- local (x,y) -73.3366, -64.9681 + Layer[2] : time 10.0827 (nsec) --- local (x,y) -137.638, 60.4032 + Layer[2] : time 10.0556 (nsec) --- local (x,y) 65.9319, 91.2988 + Layer[2] : time 10.0879 (nsec) --- local (x,y) 82.4105, -155.918 + Layer[3] : time 11.8811 (nsec) --- local (x,y) -97.8796, -86.7505 + Layer[3] : time 11.7687 (nsec) --- local (x,y) -183.578, 80.6507 + Layer[3] : time 11.7325 (nsec) --- local (x,y) 87.9479, 121.763 + Layer[3] : time 43.3394 (nsec) --- local (x,y) -849.577, 37.1557 + Layer[3] : time 43.3402 (nsec) --- local (x,y) -849.538, 37.0431 + Layer[3] : time 45.3843 (nsec) --- local (x,y) -808.578, -93.7264 + Layer[3] : time 45.4874 (nsec) --- local (x,y) -809.667, -73.5632 + Layer[3] : time 43.3402 (nsec) --- local (x,y) -849.538, 37.0431 + Layer[3] : time 11.7754 (nsec) --- local (x,y) 109.888, -207.797 + Layer[4] : time 13.5952 (nsec) --- local (x,y) -122.415, -108.511 + Layer[4] : time 13.4546 (nsec) --- local (x,y) -229.737, 100.792 + Layer[4] : time 13.4093 (nsec) --- local (x,y) 110.102, 152.225 + Layer[4] : time 40.677 (nsec) --- local (x,y) -942.102, 186.143 + Layer[4] : time 14.8413 (nsec) --- local (x,y) -202.289, -121.435 + Layer[4] : time 13.4629 (nsec) --- local (x,y) 137.62, -259.565 +Drift Chamber 2 has 0 hits. +EM Calorimeter has 0 hits. Total Edep is 0 (MeV) +Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ->>> Event 2 >>> Simulation truth : proton (-0,0,10000) +>>> Event 2 >>> Simulation truth : proton (0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 5.00869 (nsec) -Hodoscope 2 has 3 hits. - Hodoscope[9] 43.378 (nsec) - Hodoscope[8] 72.7061 (nsec) - Hodoscope[7] 4496.62 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[9] 43.3771 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.70025 (nsec) --- local (x,y) 0.252865, 0.0997525 - Layer[1] : time 8.3754 (nsec) --- local (x,y) 0.459513, 0.21739 - Layer[2] : time 10.0506 (nsec) --- local (x,y) 0.656842, 0.353769 - Layer[3] : time 11.7257 (nsec) --- local (x,y) 0.83554, 0.463601 - Layer[4] : time 13.4009 (nsec) --- local (x,y) 1.00207, 0.585316 + Layer[0] : time 6.70025 (nsec) --- local (x,y) 0.140521, -0.133522 + Layer[1] : time 8.3754 (nsec) --- local (x,y) 0.168908, -0.234036 + Layer[2] : time 10.0505 (nsec) --- local (x,y) 0.205153, -0.337995 + Layer[3] : time 11.7257 (nsec) --- local (x,y) 0.248817, -0.478256 + Layer[4] : time 13.4008 (nsec) --- local (x,y) 0.294053, -0.595443 Drift Chamber 2 has 5 hits. - Layer[0] : time 35.0037 (nsec) --- local (x,y) -149.039, 1.39031 - Layer[1] : time 36.6818 (nsec) --- local (x,y) -178.976, 1.46652 - Layer[2] : time 38.36 (nsec) --- local (x,y) -208.932, 1.5353 - Layer[3] : time 40.0381 (nsec) --- local (x,y) -238.877, 1.64685 - Layer[4] : time 41.7163 (nsec) --- local (x,y) -268.803, 1.77834 -EM Calorimeter has 18 hits. Total Edep is 1518.23 (MeV) -Hadron Calorimeter has 9 hits. Total Edep is 81.1041 (MeV) + Layer[0] : time 35.0031 (nsec) --- local (x,y) -147.367, -1.50316 + Layer[1] : time 36.6812 (nsec) --- local (x,y) -177.092, -1.50607 + Layer[2] : time 38.3593 (nsec) --- local (x,y) -206.818, -1.53826 + Layer[3] : time 40.0374 (nsec) --- local (x,y) -236.504, -1.56914 + Layer[4] : time 41.7155 (nsec) --- local (x,y) -266.173, -1.60638 +EM Calorimeter has 45 hits. Total Edep is 1958.82 (MeV) +Hadron Calorimeter has 8 hits. Total Edep is 126.29 (MeV) >>> Event 3 >>> Simulation truth : proton (0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 5.00869 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.3749 (nsec) + Hodoscope[9] 43.3768 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.70025 (nsec) --- local (x,y) 0.0817781, -0.131417 - Layer[1] : time 8.3754 (nsec) --- local (x,y) 0.106518, -0.239866 - Layer[2] : time 10.0506 (nsec) --- local (x,y) 0.108169, -0.350829 - Layer[3] : time 11.7257 (nsec) --- local (x,y) 0.111154, -0.466381 - Layer[4] : time 13.4008 (nsec) --- local (x,y) 0.111164, -0.545611 + Layer[0] : time 6.70025 (nsec) --- local (x,y) 0.169373, 0.0634432 + Layer[1] : time 8.3754 (nsec) --- local (x,y) 0.246334, 0.117053 + Layer[2] : time 10.0506 (nsec) --- local (x,y) 0.323218, 0.0756816 + Layer[3] : time 11.7257 (nsec) --- local (x,y) 0.394067, -0.0116596 + Layer[4] : time 13.4009 (nsec) --- local (x,y) 0.463038, -0.0852271 Drift Chamber 2 has 5 hits. - Layer[0] : time 35.0001 (nsec) --- local (x,y) -152.951, -1.43637 - Layer[1] : time 36.6784 (nsec) --- local (x,y) -183.384, -1.50741 - Layer[2] : time 38.3566 (nsec) --- local (x,y) -213.794, -1.5939 - Layer[3] : time 40.0349 (nsec) --- local (x,y) -244.221, -1.70256 - Layer[4] : time 41.7131 (nsec) --- local (x,y) -274.639, -1.80969 -EM Calorimeter has 12 hits. Total Edep is 881.494 (MeV) -Hadron Calorimeter has 9 hits. Total Edep is 165.305 (MeV) + Layer[0] : time 35.0028 (nsec) --- local (x,y) -147.643, -0.382687 + Layer[1] : time 36.6809 (nsec) --- local (x,y) -177.238, -0.348257 + Layer[2] : time 38.359 (nsec) --- local (x,y) -206.847, -0.270919 + Layer[3] : time 40.037 (nsec) --- local (x,y) -236.455, -0.174438 + Layer[4] : time 41.7151 (nsec) --- local (x,y) -266.034, -0.0894253 +EM Calorimeter has 34 hits. Total Edep is 502.556 (MeV) +Hadron Calorimeter has 9 hits. Total Edep is 452.989 (MeV) ->>> Event 4 >>> Simulation truth : proton (-0,0,10000) +>>> Event 4 >>> Simulation truth : proton (0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 5.00869 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[9] 43.3731 (nsec) +Hodoscope 2 has 2 hits. + Hodoscope[9] 43.3738 (nsec) + Hodoscope[16] 615.523 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.70025 (nsec) --- local (x,y) -0.107761, -0.123798 - Layer[1] : time 8.3754 (nsec) --- local (x,y) -0.186162, -0.15917 - Layer[2] : time 10.0505 (nsec) --- local (x,y) -0.228787, -0.159731 - Layer[3] : time 11.7257 (nsec) --- local (x,y) -0.255589, -0.169976 - Layer[4] : time 13.4008 (nsec) --- local (x,y) -0.298211, -0.201949 + Layer[0] : time 6.70025 (nsec) --- local (x,y) -0.130921, -0.160567 + Layer[1] : time 8.3754 (nsec) --- local (x,y) -0.222561, -0.268931 + Layer[2] : time 10.0506 (nsec) --- local (x,y) -0.303426, -0.37185 + Layer[3] : time 11.7257 (nsec) --- local (x,y) -0.390546, -0.482207 + Layer[4] : time 13.4008 (nsec) --- local (x,y) -0.456291, -0.61248 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.9989 (nsec) --- local (x,y) -151.599, -0.138403 - Layer[1] : time 36.677 (nsec) --- local (x,y) -181.471, -0.150832 - Layer[2] : time 38.3551 (nsec) --- local (x,y) -211.333, -0.153049 - Layer[3] : time 40.0333 (nsec) --- local (x,y) -241.142, -0.173305 - Layer[4] : time 41.7114 (nsec) --- local (x,y) -270.954, -0.185518 -EM Calorimeter has 16 hits. Total Edep is 2329.54 (MeV) -Hadron Calorimeter has 5 hits. Total Edep is 106.807 (MeV) + Layer[0] : time 34.9998 (nsec) --- local (x,y) -148.713, -2.84967 + Layer[1] : time 36.6779 (nsec) --- local (x,y) -178.303, -3.04592 + Layer[2] : time 38.356 (nsec) --- local (x,y) -207.927, -3.21647 + Layer[3] : time 40.0341 (nsec) --- local (x,y) -237.535, -3.35947 + Layer[4] : time 41.7122 (nsec) --- local (x,y) -267.135, -3.50761 +EM Calorimeter has 11 hits. Total Edep is 186.301 (MeV) +Hadron Calorimeter has 12 hits. Total Edep is 367.678 (MeV) ERROR: Viewer "none" not found - "/vis/viewer/list" to see possibilities. >>> Event 0 >>> Simulation truth : pi+ (-0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98727 (nsec) -Hodoscope 2 has 2 hits. - Hodoscope[10] 42.6968 (nsec) - Hodoscope[18] 57.2157 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[10] 42.6944 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6716 (nsec) --- local (x,y) 0.11587, -0.0764968 - Layer[1] : time 8.33958 (nsec) --- local (x,y) 0.212923, -0.167159 - Layer[2] : time 10.0076 (nsec) --- local (x,y) 0.323522, -0.270501 - Layer[3] : time 11.6755 (nsec) --- local (x,y) 0.386505, -0.402173 - Layer[4] : time 13.3435 (nsec) --- local (x,y) 0.426387, -0.511929 + Layer[0] : time 6.6716 (nsec) --- local (x,y) -0.0619732, -0.0452596 + Layer[1] : time 8.33958 (nsec) --- local (x,y) -0.179318, -0.0648884 + Layer[2] : time 10.0076 (nsec) --- local (x,y) -0.312411, -0.101608 + Layer[3] : time 11.6755 (nsec) --- local (x,y) -0.4277, -0.179121 + Layer[4] : time 13.3435 (nsec) --- local (x,y) -0.536456, -0.288371 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.3682 (nsec) --- local (x,y) -87.091, -1.16208 - Layer[1] : time 36.0372 (nsec) --- local (x,y) -104.436, -1.16715 - Layer[2] : time 37.7062 (nsec) --- local (x,y) -121.801, -1.11468 - Layer[3] : time 39.3751 (nsec) --- local (x,y) -139.176, -1.08006 - Layer[4] : time 41.0441 (nsec) --- local (x,y) -156.517, -0.996491 -EM Calorimeter has 15 hits. Total Edep is 766.926 (MeV) -Hadron Calorimeter has 8 hits. Total Edep is 157.847 (MeV) + Layer[0] : time 34.3662 (nsec) --- local (x,y) -84.4875, -2.4699 + Layer[1] : time 36.0351 (nsec) --- local (x,y) -101.309, -2.71112 + Layer[2] : time 37.704 (nsec) --- local (x,y) -118.117, -2.94086 + Layer[3] : time 39.373 (nsec) --- local (x,y) -134.919, -3.17674 + Layer[4] : time 41.0419 (nsec) --- local (x,y) -151.694, -3.41419 +EM Calorimeter has 35 hits. Total Edep is 3412.27 (MeV) +Hadron Calorimeter has 8 hits. Total Edep is 27.5208 (MeV) >>> Event 1 >>> Simulation truth : pi+ (0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98727 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 42.7007 (nsec) + Hodoscope[10] 42.707 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6716 (nsec) --- local (x,y) -0.0700046, 0.0307653 - Layer[1] : time 8.33958 (nsec) --- local (x,y) -0.0932238, 0.103304 - Layer[2] : time 10.0076 (nsec) --- local (x,y) -0.102489, 0.179936 - Layer[3] : time 11.6755 (nsec) --- local (x,y) -0.0946214, 0.249015 - Layer[4] : time 13.3435 (nsec) --- local (x,y) -0.0815681, 0.283822 + Layer[0] : time 6.6716 (nsec) --- local (x,y) 0.0903065, 0.0256805 + Layer[1] : time 8.33958 (nsec) --- local (x,y) 0.161969, 0.0411963 + Layer[2] : time 10.0076 (nsec) --- local (x,y) 0.230164, 0.0491827 + Layer[3] : time 11.6755 (nsec) --- local (x,y) 0.320876, 0.0611122 + Layer[4] : time 13.3435 (nsec) --- local (x,y) 0.438934, 0.0832777 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.3714 (nsec) --- local (x,y) -88.5105, 0.258776 - Layer[1] : time 36.0405 (nsec) --- local (x,y) -106.988, 0.133955 - Layer[2] : time 37.7097 (nsec) --- local (x,y) -125.452, -0.0105472 - Layer[3] : time 39.3788 (nsec) --- local (x,y) -143.91, -0.179012 - Layer[4] : time 41.0479 (nsec) --- local (x,y) -162.387, -0.330079 -EM Calorimeter has 13 hits. Total Edep is 653.111 (MeV) -Hadron Calorimeter has 9 hits. Total Edep is 120.999 (MeV) + Layer[0] : time 34.3785 (nsec) --- local (x,y) -82.4798, 0.118296 + Layer[1] : time 36.0475 (nsec) --- local (x,y) -99.6411, 0.0429211 + Layer[2] : time 37.7164 (nsec) --- local (x,y) -116.788, -0.0366969 + Layer[3] : time 39.3854 (nsec) --- local (x,y) -133.944, -0.114214 + Layer[4] : time 41.0544 (nsec) --- local (x,y) -151.117, -0.18275 +EM Calorimeter has 44 hits. Total Edep is 5021.62 (MeV) +Hadron Calorimeter has 11 hits. Total Edep is 70.4473 (MeV) >>> Event 2 >>> Simulation truth : pi+ (-0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98727 (nsec) -Hodoscope 2 has 2 hits. - Hodoscope[10] 42.7065 (nsec) - Hodoscope[7] 60.5818 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[10] 42.6957 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6716 (nsec) --- local (x,y) 0.161838, 0.00929655 - Layer[1] : time 8.33958 (nsec) --- local (x,y) 0.298459, 0.0275139 - Layer[2] : time 10.0076 (nsec) --- local (x,y) 0.430334, 0.0690295 - Layer[3] : time 11.6755 (nsec) --- local (x,y) 0.571658, 0.106374 - Layer[4] : time 13.3435 (nsec) --- local (x,y) 0.713463, 0.13144 -Drift Chamber 2 has 6 hits. - Layer[0] : time 34.3771 (nsec) --- local (x,y) -88.7128, 1.09616 - Layer[1] : time 36.0462 (nsec) --- local (x,y) -107.481, 1.1756 - Layer[2] : time 37.7154 (nsec) --- local (x,y) -126.264, 1.24256 - Layer[3] : time 39.3845 (nsec) --- local (x,y) -145.049, 1.33337 - Layer[4] : time 41.0537 (nsec) --- local (x,y) -163.816, 1.43083 - Layer[4] : time 64.1125 (nsec) --- local (x,y) -526.748, 177.855 -EM Calorimeter has 22 hits. Total Edep is 5004.95 (MeV) -Hadron Calorimeter has 5 hits. Total Edep is 5.21569 (MeV) + Layer[0] : time 6.6716 (nsec) --- local (x,y) -0.184535, -0.0868209 + Layer[1] : time 8.33958 (nsec) --- local (x,y) -0.275095, -0.125309 + Layer[2] : time 10.0076 (nsec) --- local (x,y) -0.338454, -0.15195 + Layer[3] : time 11.6755 (nsec) --- local (x,y) -0.424355, -0.150397 + Layer[4] : time 13.3435 (nsec) --- local (x,y) -0.493286, -0.169811 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.3675 (nsec) --- local (x,y) -83.6234, -0.521007 + Layer[1] : time 36.0364 (nsec) --- local (x,y) -100.275, -0.507933 + Layer[2] : time 37.7053 (nsec) --- local (x,y) -116.947, -0.541016 + Layer[3] : time 39.3742 (nsec) --- local (x,y) -133.669, -0.577059 + Layer[4] : time 41.0431 (nsec) --- local (x,y) -150.423, -0.660067 +EM Calorimeter has 5 hits. Total Edep is 208.411 (MeV) +Hadron Calorimeter has 9 hits. Total Edep is 293.71 (MeV) ->>> Event 3 >>> Simulation truth : pi+ (0,0,10000) +>>> Event 3 >>> Simulation truth : pi+ (-0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98727 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 42.6889 (nsec) + Hodoscope[10] 42.6986 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6716 (nsec) --- local (x,y) -0.227225, 0.0520437 - Layer[1] : time 8.33958 (nsec) --- local (x,y) -0.328026, 0.0754658 - Layer[2] : time 10.0076 (nsec) --- local (x,y) -0.454873, 0.0878827 - Layer[3] : time 11.6755 (nsec) --- local (x,y) -0.59083, 0.112526 - Layer[4] : time 13.3435 (nsec) --- local (x,y) -0.755259, 0.103075 + Layer[0] : time 6.6716 (nsec) --- local (x,y) -0.0421026, -0.00150298 + Layer[1] : time 8.33958 (nsec) --- local (x,y) -0.0335621, 0.0467234 + Layer[2] : time 10.0076 (nsec) --- local (x,y) -0.051279, 0.106822 + Layer[3] : time 11.6755 (nsec) --- local (x,y) -0.047626, 0.563533 + Layer[4] : time 13.3435 (nsec) --- local (x,y) 0.0121802, 2.22585 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.3612 (nsec) --- local (x,y) -83.0736, 0.878413 - Layer[1] : time 36.03 (nsec) --- local (x,y) -98.8555, 0.953058 - Layer[2] : time 37.6988 (nsec) --- local (x,y) -114.634, 1.04181 - Layer[3] : time 39.3677 (nsec) --- local (x,y) -130.368, 1.13978 - Layer[4] : time 41.0365 (nsec) --- local (x,y) -146.088, 1.24941 -EM Calorimeter has 5 hits. Total Edep is 212.654 (MeV) -Hadron Calorimeter has 10 hits. Total Edep is 222.463 (MeV) + Layer[0] : time 34.3704 (nsec) --- local (x,y) -83.346, 21.9414 + Layer[1] : time 36.0393 (nsec) --- local (x,y) -100, 23.5171 + Layer[2] : time 37.7082 (nsec) --- local (x,y) -116.669, 25.0778 + Layer[3] : time 39.3771 (nsec) --- local (x,y) -133.327, 26.6431 + Layer[4] : time 41.046 (nsec) --- local (x,y) -150.023, 28.2414 +EM Calorimeter has 35 hits. Total Edep is 250.496 (MeV) +Hadron Calorimeter has 11 hits. Total Edep is 429.365 (MeV) >>> Event 4 >>> Simulation truth : pi+ (-0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98727 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 42.7073 (nsec) + Hodoscope[10] 42.6996 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6716 (nsec) --- local (x,y) 0.275943, 0.0244145 - Layer[1] : time 8.33958 (nsec) --- local (x,y) 0.581491, 0.0496781 - Layer[2] : time 10.0076 (nsec) --- local (x,y) 0.890656, 0.075227 - Layer[3] : time 11.6755 (nsec) --- local (x,y) 1.21461, 0.09251 - Layer[4] : time 13.3435 (nsec) --- local (x,y) 1.51905, 0.0896927 + Layer[0] : time 6.6716 (nsec) --- local (x,y) 0.0588391, -0.0040722 + Layer[1] : time 8.33958 (nsec) --- local (x,y) 0.10697, 0.0187314 + Layer[2] : time 10.0076 (nsec) --- local (x,y) 0.16519, 0.0223652 + Layer[3] : time 11.6755 (nsec) --- local (x,y) 0.229135, 0.0190554 + Layer[4] : time 13.3435 (nsec) --- local (x,y) 0.299318, 0.0372021 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.3774 (nsec) --- local (x,y) -91.9339, -0.47275 - Layer[1] : time 36.0466 (nsec) --- local (x,y) -111.4, -0.530876 - Layer[2] : time 37.7159 (nsec) --- local (x,y) -130.871, -0.613183 - Layer[3] : time 39.3851 (nsec) --- local (x,y) -150.315, -0.712821 - Layer[4] : time 41.0544 (nsec) --- local (x,y) -169.77, -0.83407 -EM Calorimeter has 24 hits. Total Edep is 2269.53 (MeV) -Hadron Calorimeter has 5 hits. Total Edep is 55.1407 (MeV) + Layer[0] : time 34.3714 (nsec) --- local (x,y) -83.2072, -0.249959 + Layer[1] : time 36.0403 (nsec) --- local (x,y) -99.9642, -0.274305 + Layer[2] : time 37.7092 (nsec) --- local (x,y) -116.742, -0.302588 + Layer[3] : time 39.3782 (nsec) --- local (x,y) -133.517, -0.29441 + Layer[4] : time 41.0471 (nsec) --- local (x,y) -150.26, -0.287384 +EM Calorimeter has 26 hits. Total Edep is 1999.03 (MeV) +Hadron Calorimeter has 9 hits. Total Edep is 69.4124 (MeV) >>> Event 0 >>> Simulation truth : e+ (-0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98678 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.1856 (nsec) + Hodoscope[9] 43.185 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.00506002, -0.00872161 - Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.0361295, -0.040999 - Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.0816512, -0.0758978 - Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.178499, -0.123844 - Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.283558, -0.181723 + Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.0439413, 0.0152632 + Layer[1] : time 8.33877 (nsec) --- local (x,y) 0.0286867, 0.0631714 + Layer[2] : time 10.0066 (nsec) --- local (x,y) 0.00762297, 0.130338 + Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.0359466, 0.216707 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.0880516, 0.297564 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.8488 (nsec) --- local (x,y) -144.905, -0.910364 - Layer[1] : time 36.5195 (nsec) --- local (x,y) -173.979, -0.965189 - Layer[2] : time 38.1901 (nsec) --- local (x,y) -203.053, -1.00348 - Layer[3] : time 39.8607 (nsec) --- local (x,y) -232.139, -1.02757 - Layer[4] : time 41.5314 (nsec) --- local (x,y) -261.183, -1.06344 -EM Calorimeter has 17 hits. Total Edep is 9343.58 (MeV) -Hadron Calorimeter has 2 hits. Total Edep is 1.11361 (MeV) + Layer[0] : time 34.8476 (nsec) --- local (x,y) -148.848, 2.24073 + Layer[1] : time 36.5184 (nsec) --- local (x,y) -178.497, 2.42625 + Layer[2] : time 38.1891 (nsec) --- local (x,y) -208.159, 2.6398 + Layer[3] : time 39.8599 (nsec) --- local (x,y) -237.819, 2.86668 + Layer[4] : time 41.5306 (nsec) --- local (x,y) -267.492, 3.07284 +EM Calorimeter has 13 hits. Total Edep is 9351.42 (MeV) +Hadron Calorimeter has 1 hits. Total Edep is 8.3974 (MeV) ->>> Event 1 >>> Simulation truth : e+ (0,0,10000) +>>> Event 1 >>> Simulation truth : e+ (-0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98678 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.1813 (nsec) + Hodoscope[9] 43.1842 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.237021, 0.0495911 - Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.441295, 0.182762 - Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.661408, 0.325233 - Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.905237, 0.487939 - Layer[4] : time 13.3422 (nsec) --- local (x,y) -1.15959, 0.645957 + Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.172534, -0.247272 + Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.332349, -0.355095 + Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.503025, -0.466161 + Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.671896, -0.585629 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.868125, -0.680551 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.8429 (nsec) --- local (x,y) -156.253, 2.6608 - Layer[1] : time 36.5138 (nsec) --- local (x,y) -186.885, 2.83906 - Layer[2] : time 38.1848 (nsec) --- local (x,y) -217.529, 3.01175 - Layer[3] : time 39.8557 (nsec) --- local (x,y) -248.169, 3.19131 - Layer[4] : time 41.5267 (nsec) --- local (x,y) -278.815, 3.37555 -EM Calorimeter has 17 hits. Total Edep is 9305.86 (MeV) -Hadron Calorimeter has 3 hits. Total Edep is 3.8336 (MeV) + Layer[0] : time 34.8442 (nsec) --- local (x,y) -163.01, -1.70383 + Layer[1] : time 36.5154 (nsec) --- local (x,y) -195.199, -1.79662 + Layer[2] : time 38.1867 (nsec) --- local (x,y) -227.422, -1.86637 + Layer[3] : time 39.858 (nsec) --- local (x,y) -259.651, -1.97502 + Layer[4] : time 41.5293 (nsec) --- local (x,y) -291.884, -2.06768 +EM Calorimeter has 17 hits. Total Edep is 9411.17 (MeV) +Hadron Calorimeter has 1 hits. Total Edep is 0.34503 (MeV) >>> Event 2 >>> Simulation truth : e+ (-0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98678 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.1849 (nsec) -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.0224413, 0.152924 - Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.000711346, 0.257111 - Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.0573838, 0.37198 - Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.14265, 0.520493 - Layer[3] : time 12.1568 (nsec) --- local (x,y) 213.231, -74.4189 - Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.24038, 0.7243 + Hodoscope[9] 43.1897 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.203845, -0.0660591 + Layer[1] : time 8.33877 (nsec) --- local (x,y) 0.39621, -0.0612835 + Layer[2] : time 10.0066 (nsec) --- local (x,y) 0.581976, -0.0659142 + Layer[3] : time 11.6744 (nsec) --- local (x,y) 0.762716, -0.0631141 + Layer[4] : time 13.3422 (nsec) --- local (x,y) 0.934979, -0.0503253 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.8477 (nsec) --- local (x,y) -146.749, 2.59138 - Layer[1] : time 36.5185 (nsec) --- local (x,y) -176.26, 2.77135 - Layer[2] : time 38.1892 (nsec) --- local (x,y) -205.762, 2.95589 - Layer[3] : time 39.8599 (nsec) --- local (x,y) -235.256, 3.1091 - Layer[4] : time 41.5306 (nsec) --- local (x,y) -264.737, 3.26128 -EM Calorimeter has 17 hits. Total Edep is 9660.1 (MeV) -Hadron Calorimeter has 1 hits. Total Edep is 1.0792 (MeV) + Layer[0] : time 34.8519 (nsec) --- local (x,y) -148.664, 0.0568333 + Layer[1] : time 36.5228 (nsec) --- local (x,y) -178.736, 0.0299956 + Layer[2] : time 38.1936 (nsec) --- local (x,y) -208.815, 0.0252473 + Layer[3] : time 39.8644 (nsec) --- local (x,y) -238.85, 0.0016923 + Layer[4] : time 41.5353 (nsec) --- local (x,y) -268.866, -0.0276949 +EM Calorimeter has 20 hits. Total Edep is 9723.54 (MeV) +Hadron Calorimeter has 1 hits. Total Edep is 0.421982 (MeV) ->>> Event 3 >>> Simulation truth : e+ (-0,0,10000) +>>> Event 3 >>> Simulation truth : e+ (0,0,10000) +Hodoscope 1 has 1 hits. + Hodoscope[7] 4.98678 (nsec) +Hodoscope 2 has 2 hits. + Hodoscope[9] 43.1851 (nsec) + Hodoscope[3] 56.2934 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.0545602, -0.04147 + Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.154988, -0.116563 + Layer[2] : time 10.0066 (nsec) --- local (x,y) -0.243327, -0.20795 + Layer[3] : time 11.6744 (nsec) --- local (x,y) -0.330801, -0.297033 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -0.44017, -0.406489 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.8466 (nsec) --- local (x,y) -154.935, -4.00547 + Layer[1] : time 36.5176 (nsec) --- local (x,y) -185.688, -4.27199 + Layer[2] : time 38.1886 (nsec) --- local (x,y) -216.414, -4.57453 + Layer[3] : time 39.8595 (nsec) --- local (x,y) -247.139, -4.87303 + Layer[4] : time 41.5305 (nsec) --- local (x,y) -277.917, -5.21684 +EM Calorimeter has 19 hits. Total Edep is 9451.44 (MeV) +Hadron Calorimeter has 2 hits. Total Edep is 0.809652 (MeV) + +>>> Event 4 >>> Simulation truth : e+ (0,0,10000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98678 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[6] 43.2433 (nsec) + Hodoscope[8] 43.1965 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.0978724, -0.0379617 - Layer[1] : time 8.33877 (nsec) --- local (x,y) 0.119607, -0.111074 - Layer[2] : time 10.0066 (nsec) --- local (x,y) 0.127733, -0.159447 - Layer[3] : time 11.6744 (nsec) --- local (x,y) 0.130485, -0.197532 - Layer[4] : time 13.3422 (nsec) --- local (x,y) 0.114, -0.216372 -Drift Chamber 2 has 6 hits. - Layer[0] : time 34.8539 (nsec) --- local (x,y) -316.639, -0.462297 - Layer[1] : time 36.5351 (nsec) --- local (x,y) -380.064, -0.499084 - Layer[2] : time 38.2162 (nsec) --- local (x,y) -443.467, -0.591836 - Layer[3] : time 39.8974 (nsec) --- local (x,y) -506.916, -0.660547 - Layer[4] : time 41.5786 (nsec) --- local (x,y) -570.373, -0.754227 - Layer[4] : time 41.8926 (nsec) --- local (x,y) -596.692, -28.9599 -EM Calorimeter has 17 hits. Total Edep is 8545.12 (MeV) -Hadron Calorimeter has 1 hits. Total Edep is 1.31382 (MeV) - ->>> Event 4 >>> Simulation truth : e+ (-0,0,10000) -Hodoscope 1 has 1 hits. - Hodoscope[7] 4.98678 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[9] 43.1864 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.0443549, 0.0299571 - Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.0107072, 0.086371 - Layer[2] : time 10.0066 (nsec) --- local (x,y) 0.0389234, 0.161472 - Layer[3] : time 11.6744 (nsec) --- local (x,y) 0.0624684, 0.258075 - Layer[4] : time 13.3422 (nsec) --- local (x,y) 0.0626028, 0.369172 + Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.284071, -0.158392 + Layer[1] : time 8.33877 (nsec) --- local (x,y) 0.412613, -0.320394 + Layer[2] : time 10.0066 (nsec) --- local (x,y) 0.58139, -0.503114 + Layer[3] : time 11.6744 (nsec) --- local (x,y) 0.765451, -0.673939 + Layer[4] : time 13.3422 (nsec) --- local (x,y) 0.948086, -0.799957 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.849 (nsec) --- local (x,y) -148.034, 1.83004 - Layer[1] : time 36.5198 (nsec) --- local (x,y) -177.664, 1.93145 - Layer[2] : time 38.1905 (nsec) --- local (x,y) -207.331, 1.97756 - Layer[3] : time 39.8613 (nsec) --- local (x,y) -236.946, 1.96087 - Layer[4] : time 41.532 (nsec) --- local (x,y) -266.589, 1.8913 -EM Calorimeter has 14 hits. Total Edep is 9736.13 (MeV) -Hadron Calorimeter has 1 hits. Total Edep is 1.25343 (MeV) + Layer[0] : time 34.852 (nsec) --- local (x,y) -177.54, -1.87674 + Layer[1] : time 36.5242 (nsec) --- local (x,y) -213.682, -1.9865 + Layer[2] : time 38.1964 (nsec) --- local (x,y) -249.839, -2.10592 + Layer[3] : time 39.8685 (nsec) --- local (x,y) -285.952, -2.27066 + Layer[4] : time 41.5407 (nsec) --- local (x,y) -322.061, -2.45348 +EM Calorimeter has 17 hits. Total Edep is 9222.11 (MeV) +Hadron Calorimeter has 2 hits. Total Edep is 2.64114 (MeV) ->>> Event 0 >>> Simulation truth : proton (-0,0,1000) +>>> Event 0 >>> Simulation truth : proton (0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 6.8391 (nsec) + Hodoscope[7] 6.83897 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 59.3772 (nsec) + Hodoscope[9] 59.4688 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 9.15354 (nsec) --- local (x,y) -0.312433, -0.591771 - Layer[1] : time 11.4458 (nsec) --- local (x,y) -0.993903, -2.54914 - Layer[2] : time 13.7383 (nsec) --- local (x,y) -1.60762, -4.47016 - Layer[3] : time 16.031 (nsec) --- local (x,y) -2.14319, -6.44576 - Layer[4] : time 18.324 (nsec) --- local (x,y) -2.49426, -8.47138 + Layer[0] : time 9.1533 (nsec) --- local (x,y) 2.43552, -0.950606 + Layer[1] : time 11.4455 (nsec) --- local (x,y) 4.4221, -0.669822 + Layer[2] : time 13.7379 (nsec) --- local (x,y) 6.46216, -0.37147 + Layer[3] : time 16.0306 (nsec) --- local (x,y) 8.57417, 0.113713 + Layer[4] : time 18.3234 (nsec) --- local (x,y) 11.4349, 1.2603 Drift Chamber 2 has 5 hits. - Layer[0] : time 47.8931 (nsec) --- local (x,y) -169.214, -40.8738 - Layer[1] : time 50.194 (nsec) --- local (x,y) -201.281, -42.7732 - Layer[2] : time 52.4951 (nsec) --- local (x,y) -233.36, -44.8014 - Layer[3] : time 54.7964 (nsec) --- local (x,y) -265.22, -47.0272 - Layer[4] : time 57.0979 (nsec) --- local (x,y) -297.116, -49.3626 -EM Calorimeter has 1 hits. Total Edep is 298.988 (MeV) + Layer[0] : time 47.9839 (nsec) --- local (x,y) -131.372, 24.0877 + Layer[1] : time 50.2848 (nsec) --- local (x,y) -164.28, 26.4103 + Layer[2] : time 52.5861 (nsec) --- local (x,y) -197.534, 28.5844 + Layer[3] : time 54.8876 (nsec) --- local (x,y) -231.024, 30.6717 + Layer[4] : time 57.1894 (nsec) --- local (x,y) -264.749, 32.9151 +EM Calorimeter has 1 hits. Total Edep is 294.853 (MeV) Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) >>> Event 1 >>> Simulation truth : proton (0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 6.83908 (nsec) + Hodoscope[7] 6.83913 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 59.3335 (nsec) + Hodoscope[9] 59.4248 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 9.15298 (nsec) --- local (x,y) -2.06069, 2.20551 - Layer[1] : time 11.4447 (nsec) --- local (x,y) -4.55218, 2.92665 - Layer[2] : time 13.7366 (nsec) --- local (x,y) -6.57236, 3.50143 - Layer[3] : time 16.0289 (nsec) --- local (x,y) -8.21285, 4.04745 - Layer[4] : time 18.3214 (nsec) --- local (x,y) -9.78785, 4.71128 + Layer[0] : time 9.15406 (nsec) --- local (x,y) 1.73244, 0.352198 + Layer[1] : time 11.4468 (nsec) --- local (x,y) 1.46705, -0.10354 + Layer[2] : time 13.7398 (nsec) --- local (x,y) 1.43953, -0.934124 + Layer[3] : time 16.0333 (nsec) --- local (x,y) 1.24737, -1.94577 + Layer[4] : time 18.327 (nsec) --- local (x,y) 1.51349, -2.87226 Drift Chamber 2 has 5 hits. - Layer[0] : time 47.8543 (nsec) --- local (x,y) -166.198, -6.6937 - Layer[1] : time 50.1543 (nsec) --- local (x,y) -194.738, -7.84614 - Layer[2] : time 52.4544 (nsec) --- local (x,y) -223.199, -8.85582 - Layer[3] : time 54.7546 (nsec) --- local (x,y) -251.146, -10.0181 - Layer[4] : time 57.0552 (nsec) --- local (x,y) -279.33, -11.1267 -EM Calorimeter has 12 hits. Total Edep is 167.784 (MeV) -Hadron Calorimeter has 3 hits. Total Edep is 3.04755 (MeV) + Layer[0] : time 47.9395 (nsec) --- local (x,y) -148.363, -20.6931 + Layer[1] : time 50.2407 (nsec) --- local (x,y) -178.941, -21.66 + Layer[2] : time 52.542 (nsec) --- local (x,y) -209.646, -22.8442 + Layer[3] : time 54.8437 (nsec) --- local (x,y) -240.529, -24.2484 + Layer[4] : time 57.1454 (nsec) --- local (x,y) -271.166, -25.3403 +EM Calorimeter has 11 hits. Total Edep is 265.894 (MeV) +Hadron Calorimeter has 2 hits. Total Edep is 2.76384 (MeV) >>> Event 2 >>> Simulation truth : proton (-0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 6.83902 (nsec) + Hodoscope[7] 6.83901 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 59.4258 (nsec) + Hodoscope[8] 59.3828 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 9.15429 (nsec) --- local (x,y) -0.805816, -1.07363 - Layer[1] : time 11.4474 (nsec) --- local (x,y) -0.360807, -2.06694 - Layer[2] : time 13.7408 (nsec) --- local (x,y) 0.344351, -2.9761 - Layer[3] : time 16.0343 (nsec) --- local (x,y) 1.08529, -4.54125 - Layer[4] : time 18.3281 (nsec) --- local (x,y) 1.83159, -6.0809 + Layer[0] : time 9.15409 (nsec) --- local (x,y) 0.0235855, 1.49343 + Layer[1] : time 11.447 (nsec) --- local (x,y) -1.32124, 1.8997 + Layer[2] : time 13.7401 (nsec) --- local (x,y) -2.73366, 2.47449 + Layer[3] : time 16.0335 (nsec) --- local (x,y) -4.10479, 2.94536 + Layer[4] : time 18.327 (nsec) --- local (x,y) -5.56367, 3.29157 Drift Chamber 2 has 5 hits. - Layer[0] : time 47.9347 (nsec) --- local (x,y) -162.351, -23.7128 - Layer[1] : time 50.237 (nsec) --- local (x,y) -194.851, -25.4314 - Layer[2] : time 52.5396 (nsec) --- local (x,y) -227.205, -27.0157 - Layer[3] : time 54.8423 (nsec) --- local (x,y) -259.418, -28.4075 - Layer[4] : time 57.1452 (nsec) --- local (x,y) -291.494, -29.214 -EM Calorimeter has 11 hits. Total Edep is 236.38 (MeV) -Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) + Layer[0] : time 47.8844 (nsec) --- local (x,y) -189.994, 14.9863 + Layer[1] : time 50.1881 (nsec) --- local (x,y) -224.041, 16.1494 + Layer[2] : time 52.4919 (nsec) --- local (x,y) -257.893, 17.3315 + Layer[3] : time 54.796 (nsec) --- local (x,y) -292.351, 17.9677 + Layer[4] : time 57.1007 (nsec) --- local (x,y) -327.542, 18.0002 +EM Calorimeter has 12 hits. Total Edep is 302 (MeV) +Hadron Calorimeter has 1 hits. Total Edep is 1.42519 (MeV) >>> Event 3 >>> Simulation truth : proton (0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 6.83898 (nsec) + Hodoscope[7] 6.83893 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 59.4023 (nsec) + Hodoscope[9] 59.3473 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 9.15326 (nsec) --- local (x,y) 0.479925, -0.0843187 - Layer[1] : time 11.4453 (nsec) --- local (x,y) 0.611134, 0.684549 - Layer[2] : time 13.7376 (nsec) --- local (x,y) 0.434112, 1.47315 - Layer[3] : time 16.0303 (nsec) --- local (x,y) 0.579054, 2.04578 - Layer[4] : time 18.3232 (nsec) --- local (x,y) 1.13205, 2.4378 + Layer[0] : time 9.15309 (nsec) --- local (x,y) -1.13645, 4.25266 + Layer[1] : time 11.4451 (nsec) --- local (x,y) -2.21302, 7.60556 + Layer[2] : time 13.7373 (nsec) --- local (x,y) -3.32341, 10.6286 + Layer[3] : time 16.0297 (nsec) --- local (x,y) -4.80698, 14.0371 + Layer[4] : time 18.3222 (nsec) --- local (x,y) -6.53756, 17.3796 Drift Chamber 2 has 5 hits. - Layer[0] : time 47.9188 (nsec) --- local (x,y) -153.296, 4.42086 - Layer[1] : time 50.2195 (nsec) --- local (x,y) -184.416, 4.66437 - Layer[2] : time 52.5205 (nsec) --- local (x,y) -215.56, 4.88272 - Layer[3] : time 54.8217 (nsec) --- local (x,y) -247.122, 5.29408 - Layer[4] : time 57.1232 (nsec) --- local (x,y) -278.471, 5.89565 -EM Calorimeter has 2 hits. Total Edep is 301.626 (MeV) -Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) + Layer[0] : time 47.8652 (nsec) --- local (x,y) -173.284, 72.4104 + Layer[1] : time 50.1659 (nsec) --- local (x,y) -204.818, 77.0545 + Layer[2] : time 52.4667 (nsec) --- local (x,y) -235.9, 80.9728 + Layer[3] : time 54.7675 (nsec) --- local (x,y) -266.576, 84.4532 + Layer[4] : time 57.0685 (nsec) --- local (x,y) -296.74, 88.2436 +EM Calorimeter has 11 hits. Total Edep is 180.315 (MeV) +Hadron Calorimeter has 1 hits. Total Edep is 0.275923 (MeV) ->>> Event 4 >>> Simulation truth : proton (0,0,1000) +>>> Event 4 >>> Simulation truth : proton (-0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 6.83907 (nsec) + Hodoscope[7] 6.83913 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 59.3625 (nsec) -Drift Chamber 1 has 7 hits. - Layer[0] : time 9.15354 (nsec) --- local (x,y) -1.40123, 7.09384 - Layer[1] : time 11.4459 (nsec) --- local (x,y) -2.95013, 14.9836 - Layer[2] : time 13.7385 (nsec) --- local (x,y) -4.41804, 23.1335 - Layer[2] : time 13.7388 (nsec) --- local (x,y) -4.41829, 23.1349 - Layer[2] : time 13.7388 (nsec) --- local (x,y) -4.41829, 23.1349 - Layer[3] : time 16.0314 (nsec) --- local (x,y) -6.08649, 31.5495 - Layer[4] : time 18.3245 (nsec) --- local (x,y) -7.51036, 39.9819 + Hodoscope[9] 59.4447 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 9.15351 (nsec) --- local (x,y) 1.39839, 1.74764 + Layer[1] : time 11.4457 (nsec) --- local (x,y) 2.37915, 2.67175 + Layer[2] : time 13.7381 (nsec) --- local (x,y) 3.52464, 3.45538 + Layer[3] : time 16.0308 (nsec) --- local (x,y) 4.59512, 4.30236 + Layer[4] : time 18.3238 (nsec) --- local (x,y) 5.46243, 5.52905 Drift Chamber 2 has 5 hits. - Layer[0] : time 47.8726 (nsec) --- local (x,y) -169.842, 138.909 - Layer[1] : time 50.1742 (nsec) --- local (x,y) -199.879, 146.318 - Layer[2] : time 52.4763 (nsec) --- local (x,y) -230.615, 153.816 - Layer[3] : time 54.7789 (nsec) --- local (x,y) -261.905, 161.628 - Layer[4] : time 57.0818 (nsec) --- local (x,y) -293.692, 169.4 -EM Calorimeter has 1 hits. Total Edep is 293.43 (MeV) -Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) + Layer[0] : time 47.9513 (nsec) --- local (x,y) -153.354, 25.9135 + Layer[1] : time 50.254 (nsec) --- local (x,y) -186.214, 26.5378 + Layer[2] : time 52.5569 (nsec) --- local (x,y) -219.294, 26.94 + Layer[3] : time 54.8601 (nsec) --- local (x,y) -252.459, 27.3469 + Layer[4] : time 57.1636 (nsec) --- local (x,y) -285.806, 27.9237 +EM Calorimeter has 13 hits. Total Edep is 138.182 (MeV) +Hadron Calorimeter has 5 hits. Total Edep is 5.98679 (MeV) ERROR: Viewer "none" not found - "/vis/viewer/list" to see possibilities. ->>> Event 0 >>> Simulation truth : pi+ (-0,0,1000) +>>> Event 0 >>> Simulation truth : pi+ (0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.03513 (nsec) + Hodoscope[7] 5.03515 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 43.1378 (nsec) -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.73571 (nsec) --- local (x,y) 0.0374575, -0.593632 - Layer[0] : time 8.1334 (nsec) --- local (x,y) -428.278, -142.428 - Layer[1] : time 8.4198 (nsec) --- local (x,y) 0.339937, -1.23732 - Layer[2] : time 10.1039 (nsec) --- local (x,y) 0.468233, -2.13373 - Layer[3] : time 11.788 (nsec) --- local (x,y) 0.648519, -2.55827 - Layer[4] : time 13.4721 (nsec) --- local (x,y) 1.14495, -3.06105 + Hodoscope[10] 43.1326 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.73572 (nsec) --- local (x,y) 0.880416, -1.43105 + Layer[1] : time 8.41979 (nsec) --- local (x,y) 1.50769, -2.77446 + Layer[2] : time 10.1039 (nsec) --- local (x,y) 1.96745, -4.05286 + Layer[3] : time 11.7879 (nsec) --- local (x,y) 2.13324, -5.22773 + Layer[4] : time 13.472 (nsec) --- local (x,y) 2.61684, -6.25053 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.7221 (nsec) --- local (x,y) -88.9274, -1.63551 - Layer[1] : time 36.4076 (nsec) --- local (x,y) -108.886, -1.03814 - Layer[2] : time 38.093 (nsec) --- local (x,y) -128.72, -0.439937 - Layer[3] : time 39.7788 (nsec) --- local (x,y) -149.574, 1.90504 - Layer[4] : time 41.4666 (nsec) --- local (x,y) -176.545, 20.5549 -EM Calorimeter has 2 hits. Total Edep is 328.965 (MeV) -Hadron Calorimeter has 1 hits. Total Edep is 7.79466 (MeV) + Layer[0] : time 34.7222 (nsec) --- local (x,y) -89.1532, -22.565 + Layer[1] : time 36.4076 (nsec) --- local (x,y) -108.343, -23.9634 + Layer[2] : time 38.0929 (nsec) --- local (x,y) -127.5, -25.2898 + Layer[3] : time 39.7783 (nsec) --- local (x,y) -146.757, -26.5147 + Layer[4] : time 41.4637 (nsec) --- local (x,y) -166.024, -27.9972 +EM Calorimeter has 20 hits. Total Edep is 429.014 (MeV) +Hadron Calorimeter has 3 hits. Total Edep is 1.49565 (MeV) >>> Event 1 >>> Simulation truth : pi+ (-0,0,1000) Hodoscope 1 has 1 hits. Hodoscope[7] 5.03513 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[10] 43.1188 (nsec) + Hodoscope[10] 43.0843 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.7357 (nsec) --- local (x,y) -0.476845, 1.99946 - Layer[1] : time 8.41977 (nsec) --- local (x,y) -0.396315, 2.7191 - Layer[2] : time 10.1038 (nsec) --- local (x,y) -0.260115, 3.3547 - Layer[3] : time 11.7879 (nsec) --- local (x,y) -0.0996155, 3.76722 - Layer[4] : time 13.472 (nsec) --- local (x,y) 0.126415, 4.15342 + Layer[0] : time 6.73569 (nsec) --- local (x,y) -0.0174112, -0.111612 + Layer[1] : time 8.41975 (nsec) --- local (x,y) -0.439183, 0.376824 + Layer[2] : time 10.1038 (nsec) --- local (x,y) -1.04305, 1.28484 + Layer[3] : time 11.7879 (nsec) --- local (x,y) -1.40175, 2.12155 + Layer[4] : time 13.472 (nsec) --- local (x,y) -1.97216, 3.45749 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.7096 (nsec) --- local (x,y) -84.8161, 17.7931 - Layer[1] : time 36.3947 (nsec) --- local (x,y) -102.126, 19.8781 - Layer[2] : time 38.0799 (nsec) --- local (x,y) -119.379, 21.7163 - Layer[3] : time 39.765 (nsec) --- local (x,y) -136.635, 23.9517 - Layer[4] : time 41.4502 (nsec) --- local (x,y) -153.98, 26.2104 -EM Calorimeter has 5 hits. Total Edep is 183.302 (MeV) -Hadron Calorimeter has 3 hits. Total Edep is 57.1107 (MeV) + Layer[0] : time 34.6757 (nsec) --- local (x,y) -89.4759, 25.8344 + Layer[1] : time 36.3607 (nsec) --- local (x,y) -105.762, 27.3241 + Layer[2] : time 38.0457 (nsec) --- local (x,y) -121.891, 28.6926 + Layer[3] : time 39.7308 (nsec) --- local (x,y) -137.947, 30.0562 + Layer[4] : time 41.4158 (nsec) --- local (x,y) -153.836, 31.4091 +EM Calorimeter has 3 hits. Total Edep is 195.624 (MeV) +Hadron Calorimeter has 6 hits. Total Edep is 75.7571 (MeV) ->>> Event 2 >>> Simulation truth : pi+ (-0,0,1000) +>>> Event 2 >>> Simulation truth : pi+ (0,0,1000) Hodoscope 1 has 1 hits. Hodoscope[7] 5.03513 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[10] 43.0906 (nsec) +Hodoscope 2 has 0 hits. Drift Chamber 1 has 5 hits. - Layer[0] : time 6.73571 (nsec) --- local (x,y) -0.614203, 2.26 - Layer[1] : time 8.41979 (nsec) --- local (x,y) -1.25395, 4.06717 - Layer[2] : time 10.1039 (nsec) --- local (x,y) -1.88217, 5.43729 - Layer[3] : time 11.788 (nsec) --- local (x,y) -2.29001, 6.88742 - Layer[4] : time 13.472 (nsec) --- local (x,y) -2.77456, 8.3217 -Drift Chamber 2 has 5 hits. - Layer[0] : time 34.6811 (nsec) --- local (x,y) -92.8173, 21.1461 - Layer[1] : time 36.3662 (nsec) --- local (x,y) -110.37, 22.9006 - Layer[2] : time 38.0514 (nsec) --- local (x,y) -128.119, 24.7007 - Layer[3] : time 39.7367 (nsec) --- local (x,y) -145.994, 26.533 - Layer[4] : time 41.4219 (nsec) --- local (x,y) -163.808, 28.2991 -EM Calorimeter has 1 hits. Total Edep is 190.958 (MeV) -Hadron Calorimeter has 2 hits. Total Edep is 19.6158 (MeV) + Layer[0] : time 6.73571 (nsec) --- local (x,y) 0.228515, 0.63079 + Layer[1] : time 8.41978 (nsec) --- local (x,y) 0.615026, 1.08214 + Layer[2] : time 10.1039 (nsec) --- local (x,y) 0.875678, 1.54006 + Layer[3] : time 11.7879 (nsec) --- local (x,y) 1.32169, 2.08476 + Layer[4] : time 13.472 (nsec) --- local (x,y) 1.86019, 2.80972 +Drift Chamber 2 has 1 hits. + Layer[0] : time 35.4934 (nsec) --- local (x,y) -1279.21, -124.832 +EM Calorimeter has 0 hits. Total Edep is 0 (MeV) +Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) >>> Event 3 >>> Simulation truth : pi+ (-0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.03524 (nsec) -Hodoscope 2 has 0 hits. -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.73585 (nsec) --- local (x,y) 10.3234, 2.3217 - Layer[1] : time 8.41995 (nsec) --- local (x,y) 13.2198, 2.77667 - Layer[2] : time 10.1041 (nsec) --- local (x,y) 16.3843, 3.36244 - Layer[3] : time 11.7872 (nsec) --- local (x,y) 30.1831, 6.6348 - Layer[4] : time 13.4697 (nsec) --- local (x,y) 50.3296, 11.4145 + Hodoscope[7] 5.03513 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[10] 43.164 (nsec) +Drift Chamber 1 has 10 hits. + Layer[0] : time 6.73588 (nsec) --- local (x,y) 1.46508, -0.64877 + Layer[0] : time 6.84223 (nsec) --- local (x,y) -144.765, 32.9907 + Layer[1] : time 8.42012 (nsec) --- local (x,y) 2.85643, -1.90849 + Layer[1] : time 8.70782 (nsec) --- local (x,y) -341.663, -35.434 + Layer[2] : time 10.1044 (nsec) --- local (x,y) 4.00948, -3.74137 + Layer[2] : time 10.5833 (nsec) --- local (x,y) -477.899, -194.039 + Layer[3] : time 11.7886 (nsec) --- local (x,y) 5.09345, -5.29554 + Layer[3] : time 12.3589 (nsec) --- local (x,y) -562.649, -211.198 + Layer[4] : time 13.4729 (nsec) --- local (x,y) 6.26127, -6.91437 + Layer[4] : time 14.214 (nsec) --- local (x,y) -634.17, -81.6901 Drift Chamber 2 has 5 hits. - Layer[0] : time 35.3388 (nsec) --- local (x,y) -550.109, 77.8995 - Layer[1] : time 37.0963 (nsec) --- local (x,y) -702.342, 83.9612 - Layer[2] : time 38.8537 (nsec) --- local (x,y) -854.447, 89.9186 - Layer[3] : time 40.6118 (nsec) --- local (x,y) -1007.32, 95.7834 - Layer[4] : time 42.37 (nsec) --- local (x,y) -1160.29, 101.425 -EM Calorimeter has 0 hits. Total Edep is 0 (MeV) -Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) + Layer[0] : time 34.7497 (nsec) --- local (x,y) -100.374, -22.6564 + Layer[1] : time 36.4358 (nsec) --- local (x,y) -124.081, -24.409 + Layer[2] : time 38.122 (nsec) --- local (x,y) -147.59, -26.0843 + Layer[3] : time 39.8082 (nsec) --- local (x,y) -171.131, -27.892 + Layer[4] : time 41.4943 (nsec) --- local (x,y) -194.743, -29.4957 +EM Calorimeter has 10 hits. Total Edep is 390.32 (MeV) +Hadron Calorimeter has 1 hits. Total Edep is 0.284263 (MeV) >>> Event 4 >>> Simulation truth : pi+ (0,0,1000) Hodoscope 1 has 1 hits. Hodoscope[7] 5.03513 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[10] 43.0505 (nsec) +Hodoscope 2 has 0 hits. Drift Chamber 1 has 5 hits. - Layer[0] : time 6.7357 (nsec) --- local (x,y) -1.5786, 0.82356 - Layer[1] : time 8.41976 (nsec) --- local (x,y) -3.02323, 1.29417 - Layer[2] : time 10.1038 (nsec) --- local (x,y) -4.41496, 1.49559 - Layer[3] : time 11.7879 (nsec) --- local (x,y) -5.46562, 1.60174 - Layer[4] : time 13.472 (nsec) --- local (x,y) -6.6173, 1.73225 -Drift Chamber 2 has 5 hits. - Layer[0] : time 34.6431 (nsec) --- local (x,y) -89.7911, -0.384013 - Layer[1] : time 36.3279 (nsec) --- local (x,y) -104.168, -0.674683 - Layer[2] : time 38.0127 (nsec) --- local (x,y) -118.627, -1.28808 - Layer[3] : time 39.6975 (nsec) --- local (x,y) -132.603, -1.95393 - Layer[4] : time 41.3822 (nsec) --- local (x,y) -146.314, -2.70593 -EM Calorimeter has 8 hits. Total Edep is 260.662 (MeV) -Hadron Calorimeter has 1 hits. Total Edep is 12.7811 (MeV) - ->>> Event 0 >>> Simulation truth : e+ (-0,0,1000) -Hodoscope 1 has 1 hits. - Hodoscope[7] 4.98678 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[8] 43.1855 (nsec) -Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.232192, -0.761486 - Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.769888, -1.00016 - Layer[2] : time 10.0066 (nsec) --- local (x,y) -1.06197, -1.51915 - Layer[3] : time 11.6744 (nsec) --- local (x,y) -1.3201, -2.12218 - Layer[4] : time 13.3422 (nsec) --- local (x,y) -1.71204, -2.7366 -Drift Chamber 2 has 5 hits. - Layer[0] : time 34.835 (nsec) --- local (x,y) -213.61, -11.8138 - Layer[1] : time 36.5085 (nsec) --- local (x,y) -254.797, -12.4084 - Layer[2] : time 38.1819 (nsec) --- local (x,y) -295.716, -13.003 - Layer[3] : time 39.8552 (nsec) --- local (x,y) -336.419, -13.455 - Layer[4] : time 41.5285 (nsec) --- local (x,y) -377.003, -14.0143 -EM Calorimeter has 12 hits. Total Edep is 943.692 (MeV) + Layer[0] : time 6.73928 (nsec) --- local (x,y) -23.116, -22.4958 + Layer[1] : time 8.42698 (nsec) --- local (x,y) -46.8851, -45.2129 + Layer[2] : time 10.1147 (nsec) --- local (x,y) -70.5823, -67.7997 + Layer[3] : time 11.8023 (nsec) --- local (x,y) -94.19, -90.5373 + Layer[4] : time 13.4901 (nsec) --- local (x,y) -117.811, -113.744 +Drift Chamber 2 has 0 hits. +EM Calorimeter has 0 hits. Total Edep is 0 (MeV) Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ->>> Event 1 >>> Simulation truth : e+ (-0,0,1000) +>>> Event 0 >>> Simulation truth : e+ (0,0,1000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98679 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.2466 (nsec) -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.67096 (nsec) --- local (x,y) 1.26028, 2.47781 - Layer[1] : time 8.3388 (nsec) --- local (x,y) 2.82395, 3.91484 - Layer[2] : time 10.0066 (nsec) --- local (x,y) 4.31095, 5.45 - Layer[2] : time 10.3676 (nsec) --- local (x,y) -101.513, -89.4514 - Layer[3] : time 11.6745 (nsec) --- local (x,y) 5.94128, 7.10532 - Layer[4] : time 13.3423 (nsec) --- local (x,y) 9.10826, 8.90816 -Drift Chamber 2 has 5 hits. - Layer[0] : time 34.9095 (nsec) --- local (x,y) -106.193, 27.1874 - Layer[1] : time 36.5801 (nsec) --- local (x,y) -135.469, 28.3622 - Layer[2] : time 38.2509 (nsec) --- local (x,y) -164.86, 29.4201 - Layer[3] : time 39.9216 (nsec) --- local (x,y) -194.498, 30.9543 - Layer[4] : time 41.5923 (nsec) --- local (x,y) -223.885, 32.5986 -EM Calorimeter has 8 hits. Total Edep is 972.515 (MeV) -Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) - ->>> Event 2 >>> Simulation truth : e+ (-0,0,1000) -Hodoscope 1 has 1 hits. - Hodoscope[7] 4.98679 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[9] 43.2928 (nsec) + Hodoscope[9] 43.1892 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67102 (nsec) --- local (x,y) 4.14302, 0.426292 - Layer[1] : time 8.33891 (nsec) --- local (x,y) 8.64723, -0.101217 - Layer[2] : time 10.0068 (nsec) --- local (x,y) 13.1063, -0.640861 - Layer[3] : time 11.6747 (nsec) --- local (x,y) 17.5858, -0.933049 - Layer[4] : time 13.3426 (nsec) --- local (x,y) 21.8209, -1.65746 + Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.642958, -0.597782 + Layer[1] : time 8.33877 (nsec) --- local (x,y) -0.182159, -0.40231 + Layer[2] : time 10.0066 (nsec) --- local (x,y) 0.177691, -0.190871 + Layer[3] : time 11.6744 (nsec) --- local (x,y) 0.385706, 0.194813 + Layer[4] : time 13.3422 (nsec) --- local (x,y) 0.528074, 0.386111 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.9491 (nsec) --- local (x,y) -115.979, -15.0525 - Layer[1] : time 36.6211 (nsec) --- local (x,y) -151.214, -16.7815 - Layer[2] : time 38.2931 (nsec) --- local (x,y) -186.665, -18.5195 - Layer[3] : time 39.9652 (nsec) --- local (x,y) -222.261, -20.3191 - Layer[4] : time 41.6372 (nsec) --- local (x,y) -257.728, -22.0957 -EM Calorimeter has 6 hits. Total Edep is 941.599 (MeV) + Layer[0] : time 34.851 (nsec) --- local (x,y) -151.229, 5.85415 + Layer[1] : time 36.522 (nsec) --- local (x,y) -182.201, 6.10549 + Layer[2] : time 38.193 (nsec) --- local (x,y) -212.901, 6.52036 + Layer[3] : time 39.8638 (nsec) --- local (x,y) -243.243, 7.04082 + Layer[4] : time 41.5347 (nsec) --- local (x,y) -273.464, 7.54457 +EM Calorimeter has 9 hits. Total Edep is 973.109 (MeV) Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ->>> Event 3 >>> Simulation truth : e+ (0,0,1000) +>>> Event 1 >>> Simulation truth : e+ (0,0,1000) Hodoscope 1 has 1 hits. Hodoscope[7] 4.98678 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.1981 (nsec) + Hodoscope[9] 43.2136 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) 0.48898, 1.53603 - Layer[1] : time 8.33878 (nsec) --- local (x,y) 0.786073, 2.56838 - Layer[2] : time 10.0066 (nsec) --- local (x,y) 1.10872, 3.56309 - Layer[3] : time 11.6744 (nsec) --- local (x,y) 1.2264, 4.57206 - Layer[4] : time 13.3423 (nsec) --- local (x,y) 1.36354, 5.80323 + Layer[0] : time 6.67095 (nsec) --- local (x,y) 1.24403, 0.397581 + Layer[1] : time 8.33878 (nsec) --- local (x,y) 1.94385, 0.473714 + Layer[2] : time 10.0066 (nsec) --- local (x,y) 2.93215, 0.355974 + Layer[3] : time 11.6744 (nsec) --- local (x,y) 4.34578, 0.496095 + Layer[4] : time 13.3423 (nsec) --- local (x,y) 5.81977, 0.890512 +Drift Chamber 2 has 7 hits. + Layer[0] : time 34.8759 (nsec) --- local (x,y) -135.668, 12.7812 + Layer[1] : time 36.5468 (nsec) --- local (x,y) -166, 13.91 + Layer[2] : time 38.2176 (nsec) --- local (x,y) -195.949, 15.1254 + Layer[2] : time 38.2176 (nsec) --- local (x,y) -195.95, 15.1255 + Layer[2] : time 38.2176 (nsec) --- local (x,y) -195.95, 15.1255 + Layer[3] : time 39.8884 (nsec) --- local (x,y) -225.953, 16.3281 + Layer[4] : time 41.5592 (nsec) --- local (x,y) -255.826, 17.2199 +EM Calorimeter has 9 hits. Total Edep is 984.233 (MeV) +Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) + +>>> Event 2 >>> Simulation truth : e+ (0,0,1000) +Hodoscope 1 has 1 hits. + Hodoscope[7] 4.98678 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[9] 43.1631 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.67095 (nsec) --- local (x,y) -1.75904, -0.245929 + Layer[1] : time 8.33878 (nsec) --- local (x,y) -2.69392, -0.517689 + Layer[2] : time 10.0066 (nsec) --- local (x,y) -3.54593, -0.391263 + Layer[3] : time 11.6744 (nsec) --- local (x,y) -4.53713, -0.237599 + Layer[4] : time 13.3422 (nsec) --- local (x,y) -5.3527, -0.187856 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.8613 (nsec) --- local (x,y) -138.354, 11.9488 - Layer[1] : time 36.5319 (nsec) --- local (x,y) -167.361, 11.5228 - Layer[2] : time 38.2026 (nsec) --- local (x,y) -196.451, 11.3305 - Layer[3] : time 39.8732 (nsec) --- local (x,y) -225.519, 10.7387 - Layer[4] : time 41.5439 (nsec) --- local (x,y) -254.664, 9.93764 -EM Calorimeter has 8 hits. Total Edep is 973.281 (MeV) + Layer[0] : time 34.8233 (nsec) --- local (x,y) -172.265, -3.45165 + Layer[1] : time 36.4944 (nsec) --- local (x,y) -203.908, -3.95186 + Layer[2] : time 38.1657 (nsec) --- local (x,y) -235.813, -4.43934 + Layer[3] : time 39.8369 (nsec) --- local (x,y) -267.973, -5.42726 + Layer[4] : time 41.5082 (nsec) --- local (x,y) -300.205, -6.60362 +EM Calorimeter has 6 hits. Total Edep is 979.147 (MeV) +Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) + +>>> Event 3 >>> Simulation truth : e+ (-0,0,1000) +Hodoscope 1 has 2 hits. + Hodoscope[7] 4.98678 (nsec) + Hodoscope[6] 5.22039 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[9] 43.1427 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.67096 (nsec) --- local (x,y) -1.81023, -0.30577 + Layer[1] : time 8.33878 (nsec) --- local (x,y) -3.23794, -0.331221 + Layer[2] : time 10.0066 (nsec) --- local (x,y) -5.12776, -0.459701 + Layer[3] : time 11.6745 (nsec) --- local (x,y) -7.18068, -0.48223 + Layer[4] : time 13.3423 (nsec) --- local (x,y) -9.19498, -0.343912 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.8036 (nsec) --- local (x,y) -183.198, 5.95722 + Layer[1] : time 36.4747 (nsec) --- local (x,y) -214.448, 6.47685 + Layer[2] : time 38.1458 (nsec) --- local (x,y) -245.808, 6.96232 + Layer[3] : time 39.8168 (nsec) --- local (x,y) -276.942, 7.45751 + Layer[4] : time 41.4879 (nsec) --- local (x,y) -308.078, 7.57084 +EM Calorimeter has 9 hits. Total Edep is 978.413 (MeV) Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) >>> Event 4 >>> Simulation truth : e+ (-0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.98679 (nsec) + Hodoscope[7] 4.98678 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.1791 (nsec) + Hodoscope[6] 43.2418 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.67095 (nsec) --- local (x,y) -0.632268, -1.26558 - Layer[1] : time 8.33878 (nsec) --- local (x,y) -1.34711, -1.866 - Layer[2] : time 10.0066 (nsec) --- local (x,y) -2.01577, -2.70192 - Layer[3] : time 11.6744 (nsec) --- local (x,y) -2.66655, -3.69778 - Layer[4] : time 13.3423 (nsec) --- local (x,y) -3.52692, -4.7265 + Layer[0] : time 6.67096 (nsec) --- local (x,y) 0.586722, -1.16405 + Layer[1] : time 8.33878 (nsec) --- local (x,y) 1.19036, -2.28804 + Layer[2] : time 10.0066 (nsec) --- local (x,y) 1.90361, -3.42143 + Layer[3] : time 11.6744 (nsec) --- local (x,y) 2.60077, -4.66536 + Layer[4] : time 13.3423 (nsec) --- local (x,y) 3.17492, -5.66844 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.8416 (nsec) --- local (x,y) -152.653, -6.3755 - Layer[1] : time 36.5124 (nsec) --- local (x,y) -182.657, -6.46141 - Layer[2] : time 38.1832 (nsec) --- local (x,y) -212.502, -6.56494 - Layer[3] : time 39.854 (nsec) --- local (x,y) -242.652, -6.43089 - Layer[4] : time 41.5248 (nsec) --- local (x,y) -272.512, -6.30502 -EM Calorimeter has 9 hits. Total Edep is 981.389 (MeV) + Layer[0] : time 34.8609 (nsec) --- local (x,y) -291.567, -14.3716 + Layer[1] : time 36.5403 (nsec) --- local (x,y) -350.534, -14.6014 + Layer[2] : time 38.2197 (nsec) --- local (x,y) -409.439, -15.1081 + Layer[3] : time 39.8992 (nsec) --- local (x,y) -468.641, -15.5086 + Layer[4] : time 41.5787 (nsec) --- local (x,y) -528.112, -16.056 +EM Calorimeter has 9 hits. Total Edep is 877.246 (MeV) Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/analysis/AnaEx01/AnaEx01.cc b/examples/extended/analysis/AnaEx01/AnaEx01.cc index a81a954a09..a0eaee326e 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01.cc +++ b/examples/extended/analysis/AnaEx01/AnaEx01.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01.cc,v 1.9 2003/12/03 10:33:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01AnalysisManager.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01AnalysisManager.hh index b09722cecc..5c3e6fa49e 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01AnalysisManager.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01AnalysisManager.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01AnalysisManager.hh,v 1.6 2003/06/20 14:55:44 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01CalorHit.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01CalorHit.hh index 337ec01f65..05fcedc9c3 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01CalorHit.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01CalorHit.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01CalorHit.hh,v 1.3 2003/06/20 14:55:44 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01CalorimeterSD.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01CalorimeterSD.hh index 3df7ca7adc..e92581a8be 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01CalorimeterSD.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01CalorimeterSD.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01CalorimeterSD.hh,v 1.3 2003/06/20 14:55:44 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01DetectorConstruction.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01DetectorConstruction.hh index 401b12f672..0f0791dd08 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01DetectorConstruction.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01DetectorConstruction.hh,v 1.3 2003/06/20 14:55:44 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01DetectorMessenger.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01DetectorMessenger.hh index 13e93f8dfe..34f48775ca 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01DetectorMessenger.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01DetectorMessenger.hh,v 1.3 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01EventAction.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01EventAction.hh index bce2fb3711..01d0466e37 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01EventAction.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01EventAction.hh,v 1.5 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01PhysicsList.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01PhysicsList.hh index bcdd0e7edb..ce33d03af3 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01PhysicsList.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01PhysicsList.hh,v 1.3 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01PrimaryGeneratorAction.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01PrimaryGeneratorAction.hh index f023ed5ee4..fdc57cffd7 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01PrimaryGeneratorAction.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01PrimaryGeneratorAction.hh,v 1.3 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01PrimaryGeneratorMessenger.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01PrimaryGeneratorMessenger.hh index ce43fd0470..4fb0590026 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01PrimaryGeneratorMessenger.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01PrimaryGeneratorMessenger.hh,v 1.3 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01RunAction.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01RunAction.hh index 3b7f84c00d..bc9237391a 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01RunAction.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01RunAction.hh,v 1.5 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01SteppingAction.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01SteppingAction.hh index 127d799d8d..95fcf67617 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01SteppingAction.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01SteppingAction.hh,v 1.5 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01SteppingVerbose.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01SteppingVerbose.hh index b65eaa4e49..e33ac6a87a 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01SteppingVerbose.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01SteppingVerbose.hh,v 1.3 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/examples/extended/analysis/AnaEx01/include/AnaEx01VisManager.hh b/examples/extended/analysis/AnaEx01/include/AnaEx01VisManager.hh index a6d58c1e5f..11675ab1bd 100644 --- a/examples/extended/analysis/AnaEx01/include/AnaEx01VisManager.hh +++ b/examples/extended/analysis/AnaEx01/include/AnaEx01VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: AnaEx01VisManager.hh,v 1.3 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01AnalysisManager.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01AnalysisManager.cc index 4c4c1b61c0..995e342464 100644 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01AnalysisManager.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01AnalysisManager.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01AnalysisManager.cc,v 1.12 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Guy Barrand 14th Septembre 2000. diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01CalorHit.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01CalorHit.cc index df4185879d..28bdf38ce1 100644 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01CalorHit.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01CalorHit.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01CalorHit.cc,v 1.5 2003/12/03 10:33:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01CalorimeterSD.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01CalorimeterSD.cc index 8794c2a55e..76cc924d8e 100644 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01CalorimeterSD.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01CalorimeterSD.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01CalorimeterSD.cc,v 1.4 2003/12/03 10:33:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01DetectorConstruction.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01DetectorConstruction.cc index c057bd3622..0adc64eccc 100644 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01DetectorConstruction.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01DetectorConstruction.cc,v 1.4 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01DetectorMessenger.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01DetectorMessenger.cc index 889398969f..c1e0b7c03f 100644 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01DetectorMessenger.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01DetectorMessenger.cc,v 1.4 2002/12/05 00:24:22 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01EventAction.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01EventAction.cc index 00ac7a64b7..1dac4a88a2 100644 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01EventAction.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01EventAction.cc,v 1.5 2001/11/16 14:31:12 barrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01PhysicsList.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01PhysicsList.cc index 663fd75ef8..179c6abe9e 100644 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01PhysicsList.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01PhysicsList.cc,v 1.4 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01PrimaryGeneratorAction.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01PrimaryGeneratorAction.cc index 8d148be562..4368e5df2a 100644 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01PrimaryGeneratorAction.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01PrimaryGeneratorAction.cc,v 1.4 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01PrimaryGeneratorMessenger.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01PrimaryGeneratorMessenger.cc index 9cb292f024..90abe3f2dd 100644 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01PrimaryGeneratorMessenger.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01PrimaryGeneratorMessenger.cc,v 1.4 2002/12/05 00:24:22 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01RunAction.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01RunAction.cc index 027b30e752..76394b3029 100644 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01RunAction.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01RunAction.cc,v 1.6 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01SteppingAction.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01SteppingAction.cc index a8c5e52f24..cc14bc0cc4 100644 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01SteppingAction.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01SteppingAction.cc,v 1.6 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01SteppingVerbose.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01SteppingVerbose.cc index 64db323534..0e9bb26ac2 100644 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01SteppingVerbose.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01SteppingVerbose.cc,v 1.6 2003/06/20 14:55:45 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/examples/extended/analysis/AnaEx01/src/AnaEx01VisManager.cc b/examples/extended/analysis/AnaEx01/src/AnaEx01VisManager.cc index 72873d4a17..91a92e8ad2 100755 --- a/examples/extended/analysis/AnaEx01/src/AnaEx01VisManager.cc +++ b/examples/extended/analysis/AnaEx01/src/AnaEx01VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: AnaEx01VisManager.cc,v 1.7 2003/10/17 10:19:57 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/biasing/B01/exampleB01.cc b/examples/extended/biasing/B01/exampleB01.cc index 0dbb295699..c503e63c58 100644 --- a/examples/extended/biasing/B01/exampleB01.cc +++ b/examples/extended/biasing/B01/exampleB01.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: exampleB01.cc,v 1.19 2003/08/25 12:32:29 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: exampleB01.cc,v 1.20 2004/03/24 10:11:25 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // -------------------------------------------------------------- @@ -50,6 +50,7 @@ #include "G4VPhysicalVolume.hh" #include "G4RunManager.hh" #include "G4UImanager.hh" +#include "G4GeometryManager.hh" #include "B01DetectorConstruction.hh" #include "B01PhysicsList.hh" @@ -67,18 +68,13 @@ int main(int argc, char **argv) -{ - +{ G4int mode = 0; - if (argc>1) { - mode = atoi(argv[1]); - } + if (argc>1) mode = atoi(argv[1]); std::ostream *myout = &G4cout; G4int numberOfEvent = 100; - G4long myseed = 345354; - HepRandom::setTheSeed(myseed); G4RunManager *runManager = new G4RunManager; @@ -91,28 +87,31 @@ int main(int argc, char **argv) runManager->SetUserAction(new B01PrimaryGeneratorAction); runManager->Initialize(); - // pointers for importance store, weight window sotre - // and weight window algorithm + // pointers for importance store, weight-window store + // and weight-window algorithm + // G4VIStore *aIstore = 0; G4VWeightWindowStore *aWWstore = 0; G4VWeightWindowAlgorithm *wwAlg = 0; - // use a scorer + // G4Scorer scorer; - // create sampler for biasing and scoring - // in the mass geometry - + // create sampler for biasing and scoring in the mass geometry + // G4MassGeometrySampler mgs("neutron"); mgs.PrepareScoring(&scorer); - if (mode == 0) { + if (mode == 0) + { // prepare for importance sampling + // aIstore = detector->CreateImportanceStore(); mgs.PrepareImportanceSampling(aIstore, 0); } - else { + else + { // prepare for weight window technique // in this case the algoritm is initialized such that // the weight window tehcnique does exactly the same as @@ -120,23 +119,28 @@ int main(int argc, char **argv) // the place of action ( the locations where // splitting and Russian roulette are to be applied) // is chosen to be on the boundary between cells. + // aWWstore = detector->CreateWeightWindowStore(); - wwAlg = new G4WeightWindowAlgorithm(1, // upper limit factor - 1, // survival factor + wwAlg = new G4WeightWindowAlgorithm(1, // upper limit factor + 1, // survival factor 100); // max. number of splitting - mgs.PrepareWeightWindow(aWWstore, wwAlg, - onBoundary); // place of action + mgs.PrepareWeightWindow(aWWstore, wwAlg, onBoundary); // place of action } mgs.Configure(); runManager->BeamOn(numberOfEvent); // print a table of the scores + // G4ScoreTable sp(aIstore); sp.Print(scorer.GetMapGeometryCellCellScorer(), myout); - + + // open geometry for clean biasing stores clean-up + // + G4GeometryManager::GetInstance()->OpenGeometry(); + if (aIstore) { delete aIstore; } @@ -146,5 +150,6 @@ int main(int argc, char **argv) if (wwAlg) { delete wwAlg; } + return 0; } diff --git a/examples/extended/biasing/B01/exampleB01.out b/examples/extended/biasing/B01/exampleB01.out index cf5df8f1e3..f92bf95a9c 100644 --- a/examples/extended/biasing/B01/exampleB01.out +++ b/examples/extended/biasing/B01/exampleB01.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (3-October-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + phot: Total cross sections from Sandia parametrisation. B01PhysicsList::SetCuts:CutLength : 1 (mm) @@ -108,29 +111,29 @@ compt: Total cross sections from a parametrisation. Good description from 10 Ke PhysicsTables from 1 keV to 100 GeV in 80 bins. msc: Model variant of multiple scattering for e- - Lambda tables from 100 eV to 100 TeV in 120 bins. + Lambda tables from 100 eV to 100 TeV in 120 bins. Boundary algorithm is active with facrange= 0.199 eIoni: tables are built for e- - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. + dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 1, integral: 1 Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV. eBrem: tables are built for e- - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. + dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Total cross sections from a parametrisation based on the EEDL data library. Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV. eIoni: tables are built for e+ - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. + dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 1, integral: 1 Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV. eBrem: tables are built for e+ - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. + dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Total cross sections from a parametrisation based on the EEDL data library. Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV. @@ -140,66 +143,68 @@ annihil: Total cross section from Heilter formula(annihilation into 2 photons). PhysicsTables from 10 keV to 10 TeV in 100 bins. msc: Model variant of multiple scattering for proton - Lambda tables from 100 eV to 100 TeV in 120 bins. + Lambda tables from 100 eV to 100 TeV in 120 bins. Boundary algorithm is active with facrange= 0.199 hIoni: tables are built for proton - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. + dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 0 msc: Model variant of multiple scattering for mu+ - Lambda tables from 100 eV to 100 TeV in 120 bins. + Lambda tables from 100 eV to 100 TeV in 120 bins. Boundary algorithm is active with facrange= 0.199 MuIoni: tables are built for mu+ - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. + dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. + dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Parametrised model MuPairProd: tables are built for mu+ - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. + dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Parametrised model ### All dEdx and Range tables are built ##### MuIoni: tables are built for mu- - dE/dx and range tables from 100 eV to 100 TeV in 120 bins. + dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- - Lambda tables from 100 eV to 100 TeV in 120 bins. + Lambda tables from 100 eV to 100 TeV in 120 bins. Boundary algorithm is active with facrange= 0.199 Volume name | Importance| Tr.Entering| Population| Collisions| Coll*WGT| NumWGTedE| FluxWGTedE| Av.Tr.WGT| -cell_01_rep:0............ | 1 | 114 | 134 | 110 | 110 | 7.40303 | 9.22688 | 1 | -cell_02_rep:0............ | 2 | 81 | 171 | 201 | 100.5 | 6.01133 | 8.47808 | 1 | -cell_03_rep:0............ | 4 | 112 | 230 | 254 | 63.5 | 5.71079 | 8.28133 | 1 | -cell_04_rep:0............ | 8 | 145 | 293 | 386 | 48.25 | 4.61676 | 7.73542 | 1 | -cell_05_rep:0............ | 16 | 147 | 323 | 444 | 27.75 | 3.61001 | 7.51528 | 1 | -cell_06_rep:0............ | 32 | 170 | 350 | 460 | 14.375 | 0.171091 | 7.41748 | 1 | -cell_07_rep:0............ | 64 | 189 | 420 | 575 | 8.98438 | 0.0460408 | 7.47914 | 1 | -cell_08_rep:0............ | 128 | 224 | 476 | 705 | 5.50781 | 2.69504 | 6.8239 | 1 | -cell_09_rep:0............ | 256 | 229 | 496 | 820 | 3.20312 | 0.366871 | 6.32006 | 1 | -cell_10_rep:0............ | 512 | 275 | 539 | 893 | 1.74414 | 2.05898 | 6.19657 | 1 | -cell_11_rep:0............ | 1024 | 317 | 665 | 1146 | 1.11914 | 0.218009 | 5.85921 | 1 | -cell_12_rep:0............ | 2048 | 322 | 668 | 1220 | 0.595703 | 0.124351 | 5.69458 | 1 | -cell_13_rep:0............ | 4096 | 354 | 711 | 1467 | 0.358154 | 1.50433 | 4.97726 | 1 | -cell_14_rep:0............ | 8192 | 377 | 785 | 1627 | 0.198608 | 1.40615 | 4.74936 | 1 | -cell_15_rep:0............ | 16384 | 420 | 833 | 1728 | 0.105469 | 1.62041 | 4.7153 | 1 | -cell_16_rep:0............ | 32768 | 379 | 756 | 1486 | 0.0453491 | 2.53735 | 5.00551 | 1 | -cell_17_rep:0............ | 65536 | 406 | 844 | 1579 | 0.0240936 | 0.0346509 | 4.73638 | 1 | -cell_18_rep:0............ | 131072 | 367 | 856 | 1694 | 0.0129242 | 2.43149 | 4.63503 | 1 | -rest_rep:0............... | 131072 | 391 | 391 | 0 | 0 | 0 | 0 | 0 | -shieldWorld_rep:0........ | 1 | 9 | 109 | 0 | 0 | 10 | 10 | 1 | +cell_01_rep:0............ | 1 | 106 | 131 | 120 | 120 | 0.032472038 | 9.2527983 | 1 | +cell_02_rep:0............ | 2 | 72 | 157 | 148 | 74 | 8.9205605 | 9.2174133 | 1 | +cell_03_rep:0............ | 4 | 93 | 212 | 211 | 52.75 | 7.4823819 | 8.5261163 | 1 | +cell_04_rep:0............ | 8 | 112 | 219 | 254 | 31.75 | 3.5008375 | 7.7749792 | 1 | +cell_05_rep:0............ | 16 | 128 | 262 | 321 | 20.0625 | 4.1377944 | 7.7074206 | 1 | +cell_06_rep:0............ | 32 | 134 | 297 | 329 | 10.28125 | 6.6014772 | 7.7333631 | 1 | +cell_07_rep:0............ | 64 | 156 | 316 | 391 | 6.109375 | 0.18088036 | 7.4546045 | 1 | +cell_08_rep:0............ | 128 | 184 | 376 | 497 | 3.8828125 | 5.134922 | 6.7888989 | 1 | +cell_09_rep:0............ | 256 | 211 | 445 | 591 | 2.3085938 | 0.061641191 | 6.5983902 | 1 | +cell_10_rep:0............ | 512 | 239 | 494 | 707 | 1.3808594 | 5.1539762 | 6.6420088 | 1 | +cell_11_rep:0............ | 1024 | 260 | 530 | 781 | 0.76269531 | 0.17684092 | 6.5343371 | 1 | +cell_12_rep:0............ | 2048 | 289 | 596 | 928 | 0.453125 | 2.0888873 | 6.0537706 | 1 | +cell_13_rep:0............ | 4096 | 301 | 643 | 1004 | 0.24511719 | 3.6000169 | 5.9038428 | 1 | +cell_14_rep:0............ | 8192 | 327 | 682 | 1112 | 0.13574219 | 3.6317715 | 5.5996676 | 1 | +cell_15_rep:0............ | 16384 | 332 | 673 | 974 | 0.059448242 | 3.4512276 | 5.5878681 | 1 | +cell_16_rep:0............ | 32768 | 360 | 743 | 1194 | 0.036437988 | 3.1622704 | 5.4812661 | 1 | +cell_17_rep:0............ | 65536 | 394 | 812 | 1230 | 0.018768311 | 3.5856689 | 5.5173971 | 1 | +cell_18_rep:0............ | 131072 | 355 | 828 | 1436 | 0.010955811 | 0.23625257 | 5.1653559 | 1 | +rest_rep:0............... | 131072 | 385 | 385 | 0 | 0 | 0 | 0 | 0 | +shieldWorld_rep:0........ | 1 | 10 | 110 | 0 | 0 | 10 | 10 | 1 | === G4ProcessPlacer::RemoveProcess: for: neutron ProcessName: MassImportanceProcess, will be removed! The initial Vectors: @@ -274,7 +279,3 @@ DoIt Vector: LCapture Decay ================================================ -WARNING - Attempt to delete the physical volume store while geometry closed ! -WARNING - Attempt to delete the logical volume store while geometry closed ! -WARNING - Attempt to delete the solid store while geometry closed ! -WARNING - Attempt to delete the region store while geometry closed ! diff --git a/examples/extended/biasing/B01/include/B01DetectorConstruction.hh b/examples/extended/biasing/B01/include/B01DetectorConstruction.hh index 381f570f39..a74ff25890 100644 --- a/examples/extended/biasing/B01/include/B01DetectorConstruction.hh +++ b/examples/extended/biasing/B01/include/B01DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: B01DetectorConstruction.hh,v 1.6 2003/08/25 12:32:29 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef B01DetectorConstruction_hh diff --git a/examples/extended/biasing/B01/src/B01DetectorConstruction.cc b/examples/extended/biasing/B01/src/B01DetectorConstruction.cc index 653b918035..dce5f8cd7d 100644 --- a/examples/extended/biasing/B01/src/B01DetectorConstruction.cc +++ b/examples/extended/biasing/B01/src/B01DetectorConstruction.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: B01DetectorConstruction.cc,v 1.12 2003/08/25 12:32:29 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: B01DetectorConstruction.cc,v 1.13 2004/03/24 10:10:43 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #include "G4Types.hh" @@ -117,20 +117,6 @@ G4VPhysicalVolume* B01DetectorConstruction::Construct() Concrete->AddElement(elCa , fractionmass= 0.044); Concrete->AddElement(elFe , fractionmass= 0.014); Concrete->AddElement(elC , fractionmass= 0.001); - - - - - - - - - - - - - - ///////////////////////////// // world cylinder volume @@ -164,8 +150,6 @@ G4VPhysicalVolume* B01DetectorConstruction::Construct() fPhysicalVolumeVector.push_back(pWorldVolume); - - // creating 18 slabs of 10 cm thick concrete G4double innerRadiusShield = 0*cm; @@ -183,11 +167,10 @@ G4VPhysicalVolume* B01DetectorConstruction::Construct() // logical shield - G4LogicalVolume *aShield_log = + G4LogicalVolume *aShield_log = new G4LogicalVolume(aShield, Concrete, "aShield_log"); - G4VisAttributes* pShieldVis = new - G4VisAttributes(G4Colour(0.0,0.0,1.0)); + G4VisAttributes* pShieldVis = new G4VisAttributes(G4Colour(0.0,0.0,1.0)); pShieldVis->SetForceSolid(true); aShield_log->SetVisAttributes(pShieldVis); @@ -195,9 +178,9 @@ G4VPhysicalVolume* B01DetectorConstruction::Construct() G4int i; G4double startz = -85*cm; - for (i=1; i<=18; i++) { + for (i=1; i<=18; i++) + { name = GetCellName(i); - G4double pos_x = 0*cm; G4double pos_y = 0*cm; G4double pos_z = startz + (i-1) * (2*hightShield); @@ -212,9 +195,10 @@ G4VPhysicalVolume* B01DetectorConstruction::Construct() fPhysicalVolumeVector.push_back(pvol); } - // filling the rest of the world volumr behind the concrete with + // filling the rest of the world volume behind the concrete with // another slab which should get the same importance value // or lower weight bound as the last slab + // innerRadiusShield = 0*cm; outerRadiusShield = 100*cm; hightShield = 5*cm; @@ -228,7 +212,7 @@ G4VPhysicalVolume* B01DetectorConstruction::Construct() startAngleShield, spanningAngleShield); - G4LogicalVolume *aRest_log = + G4LogicalVolume *aRest_log = new G4LogicalVolume(aRest, Galactic, "aRest_log"); name = "rest"; @@ -246,14 +230,14 @@ G4VPhysicalVolume* B01DetectorConstruction::Construct() fPhysicalVolumeVector.push_back(pvol_rest); return pWorldVolume; - } -G4VIStore *B01DetectorConstruction::CreateImportanceStore() { - - if (!fPhysicalVolumeVector.size()) { - G4Exception("B01DetectorConstruction::CreateImportanceStore: no physical volumes created yet!"); +G4VIStore *B01DetectorConstruction::CreateImportanceStore() +{ + if (!fPhysicalVolumeVector.size()) + { + G4Exception("B01-DetectorConstruction: no physical volumes created yet!"); } G4VPhysicalVolume *pWorldVolume = fPhysicalVolumeVector[0]; @@ -262,12 +246,11 @@ G4VIStore *B01DetectorConstruction::CreateImportanceStore() { G4IStore *istore = new G4IStore(*pWorldVolume); - G4int n = 0; G4double imp =1; istore->AddImportanceGeometryCell(1, *pWorldVolume); - for (std::vector::iterator it = - fPhysicalVolumeVector.begin(); + for (std::vector::iterator + it = fPhysicalVolumeVector.begin(); it != fPhysicalVolumeVector.end() - 1; it++) { if (*it != pWorldVolume) @@ -281,20 +264,18 @@ G4VIStore *B01DetectorConstruction::CreateImportanceStore() { // the remaining part pf the geometry (rest) gets the same // importance as the last conrete cell - istore-> - AddImportanceGeometryCell(imp, - *(fPhysicalVolumeVector[fPhysicalVolumeVector - .size()-1])); + // + istore->AddImportanceGeometryCell(imp, + *(fPhysicalVolumeVector[fPhysicalVolumeVector.size()-1])); return istore; } - - -G4VWeightWindowStore *B01DetectorConstruction::CreateWeightWindowStore() { - - if (!fPhysicalVolumeVector.size()) { - G4Exception("B01DetectorConstruction::CreateWeightWindowStore: no physical volumes created yet!"); +G4VWeightWindowStore *B01DetectorConstruction::CreateWeightWindowStore() +{ + if (!fPhysicalVolumeVector.size()) + { + G4Exception("B01-CreateWeightWindowStore: no physical volumes created yet!"); } G4VPhysicalVolume *pWorldVolume = fPhysicalVolumeVector[0]; @@ -304,11 +285,11 @@ G4VWeightWindowStore *B01DetectorConstruction::CreateWeightWindowStore() { G4WeightWindowStore *wwstore = new G4WeightWindowStore(*pWorldVolume); // create one energy region covering the energies of the problem + // std::set > enBounds; enBounds.insert(1 * GeV); wwstore->SetGeneralUpperEnergyBounds(enBounds); - G4int n = 0; G4double lowerWeight =1; std::vector lowerWeights; @@ -317,8 +298,8 @@ G4VWeightWindowStore *B01DetectorConstruction::CreateWeightWindowStore() { G4GeometryCell gWorldCell(*pWorldVolume,0); wwstore->AddLowerWeights(gWorldCell, lowerWeights); - for (std::vector::iterator it = - fPhysicalVolumeVector.begin(); + for (std::vector::iterator + it = fPhysicalVolumeVector.begin(); it != fPhysicalVolumeVector.end() - 1; it++) { if (*it != pWorldVolume) @@ -336,21 +317,21 @@ G4VWeightWindowStore *B01DetectorConstruction::CreateWeightWindowStore() { // the remaining part pf the geometry (rest) gets the same // lower weight bound as the last conrete cell - G4GeometryCell gRestCell(*(fPhysicalVolumeVector[fPhysicalVolumeVector - .size()-1]), 0); + // + G4GeometryCell + gRestCell(*(fPhysicalVolumeVector[fPhysicalVolumeVector.size()-1]), 0); wwstore->AddLowerWeights(gRestCell, lowerWeights); - - + return wwstore; } - - -G4String B01DetectorConstruction::GetCellName(G4int i) { +G4String B01DetectorConstruction::GetCellName(G4int i) +{ char st[200]; std::ostrstream os(st,200); os << "cell_"; - if (i<10) { + if (i<10) + { os << "0"; } os << i diff --git a/examples/extended/biasing/B01/src/B01PhysicsList.cc b/examples/extended/biasing/B01/src/B01PhysicsList.cc index a742149567..cec567f588 100644 --- a/examples/extended/biasing/B01/src/B01PhysicsList.cc +++ b/examples/extended/biasing/B01/src/B01PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: B01PhysicsList.cc,v 1.5 2003/06/16 16:47:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" diff --git a/examples/extended/biasing/B01/src/B01PrimaryGeneratorAction.cc b/examples/extended/biasing/B01/src/B01PrimaryGeneratorAction.cc index 94512acb9d..73385d65fc 100644 --- a/examples/extended/biasing/B01/src/B01PrimaryGeneratorAction.cc +++ b/examples/extended/biasing/B01/src/B01PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: B01PrimaryGeneratorAction.cc,v 1.7 2002/11/07 13:48:02 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" diff --git a/examples/extended/biasing/B02/exampleB02.cc b/examples/extended/biasing/B02/exampleB02.cc index 21912bedf8..794868b4c6 100644 --- a/examples/extended/biasing/B02/exampleB02.cc +++ b/examples/extended/biasing/B02/exampleB02.cc @@ -22,7 +22,7 @@ // // // $Id: exampleB02.cc,v 1.16 2003/07/31 08:28:16 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/biasing/B02/exampleB02.out b/examples/extended/biasing/B02/exampleB02.out index fa682e6c1d..e631c6a612 100644 --- a/examples/extended/biasing/B02/exampleB02.out +++ b/examples/extended/biasing/B02/exampleB02.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (31-Jul-2002) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/biasing/B02/include/B02CellScorer.hh b/examples/extended/biasing/B02/include/B02CellScorer.hh index fff45bfe76..bb6e38793f 100644 --- a/examples/extended/biasing/B02/include/B02CellScorer.hh +++ b/examples/extended/biasing/B02/include/B02CellScorer.hh @@ -22,7 +22,7 @@ // // // $Id: B02CellScorer.hh,v 1.2 2003/06/16 16:47:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class B02CellScorer diff --git a/examples/extended/biasing/B02/include/B02CellScorerStore.hh b/examples/extended/biasing/B02/include/B02CellScorerStore.hh index e4dc81b989..c38ba39c58 100644 --- a/examples/extended/biasing/B02/include/B02CellScorerStore.hh +++ b/examples/extended/biasing/B02/include/B02CellScorerStore.hh @@ -22,7 +22,7 @@ // // // $Id: B02CellScorerStore.hh,v 1.2 2003/06/16 16:47:14 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class B02CellScorerStore diff --git a/examples/extended/biasing/B02/include/B02DetectorConstruction.hh b/examples/extended/biasing/B02/include/B02DetectorConstruction.hh index c5cd168a9d..2d36502fb9 100644 --- a/examples/extended/biasing/B02/include/B02DetectorConstruction.hh +++ b/examples/extended/biasing/B02/include/B02DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: B02DetectorConstruction.hh,v 1.3 2002/11/08 14:47:42 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef B02DetectorConstruction_hh diff --git a/examples/extended/biasing/B02/include/B02ImportanceDetectorConstruction.hh b/examples/extended/biasing/B02/include/B02ImportanceDetectorConstruction.hh index 8149a314b0..9be48e8d7c 100644 --- a/examples/extended/biasing/B02/include/B02ImportanceDetectorConstruction.hh +++ b/examples/extended/biasing/B02/include/B02ImportanceDetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: B02ImportanceDetectorConstruction.hh,v 1.3 2003/06/16 16:47:15 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef B02ImportanceDetectorConstruction_hh diff --git a/examples/extended/biasing/B02/include/B02ScoringDetectorConstruction.hh b/examples/extended/biasing/B02/include/B02ScoringDetectorConstruction.hh index c69f31cd78..9383318395 100644 --- a/examples/extended/biasing/B02/include/B02ScoringDetectorConstruction.hh +++ b/examples/extended/biasing/B02/include/B02ScoringDetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: B02ScoringDetectorConstruction.hh,v 1.2 2002/04/19 10:54:26 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef B02ScoringDetectorConstruction_hh diff --git a/examples/extended/biasing/B02/src/B02CellScorer.cc b/examples/extended/biasing/B02/src/B02CellScorer.cc index 2ec20f8c2f..f042c3f369 100644 --- a/examples/extended/biasing/B02/src/B02CellScorer.cc +++ b/examples/extended/biasing/B02/src/B02CellScorer.cc @@ -22,7 +22,7 @@ // // // $Id: B02CellScorer.cc,v 1.1 2002/11/08 14:52:17 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/examples/extended/biasing/B02/src/B02CellScorerStore.cc b/examples/extended/biasing/B02/src/B02CellScorerStore.cc index 8c9dde480d..cdba8cb40b 100644 --- a/examples/extended/biasing/B02/src/B02CellScorerStore.cc +++ b/examples/extended/biasing/B02/src/B02CellScorerStore.cc @@ -22,7 +22,7 @@ // // // $Id: B02CellScorerStore.cc,v 1.1 2002/11/08 14:52:17 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/examples/extended/biasing/B02/src/B02DetectorConstruction.cc b/examples/extended/biasing/B02/src/B02DetectorConstruction.cc index b7db2aa90c..d7ec03ac45 100644 --- a/examples/extended/biasing/B02/src/B02DetectorConstruction.cc +++ b/examples/extended/biasing/B02/src/B02DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: B02DetectorConstruction.cc,v 1.10 2003/07/31 11:59:40 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4Types.hh" #include diff --git a/examples/extended/biasing/B02/src/B02ImportanceDetectorConstruction.cc b/examples/extended/biasing/B02/src/B02ImportanceDetectorConstruction.cc index 30e269ff89..5b18cb0257 100644 --- a/examples/extended/biasing/B02/src/B02ImportanceDetectorConstruction.cc +++ b/examples/extended/biasing/B02/src/B02ImportanceDetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: B02ImportanceDetectorConstruction.cc,v 1.6 2003/07/31 08:28:16 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "globals.hh" diff --git a/examples/extended/biasing/B02/src/B02PhysicsList.cc b/examples/extended/biasing/B02/src/B02PhysicsList.cc index d8a7371379..297717eaaf 100644 --- a/examples/extended/biasing/B02/src/B02PhysicsList.cc +++ b/examples/extended/biasing/B02/src/B02PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: B02PhysicsList.cc,v 1.4 2003/06/16 16:47:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" diff --git a/examples/extended/biasing/B02/src/B02PrimaryGeneratorAction.cc b/examples/extended/biasing/B02/src/B02PrimaryGeneratorAction.cc index 07897fa45f..4d6ad5bcb2 100644 --- a/examples/extended/biasing/B02/src/B02PrimaryGeneratorAction.cc +++ b/examples/extended/biasing/B02/src/B02PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: B02PrimaryGeneratorAction.cc,v 1.5 2002/11/08 14:47:48 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" diff --git a/examples/extended/biasing/B02/src/B02ScoringDetectorConstruction.cc b/examples/extended/biasing/B02/src/B02ScoringDetectorConstruction.cc index 10f565e3ec..332e6a0db1 100644 --- a/examples/extended/biasing/B02/src/B02ScoringDetectorConstruction.cc +++ b/examples/extended/biasing/B02/src/B02ScoringDetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: B02ScoringDetectorConstruction.cc,v 1.6 2003/02/19 08:24:35 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" diff --git a/examples/extended/biasing/B03/exampleB03.cc b/examples/extended/biasing/B03/exampleB03.cc index ba7ac5848a..d44ad73e28 100644 --- a/examples/extended/biasing/B03/exampleB03.cc +++ b/examples/extended/biasing/B03/exampleB03.cc @@ -22,7 +22,7 @@ // // // $Id: exampleB03.cc,v 1.11 2003/06/30 16:17:02 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/biasing/B03/exampleB03.out b/examples/extended/biasing/B03/exampleB03.out index 3ef01eafe3..27d44a4e08 100644 --- a/examples/extended/biasing/B03/exampleB03.out +++ b/examples/extended/biasing/B03/exampleB03.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (31-Jul-2002) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/biasing/B03/include/B03AppBase.hh b/examples/extended/biasing/B03/include/B03AppBase.hh index 0e2c081963..3e1d411320 100644 --- a/examples/extended/biasing/B03/include/B03AppBase.hh +++ b/examples/extended/biasing/B03/include/B03AppBase.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: B03AppBase.hh,v 1.1 2003/06/30 16:17:03 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- #ifndef B03AppBase_hh diff --git a/examples/extended/biasing/B03/include/B03DetectorConstruction.hh b/examples/extended/biasing/B03/include/B03DetectorConstruction.hh index b8febd1abb..659bce93e0 100644 --- a/examples/extended/biasing/B03/include/B03DetectorConstruction.hh +++ b/examples/extended/biasing/B03/include/B03DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: B03DetectorConstruction.hh,v 1.4 2002/11/08 17:35:18 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef B03DetectorConstruction_hh diff --git a/examples/extended/biasing/B03/include/B03ImportanceDetectorConstruction.hh b/examples/extended/biasing/B03/include/B03ImportanceDetectorConstruction.hh index f7b9324b9f..9db1806627 100644 --- a/examples/extended/biasing/B03/include/B03ImportanceDetectorConstruction.hh +++ b/examples/extended/biasing/B03/include/B03ImportanceDetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: B03ImportanceDetectorConstruction.hh,v 1.2 2003/06/16 16:47:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef B03ImportanceDetectorConstruction_hh diff --git a/examples/extended/biasing/B03/include/B03PhysicsList.hh b/examples/extended/biasing/B03/include/B03PhysicsList.hh index 2b757ffe55..ee82456106 100644 --- a/examples/extended/biasing/B03/include/B03PhysicsList.hh +++ b/examples/extended/biasing/B03/include/B03PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: B03PhysicsList.hh,v 1.3 2002/11/08 17:35:18 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef B03PhysicsList_h diff --git a/examples/extended/biasing/B03/include/B03PrimaryGeneratorAction.hh b/examples/extended/biasing/B03/include/B03PrimaryGeneratorAction.hh index 88de20a050..f2bd756035 100644 --- a/examples/extended/biasing/B03/include/B03PrimaryGeneratorAction.hh +++ b/examples/extended/biasing/B03/include/B03PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: B03PrimaryGeneratorAction.hh,v 1.3 2002/11/08 17:35:18 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef B03PrimaryGeneratorAction_hh diff --git a/examples/extended/biasing/B03/src/B03AppBase.cc b/examples/extended/biasing/B03/src/B03AppBase.cc index 6082d404ad..b157ed1aa8 100644 --- a/examples/extended/biasing/B03/src/B03AppBase.cc +++ b/examples/extended/biasing/B03/src/B03AppBase.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: B03AppBase.cc,v 1.1 2003/06/30 16:17:03 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- #include "B03AppBase.hh" diff --git a/examples/extended/biasing/B03/src/B03DetectorConstruction.cc b/examples/extended/biasing/B03/src/B03DetectorConstruction.cc index 8c31da88fe..61104f1b48 100644 --- a/examples/extended/biasing/B03/src/B03DetectorConstruction.cc +++ b/examples/extended/biasing/B03/src/B03DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: B03DetectorConstruction.cc,v 1.13 2003/07/31 11:59:41 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4Types.hh" diff --git a/examples/extended/biasing/B03/src/B03ImportanceDetectorConstruction.cc b/examples/extended/biasing/B03/src/B03ImportanceDetectorConstruction.cc index f73f3b19fe..9079e43b38 100644 --- a/examples/extended/biasing/B03/src/B03ImportanceDetectorConstruction.cc +++ b/examples/extended/biasing/B03/src/B03ImportanceDetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: B03ImportanceDetectorConstruction.cc,v 1.6 2003/07/31 11:59:41 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "globals.hh" diff --git a/examples/extended/biasing/B03/src/B03PhysicsList.cc b/examples/extended/biasing/B03/src/B03PhysicsList.cc index 1fcc2be716..69ab0ddbc2 100644 --- a/examples/extended/biasing/B03/src/B03PhysicsList.cc +++ b/examples/extended/biasing/B03/src/B03PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: B03PhysicsList.cc,v 1.4 2003/06/16 16:47:29 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" diff --git a/examples/extended/biasing/B03/src/B03PrimaryGeneratorAction.cc b/examples/extended/biasing/B03/src/B03PrimaryGeneratorAction.cc index 4ef7b44f9f..2dd27d1ad4 100644 --- a/examples/extended/biasing/B03/src/B03PrimaryGeneratorAction.cc +++ b/examples/extended/biasing/B03/src/B03PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: B03PrimaryGeneratorAction.cc,v 1.5 2002/11/08 17:35:19 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" diff --git a/examples/extended/electromagnetic/TestEm1/TestEm1.cc b/examples/extended/electromagnetic/TestEm1/TestEm1.cc index beb8fd3ccd..203c18d577 100644 --- a/examples/extended/electromagnetic/TestEm1/TestEm1.cc +++ b/examples/extended/electromagnetic/TestEm1/TestEm1.cc @@ -22,7 +22,7 @@ // // // $Id: TestEm1.cc,v 1.9 2003/10/06 10:02:20 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/TestEm1.out b/examples/extended/electromagnetic/TestEm1/TestEm1.out index b27ca749c1..74e4224367 100644 --- a/examples/extended/electromagnetic/TestEm1/TestEm1.out +++ b/examples/extended/electromagnetic/TestEm1/TestEm1.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + G4Material: Mean excitation energy is changed for Water Iold= 70.8926eV; Inew= 75 eV; ***** Table : Nb of materials = 12 ***** @@ -141,7 +144,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 0.0017, dRoverRange= 0.183, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -158,7 +162,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 0.0017, dRoverRange= 0.183, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -196,20 +201,20 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 100 - User=93s Real=1.2e+02s Sys=16s + User=26s Real=41s Sys=10s - nb tracks/event neutral: 27.4000 charged: 688.9400 - nb steps/event neutral: 145.5700 charged: 4748.9500 + nb tracks/event neutral: 27.2700 charged: 695.2400 + nb steps/event neutral: 149.2500 charged: 3410.4800 total energy deposit: 100.0000 MeV nb of process calls per event: eIoni eBrem compt phot conv annihil - 4721.6700 25.8800 118.1700 26.0000 1.4000 1.4000 + 3383.5800 25.3200 121.9800 25.6900 1.5800 1.5800 --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1804446829, 260016917 + Current couple of seeds = 1351988378, 1579045124 ---------------------------------------- Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/electromagnetic/TestEm1/include/DetectorConstruction.hh b/examples/extended/electromagnetic/TestEm1/include/DetectorConstruction.hh index c35ae08924..5de07029df 100644 --- a/examples/extended/electromagnetic/TestEm1/include/DetectorConstruction.hh +++ b/examples/extended/electromagnetic/TestEm1/include/DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: DetectorConstruction.hh,v 1.1 2003/10/06 10:02:22 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/include/DetectorMessenger.hh b/examples/extended/electromagnetic/TestEm1/include/DetectorMessenger.hh index 4149bb5481..f05d59c525 100644 --- a/examples/extended/electromagnetic/TestEm1/include/DetectorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm1/include/DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: DetectorMessenger.hh,v 1.1 2003/10/06 10:02:22 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/include/EventAction.hh b/examples/extended/electromagnetic/TestEm1/include/EventAction.hh index f2a879a91a..109fdafb0b 100644 --- a/examples/extended/electromagnetic/TestEm1/include/EventAction.hh +++ b/examples/extended/electromagnetic/TestEm1/include/EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: EventAction.hh,v 1.2 2003/10/28 10:27:25 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/include/EventActionMessenger.hh b/examples/extended/electromagnetic/TestEm1/include/EventActionMessenger.hh index 81b3e92d03..e9dca70047 100644 --- a/examples/extended/electromagnetic/TestEm1/include/EventActionMessenger.hh +++ b/examples/extended/electromagnetic/TestEm1/include/EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: EventActionMessenger.hh,v 1.1 2003/10/06 10:02:24 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/include/G4eBremsstrahlungCMS.hh b/examples/extended/electromagnetic/TestEm1/include/G4eBremsstrahlungCMS.hh index 9acf9111fd..5cf498529d 100644 --- a/examples/extended/electromagnetic/TestEm1/include/G4eBremsstrahlungCMS.hh +++ b/examples/extended/electromagnetic/TestEm1/include/G4eBremsstrahlungCMS.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4eBremsstrahlungCMS.hh,v 1.2 2003/10/24 12:06:36 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/examples/extended/electromagnetic/TestEm1/include/PhysListEmG4v52.hh b/examples/extended/electromagnetic/TestEm1/include/PhysListEmG4v52.hh index 44291f9f65..9849245036 100644 --- a/examples/extended/electromagnetic/TestEm1/include/PhysListEmG4v52.hh +++ b/examples/extended/electromagnetic/TestEm1/include/PhysListEmG4v52.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.hh,v 1.1 2003/10/06 10:02:24 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/include/PhysListEmStandard.hh b/examples/extended/electromagnetic/TestEm1/include/PhysListEmStandard.hh index 35cdb9ab2d..f7adfe2c3b 100644 --- a/examples/extended/electromagnetic/TestEm1/include/PhysListEmStandard.hh +++ b/examples/extended/electromagnetic/TestEm1/include/PhysListEmStandard.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.hh,v 1.3 2003/10/24 12:06:36 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/include/PhysListGeneral.hh b/examples/extended/electromagnetic/TestEm1/include/PhysListGeneral.hh index 75c7c8492c..62ca6ac6d3 100644 --- a/examples/extended/electromagnetic/TestEm1/include/PhysListGeneral.hh +++ b/examples/extended/electromagnetic/TestEm1/include/PhysListGeneral.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.hh,v 1.1 2003/10/06 10:02:25 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/include/PhysListParticles.hh b/examples/extended/electromagnetic/TestEm1/include/PhysListParticles.hh index ac8b8b20c1..bd968806c6 100644 --- a/examples/extended/electromagnetic/TestEm1/include/PhysListParticles.hh +++ b/examples/extended/electromagnetic/TestEm1/include/PhysListParticles.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.hh,v 1.1 2003/10/06 10:02:25 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/include/PhysicsList.hh b/examples/extended/electromagnetic/TestEm1/include/PhysicsList.hh index b34aeb5f1b..1a22e68bf3 100644 --- a/examples/extended/electromagnetic/TestEm1/include/PhysicsList.hh +++ b/examples/extended/electromagnetic/TestEm1/include/PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.hh,v 1.1 2003/10/06 10:02:25 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... // diff --git a/examples/extended/electromagnetic/TestEm1/include/PhysicsListMessenger.hh b/examples/extended/electromagnetic/TestEm1/include/PhysicsListMessenger.hh index 3e4cc323ec..629f49140f 100644 --- a/examples/extended/electromagnetic/TestEm1/include/PhysicsListMessenger.hh +++ b/examples/extended/electromagnetic/TestEm1/include/PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.hh,v 1.1 2003/10/06 10:02:25 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/include/PrimaryGeneratorAction.hh b/examples/extended/electromagnetic/TestEm1/include/PrimaryGeneratorAction.hh index 386b1fe717..9767e77851 100644 --- a/examples/extended/electromagnetic/TestEm1/include/PrimaryGeneratorAction.hh +++ b/examples/extended/electromagnetic/TestEm1/include/PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorAction.hh,v 1.1 2003/10/06 10:02:25 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/include/PrimaryGeneratorMessenger.hh b/examples/extended/electromagnetic/TestEm1/include/PrimaryGeneratorMessenger.hh index c2982312de..35457acf40 100644 --- a/examples/extended/electromagnetic/TestEm1/include/PrimaryGeneratorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm1/include/PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorMessenger.hh,v 1.1 2003/10/06 10:02:25 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/include/ProcessesCount.hh b/examples/extended/electromagnetic/TestEm1/include/ProcessesCount.hh index 67bd65191f..a300f96897 100644 --- a/examples/extended/electromagnetic/TestEm1/include/ProcessesCount.hh +++ b/examples/extended/electromagnetic/TestEm1/include/ProcessesCount.hh @@ -22,7 +22,7 @@ // // // $Id: ProcessesCount.hh,v 1.9 2003/10/06 10:02:25 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/include/RunAction.hh b/examples/extended/electromagnetic/TestEm1/include/RunAction.hh index 5a3b2c65ec..a0f85dd3b0 100644 --- a/examples/extended/electromagnetic/TestEm1/include/RunAction.hh +++ b/examples/extended/electromagnetic/TestEm1/include/RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: RunAction.hh,v 1.2 2003/10/28 10:27:25 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/include/SteppingAction.hh b/examples/extended/electromagnetic/TestEm1/include/SteppingAction.hh index 973d115ae0..4c45e18444 100644 --- a/examples/extended/electromagnetic/TestEm1/include/SteppingAction.hh +++ b/examples/extended/electromagnetic/TestEm1/include/SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.hh,v 1.2 2003/10/28 10:27:25 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/include/SteppingVerbose.hh b/examples/extended/electromagnetic/TestEm1/include/SteppingVerbose.hh index 5cb2fd0c7e..6fde567438 100644 --- a/examples/extended/electromagnetic/TestEm1/include/SteppingVerbose.hh +++ b/examples/extended/electromagnetic/TestEm1/include/SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.hh,v 1.1 2003/10/06 10:02:25 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/extended/electromagnetic/TestEm1/include/TrackingAction.hh b/examples/extended/electromagnetic/TestEm1/include/TrackingAction.hh index ba0267a24d..41cca2d760 100644 --- a/examples/extended/electromagnetic/TestEm1/include/TrackingAction.hh +++ b/examples/extended/electromagnetic/TestEm1/include/TrackingAction.hh @@ -22,7 +22,7 @@ // // // $Id: TrackingAction.hh,v 1.2 2003/10/20 10:43:32 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/include/VisManager.hh b/examples/extended/electromagnetic/TestEm1/include/VisManager.hh index b544657f9b..c7788813d7 100644 --- a/examples/extended/electromagnetic/TestEm1/include/VisManager.hh +++ b/examples/extended/electromagnetic/TestEm1/include/VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: VisManager.hh,v 1.1 2003/10/06 10:02:26 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/src/DetectorConstruction.cc b/examples/extended/electromagnetic/TestEm1/src/DetectorConstruction.cc index 44a553e28f..ea19e0d756 100644 --- a/examples/extended/electromagnetic/TestEm1/src/DetectorConstruction.cc +++ b/examples/extended/electromagnetic/TestEm1/src/DetectorConstruction.cc @@ -23,7 +23,7 @@ // // $Id: DetectorConstruction.cc,v 1.2 2003/11/25 15:19:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/src/DetectorMessenger.cc b/examples/extended/electromagnetic/TestEm1/src/DetectorMessenger.cc index 1dbe7fe4f4..28e2769778 100644 --- a/examples/extended/electromagnetic/TestEm1/src/DetectorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm1/src/DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: DetectorMessenger.cc,v 1.1 2003/10/06 10:02:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/src/EventAction.cc b/examples/extended/electromagnetic/TestEm1/src/EventAction.cc index da66e4ce42..9a84ee3b63 100644 --- a/examples/extended/electromagnetic/TestEm1/src/EventAction.cc +++ b/examples/extended/electromagnetic/TestEm1/src/EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: EventAction.cc,v 1.2 2003/10/08 17:55:34 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/src/EventActionMessenger.cc b/examples/extended/electromagnetic/TestEm1/src/EventActionMessenger.cc index 61ec9c2edb..2ec69fe22e 100644 --- a/examples/extended/electromagnetic/TestEm1/src/EventActionMessenger.cc +++ b/examples/extended/electromagnetic/TestEm1/src/EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: EventActionMessenger.cc,v 1.1 2003/10/06 10:02:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/src/G4eBremsstrahlungCMS.cc b/examples/extended/electromagnetic/TestEm1/src/G4eBremsstrahlungCMS.cc index 916351be35..44047fa7b1 100644 --- a/examples/extended/electromagnetic/TestEm1/src/G4eBremsstrahlungCMS.cc +++ b/examples/extended/electromagnetic/TestEm1/src/G4eBremsstrahlungCMS.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4eBremsstrahlungCMS.cc,v 1.4 2003/10/28 10:27:26 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/examples/extended/electromagnetic/TestEm1/src/PhysListEmG4v52.cc b/examples/extended/electromagnetic/TestEm1/src/PhysListEmG4v52.cc index 2fcb436548..2316de1d53 100644 --- a/examples/extended/electromagnetic/TestEm1/src/PhysListEmG4v52.cc +++ b/examples/extended/electromagnetic/TestEm1/src/PhysListEmG4v52.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.cc,v 1.1 2003/10/06 10:02:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/src/PhysListEmStandard.cc b/examples/extended/electromagnetic/TestEm1/src/PhysListEmStandard.cc index 211fb731b8..adc7682283 100644 --- a/examples/extended/electromagnetic/TestEm1/src/PhysListEmStandard.cc +++ b/examples/extended/electromagnetic/TestEm1/src/PhysListEmStandard.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.cc,v 1.5 2003/10/24 12:06:36 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/src/PhysListGeneral.cc b/examples/extended/electromagnetic/TestEm1/src/PhysListGeneral.cc index dd76a1b681..8d74ba9367 100644 --- a/examples/extended/electromagnetic/TestEm1/src/PhysListGeneral.cc +++ b/examples/extended/electromagnetic/TestEm1/src/PhysListGeneral.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.cc,v 1.1 2003/10/06 10:02:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/src/PhysListParticles.cc b/examples/extended/electromagnetic/TestEm1/src/PhysListParticles.cc index 02a6d9ca46..f72a592d23 100644 --- a/examples/extended/electromagnetic/TestEm1/src/PhysListParticles.cc +++ b/examples/extended/electromagnetic/TestEm1/src/PhysListParticles.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.cc,v 1.1 2003/10/06 10:02:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/src/PhysicsList.cc b/examples/extended/electromagnetic/TestEm1/src/PhysicsList.cc index 29304916d3..b1f2a9d28b 100644 --- a/examples/extended/electromagnetic/TestEm1/src/PhysicsList.cc +++ b/examples/extended/electromagnetic/TestEm1/src/PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.cc,v 1.2 2003/10/24 12:06:36 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/src/PhysicsListMessenger.cc b/examples/extended/electromagnetic/TestEm1/src/PhysicsListMessenger.cc index d320980713..432ba7cf72 100644 --- a/examples/extended/electromagnetic/TestEm1/src/PhysicsListMessenger.cc +++ b/examples/extended/electromagnetic/TestEm1/src/PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.cc,v 1.1 2003/10/06 10:02:33 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/src/PrimaryGeneratorAction.cc b/examples/extended/electromagnetic/TestEm1/src/PrimaryGeneratorAction.cc index 84be434248..c11c1840f6 100644 --- a/examples/extended/electromagnetic/TestEm1/src/PrimaryGeneratorAction.cc +++ b/examples/extended/electromagnetic/TestEm1/src/PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorAction.cc,v 1.1 2003/10/06 10:02:33 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/src/PrimaryGeneratorMessenger.cc b/examples/extended/electromagnetic/TestEm1/src/PrimaryGeneratorMessenger.cc index 2611354dc9..8f8ba50ff4 100644 --- a/examples/extended/electromagnetic/TestEm1/src/PrimaryGeneratorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm1/src/PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorMessenger.cc,v 1.1 2003/10/06 10:02:33 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/src/RunAction.cc b/examples/extended/electromagnetic/TestEm1/src/RunAction.cc index fd18237c44..122c634808 100644 --- a/examples/extended/electromagnetic/TestEm1/src/RunAction.cc +++ b/examples/extended/electromagnetic/TestEm1/src/RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: RunAction.cc,v 1.3 2003/11/07 15:38:28 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/src/SteppingAction.cc b/examples/extended/electromagnetic/TestEm1/src/SteppingAction.cc index 5ec39d5fd9..01920d9434 100644 --- a/examples/extended/electromagnetic/TestEm1/src/SteppingAction.cc +++ b/examples/extended/electromagnetic/TestEm1/src/SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.cc,v 1.3 2003/11/07 15:38:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm1/src/SteppingVerbose.cc b/examples/extended/electromagnetic/TestEm1/src/SteppingVerbose.cc index 55b6fbaa7b..6b017de32b 100644 --- a/examples/extended/electromagnetic/TestEm1/src/SteppingVerbose.cc +++ b/examples/extended/electromagnetic/TestEm1/src/SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.cc,v 1.1 2003/10/06 10:02:34 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/src/TrackingAction.cc b/examples/extended/electromagnetic/TestEm1/src/TrackingAction.cc index 4ebcd04b0a..0ec9036b54 100644 --- a/examples/extended/electromagnetic/TestEm1/src/TrackingAction.cc +++ b/examples/extended/electromagnetic/TestEm1/src/TrackingAction.cc @@ -22,7 +22,7 @@ // // // $Id: TrackingAction.cc,v 1.5 2003/10/28 10:27:26 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm1/src/VisManager.cc b/examples/extended/electromagnetic/TestEm1/src/VisManager.cc index 1bdb8f16ce..d4c8f38592 100755 --- a/examples/extended/electromagnetic/TestEm1/src/VisManager.cc +++ b/examples/extended/electromagnetic/TestEm1/src/VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: VisManager.cc,v 1.1 2003/10/06 10:02:34 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.cc b/examples/extended/electromagnetic/TestEm10/TestEm10.cc index 69ac553159..f6ff683d04 100644 --- a/examples/extended/electromagnetic/TestEm10/TestEm10.cc +++ b/examples/extended/electromagnetic/TestEm10/TestEm10.cc @@ -22,7 +22,7 @@ // // // $Id: TestEm10.cc,v 1.2 2001/07/11 09:57:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.large_N.out b/examples/extended/electromagnetic/TestEm10/TestEm10.large_N.out index a7353405e0..44d33fdf03 100644 --- a/examples/extended/electromagnetic/TestEm10/TestEm10.large_N.out +++ b/examples/extended/electromagnetic/TestEm10/TestEm10.large_N.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (13-Dec-2002) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.out b/examples/extended/electromagnetic/TestEm10/TestEm10.out index 5d801c05e7..6a53eecdcb 100644 --- a/examples/extended/electromagnetic/TestEm10/TestEm10.out +++ b/examples/extended/electromagnetic/TestEm10/TestEm10.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + Visualization Manager instantiating... Visualization Manager initialising... Registering graphics systems... @@ -225,7 +228,7 @@ Regular X-ray TR radiator EM process is called 48 fGamma = 8.085e+04 sumE = 21.04 49 fGamma = 9.283e+04 sumE = 21.05 -total time for build X-ray TR energy loss tables = 210.42 s +total time for build X-ray TR energy loss tables = 96.57 s phot: Total cross sections from Sandia parametrisation. Em10PhysicsList::SetCuts:CutLength : 1 mm @@ -343,14 +346,14 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 1000 - User=214.99s Real=215.24s Sys=0.25s + User=20.48s Real=20.8s Sys=0.32s ================== run summary ===================== end of Run TotNbofEvents = 1000 - mean charged track length in absorber=68.4534 +- 2.63717 mm + mean charged track length in absorber=93.8763 +- 3.16182 mm mean energy deposit in absorber=0.0113531 +- 0.000241854 MeV - mean number of steps in absorber (charged) =2.37 +- 0.0413896 + mean number of steps in absorber (charged) =3.444 +- 0.070985 mean number of steps in absorber (neutral) =3.77 +- 0.0602752 mean number of charged secondaries = 1.227 +- 0.0355735 @@ -359,7 +362,7 @@ Run Summary mean number of e-s =1.227 and e+s =0 -(number) transmission coeff=0.407 reflection coeff=0.387 +(number) transmission coeff=0.008 reflection coeff=0.007 --------- Ranecu engine status --------- @@ -379,14 +382,14 @@ Index : 0 used in the geometry : Yes recalculation needed : No Index : 1 used in the geometry : Yes recalculation needed : No Material : radiatorMat Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 990 eV e- 35.598 keV e+ 35.1625 keV + Energy thresholds : gamma 990 eV e- 35.598002 keV e+ 35.162461 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes recalculation needed : No Material : Mylar Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 2.97898 keV e- 417.539 keV e+ 402.4 keV + Energy thresholds : gamma 2.978977 keV e- 417.53934 keV e+ 402.40033 keV Region(s) which use this couple : DefaultRegionForTheWorld diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10CalorHit.hh b/examples/extended/electromagnetic/TestEm10/include/Em10CalorHit.hh index d5822a2824..ca75d139ca 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10CalorHit.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10CalorHit.hh @@ -22,7 +22,7 @@ // // // $Id: Em10CalorHit.hh,v 1.2 2001/07/11 09:57:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10CalorimeterSD.hh b/examples/extended/electromagnetic/TestEm10/include/Em10CalorimeterSD.hh index bd2bb89bcb..c76ce9e2a3 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10CalorimeterSD.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10CalorimeterSD.hh @@ -22,7 +22,7 @@ // // // $Id: Em10CalorimeterSD.hh,v 1.2 2001/07/11 09:57:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10DetectorConstruction.hh b/examples/extended/electromagnetic/TestEm10/include/Em10DetectorConstruction.hh index eeb35628b5..8c7bc05734 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10DetectorConstruction.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: Em10DetectorConstruction.hh,v 1.5 2002/02/05 11:06:37 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10DetectorMessenger.hh b/examples/extended/electromagnetic/TestEm10/include/Em10DetectorMessenger.hh index e78e401f0d..78de66077a 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10DetectorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: Em10DetectorMessenger.hh,v 1.3 2001/07/11 09:57:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10EventAction.hh b/examples/extended/electromagnetic/TestEm10/include/Em10EventAction.hh index d50b6f0b6e..3ac3f27d57 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10EventAction.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: Em10EventAction.hh,v 1.2 2001/07/11 09:57:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10EventActionMessenger.hh b/examples/extended/electromagnetic/TestEm10/include/Em10EventActionMessenger.hh index d5005ca487..8a2dcb955b 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10EventActionMessenger.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: Em10EventActionMessenger.hh,v 1.2 2001/07/11 09:57:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10PhysicsList.hh b/examples/extended/electromagnetic/TestEm10/include/Em10PhysicsList.hh index 9fa9dc3f8e..e96e74965f 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10PhysicsList.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: Em10PhysicsList.hh,v 1.4 2003/08/28 09:36:12 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef Em10PhysicsList_h diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10PhysicsListMessenger.hh b/examples/extended/electromagnetic/TestEm10/include/Em10PhysicsListMessenger.hh index c860749375..678446a4b8 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10PhysicsListMessenger.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: Em10PhysicsListMessenger.hh,v 1.2 2001/07/11 09:57:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10PrimaryGeneratorAction.hh b/examples/extended/electromagnetic/TestEm10/include/Em10PrimaryGeneratorAction.hh index df59495384..a126117770 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10PrimaryGeneratorAction.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: Em10PrimaryGeneratorAction.hh,v 1.2 2001/07/11 09:57:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10PrimaryGeneratorMessenger.hh b/examples/extended/electromagnetic/TestEm10/include/Em10PrimaryGeneratorMessenger.hh index aabe860e1b..312941b2bf 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10PrimaryGeneratorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: Em10PrimaryGeneratorMessenger.hh,v 1.2 2001/07/11 09:57:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10RunAction.hh b/examples/extended/electromagnetic/TestEm10/include/Em10RunAction.hh index 203d330070..70f5ed27ce 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10RunAction.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: Em10RunAction.hh,v 1.3 2003/06/16 16:47:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10RunMessenger.hh b/examples/extended/electromagnetic/TestEm10/include/Em10RunMessenger.hh index 341bc0c2d3..97e82b7904 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10RunMessenger.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10RunMessenger.hh @@ -23,7 +23,7 @@ // // $Id: Em10RunMessenger.hh,v 1.2 2001/07/11 09:57:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10StepCut.hh b/examples/extended/electromagnetic/TestEm10/include/Em10StepCut.hh index e1333e464b..66841d77a5 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10StepCut.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10StepCut.hh @@ -22,7 +22,7 @@ // // // $Id: Em10StepCut.hh,v 1.2 2001/07/11 09:57:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10SteppingAction.hh b/examples/extended/electromagnetic/TestEm10/include/Em10SteppingAction.hh index cc47eb3521..7a590faf0e 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10SteppingAction.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: Em10SteppingAction.hh,v 1.2 2001/07/11 09:57:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10SteppingMessenger.hh b/examples/extended/electromagnetic/TestEm10/include/Em10SteppingMessenger.hh index bb52876fa6..80b0af0a2a 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10SteppingMessenger.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10SteppingMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: Em10SteppingMessenger.hh,v 1.2 2001/07/11 09:57:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10SteppingVerbose.hh b/examples/extended/electromagnetic/TestEm10/include/Em10SteppingVerbose.hh index 7622d11b9d..31ab34573a 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10SteppingVerbose.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: Em10SteppingVerbose.hh,v 1.2 2001/07/11 09:57:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/examples/extended/electromagnetic/TestEm10/include/Em10VisManager.hh b/examples/extended/electromagnetic/TestEm10/include/Em10VisManager.hh index 13c3d19178..de93e7db87 100644 --- a/examples/extended/electromagnetic/TestEm10/include/Em10VisManager.hh +++ b/examples/extended/electromagnetic/TestEm10/include/Em10VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: Em10VisManager.hh,v 1.2 2001/07/11 09:57:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/TRTDetectorConstruction.hh b/examples/extended/electromagnetic/TestEm10/include/TRTDetectorConstruction.hh index 10393fef59..fbbf29554b 100644 --- a/examples/extended/electromagnetic/TestEm10/include/TRTDetectorConstruction.hh +++ b/examples/extended/electromagnetic/TestEm10/include/TRTDetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: TRTDetectorConstruction.hh,v 1.2 2001/07/11 09:57:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/include/TRTMaterials.hh b/examples/extended/electromagnetic/TestEm10/include/TRTMaterials.hh index e5f91d9dd7..87932b68f4 100644 --- a/examples/extended/electromagnetic/TestEm10/include/TRTMaterials.hh +++ b/examples/extended/electromagnetic/TestEm10/include/TRTMaterials.hh @@ -22,7 +22,7 @@ // // // $Id: TRTMaterials.hh,v 1.2 2001/07/11 09:57:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10CalorHit.cc b/examples/extended/electromagnetic/TestEm10/src/Em10CalorHit.cc index 2bc3659518..7f23f2dd3c 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10CalorHit.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10CalorHit.cc @@ -22,7 +22,7 @@ // // // $Id: Em10CalorHit.cc,v 1.2 2001/07/11 09:57:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10CalorimeterSD.cc b/examples/extended/electromagnetic/TestEm10/src/Em10CalorimeterSD.cc index 416d0f615a..2de77d86b6 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10CalorimeterSD.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10CalorimeterSD.cc @@ -22,7 +22,7 @@ // // // $Id: Em10CalorimeterSD.cc,v 1.2 2001/07/11 09:57:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10DetectorConstruction.cc b/examples/extended/electromagnetic/TestEm10/src/Em10DetectorConstruction.cc index f7e4889da7..333f57421f 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10DetectorConstruction.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: Em10DetectorConstruction.cc,v 1.9 2003/04/17 07:20:35 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10DetectorMessenger.cc b/examples/extended/electromagnetic/TestEm10/src/Em10DetectorMessenger.cc index 7370394e52..55a81745db 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10DetectorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Em10DetectorMessenger.cc,v 1.6 2002/12/05 00:24:24 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10EventAction.cc b/examples/extended/electromagnetic/TestEm10/src/Em10EventAction.cc index e76911a84e..4f46dda7ca 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10EventAction.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: Em10EventAction.cc,v 1.4 2003/06/16 16:47:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10EventActionMessenger.cc b/examples/extended/electromagnetic/TestEm10/src/Em10EventActionMessenger.cc index ed80e49a15..0e5646fde2 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10EventActionMessenger.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Em10EventActionMessenger.cc,v 1.3 2002/12/05 00:24:24 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10PhysicsList.cc b/examples/extended/electromagnetic/TestEm10/src/Em10PhysicsList.cc index 76b34e3e80..340892f52c 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10PhysicsList.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: Em10PhysicsList.cc,v 1.8 2003/08/28 09:36:12 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4Timer.hh" diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10PhysicsListMessenger.cc b/examples/extended/electromagnetic/TestEm10/src/Em10PhysicsListMessenger.cc index 41e44d65fa..7b8e2e7904 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10PhysicsListMessenger.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Em10PhysicsListMessenger.cc,v 1.4 2003/08/27 17:31:45 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10PrimaryGeneratorAction.cc b/examples/extended/electromagnetic/TestEm10/src/Em10PrimaryGeneratorAction.cc index 030c324208..a286731f64 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10PrimaryGeneratorAction.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: Em10PrimaryGeneratorAction.cc,v 1.4 2002/02/05 11:06:38 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10PrimaryGeneratorMessenger.cc b/examples/extended/electromagnetic/TestEm10/src/Em10PrimaryGeneratorMessenger.cc index 0995fe4faa..e7d7e00575 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10PrimaryGeneratorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Em10PrimaryGeneratorMessenger.cc,v 1.3 2002/12/05 00:24:24 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10RunAction.cc b/examples/extended/electromagnetic/TestEm10/src/Em10RunAction.cc index d6a70186b0..f0dd129eb4 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10RunAction.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: Em10RunAction.cc,v 1.4 2003/06/16 16:47:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10RunMessenger.cc b/examples/extended/electromagnetic/TestEm10/src/Em10RunMessenger.cc index e4fbeeed72..0ad3c6a34b 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10RunMessenger.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10RunMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Em10RunMessenger.cc,v 1.3 2002/12/05 00:24:24 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10StepCut.cc b/examples/extended/electromagnetic/TestEm10/src/Em10StepCut.cc index 534473602b..0764c357ec 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10StepCut.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10StepCut.cc @@ -22,7 +22,7 @@ // // // $Id: Em10StepCut.cc,v 1.2 2001/07/11 09:57:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "Em10StepCut.hh" diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10SteppingAction.cc b/examples/extended/electromagnetic/TestEm10/src/Em10SteppingAction.cc index edb76476d9..f1b7b32382 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10SteppingAction.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: Em10SteppingAction.cc,v 1.4 2003/06/16 16:47:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10SteppingMessenger.cc b/examples/extended/electromagnetic/TestEm10/src/Em10SteppingMessenger.cc index 4b4053376e..7f924c3b61 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10SteppingMessenger.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10SteppingMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Em10SteppingMessenger.cc,v 1.2 2001/07/11 09:57:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10SteppingVerbose.cc b/examples/extended/electromagnetic/TestEm10/src/Em10SteppingVerbose.cc index 76720cd70c..a5b3a21f43 100644 --- a/examples/extended/electromagnetic/TestEm10/src/Em10SteppingVerbose.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: Em10SteppingVerbose.cc,v 1.5 2003/06/16 16:47:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/electromagnetic/TestEm10/src/Em10VisManager.cc b/examples/extended/electromagnetic/TestEm10/src/Em10VisManager.cc index d30a567895..30a4fa8311 100755 --- a/examples/extended/electromagnetic/TestEm10/src/Em10VisManager.cc +++ b/examples/extended/electromagnetic/TestEm10/src/Em10VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: Em10VisManager.cc,v 1.5 2003/11/13 15:10:36 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.cc b/examples/extended/electromagnetic/TestEm2/TestEm2.cc index 499e92a9ae..a8ce42bea8 100644 --- a/examples/extended/electromagnetic/TestEm2/TestEm2.cc +++ b/examples/extended/electromagnetic/TestEm2/TestEm2.cc @@ -22,7 +22,7 @@ // // // $Id: TestEm2.cc,v 1.7 2003/10/08 17:28:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.large_N.out b/examples/extended/electromagnetic/TestEm2/TestEm2.large_N.out index 011dc3b2dd..8bfe331ab6 100644 --- a/examples/extended/electromagnetic/TestEm2/TestEm2.large_N.out +++ b/examples/extended/electromagnetic/TestEm2/TestEm2.large_N.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-06-00-patch-01 $ (27-August-2003) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.out b/examples/extended/electromagnetic/TestEm2/TestEm2.out index c23009b938..50ef2993d9 100644 --- a/examples/extended/electromagnetic/TestEm2/TestEm2.out +++ b/examples/extended/electromagnetic/TestEm2/TestEm2.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + G4Material: Mean excitation energy is changed for Water Iold= 70.8926eV; Inew= 75 eV; Visualization Manager instantiating... Visualization Manager initialising... @@ -103,7 +106,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -120,7 +124,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -157,20 +162,20 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 100 - User=54.02s Real=62.22s Sys=0.74s + User=19.4s Real=26.61s Sys=0.78s LATERAL PROFILE CUMULATIVE LATERAL PROFILE bin Mean rms bin Mean rms - 0.00-> 1.11 radl: 14.07% 5.51% 0-> 1.11 radl: 14.07% 5.51% - 1.11-> 2.22 radl: 25.29% 9.82% 0-> 2.22 radl: 39.36% 12.30% - 2.22-> 3.33 radl: 21.70% 10.05% 0-> 3.33 radl: 61.05% 15.05% - 3.33-> 4.44 radl: 14.16% 6.86% 0-> 4.44 radl: 75.22% 15.02% - 4.44-> 5.55 radl: 8.24% 7.16% 0-> 5.55 radl: 83.45% 11.72% - 5.55-> 6.66 radl: 4.75% 5.63% 0-> 6.66 radl: 88.20% 9.46% - 6.66-> 7.77 radl: 2.83% 4.58% 0-> 7.77 radl: 91.03% 6.97% - 7.77-> 8.88 radl: 1.33% 2.76% 0-> 8.88 radl: 92.36% 5.99% - 8.88-> 9.99 radl: 0.85% 2.24% 0-> 9.99 radl: 93.21% 4.85% + 0.00-> 1.11 radl: 14.52% 5.41% 0-> 1.11 radl: 14.52% 5.41% + 1.11-> 2.22 radl: 25.45% 11.59% 0-> 2.22 radl: 39.97% 13.86% + 2.22-> 3.33 radl: 21.58% 9.64% 0-> 3.33 radl: 61.55% 17.65% + 3.33-> 4.44 radl: 13.27% 8.00% 0-> 4.44 radl: 74.82% 17.01% + 4.44-> 5.55 radl: 8.31% 7.17% 0-> 5.55 radl: 83.13% 14.68% + 5.55-> 6.66 radl: 4.79% 5.50% 0-> 6.66 radl: 87.92% 12.26% + 6.66-> 7.77 radl: 3.09% 4.98% 0-> 7.77 radl: 91.01% 9.43% + 7.77-> 8.88 radl: 1.84% 4.08% 0-> 8.88 radl: 92.85% 7.00% + 8.88-> 9.99 radl: 1.10% 2.97% 0-> 9.99 radl: 93.95% 5.01% @@ -178,21 +183,21 @@ Run Summary bin Mean rms bin Mean rms - 0.00-> 0.11 radl: 60.49% 10.84% 0-> 0.11 radl: 60.49% 10.84% - 0.11-> 0.22 radl: 17.87% 6.53% 0-> 0.22 radl: 78.36% 8.31% - 0.22-> 0.33 radl: 7.48% 4.57% 0-> 0.33 radl: 85.84% 6.20% - 0.33-> 0.44 radl: 3.84% 3.36% 0-> 0.44 radl: 89.69% 5.28% - 0.44-> 0.56 radl: 2.12% 1.82% 0-> 0.56 radl: 91.81% 5.08% - 0.56-> 0.67 radl: 1.40% 1.71% 0-> 0.67 radl: 93.21% 4.85% + 0.00-> 0.11 radl: 64.91% 10.71% 0-> 0.11 radl: 64.91% 10.71% + 0.11-> 0.22 radl: 16.59% 7.15% 0-> 0.22 radl: 81.50% 8.63% + 0.22-> 0.33 radl: 6.13% 3.78% 0-> 0.33 radl: 87.63% 6.99% + 0.33-> 0.44 radl: 3.10% 2.67% 0-> 0.44 radl: 90.72% 5.70% + 0.44-> 0.56 radl: 1.97% 1.86% 0-> 0.56 radl: 92.69% 5.18% + 0.56-> 0.67 radl: 1.26% 1.29% 0-> 0.67 radl: 93.95% 5.01% SUMMARY - energy deposit : 93.21 % E0 +- 4.85 % E0 - charged traklen: 13.58 radl +- 0.72 radl - neutral traklen: 195.41 radl +- 19.52 radl + energy deposit : 93.95 % E0 +- 5.01 % E0 + charged traklen: 13.68 radl +- 0.73 radl + neutral traklen: 197.09 radl +- 22.60 radl --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 127285277, 1208328408 + Current couple of seeds = 542151701, 1817008196 ---------------------------------------- Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/electromagnetic/TestEm2/include/DetectorConstruction.hh b/examples/extended/electromagnetic/TestEm2/include/DetectorConstruction.hh index 5892ff7d97..fba7252c4d 100644 --- a/examples/extended/electromagnetic/TestEm2/include/DetectorConstruction.hh +++ b/examples/extended/electromagnetic/TestEm2/include/DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: DetectorConstruction.hh,v 1.1 2003/10/08 17:28:34 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/include/DetectorMessenger.hh b/examples/extended/electromagnetic/TestEm2/include/DetectorMessenger.hh index 0db099b9d6..e229e5f3bb 100644 --- a/examples/extended/electromagnetic/TestEm2/include/DetectorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm2/include/DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: DetectorMessenger.hh,v 1.1 2003/10/08 17:28:34 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/include/EventAction.hh b/examples/extended/electromagnetic/TestEm2/include/EventAction.hh index 4b10d7e903..f12d81555d 100644 --- a/examples/extended/electromagnetic/TestEm2/include/EventAction.hh +++ b/examples/extended/electromagnetic/TestEm2/include/EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: EventAction.hh,v 1.1 2003/10/08 17:28:36 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/include/EventActionMessenger.hh b/examples/extended/electromagnetic/TestEm2/include/EventActionMessenger.hh index 1181e2e50c..87d36ab0db 100644 --- a/examples/extended/electromagnetic/TestEm2/include/EventActionMessenger.hh +++ b/examples/extended/electromagnetic/TestEm2/include/EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: EventActionMessenger.hh,v 1.1 2003/10/08 17:28:36 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/include/PhysListEmG4v52.hh b/examples/extended/electromagnetic/TestEm2/include/PhysListEmG4v52.hh index 2806da3653..8a2e4fa80c 100644 --- a/examples/extended/electromagnetic/TestEm2/include/PhysListEmG4v52.hh +++ b/examples/extended/electromagnetic/TestEm2/include/PhysListEmG4v52.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.hh,v 1.1 2003/10/08 17:28:36 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/include/PhysListEmStandard.hh b/examples/extended/electromagnetic/TestEm2/include/PhysListEmStandard.hh index d1ea4d42fa..2c2cf16def 100644 --- a/examples/extended/electromagnetic/TestEm2/include/PhysListEmStandard.hh +++ b/examples/extended/electromagnetic/TestEm2/include/PhysListEmStandard.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.hh,v 1.1 2003/10/08 17:28:36 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/include/PhysListGeneral.hh b/examples/extended/electromagnetic/TestEm2/include/PhysListGeneral.hh index 275b0df09b..b9aa7b07a8 100644 --- a/examples/extended/electromagnetic/TestEm2/include/PhysListGeneral.hh +++ b/examples/extended/electromagnetic/TestEm2/include/PhysListGeneral.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.hh,v 1.1 2003/10/08 17:28:37 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/include/PhysListParticles.hh b/examples/extended/electromagnetic/TestEm2/include/PhysListParticles.hh index d711d83f29..0f74c4cb45 100644 --- a/examples/extended/electromagnetic/TestEm2/include/PhysListParticles.hh +++ b/examples/extended/electromagnetic/TestEm2/include/PhysListParticles.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.hh,v 1.1 2003/10/08 17:28:37 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/include/PhysicsList.hh b/examples/extended/electromagnetic/TestEm2/include/PhysicsList.hh index faa5b6f91a..13000e7b0e 100644 --- a/examples/extended/electromagnetic/TestEm2/include/PhysicsList.hh +++ b/examples/extended/electromagnetic/TestEm2/include/PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.hh,v 1.1 2003/10/08 17:28:37 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... // diff --git a/examples/extended/electromagnetic/TestEm2/include/PhysicsListMessenger.hh b/examples/extended/electromagnetic/TestEm2/include/PhysicsListMessenger.hh index 7a99b1869b..509f63a30c 100644 --- a/examples/extended/electromagnetic/TestEm2/include/PhysicsListMessenger.hh +++ b/examples/extended/electromagnetic/TestEm2/include/PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.hh,v 1.1 2003/10/08 17:28:37 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/include/PrimaryGeneratorAction.hh b/examples/extended/electromagnetic/TestEm2/include/PrimaryGeneratorAction.hh index 7d37c5f68d..f8d2119f67 100644 --- a/examples/extended/electromagnetic/TestEm2/include/PrimaryGeneratorAction.hh +++ b/examples/extended/electromagnetic/TestEm2/include/PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorAction.hh,v 1.1 2003/10/08 17:28:37 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/include/RunAction.hh b/examples/extended/electromagnetic/TestEm2/include/RunAction.hh index d41220f521..2af63e7970 100644 --- a/examples/extended/electromagnetic/TestEm2/include/RunAction.hh +++ b/examples/extended/electromagnetic/TestEm2/include/RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: RunAction.hh,v 1.1 2003/10/08 17:28:37 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/include/SteppingAction.hh b/examples/extended/electromagnetic/TestEm2/include/SteppingAction.hh index a2d7b218d2..05ba5c50ed 100644 --- a/examples/extended/electromagnetic/TestEm2/include/SteppingAction.hh +++ b/examples/extended/electromagnetic/TestEm2/include/SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.hh,v 1.1 2003/10/08 17:28:38 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/include/SteppingVerbose.hh b/examples/extended/electromagnetic/TestEm2/include/SteppingVerbose.hh index 116372a66b..f8629e9373 100644 --- a/examples/extended/electromagnetic/TestEm2/include/SteppingVerbose.hh +++ b/examples/extended/electromagnetic/TestEm2/include/SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.hh,v 1.1 2003/10/08 17:28:39 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/extended/electromagnetic/TestEm2/include/TrackingAction.hh b/examples/extended/electromagnetic/TestEm2/include/TrackingAction.hh index db077d72d0..c50ef3dcd2 100644 --- a/examples/extended/electromagnetic/TestEm2/include/TrackingAction.hh +++ b/examples/extended/electromagnetic/TestEm2/include/TrackingAction.hh @@ -22,7 +22,7 @@ // // // $Id: TrackingAction.hh,v 1.1 2003/10/08 17:28:39 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/include/VisManager.hh b/examples/extended/electromagnetic/TestEm2/include/VisManager.hh index 941c9f2359..0f2fa0f94a 100644 --- a/examples/extended/electromagnetic/TestEm2/include/VisManager.hh +++ b/examples/extended/electromagnetic/TestEm2/include/VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: VisManager.hh,v 1.1 2003/10/08 17:28:39 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/run01.out b/examples/extended/electromagnetic/TestEm2/run01.out index 011dc3b2dd..8bfe331ab6 100644 --- a/examples/extended/electromagnetic/TestEm2/run01.out +++ b/examples/extended/electromagnetic/TestEm2/run01.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-06-00-patch-01 $ (27-August-2003) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/electromagnetic/TestEm2/src/DetectorConstruction.cc b/examples/extended/electromagnetic/TestEm2/src/DetectorConstruction.cc index bae8173139..72e9d65851 100644 --- a/examples/extended/electromagnetic/TestEm2/src/DetectorConstruction.cc +++ b/examples/extended/electromagnetic/TestEm2/src/DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: DetectorConstruction.cc,v 1.2 2003/11/25 15:19:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/src/DetectorMessenger.cc b/examples/extended/electromagnetic/TestEm2/src/DetectorMessenger.cc index 1d39d303c7..9e72bd4e21 100644 --- a/examples/extended/electromagnetic/TestEm2/src/DetectorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm2/src/DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: DetectorMessenger.cc,v 1.1 2003/10/08 17:28:43 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/src/EventAction.cc b/examples/extended/electromagnetic/TestEm2/src/EventAction.cc index b5cfc6d84e..8c1d5c4616 100644 --- a/examples/extended/electromagnetic/TestEm2/src/EventAction.cc +++ b/examples/extended/electromagnetic/TestEm2/src/EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: EventAction.cc,v 1.1 2003/10/08 17:28:46 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/src/EventActionMessenger.cc b/examples/extended/electromagnetic/TestEm2/src/EventActionMessenger.cc index 9b93cc0b22..ca55085468 100644 --- a/examples/extended/electromagnetic/TestEm2/src/EventActionMessenger.cc +++ b/examples/extended/electromagnetic/TestEm2/src/EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: EventActionMessenger.cc,v 1.1 2003/10/08 17:28:47 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/src/PhysListEmG4v52.cc b/examples/extended/electromagnetic/TestEm2/src/PhysListEmG4v52.cc index efc36f1784..89cbd5bf33 100644 --- a/examples/extended/electromagnetic/TestEm2/src/PhysListEmG4v52.cc +++ b/examples/extended/electromagnetic/TestEm2/src/PhysListEmG4v52.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.cc,v 1.2 2003/11/13 14:12:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/src/PhysListEmStandard.cc b/examples/extended/electromagnetic/TestEm2/src/PhysListEmStandard.cc index 986a3ebe6b..8fb0766b31 100644 --- a/examples/extended/electromagnetic/TestEm2/src/PhysListEmStandard.cc +++ b/examples/extended/electromagnetic/TestEm2/src/PhysListEmStandard.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.cc,v 1.2 2003/10/24 12:08:28 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/src/PhysListGeneral.cc b/examples/extended/electromagnetic/TestEm2/src/PhysListGeneral.cc index c6e6c04bf0..0e64ecec7d 100644 --- a/examples/extended/electromagnetic/TestEm2/src/PhysListGeneral.cc +++ b/examples/extended/electromagnetic/TestEm2/src/PhysListGeneral.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.cc,v 1.1 2003/10/08 17:28:47 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/src/PhysListParticles.cc b/examples/extended/electromagnetic/TestEm2/src/PhysListParticles.cc index 97a6689d76..d9454ff635 100644 --- a/examples/extended/electromagnetic/TestEm2/src/PhysListParticles.cc +++ b/examples/extended/electromagnetic/TestEm2/src/PhysListParticles.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.cc,v 1.1 2003/10/08 17:28:47 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/src/PhysicsList.cc b/examples/extended/electromagnetic/TestEm2/src/PhysicsList.cc index e4e1791547..00f58e7b18 100644 --- a/examples/extended/electromagnetic/TestEm2/src/PhysicsList.cc +++ b/examples/extended/electromagnetic/TestEm2/src/PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.cc,v 1.1 2003/10/08 17:28:47 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/src/PhysicsListMessenger.cc b/examples/extended/electromagnetic/TestEm2/src/PhysicsListMessenger.cc index b0a246e114..af790a7b1f 100644 --- a/examples/extended/electromagnetic/TestEm2/src/PhysicsListMessenger.cc +++ b/examples/extended/electromagnetic/TestEm2/src/PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.cc,v 1.1 2003/10/08 17:28:47 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/src/PrimaryGeneratorAction.cc b/examples/extended/electromagnetic/TestEm2/src/PrimaryGeneratorAction.cc index 5cf9ed8e7b..d42fa18812 100644 --- a/examples/extended/electromagnetic/TestEm2/src/PrimaryGeneratorAction.cc +++ b/examples/extended/electromagnetic/TestEm2/src/PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorAction.cc,v 1.1 2003/10/08 17:28:47 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/src/RunAction.cc b/examples/extended/electromagnetic/TestEm2/src/RunAction.cc index fdf9db2c28..289246b856 100644 --- a/examples/extended/electromagnetic/TestEm2/src/RunAction.cc +++ b/examples/extended/electromagnetic/TestEm2/src/RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: RunAction.cc,v 1.1 2003/10/08 17:28:47 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/src/SteppingAction.cc b/examples/extended/electromagnetic/TestEm2/src/SteppingAction.cc index 8bfbd9d003..96639e2ca9 100644 --- a/examples/extended/electromagnetic/TestEm2/src/SteppingAction.cc +++ b/examples/extended/electromagnetic/TestEm2/src/SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.cc,v 1.1 2003/10/08 17:28:47 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/src/SteppingVerbose.cc b/examples/extended/electromagnetic/TestEm2/src/SteppingVerbose.cc index 46d52c1b51..32c96814e0 100644 --- a/examples/extended/electromagnetic/TestEm2/src/SteppingVerbose.cc +++ b/examples/extended/electromagnetic/TestEm2/src/SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.cc,v 1.1 2003/10/08 17:28:48 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm2/src/TrackingAction.cc b/examples/extended/electromagnetic/TestEm2/src/TrackingAction.cc index 1e49dee1e7..e47282fade 100644 --- a/examples/extended/electromagnetic/TestEm2/src/TrackingAction.cc +++ b/examples/extended/electromagnetic/TestEm2/src/TrackingAction.cc @@ -22,7 +22,7 @@ // // // $Id: TrackingAction.cc,v 1.1 2003/10/08 17:28:48 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm2/src/VisManager.cc b/examples/extended/electromagnetic/TestEm2/src/VisManager.cc index 8d79c8cfb9..d6dbe438b5 100755 --- a/examples/extended/electromagnetic/TestEm2/src/VisManager.cc +++ b/examples/extended/electromagnetic/TestEm2/src/VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: VisManager.cc,v 1.1 2003/10/08 17:28:48 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/electromagnetic/TestEm3/GNUmakefile b/examples/extended/electromagnetic/TestEm3/GNUmakefile index 5741c52b7c..6d35d455fb 100644 --- a/examples/extended/electromagnetic/TestEm3/GNUmakefile +++ b/examples/extended/electromagnetic/TestEm3/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.11 2003/09/25 15:08:30 maire Exp $ +# $Id: GNUmakefile,v 1.12 2004/01/21 17:29:21 maire Exp $ # -------------------------------------------------------------- # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. # -------------------------------------------------------------- @@ -14,7 +14,7 @@ endif .PHONY: all all: lib bin -####G4ANALYSIS_USE := true +###G4ANALYSIS_USE := true ifdef G4ANALYSIS_USE CPPFLAGS += -DG4ANALYSIS_USE diff --git a/examples/extended/electromagnetic/TestEm3/History b/examples/extended/electromagnetic/TestEm3/History index 3613ad05c1..d10b7257a5 100644 --- a/examples/extended/electromagnetic/TestEm3/History +++ b/examples/extended/electromagnetic/TestEm3/History @@ -1,4 +1,4 @@ -$Id: History,v 1.41 2003/11/28 12:29:59 vnivanch Exp $ +$Id: History,v 1.43 2004/01/21 17:29:22 maire Exp $ ------------------------------------------------------------------- ========================================================= @@ -15,6 +15,10 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +21-01-04 mma +- possibility to have one histograms file per run. +- RunAction: removed ApplyCommand("/vis/...") statements. + 28-11-03 V.Ivanchenko (testem3-V05-02-08) 27-11-03 V.Ivanchenko (testem3-V05-02-07) diff --git a/examples/extended/electromagnetic/TestEm3/README b/examples/extended/electromagnetic/TestEm3/README index eac5a70f29..d000856706 100644 --- a/examples/extended/electromagnetic/TestEm3/README +++ b/examples/extended/electromagnetic/TestEm3/README @@ -1,4 +1,4 @@ -$Id: README,v 1.11 2003/09/22 14:15:05 maire Exp $ +$Id: README,v 1.12 2004/01/21 17:29:22 maire Exp $ ------------------------------------------------------------------- ========================================================= @@ -109,17 +109,19 @@ $Id: README,v 1.11 2003/09/22 14:15:05 maire Exp $ 7- HISTOGRAMS - Testem3 produces histograms which are saved as testem3.paw : + Testem3 produces histograms : histo 1 : energy deposit in absorber 0 histo 2 : energy deposit in absorber 1 ...etc........... One can control the binning of the histo with the command: /testem/run/setHisto idAbsor nbin Emin Emax unit - ...etc........... - + ...etc........... where unit is the desired energy unit for that histo (see TestEm3.in). + One can control the name of the histograms file with the command: + /testem/run/setFileName name (default testem3.paw) + Note that, by default, histograms are disabled. To activate them, uncomment the flag G4ANALYSIS_USE in GNUmakefile. diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3.cc b/examples/extended/electromagnetic/TestEm3/TestEm3.cc index 4e43828991..51e2ccabec 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3.cc +++ b/examples/extended/electromagnetic/TestEm3/TestEm3.cc @@ -22,7 +22,7 @@ // // // $Id: TestEm3.cc,v 1.10 2003/11/28 12:30:00 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3.out b/examples/extended/electromagnetic/TestEm3/TestEm3.out index 597fe2d374..5eeb6497d2 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3.out +++ b/examples/extended/electromagnetic/TestEm3/TestEm3.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + G4Material: Mean excitation energy is changed for Water Iold= 70.8926eV; Inew= 75 eV; G4Material: Mean excitation energy is changed for CsI Iold= 491.166eV; Inew= 553.1 eV; Visualization Manager instantiating... @@ -56,9 +59,7 @@ PhysicsList::SetCuts:CutLength : 1 mm /gun/energy 1 GeV # /testem/run/setHisto 0 100 700. 1000. MeV ----->SetHisto: Edep in absorber 0 (MeV) ; 100 bins from 700 MeV to 1000MeV /testem/run/setHisto 1 100 0. 300. MeV ----->SetHisto: Edep in absorber 1 (MeV) ; 100 bins from 0 MeV to 300MeV # /testem/event/printModulo 50 # @@ -122,7 +123,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -139,7 +141,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -205,19 +208,19 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 100 - User=103.82s Real=118.72s Sys=6.18s + User=37.72s Real=48.71s Sys=6.2s ------------------------------------------------------------- total energy dep total tracklen mean energy leaving per layer - Absorber0 ( Lead) : 810.30 MeV +- 18.33 MeV 56.15 cm +- 1.36 cm 264.31 MeV +- 44.43 MeV - Absorber1 ( liquidArgon) : 177.37 MeV +- 15.49 MeV 87.83 cm +- 7.90 cm 260.64 MeV +- 44.53 MeV + Absorber0 ( Lead) : 815.52 MeV +- 17.55 MeV 56.69 cm +- 1.37 cm 267.36 MeV +- 45.80 MeV + Absorber1 ( liquidArgon) : 174.13 MeV +- 15.78 MeV 86.03 cm +- 8.19 cm 263.78 MeV +- 45.88 MeV ------------------------------------------------------------- --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1185474782, 972042352 + Current couple of seeds = 1809837985, 1683402677 ---------------------------------------- Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/electromagnetic/TestEm3/geant3/README b/examples/extended/electromagnetic/TestEm3/geant3/README index 98d6705070..13e7740bf1 100644 --- a/examples/extended/electromagnetic/TestEm3/geant3/README +++ b/examples/extended/electromagnetic/TestEm3/geant3/README @@ -21,16 +21,23 @@ CUTPR imed2 bcute/m dcute/m ppcutm ...etc............ - testem3 produces histograms which are saved as testem3.paw : - histo 1 : energy deposit in absorber 1 (edep/Ebeam) - histo 2 : energy deposit in absorber 2 (edep/Ebeam) + testem3 can produces histograms : + histo 1 : energy deposit in absorber 1 + histo 2 : energy deposit in absorber 2 ...etc........... One can control the binning of the histograms with the data card: - *HISTO id1 nbin vmin vmax - *HISTO id2 nbin vmin vmax - ...etc........... + *HISTO id1 nbBins valMin valMax valUnit + *HISTO id2 nbBins valMin valMax valUnit + ... etc ........... + valMin and ValMax are given in the desired unit, whose numerical value must + be specified in valUnit. Remember that Geant3 defaults are: GeV, cm, rad. + + The name of de histograms file must be defined with the data card: + FILE fileName (character) This data card is mandatory; it must be the first, + with the format A4,A2,A25 + It is possible to set the max allowed step size STEMAX, via the data card: STEPMX stepmax (in cm) diff --git a/examples/extended/electromagnetic/TestEm3/geant3/include/histo.inc b/examples/extended/electromagnetic/TestEm3/geant3/include/histo.inc index ddc39530bf..1b65c557b2 100644 --- a/examples/extended/electromagnetic/TestEm3/geant3/include/histo.inc +++ b/examples/extended/electromagnetic/TestEm3/geant3/include/histo.inc @@ -1,3 +1,6 @@ + CHARACTER*25 fileName + COMMON/HISTO1/fileName + COMMON/HISTO2/idhist,nbBins,valmin,valmax,valunit PARAMETER (MaxHist = 10) diff --git a/examples/extended/electromagnetic/TestEm3/geant3/lockwood.dat b/examples/extended/electromagnetic/TestEm3/geant3/lockwood.dat index f34fe9c9c9..0916bd870b 100644 --- a/examples/extended/electromagnetic/TestEm3/geant3/lockwood.dat +++ b/examples/extended/electromagnetic/TestEm3/geant3/lockwood.dat @@ -1,3 +1,4 @@ +FILE lockwood.paw LIST C C Al-Au-Al 1 layer diff --git a/examples/extended/electromagnetic/TestEm3/geant3/run01.dat b/examples/extended/electromagnetic/TestEm3/geant3/run01.dat index 15393598fd..4263c0f198 100644 --- a/examples/extended/electromagnetic/TestEm3/geant3/run01.dat +++ b/examples/extended/electromagnetic/TestEm3/geant3/run01.dat @@ -1,3 +1,4 @@ +FILE run01.paw LIST C C Lead-liquidArgon 50 layers; electon 1 GeV diff --git a/examples/extended/electromagnetic/TestEm3/geant3/run02.dat b/examples/extended/electromagnetic/TestEm3/geant3/run02.dat index 4c4daf0099..61f0211112 100644 --- a/examples/extended/electromagnetic/TestEm3/geant3/run02.dat +++ b/examples/extended/electromagnetic/TestEm3/geant3/run02.dat @@ -1,3 +1,4 @@ +FILE run02.paw LIST C C Tungsten-Silicium 50 layers; electon 1 GeV diff --git a/examples/extended/electromagnetic/TestEm3/geant3/run07.dat b/examples/extended/electromagnetic/TestEm3/geant3/run07.dat index c60f73dedc..43cbf3211b 100644 --- a/examples/extended/electromagnetic/TestEm3/geant3/run07.dat +++ b/examples/extended/electromagnetic/TestEm3/geant3/run07.dat @@ -1,3 +1,4 @@ +FILE run07.paw LIST C C LiquidArgon-Lead 2 layers; proton 500 MeV diff --git a/examples/extended/electromagnetic/TestEm3/geant3/run15.dat b/examples/extended/electromagnetic/TestEm3/geant3/run15.dat index ed8de1bf63..dd40120cef 100644 --- a/examples/extended/electromagnetic/TestEm3/geant3/run15.dat +++ b/examples/extended/electromagnetic/TestEm3/geant3/run15.dat @@ -1,3 +1,4 @@ +FILE run15.paw LIST C C Iron-scintillator 20 layers diff --git a/examples/extended/electromagnetic/TestEm3/geant3/sicapo1.dat b/examples/extended/electromagnetic/TestEm3/geant3/sicapo1.dat index 279ddb5627..66cf8bcf68 100644 --- a/examples/extended/electromagnetic/TestEm3/geant3/sicapo1.dat +++ b/examples/extended/electromagnetic/TestEm3/geant3/sicapo1.dat @@ -1,3 +1,4 @@ +FILE sicapo1.paw LIST C C Iron-Silicium 15 layers; electon 6, 8, 10, 12 GeV diff --git a/examples/extended/electromagnetic/TestEm3/geant3/sicapo2.dat b/examples/extended/electromagnetic/TestEm3/geant3/sicapo2.dat index 9da66d72e1..209f7aefa3 100644 --- a/examples/extended/electromagnetic/TestEm3/geant3/sicapo2.dat +++ b/examples/extended/electromagnetic/TestEm3/geant3/sicapo2.dat @@ -1,3 +1,4 @@ +FILE sicapo2.paw LIST C C Lead-Iron-Silicium 15 layers; electon 6, 8, 10, 12 GeV diff --git a/examples/extended/electromagnetic/TestEm3/geant3/sicapo3.dat b/examples/extended/electromagnetic/TestEm3/geant3/sicapo3.dat index d12d4dd8c4..68eceadd0f 100644 --- a/examples/extended/electromagnetic/TestEm3/geant3/sicapo3.dat +++ b/examples/extended/electromagnetic/TestEm3/geant3/sicapo3.dat @@ -1,3 +1,4 @@ +FILE sicapo3.paw LIST C C Lead-Silicium 10 layers; electon 2, 4, 6 GeV diff --git a/examples/extended/electromagnetic/TestEm3/geant3/src/grun.F b/examples/extended/electromagnetic/TestEm3/geant3/src/grun.F new file mode 100644 index 0000000000..82013ec55b --- /dev/null +++ b/examples/extended/electromagnetic/TestEm3/geant3/src/grun.F @@ -0,0 +1,63 @@ + + SUBROUTINE GRUN +*. +*. ****************************************************************** +*. * * +*. * Steering routine to process all the events * +*. * * +*. * ==>Called by : , main program * +*. * Author R.Brun ********* * +*. * * +*. ****************************************************************** +*. + +#include "geant321/gcbank.inc" +#include "geant321/gcunit.inc" +#include "geant321/gcflag.inc" +#include "geant321/gctime.inc" + + SAVE IFIRST + DATA IFIRST/0/ +*. +*. ------------------------------------------------------------------ +*. +* Keep starting time +* + IF(IFIRST.EQ.0)THEN + IFIRST=1 + CALL TIMEL(TIMINT) + ENDIF +* + 10 IF(IEVENT.LT.NEVENT) THEN + IEVENT=IEVENT+1 +* +* Initialises event partition +* + CALL GTRIGI +* +* Process one event (trigger) +* + CALL GTRIG +* +* Clear event partition +* + CALL GTRIGC +* + IF(IEORUN.EQ.0) THEN +* +* Check time left +* + go to 10 + IF(ITIME.LE.0)GO TO 10 + IF(MOD(IEVENT,ITIME).NE.0)GO TO 10 + CALL TIMEL(TIMNOW) + IF(TIMNOW.GT.TIMEND)GO TO 10 + WRITE(CHMAIL,10000)TIMEND + CALL GMAIL(0,2) + IEORUN = 1 + ENDIF + ENDIF +* +10000 FORMAT(5X,'***** THE JOB STOPS NOW BECAUSE THE TIME LEFT IS LESS', + +' THAN ',F8.3,' SECONDS *****') + END diff --git a/examples/extended/electromagnetic/TestEm3/geant3/src/uginit.F b/examples/extended/electromagnetic/TestEm3/geant3/src/uginit.F index b6108b3cb6..4427886ce4 100644 --- a/examples/extended/electromagnetic/TestEm3/geant3/src/uginit.F +++ b/examples/extended/electromagnetic/TestEm3/geant3/src/uginit.F @@ -36,7 +36,15 @@ IF (filnam.EQ.' ') filnam = 'run01.dat' OPEN (unit=5,file=filnam,status='unknown',form='formatted') * - CALL GFFGO +* fileName for histograms, must be 1st data card ! + fileName = 'testem3.paw' + READ(5,98)key,spaces,fileName +98 FORMAT(A4,A2,A25) + + CALL GFFGO +* + write(6,99) fileName +99 FORMAT(/,15x,'histogram file --> Name: ',A25) * CALL GZINIT CALL GPART diff --git a/examples/extended/electromagnetic/TestEm3/geant3/src/uglast.F b/examples/extended/electromagnetic/TestEm3/geant3/src/uglast.F index 0a5e4fe9d3..2d2d153177 100644 --- a/examples/extended/electromagnetic/TestEm3/geant3/src/uglast.F +++ b/examples/extended/electromagnetic/TestEm3/geant3/src/uglast.F @@ -7,6 +7,7 @@ #include "geant321/gctrak.inc" #include "calor.inc" #include "celoss.inc" +#include "histo.inc" * CHARACTER*20 matnam CHARACTER*4 unitm,unitr @@ -36,7 +37,7 @@ CALL HPLEND * * *** Save histo - CALL HRPUT(0,'testem3.paw','N') + CALL HRPUT(0,fileName,'N') * * diff --git a/examples/extended/electromagnetic/TestEm3/include/DetectorConstruction.hh b/examples/extended/electromagnetic/TestEm3/include/DetectorConstruction.hh index 95bf685161..b88c085487 100644 --- a/examples/extended/electromagnetic/TestEm3/include/DetectorConstruction.hh +++ b/examples/extended/electromagnetic/TestEm3/include/DetectorConstruction.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: DetectorConstruction.hh,v 1.1 2003/09/22 14:06:39 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: DetectorConstruction.hh,v 1.5 2004/01/16 14:14:08 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -88,6 +88,7 @@ class DetectorConstruction : public G4VUserDetectorConstruction G4double GetAbsorThickness(G4int i) {return AbsorThickness[i];}; const G4VPhysicalVolume* GetphysiWorld() {return physiWorld;}; + const G4Material* GetWorldMaterial() {return defaultMaterial;}; const G4VPhysicalVolume* GetAbsorber(G4int i) {return physiAbsor[i];}; private: diff --git a/examples/extended/electromagnetic/TestEm3/include/DetectorMessenger.hh b/examples/extended/electromagnetic/TestEm3/include/DetectorMessenger.hh index 3d2b7b754a..adc2a7e30f 100644 --- a/examples/extended/electromagnetic/TestEm3/include/DetectorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm3/include/DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: DetectorMessenger.hh,v 1.1 2003/09/22 14:06:39 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm3/include/EventAction.hh b/examples/extended/electromagnetic/TestEm3/include/EventAction.hh index 2809001d37..2465efeefe 100644 --- a/examples/extended/electromagnetic/TestEm3/include/EventAction.hh +++ b/examples/extended/electromagnetic/TestEm3/include/EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: EventAction.hh,v 1.3 2003/11/27 18:20:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm3/include/EventActionMessenger.hh b/examples/extended/electromagnetic/TestEm3/include/EventActionMessenger.hh index ee7fa18908..888cf01020 100644 --- a/examples/extended/electromagnetic/TestEm3/include/EventActionMessenger.hh +++ b/examples/extended/electromagnetic/TestEm3/include/EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: EventActionMessenger.hh,v 1.1 2003/09/22 14:06:42 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm3/include/IonC12.hh b/examples/extended/electromagnetic/TestEm3/include/IonC12.hh index 6a8a8f287e..4245058b7f 100644 --- a/examples/extended/electromagnetic/TestEm3/include/IonC12.hh +++ b/examples/extended/electromagnetic/TestEm3/include/IonC12.hh @@ -22,7 +22,7 @@ // // // $Id: IonC12.hh,v 1.4 2003/09/22 14:09:00 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Each class inheriting from G4VIon // corresponds to a particle type; one and only one diff --git a/examples/extended/electromagnetic/TestEm3/include/PhysListEmG4v52.hh b/examples/extended/electromagnetic/TestEm3/include/PhysListEmG4v52.hh index 6d7eddf6ba..d2e31d9771 100644 --- a/examples/extended/electromagnetic/TestEm3/include/PhysListEmG4v52.hh +++ b/examples/extended/electromagnetic/TestEm3/include/PhysListEmG4v52.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.hh,v 1.1 2003/10/06 10:09:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/include/PhysListEmStandard.hh b/examples/extended/electromagnetic/TestEm3/include/PhysListEmStandard.hh index 39babc8eee..e1b70771a3 100644 --- a/examples/extended/electromagnetic/TestEm3/include/PhysListEmStandard.hh +++ b/examples/extended/electromagnetic/TestEm3/include/PhysListEmStandard.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.hh,v 1.2 2003/10/06 10:09:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/include/PhysListGeneral.hh b/examples/extended/electromagnetic/TestEm3/include/PhysListGeneral.hh index 0d61494252..636aecf06f 100644 --- a/examples/extended/electromagnetic/TestEm3/include/PhysListGeneral.hh +++ b/examples/extended/electromagnetic/TestEm3/include/PhysListGeneral.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.hh,v 1.2 2003/10/06 10:09:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/include/PhysListParticles.hh b/examples/extended/electromagnetic/TestEm3/include/PhysListParticles.hh index 1acf17859a..9ae360bb99 100644 --- a/examples/extended/electromagnetic/TestEm3/include/PhysListParticles.hh +++ b/examples/extended/electromagnetic/TestEm3/include/PhysListParticles.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.hh,v 1.2 2003/10/06 10:09:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/include/PhysicsList.hh b/examples/extended/electromagnetic/TestEm3/include/PhysicsList.hh index 17ec1069dc..994703ff5c 100644 --- a/examples/extended/electromagnetic/TestEm3/include/PhysicsList.hh +++ b/examples/extended/electromagnetic/TestEm3/include/PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.hh,v 1.2 2003/10/06 10:09:24 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... // diff --git a/examples/extended/electromagnetic/TestEm3/include/PhysicsListMessenger.hh b/examples/extended/electromagnetic/TestEm3/include/PhysicsListMessenger.hh index c186eaec75..95841882f4 100644 --- a/examples/extended/electromagnetic/TestEm3/include/PhysicsListMessenger.hh +++ b/examples/extended/electromagnetic/TestEm3/include/PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.hh,v 1.1 2003/09/22 14:06:43 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm3/include/PrimaryGeneratorAction.hh b/examples/extended/electromagnetic/TestEm3/include/PrimaryGeneratorAction.hh index b70f27ab19..eac188d049 100644 --- a/examples/extended/electromagnetic/TestEm3/include/PrimaryGeneratorAction.hh +++ b/examples/extended/electromagnetic/TestEm3/include/PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorAction.hh,v 1.1 2003/09/22 14:06:43 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm3/include/PrimaryGeneratorMessenger.hh b/examples/extended/electromagnetic/TestEm3/include/PrimaryGeneratorMessenger.hh index 72eec06ae7..34fff039f0 100644 --- a/examples/extended/electromagnetic/TestEm3/include/PrimaryGeneratorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm3/include/PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorMessenger.hh,v 1.1 2003/09/22 14:06:43 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm3/include/RunAction.hh b/examples/extended/electromagnetic/TestEm3/include/RunAction.hh index 29f89299ba..8278b7a546 100644 --- a/examples/extended/electromagnetic/TestEm3/include/RunAction.hh +++ b/examples/extended/electromagnetic/TestEm3/include/RunAction.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: RunAction.hh,v 1.2 2003/11/03 16:42:50 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: RunAction.hh,v 1.8 2004/01/21 17:29:26 maire Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // @@ -67,24 +67,30 @@ class RunAction : public G4UserRunAction G4double GetHistoUnit(G4int id) {return histoUnit[id];} #endif + void SetFileName(const G4String& s) {fileName = s;}; void SetHisto (G4int, G4int, G4double, G4double, G4String); void PrintDedxTables(); private: - + G4double sumEAbs [MaxAbsor], sum2EAbs [MaxAbsor]; G4double sumLAbs [MaxAbsor], sum2LAbs [MaxAbsor]; - G4double sumEleav[MaxAbsor], sum2Eleav[MaxAbsor]; + G4double sumEleav[MaxAbsor], sum2Eleav[MaxAbsor]; DetectorConstruction* Detector; - RunActionMessenger* runMessenger; + RunActionMessenger* runMessenger; + + G4String fileName; + G4String hid [MaxAbsor], htitle[MaxAbsor]; + G4int hbins[MaxAbsor]; + G4double hmin [MaxAbsor], hmax [MaxAbsor]; + G4double histoUnit[MaxAbsor]; #ifdef G4ANALYSIS_USE AIDA::ITree* tree; - AIDA::IHistogramFactory* hf; + AIDA::IHistogramFactory* hf; AIDA::IHistogram1D* histo[MaxAbsor]; - G4double histoUnit[MaxAbsor]; #endif }; diff --git a/examples/extended/electromagnetic/TestEm3/include/RunActionMessenger.hh b/examples/extended/electromagnetic/TestEm3/include/RunActionMessenger.hh index 17ae832194..bc4c95ef56 100644 --- a/examples/extended/electromagnetic/TestEm3/include/RunActionMessenger.hh +++ b/examples/extended/electromagnetic/TestEm3/include/RunActionMessenger.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: RunActionMessenger.hh,v 1.1 2003/09/22 14:06:43 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: RunActionMessenger.hh,v 1.3 2004/01/21 17:29:26 maire Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // @@ -37,6 +37,7 @@ class RunAction; class G4UIcommand; +class G4UIcmdWithAString; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -49,9 +50,9 @@ class RunActionMessenger: public G4UImessenger void SetNewValue(G4UIcommand*, G4String); private: - RunAction* Run; - G4UIcommand* HistoCmd; - + RunAction* Run; + G4UIcmdWithAString* fileCmd; + G4UIcommand* HistoCmd; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/include/SteppingAction.hh b/examples/extended/electromagnetic/TestEm3/include/SteppingAction.hh index b145fb8513..bb7ea3ef6d 100644 --- a/examples/extended/electromagnetic/TestEm3/include/SteppingAction.hh +++ b/examples/extended/electromagnetic/TestEm3/include/SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.hh,v 1.2 2003/11/27 18:20:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/include/SteppingVerbose.hh b/examples/extended/electromagnetic/TestEm3/include/SteppingVerbose.hh index 960568af1d..3a6bd622a9 100644 --- a/examples/extended/electromagnetic/TestEm3/include/SteppingVerbose.hh +++ b/examples/extended/electromagnetic/TestEm3/include/SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.hh,v 1.2 2003/11/27 18:20:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/extended/electromagnetic/TestEm3/include/VisManager.hh b/examples/extended/electromagnetic/TestEm3/include/VisManager.hh index 2f088acef3..a4420f1f55 100644 --- a/examples/extended/electromagnetic/TestEm3/include/VisManager.hh +++ b/examples/extended/electromagnetic/TestEm3/include/VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: VisManager.hh,v 1.1 2003/09/22 14:06:43 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm3/run01.mac b/examples/extended/electromagnetic/TestEm3/run01.mac index cd9d4045a6..d399999a49 100644 --- a/examples/extended/electromagnetic/TestEm3/run01.mac +++ b/examples/extended/electromagnetic/TestEm3/run01.mac @@ -1,4 +1,4 @@ -# $Id: run01.mac,v 1.10 2003/10/06 10:09:19 maire Exp $ +# $Id: run01.mac,v 1.11 2004/01/21 17:29:22 maire Exp $ # # Macro file for "exampleN03.cc" # (can be run in batch, without graphic) @@ -18,6 +18,7 @@ /gun/particle e- /gun/energy 1 GeV # +/testem/run/setFileName run01.paw /testem/run/setHisto 0 100 700. 1000. MeV /testem/run/setHisto 1 100 0. 300. MeV # diff --git a/examples/extended/electromagnetic/TestEm3/run02.mac b/examples/extended/electromagnetic/TestEm3/run02.mac index 389fbab85e..1ca7c234f0 100644 --- a/examples/extended/electromagnetic/TestEm3/run02.mac +++ b/examples/extended/electromagnetic/TestEm3/run02.mac @@ -1,4 +1,4 @@ -# $Id: run02.mac,v 1.9 2003/10/06 10:09:20 maire Exp $ +# $Id: run02.mac,v 1.10 2004/01/21 17:29:22 maire Exp $ # # Macro file for "TestEm3.cc" # (can be run in batch, without graphic) @@ -24,6 +24,7 @@ /gun/particle e- /gun/energy 1 GeV # +/testem/run/setFileName run02.paw /testem/run/setHisto 0 100 900. 1000. MeV /testem/run/setHisto 1 100 0. 50. MeV # diff --git a/examples/extended/electromagnetic/TestEm3/run15.mac b/examples/extended/electromagnetic/TestEm3/run15.mac index e89c33879e..ad78b67d50 100644 --- a/examples/extended/electromagnetic/TestEm3/run15.mac +++ b/examples/extended/electromagnetic/TestEm3/run15.mac @@ -1,4 +1,4 @@ -# $Id: run15.mac,v 1.9 2003/10/06 10:09:20 maire Exp $ +# $Id: run15.mac,v 1.10 2004/01/21 17:29:22 maire Exp $ # # Macro file for "TestEm3.cc" # (can be run in batch, without graphic) @@ -25,6 +25,7 @@ /gun/particle mu+ /gun/energy 20 GeV # +/testem/run/setFileName run15.paw /testem/run/setHisto 0 100 0. 2. GeV /testem/run/setHisto 1 100 0. 100. MeV # diff --git a/examples/extended/electromagnetic/TestEm3/src/DetectorConstruction.cc b/examples/extended/electromagnetic/TestEm3/src/DetectorConstruction.cc index c2e466be94..22c5ed8b6c 100644 --- a/examples/extended/electromagnetic/TestEm3/src/DetectorConstruction.cc +++ b/examples/extended/electromagnetic/TestEm3/src/DetectorConstruction.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: DetectorConstruction.cc,v 1.3 2003/11/25 15:19:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: DetectorConstruction.cc,v 1.7 2004/01/21 17:29:27 maire Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/src/DetectorMessenger.cc b/examples/extended/electromagnetic/TestEm3/src/DetectorMessenger.cc index 5378f2d77a..658aecc11b 100644 --- a/examples/extended/electromagnetic/TestEm3/src/DetectorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm3/src/DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: DetectorMessenger.cc,v 1.1 2003/09/22 14:06:16 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm3/src/EventAction.cc b/examples/extended/electromagnetic/TestEm3/src/EventAction.cc index 86e3a71d3c..ed79833301 100644 --- a/examples/extended/electromagnetic/TestEm3/src/EventAction.cc +++ b/examples/extended/electromagnetic/TestEm3/src/EventAction.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: EventAction.cc,v 1.3 2003/11/27 18:20:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: EventAction.cc,v 1.4 2004/01/21 17:29:27 maire Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // @@ -103,9 +103,9 @@ void EventAction::EndOfEventAction(const G4Event* evt) for (G4int i=0; iGetTrajectoryContainer()))[i]); - if (drawFlag == "all") trj->DrawTrajectory(50); + if (drawFlag == "all") trj->DrawTrajectory(1000); else if ((drawFlag == "charged")&&(trj->GetCharge() != 0.)) - trj->DrawTrajectory(50); + trj->DrawTrajectory(1000); } } } diff --git a/examples/extended/electromagnetic/TestEm3/src/EventActionMessenger.cc b/examples/extended/electromagnetic/TestEm3/src/EventActionMessenger.cc index 72da2aa75f..ffb681cf15 100644 --- a/examples/extended/electromagnetic/TestEm3/src/EventActionMessenger.cc +++ b/examples/extended/electromagnetic/TestEm3/src/EventActionMessenger.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: EventActionMessenger.cc,v 1.1 2003/09/22 14:06:19 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: EventActionMessenger.cc,v 1.2 2004/01/16 11:13:19 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // @@ -47,13 +47,13 @@ EventActionMessenger::EventActionMessenger(EventAction* EvAct) DrawCmd->SetParameterName("choice",true); DrawCmd->SetDefaultValue("all"); DrawCmd->SetCandidates("none charged all"); - DrawCmd->AvailableForStates(G4State_Idle); + DrawCmd->AvailableForStates(G4State_PreInit,G4State_Idle); PrintCmd = new G4UIcmdWithAnInteger("/testem/event/printModulo",this); PrintCmd->SetGuidance("Print events modulo n"); PrintCmd->SetParameterName("EventNb",false); PrintCmd->SetRange("EventNb>0"); - PrintCmd->AvailableForStates(G4State_Idle); + PrintCmd->AvailableForStates(G4State_PreInit,G4State_Idle); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/src/IonC12.cc b/examples/extended/electromagnetic/TestEm3/src/IonC12.cc index 2f1bb01f94..7b5ed4cbc9 100644 --- a/examples/extended/electromagnetic/TestEm3/src/IonC12.cc +++ b/examples/extended/electromagnetic/TestEm3/src/IonC12.cc @@ -22,7 +22,7 @@ // // // $Id: IonC12.cc,v 1.6 2003/09/22 14:09:01 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/src/PhysListEmG4v52.cc b/examples/extended/electromagnetic/TestEm3/src/PhysListEmG4v52.cc index 2e3e961ab1..9fa47eb5db 100644 --- a/examples/extended/electromagnetic/TestEm3/src/PhysListEmG4v52.cc +++ b/examples/extended/electromagnetic/TestEm3/src/PhysListEmG4v52.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.cc,v 1.1 2003/10/06 10:09:24 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/src/PhysListEmStandard.cc b/examples/extended/electromagnetic/TestEm3/src/PhysListEmStandard.cc index 6feb7a4fe6..569883d5c1 100644 --- a/examples/extended/electromagnetic/TestEm3/src/PhysListEmStandard.cc +++ b/examples/extended/electromagnetic/TestEm3/src/PhysListEmStandard.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.cc,v 1.3 2003/10/24 12:12:12 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/src/PhysListGeneral.cc b/examples/extended/electromagnetic/TestEm3/src/PhysListGeneral.cc index b2e7f05dcb..1c2b5d3add 100644 --- a/examples/extended/electromagnetic/TestEm3/src/PhysListGeneral.cc +++ b/examples/extended/electromagnetic/TestEm3/src/PhysListGeneral.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.cc,v 1.2 2003/10/06 10:09:25 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/src/PhysListParticles.cc b/examples/extended/electromagnetic/TestEm3/src/PhysListParticles.cc index 0b5e1ff040..d3b6465bcb 100644 --- a/examples/extended/electromagnetic/TestEm3/src/PhysListParticles.cc +++ b/examples/extended/electromagnetic/TestEm3/src/PhysListParticles.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.cc,v 1.1 2003/09/22 14:06:20 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/src/PhysicsListMessenger.cc b/examples/extended/electromagnetic/TestEm3/src/PhysicsListMessenger.cc index e461cbb156..5ca6e3d8ba 100644 --- a/examples/extended/electromagnetic/TestEm3/src/PhysicsListMessenger.cc +++ b/examples/extended/electromagnetic/TestEm3/src/PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.cc,v 1.1 2003/09/22 14:06:20 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm3/src/PrimaryGeneratorAction.cc b/examples/extended/electromagnetic/TestEm3/src/PrimaryGeneratorAction.cc index 6f58ae0ad3..3876856faa 100644 --- a/examples/extended/electromagnetic/TestEm3/src/PrimaryGeneratorAction.cc +++ b/examples/extended/electromagnetic/TestEm3/src/PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorAction.cc,v 1.1 2003/09/22 14:06:20 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm3/src/PrimaryGeneratorMessenger.cc b/examples/extended/electromagnetic/TestEm3/src/PrimaryGeneratorMessenger.cc index 04fa2115b0..8585e3156b 100644 --- a/examples/extended/electromagnetic/TestEm3/src/PrimaryGeneratorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm3/src/PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorMessenger.cc,v 1.1 2003/09/22 14:06:20 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm3/src/RunAction.cc b/examples/extended/electromagnetic/TestEm3/src/RunAction.cc index 367be76217..302db733a6 100644 --- a/examples/extended/electromagnetic/TestEm3/src/RunAction.cc +++ b/examples/extended/electromagnetic/TestEm3/src/RunAction.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: RunAction.cc,v 1.2 2003/11/03 16:42:50 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: RunAction.cc,v 1.11 2004/01/21 17:29:27 maire Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // @@ -34,8 +34,6 @@ #include "G4Run.hh" #include "G4RunManager.hh" -#include "G4UImanager.hh" -#include "G4VVisManager.hh" #include "G4UnitsTable.hh" #include "Randomize.hh" @@ -50,28 +48,11 @@ RunAction::RunAction(DetectorConstruction* det) :Detector(det) { - runMessenger = new RunActionMessenger(this); + runMessenger = new RunActionMessenger(this); + + fileName = "testem3.paw"; + for (G4int k=0; kcreateTreeFactory(); - - // Creating a tree mapped to an hbook file. - G4bool readOnly = false; - G4bool createNew = true; - tree = tf->create("testem3.paw", "hbook", readOnly, createNew); - - // Creating a histogram factory, whose histograms will be handled by the tree - hf = af->createHistogramFactory(*tree); - - for (G4int k=0; kcommit(); // Writing the histograms to the file - tree->close(); // and closing the tree (and the file) - - delete hf; - delete tree; -#endif } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -97,15 +70,18 @@ void RunAction::SetHisto(G4int k, const G4String id[] = {"0","1","2","3","4","5","6","7","8","9","10"}; G4String title = "Edep in absorber " + id[k] + " (" + unit + ")"; G4double valunit = G4UnitDefinition::GetValueOf(unit); - valmin /= valunit; valmax /= valunit; - - G4cout << "---->SetHisto: " << title << " ; " << nbins << " bins from " - << valmin << " " << unit << " to " << valmax << unit << G4endl; - -#ifdef G4ANALYSIS_USE + + hid[k] = id[k+1]; + htitle[k] = title; + hbins[k] = nbins; + hmin[k] = valmin/valunit; + hmax[k] = valmax/valunit; histoUnit[k] = valunit; - histo[k] = hf->createHistogram1D(id[k+1],title,nbins,valmin,valmax); -#endif + +#ifdef G4ANALYSIS_USE + G4cout << "---->SetHisto: " << title << " ; " << nbins << " bins from " + << hmin[k] << " " + unit << " to " << hmax[k] << " " + unit << G4endl; +#endif } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -121,15 +97,36 @@ void RunAction::BeginOfRunAction(const G4Run* aRun) //initialize cumulative quantities // - for (G4int k=0; kApplyCommand("/vis/scene/notifyHandlers"); +#ifdef G4ANALYSIS_USE + // Creating the analysis factory + std::auto_ptr af(AIDA_createAnalysisFactory()); + // Creating the tree factory + std::auto_ptr tf(af->createTreeFactory()); + + // Creating a tree mapped to an hbook file. + G4bool readOnly = false; + G4bool createNew = true; + tree = tf->create(fileName, "hbook", readOnly, createNew); + + // Creating a histogram factory, whose histograms will be handled by the tree + hf = af->createHistogramFactory(*tree); + + // histograms + for (G4int k=0; k 0) + histo[k] = hf->createHistogram1D(hid[k],htitle[k],hbins[k],hmin[k],hmax[k]); + else histo[k] = 0; + } +#endif //example of print dEdx tables // @@ -153,9 +150,6 @@ void RunAction::fillPerEvent(G4int kAbs, G4double EAbs, G4double LAbs, void RunAction::EndOfRunAction(const G4Run* aRun) { - if (G4VVisManager::GetConcreteInstance()) - G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/update"); - //compute and print statistic // G4int NbOfEvents = aRun->GetNumberOfEvent(); @@ -203,6 +197,16 @@ void RunAction::EndOfRunAction(const G4Run* aRun) G4cout.setf(mode,std::ios::floatfield); G4cout.precision(prec); + //save histograms and delete factory + // +#ifdef G4ANALYSIS_USE + tree->commit(); // Writing the histograms to the file + tree->close(); // and closing the tree (and the file) + G4cout << "---> Histograms are saved" << G4endl; + delete hf; + delete tree; +#endif + // show Rndm status HepRandom::showEngineStatus(); } diff --git a/examples/extended/electromagnetic/TestEm3/src/RunActionMessenger.cc b/examples/extended/electromagnetic/TestEm3/src/RunActionMessenger.cc index c09758a836..73e0f0e69e 100644 --- a/examples/extended/electromagnetic/TestEm3/src/RunActionMessenger.cc +++ b/examples/extended/electromagnetic/TestEm3/src/RunActionMessenger.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: RunActionMessenger.cc,v 1.1 2003/09/22 14:06:20 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: RunActionMessenger.cc,v 1.3 2004/01/21 17:29:27 maire Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // @@ -34,12 +34,16 @@ #include "RunAction.hh" #include "G4UIcommand.hh" #include "G4UIparameter.hh" +#include "G4UIcmdWithAString.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... RunActionMessenger::RunActionMessenger(RunAction* run) :Run(run) { + fileCmd = new G4UIcmdWithAString("/testem/run/setFileName",this); + fileCmd->SetGuidance("set name for the histograms file"); + HistoCmd = new G4UIcommand("/testem/run/setHisto",this); HistoCmd->SetGuidance("Set histo Edep in absorber k"); HistoCmd->SetGuidance(" histo=absor number : from 0 to NbOfAbsor-1"); @@ -72,12 +76,15 @@ RunActionMessenger::RunActionMessenger(RunAction* run) RunActionMessenger::~RunActionMessenger() { delete HistoCmd; + delete fileCmd; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void RunActionMessenger::SetNewValue(G4UIcommand* command,G4String newValue) { + if (command == fileCmd) Run->SetFileName(newValue); + if (command == HistoCmd) { G4int idh,nbins; G4double vmin,vmax; char unts[30]; const char* t = newValue; diff --git a/examples/extended/electromagnetic/TestEm3/src/SteppingAction.cc b/examples/extended/electromagnetic/TestEm3/src/SteppingAction.cc index b8e537c8ce..acb4d07f5c 100644 --- a/examples/extended/electromagnetic/TestEm3/src/SteppingAction.cc +++ b/examples/extended/electromagnetic/TestEm3/src/SteppingAction.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: SteppingAction.cc,v 1.3 2003/11/27 18:20:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: SteppingAction.cc,v 1.9 2004/01/21 17:29:27 maire Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -51,14 +51,15 @@ SteppingAction::~SteppingAction() void SteppingAction::UserSteppingAction(const G4Step* aStep) { const G4Track* track = aStep->GetTrack(); - G4VPhysicalVolume* volume = track->GetVolume(); - if (volume == detector->GetphysiWorld()) return; + G4VPhysicalVolume* volume = aStep->GetPreStepPoint()->GetPhysicalVolume(); + G4Material* mat = volume->GetLogicalVolume()->GetMaterial(); + if (mat == detector->GetWorldMaterial()) return; G4int absorNo = volume->GetCopyNo(); - + // collect energy and track length step by step G4double edep = aStep->GetTotalEnergyDeposit(); - + G4double stepl = 0.; if (track->GetDefinition()->GetPDGCharge() != 0.) stepl = aStep->GetStepLength(); diff --git a/examples/extended/electromagnetic/TestEm3/src/SteppingVerbose.cc b/examples/extended/electromagnetic/TestEm3/src/SteppingVerbose.cc index 5110ed897d..97446ee93c 100644 --- a/examples/extended/electromagnetic/TestEm3/src/SteppingVerbose.cc +++ b/examples/extended/electromagnetic/TestEm3/src/SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.cc,v 1.2 2003/11/27 18:20:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm3/src/VisManager.cc b/examples/extended/electromagnetic/TestEm3/src/VisManager.cc index 4b422489ef..72fa2faa80 100755 --- a/examples/extended/electromagnetic/TestEm3/src/VisManager.cc +++ b/examples/extended/electromagnetic/TestEm3/src/VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: VisManager.cc,v 1.2 2003/11/13 15:10:20 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/electromagnetic/TestEm3/tbhec.mac b/examples/extended/electromagnetic/TestEm3/tbhec.mac new file mode 100644 index 0000000000..42a4f3c3b1 --- /dev/null +++ b/examples/extended/electromagnetic/TestEm3/tbhec.mac @@ -0,0 +1,56 @@ +# $Id: tbhec.mac,v 1.6 2004/01/21 17:29:22 maire Exp $ +# +# Macro file for "TestEm3.cc" +# +# Atlas_HEC; +# +/control/verbose 2 +/run/verbose 1 +# +/testem/det/setNbOfLayers 25 +/testem/det/setNbOfAbsor 2 +/testem/det/setAbsor 0 liquidArgon 0.85 cm +/testem/det/setAbsor 1 Copper 2.5 cm +/testem/det/setSizeYZ 17 cm +# +##/testem/phys/addPhysics g4v52 +/testem/phys/addPhysics standard +# +/run/initialize +# +/testem/run/setHisto 0 100 0. 100. MeV +/testem/run/setHisto 1 100 900. 1000. MeV +# +/gun/particle e- +/gun/energy 1 GeV +/gun/position -40.635 0 0 +# +/testem/phys/setCuts 10. mm +/testem/run/setFileName tb_1_10000.paw +/testem/event/printModulo 1000 +/run/beamOn 10000 +# +/testem/phys/setCuts 7. mm +/testem/run/setFileName tb_1_7000.paw +/run/beamOn 10000 +# +/testem/phys/setCuts 1. mm +/testem/run/setFileName tb_1_1000.paw +/run/beamOn 10000 +# +/testem/phys/setCuts 0.7 mm +/testem/run/setFileName tb_1_700.paw +/run/beamOn 10000 +# +/testem/phys/setCuts 0.1 mm +/testem/run/setFileName tb_1_100.paw +/run/beamOn 10000 +# +/testem/phys/setCuts 0.07 mm +/testem/run/setFileName tb_1_70.paw +/run/beamOn 10000 +# +/testem/phys/setCuts 0.01 mm +/testem/run/setFileName tb_1_10.paw +/run/beamOn 10000 +# diff --git a/examples/extended/electromagnetic/TestEm3/vis.mac b/examples/extended/electromagnetic/TestEm3/vis.mac index d213d702eb..2d03db2146 100644 --- a/examples/extended/electromagnetic/TestEm3/vis.mac +++ b/examples/extended/electromagnetic/TestEm3/vis.mac @@ -15,7 +15,7 @@ # Create a scene handler for a specific graphics system # Edit the next line(s) to choose another graphic system # -###/vis/open DAWNFILE +####/vis/open DAWNFILE /vis/open OGLIX # # Draw scene @@ -27,4 +27,4 @@ /tracking/storeTrajectory 1 /vis/scene/endOfEventAction accumulate # -/testem/event/drawTracks +/testem/event/drawTracks all diff --git a/examples/extended/electromagnetic/TestEm4/TestEm4.cc b/examples/extended/electromagnetic/TestEm4/TestEm4.cc index ad0d12a505..1fc59c4f57 100644 --- a/examples/extended/electromagnetic/TestEm4/TestEm4.cc +++ b/examples/extended/electromagnetic/TestEm4/TestEm4.cc @@ -22,7 +22,7 @@ // // // $Id: TestEm4.cc,v 1.8 2003/06/23 16:16:22 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/electromagnetic/TestEm4/TestEm4.out b/examples/extended/electromagnetic/TestEm4/TestEm4.out index 7873f8afff..f254612e17 100644 --- a/examples/extended/electromagnetic/TestEm4/TestEm4.out +++ b/examples/extended/electromagnetic/TestEm4/TestEm4.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + Visualization Manager instantiating... Visualization Manager initialising... Registering graphics systems... @@ -90,11 +93,11 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 50000 - User=29.88s Real=504.08s Sys=41.75s + User=16.65s Real=469.57s Sys=41.92s --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1653480615, 213275717 + Current couple of seeds = 2009194324, 1256174957 ---------------------------------------- Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/electromagnetic/TestEm4/include/DetectorConstruction.hh b/examples/extended/electromagnetic/TestEm4/include/DetectorConstruction.hh index 22e813f0d6..de926fb380 100644 --- a/examples/extended/electromagnetic/TestEm4/include/DetectorConstruction.hh +++ b/examples/extended/electromagnetic/TestEm4/include/DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: DetectorConstruction.hh,v 1.2 2003/10/06 14:51:16 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm4/include/EventAction.hh b/examples/extended/electromagnetic/TestEm4/include/EventAction.hh index 017e7fed51..702ec5f732 100644 --- a/examples/extended/electromagnetic/TestEm4/include/EventAction.hh +++ b/examples/extended/electromagnetic/TestEm4/include/EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: EventAction.hh,v 1.1 2003/06/23 16:16:26 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm4/include/EventActionMessenger.hh b/examples/extended/electromagnetic/TestEm4/include/EventActionMessenger.hh index 2ed77f7b90..d77cde3061 100644 --- a/examples/extended/electromagnetic/TestEm4/include/EventActionMessenger.hh +++ b/examples/extended/electromagnetic/TestEm4/include/EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: EventActionMessenger.hh,v 1.2 2003/10/06 14:51:16 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm4/include/PhysicsList.hh b/examples/extended/electromagnetic/TestEm4/include/PhysicsList.hh index ca04926486..3226e71036 100644 --- a/examples/extended/electromagnetic/TestEm4/include/PhysicsList.hh +++ b/examples/extended/electromagnetic/TestEm4/include/PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.hh,v 1.1 2003/06/23 16:16:27 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm4/include/PrimaryGeneratorAction.hh b/examples/extended/electromagnetic/TestEm4/include/PrimaryGeneratorAction.hh index 501eecfdb9..82c241b0b4 100644 --- a/examples/extended/electromagnetic/TestEm4/include/PrimaryGeneratorAction.hh +++ b/examples/extended/electromagnetic/TestEm4/include/PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorAction.hh,v 1.1 2003/06/23 16:16:27 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm4/include/RunAction.hh b/examples/extended/electromagnetic/TestEm4/include/RunAction.hh index 10ace6bcd3..6b78f112a2 100644 --- a/examples/extended/electromagnetic/TestEm4/include/RunAction.hh +++ b/examples/extended/electromagnetic/TestEm4/include/RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: RunAction.hh,v 1.2 2003/10/06 14:51:16 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm4/include/SteppingAction.hh b/examples/extended/electromagnetic/TestEm4/include/SteppingAction.hh index e294c7e3f4..43c7c0084c 100644 --- a/examples/extended/electromagnetic/TestEm4/include/SteppingAction.hh +++ b/examples/extended/electromagnetic/TestEm4/include/SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.hh,v 1.1 2003/06/23 16:16:27 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm4/include/SteppingVerbose.hh b/examples/extended/electromagnetic/TestEm4/include/SteppingVerbose.hh index 1a6f0f0c3b..7aa29eaf12 100644 --- a/examples/extended/electromagnetic/TestEm4/include/SteppingVerbose.hh +++ b/examples/extended/electromagnetic/TestEm4/include/SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.hh,v 1.1 2003/06/23 16:16:27 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/extended/electromagnetic/TestEm4/include/VisManager.hh b/examples/extended/electromagnetic/TestEm4/include/VisManager.hh index 81593e40e4..8780be4468 100644 --- a/examples/extended/electromagnetic/TestEm4/include/VisManager.hh +++ b/examples/extended/electromagnetic/TestEm4/include/VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: VisManager.hh,v 1.1 2003/06/23 16:16:27 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm4/src/DetectorConstruction.cc b/examples/extended/electromagnetic/TestEm4/src/DetectorConstruction.cc index e0c66c8630..d1c4918007 100644 --- a/examples/extended/electromagnetic/TestEm4/src/DetectorConstruction.cc +++ b/examples/extended/electromagnetic/TestEm4/src/DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: DetectorConstruction.cc,v 1.2 2003/10/06 14:51:17 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm4/src/EventAction.cc b/examples/extended/electromagnetic/TestEm4/src/EventAction.cc index d7ac6892f4..5f13bea545 100644 --- a/examples/extended/electromagnetic/TestEm4/src/EventAction.cc +++ b/examples/extended/electromagnetic/TestEm4/src/EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: EventAction.cc,v 1.2 2003/10/06 14:51:17 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm4/src/EventActionMessenger.cc b/examples/extended/electromagnetic/TestEm4/src/EventActionMessenger.cc index 9bfacf4040..bcddc78e5c 100644 --- a/examples/extended/electromagnetic/TestEm4/src/EventActionMessenger.cc +++ b/examples/extended/electromagnetic/TestEm4/src/EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: EventActionMessenger.cc,v 1.2 2003/10/06 14:51:17 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm4/src/PhysicsList.cc b/examples/extended/electromagnetic/TestEm4/src/PhysicsList.cc index d58376d9fa..6bd32d0ab5 100644 --- a/examples/extended/electromagnetic/TestEm4/src/PhysicsList.cc +++ b/examples/extended/electromagnetic/TestEm4/src/PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.cc,v 1.4 2003/10/24 12:14:34 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm4/src/PrimaryGeneratorAction.cc b/examples/extended/electromagnetic/TestEm4/src/PrimaryGeneratorAction.cc index afcc9d5123..01115b905d 100644 --- a/examples/extended/electromagnetic/TestEm4/src/PrimaryGeneratorAction.cc +++ b/examples/extended/electromagnetic/TestEm4/src/PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorAction.cc,v 1.1 2003/06/23 16:16:34 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm4/src/RunAction.cc b/examples/extended/electromagnetic/TestEm4/src/RunAction.cc index a577203190..f6d49b5b6c 100644 --- a/examples/extended/electromagnetic/TestEm4/src/RunAction.cc +++ b/examples/extended/electromagnetic/TestEm4/src/RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: RunAction.cc,v 1.2 2003/10/06 14:51:17 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm4/src/SteppingAction.cc b/examples/extended/electromagnetic/TestEm4/src/SteppingAction.cc index fd644d0a7e..f88ad02e5e 100644 --- a/examples/extended/electromagnetic/TestEm4/src/SteppingAction.cc +++ b/examples/extended/electromagnetic/TestEm4/src/SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.cc,v 1.1 2003/06/23 16:16:34 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm4/src/SteppingVerbose.cc b/examples/extended/electromagnetic/TestEm4/src/SteppingVerbose.cc index 8882e6e876..70a38bacd2 100644 --- a/examples/extended/electromagnetic/TestEm4/src/SteppingVerbose.cc +++ b/examples/extended/electromagnetic/TestEm4/src/SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.cc,v 1.1 2003/06/23 16:16:34 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm4/src/VisManager.cc b/examples/extended/electromagnetic/TestEm4/src/VisManager.cc index b06e415406..593e5eafbc 100755 --- a/examples/extended/electromagnetic/TestEm4/src/VisManager.cc +++ b/examples/extended/electromagnetic/TestEm4/src/VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: VisManager.cc,v 1.2 2003/11/13 15:10:24 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/electromagnetic/TestEm5/GNUmakefile b/examples/extended/electromagnetic/TestEm5/GNUmakefile index 304b15771d..4c02d46c9a 100644 --- a/examples/extended/electromagnetic/TestEm5/GNUmakefile +++ b/examples/extended/electromagnetic/TestEm5/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.14 2003/10/24 12:18:13 maire Exp $ +# $Id: GNUmakefile,v 1.15 2004/02/19 18:18:33 maire Exp $ # -------------------------------------------------------------- # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. # -------------------------------------------------------------- @@ -14,7 +14,7 @@ endif .PHONY: all all: lib bin -#### G4ANALYSIS_USE := true +###G4ANALYSIS_USE := true ifdef G4ANALYSIS_USE CPPFLAGS += -DG4ANALYSIS_USE diff --git a/examples/extended/electromagnetic/TestEm5/History b/examples/extended/electromagnetic/TestEm5/History index 7c1d142bee..1f0aa4ead1 100644 --- a/examples/extended/electromagnetic/TestEm5/History +++ b/examples/extended/electromagnetic/TestEm5/History @@ -1,4 +1,4 @@ -$Id: History,v 1.37 2003/11/25 18:34:16 vnivanch Exp $ +$Id: History,v 1.39 2004/02/19 18:29:10 maire Exp $ ------------------------------------------------------------------- ========================================================= @@ -15,6 +15,11 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +19-02-04 mma (testem5-V06-00-00) +- modify histo 7 : projected position at exit +- RunAction: remove UI commands for visualisation +- RunAction: add a function ComputeMscHighland() + 25-11-03 V.Ivanchenko (testem5-V05-02-06) - Fix geometry (G.Cosmo) diff --git a/examples/extended/electromagnetic/TestEm5/README b/examples/extended/electromagnetic/TestEm5/README index 1c7cdd7d4a..2309df878f 100644 --- a/examples/extended/electromagnetic/TestEm5/README +++ b/examples/extended/electromagnetic/TestEm5/README @@ -1,4 +1,4 @@ -$Id: README,v 1.9 2003/08/11 10:02:42 maire Exp $ +$Id: README,v 1.10 2004/02/19 18:18:42 maire Exp $ ----------------------------------------------------- ========================================================= @@ -85,7 +85,7 @@ $Id: README,v 1.9 2003/08/11 10:02:42 maire Exp $ 4 "(transmit, charged) : kinetic energy at exit" 5 "(transmit, charged) : space angle at exit" 6 "(transmit, charged) : projected angle at exit" - 7 "(transmit, charged) : radial dispersion at exit" + 7 "(transmit, charged) : projected position at exit" 8 "(transmit, neutral) : kinetic energy at exit" 9 "(transmit, neutral) : space angle at exit" 10 "(transmit, neutral) : projected angle at exit" diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5.cc b/examples/extended/electromagnetic/TestEm5/TestEm5.cc index 09f2a55b1b..c767c80a32 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5.cc +++ b/examples/extended/electromagnetic/TestEm5/TestEm5.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: TestEm5.cc,v 1.8 2003/08/11 10:02:45 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: TestEm5.cc,v 1.9 2004/02/19 18:18:42 maire Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -81,8 +81,11 @@ int main(int argc,char** argv) { // set user action classes // //primaryGenerator - runManager->SetUserAction(new PrimaryGeneratorAction(detector)); - RunAction* runaction = new RunAction(histo); + PrimaryGeneratorAction* primary = new PrimaryGeneratorAction(detector); + runManager->SetUserAction(primary); + + //runAction + RunAction* runaction = new RunAction(detector,primary,histo); runManager->SetUserAction(runaction); //eventAction diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5.out b/examples/extended/electromagnetic/TestEm5/TestEm5.out index ede0c51bc4..8c0431f56d 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + G4Material: Mean excitation energy is changed for Water Iold= 70.8926eV; Inew= 75 eV; Visualization Manager instantiating... Visualization Manager initialising... @@ -115,7 +118,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -132,7 +136,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -195,21 +200,21 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 100000 - User=92s Real=9.1e+02s Sys=90s + User=46.49s Real=1044.02s Sys=104.53s ======================== run summary ====================== Number of Events = 100000 - Total energy deposit in absorber per event = 6.694 keV +- 21.58 eV + Total energy deposit in absorber per event = 6.698 keV +- 21.79 eV - Total track length (charged) in absorber per event = 20.96 mum +- 14.68 nm - Total track length (neutral) in absorber per event = 9.447 Ang +- 5.645 Ang + Total track length (charged) in absorber per event = 20.97 mum +- 15.28 nm + Total track length (neutral) in absorber per event = 3.612 nm +- 3.107 nm - Number of steps (charged) in absorber per event = 1.079 +- 1.211e-05 - Number of steps (neutral) in absorber per event = 4e-05 +- 1.211e-05 + Number of steps (charged) in absorber per event = 1.079 +- 1.236e-05 + Number of steps (neutral) in absorber per event = 3e-05 +- 1.236e-05 - Number of secondaries per event : Gammas = 4e-05; electrons = 0.03761; positrons = 0 + Number of secondaries per event : Gammas = 3e-05; electrons = 0.03757; positrons = 0 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % @@ -217,9 +222,11 @@ Run Summary Number of events with the primary particle reflected = 0 % Number of events with at least 1 particle reflected (same charge as primary) = 0 % + MultipleScattering: theta0 Highland = 0.02663 mrad + --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1827733351, 2092347044 + Current couple of seeds = 1147184665, 872245730 ---------------------------------------- Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/electromagnetic/TestEm5/geant3/src/gutrak.F b/examples/extended/electromagnetic/TestEm5/geant3/src/gutrak.F index d12d824dec..a1d9f88fc4 100644 --- a/examples/extended/electromagnetic/TestEm5/geant3/src/gutrak.F +++ b/examples/extended/electromagnetic/TestEm5/geant3/src/gutrak.F @@ -78,12 +78,12 @@ call hfill (id,thetz/histUnit(id),0.,1.) endif * -* radial dispersion at exit +* projected position at exit * if (transmit.and.charged) id = 7 if (id.ne.0.and.histo(id)) then - radius = sqrt(vect(2)**2 + vect(3)**2) - call hfill (id,radius/histUnit(id),0.,1.) + call hfill (id,vect(2)/histUnit(id),0.,1.) + call hfill (id,vect(3)/histUnit(id),0.,1.) endif * END diff --git a/examples/extended/electromagnetic/TestEm5/geant3/src/uhinit.F b/examples/extended/electromagnetic/TestEm5/geant3/src/uhinit.F index 4217a82461..2f43ddb61e 100644 --- a/examples/extended/electromagnetic/TestEm5/geant3/src/uhinit.F +++ b/examples/extended/electromagnetic/TestEm5/geant3/src/uhinit.F @@ -13,7 +13,7 @@ 4 '(transmit, charged) : kinetic energy at exit', 5 '(transmit, charged) : space angle at exit', 6 '(transmit, charged) : projected angle at exit', - 7 '(transmit, charged) : radial dispersion at exit', + 7 '(transmit, charged) : projected position at exit', 8 '(transmit, neutral) : kinetic energy at exit', 9 '(transmit, neutral) : space angle at exit', + '(transmit, neutral) : projected angle at exit', diff --git a/examples/extended/electromagnetic/TestEm5/include/DetectorConstruction.hh b/examples/extended/electromagnetic/TestEm5/include/DetectorConstruction.hh index 59502d6d1d..19531e54ad 100644 --- a/examples/extended/electromagnetic/TestEm5/include/DetectorConstruction.hh +++ b/examples/extended/electromagnetic/TestEm5/include/DetectorConstruction.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: DetectorConstruction.hh,v 1.3 2003/09/15 16:54:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: DetectorConstruction.hh,v 1.4 2004/02/19 18:18:51 maire Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -74,8 +74,7 @@ class DetectorConstruction : public G4VUserDetectorConstruction void PrintCalorParameters(); - const G4MaterialCutsCouple* GetAbsorberMaterial() const - {return logicAbsorber->GetMaterialCutsCouple();}; + G4Material* GetAbsorberMaterial() {return AbsorberMaterial;}; G4double GetAbsorberThickness() {return AbsorberThickness;}; G4double GetAbsorberSizeYZ() {return AbsorberSizeYZ;}; @@ -89,7 +88,8 @@ class DetectorConstruction : public G4VUserDetectorConstruction const G4VPhysicalVolume* GetphysiWorld() {return physiWorld;}; const G4VPhysicalVolume* GetAbsorber() {return physiAbsorber;}; - + const G4MaterialCutsCouple* GetAbsorbMaterialCut() const + {return logicAbsorber->GetMaterialCutsCouple();}; private: G4Material* AbsorberMaterial; diff --git a/examples/extended/electromagnetic/TestEm5/include/DetectorMessenger.hh b/examples/extended/electromagnetic/TestEm5/include/DetectorMessenger.hh index 3cd04f88ab..2d705f659a 100644 --- a/examples/extended/electromagnetic/TestEm5/include/DetectorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm5/include/DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: DetectorMessenger.hh,v 1.2 2003/10/07 11:58:28 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/include/EventAction.hh b/examples/extended/electromagnetic/TestEm5/include/EventAction.hh index 94738de331..fac05d53ef 100644 --- a/examples/extended/electromagnetic/TestEm5/include/EventAction.hh +++ b/examples/extended/electromagnetic/TestEm5/include/EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: EventAction.hh,v 1.1 2003/08/11 10:13:02 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/include/EventMessenger.hh b/examples/extended/electromagnetic/TestEm5/include/EventMessenger.hh index 89053724c7..e8f7bcedfd 100644 --- a/examples/extended/electromagnetic/TestEm5/include/EventMessenger.hh +++ b/examples/extended/electromagnetic/TestEm5/include/EventMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: EventMessenger.hh,v 1.2 2003/10/07 11:58:28 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/include/HistoManager.hh b/examples/extended/electromagnetic/TestEm5/include/HistoManager.hh index d60e39e166..2181abab25 100644 --- a/examples/extended/electromagnetic/TestEm5/include/HistoManager.hh +++ b/examples/extended/electromagnetic/TestEm5/include/HistoManager.hh @@ -22,7 +22,7 @@ // // // $Id: HistoManager.hh,v 1.3 2003/11/03 12:58:52 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/include/HistoMessenger.hh b/examples/extended/electromagnetic/TestEm5/include/HistoMessenger.hh index 58f7bb20a5..b017fd675e 100644 --- a/examples/extended/electromagnetic/TestEm5/include/HistoMessenger.hh +++ b/examples/extended/electromagnetic/TestEm5/include/HistoMessenger.hh @@ -23,7 +23,7 @@ // // $Id: HistoMessenger.hh,v 1.2 2003/10/07 11:58:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/include/IonC12.hh b/examples/extended/electromagnetic/TestEm5/include/IonC12.hh index 0cf5eb4597..00c6caf18f 100644 --- a/examples/extended/electromagnetic/TestEm5/include/IonC12.hh +++ b/examples/extended/electromagnetic/TestEm5/include/IonC12.hh @@ -22,7 +22,7 @@ // // // $Id: IonC12.hh,v 1.3 2003/08/11 10:26:24 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Each class inheriting from G4VIon // corresponds to a particle type; one and only one diff --git a/examples/extended/electromagnetic/TestEm5/include/PhysListEmG4v52.hh b/examples/extended/electromagnetic/TestEm5/include/PhysListEmG4v52.hh index 9350ae3579..887f1bf6f2 100644 --- a/examples/extended/electromagnetic/TestEm5/include/PhysListEmG4v52.hh +++ b/examples/extended/electromagnetic/TestEm5/include/PhysListEmG4v52.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.hh,v 1.1 2003/10/07 11:58:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/include/PhysListEmStandard.hh b/examples/extended/electromagnetic/TestEm5/include/PhysListEmStandard.hh index 021d802060..36aa87c9d1 100644 --- a/examples/extended/electromagnetic/TestEm5/include/PhysListEmStandard.hh +++ b/examples/extended/electromagnetic/TestEm5/include/PhysListEmStandard.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.hh,v 1.2 2003/10/07 11:58:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/include/PhysListGeneral.hh b/examples/extended/electromagnetic/TestEm5/include/PhysListGeneral.hh index f4f74edbb9..fff29ad23d 100644 --- a/examples/extended/electromagnetic/TestEm5/include/PhysListGeneral.hh +++ b/examples/extended/electromagnetic/TestEm5/include/PhysListGeneral.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.hh,v 1.2 2003/10/07 11:58:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/include/PhysListParticles.hh b/examples/extended/electromagnetic/TestEm5/include/PhysListParticles.hh index ebe582ce06..ab515deae6 100644 --- a/examples/extended/electromagnetic/TestEm5/include/PhysListParticles.hh +++ b/examples/extended/electromagnetic/TestEm5/include/PhysListParticles.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.hh,v 1.2 2003/10/07 11:58:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/include/PhysicsList.hh b/examples/extended/electromagnetic/TestEm5/include/PhysicsList.hh index 4b609469f3..5cc95893df 100644 --- a/examples/extended/electromagnetic/TestEm5/include/PhysicsList.hh +++ b/examples/extended/electromagnetic/TestEm5/include/PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.hh,v 1.1 2003/08/11 10:14:07 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... // diff --git a/examples/extended/electromagnetic/TestEm5/include/PhysicsListMessenger.hh b/examples/extended/electromagnetic/TestEm5/include/PhysicsListMessenger.hh index 469959ce40..0b30840636 100644 --- a/examples/extended/electromagnetic/TestEm5/include/PhysicsListMessenger.hh +++ b/examples/extended/electromagnetic/TestEm5/include/PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.hh,v 1.2 2003/10/07 11:58:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/include/PrimaryGeneratorAction.hh b/examples/extended/electromagnetic/TestEm5/include/PrimaryGeneratorAction.hh index 6308e33ad7..a3aac08c18 100644 --- a/examples/extended/electromagnetic/TestEm5/include/PrimaryGeneratorAction.hh +++ b/examples/extended/electromagnetic/TestEm5/include/PrimaryGeneratorAction.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: PrimaryGeneratorAction.hh,v 1.1 2003/08/11 10:14:25 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: PrimaryGeneratorAction.hh,v 1.2 2004/02/19 18:18:51 maire Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -33,9 +33,9 @@ #define PrimaryGeneratorAction_h 1 #include "G4VUserPrimaryGeneratorAction.hh" +#include "G4ParticleGun.hh" #include "globals.hh" -class G4ParticleGun; class G4Event; class DetectorConstruction; class PrimaryGeneratorMessenger; @@ -52,11 +52,12 @@ class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction void SetDefaultKinematic(); void SetRndmBeam(G4double val) {rndmBeam = val;}; void GeneratePrimaries(G4Event*); + G4ParticleGun* GetParticleGun() {return particleGun;}; private: - G4ParticleGun* particleGun; - DetectorConstruction* Detector; - G4double rndmBeam; + G4ParticleGun* particleGun; + DetectorConstruction* Detector; + G4double rndmBeam; PrimaryGeneratorMessenger* gunMessenger; }; diff --git a/examples/extended/electromagnetic/TestEm5/include/PrimaryGeneratorMessenger.hh b/examples/extended/electromagnetic/TestEm5/include/PrimaryGeneratorMessenger.hh index 003c126b39..1d8b765324 100644 --- a/examples/extended/electromagnetic/TestEm5/include/PrimaryGeneratorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm5/include/PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorMessenger.hh,v 1.1 2003/08/11 10:14:49 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/include/RunAction.hh b/examples/extended/electromagnetic/TestEm5/include/RunAction.hh index 451b54b174..251d5fdb5c 100644 --- a/examples/extended/electromagnetic/TestEm5/include/RunAction.hh +++ b/examples/extended/electromagnetic/TestEm5/include/RunAction.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: RunAction.hh,v 1.1 2003/08/11 10:14:54 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: RunAction.hh,v 1.2 2004/02/19 18:18:51 maire Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -43,6 +43,8 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... class G4Run; +class DetectorConstruction; +class PrimaryGeneratorAction; class HistoManager; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -50,7 +52,7 @@ class HistoManager; class RunAction : public G4UserRunAction { public: - RunAction(HistoManager*); + RunAction(DetectorConstruction*, PrimaryGeneratorAction*, HistoManager*); ~RunAction(); public: @@ -75,16 +77,18 @@ class RunAction : public G4UserRunAction void CountParticles (G4ParticleDefinition* part) { if (part == G4Gamma::Gamma()) nbGamma++ ; else if (part == G4Electron::Electron()) nbElect++ ; - else if (part == G4Positron::Positron()) nbPosit++ ; } + else if (part == G4Positron::Positron()) nbPosit++ ; }; void CountTransmit (G4int flag) { if (flag == 1) Transmit[0]++; - else if (flag == 2) {Transmit[0]++; Transmit[1]++; }} + else if (flag == 2) {Transmit[0]++; Transmit[1]++; }}; void CountReflect (G4int flag) { if (flag == 1) Reflect[0]++; - else if (flag == 2) {Reflect[0]++; Reflect[1]++; }} - + else if (flag == 2) {Reflect[0]++; Reflect[1]++; }}; + + G4double ComputeMscHighland(); + private: G4double EnergyDeposit, EnergyDeposit2; G4double TrakLenCharged, TrakLenCharged2; @@ -94,7 +98,9 @@ class RunAction : public G4UserRunAction G4int nbGamma, nbElect, nbPosit; G4int Transmit[2], Reflect[2]; - HistoManager* histoManager; + DetectorConstruction* detector; + PrimaryGeneratorAction* primary; + HistoManager* histoManager; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/include/StackingAction.hh b/examples/extended/electromagnetic/TestEm5/include/StackingAction.hh index d4a3c59e8a..738ceb2e69 100644 --- a/examples/extended/electromagnetic/TestEm5/include/StackingAction.hh +++ b/examples/extended/electromagnetic/TestEm5/include/StackingAction.hh @@ -22,7 +22,7 @@ // // // $Id: StackingAction.hh,v 1.1 2003/08/11 10:15:05 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/include/StackingMessenger.hh b/examples/extended/electromagnetic/TestEm5/include/StackingMessenger.hh index 84c47303f6..663d3357db 100644 --- a/examples/extended/electromagnetic/TestEm5/include/StackingMessenger.hh +++ b/examples/extended/electromagnetic/TestEm5/include/StackingMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: StackingMessenger.hh,v 1.2 2003/10/07 11:58:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/include/StepMax.hh b/examples/extended/electromagnetic/TestEm5/include/StepMax.hh index 2b5a852119..d634828ad5 100644 --- a/examples/extended/electromagnetic/TestEm5/include/StepMax.hh +++ b/examples/extended/electromagnetic/TestEm5/include/StepMax.hh @@ -22,7 +22,7 @@ // // // $Id: StepMax.hh,v 1.1 2003/08/11 10:15:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/include/StepMaxMessenger.hh b/examples/extended/electromagnetic/TestEm5/include/StepMaxMessenger.hh index a52926ecf4..f19f31d8b7 100644 --- a/examples/extended/electromagnetic/TestEm5/include/StepMaxMessenger.hh +++ b/examples/extended/electromagnetic/TestEm5/include/StepMaxMessenger.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMaxMessenger.hh,v 1.2 2003/10/07 11:58:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/include/SteppingAction.hh b/examples/extended/electromagnetic/TestEm5/include/SteppingAction.hh index bc00007910..c16a76c368 100644 --- a/examples/extended/electromagnetic/TestEm5/include/SteppingAction.hh +++ b/examples/extended/electromagnetic/TestEm5/include/SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.hh,v 1.1 2003/08/11 10:15:45 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/include/SteppingVerbose.hh b/examples/extended/electromagnetic/TestEm5/include/SteppingVerbose.hh index c854524896..929704f646 100644 --- a/examples/extended/electromagnetic/TestEm5/include/SteppingVerbose.hh +++ b/examples/extended/electromagnetic/TestEm5/include/SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.hh,v 1.1 2003/08/11 10:15:51 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/extended/electromagnetic/TestEm5/include/TrackingAction.hh b/examples/extended/electromagnetic/TestEm5/include/TrackingAction.hh index b76c139c05..c2259f84f7 100644 --- a/examples/extended/electromagnetic/TestEm5/include/TrackingAction.hh +++ b/examples/extended/electromagnetic/TestEm5/include/TrackingAction.hh @@ -22,7 +22,7 @@ // // // $Id: TrackingAction.hh,v 1.1 2003/08/11 10:16:04 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/include/VisManager.hh b/examples/extended/electromagnetic/TestEm5/include/VisManager.hh index 76270e5fff..d957171cdb 100644 --- a/examples/extended/electromagnetic/TestEm5/include/VisManager.hh +++ b/examples/extended/electromagnetic/TestEm5/include/VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: VisManager.hh,v 1.1 2003/08/11 10:16:21 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/mumsc.mac b/examples/extended/electromagnetic/TestEm5/mumsc.mac new file mode 100644 index 0000000000..c378245b03 --- /dev/null +++ b/examples/extended/electromagnetic/TestEm5/mumsc.mac @@ -0,0 +1,33 @@ +# $Id: mumsc.mac,v 1.1 2004/02/19 18:18:43 maire Exp $ +# +# macro file for TestEm5.cc +# +# mu+, transmitted through 1 m of iron +# +/control/verbose 2 +/run/verbose 2 +# +/testem/det/setAbsMat Iron +/testem/det/setAbsThick 1 m +/testem/det/setAbsYZ 1 m +/testem/det/setWorldX 1 m +/testem/det/setWorldYZ 1 m +# +###/testem/phys/addPhysics g4v52 +# +/testem/phys/setCuts 0.1 mm +# +/run/initialize +# +/testem/gun/setDefault +/gun/particle mu+ +/gun/energy 50 GeV +# +/testem/histo/setFileName 50gev.std.paw +/testem/histo/setHisto 6 200 -20.0 +20.0 mrad #projected angle +/testem/histo/setHisto 7 200 -10.0 +10.0 mm #projected deviation +# +/testem/stack/killSecondaries +# +/testem/event/printModulo 1000 +/run/beamOn 10000 diff --git a/examples/extended/electromagnetic/TestEm5/src/DetectorConstruction.cc b/examples/extended/electromagnetic/TestEm5/src/DetectorConstruction.cc index cd6f84792c..c358f47e60 100644 --- a/examples/extended/electromagnetic/TestEm5/src/DetectorConstruction.cc +++ b/examples/extended/electromagnetic/TestEm5/src/DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: DetectorConstruction.cc,v 1.2 2003/11/25 15:19:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/src/DetectorMessenger.cc b/examples/extended/electromagnetic/TestEm5/src/DetectorMessenger.cc index dab9c95bf2..f5e02bc10e 100644 --- a/examples/extended/electromagnetic/TestEm5/src/DetectorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm5/src/DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: DetectorMessenger.cc,v 1.1 2003/08/11 10:17:17 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/src/EventAction.cc b/examples/extended/electromagnetic/TestEm5/src/EventAction.cc index 91d4ce6157..2730bd5d52 100644 --- a/examples/extended/electromagnetic/TestEm5/src/EventAction.cc +++ b/examples/extended/electromagnetic/TestEm5/src/EventAction.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: EventAction.cc,v 1.1 2003/08/11 10:20:19 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: EventAction.cc,v 1.2 2004/02/19 18:18:52 maire Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -106,9 +106,9 @@ void EventAction::EndOfEventAction(const G4Event* evt) for (G4int i=0; iGetTrajectoryContainer()))[i]); - if (drawFlag == "all") trj->DrawTrajectory(50); + if (drawFlag == "all") trj->DrawTrajectory(1000); else if ((drawFlag == "charged")&&(trj->GetCharge() != 0.)) - trj->DrawTrajectory(50); + trj->DrawTrajectory(1000); } } } diff --git a/examples/extended/electromagnetic/TestEm5/src/EventMessenger.cc b/examples/extended/electromagnetic/TestEm5/src/EventMessenger.cc index f035d5af23..0edeab57cb 100644 --- a/examples/extended/electromagnetic/TestEm5/src/EventMessenger.cc +++ b/examples/extended/electromagnetic/TestEm5/src/EventMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: EventMessenger.cc,v 1.1 2003/08/11 10:20:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/src/HistoManager.cc b/examples/extended/electromagnetic/TestEm5/src/HistoManager.cc index dbd6d6e893..2ba5c478fc 100644 --- a/examples/extended/electromagnetic/TestEm5/src/HistoManager.cc +++ b/examples/extended/electromagnetic/TestEm5/src/HistoManager.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: HistoManager.cc,v 1.5 2003/11/03 12:58:55 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: HistoManager.cc,v 1.6 2004/02/19 18:18:53 maire Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -114,7 +114,7 @@ void HistoManager::SetHisto(G4int ih, "(transmit, charged) : kinetic energy at exit", //4 "(transmit, charged) : space angle at exit", //5 "(transmit, charged) : projected angle at exit", //6 - "(transmit, charged) : radial dispersion at exit", //7 + "(transmit, charged) : projected position at exit", //7 "(transmit, neutral) : kinetic energy at exit", //8 "(transmit, neutral) : space angle at exit", //9 "(transmit, neutral) : projected angle at exit", //10 diff --git a/examples/extended/electromagnetic/TestEm5/src/HistoMessenger.cc b/examples/extended/electromagnetic/TestEm5/src/HistoMessenger.cc index 764330f709..ec069d2368 100644 --- a/examples/extended/electromagnetic/TestEm5/src/HistoMessenger.cc +++ b/examples/extended/electromagnetic/TestEm5/src/HistoMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: HistoMessenger.cc,v 1.1 2003/08/11 10:20:44 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/src/IonC12.cc b/examples/extended/electromagnetic/TestEm5/src/IonC12.cc index ec41b21ea7..2d1753c0be 100644 --- a/examples/extended/electromagnetic/TestEm5/src/IonC12.cc +++ b/examples/extended/electromagnetic/TestEm5/src/IonC12.cc @@ -22,7 +22,7 @@ // // // $Id: IonC12.cc,v 1.4 2003/08/11 10:27:14 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/src/PhysListEmG4v52.cc b/examples/extended/electromagnetic/TestEm5/src/PhysListEmG4v52.cc index 20c507f9cf..dac86012a8 100644 --- a/examples/extended/electromagnetic/TestEm5/src/PhysListEmG4v52.cc +++ b/examples/extended/electromagnetic/TestEm5/src/PhysListEmG4v52.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.cc,v 1.1 2003/10/07 11:58:31 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/src/PhysListEmStandard.cc b/examples/extended/electromagnetic/TestEm5/src/PhysListEmStandard.cc index 393c02a751..7bcc512880 100644 --- a/examples/extended/electromagnetic/TestEm5/src/PhysListEmStandard.cc +++ b/examples/extended/electromagnetic/TestEm5/src/PhysListEmStandard.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.cc,v 1.3 2003/10/24 12:18:14 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/src/PhysListGeneral.cc b/examples/extended/electromagnetic/TestEm5/src/PhysListGeneral.cc index 5331f27ddb..8b99601d6a 100644 --- a/examples/extended/electromagnetic/TestEm5/src/PhysListGeneral.cc +++ b/examples/extended/electromagnetic/TestEm5/src/PhysListGeneral.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.cc,v 1.2 2003/10/07 11:58:31 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/src/PhysListParticles.cc b/examples/extended/electromagnetic/TestEm5/src/PhysListParticles.cc index dfe0252501..5bfdb2ac0a 100644 --- a/examples/extended/electromagnetic/TestEm5/src/PhysListParticles.cc +++ b/examples/extended/electromagnetic/TestEm5/src/PhysListParticles.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.cc,v 1.1 2003/08/11 10:21:16 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/src/PhysicsList.cc b/examples/extended/electromagnetic/TestEm5/src/PhysicsList.cc index 2014f2b2f6..b6657d70f0 100644 --- a/examples/extended/electromagnetic/TestEm5/src/PhysicsList.cc +++ b/examples/extended/electromagnetic/TestEm5/src/PhysicsList.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: PhysicsList.cc,v 1.4 2003/10/07 11:58:31 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: PhysicsList.cc,v 1.5 2004/02/19 18:18:53 maire Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -202,7 +202,7 @@ void PhysicsList::SetCutForPositron(G4double cut) G4double PhysicsList::GetRange(G4double val) { G4ParticleTable* theParticleTable = G4ParticleTable::GetParticleTable(); - const G4MaterialCutsCouple* couple = pDet->GetAbsorberMaterial(); + const G4MaterialCutsCouple* couple = pDet->GetAbsorbMaterialCut(); G4ParticleDefinition* part = theParticleTable->FindParticle("e-"); G4double range = G4LossTableManager::Instance()->GetRange(part,val,couple); diff --git a/examples/extended/electromagnetic/TestEm5/src/PhysicsListMessenger.cc b/examples/extended/electromagnetic/TestEm5/src/PhysicsListMessenger.cc index 1b58961d09..6ab95d2ed6 100644 --- a/examples/extended/electromagnetic/TestEm5/src/PhysicsListMessenger.cc +++ b/examples/extended/electromagnetic/TestEm5/src/PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.cc,v 1.1 2003/08/11 10:21:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/src/PrimaryGeneratorAction.cc b/examples/extended/electromagnetic/TestEm5/src/PrimaryGeneratorAction.cc index 519d17d00a..dbe5e75e79 100644 --- a/examples/extended/electromagnetic/TestEm5/src/PrimaryGeneratorAction.cc +++ b/examples/extended/electromagnetic/TestEm5/src/PrimaryGeneratorAction.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: PrimaryGeneratorAction.cc,v 1.1 2003/08/11 10:21:25 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: PrimaryGeneratorAction.cc,v 1.2 2004/02/19 18:18:54 maire Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -35,7 +35,6 @@ #include "PrimaryGeneratorMessenger.hh" #include "G4Event.hh" -#include "G4ParticleGun.hh" #include "G4ParticleTable.hh" #include "G4ParticleDefinition.hh" #include "Randomize.hh" diff --git a/examples/extended/electromagnetic/TestEm5/src/PrimaryGeneratorMessenger.cc b/examples/extended/electromagnetic/TestEm5/src/PrimaryGeneratorMessenger.cc index deac3035aa..24e99790d5 100644 --- a/examples/extended/electromagnetic/TestEm5/src/PrimaryGeneratorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm5/src/PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorMessenger.cc,v 1.1 2003/08/11 10:21:28 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/src/RunAction.cc b/examples/extended/electromagnetic/TestEm5/src/RunAction.cc index 3de23a21a7..3889db1a86 100644 --- a/examples/extended/electromagnetic/TestEm5/src/RunAction.cc +++ b/examples/extended/electromagnetic/TestEm5/src/RunAction.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: RunAction.cc,v 1.1 2003/08/11 10:21:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: RunAction.cc,v 1.2 2004/02/19 18:18:54 maire Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -30,21 +30,23 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #include "RunAction.hh" +#include "DetectorConstruction.hh" +#include "PrimaryGeneratorAction.hh" #include "HistoManager.hh" #include "G4Run.hh" #include "G4RunManager.hh" -#include "G4UImanager.hh" -#include "G4VVisManager.hh" #include "G4UnitsTable.hh" +#include "G4ParticleGun.hh" #include "Randomize.hh" #include //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -RunAction::RunAction(HistoManager* histo) -:histoManager(histo) +RunAction::RunAction(DetectorConstruction* det, PrimaryGeneratorAction* kin, + HistoManager* histo) +:detector(det), primary(kin), histoManager(histo) { } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -72,9 +74,6 @@ void RunAction::BeginOfRunAction(const G4Run* aRun) // save Rndm status G4RunManager::GetRunManager()->SetRandomNumberStore(true); HepRandom::showEngineStatus(); - - if (G4VVisManager::GetConcreteInstance()) - G4UImanager::GetUIpointer()->ApplyCommand("/vis/scene/notifyHandlers"); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -166,14 +165,38 @@ void RunAction::EndOfRunAction(const G4Run* aRun) G4cout << " Number of events with at least 1 particle reflected " << "(same charge as primary) = " << reflect[0] << " %" << G4endl; + + // compute width of the Gaussian central part of the MultipleScattering + // + G4cout << "\n MultipleScattering: theta0 Highland = " + << ComputeMscHighland()/mrad << " mrad" << G4endl; G4cout.precision(prec); - - if (G4VVisManager::GetConcreteInstance()) - G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/update"); // show Rndm status HepRandom::showEngineStatus(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4double RunAction::ComputeMscHighland() +{ + //compute the width of the Gaussian central part of the MultipleScattering + //projected angular distribution. + //Eur. Phys. Jour. C15 (2000) page 166, formule 23.9 + + G4double t = (detector->GetAbsorberThickness()) + /(detector->GetAbsorberMaterial()->GetRadlen()); + if (t < DBL_MIN) return 0.; + + G4ParticleGun* particle = primary->GetParticleGun(); + G4double T = particle->GetParticleEnergy(); + G4double M = particle->GetParticleDefinition()->GetPDGMass(); + G4double z = particle->GetParticleDefinition()->GetPDGCharge()/eplus; + + G4double bpc = T*(T+2*M)/(T+M); + G4double teta0 = 13.6*MeV*z*sqrt(t)*(1.+0.038*log(t))/bpc; + return teta0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/src/StackingAction.cc b/examples/extended/electromagnetic/TestEm5/src/StackingAction.cc index 65e2291b22..3ca6f2a416 100644 --- a/examples/extended/electromagnetic/TestEm5/src/StackingAction.cc +++ b/examples/extended/electromagnetic/TestEm5/src/StackingAction.cc @@ -22,7 +22,7 @@ // // // $Id: StackingAction.cc,v 1.1 2003/08/11 10:21:33 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/src/StackingMessenger.cc b/examples/extended/electromagnetic/TestEm5/src/StackingMessenger.cc index 6e142cb98b..bf425f4807 100644 --- a/examples/extended/electromagnetic/TestEm5/src/StackingMessenger.cc +++ b/examples/extended/electromagnetic/TestEm5/src/StackingMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: StackingMessenger.cc,v 1.1 2003/08/11 10:21:37 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/src/StepMax.cc b/examples/extended/electromagnetic/TestEm5/src/StepMax.cc index 22f1d4e85a..48e6483e73 100644 --- a/examples/extended/electromagnetic/TestEm5/src/StepMax.cc +++ b/examples/extended/electromagnetic/TestEm5/src/StepMax.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMax.cc,v 1.1 2003/08/11 10:21:51 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/src/StepMaxMessenger.cc b/examples/extended/electromagnetic/TestEm5/src/StepMaxMessenger.cc index efe9b9e693..09c4b1084d 100644 --- a/examples/extended/electromagnetic/TestEm5/src/StepMaxMessenger.cc +++ b/examples/extended/electromagnetic/TestEm5/src/StepMaxMessenger.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMaxMessenger.cc,v 1.1 2003/08/11 10:21:56 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/src/SteppingAction.cc b/examples/extended/electromagnetic/TestEm5/src/SteppingAction.cc index b471c8106f..55799ddb3c 100644 --- a/examples/extended/electromagnetic/TestEm5/src/SteppingAction.cc +++ b/examples/extended/electromagnetic/TestEm5/src/SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.cc,v 1.1 2003/08/11 10:22:10 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm5/src/SteppingVerbose.cc b/examples/extended/electromagnetic/TestEm5/src/SteppingVerbose.cc index ef8f5b3623..2c6815af88 100644 --- a/examples/extended/electromagnetic/TestEm5/src/SteppingVerbose.cc +++ b/examples/extended/electromagnetic/TestEm5/src/SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.cc,v 1.1 2003/08/11 10:22:17 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm5/src/TrackingAction.cc b/examples/extended/electromagnetic/TestEm5/src/TrackingAction.cc index 7afcf4ab88..68a78c3635 100644 --- a/examples/extended/electromagnetic/TestEm5/src/TrackingAction.cc +++ b/examples/extended/electromagnetic/TestEm5/src/TrackingAction.cc @@ -22,8 +22,8 @@ // // -// $Id: TrackingAction.cc,v 1.2 2003/08/27 17:18:16 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: TrackingAction.cc,v 1.3 2004/02/19 18:18:54 maire Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -128,13 +128,13 @@ void TrackingAction::PostUserTrackingAction(const G4Track* aTrack) histoManager->GetHisto(id)->fill(atan(momentum.z()/abs(momentum.x()))/unit); } - //radial dispersion at exit + //projected position at exit // if (transmit && charged) id = 7; if (histoManager->GetHisto(id)) { - G4double radius = sqrt(position.y()*position.y()+position.z()*position.z()); G4double unit = histoManager->GetHistoUnit(id); - histoManager->GetHisto(id)->fill(radius/unit); + histoManager->GetHisto(id)->fill(position.y()/unit); + histoManager->GetHisto(id)->fill(position.z()/unit); } #endif } diff --git a/examples/extended/electromagnetic/TestEm5/src/VisManager.cc b/examples/extended/electromagnetic/TestEm5/src/VisManager.cc index 3d07a174f6..b131fc0729 100755 --- a/examples/extended/electromagnetic/TestEm5/src/VisManager.cc +++ b/examples/extended/electromagnetic/TestEm5/src/VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: VisManager.cc,v 1.2 2003/11/13 15:10:28 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/electromagnetic/TestEm5/tramu.mac b/examples/extended/electromagnetic/TestEm5/tramu.mac index 80a678f56b..6853733b21 100644 --- a/examples/extended/electromagnetic/TestEm5/tramu.mac +++ b/examples/extended/electromagnetic/TestEm5/tramu.mac @@ -1,4 +1,4 @@ -# $Id: tramu.mac,v 1.1 2003/08/11 10:09:39 maire Exp $ +# $Id: tramu.mac,v 1.3 2004/02/19 18:25:10 maire Exp $ # # macro file for TestEm5.cc # @@ -12,6 +12,8 @@ /testem/det/setAbsThick 3 m /testem/det/setAbsYZ 3 m # +##/testem/phys/addPhysics g4v52 +# /testem/phys/setCuts 1 mm # /run/initialize @@ -20,7 +22,7 @@ /gun/particle mu+ /gun/energy 1 TeV # -/testem/histo/setFileName tramu.paw +/testem/histo/setFileName g4std.paw /testem/histo/setHisto 4 80 920 1000 GeV #energy at exit # /testem/stack/killSecondaries diff --git a/examples/extended/electromagnetic/TestEm6/TestEm6.cc b/examples/extended/electromagnetic/TestEm6/TestEm6.cc index b828c2253c..2b740e25ab 100644 --- a/examples/extended/electromagnetic/TestEm6/TestEm6.cc +++ b/examples/extended/electromagnetic/TestEm6/TestEm6.cc @@ -22,7 +22,7 @@ // // // $Id: TestEm6.cc,v 1.11 2002/12/09 13:02:03 stesting Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm6/TestEm6.out b/examples/extended/electromagnetic/TestEm6/TestEm6.out index 47f71ac5a2..4c1ba44d19 100644 --- a/examples/extended/electromagnetic/TestEm6/TestEm6.out +++ b/examples/extended/electromagnetic/TestEm6/TestEm6.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + ***** Table : Nb of materials = 3 ***** @@ -91,7 +94,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -108,7 +112,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV Region DefaultRegionForTheWorld Materials : Iron @@ -162,8 +167,8 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 31.9 m 0 fm 0 fm 29.8 TeV 0 eV 0 fm 0 fm Iron initStep - 1 190 m -2.01 mm -2.16 cm 12.3 TeV 17.5 TeV 159 m 159 m Iron MuIoni - 2 250 m 927 mum -2.29 cm 8.56 TeV 3.74 TeV 59.5 m 218 m OutOfWorld Transportation + 1 189 m -4.12 mm -4.49 cm 11.9 TeV 17.9 TeV 158 m 158 m Iron MuIoni + 2 250 m 589 mum -4.69 cm 8.46 TeV 3.46 TeV 60.5 m 218 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = mu+, Track ID = 2, Parent ID = 1 @@ -171,8 +176,8 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 31.9 m 0 fm 0 fm 70.2 TeV 0 eV 0 fm 0 fm Iron initStep - 1 218 m 7.81 mm 1.27 cm 20.1 TeV 50.1 TeV 186 m 186 m Iron MuIoni - 2 250 m 8.03 mm 1.25 cm 13.2 TeV 6.92 TeV 32.1 m 218 m OutOfWorld Transportation + 1 217 m 2.91 cm 4.76 cm 20.6 TeV 49.6 TeV 185 m 185 m Iron MuIoni + 2 250 m 2.96 cm 4.72 cm 13.3 TeV 7.3 TeV 33.1 m 218 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -188,7 +193,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 120 m 0 fm 0 fm 20 TeV 0 eV 0 fm 0 fm Iron initStep - 1 250 m 1.11 mm 1.17 mm 9.74 TeV 10.3 TeV 130 m 130 m OutOfWorld Transportation + 1 250 m 1.11 mm 1.17 mm 9.94 TeV 10.1 TeV 130 m 130 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = mu+, Track ID = 2, Parent ID = 1 @@ -196,7 +201,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 120 m 0 fm 0 fm 80 TeV 0 eV 0 fm 0 fm Iron initStep - 1 250 m -277 mum -292 mum 45.1 TeV 34.9 TeV 130 m 130 m OutOfWorld Transportation + 1 250 m -277 mum -292 mum 44.2 TeV 35.8 TeV 130 m 130 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -212,15 +217,15 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 91.5 m 0 fm 0 fm 567 GeV 0 eV 0 fm 0 fm Iron initStep - 1 131 m 1.7 mm 201 mum 414 GeV 153 GeV 39.5 m 39.5 m Iron MuIoni - 2 163 m -4.76 cm -7.3 cm 234 GeV 180 GeV 32.5 m 72 m Iron MuIoni - 3 185 m -9.49 cm -20.4 cm 181 GeV 53.2 GeV 21.9 m 93.8 m Iron MuIoni - 4 203 m -6.3 cm -24.8 cm 143 GeV 38 GeV 18 m 112 m Iron MuIoni - 5 218 m -12.8 cm -36.1 cm 112 GeV 30.4 GeV 14.9 m 127 m Iron MuIoni - 6 230 m -6.16 cm -36.2 cm 87.8 GeV 24.4 GeV 12.2 m 139 m Iron MuIoni - 7 240 m -4.88 cm -37.6 cm 66.3 GeV 21.5 GeV 9.96 m 149 m Iron MuIoni - 8 248 m 1.34 cm -33 cm 53.2 GeV 13.1 GeV 7.82 m 157 m Iron MuIoni - 9 250 m 2.33 cm -34.1 cm 50.1 GeV 3.12 GeV 1.75 m 158 m OutOfWorld Transportation + 1 130 m -5.6 cm -29.2 cm 416 GeV 151 GeV 38.9 m 38.9 m Iron MuIoni + 2 163 m -11.3 cm -37.6 cm 234 GeV 182 GeV 32.1 m 71.1 m Iron MuIoni + 3 184 m -15.1 cm -50.6 cm 180 GeV 53.6 GeV 21.6 m 92.6 m Iron MuIoni + 4 202 m -12.6 cm -56.7 cm 142 GeV 38.3 GeV 17.7 m 110 m Iron MuIoni + 5 217 m -19.3 cm -69.2 cm 112 GeV 30.4 GeV 14.7 m 125 m Iron MuIoni + 6 229 m -12.3 cm -69.9 cm 87.3 GeV 24.3 GeV 12 m 137 m Iron MuIoni + 7 238 m -10.8 cm -71.5 cm 65.9 GeV 21.4 GeV 9.8 m 147 m Iron MuIoni + 8 246 m -3.62 cm -67.1 cm 52.8 GeV 13.1 GeV 7.7 m 155 m Iron MuIoni + 9 250 m -9.93 mm -70.1 cm 45.7 GeV 7.14 GeV 3.91 m 158 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = mu+, Track ID = 2, Parent ID = 1 @@ -228,7 +233,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 91.5 m 0 fm 0 fm 99.4 TeV 0 eV 0 fm 0 fm Iron initStep - 1 250 m -40.5 mum -4.92 mum 37.2 TeV 62.3 TeV 158 m 158 m OutOfWorld Transportation + 1 250 m -40.5 mum -4.92 mum 36 TeV 63.4 TeV 158 m 158 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -244,9 +249,9 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 -190 m 0 fm 0 fm 82.5 TeV 0 eV 0 fm 0 fm Iron initStep - 1 37.4 cm -1.32 cm 5.63 mm 21.5 TeV 60.9 TeV 190 m 190 m Iron MuIoni - 2 148 m 1.25 cm 1.93 mm 7.85 TeV 13.7 TeV 148 m 338 m Iron MuIoni - 3 250 m 1.4 cm 1.34 cm 4.4 TeV 3.45 TeV 102 m 440 m OutOfWorld Transportation + 1 -61.8 cm -5.73 cm 2.49 cm 21.6 TeV 60.9 TeV 189 m 189 m Iron MuIoni + 2 147 m 6.31 mm 1.5 cm 8.1 TeV 13.5 TeV 147 m 336 m Iron MuIoni + 3 250 m 8.78 mm 3.44 cm 4.57 TeV 3.53 TeV 103 m 440 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = mu+, Track ID = 2, Parent ID = 1 @@ -254,15 +259,15 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 -190 m 0 fm 0 fm 17.5 TeV 0 eV 0 fm 0 fm Iron initStep - 1 -48.3 m 8.93 mm 2.73 cm 7.84 TeV 9.7 TeV 142 m 142 m Iron MuIoni - 2 67.8 m -1.24 cm 7 cm 4.09 TeV 3.76 TeV 116 m 258 m Iron MuIoni - 3 163 m 1.6 cm 14.4 cm 2.35 TeV 1.73 TeV 95.4 m 353 m Iron MuIoni - 4 242 m -9.03 mm 17.9 cm 1.35 TeV 1 TeV 78.4 m 431 m Iron MuIoni - 5 250 m -1.03 cm 18.1 cm 1.27 TeV 79.6 GeV 8.4 m 440 m OutOfWorld Transportation + 1 -49.3 m 1.44 cm 4.56 cm 7.95 TeV 9.6 TeV 141 m 141 m Iron MuIoni + 2 66.3 m -1.14 cm 10.4 cm 4.21 TeV 3.74 TeV 116 m 256 m Iron MuIoni + 3 162 m 2.45 cm 19.7 cm 2.45 TeV 1.76 TeV 95.4 m 351 m Iron MuIoni + 4 240 m -9.84 mm 24.6 cm 1.4 TeV 1.05 TeV 78.9 m 430 m Iron MuIoni + 5 250 m -1.15 cm 25.1 cm 1.3 TeV 93.7 GeV 9.53 m 440 m OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 5 - User=0.04s Real=2.6s Sys=0.03s + User=0.01s Real=2.04s Sys=0.02s --------- Ranecu engine status --------- Initial seed (index) = 0 diff --git a/examples/extended/electromagnetic/TestEm6/include/DetectorConstruction.hh b/examples/extended/electromagnetic/TestEm6/include/DetectorConstruction.hh index 487b8b5255..1b170baf67 100644 --- a/examples/extended/electromagnetic/TestEm6/include/DetectorConstruction.hh +++ b/examples/extended/electromagnetic/TestEm6/include/DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: DetectorConstruction.hh,v 1.1 2002/05/23 13:30:16 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/include/DetectorMessenger.hh b/examples/extended/electromagnetic/TestEm6/include/DetectorMessenger.hh index 938171e8a0..280a685048 100644 --- a/examples/extended/electromagnetic/TestEm6/include/DetectorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm6/include/DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: DetectorMessenger.hh,v 1.2 2002/12/12 12:48:16 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/include/EventAction.hh b/examples/extended/electromagnetic/TestEm6/include/EventAction.hh index bdf99451e4..cde9cbcfc5 100644 --- a/examples/extended/electromagnetic/TestEm6/include/EventAction.hh +++ b/examples/extended/electromagnetic/TestEm6/include/EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: EventAction.hh,v 1.1 2002/05/23 13:30:28 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/include/EventActionMessenger.hh b/examples/extended/electromagnetic/TestEm6/include/EventActionMessenger.hh index 105fc7df76..6a0fc82ade 100644 --- a/examples/extended/electromagnetic/TestEm6/include/EventActionMessenger.hh +++ b/examples/extended/electromagnetic/TestEm6/include/EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: EventActionMessenger.hh,v 1.1 2002/05/23 13:30:29 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/include/PhysicsList.hh b/examples/extended/electromagnetic/TestEm6/include/PhysicsList.hh index 9f58927a3d..bfcd5d2c53 100644 --- a/examples/extended/electromagnetic/TestEm6/include/PhysicsList.hh +++ b/examples/extended/electromagnetic/TestEm6/include/PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.hh,v 1.3 2003/01/30 16:32:47 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/include/PhysicsListMessenger.hh b/examples/extended/electromagnetic/TestEm6/include/PhysicsListMessenger.hh index b07956637f..8b3aa453fa 100644 --- a/examples/extended/electromagnetic/TestEm6/include/PhysicsListMessenger.hh +++ b/examples/extended/electromagnetic/TestEm6/include/PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.hh,v 1.2 2003/01/27 09:46:19 hbu Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/include/PrimaryGeneratorAction.hh b/examples/extended/electromagnetic/TestEm6/include/PrimaryGeneratorAction.hh index a62b303e2e..57585d31dd 100644 --- a/examples/extended/electromagnetic/TestEm6/include/PrimaryGeneratorAction.hh +++ b/examples/extended/electromagnetic/TestEm6/include/PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorAction.hh,v 1.1 2002/05/23 13:30:31 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/include/PrimaryGeneratorMessenger.hh b/examples/extended/electromagnetic/TestEm6/include/PrimaryGeneratorMessenger.hh index 03d3a0bc52..ecbd3f2e8d 100644 --- a/examples/extended/electromagnetic/TestEm6/include/PrimaryGeneratorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm6/include/PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorMessenger.hh,v 1.1 2002/05/23 13:30:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/include/RunAction.hh b/examples/extended/electromagnetic/TestEm6/include/RunAction.hh index 3357457423..f9fa2ab9bb 100644 --- a/examples/extended/electromagnetic/TestEm6/include/RunAction.hh +++ b/examples/extended/electromagnetic/TestEm6/include/RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: RunAction.hh,v 1.5 2003/10/10 10:42:39 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/include/SteppingAction.hh b/examples/extended/electromagnetic/TestEm6/include/SteppingAction.hh index 919664b761..9690e7ea5b 100644 --- a/examples/extended/electromagnetic/TestEm6/include/SteppingAction.hh +++ b/examples/extended/electromagnetic/TestEm6/include/SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.hh,v 1.1 2002/05/23 13:30:33 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/include/SteppingVerbose.hh b/examples/extended/electromagnetic/TestEm6/include/SteppingVerbose.hh index a6e4298461..2624283e77 100644 --- a/examples/extended/electromagnetic/TestEm6/include/SteppingVerbose.hh +++ b/examples/extended/electromagnetic/TestEm6/include/SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.hh,v 1.1 2002/05/23 13:30:34 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/extended/electromagnetic/TestEm6/include/VisManager.hh b/examples/extended/electromagnetic/TestEm6/include/VisManager.hh index d91f5306e7..642dedb89a 100644 --- a/examples/extended/electromagnetic/TestEm6/include/VisManager.hh +++ b/examples/extended/electromagnetic/TestEm6/include/VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: VisManager.hh,v 1.1 2002/05/23 13:30:35 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/src/DetectorConstruction.cc b/examples/extended/electromagnetic/TestEm6/src/DetectorConstruction.cc index 90c01e1ba4..3a7030e57f 100644 --- a/examples/extended/electromagnetic/TestEm6/src/DetectorConstruction.cc +++ b/examples/extended/electromagnetic/TestEm6/src/DetectorConstruction.cc @@ -23,7 +23,7 @@ // // $Id: DetectorConstruction.cc,v 1.8 2003/11/25 15:19:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/src/DetectorMessenger.cc b/examples/extended/electromagnetic/TestEm6/src/DetectorMessenger.cc index 34f0763a51..d8b2f7e8a8 100644 --- a/examples/extended/electromagnetic/TestEm6/src/DetectorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm6/src/DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: DetectorMessenger.cc,v 1.3 2002/12/12 12:48:16 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/src/EventAction.cc b/examples/extended/electromagnetic/TestEm6/src/EventAction.cc index 14617d7a8d..0a04c749cb 100644 --- a/examples/extended/electromagnetic/TestEm6/src/EventAction.cc +++ b/examples/extended/electromagnetic/TestEm6/src/EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: EventAction.cc,v 1.3 2003/10/10 10:42:39 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/src/EventActionMessenger.cc b/examples/extended/electromagnetic/TestEm6/src/EventActionMessenger.cc index abf725ce27..2675566301 100644 --- a/examples/extended/electromagnetic/TestEm6/src/EventActionMessenger.cc +++ b/examples/extended/electromagnetic/TestEm6/src/EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: EventActionMessenger.cc,v 1.4 2003/10/10 10:42:39 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/src/PhysicsList.cc b/examples/extended/electromagnetic/TestEm6/src/PhysicsList.cc index 6e6901eabb..4903abf77a 100644 --- a/examples/extended/electromagnetic/TestEm6/src/PhysicsList.cc +++ b/examples/extended/electromagnetic/TestEm6/src/PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.cc,v 1.6 2003/10/24 12:20:58 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm6/src/PhysicsListMessenger.cc b/examples/extended/electromagnetic/TestEm6/src/PhysicsListMessenger.cc index d339198ce2..dc9d6bcb92 100644 --- a/examples/extended/electromagnetic/TestEm6/src/PhysicsListMessenger.cc +++ b/examples/extended/electromagnetic/TestEm6/src/PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.cc,v 1.5 2003/10/10 10:42:39 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/src/PrimaryGeneratorAction.cc b/examples/extended/electromagnetic/TestEm6/src/PrimaryGeneratorAction.cc index 22ee992df9..24257fb442 100644 --- a/examples/extended/electromagnetic/TestEm6/src/PrimaryGeneratorAction.cc +++ b/examples/extended/electromagnetic/TestEm6/src/PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorAction.cc,v 1.1 2002/05/23 13:30:43 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/src/PrimaryGeneratorMessenger.cc b/examples/extended/electromagnetic/TestEm6/src/PrimaryGeneratorMessenger.cc index 0b82aaa56b..08fd90ea97 100644 --- a/examples/extended/electromagnetic/TestEm6/src/PrimaryGeneratorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm6/src/PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorMessenger.cc,v 1.3 2002/12/12 12:48:16 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/src/RunAction.cc b/examples/extended/electromagnetic/TestEm6/src/RunAction.cc index 12869c2f4e..c26985ddf9 100644 --- a/examples/extended/electromagnetic/TestEm6/src/RunAction.cc +++ b/examples/extended/electromagnetic/TestEm6/src/RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: RunAction.cc,v 1.5 2003/10/10 10:42:39 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm6/src/SteppingAction.cc b/examples/extended/electromagnetic/TestEm6/src/SteppingAction.cc index 85e8d86cea..c5063bf160 100644 --- a/examples/extended/electromagnetic/TestEm6/src/SteppingAction.cc +++ b/examples/extended/electromagnetic/TestEm6/src/SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.cc,v 1.3 2003/10/10 10:42:40 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm6/src/SteppingVerbose.cc b/examples/extended/electromagnetic/TestEm6/src/SteppingVerbose.cc index c0d6c233b7..ee32b979d2 100644 --- a/examples/extended/electromagnetic/TestEm6/src/SteppingVerbose.cc +++ b/examples/extended/electromagnetic/TestEm6/src/SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.cc,v 1.3 2003/06/16 16:47:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm6/src/VisManager.cc b/examples/extended/electromagnetic/TestEm6/src/VisManager.cc index 0f6104d440..561b00a28a 100755 --- a/examples/extended/electromagnetic/TestEm6/src/VisManager.cc +++ b/examples/extended/electromagnetic/TestEm6/src/VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: VisManager.cc,v 1.3 2003/11/13 15:10:40 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/electromagnetic/TestEm7/History b/examples/extended/electromagnetic/TestEm7/History index 4c3651b559..1125bcd3c6 100644 --- a/examples/extended/electromagnetic/TestEm7/History +++ b/examples/extended/electromagnetic/TestEm7/History @@ -1,4 +1,4 @@ -$Id: History,v 1.13 2003/12/05 11:18:40 vnivanch Exp $ +$Id: History,v 1.14 2004/02/06 17:12:45 vnivanch Exp $ ------------------------------------------------------------------- ========================================================= @@ -15,6 +15,9 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +06-02-04 V.Ivanchenko (testem7-V06-00-00) +- Remove "add binary" from TestEm7.in macro + 05-12-03 V.Ivanchenko (testem7-V05-02-05) - Update hadronic physics according to the hadronics_lists diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.cc b/examples/extended/electromagnetic/TestEm7/TestEm7.cc index 0135399653..5e5a9a2696 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.cc +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.cc @@ -22,7 +22,7 @@ // // // $Id: TestEm7.cc,v 1.1 2003/04/22 16:25:03 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.in b/examples/extended/electromagnetic/TestEm7/TestEm7.in index b6bd489f3a..3395a09306 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.in +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.in @@ -1,4 +1,4 @@ -# $Id: TestEm7.in,v 1.5 2003/10/10 16:21:20 maire Exp $ +# $Id: TestEm7.in,v 1.6 2004/02/06 17:12:45 vnivanch Exp $ # # Macro file for "TestEm7.cc" # (can be run in batch, without graphic) @@ -20,7 +20,7 @@ # /testem/phys/addPhysics standard # em physics ###/testem/phys/addPhysics g4v52 # em physics -/testem/phys/addPhysics binary # hadronic physics +#/testem/phys/addPhysics binary # hadronic physics # /run/initialize # diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.out b/examples/extended/electromagnetic/TestEm7/TestEm7.out index 5bd5879c90..c38cb08bc5 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.out +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + G4Material: Mean excitation energy is changed for Water Iold= 70.8926eV; Inew= 75 eV; ***** Table : Nb of materials = 3 ***** @@ -49,8 +52,7 @@ Current available graphics systems are: /testem/phys/addPhysics standard # em physics PhysicsList::AddPhysicsList: ###/testem/phys/addPhysics g4v52 # em physics -/testem/phys/addPhysics binary # hadronic physics -PhysicsList::AddPhysicsList: +#/testem/phys/addPhysics binary # hadronic physics # /run/initialize userDetector->Construct() start. @@ -71,8 +73,6 @@ physicsList->Construct() start. physicsList->Construct() start. phot: Total cross sections from Sandia parametrisation. -Thank you for using G4BinaryCascade. -Thank you for using G4BinaryCascade. physicsList->setCut() start. PhysicsList::SetCuts:CutLength : 1 mm # @@ -143,7 +143,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -160,7 +161,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -207,7 +209,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 55312060, 333625511 + Current couple of seeds = 9876, 54321 ---------------------------------------- Start Run processing. @@ -233,20 +235,20 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 10000 - User=476.55s Real=864.12s Sys=75.98s + User=157.8s Real=351.83s Sys=76.83s --------------------------------------------------------- Cumulated Doses : Edep Edep/Ebeam Dose -tally 0: 10.4962 GeV 0.656011 % 0.000210209 Gy -tally 1: 7.50598 GeV 0.469124 % 0.000150324 Gy -tally 2: 3.04074 GeV 0.190046 % 6.08976e-05 Gy -tally 3: 1.39586 GeV 0.0872414 % 2.79552e-05 Gy +tally 0: 10.392776 GeV 0.64954851 % 0.00020813838 Gy +tally 1: 7.8411972 GeV 0.49007483 % 0.00015703736 Gy +tally 2: 3.5135969 GeV 0.2195998 % 7.0367565e-05 Gy +tally 3: 1.7251868 GeV 0.10782418 % 3.4550691e-05 Gy --------------------------------------------------------- --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 595184325, 961500994 + Current couple of seeds = 1526069608, 646338923 ---------------------------------------- Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/electromagnetic/TestEm7/include/DetectorConstruction.hh b/examples/extended/electromagnetic/TestEm7/include/DetectorConstruction.hh index b0a46c329c..acbd2b1bb8 100644 --- a/examples/extended/electromagnetic/TestEm7/include/DetectorConstruction.hh +++ b/examples/extended/electromagnetic/TestEm7/include/DetectorConstruction.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: DetectorConstruction.hh,v 1.1 2003/04/22 16:25:04 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/DetectorMessenger.hh b/examples/extended/electromagnetic/TestEm7/include/DetectorMessenger.hh index 932bba25e1..cea6b34ab2 100644 --- a/examples/extended/electromagnetic/TestEm7/include/DetectorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm7/include/DetectorMessenger.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: DetectorMessenger.hh,v 1.1 2003/04/22 16:25:04 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/EventAction.hh b/examples/extended/electromagnetic/TestEm7/include/EventAction.hh index 990f278377..cd844bf21d 100644 --- a/examples/extended/electromagnetic/TestEm7/include/EventAction.hh +++ b/examples/extended/electromagnetic/TestEm7/include/EventAction.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: EventAction.hh,v 1.1 2003/04/22 16:25:04 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/EventActionMessenger.hh b/examples/extended/electromagnetic/TestEm7/include/EventActionMessenger.hh index c0a533f166..56465a7d30 100644 --- a/examples/extended/electromagnetic/TestEm7/include/EventActionMessenger.hh +++ b/examples/extended/electromagnetic/TestEm7/include/EventActionMessenger.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: EventActionMessenger.hh,v 1.1 2003/04/22 16:25:04 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/IonC12.hh b/examples/extended/electromagnetic/TestEm7/include/IonC12.hh index 91c6f323c1..2d1b741ec3 100644 --- a/examples/extended/electromagnetic/TestEm7/include/IonC12.hh +++ b/examples/extended/electromagnetic/TestEm7/include/IonC12.hh @@ -22,7 +22,7 @@ // // // $Id: IonC12.hh,v 1.1 2003/04/22 16:25:04 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Each class inheriting from G4VIon // corresponds to a particle type; one and only one diff --git a/examples/extended/electromagnetic/TestEm7/include/PhysListBinaryCascade.hh b/examples/extended/electromagnetic/TestEm7/include/PhysListBinaryCascade.hh index b03f2cc691..9dd0522217 100644 --- a/examples/extended/electromagnetic/TestEm7/include/PhysListBinaryCascade.hh +++ b/examples/extended/electromagnetic/TestEm7/include/PhysListBinaryCascade.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: PhysListBinaryCascade.hh,v 1.4 2003/12/05 11:17:16 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/examples/extended/electromagnetic/TestEm7/include/PhysListEmG4v52.hh b/examples/extended/electromagnetic/TestEm7/include/PhysListEmG4v52.hh index 2fac2046a8..296493c964 100644 --- a/examples/extended/electromagnetic/TestEm7/include/PhysListEmG4v52.hh +++ b/examples/extended/electromagnetic/TestEm7/include/PhysListEmG4v52.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.hh,v 1.1 2003/10/10 16:24:59 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/PhysListEmStandard.hh b/examples/extended/electromagnetic/TestEm7/include/PhysListEmStandard.hh index 3e551d5925..c361040a6e 100644 --- a/examples/extended/electromagnetic/TestEm7/include/PhysListEmStandard.hh +++ b/examples/extended/electromagnetic/TestEm7/include/PhysListEmStandard.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.hh,v 1.2 2003/10/10 16:21:26 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/PhysListGeneral.hh b/examples/extended/electromagnetic/TestEm7/include/PhysListGeneral.hh index 619402050d..6c12416f4d 100644 --- a/examples/extended/electromagnetic/TestEm7/include/PhysListGeneral.hh +++ b/examples/extended/electromagnetic/TestEm7/include/PhysListGeneral.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.hh,v 1.2 2003/10/10 16:21:26 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/PhysListIonBinaryCascade.hh b/examples/extended/electromagnetic/TestEm7/include/PhysListIonBinaryCascade.hh index ca2f4c2cb2..8ea62c6cc9 100644 --- a/examples/extended/electromagnetic/TestEm7/include/PhysListIonBinaryCascade.hh +++ b/examples/extended/electromagnetic/TestEm7/include/PhysListIonBinaryCascade.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: PhysListIonBinaryCascade.hh,v 1.1 2003/11/19 10:16:17 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/examples/extended/electromagnetic/TestEm7/include/PhysListParticles.hh b/examples/extended/electromagnetic/TestEm7/include/PhysListParticles.hh index 1c003e9a17..f100bedc63 100644 --- a/examples/extended/electromagnetic/TestEm7/include/PhysListParticles.hh +++ b/examples/extended/electromagnetic/TestEm7/include/PhysListParticles.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.hh,v 1.2 2003/10/10 16:21:27 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/PhysicsList.hh b/examples/extended/electromagnetic/TestEm7/include/PhysicsList.hh index 60a2ba5973..051afc24ca 100644 --- a/examples/extended/electromagnetic/TestEm7/include/PhysicsList.hh +++ b/examples/extended/electromagnetic/TestEm7/include/PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.hh,v 1.3 2003/06/16 16:47:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... // diff --git a/examples/extended/electromagnetic/TestEm7/include/PhysicsListMessenger.hh b/examples/extended/electromagnetic/TestEm7/include/PhysicsListMessenger.hh index c16194056d..8a59d73c8b 100644 --- a/examples/extended/electromagnetic/TestEm7/include/PhysicsListMessenger.hh +++ b/examples/extended/electromagnetic/TestEm7/include/PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.hh,v 1.1 2003/04/22 16:25:05 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm7/include/PrimaryGeneratorAction.hh b/examples/extended/electromagnetic/TestEm7/include/PrimaryGeneratorAction.hh index eeffedb167..a1adb7d5d1 100644 --- a/examples/extended/electromagnetic/TestEm7/include/PrimaryGeneratorAction.hh +++ b/examples/extended/electromagnetic/TestEm7/include/PrimaryGeneratorAction.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: PrimaryGeneratorAction.hh,v 1.1 2003/04/22 16:25:05 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/PrimaryGeneratorMessenger.hh b/examples/extended/electromagnetic/TestEm7/include/PrimaryGeneratorMessenger.hh index 2146313c0c..cc90c2e0d4 100644 --- a/examples/extended/electromagnetic/TestEm7/include/PrimaryGeneratorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm7/include/PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorMessenger.hh,v 1.1 2003/04/22 16:25:05 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm7/include/RunAction.hh b/examples/extended/electromagnetic/TestEm7/include/RunAction.hh index 9d0c9e25b9..febd1f468f 100644 --- a/examples/extended/electromagnetic/TestEm7/include/RunAction.hh +++ b/examples/extended/electromagnetic/TestEm7/include/RunAction.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: RunAction.hh,v 1.2 2003/10/10 16:21:27 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/StepMax.hh b/examples/extended/electromagnetic/TestEm7/include/StepMax.hh index ef3ead1a29..fcb7450527 100644 --- a/examples/extended/electromagnetic/TestEm7/include/StepMax.hh +++ b/examples/extended/electromagnetic/TestEm7/include/StepMax.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMax.hh,v 1.2 2003/06/03 09:33:21 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/StepMaxMessenger.hh b/examples/extended/electromagnetic/TestEm7/include/StepMaxMessenger.hh index 9ebf5589e3..5a440e46fb 100644 --- a/examples/extended/electromagnetic/TestEm7/include/StepMaxMessenger.hh +++ b/examples/extended/electromagnetic/TestEm7/include/StepMaxMessenger.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMaxMessenger.hh,v 1.1 2003/04/22 16:25:05 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/SteppingAction.hh b/examples/extended/electromagnetic/TestEm7/include/SteppingAction.hh index e922f10198..2c729d6712 100644 --- a/examples/extended/electromagnetic/TestEm7/include/SteppingAction.hh +++ b/examples/extended/electromagnetic/TestEm7/include/SteppingAction.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: SteppingAction.hh,v 1.1 2003/04/22 16:25:05 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/SteppingVerbose.hh b/examples/extended/electromagnetic/TestEm7/include/SteppingVerbose.hh index 6d1bebc902..c7bed6adae 100644 --- a/examples/extended/electromagnetic/TestEm7/include/SteppingVerbose.hh +++ b/examples/extended/electromagnetic/TestEm7/include/SteppingVerbose.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: SteppingVerbose.hh,v 1.1 2003/04/22 16:25:05 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/include/VisManager.hh b/examples/extended/electromagnetic/TestEm7/include/VisManager.hh index 4eb167893e..dd6f28c5dc 100644 --- a/examples/extended/electromagnetic/TestEm7/include/VisManager.hh +++ b/examples/extended/electromagnetic/TestEm7/include/VisManager.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: VisManager.hh,v 1.1 2003/04/22 16:25:06 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/DetectorConstruction.cc b/examples/extended/electromagnetic/TestEm7/src/DetectorConstruction.cc index eab87122b5..5e259e053a 100644 --- a/examples/extended/electromagnetic/TestEm7/src/DetectorConstruction.cc +++ b/examples/extended/electromagnetic/TestEm7/src/DetectorConstruction.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: DetectorConstruction.cc,v 1.4 2003/11/25 15:19:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/DetectorMessenger.cc b/examples/extended/electromagnetic/TestEm7/src/DetectorMessenger.cc index 634a9dc913..aa82950253 100644 --- a/examples/extended/electromagnetic/TestEm7/src/DetectorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm7/src/DetectorMessenger.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: DetectorMessenger.cc,v 1.1 2003/04/22 16:25:06 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/EventAction.cc b/examples/extended/electromagnetic/TestEm7/src/EventAction.cc index b5a38512b9..344de8e368 100644 --- a/examples/extended/electromagnetic/TestEm7/src/EventAction.cc +++ b/examples/extended/electromagnetic/TestEm7/src/EventAction.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: EventAction.cc,v 1.3 2003/10/10 16:21:31 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/EventActionMessenger.cc b/examples/extended/electromagnetic/TestEm7/src/EventActionMessenger.cc index 993b6dd27c..a9179311db 100644 --- a/examples/extended/electromagnetic/TestEm7/src/EventActionMessenger.cc +++ b/examples/extended/electromagnetic/TestEm7/src/EventActionMessenger.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: EventActionMessenger.cc,v 1.2 2003/10/10 16:21:31 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/IonC12.cc b/examples/extended/electromagnetic/TestEm7/src/IonC12.cc index 1f5a2f737b..f655801489 100644 --- a/examples/extended/electromagnetic/TestEm7/src/IonC12.cc +++ b/examples/extended/electromagnetic/TestEm7/src/IonC12.cc @@ -22,7 +22,7 @@ // // // $Id: IonC12.cc,v 1.2 2003/06/16 16:47:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/PhysListBinaryCascade.cc b/examples/extended/electromagnetic/TestEm7/src/PhysListBinaryCascade.cc index 513675633c..2121c20288 100644 --- a/examples/extended/electromagnetic/TestEm7/src/PhysListBinaryCascade.cc +++ b/examples/extended/electromagnetic/TestEm7/src/PhysListBinaryCascade.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: PhysListBinaryCascade.cc,v 1.5 2003/12/05 11:17:16 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ #include "PhysListBinaryCascade.hh" #include "G4ParticleDefinition.hh" diff --git a/examples/extended/electromagnetic/TestEm7/src/PhysListEmG4v52.cc b/examples/extended/electromagnetic/TestEm7/src/PhysListEmG4v52.cc index 085f681336..f81f8741f6 100644 --- a/examples/extended/electromagnetic/TestEm7/src/PhysListEmG4v52.cc +++ b/examples/extended/electromagnetic/TestEm7/src/PhysListEmG4v52.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.cc,v 1.1 2003/10/10 16:25:16 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/PhysListEmStandard.cc b/examples/extended/electromagnetic/TestEm7/src/PhysListEmStandard.cc index 92289de048..5cb6435e0f 100644 --- a/examples/extended/electromagnetic/TestEm7/src/PhysListEmStandard.cc +++ b/examples/extended/electromagnetic/TestEm7/src/PhysListEmStandard.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.cc,v 1.3 2003/10/24 12:22:51 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/PhysListGeneral.cc b/examples/extended/electromagnetic/TestEm7/src/PhysListGeneral.cc index 606e600795..99a649c457 100644 --- a/examples/extended/electromagnetic/TestEm7/src/PhysListGeneral.cc +++ b/examples/extended/electromagnetic/TestEm7/src/PhysListGeneral.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.cc,v 1.2 2003/10/10 16:21:31 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/PhysListIonBinaryCascade.cc b/examples/extended/electromagnetic/TestEm7/src/PhysListIonBinaryCascade.cc index 41897a5c77..c49fabec47 100644 --- a/examples/extended/electromagnetic/TestEm7/src/PhysListIonBinaryCascade.cc +++ b/examples/extended/electromagnetic/TestEm7/src/PhysListIonBinaryCascade.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: PhysListIonBinaryCascade.cc,v 1.2 2003/12/05 11:17:16 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ #include "PhysListIonBinaryCascade.hh" #include "G4ParticleDefinition.hh" diff --git a/examples/extended/electromagnetic/TestEm7/src/PhysListParticles.cc b/examples/extended/electromagnetic/TestEm7/src/PhysListParticles.cc index ead32a5e13..44e22c2495 100644 --- a/examples/extended/electromagnetic/TestEm7/src/PhysListParticles.cc +++ b/examples/extended/electromagnetic/TestEm7/src/PhysListParticles.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.cc,v 1.1 2003/04/22 16:25:07 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/PhysicsList.cc b/examples/extended/electromagnetic/TestEm7/src/PhysicsList.cc index 4c7b4a85f2..2f20d5457d 100644 --- a/examples/extended/electromagnetic/TestEm7/src/PhysicsList.cc +++ b/examples/extended/electromagnetic/TestEm7/src/PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.cc,v 1.9 2003/11/19 10:16:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/PhysicsListMessenger.cc b/examples/extended/electromagnetic/TestEm7/src/PhysicsListMessenger.cc index 9392df5898..4b4b81ece3 100644 --- a/examples/extended/electromagnetic/TestEm7/src/PhysicsListMessenger.cc +++ b/examples/extended/electromagnetic/TestEm7/src/PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.cc,v 1.1 2003/04/22 16:25:07 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm7/src/PrimaryGeneratorAction.cc b/examples/extended/electromagnetic/TestEm7/src/PrimaryGeneratorAction.cc index 848d114823..7cbf3bffd0 100644 --- a/examples/extended/electromagnetic/TestEm7/src/PrimaryGeneratorAction.cc +++ b/examples/extended/electromagnetic/TestEm7/src/PrimaryGeneratorAction.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: PrimaryGeneratorAction.cc,v 1.1 2003/04/22 16:25:07 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/PrimaryGeneratorMessenger.cc b/examples/extended/electromagnetic/TestEm7/src/PrimaryGeneratorMessenger.cc index 49ec96ea9b..2940325af6 100644 --- a/examples/extended/electromagnetic/TestEm7/src/PrimaryGeneratorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm7/src/PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorMessenger.cc,v 1.1 2003/04/22 16:25:07 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm7/src/RunAction.cc b/examples/extended/electromagnetic/TestEm7/src/RunAction.cc index b6c6cabeae..18d295faff 100644 --- a/examples/extended/electromagnetic/TestEm7/src/RunAction.cc +++ b/examples/extended/electromagnetic/TestEm7/src/RunAction.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: RunAction.cc,v 1.4 2003/11/19 10:16:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/StepMax.cc b/examples/extended/electromagnetic/TestEm7/src/StepMax.cc index f8d27086b5..ae5ace25ca 100644 --- a/examples/extended/electromagnetic/TestEm7/src/StepMax.cc +++ b/examples/extended/electromagnetic/TestEm7/src/StepMax.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMax.cc,v 1.4 2003/06/14 16:01:19 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/StepMaxMessenger.cc b/examples/extended/electromagnetic/TestEm7/src/StepMaxMessenger.cc index a6af6cc0e0..acff3696ce 100644 --- a/examples/extended/electromagnetic/TestEm7/src/StepMaxMessenger.cc +++ b/examples/extended/electromagnetic/TestEm7/src/StepMaxMessenger.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMaxMessenger.cc,v 1.2 2003/10/10 16:21:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/SteppingAction.cc b/examples/extended/electromagnetic/TestEm7/src/SteppingAction.cc index d98ac12c8f..c7876cddfa 100644 --- a/examples/extended/electromagnetic/TestEm7/src/SteppingAction.cc +++ b/examples/extended/electromagnetic/TestEm7/src/SteppingAction.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: SteppingAction.cc,v 1.2 2003/10/10 16:21:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/SteppingVerbose.cc b/examples/extended/electromagnetic/TestEm7/src/SteppingVerbose.cc index 87bfa273bd..2f9dee6c1e 100644 --- a/examples/extended/electromagnetic/TestEm7/src/SteppingVerbose.cc +++ b/examples/extended/electromagnetic/TestEm7/src/SteppingVerbose.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: SteppingVerbose.cc,v 1.2 2003/06/16 16:47:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm7/src/VisManager.cc b/examples/extended/electromagnetic/TestEm7/src/VisManager.cc index bca2538e6e..879a758e7e 100755 --- a/examples/extended/electromagnetic/TestEm7/src/VisManager.cc +++ b/examples/extended/electromagnetic/TestEm7/src/VisManager.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: VisManager.cc,v 1.2 2003/11/13 15:10:46 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/History b/examples/extended/electromagnetic/TestEm8/History index ba4c3b95cb..5d95a25586 100644 --- a/examples/extended/electromagnetic/TestEm8/History +++ b/examples/extended/electromagnetic/TestEm8/History @@ -1,4 +1,4 @@ -$Id: History,v 1.11 2003/11/26 13:55:49 vnivanch Exp $ +$Id: History,v 1.12 2004/01/27 11:20:12 vnivanch Exp $ ------------------------------------------------------------------- ========================================================= @@ -15,6 +15,9 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +27-01-04 V.Ivant (testem8-V06-00-00) +- Fix model name + 26-11-03 V.Ivant (testem8-V05-02-02) - Update for work with AIDA diff --git a/examples/extended/electromagnetic/TestEm8/TestEm8.cc b/examples/extended/electromagnetic/TestEm8/TestEm8.cc index 467114ed80..88ebe2a47c 100644 --- a/examples/extended/electromagnetic/TestEm8/TestEm8.cc +++ b/examples/extended/electromagnetic/TestEm8/TestEm8.cc @@ -22,7 +22,7 @@ // // // $Id: TestEm8.cc,v 1.4 2003/11/24 17:52:44 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/electromagnetic/TestEm8/TestEm8.out b/examples/extended/electromagnetic/TestEm8/TestEm8.out index 7d9ab20976..fe6a41a254 100644 --- a/examples/extended/electromagnetic/TestEm8/TestEm8.out +++ b/examples/extended/electromagnetic/TestEm8/TestEm8.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + Visualization Manager instantiating... Visualization Manager initialising... Registering graphics systems... @@ -185,7 +188,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -203,7 +207,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -270,54 +275,54 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 1000 - User=16s Real=16s Sys=0.27s + User=2.51s Real=2.63s Sys=0.12s ================== run summary ===================== end of Run TotNbofEvents = 1000 - mean charged track length in absorber=40.4937 +- 0.148843 mm + mean charged track length in absorber=44.5315 +- 4.03033 mm - mean energy deposit in absorber=0.0770138 +- 0.0441136 MeV + mean energy deposit in absorber=0.108768 +- 0.0694057 MeV - mean number of steps in absorber (charged) =13.047 +- 4.51311 - mean number of steps in absorber (neutral) =0 +- 0 + mean number of steps in absorber (charged) =4.981 +- 4.66626 + mean number of steps in absorber (neutral) =0.001 +- 0.0009995 - mean number of charged secondaries = 6.505 +- 2.25456 + mean number of charged secondaries = 2.476 +- 2.33308 - mean number of neutral secondaries = 0 +- 0 + mean number of neutral secondaries = 0.001 +- 0.0009995 - mean number of e-s =6.505 and e+s =0 + mean number of e-s =2.476 and e+s =0 -(number) transmission coeff=0.513 reflection coeff=0 +(number) transmission coeff=0.514 reflection coeff=0 energy deposit distribution -#entries=1000 #underflows=0 #overflows=43 +#entries=1000 #underflows=0 #overflows=46 bin nb Elow entries normalized 0 0 0 0 1 3 0 0 2 6 0 0 - 3 9 18 0.018 - 4 12 104 0.104 - 5 15 248 0.248 - 6 18 241 0.241 - 7 21 132 0.132 - 8 24 66 0.066 - 9 27 41 0.041 - 10 30 28 0.028 - 11 33 17 0.017 + 3 9 13 0.013 + 4 12 130 0.13 + 5 15 238 0.238 + 6 18 207 0.207 + 7 21 152 0.152 + 8 24 61 0.061 + 9 27 47 0.047 + 10 30 26 0.026 + 11 33 25 0.025 12 36 16 0.016 - 13 39 17 0.017 - 14 42 8 0.008 - 15 45 4 0.004 - 16 48 10 0.01 - 17 51 1 0.001 - 18 54 3 0.003 - 19 57 3 0.003 + 13 39 9 0.009 + 14 42 10 0.01 + 15 45 3 0.003 + 16 48 6 0.006 + 17 51 2 0.002 + 18 54 5 0.005 + 19 57 4 0.004 - Emp = 0.015 width= 0.006 MeV + Emp = 0.015 width= 0.009 MeV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1618749842, 150377399 + Current couple of seeds = 550100734, 266777197 ---------------------------------------- # # diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8CalorHit.hh b/examples/extended/electromagnetic/TestEm8/include/Em8CalorHit.hh index 4d09036b0b..dbdb59e671 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8CalorHit.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8CalorHit.hh @@ -22,7 +22,7 @@ // // // $Id: Em8CalorHit.hh,v 1.3 2001/07/11 09:57:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8CalorimeterSD.hh b/examples/extended/electromagnetic/TestEm8/include/Em8CalorimeterSD.hh index 44c35940c9..321d3079b0 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8CalorimeterSD.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8CalorimeterSD.hh @@ -22,7 +22,7 @@ // // // $Id: Em8CalorimeterSD.hh,v 1.3 2001/07/11 09:57:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8DetectorConstruction.hh b/examples/extended/electromagnetic/TestEm8/include/Em8DetectorConstruction.hh index 335e2f10ba..78c4345627 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8DetectorConstruction.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: Em8DetectorConstruction.hh,v 1.5 2003/11/24 16:34:08 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8DetectorMessenger.hh b/examples/extended/electromagnetic/TestEm8/include/Em8DetectorMessenger.hh index efa321b37e..259f21c1df 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8DetectorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: Em8DetectorMessenger.hh,v 1.3 2001/07/11 09:57:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8EventAction.hh b/examples/extended/electromagnetic/TestEm8/include/Em8EventAction.hh index 41d9ec06f2..2348a293f8 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8EventAction.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: Em8EventAction.hh,v 1.3 2001/07/11 09:57:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8EventActionMessenger.hh b/examples/extended/electromagnetic/TestEm8/include/Em8EventActionMessenger.hh index fc249024d3..f25bd4200d 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8EventActionMessenger.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: Em8EventActionMessenger.hh,v 1.3 2001/07/11 09:57:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8PrimaryGeneratorAction.hh b/examples/extended/electromagnetic/TestEm8/include/Em8PrimaryGeneratorAction.hh index 8a8061602e..d728d92e57 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8PrimaryGeneratorAction.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: Em8PrimaryGeneratorAction.hh,v 1.3 2001/07/11 09:57:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8PrimaryGeneratorMessenger.hh b/examples/extended/electromagnetic/TestEm8/include/Em8PrimaryGeneratorMessenger.hh index 72c60c6488..10ea613713 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8PrimaryGeneratorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: Em8PrimaryGeneratorMessenger.hh,v 1.3 2001/07/11 09:57:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8RunAction.hh b/examples/extended/electromagnetic/TestEm8/include/Em8RunAction.hh index 5db4de5b39..ad4180b2dc 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8RunAction.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: Em8RunAction.hh,v 1.7 2003/11/26 13:55:49 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8RunMessenger.hh b/examples/extended/electromagnetic/TestEm8/include/Em8RunMessenger.hh index c075583bad..33c99e90f2 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8RunMessenger.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8RunMessenger.hh @@ -23,7 +23,7 @@ // // $Id: Em8RunMessenger.hh,v 1.3 2001/07/11 09:57:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8SteppingAction.hh b/examples/extended/electromagnetic/TestEm8/include/Em8SteppingAction.hh index 77fd91b5ee..235544bd9b 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8SteppingAction.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: Em8SteppingAction.hh,v 1.4 2003/11/24 17:52:47 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8SteppingVerbose.hh b/examples/extended/electromagnetic/TestEm8/include/Em8SteppingVerbose.hh index a7d575092b..27948a35a3 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8SteppingVerbose.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: Em8SteppingVerbose.hh,v 1.3 2001/07/11 09:57:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/examples/extended/electromagnetic/TestEm8/include/Em8VisManager.hh b/examples/extended/electromagnetic/TestEm8/include/Em8VisManager.hh index 1c68f41f15..4405abcd6d 100644 --- a/examples/extended/electromagnetic/TestEm8/include/Em8VisManager.hh +++ b/examples/extended/electromagnetic/TestEm8/include/Em8VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: Em8VisManager.hh,v 1.3 2001/07/11 09:57:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/IonC12.hh b/examples/extended/electromagnetic/TestEm8/include/IonC12.hh index 4bb1842d69..d922cd5950 100755 --- a/examples/extended/electromagnetic/TestEm8/include/IonC12.hh +++ b/examples/extended/electromagnetic/TestEm8/include/IonC12.hh @@ -22,7 +22,7 @@ // // // $Id: IonC12.hh,v 1.1 2003/10/27 15:29:45 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Each class inheriting from G4VIon // corresponds to a particle type; one and only one diff --git a/examples/extended/electromagnetic/TestEm8/include/PhysListEmG4v52.hh b/examples/extended/electromagnetic/TestEm8/include/PhysListEmG4v52.hh index 3e1616a2b6..3a2d513646 100644 --- a/examples/extended/electromagnetic/TestEm8/include/PhysListEmG4v52.hh +++ b/examples/extended/electromagnetic/TestEm8/include/PhysListEmG4v52.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.hh,v 1.1 2003/11/24 17:53:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/include/PhysListEmModel.hh b/examples/extended/electromagnetic/TestEm8/include/PhysListEmModel.hh index f1ecbe224b..5745dff41c 100755 --- a/examples/extended/electromagnetic/TestEm8/include/PhysListEmModel.hh +++ b/examples/extended/electromagnetic/TestEm8/include/PhysListEmModel.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmModel.hh,v 1.1 2003/10/27 15:24:08 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/include/PhysListEmModelP.hh b/examples/extended/electromagnetic/TestEm8/include/PhysListEmModelP.hh index 16eba50fc9..c20a6ffeb6 100755 --- a/examples/extended/electromagnetic/TestEm8/include/PhysListEmModelP.hh +++ b/examples/extended/electromagnetic/TestEm8/include/PhysListEmModelP.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmModelP.hh,v 1.1 2003/10/27 15:24:08 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/include/PhysListEmStandard.hh b/examples/extended/electromagnetic/TestEm8/include/PhysListEmStandard.hh index 75b4519e73..132f250e1d 100755 --- a/examples/extended/electromagnetic/TestEm8/include/PhysListEmStandard.hh +++ b/examples/extended/electromagnetic/TestEm8/include/PhysListEmStandard.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.hh,v 1.1 2003/10/27 15:24:08 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/include/PhysListGeneral.hh b/examples/extended/electromagnetic/TestEm8/include/PhysListGeneral.hh index c5a7d8558d..03dde029d9 100755 --- a/examples/extended/electromagnetic/TestEm8/include/PhysListGeneral.hh +++ b/examples/extended/electromagnetic/TestEm8/include/PhysListGeneral.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.hh,v 1.1 2003/10/27 15:24:08 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/include/PhysListParticles.hh b/examples/extended/electromagnetic/TestEm8/include/PhysListParticles.hh index 2c62353069..1765faa03a 100755 --- a/examples/extended/electromagnetic/TestEm8/include/PhysListParticles.hh +++ b/examples/extended/electromagnetic/TestEm8/include/PhysListParticles.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.hh,v 1.1 2003/10/27 15:24:09 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/include/PhysicsList.hh b/examples/extended/electromagnetic/TestEm8/include/PhysicsList.hh index a48af3d21c..252f9e852b 100755 --- a/examples/extended/electromagnetic/TestEm8/include/PhysicsList.hh +++ b/examples/extended/electromagnetic/TestEm8/include/PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.hh,v 1.1 2003/10/27 15:24:09 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... // diff --git a/examples/extended/electromagnetic/TestEm8/include/PhysicsListMessenger.hh b/examples/extended/electromagnetic/TestEm8/include/PhysicsListMessenger.hh index d0a9cbe8ab..9b47de0863 100755 --- a/examples/extended/electromagnetic/TestEm8/include/PhysicsListMessenger.hh +++ b/examples/extended/electromagnetic/TestEm8/include/PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.hh,v 1.1 2003/10/27 15:24:09 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/StepMax.hh b/examples/extended/electromagnetic/TestEm8/include/StepMax.hh index e9050acd2d..93fb1f9949 100755 --- a/examples/extended/electromagnetic/TestEm8/include/StepMax.hh +++ b/examples/extended/electromagnetic/TestEm8/include/StepMax.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMax.hh,v 1.1 2003/10/27 15:29:45 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/include/StepMaxMessenger.hh b/examples/extended/electromagnetic/TestEm8/include/StepMaxMessenger.hh index 37cd1bf4a7..e94855b5f6 100755 --- a/examples/extended/electromagnetic/TestEm8/include/StepMaxMessenger.hh +++ b/examples/extended/electromagnetic/TestEm8/include/StepMaxMessenger.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMaxMessenger.hh,v 1.1 2003/10/27 15:29:45 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/include/TRTDetectorConstruction.hh b/examples/extended/electromagnetic/TestEm8/include/TRTDetectorConstruction.hh index 4d4d2efd70..2fced681d7 100644 --- a/examples/extended/electromagnetic/TestEm8/include/TRTDetectorConstruction.hh +++ b/examples/extended/electromagnetic/TestEm8/include/TRTDetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: TRTDetectorConstruction.hh,v 1.3 2001/07/11 09:57:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/include/TRTMaterials.hh b/examples/extended/electromagnetic/TestEm8/include/TRTMaterials.hh index eef735c2ff..57d0b0fb7e 100644 --- a/examples/extended/electromagnetic/TestEm8/include/TRTMaterials.hh +++ b/examples/extended/electromagnetic/TestEm8/include/TRTMaterials.hh @@ -22,7 +22,7 @@ // // // $Id: TRTMaterials.hh,v 1.3 2001/07/11 09:57:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8CalorHit.cc b/examples/extended/electromagnetic/TestEm8/src/Em8CalorHit.cc index 05e7d91108..5c4261fbdd 100644 --- a/examples/extended/electromagnetic/TestEm8/src/Em8CalorHit.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8CalorHit.cc @@ -22,7 +22,7 @@ // // // $Id: Em8CalorHit.cc,v 1.4 2003/11/24 17:52:47 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8CalorimeterSD.cc b/examples/extended/electromagnetic/TestEm8/src/Em8CalorimeterSD.cc index 4ee4d6a110..45bed1798d 100644 --- a/examples/extended/electromagnetic/TestEm8/src/Em8CalorimeterSD.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8CalorimeterSD.cc @@ -22,7 +22,7 @@ // // // $Id: Em8CalorimeterSD.cc,v 1.4 2001/07/11 09:57:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8DetectorConstruction.cc b/examples/extended/electromagnetic/TestEm8/src/Em8DetectorConstruction.cc index 4580301373..9a98479ea0 100644 --- a/examples/extended/electromagnetic/TestEm8/src/Em8DetectorConstruction.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: Em8DetectorConstruction.cc,v 1.11 2003/11/24 16:34:09 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8DetectorMessenger.cc b/examples/extended/electromagnetic/TestEm8/src/Em8DetectorMessenger.cc index 6ee8f2ca4f..5939d7ebbb 100644 --- a/examples/extended/electromagnetic/TestEm8/src/Em8DetectorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Em8DetectorMessenger.cc,v 1.5 2003/11/24 16:34:10 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8EventAction.cc b/examples/extended/electromagnetic/TestEm8/src/Em8EventAction.cc index b20650990c..6178aafa07 100644 --- a/examples/extended/electromagnetic/TestEm8/src/Em8EventAction.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: Em8EventAction.cc,v 1.7 2003/11/24 17:52:47 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8EventActionMessenger.cc b/examples/extended/electromagnetic/TestEm8/src/Em8EventActionMessenger.cc index 1d96f35331..433c163fd0 100644 --- a/examples/extended/electromagnetic/TestEm8/src/Em8EventActionMessenger.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Em8EventActionMessenger.cc,v 1.4 2002/12/05 00:24:26 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8PrimaryGeneratorAction.cc b/examples/extended/electromagnetic/TestEm8/src/Em8PrimaryGeneratorAction.cc index 1ffc736594..105ab03fc5 100644 --- a/examples/extended/electromagnetic/TestEm8/src/Em8PrimaryGeneratorAction.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: Em8PrimaryGeneratorAction.cc,v 1.4 2001/07/11 09:57:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8PrimaryGeneratorMessenger.cc b/examples/extended/electromagnetic/TestEm8/src/Em8PrimaryGeneratorMessenger.cc index e4e52718a8..a6d2435b25 100644 --- a/examples/extended/electromagnetic/TestEm8/src/Em8PrimaryGeneratorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Em8PrimaryGeneratorMessenger.cc,v 1.4 2002/12/05 00:24:26 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8RunAction.cc b/examples/extended/electromagnetic/TestEm8/src/Em8RunAction.cc index 5a3ae04e79..5a8f7b1a70 100644 --- a/examples/extended/electromagnetic/TestEm8/src/Em8RunAction.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: Em8RunAction.cc,v 1.11 2003/11/26 13:55:51 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8RunMessenger.cc b/examples/extended/electromagnetic/TestEm8/src/Em8RunMessenger.cc index 4193b627b9..6321b35659 100644 --- a/examples/extended/electromagnetic/TestEm8/src/Em8RunMessenger.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8RunMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Em8RunMessenger.cc,v 1.5 2002/12/05 00:24:26 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8SteppingAction.cc b/examples/extended/electromagnetic/TestEm8/src/Em8SteppingAction.cc index 6623482bf6..883ae2352d 100644 --- a/examples/extended/electromagnetic/TestEm8/src/Em8SteppingAction.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: Em8SteppingAction.cc,v 1.7 2003/11/24 17:52:48 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8SteppingVerbose.cc b/examples/extended/electromagnetic/TestEm8/src/Em8SteppingVerbose.cc index 5d33e98a3c..e20ebcf4eb 100644 --- a/examples/extended/electromagnetic/TestEm8/src/Em8SteppingVerbose.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: Em8SteppingVerbose.cc,v 1.7 2003/06/16 16:48:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/examples/extended/electromagnetic/TestEm8/src/Em8VisManager.cc b/examples/extended/electromagnetic/TestEm8/src/Em8VisManager.cc index 392c65457c..94fc03bdf4 100755 --- a/examples/extended/electromagnetic/TestEm8/src/Em8VisManager.cc +++ b/examples/extended/electromagnetic/TestEm8/src/Em8VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: Em8VisManager.cc,v 1.8 2003/11/13 15:10:32 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/electromagnetic/TestEm8/src/IonC12.cc b/examples/extended/electromagnetic/TestEm8/src/IonC12.cc index 27aa6b9b5a..0dd070c701 100755 --- a/examples/extended/electromagnetic/TestEm8/src/IonC12.cc +++ b/examples/extended/electromagnetic/TestEm8/src/IonC12.cc @@ -22,7 +22,7 @@ // // // $Id: IonC12.cc,v 1.1 2003/10/27 15:31:04 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/src/PhysListEmG4v52.cc b/examples/extended/electromagnetic/TestEm8/src/PhysListEmG4v52.cc index 08f31a0ded..30b12f3345 100644 --- a/examples/extended/electromagnetic/TestEm8/src/PhysListEmG4v52.cc +++ b/examples/extended/electromagnetic/TestEm8/src/PhysListEmG4v52.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.cc,v 1.1 2003/11/24 17:53:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/src/PhysListEmModelP.cc b/examples/extended/electromagnetic/TestEm8/src/PhysListEmModelP.cc index 7ab4b2dbe0..dbf7bd4b4c 100755 --- a/examples/extended/electromagnetic/TestEm8/src/PhysListEmModelP.cc +++ b/examples/extended/electromagnetic/TestEm8/src/PhysListEmModelP.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmModelP.cc,v 1.1 2003/10/27 15:24:10 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/src/PhysListEmStandard.cc b/examples/extended/electromagnetic/TestEm8/src/PhysListEmStandard.cc index 0093a2f82b..d9c6490006 100755 --- a/examples/extended/electromagnetic/TestEm8/src/PhysListEmStandard.cc +++ b/examples/extended/electromagnetic/TestEm8/src/PhysListEmStandard.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: PhysListEmStandard.cc,v 1.2 2003/11/24 17:52:48 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: PhysListEmStandard.cc,v 1.3 2004/01/27 11:19:15 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -93,7 +93,7 @@ void PhysListEmStandard::ConstructProcess() G4eIonisation* eion = new G4eIonisation(); - G4PAIModel* pai = new G4PAIModel(particle,"PAIModel"); + G4PAIModel* pai = new G4PAIModel(particle); eion->AddEmModel(0,pai,pai,gas); pmanager->AddProcess(eion, -1, 2,2); @@ -113,7 +113,7 @@ void PhysListEmStandard::ConstructProcess() pmanager->AddProcess(new G4MultipleScattering,-1, 1,1); G4MuIonisation* muion = new G4MuIonisation(); - G4PAIModel* pai = new G4PAIModel(particle,"PAIModel"); + G4PAIModel* pai = new G4PAIModel(particle); muion->AddEmModel(0,pai,pai,gas); pmanager->AddProcess(muion, -1, 2,-2); @@ -135,7 +135,7 @@ void PhysListEmStandard::ConstructProcess() pmanager->AddProcess(new G4MultipleScattering,-1,1,1); G4hIonisation* hion = new G4hIonisation(); - G4PAIModel* pai = new G4PAIModel(particle,"PAIModel"); + G4PAIModel* pai = new G4PAIModel(particle); hion->AddEmModel(0,pai,pai,gas); pmanager->AddProcess(hion, -1,2,2); diff --git a/examples/extended/electromagnetic/TestEm8/src/PhysListGeneral.cc b/examples/extended/electromagnetic/TestEm8/src/PhysListGeneral.cc index 50b2b72ec8..6decd4e6a0 100755 --- a/examples/extended/electromagnetic/TestEm8/src/PhysListGeneral.cc +++ b/examples/extended/electromagnetic/TestEm8/src/PhysListGeneral.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.cc,v 1.1 2003/10/27 15:24:10 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/src/PhysListParticles.cc b/examples/extended/electromagnetic/TestEm8/src/PhysListParticles.cc index 4583d247b7..7440a87feb 100755 --- a/examples/extended/electromagnetic/TestEm8/src/PhysListParticles.cc +++ b/examples/extended/electromagnetic/TestEm8/src/PhysListParticles.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.cc,v 1.1 2003/10/27 15:24:10 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/src/PhysicsList.cc b/examples/extended/electromagnetic/TestEm8/src/PhysicsList.cc index 553458b9ef..c7717ced62 100755 --- a/examples/extended/electromagnetic/TestEm8/src/PhysicsList.cc +++ b/examples/extended/electromagnetic/TestEm8/src/PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.cc,v 1.2 2003/11/24 17:52:48 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/src/PhysicsListMessenger.cc b/examples/extended/electromagnetic/TestEm8/src/PhysicsListMessenger.cc index 3ad9f49ec7..c21ead9f57 100755 --- a/examples/extended/electromagnetic/TestEm8/src/PhysicsListMessenger.cc +++ b/examples/extended/electromagnetic/TestEm8/src/PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.cc,v 1.1 2003/10/27 15:24:10 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm8/src/StepMax.cc b/examples/extended/electromagnetic/TestEm8/src/StepMax.cc index a1467fcef1..ac846d7bcb 100755 --- a/examples/extended/electromagnetic/TestEm8/src/StepMax.cc +++ b/examples/extended/electromagnetic/TestEm8/src/StepMax.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMax.cc,v 1.2 2003/11/26 13:55:51 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm8/src/StepMaxMessenger.cc b/examples/extended/electromagnetic/TestEm8/src/StepMaxMessenger.cc index ac68053cf2..cb4ce29608 100755 --- a/examples/extended/electromagnetic/TestEm8/src/StepMaxMessenger.cc +++ b/examples/extended/electromagnetic/TestEm8/src/StepMaxMessenger.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMaxMessenger.cc,v 1.1 2003/10/27 15:31:04 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/GNUmakefile b/examples/extended/electromagnetic/TestEm9/GNUmakefile index 534a36e474..c978338c27 100644 --- a/examples/extended/electromagnetic/TestEm9/GNUmakefile +++ b/examples/extended/electromagnetic/TestEm9/GNUmakefile @@ -1,5 +1,5 @@ # $Id: GNUmakefile,v 1.6 2003/11/13 12:00:27 vnivanch Exp $ -# GEANT4 tag $Name: geant4-06-00 $ +# GEANT4 tag $Name: geant4-06-00-patch-01 $ # -------------------------------------------------------------- # GNUmakefile for examples module with AIDA interface # -------------------------------------------------------------- diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.cc b/examples/extended/electromagnetic/TestEm9/TestEm9.cc index 518cd56558..b8c1368b9d 100644 --- a/examples/extended/electromagnetic/TestEm9/TestEm9.cc +++ b/examples/extended/electromagnetic/TestEm9/TestEm9.cc @@ -22,7 +22,7 @@ // // // $Id: TestEm9.cc,v 1.3 2003/07/14 17:10:11 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.in b/examples/extended/electromagnetic/TestEm9/TestEm9.in index 3af7f08135..081278b18f 100644 --- a/examples/extended/electromagnetic/TestEm9/TestEm9.in +++ b/examples/extended/electromagnetic/TestEm9/TestEm9.in @@ -1,5 +1,5 @@ # $Id: TestEm9.in,v 1.8 2003/11/26 14:44:43 vnivanch Exp $ -# GEANT4 tag $Name: geant4-06-00 $ +# GEANT4 tag $Name: geant4-06-00-patch-01 $ # # Macro file for TestEm9 - Crystal Calorimeter # V.Ivanchenko diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.out b/examples/extended/electromagnetic/TestEm9/TestEm9.out index 0a6abc9266..4f37658289 100644 --- a/examples/extended/electromagnetic/TestEm9/TestEm9.out +++ b/examples/extended/electromagnetic/TestEm9/TestEm9.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + G4Material: Mean excitation energy is changed for Water Iold= 70.8926eV; Inew= 75 eV; G4Material: Mean excitation energy is changed for CsI Iold= 491.166eV; Inew= 415.689 eV; @@ -104,6 +107,7 @@ eIoni: tables are built for e- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 1, integral: 1 + Precise range table up to 1 GeV in 70 bins. Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV. eBrem: tables are built for e- @@ -116,6 +120,7 @@ eIoni: tables are built for e+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 1, integral: 1 + Precise range table up to 1 GeV in 70 bins. Delta cross sections from Moller+Bhabha, good description from 1 KeV to 100 GeV. eBrem: tables are built for e+ @@ -136,6 +141,7 @@ hIoni: tables are built for proton dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 1, integral: 1 + Precise range table up to 1 GeV in 70 bins. Bether-Bloch model for Escaled > 2 MeV, parametrisation of Bragg peak below, Integral mode 1 msc: Model variant of multiple scattering for mu+ @@ -146,7 +152,9 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 1, integral: 1 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Precise range table up to 1 GeV in 70 bins. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -163,7 +171,9 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 1, integral: 1 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Precise range table up to 1 GeV in 70 bins. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -235,15 +245,15 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 100 - User=79.47s Real=83.14s Sys=3.67s + User=30.84s Real=34.11s Sys=3.27s RunAction: End of run actions are started HistoManager: End of run actions are started ======================================================== Number of events 100 -Average number of e- 1294 -Average number of gamma 684.8 -Average number of e+ 47.98 -Average number of steps 3812 +Average number of e- 1295 +Average number of gamma 681.2 +Average number of e+ 48.45 +Average number of steps 3796 ======================================================== # diff --git a/examples/extended/electromagnetic/TestEm9/csi.mac b/examples/extended/electromagnetic/TestEm9/csi.mac index 29d6b684cd..ebf48d43e1 100644 --- a/examples/extended/electromagnetic/TestEm9/csi.mac +++ b/examples/extended/electromagnetic/TestEm9/csi.mac @@ -1,5 +1,5 @@ # $Id: csi.mac,v 1.2 2003/11/07 11:52:58 vnivanch Exp $ -# GEANT4 tag $Name: geant4-06-00 $ +# GEANT4 tag $Name: geant4-06-00-patch-01 $ # # Macro file for TestEm9 - Crystal Calorimeter # V.Ivanchenko diff --git a/examples/extended/electromagnetic/TestEm9/include/DetectorConstruction.hh b/examples/extended/electromagnetic/TestEm9/include/DetectorConstruction.hh index a11c9f4624..357a86c725 100644 --- a/examples/extended/electromagnetic/TestEm9/include/DetectorConstruction.hh +++ b/examples/extended/electromagnetic/TestEm9/include/DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: DetectorConstruction.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ///////////////////////////////////////////////////////////////////////// diff --git a/examples/extended/electromagnetic/TestEm9/include/DetectorMessenger.hh b/examples/extended/electromagnetic/TestEm9/include/DetectorMessenger.hh index 8301d34236..1eca6a74eb 100644 --- a/examples/extended/electromagnetic/TestEm9/include/DetectorMessenger.hh +++ b/examples/extended/electromagnetic/TestEm9/include/DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: DetectorMessenger.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ///////////////////////////////////////////////////////////////////////// diff --git a/examples/extended/electromagnetic/TestEm9/include/EventAction.hh b/examples/extended/electromagnetic/TestEm9/include/EventAction.hh index bb4b79c3df..a7c0a81c01 100755 --- a/examples/extended/electromagnetic/TestEm9/include/EventAction.hh +++ b/examples/extended/electromagnetic/TestEm9/include/EventAction.hh @@ -24,7 +24,7 @@ #define EventAction_h 1 // $Id: EventAction.hh,v 1.2 2003/10/13 15:41:30 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/extended/electromagnetic/TestEm9/include/EventActionMessenger.hh b/examples/extended/electromagnetic/TestEm9/include/EventActionMessenger.hh index 45a5d28fb4..ba57afd2b1 100644 --- a/examples/extended/electromagnetic/TestEm9/include/EventActionMessenger.hh +++ b/examples/extended/electromagnetic/TestEm9/include/EventActionMessenger.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: EventActionMessenger.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/include/Histo.hh b/examples/extended/electromagnetic/TestEm9/include/Histo.hh index a22e11cdd6..000f2bf286 100644 --- a/examples/extended/electromagnetic/TestEm9/include/Histo.hh +++ b/examples/extended/electromagnetic/TestEm9/include/Histo.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: Histo.hh,v 1.2 2003/11/03 19:19:46 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ #ifndef Histo_h #define Histo_h 1 diff --git a/examples/extended/electromagnetic/TestEm9/include/HistoManager.hh b/examples/extended/electromagnetic/TestEm9/include/HistoManager.hh index 741336d7a6..e5e284fd91 100644 --- a/examples/extended/electromagnetic/TestEm9/include/HistoManager.hh +++ b/examples/extended/electromagnetic/TestEm9/include/HistoManager.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: HistoManager.hh,v 1.4 2003/11/03 19:19:46 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ #ifndef HistoManager_h #define HistoManager_h 1 diff --git a/examples/extended/electromagnetic/TestEm9/include/HistoMessenger.hh b/examples/extended/electromagnetic/TestEm9/include/HistoMessenger.hh index 0dfba5c0b3..0a5939b229 100644 --- a/examples/extended/electromagnetic/TestEm9/include/HistoMessenger.hh +++ b/examples/extended/electromagnetic/TestEm9/include/HistoMessenger.hh @@ -23,7 +23,7 @@ // // $Id: HistoMessenger.hh,v 1.1 2003/10/31 12:09:36 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm9/include/IonC12.hh b/examples/extended/electromagnetic/TestEm9/include/IonC12.hh index c3787a9662..4a5ad4d43a 100755 --- a/examples/extended/electromagnetic/TestEm9/include/IonC12.hh +++ b/examples/extended/electromagnetic/TestEm9/include/IonC12.hh @@ -22,7 +22,7 @@ // // // $Id: IonC12.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Each class inheriting from G4VIon // corresponds to a particle type; one and only one diff --git a/examples/extended/electromagnetic/TestEm9/include/PhysListBinaryCascade.hh b/examples/extended/electromagnetic/TestEm9/include/PhysListBinaryCascade.hh index fc90850e3d..36b8908244 100755 --- a/examples/extended/electromagnetic/TestEm9/include/PhysListBinaryCascade.hh +++ b/examples/extended/electromagnetic/TestEm9/include/PhysListBinaryCascade.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: PhysListBinaryCascade.hh,v 1.5 2003/12/05 11:22:45 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/examples/extended/electromagnetic/TestEm9/include/PhysListEmG4v52.hh b/examples/extended/electromagnetic/TestEm9/include/PhysListEmG4v52.hh index 0c643bf533..1de64a058c 100644 --- a/examples/extended/electromagnetic/TestEm9/include/PhysListEmG4v52.hh +++ b/examples/extended/electromagnetic/TestEm9/include/PhysListEmG4v52.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/include/PhysListEmStandard.hh b/examples/extended/electromagnetic/TestEm9/include/PhysListEmStandard.hh index 68a8868959..058c7b7977 100755 --- a/examples/extended/electromagnetic/TestEm9/include/PhysListEmStandard.hh +++ b/examples/extended/electromagnetic/TestEm9/include/PhysListEmStandard.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/include/PhysListGeneral.hh b/examples/extended/electromagnetic/TestEm9/include/PhysListGeneral.hh index 4b7d9f9615..ebdcec29a5 100755 --- a/examples/extended/electromagnetic/TestEm9/include/PhysListGeneral.hh +++ b/examples/extended/electromagnetic/TestEm9/include/PhysListGeneral.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/include/PhysListIonBinaryCascade.hh b/examples/extended/electromagnetic/TestEm9/include/PhysListIonBinaryCascade.hh index 5afcb3c2e7..6975846bc0 100644 --- a/examples/extended/electromagnetic/TestEm9/include/PhysListIonBinaryCascade.hh +++ b/examples/extended/electromagnetic/TestEm9/include/PhysListIonBinaryCascade.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: PhysListIonBinaryCascade.hh,v 1.2 2003/12/05 11:22:45 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/examples/extended/electromagnetic/TestEm9/include/PhysListParticles.hh b/examples/extended/electromagnetic/TestEm9/include/PhysListParticles.hh index e7c51a569c..0bed666734 100755 --- a/examples/extended/electromagnetic/TestEm9/include/PhysListParticles.hh +++ b/examples/extended/electromagnetic/TestEm9/include/PhysListParticles.hh @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/include/PhysicsList.hh b/examples/extended/electromagnetic/TestEm9/include/PhysicsList.hh index 664ef44c2c..81f8b8e377 100755 --- a/examples/extended/electromagnetic/TestEm9/include/PhysicsList.hh +++ b/examples/extended/electromagnetic/TestEm9/include/PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsList.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... // diff --git a/examples/extended/electromagnetic/TestEm9/include/PhysicsListMessenger.hh b/examples/extended/electromagnetic/TestEm9/include/PhysicsListMessenger.hh index 9cde6075c9..468fc0b44e 100755 --- a/examples/extended/electromagnetic/TestEm9/include/PhysicsListMessenger.hh +++ b/examples/extended/electromagnetic/TestEm9/include/PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm9/include/PrimaryGeneratorAction.hh b/examples/extended/electromagnetic/TestEm9/include/PrimaryGeneratorAction.hh index e21e3908ac..53357f8a11 100644 --- a/examples/extended/electromagnetic/TestEm9/include/PrimaryGeneratorAction.hh +++ b/examples/extended/electromagnetic/TestEm9/include/PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorAction.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ///////////////////////////////////////////////////////////////////////// diff --git a/examples/extended/electromagnetic/TestEm9/include/StepMax.hh b/examples/extended/electromagnetic/TestEm9/include/StepMax.hh index 72065270f2..37d96ef86a 100755 --- a/examples/extended/electromagnetic/TestEm9/include/StepMax.hh +++ b/examples/extended/electromagnetic/TestEm9/include/StepMax.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMax.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/include/StepMaxMessenger.hh b/examples/extended/electromagnetic/TestEm9/include/StepMaxMessenger.hh index e67f29be89..3960972507 100755 --- a/examples/extended/electromagnetic/TestEm9/include/StepMaxMessenger.hh +++ b/examples/extended/electromagnetic/TestEm9/include/StepMaxMessenger.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMaxMessenger.hh,v 1.2 2003/10/31 12:08:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/include/SteppingAction.hh b/examples/extended/electromagnetic/TestEm9/include/SteppingAction.hh index b2d568f6bd..ab81cc3940 100644 --- a/examples/extended/electromagnetic/TestEm9/include/SteppingAction.hh +++ b/examples/extended/electromagnetic/TestEm9/include/SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.hh,v 1.2 2003/10/31 12:08:51 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ///////////////////////////////////////////////////////////////////////// diff --git a/examples/extended/electromagnetic/TestEm9/include/SteppingVerbose.hh b/examples/extended/electromagnetic/TestEm9/include/SteppingVerbose.hh index aae25b6878..5b70119185 100755 --- a/examples/extended/electromagnetic/TestEm9/include/SteppingVerbose.hh +++ b/examples/extended/electromagnetic/TestEm9/include/SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.hh,v 1.2 2003/10/31 12:08:51 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/extended/electromagnetic/TestEm9/src/DetectorConstruction.cc b/examples/extended/electromagnetic/TestEm9/src/DetectorConstruction.cc index 1b0dbba853..d242d78f7f 100644 --- a/examples/extended/electromagnetic/TestEm9/src/DetectorConstruction.cc +++ b/examples/extended/electromagnetic/TestEm9/src/DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: DetectorConstruction.cc,v 1.4 2003/11/25 15:19:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ///////////////////////////////////////////////////////////////////////// diff --git a/examples/extended/electromagnetic/TestEm9/src/DetectorMessenger.cc b/examples/extended/electromagnetic/TestEm9/src/DetectorMessenger.cc index c964379126..c75fa4bee6 100644 --- a/examples/extended/electromagnetic/TestEm9/src/DetectorMessenger.cc +++ b/examples/extended/electromagnetic/TestEm9/src/DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: DetectorMessenger.cc,v 1.1 2003/07/14 17:10:16 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ///////////////////////////////////////////////////////////////////////// diff --git a/examples/extended/electromagnetic/TestEm9/src/EventAction.cc b/examples/extended/electromagnetic/TestEm9/src/EventAction.cc index 13f6796dfe..e859ca786a 100755 --- a/examples/extended/electromagnetic/TestEm9/src/EventAction.cc +++ b/examples/extended/electromagnetic/TestEm9/src/EventAction.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: EventAction.cc,v 1.3 2003/10/31 12:08:51 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/extended/electromagnetic/TestEm9/src/EventActionMessenger.cc b/examples/extended/electromagnetic/TestEm9/src/EventActionMessenger.cc index 0743a736c3..12fb2e0f7a 100644 --- a/examples/extended/electromagnetic/TestEm9/src/EventActionMessenger.cc +++ b/examples/extended/electromagnetic/TestEm9/src/EventActionMessenger.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: EventActionMessenger.cc,v 1.1 2003/10/13 15:42:25 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/src/HistoMessenger.cc b/examples/extended/electromagnetic/TestEm9/src/HistoMessenger.cc index 89e586a937..782b427b9a 100644 --- a/examples/extended/electromagnetic/TestEm9/src/HistoMessenger.cc +++ b/examples/extended/electromagnetic/TestEm9/src/HistoMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: HistoMessenger.cc,v 1.1 2003/10/31 12:09:37 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/src/IonC12.cc b/examples/extended/electromagnetic/TestEm9/src/IonC12.cc index 5ceba0155e..a2a74c9b32 100755 --- a/examples/extended/electromagnetic/TestEm9/src/IonC12.cc +++ b/examples/extended/electromagnetic/TestEm9/src/IonC12.cc @@ -22,7 +22,7 @@ // // // $Id: IonC12.cc,v 1.1 2003/07/14 17:10:16 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/src/PhysListBinaryCascade.cc b/examples/extended/electromagnetic/TestEm9/src/PhysListBinaryCascade.cc index 1ec9705b25..46c441fda9 100755 --- a/examples/extended/electromagnetic/TestEm9/src/PhysListBinaryCascade.cc +++ b/examples/extended/electromagnetic/TestEm9/src/PhysListBinaryCascade.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: PhysListBinaryCascade.cc,v 1.4 2003/12/05 11:22:45 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ #include "PhysListBinaryCascade.hh" #include "G4ParticleDefinition.hh" diff --git a/examples/extended/electromagnetic/TestEm9/src/PhysListEmG4v52.cc b/examples/extended/electromagnetic/TestEm9/src/PhysListEmG4v52.cc index 518ddc119f..b464e1b528 100644 --- a/examples/extended/electromagnetic/TestEm9/src/PhysListEmG4v52.cc +++ b/examples/extended/electromagnetic/TestEm9/src/PhysListEmG4v52.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmG4v52.cc,v 1.3 2003/11/07 11:54:54 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/src/PhysListEmStandard.cc b/examples/extended/electromagnetic/TestEm9/src/PhysListEmStandard.cc index b9efe56c95..528d237313 100755 --- a/examples/extended/electromagnetic/TestEm9/src/PhysListEmStandard.cc +++ b/examples/extended/electromagnetic/TestEm9/src/PhysListEmStandard.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListEmStandard.cc,v 1.3 2003/10/24 12:25:09 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/src/PhysListGeneral.cc b/examples/extended/electromagnetic/TestEm9/src/PhysListGeneral.cc index 97508a3d13..1893188dec 100755 --- a/examples/extended/electromagnetic/TestEm9/src/PhysListGeneral.cc +++ b/examples/extended/electromagnetic/TestEm9/src/PhysListGeneral.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListGeneral.cc,v 1.2 2003/11/20 08:18:55 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/src/PhysListIonBinaryCascade.cc b/examples/extended/electromagnetic/TestEm9/src/PhysListIonBinaryCascade.cc index fee78e7804..85fa8e26a2 100644 --- a/examples/extended/electromagnetic/TestEm9/src/PhysListIonBinaryCascade.cc +++ b/examples/extended/electromagnetic/TestEm9/src/PhysListIonBinaryCascade.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: PhysListIonBinaryCascade.cc,v 1.2 2003/12/05 11:22:45 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ #include "PhysListIonBinaryCascade.hh" #include "G4ParticleDefinition.hh" diff --git a/examples/extended/electromagnetic/TestEm9/src/PhysListParticles.cc b/examples/extended/electromagnetic/TestEm9/src/PhysListParticles.cc index 65e573467c..3430212fbb 100755 --- a/examples/extended/electromagnetic/TestEm9/src/PhysListParticles.cc +++ b/examples/extended/electromagnetic/TestEm9/src/PhysListParticles.cc @@ -22,7 +22,7 @@ // // // $Id: PhysListParticles.cc,v 1.1 2003/07/14 17:10:17 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/src/PhysicsListMessenger.cc b/examples/extended/electromagnetic/TestEm9/src/PhysicsListMessenger.cc index 521f1ddb13..8ff4687fd6 100755 --- a/examples/extended/electromagnetic/TestEm9/src/PhysicsListMessenger.cc +++ b/examples/extended/electromagnetic/TestEm9/src/PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: PhysicsListMessenger.cc,v 1.1 2003/07/14 17:10:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/electromagnetic/TestEm9/src/PrimaryGeneratorAction.cc b/examples/extended/electromagnetic/TestEm9/src/PrimaryGeneratorAction.cc index ea807e8423..8ab0468bf4 100644 --- a/examples/extended/electromagnetic/TestEm9/src/PrimaryGeneratorAction.cc +++ b/examples/extended/electromagnetic/TestEm9/src/PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: PrimaryGeneratorAction.cc,v 1.1 2003/07/14 17:10:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ///////////////////////////////////////////////////////////////////////// diff --git a/examples/extended/electromagnetic/TestEm9/src/StepMax.cc b/examples/extended/electromagnetic/TestEm9/src/StepMax.cc index efaf7f6931..28e636e6e7 100755 --- a/examples/extended/electromagnetic/TestEm9/src/StepMax.cc +++ b/examples/extended/electromagnetic/TestEm9/src/StepMax.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMax.cc,v 1.2 2003/11/26 14:44:43 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/src/StepMaxMessenger.cc b/examples/extended/electromagnetic/TestEm9/src/StepMaxMessenger.cc index 94886e3828..2ef7cf1967 100755 --- a/examples/extended/electromagnetic/TestEm9/src/StepMaxMessenger.cc +++ b/examples/extended/electromagnetic/TestEm9/src/StepMaxMessenger.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: StepMaxMessenger.cc,v 1.1 2003/07/14 17:10:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/src/SteppingAction.cc b/examples/extended/electromagnetic/TestEm9/src/SteppingAction.cc index 9da46b1032..395f1f24f9 100644 --- a/examples/extended/electromagnetic/TestEm9/src/SteppingAction.cc +++ b/examples/extended/electromagnetic/TestEm9/src/SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingAction.cc,v 1.1 2003/07/14 17:10:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ///////////////////////////////////////////////////////////////////////// diff --git a/examples/extended/electromagnetic/TestEm9/src/SteppingVerbose.cc b/examples/extended/electromagnetic/TestEm9/src/SteppingVerbose.cc index b6179aa2c0..b80d341ae4 100755 --- a/examples/extended/electromagnetic/TestEm9/src/SteppingVerbose.cc +++ b/examples/extended/electromagnetic/TestEm9/src/SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: SteppingVerbose.cc,v 1.1 2003/07/14 17:10:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/electromagnetic/TestEm9/src/VisManager.cc b/examples/extended/electromagnetic/TestEm9/src/VisManager.cc index c0b428bc6f..96bd493aa7 100755 --- a/examples/extended/electromagnetic/TestEm9/src/VisManager.cc +++ b/examples/extended/electromagnetic/TestEm9/src/VisManager.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: VisManager.cc,v 1.3 2003/11/12 18:32:56 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmcEx01-clhep.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmcEx01-clhep.cc index e6008c7cc3..0ac17f6879 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmcEx01-clhep.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmcEx01-clhep.cc @@ -22,7 +22,7 @@ // // // $Id: hepmcEx01-clhep.cc,v 1.1 2002/11/19 10:33:00 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_ascii.out b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_ascii.out index ec5c19d4f4..f1c6314358 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_ascii.out +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_ascii.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (31-Jul-2002) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_pygen.out b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_pygen.out index b6f033e590..151fc53d19 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_pygen.out +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/hepmc_pygen.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (31-Jul-2002) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04EMPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04EMPhysics.hh index 1d022e6156..112ff7893f 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04EMPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04EMPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04EMPhysics.hh,v 1.1 2002/11/19 10:30:53 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04GeneralPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04GeneralPhysics.hh index 3c4cbb336a..0a0dec0bc9 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04GeneralPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04GeneralPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04GeneralPhysics.hh,v 1.1 2002/11/19 10:30:53 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04HadronPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04HadronPhysics.hh index e872610fbf..c5a629518e 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04HadronPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04HadronPhysics.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ExN04HadronPhysics.hh,v 1.5 2003/12/03 11:19:09 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04IonPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04IonPhysics.hh index 23514fc475..f900dc9453 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04IonPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04IonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04IonPhysics.hh,v 1.2 2003/12/03 11:19:09 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04MuonPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04MuonPhysics.hh index 47f6afbd76..f6026c88b6 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04MuonPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04MuonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04MuonPhysics.hh,v 1.2 2003/12/03 11:19:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04RunAction.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04RunAction.hh index 4a0ea01db7..cd249ae1bd 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04RunAction.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04RunAction.hh,v 1.1 2002/11/19 10:30:54 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04SteppingVerbose.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04SteppingVerbose.hh index d20072c267..0480179044 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04SteppingVerbose.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04SteppingVerbose.hh,v 1.1 2002/11/19 10:30:54 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04VisManager.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04VisManager.hh index 3bb8de1bf9..c7212d7072 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04VisManager.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/include/ExN04VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04VisManager.hh,v 1.1 2002/11/19 10:30:55 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04EMPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04EMPhysics.cc index 9fe23f8ed9..ce36a2cace 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04EMPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04EMPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04EMPhysics.cc,v 1.3 2003/12/03 11:19:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04GeneralPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04GeneralPhysics.cc index 6ea4e360ec..1932178610 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04GeneralPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04GeneralPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04GeneralPhysics.cc,v 1.2 2003/06/16 16:48:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04HadronPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04HadronPhysics.cc index bae6c0be29..394b29e91a 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04HadronPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04HadronPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04HadronPhysics.cc,v 1.5 2003/12/03 11:19:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "ExN04HadronPhysics.hh" diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04IonPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04IonPhysics.cc index 8d5dbb9ab5..9d45ac5e6a 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04IonPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04IonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04IonPhysics.cc,v 1.3 2003/12/03 11:19:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04MuonPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04MuonPhysics.cc index fa4446c35b..af9f8d58cb 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04MuonPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04MuonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04MuonPhysics.cc,v 1.3 2003/12/03 11:19:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04PhysicsList.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04PhysicsList.cc index d410822fa8..81593765be 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04PhysicsList.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04PhysicsList.cc,v 1.3 2003/12/03 11:19:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04RunAction.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04RunAction.cc index 8b3f8bd45a..2e2878b655 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04RunAction.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04RunAction.cc,v 1.1 2002/11/19 10:31:39 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04SteppingVerbose.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04SteppingVerbose.cc index 5ff2100148..c151f74f96 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04SteppingVerbose.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04SteppingVerbose.cc,v 1.3 2003/12/03 11:19:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04VisManager.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04VisManager.cc index ad53660bb2..683594a26b 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04VisManager.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01-clhep/src/ExN04VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04VisManager.cc,v 1.2 2003/11/13 15:11:20 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmcEx01.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmcEx01.cc index ed3d0f8b5e..df46568cac 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmcEx01.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmcEx01.cc @@ -22,7 +22,7 @@ // // // $Id: hepmcEx01.cc,v 1.2 2002/11/19 10:23:46 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_ascii.out b/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_ascii.out index 3e4ab35194..98b713ab92 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_ascii.out +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_ascii.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (31-Jul-2002) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_pygen.out b/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_pygen.out index bdbef970cb..fa57048f39 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_pygen.out +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/hepmc_pygen.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (31-Jul-2002) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04EMPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04EMPhysics.hh index a8c793d24f..2a91a2317c 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04EMPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04EMPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04EMPhysics.hh,v 1.2 2002/11/19 10:15:51 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04GeneralPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04GeneralPhysics.hh index b08cebda3f..912866962f 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04GeneralPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04GeneralPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04GeneralPhysics.hh,v 1.2 2002/11/19 10:15:51 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04HadronPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04HadronPhysics.hh index f186753e6c..22315dd522 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04HadronPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04HadronPhysics.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ExN04HadronPhysics.hh,v 1.6 2003/12/03 11:03:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04IonPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04IonPhysics.hh index 6273dbd7d3..9337000a68 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04IonPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04IonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04IonPhysics.hh,v 1.3 2003/12/03 11:03:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04MuonPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04MuonPhysics.hh index 7971acba6c..f75263a3e0 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04MuonPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04MuonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04MuonPhysics.hh,v 1.3 2003/12/03 11:03:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04RunAction.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04RunAction.hh index 00e9d2adc1..86f567c22c 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04RunAction.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04RunAction.hh,v 1.1 2002/11/19 10:15:51 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04SteppingVerbose.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04SteppingVerbose.hh index bd5d642f6f..b7689b0c0a 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04SteppingVerbose.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04SteppingVerbose.hh,v 1.1 2002/11/19 10:15:52 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04VisManager.hh b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04VisManager.hh index a3481bb11a..5f8f36a926 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04VisManager.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/include/ExN04VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04VisManager.hh,v 1.1 2002/11/19 10:15:52 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04EMPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04EMPhysics.cc index 89e3183832..e74317cae0 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04EMPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04EMPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04EMPhysics.cc,v 1.4 2003/12/03 11:03:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04GeneralPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04GeneralPhysics.cc index 466f7604b9..6a8176b4b0 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04GeneralPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04GeneralPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04GeneralPhysics.cc,v 1.3 2003/06/16 16:48:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04HadronPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04HadronPhysics.cc index badfc8be70..9f031042db 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04HadronPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04HadronPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04HadronPhysics.cc,v 1.6 2003/12/03 11:03:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "ExN04HadronPhysics.hh" diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04IonPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04IonPhysics.cc index e425cad5d4..252fed1369 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04IonPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04IonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04IonPhysics.cc,v 1.4 2003/12/03 11:03:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04MuonPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04MuonPhysics.cc index 914e8da366..b699a23172 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04MuonPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04MuonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04MuonPhysics.cc,v 1.4 2003/12/03 11:03:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04PhysicsList.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04PhysicsList.cc index 8461d67147..ea346617c5 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04PhysicsList.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04PhysicsList.cc,v 1.4 2003/12/03 11:03:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04RunAction.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04RunAction.cc index eddf84912b..6abac588e9 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04RunAction.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04RunAction.cc,v 1.1 2002/11/19 10:17:05 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04SteppingVerbose.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04SteppingVerbose.cc index 437d90be8d..25e259d82d 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04SteppingVerbose.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04SteppingVerbose.cc,v 1.3 2003/12/03 11:03:07 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04VisManager.cc b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04VisManager.cc index 855ac08f43..bf852077c8 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04VisManager.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx01/src/ExN04VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04VisManager.cc,v 1.2 2003/11/13 15:11:12 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmcEx02-clhep.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmcEx02-clhep.cc index 223043fec4..2595edd6c8 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmcEx02-clhep.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmcEx02-clhep.cc @@ -22,7 +22,7 @@ // // // $Id: hepmcEx02-clhep.cc,v 1.1 2002/11/19 10:37:08 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_ascii.out b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_ascii.out index 9bbd29c724..e0ef1658fa 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_ascii.out +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_ascii.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (31-Jul-2002) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_pygen.out b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_pygen.out index 71958c19ee..5a069abfdc 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_pygen.out +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/hepmc_pygen.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (31-Jul-2002) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02EMPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02EMPhysics.hh index d2764ab9f8..42954e3526 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02EMPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02EMPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: H02EMPhysics.hh,v 1.1 2002/11/19 10:35:48 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02GeneralPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02GeneralPhysics.hh index 9356b8435d..8bd068ee4d 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02GeneralPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02GeneralPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: H02GeneralPhysics.hh,v 1.1 2002/11/19 10:35:48 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02IonPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02IonPhysics.hh index 9b4c457080..03fed3b052 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02IonPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02IonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: H02IonPhysics.hh,v 1.1 2002/11/19 10:35:49 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02MuonPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02MuonPhysics.hh index 2eb91876bf..9b68e7816f 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02MuonPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/include/H02MuonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: H02MuonPhysics.hh,v 1.1 2002/11/19 10:35:49 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02EMPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02EMPhysics.cc index 94e9344aea..77942a25b4 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02EMPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02EMPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: H02EMPhysics.cc,v 1.2 2003/06/16 16:48:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02GeneralPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02GeneralPhysics.cc index 9a53c16450..2e5aead4b6 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02GeneralPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02GeneralPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: H02GeneralPhysics.cc,v 1.2 2003/06/16 16:48:47 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02IonPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02IonPhysics.cc index d8fb629c4e..a776b5d312 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02IonPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02IonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: H02IonPhysics.cc,v 1.2 2003/06/16 16:48:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02MuonPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02MuonPhysics.cc index 654a38273f..0b67e9a2f9 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02MuonPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02MuonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: H02MuonPhysics.cc,v 1.2 2003/06/16 16:48:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02PhysicsList.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02PhysicsList.cc index c32a58241c..c1a065ea5d 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02PhysicsList.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02-clhep/src/H02PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: H02PhysicsList.cc,v 1.2 2003/06/16 16:48:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmcEx02.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmcEx02.cc index c5167a288e..0ae472ff42 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmcEx02.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmcEx02.cc @@ -22,7 +22,7 @@ // // // $Id: hepmcEx02.cc,v 1.2 2002/05/28 14:19:07 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_ascii.out b/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_ascii.out index 13f715159f..95763c3ce2 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_ascii.out +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_ascii.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (31-Jul-2002) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_pygen.out b/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_pygen.out index df7aac2dc4..5f38ce9b1a 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_pygen.out +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/hepmc_pygen.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (31-Jul-2002) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02EMPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02EMPhysics.hh index f42a9c0285..81352c80fb 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02EMPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02EMPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: H02EMPhysics.hh,v 1.2 2002/11/19 10:25:08 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02GeneralPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02GeneralPhysics.hh index 2aa1c2f15c..50e277b101 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02GeneralPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02GeneralPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: H02GeneralPhysics.hh,v 1.2 2002/11/19 10:25:08 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02IonPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02IonPhysics.hh index cb438b73e7..2d0625c3c3 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02IonPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02IonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: H02IonPhysics.hh,v 1.2 2002/11/19 10:25:08 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02MuonPhysics.hh b/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02MuonPhysics.hh index 8e7771c04d..03462488ad 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02MuonPhysics.hh +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/include/H02MuonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: H02MuonPhysics.hh,v 1.2 2002/11/19 10:25:08 murakami Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02EMPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02EMPhysics.cc index b73bee14f4..7432fdaa38 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02EMPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02EMPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: H02EMPhysics.cc,v 1.3 2003/06/16 16:48:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02GeneralPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02GeneralPhysics.cc index d7009207fd..d5674d7964 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02GeneralPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02GeneralPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: H02GeneralPhysics.cc,v 1.3 2003/06/16 16:48:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02IonPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02IonPhysics.cc index c2e0d29b96..2ea525b10f 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02IonPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02IonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: H02IonPhysics.cc,v 1.3 2003/06/16 16:48:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02MuonPhysics.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02MuonPhysics.cc index 3145b57ef4..7e1a8c2636 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02MuonPhysics.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02MuonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: H02MuonPhysics.cc,v 1.3 2003/06/16 16:48:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02PhysicsList.cc b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02PhysicsList.cc index 33e24d8cdf..b4f7ffd04c 100644 --- a/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02PhysicsList.cc +++ b/examples/extended/eventgenerator/HepMC/HepMCEx02/src/H02PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: H02PhysicsList.cc,v 1.3 2003/06/16 16:48:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/BlineTracer/include/G4BlineEquation.hh b/examples/extended/field/BlineTracer/include/G4BlineEquation.hh index e9084f5cd6..5274edc738 100644 --- a/examples/extended/field/BlineTracer/include/G4BlineEquation.hh +++ b/examples/extended/field/BlineTracer/include/G4BlineEquation.hh @@ -22,7 +22,7 @@ // // // $Id: G4BlineEquation.hh,v 1.1 2003/11/25 09:29:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/examples/extended/field/BlineTracer/include/G4BlineEventAction.hh b/examples/extended/field/BlineTracer/include/G4BlineEventAction.hh index b0df50922c..1b1b48a201 100644 --- a/examples/extended/field/BlineTracer/include/G4BlineEventAction.hh +++ b/examples/extended/field/BlineTracer/include/G4BlineEventAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4BlineEventAction.hh,v 1.1 2003/11/25 09:29:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/examples/extended/field/BlineTracer/include/G4BlinePrimaryGeneratorAction.hh b/examples/extended/field/BlineTracer/include/G4BlinePrimaryGeneratorAction.hh index 87ccc62f1f..ffbb521c7b 100644 --- a/examples/extended/field/BlineTracer/include/G4BlinePrimaryGeneratorAction.hh +++ b/examples/extended/field/BlineTracer/include/G4BlinePrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4BlinePrimaryGeneratorAction.hh,v 1.1 2003/11/25 09:29:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/examples/extended/field/BlineTracer/include/G4BlineSteppingAction.hh b/examples/extended/field/BlineTracer/include/G4BlineSteppingAction.hh index c106c34170..1fd34d95f7 100644 --- a/examples/extended/field/BlineTracer/include/G4BlineSteppingAction.hh +++ b/examples/extended/field/BlineTracer/include/G4BlineSteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4BlineSteppingAction.hh,v 1.1 2003/11/25 09:29:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/examples/extended/field/BlineTracer/include/G4BlineTracer.hh b/examples/extended/field/BlineTracer/include/G4BlineTracer.hh index c9e15ad45e..5464c56c44 100644 --- a/examples/extended/field/BlineTracer/include/G4BlineTracer.hh +++ b/examples/extended/field/BlineTracer/include/G4BlineTracer.hh @@ -22,7 +22,7 @@ // // // $Id: G4BlineTracer.hh,v 1.1 2003/11/25 09:29:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/examples/extended/field/BlineTracer/include/G4BlineTracerMessenger.hh b/examples/extended/field/BlineTracer/include/G4BlineTracerMessenger.hh index 706a854b1f..2d8c899ecb 100644 --- a/examples/extended/field/BlineTracer/include/G4BlineTracerMessenger.hh +++ b/examples/extended/field/BlineTracer/include/G4BlineTracerMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4BlineTracerMessenger.hh,v 1.1 2003/11/25 09:29:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/examples/extended/field/BlineTracer/src/G4BlineEquation.cc b/examples/extended/field/BlineTracer/src/G4BlineEquation.cc index 71ddd3f69c..0bbf4a0c6d 100644 --- a/examples/extended/field/BlineTracer/src/G4BlineEquation.cc +++ b/examples/extended/field/BlineTracer/src/G4BlineEquation.cc @@ -22,7 +22,7 @@ // // // $Id: G4BlineEquation.cc,v 1.1 2003/11/25 09:29:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/examples/extended/field/BlineTracer/src/G4BlineEventAction.cc b/examples/extended/field/BlineTracer/src/G4BlineEventAction.cc index 35132dba03..afd7ec05be 100644 --- a/examples/extended/field/BlineTracer/src/G4BlineEventAction.cc +++ b/examples/extended/field/BlineTracer/src/G4BlineEventAction.cc @@ -22,7 +22,7 @@ // // // $Id: G4BlineEventAction.cc,v 1.1 2003/11/25 09:29:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/examples/extended/field/BlineTracer/src/G4BlinePrimaryGeneratorAction.cc b/examples/extended/field/BlineTracer/src/G4BlinePrimaryGeneratorAction.cc index 0ee9f127be..0640e2712d 100644 --- a/examples/extended/field/BlineTracer/src/G4BlinePrimaryGeneratorAction.cc +++ b/examples/extended/field/BlineTracer/src/G4BlinePrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: G4BlinePrimaryGeneratorAction.cc,v 1.1 2003/11/25 09:29:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/examples/extended/field/BlineTracer/src/G4BlineSteppingAction.cc b/examples/extended/field/BlineTracer/src/G4BlineSteppingAction.cc index 645740219c..4c483f053f 100644 --- a/examples/extended/field/BlineTracer/src/G4BlineSteppingAction.cc +++ b/examples/extended/field/BlineTracer/src/G4BlineSteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: G4BlineSteppingAction.cc,v 1.1 2003/11/25 09:29:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/examples/extended/field/BlineTracer/src/G4BlineTracer.cc b/examples/extended/field/BlineTracer/src/G4BlineTracer.cc index 47787d8872..a58fbc2d53 100644 --- a/examples/extended/field/BlineTracer/src/G4BlineTracer.cc +++ b/examples/extended/field/BlineTracer/src/G4BlineTracer.cc @@ -22,7 +22,7 @@ // // // $Id: G4BlineTracer.cc,v 1.1 2003/11/25 09:29:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/examples/extended/field/BlineTracer/src/G4BlineTracerMessenger.cc b/examples/extended/field/BlineTracer/src/G4BlineTracerMessenger.cc index 3e9a51fa57..c3470943ea 100644 --- a/examples/extended/field/BlineTracer/src/G4BlineTracerMessenger.cc +++ b/examples/extended/field/BlineTracer/src/G4BlineTracerMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4BlineTracerMessenger.cc,v 1.1 2003/11/25 09:29:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // diff --git a/examples/extended/field/field01/History b/examples/extended/field/field01/History index 45ba05b2f0..5ef0892bda 100644 --- a/examples/extended/field/field01/History +++ b/examples/extended/field/field01/History @@ -1,4 +1,4 @@ -$Id: History,v 1.13 2003/12/01 16:31:52 japost Exp $ +$Id: History,v 1.14 2004/03/23 14:58:01 japost Exp $ ------------------------------------------------------------------- ========================================================= @@ -14,11 +14,17 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +Mar 23rd, 2003 John Apostolakis (fieldex01-V06-00-00) +----------------------------------------------------- +- F01FieldSetup corrections + o fixed SetFieldValue(double) method (along Z) to update field mgr & eq + o fixed SetFieldValue(vector) method to update equation as well + Dec 1st, 2003 John Apostolakis (fieldex01-V05-02-01) ----------------------------------------------------- - F01FieldSetup corrections o deleting forgotten inheritance from G4MagneticField - o fixing SetFieldValue method + o fixing SetFieldValue(vector) method to update field manager - F01SteppingVerbose: New output format. - Fully deleted F01ElectroMagneticField. - field01.in: different energies, 1 track each in place of 100 events of 1 energy. diff --git a/examples/extended/field/field01/field01.cc b/examples/extended/field/field01/field01.cc index 8348a3a57f..eac18592ee 100644 --- a/examples/extended/field/field01/field01.cc +++ b/examples/extended/field/field01/field01.cc @@ -22,7 +22,7 @@ // // // $Id: field01.cc,v 1.5 2003/11/25 18:05:31 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/field/field01/field01.out b/examples/extended/field/field01/field01.out index 354601ec46..b1c965f603 100644 --- a/examples/extended/field/field01/field01.out +++ b/examples/extended/field/field01/field01.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + ***** Table : Nb of materials = 11 ***** @@ -69,6 +72,7 @@ Current available graphics systems are: The ABSORBER is made of 1mm of Air, the transverse size (R) is 20000 mm. Z position of the (middle of the) absorber 21990 mm. + F01FieldSetup: magnetic field set to Uniform( (0.0033,0,0) ) G4ClassicalRK4 (default) is called The minimal step is equal to 1 mm @@ -129,7 +133,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -146,7 +151,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -240,7 +246,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.01s Real=0.01s Sys=0s + User=0s Real=0.01s Sys=0.01s ========= Table of registered couples ============================== @@ -270,7 +276,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0s Real=0.01s Sys=0.01s + User=0s Real=0s Sys=0s ========= Table of registered couples ============================== @@ -303,6 +309,7 @@ Run Summary User=0s Real=0s Sys=0s G4ClassicalRK4 (default) is called The minimal step is equal to 0.1 mm +Setting Field strength to 1000 Gauss. Magnetic field vector is (0,0,1000) G ========= Table of registered couples ============================== @@ -368,7 +375,7 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 100 - User=0.05s Real=0.05s Sys=0s + User=0.03s Real=0.03s Sys=0s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/field/field01/include/F01CalorHit.hh b/examples/extended/field/field01/include/F01CalorHit.hh index 0fd06eaa87..a573aeffab 100644 --- a/examples/extended/field/field01/include/F01CalorHit.hh +++ b/examples/extended/field/field01/include/F01CalorHit.hh @@ -22,7 +22,7 @@ // // // $Id: F01CalorHit.hh,v 1.3 2003/06/25 17:40:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01CalorimeterSD.hh b/examples/extended/field/field01/include/F01CalorimeterSD.hh index ed2ffb5af1..beb10c2626 100644 --- a/examples/extended/field/field01/include/F01CalorimeterSD.hh +++ b/examples/extended/field/field01/include/F01CalorimeterSD.hh @@ -22,7 +22,7 @@ // // // $Id: F01CalorimeterSD.hh,v 1.3 2001/10/15 17:20:34 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01DetectorConstruction.hh b/examples/extended/field/field01/include/F01DetectorConstruction.hh index fd5a69f339..756123d3cd 100644 --- a/examples/extended/field/field01/include/F01DetectorConstruction.hh +++ b/examples/extended/field/field01/include/F01DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: F01DetectorConstruction.hh,v 1.6 2003/11/25 18:06:22 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01DetectorMessenger.hh b/examples/extended/field/field01/include/F01DetectorMessenger.hh index 92bb16a9f6..fbe48b3228 100644 --- a/examples/extended/field/field01/include/F01DetectorMessenger.hh +++ b/examples/extended/field/field01/include/F01DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F01DetectorMessenger.hh,v 1.3 2001/10/25 08:10:20 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01EventAction.hh b/examples/extended/field/field01/include/F01EventAction.hh index 3c30dd9460..5e80d11c5c 100644 --- a/examples/extended/field/field01/include/F01EventAction.hh +++ b/examples/extended/field/field01/include/F01EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: F01EventAction.hh,v 1.4 2001/11/07 16:36:31 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01EventActionMessenger.hh b/examples/extended/field/field01/include/F01EventActionMessenger.hh index a83102aa00..1b24035443 100644 --- a/examples/extended/field/field01/include/F01EventActionMessenger.hh +++ b/examples/extended/field/field01/include/F01EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F01EventActionMessenger.hh,v 1.2 2001/07/11 09:57:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01FieldMessenger.hh b/examples/extended/field/field01/include/F01FieldMessenger.hh index c540ac7848..54828f6ab9 100644 --- a/examples/extended/field/field01/include/F01FieldMessenger.hh +++ b/examples/extended/field/field01/include/F01FieldMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F01FieldMessenger.hh,v 1.6 2003/11/25 18:06:22 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01FieldSetup.hh b/examples/extended/field/field01/include/F01FieldSetup.hh index a445e3022e..8eec6d1682 100644 --- a/examples/extended/field/field01/include/F01FieldSetup.hh +++ b/examples/extended/field/field01/include/F01FieldSetup.hh @@ -22,7 +22,7 @@ // // // $Id: F01FieldSetup.hh,v 1.2 2003/12/01 15:47:52 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // A class for control of the Magnetic Field of the detector. diff --git a/examples/extended/field/field01/include/F01PhysicsList.hh b/examples/extended/field/field01/include/F01PhysicsList.hh index 579302918d..1a7227e5dc 100644 --- a/examples/extended/field/field01/include/F01PhysicsList.hh +++ b/examples/extended/field/field01/include/F01PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: F01PhysicsList.hh,v 1.3 2003/08/27 17:38:54 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: fieldex-V05-02-00 $ // #ifndef F01PhysicsList_h diff --git a/examples/extended/field/field01/include/F01PhysicsListMessenger.hh b/examples/extended/field/field01/include/F01PhysicsListMessenger.hh index 4275a2cf21..d6faf40236 100644 --- a/examples/extended/field/field01/include/F01PhysicsListMessenger.hh +++ b/examples/extended/field/field01/include/F01PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F01PhysicsListMessenger.hh,v 1.3 2001/10/15 17:20:35 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01PrimaryGeneratorAction.hh b/examples/extended/field/field01/include/F01PrimaryGeneratorAction.hh index 37d1ba31e6..bfcfe54fb6 100644 --- a/examples/extended/field/field01/include/F01PrimaryGeneratorAction.hh +++ b/examples/extended/field/field01/include/F01PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: F01PrimaryGeneratorAction.hh,v 1.2 2001/07/11 09:57:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01PrimaryGeneratorMessenger.hh b/examples/extended/field/field01/include/F01PrimaryGeneratorMessenger.hh index 38900f7dc3..7b9c914231 100644 --- a/examples/extended/field/field01/include/F01PrimaryGeneratorMessenger.hh +++ b/examples/extended/field/field01/include/F01PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F01PrimaryGeneratorMessenger.hh,v 1.2 2001/07/11 09:57:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01RunAction.hh b/examples/extended/field/field01/include/F01RunAction.hh index ecd3d86187..efb5046481 100644 --- a/examples/extended/field/field01/include/F01RunAction.hh +++ b/examples/extended/field/field01/include/F01RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: F01RunAction.hh,v 1.5 2003/06/16 16:48:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01RunMessenger.hh b/examples/extended/field/field01/include/F01RunMessenger.hh index 22b14c8303..2cb15f3bd4 100644 --- a/examples/extended/field/field01/include/F01RunMessenger.hh +++ b/examples/extended/field/field01/include/F01RunMessenger.hh @@ -23,7 +23,7 @@ // // $Id: F01RunMessenger.hh,v 1.3 2001/10/15 17:20:35 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01StepCut.hh b/examples/extended/field/field01/include/F01StepCut.hh index c70ed21063..f3458d12a2 100644 --- a/examples/extended/field/field01/include/F01StepCut.hh +++ b/examples/extended/field/field01/include/F01StepCut.hh @@ -22,7 +22,7 @@ // // // $Id: F01StepCut.hh,v 1.4 2003/06/25 17:40:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01SteppingAction.hh b/examples/extended/field/field01/include/F01SteppingAction.hh index 1ca6841005..0c2d18894d 100644 --- a/examples/extended/field/field01/include/F01SteppingAction.hh +++ b/examples/extended/field/field01/include/F01SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: F01SteppingAction.hh,v 1.3 2001/11/07 16:36:31 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/include/F01SteppingMessenger.hh b/examples/extended/field/field01/include/F01SteppingMessenger.hh index fbd1c1b3e6..27b276f9d4 100644 --- a/examples/extended/field/field01/include/F01SteppingMessenger.hh +++ b/examples/extended/field/field01/include/F01SteppingMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F01SteppingMessenger.hh,v 1.2 2001/07/11 09:57:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/extended/field/field01/include/F01SteppingVerbose.hh b/examples/extended/field/field01/include/F01SteppingVerbose.hh index 0e27a8a1a6..a5c033fcf9 100644 --- a/examples/extended/field/field01/include/F01SteppingVerbose.hh +++ b/examples/extended/field/field01/include/F01SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: F01SteppingVerbose.hh,v 1.3 2001/10/15 17:20:36 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/examples/extended/field/field01/include/F01VisManager.hh b/examples/extended/field/field01/include/F01VisManager.hh index db514845ad..b78c676dde 100644 --- a/examples/extended/field/field01/include/F01VisManager.hh +++ b/examples/extended/field/field01/include/F01VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: F01VisManager.hh,v 1.2 2001/07/11 09:57:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01CalorHit.cc b/examples/extended/field/field01/src/F01CalorHit.cc index 58ece170db..686ac77be4 100644 --- a/examples/extended/field/field01/src/F01CalorHit.cc +++ b/examples/extended/field/field01/src/F01CalorHit.cc @@ -22,7 +22,7 @@ // // // $Id: F01CalorHit.cc,v 1.3 2003/06/25 17:40:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01CalorimeterSD.cc b/examples/extended/field/field01/src/F01CalorimeterSD.cc index d36f3d2fc7..4884c64b12 100644 --- a/examples/extended/field/field01/src/F01CalorimeterSD.cc +++ b/examples/extended/field/field01/src/F01CalorimeterSD.cc @@ -22,7 +22,7 @@ // // // $Id: F01CalorimeterSD.cc,v 1.5 2003/06/25 17:40:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01DetectorConstruction.cc b/examples/extended/field/field01/src/F01DetectorConstruction.cc index 9aeaae6b95..89c69a90f9 100644 --- a/examples/extended/field/field01/src/F01DetectorConstruction.cc +++ b/examples/extended/field/field01/src/F01DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: F01DetectorConstruction.cc,v 1.13 2003/11/25 18:06:26 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01DetectorMessenger.cc b/examples/extended/field/field01/src/F01DetectorMessenger.cc index 679c5cb074..c52dbf777f 100644 --- a/examples/extended/field/field01/src/F01DetectorMessenger.cc +++ b/examples/extended/field/field01/src/F01DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F01DetectorMessenger.cc,v 1.4 2002/12/05 01:06:56 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01EventAction.cc b/examples/extended/field/field01/src/F01EventAction.cc index 719e2f77aa..6b4f69140a 100644 --- a/examples/extended/field/field01/src/F01EventAction.cc +++ b/examples/extended/field/field01/src/F01EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: F01EventAction.cc,v 1.4 2001/11/07 16:36:31 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01EventActionMessenger.cc b/examples/extended/field/field01/src/F01EventActionMessenger.cc index 9771cbf412..238eb2e222 100644 --- a/examples/extended/field/field01/src/F01EventActionMessenger.cc +++ b/examples/extended/field/field01/src/F01EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F01EventActionMessenger.cc,v 1.3 2002/12/05 01:06:56 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01FieldMessenger.cc b/examples/extended/field/field01/src/F01FieldMessenger.cc index 6f42543304..7b2660189c 100644 --- a/examples/extended/field/field01/src/F01FieldMessenger.cc +++ b/examples/extended/field/field01/src/F01FieldMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F01FieldMessenger.cc,v 1.7 2003/11/25 18:06:26 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01FieldSetup.cc b/examples/extended/field/field01/src/F01FieldSetup.cc index 517fd23003..3b92055ac0 100644 --- a/examples/extended/field/field01/src/F01FieldSetup.cc +++ b/examples/extended/field/field01/src/F01FieldSetup.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: F01FieldSetup.cc,v 1.2 2003/12/01 15:48:49 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: F01FieldSetup.cc,v 1.6 2004/03/23 14:51:04 japost Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // User Field setup class implementation. // @@ -49,6 +49,8 @@ #include "G4CashKarpRKF45.hh" #include "G4RKG3_Stepper.hh" +// #include "G4SIunits.hh" + ////////////////////////////////////////////////////////////////////////// // // Constructors: @@ -58,6 +60,8 @@ F01FieldSetup::F01FieldSetup(G4ThreeVector fieldVector) { fMagneticField = new G4UniformMagField( fieldVector ); // G4ThreeVector(3.3*tesla, 0.0, 0.0 )); + G4cout << " F01FieldSetup: magnetic field set to Uniform( " + << fieldVector << " ) " << G4endl; InitialiseAll(); } @@ -65,6 +69,7 @@ F01FieldSetup::F01FieldSetup() : fChordFinder(0), fStepper(0) { fMagneticField = new G4UniformMagField( G4ThreeVector(0.0, 0.0, 0.0 ) ); + G4cout << " F01FieldSetup: magnetic field set to Uniform( 0.0, 0, 0 ) " << G4endl; InitialiseAll(); } @@ -177,11 +182,36 @@ void F01FieldSetup::SetStepper() // Set the value of the Global Field to fieldValue along Z // -void F01FieldSetup::SetFieldValue(G4double fieldValue) +void F01FieldSetup::SetFieldValue(G4double fieldStrength) { - if(fMagneticField) delete fMagneticField; - fMagneticField = new G4UniformMagField(G4ThreeVector(0,0,fieldValue)); - // CreateStepperAndChordFinder(); +#ifdef G4VERBOSE + G4cout << "Setting Field strength to " + << fieldStrength / gauss << " Gauss."; // << G4endl; +#endif + + G4ThreeVector fieldSetVec(0.0, 0.0, fieldStrength); + this->SetFieldValue( fieldSetVec ); + // ************* + +#ifdef G4VERBOSE + G4double fieldValue[6], position[4]; + position[0] = position[1] = position[2] = position[3] = 0.0; + if( fieldStrength != 0.0 ){ + fMagneticField->GetFieldValue( position, fieldValue); + G4ThreeVector fieldVec(fieldValue[0], fieldValue[1], fieldValue[2]); + // G4cout << " fMagneticField is now " << fMagneticField + G4cout << " Magnetic field vector is " + << fieldVec / gauss << " G " << G4endl; + }else{ + if( fMagneticField == 0 ) + G4cout << " Magnetic field pointer is null." << G4endl; + else + G4Exception("F01FieldSetup::SetFieldValue(double)", + "IncorrectForZeroField", + FatalException, + "fMagneticField ptr should be set to 0 for no field."); + } +#endif } /////////////////////////////////////////////////////////////////////////////// @@ -206,9 +236,11 @@ void F01FieldSetup::SetFieldValue(G4ThreeVector fieldVector) } // Set this as the field of the global Field Manager - G4FieldManager* fieldMgr= GetGlobalFieldManager(); + GetGlobalFieldManager()->SetDetectorField(fMagneticField); + + // Now notify equation of new field + fEquation->SetFieldObj( fMagneticField ); - fieldMgr->SetDetectorField(fMagneticField); } //////////////////////////////////////////////////////////////////////////////// diff --git a/examples/extended/field/field01/src/F01PhysicsList.cc b/examples/extended/field/field01/src/F01PhysicsList.cc index 86751d99cb..5570be840d 100644 --- a/examples/extended/field/field01/src/F01PhysicsList.cc +++ b/examples/extended/field/field01/src/F01PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: F01PhysicsList.cc,v 1.8 2003/08/27 17:38:54 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: fieldex-V05-02-00 $ // #include "G4Timer.hh" diff --git a/examples/extended/field/field01/src/F01PhysicsListMessenger.cc b/examples/extended/field/field01/src/F01PhysicsListMessenger.cc index 51c2bf8ca6..5bad649a51 100644 --- a/examples/extended/field/field01/src/F01PhysicsListMessenger.cc +++ b/examples/extended/field/field01/src/F01PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F01PhysicsListMessenger.cc,v 1.5 2003/08/27 17:38:54 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: fieldex-V05-02-00 $ // // diff --git a/examples/extended/field/field01/src/F01PrimaryGeneratorAction.cc b/examples/extended/field/field01/src/F01PrimaryGeneratorAction.cc index 6fe6f639ff..6fc6bb1011 100644 --- a/examples/extended/field/field01/src/F01PrimaryGeneratorAction.cc +++ b/examples/extended/field/field01/src/F01PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: F01PrimaryGeneratorAction.cc,v 1.6 2001/11/07 14:33:21 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01PrimaryGeneratorMessenger.cc b/examples/extended/field/field01/src/F01PrimaryGeneratorMessenger.cc index 6d016bf27a..ae9eb07cb4 100644 --- a/examples/extended/field/field01/src/F01PrimaryGeneratorMessenger.cc +++ b/examples/extended/field/field01/src/F01PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F01PrimaryGeneratorMessenger.cc,v 1.4 2002/12/05 01:06:57 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01RunAction.cc b/examples/extended/field/field01/src/F01RunAction.cc index ef010d1883..81107fe98e 100644 --- a/examples/extended/field/field01/src/F01RunAction.cc +++ b/examples/extended/field/field01/src/F01RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: F01RunAction.cc,v 1.8 2003/06/25 17:40:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01RunMessenger.cc b/examples/extended/field/field01/src/F01RunMessenger.cc index 09f670f513..3f4f6f6e3c 100644 --- a/examples/extended/field/field01/src/F01RunMessenger.cc +++ b/examples/extended/field/field01/src/F01RunMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F01RunMessenger.cc,v 1.4 2002/12/05 01:06:57 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01StepCut.cc b/examples/extended/field/field01/src/F01StepCut.cc index ecba1c4a52..c546d0ea22 100644 --- a/examples/extended/field/field01/src/F01StepCut.cc +++ b/examples/extended/field/field01/src/F01StepCut.cc @@ -22,7 +22,7 @@ // // // $Id: F01StepCut.cc,v 1.2 2001/07/11 09:58:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "F01StepCut.hh" diff --git a/examples/extended/field/field01/src/F01SteppingAction.cc b/examples/extended/field/field01/src/F01SteppingAction.cc index 150ab81e79..f0a9b23e63 100644 --- a/examples/extended/field/field01/src/F01SteppingAction.cc +++ b/examples/extended/field/field01/src/F01SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: F01SteppingAction.cc,v 1.6 2003/06/16 16:48:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field01/src/F01SteppingMessenger.cc b/examples/extended/field/field01/src/F01SteppingMessenger.cc index 596fb887b1..8e17d65fcc 100644 --- a/examples/extended/field/field01/src/F01SteppingMessenger.cc +++ b/examples/extended/field/field01/src/F01SteppingMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F01SteppingMessenger.cc,v 1.3 2003/06/25 17:40:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/extended/field/field01/src/F01SteppingVerbose.cc b/examples/extended/field/field01/src/F01SteppingVerbose.cc index 7399787b56..9e69956c34 100644 --- a/examples/extended/field/field01/src/F01SteppingVerbose.cc +++ b/examples/extended/field/field01/src/F01SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: F01SteppingVerbose.cc,v 1.6 2003/12/01 16:25:37 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/field/field01/src/F01VisManager.cc b/examples/extended/field/field01/src/F01VisManager.cc index e3896c6ee8..0e022466c1 100644 --- a/examples/extended/field/field01/src/F01VisManager.cc +++ b/examples/extended/field/field01/src/F01VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: F01VisManager.cc,v 1.5 2003/11/13 15:10:59 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/field/field02/field02.cc b/examples/extended/field/field02/field02.cc index 85e51d83e0..1c68862dd4 100644 --- a/examples/extended/field/field02/field02.cc +++ b/examples/extended/field/field02/field02.cc @@ -22,7 +22,7 @@ // // // $Id: field02.cc,v 1.5 2003/11/12 16:33:13 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/field/field02/field02.out b/examples/extended/field/field02/field02.out index 23cafb2f9e..9ff69b21ca 100644 --- a/examples/extended/field/field02/field02.out +++ b/examples/extended/field/field02/field02.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + G4ClassicalRK4 (default) is called The minimal step is equal to 0.01 mm @@ -131,7 +134,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -148,7 +152,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -192,7 +197,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -18.1 cm 2.17 cm 5.17 keV 0 eV 0 fm 0 fm World initStep - 1 29.9 mum -18.2 cm 2.17 cm 8.08 MeV 5.17 keV 759 mum 759 mum World eIoni + 1 30 mum -18.2 cm 2.17 cm 8.15 MeV 5.17 keV 766 mum 766 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -212,7 +217,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -6.7 mum -14.4 cm 2.06 cm 1.29 keV 0 eV 0 fm 0 fm World initStep - 1 -3.89 mum -14.4 cm 2.06 cm 822 keV 1.29 keV 75.3 mum 75.3 mum World eIoni + 1 -3.77 mum -14.4 cm 2.06 cm 903 keV 1.29 keV 82.2 mum 82.2 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -221,25 +226,25 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -1.81 mum -11.3 cm 1.94 cm 52.5 keV 0 eV 0 fm 0 fm World initStep 1 135 mum -12.9 cm 1.93 cm 162 MeV 10.8 keV 1.61 cm 1.61 cm World eIoni - 2 148 mum -17 cm 1.93 cm 575 MeV 9.01 keV 4.12 cm 5.74 cm World eIoni - 3 150 mum -18.9 cm 1.93 cm 761 MeV 4.22 keV 1.87 cm 7.6 cm World eIoni - 4 151 mum -20 cm 1.93 cm 870 MeV 1.83 keV 1.09 cm 8.69 cm OutOfWorldTransportation + 2 150 mum -17 cm 1.93 cm 575 MeV 9.01 keV 4.12 cm 5.74 cm World eIoni + 3 153 mum -18.9 cm 1.93 cm 761 MeV 4.22 keV 1.87 cm 7.6 cm World eIoni + 4 154 mum -20 cm 1.93 cm 870 MeV 1.83 keV 1.09 cm 8.69 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 150 mum -18.9 cm 1.93 cm 3.4 keV 0 eV 0 fm 0 fm World initStep - 1 132 mum -18.9 cm 1.93 cm 3.93 MeV 3.4 keV 365 mum 365 mum World eIoni + 0 153 mum -18.9 cm 1.93 cm 3.4 keV 0 eV 0 fm 0 fm World initStep + 1 135 mum -18.9 cm 1.93 cm 4 MeV 3.4 keV 372 mum 372 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 148 mum -17 cm 1.93 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 152 mum -17 cm 1.93 cm 631 keV 1.09 keV 57.9 mum 57.9 mum World eIoni + 0 150 mum -17 cm 1.93 cm 1.09 keV 0 eV 0 fm 0 fm World initStep + 1 154 mum -17 cm 1.93 cm 713 keV 1.09 keV 64.8 mum 64.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 @@ -247,7 +252,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 135 mum -12.9 cm 1.93 cm 1.93 keV 0 eV 0 fm 0 fm World initStep - 1 145 mum -12.9 cm 1.93 cm 1.53 MeV 1.93 keV 140 mum 140 mum World eIoni + 1 145 mum -12.9 cm 1.93 cm 1.61 MeV 1.93 keV 147 mum 147 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -255,7 +260,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -388 nm -8.27 cm 1.79 cm 1.41 keV 0 eV 0 fm 0 fm World initStep - 1 5.27 mum -8.28 cm 1.79 cm 946 keV 1.41 keV 86.4 mum 86.4 mum World eIoni + 1 5.48 mum -8.28 cm 1.79 cm 1.03 MeV 1.41 keV 93.3 mum 93.3 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -263,7 +268,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -6.3 cm 1.66 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 2.2 mum -6.31 cm 1.66 cm 622 keV 1.08 keV 57.2 mum 57.2 mum World eIoni + 1 2.33 mum -6.31 cm 1.66 cm 704 keV 1.08 keV 64.1 mum 64.1 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -284,7 +289,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 7.57 mum -18.2 cm 2.17 cm 4.35 keV 0 eV 0 fm 0 fm World initStep - 1 30.5 mum -18.3 cm 2.17 cm 6.01 MeV 4.35 keV 563 mum 563 mum World eIoni + 1 30.7 mum -18.3 cm 2.17 cm 6.09 MeV 4.35 keV 569 mum 569 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 @@ -292,7 +297,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 4.6 mum -10 cm 1.88 cm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 -1.27 mum -10 cm 1.88 cm 961 keV 1.43 keV 87.7 mum 87.7 mum World eIoni + 1 -1.49 mum -10 cm 1.88 cm 1.04 MeV 1.43 keV 94.6 mum 94.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -300,7 +305,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 4.11 mum -7.48 cm 1.74 cm 3.11 keV 0 eV 0 fm 0 fm World initStep - 1 12.6 mum -7.51 cm 1.74 cm 3.35 MeV 3.11 keV 311 mum 311 mum World eIoni + 1 12.7 mum -7.51 cm 1.74 cm 3.43 MeV 3.11 keV 317 mum 317 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -308,7 +313,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 169 nm -2.96 cm 1.32 cm 1.59 keV 0 eV 0 fm 0 fm World initStep - 1 -5.55 mum -2.97 cm 1.32 cm 1.14 MeV 1.59 keV 103 mum 103 mum World eIoni + 1 -5.72 mum -2.97 cm 1.32 cm 1.22 MeV 1.59 keV 110 mum 110 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -316,7 +321,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -2.63 cm 1.27 cm 1.01 keV 0 eV 0 fm 0 fm World initStep - 1 -2.36 mum -2.64 cm 1.27 cm 563 keV 1.01 keV 51.4 mum 51.4 mum World eIoni + 1 -2.51 mum -2.64 cm 1.27 cm 645 keV 1.01 keV 58.3 mum 58.3 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -333,7 +338,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -7.12 cm 1.72 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 -685 nm -7.12 cm 1.72 cm 703 keV 1.17 keV 64.6 mum 64.6 mum World eIoni + 1 -720 nm -7.12 cm 1.72 cm 784 keV 1.17 keV 71.5 mum 71.5 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -350,7 +355,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -12.8 cm 2 cm 1.24 keV 0 eV 0 fm 0 fm World initStep - 1 4.47 mum -12.8 cm 2 cm 769 keV 1.24 keV 70.5 mum 70.5 mum World eIoni + 1 4.67 mum -12.8 cm 2 cm 850 keV 1.24 keV 77.4 mum 77.4 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -367,7 +372,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -10.2 cm 1.89 cm 2.61 keV 0 eV 0 fm 0 fm World initStep - 1 13.4 mum -10.3 cm 1.89 cm 2.5 MeV 2.61 keV 231 mum 231 mum World eIoni + 1 13.5 mum -10.3 cm 1.89 cm 2.58 MeV 2.61 keV 238 mum 238 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -387,7 +392,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -25.1 mum -14.4 cm 2.06 cm 1.96 keV 0 eV 0 fm 0 fm World initStep - 1 -15.5 mum -14.4 cm 2.06 cm 1.58 MeV 1.96 keV 144 mum 144 mum World eIoni + 1 -15.3 mum -14.4 cm 2.06 cm 1.65 MeV 1.96 keV 151 mum 151 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -395,7 +400,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -23.6 mum -10.1 cm 1.89 cm 2.4 keV 0 eV 0 fm 0 fm World initStep - 1 -34.5 mum -10.1 cm 1.88 cm 2.19 MeV 2.4 keV 201 mum 201 mum World eIoni + 1 -34.6 mum -10.1 cm 1.88 cm 2.26 MeV 2.4 keV 208 mum 208 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -403,7 +408,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -10.6 mum -1.8 cm 1.11 cm 2.84 keV 0 eV 0 fm 0 fm World initStep - 1 -4.48 mum -1.82 cm 1.11 cm 2.9 MeV 2.84 keV 268 mum 268 mum World eIoni + 1 -4.41 mum -1.83 cm 1.11 cm 2.97 MeV 2.84 keV 275 mum 275 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -411,7 +416,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -637 mum 2.51 mm 4.99 keV 0 eV 0 fm 0 fm World initStep - 1 25.5 mum -1.33 mm 2.52 mm 7.55 MeV 4.99 keV 710 mum 710 mum World eIoni + 1 25.6 mum -1.34 mm 2.52 mm 7.63 MeV 4.99 keV 717 mum 717 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -429,7 +434,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -893 nm -7.67 cm 1.76 cm 1.41 keV 0 eV 0 fm 0 fm World initStep - 1 -2.48 mum -7.68 cm 1.76 cm 945 keV 1.41 keV 86.5 mum 86.5 mum World eIoni + 1 -2.53 mum -7.68 cm 1.76 cm 1.03 MeV 1.41 keV 93.5 mum 93.5 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -437,7 +442,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -6.38 cm 1.67 cm 2.67 keV 0 eV 0 fm 0 fm World initStep - 1 13.8 mum -6.41 cm 1.67 cm 2.61 MeV 2.67 keV 241 mum 241 mum World eIoni + 1 14 mum -6.41 cm 1.67 cm 2.69 MeV 2.67 keV 248 mum 248 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -456,7 +461,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -17.2 mum -15.6 cm 2.1 cm 5.28 keV 0 eV 0 fm 0 fm World initStep - 1 -47.2 mum -15.7 cm 2.1 cm 8.41 MeV 5.28 keV 791 mum 791 mum World eIoni + 1 -47.3 mum -15.7 cm 2.1 cm 8.49 MeV 5.28 keV 797 mum 797 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -464,7 +469,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -11.9 mum -9.83 cm 1.87 cm 4.55 keV 0 eV 0 fm 0 fm World initStep - 1 13.2 mum -9.89 cm 1.87 cm 6.48 MeV 4.55 keV 607 mum 607 mum World eIoni + 1 13.3 mum -9.89 cm 1.87 cm 6.56 MeV 4.55 keV 614 mum 614 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -472,7 +477,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -7.38 mm 7.83 mm 4.94 keV 0 eV 0 fm 0 fm World initStep - 1 22.1 mum -8.06 mm 7.84 mm 7.42 MeV 4.94 keV 697 mum 697 mum World eIoni + 1 22.2 mum -8.07 mm 7.84 mm 7.5 MeV 4.94 keV 704 mum 704 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -491,7 +496,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 393 nm -17.1 cm 2.14 cm 4.82 keV 0 eV 0 fm 0 fm World initStep 1 20.5 mum -17.1 cm 2.14 cm 5.31 MeV 2.32 keV 500 mum 500 mum World eIoni - 2 37.3 mum -20 cm 2.14 cm 292 MeV 3.87 keV 2.87 cm 2.92 cm OutOfWorldTransportation + 2 42.7 mum -20 cm 2.14 cm 292 MeV 3.87 keV 2.87 cm 2.92 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -499,7 +504,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -10.6 cm 1.91 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 -1.42 mum -10.6 cm 1.91 cm 854 keV 1.32 keV 78.2 mum 78.2 mum World eIoni + 1 -1.48 mum -10.6 cm 1.91 cm 934 keV 1.32 keV 85.1 mum 85.1 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -518,7 +523,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 6.33 mum -14.7 cm 2.07 cm 2.27 keV 0 eV 0 fm 0 fm World initStep - 1 15.8 mum -14.7 cm 2.07 cm 2 MeV 2.27 keV 184 mum 184 mum World eIoni + 1 16 mum -14.7 cm 2.07 cm 2.08 MeV 2.27 keV 191 mum 191 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -526,7 +531,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 6.46 mum -6 cm 1.64 cm 1.39 keV 0 eV 0 fm 0 fm World initStep - 1 11.1 mum -6 cm 1.64 cm 923 keV 1.39 keV 84.5 mum 84.5 mum World eIoni + 1 11.3 mum -6.01 cm 1.64 cm 1 MeV 1.39 keV 91.4 mum 91.4 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -534,7 +539,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -1.26 mm 3.49 mm 1.21 keV 0 eV 0 fm 0 fm World initStep - 1 -3.84 mum -1.32 mm 3.49 mm 732 keV 1.21 keV 67.8 mum 67.8 mum World eIoni + 1 -4.03 mum -1.33 mm 3.49 mm 812 keV 1.21 keV 74.7 mum 74.7 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -551,7 +556,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -6.14 cm 1.65 cm 5.07 keV 0 eV 0 fm 0 fm World initStep - 1 -25.8 mum -6.21 cm 1.65 cm 7.79 MeV 5.07 keV 732 mum 732 mum World eIoni + 1 -25.9 mum -6.21 cm 1.65 cm 7.87 MeV 5.07 keV 739 mum 739 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -570,7 +575,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -8.91 mum -15.7 cm 2.1 cm 2.71 keV 0 eV 0 fm 0 fm World initStep - 1 -3.06 mum -15.7 cm 2.1 cm 2.67 MeV 2.71 keV 247 mum 247 mum World eIoni + 1 -2.99 mum -15.7 cm 2.1 cm 2.75 MeV 2.71 keV 254 mum 254 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -578,7 +583,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -3.34 mum -6.58 cm 1.68 cm 2.79 keV 0 eV 0 fm 0 fm World initStep - 1 6.22 mum -6.6 cm 1.68 cm 2.81 MeV 2.79 keV 260 mum 260 mum World eIoni + 1 6.33 mum -6.6 cm 1.68 cm 2.89 MeV 2.79 keV 267 mum 267 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -586,7 +591,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -2.03 cm 1.16 cm 1.24 keV 0 eV 0 fm 0 fm World initStep - 1 5.11 mum -2.04 cm 1.16 cm 765 keV 1.24 keV 70.2 mum 70.2 mum World eIoni + 1 5.35 mum -2.04 cm 1.16 cm 846 keV 1.24 keV 77.2 mum 77.2 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -604,7 +609,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 4.12 mum -18.5 cm 2.18 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 480 nm -18.5 cm 2.18 cm 706 keV 1.17 keV 64.7 mum 64.7 mum World eIoni + 1 295 nm -18.5 cm 2.18 cm 787 keV 1.17 keV 71.6 mum 71.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -612,7 +617,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -3.25 cm 1.36 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 -4.03 mum -3.26 cm 1.36 cm 756 keV 1.22 keV 68.9 mum 68.9 mum World eIoni + 1 -4.22 mum -3.26 cm 1.36 cm 838 keV 1.22 keV 75.9 mum 75.9 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -630,7 +635,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -7.17 mum -6.62 cm 1.69 cm 1.59 keV 0 eV 0 fm 0 fm World initStep - 1 -3.88 mum -6.63 cm 1.69 cm 1.13 MeV 1.59 keV 103 mum 103 mum World eIoni + 1 -3.77 mum -6.64 cm 1.69 cm 1.21 MeV 1.59 keV 110 mum 110 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -638,7 +643,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -1.74 mm 4.09 mm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 4.38 mum -1.8 mm 4.09 mm 675 keV 1.11 keV 60.1 mum 60.1 mum World eIoni + 1 4.62 mum -1.81 mm 4.09 mm 759 keV 1.11 keV 67 mum 67 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -657,16 +662,16 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -2.38 mum -8.84 cm 1.82 cm 26.4 keV 0 eV 0 fm 0 fm World initStep 1 -152 mum -9.4 cm 1.82 cm 58.8 MeV 4.47 keV 5.69 mm 5.69 mm World eIoni - 2 -196 mum -19.3 cm 1.82 cm 1.05 GeV 19.6 keV 9.92 cm 10.5 cm World eIoni - 3 -196 mum -20 cm 1.82 cm 1.12 GeV 1.07 keV 6.78 mm 11.2 cm OutOfWorldTransportation + 2 -200 mum -19.3 cm 1.82 cm 1.05 GeV 19.6 keV 9.92 cm 10.5 cm World eIoni + 3 -200 mum -20 cm 1.82 cm 1.12 GeV 1.07 keV 6.78 mm 11.2 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -196 mum -19.3 cm 1.82 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 -201 mum -19.3 cm 1.82 cm 751 keV 1.22 keV 68.8 mum 68.8 mum World eIoni + 0 -200 mum -19.3 cm 1.82 cm 1.22 keV 0 eV 0 fm 0 fm World initStep + 1 -205 mum -19.3 cm 1.82 cm 832 keV 1.22 keV 75.7 mum 75.7 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -675,25 +680,25 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -3.65 cm 1.41 cm 3.6 keV 0 eV 0 fm 0 fm World initStep 1 9.23 mum -3.69 cm 1.41 cm 4.04 MeV 2.39 keV 376 mum 376 mum World eIoni - 2 15.7 mum -5.53 cm 1.42 cm 189 MeV 3.18 keV 1.85 cm 1.89 cm World eIoni - 3 27.4 mum -19.3 cm 1.42 cm 1.56 GeV 28.2 keV 13.7 cm 15.6 cm World eIoni - 4 27.5 mum -20 cm 1.42 cm 1.64 GeV 1.25 keV 7.44 mm 16.4 cm OutOfWorldTransportation + 2 20.4 mum -5.53 cm 1.42 cm 189 MeV 3.18 keV 1.85 cm 1.89 cm World eIoni + 3 34.7 mum -19.3 cm 1.42 cm 1.56 GeV 28.2 keV 13.7 cm 15.6 cm World eIoni + 4 34.9 mum -20 cm 1.42 cm 1.64 GeV 1.25 keV 7.44 mm 16.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 27.4 mum -19.3 cm 1.42 cm 2.51 keV 0 eV 0 fm 0 fm World initStep - 1 33.9 mum -19.3 cm 1.42 cm 2.35 MeV 2.51 keV 216 mum 216 mum World eIoni + 0 34.7 mum -19.3 cm 1.42 cm 2.51 keV 0 eV 0 fm 0 fm World initStep + 1 41.3 mum -19.3 cm 1.42 cm 2.42 MeV 2.51 keV 223 mum 223 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15.7 mum -5.53 cm 1.42 cm 1.73 keV 0 eV 0 fm 0 fm World initStep - 1 8.3 mum -5.55 cm 1.42 cm 1.3 MeV 1.73 keV 119 mum 119 mum World eIoni + 0 20.4 mum -5.53 cm 1.42 cm 1.73 keV 0 eV 0 fm 0 fm World initStep + 1 12.8 mum -5.55 cm 1.42 cm 1.38 MeV 1.73 keV 126 mum 126 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -710,7 +715,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -14.1 cm 2.05 cm 9.5 keV 0 eV 0 fm 0 fm World initStep - 1 59.7 mum -14.3 cm 2.05 cm 24.1 MeV 9.5 keV 2.28 mm 2.28 mm World eIoni + 1 59.9 mum -14.3 cm 2.05 cm 24.1 MeV 9.5 keV 2.29 mm 2.29 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -727,7 +732,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -10.6 cm 1.91 cm 1.21 keV 0 eV 0 fm 0 fm World initStep - 1 5.51 mum -10.6 cm 1.91 cm 740 keV 1.21 keV 67.8 mum 67.8 mum World eIoni + 1 5.78 mum -10.6 cm 1.91 cm 821 keV 1.21 keV 74.7 mum 74.7 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -747,7 +752,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -3.88 mum -17.3 cm 2.15 cm 1.52 keV 0 eV 0 fm 0 fm World initStep - 1 -7.27 mum -17.3 cm 2.15 cm 1.06 MeV 1.52 keV 96.9 mum 96.9 mum World eIoni + 1 -7.38 mum -17.3 cm 2.15 cm 1.14 MeV 1.52 keV 104 mum 104 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -755,7 +760,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -2.84 mum -11.8 cm 1.96 cm 2.04 keV 0 eV 0 fm 0 fm World initStep - 1 7.23 mum -11.8 cm 1.96 cm 1.68 MeV 2.04 keV 154 mum 154 mum World eIoni + 1 7.43 mum -11.8 cm 1.96 cm 1.76 MeV 2.04 keV 161 mum 161 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -763,7 +768,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -2.86 mum -11.7 cm 1.96 cm 1.12 keV 0 eV 0 fm 0 fm World initStep - 1 -6.56 mum -11.7 cm 1.96 cm 664 keV 1.12 keV 60.9 mum 60.9 mum World eIoni + 1 -6.76 mum -11.7 cm 1.96 cm 745 keV 1.12 keV 67.9 mum 67.9 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -771,7 +776,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -37.7 mum 616 mum 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 1.52 mum -92.7 mum 617 mum 907 keV 1.08 keV 57.1 mum 57.1 mum World eIoni + 1 1.58 mum -99.5 mum 617 mum 991 keV 1.08 keV 64.1 mum 64.1 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -790,7 +795,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 3.46 mum -14.4 cm 2.06 cm 1.47 keV 0 eV 0 fm 0 fm World initStep - 1 9.29 mum -14.4 cm 2.06 cm 1 MeV 1.47 keV 91.7 mum 91.7 mum World eIoni + 1 9.49 mum -14.4 cm 2.06 cm 1.08 MeV 1.47 keV 98.7 mum 98.7 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -798,7 +803,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 3.02 mum -11 cm 1.93 cm 1.96 keV 0 eV 0 fm 0 fm World initStep - 1 9.4 mum -11 cm 1.93 cm 1.57 MeV 1.96 keV 144 mum 144 mum World eIoni + 1 9.54 mum -11 cm 1.93 cm 1.65 MeV 1.96 keV 151 mum 151 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -806,7 +811,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -5.49 cm 1.6 cm 2.7 keV 0 eV 0 fm 0 fm World initStep - 1 -12.4 mum -5.51 cm 1.6 cm 2.67 MeV 2.7 keV 246 mum 246 mum World eIoni + 1 -12.6 mum -5.51 cm 1.6 cm 2.74 MeV 2.7 keV 253 mum 253 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -825,7 +830,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 2.24 mum -19.3 cm 2.2 cm 1.86 keV 0 eV 0 fm 0 fm World initStep - 1 -4.87 mum -19.3 cm 2.2 cm 1.45 MeV 1.86 keV 133 mum 133 mum World eIoni + 1 -5.04 mum -19.3 cm 2.2 cm 1.53 MeV 1.86 keV 140 mum 140 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -833,7 +838,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -2.56 mum -9 cm 1.83 cm 13.2 keV 0 eV 0 fm 0 fm World initStep - 1 -108 mum -9.41 cm 1.83 cm 43.7 MeV 13.2 keV 4.15 mm 4.15 mm World eIoni + 1 -108 mum -9.41 cm 1.83 cm 43.7 MeV 13.2 keV 4.16 mm 4.16 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -841,7 +846,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -5.2 cm 1.57 cm 4.87 keV 0 eV 0 fm 0 fm World initStep - 1 19.8 mum -5.26 cm 1.57 cm 7.27 MeV 4.87 keV 682 mum 682 mum World eIoni + 1 19.9 mum -5.26 cm 1.57 cm 7.35 MeV 4.87 keV 689 mum 689 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -870,7 +875,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 4.48 mum -18.3 cm 2.18 cm 9.21 keV 0 eV 0 fm 0 fm World initStep - 1 -56.8 mum -18.5 cm 2.18 cm 22.8 MeV 9.21 keV 2.16 mm 2.16 mm World eIoni + 1 -56.9 mum -18.5 cm 2.18 cm 22.9 MeV 9.21 keV 2.17 mm 2.17 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 @@ -878,7 +883,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 537 nm -13.4 cm 2.02 cm 2.82 keV 0 eV 0 fm 0 fm World initStep - 1 -14 mum -13.4 cm 2.02 cm 2.86 MeV 2.82 keV 264 mum 264 mum World eIoni + 1 -14.1 mum -13.4 cm 2.02 cm 2.93 MeV 2.82 keV 271 mum 271 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -894,7 +899,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -200 nm -7.47 cm 1.74 cm 1.81 keV 0 eV 0 fm 0 fm World initStep - 1 -3.75 mum -7.49 cm 1.74 cm 1.39 MeV 1.81 keV 127 mum 127 mum World eIoni + 1 -3.83 mum -7.49 cm 1.74 cm 1.47 MeV 1.81 keV 134 mum 134 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -902,7 +907,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -6.91 cm 1.71 cm 1.25 keV 0 eV 0 fm 0 fm World initStep - 1 4.31 mum -6.91 cm 1.71 cm 777 keV 1.25 keV 71.2 mum 71.2 mum World eIoni + 1 4.51 mum -6.91 cm 1.71 cm 858 keV 1.25 keV 78.2 mum 78.2 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -922,7 +927,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 6.59 mum -14 cm 2.04 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 4.45 mum -14 cm 2.04 cm 597 keV 1.05 keV 54.9 mum 54.9 mum World eIoni + 1 4.32 mum -14 cm 2.04 cm 679 keV 1.05 keV 61.8 mum 61.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -931,7 +936,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 5.23 mum -10.1 cm 1.89 cm 11 keV 0 eV 0 fm 0 fm World initStep 1 -16.5 mum -10.4 cm 1.88 cm 30.1 MeV 5.87 keV 2.86 mm 2.86 mm World eIoni - 2 -23.7 mum -20 cm 1.88 cm 988 MeV 17.9 keV 9.58 cm 9.87 cm OutOfWorldTransportation + 2 -26.8 mum -20 cm 1.88 cm 988 MeV 17.9 keV 9.58 cm 9.87 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -939,7 +944,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 4.87 mum -7.81 cm 1.76 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 7.91 mum -7.81 cm 1.76 cm 585 keV 1.03 keV 53.6 mum 53.6 mum World eIoni + 1 8.1 mum -7.81 cm 1.76 cm 667 keV 1.03 keV 60.6 mum 60.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -947,7 +952,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -1.7 cm 1.09 cm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 -6.12 mum -1.71 cm 1.09 cm 865 keV 1.33 keV 78.9 mum 78.9 mum World eIoni + 1 -6.37 mum -1.71 cm 1.09 cm 946 keV 1.33 keV 85.9 mum 85.9 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -965,7 +970,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -1.3 mum -16.9 cm 2.14 cm 1.02 keV 0 eV 0 fm 0 fm World initStep - 1 -4.98 mum -16.9 cm 2.14 cm 574 keV 1.02 keV 52.8 mum 52.8 mum World eIoni + 1 -5.21 mum -16.9 cm 2.14 cm 656 keV 1.02 keV 59.7 mum 59.7 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -973,7 +978,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -10.5 cm 1.91 cm 1.1 keV 0 eV 0 fm 0 fm World initStep - 1 4.19 mum -10.5 cm 1.91 cm 644 keV 1.1 keV 59 mum 59 mum World eIoni + 1 4.43 mum -10.5 cm 1.91 cm 725 keV 1.1 keV 65.9 mum 65.9 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -991,7 +996,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -936 nm -17.8 cm 2.16 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 -132 nm -17.8 cm 2.16 cm 580 keV 1.03 keV 53.2 mum 53.2 mum World eIoni + 1 -81.9 nm -17.8 cm 2.16 cm 662 keV 1.03 keV 60.1 mum 60.1 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -999,7 +1004,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -12.4 cm 1.99 cm 1.3 keV 0 eV 0 fm 0 fm World initStep - 1 4.4 mum -12.4 cm 1.99 cm 826 keV 1.3 keV 75.7 mum 75.7 mum World eIoni + 1 4.59 mum -12.4 cm 1.99 cm 907 keV 1.3 keV 82.6 mum 82.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1016,7 +1021,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -18.2 cm 2.17 cm 1.48 keV 0 eV 0 fm 0 fm World initStep - 1 -4.04 mum -18.2 cm 2.17 cm 1.02 MeV 1.48 keV 93.1 mum 93.1 mum World eIoni + 1 -4.18 mum -18.2 cm 2.17 cm 1.1 MeV 1.48 keV 100 mum 100 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1042,7 +1047,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -178 nm -19.2 cm 2.2 cm 6.51 keV 0 eV 0 fm 0 fm World initStep - 1 5.85 mum -19.3 cm 2.21 cm 12.2 MeV 6.51 keV 1.15 mm 1.15 mm World eIoni + 1 5.87 mum -19.3 cm 2.21 cm 12.3 MeV 6.51 keV 1.16 mm 1.16 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1050,7 +1055,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -17.7 cm 2.16 cm 1.59 keV 0 eV 0 fm 0 fm World initStep - 1 4.12 mum -17.7 cm 2.16 cm 1.13 MeV 1.59 keV 103 mum 103 mum World eIoni + 1 4.24 mum -17.7 cm 2.16 cm 1.21 MeV 1.59 keV 110 mum 110 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1071,7 +1076,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 2.55 mum -19 cm 2.2 cm 2.47 keV 0 eV 0 fm 0 fm World initStep - 1 14.5 mum -19.1 cm 2.2 cm 2.29 MeV 2.47 keV 211 mum 211 mum World eIoni + 1 14.7 mum -19.1 cm 2.2 cm 2.37 MeV 2.47 keV 218 mum 218 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 @@ -1079,7 +1084,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 1.11 mum -10.4 cm 1.9 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 -2.39 mum -10.4 cm 1.9 cm 710 keV 1.17 keV 64.9 mum 64.9 mum World eIoni + 1 -2.57 mum -10.4 cm 1.9 cm 791 keV 1.17 keV 71.8 mum 71.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -1087,7 +1092,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 1.11 mum -9.96 cm 1.88 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 5.64 mum -9.96 cm 1.88 cm 583 keV 1.03 keV 53.5 mum 53.5 mum World eIoni + 1 5.92 mum -9.97 cm 1.88 cm 664 keV 1.03 keV 60.4 mum 60.4 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -1095,7 +1100,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 1.03 mum -9.71 cm 1.87 cm 2.09 keV 0 eV 0 fm 0 fm World initStep - 1 5.36 mum -9.72 cm 1.87 cm 1.75 MeV 2.09 keV 160 mum 160 mum World eIoni + 1 5.44 mum -9.72 cm 1.87 cm 1.82 MeV 2.09 keV 167 mum 167 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1103,7 +1108,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -7.91 cm 1.77 cm 2.76 keV 0 eV 0 fm 0 fm World initStep - 1 -14.4 mum -7.94 cm 1.77 cm 2.76 MeV 2.76 keV 255 mum 255 mum World eIoni + 1 -14.5 mum -7.94 cm 1.77 cm 2.83 MeV 2.76 keV 262 mum 262 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1120,7 +1125,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -14.5 cm 2.06 cm 1.53 keV 0 eV 0 fm 0 fm World initStep - 1 6.97 mum -14.5 cm 2.06 cm 1.07 MeV 1.53 keV 97.7 mum 97.7 mum World eIoni + 1 7.2 mum -14.5 cm 2.06 cm 1.15 MeV 1.53 keV 105 mum 105 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1146,62 +1151,62 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -7.06 cm 1.72 cm 4.92 keV 0 eV 0 fm 0 fm World initStep 1 -18.8 mum -7.09 cm 1.72 cm 3.1 MeV 1.12 keV 295 mum 295 mum World eIoni - 2 -45.5 mum -9.92 cm 1.72 cm 286 MeV 3.27 keV 2.83 cm 2.86 cm World eIoni - 3 -46.5 mum -10.8 cm 1.72 cm 370 MeV 3.05 keV 8.38 mm 3.7 cm World eIoni - 4 -42.7 mum -12.8 cm 1.72 cm 572 MeV 4.01 keV 2.02 cm 5.72 cm World eIoni - 5 -38.3 mum -19.6 cm 1.72 cm 1.25 GeV 13.9 keV 6.8 cm 12.5 cm World eIoni - 6 -38 mum -20 cm 1.72 cm 1.29 GeV 1.57 keV 4.24 mm 12.9 cm OutOfWorldTransportation + 2 -49.1 mum -9.92 cm 1.72 cm 286 MeV 3.27 keV 2.83 cm 2.86 cm World eIoni + 3 -50.3 mum -10.8 cm 1.72 cm 370 MeV 3.05 keV 8.38 mm 3.7 cm World eIoni + 4 -46.9 mum -12.8 cm 1.72 cm 572 MeV 4.01 keV 2.02 cm 5.72 cm World eIoni + 5 -43.1 mum -19.6 cm 1.72 cm 1.25 GeV 13.9 keV 6.8 cm 12.5 cm World eIoni + 6 -42.8 mum -20 cm 1.72 cm 1.29 GeV 1.57 keV 4.24 mm 12.9 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -38.3 mum -19.6 cm 1.72 cm 5.54 keV 0 eV 0 fm 0 fm World initStep - 1 -64.1 mum -19.7 cm 1.71 cm 9.18 MeV 5.54 keV 863 mum 863 mum World eIoni + 0 -43.1 mum -19.6 cm 1.72 cm 5.54 keV 0 eV 0 fm 0 fm World initStep + 1 -69 mum -19.7 cm 1.71 cm 9.25 MeV 5.54 keV 870 mum 870 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -42.7 mum -12.8 cm 1.72 cm 2.38 keV 0 eV 0 fm 0 fm World initStep - 1 -34.9 mum -12.8 cm 1.71 cm 2.16 MeV 2.38 keV 199 mum 199 mum World eIoni + 0 -46.9 mum -12.8 cm 1.72 cm 2.38 keV 0 eV 0 fm 0 fm World initStep + 1 -38.9 mum -12.8 cm 1.71 cm 2.24 MeV 2.38 keV 206 mum 206 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -46.5 mum -10.8 cm 1.72 cm 15.9 keV 0 eV 0 fm 0 fm World initStep - 1 -140 mum -11.1 cm 1.72 cm 33.7 MeV 6.91 keV 3.22 mm 3.22 mm World eIoni - 2 -162 mum -14.1 cm 1.72 cm 333 MeV 5.58 keV 3 cm 3.32 cm World eIoni - 3 -169 mum -15.6 cm 1.72 cm 482 MeV 3.31 keV 1.49 cm 4.8 cm World eIoni - 4 -179 mum -20 cm 1.72 cm 926 MeV 12.3 keV 4.44 cm 9.24 cm OutOfWorldTransportation + 0 -50.3 mum -10.8 cm 1.72 cm 15.9 keV 0 eV 0 fm 0 fm World initStep + 1 -144 mum -11.1 cm 1.72 cm 33.7 MeV 6.9 keV 3.22 mm 3.22 mm World eIoni + 2 -173 mum -14.1 cm 1.72 cm 333 MeV 5.58 keV 3 cm 3.32 cm World eIoni + 3 -181 mum -15.6 cm 1.72 cm 482 MeV 3.31 keV 1.49 cm 4.8 cm World eIoni + 4 -193 mum -20 cm 1.72 cm 926 MeV 12.3 keV 4.44 cm 9.24 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -169 mum -15.6 cm 1.72 cm 3.26 keV 0 eV 0 fm 0 fm World initStep - 1 -178 mum -15.6 cm 1.72 cm 3.64 MeV 3.26 keV 338 mum 338 mum World eIoni + 0 -181 mum -15.6 cm 1.72 cm 3.26 keV 0 eV 0 fm 0 fm World initStep + 1 -190 mum -15.6 cm 1.72 cm 3.71 MeV 3.26 keV 345 mum 345 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -162 mum -14.1 cm 1.72 cm 9.27 keV 0 eV 0 fm 0 fm World initStep - 1 -103 mum -14.3 cm 1.72 cm 23.1 MeV 9.27 keV 2.18 mm 2.18 mm World eIoni + 0 -173 mum -14.1 cm 1.72 cm 9.27 keV 0 eV 0 fm 0 fm World initStep + 1 -114 mum -14.3 cm 1.72 cm 23.1 MeV 9.27 keV 2.19 mm 2.19 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -45.5 mum -9.92 cm 1.72 cm 1.27 keV 0 eV 0 fm 0 fm World initStep - 1 -49 mum -9.93 cm 1.71 cm 803 keV 1.27 keV 73.4 mum 73.4 mum World eIoni + 0 -49.1 mum -9.92 cm 1.72 cm 1.27 keV 0 eV 0 fm 0 fm World initStep + 1 -52.7 mum -9.93 cm 1.71 cm 883 keV 1.27 keV 80.4 mum 80.4 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1221,7 +1226,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 4.93 mum -18.7 cm 2.19 cm 3.68 keV 0 eV 0 fm 0 fm World initStep - 1 -9.23 mum -18.7 cm 2.18 cm 4.49 MeV 3.68 keV 418 mum 418 mum World eIoni + 1 -9.33 mum -18.7 cm 2.18 cm 4.56 MeV 3.68 keV 425 mum 425 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -1229,7 +1234,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 5.15 mum -15.7 cm 2.1 cm 2.72 keV 0 eV 0 fm 0 fm World initStep - 1 14.9 mum -15.8 cm 2.1 cm 2.7 MeV 2.72 keV 249 mum 249 mum World eIoni + 1 15 mum -15.8 cm 2.1 cm 2.77 MeV 2.72 keV 256 mum 256 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -1237,7 +1242,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 4.79 mum -13.4 cm 2.02 cm 1.16 keV 0 eV 0 fm 0 fm World initStep - 1 10 mum -13.4 cm 2.02 cm 694 keV 1.16 keV 63.6 mum 63.6 mum World eIoni + 1 10.3 mum -13.4 cm 2.02 cm 776 keV 1.16 keV 70.5 mum 70.5 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1245,7 +1250,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -5.51 cm 1.6 cm 5.07 keV 0 eV 0 fm 0 fm World initStep - 1 -23.3 mum -5.59 cm 1.6 cm 7.79 MeV 5.07 keV 731 mum 731 mum World eIoni + 1 -23.4 mum -5.59 cm 1.6 cm 7.86 MeV 5.07 keV 738 mum 738 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1262,7 +1267,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -3.39 cm 1.38 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 -4.38 mum -3.39 cm 1.38 cm 713 keV 1.18 keV 65.5 mum 65.5 mum World eIoni + 1 -4.6 mum -3.39 cm 1.38 cm 794 keV 1.18 keV 72.4 mum 72.4 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1279,7 +1284,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -5.16 cm 1.57 cm 7.41 keV 0 eV 0 fm 0 fm World initStep - 1 14.8 mum -5.3 cm 1.57 cm 15.4 MeV 7.41 keV 1.45 mm 1.45 mm World eIoni + 1 14.9 mum -5.3 cm 1.57 cm 15.5 MeV 7.41 keV 1.46 mm 1.46 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1296,7 +1301,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -4.81 cm 1.54 cm 2.21 keV 0 eV 0 fm 0 fm World initStep - 1 -8.75 mum -4.83 cm 1.54 cm 1.92 MeV 2.21 keV 176 mum 176 mum World eIoni + 1 -8.9 mum -4.83 cm 1.54 cm 1.99 MeV 2.21 keV 183 mum 183 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1313,7 +1318,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -18.3 cm 2.18 cm 2.37 keV 0 eV 0 fm 0 fm World initStep - 1 7.71 mum -18.3 cm 2.18 cm 2.14 MeV 2.37 keV 197 mum 197 mum World eIoni + 1 7.83 mum -18.3 cm 2.18 cm 2.22 MeV 2.37 keV 204 mum 204 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1331,7 +1336,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 738 nm -17 cm 2.14 cm 2.05 keV 0 eV 0 fm 0 fm World initStep - 1 -8.41 mum -17 cm 2.14 cm 1.7 MeV 2.05 keV 156 mum 156 mum World eIoni + 1 -8.58 mum -17 cm 2.14 cm 1.78 MeV 2.05 keV 163 mum 163 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1339,7 +1344,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -15.1 cm 2.08 cm 4.47 keV 0 eV 0 fm 0 fm World initStep - 1 -24.1 mum -15.2 cm 2.08 cm 6.3 MeV 4.47 keV 590 mum 590 mum World eIoni + 1 -24.2 mum -15.2 cm 2.08 cm 6.38 MeV 4.47 keV 597 mum 597 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1356,7 +1361,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -16.4 cm 2.12 cm 20.4 keV 0 eV 0 fm 0 fm World initStep - 1 142 mum -17.3 cm 2.12 cm 93.9 MeV 20.4 keV 9.17 mm 9.17 mm World eIoni + 1 142 mum -17.3 cm 2.12 cm 94 MeV 20.4 keV 9.18 mm 9.18 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1374,7 +1379,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 81.4 nm -14 cm 2.05 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 552 nm -14.1 cm 2.05 cm 685 keV 1.15 keV 62.7 mum 62.7 mum World eIoni + 1 577 nm -14.1 cm 2.05 cm 767 keV 1.15 keV 69.6 mum 69.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1383,7 +1388,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -13.4 cm 2.02 cm 9.97 keV 0 eV 0 fm 0 fm World initStep 1 -6.39 mum -13.4 cm 2.02 cm 7.88 MeV 2.98 keV 759 mum 759 mum World eIoni - 2 -12.5 mum -20 cm 2.02 cm 665 MeV 10.7 keV 6.57 cm 6.65 cm OutOfWorldTransportation + 2 -13.7 mum -20 cm 2.01 cm 665 MeV 10.7 keV 6.57 cm 6.65 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1401,7 +1406,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -4.4 mum -16.9 cm 2.14 cm 1.21 keV 0 eV 0 fm 0 fm World initStep - 1 -9.81 mum -16.9 cm 2.14 cm 743 keV 1.21 keV 68 mum 68 mum World eIoni + 1 -10.1 mum -16.9 cm 2.14 cm 824 keV 1.21 keV 74.9 mum 74.9 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1409,7 +1414,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -3.9 cm 1.44 cm 1 keV 0 eV 0 fm 0 fm World initStep - 1 4.4 mum -3.91 cm 1.44 cm 554 keV 1 keV 50.9 mum 50.9 mum World eIoni + 1 4.69 mum -3.91 cm 1.44 cm 636 keV 1 keV 57.9 mum 57.9 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1435,7 +1440,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 12.9 mum -15 cm 2.08 cm 1.54 keV 0 eV 0 fm 0 fm World initStep - 1 5.69 mum -15 cm 2.08 cm 1.08 MeV 1.54 keV 98.4 mum 98.4 mum World eIoni + 1 5.46 mum -15 cm 2.08 cm 1.16 MeV 1.54 keV 105 mum 105 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1443,35 +1448,35 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -7.63 cm 1.75 cm 40.6 keV 0 eV 0 fm 0 fm World initStep - 1 -170 mum -8.38 cm 1.76 cm 76.5 MeV 3.93 keV 7.51 mm 7.51 mm World eIoni - 2 -215 mum -15.1 cm 1.76 cm 752 MeV 12.9 keV 6.76 cm 7.51 cm World eIoni - 3 -221 mum -17.4 cm 1.76 cm 974 MeV 5.72 keV 2.22 cm 9.73 cm World eIoni - 4 -222 mum -18.1 cm 1.76 cm 1.05 GeV 2.84 keV 7.56 mm 10.5 cm World eIoni - 5 -224 mum -20 cm 1.76 cm 1.24 GeV 3.65 keV 1.89 cm 12.4 cm OutOfWorldTransportation + 1 -170 mum -8.38 cm 1.76 cm 76.5 MeV 3.91 keV 7.51 mm 7.51 mm World eIoni + 2 -217 mum -15.1 cm 1.76 cm 752 MeV 12.9 keV 6.76 cm 7.51 cm World eIoni + 3 -224 mum -17.4 cm 1.76 cm 974 MeV 5.72 keV 2.22 cm 9.73 cm World eIoni + 4 -225 mum -18.1 cm 1.76 cm 1.05 GeV 2.84 keV 7.56 mm 10.5 cm World eIoni + 5 -227 mum -20 cm 1.76 cm 1.24 GeV 3.65 keV 1.89 cm 12.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -222 mum -18.1 cm 1.76 cm 2.97 keV 0 eV 0 fm 0 fm World initStep - 1 -231 mum -18.1 cm 1.76 cm 3.12 MeV 2.97 keV 289 mum 289 mum World eIoni + 0 -225 mum -18.1 cm 1.76 cm 2.97 keV 0 eV 0 fm 0 fm World initStep + 1 -234 mum -18.1 cm 1.76 cm 3.2 MeV 2.97 keV 296 mum 296 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -221 mum -17.4 cm 1.76 cm 1.47 keV 0 eV 0 fm 0 fm World initStep - 1 -227 mum -17.4 cm 1.76 cm 1 MeV 1.47 keV 91.8 mum 91.8 mum World eIoni + 0 -224 mum -17.4 cm 1.76 cm 1.47 keV 0 eV 0 fm 0 fm World initStep + 1 -230 mum -17.4 cm 1.76 cm 1.08 MeV 1.47 keV 98.7 mum 98.7 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -215 mum -15.1 cm 1.76 cm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 -209 mum -15.1 cm 1.76 cm 865 keV 1.33 keV 79.1 mum 79.1 mum World eIoni + 0 -217 mum -15.1 cm 1.76 cm 1.33 keV 0 eV 0 fm 0 fm World initStep + 1 -211 mum -15.1 cm 1.76 cm 946 keV 1.33 keV 86 mum 86 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1497,25 +1502,25 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -4.67 cm 1.52 cm 15.9 keV 0 eV 0 fm 0 fm World initStep 1 -39 mum -5.04 cm 1.53 cm 39.4 MeV 7.11 keV 3.77 mm 3.77 mm World eIoni - 2 -48.4 mum -10.2 cm 1.54 cm 555 MeV 9.08 keV 5.16 cm 5.53 cm World eIoni - 3 -48.2 mum -14.7 cm 1.54 cm 1.01 GeV 8.8 keV 4.52 cm 10.1 cm World eIoni - 4 -49.1 mum -20 cm 1.54 cm 1.54 GeV 11.7 keV 5.29 cm 15.3 cm OutOfWorldTransportation + 2 -51.7 mum -10.2 cm 1.54 cm 555 MeV 9.08 keV 5.16 cm 5.53 cm World eIoni + 3 -52.2 mum -14.7 cm 1.54 cm 1.01 GeV 8.8 keV 4.52 cm 10.1 cm World eIoni + 4 -53.8 mum -20 cm 1.54 cm 1.54 GeV 11.7 keV 5.29 cm 15.3 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -48.2 mum -14.7 cm 1.54 cm 3.99 keV 0 eV 0 fm 0 fm World initStep - 1 -37.9 mum -14.8 cm 1.53 cm 5.12 MeV 3.99 keV 478 mum 478 mum World eIoni + 0 -52.2 mum -14.7 cm 1.54 cm 3.99 keV 0 eV 0 fm 0 fm World initStep + 1 -41.8 mum -14.8 cm 1.54 cm 5.19 MeV 3.99 keV 485 mum 485 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -48.4 mum -10.2 cm 1.54 cm 1.86 keV 0 eV 0 fm 0 fm World initStep - 1 -56.5 mum -10.2 cm 1.54 cm 1.46 MeV 1.86 keV 134 mum 134 mum World eIoni + 0 -51.7 mum -10.2 cm 1.54 cm 1.86 keV 0 eV 0 fm 0 fm World initStep + 1 -60 mum -10.2 cm 1.54 cm 1.54 MeV 1.86 keV 140 mum 140 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1534,7 +1539,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 192 nm -14.1 cm 2.05 cm 3.58 keV 0 eV 0 fm 0 fm World initStep 1 -10.4 mum -14.2 cm 2.05 cm 3.32 MeV 1.93 keV 310 mum 310 mum World eIoni - 2 -22.9 mum -20 cm 2.05 cm 587 MeV 7.3 keV 5.84 cm 5.87 cm OutOfWorldTransportation + 2 -28.8 mum -20 cm 2.05 cm 587 MeV 7.3 keV 5.84 cm 5.87 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1542,7 +1547,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -12.5 cm 1.99 cm 1.21 keV 0 eV 0 fm 0 fm World initStep - 1 -2.61 mum -12.6 cm 1.99 cm 738 keV 1.21 keV 67.6 mum 67.6 mum World eIoni + 1 -2.74 mum -12.6 cm 1.99 cm 819 keV 1.21 keV 74.6 mum 74.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1568,7 +1573,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -494 nm -17.7 cm 2.16 cm 1.46 keV 0 eV 0 fm 0 fm World initStep - 1 -3.7 mum -17.7 cm 2.16 cm 995 keV 1.46 keV 91 mum 91 mum World eIoni + 1 -3.81 mum -17.7 cm 2.16 cm 1.08 MeV 1.46 keV 98 mum 98 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1576,7 +1581,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -14.2 cm 2.05 cm 3.95 keV 0 eV 0 fm 0 fm World initStep - 1 8.08 mum -14.3 cm 2.05 cm 5.04 MeV 3.95 keV 471 mum 471 mum World eIoni + 1 8.13 mum -14.3 cm 2.05 cm 5.12 MeV 3.95 keV 478 mum 478 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1595,7 +1600,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -1.74 mum -18.5 cm 2.18 cm 4.23 keV 0 eV 0 fm 0 fm World initStep - 1 -21.8 mum -18.6 cm 2.18 cm 5.72 MeV 4.23 keV 535 mum 535 mum World eIoni + 1 -22 mum -18.6 cm 2.18 cm 5.79 MeV 4.23 keV 542 mum 542 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -1603,7 +1608,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -1.33 mum -15.1 cm 2.08 cm 2.19 keV 0 eV 0 fm 0 fm World initStep - 1 215 nm -15.2 cm 2.09 cm 1.89 MeV 2.19 keV 174 mum 174 mum World eIoni + 1 242 nm -15.2 cm 2.09 cm 1.97 MeV 2.19 keV 181 mum 181 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1611,7 +1616,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -5.66 cm 1.61 cm 1.96 keV 0 eV 0 fm 0 fm World initStep - 1 3.06 mum -5.68 cm 1.61 cm 1.57 MeV 1.96 keV 144 mum 144 mum World eIoni + 1 3.13 mum -5.68 cm 1.61 cm 1.64 MeV 1.96 keV 151 mum 151 mum World eIoni ---> Begin of Event: 50 @@ -1630,7 +1635,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -19.4 cm 2.21 cm 1.88 keV 0 eV 0 fm 0 fm World initStep - 1 5.62 mum -19.4 cm 2.21 cm 1.48 MeV 1.88 keV 135 mum 135 mum World eIoni + 1 5.75 mum -19.4 cm 2.21 cm 1.55 MeV 1.88 keV 142 mum 142 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1649,7 +1654,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -13.7 mum -12.4 cm 1.99 cm 1.29 keV 0 eV 0 fm 0 fm World initStep - 1 -8.41 mum -12.4 cm 1.99 cm 823 keV 1.29 keV 75.3 mum 75.3 mum World eIoni + 1 -8.18 mum -12.4 cm 1.99 cm 904 keV 1.29 keV 82.3 mum 82.3 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -1657,7 +1662,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -12.4 mum -8.65 cm 1.81 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 -14.5 mum -8.66 cm 1.81 cm 605 keV 1.06 keV 55.4 mum 55.4 mum World eIoni + 1 -14.6 mum -8.66 cm 1.81 cm 687 keV 1.06 keV 62.3 mum 62.3 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1665,7 +1670,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -4.49 mm 6.31 mm 2.9 keV 0 eV 0 fm 0 fm World initStep - 1 14.7 mum -4.76 mm 6.31 mm 3 MeV 2.9 keV 278 mum 278 mum World eIoni + 1 14.9 mum -4.77 mm 6.31 mm 3.08 MeV 2.9 keV 285 mum 285 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1683,7 +1688,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -3.81 mum -3.4 cm 1.38 cm 1.56 keV 0 eV 0 fm 0 fm World initStep - 1 3.16 mum -3.41 cm 1.38 cm 1.1 MeV 1.56 keV 100 mum 100 mum World eIoni + 1 3.38 mum -3.41 cm 1.38 cm 1.18 MeV 1.56 keV 107 mum 107 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1691,7 +1696,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -372 mum 1.93 mm 1.77 keV 0 eV 0 fm 0 fm World initStep - 1 3.73 mum -490 mum 1.93 mm 1.48 MeV 1.77 keV 123 mum 123 mum World eIoni + 1 3.81 mum -497 mum 1.93 mm 1.56 MeV 1.77 keV 130 mum 130 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1709,7 +1714,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -4.41 mum -17.4 cm 2.15 cm 2.03 keV 0 eV 0 fm 0 fm World initStep - 1 965 nm -17.4 cm 2.15 cm 1.66 MeV 2.03 keV 152 mum 152 mum World eIoni + 1 1.07 mum -17.4 cm 2.15 cm 1.74 MeV 2.03 keV 159 mum 159 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1718,36 +1723,36 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -11.9 cm 1.97 cm 14.9 keV 0 eV 0 fm 0 fm World initStep 1 43.1 mum -12 cm 1.97 cm 7.26 MeV 1.07 keV 708 mum 708 mum World eIoni - 2 94 mum -17.8 cm 1.96 cm 592 MeV 9.18 keV 5.85 cm 5.92 cm WorldTransportation - 3 94 mum -17.8 cm 1.96 cm 592 MeV2.32e-12 eV 0.011 fm 5.92 cm World eIoni - 4 95.8 mum -19.6 cm 1.96 cm 766 MeV 3.14 keV 1.74 cm 7.66 cm World eIoni - 5 96.1 mum -20 cm 1.96 cm 810 MeV 1.45 keV 4.36 mm 8.1 cm OutOfWorldTransportation + 2 95.9 mum -17.8 cm 1.96 cm 592 MeV 9.18 keV 5.85 cm 5.92 cm WorldTransportation + 3 95.9 mum -17.8 cm 1.96 cm 592 MeV2.32e-12 eV 0.011 fm 5.92 cm World eIoni + 4 97.9 mum -19.6 cm 1.96 cm 766 MeV 3.14 keV 1.74 cm 7.66 cm World eIoni + 5 98.1 mum -20 cm 1.96 cm 810 MeV 1.45 keV 4.36 mm 8.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 95.8 mum -19.6 cm 1.96 cm 1.29 keV 0 eV 0 fm 0 fm World initStep - 1 96.7 mum -19.6 cm 1.96 cm 816 keV 1.29 keV 74.7 mum 74.7 mum World eIoni + 0 97.9 mum -19.6 cm 1.96 cm 1.29 keV 0 eV 0 fm 0 fm World initStep + 1 98.7 mum -19.6 cm 1.96 cm 897 keV 1.29 keV 81.6 mum 81.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 94 mum -17.8 cm 1.96 cm 13.3 keV 0 eV 0 fm 0 fm World initStep - 1 110 mum -17.9 cm 1.97 cm 7.41 MeV 511 eV 721 mum 721 mum World eIoni - 2 113 mum -18 cm 1.97 cm 13.1 MeV 0 eV 572 mum 1.29 mm World eIoni - 3 100 mum -20 cm 1.97 cm 218 MeV 2.74 keV 2.05 cm 2.18 cm OutOfWorldTransportation + 0 95.9 mum -17.8 cm 1.96 cm 13.3 keV 0 eV 0 fm 0 fm World initStep + 1 112 mum -17.9 cm 1.97 cm 7.41 MeV 511 eV 721 mum 721 mum World eIoni + 2 115 mum -18 cm 1.97 cm 13.1 MeV 0 eV 572 mum 1.29 mm World eIoni + 3 102 mum -20 cm 1.97 cm 218 MeV 2.74 keV 2.05 cm 2.18 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 113 mum -18 cm 1.97 cm 16.5 keV 0 eV 0 fm 0 fm World initStep - 1 206 mum -18.6 cm 1.96 cm 64.7 MeV 16.5 keV 6.22 mm 6.22 mm World eIoni + 0 115 mum -18 cm 1.97 cm 16.5 keV 0 eV 0 fm 0 fm World initStep + 1 208 mum -18.6 cm 1.96 cm 64.7 MeV 16.5 keV 6.23 mm 6.23 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1766,9 +1771,9 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -2.73 mum -17.8 cm 2.16 cm 52.7 keV 0 eV 0 fm 0 fm World initStep - 1 147 mum -18.4 cm 2.15 cm 64.1 MeV 2.63 keV 6.29 mm 6.29 mm World eIoni + 1 147 mum -18.4 cm 2.15 cm 64.1 MeV 2.67 keV 6.29 mm 6.29 mm World eIoni 2 167 mum -19.7 cm 2.15 cm 190 MeV 2.63 keV 1.26 cm 1.89 cm World eIoni - 3 171 mum -20 cm 2.15 cm 225 MeV 787 eV 3.46 mm 2.24 cm OutOfWorldTransportation + 3 172 mum -20 cm 2.15 cm 225 MeV 787 eV 3.46 mm 2.24 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 @@ -1776,7 +1781,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 167 mum -19.7 cm 2.15 cm 3.21 keV 0 eV 0 fm 0 fm World initStep - 1 150 mum -19.7 cm 2.15 cm 3.54 MeV 3.21 keV 328 mum 328 mum World eIoni + 1 150 mum -19.7 cm 2.15 cm 3.61 MeV 3.21 keV 335 mum 335 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -1784,7 +1789,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -977 nm -12.8 cm 2 cm 5.86 keV 0 eV 0 fm 0 fm World initStep - 1 13.4 mum -12.9 cm 2 cm 10.1 MeV 5.86 keV 953 mum 953 mum World eIoni + 1 13.4 mum -12.9 cm 2 cm 10.2 MeV 5.86 keV 960 mum 960 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1792,7 +1797,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -8.21 cm 1.79 cm 1.59 keV 0 eV 0 fm 0 fm World initStep - 1 4.36 mum -8.22 cm 1.79 cm 1.13 MeV 1.59 keV 104 mum 104 mum World eIoni + 1 4.5 mum -8.22 cm 1.79 cm 1.21 MeV 1.59 keV 111 mum 111 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1809,7 +1814,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -11 cm 1.93 cm 1.61 keV 0 eV 0 fm 0 fm World initStep - 1 -1.91 mum -11 cm 1.93 cm 1.16 MeV 1.61 keV 106 mum 106 mum World eIoni + 1 -1.96 mum -11 cm 1.93 cm 1.24 MeV 1.61 keV 113 mum 113 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1826,7 +1831,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -5.38 cm 1.59 cm 3.17 keV 0 eV 0 fm 0 fm World initStep - 1 -10.6 mum -5.41 cm 1.59 cm 3.46 MeV 3.17 keV 321 mum 321 mum World eIoni + 1 -10.7 mum -5.41 cm 1.59 cm 3.54 MeV 3.17 keV 328 mum 328 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1844,7 +1849,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 137 nm -19.5 cm 2.21 cm 1.53 keV 0 eV 0 fm 0 fm World initStep - 1 -6.9 mum -19.5 cm 2.21 cm 1.07 MeV 1.53 keV 97.7 mum 97.7 mum World eIoni + 1 -7.13 mum -19.5 cm 2.21 cm 1.15 MeV 1.53 keV 105 mum 105 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1852,7 +1857,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -17.9 cm 2.17 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 -2.51 mum -17.9 cm 2.17 cm 611 keV 1.06 keV 56 mum 56 mum World eIoni + 1 -2.66 mum -17.9 cm 2.17 cm 692 keV 1.06 keV 62.9 mum 62.9 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1865,7 +1870,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne 3 -3.53 mum -9.66 cm 1.87 cm 1.02 GeV 15.8 keV 7.95 cm 10.2 cm World eIoni 4 -2.02 mum -13.7 cm 2.03 cm 1.42 GeV 8.05 keV 4.06 cm 14.2 cm World eIoni 5 -959 nm -16.6 cm 2.13 cm 1.71 GeV 6.61 keV 2.88 cm 17.1 cm World eIoni - 6 478 nm -20 cm 2.22 cm 2.05 GeV 5.49 keV 3.41 cm 20.5 cm OutOfWorldTransportation + 6 477 nm -20 cm 2.22 cm 2.05 GeV 5.49 keV 3.41 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 @@ -1873,7 +1878,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -959 nm -16.6 cm 2.13 cm 1.69 keV 0 eV 0 fm 0 fm World initStep - 1 -5.13 mum -16.6 cm 2.13 cm 1.24 MeV 1.69 keV 114 mum 114 mum World eIoni + 1 -5.24 mum -16.6 cm 2.13 cm 1.32 MeV 1.69 keV 121 mum 121 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 @@ -1881,7 +1886,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -2.02 mum -13.7 cm 2.03 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 -3.92 mum -13.7 cm 2.03 cm 655 keV 1.11 keV 60.1 mum 60.1 mum World eIoni + 1 -4.02 mum -13.7 cm 2.03 cm 737 keV 1.11 keV 67.1 mum 67.1 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -1889,7 +1894,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -3.53 mum -9.66 cm 1.87 cm 2.6 keV 0 eV 0 fm 0 fm World initStep - 1 -16.5 mum -9.69 cm 1.86 cm 2.5 MeV 2.6 keV 230 mum 230 mum World eIoni + 1 -16.7 mum -9.69 cm 1.86 cm 2.57 MeV 2.6 keV 237 mum 237 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -1897,7 +1902,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -2.82 mum -1.76 cm 1.1 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 -6.29 mum -1.76 cm 1.1 cm 607 keV 1.05 keV 55.3 mum 55.3 mum World eIoni + 1 -6.49 mum -1.76 cm 1.1 cm 690 keV 1.05 keV 62.2 mum 62.2 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1905,7 +1910,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -4.06 mm 6.04 mm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 4.53 mum -4.12 mm 6.04 mm 722 keV 1.17 keV 64.9 mum 64.9 mum World eIoni + 1 4.76 mum -4.13 mm 6.04 mm 805 keV 1.17 keV 71.8 mum 71.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1927,7 +1932,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -3.03 mum -19.2 cm 2.2 cm 12.3 keV 0 eV 0 fm 0 fm World initStep 1 -69.1 mum -19.4 cm 2.2 cm 21.4 MeV 4.87 keV 2.05 mm 2.05 mm World eIoni - 2 -79.9 mum -20 cm 2.2 cm 76.6 MeV 1.13 keV 5.52 mm 7.57 mm OutOfWorldTransportation + 2 -83 mum -20 cm 2.2 cm 76.6 MeV 1.13 keV 5.52 mm 7.57 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 @@ -1935,7 +1940,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -2.74 mum -16.9 cm 2.14 cm 1.97 keV 0 eV 0 fm 0 fm World initStep - 1 -11.1 mum -16.9 cm 2.14 cm 1.59 MeV 1.97 keV 145 mum 145 mum World eIoni + 1 -11.3 mum -16.9 cm 2.14 cm 1.66 MeV 1.97 keV 152 mum 152 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -1943,7 +1948,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -2.29 mum -15.7 cm 2.1 cm 1.48 keV 0 eV 0 fm 0 fm World initStep - 1 3.76 mum -15.7 cm 2.1 cm 1.01 MeV 1.48 keV 92.5 mum 92.5 mum World eIoni + 1 3.97 mum -15.7 cm 2.1 cm 1.09 MeV 1.48 keV 99.4 mum 99.4 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -1951,7 +1956,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -567 nm -8.17 cm 1.79 cm 2.45 keV 0 eV 0 fm 0 fm World initStep - 1 1.82 mum -8.19 cm 1.78 cm 2.26 MeV 2.45 keV 208 mum 208 mum World eIoni + 1 1.85 mum -8.19 cm 1.78 cm 2.33 MeV 2.45 keV 215 mum 215 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -1959,7 +1964,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -5.84 cm 1.63 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 2.62 mum -5.84 cm 1.63 cm 617 keV 1.07 keV 56.4 mum 56.4 mum World eIoni + 1 2.78 mum -5.84 cm 1.63 cm 699 keV 1.07 keV 63.3 mum 63.3 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1978,7 +1983,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -11.2 mum -13.1 cm 2.01 cm 1.1 keV 0 eV 0 fm 0 fm World initStep - 1 -11.1 mum -13.1 cm 2.01 cm 646 keV 1.1 keV 59.1 mum 59.1 mum World eIoni + 1 -11.1 mum -13.1 cm 2.01 cm 728 keV 1.1 keV 66.1 mum 66.1 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -1986,7 +1991,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -8.55 mum -11.3 cm 1.94 cm 1.25 keV 0 eV 0 fm 0 fm World initStep - 1 -2.9 mum -11.4 cm 1.94 cm 775 keV 1.25 keV 70.9 mum 70.9 mum World eIoni + 1 -2.64 mum -11.4 cm 1.94 cm 856 keV 1.25 keV 77.8 mum 77.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2013,7 +2018,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 2.24 mum -8.3 cm 1.79 cm 3.23 keV 0 eV 0 fm 0 fm World initStep - 1 11.6 mum -8.34 cm 1.79 cm 3.58 MeV 3.23 keV 332 mum 332 mum World eIoni + 1 11.7 mum -8.34 cm 1.79 cm 3.65 MeV 3.23 keV 339 mum 339 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2021,7 +2026,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 25 nm -2.38 cm 1.23 cm 2.43 keV 0 eV 0 fm 0 fm World initStep - 1 3.26 mum -2.4 cm 1.22 cm 2.23 MeV 2.43 keV 205 mum 205 mum World eIoni + 1 3.31 mum -2.4 cm 1.22 cm 2.3 MeV 2.43 keV 212 mum 212 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2029,7 +2034,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -2.35 cm 1.22 cm 1.25 keV 0 eV 0 fm 0 fm World initStep - 1 -5.23 mum -2.36 cm 1.22 cm 773 keV 1.25 keV 70.9 mum 70.9 mum World eIoni + 1 -5.47 mum -2.36 cm 1.22 cm 853 keV 1.25 keV 77.8 mum 77.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2049,7 +2054,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -10.6 mum -16.4 cm 2.12 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 -6.77 mum -16.4 cm 2.12 cm 617 keV 1.07 keV 56.7 mum 56.7 mum World eIoni + 1 -6.55 mum -16.4 cm 2.12 cm 699 keV 1.07 keV 63.6 mum 63.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -2057,7 +2062,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -1.13 mum -3.81 cm 1.43 cm 2.28 keV 0 eV 0 fm 0 fm World initStep - 1 10.1 mum -3.83 cm 1.43 cm 2.02 MeV 2.28 keV 185 mum 185 mum World eIoni + 1 10.3 mum -3.83 cm 1.43 cm 2.09 MeV 2.28 keV 192 mum 192 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2065,7 +2070,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -863 nm -3.31 cm 1.37 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 -3.53 mum -3.32 cm 1.37 cm 621 keV 1.08 keV 57.2 mum 57.2 mum World eIoni + 1 -3.69 mum -3.32 cm 1.37 cm 702 keV 1.08 keV 64.1 mum 64.1 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2073,7 +2078,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -2.58 cm 1.26 cm 1.59 keV 0 eV 0 fm 0 fm World initStep - 1 7.61 mum -2.59 cm 1.26 cm 1.13 MeV 1.59 keV 104 mum 104 mum World eIoni + 1 7.84 mum -2.59 cm 1.26 cm 1.21 MeV 1.59 keV 111 mum 111 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2093,7 +2098,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 21.3 mum -17 cm 2.14 cm 1.21 keV 0 eV 0 fm 0 fm World initStep - 1 24.6 mum -17 cm 2.14 cm 747 keV 1.21 keV 68.3 mum 68.3 mum World eIoni + 1 24.7 mum -17 cm 2.14 cm 828 keV 1.21 keV 75.2 mum 75.2 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -2102,7 +2107,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 18.2 mum -12.2 cm 1.98 cm 24.3 keV 0 eV 0 fm 0 fm World initStep 1 66.4 mum -12.7 cm 1.99 cm 55.2 MeV 8.01 keV 5.33 mm 5.33 mm World eIoni - 2 77.8 mum -20 cm 1.99 cm 784 MeV 15.1 keV 7.29 cm 7.82 cm OutOfWorldTransportation + 2 80.2 mum -20 cm 1.99 cm 784 MeV 15.1 keV 7.29 cm 7.82 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2110,7 +2115,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 10 mum -6.74 cm 1.69 cm 2.68 keV 0 eV 0 fm 0 fm World initStep - 1 17.8 mum -6.77 cm 1.69 cm 2.63 MeV 2.68 keV 243 mum 243 mum World eIoni + 1 17.9 mum -6.77 cm 1.69 cm 2.71 MeV 2.68 keV 250 mum 250 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2118,17 +2123,17 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -3.61 cm 1.41 cm 52.8 keV 0 eV 0 fm 0 fm World initStep - 1 -116 mum -4 cm 1.42 cm 40.9 MeV 1.2 keV 4.01 mm 4.01 mm World eIoni - 2 -171 mum -13.4 cm 1.42 cm 977 MeV 17.8 keV 9.36 cm 9.76 cm World eIoni - 3 -179 mum -20 cm 1.42 cm 1.64 GeV 13.5 keV 6.64 cm 16.4 cm OutOfWorldTransportation + 1 -116 mum -4 cm 1.42 cm 40.9 MeV 1.21 keV 4.01 mm 4.01 mm World eIoni + 2 -172 mum -13.4 cm 1.42 cm 977 MeV 17.8 keV 9.36 cm 9.76 cm World eIoni + 3 -180 mum -20 cm 1.42 cm 1.64 GeV 13.5 keV 6.64 cm 16.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -171 mum -13.4 cm 1.42 cm 994 eV 0 eV 0 fm 0 fm World initStep - 1 -174 mum -13.4 cm 1.42 cm 549 keV 994 eV 50.4 mum 50.4 mum World eIoni + 0 -172 mum -13.4 cm 1.42 cm 994 eV 0 eV 0 fm 0 fm World initStep + 1 -175 mum -13.4 cm 1.42 cm 631 keV 994 eV 57.4 mum 57.4 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2150,7 +2155,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -8.01 mum -17.3 cm 2.15 cm 35.4 keV 0 eV 0 fm 0 fm World initStep 1 159 mum -18.7 cm 2.15 cm 139 MeV 12.7 keV 1.37 cm 1.37 cm World eIoni - 2 170 mum -20 cm 2.15 cm 268 MeV 2.58 keV 1.29 cm 2.66 cm OutOfWorldTransportation + 2 172 mum -20 cm 2.15 cm 268 MeV 2.58 keV 1.29 cm 2.66 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 @@ -2158,7 +2163,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 159 mum -18.7 cm 2.15 cm 2.8 keV 0 eV 0 fm 0 fm World initStep - 1 154 mum -18.7 cm 2.15 cm 2.84 MeV 2.8 keV 262 mum 262 mum World eIoni + 1 153 mum -18.7 cm 2.15 cm 2.91 MeV 2.8 keV 269 mum 269 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 @@ -2166,7 +2171,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -7.9 mum -16.9 cm 2.14 cm 3.15 keV 0 eV 0 fm 0 fm World initStep - 1 -23.9 mum -17 cm 2.14 cm 3.41 MeV 3.15 keV 317 mum 317 mum World eIoni + 1 -24.1 mum -17 cm 2.14 cm 3.49 MeV 3.15 keV 323 mum 323 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -2174,7 +2179,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -6.32 mum -14.4 cm 2.06 cm 1.7 keV 0 eV 0 fm 0 fm World initStep - 1 272 nm -14.4 cm 2.06 cm 1.26 MeV 1.7 keV 115 mum 115 mum World eIoni + 1 452 nm -14.4 cm 2.06 cm 1.34 MeV 1.7 keV 122 mum 122 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2182,7 +2187,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -4.28 mum -10.4 cm 1.9 cm 2.01 keV 0 eV 0 fm 0 fm World initStep - 1 -9.75 mum -10.4 cm 1.9 cm 1.64 MeV 2.01 keV 150 mum 150 mum World eIoni + 1 -9.86 mum -10.4 cm 1.9 cm 1.72 MeV 2.01 keV 157 mum 157 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2190,7 +2195,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -6.33 cm 1.67 cm 8.22 keV 0 eV 0 fm 0 fm World initStep - 1 53.6 mum -6.5 cm 1.67 cm 18.5 MeV 8.22 keV 1.75 mm 1.75 mm World eIoni + 1 53.8 mum -6.5 cm 1.67 cm 18.6 MeV 8.22 keV 1.76 mm 1.76 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2208,7 +2213,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 2.62 mum -11.6 cm 1.96 cm 3.62 keV 0 eV 0 fm 0 fm World initStep - 1 17.5 mum -11.7 cm 1.96 cm 4.36 MeV 3.62 keV 406 mum 406 mum World eIoni + 1 17.6 mum -11.7 cm 1.96 cm 4.44 MeV 3.62 keV 413 mum 413 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2217,7 +2222,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -9.81 cm 1.87 cm 25.8 keV 0 eV 0 fm 0 fm World initStep 1 -149 mum -10.4 cm 1.87 cm 63.6 MeV 7.57 keV 6.18 mm 6.18 mm World eIoni - 2 -186 mum -20 cm 1.87 cm 1.02 GeV 19.7 keV 9.58 cm 10.2 cm OutOfWorldTransportation + 2 -194 mum -20 cm 1.87 cm 1.02 GeV 19.7 keV 9.58 cm 10.2 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2235,7 +2240,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 894 nm -17.9 cm 2.17 cm 1.37 keV 0 eV 0 fm 0 fm World initStep - 1 -5.44 mum -17.9 cm 2.17 cm 901 keV 1.37 keV 82.4 mum 82.4 mum World eIoni + 1 -5.69 mum -17.9 cm 2.17 cm 982 keV 1.37 keV 89.3 mum 89.3 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2243,7 +2248,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -14.8 cm 2.07 cm 2.35 keV 0 eV 0 fm 0 fm World initStep - 1 -11.9 mum -14.9 cm 2.07 cm 2.11 MeV 2.35 keV 194 mum 194 mum World eIoni + 1 -12.1 mum -14.9 cm 2.07 cm 2.19 MeV 2.35 keV 201 mum 201 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2260,7 +2265,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -16.7 cm 2.13 cm 1.27 keV 0 eV 0 fm 0 fm World initStep - 1 -3.82 mum -16.7 cm 2.13 cm 801 keV 1.27 keV 73.3 mum 73.3 mum World eIoni + 1 -3.99 mum -16.7 cm 2.13 cm 882 keV 1.27 keV 80.3 mum 80.3 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2278,7 +2283,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 2.36 mum -11.7 cm 1.96 cm 4.56 keV 0 eV 0 fm 0 fm World initStep - 1 13.2 mum -11.8 cm 1.96 cm 6.51 MeV 4.56 keV 610 mum 610 mum World eIoni + 1 13.3 mum -11.8 cm 1.96 cm 6.59 MeV 4.56 keV 617 mum 617 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2286,7 +2291,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -5.24 cm 1.58 cm 2.05 keV 0 eV 0 fm 0 fm World initStep - 1 -6.97 mum -5.26 cm 1.58 cm 1.7 MeV 2.05 keV 155 mum 155 mum World eIoni + 1 -7.11 mum -5.26 cm 1.58 cm 1.77 MeV 2.05 keV 162 mum 162 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2303,7 +2308,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -13.9 cm 2.04 cm 3.28 keV 0 eV 0 fm 0 fm World initStep - 1 12.7 mum -13.9 cm 2.04 cm 3.67 MeV 3.28 keV 341 mum 341 mum World eIoni + 1 12.8 mum -13.9 cm 2.04 cm 3.75 MeV 3.28 keV 348 mum 348 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2331,16 +2336,16 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -237 nm -7.05 cm 1.72 cm 35.1 keV 0 eV 0 fm 0 fm World initStep 1 32 mum -9.45 cm 1.73 cm 242 MeV 27.7 keV 2.41 cm 2.41 cm World eIoni - 2 34.5 mum -17.8 cm 1.73 cm 1.08 GeV 17.4 keV 8.38 cm 10.8 cm World eIoni - 3 34.6 mum -20 cm 1.73 cm 1.3 GeV 5.32 keV 2.17 cm 13 cm OutOfWorldTransportation + 2 37.4 mum -17.8 cm 1.74 cm 1.08 GeV 17.4 keV 8.38 cm 10.8 cm World eIoni + 3 37.9 mum -20 cm 1.74 cm 1.3 GeV 5.32 keV 2.17 cm 13 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 34.5 mum -17.8 cm 1.73 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 35.2 mum -17.8 cm 1.73 cm 666 keV 1.13 keV 61.1 mum 61.1 mum World eIoni + 0 37.4 mum -17.8 cm 1.74 cm 1.13 keV 0 eV 0 fm 0 fm World initStep + 1 38.2 mum -17.8 cm 1.73 cm 748 keV 1.13 keV 68 mum 68 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2348,7 +2353,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -6.73 cm 1.69 cm 9.58 keV 0 eV 0 fm 0 fm World initStep - 1 36.6 mum -6.95 cm 1.69 cm 24.4 MeV 9.58 keV 2.31 mm 2.31 mm World eIoni + 1 36.7 mum -6.95 cm 1.69 cm 24.5 MeV 9.58 keV 2.32 mm 2.32 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2367,7 +2372,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -1.16 mum -15.1 cm 2.08 cm 1.58 keV 0 eV 0 fm 0 fm World initStep - 1 5.6 mum -15.1 cm 2.08 cm 1.12 MeV 1.58 keV 102 mum 102 mum World eIoni + 1 5.81 mum -15.1 cm 2.08 cm 1.2 MeV 1.58 keV 109 mum 109 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2375,7 +2380,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -407 nm -7.9 cm 1.77 cm 2.31 keV 0 eV 0 fm 0 fm World initStep - 1 -3.62 mum -7.91 cm 1.77 cm 2.07 MeV 2.31 keV 190 mum 190 mum World eIoni + 1 -3.67 mum -7.92 cm 1.77 cm 2.15 MeV 2.31 keV 197 mum 197 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2383,8 +2388,8 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -6.66 cm 1.69 cm 2.6 keV 0 eV 0 fm 0 fm World initStep - 1 5.46 mum -6.67 cm 1.69 cm 1.6 MeV 861 eV 149 mum 149 mum World eIoni - 2 19.1 mum -20 cm 1.69 cm 1.33 GeV 19.1 keV 13.3 cm 13.3 cm OutOfWorldTransportation + 1 5.46 mum -6.67 cm 1.69 cm 1.6 MeV 863 eV 149 mum 149 mum World eIoni + 2 22 mum -20 cm 1.69 cm 1.33 GeV 19.1 keV 13.3 cm 13.3 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2403,7 +2408,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 2.72 nm -18.2 cm 2.17 cm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 2.62 mum -18.2 cm 2.17 cm 759 keV 1.23 keV 69.4 mum 69.4 mum World eIoni + 1 2.75 mum -18.2 cm 2.17 cm 841 keV 1.23 keV 76.4 mum 76.4 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2411,7 +2416,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 2.41 nm -17.1 cm 2.14 cm 1.02 keV 0 eV 0 fm 0 fm World initStep - 1 30.6 nm -17.1 cm 2.14 cm 574 keV 1.02 keV 52.7 mum 52.7 mum World eIoni + 1 32.4 nm -17.1 cm 2.14 cm 656 keV 1.02 keV 59.6 mum 59.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2419,7 +2424,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -15.5 cm 2.1 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 -47.4 nm -15.5 cm 2.1 cm 1.1 MeV 1.57 keV 101 mum 101 mum World eIoni + 1 -48.9 nm -15.5 cm 2.1 cm 1.18 MeV 1.57 keV 108 mum 108 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2447,7 +2452,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 6.39 mum -8.86 cm 1.82 cm 1.85 keV 0 eV 0 fm 0 fm World initStep - 1 -1.24 mum -8.87 cm 1.82 cm 1.44 MeV 1.85 keV 132 mum 132 mum World eIoni + 1 -1.42 mum -8.87 cm 1.82 cm 1.52 MeV 1.85 keV 139 mum 139 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -2455,7 +2460,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 5.69 mum -7.81 cm 1.76 cm 2.04 keV 0 eV 0 fm 0 fm World initStep - 1 -4.06 mum -7.83 cm 1.76 cm 1.68 MeV 2.04 keV 154 mum 154 mum World eIoni + 1 -4.26 mum -7.83 cm 1.76 cm 1.76 MeV 2.04 keV 161 mum 161 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2463,7 +2468,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 4.58 mum -3.47 cm 1.39 cm 3.34 keV 0 eV 0 fm 0 fm World initStep - 1 9.66 mum -3.5 cm 1.39 cm 3.79 MeV 3.34 keV 352 mum 352 mum World eIoni + 1 9.7 mum -3.5 cm 1.39 cm 3.87 MeV 3.34 keV 359 mum 359 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2471,7 +2476,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -4.94 mm 6.58 mm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 -6.07 mum -5.03 mm 6.59 mm 1.13 MeV 1.57 keV 102 mum 102 mum World eIoni + 1 -6.26 mum -5.04 mm 6.59 mm 1.21 MeV 1.57 keV 109 mum 109 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2499,7 +2504,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -3.38 mum -15.8 cm 2.1 cm 1.73 keV 0 eV 0 fm 0 fm World initStep - 1 -11.5 mum -15.8 cm 2.1 cm 1.29 MeV 1.73 keV 118 mum 118 mum World eIoni + 1 -11.7 mum -15.8 cm 2.1 cm 1.37 MeV 1.73 keV 125 mum 125 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -2507,7 +2512,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 1.52 mum -2.84 cm 1.3 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 5.93 mum -2.85 cm 1.3 cm 623 keV 1.08 keV 57.2 mum 57.2 mum World eIoni + 1 6.18 mum -2.85 cm 1.3 cm 704 keV 1.08 keV 64.2 mum 64.2 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2515,7 +2520,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 1.58 mum -4.5 mm 6.33 mm 1.12 keV 0 eV 0 fm 0 fm World initStep - 1 4.03 mum -4.56 mm 6.33 mm 690 keV 1.12 keV 60.9 mum 60.9 mum World eIoni + 1 4.16 mum -4.57 mm 6.33 mm 774 keV 1.12 keV 67.8 mum 67.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2523,7 +2528,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -106 mum 1.03 mm 1.89 keV 0 eV 0 fm 0 fm World initStep - 1 -3.06 mum -242 mum 1.03 mm 1.48 MeV 1.89 keV 137 mum 137 mum World eIoni + 1 -3.13 mum -249 mum 1.03 mm 1.56 MeV 1.89 keV 144 mum 144 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2542,7 +2547,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -1.87 mum -9.06 cm 1.83 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 2.52 mum -9.06 cm 1.83 cm 609 keV 1.06 keV 55.8 mum 55.8 mum World eIoni + 1 2.78 mum -9.06 cm 1.83 cm 691 keV 1.06 keV 62.8 mum 62.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2550,7 +2555,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -9.59 nm -5.37 cm 1.59 cm 1.37 keV 0 eV 0 fm 0 fm World initStep - 1 6.34 mum -5.38 cm 1.59 cm 905 keV 1.37 keV 82.8 mum 82.8 mum World eIoni + 1 6.59 mum -5.38 cm 1.59 cm 986 keV 1.37 keV 89.7 mum 89.7 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2576,7 +2581,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 4.27 mum -8.97 cm 1.83 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 232 nm -8.98 cm 1.83 cm 687 keV 1.15 keV 62.8 mum 62.8 mum World eIoni + 1 20.6 nm -8.98 cm 1.83 cm 769 keV 1.15 keV 69.8 mum 69.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2584,7 +2589,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -2.22 cm 1.2 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 -5.17 mum -2.23 cm 1.2 cm 685 keV 1.15 keV 62.7 mum 62.7 mum World eIoni + 1 -5.44 mum -2.23 cm 1.2 cm 767 keV 1.15 keV 69.6 mum 69.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2603,7 +2608,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -10.9 mum -19.9 cm 2.22 cm 1.68 keV 0 eV 0 fm 0 fm World initStep - 1 -8.91 mum -19.9 cm 2.22 cm 1.24 MeV 1.68 keV 114 mum 114 mum World eIoni + 1 -8.85 mum -19.9 cm 2.22 cm 1.32 MeV 1.68 keV 121 mum 121 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2611,7 +2616,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -6.15 mum -9.58 cm 1.86 cm 1.14 keV 0 eV 0 fm 0 fm World initStep - 1 -1.04 mum -9.58 cm 1.86 cm 676 keV 1.14 keV 61.9 mum 61.9 mum World eIoni + 1 -769 nm -9.59 cm 1.86 cm 758 keV 1.14 keV 68.9 mum 68.9 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2619,7 +2624,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -1.13 cm 9.32 mm 1.28 keV 0 eV 0 fm 0 fm World initStep - 1 5.41 mum -1.14 cm 9.32 mm 808 keV 1.28 keV 74.2 mum 74.2 mum World eIoni + 1 5.65 mum -1.14 cm 9.32 mm 888 keV 1.28 keV 81.1 mum 81.1 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2638,7 +2643,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 945 nm -19.3 cm 2.2 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 3.69 mum -19.3 cm 2.2 cm 713 keV 1.18 keV 65.3 mum 65.3 mum World eIoni + 1 3.83 mum -19.3 cm 2.2 cm 795 keV 1.18 keV 72.2 mum 72.2 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2646,7 +2651,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 324 nm -14 cm 2.05 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 1.96 mum -14 cm 2.05 cm 592 keV 1.04 keV 54.4 mum 54.4 mum World eIoni + 1 2.06 mum -14 cm 2.05 cm 674 keV 1.04 keV 61.3 mum 61.3 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2654,7 +2659,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -12.6 cm 1.99 cm 1.83 keV 0 eV 0 fm 0 fm World initStep - 1 -6.56 mum -12.6 cm 2 cm 1.42 MeV 1.83 keV 130 mum 130 mum World eIoni + 1 -6.71 mum -12.6 cm 2 cm 1.5 MeV 1.83 keV 137 mum 137 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2672,7 +2677,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 55.2 nm -11.5 cm 1.95 cm 1.93 keV 0 eV 0 fm 0 fm World initStep - 1 -7.09 mum -11.5 cm 1.95 cm 1.54 MeV 1.93 keV 141 mum 141 mum World eIoni + 1 -7.24 mum -11.5 cm 1.95 cm 1.62 MeV 1.93 keV 148 mum 148 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2680,7 +2685,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -9.79 cm 1.87 cm 2.73 keV 0 eV 0 fm 0 fm World initStep - 1 -992 nm -9.81 cm 1.87 cm 2.72 MeV 2.73 keV 251 mum 251 mum World eIoni + 1 -1 mum -9.81 cm 1.87 cm 2.79 MeV 2.73 keV 258 mum 258 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2699,7 +2704,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 4.25 mum -8.22 cm 1.79 cm 14.8 keV 0 eV 0 fm 0 fm World initStep - 1 -74.6 mum -8.72 cm 1.78 cm 54.2 MeV 14.8 keV 5.16 mm 5.16 mm World eIoni + 1 -74.7 mum -8.72 cm 1.78 cm 54.2 MeV 14.8 keV 5.16 mm 5.16 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2708,43 +2713,43 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -239 nm -3.59 cm 1.41 cm 16.7 keV 0 eV 0 fm 0 fm World initStep 1 -47 mum -3.75 cm 1.41 cm 17.2 MeV 4.13 keV 1.66 mm 1.66 mm World eIoni - 2 -79.3 mum -13.2 cm 1.41 cm 960 MeV 17.6 keV 9.42 cm 9.59 cm World eIoni - 3 -81.5 mum -15.3 cm 1.41 cm 1.17 GeV 3.25 keV 2.15 cm 11.7 cm World eIoni - 4 -81.9 mum -15.8 cm 1.41 cm 1.22 GeV 2.49 keV 4.32 mm 12.2 cm World eIoni - 5 -85 mum -19.3 cm 1.41 cm 1.58 GeV 9.38 keV 3.58 cm 15.7 cm World eIoni - 6 -85.6 mum -20 cm 1.41 cm 1.64 GeV 1.55 keV 6.66 mm 16.4 cm OutOfWorldTransportation + 2 -84.2 mum -13.2 cm 1.41 cm 960 MeV 17.6 keV 9.42 cm 9.59 cm World eIoni + 3 -86.6 mum -15.3 cm 1.41 cm 1.17 GeV 3.25 keV 2.15 cm 11.7 cm World eIoni + 4 -87.1 mum -15.8 cm 1.41 cm 1.22 GeV 2.49 keV 4.32 mm 12.2 cm World eIoni + 5 -90.5 mum -19.3 cm 1.41 cm 1.58 GeV 9.38 keV 3.58 cm 15.7 cm World eIoni + 6 -91.2 mum -20 cm 1.41 cm 1.64 GeV 1.55 keV 6.66 mm 16.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -85 mum -19.3 cm 1.41 cm 1.73 keV 0 eV 0 fm 0 fm World initStep - 1 -80.6 mum -19.3 cm 1.41 cm 1.3 MeV 1.73 keV 119 mum 119 mum World eIoni + 0 -90.5 mum -19.3 cm 1.41 cm 1.73 keV 0 eV 0 fm 0 fm World initStep + 1 -86 mum -19.3 cm 1.42 cm 1.38 MeV 1.73 keV 126 mum 126 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -81.9 mum -15.8 cm 1.41 cm 5.54 keV 0 eV 0 fm 0 fm World initStep - 1 -82.4 mum -15.8 cm 1.42 cm 9.18 MeV 5.54 keV 864 mum 864 mum World eIoni + 0 -87.1 mum -15.8 cm 1.41 cm 5.54 keV 0 eV 0 fm 0 fm World initStep + 1 -87.6 mum -15.8 cm 1.42 cm 9.26 MeV 5.54 keV 871 mum 871 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -81.5 mum -15.3 cm 1.41 cm 2.12 keV 0 eV 0 fm 0 fm World initStep - 1 -78.3 mum -15.3 cm 1.41 cm 1.79 MeV 2.12 keV 164 mum 164 mum World eIoni + 0 -86.6 mum -15.3 cm 1.41 cm 2.12 keV 0 eV 0 fm 0 fm World initStep + 1 -83.3 mum -15.3 cm 1.42 cm 1.87 MeV 2.12 keV 171 mum 171 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -79.3 mum -13.2 cm 1.41 cm 3.46 keV 0 eV 0 fm 0 fm World initStep - 1 -70.4 mum -13.2 cm 1.41 cm 4.05 MeV 3.46 keV 377 mum 377 mum World eIoni + 0 -84.2 mum -13.2 cm 1.41 cm 3.46 keV 0 eV 0 fm 0 fm World initStep + 1 -75.2 mum -13.2 cm 1.41 cm 4.13 MeV 3.46 keV 384 mum 384 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2752,7 +2757,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -3.3 cm 1.37 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 4.73 mum -3.31 cm 1.37 cm 619 keV 1.07 keV 56.7 mum 56.7 mum World eIoni + 1 5 mum -3.31 cm 1.37 cm 701 keV 1.07 keV 63.7 mum 63.7 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2769,7 +2774,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -4.72 cm 1.53 cm 1.38 keV 0 eV 0 fm 0 fm World initStep - 1 6.34 mum -4.73 cm 1.53 cm 918 keV 1.38 keV 83.8 mum 83.8 mum World eIoni + 1 6.59 mum -4.73 cm 1.53 cm 998 keV 1.38 keV 90.8 mum 90.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2787,26 +2792,26 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 800 nm -11 cm 1.93 cm 15.7 keV 0 eV 0 fm 0 fm World initStep - 1 -44.4 mum -11.1 cm 1.93 cm 10.2 MeV 896 eV 995 mum 995 mum World eIoni - 2 -90.9 mum -18.7 cm 1.94 cm 770 MeV 13.5 keV 7.6 cm 7.7 cm World eIoni - 3 -94.3 mum -20 cm 1.94 cm 898 MeV 3.64 keV 1.28 cm 8.98 cm OutOfWorldTransportation + 1 -44.4 mum -11.1 cm 1.93 cm 10.2 MeV 895 eV 995 mum 995 mum World eIoni + 2 -92.3 mum -18.7 cm 1.94 cm 770 MeV 13.5 keV 7.6 cm 7.7 cm World eIoni + 3 -95.8 mum -20 cm 1.94 cm 898 MeV 3.64 keV 1.28 cm 8.98 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -90.9 mum -18.7 cm 1.94 cm 41.1 keV 0 eV 0 fm 0 fm World initStep - 1 -25.2 mum -19 cm 1.94 cm 27.6 MeV 1.58 keV 2.71 mm 2.71 mm World eIoni - 2 -10 mum -20 cm 1.95 cm 129 MeV 950 eV 1.01 cm 1.28 cm OutOfWorldTransportation + 0 -92.3 mum -18.7 cm 1.94 cm 41.1 keV 0 eV 0 fm 0 fm World initStep + 1 -26.6 mum -19 cm 1.94 cm 27.6 MeV 1.57 keV 2.71 mm 2.71 mm World eIoni + 2 -11 mum -20 cm 1.95 cm 129 MeV 950 eV 1.01 cm 1.28 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -25.2 mum -19 cm 1.94 cm 3.39 keV 0 eV 0 fm 0 fm World initStep - 1 -20.6 mum -19 cm 1.95 cm 3.9 MeV 3.39 keV 362 mum 362 mum World eIoni + 0 -26.6 mum -19 cm 1.94 cm 3.39 keV 0 eV 0 fm 0 fm World initStep + 1 -22 mum -19 cm 1.95 cm 3.97 MeV 3.39 keV 369 mum 369 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2814,7 +2819,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -2.76 cm 1.29 cm 1.25 keV 0 eV 0 fm 0 fm World initStep - 1 -1 mum -2.77 cm 1.29 cm 776 keV 1.25 keV 71.4 mum 71.4 mum World eIoni + 1 -1.05 mum -2.77 cm 1.29 cm 856 keV 1.25 keV 78.3 mum 78.3 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2832,7 +2837,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -2.67 mum -14.6 cm 2.06 cm 2.63 keV 0 eV 0 fm 0 fm World initStep - 1 -9.51 mum -14.6 cm 2.06 cm 2.54 MeV 2.63 keV 234 mum 234 mum World eIoni + 1 -9.6 mum -14.6 cm 2.06 cm 2.62 MeV 2.63 keV 241 mum 241 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2840,7 +2845,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -5.72 cm 1.62 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 4.28 mum -5.73 cm 1.62 cm 590 keV 1.04 keV 54.3 mum 54.3 mum World eIoni + 1 4.54 mum -5.73 cm 1.62 cm 672 keV 1.04 keV 61.2 mum 61.2 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2857,7 +2862,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -9.33 cm 1.85 cm 5.42 keV 0 eV 0 fm 0 fm World initStep - 1 20.3 mum -9.41 cm 1.85 cm 8.81 MeV 5.42 keV 828 mum 828 mum World eIoni + 1 20.4 mum -9.42 cm 1.85 cm 8.89 MeV 5.42 keV 835 mum 835 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2875,7 +2880,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 2.55 mum -11 cm 1.93 cm 2.73 keV 0 eV 0 fm 0 fm World initStep - 1 4.49 mum -11.1 cm 1.93 cm 2.72 MeV 2.73 keV 251 mum 251 mum World eIoni + 1 4.51 mum -11.1 cm 1.93 cm 2.79 MeV 2.73 keV 258 mum 258 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2883,7 +2888,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -5.05 cm 1.56 cm 1.94 keV 0 eV 0 fm 0 fm World initStep - 1 -7.5 mum -5.06 cm 1.56 cm 1.55 MeV 1.94 keV 141 mum 141 mum World eIoni + 1 -7.66 mum -5.06 cm 1.56 cm 1.62 MeV 1.94 keV 148 mum 148 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2903,7 +2908,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -392 nm -18.7 cm 2.19 cm 2.2 keV 0 eV 0 fm 0 fm World initStep - 1 -11.4 mum -18.7 cm 2.19 cm 1.9 MeV 2.2 keV 174 mum 174 mum World eIoni + 1 -11.6 mum -18.7 cm 2.19 cm 1.98 MeV 2.2 keV 181 mum 181 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -2911,7 +2916,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -365 nm -18.6 cm 2.19 cm 1.24 keV 0 eV 0 fm 0 fm World initStep - 1 2.33 mum -18.6 cm 2.19 cm 774 keV 1.24 keV 70.8 mum 70.8 mum World eIoni + 1 2.45 mum -18.6 cm 2.19 cm 855 keV 1.24 keV 77.7 mum 77.7 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2919,7 +2924,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 1.53 mum -9.84 cm 1.88 cm 2.6 keV 0 eV 0 fm 0 fm World initStep - 1 12.1 mum -9.86 cm 1.88 cm 2.49 MeV 2.6 keV 230 mum 230 mum World eIoni + 1 12.2 mum -9.86 cm 1.88 cm 2.57 MeV 2.6 keV 237 mum 237 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2927,7 +2932,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -1.56 cm 1.05 cm 5.01 keV 0 eV 0 fm 0 fm World initStep - 1 -3.78 mum -1.63 cm 1.05 cm 7.61 MeV 5.01 keV 714 mum 714 mum World eIoni + 1 -3.79 mum -1.63 cm 1.05 cm 7.69 MeV 5.01 keV 721 mum 721 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2947,7 +2952,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -1.36 mum -16.2 cm 2.12 cm 1.66 keV 0 eV 0 fm 0 fm World initStep - 1 -1.96 mum -16.2 cm 2.12 cm 1.21 MeV 1.66 keV 111 mum 111 mum World eIoni + 1 -1.98 mum -16.2 cm 2.12 cm 1.29 MeV 1.66 keV 118 mum 118 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -2955,7 +2960,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 59.7 nm -10.9 cm 1.92 cm 1.78 keV 0 eV 0 fm 0 fm World initStep - 1 1.2 mum -10.9 cm 1.92 cm 1.36 MeV 1.78 keV 124 mum 124 mum World eIoni + 1 1.23 mum -10.9 cm 1.92 cm 1.44 MeV 1.78 keV 131 mum 131 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -2963,7 +2968,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 130 nm -10.6 cm 1.91 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 4.77 mum -10.6 cm 1.91 cm 592 keV 1.04 keV 54.4 mum 54.4 mum World eIoni + 1 5.05 mum -10.6 cm 1.91 cm 674 keV 1.04 keV 61.3 mum 61.3 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2971,7 +2976,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -3.54 cm 1.4 cm 8.46 keV 0 eV 0 fm 0 fm World initStep - 1 -771 nm -3.72 cm 1.39 cm 19.6 MeV 8.46 keV 1.85 mm 1.85 mm World eIoni + 1 -773 nm -3.72 cm 1.39 cm 19.6 MeV 8.46 keV 1.86 mm 1.86 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2989,7 +2994,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 2.23 nm -19.9 cm 2.22 cm 1.24 keV 0 eV 0 fm 0 fm World initStep - 1 2.67 mum -19.9 cm 2.22 cm 773 keV 1.24 keV 70.7 mum 70.7 mum World eIoni + 1 2.79 mum -19.9 cm 2.22 cm 854 keV 1.24 keV 77.6 mum 77.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -2997,7 +3002,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -18.6 cm 2.19 cm 1.1 keV 0 eV 0 fm 0 fm World initStep - 1 -52.3 nm -18.6 cm 2.19 cm 643 keV 1.1 keV 59 mum 59 mum World eIoni + 1 -55.2 nm -18.6 cm 2.19 cm 725 keV 1.1 keV 65.9 mum 65.9 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3017,7 +3022,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -841 nm -11.7 cm 1.96 cm 1.67 keV 0 eV 0 fm 0 fm World initStep - 1 -6.25 mum -11.7 cm 1.96 cm 1.23 MeV 1.67 keV 112 mum 112 mum World eIoni + 1 -6.4 mum -11.7 cm 1.96 cm 1.31 MeV 1.67 keV 119 mum 119 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -3025,7 +3030,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -948 nm -10.8 cm 1.92 cm 1.74 keV 0 eV 0 fm 0 fm World initStep - 1 1.86 mum -10.9 cm 1.92 cm 1.31 MeV 1.74 keV 120 mum 120 mum World eIoni + 1 1.94 mum -10.9 cm 1.92 cm 1.39 MeV 1.74 keV 127 mum 127 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -3033,7 +3038,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -1.66 mum -8.42 cm 1.8 cm 2.37 keV 0 eV 0 fm 0 fm World initStep - 1 -13.7 mum -8.43 cm 1.8 cm 2.14 MeV 2.37 keV 197 mum 197 mum World eIoni + 1 -13.9 mum -8.44 cm 1.8 cm 2.22 MeV 2.37 keV 204 mum 204 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -3041,7 +3046,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -3.32 cm 1.37 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 2.82 mum -3.32 cm 1.37 cm 618 keV 1.07 keV 56.9 mum 56.9 mum World eIoni + 1 2.98 mum -3.32 cm 1.37 cm 699 keV 1.07 keV 63.8 mum 63.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3061,26 +3066,26 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -1.16 mum -13.2 cm 2.02 cm 17.6 keV 0 eV 0 fm 0 fm World initStep - 1 49.2 mum -13.4 cm 2.02 cm 18.9 MeV 3.09 keV 1.83 mm 1.83 mm World eIoni - 2 75.6 mum -17.1 cm 2.03 cm 392 MeV 6.17 keV 3.73 cm 3.91 cm World eIoni - 3 80.5 mum -18.7 cm 2.03 cm 552 MeV 4.19 keV 1.6 cm 5.52 cm World eIoni - 4 83.5 mum -20 cm 2.03 cm 680 MeV 1.9 keV 1.28 cm 6.79 cm OutOfWorldTransportation + 1 49.2 mum -13.4 cm 2.02 cm 18.9 MeV 3.08 keV 1.83 mm 1.83 mm World eIoni + 2 78.3 mum -17.1 cm 2.03 cm 392 MeV 6.17 keV 3.73 cm 3.91 cm World eIoni + 3 83.5 mum -18.7 cm 2.03 cm 552 MeV 4.19 keV 1.6 cm 5.52 cm World eIoni + 4 86.7 mum -20 cm 2.03 cm 680 MeV 1.9 keV 1.28 cm 6.79 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 80.5 mum -18.7 cm 2.03 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 79.1 mum -18.7 cm 2.03 cm 653 keV 1.11 keV 59.9 mum 59.9 mum World eIoni + 0 83.5 mum -18.7 cm 2.03 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 82 mum -18.7 cm 2.03 cm 735 keV 1.11 keV 66.8 mum 66.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 75.6 mum -17.1 cm 2.03 cm 3.3 keV 0 eV 0 fm 0 fm World initStep - 1 58.1 mum -17.2 cm 2.03 cm 3.73 MeV 3.3 keV 346 mum 346 mum World eIoni + 0 78.3 mum -17.1 cm 2.03 cm 3.3 keV 0 eV 0 fm 0 fm World initStep + 1 60.6 mum -17.2 cm 2.03 cm 3.8 MeV 3.3 keV 353 mum 353 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -3088,7 +3093,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -1.37 mum -12 cm 1.97 cm 1.58 keV 0 eV 0 fm 0 fm World initStep - 1 -4.58 mum -12 cm 1.97 cm 1.11 MeV 1.58 keV 102 mum 102 mum World eIoni + 1 -4.67 mum -12 cm 1.97 cm 1.19 MeV 1.58 keV 109 mum 109 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -3096,7 +3101,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -1.92 mum -4.26 cm 1.48 cm 1e+03 eV 0 eV 0 fm 0 fm World initStep - 1 -6.12 mum -4.26 cm 1.48 cm 552 keV 1e+03 eV 50.8 mum 50.8 mum World eIoni + 1 -6.39 mum -4.26 cm 1.48 cm 634 keV 1e+03 eV 57.8 mum 57.8 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -3104,7 +3109,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -1.71 cm 1.09 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 3.51 mum -1.72 cm 1.09 cm 596 keV 1.05 keV 55 mum 55 mum World eIoni + 1 3.72 mum -1.72 cm 1.09 cm 678 keV 1.05 keV 61.9 mum 61.9 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3121,7 +3126,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -4.58 cm 1.52 cm 1.6 keV 0 eV 0 fm 0 fm World initStep - 1 -4.54 mum -4.59 cm 1.51 cm 1.13 MeV 1.6 keV 104 mum 104 mum World eIoni + 1 -4.68 mum -4.59 cm 1.51 cm 1.21 MeV 1.6 keV 111 mum 111 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3139,7 +3144,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 -30.6 nm -14.9 cm 2.08 cm 5.29 keV 0 eV 0 fm 0 fm World initStep - 1 19.8 mum -15 cm 2.07 cm 8.43 MeV 5.29 keV 792 mum 792 mum World eIoni + 1 19.9 mum -15 cm 2.07 cm 8.5 MeV 5.29 keV 799 mum 799 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -3147,7 +3152,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -11.5 cm 1.95 cm 994 eV 0 eV 0 fm 0 fm World initStep - 1 172 nm -11.5 cm 1.95 cm 550 keV 994 eV 50.5 mum 50.5 mum World eIoni + 1 184 nm -11.5 cm 1.95 cm 632 keV 994 eV 57.4 mum 57.4 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3165,43 +3170,43 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -13.4 cm 2.02 cm 14.3 keV 0 eV 0 fm 0 fm World initStep 1 -70 mum -13.6 cm 2.02 cm 21.2 MeV 3.98 keV 2.03 mm 2.03 mm World eIoni - 2 -78 mum -13.8 cm 2.02 cm 47.2 MeV 150 eV 2.6 mm 4.64 mm World eIoni - 3 -85.9 mum -14.8 cm 2.02 cm 142 MeV 2.02 keV 9.53 mm 1.42 cm World eIoni - 4 -89.8 mum -16 cm 2.02 cm 270 MeV 3.45 keV 1.27 cm 2.69 cm World eIoni - 5 -92.1 mum -18.9 cm 2.02 cm 558 MeV 5.96 keV 2.88 cm 5.57 cm World eIoni - 6 -92.2 mum -20 cm 2.02 cm 665 MeV 2.7 keV 1.07 cm 6.64 cm OutOfWorldTransportation + 2 -79.5 mum -13.8 cm 2.02 cm 47.2 MeV 150 eV 2.6 mm 4.64 mm World eIoni + 3 -89.4 mum -14.8 cm 2.02 cm 142 MeV 2.02 keV 9.53 mm 1.42 cm World eIoni + 4 -94.5 mum -16 cm 2.02 cm 270 MeV 3.45 keV 1.27 cm 2.69 cm World eIoni + 5 -98 mum -18.9 cm 2.02 cm 558 MeV 5.96 keV 2.88 cm 5.57 cm World eIoni + 6 -98.4 mum -20 cm 2.02 cm 665 MeV 2.7 keV 1.07 cm 6.64 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -92.1 mum -18.9 cm 2.02 cm 4.33 keV 0 eV 0 fm 0 fm World initStep - 1 -100 mum -19 cm 2.02 cm 5.95 MeV 4.33 keV 557 mum 557 mum World eIoni + 0 -98 mum -18.9 cm 2.02 cm 4.33 keV 0 eV 0 fm 0 fm World initStep + 1 -106 mum -19 cm 2.02 cm 6.03 MeV 4.33 keV 564 mum 564 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -89.8 mum -16 cm 2.02 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 -94.2 mum -16.1 cm 2.02 cm 577 keV 1.03 keV 53 mum 53 mum World eIoni + 0 -94.5 mum -16 cm 2.02 cm 1.03 keV 0 eV 0 fm 0 fm World initStep + 1 -99.1 mum -16.1 cm 2.02 cm 659 keV 1.03 keV 59.9 mum 59.9 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -85.9 mum -14.8 cm 2.02 cm 1.56 keV 0 eV 0 fm 0 fm World initStep - 1 -87.6 mum -14.8 cm 2.02 cm 1.1 MeV 1.56 keV 100 mum 100 mum World eIoni + 0 -89.4 mum -14.8 cm 2.02 cm 1.56 keV 0 eV 0 fm 0 fm World initStep + 1 -91.2 mum -14.8 cm 2.02 cm 1.18 MeV 1.56 keV 107 mum 107 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -78 mum -13.8 cm 2.02 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 -82.9 mum -13.8 cm 2.02 cm 718 keV 1.18 keV 65.8 mum 65.8 mum World eIoni + 0 -79.5 mum -13.8 cm 2.02 cm 1.18 keV 0 eV 0 fm 0 fm World initStep + 1 -84.5 mum -13.8 cm 2.02 cm 800 keV 1.18 keV 72.7 mum 72.7 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3218,7 +3223,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -6.69 cm 1.69 cm 9.18 keV 0 eV 0 fm 0 fm World initStep - 1 -46.7 mum -6.91 cm 1.7 cm 22.7 MeV 9.18 keV 2.15 mm 2.15 mm World eIoni + 1 -46.8 mum -6.91 cm 1.7 cm 22.8 MeV 9.18 keV 2.15 mm 2.15 mm World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3248,7 +3253,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 10.3 mum -17.6 cm 2.16 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 14.9 mum -17.6 cm 2.16 cm 750 keV 1.22 keV 68.7 mum 68.7 mum World eIoni + 1 15.2 mum -17.6 cm 2.16 cm 831 keV 1.22 keV 75.7 mum 75.7 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 @@ -3256,7 +3261,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 9.82 mum -16.6 cm 2.13 cm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 4.44 mum -16.6 cm 2.13 cm 784 keV 1.26 keV 71.8 mum 71.8 mum World eIoni + 1 4.2 mum -16.6 cm 2.13 cm 865 keV 1.26 keV 78.7 mum 78.7 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 @@ -3264,7 +3269,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 9.19 mum -14.8 cm 2.07 cm 1.21 keV 0 eV 0 fm 0 fm World initStep - 1 14.7 mum -14.8 cm 2.07 cm 739 keV 1.21 keV 67.7 mum 67.7 mum World eIoni + 1 15 mum -14.8 cm 2.07 cm 820 keV 1.21 keV 74.6 mum 74.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 @@ -3272,7 +3277,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 7.43 mum -12.1 cm 1.97 cm 1.41 keV 0 eV 0 fm 0 fm World initStep - 1 2.42 mum -12.1 cm 1.98 cm 946 keV 1.41 keV 86.4 mum 86.4 mum World eIoni + 1 2.23 mum -12.1 cm 1.98 cm 1.03 MeV 1.41 keV 93.3 mum 93.3 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 @@ -3280,17 +3285,17 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 6.58 mum -10.5 cm 1.91 cm 5.2 keV 0 eV 0 fm 0 fm World initStep - 1 -2.96 mum -10.6 cm 1.91 cm 2.73 MeV 443 eV 260 mum 260 mum World eIoni - 2 -22.2 mum -18.6 cm 1.91 cm 804 MeV 11.4 keV 8.01 cm 8.04 cm World eIoni - 3 -22.7 mum -20 cm 1.91 cm 946 MeV 3.38 keV 1.42 cm 9.46 cm OutOfWorldTransportation + 1 -2.96 mum -10.6 cm 1.91 cm 2.73 MeV 442 eV 260 mum 260 mum World eIoni + 2 -23.1 mum -18.6 cm 1.91 cm 804 MeV 11.4 keV 8.01 cm 8.04 cm World eIoni + 3 -23.6 mum -20 cm 1.91 cm 946 MeV 3.38 keV 1.42 cm 9.46 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -22.2 mum -18.6 cm 1.91 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 -22.2 mum -18.6 cm 1.91 cm 607 keV 1.06 keV 55.7 mum 55.7 mum World eIoni + 0 -23.1 mum -18.6 cm 1.91 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 -23.1 mum -18.6 cm 1.91 cm 689 keV 1.06 keV 62.6 mum 62.6 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -3298,7 +3303,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm -5.12 mm 6.69 mm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 -4.8 mum -5.2 mm 6.7 mm 948 keV 1.4 keV 84.9 mum 84.9 mum World eIoni + 1 -4.98 mum -5.21 mm 6.7 mm 1.03 MeV 1.4 keV 91.9 mum 91.9 mum World eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3325,11 +3330,11 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 166 mum -15.1 cm 3.22 mm 8.62 keV 0 eV 0 fm 0 fm World initStep - 1 182 mum -15.3 cm 3.16 mm 20.3 MeV 8.62 keV 1.92 mm 1.92 mm World eIoni + 1 183 mum -15.3 cm 3.16 mm 20.3 MeV 8.62 keV 1.92 mm 1.92 mm World eIoni Run terminated. Run Summary Number of events processed : 100 - User=1.15s Real=1.63s Sys=0.47s + User=0.49s Real=3.62s Sys=0.61s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/field/field02/include/F02CalorHit.hh b/examples/extended/field/field02/include/F02CalorHit.hh index a5dea4fbc0..256fe21c69 100644 --- a/examples/extended/field/field02/include/F02CalorHit.hh +++ b/examples/extended/field/field02/include/F02CalorHit.hh @@ -22,7 +22,7 @@ // // // $Id: F02CalorHit.hh,v 1.3 2003/06/25 17:33:43 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02CalorimeterSD.hh b/examples/extended/field/field02/include/F02CalorimeterSD.hh index 4d44162c83..7a99402d0a 100644 --- a/examples/extended/field/field02/include/F02CalorimeterSD.hh +++ b/examples/extended/field/field02/include/F02CalorimeterSD.hh @@ -22,7 +22,7 @@ // // // $Id: F02CalorimeterSD.hh,v 1.3 2001/10/15 17:20:40 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02DetectorConstruction.hh b/examples/extended/field/field02/include/F02DetectorConstruction.hh index 2a8a95f9cd..0e3a801690 100644 --- a/examples/extended/field/field02/include/F02DetectorConstruction.hh +++ b/examples/extended/field/field02/include/F02DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: F02DetectorConstruction.hh,v 1.5 2003/11/12 16:35:03 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02DetectorMessenger.hh b/examples/extended/field/field02/include/F02DetectorMessenger.hh index 15f60c1353..6ce13f1274 100644 --- a/examples/extended/field/field02/include/F02DetectorMessenger.hh +++ b/examples/extended/field/field02/include/F02DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F02DetectorMessenger.hh,v 1.3 2001/10/25 09:30:13 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02ElectricFieldSetup.hh b/examples/extended/field/field02/include/F02ElectricFieldSetup.hh index c4dc0740ec..66d04e8647 100644 --- a/examples/extended/field/field02/include/F02ElectricFieldSetup.hh +++ b/examples/extended/field/field02/include/F02ElectricFieldSetup.hh @@ -22,7 +22,7 @@ // // // $Id: F02ElectricFieldSetup.hh,v 1.1 2003/11/12 16:36:14 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // A class for control of the Electric Field of the detector. // The field for this case is uniform. diff --git a/examples/extended/field/field02/include/F02EventAction.hh b/examples/extended/field/field02/include/F02EventAction.hh index 0b8329b875..8367613736 100644 --- a/examples/extended/field/field02/include/F02EventAction.hh +++ b/examples/extended/field/field02/include/F02EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: F02EventAction.hh,v 1.3 2001/11/07 16:36:32 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02EventActionMessenger.hh b/examples/extended/field/field02/include/F02EventActionMessenger.hh index 5f441c3be9..a4bab6f34b 100644 --- a/examples/extended/field/field02/include/F02EventActionMessenger.hh +++ b/examples/extended/field/field02/include/F02EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F02EventActionMessenger.hh,v 1.2 2001/07/11 09:58:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02FieldMessenger.hh b/examples/extended/field/field02/include/F02FieldMessenger.hh index 60a9349425..3d326583ab 100644 --- a/examples/extended/field/field02/include/F02FieldMessenger.hh +++ b/examples/extended/field/field02/include/F02FieldMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F02FieldMessenger.hh,v 1.3 2003/11/12 16:35:03 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02PhysicsList.hh b/examples/extended/field/field02/include/F02PhysicsList.hh index 48d31beec3..03dc4c9747 100644 --- a/examples/extended/field/field02/include/F02PhysicsList.hh +++ b/examples/extended/field/field02/include/F02PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: F02PhysicsList.hh,v 1.3 2003/08/27 17:44:08 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: fieldex-V05-02-00 $ // #ifndef F02PhysicsList_h diff --git a/examples/extended/field/field02/include/F02PhysicsListMessenger.hh b/examples/extended/field/field02/include/F02PhysicsListMessenger.hh index f5d6abf171..5dcf3f8211 100644 --- a/examples/extended/field/field02/include/F02PhysicsListMessenger.hh +++ b/examples/extended/field/field02/include/F02PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F02PhysicsListMessenger.hh,v 1.3 2001/10/15 17:20:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02PrimaryGeneratorAction.hh b/examples/extended/field/field02/include/F02PrimaryGeneratorAction.hh index b1f3123be1..4c2e012265 100644 --- a/examples/extended/field/field02/include/F02PrimaryGeneratorAction.hh +++ b/examples/extended/field/field02/include/F02PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: F02PrimaryGeneratorAction.hh,v 1.3 2001/10/15 17:20:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02PrimaryGeneratorMessenger.hh b/examples/extended/field/field02/include/F02PrimaryGeneratorMessenger.hh index 760b2d69ab..d51ff2a7c6 100644 --- a/examples/extended/field/field02/include/F02PrimaryGeneratorMessenger.hh +++ b/examples/extended/field/field02/include/F02PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F02PrimaryGeneratorMessenger.hh,v 1.2 2001/07/11 09:58:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02RunAction.hh b/examples/extended/field/field02/include/F02RunAction.hh index c7bb2e57a3..ab18a242b3 100644 --- a/examples/extended/field/field02/include/F02RunAction.hh +++ b/examples/extended/field/field02/include/F02RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: F02RunAction.hh,v 1.5 2003/06/16 16:49:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02RunMessenger.hh b/examples/extended/field/field02/include/F02RunMessenger.hh index 34445fc845..1b1e92cd97 100644 --- a/examples/extended/field/field02/include/F02RunMessenger.hh +++ b/examples/extended/field/field02/include/F02RunMessenger.hh @@ -23,7 +23,7 @@ // // $Id: F02RunMessenger.hh,v 1.3 2001/10/15 17:20:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02StepCut.hh b/examples/extended/field/field02/include/F02StepCut.hh index 6edf413aef..affcc44605 100644 --- a/examples/extended/field/field02/include/F02StepCut.hh +++ b/examples/extended/field/field02/include/F02StepCut.hh @@ -22,7 +22,7 @@ // // // $Id: F02StepCut.hh,v 1.4 2003/06/25 17:33:43 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02SteppingAction.hh b/examples/extended/field/field02/include/F02SteppingAction.hh index d02744f732..e913d9d414 100644 --- a/examples/extended/field/field02/include/F02SteppingAction.hh +++ b/examples/extended/field/field02/include/F02SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: F02SteppingAction.hh,v 1.4 2001/11/07 16:36:32 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/include/F02SteppingMessenger.hh b/examples/extended/field/field02/include/F02SteppingMessenger.hh index 0ce0d3f662..ba06862671 100644 --- a/examples/extended/field/field02/include/F02SteppingMessenger.hh +++ b/examples/extended/field/field02/include/F02SteppingMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F02SteppingMessenger.hh,v 1.2 2001/07/11 09:58:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/extended/field/field02/include/F02SteppingVerbose.hh b/examples/extended/field/field02/include/F02SteppingVerbose.hh index 28a845250e..fb5ce279e7 100644 --- a/examples/extended/field/field02/include/F02SteppingVerbose.hh +++ b/examples/extended/field/field02/include/F02SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: F02SteppingVerbose.hh,v 1.3 2001/10/15 17:20:42 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/examples/extended/field/field02/include/F02VisManager.hh b/examples/extended/field/field02/include/F02VisManager.hh index 740321a1fb..292a6b4b2d 100644 --- a/examples/extended/field/field02/include/F02VisManager.hh +++ b/examples/extended/field/field02/include/F02VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: F02VisManager.hh,v 1.2 2001/07/11 09:58:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02CalorHit.cc b/examples/extended/field/field02/src/F02CalorHit.cc index 1ec013c68f..38aa2a3801 100644 --- a/examples/extended/field/field02/src/F02CalorHit.cc +++ b/examples/extended/field/field02/src/F02CalorHit.cc @@ -22,7 +22,7 @@ // // // $Id: F02CalorHit.cc,v 1.3 2003/06/25 17:33:43 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02CalorimeterSD.cc b/examples/extended/field/field02/src/F02CalorimeterSD.cc index 90eb395a66..e904bb201a 100644 --- a/examples/extended/field/field02/src/F02CalorimeterSD.cc +++ b/examples/extended/field/field02/src/F02CalorimeterSD.cc @@ -22,7 +22,7 @@ // // // $Id: F02CalorimeterSD.cc,v 1.5 2003/06/25 17:33:43 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02DetectorConstruction.cc b/examples/extended/field/field02/src/F02DetectorConstruction.cc index 7c4f78c45b..3a59d83ce0 100644 --- a/examples/extended/field/field02/src/F02DetectorConstruction.cc +++ b/examples/extended/field/field02/src/F02DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: F02DetectorConstruction.cc,v 1.10 2003/11/25 14:51:15 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02DetectorMessenger.cc b/examples/extended/field/field02/src/F02DetectorMessenger.cc index 658547512d..aa7e49c07c 100644 --- a/examples/extended/field/field02/src/F02DetectorMessenger.cc +++ b/examples/extended/field/field02/src/F02DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F02DetectorMessenger.cc,v 1.4 2002/12/05 01:06:57 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02ElectricFieldSetup.cc b/examples/extended/field/field02/src/F02ElectricFieldSetup.cc index 0719adebb5..e829a8847b 100644 --- a/examples/extended/field/field02/src/F02ElectricFieldSetup.cc +++ b/examples/extended/field/field02/src/F02ElectricFieldSetup.cc @@ -22,7 +22,7 @@ // // // $Id: F02ElectricFieldSetup.cc,v 1.1 2003/11/12 16:36:16 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // User Field class implementation. diff --git a/examples/extended/field/field02/src/F02EventAction.cc b/examples/extended/field/field02/src/F02EventAction.cc index 840e1ca638..0a9fad4cb3 100644 --- a/examples/extended/field/field02/src/F02EventAction.cc +++ b/examples/extended/field/field02/src/F02EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: F02EventAction.cc,v 1.4 2001/11/07 16:36:32 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02EventActionMessenger.cc b/examples/extended/field/field02/src/F02EventActionMessenger.cc index 070dfbb9f7..9164c501c1 100644 --- a/examples/extended/field/field02/src/F02EventActionMessenger.cc +++ b/examples/extended/field/field02/src/F02EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F02EventActionMessenger.cc,v 1.4 2002/12/05 01:06:57 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02FieldMessenger.cc b/examples/extended/field/field02/src/F02FieldMessenger.cc index 982f94930c..09f7a7e395 100644 --- a/examples/extended/field/field02/src/F02FieldMessenger.cc +++ b/examples/extended/field/field02/src/F02FieldMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F02FieldMessenger.cc,v 1.5 2003/11/12 16:35:23 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02PhysicsList.cc b/examples/extended/field/field02/src/F02PhysicsList.cc index 76ec902209..c4adcba8fb 100644 --- a/examples/extended/field/field02/src/F02PhysicsList.cc +++ b/examples/extended/field/field02/src/F02PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: F02PhysicsList.cc,v 1.7 2003/08/27 17:44:08 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: fieldex-V05-02-00 $ // #include "G4Timer.hh" diff --git a/examples/extended/field/field02/src/F02PhysicsListMessenger.cc b/examples/extended/field/field02/src/F02PhysicsListMessenger.cc index 727b71ef04..8e01378f2a 100644 --- a/examples/extended/field/field02/src/F02PhysicsListMessenger.cc +++ b/examples/extended/field/field02/src/F02PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F02PhysicsListMessenger.cc,v 1.5 2003/08/27 17:44:08 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: fieldex-V05-02-00 $ // // diff --git a/examples/extended/field/field02/src/F02PrimaryGeneratorAction.cc b/examples/extended/field/field02/src/F02PrimaryGeneratorAction.cc index fc25c9aa1b..d9769b5645 100644 --- a/examples/extended/field/field02/src/F02PrimaryGeneratorAction.cc +++ b/examples/extended/field/field02/src/F02PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: F02PrimaryGeneratorAction.cc,v 1.3 2001/10/15 17:20:44 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02PrimaryGeneratorMessenger.cc b/examples/extended/field/field02/src/F02PrimaryGeneratorMessenger.cc index 0df6bca427..68ed95bfc9 100644 --- a/examples/extended/field/field02/src/F02PrimaryGeneratorMessenger.cc +++ b/examples/extended/field/field02/src/F02PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F02PrimaryGeneratorMessenger.cc,v 1.4 2002/12/05 01:06:57 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02RunAction.cc b/examples/extended/field/field02/src/F02RunAction.cc index 61de05c296..16d3d214ff 100644 --- a/examples/extended/field/field02/src/F02RunAction.cc +++ b/examples/extended/field/field02/src/F02RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: F02RunAction.cc,v 1.6 2003/06/25 17:33:44 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02RunMessenger.cc b/examples/extended/field/field02/src/F02RunMessenger.cc index 3440d24c83..29a0e57197 100644 --- a/examples/extended/field/field02/src/F02RunMessenger.cc +++ b/examples/extended/field/field02/src/F02RunMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F02RunMessenger.cc,v 1.4 2002/12/05 01:06:57 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02StepCut.cc b/examples/extended/field/field02/src/F02StepCut.cc index 7595f763e3..fa480517cd 100644 --- a/examples/extended/field/field02/src/F02StepCut.cc +++ b/examples/extended/field/field02/src/F02StepCut.cc @@ -22,7 +22,7 @@ // // // $Id: F02StepCut.cc,v 1.2 2001/07/11 09:58:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "F02StepCut.hh" diff --git a/examples/extended/field/field02/src/F02SteppingAction.cc b/examples/extended/field/field02/src/F02SteppingAction.cc index 78a2939c88..f8571aabda 100644 --- a/examples/extended/field/field02/src/F02SteppingAction.cc +++ b/examples/extended/field/field02/src/F02SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: F02SteppingAction.cc,v 1.5 2003/06/16 16:49:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field02/src/F02SteppingMessenger.cc b/examples/extended/field/field02/src/F02SteppingMessenger.cc index dcb44fbeb0..d20b9c3fb2 100644 --- a/examples/extended/field/field02/src/F02SteppingMessenger.cc +++ b/examples/extended/field/field02/src/F02SteppingMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F02SteppingMessenger.cc,v 1.3 2003/06/25 17:33:44 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/extended/field/field02/src/F02SteppingVerbose.cc b/examples/extended/field/field02/src/F02SteppingVerbose.cc index 32b6090550..5f61b41406 100644 --- a/examples/extended/field/field02/src/F02SteppingVerbose.cc +++ b/examples/extended/field/field02/src/F02SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: F02SteppingVerbose.cc,v 1.5 2003/06/16 16:49:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/examples/extended/field/field02/src/F02VisManager.cc b/examples/extended/field/field02/src/F02VisManager.cc index e7ea785840..11882380e6 100644 --- a/examples/extended/field/field02/src/F02VisManager.cc +++ b/examples/extended/field/field02/src/F02VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: F02VisManager.cc,v 1.5 2003/11/13 15:11:03 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/field/field03/History b/examples/extended/field/field03/History index 9d7dc3a1f4..f3d930b31e 100644 --- a/examples/extended/field/field03/History +++ b/examples/extended/field/field03/History @@ -1,4 +1,4 @@ -$Id: History,v 1.13 2003/12/02 09:17:20 japost Exp $ +$Id: History,v 1.14 2004/03/23 15:44:19 japost Exp $ ------------------------------------------------------------------- ========================================================= @@ -14,6 +14,11 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +Mar 23rd, 2004 John Apostolakis (fieldex03-V06-00-00) +----------------------------------------------------- +- F03FieldSetup: fixed SetFieldValue methods to update equation, fld-manager +- F03FieldMessenger: added printout of value after Set Command + Dec 1st, 2003 John Apostolakis (fieldex03-V05-02-00) ----------------------------------------------------- - Renamed F03ElectroMagneticField into F03FieldSetup (as it is a creator, diff --git a/examples/extended/field/field03/field03.cc b/examples/extended/field/field03/field03.cc index 8db0250ad0..f039d2360b 100644 --- a/examples/extended/field/field03/field03.cc +++ b/examples/extended/field/field03/field03.cc @@ -22,7 +22,7 @@ // // // $Id: field03.cc,v 1.5 2003/12/01 17:31:13 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/field/field03/field03.out b/examples/extended/field/field03/field03.out index 508a32c7cc..53662c5617 100644 --- a/examples/extended/field/field03/field03.out +++ b/examples/extended/field/field03/field03.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + ***** Table : Nb of materials = 11 ***** @@ -136,7 +139,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -153,7 +157,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -187,13 +192,13 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng 4 0 fm 81.240793 cm 21.58699 m 500 MeV 0 eV 65.848987 cm 1.1239365 m World Transportation 0 fm 795.60595 mum 605.81447 mum 5 0 fm 94.603131 cm 21.74 m 500 MeV 0 eV 20.453354 cm 1.3284701 m Radiator Transportation 0 fm 493.1647 mum 869.93596 mum 6 0 fm 98.923943 cm 21.84 m 500 MeV 0 eV 10.914704 cm 1.4376171 m RadSlice Transportation 0 fm 295.50359 mum 955.34163 mum - 7 0 fm 1.0118328 m 21.9895 m 500 MeV 0 eV 15.176601 cm 1.5893831 m World Transportation 0 fm 2.1926163 Ang 1000 mum + 7 0 fm 1.0118328 m 21.9895 m 500 MeV 0 eV 15.176601 cm 1.5893831 m World Transportation 0 fm 2.1926162 Ang 1000 mum 8 0 fm 1.0118318 m 21.9905 m 500 MeV 0 eV 1.0000007 mm 1.5903831 m Absorber Transportation 0 fm -1.9763919 mum 999.99805 mum 9 0 fm 1.0117238 m 22 m 500 MeV 0 eV 9.5007541 mm 1.5998839 m OutOfWorld Transportation 0 fm -20.7542 mum 999.78461 mum Run terminated. Run Summary Number of events processed : 1 - User=0.02s Real=0.03s Sys=0.01s + User=0.01s Real=0.01s Sys=0s ========= Table of registered couples ============================== @@ -215,7 +220,7 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 100 - User=0.82s Real=0.82s Sys=0s + User=0.27s Real=0.27s Sys=0s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/field/field03/include/F03CalorHit.hh b/examples/extended/field/field03/include/F03CalorHit.hh index 1fd194f2ce..0ace20711e 100644 --- a/examples/extended/field/field03/include/F03CalorHit.hh +++ b/examples/extended/field/field03/include/F03CalorHit.hh @@ -22,7 +22,7 @@ // // // $Id: F03CalorHit.hh,v 1.3 2003/06/25 17:18:44 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03CalorimeterSD.hh b/examples/extended/field/field03/include/F03CalorimeterSD.hh index 7abea8da1d..b003d1936b 100644 --- a/examples/extended/field/field03/include/F03CalorimeterSD.hh +++ b/examples/extended/field/field03/include/F03CalorimeterSD.hh @@ -22,7 +22,7 @@ // // // $Id: F03CalorimeterSD.hh,v 1.3 2001/10/15 17:20:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03DetectorConstruction.hh b/examples/extended/field/field03/include/F03DetectorConstruction.hh index 3b150d979c..56f34f416a 100644 --- a/examples/extended/field/field03/include/F03DetectorConstruction.hh +++ b/examples/extended/field/field03/include/F03DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: F03DetectorConstruction.hh,v 1.5 2003/12/01 17:28:26 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03DetectorMessenger.hh b/examples/extended/field/field03/include/F03DetectorMessenger.hh index ef860814e4..8e027f4bd4 100644 --- a/examples/extended/field/field03/include/F03DetectorMessenger.hh +++ b/examples/extended/field/field03/include/F03DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F03DetectorMessenger.hh,v 1.3 2001/10/25 10:03:53 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03EventAction.hh b/examples/extended/field/field03/include/F03EventAction.hh index 9b8ba5d886..36022f4ef7 100644 --- a/examples/extended/field/field03/include/F03EventAction.hh +++ b/examples/extended/field/field03/include/F03EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: F03EventAction.hh,v 1.3 2001/11/07 16:36:33 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03EventActionMessenger.hh b/examples/extended/field/field03/include/F03EventActionMessenger.hh index 04c3fd3f90..b2e12cb709 100644 --- a/examples/extended/field/field03/include/F03EventActionMessenger.hh +++ b/examples/extended/field/field03/include/F03EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F03EventActionMessenger.hh,v 1.2 2001/07/11 09:58:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03FieldMessenger.hh b/examples/extended/field/field03/include/F03FieldMessenger.hh index ea13bfb41f..a63d012ef7 100644 --- a/examples/extended/field/field03/include/F03FieldMessenger.hh +++ b/examples/extended/field/field03/include/F03FieldMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F03FieldMessenger.hh,v 1.3 2003/12/01 17:28:46 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03FieldSetup.hh b/examples/extended/field/field03/include/F03FieldSetup.hh index 7e9a8004cb..7a0bfd3889 100644 --- a/examples/extended/field/field03/include/F03FieldSetup.hh +++ b/examples/extended/field/field03/include/F03FieldSetup.hh @@ -22,7 +22,7 @@ // // // $Id: F03FieldSetup.hh,v 1.1 2003/12/01 17:03:02 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // A class for setting up the Magnetic Field of the setup, and // creating the necessary classes to control accuracy of propagation. diff --git a/examples/extended/field/field03/include/F03PhysicsList.hh b/examples/extended/field/field03/include/F03PhysicsList.hh index 1e2ae0db83..9bd13ba690 100644 --- a/examples/extended/field/field03/include/F03PhysicsList.hh +++ b/examples/extended/field/field03/include/F03PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: F03PhysicsList.hh,v 1.4 2003/08/27 17:50:29 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: fieldex-V05-02-00 $ // #ifndef F03PhysicsList_h diff --git a/examples/extended/field/field03/include/F03PhysicsListMessenger.hh b/examples/extended/field/field03/include/F03PhysicsListMessenger.hh index 28b30bb0e1..5549e2a44b 100644 --- a/examples/extended/field/field03/include/F03PhysicsListMessenger.hh +++ b/examples/extended/field/field03/include/F03PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F03PhysicsListMessenger.hh,v 1.3 2001/10/15 17:20:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03PrimaryGeneratorAction.hh b/examples/extended/field/field03/include/F03PrimaryGeneratorAction.hh index 1f186a5837..8b81aedf9e 100644 --- a/examples/extended/field/field03/include/F03PrimaryGeneratorAction.hh +++ b/examples/extended/field/field03/include/F03PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: F03PrimaryGeneratorAction.hh,v 1.3 2001/10/15 17:20:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03PrimaryGeneratorMessenger.hh b/examples/extended/field/field03/include/F03PrimaryGeneratorMessenger.hh index 186b627dec..0ca948d2ea 100644 --- a/examples/extended/field/field03/include/F03PrimaryGeneratorMessenger.hh +++ b/examples/extended/field/field03/include/F03PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F03PrimaryGeneratorMessenger.hh,v 1.2 2001/07/11 09:58:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03RunAction.hh b/examples/extended/field/field03/include/F03RunAction.hh index cc74ed81e0..0a9071cf3f 100644 --- a/examples/extended/field/field03/include/F03RunAction.hh +++ b/examples/extended/field/field03/include/F03RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: F03RunAction.hh,v 1.5 2003/06/16 16:49:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03RunMessenger.hh b/examples/extended/field/field03/include/F03RunMessenger.hh index 13816f74ce..4a08023c61 100644 --- a/examples/extended/field/field03/include/F03RunMessenger.hh +++ b/examples/extended/field/field03/include/F03RunMessenger.hh @@ -23,7 +23,7 @@ // // $Id: F03RunMessenger.hh,v 1.3 2001/10/15 17:20:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03StepCut.hh b/examples/extended/field/field03/include/F03StepCut.hh index 477de434b4..f768d1a38d 100644 --- a/examples/extended/field/field03/include/F03StepCut.hh +++ b/examples/extended/field/field03/include/F03StepCut.hh @@ -22,7 +22,7 @@ // // // $Id: F03StepCut.hh,v 1.4 2003/06/25 17:18:59 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03SteppingAction.hh b/examples/extended/field/field03/include/F03SteppingAction.hh index fb6ec9ee83..be955f555c 100644 --- a/examples/extended/field/field03/include/F03SteppingAction.hh +++ b/examples/extended/field/field03/include/F03SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: F03SteppingAction.hh,v 1.4 2001/11/07 16:36:33 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/include/F03SteppingMessenger.hh b/examples/extended/field/field03/include/F03SteppingMessenger.hh index 0768cb9cac..0d8ad97327 100644 --- a/examples/extended/field/field03/include/F03SteppingMessenger.hh +++ b/examples/extended/field/field03/include/F03SteppingMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: F03SteppingMessenger.hh,v 1.2 2001/07/11 09:58:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/extended/field/field03/include/F03SteppingVerbose.hh b/examples/extended/field/field03/include/F03SteppingVerbose.hh index ae447217fe..fb8ef3c485 100644 --- a/examples/extended/field/field03/include/F03SteppingVerbose.hh +++ b/examples/extended/field/field03/include/F03SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: F03SteppingVerbose.hh,v 1.3 2001/10/15 17:20:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/examples/extended/field/field03/include/F03VisManager.hh b/examples/extended/field/field03/include/F03VisManager.hh index 74e5b82fcb..c4c5743aec 100644 --- a/examples/extended/field/field03/include/F03VisManager.hh +++ b/examples/extended/field/field03/include/F03VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: F03VisManager.hh,v 1.2 2001/07/11 09:58:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/src/F03CalorHit.cc b/examples/extended/field/field03/src/F03CalorHit.cc index 384242183c..ab24e196b9 100644 --- a/examples/extended/field/field03/src/F03CalorHit.cc +++ b/examples/extended/field/field03/src/F03CalorHit.cc @@ -22,7 +22,7 @@ // // // $Id: F03CalorHit.cc,v 1.3 2003/06/25 17:19:02 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/src/F03CalorimeterSD.cc b/examples/extended/field/field03/src/F03CalorimeterSD.cc index eeaba3d90e..53f03e48ad 100644 --- a/examples/extended/field/field03/src/F03CalorimeterSD.cc +++ b/examples/extended/field/field03/src/F03CalorimeterSD.cc @@ -22,7 +22,7 @@ // // // $Id: F03CalorimeterSD.cc,v 1.5 2003/06/25 17:19:02 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/src/F03DetectorConstruction.cc b/examples/extended/field/field03/src/F03DetectorConstruction.cc index ea988a310e..1552604a20 100644 --- a/examples/extended/field/field03/src/F03DetectorConstruction.cc +++ b/examples/extended/field/field03/src/F03DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: F03DetectorConstruction.cc,v 1.10 2003/12/01 17:28:33 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/field/field03/src/F03DetectorMessenger.cc b/examples/extended/field/field03/src/F03DetectorMessenger.cc index d2f94c323e..74694697df 100644 --- a/examples/extended/field/field03/src/F03DetectorMessenger.cc +++ b/examples/extended/field/field03/src/F03DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F03DetectorMessenger.cc,v 1.4 2002/12/05 01:06:58 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/src/F03EventAction.cc b/examples/extended/field/field03/src/F03EventAction.cc index bb71d28355..3a94f851b7 100644 --- a/examples/extended/field/field03/src/F03EventAction.cc +++ b/examples/extended/field/field03/src/F03EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: F03EventAction.cc,v 1.4 2001/11/07 16:36:33 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/src/F03EventActionMessenger.cc b/examples/extended/field/field03/src/F03EventActionMessenger.cc index 5c2dd8d607..a716c384d6 100644 --- a/examples/extended/field/field03/src/F03EventActionMessenger.cc +++ b/examples/extended/field/field03/src/F03EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F03EventActionMessenger.cc,v 1.3 2002/12/05 01:06:58 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/src/F03FieldMessenger.cc b/examples/extended/field/field03/src/F03FieldMessenger.cc index b644f1e21b..e8d1fd2999 100644 --- a/examples/extended/field/field03/src/F03FieldMessenger.cc +++ b/examples/extended/field/field03/src/F03FieldMessenger.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: F03FieldMessenger.cc,v 1.5 2003/12/01 17:28:54 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: F03FieldMessenger.cc,v 1.6 2004/03/23 15:40:39 japost Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -109,6 +109,12 @@ void F03FieldMessenger::SetNewValue( G4UIcommand* command, G4String newValue) if( command == MagFieldCmd ) { fEMfieldSetup->SetFieldValue(MagFieldCmd->GetNewDoubleValue(newValue)); + // Check the value + // fEMfieldSetup->GetConstantFieldValue(); + // GetLocalFieldManager() + G4cout << "Set field value to " << + fEMfieldSetup->GetConstantFieldValue() / gauss << " Gauss " << G4endl; + } if( command == MinStepCmd ) { diff --git a/examples/extended/field/field03/src/F03FieldSetup.cc b/examples/extended/field/field03/src/F03FieldSetup.cc index aada896542..0a4ed4021d 100644 --- a/examples/extended/field/field03/src/F03FieldSetup.cc +++ b/examples/extended/field/field03/src/F03FieldSetup.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: F03FieldSetup.cc,v 1.2 2003/12/01 17:29:57 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: F03FieldSetup.cc,v 1.3 2004/03/23 15:41:38 japost Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // Field Setup class implementation. @@ -190,11 +190,12 @@ void F03FieldSetup::SetStepper() // Set the value of the Global Field to fieldValue along Z // -void F03FieldSetup::SetFieldValue(G4double fieldValue) +void F03FieldSetup::SetFieldValue(G4double fieldStrength) { - if(fMagneticField) delete fMagneticField; - fMagneticField = new G4UniformMagField(G4ThreeVector(0,0,fieldValue)); - // UpdateField(); + G4ThreeVector fieldSetVec(0.0, 0.0, fieldStrength); + this->SetFieldValue( fieldSetVec ); + // ************* + } /////////////////////////////////////////////////////////////////////////////// @@ -204,9 +205,6 @@ void F03FieldSetup::SetFieldValue(G4double fieldValue) void F03FieldSetup::SetFieldValue(G4ThreeVector fieldVector) { - // Find the Field Manager for the global field - G4FieldManager* fieldMgr= GetGlobalFieldManager(); - if(fMagneticField) delete fMagneticField; if(fieldVector != G4ThreeVector(0.,0.,0.)) @@ -215,13 +213,20 @@ void F03FieldSetup::SetFieldValue(G4ThreeVector fieldVector) } else { - // If the new field's value is Zero, then it is best to - // insure that it is not used for propagation. + // If the new field's value is Zero, then + // setting the pointer to zero ensures + // that it is not used for propagation. fMagneticField = 0; } - fieldMgr->SetDetectorField(fMagneticField); - // UpdateField(); + // Either + // - UpdateField() to reset all (ChordFinder, Equation); + // UpdateField(); + // or simply update the field manager & equation of motion + // with pointer to new field + GetGlobalFieldManager()->SetDetectorField(fMagneticField); + fEquation->SetFieldObj( fMagneticField ); + } //////////////////////////////////////////////////////////////////////////////// @@ -234,3 +239,16 @@ G4FieldManager* F03FieldSetup::GetGlobalFieldManager() ->GetFieldManager(); } + +// In place of G4UniformField::GetConstantFieldValue ... +// +G4ThreeVector F03FieldSetup::GetConstantFieldValue() +{ + static G4double fieldValue[6], position[4]; + position[0] = position[1] = position[2] = position[3] = 0.0; + + fMagneticField->GetFieldValue( position, fieldValue); + G4ThreeVector fieldVec(fieldValue[0], fieldValue[1], fieldValue[2]); + + return fieldVec; +} diff --git a/examples/extended/field/field03/src/F03PhysicsList.cc b/examples/extended/field/field03/src/F03PhysicsList.cc index 0661a73fa7..7753a7e184 100644 --- a/examples/extended/field/field03/src/F03PhysicsList.cc +++ b/examples/extended/field/field03/src/F03PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: F03PhysicsList.cc,v 1.7 2003/08/27 17:50:29 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: fieldex-V05-02-00 $ // #include "G4Timer.hh" diff --git a/examples/extended/field/field03/src/F03PhysicsListMessenger.cc b/examples/extended/field/field03/src/F03PhysicsListMessenger.cc index 569a6f794e..276b24bdec 100644 --- a/examples/extended/field/field03/src/F03PhysicsListMessenger.cc +++ b/examples/extended/field/field03/src/F03PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F03PhysicsListMessenger.cc,v 1.4 2003/08/27 17:50:29 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: fieldex-V05-02-00 $ // // diff --git a/examples/extended/field/field03/src/F03PrimaryGeneratorAction.cc b/examples/extended/field/field03/src/F03PrimaryGeneratorAction.cc index a5e4c09a7f..7e4b585d0a 100644 --- a/examples/extended/field/field03/src/F03PrimaryGeneratorAction.cc +++ b/examples/extended/field/field03/src/F03PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: F03PrimaryGeneratorAction.cc,v 1.4 2001/11/07 14:34:43 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/src/F03PrimaryGeneratorMessenger.cc b/examples/extended/field/field03/src/F03PrimaryGeneratorMessenger.cc index 1b1104c888..0b2d870d4c 100644 --- a/examples/extended/field/field03/src/F03PrimaryGeneratorMessenger.cc +++ b/examples/extended/field/field03/src/F03PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F03PrimaryGeneratorMessenger.cc,v 1.4 2002/12/05 01:06:58 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/src/F03RunAction.cc b/examples/extended/field/field03/src/F03RunAction.cc index 5c48675e60..3778c0f9c8 100644 --- a/examples/extended/field/field03/src/F03RunAction.cc +++ b/examples/extended/field/field03/src/F03RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: F03RunAction.cc,v 1.7 2003/06/25 17:19:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "F03RunAction.hh" diff --git a/examples/extended/field/field03/src/F03RunMessenger.cc b/examples/extended/field/field03/src/F03RunMessenger.cc index f59976cf30..2329a8db61 100644 --- a/examples/extended/field/field03/src/F03RunMessenger.cc +++ b/examples/extended/field/field03/src/F03RunMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F03RunMessenger.cc,v 1.4 2002/12/05 01:06:58 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/src/F03StepCut.cc b/examples/extended/field/field03/src/F03StepCut.cc index cd39799987..b2db8a2bf1 100644 --- a/examples/extended/field/field03/src/F03StepCut.cc +++ b/examples/extended/field/field03/src/F03StepCut.cc @@ -22,7 +22,7 @@ // // // $Id: F03StepCut.cc,v 1.2 2001/07/11 09:58:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "F03StepCut.hh" diff --git a/examples/extended/field/field03/src/F03SteppingAction.cc b/examples/extended/field/field03/src/F03SteppingAction.cc index c5adffaa71..a3ed03d70d 100644 --- a/examples/extended/field/field03/src/F03SteppingAction.cc +++ b/examples/extended/field/field03/src/F03SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: F03SteppingAction.cc,v 1.5 2003/06/16 16:49:08 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/field/field03/src/F03SteppingMessenger.cc b/examples/extended/field/field03/src/F03SteppingMessenger.cc index d1b0e3c2b9..08f1d69594 100644 --- a/examples/extended/field/field03/src/F03SteppingMessenger.cc +++ b/examples/extended/field/field03/src/F03SteppingMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: F03SteppingMessenger.cc,v 1.4 2003/06/25 17:19:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/extended/field/field03/src/F03SteppingVerbose.cc b/examples/extended/field/field03/src/F03SteppingVerbose.cc index 424663a126..26627a24b9 100644 --- a/examples/extended/field/field03/src/F03SteppingVerbose.cc +++ b/examples/extended/field/field03/src/F03SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: F03SteppingVerbose.cc,v 1.4 2003/06/16 16:49:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/field/field03/src/F03VisManager.cc b/examples/extended/field/field03/src/F03VisManager.cc index 2add13aa7b..f5a6f1dec7 100644 --- a/examples/extended/field/field03/src/F03VisManager.cc +++ b/examples/extended/field/field03/src/F03VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: F03VisManager.cc,v 1.5 2003/11/13 15:11:08 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/g3tog4/clGeometry/clGeometry.cc b/examples/extended/g3tog4/clGeometry/clGeometry.cc index f88c6343f4..cc8dec4a2c 100644 --- a/examples/extended/g3tog4/clGeometry/clGeometry.cc +++ b/examples/extended/g3tog4/clGeometry/clGeometry.cc @@ -22,7 +22,7 @@ // // // $Id: clGeometry.cc,v 1.4 2003/07/04 15:55:01 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/clGeometry/clGeometry.out b/examples/extended/g3tog4/clGeometry/clGeometry.out index 5c102141d5..e0323eed93 100644 --- a/examples/extended/g3tog4/clGeometry/clGeometry.out +++ b/examples/extended/g3tog4/clGeometry/clGeometry.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (27-June-2003) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/g3tog4/clGeometry/include/G3toG4DetectorConstruction.hh b/examples/extended/g3tog4/clGeometry/include/G3toG4DetectorConstruction.hh index eaff682ef0..b5dc386627 100644 --- a/examples/extended/g3tog4/clGeometry/include/G3toG4DetectorConstruction.hh +++ b/examples/extended/g3tog4/clGeometry/include/G3toG4DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4DetectorConstruction.hh,v 1.3 2003/02/20 08:48:43 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G3toG4DetectorConstruction_h #define G3toG4DetectorConstruction_h 1 diff --git a/examples/extended/g3tog4/clGeometry/include/G3toG4EventAction.hh b/examples/extended/g3tog4/clGeometry/include/G3toG4EventAction.hh index 456100096b..4e7be00b48 100644 --- a/examples/extended/g3tog4/clGeometry/include/G3toG4EventAction.hh +++ b/examples/extended/g3tog4/clGeometry/include/G3toG4EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4EventAction.hh,v 1.2 2001/07/11 09:58:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/clGeometry/include/G3toG4EventActionMessenger.hh b/examples/extended/g3tog4/clGeometry/include/G3toG4EventActionMessenger.hh index 3a5c56c110..fd66a7d59f 100644 --- a/examples/extended/g3tog4/clGeometry/include/G3toG4EventActionMessenger.hh +++ b/examples/extended/g3tog4/clGeometry/include/G3toG4EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4EventActionMessenger.hh,v 1.2 2001/07/11 09:58:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/clGeometry/include/G3toG4PhysicsList.hh b/examples/extended/g3tog4/clGeometry/include/G3toG4PhysicsList.hh index 98427032fa..fdf51f5b09 100644 --- a/examples/extended/g3tog4/clGeometry/include/G3toG4PhysicsList.hh +++ b/examples/extended/g3tog4/clGeometry/include/G3toG4PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4PhysicsList.hh,v 1.2 2001/07/11 09:58:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/clGeometry/include/G3toG4PrimaryGeneratorAction.hh b/examples/extended/g3tog4/clGeometry/include/G3toG4PrimaryGeneratorAction.hh index 7673a5fc1a..ff35f92ad1 100644 --- a/examples/extended/g3tog4/clGeometry/include/G3toG4PrimaryGeneratorAction.hh +++ b/examples/extended/g3tog4/clGeometry/include/G3toG4PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4PrimaryGeneratorAction.hh,v 1.2 2001/07/11 09:58:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G3toG4PrimaryGeneratorAction_h diff --git a/examples/extended/g3tog4/clGeometry/include/G3toG4RunAction.hh b/examples/extended/g3tog4/clGeometry/include/G3toG4RunAction.hh index b544295796..79e0911719 100644 --- a/examples/extended/g3tog4/clGeometry/include/G3toG4RunAction.hh +++ b/examples/extended/g3tog4/clGeometry/include/G3toG4RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4RunAction.hh,v 1.2 2001/07/11 09:58:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G3toG4RunAction_h diff --git a/examples/extended/g3tog4/clGeometry/include/G3toG4VisManager.hh b/examples/extended/g3tog4/clGeometry/include/G3toG4VisManager.hh index 537219ec6f..0a35d1ba1c 100644 --- a/examples/extended/g3tog4/clGeometry/include/G3toG4VisManager.hh +++ b/examples/extended/g3tog4/clGeometry/include/G3toG4VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4VisManager.hh,v 1.2 2001/07/11 09:58:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/clGeometry/src/G3toG4DetectorConstruction.cc b/examples/extended/g3tog4/clGeometry/src/G3toG4DetectorConstruction.cc index b917f01086..13e5e5122b 100644 --- a/examples/extended/g3tog4/clGeometry/src/G3toG4DetectorConstruction.cc +++ b/examples/extended/g3tog4/clGeometry/src/G3toG4DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4DetectorConstruction.cc,v 1.4 2003/07/04 15:55:01 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //-------------------------------------------------------------------------- // G3toG4DetectorConstruction. Most the work is Done in diff --git a/examples/extended/g3tog4/clGeometry/src/G3toG4EventAction.cc b/examples/extended/g3tog4/clGeometry/src/G3toG4EventAction.cc index c820ef23f3..89e43896be 100644 --- a/examples/extended/g3tog4/clGeometry/src/G3toG4EventAction.cc +++ b/examples/extended/g3tog4/clGeometry/src/G3toG4EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4EventAction.cc,v 1.4 2003/07/04 15:55:02 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/clGeometry/src/G3toG4EventActionMessenger.cc b/examples/extended/g3tog4/clGeometry/src/G3toG4EventActionMessenger.cc index 66bca5558b..9674e70808 100644 --- a/examples/extended/g3tog4/clGeometry/src/G3toG4EventActionMessenger.cc +++ b/examples/extended/g3tog4/clGeometry/src/G3toG4EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4EventActionMessenger.cc,v 1.3 2002/12/05 01:06:59 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/clGeometry/src/G3toG4PhysicsList.cc b/examples/extended/g3tog4/clGeometry/src/G3toG4PhysicsList.cc index 29172b408c..a1831d9c21 100644 --- a/examples/extended/g3tog4/clGeometry/src/G3toG4PhysicsList.cc +++ b/examples/extended/g3tog4/clGeometry/src/G3toG4PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4PhysicsList.cc,v 1.3 2003/02/20 08:48:43 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/clGeometry/src/G3toG4PrimaryGeneratorAction.cc b/examples/extended/g3tog4/clGeometry/src/G3toG4PrimaryGeneratorAction.cc index 9455e62d41..762085b021 100644 --- a/examples/extended/g3tog4/clGeometry/src/G3toG4PrimaryGeneratorAction.cc +++ b/examples/extended/g3tog4/clGeometry/src/G3toG4PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4PrimaryGeneratorAction.cc,v 1.3 2001/07/11 09:58:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" diff --git a/examples/extended/g3tog4/clGeometry/src/G3toG4RunAction.cc b/examples/extended/g3tog4/clGeometry/src/G3toG4RunAction.cc index 12c3572c37..670e2cb92b 100644 --- a/examples/extended/g3tog4/clGeometry/src/G3toG4RunAction.cc +++ b/examples/extended/g3tog4/clGeometry/src/G3toG4RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4RunAction.cc,v 1.3 2003/07/04 15:55:02 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4ios.hh" diff --git a/examples/extended/g3tog4/clGeometry/src/G3toG4VisManager.cc b/examples/extended/g3tog4/clGeometry/src/G3toG4VisManager.cc index 943fbffa47..e78daadec0 100644 --- a/examples/extended/g3tog4/clGeometry/src/G3toG4VisManager.cc +++ b/examples/extended/g3tog4/clGeometry/src/G3toG4VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4VisManager.cc,v 1.6 2003/11/13 15:10:10 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/g3tog4/cltog4/cltog4.cc b/examples/extended/g3tog4/cltog4/cltog4.cc index 442ce0c5be..c9d6b4e100 100644 --- a/examples/extended/g3tog4/cltog4/cltog4.cc +++ b/examples/extended/g3tog4/cltog4/cltog4.cc @@ -22,7 +22,7 @@ // // // $Id: cltog4.cc,v 1.4 2003/07/04 15:45:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // #include "G4ios.hh" diff --git a/examples/extended/g3tog4/cltog4/cltog4.out b/examples/extended/g3tog4/cltog4/cltog4.out index e97e88e0b7..eead3b254c 100644 --- a/examples/extended/g3tog4/cltog4/cltog4.out +++ b/examples/extended/g3tog4/cltog4/cltog4.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (27-June-2003) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/g3tog4/cltog4/include/G3toG4DetectorConstruction.hh b/examples/extended/g3tog4/cltog4/include/G3toG4DetectorConstruction.hh index 1fadf3be01..4f83edc13a 100644 --- a/examples/extended/g3tog4/cltog4/include/G3toG4DetectorConstruction.hh +++ b/examples/extended/g3tog4/cltog4/include/G3toG4DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4DetectorConstruction.hh,v 1.2 2001/07/11 09:58:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G3toG4DetectorConstruction_h #define G3toG4DetectorConstruction_h 1 diff --git a/examples/extended/g3tog4/cltog4/include/G3toG4EventAction.hh b/examples/extended/g3tog4/cltog4/include/G3toG4EventAction.hh index 5cdc927898..02b31f6c47 100644 --- a/examples/extended/g3tog4/cltog4/include/G3toG4EventAction.hh +++ b/examples/extended/g3tog4/cltog4/include/G3toG4EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4EventAction.hh,v 1.2 2001/07/11 09:58:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/cltog4/include/G3toG4EventActionMessenger.hh b/examples/extended/g3tog4/cltog4/include/G3toG4EventActionMessenger.hh index 120ccfba5d..770a950472 100644 --- a/examples/extended/g3tog4/cltog4/include/G3toG4EventActionMessenger.hh +++ b/examples/extended/g3tog4/cltog4/include/G3toG4EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4EventActionMessenger.hh,v 1.2 2001/07/11 09:58:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/cltog4/include/G3toG4PhysicsList.hh b/examples/extended/g3tog4/cltog4/include/G3toG4PhysicsList.hh index 522a291fe9..61c520c051 100644 --- a/examples/extended/g3tog4/cltog4/include/G3toG4PhysicsList.hh +++ b/examples/extended/g3tog4/cltog4/include/G3toG4PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4PhysicsList.hh,v 1.2 2001/07/11 09:58:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/cltog4/include/G3toG4PrimaryGeneratorAction.hh b/examples/extended/g3tog4/cltog4/include/G3toG4PrimaryGeneratorAction.hh index a0b68075ea..50fe5f7d17 100644 --- a/examples/extended/g3tog4/cltog4/include/G3toG4PrimaryGeneratorAction.hh +++ b/examples/extended/g3tog4/cltog4/include/G3toG4PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4PrimaryGeneratorAction.hh,v 1.2 2001/07/11 09:58:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G3toG4PrimaryGeneratorAction_h diff --git a/examples/extended/g3tog4/cltog4/include/G3toG4RunAction.hh b/examples/extended/g3tog4/cltog4/include/G3toG4RunAction.hh index 525cdd870d..eb7e9d59d0 100644 --- a/examples/extended/g3tog4/cltog4/include/G3toG4RunAction.hh +++ b/examples/extended/g3tog4/cltog4/include/G3toG4RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4RunAction.hh,v 1.2 2001/07/11 09:58:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G3toG4RunAction_h diff --git a/examples/extended/g3tog4/cltog4/include/G3toG4VisManager.hh b/examples/extended/g3tog4/cltog4/include/G3toG4VisManager.hh index ac8cbd7eb8..63ece1e5d9 100644 --- a/examples/extended/g3tog4/cltog4/include/G3toG4VisManager.hh +++ b/examples/extended/g3tog4/cltog4/include/G3toG4VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4VisManager.hh,v 1.2 2001/07/11 09:58:11 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/cltog4/src/G3toG4DetectorConstruction.cc b/examples/extended/g3tog4/cltog4/src/G3toG4DetectorConstruction.cc index b515c3b208..513fc14046 100644 --- a/examples/extended/g3tog4/cltog4/src/G3toG4DetectorConstruction.cc +++ b/examples/extended/g3tog4/cltog4/src/G3toG4DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4DetectorConstruction.cc,v 1.4 2003/07/04 15:45:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //-------------------------------------------------------------------------- // G3toG4DetectorConstruction. Most the work is Done in diff --git a/examples/extended/g3tog4/cltog4/src/G3toG4EventAction.cc b/examples/extended/g3tog4/cltog4/src/G3toG4EventAction.cc index c25533eb40..c88204931a 100644 --- a/examples/extended/g3tog4/cltog4/src/G3toG4EventAction.cc +++ b/examples/extended/g3tog4/cltog4/src/G3toG4EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4EventAction.cc,v 1.5 2003/07/04 15:55:31 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/cltog4/src/G3toG4EventActionMessenger.cc b/examples/extended/g3tog4/cltog4/src/G3toG4EventActionMessenger.cc index 66bca5558b..9674e70808 100644 --- a/examples/extended/g3tog4/cltog4/src/G3toG4EventActionMessenger.cc +++ b/examples/extended/g3tog4/cltog4/src/G3toG4EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4EventActionMessenger.cc,v 1.3 2002/12/05 01:06:59 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/cltog4/src/G3toG4PhysicsList.cc b/examples/extended/g3tog4/cltog4/src/G3toG4PhysicsList.cc index d27ec05e12..0d7f88aefc 100644 --- a/examples/extended/g3tog4/cltog4/src/G3toG4PhysicsList.cc +++ b/examples/extended/g3tog4/cltog4/src/G3toG4PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4PhysicsList.cc,v 1.3 2003/02/20 08:52:39 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/g3tog4/cltog4/src/G3toG4PrimaryGeneratorAction.cc b/examples/extended/g3tog4/cltog4/src/G3toG4PrimaryGeneratorAction.cc index 669d08359f..96dcaec3b9 100644 --- a/examples/extended/g3tog4/cltog4/src/G3toG4PrimaryGeneratorAction.cc +++ b/examples/extended/g3tog4/cltog4/src/G3toG4PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4PrimaryGeneratorAction.cc,v 1.3 2001/07/11 09:58:11 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" diff --git a/examples/extended/g3tog4/cltog4/src/G3toG4RunAction.cc b/examples/extended/g3tog4/cltog4/src/G3toG4RunAction.cc index 53816cb5b9..4e921d7dee 100644 --- a/examples/extended/g3tog4/cltog4/src/G3toG4RunAction.cc +++ b/examples/extended/g3tog4/cltog4/src/G3toG4RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4RunAction.cc,v 1.3 2003/07/04 15:45:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4ios.hh" diff --git a/examples/extended/g3tog4/cltog4/src/G3toG4VisManager.cc b/examples/extended/g3tog4/cltog4/src/G3toG4VisManager.cc index 8e43af6606..3b45e593c6 100644 --- a/examples/extended/g3tog4/cltog4/src/G3toG4VisManager.cc +++ b/examples/extended/g3tog4/cltog4/src/G3toG4VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4VisManager.cc,v 1.6 2003/11/13 15:10:15 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/gdml/N03gdml/NO3gogdml.cc b/examples/extended/gdml/N03gdml/NO3gogdml.cc index 079b6388bf..323ec9fc6c 100644 --- a/examples/extended/gdml/N03gdml/NO3gogdml.cc +++ b/examples/extended/gdml/N03gdml/NO3gogdml.cc @@ -22,7 +22,7 @@ // // // $Id: NO3gogdml.cc,v 1.1.1.1 2002/05/31 00:34:43 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/N03gdml/exampleN03.out b/examples/extended/gdml/N03gdml/exampleN03.out index 263c558110..02174aee41 100644 --- a/examples/extended/gdml/N03gdml/exampleN03.out +++ b/examples/extended/gdml/N03gdml/exampleN03.out @@ -1,5 +1,5 @@ ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (28-Feb-2002) Copyright : Geant4 Collaboration ********************************************** diff --git a/examples/extended/gdml/N03gdml/include/ExN03CalorHit.hh b/examples/extended/gdml/N03gdml/include/ExN03CalorHit.hh index 22bd83fd7d..80a6e58da4 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03CalorHit.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03CalorHit.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03CalorHit.hh,v 1.1.1.1 2002/05/31 00:34:43 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/include/ExN03CalorimeterSD.hh b/examples/extended/gdml/N03gdml/include/ExN03CalorimeterSD.hh index fb31d01dc4..1045add675 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03CalorimeterSD.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03CalorimeterSD.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03CalorimeterSD.hh,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/include/ExN03DetectorConstruction.hh b/examples/extended/gdml/N03gdml/include/ExN03DetectorConstruction.hh index 07caac41a3..0037852d80 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03DetectorConstruction.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03DetectorConstruction.hh,v 1.2 2002/06/03 12:09:31 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/N03gdml/include/ExN03DetectorMessenger.hh b/examples/extended/gdml/N03gdml/include/ExN03DetectorMessenger.hh index 3dfb54db8c..5a544d21a5 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03DetectorMessenger.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03DetectorMessenger.hh,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/include/ExN03EventAction.hh b/examples/extended/gdml/N03gdml/include/ExN03EventAction.hh index ff48bb37f2..5e7e6d5b1a 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03EventAction.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03EventAction.hh,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/include/ExN03EventActionMessenger.hh b/examples/extended/gdml/N03gdml/include/ExN03EventActionMessenger.hh index 8d666fc769..26d989d137 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03EventActionMessenger.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03EventActionMessenger.hh,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/include/ExN03PhysicsList.hh b/examples/extended/gdml/N03gdml/include/ExN03PhysicsList.hh index 6d4a5866c0..f513b9d6c3 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03PhysicsList.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03PhysicsList.hh,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/include/ExN03PrimaryGeneratorAction.hh b/examples/extended/gdml/N03gdml/include/ExN03PrimaryGeneratorAction.hh index f343aa7550..f9237fff02 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03PrimaryGeneratorAction.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03PrimaryGeneratorAction.hh,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/include/ExN03PrimaryGeneratorMessenger.hh b/examples/extended/gdml/N03gdml/include/ExN03PrimaryGeneratorMessenger.hh index 2bae171f83..ef68cacedf 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03PrimaryGeneratorMessenger.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03PrimaryGeneratorMessenger.hh,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/include/ExN03RunAction.hh b/examples/extended/gdml/N03gdml/include/ExN03RunAction.hh index d6e879de55..460b23c08f 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03RunAction.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03RunAction.hh,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/include/ExN03SteppingAction.hh b/examples/extended/gdml/N03gdml/include/ExN03SteppingAction.hh index a423387730..a4c3112b74 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03SteppingAction.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03SteppingAction.hh,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/include/ExN03SteppingVerbose.hh b/examples/extended/gdml/N03gdml/include/ExN03SteppingVerbose.hh index 619482f480..c894b1cc2b 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03SteppingVerbose.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03SteppingVerbose.hh,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/gdml/N03gdml/include/ExN03VisManager.hh b/examples/extended/gdml/N03gdml/include/ExN03VisManager.hh index dc3d34ce73..ed4016237d 100644 --- a/examples/extended/gdml/N03gdml/include/ExN03VisManager.hh +++ b/examples/extended/gdml/N03gdml/include/ExN03VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03VisManager.hh,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/src/ExN03CalorHit.cc b/examples/extended/gdml/N03gdml/src/ExN03CalorHit.cc index be42cd3c35..382bdc039f 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03CalorHit.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03CalorHit.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03CalorHit.cc,v 1.2 2003/07/04 14:55:34 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/src/ExN03CalorimeterSD.cc b/examples/extended/gdml/N03gdml/src/ExN03CalorimeterSD.cc index 3977a710e7..40938c2195 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03CalorimeterSD.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03CalorimeterSD.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03CalorimeterSD.cc,v 1.2 2003/07/04 14:55:34 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/src/ExN03DetectorConstruction.cc b/examples/extended/gdml/N03gdml/src/ExN03DetectorConstruction.cc index 9fd8150d71..8a5da2398c 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03DetectorConstruction.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03DetectorConstruction.cc,v 1.2 2002/06/03 12:09:31 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/N03gdml/src/ExN03DetectorMessenger.cc b/examples/extended/gdml/N03gdml/src/ExN03DetectorMessenger.cc index c75a9f22e1..2256901c4d 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03DetectorMessenger.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03DetectorMessenger.cc,v 1.3 2003/07/04 14:55:34 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/src/ExN03EventAction.cc b/examples/extended/gdml/N03gdml/src/ExN03EventAction.cc index c3afa30230..ba455486e1 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03EventAction.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03EventAction.cc,v 1.2 2003/06/16 16:49:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/src/ExN03EventActionMessenger.cc b/examples/extended/gdml/N03gdml/src/ExN03EventActionMessenger.cc index f7f2e4aedb..bfdbb2c843 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03EventActionMessenger.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03EventActionMessenger.cc,v 1.2 2002/12/05 01:06:59 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/src/ExN03PhysicsList.cc b/examples/extended/gdml/N03gdml/src/ExN03PhysicsList.cc index b17d2f9e6b..19fe72e4f8 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03PhysicsList.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03PhysicsList.cc,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/src/ExN03PrimaryGeneratorAction.cc b/examples/extended/gdml/N03gdml/src/ExN03PrimaryGeneratorAction.cc index 1bae8829c5..efbba2686d 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03PrimaryGeneratorAction.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03PrimaryGeneratorAction.cc,v 1.2 2002/06/03 09:59:37 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/src/ExN03PrimaryGeneratorMessenger.cc b/examples/extended/gdml/N03gdml/src/ExN03PrimaryGeneratorMessenger.cc index 69717d4674..cdbb4273b7 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03PrimaryGeneratorMessenger.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03PrimaryGeneratorMessenger.cc,v 1.2 2002/12/05 01:06:59 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/src/ExN03RunAction.cc b/examples/extended/gdml/N03gdml/src/ExN03RunAction.cc index e6ad059c01..ecaf97a3b6 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03RunAction.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03RunAction.cc,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/src/ExN03SteppingAction.cc b/examples/extended/gdml/N03gdml/src/ExN03SteppingAction.cc index 792e0916b7..2165122674 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03SteppingAction.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03SteppingAction.cc,v 1.1.1.1 2002/05/31 00:34:44 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/gdml/N03gdml/src/ExN03SteppingVerbose.cc b/examples/extended/gdml/N03gdml/src/ExN03SteppingVerbose.cc index bc1284d1cb..57c85d0755 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03SteppingVerbose.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03SteppingVerbose.cc,v 1.2 2003/06/16 16:49:13 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/gdml/N03gdml/src/ExN03VisManager.cc b/examples/extended/gdml/N03gdml/src/ExN03VisManager.cc index 1dbe212c8b..da829770f9 100644 --- a/examples/extended/gdml/N03gdml/src/ExN03VisManager.cc +++ b/examples/extended/gdml/N03gdml/src/ExN03VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03VisManager.cc,v 1.3 2003/11/13 15:11:30 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/gdml/libgdml/management/include/GDMLDefineTable.hh b/examples/extended/gdml/libgdml/management/include/GDMLDefineTable.hh index 74d618107e..e14f6bd005 100644 --- a/examples/extended/gdml/libgdml/management/include/GDMLDefineTable.hh +++ b/examples/extended/gdml/libgdml/management/include/GDMLDefineTable.hh @@ -22,7 +22,7 @@ // // // $Id: GDMLDefineTable.hh,v 1.2 2002/06/03 12:09:31 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/management/include/GDMLExpressionEvaluator.hh b/examples/extended/gdml/libgdml/management/include/GDMLExpressionEvaluator.hh index 90c2ceb8fe..0fb8899af1 100644 --- a/examples/extended/gdml/libgdml/management/include/GDMLExpressionEvaluator.hh +++ b/examples/extended/gdml/libgdml/management/include/GDMLExpressionEvaluator.hh @@ -22,7 +22,7 @@ // // // $Id: GDMLExpressionEvaluator.hh,v 1.2 2002/06/03 12:09:31 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/management/include/GDMLLinkResolver.hh b/examples/extended/gdml/libgdml/management/include/GDMLLinkResolver.hh index fcd55935e8..626dd0f57c 100644 --- a/examples/extended/gdml/libgdml/management/include/GDMLLinkResolver.hh +++ b/examples/extended/gdml/libgdml/management/include/GDMLLinkResolver.hh @@ -22,7 +22,7 @@ // // // $Id: GDMLLinkResolver.hh,v 1.2 2002/06/03 12:09:31 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/management/include/GDMLProcessor.hh b/examples/extended/gdml/libgdml/management/include/GDMLProcessor.hh index 0303830e2d..9b97bff866 100644 --- a/examples/extended/gdml/libgdml/management/include/GDMLProcessor.hh +++ b/examples/extended/gdml/libgdml/management/include/GDMLProcessor.hh @@ -22,7 +22,7 @@ // // // $Id: GDMLProcessor.hh,v 1.3 2002/08/19 07:35:16 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/management/src/GDMLExpressionEvaluator.cc b/examples/extended/gdml/libgdml/management/src/GDMLExpressionEvaluator.cc index c041ac8abf..4568c228d3 100644 --- a/examples/extended/gdml/libgdml/management/src/GDMLExpressionEvaluator.cc +++ b/examples/extended/gdml/libgdml/management/src/GDMLExpressionEvaluator.cc @@ -22,7 +22,7 @@ // // // $Id: GDMLExpressionEvaluator.cc,v 1.3 2002/06/03 12:09:31 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/management/src/GDMLLinkResolver.cc b/examples/extended/gdml/libgdml/management/src/GDMLLinkResolver.cc index 4e552d67cd..f5d91881f3 100644 --- a/examples/extended/gdml/libgdml/management/src/GDMLLinkResolver.cc +++ b/examples/extended/gdml/libgdml/management/src/GDMLLinkResolver.cc @@ -22,7 +22,7 @@ // // // $Id: GDMLLinkResolver.cc,v 1.4 2003/07/04 14:55:35 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/management/src/GDMLProcessor.cc b/examples/extended/gdml/libgdml/management/src/GDMLProcessor.cc index f8c63c427b..e3b986b9d8 100644 --- a/examples/extended/gdml/libgdml/management/src/GDMLProcessor.cc +++ b/examples/extended/gdml/libgdml/management/src/GDMLProcessor.cc @@ -22,7 +22,7 @@ // // // $Id: GDMLProcessor.cc,v 1.3 2002/08/19 07:35:50 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/include/BooleanSolidTypeProcess.hh b/examples/extended/gdml/libgdml/processes/include/BooleanSolidTypeProcess.hh index fdde392a38..4c34e6b06c 100644 --- a/examples/extended/gdml/libgdml/processes/include/BooleanSolidTypeProcess.hh +++ b/examples/extended/gdml/libgdml/processes/include/BooleanSolidTypeProcess.hh @@ -22,7 +22,7 @@ // // // $Id: BooleanSolidTypeProcess.hh,v 1.3 2002/06/03 12:09:31 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/include/MaterialTypeProcess.hh b/examples/extended/gdml/libgdml/processes/include/MaterialTypeProcess.hh index 00415f836e..ff9b920d6f 100644 --- a/examples/extended/gdml/libgdml/processes/include/MaterialTypeProcess.hh +++ b/examples/extended/gdml/libgdml/processes/include/MaterialTypeProcess.hh @@ -22,7 +22,7 @@ // // // $Id: MaterialTypeProcess.hh,v 1.4 2003/07/04 14:55:35 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/include/QuantityTypeProcess.hh b/examples/extended/gdml/libgdml/processes/include/QuantityTypeProcess.hh index 2f2ad4adaa..059d52f4e8 100644 --- a/examples/extended/gdml/libgdml/processes/include/QuantityTypeProcess.hh +++ b/examples/extended/gdml/libgdml/processes/include/QuantityTypeProcess.hh @@ -22,7 +22,7 @@ // // // $Id: QuantityTypeProcess.hh,v 1.3 2003/07/04 14:55:36 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/include/ReferenceTypeProcess.hh b/examples/extended/gdml/libgdml/processes/include/ReferenceTypeProcess.hh index c48c787731..7afdeb1455 100644 --- a/examples/extended/gdml/libgdml/processes/include/ReferenceTypeProcess.hh +++ b/examples/extended/gdml/libgdml/processes/include/ReferenceTypeProcess.hh @@ -22,7 +22,7 @@ // // // $Id: ReferenceTypeProcess.hh,v 1.3 2003/07/04 14:55:36 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/include/SinglePlacementTypeProcess.hh b/examples/extended/gdml/libgdml/processes/include/SinglePlacementTypeProcess.hh index ee203dfe62..9dc4c724cb 100644 --- a/examples/extended/gdml/libgdml/processes/include/SinglePlacementTypeProcess.hh +++ b/examples/extended/gdml/libgdml/processes/include/SinglePlacementTypeProcess.hh @@ -22,7 +22,7 @@ // // // $Id: SinglePlacementTypeProcess.hh,v 1.3 2003/07/04 14:55:36 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/include/SolidTypeProcess.hh b/examples/extended/gdml/libgdml/processes/include/SolidTypeProcess.hh index 2029694cd1..6ae8801b39 100644 --- a/examples/extended/gdml/libgdml/processes/include/SolidTypeProcess.hh +++ b/examples/extended/gdml/libgdml/processes/include/SolidTypeProcess.hh @@ -22,7 +22,7 @@ // // // $Id: SolidTypeProcess.hh,v 1.3 2003/07/04 14:55:36 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/DProcess.cc b/examples/extended/gdml/libgdml/processes/src/DProcess.cc index 6478345de5..d64439a192 100644 --- a/examples/extended/gdml/libgdml/processes/src/DProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/DProcess.cc @@ -22,7 +22,7 @@ // // // $Id: DProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/DrefProcess.cc b/examples/extended/gdml/libgdml/processes/src/DrefProcess.cc index dec89fbfbf..2801c567e3 100644 --- a/examples/extended/gdml/libgdml/processes/src/DrefProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/DrefProcess.cc @@ -22,7 +22,7 @@ // // // $Id: DrefProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/LibLoadProcesses.cc b/examples/extended/gdml/libgdml/processes/src/LibLoadProcesses.cc index 09d7297f3b..4c121bc92b 100644 --- a/examples/extended/gdml/libgdml/processes/src/LibLoadProcesses.cc +++ b/examples/extended/gdml/libgdml/processes/src/LibLoadProcesses.cc @@ -22,7 +22,7 @@ // // // $Id: LibLoadProcesses.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/PProcess.cc b/examples/extended/gdml/libgdml/processes/src/PProcess.cc index b3488eed22..3aee5255a6 100644 --- a/examples/extended/gdml/libgdml/processes/src/PProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/PProcess.cc @@ -22,7 +22,7 @@ // // // $Id: PProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/PrefProcess.cc b/examples/extended/gdml/libgdml/processes/src/PrefProcess.cc index 9aafdda17a..514637e8ba 100644 --- a/examples/extended/gdml/libgdml/processes/src/PrefProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/PrefProcess.cc @@ -22,7 +22,7 @@ // // // $Id: PrefProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/TProcess.cc b/examples/extended/gdml/libgdml/processes/src/TProcess.cc index 5a632e7505..5dc3a2c241 100644 --- a/examples/extended/gdml/libgdml/processes/src/TProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/TProcess.cc @@ -22,7 +22,7 @@ // // // $Id: TProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/TrefProcess.cc b/examples/extended/gdml/libgdml/processes/src/TrefProcess.cc index a006002bdd..c6a5dcde90 100644 --- a/examples/extended/gdml/libgdml/processes/src/TrefProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/TrefProcess.cc @@ -22,7 +22,7 @@ // // // $Id: TrefProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/assemblyProcess.cc b/examples/extended/gdml/libgdml/processes/src/assemblyProcess.cc index a45967f7a9..27e85b557b 100644 --- a/examples/extended/gdml/libgdml/processes/src/assemblyProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/assemblyProcess.cc @@ -22,7 +22,7 @@ // // // $Id: assemblyProcess.cc,v 1.4 2003/07/04 14:55:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/atomProcess.cc b/examples/extended/gdml/libgdml/processes/src/atomProcess.cc index e8d62d6789..f7cfce6f0e 100644 --- a/examples/extended/gdml/libgdml/processes/src/atomProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/atomProcess.cc @@ -22,7 +22,7 @@ // // // $Id: atomProcess.cc,v 1.4 2003/07/04 14:55:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/boxProces.cc b/examples/extended/gdml/libgdml/processes/src/boxProces.cc index 155ac4d30f..4400e5e720 100644 --- a/examples/extended/gdml/libgdml/processes/src/boxProces.cc +++ b/examples/extended/gdml/libgdml/processes/src/boxProces.cc @@ -22,7 +22,7 @@ // // // $Id: boxProces.cc,v 1.3 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/childProcess.cc b/examples/extended/gdml/libgdml/processes/src/childProcess.cc index c632907288..d2af05c775 100644 --- a/examples/extended/gdml/libgdml/processes/src/childProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/childProcess.cc @@ -22,7 +22,7 @@ // // // $Id: childProcess.cc,v 1.4 2003/07/04 14:55:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/compositeProcess.cc b/examples/extended/gdml/libgdml/processes/src/compositeProcess.cc index a18763338c..d4d12e4da3 100644 --- a/examples/extended/gdml/libgdml/processes/src/compositeProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/compositeProcess.cc @@ -22,7 +22,7 @@ // // // $Id: compositeProcess.cc,v 1.3 2003/07/04 14:55:38 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/coneProcess.cc b/examples/extended/gdml/libgdml/processes/src/coneProcess.cc index d662783d12..382aeed570 100644 --- a/examples/extended/gdml/libgdml/processes/src/coneProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/coneProcess.cc @@ -22,7 +22,7 @@ // // // $Id: coneProcess.cc,v 1.3 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/constantProcess.cc b/examples/extended/gdml/libgdml/processes/src/constantProcess.cc index 88f782997a..9ce095a08c 100644 --- a/examples/extended/gdml/libgdml/processes/src/constantProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/constantProcess.cc @@ -22,7 +22,7 @@ // // // $Id: constantProcess.cc,v 1.4 2003/07/04 14:55:38 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/defineProcess.cc b/examples/extended/gdml/libgdml/processes/src/defineProcess.cc index 85a4b87739..8d273a25f1 100644 --- a/examples/extended/gdml/libgdml/processes/src/defineProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/defineProcess.cc @@ -22,7 +22,7 @@ // // // $Id: defineProcess.cc,v 1.4 2003/07/04 14:55:38 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/elementProcess.cc b/examples/extended/gdml/libgdml/processes/src/elementProcess.cc index a2d25a1454..066e4f7902 100644 --- a/examples/extended/gdml/libgdml/processes/src/elementProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/elementProcess.cc @@ -22,7 +22,7 @@ // // // $Id: elementProcess.cc,v 1.3 2003/07/04 14:55:38 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/expressionProcess.cc b/examples/extended/gdml/libgdml/processes/src/expressionProcess.cc index 85b648eccb..13613d945f 100644 --- a/examples/extended/gdml/libgdml/processes/src/expressionProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/expressionProcess.cc @@ -22,7 +22,7 @@ // // // $Id: expressionProcess.cc,v 1.4 2003/07/04 14:55:38 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/firstProcess.cc b/examples/extended/gdml/libgdml/processes/src/firstProcess.cc index bb44ffe399..04895de9e0 100644 --- a/examples/extended/gdml/libgdml/processes/src/firstProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/firstProcess.cc @@ -22,7 +22,7 @@ // // // $Id: firstProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/fractionProcess.cc b/examples/extended/gdml/libgdml/processes/src/fractionProcess.cc index 4e7cb2cb0f..82520d0ab9 100644 --- a/examples/extended/gdml/libgdml/processes/src/fractionProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/fractionProcess.cc @@ -22,7 +22,7 @@ // // // $Id: fractionProcess.cc,v 1.3 2003/07/04 14:55:38 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/intersectionProcess.cc b/examples/extended/gdml/libgdml/processes/src/intersectionProcess.cc index 487b4ba5b1..db36f54140 100644 --- a/examples/extended/gdml/libgdml/processes/src/intersectionProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/intersectionProcess.cc @@ -22,7 +22,7 @@ // // // $Id: intersectionProcess.cc,v 1.3 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/isotopeProcess.cc b/examples/extended/gdml/libgdml/processes/src/isotopeProcess.cc index ff74df183d..a1ef4feb96 100644 --- a/examples/extended/gdml/libgdml/processes/src/isotopeProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/isotopeProcess.cc @@ -22,7 +22,7 @@ // // // $Id: isotopeProcess.cc,v 1.4 2003/07/04 14:55:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/materialProcess.cc b/examples/extended/gdml/libgdml/processes/src/materialProcess.cc index 030144e0ac..bf07d99851 100644 --- a/examples/extended/gdml/libgdml/processes/src/materialProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/materialProcess.cc @@ -22,7 +22,7 @@ // // // $Id: materialProcess.cc,v 1.3 2003/07/04 14:55:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/materialrefProcess.cc b/examples/extended/gdml/libgdml/processes/src/materialrefProcess.cc index 573673923b..995dc90913 100644 --- a/examples/extended/gdml/libgdml/processes/src/materialrefProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/materialrefProcess.cc @@ -22,7 +22,7 @@ // // // $Id: materialrefProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/paraProcess.cc b/examples/extended/gdml/libgdml/processes/src/paraProcess.cc index 01f15a88d9..e84ad007cb 100644 --- a/examples/extended/gdml/libgdml/processes/src/paraProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/paraProcess.cc @@ -22,7 +22,7 @@ // // // $Id: paraProcess.cc,v 1.3 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/positionProcess.cc b/examples/extended/gdml/libgdml/processes/src/positionProcess.cc index 841fec1671..1f8f362f86 100644 --- a/examples/extended/gdml/libgdml/processes/src/positionProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/positionProcess.cc @@ -22,7 +22,7 @@ // // // $Id: positionProcess.cc,v 1.4 2003/07/04 14:55:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/positionrefProcess.cc b/examples/extended/gdml/libgdml/processes/src/positionrefProcess.cc index 6d1b5c248a..84832e8f59 100644 --- a/examples/extended/gdml/libgdml/processes/src/positionrefProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/positionrefProcess.cc @@ -22,7 +22,7 @@ // // // $Id: positionrefProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/quantityProcess.cc b/examples/extended/gdml/libgdml/processes/src/quantityProcess.cc index 22697822a8..349d4154f9 100644 --- a/examples/extended/gdml/libgdml/processes/src/quantityProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/quantityProcess.cc @@ -22,7 +22,7 @@ // // // $Id: quantityProcess.cc,v 1.4 2003/07/04 14:55:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/rotationProcess.cc b/examples/extended/gdml/libgdml/processes/src/rotationProcess.cc index e562641b87..9ef047b4e5 100644 --- a/examples/extended/gdml/libgdml/processes/src/rotationProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/rotationProcess.cc @@ -22,7 +22,7 @@ // // // $Id: rotationProcess.cc,v 1.4 2003/07/04 14:55:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/rotationrefProcess.cc b/examples/extended/gdml/libgdml/processes/src/rotationrefProcess.cc index 56928e3fef..ca04246e79 100644 --- a/examples/extended/gdml/libgdml/processes/src/rotationrefProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/rotationrefProcess.cc @@ -22,7 +22,7 @@ // // // $Id: rotationrefProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/secondProcess.cc b/examples/extended/gdml/libgdml/processes/src/secondProcess.cc index 208c8b727c..ef46b402a9 100644 --- a/examples/extended/gdml/libgdml/processes/src/secondProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/secondProcess.cc @@ -22,7 +22,7 @@ // // // $Id: secondProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/setupProcess.cc b/examples/extended/gdml/libgdml/processes/src/setupProcess.cc index 044651523c..c4466183d2 100644 --- a/examples/extended/gdml/libgdml/processes/src/setupProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/setupProcess.cc @@ -22,7 +22,7 @@ // // // $Id: setupProcess.cc,v 1.4 2003/07/04 14:55:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/solidrefProcess.cc b/examples/extended/gdml/libgdml/processes/src/solidrefProcess.cc index 320e3a1f76..77338f3b13 100644 --- a/examples/extended/gdml/libgdml/processes/src/solidrefProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/solidrefProcess.cc @@ -22,7 +22,7 @@ // // // $Id: solidrefProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/sphereProcess.cc b/examples/extended/gdml/libgdml/processes/src/sphereProcess.cc index 12e1aa528c..8b78952a47 100644 --- a/examples/extended/gdml/libgdml/processes/src/sphereProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/sphereProcess.cc @@ -22,7 +22,7 @@ // // // $Id: sphereProcess.cc,v 1.3 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/subtractionProcess.cc b/examples/extended/gdml/libgdml/processes/src/subtractionProcess.cc index 8e03d2d1dd..6dc0b70571 100644 --- a/examples/extended/gdml/libgdml/processes/src/subtractionProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/subtractionProcess.cc @@ -22,7 +22,7 @@ // // // $Id: subtractionProcess.cc,v 1.3 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/trapProcess.cc b/examples/extended/gdml/libgdml/processes/src/trapProcess.cc index 2d13fb4399..f19c808f2f 100644 --- a/examples/extended/gdml/libgdml/processes/src/trapProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/trapProcess.cc @@ -22,7 +22,7 @@ // // // $Id: trapProcess.cc,v 1.3 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/trdProcess.cc b/examples/extended/gdml/libgdml/processes/src/trdProcess.cc index 6ebe1ea405..80bffb8c80 100644 --- a/examples/extended/gdml/libgdml/processes/src/trdProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/trdProcess.cc @@ -22,7 +22,7 @@ // // // $Id: trdProcess.cc,v 1.3 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/tubeProcess.cc b/examples/extended/gdml/libgdml/processes/src/tubeProcess.cc index 9019c64930..4042cc8018 100644 --- a/examples/extended/gdml/libgdml/processes/src/tubeProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/tubeProcess.cc @@ -22,7 +22,7 @@ // // // $Id: tubeProcess.cc,v 1.3 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/unionProcess.cc b/examples/extended/gdml/libgdml/processes/src/unionProcess.cc index 05a6605bed..e1539565ef 100644 --- a/examples/extended/gdml/libgdml/processes/src/unionProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/unionProcess.cc @@ -22,7 +22,7 @@ // // // $Id: unionProcess.cc,v 1.3 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/volumeProcess.cc b/examples/extended/gdml/libgdml/processes/src/volumeProcess.cc index e3496cf0f4..d8dfee5fac 100644 --- a/examples/extended/gdml/libgdml/processes/src/volumeProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/volumeProcess.cc @@ -22,7 +22,7 @@ // // // $Id: volumeProcess.cc,v 1.4 2003/07/04 14:55:40 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/volumerefProcess.cc b/examples/extended/gdml/libgdml/processes/src/volumerefProcess.cc index bed13e1338..ba0c68ff10 100644 --- a/examples/extended/gdml/libgdml/processes/src/volumerefProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/volumerefProcess.cc @@ -22,7 +22,7 @@ // // // $Id: volumerefProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/processes/src/worldProcess.cc b/examples/extended/gdml/libgdml/processes/src/worldProcess.cc index b6d1d37aa1..e31a4a81b0 100644 --- a/examples/extended/gdml/libgdml/processes/src/worldProcess.cc +++ b/examples/extended/gdml/libgdml/processes/src/worldProcess.cc @@ -22,7 +22,7 @@ // // // $Id: worldProcess.cc,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/ASCIIAttributeList.hh b/examples/extended/gdml/libgdml/saxana/include/ASCIIAttributeList.hh index fc206e8779..7ad7e2b44f 100644 --- a/examples/extended/gdml/libgdml/saxana/include/ASCIIAttributeList.hh +++ b/examples/extended/gdml/libgdml/saxana/include/ASCIIAttributeList.hh @@ -22,7 +22,7 @@ // // // $Id: ASCIIAttributeList.hh,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/Action.hh b/examples/extended/gdml/libgdml/saxana/include/Action.hh index dda48867bd..373ec2bd1f 100644 --- a/examples/extended/gdml/libgdml/saxana/include/Action.hh +++ b/examples/extended/gdml/libgdml/saxana/include/Action.hh @@ -22,7 +22,7 @@ // // // $Id: Action.hh,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/ActionProcessingState.hh b/examples/extended/gdml/libgdml/saxana/include/ActionProcessingState.hh index fd17e3ed45..81f2b54242 100644 --- a/examples/extended/gdml/libgdml/saxana/include/ActionProcessingState.hh +++ b/examples/extended/gdml/libgdml/saxana/include/ActionProcessingState.hh @@ -22,7 +22,7 @@ // // // $Id: ActionProcessingState.hh,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/ProcessingConfigurator.hh b/examples/extended/gdml/libgdml/saxana/include/ProcessingConfigurator.hh index 50658c310f..9324c5dc9c 100644 --- a/examples/extended/gdml/libgdml/saxana/include/ProcessingConfigurator.hh +++ b/examples/extended/gdml/libgdml/saxana/include/ProcessingConfigurator.hh @@ -22,7 +22,7 @@ // // // $Id: ProcessingConfigurator.hh,v 1.2 2002/06/03 12:09:32 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/ProcessingContext.hh b/examples/extended/gdml/libgdml/saxana/include/ProcessingContext.hh index c22ef2fd16..29d43912df 100644 --- a/examples/extended/gdml/libgdml/saxana/include/ProcessingContext.hh +++ b/examples/extended/gdml/libgdml/saxana/include/ProcessingContext.hh @@ -22,7 +22,7 @@ // // // $Id: ProcessingContext.hh,v 1.3 2003/10/27 10:55:48 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/ProcessingState.hh b/examples/extended/gdml/libgdml/saxana/include/ProcessingState.hh index fb12f5018a..c8c017a30f 100644 --- a/examples/extended/gdml/libgdml/saxana/include/ProcessingState.hh +++ b/examples/extended/gdml/libgdml/saxana/include/ProcessingState.hh @@ -22,7 +22,7 @@ // // // $Id: ProcessingState.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/RCObjectHandle.hh b/examples/extended/gdml/libgdml/saxana/include/RCObjectHandle.hh index 1ef2c7bc78..cce110a2f8 100644 --- a/examples/extended/gdml/libgdml/saxana/include/RCObjectHandle.hh +++ b/examples/extended/gdml/libgdml/saxana/include/RCObjectHandle.hh @@ -22,7 +22,7 @@ // // // $Id: RCObjectHandle.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXComponentFactory.hh b/examples/extended/gdml/libgdml/saxana/include/SAXComponentFactory.hh index db1195153b..f596cebbb6 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXComponentFactory.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXComponentFactory.hh @@ -22,7 +22,7 @@ // // // $Id: SAXComponentFactory.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXComponentFactoryBase.hh b/examples/extended/gdml/libgdml/saxana/include/SAXComponentFactoryBase.hh index 62c1f7a2b6..bd9f6fe05c 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXComponentFactoryBase.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXComponentFactoryBase.hh @@ -22,7 +22,7 @@ // // // $Id: SAXComponentFactoryBase.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXComponentFactoryTable.hh b/examples/extended/gdml/libgdml/saxana/include/SAXComponentFactoryTable.hh index 92c73fd1a6..4af510cd52 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXComponentFactoryTable.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXComponentFactoryTable.hh @@ -22,7 +22,7 @@ // // // $Id: SAXComponentFactoryTable.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXComponentObject.hh b/examples/extended/gdml/libgdml/saxana/include/SAXComponentObject.hh index 1b7c6c476d..e79c8a4bf9 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXComponentObject.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXComponentObject.hh @@ -22,7 +22,7 @@ // // // $Id: SAXComponentObject.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXDocumentEvents.hh b/examples/extended/gdml/libgdml/saxana/include/SAXDocumentEvents.hh index fb56227aad..d179592f28 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXDocumentEvents.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXDocumentEvents.hh @@ -22,7 +22,7 @@ // // // $Id: SAXDocumentEvents.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXElementEvents.hh b/examples/extended/gdml/libgdml/saxana/include/SAXElementEvents.hh index 626e34ba2a..94a0b80b92 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXElementEvents.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXElementEvents.hh @@ -22,7 +22,7 @@ // // // $Id: SAXElementEvents.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXErrorEvents.hh b/examples/extended/gdml/libgdml/saxana/include/SAXErrorEvents.hh index 632b748878..c35046c818 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXErrorEvents.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXErrorEvents.hh @@ -22,7 +22,7 @@ // // // $Id: SAXErrorEvents.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXEvent.hh b/examples/extended/gdml/libgdml/saxana/include/SAXEvent.hh index 41debaefbc..9297f5d894 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXEvent.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXEvent.hh @@ -22,7 +22,7 @@ // // // $Id: SAXEvent.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXEventGun.hh b/examples/extended/gdml/libgdml/saxana/include/SAXEventGun.hh index 22193b53d6..0bef354f9c 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXEventGun.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXEventGun.hh @@ -22,7 +22,7 @@ // // // $Id: SAXEventGun.hh,v 1.3 2003/10/27 10:55:48 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXEvents.hh b/examples/extended/gdml/libgdml/saxana/include/SAXEvents.hh index 851a9cb7a4..b027be7f32 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXEvents.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXEvents.hh @@ -22,7 +22,7 @@ // // // $Id: SAXEvents.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXObject.hh b/examples/extended/gdml/libgdml/saxana/include/SAXObject.hh index ac15eac556..15d24c9983 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXObject.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXObject.hh @@ -22,7 +22,7 @@ // // // $Id: SAXObject.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXObjectBase.hh b/examples/extended/gdml/libgdml/saxana/include/SAXObjectBase.hh index aced5ac2b9..a5417dd700 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXObjectBase.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXObjectBase.hh @@ -22,7 +22,7 @@ // // // $Id: SAXObjectBase.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXObjectHandle.hh b/examples/extended/gdml/libgdml/saxana/include/SAXObjectHandle.hh index 07c3b6367d..97512a40a9 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXObjectHandle.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXObjectHandle.hh @@ -22,7 +22,7 @@ // // // $Id: SAXObjectHandle.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXProcessingState.hh b/examples/extended/gdml/libgdml/saxana/include/SAXProcessingState.hh index 0981f007c6..2e92d83b2f 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXProcessingState.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXProcessingState.hh @@ -22,7 +22,7 @@ // // // $Id: SAXProcessingState.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXProcessor.hh b/examples/extended/gdml/libgdml/saxana/include/SAXProcessor.hh index 86fe458805..81c7f1355a 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXProcessor.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXProcessor.hh @@ -22,7 +22,7 @@ // // // $Id: SAXProcessor.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXStateProcess.hh b/examples/extended/gdml/libgdml/saxana/include/SAXStateProcess.hh index 7db81435e2..e864251023 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXStateProcess.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXStateProcess.hh @@ -22,7 +22,7 @@ // // // $Id: SAXStateProcess.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXSubscriber.hh b/examples/extended/gdml/libgdml/saxana/include/SAXSubscriber.hh index eced85ed12..6d99c950c3 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXSubscriber.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXSubscriber.hh @@ -22,7 +22,7 @@ // // // $Id: SAXSubscriber.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/SAXSubscriberPool.hh b/examples/extended/gdml/libgdml/saxana/include/SAXSubscriberPool.hh index 850e098efa..4e16ec0a06 100644 --- a/examples/extended/gdml/libgdml/saxana/include/SAXSubscriberPool.hh +++ b/examples/extended/gdml/libgdml/saxana/include/SAXSubscriberPool.hh @@ -22,7 +22,7 @@ // // // $Id: SAXSubscriberPool.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/StateProcessMap.hh b/examples/extended/gdml/libgdml/saxana/include/StateProcessMap.hh index 5137a62292..30fad66953 100644 --- a/examples/extended/gdml/libgdml/saxana/include/StateProcessMap.hh +++ b/examples/extended/gdml/libgdml/saxana/include/StateProcessMap.hh @@ -22,7 +22,7 @@ // // // $Id: StateProcessMap.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/StateStack.hh b/examples/extended/gdml/libgdml/saxana/include/StateStack.hh index 8a74b0d386..bf751a0662 100644 --- a/examples/extended/gdml/libgdml/saxana/include/StateStack.hh +++ b/examples/extended/gdml/libgdml/saxana/include/StateStack.hh @@ -22,7 +22,7 @@ // // // $Id: StateStack.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/include/StatusCode.hh b/examples/extended/gdml/libgdml/saxana/include/StatusCode.hh index e1cc5c06aa..34fcde4acd 100644 --- a/examples/extended/gdml/libgdml/saxana/include/StatusCode.hh +++ b/examples/extended/gdml/libgdml/saxana/include/StatusCode.hh @@ -22,7 +22,7 @@ // // // $Id: StatusCode.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/src/SAXComponentFactory.cc b/examples/extended/gdml/libgdml/saxana/src/SAXComponentFactory.cc index c6f8088a4a..54b5457eb3 100644 --- a/examples/extended/gdml/libgdml/saxana/src/SAXComponentFactory.cc +++ b/examples/extended/gdml/libgdml/saxana/src/SAXComponentFactory.cc @@ -22,7 +22,7 @@ // // // $Id: SAXComponentFactory.cc,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/src/SAXComponentFactoryTable.cc b/examples/extended/gdml/libgdml/saxana/src/SAXComponentFactoryTable.cc index 2ea3452077..fbc9e92c45 100644 --- a/examples/extended/gdml/libgdml/saxana/src/SAXComponentFactoryTable.cc +++ b/examples/extended/gdml/libgdml/saxana/src/SAXComponentFactoryTable.cc @@ -22,7 +22,7 @@ // // // $Id: SAXComponentFactoryTable.cc,v 1.3 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/src/SAXEventGun.cc b/examples/extended/gdml/libgdml/saxana/src/SAXEventGun.cc index 5079196d83..8edbc73a20 100644 --- a/examples/extended/gdml/libgdml/saxana/src/SAXEventGun.cc +++ b/examples/extended/gdml/libgdml/saxana/src/SAXEventGun.cc @@ -22,7 +22,7 @@ // // // $Id: SAXEventGun.cc,v 1.4 2003/10/27 10:55:48 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/src/SAXProcessor.cc b/examples/extended/gdml/libgdml/saxana/src/SAXProcessor.cc index 861f7b008d..6e88b3465e 100644 --- a/examples/extended/gdml/libgdml/saxana/src/SAXProcessor.cc +++ b/examples/extended/gdml/libgdml/saxana/src/SAXProcessor.cc @@ -22,7 +22,7 @@ // // // $Id: SAXProcessor.cc,v 1.3 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/src/SAXSubscriberPool.cc b/examples/extended/gdml/libgdml/saxana/src/SAXSubscriberPool.cc index 6044332e69..6419ec2579 100644 --- a/examples/extended/gdml/libgdml/saxana/src/SAXSubscriberPool.cc +++ b/examples/extended/gdml/libgdml/saxana/src/SAXSubscriberPool.cc @@ -22,7 +22,7 @@ // // // $Id: SAXSubscriberPool.cc,v 1.3 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/saxana/src/StateProcessMap.cc b/examples/extended/gdml/libgdml/saxana/src/StateProcessMap.cc index a5aa7a1538..d95e9bc34d 100644 --- a/examples/extended/gdml/libgdml/saxana/src/StateProcessMap.cc +++ b/examples/extended/gdml/libgdml/saxana/src/StateProcessMap.cc @@ -22,7 +22,7 @@ // // // $Id: StateProcessMap.cc,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/AssemblyVolumeType.hh b/examples/extended/gdml/libgdml/schema/include/AssemblyVolumeType.hh index 37beea5415..d531bef4ea 100644 --- a/examples/extended/gdml/libgdml/schema/include/AssemblyVolumeType.hh +++ b/examples/extended/gdml/libgdml/schema/include/AssemblyVolumeType.hh @@ -22,7 +22,7 @@ // // // $Id: AssemblyVolumeType.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/AtomType.hh b/examples/extended/gdml/libgdml/schema/include/AtomType.hh index 619e8c124b..23b3ce4946 100644 --- a/examples/extended/gdml/libgdml/schema/include/AtomType.hh +++ b/examples/extended/gdml/libgdml/schema/include/AtomType.hh @@ -22,7 +22,7 @@ // // // $Id: AtomType.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/BooleanSolidType.hh b/examples/extended/gdml/libgdml/schema/include/BooleanSolidType.hh index bbea7cf977..f671d2527e 100644 --- a/examples/extended/gdml/libgdml/schema/include/BooleanSolidType.hh +++ b/examples/extended/gdml/libgdml/schema/include/BooleanSolidType.hh @@ -22,7 +22,7 @@ // // // $Id: BooleanSolidType.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/ConstantType.hh b/examples/extended/gdml/libgdml/schema/include/ConstantType.hh index 6125451d0f..d3e892966c 100644 --- a/examples/extended/gdml/libgdml/schema/include/ConstantType.hh +++ b/examples/extended/gdml/libgdml/schema/include/ConstantType.hh @@ -22,7 +22,7 @@ // // // $Id: ConstantType.hh,v 1.2 2002/06/03 12:09:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/ContentGroup.hh b/examples/extended/gdml/libgdml/schema/include/ContentGroup.hh index 7ee73c18e2..7b4fbdbca9 100644 --- a/examples/extended/gdml/libgdml/schema/include/ContentGroup.hh +++ b/examples/extended/gdml/libgdml/schema/include/ContentGroup.hh @@ -22,7 +22,7 @@ // // // $Id: ContentGroup.hh,v 1.3 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/DorDref.hh b/examples/extended/gdml/libgdml/schema/include/DorDref.hh index d1dc6288f5..c70603c610 100644 --- a/examples/extended/gdml/libgdml/schema/include/DorDref.hh +++ b/examples/extended/gdml/libgdml/schema/include/DorDref.hh @@ -22,7 +22,7 @@ // // // $Id: DorDref.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/ExpressionType.hh b/examples/extended/gdml/libgdml/schema/include/ExpressionType.hh index 27b4db3f71..e53fcf325b 100644 --- a/examples/extended/gdml/libgdml/schema/include/ExpressionType.hh +++ b/examples/extended/gdml/libgdml/schema/include/ExpressionType.hh @@ -22,7 +22,7 @@ // // // $Id: ExpressionType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/IdentifiableConstantType.hh b/examples/extended/gdml/libgdml/schema/include/IdentifiableConstantType.hh index b0bb7195bc..32e9d45f03 100644 --- a/examples/extended/gdml/libgdml/schema/include/IdentifiableConstantType.hh +++ b/examples/extended/gdml/libgdml/schema/include/IdentifiableConstantType.hh @@ -22,7 +22,7 @@ // // // $Id: IdentifiableConstantType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/IdentifiableExpressionType.hh b/examples/extended/gdml/libgdml/schema/include/IdentifiableExpressionType.hh index 3ca4c1c707..5c71a69e97 100644 --- a/examples/extended/gdml/libgdml/schema/include/IdentifiableExpressionType.hh +++ b/examples/extended/gdml/libgdml/schema/include/IdentifiableExpressionType.hh @@ -22,7 +22,7 @@ // // // $Id: IdentifiableExpressionType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/IdentifiableQuantityType.hh b/examples/extended/gdml/libgdml/schema/include/IdentifiableQuantityType.hh index 490dacdcb5..5ce61d1737 100644 --- a/examples/extended/gdml/libgdml/schema/include/IdentifiableQuantityType.hh +++ b/examples/extended/gdml/libgdml/schema/include/IdentifiableQuantityType.hh @@ -22,7 +22,7 @@ // // // $Id: IdentifiableQuantityType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/IdentifiableQuantityVectorType.hh b/examples/extended/gdml/libgdml/schema/include/IdentifiableQuantityVectorType.hh index c57424b4e6..0f9370f071 100644 --- a/examples/extended/gdml/libgdml/schema/include/IdentifiableQuantityVectorType.hh +++ b/examples/extended/gdml/libgdml/schema/include/IdentifiableQuantityVectorType.hh @@ -22,7 +22,7 @@ // // // $Id: IdentifiableQuantityVectorType.hh,v 1.3 2002/07/25 10:41:20 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/IdentifiableThreeVectorType.hh b/examples/extended/gdml/libgdml/schema/include/IdentifiableThreeVectorType.hh index 444d427776..1964ed8356 100644 --- a/examples/extended/gdml/libgdml/schema/include/IdentifiableThreeVectorType.hh +++ b/examples/extended/gdml/libgdml/schema/include/IdentifiableThreeVectorType.hh @@ -22,7 +22,7 @@ // // // $Id: IdentifiableThreeVectorType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/IdentifiableVolumeType.hh b/examples/extended/gdml/libgdml/schema/include/IdentifiableVolumeType.hh index 74a6517c2f..3752bc9aaf 100644 --- a/examples/extended/gdml/libgdml/schema/include/IdentifiableVolumeType.hh +++ b/examples/extended/gdml/libgdml/schema/include/IdentifiableVolumeType.hh @@ -22,7 +22,7 @@ // // // $Id: IdentifiableVolumeType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/MaterialAttributeGroup.hh b/examples/extended/gdml/libgdml/schema/include/MaterialAttributeGroup.hh index 165ebb2e40..263f21e132 100644 --- a/examples/extended/gdml/libgdml/schema/include/MaterialAttributeGroup.hh +++ b/examples/extended/gdml/libgdml/schema/include/MaterialAttributeGroup.hh @@ -22,7 +22,7 @@ // // // $Id: MaterialAttributeGroup.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/MaterialElementType.hh b/examples/extended/gdml/libgdml/schema/include/MaterialElementType.hh index 04e3e6a644..5800cbe985 100644 --- a/examples/extended/gdml/libgdml/schema/include/MaterialElementType.hh +++ b/examples/extended/gdml/libgdml/schema/include/MaterialElementType.hh @@ -22,7 +22,7 @@ // // // $Id: MaterialElementType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/MaterialIsotopeType.hh b/examples/extended/gdml/libgdml/schema/include/MaterialIsotopeType.hh index 2ee65dddf2..2547bb9f3a 100644 --- a/examples/extended/gdml/libgdml/schema/include/MaterialIsotopeType.hh +++ b/examples/extended/gdml/libgdml/schema/include/MaterialIsotopeType.hh @@ -22,7 +22,7 @@ // // // $Id: MaterialIsotopeType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/MaterialMixtureType.hh b/examples/extended/gdml/libgdml/schema/include/MaterialMixtureType.hh index 4372311936..cad56bcafa 100644 --- a/examples/extended/gdml/libgdml/schema/include/MaterialMixtureType.hh +++ b/examples/extended/gdml/libgdml/schema/include/MaterialMixtureType.hh @@ -22,7 +22,7 @@ // // // $Id: MaterialMixtureType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/MaterialPropertiesGroup.hh b/examples/extended/gdml/libgdml/schema/include/MaterialPropertiesGroup.hh index 854935faee..3f10575e67 100644 --- a/examples/extended/gdml/libgdml/schema/include/MaterialPropertiesGroup.hh +++ b/examples/extended/gdml/libgdml/schema/include/MaterialPropertiesGroup.hh @@ -22,7 +22,7 @@ // // // $Id: MaterialPropertiesGroup.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/MaterialType.hh b/examples/extended/gdml/libgdml/schema/include/MaterialType.hh index f6b0243e41..23fb1d4286 100644 --- a/examples/extended/gdml/libgdml/schema/include/MaterialType.hh +++ b/examples/extended/gdml/libgdml/schema/include/MaterialType.hh @@ -22,7 +22,7 @@ // // // $Id: MaterialType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/PorPref.hh b/examples/extended/gdml/libgdml/schema/include/PorPref.hh index 4832c24814..22590913ed 100644 --- a/examples/extended/gdml/libgdml/schema/include/PorPref.hh +++ b/examples/extended/gdml/libgdml/schema/include/PorPref.hh @@ -22,7 +22,7 @@ // // // $Id: PorPref.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/QuantityType.hh b/examples/extended/gdml/libgdml/schema/include/QuantityType.hh index 2df306d6f7..50d461c9fe 100644 --- a/examples/extended/gdml/libgdml/schema/include/QuantityType.hh +++ b/examples/extended/gdml/libgdml/schema/include/QuantityType.hh @@ -22,7 +22,7 @@ // // // $Id: QuantityType.hh,v 1.3 2002/07/25 10:41:21 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/QuantityVectorType.hh b/examples/extended/gdml/libgdml/schema/include/QuantityVectorType.hh index aa4338adbe..e1462bd8ca 100644 --- a/examples/extended/gdml/libgdml/schema/include/QuantityVectorType.hh +++ b/examples/extended/gdml/libgdml/schema/include/QuantityVectorType.hh @@ -22,7 +22,7 @@ // // // $Id: QuantityVectorType.hh,v 1.3 2002/07/25 10:41:22 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/ReferenceListType.hh b/examples/extended/gdml/libgdml/schema/include/ReferenceListType.hh index 0bb5e47620..4f7d90a097 100644 --- a/examples/extended/gdml/libgdml/schema/include/ReferenceListType.hh +++ b/examples/extended/gdml/libgdml/schema/include/ReferenceListType.hh @@ -22,7 +22,7 @@ // // // $Id: ReferenceListType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/ReferenceType.hh b/examples/extended/gdml/libgdml/schema/include/ReferenceType.hh index c2fc2f3553..cff7f53bdf 100644 --- a/examples/extended/gdml/libgdml/schema/include/ReferenceType.hh +++ b/examples/extended/gdml/libgdml/schema/include/ReferenceType.hh @@ -22,7 +22,7 @@ // // // $Id: ReferenceType.hh,v 1.3 2002/07/25 10:41:23 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/SinglePlacementType.hh b/examples/extended/gdml/libgdml/schema/include/SinglePlacementType.hh index f0d8808c89..eef7590a6f 100644 --- a/examples/extended/gdml/libgdml/schema/include/SinglePlacementType.hh +++ b/examples/extended/gdml/libgdml/schema/include/SinglePlacementType.hh @@ -22,7 +22,7 @@ // // // $Id: SinglePlacementType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/SolidType.hh b/examples/extended/gdml/libgdml/schema/include/SolidType.hh index b8d2e71f86..849c8b3e1a 100644 --- a/examples/extended/gdml/libgdml/schema/include/SolidType.hh +++ b/examples/extended/gdml/libgdml/schema/include/SolidType.hh @@ -22,7 +22,7 @@ // // // $Id: SolidType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/TagorTagref.hh b/examples/extended/gdml/libgdml/schema/include/TagorTagref.hh index 65fd17d1f5..c916cbcef1 100644 --- a/examples/extended/gdml/libgdml/schema/include/TagorTagref.hh +++ b/examples/extended/gdml/libgdml/schema/include/TagorTagref.hh @@ -22,7 +22,7 @@ // // // $Id: TagorTagref.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/ThreeVectorType.hh b/examples/extended/gdml/libgdml/schema/include/ThreeVectorType.hh index 24755a3a9b..79b6bedd01 100644 --- a/examples/extended/gdml/libgdml/schema/include/ThreeVectorType.hh +++ b/examples/extended/gdml/libgdml/schema/include/ThreeVectorType.hh @@ -22,7 +22,7 @@ // // // $Id: ThreeVectorType.hh,v 1.3 2002/07/25 10:41:24 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/TorTref.hh b/examples/extended/gdml/libgdml/schema/include/TorTref.hh index ecdc04ae69..4ec0e3880d 100644 --- a/examples/extended/gdml/libgdml/schema/include/TorTref.hh +++ b/examples/extended/gdml/libgdml/schema/include/TorTref.hh @@ -22,7 +22,7 @@ // // // $Id: TorTref.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/VolumeType.hh b/examples/extended/gdml/libgdml/schema/include/VolumeType.hh index 51020e095d..8a9e623d37 100644 --- a/examples/extended/gdml/libgdml/schema/include/VolumeType.hh +++ b/examples/extended/gdml/libgdml/schema/include/VolumeType.hh @@ -22,7 +22,7 @@ // // // $Id: VolumeType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/assembly.hh b/examples/extended/gdml/libgdml/schema/include/assembly.hh index 3f54dd508b..f0838d4fca 100644 --- a/examples/extended/gdml/libgdml/schema/include/assembly.hh +++ b/examples/extended/gdml/libgdml/schema/include/assembly.hh @@ -22,7 +22,7 @@ // // // $Id: assembly.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/atom.hh b/examples/extended/gdml/libgdml/schema/include/atom.hh index 925829ab5e..fd0f0f9c93 100644 --- a/examples/extended/gdml/libgdml/schema/include/atom.hh +++ b/examples/extended/gdml/libgdml/schema/include/atom.hh @@ -22,7 +22,7 @@ // // // $Id: atom.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/boolean_intersection.hh b/examples/extended/gdml/libgdml/schema/include/boolean_intersection.hh index 42fa9bd304..15f7da298e 100644 --- a/examples/extended/gdml/libgdml/schema/include/boolean_intersection.hh +++ b/examples/extended/gdml/libgdml/schema/include/boolean_intersection.hh @@ -22,7 +22,7 @@ // // // $Id: boolean_intersection.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/boolean_subtraction.hh b/examples/extended/gdml/libgdml/schema/include/boolean_subtraction.hh index 331a7f04e0..1f370d113a 100644 --- a/examples/extended/gdml/libgdml/schema/include/boolean_subtraction.hh +++ b/examples/extended/gdml/libgdml/schema/include/boolean_subtraction.hh @@ -22,7 +22,7 @@ // // // $Id: boolean_subtraction.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/boolean_union.hh b/examples/extended/gdml/libgdml/schema/include/boolean_union.hh index faddc49bbe..1dd9458df2 100644 --- a/examples/extended/gdml/libgdml/schema/include/boolean_union.hh +++ b/examples/extended/gdml/libgdml/schema/include/boolean_union.hh @@ -22,7 +22,7 @@ // // // $Id: boolean_union.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/box.hh b/examples/extended/gdml/libgdml/schema/include/box.hh index 1fd729f021..58885e525f 100644 --- a/examples/extended/gdml/libgdml/schema/include/box.hh +++ b/examples/extended/gdml/libgdml/schema/include/box.hh @@ -22,7 +22,7 @@ // // // $Id: box.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/child.hh b/examples/extended/gdml/libgdml/schema/include/child.hh index e0eac31a44..613d6439ea 100644 --- a/examples/extended/gdml/libgdml/schema/include/child.hh +++ b/examples/extended/gdml/libgdml/schema/include/child.hh @@ -22,7 +22,7 @@ // // // $Id: child.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/composite.hh b/examples/extended/gdml/libgdml/schema/include/composite.hh index 042344c50e..49a36383ab 100644 --- a/examples/extended/gdml/libgdml/schema/include/composite.hh +++ b/examples/extended/gdml/libgdml/schema/include/composite.hh @@ -22,7 +22,7 @@ // // // $Id: composite.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/cone.hh b/examples/extended/gdml/libgdml/schema/include/cone.hh index 2128275e10..a98941e8a3 100644 --- a/examples/extended/gdml/libgdml/schema/include/cone.hh +++ b/examples/extended/gdml/libgdml/schema/include/cone.hh @@ -22,7 +22,7 @@ // // // $Id: cone.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/define.hh b/examples/extended/gdml/libgdml/schema/include/define.hh index d2cf9f9968..baf80f2708 100644 --- a/examples/extended/gdml/libgdml/schema/include/define.hh +++ b/examples/extended/gdml/libgdml/schema/include/define.hh @@ -22,7 +22,7 @@ // // // $Id: define.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/defineType.hh b/examples/extended/gdml/libgdml/schema/include/defineType.hh index 21ea29c8b7..aa577ddfb1 100644 --- a/examples/extended/gdml/libgdml/schema/include/defineType.hh +++ b/examples/extended/gdml/libgdml/schema/include/defineType.hh @@ -22,7 +22,7 @@ // // // $Id: defineType.hh,v 1.3 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/element.hh b/examples/extended/gdml/libgdml/schema/include/element.hh index b22d4489c4..74a192f6bd 100644 --- a/examples/extended/gdml/libgdml/schema/include/element.hh +++ b/examples/extended/gdml/libgdml/schema/include/element.hh @@ -22,7 +22,7 @@ // // // $Id: element.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/fraction.hh b/examples/extended/gdml/libgdml/schema/include/fraction.hh index de353d8e21..5be1b758ea 100644 --- a/examples/extended/gdml/libgdml/schema/include/fraction.hh +++ b/examples/extended/gdml/libgdml/schema/include/fraction.hh @@ -22,7 +22,7 @@ // // // $Id: fraction.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/isotope.hh b/examples/extended/gdml/libgdml/schema/include/isotope.hh index 6f3e455702..0bd31e5c87 100644 --- a/examples/extended/gdml/libgdml/schema/include/isotope.hh +++ b/examples/extended/gdml/libgdml/schema/include/isotope.hh @@ -22,7 +22,7 @@ // // // $Id: isotope.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/material.hh b/examples/extended/gdml/libgdml/schema/include/material.hh index 96cf5bc6d2..9a5336cad9 100644 --- a/examples/extended/gdml/libgdml/schema/include/material.hh +++ b/examples/extended/gdml/libgdml/schema/include/material.hh @@ -22,7 +22,7 @@ // // // $Id: material.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/para.hh b/examples/extended/gdml/libgdml/schema/include/para.hh index 484fc64da2..16ce59af1f 100644 --- a/examples/extended/gdml/libgdml/schema/include/para.hh +++ b/examples/extended/gdml/libgdml/schema/include/para.hh @@ -22,7 +22,7 @@ // // // $Id: para.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/positionType.hh b/examples/extended/gdml/libgdml/schema/include/positionType.hh index f0c8612889..5e812b5c9b 100644 --- a/examples/extended/gdml/libgdml/schema/include/positionType.hh +++ b/examples/extended/gdml/libgdml/schema/include/positionType.hh @@ -22,7 +22,7 @@ // // // $Id: positionType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/rotationType.hh b/examples/extended/gdml/libgdml/schema/include/rotationType.hh index 5d48dc0bf9..be2f722a49 100644 --- a/examples/extended/gdml/libgdml/schema/include/rotationType.hh +++ b/examples/extended/gdml/libgdml/schema/include/rotationType.hh @@ -22,7 +22,7 @@ // // // $Id: rotationType.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/setup.hh b/examples/extended/gdml/libgdml/schema/include/setup.hh index 6a48d1ec02..0aad5a0f07 100644 --- a/examples/extended/gdml/libgdml/schema/include/setup.hh +++ b/examples/extended/gdml/libgdml/schema/include/setup.hh @@ -22,7 +22,7 @@ // // // $Id: setup.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/sphere.hh b/examples/extended/gdml/libgdml/schema/include/sphere.hh index be18f7b9c9..6a21a82ee3 100644 --- a/examples/extended/gdml/libgdml/schema/include/sphere.hh +++ b/examples/extended/gdml/libgdml/schema/include/sphere.hh @@ -22,7 +22,7 @@ // // // $Id: sphere.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/trap.hh b/examples/extended/gdml/libgdml/schema/include/trap.hh index 2fbcb2df4f..aac02e9edf 100644 --- a/examples/extended/gdml/libgdml/schema/include/trap.hh +++ b/examples/extended/gdml/libgdml/schema/include/trap.hh @@ -22,7 +22,7 @@ // // // $Id: trap.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/trd.hh b/examples/extended/gdml/libgdml/schema/include/trd.hh index dfebb9186c..0d5fe0eb00 100644 --- a/examples/extended/gdml/libgdml/schema/include/trd.hh +++ b/examples/extended/gdml/libgdml/schema/include/trd.hh @@ -22,7 +22,7 @@ // // // $Id: trd.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/tube.hh b/examples/extended/gdml/libgdml/schema/include/tube.hh index 47b5c2b39b..373a431ab3 100644 --- a/examples/extended/gdml/libgdml/schema/include/tube.hh +++ b/examples/extended/gdml/libgdml/schema/include/tube.hh @@ -22,7 +22,7 @@ // // // $Id: tube.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/include/volume.hh b/examples/extended/gdml/libgdml/schema/include/volume.hh index 3c8604debd..8291093b05 100644 --- a/examples/extended/gdml/libgdml/schema/include/volume.hh +++ b/examples/extended/gdml/libgdml/schema/include/volume.hh @@ -22,7 +22,7 @@ // // // $Id: volume.hh,v 1.2 2002/06/03 12:09:34 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/schema/src/schema.cc b/examples/extended/gdml/libgdml/schema/src/schema.cc index 1add8e5767..14981c2053 100644 --- a/examples/extended/gdml/libgdml/schema/src/schema.cc +++ b/examples/extended/gdml/libgdml/schema/src/schema.cc @@ -22,7 +22,7 @@ // // // $Id: schema.cc,v 1.2 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/include/BooleanSolidTypeSubscriber.hh b/examples/extended/gdml/libgdml/subscribers/include/BooleanSolidTypeSubscriber.hh index 6d058e2d24..d70d67b36f 100644 --- a/examples/extended/gdml/libgdml/subscribers/include/BooleanSolidTypeSubscriber.hh +++ b/examples/extended/gdml/libgdml/subscribers/include/BooleanSolidTypeSubscriber.hh @@ -22,7 +22,7 @@ // // // $Id: BooleanSolidTypeSubscriber.hh,v 1.3 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/LibLoadSubscribers.cc b/examples/extended/gdml/libgdml/subscribers/src/LibLoadSubscribers.cc index ebc3e2438f..d1780efe26 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/LibLoadSubscribers.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/LibLoadSubscribers.cc @@ -22,7 +22,7 @@ // // // $Id: LibLoadSubscribers.cc,v 1.2 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/assemblySubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/assemblySubscriber.cc index 68f3800e10..cfcaa417fb 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/assemblySubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/assemblySubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: assemblySubscriber.cc,v 1.4 2003/06/16 16:49:14 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/boxSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/boxSubscriber.cc index a3603e560a..42bd94051b 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/boxSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/boxSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: boxSubscriber.cc,v 1.3 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/coneSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/coneSubscriber.cc index 1b31780eb4..d788735cdb 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/coneSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/coneSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: coneSubscriber.cc,v 1.3 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/defineSubcriber.cc b/examples/extended/gdml/libgdml/subscribers/src/defineSubcriber.cc index 566518b1ee..8335351464 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/defineSubcriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/defineSubcriber.cc @@ -22,7 +22,7 @@ // // // $Id: defineSubcriber.cc,v 1.3 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/elementSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/elementSubscriber.cc index 4b54d3ddba..a2fb961059 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/elementSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/elementSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: elementSubscriber.cc,v 1.3 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/intersectionSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/intersectionSubscriber.cc index 23b5f118eb..a7c992dd81 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/intersectionSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/intersectionSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: intersectionSubscriber.cc,v 1.3 2002/06/05 11:54:33 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/isotopeSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/isotopeSubscriber.cc index d647975145..1faf2bad44 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/isotopeSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/isotopeSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: isotopeSubscriber.cc,v 1.4 2003/07/04 14:55:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/materialSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/materialSubscriber.cc index 48cd24f211..aac5016f67 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/materialSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/materialSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: materialSubscriber.cc,v 1.4 2002/08/19 07:38:49 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/paraSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/paraSubscriber.cc index 4b37cb2416..e87e262b8b 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/paraSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/paraSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: paraSubscriber.cc,v 1.3 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/setupSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/setupSubscriber.cc index 3225309992..b5165db004 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/setupSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/setupSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: setupSubscriber.cc,v 1.3 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/sphereSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/sphereSubscriber.cc index 113936f9af..c3ad7d9c36 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/sphereSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/sphereSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: sphereSubscriber.cc,v 1.3 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/subtractionSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/subtractionSubscriber.cc index 9af4fb982b..907ec9ce3a 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/subtractionSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/subtractionSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: subtractionSubscriber.cc,v 1.2 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/trapSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/trapSubscriber.cc index 389b839f21..4bca75a299 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/trapSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/trapSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: trapSubscriber.cc,v 1.3 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/trdSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/trdSubscriber.cc index 4179b5f9a7..d0b238d84c 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/trdSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/trdSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: trdSubscriber.cc,v 1.3 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/tubeSusbcriber.cc b/examples/extended/gdml/libgdml/subscribers/src/tubeSusbcriber.cc index 0c0b425706..09383b29db 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/tubeSusbcriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/tubeSusbcriber.cc @@ -22,7 +22,7 @@ // // // $Id: tubeSusbcriber.cc,v 1.3 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/unionSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/unionSubscriber.cc index 767e0de396..8c13aa2bf3 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/unionSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/unionSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: unionSubscriber.cc,v 1.2 2002/06/03 12:09:35 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/libgdml/subscribers/src/volumeSubscriber.cc b/examples/extended/gdml/libgdml/subscribers/src/volumeSubscriber.cc index afb138b30c..a40d7763b7 100644 --- a/examples/extended/gdml/libgdml/subscribers/src/volumeSubscriber.cc +++ b/examples/extended/gdml/libgdml/subscribers/src/volumeSubscriber.cc @@ -22,7 +22,7 @@ // // // $Id: volumeSubscriber.cc,v 1.6 2003/06/16 16:49:15 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/sample/gogdml.cc b/examples/extended/gdml/sample/gogdml.cc index e0bcb5c48f..e2eb7faa98 100644 --- a/examples/extended/gdml/sample/gogdml.cc +++ b/examples/extended/gdml/sample/gogdml.cc @@ -22,7 +22,7 @@ // // // $Id: gogdml.cc,v 1.3 2002/08/19 07:28:52 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/sample/include/gogdmlDetectorConstruction.hh b/examples/extended/gdml/sample/include/gogdmlDetectorConstruction.hh index 5249eb14ce..686e7116cb 100644 --- a/examples/extended/gdml/sample/include/gogdmlDetectorConstruction.hh +++ b/examples/extended/gdml/sample/include/gogdmlDetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: gogdmlDetectorConstruction.hh,v 1.2 2002/06/03 12:09:36 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/sample/include/gogdmlPhysicsList.hh b/examples/extended/gdml/sample/include/gogdmlPhysicsList.hh index 6e9131e342..cbc066f772 100644 --- a/examples/extended/gdml/sample/include/gogdmlPhysicsList.hh +++ b/examples/extended/gdml/sample/include/gogdmlPhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: gogdmlPhysicsList.hh,v 1.2 2002/06/03 12:09:36 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/sample/include/gogdmlPrimaryGeneratorAction.hh b/examples/extended/gdml/sample/include/gogdmlPrimaryGeneratorAction.hh index ee87e6dd3d..744eb2f0d5 100644 --- a/examples/extended/gdml/sample/include/gogdmlPrimaryGeneratorAction.hh +++ b/examples/extended/gdml/sample/include/gogdmlPrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: gogdmlPrimaryGeneratorAction.hh,v 1.2 2002/06/03 12:09:36 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/sample/src/gogdmlDetectorConstruction.cc b/examples/extended/gdml/sample/src/gogdmlDetectorConstruction.cc index 221742f5d5..99201fb2d6 100644 --- a/examples/extended/gdml/sample/src/gogdmlDetectorConstruction.cc +++ b/examples/extended/gdml/sample/src/gogdmlDetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: gogdmlDetectorConstruction.cc,v 1.3 2002/08/19 07:27:51 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/sample/src/gogdmlPhysicsList.cc b/examples/extended/gdml/sample/src/gogdmlPhysicsList.cc index 4245b18496..894ec99827 100644 --- a/examples/extended/gdml/sample/src/gogdmlPhysicsList.cc +++ b/examples/extended/gdml/sample/src/gogdmlPhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: gogdmlPhysicsList.cc,v 1.2 2002/06/03 12:09:36 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/gdml/sample/src/gogdmlPrimaryGeneratorAction.cc b/examples/extended/gdml/sample/src/gogdmlPrimaryGeneratorAction.cc index 5fb6c5b752..3c1d0b879e 100644 --- a/examples/extended/gdml/sample/src/gogdmlPrimaryGeneratorAction.cc +++ b/examples/extended/gdml/sample/src/gogdmlPrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: gogdmlPrimaryGeneratorAction.cc,v 1.2 2002/06/03 12:09:36 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "gogdmlPrimaryGeneratorAction.hh" diff --git a/examples/extended/geometry/olap/include/G4GeoNav.hh b/examples/extended/geometry/olap/include/G4GeoNav.hh index 49f11666d9..ca6f9bf375 100644 --- a/examples/extended/geometry/olap/include/G4GeoNav.hh +++ b/examples/extended/geometry/olap/include/G4GeoNav.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeoNav.hh,v 1.3 2003/06/16 16:49:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/OlapDetConstr.hh b/examples/extended/geometry/olap/include/OlapDetConstr.hh index 38d4f11dcb..4ef0582641 100644 --- a/examples/extended/geometry/olap/include/OlapDetConstr.hh +++ b/examples/extended/geometry/olap/include/OlapDetConstr.hh @@ -22,7 +22,7 @@ // // // $Id: OlapDetConstr.hh,v 1.1 2002/06/04 07:40:18 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/OlapEventAction.hh b/examples/extended/geometry/olap/include/OlapEventAction.hh index d31ca5c3ba..d48b50b025 100644 --- a/examples/extended/geometry/olap/include/OlapEventAction.hh +++ b/examples/extended/geometry/olap/include/OlapEventAction.hh @@ -22,7 +22,7 @@ // // // $Id: OlapEventAction.hh,v 1.2 2003/06/16 16:49:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/OlapGenerator.hh b/examples/extended/geometry/olap/include/OlapGenerator.hh index 41572fbbc9..d20436a1bc 100644 --- a/examples/extended/geometry/olap/include/OlapGenerator.hh +++ b/examples/extended/geometry/olap/include/OlapGenerator.hh @@ -22,7 +22,7 @@ // // // $Id: OlapGenerator.hh,v 1.2 2003/06/16 16:49:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/OlapLogManager.hh b/examples/extended/geometry/olap/include/OlapLogManager.hh index 8f6cb64e63..1ac5598bb3 100644 --- a/examples/extended/geometry/olap/include/OlapLogManager.hh +++ b/examples/extended/geometry/olap/include/OlapLogManager.hh @@ -22,7 +22,7 @@ // // // $Id: OlapLogManager.hh,v 1.1 2002/06/04 07:40:19 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/OlapManager.hh b/examples/extended/geometry/olap/include/OlapManager.hh index 8f5c7b16fe..489ffc5fca 100644 --- a/examples/extended/geometry/olap/include/OlapManager.hh +++ b/examples/extended/geometry/olap/include/OlapManager.hh @@ -22,7 +22,7 @@ // // // $Id: OlapManager.hh,v 1.3 2003/06/16 16:49:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/OlapManagerMessenger.hh b/examples/extended/geometry/olap/include/OlapManagerMessenger.hh index 196b5dfefc..aa965320e1 100644 --- a/examples/extended/geometry/olap/include/OlapManagerMessenger.hh +++ b/examples/extended/geometry/olap/include/OlapManagerMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: OlapManagerMessenger.hh,v 1.1 2002/06/04 07:40:19 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/OlapNotify.hh b/examples/extended/geometry/olap/include/OlapNotify.hh index 4773297061..1c7c8b61bc 100644 --- a/examples/extended/geometry/olap/include/OlapNotify.hh +++ b/examples/extended/geometry/olap/include/OlapNotify.hh @@ -22,7 +22,7 @@ // // // $Id: OlapNotify.hh,v 1.2 2003/06/16 16:49:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/OlapPhysicsList.hh b/examples/extended/geometry/olap/include/OlapPhysicsList.hh index fb99309343..e74c132342 100644 --- a/examples/extended/geometry/olap/include/OlapPhysicsList.hh +++ b/examples/extended/geometry/olap/include/OlapPhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: OlapPhysicsList.hh,v 1.1 2002/06/04 07:40:19 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/OlapRunAction.hh b/examples/extended/geometry/olap/include/OlapRunAction.hh index 0d9f7e0fd0..244cf49325 100644 --- a/examples/extended/geometry/olap/include/OlapRunAction.hh +++ b/examples/extended/geometry/olap/include/OlapRunAction.hh @@ -22,7 +22,7 @@ // // // $Id: OlapRunAction.hh,v 1.2 2003/06/16 16:49:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/OlapSteppingAction.hh b/examples/extended/geometry/olap/include/OlapSteppingAction.hh index 3b0c6bbe19..b03080c846 100644 --- a/examples/extended/geometry/olap/include/OlapSteppingAction.hh +++ b/examples/extended/geometry/olap/include/OlapSteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: OlapSteppingAction.hh,v 1.2 2003/06/16 16:49:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/OlapVisManager.hh b/examples/extended/geometry/olap/include/OlapVisManager.hh index 22f1031d14..ba5814159c 100644 --- a/examples/extended/geometry/olap/include/OlapVisManager.hh +++ b/examples/extended/geometry/olap/include/OlapVisManager.hh @@ -22,7 +22,7 @@ // // // $Id: OlapVisManager.hh,v 1.1 2002/06/04 07:40:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/RandomDetector.hh b/examples/extended/geometry/olap/include/RandomDetector.hh index efcc4bf979..d0e4c6ec33 100644 --- a/examples/extended/geometry/olap/include/RandomDetector.hh +++ b/examples/extended/geometry/olap/include/RandomDetector.hh @@ -22,7 +22,7 @@ // // // $Id: RandomDetector.hh,v 1.1 2002/06/04 07:40:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/SolidAnalyser.hh b/examples/extended/geometry/olap/include/SolidAnalyser.hh index 48401c98d8..757a91ddd8 100644 --- a/examples/extended/geometry/olap/include/SolidAnalyser.hh +++ b/examples/extended/geometry/olap/include/SolidAnalyser.hh @@ -22,7 +22,7 @@ // // // $Id: SolidAnalyser.hh,v 1.2 2003/06/16 16:49:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/include/tree.hh b/examples/extended/geometry/olap/include/tree.hh index e2893661cf..8c91a7ca33 100644 --- a/examples/extended/geometry/olap/include/tree.hh +++ b/examples/extended/geometry/olap/include/tree.hh @@ -22,7 +22,7 @@ // // // $Id: tree.hh,v 1.3 2003/06/16 16:49:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/olapex.cc b/examples/extended/geometry/olap/olapex.cc index 1334f4cc63..4f7c875a52 100644 --- a/examples/extended/geometry/olap/olapex.cc +++ b/examples/extended/geometry/olap/olapex.cc @@ -22,7 +22,7 @@ // // // $Id: olapex.cc,v 1.1 2002/06/04 07:40:18 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/G4GeoNav.cc b/examples/extended/geometry/olap/src/G4GeoNav.cc index 986816f5dd..3322248a68 100644 --- a/examples/extended/geometry/olap/src/G4GeoNav.cc +++ b/examples/extended/geometry/olap/src/G4GeoNav.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeoNav.cc,v 1.2 2003/06/16 16:49:25 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/OlapDetConstr.cc b/examples/extended/geometry/olap/src/OlapDetConstr.cc index 59cdfdeb19..7e14b9ef8a 100644 --- a/examples/extended/geometry/olap/src/OlapDetConstr.cc +++ b/examples/extended/geometry/olap/src/OlapDetConstr.cc @@ -22,7 +22,7 @@ // // // $Id: OlapDetConstr.cc,v 1.2 2003/06/12 12:24:32 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/OlapEventAction.cc b/examples/extended/geometry/olap/src/OlapEventAction.cc index cde816808a..ea283be598 100644 --- a/examples/extended/geometry/olap/src/OlapEventAction.cc +++ b/examples/extended/geometry/olap/src/OlapEventAction.cc @@ -22,7 +22,7 @@ // // // $Id: OlapEventAction.cc,v 1.3 2003/06/16 16:49:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/OlapGenerator.cc b/examples/extended/geometry/olap/src/OlapGenerator.cc index 55ed3baad8..8c14dc9eea 100644 --- a/examples/extended/geometry/olap/src/OlapGenerator.cc +++ b/examples/extended/geometry/olap/src/OlapGenerator.cc @@ -22,7 +22,7 @@ // // // $Id: OlapGenerator.cc,v 1.2 2002/06/04 09:23:44 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/OlapLogManager.cc b/examples/extended/geometry/olap/src/OlapLogManager.cc index 83e66bff11..65644905c1 100644 --- a/examples/extended/geometry/olap/src/OlapLogManager.cc +++ b/examples/extended/geometry/olap/src/OlapLogManager.cc @@ -22,7 +22,7 @@ // // // $Id: OlapLogManager.cc,v 1.2 2003/06/16 16:49:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/OlapManager.cc b/examples/extended/geometry/olap/src/OlapManager.cc index b200d30995..6305f83b0e 100644 --- a/examples/extended/geometry/olap/src/OlapManager.cc +++ b/examples/extended/geometry/olap/src/OlapManager.cc @@ -22,7 +22,7 @@ // // // $Id: OlapManager.cc,v 1.2 2003/06/16 16:49:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/OlapManagerMessenger.cc b/examples/extended/geometry/olap/src/OlapManagerMessenger.cc index 2fa57fc5e5..c0897e5537 100644 --- a/examples/extended/geometry/olap/src/OlapManagerMessenger.cc +++ b/examples/extended/geometry/olap/src/OlapManagerMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: OlapManagerMessenger.cc,v 1.2 2002/12/05 01:07:00 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/OlapNotify.cc b/examples/extended/geometry/olap/src/OlapNotify.cc index 67df61eb0f..ff8a2af594 100644 --- a/examples/extended/geometry/olap/src/OlapNotify.cc +++ b/examples/extended/geometry/olap/src/OlapNotify.cc @@ -22,7 +22,7 @@ // // // $Id: OlapNotify.cc,v 1.1 2002/06/04 07:40:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/OlapPhysicsList.cc b/examples/extended/geometry/olap/src/OlapPhysicsList.cc index 52866b6c98..27851614de 100644 --- a/examples/extended/geometry/olap/src/OlapPhysicsList.cc +++ b/examples/extended/geometry/olap/src/OlapPhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: OlapPhysicsList.cc,v 1.1 2002/06/04 07:40:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/OlapRunAction.cc b/examples/extended/geometry/olap/src/OlapRunAction.cc index 05729cf243..7e6e18e96f 100644 --- a/examples/extended/geometry/olap/src/OlapRunAction.cc +++ b/examples/extended/geometry/olap/src/OlapRunAction.cc @@ -22,7 +22,7 @@ // // // $Id: OlapRunAction.cc,v 1.4 2003/06/16 16:49:29 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/OlapSteppingAction.cc b/examples/extended/geometry/olap/src/OlapSteppingAction.cc index 4f4fd85bf8..e7fe4bf5e5 100644 --- a/examples/extended/geometry/olap/src/OlapSteppingAction.cc +++ b/examples/extended/geometry/olap/src/OlapSteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: OlapSteppingAction.cc,v 1.2 2003/06/16 16:49:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/OlapVisManager.cc b/examples/extended/geometry/olap/src/OlapVisManager.cc index 3363bff710..bfd7316192 100644 --- a/examples/extended/geometry/olap/src/OlapVisManager.cc +++ b/examples/extended/geometry/olap/src/OlapVisManager.cc @@ -22,7 +22,7 @@ // // // $Id: OlapVisManager.cc,v 1.2 2003/11/13 15:11:34 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/RandomDetector.cc b/examples/extended/geometry/olap/src/RandomDetector.cc index 271f64f468..287249d727 100644 --- a/examples/extended/geometry/olap/src/RandomDetector.cc +++ b/examples/extended/geometry/olap/src/RandomDetector.cc @@ -22,7 +22,7 @@ // // // $Id: RandomDetector.cc,v 1.2 2003/02/19 07:59:09 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/geometry/olap/src/SolidAnalyser.cc b/examples/extended/geometry/olap/src/SolidAnalyser.cc index 8493fc536f..cac38c856e 100644 --- a/examples/extended/geometry/olap/src/SolidAnalyser.cc +++ b/examples/extended/geometry/olap/src/SolidAnalyser.cc @@ -22,7 +22,7 @@ // // // $Id: SolidAnalyser.cc,v 1.3 2003/06/16 16:49:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/medical/DICOM/History b/examples/extended/medical/DICOM/History new file mode 100644 index 0000000000..9de74be8e0 --- /dev/null +++ b/examples/extended/medical/DICOM/History @@ -0,0 +1,14 @@ + + ========================================================= + Geant4 - DICOM example + ========================================================= + + Category History file + --------------------- + +11.3.2003 - Susanna Guatelli + README changed + + +6.2003 - Susanna Guatelli + First public release of the example \ No newline at end of file diff --git a/examples/extended/medical/DICOM/README b/examples/extended/medical/DICOM/README index 475c962ac8..129ab17b91 100644 --- a/examples/extended/medical/DICOM/README +++ b/examples/extended/medical/DICOM/README @@ -1,5 +1,5 @@ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -| DicomG4 | +| Dicom | + + | README | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -18,11 +18,12 @@ web : thomson.phy.ulaval.ca/phys_med This example illustrates a preliminary version of a Geant4 interface to the DICOM image format. -The example consists in creating an image from dicom files. +The example consists in modeling a phantom inside a Geant4 application, +given the dicom files describing the phantom. --->1) Introduction -DICOM images are read and used as Geometry for simulation. +DICOM images are read and used to model the geometry set-up for simulation. Three file .dcm give the experimental set-up (in terms of tissues and tissue geometry position) are read. @@ -42,7 +43,7 @@ compiler = gcc-3.2 G4SYSTEM = linux-g++ The following environment variables need to be set: -G4LEDATA: points to low energy data base - G4EMLOW2.2 +G4LEDATA: points to low energy data base - G4EMLOW2.3 visualisation package: OpenGL diff --git a/examples/extended/parallel/ParN02/ParN02.cc b/examples/extended/parallel/ParN02/ParN02.cc index 9670f08619..aaad5a349f 100644 --- a/examples/extended/parallel/ParN02/ParN02.cc +++ b/examples/extended/parallel/ParN02/ParN02.cc @@ -22,7 +22,7 @@ // // // $Id: ParN02.cc,v 1.2 2002/03/09 06:21:18 cooperma Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/ParTopC.icc b/examples/extended/parallel/ParN02/ParTopC.icc index 076951ef3b..b178fb1749 100644 --- a/examples/extended/parallel/ParN02/ParTopC.icc +++ b/examples/extended/parallel/ParN02/ParTopC.icc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParTopC.icc,v 1.1 2002/03/09 06:25:03 cooperma Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN02/include/ExN02ChamberParameterisation.hh b/examples/extended/parallel/ParN02/include/ExN02ChamberParameterisation.hh index b4b72d8f65..fb1112ac94 100644 --- a/examples/extended/parallel/ParN02/include/ExN02ChamberParameterisation.hh +++ b/examples/extended/parallel/ParN02/include/ExN02ChamberParameterisation.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02ChamberParameterisation.hh,v 1.3 2003/12/03 14:15:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // A parameterisation that describes a series of boxes along Z diff --git a/examples/extended/parallel/ParN02/include/ExN02DetectorConstruction.hh b/examples/extended/parallel/ParN02/include/ExN02DetectorConstruction.hh index 19892f0fc2..0637e0e4a7 100644 --- a/examples/extended/parallel/ParN02/include/ExN02DetectorConstruction.hh +++ b/examples/extended/parallel/ParN02/include/ExN02DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02DetectorConstruction.hh,v 1.1 2002/03/05 15:21:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/include/ExN02DetectorMessenger.hh b/examples/extended/parallel/ParN02/include/ExN02DetectorMessenger.hh index f2330bb380..d3e92466c5 100644 --- a/examples/extended/parallel/ParN02/include/ExN02DetectorMessenger.hh +++ b/examples/extended/parallel/ParN02/include/ExN02DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02DetectorMessenger.hh,v 1.2 2003/12/03 14:15:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/include/ExN02EventAction.hh b/examples/extended/parallel/ParN02/include/ExN02EventAction.hh index c1b294ea7e..3b38e49556 100644 --- a/examples/extended/parallel/ParN02/include/ExN02EventAction.hh +++ b/examples/extended/parallel/ParN02/include/ExN02EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02EventAction.hh,v 1.1 2002/03/05 15:21:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/include/ExN02MagneticField.hh b/examples/extended/parallel/ParN02/include/ExN02MagneticField.hh index cff68223db..60294b609d 100644 --- a/examples/extended/parallel/ParN02/include/ExN02MagneticField.hh +++ b/examples/extended/parallel/ParN02/include/ExN02MagneticField.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02MagneticField.hh,v 1.1 2002/03/05 15:21:57 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // A class for control of the Magnetic Field of the detector. diff --git a/examples/extended/parallel/ParN02/include/ExN02PhysicsList.hh b/examples/extended/parallel/ParN02/include/ExN02PhysicsList.hh index b0b830ad13..a65fa29732 100644 --- a/examples/extended/parallel/ParN02/include/ExN02PhysicsList.hh +++ b/examples/extended/parallel/ParN02/include/ExN02PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02PhysicsList.hh,v 1.1 2002/03/05 15:21:57 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/include/ExN02PrimaryGeneratorAction.hh b/examples/extended/parallel/ParN02/include/ExN02PrimaryGeneratorAction.hh index ef7c74fe08..fcdf50c91f 100644 --- a/examples/extended/parallel/ParN02/include/ExN02PrimaryGeneratorAction.hh +++ b/examples/extended/parallel/ParN02/include/ExN02PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02PrimaryGeneratorAction.hh,v 1.1 2002/03/05 15:21:57 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/include/ExN02RunAction.hh b/examples/extended/parallel/ParN02/include/ExN02RunAction.hh index d764a84cd4..450b984726 100644 --- a/examples/extended/parallel/ParN02/include/ExN02RunAction.hh +++ b/examples/extended/parallel/ParN02/include/ExN02RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02RunAction.hh,v 1.1 2002/03/05 15:21:57 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/include/ExN02SteppingAction.hh b/examples/extended/parallel/ParN02/include/ExN02SteppingAction.hh index b1fcd9c23d..f70d7e769a 100644 --- a/examples/extended/parallel/ParN02/include/ExN02SteppingAction.hh +++ b/examples/extended/parallel/ParN02/include/ExN02SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02SteppingAction.hh,v 1.1 2002/03/05 15:21:57 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/include/ExN02SteppingVerbose.hh b/examples/extended/parallel/ParN02/include/ExN02SteppingVerbose.hh index 3b05b8c495..5685cf0bdc 100644 --- a/examples/extended/parallel/ParN02/include/ExN02SteppingVerbose.hh +++ b/examples/extended/parallel/ParN02/include/ExN02SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02SteppingVerbose.hh,v 1.1 2002/03/05 15:21:57 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/extended/parallel/ParN02/include/ExN02TrackerHit.hh b/examples/extended/parallel/ParN02/include/ExN02TrackerHit.hh index c0f1a8ed4a..9c38398be1 100644 --- a/examples/extended/parallel/ParN02/include/ExN02TrackerHit.hh +++ b/examples/extended/parallel/ParN02/include/ExN02TrackerHit.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02TrackerHit.hh,v 1.3 2003/12/03 14:15:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/include/ExN02TrackerSD.hh b/examples/extended/parallel/ParN02/include/ExN02TrackerSD.hh index 6fcba6abe4..fbdf53f3dd 100644 --- a/examples/extended/parallel/ParN02/include/ExN02TrackerSD.hh +++ b/examples/extended/parallel/ParN02/include/ExN02TrackerSD.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02TrackerSD.hh,v 1.1 2002/03/05 15:21:58 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/include/ExN02VisManager.hh b/examples/extended/parallel/ParN02/include/ExN02VisManager.hh index 8e4bf60ae9..5b902518e1 100644 --- a/examples/extended/parallel/ParN02/include/ExN02VisManager.hh +++ b/examples/extended/parallel/ParN02/include/ExN02VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02VisManager.hh,v 1.1 2002/03/05 15:21:58 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/parallel/ParN02/include/ParExMarshaledHits.hh b/examples/extended/parallel/ParN02/include/ParExMarshaledHits.hh index 569d0569ce..81361d615b 100644 --- a/examples/extended/parallel/ParN02/include/ParExMarshaledHits.hh +++ b/examples/extended/parallel/ParN02/include/ParExMarshaledHits.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParExMarshaledHits.hh,v 1.1 2002/03/05 15:21:58 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN02/include/ParMarshaledObj.hh b/examples/extended/parallel/ParN02/include/ParMarshaledObj.hh index d2b52319ea..fb1b2ff33e 100644 --- a/examples/extended/parallel/ParN02/include/ParMarshaledObj.hh +++ b/examples/extended/parallel/ParN02/include/ParMarshaledObj.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParMarshaledObj.hh,v 1.1 2002/03/05 15:21:58 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN02/include/ParRandomState.hh b/examples/extended/parallel/ParN02/include/ParRandomState.hh index 5d08be3d6a..0c6651febd 100644 --- a/examples/extended/parallel/ParN02/include/ParRandomState.hh +++ b/examples/extended/parallel/ParN02/include/ParRandomState.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParRandomState.hh,v 1.2 2003/07/04 15:36:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN02/include/ParRunManager.hh b/examples/extended/parallel/ParN02/include/ParRunManager.hh index 48184574c3..dd060bf761 100644 --- a/examples/extended/parallel/ParN02/include/ParRunManager.hh +++ b/examples/extended/parallel/ParN02/include/ParRunManager.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParRunManager.hh,v 1.2 2002/06/06 17:05:02 cooperma Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN02/src/ExN02ChamberParameterisation.cc b/examples/extended/parallel/ParN02/src/ExN02ChamberParameterisation.cc index c31f8d4c02..46f7dd32ea 100644 --- a/examples/extended/parallel/ParN02/src/ExN02ChamberParameterisation.cc +++ b/examples/extended/parallel/ParN02/src/ExN02ChamberParameterisation.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02ChamberParameterisation.cc,v 1.2 2003/12/03 14:15:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/src/ExN02DetectorConstruction.cc b/examples/extended/parallel/ParN02/src/ExN02DetectorConstruction.cc index 62a835218f..7cc851be47 100644 --- a/examples/extended/parallel/ParN02/src/ExN02DetectorConstruction.cc +++ b/examples/extended/parallel/ParN02/src/ExN02DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02DetectorConstruction.cc,v 1.2 2003/12/03 14:15:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/src/ExN02DetectorMessenger.cc b/examples/extended/parallel/ParN02/src/ExN02DetectorMessenger.cc index e0d2359edc..77f5150d1c 100644 --- a/examples/extended/parallel/ParN02/src/ExN02DetectorMessenger.cc +++ b/examples/extended/parallel/ParN02/src/ExN02DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02DetectorMessenger.cc,v 1.3 2003/12/03 14:15:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/src/ExN02EventAction.cc b/examples/extended/parallel/ParN02/src/ExN02EventAction.cc index 14f8a65516..0dced61768 100644 --- a/examples/extended/parallel/ParN02/src/ExN02EventAction.cc +++ b/examples/extended/parallel/ParN02/src/ExN02EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02EventAction.cc,v 1.1 2002/03/05 15:22:00 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/src/ExN02MagneticField.cc b/examples/extended/parallel/ParN02/src/ExN02MagneticField.cc index 4d4bc042f0..dbe01a1d5c 100644 --- a/examples/extended/parallel/ParN02/src/ExN02MagneticField.cc +++ b/examples/extended/parallel/ParN02/src/ExN02MagneticField.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02MagneticField.cc,v 1.1 2002/03/05 15:22:00 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // User Field class implementation. // diff --git a/examples/extended/parallel/ParN02/src/ExN02PhysicsList.cc b/examples/extended/parallel/ParN02/src/ExN02PhysicsList.cc index 7e6362d729..166a31cd99 100644 --- a/examples/extended/parallel/ParN02/src/ExN02PhysicsList.cc +++ b/examples/extended/parallel/ParN02/src/ExN02PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02PhysicsList.cc,v 1.3 2003/12/03 14:15:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/src/ExN02PrimaryGeneratorAction.cc b/examples/extended/parallel/ParN02/src/ExN02PrimaryGeneratorAction.cc index 13b0deb873..d32ab26e28 100644 --- a/examples/extended/parallel/ParN02/src/ExN02PrimaryGeneratorAction.cc +++ b/examples/extended/parallel/ParN02/src/ExN02PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02PrimaryGeneratorAction.cc,v 1.1 2002/03/05 15:22:01 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/src/ExN02RunAction.cc b/examples/extended/parallel/ParN02/src/ExN02RunAction.cc index 9dc11b32c3..b2b198e7da 100644 --- a/examples/extended/parallel/ParN02/src/ExN02RunAction.cc +++ b/examples/extended/parallel/ParN02/src/ExN02RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02RunAction.cc,v 1.1 2002/03/05 15:22:01 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/src/ExN02SteppingAction.cc b/examples/extended/parallel/ParN02/src/ExN02SteppingAction.cc index 8adc19c6de..b96a7d9501 100644 --- a/examples/extended/parallel/ParN02/src/ExN02SteppingAction.cc +++ b/examples/extended/parallel/ParN02/src/ExN02SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02SteppingAction.cc,v 1.1 2002/03/05 15:22:01 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/src/ExN02SteppingVerbose.cc b/examples/extended/parallel/ParN02/src/ExN02SteppingVerbose.cc index b863974d5b..050a05b08a 100644 --- a/examples/extended/parallel/ParN02/src/ExN02SteppingVerbose.cc +++ b/examples/extended/parallel/ParN02/src/ExN02SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02SteppingVerbose.cc,v 1.3 2003/12/03 14:15:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/src/ExN02TrackerHit.cc b/examples/extended/parallel/ParN02/src/ExN02TrackerHit.cc index c945d7c302..0c33cf6840 100644 --- a/examples/extended/parallel/ParN02/src/ExN02TrackerHit.cc +++ b/examples/extended/parallel/ParN02/src/ExN02TrackerHit.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02TrackerHit.cc,v 1.2 2003/07/04 15:36:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/src/ExN02TrackerSD.cc b/examples/extended/parallel/ParN02/src/ExN02TrackerSD.cc index 4cdf8858b9..5516860d14 100644 --- a/examples/extended/parallel/ParN02/src/ExN02TrackerSD.cc +++ b/examples/extended/parallel/ParN02/src/ExN02TrackerSD.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02TrackerSD.cc,v 1.2 2003/07/04 15:36:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN02/src/ExN02VisManager.cc b/examples/extended/parallel/ParN02/src/ExN02VisManager.cc index 1454370ce4..4dd199ccee 100644 --- a/examples/extended/parallel/ParN02/src/ExN02VisManager.cc +++ b/examples/extended/parallel/ParN02/src/ExN02VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02VisManager.cc,v 1.3 2003/11/13 15:11:38 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/parallel/ParN02/src/ParExN02MarshaledHits.cc b/examples/extended/parallel/ParN02/src/ParExN02MarshaledHits.cc index f64eed6967..25e6bcf5ef 100644 --- a/examples/extended/parallel/ParN02/src/ParExN02MarshaledHits.cc +++ b/examples/extended/parallel/ParN02/src/ParExN02MarshaledHits.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParExN02MarshaledHits.cc,v 1.1 2002/03/05 15:22:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN02/src/ParMarshaledObj.cc b/examples/extended/parallel/ParN02/src/ParMarshaledObj.cc index 909d8f5704..7a19593a2b 100644 --- a/examples/extended/parallel/ParN02/src/ParMarshaledObj.cc +++ b/examples/extended/parallel/ParN02/src/ParMarshaledObj.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParMarshaledObj.cc,v 1.1 2002/03/05 15:22:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN02/src/ParRunManager.cc b/examples/extended/parallel/ParN02/src/ParRunManager.cc index df42c006b0..eee506b8d2 100644 --- a/examples/extended/parallel/ParN02/src/ParRunManager.cc +++ b/examples/extended/parallel/ParN02/src/ParRunManager.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParRunManager.cc,v 1.5 2003/06/16 16:49:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN04/ParN04.cc b/examples/extended/parallel/ParN04/ParN04.cc index fece68c717..fe423c9405 100644 --- a/examples/extended/parallel/ParN04/ParN04.cc +++ b/examples/extended/parallel/ParN04/ParN04.cc @@ -22,7 +22,7 @@ // // // $Id: ParN04.cc,v 1.3 2003/12/03 14:28:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/parallel/ParN04/ParTopC.icc b/examples/extended/parallel/ParN04/ParTopC.icc index 9c3f1eb28d..b53cfb0ebe 100644 --- a/examples/extended/parallel/ParN04/ParTopC.icc +++ b/examples/extended/parallel/ParN04/ParTopC.icc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParTopC.icc,v 1.1 2002/03/09 06:25:10 cooperma Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN04/include/ExN04EMPhysics.hh b/examples/extended/parallel/ParN04/include/ExN04EMPhysics.hh index 690e9bd47b..011940aea2 100644 --- a/examples/extended/parallel/ParN04/include/ExN04EMPhysics.hh +++ b/examples/extended/parallel/ParN04/include/ExN04EMPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04EMPhysics.hh,v 1.1 2002/03/05 15:22:09 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/parallel/ParN04/include/ExN04GeneralPhysics.hh b/examples/extended/parallel/ParN04/include/ExN04GeneralPhysics.hh index 7e0c4b63ab..0174e58046 100644 --- a/examples/extended/parallel/ParN04/include/ExN04GeneralPhysics.hh +++ b/examples/extended/parallel/ParN04/include/ExN04GeneralPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04GeneralPhysics.hh,v 1.1 2002/03/05 15:22:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/parallel/ParN04/include/ExN04HadronPhysics.hh b/examples/extended/parallel/ParN04/include/ExN04HadronPhysics.hh index 3bdb9a4223..b7bbb206bb 100644 --- a/examples/extended/parallel/ParN04/include/ExN04HadronPhysics.hh +++ b/examples/extended/parallel/ParN04/include/ExN04HadronPhysics.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ExN04HadronPhysics.hh,v 1.3 2003/12/03 14:28:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/examples/extended/parallel/ParN04/include/ExN04IonPhysics.hh b/examples/extended/parallel/ParN04/include/ExN04IonPhysics.hh index 9548ca985f..fedaa7b116 100644 --- a/examples/extended/parallel/ParN04/include/ExN04IonPhysics.hh +++ b/examples/extended/parallel/ParN04/include/ExN04IonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04IonPhysics.hh,v 1.2 2003/12/03 14:28:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/parallel/ParN04/include/ExN04MuonPhysics.hh b/examples/extended/parallel/ParN04/include/ExN04MuonPhysics.hh index d77c01b4ae..619a6f7426 100644 --- a/examples/extended/parallel/ParN04/include/ExN04MuonPhysics.hh +++ b/examples/extended/parallel/ParN04/include/ExN04MuonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04MuonPhysics.hh,v 1.2 2003/12/03 14:28:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/extended/parallel/ParN04/include/ExN04RunAction.hh b/examples/extended/parallel/ParN04/include/ExN04RunAction.hh index ea9f4b7483..2355a5427e 100644 --- a/examples/extended/parallel/ParN04/include/ExN04RunAction.hh +++ b/examples/extended/parallel/ParN04/include/ExN04RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04RunAction.hh,v 1.1 2003/12/03 14:32:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN04/include/ExN04SteppingVerbose.hh b/examples/extended/parallel/ParN04/include/ExN04SteppingVerbose.hh index 2f00a71c54..d7e5b8bc00 100644 --- a/examples/extended/parallel/ParN04/include/ExN04SteppingVerbose.hh +++ b/examples/extended/parallel/ParN04/include/ExN04SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04SteppingVerbose.hh,v 1.1 2003/12/03 14:32:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/extended/parallel/ParN04/include/ExN04VisManager.hh b/examples/extended/parallel/ParN04/include/ExN04VisManager.hh index b2eb1117d2..785ee3644d 100644 --- a/examples/extended/parallel/ParN04/include/ExN04VisManager.hh +++ b/examples/extended/parallel/ParN04/include/ExN04VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04VisManager.hh,v 1.1 2003/12/03 14:28:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/parallel/ParN04/include/ParExMarshaledHits.hh b/examples/extended/parallel/ParN04/include/ParExMarshaledHits.hh index b87413ac64..d72ebe8709 100644 --- a/examples/extended/parallel/ParN04/include/ParExMarshaledHits.hh +++ b/examples/extended/parallel/ParN04/include/ParExMarshaledHits.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParExMarshaledHits.hh,v 1.1 2002/03/05 15:22:13 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN04/include/ParMarshaledObj.hh b/examples/extended/parallel/ParN04/include/ParMarshaledObj.hh index 87c54109f2..6ea85b87a2 100644 --- a/examples/extended/parallel/ParN04/include/ParMarshaledObj.hh +++ b/examples/extended/parallel/ParN04/include/ParMarshaledObj.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParMarshaledObj.hh,v 1.2 2003/06/16 16:49:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN04/include/ParRandomState.hh b/examples/extended/parallel/ParN04/include/ParRandomState.hh index 27a301dd18..ddd40dd0dd 100644 --- a/examples/extended/parallel/ParN04/include/ParRandomState.hh +++ b/examples/extended/parallel/ParN04/include/ParRandomState.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParRandomState.hh,v 1.2 2003/07/04 15:36:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN04/include/ParRunManager.hh b/examples/extended/parallel/ParN04/include/ParRunManager.hh index d375d4cee6..58296871cc 100644 --- a/examples/extended/parallel/ParN04/include/ParRunManager.hh +++ b/examples/extended/parallel/ParN04/include/ParRunManager.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParRunManager.hh,v 1.2 2002/06/06 17:05:05 cooperma Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN04/src/ExN04EMPhysics.cc b/examples/extended/parallel/ParN04/src/ExN04EMPhysics.cc index eeb4384be0..117e747e9f 100644 --- a/examples/extended/parallel/ParN04/src/ExN04EMPhysics.cc +++ b/examples/extended/parallel/ParN04/src/ExN04EMPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04EMPhysics.cc,v 1.3 2003/12/03 14:28:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/parallel/ParN04/src/ExN04GeneralPhysics.cc b/examples/extended/parallel/ParN04/src/ExN04GeneralPhysics.cc index 81fdef9d08..ccd6c4de8f 100644 --- a/examples/extended/parallel/ParN04/src/ExN04GeneralPhysics.cc +++ b/examples/extended/parallel/ParN04/src/ExN04GeneralPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04GeneralPhysics.cc,v 1.2 2003/06/16 16:49:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/parallel/ParN04/src/ExN04HadronPhysics.cc b/examples/extended/parallel/ParN04/src/ExN04HadronPhysics.cc index b38fc6b8d3..62ca4ecdb3 100644 --- a/examples/extended/parallel/ParN04/src/ExN04HadronPhysics.cc +++ b/examples/extended/parallel/ParN04/src/ExN04HadronPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04HadronPhysics.cc,v 1.3 2003/12/03 14:28:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "ExN04HadronPhysics.hh" diff --git a/examples/extended/parallel/ParN04/src/ExN04IonPhysics.cc b/examples/extended/parallel/ParN04/src/ExN04IonPhysics.cc index 06acbd3134..d6ed6bf894 100644 --- a/examples/extended/parallel/ParN04/src/ExN04IonPhysics.cc +++ b/examples/extended/parallel/ParN04/src/ExN04IonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04IonPhysics.cc,v 1.3 2003/12/03 14:28:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/parallel/ParN04/src/ExN04MuonPhysics.cc b/examples/extended/parallel/ParN04/src/ExN04MuonPhysics.cc index f2d2d39007..0bf7027174 100644 --- a/examples/extended/parallel/ParN04/src/ExN04MuonPhysics.cc +++ b/examples/extended/parallel/ParN04/src/ExN04MuonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04MuonPhysics.cc,v 1.3 2003/12/03 14:28:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/parallel/ParN04/src/ExN04PhysicsList.cc b/examples/extended/parallel/ParN04/src/ExN04PhysicsList.cc index e4acaafc44..59e7da6362 100644 --- a/examples/extended/parallel/ParN04/src/ExN04PhysicsList.cc +++ b/examples/extended/parallel/ParN04/src/ExN04PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04PhysicsList.cc,v 1.3 2003/12/03 14:28:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/extended/parallel/ParN04/src/ExN04RunAction.cc b/examples/extended/parallel/ParN04/src/ExN04RunAction.cc index 93dd8f1fd5..97d22d640b 100644 --- a/examples/extended/parallel/ParN04/src/ExN04RunAction.cc +++ b/examples/extended/parallel/ParN04/src/ExN04RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04RunAction.cc,v 1.1 2003/12/03 14:32:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN04/src/ExN04SteppingVerbose.cc b/examples/extended/parallel/ParN04/src/ExN04SteppingVerbose.cc index 6648da3676..d9c4030da3 100644 --- a/examples/extended/parallel/ParN04/src/ExN04SteppingVerbose.cc +++ b/examples/extended/parallel/ParN04/src/ExN04SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04SteppingVerbose.cc,v 1.1 2003/12/03 14:32:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ParN04/src/ExN04VisManager.cc b/examples/extended/parallel/ParN04/src/ExN04VisManager.cc index 9bf76d583a..818832c1b7 100755 --- a/examples/extended/parallel/ParN04/src/ExN04VisManager.cc +++ b/examples/extended/parallel/ParN04/src/ExN04VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04VisManager.cc,v 1.1 2003/12/03 14:28:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/parallel/ParN04/src/ParExN04MarshaledHits.cc b/examples/extended/parallel/ParN04/src/ParExN04MarshaledHits.cc index 0f497a4a92..d0f184cf04 100644 --- a/examples/extended/parallel/ParN04/src/ParExN04MarshaledHits.cc +++ b/examples/extended/parallel/ParN04/src/ParExN04MarshaledHits.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParExN04MarshaledHits.cc,v 1.1 2002/03/05 15:22:18 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN04/src/ParMarshaledObj.cc b/examples/extended/parallel/ParN04/src/ParMarshaledObj.cc index c5cca00f6d..6401151bd8 100644 --- a/examples/extended/parallel/ParN04/src/ParMarshaledObj.cc +++ b/examples/extended/parallel/ParN04/src/ParMarshaledObj.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParMarshaledObj.cc,v 1.1 2002/03/05 15:22:18 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/parallel/ParN04/src/ParRunManager.cc b/examples/extended/parallel/ParN04/src/ParRunManager.cc index 33c6b44447..d33ea41afe 100644 --- a/examples/extended/parallel/ParN04/src/ParRunManager.cc +++ b/examples/extended/parallel/ParN04/src/ParRunManager.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ParRunManager.cc,v 1.5 2003/06/16 16:49:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // Parallel Library for Geant4 diff --git a/examples/extended/persistency/PersEx01/G4PersEx01.cc b/examples/extended/persistency/PersEx01/G4PersEx01.cc index 613583f393..76bcb38874 100644 --- a/examples/extended/persistency/PersEx01/G4PersEx01.cc +++ b/examples/extended/persistency/PersEx01/G4PersEx01.cc @@ -22,7 +22,7 @@ // // // $Id: G4PersEx01.cc,v 1.1 2002/12/04 02:44:24 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/extended/persistency/PersEx01/include/Pers01CalorHit.hh b/examples/extended/persistency/PersEx01/include/Pers01CalorHit.hh index ab95d2fa6f..832a5a52df 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01CalorHit.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01CalorHit.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01CalorHit.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/include/Pers01CalorimeterSD.hh b/examples/extended/persistency/PersEx01/include/Pers01CalorimeterSD.hh index 58063dbfed..20e262dc6d 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01CalorimeterSD.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01CalorimeterSD.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01CalorimeterSD.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/include/Pers01DetectorConstruction.hh b/examples/extended/persistency/PersEx01/include/Pers01DetectorConstruction.hh index 47d87d6697..b3be9e6eec 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01DetectorConstruction.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01DetectorConstruction.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/include/Pers01DetectorMessenger.hh b/examples/extended/persistency/PersEx01/include/Pers01DetectorMessenger.hh index 7b95192a9e..10b1bf5f3b 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01DetectorMessenger.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01DetectorMessenger.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/include/Pers01EventAction.hh b/examples/extended/persistency/PersEx01/include/Pers01EventAction.hh index dedf412144..f541b02c3e 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01EventAction.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01EventAction.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/include/Pers01EventActionMessenger.hh b/examples/extended/persistency/PersEx01/include/Pers01EventActionMessenger.hh index 2324af3a32..32b6d5968e 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01EventActionMessenger.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01EventActionMessenger.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/include/Pers01PhysicsList.hh b/examples/extended/persistency/PersEx01/include/Pers01PhysicsList.hh index 5db6c3defc..d0b53e4caf 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01PhysicsList.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01PhysicsList.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/include/Pers01PrimaryGeneratorAction.hh b/examples/extended/persistency/PersEx01/include/Pers01PrimaryGeneratorAction.hh index 095d95bca3..4c4dea1bbc 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01PrimaryGeneratorAction.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01PrimaryGeneratorAction.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/include/Pers01PrimaryGeneratorMessenger.hh b/examples/extended/persistency/PersEx01/include/Pers01PrimaryGeneratorMessenger.hh index 9f1c0bca0f..c9be6af5fc 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01PrimaryGeneratorMessenger.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01PrimaryGeneratorMessenger.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/include/Pers01RunAction.hh b/examples/extended/persistency/PersEx01/include/Pers01RunAction.hh index 09a1b3c0dd..cc1d47a016 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01RunAction.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01RunAction.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/include/Pers01SteppingAction.hh b/examples/extended/persistency/PersEx01/include/Pers01SteppingAction.hh index 277b129cf1..4db852a0e5 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01SteppingAction.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01SteppingAction.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/include/Pers01SteppingVerbose.hh b/examples/extended/persistency/PersEx01/include/Pers01SteppingVerbose.hh index cffe57eafe..c955357542 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01SteppingVerbose.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01SteppingVerbose.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/persistency/PersEx01/include/Pers01VisManager.hh b/examples/extended/persistency/PersEx01/include/Pers01VisManager.hh index f0195707e4..e5f03c65f4 100644 --- a/examples/extended/persistency/PersEx01/include/Pers01VisManager.hh +++ b/examples/extended/persistency/PersEx01/include/Pers01VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: Pers01VisManager.hh,v 1.1 2002/12/04 02:44:25 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/src/Pers01CalorHit.cc b/examples/extended/persistency/PersEx01/src/Pers01CalorHit.cc index 1ccf8e5e6a..1ab6ee2382 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01CalorHit.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01CalorHit.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01CalorHit.cc,v 1.1 2002/12/04 02:44:26 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/src/Pers01CalorimeterSD.cc b/examples/extended/persistency/PersEx01/src/Pers01CalorimeterSD.cc index 2024b969b4..a3b9590aec 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01CalorimeterSD.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01CalorimeterSD.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01CalorimeterSD.cc,v 1.1 2002/12/04 02:44:26 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/src/Pers01DetectorConstruction.cc b/examples/extended/persistency/PersEx01/src/Pers01DetectorConstruction.cc index 7e4bbf157f..221c212381 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01DetectorConstruction.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01DetectorConstruction.cc,v 1.1 2002/12/04 02:44:26 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/src/Pers01DetectorMessenger.cc b/examples/extended/persistency/PersEx01/src/Pers01DetectorMessenger.cc index 40aef8d048..08fa5e4861 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01DetectorMessenger.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01DetectorMessenger.cc,v 1.2 2002/12/06 16:59:44 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/src/Pers01EventAction.cc b/examples/extended/persistency/PersEx01/src/Pers01EventAction.cc index 9ddb0dccdc..a222952e83 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01EventAction.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01EventAction.cc,v 1.2 2003/06/16 16:49:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/src/Pers01EventActionMessenger.cc b/examples/extended/persistency/PersEx01/src/Pers01EventActionMessenger.cc index 2253585e7a..f9b0ddf4e8 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01EventActionMessenger.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01EventActionMessenger.cc,v 1.2 2002/12/06 16:59:44 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/src/Pers01PhysicsList.cc b/examples/extended/persistency/PersEx01/src/Pers01PhysicsList.cc index 16263636ae..953bd7f061 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01PhysicsList.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01PhysicsList.cc,v 1.1 2002/12/04 02:44:26 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/src/Pers01PrimaryGeneratorAction.cc b/examples/extended/persistency/PersEx01/src/Pers01PrimaryGeneratorAction.cc index 4c268272c5..c1e6102333 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01PrimaryGeneratorAction.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01PrimaryGeneratorAction.cc,v 1.1 2002/12/04 02:44:26 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/src/Pers01PrimaryGeneratorMessenger.cc b/examples/extended/persistency/PersEx01/src/Pers01PrimaryGeneratorMessenger.cc index 42b1ddf4ff..e1cf7088ac 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01PrimaryGeneratorMessenger.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01PrimaryGeneratorMessenger.cc,v 1.2 2002/12/06 16:59:44 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/src/Pers01RunAction.cc b/examples/extended/persistency/PersEx01/src/Pers01RunAction.cc index b0c94c5a42..611b754684 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01RunAction.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01RunAction.cc,v 1.1 2002/12/04 02:44:26 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/src/Pers01SteppingAction.cc b/examples/extended/persistency/PersEx01/src/Pers01SteppingAction.cc index 025c791091..3ca1a856f3 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01SteppingAction.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01SteppingAction.cc,v 1.1 2002/12/04 02:44:26 morita Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/extended/persistency/PersEx01/src/Pers01SteppingVerbose.cc b/examples/extended/persistency/PersEx01/src/Pers01SteppingVerbose.cc index 6d2c6f5ed3..1cb209e54e 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01SteppingVerbose.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01SteppingVerbose.cc,v 1.2 2003/06/16 16:49:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/persistency/PersEx01/src/Pers01VisManager.cc b/examples/extended/persistency/PersEx01/src/Pers01VisManager.cc index d9cd1d2d6f..e31b61e10a 100644 --- a/examples/extended/persistency/PersEx01/src/Pers01VisManager.cc +++ b/examples/extended/persistency/PersEx01/src/Pers01VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: Pers01VisManager.cc,v 1.3 2003/11/13 15:10:50 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/extended/persistency/rootio/include/G4DigitRootIO.hh b/examples/extended/persistency/rootio/include/G4DigitRootIO.hh index e3134919ca..d6648dfdbe 100644 --- a/examples/extended/persistency/rootio/include/G4DigitRootIO.hh +++ b/examples/extended/persistency/rootio/include/G4DigitRootIO.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4DigitRootIO.hh,v 1.4 2002/12/13 14:45:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4DigitRootIO.hh // diff --git a/examples/extended/persistency/rootio/include/G4EventRootIO.hh b/examples/extended/persistency/rootio/include/G4EventRootIO.hh index d93e3c128d..6d6d55f3b5 100644 --- a/examples/extended/persistency/rootio/include/G4EventRootIO.hh +++ b/examples/extended/persistency/rootio/include/G4EventRootIO.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4EventRootIO.hh,v 1.3 2002/12/13 14:45:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4EventRootIO.hh // diff --git a/examples/extended/persistency/rootio/include/G4HepMCRootIO.hh b/examples/extended/persistency/rootio/include/G4HepMCRootIO.hh index e09d8f8780..1f4f41d7f7 100644 --- a/examples/extended/persistency/rootio/include/G4HepMCRootIO.hh +++ b/examples/extended/persistency/rootio/include/G4HepMCRootIO.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4HepMCRootIO.hh,v 1.3 2002/12/13 14:45:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4HepMCRootIO.hh // diff --git a/examples/extended/persistency/rootio/include/G4HitRootIO.hh b/examples/extended/persistency/rootio/include/G4HitRootIO.hh index 64fc87c7ec..65eb0ca16c 100644 --- a/examples/extended/persistency/rootio/include/G4HitRootIO.hh +++ b/examples/extended/persistency/rootio/include/G4HitRootIO.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4HitRootIO.hh,v 1.4 2002/12/13 14:45:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4HitRootIO.hh // diff --git a/examples/extended/persistency/rootio/include/G4MCTruthRootIO.hh b/examples/extended/persistency/rootio/include/G4MCTruthRootIO.hh index d4d01b3c93..f97cf83dab 100644 --- a/examples/extended/persistency/rootio/include/G4MCTruthRootIO.hh +++ b/examples/extended/persistency/rootio/include/G4MCTruthRootIO.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4MCTruthRootIO.hh,v 1.4 2002/12/13 14:45:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4MCTruthRootIO.hh // diff --git a/examples/extended/persistency/rootio/include/G4RootEvent.hh b/examples/extended/persistency/rootio/include/G4RootEvent.hh index d7aae96f00..92d11cc260 100644 --- a/examples/extended/persistency/rootio/include/G4RootEvent.hh +++ b/examples/extended/persistency/rootio/include/G4RootEvent.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4RootEvent.hh,v 1.3 2002/12/13 14:45:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4RootEvent.hh // diff --git a/examples/extended/persistency/rootio/include/G4RootIOManager.hh b/examples/extended/persistency/rootio/include/G4RootIOManager.hh index 6fb36fae27..a3b94097df 100644 --- a/examples/extended/persistency/rootio/include/G4RootIOManager.hh +++ b/examples/extended/persistency/rootio/include/G4RootIOManager.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4RootIOManager.hh,v 1.3 2002/12/13 14:45:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4RootIOManager.hh // diff --git a/examples/extended/persistency/rootio/include/G4RootTransManager.hh b/examples/extended/persistency/rootio/include/G4RootTransManager.hh index 3c6d894718..4899627b03 100644 --- a/examples/extended/persistency/rootio/include/G4RootTransManager.hh +++ b/examples/extended/persistency/rootio/include/G4RootTransManager.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4RootTransManager.hh,v 1.3 2002/12/13 14:45:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4RootTransManager.hh // diff --git a/examples/extended/persistency/rootio/src/G4DigitRootIO.cc b/examples/extended/persistency/rootio/src/G4DigitRootIO.cc index c9839e63cc..0ae8f2af12 100644 --- a/examples/extended/persistency/rootio/src/G4DigitRootIO.cc +++ b/examples/extended/persistency/rootio/src/G4DigitRootIO.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4DigitRootIO.cc,v 1.4 2002/12/13 14:45:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4DigitRootIO.cc // diff --git a/examples/extended/persistency/rootio/src/G4EventRootIO.cc b/examples/extended/persistency/rootio/src/G4EventRootIO.cc index 4ee1123eb2..f36f669b19 100644 --- a/examples/extended/persistency/rootio/src/G4EventRootIO.cc +++ b/examples/extended/persistency/rootio/src/G4EventRootIO.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4EventRootIO.cc,v 1.3 2002/12/13 14:45:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4EventRootIO.cc // diff --git a/examples/extended/persistency/rootio/src/G4HepMCRootIO.cc b/examples/extended/persistency/rootio/src/G4HepMCRootIO.cc index b3204eb20d..811aa73651 100644 --- a/examples/extended/persistency/rootio/src/G4HepMCRootIO.cc +++ b/examples/extended/persistency/rootio/src/G4HepMCRootIO.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4HepMCRootIO.cc,v 1.4 2002/12/13 14:45:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4HepMCRootIO.cc // diff --git a/examples/extended/persistency/rootio/src/G4HitRootIO.cc b/examples/extended/persistency/rootio/src/G4HitRootIO.cc index 4a66cfb58f..bca3770f8d 100644 --- a/examples/extended/persistency/rootio/src/G4HitRootIO.cc +++ b/examples/extended/persistency/rootio/src/G4HitRootIO.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4HitRootIO.cc,v 1.4 2002/12/13 14:45:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4HitRootIO.cc // diff --git a/examples/extended/persistency/rootio/src/G4MCTruthRootIO.cc b/examples/extended/persistency/rootio/src/G4MCTruthRootIO.cc index 01b6f1fa5c..a9e7d052f3 100644 --- a/examples/extended/persistency/rootio/src/G4MCTruthRootIO.cc +++ b/examples/extended/persistency/rootio/src/G4MCTruthRootIO.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4MCTruthRootIO.cc,v 1.4 2002/12/13 14:45:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4MCTruthRootIO.cc // diff --git a/examples/extended/persistency/rootio/src/G4RootEvent.cc b/examples/extended/persistency/rootio/src/G4RootEvent.cc index 1bb903701a..e64a38441c 100644 --- a/examples/extended/persistency/rootio/src/G4RootEvent.cc +++ b/examples/extended/persistency/rootio/src/G4RootEvent.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4RootEvent.cc,v 1.3 2002/12/13 14:45:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4RootEvent.cc // diff --git a/examples/extended/persistency/rootio/src/G4RootIOManager.cc b/examples/extended/persistency/rootio/src/G4RootIOManager.cc index 04eb4cd5a2..831c74425c 100644 --- a/examples/extended/persistency/rootio/src/G4RootIOManager.cc +++ b/examples/extended/persistency/rootio/src/G4RootIOManager.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4RootIOManager.cc,v 1.4 2002/12/13 14:45:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4RootIOManager.cc // diff --git a/examples/extended/persistency/rootio/src/G4RootTransManager.cc b/examples/extended/persistency/rootio/src/G4RootTransManager.cc index fa0b1f21a4..2cdd0f4984 100644 --- a/examples/extended/persistency/rootio/src/G4RootTransManager.cc +++ b/examples/extended/persistency/rootio/src/G4RootTransManager.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4RootTransManager.cc,v 1.4 2002/12/13 14:45:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // File: G4RootTransManager.cc // diff --git a/examples/novice/N01/exampleN01.cc b/examples/novice/N01/exampleN01.cc index e0d120124a..5dfaf2953a 100644 --- a/examples/novice/N01/exampleN01.cc +++ b/examples/novice/N01/exampleN01.cc @@ -22,7 +22,7 @@ // // // $Id: exampleN01.cc,v 1.4 2002/01/09 17:23:47 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/novice/N01/exampleN01.out b/examples/novice/N01/exampleN01.out index 441ab254b0..053ed5f02b 100644 --- a/examples/novice/N01/exampleN01.out +++ b/examples/novice/N01/exampleN01.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + ========= Table of registered couples ============================== @@ -219,5 +222,5 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 3 - User=0.03s Real=0.09s Sys=0.05s + User=0.03s Real=0.05s Sys=0.02s G4 kernel has come to Quit state. diff --git a/examples/novice/N01/include/ExN01DetectorConstruction.hh b/examples/novice/N01/include/ExN01DetectorConstruction.hh index 2c11fd1d6c..560e1d582b 100644 --- a/examples/novice/N01/include/ExN01DetectorConstruction.hh +++ b/examples/novice/N01/include/ExN01DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN01DetectorConstruction.hh,v 1.5 2002/01/09 17:23:48 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN01DetectorConstruction_H diff --git a/examples/novice/N01/include/ExN01PhysicsList.hh b/examples/novice/N01/include/ExN01PhysicsList.hh index c0f936a048..38e545fdc2 100644 --- a/examples/novice/N01/include/ExN01PhysicsList.hh +++ b/examples/novice/N01/include/ExN01PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: ExN01PhysicsList.hh,v 1.5 2002/01/09 17:23:48 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/examples/novice/N01/include/ExN01PrimaryGeneratorAction.hh b/examples/novice/N01/include/ExN01PrimaryGeneratorAction.hh index eef292dca2..ee9ea54d2e 100644 --- a/examples/novice/N01/include/ExN01PrimaryGeneratorAction.hh +++ b/examples/novice/N01/include/ExN01PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN01PrimaryGeneratorAction.hh,v 1.4 2002/01/09 17:23:48 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN01PrimaryGeneratorAction_h diff --git a/examples/novice/N01/src/ExN01DetectorConstruction.cc b/examples/novice/N01/src/ExN01DetectorConstruction.cc index a82648deac..bfd6f84e81 100644 --- a/examples/novice/N01/src/ExN01DetectorConstruction.cc +++ b/examples/novice/N01/src/ExN01DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN01DetectorConstruction.cc,v 1.8 2003/10/06 08:59:11 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "ExN01DetectorConstruction.hh" diff --git a/examples/novice/N01/src/ExN01PhysicsList.cc b/examples/novice/N01/src/ExN01PhysicsList.cc index 66b4f08b16..1a983a91ec 100644 --- a/examples/novice/N01/src/ExN01PhysicsList.cc +++ b/examples/novice/N01/src/ExN01PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: ExN01PhysicsList.cc,v 1.5 2002/01/09 17:23:48 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N01/src/ExN01PrimaryGeneratorAction.cc b/examples/novice/N01/src/ExN01PrimaryGeneratorAction.cc index eb0eacc29a..ae65fae1e5 100644 --- a/examples/novice/N01/src/ExN01PrimaryGeneratorAction.cc +++ b/examples/novice/N01/src/ExN01PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN01PrimaryGeneratorAction.cc,v 1.5 2002/05/14 01:50:31 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN01PrimaryGeneratorAction.hh" diff --git a/examples/novice/N02/History b/examples/novice/N02/History index 848b892305..e039c736ec 100644 --- a/examples/novice/N02/History +++ b/examples/novice/N02/History @@ -1,4 +1,4 @@ -$Id: History,v 1.33 2003/11/10 14:31:24 gcosmo Exp $ +$Id: History,v 1.34 2004/03/08 15:14:46 maire Exp $ ------------------------------------------------------------------- ========================================================= @@ -14,6 +14,9 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +08-03-04 mma (exampleN02-V06-00-00) +- ExN02RunAction: removed ApplyCommand("/vis/...") statements. 10-11-03 G.Cosmo (exampleN02-V05-02-03) - Removed OPACS driver from vis-manager. diff --git a/examples/novice/N02/exampleN02.cc b/examples/novice/N02/exampleN02.cc index c8c0425bab..21a9a297a7 100644 --- a/examples/novice/N02/exampleN02.cc +++ b/examples/novice/N02/exampleN02.cc @@ -22,7 +22,7 @@ // // // $Id: exampleN02.cc,v 1.8 2002/01/09 17:23:49 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/exampleN02.out b/examples/novice/N02/exampleN02.out index 6a435d4f85..2e86ff8e21 100644 --- a/examples/novice/N02/exampleN02.out +++ b/examples/novice/N02/exampleN02.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + Visualization Manager instantiating... Visualization Manager initialising... Registering graphics systems... @@ -98,7 +101,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -115,7 +119,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -154,2189 +159,2213 @@ Index : 2 used in the geometry : Yes recalculation needed : No Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm -2.91 m 200 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm 0 fm -2.86 m 200 MeV 7.67 keV 4.79 cm 4.79 cm World eIoni - 2 -299 mum 198 mum -2.45 m 200 MeV 93 keV 41.2 cm 46 cm World Transportation - 3 -299 mum 195 mum -2.45 m 180 MeV 341 keV 260 mum 46 cm Target eBrem - 4 -299 mum 195 mum -2.45 m 172 MeV 1.03 keV 2.64 mum 46 cm Target eBrem - 5 -310 mum 221 mum -2.45 m 170 MeV 1.02 MeV 832 mum 46.1 cm Target eBrem - 6 -353 mum 212 mum -2.45 m 168 MeV 1.1 MeV 953 mum 46.2 cm Target eBrem - 7 -352 mum 214 mum -2.45 m 167 MeV 277 keV 234 mum 46.2 cm Target eBrem - 8 -312 mum 216 mum -2.45 m 165 MeV 1.38 MeV 922 mum 46.3 cm Target eBrem - 9 -311 mum 221 mum -2.45 m 146 MeV 113 keV 100 mum 46.3 cm Target eBrem - 10 -307 mum 223 mum -2.45 m 125 MeV 135 keV 135 mum 46.3 cm Target eBrem - 11 -269 mum 343 mum -2.45 m 122 MeV 1.91 MeV 1.4 mm 46.5 cm Target eBrem - 12 -37.2 mum 549 mum -2.44 m 116 MeV 5.06 MeV 2.23 mm 46.7 cm Target eBrem - 13 -18.3 mum 568 mum -2.44 m 75.4 MeV 210 keV 221 mum 46.7 cm Target eBrem - 14 284 mum 613 mum -2.44 m 71 MeV 3.52 MeV 2.57 mm 47 cm Target eBrem - 15 317 mum 598 mum -2.44 m 70.4 MeV 565 keV 300 mum 47 cm Target eIoni - 16 322 mum 592 mum -2.44 m 68.5 MeV 96.7 keV 85.4 mum 47 cm Target eBrem - 17 260 mum 411 mum -2.44 m 38.4 MeV 3.85 MeV 1.45 mm 47.2 cm Target eBrem - 18 407 mum 315 mum -2.44 m 35.9 MeV 836 keV 733 mum 47.2 cm Target eBrem - 19 367 mum 357 mum -2.43 m 31.5 MeV 3.39 MeV 2.86 mm 47.5 cm Target eBrem - 20 480 mum 360 mum -2.43 m 26.7 MeV 316 keV 216 mum 47.6 cm Target eBrem - 21 904 mum 448 mum -2.43 m 23.1 MeV 1.02 MeV 619 mum 47.6 cm Target eBrem - 22 1.83 mm 762 mum -2.43 m 17.2 MeV 3.95 MeV 1.27 mm 47.7 cm Target eBrem - 23 2.51 mm 922 mum -2.43 m 15.1 MeV 1.45 MeV 752 mum 47.8 cm Target eBrem - 24 2.7 mm 939 mum -2.43 m 1.48 MeV 394 keV 335 mum 47.8 cm Target eBrem - 25 2.81 mm 938 mum -2.43 m 0 eV 1.48 MeV 1.15 mm 48 cm Target eIoni - 26 2.81 mm 938 mum -2.43 m 0 eV 0 eV 0 fm 48 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.81 mm 938 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2.5 cm 5.03 mm -2.43 m 511 keV 0 eV 2.35 cm 2.35 cm Target Transportation - 2 11.2 cm 2.11 cm -2.4 m 511 keV 0 eV 9.21 cm 11.6 cm World Transportation - 3 2.4 m 44.3 cm -1.71 m 511 keV 0 eV 2.43 m 2.54 m Tracker Transportation - 4 2.91 m 53.7 cm -1.56 m 511 keV 0 eV 54.1 cm 3.08 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.81 mm 938 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.54 mm 135 mum -2.43 m 0 eV 88 keV 4.61 mm 4.61 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.54 mm 135 mum -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.54 mm 121 mum -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.7 mm 939 mum -2.43 m 13.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.21 mm 977 mum -2.43 m 0 eV 0 eV 634 mum 634 mum Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 28, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.21 mm 977 mum -2.43 m 9.81 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.92 mm 1.46 mm -2.43 m 7 MeV 2.81 MeV 2.15 mm 2.15 mm Target eBrem - 2 6.01 mm 3.48 mm -2.43 m 3.52 MeV 2.66 MeV 2.42 mm 4.56 mm Target eBrem - 3 6.3 mm 3.05 mm -2.43 m 0 eV 3.52 MeV 2.81 mm 7.37 mm Target eIoni - 4 6.3 mm 3.05 mm -2.43 m 0 eV 0 eV 0 fm 7.37 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.3 mm 3.05 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 7.6 mm 6.31 mm -2.43 m 0 eV 88 keV 3.78 mm 3.78 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.6 mm 6.31 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 7.62 mm 6.32 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.3 mm 3.05 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.94 mm -7.83 mm -2.44 m 292 keV 0 eV 1.26 cm 1.26 cm Target compt - 2 3.52 mm -9.02 mm -2.44 m 0 eV 88 keV 1.98 mm 1.46 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.52 mm -9.02 mm -2.44 m 204 keV 0 eV 0 fm 0 fm Target initStep - 1 3.53 mm -9.02 mm -2.44 m 0 eV 204 keV 83.9 mum 83.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 30 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.94 mm -7.83 mm -2.44 m 219 keV 0 eV 0 fm 0 fm Target initStep - 1 1.93 mm -7.83 mm -2.44 m 0 eV 219 keV 94.2 mum 94.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.01 mm 3.48 mm -2.43 m 821 keV 0 eV 0 fm 0 fm Target initStep - 1 1.18 cm -4.28 mm -2.44 m 301 keV 0 eV 9.99 mm 9.99 mm Target compt - 2 1.23 cm -4.19 mm -2.44 m 0 eV 88 keV 1.44 mm 1.14 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.23 cm -4.19 mm -2.44 m 213 keV 0 eV 0 fm 0 fm Target initStep - 1 1.23 cm -4.19 mm -2.44 m 0 eV 213 keV 90 mum 90 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.18 cm -4.28 mm -2.44 m 520 keV 0 eV 0 fm 0 fm Target initStep - 1 1.18 cm -4.3 mm -2.44 m 0 eV 520 keV 318 mum 318 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.21 mm 977 mum -2.43 m 2.41 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.56 mm 1.33 mm -2.43 m 1.34 MeV 703 keV 720 mum 720 mum Target eBrem - 2 3.53 mm 1.65 mm -2.43 m 318 keV 1.02 MeV 595 mum 1.32 mm Target eBrem - 3 3.53 mm 1.65 mm -2.43 m 0 eV 318 keV 162 mum 1.48 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.56 mm 1.33 mm -2.43 m 370 keV 0 eV 0 fm 0 fm Target initStep - 1 2.09 mm 1.7 mm -2.43 m 365 keV 0 eV 1.55 mm 1.55 mm Target compt - 2 -2.57 mm 2.21 mm -2.43 m 0 eV 88 keV 4.7 mm 6.25 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.57 mm 2.21 mm -2.43 m 277 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.57 mm 2.22 mm -2.43 m 0 eV 277 keV 132 mum 132 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 37 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.09 mm 1.7 mm -2.43 m 4.95 keV 0 eV 0 fm 0 fm Target initStep - 1 2.09 mm 1.7 mm -2.43 m 0 eV 4.95 keV 251 nm 251 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.51 mm 922 mum -2.43 m 592 keV 0 eV 0 fm 0 fm Target initStep - 1 3.4 mm 1.42 mm -2.43 m 0 eV 88 keV 2.51 mm 2.51 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.4 mm 1.42 mm -2.43 m 504 keV 0 eV 0 fm 0 fm Target initStep - 1 3.41 mm 1.41 mm -2.43 m 0 eV 504 keV 305 mum 305 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.83 mm 762 mum -2.43 m 2.04 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.71 mm 1.57 mm -2.43 m 1.36 MeV 0 eV 2.51 mm 2.51 mm Target compt - 2 4.77 mm 1.34 mm -2.43 m 0 eV 0 eV 1.34 mm 3.85 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 43, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.77 mm 1.34 mm -2.43 m 6.86 keV 0 eV 0 fm 0 fm Target initStep - 1 4.77 mm 1.34 mm -2.43 m 0 eV 6.86 keV 304 nm 304 nm Target eIoni - 2 4.77 mm 1.34 mm -2.43 m 0 eV 0 eV 0 fm 304 nm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.77 mm 1.34 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 8.2 mm 9.74 mm -2.43 m 400 keV 0 eV 1.02 cm 1.02 cm Target compt - 2 9.86 mm 1.07 cm -2.43 m 0 eV 88 keV 1.92 mm 1.21 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.86 mm 1.07 cm -2.43 m 312 keV 0 eV 0 fm 0 fm Target initStep - 1 9.87 mm 1.07 cm -2.43 m 0 eV 312 keV 158 mum 158 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 45 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.2 mm 9.74 mm -2.43 m 111 keV 0 eV 0 fm 0 fm Target initStep - 1 8.2 mm 9.74 mm -2.43 m 0 eV 111 keV 32.5 mum 32.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.77 mm 1.34 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 4.02 mm -520 mum -2.43 m 0 eV 88 keV 2.24 mm 2.24 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 44 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.02 mm -520 mum -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 4.01 mm -531 mum -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.77 mm 1.34 mm -2.43 m 327 keV 0 eV 0 fm 0 fm Target initStep - 1 4.78 mm 1.34 mm -2.43 m 0 eV 327 keV 169 mum 169 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.71 mm 1.57 mm -2.43 m 681 keV 0 eV 0 fm 0 fm Target initStep - 1 3.72 mm 1.6 mm -2.43 m 0 eV 681 keV 451 mum 451 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 904 mum 448 mum -2.43 m 2.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.28 mm 1.07 mm -2.43 m 1.29 MeV 0 eV 5.28 mm 5.28 mm Target compt - 2 8.24 mm 1.42 mm -2.43 m 797 keV 0 eV 4.09 mm 9.37 mm Target compt - 3 2.5 cm 1.73 cm -2.41 m 797 keV 0 eV 2.87 cm 3.8 cm Target Transportation - 4 3.72 cm 2.89 cm -2.4 m 797 keV 0 eV 2.09 cm 5.89 cm World Transportation - 5 2.4 m 2.27 m -7.54 mm 797 keV 0 eV 4.04 m 4.1 m Tracker Transportation - 6 2.91 m 2.75 m 50.9 cm 797 keV 0 eV 87.2 cm 4.97 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.24 mm 1.42 mm -2.43 m 497 keV 0 eV 0 fm 0 fm Target initStep - 1 8.25 mm 1.41 mm -2.43 m 0 eV 497 keV 299 mum 299 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.28 mm 1.07 mm -2.43 m 1.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.13 mm 1.09 mm -2.43 m 907 keV 295 keV 299 mum 299 mum Target eBrem - 2 4.17 mm 1.07 mm -2.43 m 0 eV 907 keV 642 mum 941 mum Target eIoni + 1 62.8 mum 517 mum -2.86 m 200 MeV 7.67 keV 4.79 cm 4.79 cm World eIoni + 2 -282 mum 713 mum -2.45 m 200 MeV 93 keV 41.2 cm 46 cm World Transportation + 3 -285 mum 708 mum -2.45 m 79.4 MeV 3.01 MeV 370 mum 46 cm Target eBrem + 4 -274 mum 692 mum -2.45 m 65.1 MeV 1.69 MeV 1.32 mm 46.2 cm Target eBrem + 5 -292 mum 692 mum -2.45 m 62.9 MeV 133 keV 117 mum 46.2 cm Target eBrem + 6 -480 mum 782 mum -2.45 m 60.2 MeV 2.34 MeV 1.56 mm 46.3 cm Target eBrem + 7 -639 mum 845 mum -2.45 m 55.7 MeV 788 keV 602 mum 46.4 cm Target eBrem + 8 -653 mum 857 mum -2.45 m 55 MeV 259 keV 211 mum 46.4 cm Target eBrem + 9 -676 mum 868 mum -2.45 m 50.3 MeV 347 keV 264 mum 46.4 cm Target eBrem + 10 -821 mum 963 mum -2.44 m 46.9 MeV 1.25 MeV 810 mum 46.5 cm Target eBrem + 11 -879 mum 1.02 mm -2.44 m 42.7 MeV 351 keV 330 mum 46.6 cm Target eBrem + 12 -1.01 mm 919 mum -2.44 m 22.9 MeV 3.51 MeV 976 mum 46.7 cm Target eBrem + 13 -1.73 mm 1.01 mm -2.44 m 18.4 MeV 2.47 MeV 1.91 mm 46.8 cm Target eBrem + 14 -2.85 mm -291 mum -2.44 m 13.3 MeV 3.23 MeV 1.97 mm 47 cm Target eBrem + 15 -2.85 mm -424 mum -2.44 m 8.07 MeV 417 keV 348 mum 47.1 cm Target eBrem + 16 -4.01 mm -874 mum -2.44 m 5.63 MeV 1.82 MeV 1.71 mm 47.2 cm Target eBrem + 17 -4.16 mm -946 mum -2.44 m 5.05 MeV 148 keV 168 mum 47.3 cm Target eBrem + 18 -4.53 mm -1.74 mm -2.44 m 0 eV 5.05 MeV 3.98 mm 47.7 cm Target eIoni + 19 -4.53 mm -1.74 mm -2.44 m 0 eV 0 eV 0 fm 47.7 cm Target annihil ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 480 mum 360 mum -2.43 m 4.47 MeV 0 eV 0 fm 0 fm Target initStep - 1 8.72 mm 3.46 mm -2.42 m 0 eV 0 eV 1.33 cm 1.33 cm Target conv + 0 -4.53 mm -1.74 mm -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.78 mm -2.7 mm -2.44 m 435 keV 0 eV 1.95 mm 1.95 mm Target compt + 2 -5.89 mm -5.07 mm -2.44 m 168 keV 0 eV 2.91 mm 4.86 mm Target compt + 3 -5.94 mm -4.08 mm -2.44 m 0 eV 88 keV 1.02 mm 5.88 mm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 52, Parent ID = 19 +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 19 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.72 mm 3.46 mm -2.42 m 1.04 MeV 0 eV 0 fm 0 fm Target initStep - 1 8.78 mm 3.46 mm -2.42 m 0 eV 1.04 MeV 765 mum 765 mum Target eIoni - 2 8.78 mm 3.46 mm -2.42 m 0 eV 0 eV 0 fm 765 mum Target annihil + 0 -5.94 mm -4.08 mm -2.44 m 80.4 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.94 mm -4.07 mm -2.44 m 0 eV 80.4 keV 19.4 mum 19.4 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 52 +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 19 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.78 mm 3.46 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.08 cm 2.9 mm -2.43 m 206 keV 0 eV 2.09 mm 2.09 mm Target compt - 2 9.99 mm 6.9 mm -2.42 m 0 eV 88 keV 4.32 mm 6.41 mm Target phot + 0 -5.89 mm -5.07 mm -2.44 m 267 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.89 mm -5.08 mm -2.44 m 0 eV 267 keV 125 mum 125 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 54 +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.99 mm 6.9 mm -2.42 m 118 keV 0 eV 0 fm 0 fm Target initStep - 1 9.99 mm 6.9 mm -2.42 m 0 eV 118 keV 36 mum 36 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.08 cm 2.9 mm -2.43 m 305 keV 0 eV 0 fm 0 fm Target initStep - 1 1.08 cm 2.9 mm -2.43 m 0 eV 305 keV 152 mum 152 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 52 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.78 mm 3.46 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.84 mm 8.47 mm -2.42 m 0 eV 88 keV 1.87 cm 1.87 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 53 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.84 mm 8.47 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.85 mm 8.46 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.72 mm 3.46 mm -2.42 m 2.41 MeV 0 eV 0 fm 0 fm Target initStep - 1 9.04 mm 2.94 mm -2.42 m 1.17 MeV 1.23 MeV 1.03 mm 1.03 mm Target eBrem - 2 8.98 mm 2.98 mm -2.42 m 0 eV 1.17 MeV 867 mum 1.9 mm Target eIoni + 0 -4.78 mm -2.7 mm -2.44 m 76 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.78 mm -2.7 mm -2.44 m 0 eV 76 keV 17.7 mum 17.7 mum Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 367 mum 357 mum -2.43 m 1.07 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.34 cm -163 mum -2.42 m 0 eV 88 keV 2.29 cm 2.29 cm Target phot + 0 -4.53 mm -1.74 mm -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -3.29 mm 2.96 mm -2.45 m 0 eV 88 keV 9.51 mm 9.51 mm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 18 +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.34 cm -163 mum -2.42 m 984 keV 0 eV 0 fm 0 fm Target initStep - 1 1.34 cm -161 mum -2.42 m 0 eV 984 keV 707 mum 707 mum Target eIoni + 0 -3.29 mm 2.96 mm -2.45 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -3.28 mm 2.96 mm -2.45 m 0 eV 423 keV 241 mum 241 mum Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 407 mum 315 mum -2.44 m 1.65 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.75 mm -2.59 mm -2.42 m 338 keV 0 eV 1.71 cm 1.71 cm Target compt - 2 2.12 mm -2.44 mm -2.42 m 0 eV 88 keV 404 mum 1.75 cm Target phot + 0 -4.16 mm -946 mum -2.44 m 429 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.84 mm -1.67 mm -2.44 m 359 keV 0 eV 997 mum 997 mum Target compt + 2 -1.3 cm -4.51 mm -2.45 m 0 eV 88 keV 1.07 cm 1.17 cm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 17 +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 17 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.12 mm -2.44 mm -2.42 m 250 keV 0 eV 0 fm 0 fm Target initStep - 1 2.13 mm -2.44 mm -2.42 m 0 eV 250 keV 114 mum 114 mum Target eIoni + 0 -1.3 cm -4.51 mm -2.45 m 271 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.3 cm -4.51 mm -2.45 m 0 eV 271 keV 129 mum 129 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 17 +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 17 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.75 mm -2.59 mm -2.42 m 1.31 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.95 mm -2.43 mm -2.42 m 171 keV 1.14 MeV 747 mum 747 mum Target eBrem - 2 1.95 mm -2.43 mm -2.42 m 0 eV 171 keV 64.5 mum 812 mum Target eIoni + 0 -4.84 mm -1.67 mm -2.44 m 69.9 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.84 mm -1.67 mm -2.44 m 0 eV 69.9 keV 15.5 mum 15.5 mum Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 260 mum 411 mum -2.44 m 26.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 526 mum 120 mum -2.44 m 0 eV 0 eV 2.55 mm 2.55 mm Target conv + 0 -4.01 mm -874 mum -2.44 m 618 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.07 mm -2.46 mm -2.44 m 502 keV 0 eV 2.72 mm 2.72 mm Target compt + 2 -9.25 mm -2.45 mm -2.44 m 0 eV 88 keV 3.35 mm 6.07 mm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 62, Parent ID = 16 +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 16 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 526 mum 120 mum -2.44 m 2.89 MeV 0 eV 0 fm 0 fm Target initStep - 1 -195 mum -266 mum -2.44 m 0 eV 1.36 MeV 1.19 mm 1.19 mm Target annihil + 0 -9.25 mm -2.45 mm -2.44 m 414 keV 0 eV 0 fm 0 fm Target initStep + 1 -9.27 mm -2.45 mm -2.44 m 0 eV 414 keV 234 mum 234 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 64, Parent ID = 62 +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 16 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -195 mum -266 mum -2.44 m 997 keV 0 eV 0 fm 0 fm Target initStep - 1 3.87 mm -2.5 cm -2.43 m 997 keV 0 eV 2.55 cm 2.55 cm Target Transportation - 2 3.22 cm -19.8 cm -2.4 m 997 keV 0 eV 17.8 cm 20.3 cm World Transportation - 3 39.4 cm -2.4 m -2 m 997 keV 0 eV 2.27 m 2.47 m Tracker Transportation - 4 47.8 cm -2.91 m -1.91 m 997 keV 0 eV 52.5 cm 2.99 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 63, Parent ID = 62 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -195 mum -266 mum -2.44 m 1.56 MeV 0 eV 0 fm 0 fm Target initStep - 1 -593 mum -346 mum -2.43 m 410 keV 0 eV 676 mum 676 mum Target compt - 2 9.63 mm 2.18 mm -2.43 m 160 keV 0 eV 1.41 cm 1.48 cm Target compt - 3 9.35 mm 2.23 mm -2.43 m 0 eV 88 keV 443 mum 1.52 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.35 mm 2.23 mm -2.43 m 72 keV 0 eV 0 fm 0 fm Target initStep - 1 9.35 mm 2.23 mm -2.43 m 0 eV 72 keV 16.3 mum 16.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.63 mm 2.18 mm -2.43 m 250 keV 0 eV 0 fm 0 fm Target initStep - 1 9.64 mm 2.18 mm -2.43 m 0 eV 250 keV 114 mum 114 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 63 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -593 mum -346 mum -2.43 m 1.15 MeV 0 eV 0 fm 0 fm Target initStep - 1 -647 mum -357 mum -2.43 m 0 eV 1.15 MeV 845 mum 845 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 526 mum 120 mum -2.44 m 22.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 773 mum -12.5 mum -2.44 m 20.7 MeV 1.28 MeV 863 mum 863 mum Target eBrem - 2 1.48 mm -303 mum -2.43 m 13 MeV 4.22 MeV 2.29 mm 3.16 mm Target eBrem - 3 1.48 mm -309 mum -2.43 m 11.1 MeV 20.8 keV 21.5 mum 3.18 mm Target eBrem - 4 1.23 mm -611 mum -2.43 m 9.71 MeV 639 keV 625 mum 3.8 mm Target eBrem - 5 1.21 mm -625 mum -2.43 m 6.65 MeV 32.3 keV 27.4 mum 3.83 mm Target eBrem - 6 1.15 mm -693 mum -2.43 m 6.15 MeV 146 keV 138 mum 3.97 mm Target eBrem - 7 1.58 mm -397 mum -2.43 m 3.14 MeV 1.41 MeV 1.17 mm 5.14 mm Target eBrem - 8 1.81 mm -1.01 mm -2.43 m 1.84 MeV 970 keV 884 mum 6.02 mm Target eBrem - 9 1.78 mm -996 mum -2.43 m 0 eV 1.84 MeV 1.42 mm 7.45 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.81 mm -1.01 mm -2.43 m 334 keV 0 eV 0 fm 0 fm Target initStep - 1 1.21 mm -1.24 mm -2.43 m 0 eV 88 keV 3.17 mm 3.17 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.21 mm -1.24 mm -2.43 m 246 keV 0 eV 0 fm 0 fm Target initStep - 1 1.21 mm -1.24 mm -2.43 m 0 eV 246 keV 111 mum 111 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.58 mm -397 mum -2.43 m 1.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.01 mm -1.32 mm -2.43 m 0 eV 88 keV 4.8 mm 4.8 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 74 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.01 mm -1.32 mm -2.43 m 1.52 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.91 mm -1.33 mm -2.43 m 0 eV 1.52 MeV 1.16 mm 1.16 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.15 mm -693 mum -2.43 m 351 keV 0 eV 0 fm 0 fm Target initStep - 1 708 mum -755 mum -2.43 m 284 keV 0 eV 936 mum 936 mum Target compt - 2 1.24 mm -6.25 mm -2.43 m 0 eV 88 keV 8.1 mm 9.04 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.24 mm -6.25 mm -2.43 m 196 keV 0 eV 0 fm 0 fm Target initStep - 1 1.24 mm -6.25 mm -2.43 m 0 eV 196 keV 79.5 mum 79.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 73 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 708 mum -755 mum -2.43 m 66.9 keV 0 eV 0 fm 0 fm Target initStep - 1 708 mum -755 mum -2.43 m 0 eV 66.9 keV 14.4 mum 14.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.21 mm -625 mum -2.43 m 3.03 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.23 mm -3.96 mm -2.43 m 1.65 MeV 0 eV 5.55 mm 5.55 mm Target compt - 2 -3.59 mm -2.5 cm -2.42 m 1.65 MeV 0 eV 2.31 cm 2.87 cm Target Transportation - 3 -8.49 mm -6.88 cm -2.4 m 1.65 MeV 0 eV 4.81 cm 7.68 cm World Transportation - 4 -26.9 cm -2.4 m -1.38 m 1.65 MeV 0 eV 2.56 m 2.64 m Tracker Transportation - 5 -32.6 cm -2.91 m -1.15 m 1.65 MeV 0 eV 56 cm 3.2 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 72 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.23 mm -3.96 mm -2.43 m 1.38 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.29 mm -3.97 mm -2.43 m 0 eV 1.38 MeV 1.05 mm 1.05 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.23 mm -611 mum -2.43 m 795 keV 0 eV 0 fm 0 fm Target initStep - 1 -535 mum -2.17 mm -2.43 m 551 keV 0 eV 3.14 mm 3.14 mm Target compt - 2 -1.27 mm -2.71 mm -2.43 m 368 keV 0 eV 916 mum 4.05 mm Target compt - 3 -1.29 mm -3.4 mm -2.43 m 0 eV 88 keV 821 mum 4.87 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.29 mm -3.4 mm -2.43 m 280 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.29 mm -3.41 mm -2.43 m 0 eV 280 keV 135 mum 135 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.27 mm -2.71 mm -2.43 m 183 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.28 mm -2.71 mm -2.43 m 0 eV 183 keV 71.6 mum 71.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -535 mum -2.17 mm -2.43 m 244 keV 0 eV 0 fm 0 fm Target initStep - 1 -535 mum -2.18 mm -2.43 m 0 eV 244 keV 110 mum 110 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.48 mm -309 mum -2.43 m 1.82 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.19 mm -9.49 mm -2.4 m 1.82 MeV 0 eV 3.48 cm 3.48 cm Target Transportation - 2 -19.4 cm -23.4 cm -1.6 m 1.82 MeV 0 eV 85.2 cm 88.7 cm Tracker Transportation - 3 -19.9 cm -24 cm -1.58 m 1.82 MeV 0 eV 2.23 cm 90.9 cm Chamber Transportation - 4 -38.2 cm -45.9 cm -80 cm 1.82 MeV 0 eV 83 cm 1.74 m Tracker Transportation - 5 -42.8 cm -51.5 cm -60 cm 1.82 MeV 0 eV 21.3 cm 1.95 m Chamber Transportation - 6 -56.9 cm -68.3 cm 0 fm 1.82 MeV 0 eV 63.9 cm 2.59 m Tracker Transportation - 7 -61.6 cm -74 cm 20 cm 1.82 MeV 0 eV 21.3 cm 2.8 m Chamber Transportation - 8 -75.7 cm -90.8 cm 80 cm 1.82 MeV 0 eV 63.9 cm 3.44 m Tracker Transportation - 9 -80.4 cm -96.4 cm 1 m 1.82 MeV 0 eV 21.3 cm 3.66 m Chamber Transportation - 10 -94.5 cm -1.13 m 1.6 m 1.82 MeV 0 eV 63.9 cm 4.29 m Tracker Transportation - 11 -99.2 cm -1.19 m 1.8 m 1.82 MeV 0 eV 21.3 cm 4.51 m Chamber Transportation - 12 -1.13 m -1.36 m 2.4 m 1.82 MeV 0 eV 63.9 cm 5.15 m Tracker Transportation - 13 -1.25 m -1.5 m 2.91 m 1.82 MeV 0 eV 54.3 cm 5.69 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.48 mm -303 mum -2.43 m 3.52 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.13 mm -7.01 mm -2.42 m 0 eV 0 eV 1.82 cm 1.82 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 85, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.13 mm -7.01 mm -2.42 m 1.97 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.05 mm -6.93 mm -2.42 m 0 eV 1.97 MeV 1.56 mm 1.56 mm Target eIoni - 2 -3.05 mm -6.93 mm -2.42 m 0 eV 0 eV 0 fm 1.56 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 87, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.05 mm -6.93 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.17 mm -6.82 mm -2.42 m 0 eV 88 keV 170 mum 170 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.17 mm -6.82 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.17 mm -6.82 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.05 mm -6.93 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 99.6 mum -9.84 mm -2.42 m 235 keV 0 eV 4.79 mm 4.79 mm Target compt - 2 244 mum -9.89 mm -2.42 m 0 eV 88 keV 493 mum 5.28 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 244 mum -9.89 mm -2.42 m 147 keV 0 eV 0 fm 0 fm Target initStep - 1 242 mum -9.88 mm -2.42 m 0 eV 147 keV 51.1 mum 51.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 99.6 mum -9.84 mm -2.42 m 276 keV 0 eV 0 fm 0 fm Target initStep - 1 103 mum -9.85 mm -2.42 m 0 eV 276 keV 132 mum 132 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.13 mm -7.01 mm -2.42 m 521 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.13 mm -7.02 mm -2.42 m 0 eV 521 keV 319 mum 319 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 61 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 773 mum -12.5 mum -2.44 m 350 keV 0 eV 0 fm 0 fm Target initStep - 1 670 mum -56.8 mum -2.43 m 163 keV 0 eV 2.36 mm 2.36 mm Target compt - 2 547 mum 70.2 mum -2.43 m 0 eV 88 keV 246 mum 2.61 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 547 mum 70.2 mum -2.43 m 74.6 keV 0 eV 0 fm 0 fm Target initStep - 1 546 mum 69.6 mum -2.43 m 0 eV 74.6 keV 17.2 mum 17.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 670 mum -56.8 mum -2.43 m 187 keV 0 eV 0 fm 0 fm Target initStep - 1 671 mum -57.7 mum -2.43 m 0 eV 187 keV 74.2 mum 74.2 mum Target eIoni + 0 -6.07 mm -2.46 mm -2.44 m 116 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.07 mm -2.46 mm -2.44 m 0 eV 116 keV 35.2 mum 35.2 mum Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 322 mum 592 mum -2.44 m 1.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 716 mum -278 mum -2.43 m 257 keV 0 eV 7.71 mm 7.71 mm Target compt - 2 -186 mum 2.51 mm -2.43 m 205 keV 0 eV 3.71 mm 1.14 cm Target compt - 3 -1.14 mm 2.33 mm -2.44 m 0 eV 88 keV 1.34 mm 1.28 cm Target phot + 0 -2.85 mm -424 mum -2.44 m 4.84 MeV 0 eV 0 fm 0 fm Target initStep + 1 -4.23 mm -8.48 mm -2.43 m 0 eV 0 eV 1.25 cm 1.25 cm Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 15 +* G4Track Information: Particle = e+, Track ID = 29, Parent ID = 15 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.14 mm 2.33 mm -2.44 m 117 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.14 mm 2.33 mm -2.44 m 0 eV 117 keV 35.4 mum 35.4 mum Target eIoni + 0 -4.23 mm -8.48 mm -2.43 m 1.08 MeV 0 eV 0 fm 0 fm Target initStep + 1 -4.23 mm -8.55 mm -2.43 m 0 eV 1.08 MeV 800 mum 800 mum Target eIoni + 2 -4.23 mm -8.55 mm -2.43 m 0 eV 0 eV 0 fm 800 mum Target annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 15 +* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 29 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -186 mum 2.51 mm -2.43 m 52.2 keV 0 eV 0 fm 0 fm Target initStep - 1 -185 mum 2.51 mm -2.43 m 0 eV 52.2 keV 9.63 mum 9.63 mum Target eIoni + 0 -4.23 mm -8.55 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.58 mm -8.62 mm -2.43 m 193 keV 0 eV 565 mum 565 mum Target compt + 2 -4.06 mm -8.78 mm -2.43 m 0 eV 88 keV 547 mum 1.11 mm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 15 +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 31 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 716 mum -278 mum -2.43 m 1.55 MeV 0 eV 0 fm 0 fm Target initStep - 1 340 mum -390 mum -2.43 m 195 keV 1.35 MeV 1.14 mm 1.14 mm Target eBrem - 2 338 mum -388 mum -2.43 m 0 eV 195 keV 78.4 mum 1.22 mm Target eIoni + 0 -4.06 mm -8.78 mm -2.43 m 105 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.06 mm -8.78 mm -2.43 m 0 eV 105 keV 29.8 mum 29.8 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 31 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.58 mm -8.62 mm -2.43 m 318 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.59 mm -8.62 mm -2.43 m 0 eV 318 keV 162 mum 162 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 29 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.23 mm -8.55 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.63 mm -8.23 mm -2.43 m 0 eV 88 keV 2.58 mm 2.58 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 30 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.63 mm -8.23 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.61 mm -8.23 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 15 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.23 mm -8.48 mm -2.43 m 2.74 MeV 0 eV 0 fm 0 fm Target initStep + 1 -4.27 mm -8.63 mm -2.43 m 0 eV 2.74 MeV 2.15 mm 2.15 mm Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 284 mum 613 mum -2.44 m 853 keV 0 eV 0 fm 0 fm Target initStep - 1 680 mum 236 mum -2.44 m 0 eV 88 keV 4.15 mm 4.15 mm Target phot + 0 -2.85 mm -291 mum -2.44 m 1.88 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.83 mm -8.14 mm -2.42 m 289 keV 0 eV 1.9 cm 1.9 cm Target compt + 2 -5.11 mm -2.35 mm -2.42 m 0 eV 88 keV 6.71 mm 2.57 cm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 14 +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 14 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 680 mum 236 mum -2.44 m 765 keV 0 eV 0 fm 0 fm Target initStep - 1 712 mum 239 mum -2.44 m 0 eV 765 keV 521 mum 521 mum Target eIoni + 0 -5.11 mm -2.35 mm -2.42 m 201 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.1 mm -2.35 mm -2.42 m 0 eV 201 keV 82.4 mum 82.4 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 14 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.83 mm -8.14 mm -2.42 m 1.59 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.83 mm -8.17 mm -2.42 m 1.02 MeV 31.7 keV 36.1 mum 36.1 mum Target eBrem + 2 -1.7 mm -8.08 mm -2.42 m 232 keV 449 keV 345 mum 381 mum Target eBrem + 3 -1.71 mm -8.08 mm -2.42 m 0 eV 232 keV 102 mum 483 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 35 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.7 mm -8.08 mm -2.42 m 336 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.83 mm -7.88 mm -2.43 m 0 eV 88 keV 1.82 mm 1.82 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 38 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.83 mm -7.88 mm -2.43 m 248 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.83 mm -7.88 mm -2.43 m 0 eV 248 keV 113 mum 113 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 35 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.83 mm -8.17 mm -2.42 m 539 keV 0 eV 0 fm 0 fm Target initStep + 1 7.35 mm 2.03 mm -2.42 m 0 eV 88 keV 1.58 cm 1.58 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 37 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 7.35 mm 2.03 mm -2.42 m 451 keV 0 eV 0 fm 0 fm Target initStep + 1 7.36 mm 2.03 mm -2.42 m 0 eV 451 keV 263 mum 263 mum Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -18.3 mum 568 mum -2.44 m 40.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 796 mum 1.74 mm -2.43 m 0 eV 0 eV 1.13 cm 1.13 cm Target conv + 0 -1.73 mm 1.01 mm -2.44 m 1.99 MeV 0 eV 0 fm 0 fm Target initStep + 1 -2.75 mm -857 mum -2.44 m 1.45 MeV 0 eV 3.92 mm 3.92 mm Target compt + 2 -2.76 mm -3.48 mm -2.44 m 897 keV 0 eV 3.42 mm 7.34 mm Target compt + 3 -963 mum -5.69 mm -2.43 m 769 keV 0 eV 1.02 cm 1.75 cm Target compt + 4 9.37 mm -5.38 mm -2.41 m 200 keV 0 eV 1.96 cm 3.71 cm Target compt + 5 9.33 mm -5.39 mm -2.41 m 0 eV 88 keV 512 mum 3.76 cm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 98, Parent ID = 13 +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 13 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 796 mum 1.74 mm -2.43 m 19.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 513 mum 1.9 mm -2.43 m 17.3 MeV 1.46 MeV 1.23 mm 1.23 mm Target eBrem - 2 -413 mum 290 mum -2.43 m 13.4 MeV 3.94 MeV 2.95 mm 4.18 mm Target eBrem - 3 -762 mum 58.6 mum -2.43 m 4.75 MeV 744 keV 677 mum 4.85 mm Target eBrem - 4 -751 mum -531 mum -2.43 m 2.76 MeV 1.05 MeV 938 mum 5.79 mm Target eBrem - 5 -899 mum -237 mum -2.43 m 0 eV 2.76 MeV 2.2 mm 8 mm Target eIoni - 6 -899 mum -237 mum -2.43 m 0 eV 0 eV 0 fm 8 mm Target annihil + 0 9.33 mm -5.39 mm -2.41 m 112 keV 0 eV 0 fm 0 fm Target initStep + 1 9.33 mm -5.39 mm -2.41 m 0 eV 112 keV 33.3 mum 33.3 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 103, Parent ID = 98 +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 13 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -899 mum -237 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -116 mum -2.81 mm -2.42 m 0 eV 88 keV 5.27 mm 5.27 mm Target phot + 0 9.37 mm -5.38 mm -2.41 m 569 keV 0 eV 0 fm 0 fm Target initStep + 1 9.38 mm -5.38 mm -2.41 m 0 eV 569 keV 358 mum 358 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 103 +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 13 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -116 mum -2.81 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -130 mum -2.81 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni + 0 -963 mum -5.69 mm -2.43 m 128 keV 0 eV 0 fm 0 fm Target initStep + 1 -965 mum -5.69 mm -2.43 m 0 eV 128 keV 41 mum 41 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 102, Parent ID = 98 +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 13 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -899 mum -237 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.32 mm 1.14 mm -2.43 m 0 eV 88 keV 2.83 mm 2.83 mm Target phot + 0 -2.76 mm -3.48 mm -2.44 m 556 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.77 mm -3.5 mm -2.44 m 0 eV 556 keV 348 mum 348 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 105, Parent ID = 102 +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 13 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.32 mm 1.14 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.33 mm 1.14 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 101, Parent ID = 98 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -751 mum -531 mum -2.43 m 938 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.29 cm 1.49 cm -2.44 m 245 keV 0 eV 2.11 cm 2.11 cm Target compt - 2 -9.59 mm 1.4 cm -2.44 m 197 keV 0 eV 3.76 mm 2.48 cm Target compt - 3 -9.53 mm 1.41 cm -2.44 m 0 eV 88 keV 142 mum 2.5 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 101 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.53 mm 1.41 cm -2.44 m 109 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.53 mm 1.41 cm -2.44 m 0 eV 109 keV 31.6 mum 31.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 107, Parent ID = 101 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.59 mm 1.4 cm -2.44 m 48.1 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.59 mm 1.4 cm -2.44 m 0 eV 48.1 keV 8.42 mum 8.42 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 101 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.29 cm 1.49 cm -2.44 m 693 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.29 cm 1.49 cm -2.44 m 0 eV 693 keV 461 mum 461 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 100, Parent ID = 98 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -762 mum 58.6 mum -2.43 m 7.86 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.26 mm -976 mum -2.43 m 0 eV 0 eV 2.2 mm 2.2 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 110, Parent ID = 100 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.26 mm -976 mum -2.43 m 2.05 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.27 mm -1.1 mm -2.43 m 0 eV 209 keV 233 mum 233 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 112, Parent ID = 110 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.27 mm -1.1 mm -2.43 m 2.56 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.46 mm 778 mum -2.43 m 0 eV 0 eV 3.89 mm 3.89 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 114, Parent ID = 112 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.46 mm 778 mum -2.43 m 491 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.45 mm 801 mum -2.43 m 0 eV 491 keV 294 mum 294 mum Target eIoni - 2 -4.45 mm 801 mum -2.43 m 0 eV 0 eV 0 fm 294 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 116, Parent ID = 114 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.45 mm 801 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.47 mm 734 mum -2.43 m 0 eV 88 keV 80.2 mum 80.2 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 117, Parent ID = 116 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.47 mm 734 mum -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.47 mm 720 mum -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 115, Parent ID = 114 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.45 mm 801 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.99 mm 5.73 mm -2.44 m 387 keV 0 eV 5.97 mm 5.97 mm Target compt - 2 -2.28 mm 6.26 mm -2.44 m 0 eV 88 keV 885 mum 6.85 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 119, Parent ID = 115 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.28 mm 6.26 mm -2.44 m 299 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.28 mm 6.27 mm -2.44 m 0 eV 299 keV 148 mum 148 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 118, Parent ID = 115 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.99 mm 5.73 mm -2.44 m 124 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.99 mm 5.73 mm -2.44 m 0 eV 124 keV 38.9 mum 38.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 113, Parent ID = 112 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.46 mm 778 mum -2.43 m 1.04 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.48 mm 839 mum -2.43 m 808 keV 235 keV 242 mum 242 mum Target eBrem - 2 -4.46 mm 815 mum -2.43 m 0 eV 808 keV 558 mum 800 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 111, Parent ID = 110 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.27 mm -1.1 mm -2.43 m 304 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.26 mm -1.17 mm -2.43 m 155 keV 0 eV 129 mum 129 mum Target compt - 2 -2.87 mm -587 mum -2.43 m 0 eV 88 keV 863 mum 992 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 121, Parent ID = 111 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.87 mm -587 mum -2.43 m 67 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.87 mm -587 mum -2.43 m 0 eV 67 keV 14.5 mum 14.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 120, Parent ID = 111 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.26 mm -1.17 mm -2.43 m 149 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.26 mm -1.17 mm -2.43 m 0 eV 149 keV 52.3 mum 52.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 100 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.26 mm -976 mum -2.43 m 4.79 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.67 mm -2.1 mm -2.43 m 2.2 MeV 2.26 MeV 1.99 mm 1.99 mm Target eBrem - 2 -1.61 mm -2.14 mm -2.43 m 1.52 MeV 82.1 keV 79.7 mum 2.07 mm Target eBrem - 3 -1.64 mm -2.16 mm -2.43 m 0 eV 1.52 MeV 1.16 mm 3.22 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 123, Parent ID = 109 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.61 mm -2.14 mm -2.43 m 594 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.5 mm -4.17 mm -2.42 m 0 eV 88 keV 6.19 mm 6.19 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 124, Parent ID = 123 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.5 mm -4.17 mm -2.42 m 506 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.51 mm -4.18 mm -2.42 m 0 eV 506 keV 306 mum 306 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 122, Parent ID = 109 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.67 mm -2.1 mm -2.43 m 335 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.52 mm -2.39 mm -2.43 m 0 eV 88 keV 332 mum 332 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 125, Parent ID = 122 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.52 mm -2.39 mm -2.43 m 247 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.52 mm -2.4 mm -2.43 m 0 eV 247 keV 112 mum 112 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 99, Parent ID = 98 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 513 mum 1.9 mm -2.43 m 712 keV 0 eV 0 fm 0 fm Target initStep - 1 -550 mum 1.8 mm -2.43 m 0 eV 88 keV 2.16 mm 2.16 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 99 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -550 mum 1.8 mm -2.43 m 624 keV 0 eV 0 fm 0 fm Target initStep - 1 -566 mum 1.81 mm -2.43 m 0 eV 624 keV 403 mum 403 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 13 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 796 mum 1.74 mm -2.43 m 20.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 824 mum 2.03 mm -2.43 m 18.7 MeV 1.19 MeV 1.03 mm 1.03 mm Target eBrem - 2 292 mum 2.44 mm -2.43 m 15.7 MeV 1.77 MeV 1.55 mm 2.58 mm Target eBrem - 3 56.9 mum 2.87 mm -2.43 m 13.1 MeV 2.12 MeV 687 mum 3.27 mm Target eBrem - 4 -132 mum 5.16 mm -2.43 m 9.1 MeV 2.96 MeV 2.28 mm 5.55 mm Target eBrem - 5 497 mum 5.29 mm -2.43 m 6.79 MeV 839 keV 634 mum 6.18 mm Target eBrem - 6 723 mum 5.63 mm -2.43 m 4.17 MeV 2.2 MeV 447 mum 6.63 mm Target eBrem - 7 515 mum 7.26 mm -2.43 m 505 keV 3.27 MeV 2.91 mm 9.54 mm Target eBrem - 8 504 mum 7.28 mm -2.43 m 0 eV 505 keV 306 mum 9.85 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 133, Parent ID = 97 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 515 mum 7.26 mm -2.43 m 387 keV 0 eV 0 fm 0 fm Target initStep - 1 581 mum 9.52 mm -2.42 m 0 eV 88 keV 3.18 mm 3.18 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 133 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 581 mum 9.52 mm -2.42 m 299 keV 0 eV 0 fm 0 fm Target initStep - 1 577 mum 9.53 mm -2.42 m 0 eV 299 keV 148 mum 148 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 132, Parent ID = 97 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 723 mum 5.63 mm -2.43 m 433 keV 0 eV 0 fm 0 fm Target initStep - 1 677 mum 5.8 mm -2.43 m 417 keV 0 eV 220 mum 220 mum Target compt - 2 661 mum 1.56 cm -2.43 m 0 eV 88 keV 1.07 cm 1.09 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 132 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 661 mum 1.56 cm -2.43 m 329 keV 0 eV 0 fm 0 fm Target initStep - 1 668 mum 1.56 cm -2.43 m 0 eV 329 keV 170 mum 170 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 132 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 677 mum 5.8 mm -2.43 m 15.7 keV 0 eV 0 fm 0 fm Target initStep - 1 677 mum 5.8 mm -2.43 m 0 eV 15.7 keV 1.39 mum 1.39 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 131, Parent ID = 97 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 497 mum 5.29 mm -2.43 m 1.47 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.55 cm 1.59 cm -2.43 m 796 keV 0 eV 1.84 cm 1.84 cm Target compt - 2 2.5 cm 1.51 cm -2.44 m 796 keV 0 eV 1.12 cm 2.97 cm Target Transportation - 3 79.1 cm -4.73 cm -2.91 m 796 keV 0 eV 90.3 cm 93.3 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 131 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.55 cm 1.59 cm -2.43 m 673 keV 0 eV 0 fm 0 fm Target initStep - 1 1.55 cm 1.59 cm -2.43 m 0 eV 673 keV 445 mum 445 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 130, Parent ID = 97 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -132 mum 5.16 mm -2.43 m 1 MeV 0 eV 0 fm 0 fm Target initStep - 1 5.57 mm 7.25 mm -2.43 m 261 keV 0 eV 6.31 mm 6.31 mm Target compt - 2 5.33 mm 7.38 mm -2.43 m 0 eV 88 keV 898 mum 7.2 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 130 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.33 mm 7.38 mm -2.43 m 173 keV 0 eV 0 fm 0 fm Target initStep - 1 5.33 mm 7.39 mm -2.43 m 0 eV 173 keV 65.8 mum 65.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 130 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.57 mm 7.25 mm -2.43 m 741 keV 0 eV 0 fm 0 fm Target initStep - 1 5.6 mm 7.26 mm -2.43 m 0 eV 741 keV 502 mum 502 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 129, Parent ID = 97 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 56.9 mum 2.87 mm -2.43 m 487 keV 0 eV 0 fm 0 fm Target initStep - 1 -692 mum 5.47 mm -2.42 m 0 eV 88 keV 5.13 mm 5.13 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 129 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -692 mum 5.47 mm -2.42 m 399 keV 0 eV 0 fm 0 fm Target initStep - 1 -699 mum 5.48 mm -2.42 m 0 eV 399 keV 222 mum 222 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 128, Parent ID = 97 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 292 mum 2.44 mm -2.43 m 1.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.58 mm 1.73 cm -2.42 m 852 keV 0 eV 1.84 cm 1.84 cm Target compt - 2 -6.34 mm 2.5 cm -2.42 m 852 keV 0 eV 8.55 mm 2.7 cm Target Transportation - 3 -1.42 m 2.91 m -2.43 m 852 keV 0 eV 3.21 m 3.24 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 128 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.58 mm 1.73 cm -2.42 m 453 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.58 mm 1.73 cm -2.42 m 0 eV 453 keV 264 mum 264 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 127, Parent ID = 97 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 824 mum 2.03 mm -2.43 m 327 keV 0 eV 0 fm 0 fm Target initStep - 1 691 mum 2.36 mm -2.43 m 296 keV 0 eV 907 mum 907 mum Target compt - 2 863 mum 2.14 mm -2.43 m 182 keV 0 eV 1.47 mm 2.38 mm Target compt - 3 1.64 mm 1.63 mm -2.43 m 177 keV 0 eV 963 mum 3.34 mm Target compt - 4 1.84 mm 1.54 mm -2.43 m 0 eV 88 keV 218 mum 3.56 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 145, Parent ID = 127 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.84 mm 1.54 mm -2.43 m 88.9 keV 0 eV 0 fm 0 fm Target initStep - 1 1.84 mm 1.54 mm -2.43 m 0 eV 88.9 keV 22.9 mum 22.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 127 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.64 mm 1.63 mm -2.43 m 5.42 keV 0 eV 0 fm 0 fm Target initStep - 1 1.64 mm 1.63 mm -2.43 m 0 eV 5.42 keV 287 nm 287 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 127 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 863 mum 2.14 mm -2.43 m 113 keV 0 eV 0 fm 0 fm Target initStep - 1 863 mum 2.14 mm -2.43 m 0 eV 113 keV 33.9 mum 33.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 127 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 691 mum 2.36 mm -2.43 m 31.4 keV 0 eV 0 fm 0 fm Target initStep - 1 691 mum 2.36 mm -2.43 m 0 eV 31.4 keV 4.2 mum 4.2 mum Target eIoni + 0 -2.75 mm -857 mum -2.44 m 539 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.77 mm -853 mum -2.44 m 0 eV 539 keV 333 mum 333 mum Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -37.2 mum 549 mum -2.44 m 608 keV 0 eV 0 fm 0 fm Target initStep - 1 1.14 mm 1.44 mm -2.43 m 334 keV 0 eV 1.08 cm 1.08 cm Target compt - 2 1.55 mm 1.61 mm -2.43 m 0 eV 88 keV 453 mum 1.13 cm Target phot + 0 -1.01 mm 919 mum -2.44 m 16.3 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.15 mm 529 mum -2.44 m 0 eV 0 eV 1.84 mm 1.84 mm Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 147, Parent ID = 12 +* G4Track Information: Particle = e+, Track ID = 47, Parent ID = 12 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.55 mm 1.61 mm -2.43 m 246 keV 0 eV 0 fm 0 fm Target initStep - 1 1.55 mm 1.62 mm -2.43 m 0 eV 246 keV 111 mum 111 mum Target eIoni + 0 -1.15 mm 529 mum -2.44 m 5.05 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.99 mm -64.3 mum -2.44 m 3.28 MeV 1.44 MeV 1.41 mm 1.41 mm Target eBrem + 2 -1.59 mm -131 mum -2.44 m 0 eV 3.28 MeV 2.62 mm 4.03 mm Target eIoni + 3 -1.59 mm -131 mum -2.44 m 0 eV 0 eV 0 fm 4.03 mm Target annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 146, Parent ID = 12 +* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 47 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.14 mm 1.44 mm -2.43 m 274 keV 0 eV 0 fm 0 fm Target initStep - 1 1.14 mm 1.44 mm -2.43 m 0 eV 274 keV 131 mum 131 mum Target eIoni + 0 -1.59 mm -131 mum -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 1.12 mm 2.69 mm -2.44 m 0 eV 88 keV 3.96 mm 3.96 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 50 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 1.12 mm 2.69 mm -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 1.14 mm 2.69 mm -2.44 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 47 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.59 mm -131 mum -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.51 mm -5.25 mm -2.44 m 0 eV 88 keV 7.18 mm 7.18 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 49 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.51 mm -5.25 mm -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.51 mm -5.26 mm -2.44 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 47 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.99 mm -64.3 mum -2.44 m 328 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.49 mm -34.9 mum -2.44 m 0 eV 88 keV 546 mum 546 mum Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 48 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.49 mm -34.9 mum -2.44 m 240 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.49 mm -35.7 mum -2.44 m 0 eV 240 keV 108 mum 108 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 12 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.15 mm 529 mum -2.44 m 10.2 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.21 mm 451 mum -2.44 m 9.65 MeV 225 keV 218 mum 218 mum Target eBrem + 2 -1.36 mm 402 mum -2.44 m 8.88 MeV 306 keV 307 mum 524 mum Target eBrem + 3 -1.64 mm 127 mum -2.44 m 3.76 MeV 498 keV 474 mum 998 mum Target eBrem + 4 -1.46 mm -142 mum -2.44 m 2.28 MeV 545 keV 585 mum 1.58 mm Target eBrem + 5 -1.51 mm -332 mum -2.44 m 0 eV 2.28 MeV 1.79 mm 3.37 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 46 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.46 mm -142 mum -2.44 m 930 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.08 mm -6.84 mm -2.44 m 518 keV 0 eV 7.2 mm 7.2 mm Target compt + 2 -4.09 mm -6.86 mm -2.44 m 0 eV 88 keV 27.9 mum 7.23 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 57 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.09 mm -6.86 mm -2.44 m 430 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.1 mm -6.87 mm -2.44 m 0 eV 430 keV 247 mum 247 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 57 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.08 mm -6.84 mm -2.44 m 412 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.09 mm -6.86 mm -2.44 m 0 eV 412 keV 232 mum 232 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 46 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.64 mm 127 mum -2.44 m 4.62 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.89 mm -247 mum -2.44 m 521 keV 0 eV 559 mum 559 mum Target compt + 2 -925 mum -7.44 mm -2.45 m 0 eV 88 keV 9.03 mm 9.59 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 56 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -925 mum -7.44 mm -2.45 m 433 keV 0 eV 0 fm 0 fm Target initStep + 1 -924 mum -7.46 mm -2.45 m 0 eV 433 keV 249 mum 249 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 56 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.89 mm -247 mum -2.44 m 4.1 MeV 0 eV 0 fm 0 fm Target initStep + 1 -2.86 mm -290 mum -2.44 m 1.81 MeV 1.43 MeV 1.25 mm 1.25 mm Target eBrem + 2 -2.82 mm -411 mum -2.44 m 0 eV 1.81 MeV 1.4 mm 2.65 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 62, Parent ID = 60 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.86 mm -290 mum -2.44 m 859 keV 0 eV 0 fm 0 fm Target initStep + 1 4.08 mm -2.5 cm -2.43 m 859 keV 0 eV 2.71 cm 2.71 cm Target Transportation + 2 3.01 cm -11.8 cm -2.4 m 859 keV 0 eV 10.2 cm 12.9 cm World Transportation + 3 67.1 cm -2.4 m -1.61 m 859 keV 0 eV 2.5 m 2.63 m Tracker Transportation + 4 81.4 cm -2.91 m -1.43 m 859 keV 0 eV 55.9 cm 3.19 m OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 46 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.36 mm 402 mum -2.44 m 469 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.64 mm -3.36 mm -2.43 m 171 keV 0 eV 9.27 mm 9.27 mm Target compt + 2 -5.36 mm -2.7 mm -2.43 m 0 eV 88 keV 862 mum 1.01 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 55 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -5.36 mm -2.7 mm -2.43 m 83.1 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.36 mm -2.7 mm -2.43 m 0 eV 83.1 keV 20.5 mum 20.5 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 55 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -5.64 mm -3.36 mm -2.43 m 298 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.65 mm -3.37 mm -2.43 m 0 eV 298 keV 148 mum 148 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 46 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.21 mm 451 mum -2.44 m 300 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.88 mm -1.29 mm -2.44 m 0 eV 88 keV 4.98 mm 4.98 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 54 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.88 mm -1.29 mm -2.44 m 212 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.88 mm -1.29 mm -2.44 m 0 eV 212 keV 89.3 mum 89.3 mum Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -269 mum 343 mum -2.45 m 789 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.24 mum 457 mum -2.44 m 528 keV 0 eV 2.95 mm 2.95 mm Target compt - 2 2.5 mm 822 mum -2.44 m 0 eV 88 keV 3.19 mm 6.14 mm Target phot + 0 -879 mum 1.02 mm -2.44 m 3.89 MeV 0 eV 0 fm 0 fm Target initStep + 1 -5.59 mm 2.06 mm -2.41 m 0 eV 0 eV 3.03 cm 3.03 cm Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 11 +* G4Track Information: Particle = e+, Track ID = 67, Parent ID = 11 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.5 mm 822 mum -2.44 m 440 keV 0 eV 0 fm 0 fm Target initStep - 1 2.52 mm 831 mum -2.44 m 0 eV 440 keV 255 mum 255 mum Target eIoni + 0 -5.59 mm 2.06 mm -2.41 m 889 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.56 mm 2.02 mm -2.41 m 0 eV 889 keV 634 mum 634 mum Target eIoni + 2 -5.56 mm 2.02 mm -2.41 m 0 eV 0 eV 0 fm 634 mum Target annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 11 +* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 67 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.24 mum 457 mum -2.44 m 261 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.01 mum 456 mum -2.44 m 0 eV 261 keV 121 mum 121 mum Target eIoni + 0 -5.56 mm 2.02 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.25 mm 2.12 mm -2.42 m 484 keV 0 eV 802 mum 802 mum Target compt + 2 -4.03 mm 4.02 mm -2.42 m 238 keV 0 eV 4.37 mm 5.18 mm Target compt + 3 -3.93 mm 3.77 mm -2.42 m 0 eV 88 keV 281 mum 5.46 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 69 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -3.93 mm 3.77 mm -2.42 m 150 keV 0 eV 0 fm 0 fm Target initStep + 1 -3.93 mm 3.77 mm -2.42 m 0 eV 150 keV 52.7 mum 52.7 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 69 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.03 mm 4.02 mm -2.42 m 246 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.02 mm 4.03 mm -2.42 m 0 eV 246 keV 111 mum 111 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 69 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -5.25 mm 2.12 mm -2.42 m 26.9 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.25 mm 2.12 mm -2.42 m 0 eV 26.9 keV 3.28 mum 3.28 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 67 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -5.56 mm 2.02 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.6 mm 1.69 mm -2.41 m 186 keV 0 eV 2.75 mm 2.75 mm Target compt + 2 -6.63 mm 1.65 mm -2.41 m 0 eV 88 keV 142 mum 2.9 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 68 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.63 mm 1.65 mm -2.41 m 97.7 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.63 mm 1.65 mm -2.41 m 0 eV 97.7 keV 26.6 mum 26.6 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 68 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.6 mm 1.69 mm -2.41 m 325 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.6 mm 1.69 mm -2.41 m 0 eV 325 keV 167 mum 167 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 11 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -5.59 mm 2.06 mm -2.41 m 1.98 MeV 0 eV 0 fm 0 fm Target initStep + 1 -5.66 mm 2.11 mm -2.41 m 0 eV 1.98 MeV 1.54 mm 1.54 mm Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -307 mum 223 mum -2.45 m 21.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 686 mum 1.87 mm -2.41 m 0 eV 0 eV 3.9 cm 3.9 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 151, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 686 mum 1.87 mm -2.41 m 14.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 726 mum 1.97 mm -2.41 m 11.4 MeV 661 keV 481 mum 481 mum Target eBrem - 2 726 mum 1.84 mm -2.41 m 8.79 MeV 1.22 MeV 853 mum 1.33 mm Target eBrem - 3 873 mum 3.84 mm -2.41 m 116 keV 4.73 MeV 2.5 mm 3.84 mm Target eBrem - 4 877 mum 3.84 mm -2.41 m 0 eV 116 keV 32.5 mum 3.87 mm Target eIoni - 5 877 mum 3.84 mm -2.41 m 0 eV 0 eV 0 fm 3.87 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 156, Parent ID = 151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 877 mum 3.84 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 805 mum 3.92 mm -2.41 m 0 eV 88 keV 112 mum 112 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 157, Parent ID = 156 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 805 mum 3.92 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 791 mum 3.93 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 155, Parent ID = 151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 877 mum 3.84 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.83 mm 2.82 mm -2.41 m 0 eV 88 keV 1.5 mm 1.5 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 158, Parent ID = 155 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.83 mm 2.82 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.83 mm 2.81 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 154, Parent ID = 151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 873 mum 3.84 mm -2.41 m 3.94 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.94 mm 4.69 mm -2.41 m 0 eV 0 eV 4.48 mm 4.48 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 160, Parent ID = 154 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.94 mm 4.69 mm -2.41 m 1.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 5.03 mm 4.71 mm -2.41 m 0 eV 1.1 MeV 821 mum 821 mum Target eIoni - 2 5.03 mm 4.71 mm -2.41 m 0 eV 0 eV 0 fm 821 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 162, Parent ID = 160 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.03 mm 4.71 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 514 mum 1.27 cm -2.42 m 233 keV 0 eV 1.33 cm 1.33 cm Target compt - 2 704 mum 1.26 cm -2.42 m 0 eV 88 keV 272 mum 1.35 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 164, Parent ID = 162 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 704 mum 1.26 cm -2.42 m 145 keV 0 eV 0 fm 0 fm Target initStep - 1 707 mum 1.26 cm -2.42 m 0 eV 145 keV 50 mum 50 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 163, Parent ID = 162 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 514 mum 1.27 cm -2.42 m 278 keV 0 eV 0 fm 0 fm Target initStep - 1 509 mum 1.27 cm -2.42 m 0 eV 278 keV 133 mum 133 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 161, Parent ID = 160 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.03 mm 4.71 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 7.65 mm 80.9 mum -2.4 m 319 keV 0 eV 7.66 mm 7.66 mm Target compt - 2 5.25 mm -2.67 mm -2.4 m 233 keV 0 eV 3.76 mm 1.14 cm Target compt - 3 5.35 mm -2.99 mm -2.4 m 0 eV 88 keV 348 mum 1.18 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 167, Parent ID = 161 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.35 mm -2.99 mm -2.4 m 145 keV 0 eV 0 fm 0 fm Target initStep - 1 5.35 mm -2.99 mm -2.4 m 0 eV 145 keV 49.8 mum 49.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 166, Parent ID = 161 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.25 mm -2.67 mm -2.4 m 86.3 keV 0 eV 0 fm 0 fm Target initStep - 1 5.25 mm -2.67 mm -2.4 m 0 eV 86.3 keV 21.9 mum 21.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 165, Parent ID = 161 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.65 mm 80.9 mum -2.4 m 192 keV 0 eV 0 fm 0 fm Target initStep - 1 7.65 mm 80.2 mum -2.4 m 0 eV 192 keV 76.8 mum 76.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 159, Parent ID = 154 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.94 mm 4.69 mm -2.41 m 1.82 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.92 mm 4.76 mm -2.41 m 543 keV 653 keV 521 mum 521 mum Target eBrem - 2 4.91 mm 4.78 mm -2.41 m 0 eV 543 keV 337 mum 859 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 168, Parent ID = 159 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.92 mm 4.76 mm -2.41 m 621 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.73 mm 2.1 cm -2.41 m 0 eV 88 keV 1.91 cm 1.91 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 169, Parent ID = 168 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.73 mm 2.1 cm -2.41 m 533 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.73 mm 2.1 cm -2.41 m 0 eV 533 keV 328 mum 328 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 153, Parent ID = 151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 726 mum 1.84 mm -2.41 m 1.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 69.4 mum 2.77 mm -2.4 m 1.04 MeV 0 eV 3.6 mm 3.6 mm Target compt - 2 21.3 mum 5.44 mm -2.4 m 1.04 MeV 0 eV 3.95 mm 7.55 mm Target Transportation - 3 -4.31 cm 2.4 m 21 cm 1.04 MeV 0 eV 3.54 m 3.55 m Tracker Transportation - 4 -5.23 cm 2.91 m 76.6 cm 1.04 MeV 0 eV 75.4 cm 4.3 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 153 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 69.4 mum 2.77 mm -2.4 m 351 keV 0 eV 0 fm 0 fm Target initStep - 1 65.1 mum 2.77 mm -2.4 m 0 eV 351 keV 186 mum 186 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 152, Parent ID = 151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 726 mum 1.97 mm -2.41 m 2.77 MeV 0 eV 0 fm 0 fm Target initStep - 1 -910 mum 3.66 mm -2.4 m 2.77 MeV 0 eV 7.56 mm 7.56 mm Target Transportation - 2 -18.3 cm 19.1 cm -1.6 m 2.77 MeV 0 eV 84.2 cm 84.9 cm Tracker Transportation - 3 -22.9 cm 23.8 cm -1.4 m 2.77 MeV 0 eV 21 cm 1.06 m Chamber Transportation - 4 -36.5 cm 37.9 cm -80 cm 2.77 MeV 0 eV 63.1 cm 1.69 m Tracker Transportation - 5 -41.1 cm 42.6 cm -60 cm 2.77 MeV 0 eV 21 cm 1.9 m Chamber Transportation - 6 -54.7 cm 56.7 cm 0 fm 2.77 MeV 0 eV 63.1 cm 2.53 m Tracker Transportation - 7 -59.3 cm 61.4 cm 20 cm 2.77 MeV 0 eV 21 cm 2.74 m Chamber Transportation - 8 -72.9 cm 75.4 cm 80 cm 2.77 MeV 0 eV 63.1 cm 3.37 m Tracker Transportation - 9 -77.5 cm 80.1 cm 1 m 2.77 MeV 0 eV 21 cm 3.58 m Chamber Transportation - 10 -91.2 cm 94.2 cm 1.6 m 2.77 MeV 0 eV 63.1 cm 4.22 m Tracker Transportation - 11 -95.7 cm 98.9 cm 1.8 m 2.77 MeV 0 eV 21 cm 4.43 m Chamber Transportation - 12 -1.09 m 1.13 m 2.4 m 2.77 MeV 0 eV 63.1 cm 5.06 m Tracker Transportation - 13 -1.21 m 1.25 m 2.91 m 2.77 MeV 0 eV 53.7 cm 5.59 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 10 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 686 mum 1.87 mm -2.41 m 5.35 MeV 0 eV 0 fm 0 fm Target initStep - 1 -306 mum 1.17 mm -2.41 m 2.26 MeV 2.47 MeV 1.73 mm 1.73 mm Target eBrem - 2 -294 mum 1.17 mm -2.41 m 862 keV 26.9 keV 38.6 mum 1.77 mm Target eBrem - 3 -285 mum 1.17 mm -2.41 m 0 eV 862 keV 603 mum 2.37 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 172, Parent ID = 150 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -294 mum 1.17 mm -2.41 m 1.37 MeV 0 eV 0 fm 0 fm Target initStep - 1 -262 mum 1.12 mm -2.41 m 0 eV 88 keV 465 mum 465 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 173, Parent ID = 172 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -262 mum 1.12 mm -2.41 m 1.28 MeV 0 eV 0 fm 0 fm Target initStep - 1 -252 mum 1.13 mm -2.41 m 0 eV 1.28 MeV 957 mum 957 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 171, Parent ID = 150 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -306 mum 1.17 mm -2.41 m 622 keV 0 eV 0 fm 0 fm Target initStep - 1 1.06 mm 1.36 mm -2.41 m 0 eV 88 keV 4.91 mm 4.91 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 174, Parent ID = 171 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.06 mm 1.36 mm -2.41 m 534 keV 0 eV 0 fm 0 fm Target initStep - 1 1.05 mm 1.36 mm -2.41 m 0 eV 534 keV 329 mum 329 mum Target eIoni + 0 -821 mum 963 mum -2.44 m 2.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -7.49 mm 5.22 mm -2.4 m 2.12 MeV 0 eV 4.55 cm 4.55 cm Target Transportation + 2 -12.7 cm 8.12 cm -1.6 m 2.12 MeV 0 eV 81.2 cm 85.8 cm Tracker Transportation + 3 -15.6 cm 10 cm -1.4 m 2.12 MeV 0 eV 20.3 cm 1.06 m Chamber Transportation + 4 -24.6 cm 15.7 cm -80 cm 2.12 MeV 0 eV 60.9 cm 1.67 m Tracker Transportation + 5 -27.5 cm 17.6 cm -60 cm 2.12 MeV 0 eV 20.3 cm 1.87 m Chamber Transportation + 6 -36.5 cm 23.3 cm 0 fm 2.12 MeV 0 eV 60.9 cm 2.48 m Tracker Transportation + 7 -39.4 cm 25.2 cm 20 cm 2.12 MeV 0 eV 20.3 cm 2.69 m Chamber Transportation + 8 -48.4 cm 30.9 cm 80 cm 2.12 MeV 0 eV 60.9 cm 3.29 m Tracker Transportation + 9 -51.3 cm 32.8 cm 1 m 2.12 MeV 0 eV 20.3 cm 3.5 m Chamber Transportation + 10 -60.3 cm 38.5 cm 1.6 m 2.12 MeV 0 eV 60.9 cm 4.11 m Tracker Transportation + 11 -63.2 cm 40.4 cm 1.8 m 2.12 MeV 0 eV 20.3 cm 4.31 m Chamber Transportation + 12 -72.2 cm 46.1 cm 2.4 m 2.12 MeV 0 eV 60.9 cm 4.92 m Tracker Transportation + 13 -79.8 cm 51 cm 2.91 m 2.12 MeV 0 eV 51.8 cm 5.44 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -311 mum 221 mum -2.45 m 19.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -151 mum 477 mum -2.44 m 0 eV 0 eV 8.07 mm 8.07 mm Target conv + 0 -676 mum 868 mum -2.45 m 4.34 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.57 mm 1.03 mm -2.44 m 0 eV 0 eV 6.43 mm 6.43 mm Target conv ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 176, Parent ID = 9 +* G4Track Information: Particle = e+, Track ID = 76, Parent ID = 9 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -151 mum 477 mum -2.44 m 13.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -275 mum 577 mum -2.44 m 5.95 MeV 865 keV 581 mum 581 mum Target eBrem - 2 286 mum 766 mum -2.44 m 3.19 MeV 1.02 MeV 1.1 mm 1.68 mm Target eBrem - 3 308 mum 742 mum -2.44 m 2.42 MeV 35.8 keV 37.9 mum 1.72 mm Target eBrem - 4 446 mum 529 mum -2.44 m 1.31 MeV 325 keV 289 mum 2.01 mm Target eBrem - 5 352 mum 546 mum -2.44 m 0 eV 1.31 MeV 996 mum 3.01 mm Target eIoni - 6 352 mum 546 mum -2.44 m 0 eV 0 eV 0 fm 3.01 mm Target annihil + 0 -1.57 mm 1.03 mm -2.44 m 1.78 MeV 0 eV 0 fm 0 fm Target initStep + 1 -2.4 mm 1.56 mm -2.44 m 569 keV 1.21 MeV 1.1 mm 1.1 mm Target eBrem + 2 -2.38 mm 1.53 mm -2.44 m 0 eV 569 keV 359 mum 1.46 mm Target eIoni + 3 -2.38 mm 1.53 mm -2.44 m 0 eV 0 eV 0 fm 1.46 mm Target annihil ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 182, Parent ID = 176 +* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 76 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 352 mum 546 mum -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2.51 mm -1.32 mm -2.44 m 483 keV 0 eV 4.77 mm 4.77 mm Target compt - 2 3.03 mm -2.62 mm -2.44 m 0 eV 88 keV 1.98 mm 6.75 mm Target phot + 0 -2.38 mm 1.53 mm -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 938 nm 4.92 mm -2.44 m 0 eV 88 keV 4.59 mm 4.59 mm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 184, Parent ID = 182 +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 78 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.03 mm -2.62 mm -2.44 m 395 keV 0 eV 0 fm 0 fm Target initStep - 1 3.04 mm -2.63 mm -2.44 m 0 eV 395 keV 219 mum 219 mum Target eIoni + 0 938 nm 4.92 mm -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 4.65 mum 4.93 mm -2.44 m 0 eV 423 keV 241 mum 241 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 183, Parent ID = 182 +* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 76 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.51 mm -1.32 mm -2.44 m 28.2 keV 0 eV 0 fm 0 fm Target initStep - 1 2.51 mm -1.32 mm -2.44 m 0 eV 28.2 keV 3.55 mum 3.55 mum Target eIoni + 0 -2.38 mm 1.53 mm -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.98 mm -2.14 mm -2.44 m 364 keV 0 eV 4.99 mm 4.99 mm Target compt + 2 -5.82 mm -3.12 mm -2.44 m 0 eV 88 keV 1.45 mm 6.44 mm Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 181, Parent ID = 176 +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 77 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 352 mum 546 mum -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.73 mm 4.07 mm -2.43 m 0 eV 88 keV 9.02 mm 9.02 mm Target phot + 0 -5.82 mm -3.12 mm -2.44 m 276 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.83 mm -3.11 mm -2.44 m 0 eV 276 keV 132 mum 132 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 185, Parent ID = 181 +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 77 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.73 mm 4.07 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.75 mm 4.06 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni + 0 -4.98 mm -2.14 mm -2.44 m 147 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.98 mm -2.14 mm -2.44 m 0 eV 147 keV 51.2 mum 51.2 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 180, Parent ID = 176 +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 9 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 446 mum 529 mum -2.44 m 790 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.19 cm 2.35 cm -2.44 m 349 keV 0 eV 2.61 cm 2.61 cm Target compt - 2 -1.12 cm 2.4 cm -2.44 m 0 eV 88 keV 1.08 mm 2.71 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 187, Parent ID = 180 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.12 cm 2.4 cm -2.44 m 261 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.12 cm 2.4 cm -2.44 m 0 eV 261 keV 122 mum 122 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 186, Parent ID = 180 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.19 cm 2.35 cm -2.44 m 441 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.19 cm 2.35 cm -2.44 m 0 eV 441 keV 255 mum 255 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 179, Parent ID = 176 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 308 mum 742 mum -2.44 m 727 keV 0 eV 0 fm 0 fm Target initStep - 1 4.73 mm -9.18 mm -2.44 m 635 keV 0 eV 1.09 cm 1.09 cm Target compt - 2 6.56 mm -1.31 cm -2.44 m 0 eV 88 keV 5.07 mm 1.6 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 189, Parent ID = 179 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.56 mm -1.31 cm -2.44 m 547 keV 0 eV 0 fm 0 fm Target initStep - 1 6.57 mm -1.31 cm -2.44 m 0 eV 547 keV 341 mum 341 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 188, Parent ID = 179 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.73 mm -9.18 mm -2.44 m 91.7 keV 0 eV 0 fm 0 fm Target initStep - 1 4.73 mm -9.18 mm -2.44 m 0 eV 91.7 keV 24.1 mum 24.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 178, Parent ID = 176 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 286 mum 766 mum -2.44 m 1.75 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.16 cm -1.41 cm -2.43 m 254 keV 0 eV 1.95 cm 1.95 cm Target compt - 2 8.78 mm -1.28 cm -2.44 m 0 eV 88 keV 5.58 mm 2.51 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 191, Parent ID = 178 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.78 mm -1.28 cm -2.44 m 166 keV 0 eV 0 fm 0 fm Target initStep - 1 8.77 mm -1.28 cm -2.44 m 0 eV 166 keV 61.5 mum 61.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 190, Parent ID = 178 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.16 cm -1.41 cm -2.43 m 1.49 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.17 cm -1.42 cm -2.43 m 0 eV 1.49 MeV 1.14 mm 1.14 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 177, Parent ID = 176 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -275 mum 577 mum -2.44 m 6.55 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.12 mm 436 mum -2.43 m 1.14 MeV 0 eV 4.2 mm 4.2 mm Target compt - 2 -7.73 mm -1.44 cm -2.42 m 1.13 MeV 0 eV 1.95 cm 2.37 cm Target compt - 3 -9.81 mm -2.1 cm -2.42 m 899 keV 0 eV 8.12 mm 3.18 cm Target compt - 4 -1.27 cm -2.5 cm -2.42 m 899 keV 0 eV 4.97 mm 3.67 cm Target Transportation - 5 -7.44 cm -10.9 cm -2.4 m 899 keV 0 eV 10.6 cm 14.3 cm World Transportation - 6 -1.75 m -2.4 m -1.91 m 899 keV 0 eV 2.88 m 3.02 m Tracker Transportation - 7 -2.12 m -2.91 m -1.8 m 899 keV 0 eV 64.1 cm 3.66 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 194, Parent ID = 177 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.81 mm -2.1 cm -2.42 m 229 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.8 mm -2.1 cm -2.42 m 0 eV 229 keV 100 mum 100 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 193, Parent ID = 177 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.73 mm -1.44 cm -2.42 m 12.2 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.73 mm -1.44 cm -2.42 m 0 eV 12.2 keV 946 nm 946 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 192, Parent ID = 177 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.12 mm 436 mum -2.43 m 5.41 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.05 mm 550 mum -2.43 m 1.4 MeV 363 keV 375 mum 375 mum Target eBrem - 2 -1.04 mm 509 mum -2.43 m 0 eV 1.4 MeV 1.06 mm 1.43 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 195, Parent ID = 192 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.05 mm 550 mum -2.43 m 3.65 MeV 0 eV 0 fm 0 fm Target initStep - 1 -695 mum -5.01 mm -2.42 m 0 eV 88 keV 1.18 cm 1.18 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 196, Parent ID = 195 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -695 mum -5.01 mm -2.42 m 3.57 MeV 0 eV 0 fm 0 fm Target initStep - 1 -766 mum -4.59 mm -2.42 m 1.98 MeV 1.28 MeV 994 mum 994 mum Target eBrem - 2 -770 mum -4.7 mm -2.42 m 0 eV 1.98 MeV 1.48 mm 2.47 mm Target eBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 197, Parent ID = 196 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -766 mum -4.59 mm -2.42 m 311 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.1 mm -6.01 mm -2.42 m 0 eV 88 keV 1.78 mm 1.78 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 198, Parent ID = 197 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.1 mm -6.01 mm -2.42 m 223 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.1 mm -6.01 mm -2.42 m 0 eV 223 keV 96.2 mum 96.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 175, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -151 mum 477 mum -2.44 m 4.86 MeV 0 eV 0 fm 0 fm Target initStep - 1 -15.1 mum 603 mum -2.44 m 4.17 MeV 321 keV 270 mum 270 mum Target eBrem - 2 56.1 mum 273 mum -2.44 m 2.77 MeV 1.08 MeV 569 mum 839 mum Target eBrem - 3 208 mum 125 mum -2.44 m 0 eV 2.77 MeV 2.18 mm 3.02 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 200, Parent ID = 175 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 56.1 mum 273 mum -2.44 m 324 keV 0 eV 0 fm 0 fm Target initStep - 1 260 mum -161 mum -2.44 m 0 eV 88 keV 635 mum 635 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 201, Parent ID = 200 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 260 mum -161 mum -2.44 m 236 keV 0 eV 0 fm 0 fm Target initStep - 1 264 mum -166 mum -2.44 m 0 eV 236 keV 105 mum 105 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 199, Parent ID = 175 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -15.1 mum 603 mum -2.44 m 371 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.89 mm -501 mum -2.44 m 345 keV 0 eV 4 mm 4 mm Target compt - 2 -4.99 mm -1.85 mm -2.43 m 243 keV 0 eV 3.95 mm 7.95 mm Target compt - 3 -5.76 mm -5.04 mm -2.43 m 0 eV 88 keV 3.37 mm 1.13 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 204, Parent ID = 199 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.76 mm -5.04 mm -2.43 m 155 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.76 mm -5.04 mm -2.43 m 0 eV 155 keV 55.3 mum 55.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 203, Parent ID = 199 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.99 mm -1.85 mm -2.43 m 102 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.99 mm -1.85 mm -2.43 m 0 eV 102 keV 28.3 mum 28.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 202, Parent ID = 199 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.89 mm -501 mum -2.44 m 26.2 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.89 mm -501 mum -2.44 m 0 eV 26.2 keV 3.13 mum 3.13 mum Target eIoni + 0 -1.57 mm 1.03 mm -2.44 m 1.54 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.15 mm 1.56 mm -2.44 m 443 keV 1.09 MeV 834 mum 834 mum Target eBrem + 2 -1.13 mm 1.57 mm -2.44 m 0 eV 443 keV 257 mum 1.09 mm Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -312 mum 216 mum -2.45 m 548 keV 0 eV 0 fm 0 fm Target initStep - 1 -213 mum 393 mum -2.44 m 0 eV 88 keV 5.15 mm 5.15 mm Target phot + 0 -653 mum 857 mum -2.45 m 446 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.02 mm 1.3 mm -2.44 m 0 eV 88 keV 5.22 mm 5.22 mm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 205, Parent ID = 8 +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 8 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -213 mum 393 mum -2.44 m 460 keV 0 eV 0 fm 0 fm Target initStep - 1 -219 mum 402 mum -2.44 m 0 eV 460 keV 270 mum 270 mum Target eIoni + 0 -1.02 mm 1.3 mm -2.44 m 358 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.02 mm 1.31 mm -2.44 m 0 eV 358 keV 191 mum 191 mum Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -352 mum 214 mum -2.45 m 833 keV 0 eV 0 fm 0 fm Target initStep - 1 -330 mum 227 mum -2.45 m 199 keV 0 eV 907 mum 907 mum Target compt - 2 -394 mum 4.99 mum -2.45 m 0 eV 88 keV 707 mum 1.61 mm Target phot + 0 -639 mum 845 mum -2.45 m 3.77 MeV 0 eV 0 fm 0 fm Target initStep + 1 -5.85 mm 2.46 mm -2.4 m 0 eV 0 eV 4.43 cm 4.43 cm Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 207, Parent ID = 7 +* G4Track Information: Particle = e+, Track ID = 84, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -394 mum 4.99 mum -2.45 m 111 keV 0 eV 0 fm 0 fm Target initStep - 1 -396 mum 4.06 mum -2.45 m 0 eV 111 keV 32.9 mum 32.9 mum Target eIoni + 0 -5.85 mm 2.46 mm -2.4 m 1.23 MeV 0 eV 0 fm 0 fm Target initStep + 1 -5.87 mm 2.46 mm -2.4 m 0 eV 1.23 MeV 929 mum 929 mum Target eIoni + 2 -5.87 mm 2.46 mm -2.4 m 0 eV 0 eV 0 fm 929 mum Target annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 206, Parent ID = 7 +* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 84 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -330 mum 227 mum -2.45 m 634 keV 0 eV 0 fm 0 fm Target initStep - 1 -329 mum 229 mum -2.45 m 0 eV 634 keV 411 mum 411 mum Target eIoni + 0 -5.87 mm 2.46 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.1 mm 2.03 mm -2.4 m 0 eV 88 keV 1.05 mm 1.05 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 86 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.1 mm 2.03 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.1 mm 2.02 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 84 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -5.87 mm 2.46 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.36 mm 3.42 mm -2.4 m 511 keV 0 eV 2.32 mm 2.32 mm Target Transportation + 2 78.6 cm 1.5 m 80 cm 511 keV 0 eV 3.62 m 3.62 m Tracker Transportation + 3 80.5 cm 1.54 m 87.4 cm 511 keV 0 eV 8.33 cm 3.71 m Chamber Transportation + 4 98.4 cm 1.88 m 1.6 m 511 keV 0 eV 82.2 cm 4.53 m Tracker Transportation + 5 1.03 m 1.97 m 1.8 m 511 keV 0 eV 22.2 cm 4.75 m Chamber Transportation + 6 1.18 m 2.25 m 2.4 m 511 keV 0 eV 68.3 cm 5.43 m Tracker Transportation + 7 1.31 m 2.49 m 2.91 m 511 keV 0 eV 57.7 cm 6.01 m OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -5.85 mm 2.46 mm -2.4 m 1.52 MeV 0 eV 0 fm 0 fm Target initStep + 1 -5.87 mm 2.46 mm -2.4 m 0 eV 1.52 MeV 1.16 mm 1.16 mm Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -353 mum 212 mum -2.45 m 328 keV 0 eV 0 fm 0 fm Target initStep - 1 -280 mum 198 mum -2.44 m 0 eV 88 keV 5.58 mm 5.58 mm Target phot + 0 -480 mum 782 mum -2.45 m 300 keV 0 eV 0 fm 0 fm Target initStep + 1 -590 mum 813 mum -2.45 m 0 eV 88 keV 727 mum 727 mum Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 208, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -280 mum 198 mum -2.44 m 240 keV 0 eV 0 fm 0 fm Target initStep - 1 -282 mum 192 mum -2.44 m 0 eV 240 keV 108 mum 108 mum Target eIoni + 0 -590 mum 813 mum -2.45 m 212 keV 0 eV 0 fm 0 fm Target initStep + 1 -593 mum 815 mum -2.45 m 0 eV 212 keV 89.2 mum 89.2 mum Target eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -310 mum 221 mum -2.45 m 685 keV 0 eV 0 fm 0 fm Target initStep - 1 -663 mum 604 nm -2.43 m 610 keV 0 eV 1.8 cm 1.8 cm Target compt - 2 -129 mum -669 mum -2.43 m 322 keV 0 eV 2.06 mm 2.01 cm Target compt - 3 2.48 mm 2.05 mm -2.43 m 0 eV 88 keV 4 mm 2.41 cm Target phot + 0 -292 mum 692 mum -2.45 m 2.16 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.34 mm 1.08 mm -2.44 m 289 keV 0 eV 7.49 mm 7.49 mm Target compt + 2 2.83 mm -4.16 mm -2.44 m 248 keV 0 eV 7.37 mm 1.49 cm Target compt + 3 2.77 mm -4.41 mm -2.44 m 0 eV 88 keV 317 mum 1.52 cm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 211, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.48 mm 2.05 mm -2.43 m 234 keV 0 eV 0 fm 0 fm Target initStep - 1 2.49 mm 2.06 mm -2.43 m 0 eV 234 keV 103 mum 103 mum Target eIoni + 0 2.77 mm -4.41 mm -2.44 m 160 keV 0 eV 0 fm 0 fm Target initStep + 1 2.77 mm -4.41 mm -2.44 m 0 eV 160 keV 57.8 mum 57.8 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 210, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -129 mum -669 mum -2.43 m 288 keV 0 eV 0 fm 0 fm Target initStep - 1 -130 mum -675 mum -2.43 m 0 eV 288 keV 141 mum 141 mum Target eIoni + 0 2.83 mm -4.16 mm -2.44 m 41.7 keV 0 eV 0 fm 0 fm Target initStep + 1 2.83 mm -4.16 mm -2.44 m 0 eV 41.7 keV 6.69 mum 6.69 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 209, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -663 mum 604 nm -2.43 m 74.8 keV 0 eV 0 fm 0 fm Target initStep - 1 -664 mum 1.41 mum -2.43 m 0 eV 74.8 keV 17.3 mum 17.3 mum Target eIoni + 0 -1.34 mm 1.08 mm -2.44 m 1.87 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.3 mm 1.08 mm -2.44 m 1.23 MeV 130 keV 117 mum 117 mum Target eBrem + 2 -1.3 mm 1.01 mm -2.44 m 0 eV 1.23 MeV 915 mum 1.03 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 92, Parent ID = 89 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.3 mm 1.08 mm -2.44 m 509 keV 0 eV 0 fm 0 fm Target initStep + 1 -3.64 mm -2.5 cm -2.44 m 509 keV 0 eV 2.65 cm 2.65 cm Target Transportation + 2 -2.45 cm -25.8 cm -2.4 m 509 keV 0 eV 23.6 cm 26.3 cm World Transportation + 3 -21.7 cm -2.4 m -2.06 m 509 keV 0 eV 2.18 m 2.44 m Tracker Transportation + 4 -26.3 cm -2.91 m -1.98 m 509 keV 0 eV 51.8 cm 2.96 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -299 mum 195 mum -2.45 m 8.77 MeV 0 eV 0 fm 0 fm Target initStep - 1 -420 mum 258 mum -2.44 m 3.46 MeV 0 eV 9.96 mm 9.96 mm Target compt - 2 365 mum 1.59 mm -2.44 m 760 keV 0 eV 3.75 mm 1.37 cm Target compt - 3 -913 mum 8.4 mm -2.44 m 0 eV 88 keV 7.05 mm 2.08 cm Target phot + 0 -274 mum 692 mum -2.45 m 12.6 MeV 0 eV 0 fm 0 fm Target initStep + 1 -2.43 mm 1.09 mm -2.43 m 0 eV 0 eV 1.65 cm 1.65 cm Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 214, Parent ID = 4 +* G4Track Information: Particle = e+, Track ID = 94, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -913 mum 8.4 mm -2.44 m 672 keV 0 eV 0 fm 0 fm Target initStep - 1 -915 mum 8.43 mm -2.44 m 0 eV 672 keV 443 mum 443 mum Target eIoni + 0 -2.43 mm 1.09 mm -2.43 m 1.9 MeV 0 eV 0 fm 0 fm Target initStep + 1 -2.58 mm 1.2 mm -2.43 m 0 eV 1.9 MeV 1.5 mm 1.5 mm Target eIoni + 2 -2.58 mm 1.2 mm -2.43 m 0 eV 0 eV 0 fm 1.5 mm Target annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 213, Parent ID = 4 +* G4Track Information: Particle = gamma, Track ID = 96, Parent ID = 94 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 365 mum 1.59 mm -2.44 m 2.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 202 mum 2.31 mm -2.44 m 1.57 MeV 1.13 MeV 1.13 mm 1.13 mm Target eBrem - 2 343 mum 2.28 mm -2.44 m 830 keV 203 keV 190 mum 1.32 mm Target eBrem - 3 327 mum 2.25 mm -2.44 m 0 eV 830 keV 576 mum 1.9 mm Target eIoni + 0 -2.58 mm 1.2 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.86 mm 1.68 mm -2.43 m 0 eV 88 keV 1.03 mm 1.03 mm Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 215, Parent ID = 213 +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 96 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 343 mum 2.28 mm -2.44 m 539 keV 0 eV 0 fm 0 fm Target initStep - 1 287 mum 2.24 mm -2.44 m 197 keV 0 eV 126 mum 126 mum Target compt - 2 57.1 mum 3.61 mm -2.44 m 0 eV 88 keV 1.61 mm 1.73 mm Target phot + 0 -2.86 mm 1.68 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.87 mm 1.69 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 217, Parent ID = 215 +* G4Track Information: Particle = gamma, Track ID = 95, Parent ID = 94 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 57.1 mum 3.61 mm -2.44 m 109 keV 0 eV 0 fm 0 fm Target initStep - 1 55.2 mum 3.62 mm -2.44 m 0 eV 109 keV 31.8 mum 31.8 mum Target eIoni + 0 -2.58 mm 1.2 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 475 mum -3.91 mm -2.42 m 0 eV 88 keV 1.09 cm 1.09 cm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 216, Parent ID = 215 +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 95 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 287 mum 2.24 mm -2.44 m 342 keV 0 eV 0 fm 0 fm Target initStep - 1 284 mum 2.23 mm -2.44 m 0 eV 342 keV 180 mum 180 mum Target eIoni + 0 475 mum -3.91 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 475 mum -3.91 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 212, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -420 mum 258 mum -2.44 m 5.31 MeV 0 eV 0 fm 0 fm Target initStep - 1 74.1 mum 1.3 mm -2.44 m 1.65 MeV 2.85 MeV 1.84 mm 1.84 mm Target eBrem - 2 329 mum 1.47 mm -2.44 m 529 keV 601 keV 592 mum 2.44 mm Target eBrem - 3 334 mum 1.49 mm -2.44 m 0 eV 529 keV 326 mum 2.76 mm Target eIoni + 0 -2.43 mm 1.09 mm -2.43 m 9.66 MeV 0 eV 0 fm 0 fm Target initStep + 1 -2.44 mm 1.08 mm -2.43 m 5.42 MeV 72 keV 94.3 mum 94.3 mum Target eBrem + 2 -1.99 mm 1.15 mm -2.43 m 2.62 MeV 1.31 MeV 714 mum 808 mum Target eBrem + 3 -2.36 mm 1.23 mm -2.43 m 1.02 MeV 1.1 MeV 982 mum 1.79 mm Target eBrem + 4 -2.35 mm 1.2 mm -2.43 m 0 eV 1.02 MeV 734 mum 2.52 mm Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 219, Parent ID = 212 +* G4Track Information: Particle = gamma, Track ID = 101, Parent ID = 93 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 329 mum 1.47 mm -2.44 m 519 keV 0 eV 0 fm 0 fm Target initStep - 1 791 mum 3.6 mm -2.44 m 0 eV 88 keV 4.38 mm 4.38 mm Target phot + 0 -2.36 mm 1.23 mm -2.43 m 499 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.47 mm -2.28 mm -2.44 m 0 eV 88 keV 1.14 cm 1.14 cm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 220, Parent ID = 219 +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 101 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 791 mum 3.6 mm -2.44 m 431 keV 0 eV 0 fm 0 fm Target initStep - 1 794 mum 3.61 mm -2.44 m 0 eV 431 keV 247 mum 247 mum Target eIoni + 0 -6.47 mm -2.28 mm -2.44 m 411 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.46 mm -2.28 mm -2.44 m 0 eV 411 keV 231 mum 231 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 218, Parent ID = 212 +* G4Track Information: Particle = gamma, Track ID = 100, Parent ID = 93 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 74.1 mum 1.3 mm -2.44 m 809 keV 0 eV 0 fm 0 fm Target initStep - 1 3.91 mm 8.3 mm -2.45 m 0 eV 88 keV 1.05 cm 1.05 cm Target phot + 0 -1.99 mm 1.15 mm -2.43 m 1.5 MeV 0 eV 0 fm 0 fm Target initStep + 1 1.25 cm 9.79 mm -2.42 m 1.23 MeV 0 eV 2.19 cm 2.19 cm Target compt + 2 2.5 cm 1.45 cm -2.41 m 1.23 MeV 0 eV 1.42 cm 3.61 cm Target Transportation + 3 5.95 cm 2.77 cm -2.4 m 1.23 MeV 0 eV 3.91 cm 7.52 cm World Transportation + 4 2.4 m 91.6 cm -1.53 m 1.23 MeV 0 eV 2.65 m 2.73 m Tracker Transportation + 5 2.91 m 1.11 m -1.34 m 1.23 MeV 0 eV 57.8 cm 3.3 m OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 221, Parent ID = 218 +* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 100 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.91 mm 8.3 mm -2.45 m 721 keV 0 eV 0 fm 0 fm Target initStep - 1 3.93 mm 8.29 mm -2.45 m 0 eV 721 keV 485 mum 485 mum Target eIoni + 0 1.25 cm 9.79 mm -2.42 m 271 keV 0 eV 0 fm 0 fm Target initStep + 1 1.25 cm 9.79 mm -2.42 m 0 eV 271 keV 128 mum 128 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 99, Parent ID = 93 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.44 mm 1.08 mm -2.43 m 4.16 MeV 0 eV 0 fm 0 fm Target initStep + 1 -2.18 mm 450 mum -2.43 m 0 eV 0 eV 4.63 mm 4.63 mm Target conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 105, Parent ID = 99 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.18 mm 450 mum -2.43 m 270 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.18 mm 452 mum -2.43 m 0 eV 270 keV 125 mum 125 mum Target eIoni + 2 -2.18 mm 452 mum -2.43 m 0 eV 0 eV 0 fm 125 mum Target annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 107, Parent ID = 105 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.18 mm 452 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -915 mum 3.83 mm -2.43 m 0 eV 88 keV 3.69 mm 3.69 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 108, Parent ID = 107 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -915 mum 3.83 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -902 mum 3.84 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 106, Parent ID = 105 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.18 mm 452 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.36 mm -5.35 mm -2.43 m 264 keV 0 eV 6.34 mm 6.34 mm Target compt + 2 -3.33 mm -5.51 mm -2.43 m 0 eV 88 keV 1.87 mm 8.21 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 110, Parent ID = 106 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -3.33 mm -5.51 mm -2.43 m 176 keV 0 eV 0 fm 0 fm Target initStep + 1 -3.33 mm -5.51 mm -2.43 m 0 eV 176 keV 67.4 mum 67.4 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 109, Parent ID = 106 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.36 mm -5.35 mm -2.43 m 247 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.37 mm -5.35 mm -2.43 m 0 eV 247 keV 112 mum 112 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 99 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.18 mm 450 mum -2.43 m 2.87 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.47 mm 798 mum -2.43 m 1.69 MeV 1.19 MeV 1.15 mm 1.15 mm Target eBrem + 2 -1.41 mm 835 mum -2.43 m 0 eV 1.69 MeV 1.25 mm 2.4 mm Target eBrem ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -299 mum 195 mum -2.45 m 19.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -325 mum 198 mum -2.45 m 0 eV 0 eV 2.29 mm 2.29 mm Target conv + 0 -285 mum 708 mum -2.45 m 117 MeV 0 eV 0 fm 0 fm Target initStep + 1 -527 mum 1.03 mm -2.44 m 0 eV 0 eV 7.08 mm 7.08 mm Target conv ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 223, Parent ID = 3 +* G4Track Information: Particle = e+, Track ID = 112, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -325 mum 198 mum -2.45 m 2.02 MeV 0 eV 0 fm 0 fm Target initStep - 1 -415 mum 251 mum -2.45 m 0 eV 2.02 MeV 1.6 mm 1.6 mm Target eIoni - 2 -415 mum 251 mum -2.45 m 0 eV 0 eV 0 fm 1.6 mm Target annihil + 0 -527 mum 1.03 mm -2.44 m 92.3 MeV 0 eV 0 fm 0 fm Target initStep + 1 -567 mum 1.07 mm -2.44 m 88.2 MeV 2.53 MeV 543 mum 543 mum Target eBrem + 2 -583 mum 1.09 mm -2.44 m 69.4 MeV 298 keV 212 mum 755 mum Target eBrem + 3 -591 mum 1.11 mm -2.44 m 61.8 MeV 125 keV 109 mum 865 mum Target eBrem + 4 -774 mum 1.22 mm -2.44 m 47.9 MeV 1.91 MeV 1.5 mm 2.36 mm Target eBrem + 5 -923 mum 1.44 mm -2.44 m 40.6 MeV 1.5 MeV 1.22 mm 3.59 mm Target eBrem + 6 -906 mum 1.46 mm -2.44 m 37.8 MeV 643 keV 544 mum 4.13 mm Target eBrem + 7 -789 mum 1.31 mm -2.44 m 19.8 MeV 1.14 MeV 1.03 mm 5.16 mm Target eBrem + 8 -691 mum 1.11 mm -2.44 m 18.5 MeV 611 keV 585 mum 5.75 mm Target eBrem + 9 -688 mum 1.11 mm -2.44 m 16.6 MeV 22.2 keV 13.7 mum 5.76 mm Target eBrem + 10 -20.6 mum 86.6 mum -2.44 m 13.6 MeV 2.68 MeV 1.69 mm 7.45 mm Target eBrem + 11 -1.79 mm -355 mum -2.43 m 2.14 MeV 8.15 MeV 5.61 mm 1.31 cm Target eBrem + 12 -1.98 mm -346 mum -2.43 m 0 eV 2.14 MeV 1.7 mm 1.48 cm Target eIoni + 13 -1.98 mm -346 mum -2.43 m 0 eV 0 eV 0 fm 1.48 cm Target annihil ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 225, Parent ID = 223 +* G4Track Information: Particle = gamma, Track ID = 125, Parent ID = 112 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -415 mum 251 mum -2.45 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.03 mm -731 mum -2.45 m 314 keV 0 eV 3.58 mm 3.58 mm Target compt - 2 3.1 mm -1.38 mm -2.45 m 0 eV 88 keV 653 mum 4.24 mm Target phot + 0 -1.98 mm -346 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -2 mm -412 mum -2.43 m 0 eV 88 keV 80.2 mum 80.2 mum Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 227, Parent ID = 225 +* G4Track Information: Particle = e-, Track ID = 126, Parent ID = 125 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.1 mm -1.38 mm -2.45 m 226 keV 0 eV 0 fm 0 fm Target initStep - 1 3.1 mm -1.39 mm -2.45 m 0 eV 226 keV 98.5 mum 98.5 mum Target eIoni + 0 -2 mm -412 mum -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.01 mm -426 mum -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 226, Parent ID = 225 +* G4Track Information: Particle = gamma, Track ID = 124, Parent ID = 112 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.03 mm -731 mum -2.45 m 197 keV 0 eV 0 fm 0 fm Target initStep - 1 3.04 mm -729 mum -2.45 m 0 eV 197 keV 79.7 mum 79.7 mum Target eIoni + 0 -1.98 mm -346 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -522 mum 4.58 mm -2.44 m 387 keV 0 eV 5.97 mm 5.97 mm Target compt + 2 188 mum 5.11 mm -2.44 m 0 eV 88 keV 885 mum 6.85 mm Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 224, Parent ID = 223 +* G4Track Information: Particle = e-, Track ID = 128, Parent ID = 124 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -415 mum 251 mum -2.45 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.5 mm 560 mum -2.45 m 329 keV 0 eV 1.13 mm 1.13 mm Target compt - 2 -2.32 mm 3.99 mm -2.45 m 0 eV 88 keV 3.94 mm 5.07 mm Target phot + 0 188 mum 5.11 mm -2.44 m 299 keV 0 eV 0 fm 0 fm Target initStep + 1 182 mum 5.12 mm -2.44 m 0 eV 299 keV 148 mum 148 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 229, Parent ID = 224 +* G4Track Information: Particle = e-, Track ID = 127, Parent ID = 124 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.32 mm 3.99 mm -2.45 m 241 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.33 mm 3.99 mm -2.45 m 0 eV 241 keV 108 mum 108 mum Target eIoni + 0 -522 mum 4.58 mm -2.44 m 124 keV 0 eV 0 fm 0 fm Target initStep + 1 -524 mum 4.58 mm -2.44 m 0 eV 124 keV 38.9 mum 38.9 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 228, Parent ID = 224 +* G4Track Information: Particle = gamma, Track ID = 123, Parent ID = 112 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.5 mm 560 mum -2.45 m 182 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.5 mm 559 mum -2.45 m 0 eV 182 keV 70.9 mum 70.9 mum Target eIoni + 0 -1.79 mm -355 mum -2.43 m 3.31 MeV 0 eV 0 fm 0 fm Target initStep + 1 -6.07 mm 86.8 mum -2.44 m 0 eV 0 eV 5.65 mm 5.65 mm Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 222, Parent ID = 3 +* G4Track Information: Particle = e+, Track ID = 130, Parent ID = 123 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -325 mum 198 mum -2.45 m 16.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -293 mum 213 mum -2.45 m 15.5 MeV 303 keV 230 mum 230 mum Target eBrem - 2 -144 mum 106 mum -2.45 m 13.4 MeV 1.16 MeV 767 mum 996 mum Target eBrem - 3 1.34 mm -520 mum -2.44 m 10.1 MeV 2.96 MeV 2.29 mm 3.29 mm Target eBrem - 4 1.19 mm -973 mum -2.45 m 8.66 MeV 867 keV 572 mum 3.86 mm Target eBrem - 5 1.61 mm -218 mum -2.45 m 5.87 MeV 2.37 MeV 1.75 mm 5.61 mm Target eBrem - 6 668 mum -445 mum -2.45 m 1.52 MeV 1.44 MeV 937 mum 6.54 mm Target eBrem - 7 710 mum -541 mum -2.45 m 0 eV 1.52 MeV 1.16 mm 7.7 mm Target eIoni + 0 -6.07 mm 86.8 mum -2.44 m 1.03 MeV 0 eV 0 fm 0 fm Target initStep + 1 -6.14 mm 99.2 mum -2.44 m 0 eV 1.03 MeV 754 mum 754 mum Target eIoni + 2 -6.14 mm 99.2 mum -2.44 m 0 eV 0 eV 0 fm 754 mum Target annihil ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 235, Parent ID = 222 +* G4Track Information: Particle = gamma, Track ID = 132, Parent ID = 130 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 668 mum -445 mum -2.45 m 2.91 MeV 0 eV 0 fm 0 fm Target initStep - 1 5.29 mm -6.09 mm -2.45 m 0 eV 0 eV 7.33 mm 7.33 mm Target conv + 0 -6.14 mm 99.2 mum -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.06 mm 173 mum -2.44 m 199 keV 0 eV 153 mum 153 mum Target compt + 2 -5.54 mm -344 mum -2.44 m 180 keV 0 eV 1.24 mm 1.4 mm Target compt + 3 -5.65 mm -515 mum -2.44 m 0 eV 88 keV 346 mum 1.74 mm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 237, Parent ID = 235 +* G4Track Information: Particle = e-, Track ID = 135, Parent ID = 132 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.29 mm -6.09 mm -2.45 m 672 keV 0 eV 0 fm 0 fm Target initStep - 1 5.32 mm -6.12 mm -2.45 m 0 eV 672 keV 447 mum 447 mum Target eIoni - 2 5.32 mm -6.12 mm -2.45 m 0 eV 0 eV 0 fm 447 mum Target annihil + 0 -5.65 mm -515 mum -2.44 m 92.3 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.65 mm -516 mum -2.44 m 0 eV 92.3 keV 24.3 mum 24.3 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 239, Parent ID = 237 +* G4Track Information: Particle = e-, Track ID = 134, Parent ID = 132 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.32 mm -6.12 mm -2.45 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 6.28 mm -6.41 mm -2.45 m 0 eV 88 keV 1.38 mm 1.38 mm Target phot + 0 -5.54 mm -344 mum -2.44 m 18.3 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.54 mm -344 mum -2.44 m 0 eV 18.3 keV 1.78 mum 1.78 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 240, Parent ID = 239 +* G4Track Information: Particle = e-, Track ID = 133, Parent ID = 132 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.28 mm -6.41 mm -2.45 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 6.28 mm -6.4 mm -2.45 m 0 eV 423 keV 241 mum 241 mum Target eIoni + 0 -6.06 mm 173 mum -2.44 m 312 keV 0 eV 0 fm 0 fm Target initStep + 1 -6.06 mm 178 mum -2.44 m 0 eV 312 keV 158 mum 158 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 238, Parent ID = 237 +* G4Track Information: Particle = gamma, Track ID = 131, Parent ID = 130 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.32 mm -6.12 mm -2.45 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.89 mm -5.68 mm -2.44 m 188 keV 0 eV 2.08 mm 2.08 mm Target compt - 2 4.32 mm -5.14 mm -2.45 m 0 eV 88 keV 1.16 mm 3.24 mm Target phot + 0 -6.14 mm 99.2 mum -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -7.38 mm -1.1 mm -2.44 m 467 keV 0 eV 2.49 mm 2.49 mm Target compt + 2 -1.25 cm -4.57 mm -2.43 m 167 keV 0 eV 6.7 mm 9.19 mm Target compt + 3 -1.18 cm -4.31 mm -2.43 m 0 eV 88 keV 862 mum 1.01 cm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 242, Parent ID = 238 +* G4Track Information: Particle = e-, Track ID = 138, Parent ID = 131 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.32 mm -5.14 mm -2.45 m 100 keV 0 eV 0 fm 0 fm Target initStep - 1 4.32 mm -5.14 mm -2.45 m 0 eV 100 keV 27.6 mum 27.6 mum Target eIoni + 0 -1.18 cm -4.31 mm -2.43 m 78.7 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.18 cm -4.3 mm -2.43 m 0 eV 78.7 keV 18.7 mum 18.7 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 241, Parent ID = 238 +* G4Track Information: Particle = e-, Track ID = 137, Parent ID = 131 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.89 mm -5.68 mm -2.44 m 323 keV 0 eV 0 fm 0 fm Target initStep - 1 3.88 mm -5.68 mm -2.44 m 0 eV 323 keV 165 mum 165 mum Target eIoni + 0 -1.25 cm -4.57 mm -2.43 m 300 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.25 cm -4.57 mm -2.43 m 0 eV 300 keV 149 mum 149 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 236, Parent ID = 235 +* G4Track Information: Particle = e-, Track ID = 136, Parent ID = 131 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.29 mm -6.09 mm -2.45 m 1.21 MeV 0 eV 0 fm 0 fm Target initStep - 1 5.33 mm -6.15 mm -2.45 m 0 eV 1.21 MeV 902 mum 902 mum Target eIoni + 0 -7.38 mm -1.1 mm -2.44 m 44.2 keV 0 eV 0 fm 0 fm Target initStep + 1 -7.38 mm -1.1 mm -2.44 m 0 eV 44.2 keV 7.35 mum 7.35 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 234, Parent ID = 222 +* G4Track Information: Particle = e-, Track ID = 129, Parent ID = 123 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.61 mm -218 mum -2.45 m 425 keV 0 eV 0 fm 0 fm Target initStep - 1 1.49 mm -344 mum -2.45 m 0 eV 88 keV 175 mum 175 mum Target phot + 0 -6.07 mm 86.8 mum -2.44 m 1.26 MeV 0 eV 0 fm 0 fm Target initStep + 1 -6.13 mm 88.7 mum -2.44 m 0 eV 1.26 MeV 939 mum 939 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 243, Parent ID = 234 +* G4Track Information: Particle = gamma, Track ID = 122, Parent ID = 112 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.49 mm -344 mum -2.45 m 337 keV 0 eV 0 fm 0 fm Target initStep - 1 1.48 mm -349 mum -2.45 m 0 eV 337 keV 176 mum 176 mum Target eIoni + 0 -20.6 mum 86.6 mum -2.44 m 290 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.45 mm -322 mum -2.43 m 0 eV 88 keV 1.74 mm 1.74 mm Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 233, Parent ID = 222 +* G4Track Information: Particle = e-, Track ID = 139, Parent ID = 122 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.19 mm -973 mum -2.45 m 541 keV 0 eV 0 fm 0 fm Target initStep - 1 959 mum -965 mum -2.45 m 339 keV 0 eV 675 mum 675 mum Target compt - 2 -562 mum -1.18 mm -2.45 m 0 eV 88 keV 1.54 mm 2.22 mm Target phot + 0 -1.45 mm -322 mum -2.43 m 202 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.45 mm -326 mum -2.43 m 0 eV 202 keV 83.1 mum 83.1 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 245, Parent ID = 233 +* G4Track Information: Particle = gamma, Track ID = 121, Parent ID = 112 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -562 mum -1.18 mm -2.45 m 251 keV 0 eV 0 fm 0 fm Target initStep - 1 -566 mum -1.17 mm -2.45 m 0 eV 251 keV 114 mum 114 mum Target eIoni + 0 -688 mum 1.11 mm -2.44 m 1.87 MeV 0 eV 0 fm 0 fm Target initStep + 1 3.82 mm -4.71 mm -2.42 m 1.35 MeV 0 eV 2.05 cm 2.05 cm Target compt + 2 1.14 mm -4.98 mm -2.4 m 1.35 MeV 0 eV 1.81 cm 3.85 cm Target Transportation + 3 -11.9 cm -1.71 cm -1.6 m 1.35 MeV 0 eV 80.9 cm 84.8 cm Tracker Transportation + 4 -14.9 cm -2.01 cm -1.4 m 1.35 MeV 0 eV 20.2 cm 1.05 m Chamber Transportation + 5 -23.9 cm -2.92 cm -80 cm 1.35 MeV 0 eV 60.7 cm 1.66 m Tracker Transportation + 6 -26.9 cm -3.22 cm -60 cm 1.35 MeV 0 eV 20.2 cm 1.86 m Chamber Transportation + 7 -35.9 cm -4.13 cm 0 fm 1.35 MeV 0 eV 60.7 cm 2.47 m Tracker Transportation + 8 -38.9 cm -4.43 cm 20 cm 1.35 MeV 0 eV 20.2 cm 2.67 m Chamber Transportation + 9 -47.9 cm -5.34 cm 80 cm 1.35 MeV 0 eV 60.7 cm 3.27 m Tracker Transportation + 10 -50.9 cm -5.64 cm 1 m 1.35 MeV 0 eV 20.2 cm 3.48 m Chamber Transportation + 11 -59.9 cm -6.55 cm 1.6 m 1.35 MeV 0 eV 60.7 cm 4.08 m Tracker Transportation + 12 -62.9 cm -6.85 cm 1.8 m 1.35 MeV 0 eV 20.2 cm 4.29 m Chamber Transportation + 13 -72 cm -7.76 cm 2.4 m 1.35 MeV 0 eV 60.7 cm 4.89 m Tracker Transportation + 14 -79.6 cm -8.53 cm 2.91 m 1.35 MeV 0 eV 51.6 cm 5.41 m OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 244, Parent ID = 233 +* G4Track Information: Particle = e-, Track ID = 140, Parent ID = 121 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 959 mum -965 mum -2.45 m 202 keV 0 eV 0 fm 0 fm Target initStep - 1 960 mum -965 mum -2.45 m 0 eV 202 keV 83 mum 83 mum Target eIoni + 0 3.82 mm -4.71 mm -2.42 m 521 keV 0 eV 0 fm 0 fm Target initStep + 1 3.83 mm -4.73 mm -2.42 m 0 eV 521 keV 319 mum 319 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 232, Parent ID = 222 +* G4Track Information: Particle = gamma, Track ID = 120, Parent ID = 112 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.34 mm -520 mum -2.44 m 327 keV 0 eV 0 fm 0 fm Target initStep - 1 507 mum -2.08 mm -2.45 m 0 eV 88 keV 2.74 mm 2.74 mm Target phot + 0 -691 mum 1.11 mm -2.44 m 724 keV 0 eV 0 fm 0 fm Target initStep + 1 4.24 mm -1.55 mm -2.42 m 239 keV 0 eV 1.87 cm 1.87 cm Target compt + 2 5.6 mm 82.6 mum -2.42 m 188 keV 0 eV 2.45 mm 2.11 cm Target compt + 3 5.73 mm 263 mum -2.42 m 0 eV 88 keV 274 mum 2.14 cm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 246, Parent ID = 232 +* G4Track Information: Particle = e-, Track ID = 143, Parent ID = 120 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 507 mum -2.08 mm -2.45 m 239 keV 0 eV 0 fm 0 fm Target initStep - 1 513 mum -2.08 mm -2.45 m 0 eV 239 keV 107 mum 107 mum Target eIoni + 0 5.73 mm 263 mum -2.42 m 99.9 keV 0 eV 0 fm 0 fm Target initStep + 1 5.73 mm 263 mum -2.42 m 0 eV 99.9 keV 27.5 mum 27.5 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 231, Parent ID = 222 +* G4Track Information: Particle = e-, Track ID = 142, Parent ID = 120 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -144 mum 106 mum -2.45 m 959 keV 0 eV 0 fm 0 fm Target initStep - 1 -122 mum 24.1 mum -2.45 m 525 keV 0 eV 245 mum 245 mum Target compt - 2 -646 mum -1.38 mm -2.45 m 457 keV 0 eV 1.58 mm 1.82 mm Target compt - 3 -636 mum -1.64 mm -2.45 m 0 eV 88 keV 259 mum 2.08 mm Target phot + 0 5.6 mm 82.6 mum -2.42 m 51.5 keV 0 eV 0 fm 0 fm Target initStep + 1 5.6 mm 82.7 mum -2.42 m 0 eV 51.5 keV 9.4 mum 9.4 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 249, Parent ID = 231 +* G4Track Information: Particle = e-, Track ID = 141, Parent ID = 120 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -636 mum -1.64 mm -2.45 m 369 keV 0 eV 0 fm 0 fm Target initStep - 1 -628 mum -1.65 mm -2.45 m 0 eV 369 keV 199 mum 199 mum Target eIoni + 0 4.24 mm -1.55 mm -2.42 m 484 keV 0 eV 0 fm 0 fm Target initStep + 1 4.24 mm -1.55 mm -2.42 m 0 eV 484 keV 289 mum 289 mum Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 248, Parent ID = 231 +* G4Track Information: Particle = gamma, Track ID = 119, Parent ID = 112 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -646 mum -1.38 mm -2.45 m 68.7 keV 0 eV 0 fm 0 fm Target initStep - 1 -646 mum -1.38 mm -2.45 m 0 eV 68.7 keV 15.1 mum 15.1 mum Target eIoni + 0 -789 mum 1.31 mm -2.44 m 16.9 MeV 0 eV 0 fm 0 fm Target initStep + 1 2.45 mm -3.7 mm -2.41 m 0 eV 0 eV 2.61 cm 2.61 cm Target conv ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 247, Parent ID = 231 +* G4Track Information: Particle = e+, Track ID = 145, Parent ID = 119 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -122 mum 24.1 mum -2.45 m 434 keV 0 eV 0 fm 0 fm Target initStep - 1 -117 mum 27.3 mum -2.45 m 0 eV 434 keV 250 mum 250 mum Target eIoni + 0 2.45 mm -3.7 mm -2.41 m 1.38 MeV 0 eV 0 fm 0 fm Target initStep + 1 2.42 mm -3.63 mm -2.41 m 0 eV 1.38 MeV 1.06 mm 1.06 mm Target eIoni + 2 2.42 mm -3.63 mm -2.41 m 0 eV 0 eV 0 fm 1.06 mm Target annihil ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 230, Parent ID = 222 +* G4Track Information: Particle = gamma, Track ID = 147, Parent ID = 145 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -293 mum 213 mum -2.45 m 412 keV 0 eV 0 fm 0 fm Target initStep - 1 -473 mum -818 mum -2.44 m 0 eV 88 keV 3.81 mm 3.81 mm Target phot + 0 2.42 mm -3.63 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 7.94 mm 2.85 mm -2.41 m 392 keV 0 eV 8.53 mm 8.53 mm Target compt + 2 1 cm 4.48 mm -2.41 m 0 eV 88 keV 3.51 mm 1.2 cm Target phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 250, Parent ID = 230 +* G4Track Information: Particle = e-, Track ID = 149, Parent ID = 147 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -473 mum -818 mum -2.44 m 324 keV 0 eV 0 fm 0 fm Target initStep - 1 -466 mum -819 mum -2.44 m 0 eV 324 keV 166 mum 166 mum Target eIoni + 0 1 cm 4.48 mm -2.41 m 304 keV 0 eV 0 fm 0 fm Target initStep + 1 1.01 cm 4.49 mm -2.41 m 0 eV 304 keV 152 mum 152 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 148, Parent ID = 147 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 7.94 mm 2.85 mm -2.41 m 119 keV 0 eV 0 fm 0 fm Target initStep + 1 7.94 mm 2.85 mm -2.41 m 0 eV 119 keV 36.6 mum 36.6 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 146, Parent ID = 145 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 2.42 mm -3.63 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.17 mm -1.14 cm -2.41 m 0 eV 88 keV 1.02 cm 1.02 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 150, Parent ID = 146 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.17 mm -1.14 cm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.17 mm -1.14 cm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 144, Parent ID = 119 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 2.45 mm -3.7 mm -2.41 m 14.5 MeV 0 eV 0 fm 0 fm Target initStep + 1 2.44 mm -3.75 mm -2.41 m 11.1 MeV 589 keV 541 mum 541 mum Target eBrem + 2 2.54 mm -3.88 mm -2.41 m 9.86 MeV 237 keV 189 mum 731 mum Target eBrem + 3 1.54 mm -5.32 mm -2.41 m 5.49 MeV 3.32 MeV 2.85 mm 3.58 mm Target eBrem + 4 2.26 mm -5.51 mm -2.41 m 2.86 MeV 1.13 MeV 645 mum 4.22 mm Target eBrem + 5 2.44 mm -5.3 mm -2.41 m 0 eV 2.86 MeV 2.25 mm 6.47 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 154, Parent ID = 144 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 2.26 mm -5.51 mm -2.41 m 1.5 MeV 0 eV 0 fm 0 fm Target initStep + 1 2.5 cm 2.02 cm -2.41 m 1.5 MeV 0 eV 3.47 cm 3.47 cm Target Transportation + 2 2.24 m 2.52 m -2.91 m 1.5 MeV 0 eV 3.37 m 3.41 m OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 153, Parent ID = 144 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 1.54 mm -5.32 mm -2.41 m 1.05 MeV 0 eV 0 fm 0 fm Target initStep + 1 1.27 cm -9.04 mm -2.4 m 1.05 MeV 0 eV 1.51 cm 1.51 cm Target Transportation + 2 2.4 m -80.8 cm -36.8 cm 1.05 MeV 0 eV 3.24 m 3.25 m Tracker Transportation + 3 2.91 m -97.9 cm 6.63 cm 1.05 MeV 0 eV 69.1 cm 3.94 m OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 152, Parent ID = 144 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 2.54 mm -3.88 mm -2.41 m 1.05 MeV 0 eV 0 fm 0 fm Target initStep + 1 8.82 mm -5.29 mm -2.4 m 824 keV 0 eV 1.1 cm 1.1 cm Target compt + 2 1.04 cm -7.52 mm -2.4 m 824 keV 0 eV 3.68 mm 1.47 cm Target Transportation + 3 1.7 m -2.4 m 25.4 cm 824 keV 0 eV 3.95 m 3.97 m Tracker Transportation + 4 2.06 m -2.91 m 82 cm 824 keV 0 eV 84.2 cm 4.81 m OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 155, Parent ID = 152 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 8.82 mm -5.29 mm -2.4 m 227 keV 0 eV 0 fm 0 fm Target initStep + 1 8.82 mm -5.29 mm -2.4 m 0 eV 227 keV 98.9 mum 98.9 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 151, Parent ID = 144 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 2.44 mm -3.75 mm -2.41 m 2.76 MeV 0 eV 0 fm 0 fm Target initStep + 1 7.57 mm -1.33 cm -2.41 m 0 eV 0 eV 1.18 cm 1.18 cm Target conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 157, Parent ID = 151 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 7.57 mm -1.33 cm -2.41 m 615 keV 0 eV 0 fm 0 fm Target initStep + 1 7.58 mm -1.33 cm -2.41 m 0 eV 615 keV 398 mum 398 mum Target eIoni + 2 7.58 mm -1.33 cm -2.41 m 0 eV 0 eV 0 fm 398 mum Target annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 159, Parent ID = 157 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 7.58 mm -1.33 cm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 7.01 mm -1.54 cm -2.41 m 375 keV 0 eV 6.23 mm 6.23 mm Target compt + 2 9.01 mm -1.86 cm -2.41 m 314 keV 0 eV 4.16 mm 1.04 cm Target compt + 3 8.98 mm -2.04 cm -2.42 m 157 keV 0 eV 4.18 mm 1.46 cm Target compt + 4 8.98 mm -2.04 cm -2.42 m 0 eV 88 keV 18.6 mum 1.46 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 163, Parent ID = 159 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 8.98 mm -2.04 cm -2.42 m 68.8 keV 0 eV 0 fm 0 fm Target initStep + 1 8.98 mm -2.04 cm -2.42 m 0 eV 68.8 keV 15.1 mum 15.1 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 162, Parent ID = 159 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 8.98 mm -2.04 cm -2.42 m 157 keV 0 eV 0 fm 0 fm Target initStep + 1 8.98 mm -2.04 cm -2.42 m 0 eV 157 keV 56.4 mum 56.4 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 161, Parent ID = 159 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 9.01 mm -1.86 cm -2.41 m 61 keV 0 eV 0 fm 0 fm Target initStep + 1 9.01 mm -1.86 cm -2.41 m 0 eV 61 keV 12.4 mum 12.4 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 160, Parent ID = 159 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 7.01 mm -1.54 cm -2.41 m 136 keV 0 eV 0 fm 0 fm Target initStep + 1 7.01 mm -1.54 cm -2.41 m 0 eV 136 keV 45.2 mum 45.2 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 158, Parent ID = 157 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 7.58 mm -1.33 cm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 7.74 mm -1.27 cm -2.41 m 0 eV 88 keV 1.78 mm 1.78 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 164, Parent ID = 158 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 7.74 mm -1.27 cm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 7.73 mm -1.27 cm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 156, Parent ID = 151 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 7.57 mm -1.33 cm -2.41 m 1.13 MeV 0 eV 0 fm 0 fm Target initStep + 1 7.6 mm -1.33 cm -2.41 m 0 eV 1.13 MeV 827 mum 827 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 118, Parent ID = 112 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -906 mum 1.46 mm -2.44 m 2.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 5.17 mm 683 mum -2.4 m 2.12 MeV 0 eV 3.9 cm 3.9 cm Target Transportation + 2 13.1 cm -1.56 cm -1.6 m 2.12 MeV 0 eV 81 cm 84.9 cm Tracker Transportation + 3 16.3 cm -1.96 cm -1.4 m 2.12 MeV 0 eV 20.3 cm 1.05 m Chamber Transportation + 4 25.8 cm -3.18 cm -80 cm 2.12 MeV 0 eV 60.8 cm 1.66 m Tracker Transportation + 5 28.9 cm -3.59 cm -60 cm 2.12 MeV 0 eV 20.3 cm 1.86 m Chamber Transportation + 6 38.4 cm -4.8 cm 0 fm 2.12 MeV 0 eV 60.8 cm 2.47 m Tracker Transportation + 7 41.6 cm -5.21 cm 20 cm 2.12 MeV 0 eV 20.3 cm 2.67 m Chamber Transportation + 8 51 cm -6.43 cm 80 cm 2.12 MeV 0 eV 60.8 cm 3.28 m Tracker Transportation + 9 54.2 cm -6.83 cm 1 m 2.12 MeV 0 eV 20.3 cm 3.48 m Chamber Transportation + 10 63.7 cm -8.05 cm 1.6 m 2.12 MeV 0 eV 60.8 cm 4.09 m Tracker Transportation + 11 66.8 cm -8.46 cm 1.8 m 2.12 MeV 0 eV 20.3 cm 4.29 m Chamber Transportation + 12 76.3 cm -9.67 cm 2.4 m 2.12 MeV 0 eV 60.8 cm 4.9 m Tracker Transportation + 13 84.3 cm -10.7 cm 2.91 m 2.12 MeV 0 eV 51.6 cm 5.42 m OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 117, Parent ID = 112 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -923 mum 1.44 mm -2.44 m 5.78 MeV 0 eV 0 fm 0 fm Target initStep + 1 -584 mum 1.27 mm -2.43 m 0 eV 0 eV 5.77 mm 5.77 mm Target conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 166, Parent ID = 117 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -584 mum 1.27 mm -2.43 m 3.29 MeV 0 eV 0 fm 0 fm Target initStep + 1 -138 mum 1.16 mm -2.43 m 1.09 MeV 1.55 MeV 1.32 mm 1.32 mm Target eBrem + 2 -104 mum 1.19 mm -2.43 m 0 eV 1.09 MeV 809 mum 2.13 mm Target eIoni + 3 -104 mum 1.19 mm -2.43 m 0 eV 0 eV 0 fm 2.13 mm Target annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 169, Parent ID = 166 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -104 mum 1.19 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.14 mm -2.81 mm -2.44 m 0 eV 88 keV 9.7 mm 9.7 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 169 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.14 mm -2.81 mm -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.15 mm -2.83 mm -2.44 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 168, Parent ID = 166 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -104 mum 1.19 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 3.9 mm 5.17 mm -2.43 m 452 keV 0 eV 9.63 mm 9.63 mm Target compt + 2 1.22 cm 5.2 mm -2.42 m 224 keV 0 eV 1.17 cm 2.13 cm Target compt + 3 1.22 cm 5.21 mm -2.42 m 0 eV 88 keV 5.44 mum 2.13 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 173, Parent ID = 168 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 1.22 cm 5.21 mm -2.42 m 136 keV 0 eV 0 fm 0 fm Target initStep + 1 1.22 cm 5.21 mm -2.42 m 0 eV 136 keV 45 mum 45 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 172, Parent ID = 168 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 1.22 cm 5.2 mm -2.42 m 228 keV 0 eV 0 fm 0 fm Target initStep + 1 1.22 cm 5.2 mm -2.42 m 0 eV 228 keV 99.7 mum 99.7 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 171, Parent ID = 168 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 3.9 mm 5.17 mm -2.43 m 59.3 keV 0 eV 0 fm 0 fm Target initStep + 1 3.9 mm 5.17 mm -2.43 m 0 eV 59.3 keV 11.9 mum 11.9 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 167, Parent ID = 166 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -138 mum 1.16 mm -2.43 m 656 keV 0 eV 0 fm 0 fm Target initStep + 1 899 mum 1.95 mm -2.44 m 0 eV 88 keV 2.4 mm 2.4 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 174, Parent ID = 167 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 899 mum 1.95 mm -2.44 m 568 keV 0 eV 0 fm 0 fm Target initStep + 1 911 mum 1.94 mm -2.44 m 0 eV 568 keV 357 mum 357 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 165, Parent ID = 117 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -584 mum 1.27 mm -2.43 m 1.46 MeV 0 eV 0 fm 0 fm Target initStep + 1 -780 mum -269 mum -2.43 m 151 keV 1.31 MeV 1.1 mm 1.1 mm Target eBrem + 2 -782 mum -272 mum -2.43 m 0 eV 151 keV 53.1 mum 1.15 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 116, Parent ID = 112 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -774 mum 1.22 mm -2.44 m 12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -919 mum 3.35 mm -2.43 m 0 eV 0 eV 1.11 cm 1.11 cm Target conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 176, Parent ID = 116 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -919 mum 3.35 mm -2.43 m 4.39 MeV 0 eV 0 fm 0 fm Target initStep + 1 -990 mum 3.42 mm -2.43 m 2.83 MeV 195 keV 201 mum 201 mum Target eBrem + 2 -1.45 mm 2.31 mm -2.43 m 1.37 MeV 1.47 MeV 1.48 mm 1.68 mm Target eBrem + 3 -1.39 mm 2.34 mm -2.43 m 0 eV 1.37 MeV 1.05 mm 2.73 mm Target eIoni + 4 -1.39 mm 2.34 mm -2.43 m 0 eV 0 eV 0 fm 2.73 mm Target annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 179, Parent ID = 176 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.39 mm 2.34 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.06 mm 1.75 mm -2.43 m 0 eV 88 keV 1.15 mm 1.15 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 180, Parent ID = 179 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.06 mm 1.75 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.07 mm 1.74 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 178, Parent ID = 176 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.39 mm 2.34 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.89 mm 3.22 mm -2.43 m 0 eV 88 keV 1.73 mm 1.73 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 181, Parent ID = 178 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.89 mm 3.22 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.89 mm 3.23 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 177, Parent ID = 176 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -990 mum 3.42 mm -2.43 m 1.36 MeV 0 eV 0 fm 0 fm Target initStep + 1 -2.5 cm 2.06 mm -2.41 m 1.36 MeV 0 eV 3.3 cm 3.3 cm Target Transportation + 2 -3.18 cm 1.67 mm -2.4 m 1.36 MeV 0 eV 9.42 mm 4.25 cm World Transportation + 3 -2.4 m -13.3 cm -16.5 cm 1.36 MeV 0 eV 3.26 m 3.3 m Tracker Transportation + 4 -2.91 m -16.2 cm 31.6 cm 1.36 MeV 0 eV 70.2 cm 4 m OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 175, Parent ID = 116 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -919 mum 3.35 mm -2.43 m 6.57 MeV 0 eV 0 fm 0 fm Target initStep + 1 -914 mum 3.38 mm -2.43 m 4.51 MeV 92.7 keV 71.8 mum 71.8 mum Target eBrem + 2 -842 mum 3.52 mm -2.43 m 3.84 MeV 238 keV 209 mum 280 mum Target eBrem + 3 -946 mum 3.27 mm -2.43 m 1.3 MeV 484 keV 485 mum 766 mum Target eBrem + 4 -988 mum 3.2 mm -2.43 m 0 eV 1.3 MeV 976 mum 1.74 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 184, Parent ID = 175 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -946 mum 3.27 mm -2.43 m 2.06 MeV 0 eV 0 fm 0 fm Target initStep + 1 -6.01 mm -1.35 mm -2.43 m 523 keV 0 eV 6.94 mm 6.94 mm Target compt + 2 -7.39 mm -2.07 mm -2.43 m 0 eV 88 keV 3.59 mm 1.05 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 186, Parent ID = 184 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -7.39 mm -2.07 mm -2.43 m 435 keV 0 eV 0 fm 0 fm Target initStep + 1 -7.4 mm -2.07 mm -2.43 m 0 eV 435 keV 251 mum 251 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 185, Parent ID = 184 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.01 mm -1.35 mm -2.43 m 1.53 MeV 0 eV 0 fm 0 fm Target initStep + 1 -6.27 mm -994 mum -2.43 m 233 keV 934 keV 735 mum 735 mum Target eBrem + 2 -6.27 mm -998 mum -2.43 m 0 eV 233 keV 103 mum 838 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 187, Parent ID = 185 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -6.27 mm -994 mum -2.43 m 365 keV 0 eV 0 fm 0 fm Target initStep + 1 -7.17 mm -2.68 mm -2.43 m 0 eV 88 keV 4.01 mm 4.01 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 188, Parent ID = 187 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -7.17 mm -2.68 mm -2.43 m 277 keV 0 eV 0 fm 0 fm Target initStep + 1 -7.17 mm -2.68 mm -2.43 m 0 eV 277 keV 133 mum 133 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 183, Parent ID = 175 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -842 mum 3.52 mm -2.43 m 432 keV 0 eV 0 fm 0 fm Target initStep + 1 3.25 mm 856 mum -2.42 m 244 keV 0 eV 9.82 mm 9.82 mm Target compt + 2 3.49 mm 310 mum -2.42 m 0 eV 88 keV 639 mum 1.05 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 190, Parent ID = 183 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 3.49 mm 310 mum -2.42 m 156 keV 0 eV 0 fm 0 fm Target initStep + 1 3.49 mm 308 mum -2.42 m 0 eV 156 keV 55.7 mum 55.7 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 189, Parent ID = 183 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 3.25 mm 856 mum -2.42 m 188 keV 0 eV 0 fm 0 fm Target initStep + 1 3.25 mm 856 mum -2.42 m 0 eV 188 keV 74.4 mum 74.4 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 182, Parent ID = 175 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -914 mum 3.38 mm -2.43 m 1.96 MeV 0 eV 0 fm 0 fm Target initStep + 1 -861 mum 7.34 mm -2.42 m 294 keV 0 eV 9.1 mm 9.1 mm Target compt + 2 -356 mum 7.7 mm -2.42 m 0 eV 88 keV 904 mum 1 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 192, Parent ID = 182 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -356 mum 7.7 mm -2.42 m 206 keV 0 eV 0 fm 0 fm Target initStep + 1 -351 mum 7.7 mm -2.42 m 0 eV 206 keV 85.2 mum 85.2 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 191, Parent ID = 182 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -861 mum 7.34 mm -2.42 m 1.67 MeV 0 eV 0 fm 0 fm Target initStep + 1 -870 mum 7.39 mm -2.42 m 0 eV 1.67 MeV 1.28 mm 1.28 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 115, Parent ID = 112 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -591 mum 1.11 mm -2.44 m 7.53 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.14 mm 3.23 mm -2.43 m 4.24 MeV 0 eV 1.63 cm 1.63 cm Target compt + 2 -3.62 mm 1.57 cm -2.4 m 4.24 MeV 0 eV 2.85 cm 4.48 cm Target Transportation + 3 -39.3 cm 1.96 m 1.6 m 4.24 MeV 0 eV 4.47 m 4.51 m Tracker Transportation + 4 -39.4 cm 1.97 m 1.61 m 4.24 MeV 0 eV 1.27 cm 4.52 m Chamber Transportation + 5 -47 cm 2.35 m 2.4 m 4.24 MeV 0 eV 88 cm 5.4 m Tracker Transportation + 6 -52 cm 2.6 m 2.91 m 4.24 MeV 0 eV 56.9 cm 5.97 m OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 193, Parent ID = 115 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.14 mm 3.23 mm -2.43 m 3.29 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.05 mm 3.2 mm -2.43 m 1.1 MeV 175 keV 179 mum 179 mum Target eBrem + 2 -1.1 mm 3.25 mm -2.43 m 0 eV 1.1 MeV 803 mum 982 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 194, Parent ID = 193 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.05 mm 3.2 mm -2.43 m 2.02 MeV 0 eV 0 fm 0 fm Target initStep + 1 -8.78 mm 8.17 mm -2.42 m 567 keV 0 eV 9.46 mm 9.46 mm Target compt + 2 -8.93 mm 8.09 mm -2.42 m 0 eV 88 keV 180 mum 9.64 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 196, Parent ID = 194 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -8.93 mm 8.09 mm -2.42 m 479 keV 0 eV 0 fm 0 fm Target initStep + 1 -8.94 mm 8.08 mm -2.42 m 0 eV 479 keV 285 mum 285 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 195, Parent ID = 194 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -8.78 mm 8.17 mm -2.42 m 1.45 MeV 0 eV 0 fm 0 fm Target initStep + 1 -8.84 mm 8.24 mm -2.42 m 0 eV 1.45 MeV 1.1 mm 1.1 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 114, Parent ID = 112 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -583 mum 1.09 mm -2.44 m 18.5 MeV 0 eV 0 fm 0 fm Target initStep + 1 -2.24 mm 5.94 mm -2.41 m 0 eV 0 eV 3.35 cm 3.35 cm Target conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 198, Parent ID = 114 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.24 mm 5.94 mm -2.41 m 8.69 MeV 0 eV 0 fm 0 fm Target initStep + 1 -3.41 mm 6.33 mm -2.41 m 4.88 MeV 1.96 MeV 1.82 mm 1.82 mm Target eBrem + 2 -4.34 mm 8.01 mm -2.41 m 1.73 MeV 3.15 MeV 1.33 mm 3.15 mm Target eBrem + 3 -3.72 mm 8.21 mm -2.41 m 738 keV 988 keV 830 mum 3.98 mm Target eBrem + 4 -3.73 mm 8.21 mm -2.41 m 0 eV 738 keV 503 mum 4.49 mm Target eIoni + 5 -3.73 mm 8.21 mm -2.41 m 0 eV 0 eV 0 fm 4.49 mm Target annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 201, Parent ID = 198 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -3.73 mm 8.21 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -3.66 mm 8.21 mm -2.41 m 0 eV 88 keV 162 mum 162 mum Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 202, Parent ID = 201 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -3.66 mm 8.21 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -3.66 mm 8.21 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 200, Parent ID = 198 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -3.73 mm 8.21 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -7.45 mm 8.26 mm -2.4 m 511 keV 0 eV 8.62 mm 8.62 mm Target Transportation + 2 -1.92 m 3.23 cm 1.6 m 511 keV 0 eV 4.43 m 4.44 m Tracker Transportation + 3 -1.97 m 3.29 cm 1.7 m 511 keV 0 eV 11.2 cm 4.55 m Chamber Transportation + 4 -2.3 m 3.71 cm 2.4 m 511 keV 0 eV 77.5 cm 5.33 m Tracker Transportation + 5 -2.55 m 4.01 cm 2.91 m 511 keV 0 eV 56.5 cm 5.89 m OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 199, Parent ID = 198 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -3.41 mm 6.33 mm -2.41 m 1.85 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.18 mm 1.37 cm -2.4 m 0 eV 88 keV 9.89 mm 9.89 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 203, Parent ID = 199 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.18 mm 1.37 cm -2.4 m 1.76 MeV 0 eV 0 fm 0 fm Target initStep + 1 -908 mum 1.37 cm -2.4 m 1.04 MeV 340 keV 424 mum 424 mum Target eBrem + 2 -941 mum 1.38 cm -2.4 m 0 eV 1.04 MeV 755 mum 1.18 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 204, Parent ID = 203 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -908 mum 1.37 cm -2.4 m 379 keV 0 eV 0 fm 0 fm Target initStep + 1 -920 mum 1.38 cm -2.4 m 0 eV 88 keV 48.5 mum 48.5 mum Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 205, Parent ID = 204 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -920 mum 1.38 cm -2.4 m 291 keV 0 eV 0 fm 0 fm Target initStep + 1 -926 mum 1.38 cm -2.4 m 0 eV 291 keV 143 mum 143 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 197, Parent ID = 114 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.24 mm 5.94 mm -2.41 m 8.8 MeV 0 eV 0 fm 0 fm Target initStep + 1 -2.28 mm 6.06 mm -2.41 m 8.17 MeV 351 keV 295 mum 295 mum Target eBrem + 2 -2.17 mm 6.04 mm -2.41 m 7.19 MeV 309 keV 263 mum 558 mum Target eBrem + 3 2.78 mm 6.56 mm -2.41 m 1.87 MeV 4.83 MeV 4.12 mm 4.68 mm Target eBrem + 4 2.79 mm 6.57 mm -2.41 m 1.44 MeV 10.1 keV 12.4 mum 4.69 mm Target eBrem + 5 2.86 mm 6.64 mm -2.41 m 0 eV 1.44 MeV 1.09 mm 5.78 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 209, Parent ID = 197 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 2.79 mm 6.57 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 4.11 mm 7.95 mm -2.41 m 198 keV 0 eV 2.11 mm 2.11 mm Target compt + 2 3.51 mm 7.99 mm -2.41 m 0 eV 88 keV 649 mum 2.76 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 211, Parent ID = 209 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 3.51 mm 7.99 mm -2.41 m 110 keV 0 eV 0 fm 0 fm Target initStep + 1 3.51 mm 7.99 mm -2.41 m 0 eV 110 keV 32.2 mum 32.2 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 210, Parent ID = 209 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 4.11 mm 7.95 mm -2.41 m 225 keV 0 eV 0 fm 0 fm Target initStep + 1 4.12 mm 7.95 mm -2.41 m 0 eV 225 keV 98 mum 98 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 208, Parent ID = 197 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 2.78 mm 6.56 mm -2.41 m 483 keV 0 eV 0 fm 0 fm Target initStep + 1 4.95 mm 8.47 mm -2.41 m 0 eV 88 keV 2.92 mm 2.92 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 212, Parent ID = 208 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 4.95 mm 8.47 mm -2.41 m 395 keV 0 eV 0 fm 0 fm Target initStep + 1 4.97 mm 8.47 mm -2.41 m 0 eV 395 keV 219 mum 219 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 207, Parent ID = 197 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.17 mm 6.04 mm -2.41 m 674 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.06 mm 6.09 mm -2.41 m 328 keV 0 eV 318 mum 318 mum Target compt + 2 -2.06 mm 8.85 mm -2.41 m 295 keV 0 eV 2.77 mm 3.09 mm Target compt + 3 -898 mum 1.4 cm -2.41 m 0 eV 88 keV 6.05 mm 9.13 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 215, Parent ID = 207 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -898 mum 1.4 cm -2.41 m 207 keV 0 eV 0 fm 0 fm Target initStep + 1 -894 mum 1.4 cm -2.41 m 0 eV 207 keV 86 mum 86 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 214, Parent ID = 207 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.06 mm 8.85 mm -2.41 m 33.2 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.06 mm 8.85 mm -2.41 m 0 eV 33.2 keV 4.62 mum 4.62 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 213, Parent ID = 207 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.06 mm 6.09 mm -2.41 m 346 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.06 mm 6.08 mm -2.41 m 0 eV 346 keV 182 mum 182 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 206, Parent ID = 197 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.28 mm 6.06 mm -2.41 m 285 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.84 mm 6.14 mm -2.41 m 0 eV 88 keV 2.59 mm 2.59 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 216, Parent ID = 206 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.84 mm 6.14 mm -2.41 m 197 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.84 mm 6.15 mm -2.41 m 0 eV 197 keV 79.9 mum 79.9 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 113, Parent ID = 112 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -567 mum 1.07 mm -2.44 m 1.58 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.48 mm 4.09 mm -2.42 m 1.01 MeV 0 eV 2.31 cm 2.31 cm Target compt + 2 -4.48 mm 6 mm -2.42 m 589 keV 0 eV 5.42 mm 2.86 cm Target compt + 3 -2.13 cm 5.63 mm -2.41 m 521 keV 0 eV 1.69 cm 4.55 cm Target compt + 4 -2.5 cm 4.46 mm -2.41 m 521 keV 0 eV 4.05 mm 4.95 cm Target Transportation + 5 -1.8 m -55.2 cm -2.91 m 521 keV 0 eV 1.92 m 1.97 m OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 219, Parent ID = 113 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.13 cm 5.63 mm -2.41 m 68.3 keV 0 eV 0 fm 0 fm Target initStep + 1 -2.13 cm 5.63 mm -2.41 m 0 eV 68.3 keV 14.9 mum 14.9 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 218, Parent ID = 113 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -4.48 mm 6 mm -2.42 m 420 keV 0 eV 0 fm 0 fm Target initStep + 1 -4.48 mm 6.01 mm -2.41 m 0 eV 420 keV 239 mum 239 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 217, Parent ID = 113 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.48 mm 4.09 mm -2.42 m 574 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.47 mm 4.09 mm -2.42 m 0 eV 574 keV 362 mum 362 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 111, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -527 mum 1.03 mm -2.44 m 24.1 MeV 0 eV 0 fm 0 fm Target initStep + 1 -137 mum 927 mum -2.44 m 20.8 MeV 1.84 MeV 1.54 mm 1.54 mm Target eBrem + 2 -140 mum 875 mum -2.44 m 17.9 MeV 569 keV 521 mum 2.06 mm Target eBrem + 3 -234 mum 610 mum -2.44 m 14.1 MeV 1.48 MeV 762 mum 2.83 mm Target eBrem + 4 -229 mum 80.7 mum -2.44 m 11.3 MeV 1.25 MeV 895 mum 3.72 mm Target eBrem + 5 -94.5 mum -230 mum -2.44 m 10 MeV 932 keV 621 mum 4.34 mm Target eBrem + 6 279 mum -1.53 mm -2.44 m 5.52 MeV 2.84 MeV 1.67 mm 6.01 mm Target eBrem + 7 -14.3 mum -1.47 mm -2.44 m 4.42 MeV 428 keV 422 mum 6.44 mm Target eBrem + 8 25.5 mum -1.53 mm -2.44 m 2.31 MeV 194 keV 203 mum 6.64 mm Target eBrem + 9 6.47 mum -1.63 mm -2.44 m 0 eV 2.31 MeV 1.81 mm 8.45 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 227, Parent ID = 111 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 25.5 mum -1.53 mm -2.44 m 1.91 MeV 0 eV 0 fm 0 fm Target initStep + 1 -558 mum -5.72 mm -2.43 m 875 keV 0 eV 9.73 mm 9.73 mm Target compt + 2 -663 mum -6.63 mm -2.43 m 204 keV 0 eV 956 mum 1.07 cm Target compt + 3 -756 mum -6.22 mm -2.43 m 0 eV 88 keV 421 mum 1.11 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 230, Parent ID = 227 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -756 mum -6.22 mm -2.43 m 116 keV 0 eV 0 fm 0 fm Target initStep + 1 -756 mum -6.22 mm -2.43 m 0 eV 116 keV 34.9 mum 34.9 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 229, Parent ID = 227 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -663 mum -6.63 mm -2.43 m 671 keV 0 eV 0 fm 0 fm Target initStep + 1 -665 mum -6.66 mm -2.43 m 0 eV 671 keV 443 mum 443 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 228, Parent ID = 227 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -558 mum -5.72 mm -2.43 m 1.03 MeV 0 eV 0 fm 0 fm Target initStep + 1 -559 mum -5.72 mm -2.43 m 0 eV 1.03 MeV 749 mum 749 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 226, Parent ID = 111 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -14.3 mum -1.47 mm -2.44 m 672 keV 0 eV 0 fm 0 fm Target initStep + 1 6.35 mm -775 mum -2.43 m 214 keV 0 eV 1.38 cm 1.38 cm Target compt + 2 6.8 mm -893 mum -2.43 m 0 eV 88 keV 1.12 mm 1.49 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 232, Parent ID = 226 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 6.8 mm -893 mum -2.43 m 126 keV 0 eV 0 fm 0 fm Target initStep + 1 6.8 mm -894 mum -2.43 m 0 eV 126 keV 40.1 mum 40.1 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 231, Parent ID = 226 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 6.35 mm -775 mum -2.43 m 458 keV 0 eV 0 fm 0 fm Target initStep + 1 6.36 mm -774 mum -2.43 m 0 eV 458 keV 268 mum 268 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 225, Parent ID = 111 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 279 mum -1.53 mm -2.44 m 1.64 MeV 0 eV 0 fm 0 fm Target initStep + 1 -655 mum -1.54 mm -2.43 m 643 keV 0 eV 3.7 mm 3.7 mm Target compt + 2 -1.58 cm -848 mum -2.43 m 0 eV 88 keV 1.58 cm 1.95 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 234, Parent ID = 225 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.58 cm -848 mum -2.43 m 555 keV 0 eV 0 fm 0 fm Target initStep + 1 -1.59 cm -775 mum -2.43 m 339 keV 216 keV 203 mum 203 mum Target eBrem + 2 -1.59 cm -769 mum -2.43 m 0 eV 339 keV 177 mum 380 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 233, Parent ID = 225 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -655 mum -1.54 mm -2.43 m 998 keV 0 eV 0 fm 0 fm Target initStep + 1 -647 mum -1.54 mm -2.43 m 0 eV 998 keV 719 mum 719 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 224, Parent ID = 111 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -94.5 mum -230 mum -2.44 m 413 keV 0 eV 0 fm 0 fm Target initStep + 1 455 mum -478 mum -2.44 m 0 eV 88 keV 1.64 mm 1.64 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 235, Parent ID = 224 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 455 mum -478 mum -2.44 m 325 keV 0 eV 0 fm 0 fm Target initStep + 1 463 mum -471 mum -2.44 m 0 eV 325 keV 167 mum 167 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 223, Parent ID = 111 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -229 mum 80.7 mum -2.44 m 1.48 MeV 0 eV 0 fm 0 fm Target initStep + 1 -242 mum 16.1 mum -2.44 m 683 keV 0 eV 275 mum 275 mum Target compt + 2 -3.26 mm -2.61 mm -2.44 m 0 eV 88 keV 4.45 mm 4.72 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 237, Parent ID = 223 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -3.26 mm -2.61 mm -2.44 m 595 keV 0 eV 0 fm 0 fm Target initStep + 1 -3.29 mm -2.61 mm -2.44 m 0 eV 595 keV 379 mum 379 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 236, Parent ID = 223 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -242 mum 16.1 mum -2.44 m 801 keV 0 eV 0 fm 0 fm Target initStep + 1 -228 mum 18 mum -2.44 m 0 eV 801 keV 552 mum 552 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 222, Parent ID = 111 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -234 mum 610 mum -2.44 m 2.35 MeV 0 eV 0 fm 0 fm Target initStep + 1 448 mum -6.58 mm -2.41 m 241 keV 0 eV 2.7 cm 2.7 cm Target compt + 2 415 mum -6.58 mm -2.41 m 0 eV 88 keV 77.9 mum 2.71 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 239, Parent ID = 222 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 415 mum -6.58 mm -2.41 m 153 keV 0 eV 0 fm 0 fm Target initStep + 1 412 mum -6.58 mm -2.41 m 0 eV 153 keV 54.4 mum 54.4 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 238, Parent ID = 222 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 448 mum -6.58 mm -2.41 m 2.11 MeV 0 eV 0 fm 0 fm Target initStep + 1 1.36 mm -8 mm -2.41 m 293 keV 1.82 MeV 1.15 mm 1.15 mm Target eBrem + 2 1.35 mm -8 mm -2.41 m 0 eV 293 keV 144 mum 1.29 mm Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 221, Parent ID = 111 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -140 mum 875 mum -2.44 m 2.33 MeV 0 eV 0 fm 0 fm Target initStep + 1 1.06 mm -1.28 mm -2.43 m 2.23 MeV 0 eV 8.76 mm 8.76 mm Target compt + 2 7.92 mm -9.6 mm -2.41 m 986 keV 0 eV 2.67 cm 3.55 cm Target compt + 3 1.02 cm -1.79 cm -2.4 m 0 eV 88 keV 9.43 mm 4.49 cm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 242, Parent ID = 221 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 1.02 cm -1.79 cm -2.4 m 898 keV 0 eV 0 fm 0 fm Target initStep + 1 1.02 cm -1.79 cm -2.4 m 0 eV 898 keV 634 mum 634 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 241, Parent ID = 221 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 7.92 mm -9.6 mm -2.41 m 1.24 MeV 0 eV 0 fm 0 fm Target initStep + 1 7.95 mm -9.49 mm -2.41 m 660 keV 199 keV 170 mum 170 mum Target eBrem + 2 7.95 mm -9.47 mm -2.41 m 0 eV 660 keV 433 mum 603 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 243, Parent ID = 241 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 7.95 mm -9.49 mm -2.41 m 381 keV 0 eV 0 fm 0 fm Target initStep + 1 7.84 mm -8.86 mm -2.41 m 0 eV 88 keV 923 mum 923 mum Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 244, Parent ID = 243 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 7.84 mm -8.86 mm -2.41 m 293 keV 0 eV 0 fm 0 fm Target initStep + 1 7.84 mm -8.86 mm -2.41 m 0 eV 293 keV 144 mum 144 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 240, Parent ID = 221 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 1.06 mm -1.28 mm -2.43 m 106 keV 0 eV 0 fm 0 fm Target initStep + 1 1.06 mm -1.28 mm -2.43 m 0 eV 106 keV 30.3 mum 30.3 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 220, Parent ID = 111 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -137 mum 927 mum -2.44 m 1.46 MeV 0 eV 0 fm 0 fm Target initStep + 1 2.84 mm -1.13 mm -2.43 m 0 eV 0 eV 1.52 cm 1.52 cm Target conv + +********************************************************************************************************* +* G4Track Information: Particle = e+, Track ID = 246, Parent ID = 220 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 2.84 mm -1.13 mm -2.43 m 278 keV 0 eV 0 fm 0 fm Target initStep + 1 2.83 mm -1.12 mm -2.43 m 0 eV 278 keV 130 mum 130 mum Target eIoni + 2 2.83 mm -1.12 mm -2.43 m 0 eV 0 eV 0 fm 130 mum Target annihil + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 248, Parent ID = 246 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 2.83 mm -1.12 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 6.27 mm -547 mum -2.43 m 0 eV 88 keV 3.54 mm 3.54 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 249, Parent ID = 248 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 6.27 mm -547 mum -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 6.28 mm -539 mum -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 247, Parent ID = 246 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 2.83 mm -1.12 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.16 mm -2.44 mm -2.43 m 0 eV 88 keV 8.23 mm 8.23 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 250, Parent ID = 247 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -5.16 mm -2.44 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep + 1 -5.16 mm -2.46 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 245, Parent ID = 220 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 2.84 mm -1.13 mm -2.43 m 158 keV 0 eV 0 fm 0 fm Target initStep + 1 2.84 mm -1.13 mm -2.43 m 0 eV 158 keV 56.9 mum 56.9 mum Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 0 fm 0 fm -2.86 m 11 keV 0 eV 0 fm 0 fm World initStep - 1 413 mum -1.25 mm -2.86 m 0 eV 11 keV 2.69 mm 2.69 mm World eIoni + 0 62.8 mum 517 mum -2.86 m 11 keV 0 eV 0 fm 0 fm World initStep + 1 461 mum -683 mum -2.86 m 0 eV 11 keV 2.69 mm 2.69 mm World eIoni >>> Event 0 0 trajectories stored in this event. ### Run 1 start. @@ -2347,25496 +2376,161 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process 0 0 fm 0 fm -2.91 m 1 TeV 0 eV 0 fm 0 fm World initStep - 1 -124 nm -61.1 nm -2.59 m 1e+03 GeV 79.1 keV 31.7 cm 31.7 cm World MuIoni - 2 -107 nm -60.1 nm -2.51 m 1e+03 GeV 19 keV 8.22 cm 39.9 cm World MuIoni - 3 -94.5 nm -17.5 nm -2.45 m 1e+03 GeV 12 keV 6.09 cm 46 cm World Transportation - 4 -98.4 nm -2.54 nm -2.45 m 997 GeV 2.8 MeV 1.95 mm 46.2 cm Target MuPairProd - 5 558 nm 146 nm -2.4 m 997 GeV 82.7 MeV 4.8 cm 51 cm Target Transportation - 6 413 nm -4.21 mum -2.11 m 997 GeV 63.8 keV 29 cm 80 cm Tracker MuIoni - 7 394 nm -5.15 mum -2.05 m 997 GeV 13.9 keV 6.32 cm 86.4 cm Tracker MuIoni - 8 182 nm -11.7 mum -1.6 m 997 GeV 99.5 keV 44.7 cm 1.31 m Tracker Transportation - 9 48.1 nm -14.7 mum -1.4 m 997 GeV 172 keV 20 cm 1.51 m Chamber Transportation - 10 385 nm -23.5 mum -80 cm 997 GeV 131 keV 60 cm 2.11 m Tracker Transportation - 11 661 nm -26.5 mum -60 cm 997 GeV 232 keV 20 cm 2.31 m Chamber Transportation - 12 858 nm -29 mum -45.1 cm 997 GeV 28.5 keV 14.9 cm 2.46 m Tracker MuIoni - 13 1.46 mum -36.3 mum0.0568 fm 997 GeV 110 keV 45.1 cm 2.91 m Tracker Transportation - 14 1.58 mum -39.4 mum 20 cm 997 GeV 273 keV 20 cm 3.11 m Chamber Transportation - 15 1.88 mum -41.3 mum 33.2 cm 997 GeV 27.3 keV 13.2 cm 3.24 m Tracker MuIoni - 16 2.04 mum -42.6 mum 41.6 cm 997 GeV 23.1 keV 8.36 cm 3.33 m Tracker MuIoni - 17 2.56 mum -47.8 mum 78.8 cm 997 GeV 95.6 keV 37.2 cm 3.7 m Tracker MuIoni - 18 2.58 mum -48 mum 80 cm 997 GeV 2.07 keV 1.2 cm 3.71 m Tracker Transportation - 19 2.87 mum -50.9 mum 1 m 997 GeV 188 keV 20 cm 3.91 m Chamber Transportation - 20 2.87 mum -58 mum 1.47 m 997 GeV 104 keV 46.9 cm 4.38 m Tracker MuIoni - 21 2.81 mum -59.9 mum 1.6 m 997 GeV 37 keV 13.1 cm 4.51 m Tracker Transportation - 22 2.67 mum -63 mum 1.8 m 997 GeV 165 keV 20 cm 4.71 m Chamber Transportation - 23 2.59 mum -63.7 mum 1.85 m 997 GeV 9.53 keV 4.55 cm 4.76 m Tracker MuIoni - 24 2.54 mum -64 mum 1.87 m 997 GeV 10.4 keV 2.52 cm 4.78 m Tracker MuIoni - 25 1.53 mum -72.2 mum 2.4 m 997 GeV 124 keV 52.9 cm 5.31 m Tracker Transportation - 26 585 nm -80 mum 2.91 m 997 GeV 118 keV 51 cm 5.82 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.54 mum -64 mum 1.87 m 14.2 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.79 mm 967 mum 1.87 m 0 eV 14.2 keV 4.21 mm 4.21 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.59 mum -63.7 mum 1.85 m 8.3 keV 0 eV 0 fm 0 fm Tracker initStep - 1 138 mum -845 mum 1.85 m 0 eV 8.3 keV 1.64 mm 1.64 mm Tracker eIoni + 1 -87.3 nm 53.9 nm -2.65 m 1e+03 GeV 60.3 keV 26 cm 26 cm World MuIoni + 2 -168 nm 6.16 nm -2.45 m 1e+03 GeV 50.5 keV 20 cm 46 cm World Transportation + 3 -212 nm -4.22 nm -2.4 m 1e+03 GeV 85.3 MeV 5 cm 51 cm Target Transportation + 4 1.22 mum -1.79 mum -2.31 m 1e+03 GeV 22.2 keV 8.97 cm 60 cm Tracker MuIoni + 5 12.3 mum -16.1 mum -1.6 m 1e+03 GeV 166 keV 71 cm 1.31 m Tracker Transportation + 6 15.3 mum -20.1 mum -1.4 m 1e+03 GeV 204 keV 20 cm 1.51 m Chamber Transportation + 7 16.3 mum -21.4 mum -1.34 m 1e+03 GeV 21.2 keV 6.27 cm 1.57 m Tracker MuIoni + 8 17 mum -22.5 mum -1.29 m 1e+03 GeV 11.1 keV 5.06 cm 1.62 m Tracker MuIoni + 9 24.3 mum -32.9 mum -80 cm 1e+03 GeV 113 keV 48.7 cm 2.11 m Tracker Transportation + 10 27.3 mum -37.3 mum -60 cm 1e+03 GeV 229 keV 20 cm 2.31 m Chamber Transportation + 11 30.8 mum -43.1 mum -33.9 cm 1e+03 GeV 64.4 keV 26.1 cm 2.57 m Tracker MuIoni + 12 31.7 mum -44.7 mum -26.9 cm 1e+03 GeV 16.6 keV 7 cm 2.64 m Tracker MuIoni + 13 33.5 mum -47.6 mum -14.1 cm 1e+03 GeV 23.4 keV 12.8 cm 2.77 m Tracker MuIoni + 14 35.4 mum -50.8 mum0.0284 fm 1e+03 GeV 31.5 keV 14.1 cm 2.91 m Tracker Transportation + 15 36.7 mum -52.9 mum 9.47 cm 1e+03 GeV 84.9 keV 9.47 cm 3 m Chamber MuIoni + 16 38 mum -55.4 mum 20 cm 1e+03 GeV 157 keV 10.5 cm 3.11 m Chamber Transportation + 17 40.8 mum -61.2 mum 43.7 cm 1e+03 GeV 45.8 keV 23.7 cm 3.35 m Tracker MuIoni + 18 44.6 mum -68.5 mum 73.4 cm 1e+03 GeV 70.7 keV 29.7 cm 3.64 m Tracker MuIoni + 19 45.4 mum -70.2 mum 80 cm 1e+03 GeV 11.9 keV 6.62 cm 3.71 m Tracker Transportation + 20 47.9 mum -75.1 mum 1 m 1e+03 GeV 210 keV 20 cm 3.91 m Chamber Transportation + 21 55.5 mum -90 mum 1.6 m 1e+03 GeV 141 keV 60 cm 4.51 m Tracker Transportation + 22 58.1 mum -94.8 mum 1.8 m 1e+03 GeV 168 keV 20 cm 4.71 m Chamber Transportation + 23 63.9 mum -108 mum 2.3 m 1e+03 GeV 119 keV 49.6 cm 5.21 m Tracker MuIoni + 24 65.2 mum -110 mum 2.4 m 1e+03 GeV 27.6 keV 10.4 cm 5.31 m Tracker Transportation + 25 71.5 mum -123 mum 2.91 m 1e+03 GeV 122 keV 51 cm 5.82 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.87 mum -58 mum 1.47 m 9.81 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -105 mum -1.11 mm 1.47 m 0 eV 9.81 keV 2.18 mm 2.18 mm Tracker eIoni + 0 63.9 mum -108 mum 2.3 m 14 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -60 mum -2.03 mm 2.3 m 0 eV 14 keV 4.08 mm 4.08 mm Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.56 mum -47.8 mum 78.8 cm 32.6 keV 0 eV 0 fm 0 fm Tracker initStep - 1 7.76 mm 3.63 mm 78.6 cm 18 keV 14.6 keV 1.23 cm 1.23 cm Tracker eIoni - 2 8.55 mm 6.68 mm 78.6 cm 0 eV 18 keV 6.36 mm 1.86 cm Tracker eIoni + 0 44.6 mum -68.5 mum 73.4 cm 52 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.92 cm 4.86 mm 73.8 cm 0 eV 52 keV 4.28 cm 4.28 cm Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.04 mum -42.6 mum 41.6 cm 11.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 269 mum -1.34 mm 41.6 cm 0 eV 11.1 keV 2.72 mm 2.72 mm Tracker eIoni + 0 40.8 mum -61.2 mum 43.7 cm 8.14 keV 0 eV 0 fm 0 fm Tracker initStep + 1 738 mum -300 mum 43.7 cm 0 eV 8.14 keV 1.58 mm 1.58 mm Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.88 mum -41.3 mum 33.2 cm 64.3 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.6 cm 2.53 cm 34 cm 0 eV 64.3 keV 6.27 cm 6.27 cm Tracker eIoni + 0 36.7 mum -52.9 mum 9.47 cm 234 keV 0 eV 0 fm 0 fm Chamber initStep + 1 4.58 mm 1.71 cm 10.3 cm 0 eV 234 keV 19.8 cm 19.8 cm Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 858 nm -29 mum -45.1 cm 15.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.24 mm 455 mum -45.1 cm 0 eV 15.1 keV 4.67 mm 4.67 mm Tracker eIoni + 0 33.5 mum -47.6 mum -14.1 cm 12.1 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -386 mum -1.48 mm -14 cm 0 eV 12.1 keV 3.17 mm 3.17 mm Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 394 nm -5.15 mum -2.05 m 25.2 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -436 mum -2.32 mm -2.05 m 14.6 keV 2.44 keV 2.28 mm 2.28 mm Tracker eIoni - 2 352 mum -4.24 mm -2.05 m 0 eV 14.6 keV 4.4 mm 6.68 mm Tracker eIoni + 0 31.7 mum -44.7 mum -26.9 cm 329 keV 0 eV 0 fm 0 fm Tracker initStep + 1 29.1 cm 13.6 cm -14.7 cm 230 keV 83.2 keV 37.2 cm 37.2 cm Tracker eIoni + 2 45.9 cm 15.6 cm -19.1 cm 161 keV 57.7 keV 16.6 cm 53.8 cm Tracker eIoni + 3 53.1 cm 28.1 cm -21.7 cm 0 eV 161 keV 31.2 cm 85 cm Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -436 mum -2.32 mm -2.05 m 8.16 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -793 mum -2.67 mm -2.05 m 0 eV 8.16 keV 1.58 mm 1.58 mm Tracker eIoni + 0 45.9 cm 15.6 cm -19.1 cm 10.9 keV 0 eV 0 fm 0 fm Tracker initStep + 1 45.9 cm 15.6 cm -19 cm 0 eV 10.9 keV 2.65 mm 2.65 mm Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 29.1 cm 13.6 cm -14.7 cm 15.5 keV 0 eV 0 fm 0 fm Tracker initStep + 1 29.1 cm 13.6 cm -14.4 cm 0 eV 15.5 keV 4.84 mm 4.84 mm Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 413 nm -4.21 mum -2.11 m 11.7 keV 0 eV 0 fm 0 fm Tracker initStep - 1 65.6 mum 1.45 mm -2.11 m 0 eV 11.7 keV 2.98 mm 2.98 mm Tracker eIoni + 0 30.8 mum -43.1 mum -33.9 cm 95.6 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2 mm -1.71 mm -33.7 cm 65.4 keV 719 eV 2.86 mm 2.86 mm Tracker eIoni + 2 -3.19 cm -8.02 mm -33.4 cm 0 eV 65.4 keV 6.47 cm 6.75 cm Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -98.4 nm -2.54 nm -2.45 m 83.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 933 nm -1.92 mum -2.45 m 82.9 MeV 137 keV 113 mum 113 mum Target eBrem - 2 33.3 mum 3.73 mum -2.45 m 51.7 MeV 7.72 MeV 470 mum 584 mum Target eBrem - 3 73.2 mum -45.7 mum -2.45 m 49.4 MeV 893 keV 829 mum 1.41 mm Target eBrem - 4 566 mum -376 mum -2.44 m 43.5 MeV 4.98 MeV 3 mm 4.41 mm Target eBrem - 5 1.1 mm -560 mum -2.44 m 37.1 MeV 3.87 MeV 2.81 mm 7.22 mm Target eBrem - 6 1.21 mm -486 mum -2.44 m 34.7 MeV 1.84 MeV 1.56 mm 8.78 mm Target eBrem - 7 1.33 mm -376 mum -2.44 m 34.1 MeV 340 keV 298 mum 9.08 mm Target eBrem - 8 1.5 mm -164 mum -2.44 m 33.2 MeV 553 keV 529 mum 9.61 mm Target eBrem - 9 1.52 mm -126 mum -2.44 m 30.7 MeV 126 keV 116 mum 9.72 mm Target eBrem - 10 1.6 mm 38.2 mum -2.44 m 29.5 MeV 491 keV 463 mum 1.02 cm Target eBrem - 11 1.47 mm 395 mum -2.44 m 23.1 MeV 1.7 MeV 793 mum 1.1 cm Target eBrem - 12 995 mum 708 mum -2.44 m 20.4 MeV 2.06 MeV 1.75 mm 1.27 cm Target eBrem - 13 861 mum 2.27 mm -2.43 m 15.1 MeV 3.91 MeV 2.3 mm 1.5 cm Target eBrem - 14 874 mum 2.35 mm -2.43 m 14.7 MeV 114 keV 95.7 mum 1.51 cm Target eBrem - 15 954 mum 2.84 mm -2.43 m 11.7 MeV 708 keV 596 mum 1.57 cm Target eBrem - 16 1.18 mm 5.65 mm -2.43 m 6.02 MeV 3.29 MeV 2.73 mm 1.84 cm Target eBrem - 17 342 mum 3.09 mm -2.43 m 250 keV 5.77 MeV 4.03 mm 2.25 cm Target eBrem - 18 331 mum 3.08 mm -2.43 m 0 eV 250 keV 110 mum 2.26 cm Target eIoni - 19 331 mum 3.08 mm -2.43 m 0 eV 0 eV 0 fm 2.26 cm Target annihil + 0 -2 mm -1.71 mm -33.7 cm 29.4 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -8.18 mm -9.07 mm -33.2 cm 16.9 keV 12.5 keV 8.82 mm 8.82 mm Tracker eIoni + 2 -7.02 mm -1.13 cm -33.1 cm 0 eV 16.9 keV 5.71 mm 1.45 cm Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 331 mum 3.08 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 178 mum 4.03 mm -2.43 m 0 eV 88 keV 1.09 mm 1.09 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 33 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 178 mum 4.03 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 180 mum 4.04 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 331 mum 3.08 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 862 mum -195 mum -2.43 m 0 eV 88 keV 3.78 mm 3.78 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 32 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 862 mum -195 mum -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 862 mum -197 mum -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.18 mm 5.65 mm -2.43 m 2.38 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.1 cm -1.74 cm -2.45 m 2.38 MeV 0 eV 3.11 cm 3.11 cm Target Transportation - 2 -34.2 cm -64.5 cm -2.91 m 2.38 MeV 0 eV 84.6 cm 87.7 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 954 mum 2.84 mm -2.43 m 2.27 MeV 0 eV 0 fm 0 fm Target initStep - 1 876 mum 2.5 cm -2.44 m 2.27 MeV 0 eV 2.35 cm 2.35 cm Target Transportation - 2 -3.79 mm 1.35 m -2.91 m 2.27 MeV 0 eV 1.41 m 1.43 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 874 mum 2.35 mm -2.43 m 326 keV 0 eV 0 fm 0 fm Target initStep - 1 917 mum 2.77 mm -2.43 m 0 eV 88 keV 457 mum 457 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 29 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 917 mum 2.77 mm -2.43 m 238 keV 0 eV 0 fm 0 fm Target initStep - 1 922 mum 2.78 mm -2.43 m 0 eV 238 keV 106 mum 106 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 861 mum 2.27 mm -2.43 m 1.42 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.16 mm 4.87 mm -2.43 m 0 eV 88 keV 2.84 mm 2.84 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 28 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.16 mm 4.87 mm -2.43 m 1.34 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.21 mm 4.93 mm -2.43 m 696 keV 640 keV 430 mum 430 mum Target eBrem - 2 1.19 mm 4.95 mm -2.43 m 0 eV 696 keV 463 mum 894 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 995 mum 708 mum -2.44 m 595 keV 0 eV 0 fm 0 fm Target initStep - 1 992 mum 2.38 mm -2.43 m 559 keV 0 eV 4.32 mm 4.32 mm Target compt - 2 672 mum 3.19 mm -2.43 m 209 keV 0 eV 1.39 mm 5.71 mm Target compt - 3 843 mum 3.29 mm -2.43 m 0 eV 88 keV 298 mum 6 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 843 mum 3.29 mm -2.43 m 121 keV 0 eV 0 fm 0 fm Target initStep - 1 843 mum 3.29 mm -2.43 m 0 eV 121 keV 37.4 mum 37.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 672 mum 3.19 mm -2.43 m 350 keV 0 eV 0 fm 0 fm Target initStep - 1 667 mum 3.19 mm -2.43 m 0 eV 350 keV 185 mum 185 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 27 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 992 mum 2.38 mm -2.43 m 36.7 keV 0 eV 0 fm 0 fm Target initStep - 1 993 mum 2.38 mm -2.43 m 0 eV 36.7 keV 5.43 mum 5.43 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.47 mm 395 mum -2.44 m 4.71 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.34 mm 1.19 cm -2.4 m 4.71 MeV 0 eV 3.94 cm 3.94 cm Target Transportation - 2 -12.1 cm 50.4 cm -80 cm 4.71 MeV 0 eV 1.68 m 1.72 m Tracker Transportation - 3 -13.6 cm 56.6 cm -60 cm 4.71 MeV 0 eV 21 cm 1.93 m Chamber Transportation - 4 -18.1 cm 75 cm -0.114 fm 4.71 MeV 0 eV 62.9 cm 2.56 m Tracker Transportation - 5 -19.6 cm 81.2 cm 20 cm 4.71 MeV 0 eV 21 cm 2.77 m Chamber Transportation - 6 -24.1 cm 99.6 cm 80 cm 4.71 MeV 0 eV 62.9 cm 3.4 m Tracker Transportation - 7 -25.6 cm 1.06 m 1 m 4.71 MeV 0 eV 21 cm 3.61 m Chamber Transportation - 8 -30.1 cm 1.24 m 1.6 m 4.71 MeV 0 eV 62.9 cm 4.24 m Tracker Transportation - 9 -31.6 cm 1.3 m 1.8 m 4.71 MeV 0 eV 21 cm 4.44 m Chamber Transportation - 10 -36.1 cm 1.49 m 2.4 m 4.71 MeV 0 eV 62.9 cm 5.07 m Tracker Transportation - 11 -39.9 cm 1.65 m 2.91 m 4.71 MeV 0 eV 53.5 cm 5.61 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.6 mm 38.2 mum -2.44 m 703 keV 0 eV 0 fm 0 fm Target initStep - 1 1.55 mm 283 mum -2.44 m 511 keV 0 eV 714 mum 714 mum Target compt - 2 1.01 mm 367 mum -2.44 m 0 eV 88 keV 746 mum 1.46 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.01 mm 367 mum -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1 mm 379 mum -2.44 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 25 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.55 mm 283 mum -2.44 m 192 keV 0 eV 0 fm 0 fm Target initStep - 1 1.56 mm 285 mum -2.44 m 0 eV 192 keV 76.7 mum 76.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.52 mm -126 mum -2.44 m 2.41 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.43 mm 1.41 cm -2.4 m 341 keV 0 eV 3.91 cm 3.91 cm Target compt - 2 3.22 mm 1.28 cm -2.4 m 198 keV 0 eV 1.79 mm 4.09 cm Target compt - 3 3.26 mm 1.28 cm -2.4 m 0 eV 88 keV 724 mum 4.16 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.26 mm 1.28 cm -2.4 m 110 keV 0 eV 0 fm 0 fm Target initStep - 1 3.26 mm 1.28 cm -2.4 m 0 eV 110 keV 32.1 mum 32.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.22 mm 1.28 cm -2.4 m 143 keV 0 eV 0 fm 0 fm Target initStep - 1 3.22 mm 1.28 cm -2.4 m 0 eV 143 keV 49.1 mum 49.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 24 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.43 mm 1.41 cm -2.4 m 2.07 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.36 mm 1.41 cm -2.4 m 1.4 MeV 205 keV 192 mum 192 mum Target eBrem - 2 4.35 mm 1.42 cm -2.4 m 0 eV 1.4 MeV 1.06 mm 1.25 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 43 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.36 mm 1.41 cm -2.4 m 462 keV 0 eV 0 fm 0 fm Target initStep - 1 3.68 mm 1.76 cm -2.4 m 0 eV 88 keV 4.13 mm 4.13 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 46 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.68 mm 1.76 cm -2.4 m 374 keV 0 eV 0 fm 0 fm Target initStep - 1 3.68 mm 1.76 cm -2.4 m 0 eV 374 keV 203 mum 203 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.5 mm -164 mum -2.44 m 317 keV 0 eV 0 fm 0 fm Target initStep - 1 1.92 mm 868 mum -2.44 m 0 eV 88 keV 2.55 mm 2.55 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 23 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.92 mm 868 mum -2.44 m 229 keV 0 eV 0 fm 0 fm Target initStep - 1 1.92 mm 866 mum -2.44 m 0 eV 229 keV 100 mum 100 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.33 mm -376 mum -2.44 m 293 keV 0 eV 0 fm 0 fm Target initStep - 1 1.33 mm -374 mum -2.44 m 231 keV 0 eV 6.59 mum 6.59 mum Target compt - 2 1.34 mm -187 mum -2.44 m 0 eV 88 keV 193 mum 200 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.34 mm -187 mum -2.44 m 143 keV 0 eV 0 fm 0 fm Target initStep - 1 1.33 mm -185 mum -2.44 m 0 eV 143 keV 49 mum 49 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 22 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.33 mm -374 mum -2.44 m 61.5 keV 0 eV 0 fm 0 fm Target initStep - 1 1.33 mm -374 mum -2.44 m 0 eV 61.5 keV 12.5 mum 12.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.21 mm -486 mum -2.44 m 501 keV 0 eV 0 fm 0 fm Target initStep - 1 1.41 mm -351 mum -2.44 m 275 keV 0 eV 418 mum 418 mum Target compt - 2 -374 mum -347 mum -2.44 m 0 eV 88 keV 2.38 mm 2.8 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -374 mum -347 mum -2.44 m 187 keV 0 eV 0 fm 0 fm Target initStep - 1 -379 mum -347 mum -2.44 m 0 eV 187 keV 73.7 mum 73.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 21 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.41 mm -351 mum -2.44 m 226 keV 0 eV 0 fm 0 fm Target initStep - 1 1.42 mm -349 mum -2.44 m 0 eV 226 keV 98.7 mum 98.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.1 mm -560 mum -2.44 m 2.54 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.23 mm 781 mum -2.42 m 0 eV 0 eV 2.59 cm 2.59 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 54, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.23 mm 781 mum -2.42 m 855 keV 0 eV 0 fm 0 fm Target initStep - 1 6.27 mm 809 mum -2.42 m 0 eV 855 keV 604 mum 604 mum Target eIoni - 2 6.27 mm 809 mum -2.42 m 0 eV 0 eV 0 fm 604 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.27 mm 809 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 6.3 mm 901 mum -2.42 m 356 keV 0 eV 126 mum 126 mum Target compt - 2 5.78 mm 1.05 mm -2.42 m 160 keV 0 eV 1.24 mm 1.36 mm Target compt - 3 5.83 mm 1 mm -2.42 m 0 eV 88 keV 75.4 mum 1.44 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.83 mm 1 mm -2.42 m 71.5 keV 0 eV 0 fm 0 fm Target initStep - 1 5.83 mm 1 mm -2.42 m 0 eV 71.5 keV 16.1 mum 16.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.78 mm 1.05 mm -2.42 m 196 keV 0 eV 0 fm 0 fm Target initStep - 1 5.78 mm 1.05 mm -2.42 m 0 eV 196 keV 79.5 mum 79.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 56 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.3 mm 901 mum -2.42 m 155 keV 0 eV 0 fm 0 fm Target initStep - 1 6.3 mm 904 mum -2.42 m 0 eV 155 keV 55.2 mum 55.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 54 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.27 mm 809 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 5.85 mm -435 mum -2.41 m 0 eV 88 keV 1.7 mm 1.7 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 55 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.85 mm -435 mum -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 5.86 mm -444 mum -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 20 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.23 mm 781 mum -2.42 m 659 keV 0 eV 0 fm 0 fm Target initStep - 1 6.22 mm 769 mum -2.42 m 0 eV 659 keV 432 mum 432 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 566 mum -376 mum -2.44 m 957 keV 0 eV 0 fm 0 fm Target initStep - 1 6.36 mm -338 mum -2.43 m 0 eV 88 keV 1.66 cm 1.66 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 19 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.36 mm -338 mum -2.43 m 869 keV 0 eV 0 fm 0 fm Target initStep - 1 6.29 mm -409 mum -2.43 m 242 keV 627 keV 157 mum 157 mum Target eBrem - 2 6.28 mm -406 mum -2.43 m 0 eV 242 keV 109 mum 266 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 73.2 mum -45.7 mum -2.45 m 1.37 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.21 mm 596 mum -2.43 m 345 keV 0 eV 1.84 cm 1.84 cm Target compt - 2 2.13 mm 1.04 mm -2.43 m 330 keV 0 eV 458 mum 1.89 cm Target compt - 3 549 mum 3.78 mm -2.43 m 0 eV 88 keV 3.26 mm 2.21 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 549 mum 3.78 mm -2.43 m 242 keV 0 eV 0 fm 0 fm Target initStep - 1 543 mum 3.79 mm -2.43 m 0 eV 242 keV 109 mum 109 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.13 mm 1.04 mm -2.43 m 15.2 keV 0 eV 0 fm 0 fm Target initStep - 1 2.13 mm 1.04 mm -2.43 m 0 eV 15.2 keV 1.32 mum 1.32 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 18 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.21 mm 596 mum -2.43 m 1.02 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.21 mm 585 mum -2.43 m 0 eV 1.02 MeV 740 mum 740 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 33.3 mum 3.73 mum -2.45 m 23.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.2 mm -55.2 mum -2.44 m 0 eV 0 eV 1.07 cm 1.07 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 66, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.2 mm -55.2 mum -2.44 m 15.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.21 mm -366 mum -2.44 m 9.25 MeV 1.53 MeV 1.22 mm 1.22 mm Target eBrem - 2 1.77 mm -601 mum -2.44 m 7.14 MeV 1.73 MeV 1.04 mm 2.26 mm Target eBrem - 3 1.59 mm -649 mum -2.43 m 4.78 MeV 877 keV 745 mum 3.01 mm Target eBrem - 4 3.36 mm -843 mum -2.43 m 2.06 MeV 2.72 MeV 2.23 mm 5.24 mm Target eBrem - 5 3.31 mm -921 mum -2.43 m 0 eV 2.06 MeV 1.63 mm 6.87 mm Target eIoni - 6 3.31 mm -921 mum -2.43 m 0 eV 0 eV 0 fm 6.87 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.31 mm -921 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -114 mum -1.24 cm -2.44 m 0 eV 88 keV 1.23 cm 1.23 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 71 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -114 mum -1.24 cm -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -110 mum -1.24 cm -2.44 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.31 mm -921 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 4.61 mm 3.42 mm -2.43 m 221 keV 0 eV 4.66 mm 4.66 mm Target compt - 2 4.76 mm 2.61 mm -2.43 m 0 eV 88 keV 1.4 mm 6.06 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.76 mm 2.61 mm -2.43 m 133 keV 0 eV 0 fm 0 fm Target initStep - 1 4.76 mm 2.61 mm -2.43 m 0 eV 133 keV 43.6 mum 43.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 70 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.61 mm 3.42 mm -2.43 m 290 keV 0 eV 0 fm 0 fm Target initStep - 1 4.61 mm 3.43 mm -2.43 m 0 eV 290 keV 142 mum 142 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 69, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.59 mm -649 mum -2.43 m 1.48 MeV 0 eV 0 fm 0 fm Target initStep - 1 5 mm 3.74 mm -2.43 m 347 keV 0 eV 5.56 mm 5.56 mm Target compt - 2 7.64 mm 835 mum -2.43 m 0 eV 88 keV 4.77 mm 1.03 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.64 mm 835 mum -2.43 m 259 keV 0 eV 0 fm 0 fm Target initStep - 1 7.64 mm 830 mum -2.43 m 0 eV 259 keV 120 mum 120 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 69 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5 mm 3.74 mm -2.43 m 1.13 MeV 0 eV 0 fm 0 fm Target initStep - 1 5.02 mm 3.78 mm -2.43 m 806 keV 43.5 keV 56.7 mum 56.7 mum Target eBrem - 2 5.14 mm 3.75 mm -2.43 m 141 keV 285 keV 267 mum 324 mum Target eBrem - 3 5.14 mm 3.75 mm -2.43 m 0 eV 141 keV 47.9 mum 372 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.14 mm 3.75 mm -2.43 m 380 keV 0 eV 0 fm 0 fm Target initStep - 1 1.57 mm 4.34 mm -2.43 m 0 eV 88 keV 3.64 mm 3.64 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 78 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.57 mm 4.34 mm -2.43 m 292 keV 0 eV 0 fm 0 fm Target initStep - 1 1.56 mm 4.34 mm -2.43 m 0 eV 292 keV 143 mum 143 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 75 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.02 mm 3.78 mm -2.43 m 284 keV 0 eV 0 fm 0 fm Target initStep - 1 6.1 mm 4.16 mm -2.43 m 0 eV 88 keV 1.15 mm 1.15 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 77 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.1 mm 4.16 mm -2.43 m 196 keV 0 eV 0 fm 0 fm Target initStep - 1 6.11 mm 4.16 mm -2.43 m 0 eV 196 keV 79.4 mum 79.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 68, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.77 mm -601 mum -2.44 m 377 keV 0 eV 0 fm 0 fm Target initStep - 1 1.21 mm 1.34 mm -2.43 m 246 keV 0 eV 6.76 mm 6.76 mm Target compt - 2 -1.17 mm 3.2 mm -2.43 m 0 eV 88 keV 3.02 mm 9.78 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.17 mm 3.2 mm -2.43 m 158 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.17 mm 3.2 mm -2.43 m 0 eV 158 keV 56.6 mum 56.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 68 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.21 mm 1.34 mm -2.43 m 132 keV 0 eV 0 fm 0 fm Target initStep - 1 1.22 mm 1.34 mm -2.43 m 0 eV 132 keV 42.8 mum 42.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 67, Parent ID = 66 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.21 mm -366 mum -2.44 m 4.32 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.9 mm -1.02 mm -2.43 m 0 eV 0 eV 2.05 mm 2.05 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 84, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.9 mm -1.02 mm -2.43 m 2.64 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.86 mm -1.06 mm -2.43 m 2.11 MeV 105 keV 137 mum 137 mum Target eBrem - 2 1.97 mm -1.19 mm -2.43 m 1.19 MeV 494 keV 504 mum 642 mum Target eBrem - 3 2 mm -1.08 mm -2.43 m 0 eV 1.19 MeV 895 mum 1.54 mm Target eIoni - 4 2 mm -1.08 mm -2.43 m 0 eV 0 eV 0 fm 1.54 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 88, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2 mm -1.08 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.38 mm -2.54 mm -2.43 m 0 eV 88 keV 1.73 mm 1.73 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 88 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.38 mm -2.54 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.37 mm -2.55 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 87, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2 mm -1.08 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 4.27 mm 4.26 mm -2.43 m 0 eV 88 keV 6.34 mm 6.34 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 87 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.27 mm 4.26 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 4.27 mm 4.28 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 86, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.97 mm -1.19 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 2.3 mm -239 mum -2.43 m 0 eV 88 keV 1.01 mm 1.01 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 86 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.3 mm -239 mum -2.43 m 335 keV 0 eV 0 fm 0 fm Target initStep - 1 2.3 mm -228 mum -2.43 m 0 eV 335 keV 174 mum 174 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 85, Parent ID = 84 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.86 mm -1.06 mm -2.43 m 424 keV 0 eV 0 fm 0 fm Target initStep - 1 5.66 mm 290 mum -2.43 m 0 eV 88 keV 4.56 mm 4.56 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 85 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.66 mm 290 mum -2.43 m 336 keV 0 eV 0 fm 0 fm Target initStep - 1 5.67 mm 295 mum -2.43 m 0 eV 336 keV 175 mum 175 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 67 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.9 mm -1.02 mm -2.43 m 666 keV 0 eV 0 fm 0 fm Target initStep - 1 1.93 mm -1.03 mm -2.43 m 0 eV 666 keV 438 mum 438 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 17 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.2 mm -55.2 mum -2.44 m 7.32 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.51 mm -201 mum -2.44 m 4.59 MeV 2.33 MeV 1.77 mm 1.77 mm Target eBrem - 2 2.38 mm 330 mum -2.44 m 3.02 MeV 1.1 MeV 762 mum 2.53 mm Target eBrem - 3 3.09 mm 41.8 mum -2.44 m 709 keV 1.13 MeV 1.09 mm 3.62 mm Target eBrem - 4 3.11 mm 15.1 mum -2.44 m 0 eV 709 keV 475 mum 4.1 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 95, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.09 mm 41.8 mum -2.44 m 1.18 MeV 0 eV 0 fm 0 fm Target initStep - 1 5.14 mm -4.32 mm -2.43 m 638 keV 0 eV 5.08 mm 5.08 mm Target compt - 2 4.78 mm -4.97 mm -2.43 m 0 eV 88 keV 945 mum 6.03 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 95 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.78 mm -4.97 mm -2.43 m 550 keV 0 eV 0 fm 0 fm Target initStep - 1 4.78 mm -4.99 mm -2.43 m 0 eV 550 keV 342 mum 342 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 95 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.14 mm -4.32 mm -2.43 m 543 keV 0 eV 0 fm 0 fm Target initStep - 1 5.16 mm -4.34 mm -2.43 m 0 eV 543 keV 337 mum 337 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 94, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.38 mm 330 mum -2.44 m 473 keV 0 eV 0 fm 0 fm Target initStep - 1 2.9 mm 759 mum -2.44 m 435 keV 0 eV 844 mum 844 mum Target compt - 2 4.35 mm 2.87 mm -2.44 m 0 eV 88 keV 2.66 mm 3.51 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 94 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.35 mm 2.87 mm -2.44 m 347 keV 0 eV 0 fm 0 fm Target initStep - 1 4.35 mm 2.88 mm -2.44 m 0 eV 347 keV 183 mum 183 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 94 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.9 mm 759 mum -2.44 m 38.8 keV 0 eV 0 fm 0 fm Target initStep - 1 2.9 mm 759 mum -2.44 m 0 eV 38.8 keV 5.93 mum 5.93 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 93, Parent ID = 65 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.51 mm -201 mum -2.44 m 403 keV 0 eV 0 fm 0 fm Target initStep - 1 2.8 mm 450 mum -2.43 m 240 keV 0 eV 2.74 mm 2.74 mm Target compt - 2 1.21 mm 3.7 mm -2.43 m 0 eV 88 keV 3.62 mm 6.37 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.21 mm 3.7 mm -2.43 m 152 keV 0 eV 0 fm 0 fm Target initStep - 1 1.21 mm 3.7 mm -2.43 m 0 eV 152 keV 53.5 mum 53.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 100, Parent ID = 93 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.8 mm 450 mum -2.43 m 163 keV 0 eV 0 fm 0 fm Target initStep - 1 2.8 mm 449 mum -2.43 m 0 eV 163 keV 60 mum 60 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 933 nm -1.92 mum -2.45 m 726 keV 0 eV 0 fm 0 fm Target initStep - 1 536 mum -170 mum -2.43 m 333 keV 0 eV 1.37 cm 1.37 cm Target compt - 2 -801 mum -3.28 mm -2.43 m 0 eV 88 keV 3.43 mm 1.72 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 103, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -801 mum -3.28 mm -2.43 m 245 keV 0 eV 0 fm 0 fm Target initStep - 1 -802 mum -3.28 mm -2.43 m 0 eV 245 keV 111 mum 111 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 16 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 536 mum -170 mum -2.43 m 392 keV 0 eV 0 fm 0 fm Target initStep - 1 539 mum -164 mum -2.43 m 0 eV 392 keV 217 mum 217 mum Target eIoni + 0 17 mum -22.5 mum -1.29 m 11.9 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.38 mm -343 mum -1.29 m 0 eV 11.9 keV 3.05 mm 3.05 mm Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -98.4 nm -2.54 nm -2.45 m 3.18 GeV 0 eV 0 fm 0 fm Target initStep - 1 -83 nm 23.9 nm -2.45 m 3.17 GeV 57.5 keV 65 mum 65 mum Target eBrem - 2 785 nm 739 nm -2.45 m 2.97 GeV 1.48 MeV 1.12 mm 1.18 mm Target eBrem - 3 -1.93 mum -1.87 mum -2.45 m 2.79 GeV 369 keV 328 mum 1.51 mm Target eBrem - 4 -6.06 mum 1.72 mum -2.45 m 2.78 GeV 1.38 MeV 917 mum 2.43 mm Target eBrem - 5 -4.15 mum 1.64 mum -2.44 m 2.07 GeV 1.01 MeV 807 mum 3.24 mm Target eBrem - 6 -3.98 mum 1.63 mum -2.44 m 2.05 GeV 69.5 keV 48.6 mum 3.29 mm Target eBrem - 7 -6.14 mum -1.66 mum -2.44 m 2.05 GeV 1.3 MeV 1.04 mm 4.33 mm Target eBrem - 8 -9.92 mum -8.22 mum -2.44 m 2.05 GeV 1.4 MeV 1.14 mm 5.47 mm Target eBrem - 9 -10 mum -8.46 mum -2.44 m 1.47 GeV 214 keV 197 mum 5.67 mm Target eBrem - 10 -18.4 mum -16.7 mum -2.44 m 1.45 GeV 1.56 MeV 1.1 mm 6.77 mm Target eBrem - 11 -19 mum -16.1 mum -2.44 m 1.45 GeV 118 keV 90.6 mum 6.86 mm Target eBrem - 12 -20.2 mum -13.8 mum -2.44 m 1.44 GeV 416 keV 386 mum 7.24 mm Target eBrem - 13 -21 mum -13 mum -2.44 m 1.43 GeV 646 keV 437 mum 7.68 mm Target eBrem - 14 -26.6 mum -1.81 mum -2.44 m 1.33 GeV 1.56 MeV 1.15 mm 8.84 mm Target eBrem - 15 -29.1 mum -2.4 mum -2.44 m 1.31 GeV 671 keV 597 mum 9.43 mm Target eBrem - 16 -30.6 mum -2.15 mum -2.44 m 1.31 GeV 163 keV 121 mum 9.55 mm Target eBrem - 17 -29.4 mum 2.36 mum -2.44 m 1.31 GeV 2.77 MeV 1.82 mm 1.14 cm Target eBrem - 18 -26.6 mum 13.2 mum -2.44 m 1.3 GeV 1.76 MeV 1.21 mm 1.26 cm Target eBrem - 19 -28.5 mum 22 mum -2.43 m 1.3 GeV 676 keV 608 mum 1.32 cm Target eBrem - 20 -29.5 mum 26.5 mum -2.43 m 1.26 GeV 700 keV 521 mum 1.37 cm Target eBrem - 21 -29.7 mum 27.4 mum -2.43 m 1.26 GeV 68 keV 32 mum 1.37 cm Target eBrem - 22 -31.1 mum 29.7 mum -2.43 m 1.16 GeV 427 keV 333 mum 1.41 cm Target eBrem - 23 -31.1 mum 29.9 mum -2.43 m 1.16 GeV 38.7 keV 26.2 mum 1.41 cm Target eBrem - 24 -31.5 mum 30.6 mum -2.43 m 1.16 GeV 54.5 keV 67.1 mum 1.42 cm Target eBrem - 25 -32.9 mum 32.4 mum -2.43 m 1.08 GeV 556 keV 189 mum 1.44 cm Target eBrem - 26 -34.9 mum 42.8 mum -2.43 m 1.08 GeV 1.03 MeV 934 mum 1.53 cm Target eBrem - 27 -34.7 mum 43.5 mum -2.43 m 762 MeV 38 keV 34.4 mum 1.53 cm Target eBrem - 28 -34 mum 44.6 mum -2.43 m 759 MeV 155 keV 119 mum 1.54 cm Target eBrem - 29 -28.9 mum 47.4 mum -2.43 m 743 MeV 1.14 MeV 1.03 mm 1.65 cm Target eBrem - 30 -43.5 mum 58.6 mum -2.43 m 734 MeV 3.1 MeV 984 mum 1.75 cm Target eBrem - 31 -59.8 mum 66.6 mum -2.43 m 732 MeV 1.24 MeV 921 mum 1.84 cm Target eBrem - 32 -66.8 mum 73.2 mum -2.43 m 650 MeV 6.68 MeV 319 mum 1.87 cm Target eBrem - 33 -72.8 mum 82.8 mum -2.43 m 636 MeV 701 keV 544 mum 1.92 cm Target eBrem - 34 -75.1 mum 87.8 mum -2.43 m 635 MeV 563 keV 220 mum 1.95 cm Target eBrem - 35 -76 mum 90.5 mum -2.43 m 634 MeV 144 keV 110 mum 1.96 cm Target eBrem - 36 -88.1 mum 148 mum -2.43 m 628 MeV 2.33 MeV 1.51 mm 2.11 cm Target eBrem - 37 -87.5 mum 149 mum -2.43 m 562 MeV 25.7 keV 23.5 mum 2.11 cm Target eBrem - 38 -81.7 mum 158 mum -2.43 m 557 MeV 410 keV 296 mum 2.14 cm Target eBrem - 39 -46.3 mum 236 mum -2.43 m 545 MeV 1.93 MeV 1.47 mm 2.29 cm Target eBrem - 40 -32.1 mum 247 mum -2.42 m 543 MeV 594 keV 413 mum 2.33 cm Target eBrem - 41 -18 mum 259 mum -2.42 m 505 MeV 509 keV 398 mum 2.37 cm Target eBrem - 42 3.34 mum 269 mum -2.42 m 492 MeV 834 keV 717 mum 2.44 cm Target eBrem - 43 16 mum 274 mum -2.42 m 464 MeV 255 keV 206 mum 2.46 cm Target eBrem - 44 16.5 mum 274 mum -2.42 m 224 MeV 17.3 keV 10 mum 2.46 cm Target eBrem - 45 20.3 mum 275 mum -2.42 m 223 MeV 104 keV 64.1 mum 2.47 cm Target eBrem - 46 70.6 mum 269 mum -2.42 m 221 MeV 1.35 MeV 1.03 mm 2.57 cm Target eBrem - 47 135 mum 212 mum -2.42 m 219 MeV 1.93 MeV 1.64 mm 2.73 cm Target eBrem - 48 169 mum 210 mum -2.42 m 212 MeV 466 keV 270 mum 2.76 cm Target eBrem - 49 237 mum 180 mum -2.42 m 209 MeV 2.51 MeV 936 mum 2.86 cm Target eBrem - 50 270 mum 170 mum -2.42 m 135 MeV 1.96 MeV 364 mum 2.89 cm Target eBrem - 51 318 mum 161 mum -2.42 m 134 MeV 579 keV 440 mum 2.94 cm Target eBrem - 52 338 mum 172 mum -2.42 m 124 MeV 261 keV 252 mum 2.96 cm Target eBrem - 53 396 mum 256 mum -2.42 m 109 MeV 1.23 MeV 872 mum 3.05 cm Target eBrem - 54 416 mum 272 mum -2.42 m 87.7 MeV 272 keV 208 mum 3.07 cm Target eBrem - 55 425 mum 274 mum -2.42 m 83.3 MeV 121 keV 138 mum 3.08 cm Target eBrem - 56 425 mum 274 mum -2.42 m 61.4 MeV 10.9 keV 7.96 mum 3.08 cm Target eBrem - 57 458 mum 295 mum -2.42 m 60.3 MeV 578 keV 422 mum 3.13 cm Target eBrem - 58 411 mum 392 mum -2.42 m 24.7 MeV 1.18 MeV 1.02 mm 3.23 cm Target eBrem - 59 443 mum 396 mum -2.42 m 10.7 MeV 248 keV 180 mum 3.25 cm Target eBrem - 60 -387 mum 464 mum -2.41 m 7.94 MeV 2 MeV 1.64 mm 3.41 cm Target eBrem - 61 -118 mum 1.24 mm -2.41 m 4.61 MeV 2.64 MeV 1.49 mm 3.56 cm Target eBrem - 62 53.1 mum -106 mum -2.41 m 1.23 MeV 3.38 MeV 3 mm 3.86 cm Target eBrem - 63 63.4 mum -89.6 mum -2.41 m 703 keV 13.4 keV 20 mum 3.86 cm Target eBrem - 64 86 mum -67.6 mum -2.41 m 0 eV 703 keV 469 mum 3.91 cm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 165, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 63.4 mum -89.6 mum -2.41 m 513 keV 0 eV 0 fm 0 fm Target initStep - 1 3.45 mm 1.67 mm -2.41 m 0 eV 88 keV 3.83 mm 3.83 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 166, Parent ID = 165 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.45 mm 1.67 mm -2.41 m 425 keV 0 eV 0 fm 0 fm Target initStep - 1 3.46 mm 1.68 mm -2.41 m 0 eV 425 keV 242 mum 242 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 164, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -118 mum 1.24 mm -2.41 m 686 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.43 cm -3.67 mm -2.41 m 217 keV 0 eV 1.51 cm 1.51 cm Target compt - 2 -1.36 cm -2.66 mm -2.41 m 0 eV 88 keV 1.88 mm 1.7 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 168, Parent ID = 164 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.36 cm -2.66 mm -2.41 m 129 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.36 cm -2.66 mm -2.41 m 0 eV 129 keV 41.4 mum 41.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 167, Parent ID = 164 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.43 cm -3.67 mm -2.41 m 469 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.43 cm -3.68 mm -2.41 m 0 eV 469 keV 277 mum 277 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 163, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -387 mum 464 mum -2.41 m 719 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.33 mm 625 mum -2.41 m 0 eV 88 keV 3.34 mm 3.34 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 169, Parent ID = 163 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.33 mm 625 mum -2.41 m 631 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.33 mm 621 mum -2.41 m 0 eV 631 keV 409 mum 409 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 162, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 443 mum 396 mum -2.42 m 13.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 526 mum 524 mum -2.41 m 0 eV 0 eV 995 mum 995 mum Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 171, Parent ID = 162 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 526 mum 524 mum -2.41 m 4.77 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.96 mm 593 mum -2.41 m 2.3 MeV 2.07 MeV 1.77 mm 1.77 mm Target eBrem - 2 1.84 mm 836 mum -2.41 m 0 eV 2.3 MeV 1.83 mm 3.61 mm Target eIoni - 3 1.84 mm 836 mum -2.41 m 0 eV 0 eV 0 fm 3.61 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 174, Parent ID = 171 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.84 mm 836 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2.78 mm 213 mum -2.42 m 251 keV 0 eV 1.96 mm 1.96 mm Target compt - 2 2.16 mm -1.09 mm -2.42 m 0 eV 88 keV 1.46 mm 3.42 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 176, Parent ID = 174 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.16 mm -1.09 mm -2.42 m 163 keV 0 eV 0 fm 0 fm Target initStep - 1 2.15 mm -1.09 mm -2.42 m 0 eV 163 keV 60 mum 60 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 175, Parent ID = 174 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.78 mm 213 mum -2.42 m 260 keV 0 eV 0 fm 0 fm Target initStep - 1 2.79 mm 214 mum -2.42 m 0 eV 260 keV 121 mum 121 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 173, Parent ID = 171 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.84 mm 836 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.57 mm 4.4 mm -2.4 m 0 eV 88 keV 1.12 cm 1.12 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 177, Parent ID = 173 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.57 mm 4.4 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.57 mm 4.41 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 172, Parent ID = 171 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.96 mm 593 mum -2.41 m 397 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.39 mm 1.1 cm -2.42 m 0 eV 88 keV 1.25 cm 1.25 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 178, Parent ID = 172 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.39 mm 1.1 cm -2.42 m 309 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.39 mm 1.1 cm -2.42 m 0 eV 309 keV 155 mum 155 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 170, Parent ID = 162 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 526 mum 524 mum -2.41 m 7.99 MeV 0 eV 0 fm 0 fm Target initStep - 1 -469 mum -2.33 mm -2.41 m 1.06 MeV 6.93 MeV 3.85 mm 3.85 mm Target eBrem - 2 -490 mum -2.38 mm -2.41 m 0 eV 1.06 MeV 775 mum 4.63 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 161, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 411 mum 392 mum -2.42 m 34.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 603 mum 465 mum -2.41 m 0 eV 0 eV 1.86 mm 1.86 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 180, Parent ID = 161 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 603 mum 465 mum -2.41 m 5.57 MeV 0 eV 0 fm 0 fm Target initStep - 1 831 mum 2.28 mm -2.41 m 213 keV 2.71 MeV 2.25 mm 2.25 mm Target eBrem - 2 828 mum 2.27 mm -2.41 m 0 eV 213 keV 86.7 mum 2.34 mm Target eIoni - 3 828 mum 2.27 mm -2.41 m 0 eV 0 eV 0 fm 2.34 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 183, Parent ID = 180 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 828 mum 2.27 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.83 mm 2.77 mm -2.41 m 0 eV 88 keV 4.6 mm 4.6 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 184, Parent ID = 183 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.83 mm 2.77 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.84 mm 2.76 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 182, Parent ID = 180 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 828 mum 2.27 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2.49 mm 2.04 mm -2.41 m 0 eV 88 keV 2.09 mm 2.09 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 185, Parent ID = 182 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.49 mm 2.04 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 2.5 mm 2.05 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 181, Parent ID = 180 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 831 mum 2.28 mm -2.41 m 2.65 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.62 cm -2.5 cm -2.4 m 2.65 MeV 0 eV 3.45 cm 3.45 cm Target Transportation - 2 -1.69 cm -2.61 cm -2.4 m 2.65 MeV 0 eV 1.35 mm 3.59 cm World Transportation - 3 -1.5 m -2.4 m -1.31 m 2.65 MeV 0 eV 3.01 m 3.04 m Tracker Transportation - 4 -1.82 m -2.91 m -1.07 m 2.65 MeV 0 eV 64.6 cm 3.69 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 179, Parent ID = 161 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 603 mum 465 mum -2.41 m 27.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 498 mum 514 mum -2.41 m 21.4 MeV 1.45 MeV 1.23 mm 1.23 mm Target eBrem - 2 539 mum 585 mum -2.41 m 19.8 MeV 206 keV 200 mum 1.43 mm Target eBrem - 3 908 mum 624 mum -2.41 m 16.8 MeV 1.48 MeV 1.11 mm 2.54 mm Target eBrem - 4 1.55 mm 275 mum -2.41 m 14.8 MeV 1.5 MeV 1.32 mm 3.86 mm Target eBrem - 5 1.83 mm 113 mum -2.41 m 5.67 MeV 476 keV 353 mum 4.21 mm Target eBrem - 6 1.89 mm 84.2 mum -2.41 m 4.64 MeV 80.4 keV 77.7 mum 4.29 mm Target eBrem - 7 1.9 mm -1.08 mm -2.41 m 1.77 MeV 2.26 MeV 1.75 mm 6.04 mm Target eBrem - 8 1.94 mm -1.16 mm -2.41 m 0 eV 1.77 MeV 1.37 mm 7.41 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 192, Parent ID = 179 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.9 mm -1.08 mm -2.41 m 607 keV 0 eV 0 fm 0 fm Target initStep - 1 3.33 mm -708 mum -2.41 m 0 eV 88 keV 2.09 mm 2.09 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 193, Parent ID = 192 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.33 mm -708 mum -2.41 m 519 keV 0 eV 0 fm 0 fm Target initStep - 1 3.35 mm -701 mum -2.41 m 0 eV 519 keV 317 mum 317 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 191, Parent ID = 179 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.89 mm 84.2 mum -2.41 m 951 keV 0 eV 0 fm 0 fm Target initStep - 1 1.51 cm -1.82 cm -2.4 m 0 eV 88 keV 2.49 cm 2.49 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 194, Parent ID = 191 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.51 cm -1.82 cm -2.4 m 863 keV 0 eV 0 fm 0 fm Target initStep - 1 1.51 cm -1.82 cm -2.4 m 0 eV 863 keV 604 mum 604 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 190, Parent ID = 179 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.83 mm 113 mum -2.41 m 8.66 MeV 0 eV 0 fm 0 fm Target initStep - 1 8.06 mm -4.85 mm -2.41 m 0 eV 0 eV 8.46 mm 8.46 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 196, Parent ID = 190 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.06 mm -4.85 mm -2.41 m 4.37 MeV 0 eV 0 fm 0 fm Target initStep - 1 8.56 mm -5.29 mm -2.41 m 0 eV 4.37 MeV 3.46 mm 3.46 mm Target eIoni - 2 8.56 mm -5.29 mm -2.41 m 0 eV 0 eV 0 fm 3.46 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 198, Parent ID = 196 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.56 mm -5.29 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 8.23 mm -8.33 mm -2.4 m 212 keV 0 eV 5.62 mm 5.62 mm Target compt - 2 7.43 mm -7.7 mm -2.4 m 0 eV 88 keV 1.03 mm 6.65 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 200, Parent ID = 198 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.43 mm -7.7 mm -2.4 m 124 keV 0 eV 0 fm 0 fm Target initStep - 1 7.43 mm -7.7 mm -2.4 m 0 eV 124 keV 38.7 mum 38.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 199, Parent ID = 198 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.23 mm -8.33 mm -2.4 m 299 keV 0 eV 0 fm 0 fm Target initStep - 1 8.24 mm -8.33 mm -2.4 m 0 eV 299 keV 148 mum 148 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 197, Parent ID = 196 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.56 mm -5.29 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 8.89 mm -2.19 mm -2.41 m 289 keV 0 eV 5.73 mm 5.73 mm Target compt - 2 6.66 mm -2.71 mm -2.41 m 0 eV 88 keV 2.58 mm 8.31 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 202, Parent ID = 197 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.66 mm -2.71 mm -2.41 m 201 keV 0 eV 0 fm 0 fm Target initStep - 1 6.66 mm -2.7 mm -2.41 m 0 eV 201 keV 82.4 mum 82.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 201, Parent ID = 197 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.89 mm -2.19 mm -2.41 m 222 keV 0 eV 0 fm 0 fm Target initStep - 1 8.89 mm -2.18 mm -2.41 m 0 eV 222 keV 95.7 mum 95.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 195, Parent ID = 190 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.06 mm -4.85 mm -2.41 m 3.27 MeV 0 eV 0 fm 0 fm Target initStep - 1 8.34 mm -5.05 mm -2.41 m 0 eV 3.27 MeV 2.57 mm 2.57 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 189, Parent ID = 179 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.55 mm 275 mum -2.41 m 513 keV 0 eV 0 fm 0 fm Target initStep - 1 5.81 mm -1.22 mm -2.41 m 174 keV 0 eV 5.34 mm 5.34 mm Target compt - 2 5.41 mm -950 mum -2.41 m 0 eV 88 keV 724 mum 6.07 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 204, Parent ID = 189 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.41 mm -950 mum -2.41 m 86 keV 0 eV 0 fm 0 fm Target initStep - 1 5.41 mm -949 mum -2.41 m 0 eV 86 keV 21.7 mum 21.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 203, Parent ID = 189 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.81 mm -1.22 mm -2.41 m 339 keV 0 eV 0 fm 0 fm Target initStep - 1 5.82 mm -1.22 mm -2.41 m 0 eV 339 keV 177 mum 177 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 188, Parent ID = 179 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 908 mum 624 mum -2.41 m 1.54 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.64 cm -8.51 mm -2.4 m 1.54 MeV 0 eV 2.14 cm 2.14 cm Target Transportation - 2 2.4 m -1.41 m -61.8 cm 1.54 MeV 0 eV 3.29 m 3.31 m Tracker Transportation - 3 2.7 m -1.59 m -39.6 cm 1.39 MeV 0 eV 40.9 cm 3.72 m World compt - 4 2.91 m -1.83 m -17.6 cm 1.39 MeV 0 eV 39.3 cm 4.11 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 205, Parent ID = 188 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.7 m -1.59 m -39.6 cm 151 keV 0 eV 0 fm 0 fm World initStep - 1 2.75 m -1.57 m -37.4 cm 99.7 keV 16.1 keV 6.11 cm 6.11 cm World eIoni - 2 2.8 m -1.56 m -32.5 cm 0 eV 99.7 keV 13.6 cm 19.7 cm World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 206, Parent ID = 205 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.75 m -1.57 m -37.4 cm 35.6 keV 0 eV 0 fm 0 fm World initStep - 1 2.76 m -1.58 m -38 cm 0 eV 35.6 keV 2.17 cm 2.17 cm World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 187, Parent ID = 179 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 539 mum 585 mum -2.41 m 1.39 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.35 mm 3.71 mm -2.4 m 1.39 MeV 0 eV 1.35 cm 1.35 cm Target Transportation - 2 49 cm 40.3 cm -80 cm 1.39 MeV 0 eV 1.72 m 1.73 m Tracker Transportation - 3 55.1 cm 45.2 cm -60 cm 1.39 MeV 0 eV 21.5 cm 1.95 m Chamber Transportation - 4 73.3 cm 60.2 cm 0 fm 1.39 MeV 0 eV 64.5 cm 2.59 m Tracker Transportation - 5 79.4 cm 65.2 cm 20 cm 1.39 MeV 0 eV 21.5 cm 2.81 m Chamber Transportation - 6 97.6 cm 80.1 cm 80 cm 1.39 MeV 0 eV 64.5 cm 3.45 m Tracker Transportation - 7 1.04 m 85.1 cm 1 m 1.39 MeV 0 eV 21.5 cm 3.67 m Chamber Transportation - 8 1.22 m 1 m 1.6 m 1.39 MeV 0 eV 64.5 cm 4.31 m Tracker Transportation - 9 1.26 m 1.03 m 1.72 m 856 keV 0 eV 13 cm 4.44 m Chamber compt - 10 1.22 m 1.08 m 1.8 m 856 keV 0 eV 9.8 cm 4.54 m Chamber Transportation - 11 97.3 cm 1.43 m 2.4 m 856 keV 0 eV 74 cm 5.28 m Tracker Transportation - 12 76.1 cm 1.73 m 2.91 m 856 keV 0 eV 62.9 cm 5.91 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 207, Parent ID = 187 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.26 m 1.03 m 1.72 m 534 keV 0 eV 0 fm 0 fm Chamber initStep - 1 1.31 m 1.04 m 1.75 m 432 keV 61.3 keV 8.85 cm 8.85 cm Chamber eIoni - 2 1.31 m 1.01 m 1.7 m 109 keV 218 keV 30.8 cm 39.6 cm Chamber eIoni - 3 1.31 m 1.01 m 1.71 m 0 eV 109 keV 5.75 cm 45.4 cm Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 209, Parent ID = 207 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.31 m 1.01 m 1.7 m 104 keV 0 eV 0 fm 0 fm Chamber initStep - 1 1.31 m 1.02 m 1.71 m 0 eV 104 keV 5.33 cm 5.33 cm Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 208, Parent ID = 207 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.31 m 1.04 m 1.75 m 40.9 keV 0 eV 0 fm 0 fm Chamber initStep - 1 1.31 m 1.04 m 1.74 m 0 eV 40.9 keV 1.11 cm 1.11 cm Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 186, Parent ID = 179 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 498 mum 514 mum -2.41 m 4.95 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.22 mm 5.09 mm -2.4 m 4.95 MeV 0 eV 1.38 cm 1.38 cm Target Transportation - 2 34.5 cm 58 cm -80 cm 4.95 MeV 0 eV 1.73 m 1.75 m Tracker Transportation - 3 38.8 cm 65.2 cm -60 cm 4.95 MeV 0 eV 21.7 cm 1.96 m Chamber Transportation - 4 51.6 cm 86.8 cm 0.114 fm 4.95 MeV 0 eV 65 cm 2.62 m Tracker Transportation - 5 55.9 cm 93.9 cm 20 cm 4.95 MeV 0 eV 21.7 cm 2.83 m Chamber Transportation - 6 68.7 cm 1.16 m 80 cm 4.95 MeV 0 eV 65 cm 3.48 m Tracker Transportation - 7 73 cm 1.23 m 1 m 4.95 MeV 0 eV 21.7 cm 3.7 m Chamber Transportation - 8 85.8 cm 1.44 m 1.6 m 4.95 MeV 0 eV 65 cm 4.35 m Tracker Transportation - 9 90 cm 1.51 m 1.8 m 4.95 MeV 0 eV 21.7 cm 4.57 m Chamber Transportation - 10 1.03 m 1.73 m 2.4 m 4.95 MeV 0 eV 65 cm 5.22 m Tracker Transportation - 11 1.14 m 1.91 m 2.91 m 4.95 MeV 0 eV 55.3 cm 5.77 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 160, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 458 mum 295 mum -2.42 m 478 keV 0 eV 0 fm 0 fm Target initStep - 1 474 mum 426 mum -2.41 m 0 eV 88 keV 4.07 mm 4.07 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 210, Parent ID = 160 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 474 mum 426 mum -2.41 m 390 keV 0 eV 0 fm 0 fm Target initStep - 1 469 mum 425 mum -2.41 m 0 eV 390 keV 215 mum 215 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 159, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 425 mum 274 mum -2.42 m 22 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.13 mm 511 mum -2.4 m 22 MeV 0 eV 1.73 cm 1.73 cm Target Transportation - 2 3.39 cm 1.15 cm -1.6 m 22 MeV 0 eV 80.1 cm 81.8 cm Tracker Transportation - 3 4.21 cm 1.43 cm -1.4 m 22 MeV 0 eV 20 cm 1.02 m Chamber Transportation - 4 6.67 cm 2.25 cm -80 cm 22 MeV 0 eV 60.1 cm 1.62 m Tracker Transportation - 5 7.5 cm 2.53 cm -60 cm 22 MeV 0 eV 20 cm 1.82 m Chamber Transportation - 6 9.96 cm 3.35 cm 0 fm 22 MeV 0 eV 60.1 cm 2.42 m Tracker Transportation - 7 10.8 cm 3.63 cm 20 cm 22 MeV 0 eV 20 cm 2.62 m Chamber Transportation - 8 13.2 cm 4.45 cm 80 cm 22 MeV 0 eV 60.1 cm 3.22 m Tracker Transportation - 9 14.1 cm 4.73 cm 1 m 22 MeV 0 eV 20 cm 3.42 m Chamber Transportation - 10 16.5 cm 5.55 cm 1.6 m 22 MeV 0 eV 60.1 cm 4.02 m Tracker Transportation - 11 17.3 cm 5.83 cm 1.8 m 22 MeV 0 eV 20 cm 4.22 m Chamber Transportation - 12 19.8 cm 6.65 cm 2.4 m 22 MeV 0 eV 60.1 cm 4.82 m Tracker Transportation - 13 21.9 cm 7.35 cm 2.91 m 22 MeV 0 eV 51 cm 5.33 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 158, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 425 mum 274 mum -2.42 m 4.23 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.02 mm 488 mum -2.4 m 2.83 MeV 0 eV 1.36 cm 1.36 cm Target compt - 2 2.31 mm -197 mum -2.4 m 2.83 MeV 0 eV 3.95 mm 1.75 cm Target Transportation - 3 56.2 cm -29.9 cm -80 cm 2.83 MeV 0 eV 1.72 m 1.74 m Tracker Transportation - 4 63.2 cm -33.6 cm -60 cm 2.83 MeV 0 eV 21.5 cm 1.95 m Chamber Transportation - 5 84.2 cm -44.8 cm -0.114 fm 2.83 MeV 0 eV 64.5 cm 2.6 m Tracker Transportation - 6 91.2 cm -48.6 cm 20 cm 2.83 MeV 0 eV 21.5 cm 2.81 m Chamber Transportation - 7 1.12 m -59.8 cm 80 cm 2.83 MeV 0 eV 64.5 cm 3.46 m Tracker Transportation - 8 1.19 m -63.5 cm 1 m 2.83 MeV 0 eV 21.5 cm 3.68 m Chamber Transportation - 9 1.4 m -74.7 cm 1.6 m 2.83 MeV 0 eV 64.5 cm 4.32 m Tracker Transportation - 10 1.47 m -78.4 cm 1.8 m 2.83 MeV 0 eV 21.5 cm 4.54 m Chamber Transportation - 11 1.68 m -89.6 cm 2.4 m 2.83 MeV 0 eV 64.5 cm 5.18 m Tracker Transportation - 12 1.86 m -99.1 cm 2.91 m 2.83 MeV 0 eV 54.9 cm 5.73 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 211, Parent ID = 158 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.02 mm 488 mum -2.4 m 1.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 983 mum 517 mum -2.4 m 0 eV 1.4 MeV 1.06 mm 1.06 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 157, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 416 mum 272 mum -2.42 m 21.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.56 mm 584 mum -2.4 m 21.3 MeV 0 eV 1.74 cm 1.74 cm Target Transportation - 2 5.43 cm 1.49 cm -1.6 m 21.3 MeV 0 eV 80.2 cm 81.9 cm Tracker Transportation - 3 6.75 cm 1.85 cm -1.4 m 21.3 MeV 0 eV 20 cm 1.02 m Chamber Transportation - 4 10.7 cm 2.93 cm -80 cm 21.3 MeV 0 eV 60.1 cm 1.62 m Tracker Transportation - 5 12 cm 3.28 cm -60 cm 21.3 MeV 0 eV 20 cm 1.82 m Chamber Transportation - 6 16 cm 4.36 cm -0.114 fm 21.3 MeV 0 eV 60.1 cm 2.42 m Tracker Transportation - 7 17.3 cm 4.72 cm 20 cm 21.3 MeV 0 eV 20 cm 2.62 m Chamber Transportation - 8 21.3 cm 5.79 cm 80 cm 21.3 MeV 0 eV 60.1 cm 3.22 m Tracker Transportation - 9 22.6 cm 6.15 cm 1 m 21.3 MeV 0 eV 20 cm 3.43 m Chamber Transportation - 10 26.5 cm 7.23 cm 1.6 m 21.3 MeV 0 eV 60.1 cm 4.03 m Tracker Transportation - 11 27.8 cm 7.58 cm 1.8 m 21.3 MeV 0 eV 20 cm 4.23 m Chamber Transportation - 12 31.8 cm 8.66 cm 2.4 m 21.3 MeV 0 eV 60.1 cm 4.83 m Tracker Transportation - 13 35.2 cm 9.57 cm 2.91 m 21.3 MeV 0 eV 51.1 cm 5.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 156, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 396 mum 256 mum -2.42 m 13.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.53 mm 1.25 mm -2.4 m 0 eV 0 eV 1.45 cm 1.45 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 213, Parent ID = 156 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.53 mm 1.25 mm -2.4 m 2.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.04 mm 1.27 mm -2.4 m 0 eV 692 keV 756 mum 756 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 215, Parent ID = 213 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.04 mm 1.27 mm -2.4 m 2.08 MeV 0 eV 0 fm 0 fm Target initStep - 1 -783 mum 4.24 mm -2.4 m 1.97 MeV 0 eV 3.5 mm 3.5 mm Target compt - 2 -5.28 mm 9.4 mm -2.4 m 412 keV 0 eV 6.87 mm 1.04 cm Target compt - 3 -7.78 mm 7.49 mm -2.4 m 0 eV 88 keV 3.55 mm 1.39 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 218, Parent ID = 215 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.78 mm 7.49 mm -2.4 m 324 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.79 mm 7.49 mm -2.4 m 0 eV 324 keV 166 mum 166 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 217, Parent ID = 215 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.28 mm 9.4 mm -2.4 m 1.55 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.3 mm 9.43 mm -2.4 m 1.03 MeV 36.9 keV 40.6 mum 40.6 mum Target eBrem - 2 -5.25 mm 9.46 mm -2.4 m 0 eV 1.03 MeV 745 mum 785 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 219, Parent ID = 217 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.3 mm 9.43 mm -2.4 m 489 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.02 mm 1.01 cm -2.4 m 362 keV 0 eV 1.79 mm 1.79 mm Target compt - 2 -4.09 mm 1.15 cm -2.41 m 0 eV 88 keV 1.72 mm 3.51 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 221, Parent ID = 219 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.09 mm 1.15 cm -2.41 m 274 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.09 mm 1.15 cm -2.41 m 0 eV 274 keV 131 mum 131 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 220, Parent ID = 219 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.02 mm 1.01 cm -2.4 m 127 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.01 mm 1.01 cm -2.4 m 0 eV 127 keV 40.3 mum 40.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 216, Parent ID = 215 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -783 mum 4.24 mm -2.4 m 113 keV 0 eV 0 fm 0 fm Target initStep - 1 -782 mum 4.24 mm -2.4 m 0 eV 113 keV 33.9 mum 33.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 214, Parent ID = 213 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.04 mm 1.27 mm -2.4 m 952 keV 0 eV 0 fm 0 fm Target initStep - 1 1.22 cm 1.17 cm -2.41 m 681 keV 0 eV 1.6 cm 1.6 cm Target compt - 2 2.5 cm 1.23 cm -2.41 m 681 keV 0 eV 1.39 cm 2.99 cm Target Transportation - 3 1.17 m 6.62 cm -2.91 m 681 keV 0 eV 1.25 m 1.28 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 222, Parent ID = 214 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.22 cm 1.17 cm -2.41 m 272 keV 0 eV 0 fm 0 fm Target initStep - 1 1.22 cm 1.17 cm -2.41 m 0 eV 272 keV 129 mum 129 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 212, Parent ID = 156 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.53 mm 1.25 mm -2.4 m 9.83 MeV 0 eV 0 fm 0 fm Target initStep - 1 781 mum 1.76 mm -2.4 m 6.28 MeV 2.21 MeV 1.58 mm 1.58 mm Target eBrem - 2 425 mum 2.55 mm -2.4 m 3.33 MeV 2.61 MeV 2.24 mm 3.81 mm Target eBrem - 3 451 mum 2.42 mm -2.4 m 2.63 MeV 333 keV 299 mum 4.11 mm Target eBrem - 4 361 mum 2.47 mm -2.4 m 0 eV 2.63 MeV 2.06 mm 6.18 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 225, Parent ID = 212 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 451 mum 2.42 mm -2.4 m 369 keV 0 eV 0 fm 0 fm Target initStep - 1 36.9 mum 2.06 mm -2.4 m 0 eV 88 keV 810 mum 810 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 226, Parent ID = 225 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 36.9 mum 2.06 mm -2.4 m 281 keV 0 eV 0 fm 0 fm Target initStep - 1 31 mum 2.06 mm -2.4 m 0 eV 281 keV 136 mum 136 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 224, Parent ID = 212 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 425 mum 2.55 mm -2.4 m 343 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.42 mm 2.06 mm -2.4 m 343 keV 0 eV 3.29 mm 3.29 mm Target Transportation - 2 -2.4 m -63.8 cm 1.08 m 343 keV 0 eV 4.27 m 4.28 m Tracker Transportation - 3 -2.91 m -77.5 cm 1.82 m 343 keV 0 eV 90.9 cm 5.19 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 223, Parent ID = 212 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 781 mum 1.76 mm -2.4 m 1.34 MeV 0 eV 0 fm 0 fm Target initStep - 1 8.26 mm 1.55 cm -2.42 m 474 keV 0 eV 2.1 cm 2.1 cm Target compt - 2 8.24 mm 1.56 cm -2.42 m 0 eV 88 keV 41.2 mum 2.1 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 228, Parent ID = 223 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.24 mm 1.56 cm -2.42 m 386 keV 0 eV 0 fm 0 fm Target initStep - 1 8.24 mm 1.56 cm -2.42 m 0 eV 386 keV 212 mum 212 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 227, Parent ID = 223 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.26 mm 1.55 cm -2.42 m 866 keV 0 eV 0 fm 0 fm Target initStep - 1 8.28 mm 1.56 cm -2.42 m 0 eV 866 keV 606 mum 606 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 155, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 338 mum 172 mum -2.42 m 9.72 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.17 mm 976 mum -2.41 m 0 eV 0 eV 1.35 cm 1.35 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 230, Parent ID = 155 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.17 mm 976 mum -2.41 m 6.95 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.18 mm 978 mum -2.41 m 4.09 MeV 25.2 keV 19.3 mum 19.3 mum Target eBrem - 2 1.12 mm 1.09 mm -2.4 m 2.23 MeV 1.28 MeV 294 mum 314 mum Target eBrem - 3 1.17 mm 1.34 mm -2.4 m 0 eV 2.23 MeV 1.78 mm 2.09 mm Target eIoni - 4 1.17 mm 1.34 mm -2.4 m 0 eV 0 eV 0 fm 2.09 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 234, Parent ID = 230 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.17 mm 1.34 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2.72 mm 1.73 mm -2.4 m 511 keV 0 eV 5.01 mm 5.01 mm Target Transportation - 2 52.5 cm 13.4 cm -80 cm 511 keV 0 eV 1.69 m 1.69 m Tracker Transportation - 3 59.1 cm 15 cm -60 cm 511 keV 0 eV 21.1 cm 1.9 m Chamber Transportation - 4 78.7 cm 20 cm 0 fm 511 keV 0 eV 63.3 cm 2.54 m Tracker Transportation - 5 85.2 cm 21.6 cm 20 cm 511 keV 0 eV 21.1 cm 2.75 m Chamber Transportation - 6 1.05 m 26.6 cm 80 cm 511 keV 0 eV 63.3 cm 3.38 m Tracker Transportation - 7 1.11 m 28.2 cm 1 m 511 keV 0 eV 21.1 cm 3.59 m Chamber Transportation - 8 1.31 m 33.2 cm 1.6 m 511 keV 0 eV 63.3 cm 4.23 m Tracker Transportation - 9 1.37 m 34.8 cm 1.8 m 511 keV 0 eV 21.1 cm 4.44 m Chamber Transportation - 10 1.57 m 39.8 cm 2.4 m 511 keV 0 eV 63.3 cm 5.07 m Tracker Transportation - 11 1.74 m 44 cm 2.91 m 511 keV 0 eV 53.8 cm 5.61 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 233, Parent ID = 230 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.17 mm 1.34 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 472 mum 1.17 mm -2.41 m 0 eV 88 keV 2.25 mm 2.25 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 235, Parent ID = 233 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 472 mum 1.17 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 471 mum 1.16 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 232, Parent ID = 230 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.12 mm 1.09 mm -2.4 m 583 keV 0 eV 0 fm 0 fm Target initStep - 1 1.31 mm 2.3 mm -2.4 m 0 eV 88 keV 1.34 mm 1.34 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 236, Parent ID = 232 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.31 mm 2.3 mm -2.4 m 495 keV 0 eV 0 fm 0 fm Target initStep - 1 1.32 mm 2.31 mm -2.4 m 0 eV 495 keV 298 mum 298 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 231, Parent ID = 230 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.18 mm 978 mum -2.41 m 2.83 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.32 mm 2.28 mm -2.4 m 2.83 MeV 0 eV 5.32 mm 5.32 mm Target Transportation - 2 18.5 cm 21 cm -1.6 m 2.83 MeV 0 eV 84.7 cm 85.2 cm Tracker Transportation - 3 21.1 cm 24 cm -1.49 m 2.83 MeV 0 eV 12.1 cm 97.3 cm Chamber Transportation - 4 36.8 cm 41.8 cm -80 cm 2.83 MeV 0 eV 72.5 cm 1.7 m Tracker Transportation - 5 41.4 cm 47 cm -60 cm 2.83 MeV 0 eV 21.2 cm 1.91 m Chamber Transportation - 6 55.1 cm 62.6 cm 0 fm 2.83 MeV 0 eV 63.5 cm 2.54 m Tracker Transportation - 7 59.6 cm 67.8 cm 20 cm 2.83 MeV 0 eV 21.2 cm 2.76 m Chamber Transportation - 8 73.3 cm 83.4 cm 80 cm 2.83 MeV 0 eV 63.5 cm 3.39 m Tracker Transportation - 9 77.9 cm 88.6 cm 1 m 2.83 MeV 0 eV 21.2 cm 3.6 m Chamber Transportation - 10 91.6 cm 1.04 m 1.6 m 2.83 MeV 0 eV 63.5 cm 4.24 m Tracker Transportation - 11 96.2 cm 1.09 m 1.8 m 2.83 MeV 0 eV 21.2 cm 4.45 m Chamber Transportation - 12 1.1 m 1.25 m 2.4 m 2.83 MeV 0 eV 63.5 cm 5.08 m Tracker Transportation - 13 1.22 m 1.38 m 2.91 m 2.83 MeV 0 eV 54 cm 5.62 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 229, Parent ID = 155 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.17 mm 976 mum -2.41 m 1.75 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.6 mm 880 mum -2.4 m 318 keV 1.43 MeV 1.17 mm 1.17 mm Target eBrem - 2 1.61 mm 877 mum -2.4 m 0 eV 318 keV 161 mum 1.34 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 154, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 318 mum 161 mum -2.42 m 869 keV 0 eV 0 fm 0 fm Target initStep - 1 1.52 mm 1.22 mm -2.4 m 869 keV 0 eV 1.88 cm 1.88 cm Target Transportation - 2 5.28 cm 4.64 cm -1.6 m 869 keV 0 eV 80.3 cm 82.2 cm Tracker Transportation - 3 6.56 cm 5.77 cm -1.4 m 869 keV 0 eV 20.1 cm 1.02 m Chamber Transportation - 4 10.4 cm 9.15 cm -80 cm 869 keV 0 eV 60.2 cm 1.62 m Tracker Transportation - 5 11.7 cm 10.3 cm -60 cm 869 keV 0 eV 20.1 cm 1.83 m Chamber Transportation - 6 15.5 cm 13.7 cm 0 fm 869 keV 0 eV 60.2 cm 2.43 m Tracker Transportation - 7 16.8 cm 14.8 cm 20 cm 869 keV 0 eV 20.1 cm 2.63 m Chamber Transportation - 8 20.7 cm 18.2 cm 80 cm 869 keV 0 eV 60.2 cm 3.23 m Tracker Transportation - 9 21.9 cm 19.3 cm 1 m 869 keV 0 eV 20.1 cm 3.43 m Chamber Transportation - 10 25.8 cm 22.7 cm 1.6 m 869 keV 0 eV 60.2 cm 4.03 m Tracker Transportation - 11 27.1 cm 23.8 cm 1.8 m 869 keV 0 eV 20.1 cm 4.23 m Chamber Transportation - 12 30.9 cm 27.2 cm 2.4 m 869 keV 0 eV 60.2 cm 4.84 m Tracker Transportation - 13 34.2 cm 30.1 cm 2.91 m 869 keV 0 eV 51.2 cm 5.35 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 153, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 270 mum 170 mum -2.42 m 71.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.49 mm 152 mum -2.41 m 0 eV 0 eV 1.27 cm 1.27 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 238, Parent ID = 153 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.49 mm 152 mum -2.41 m 14.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.48 mm 159 mum -2.41 m 10.1 MeV 3.47 MeV 200 mum 200 mum Target eBrem - 2 1.09 mm 155 mum -2.41 m 1.71 MeV 585 keV 521 mum 721 mum Target eBrem - 3 662 mum -129 mum -2.41 m 353 keV 716 keV 761 mum 1.48 mm Target eBrem - 4 649 mum -120 mum -2.41 m 0 eV 353 keV 185 mum 1.67 mm Target eIoni - 5 649 mum -120 mum -2.41 m 0 eV 0 eV 0 fm 1.67 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 243, Parent ID = 238 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 649 mum -120 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.84 mm 2.58 mm -2.41 m 0 eV 88 keV 2.96 mm 2.96 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 244, Parent ID = 243 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.84 mm 2.58 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.85 mm 2.59 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 242, Parent ID = 238 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 649 mum -120 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.91 mm -2.17 cm -2.41 m 454 keV 0 eV 2.37 cm 2.37 cm Target compt - 2 -1.01 cm -2.32 cm -2.41 m 0 eV 88 keV 1.99 mm 2.57 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 246, Parent ID = 242 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.01 cm -2.32 cm -2.41 m 366 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.01 cm -2.32 cm -2.41 m 0 eV 366 keV 198 mum 198 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 245, Parent ID = 242 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.91 mm -2.17 cm -2.41 m 56.8 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.91 mm -2.17 cm -2.41 m 0 eV 56.8 keV 11.1 mum 11.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 241, Parent ID = 238 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 662 mum -129 mum -2.41 m 645 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.15 cm 6.72 mm -2.42 m 393 keV 0 eV 2.01 cm 2.01 cm Target compt - 2 -1.17 cm 6.26 mm -2.42 m 0 eV 88 keV 779 mum 2.08 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 248, Parent ID = 241 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.17 cm 6.26 mm -2.42 m 305 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.17 cm 6.25 mm -2.42 m 0 eV 305 keV 152 mum 152 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 247, Parent ID = 241 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.15 cm 6.72 mm -2.42 m 252 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.15 cm 6.72 mm -2.42 m 0 eV 252 keV 115 mum 115 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 240, Parent ID = 238 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.09 mm 155 mum -2.41 m 7.82 MeV 0 eV 0 fm 0 fm Target initStep - 1 -289 mum 1.27 mm -2.4 m 0 eV 0 eV 2.29 mm 2.29 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 250, Parent ID = 240 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -289 mum 1.27 mm -2.4 m 1.93 MeV 0 eV 0 fm 0 fm Target initStep - 1 -488 mum 1.34 mm -2.4 m 0 eV 1.93 MeV 1.52 mm 1.52 mm Target eIoni - 2 -488 mum 1.34 mm -2.4 m 0 eV 0 eV 0 fm 1.52 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 252, Parent ID = 250 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -488 mum 1.34 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 329 mum 1.61 mm -2.4 m 428 keV 0 eV 893 mum 893 mum Target compt - 2 2.3 mm 4.47 mm -2.4 m 197 keV 0 eV 3.58 mm 4.47 mm Target compt - 3 2.27 mm 4.42 mm -2.4 m 0 eV 88 keV 91.7 mum 4.56 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 255, Parent ID = 252 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.27 mm 4.42 mm -2.4 m 109 keV 0 eV 0 fm 0 fm Target initStep - 1 2.27 mm 4.42 mm -2.4 m 0 eV 109 keV 31.6 mum 31.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 254, Parent ID = 252 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.3 mm 4.47 mm -2.4 m 231 keV 0 eV 0 fm 0 fm Target initStep - 1 2.3 mm 4.48 mm -2.4 m 0 eV 231 keV 102 mum 102 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 253, Parent ID = 252 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 329 mum 1.61 mm -2.4 m 82.9 keV 0 eV 0 fm 0 fm Target initStep - 1 330 mum 1.61 mm -2.4 m 0 eV 82.9 keV 20.5 mum 20.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 251, Parent ID = 250 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -488 mum 1.34 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.11 mm 489 mum -2.41 m 192 keV 0 eV 2.87 mm 2.87 mm Target compt - 2 -2.25 mm 2.05 mm -2.41 m 0 eV 88 keV 1.79 mm 4.66 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 257, Parent ID = 251 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.25 mm 2.05 mm -2.41 m 104 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.25 mm 2.05 mm -2.41 m 0 eV 104 keV 29.4 mum 29.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 256, Parent ID = 251 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.11 mm 489 mum -2.41 m 319 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.12 mm 484 mum -2.41 m 0 eV 319 keV 162 mum 162 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 249, Parent ID = 240 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -289 mum 1.27 mm -2.4 m 4.87 MeV 0 eV 0 fm 0 fm Target initStep - 1 -549 mum 1.59 mm -2.4 m 0 eV 4.87 MeV 3.28 mm 3.28 mm Target eBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 239, Parent ID = 238 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.48 mm 159 mum -2.41 m 832 keV 0 eV 0 fm 0 fm Target initStep - 1 1.3 mm 221 mum -2.41 m 293 keV 0 eV 298 mum 298 mum Target compt - 2 4.73 mm 4.43 mm -2.41 m 0 eV 88 keV 5.47 mm 5.76 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 259, Parent ID = 239 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.73 mm 4.43 mm -2.41 m 205 keV 0 eV 0 fm 0 fm Target initStep - 1 4.74 mm 4.43 mm -2.41 m 0 eV 205 keV 85.1 mum 85.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 258, Parent ID = 239 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.3 mm 221 mum -2.41 m 539 keV 0 eV 0 fm 0 fm Target initStep - 1 1.3 mm 299 mum -2.41 m 343 keV 196 keV 184 mum 184 mum Target eBrem - 2 1.29 mm 293 mum -2.41 m 0 eV 343 keV 180 mum 365 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 237, Parent ID = 153 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.49 mm 152 mum -2.41 m 55.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.52 mm 138 mum -2.41 m 53.4 MeV 1.5 MeV 254 mum 254 mum Target eBrem - 2 1.62 mm 106 mum -2.41 m 45.4 MeV 1.04 MeV 687 mum 942 mum Target eBrem - 3 1.58 mm 85.1 mum -2.41 m 44.3 MeV 764 keV 458 mum 1.4 mm Target eBrem - 4 1.31 mm 167 mum -2.4 m 37 MeV 2.27 MeV 1.58 mm 2.98 mm Target eBrem - 5 1.22 mm 175 mum -2.4 m 34.6 MeV 865 keV 642 mum 3.62 mm Target eBrem - 6 1.11 mm 149 mum -2.4 m 25.1 MeV 352 keV 318 mum 3.94 mm Target eBrem - 7 967 mum 195 mum -2.4 m 22.8 MeV 503 keV 393 mum 4.33 mm Target eBrem - 8 893 mum 131 mum -2.4 m 16.7 MeV 246 keV 221 mum 4.55 mm Target eBrem - 9 795 mum 173 mum -2.4 m 11.9 MeV 3.02 MeV 1.41 mm 5.96 mm Target eBrem - 10 383 mum -151 mum -2.4 m 9.14 MeV 2.3 MeV 2.18 mm 8.14 mm Target eBrem - 11 252 mum -198 mum -2.4 m 8.5 MeV 170 keV 151 mum 8.29 mm Target eBrem - 12 250 mum -198 mum -2.4 m 8.5 MeV 1.89 keV 1.93 mum 8.3 mm Target Transportation - 13 -42.1 cm -5.73 cm -2.16 m 8.4 MeV 90.1 keV 49 cm 49.8 cm Tracker eIoni - 14 -90.8 cm -13.6 cm -1.77 m 8.27 MeV 122 keV 62.9 cm 1.13 m Tracker eIoni - 15 -1.2 m -21 cm -1.46 m 8.18 MeV 76.8 keV 43.2 cm 1.56 m Tracker eIoni - 16 -1.37 m -25.6 cm -1.27 m 7.97 MeV 39.5 keV 25.9 cm 1.82 m Tracker eIoni - 17 -2.4 m -48.1 cm -34 cm 7.72 MeV 256 keV 1.41 m 3.23 m Tracker Transportation - 18 -2.53 m -51.1 cm -21.2 cm 7.63 MeV 30.1 keV 18.4 cm 3.41 m World eIoni - 19 -2.91 m -59.6 cm 22 cm 7.52 MeV 108 keV 58.3 cm 4 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 275, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.53 m -51.1 cm -21.2 cm 53.6 keV 0 eV 0 fm 0 fm World initStep - 1 -2.55 m -51.1 cm -22.3 cm 0 eV 53.6 keV 4.53 cm 4.53 cm World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 274, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.37 m -25.6 cm -1.27 m 163 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.33 m -36.6 cm -1.17 m 0 eV 163 keV 31.8 cm 31.8 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 273, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.2 m -21 cm -1.46 m 13.4 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.2 m -20.9 cm -1.46 m 0 eV 13.4 keV 3.8 mm 3.8 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 272, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -90.8 cm -13.6 cm -1.77 m 8.9 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -90.7 cm -13.6 cm -1.77 m 0 eV 8.9 keV 1.85 mm 1.85 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 271, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -42.1 cm -5.73 cm -2.16 m 10.7 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -42.1 cm -5.61 cm -2.16 m 0 eV 10.7 keV 2.56 mm 2.56 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 270, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 252 mum -198 mum -2.4 m 474 keV 0 eV 0 fm 0 fm Target initStep - 1 251 mum -198 mum -2.4 m 474 keV 0 eV 1.87 mum 1.87 mum Target Transportation - 2 -2.4 m -53.2 cm -85.8 cm 474 keV 0 eV 2.9 m 2.9 m Tracker Transportation - 3 -2.91 m -64.5 cm -53 cm 474 keV 0 eV 61.7 cm 3.52 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 269, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 383 mum -151 mum -2.4 m 413 keV 0 eV 0 fm 0 fm Target initStep - 1 281 mum -182 mum -2.4 m 413 keV 0 eV 117 mum 117 mum Target Transportation - 2 -2.4 m -73.8 cm -1.28 m 413 keV 0 eV 2.75 m 2.75 m Tracker Transportation - 3 -2.91 m -89.4 cm -1.04 m 413 keV 0 eV 58.4 cm 3.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 268, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 795 mum 173 mum -2.4 m 1.78 MeV 0 eV 0 fm 0 fm Target initStep - 1 -247 mum -575 mum -2.4 m 1.78 MeV 0 eV 1.49 mm 1.49 mm Target Transportation - 2 -2.4 m -1.72 m -65.6 cm 1.78 MeV 0 eV 3.43 m 3.43 m Tracker Transportation - 3 -2.91 m -2.09 m -28.5 cm 1.78 MeV 0 eV 72.9 cm 4.16 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 267, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 893 mum 131 mum -2.4 m 5.89 MeV 0 eV 0 fm 0 fm Target initStep - 1 160 mum -252 mum -2.4 m 5.89 MeV 0 eV 2.22 mm 2.22 mm Target Transportation - 2 -56.9 cm -29.7 cm -80 cm 5.89 MeV 0 eV 1.72 m 1.73 m Tracker Transportation - 3 -64 cm -33.4 cm -60 cm 5.89 MeV 0 eV 21.5 cm 1.94 m Chamber Transportation - 4 -85.3 cm -44.6 cm 0 fm 5.89 MeV 0 eV 64.6 cm 2.59 m Tracker Transportation - 5 -92.4 cm -48.3 cm 20 cm 5.89 MeV 0 eV 21.5 cm 2.8 m Chamber Transportation - 6 -1.14 m -59.4 cm 80 cm 5.89 MeV 0 eV 64.6 cm 3.45 m Tracker Transportation - 7 -1.21 m -63.1 cm 1 m 5.89 MeV 0 eV 21.5 cm 3.67 m Chamber Transportation - 8 -1.42 m -74.3 cm 1.6 m 5.89 MeV 0 eV 64.6 cm 4.31 m Tracker Transportation - 9 -1.49 m -78 cm 1.8 m 5.89 MeV 0 eV 21.5 cm 4.53 m Chamber Transportation - 10 -1.71 m -89.1 cm 2.4 m 5.89 MeV 0 eV 64.6 cm 5.17 m Tracker Transportation - 11 -1.89 m -98.6 cm 2.91 m 5.89 MeV 0 eV 54.9 cm 5.72 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 266, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 967 mum 195 mum -2.4 m 1.78 MeV 0 eV 0 fm 0 fm Target initStep - 1 102 mum -322 mum -2.4 m 1.78 MeV 0 eV 2.47 mm 2.47 mm Target Transportation - 2 -61.2 cm -36.6 cm -80 cm 1.78 MeV 0 eV 1.75 m 1.75 m Tracker Transportation - 3 -67.2 cm -40.2 cm -64.4 cm 1.78 MeV 0 eV 17.1 cm 1.93 m Chamber Transportation - 4 -91.8 cm -54.9 cm 0 fm 1.78 MeV 0 eV 70.5 cm 2.63 m Tracker Transportation - 5 -99.5 cm -59.5 cm 20 cm 1.78 MeV 0 eV 21.9 cm 2.85 m Chamber Transportation - 6 -1.22 m -73.2 cm 80 cm 1.78 MeV 0 eV 65.7 cm 3.51 m Tracker Transportation - 7 -1.3 m -77.8 cm 1 m 1.78 MeV 0 eV 21.9 cm 3.73 m Chamber Transportation - 8 -1.53 m -91.5 cm 1.6 m 1.78 MeV 0 eV 65.7 cm 4.38 m Tracker Transportation - 9 -1.61 m -96.1 cm 1.8 m 1.78 MeV 0 eV 21.9 cm 4.6 m Chamber Transportation - 10 -1.84 m -1.1 m 2.4 m 1.78 MeV 0 eV 65.7 cm 5.26 m Tracker Transportation - 11 -2.03 m -1.21 m 2.91 m 1.78 MeV 0 eV 55.8 cm 5.82 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 265, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.11 mm 149 mum -2.4 m 9.17 MeV 0 eV 0 fm 0 fm Target initStep - 1 -267 mum 213 mum -2.4 m 9.17 MeV 0 eV 2.96 mm 2.96 mm Target Transportation - 2 -1.24 mm 258 mum -2.4 m 5.18 MeV 0 eV 2.1 mm 5.06 mm Tracker compt - 3 -18.4 cm -9.99 cm -1.6 m 5.18 MeV 0 eV 82.5 cm 83 cm Tracker Transportation - 4 -23 cm -12.5 cm -1.4 m 5.18 MeV 0 eV 20.7 cm 1.04 m Chamber Transportation - 5 -36.7 cm -20 cm -80 cm 5.18 MeV 0 eV 62 cm 1.66 m Tracker Transportation - 6 -41.3 cm -22.5 cm -60 cm 5.18 MeV 0 eV 20.7 cm 1.86 m Chamber Transportation - 7 -55 cm -30.1 cm 0 fm 5.18 MeV 0 eV 62 cm 2.48 m Tracker Transportation - 8 -59.6 cm -32.6 cm 20 cm 5.18 MeV 0 eV 20.7 cm 2.69 m Chamber Transportation - 9 -73.3 cm -40.1 cm 80 cm 5.18 MeV 0 eV 62 cm 3.31 m Tracker Transportation - 10 -77.9 cm -42.6 cm 1 m 5.18 MeV 0 eV 20.7 cm 3.52 m Chamber Transportation - 11 -91.6 cm -50.1 cm 1.6 m 5.18 MeV 0 eV 62 cm 4.14 m Tracker Transportation - 12 -96.2 cm -52.6 cm 1.8 m 5.18 MeV 0 eV 20.7 cm 4.34 m Chamber Transportation - 13 -1.1 m -60.2 cm 2.4 m 5.18 MeV 0 eV 62 cm 4.96 m Tracker Transportation - 14 -1.22 m -66.6 cm 2.91 m 5.18 MeV 0 eV 52.7 cm 5.49 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 276, Parent ID = 265 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.24 mm 258 mum -2.4 m 3.98 MeV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.5 m 49.8 cm -58.9 cm 3.54 MeV 423 keV 2.49 m 2.49 m Tracker eIoni - 2 -2.17 m 53.6 cm -20.6 cm 3.36 MeV 131 keV 77.3 cm 3.26 m Tracker eIoni - 3 -2.4 m 61 cm -2.49 cm 3.31 MeV 47.7 keV 30.6 cm 3.57 m Tracker Transportation - 4 -2.91 m 78.4 cm 28.9 cm 3.21 MeV 98.7 keV 63 cm 4.2 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 278, Parent ID = 276 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.17 m 53.6 cm -20.6 cm 49.7 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.18 m 53.1 cm -21.8 cm 0 eV 49.7 keV 3.93 cm 3.93 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 277, Parent ID = 276 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.5 m 49.8 cm -58.9 cm 22.8 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.5 m 49.3 cm -58.9 cm 0 eV 22.8 keV 9.7 mm 9.7 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 264, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.22 mm 175 mum -2.4 m 1.52 MeV 0 eV 0 fm 0 fm Target initStep - 1 228 mum -134 mum -2.4 m 655 keV 0 eV 2.34 mm 2.34 mm Target compt - 2 -1.69 mm 1.2 mm -2.4 m 655 keV 0 eV 2.48 mm 4.82 mm Target Transportation - 3 -2.4 m 1.67 m -1.37 m 655 keV 0 eV 3.1 m 3.1 m Tracker Transportation - 4 -2.91 m 2.02 m -1.16 m 655 keV 0 eV 65.8 cm 3.76 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 279, Parent ID = 264 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 228 mum -134 mum -2.4 m 869 keV 0 eV 0 fm 0 fm Target initStep - 1 223 mum -155 mum -2.4 m 0 eV 869 keV 609 mum 609 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 263, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.31 mm 167 mum -2.4 m 5.03 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.05 mm 456 mum -2.4 m 5.03 MeV 0 eV 3.57 mm 3.57 mm Target Transportation - 2 -5.82 cm 6.55 cm -1.6 m 5.03 MeV 0 eV 80.5 cm 80.8 cm Tracker Transportation - 3 -7.3 cm 8.18 cm -1.4 m 5.03 MeV 0 eV 20.1 cm 1.01 m Chamber Transportation - 4 -11.7 cm 13.1 cm -80 cm 5.03 MeV 0 eV 60.4 cm 1.61 m Tracker Transportation - 5 -13.2 cm 14.7 cm -60 cm 5.03 MeV 0 eV 20.1 cm 1.81 m Chamber Transportation - 6 -17.7 cm 19.6 cm 0.114 fm 5.03 MeV 0 eV 60.4 cm 2.42 m Tracker Transportation - 7 -19.1 cm 21.2 cm 20 cm 5.03 MeV 0 eV 20.1 cm 2.62 m Chamber Transportation - 8 -23.6 cm 26.1 cm 80 cm 5.03 MeV 0 eV 60.4 cm 3.22 m Tracker Transportation - 9 -25.1 cm 27.7 cm 1 m 5.03 MeV 0 eV 20.1 cm 3.42 m Chamber Transportation - 10 -29.5 cm 32.6 cm 1.6 m 5.03 MeV 0 eV 60.4 cm 4.03 m Tracker Transportation - 11 -31 cm 34.2 cm 1.8 m 5.03 MeV 0 eV 20.1 cm 4.23 m Chamber Transportation - 12 -35.4 cm 39.1 cm 2.4 m 5.03 MeV 0 eV 60.4 cm 4.83 m Tracker Transportation - 13 -39.2 cm 43.2 cm 2.91 m 5.03 MeV 0 eV 51.3 cm 5.35 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 262, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.58 mm 85.1 mum -2.41 m 341 keV 0 eV 0 fm 0 fm Target initStep - 1 1.32 mm -2.4 mum -2.4 m 0 eV 88 keV 3.99 mm 3.99 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 280, Parent ID = 262 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.32 mm -2.4 mum -2.4 m 253 keV 0 eV 0 fm 0 fm Target initStep - 1 1.32 mm 478 nm -2.4 m 0 eV 253 keV 116 mum 116 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 261, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.62 mm 106 mum -2.41 m 7.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.38 mm -52.1 mum -2.4 m 7.01 MeV 0 eV 5.55 mm 5.55 mm Target Transportation - 2 -3.35 cm -2.28 cm -1.6 m 7.01 MeV 0 eV 80.1 cm 80.7 cm Tracker Transportation - 3 -4.22 cm -2.85 cm -1.4 m 7.01 MeV 0 eV 20 cm 1.01 m Chamber Transportation - 4 -6.84 cm -4.55 cm -80 cm 7.01 MeV 0 eV 60.1 cm 1.61 m Tracker Transportation - 5 -7.71 cm -5.12 cm -60 cm 7.01 MeV 0 eV 20 cm 1.81 m Chamber Transportation - 6 -10.3 cm -6.83 cm 0 fm 7.01 MeV 0 eV 60.1 cm 2.41 m Tracker Transportation - 7 -11.2 cm -7.4 cm 20 cm 7.01 MeV 0 eV 20 cm 2.61 m Chamber Transportation - 8 -13.8 cm -9.1 cm 80 cm 7.01 MeV 0 eV 60.1 cm 3.21 m Tracker Transportation - 9 -14.7 cm -9.67 cm 1 m 7.01 MeV 0 eV 20 cm 3.41 m Chamber Transportation - 10 -17.3 cm -11.4 cm 1.6 m 7.01 MeV 0 eV 60.1 cm 4.01 m Tracker Transportation - 11 -18.2 cm -11.9 cm 1.8 m 7.01 MeV 0 eV 20 cm 4.21 m Chamber Transportation - 12 -20.8 cm -13.7 cm 2.4 m 7.01 MeV 0 eV 60.1 cm 4.81 m Tracker Transportation - 13 -23 cm -15.1 cm 2.91 m 7.01 MeV 0 eV 51.1 cm 5.32 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 260, Parent ID = 237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.52 mm 138 mum -2.41 m 879 keV 0 eV 0 fm 0 fm Target initStep - 1 2.04 mm -243 mum -2.4 m 879 keV 0 eV 6.26 mm 6.26 mm Target Transportation - 2 6.85 cm -4.92 cm -1.6 m 879 keV 0 eV 80.4 cm 81.1 cm Tracker Transportation - 3 8.52 cm -6.14 cm -1.4 m 879 keV 0 eV 20.1 cm 1.01 m Chamber Transportation - 4 13.5 cm -9.81 cm -80 cm 879 keV 0 eV 60.3 cm 1.61 m Tracker Transportation - 5 15.2 cm -11 cm -60 cm 879 keV 0 eV 20.1 cm 1.82 m Chamber Transportation - 6 20.2 cm -14.7 cm 0 fm 879 keV 0 eV 60.3 cm 2.42 m Tracker Transportation - 7 21.8 cm -15.9 cm 20 cm 879 keV 0 eV 20.1 cm 2.62 m Chamber Transportation - 8 26.8 cm -19.6 cm 80 cm 879 keV 0 eV 60.3 cm 3.22 m Tracker Transportation - 9 28.5 cm -20.8 cm 1 m 879 keV 0 eV 20.1 cm 3.42 m Chamber Transportation - 10 33.5 cm -24.5 cm 1.6 m 879 keV 0 eV 60.3 cm 4.03 m Tracker Transportation - 11 35.1 cm -25.7 cm 1.8 m 879 keV 0 eV 20.1 cm 4.23 m Chamber Transportation - 12 40.1 cm -29.4 cm 2.4 m 879 keV 0 eV 60.3 cm 4.83 m Tracker Transportation - 13 44.3 cm -32.5 cm 2.91 m 879 keV 0 eV 51.3 cm 5.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 152, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 237 mum 180 mum -2.42 m 1.07 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.87 mm -109 mum -2.4 m 1.07 MeV 0 eV 1.96 cm 1.96 cm Target Transportation - 2 6.88 cm -1.2 cm -1.6 m 1.07 MeV 0 eV 80.3 cm 82.2 cm Tracker Transportation - 3 8.55 cm -1.49 cm -1.4 m 1.07 MeV 0 eV 20.1 cm 1.02 m Chamber Transportation - 4 13.6 cm -2.38 cm -80 cm 1.07 MeV 0 eV 60.2 cm 1.63 m Tracker Transportation - 5 15.2 cm -2.68 cm -60 cm 1.07 MeV 0 eV 20.1 cm 1.83 m Chamber Transportation - 6 20.3 cm -3.57 cm 0 fm 1.07 MeV 0 eV 60.2 cm 2.43 m Tracker Transportation - 7 21.9 cm -3.86 cm 20 cm 1.07 MeV 0 eV 20.1 cm 2.63 m Chamber Transportation - 8 23.2 cm -4.09 cm 35.5 cm 247 keV 0 eV 15.5 cm 2.78 m Tracker compt - 9 -1.06 mm -12.7 cm 20 cm 247 keV 0 eV 29.3 cm 3.08 m Tracker Transportation - 10 -30.3 cm -23.7 cm 0 fm 247 keV 0 eV 37.8 cm 3.46 m Chamber Transportation - 11 -2.4 m -1.01 m -1.39 m 247 keV 0 eV 2.63 m 6.09 m Tracker Transportation - 12 -2.91 m -1.19 m -1.73 m 247 keV 0 eV 64 cm 6.73 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 281, Parent ID = 152 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 23.2 cm -4.09 cm 35.5 cm 822 keV 0 eV 0 fm 0 fm Tracker initStep - 1 33.9 cm -1.99 cm 80 cm 736 keV 85.9 keV 49.1 cm 49.1 cm Tracker Transportation - 2 29.3 cm 8.38 cm 87.3 cm 646 keV 89.7 keV 20.9 cm 70 cm Chamber msc - 3 32.6 cm 13.9 cm 95.1 cm 554 keV 92 keV 20.9 cm 90.9 cm Chamber msc - 4 32.6 cm 16.7 cm 92.3 cm 462 keV 48.9 keV 8.35 cm 99.2 cm Chamber eIoni - 5 28 cm 13 cm 91.7 cm 334 keV 128 keV 20.9 cm 1.2 m Chamber msc - 6 30.8 cm 16.5 cm 87.7 cm 244 keV 86.7 keV 13.4 cm 1.34 m Chamber eBrem - 7 29.6 cm 18.1 cm 87.2 cm 0 eV 244 keV 21.1 cm 1.55 m Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 283, Parent ID = 281 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 30.8 cm 16.5 cm 87.7 cm 3.74 keV 0 eV 0 fm 0 fm Chamber initStep - 1 30.5 cm 17 cm 87.7 cm 0 eV 1.15 keV 6.25 mm 6.25 mm Chamber phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 284, Parent ID = 283 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 30.5 cm 17 cm 87.7 cm 2.59 keV 0 eV 0 fm 0 fm Chamber initStep - 1 30.5 cm 17 cm 87.7 cm 0 eV 2.59 keV 143 mum 143 mum Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 282, Parent ID = 281 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 32.6 cm 16.7 cm 92.3 cm 43.5 keV 0 eV 0 fm 0 fm Chamber initStep - 1 32.6 cm 16.7 cm 92.2 cm 0 eV 43.5 keV 1.24 cm 1.24 cm Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 151, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 169 mum 210 mum -2.42 m 6.13 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.03 mm -478 mum -2.4 m 0 eV 0 eV 1.95 cm 1.95 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 286, Parent ID = 151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.03 mm -478 mum -2.4 m 4.84 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.04 mm -636 mum -2.4 m 649 keV 1.81 MeV 1.37 mm 1.37 mm Target eBrem - 2 2.01 mm -658 mum -2.4 m 0 eV 649 keV 427 mum 1.8 mm Target eIoni - 3 2.01 mm -658 mum -2.4 m 0 eV 0 eV 0 fm 1.8 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 289, Parent ID = 286 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.01 mm -658 mum -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.03 mm 3.79 mm -2.4 m 235 keV 0 eV 1.01 cm 1.01 cm Target compt - 2 -7.05 mm 3.72 mm -2.4 m 0 eV 88 keV 90.2 mum 1.02 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 291, Parent ID = 289 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.05 mm 3.72 mm -2.4 m 147 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.04 mm 3.72 mm -2.4 m 0 eV 147 keV 51.1 mum 51.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 290, Parent ID = 289 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.03 mm 3.79 mm -2.4 m 276 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.04 mm 3.79 mm -2.4 m 0 eV 276 keV 132 mum 132 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 288, Parent ID = 286 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.01 mm -658 mum -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.14 mm -1.22 mm -2.4 m 511 keV 0 eV 1.26 mm 1.26 mm Target Transportation - 2 2.4 m -1.18 m -2.39 m 511 keV 0 eV 2.67 m 2.67 m Tracker Transportation - 3 2.91 m -1.43 m -2.39 m 511 keV 0 eV 56.8 cm 3.24 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 287, Parent ID = 286 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.04 mm -636 mum -2.4 m 2.38 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.01 mm -656 mum -2.4 m 2.38 MeV 0 eV 44.6 mum 44.6 mum Target Transportation - 2 -2.4 m -1.53 m -52.2 cm 2.38 MeV 0 eV 3.41 m 3.41 m Tracker Transportation - 3 -2.91 m -1.86 m -12.3 cm 2.38 MeV 0 eV 72.4 cm 4.14 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 285, Parent ID = 151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.03 mm -478 mum -2.4 m 267 keV 0 eV 0 fm 0 fm Target initStep - 1 2.04 mm -472 mum -2.4 m 0 eV 267 keV 126 mum 126 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 150, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 135 mum 212 mum -2.42 m 379 keV 0 eV 0 fm 0 fm Target initStep - 1 2.29 mm -55.1 mum -2.4 m 257 keV 0 eV 1.75 cm 1.75 cm Target compt - 2 1.8 mm 1.16 mm -2.4 m 0 eV 88 keV 1.45 mm 1.9 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 293, Parent ID = 150 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.8 mm 1.16 mm -2.4 m 169 keV 0 eV 0 fm 0 fm Target initStep - 1 1.79 mm 1.16 mm -2.4 m 0 eV 169 keV 63.4 mum 63.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 292, Parent ID = 150 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.29 mm -55.1 mum -2.4 m 122 keV 0 eV 0 fm 0 fm Target initStep - 1 2.29 mm -56.7 mum -2.4 m 0 eV 122 keV 38 mum 38 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 149, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 70.6 mum 269 mum -2.42 m 903 keV 0 eV 0 fm 0 fm Target initStep - 1 1.54 mm -557 mum -2.4 m 903 keV 0 eV 2.24 cm 2.24 cm Target Transportation - 2 5.42 cm -3.01 cm -1.6 m 903 keV 0 eV 80.2 cm 82.5 cm Tracker Transportation - 3 6.73 cm -3.75 cm -1.4 m 903 keV 0 eV 20.1 cm 1.03 m Chamber Transportation - 4 10.7 cm -5.97 cm -80 cm 903 keV 0 eV 60.2 cm 1.63 m Tracker Transportation - 5 12 cm -6.71 cm -60 cm 903 keV 0 eV 20.1 cm 1.83 m Chamber Transportation - 6 15.9 cm -8.92 cm 0 fm 903 keV 0 eV 60.2 cm 2.43 m Tracker Transportation - 7 17.3 cm -9.66 cm 20 cm 903 keV 0 eV 20.1 cm 2.63 m Chamber Transportation - 8 21.2 cm -11.9 cm 80 cm 903 keV 0 eV 60.2 cm 3.23 m Tracker Transportation - 9 22.5 cm -12.6 cm 1 m 903 keV 0 eV 20.1 cm 3.43 m Chamber Transportation - 10 26.5 cm -14.8 cm 1.6 m 903 keV 0 eV 60.2 cm 4.03 m Tracker Transportation - 11 27.8 cm -15.6 cm 1.8 m 903 keV 0 eV 20.1 cm 4.23 m Chamber Transportation - 12 31.7 cm -17.8 cm 2.4 m 903 keV 0 eV 60.2 cm 4.84 m Tracker Transportation - 13 35.1 cm -19.7 cm 2.91 m 903 keV 0 eV 51.1 cm 5.35 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 148, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 20.3 mum 275 mum -2.42 m 926 keV 0 eV 0 fm 0 fm Target initStep - 1 416 mum 369 mum -2.42 m 638 keV 0 eV 6.84 mm 6.84 mm Target compt - 2 2.57 mm 50.5 mum -2.41 m 251 keV 0 eV 3.11 mm 9.95 mm Target compt - 3 -119 mum -1.37 mm -2.41 m 0 eV 88 keV 3.31 mm 1.33 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 296, Parent ID = 148 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -119 mum -1.37 mm -2.41 m 163 keV 0 eV 0 fm 0 fm Target initStep - 1 -117 mum -1.37 mm -2.41 m 0 eV 163 keV 59.6 mum 59.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 295, Parent ID = 148 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.57 mm 50.5 mum -2.41 m 387 keV 0 eV 0 fm 0 fm Target initStep - 1 2.58 mm 51.3 mum -2.41 m 0 eV 387 keV 213 mum 213 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 294, Parent ID = 148 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 416 mum 369 mum -2.42 m 287 keV 0 eV 0 fm 0 fm Target initStep - 1 410 mum 370 mum -2.42 m 0 eV 287 keV 140 mum 140 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 147, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 16.5 mum 274 mum -2.42 m 240 MeV 0 eV 0 fm 0 fm Target initStep - 1 760 mum 522 mum -2.41 m 0 eV 0 eV 1.44 cm 1.44 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 298, Parent ID = 147 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 760 mum 522 mum -2.41 m 176 MeV 0 eV 0 fm 0 fm Target initStep - 1 787 mum 524 mum -2.41 m 175 MeV 394 keV 362 mum 362 mum Target eBrem - 2 939 mum 465 mum -2.41 m 143 MeV 6.6 MeV 1.97 mm 2.33 mm Target eBrem - 3 950 mum 464 mum -2.41 m 118 MeV 84.5 keV 78.4 mum 2.41 mm Target eBrem - 4 957 mum 463 mum -2.41 m 118 MeV 46.9 keV 46.3 mum 2.46 mm Target eBrem - 5 1.2 mm 552 mum -2.41 m 113 MeV 1.87 MeV 1.6 mm 4.06 mm Target eBrem - 6 1.21 mm 584 mum -2.4 m 108 MeV 391 keV 363 mum 4.42 mm Target eBrem - 7 1.26 mm 622 mum -2.4 m 105 MeV 1.59 MeV 1.08 mm 5.5 mm Target eBrem - 8 1.25 mm 624 mum -2.4 m 104 MeV 215 keV 158 mum 5.66 mm Target eBrem - 9 1.21 mm 643 mum -2.4 m 44 MeV 547 keV 424 mum 6.09 mm Target eBrem - 10 1.21 mm 650 mum -2.4 m 39.8 MeV 3.7 MeV 410 mum 6.5 mm Target eBrem - 11 1.2 mm 649 mum -2.4 m 38.8 MeV 67.4 keV 67.3 mum 6.56 mm Target eBrem - 12 683 mum 671 mum -2.4 m 35.7 MeV 3.17 MeV 2.7 mm 9.26 mm Target Transportation - 13 -9.47 cm 7.03 cm -2.22 m 35.6 MeV 47.7 keV 21.9 cm 22.9 cm Tracker eIoni - 14 -18.2 cm 13.1 cm -2.05 m 35.5 MeV 38.9 keV 19.8 cm 42.6 cm Tracker eIoni - 15 -48.9 cm 32.7 cm -1.48 m 35.4 MeV 146 keV 67.6 cm 1.1 m Tracker eIoni - 16 -64.2 cm 42.6 cm -1.2 m 35.3 MeV 77.6 keV 33.3 cm 1.44 m Tracker eIoni - 17 -1.43 m 94.6 cm 27.6 cm 34.9 MeV 353 keV 1.75 m 3.19 m Tracker eIoni - 18 -1.44 m 96.1 cm 30.9 cm 34.9 MeV 8.51 keV 3.88 cm 3.23 m Tracker eIoni - 19 -1.91 m 1.39 m 1.3 m 27.5 MeV 235 keV 1.18 m 4.4 m Tracker eBrem - 20 -2.14 m 1.6 m 1.81 m 27.3 MeV 126 keV 59.7 cm 5 m Tracker eIoni - 21 -2.4 m 1.81 m 2.31 m 27.2 MeV 117 keV 60.2 cm 5.6 m Tracker Transportation - 22 -2.72 m 2.06 m 2.91 m 27.1 MeV 149 keV 72.4 cm 6.33 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 317, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.14 m 1.6 m 1.81 m 18.6 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.14 m 1.59 m 1.81 m 0 eV 18.6 keV 6.72 mm 6.72 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 316, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.91 m 1.39 m 1.3 m 7.16 MeV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.4 m 1.77 m 2.26 m 7.16 MeV 0 eV 1.14 m 1.14 m Tracker Transportation - 2 -2.74 m 2.03 m 2.91 m 7.16 MeV 0 eV 77.7 cm 1.92 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 315, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.44 m 96.1 cm 30.9 cm 14.4 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.44 m 96.2 cm 30.9 cm 0 eV 14.4 keV 4.32 mm 4.32 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 314, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.43 m 94.6 cm 27.6 cm 10.5 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.43 m 94.6 cm 27.6 cm 0 eV 10.5 keV 2.48 mm 2.48 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 313, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.2 cm 42.6 cm -1.2 m 28.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -63.7 cm 42.8 cm -1.2 m 0 eV 28.1 keV 1.42 cm 1.42 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 312, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -48.9 cm 32.7 cm -1.48 m 9.37 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -48.8 cm 32.7 cm -1.48 m 0 eV 9.37 keV 2.02 mm 2.02 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 311, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -18.2 cm 13.1 cm -2.05 m 13.5 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -18 cm 13 cm -2.05 m 0 eV 13.5 keV 3.82 mm 3.82 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 310, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.47 cm 7.03 cm -2.22 m 30.2 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -8.88 cm 7.49 cm -2.21 m 0 eV 30.2 keV 1.61 cm 1.61 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 309, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.2 mm 649 mum -2.4 m 926 keV 0 eV 0 fm 0 fm Target initStep - 1 657 mum 682 mum -2.4 m 926 keV 0 eV 2.62 mm 2.62 mm Target Transportation - 2 -16.8 cm 1.1 cm -1.6 m 926 keV 0 eV 81.8 cm 82 cm Tracker Transportation - 3 -21 cm 1.35 cm -1.4 m 926 keV 0 eV 20.4 cm 1.02 m Chamber Transportation - 4 -33.6 cm 2.12 cm -80 cm 926 keV 0 eV 61.3 cm 1.64 m Tracker Transportation - 5 -37.9 cm 2.38 cm -60 cm 926 keV 0 eV 20.4 cm 1.84 m Chamber Transportation - 6 -50.5 cm 3.15 cm 0 fm 926 keV 0 eV 61.3 cm 2.46 m Tracker Transportation - 7 -54.7 cm 3.41 cm 20 cm 926 keV 0 eV 20.4 cm 2.66 m Chamber Transportation - 8 -67.3 cm 4.18 cm 80 cm 926 keV 0 eV 61.3 cm 3.27 m Tracker Transportation - 9 -71.6 cm 4.44 cm 1 m 926 keV 0 eV 20.4 cm 3.48 m Chamber Transportation - 10 -84.2 cm 5.21 cm 1.6 m 926 keV 0 eV 61.3 cm 4.09 m Tracker Transportation - 11 -88.4 cm 5.46 cm 1.8 m 926 keV 0 eV 20.4 cm 4.3 m Chamber Transportation - 12 -1.01 m 6.23 cm 2.4 m 926 keV 0 eV 61.3 cm 4.91 m Tracker Transportation - 13 -1.12 m 6.89 cm 2.91 m 926 keV 0 eV 52.1 cm 5.43 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 308, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.21 mm 650 mum -2.4 m 506 keV 0 eV 0 fm 0 fm Target initStep - 1 715 mum 574 mum -2.4 m 506 keV 0 eV 2.68 mm 2.68 mm Target Transportation - 2 -15 cm -2.26 cm -1.6 m 506 keV 0 eV 81.4 cm 81.7 cm Tracker Transportation - 3 -18.8 cm -2.83 cm -1.4 m 506 keV 0 eV 20.4 cm 1.02 m Chamber Transportation - 4 -30.1 cm -4.57 cm -80 cm 506 keV 0 eV 61.1 cm 1.63 m Tracker Transportation - 5 -33.9 cm -5.15 cm -60 cm 506 keV 0 eV 20.4 cm 1.84 m Chamber Transportation - 6 -45.2 cm -6.88 cm 0 fm 506 keV 0 eV 61.1 cm 2.45 m Tracker Transportation - 7 -48.9 cm -7.46 cm 20 cm 506 keV 0 eV 20.4 cm 2.65 m Chamber Transportation - 8 -60.2 cm -9.2 cm 80 cm 506 keV 0 eV 61.1 cm 3.26 m Tracker Transportation - 9 -64 cm -9.77 cm 1 m 506 keV 0 eV 20.4 cm 3.46 m Chamber Transportation - 10 -75.3 cm -11.5 cm 1.6 m 506 keV 0 eV 61.1 cm 4.07 m Tracker Transportation - 11 -79.1 cm -12.1 cm 1.8 m 506 keV 0 eV 20.4 cm 4.28 m Chamber Transportation - 12 -90.4 cm -13.8 cm 2.4 m 506 keV 0 eV 61.1 cm 4.89 m Tracker Transportation - 13 -1 m -15.3 cm 2.91 m 506 keV 0 eV 51.9 cm 5.41 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 307, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.21 mm 643 mum -2.4 m 59.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.16 mm 637 mum -2.4 m 0 eV 0 eV 628 mum 628 mum Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 319, Parent ID = 307 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.16 mm 637 mum -2.4 m 2.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.61 mm 980 mum -2.4 m 467 keV 647 keV 778 mum 778 mum Target eBrem - 2 1.61 mm 989 mum -2.4 m 0 eV 467 keV 275 mum 1.05 mm Target eIoni - 3 1.61 mm 989 mum -2.4 m 0 eV 0 eV 0 fm 1.05 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 322, Parent ID = 319 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.61 mm 989 mum -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.51 mm -710 mum -2.4 m 511 keV 0 eV 3 mm 3 mm Target Transportation - 2 -14.4 cm -2.4 m 1.09 m 511 keV 0 eV 4.24 m 4.24 m Tracker Transportation - 3 -17.4 cm -2.91 m 1.83 m 511 keV 0 eV 90.1 cm 5.14 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 321, Parent ID = 319 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.61 mm 989 mum -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.64 mm 1.47 mm -2.4 m 0 eV 88 keV 848 mum 848 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 323, Parent ID = 321 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.64 mm 1.47 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.63 mm 1.47 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 320, Parent ID = 319 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.61 mm 980 mum -2.4 m 900 keV 0 eV 0 fm 0 fm Target initStep - 1 1.58 mm 4.83 mm -2.41 m 340 keV 0 eV 1.1 cm 1.1 cm Target compt - 2 2.2 mm 4.24 mm -2.41 m 0 eV 88 keV 905 mum 1.19 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 325, Parent ID = 320 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.2 mm 4.24 mm -2.41 m 252 keV 0 eV 0 fm 0 fm Target initStep - 1 2.2 mm 4.23 mm -2.41 m 0 eV 252 keV 115 mum 115 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 324, Parent ID = 320 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.58 mm 4.83 mm -2.41 m 561 keV 0 eV 0 fm 0 fm Target initStep - 1 1.57 mm 4.84 mm -2.41 m 0 eV 561 keV 351 mum 351 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 318, Parent ID = 307 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.16 mm 637 mum -2.4 m 56.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.13 mm 621 mum -2.4 m 53.3 MeV 276 keV 288 mum 288 mum Target eBrem - 2 777 mum 633 mum -2.4 m 47 MeV 6.24 MeV 2.19 mm 2.48 mm Target Transportation - 3 1.07 cm 3.92 cm -2.24 m 47 MeV 29.9 keV 16.2 cm 16.5 cm Tracker eIoni - 4 2.26 cm 8.63 cm -2.05 m 46.9 MeV 37.6 keV 19.8 cm 36.3 cm Tracker eIoni - 5 4.95 cm 19.9 cm -1.6 m 46.8 MeV 95.3 keV 46.5 cm 82.8 cm Tracker Transportation - 6 6.09 cm 24 cm -1.42 m 46.7 MeV 116 keV 18.5 cm 1.01 m Chamber Transportation - 7 9.1 cm 36 cm -95 cm 46.5 MeV 107 keV 48.6 cm 1.5 m Tracker eIoni - 8 10.1 cm 39.7 cm -80 cm 46.5 MeV 34.6 keV 15.5 cm 1.65 m Tracker Transportation - 9 11.3 cm 44.8 cm -60 cm 46.4 MeV 122 keV 20.7 cm 1.86 m Chamber Transportation - 10 14 cm 60.1 cm 0 fm 46.3 MeV 137 keV 62 cm 2.48 m Tracker Transportation - 11 15.2 cm 64.7 cm 20 cm 46.1 MeV 136 keV 20.6 cm 2.69 m Chamber Transportation - 12 18.1 cm 75.9 cm 73.5 cm 45.7 MeV 115 keV 54.7 cm 3.23 m Tracker eBrem - 13 18.4 cm 77.3 cm 80 cm 45.7 MeV 7.68 keV 6.67 cm 3.3 m Tracker Transportation - 14 19.4 cm 81.7 cm 1 m 45.6 MeV 143 keV 20.5 cm 3.51 m Chamber Transportation - 15 20 cm 84.7 cm 1.17 m 45.5 MeV 32.7 keV 16.9 cm 3.67 m Tracker eIoni - 16 20.2 cm 86.9 cm 1.29 m 45.4 MeV 22.2 keV 12.2 cm 3.8 m Tracker eIoni - 17 20.8 cm 92.7 cm 1.6 m 45.4 MeV 69 keV 31.9 cm 4.12 m Tracker Transportation - 18 21.4 cm 96.4 cm 1.8 m 45.2 MeV 163 keV 20.4 cm 4.32 m Chamber Transportation - 19 21.7 cm 97.4 cm 1.85 m 45.2 MeV 9.42 keV 5.27 cm 4.37 m Tracker eIoni - 20 25 cm 1.08 m 2.4 m 45.1 MeV 115 keV 55.9 cm 4.93 m Tracker Transportation - 21 27.5 cm 1.17 m 2.91 m 45 MeV 113 keV 51.9 cm 5.45 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 333, Parent ID = 318 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 21.7 cm 97.4 cm 1.85 m 14.9 keV 0 eV 0 fm 0 fm Tracker initStep - 1 21.8 cm 97.2 cm 1.85 m 0 eV 14.9 keV 4.56 mm 4.56 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 332, Parent ID = 318 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 20.2 cm 86.9 cm 1.29 m 60.4 keV 0 eV 0 fm 0 fm Tracker initStep - 1 18.2 cm 85.2 cm 1.3 m 0 eV 60.4 keV 5.61 cm 5.61 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 331, Parent ID = 318 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 20 cm 84.7 cm 1.17 m 30.5 keV 0 eV 0 fm 0 fm Tracker initStep - 1 20.8 cm 84.7 cm 1.17 m 0 eV 30.5 keV 1.63 cm 1.63 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 330, Parent ID = 318 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 18.1 cm 75.9 cm 73.5 cm 271 keV 0 eV 0 fm 0 fm Tracker initStep - 1 18.5 cm 77.5 cm 80 cm 271 keV 0 eV 6.72 cm 6.72 cm Tracker Transportation - 2 19.5 cm 82.6 cm 1 m 271 keV 0 eV 20.7 cm 27.4 cm Chamber Transportation - 3 22.4 cm 97.8 cm 1.6 m 271 keV 0 eV 62 cm 89.3 cm Tracker Transportation - 4 23.4 cm 1.03 m 1.8 m 271 keV 0 eV 20.7 cm 1.1 m Chamber Transportation - 5 26.4 cm 1.18 m 2.4 m 271 keV 0 eV 62 cm 1.72 m Tracker Transportation - 6 28.9 cm 1.31 m 2.91 m 271 keV 0 eV 52.7 cm 2.25 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 329, Parent ID = 318 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.1 cm 36 cm -95 cm 58.4 keV 0 eV 0 fm 0 fm Tracker initStep - 1 9.37 cm 33.7 cm -93.9 cm 0 eV 58.4 keV 5.3 cm 5.3 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 328, Parent ID = 318 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.26 cm 8.63 cm -2.05 m 10.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.37 cm 8.62 cm -2.05 m 0 eV 10.1 keV 2.3 mm 2.3 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 327, Parent ID = 318 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.07 cm 3.92 cm -2.24 m 19 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.38 cm 4.09 cm -2.24 m 0 eV 19 keV 6.99 mm 6.99 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 326, Parent ID = 318 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.13 mm 621 mum -2.4 m 3 MeV 0 eV 0 fm 0 fm Target initStep - 1 795 mum 601 mum -2.4 m 3 MeV 0 eV 2.15 mm 2.15 mm Target Transportation - 2 -12.5 cm -6.85 mm -1.6 m 3 MeV 0 eV 81 cm 81.2 cm Tracker Transportation - 3 -15.6 cm -8.71 mm -1.4 m 3 MeV 0 eV 20.2 cm 1.01 m Chamber Transportation - 4 -25 cm -1.43 cm -80 cm 3 MeV 0 eV 60.7 cm 1.62 m Tracker Transportation - 5 -28.1 cm -1.62 cm -60 cm 3 MeV 0 eV 20.2 cm 1.82 m Chamber Transportation - 6 -37.5 cm -2.17 cm 0 fm 3 MeV 0 eV 60.7 cm 2.43 m Tracker Transportation - 7 -40.6 cm -2.36 cm 20 cm 3 MeV 0 eV 20.2 cm 2.63 m Chamber Transportation - 8 -50 cm -2.92 cm 80 cm 3 MeV 0 eV 60.7 cm 3.24 m Tracker Transportation - 9 -53.2 cm -3.11 cm 1 m 3 MeV 0 eV 20.2 cm 3.44 m Chamber Transportation - 10 -62.6 cm -3.66 cm 1.6 m 3 MeV 0 eV 60.7 cm 4.05 m Tracker Transportation - 11 -65.7 cm -3.85 cm 1.8 m 3 MeV 0 eV 20.2 cm 4.25 m Chamber Transportation - 12 -75.1 cm -4.41 cm 2.4 m 3 MeV 0 eV 60.7 cm 4.86 m Tracker Transportation - 13 -83.1 cm -4.88 cm 2.91 m 3 MeV 0 eV 51.6 cm 5.38 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 306, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.25 mm 624 mum -2.4 m 501 keV 0 eV 0 fm 0 fm Target initStep - 1 1.03 mm 719 mum -2.4 m 501 keV 0 eV 3.47 mm 3.47 mm Target Transportation - 2 -5.11 cm 2.28 cm -1.6 m 501 keV 0 eV 80.2 cm 80.5 cm Tracker Transportation - 3 -6.42 cm 2.83 cm -1.4 m 501 keV 0 eV 20.1 cm 1.01 m Chamber Transportation - 4 -10.3 cm 4.48 cm -80 cm 501 keV 0 eV 60.2 cm 1.61 m Tracker Transportation - 5 -11.6 cm 5.03 cm -60 cm 501 keV 0 eV 20.1 cm 1.81 m Chamber Transportation - 6 -15.5 cm 6.68 cm 0 fm 501 keV 0 eV 60.2 cm 2.41 m Tracker Transportation - 7 -16.9 cm 7.23 cm 20 cm 501 keV 0 eV 20.1 cm 2.61 m Chamber Transportation - 8 -20.8 cm 8.89 cm 80 cm 501 keV 0 eV 60.2 cm 3.21 m Tracker Transportation - 9 -22.1 cm 9.44 cm 1 m 501 keV 0 eV 20.1 cm 3.41 m Chamber Transportation - 10 -26 cm 11.1 cm 1.6 m 501 keV 0 eV 60.2 cm 4.01 m Tracker Transportation - 11 -27.3 cm 11.6 cm 1.8 m 501 keV 0 eV 20.1 cm 4.21 m Chamber Transportation - 12 -31.2 cm 13.3 cm 2.4 m 501 keV 0 eV 60.2 cm 4.82 m Tracker Transportation - 13 -34.5 cm 14.7 cm 2.91 m 501 keV 0 eV 51.1 cm 5.33 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 305, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.26 mm 622 mum -2.4 m 1.53 MeV 0 eV 0 fm 0 fm Target initStep - 1 972 mum 730 mum -2.4 m 1.53 MeV 0 eV 3.63 mm 3.63 mm Target Transportation - 2 -6.35 cm 2.47 cm -1.6 m 1.53 MeV 0 eV 80.3 cm 80.7 cm Tracker Transportation - 3 -7.96 cm 3.07 cm -1.4 m 1.53 MeV 0 eV 20.1 cm 1.01 m Chamber Transportation - 4 -12.8 cm 4.87 cm -80 cm 1.53 MeV 0 eV 60.2 cm 1.61 m Tracker Transportation - 5 -14.4 cm 5.47 cm -60 cm 1.53 MeV 0 eV 20.1 cm 1.81 m Chamber Transportation - 6 -19.2 cm 7.26 cm 0 fm 1.53 MeV 0 eV 60.2 cm 2.41 m Tracker Transportation - 7 -20.9 cm 7.86 cm 20 cm 1.53 MeV 0 eV 20.1 cm 2.61 m Chamber Transportation - 8 -25.7 cm 9.66 cm 80 cm 1.53 MeV 0 eV 60.2 cm 3.22 m Tracker Transportation - 9 -27.3 cm 10.3 cm 1 m 1.53 MeV 0 eV 20.1 cm 3.42 m Chamber Transportation - 10 -32.1 cm 12.1 cm 1.6 m 1.53 MeV 0 eV 60.2 cm 4.02 m Tracker Transportation - 11 -33.8 cm 12.7 cm 1.8 m 1.53 MeV 0 eV 20.1 cm 4.22 m Chamber Transportation - 12 -38.6 cm 14.5 cm 2.4 m 1.53 MeV 0 eV 60.2 cm 4.82 m Tracker Transportation - 13 -42.7 cm 16 cm 2.91 m 1.53 MeV 0 eV 51.2 cm 5.33 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 304, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.21 mm 584 mum -2.4 m 4.35 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.3 mm 801 mum -2.4 m 4.35 MeV 0 eV 4.71 mm 4.71 mm Target Transportation - 2 1.79 cm 3.78 cm -1.6 m 4.35 MeV 0 eV 80.1 cm 80.6 cm Tracker Transportation - 3 2.2 cm 4.7 cm -1.4 m 4.35 MeV 0 eV 20 cm 1.01 m Chamber Transportation - 4 3.45 cm 7.48 cm -80 cm 4.35 MeV 0 eV 60.1 cm 1.61 m Tracker Transportation - 5 3.86 cm 8.4 cm -60 cm 4.35 MeV 0 eV 20 cm 1.81 m Chamber Transportation - 6 5.11 cm 11.2 cm 0 fm 4.35 MeV 0 eV 60.1 cm 2.41 m Tracker Transportation - 7 5.52 cm 12.1 cm 20 cm 4.35 MeV 0 eV 20 cm 2.61 m Chamber Transportation - 8 6.77 cm 14.9 cm 80 cm 4.35 MeV 0 eV 60.1 cm 3.21 m Tracker Transportation - 9 7.18 cm 15.8 cm 1 m 4.35 MeV 0 eV 20 cm 3.41 m Chamber Transportation - 10 8.43 cm 18.6 cm 1.6 m 4.35 MeV 0 eV 60.1 cm 4.01 m Tracker Transportation - 11 8.84 cm 19.5 cm 1.8 m 4.35 MeV 0 eV 20 cm 4.21 m Chamber Transportation - 12 10.1 cm 22.3 cm 2.4 m 4.35 MeV 0 eV 60.1 cm 4.81 m Tracker Transportation - 13 11.1 cm 24.6 cm 2.91 m 4.35 MeV 0 eV 51.1 cm 5.32 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 303, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.2 mm 552 mum -2.41 m 3.07 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.24 mm 908 mum -2.4 m 3.07 MeV 0 eV 5.07 mm 5.07 mm Target Transportation - 2 7.72 mm 5.71 cm -1.6 m 3.07 MeV 0 eV 80.2 cm 80.7 cm Tracker Transportation - 3 9.34 mm 7.12 cm -1.4 m 3.07 MeV 0 eV 20 cm 1.01 m Chamber Transportation - 4 1.42 cm 11.3 cm -80 cm 3.07 MeV 0 eV 60.1 cm 1.61 m Tracker Transportation - 5 1.58 cm 12.7 cm -60 cm 3.07 MeV 0 eV 20 cm 1.81 m Chamber Transportation - 6 2.07 cm 17 cm 0 fm 3.07 MeV 0 eV 60.1 cm 2.41 m Tracker Transportation - 7 2.23 cm 18.4 cm 20 cm 3.07 MeV 0 eV 20 cm 2.61 m Chamber Transportation - 8 2.72 cm 22.6 cm 80 cm 3.07 MeV 0 eV 60.1 cm 3.21 m Tracker Transportation - 9 2.88 cm 24 cm 1 m 3.07 MeV 0 eV 20 cm 3.41 m Chamber Transportation - 10 3.36 cm 28.2 cm 1.6 m 3.07 MeV 0 eV 60.1 cm 4.02 m Tracker Transportation - 11 3.53 cm 29.6 cm 1.8 m 3.07 MeV 0 eV 20 cm 4.22 m Chamber Transportation - 12 4.01 cm 33.8 cm 2.4 m 3.07 MeV 0 eV 60.1 cm 4.82 m Tracker Transportation - 13 4.43 cm 37.4 cm 2.91 m 3.07 MeV 0 eV 51.1 cm 5.33 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 302, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 957 mum 463 mum -2.41 m 531 keV 0 eV 0 fm 0 fm Target initStep - 1 1.62 mm 488 mum -2.4 m 0 eV 88 keV 4.05 mm 4.05 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 334, Parent ID = 302 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.62 mm 488 mum -2.4 m 443 keV 0 eV 0 fm 0 fm Target initStep - 1 1.63 mm 493 mum -2.4 m 0 eV 443 keV 257 mum 257 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 301, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 950 mum 464 mum -2.41 m 24.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.03 mm 460 mum -2.41 m 0 eV 0 eV 475 mum 475 mum Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 336, Parent ID = 301 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.03 mm 460 mum -2.41 m 8.56 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.49 mm 554 mum -2.41 m 5.6 MeV 1.58 MeV 942 mum 942 mum Target eBrem - 2 1.46 mm 632 mum -2.41 m 2.09 MeV 118 keV 96.1 mum 1.04 mm Target eBrem - 3 1.44 mm 1.04 mm -2.41 m 1.53 MeV 561 keV 518 mum 1.56 mm Target eBrem - 4 1.33 mm 1.04 mm -2.41 m 0 eV 1.53 MeV 1.19 mm 2.75 mm Target eIoni - 5 1.33 mm 1.04 mm -2.41 m 0 eV 0 eV 0 fm 2.75 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 340, Parent ID = 336 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.33 mm 1.04 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.5 mm 809 mum -2.4 m 459 keV 0 eV 572 mum 572 mum Target compt - 2 1.65 mm 499 mum -2.4 m 0 eV 88 keV 413 mum 984 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 342, Parent ID = 340 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.65 mm 499 mum -2.4 m 371 keV 0 eV 0 fm 0 fm Target initStep - 1 1.66 mm 489 mum -2.4 m 0 eV 371 keV 201 mum 201 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 341, Parent ID = 340 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.5 mm 809 mum -2.4 m 51.9 keV 0 eV 0 fm 0 fm Target initStep - 1 1.5 mm 810 mum -2.4 m 0 eV 51.9 keV 9.52 mum 9.52 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 339, Parent ID = 336 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.33 mm 1.04 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -189 mum 3.04 mm -2.41 m 0 eV 88 keV 5.02 mm 5.02 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 343, Parent ID = 339 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -189 mum 3.04 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -181 mum 3.05 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 338, Parent ID = 336 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.46 mm 632 mum -2.41 m 3.39 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.25 mm 2.52 mm -2.4 m 2.42 MeV 0 eV 4.33 mm 4.33 mm Target compt - 2 -1.59 mm 2.6 mm -2.4 m 898 keV 0 eV 594 mum 4.92 mm Target compt - 3 -1.24 mm 2.05 mm -2.4 m 898 keV 0 eV 2.17 mm 7.1 mm Target Transportation - 4 13.5 cm -21.2 cm -1.6 m 898 keV 0 eV 83.9 cm 84.6 cm Tracker Transportation - 5 15.3 cm -24 cm -1.5 m 898 keV 0 eV 10.9 cm 95.5 cm Chamber Transportation - 6 27.1 cm -42.7 cm -80 cm 898 keV 0 eV 73.1 cm 1.69 m Tracker Transportation - 7 30.5 cm -48 cm -60 cm 898 keV 0 eV 21 cm 1.9 m Chamber Transportation - 8 40.7 cm -64.1 cm -0.114 fm 898 keV 0 eV 63 cm 2.53 m Tracker Transportation - 9 44.2 cm -69.4 cm 20 cm 898 keV 0 eV 21 cm 2.73 m Chamber Transportation - 10 54.4 cm -85.5 cm 80 cm 898 keV 0 eV 63 cm 3.36 m Tracker Transportation - 11 57.8 cm -90.9 cm 1 m 898 keV 0 eV 21 cm 3.57 m Chamber Transportation - 12 68 cm -1.07 m 1.6 m 898 keV 0 eV 63 cm 4.2 m Tracker Transportation - 13 71.4 cm -1.12 m 1.8 m 898 keV 0 eV 21 cm 4.41 m Chamber Transportation - 14 81.6 cm -1.28 m 2.4 m 898 keV 0 eV 63 cm 5.04 m Tracker Transportation - 15 90.3 cm -1.42 m 2.91 m 898 keV 0 eV 53.5 cm 5.58 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 345, Parent ID = 338 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.59 mm 2.6 mm -2.4 m 1.53 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.48 mm 2.85 mm -2.4 m 622 keV 560 keV 586 mum 586 mum Target eBrem - 2 -1.48 mm 2.85 mm -2.4 m 0 eV 622 keV 401 mum 988 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 346, Parent ID = 345 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.48 mm 2.85 mm -2.4 m 343 keV 0 eV 0 fm 0 fm Target initStep - 1 540 mum 2.99 mm -2.41 m 0 eV 88 keV 5.36 mm 5.36 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 347, Parent ID = 346 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 540 mum 2.99 mm -2.41 m 255 keV 0 eV 0 fm 0 fm Target initStep - 1 548 mum 2.99 mm -2.41 m 0 eV 255 keV 118 mum 118 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 344, Parent ID = 338 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.25 mm 2.52 mm -2.4 m 964 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.28 mm 2.57 mm -2.4 m 0 eV 964 keV 690 mum 690 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 337, Parent ID = 336 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.49 mm 554 mum -2.41 m 1.38 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.32 mm 7.89 mm -2.4 m 1.38 MeV 0 eV 9.52 mm 9.52 mm Target Transportation - 2 -92 cm 2.4 m -64.3 cm 1.38 MeV 0 eV 3.11 m 3.12 m Tracker Transportation - 3 -1.12 m 2.91 m -26.8 cm 1.38 MeV 0 eV 66.2 cm 3.78 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 335, Parent ID = 301 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.03 mm 460 mum -2.41 m 14.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.01 mm 1.8 mm -2.4 m 6.55 MeV 4.22 MeV 2.56 mm 2.56 mm Target eBrem - 2 2.09 mm 1.75 mm -2.4 m 2.11 MeV 133 keV 105 mum 2.67 mm Target eBrem - 3 2.16 mm 1.17 mm -2.4 m 849 keV 1.26 MeV 1.06 mm 3.72 mm Target eBrem - 4 2.19 mm 1.21 mm -2.4 m 0 eV 849 keV 592 mum 4.32 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 349, Parent ID = 335 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.09 mm 1.75 mm -2.4 m 4.31 MeV 0 eV 0 fm 0 fm Target initStep - 1 9.38 mm -2.48 mm -2.4 m 4.31 MeV 0 eV 9.44 mm 9.44 mm Target Transportation - 2 2.4 m -1.39 m -1.01 m 4.31 MeV 0 eV 3.09 m 3.1 m Tracker Transportation - 3 2.91 m -1.68 m -70.8 cm 4.31 MeV 0 eV 66 cm 3.76 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 348, Parent ID = 335 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.01 mm 1.8 mm -2.4 m 4.05 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.03 cm -1.63 mm -2.4 m 4.05 MeV 0 eV 9.94 mm 9.94 mm Target Transportation - 2 2.4 m -98.9 cm -1.16 m 4.05 MeV 0 eV 2.87 m 2.88 m Tracker Transportation - 3 2.91 m -1.2 m -90.1 cm 4.05 MeV 0 eV 61.2 cm 3.49 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 300, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 939 mum 465 mum -2.41 m 25.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.91 mm 395 mum -2.4 m 25.8 MeV 0 eV 6.83 mm 6.83 mm Target Transportation - 2 11.7 cm -7.87 mm -1.6 m 25.8 MeV 0 eV 80.8 cm 81.5 cm Tracker Transportation - 3 14.6 cm -9.94 mm -1.4 m 25.8 MeV 0 eV 20.2 cm 1.02 m Chamber Transportation - 4 23.3 cm -1.61 cm -80 cm 25.8 MeV 0 eV 60.6 cm 1.62 m Tracker Transportation - 5 26.2 cm -1.82 cm -60 cm 25.8 MeV 0 eV 20.2 cm 1.83 m Chamber Transportation - 6 34.8 cm -2.44 cm 0 fm 25.8 MeV 0 eV 60.6 cm 2.43 m Tracker Transportation - 7 37.7 cm -2.65 cm 20 cm 25.8 MeV 0 eV 20.2 cm 2.63 m Chamber Transportation - 8 46.4 cm -3.27 cm 80 cm 25.8 MeV 0 eV 60.6 cm 3.24 m Tracker Transportation - 9 49.2 cm -3.47 cm 1 m 25.8 MeV 0 eV 20.2 cm 3.44 m Chamber Transportation - 10 57.9 cm -4.09 cm 1.6 m 25.8 MeV 0 eV 60.6 cm 4.05 m Tracker Transportation - 11 60.8 cm -4.3 cm 1.8 m 25.8 MeV 0 eV 20.2 cm 4.25 m Chamber Transportation - 12 69.4 cm -4.92 cm 2.4 m 25.8 MeV 0 eV 60.6 cm 4.86 m Tracker Transportation - 13 76.8 cm -5.45 cm 2.91 m 25.8 MeV 0 eV 51.5 cm 5.37 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 299, Parent ID = 298 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 787 mum 524 mum -2.41 m 322 keV 0 eV 0 fm 0 fm Target initStep - 1 1.07 mm 392 mum -2.4 m 0 eV 88 keV 8.19 mm 8.19 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 350, Parent ID = 299 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.07 mm 392 mum -2.4 m 234 keV 0 eV 0 fm 0 fm Target initStep - 1 1.07 mm 387 mum -2.4 m 0 eV 234 keV 104 mum 104 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 297, Parent ID = 147 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 760 mum 522 mum -2.41 m 63 MeV 0 eV 0 fm 0 fm Target initStep - 1 474 mum 276 mum -2.41 m 57.9 MeV 4.49 MeV 3.56 mm 3.56 mm Target eBrem - 2 617 mum 301 mum -2.4 m 56 MeV 1.2 MeV 914 mum 4.47 mm Target eBrem - 3 724 mum 390 mum -2.4 m 52 MeV 708 keV 580 mum 5.05 mm Target eBrem - 4 725 mum 398 mum -2.4 m 47.5 MeV 48.7 keV 42.7 mum 5.09 mm Target eBrem - 5 808 mum 588 mum -2.4 m 42.8 MeV 967 keV 756 mum 5.85 mm Target eBrem - 6 814 mum 803 mum -2.4 m 40.5 MeV 825 keV 710 mum 6.56 mm Target eBrem - 7 792 mum 844 mum -2.4 m 39.7 MeV 122 keV 117 mum 6.68 mm Target eBrem - 8 686 mum 963 mum -2.4 m 38.8 MeV 476 keV 384 mum 7.06 mm Target eBrem - 9 459 mum 1.25 mm -2.4 m 34.7 MeV 2.97 MeV 1.06 mm 8.12 mm Target eBrem - 10 133 mum 1.88 mm -2.4 m 32.5 MeV 2.13 MeV 1.46 mm 9.57 mm Target Transportation - 11 -3.82 cm 5.12 cm -2.3 m 32.5 MeV 20.2 keV 11.6 cm 12.6 cm Tracker eIoni - 12 -12.3 cm 16.6 cm -2.08 m 32.4 MeV 67.9 keV 26.5 cm 39.1 cm Tracker eIoni - 13 -24.6 cm 33.2 cm -1.76 m 32.3 MeV 86.3 keV 38.1 cm 77.1 cm Tracker eIoni - 14 -50.3 cm 67.5 cm -1.1 m 32.1 MeV 170 keV 78.4 cm 1.56 m Tracker eIoni - 15 -53.5 cm 71.5 cm -1.02 m 32.1 MeV 19.5 keV 9.77 cm 1.65 m Tracker eIoni - 16 -57.1 cm 76.2 cm -92.4 cm 32 MeV 22.3 keV 11.3 cm 1.77 m Tracker eIoni - 17 -76.2 cm 1.02 m -41.1 cm 31.9 MeV 112 keV 60.4 cm 2.37 m Tracker eIoni - 18 -1.14 m 1.51 m 54.4 cm 31.6 MeV 224 keV 1.14 m 3.51 m Tracker eIoni - 19 -1.17 m 1.55 m 62.6 cm 31.6 MeV 19.8 keV 9.5 cm 3.61 m Tracker eIoni - 20 -1.25 m 1.65 m 84.3 cm 31.5 MeV 58.5 keV 25.3 cm 3.86 m Tracker eIoni - 21 -1.27 m 1.67 m 88.4 cm 31.5 MeV 5.27 keV 4.79 cm 3.91 m Tracker eIoni - 22 -1.53 m 1.97 m 1.55 m 31.3 MeV 163 keV 77.9 cm 4.69 m Tracker eIoni - 23 -1.63 m 2.09 m 1.82 m 31.1 MeV 64.6 keV 30.8 cm 4.99 m Tracker eIoni - 24 -1.76 m 2.23 m 2.14 m 31.1 MeV 68.8 keV 37.5 cm 5.37 m Tracker eIoni - 25 -1.85 m 2.34 m 2.4 m 31 MeV 72.4 keV 29.4 cm 5.66 m Tracker Transportation - 26 -2.04 m 2.56 m 2.91 m 30.9 MeV 115 keV 58.7 cm 6.25 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 373, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.76 m 2.23 m 2.14 m 17.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.76 m 2.22 m 2.15 m 0 eV 17.1 keV 5.83 mm 5.83 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 372, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.63 m 2.09 m 1.82 m 102 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.58 m 2.08 m 1.87 m 0 eV 102 keV 14.2 cm 14.2 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 371, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.53 m 1.97 m 1.55 m 8.14 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.53 m 1.97 m 1.55 m 0 eV 8.14 keV 1.58 mm 1.58 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 370, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.27 m 1.67 m 88.4 cm 8.13 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.27 m 1.67 m 88.4 cm 0 eV 8.13 keV 1.57 mm 1.57 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 369, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.25 m 1.65 m 84.3 cm 11.9 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.25 m 1.65 m 84.2 cm 0 eV 11.9 keV 3.08 mm 3.08 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 368, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.17 m 1.55 m 62.6 cm 24.7 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.17 m 1.55 m 62.7 cm 0 eV 24.7 keV 1.11 cm 1.11 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 367, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.14 m 1.51 m 54.4 cm 46.5 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.15 m 1.5 m 54.8 cm 0 eV 46.5 keV 3.51 cm 3.51 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 366, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -76.2 cm 1.02 m -41.1 cm 18.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -76.1 cm 1.01 m -40.9 cm 0 eV 18.1 keV 6.42 mm 6.42 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 365, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -57.1 cm 76.2 cm -92.4 cm 49.6 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -56 cm 77.8 cm -92.3 cm 0 eV 49.6 keV 3.92 cm 3.92 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 364, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.5 cm 71.5 cm -1.02 m 28.2 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -52.9 cm 71.8 cm -1.02 m 0 eV 28.2 keV 1.42 cm 1.42 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 363, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -50.3 cm 67.5 cm -1.1 m 11.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -50.4 cm 67.5 cm -1.1 m 0 eV 11.1 keV 2.74 mm 2.74 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 362, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.6 cm 33.2 cm -1.76 m 20.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -25 cm 33 cm -1.76 m 0 eV 20.1 keV 7.67 mm 7.67 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 361, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -12.3 cm 16.6 cm -2.08 m 9.49 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -12.3 cm 16.6 cm -2.08 m 0 eV 9.49 keV 2.06 mm 2.06 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 360, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.82 cm 5.12 cm -2.3 m 8.75 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -3.74 cm 5.12 cm -2.3 m 0 eV 8.75 keV 1.8 mm 1.8 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 359, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 459 mum 1.25 mm -2.4 m 1.19 MeV 0 eV 0 fm 0 fm Target initStep - 1 128 mum 1.87 mm -2.4 m 1.19 MeV 0 eV 1.42 mm 1.42 mm Target Transportation - 2 -1.29 m 2.4 m 2.38 m 1.19 MeV 0 eV 5.5 m 5.5 m Tracker Transportation - 3 -1.43 m 2.66 m 2.91 m 1.19 MeV 0 eV 60.6 cm 6.11 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 358, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 686 mum 963 mum -2.4 m 401 keV 0 eV 0 fm 0 fm Target initStep - 1 660 mum 978 mum -2.4 m 0 eV 88 keV 82.2 mum 82.2 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 374, Parent ID = 358 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 660 mum 978 mum -2.4 m 313 keV 0 eV 0 fm 0 fm Target initStep - 1 653 mum 981 mum -2.4 m 0 eV 313 keV 158 mum 158 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 357, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 792 mum 844 mum -2.4 m 716 keV 0 eV 0 fm 0 fm Target initStep - 1 184 mum 1.77 mm -2.4 m 716 keV 0 eV 2.8 mm 2.8 mm Target Transportation - 2 -37.9 cm 58 cm -80 cm 716 keV 0 eV 1.74 m 1.75 m Tracker Transportation - 3 -42.7 cm 65.2 cm -60 cm 716 keV 0 eV 21.8 cm 1.96 m Chamber Transportation - 4 -56.9 cm 86.8 cm 0 fm 716 keV 0 eV 65.4 cm 2.62 m Tracker Transportation - 5 -61.6 cm 94.1 cm 20 cm 716 keV 0 eV 21.8 cm 2.83 m Chamber Transportation - 6 -75.8 cm 1.16 m 80 cm 716 keV 0 eV 65.4 cm 3.49 m Tracker Transportation - 7 -80.6 cm 1.23 m 1 m 716 keV 0 eV 21.8 cm 3.71 m Chamber Transportation - 8 -94.8 cm 1.45 m 1.6 m 716 keV 0 eV 65.4 cm 4.36 m Tracker Transportation - 9 -99.6 cm 1.52 m 1.8 m 716 keV 0 eV 21.8 cm 4.58 m Chamber Transportation - 10 -1.14 m 1.74 m 2.4 m 716 keV 0 eV 65.4 cm 5.23 m Tracker Transportation - 11 -1.26 m 1.92 m 2.91 m 716 keV 0 eV 55.6 cm 5.79 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 356, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 814 mum 803 mum -2.4 m 1.44 MeV 0 eV 0 fm 0 fm Target initStep - 1 357 mum 1.86 mm -2.4 m 1.44 MeV 0 eV 2.91 mm 2.91 mm Target Transportation - 2 -27.3 cm 63.3 cm -80 cm 1.44 MeV 0 eV 1.74 m 1.74 m Tracker Transportation - 3 -29 cm 67.2 cm -70.2 cm 1.44 MeV 0 eV 10.7 cm 1.85 m Chamber Transportation - 4 -41 cm 94.9 cm 0 fm 1.44 MeV 0 eV 76.4 cm 2.62 m Tracker Transportation - 5 -44.4 cm 1.03 m 20 cm 1.44 MeV 0 eV 21.8 cm 2.83 m Chamber Transportation - 6 -54.6 cm 1.26 m 80 cm 1.44 MeV 0 eV 65.3 cm 3.49 m Tracker Transportation - 7 -58.1 cm 1.34 m 1 m 1.44 MeV 0 eV 21.8 cm 3.7 m Chamber Transportation - 8 -68.3 cm 1.58 m 1.6 m 1.44 MeV 0 eV 65.3 cm 4.36 m Tracker Transportation - 9 -71.7 cm 1.66 m 1.8 m 1.44 MeV 0 eV 21.8 cm 4.57 m Chamber Transportation - 10 -82 cm 1.9 m 2.4 m 1.44 MeV 0 eV 65.3 cm 5.23 m Tracker Transportation - 11 -90.7 cm 2.1 m 2.91 m 1.44 MeV 0 eV 55.5 cm 5.78 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 355, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 808 mum 588 mum -2.4 m 3.75 MeV 0 eV 0 fm 0 fm Target initStep - 1 560 mum 1.78 mm -2.4 m 3.75 MeV 0 eV 3.56 mm 3.56 mm Target Transportation - 2 -11.8 cm 57.3 cm -80 cm 3.75 MeV 0 eV 1.7 m 1.71 m Tracker Transportation - 3 -13.3 cm 64.4 cm -60 cm 3.75 MeV 0 eV 21.3 cm 1.92 m Chamber Transportation - 4 -17.7 cm 85.8 cm 0.114 fm 3.75 MeV 0 eV 63.9 cm 2.56 m Tracker Transportation - 5 -19.2 cm 92.9 cm 20 cm 3.75 MeV 0 eV 21.3 cm 2.77 m Chamber Transportation - 6 -23.7 cm 1.14 m 80 cm 3.75 MeV 0 eV 63.9 cm 3.41 m Tracker Transportation - 7 -25.2 cm 1.21 m 1 m 3.75 MeV 0 eV 21.3 cm 3.62 m Chamber Transportation - 8 -29.6 cm 1.43 m 1.6 m 3.75 MeV 0 eV 63.9 cm 4.26 m Tracker Transportation - 9 -31.1 cm 1.5 m 1.8 m 3.75 MeV 0 eV 21.3 cm 4.47 m Chamber Transportation - 10 -35.5 cm 1.71 m 2.4 m 3.75 MeV 0 eV 63.9 cm 5.11 m Tracker Transportation - 11 -39.3 cm 1.9 m 2.91 m 3.75 MeV 0 eV 54.3 cm 5.66 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 354, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 725 mum 398 mum -2.4 m 4.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 848 mum 1.29 mm -2.4 m 4.4 MeV 0 eV 4.17 mm 4.17 mm Target Transportation - 2 2.49 cm 17.7 cm -1.6 m 4.4 MeV 0 eV 81.9 cm 82.4 cm Tracker Transportation - 3 3.09 cm 22 cm -1.4 m 4.4 MeV 0 eV 20.5 cm 1.03 m Chamber Transportation - 4 4.9 cm 35.2 cm -80 cm 4.4 MeV 0 eV 61.5 cm 1.64 m Tracker Transportation - 5 5.5 cm 39.6 cm -60 cm 4.4 MeV 0 eV 20.5 cm 1.85 m Chamber Transportation - 6 7.3 cm 52.7 cm 0 fm 4.4 MeV 0 eV 61.5 cm 2.46 m Tracker Transportation - 7 7.91 cm 57.1 cm 20 cm 4.4 MeV 0 eV 20.5 cm 2.67 m Chamber Transportation - 8 9.71 cm 70.3 cm 80 cm 4.4 MeV 0 eV 61.5 cm 3.28 m Tracker Transportation - 9 10.1 cm 73.1 cm 93.1 cm 0 eV 0 eV 13.5 cm 3.42 m Chamber conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 376, Parent ID = 354 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 10.1 cm 73.1 cm 93.1 cm 1.78 MeV 0 eV 0 fm 0 fm Chamber initStep - 1 10.9 cm 79.1 cm 1 m 1.72 MeV 53.7 keV 9.89 cm 9.89 cm Chamber Transportation - 2 -7.34 cm 41.8 cm 1.6 m 1.6 MeV 124 keV 75.3 cm 85.2 cm Tracker Transportation - 3 -20.9 cm 29.7 cm 1.8 m 1.37 MeV 226 keV 39.1 cm 1.24 m Chamber Transportation - 4 38.6 cm 46.7 cm 2.34 m 1.22 MeV 137 keV 83.4 cm 2.08 m Tracker eIoni - 5 50.5 cm 46.4 cm 2.4 m 1.2 MeV 23.7 keV 13.4 cm 2.21 m Tracker Transportation - 6 59.4 cm 45.7 cm 2.44 m 1.18 MeV 11.3 keV 9.65 cm 2.31 m World eIoni - 7 91.8 cm 51.2 cm 2.59 m 1.08 MeV 56.9 keV 37.8 cm 2.69 m World eIoni - 8 93.2 cm 50.7 cm 2.6 m 1.07 MeV 2.9 keV 1.82 cm 2.7 m World eIoni - 9 1.07 m 46.2 cm 2.71 m 1 MeV 27.1 keV 18.6 cm 2.89 m World eIoni - 10 1.44 m 36.4 cm 2.9 m 903 keV 84.3 keV 43.6 cm 3.33 m World eIoni - 11 1.48 m 35.8 cm 2.91 m 897 keV 5.31 keV 3.44 cm 3.36 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 382, Parent ID = 376 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.44 m 36.4 cm 2.9 m 17.6 keV 0 eV 0 fm 0 fm World initStep - 1 1.44 m 36.5 cm 2.91 m 0 eV 17.6 keV 6.13 mm 6.13 mm World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 381, Parent ID = 376 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.07 m 46.2 cm 2.71 m 38.2 keV 0 eV 0 fm 0 fm World initStep - 1 1.07 m 45.9 cm 2.72 m 0 eV 38.2 keV 2.45 cm 2.45 cm World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 380, Parent ID = 376 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 93.2 cm 50.7 cm 2.6 m 11 keV 0 eV 0 fm 0 fm World initStep - 1 93.2 cm 50.8 cm 2.6 m 0 eV 11 keV 2.67 mm 2.67 mm World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 379, Parent ID = 376 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 91.8 cm 51.2 cm 2.59 m 37.5 keV 0 eV 0 fm 0 fm World initStep - 1 92.7 cm 51.6 cm 2.58 m 0 eV 37.5 keV 2.38 cm 2.38 cm World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 378, Parent ID = 376 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 59.4 cm 45.7 cm 2.44 m 8.67 keV 0 eV 0 fm 0 fm World initStep - 1 59.4 cm 45.8 cm 2.44 m 0 eV 8.67 keV 1.77 mm 1.77 mm World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 377, Parent ID = 376 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 38.6 cm 46.7 cm 2.34 m 16.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 38.6 cm 47 cm 2.34 m 0 eV 16.1 keV 5.18 mm 5.18 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 375, Parent ID = 354 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 10.1 cm 73.1 cm 93.1 cm 1.6 MeV 0 eV 0 fm 0 fm Chamber initStep - 1 9.77 cm 70.8 cm 1 m 1.56 MeV 32.1 keV 8 cm 8 cm Chamber Transportation - 2 19.2 cm 69.1 cm 1.13 m 1.52 MeV 33.1 keV 16.5 cm 24.5 cm Tracker eIoni - 3 54.3 cm 70 cm 1.6 m 1.41 MeV 107 keV 60.3 cm 84.7 cm Tracker Transportation - 4 56.3 cm 69.7 cm 1.63 m 851 keV 15.3 keV 4.05 cm 88.8 cm Chamber eBrem - 5 62.9 cm 73.8 cm 1.69 m 739 keV 52.1 keV 10.2 cm 99 cm Chamber eIoni - 6 57.7 cm 65.2 cm 1.75 m 499 keV 240 keV 47.1 cm 1.46 m Chamber msc - 7 60.1 cm 58.7 cm 1.74 m 326 keV 119 keV 20.5 cm 1.67 m Chamber eIoni - 8 61 cm 58.9 cm 1.77 m 0 eV 326 keV 33 cm 2 m Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 386, Parent ID = 375 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 60.1 cm 58.7 cm 1.74 m 54.3 keV 0 eV 0 fm 0 fm Chamber initStep - 1 60.3 cm 58.8 cm 1.74 m 0 eV 54.3 keV 1.8 cm 1.8 cm Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 385, Parent ID = 375 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 62.9 cm 73.8 cm 1.69 m 59.5 keV 0 eV 0 fm 0 fm Chamber initStep - 1 62.9 cm 73.6 cm 1.69 m 0 eV 59.5 keV 2.09 cm 2.09 cm Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 384, Parent ID = 375 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 56.3 cm 69.7 cm 1.63 m 548 keV 0 eV 0 fm 0 fm Chamber initStep - 1 77.8 cm 68.6 cm 1.8 m 548 keV 0 eV 27.2 cm 27.2 cm Chamber Transportation - 2 1.56 m 64.6 cm 2.4 m 548 keV 0 eV 98.5 cm 1.26 m Tracker Transportation - 3 2.22 m 61.3 cm 2.91 m 548 keV 0 eV 83.7 cm 2.09 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 383, Parent ID = 375 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 19.2 cm 69.1 cm 1.13 m 8.79 keV 0 eV 0 fm 0 fm Tracker initStep - 1 19.2 cm 69 cm 1.13 m 0 eV 8.79 keV 1.81 mm 1.81 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 353, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 724 mum 390 mum -2.4 m 3.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 867 mum 1.09 mm -2.4 m 3.3 MeV 0 eV 4.18 mm 4.18 mm Target Transportation - 2 2.87 cm 13.7 cm -1.6 m 3.3 MeV 0 eV 81.2 cm 81.6 cm Tracker Transportation - 3 3.56 cm 17.1 cm -1.4 m 3.3 MeV 0 eV 20.3 cm 1.02 m Chamber Transportation - 4 5.65 cm 27.4 cm -80 cm 3.3 MeV 0 eV 60.9 cm 1.63 m Tracker Transportation - 5 6.35 cm 30.8 cm -60 cm 3.3 MeV 0 eV 20.3 cm 1.83 m Chamber Transportation - 6 8.43 cm 41 cm 0.114 fm 3.3 MeV 0 eV 60.9 cm 2.44 m Tracker Transportation - 7 9.13 cm 44.4 cm 20 cm 3.3 MeV 0 eV 20.3 cm 2.64 m Chamber Transportation - 8 11.2 cm 54.6 cm 80 cm 3.3 MeV 0 eV 60.9 cm 3.25 m Tracker Transportation - 9 11.9 cm 58 cm 1 m 3.3 MeV 0 eV 20.3 cm 3.46 m Chamber Transportation - 10 14 cm 68.3 cm 1.6 m 3.3 MeV 0 eV 60.9 cm 4.06 m Tracker Transportation - 11 14.7 cm 71.7 cm 1.8 m 3.3 MeV 0 eV 20.3 cm 4.27 m Chamber Transportation - 12 16.8 cm 81.9 cm 2.4 m 3.3 MeV 0 eV 60.9 cm 4.88 m Tracker Transportation - 13 18.6 cm 90.6 cm 2.91 m 3.3 MeV 0 eV 51.8 cm 5.39 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 352, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 617 mum 301 mum -2.4 m 710 keV 0 eV 0 fm 0 fm Target initStep - 1 1.26 mm 987 mum -2.4 m 710 keV 0 eV 4.77 mm 4.77 mm Target Transportation - 2 11.2 cm 11.8 cm -1.6 m 710 keV 0 eV 81.6 cm 82.1 cm Tracker Transportation - 3 14 cm 14.8 cm -1.4 m 710 keV 0 eV 20.4 cm 1.02 m Chamber Transportation - 4 22.3 cm 23.6 cm -80 cm 710 keV 0 eV 61.2 cm 1.64 m Tracker Transportation - 5 25 cm 26.5 cm -60 cm 710 keV 0 eV 20.4 cm 1.84 m Chamber Transportation - 6 33.3 cm 35.3 cm 0 fm 710 keV 0 eV 61.2 cm 2.45 m Tracker Transportation - 7 36.1 cm 38.2 cm 20 cm 710 keV 0 eV 20.4 cm 2.66 m Chamber Transportation - 8 44.4 cm 47 cm 80 cm 710 keV 0 eV 61.2 cm 3.27 m Tracker Transportation - 9 47.2 cm 50 cm 1 m 710 keV 0 eV 20.4 cm 3.47 m Chamber Transportation - 10 55.5 cm 58.8 cm 1.6 m 710 keV 0 eV 61.2 cm 4.09 m Tracker Transportation - 11 58.3 cm 61.7 cm 1.8 m 710 keV 0 eV 20.4 cm 4.29 m Chamber Transportation - 12 66.6 cm 70.5 cm 2.4 m 710 keV 0 eV 61.2 cm 4.9 m Tracker Transportation - 13 73.6 cm 78 cm 2.91 m 710 keV 0 eV 52 cm 5.42 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 351, Parent ID = 297 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 474 mum 276 mum -2.41 m 639 keV 0 eV 0 fm 0 fm Target initStep - 1 1.56 mm 855 mum -2.4 m 639 keV 0 eV 5.71 mm 5.71 mm Target Transportation - 2 15.7 cm 8.4 cm -1.6 m 639 keV 0 eV 81.9 cm 82.5 cm Tracker Transportation - 3 19.6 cm 10.5 cm -1.4 m 639 keV 0 eV 20.5 cm 1.03 m Chamber Transportation - 4 31.3 cm 16.7 cm -80 cm 639 keV 0 eV 61.4 cm 1.64 m Tracker Transportation - 5 35.2 cm 18.8 cm -60 cm 639 keV 0 eV 20.5 cm 1.85 m Chamber Transportation - 6 46.8 cm 25 cm 0 fm 639 keV 0 eV 61.4 cm 2.46 m Tracker Transportation - 7 50.7 cm 27.1 cm 20 cm 639 keV 0 eV 20.5 cm 2.67 m Chamber Transportation - 8 62.4 cm 33.3 cm 80 cm 639 keV 0 eV 61.4 cm 3.28 m Tracker Transportation - 9 66.3 cm 35.4 cm 1 m 639 keV 0 eV 20.5 cm 3.49 m Chamber Transportation - 10 78 cm 41.7 cm 1.6 m 639 keV 0 eV 61.4 cm 4.1 m Tracker Transportation - 11 81.9 cm 43.7 cm 1.8 m 639 keV 0 eV 20.5 cm 4.31 m Chamber Transportation - 12 93.5 cm 50 cm 2.4 m 639 keV 0 eV 61.4 cm 4.92 m Tracker Transportation - 13 1.03 m 55.3 cm 2.91 m 639 keV 0 eV 52.2 cm 5.44 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 146, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 16 mum 274 mum -2.42 m 27.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 766 mum 515 mum -2.41 m 0 eV 0 eV 1.43 cm 1.43 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 388, Parent ID = 146 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 766 mum 515 mum -2.41 m 2.97 MeV 0 eV 0 fm 0 fm Target initStep - 1 677 mum 520 mum -2.41 m 0 eV 2.97 MeV 2.37 mm 2.37 mm Target eIoni - 2 677 mum 520 mum -2.41 m 0 eV 0 eV 0 fm 2.37 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 390, Parent ID = 388 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 677 mum 520 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 863 mum -3.23 mm -2.41 m 179 keV 0 eV 4.37 mm 4.37 mm Target compt - 2 1.07 mm -1.67 mm -2.41 m 0 eV 88 keV 1.57 mm 5.94 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 392, Parent ID = 390 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.07 mm -1.67 mm -2.41 m 90.9 keV 0 eV 0 fm 0 fm Target initStep - 1 1.07 mm -1.67 mm -2.41 m 0 eV 90.9 keV 23.7 mum 23.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 391, Parent ID = 390 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 863 mum -3.23 mm -2.41 m 332 keV 0 eV 0 fm 0 fm Target initStep - 1 863 mum -3.24 mm -2.41 m 0 eV 332 keV 172 mum 172 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 389, Parent ID = 388 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 677 mum 520 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 599 mum 2.09 mm -2.41 m 203 keV 0 eV 1.83 mm 1.83 mm Target compt - 2 167 mum 1.08 mm -2.41 m 0 eV 88 keV 1.19 mm 3.02 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 394, Parent ID = 389 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 167 mum 1.08 mm -2.41 m 115 keV 0 eV 0 fm 0 fm Target initStep - 1 165 mum 1.08 mm -2.41 m 0 eV 115 keV 34.6 mum 34.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 393, Parent ID = 389 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 599 mum 2.09 mm -2.41 m 308 keV 0 eV 0 fm 0 fm Target initStep - 1 599 mum 2.1 mm -2.41 m 0 eV 308 keV 155 mum 155 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 387, Parent ID = 146 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 766 mum 515 mum -2.41 m 23.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 962 mum 274 mum -2.41 m 19 MeV 1.48 MeV 1.26 mm 1.26 mm Target eBrem - 2 993 mum 303 mum -2.41 m 17.7 MeV 104 keV 86.3 mum 1.34 mm Target eBrem - 3 1.1 mm 808 mum -2.41 m 14.4 MeV 1.96 MeV 1.45 mm 2.79 mm Target eBrem - 4 264 mum 1.39 mm -2.4 m 8.29 MeV 4.7 MeV 2.94 mm 5.73 mm Target eBrem - 5 266 mum 1.4 mm -2.4 m 7.55 MeV 14.6 keV 12.1 mum 5.75 mm Target eBrem - 6 -353 mum 2.84 mm -2.4 m 4.66 MeV 2.24 MeV 1.86 mm 7.6 mm Target eBrem - 7 -348 mum 2.66 mm -2.4 m 3.86 MeV 304 keV 275 mum 7.88 mm Target eBrem - 8 -693 mum 2.8 mm -2.4 m 0 eV 3.86 MeV 3.03 mm 1.09 cm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 401, Parent ID = 387 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -348 mum 2.66 mm -2.4 m 491 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.36 mm 3.09 mm -2.4 m 0 eV 88 keV 1.32 mm 1.32 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 402, Parent ID = 401 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.36 mm 3.09 mm -2.4 m 403 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.36 mm 3.1 mm -2.4 m 0 eV 403 keV 225 mum 225 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 400, Parent ID = 387 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -353 mum 2.84 mm -2.4 m 654 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.79 mm -1.73 mm -2.4 m 654 keV 0 eV 7.31 mm 7.31 mm Target Transportation - 2 -1.81 m -2.4 m -7.5 mm 654 keV 0 eV 3.84 m 3.85 m Tracker Transportation - 3 -2.19 m -2.91 m 50.1 cm 654 keV 0 eV 81.6 cm 4.66 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 399, Parent ID = 387 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 266 mum 1.4 mm -2.4 m 727 keV 0 eV 0 fm 0 fm Target initStep - 1 1.51 mm 9.75 mm -2.4 m 347 keV 0 eV 8.72 mm 8.72 mm Target compt - 2 1.2 mm 1.06 cm -2.4 m 305 keV 0 eV 1.81 mm 1.05 cm Target compt - 3 1.06 mm 1.07 cm -2.4 m 0 eV 88 keV 205 mum 1.07 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 405, Parent ID = 399 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.06 mm 1.07 cm -2.4 m 217 keV 0 eV 0 fm 0 fm Target initStep - 1 1.06 mm 1.07 cm -2.4 m 0 eV 217 keV 92.6 mum 92.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 404, Parent ID = 399 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.2 mm 1.06 cm -2.4 m 41.9 keV 0 eV 0 fm 0 fm Target initStep - 1 1.2 mm 1.06 cm -2.4 m 0 eV 41.9 keV 6.72 mum 6.72 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 403, Parent ID = 399 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.51 mm 9.75 mm -2.4 m 380 keV 0 eV 0 fm 0 fm Target initStep - 1 1.51 mm 9.76 mm -2.4 m 0 eV 380 keV 208 mum 208 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 398, Parent ID = 387 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 264 mum 1.39 mm -2.4 m 1.41 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.48 mm 1.39 cm -2.4 m 1.41 MeV 0 eV 1.32 cm 1.32 cm Target Transportation - 2 42.5 cm 2.4 m -1.68 m 1.41 MeV 0 eV 2.53 m 2.54 m Tracker Transportation - 3 51.6 cm 2.91 m -1.52 m 1.41 MeV 0 eV 54 cm 3.08 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 397, Parent ID = 387 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.1 mm 808 mum -2.41 m 1.39 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.72 mm 1.35 mm -2.41 m 222 keV 0 eV 1.63 mm 1.63 mm Target compt - 2 -2.59 mm -1.05 mm -2.41 m 0 eV 88 keV 6.41 mm 8.04 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 407, Parent ID = 397 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.59 mm -1.05 mm -2.41 m 134 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.59 mm -1.05 mm -2.41 m 0 eV 134 keV 44.2 mum 44.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 406, Parent ID = 397 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.72 mm 1.35 mm -2.41 m 1.17 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.75 mm 1.38 mm -2.41 m 0 eV 1.17 MeV 861 mum 861 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 396, Parent ID = 387 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 993 mum 303 mum -2.41 m 1.13 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.26 mm 1.24 mm -2.41 m 630 keV 0 eV 3.09 mm 3.09 mm Target compt - 2 103 mum 1.31 mm -2.4 m 630 keV 0 eV 5.66 mm 8.74 mm Target Transportation - 3 -65.9 cm 2.31 cm -80 cm 630 keV 0 eV 1.73 m 1.74 m Tracker Transportation - 4 -67.2 cm 2.36 cm -76.9 cm 630 keV 0 eV 3.38 cm 1.77 m Chamber Transportation - 5 -98.9 cm 3.41 cm 0 fm 630 keV 0 eV 83.2 cm 2.6 m Tracker Transportation - 6 -1.06 m 3.66 cm 18.5 cm 603 keV 0 eV 20 cm 2.8 m Chamber compt - 7 -1.07 m 4.12 cm 20 cm 603 keV 0 eV 1.79 cm 2.82 m Chamber Transportation - 8 -1.4 m 22.2 cm 80 cm 603 keV 0 eV 70.7 cm 3.53 m Tracker Transportation - 9 -1.51 m 28.2 cm 1 m 603 keV 0 eV 23.6 cm 3.77 m Chamber Transportation - 10 -1.84 m 46.3 cm 1.6 m 603 keV 0 eV 70.7 cm 4.47 m Tracker Transportation - 11 -1.95 m 52.3 cm 1.8 m 603 keV 0 eV 23.6 cm 4.71 m Chamber Transportation - 12 -2.27 m 70.4 cm 2.4 m 603 keV 0 eV 70.7 cm 5.41 m Tracker Transportation - 13 -2.55 m 85.8 cm 2.91 m 603 keV 0 eV 60.1 cm 6.02 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 409, Parent ID = 396 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.06 m 3.66 cm 18.5 cm 26.6 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.06 m 3.6 cm 18.5 cm 0 eV 26.6 keV 5.45 mm 5.45 mm Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 408, Parent ID = 396 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.26 mm 1.24 mm -2.41 m 495 keV 0 eV 0 fm 0 fm Target initStep - 1 2.27 mm 1.25 mm -2.41 m 0 eV 495 keV 298 mum 298 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 395, Parent ID = 387 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 962 mum 274 mum -2.41 m 2.83 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.6 mm 753 mum -2.41 m 468 keV 0 eV 1.43 mm 1.43 mm Target compt - 2 -854 mum 1.05 mm -2.41 m 0 eV 88 keV 2.88 mm 4.32 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 411, Parent ID = 395 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -854 mum 1.05 mm -2.41 m 380 keV 0 eV 0 fm 0 fm Target initStep - 1 -864 mum 1.05 mm -2.41 m 0 eV 380 keV 208 mum 208 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 410, Parent ID = 395 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.6 mm 753 mum -2.41 m 2.36 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.86 mm 1.35 mm -2.41 m 836 keV 1.12 MeV 1.07 mm 1.07 mm Target eBrem - 2 1.87 mm 1.39 mm -2.41 m 0 eV 836 keV 582 mum 1.65 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 412, Parent ID = 410 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.86 mm 1.35 mm -2.41 m 408 keV 0 eV 0 fm 0 fm Target initStep - 1 9.01 mm 1.26 cm -2.41 m 0 eV 88 keV 1.33 cm 1.33 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 413, Parent ID = 412 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.01 mm 1.26 cm -2.41 m 320 keV 0 eV 0 fm 0 fm Target initStep - 1 9.01 mm 1.26 cm -2.41 m 0 eV 320 keV 163 mum 163 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 145, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.34 mum 269 mum -2.42 m 12.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 833 mum 639 mum -2.41 m 0 eV 0 eV 1.38 cm 1.38 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 415, Parent ID = 145 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 833 mum 639 mum -2.41 m 6.36 MeV 0 eV 0 fm 0 fm Target initStep - 1 801 mum 618 mum -2.41 m 5.31 MeV 207 keV 193 mum 193 mum Target eBrem - 2 850 mum 399 mum -2.41 m 0 eV 5.31 MeV 4.17 mm 4.37 mm Target eIoni - 3 850 mum 399 mum -2.41 m 0 eV 0 eV 0 fm 4.37 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 418, Parent ID = 415 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 850 mum 399 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.37 mm -1.28 mm -2.41 m 310 keV 0 eV 5.3 mm 5.3 mm Target compt - 2 1.27 cm 737 mum -2.42 m 253 keV 0 eV 1.22 cm 1.75 cm Target compt - 3 1.47 cm 1.11 mm -2.42 m 0 eV 88 keV 2.46 mm 1.99 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 421, Parent ID = 418 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.47 cm 1.11 mm -2.42 m 165 keV 0 eV 0 fm 0 fm Target initStep - 1 1.47 cm 1.11 mm -2.42 m 0 eV 165 keV 60.8 mum 60.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 420, Parent ID = 418 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.27 cm 737 mum -2.42 m 57.6 keV 0 eV 0 fm 0 fm Target initStep - 1 1.27 cm 737 mum -2.42 m 0 eV 57.6 keV 11.3 mum 11.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 419, Parent ID = 418 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.37 mm -1.28 mm -2.41 m 201 keV 0 eV 0 fm 0 fm Target initStep - 1 1.36 mm -1.29 mm -2.41 m 0 eV 201 keV 82 mum 82 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 417, Parent ID = 415 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 850 mum 399 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 17 mum 3.11 mm -2.4 m 0 eV 88 keV 8.55 mm 8.55 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 422, Parent ID = 417 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 17 mum 3.11 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 14 mum 3.12 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 416, Parent ID = 415 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 801 mum 618 mum -2.41 m 842 keV 0 eV 0 fm 0 fm Target initStep - 1 2.28 mm -1.21 mm -2.4 m 842 keV 0 eV 1 cm 1 cm Target Transportation - 2 12.4 cm -15.2 cm -1.6 m 842 keV 0 eV 82.3 cm 83.3 cm Tracker Transportation - 3 15.4 cm -18.9 cm -1.4 m 842 keV 0 eV 20.6 cm 1.04 m Chamber Transportation - 4 24.5 cm -30.2 cm -80 cm 842 keV 0 eV 61.7 cm 1.66 m Tracker Transportation - 5 27.6 cm -33.9 cm -60 cm 842 keV 0 eV 20.6 cm 1.86 m Chamber Transportation - 6 36.7 cm -45.2 cm 0 fm 842 keV 0 eV 61.7 cm 2.48 m Tracker Transportation - 7 39.7 cm -49 cm 20 cm 842 keV 0 eV 20.6 cm 2.68 m Chamber Transportation - 8 48.9 cm -60.2 cm 80 cm 842 keV 0 eV 61.7 cm 3.3 m Tracker Transportation - 9 51.9 cm -64 cm 1 m 842 keV 0 eV 20.6 cm 3.51 m Chamber Transportation - 10 61 cm -75.3 cm 1.6 m 842 keV 0 eV 61.7 cm 4.13 m Tracker Transportation - 11 64.1 cm -79 cm 1.8 m 842 keV 0 eV 20.6 cm 4.33 m Chamber Transportation - 12 73.2 cm -90.3 cm 2.4 m 842 keV 0 eV 61.7 cm 4.95 m Tracker Transportation - 13 80.9 cm -99.9 cm 2.91 m 842 keV 0 eV 52.5 cm 5.47 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 414, Parent ID = 145 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 833 mum 639 mum -2.41 m 5.43 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.11 mm 601 mum -2.41 m 2.33 MeV 699 keV 559 mum 559 mum Target eBrem - 2 1.15 mm 532 mum -2.41 m 1.56 MeV 61.7 keV 105 mum 665 mum Target eBrem - 3 1.22 mm 620 mum -2.41 m 0 eV 1.56 MeV 1.19 mm 1.86 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 424, Parent ID = 414 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.15 mm 532 mum -2.41 m 701 keV 0 eV 0 fm 0 fm Target initStep - 1 6.07 mm 9.4 mm -2.41 m 488 keV 0 eV 1.02 cm 1.02 cm Target compt - 2 6.93 mm 1.04 cm -2.41 m 248 keV 0 eV 2.13 mm 1.23 cm Target compt - 3 6.02 mm 1.1 cm -2.41 m 0 eV 88 keV 1.1 mm 1.34 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 427, Parent ID = 424 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.02 mm 1.1 cm -2.41 m 160 keV 0 eV 0 fm 0 fm Target initStep - 1 6.02 mm 1.1 cm -2.41 m 0 eV 160 keV 58 mum 58 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 426, Parent ID = 424 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.93 mm 1.04 cm -2.41 m 240 keV 0 eV 0 fm 0 fm Target initStep - 1 6.93 mm 1.04 cm -2.41 m 0 eV 240 keV 107 mum 107 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 425, Parent ID = 424 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.07 mm 9.4 mm -2.41 m 214 keV 0 eV 0 fm 0 fm Target initStep - 1 6.07 mm 9.4 mm -2.41 m 0 eV 214 keV 90.4 mum 90.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 423, Parent ID = 414 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.11 mm 601 mum -2.41 m 2.41 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.41 cm -9.42 mm -2.41 m 1.42 MeV 0 eV 1.66 cm 1.66 cm Target compt - 2 1.84 cm -1.56 cm -2.4 m 464 keV 0 eV 9.52 mm 2.62 cm Target compt - 3 1.72 cm -2.5 cm -2.41 m 464 keV 0 eV 1.05 cm 3.67 cm Target Transportation - 4 -11.9 cm -1.04 m -2.91 m 464 keV 0 eV 1.15 m 1.18 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 429, Parent ID = 423 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.84 cm -1.56 cm -2.4 m 954 keV 0 eV 0 fm 0 fm Target initStep - 1 1.84 cm -1.56 cm -2.4 m 0 eV 954 keV 682 mum 682 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 428, Parent ID = 423 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.41 cm -9.42 mm -2.41 m 990 keV 0 eV 0 fm 0 fm Target initStep - 1 1.41 cm -9.46 mm -2.41 m 417 keV 573 keV 587 mum 587 mum Target eBrem - 2 1.41 cm -9.47 mm -2.41 m 0 eV 417 keV 236 mum 823 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 144, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -18 mum 259 mum -2.42 m 37.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 23.8 mum 285 mum -2.42 m 0 eV 0 eV 1.21 mm 1.21 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 431, Parent ID = 144 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 23.8 mum 285 mum -2.42 m 12.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.58 mm -324 mum -2.42 m 3.59 MeV 8.25 MeV 5.35 mm 5.35 mm Target eBrem - 2 -4.85 mm -685 mum -2.42 m 2.18 MeV 690 keV 698 mum 6.04 mm Target eBrem - 3 -4.78 mm -924 mum -2.42 m 0 eV 2.18 MeV 1.73 mm 7.77 mm Target eIoni - 4 -4.78 mm -924 mum -2.42 m 0 eV 0 eV 0 fm 7.77 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 435, Parent ID = 431 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.78 mm -924 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.56 mm -4.94 mm -2.42 m 0 eV 88 keV 4.59 mm 4.59 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 436, Parent ID = 435 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.56 mm -4.94 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.55 mm -4.95 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 434, Parent ID = 431 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.78 mm -924 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.29 mm 1.81 mm -2.42 m 0 eV 88 keV 3.12 mm 3.12 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 437, Parent ID = 434 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.29 mm 1.81 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.3 mm 1.82 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 433, Parent ID = 431 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.85 mm -685 mum -2.42 m 728 keV 0 eV 0 fm 0 fm Target initStep - 1 1.06 cm -5.82 mm -2.42 m 503 keV 0 eV 1.67 cm 1.67 cm Target compt - 2 1.19 cm -7.41 mm -2.42 m 473 keV 0 eV 2.22 mm 1.89 cm Target compt - 3 2.21 cm -2.5 cm -2.42 m 473 keV 0 eV 2.04 cm 3.93 cm Target Transportation - 4 21 cm -35 cm -2.4 m 473 keV 0 eV 37.6 cm 41.6 cm World Transportation - 5 1.4 m -2.4 m -2.26 m 473 keV 0 eV 2.37 m 2.79 m Tracker Transportation - 6 1.69 m -2.91 m -2.23 m 473 keV 0 eV 59 cm 3.38 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 439, Parent ID = 433 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.19 cm -7.41 mm -2.42 m 29.5 keV 0 eV 0 fm 0 fm Target initStep - 1 1.19 cm -7.41 mm -2.42 m 0 eV 29.5 keV 3.81 mum 3.81 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 438, Parent ID = 433 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.06 cm -5.82 mm -2.42 m 226 keV 0 eV 0 fm 0 fm Target initStep - 1 1.06 cm -5.82 mm -2.42 m 0 eV 226 keV 98.2 mum 98.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 432, Parent ID = 431 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.58 mm -324 mum -2.42 m 603 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.05 mm -3.66 mm -2.42 m 585 keV 0 eV 4.51 mm 4.51 mm Target compt - 2 -1.35 mm -4.23 mm -2.42 m 0 eV 88 keV 959 mum 5.46 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 441, Parent ID = 432 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.35 mm -4.23 mm -2.42 m 497 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.34 mm -4.24 mm -2.42 m 0 eV 497 keV 299 mum 299 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 440, Parent ID = 432 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.05 mm -3.66 mm -2.42 m 17.8 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.05 mm -3.66 mm -2.42 m 0 eV 17.8 keV 1.7 mum 1.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 430, Parent ID = 144 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 23.8 mum 285 mum -2.42 m 23.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 22 mum 281 mum -2.42 m 18.2 MeV 147 keV 126 mum 126 mum Target eBrem - 2 280 mum 383 mum -2.42 m 14.5 MeV 1.99 MeV 1.06 mm 1.19 mm Target eBrem - 3 291 mum 344 mum -2.42 m 12.8 MeV 126 keV 124 mum 1.31 mm Target eBrem - 4 73.1 mum 15.8 mum -2.42 m 6.21 MeV 1.12 MeV 995 mum 2.3 mm Target eBrem - 5 88.9 mum -347 mum -2.42 m 4.02 MeV 1.35 MeV 777 mum 3.08 mm Target eBrem - 6 -270 mum -454 mum -2.42 m 1.69 MeV 1.59 MeV 819 mum 3.9 mm Target eBrem - 7 -680 mum -512 mum -2.42 m 399 keV 1.29 MeV 1.22 mm 5.12 mm Target eBrem - 8 -675 mum -519 mum -2.42 m 0 eV 399 keV 222 mum 5.34 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 447, Parent ID = 430 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -270 mum -454 mum -2.42 m 733 keV 0 eV 0 fm 0 fm Target initStep - 1 -416 mum -299 mum -2.42 m 0 eV 88 keV 225 mum 225 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 448, Parent ID = 447 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -416 mum -299 mum -2.42 m 645 keV 0 eV 0 fm 0 fm Target initStep - 1 -445 mum -308 mum -2.42 m 0 eV 645 keV 420 mum 420 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 446, Parent ID = 430 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 88.9 mum -347 mum -2.42 m 841 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.13 mm 2.45 mm -2.42 m 354 keV 0 eV 4.12 mm 4.12 mm Target compt - 2 -5.41 mm 801 mum -2.42 m 0 eV 88 keV 3.67 mm 7.8 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 450, Parent ID = 446 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.41 mm 801 mum -2.42 m 266 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.41 mm 793 mum -2.42 m 0 eV 266 keV 125 mum 125 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 449, Parent ID = 446 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.13 mm 2.45 mm -2.42 m 487 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.13 mm 2.47 mm -2.42 m 0 eV 487 keV 291 mum 291 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 445, Parent ID = 430 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 73.1 mum 15.8 mum -2.42 m 5.45 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.39 mm 140 mum -2.4 m 5.45 MeV 0 eV 2.18 cm 2.18 cm Target Transportation - 2 -21.3 cm 4.86 mm -1.6 m 5.45 MeV 0 eV 82.6 cm 84.8 cm Tracker Transportation - 3 -24 cm 5.48 mm -1.49 m 5.45 MeV 0 eV 10.9 cm 95.8 cm Chamber Transportation - 4 -42 cm 9.57 mm -80 cm 5.45 MeV 0 eV 71.7 cm 1.67 m Tracker Transportation - 5 -47.2 cm 1.07 cm -60 cm 5.45 MeV 0 eV 20.7 cm 1.88 m Chamber Transportation - 6 -62.7 cm 1.43 cm 0 fm 5.45 MeV 0 eV 62 cm 2.5 m Tracker Transportation - 7 -67.9 cm 1.55 cm 20 cm 5.45 MeV 0 eV 20.7 cm 2.71 m Chamber Transportation - 8 -83.4 cm 1.9 cm 80 cm 5.45 MeV 0 eV 62 cm 3.33 m Tracker Transportation - 9 -88.6 cm 2.02 cm 1 m 5.45 MeV 0 eV 20.7 cm 3.53 m Chamber Transportation - 10 -1.04 m 2.37 cm 1.6 m 5.45 MeV 0 eV 62 cm 4.15 m Tracker Transportation - 11 -1.09 m 2.49 cm 1.8 m 5.45 MeV 0 eV 20.7 cm 4.36 m Chamber Transportation - 12 -1.25 m 2.84 cm 2.4 m 5.45 MeV 0 eV 62 cm 4.98 m Tracker Transportation - 13 -1.38 m 3.14 cm 2.91 m 5.45 MeV 0 eV 52.7 cm 5.51 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 444, Parent ID = 430 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 291 mum 344 mum -2.42 m 1.56 MeV 0 eV 0 fm 0 fm Target initStep - 1 360 mum 83.3 mum -2.42 m 0 eV 0 eV 643 mum 643 mum Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 452, Parent ID = 444 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 360 mum 83.3 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 358 mum 62 mum -2.42 m 0 eV 423 keV 240 mum 240 mum Target eIoni - 2 358 mum 62 mum -2.42 m 0 eV 0 eV 0 fm 240 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 454, Parent ID = 452 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 358 mum 62 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 422 mum -1.95 mm -2.42 m 0 eV 88 keV 4.36 mm 4.36 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 455, Parent ID = 454 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 422 mum -1.95 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 407 mum -1.95 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 453, Parent ID = 452 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 358 mum 62 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 182 mum 5.57 mm -2.43 m 0 eV 88 keV 1.19 cm 1.19 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 456, Parent ID = 453 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 182 mum 5.57 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 184 mum 5.58 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 451, Parent ID = 444 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 360 mum 83.3 mum -2.42 m 114 keV 0 eV 0 fm 0 fm Target initStep - 1 361 mum 84.6 mum -2.42 m 0 eV 114 keV 34 mum 34 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 443, Parent ID = 430 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 280 mum 383 mum -2.42 m 1.75 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.62 mm -3.89 mm -2.41 m 339 keV 0 eV 1.7 cm 1.7 cm Target compt - 2 5.93 mm -3.74 mm -2.41 m 0 eV 88 keV 2.52 mm 1.95 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 458, Parent ID = 443 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.93 mm -3.74 mm -2.41 m 251 keV 0 eV 0 fm 0 fm Target initStep - 1 5.93 mm -3.74 mm -2.41 m 0 eV 251 keV 114 mum 114 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 457, Parent ID = 443 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.62 mm -3.89 mm -2.41 m 1.41 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.62 mm -3.92 mm -2.41 m 0 eV 1.41 MeV 1.07 mm 1.07 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 442, Parent ID = 430 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 22 mum 281 mum -2.42 m 5.28 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.04 mm -1.24 mm -2.41 m 262 keV 0 eV 1.33 cm 1.33 cm Target compt - 2 1.77 mm -2.41 mm -2.41 m 0 eV 88 keV 3.42 mm 1.67 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 460, Parent ID = 442 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.77 mm -2.41 mm -2.41 m 174 keV 0 eV 0 fm 0 fm Target initStep - 1 1.77 mm -2.4 mm -2.41 m 0 eV 174 keV 66.3 mum 66.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 459, Parent ID = 442 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.04 mm -1.24 mm -2.41 m 5.02 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.46 mm -2.89 mm -2.41 m 1.37 MeV 3.09 MeV 2.22 mm 2.22 mm Target eBrem - 2 1.47 mm -2.96 mm -2.41 m 0 eV 1.37 MeV 1.03 mm 3.25 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 461, Parent ID = 459 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.46 mm -2.89 mm -2.41 m 563 keV 0 eV 0 fm 0 fm Target initStep - 1 725 mum -7.22 mm -2.41 m 188 keV 0 eV 5.48 mm 5.48 mm Target compt - 2 544 mum -6.5 mm -2.41 m 0 eV 88 keV 753 mum 6.23 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 463, Parent ID = 461 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 544 mum -6.5 mm -2.41 m 99.5 keV 0 eV 0 fm 0 fm Target initStep - 1 544 mum -6.5 mm -2.41 m 0 eV 99.5 keV 27.3 mum 27.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 462, Parent ID = 461 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 725 mum -7.22 mm -2.41 m 376 keV 0 eV 0 fm 0 fm Target initStep - 1 724 mum -7.24 mm -2.41 m 0 eV 376 keV 205 mum 205 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 143, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -32.1 mum 247 mum -2.42 m 1.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 807 mum 810 mum -2.4 m 1.5 MeV 0 eV 2.48 cm 2.48 cm Target Transportation - 2 2.79 cm 1.9 cm -1.6 m 1.5 MeV 0 eV 80.1 cm 82.5 cm Tracker Transportation - 3 3.47 cm 2.35 cm -1.4 m 1.5 MeV 0 eV 20 cm 1.03 m Chamber Transportation - 4 5.5 cm 3.71 cm -80 cm 1.5 MeV 0 eV 60 cm 1.63 m Tracker Transportation - 5 6.18 cm 4.17 cm -60 cm 1.5 MeV 0 eV 20 cm 1.83 m Chamber Transportation - 6 8.21 cm 5.53 cm 0.114 fm 1.5 MeV 0 eV 60 cm 2.43 m Tracker Transportation - 7 8.89 cm 5.99 cm 20 cm 1.5 MeV 0 eV 20 cm 2.63 m Chamber Transportation - 8 10.9 cm 7.35 cm 80 cm 1.5 MeV 0 eV 60 cm 3.23 m Tracker Transportation - 9 11.6 cm 7.8 cm 1 m 1.5 MeV 0 eV 20 cm 3.43 m Chamber Transportation - 10 13.6 cm 9.17 cm 1.6 m 1.5 MeV 0 eV 60 cm 4.03 m Tracker Transportation - 11 14.3 cm 9.62 cm 1.8 m 1.5 MeV 0 eV 20 cm 4.23 m Chamber Transportation - 12 16.3 cm 11 cm 2.4 m 1.5 MeV 0 eV 60 cm 4.83 m Tracker Transportation - 13 18.1 cm 12.1 cm 2.91 m 1.5 MeV 0 eV 51 cm 5.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 142, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -46.3 mum 236 mum -2.43 m 9.43 MeV 0 eV 0 fm 0 fm Target initStep - 1 165 mum 440 mum -2.42 m 0 eV 0 eV 5.96 mm 5.96 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 465, Parent ID = 142 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 165 mum 440 mum -2.42 m 1.44 MeV 0 eV 0 fm 0 fm Target initStep - 1 205 mum 365 mum -2.42 m 0 eV 1.44 MeV 1.11 mm 1.11 mm Target eIoni - 2 205 mum 365 mum -2.42 m 0 eV 0 eV 0 fm 1.11 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 467, Parent ID = 465 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 205 mum 365 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.06 mm -1.29 mm -2.42 m 237 keV 0 eV 5.95 mm 5.95 mm Target compt - 2 -82 mum -1.59 mm -2.42 m 0 eV 88 keV 1.03 mm 6.98 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 469, Parent ID = 467 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -82 mum -1.59 mm -2.42 m 149 keV 0 eV 0 fm 0 fm Target initStep - 1 -81.7 mum -1.59 mm -2.42 m 0 eV 149 keV 52.1 mum 52.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 468, Parent ID = 467 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.06 mm -1.29 mm -2.42 m 274 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.07 mm -1.29 mm -2.42 m 0 eV 274 keV 131 mum 131 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 466, Parent ID = 465 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 205 mum 365 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 522 mum 778 mum -2.42 m 0 eV 88 keV 1.49 mm 1.49 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 470, Parent ID = 466 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 522 mum 778 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 523 mum 771 mum -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 464, Parent ID = 142 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 165 mum 440 mum -2.42 m 6.96 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.18 mm 2.19 mm -2.42 m 3.15 MeV 3.81 MeV 3.47 mm 3.47 mm Target eBrem - 2 -2.07 mm 1.9 mm -2.42 m 0 eV 3.15 MeV 2.48 mm 5.95 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 141, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -81.7 mum 158 mum -2.43 m 4.93 MeV 0 eV 0 fm 0 fm Target initStep - 1 20.9 mum 307 mum -2.42 m 0 eV 0 eV 2.97 mm 2.97 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 472, Parent ID = 141 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 20.9 mum 307 mum -2.42 m 2.24 MeV 0 eV 0 fm 0 fm Target initStep - 1 9.61 mum 398 mum -2.42 m 0 eV 2.24 MeV 1.78 mm 1.78 mm Target eIoni - 2 9.61 mum 398 mum -2.42 m 0 eV 0 eV 0 fm 1.78 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 474, Parent ID = 472 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.61 mum 398 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -53.6 mum -1.28 mm -2.42 m 329 keV 0 eV 1.98 mm 1.98 mm Target compt - 2 -897 mum -1.17 mm -2.43 m 0 eV 88 keV 2.03 mm 4.01 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 476, Parent ID = 474 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -897 mum -1.17 mm -2.43 m 241 keV 0 eV 0 fm 0 fm Target initStep - 1 -901 mum -1.17 mm -2.43 m 0 eV 241 keV 108 mum 108 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 475, Parent ID = 474 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.6 mum -1.28 mm -2.42 m 182 keV 0 eV 0 fm 0 fm Target initStep - 1 -52.4 mum -1.28 mm -2.42 m 0 eV 182 keV 70.7 mum 70.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 473, Parent ID = 472 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.61 mum 398 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 42.2 mum 1.26 mm -2.42 m 0 eV 88 keV 1.02 mm 1.02 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 477, Parent ID = 473 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 42.2 mum 1.26 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 51.2 mum 1.27 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 471, Parent ID = 141 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 20.9 mum 307 mum -2.42 m 1.67 MeV 0 eV 0 fm 0 fm Target initStep - 1 174 mum 198 mum -2.42 m 747 keV 439 keV 271 mum 271 mum Target eBrem - 2 209 mum 212 mum -2.42 m 0 eV 747 keV 506 mum 777 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 478, Parent ID = 471 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 174 mum 198 mum -2.42 m 486 keV 0 eV 0 fm 0 fm Target initStep - 1 2.22 mm 492 mum -2.43 m 298 keV 0 eV 2.61 mm 2.61 mm Target compt - 2 4.93 mm -206 mum -2.42 m 0 eV 88 keV 3.22 mm 5.83 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 480, Parent ID = 478 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.93 mm -206 mum -2.42 m 210 keV 0 eV 0 fm 0 fm Target initStep - 1 4.94 mm -204 mum -2.42 m 0 eV 210 keV 87.9 mum 87.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 479, Parent ID = 478 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.22 mm 492 mum -2.43 m 189 keV 0 eV 0 fm 0 fm Target initStep - 1 2.22 mm 493 mum -2.43 m 0 eV 189 keV 74.8 mum 74.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 140, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -87.5 mum 149 mum -2.43 m 66.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -13.4 mum 276 mum -2.42 m 0 eV 0 eV 3.5 mm 3.5 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 482, Parent ID = 140 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -13.4 mum 276 mum -2.42 m 26.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 66.6 mum 374 mum -2.42 m 18.1 MeV 1.29 MeV 710 mum 710 mum Target eBrem - 2 -172 mum 535 mum -2.42 m 16.2 MeV 1.23 MeV 1.11 mm 1.82 mm Target eBrem - 3 -292 mum 557 mum -2.42 m 13.4 MeV 420 keV 396 mum 2.21 mm Target eBrem - 4 -311 mum 158 mum -2.42 m 10.1 MeV 2.16 MeV 1.79 mm 4 mm Target eBrem - 5 9.29 mum 798 mum -2.42 m 8.67 MeV 1.04 MeV 1.04 mm 5.04 mm Target eBrem - 6 -40.5 mum 885 mum -2.42 m 7.45 MeV 118 keV 121 mum 5.16 mm Target eBrem - 7 -185 mum 1.19 mm -2.42 m 0 eV 400 keV 371 mum 5.53 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 490, Parent ID = 482 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -185 mum 1.19 mm -2.42 m 7.65 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.17 cm 1.87 cm -2.4 m 7.65 MeV 0 eV 2.8 cm 2.8 cm Target Transportation - 2 -1.59 m 2.4 m 14.2 cm 7.65 MeV 0 eV 3.82 m 3.85 m Tracker Transportation - 3 -1.93 m 2.91 m 68.6 cm 7.65 MeV 0 eV 81.9 cm 4.67 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 489, Parent ID = 482 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -185 mum 1.19 mm -2.42 m 427 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.52 mm 5.03 mm -2.43 m 269 keV 0 eV 1.14 cm 1.14 cm Target compt - 2 -3.5 mm 5.04 mm -2.43 m 0 eV 88 keV 35 mum 1.14 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 492, Parent ID = 489 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.5 mm 5.04 mm -2.43 m 181 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.49 mm 5.04 mm -2.43 m 0 eV 181 keV 70.2 mum 70.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 491, Parent ID = 489 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.52 mm 5.03 mm -2.43 m 158 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.53 mm 5.03 mm -2.43 m 0 eV 158 keV 56.7 mum 56.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 488, Parent ID = 482 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -40.5 mum 885 mum -2.42 m 1.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.24 mm 4.66 mm -2.42 m 247 keV 0 eV 5.12 mm 5.12 mm Target compt - 2 -2.11 mm 3.12 mm -2.42 m 0 eV 88 keV 1.78 mm 6.9 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 494, Parent ID = 488 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.11 mm 3.12 mm -2.42 m 159 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.11 mm 3.12 mm -2.42 m 0 eV 159 keV 57.5 mum 57.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 493, Parent ID = 488 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.24 mm 4.66 mm -2.42 m 857 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.24 mm 4.7 mm -2.42 m 0 eV 857 keV 599 mum 599 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 487, Parent ID = 482 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.29 mum 798 mum -2.42 m 378 keV 0 eV 0 fm 0 fm Target initStep - 1 -72.7 mum 996 mum -2.42 m 185 keV 0 eV 260 mum 260 mum Target compt - 2 513 mum 128 mum -2.42 m 0 eV 88 keV 1.21 mm 1.47 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 496, Parent ID = 487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 513 mum 128 mum -2.42 m 96.7 keV 0 eV 0 fm 0 fm Target initStep - 1 513 mum 127 mum -2.42 m 0 eV 96.7 keV 26.2 mum 26.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 495, Parent ID = 487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -72.7 mum 996 mum -2.42 m 193 keV 0 eV 0 fm 0 fm Target initStep - 1 -74.8 mum 1 mm -2.42 m 0 eV 193 keV 77.6 mum 77.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 486, Parent ID = 482 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -311 mum 158 mum -2.42 m 1.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -488 mum 2.03 mm -2.42 m 899 keV 0 eV 3.12 mm 3.12 mm Target compt - 2 -3.54 mm 1.2 cm -2.41 m 677 keV 0 eV 1.18 cm 1.49 cm Target compt - 3 -4.22 mm 1.46 cm -2.41 m 0 eV 88 keV 5.9 mm 2.08 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 499, Parent ID = 486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.22 mm 1.46 cm -2.41 m 589 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.23 mm 1.46 cm -2.41 m 0 eV 589 keV 375 mum 375 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 498, Parent ID = 486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.54 mm 1.2 cm -2.41 m 222 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.54 mm 1.2 cm -2.41 m 0 eV 222 keV 95.6 mum 95.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 497, Parent ID = 486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -488 mum 2.03 mm -2.42 m 205 keV 0 eV 0 fm 0 fm Target initStep - 1 -486 mum 2.03 mm -2.42 m 0 eV 205 keV 84.5 mum 84.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 485, Parent ID = 482 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -292 mum 557 mum -2.42 m 2.46 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.82 mm 2.57 mm -2.41 m 2.17 MeV 0 eV 1.25 cm 1.25 cm Target compt - 2 -6.4 mm 5.31 mm -2.4 m 0 eV 0 eV 7.39 mm 1.99 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 502, Parent ID = 485 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.4 mm 5.31 mm -2.4 m 528 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.39 mm 5.32 mm -2.4 m 0 eV 528 keV 325 mum 325 mum Target eIoni - 2 -6.39 mm 5.32 mm -2.4 m 0 eV 0 eV 0 fm 325 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 504, Parent ID = 502 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.39 mm 5.32 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.32 mm 5.28 mm -2.41 m 191 keV 0 eV 3.05 mm 3.05 mm Target compt - 2 -7.62 mm 5.68 mm -2.41 m 0 eV 88 keV 822 mum 3.87 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 506, Parent ID = 504 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.62 mm 5.68 mm -2.41 m 103 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.62 mm 5.69 mm -2.41 m 0 eV 103 keV 28.8 mum 28.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 505, Parent ID = 504 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.32 mm 5.28 mm -2.41 m 320 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.32 mm 5.27 mm -2.41 m 0 eV 320 keV 163 mum 163 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 503, Parent ID = 502 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.39 mm 5.32 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.75 mm 5.38 mm -2.4 m 511 keV 0 eV 4.17 mm 4.17 mm Target Transportation - 2 2.4 m 6.07 cm 54.3 cm 511 keV 0 eV 3.8 m 3.8 m Tracker Transportation - 3 2.91 m 7.24 cm 1.17 m 511 keV 0 eV 80.6 cm 4.61 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 501, Parent ID = 485 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.4 mm 5.31 mm -2.4 m 624 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.38 mm 5.3 mm -2.4 m 93.2 keV 54 keV 56.7 mum 56.7 mum Target eBrem - 2 -6.38 mm 5.3 mm -2.4 m 0 eV 93.2 keV 24.7 mum 81.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 507, Parent ID = 501 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.38 mm 5.3 mm -2.4 m 477 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.56 mm 2.52 mm -2.41 m 0 eV 88 keV 3.5 mm 3.5 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 508, Parent ID = 507 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.56 mm 2.52 mm -2.41 m 388 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.56 mm 2.5 mm -2.41 m 0 eV 388 keV 214 mum 214 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 500, Parent ID = 485 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.82 mm 2.57 mm -2.41 m 290 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.82 mm 2.57 mm -2.41 m 0 eV 290 keV 142 mum 142 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 484, Parent ID = 482 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -172 mum 535 mum -2.42 m 587 keV 0 eV 0 fm 0 fm Target initStep - 1 -463 mum 579 mum -2.42 m 0 eV 88 keV 1.72 mm 1.72 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 509, Parent ID = 484 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -463 mum 579 mum -2.42 m 499 keV 0 eV 0 fm 0 fm Target initStep - 1 -456 mum 586 mum -2.42 m 0 eV 499 keV 301 mum 301 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 483, Parent ID = 482 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 66.6 mum 374 mum -2.42 m 7.21 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.3 mm -221 mum -2.4 m 7.21 MeV 0 eV 2.28 cm 2.28 cm Target Transportation - 2 -4.94 cm -2.11 cm -1.6 m 7.21 MeV 0 eV 80.2 cm 82.5 cm Tracker Transportation - 3 -6.14 cm -2.64 cm -1.4 m 7.21 MeV 0 eV 20 cm 1.02 m Chamber Transportation - 4 -9.75 cm -4.2 cm -80 cm 7.21 MeV 0 eV 60.1 cm 1.63 m Tracker Transportation - 5 -11 cm -4.73 cm -60 cm 7.21 MeV 0 eV 20 cm 1.83 m Chamber Transportation - 6 -14.6 cm -6.29 cm 0 fm 7.21 MeV 0 eV 60.1 cm 2.43 m Tracker Transportation - 7 -15.8 cm -6.82 cm 20 cm 7.21 MeV 0 eV 20 cm 2.63 m Chamber Transportation - 8 -19.4 cm -8.39 cm 80 cm 7.21 MeV 0 eV 60.1 cm 3.23 m Tracker Transportation - 9 -20.6 cm -8.91 cm 1 m 7.21 MeV 0 eV 20 cm 3.43 m Chamber Transportation - 10 -24.2 cm -10.5 cm 1.6 m 7.21 MeV 0 eV 60.1 cm 4.03 m Tracker Transportation - 11 -25.4 cm -11 cm 1.8 m 7.21 MeV 0 eV 20 cm 4.23 m Chamber Transportation - 12 -29 cm -12.6 cm 2.4 m 7.21 MeV 0 eV 60.1 cm 4.83 m Tracker Transportation - 13 -32.1 cm -13.9 cm 2.91 m 7.21 MeV 0 eV 51.1 cm 5.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 481, Parent ID = 140 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -13.4 mum 276 mum -2.42 m 39 MeV 0 eV 0 fm 0 fm Target initStep - 1 20.3 mum 282 mum -2.42 m 37.9 MeV 427 keV 374 mum 374 mum Target eBrem - 2 54.1 mum 274 mum -2.42 m 15.4 MeV 1.9 MeV 515 mum 889 mum Target eBrem - 3 -23 mum 184 mum -2.42 m 11.4 MeV 1.07 MeV 864 mum 1.75 mm Target eBrem - 4 -163 mum 232 mum -2.42 m 10.7 MeV 227 keV 179 mum 1.93 mm Target eBrem - 5 585 mum 870 mum -2.42 m 4.79 MeV 4.14 MeV 3.14 mm 5.07 mm Target eBrem - 6 376 mum 928 mum -2.42 m 3.72 MeV 336 keV 272 mum 5.34 mm Target eBrem - 7 682 mum -341 mum -2.42 m 635 keV 3.08 MeV 2 mm 7.35 mm Target eBrem - 8 674 mum -341 mum -2.42 m 0 eV 635 keV 412 mum 7.76 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 515, Parent ID = 481 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 376 mum 928 mum -2.42 m 740 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.11 mm -2.98 mm -2.42 m 0 eV 88 keV 5.64 mm 5.64 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 516, Parent ID = 515 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.11 mm -2.98 mm -2.42 m 652 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.1 mm -3.01 mm -2.42 m 0 eV 652 keV 426 mum 426 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 514, Parent ID = 481 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 585 mum 870 mum -2.42 m 1.81 MeV 0 eV 0 fm 0 fm Target initStep - 1 -494 mum 648 mum -2.42 m 243 keV 0 eV 1.15 mm 1.15 mm Target compt - 2 959 mum 16.5 mum -2.42 m 0 eV 88 keV 1.85 mm 3 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 518, Parent ID = 514 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 959 mum 16.5 mum -2.42 m 155 keV 0 eV 0 fm 0 fm Target initStep - 1 962 mum 15.8 mum -2.42 m 0 eV 155 keV 55.4 mum 55.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 517, Parent ID = 514 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -494 mum 648 mum -2.42 m 1.56 MeV 0 eV 0 fm 0 fm Target initStep - 1 -598 mum 633 mum -2.42 m 0 eV 1.56 MeV 1.2 mm 1.2 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 513, Parent ID = 481 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -163 mum 232 mum -2.42 m 400 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.16 mm 1.29 mm -2.42 m 0 eV 88 keV 2.48 mm 2.48 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 519, Parent ID = 513 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.16 mm 1.29 mm -2.42 m 312 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.16 mm 1.3 mm -2.42 m 0 eV 312 keV 157 mum 157 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 512, Parent ID = 481 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23 mum 184 mum -2.42 m 2.93 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.07 mm 2.47 mm -2.42 m 270 keV 0 eV 5.55 mm 5.55 mm Target compt - 2 -2.36 mm 3.09 mm -2.42 m 0 eV 88 keV 4.5 mm 1 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 521, Parent ID = 512 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.36 mm 3.09 mm -2.42 m 182 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.35 mm 3.09 mm -2.42 m 0 eV 182 keV 70.8 mum 70.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 520, Parent ID = 512 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.07 mm 2.47 mm -2.42 m 2.66 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.25 mm 2.57 mm -2.42 m 0 eV 2.66 MeV 2.09 mm 2.09 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 511, Parent ID = 481 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 54.1 mum 274 mum -2.42 m 20.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.92 mm -25 mum -2.4 m 20.7 MeV 0 eV 2.29 cm 2.29 cm Target Transportation - 2 14.1 cm -1.06 cm -1.6 m 20.7 MeV 0 eV 81.2 cm 83.5 cm Tracker Transportation - 3 17.5 cm -1.33 cm -1.4 m 20.7 MeV 0 eV 20.3 cm 1.04 m Chamber Transportation - 4 27.8 cm -2.13 cm -80 cm 20.7 MeV 0 eV 60.9 cm 1.65 m Tracker Transportation - 5 31.2 cm -2.39 cm -60 cm 20.7 MeV 0 eV 20.3 cm 1.85 m Chamber Transportation - 6 41.5 cm -3.19 cm 0 fm 20.7 MeV 0 eV 60.9 cm 2.46 m Tracker Transportation - 7 45 cm -3.45 cm 20 cm 20.7 MeV 0 eV 20.3 cm 2.66 m Chamber Transportation - 8 55.2 cm -4.25 cm 80 cm 20.7 MeV 0 eV 60.9 cm 3.27 m Tracker Transportation - 9 58.7 cm -4.51 cm 1 m 20.7 MeV 0 eV 20.3 cm 3.47 m Chamber Transportation - 10 69 cm -5.31 cm 1.6 m 20.7 MeV 0 eV 60.9 cm 4.08 m Tracker Transportation - 11 72.4 cm -5.58 cm 1.8 m 20.7 MeV 0 eV 20.3 cm 4.28 m Chamber Transportation - 12 82.7 cm -6.37 cm 2.4 m 20.7 MeV 0 eV 60.9 cm 4.89 m Tracker Transportation - 13 91.4 cm -7.05 cm 2.91 m 20.7 MeV 0 eV 51.7 cm 5.41 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 510, Parent ID = 481 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 20.3 mum 282 mum -2.42 m 612 keV 0 eV 0 fm 0 fm Target initStep - 1 494 mum 795 mum -2.42 m 0 eV 88 keV 7.1 mm 7.1 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 522, Parent ID = 510 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 494 mum 795 mum -2.42 m 524 keV 0 eV 0 fm 0 fm Target initStep - 1 438 mum 769 mum -2.42 m 385 keV 139 keV 136 mum 136 mum Target eBrem - 2 443 mum 768 mum -2.42 m 0 eV 385 keV 212 mum 347 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 139, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -88.1 mum 148 mum -2.43 m 2.94 MeV 0 eV 0 fm 0 fm Target initStep - 1 469 mum 1.04 mm -2.4 m 2.94 MeV 0 eV 2.7 cm 2.7 cm Target Transportation - 2 1.7 cm 2.75 cm -1.6 m 2.94 MeV 0 eV 80.1 cm 82.8 cm Tracker Transportation - 3 2.11 cm 3.42 cm -1.4 m 2.94 MeV 0 eV 20 cm 1.03 m Chamber Transportation - 4 3.35 cm 5.4 cm -80 cm 2.94 MeV 0 eV 60 cm 1.63 m Tracker Transportation - 5 3.77 cm 6.06 cm -60 cm 2.94 MeV 0 eV 20 cm 1.83 m Chamber Transportation - 6 5.01 cm 8.05 cm 0 fm 2.94 MeV 0 eV 60 cm 2.43 m Tracker Transportation - 7 5.42 cm 8.71 cm 20 cm 2.94 MeV 0 eV 20 cm 2.63 m Chamber Transportation - 8 6.66 cm 10.7 cm 80 cm 2.94 MeV 0 eV 60 cm 3.23 m Tracker Transportation - 9 7.07 cm 11.4 cm 1 m 2.94 MeV 0 eV 20 cm 3.43 m Chamber Transportation - 10 8.31 cm 13.3 cm 1.6 m 2.94 MeV 0 eV 60 cm 4.03 m Tracker Transportation - 11 8.73 cm 14 cm 1.8 m 2.94 MeV 0 eV 20 cm 4.23 m Chamber Transportation - 12 9.97 cm 16 cm 2.4 m 2.94 MeV 0 eV 60 cm 4.83 m Tracker Transportation - 13 11 cm 17.7 cm 2.91 m 2.94 MeV 0 eV 51 cm 5.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 138, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -76 mum 90.5 mum -2.43 m 1.28 MeV 0 eV 0 fm 0 fm Target initStep - 1 -256 mum 663 mum -2.41 m 891 keV 0 eV 2.12 cm 2.12 cm Target compt - 2 -1.79 mm 5.52 mm -2.4 m 672 keV 0 eV 8.67 mm 2.98 cm Target compt - 3 -1.93 mm 5.53 mm -2.4 m 672 keV 0 eV 330 mum 3.02 cm Target Transportation - 4 -1.1 m 2.04 cm 0 fm 672 keV 0 eV 2.64 m 2.67 m Tracker Transportation - 5 -1.1 m 2.04 cm 1.32 cm 672 keV 0 eV 1.45 cm 2.68 m Chamber Transportation - 6 -1.46 m 2.53 cm 80 cm 672 keV 0 eV 86.5 cm 3.55 m Tracker Transportation - 7 -1.54 m 2.63 cm 95.9 cm 672 keV 0 eV 17.5 cm 3.72 m Chamber Transportation - 8 -1.83 m 3.03 cm 1.6 m 672 keV 0 eV 70.5 cm 4.43 m Tracker Transportation - 9 -1.92 m 3.15 cm 1.8 m 672 keV 0 eV 22 cm 4.65 m Chamber Transportation - 10 -2.19 m 3.52 cm 2.4 m 672 keV 0 eV 66 cm 5.31 m Tracker Transportation - 11 -2.43 m 3.84 cm 2.91 m 672 keV 0 eV 56.1 cm 5.87 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 524, Parent ID = 138 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.79 mm 5.52 mm -2.4 m 219 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.79 mm 5.53 mm -2.4 m 0 eV 219 keV 94.2 mum 94.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 523, Parent ID = 138 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -256 mum 663 mum -2.41 m 391 keV 0 eV 0 fm 0 fm Target initStep - 1 -253 mum 654 mum -2.41 m 0 eV 391 keV 216 mum 216 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 137, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -75.1 mum 87.8 mum -2.43 m 406 keV 0 eV 0 fm 0 fm Target initStep - 1 -97.2 mum 175 mum -2.43 m 0 eV 88 keV 3.17 mm 3.17 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 525, Parent ID = 137 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -97.2 mum 175 mum -2.43 m 318 keV 0 eV 0 fm 0 fm Target initStep - 1 -89.4 mum 172 mum -2.43 m 0 eV 318 keV 161 mum 161 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 136, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -72.8 mum 82.8 mum -2.43 m 13.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -148 mum 341 mum -2.42 m 2.52 MeV 0 eV 1.12 cm 1.12 cm Target compt - 2 -4.48 mm -5.75 mm -2.41 m 500 keV 0 eV 1.39 cm 2.52 cm Target compt - 3 -4.12 mm -1.09 cm -2.41 m 0 eV 88 keV 5.34 mm 3.05 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 528, Parent ID = 136 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.12 mm -1.09 cm -2.41 m 412 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.13 mm -1.09 cm -2.41 m 0 eV 412 keV 232 mum 232 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 527, Parent ID = 136 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.48 mm -5.75 mm -2.41 m 2.02 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.07 mm -5.81 mm -2.41 m 1.06 MeV 961 keV 841 mum 841 mum Target eBrem - 2 -4.05 mm -5.76 mm -2.41 m 0 eV 1.06 MeV 774 mum 1.61 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 526, Parent ID = 136 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -148 mum 341 mum -2.42 m 10.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.18 mm 290 mum -2.42 m 7.82 MeV 2.43 MeV 1.89 mm 1.89 mm Target eBrem - 2 -1.19 mm 297 mum -2.42 m 7.25 MeV 19.3 keV 17.8 mum 1.91 mm Target eBrem - 3 -1.2 mm 301 mum -2.42 m 3.4 MeV 7.34 keV 10 mum 1.92 mm Target eBrem - 4 -1.5 mm 196 mum -2.42 m 1.76 MeV 574 keV 607 mum 2.53 mm Target eBrem - 5 -1.8 mm 40.2 mum -2.42 m 751 keV 568 keV 559 mum 3.09 mm Target eBrem - 6 -1.81 mm 7.03 mum -2.42 m 0 eV 751 keV 510 mum 3.6 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 533, Parent ID = 526 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.8 mm 40.2 mum -2.42 m 442 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.45 mm -3.17 mm -2.41 m 167 keV 0 eV 1.02 cm 1.02 cm Target compt - 2 -8.14 mm -3 mm -2.41 m 0 eV 88 keV 376 mum 1.05 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 535, Parent ID = 533 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.14 mm -3 mm -2.41 m 79 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.14 mm -3 mm -2.41 m 0 eV 79 keV 18.8 mum 18.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 534, Parent ID = 533 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.45 mm -3.17 mm -2.41 m 275 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.46 mm -3.17 mm -2.41 m 0 eV 275 keV 131 mum 131 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 532, Parent ID = 526 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.5 mm 196 mum -2.42 m 1.07 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.01 cm 8.68 mm -2.4 m 1.07 MeV 0 eV 2.6 cm 2.6 cm Target Transportation - 2 -2.4 m 1.09 m -34 cm 1.07 MeV 0 eV 3.33 m 3.36 m Tracker Transportation - 3 -2.91 m 1.33 m 10.2 cm 1.07 MeV 0 eV 71.4 cm 4.07 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 531, Parent ID = 526 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.2 mm 301 mum -2.42 m 3.84 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.5 cm 6.5 mm -2.42 m 3.84 MeV 0 eV 2.48 cm 2.48 cm Target Transportation - 2 -2.91 m 75.8 cm -2.85 m 3.84 MeV 0 eV 3.01 m 3.04 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 530, Parent ID = 526 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.19 mm 297 mum -2.42 m 545 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.87 mm 2.89 mm -2.42 m 175 keV 0 eV 5.51 mm 5.51 mm Target compt - 2 -5.64 mm 2.77 mm -2.42 m 0 eV 88 keV 262 mum 5.78 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 537, Parent ID = 530 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.64 mm 2.77 mm -2.42 m 86.5 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.63 mm 2.77 mm -2.42 m 0 eV 86.5 keV 21.9 mum 21.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 536, Parent ID = 530 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.87 mm 2.89 mm -2.42 m 370 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.88 mm 2.9 mm -2.42 m 0 eV 370 keV 200 mum 200 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 529, Parent ID = 526 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.18 mm 290 mum -2.42 m 424 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.13 cm 5.43 mm -2.42 m 181 keV 0 eV 1.16 cm 1.16 cm Target compt - 2 -1.12 cm 5.26 mm -2.42 m 0 eV 88 keV 185 mum 1.18 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 539, Parent ID = 529 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.12 cm 5.26 mm -2.42 m 92.9 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.12 cm 5.26 mm -2.42 m 0 eV 92.9 keV 24.6 mum 24.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 538, Parent ID = 529 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.13 cm 5.43 mm -2.42 m 243 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.13 cm 5.43 mm -2.42 m 0 eV 243 keV 109 mum 109 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 135, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -66.8 mum 73.2 mum -2.43 m 75.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 -119 mum 131 mum -2.43 m 0 eV 0 eV 3.13 mm 3.13 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 541, Parent ID = 135 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -119 mum 131 mum -2.43 m 67.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -120 mum 140 mum -2.43 m 66.1 MeV 578 keV 311 mum 311 mum Target eBrem - 2 -158 mum 111 mum -2.43 m 64.8 MeV 634 keV 418 mum 729 mum Target eBrem - 3 -170 mum 114 mum -2.43 m 60.2 MeV 263 keV 212 mum 941 mum Target eBrem - 4 -176 mum 112 mum -2.43 m 58.5 MeV 73.1 keV 67.7 mum 1.01 mm Target eBrem - 5 -251 mum 8.3 mum -2.42 m 56.1 MeV 1.4 MeV 1.23 mm 2.24 mm Target eBrem - 6 -228 mum 17.4 mum -2.42 m 53.6 MeV 403 keV 338 mum 2.57 mm Target eBrem - 7 -155 mum 40 mum -2.42 m 52.1 MeV 788 keV 704 mum 3.28 mm Target eBrem - 8 -75 mum 6.16 mum -2.42 m 43.4 MeV 1.69 MeV 1.25 mm 4.53 mm Target eBrem - 9 -32.5 mum 12.6 mum -2.42 m 42.6 MeV 200 keV 143 mum 4.67 mm Target eBrem - 10 -15.6 mum 11.1 mum -2.42 m 39.4 MeV 69 keV 59.5 mum 4.73 mm Target eBrem - 11 451 mum -336 mum -2.42 m 20.8 MeV 2.52 MeV 2.07 mm 6.8 mm Target eBrem - 12 376 mum -456 mum -2.42 m 18.7 MeV 1.63 MeV 1.09 mm 7.88 mm Target eBrem - 13 246 mum 1.9 mm -2.42 m 12.2 MeV 4.55 MeV 3.46 mm 1.13 cm Target eBrem - 14 4.63 mm -807 mum -2.42 m 4.47 MeV 5.97 MeV 4.8 mm 1.61 cm Target eBrem - 15 4.51 mm -831 mum -2.42 m 2.85 MeV 210 keV 156 mum 1.63 cm Target eBrem - 16 4.14 mm -907 mum -2.42 m 0 eV 2.85 MeV 2.28 mm 1.86 cm Target eIoni - 17 4.14 mm -907 mum -2.42 m 0 eV 0 eV 0 fm 1.86 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 558, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.14 mm -907 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.11 cm -8.74 mm -2.42 m 272 keV 0 eV 1.28 cm 1.28 cm Target compt - 2 1.15 cm -8.46 mm -2.42 m 0 eV 88 keV 499 mum 1.33 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 560, Parent ID = 558 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.15 cm -8.46 mm -2.42 m 184 keV 0 eV 0 fm 0 fm Target initStep - 1 1.15 cm -8.46 mm -2.42 m 0 eV 184 keV 72.2 mum 72.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 559, Parent ID = 558 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.11 cm -8.74 mm -2.42 m 239 keV 0 eV 0 fm 0 fm Target initStep - 1 1.11 cm -8.75 mm -2.42 m 0 eV 239 keV 107 mum 107 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 557, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.14 mm -907 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.57 mm -256 mum -2.41 m 263 keV 0 eV 1.06 mm 1.06 mm Target compt - 2 3.7 mm -707 mum -2.41 m 158 keV 0 eV 834 mum 1.89 mm Target compt - 3 3.73 mm -1.06 mm -2.41 m 0 eV 88 keV 552 mum 2.45 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 563, Parent ID = 557 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.73 mm -1.06 mm -2.41 m 70.2 keV 0 eV 0 fm 0 fm Target initStep - 1 3.73 mm -1.06 mm -2.41 m 0 eV 70.2 keV 15.6 mum 15.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 562, Parent ID = 557 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.7 mm -707 mum -2.41 m 105 keV 0 eV 0 fm 0 fm Target initStep - 1 3.7 mm -707 mum -2.41 m 0 eV 105 keV 29.8 mum 29.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 561, Parent ID = 557 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.57 mm -256 mum -2.41 m 248 keV 0 eV 0 fm 0 fm Target initStep - 1 3.56 mm -250 mum -2.41 m 0 eV 248 keV 113 mum 113 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 556, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.51 mm -831 mum -2.42 m 1.41 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.38 mm -4.05 mm -2.41 m 710 keV 0 eV 1.55 cm 1.55 cm Target compt - 2 -1.45 cm 339 mum -2.4 m 710 keV 0 eV 1.14 cm 2.69 cm Target Transportation - 3 -2.4 m 2.04 m 1.83 m 710 keV 0 eV 5.27 m 5.29 m Tracker Transportation - 4 -2.91 m 2.47 m 2.74 m 710 keV 0 eV 1.13 m 6.42 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 564, Parent ID = 556 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.38 mm -4.05 mm -2.41 m 698 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.4 mm -4.07 mm -2.41 m 0 eV 698 keV 465 mum 465 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 555, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.63 mm -807 mum -2.42 m 1.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.5 cm 2 mm -2.41 m 1.8 MeV 0 eV 3.11 cm 3.11 cm Target Transportation - 2 -4.58 cm 3.97 mm -2.4 m 1.8 MeV 0 eV 2.18 cm 5.29 cm World Transportation - 3 -2.4 m 22.7 cm -1.68 m 1.8 MeV 0 eV 2.47 m 2.52 m Tracker Transportation - 4 -2.91 m 27.6 cm -1.53 m 1.8 MeV 0 eV 53.5 cm 3.06 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 554, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 246 mum 1.9 mm -2.42 m 1.96 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.36 mm -1.09 cm -2.4 m 1.96 MeV 0 eV 2.13 cm 2.13 cm Target Transportation - 2 1.34 m -2.4 m 49.1 cm 1.96 MeV 0 eV 3.98 m 4 m Tracker Transportation - 3 1.62 m -2.91 m 1.11 m 1.96 MeV 0 eV 84.9 cm 4.85 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 553, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 376 mum -456 mum -2.42 m 418 keV 0 eV 0 fm 0 fm Target initStep - 1 446 mum -293 mum -2.42 m 218 keV 0 eV 942 mum 942 mum Target compt - 2 673 mum -801 mum -2.42 m 0 eV 88 keV 557 mum 1.5 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 566, Parent ID = 553 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 673 mum -801 mum -2.42 m 130 keV 0 eV 0 fm 0 fm Target initStep - 1 673 mum -803 mum -2.42 m 0 eV 130 keV 42.2 mum 42.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 565, Parent ID = 553 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 446 mum -293 mum -2.42 m 200 keV 0 eV 0 fm 0 fm Target initStep - 1 445 mum -290 mum -2.42 m 0 eV 200 keV 81.4 mum 81.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 552, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 451 mum -336 mum -2.42 m 16.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 786 mum 22.4 mum -2.41 m 0 eV 0 eV 6.1 mm 6.1 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 568, Parent ID = 552 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 786 mum 22.4 mum -2.41 m 9.96 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.59 mm -49.8 mum -2.41 m 3.2 MeV 4.96 MeV 3.39 mm 3.39 mm Target eBrem - 2 -2.58 mm 499 mum -2.41 m 635 keV 2.28 MeV 1.74 mm 5.13 mm Target eBrem - 3 -2.6 mm 531 mum -2.41 m 0 eV 635 keV 415 mum 5.54 mm Target eIoni - 4 -2.6 mm 531 mum -2.41 m 0 eV 0 eV 0 fm 5.54 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 572, Parent ID = 568 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.6 mm 531 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.39 mm 1.95 mm -2.41 m 0 eV 88 keV 2.15 mm 2.15 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 573, Parent ID = 572 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.39 mm 1.95 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.38 mm 1.96 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 571, Parent ID = 568 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.6 mm 531 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.97 mm -8.09 mm -2.42 m 0 eV 88 keV 1.31 cm 1.31 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 574, Parent ID = 571 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.97 mm -8.09 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.98 mm -8.1 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 570, Parent ID = 568 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.58 mm 499 mum -2.41 m 283 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.05 mm 1.14 mm -2.41 m 0 eV 88 keV 899 mum 899 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 575, Parent ID = 570 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.05 mm 1.14 mm -2.41 m 195 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.05 mm 1.14 mm -2.41 m 0 eV 195 keV 78.5 mum 78.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 569, Parent ID = 568 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.59 mm -49.8 mum -2.41 m 1.79 MeV 0 eV 0 fm 0 fm Target initStep - 1 80.5 mum 2.27 mm -2.41 m 650 keV 0 eV 4.15 mm 4.15 mm Target compt - 2 -1.12 mm 2.18 mm -2.4 m 0 eV 88 keV 3.13 mm 7.28 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 577, Parent ID = 569 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.12 mm 2.18 mm -2.4 m 562 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.12 mm 2.19 mm -2.4 m 0 eV 562 keV 352 mum 352 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 576, Parent ID = 569 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 80.5 mum 2.27 mm -2.41 m 1.14 MeV 0 eV 0 fm 0 fm Target initStep - 1 124 mum 2.32 mm -2.41 m 0 eV 1.14 MeV 843 mum 843 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 567, Parent ID = 552 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 786 mum 22.4 mum -2.41 m 5.15 MeV 0 eV 0 fm 0 fm Target initStep - 1 787 mum 839 nm -2.41 m 4.17 MeV 126 keV 104 mum 104 mum Target eBrem - 2 104 mum -637 mum -2.41 m 1.63 MeV 2.55 MeV 1.25 mm 1.35 mm Target eBrem - 3 -13.4 mum -682 mum -2.41 m 1.04 MeV 232 keV 267 mum 1.62 mm Target eBrem - 4 -4.77 mum -669 mum -2.41 m 0 eV 1.04 MeV 754 mum 2.37 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 579, Parent ID = 567 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -13.4 mum -682 mum -2.41 m 355 keV 0 eV 0 fm 0 fm Target initStep - 1 259 mum 538 mum -2.41 m 352 keV 0 eV 6.4 mm 6.4 mm Target compt - 2 289 mum 1.08 mm -2.41 m 174 keV 0 eV 1.56 mm 7.96 mm Target compt - 3 87.7 mum 829 mum -2.41 m 0 eV 88 keV 332 mum 8.29 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 582, Parent ID = 579 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 87.7 mum 829 mum -2.41 m 85.5 keV 0 eV 0 fm 0 fm Target initStep - 1 87.4 mum 827 mum -2.41 m 0 eV 85.5 keV 21.5 mum 21.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 581, Parent ID = 579 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 289 mum 1.08 mm -2.41 m 178 keV 0 eV 0 fm 0 fm Target initStep - 1 290 mum 1.08 mm -2.41 m 0 eV 178 keV 68.9 mum 68.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 580, Parent ID = 579 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 259 mum 538 mum -2.41 m 3.3 keV 0 eV 0 fm 0 fm Target initStep - 1 259 mum 538 mum -2.41 m 0 eV 3.3 keV 143 nm 143 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 578, Parent ID = 567 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 787 mum 839 nm -2.41 m 851 keV 0 eV 0 fm 0 fm Target initStep - 1 474 mum -34.9 mum -2.41 m 0 eV 88 keV 1.56 mm 1.56 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 583, Parent ID = 578 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 474 mum -34.9 mum -2.41 m 763 keV 0 eV 0 fm 0 fm Target initStep - 1 468 mum 69.7 mum -2.41 m 589 keV 174 keV 184 mum 184 mum Target eBrem - 2 443 mum 70.8 mum -2.41 m 0 eV 589 keV 375 mum 559 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 551, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -15.6 mum 11.1 mum -2.42 m 3.06 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.57 mm -1.63 mm -2.4 m 3.06 MeV 0 eV 2.19 cm 2.19 cm Target Transportation - 2 13.7 cm -6.25 cm -1.6 m 3.06 MeV 0 eV 81.3 cm 83.5 cm Tracker Transportation - 3 17 cm -7.78 cm -1.4 m 3.06 MeV 0 eV 20.3 cm 1.04 m Chamber Transportation - 4 27 cm -12.3 cm -80 cm 3.06 MeV 0 eV 61 cm 1.65 m Tracker Transportation - 5 30.3 cm -13.9 cm -60 cm 3.06 MeV 0 eV 20.3 cm 1.85 m Chamber Transportation - 6 40.3 cm -18.4 cm 0 fm 3.06 MeV 0 eV 61 cm 2.46 m Tracker Transportation - 7 43.7 cm -20 cm 20 cm 3.06 MeV 0 eV 20.3 cm 2.67 m Chamber Transportation - 8 53.6 cm -24.5 cm 80 cm 3.06 MeV 0 eV 61 cm 3.28 m Tracker Transportation - 9 57 cm -26 cm 1 m 3.06 MeV 0 eV 20.3 cm 3.48 m Chamber Transportation - 10 67 cm -30.6 cm 1.6 m 3.06 MeV 0 eV 61 cm 4.09 m Tracker Transportation - 11 70.3 cm -32.1 cm 1.8 m 3.06 MeV 0 eV 20.3 cm 4.29 m Chamber Transportation - 12 80.3 cm -36.7 cm 2.4 m 3.06 MeV 0 eV 61 cm 4.9 m Tracker Transportation - 13 88.8 cm -40.6 cm 2.91 m 3.06 MeV 0 eV 51.8 cm 5.42 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 550, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -32.5 mum 12.6 mum -2.42 m 670 keV 0 eV 0 fm 0 fm Target initStep - 1 2.23 mm -42.8 mum -2.41 m 209 keV 0 eV 8.65 mm 8.65 mm Target compt - 2 2.05 mm -14.9 mum -2.41 m 195 keV 0 eV 208 mum 8.86 mm Target compt - 3 1.91 mm 12.4 mum -2.41 m 0 eV 88 keV 299 mum 9.16 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 586, Parent ID = 550 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.91 mm 12.4 mum -2.41 m 107 keV 0 eV 0 fm 0 fm Target initStep - 1 1.92 mm 12 mum -2.41 m 0 eV 107 keV 30.6 mum 30.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 585, Parent ID = 550 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.05 mm -14.9 mum -2.41 m 14.5 keV 0 eV 0 fm 0 fm Target initStep - 1 2.05 mm -14.9 mum -2.41 m 0 eV 14.5 keV 1.23 mum 1.23 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 584, Parent ID = 550 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.23 mm -42.8 mum -2.41 m 461 keV 0 eV 0 fm 0 fm Target initStep - 1 2.24 mm -43.6 mum -2.41 m 0 eV 461 keV 271 mum 271 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 549, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -75 mum 6.16 mum -2.42 m 6.97 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.74 mm 511 mum -2.41 m 0 eV 0 eV 1.09 cm 1.09 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 588, Parent ID = 549 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.74 mm 511 mum -2.41 m 4.22 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.99 mm 604 mum -2.41 m 0 eV 4.22 MeV 3.35 mm 3.35 mm Target eIoni - 2 2.99 mm 604 mum -2.41 m 0 eV 0 eV 0 fm 3.35 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 590, Parent ID = 588 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.99 mm 604 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.55 mm 246 mum -2.41 m 0 eV 88 keV 1.04 cm 1.04 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 591, Parent ID = 590 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.55 mm 246 mum -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.56 mm 244 mum -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 589, Parent ID = 588 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.99 mm 604 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 4.69 mm 667 mum -2.41 m 0 eV 88 keV 1.85 mm 1.85 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 592, Parent ID = 589 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.69 mm 667 mum -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 4.7 mm 679 mum -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 587, Parent ID = 549 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.74 mm 511 mum -2.41 m 1.73 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.75 mm 493 mum -2.41 m 0 eV 1.73 MeV 1.33 mm 1.33 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 548, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -155 mum 40 mum -2.42 m 679 keV 0 eV 0 fm 0 fm Target initStep - 1 1.48 mm 801 mum -2.41 m 310 keV 0 eV 1.41 cm 1.41 cm Target compt - 2 7.37 mm -2.84 mm -2.41 m 0 eV 88 keV 6.94 mm 2.1 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 594, Parent ID = 548 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.37 mm -2.84 mm -2.41 m 222 keV 0 eV 0 fm 0 fm Target initStep - 1 7.38 mm -2.85 mm -2.41 m 0 eV 222 keV 95.6 mum 95.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 593, Parent ID = 548 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.48 mm 801 mum -2.41 m 369 keV 0 eV 0 fm 0 fm Target initStep - 1 1.47 mm 804 mum -2.41 m 0 eV 369 keV 200 mum 200 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 547, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -228 mum 17.4 mum -2.42 m 2.16 MeV 0 eV 0 fm 0 fm Target initStep - 1 35.1 mum 499 mum -2.42 m 421 keV 0 eV 5.26 mm 5.26 mm Target compt - 2 7.01 mm -2.08 mm -2.42 m 252 keV 0 eV 7.43 mm 1.27 cm Target compt - 3 6.77 mm -3.8 mm -2.42 m 0 eV 88 keV 1.99 mm 1.47 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 597, Parent ID = 547 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.77 mm -3.8 mm -2.42 m 164 keV 0 eV 0 fm 0 fm Target initStep - 1 6.76 mm -3.81 mm -2.42 m 0 eV 164 keV 60.5 mum 60.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 596, Parent ID = 547 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.01 mm -2.08 mm -2.42 m 168 keV 0 eV 0 fm 0 fm Target initStep - 1 7.01 mm -2.08 mm -2.42 m 0 eV 168 keV 62.8 mum 62.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 595, Parent ID = 547 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 35.1 mum 499 mum -2.42 m 1.74 MeV 0 eV 0 fm 0 fm Target initStep - 1 18 mum 519 mum -2.42 m 0 eV 1.74 MeV 1.34 mm 1.34 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 546, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -251 mum 8.3 mum -2.42 m 982 keV 0 eV 0 fm 0 fm Target initStep - 1 94 mum 397 mum -2.4 m 982 keV 0 eV 2.4 cm 2.4 cm Target Transportation - 2 1.16 cm 1.33 cm -1.6 m 982 keV 0 eV 80 cm 82.4 cm Tracker Transportation - 3 1.44 cm 1.66 cm -1.4 m 982 keV 0 eV 20 cm 1.02 m Chamber Transportation - 4 2.31 cm 2.63 cm -80 cm 982 keV 0 eV 60 cm 1.62 m Tracker Transportation - 5 2.59 cm 2.95 cm -60 cm 982 keV 0 eV 20 cm 1.82 m Chamber Transportation - 6 3.45 cm 3.92 cm 0 fm 982 keV 0 eV 60 cm 2.42 m Tracker Transportation - 7 3.74 cm 4.25 cm 20 cm 982 keV 0 eV 20 cm 2.62 m Chamber Transportation - 8 4.6 cm 5.22 cm 80 cm 982 keV 0 eV 60 cm 3.22 m Tracker Transportation - 9 4.89 cm 5.54 cm 1 m 982 keV 0 eV 20 cm 3.42 m Chamber Transportation - 10 5.75 cm 6.51 cm 1.6 m 982 keV 0 eV 60 cm 4.02 m Tracker Transportation - 11 6.04 cm 6.84 cm 1.8 m 982 keV 0 eV 20 cm 4.22 m Chamber Transportation - 12 6.9 cm 7.81 cm 2.4 m 982 keV 0 eV 60 cm 4.83 m Tracker Transportation - 13 7.63 cm 8.63 cm 2.91 m 982 keV 0 eV 51 cm 5.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 545, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -176 mum 112 mum -2.43 m 1.62 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.21 mm 214 mum -2.4 m 1.62 MeV 0 eV 2.52 cm 2.52 cm Target Transportation - 2 -3.4 cm 3.44 mm -1.6 m 1.62 MeV 0 eV 80.1 cm 82.6 cm Tracker Transportation - 3 -4.22 cm 4.24 mm -1.4 m 1.62 MeV 0 eV 20 cm 1.03 m Chamber Transportation - 4 -6.67 cm 6.66 mm -80 cm 1.62 MeV 0 eV 60.1 cm 1.63 m Tracker Transportation - 5 -7.49 cm 7.46 mm -60 cm 1.62 MeV 0 eV 20 cm 1.83 m Chamber Transportation - 6 -9.95 cm 9.88 mm 0 fm 1.62 MeV 0 eV 60.1 cm 2.43 m Tracker Transportation - 7 -10.8 cm 1.07 cm 20 cm 1.62 MeV 0 eV 20 cm 2.63 m Chamber Transportation - 8 -13.2 cm 1.31 cm 80 cm 1.62 MeV 0 eV 60.1 cm 3.23 m Tracker Transportation - 9 -14 cm 1.39 cm 1 m 1.62 MeV 0 eV 20 cm 3.43 m Chamber Transportation - 10 -16.5 cm 1.63 cm 1.6 m 1.62 MeV 0 eV 60.1 cm 4.03 m Tracker Transportation - 11 -17.3 cm 1.71 cm 1.8 m 1.62 MeV 0 eV 20 cm 4.23 m Chamber Transportation - 12 -19.8 cm 1.95 cm 2.4 m 1.62 MeV 0 eV 60.1 cm 4.83 m Tracker Transportation - 13 -21.9 cm 2.16 cm 2.91 m 1.62 MeV 0 eV 51 cm 5.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 544, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -170 mum 114 mum -2.43 m 4.33 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.51 mm -91 mum -2.4 m 4.33 MeV 0 eV 2.54 cm 2.54 cm Target Transportation - 2 -7.65 cm -6.58 mm -1.6 m 4.33 MeV 0 eV 80.3 cm 82.9 cm Tracker Transportation - 3 -9.5 cm -8.21 mm -1.4 m 4.33 MeV 0 eV 20.1 cm 1.03 m Chamber Transportation - 4 -15.1 cm -1.31 cm -80 cm 4.33 MeV 0 eV 60.3 cm 1.63 m Tracker Transportation - 5 -16.9 cm -1.47 cm -60 cm 4.33 MeV 0 eV 20.1 cm 1.83 m Chamber Transportation - 6 -22.5 cm -1.96 cm 0 fm 4.33 MeV 0 eV 60.3 cm 2.44 m Tracker Transportation - 7 -24.3 cm -2.12 cm 20 cm 4.33 MeV 0 eV 20.1 cm 2.64 m Chamber Transportation - 8 -29.9 cm -2.61 cm 80 cm 4.33 MeV 0 eV 60.3 cm 3.24 m Tracker Transportation - 9 -31.7 cm -2.77 cm 1 m 4.33 MeV 0 eV 20.1 cm 3.44 m Chamber Transportation - 10 -37.3 cm -3.25 cm 1.6 m 4.33 MeV 0 eV 60.3 cm 4.04 m Tracker Transportation - 11 -39.1 cm -3.42 cm 1.8 m 4.33 MeV 0 eV 20.1 cm 4.24 m Chamber Transportation - 12 -44.7 cm -3.9 cm 2.4 m 4.33 MeV 0 eV 60.3 cm 4.85 m Tracker Transportation - 13 -49.4 cm -4.32 cm 2.91 m 4.33 MeV 0 eV 51.2 cm 5.36 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 543, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -158 mum 111 mum -2.43 m 645 keV 0 eV 0 fm 0 fm Target initStep - 1 -199 mum 106 mum -2.42 m 265 keV 0 eV 1.14 mm 1.14 mm Target compt - 2 -3.95 mm -3.4 mm -2.43 m 0 eV 88 keV 5.21 mm 6.35 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 599, Parent ID = 543 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.95 mm -3.4 mm -2.43 m 177 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.96 mm -3.4 mm -2.43 m 0 eV 177 keV 67.8 mum 67.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 598, Parent ID = 543 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -199 mum 106 mum -2.42 m 381 keV 0 eV 0 fm 0 fm Target initStep - 1 -196 mum 109 mum -2.42 m 0 eV 381 keV 208 mum 208 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 542, Parent ID = 541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -120 mum 140 mum -2.43 m 613 keV 0 eV 0 fm 0 fm Target initStep - 1 -624 mum -58.3 mum -2.42 m 500 keV 0 eV 5.65 mm 5.65 mm Target compt - 2 1.31 mm -1.94 mm -2.42 m 431 keV 0 eV 4.94 mm 1.06 cm Target compt - 3 798 mum -2.54 mm -2.41 m 0 eV 88 keV 6.21 mm 1.68 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 602, Parent ID = 542 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 798 mum -2.54 mm -2.41 m 343 keV 0 eV 0 fm 0 fm Target initStep - 1 799 mum -2.53 mm -2.41 m 0 eV 343 keV 180 mum 180 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 601, Parent ID = 542 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.31 mm -1.94 mm -2.42 m 69.6 keV 0 eV 0 fm 0 fm Target initStep - 1 1.31 mm -1.94 mm -2.42 m 0 eV 69.6 keV 15.4 mum 15.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 600, Parent ID = 542 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -624 mum -58.3 mum -2.42 m 113 keV 0 eV 0 fm 0 fm Target initStep - 1 -626 mum -57.2 mum -2.42 m 0 eV 113 keV 33.7 mum 33.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 540, Parent ID = 135 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -119 mum 131 mum -2.43 m 7.52 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.51 mm 1.29 mm -2.43 m 1.18 MeV 3.84 MeV 3.32 mm 3.32 mm Target eBrem - 2 2.56 mm 1.54 mm -2.43 m 129 keV 508 keV 464 mum 3.78 mm Target eBrem - 3 2.56 mm 1.54 mm -2.43 m 0 eV 129 keV 41.4 mum 3.82 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 604, Parent ID = 540 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.56 mm 1.54 mm -2.43 m 542 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.5 cm -5.23 mm -2.43 m 542 keV 0 eV 2.95 cm 2.95 cm Target Transportation - 2 -1.63 m -40 cm -2.91 m 542 keV 0 eV 1.72 m 1.75 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 603, Parent ID = 540 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.51 mm 1.29 mm -2.43 m 2.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.73 mm 3.53 mm -2.43 m 2.02 MeV 0 eV 5.05 mm 5.05 mm Target compt - 2 -1.83 mm 3.6 mm -2.43 m 644 keV 0 eV 151 mum 5.2 mm Target compt - 3 -1.59 mm 1.98 mm -2.44 m 320 keV 0 eV 1.07 cm 1.59 cm Target compt - 4 -2.08 mm 2.27 mm -2.44 m 0 eV 88 keV 604 mum 1.65 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 608, Parent ID = 603 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.08 mm 2.27 mm -2.44 m 232 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.09 mm 2.28 mm -2.44 m 0 eV 232 keV 102 mum 102 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 607, Parent ID = 603 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.59 mm 1.98 mm -2.44 m 324 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.58 mm 1.98 mm -2.44 m 0 eV 324 keV 166 mum 166 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 606, Parent ID = 603 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.83 mm 3.6 mm -2.43 m 1.38 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.9 mm 3.66 mm -2.43 m 0 eV 1.38 MeV 1.04 mm 1.04 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 605, Parent ID = 603 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.73 mm 3.53 mm -2.43 m 475 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.75 mm 3.53 mm -2.43 m 0 eV 475 keV 282 mum 282 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 134, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59.8 mum 66.6 mum -2.43 m 315 keV 0 eV 0 fm 0 fm Target initStep - 1 -98.8 mum 110 mum -2.43 m 0 eV 88 keV 2.18 mm 2.18 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 609, Parent ID = 134 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -98.8 mum 110 mum -2.43 m 227 keV 0 eV 0 fm 0 fm Target initStep - 1 -95.3 mum 112 mum -2.43 m 0 eV 227 keV 98.7 mum 98.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 133, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -43.5 mum 58.6 mum -2.43 m 5.53 MeV 0 eV 0 fm 0 fm Target initStep - 1 -152 mum 175 mum -2.42 m 326 keV 0 eV 8.05 mm 8.05 mm Target compt - 2 -1.88 mm -1.23 mm -2.42 m 0 eV 88 keV 2.54 mm 1.06 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 611, Parent ID = 133 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.88 mm -1.23 mm -2.42 m 238 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.89 mm -1.24 mm -2.42 m 0 eV 238 keV 106 mum 106 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 610, Parent ID = 133 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -152 mum 175 mum -2.42 m 5.21 MeV 0 eV 0 fm 0 fm Target initStep - 1 302 mum 674 mum -2.42 m 2.83 MeV 971 keV 972 mum 972 mum Target eBrem - 2 202 mum 913 mum -2.42 m 1.79 MeV 381 keV 303 mum 1.28 mm Target eBrem - 3 570 mum 1.01 mm -2.42 m 534 keV 799 keV 648 mum 1.92 mm Target eBrem - 4 567 mum 1.03 mm -2.42 m 0 eV 534 keV 330 mum 2.25 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 614, Parent ID = 610 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 570 mum 1.01 mm -2.42 m 456 keV 0 eV 0 fm 0 fm Target initStep - 1 183 mum 2.31 cm -2.42 m 0 eV 88 keV 2.25 cm 2.25 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 615, Parent ID = 614 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 183 mum 2.31 cm -2.42 m 368 keV 0 eV 0 fm 0 fm Target initStep - 1 189 mum 2.31 cm -2.42 m 0 eV 368 keV 199 mum 199 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 613, Parent ID = 610 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 202 mum 913 mum -2.42 m 660 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.55 mm 7.87 mm -2.43 m 553 keV 0 eV 1.5 cm 1.5 cm Target compt - 2 1.13 mm 1.14 cm -2.44 m 453 keV 0 eV 1.05 cm 2.55 cm Target compt - 3 2.29 mm 1.1 cm -2.45 m 356 keV 0 eV 1.79 mm 2.73 cm Target compt - 4 3.33 mm 1.32 cm -2.45 m 356 keV 0 eV 5.3 mm 3.26 cm Target Transportation - 5 10.4 cm 22.5 cm -2.91 m 356 keV 0 eV 51.7 cm 54.9 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 618, Parent ID = 613 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.29 mm 1.1 cm -2.45 m 97.1 keV 0 eV 0 fm 0 fm Target initStep - 1 2.29 mm 1.1 cm -2.45 m 0 eV 97.1 keV 26.4 mum 26.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 617, Parent ID = 613 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.13 mm 1.14 cm -2.44 m 99.5 keV 0 eV 0 fm 0 fm Target initStep - 1 1.13 mm 1.14 cm -2.44 m 0 eV 99.5 keV 27.3 mum 27.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 616, Parent ID = 613 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.55 mm 7.87 mm -2.43 m 108 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.55 mm 7.87 mm -2.43 m 0 eV 108 keV 31.3 mum 31.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 612, Parent ID = 610 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 302 mum 674 mum -2.42 m 1.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.26 mm 7.17 mm -2.42 m 356 keV 0 eV 9.01 mm 9.01 mm Target compt - 2 -5.09 mm 7.14 mm -2.42 m 0 eV 88 keV 353 mum 9.36 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 620, Parent ID = 612 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.09 mm 7.14 mm -2.42 m 268 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.09 mm 7.15 mm -2.42 m 0 eV 268 keV 127 mum 127 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 619, Parent ID = 612 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.26 mm 7.17 mm -2.42 m 1.05 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.27 mm 7.17 mm -2.42 m 585 keV 7.75 keV 12 mum 12 mum Target eBrem - 2 -5.28 mm 7.19 mm -2.42 m 0 eV 585 keV 372 mum 384 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 621, Parent ID = 619 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.27 mm 7.17 mm -2.42 m 455 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.8 mm 7.51 mm -2.42 m 0 eV 88 keV 905 mum 905 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 622, Parent ID = 621 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.8 mm 7.51 mm -2.42 m 367 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.8 mm 7.52 mm -2.42 m 0 eV 367 keV 198 mum 198 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 132, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -28.9 mum 47.4 mum -2.43 m 15 MeV 0 eV 0 fm 0 fm Target initStep - 1 -281 mum 460 mum -2.41 m 0 eV 0 eV 2.56 cm 2.56 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 624, Parent ID = 132 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -281 mum 460 mum -2.41 m 1.91 MeV 0 eV 0 fm 0 fm Target initStep - 1 -694 mum -331 mum -2.41 m 448 keV 1.46 MeV 1.35 mm 1.35 mm Target eBrem - 2 -743 mum -383 mum -2.41 m 0 eV 137 keV 123 mum 1.47 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 626, Parent ID = 624 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -743 mum -383 mum -2.41 m 631 keV 0 eV 0 fm 0 fm Target initStep - 1 1.1 mm -4.43 mm -2.41 m 0 eV 88 keV 4.46 mm 4.46 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 627, Parent ID = 626 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.1 mm -4.43 mm -2.41 m 543 keV 0 eV 0 fm 0 fm Target initStep - 1 1.12 mm -4.43 mm -2.41 m 0 eV 543 keV 337 mum 337 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 625, Parent ID = 624 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -743 mum -383 mum -2.41 m 702 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.19 mm 3.17 mm -2.4 m 702 keV 0 eV 7.25 mm 7.25 mm Target Transportation - 2 -1.65 m 2.4 m 1.54 m 702 keV 0 eV 4.9 m 4.91 m Tracker Transportation - 3 -2 m 2.91 m 2.38 m 702 keV 0 eV 1.04 m 5.95 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 623, Parent ID = 132 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -281 mum 460 mum -2.41 m 12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -696 mum 291 mum -2.41 m 9.81 MeV 1.34 MeV 1.2 mm 1.2 mm Target eBrem - 2 -2.2 mm 149 mum -2.4 m 274 keV 9.54 MeV 6.75 mm 7.94 mm Target eBrem - 3 -2.19 mm 157 mum -2.4 m 0 eV 274 keV 130 mum 8.07 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 628, Parent ID = 623 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -696 mum 291 mum -2.41 m 892 keV 0 eV 0 fm 0 fm Target initStep - 1 1.15 mm -1.55 mm -2.4 m 892 keV 0 eV 5.8 mm 5.8 mm Target Transportation - 2 57.3 cm -57.1 cm -80 cm 892 keV 0 eV 1.79 m 1.8 m Tracker Transportation - 3 64.5 cm -64.2 cm -60 cm 892 keV 0 eV 22.4 cm 2.02 m Chamber Transportation - 4 85.9 cm -85.5 cm 0 fm 892 keV 0 eV 67.2 cm 2.69 m Tracker Transportation - 5 93.1 cm -92.6 cm 20 cm 892 keV 0 eV 22.4 cm 2.92 m Chamber Transportation - 6 1.15 m -1.14 m 80 cm 892 keV 0 eV 67.2 cm 3.59 m Tracker Transportation - 7 1.22 m -1.21 m 1 m 892 keV 0 eV 22.4 cm 3.81 m Chamber Transportation - 8 1.43 m -1.42 m 1.6 m 892 keV 0 eV 67.2 cm 4.49 m Tracker Transportation - 9 1.5 m -1.5 m 1.8 m 892 keV 0 eV 22.4 cm 4.71 m Chamber Transportation - 10 1.72 m -1.71 m 2.4 m 892 keV 0 eV 67.2 cm 5.38 m Tracker Transportation - 11 1.9 m -1.89 m 2.91 m 892 keV 0 eV 57.1 cm 5.95 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 131, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -34 mum 44.6 mum -2.43 m 2.65 MeV 0 eV 0 fm 0 fm Target initStep - 1 63.4 mum 318 mum -2.41 m 560 keV 0 eV 2.68 cm 2.68 cm Target compt - 2 -85 mum 569 mum -2.41 m 490 keV 0 eV 303 mum 2.71 cm Target compt - 3 -2.38 mm 2.67 mm -2.41 m 0 eV 88 keV 3.15 mm 3.03 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 631, Parent ID = 131 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.38 mm 2.67 mm -2.41 m 402 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.4 mm 2.69 mm -2.41 m 332 keV 69.8 keV 66 mum 66 mum Target eBrem - 2 -2.4 mm 2.7 mm -2.41 m 0 eV 332 keV 172 mum 238 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 630, Parent ID = 131 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -85 mum 569 mum -2.41 m 70.8 keV 0 eV 0 fm 0 fm Target initStep - 1 -84.7 mum 570 mum -2.41 m 0 eV 70.8 keV 15.8 mum 15.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 629, Parent ID = 131 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 63.4 mum 318 mum -2.41 m 2.09 MeV 0 eV 0 fm 0 fm Target initStep - 1 -689 mum 37.9 nm -2.41 m 521 keV 1.57 MeV 1.48 mm 1.48 mm Target eBrem - 2 -697 mum -14.8 mum -2.41 m 0 eV 521 keV 319 mum 1.8 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 130, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -34.7 mum 43.5 mum -2.43 m 315 MeV 0 eV 0 fm 0 fm Target initStep - 1 55.7 mum 227 mum -2.42 m 0 eV 0 eV 1.53 cm 1.53 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 633, Parent ID = 130 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 55.7 mum 227 mum -2.42 m 269 MeV 0 eV 0 fm 0 fm Target initStep - 1 55.7 mum 227 mum -2.42 m 266 MeV 82.6 keV 29.2 mum 29.2 mum Target eBrem - 2 56.6 mum 229 mum -2.42 m 260 MeV 175 keV 131 mum 160 mum Target eBrem - 3 47.5 mum 250 mum -2.42 m 257 MeV 1.29 MeV 833 mum 993 mum Target eBrem - 4 59 mum 267 mum -2.42 m 254 MeV 1.94 MeV 531 mum 1.52 mm Target eBrem - 5 69.6 mum 277 mum -2.42 m 253 MeV 321 keV 278 mum 1.8 mm Target eBrem - 6 74 mum 293 mum -2.42 m 250 MeV 520 keV 412 mum 2.21 mm Target eBrem - 7 72.9 mum 292 mum -2.42 m 247 MeV 25.7 keV 22.2 mum 2.24 mm Target eBrem - 8 61.7 mum 289 mum -2.41 m 234 MeV 238 keV 191 mum 2.43 mm Target eBrem - 9 18.3 mum 278 mum -2.41 m 230 MeV 899 keV 679 mum 3.11 mm Target eBrem - 10 12.5 mum 275 mum -2.41 m 31.8 MeV 133 keV 106 mum 3.21 mm Target eBrem - 11 4.45 mm -2.52 mm -2.41 m 17.7 MeV 13.8 MeV 9.06 mm 1.23 cm Target eBrem - 12 4.27 mm -2.01 mm -2.41 m 9.12 MeV 578 keV 534 mum 1.28 cm Target eBrem - 13 676 mum -3.06 mm -2.41 m 2.15 MeV 6.52 MeV 4.19 mm 1.7 cm Target eBrem - 14 648 mum -3.1 mm -2.41 m 1.13 MeV 710 keV 505 mum 1.75 cm Target eBrem - 15 683 mum -3.01 mm -2.41 m 0 eV 1.13 MeV 843 mum 1.83 cm Target eIoni - 16 683 mum -3.01 mm -2.41 m 0 eV 0 eV 0 fm 1.83 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 649, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 683 mum -3.01 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -132 mum -3.32 mm -2.41 m 0 eV 88 keV 1.13 mm 1.13 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 650, Parent ID = 649 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -132 mum -3.32 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -144 mum -3.33 mm -2.41 m 0 eV 423 keV 236 mum 236 mum Target eBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 648, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 683 mum -3.01 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 8.63 mm -18.9 mum -2.41 m 209 keV 0 eV 1.1 cm 1.1 cm Target compt - 2 9.12 mm 218 mum -2.41 m 0 eV 88 keV 2.51 mm 1.35 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 652, Parent ID = 648 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.12 mm 218 mum -2.41 m 121 keV 0 eV 0 fm 0 fm Target initStep - 1 9.12 mm 220 mum -2.41 m 0 eV 121 keV 37.2 mum 37.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 651, Parent ID = 648 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.63 mm -18.9 mum -2.41 m 302 keV 0 eV 0 fm 0 fm Target initStep - 1 8.63 mm -17 mum -2.41 m 0 eV 302 keV 151 mum 151 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 647, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 648 mum -3.1 mm -2.41 m 309 keV 0 eV 0 fm 0 fm Target initStep - 1 2.35 mm -242 mum -2.4 m 0 eV 88 keV 3.73 mm 3.73 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 653, Parent ID = 647 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.35 mm -242 mum -2.4 m 221 keV 0 eV 0 fm 0 fm Target initStep - 1 2.36 mm -238 mum -2.4 m 0 eV 221 keV 95.3 mum 95.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 646, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 676 mum -3.06 mm -2.41 m 453 keV 0 eV 0 fm 0 fm Target initStep - 1 -847 mum -1.6 mm -2.41 m 0 eV 88 keV 3.83 mm 3.83 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 654, Parent ID = 646 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -847 mum -1.6 mm -2.41 m 365 keV 0 eV 0 fm 0 fm Target initStep - 1 -858 mum -1.6 mm -2.41 m 0 eV 365 keV 196 mum 196 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 645, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.27 mm -2.01 mm -2.41 m 8.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.89 mm 4.59 mm -2.41 m 4.95 MeV 0 eV 9.03 mm 9.03 mm Target compt - 2 -1.05 cm 2.14 cm -2.41 m 0 eV 0 eV 1.89 cm 2.79 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 657, Parent ID = 645 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.05 cm 2.14 cm -2.41 m 2.63 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.05 cm 2.15 cm -2.41 m 1.72 MeV 72.2 keV 70 mum 70 mum Target eBrem - 2 -1.05 cm 2.16 cm -2.41 m 0 eV 1.72 MeV 1.34 mm 1.41 mm Target eIoni - 3 -1.05 cm 2.16 cm -2.41 m 0 eV 0 eV 0 fm 1.41 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 660, Parent ID = 657 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.05 cm 2.16 cm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.81 cm 2.06 cm -2.42 m 0 eV 88 keV 1.24 cm 1.24 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 661, Parent ID = 660 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.81 cm 2.06 cm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.81 cm 2.06 cm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 659, Parent ID = 657 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.05 cm 2.16 cm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.28 mm 2.21 cm -2.4 m 0 eV 88 keV 5.33 mm 5.33 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 662, Parent ID = 659 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.28 mm 2.21 cm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.27 mm 2.21 cm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 658, Parent ID = 657 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.05 cm 2.15 cm -2.41 m 838 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.33 cm 2.5 cm -2.41 m 838 keV 0 eV 4.59 mm 4.59 mm Target Transportation - 2 -3.88 cm 5.69 cm -2.4 m 838 keV 0 eV 4.15 cm 4.61 cm World Transportation - 3 -1.91 m 2.4 m -1.87 m 838 keV 0 eV 3.05 m 3.09 m Tracker Transportation - 4 -2.32 m 2.91 m -1.75 m 838 keV 0 eV 66.3 cm 3.75 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 656, Parent ID = 645 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.05 cm 2.14 cm -2.41 m 1.31 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.05 cm 2.15 cm -2.41 m 0 eV 1.31 MeV 980 mum 980 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 655, Parent ID = 645 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.89 mm 4.59 mm -2.41 m 3.05 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.29 mm 4.35 mm -2.41 m 1.59 MeV 579 keV 632 mum 632 mum Target eBrem - 2 -2.4 mm 4.29 mm -2.41 m 924 keV 214 keV 233 mum 865 mum Target eBrem - 3 -2.4 mm 4.25 mm -2.41 m 0 eV 924 keV 656 mum 1.52 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 664, Parent ID = 655 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.4 mm 4.29 mm -2.41 m 452 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.43 mm 4.21 mm -2.41 m 0 eV 88 keV 110 mum 110 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 665, Parent ID = 664 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.43 mm 4.21 mm -2.41 m 364 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.43 mm 4.19 mm -2.41 m 0 eV 364 keV 196 mum 196 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 663, Parent ID = 655 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.29 mm 4.35 mm -2.41 m 883 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.6 mm 1.69 mm -2.41 m 697 keV 0 eV 9 mm 9 mm Target compt - 2 -1.35 cm -1.24 mm -2.42 m 661 keV 0 eV 6.88 mm 1.59 cm Target compt - 3 -1.7 cm -1.94 mm -2.42 m 265 keV 0 eV 3.86 mm 1.97 cm Target compt - 4 -1.63 cm -1.87 mm -2.42 m 0 eV 88 keV 1.17 mm 2.09 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 669, Parent ID = 663 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.63 cm -1.87 mm -2.42 m 177 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.63 cm -1.87 mm -2.42 m 0 eV 177 keV 68.1 mum 68.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 668, Parent ID = 663 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.7 cm -1.94 mm -2.42 m 395 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.7 cm -1.94 mm -2.42 m 0 eV 395 keV 219 mum 219 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 667, Parent ID = 663 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.35 cm -1.24 mm -2.42 m 35.9 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.35 cm -1.24 mm -2.42 m 0 eV 35.9 keV 5.24 mum 5.24 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 666, Parent ID = 663 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.6 mm 1.69 mm -2.41 m 187 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.6 mm 1.69 mm -2.41 m 0 eV 187 keV 73.7 mum 73.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 644, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.45 mm -2.52 mm -2.41 m 314 keV 0 eV 0 fm 0 fm Target initStep - 1 3.15 mm 80.8 mum -2.41 m 148 keV 0 eV 2.95 mm 2.95 mm Target compt - 2 3.33 mm -20.6 mum -2.41 m 0 eV 88 keV 220 mum 3.17 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 671, Parent ID = 644 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.33 mm -20.6 mum -2.41 m 60.1 keV 0 eV 0 fm 0 fm Target initStep - 1 3.33 mm -20.1 mum -2.41 m 0 eV 60.1 keV 12.1 mum 12.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 670, Parent ID = 644 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.15 mm 80.8 mum -2.41 m 166 keV 0 eV 0 fm 0 fm Target initStep - 1 3.14 mm 84 mum -2.41 m 0 eV 166 keV 61.4 mum 61.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 643, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 12.5 mum 275 mum -2.41 m 198 MeV 0 eV 0 fm 0 fm Target initStep - 1 -282 mum 242 mum -2.41 m 0 eV 0 eV 4.84 mm 4.84 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 673, Parent ID = 643 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -282 mum 242 mum -2.41 m 111 MeV 0 eV 0 fm 0 fm Target initStep - 1 -375 mum 266 mum -2.41 m 108 MeV 2.66 MeV 1.04 mm 1.04 mm Target eBrem - 2 -346 mum 265 mum -2.41 m 103 MeV 1.62 MeV 827 mum 1.86 mm Target eBrem - 3 -339 mum 265 mum -2.41 m 102 MeV 320 keV 205 mum 2.07 mm Target eBrem - 4 -338 mum 265 mum -2.41 m 46 MeV 13.7 keV 13.7 mum 2.08 mm Target eBrem - 5 -1.09 mm -1.14 mm -2.4 m 30.5 MeV 7.03 MeV 5.47 mm 7.55 mm Target eBrem - 6 -315 mum -1.68 mm -2.4 m 24.8 MeV 2.53 MeV 2.02 mm 9.57 mm Target eBrem - 7 -268 mum -1.77 mm -2.4 m 24.7 MeV 177 keV 163 mum 9.73 mm Target Transportation - 8 1.15 cm -2.67 cm -2.36 m 24.6 MeV 6.52 keV 4.47 cm 5.45 cm Tracker eIoni - 9 35.5 cm -78.5 cm -1.37 m 24.3 MeV 267 keV 1.3 m 1.35 m Tracker eIoni - 10 46.4 cm -98.6 cm -1.08 m 24.2 MeV 61 keV 36.7 cm 1.72 m Tracker eIoni - 11 63 cm -1.3 m -64.6 cm 24.1 MeV 115 keV 56.2 cm 2.28 m Tracker eIoni - 12 88.4 cm -1.82 m 7.04 cm 23.9 MeV 187 keV 92.2 cm 3.2 m Tracker eIoni - 13 1.22 m -2.4 m 96.8 cm 23.6 MeV 237 keV 1.12 m 4.32 m Tracker Transportation - 14 1.37 m -2.67 m 1.37 m 23.5 MeV 112 keV 50.6 cm 4.83 m World eIoni - 15 1.45 m -2.81 m 1.58 m 18 MeV 49.1 keV 26.9 cm 5.1 m World eIoni - 16 1.53 m -2.91 m 1.74 m 17.9 MeV 44.3 keV 20.5 cm 5.3 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 686, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.45 m -2.81 m 1.58 m 5.47 MeV 0 eV 0 fm 0 fm World initStep - 1 1.44 m -2.91 m 1.74 m 5.44 MeV 35.1 keV 18.3 cm 18.3 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 685, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.37 m -2.67 m 1.37 m 20 keV 0 eV 0 fm 0 fm World initStep - 1 1.37 m -2.67 m 1.37 m 0 eV 20 keV 7.64 mm 7.64 mm World eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 684, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 88.4 cm -1.82 m 7.04 cm 12.9 keV 0 eV 0 fm 0 fm Tracker initStep - 1 88.5 cm -1.82 m 6.95 cm 0 eV 12.9 keV 3.53 mm 3.53 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 683, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 63 cm -1.3 m -64.6 cm 44.8 keV 0 eV 0 fm 0 fm Tracker initStep - 1 62.2 cm -1.29 m -63.4 cm 0 eV 44.8 keV 3.28 cm 3.28 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 682, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 46.4 cm -98.6 cm -1.08 m 14.2 keV 0 eV 0 fm 0 fm Tracker initStep - 1 46.2 cm -98.6 cm -1.08 m 0 eV 14.2 keV 4.2 mm 4.2 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 681, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 35.5 cm -78.5 cm -1.37 m 59.7 keV 0 eV 0 fm 0 fm Tracker initStep - 1 35.5 cm -79 cm -1.37 m 35.3 keV 5.5 keV 6 mm 6 mm Tracker eIoni - 2 35.7 cm -79.6 cm -1.38 m 0 eV 35.3 keV 2.14 cm 2.74 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 687, Parent ID = 681 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 35.5 cm -79 cm -1.37 m 18.9 keV 0 eV 0 fm 0 fm Tracker initStep - 1 35.7 cm -79.3 cm -1.37 m 0 eV 18.9 keV 6.92 mm 6.92 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 680, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.15 cm -2.67 cm -2.36 m 20.2 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.08 cm -2.42 cm -2.36 m 0 eV 20.2 keV 7.73 mm 7.73 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 679, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -315 mum -1.68 mm -2.4 m 3.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -264 mum -1.77 mm -2.4 m 3.1 MeV 0 eV 160 mum 160 mum Target Transportation - 2 1.39 m -2.4 m 96.1 cm 3.1 MeV 0 eV 4.36 m 4.36 m Tracker Transportation - 3 1.69 m -2.91 m 1.68 m 3.1 MeV 0 eV 92.7 cm 5.28 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 678, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.09 mm -1.14 mm -2.4 m 8.48 MeV 0 eV 0 fm 0 fm Target initStep - 1 -96 mum -1.65 mm -2.4 m 8.48 MeV 0 eV 2.15 mm 2.15 mm Target Transportation - 2 2.4 m -1.23 m 2.07 m 8.48 MeV 0 eV 5.22 m 5.22 m Tracker Transportation - 3 2.85 m -1.46 m 2.91 m 8.48 MeV 0 eV 98.5 cm 6.2 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 677, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -338 mum 265 mum -2.41 m 56.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -111 mum 76.5 mum -2.4 m 56.2 MeV 0 eV 7.27 mm 7.27 mm Target Transportation - 2 2.49 cm -2.07 cm -1.6 m 56.2 MeV 0 eV 80.1 cm 80.8 cm Tracker Transportation - 3 3.12 cm -2.58 cm -1.4 m 56.2 MeV 0 eV 20 cm 1.01 m Chamber Transportation - 4 5 cm -4.14 cm -80 cm 56.2 MeV 0 eV 60 cm 1.61 m Tracker Transportation - 5 5.63 cm -4.66 cm -60 cm 56.2 MeV 0 eV 20 cm 1.81 m Chamber Transportation - 6 7.5 cm -6.21 cm 0 fm 56.2 MeV 0 eV 60 cm 2.41 m Tracker Transportation - 7 8.13 cm -6.73 cm 20 cm 56.2 MeV 0 eV 20 cm 2.61 m Chamber Transportation - 8 10 cm -8.29 cm 80 cm 56.2 MeV 0 eV 60 cm 3.21 m Tracker Transportation - 9 10.6 cm -8.8 cm 1 m 56.2 MeV 0 eV 20 cm 3.41 m Chamber Transportation - 10 12.5 cm -10.4 cm 1.6 m 56.2 MeV 0 eV 60 cm 4.01 m Tracker Transportation - 11 13.1 cm -10.9 cm 1.8 m 56.2 MeV 0 eV 20 cm 4.21 m Chamber Transportation - 12 15 cm -12.4 cm 2.4 m 56.2 MeV 0 eV 60 cm 4.81 m Tracker Transportation - 13 16.6 cm -13.8 cm 2.91 m 56.2 MeV 0 eV 51 cm 5.32 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 676, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -339 mum 265 mum -2.41 m 577 keV 0 eV 0 fm 0 fm Target initStep - 1 -243 mum 185 mum -2.4 m 0 eV 88 keV 3.63 mm 3.63 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 688, Parent ID = 676 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -243 mum 185 mum -2.4 m 489 keV 0 eV 0 fm 0 fm Target initStep - 1 -240 mum 176 mum -2.4 m 0 eV 489 keV 293 mum 293 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 675, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -346 mum 265 mum -2.41 m 3.38 MeV 0 eV 0 fm 0 fm Target initStep - 1 -313 mum 299 mum -2.4 m 1.2 MeV 0 eV 2.71 mm 2.71 mm Target compt - 2 535 mum 2.3 mm -2.4 m 367 keV 0 eV 3.11 mm 5.83 mm Target compt - 3 -681 mum 2.96 mm -2.4 m 0 eV 88 keV 1.38 mm 7.21 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 691, Parent ID = 675 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -681 mum 2.96 mm -2.4 m 279 keV 0 eV 0 fm 0 fm Target initStep - 1 -687 mum 2.95 mm -2.4 m 0 eV 279 keV 134 mum 134 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 690, Parent ID = 675 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 535 mum 2.3 mm -2.4 m 837 keV 0 eV 0 fm 0 fm Target initStep - 1 558 mum 2.32 mm -2.4 m 0 eV 837 keV 582 mum 582 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 689, Parent ID = 675 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -313 mum 299 mum -2.4 m 2.17 MeV 0 eV 0 fm 0 fm Target initStep - 1 -332 mum 249 mum -2.4 m 0 eV 2.17 MeV 1.7 mm 1.7 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 674, Parent ID = 673 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -375 mum 266 mum -2.41 m 354 keV 0 eV 0 fm 0 fm Target initStep - 1 -376 mum 302 mum -2.41 m 0 eV 88 keV 1.82 mm 1.82 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 692, Parent ID = 674 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -376 mum 302 mum -2.41 m 266 keV 0 eV 0 fm 0 fm Target initStep - 1 -376 mum 294 mum -2.41 m 0 eV 266 keV 125 mum 125 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 672, Parent ID = 643 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -282 mum 242 mum -2.41 m 86.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -283 mum 242 mum -2.41 m 81.3 MeV 29.7 keV 34.1 mum 34.1 mum Target eBrem - 2 -299 mum 278 mum -2.41 m 74.2 MeV 977 keV 681 mum 716 mum Target eBrem - 3 -268 mum 259 mum -2.41 m 68.9 MeV 3.55 MeV 376 mum 1.09 mm Target eBrem - 4 -282 mum 307 mum -2.41 m 53.4 MeV 895 keV 713 mum 1.81 mm Target eBrem - 5 -286 mum 299 mum -2.41 m 51.1 MeV 87.2 keV 72.4 mum 1.88 mm Target eBrem - 6 -246 mum 298 mum -2.41 m 46.8 MeV 1.26 MeV 937 mum 2.82 mm Target eBrem - 7 -242 mum 256 mum -2.41 m 22.8 MeV 623 keV 239 mum 3.05 mm Target eBrem - 8 -279 mum -127 mum -2.41 m 18.8 MeV 1.23 MeV 1.01 mm 4.07 mm Target eBrem - 9 -393 mum -210 mum -2.41 m 17.9 MeV 399 keV 350 mum 4.42 mm Target eBrem - 10 -775 mum 32.8 mum -2.4 m 15.1 MeV 776 keV 495 mum 4.91 mm Target eBrem - 11 -2.05 mm 233 mum -2.4 m 12.2 MeV 2.01 MeV 1.71 mm 6.62 mm Target eBrem - 12 -3.06 mm 788 mum -2.4 m 6.08 MeV 1.69 MeV 1.32 mm 7.94 mm Target eBrem - 13 -2.68 mm 1.47 mm -2.4 m 4.63 MeV 1.45 MeV 1.16 mm 9.1 mm Target eBrem - 14 -2.67 mm 1.54 mm -2.4 m 3.79 MeV 220 keV 226 mum 9.32 mm Target eBrem - 15 -2.58 mm 1.86 mm -2.4 m 0 eV 3.79 MeV 2.98 mm 1.23 cm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 705, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.67 mm 1.54 mm -2.4 m 621 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.39 mm 4.32 mm -2.4 m 621 keV 0 eV 4.56 mm 4.56 mm Target Transportation - 2 1.11 m 2.4 m 52.7 cm 621 keV 0 eV 3.94 m 3.95 m Tracker Transportation - 3 1.35 m 2.91 m 1.15 m 621 keV 0 eV 83.9 cm 4.79 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 704, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.06 mm 788 mum -2.4 m 4.43 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.87 mm 6.45 mm -2.4 m 0 eV 88 keV 6.82 mm 6.82 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 706, Parent ID = 704 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.87 mm 6.45 mm -2.4 m 4.34 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.97 mm 6.52 mm -2.4 m 1.77 MeV 502 keV 149 mum 149 mum Target eBrem - 2 -7.05 mm 6.66 mm -2.4 m 710 keV 246 keV 309 mum 458 mum Target eBrem - 3 -7.06 mm 6.68 mm -2.4 m 0 eV 710 keV 476 mum 933 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 708, Parent ID = 706 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.05 mm 6.66 mm -2.4 m 809 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.9 mm 2.11 cm -2.41 m 624 keV 0 eV 1.5 cm 1.5 cm Target compt - 2 -246 mum 2.5 cm -2.4 m 624 keV 0 eV 5.38 mm 2.04 cm Target Transportation - 3 1.75 cm 4.38 cm -2.4 m 624 keV 0 eV 2.61 cm 4.65 cm World Transportation - 4 2.25 m 2.4 m -1.88 m 624 keV 0 eV 3.29 m 3.33 m Tracker Transportation - 5 2.73 m 2.91 m -1.76 m 624 keV 0 eV 71.1 cm 4.04 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 709, Parent ID = 708 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.9 mm 2.11 cm -2.41 m 185 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.9 mm 2.11 cm -2.41 m 0 eV 185 keV 72.7 mum 72.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 707, Parent ID = 706 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.97 mm 6.52 mm -2.4 m 2.07 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.5 mm 1.61 cm -2.4 m 2.07 MeV 0 eV 1.02 cm 1.02 cm Target Transportation - 2 35.7 cm 2.4 m -1.66 m 2.07 MeV 0 eV 2.52 m 2.53 m Tracker Transportation - 3 43.5 cm 2.91 m -1.51 m 2.07 MeV 0 eV 53.9 cm 3.07 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 703, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.05 mm 233 mum -2.4 m 878 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.27 mm 1.66 mm -2.4 m 368 keV 0 eV 1.91 mm 1.91 mm Target compt - 2 -2.21 mm 3.4 mm -2.4 m 0 eV 88 keV 2.24 mm 4.16 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 711, Parent ID = 703 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.21 mm 3.4 mm -2.4 m 280 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.2 mm 3.4 mm -2.4 m 0 eV 280 keV 135 mum 135 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 710, Parent ID = 703 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.27 mm 1.66 mm -2.4 m 510 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.28 mm 1.65 mm -2.4 m 420 keV 89.5 keV 45 mum 45 mum Target eBrem - 2 -3.29 mm 1.66 mm -2.4 m 0 eV 420 keV 239 mum 284 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 702, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -775 mum 32.8 mum -2.4 m 2.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.04 cm 5.61 mm -2.4 m 1.63 MeV 0 eV 1.19 cm 1.19 cm Target compt - 2 -1.08 cm 6.08 mm -2.4 m 1.63 MeV 0 eV 809 mum 1.27 cm Target Transportation - 3 -2.33 m 2.4 m 3.88 cm 1.63 MeV 0 eV 4.13 m 4.14 m Tracker Transportation - 4 -2.83 m 2.91 m 55.8 cm 1.63 MeV 0 eV 88 cm 5.02 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 712, Parent ID = 702 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.04 cm 5.61 mm -2.4 m 382 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.04 cm 5.61 mm -2.4 m 0 eV 382 keV 209 mum 209 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 701, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -393 mum -210 mum -2.41 m 512 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.9 mm 3.04 mm -2.4 m 0 eV 88 keV 9.73 mm 9.73 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 713, Parent ID = 701 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.9 mm 3.04 mm -2.4 m 424 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.91 mm 3.05 mm -2.4 m 0 eV 424 keV 242 mum 242 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 700, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -279 mum -127 mum -2.41 m 2.74 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.22 mm -1.78 mm -2.4 m 2.74 MeV 0 eV 5.74 mm 5.74 mm Target Transportation - 2 -27.8 cm -49 cm -80 cm 2.74 MeV 0 eV 1.7 m 1.7 m Tracker Transportation - 3 -31.3 cm -55.1 cm -60 cm 2.74 MeV 0 eV 21.2 cm 1.91 m Chamber Transportation - 4 -41.7 cm -73.4 cm 0 fm 2.74 MeV 0 eV 63.6 cm 2.55 m Tracker Transportation - 5 -45.2 cm -79.5 cm 20 cm 2.74 MeV 0 eV 21.2 cm 2.76 m Chamber Transportation - 6 -55.6 cm -97.9 cm 80 cm 2.74 MeV 0 eV 63.6 cm 3.4 m Tracker Transportation - 7 -59 cm -1.04 m 1 m 2.74 MeV 0 eV 21.2 cm 3.61 m Chamber Transportation - 8 -69.4 cm -1.22 m 1.6 m 2.74 MeV 0 eV 63.6 cm 4.24 m Tracker Transportation - 9 -72.9 cm -1.28 m 1.8 m 2.74 MeV 0 eV 21.2 cm 4.46 m Chamber Transportation - 10 -83.3 cm -1.47 m 2.4 m 2.74 MeV 0 eV 63.6 cm 5.09 m Tracker Transportation - 11 -92.1 cm -1.62 m 2.91 m 2.74 MeV 0 eV 54.1 cm 5.63 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 699, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -242 mum 256 mum -2.41 m 23.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -706 mum -988 mum -2.4 m 23.4 MeV 0 eV 6.44 mm 6.44 mm Target Transportation - 2 -5.95 cm -15.9 cm -1.6 m 23.4 MeV 0 eV 81.8 cm 82.4 cm Tracker Transportation - 3 -7.42 cm -19.8 cm -1.4 m 23.4 MeV 0 eV 20.4 cm 1.03 m Chamber Transportation - 4 -11.8 cm -31.7 cm -80 cm 23.4 MeV 0 eV 61.3 cm 1.64 m Tracker Transportation - 5 -13.3 cm -35.6 cm -60 cm 23.4 MeV 0 eV 20.4 cm 1.85 m Chamber Transportation - 6 -17.7 cm -47.4 cm 0 fm 23.4 MeV 0 eV 61.3 cm 2.46 m Tracker Transportation - 7 -19.2 cm -51.4 cm 20 cm 23.4 MeV 0 eV 20.4 cm 2.66 m Chamber Transportation - 8 -23.6 cm -63.2 cm 80 cm 23.4 MeV 0 eV 61.3 cm 3.28 m Tracker Transportation - 9 -25.1 cm -67.2 cm 1 m 23.4 MeV 0 eV 20.4 cm 3.48 m Chamber Transportation - 10 -29.5 cm -79 cm 1.6 m 23.4 MeV 0 eV 61.3 cm 4.09 m Tracker Transportation - 11 -31 cm -82.9 cm 1.8 m 23.4 MeV 0 eV 20.4 cm 4.3 m Chamber Transportation - 12 -35.4 cm -94.8 cm 2.4 m 23.4 MeV 0 eV 61.3 cm 4.91 m Tracker Transportation - 13 -39.1 cm -1.05 m 2.91 m 23.4 MeV 0 eV 52.1 cm 5.43 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 698, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -246 mum 298 mum -2.41 m 3.03 MeV 0 eV 0 fm 0 fm Target initStep - 1 -463 mum -811 mum -2.4 m 3.03 MeV 0 eV 6.63 mm 6.63 mm Target Transportation - 2 -2.7 cm -13.7 cm -1.6 m 3.03 MeV 0 eV 81.2 cm 81.8 cm Tracker Transportation - 3 -3.37 cm -17 cm -1.4 m 3.03 MeV 0 eV 20.3 cm 1.02 m Chamber Transportation - 4 -5.36 cm -27.2 cm -80 cm 3.03 MeV 0 eV 60.9 cm 1.63 m Tracker Transportation - 5 -6.03 cm -30.6 cm -60 cm 3.03 MeV 0 eV 20.3 cm 1.83 m Chamber Transportation - 6 -8.02 cm -40.8 cm -0.114 fm 3.03 MeV 0 eV 60.9 cm 2.44 m Tracker Transportation - 7 -8.68 cm -44.2 cm 20 cm 3.03 MeV 0 eV 20.3 cm 2.65 m Chamber Transportation - 8 -10.7 cm -54.4 cm 80 cm 3.03 MeV 0 eV 60.9 cm 3.25 m Tracker Transportation - 9 -11.3 cm -57.8 cm 1 m 3.03 MeV 0 eV 20.3 cm 3.46 m Chamber Transportation - 10 -13.3 cm -67.9 cm 1.6 m 3.03 MeV 0 eV 60.9 cm 4.07 m Tracker Transportation - 11 -14 cm -71.3 cm 1.8 m 3.03 MeV 0 eV 20.3 cm 4.27 m Chamber Transportation - 12 -16 cm -81.5 cm 2.4 m 3.03 MeV 0 eV 60.9 cm 4.88 m Tracker Transportation - 13 -17.7 cm -90.2 cm 2.91 m 3.03 MeV 0 eV 51.8 cm 5.4 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 697, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -286 mum 299 mum -2.41 m 2.18 MeV 0 eV 0 fm 0 fm Target initStep - 1 -289 mum 235 mum -2.41 m 0 eV 88 keV 741 mum 741 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 714, Parent ID = 697 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -289 mum 235 mum -2.41 m 2.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -290 mum 220 mum -2.41 m 0 eV 2.1 MeV 1.64 mm 1.64 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 696, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -282 mum 307 mum -2.41 m 14.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -551 mum -396 mum -2.4 m 14.6 MeV 0 eV 7.58 mm 7.58 mm Target Transportation - 2 -2.91 cm -7.5 cm -1.6 m 14.6 MeV 0 eV 80.4 cm 81.2 cm Tracker Transportation - 3 -3.63 cm -9.36 cm -1.4 m 14.6 MeV 0 eV 20.1 cm 1.01 m Chamber Transportation - 4 -5.77 cm -15 cm -80 cm 14.6 MeV 0 eV 60.3 cm 1.62 m Tracker Transportation - 5 -6.48 cm -16.8 cm -60 cm 14.6 MeV 0 eV 20.1 cm 1.82 m Chamber Transportation - 6 -8.63 cm -22.4 cm 0 fm 14.6 MeV 0 eV 60.3 cm 2.42 m Tracker Transportation - 7 -9.34 cm -24.3 cm 20 cm 14.6 MeV 0 eV 20.1 cm 2.62 m Chamber Transportation - 8 -11.5 cm -29.9 cm 80 cm 14.6 MeV 0 eV 60.3 cm 3.22 m Tracker Transportation - 9 -12.2 cm -31.7 cm 1 m 14.6 MeV 0 eV 20.1 cm 3.42 m Chamber Transportation - 10 -14.3 cm -37.3 cm 1.6 m 14.6 MeV 0 eV 60.3 cm 4.03 m Tracker Transportation - 11 -15.1 cm -39.2 cm 1.8 m 14.6 MeV 0 eV 20.1 cm 4.23 m Chamber Transportation - 12 -17.2 cm -44.8 cm 2.4 m 14.6 MeV 0 eV 60.3 cm 4.83 m Tracker Transportation - 13 -19 cm -49.5 cm 2.91 m 14.6 MeV 0 eV 51.3 cm 5.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 695, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -268 mum 259 mum -2.41 m 1.75 MeV 0 eV 0 fm 0 fm Target initStep - 1 -124 mum 358 mum -2.4 m 1.75 MeV 0 eV 8.26 mm 8.26 mm Target Transportation - 2 1.38 cm 9.95 mm -1.6 m 1.75 MeV 0 eV 80 cm 80.8 cm Tracker Transportation - 3 1.73 cm 1.23 cm -1.4 m 1.75 MeV 0 eV 20 cm 1.01 m Chamber Transportation - 4 2.77 cm 1.95 cm -80 cm 1.75 MeV 0 eV 60 cm 1.61 m Tracker Transportation - 5 3.12 cm 2.19 cm -60 cm 1.75 MeV 0 eV 20 cm 1.81 m Chamber Transportation - 6 4.16 cm 2.91 cm 0 fm 1.75 MeV 0 eV 60 cm 2.41 m Tracker Transportation - 7 4.51 cm 3.15 cm 20 cm 1.75 MeV 0 eV 20 cm 2.61 m Chamber Transportation - 8 5.55 cm 3.87 cm 80 cm 1.75 MeV 0 eV 60 cm 3.21 m Tracker Transportation - 9 5.9 cm 4.11 cm 1 m 1.75 MeV 0 eV 20 cm 3.41 m Chamber Transportation - 10 6.94 cm 4.83 cm 1.6 m 1.75 MeV 0 eV 60 cm 4.01 m Tracker Transportation - 11 7.29 cm 5.07 cm 1.8 m 1.75 MeV 0 eV 20 cm 4.21 m Chamber Transportation - 12 8.33 cm 5.79 cm 2.4 m 1.75 MeV 0 eV 60 cm 4.81 m Tracker Transportation - 13 9.22 cm 6.4 cm 2.91 m 1.75 MeV 0 eV 51 cm 5.32 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 694, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -299 mum 278 mum -2.41 m 6.14 MeV 0 eV 0 fm 0 fm Target initStep - 1 160 mum 33.2 mum -2.4 m 6.14 MeV 0 eV 8.64 mm 8.64 mm Target Transportation - 2 4.27 cm -2.27 cm -1.6 m 6.14 MeV 0 eV 80.1 cm 81 cm Tracker Transportation - 3 5.34 cm -2.84 cm -1.4 m 6.14 MeV 0 eV 20 cm 1.01 m Chamber Transportation - 4 8.53 cm -4.54 cm -80 cm 6.14 MeV 0 eV 60.1 cm 1.61 m Tracker Transportation - 5 9.59 cm -5.11 cm -60 cm 6.14 MeV 0 eV 20 cm 1.81 m Chamber Transportation - 6 12.8 cm -6.81 cm 0 fm 6.14 MeV 0 eV 60.1 cm 2.41 m Tracker Transportation - 7 13.8 cm -7.38 cm 20 cm 6.14 MeV 0 eV 20 cm 2.61 m Chamber Transportation - 8 17 cm -9.08 cm 80 cm 6.14 MeV 0 eV 60.1 cm 3.21 m Tracker Transportation - 9 18.1 cm -9.65 cm 1 m 6.14 MeV 0 eV 20 cm 3.41 m Chamber Transportation - 10 21.3 cm -11.4 cm 1.6 m 6.14 MeV 0 eV 60.1 cm 4.02 m Tracker Transportation - 11 22.4 cm -11.9 cm 1.8 m 6.14 MeV 0 eV 20 cm 4.22 m Chamber Transportation - 12 25.5 cm -13.6 cm 2.4 m 6.14 MeV 0 eV 60.1 cm 4.82 m Tracker Transportation - 13 28.3 cm -15.1 cm 2.91 m 6.14 MeV 0 eV 51.1 cm 5.33 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 693, Parent ID = 672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -283 mum 242 mum -2.41 m 4.97 MeV 0 eV 0 fm 0 fm Target initStep - 1 -971 mum 462 mum -2.4 m 4.97 MeV 0 eV 9.34 mm 9.34 mm Target Transportation - 2 -6.01 cm 1.93 cm -1.6 m 4.97 MeV 0 eV 80.2 cm 81.2 cm Tracker Transportation - 3 -7.48 cm 2.4 cm -1.4 m 4.97 MeV 0 eV 20.1 cm 1.01 m Chamber Transportation - 4 -11.9 cm 3.82 cm -80 cm 4.97 MeV 0 eV 60.2 cm 1.61 m Tracker Transportation - 5 -13.4 cm 4.29 cm -60 cm 4.97 MeV 0 eV 20.1 cm 1.81 m Chamber Transportation - 6 -17.8 cm 5.71 cm 0.114 fm 4.97 MeV 0 eV 60.2 cm 2.42 m Tracker Transportation - 7 -19.3 cm 6.18 cm 20 cm 4.97 MeV 0 eV 20.1 cm 2.62 m Chamber Transportation - 8 -23.7 cm 7.59 cm 80 cm 4.97 MeV 0 eV 60.2 cm 3.22 m Tracker Transportation - 9 -25.2 cm 8.07 cm 1 m 4.97 MeV 0 eV 20.1 cm 3.42 m Chamber Transportation - 10 -29.6 cm 9.48 cm 1.6 m 4.97 MeV 0 eV 60.2 cm 4.02 m Tracker Transportation - 11 -31.1 cm 9.95 cm 1.8 m 4.97 MeV 0 eV 20.1 cm 4.22 m Chamber Transportation - 12 -35.6 cm 11.4 cm 2.4 m 4.97 MeV 0 eV 60.2 cm 4.82 m Tracker Transportation - 13 -39.3 cm 12.6 cm 2.91 m 4.97 MeV 0 eV 51.2 cm 5.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 642, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 18.3 mum 278 mum -2.41 m 2.24 MeV 0 eV 0 fm 0 fm Target initStep - 1 -126 mum 159 mum -2.41 m 1.92 MeV 0 eV 3.18 mm 3.18 mm Target compt - 2 -81 mum 290 mum -2.41 m 900 keV 0 eV 618 mum 3.8 mm Target compt - 3 5.01 mm -221 mum -2.41 m 604 keV 0 eV 6.96 mm 1.08 cm Target compt - 4 6.69 mm -2.02 mm -2.41 m 0 eV 88 keV 2.57 mm 1.33 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 718, Parent ID = 642 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.69 mm -2.02 mm -2.41 m 516 keV 0 eV 0 fm 0 fm Target initStep - 1 6.7 mm -2.03 mm -2.41 m 0 eV 516 keV 314 mum 314 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 717, Parent ID = 642 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.01 mm -221 mum -2.41 m 297 keV 0 eV 0 fm 0 fm Target initStep - 1 5.01 mm -215 mum -2.41 m 0 eV 297 keV 147 mum 147 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 716, Parent ID = 642 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -81 mum 290 mum -2.41 m 1.02 MeV 0 eV 0 fm 0 fm Target initStep - 1 -102 mum 310 mum -2.41 m 0 eV 1.02 MeV 736 mum 736 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 715, Parent ID = 642 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -126 mum 159 mum -2.41 m 325 keV 0 eV 0 fm 0 fm Target initStep - 1 -130 mum 151 mum -2.41 m 0 eV 325 keV 166 mum 166 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 641, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 61.7 mum 289 mum -2.41 m 12.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -287 mum 86.9 mum -2.41 m 0 eV 0 eV 6.68 mm 6.68 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 720, Parent ID = 641 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -287 mum 86.9 mum -2.41 m 830 keV 0 eV 0 fm 0 fm Target initStep - 1 -274 mum 62.8 mum -2.41 m 0 eV 830 keV 583 mum 583 mum Target eIoni - 2 -274 mum 62.8 mum -2.41 m 0 eV 0 eV 0 fm 583 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 722, Parent ID = 720 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -274 mum 62.8 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -799 mum 1.14 mm -2.41 m 0 eV 88 keV 1.56 mm 1.56 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 723, Parent ID = 722 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -799 mum 1.14 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -803 mum 1.16 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 721, Parent ID = 720 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -274 mum 62.8 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.88 mm -4.37 mm -2.4 m 0 eV 88 keV 6.42 mm 6.42 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 724, Parent ID = 721 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.88 mm -4.37 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.89 mm -4.38 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 719, Parent ID = 641 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -287 mum 86.9 mum -2.41 m 11 MeV 0 eV 0 fm 0 fm Target initStep - 1 994 mum -503 mum -2.41 m 7.93 MeV 2.71 MeV 2.28 mm 2.28 mm Target eBrem - 2 -511 mum -690 mum -2.41 m 4.25 MeV 2.46 MeV 1.98 mm 4.27 mm Target eBrem - 3 -758 mum -1.19 mm -2.4 m 864 keV 2.76 MeV 1.61 mm 5.88 mm Target eBrem - 4 -788 mum -1.16 mm -2.4 m 0 eV 864 keV 605 mum 6.49 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 727, Parent ID = 719 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -758 mum -1.19 mm -2.4 m 620 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.21 cm 6.79 mm -2.4 m 373 keV 0 eV 1.38 cm 1.38 cm Target compt - 2 -1.25 cm 6.69 mm -2.4 m 0 eV 88 keV 625 mum 1.45 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 729, Parent ID = 727 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.25 cm 6.69 mm -2.4 m 285 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.25 cm 6.69 mm -2.4 m 0 eV 285 keV 138 mum 138 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 728, Parent ID = 727 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.21 cm 6.79 mm -2.4 m 247 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.21 cm 6.79 mm -2.4 m 0 eV 247 keV 112 mum 112 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 726, Parent ID = 719 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -511 mum -690 mum -2.41 m 1.23 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.92 mm 2.59 mm -2.4 m 1.11 MeV 0 eV 6.89 mm 6.89 mm Target compt - 2 -8.89 mm 3.23 mm -2.4 m 982 keV 0 eV 3.34 mm 1.02 cm Target compt - 3 -1.02 cm 3.92 mm -2.4 m 982 keV 0 eV 1.85 mm 1.21 cm Target Transportation - 4 -2.4 m 1.3 m -26.1 cm 982 keV 0 eV 3.46 m 3.47 m Tracker Transportation - 5 -2.91 m 1.58 m 19.6 cm 982 keV 0 eV 73.8 cm 4.21 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 731, Parent ID = 726 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.89 mm 3.23 mm -2.4 m 124 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.89 mm 3.23 mm -2.4 m 0 eV 124 keV 38.7 mum 38.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 730, Parent ID = 726 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.92 mm 2.59 mm -2.4 m 123 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.92 mm 2.59 mm -2.4 m 0 eV 123 keV 38.4 mum 38.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 725, Parent ID = 719 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 994 mum -503 mum -2.41 m 370 keV 0 eV 0 fm 0 fm Target initStep - 1 897 mum -392 mum -2.41 m 0 eV 88 keV 185 mum 185 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 732, Parent ID = 725 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 897 mum -392 mum -2.41 m 282 keV 0 eV 0 fm 0 fm Target initStep - 1 893 mum -384 mum -2.41 m 0 eV 282 keV 136 mum 136 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 640, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 72.9 mum 292 mum -2.42 m 3.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -29.6 mum 265 mum -2.41 m 1.82 MeV 0 eV 2.05 mm 2.05 mm Target compt - 2 -1.06 mm -4.8 mm -2.4 m 296 keV 0 eV 1.03 cm 1.23 cm Target compt - 3 -519 mum -4.8 mm -2.4 m 0 eV 88 keV 587 mum 1.29 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 735, Parent ID = 640 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -519 mum -4.8 mm -2.4 m 208 keV 0 eV 0 fm 0 fm Target initStep - 1 -517 mum -4.81 mm -2.4 m 0 eV 208 keV 86.9 mum 86.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 734, Parent ID = 640 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.06 mm -4.8 mm -2.4 m 1.53 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.08 mm -4.85 mm -2.4 m 0 eV 1.53 MeV 1.17 mm 1.17 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 733, Parent ID = 640 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.6 mum 265 mum -2.41 m 1.47 MeV 0 eV 0 fm 0 fm Target initStep - 1 -28.7 mum 310 mum -2.41 m 0 eV 1.47 MeV 1.12 mm 1.12 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 639, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 74 mum 293 mum -2.42 m 2.47 MeV 0 eV 0 fm 0 fm Target initStep - 1 71 mum 292 mum -2.42 m 337 keV 0 eV 74.9 mum 74.9 mum Target compt - 2 -541 mum -1.49 mm -2.42 m 0 eV 88 keV 1.99 mm 2.07 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 737, Parent ID = 639 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -541 mum -1.49 mm -2.42 m 249 keV 0 eV 0 fm 0 fm Target initStep - 1 -545 mum -1.49 mm -2.42 m 0 eV 249 keV 114 mum 114 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 736, Parent ID = 639 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 71 mum 292 mum -2.42 m 2.13 MeV 0 eV 0 fm 0 fm Target initStep - 1 -107 mum 189 mum -2.41 m 1.18 MeV 430 keV 347 mum 347 mum Target eBrem - 2 -138 mum 255 mum -2.41 m 0 eV 1.18 MeV 869 mum 1.22 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 738, Parent ID = 736 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -107 mum 189 mum -2.41 m 528 keV 0 eV 0 fm 0 fm Target initStep - 1 -656 mum 2.62 mm -2.41 m 0 eV 88 keV 2.49 mm 2.49 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 739, Parent ID = 738 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -656 mum 2.62 mm -2.41 m 440 keV 0 eV 0 fm 0 fm Target initStep - 1 -656 mum 2.64 mm -2.41 m 0 eV 440 keV 254 mum 254 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 638, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 69.6 mum 277 mum -2.42 m 608 keV 0 eV 0 fm 0 fm Target initStep - 1 84 mum 405 mum -2.41 m 471 keV 0 eV 4.55 mm 4.55 mm Target compt - 2 788 mum 456 mum -2.41 m 413 keV 0 eV 1.07 mm 5.62 mm Target compt - 3 3.58 mm -2.19 mm -2.41 m 0 eV 88 keV 5.53 mm 1.11 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 742, Parent ID = 638 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.58 mm -2.19 mm -2.41 m 325 keV 0 eV 0 fm 0 fm Target initStep - 1 3.59 mm -2.18 mm -2.41 m 0 eV 325 keV 167 mum 167 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 741, Parent ID = 638 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 788 mum 456 mum -2.41 m 57.3 keV 0 eV 0 fm 0 fm Target initStep - 1 789 mum 457 mum -2.41 m 0 eV 57.3 keV 11.2 mum 11.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 740, Parent ID = 638 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 84 mum 405 mum -2.41 m 138 keV 0 eV 0 fm 0 fm Target initStep - 1 81.6 mum 404 mum -2.41 m 0 eV 138 keV 45.9 mum 45.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 637, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 59 mum 267 mum -2.42 m 1.48 MeV 0 eV 0 fm 0 fm Target initStep - 1 117 mum 359 mum -2.41 m 1.4 MeV 0 eV 2.19 mm 2.19 mm Target compt - 2 -194 mum 2.18 mm -2.41 m 1.24 MeV 0 eV 8.14 mm 1.03 cm Target compt - 3 729 mum 3.84 mm -2.4 m 0 eV 88 keV 4.33 mm 1.46 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 745, Parent ID = 637 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 729 mum 3.84 mm -2.4 m 1.15 MeV 0 eV 0 fm 0 fm Target initStep - 1 816 mum 3.99 mm -2.4 m 343 keV 266 keV 291 mum 291 mum Target eBrem - 2 805 mum 3.99 mm -2.4 m 0 eV 343 keV 180 mum 471 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 746, Parent ID = 745 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 816 mum 3.99 mm -2.4 m 543 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.29 mm 4.09 mm -2.4 m 543 keV 0 eV 6.37 mm 6.37 mm Target Transportation - 2 -2.4 m 4.3 cm -1.68 m 543 keV 0 eV 2.5 m 2.51 m Tracker Transportation - 3 -2.91 m 5.13 cm -1.53 m 543 keV 0 eV 53.3 cm 3.04 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 744, Parent ID = 637 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -194 mum 2.18 mm -2.41 m 159 keV 0 eV 0 fm 0 fm Target initStep - 1 -197 mum 2.18 mm -2.41 m 0 eV 159 keV 57.6 mum 57.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 743, Parent ID = 637 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 117 mum 359 mum -2.41 m 76.6 keV 0 eV 0 fm 0 fm Target initStep - 1 117 mum 357 mum -2.41 m 0 eV 76.6 keV 18 mum 18 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 636, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 47.5 mum 250 mum -2.42 m 1.81 MeV 0 eV 0 fm 0 fm Target initStep - 1 56.9 mum 291 mum -2.42 m 247 keV 0 eV 1.25 mm 1.25 mm Target compt - 2 78.8 mum 488 mum -2.42 m 246 keV 0 eV 334 mum 1.59 mm Target compt - 3 59.9 mum 1.6 mm -2.42 m 0 eV 88 keV 1.61 mm 3.19 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 749, Parent ID = 636 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 59.9 mum 1.6 mm -2.42 m 158 keV 0 eV 0 fm 0 fm Target initStep - 1 56.5 mum 1.6 mm -2.42 m 0 eV 158 keV 56.7 mum 56.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 748, Parent ID = 636 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 78.8 mum 488 mum -2.42 m 1.36 keV 0 eV 0 fm 0 fm Target initStep - 1 78.8 mum 488 mum -2.42 m 0 eV 1.36 keV 39.7 nm 39.7 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 747, Parent ID = 636 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 56.9 mum 291 mum -2.42 m 1.56 MeV 0 eV 0 fm 0 fm Target initStep - 1 -135 mum 453 mum -2.42 m 805 keV 447 keV 435 mum 435 mum Target eBrem - 2 -149 mum 442 mum -2.41 m 0 eV 805 keV 555 mum 990 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 750, Parent ID = 747 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -135 mum 453 mum -2.42 m 308 keV 0 eV 0 fm 0 fm Target initStep - 1 -936 mum -905 mum -2.41 m 176 keV 0 eV 2.33 mm 2.33 mm Target compt - 2 282 mum -358 mum -2.41 m 142 keV 0 eV 1.43 mm 3.76 mm Target compt - 3 368 mum -378 mum -2.41 m 0 eV 88 keV 118 mum 3.88 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 753, Parent ID = 750 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 368 mum -378 mum -2.41 m 54 keV 0 eV 0 fm 0 fm Target initStep - 1 368 mum -378 mum -2.41 m 0 eV 54 keV 10.2 mum 10.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 752, Parent ID = 750 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 282 mum -358 mum -2.41 m 34 keV 0 eV 0 fm 0 fm Target initStep - 1 282 mum -358 mum -2.41 m 0 eV 34 keV 4.79 mum 4.79 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 751, Parent ID = 750 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -936 mum -905 mum -2.41 m 132 keV 0 eV 0 fm 0 fm Target initStep - 1 -938 mum -907 mum -2.41 m 0 eV 132 keV 43.2 mum 43.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 635, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 56.6 mum 229 mum -2.42 m 5.87 MeV 0 eV 0 fm 0 fm Target initStep - 1 -51.6 mum 262 mum -2.41 m 0 eV 0 eV 8.21 mm 8.21 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 755, Parent ID = 635 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -51.6 mum 262 mum -2.41 m 1.77 MeV 0 eV 0 fm 0 fm Target initStep - 1 -49.7 mum 271 mum -2.41 m 0 eV 1.77 MeV 1.39 mm 1.39 mm Target eIoni - 2 -49.7 mum 271 mum -2.41 m 0 eV 0 eV 0 fm 1.39 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 757, Parent ID = 755 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -49.7 mum 271 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.96 mm -1.19 cm -2.43 m 330 keV 0 eV 2.15 cm 2.15 cm Target compt - 2 -2.51 mm -1.16 cm -2.43 m 0 eV 88 keV 2.37 mm 2.39 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 759, Parent ID = 757 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.51 mm -1.16 cm -2.43 m 242 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.51 mm -1.16 cm -2.43 m 0 eV 242 keV 108 mum 108 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 758, Parent ID = 757 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.96 mm -1.19 cm -2.43 m 181 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.96 mm -1.19 cm -2.43 m 0 eV 181 keV 70.7 mum 70.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 756, Parent ID = 755 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -49.7 mum 271 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.94 mm 6.46 mm -2.4 m 511 keV 0 eV 1.1 cm 1.1 cm Target Transportation - 2 77 cm 2.4 m 1.01 m 511 keV 0 eV 4.23 m 4.25 m Tracker Transportation - 3 93.4 cm 2.91 m 1.73 m 511 keV 0 eV 90.2 cm 5.15 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 754, Parent ID = 635 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -51.6 mum 262 mum -2.41 m 3.08 MeV 0 eV 0 fm 0 fm Target initStep - 1 -448 mum 264 mum -2.41 m 261 keV 767 keV 600 mum 600 mum Target eBrem - 2 -449 mum 257 mum -2.41 m 0 eV 261 keV 122 mum 722 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 760, Parent ID = 754 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -448 mum 264 mum -2.41 m 2.05 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.93 mm -1.36 cm -2.42 m 0 eV 88 keV 1.65 cm 1.65 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 761, Parent ID = 760 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.93 mm -1.36 cm -2.42 m 1.96 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.93 mm -1.38 cm -2.42 m 695 keV 295 keV 295 mum 295 mum Target eBrem - 2 -2.93 mm -1.38 cm -2.42 m 0 eV 695 keV 462 mum 758 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 762, Parent ID = 761 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.93 mm -1.38 cm -2.42 m 974 keV 0 eV 0 fm 0 fm Target initStep - 1 -901 mum 4.81 mm -2.41 m 0 eV 88 keV 1.94 cm 1.94 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 763, Parent ID = 762 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -901 mum 4.81 mm -2.41 m 886 keV 0 eV 0 fm 0 fm Target initStep - 1 -972 mum 4.91 mm -2.41 m 675 keV 211 keV 217 mum 217 mum Target eBrem - 2 -991 mum 5 mm -2.41 m 332 keV 343 keV 160 mum 377 mum Target eBrem - 3 -995 mum 5 mm -2.41 m 0 eV 332 keV 172 mum 549 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 634, Parent ID = 633 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 55.7 mum 227 mum -2.42 m 2.19 MeV 0 eV 0 fm 0 fm Target initStep - 1 35.4 mum 389 mum -2.4 m 2.19 MeV 0 eV 1.74 cm 1.74 cm Target Transportation - 2 -901 mum 7.84 mm -1.6 m 2.19 MeV 0 eV 80 cm 81.7 cm Tracker Transportation - 3 -1.14 mm 9.71 mm -1.4 m 2.19 MeV 0 eV 20 cm 1.02 m Chamber Transportation - 4 -1.84 mm 1.53 cm -80 cm 2.19 MeV 0 eV 60 cm 1.62 m Tracker Transportation - 5 -2.07 mm 1.72 cm -60 cm 2.19 MeV 0 eV 20 cm 1.82 m Chamber Transportation - 6 -2.78 mm 2.27 cm -0.114 fm 2.19 MeV 0 eV 60 cm 2.42 m Tracker Transportation - 7 -3.01 mm 2.46 cm 20 cm 2.19 MeV 0 eV 20 cm 2.62 m Chamber Transportation - 8 -3.71 mm 3.02 cm 80 cm 2.19 MeV 0 eV 60 cm 3.22 m Tracker Transportation - 9 -3.95 mm 3.21 cm 1 m 2.19 MeV 0 eV 20 cm 3.42 m Chamber Transportation - 10 -4.65 mm 3.77 cm 1.6 m 2.19 MeV 0 eV 60 cm 4.02 m Tracker Transportation - 11 -4.88 mm 3.95 cm 1.8 m 2.19 MeV 0 eV 20 cm 4.22 m Chamber Transportation - 12 -5.59 mm 4.51 cm 2.4 m 2.19 MeV 0 eV 60 cm 4.82 m Tracker Transportation - 13 -6.18 mm 4.99 cm 2.91 m 2.19 MeV 0 eV 51 cm 5.33 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 632, Parent ID = 130 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 55.7 mum 227 mum -2.42 m 45.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -293 mum 606 mum -2.41 m 40.7 MeV 3.85 MeV 3.08 mm 3.08 mm Target eBrem - 2 -543 mum 517 mum -2.41 m 10.3 MeV 1.31 MeV 1.13 mm 4.2 mm Target eBrem - 3 -1.96 mm 1.31 mm -2.41 m 7.21 MeV 2.49 MeV 2.25 mm 6.46 mm Target eBrem - 4 -2.22 mm 1.36 mm -2.42 m 2.38 MeV 3.32 MeV 2.86 mm 9.31 mm Target eBrem - 5 -2.15 mm 1.26 mm -2.42 m 0 eV 2.38 MeV 1.86 mm 1.12 cm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 767, Parent ID = 632 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.22 mm 1.36 mm -2.42 m 1.51 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.96 mm -538 mum -2.42 m 706 keV 0 eV 6.16 mm 6.16 mm Target compt - 2 -3.4 mm -1.76 mm -2.42 m 532 keV 0 eV 1.37 mm 7.53 mm Target compt - 3 -1.01 cm -9.29 mm -2.42 m 0 eV 88 keV 1.05 cm 1.8 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 770, Parent ID = 767 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.01 cm -9.29 mm -2.42 m 444 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.01 cm -9.3 mm -2.42 m 0 eV 444 keV 257 mum 257 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 769, Parent ID = 767 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.4 mm -1.76 mm -2.42 m 174 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.4 mm -1.76 mm -2.42 m 0 eV 174 keV 66.2 mum 66.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 768, Parent ID = 767 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.96 mm -538 mum -2.42 m 803 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.96 mm -532 mum -2.42 m 0 eV 803 keV 554 mum 554 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 766, Parent ID = 632 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.96 mm 1.31 mm -2.41 m 578 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.27 mm -2.98 mm -2.42 m 0 eV 88 keV 4.87 mm 4.87 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 771, Parent ID = 766 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.27 mm -2.98 mm -2.42 m 490 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.28 mm -2.99 mm -2.42 m 0 eV 490 keV 294 mum 294 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 765, Parent ID = 632 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -543 mum 517 mum -2.41 m 29.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.4 mm 135 mum -2.41 m 0 eV 0 eV 2.1 mm 2.1 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 773, Parent ID = 765 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.4 mm 135 mum -2.41 m 3.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -594 mum -773 mum -2.41 m 1.08 MeV 2.18 MeV 1.76 mm 1.76 mm Target eBrem - 2 -571 mum -728 mum -2.41 m 0 eV 1.08 MeV 801 mum 2.56 mm Target eIoni - 3 -571 mum -728 mum -2.41 m 0 eV 0 eV 0 fm 2.56 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 776, Parent ID = 773 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -571 mum -728 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.65 mm -653 mum -2.41 m 229 keV 0 eV 3.34 mm 3.34 mm Target compt - 2 -3.78 mm -856 mum -2.41 m 0 eV 88 keV 794 mum 4.13 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 778, Parent ID = 776 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.78 mm -856 mum -2.41 m 141 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.78 mm -858 mum -2.41 m 0 eV 141 keV 48 mum 48 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 777, Parent ID = 776 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.65 mm -653 mum -2.41 m 282 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.66 mm -652 mum -2.41 m 0 eV 282 keV 136 mum 136 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 775, Parent ID = 773 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -571 mum -728 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.12 cm -1.01 mm -2.42 m 0 eV 88 keV 1.28 cm 1.28 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 779, Parent ID = 775 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.12 cm -1.01 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.12 cm -1.05 mm -2.42 m 198 keV 225 keV 185 mum 185 mum Target eBrem - 2 1.12 cm -1.05 mm -2.42 m 0 eV 198 keV 80.4 mum 265 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 774, Parent ID = 773 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -594 mum -773 mum -2.41 m 432 keV 0 eV 0 fm 0 fm Target initStep - 1 732 mum 1.27 mm -2.41 m 0 eV 88 keV 3.47 mm 3.47 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 780, Parent ID = 774 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 732 mum 1.27 mm -2.41 m 344 keV 0 eV 0 fm 0 fm Target initStep - 1 733 mum 1.27 mm -2.41 m 0 eV 344 keV 181 mum 181 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 772, Parent ID = 765 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.4 mm 135 mum -2.41 m 24.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.56 mm 89.8 mum -2.41 m 13.4 MeV 601 keV 496 mum 496 mum Target eBrem - 2 -4.08 mm -490 mum -2.41 m 9.73 MeV 3.2 MeV 2.67 mm 3.17 mm Target eBrem - 3 -3.74 mm 123 mum -2.41 m 7.82 MeV 1.25 MeV 752 mum 3.92 mm Target eBrem - 4 -3.17 mm 346 mum -2.41 m 769 keV 1.08 MeV 847 mum 4.77 mm Target eBrem - 5 -3.15 mm 350 mum -2.41 m 0 eV 769 keV 525 mum 5.29 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 784, Parent ID = 772 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.17 mm 346 mum -2.41 m 5.97 MeV 0 eV 0 fm 0 fm Target initStep - 1 550 mum 1.19 mm -2.4 m 5.97 MeV 0 eV 1.08 cm 1.08 cm Target Transportation - 2 59.1 cm 13.6 cm -80 cm 5.97 MeV 0 eV 1.71 m 1.72 m Tracker Transportation - 3 66.5 cm 15.3 cm -60 cm 5.97 MeV 0 eV 21.4 cm 1.94 m Chamber Transportation - 4 88.6 cm 20.3 cm 0 fm 5.97 MeV 0 eV 64.2 cm 2.58 m Tracker Transportation - 5 96 cm 22 cm 20 cm 5.97 MeV 0 eV 21.4 cm 2.79 m Chamber Transportation - 6 1.18 m 27 cm 80 cm 5.97 MeV 0 eV 64.2 cm 3.43 m Tracker Transportation - 7 1.26 m 28.7 cm 1 m 5.97 MeV 0 eV 21.4 cm 3.65 m Chamber Transportation - 8 1.48 m 33.8 cm 1.6 m 5.97 MeV 0 eV 64.2 cm 4.29 m Tracker Transportation - 9 1.55 m 35.5 cm 1.8 m 5.97 MeV 0 eV 21.4 cm 4.5 m Chamber Transportation - 10 1.77 m 40.5 cm 2.4 m 5.97 MeV 0 eV 64.2 cm 5.14 m Tracker Transportation - 11 1.96 m 44.8 cm 2.91 m 5.97 MeV 0 eV 54.5 cm 5.69 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 783, Parent ID = 772 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.74 mm 123 mum -2.41 m 651 keV 0 eV 0 fm 0 fm Target initStep - 1 3.14 mm 4.01 mm -2.41 m 517 keV 0 eV 8.13 mm 8.13 mm Target compt - 2 4.06 mm 4.16 mm -2.41 m 0 eV 88 keV 975 mum 9.11 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 786, Parent ID = 783 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.06 mm 4.16 mm -2.41 m 429 keV 0 eV 0 fm 0 fm Target initStep - 1 4.07 mm 4.16 mm -2.41 m 0 eV 429 keV 246 mum 246 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 785, Parent ID = 783 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.14 mm 4.01 mm -2.41 m 133 keV 0 eV 0 fm 0 fm Target initStep - 1 3.14 mm 4.01 mm -2.41 m 0 eV 133 keV 43.8 mum 43.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 782, Parent ID = 772 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.08 mm -490 mum -2.41 m 487 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.52 mm 137 mum -2.41 m 204 keV 0 eV 848 mum 848 mum Target compt - 2 -3.49 mm 9.62 mum -2.41 m 0 eV 88 keV 201 mum 1.05 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 788, Parent ID = 782 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.49 mm 9.62 mum -2.41 m 116 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.49 mm 10.5 mum -2.41 m 0 eV 116 keV 35 mum 35 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 787, Parent ID = 782 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.52 mm 137 mum -2.41 m 284 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.52 mm 144 mum -2.41 m 0 eV 284 keV 137 mum 137 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 781, Parent ID = 772 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.56 mm 89.8 mum -2.41 m 10.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.02 mm 993 mum -2.4 m 0 eV 0 eV 1.19 cm 1.19 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 790, Parent ID = 781 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.02 mm 993 mum -2.4 m 2.18 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.28 mm 1.21 mm -2.4 m 350 keV 1.83 MeV 1.42 mm 1.42 mm Target eBrem - 2 -7.27 mm 1.22 mm -2.4 m 0 eV 350 keV 183 mum 1.61 mm Target eIoni - 3 -7.27 mm 1.22 mm -2.4 m 0 eV 0 eV 0 fm 1.61 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 792, Parent ID = 790 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.27 mm 1.22 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.53 mm 1.52 mm -2.4 m 511 keV 0 eV 556 mum 556 mum Target Transportation - 2 -2.01 m 2.4 m 67.3 cm 511 keV 0 eV 4.38 m 4.38 m Tracker Transportation - 3 -2.44 m 2.91 m 1.33 m 511 keV 0 eV 93.2 cm 5.32 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 791, Parent ID = 790 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.27 mm 1.22 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.5 mm -908 mum -2.4 m 492 keV 0 eV 3.88 mm 3.88 mm Target compt - 2 -5.3 mm -1.13 mm -2.4 m 0 eV 88 keV 339 mum 4.22 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 794, Parent ID = 791 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.3 mm -1.13 mm -2.4 m 404 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.3 mm -1.14 mm -2.4 m 0 eV 404 keV 226 mum 226 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 793, Parent ID = 791 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.5 mm -908 mum -2.4 m 19.4 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.5 mm -908 mum -2.4 m 0 eV 19.4 keV 1.93 mum 1.93 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 789, Parent ID = 781 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.02 mm 993 mum -2.4 m 7.21 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.25 mm 1.05 mm -2.4 m 6.21 MeV 1.01 MeV 716 mum 716 mum Target Transportation - 2 -61.5 cm -40.2 cm -1.49 m 5.98 MeV 215 keV 1.17 m 1.17 m Tracker eBrem - 3 -1.36 m -78.5 cm 9.02 mm 5.63 MeV 316 keV 1.73 m 2.89 m Tracker eIoni - 4 -1.81 m -71.6 cm 79 cm 5.46 MeV 158 keV 90.9 cm 3.8 m Tracker eIoni - 5 -2.31 m -74.3 cm 1.44 m 5.3 MeV 145 keV 82.4 cm 4.63 m Tracker eIoni - 6 -2.4 m -73.5 cm 1.56 m 5.27 MeV 26.1 keV 15.2 cm 4.78 m Tracker Transportation - 7 -2.91 m -66 cm 2.18 m 5.13 MeV 143 keV 80.7 cm 5.59 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 798, Parent ID = 789 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.31 m -74.3 cm 1.44 m 13 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -2.31 m -74.3 cm 1.44 m 0 eV 13 keV 3.58 mm 3.58 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 797, Parent ID = 789 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.81 m -71.6 cm 79 cm 18.1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.81 m -71.7 cm 79.2 cm 0 eV 18.1 keV 6.44 mm 6.44 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 796, Parent ID = 789 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.36 m -78.5 cm 9.02 mm 35 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.36 m -79.6 cm 9.78 mm 0 eV 35 keV 2.11 cm 2.11 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 795, Parent ID = 789 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61.5 cm -40.2 cm -1.49 m 8.73 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.58 m -63.5 cm 69.9 cm 0 eV 543 eV 2.41 m 2.41 m Tracker phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 799, Parent ID = 795 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.58 m -63.5 cm 69.9 cm 8.19 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -1.58 m -63.6 cm 69.8 cm 0 eV 8.19 keV 1.59 mm 1.59 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 764, Parent ID = 632 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -293 mum 606 mum -2.41 m 536 keV 0 eV 0 fm 0 fm Target initStep - 1 -446 mum 450 mum -2.41 m 0 eV 88 keV 805 mum 805 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 800, Parent ID = 764 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -446 mum 450 mum -2.41 m 448 keV 0 eV 0 fm 0 fm Target initStep - 1 -460 mum 451 mum -2.41 m 0 eV 448 keV 260 mum 260 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 129, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -34.9 mum 42.8 mum -2.43 m 5.73 MeV 0 eV 0 fm 0 fm Target initStep - 1 56.7 mum 180 mum -2.42 m 0 eV 0 eV 1.27 cm 1.27 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 802, Parent ID = 129 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 56.7 mum 180 mum -2.42 m 1.99 MeV 0 eV 0 fm 0 fm Target initStep - 1 67.5 mum 138 mum -2.42 m 0 eV 1.99 MeV 1.57 mm 1.57 mm Target eIoni - 2 67.5 mum 138 mum -2.42 m 0 eV 0 eV 0 fm 1.57 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 804, Parent ID = 802 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 67.5 mum 138 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -614 mum -371 mum -2.42 m 0 eV 88 keV 870 mum 870 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 805, Parent ID = 804 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -614 mum -371 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -616 mum -386 mum -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 803, Parent ID = 802 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 67.5 mum 138 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 5.05 mm 3.86 mm -2.42 m 255 keV 0 eV 6.36 mm 6.36 mm Target compt - 2 5.06 mm 3.83 mm -2.42 m 0 eV 88 keV 49.2 mum 6.41 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 807, Parent ID = 803 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.06 mm 3.83 mm -2.42 m 167 keV 0 eV 0 fm 0 fm Target initStep - 1 5.06 mm 3.83 mm -2.42 m 0 eV 167 keV 62.1 mum 62.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 806, Parent ID = 803 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.05 mm 3.86 mm -2.42 m 256 keV 0 eV 0 fm 0 fm Target initStep - 1 5.05 mm 3.87 mm -2.42 m 0 eV 256 keV 118 mum 118 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 801, Parent ID = 129 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 56.7 mum 180 mum -2.42 m 2.72 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.02 mm 644 mum -2.42 m 445 keV 1.94 MeV 1.93 mm 1.93 mm Target eBrem - 2 -1.01 mm 631 mum -2.42 m 0 eV 445 keV 258 mum 2.18 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 808, Parent ID = 801 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.02 mm 644 mum -2.42 m 334 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.52 mum -908 mum -2.42 m 282 keV 0 eV 2.15 mm 2.15 mm Target compt - 2 827 mum -1.05 mm -2.42 m 276 keV 0 eV 1.89 mm 4.04 mm Target compt - 3 1.01 mm -986 mum -2.42 m 219 keV 0 eV 360 mum 4.4 mm Target compt - 4 1.3 mm -386 mum -2.42 m 0 eV 88 keV 675 mum 5.08 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 812, Parent ID = 808 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.3 mm -386 mum -2.42 m 131 keV 0 eV 0 fm 0 fm Target initStep - 1 1.3 mm -384 mum -2.42 m 0 eV 131 keV 42.7 mum 42.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 811, Parent ID = 808 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.01 mm -986 mum -2.42 m 56.3 keV 0 eV 0 fm 0 fm Target initStep - 1 1.01 mm -986 mum -2.42 m 0 eV 56.3 keV 10.9 mum 10.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 810, Parent ID = 808 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 827 mum -1.05 mm -2.42 m 6.11 keV 0 eV 0 fm 0 fm Target initStep - 1 827 mum -1.05 mm -2.42 m 0 eV 6.11 keV 339 nm 339 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 809, Parent ID = 808 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.52 mum -908 mum -2.42 m 51.9 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.42 mum -909 mum -2.42 m 0 eV 51.9 keV 9.52 mum 9.52 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 128, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -32.9 mum 32.4 mum -2.43 m 73.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 -115 mum 149 mum -2.42 m 0 eV 0 eV 1.22 cm 1.22 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 814, Parent ID = 128 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -115 mum 149 mum -2.42 m 20.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -160 mum 129 mum -2.42 m 19.1 MeV 448 keV 373 mum 373 mum Target eBrem - 2 -174 mum 127 mum -2.42 m 18.4 MeV 192 keV 103 mum 476 mum Target eBrem - 3 -238 mum 122 mum -2.42 m 16.6 MeV 255 keV 238 mum 714 mum Target eBrem - 4 -235 mum 148 mum -2.42 m 12.5 MeV 397 keV 341 mum 1.05 mm Target eBrem - 5 -374 mum -54 mum -2.42 m 10.2 MeV 1.58 MeV 1.21 mm 2.27 mm Target eBrem - 6 -461 mum 895 mum -2.42 m 1.96 MeV 7.27 MeV 2.17 mm 4.44 mm Target eBrem - 7 -556 mum 790 mum -2.42 m 0 eV 1.96 MeV 1.55 mm 5.99 mm Target eIoni - 8 -556 mum 790 mum -2.42 m 0 eV 0 eV 0 fm 5.99 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 822, Parent ID = 814 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -556 mum 790 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.62 mm 6.05 mm -2.42 m 501 keV 0 eV 5.9 mm 5.9 mm Target compt - 2 -4.74 mm 1.8 cm -2.42 m 348 keV 0 eV 1.3 cm 1.89 cm Target compt - 3 -3.85 mm 1.87 cm -2.42 m 0 eV 88 keV 1.3 mm 2.02 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 825, Parent ID = 822 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.85 mm 1.87 cm -2.42 m 260 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.84 mm 1.87 cm -2.42 m 0 eV 260 keV 121 mum 121 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 824, Parent ID = 822 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.74 mm 1.8 cm -2.42 m 153 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.74 mm 1.8 cm -2.42 m 0 eV 153 keV 53.9 mum 53.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 823, Parent ID = 822 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.62 mm 6.05 mm -2.42 m 10.4 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.62 mm 6.05 mm -2.42 m 0 eV 10.4 keV 746 nm 746 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 821, Parent ID = 814 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -556 mum 790 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 4.67 mm -1.25 cm -2.41 m 336 keV 0 eV 1.49 cm 1.49 cm Target compt - 2 4.22 mm -1.33 cm -2.41 m 0 eV 88 keV 950 mum 1.59 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 827, Parent ID = 821 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.22 mm -1.33 cm -2.41 m 248 keV 0 eV 0 fm 0 fm Target initStep - 1 4.22 mm -1.33 cm -2.41 m 0 eV 248 keV 112 mum 112 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 826, Parent ID = 821 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.67 mm -1.25 cm -2.41 m 175 keV 0 eV 0 fm 0 fm Target initStep - 1 4.67 mm -1.25 cm -2.41 m 0 eV 175 keV 67.1 mum 67.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 820, Parent ID = 814 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -461 mum 895 mum -2.42 m 1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.61 mm -1.39 mm -2.41 m 780 keV 0 eV 8.56 mm 8.56 mm Target compt - 2 -6.01 mm -1.32 mm -2.41 m 365 keV 0 eV 1.85 mm 1.04 cm Target compt - 3 -3.66 mm -3.81 mm -2.41 m 0 eV 88 keV 3.78 mm 1.42 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 830, Parent ID = 820 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.66 mm -3.81 mm -2.41 m 277 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.65 mm -3.82 mm -2.41 m 0 eV 277 keV 133 mum 133 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 829, Parent ID = 820 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.01 mm -1.32 mm -2.41 m 415 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.02 mm -1.32 mm -2.41 m 0 eV 415 keV 235 mum 235 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 828, Parent ID = 820 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.61 mm -1.39 mm -2.41 m 223 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.62 mm -1.39 mm -2.41 m 0 eV 223 keV 96.7 mum 96.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 819, Parent ID = 814 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -374 mum -54 mum -2.42 m 740 keV 0 eV 0 fm 0 fm Target initStep - 1 3.04 mm 1.61 mm -2.41 m 543 keV 0 eV 7.19 mm 7.19 mm Target compt - 2 3.8 mm 1.25 mm -2.41 m 0 eV 88 keV 1.01 mm 8.2 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 832, Parent ID = 819 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.8 mm 1.25 mm -2.41 m 455 keV 0 eV 0 fm 0 fm Target initStep - 1 3.81 mm 1.25 mm -2.41 m 0 eV 455 keV 267 mum 267 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 831, Parent ID = 819 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.04 mm 1.61 mm -2.41 m 196 keV 0 eV 0 fm 0 fm Target initStep - 1 3.04 mm 1.61 mm -2.41 m 0 eV 196 keV 79.4 mum 79.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 818, Parent ID = 814 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -235 mum 148 mum -2.42 m 3.69 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.37 mm 3.05 mm -2.4 m 3.69 MeV 0 eV 2.11 cm 2.11 cm Target Transportation - 2 -16.6 cm 11.7 cm -1.6 m 3.69 MeV 0 eV 82.4 cm 84.5 cm Tracker Transportation - 3 -20.7 cm 14.5 cm -1.4 m 3.69 MeV 0 eV 20.6 cm 1.05 m Chamber Transportation - 4 -32.8 cm 23.1 cm -80 cm 3.69 MeV 0 eV 61.8 cm 1.67 m Tracker Transportation - 5 -36.8 cm 25.9 cm -60 cm 3.69 MeV 0 eV 20.6 cm 1.88 m Chamber Transportation - 6 -49 cm 34.4 cm 0 fm 3.69 MeV 0 eV 61.8 cm 2.49 m Tracker Transportation - 7 -53 cm 37.3 cm 20 cm 3.69 MeV 0 eV 20.6 cm 2.7 m Chamber Transportation - 8 -65.1 cm 45.8 cm 80 cm 3.69 MeV 0 eV 61.8 cm 3.32 m Tracker Transportation - 9 -69.2 cm 48.6 cm 1 m 3.69 MeV 0 eV 20.6 cm 3.52 m Chamber Transportation - 10 -81.3 cm 57.2 cm 1.6 m 3.69 MeV 0 eV 61.8 cm 4.14 m Tracker Transportation - 11 -85.3 cm 60 cm 1.8 m 3.69 MeV 0 eV 20.6 cm 4.35 m Chamber Transportation - 12 -97.5 cm 68.5 cm 2.4 m 3.69 MeV 0 eV 61.8 cm 4.97 m Tracker Transportation - 13 -1.08 m 75.8 cm 2.91 m 3.69 MeV 0 eV 52.5 cm 5.49 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 817, Parent ID = 814 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -238 mum 122 mum -2.42 m 1.51 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.87 mm 1.79 mm -2.4 m 1.51 MeV 0 eV 2.1 cm 2.1 cm Target Transportation - 2 -10.4 cm 6.61 cm -1.6 m 1.51 MeV 0 eV 80.9 cm 83 cm Tracker Transportation - 3 -13 cm 8.22 cm -1.4 m 1.51 MeV 0 eV 20.2 cm 1.03 m Chamber Transportation - 4 -20.6 cm 13 cm -80 cm 1.51 MeV 0 eV 60.7 cm 1.64 m Tracker Transportation - 5 -23.1 cm 14.7 cm -60 cm 1.51 MeV 0 eV 20.2 cm 1.84 m Chamber Transportation - 6 -30.7 cm 19.5 cm 0 fm 1.51 MeV 0 eV 60.7 cm 2.45 m Tracker Transportation - 7 -33.3 cm 21.1 cm 20 cm 1.51 MeV 0 eV 20.2 cm 2.65 m Chamber Transportation - 8 -40.9 cm 25.9 cm 80 cm 1.51 MeV 0 eV 60.7 cm 3.26 m Tracker Transportation - 9 -43.4 cm 27.5 cm 1 m 1.51 MeV 0 eV 20.2 cm 3.46 m Chamber Transportation - 10 -51.1 cm 32.4 cm 1.6 m 1.51 MeV 0 eV 60.7 cm 4.07 m Tracker Transportation - 11 -53.6 cm 34 cm 1.8 m 1.51 MeV 0 eV 20.2 cm 4.27 m Chamber Transportation - 12 -61.2 cm 38.8 cm 2.4 m 1.51 MeV 0 eV 60.7 cm 4.87 m Tracker Transportation - 13 -67.7 cm 42.9 cm 2.91 m 1.51 MeV 0 eV 51.6 cm 5.39 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 816, Parent ID = 814 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -174 mum 127 mum -2.42 m 474 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.24 mm 312 mum -2.41 m 0 eV 88 keV 7.34 mm 7.34 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 833, Parent ID = 816 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.24 mm 312 mum -2.41 m 386 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.24 mm 305 mum -2.41 m 0 eV 386 keV 213 mum 213 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 815, Parent ID = 814 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -160 mum 129 mum -2.42 m 556 keV 0 eV 0 fm 0 fm Target initStep - 1 -363 mum -41.5 mum -2.42 m 228 keV 0 eV 3.92 mm 3.92 mm Target compt - 2 179 mum 1.37 mm -2.42 m 0 eV 88 keV 1.56 mm 5.49 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 835, Parent ID = 815 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 179 mum 1.37 mm -2.42 m 140 keV 0 eV 0 fm 0 fm Target initStep - 1 176 mum 1.37 mm -2.42 m 0 eV 140 keV 47.4 mum 47.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 834, Parent ID = 815 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -363 mum -41.5 mum -2.42 m 328 keV 0 eV 0 fm 0 fm Target initStep - 1 -365 mum -45.4 mum -2.42 m 0 eV 328 keV 169 mum 169 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 813, Parent ID = 128 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -115 mum 149 mum -2.42 m 52.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -131 mum 163 mum -2.42 m 18 MeV 706 keV 392 mum 392 mum Target eBrem - 2 -187 mum 219 mum -2.42 m 16.9 MeV 610 keV 569 mum 961 mum Target eBrem - 3 -171 mum 150 mum -2.42 m 5.29 MeV 518 keV 351 mum 1.31 mm Target eBrem - 4 -365 mum 51.6 mum -2.42 m 4.15 MeV 764 keV 633 mum 1.94 mm Target eBrem - 5 -146 mum 91.4 mum -2.42 m 3.6 MeV 198 keV 218 mum 2.16 mm Target eBrem - 6 -440 mum -341 mum -2.42 m 1.87 MeV 955 keV 968 mum 3.13 mm Target eBrem - 7 -545 mum -245 mum -2.42 m 0 eV 1.87 MeV 1.45 mm 4.58 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 841, Parent ID = 813 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -440 mum -341 mum -2.42 m 774 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.69 mm 5.75 mm -2.42 m 613 keV 0 eV 9.56 mm 9.56 mm Target compt - 2 -1.4 cm 9.14 mm -2.42 m 333 keV 0 eV 7.86 mm 1.74 cm Target compt - 3 -1.38 cm 9.79 mm -2.42 m 0 eV 88 keV 716 mum 1.81 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 844, Parent ID = 841 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.38 cm 9.79 mm -2.42 m 245 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.38 cm 9.79 mm -2.42 m 0 eV 245 keV 111 mum 111 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 843, Parent ID = 841 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.4 cm 9.14 mm -2.42 m 280 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.4 cm 9.14 mm -2.42 m 0 eV 280 keV 135 mum 135 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 842, Parent ID = 841 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.69 mm 5.75 mm -2.42 m 161 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.69 mm 5.75 mm -2.42 m 0 eV 161 keV 58.6 mum 58.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 840, Parent ID = 813 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -146 mum 91.4 mum -2.42 m 346 keV 0 eV 0 fm 0 fm Target initStep - 1 1.36 mm 313 mum -2.42 m 328 keV 0 eV 3.33 mm 3.33 mm Target compt - 2 3.37 mm -472 mum -2.41 m 240 keV 0 eV 3.12 mm 6.46 mm Target compt - 3 3.24 mm -130 mum -2.41 m 0 eV 88 keV 800 mum 7.26 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 847, Parent ID = 840 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.24 mm -130 mum -2.41 m 152 keV 0 eV 0 fm 0 fm Target initStep - 1 3.24 mm -129 mum -2.41 m 0 eV 152 keV 53.6 mum 53.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 846, Parent ID = 840 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.37 mm -472 mum -2.41 m 87.7 keV 0 eV 0 fm 0 fm Target initStep - 1 3.37 mm -473 mum -2.41 m 0 eV 87.7 keV 22.5 mum 22.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 845, Parent ID = 840 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.36 mm 313 mum -2.42 m 18.3 keV 0 eV 0 fm 0 fm Target initStep - 1 1.36 mm 313 mum -2.42 m 0 eV 18.3 keV 1.77 mum 1.77 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 839, Parent ID = 813 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -365 mum 51.6 mum -2.42 m 381 keV 0 eV 0 fm 0 fm Target initStep - 1 512 mum 444 mum -2.42 m 0 eV 88 keV 1.04 mm 1.04 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 848, Parent ID = 839 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 512 mum 444 mum -2.42 m 293 keV 0 eV 0 fm 0 fm Target initStep - 1 518 mum 450 mum -2.42 m 0 eV 293 keV 144 mum 144 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 838, Parent ID = 813 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -171 mum 150 mum -2.42 m 11.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.63 mm 6.47 mm -2.41 m 0 eV 0 eV 1.01 cm 1.01 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 850, Parent ID = 838 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.63 mm 6.47 mm -2.41 m 9.86 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.33 mm 7.25 mm -2.41 m 7.88 MeV 1.41 MeV 1.29 mm 1.29 mm Target eBrem - 2 2.39 mm 7.2 mm -2.41 m 5.82 MeV 195 keV 158 mum 1.45 mm Target eBrem - 3 2.65 mm 6.93 mm -2.41 m 0 eV 5.82 MeV 4.55 mm 6 mm Target eIoni - 4 2.65 mm 6.93 mm -2.41 m 0 eV 0 eV 0 fm 6 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 854, Parent ID = 850 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.65 mm 6.93 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.2 mm 8.71 mm -2.41 m 278 keV 0 eV 5.95 mm 5.95 mm Target compt - 2 -3.82 mm 1.49 cm -2.41 m 0 eV 88 keV 7.51 mm 1.35 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 856, Parent ID = 854 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.82 mm 1.49 cm -2.41 m 190 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.82 mm 1.49 cm -2.41 m 0 eV 190 keV 75.8 mum 75.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 855, Parent ID = 854 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.2 mm 8.71 mm -2.41 m 233 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.21 mm 8.71 mm -2.41 m 0 eV 233 keV 103 mum 103 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 853, Parent ID = 850 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.65 mm 6.93 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 5.66 mm 5.54 mm -2.41 m 0 eV 88 keV 4.65 mm 4.65 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 857, Parent ID = 853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.66 mm 5.54 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 5.67 mm 5.53 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 852, Parent ID = 850 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.39 mm 7.2 mm -2.41 m 1.87 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.01 mm 5.87 mm -2.41 m 0 eV 88 keV 3.61 mm 3.61 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 858, Parent ID = 852 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.01 mm 5.87 mm -2.41 m 1.78 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.01 mm 5.87 mm -2.41 m 1.48 MeV 13.3 keV 15.4 mum 15.4 mum Target eBrem - 2 3.26 mm 5.96 mm -2.41 m 737 keV 743 keV 433 mum 448 mum Target eBrem - 3 3.23 mm 5.98 mm -2.41 m 0 eV 737 keV 498 mum 946 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 859, Parent ID = 858 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.01 mm 5.87 mm -2.41 m 287 keV 0 eV 0 fm 0 fm Target initStep - 1 3.09 mm 7.96 mm -2.41 m 0 eV 88 keV 2.12 mm 2.12 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 860, Parent ID = 859 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.09 mm 7.96 mm -2.41 m 199 keV 0 eV 0 fm 0 fm Target initStep - 1 3.09 mm 7.96 mm -2.41 m 0 eV 199 keV 81.2 mum 81.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 851, Parent ID = 850 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.33 mm 7.25 mm -2.41 m 563 keV 0 eV 0 fm 0 fm Target initStep - 1 4.32 mm 5.98 mm -2.41 m 544 keV 0 eV 7.08 mm 7.08 mm Target compt - 2 6.39 mm 6.31 mm -2.4 m 544 keV 0 eV 5.72 mm 1.28 cm Target Transportation - 3 62.6 cm 10.6 cm -80 cm 544 keV 0 eV 1.72 m 1.73 m Tracker Transportation - 4 67.2 cm 11.3 cm -68.1 cm 544 keV 0 eV 12.8 cm 1.86 m Chamber Transportation - 5 93.6 cm 15.5 cm 0 fm 544 keV 0 eV 73.1 cm 2.59 m Tracker Transportation - 6 1.01 m 16.8 cm 20 cm 544 keV 0 eV 21.5 cm 2.81 m Chamber Transportation - 7 1.25 m 20.5 cm 80 cm 544 keV 0 eV 64.4 cm 3.45 m Tracker Transportation - 8 1.32 m 21.7 cm 1 m 544 keV 0 eV 21.5 cm 3.66 m Chamber Transportation - 9 1.56 m 25.5 cm 1.6 m 544 keV 0 eV 64.4 cm 4.31 m Tracker Transportation - 10 1.63 m 26.7 cm 1.8 m 544 keV 0 eV 21.5 cm 4.52 m Chamber Transportation - 11 1.86 m 30.4 cm 2.4 m 544 keV 0 eV 64.4 cm 5.17 m Tracker Transportation - 12 2.06 m 33.6 cm 2.91 m 544 keV 0 eV 54.8 cm 5.72 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 861, Parent ID = 851 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.32 mm 5.98 mm -2.41 m 18.8 keV 0 eV 0 fm 0 fm Target initStep - 1 4.32 mm 5.98 mm -2.41 m 0 eV 18.8 keV 1.85 mum 1.85 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 849, Parent ID = 838 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.63 mm 6.47 mm -2.41 m 209 keV 0 eV 0 fm 0 fm Target initStep - 1 1.63 mm 6.47 mm -2.41 m 0 eV 209 keV 87.2 mum 87.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 837, Parent ID = 813 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -187 mum 219 mum -2.42 m 459 keV 0 eV 0 fm 0 fm Target initStep - 1 -306 mum 351 mum -2.42 m 275 keV 0 eV 1.79 mm 1.79 mm Target compt - 2 78.3 mum -763 mum -2.42 m 0 eV 88 keV 1.25 mm 3.05 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 863, Parent ID = 837 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 78.3 mum -763 mum -2.42 m 187 keV 0 eV 0 fm 0 fm Target initStep - 1 79.5 mum -768 mum -2.42 m 0 eV 187 keV 73.7 mum 73.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 862, Parent ID = 837 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -306 mum 351 mum -2.42 m 184 keV 0 eV 0 fm 0 fm Target initStep - 1 -307 mum 353 mum -2.42 m 0 eV 184 keV 72.4 mum 72.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 836, Parent ID = 813 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -131 mum 163 mum -2.42 m 34 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.15 mm 798 mum -2.4 m 34 MeV 0 eV 2.11 cm 2.11 cm Target Transportation - 2 4.97 cm 2.49 cm -1.6 m 34 MeV 0 eV 80.2 cm 82.3 cm Tracker Transportation - 3 6.18 cm 3.09 cm -1.4 m 34 MeV 0 eV 20 cm 1.02 m Chamber Transportation - 4 9.82 cm 4.9 cm -80 cm 34 MeV 0 eV 60.1 cm 1.62 m Tracker Transportation - 5 11 cm 5.5 cm -60 cm 34 MeV 0 eV 20 cm 1.83 m Chamber Transportation - 6 14.7 cm 7.31 cm 0 fm 34 MeV 0 eV 60.1 cm 2.43 m Tracker Transportation - 7 15.9 cm 7.91 cm 20 cm 34 MeV 0 eV 20 cm 2.63 m Chamber Transportation - 8 19.5 cm 9.72 cm 80 cm 34 MeV 0 eV 60.1 cm 3.23 m Tracker Transportation - 9 20.7 cm 10.3 cm 1 m 34 MeV 0 eV 20 cm 3.43 m Chamber Transportation - 10 24.4 cm 12.1 cm 1.6 m 34 MeV 0 eV 60.1 cm 4.03 m Tracker Transportation - 11 25.6 cm 12.7 cm 1.8 m 34 MeV 0 eV 20 cm 4.23 m Chamber Transportation - 12 29.2 cm 14.5 cm 2.4 m 34 MeV 0 eV 60.1 cm 4.83 m Tracker Transportation - 13 32.3 cm 16.1 cm 2.91 m 34 MeV 0 eV 51.1 cm 5.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 127, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.5 mum 30.6 mum -2.43 m 1.97 MeV 0 eV 0 fm 0 fm Target initStep - 1 -140 mum 205 mum -2.42 m 1.64 MeV 0 eV 1.46 cm 1.46 cm Target compt - 2 936 mum 2.69 mm -2.41 m 1.06 MeV 0 eV 8.28 mm 2.29 cm Target compt - 3 7.52 mm 661 mum -2.4 m 1.06 MeV 0 eV 1.34 cm 3.62 cm Target Transportation - 4 2.4 m -73.8 cm 1.76 m 1.06 MeV 0 eV 4.86 m 4.9 m Tracker Transportation - 5 2.91 m -89.5 cm 2.65 m 1.06 MeV 0 eV 1.04 m 5.93 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 865, Parent ID = 127 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 936 mum 2.69 mm -2.41 m 581 keV 0 eV 0 fm 0 fm Target initStep - 1 927 mum 2.71 mm -2.41 m 0 eV 581 keV 368 mum 368 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 864, Parent ID = 127 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -140 mum 205 mum -2.42 m 331 keV 0 eV 0 fm 0 fm Target initStep - 1 -144 mum 197 mum -2.42 m 0 eV 331 keV 171 mum 171 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 126, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.1 mum 29.9 mum -2.43 m 1.49 MeV 0 eV 0 fm 0 fm Target initStep - 1 -110 mum 159 mum -2.42 m 0 eV 88 keV 1.27 cm 1.27 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 866, Parent ID = 126 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -110 mum 159 mum -2.42 m 1.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 136 mum 349 mum -2.42 m 100 keV 730 keV 659 mum 659 mum Target eBrem - 2 135 mum 350 mum -2.42 m 0 eV 100 keV 27.6 mum 686 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 867, Parent ID = 866 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 136 mum 349 mum -2.42 m 571 keV 0 eV 0 fm 0 fm Target initStep - 1 -500 mum 2.4 mm -2.42 m 375 keV 0 eV 2.71 mm 2.71 mm Target compt - 2 3.82 mm 5.06 mm -2.42 m 0 eV 88 keV 6.46 mm 9.17 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 869, Parent ID = 867 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.82 mm 5.06 mm -2.42 m 287 keV 0 eV 0 fm 0 fm Target initStep - 1 3.81 mm 5.07 mm -2.42 m 0 eV 287 keV 140 mum 140 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 868, Parent ID = 867 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -500 mum 2.4 mm -2.42 m 196 keV 0 eV 0 fm 0 fm Target initStep - 1 -504 mum 2.4 mm -2.42 m 0 eV 196 keV 79.1 mum 79.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 125, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.1 mum 29.7 mum -2.43 m 93.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -33.5 mum 44.1 mum -2.43 m 0 eV 0 eV 1.45 mm 1.45 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 871, Parent ID = 125 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -33.5 mum 44.1 mum -2.43 m 45.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.96 mum 49.1 mum -2.43 m 32.7 MeV 757 keV 453 mum 453 mum Target eBrem - 2 6.07 mum 15.2 mum -2.43 m 31.9 MeV 270 keV 220 mum 673 mum Target eBrem - 3 -14 mum -201 mum -2.43 m 30.7 MeV 1.2 MeV 891 mum 1.56 mm Target eBrem - 4 -24.4 mum -127 mum -2.43 m 21.6 MeV 538 keV 461 mum 2.03 mm Target eBrem - 5 -90.9 mum -122 mum -2.43 m 15.2 MeV 1.74 MeV 1.22 mm 3.24 mm Target eBrem - 6 -136 mum -189 mum -2.43 m 12.5 MeV 712 keV 606 mum 3.85 mm Target eBrem - 7 -171 mum -437 mum -2.43 m 9.96 MeV 784 keV 769 mum 4.62 mm Target eBrem - 8 -271 mum -442 mum -2.43 m 7.7 MeV 88.8 keV 102 mum 4.72 mm Target eBrem - 9 -810 mum -500 mum -2.43 m 6.06 MeV 860 keV 652 mum 5.37 mm Target eBrem - 10 -1.49 mm -649 mum -2.43 m 1.21 MeV 767 keV 763 mum 6.14 mm Target eBrem - 11 -1.54 mm -549 mum -2.43 m 0 eV 1.21 MeV 911 mum 7.05 mm Target eIoni - 12 -1.54 mm -549 mum -2.43 m 0 eV 0 eV 0 fm 7.05 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 882, Parent ID = 871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.54 mm -549 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.68 cm 5.71 mm -2.42 m 0 eV 88 keV 1.74 cm 1.74 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 883, Parent ID = 882 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.68 cm 5.71 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.69 cm 5.72 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 881, Parent ID = 871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.54 mm -549 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 945 mum -1.57 mm -2.43 m 385 keV 0 eV 2.83 mm 2.83 mm Target compt - 2 7.71 mm -1.88 cm -2.43 m 261 keV 0 eV 1.86 cm 2.14 cm Target compt - 3 7.77 mm -1.91 cm -2.43 m 0 eV 88 keV 601 mum 2.2 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 886, Parent ID = 881 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.77 mm -1.91 cm -2.43 m 173 keV 0 eV 0 fm 0 fm Target initStep - 1 7.77 mm -1.91 cm -2.43 m 0 eV 173 keV 65.4 mum 65.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 885, Parent ID = 881 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.71 mm -1.88 cm -2.43 m 124 keV 0 eV 0 fm 0 fm Target initStep - 1 7.71 mm -1.88 cm -2.43 m 0 eV 124 keV 39 mum 39 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 884, Parent ID = 881 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 945 mum -1.57 mm -2.43 m 126 keV 0 eV 0 fm 0 fm Target initStep - 1 948 mum -1.57 mm -2.43 m 0 eV 126 keV 40 mum 40 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 880, Parent ID = 871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.49 mm -649 mum -2.43 m 4.08 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.33 mm 3.53 mm -2.43 m 0 eV 0 eV 4.57 mm 4.57 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 888, Parent ID = 880 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.33 mm 3.53 mm -2.43 m 1.17 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.37 mm 3.63 mm -2.43 m 0 eV 1.17 MeV 877 mum 877 mum Target eIoni - 2 -3.37 mm 3.63 mm -2.43 m 0 eV 0 eV 0 fm 877 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 890, Parent ID = 888 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.37 mm 3.63 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.94 mm 2.36 mm -2.43 m 0 eV 88 keV 3.05 mm 3.05 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 891, Parent ID = 890 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.94 mm 2.36 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.95 mm 2.36 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 889, Parent ID = 888 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.37 mm 3.63 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.26 mm 4.18 mm -2.43 m 0 eV 88 keV 1.31 mm 1.31 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 892, Parent ID = 889 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.26 mm 4.18 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.25 mm 4.16 mm -2.43 m 84.2 keV 28 keV 32.6 mum 32.6 mum Target eBrem - 2 -2.25 mm 4.16 mm -2.43 m 0 eV 84.2 keV 21 mum 53.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 893, Parent ID = 892 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.25 mm 4.16 mm -2.43 m 311 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.6 mm 5.35 mm -2.43 m 266 keV 0 eV 1.62 mm 1.62 mm Target compt - 2 -2.46 mm 5.49 mm -2.43 m 256 keV 0 eV 588 mum 2.21 mm Target compt - 3 -2.45 mm 5.5 mm -2.43 m 0 eV 88 keV 35.3 mum 2.25 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 896, Parent ID = 893 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.45 mm 5.5 mm -2.43 m 168 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.45 mm 5.51 mm -2.43 m 0 eV 168 keV 62.7 mum 62.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 895, Parent ID = 893 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.46 mm 5.49 mm -2.43 m 10 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.46 mm 5.48 mm -2.43 m 0 eV 10 keV 696 nm 696 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 894, Parent ID = 893 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.6 mm 5.35 mm -2.43 m 44.8 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.6 mm 5.35 mm -2.43 m 0 eV 44.8 keV 7.52 mum 7.52 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 887, Parent ID = 880 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.33 mm 3.53 mm -2.43 m 1.89 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.03 mm 3.82 mm -2.43 m 1.01 MeV 876 keV 852 mum 852 mum Target eBrem - 2 -3.05 mm 3.87 mm -2.43 m 0 eV 1.01 MeV 732 mum 1.58 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 879, Parent ID = 871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -810 mum -500 mum -2.43 m 780 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.49 mm 691 mum -2.43 m 263 keV 0 eV 2.94 mm 2.94 mm Target compt - 2 -2.99 mm 533 mum -2.43 m 0 eV 88 keV 1.73 mm 4.67 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 898, Parent ID = 879 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.99 mm 533 mum -2.43 m 175 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.99 mm 533 mum -2.43 m 0 eV 175 keV 66.7 mum 66.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 897, Parent ID = 879 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.49 mm 691 mum -2.43 m 517 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.51 mm 700 mum -2.43 m 0 eV 517 keV 316 mum 316 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 878, Parent ID = 871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -271 mum -442 mum -2.43 m 2.18 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.13 cm 1.32 mm -2.42 m 1.96 MeV 0 eV 2.22 cm 2.22 cm Target compt - 2 -2.21 cm 1.59 mm -2.42 m 1.94 MeV 0 eV 888 mum 2.31 cm Target compt - 3 -2.21 cm 1.6 mm -2.42 m 0 eV 88 keV 24.3 mum 2.31 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 901, Parent ID = 878 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.21 cm 1.6 mm -2.42 m 1.85 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.22 cm 1.64 mm -2.42 m 0 eV 1.85 MeV 1.44 mm 1.44 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 900, Parent ID = 878 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.21 cm 1.59 mm -2.42 m 17.1 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.21 cm 1.59 mm -2.42 m 0 eV 17.1 keV 1.6 mum 1.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 899, Parent ID = 878 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.13 cm 1.32 mm -2.42 m 217 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.13 cm 1.32 mm -2.42 m 0 eV 217 keV 92.4 mum 92.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 877, Parent ID = 871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -171 mum -437 mum -2.43 m 1.71 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.72 mm -411 mum -2.43 m 340 keV 0 eV 1.61 mm 1.61 mm Target compt - 2 -466 mum -2.51 mm -2.43 m 0 eV 88 keV 3.3 mm 4.91 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 903, Parent ID = 877 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -466 mum -2.51 mm -2.43 m 252 keV 0 eV 0 fm 0 fm Target initStep - 1 -462 mum -2.52 mm -2.43 m 0 eV 252 keV 115 mum 115 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 902, Parent ID = 877 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.72 mm -411 mum -2.43 m 1.37 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.81 mm -398 mum -2.43 m 0 eV 1.37 MeV 1.03 mm 1.03 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 876, Parent ID = 871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -136 mum -189 mum -2.43 m 2.07 MeV 0 eV 0 fm 0 fm Target initStep - 1 -831 mum -737 mum -2.43 m 0 eV 88 keV 2.27 mm 2.27 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 904, Parent ID = 876 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -831 mum -737 mum -2.43 m 1.98 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.2 mm -296 mum -2.43 m 642 keV 1.34 MeV 985 mum 985 mum Target eBrem - 2 -1.22 mm -289 mum -2.43 m 0 eV 642 keV 418 mum 1.4 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 875, Parent ID = 871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -90.9 mum -122 mum -2.43 m 4.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.39 mm -271 mum -2.42 m 0 eV 0 eV 4.81 mm 4.81 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 906, Parent ID = 875 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.39 mm -271 mum -2.42 m 2.88 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.31 mm -296 mum -2.42 m 0 eV 2.88 MeV 2.3 mm 2.3 mm Target eIoni - 2 -1.31 mm -296 mum -2.42 m 0 eV 0 eV 0 fm 2.3 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 908, Parent ID = 906 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.31 mm -296 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.27 mm -129 mum -2.42 m 224 keV 0 eV 186 mum 186 mum Target compt - 2 -2.03 mm -11.2 mum -2.42 m 144 keV 0 eV 896 mum 1.08 mm Target compt - 3 -2.03 mm -1.2 mm -2.42 m 0 eV 88 keV 1.25 mm 2.33 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 911, Parent ID = 908 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.03 mm -1.2 mm -2.42 m 55.7 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.03 mm -1.2 mm -2.42 m 0 eV 55.7 keV 10.7 mum 10.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 910, Parent ID = 908 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.03 mm -11.2 mum -2.42 m 80.5 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.03 mm -10.4 mum -2.42 m 0 eV 80.5 keV 19.4 mum 19.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 909, Parent ID = 908 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.27 mm -129 mum -2.42 m 287 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.26 mm -123 mum -2.42 m 0 eV 287 keV 140 mum 140 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 907, Parent ID = 906 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.31 mm -296 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.22 mm -3.59 mm -2.43 m 195 keV 0 eV 3.69 mm 3.69 mm Target compt - 2 -1.99 mm -3.52 mm -2.43 m 0 eV 88 keV 281 mum 3.97 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 913, Parent ID = 907 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.99 mm -3.52 mm -2.43 m 107 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.99 mm -3.52 mm -2.43 m 0 eV 107 keV 30.7 mum 30.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 912, Parent ID = 907 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.22 mm -3.59 mm -2.43 m 316 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.23 mm -3.6 mm -2.43 m 0 eV 316 keV 160 mum 160 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 905, Parent ID = 875 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.39 mm -271 mum -2.42 m 696 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.43 mm -269 mum -2.42 m 0 eV 696 keV 463 mum 463 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 874, Parent ID = 871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.4 mum -127 mum -2.43 m 8.59 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.85 mm 7.54 mm -2.4 m 8.59 MeV 0 eV 3.15 cm 3.15 cm Target Transportation - 2 -4.97 cm 20.8 cm -1.6 m 8.59 MeV 0 eV 82.6 cm 85.8 cm Tracker Transportation - 3 -5.73 cm 24 cm -1.47 m 8.59 MeV 0 eV 13 cm 98.8 cm Chamber Transportation - 4 -9.76 cm 40.9 cm -80 cm 8.59 MeV 0 eV 69.6 cm 1.68 m Tracker Transportation - 5 -11 cm 46 cm -60 cm 8.59 MeV 0 eV 20.7 cm 1.89 m Chamber Transportation - 6 -14.6 cm 61 cm 0 fm 8.59 MeV 0 eV 62 cm 2.51 m Tracker Transportation - 7 -15.7 cm 66 cm 20 cm 8.59 MeV 0 eV 20.7 cm 2.72 m Chamber Transportation - 8 -19.3 cm 81.1 cm 80 cm 8.59 MeV 0 eV 62 cm 3.34 m Tracker Transportation - 9 -20.5 cm 86.1 cm 1 m 8.59 MeV 0 eV 20.7 cm 3.54 m Chamber Transportation - 10 -24.1 cm 1.01 m 1.6 m 8.59 MeV 0 eV 62 cm 4.16 m Tracker Transportation - 11 -25.3 cm 1.06 m 1.8 m 8.59 MeV 0 eV 20.7 cm 4.37 m Chamber Transportation - 12 -28.9 cm 1.21 m 2.4 m 8.59 MeV 0 eV 62 cm 4.99 m Tracker Transportation - 13 -32 cm 1.34 m 2.91 m 8.59 MeV 0 eV 52.7 cm 5.52 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 873, Parent ID = 871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.07 mum 15.2 mum -2.43 m 565 keV 0 eV 0 fm 0 fm Target initStep - 1 7.01 mum 14.6 mum -2.43 m 499 keV 0 eV 8.7 mum 8.7 mum Target compt - 2 1.43 mm 3.09 mm -2.42 m 0 eV 88 keV 7.67 mm 7.68 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 915, Parent ID = 873 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.43 mm 3.09 mm -2.42 m 411 keV 0 eV 0 fm 0 fm Target initStep - 1 1.44 mm 3.1 mm -2.42 m 0 eV 411 keV 232 mum 232 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 914, Parent ID = 873 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.01 mum 14.6 mum -2.43 m 66.1 keV 0 eV 0 fm 0 fm Target initStep - 1 6.9 mum 13.6 mum -2.43 m 0 eV 66.1 keV 14.1 mum 14.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 872, Parent ID = 871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.96 mum 49.1 mum -2.43 m 12 MeV 0 eV 0 fm 0 fm Target initStep - 1 488 mum -584 mum -2.43 m 0 eV 0 eV 4.16 mm 4.16 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 917, Parent ID = 872 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 488 mum -584 mum -2.43 m 7.09 MeV 0 eV 0 fm 0 fm Target initStep - 1 675 mum -889 mum -2.43 m 0 eV 7.09 MeV 3.89 mm 3.89 mm Target eBrem - 2 675 mum -889 mum -2.43 m 0 eV 0 eV 0 fm 3.89 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 919, Parent ID = 917 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 675 mum -889 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.78 mm 220 mum -2.43 m 388 keV 0 eV 1.68 mm 1.68 mm Target compt - 2 6.12 mm 8.68 mum -2.43 m 0 eV 88 keV 6.63 mm 8.31 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 921, Parent ID = 919 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.12 mm 8.68 mum -2.43 m 300 keV 0 eV 0 fm 0 fm Target initStep - 1 6.13 mm 9.94 mum -2.43 m 0 eV 300 keV 149 mum 149 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 920, Parent ID = 919 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.78 mm 220 mum -2.43 m 123 keV 0 eV 0 fm 0 fm Target initStep - 1 1.78 mm 222 mum -2.43 m 0 eV 123 keV 38.4 mum 38.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 918, Parent ID = 917 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 675 mum -889 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.3 mm -3.88 mm -2.42 m 0 eV 88 keV 4.52 mm 4.52 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 922, Parent ID = 918 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.3 mm -3.88 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.31 mm -3.89 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 916, Parent ID = 872 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 488 mum -584 mum -2.43 m 3.85 MeV 0 eV 0 fm 0 fm Target initStep - 1 -287 mum -401 mum -2.43 m 1.88 MeV 1.25 MeV 1.23 mm 1.23 mm Target eBrem - 2 -432 mum -425 mum -2.43 m 0 eV 1.88 MeV 1.46 mm 2.69 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 923, Parent ID = 916 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -287 mum -401 mum -2.43 m 709 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.5 cm -3.44 mm -2.43 m 709 keV 0 eV 2.49 cm 2.49 cm Target Transportation - 2 -1.23 m -15.1 cm -2.4 m 709 keV 0 eV 1.21 m 1.24 m World Transportation - 3 -2.4 m -29.5 cm -2.37 m 709 keV 0 eV 1.18 m 2.42 m Tracker Transportation - 4 -2.91 m -35.8 cm -2.36 m 709 keV 0 eV 51.4 cm 2.93 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 870, Parent ID = 125 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -33.5 mum 44.1 mum -2.43 m 47.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -33.9 mum 44.4 mum -2.43 m 46.6 MeV 52 keV 45.3 mum 45.3 mum Target eBrem - 2 27.1 mum 60.3 mum -2.43 m 41.4 MeV 1.05 MeV 686 mum 731 mum Target eBrem - 3 19.9 mum 111 mum -2.43 m 40.8 MeV 281 keV 238 mum 969 mum Target eBrem - 4 -171 mum 149 mum -2.43 m 39.1 MeV 1.15 MeV 1.06 mm 2.03 mm Target eBrem - 5 -47 mum 135 mum -2.43 m 29.6 MeV 2.04 MeV 1.46 mm 3.49 mm Target eBrem - 6 -58.8 mum 133 mum -2.43 m 27.7 MeV 935 keV 675 mum 4.17 mm Target eBrem - 7 13.2 mum 235 mum -2.43 m 25.9 MeV 814 keV 620 mum 4.79 mm Target eBrem - 8 64.3 mum 261 mum -2.43 m 23.3 MeV 160 keV 158 mum 4.94 mm Target eBrem - 9 100 mum 295 mum -2.43 m 18.7 MeV 165 keV 146 mum 5.09 mm Target eBrem - 10 251 mum 626 mum -2.43 m 17.5 MeV 745 keV 619 mum 5.71 mm Target eBrem - 11 433 mum 819 mum -2.43 m 15.2 MeV 1.93 MeV 381 mum 6.09 mm Target eBrem - 12 538 mum 1.02 mm -2.43 m 14.3 MeV 436 keV 346 mum 6.44 mm Target eBrem - 13 883 mum 1.55 mm -2.42 m 7.32 MeV 3.28 MeV 2.73 mm 9.17 mm Target eBrem - 14 -465 mum 1.15 mm -2.42 m 435 keV 3.06 MeV 2.24 mm 1.14 cm Target eBrem - 15 -469 mum 1.14 mm -2.42 m 0 eV 435 keV 250 mum 1.17 cm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 937, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -465 mum 1.15 mm -2.42 m 3.82 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.01 cm -2.5 cm -2.41 m 3.82 MeV 0 eV 3.01 cm 3.01 cm Target Transportation - 2 -1.94 cm -5.04 cm -2.4 m 3.82 MeV 0 eV 2.92 cm 5.93 cm World Transportation - 3 -88.4 cm -2.4 m -1.38 m 3.82 MeV 0 eV 2.7 m 2.76 m Tracker Transportation - 4 -1.07 m -2.91 m -1.15 m 3.82 MeV 0 eV 58.7 cm 3.35 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 936, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 883 mum 1.55 mm -2.42 m 3.68 MeV 0 eV 0 fm 0 fm Target initStep - 1 934 mum 2.63 mm -2.42 m 0 eV 0 eV 3.18 mm 3.18 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 939, Parent ID = 936 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 934 mum 2.63 mm -2.42 m 851 keV 0 eV 0 fm 0 fm Target initStep - 1 926 mum 2.65 mm -2.42 m 0 eV 851 keV 601 mum 601 mum Target eIoni - 2 926 mum 2.65 mm -2.42 m 0 eV 0 eV 0 fm 601 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 941, Parent ID = 939 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 926 mum 2.65 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.94 mm 1.34 mm -2.42 m 199 keV 0 eV 4.18 mm 4.18 mm Target compt - 2 -1.61 mm 3.9 mm -2.42 m 0 eV 88 keV 3.11 mm 7.28 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 943, Parent ID = 941 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.61 mm 3.9 mm -2.42 m 111 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.61 mm 3.91 mm -2.42 m 0 eV 111 keV 32.6 mum 32.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 942, Parent ID = 941 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.94 mm 1.34 mm -2.42 m 312 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.95 mm 1.34 mm -2.42 m 0 eV 312 keV 157 mum 157 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 940, Parent ID = 939 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 926 mum 2.65 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 6.85 mm 4.67 mm -2.42 m 253 keV 0 eV 6.41 mm 6.41 mm Target compt - 2 6.53 mm 5.73 mm -2.42 m 0 eV 88 keV 1.14 mm 7.55 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 945, Parent ID = 940 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.53 mm 5.73 mm -2.42 m 165 keV 0 eV 0 fm 0 fm Target initStep - 1 6.53 mm 5.73 mm -2.42 m 0 eV 165 keV 61.2 mum 61.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 944, Parent ID = 940 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.85 mm 4.67 mm -2.42 m 258 keV 0 eV 0 fm 0 fm Target initStep - 1 6.86 mm 4.66 mm -2.42 m 0 eV 258 keV 119 mum 119 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 938, Parent ID = 936 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 934 mum 2.63 mm -2.42 m 1.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 946 mum 2.68 mm -2.42 m 0 eV 1.8 MeV 1.39 mm 1.39 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 935, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 538 mum 1.02 mm -2.43 m 491 keV 0 eV 0 fm 0 fm Target initStep - 1 3.09 mm 4.36 mm -2.42 m 258 keV 0 eV 5.27 mm 5.27 mm Target compt - 2 2.06 mm 4.97 mm -2.42 m 0 eV 88 keV 1.23 mm 6.5 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 947, Parent ID = 935 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.06 mm 4.97 mm -2.42 m 170 keV 0 eV 0 fm 0 fm Target initStep - 1 2.06 mm 4.97 mm -2.42 m 0 eV 170 keV 63.9 mum 63.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 946, Parent ID = 935 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.09 mm 4.36 mm -2.42 m 233 keV 0 eV 0 fm 0 fm Target initStep - 1 3.09 mm 4.36 mm -2.42 m 0 eV 233 keV 103 mum 103 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 934, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 433 mum 819 mum -2.43 m 420 keV 0 eV 0 fm 0 fm Target initStep - 1 1.14 mm 2.05 mm -2.43 m 221 keV 0 eV 1.94 mm 1.94 mm Target compt - 2 1.17 mm 1.99 mm -2.43 m 0 eV 88 keV 76.6 mum 2.02 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 949, Parent ID = 934 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.17 mm 1.99 mm -2.43 m 133 keV 0 eV 0 fm 0 fm Target initStep - 1 1.17 mm 1.99 mm -2.43 m 0 eV 133 keV 43.5 mum 43.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 948, Parent ID = 934 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.14 mm 2.05 mm -2.43 m 199 keV 0 eV 0 fm 0 fm Target initStep - 1 1.14 mm 2.06 mm -2.43 m 0 eV 199 keV 81 mum 81 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 933, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 251 mum 626 mum -2.43 m 382 keV 0 eV 0 fm 0 fm Target initStep - 1 1.58 mm 2.86 mm -2.42 m 314 keV 0 eV 3.75 mm 3.75 mm Target compt - 2 1.76 mm 4.88 mm -2.42 m 0 eV 88 keV 2.05 mm 5.81 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 951, Parent ID = 933 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.76 mm 4.88 mm -2.42 m 226 keV 0 eV 0 fm 0 fm Target initStep - 1 1.77 mm 4.89 mm -2.42 m 0 eV 226 keV 98.5 mum 98.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 950, Parent ID = 933 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.58 mm 2.86 mm -2.42 m 67.8 keV 0 eV 0 fm 0 fm Target initStep - 1 1.58 mm 2.86 mm -2.42 m 0 eV 67.8 keV 14.8 mum 14.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 932, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 100 mum 295 mum -2.43 m 4.47 MeV 0 eV 0 fm 0 fm Target initStep - 1 458 mum 808 mum -2.43 m 0 eV 0 eV 1.46 mm 1.46 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 953, Parent ID = 932 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 458 mum 808 mum -2.43 m 1.75 MeV 0 eV 0 fm 0 fm Target initStep - 1 585 mum 793 mum -2.43 m 0 eV 1.75 MeV 1.37 mm 1.37 mm Target eIoni - 2 585 mum 793 mum -2.43 m 0 eV 0 eV 0 fm 1.37 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 955, Parent ID = 953 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 585 mum 793 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 4.3 mm -6.92 mm -2.42 m 0 eV 88 keV 8.74 mm 8.74 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 956, Parent ID = 955 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.3 mm -6.92 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 4.31 mm -6.93 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 954, Parent ID = 953 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 585 mum 793 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 407 mum 1.16 mm -2.43 m 0 eV 88 keV 417 mum 417 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 957, Parent ID = 954 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 407 mum 1.16 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 411 mum 1.18 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 952, Parent ID = 932 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 458 mum 808 mum -2.43 m 1.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 423 mum 890 mum -2.43 m 0 eV 1.7 MeV 1.31 mm 1.31 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 931, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 64.3 mum 261 mum -2.43 m 2.41 MeV 0 eV 0 fm 0 fm Target initStep - 1 9.01 mm 6.36 mm -2.4 m 1.06 MeV 0 eV 2.75 cm 2.75 cm Target compt - 2 1.34 cm 9.48 mm -2.4 m 1.06 MeV 0 eV 5.89 mm 3.34 cm Target Transportation - 3 2.4 m 1.71 m -1.1 m 1.06 MeV 0 eV 3.2 m 3.24 m Tracker Transportation - 4 2.91 m 2.07 m -82.5 cm 1.06 MeV 0 eV 68.5 cm 3.92 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 958, Parent ID = 931 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.01 mm 6.36 mm -2.4 m 1.34 MeV 0 eV 0 fm 0 fm Target initStep - 1 9.01 mm 6.36 mm -2.4 m 0 eV 1.34 MeV 1.01 mm 1.01 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 930, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 13.2 mum 235 mum -2.43 m 1.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 9.6 mm 3.37 mm -2.4 m 992 keV 0 eV 2.62 cm 2.62 cm Target compt - 2 1.11 cm 4.35 mm -2.4 m 992 keV 0 eV 4.05 mm 3.03 cm Target Transportation - 3 1 m 65.1 cm 0 fm 992 keV 0 eV 2.68 m 2.71 m Tracker Transportation - 4 1.09 m 70.4 cm 20 cm 992 keV 0 eV 22.3 cm 2.93 m Chamber Transportation - 5 1.34 m 86.6 cm 80 cm 992 keV 0 eV 66.9 cm 3.6 m Tracker Transportation - 6 1.42 m 92 cm 1 m 992 keV 0 eV 22.3 cm 3.82 m Chamber Transportation - 7 1.67 m 1.08 m 1.6 m 992 keV 0 eV 66.9 cm 4.49 m Tracker Transportation - 8 1.75 m 1.14 m 1.8 m 992 keV 0 eV 22.3 cm 4.71 m Chamber Transportation - 9 2 m 1.3 m 2.4 m 992 keV 0 eV 66.9 cm 5.38 m Tracker Transportation - 10 2.21 m 1.43 m 2.91 m 992 keV 0 eV 56.9 cm 5.95 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 959, Parent ID = 930 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.6 mm 3.37 mm -2.4 m 15.2 keV 0 eV 0 fm 0 fm Target initStep - 1 9.6 mm 3.37 mm -2.4 m 0 eV 15.2 keV 1.33 mum 1.33 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 929, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.8 mum 133 mum -2.43 m 918 keV 0 eV 0 fm 0 fm Target initStep - 1 5.42 mm 2.41 mm -2.4 m 918 keV 0 eV 2.9 cm 2.9 cm Target Transportation - 2 16 cm 6.66 cm -1.6 m 918 keV 0 eV 81.7 cm 84.6 cm Tracker Transportation - 3 19.8 cm 8.27 cm -1.4 m 918 keV 0 eV 20.4 cm 1.05 m Chamber Transportation - 4 31.4 cm 13.1 cm -80 cm 918 keV 0 eV 61.3 cm 1.66 m Tracker Transportation - 5 35.2 cm 14.7 cm -60 cm 918 keV 0 eV 20.4 cm 1.87 m Chamber Transportation - 6 46.8 cm 19.5 cm 0 fm 918 keV 0 eV 61.3 cm 2.48 m Tracker Transportation - 7 50.6 cm 21.1 cm 20 cm 918 keV 0 eV 20.4 cm 2.69 m Chamber Transportation - 8 62.2 cm 25.9 cm 80 cm 918 keV 0 eV 61.3 cm 3.3 m Tracker Transportation - 9 66 cm 27.5 cm 1 m 918 keV 0 eV 20.4 cm 3.5 m Chamber Transportation - 10 77.6 cm 32.3 cm 1.6 m 918 keV 0 eV 61.3 cm 4.12 m Tracker Transportation - 11 81.4 cm 33.9 cm 1.8 m 918 keV 0 eV 20.4 cm 4.32 m Chamber Transportation - 12 93 cm 38.8 cm 2.4 m 918 keV 0 eV 61.3 cm 4.93 m Tracker Transportation - 13 1.03 m 42.8 cm 2.91 m 918 keV 0 eV 52.1 cm 5.45 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 928, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -47 mum 135 mum -2.43 m 7.53 MeV 0 eV 0 fm 0 fm Target initStep - 1 -45 mum -74.9 mum -2.43 m 0 eV 0 eV 1.58 mm 1.58 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 961, Parent ID = 928 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -45 mum -74.9 mum -2.43 m 5.39 MeV 0 eV 0 fm 0 fm Target initStep - 1 -16.3 mum -111 mum -2.43 m 4.9 MeV 194 keV 165 mum 165 mum Target eBrem - 2 62.8 mum 1.26 mm -2.43 m 3.22 MeV 1.68 MeV 1.64 mm 1.81 mm Target eBrem - 3 411 mum 606 mum -2.43 m 1.88 MeV 946 keV 1.01 mm 2.82 mm Target eBrem - 4 480 mum 426 mum -2.43 m 0 eV 1.88 MeV 1.48 mm 4.3 mm Target eIoni - 5 480 mum 426 mum -2.43 m 0 eV 0 eV 0 fm 4.3 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 965, Parent ID = 961 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 480 mum 426 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.17 mm -3.84 mm -2.43 m 206 keV 0 eV 4.33 mm 4.33 mm Target compt - 2 1.25 mm -3.76 mm -2.43 m 0 eV 88 keV 147 mum 4.48 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 967, Parent ID = 965 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.25 mm -3.76 mm -2.43 m 118 keV 0 eV 0 fm 0 fm Target initStep - 1 1.25 mm -3.76 mm -2.43 m 0 eV 118 keV 36.2 mum 36.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 966, Parent ID = 965 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.17 mm -3.84 mm -2.43 m 305 keV 0 eV 0 fm 0 fm Target initStep - 1 1.17 mm -3.85 mm -2.43 m 0 eV 305 keV 152 mum 152 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 964, Parent ID = 961 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 480 mum 426 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -200 mum 4.61 mm -2.43 m 405 keV 0 eV 4.25 mm 4.25 mm Target compt - 2 -3.35 mm 7.23 mm -2.42 m 401 keV 0 eV 4.3 mm 8.56 mm Target compt - 3 -7.3 mm 1.16 cm -2.42 m 289 keV 0 eV 6.4 mm 1.5 cm Target compt - 4 -6.7 mm 1.29 cm -2.42 m 0 eV 88 keV 1.64 mm 1.66 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 971, Parent ID = 964 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.7 mm 1.29 cm -2.42 m 201 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.71 mm 1.29 cm -2.42 m 0 eV 201 keV 82 mum 82 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 970, Parent ID = 964 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.3 mm 1.16 cm -2.42 m 113 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.31 mm 1.16 cm -2.42 m 0 eV 113 keV 33.5 mum 33.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 969, Parent ID = 964 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.35 mm 7.23 mm -2.42 m 3.98 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.35 mm 7.23 mm -2.42 m 0 eV 3.98 keV 185 nm 185 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 968, Parent ID = 964 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -200 mum 4.61 mm -2.43 m 106 keV 0 eV 0 fm 0 fm Target initStep - 1 -199 mum 4.61 mm -2.43 m 0 eV 106 keV 30.3 mum 30.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 963, Parent ID = 961 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 411 mum 606 mum -2.43 m 401 keV 0 eV 0 fm 0 fm Target initStep - 1 1.32 mm -4.01 mm -2.43 m 396 keV 0 eV 5.51 mm 5.51 mm Target compt - 2 2.09 mm -6.34 mm -2.43 m 373 keV 0 eV 2.66 mm 8.17 mm Target compt - 3 3.58 mm -1.27 cm -2.43 m 373 keV 0 eV 6.53 mm 1.47 cm Target compt - 4 4.28 mm -1.53 cm -2.43 m 202 keV 0 eV 2.68 mm 1.74 cm Target compt - 5 3.81 mm -1.53 cm -2.43 m 0 eV 88 keV 468 mum 1.78 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 976, Parent ID = 963 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.81 mm -1.53 cm -2.43 m 114 keV 0 eV 0 fm 0 fm Target initStep - 1 3.81 mm -1.53 cm -2.43 m 0 eV 114 keV 34 mum 34 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 975, Parent ID = 963 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.28 mm -1.53 cm -2.43 m 171 keV 0 eV 0 fm 0 fm Target initStep - 1 4.28 mm -1.53 cm -2.43 m 0 eV 171 keV 64.7 mum 64.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 974, Parent ID = 963 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.58 mm -1.27 cm -2.43 m 134 eV 0 eV 0 fm 0 fm Target initStep - 1 3.58 mm -1.27 cm -2.43 m 0 eV 134 eV 1.86 nm 1.86 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 973, Parent ID = 963 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.09 mm -6.34 mm -2.43 m 23.2 keV 0 eV 0 fm 0 fm Target initStep - 1 2.09 mm -6.34 mm -2.43 m 0 eV 23.2 keV 2.59 mum 2.59 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 972, Parent ID = 963 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.32 mm -4.01 mm -2.43 m 4.74 keV 0 eV 0 fm 0 fm Target initStep - 1 1.32 mm -4.01 mm -2.43 m 0 eV 4.74 keV 237 nm 237 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 962, Parent ID = 961 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.3 mum -111 mum -2.43 m 298 keV 0 eV 0 fm 0 fm Target initStep - 1 -587 mum 413 mum -2.42 m 0 eV 88 keV 2.83 mm 2.83 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 977, Parent ID = 962 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -587 mum 413 mum -2.42 m 210 keV 0 eV 0 fm 0 fm Target initStep - 1 -584 mum 414 mum -2.42 m 0 eV 210 keV 88.2 mum 88.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 960, Parent ID = 928 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -45 mum -74.9 mum -2.43 m 1.11 MeV 0 eV 0 fm 0 fm Target initStep - 1 -32.7 mum -90.6 mum -2.43 m 0 eV 1.11 MeV 816 mum 816 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 927, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -171 mum 149 mum -2.43 m 530 keV 0 eV 0 fm 0 fm Target initStep - 1 -175 mum 150 mum -2.43 m 424 keV 0 eV 66.7 mum 66.7 mum Target compt - 2 1.13 mm 995 mum -2.43 m 0 eV 88 keV 2.57 mm 2.64 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 979, Parent ID = 927 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.13 mm 995 mum -2.43 m 336 keV 0 eV 0 fm 0 fm Target initStep - 1 1.14 mm 1 mm -2.43 m 0 eV 336 keV 175 mum 175 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 978, Parent ID = 927 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -175 mum 150 mum -2.43 m 106 keV 0 eV 0 fm 0 fm Target initStep - 1 -177 mum 149 mum -2.43 m 0 eV 106 keV 30.2 mum 30.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 926, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 19.9 mum 111 mum -2.43 m 302 keV 0 eV 0 fm 0 fm Target initStep - 1 -146 mum 321 mum -2.43 m 0 eV 88 keV 2.02 mm 2.02 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 980, Parent ID = 926 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -146 mum 321 mum -2.43 m 214 keV 0 eV 0 fm 0 fm Target initStep - 1 -147 mum 323 mum -2.43 m 0 eV 214 keV 90.5 mum 90.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 925, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 27.1 mum 60.3 mum -2.43 m 4.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 95.2 mum 764 mum -2.43 m 2.64 MeV 0 eV 5.45 mm 5.45 mm Target compt - 2 427 mum -6.06 mm -2.4 m 2.64 MeV 0 eV 2.73 cm 3.27 cm Target Transportation - 3 1.05 cm -21.3 cm -1.6 m 2.64 MeV 0 eV 82.6 cm 85.9 cm Tracker Transportation - 4 1.18 cm -24 cm -1.5 m 2.64 MeV 0 eV 10.8 cm 96.7 cm Chamber Transportation - 5 2.05 cm -42 cm -80 cm 2.64 MeV 0 eV 71.8 cm 1.69 m Tracker Transportation - 6 2.3 cm -47.1 cm -60 cm 2.64 MeV 0 eV 20.7 cm 1.89 m Chamber Transportation - 7 3.06 cm -62.7 cm 0 fm 2.64 MeV 0 eV 62 cm 2.51 m Tracker Transportation - 8 3.31 cm -67.8 cm 20 cm 2.64 MeV 0 eV 20.7 cm 2.72 m Chamber Transportation - 9 4.06 cm -83.3 cm 80 cm 2.64 MeV 0 eV 62 cm 3.34 m Tracker Transportation - 10 4.31 cm -88.5 cm 1 m 2.64 MeV 0 eV 20.7 cm 3.54 m Chamber Transportation - 11 5.06 cm -1.04 m 1.6 m 2.64 MeV 0 eV 62 cm 4.16 m Tracker Transportation - 12 5.32 cm -1.09 m 1.8 m 2.64 MeV 0 eV 20.7 cm 4.37 m Chamber Transportation - 13 6.07 cm -1.25 m 2.4 m 2.64 MeV 0 eV 62 cm 4.99 m Tracker Transportation - 14 6.71 cm -1.38 m 2.91 m 2.64 MeV 0 eV 52.7 cm 5.52 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 981, Parent ID = 925 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 95.2 mum 764 mum -2.43 m 1.57 MeV 0 eV 0 fm 0 fm Target initStep - 1 488 mum 737 mum -2.43 m 636 keV 930 keV 751 mum 751 mum Target eBrem - 2 484 mum 709 mum -2.43 m 0 eV 636 keV 413 mum 1.16 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 924, Parent ID = 870 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -33.9 mum 44.4 mum -2.43 m 361 keV 0 eV 0 fm 0 fm Target initStep - 1 10.2 mum -71.2 mum -2.43 m 0 eV 88 keV 6.79 mm 6.79 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 982, Parent ID = 924 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 10.2 mum -71.2 mum -2.43 m 273 keV 0 eV 0 fm 0 fm Target initStep - 1 11.9 mum -65.1 mum -2.43 m 0 eV 273 keV 130 mum 130 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 124, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.7 mum 27.4 mum -2.43 m 6.68 MeV 0 eV 0 fm 0 fm Target initStep - 1 -109 mum 302 mum -2.4 m 6.68 MeV 0 eV 3.43 cm 3.43 cm Target Transportation - 2 -1.95 mm 6.69 mm -1.6 m 6.68 MeV 0 eV 80 cm 83.4 cm Tracker Transportation - 3 -2.41 mm 8.29 mm -1.4 m 6.68 MeV 0 eV 20 cm 1.03 m Chamber Transportation - 4 -3.79 mm 1.31 cm -80 cm 6.68 MeV 0 eV 60 cm 1.63 m Tracker Transportation - 5 -4.25 mm 1.47 cm -60 cm 6.68 MeV 0 eV 20 cm 1.83 m Chamber Transportation - 6 -5.63 mm 1.95 cm 0 fm 6.68 MeV 0 eV 60 cm 2.43 m Tracker Transportation - 7 -6.09 mm 2.11 cm 20 cm 6.68 MeV 0 eV 20 cm 2.63 m Chamber Transportation - 8 -7.47 mm 2.59 cm 80 cm 6.68 MeV 0 eV 60 cm 3.23 m Tracker Transportation - 9 -7.93 mm 2.75 cm 1 m 6.68 MeV 0 eV 20 cm 3.43 m Chamber Transportation - 10 -9.31 mm 3.23 cm 1.6 m 6.68 MeV 0 eV 60 cm 4.03 m Tracker Transportation - 11 -9.77 mm 3.39 cm 1.8 m 6.68 MeV 0 eV 20 cm 4.23 m Chamber Transportation - 12 -1.11 cm 3.87 cm 2.4 m 6.68 MeV 0 eV 60 cm 4.83 m Tracker Transportation - 13 -1.23 cm 4.27 cm 2.91 m 6.68 MeV 0 eV 51 cm 5.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 123, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.5 mum 26.5 mum -2.43 m 36.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -26.3 mum 117 mum -2.42 m 0 eV 0 eV 1.18 cm 1.18 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 984, Parent ID = 123 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -26.3 mum 117 mum -2.42 m 21.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 40.5 mum 109 mum -2.42 m 20.9 MeV 596 keV 530 mum 530 mum Target eBrem - 2 -6.86 mum 130 mum -2.42 m 19.4 MeV 639 keV 510 mum 1.04 mm Target eBrem - 3 -52.5 mum -13.5 mum -2.42 m 13.9 MeV 2.23 MeV 1.51 mm 2.55 mm Target eBrem - 4 504 mum 758 mum -2.42 m 10.2 MeV 2.2 MeV 1.53 mm 4.08 mm Target eBrem - 5 633 mum 1.54 mm -2.42 m 4.62 MeV 1.09 MeV 947 mum 5.03 mm Target eBrem - 6 1.19 mm 935 mum -2.42 m 2.5 MeV 1.44 MeV 1.23 mm 6.26 mm Target eBrem - 7 1.17 mm 1.02 mm -2.42 m 0 eV 2.5 MeV 1.99 mm 8.26 mm Target eIoni - 8 1.17 mm 1.02 mm -2.42 m 0 eV 0 eV 0 fm 8.26 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 992, Parent ID = 984 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.17 mm 1.02 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 574 mum 501 mum -2.42 m 0 eV 88 keV 2.69 mm 2.69 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 993, Parent ID = 992 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 574 mum 501 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 573 mum 495 mum -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 991, Parent ID = 984 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.17 mm 1.02 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.21 mm 1.05 mm -2.42 m 0 eV 88 keV 160 mum 160 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 994, Parent ID = 991 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.21 mm 1.05 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.21 mm 1.06 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 990, Parent ID = 984 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.19 mm 935 mum -2.42 m 683 keV 0 eV 0 fm 0 fm Target initStep - 1 1.17 mm 1.1 mm -2.42 m 389 keV 0 eV 2 mm 2 mm Target compt - 2 1.99 mm 1.77 mm -2.42 m 0 eV 88 keV 1.16 mm 3.15 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 996, Parent ID = 990 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.99 mm 1.77 mm -2.42 m 301 keV 0 eV 0 fm 0 fm Target initStep - 1 1.99 mm 1.78 mm -2.42 m 0 eV 301 keV 150 mum 150 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 995, Parent ID = 990 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.17 mm 1.1 mm -2.42 m 294 keV 0 eV 0 fm 0 fm Target initStep - 1 1.16 mm 1.1 mm -2.42 m 0 eV 294 keV 144 mum 144 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 989, Parent ID = 984 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 633 mum 1.54 mm -2.42 m 4.48 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.25 cm 1.46 cm -2.43 m 0 eV 0 eV 2.64 cm 2.64 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 998, Parent ID = 989 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.25 cm 1.46 cm -2.43 m 575 keV 0 eV 0 fm 0 fm Target initStep - 1 2.25 cm 1.46 cm -2.43 m 0 eV 575 keV 364 mum 364 mum Target eIoni - 2 2.25 cm 1.46 cm -2.43 m 0 eV 0 eV 0 fm 364 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1000, Parent ID = 998 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.25 cm 1.46 cm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2.39 cm 1.49 cm -2.42 m 240 keV 0 eV 2.1 mm 2.1 mm Target compt - 2 2.5 cm 1.39 cm -2.43 m 240 keV 0 eV 1.82 mm 3.92 mm Target Transportation - 3 48.9 cm -42.9 cm -2.91 m 240 keV 0 eV 80.3 cm 80.7 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1001, Parent ID = 1000 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.39 cm 1.49 cm -2.42 m 271 keV 0 eV 0 fm 0 fm Target initStep - 1 2.4 cm 1.49 cm -2.42 m 0 eV 271 keV 128 mum 128 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 999, Parent ID = 998 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.25 cm 1.46 cm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 4.39 mm 1.02 cm -2.45 m 319 keV 0 eV 2.66 cm 2.66 cm Target compt - 2 3.54 mm 1.28 cm -2.45 m 0 eV 88 keV 3.07 mm 2.96 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1003, Parent ID = 999 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.54 mm 1.28 cm -2.45 m 231 keV 0 eV 0 fm 0 fm Target initStep - 1 3.54 mm 1.28 cm -2.45 m 0 eV 231 keV 102 mum 102 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1002, Parent ID = 999 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.39 mm 1.02 cm -2.45 m 192 keV 0 eV 0 fm 0 fm Target initStep - 1 4.39 mm 1.02 cm -2.45 m 0 eV 192 keV 76.7 mum 76.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 997, Parent ID = 989 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.25 cm 1.46 cm -2.43 m 2.88 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.28 cm 1.46 cm -2.43 m 0 eV 2.88 MeV 2.27 mm 2.27 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 988, Parent ID = 984 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 504 mum 758 mum -2.42 m 1.55 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.43 mm 1.37 cm -2.42 m 1.1 MeV 0 eV 1.53 cm 1.53 cm Target compt - 2 1.03 cm 2.5 cm -2.42 m 1.1 MeV 0 eV 1.2 cm 2.74 cm Target Transportation - 3 6.24 cm 17.4 cm -2.4 m 1.1 MeV 0 eV 16 cm 18.7 cm World Transportation - 4 83.9 cm 2.4 m -2.06 m 1.1 MeV 0 eV 2.38 m 2.57 m Tracker Transportation - 5 1.02 m 2.91 m -1.98 m 1.1 MeV 0 eV 54.6 cm 3.11 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1004, Parent ID = 988 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.43 mm 1.37 cm -2.42 m 447 keV 0 eV 0 fm 0 fm Target initStep - 1 6.43 mm 1.38 cm -2.42 m 0 eV 447 keV 260 mum 260 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 987, Parent ID = 984 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -52.5 mum -13.5 mum -2.42 m 3.25 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.09 cm 1.62 cm -2.41 m 0 eV 0 eV 2.19 cm 2.19 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1006, Parent ID = 987 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.09 cm 1.62 cm -2.41 m 1.82 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.1 cm 1.64 cm -2.41 m 0 eV 1.82 MeV 1.43 mm 1.43 mm Target eIoni - 2 1.1 cm 1.64 cm -2.41 m 0 eV 0 eV 0 fm 1.43 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1008, Parent ID = 1006 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.1 cm 1.64 cm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.04 cm 1.26 cm -2.41 m 366 keV 0 eV 4.06 mm 4.06 mm Target compt - 2 1.14 cm 1.09 cm -2.41 m 352 keV 0 eV 2 mm 6.06 mm Target compt - 3 1.23 cm 7.85 mm -2.41 m 0 eV 88 keV 3.91 mm 9.96 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1011, Parent ID = 1008 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.23 cm 7.85 mm -2.41 m 264 keV 0 eV 0 fm 0 fm Target initStep - 1 1.24 cm 7.85 mm -2.41 m 0 eV 264 keV 124 mum 124 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1010, Parent ID = 1008 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.14 cm 1.09 cm -2.41 m 13.3 keV 0 eV 0 fm 0 fm Target initStep - 1 1.14 cm 1.09 cm -2.41 m 0 eV 13.3 keV 1.08 mum 1.08 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1009, Parent ID = 1008 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.04 cm 1.26 cm -2.41 m 145 keV 0 eV 0 fm 0 fm Target initStep - 1 1.04 cm 1.26 cm -2.41 m 0 eV 145 keV 50 mum 50 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1007, Parent ID = 1006 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.1 cm 1.64 cm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.13 cm 1.83 cm -2.41 m 0 eV 88 keV 2.04 mm 2.04 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1012, Parent ID = 1007 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.13 cm 1.83 cm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.13 cm 1.83 cm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1005, Parent ID = 987 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.09 cm 1.62 cm -2.41 m 406 keV 0 eV 0 fm 0 fm Target initStep - 1 1.09 cm 1.62 cm -2.41 m 0 eV 406 keV 228 mum 228 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 986, Parent ID = 984 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.86 mum 130 mum -2.42 m 816 keV 0 eV 0 fm 0 fm Target initStep - 1 1.43 mm 1.05 mm -2.41 m 373 keV 0 eV 1.43 cm 1.43 cm Target compt - 2 924 mum 1.54 mm -2.41 m 0 eV 88 keV 729 mum 1.5 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1014, Parent ID = 986 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 924 mum 1.54 mm -2.41 m 285 keV 0 eV 0 fm 0 fm Target initStep - 1 926 mum 1.54 mm -2.41 m 0 eV 285 keV 138 mum 138 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1013, Parent ID = 986 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.43 mm 1.05 mm -2.41 m 443 keV 0 eV 0 fm 0 fm Target initStep - 1 1.44 mm 1.05 mm -2.41 m 0 eV 443 keV 256 mum 256 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 985, Parent ID = 984 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 40.5 mum 109 mum -2.42 m 318 keV 0 eV 0 fm 0 fm Target initStep - 1 -80.2 mum -657 mum -2.42 m 0 eV 88 keV 5.91 mm 5.91 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1015, Parent ID = 985 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -80.2 mum -657 mum -2.42 m 230 keV 0 eV 0 fm 0 fm Target initStep - 1 -80.9 mum -657 mum -2.42 m 0 eV 230 keV 101 mum 101 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 983, Parent ID = 123 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -26.3 mum 117 mum -2.42 m 13.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -67.3 mum 135 mum -2.42 m 12.9 MeV 316 keV 276 mum 276 mum Target eBrem - 2 -61 mum 131 mum -2.42 m 11.7 MeV 23.3 keV 15.7 mum 291 mum Target eBrem - 3 178 mum 94.7 mum -2.42 m 7.67 MeV 1.45 MeV 947 mum 1.24 mm Target eBrem - 4 183 mum 37.4 mum -2.42 m 7.09 MeV 247 keV 238 mum 1.48 mm Target eBrem - 5 -739 mum -76.2 mum -2.42 m 3.57 MeV 1.72 MeV 1.69 mm 3.17 mm Target eBrem - 6 -1e+03 mum -233 mum -2.42 m 2.2 MeV 766 keV 760 mum 3.93 mm Target eBrem - 7 -810 mum -79.6 mum -2.42 m 1.62 MeV 283 keV 317 mum 4.24 mm Target eBrem - 8 -750 mum -64.4 mum -2.42 m 0 eV 1.62 MeV 1.24 mm 5.49 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1022, Parent ID = 983 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -810 mum -79.6 mum -2.42 m 295 keV 0 eV 0 fm 0 fm Target initStep - 1 799 mum -1.49 mm -2.42 m 0 eV 88 keV 3.49 mm 3.49 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1023, Parent ID = 1022 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 799 mum -1.49 mm -2.42 m 207 keV 0 eV 0 fm 0 fm Target initStep - 1 800 mum -1.49 mm -2.42 m 0 eV 207 keV 86.4 mum 86.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1021, Parent ID = 983 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1e+03 mum -233 mum -2.42 m 609 keV 0 eV 0 fm 0 fm Target initStep - 1 1.01 cm -1.64 mm -2.42 m 355 keV 0 eV 1.14 cm 1.14 cm Target compt - 2 1.17 cm 971 mum -2.42 m 0 eV 88 keV 3.04 mm 1.45 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1025, Parent ID = 1021 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.17 cm 971 mum -2.42 m 267 keV 0 eV 0 fm 0 fm Target initStep - 1 1.17 cm 965 mum -2.42 m 0 eV 267 keV 126 mum 126 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1024, Parent ID = 1021 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.01 cm -1.64 mm -2.42 m 253 keV 0 eV 0 fm 0 fm Target initStep - 1 1.01 cm -1.64 mm -2.42 m 0 eV 253 keV 116 mum 116 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1020, Parent ID = 983 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -739 mum -76.2 mum -2.42 m 1.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.02 mm -2.5 cm -2.41 m 1.8 MeV 0 eV 2.79 cm 2.79 cm Target Transportation - 2 3.77 mm -4.08 cm -2.4 m 1.8 MeV 0 eV 1.76 cm 4.55 cm World Transportation - 3 25.6 cm -2.32 m -1.28 m 754 keV 0 eV 2.55 m 2.6 m Tracker compt - 4 16.2 cm -2.4 m -1.24 m 754 keV 0 eV 12.9 cm 2.73 m Tracker Transportation - 5 -45.5 cm -2.91 m -97.1 cm 754 keV 0 eV 84.4 cm 3.57 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1026, Parent ID = 1020 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 25.6 cm -2.32 m -1.28 m 1.04 MeV 0 eV 0 fm 0 fm Tracker initStep - 1 30.6 cm -2.4 m -1.24 m 1.02 MeV 17.9 keV 10.1 cm 10.1 cm Tracker Transportation - 2 76 cm -2.91 m -98.3 cm 891 keV 132 keV 79.2 cm 89.3 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1019, Parent ID = 983 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 183 mum 37.4 mum -2.42 m 340 keV 0 eV 0 fm 0 fm Target initStep - 1 563 mum -1.52 mm -2.42 m 0 eV 88 keV 2.59 mm 2.59 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1027, Parent ID = 1019 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 563 mum -1.52 mm -2.42 m 252 keV 0 eV 0 fm 0 fm Target initStep - 1 570 mum -1.51 mm -2.42 m 0 eV 252 keV 115 mum 115 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1018, Parent ID = 983 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 178 mum 94.7 mum -2.42 m 2.54 MeV 0 eV 0 fm 0 fm Target initStep - 1 370 mum -539 mum -2.42 m 0 eV 0 eV 1.33 mm 1.33 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1029, Parent ID = 1018 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 370 mum -539 mum -2.42 m 945 keV 0 eV 0 fm 0 fm Target initStep - 1 367 mum -603 mum -2.42 m 0 eV 945 keV 683 mum 683 mum Target eIoni - 2 367 mum -603 mum -2.42 m 0 eV 0 eV 0 fm 683 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1031, Parent ID = 1029 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 367 mum -603 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 7.24 mm -1.55 cm -2.42 m 384 keV 0 eV 1.66 cm 1.66 cm Target compt - 2 6.72 mm -1.67 cm -2.42 m 0 eV 88 keV 1.41 mm 1.8 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1033, Parent ID = 1031 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.72 mm -1.67 cm -2.42 m 296 keV 0 eV 0 fm 0 fm Target initStep - 1 6.71 mm -1.67 cm -2.42 m 0 eV 296 keV 146 mum 146 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1032, Parent ID = 1031 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.24 mm -1.55 cm -2.42 m 127 keV 0 eV 0 fm 0 fm Target initStep - 1 7.24 mm -1.55 cm -2.42 m 0 eV 127 keV 40.2 mum 40.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1030, Parent ID = 1029 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 367 mum -603 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.41 mm 3.24 mm -2.42 m 0 eV 88 keV 4.29 mm 4.29 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1034, Parent ID = 1030 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.41 mm 3.24 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.42 mm 3.25 mm -2.42 m 0 eV 423 keV 239 mum 239 mum Target eBrem - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1028, Parent ID = 1018 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 370 mum -539 mum -2.42 m 573 keV 0 eV 0 fm 0 fm Target initStep - 1 379 mum -536 mum -2.42 m 0 eV 573 keV 362 mum 362 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1017, Parent ID = 983 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -61 mum 131 mum -2.42 m 1.21 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.29 mm -3.8 mm -2.41 m 370 keV 0 eV 1.21 cm 1.21 cm Target compt - 2 2.46 mm 1.68 mm -2.41 m 0 eV 88 keV 6.55 mm 1.87 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1036, Parent ID = 1017 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.46 mm 1.68 mm -2.41 m 282 keV 0 eV 0 fm 0 fm Target initStep - 1 2.46 mm 1.67 mm -2.41 m 0 eV 282 keV 137 mum 137 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1035, Parent ID = 1017 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.29 mm -3.8 mm -2.41 m 844 keV 0 eV 0 fm 0 fm Target initStep - 1 4.31 mm -3.83 mm -2.41 m 0 eV 844 keV 588 mum 588 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1016, Parent ID = 983 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -67.3 mum 135 mum -2.42 m 341 keV 0 eV 0 fm 0 fm Target initStep - 1 1.74 mm -1.42 mm -2.42 m 0 eV 88 keV 5.2 mm 5.2 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1037, Parent ID = 1016 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.74 mm -1.42 mm -2.42 m 253 keV 0 eV 0 fm 0 fm Target initStep - 1 1.74 mm -1.42 mm -2.42 m 0 eV 253 keV 116 mum 116 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 122, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -28.5 mum 22 mum -2.43 m 1.31 MeV 0 eV 0 fm 0 fm Target initStep - 1 -28.5 mum 22.2 mum -2.43 m 282 keV 0 eV 17.6 mum 17.6 mum Target compt - 2 466 mum -676 mum -2.44 m 0 eV 88 keV 939 mum 957 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1039, Parent ID = 122 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 466 mum -676 mum -2.44 m 194 keV 0 eV 0 fm 0 fm Target initStep - 1 468 mum -679 mum -2.44 m 0 eV 194 keV 78 mum 78 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1038, Parent ID = 122 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -28.5 mum 22.2 mum -2.43 m 1.03 MeV 0 eV 0 fm 0 fm Target initStep - 1 -34.7 mum 31.4 mum -2.43 m 0 eV 1.03 MeV 745 mum 745 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 121, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -26.6 mum 13.2 mum -2.44 m 6.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -67.6 mum 209 mum -2.42 m 2.24 MeV 0 eV 1.84 cm 1.84 cm Target compt - 2 -9.79 mm -3.69 mm -2.4 m 1.77 MeV 0 eV 2 cm 3.84 cm Target compt - 3 -9.8 mm -3.71 mm -2.4 m 1.77 MeV 0 eV 37.9 mum 3.84 cm Target Transportation - 4 -1.55 m -2.4 m 1.5 m 1.77 MeV 0 eV 4.83 m 4.87 m Tracker Transportation - 5 -1.88 m -2.91 m 2.33 m 1.77 MeV 0 eV 1.03 m 5.9 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1041, Parent ID = 121 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.79 mm -3.69 mm -2.4 m 470 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.8 mm -3.68 mm -2.4 m 0 eV 470 keV 278 mum 278 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1040, Parent ID = 121 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -67.6 mum 209 mum -2.42 m 4.25 MeV 0 eV 0 fm 0 fm Target initStep - 1 50.4 mum 265 mum -2.42 m 0 eV 4.25 MeV 3.33 mm 3.33 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 120, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.4 mum 2.36 mum -2.44 m 681 keV 0 eV 0 fm 0 fm Target initStep - 1 -47.2 mum 133 mum -2.42 m 610 keV 0 eV 1.34 cm 1.34 cm Target compt - 2 -841 mum -2.68 mm -2.42 m 0 eV 88 keV 7.32 mm 2.07 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1043, Parent ID = 120 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -841 mum -2.68 mm -2.42 m 522 keV 0 eV 0 fm 0 fm Target initStep - 1 -847 mum -2.69 mm -2.42 m 0 eV 522 keV 320 mum 320 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1042, Parent ID = 120 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -47.2 mum 133 mum -2.42 m 70.3 keV 0 eV 0 fm 0 fm Target initStep - 1 -46.9 mum 134 mum -2.42 m 0 eV 70.3 keV 15.7 mum 15.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 119, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -30.6 mum -2.15 mum -2.44 m 585 keV 0 eV 0 fm 0 fm Target initStep - 1 -165 mum 46.7 mum -2.41 m 0 eV 88 keV 2.45 cm 2.45 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1044, Parent ID = 119 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -165 mum 46.7 mum -2.41 m 497 keV 0 eV 0 fm 0 fm Target initStep - 1 -168 mum 30.6 mum -2.41 m 0 eV 497 keV 300 mum 300 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 118, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.1 mum -2.4 mum -2.44 m 15.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -29.2 mum -2.38 mum -2.44 m 0 eV 0 eV 5.09 mum 5.09 mum Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1046, Parent ID = 118 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.2 mum -2.38 mum -2.44 m 12.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -87.2 mum 125 mum -2.44 m 6.24 MeV 746 keV 639 mum 639 mum Target eBrem - 2 220 mum -159 mum -2.44 m 0 eV 6.24 MeV 4.86 mm 5.5 mm Target eIoni - 3 220 mum -159 mum -2.44 m 0 eV 0 eV 0 fm 5.5 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1049, Parent ID = 1046 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 220 mum -159 mum -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 32.4 mum 345 mum -2.44 m 0 eV 88 keV 620 mum 620 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1050, Parent ID = 1049 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 32.4 mum 345 mum -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 26.3 mum 342 mum -2.44 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1048, Parent ID = 1046 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 220 mum -159 mum -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2.03 mm -5.03 mm -2.44 m 0 eV 88 keV 5.99 mm 5.99 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1051, Parent ID = 1048 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.03 mm -5.03 mm -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 2.02 mm -4.99 mm -2.44 m 164 keV 259 keV 173 mum 173 mum Target eBrem - 2 2.01 mm -4.99 mm -2.44 m 0 eV 164 keV 60.6 mum 234 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1047, Parent ID = 1046 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -87.2 mum 125 mum -2.44 m 5.18 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.64 mm -288 mum -2.43 m 483 keV 0 eV 5.3 mm 5.3 mm Target compt - 2 2.21 mm -273 mum -2.43 m 0 eV 88 keV 597 mum 5.9 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1053, Parent ID = 1047 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.21 mm -273 mum -2.43 m 395 keV 0 eV 0 fm 0 fm Target initStep - 1 2.22 mm -275 mum -2.43 m 0 eV 395 keV 219 mum 219 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1052, Parent ID = 1047 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.64 mm -288 mum -2.43 m 4.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.41 mm -369 mum -2.43 m 3.62 MeV 601 keV 553 mum 553 mum Target eBrem - 2 1.36 mm -241 mum -2.43 m 2.85 MeV 269 keV 271 mum 824 mum Target eBrem - 3 1.47 mm -452 mum -2.43 m 0 eV 2.85 MeV 2.24 mm 3.06 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1055, Parent ID = 1052 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.36 mm -241 mum -2.43 m 501 keV 0 eV 0 fm 0 fm Target initStep - 1 2.59 mm -2.43 mm -2.43 m 0 eV 88 keV 2.88 mm 2.88 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1056, Parent ID = 1055 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.59 mm -2.43 mm -2.43 m 413 keV 0 eV 0 fm 0 fm Target initStep - 1 2.59 mm -2.43 mm -2.43 m 0 eV 413 keV 233 mum 233 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1054, Parent ID = 1052 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.41 mm -369 mum -2.43 m 477 keV 0 eV 0 fm 0 fm Target initStep - 1 968 mum 87.5 mum -2.43 m 0 eV 88 keV 1.99 mm 1.99 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1057, Parent ID = 1054 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 968 mum 87.5 mum -2.43 m 389 keV 0 eV 0 fm 0 fm Target initStep - 1 965 mum 92.8 mum -2.43 m 0 eV 389 keV 215 mum 215 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1045, Parent ID = 118 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -29.2 mum -2.38 mum -2.44 m 1.99 MeV 0 eV 0 fm 0 fm Target initStep - 1 298 mum -421 mum -2.44 m 378 keV 1.01 MeV 985 mum 985 mum Target eBrem - 2 299 mum -433 mum -2.44 m 0 eV 378 keV 207 mum 1.19 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1058, Parent ID = 1045 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 298 mum -421 mum -2.44 m 602 keV 0 eV 0 fm 0 fm Target initStep - 1 3.06 mm -8.13 mm -2.45 m 187 keV 0 eV 1.39 cm 1.39 cm Target compt - 2 3.35 mm -5.55 mm -2.45 m 0 eV 88 keV 3.11 mm 1.7 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1060, Parent ID = 1058 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.35 mm -5.55 mm -2.45 m 98.9 keV 0 eV 0 fm 0 fm Target initStep - 1 3.35 mm -5.55 mm -2.45 m 0 eV 98.9 keV 27.1 mum 27.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1059, Parent ID = 1058 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.06 mm -8.13 mm -2.45 m 415 keV 0 eV 0 fm 0 fm Target initStep - 1 3.06 mm -8.14 mm -2.45 m 0 eV 415 keV 235 mum 235 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 117, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -26.6 mum -1.81 mum -2.44 m 102 MeV 0 eV 0 fm 0 fm Target initStep - 1 -28.3 mum -1.31 mum -2.44 m 0 eV 0 eV 271 mum 271 mum Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1062, Parent ID = 117 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -28.3 mum -1.31 mum -2.44 m 94.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -28.3 mum -1.34 mum -2.44 m 6.63 MeV 5.61 keV 5.59 mum 5.59 mum Target eBrem - 2 -123 mum 453 mum -2.44 m 5.28 MeV 1.35 MeV 894 mum 900 mum Target eBrem - 3 -387 mum -16.6 mum -2.44 m 4.22 MeV 646 keV 617 mum 1.52 mm Target eBrem - 4 -963 mum 549 mum -2.44 m 1.79 MeV 1.16 MeV 1.2 mm 2.71 mm Target eBrem - 5 -914 mum 391 mum -2.44 m 0 eV 1.79 MeV 1.41 mm 4.12 mm Target eIoni - 6 -914 mum 391 mum -2.44 m 0 eV 0 eV 0 fm 4.12 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1067, Parent ID = 1062 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -914 mum 391 mum -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 417 mum -3.33 mm -2.44 m 0 eV 88 keV 4.16 mm 4.16 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1068, Parent ID = 1067 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 417 mum -3.33 mm -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 416 mum -3.34 mm -2.44 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1066, Parent ID = 1062 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -914 mum 391 mum -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.04 mm 3.54 mm -2.44 m 496 keV 0 eV 3.52 mm 3.52 mm Target compt - 2 -3.12 mm 9.54 mm -2.43 m 0 eV 88 keV 7.01 mm 1.05 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1070, Parent ID = 1066 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.12 mm 9.54 mm -2.43 m 408 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.13 mm 9.55 mm -2.43 m 0 eV 408 keV 229 mum 229 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1069, Parent ID = 1066 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.04 mm 3.54 mm -2.44 m 15.2 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.04 mm 3.54 mm -2.44 m 0 eV 15.2 keV 1.32 mum 1.32 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1065, Parent ID = 1062 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -963 mum 549 mum -2.44 m 1.27 MeV 0 eV 0 fm 0 fm Target initStep - 1 -147 mum -7.31 mm -2.44 m 0 eV 88 keV 8.81 mm 8.81 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1071, Parent ID = 1065 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -147 mum -7.31 mm -2.44 m 1.18 MeV 0 eV 0 fm 0 fm Target initStep - 1 -172 mum -7.37 mm -2.44 m 0 eV 1.18 MeV 875 mum 875 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1064, Parent ID = 1062 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -387 mum -16.6 mum -2.44 m 416 keV 0 eV 0 fm 0 fm Target initStep - 1 -454 mum -51.1 mum -2.44 m 0 eV 88 keV 116 mum 116 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1072, Parent ID = 1064 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -454 mum -51.1 mum -2.44 m 328 keV 0 eV 0 fm 0 fm Target initStep - 1 -464 mum -51.7 mum -2.44 m 0 eV 328 keV 169 mum 169 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1063, Parent ID = 1062 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -28.3 mum -1.34 mum -2.44 m 88 MeV 0 eV 0 fm 0 fm Target initStep - 1 -58.5 mum -18 mum -2.44 m 0 eV 0 eV 1.4 mm 1.4 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1074, Parent ID = 1063 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.5 mum -18 mum -2.44 m 65.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -12 mum -106 mum -2.44 m 63.4 MeV 1.32 MeV 1.23 mm 1.23 mm Target eBrem - 2 20.9 mum -137 mum -2.44 m 62.8 MeV 317 keV 289 mum 1.52 mm Target eBrem - 3 55.9 mum -179 mum -2.44 m 57.3 MeV 554 keV 312 mum 1.83 mm Target eBrem - 4 96.6 mum -125 mum -2.44 m 56.2 MeV 266 keV 258 mum 2.09 mm Target eBrem - 5 175 mum -87.3 mum -2.43 m 52.5 MeV 573 keV 510 mum 2.6 mm Target eBrem - 6 217 mum -52.4 mum -2.43 m 42.5 MeV 1.21 MeV 712 mum 3.31 mm Target eBrem - 7 772 mum 501 mum -2.43 m 38.6 MeV 2.33 MeV 1.85 mm 5.16 mm Target eBrem - 8 794 mum 538 mum -2.43 m 37.7 MeV 275 keV 243 mum 5.4 mm Target eBrem - 9 806 mum 687 mum -2.43 m 30.3 MeV 1.31 MeV 806 mum 6.21 mm Target eBrem - 10 883 mum 879 mum -2.43 m 29.3 MeV 710 keV 670 mum 6.88 mm Target eBrem - 11 1.22 mm 1.31 mm -2.43 m 26.7 MeV 1.51 MeV 1.09 mm 7.97 mm Target eBrem - 12 1.48 mm 1.49 mm -2.43 m 16.5 MeV 1.1 MeV 956 mum 8.92 mm Target eBrem - 13 1.47 mm 1.62 mm -2.43 m 8.23 MeV 415 keV 351 mum 9.27 mm Target eBrem - 14 1.48 mm 1.64 mm -2.43 m 7.58 MeV 29.6 keV 39.7 mum 9.31 mm Target eBrem - 15 1.51 mm 3.3 mm -2.43 m 5.35 MeV 2.23 MeV 1.99 mm 1.13 cm Target eBrem - 16 1.52 mm 4.25 mm -2.43 m 2.79 MeV 1.19 MeV 857 mum 1.22 cm Target eBrem - 17 1.16 mm 4.34 mm -2.43 m 0 eV 2.79 MeV 2.23 mm 1.44 cm Target eIoni - 18 1.16 mm 4.34 mm -2.43 m 0 eV 0 eV 0 fm 1.44 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1091, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.16 mm 4.34 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.05 mm -8.25 mm -2.42 m 0 eV 88 keV 1.82 cm 1.82 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1092, Parent ID = 1091 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.05 mm -8.25 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.05 mm -8.26 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1090, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.16 mm 4.34 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.2 mm 4.45 mm -2.43 m 491 keV 0 eV 160 mum 160 mum Target compt - 2 1.79 mm 1.9 cm -2.44 m 0 eV 88 keV 1.8 cm 1.82 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1094, Parent ID = 1090 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.79 mm 1.9 cm -2.44 m 403 keV 0 eV 0 fm 0 fm Target initStep - 1 1.79 mm 1.9 cm -2.44 m 0 eV 403 keV 225 mum 225 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1093, Parent ID = 1090 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.2 mm 4.45 mm -2.43 m 20.2 keV 0 eV 0 fm 0 fm Target initStep - 1 1.2 mm 4.45 mm -2.43 m 0 eV 20.2 keV 2.07 mum 2.07 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1089, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.52 mm 4.25 mm -2.43 m 1.36 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.17 cm 9.91 mm -2.43 m 322 keV 0 eV 2.4 cm 2.4 cm Target compt - 2 -1.92 cm 8.41 mm -2.44 m 146 keV 0 eV 8.35 mm 3.24 cm Target compt - 3 -1.94 cm 8.39 mm -2.44 m 0 eV 88 keV 316 mum 3.27 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1097, Parent ID = 1089 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.94 cm 8.39 mm -2.44 m 58.4 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.94 cm 8.39 mm -2.44 m 0 eV 58.4 keV 11.6 mum 11.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1096, Parent ID = 1089 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.92 cm 8.41 mm -2.44 m 175 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.92 cm 8.41 mm -2.44 m 0 eV 175 keV 67 mum 67 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1095, Parent ID = 1089 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.17 cm 9.91 mm -2.43 m 1.04 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.17 cm 9.93 mm -2.43 m 0 eV 1.04 MeV 752 mum 752 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1088, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.48 mm 1.64 mm -2.43 m 627 keV 0 eV 0 fm 0 fm Target initStep - 1 1.51 mm 1.71 mm -2.43 m 306 keV 0 eV 278 mum 278 mum Target compt - 2 1.18 mm 2.4 mm -2.43 m 0 eV 88 keV 764 mum 1.04 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1099, Parent ID = 1088 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.18 mm 2.4 mm -2.43 m 218 keV 0 eV 0 fm 0 fm Target initStep - 1 1.18 mm 2.4 mm -2.43 m 0 eV 218 keV 93.3 mum 93.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1098, Parent ID = 1088 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.51 mm 1.71 mm -2.43 m 321 keV 0 eV 0 fm 0 fm Target initStep - 1 1.51 mm 1.71 mm -2.43 m 0 eV 321 keV 164 mum 164 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1087, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.47 mm 1.62 mm -2.43 m 7.83 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.69 mm 3.89 mm -2.42 m 0 eV 0 eV 6.41 mm 6.41 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1101, Parent ID = 1087 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.69 mm 3.89 mm -2.42 m 3.62 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.63 mm 2.58 mm -2.42 m 531 keV 3.09 MeV 2.47 mm 2.47 mm Target eBrem - 2 3.66 mm 2.57 mm -2.42 m 0 eV 531 keV 327 mum 2.8 mm Target eIoni - 3 3.66 mm 2.57 mm -2.42 m 0 eV 0 eV 0 fm 2.8 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1103, Parent ID = 1101 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.66 mm 2.57 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.69 mm 3.54 mm -2.42 m 0 eV 88 keV 1.05 mm 1.05 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1104, Parent ID = 1103 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.69 mm 3.54 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 3.69 mm 3.56 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1102, Parent ID = 1101 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.66 mm 2.57 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.48 mm -3.64 mm -2.42 m 346 keV 0 eV 6.68 mm 6.68 mm Target compt - 2 2.5 mm -4.11 mm -2.42 m 0 eV 88 keV 1.16 mm 7.83 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1106, Parent ID = 1102 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.5 mm -4.11 mm -2.42 m 258 keV 0 eV 0 fm 0 fm Target initStep - 1 2.5 mm -4.11 mm -2.42 m 0 eV 258 keV 119 mum 119 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1105, Parent ID = 1102 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.48 mm -3.64 mm -2.42 m 165 keV 0 eV 0 fm 0 fm Target initStep - 1 3.48 mm -3.65 mm -2.42 m 0 eV 165 keV 60.9 mum 60.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1100, Parent ID = 1087 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.69 mm 3.89 mm -2.42 m 3.19 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.78 mm 3.86 mm -2.42 m 2.3 MeV 277 keV 239 mum 239 mum Target eBrem - 2 2.96 mm 3.93 mm -2.42 m 0 eV 2.3 MeV 1.8 mm 2.04 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1107, Parent ID = 1100 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.78 mm 3.86 mm -2.42 m 618 keV 0 eV 0 fm 0 fm Target initStep - 1 1.2 cm 6.24 mm -2.42 m 229 keV 0 eV 9.83 mm 9.83 mm Target compt - 2 1.19 cm 5.68 mm -2.42 m 0 eV 88 keV 1.11 mm 1.09 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1109, Parent ID = 1107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.19 cm 5.68 mm -2.42 m 141 keV 0 eV 0 fm 0 fm Target initStep - 1 1.19 cm 5.67 mm -2.42 m 0 eV 141 keV 47.7 mum 47.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1108, Parent ID = 1107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.2 cm 6.24 mm -2.42 m 389 keV 0 eV 0 fm 0 fm Target initStep - 1 1.2 cm 6.25 mm -2.42 m 0 eV 389 keV 215 mum 215 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1086, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.48 mm 1.49 mm -2.43 m 9.08 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.12 mm 1.72 cm -2.4 m 9.08 MeV 0 eV 3.31 cm 3.31 cm Target Transportation - 2 25.2 cm 2.4 m 2.03 m 9.08 MeV 0 eV 5.04 m 5.07 m Tracker Transportation - 3 30.2 cm 2.87 m 2.91 m 9.08 MeV 0 eV 99.7 cm 6.07 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1085, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.22 mm 1.31 mm -2.43 m 1.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.79 mm 2.38 mm -2.43 m 585 keV 0 eV 3.4 mm 3.4 mm Target compt - 2 7.65 mm -89.1 mum -2.42 m 546 keV 0 eV 7.9 mm 1.13 cm Target compt - 3 1.38 cm -5.32 mm -2.42 m 0 eV 88 keV 8.74 mm 2 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1112, Parent ID = 1085 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.38 cm -5.32 mm -2.42 m 458 keV 0 eV 0 fm 0 fm Target initStep - 1 1.38 cm -5.33 mm -2.42 m 0 eV 458 keV 268 mum 268 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1111, Parent ID = 1085 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.65 mm -89.1 mum -2.42 m 39 keV 0 eV 0 fm 0 fm Target initStep - 1 7.65 mm -88.8 mum -2.42 m 0 eV 39 keV 5.98 mum 5.98 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1110, Parent ID = 1085 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.79 mm 2.38 mm -2.43 m 539 keV 0 eV 0 fm 0 fm Target initStep - 1 1.79 mm 2.39 mm -2.43 m 0 eV 539 keV 334 mum 334 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1084, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 883 mum 879 mum -2.43 m 348 keV 0 eV 0 fm 0 fm Target initStep - 1 1.27 mm 1.59 mm -2.43 m 0 eV 88 keV 2.11 mm 2.11 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1113, Parent ID = 1084 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.27 mm 1.59 mm -2.43 m 260 keV 0 eV 0 fm 0 fm Target initStep - 1 1.26 mm 1.59 mm -2.43 m 0 eV 260 keV 121 mum 121 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1083, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 806 mum 687 mum -2.43 m 6.09 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.48 mm 5.05 mm -2.41 m 4.89 MeV 0 eV 2.52 cm 2.52 cm Target compt - 2 4.16 mm 5.2 mm -2.4 m 1.67 MeV 0 eV 2.54 mm 2.78 cm Target compt - 3 6.4 mm 2.04 mm -2.4 m 1.67 MeV 0 eV 5.9 mm 3.37 cm Target Transportation - 4 1.71 m -2.4 m 99 cm 1.67 MeV 0 eV 4.49 m 4.52 m Tracker Transportation - 5 2.07 m -2.91 m 1.71 m 1.67 MeV 0 eV 95.3 cm 5.48 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1115, Parent ID = 1083 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.16 mm 5.2 mm -2.4 m 3.23 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.28 mm 5.3 mm -2.4 m 802 keV 341 keV 224 mum 224 mum Target eBrem - 2 4.26 mm 5.32 mm -2.4 m 0 eV 802 keV 553 mum 777 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1116, Parent ID = 1115 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.28 mm 5.3 mm -2.4 m 2.09 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.15 mm 5.79 mm -2.4 m 356 keV 0 eV 3.74 mm 3.74 mm Target compt - 2 -9.19 mm 5.09 mm -2.41 m 265 keV 0 eV 1.4 cm 1.78 cm Target compt - 3 -9.27 mm 5.14 mm -2.41 m 0 eV 88 keV 101 mum 1.79 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1119, Parent ID = 1116 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.27 mm 5.14 mm -2.41 m 177 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.27 mm 5.14 mm -2.41 m 0 eV 177 keV 68.2 mum 68.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1118, Parent ID = 1116 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.19 mm 5.09 mm -2.41 m 90.9 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.19 mm 5.09 mm -2.41 m 0 eV 90.9 keV 23.8 mum 23.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1117, Parent ID = 1116 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.15 mm 5.79 mm -2.4 m 1.73 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.15 mm 5.76 mm -2.4 m 1.26 MeV 94.4 keV 100 mum 100 mum Target eBrem - 2 3.13 mm 5.75 mm -2.4 m 0 eV 1.26 MeV 940 mum 1.04 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1120, Parent ID = 1117 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.15 mm 5.76 mm -2.4 m 376 keV 0 eV 0 fm 0 fm Target initStep - 1 2.93 mm 5.8 mm -2.4 m 376 keV 0 eV 757 mum 757 mum Target Transportation - 2 -48.5 cm 9.82 cm -80 cm 376 keV 0 eV 1.68 m 1.68 m Tracker Transportation - 3 -54.6 cm 11 cm -60 cm 376 keV 0 eV 20.9 cm 1.89 m Chamber Transportation - 4 -72.9 cm 14.4 cm -0.114 fm 376 keV 0 eV 62.8 cm 2.51 m Tracker Transportation - 5 -79 cm 15.6 cm 20 cm 376 keV 0 eV 20.9 cm 2.72 m Chamber Transportation - 6 -97.4 cm 19.1 cm 80 cm 376 keV 0 eV 62.8 cm 3.35 m Tracker Transportation - 7 -1.03 m 20.2 cm 1 m 376 keV 0 eV 20.9 cm 3.56 m Chamber Transportation - 8 -1.22 m 23.7 cm 1.6 m 376 keV 0 eV 62.8 cm 4.19 m Tracker Transportation - 9 -1.28 m 24.8 cm 1.8 m 376 keV 0 eV 20.9 cm 4.4 m Chamber Transportation - 10 -1.46 m 28.3 cm 2.4 m 376 keV 0 eV 62.8 cm 5.03 m Tracker Transportation - 11 -1.62 m 31.2 cm 2.91 m 376 keV 0 eV 53.4 cm 5.56 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1114, Parent ID = 1083 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.48 mm 5.05 mm -2.41 m 1.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.45 mm 5.09 mm -2.41 m 0 eV 1.2 MeV 888 mum 888 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1082, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 794 mum 538 mum -2.43 m 554 keV 0 eV 0 fm 0 fm Target initStep - 1 998 mum 906 mum -2.43 m 196 keV 0 eV 1.95 mm 1.95 mm Target compt - 2 790 mum 748 mum -2.43 m 0 eV 88 keV 306 mum 2.26 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1122, Parent ID = 1082 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 790 mum 748 mum -2.43 m 108 keV 0 eV 0 fm 0 fm Target initStep - 1 789 mum 747 mum -2.43 m 0 eV 108 keV 31.5 mum 31.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1121, Parent ID = 1082 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 998 mum 906 mum -2.43 m 358 keV 0 eV 0 fm 0 fm Target initStep - 1 1 mm 910 mum -2.43 m 0 eV 358 keV 191 mum 191 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1081, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 772 mum 501 mum -2.43 m 1.64 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.15 mm 1.46 mm -2.43 m 612 keV 0 eV 5.56 mm 5.56 mm Target compt - 2 2.03 mm 173 mum -2.43 m 458 keV 0 eV 1.9 mm 7.46 mm Target compt - 3 5.24 mm -1.26 mm -2.41 m 0 eV 88 keV 1.52 cm 2.27 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1125, Parent ID = 1081 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.24 mm -1.26 mm -2.41 m 370 keV 0 eV 0 fm 0 fm Target initStep - 1 5.24 mm -1.26 mm -2.41 m 0 eV 370 keV 200 mum 200 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1124, Parent ID = 1081 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.03 mm 173 mum -2.43 m 155 keV 0 eV 0 fm 0 fm Target initStep - 1 2.03 mm 169 mum -2.43 m 0 eV 155 keV 55 mum 55 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1123, Parent ID = 1081 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.15 mm 1.46 mm -2.43 m 1.03 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.15 mm 1.49 mm -2.43 m 0 eV 1.03 MeV 742 mum 742 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1080, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 217 mum -52.4 mum -2.43 m 8.73 MeV 0 eV 0 fm 0 fm Target initStep - 1 5.82 mm 7.25 mm -2.4 m 0 eV 0 eV 3.09 cm 3.09 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1127, Parent ID = 1080 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.82 mm 7.25 mm -2.4 m 5.15 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.49 mm 8.25 mm -2.4 m 3.22 MeV 1.62 MeV 1.42 mm 1.42 mm Target eBrem - 2 6.47 mm 8.21 mm -2.4 m 0 eV 3.22 MeV 2.57 mm 3.99 mm Target eIoni - 3 6.47 mm 8.21 mm -2.4 m 0 eV 0 eV 0 fm 3.99 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1130, Parent ID = 1127 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.47 mm 8.21 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 5.88 mm 9.95 mm -2.4 m 511 keV 0 eV 4.37 mm 4.37 mm Target Transportation - 2 -34.7 cm 1.06 m -0.455 fm 511 keV 0 eV 2.64 m 2.65 m Tracker Transportation - 3 -36.1 cm 1.1 m 9.87 cm 511 keV 0 eV 10.9 cm 2.76 m Chamber Transportation - 4 -46.5 cm 1.41 m 80 cm 511 keV 0 eV 77.2 cm 3.53 m Tracker Transportation - 5 -49.4 cm 1.5 m 1 m 511 keV 0 eV 22 cm 3.75 m Chamber Transportation - 6 -58.2 cm 1.76 m 1.6 m 511 keV 0 eV 66.1 cm 4.41 m Tracker Transportation - 7 -61.2 cm 1.85 m 1.8 m 511 keV 0 eV 22 cm 4.63 m Chamber Transportation - 8 -70 cm 2.11 m 2.4 m 511 keV 0 eV 66.1 cm 5.29 m Tracker Transportation - 9 -77.5 cm 2.33 m 2.91 m 511 keV 0 eV 56.2 cm 5.85 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1129, Parent ID = 1127 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.47 mm 8.21 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 6.69 mm 7.56 mm -2.41 m 0 eV 88 keV 1.65 mm 1.65 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1131, Parent ID = 1129 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.69 mm 7.56 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 6.68 mm 7.55 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1128, Parent ID = 1127 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.49 mm 8.25 mm -2.4 m 316 keV 0 eV 0 fm 0 fm Target initStep - 1 6.19 mm 8.33 mm -2.4 m 0 eV 88 keV 3.18 mm 3.18 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1132, Parent ID = 1128 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.19 mm 8.33 mm -2.4 m 228 keV 0 eV 0 fm 0 fm Target initStep - 1 6.19 mm 8.33 mm -2.4 m 0 eV 228 keV 99.7 mum 99.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1126, Parent ID = 1080 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.82 mm 7.25 mm -2.4 m 2.56 MeV 0 eV 0 fm 0 fm Target initStep - 1 5.84 mm 7.3 mm -2.4 m 0 eV 2.56 MeV 1.24 mm 1.24 mm Target eBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1079, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 175 mum -87.3 mum -2.43 m 3.17 MeV 0 eV 0 fm 0 fm Target initStep - 1 906 mum 582 mum -2.43 m 353 keV 0 eV 6.52 mm 6.52 mm Target compt - 2 2.13 mm 3.18 mm -2.43 m 0 eV 88 keV 3.16 mm 9.68 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1134, Parent ID = 1079 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.13 mm 3.18 mm -2.43 m 265 keV 0 eV 0 fm 0 fm Target initStep - 1 2.13 mm 3.19 mm -2.43 m 0 eV 265 keV 124 mum 124 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1133, Parent ID = 1079 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 906 mum 582 mum -2.43 m 2.82 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.12 mm 496 mum -2.43 m 1.74 MeV 356 keV 376 mum 376 mum Target eBrem - 2 1.3 mm 139 mum -2.43 m 753 keV 990 keV 790 mum 1.17 mm Target eBrem - 3 1.34 mm 146 mum -2.43 m 0 eV 753 keV 512 mum 1.68 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1135, Parent ID = 1133 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.12 mm 496 mum -2.43 m 717 keV 0 eV 0 fm 0 fm Target initStep - 1 3.76 mm 1.05 cm -2.42 m 0 eV 88 keV 1.23 cm 1.23 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1136, Parent ID = 1135 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.76 mm 1.05 cm -2.42 m 629 keV 0 eV 0 fm 0 fm Target initStep - 1 3.78 mm 1.05 cm -2.42 m 0 eV 629 keV 407 mum 407 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1078, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 96.6 mum -125 mum -2.44 m 765 keV 0 eV 0 fm 0 fm Target initStep - 1 2.09 mm 1.3 mm -2.42 m 219 keV 0 eV 1.1 cm 1.1 cm Target compt - 2 1.37 mm 662 mum -2.43 m 0 eV 88 keV 1.1 mm 1.21 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1138, Parent ID = 1078 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.37 mm 662 mum -2.43 m 131 keV 0 eV 0 fm 0 fm Target initStep - 1 1.37 mm 661 mum -2.43 m 0 eV 131 keV 42.4 mum 42.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1137, Parent ID = 1078 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.09 mm 1.3 mm -2.42 m 546 keV 0 eV 0 fm 0 fm Target initStep - 1 2.09 mm 1.31 mm -2.42 m 0 eV 546 keV 339 mum 339 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1077, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 55.9 mum -179 mum -2.44 m 5.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.71 mm 2.76 mm -2.42 m 503 keV 0 eV 1.7 cm 1.7 cm Target compt - 2 -982 mum 2.65 mm -2.42 m 473 keV 0 eV 3.81 mm 2.08 cm Target compt - 3 -2.01 mm 2.93 mm -2.42 m 0 eV 88 keV 1.2 mm 2.2 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1141, Parent ID = 1077 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.01 mm 2.93 mm -2.42 m 385 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.02 mm 2.94 mm -2.42 m 0 eV 385 keV 212 mum 212 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1140, Parent ID = 1077 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -982 mum 2.65 mm -2.42 m 29.9 keV 0 eV 0 fm 0 fm Target initStep - 1 -982 mum 2.65 mm -2.42 m 0 eV 29.9 keV 3.88 mum 3.88 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1139, Parent ID = 1077 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.71 mm 2.76 mm -2.42 m 4.51 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.73 mm 2.77 mm -2.42 m 3.74 MeV 51.4 keV 59.3 mum 59.3 mum Target eBrem - 2 2.06 mm 3.65 mm -2.42 m 1.74 MeV 1.52 MeV 1.51 mm 1.57 mm Target eBrem - 3 2.13 mm 3.69 mm -2.42 m 1.3 MeV 133 keV 151 mum 1.72 mm Target eBrem - 4 2.11 mm 3.73 mm -2.42 m 0 eV 1.3 MeV 974 mum 2.69 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1144, Parent ID = 1139 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.13 mm 3.69 mm -2.42 m 303 keV 0 eV 0 fm 0 fm Target initStep - 1 2.03 mm 4.38 mm -2.42 m 0 eV 88 keV 1.18 mm 1.18 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1145, Parent ID = 1144 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.03 mm 4.38 mm -2.42 m 215 keV 0 eV 0 fm 0 fm Target initStep - 1 2.03 mm 4.39 mm -2.42 m 0 eV 215 keV 91.1 mum 91.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1143, Parent ID = 1139 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.06 mm 3.65 mm -2.42 m 488 keV 0 eV 0 fm 0 fm Target initStep - 1 1.56 mm 5.73 mm -2.42 m 0 eV 88 keV 3.27 mm 3.27 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1146, Parent ID = 1143 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.56 mm 5.73 mm -2.42 m 400 keV 0 eV 0 fm 0 fm Target initStep - 1 1.56 mm 5.74 mm -2.42 m 0 eV 400 keV 223 mum 223 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1142, Parent ID = 1139 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.73 mm 2.77 mm -2.42 m 715 keV 0 eV 0 fm 0 fm Target initStep - 1 2.81 mm 2.99 mm -2.42 m 615 keV 0 eV 616 mum 616 mum Target compt - 2 2.88 mm 4.22 mm -2.42 m 604 keV 0 eV 1.63 mm 2.24 mm Target compt - 3 2.73 mm 5.25 mm -2.42 m 199 keV 0 eV 1.53 mm 3.77 mm Target compt - 4 1.63 mm 4.7 mm -2.42 m 0 eV 88 keV 2.14 mm 5.91 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1150, Parent ID = 1142 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.63 mm 4.7 mm -2.42 m 111 keV 0 eV 0 fm 0 fm Target initStep - 1 1.63 mm 4.7 mm -2.42 m 0 eV 111 keV 32.7 mum 32.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1149, Parent ID = 1142 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.73 mm 5.25 mm -2.42 m 406 keV 0 eV 0 fm 0 fm Target initStep - 1 2.73 mm 5.26 mm -2.42 m 0 eV 406 keV 227 mum 227 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1148, Parent ID = 1142 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.88 mm 4.22 mm -2.42 m 10.3 keV 0 eV 0 fm 0 fm Target initStep - 1 2.88 mm 4.22 mm -2.42 m 0 eV 10.3 keV 735 nm 735 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1147, Parent ID = 1142 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.81 mm 2.99 mm -2.42 m 100 keV 0 eV 0 fm 0 fm Target initStep - 1 2.81 mm 2.99 mm -2.42 m 0 eV 100 keV 27.6 mum 27.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1076, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 20.9 mum -137 mum -2.44 m 287 keV 0 eV 0 fm 0 fm Target initStep - 1 209 mum -304 mum -2.43 m 0 eV 88 keV 1.96 mm 1.96 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1151, Parent ID = 1076 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 209 mum -304 mum -2.43 m 199 keV 0 eV 0 fm 0 fm Target initStep - 1 206 mum -308 mum -2.43 m 0 eV 199 keV 81.2 mum 81.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1075, Parent ID = 1074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -12 mum -106 mum -2.44 m 438 keV 0 eV 0 fm 0 fm Target initStep - 1 164 mum -386 mum -2.43 m 0 eV 88 keV 2.44 mm 2.44 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1152, Parent ID = 1075 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 164 mum -386 mum -2.43 m 350 keV 0 eV 0 fm 0 fm Target initStep - 1 156 mum -390 mum -2.43 m 0 eV 350 keV 186 mum 186 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1073, Parent ID = 1063 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -58.5 mum -18 mum -2.44 m 21.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 -158 mum -207 mum -2.44 m 8.99 MeV 1.28 MeV 912 mum 912 mum Target eBrem - 2 3.66 mm 2.86 mm -2.43 m 1.48 MeV 7.51 MeV 6.27 mm 7.18 mm Target eBrem - 3 4.04 mm 2.79 mm -2.43 m 155 keV 1.32 MeV 1.06 mm 8.24 mm Target eBrem - 4 4.04 mm 2.79 mm -2.43 m 0 eV 155 keV 55.4 mum 8.3 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1153, Parent ID = 1073 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -158 mum -207 mum -2.44 m 11.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -610 mum -706 mum -2.43 m 433 keV 0 eV 3.26 mm 3.26 mm Target compt - 2 -2.3 cm 1.64 cm -2.44 m 0 eV 88 keV 2.85 cm 3.18 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1155, Parent ID = 1153 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.3 cm 1.64 cm -2.44 m 345 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.3 cm 1.64 cm -2.44 m 0 eV 345 keV 182 mum 182 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1154, Parent ID = 1153 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -610 mum -706 mum -2.43 m 11.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -562 mum -746 mum -2.43 m 2.44 MeV 417 keV 378 mum 378 mum Target eBrem - 2 189 mum -384 mum -2.43 m 584 keV 1.53 MeV 1.42 mm 1.8 mm Target eBrem - 3 197 mum -408 mum -2.43 m 0 eV 584 keV 370 mum 2.17 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1157, Parent ID = 1154 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 189 mum -384 mum -2.43 m 333 keV 0 eV 0 fm 0 fm Target initStep - 1 425 mum -1.33 mm -2.43 m 0 eV 88 keV 976 mum 976 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1158, Parent ID = 1157 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 425 mum -1.33 mm -2.43 m 245 keV 0 eV 0 fm 0 fm Target initStep - 1 432 mum -1.32 mm -2.43 m 0 eV 245 keV 111 mum 111 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1156, Parent ID = 1154 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -562 mum -746 mum -2.43 m 8.27 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.39 mm -1.52 cm -2.41 m 0 eV 0 eV 2.83 cm 2.83 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1160, Parent ID = 1156 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.39 mm -1.52 cm -2.41 m 5.31 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.38 mm -1.52 cm -2.41 m 4.91 MeV 93.5 keV 116 mum 116 mum Target eBrem - 2 6.47 mm -1.53 cm -2.41 m 4.11 MeV 461 keV 342 mum 458 mum Target eBrem - 3 6.62 mm -1.58 cm -2.41 m 3.44 MeV 676 keV 570 mum 1.03 mm Target eBrem - 4 6.15 mm -1.52 cm -2.41 m 2.17 MeV 1.27 MeV 1.08 mm 2.1 mm Target eBrem - 5 6.24 mm -1.53 cm -2.41 m 1.67 MeV 123 keV 118 mum 2.22 mm Target eBrem - 6 6.4 mm -1.52 cm -2.41 m 0 eV 1.67 MeV 1.31 mm 3.53 mm Target eIoni - 7 6.4 mm -1.52 cm -2.41 m 0 eV 0 eV 0 fm 3.53 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1165, Parent ID = 1160 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.4 mm -1.52 cm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.07 cm -1.5 cm -2.4 m 511 keV 0 eV 1.06 cm 1.06 cm Target Transportation - 2 1.09 m 3.04 cm -0.455 fm 511 keV 0 eV 2.63 m 2.64 m Tracker Transportation - 3 1.1 m 3.12 cm 4.01 cm 511 keV 0 eV 4.4 cm 2.68 m Chamber Transportation - 4 1.44 m 4.56 cm 80 cm 511 keV 0 eV 83.3 cm 3.52 m Tracker Transportation - 5 1.53 m 4.94 cm 1 m 511 keV 0 eV 21.9 cm 3.74 m Chamber Transportation - 6 1.8 m 6.07 cm 1.6 m 511 keV 0 eV 65.8 cm 4.39 m Tracker Transportation - 7 1.89 m 6.45 cm 1.8 m 511 keV 0 eV 21.9 cm 4.61 m Chamber Transportation - 8 2.16 m 7.59 cm 2.4 m 511 keV 0 eV 65.8 cm 5.27 m Tracker Transportation - 9 2.39 m 8.55 cm 2.91 m 511 keV 0 eV 55.9 cm 5.83 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1164, Parent ID = 1160 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.4 mm -1.52 cm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 4.94 mm -1.53 cm -2.41 m 335 keV 0 eV 3.58 mm 3.58 mm Target compt - 2 5.49 mm -1.32 cm -2.41 m 0 eV 88 keV 2.81 mm 6.39 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1167, Parent ID = 1164 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.49 mm -1.32 cm -2.41 m 247 keV 0 eV 0 fm 0 fm Target initStep - 1 5.49 mm -1.32 cm -2.41 m 0 eV 247 keV 112 mum 112 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1166, Parent ID = 1164 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.94 mm -1.53 cm -2.41 m 176 keV 0 eV 0 fm 0 fm Target initStep - 1 4.94 mm -1.53 cm -2.41 m 0 eV 176 keV 67.5 mum 67.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1163, Parent ID = 1160 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.24 mm -1.53 cm -2.41 m 374 keV 0 eV 0 fm 0 fm Target initStep - 1 7.3 mm -1.49 cm -2.41 m 0 eV 88 keV 1.11 mm 1.11 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1168, Parent ID = 1163 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.3 mm -1.49 cm -2.41 m 286 keV 0 eV 0 fm 0 fm Target initStep - 1 7.3 mm -1.49 cm -2.41 m 0 eV 286 keV 139 mum 139 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1162, Parent ID = 1160 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.47 mm -1.53 cm -2.41 m 338 keV 0 eV 0 fm 0 fm Target initStep - 1 8.77 mm -1.8 cm -2.41 m 0 eV 88 keV 4.25 mm 4.25 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1169, Parent ID = 1162 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.77 mm -1.8 cm -2.41 m 250 keV 0 eV 0 fm 0 fm Target initStep - 1 8.77 mm -1.8 cm -2.41 m 0 eV 250 keV 114 mum 114 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1161, Parent ID = 1160 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.38 mm -1.52 cm -2.41 m 309 keV 0 eV 0 fm 0 fm Target initStep - 1 6.52 mm -1.56 cm -2.41 m 0 eV 88 keV 606 mum 606 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1170, Parent ID = 1161 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.52 mm -1.56 cm -2.41 m 221 keV 0 eV 0 fm 0 fm Target initStep - 1 6.51 mm -1.56 cm -2.41 m 0 eV 221 keV 95.1 mum 95.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1159, Parent ID = 1156 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.39 mm -1.52 cm -2.41 m 1.93 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.02 mm -1.51 cm -2.41 m 278 keV 1.65 MeV 1.11 mm 1.11 mm Target eBrem - 2 7.02 mm -1.51 cm -2.41 m 0 eV 278 keV 133 mum 1.25 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1061, Parent ID = 117 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -28.3 mum -1.31 mum -2.44 m 6.27 MeV 0 eV 0 fm 0 fm Target initStep - 1 -26.6 mum -1.63 mum -2.44 m 987 keV 34.3 keV 33.7 mum 33.7 mum Target eBrem - 2 -30.7 mum -37.4 mum -2.44 m 168 keV 77.7 keV 81 mum 115 mum Target eBrem - 3 -31.3 mum -36.1 mum -2.44 m 0 eV 168 keV 62.8 mum 177 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1172, Parent ID = 1061 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -30.7 mum -37.4 mum -2.44 m 741 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.48 mm 5.99 mm -2.45 m 741 keV 0 eV 1.29 cm 1.29 cm Target Transportation - 2 -10.4 cm 25.5 cm -2.91 m 741 keV 0 eV 53.3 cm 54.6 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1171, Parent ID = 1061 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -26.6 mum -1.63 mum -2.44 m 5.25 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.07 mm 1.52 mm -2.43 m 0 eV 0 eV 8.9 mm 8.9 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1174, Parent ID = 1171 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.07 mm 1.52 mm -2.43 m 3.37 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.23 mm 1.54 mm -2.43 m 0 eV 3.37 MeV 2.69 mm 2.69 mm Target eIoni - 2 3.23 mm 1.54 mm -2.43 m 0 eV 0 eV 0 fm 2.69 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1176, Parent ID = 1174 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.23 mm 1.54 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.82 mm -2.02 mm -2.42 m 0 eV 88 keV 1.65 cm 1.65 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1177, Parent ID = 1176 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.82 mm -2.02 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.82 mm -2.02 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1175, Parent ID = 1174 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.23 mm 1.54 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 8.16 mm 3.47 mm -2.44 m 0 eV 88 keV 9.01 mm 9.01 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1178, Parent ID = 1175 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.16 mm 3.47 mm -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 8.17 mm 3.48 mm -2.44 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1173, Parent ID = 1171 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.07 mm 1.52 mm -2.43 m 854 keV 0 eV 0 fm 0 fm Target initStep - 1 3.09 mm 1.55 mm -2.43 m 0 eV 854 keV 597 mum 597 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 116, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21 mum -13 mum -2.44 m 2.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 -114 mum 66.1 mum -2.43 m 1.13 MeV 0 eV 1.47 cm 1.47 cm Target compt - 2 6.85 mm -1.4 mm -2.42 m 1.09 MeV 0 eV 1.05 cm 2.53 cm Target compt - 3 1.09 cm -2.83 mm -2.41 m 1.03 MeV 0 eV 5.48 mm 3.07 cm Target compt - 4 1.5 cm -5.2 mm -2.41 m 338 keV 0 eV 7.27 mm 3.8 cm Target compt - 5 1.56 cm -4.59 mm -2.41 m 0 eV 88 keV 906 mum 3.89 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1183, Parent ID = 116 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.56 cm -4.59 mm -2.41 m 250 keV 0 eV 0 fm 0 fm Target initStep - 1 1.56 cm -4.59 mm -2.41 m 0 eV 250 keV 114 mum 114 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1182, Parent ID = 116 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.5 cm -5.2 mm -2.41 m 691 keV 0 eV 0 fm 0 fm Target initStep - 1 1.5 cm -5.22 mm -2.41 m 0 eV 691 keV 459 mum 459 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1181, Parent ID = 116 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.09 cm -2.83 mm -2.41 m 62.7 keV 0 eV 0 fm 0 fm Target initStep - 1 1.09 cm -2.83 mm -2.41 m 0 eV 62.7 keV 12.9 mum 12.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1180, Parent ID = 116 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.85 mm -1.4 mm -2.42 m 40.4 keV 0 eV 0 fm 0 fm Target initStep - 1 6.85 mm -1.4 mm -2.42 m 0 eV 40.4 keV 6.32 mum 6.32 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1179, Parent ID = 116 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -114 mum 66.1 mum -2.43 m 1.67 MeV 0 eV 0 fm 0 fm Target initStep - 1 -159 mum 76.2 mum -2.43 m 0 eV 1.67 MeV 1.28 mm 1.28 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 115, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -20.2 mum -13.8 mum -2.44 m 15.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -21.8 mum -12 mum -2.44 m 650 keV 0 eV 527 mum 527 mum Target compt - 2 -1.16 cm -2.5 cm -2.43 m 650 keV 0 eV 2.84 cm 2.89 cm Target Transportation - 3 -6.59 cm -14.3 cm -2.4 m 650 keV 0 eV 13.4 cm 16.3 cm World Transportation - 4 -1.11 m -2.4 m -1.76 m 650 keV 0 eV 2.57 m 2.73 m Tracker Transportation - 5 -1.34 m -2.91 m -1.62 m 650 keV 0 eV 58 cm 3.31 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1184, Parent ID = 115 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21.8 mum -12 mum -2.44 m 15.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 409 mum -169 mum -2.44 m 13 MeV 1.61 MeV 1.4 mm 1.4 mm Target eBrem - 2 583 mum 220 mum -2.44 m 5.21 MeV 1.01 MeV 767 mum 2.17 mm Target eBrem - 3 542 mum 402 mum -2.44 m 4.49 MeV 405 keV 247 mum 2.41 mm Target eBrem - 4 544 mum -407 mum -2.44 m 1.45 MeV 2.08 MeV 1.25 mm 3.66 mm Target eBrem - 5 537 mum -397 mum -2.44 m 0 eV 1.45 MeV 1.1 mm 4.76 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1188, Parent ID = 1184 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 544 mum -407 mum -2.44 m 965 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.37 mm 968 mum -2.43 m 825 keV 0 eV 5.35 mm 5.35 mm Target compt - 2 -6.01 mm -1.08 mm -2.42 m 0 eV 88 keV 1.23 cm 1.77 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1190, Parent ID = 1188 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.01 mm -1.08 mm -2.42 m 737 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.91 mm -1.02 mm -2.42 m 380 keV 357 keV 281 mum 281 mum Target eBrem - 2 -5.91 mm -1.04 mm -2.42 m 0 eV 380 keV 208 mum 489 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1189, Parent ID = 1188 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.37 mm 968 mum -2.43 m 140 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.37 mm 971 mum -2.43 m 0 eV 140 keV 47.2 mum 47.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1187, Parent ID = 1184 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 542 mum 402 mum -2.44 m 307 keV 0 eV 0 fm 0 fm Target initStep - 1 400 mum 561 mum -2.44 m 0 eV 88 keV 1.06 mm 1.06 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1191, Parent ID = 1187 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 400 mum 561 mum -2.44 m 219 keV 0 eV 0 fm 0 fm Target initStep - 1 398 mum 558 mum -2.44 m 0 eV 219 keV 93.8 mum 93.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1186, Parent ID = 1184 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 583 mum 220 mum -2.44 m 6.76 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.1 mm 5.97 mm -2.43 m 0 eV 0 eV 1.03 cm 1.03 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1193, Parent ID = 1186 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.1 mm 5.97 mm -2.43 m 1.85 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.12 mm 5.99 mm -2.43 m 1.26 MeV 102 keV 90.6 mum 90.6 mum Target eBrem - 2 -5.22 mm 6.07 mm -2.43 m 205 keV 251 keV 301 mum 391 mum Target eBrem - 3 -5.22 mm 6.07 mm -2.43 m 0 eV 205 keV 81.1 mum 473 mum Target eIoni - 4 -5.22 mm 6.07 mm -2.43 m 0 eV 0 eV 0 fm 473 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1197, Parent ID = 1193 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.22 mm 6.07 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.13 mm 6.56 mm -2.43 m 0 eV 88 keV 1.94 mm 1.94 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1198, Parent ID = 1197 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.13 mm 6.56 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.12 mm 6.57 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1196, Parent ID = 1193 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.22 mm 6.07 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.09 cm 3.57 mm -2.42 m 204 keV 0 eV 9.96 mm 9.96 mm Target compt - 2 -8.6 mm 3.22 mm -2.42 m 0 eV 88 keV 2.3 mm 1.23 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1200, Parent ID = 1196 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.6 mm 3.22 mm -2.42 m 116 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.6 mm 3.22 mm -2.42 m 0 eV 116 keV 35 mum 35 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1199, Parent ID = 1196 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.09 cm 3.57 mm -2.42 m 307 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.09 cm 3.57 mm -2.42 m 0 eV 307 keV 154 mum 154 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1195, Parent ID = 1193 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.22 mm 6.07 mm -2.43 m 805 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.88 mm 5.32 mm -2.43 m 0 eV 88 keV 1.83 mm 1.83 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1201, Parent ID = 1195 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.88 mm 5.32 mm -2.43 m 717 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.99 mm 5.41 mm -2.43 m 147 keV 570 keV 470 mum 470 mum Target eBrem - 2 -6.99 mm 5.41 mm -2.43 m 0 eV 147 keV 51.1 mum 521 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1194, Parent ID = 1193 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.12 mm 5.99 mm -2.43 m 484 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.88 cm 1.09 cm -2.44 m 0 eV 88 keV 1.49 cm 1.49 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1202, Parent ID = 1194 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.88 cm 1.09 cm -2.44 m 396 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.88 cm 1.09 cm -2.44 m 0 eV 396 keV 220 mum 220 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1192, Parent ID = 1186 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.1 mm 5.97 mm -2.43 m 3.89 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.32 mm 5.69 mm -2.43 m 1.77 MeV 1.41 MeV 1.23 mm 1.23 mm Target eBrem - 2 -5.25 mm 5.6 mm -2.43 m 0 eV 1.77 MeV 1.37 mm 2.6 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1203, Parent ID = 1192 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.32 mm 5.69 mm -2.43 m 702 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.21 mm 5.55 mm -2.43 m 250 keV 0 eV 200 mum 200 mum Target compt - 2 -3.88 mm 6.29 mm -2.43 m 0 eV 88 keV 2.75 mm 2.95 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1205, Parent ID = 1203 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.88 mm 6.29 mm -2.43 m 162 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.88 mm 6.3 mm -2.43 m 0 eV 162 keV 59.1 mum 59.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1204, Parent ID = 1203 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.21 mm 5.55 mm -2.43 m 452 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.21 mm 5.54 mm -2.43 m 0 eV 452 keV 264 mum 264 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1185, Parent ID = 1184 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 409 mum -169 mum -2.44 m 682 keV 0 eV 0 fm 0 fm Target initStep - 1 209 mum 4.57 mm -2.43 m 198 keV 0 eV 1 cm 1 cm Target compt - 2 -2.5 mm 3.13 mm -2.43 m 0 eV 88 keV 5.28 mm 1.53 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1207, Parent ID = 1185 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.5 mm 3.13 mm -2.43 m 110 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.5 mm 3.13 mm -2.43 m 0 eV 110 keV 32.1 mum 32.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1206, Parent ID = 1185 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 209 mum 4.57 mm -2.43 m 485 keV 0 eV 0 fm 0 fm Target initStep - 1 211 mum 4.58 mm -2.43 m 0 eV 485 keV 290 mum 290 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 114, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -19 mum -16.1 mum -2.44 m 2.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -39.2 mum 8.03 mum -2.43 m 692 keV 0 eV 6.22 mm 6.22 mm Target compt - 2 -1.77 mm -1.02 mm -2.43 m 0 eV 88 keV 2.32 mm 8.54 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1209, Parent ID = 114 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.77 mm -1.02 mm -2.43 m 604 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.79 mm -1.02 mm -2.43 m 0 eV 604 keV 387 mum 387 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1208, Parent ID = 114 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -39.2 mum 8.03 mum -2.43 m 1.51 MeV 0 eV 0 fm 0 fm Target initStep - 1 235 mum 146 mum -2.43 m 71.9 keV 521 keV 511 mum 511 mum Target eBrem - 2 234 mum 145 mum -2.43 m 0 eV 71.9 keV 16.2 mum 527 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1210, Parent ID = 1208 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 235 mum 146 mum -2.43 m 914 keV 0 eV 0 fm 0 fm Target initStep - 1 7.97 mm -1.15 cm -2.45 m 914 keV 0 eV 2.05 cm 2.05 cm Target Transportation - 2 24.5 cm -36.8 cm -2.91 m 914 keV 0 eV 62.8 cm 64.9 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 113, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -18.4 mum -16.7 mum -2.44 m 14.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -111 mum 28.2 mum -2.42 m 0 eV 0 eV 2.44 cm 2.44 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1212, Parent ID = 113 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -111 mum 28.2 mum -2.42 m 6.31 MeV 0 eV 0 fm 0 fm Target initStep - 1 108 mum 210 mum -2.42 m 3.69 MeV 1.43 MeV 1.41 mm 1.41 mm Target eBrem - 2 537 mum 564 mum -2.42 m 0 eV 3.69 MeV 2.94 mm 4.35 mm Target eIoni - 3 537 mum 564 mum -2.42 m 0 eV 0 eV 0 fm 4.35 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1215, Parent ID = 1212 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 537 mum 564 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2.37 mm 6.75 mm -2.42 m 0 eV 88 keV 6.48 mm 6.48 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1216, Parent ID = 1215 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.37 mm 6.75 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 2.36 mm 6.77 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1214, Parent ID = 1212 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 537 mum 564 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -539 mum -3.07 mm -2.42 m 308 keV 0 eV 3.81 mm 3.81 mm Target compt - 2 -145 mum -3.39 mm -2.42 m 294 keV 0 eV 529 mum 4.34 mm Target compt - 3 224 mum -4.11 mm -2.42 m 0 eV 88 keV 864 mum 5.2 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1219, Parent ID = 1214 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 224 mum -4.11 mm -2.42 m 206 keV 0 eV 0 fm 0 fm Target initStep - 1 223 mum -4.12 mm -2.42 m 0 eV 206 keV 85.4 mum 85.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1218, Parent ID = 1214 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -145 mum -3.39 mm -2.42 m 14.1 keV 0 eV 0 fm 0 fm Target initStep - 1 -145 mum -3.39 mm -2.42 m 0 eV 14.1 keV 1.18 mum 1.18 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1217, Parent ID = 1214 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -539 mum -3.07 mm -2.42 m 203 keV 0 eV 0 fm 0 fm Target initStep - 1 -543 mum -3.08 mm -2.42 m 0 eV 203 keV 83.5 mum 83.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1213, Parent ID = 1212 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 108 mum 210 mum -2.42 m 1.19 MeV 0 eV 0 fm 0 fm Target initStep - 1 605 mum 780 mum -2.42 m 690 keV 0 eV 764 mum 764 mum Target compt - 2 816 mum 4.76 mm -2.41 m 0 eV 88 keV 5.2 mm 5.97 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1221, Parent ID = 1213 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 816 mum 4.76 mm -2.41 m 602 keV 0 eV 0 fm 0 fm Target initStep - 1 804 mum 4.76 mm -2.41 m 0 eV 602 keV 385 mum 385 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1220, Parent ID = 1213 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 605 mum 780 mum -2.42 m 502 keV 0 eV 0 fm 0 fm Target initStep - 1 622 mum 789 mum -2.42 m 0 eV 502 keV 303 mum 303 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1211, Parent ID = 113 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -111 mum 28.2 mum -2.42 m 6.91 MeV 0 eV 0 fm 0 fm Target initStep - 1 -841 mum 344 mum -2.42 m 5.21 MeV 1.29 MeV 1.24 mm 1.24 mm Target eBrem - 2 -464 mum -132 mum -2.42 m 1.86 MeV 2.78 MeV 1.82 mm 3.06 mm Target eBrem - 3 -464 mum -270 mum -2.42 m 0 eV 1.86 MeV 1.45 mm 4.5 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1223, Parent ID = 1211 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -464 mum -132 mum -2.42 m 565 keV 0 eV 0 fm 0 fm Target initStep - 1 -520 mum -1.97 mm -2.42 m 281 keV 0 eV 2.05 mm 2.05 mm Target compt - 2 -653 mum -1.67 mm -2.42 m 0 eV 88 keV 837 mum 2.89 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1225, Parent ID = 1223 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -653 mum -1.67 mm -2.42 m 193 keV 0 eV 0 fm 0 fm Target initStep - 1 -656 mum -1.67 mm -2.42 m 0 eV 193 keV 77.5 mum 77.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1224, Parent ID = 1223 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -520 mum -1.97 mm -2.42 m 284 keV 0 eV 0 fm 0 fm Target initStep - 1 -520 mum -1.98 mm -2.42 m 0 eV 284 keV 138 mum 138 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1222, Parent ID = 1211 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -841 mum 344 mum -2.42 m 403 keV 0 eV 0 fm 0 fm Target initStep - 1 1.39 mm -837 mum -2.42 m 0 eV 88 keV 2.52 mm 2.52 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1226, Parent ID = 1222 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.39 mm -837 mum -2.42 m 315 keV 0 eV 0 fm 0 fm Target initStep - 1 1.39 mm -846 mum -2.42 m 0 eV 315 keV 159 mum 159 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 112, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -10 mum -8.46 mum -2.44 m 579 MeV 0 eV 0 fm 0 fm Target initStep - 1 -32.3 mum -24.4 mum -2.44 m 0 eV 0 eV 4.06 mm 4.06 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1228, Parent ID = 112 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -32.3 mum -24.4 mum -2.44 m 474 MeV 0 eV 0 fm 0 fm Target initStep - 1 -49.2 mum -28.8 mum -2.44 m 472 MeV 1.34 MeV 971 mum 971 mum Target eBrem - 2 -51.7 mum -29.2 mum -2.44 m 467 MeV 274 keV 205 mum 1.18 mm Target eBrem - 3 -66.7 mum -28.2 mum -2.44 m 319 MeV 1.18 MeV 987 mum 2.16 mm Target eBrem - 4 -69.2 mum -42.6 mum -2.44 m 317 MeV 952 keV 692 mum 2.86 mm Target eBrem - 5 -68.6 mum -43.2 mum -2.44 m 85 MeV 71 keV 72.7 mum 2.93 mm Target eBrem - 6 -70.6 mum -65.4 mum -2.43 m 78 MeV 686 keV 523 mum 3.45 mm Target eBrem - 7 -75.3 mum -58.5 mum -2.43 m 77.1 MeV 259 keV 255 mum 3.71 mm Target eBrem - 8 -116 mum -57.1 mum -2.43 m 72.9 MeV 890 keV 671 mum 4.38 mm Target eBrem - 9 -317 mum 205 mum -2.43 m 70.2 MeV 2.24 MeV 1.23 mm 5.61 mm Target eBrem - 10 -679 mum 712 mum -2.43 m 37.8 MeV 1.06 MeV 941 mum 6.55 mm Target eBrem - 11 -1.21 mm 1.74 mm -2.43 m 30.8 MeV 1.68 MeV 1.42 mm 7.97 mm Target eBrem - 12 -1.08 mm 2.06 mm -2.43 m 1.02 MeV 755 keV 626 mum 8.6 mm Target eBrem - 13 -1.36 mm 1.9 mm -2.43 m 454 keV 562 keV 580 mum 9.17 mm Target eBrem - 14 -1.33 mm 1.91 mm -2.43 m 0 eV 454 keV 265 mum 9.44 mm Target eIoni - 15 -1.33 mm 1.91 mm -2.43 m 0 eV 0 eV 0 fm 9.44 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1242, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.33 mm 1.91 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -675 mum -660 mum -2.43 m 196 keV 0 eV 3.07 mm 3.07 mm Target compt - 2 -1.26 mm 41.1 mum -2.43 m 0 eV 88 keV 946 mum 4.02 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1244, Parent ID = 1242 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.26 mm 41.1 mum -2.43 m 108 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.26 mm 43.2 mum -2.43 m 0 eV 108 keV 31.2 mum 31.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1243, Parent ID = 1242 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -675 mum -660 mum -2.43 m 315 keV 0 eV 0 fm 0 fm Target initStep - 1 -672 mum -669 mum -2.43 m 0 eV 315 keV 160 mum 160 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1241, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.33 mm 1.91 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.33 mm 5.77 mm -2.43 m 474 keV 0 eV 4.62 mm 4.62 mm Target compt - 2 -7.86 mm 1.43 cm -2.42 m 0 eV 88 keV 1.54 cm 2 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1246, Parent ID = 1241 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.86 mm 1.43 cm -2.42 m 386 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.87 mm 1.43 cm -2.42 m 0 eV 386 keV 212 mum 212 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1245, Parent ID = 1241 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.33 mm 5.77 mm -2.43 m 37.3 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.33 mm 5.77 mm -2.43 m 0 eV 37.3 keV 5.57 mum 5.57 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1240, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.08 mm 2.06 mm -2.43 m 29 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2 mm 4.48 mm -2.43 m 0 eV 0 eV 4.47 mm 4.47 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1248, Parent ID = 1240 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2 mm 4.48 mm -2.43 m 17.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.73 mm 4.7 mm -2.43 m 8.99 MeV 2.39 MeV 2.06 mm 2.06 mm Target eBrem - 2 561 mum 6 mm -2.42 m 3.37 MeV 5.62 MeV 4.86 mm 6.92 mm Target eBrem - 3 -835 mum 6.44 mm -2.42 m 0 eV 2.2 MeV 1.98 mm 8.9 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1251, Parent ID = 1248 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -835 mum 6.44 mm -2.42 m 1.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.47 mm 2.65 mm -2.4 m 1.5 MeV 0 eV 2.3 cm 2.3 cm Target Transportation - 2 -13.4 cm -13.3 cm -1.6 m 1.5 MeV 0 eV 82.2 cm 84.5 cm Tracker Transportation - 3 -16.7 cm -16.7 cm -1.4 m 1.5 MeV 0 eV 20.5 cm 1.05 m Chamber Transportation - 4 -26.4 cm -26.9 cm -80 cm 1.5 MeV 0 eV 61.6 cm 1.67 m Tracker Transportation - 5 -29.7 cm -30.3 cm -60 cm 1.5 MeV 0 eV 20.5 cm 1.87 m Chamber Transportation - 6 -39.4 cm -40.4 cm 0 fm 1.5 MeV 0 eV 61.6 cm 2.49 m Tracker Transportation - 7 -42.7 cm -43.8 cm 20 cm 1.5 MeV 0 eV 20.5 cm 2.69 m Chamber Transportation - 8 -52.4 cm -54 cm 80 cm 1.5 MeV 0 eV 61.6 cm 3.31 m Tracker Transportation - 9 -55.7 cm -57.4 cm 1 m 1.5 MeV 0 eV 20.5 cm 3.52 m Chamber Transportation - 10 -65.4 cm -67.6 cm 1.6 m 1.5 MeV 0 eV 61.6 cm 4.13 m Tracker Transportation - 11 -68.6 cm -71 cm 1.8 m 1.5 MeV 0 eV 20.5 cm 4.34 m Chamber Transportation - 12 -78.4 cm -81.2 cm 2.4 m 1.5 MeV 0 eV 61.6 cm 4.95 m Tracker Transportation - 13 -86.7 cm -89.8 cm 2.91 m 1.5 MeV 0 eV 52.4 cm 5.48 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1250, Parent ID = 1248 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -835 mum 6.44 mm -2.42 m 702 keV 0 eV 0 fm 0 fm Target initStep - 1 -129 mum 4.64 mm -2.42 m 359 keV 0 eV 1.96 mm 1.96 mm Target compt - 2 -402 mum 3.87 mm -2.42 m 302 keV 0 eV 1.39 mm 3.35 mm Target compt - 3 -2.78 mm 2.52 mm -2.42 m 208 keV 0 eV 2.98 mm 6.33 mm Target compt - 4 -2.81 mm 2.48 mm -2.42 m 0 eV 88 keV 70.2 mum 6.4 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1255, Parent ID = 1250 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.81 mm 2.48 mm -2.42 m 120 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.81 mm 2.48 mm -2.42 m 0 eV 120 keV 37 mum 37 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1254, Parent ID = 1250 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.78 mm 2.52 mm -2.42 m 93.8 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.78 mm 2.52 mm -2.42 m 0 eV 93.8 keV 25 mum 25 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1253, Parent ID = 1250 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -402 mum 3.87 mm -2.42 m 57.4 keV 0 eV 0 fm 0 fm Target initStep - 1 -401 mum 3.87 mm -2.42 m 0 eV 57.4 keV 11.3 mum 11.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1252, Parent ID = 1250 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -129 mum 4.64 mm -2.42 m 343 keV 0 eV 0 fm 0 fm Target initStep - 1 -124 mum 4.63 mm -2.42 m 0 eV 343 keV 180 mum 180 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1249, Parent ID = 1248 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.73 mm 4.7 mm -2.43 m 6.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.81 mm 4.86 mm -2.43 m 446 keV 0 eV 241 mum 241 mum Target compt - 2 -1.03 cm -1.52 mm -2.42 m 0 eV 88 keV 10 mm 1.02 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1257, Parent ID = 1249 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.03 cm -1.52 mm -2.42 m 358 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.03 cm -1.52 mm -2.42 m 0 eV 358 keV 191 mum 191 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1256, Parent ID = 1249 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.81 mm 4.86 mm -2.43 m 5.66 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.88 mm 7.08 mm -2.43 m 1.86 MeV 3.79 MeV 3.18 mm 3.18 mm Target eBrem - 2 -1.98 mm 7.24 mm -2.43 m 1.36 MeV 211 keV 225 mum 3.4 mm Target eBrem - 3 -1.98 mm 7.29 mm -2.43 m 0 eV 1.36 MeV 1.02 mm 4.43 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1258, Parent ID = 1256 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.98 mm 7.24 mm -2.43 m 293 keV 0 eV 0 fm 0 fm Target initStep - 1 -2 mm 7.32 mm -2.43 m 0 eV 88 keV 138 mum 138 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1259, Parent ID = 1258 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2 mm 7.32 mm -2.43 m 205 keV 0 eV 0 fm 0 fm Target initStep - 1 -2 mm 7.32 mm -2.43 m 0 eV 205 keV 85 mum 85 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1247, Parent ID = 1240 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2 mm 4.48 mm -2.43 m 10.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.24 mm 4.93 mm -2.43 m 8.59 MeV 1.41 MeV 1.09 mm 1.09 mm Target eBrem - 2 -2.44 mm 6.04 mm -2.43 m 4.87 MeV 1.48 MeV 1.39 mm 2.48 mm Target eBrem - 3 -2.61 mm 6.2 mm -2.43 m 3.49 MeV 431 keV 232 mum 2.71 mm Target eBrem - 4 -2.73 mm 6.66 mm -2.43 m 2.08 MeV 722 keV 611 mum 3.32 mm Target eBrem - 5 -2.81 mm 6.73 mm -2.43 m 0 eV 2.08 MeV 1.63 mm 4.94 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1263, Parent ID = 1247 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.73 mm 6.66 mm -2.43 m 684 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.09 cm 1.69 cm -2.44 m 0 eV 88 keV 1.82 cm 1.82 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1264, Parent ID = 1263 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.09 cm 1.69 cm -2.44 m 596 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.09 cm 1.69 cm -2.44 m 0 eV 596 keV 380 mum 380 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1262, Parent ID = 1247 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.61 mm 6.2 mm -2.43 m 949 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.66 mm 8.62 mm -2.42 m 486 keV 0 eV 4.61 mm 4.61 mm Target compt - 2 -6.25 mm 9.91 mm -2.42 m 360 keV 0 eV 1.54 mm 6.15 mm Target compt - 3 -6.25 mm 9.95 mm -2.42 m 185 keV 0 eV 123 mum 6.27 mm Target compt - 4 -6.02 mm 9.97 mm -2.42 m 0 eV 88 keV 245 mum 6.51 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1268, Parent ID = 1262 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.02 mm 9.97 mm -2.42 m 97.3 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.02 mm 9.97 mm -2.42 m 0 eV 97.3 keV 26.4 mum 26.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1267, Parent ID = 1262 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.25 mm 9.95 mm -2.42 m 174 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.25 mm 9.95 mm -2.43 m 0 eV 174 keV 66.4 mum 66.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1266, Parent ID = 1262 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.25 mm 9.91 mm -2.42 m 126 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.25 mm 9.91 mm -2.42 m 0 eV 126 keV 39.8 mum 39.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1265, Parent ID = 1262 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.66 mm 8.62 mm -2.42 m 463 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.67 mm 8.62 mm -2.42 m 0 eV 463 keV 273 mum 273 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1261, Parent ID = 1247 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.44 mm 6.04 mm -2.43 m 2.25 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.53 mm 2.03 cm -2.42 m 0 eV 88 keV 1.6 cm 1.6 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1269, Parent ID = 1261 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.53 mm 2.03 cm -2.42 m 2.16 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.59 mm 2.05 cm -2.42 m 0 eV 2.16 MeV 1.69 mm 1.69 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1260, Parent ID = 1247 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.24 mm 4.93 mm -2.43 m 532 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.09 mm 8.46 mm -2.43 m 0 eV 88 keV 3.63 mm 3.63 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1270, Parent ID = 1260 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.09 mm 8.46 mm -2.43 m 444 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.1 mm 8.48 mm -2.43 m 0 eV 444 keV 258 mum 258 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1239, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.21 mm 1.74 mm -2.43 m 5.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -229 mum 8.29 mm -2.42 m 0 eV 0 eV 1.29 cm 1.29 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1272, Parent ID = 1239 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -229 mum 8.29 mm -2.42 m 2.34 MeV 0 eV 0 fm 0 fm Target initStep - 1 -305 mum 8.35 mm -2.42 m 0 eV 2.34 MeV 1.86 mm 1.86 mm Target eIoni - 2 -305 mum 8.35 mm -2.42 m 0 eV 0 eV 0 fm 1.86 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1274, Parent ID = 1272 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -305 mum 8.35 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 227 mum 5.29 mm -2.42 m 0 eV 88 keV 4.07 mm 4.07 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1275, Parent ID = 1274 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 227 mum 5.29 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 235 mum 5.28 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1273, Parent ID = 1272 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -305 mum 8.35 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.3 mm 1.41 cm -2.42 m 295 keV 0 eV 7.64 mm 7.64 mm Target compt - 2 -1.03 mm 1.35 cm -2.41 m 0 eV 88 keV 1.36 mm 9 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1277, Parent ID = 1273 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.03 mm 1.35 cm -2.41 m 207 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.03 mm 1.35 cm -2.41 m 0 eV 207 keV 86 mum 86 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1276, Parent ID = 1273 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.3 mm 1.41 cm -2.42 m 216 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.31 mm 1.41 cm -2.42 m 0 eV 216 keV 92.1 mum 92.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1271, Parent ID = 1239 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -229 mum 8.29 mm -2.42 m 1.94 MeV 0 eV 0 fm 0 fm Target initStep - 1 -152 mum 8.32 mm -2.42 m 1.39 MeV 172 keV 115 mum 115 mum Target eBrem - 2 -410 mum 8.54 mm -2.42 m 323 keV 711 keV 652 mum 768 mum Target eBrem - 3 -402 mum 8.53 mm -2.42 m 0 eV 323 keV 166 mum 934 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1279, Parent ID = 1271 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -410 mum 8.54 mm -2.42 m 352 keV 0 eV 0 fm 0 fm Target initStep - 1 -219 mum 8.25 mm -2.42 m 199 keV 0 eV 345 mum 345 mum Target compt - 2 540 mum 8.98 mm -2.42 m 0 eV 88 keV 1.19 mm 1.53 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1281, Parent ID = 1279 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 540 mum 8.98 mm -2.42 m 111 keV 0 eV 0 fm 0 fm Target initStep - 1 540 mum 8.98 mm -2.42 m 0 eV 111 keV 32.6 mum 32.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1280, Parent ID = 1279 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -219 mum 8.25 mm -2.42 m 154 keV 0 eV 0 fm 0 fm Target initStep - 1 -219 mum 8.25 mm -2.42 m 0 eV 154 keV 54.5 mum 54.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1278, Parent ID = 1271 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -152 mum 8.32 mm -2.42 m 383 keV 0 eV 0 fm 0 fm Target initStep - 1 2.82 mm 1.42 cm -2.41 m 175 keV 0 eV 8.47 mm 8.47 mm Target compt - 2 2.71 mm 1.4 cm -2.41 m 0 eV 88 keV 258 mum 8.73 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1283, Parent ID = 1278 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.71 mm 1.4 cm -2.41 m 87.3 keV 0 eV 0 fm 0 fm Target initStep - 1 2.71 mm 1.4 cm -2.41 m 0 eV 87.3 keV 22.3 mum 22.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1282, Parent ID = 1278 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.82 mm 1.42 cm -2.41 m 207 keV 0 eV 0 fm 0 fm Target initStep - 1 2.83 mm 1.42 cm -2.41 m 0 eV 207 keV 86.3 mum 86.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1238, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -679 mum 712 mum -2.43 m 31.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.61 mm 2.48 mm -2.43 m 0 eV 0 eV 2.76 mm 2.76 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1285, Parent ID = 1238 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.61 mm 2.48 mm -2.43 m 18.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.04 mm 3.14 mm -2.43 m 15.3 MeV 2.28 MeV 973 mum 973 mum Target eBrem - 2 205 mum 7.74 mm -2.43 m 7.19 MeV 5.61 MeV 4.93 mm 5.9 mm Target eBrem - 3 172 mum 7.81 mm -2.43 m 5.44 MeV 107 keV 89.2 mum 5.99 mm Target eBrem - 4 387 mum 8.66 mm -2.43 m 2.83 MeV 1.16 MeV 803 mum 6.79 mm Target eBrem - 5 816 mum 8.91 mm -2.43 m 1.52 MeV 1.31 MeV 1.25 mm 8.04 mm Target eBrem - 6 816 mum 8.91 mm -2.43 m 903 keV 6.3 keV 5.92 mum 8.05 mm Target eBrem - 7 811 mum 8.84 mm -2.43 m 0 eV 903 keV 646 mum 8.69 mm Target eIoni - 8 811 mum 8.84 mm -2.43 m 0 eV 0 eV 0 fm 8.69 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1292, Parent ID = 1285 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 811 mum 8.84 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.43 mm 9.79 mm -2.43 m 462 keV 0 eV 1.8 mm 1.8 mm Target compt - 2 4.01 mm 1.05 cm -2.44 m 369 keV 0 eV 8 mm 9.8 mm Target compt - 3 3.9 mm 1.05 cm -2.44 m 0 eV 88 keV 315 mum 1.01 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1295, Parent ID = 1292 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.9 mm 1.05 cm -2.44 m 281 keV 0 eV 0 fm 0 fm Target initStep - 1 3.9 mm 1.04 cm -2.44 m 0 eV 281 keV 136 mum 136 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1294, Parent ID = 1292 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.01 mm 1.05 cm -2.44 m 92.1 keV 0 eV 0 fm 0 fm Target initStep - 1 4.01 mm 1.05 cm -2.44 m 0 eV 92.1 keV 24.3 mum 24.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1293, Parent ID = 1292 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.43 mm 9.79 mm -2.43 m 49.4 keV 0 eV 0 fm 0 fm Target initStep - 1 1.43 mm 9.79 mm -2.43 m 0 eV 49.4 keV 8.78 mum 8.78 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1291, Parent ID = 1285 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 811 mum 8.84 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.79 mm -2.83 mm -2.41 m 0 eV 88 keV 2.22 cm 2.22 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1296, Parent ID = 1291 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.79 mm -2.83 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.79 mm -2.83 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1290, Parent ID = 1285 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 816 mum 8.91 mm -2.43 m 612 keV 0 eV 0 fm 0 fm Target initStep - 1 131 mum 3.79 mm -2.43 m 373 keV 0 eV 5.43 mm 5.43 mm Target compt - 2 1.64 mm 2.41 mm -2.43 m 0 eV 88 keV 2.08 mm 7.51 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1298, Parent ID = 1290 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.64 mm 2.41 mm -2.43 m 285 keV 0 eV 0 fm 0 fm Target initStep - 1 1.64 mm 2.41 mm -2.43 m 0 eV 285 keV 139 mum 139 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1297, Parent ID = 1290 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 131 mum 3.79 mm -2.43 m 238 keV 0 eV 0 fm 0 fm Target initStep - 1 127 mum 3.79 mm -2.43 m 0 eV 238 keV 106 mum 106 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1289, Parent ID = 1285 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 387 mum 8.66 mm -2.43 m 1.45 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.27 cm 2.5 cm -2.43 m 1.45 MeV 0 eV 2.78 cm 2.78 cm Target Transportation - 2 2.91 m 2.14 m -2.89 m 1.45 MeV 0 eV 3.61 m 3.64 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1288, Parent ID = 1285 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 172 mum 7.81 mm -2.43 m 1.64 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.66 mm 1.96 cm -2.42 m 504 keV 0 eV 1.37 cm 1.37 cm Target compt - 2 730 mum 2.16 cm -2.42 m 437 keV 0 eV 5.52 mm 1.92 cm Target compt - 3 3.32 mm 2.42 cm -2.42 m 319 keV 0 eV 3.64 mm 2.29 cm Target compt - 4 3.18 mm 2.5 cm -2.42 m 319 keV 0 eV 870 mum 2.37 cm Target Transportation - 5 -7.76 mm 9.21 cm -2.4 m 319 keV 0 eV 7.14 cm 9.51 cm World Transportation - 6 -38.4 cm 2.4 m -1.66 m 319 keV 0 eV 2.45 m 2.55 m Tracker Transportation - 7 -46.7 cm 2.91 m -1.49 m 319 keV 0 eV 54.2 cm 3.09 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1301, Parent ID = 1288 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.32 mm 2.42 cm -2.42 m 118 keV 0 eV 0 fm 0 fm Target initStep - 1 3.32 mm 2.42 cm -2.42 m 0 eV 118 keV 36.2 mum 36.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1300, Parent ID = 1288 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 730 mum 2.16 cm -2.42 m 66.9 keV 0 eV 0 fm 0 fm Target initStep - 1 731 mum 2.16 cm -2.42 m 0 eV 66.9 keV 14.5 mum 14.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1299, Parent ID = 1288 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.66 mm 1.96 cm -2.42 m 1.14 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.69 mm 1.97 cm -2.42 m 0 eV 1.14 MeV 836 mum 836 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1287, Parent ID = 1285 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 205 mum 7.74 mm -2.43 m 2.47 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.93 mm 2.5 cm -2.42 m 2.47 MeV 0 eV 2.15 cm 2.15 cm Target Transportation - 2 -1.02 cm 5.1 cm -2.4 m 2.47 MeV 0 eV 3.24 cm 5.39 cm World Transportation - 3 -57.3 cm 2.4 m -73.8 cm 2.47 MeV 0 eV 2.93 m 2.99 m Tracker Transportation - 4 -69.5 cm 2.91 m -37.7 cm 2.47 MeV 0 eV 63.7 cm 3.62 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1286, Parent ID = 1285 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.04 mm 3.14 mm -2.43 m 717 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.45 mm 2.5 cm -2.42 m 717 keV 0 eV 2.46 cm 2.46 cm Target Transportation - 2 -3.12 mm 6.03 cm -2.4 m 717 keV 0 eV 3.97 cm 6.44 cm World Transportation - 3 -4.71 cm 2.4 m -1.18 m 717 keV 0 eV 2.64 m 2.7 m Tracker Transportation - 4 -5.67 cm 2.91 m -91.7 cm 717 keV 0 eV 57.5 cm 3.28 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1284, Parent ID = 1238 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.61 mm 2.48 mm -2.43 m 12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.86 mm 5.56 mm -2.43 m 6.66 MeV 4.37 MeV 2.73 mm 2.73 mm Target eBrem - 2 -2.13 mm 5.3 mm -2.43 m 4.69 MeV 1.49 MeV 1.33 mm 4.06 mm Target eBrem - 3 -2.34 mm 5.46 mm -2.43 m 0 eV 4.69 MeV 3.66 mm 7.72 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1303, Parent ID = 1284 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.13 mm 5.3 mm -2.43 m 477 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.56 mm 7.33 mm -2.42 m 0 eV 88 keV 6.96 mm 6.96 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1304, Parent ID = 1303 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.56 mm 7.33 mm -2.42 m 389 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.56 mm 7.34 mm -2.42 m 0 eV 389 keV 214 mum 214 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1302, Parent ID = 1284 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.86 mm 5.56 mm -2.43 m 1.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 -591 mum 8.12 mm -2.42 m 0 eV 88 keV 5.99 mm 5.99 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1305, Parent ID = 1302 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -591 mum 8.12 mm -2.42 m 918 keV 0 eV 0 fm 0 fm Target initStep - 1 -730 mum 8.28 mm -2.42 m 62.5 keV 855 keV 636 mum 636 mum Target eBrem - 2 -730 mum 8.28 mm -2.42 m 0 eV 62.5 keV 12.9 mum 649 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1237, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -317 mum 205 mum -2.43 m 448 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.3 mm 1.49 mm -2.43 m 0 eV 88 keV 2.29 mm 2.29 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1306, Parent ID = 1237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.3 mm 1.49 mm -2.43 m 360 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.29 mm 1.5 mm -2.43 m 0 eV 360 keV 193 mum 193 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1236, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -116 mum -57.1 mum -2.43 m 3.37 MeV 0 eV 0 fm 0 fm Target initStep - 1 -568 mum 774 mum -2.43 m 441 keV 0 eV 4.43 mm 4.43 mm Target compt - 2 -5.19 mm 1.03 cm -2.43 m 0 eV 88 keV 1.08 cm 1.53 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1308, Parent ID = 1236 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.19 mm 1.03 cm -2.43 m 353 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.19 mm 1.03 cm -2.43 m 0 eV 353 keV 187 mum 187 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1307, Parent ID = 1236 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -568 mum 774 mum -2.43 m 2.93 MeV 0 eV 0 fm 0 fm Target initStep - 1 -581 mum 795 mum -2.43 m 0 eV 2.93 MeV 2.3 mm 2.3 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1235, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -75.3 mum -58.5 mum -2.43 m 546 keV 0 eV 0 fm 0 fm Target initStep - 1 -541 mum 250 mum -2.43 m 0 eV 88 keV 5.55 mm 5.55 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1309, Parent ID = 1235 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -541 mum 250 mum -2.43 m 458 keV 0 eV 0 fm 0 fm Target initStep - 1 -529 mum 250 mum -2.43 m 0 eV 458 keV 268 mum 268 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1234, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -70.6 mum -65.4 mum -2.43 m 6.35 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.11 mm 720 mum -2.41 m 0 eV 0 eV 2.16 cm 2.16 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1311, Parent ID = 1234 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.11 mm 720 mum -2.41 m 2.97 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.17 mm 699 mum -2.41 m 2.07 MeV 324 keV 162 mum 162 mum Target eBrem - 2 -1.41 mm 1.32 mm -2.41 m 537 keV 1.22 MeV 933 mum 1.1 mm Target eBrem - 3 -1.38 mm 1.31 mm -2.41 m 0 eV 537 keV 332 mum 1.43 mm Target eIoni - 4 -1.38 mm 1.31 mm -2.41 m 0 eV 0 eV 0 fm 1.43 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1315, Parent ID = 1311 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.38 mm 1.31 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -901 mum 2.78 mm -2.41 m 281 keV 0 eV 1.97 mm 1.97 mm Target compt - 2 -67.4 mum 2.18 mm -2.41 m 0 eV 88 keV 1.27 mm 3.24 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1317, Parent ID = 1315 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -67.4 mum 2.18 mm -2.41 m 193 keV 0 eV 0 fm 0 fm Target initStep - 1 -69.5 mum 2.18 mm -2.41 m 0 eV 193 keV 77.2 mum 77.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1316, Parent ID = 1315 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -901 mum 2.78 mm -2.41 m 230 keV 0 eV 0 fm 0 fm Target initStep - 1 -902 mum 2.78 mm -2.41 m 0 eV 230 keV 101 mum 101 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1314, Parent ID = 1311 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.38 mm 1.31 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.67 mm 424 mum -2.41 m 0 eV 88 keV 1.18 mm 1.18 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1318, Parent ID = 1314 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.67 mm 424 mum -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.68 mm 409 mum -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1313, Parent ID = 1311 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.41 mm 1.32 mm -2.41 m 322 keV 0 eV 0 fm 0 fm Target initStep - 1 -321 mum 1.1 mm -2.41 m 0 eV 88 keV 1.31 mm 1.31 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1319, Parent ID = 1313 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -321 mum 1.1 mm -2.41 m 234 keV 0 eV 0 fm 0 fm Target initStep - 1 -316 mum 1.11 mm -2.41 m 0 eV 234 keV 103 mum 103 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1312, Parent ID = 1311 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.17 mm 699 mum -2.41 m 576 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.29 mm -46.2 mum -2.41 m 344 keV 0 eV 4.79 mm 4.79 mm Target compt - 2 -5.58 mm -539 mum -2.41 m 0 eV 88 keV 599 mum 5.39 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1321, Parent ID = 1312 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.58 mm -539 mum -2.41 m 256 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.59 mm -546 mum -2.41 m 0 eV 256 keV 118 mum 118 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1320, Parent ID = 1312 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.29 mm -46.2 mum -2.41 m 232 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.3 mm -43.8 mum -2.41 m 0 eV 232 keV 102 mum 102 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1310, Parent ID = 1234 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.11 mm 720 mum -2.41 m 2.36 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.14 mm 739 mum -2.41 m 0 eV 2.36 MeV 1.85 mm 1.85 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1233, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -68.6 mum -43.2 mum -2.44 m 232 MeV 0 eV 0 fm 0 fm Target initStep - 1 51.3 mum -107 mum -2.43 m 0 eV 0 eV 8.63 mm 8.63 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1323, Parent ID = 1233 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 51.3 mum -107 mum -2.43 m 169 MeV 0 eV 0 fm 0 fm Target initStep - 1 36.8 mum -107 mum -2.43 m 147 MeV 1.34 MeV 1.03 mm 1.03 mm Target eBrem - 2 55.3 mum -172 mum -2.42 m 143 MeV 1.34 MeV 956 mum 1.99 mm Target eBrem - 3 190 mum -243 mum -2.42 m 140 MeV 1.92 MeV 1.27 mm 3.26 mm Target eBrem - 4 207 mum -345 mum -2.42 m 135 MeV 4.91 MeV 908 mum 4.16 mm Target eBrem - 5 210 mum -387 mum -2.42 m 19.7 MeV 573 keV 385 mum 4.55 mm Target eBrem - 6 186 mum -379 mum -2.42 m 18.7 MeV 494 keV 491 mum 5.04 mm Target eBrem - 7 -65 mum -578 mum -2.42 m 12.4 MeV 1.82 MeV 1.62 mm 6.66 mm Target eBrem - 8 -1.39 mm 286 mum -2.42 m 9.11 MeV 2.79 MeV 2.3 mm 8.96 mm Target eBrem - 9 -2.75 mm -201 mum -2.42 m 1.28 MeV 1.43 MeV 1.37 mm 1.03 cm Target eBrem - 10 -2.8 mm -222 mum -2.42 m 0 eV 1.28 MeV 976 mum 1.13 cm Target eIoni - 11 -2.8 mm -222 mum -2.42 m 0 eV 0 eV 0 fm 1.13 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1334, Parent ID = 1323 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.8 mm -222 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.46 mm -1.43 mm -2.42 m 217 keV 0 eV 2.05 mm 2.05 mm Target compt - 2 -4.46 mm -1.32 mm -2.42 m 0 eV 88 keV 213 mum 2.27 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1336, Parent ID = 1334 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.46 mm -1.32 mm -2.42 m 129 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.45 mm -1.31 mm -2.42 m 0 eV 129 keV 41.5 mum 41.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1335, Parent ID = 1334 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.46 mm -1.43 mm -2.42 m 294 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.47 mm -1.43 mm -2.42 m 0 eV 294 keV 145 mum 145 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1333, Parent ID = 1323 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.8 mm -222 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.7 mm 576 mum -2.42 m 0 eV 88 keV 1.36 mm 1.36 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1337, Parent ID = 1333 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.7 mm 576 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.69 mm 589 mum -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1332, Parent ID = 1323 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.75 mm -201 mum -2.42 m 6.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.3 mm -1.7 mm -2.41 m 0 eV 0 eV 6.61 mm 6.61 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1339, Parent ID = 1332 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.3 mm -1.7 mm -2.41 m 3.14 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.65 mm -1.52 mm -2.41 m 0 eV 3.14 MeV 2.51 mm 2.51 mm Target eIoni - 2 -5.65 mm -1.52 mm -2.41 m 0 eV 0 eV 0 fm 2.51 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1341, Parent ID = 1339 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.65 mm -1.52 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 5.83 mm -5.07 mm -2.41 m 0 eV 88 keV 1.29 cm 1.29 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1342, Parent ID = 1341 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.83 mm -5.07 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 5.84 mm -5.07 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1340, Parent ID = 1339 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.65 mm -1.52 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.49 cm 1.35 mm -2.42 m 172 keV 0 eV 1.04 cm 1.04 cm Target compt - 2 -1.32 cm 1.24 mm -2.42 m 0 eV 88 keV 1.95 mm 1.24 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1344, Parent ID = 1340 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.32 cm 1.24 mm -2.42 m 84.4 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.32 cm 1.24 mm -2.42 m 0 eV 84.4 keV 21.1 mum 21.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1343, Parent ID = 1340 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.49 cm 1.35 mm -2.42 m 339 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.49 cm 1.35 mm -2.42 m 0 eV 339 keV 177 mum 177 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1338, Parent ID = 1332 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.3 mm -1.7 mm -2.41 m 2.24 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.3 mm -1.74 mm -2.41 m 1.24 MeV 527 keV 451 mum 451 mum Target eBrem - 2 -5.3 mm -1.72 mm -2.41 m 0 eV 1.24 MeV 925 mum 1.38 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1345, Parent ID = 1338 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.3 mm -1.74 mm -2.41 m 468 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.72 mm 327 mum -2.42 m 0 eV 88 keV 3.35 mm 3.35 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1346, Parent ID = 1345 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.72 mm 327 mum -2.42 m 380 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.72 mm 327 mum -2.42 m 0 eV 380 keV 208 mum 208 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1331, Parent ID = 1323 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.39 mm 286 mum -2.42 m 472 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.31 mm -129 mum -2.42 m 308 keV 0 eV 1.21 mm 1.21 mm Target compt - 2 -1.88 mm -974 mum -2.42 m 0 eV 88 keV 1.71 mm 2.92 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1348, Parent ID = 1331 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.88 mm -974 mum -2.42 m 220 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.87 mm -972 mum -2.42 m 0 eV 220 keV 94.6 mum 94.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1347, Parent ID = 1331 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.31 mm -129 mum -2.42 m 164 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.32 mm -129 mum -2.42 m 0 eV 164 keV 60.2 mum 60.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1330, Parent ID = 1323 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -65 mum -578 mum -2.42 m 4.54 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.72 mm -723 mum -2.41 m 0 eV 88 keV 6.14 mm 6.14 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1349, Parent ID = 1330 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.72 mm -723 mum -2.41 m 4.45 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.71 mm 1.32 mm -2.41 m 1.2 MeV 3.25 MeV 3.2 mm 3.2 mm Target eBrem - 2 -3.72 mm 1.38 mm -2.41 m 0 eV 1.2 MeV 893 mum 4.09 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1329, Parent ID = 1323 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 186 mum -379 mum -2.42 m 467 keV 0 eV 0 fm 0 fm Target initStep - 1 309 mum -451 mum -2.42 m 0 eV 88 keV 1.16 mm 1.16 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1350, Parent ID = 1329 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 309 mum -451 mum -2.42 m 379 keV 0 eV 0 fm 0 fm Target initStep - 1 316 mum -439 mum -2.42 m 0 eV 379 keV 207 mum 207 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1328, Parent ID = 1323 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 210 mum -387 mum -2.42 m 114 MeV 0 eV 0 fm 0 fm Target initStep - 1 310 mum -731 mum -2.42 m 0 eV 0 eV 3.06 mm 3.06 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1352, Parent ID = 1328 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 310 mum -731 mum -2.42 m 53.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 310 mum -736 mum -2.42 m 53.5 MeV 41.9 keV 28.9 mum 28.9 mum Target eBrem - 2 359 mum -832 mum -2.42 m 31.5 MeV 863 keV 695 mum 723 mum Target eBrem - 3 628 mum -1.53 mm -2.42 m 27.9 MeV 2.62 MeV 2.17 mm 2.89 mm Target eBrem - 4 867 mum -2.03 mm -2.42 m 22.2 MeV 3.63 MeV 1.35 mm 4.25 mm Target eBrem - 5 570 mum -2.7 mm -2.41 m 17.4 MeV 1.25 MeV 1.1 mm 5.35 mm Target eBrem - 6 376 mum -3.11 mm -2.41 m 15.6 MeV 668 keV 667 mum 6.02 mm Target eBrem - 7 493 mum -4.85 mm -2.41 m 12.7 MeV 2.43 MeV 1.77 mm 7.79 mm Target eBrem - 8 -26.9 mum -5.65 mm -2.41 m 8.14 MeV 1.47 MeV 1.02 mm 8.81 mm Target eBrem - 9 247 mum -5.97 mm -2.41 m 7.16 MeV 546 keV 482 mum 9.29 mm Target eBrem - 10 249 mum -6.09 mm -2.41 m 6.69 MeV 159 keV 193 mum 9.48 mm Target eBrem - 11 184 mum -6.95 mm -2.41 m 0 eV 6.69 MeV 5.18 mm 1.47 cm Target eIoni - 12 184 mum -6.95 mm -2.41 m 0 eV 0 eV 0 fm 1.47 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1364, Parent ID = 1352 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 184 mum -6.95 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 7.02 mm -5.71 mm -2.41 m 325 keV 0 eV 8.62 mm 8.62 mm Target compt - 2 1.15 cm -3.29 mm -2.41 m 0 eV 88 keV 5.68 mm 1.43 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1366, Parent ID = 1364 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.15 cm -3.29 mm -2.41 m 237 keV 0 eV 0 fm 0 fm Target initStep - 1 1.15 cm -3.29 mm -2.41 m 0 eV 237 keV 105 mum 105 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1365, Parent ID = 1364 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.02 mm -5.71 mm -2.41 m 186 keV 0 eV 0 fm 0 fm Target initStep - 1 7.02 mm -5.71 mm -2.41 m 0 eV 186 keV 73.6 mum 73.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1363, Parent ID = 1352 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 184 mum -6.95 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.59 cm -9.88 mm -2.42 m 0 eV 88 keV 2.03 cm 2.03 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1367, Parent ID = 1363 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.59 cm -9.88 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.6 cm -9.89 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1362, Parent ID = 1352 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 249 mum -6.09 mm -2.41 m 317 keV 0 eV 0 fm 0 fm Target initStep - 1 39.2 mum -8.09 mm -2.41 m 0 eV 88 keV 3.15 mm 3.15 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1368, Parent ID = 1362 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 39.2 mum -8.09 mm -2.41 m 229 keV 0 eV 0 fm 0 fm Target initStep - 1 38.2 mum -8.09 mm -2.41 m 0 eV 229 keV 100 mum 100 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1361, Parent ID = 1352 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 247 mum -5.97 mm -2.41 m 427 keV 0 eV 0 fm 0 fm Target initStep - 1 -982 mum -1.01 cm -2.41 m 0 eV 88 keV 6.56 mm 6.56 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1369, Parent ID = 1361 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -982 mum -1.01 cm -2.41 m 339 keV 0 eV 0 fm 0 fm Target initStep - 1 -974 mum -1.01 cm -2.41 m 0 eV 339 keV 177 mum 177 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1360, Parent ID = 1352 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -26.9 mum -5.65 mm -2.41 m 3.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.6 mm -1.35 cm -2.41 m 1.35 MeV 0 eV 1.06 cm 1.06 cm Target compt - 2 912 mum -1.95 cm -2.4 m 453 keV 0 eV 9.95 mm 2.05 cm Target compt - 3 752 mum -1.94 cm -2.4 m 453 keV 0 eV 217 mum 2.07 cm Target Transportation - 4 -2.4 m 1.57 m -90.1 cm 453 keV 0 eV 3.25 m 3.27 m Tracker Transportation - 5 -2.91 m 1.91 m -58.3 cm 453 keV 0 eV 69 cm 3.96 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1371, Parent ID = 1360 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 912 mum -1.95 cm -2.4 m 896 keV 0 eV 0 fm 0 fm Target initStep - 1 911 mum -1.96 cm -2.4 m 0 eV 896 keV 632 mum 632 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1370, Parent ID = 1360 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.6 mm -1.35 cm -2.41 m 1.75 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.68 mm -1.36 cm -2.41 m 0 eV 1.75 MeV 1.35 mm 1.35 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1359, Parent ID = 1352 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 493 mum -4.85 mm -2.41 m 411 keV 0 eV 0 fm 0 fm Target initStep - 1 -683 mum -7.82 mm -2.41 m 338 keV 0 eV 4.4 mm 4.4 mm Target compt - 2 933 mum -9.82 mm -2.41 m 0 eV 88 keV 3.51 mm 7.91 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1373, Parent ID = 1359 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 933 mum -9.82 mm -2.41 m 250 keV 0 eV 0 fm 0 fm Target initStep - 1 937 mum -9.83 mm -2.41 m 0 eV 250 keV 114 mum 114 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1372, Parent ID = 1359 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -683 mum -7.82 mm -2.41 m 73.4 keV 0 eV 0 fm 0 fm Target initStep - 1 -684 mum -7.82 mm -2.41 m 0 eV 73.4 keV 16.8 mum 16.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1358, Parent ID = 1352 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 376 mum -3.11 mm -2.41 m 1.17 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.01 mm -2.5 cm -2.4 m 1.17 MeV 0 eV 2.48 cm 2.48 cm Target Transportation - 2 2.37 mm -2.99 cm -2.4 m 1.17 MeV 0 eV 5.58 mm 3.04 cm World Transportation - 3 17.9 cm -2.4 m -1.16 m 1.17 MeV 0 eV 2.68 m 2.71 m Tracker Transportation - 4 21.7 cm -2.91 m -88.8 cm 1.17 MeV 0 eV 57.7 cm 3.29 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1357, Parent ID = 1352 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 570 mum -2.7 mm -2.41 m 3.58 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.74 mm -1.84 cm -2.4 m 665 keV 0 eV 2.05 cm 2.05 cm Target compt - 2 -9.33 mm -1.76 cm -2.4 m 0 eV 88 keV 3.11 mm 2.36 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1375, Parent ID = 1357 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.33 mm -1.76 cm -2.4 m 577 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.34 mm -1.76 cm -2.4 m 0 eV 577 keV 365 mum 365 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1374, Parent ID = 1357 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.74 mm -1.84 cm -2.4 m 2.91 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.77 mm -1.84 cm -2.4 m 1.85 MeV 132 keV 123 mum 123 mum Target eBrem - 2 -6.67 mm -1.86 cm -2.4 m 1.21 MeV 208 keV 250 mum 373 mum Target eBrem - 3 -6.6 mm -1.86 cm -2.4 m 0 eV 1.21 MeV 902 mum 1.27 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1377, Parent ID = 1374 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.67 mm -1.86 cm -2.4 m 427 keV 0 eV 0 fm 0 fm Target initStep - 1 -613 mum -1.84 cm -2.4 m 0 eV 88 keV 6.08 mm 6.08 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1378, Parent ID = 1377 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -613 mum -1.84 cm -2.4 m 339 keV 0 eV 0 fm 0 fm Target initStep - 1 -607 mum -1.84 cm -2.4 m 0 eV 339 keV 178 mum 178 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1376, Parent ID = 1374 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.77 mm -1.84 cm -2.4 m 932 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.27 mm -2.46 cm -2.4 m 932 keV 0 eV 7.53 mm 7.53 mm Target Transportation - 2 -96.6 cm -2.4 m -1.07 m 932 keV 0 eV 2.88 m 2.89 m Tracker Transportation - 3 -1.17 m -2.91 m -78.6 cm 932 keV 0 eV 61.9 cm 3.51 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1356, Parent ID = 1352 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 867 mum -2.03 mm -2.42 m 2.05 MeV 0 eV 0 fm 0 fm Target initStep - 1 169 mum -3.03 mm -2.41 m 0 eV 88 keV 1.66 mm 1.66 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1379, Parent ID = 1356 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 169 mum -3.03 mm -2.41 m 1.96 MeV 0 eV 0 fm 0 fm Target initStep - 1 272 mum -3.26 mm -2.41 m 1.08 MeV 565 keV 337 mum 337 mum Target eBrem - 2 230 mum -3.25 mm -2.41 m 0 eV 1.08 MeV 789 mum 1.13 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1380, Parent ID = 1379 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 272 mum -3.26 mm -2.41 m 316 keV 0 eV 0 fm 0 fm Target initStep - 1 -659 mum -3.4 mm -2.42 m 0 eV 88 keV 1.72 mm 1.72 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1381, Parent ID = 1380 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -659 mum -3.4 mm -2.42 m 228 keV 0 eV 0 fm 0 fm Target initStep - 1 -661 mum -3.4 mm -2.42 m 0 eV 228 keV 99.4 mum 99.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1355, Parent ID = 1352 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 628 mum -1.53 mm -2.42 m 1.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.81 mm -8.38 mm -2.41 m 453 keV 0 eV 1.26 cm 1.26 cm Target compt - 2 6.34 mm -1.73 cm -2.41 m 0 eV 88 keV 1.02 cm 2.28 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1383, Parent ID = 1355 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.34 mm -1.73 cm -2.41 m 365 keV 0 eV 0 fm 0 fm Target initStep - 1 6.34 mm -1.73 cm -2.41 m 0 eV 365 keV 197 mum 197 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1382, Parent ID = 1355 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.81 mm -8.38 mm -2.41 m 560 keV 0 eV 0 fm 0 fm Target initStep - 1 1.81 mm -8.38 mm -2.41 m 0 eV 560 keV 351 mum 351 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1354, Parent ID = 1352 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 359 mum -832 mum -2.42 m 21.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 779 mum -1.72 mm -2.41 m 0 eV 0 eV 6.06 mm 6.06 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1385, Parent ID = 1354 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 779 mum -1.72 mm -2.41 m 17.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 1 mm -1.99 mm -2.41 m 7.67 MeV 1.15 MeV 957 mum 957 mum Target eBrem - 2 3.54 mm -4.04 mm -2.41 m 2.9 MeV 3.98 MeV 3.36 mm 4.32 mm Target eBrem - 3 3.18 mm -5.03 mm -2.41 m 870 keV 2.03 MeV 2.19 mm 6.51 mm Target eBrem - 4 3.18 mm -5.08 mm -2.41 m 0 eV 870 keV 618 mum 7.12 mm Target eIoni - 5 3.18 mm -5.08 mm -2.41 m 0 eV 0 eV 0 fm 7.12 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1389, Parent ID = 1385 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.18 mm -5.08 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.59 mm -7.57 mm -2.42 m 0 eV 88 keV 1.39 cm 1.39 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1390, Parent ID = 1389 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.59 mm -7.57 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.59 mm -7.56 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1388, Parent ID = 1385 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.18 mm -5.08 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.2 cm -2.25 mm -2.4 m 511 keV 0 eV 1.58 cm 1.58 cm Target Transportation - 2 2.4 m 76.4 cm 1.05 m 511 keV 0 eV 4.27 m 4.28 m Tracker Transportation - 3 2.91 m 92.7 cm 1.79 m 511 keV 0 eV 91.1 cm 5.19 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1387, Parent ID = 1385 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.54 mm -4.04 mm -2.41 m 778 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.04 cm -3.13 mm -2.41 m 532 keV 0 eV 1.39 cm 1.39 cm Target compt - 2 -1.8 cm -5.81 mm -2.42 m 516 keV 0 eV 1.04 cm 2.43 cm Target compt - 3 -2.26 cm -5.99 mm -2.42 m 0 eV 88 keV 6.58 mm 3.09 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1393, Parent ID = 1387 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.26 cm -5.99 mm -2.42 m 428 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.26 cm -5.99 mm -2.42 m 0 eV 428 keV 245 mum 245 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1392, Parent ID = 1387 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.8 cm -5.81 mm -2.42 m 15.7 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.8 cm -5.81 mm -2.42 m 0 eV 15.7 keV 1.39 mum 1.39 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1391, Parent ID = 1387 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.04 cm -3.13 mm -2.41 m 246 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.04 cm -3.13 mm -2.41 m 0 eV 246 keV 111 mum 111 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1386, Parent ID = 1385 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1 mm -1.99 mm -2.41 m 8.72 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.84 mm -2.8 mm -2.4 m 8.72 MeV 0 eV 1.35 cm 1.35 cm Target Transportation - 2 2.4 m -28.6 cm 1.68 m 8.72 MeV 0 eV 4.73 m 4.75 m Tracker Transportation - 3 2.91 m -34.6 cm 2.54 m 8.72 MeV 0 eV 1.01 m 5.76 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1384, Parent ID = 1354 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 779 mum -1.72 mm -2.41 m 2.57 MeV 0 eV 0 fm 0 fm Target initStep - 1 881 mum -1.77 mm -2.41 m 1.89 MeV 400 keV 324 mum 324 mum Target eBrem - 2 1.16 mm -1.3 mm -2.41 m 397 keV 1.04 MeV 954 mum 1.28 mm Target eBrem - 3 1.15 mm -1.31 mm -2.41 m 0 eV 397 keV 221 mum 1.5 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1395, Parent ID = 1384 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.16 mm -1.3 mm -2.41 m 451 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.22 mm 664 mum -2.41 m 0 eV 88 keV 6.71 mm 6.71 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1396, Parent ID = 1395 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.22 mm 664 mum -2.41 m 363 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.22 mm 659 mum -2.41 m 0 eV 363 keV 195 mum 195 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1394, Parent ID = 1384 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 881 mum -1.77 mm -2.41 m 286 keV 0 eV 0 fm 0 fm Target initStep - 1 -105 mum -1.91 mm -2.42 m 0 eV 88 keV 3.1 mm 3.1 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1397, Parent ID = 1394 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -105 mum -1.91 mm -2.42 m 198 keV 0 eV 0 fm 0 fm Target initStep - 1 -105 mum -1.91 mm -2.42 m 0 eV 198 keV 80.5 mum 80.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1353, Parent ID = 1352 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 310 mum -736 mum -2.42 m 301 keV 0 eV 0 fm 0 fm Target initStep - 1 324 mum -822 mum -2.42 m 0 eV 88 keV 470 mum 470 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1398, Parent ID = 1353 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 324 mum -822 mum -2.42 m 213 keV 0 eV 0 fm 0 fm Target initStep - 1 325 mum -826 mum -2.42 m 0 eV 213 keV 90.3 mum 90.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1351, Parent ID = 1328 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 310 mum -731 mum -2.42 m 59.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 279 mum -885 mum -2.42 m 56.3 MeV 1.97 MeV 1.4 mm 1.4 mm Target eBrem - 2 279 mum -884 mum -2.42 m 42.7 MeV 74.1 keV 57.4 mum 1.46 mm Target eBrem - 3 261 mum -876 mum -2.42 m 23.4 MeV 519 keV 322 mum 1.78 mm Target eBrem - 4 448 mum -1.07 mm -2.42 m 22.1 MeV 992 keV 816 mum 2.59 mm Target eBrem - 5 506 mum -1.06 mm -2.42 m 11.8 MeV 192 keV 187 mum 2.78 mm Target eBrem - 6 753 mum -999 mum -2.42 m 10.9 MeV 550 keV 482 mum 3.26 mm Target eBrem - 7 691 mum -1.58 mm -2.42 m 9.38 MeV 1.54 MeV 1.32 mm 4.59 mm Target eBrem - 8 131 mum -1.36 mm -2.41 m 7.56 MeV 1.18 MeV 806 mum 5.39 mm Target eBrem - 9 109 mum -1.36 mm -2.41 m 2.23 MeV 26.9 keV 25.2 mum 5.42 mm Target eBrem - 10 90.2 mum -1.25 mm -2.42 m 1.3 MeV 601 keV 592 mum 6.01 mm Target eBrem - 11 103 mum -1.28 mm -2.42 m 0 eV 1.3 MeV 972 mum 6.98 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1407, Parent ID = 1351 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 90.2 mum -1.25 mm -2.42 m 330 keV 0 eV 0 fm 0 fm Target initStep - 1 132 mum -1.37 mm -2.42 m 0 eV 88 keV 194 mum 194 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1408, Parent ID = 1407 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 132 mum -1.37 mm -2.42 m 242 keV 0 eV 0 fm 0 fm Target initStep - 1 132 mum -1.38 mm -2.42 m 0 eV 242 keV 109 mum 109 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1406, Parent ID = 1351 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 109 mum -1.36 mm -2.41 m 5.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.33 cm -3.19 mm -2.42 m 0 eV 0 eV 1.59 cm 1.59 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1410, Parent ID = 1406 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.33 cm -3.19 mm -2.42 m 3.53 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.37 cm -3.2 mm -2.42 m 0 eV 3.53 MeV 2.81 mm 2.81 mm Target eIoni - 2 -1.37 cm -3.2 mm -2.42 m 0 eV 0 eV 0 fm 2.81 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1412, Parent ID = 1410 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.37 cm -3.2 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.36 mm -5.97 mm -2.42 m 0 eV 88 keV 6.39 mm 6.39 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1413, Parent ID = 1412 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.36 mm -5.97 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.34 mm -5.97 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1411, Parent ID = 1410 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.37 cm -3.2 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.59 cm -2.07 mm -2.42 m 449 keV 0 eV 2.62 mm 2.62 mm Target compt - 2 -1.77 cm 498 mum -2.43 m 0 eV 88 keV 3.91 mm 6.53 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1415, Parent ID = 1411 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.77 cm 498 mum -2.43 m 361 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.77 cm 511 mum -2.43 m 0 eV 361 keV 194 mum 194 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1414, Parent ID = 1411 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.59 cm -2.07 mm -2.42 m 62.2 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.59 cm -2.07 mm -2.42 m 0 eV 62.2 keV 12.8 mum 12.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1409, Parent ID = 1406 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.33 cm -3.19 mm -2.42 m 752 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.33 cm -3.2 mm -2.42 m 0 eV 752 keV 511 mum 511 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1405, Parent ID = 1351 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 131 mum -1.36 mm -2.41 m 645 keV 0 eV 0 fm 0 fm Target initStep - 1 -327 mum -1.51 mm -2.42 m 644 keV 0 eV 507 mum 507 mum Target compt - 2 -3.83 mm -2.8 mm -2.42 m 638 keV 0 eV 3.97 mm 4.47 mm Target compt - 3 -6.18 mm -3.49 mm -2.42 m 0 eV 88 keV 2.71 mm 7.19 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1418, Parent ID = 1405 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.18 mm -3.49 mm -2.42 m 550 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.2 mm -3.49 mm -2.42 m 0 eV 550 keV 342 mum 342 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1417, Parent ID = 1405 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.83 mm -2.8 mm -2.42 m 6.24 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.83 mm -2.8 mm -2.42 m 0 eV 6.24 keV 349 nm 349 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1416, Parent ID = 1405 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -327 mum -1.51 mm -2.42 m 701 eV 0 eV 0 fm 0 fm Target initStep - 1 -327 mum -1.51 mm -2.42 m 0 eV 701 eV 15.2 nm 15.2 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1404, Parent ID = 1351 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 753 mum -999 mum -2.42 m 302 keV 0 eV 0 fm 0 fm Target initStep - 1 579 mum -959 mum -2.42 m 0 eV 88 keV 1.01 mm 1.01 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1419, Parent ID = 1404 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 579 mum -959 mum -2.42 m 214 keV 0 eV 0 fm 0 fm Target initStep - 1 580 mum -961 mum -2.42 m 0 eV 214 keV 90.9 mum 90.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1403, Parent ID = 1351 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 506 mum -1.06 mm -2.42 m 10.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.31 mm -1.75 mm -2.41 m 0 eV 0 eV 6.66 mm 6.66 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1421, Parent ID = 1403 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.31 mm -1.75 mm -2.41 m 6.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.42 mm -1.32 mm -2.41 m 4.14 MeV 2.16 MeV 1.24 mm 1.24 mm Target eBrem - 2 5.11 mm -359 mum -2.41 m 914 keV 2.74 MeV 2.53 mm 3.76 mm Target eBrem - 3 5.12 mm -345 mum -2.41 m 0 eV 914 keV 655 mum 4.42 mm Target eIoni - 4 5.12 mm -345 mum -2.41 m 0 eV 0 eV 0 fm 4.42 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1424, Parent ID = 1421 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.12 mm -345 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -119 mum -4.96 mm -2.4 m 0 eV 88 keV 1.16 cm 1.16 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1425, Parent ID = 1424 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -119 mum -4.96 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -121 mum -4.97 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1423, Parent ID = 1421 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.12 mm -345 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 6.59 mm 947 mum -2.41 m 312 keV 0 eV 3.24 mm 3.24 mm Target compt - 2 6.95 mm 1.1 mm -2.41 m 0 eV 88 keV 400 mum 3.64 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1427, Parent ID = 1423 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.95 mm 1.1 mm -2.41 m 224 keV 0 eV 0 fm 0 fm Target initStep - 1 6.95 mm 1.1 mm -2.41 m 0 eV 224 keV 97.3 mum 97.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1426, Parent ID = 1423 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.59 mm 947 mum -2.41 m 199 keV 0 eV 0 fm 0 fm Target initStep - 1 6.59 mm 948 mum -2.41 m 0 eV 199 keV 80.8 mum 80.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1422, Parent ID = 1421 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.11 mm -359 mum -2.41 m 482 keV 0 eV 0 fm 0 fm Target initStep - 1 5.12 mm -349 mum -2.41 m 0 eV 88 keV 161 mum 161 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1428, Parent ID = 1422 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.12 mm -349 mum -2.41 m 394 keV 0 eV 0 fm 0 fm Target initStep - 1 5.12 mm -344 mum -2.41 m 0 eV 394 keV 218 mum 218 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1420, Parent ID = 1403 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.31 mm -1.75 mm -2.41 m 2.86 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.94 mm -818 mum -2.41 m 357 keV 2.5 MeV 1.77 mm 1.77 mm Target eBrem - 2 3.93 mm -818 mum -2.41 m 0 eV 357 keV 191 mum 1.96 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1402, Parent ID = 1351 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 448 mum -1.07 mm -2.42 m 290 keV 0 eV 0 fm 0 fm Target initStep - 1 578 mum -1.06 mm -2.42 m 0 eV 88 keV 527 mum 527 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1429, Parent ID = 1402 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 578 mum -1.06 mm -2.42 m 202 keV 0 eV 0 fm 0 fm Target initStep - 1 579 mum -1.06 mm -2.42 m 0 eV 202 keV 83 mum 83 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1401, Parent ID = 1351 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 261 mum -876 mum -2.42 m 18.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.08 mm -3.73 mm -2.4 m 18.7 MeV 0 eV 1.78 cm 1.78 cm Target Transportation - 2 8.53 cm -13.4 cm -1.6 m 18.7 MeV 0 eV 81.5 cm 83.3 cm Tracker Transportation - 3 10.6 cm -16.7 cm -1.4 m 18.7 MeV 0 eV 20.4 cm 1.04 m Chamber Transportation - 4 16.9 cm -26.5 cm -80 cm 18.7 MeV 0 eV 61.1 cm 1.65 m Tracker Transportation - 5 18.9 cm -29.8 cm -60 cm 18.7 MeV 0 eV 20.4 cm 1.85 m Chamber Transportation - 6 25.2 cm -39.6 cm 0 fm 18.7 MeV 0 eV 61.1 cm 2.46 m Tracker Transportation - 7 27.3 cm -42.8 cm 20 cm 18.7 MeV 0 eV 20.4 cm 2.67 m Chamber Transportation - 8 33.5 cm -52.6 cm 80 cm 18.7 MeV 0 eV 61.1 cm 3.28 m Tracker Transportation - 9 35.6 cm -55.9 cm 1 m 18.7 MeV 0 eV 20.4 cm 3.48 m Chamber Transportation - 10 41.8 cm -65.7 cm 1.6 m 18.7 MeV 0 eV 61.1 cm 4.09 m Tracker Transportation - 11 43.9 cm -69 cm 1.8 m 18.7 MeV 0 eV 20.4 cm 4.3 m Chamber Transportation - 12 50.1 cm -78.8 cm 2.4 m 18.7 MeV 0 eV 61.1 cm 4.91 m Tracker Transportation - 13 55.4 cm -87.1 cm 2.91 m 18.7 MeV 0 eV 51.9 cm 5.43 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1400, Parent ID = 1351 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 279 mum -884 mum -2.42 m 13.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 551 mum -1.09 mm -2.4 m 13.6 MeV 0 eV 1.78 cm 1.78 cm Target Transportation - 2 1.28 cm -1.05 cm -1.6 m 13.6 MeV 0 eV 80 cm 81.8 cm Tracker Transportation - 3 1.58 cm -1.29 cm -1.4 m 13.6 MeV 0 eV 20 cm 1.02 m Chamber Transportation - 4 2.5 cm -1.99 cm -80 cm 13.6 MeV 0 eV 60 cm 1.62 m Tracker Transportation - 5 2.8 cm -2.23 cm -60 cm 13.6 MeV 0 eV 20 cm 1.82 m Chamber Transportation - 6 3.72 cm -2.94 cm 0 fm 13.6 MeV 0 eV 60 cm 2.42 m Tracker Transportation - 7 4.03 cm -3.17 cm 20 cm 13.6 MeV 0 eV 20 cm 2.62 m Chamber Transportation - 8 4.94 cm -3.88 cm 80 cm 13.6 MeV 0 eV 60 cm 3.22 m Tracker Transportation - 9 5.25 cm -4.11 cm 1 m 13.6 MeV 0 eV 20 cm 3.42 m Chamber Transportation - 10 6.17 cm -4.82 cm 1.6 m 13.6 MeV 0 eV 60 cm 4.02 m Tracker Transportation - 11 6.47 cm -5.06 cm 1.8 m 13.6 MeV 0 eV 20 cm 4.22 m Chamber Transportation - 12 7.39 cm -5.76 cm 2.4 m 13.6 MeV 0 eV 60 cm 4.82 m Tracker Transportation - 13 8.17 cm -6.36 cm 2.91 m 13.6 MeV 0 eV 51 cm 5.33 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1399, Parent ID = 1351 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 279 mum -885 mum -2.42 m 1.09 MeV 0 eV 0 fm 0 fm Target initStep - 1 312 mum -892 mum -2.42 m 0 eV 88 keV 2.65 mm 2.65 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1430, Parent ID = 1399 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 312 mum -892 mum -2.42 m 1 MeV 0 eV 0 fm 0 fm Target initStep - 1 301 mum -920 mum -2.42 m 0 eV 1 MeV 722 mum 722 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1327, Parent ID = 1323 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 207 mum -345 mum -2.42 m 1.04 MeV 0 eV 0 fm 0 fm Target initStep - 1 818 mum -2.68 mm -2.4 m 702 keV 0 eV 1.85 cm 1.85 cm Target compt - 2 -840 mum -6.76 mm -2.4 m 702 keV 0 eV 6.11 mm 2.47 cm Target Transportation - 3 -97.3 cm -2.4 m 8.57 cm 702 keV 0 eV 3.58 m 3.61 m Tracker Transportation - 4 -1.18 m -2.91 m 61.5 cm 702 keV 0 eV 76.4 cm 4.37 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1431, Parent ID = 1327 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 818 mum -2.68 mm -2.4 m 339 keV 0 eV 0 fm 0 fm Target initStep - 1 822 mum -2.67 mm -2.4 m 0 eV 339 keV 178 mum 178 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1326, Parent ID = 1323 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 190 mum -243 mum -2.42 m 937 keV 0 eV 0 fm 0 fm Target initStep - 1 256 mum -442 mum -2.42 m 209 keV 0 eV 1.84 mm 1.84 mm Target compt - 2 -491 mum -1.04 mm -2.42 m 0 eV 88 keV 2.49 mm 4.33 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1433, Parent ID = 1326 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -491 mum -1.04 mm -2.42 m 121 keV 0 eV 0 fm 0 fm Target initStep - 1 -490 mum -1.04 mm -2.42 m 0 eV 121 keV 37.4 mum 37.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1432, Parent ID = 1326 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 256 mum -442 mum -2.42 m 729 keV 0 eV 0 fm 0 fm Target initStep - 1 259 mum -443 mum -2.42 m 0 eV 729 keV 491 mum 491 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1325, Parent ID = 1323 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 55.3 mum -172 mum -2.42 m 2.69 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.53 mm -574 mum -2.4 m 2.69 MeV 0 eV 2.49 cm 2.49 cm Target Transportation - 2 8.25 cm -1.35 cm -1.6 m 2.69 MeV 0 eV 80.4 cm 82.9 cm Tracker Transportation - 3 10.2 cm -1.68 cm -1.4 m 2.69 MeV 0 eV 20.1 cm 1.03 m Chamber Transportation - 4 16.2 cm -2.65 cm -80 cm 2.69 MeV 0 eV 60.3 cm 1.63 m Tracker Transportation - 5 18.2 cm -2.97 cm -60 cm 2.69 MeV 0 eV 20.1 cm 1.83 m Chamber Transportation - 6 24.2 cm -3.95 cm -0.114 fm 2.69 MeV 0 eV 60.3 cm 2.44 m Tracker Transportation - 7 26.2 cm -4.27 cm 20 cm 2.69 MeV 0 eV 20.1 cm 2.64 m Chamber Transportation - 8 32.2 cm -5.24 cm 80 cm 2.69 MeV 0 eV 60.3 cm 3.24 m Tracker Transportation - 9 34.2 cm -5.56 cm 1 m 2.69 MeV 0 eV 20.1 cm 3.44 m Chamber Transportation - 10 40.2 cm -6.54 cm 1.6 m 2.69 MeV 0 eV 60.3 cm 4.05 m Tracker Transportation - 11 42.2 cm -6.86 cm 1.8 m 2.69 MeV 0 eV 20.1 cm 4.25 m Chamber Transportation - 12 48.2 cm -7.83 cm 2.4 m 2.69 MeV 0 eV 60.3 cm 4.85 m Tracker Transportation - 13 53.3 cm -8.66 cm 2.91 m 2.69 MeV 0 eV 51.3 cm 5.36 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1324, Parent ID = 1323 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 36.8 mum -107 mum -2.43 m 20.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 85.7 mum -165 mum -2.42 m 0 eV 0 eV 927 mum 927 mum Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1435, Parent ID = 1324 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 85.7 mum -165 mum -2.42 m 907 keV 0 eV 0 fm 0 fm Target initStep - 1 80.3 mum -144 mum -2.42 m 0 eV 907 keV 649 mum 649 mum Target eIoni - 2 80.3 mum -144 mum -2.42 m 0 eV 0 eV 0 fm 649 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1437, Parent ID = 1435 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 80.3 mum -144 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 641 mum -417 mum -2.42 m 242 keV 0 eV 623 mum 623 mum Target compt - 2 556 mum -543 mum -2.42 m 0 eV 88 keV 219 mum 842 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1439, Parent ID = 1437 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 556 mum -543 mum -2.42 m 154 keV 0 eV 0 fm 0 fm Target initStep - 1 554 mum -546 mum -2.42 m 0 eV 154 keV 54.8 mum 54.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1438, Parent ID = 1437 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 641 mum -417 mum -2.42 m 269 keV 0 eV 0 fm 0 fm Target initStep - 1 648 mum -418 mum -2.42 m 0 eV 269 keV 127 mum 127 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1436, Parent ID = 1435 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 80.3 mum -144 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.7 cm 8.16 mm -2.42 m 343 keV 0 eV 1.9 cm 1.9 cm Target compt - 2 -1.73 cm 9.86 mm -2.42 m 0 eV 88 keV 2.13 mm 2.11 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1441, Parent ID = 1436 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.73 cm 9.86 mm -2.42 m 255 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.73 cm 9.87 mm -2.42 m 0 eV 255 keV 117 mum 117 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1440, Parent ID = 1436 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.7 cm 8.16 mm -2.42 m 168 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.7 cm 8.16 mm -2.42 m 0 eV 168 keV 63 mum 63 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1434, Parent ID = 1324 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 85.7 mum -165 mum -2.42 m 18.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 92.3 mum -174 mum -2.42 m 13.3 MeV 71.4 keV 68.2 mum 68.2 mum Target eBrem - 2 86.4 mum -191 mum -2.42 m 11.5 MeV 283 keV 97.1 mum 165 mum Target eBrem - 3 120 mum 29.4 mum -2.42 m 4.56 MeV 1.34 MeV 1.01 mm 1.18 mm Target eBrem - 4 -359 mum -2.24 mm -2.42 m 906 keV 3.66 MeV 3.22 mm 4.39 mm Target eBrem - 5 -393 mum -2.24 mm -2.42 m 0 eV 906 keV 641 mum 5.03 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1444, Parent ID = 1434 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 120 mum 29.4 mum -2.42 m 5.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.1 mm -3.99 mm -2.42 m 0 eV 0 eV 1.16 cm 1.16 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1446, Parent ID = 1444 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.1 mm -3.99 mm -2.42 m 687 keV 0 eV 0 fm 0 fm Target initStep - 1 7.13 mm -3.99 mm -2.42 m 0 eV 687 keV 459 mum 459 mum Target eIoni - 2 7.13 mm -3.99 mm -2.42 m 0 eV 0 eV 0 fm 459 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1448, Parent ID = 1446 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.13 mm -3.99 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 6.99 mm -3.99 mm -2.42 m 331 keV 0 eV 762 mum 762 mum Target compt - 2 8.02 mm -4.53 mm -2.42 m 0 eV 88 keV 1.45 mm 2.21 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1450, Parent ID = 1448 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.02 mm -4.53 mm -2.42 m 243 keV 0 eV 0 fm 0 fm Target initStep - 1 8.02 mm -4.53 mm -2.42 m 0 eV 243 keV 109 mum 109 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1449, Parent ID = 1448 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.99 mm -3.99 mm -2.42 m 180 keV 0 eV 0 fm 0 fm Target initStep - 1 6.99 mm -3.99 mm -2.42 m 0 eV 180 keV 69.8 mum 69.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1447, Parent ID = 1446 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.13 mm -3.99 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 7.25 mm -4 mm -2.41 m 0 eV 88 keV 618 mum 618 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1451, Parent ID = 1447 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.25 mm -4 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 7.25 mm -4 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1445, Parent ID = 1444 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.1 mm -3.99 mm -2.42 m 3.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.14 mm -4.13 mm -2.42 m 2.68 MeV 409 keV 339 mum 339 mum Target eBrem - 2 7.21 mm -4.13 mm -2.41 m 1.99 MeV 127 keV 95.8 mum 435 mum Target eBrem - 3 7.25 mm -4.2 mm -2.41 m 0 eV 1.99 MeV 1.55 mm 1.99 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1453, Parent ID = 1445 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.21 mm -4.13 mm -2.41 m 556 keV 0 eV 0 fm 0 fm Target initStep - 1 8.37 mm -4.97 mm -2.41 m 0 eV 88 keV 2.39 mm 2.39 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1454, Parent ID = 1453 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.37 mm -4.97 mm -2.41 m 468 keV 0 eV 0 fm 0 fm Target initStep - 1 8.38 mm -4.98 mm -2.41 m 0 eV 468 keV 276 mum 276 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1452, Parent ID = 1445 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.14 mm -4.13 mm -2.42 m 810 keV 0 eV 0 fm 0 fm Target initStep - 1 7.25 mm -4.08 mm -2.41 m 445 keV 0 eV 169 mum 169 mum Target compt - 2 8.09 mm -5.23 mm -2.41 m 0 eV 88 keV 1.63 mm 1.8 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1456, Parent ID = 1452 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.09 mm -5.23 mm -2.41 m 357 keV 0 eV 0 fm 0 fm Target initStep - 1 8.1 mm -5.23 mm -2.41 m 0 eV 357 keV 191 mum 191 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1455, Parent ID = 1452 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.25 mm -4.08 mm -2.41 m 365 keV 0 eV 0 fm 0 fm Target initStep - 1 7.25 mm -4.07 mm -2.41 m 0 eV 365 keV 197 mum 197 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1443, Parent ID = 1434 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 86.4 mum -191 mum -2.42 m 1.52 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.07 mm -664 mum -2.42 m 276 keV 0 eV 9.43 mm 9.43 mm Target compt - 2 4.27 mm -1.38 mm -2.42 m 0 eV 88 keV 3.18 mm 1.26 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1458, Parent ID = 1443 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.27 mm -1.38 mm -2.42 m 188 keV 0 eV 0 fm 0 fm Target initStep - 1 4.27 mm -1.38 mm -2.42 m 0 eV 188 keV 74.8 mum 74.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1457, Parent ID = 1443 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.07 mm -664 mum -2.42 m 1.24 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.07 mm -665 mum -2.42 m 0 eV 1.24 MeV 928 mum 928 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1442, Parent ID = 1434 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 92.3 mum -174 mum -2.42 m 5.25 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.22 mm -1.73 mm -2.4 m 448 keV 0 eV 2.4 cm 2.4 cm Target compt - 2 -1.9 mm -2.5 cm -2.4 m 448 keV 0 eV 2.36 cm 4.76 cm Target Transportation - 3 -38.8 cm -2.91 m -2.7 m 448 keV 0 eV 2.93 m 2.97 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1459, Parent ID = 1442 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.22 mm -1.73 mm -2.4 m 4.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.24 mm -1.88 mm -2.4 m 1.42 MeV 2.77 MeV 2.2 mm 2.2 mm Target eBrem - 2 1.28 mm -1.88 mm -2.4 m 960 keV 85.5 keV 120 mum 2.32 mm Target eBrem - 3 1.25 mm -1.83 mm -2.4 m 0 eV 960 keV 687 mum 3.01 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1461, Parent ID = 1459 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.28 mm -1.88 mm -2.4 m 379 keV 0 eV 0 fm 0 fm Target initStep - 1 1.16 mm -1.75 mm -2.4 m 320 keV 0 eV 177 mum 177 mum Target compt - 2 1.12 mm -1.73 mm -2.4 m 0 eV 88 keV 70.5 mum 247 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1463, Parent ID = 1461 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.12 mm -1.73 mm -2.4 m 232 keV 0 eV 0 fm 0 fm Target initStep - 1 1.12 mm -1.73 mm -2.4 m 0 eV 232 keV 102 mum 102 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1462, Parent ID = 1461 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.16 mm -1.75 mm -2.4 m 59.2 keV 0 eV 0 fm 0 fm Target initStep - 1 1.16 mm -1.75 mm -2.4 m 0 eV 59.2 keV 11.8 mum 11.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1460, Parent ID = 1459 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.24 mm -1.88 mm -2.4 m 611 keV 0 eV 0 fm 0 fm Target initStep - 1 1.46 mm 4.05 mm -2.4 m 0 eV 88 keV 5.97 mm 5.97 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1464, Parent ID = 1460 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.46 mm 4.05 mm -2.4 m 523 keV 0 eV 0 fm 0 fm Target initStep - 1 1.46 mm 4.06 mm -2.4 m 0 eV 523 keV 321 mum 321 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1322, Parent ID = 1233 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 51.3 mum -107 mum -2.43 m 61.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -216 mum -56.6 mum -2.42 m 57.1 MeV 3.84 MeV 2.51 mm 2.51 mm Target eBrem - 2 -155 mum -37.4 mum -2.42 m 15.3 MeV 2.34 MeV 938 mum 3.45 mm Target eBrem - 3 -199 mum -17.5 mum -2.42 m 14.9 MeV 447 keV 360 mum 3.81 mm Target eBrem - 4 -154 mum -2.55 mum -2.42 m 13.8 MeV 400 keV 278 mum 4.09 mm Target eBrem - 5 21.6 mum -261 mum -2.42 m 12.4 MeV 990 keV 811 mum 4.9 mm Target eBrem - 6 153 mum -365 mum -2.42 m 11.1 MeV 224 keV 212 mum 5.11 mm Target eBrem - 7 360 mum -489 mum -2.42 m 9.22 MeV 1.12 MeV 389 mum 5.5 mm Target eBrem - 8 1.08 mm -1.84 mm -2.42 m 5.97 MeV 2.91 MeV 2.25 mm 7.75 mm Target eBrem - 9 -344 mum -2.01 mm -2.42 m 2.67 MeV 1.82 MeV 1.69 mm 9.44 mm Target eBrem - 10 -954 mum -1.82 mm -2.42 m 928 keV 1.4 MeV 1.53 mm 1.1 cm Target eBrem - 11 -954 mum -1.77 mm -2.42 m 0 eV 928 keV 659 mum 1.16 cm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1473, Parent ID = 1322 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -954 mum -1.82 mm -2.42 m 334 keV 0 eV 0 fm 0 fm Target initStep - 1 397 mum 5.75 mm -2.42 m 0 eV 88 keV 7.7 mm 7.7 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1474, Parent ID = 1473 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 397 mum 5.75 mm -2.42 m 246 keV 0 eV 0 fm 0 fm Target initStep - 1 399 mum 5.75 mm -2.42 m 0 eV 246 keV 111 mum 111 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1472, Parent ID = 1322 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -344 mum -2.01 mm -2.42 m 1.49 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.69 mm -2.5 cm -2.43 m 1.49 MeV 0 eV 2.57 cm 2.57 cm Target Transportation - 2 -68 cm -1.67 m -2.91 m 1.49 MeV 0 eV 1.84 m 1.87 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1471, Parent ID = 1322 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.08 mm -1.84 mm -2.42 m 339 keV 0 eV 0 fm 0 fm Target initStep - 1 995 mum -1.73 mm -2.42 m 0 eV 88 keV 187 mum 187 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1475, Parent ID = 1471 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 995 mum -1.73 mm -2.42 m 251 keV 0 eV 0 fm 0 fm Target initStep - 1 991 mum -1.72 mm -2.42 m 0 eV 251 keV 114 mum 114 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1470, Parent ID = 1322 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 360 mum -489 mum -2.42 m 771 keV 0 eV 0 fm 0 fm Target initStep - 1 1.64 mm 43.7 mum -2.42 m 235 keV 0 eV 1.56 mm 1.56 mm Target compt - 2 1.35 mm -1.22 mm -2.42 m 159 keV 0 eV 1.3 mm 2.86 mm Target compt - 3 1.36 mm -1.22 mm -2.42 m 0 eV 88 keV 27.9 mum 2.88 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1478, Parent ID = 1470 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.36 mm -1.22 mm -2.42 m 71.3 keV 0 eV 0 fm 0 fm Target initStep - 1 1.36 mm -1.22 mm -2.42 m 0 eV 71.3 keV 16 mum 16 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1477, Parent ID = 1470 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.35 mm -1.22 mm -2.42 m 75.9 keV 0 eV 0 fm 0 fm Target initStep - 1 1.35 mm -1.22 mm -2.42 m 0 eV 75.9 keV 17.7 mum 17.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1476, Parent ID = 1470 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.64 mm 43.7 mum -2.42 m 536 keV 0 eV 0 fm 0 fm Target initStep - 1 1.66 mm 56.1 mum -2.42 m 0 eV 536 keV 331 mum 331 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1469, Parent ID = 1322 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 153 mum -365 mum -2.42 m 1.08 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.76 mm -761 mum -2.42 m 0 eV 88 keV 4.23 mm 4.23 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1479, Parent ID = 1469 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.76 mm -761 mum -2.42 m 989 keV 0 eV 0 fm 0 fm Target initStep - 1 3.81 mm -896 mum -2.42 m 777 keV 212 keV 245 mum 245 mum Target eBrem - 2 3.8 mm -908 mum -2.42 m 0 eV 777 keV 531 mum 776 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1468, Parent ID = 1322 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 21.6 mum -261 mum -2.42 m 408 keV 0 eV 0 fm 0 fm Target initStep - 1 253 mum -394 mum -2.42 m 280 keV 0 eV 381 mum 381 mum Target compt - 2 157 mum -566 mum -2.42 m 0 eV 88 keV 244 mum 626 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1481, Parent ID = 1468 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 157 mum -566 mum -2.42 m 192 keV 0 eV 0 fm 0 fm Target initStep - 1 154 mum -571 mum -2.42 m 0 eV 192 keV 76.9 mum 76.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1480, Parent ID = 1468 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 253 mum -394 mum -2.42 m 128 keV 0 eV 0 fm 0 fm Target initStep - 1 256 mum -394 mum -2.42 m 0 eV 128 keV 41.1 mum 41.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1467, Parent ID = 1322 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -154 mum -2.55 mum -2.42 m 668 keV 0 eV 0 fm 0 fm Target initStep - 1 5.32 mm -620 mum -2.41 m 0 eV 88 keV 1.73 cm 1.73 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1482, Parent ID = 1467 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.32 mm -620 mum -2.41 m 580 keV 0 eV 0 fm 0 fm Target initStep - 1 5.31 mm -628 mum -2.41 m 0 eV 580 keV 367 mum 367 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1466, Parent ID = 1322 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -155 mum -37.4 mum -2.42 m 39.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.9 mm -2.18 mm -2.4 m 39.5 MeV 0 eV 2.35 cm 2.35 cm Target Transportation - 2 7.23 cm -7.57 cm -1.6 m 39.5 MeV 0 eV 80.6 cm 83 cm Tracker Transportation - 3 8.99 cm -9.41 cm -1.4 m 39.5 MeV 0 eV 20.2 cm 1.03 m Chamber Transportation - 4 14.3 cm -14.9 cm -80 cm 39.5 MeV 0 eV 60.5 cm 1.64 m Tracker Transportation - 5 16 cm -16.8 cm -60 cm 39.5 MeV 0 eV 20.2 cm 1.84 m Chamber Transportation - 6 21.3 cm -22.3 cm 0.114 fm 39.5 MeV 0 eV 60.5 cm 2.44 m Tracker Transportation - 7 23.1 cm -24.1 cm 20 cm 39.5 MeV 0 eV 20.2 cm 2.64 m Chamber Transportation - 8 28.3 cm -29.6 cm 80 cm 39.5 MeV 0 eV 60.5 cm 3.25 m Tracker Transportation - 9 30.1 cm -31.5 cm 1 m 39.5 MeV 0 eV 20.2 cm 3.45 m Chamber Transportation - 10 35.4 cm -37 cm 1.6 m 39.5 MeV 0 eV 60.5 cm 4.06 m Tracker Transportation - 11 37.1 cm -38.8 cm 1.8 m 39.5 MeV 0 eV 20.2 cm 4.26 m Chamber Transportation - 12 42.4 cm -44.3 cm 2.4 m 39.5 MeV 0 eV 60.5 cm 4.86 m Tracker Transportation - 13 46.9 cm -49 cm 2.91 m 39.5 MeV 0 eV 51.4 cm 5.38 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1465, Parent ID = 1322 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -216 mum -56.6 mum -2.42 m 604 keV 0 eV 0 fm 0 fm Target initStep - 1 -259 mum 102 mum -2.42 m 0 eV 88 keV 3.28 mm 3.28 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1483, Parent ID = 1465 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -259 mum 102 mum -2.42 m 516 keV 0 eV 0 fm 0 fm Target initStep - 1 -246 mum 113 mum -2.42 m 0 eV 516 keV 315 mum 315 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1232, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -69.2 mum -42.6 mum -2.44 m 613 keV 0 eV 0 fm 0 fm Target initStep - 1 -16.8 mum -81.7 mum -2.43 m 349 keV 0 eV 4.2 mm 4.2 mm Target compt - 2 209 mum 5.49 mm -2.43 m 0 eV 88 keV 6.02 mm 1.02 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1485, Parent ID = 1232 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 209 mum 5.49 mm -2.43 m 261 keV 0 eV 0 fm 0 fm Target initStep - 1 215 mum 5.48 mm -2.43 m 0 eV 261 keV 121 mum 121 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1484, Parent ID = 1232 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -16.8 mum -81.7 mum -2.43 m 264 keV 0 eV 0 fm 0 fm Target initStep - 1 -16.9 mum -86.3 mum -2.43 m 0 eV 264 keV 124 mum 124 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1231, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -66.7 mum -28.2 mum -2.44 m 147 MeV 0 eV 0 fm 0 fm Target initStep - 1 -107 mum -52.6 mum -2.43 m 0 eV 0 eV 4.27 mm 4.27 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1487, Parent ID = 1231 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -107 mum -52.6 mum -2.43 m 116 MeV 0 eV 0 fm 0 fm Target initStep - 1 -80.9 mum -63.6 mum -2.43 m 95.4 MeV 992 keV 793 mum 793 mum Target eBrem - 2 -212 mum -198 mum -2.43 m 79.6 MeV 2.05 MeV 1.68 mm 2.47 mm Target eBrem - 3 -432 mum -127 mum -2.43 m 31.7 MeV 1.57 MeV 1.41 mm 3.88 mm Target eBrem - 4 -503 mum 127 mum -2.43 m 28.3 MeV 2.52 MeV 1.87 mm 5.75 mm Target eBrem - 5 -889 mum 225 mum -2.43 m 26.1 MeV 1.48 MeV 1.31 mm 7.06 mm Target eBrem - 6 -1.19 mm 1 mm -2.42 m 18.9 MeV 3.1 MeV 2.43 mm 9.49 mm Target eBrem - 7 -1.56 mm 2 mm -2.42 m 16.6 MeV 1.87 MeV 1.61 mm 1.11 cm Target eBrem - 8 -3.27 mm 3.33 mm -2.42 m 9.99 MeV 6.57 MeV 2.63 mm 1.37 cm Target eBrem - 9 -2.38 mm 4.95 mm -2.42 m 4.01 MeV 2.33 MeV 2.14 mm 1.59 cm Target eBrem - 10 -2.7 mm 5.38 mm -2.42 m 2.84 MeV 702 keV 670 mum 1.65 cm Target eBrem - 11 -2.51 mm 5.53 mm -2.42 m 2.49 MeV 352 keV 363 mum 1.69 cm Target eBrem - 12 -1.72 mm 5.91 mm -2.42 m 688 keV 1.8 MeV 1.51 mm 1.84 cm Target eBrem - 13 -1.79 mm 6.08 mm -2.42 m 0 eV 362 keV 338 mum 1.88 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1498, Parent ID = 1487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.79 mm 6.08 mm -2.42 m 503 keV 0 eV 0 fm 0 fm Target initStep - 1 5.5 mm 5.2 mm -2.41 m 0 eV 88 keV 8.2 mm 8.2 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1499, Parent ID = 1498 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.5 mm 5.2 mm -2.41 m 415 keV 0 eV 0 fm 0 fm Target initStep - 1 5.51 mm 5.19 mm -2.41 m 0 eV 415 keV 234 mum 234 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1497, Parent ID = 1487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.79 mm 6.08 mm -2.42 m 846 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.25 cm 1.28 cm -2.41 m 669 keV 0 eV 1.34 cm 1.34 cm Target compt - 2 -1.71 cm 1.29 cm -2.41 m 636 keV 0 eV 5.84 mm 1.92 cm Target compt - 3 -1.97 cm 1.24 cm -2.41 m 295 keV 0 eV 4.2 mm 2.34 cm Target compt - 4 -2.03 cm 1.29 cm -2.41 m 0 eV 88 keV 844 mum 2.43 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1503, Parent ID = 1497 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.03 cm 1.29 cm -2.41 m 207 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.03 cm 1.29 cm -2.41 m 0 eV 207 keV 86.3 mum 86.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1502, Parent ID = 1497 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.97 cm 1.24 cm -2.41 m 341 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.97 cm 1.24 cm -2.41 m 0 eV 341 keV 179 mum 179 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1501, Parent ID = 1497 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.71 cm 1.29 cm -2.41 m 33 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.71 cm 1.29 cm -2.41 m 0 eV 33 keV 4.55 mum 4.55 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1500, Parent ID = 1497 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.25 cm 1.28 cm -2.41 m 177 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.25 cm 1.28 cm -2.41 m 0 eV 177 keV 67.7 mum 67.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1496, Parent ID = 1487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.7 mm 5.38 mm -2.42 m 466 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.37 mm 6.78 mm -2.42 m 282 keV 0 eV 2.5 mm 2.5 mm Target compt - 2 -1.5 mm 7.9 mm -2.42 m 0 eV 88 keV 1.18 mm 3.68 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1505, Parent ID = 1496 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.5 mm 7.9 mm -2.42 m 194 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.5 mm 7.91 mm -2.42 m 0 eV 194 keV 78.2 mum 78.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1504, Parent ID = 1496 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.37 mm 6.78 mm -2.42 m 184 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.37 mm 6.78 mm -2.42 m 0 eV 184 keV 72.3 mum 72.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1495, Parent ID = 1487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.38 mm 4.95 mm -2.42 m 3.65 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.94 mm 2.35 cm -2.41 m 0 eV 0 eV 2.23 cm 2.23 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1507, Parent ID = 1495 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.94 mm 2.35 cm -2.41 m 2.03 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.96 mm 2.37 cm -2.41 m 0 eV 2.03 MeV 1.61 mm 1.61 mm Target eIoni - 2 -2.96 mm 2.37 cm -2.41 m 0 eV 0 eV 0 fm 1.61 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1509, Parent ID = 1507 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.96 mm 2.37 cm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -975 mum 2.44 cm -2.4 m 335 keV 0 eV 3.51 mm 3.51 mm Target compt - 2 -810 mum 2.49 cm -2.4 m 0 eV 88 keV 550 mum 4.06 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1511, Parent ID = 1509 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -810 mum 2.49 cm -2.4 m 247 keV 0 eV 0 fm 0 fm Target initStep - 1 -808 mum 2.49 cm -2.4 m 0 eV 247 keV 112 mum 112 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1510, Parent ID = 1509 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -975 mum 2.44 cm -2.4 m 176 keV 0 eV 0 fm 0 fm Target initStep - 1 -973 mum 2.44 cm -2.4 m 0 eV 176 keV 67.4 mum 67.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1508, Parent ID = 1507 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.96 mm 2.37 cm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.45 mm 2.32 cm -2.41 m 0 eV 88 keV 2.64 mm 2.64 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1512, Parent ID = 1508 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.45 mm 2.32 cm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.46 mm 2.31 cm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1506, Parent ID = 1495 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.94 mm 2.35 cm -2.41 m 595 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.93 mm 2.35 cm -2.41 m 252 keV 34.4 keV 37.4 mum 37.4 mum Target eBrem - 2 -2.93 mm 2.35 cm -2.41 m 0 eV 252 keV 116 mum 153 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1513, Parent ID = 1506 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.93 mm 2.35 cm -2.41 m 308 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.23 mm 2.4 cm -2.41 m 0 eV 88 keV 2.17 mm 2.17 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1514, Parent ID = 1513 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.23 mm 2.4 cm -2.41 m 220 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.23 mm 2.4 cm -2.41 m 0 eV 220 keV 94.7 mum 94.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1494, Parent ID = 1487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.56 mm 2 mm -2.42 m 500 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.5 mm 9.75 mm -2.42 m 430 keV 0 eV 9.43 mm 9.43 mm Target compt - 2 -6.08 mm 1.08 cm -2.42 m 0 eV 88 keV 2.17 mm 1.16 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1516, Parent ID = 1494 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.08 mm 1.08 cm -2.42 m 342 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.08 mm 1.08 cm -2.42 m 0 eV 342 keV 179 mum 179 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1515, Parent ID = 1494 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.5 mm 9.75 mm -2.42 m 70.2 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.5 mm 9.75 mm -2.42 m 0 eV 70.2 keV 15.7 mum 15.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1493, Parent ID = 1487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.19 mm 1 mm -2.42 m 4.09 MeV 0 eV 0 fm 0 fm Target initStep - 1 -719 mum 1.68 cm -2.41 m 866 keV 0 eV 2.12 cm 2.12 cm Target compt - 2 2.01 mm 1.63 cm -2.4 m 814 keV 0 eV 5.84 mm 2.7 cm Target compt - 3 3.37 mm 1.49 cm -2.4 m 814 keV 0 eV 4.18 mm 3.12 cm Target Transportation - 4 58.4 cm -55.6 cm -80 cm 814 keV 0 eV 1.8 m 1.83 m Tracker Transportation - 5 65.6 cm -62.7 cm -60 cm 814 keV 0 eV 22.4 cm 2.05 m Chamber Transportation - 6 87.4 cm -84.1 cm -0.114 fm 814 keV 0 eV 67.3 cm 2.72 m Tracker Transportation - 7 94.6 cm -91.3 cm 20 cm 814 keV 0 eV 22.4 cm 2.95 m Chamber Transportation - 8 1.16 m -1.13 m 80 cm 814 keV 0 eV 67.3 cm 3.62 m Tracker Transportation - 9 1.24 m -1.2 m 1 m 814 keV 0 eV 22.4 cm 3.85 m Chamber Transportation - 10 1.45 m -1.41 m 1.6 m 814 keV 0 eV 67.3 cm 4.52 m Tracker Transportation - 11 1.53 m -1.48 m 1.8 m 814 keV 0 eV 22.4 cm 4.74 m Chamber Transportation - 12 1.74 m -1.7 m 2.4 m 814 keV 0 eV 67.3 cm 5.42 m Tracker Transportation - 13 1.93 m -1.88 m 2.91 m 814 keV 0 eV 57.2 cm 5.99 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1518, Parent ID = 1493 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.01 mm 1.63 cm -2.4 m 52 keV 0 eV 0 fm 0 fm Target initStep - 1 2.01 mm 1.63 cm -2.4 m 0 eV 52 keV 9.57 mum 9.57 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1517, Parent ID = 1493 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -719 mum 1.68 cm -2.41 m 3.22 MeV 0 eV 0 fm 0 fm Target initStep - 1 -748 mum 1.7 cm -2.41 m 0 eV 3.22 MeV 2.54 mm 2.54 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1492, Parent ID = 1487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -889 mum 225 mum -2.43 m 656 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.77 mm 558 mum -2.42 m 0 eV 88 keV 4.49 mm 4.49 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1519, Parent ID = 1492 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.77 mm 558 mum -2.42 m 568 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.78 mm 551 mum -2.42 m 0 eV 568 keV 357 mum 357 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1491, Parent ID = 1487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -503 mum 127 mum -2.43 m 950 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.9 mm 401 mum -2.4 m 939 keV 0 eV 2.37 cm 2.37 cm Target compt - 2 -4.09 mm 195 mum -2.4 m 939 keV 0 eV 2.76 mm 2.65 cm Target Transportation - 3 -6.08 cm -5.99 cm -1.6 m 939 keV 0 eV 80.4 cm 83.1 cm Tracker Transportation - 4 -7.5 cm -7.5 cm -1.4 m 939 keV 0 eV 20.1 cm 1.03 m Chamber Transportation - 5 -11.7 cm -12 cm -80 cm 939 keV 0 eV 60.3 cm 1.64 m Tracker Transportation - 6 -13.2 cm -13.5 cm -60 cm 939 keV 0 eV 20.1 cm 1.84 m Chamber Transportation - 7 -17.4 cm -18 cm 0 fm 939 keV 0 eV 60.3 cm 2.44 m Tracker Transportation - 8 -18.8 cm -19.5 cm 20 cm 939 keV 0 eV 20.1 cm 2.64 m Chamber Transportation - 9 -23.1 cm -24 cm 80 cm 939 keV 0 eV 60.3 cm 3.24 m Tracker Transportation - 10 -24.5 cm -25.5 cm 1 m 939 keV 0 eV 20.1 cm 3.44 m Chamber Transportation - 11 -28.8 cm -30 cm 1.6 m 939 keV 0 eV 60.3 cm 4.05 m Tracker Transportation - 12 -30.2 cm -31.5 cm 1.8 m 939 keV 0 eV 20.1 cm 4.25 m Chamber Transportation - 13 -34.4 cm -36.1 cm 2.4 m 939 keV 0 eV 60.3 cm 4.85 m Tracker Transportation - 14 -38 cm -39.9 cm 2.91 m 939 keV 0 eV 51.3 cm 5.36 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1520, Parent ID = 1491 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.9 mm 401 mum -2.4 m 11.1 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.9 mm 401 mum -2.4 m 0 eV 11.1 keV 822 nm 822 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1490, Parent ID = 1487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -432 mum -127 mum -2.43 m 46.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -946 mum -154 mum -2.43 m 0 eV 0 eV 2.94 mm 2.94 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1522, Parent ID = 1490 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -946 mum -154 mum -2.43 m 25.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -998 mum -600 nm -2.42 m 21.3 MeV 1.25 MeV 1.18 mm 1.18 mm Target eBrem - 2 -1.29 mm -64.2 mum -2.42 m 8.24 MeV 777 keV 658 mum 1.83 mm Target eBrem - 3 -1.28 mm -163 mum -2.42 m 5.9 MeV 515 keV 279 mum 2.11 mm Target eBrem - 4 -1.14 mm -679 mum -2.42 m 3.52 MeV 1.15 MeV 1 mm 3.11 mm Target eBrem - 5 -1.34 mm -459 mum -2.42 m 0 eV 3.52 MeV 2.81 mm 5.92 mm Target eIoni - 6 -1.34 mm -459 mum -2.42 m 0 eV 0 eV 0 fm 5.92 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1528, Parent ID = 1522 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.34 mm -459 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -517 mum -892 mum -2.42 m 0 eV 88 keV 1.56 mm 1.56 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1529, Parent ID = 1528 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -517 mum -892 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -511 mum -884 mum -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1527, Parent ID = 1522 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.34 mm -459 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.02 mm 421 mum -2.42 m 319 keV 0 eV 3.16 mm 3.16 mm Target compt - 2 -2.26 mm 3.52 mm -2.42 m 0 eV 88 keV 3.38 mm 6.54 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1531, Parent ID = 1527 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.26 mm 3.52 mm -2.42 m 231 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.25 mm 3.52 mm -2.42 m 0 eV 231 keV 102 mum 102 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1530, Parent ID = 1527 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.02 mm 421 mum -2.42 m 192 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.02 mm 420 mum -2.42 m 0 eV 192 keV 76.7 mum 76.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1526, Parent ID = 1522 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.14 mm -679 mum -2.42 m 1.24 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.93 mm 9.46 mm -2.45 m 1.15 MeV 0 eV 2.63 cm 2.63 cm Target compt - 2 -1.31 cm 1.17 cm -2.45 m 606 keV 0 eV 5.72 mm 3.21 cm Target compt - 3 -1.36 cm 1.13 cm -2.45 m 606 keV 0 eV 812 mum 3.29 cm Target Transportation - 4 -55.6 cm -37.3 cm -2.91 m 606 keV 0 eV 80.8 cm 84.1 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1533, Parent ID = 1526 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.31 cm 1.17 cm -2.45 m 543 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.31 cm 1.17 cm -2.45 m 0 eV 543 keV 337 mum 337 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1532, Parent ID = 1526 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.93 mm 9.46 mm -2.45 m 86.3 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.93 mm 9.46 mm -2.45 m 0 eV 86.3 keV 21.8 mum 21.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1525, Parent ID = 1522 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.28 mm -163 mum -2.42 m 1.83 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.3 mm -7.02 mm -2.42 m 827 keV 0 eV 1.27 cm 1.27 cm Target compt - 2 -7.26 mm -1.48 cm -2.4 m 548 keV 0 eV 1.38 cm 2.65 cm Target compt - 3 -6.41 mm -1.94 cm -2.4 m 520 keV 0 eV 4.74 mm 3.13 cm Target compt - 4 -5.26 mm -2.5 cm -2.41 m 520 keV 0 eV 5.79 mm 3.7 cm Target Transportation - 5 56 cm -2.78 m -2.91 m 520 keV 0 eV 2.85 m 2.89 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1536, Parent ID = 1525 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.41 mm -1.94 cm -2.4 m 27.6 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.41 mm -1.94 cm -2.4 m 0 eV 27.6 keV 3.43 mum 3.43 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1535, Parent ID = 1525 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.26 mm -1.48 cm -2.4 m 279 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.26 mm -1.48 cm -2.4 m 0 eV 279 keV 134 mum 134 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1534, Parent ID = 1525 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.3 mm -7.02 mm -2.42 m 1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.28 mm -7.25 mm -2.42 m 60.6 keV 941 keV 693 mum 693 mum Target eBrem - 2 -9.28 mm -7.25 mm -2.42 m 0 eV 60.6 keV 12.3 mum 705 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1524, Parent ID = 1522 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.29 mm -64.2 mum -2.42 m 12.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.68 mm -6.74 mm -2.4 m 12.3 MeV 0 eV 2.47 cm 2.47 cm Target Transportation - 2 -15.6 cm -23.5 cm -1.6 m 12.3 MeV 0 eV 84.5 cm 87 cm Tracker Transportation - 3 -15.9 cm -24 cm -1.58 m 12.3 MeV 0 eV 1.93 cm 88.9 cm Chamber Transportation - 4 -30.6 cm -46.3 cm -80 cm 12.3 MeV 0 eV 82.6 cm 1.72 m Tracker Transportation - 5 -34.3 cm -52 cm -60 cm 12.3 MeV 0 eV 21.1 cm 1.93 m Chamber Transportation - 6 -45.6 cm -69.1 cm 0 fm 12.3 MeV 0 eV 63.4 cm 2.56 m Tracker Transportation - 7 -49.3 cm -74.8 cm 20 cm 12.3 MeV 0 eV 21.1 cm 2.77 m Chamber Transportation - 8 -60.6 cm -91.9 cm 80 cm 12.3 MeV 0 eV 63.4 cm 3.41 m Tracker Transportation - 9 -64.3 cm -97.6 cm 1 m 12.3 MeV 0 eV 21.1 cm 3.62 m Chamber Transportation - 10 -75.6 cm -1.15 m 1.6 m 12.3 MeV 0 eV 63.4 cm 4.25 m Tracker Transportation - 11 -79.3 cm -1.2 m 1.8 m 12.3 MeV 0 eV 21.1 cm 4.46 m Chamber Transportation - 12 -90.6 cm -1.38 m 2.4 m 12.3 MeV 0 eV 63.4 cm 5.1 m Tracker Transportation - 13 -1 m -1.52 m 2.91 m 12.3 MeV 0 eV 53.9 cm 5.64 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1523, Parent ID = 1522 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -998 mum -600 nm -2.42 m 2.91 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.89 mm -1.06 mm -2.42 m 1.89 MeV 0 eV 6.14 mm 6.14 mm Target compt - 2 -3.84 mm -650 mum -2.42 m 0 eV 88 keV 1.94 mm 8.08 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1538, Parent ID = 1523 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.84 mm -650 mum -2.42 m 1.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.46 mm -619 mum -2.42 m 443 keV 1.36 MeV 1.34 mm 1.34 mm Target eBrem - 2 -3.46 mm -625 mum -2.42 m 0 eV 443 keV 257 mum 1.59 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1537, Parent ID = 1523 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.89 mm -1.06 mm -2.42 m 1.02 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.89 mm -1.1 mm -2.42 m 0 eV 1.02 MeV 737 mum 737 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1521, Parent ID = 1490 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -946 mum -154 mum -2.43 m 19.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 -961 mum -159 mum -2.42 m 18.3 MeV 203 keV 160 mum 160 mum Target eBrem - 2 -894 mum -95.2 mum -2.42 m 15.9 MeV 723 keV 682 mum 843 mum Target eBrem - 3 -988 mum -140 mum -2.42 m 14.3 MeV 697 keV 538 mum 1.38 mm Target eBrem - 4 -750 mum -533 mum -2.42 m 12.8 MeV 1.47 MeV 1.12 mm 2.51 mm Target eBrem - 5 -707 mum -541 mum -2.42 m 10.1 MeV 112 keV 128 mum 2.63 mm Target eBrem - 6 -1.35 mm -1.66 mm -2.42 m 4.47 MeV 2.2 MeV 2.06 mm 4.7 mm Target eBrem - 7 566 mum -760 mum -2.42 m 108 keV 3.11 MeV 3.02 mm 7.71 mm Target eBrem - 8 567 mum -759 mum -2.42 m 0 eV 108 keV 31.3 mum 7.74 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1544, Parent ID = 1521 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 566 mum -760 mum -2.42 m 1.25 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.31 cm 5.2 mm -2.42 m 616 keV 0 eV 1.39 cm 1.39 cm Target compt - 2 1.78 cm 6.79 mm -2.43 m 0 eV 88 keV 9.41 mm 2.33 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1546, Parent ID = 1544 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.78 cm 6.79 mm -2.43 m 528 keV 0 eV 0 fm 0 fm Target initStep - 1 1.79 cm 6.81 mm -2.43 m 0 eV 528 keV 325 mum 325 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1545, Parent ID = 1544 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.31 cm 5.2 mm -2.42 m 638 keV 0 eV 0 fm 0 fm Target initStep - 1 1.31 cm 5.22 mm -2.42 m 0 eV 638 keV 415 mum 415 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1543, Parent ID = 1521 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.35 mm -1.66 mm -2.42 m 3.39 MeV 0 eV 0 fm 0 fm Target initStep - 1 96.7 mum -3.19 mm -2.42 m 1.7 MeV 0 eV 2.15 mm 2.15 mm Target compt - 2 1.22 mm -6.33 mm -2.42 m 450 keV 0 eV 4.01 mm 6.16 mm Target compt - 3 259 mum -6.01 mm -2.43 m 184 keV 0 eV 1.8 mm 7.95 mm Target compt - 4 476 mum -5.54 mm -2.43 m 0 eV 88 keV 758 mum 8.71 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1550, Parent ID = 1543 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 476 mum -5.54 mm -2.43 m 95.6 keV 0 eV 0 fm 0 fm Target initStep - 1 475 mum -5.54 mm -2.43 m 0 eV 95.6 keV 25.7 mum 25.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1549, Parent ID = 1543 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 259 mum -6.01 mm -2.43 m 266 keV 0 eV 0 fm 0 fm Target initStep - 1 254 mum -6.01 mm -2.43 m 0 eV 266 keV 125 mum 125 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1548, Parent ID = 1543 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.22 mm -6.33 mm -2.42 m 1.25 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.53 mm -6.28 mm -2.42 m 51.6 keV 1.2 MeV 891 mum 891 mum Target eBrem - 2 1.53 mm -6.28 mm -2.42 m 0 eV 51.6 keV 9.44 mum 900 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1547, Parent ID = 1543 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 96.7 mum -3.19 mm -2.42 m 1.69 MeV 0 eV 0 fm 0 fm Target initStep - 1 91.6 mum -3.4 mm -2.42 m 1.03 MeV 326 keV 326 mum 326 mum Target eBrem - 2 57.7 mum -3.38 mm -2.42 m 0 eV 1.03 MeV 742 mum 1.07 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1551, Parent ID = 1547 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 91.6 mum -3.4 mm -2.42 m 336 keV 0 eV 0 fm 0 fm Target initStep - 1 9.5 mum -3.38 mm -2.42 m 0 eV 88 keV 123 mum 123 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1552, Parent ID = 1551 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.5 mum -3.38 mm -2.42 m 248 keV 0 eV 0 fm 0 fm Target initStep - 1 2.39 mum -3.38 mm -2.42 m 0 eV 248 keV 112 mum 112 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1542, Parent ID = 1521 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -707 mum -541 mum -2.42 m 2.62 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.08 cm -1.44 mm -2.4 m 2.62 MeV 0 eV 2.57 cm 2.57 cm Target Transportation - 2 2.4 m -18.7 cm 2.35 m 2.62 MeV 0 eV 5.32 m 5.34 m Tracker Transportation - 3 2.68 m -20.9 cm 2.91 m 2.62 MeV 0 eV 63 cm 5.97 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1541, Parent ID = 1521 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -988 mum -140 mum -2.42 m 954 keV 0 eV 0 fm 0 fm Target initStep - 1 9.82 mm -1.67 mm -2.4 m 954 keV 0 eV 2.62 cm 2.62 cm Target Transportation - 2 1.1 m -15.6 cm 0 fm 954 keV 0 eV 2.64 m 2.67 m Tracker Transportation - 3 1.1 m -15.7 cm 1.15 cm 954 keV 0 eV 1.27 cm 2.68 m Chamber Transportation - 4 1.46 m -20.8 cm 80 cm 954 keV 0 eV 86.7 cm 3.55 m Tracker Transportation - 5 1.54 m -21.8 cm 96.4 cm 954 keV 0 eV 18 cm 3.73 m Chamber Transportation - 6 1.82 m -25.9 cm 1.6 m 954 keV 0 eV 70 cm 4.43 m Tracker Transportation - 7 1.92 m -27.2 cm 1.8 m 954 keV 0 eV 22 cm 4.65 m Chamber Transportation - 8 2.19 m -31.1 cm 2.4 m 954 keV 0 eV 66 cm 5.31 m Tracker Transportation - 9 2.42 m -34.4 cm 2.91 m 954 keV 0 eV 56.1 cm 5.87 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1540, Parent ID = 1521 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -894 mum -95.2 mum -2.42 m 1.69 MeV 0 eV 0 fm 0 fm Target initStep - 1 -254 mum -1.23 mm -2.4 m 1.69 MeV 0 eV 2.43 cm 2.43 cm Target Transportation - 2 2.08 cm -3.85 cm -1.6 m 1.69 MeV 0 eV 80.1 cm 82.5 cm Tracker Transportation - 3 2.61 cm -4.78 cm -1.4 m 1.69 MeV 0 eV 20 cm 1.03 m Chamber Transportation - 4 4.18 cm -7.58 cm -80 cm 1.69 MeV 0 eV 60.1 cm 1.63 m Tracker Transportation - 5 4.71 cm -8.51 cm -60 cm 1.69 MeV 0 eV 20 cm 1.83 m Chamber Transportation - 6 6.29 cm -11.3 cm 0 fm 1.69 MeV 0 eV 60.1 cm 2.43 m Tracker Transportation - 7 6.81 cm -12.2 cm 20 cm 1.69 MeV 0 eV 20 cm 2.63 m Chamber Transportation - 8 8.39 cm -15 cm 80 cm 1.69 MeV 0 eV 60.1 cm 3.23 m Tracker Transportation - 9 8.92 cm -16 cm 1 m 1.69 MeV 0 eV 20 cm 3.43 m Chamber Transportation - 10 10.5 cm -18.8 cm 1.6 m 1.69 MeV 0 eV 60.1 cm 4.03 m Tracker Transportation - 11 11 cm -19.7 cm 1.8 m 1.69 MeV 0 eV 20 cm 4.23 m Chamber Transportation - 12 12.6 cm -22.5 cm 2.4 m 1.69 MeV 0 eV 60.1 cm 4.83 m Tracker Transportation - 13 13.9 cm -24.9 cm 2.91 m 1.69 MeV 0 eV 51.1 cm 5.34 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1539, Parent ID = 1521 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -961 mum -159 mum -2.42 m 1.25 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.36 mm 22.8 mum -2.42 m 0 eV 88 keV 9.07 mm 9.07 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1553, Parent ID = 1539 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.36 mm 22.8 mum -2.42 m 1.16 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.37 mm 11 mum -2.42 m 0 eV 1.16 MeV 857 mum 857 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1489, Parent ID = 1487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -212 mum -198 mum -2.43 m 13.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.09 mm 2.16 mm -2.4 m 13.8 MeV 0 eV 2.97 cm 2.97 cm Target Transportation - 2 -8.12 cm 6.61 cm -1.6 m 13.8 MeV 0 eV 80.6 cm 83.6 cm Tracker Transportation - 3 -10.1 cm 8.21 cm -1.4 m 13.8 MeV 0 eV 20.2 cm 1.04 m Chamber Transportation - 4 -15.9 cm 13 cm -80 cm 13.8 MeV 0 eV 60.5 cm 1.64 m Tracker Transportation - 5 -17.9 cm 14.6 cm -60 cm 13.8 MeV 0 eV 20.2 cm 1.84 m Chamber Transportation - 6 -23.7 cm 19.4 cm 0 fm 13.8 MeV 0 eV 60.5 cm 2.45 m Tracker Transportation - 7 -25.7 cm 21 cm 20 cm 13.8 MeV 0 eV 20.2 cm 2.65 m Chamber Transportation - 8 -31.5 cm 25.8 cm 80 cm 13.8 MeV 0 eV 60.5 cm 3.26 m Tracker Transportation - 9 -33.5 cm 27.4 cm 1 m 13.8 MeV 0 eV 20.2 cm 3.46 m Chamber Transportation - 10 -39.4 cm 32.2 cm 1.6 m 13.8 MeV 0 eV 60.5 cm 4.06 m Tracker Transportation - 11 -41.3 cm 33.8 cm 1.8 m 13.8 MeV 0 eV 20.2 cm 4.26 m Chamber Transportation - 12 -47.2 cm 38.6 cm 2.4 m 13.8 MeV 0 eV 60.5 cm 4.87 m Tracker Transportation - 13 -52.1 cm 42.7 cm 2.91 m 13.8 MeV 0 eV 51.4 cm 5.38 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1488, Parent ID = 1487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -80.9 mum -63.6 mum -2.43 m 19.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.05 mm -513 mum -2.4 m 19.6 MeV 0 eV 3.12 cm 3.12 cm Target Transportation - 2 -7.94 cm -1.21 cm -1.6 m 19.6 MeV 0 eV 80.4 cm 83.5 cm Tracker Transportation - 3 -9.84 cm -1.5 cm -1.4 m 19.6 MeV 0 eV 20.1 cm 1.04 m Chamber Transportation - 4 -15.6 cm -2.36 cm -80 cm 19.6 MeV 0 eV 60.3 cm 1.64 m Tracker Transportation - 5 -17.5 cm -2.65 cm -60 cm 19.6 MeV 0 eV 20.1 cm 1.84 m Chamber Transportation - 6 -23.2 cm -3.52 cm 0 fm 19.6 MeV 0 eV 60.3 cm 2.44 m Tracker Transportation - 7 -25.1 cm -3.81 cm 20 cm 19.6 MeV 0 eV 20.1 cm 2.64 m Chamber Transportation - 8 -30.8 cm -4.67 cm 80 cm 19.6 MeV 0 eV 60.3 cm 3.25 m Tracker Transportation - 9 -32.7 cm -4.96 cm 1 m 19.6 MeV 0 eV 20.1 cm 3.45 m Chamber Transportation - 10 -38.5 cm -5.83 cm 1.6 m 19.6 MeV 0 eV 60.3 cm 4.05 m Tracker Transportation - 11 -40.4 cm -6.12 cm 1.8 m 19.6 MeV 0 eV 20.1 cm 4.25 m Chamber Transportation - 12 -46.1 cm -6.99 cm 2.4 m 19.6 MeV 0 eV 60.3 cm 4.85 m Tracker Transportation - 13 -51 cm -7.72 cm 2.91 m 19.6 MeV 0 eV 51.2 cm 5.37 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1486, Parent ID = 1231 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -107 mum -52.6 mum -2.43 m 30.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 33.6 mum 179 mum -2.43 m 26 MeV 2.07 MeV 1.58 mm 1.58 mm Target eBrem - 2 -18.7 mum 103 mum -2.43 m 19.1 MeV 377 keV 368 mum 1.95 mm Target eBrem - 3 -54.6 mum 105 mum -2.43 m 18.1 MeV 197 keV 202 mum 2.15 mm Target eBrem - 4 -274 mum 44.9 mum -2.43 m 16.3 MeV 1.2 MeV 541 mum 2.69 mm Target eBrem - 5 -274 mum 45.1 mum -2.43 m 11.9 MeV 268 eV 715 nm 2.69 mm Target eBrem - 6 107 mum 110 mum -2.43 m 10.4 MeV 1.12 MeV 1.06 mm 3.75 mm Target eBrem - 7 231 mum 71.1 mum -2.43 m 9.49 MeV 199 keV 214 mum 3.96 mm Target eBrem - 8 -108 mum -290 mum -2.43 m 7.59 MeV 841 keV 669 mum 4.63 mm Target eBrem - 9 -238 mum -354 mum -2.43 m 5.7 MeV 980 keV 691 mum 5.32 mm Target eBrem - 10 -122 mum 252 mum -2.43 m 4.34 MeV 1.06 MeV 1.01 mm 6.33 mm Target eBrem - 11 -156 mum 238 mum -2.43 m 3.76 MeV 36.7 keV 38.8 mum 6.37 mm Target eBrem - 12 -713 mum -2.26 mum -2.43 m 2.19 MeV 672 keV 592 mum 6.96 mm Target eBrem - 13 -1.54 mm -152 mum -2.43 m 364 keV 1.45 MeV 1.45 mm 8.41 mm Target eBrem - 14 -1.54 mm -144 mum -2.43 m 0 eV 364 keV 196 mum 8.61 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1566, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.54 mm -152 mum -2.43 m 381 keV 0 eV 0 fm 0 fm Target initStep - 1 -383 mum 5.24 mm -2.42 m 334 keV 0 eV 6.78 mm 6.78 mm Target compt - 2 -173 mum 6.35 mm -2.42 m 154 keV 0 eV 3.53 mm 1.03 cm Target compt - 3 -181 mum 6.41 mm -2.42 m 0 eV 88 keV 190 mum 1.05 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1569, Parent ID = 1566 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -181 mum 6.41 mm -2.42 m 65.6 keV 0 eV 0 fm 0 fm Target initStep - 1 -181 mum 6.41 mm -2.42 m 0 eV 65.6 keV 14 mum 14 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1568, Parent ID = 1566 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -173 mum 6.35 mm -2.42 m 181 keV 0 eV 0 fm 0 fm Target initStep - 1 -173 mum 6.35 mm -2.42 m 0 eV 181 keV 70.2 mum 70.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1567, Parent ID = 1566 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -383 mum 5.24 mm -2.42 m 47 keV 0 eV 0 fm 0 fm Target initStep - 1 -383 mum 5.24 mm -2.42 m 0 eV 47 keV 8.13 mum 8.13 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1565, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -713 mum -2.26 mum -2.43 m 893 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.5 mm -4.26 mm -2.42 m 278 keV 0 eV 6.04 mm 6.04 mm Target compt - 2 -1.39 mm -6.01 mm -2.43 m 0 eV 88 keV 3.53 mm 9.57 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1571, Parent ID = 1565 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.39 mm -6.01 mm -2.43 m 190 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.39 mm -6.01 mm -2.43 m 0 eV 190 keV 75.8 mum 75.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1570, Parent ID = 1565 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.5 mm -4.26 mm -2.42 m 615 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.51 mm -4.28 mm -2.42 m 0 eV 615 keV 396 mum 396 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1564, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -156 mum 238 mum -2.43 m 541 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.17 mm -5.68 mm -2.43 m 0 eV 88 keV 8.02 mm 8.02 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1572, Parent ID = 1564 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.17 mm -5.68 mm -2.43 m 453 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.18 mm -5.7 mm -2.43 m 0 eV 453 keV 264 mum 264 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1563, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -122 mum 252 mum -2.43 m 300 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.58 mm -1.3 mm -2.43 m 178 keV 0 eV 3.79 mm 3.79 mm Target compt - 2 -3.66 mm -976 mum -2.43 m 0 eV 88 keV 353 mum 4.15 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1574, Parent ID = 1563 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.66 mm -976 mum -2.43 m 90 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.66 mm -975 mum -2.43 m 0 eV 90 keV 23.4 mum 23.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1573, Parent ID = 1563 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.58 mm -1.3 mm -2.43 m 122 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.58 mm -1.31 mm -2.43 m 0 eV 122 keV 38.1 mum 38.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1562, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -238 mum -354 mum -2.43 m 914 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.52 mm 995 mum -2.42 m 288 keV 0 eV 5.08 mm 5.08 mm Target compt - 2 -5.06 mm 1.38 mm -2.43 m 0 eV 88 keV 2.88 mm 7.96 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1576, Parent ID = 1562 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.06 mm 1.38 mm -2.43 m 200 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.06 mm 1.38 mm -2.43 m 0 eV 200 keV 81.3 mum 81.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1575, Parent ID = 1562 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.52 mm 995 mum -2.42 m 626 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.54 mm 1 mm -2.42 m 0 eV 626 keV 405 mum 405 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1561, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -108 mum -290 mum -2.43 m 1.06 MeV 0 eV 0 fm 0 fm Target initStep - 1 -111 mum -291 mum -2.43 m 0 eV 88 keV 4.73 mum 4.73 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1577, Parent ID = 1561 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -111 mum -291 mum -2.43 m 967 keV 0 eV 0 fm 0 fm Target initStep - 1 -136 mum -302 mum -2.43 m 0 eV 967 keV 693 mum 693 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1560, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 231 mum 71.1 mum -2.43 m 725 keV 0 eV 0 fm 0 fm Target initStep - 1 -244 mum -661 mum -2.43 m 0 eV 88 keV 878 mum 878 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1578, Parent ID = 1560 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -244 mum -661 mum -2.43 m 637 keV 0 eV 0 fm 0 fm Target initStep - 1 -279 mum -674 mum -2.43 m 75.9 keV 50.7 keV 54.1 mum 54.1 mum Target eBrem - 2 -278 mum -675 mum -2.43 m 0 eV 75.9 keV 17.7 mum 71.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1579, Parent ID = 1578 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -279 mum -674 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -221 mum 3 mm -2.43 m 0 eV 88 keV 4.24 mm 4.24 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1580, Parent ID = 1579 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -221 mum 3 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -218 mum 3.02 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1559, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 107 mum 110 mum -2.43 m 343 keV 0 eV 0 fm 0 fm Target initStep - 1 475 mum -57.1 mum -2.43 m 151 keV 0 eV 1.01 mm 1.01 mm Target compt - 2 555 mum 146 mum -2.43 m 0 eV 88 keV 975 mum 1.98 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1582, Parent ID = 1559 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 555 mum 146 mum -2.43 m 62.8 keV 0 eV 0 fm 0 fm Target initStep - 1 555 mum 145 mum -2.43 m 0 eV 62.8 keV 13 mum 13 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1581, Parent ID = 1559 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 475 mum -57.1 mum -2.43 m 192 keV 0 eV 0 fm 0 fm Target initStep - 1 476 mum -58 mum -2.43 m 0 eV 192 keV 76.7 mum 76.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1558, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -274 mum 45.1 mum -2.43 m 4.44 MeV 0 eV 0 fm 0 fm Target initStep - 1 589 mum 2.92 mm -2.42 m 0 eV 0 eV 8.68 mm 8.68 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1584, Parent ID = 1558 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 589 mum 2.92 mm -2.42 m 1.98 MeV 0 eV 0 fm 0 fm Target initStep - 1 546 mum 2.88 mm -2.42 m 0 eV 1.98 MeV 1.57 mm 1.57 mm Target eIoni - 2 546 mum 2.88 mm -2.42 m 0 eV 0 eV 0 fm 1.57 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1586, Parent ID = 1584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 546 mum 2.88 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 433 mum 2.56 mm -2.42 m 0 eV 88 keV 471 mum 471 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1587, Parent ID = 1586 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 433 mum 2.56 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 421 mum 2.55 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1585, Parent ID = 1584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 546 mum 2.88 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.14 mm 4.6 mm -2.42 m 0 eV 88 keV 2.49 mm 2.49 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1588, Parent ID = 1585 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.14 mm 4.6 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.14 mm 4.61 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1583, Parent ID = 1558 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 589 mum 2.92 mm -2.42 m 1.44 MeV 0 eV 0 fm 0 fm Target initStep - 1 256 mum 3.12 mm -2.42 m 169 keV 1.27 MeV 784 mum 784 mum Target eBrem - 2 256 mum 3.12 mm -2.42 m 0 eV 169 keV 63.2 mum 847 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1557, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -274 mum 44.9 mum -2.43 m 546 keV 0 eV 0 fm 0 fm Target initStep - 1 2.88 mm 9.99 mm -2.4 m 225 keV 0 eV 2.93 cm 2.93 cm Target compt - 2 4.92 mm 9 mm -2.4 m 0 eV 88 keV 2.37 mm 3.17 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1590, Parent ID = 1557 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.92 mm 9 mm -2.4 m 137 keV 0 eV 0 fm 0 fm Target initStep - 1 4.92 mm 9 mm -2.4 m 0 eV 137 keV 45.7 mum 45.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1589, Parent ID = 1557 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.88 mm 9.99 mm -2.4 m 321 keV 0 eV 0 fm 0 fm Target initStep - 1 2.88 mm 9.99 mm -2.4 m 0 eV 321 keV 164 mum 164 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1556, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -54.6 mum 105 mum -2.43 m 826 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.15 mm -1.37 mm -2.42 m 0 eV 88 keV 8.4 mm 8.4 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1591, Parent ID = 1556 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.15 mm -1.37 mm -2.42 m 738 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.13 mm -1.4 mm -2.42 m 0 eV 738 keV 499 mum 499 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1555, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -18.7 mum 103 mum -2.43 m 6.58 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.65 mm -2.17 mm -2.4 m 0 eV 0 eV 2.81 cm 2.81 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1593, Parent ID = 1555 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.65 mm -2.17 mm -2.4 m 1.19 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.09 mm -2.26 mm -2.4 m 232 keV 644 keV 745 mum 745 mum Target eBrem - 2 -4.1 mm -2.26 mm -2.4 m 0 eV 232 keV 99.2 mum 844 mum Target eIoni - 3 -4.1 mm -2.26 mm -2.4 m 0 eV 0 eV 0 fm 844 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1596, Parent ID = 1593 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.1 mm -2.26 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.75 mm -1.35 mm -2.41 m 0 eV 88 keV 3.86 mm 3.86 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1597, Parent ID = 1596 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.75 mm -1.35 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.75 mm -1.34 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1595, Parent ID = 1593 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.1 mm -2.26 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.31 mm -2.8 mm -2.4 m 511 keV 0 eV 2.27 mm 2.27 mm Target Transportation - 2 -7.99 cm -19.9 cm -1.6 m 511 keV 0 eV 82.7 cm 82.9 cm Tracker Transportation - 3 -9.59 cm -24 cm -1.43 m 511 keV 0 eV 17.5 cm 1 m Chamber Transportation - 4 -15.5 cm -39.4 cm -80 cm 511 keV 0 eV 65.2 cm 1.66 m Tracker Transportation - 5 -17.4 cm -44.3 cm -60 cm 511 keV 0 eV 20.7 cm 1.86 m Chamber Transportation - 6 -23.1 cm -59 cm 0 fm 511 keV 0 eV 62 cm 2.48 m Tracker Transportation - 7 -25 cm -63.9 cm 20 cm 511 keV 0 eV 20.7 cm 2.69 m Chamber Transportation - 8 -30.7 cm -78.6 cm 80 cm 511 keV 0 eV 62 cm 3.31 m Tracker Transportation - 9 -32.6 cm -83.5 cm 1 m 511 keV 0 eV 20.7 cm 3.52 m Chamber Transportation - 10 -38.2 cm -98.2 cm 1.6 m 511 keV 0 eV 62 cm 4.14 m Tracker Transportation - 11 -40.1 cm -1.03 m 1.8 m 511 keV 0 eV 20.7 cm 4.34 m Chamber Transportation - 12 -45.8 cm -1.18 m 2.4 m 511 keV 0 eV 62 cm 4.96 m Tracker Transportation - 13 -50.6 cm -1.3 m 2.91 m 511 keV 0 eV 52.7 cm 5.49 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1594, Parent ID = 1593 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.09 mm -2.26 mm -2.4 m 312 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.12 mm -2.16 mm -2.4 m 0 eV 88 keV 1.05 mm 1.05 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1598, Parent ID = 1594 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.12 mm -2.16 mm -2.4 m 224 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.13 mm -2.16 mm -2.4 m 0 eV 224 keV 96.8 mum 96.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1592, Parent ID = 1555 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.65 mm -2.17 mm -2.4 m 4.37 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.5 mm -2.42 mm -2.4 m 1.8 MeV 2.29 MeV 1.77 mm 1.77 mm Target eBrem - 2 -2.63 mm -2.44 mm -2.4 m 0 eV 1.8 MeV 1.39 mm 3.16 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1599, Parent ID = 1592 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.5 mm -2.42 mm -2.4 m 284 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.03 mm -2.52 mm -2.4 m 0 eV 88 keV 1.59 mm 1.59 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1600, Parent ID = 1599 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.03 mm -2.52 mm -2.4 m 196 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.04 mm -2.52 mm -2.4 m 0 eV 196 keV 78.9 mum 78.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1554, Parent ID = 1486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 33.6 mum 179 mum -2.43 m 2.15 MeV 0 eV 0 fm 0 fm Target initStep - 1 -456 mum -1.9 mm -2.42 m 0 eV 88 keV 7.04 mm 7.04 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1601, Parent ID = 1554 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -456 mum -1.9 mm -2.42 m 2.06 MeV 0 eV 0 fm 0 fm Target initStep - 1 -467 mum -1.95 mm -2.42 m 0 eV 2.06 MeV 1.61 mm 1.61 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1230, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -51.7 mum -29.2 mum -2.44 m 4.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -143 mum -8.7 mum -2.42 m 0 eV 0 eV 1.76 cm 1.76 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1603, Parent ID = 1230 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -143 mum -8.7 mum -2.42 m 414 keV 0 eV 0 fm 0 fm Target initStep - 1 -154 mum -10.7 mum -2.42 m 0 eV 414 keV 232 mum 232 mum Target eIoni - 2 -154 mum -10.7 mum -2.42 m 0 eV 0 eV 0 fm 232 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1605, Parent ID = 1603 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -154 mum -10.7 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -147 mum -1.01 mm -2.42 m 0 eV 88 keV 1.07 mm 1.07 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1606, Parent ID = 1605 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -147 mum -1.01 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -142 mum -1.03 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1604, Parent ID = 1603 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -154 mum -10.7 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -184 mum 4.35 mm -2.42 m 0 eV 88 keV 4.65 mm 4.65 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1607, Parent ID = 1604 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -184 mum 4.35 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -191 mum 4.36 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1602, Parent ID = 1230 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -143 mum -8.7 mum -2.42 m 2.96 MeV 0 eV 0 fm 0 fm Target initStep - 1 -985 mum -906 mum -2.42 m 103 keV 2.86 MeV 2.07 mm 2.07 mm Target eBrem - 2 -986 mum -908 mum -2.42 m 0 eV 103 keV 28.8 mum 2.1 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1229, Parent ID = 1228 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -49.2 mum -28.8 mum -2.44 m 1.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -149 mum -90.1 mum -2.43 m 1.05 MeV 0 eV 8.07 mm 8.07 mm Target compt - 2 3.08 mm 2.93 mm -2.41 m 710 keV 0 eV 1.9 cm 2.7 cm Target compt - 3 266 mum 2.65 mm -2.41 m 446 keV 0 eV 5.94 mm 3.3 cm Target compt - 4 -2.35 mm -6.2 mm -2.4 m 0 eV 88 keV 1.05 cm 4.34 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1611, Parent ID = 1229 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.35 mm -6.2 mm -2.4 m 358 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.35 mm -6.21 mm -2.4 m 0 eV 358 keV 191 mum 191 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1610, Parent ID = 1229 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 266 mum 2.65 mm -2.41 m 264 keV 0 eV 0 fm 0 fm Target initStep - 1 263 mum 2.65 mm -2.41 m 0 eV 264 keV 124 mum 124 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1609, Parent ID = 1229 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.08 mm 2.93 mm -2.41 m 340 keV 0 eV 0 fm 0 fm Target initStep - 1 3.09 mm 2.94 mm -2.41 m 0 eV 340 keV 178 mum 178 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1608, Parent ID = 1229 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -149 mum -90.1 mum -2.43 m 71.6 keV 0 eV 0 fm 0 fm Target initStep - 1 -150 mum -90.8 mum -2.43 m 0 eV 71.6 keV 16.1 mum 16.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1227, Parent ID = 112 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -32.3 mum -24.4 mum -2.44 m 104 MeV 0 eV 0 fm 0 fm Target initStep - 1 -30.1 mum -14.1 mum -2.44 m 88 MeV 794 keV 411 mum 411 mum Target eBrem - 2 -39.5 mum -14.5 mum -2.44 m 75.1 MeV 484 keV 321 mum 731 mum Target eBrem - 3 -39.6 mum -14.3 mum -2.44 m 69.3 MeV 11.1 keV 7.86 mum 739 mum Target eBrem - 4 -98.6 mum -38 mum -2.44 m 59.9 MeV 1.51 MeV 1.01 mm 1.75 mm Target eBrem - 5 -101 mum -21.2 mum -2.44 m 58.3 MeV 105 keV 85.2 mum 1.83 mm Target eBrem - 6 -98.8 mum 47.3 mum -2.44 m 56.5 MeV 453 keV 383 mum 2.21 mm Target eBrem - 7 -122 mum 108 mum -2.44 m 53.1 MeV 206 keV 174 mum 2.39 mm Target eBrem - 8 -465 mum 677 mum -2.43 m 24.3 MeV 2.67 MeV 1.95 mm 4.34 mm Target eBrem - 9 -462 mum 683 mum -2.43 m 23.6 MeV 366 keV 295 mum 4.64 mm Target eBrem - 10 -446 mum 704 mum -2.43 m 22.8 MeV 287 keV 241 mum 4.88 mm Target eBrem - 11 -271 mum 1.05 mm -2.43 m 21.2 MeV 1.2 MeV 991 mum 5.87 mm Target eBrem - 12 -1.32 mm 2.15 mm -2.43 m 15.6 MeV 3.08 MeV 2.52 mm 8.39 mm Target eBrem - 13 -1.15 mm 2.5 mm -2.43 m 10.6 MeV 707 keV 680 mum 9.07 mm Target eBrem - 14 -1.27 mm 4.57 mm -2.43 m 3.67 MeV 4.44 MeV 2.57 mm 1.16 cm Target eBrem - 15 -1.24 mm 4.44 mm -2.43 m 2.89 MeV 780 keV 636 mum 1.23 cm Target eBrem - 16 -2.12 mm 5.11 mm -2.43 m 466 keV 1.98 MeV 1.85 mm 1.41 cm Target eBrem - 17 -2.12 mm 5.11 mm -2.43 m 0 eV 466 keV 275 mum 1.44 cm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1626, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.12 mm 5.11 mm -2.43 m 449 keV 0 eV 0 fm 0 fm Target initStep - 1 1.33 mm 4.78 mm -2.43 m 0 eV 88 keV 4 mm 4 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1627, Parent ID = 1626 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.33 mm 4.78 mm -2.43 m 361 keV 0 eV 0 fm 0 fm Target initStep - 1 1.35 mm 4.77 mm -2.43 m 0 eV 361 keV 193 mum 193 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1625, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.27 mm 4.57 mm -2.43 m 2.44 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.6 mm 2.05 mm -2.43 m 551 keV 0 eV 4.03 mm 4.03 mm Target compt - 2 1.01 mm -4.07 mm -2.43 m 384 keV 0 eV 7.93 mm 1.2 cm Target compt - 3 1.26 cm -3.55 mm -2.44 m 0 eV 88 keV 1.4 cm 2.6 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1630, Parent ID = 1625 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.26 cm -3.55 mm -2.44 m 296 keV 0 eV 0 fm 0 fm Target initStep - 1 1.26 cm -3.55 mm -2.44 m 0 eV 296 keV 146 mum 146 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1629, Parent ID = 1625 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.01 mm -4.07 mm -2.43 m 168 keV 0 eV 0 fm 0 fm Target initStep - 1 1.01 mm -4.07 mm -2.43 m 0 eV 168 keV 62.4 mum 62.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1628, Parent ID = 1625 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.6 mm 2.05 mm -2.43 m 1.88 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.42 mm 1.39 mm -2.43 m 45.4 keV 1.49 MeV 1.23 mm 1.23 mm Target eBrem - 2 -3.42 mm 1.39 mm -2.43 m 0 eV 45.4 keV 7.69 mum 1.24 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1631, Parent ID = 1628 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.42 mm 1.39 mm -2.43 m 346 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.41 mm 1.43 mm -2.43 m 0 eV 88 keV 70.7 mum 70.7 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1632, Parent ID = 1631 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.41 mm 1.43 mm -2.43 m 258 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.41 mm 1.43 mm -2.43 m 0 eV 258 keV 120 mum 120 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1624, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.15 mm 2.5 mm -2.43 m 4.29 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.78 mm 1.52 cm -2.42 m 0 eV 0 eV 1.73 cm 1.73 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1634, Parent ID = 1624 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.78 mm 1.52 cm -2.42 m 779 keV 0 eV 0 fm 0 fm Target initStep - 1 4.77 mm 1.53 cm -2.42 m 0 eV 779 keV 538 mum 538 mum Target eIoni - 2 4.77 mm 1.53 cm -2.42 m 0 eV 0 eV 0 fm 538 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1636, Parent ID = 1634 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.77 mm 1.53 cm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 5.33 mm 1.48 cm -2.42 m 0 eV 88 keV 855 mum 855 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1637, Parent ID = 1636 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.33 mm 1.48 cm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 5.33 mm 1.48 cm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1635, Parent ID = 1634 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.77 mm 1.53 cm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.36 mm 2.5 cm -2.41 m 511 keV 0 eV 1.7 cm 1.7 cm Target Transportation - 2 -2.15 cm 3.82 cm -2.4 m 511 keV 0 eV 2.31 cm 4.01 cm World Transportation - 3 -2.4 m 2.11 m -59.1 cm 511 keV 0 eV 3.64 m 3.68 m Tracker Transportation - 4 -2.91 m 2.56 m -20.3 cm 511 keV 0 eV 78 cm 4.46 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1633, Parent ID = 1624 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.78 mm 1.52 cm -2.42 m 2.49 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.89 mm 1.54 cm -2.42 m 0 eV 2.49 MeV 1.96 mm 1.96 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1623, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.32 mm 2.15 mm -2.43 m 2.58 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.25 mm 3.17 mm -2.43 m 1.56 MeV 0 eV 1.67 mm 1.67 mm Target compt - 2 -953 mum 3.43 mm -2.43 m 1.02 MeV 0 eV 1.62 mm 3.29 mm Target compt - 3 -1.72 mm 3.77 mm -2.43 m 242 keV 0 eV 1.91 mm 5.2 mm Target compt - 4 -1.77 mm 4.51 mm -2.43 m 0 eV 88 keV 1.27 mm 6.47 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1641, Parent ID = 1623 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.77 mm 4.51 mm -2.43 m 154 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.77 mm 4.5 mm -2.43 m 0 eV 154 keV 54.5 mum 54.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1640, Parent ID = 1623 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.72 mm 3.77 mm -2.43 m 774 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.74 mm 3.77 mm -2.43 m 0 eV 774 keV 529 mum 529 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1639, Parent ID = 1623 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -953 mum 3.43 mm -2.43 m 541 keV 0 eV 0 fm 0 fm Target initStep - 1 -936 mum 3.43 mm -2.43 m 0 eV 541 keV 336 mum 336 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1638, Parent ID = 1623 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.25 mm 3.17 mm -2.43 m 1.02 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.26 mm 3.23 mm -2.43 m 0 eV 1.02 MeV 738 mum 738 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1622, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -271 mum 1.05 mm -2.43 m 409 keV 0 eV 0 fm 0 fm Target initStep - 1 -299 mum 1.23 mm -2.43 m 0 eV 88 keV 734 mum 734 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1642, Parent ID = 1622 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -299 mum 1.23 mm -2.43 m 321 keV 0 eV 0 fm 0 fm Target initStep - 1 -300 mum 1.24 mm -2.43 m 0 eV 321 keV 164 mum 164 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1621, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -446 mum 704 mum -2.43 m 476 keV 0 eV 0 fm 0 fm Target initStep - 1 -309 mum 1.02 mm -2.43 m 0 eV 88 keV 1.78 mm 1.78 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1643, Parent ID = 1621 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -309 mum 1.02 mm -2.43 m 388 keV 0 eV 0 fm 0 fm Target initStep - 1 -296 mum 1.02 mm -2.43 m 0 eV 388 keV 214 mum 214 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1620, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -462 mum 683 mum -2.43 m 396 keV 0 eV 0 fm 0 fm Target initStep - 1 -145 mum 1.28 mm -2.43 m 0 eV 88 keV 3.25 mm 3.25 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1644, Parent ID = 1620 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -145 mum 1.28 mm -2.43 m 308 keV 0 eV 0 fm 0 fm Target initStep - 1 -146 mum 1.28 mm -2.43 m 0 eV 308 keV 154 mum 154 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1619, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -465 mum 677 mum -2.43 m 26.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.22 mm 1.84 mm -2.42 m 0 eV 0 eV 1.53 cm 1.53 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1646, Parent ID = 1619 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.22 mm 1.84 mm -2.42 m 4.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.25 mm 560 mum -2.42 m 1.72 MeV 2.31 MeV 2.02 mm 2.02 mm Target eBrem - 2 2.19 mm 302 mum -2.42 m 1.03 MeV 309 keV 377 mum 2.39 mm Target eBrem - 3 2.19 mm 239 mum -2.42 m 0 eV 1.03 MeV 756 mum 3.15 mm Target eIoni - 4 2.19 mm 239 mum -2.42 m 0 eV 0 eV 0 fm 3.15 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1650, Parent ID = 1646 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.19 mm 239 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 6.54 mm 587 mum -2.41 m 351 keV 0 eV 9.53 mm 9.53 mm Target compt - 2 1.07 cm 5.13 mm -2.41 m 0 eV 88 keV 6.36 mm 1.59 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1652, Parent ID = 1650 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.07 cm 5.13 mm -2.41 m 263 keV 0 eV 0 fm 0 fm Target initStep - 1 1.07 cm 5.13 mm -2.41 m 0 eV 263 keV 123 mum 123 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1651, Parent ID = 1650 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.54 mm 587 mum -2.41 m 160 keV 0 eV 0 fm 0 fm Target initStep - 1 6.54 mm 585 mum -2.41 m 0 eV 160 keV 58.2 mum 58.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1649, Parent ID = 1646 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.19 mm 239 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.52 mm 185 mum -2.42 m 0 eV 88 keV 1.47 mm 1.47 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1653, Parent ID = 1649 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.52 mm 185 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.5 mm 183 mum -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1648, Parent ID = 1646 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.19 mm 302 mum -2.42 m 378 keV 0 eV 0 fm 0 fm Target initStep - 1 2.14 mm -406 mum -2.42 m 154 keV 0 eV 886 mum 886 mum Target compt - 2 2.12 mm -290 mum -2.42 m 0 eV 88 keV 144 mum 1.03 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1655, Parent ID = 1648 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.12 mm -290 mum -2.42 m 65.8 keV 0 eV 0 fm 0 fm Target initStep - 1 2.12 mm -290 mum -2.42 m 0 eV 65.8 keV 14 mum 14 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1654, Parent ID = 1648 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.14 mm -406 mum -2.42 m 224 keV 0 eV 0 fm 0 fm Target initStep - 1 2.14 mm -411 mum -2.42 m 0 eV 224 keV 97.3 mum 97.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1647, Parent ID = 1646 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.25 mm 560 mum -2.42 m 473 keV 0 eV 0 fm 0 fm Target initStep - 1 2.82 mm -1.29 mm -2.42 m 360 keV 0 eV 2.2 mm 2.2 mm Target compt - 2 -233 mum -5.38 mm -2.41 m 0 eV 88 keV 1.11 cm 1.33 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1657, Parent ID = 1647 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -233 mum -5.38 mm -2.41 m 272 keV 0 eV 0 fm 0 fm Target initStep - 1 -236 mum -5.38 mm -2.41 m 0 eV 272 keV 130 mum 130 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1656, Parent ID = 1647 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.82 mm -1.29 mm -2.42 m 113 keV 0 eV 0 fm 0 fm Target initStep - 1 2.82 mm -1.29 mm -2.42 m 0 eV 113 keV 33.6 mum 33.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1645, Parent ID = 1619 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.22 mm 1.84 mm -2.42 m 20.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.13 mm 1.83 mm -2.42 m 13.4 MeV 988 keV 873 mum 873 mum Target eBrem - 2 1.63 mm 1.73 mm -2.42 m 10 MeV 1.58 MeV 1.25 mm 2.12 mm Target eBrem - 3 2.08 mm 2.92 mm -2.42 m 293 keV 1.84 MeV 1.64 mm 3.76 mm Target eBrem - 4 2.07 mm 2.92 mm -2.42 m 0 eV 293 keV 144 mum 3.9 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1660, Parent ID = 1645 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.08 mm 2.92 mm -2.42 m 7.88 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.99 mm 6.92 mm -2.41 m 381 keV 0 eV 8.29 mm 8.29 mm Target compt - 2 -3.04 mm 9.05 mm -2.42 m 0 eV 88 keV 3.08 mm 1.14 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1662, Parent ID = 1660 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.04 mm 9.05 mm -2.42 m 293 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.03 mm 9.05 mm -2.42 m 0 eV 293 keV 144 mum 144 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1661, Parent ID = 1660 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.99 mm 6.92 mm -2.41 m 7.49 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.07 mm 7.57 mm -2.42 m 4.44 MeV 2.27 MeV 1.42 mm 1.42 mm Target eBrem - 2 -6.19 mm 8.15 mm -2.41 m 1.93 MeV 1.67 MeV 1.6 mm 3.02 mm Target eBrem - 3 -6.29 mm 7.66 mm -2.41 m 710 keV 1.22 MeV 829 mum 3.85 mm Target eBrem - 4 -6.27 mm 7.69 mm -2.41 m 0 eV 710 keV 475 mum 4.32 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1664, Parent ID = 1661 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.19 mm 8.15 mm -2.41 m 845 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.23 mm 5.66 mm -2.42 m 0 eV 88 keV 4.4 mm 4.4 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1665, Parent ID = 1664 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.23 mm 5.66 mm -2.42 m 757 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.29 mm 5.61 mm -2.42 m 555 keV 202 keV 216 mum 216 mum Target eBrem - 2 -3.31 mm 5.62 mm -2.42 m 0 eV 555 keV 346 mum 562 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1663, Parent ID = 1661 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.07 mm 7.57 mm -2.42 m 792 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.95 mm 1.05 cm -2.41 m 281 keV 0 eV 3.48 mm 3.48 mm Target compt - 2 -3.6 mm 9.23 mm -2.41 m 0 eV 88 keV 4.42 mm 7.9 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1667, Parent ID = 1663 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.6 mm 9.23 mm -2.41 m 193 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.59 mm 9.23 mm -2.41 m 0 eV 193 keV 77.2 mum 77.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1666, Parent ID = 1663 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.95 mm 1.05 cm -2.41 m 512 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.96 mm 1.06 cm -2.41 m 0 eV 512 keV 311 mum 311 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1659, Parent ID = 1645 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.63 mm 1.73 mm -2.42 m 1.83 MeV 0 eV 0 fm 0 fm Target initStep - 1 -516 mum 4.33 mm -2.41 m 820 keV 0 eV 8.32 mm 8.32 mm Target compt - 2 -2.42 mm 2.5 cm -2.4 m 820 keV 0 eV 2.24 cm 3.07 cm Target Transportation - 3 -2.61 mm 2.71 cm -2.4 m 820 keV 0 eV 2.25 mm 3.3 cm World Transportation - 4 -22.1 cm 2.4 m -1.43 m 820 keV 0 eV 2.57 m 2.61 m Tracker Transportation - 5 -26.8 cm 2.91 m -1.22 m 820 keV 0 eV 55.3 cm 3.16 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1668, Parent ID = 1659 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -516 mum 4.33 mm -2.41 m 1.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 -532 mum 4.32 mm -2.41 m 0 eV 1.01 MeV 732 mum 732 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1658, Parent ID = 1645 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.13 mm 1.83 mm -2.42 m 6.18 MeV 0 eV 0 fm 0 fm Target initStep - 1 5.19 mm 5.34 mm -2.4 m 6.18 MeV 0 eV 1.88 cm 1.88 cm Target Transportation - 2 18.5 cm 16.1 cm -1.6 m 6.18 MeV 0 eV 83.5 cm 85.3 cm Tracker Transportation - 3 23 cm 20 cm -1.4 m 6.18 MeV 0 eV 20.9 cm 1.06 m Chamber Transportation - 4 36.5 cm 31.6 cm -80 cm 6.18 MeV 0 eV 62.6 cm 1.69 m Tracker Transportation - 5 41 cm 35.5 cm -60 cm 6.18 MeV 0 eV 20.9 cm 1.9 m Chamber Transportation - 6 54.5 cm 47.1 cm 0.114 fm 6.18 MeV 0 eV 62.6 cm 2.52 m Tracker Transportation - 7 59 cm 51 cm 20 cm 6.18 MeV 0 eV 20.9 cm 2.73 m Chamber Transportation - 8 72.5 cm 62.7 cm 80 cm 6.18 MeV 0 eV 62.6 cm 3.36 m Tracker Transportation - 9 77 cm 66.6 cm 1 m 6.18 MeV 0 eV 20.9 cm 3.57 m Chamber Transportation - 10 90.5 cm 78.2 cm 1.6 m 6.18 MeV 0 eV 62.6 cm 4.19 m Tracker Transportation - 11 95 cm 82.1 cm 1.8 m 6.18 MeV 0 eV 20.9 cm 4.4 m Chamber Transportation - 12 1.08 m 93.8 cm 2.4 m 6.18 MeV 0 eV 62.6 cm 5.03 m Tracker Transportation - 13 1.2 m 1.04 m 2.91 m 6.18 MeV 0 eV 53.2 cm 5.56 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1618, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -122 mum 108 mum -2.44 m 3.17 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.03 mm 1.4 cm -2.4 m 3.17 MeV 0 eV 3.87 cm 3.87 cm Target Transportation - 2 -13.2 cm 63.1 cm -80 cm 3.17 MeV 0 eV 1.72 m 1.76 m Tracker Transportation - 3 -14.1 cm 67.2 cm -69.3 cm 3.17 MeV 0 eV 11.6 cm 1.87 m Chamber Transportation - 4 -19.7 cm 93.9 cm 0 fm 3.17 MeV 0 eV 74.4 cm 2.62 m Tracker Transportation - 5 -21.3 cm 1.02 m 20 cm 3.17 MeV 0 eV 21.5 cm 2.83 m Chamber Transportation - 6 -26.1 cm 1.25 m 80 cm 3.17 MeV 0 eV 64.5 cm 3.48 m Tracker Transportation - 7 -27.8 cm 1.32 m 1 m 3.17 MeV 0 eV 21.5 cm 3.69 m Chamber Transportation - 8 -32.6 cm 1.56 m 1.6 m 3.17 MeV 0 eV 64.5 cm 4.34 m Tracker Transportation - 9 -34.2 cm 1.63 m 1.8 m 3.17 MeV 0 eV 21.5 cm 4.55 m Chamber Transportation - 10 -39.1 cm 1.86 m 2.4 m 3.17 MeV 0 eV 64.5 cm 5.2 m Tracker Transportation - 11 -43.2 cm 2.06 m 2.91 m 3.17 MeV 0 eV 54.8 cm 5.75 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1617, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -98.8 mum 47.3 mum -2.44 m 1.33 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.95 mm 4.44 mm -2.42 m 909 keV 0 eV 1.43 cm 1.43 cm Target compt - 2 -1.22 cm 2.18 mm -2.41 m 825 keV 0 eV 1.92 cm 3.34 cm Target compt - 3 -1.45 cm -496 mum -2.4 m 825 keV 0 eV 7.49 mm 4.09 cm Target Transportation - 4 -19.3 cm -21.2 cm -1.88 m 668 keV 0 eV 59.2 cm 63.3 cm Tracker compt - 5 -2.4 m -75.6 cm -3.85 mm 668 keV 0 eV 2.95 m 3.58 m Tracker Transportation - 6 -2.91 m -88.1 cm 42.9 cm 668 keV 0 eV 68.1 cm 4.26 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1671, Parent ID = 1617 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -19.3 cm -21.2 cm -1.88 m 158 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -10.7 cm -27 cm -1.77 m 0 eV 158 keV 29.8 cm 29.8 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1670, Parent ID = 1617 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.22 cm 2.18 mm -2.41 m 83.5 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.22 cm 2.18 mm -2.41 m 0 eV 83.5 keV 20.7 mum 20.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1669, Parent ID = 1617 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.95 mm 4.44 mm -2.42 m 421 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.95 mm 4.45 mm -2.42 m 0 eV 421 keV 240 mum 240 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1616, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -101 mum -21.2 mum -2.44 m 1.54 MeV 0 eV 0 fm 0 fm Target initStep - 1 -184 mum 1.4 mm -2.43 m 334 keV 0 eV 6.01 mm 6.01 mm Target compt - 2 -601 mum 1.56 mm -2.43 m 0 eV 88 keV 469 mum 6.48 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1673, Parent ID = 1616 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -601 mum 1.56 mm -2.43 m 246 keV 0 eV 0 fm 0 fm Target initStep - 1 -603 mum 1.56 mm -2.43 m 0 eV 246 keV 111 mum 111 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1672, Parent ID = 1616 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -184 mum 1.4 mm -2.43 m 1.21 MeV 0 eV 0 fm 0 fm Target initStep - 1 -118 mum 1.37 mm -2.43 m 430 keV 119 keV 129 mum 129 mum Target eBrem - 2 -126 mum 1.35 mm -2.43 m 0 eV 430 keV 246 mum 375 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1674, Parent ID = 1672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -118 mum 1.37 mm -2.43 m 657 keV 0 eV 0 fm 0 fm Target initStep - 1 -569 mum -1.19 mm -2.43 m 500 keV 0 eV 2.81 mm 2.81 mm Target compt - 2 -217 mum -2.57 mm -2.43 m 0 eV 88 keV 1.44 mm 4.26 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1676, Parent ID = 1674 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -217 mum -2.57 mm -2.43 m 412 keV 0 eV 0 fm 0 fm Target initStep - 1 -208 mum -2.58 mm -2.43 m 0 eV 412 keV 232 mum 232 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1675, Parent ID = 1674 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -569 mum -1.19 mm -2.43 m 158 keV 0 eV 0 fm 0 fm Target initStep - 1 -571 mum -1.2 mm -2.43 m 0 eV 158 keV 56.6 mum 56.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1615, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -98.6 mum -38 mum -2.44 m 7.82 MeV 0 eV 0 fm 0 fm Target initStep - 1 -86.2 mum 7.82 mm -2.4 m 7.82 MeV 0 eV 3.74 cm 3.74 cm Target Transportation - 2 185 mum 18 cm -1.6 m 7.82 MeV 0 eV 81.8 cm 85.6 cm Tracker Transportation - 3 253 mum 22.3 cm -1.4 m 7.82 MeV 0 eV 20.5 cm 1.06 m Chamber Transportation - 4 457 mum 35.2 cm -80 cm 7.82 MeV 0 eV 61.4 cm 1.67 m Tracker Transportation - 5 525 mum 39.5 cm -60 cm 7.82 MeV 0 eV 20.5 cm 1.88 m Chamber Transportation - 6 728 mum 52.4 cm 0 fm 7.82 MeV 0 eV 61.4 cm 2.49 m Tracker Transportation - 7 796 mum 56.7 cm 20 cm 7.82 MeV 0 eV 20.5 cm 2.7 m Chamber Transportation - 8 1e+03 mum 69.5 cm 80 cm 7.82 MeV 0 eV 61.4 cm 3.31 m Tracker Transportation - 9 1.07 mm 73.8 cm 1 m 7.82 MeV 0 eV 20.5 cm 3.52 m Chamber Transportation - 10 1.27 mm 86.7 cm 1.6 m 7.82 MeV 0 eV 61.4 cm 4.13 m Tracker Transportation - 11 1.34 mm 91 cm 1.8 m 7.82 MeV 0 eV 20.5 cm 4.33 m Chamber Transportation - 12 1.54 mm 1.04 m 2.4 m 7.82 MeV 0 eV 61.4 cm 4.95 m Tracker Transportation - 13 1.72 mm 1.15 m 2.91 m 7.82 MeV 0 eV 52.2 cm 5.47 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1614, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -39.6 mum -14.3 mum -2.44 m 5.82 MeV 0 eV 0 fm 0 fm Target initStep - 1 -89.5 mum 106 mum -2.43 m 0 eV 0 eV 8.94 mm 8.94 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1678, Parent ID = 1614 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -89.5 mum 106 mum -2.43 m 1.04 MeV 0 eV 0 fm 0 fm Target initStep - 1 -89.5 mum 106 mum -2.43 m 584 keV 0 eV 42.7 nm 42.7 nm Target eBrem - 2 -108 mum 109 mum -2.43 m 0 eV 584 keV 372 mum 372 mum Target eIoni - 3 -108 mum 109 mum -2.43 m 0 eV 0 eV 0 fm 372 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1681, Parent ID = 1678 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -108 mum 109 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.24 mm -218 mum -2.43 m 252 keV 0 eV 2.71 mm 2.71 mm Target compt - 2 -1.94 mm -1.61 mm -2.43 m 0 eV 88 keV 1.43 mm 4.14 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1683, Parent ID = 1681 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.94 mm -1.61 mm -2.43 m 164 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.95 mm -1.62 mm -2.43 m 0 eV 164 keV 60.1 mum 60.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1682, Parent ID = 1681 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.24 mm -218 mum -2.43 m 259 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.25 mm -215 mum -2.43 m 0 eV 259 keV 120 mum 120 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1680, Parent ID = 1678 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -108 mum 109 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.8 mm 401 mum -2.43 m 0 eV 88 keV 2.43 mm 2.43 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1684, Parent ID = 1680 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.8 mm 401 mum -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.82 mm 399 mum -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1679, Parent ID = 1678 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -89.5 mum 106 mum -2.43 m 456 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.11 mm 154 mum -2.43 m 0 eV 88 keV 2.92 mm 2.92 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1685, Parent ID = 1679 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.11 mm 154 mum -2.43 m 368 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.11 mm 143 mum -2.43 m 0 eV 368 keV 199 mum 199 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1677, Parent ID = 1614 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -89.5 mum 106 mum -2.43 m 3.76 MeV 0 eV 0 fm 0 fm Target initStep - 1 41.2 mum 343 mum -2.43 m 2.82 MeV 425 keV 447 mum 447 mum Target eBrem - 2 -61.8 mum 516 mum -2.43 m 0 eV 2.82 MeV 2.22 mm 2.66 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1686, Parent ID = 1677 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 41.2 mum 343 mum -2.43 m 516 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.5 mm 3.91 mm -2.43 m 0 eV 88 keV 4.99 mm 4.99 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1687, Parent ID = 1686 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.5 mm 3.91 mm -2.43 m 428 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.52 mm 3.92 mm -2.43 m 0 eV 428 keV 245 mum 245 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1613, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -39.5 mum -14.5 mum -2.44 m 12.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 121 mum 49.8 mum -2.43 m 0 eV 0 eV 1.2 cm 1.2 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1689, Parent ID = 1613 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 121 mum 49.8 mum -2.43 m 7.06 MeV 0 eV 0 fm 0 fm Target initStep - 1 130 mum -249 mum -2.42 m 5.41 MeV 843 keV 814 mum 814 mum Target eBrem - 2 -950 mum 611 mum -2.42 m 1.52 MeV 2.09 MeV 1.8 mm 2.61 mm Target eBrem - 3 -857 mum 716 mum -2.42 m 0 eV 1.52 MeV 1.18 mm 3.79 mm Target eIoni - 4 -857 mum 716 mum -2.42 m 0 eV 0 eV 0 fm 3.79 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1693, Parent ID = 1689 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -857 mum 716 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.24 mm 793 mum -2.42 m 218 keV 0 eV 557 mum 557 mum Target compt - 2 -1.66 mm 497 mum -2.42 m 0 eV 88 keV 973 mum 1.53 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1695, Parent ID = 1693 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.66 mm 497 mum -2.42 m 130 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.66 mm 495 mum -2.42 m 0 eV 130 keV 41.8 mum 41.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1694, Parent ID = 1693 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.24 mm 793 mum -2.42 m 293 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.25 mm 796 mum -2.42 m 0 eV 293 keV 144 mum 144 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1692, Parent ID = 1689 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -857 mum 716 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2.16 mm 115 mum -2.43 m 427 keV 0 eV 4.35 mm 4.35 mm Target compt - 2 2.38 mm -459 mum -2.43 m 0 eV 88 keV 1.27 mm 5.62 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1697, Parent ID = 1692 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.38 mm -459 mum -2.43 m 339 keV 0 eV 0 fm 0 fm Target initStep - 1 2.38 mm -449 mum -2.43 m 0 eV 339 keV 177 mum 177 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1696, Parent ID = 1692 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.16 mm 115 mum -2.43 m 83.9 keV 0 eV 0 fm 0 fm Target initStep - 1 2.16 mm 116 mum -2.43 m 0 eV 83.9 keV 20.9 mum 20.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1691, Parent ID = 1689 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -950 mum 611 mum -2.42 m 1.79 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.7 mm 1.03 cm -2.43 m 1.27 MeV 0 eV 1.42 cm 1.42 cm Target compt - 2 2.5 cm 1.91 cm -2.45 m 1.27 MeV 0 eV 2.79 cm 4.21 cm Target Transportation - 3 42.2 cm 22.1 cm -2.91 m 1.27 MeV 0 eV 64 cm 68.3 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1698, Parent ID = 1691 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.7 mm 1.03 cm -2.43 m 527 keV 0 eV 0 fm 0 fm Target initStep - 1 7.71 mm 1.03 cm -2.43 m 0 eV 527 keV 324 mum 324 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1690, Parent ID = 1689 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 130 mum -249 mum -2.42 m 806 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.21 cm -1.13 cm -2.4 m 806 keV 0 eV 2.98 cm 2.98 cm Target Transportation - 2 -2.39 m -2.15 m 2.4 m 806 keV 0 eV 5.77 m 5.8 m Tracker Transportation - 3 -2.64 m -2.38 m 2.91 m 806 keV 0 eV 61.3 cm 6.41 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1688, Parent ID = 1613 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 121 mum 49.8 mum -2.43 m 4.31 MeV 0 eV 0 fm 0 fm Target initStep - 1 -437 mum -455 mum -2.43 m 2.21 MeV 1.55 MeV 1.16 mm 1.16 mm Target eBrem - 2 -332 mum -426 mum -2.42 m 0 eV 2.21 MeV 1.73 mm 2.89 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1699, Parent ID = 1688 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -437 mum -455 mum -2.43 m 544 keV 0 eV 0 fm 0 fm Target initStep - 1 3.34 mm 1.2 mm -2.42 m 0 eV 88 keV 6.39 mm 6.39 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1700, Parent ID = 1699 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.34 mm 1.2 mm -2.42 m 456 keV 0 eV 0 fm 0 fm Target initStep - 1 3.35 mm 1.21 mm -2.42 m 0 eV 456 keV 267 mum 267 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1612, Parent ID = 1227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -30.1 mum -14.1 mum -2.44 m 15.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -46 mum 192 mum -2.43 m 0 eV 0 eV 8.55 mm 8.55 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1702, Parent ID = 1612 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -46 mum 192 mum -2.43 m 9.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -84.2 mum 34.1 mum -2.43 m 8.54 MeV 613 keV 392 mum 392 mum Target eBrem - 2 -116 mum -19 mum -2.43 m 3.45 MeV 179 keV 180 mum 572 mum Target eBrem - 3 -249 mum -256 mum -2.43 m 0 eV 3.45 MeV 2.75 mm 3.32 mm Target eIoni - 4 -249 mum -256 mum -2.43 m 0 eV 0 eV 0 fm 3.32 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1706, Parent ID = 1702 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -249 mum -256 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.2 mm -2.62 mm -2.43 m 299 keV 0 eV 4.29 mm 4.29 mm Target compt - 2 -1.98 mm -20.6 mum -2.44 m 0 eV 88 keV 7.31 mm 1.16 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1708, Parent ID = 1706 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.98 mm -20.6 mum -2.44 m 211 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.99 mm -19.4 mum -2.44 m 0 eV 211 keV 88.4 mum 88.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1707, Parent ID = 1706 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.2 mm -2.62 mm -2.43 m 212 keV 0 eV 0 fm 0 fm Target initStep - 1 1.2 mm -2.63 mm -2.43 m 0 eV 212 keV 89.7 mum 89.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1705, Parent ID = 1702 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -249 mum -256 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.57 mm 1.9 mm -2.43 m 180 keV 0 eV 3.91 mm 3.91 mm Target compt - 2 -1.5 mm 1.89 mm -2.43 m 0 eV 88 keV 177 mum 4.08 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1710, Parent ID = 1705 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.5 mm 1.89 mm -2.43 m 91.7 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.5 mm 1.9 mm -2.43 m 0 eV 91.7 keV 24.1 mum 24.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1709, Parent ID = 1705 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.57 mm 1.9 mm -2.43 m 331 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.57 mm 1.9 mm -2.43 m 0 eV 331 keV 171 mum 171 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1704, Parent ID = 1702 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -116 mum -19 mum -2.43 m 4.91 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.15 mm -4.99 mm -2.42 m 0 eV 0 eV 1.08 cm 1.08 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1712, Parent ID = 1704 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.15 mm -4.99 mm -2.42 m 2.74 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.34 mm -5.13 mm -2.42 m 1.34 MeV 1.4 MeV 1.15 mm 1.15 mm Target eBrem - 2 -1.55 mm -5.23 mm -2.42 m 155 keV 361 keV 358 mum 1.5 mm Target eBrem - 3 -1.55 mm -5.22 mm -2.42 m 0 eV 155 keV 52 mum 1.56 mm Target eIoni - 4 -1.55 mm -5.22 mm -2.42 m 0 eV 0 eV 0 fm 1.56 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1715, Parent ID = 1712 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.55 mm -5.22 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.51 mm 2.3 mm -2.41 m 0 eV 88 keV 1.42 cm 1.42 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1716, Parent ID = 1715 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.51 mm 2.3 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.51 mm 2.3 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1714, Parent ID = 1712 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.55 mm -5.22 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.46 mm -5.95 mm -2.42 m 387 keV 0 eV 1.38 mm 1.38 mm Target compt - 2 -1.38 mm -5.47 mm -2.42 m 0 eV 88 keV 1.88 mm 3.26 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1718, Parent ID = 1714 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.38 mm -5.47 mm -2.42 m 299 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.39 mm -5.46 mm -2.42 m 0 eV 299 keV 148 mum 148 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1717, Parent ID = 1714 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.46 mm -5.95 mm -2.42 m 124 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.46 mm -5.96 mm -2.42 m 0 eV 124 keV 38.7 mum 38.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1713, Parent ID = 1712 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.55 mm -5.23 mm -2.42 m 829 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.33 mm -968 mum -2.42 m 774 keV 0 eV 8.43 mm 8.43 mm Target compt - 2 -2.48 cm 1.35 cm -2.43 m 556 keV 0 eV 2.56 cm 3.41 cm Target compt - 3 -2.5 cm 1.38 cm -2.43 m 556 keV 0 eV 404 mum 3.45 cm Target Transportation - 4 -11.4 cm 19.9 cm -2.4 m 556 keV 0 eV 20.9 cm 24.3 cm World Transportation - 5 -1.17 m 2.4 m -1.99 m 556 keV 0 eV 2.48 m 2.72 m Tracker Transportation - 6 -1.42 m 2.91 m -1.89 m 556 keV 0 eV 57.4 cm 3.29 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1720, Parent ID = 1713 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.48 cm 1.35 cm -2.43 m 217 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.48 cm 1.35 cm -2.43 m 0 eV 217 keV 92.9 mum 92.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1719, Parent ID = 1713 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.33 mm -968 mum -2.42 m 54.9 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.33 mm -968 mum -2.42 m 0 eV 54.9 keV 10.5 mum 10.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1711, Parent ID = 1704 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.15 mm -4.99 mm -2.42 m 1.15 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.18 mm -5.05 mm -2.42 m 0 eV 1.15 MeV 847 mum 847 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1703, Parent ID = 1702 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -84.2 mum 34.1 mum -2.43 m 746 keV 0 eV 0 fm 0 fm Target initStep - 1 -987 mum -799 mum -2.43 m 547 keV 0 eV 2.22 mm 2.22 mm Target compt - 2 -1.85 cm 9.4 mm -2.4 m 0 eV 88 keV 3.24 cm 3.46 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1722, Parent ID = 1703 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.85 cm 9.4 mm -2.4 m 459 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.85 cm 9.4 mm -2.4 m 0 eV 459 keV 269 mum 269 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1721, Parent ID = 1703 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -987 mum -799 mum -2.43 m 199 keV 0 eV 0 fm 0 fm Target initStep - 1 -987 mum -803 mum -2.43 m 0 eV 199 keV 81 mum 81 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1701, Parent ID = 1612 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -46 mum 192 mum -2.43 m 4.45 MeV 0 eV 0 fm 0 fm Target initStep - 1 -233 mum -1.08 mm -2.43 m 670 keV 2.99 MeV 2.42 mm 2.42 mm Target eBrem - 2 -250 mum -1.07 mm -2.43 m 0 eV 670 keV 442 mum 2.86 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1723, Parent ID = 1701 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -233 mum -1.08 mm -2.43 m 781 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.66 mm 4.21 mm -2.43 m 614 keV 0 eV 5.79 mm 5.79 mm Target compt - 2 -7.82 mm 9.17 mm -2.42 m 315 keV 0 eV 8.18 mm 1.4 cm Target compt - 3 -7.54 mm 9.56 mm -2.42 m 0 eV 88 keV 623 mum 1.46 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1726, Parent ID = 1723 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.54 mm 9.56 mm -2.42 m 227 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.54 mm 9.56 mm -2.42 m 0 eV 227 keV 99.2 mum 99.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1725, Parent ID = 1723 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.82 mm 9.17 mm -2.42 m 299 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.83 mm 9.17 mm -2.42 m 0 eV 299 keV 148 mum 148 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1724, Parent ID = 1723 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.66 mm 4.21 mm -2.43 m 167 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.66 mm 4.22 mm -2.43 m 0 eV 167 keV 61.9 mum 61.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 111, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.92 mum -8.22 mum -2.44 m 858 keV 0 eV 0 fm 0 fm Target initStep - 1 -66.1 mum -30.6 mum -2.43 m 731 keV 0 eV 8.09 mm 8.09 mm Target compt - 2 -807 mum -967 mum -2.43 m 0 eV 88 keV 2.67 mm 1.08 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1728, Parent ID = 111 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -807 mum -967 mum -2.43 m 643 keV 0 eV 0 fm 0 fm Target initStep - 1 -802 mum -974 mum -2.43 m 0 eV 643 keV 419 mum 419 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1727, Parent ID = 111 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -66.1 mum -30.6 mum -2.43 m 126 keV 0 eV 0 fm 0 fm Target initStep - 1 -64.7 mum -28.8 mum -2.43 m 0 eV 126 keV 40.1 mum 40.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 110, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.14 mum -1.66 mum -2.44 m 1.08 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.55 mum -2.65 mum -2.44 m 0 eV 88 keV 372 mum 372 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1729, Parent ID = 110 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.55 mum -2.65 mum -2.44 m 996 keV 0 eV 0 fm 0 fm Target initStep - 1 -23.1 mum 14.8 mum -2.44 m 0 eV 996 keV 717 mum 717 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 109, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.98 mum 1.63 mum -2.44 m 15 MeV 0 eV 0 fm 0 fm Target initStep - 1 -55.2 mum -21.3 mum -2.41 m 0 eV 0 eV 3.41 cm 3.41 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1731, Parent ID = 109 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.2 mum -21.3 mum -2.41 m 11.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -17.8 mum 146 mum -2.41 m 8.58 MeV 621 keV 520 mum 520 mum Target eBrem - 2 -1.41 mm 2.05 mm -2.41 m 3.91 MeV 3.87 MeV 3.62 mm 4.14 mm Target eBrem - 3 -544 mum 1.84 mm -2.41 m 0 eV 2.14 MeV 1.72 mm 5.86 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1735, Parent ID = 1731 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -544 mum 1.84 mm -2.41 m 2.45 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.98 mm -3.1 mm -2.41 m 526 keV 0 eV 9.23 mm 9.23 mm Target compt - 2 8.86 mm -1.95 mm -2.41 m 0 eV 88 keV 2.59 mm 1.18 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1737, Parent ID = 1735 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.86 mm -1.95 mm -2.41 m 438 keV 0 eV 0 fm 0 fm Target initStep - 1 8.87 mm -1.95 mm -2.41 m 0 eV 438 keV 253 mum 253 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1736, Parent ID = 1735 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.98 mm -3.1 mm -2.41 m 1.93 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.08 mm -3.2 mm -2.41 m 0 eV 1.93 MeV 1.5 mm 1.5 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1734, Parent ID = 1731 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -544 mum 1.84 mm -2.41 m 335 keV 0 eV 0 fm 0 fm Target initStep - 1 -805 mum 2.32 mm -2.41 m 228 keV 0 eV 580 mum 580 mum Target compt - 2 822 mum 3.64 mm -2.41 m 0 eV 88 keV 2.27 mm 2.85 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1739, Parent ID = 1734 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 822 mum 3.64 mm -2.41 m 140 keV 0 eV 0 fm 0 fm Target initStep - 1 821 mum 3.65 mm -2.41 m 0 eV 140 keV 47.4 mum 47.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1738, Parent ID = 1734 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -805 mum 2.32 mm -2.41 m 106 keV 0 eV 0 fm 0 fm Target initStep - 1 -807 mum 2.32 mm -2.41 m 0 eV 106 keV 30.5 mum 30.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1733, Parent ID = 1731 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.41 mm 2.05 mm -2.41 m 807 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.27 mm -6.04 mm -2.4 m 807 keV 0 eV 1.14 cm 1.14 cm Target Transportation - 2 -85.2 cm -2.4 m -18.5 cm 807 keV 0 eV 3.37 m 3.38 m Tracker Transportation - 3 -1.03 m -2.91 m 28.7 cm 807 keV 0 eV 71.8 cm 4.1 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1732, Parent ID = 1731 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.8 mum 146 mum -2.41 m 2.03 MeV 0 eV 0 fm 0 fm Target initStep - 1 257 mum -3.29 mm -2.4 m 2.03 MeV 0 eV 1.08 cm 1.08 cm Target Transportation - 2 4.34 cm -54.3 cm -80 cm 2.03 MeV 0 eV 1.69 m 1.7 m Tracker Transportation - 3 4.88 cm -61.1 cm -60 cm 2.03 MeV 0 eV 21.1 cm 1.91 m Chamber Transportation - 4 6.49 cm -81.3 cm 0 fm 2.03 MeV 0 eV 63.3 cm 2.54 m Tracker Transportation - 5 7.03 cm -88.1 cm 20 cm 2.03 MeV 0 eV 21.1 cm 2.76 m Chamber Transportation - 6 8.65 cm -1.08 m 80 cm 2.03 MeV 0 eV 63.3 cm 3.39 m Tracker Transportation - 7 9.19 cm -1.15 m 1 m 2.03 MeV 0 eV 21.1 cm 3.6 m Chamber Transportation - 8 10.8 cm -1.35 m 1.6 m 2.03 MeV 0 eV 63.3 cm 4.23 m Tracker Transportation - 9 11.3 cm -1.42 m 1.8 m 2.03 MeV 0 eV 21.1 cm 4.44 m Chamber Transportation - 10 13 cm -1.62 m 2.4 m 2.03 MeV 0 eV 63.3 cm 5.08 m Tracker Transportation - 11 14.3 cm -1.8 m 2.91 m 2.03 MeV 0 eV 53.8 cm 5.62 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1730, Parent ID = 109 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.2 mum -21.3 mum -2.41 m 2.72 MeV 0 eV 0 fm 0 fm Target initStep - 1 -533 mum 202 mum -2.41 m 1.41 MeV 820 keV 817 mum 817 mum Target eBrem - 2 -579 mum 50.5 mum -2.41 m 79.7 keV 357 keV 303 mum 1.12 mm Target eBrem - 3 -579 mum 50.9 mum -2.41 m 0 eV 79.7 keV 19.1 mum 1.14 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1741, Parent ID = 1730 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -579 mum 50.5 mum -2.41 m 976 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.27 mm -2.82 mm -2.4 m 976 keV 0 eV 1.32 cm 1.32 cm Target Transportation - 2 -2.4 m -89.5 cm 80.2 cm 976 keV 0 eV 4.1 m 4.11 m Tracker Transportation - 3 -2.91 m -1.09 m 1.49 m 976 keV 0 eV 87.3 cm 4.98 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1740, Parent ID = 1730 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -533 mum 202 mum -2.41 m 487 keV 0 eV 0 fm 0 fm Target initStep - 1 6.83 mum 420 mum -2.41 m 0 eV 88 keV 778 mum 778 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1742, Parent ID = 1740 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.83 mum 420 mum -2.41 m 399 keV 0 eV 0 fm 0 fm Target initStep - 1 9.61 mum 430 mum -2.41 m 0 eV 399 keV 222 mum 222 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 108, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.15 mum 1.64 mum -2.44 m 712 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.71 mum 256 nm -2.44 m 0 eV 0 eV 4.38 mm 4.38 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1744, Parent ID = 108 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.71 mum 256 nm -2.44 m 614 MeV 0 eV 0 fm 0 fm Target initStep - 1 25.3 mum -22.5 mum -2.44 m 513 MeV 2.97 MeV 2.1 mm 2.1 mm Target eBrem - 2 26.6 mum -24.1 mum -2.44 m 505 MeV 212 keV 178 mum 2.28 mm Target eBrem - 3 48.8 mum -12.6 mum -2.44 m 501 MeV 3.33 MeV 2.28 mm 4.56 mm Target eBrem - 4 53.6 mum -14.3 mum -2.44 m 500 MeV 360 keV 281 mum 4.85 mm Target eBrem - 5 66.2 mum -18.8 mum -2.44 m 499 MeV 525 keV 504 mum 5.35 mm Target eBrem - 6 85.8 mum -15 mum -2.43 m 399 MeV 783 keV 710 mum 6.06 mm Target eBrem - 7 93.8 mum -18.4 mum -2.43 m 397 MeV 315 keV 227 mum 6.29 mm Target eBrem - 8 98.5 mum -18.8 mum -2.43 m 395 MeV 129 keV 124 mum 6.41 mm Target eBrem - 9 120 mum -23.2 mum -2.43 m 139 MeV 1.14 MeV 826 mum 7.24 mm Target eBrem - 10 118 mum -28 mum -2.43 m 119 MeV 12.3 MeV 205 mum 7.44 mm Target eBrem - 11 108 mum -77.6 mum -2.43 m 94.5 MeV 915 keV 576 mum 8.02 mm Target eBrem - 12 122 mum -264 mum -2.43 m 92.2 MeV 943 keV 819 mum 8.84 mm Target eBrem - 13 72.2 mum -576 mum -2.43 m 90.4 MeV 1.45 MeV 1.03 mm 9.86 mm Target eBrem - 14 245 mum -964 mum -2.43 m 86.4 MeV 2.49 MeV 1.5 mm 1.14 cm Target eBrem - 15 185 mum -1.18 mm -2.43 m 83.4 MeV 749 keV 576 mum 1.19 cm Target eBrem - 16 4.67 mum -2.27 mm -2.43 m 75.8 MeV 6.87 MeV 2.6 mm 1.45 cm Target eBrem - 17 -71.5 mum -2.6 mm -2.43 m 63.7 MeV 1.46 MeV 1.1 mm 1.56 cm Target eBrem - 18 -117 mum -3.04 mm -2.42 m 37.2 MeV 2 MeV 1.42 mm 1.71 cm Target eBrem - 19 -110 mum -3.26 mm -2.42 m 34.8 MeV 663 keV 516 mum 1.76 cm Target eBrem - 20 -86.6 mum -3.38 mm -2.42 m 32.5 MeV 324 keV 316 mum 1.79 cm Target eBrem - 21 -80.9 mum -3.4 mm -2.42 m 29.6 MeV 175 keV 133 mum 1.8 cm Target eBrem - 22 -281 mum -3.4 mm -2.42 m 25 MeV 3.79 MeV 2.93 mm 2.1 cm Target eBrem - 23 -115 mum -3.27 mm -2.42 m 23.1 MeV 1.48 MeV 1.18 mm 2.21 cm Target eBrem - 24 128 mum -3.22 mm -2.42 m 19.3 MeV 3.47 MeV 680 mum 2.28 cm Target eBrem - 25 283 mum -3.16 mm -2.42 m 7.9 MeV 296 keV 267 mum 2.31 cm Target eBrem - 26 3.33 mm -1.36 mm -2.42 m 3.46 MeV 4.14 MeV 3.76 mm 2.68 cm Target eBrem - 27 2.22 mm -352 mum -2.42 m 958 keV 2.09 MeV 1.91 mm 2.88 cm Target eBrem - 28 2.2 mm -382 mum -2.42 m 0 eV 958 keV 694 mum 2.94 cm Target eIoni - 29 2.2 mm -382 mum -2.42 m 0 eV 0 eV 0 fm 2.94 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1773, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.2 mm -382 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.6 mm -40.9 mum -2.42 m 239 keV 0 eV 9.51 mm 9.51 mm Target compt - 2 -5.57 mm -16.7 mum -2.42 m 0 eV 88 keV 38.7 mum 9.55 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1775, Parent ID = 1773 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.57 mm -16.7 mum -2.42 m 151 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.57 mm -13.8 mum -2.42 m 0 eV 151 keV 52.9 mum 52.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1774, Parent ID = 1773 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.6 mm -40.9 mum -2.42 m 272 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.6 mm -42.8 mum -2.42 m 0 eV 272 keV 130 mum 130 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1772, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.2 mm -382 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 5.1 mm -509 mum -2.42 m 0 eV 88 keV 3.54 mm 3.54 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1776, Parent ID = 1772 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.1 mm -509 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 5.11 mm -510 mum -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1771, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.22 mm -352 mum -2.42 m 410 keV 0 eV 0 fm 0 fm Target initStep - 1 2.31 mm -749 mum -2.42 m 208 keV 0 eV 938 mum 938 mum Target compt - 2 2.52 mm -854 mum -2.42 m 0 eV 88 keV 268 mum 1.21 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1778, Parent ID = 1771 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.52 mm -854 mum -2.42 m 120 keV 0 eV 0 fm 0 fm Target initStep - 1 2.52 mm -852 mum -2.42 m 0 eV 120 keV 36.8 mum 36.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1777, Parent ID = 1771 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.31 mm -749 mum -2.42 m 203 keV 0 eV 0 fm 0 fm Target initStep - 1 2.31 mm -750 mum -2.42 m 0 eV 203 keV 83.3 mum 83.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1770, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.33 mm -1.36 mm -2.42 m 299 keV 0 eV 0 fm 0 fm Target initStep - 1 3.39 mm -1.24 mm -2.42 m 0 eV 88 keV 176 mum 176 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1779, Parent ID = 1770 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.39 mm -1.24 mm -2.42 m 211 keV 0 eV 0 fm 0 fm Target initStep - 1 3.4 mm -1.24 mm -2.42 m 0 eV 211 keV 88.5 mum 88.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1769, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 283 mum -3.16 mm -2.42 m 11.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.51 mm -2.07 mm -2.41 m 0 eV 0 eV 9.92 mm 9.92 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1781, Parent ID = 1769 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.51 mm -2.07 mm -2.41 m 7.06 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.79 mm -2.53 mm -2.41 m 5.6 MeV 1.13 MeV 932 mum 932 mum Target eBrem - 2 9.36 mm -3.89 mm -2.41 m 1.24 MeV 4.37 MeV 3.65 mm 4.58 mm Target eBrem - 3 9.02 mm -3.84 mm -2.41 m 581 keV 658 keV 532 mum 5.12 mm Target eBrem - 4 8.98 mm -3.85 mm -2.41 m 0 eV 581 keV 369 mum 5.49 mm Target eIoni - 5 8.98 mm -3.85 mm -2.41 m 0 eV 0 eV 0 fm 5.49 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1784, Parent ID = 1781 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.98 mm -3.85 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.05 cm -3.79 mm -2.41 m 244 keV 0 eV 1.8 mm 1.8 mm Target compt - 2 1.03 cm -3.57 mm -2.41 m 127 keV 0 eV 388 mum 2.19 mm Target compt - 3 1.05 cm -3.68 mm -2.41 m 0 eV 88 keV 472 mum 2.66 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1787, Parent ID = 1784 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.05 cm -3.68 mm -2.41 m 39.1 keV 0 eV 0 fm 0 fm Target initStep - 1 1.05 cm -3.68 mm -2.41 m 0 eV 39.1 keV 6 mum 6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1786, Parent ID = 1784 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.03 cm -3.57 mm -2.41 m 117 keV 0 eV 0 fm 0 fm Target initStep - 1 1.03 cm -3.57 mm -2.41 m 0 eV 117 keV 35.4 mum 35.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1785, Parent ID = 1784 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.05 cm -3.79 mm -2.41 m 267 keV 0 eV 0 fm 0 fm Target initStep - 1 1.05 cm -3.79 mm -2.41 m 0 eV 267 keV 126 mum 126 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1783, Parent ID = 1781 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.98 mm -3.85 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.48 mm -4.23 mm -2.41 m 0 eV 88 keV 1.25 cm 1.25 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1788, Parent ID = 1783 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.48 mm -4.23 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.5 mm -4.24 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1782, Parent ID = 1781 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.79 mm -2.53 mm -2.41 m 334 keV 0 eV 0 fm 0 fm Target initStep - 1 8.73 mm -3.01 mm -2.41 m 0 eV 88 keV 1.13 mm 1.13 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1789, Parent ID = 1782 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.73 mm -3.01 mm -2.41 m 246 keV 0 eV 0 fm 0 fm Target initStep - 1 8.73 mm -3.01 mm -2.41 m 0 eV 246 keV 111 mum 111 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1780, Parent ID = 1769 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.51 mm -2.07 mm -2.41 m 3.04 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.74 mm -1.91 mm -2.41 m 0 eV 3.04 MeV 2.39 mm 2.39 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1768, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 128 mum -3.22 mm -2.42 m 291 keV 0 eV 0 fm 0 fm Target initStep - 1 1.79 mm -3.05 mm -2.42 m 0 eV 88 keV 3.2 mm 3.2 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1790, Parent ID = 1768 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.79 mm -3.05 mm -2.42 m 203 keV 0 eV 0 fm 0 fm Target initStep - 1 1.79 mm -3.05 mm -2.42 m 0 eV 203 keV 83.7 mum 83.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1767, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -115 mum -3.27 mm -2.42 m 396 keV 0 eV 0 fm 0 fm Target initStep - 1 694 mum -3.2 mm -2.42 m 0 eV 88 keV 1.68 mm 1.68 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1791, Parent ID = 1767 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 694 mum -3.2 mm -2.42 m 308 keV 0 eV 0 fm 0 fm Target initStep - 1 696 mum -3.19 mm -2.42 m 0 eV 308 keV 154 mum 154 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1766, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -281 mum -3.4 mm -2.42 m 873 keV 0 eV 0 fm 0 fm Target initStep - 1 662 mum -3.18 mm -2.42 m 544 keV 0 eV 3.15 mm 3.15 mm Target compt - 2 2.33 mm -1.39 cm -2.41 m 0 eV 88 keV 1.51 cm 1.82 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1793, Parent ID = 1766 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.33 mm -1.39 cm -2.41 m 456 keV 0 eV 0 fm 0 fm Target initStep - 1 2.33 mm -1.39 cm -2.41 m 0 eV 456 keV 267 mum 267 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1792, Parent ID = 1766 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 662 mum -3.18 mm -2.42 m 329 keV 0 eV 0 fm 0 fm Target initStep - 1 666 mum -3.17 mm -2.42 m 0 eV 329 keV 170 mum 170 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1765, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -80.9 mum -3.4 mm -2.42 m 2.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.01 mm -7.75 mm -2.4 m 0 eV 0 eV 2.3 cm 2.3 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1795, Parent ID = 1765 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.01 mm -7.75 mm -2.4 m 821 keV 0 eV 0 fm 0 fm Target initStep - 1 2.04 mm -7.79 mm -2.4 m 0 eV 821 keV 575 mum 575 mum Target eIoni - 2 2.04 mm -7.79 mm -2.4 m 0 eV 0 eV 0 fm 575 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1797, Parent ID = 1795 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.04 mm -7.79 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2.36 mm -8.79 mm -2.4 m 511 keV 0 eV 1.16 mm 1.16 mm Target Transportation - 2 77.3 cm -2.4 m -1.25 m 511 keV 0 eV 2.76 m 2.76 m Tracker Transportation - 3 93.7 cm -2.91 m -1.01 m 511 keV 0 eV 58.9 cm 3.35 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1796, Parent ID = 1795 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.04 mm -7.79 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.63 mm -6.54 mm -2.4 m 0 eV 88 keV 1.44 mm 1.44 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1798, Parent ID = 1796 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.63 mm -6.54 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.63 mm -6.52 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1794, Parent ID = 1765 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.01 mm -7.75 mm -2.4 m 856 keV 0 eV 0 fm 0 fm Target initStep - 1 1.99 mm -7.74 mm -2.4 m 0 eV 856 keV 599 mum 599 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1764, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -86.6 mum -3.38 mm -2.42 m 1.97 MeV 0 eV 0 fm 0 fm Target initStep - 1 938 mum -7.85 mm -2.4 m 1.97 MeV 0 eV 2.36 cm 2.36 cm Target Transportation - 2 3.63 cm -16.2 cm -1.6 m 1.97 MeV 0 eV 81.5 cm 83.9 cm Tracker Transportation - 3 4.51 cm -20.1 cm -1.4 m 1.97 MeV 0 eV 20.4 cm 1.04 m Chamber Transportation - 4 7.16 cm -31.6 cm -80 cm 1.97 MeV 0 eV 61.2 cm 1.65 m Tracker Transportation - 5 8.04 cm -35.5 cm -60 cm 1.97 MeV 0 eV 20.4 cm 1.86 m Chamber Transportation - 6 10.7 cm -47.1 cm 0 fm 1.97 MeV 0 eV 61.2 cm 2.47 m Tracker Transportation - 7 11.6 cm -50.9 cm 20 cm 1.97 MeV 0 eV 20.4 cm 2.67 m Chamber Transportation - 8 14.2 cm -62.5 cm 80 cm 1.97 MeV 0 eV 61.2 cm 3.29 m Tracker Transportation - 9 15.1 cm -66.3 cm 1 m 1.97 MeV 0 eV 20.4 cm 3.49 m Chamber Transportation - 10 17.8 cm -77.9 cm 1.6 m 1.97 MeV 0 eV 61.2 cm 4.1 m Tracker Transportation - 11 18.6 cm -81.8 cm 1.8 m 1.97 MeV 0 eV 20.4 cm 4.3 m Chamber Transportation - 12 21.3 cm -93.3 cm 2.4 m 1.97 MeV 0 eV 61.2 cm 4.92 m Tracker Transportation - 13 23.5 cm -1.03 m 2.91 m 1.97 MeV 0 eV 52 cm 5.44 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1763, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -110 mum -3.26 mm -2.42 m 1.74 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.4 mm -9.13 mm -2.41 m 1.12 MeV 0 eV 1.9 cm 1.9 cm Target compt - 2 3.79 mm -1.39 cm -2.4 m 293 keV 0 eV 6.84 mm 2.58 cm Target compt - 3 7.92 mm -9.85 mm -2.4 m 137 keV 0 eV 5.8 mm 3.16 cm Target compt - 4 7.68 mm -1.01 cm -2.4 m 0 eV 88 keV 329 mum 3.2 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1802, Parent ID = 1763 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.68 mm -1.01 cm -2.4 m 48.7 keV 0 eV 0 fm 0 fm Target initStep - 1 7.68 mm -1.01 cm -2.4 m 0 eV 48.7 keV 8.58 mum 8.58 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1801, Parent ID = 1763 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.92 mm -9.85 mm -2.4 m 156 keV 0 eV 0 fm 0 fm Target initStep - 1 7.92 mm -9.84 mm -2.4 m 0 eV 156 keV 55.8 mum 55.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1800, Parent ID = 1763 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.79 mm -1.39 cm -2.4 m 825 keV 0 eV 0 fm 0 fm Target initStep - 1 3.8 mm -1.39 cm -2.4 m 0 eV 825 keV 572 mum 572 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1799, Parent ID = 1763 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.4 mm -9.13 mm -2.41 m 619 keV 0 eV 0 fm 0 fm Target initStep - 1 1.4 mm -9.13 mm -2.41 m 0 eV 619 keV 399 mum 399 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1762, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -117 mum -3.04 mm -2.42 m 24.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 320 mum -7.05 mm -2.41 m 0 eV 0 eV 1.17 cm 1.17 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1804, Parent ID = 1762 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 320 mum -7.05 mm -2.41 m 20 MeV 0 eV 0 fm 0 fm Target initStep - 1 473 mum -7.22 mm -2.41 m 16.8 MeV 2.25 MeV 1.5 mm 1.5 mm Target eBrem - 2 -192 mum -7.47 mm -2.41 m 15.8 MeV 1.03 MeV 750 mum 2.25 mm Target eBrem - 3 -201 mum -7.47 mm -2.41 m 15.2 MeV 15.5 keV 11.7 mum 2.26 mm Target eBrem - 4 -740 mum -8.02 mm -2.41 m 3.07 MeV 887 keV 777 mum 3.04 mm Target eBrem - 5 -896 mum -8.46 mm -2.41 m 1.85 MeV 725 keV 647 mum 3.68 mm Target eBrem - 6 -1.01 mm -8.61 mm -2.41 m 0 eV 1.85 MeV 1.46 mm 5.14 mm Target eIoni - 7 -1.01 mm -8.61 mm -2.41 m 0 eV 0 eV 0 fm 5.14 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1810, Parent ID = 1804 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.01 mm -8.61 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -923 mum -8.73 mm -2.41 m 0 eV 88 keV 694 mum 694 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1811, Parent ID = 1810 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -923 mum -8.73 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -915 mum -8.74 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1809, Parent ID = 1804 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.01 mm -8.61 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.05 mm -8.57 mm -2.41 m 345 keV 0 eV 270 mum 270 mum Target compt - 2 805 mum -1.11 cm -2.41 m 0 eV 88 keV 4.31 mm 4.58 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1813, Parent ID = 1809 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 805 mum -1.11 cm -2.41 m 257 keV 0 eV 0 fm 0 fm Target initStep - 1 808 mum -1.11 cm -2.41 m 0 eV 257 keV 119 mum 119 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1812, Parent ID = 1809 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.05 mm -8.57 mm -2.41 m 166 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.05 mm -8.57 mm -2.41 m 0 eV 166 keV 61.4 mum 61.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1808, Parent ID = 1804 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -896 mum -8.46 mm -2.41 m 502 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.85 mm -8.72 mm -2.41 m 217 keV 0 eV 1.11 mm 1.11 mm Target compt - 2 -1.76 mm -8.67 mm -2.41 m 0 eV 88 keV 134 mum 1.24 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1815, Parent ID = 1808 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.76 mm -8.67 mm -2.41 m 129 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.76 mm -8.67 mm -2.41 m 0 eV 129 keV 41.4 mum 41.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1814, Parent ID = 1808 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.85 mm -8.72 mm -2.41 m 285 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.85 mm -8.72 mm -2.41 m 0 eV 285 keV 139 mum 139 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1807, Parent ID = 1804 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -740 mum -8.02 mm -2.41 m 11.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.3 cm -1.02 cm -2.41 m 7.71 MeV 0 eV 1.3 cm 1.3 cm Target compt - 2 -2.5 cm -1.32 cm -2.41 m 7.71 MeV 0 eV 1.25 cm 2.55 cm Target Transportation - 3 -8.16 cm -2.74 cm -2.4 m 7.71 MeV 0 eV 5.87 cm 8.42 cm World Transportation - 4 -2.4 m -60.8 cm -2.14 m 7.71 MeV 0 eV 2.4 m 2.49 m Tracker Transportation - 5 -2.91 m -73.6 cm -2.09 m 7.71 MeV 0 eV 52.9 cm 3.02 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1816, Parent ID = 1807 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.3 cm -1.02 cm -2.41 m 3.58 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.42 cm -9.79 mm -2.41 m 952 keV 2.63 MeV 2.31 mm 2.31 mm Target eBrem - 2 -1.41 cm -9.81 mm -2.41 m 0 eV 952 keV 680 mum 2.99 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1806, Parent ID = 1804 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -201 mum -7.47 mm -2.41 m 516 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.38 mm -9.01 mm -2.41 m 386 keV 0 eV 2.76 mm 2.76 mm Target compt - 2 -5.26 mm -1.03 cm -2.41 m 232 keV 0 eV 3.71 mm 6.47 mm Target compt - 3 -7.09 mm -9.01 mm -2.41 m 0 eV 88 keV 2.54 mm 9.01 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1819, Parent ID = 1806 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.09 mm -9.01 mm -2.41 m 144 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.09 mm -9.01 mm -2.41 m 0 eV 144 keV 49.6 mum 49.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1818, Parent ID = 1806 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.26 mm -1.03 cm -2.41 m 153 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.26 mm -1.03 cm -2.41 m 0 eV 153 keV 54.2 mum 54.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1817, Parent ID = 1806 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.38 mm -9.01 mm -2.41 m 130 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.39 mm -9.01 mm -2.41 m 0 eV 130 keV 42.2 mum 42.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1805, Parent ID = 1804 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 473 mum -7.22 mm -2.41 m 978 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.35 cm -1.56 cm -2.41 m 877 keV 0 eV 1.69 cm 1.69 cm Target compt - 2 -2.22 cm -2.5 cm -2.4 m 877 keV 0 eV 1.44 cm 3.13 cm Target Transportation - 3 -2.32 cm -2.6 cm -2.4 m 877 keV 0 eV 1.56 mm 3.29 cm World Transportation - 4 -2.21 m -2.4 m -72.3 cm 877 keV 0 eV 3.64 m 3.67 m Tracker Transportation - 5 -2.68 m -2.91 m -36.2 cm 877 keV 0 eV 78.2 cm 4.45 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1820, Parent ID = 1805 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.35 cm -1.56 cm -2.41 m 102 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.35 cm -1.56 cm -2.41 m 0 eV 102 keV 28.4 mum 28.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1803, Parent ID = 1762 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 320 mum -7.05 mm -2.41 m 3.48 MeV 0 eV 0 fm 0 fm Target initStep - 1 -104 mum -7.93 mm -2.41 m 2.03 MeV 1.45 MeV 1.36 mm 1.36 mm Target eBrem - 2 270 mum -7.91 mm -2.41 m 1.15 MeV 874 keV 676 mum 2.04 mm Target eBrem - 3 376 mum -7.76 mm -2.41 m 776 keV 376 keV 341 mum 2.38 mm Target eBrem - 4 375 mum -7.77 mm -2.41 m 0 eV 776 keV 531 mum 2.91 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1761, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -71.5 mum -2.6 mm -2.43 m 10.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -438 mum -6.42 mm -2.41 m 0 eV 0 eV 1.61 cm 1.61 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1822, Parent ID = 1761 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -438 mum -6.42 mm -2.41 m 9.18 MeV 0 eV 0 fm 0 fm Target initStep - 1 -407 mum -6.59 mm -2.41 m 8.13 MeV 549 keV 411 mum 411 mum Target eBrem - 2 -2.87 mm -5.13 mm -2.41 m 567 keV 7.57 MeV 4.31 mm 4.72 mm Target eBrem - 3 -2.9 mm -5.12 mm -2.41 m 0 eV 567 keV 358 mum 5.08 mm Target eIoni - 4 -2.9 mm -5.12 mm -2.41 m 0 eV 0 eV 0 fm 5.08 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1825, Parent ID = 1822 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.9 mm -5.12 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.64 mm -4.16 mm -2.41 m 480 keV 0 eV 1.22 mm 1.22 mm Target compt - 2 -6.24 mm -2.29 mm -2.41 m 288 keV 0 eV 3.41 mm 4.63 mm Target compt - 3 -6.33 mm -2.46 mm -2.41 m 0 eV 88 keV 557 mum 5.19 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1828, Parent ID = 1825 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.33 mm -2.46 mm -2.41 m 200 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.33 mm -2.46 mm -2.41 m 0 eV 200 keV 81.5 mum 81.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1827, Parent ID = 1825 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.24 mm -2.29 mm -2.41 m 192 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.24 mm -2.29 mm -2.41 m 0 eV 192 keV 77 mum 77 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1826, Parent ID = 1825 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.64 mm -4.16 mm -2.41 m 31 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.64 mm -4.16 mm -2.41 m 0 eV 31 keV 4.1 mum 4.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1824, Parent ID = 1822 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.9 mm -5.12 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -979 mum -7.64 mm -2.41 m 188 keV 0 eV 3.2 mm 3.2 mm Target compt - 2 -957 mum -7.47 mm -2.41 m 0 eV 88 keV 174 mum 3.37 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1830, Parent ID = 1824 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -957 mum -7.47 mm -2.41 m 100 keV 0 eV 0 fm 0 fm Target initStep - 1 -958 mum -7.47 mm -2.41 m 0 eV 100 keV 27.6 mum 27.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1829, Parent ID = 1824 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -979 mum -7.64 mm -2.41 m 323 keV 0 eV 0 fm 0 fm Target initStep - 1 -974 mum -7.65 mm -2.41 m 0 eV 323 keV 165 mum 165 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1823, Parent ID = 1822 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -407 mum -6.59 mm -2.41 m 496 keV 0 eV 0 fm 0 fm Target initStep - 1 -649 mum -7.79 mm -2.41 m 0 eV 88 keV 2.15 mm 2.15 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1831, Parent ID = 1823 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -649 mum -7.79 mm -2.41 m 408 keV 0 eV 0 fm 0 fm Target initStep - 1 -651 mum -7.8 mm -2.41 m 0 eV 408 keV 229 mum 229 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1821, Parent ID = 1761 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -438 mum -6.42 mm -2.41 m 360 keV 0 eV 0 fm 0 fm Target initStep - 1 -443 mum -6.43 mm -2.41 m 0 eV 360 keV 193 mum 193 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1760, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.67 mum -2.27 mm -2.43 m 778 keV 0 eV 0 fm 0 fm Target initStep - 1 2.01 mum -2.32 mm -2.43 m 294 keV 0 eV 187 mum 187 mum Target compt - 2 362 mum -1.56 mm -2.43 m 0 eV 88 keV 851 mum 1.04 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1833, Parent ID = 1760 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 362 mum -1.56 mm -2.43 m 206 keV 0 eV 0 fm 0 fm Target initStep - 1 365 mum -1.56 mm -2.43 m 0 eV 206 keV 85.4 mum 85.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1832, Parent ID = 1760 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.01 mum -2.32 mm -2.43 m 484 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.14 mum -2.33 mm -2.43 m 0 eV 484 keV 289 mum 289 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1759, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 185 mum -1.18 mm -2.43 m 2.28 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.99 mm -1.15 cm -2.4 m 2.28 MeV 0 eV 3.06 cm 3.06 cm Target Transportation - 2 -12.4 cm -58.8 cm -80 cm 2.28 MeV 0 eV 1.7 m 1.74 m Tracker Transportation - 3 -13.9 cm -66 cm -60 cm 2.28 MeV 0 eV 21.3 cm 1.95 m Chamber Transportation - 4 -18.4 cm -87.6 cm 0 fm 2.28 MeV 0 eV 63.9 cm 2.59 m Tracker Transportation - 5 -20 cm -94.8 cm 20 cm 2.28 MeV 0 eV 21.3 cm 2.8 m Chamber Transportation - 6 -24.5 cm -1.16 m 80 cm 2.28 MeV 0 eV 63.9 cm 3.44 m Tracker Transportation - 7 -26 cm -1.24 m 1 m 2.28 MeV 0 eV 21.3 cm 3.65 m Chamber Transportation - 8 -30.6 cm -1.45 m 1.6 m 2.28 MeV 0 eV 63.9 cm 4.29 m Tracker Transportation - 9 -32.1 cm -1.52 m 1.8 m 2.28 MeV 0 eV 21.3 cm 4.51 m Chamber Transportation - 10 -36.7 cm -1.74 m 2.4 m 2.28 MeV 0 eV 63.9 cm 5.15 m Tracker Transportation - 11 -40.5 cm -1.92 m 2.91 m 2.28 MeV 0 eV 54.3 cm 5.69 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1758, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 245 mum -964 mum -2.43 m 1.47 MeV 0 eV 0 fm 0 fm Target initStep - 1 -815 mum -6.78 mm -2.41 m 1.08 MeV 0 eV 1.6 cm 1.6 cm Target compt - 2 713 mum -8.89 mm -2.41 m 0 eV 88 keV 4.02 mm 2 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1835, Parent ID = 1758 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 713 mum -8.89 mm -2.41 m 992 keV 0 eV 0 fm 0 fm Target initStep - 1 758 mum -8.9 mm -2.41 m 0 eV 992 keV 713 mum 713 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1834, Parent ID = 1758 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -815 mum -6.78 mm -2.41 m 393 keV 0 eV 0 fm 0 fm Target initStep - 1 -825 mum -6.78 mm -2.41 m 0 eV 393 keV 217 mum 217 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1757, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 72.2 mum -576 mum -2.43 m 381 keV 0 eV 0 fm 0 fm Target initStep - 1 198 mum -1.24 mm -2.43 m 0 eV 88 keV 2.24 mm 2.24 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1836, Parent ID = 1757 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 198 mum -1.24 mm -2.43 m 293 keV 0 eV 0 fm 0 fm Target initStep - 1 196 mum -1.24 mm -2.43 m 0 eV 293 keV 144 mum 144 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1756, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 122 mum -264 mum -2.43 m 1.39 MeV 0 eV 0 fm 0 fm Target initStep - 1 15.6 mum -1.44 mm -2.43 m 557 keV 0 eV 4.42 mm 4.42 mm Target compt - 2 6.86 mm -2.71 mm -2.42 m 0 eV 88 keV 7.78 mm 1.22 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1838, Parent ID = 1756 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.86 mm -2.71 mm -2.42 m 469 keV 0 eV 0 fm 0 fm Target initStep - 1 6.87 mm -2.71 mm -2.42 m 0 eV 469 keV 277 mum 277 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1837, Parent ID = 1756 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 15.6 mum -1.44 mm -2.43 m 829 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.78 mum -1.45 mm -2.43 m 0 eV 829 keV 576 mum 576 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1755, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 108 mum -77.6 mum -2.43 m 23.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.5 mm -8.98 mm -2.4 m 23.3 MeV 0 eV 3.37 cm 3.37 cm Target Transportation - 2 3.59 cm -22.9 cm -1.6 m 23.3 MeV 0 eV 83 cm 86.4 cm Tracker Transportation - 3 3.77 cm -24 cm -1.56 m 23.3 MeV 0 eV 4.25 cm 90.7 cm Chamber Transportation - 4 7.04 cm -44.9 cm -80 cm 23.3 MeV 0 eV 78.8 cm 1.69 m Tracker Transportation - 5 7.9 cm -50.3 cm -60 cm 23.3 MeV 0 eV 20.8 cm 1.9 m Chamber Transportation - 6 10.5 cm -66.8 cm 0 fm 23.3 MeV 0 eV 62.3 cm 2.52 m Tracker Transportation - 7 11.3 cm -72.3 cm 20 cm 23.3 MeV 0 eV 20.8 cm 2.73 m Chamber Transportation - 8 13.9 cm -88.8 cm 80 cm 23.3 MeV 0 eV 62.3 cm 3.36 m Tracker Transportation - 9 14.8 cm -94.3 cm 1 m 23.3 MeV 0 eV 20.8 cm 3.56 m Chamber Transportation - 10 17.4 cm -1.11 m 1.6 m 23.3 MeV 0 eV 62.3 cm 4.19 m Tracker Transportation - 11 18.2 cm -1.16 m 1.8 m 23.3 MeV 0 eV 20.8 cm 4.39 m Chamber Transportation - 12 20.8 cm -1.33 m 2.4 m 23.3 MeV 0 eV 62.3 cm 5.02 m Tracker Transportation - 13 23 cm -1.47 m 2.91 m 23.3 MeV 0 eV 52.9 cm 5.55 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1754, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 118 mum -28 mum -2.43 m 7.85 MeV 0 eV 0 fm 0 fm Target initStep - 1 -108 mum -1.68 mm -2.41 m 0 eV 0 eV 2.29 cm 2.29 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1840, Parent ID = 1754 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -108 mum -1.68 mm -2.41 m 871 keV 0 eV 0 fm 0 fm Target initStep - 1 -315 mum -1.88 mm -2.41 m 252 keV 619 keV 571 mum 571 mum Target eBrem - 2 -326 mum -1.88 mm -2.41 m 0 eV 252 keV 112 mum 683 mum Target eIoni - 3 -326 mum -1.88 mm -2.41 m 0 eV 0 eV 0 fm 683 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1842, Parent ID = 1840 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -326 mum -1.88 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -525 mum -925 mum -2.41 m 437 keV 0 eV 1.62 mm 1.62 mm Target compt - 2 -1.44 mm -192 mum -2.41 m 0 eV 88 keV 1.42 mm 3.04 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1844, Parent ID = 1842 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.44 mm -192 mum -2.41 m 349 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.45 mm -197 mum -2.41 m 0 eV 349 keV 185 mum 185 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1843, Parent ID = 1842 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -525 mum -925 mum -2.41 m 73.7 keV 0 eV 0 fm 0 fm Target initStep - 1 -524 mum -924 mum -2.41 m 0 eV 73.7 keV 16.9 mum 16.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1841, Parent ID = 1840 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -326 mum -1.88 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.02 mm -8.32 mm -2.4 m 0 eV 88 keV 1.1 cm 1.1 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1845, Parent ID = 1841 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.02 mm -8.32 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.01 mm -8.33 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1839, Parent ID = 1754 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -108 mum -1.68 mm -2.41 m 5.95 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.25 mm -2.32 mm -2.41 m 2.21 MeV 3.33 MeV 2.71 mm 2.71 mm Target eBrem - 2 1.25 mm -2.33 mm -2.41 m 1.53 MeV 175 keV 154 mum 2.86 mm Target eBrem - 3 1.66 mm -2.31 mm -2.41 m 126 keV 935 keV 941 mum 3.8 mm Target eBrem - 4 1.66 mm -2.3 mm -2.41 m 0 eV 126 keV 40.1 mum 3.84 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1848, Parent ID = 1839 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.66 mm -2.31 mm -2.41 m 465 keV 0 eV 0 fm 0 fm Target initStep - 1 -367 mum -245 mum -2.41 m 0 eV 88 keV 3.02 mm 3.02 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1849, Parent ID = 1848 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -367 mum -245 mum -2.41 m 377 keV 0 eV 0 fm 0 fm Target initStep - 1 -365 mum -232 mum -2.41 m 0 eV 377 keV 206 mum 206 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1847, Parent ID = 1839 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.25 mm -2.33 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.39 mm -6.79 mm -2.41 m 423 keV 0 eV 4.96 mm 4.96 mm Target compt - 2 3.24 mm -7.5 mm -2.41 m 0 eV 88 keV 725 mum 5.69 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1851, Parent ID = 1847 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.24 mm -7.5 mm -2.41 m 335 keV 0 eV 0 fm 0 fm Target initStep - 1 3.24 mm -7.51 mm -2.41 m 0 eV 335 keV 175 mum 175 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1850, Parent ID = 1847 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.39 mm -6.79 mm -2.41 m 87.4 keV 0 eV 0 fm 0 fm Target initStep - 1 3.39 mm -6.79 mm -2.41 m 0 eV 87.4 keV 22.3 mum 22.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1846, Parent ID = 1839 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.25 mm -2.32 mm -2.41 m 410 keV 0 eV 0 fm 0 fm Target initStep - 1 1.31 mm -2.66 mm -2.41 m 0 eV 88 keV 472 mum 472 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1852, Parent ID = 1846 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.31 mm -2.66 mm -2.41 m 322 keV 0 eV 0 fm 0 fm Target initStep - 1 1.31 mm -2.66 mm -2.41 m 0 eV 322 keV 164 mum 164 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1753, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 120 mum -23.2 mum -2.43 m 255 MeV 0 eV 0 fm 0 fm Target initStep - 1 142 mum -83.1 mum -2.43 m 0 eV 0 eV 2.89 mm 2.89 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1854, Parent ID = 1753 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 142 mum -83.1 mum -2.43 m 8.64 MeV 0 eV 0 fm 0 fm Target initStep - 1 691 mum 1.68 mm -2.43 m 2.46 MeV 3.75 MeV 2.58 mm 2.58 mm Target eBrem - 2 722 mum 1.52 mm -2.43 m 1.51 MeV 221 keV 272 mum 2.85 mm Target eBrem - 3 802 mum 1.4 mm -2.43 m 0 eV 1.51 MeV 1.17 mm 4.02 mm Target eIoni - 4 802 mum 1.4 mm -2.43 m 0 eV 0 eV 0 fm 4.02 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1858, Parent ID = 1854 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 802 mum 1.4 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.03 mm 1.41 mm -2.43 m 0 eV 88 keV 1.18 mm 1.18 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1859, Parent ID = 1858 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.03 mm 1.41 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.03 mm 1.4 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1857, Parent ID = 1854 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 802 mum 1.4 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 528 mum 1.39 mm -2.43 m 0 eV 88 keV 1.4 mm 1.4 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1860, Parent ID = 1857 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 528 mum 1.39 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 521 mum 1.4 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1856, Parent ID = 1854 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 722 mum 1.52 mm -2.43 m 730 keV 0 eV 0 fm 0 fm Target initStep - 1 1.96 mm -2.21 mm -2.43 m 375 keV 0 eV 4.21 mm 4.21 mm Target compt - 2 1.59 mm -2.36 mm -2.43 m 0 eV 88 keV 762 mum 4.97 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1862, Parent ID = 1856 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.59 mm -2.36 mm -2.43 m 287 keV 0 eV 0 fm 0 fm Target initStep - 1 1.58 mm -2.37 mm -2.43 m 0 eV 287 keV 140 mum 140 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1861, Parent ID = 1856 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.96 mm -2.21 mm -2.43 m 355 keV 0 eV 0 fm 0 fm Target initStep - 1 1.97 mm -2.22 mm -2.43 m 0 eV 355 keV 190 mum 190 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1855, Parent ID = 1854 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 691 mum 1.68 mm -2.43 m 2.42 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.48 mm -2.03 mm -2.42 m 708 keV 0 eV 7.9 mm 7.9 mm Target compt - 2 9.15 mm 41.8 mum -2.42 m 689 keV 0 eV 3.85 mm 1.18 cm Target compt - 3 2.17 cm 6.2 mm -2.41 m 501 keV 0 eV 1.68 cm 2.86 cm Target compt - 4 2.32 cm 1.83 cm -2.4 m 501 keV 0 eV 1.8 cm 4.66 cm Target Transportation - 5 32.6 cm 2.4 m 21.2 cm 501 keV 0 eV 3.55 m 3.59 m Tracker Transportation - 6 39 cm 2.91 m 77.1 cm 501 keV 0 eV 76 cm 4.35 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1865, Parent ID = 1855 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.17 cm 6.2 mm -2.41 m 189 keV 0 eV 0 fm 0 fm Target initStep - 1 2.17 cm 6.2 mm -2.41 m 0 eV 189 keV 75 mum 75 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1864, Parent ID = 1855 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.15 mm 41.8 mum -2.42 m 18.8 keV 0 eV 0 fm 0 fm Target initStep - 1 9.15 mm 42 mum -2.42 m 0 eV 18.8 keV 1.85 mum 1.85 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1863, Parent ID = 1855 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.48 mm -2.03 mm -2.42 m 1.72 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.63 mm -2.05 mm -2.42 m 757 keV 184 keV 209 mum 209 mum Target eBrem - 2 6.54 mm -2.07 mm -2.42 m 23.5 keV 351 keV 325 mum 535 mum Target eBrem - 3 6.54 mm -2.07 mm -2.42 m 0 eV 23.5 keV 2.65 mum 537 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1867, Parent ID = 1863 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.54 mm -2.07 mm -2.42 m 383 keV 0 eV 0 fm 0 fm Target initStep - 1 6.54 mm -2.07 mm -2.42 m 0 eV 88 keV 4.9 mum 4.9 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1868, Parent ID = 1867 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.54 mm -2.07 mm -2.42 m 295 keV 0 eV 0 fm 0 fm Target initStep - 1 6.55 mm -2.07 mm -2.42 m 0 eV 295 keV 145 mum 145 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1866, Parent ID = 1863 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.63 mm -2.05 mm -2.42 m 774 keV 0 eV 0 fm 0 fm Target initStep - 1 6.52 mm -2.26 mm -2.42 m 506 keV 0 eV 257 mum 257 mum Target compt - 2 1.15 cm -1.79 cm -2.42 m 0 eV 88 keV 1.64 cm 1.67 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1870, Parent ID = 1866 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.15 cm -1.79 cm -2.42 m 418 keV 0 eV 0 fm 0 fm Target initStep - 1 1.15 cm -1.8 cm -2.42 m 0 eV 418 keV 237 mum 237 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1869, Parent ID = 1866 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.52 mm -2.26 mm -2.42 m 269 keV 0 eV 0 fm 0 fm Target initStep - 1 6.51 mm -2.26 mm -2.42 m 0 eV 269 keV 127 mum 127 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1853, Parent ID = 1753 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 142 mum -83.1 mum -2.43 m 245 MeV 0 eV 0 fm 0 fm Target initStep - 1 93.2 mum -114 mum -2.43 m 214 MeV 2.87 MeV 2.14 mm 2.14 mm Target eBrem - 2 179 mum -131 mum -2.43 m 204 MeV 1.52 MeV 1.06 mm 3.2 mm Target eBrem - 3 195 mum -169 mum -2.43 m 203 MeV 483 keV 435 mum 3.63 mm Target eBrem - 4 208 mum -191 mum -2.43 m 202 MeV 309 keV 285 mum 3.92 mm Target eBrem - 5 228 mum -226 mum -2.43 m 202 MeV 409 keV 374 mum 4.29 mm Target eBrem - 6 251 mum -278 mum -2.43 m 200 MeV 479 keV 452 mum 4.75 mm Target eBrem - 7 270 mum -304 mum -2.43 m 199 MeV 361 keV 271 mum 5.02 mm Target eBrem - 8 306 mum -354 mum -2.42 m 148 MeV 693 keV 530 mum 5.55 mm Target eBrem - 9 309 mum -364 mum -2.42 m 118 MeV 88.3 keV 77.4 mum 5.62 mm Target eBrem - 10 339 mum -405 mum -2.42 m 77.6 MeV 502 keV 454 mum 6.08 mm Target eBrem - 11 296 mum -555 mum -2.42 m 75.4 MeV 1.42 MeV 1.09 mm 7.17 mm Target eBrem - 12 295 mum -662 mum -2.42 m 69.4 MeV 466 keV 390 mum 7.56 mm Target eBrem - 13 305 mum -967 mum -2.42 m 29.8 MeV 6.24 MeV 1.15 mm 8.71 mm Target eBrem - 14 299 mum -1.03 mm -2.42 m 20.3 MeV 257 keV 248 mum 8.96 mm Target eBrem - 15 332 mum -1.06 mm -2.42 m 19 MeV 203 keV 160 mum 9.12 mm Target eBrem - 16 976 mum -1.88 mm -2.42 m 13.4 MeV 3.99 MeV 1.89 mm 1.1 cm Target eBrem - 17 1.42 mm -2.63 mm -2.42 m 11.7 MeV 1.22 MeV 1.08 mm 1.21 cm Target eBrem - 18 2.05 mm -3.09 mm -2.42 m 10.1 MeV 1.24 MeV 1.09 mm 1.32 cm Target eBrem - 19 2.95 mm -2.56 mm -2.42 m 4.46 MeV 3.1 MeV 2.61 mm 1.58 cm Target eBrem - 20 4.25 mm -2.99 mm -2.42 m 2.01 MeV 1.99 MeV 1.87 mm 1.77 cm Target eBrem - 21 4.37 mm -2.88 mm -2.42 m 0 eV 2.01 MeV 1.56 mm 1.92 cm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1890, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.25 mm -2.99 mm -2.42 m 465 keV 0 eV 0 fm 0 fm Target initStep - 1 1.05 cm 3.33 mm -2.42 m 0 eV 88 keV 8.91 mm 8.91 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1891, Parent ID = 1890 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.05 cm 3.33 mm -2.42 m 377 keV 0 eV 0 fm 0 fm Target initStep - 1 1.05 cm 3.34 mm -2.42 m 0 eV 377 keV 206 mum 206 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1889, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.95 mm -2.56 mm -2.42 m 2.58 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.62 mm -1.17 cm -2.41 m 455 keV 0 eV 1.19 cm 1.19 cm Target compt - 2 1.8 mm -1.2 cm -2.41 m 0 eV 88 keV 392 mum 1.23 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1893, Parent ID = 1889 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.8 mm -1.2 cm -2.41 m 367 keV 0 eV 0 fm 0 fm Target initStep - 1 1.82 mm -1.2 cm -2.41 m 0 eV 367 keV 198 mum 198 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1892, Parent ID = 1889 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.62 mm -1.17 cm -2.41 m 2.13 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.61 mm -1.22 cm -2.41 m 576 keV 732 keV 730 mum 730 mum Target eBrem - 2 1.62 mm -1.22 cm -2.41 m 0 eV 576 keV 364 mum 1.09 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1894, Parent ID = 1892 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.61 mm -1.22 cm -2.41 m 818 keV 0 eV 0 fm 0 fm Target initStep - 1 6.17 mm -1.64 cm -2.41 m 615 keV 0 eV 6.9 mm 6.9 mm Target compt - 2 6.72 mm -2.21 cm -2.42 m 0 eV 88 keV 7.53 mm 1.44 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1896, Parent ID = 1894 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.72 mm -2.21 cm -2.42 m 527 keV 0 eV 0 fm 0 fm Target initStep - 1 6.71 mm -2.21 cm -2.42 m 0 eV 527 keV 323 mum 323 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1895, Parent ID = 1894 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.17 mm -1.64 cm -2.41 m 203 keV 0 eV 0 fm 0 fm Target initStep - 1 6.18 mm -1.64 cm -2.41 m 0 eV 203 keV 83.7 mum 83.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1888, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.05 mm -3.09 mm -2.42 m 295 keV 0 eV 0 fm 0 fm Target initStep - 1 2.05 mm -3.12 mm -2.42 m 170 keV 0 eV 43.1 mum 43.1 mum Target compt - 2 2.04 mm -3.12 mm -2.42 m 0 eV 88 keV 12.2 mum 55.3 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1898, Parent ID = 1888 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.04 mm -3.12 mm -2.42 m 81.7 keV 0 eV 0 fm 0 fm Target initStep - 1 2.04 mm -3.12 mm -2.42 m 0 eV 81.7 keV 19.9 mum 19.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1897, Parent ID = 1888 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.05 mm -3.12 mm -2.42 m 125 keV 0 eV 0 fm 0 fm Target initStep - 1 2.05 mm -3.12 mm -2.42 m 0 eV 125 keV 39.5 mum 39.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1887, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.42 mm -2.63 mm -2.42 m 459 keV 0 eV 0 fm 0 fm Target initStep - 1 3.71 mm -3.96 mm -2.42 m 315 keV 0 eV 2.92 mm 2.92 mm Target compt - 2 5.71 mm -2.69 mm -2.42 m 0 eV 88 keV 2.41 mm 5.32 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1900, Parent ID = 1887 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.71 mm -2.69 mm -2.42 m 227 keV 0 eV 0 fm 0 fm Target initStep - 1 5.71 mm -2.69 mm -2.42 m 0 eV 227 keV 99.3 mum 99.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1899, Parent ID = 1887 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.71 mm -3.96 mm -2.42 m 144 keV 0 eV 0 fm 0 fm Target initStep - 1 3.72 mm -3.96 mm -2.42 m 0 eV 144 keV 49.3 mum 49.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1886, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 976 mum -1.88 mm -2.42 m 1.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.83 mm -1.2 cm -2.4 m 791 keV 0 eV 2.09 cm 2.09 cm Target compt - 2 1.11 cm -1.82 cm -2.4 m 538 keV 0 eV 7.57 mm 2.85 cm Target compt - 3 1.07 cm -2.01 cm -2.4 m 459 keV 0 eV 2.15 mm 3.06 cm Target compt - 4 1.06 cm -2.05 cm -2.4 m 459 keV 0 eV 839 mum 3.15 cm Target Transportation - 5 -49.5 cm -2.4 m 1.58 m 459 keV 0 eV 4.67 m 4.7 m Tracker Transportation - 6 -60.4 cm -2.91 m 2.44 m 459 keV 0 eV 1 m 5.7 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1903, Parent ID = 1886 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.07 cm -2.01 cm -2.4 m 79.5 keV 0 eV 0 fm 0 fm Target initStep - 1 1.07 cm -2.01 cm -2.4 m 0 eV 79.5 keV 19 mum 19 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1902, Parent ID = 1886 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.11 cm -1.82 cm -2.4 m 252 keV 0 eV 0 fm 0 fm Target initStep - 1 1.11 cm -1.82 cm -2.4 m 0 eV 252 keV 116 mum 116 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1901, Parent ID = 1886 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.83 mm -1.2 cm -2.4 m 906 keV 0 eV 0 fm 0 fm Target initStep - 1 6.83 mm -1.2 cm -2.4 m 0 eV 906 keV 641 mum 641 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1885, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 332 mum -1.06 mm -2.42 m 1.04 MeV 0 eV 0 fm 0 fm Target initStep - 1 980 mum -1.83 mm -2.42 m 0 eV 88 keV 3.46 mm 3.46 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1904, Parent ID = 1885 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 980 mum -1.83 mm -2.42 m 950 keV 0 eV 0 fm 0 fm Target initStep - 1 1.01 mm -1.85 mm -2.42 m 447 keV 41.8 keV 42.7 mum 42.7 mum Target eBrem - 2 1.01 mm -1.85 mm -2.42 m 0 eV 447 keV 260 mum 303 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1905, Parent ID = 1904 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.01 mm -1.85 mm -2.42 m 461 keV 0 eV 0 fm 0 fm Target initStep - 1 1.86 mm -2.71 mm -2.42 m 422 keV 0 eV 2.72 mm 2.72 mm Target compt - 2 4.21 mm -1.17 cm -2.41 m 0 eV 88 keV 1.29 cm 1.56 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1907, Parent ID = 1905 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.21 mm -1.17 cm -2.41 m 334 keV 0 eV 0 fm 0 fm Target initStep - 1 4.22 mm -1.17 cm -2.41 m 0 eV 334 keV 174 mum 174 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1906, Parent ID = 1905 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.86 mm -2.71 mm -2.42 m 38.4 keV 0 eV 0 fm 0 fm Target initStep - 1 1.86 mm -2.71 mm -2.42 m 0 eV 38.4 keV 5.82 mum 5.82 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1884, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 299 mum -1.03 mm -2.42 m 9.27 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.02 mm -2.38 mm -2.42 m 0 eV 0 eV 4.39 mm 4.39 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1909, Parent ID = 1884 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.02 mm -2.38 mm -2.42 m 7.58 MeV 0 eV 0 fm 0 fm Target initStep - 1 872 mum -233 mum -2.42 m 3.19 MeV 4 MeV 3.25 mm 3.25 mm Target eBrem - 2 -482 mum -889 mum -2.41 m 0 eV 2.08 MeV 1.97 mm 5.22 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1912, Parent ID = 1909 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -482 mum -889 mum -2.41 m 1.09 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.72 mm -7.96 mm -2.42 m 500 keV 0 eV 1.25 cm 1.25 cm Target compt - 2 -8.32 mm -1.31 cm -2.42 m 0 eV 88 keV 5.42 mm 1.79 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1914, Parent ID = 1912 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.32 mm -1.31 cm -2.42 m 412 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.32 mm -1.31 cm -2.42 m 0 eV 412 keV 232 mum 232 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1913, Parent ID = 1912 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.72 mm -7.96 mm -2.42 m 592 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.73 mm -7.96 mm -2.42 m 0 eV 592 keV 377 mum 377 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1911, Parent ID = 1909 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -482 mum -889 mum -2.41 m 1.04 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.76 mm 4.14 mm -2.41 m 0 eV 88 keV 1.11 cm 1.11 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1915, Parent ID = 1911 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.76 mm 4.14 mm -2.41 m 948 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.8 mm 4.15 mm -2.41 m 0 eV 948 keV 676 mum 676 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1910, Parent ID = 1909 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 872 mum -233 mum -2.42 m 393 keV 0 eV 0 fm 0 fm Target initStep - 1 340 mum -286 mum -2.41 m 0 eV 88 keV 2.53 mm 2.53 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1916, Parent ID = 1910 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 340 mum -286 mum -2.41 m 305 keV 0 eV 0 fm 0 fm Target initStep - 1 342 mum -286 mum -2.41 m 0 eV 305 keV 153 mum 153 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1908, Parent ID = 1884 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.02 mm -2.38 mm -2.42 m 667 keV 0 eV 0 fm 0 fm Target initStep - 1 1.03 mm -2.4 mm -2.42 m 0 eV 667 keV 439 mum 439 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1883, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 305 mum -967 mum -2.42 m 33.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.42 mum -3.05 mm -2.42 m 0 eV 0 eV 6.35 mm 6.35 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1918, Parent ID = 1883 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.42 mum -3.05 mm -2.42 m 1.92 MeV 0 eV 0 fm 0 fm Target initStep - 1 -13.9 mum -2.36 mm -2.42 m 699 keV 1.22 MeV 1.19 mm 1.19 mm Target eBrem - 2 30 mum -2.38 mm -2.42 m 0 eV 699 keV 469 mum 1.66 mm Target eIoni - 3 30 mum -2.38 mm -2.42 m 0 eV 0 eV 0 fm 1.66 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1920, Parent ID = 1918 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 30 mum -2.38 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.75 mm -4.08 mm -2.42 m 487 keV 0 eV 5.16 mm 5.16 mm Target compt - 2 -1.34 cm -1.07 cm -2.42 m 440 keV 0 eV 1.14 cm 1.65 cm Target compt - 3 -1.43 cm -1.26 cm -2.42 m 0 eV 88 keV 2.22 mm 1.88 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1923, Parent ID = 1920 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.43 cm -1.26 cm -2.42 m 352 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.43 cm -1.26 cm -2.42 m 0 eV 352 keV 187 mum 187 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1922, Parent ID = 1920 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.34 cm -1.07 cm -2.42 m 47.1 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.34 cm -1.07 cm -2.42 m 0 eV 47.1 keV 8.16 mum 8.16 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1921, Parent ID = 1920 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.75 mm -4.08 mm -2.42 m 24.2 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.75 mm -4.08 mm -2.42 m 0 eV 24.2 keV 2.76 mum 2.76 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1919, Parent ID = 1918 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 30 mum -2.38 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 5.41 mm -470 mum -2.41 m 0 eV 88 keV 5.81 mm 5.81 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1924, Parent ID = 1919 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.41 mm -470 mum -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 5.45 mm -451 mum -2.41 m 312 keV 111 keV 78.9 mum 78.9 mum Target eBrem - 2 5.44 mm -449 mum -2.41 m 0 eV 312 keV 157 mum 236 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1917, Parent ID = 1883 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.42 mum -3.05 mm -2.42 m 30.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 -443 mum -3.6 mm -2.41 m 27.5 MeV 2.2 MeV 1.77 mm 1.77 mm Target eBrem - 2 -414 mum -3.77 mm -2.41 m 18.1 MeV 291 keV 233 mum 2.01 mm Target eBrem - 3 -422 mum -4.12 mm -2.41 m 16.3 MeV 1.01 MeV 621 mum 2.63 mm Target eBrem - 4 -495 mum -5.96 mm -2.41 m 11.8 MeV 2.82 MeV 2.03 mm 4.66 mm Target eBrem - 5 360 mum -6.35 mm -2.41 m 9.69 MeV 1.75 MeV 1.24 mm 5.9 mm Target eBrem - 6 -371 mum -7.02 mm -2.41 m 7.43 MeV 1.75 MeV 1.2 mm 7.1 mm Target eBrem - 7 -74.7 mum -7.84 mm -2.41 m 1.93 MeV 1.7 MeV 1.17 mm 8.27 mm Target eBrem - 8 -86.4 mum -8.2 mm -2.41 m 187 keV 1.04 MeV 606 mum 8.88 mm Target eBrem - 9 -83.8 mum -8.2 mm -2.41 m 0 eV 187 keV 73.7 mum 8.95 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1932, Parent ID = 1917 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -86.4 mum -8.2 mm -2.41 m 704 keV 0 eV 0 fm 0 fm Target initStep - 1 5.14 mm -9.72 mm -2.41 m 0 eV 88 keV 5.58 mm 5.58 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1933, Parent ID = 1932 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.14 mm -9.72 mm -2.41 m 616 keV 0 eV 0 fm 0 fm Target initStep - 1 5.17 mm -9.72 mm -2.41 m 0 eV 616 keV 397 mum 397 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1931, Parent ID = 1917 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -74.7 mum -7.84 mm -2.41 m 3.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.5 cm -1.87 cm -2.41 m 3.8 MeV 0 eV 2.72 cm 2.72 cm Target Transportation - 2 -2.91 m -1.28 m -2.5 m 3.8 MeV 0 eV 3.15 m 3.18 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1930, Parent ID = 1917 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -371 mum -7.02 mm -2.41 m 506 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.68 mm -9.56 mm -2.41 m 215 keV 0 eV 3.47 mm 3.47 mm Target compt - 2 -1.72 mm -9.42 mm -2.41 m 0 eV 88 keV 163 mum 3.63 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1935, Parent ID = 1930 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.72 mm -9.42 mm -2.41 m 127 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.72 mm -9.41 mm -2.41 m 0 eV 127 keV 40.3 mum 40.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1934, Parent ID = 1930 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.68 mm -9.56 mm -2.41 m 291 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.68 mm -9.57 mm -2.41 m 0 eV 291 keV 143 mum 143 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1929, Parent ID = 1917 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 360 mum -6.35 mm -2.41 m 325 keV 0 eV 0 fm 0 fm Target initStep - 1 -139 mum -6.36 mm -2.41 m 219 keV 0 eV 791 mum 791 mum Target compt - 2 419 mum -5.64 mm -2.41 m 0 eV 88 keV 1.24 mm 2.03 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1937, Parent ID = 1929 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 419 mum -5.64 mm -2.41 m 131 keV 0 eV 0 fm 0 fm Target initStep - 1 420 mum -5.64 mm -2.41 m 0 eV 131 keV 42.6 mum 42.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1936, Parent ID = 1929 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -139 mum -6.36 mm -2.41 m 106 keV 0 eV 0 fm 0 fm Target initStep - 1 -141 mum -6.36 mm -2.41 m 0 eV 106 keV 30.2 mum 30.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1928, Parent ID = 1917 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -495 mum -5.96 mm -2.41 m 1.72 MeV 0 eV 0 fm 0 fm Target initStep - 1 -112 mum -6.47 mm -2.41 m 975 keV 0 eV 932 mum 932 mum Target compt - 2 -4.39 mm -1.88 cm -2.4 m 975 keV 0 eV 1.76 cm 1.86 cm Target Transportation - 3 -82.9 cm -2.4 m -11.1 cm 975 keV 0 eV 3.4 m 3.42 m Tracker Transportation - 4 -1.01 m -2.91 m 38 cm 975 keV 0 eV 72.9 cm 4.15 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1938, Parent ID = 1928 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -112 mum -6.47 mm -2.41 m 741 keV 0 eV 0 fm 0 fm Target initStep - 1 -81.8 mum -6.48 mm -2.41 m 0 eV 741 keV 502 mum 502 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1927, Parent ID = 1917 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -422 mum -4.12 mm -2.41 m 811 keV 0 eV 0 fm 0 fm Target initStep - 1 -126 mum -5.23 mm -2.41 m 0 eV 88 keV 1.52 mm 1.52 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1939, Parent ID = 1927 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -126 mum -5.23 mm -2.41 m 723 keV 0 eV 0 fm 0 fm Target initStep - 1 -112 mum -5.26 mm -2.41 m 0 eV 723 keV 486 mum 486 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1926, Parent ID = 1917 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -414 mum -3.77 mm -2.41 m 9.13 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.9 mm -1.79 cm -2.4 m 9.13 MeV 0 eV 1.99 cm 1.99 cm Target Transportation - 2 39.3 cm -2.4 m -5.2 cm 9.13 MeV 0 eV 3.37 m 3.39 m Tracker Transportation - 3 47.6 cm -2.91 m 45.1 cm 9.13 MeV 0 eV 72.1 cm 4.11 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1925, Parent ID = 1917 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -443 mum -3.6 mm -2.41 m 629 keV 0 eV 0 fm 0 fm Target initStep - 1 -407 mum -3.85 mm -2.41 m 0 eV 88 keV 356 mum 356 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1940, Parent ID = 1925 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -407 mum -3.85 mm -2.41 m 541 keV 0 eV 0 fm 0 fm Target initStep - 1 -426 mum -3.86 mm -2.41 m 0 eV 541 keV 335 mum 335 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1882, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 295 mum -662 mum -2.42 m 5.54 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.13 mm -6.62 mm -2.4 m 5.54 MeV 0 eV 2.36 cm 2.36 cm Target Transportation - 2 6.64 cm -21.6 cm -1.6 m 5.54 MeV 0 eV 82.9 cm 85.3 cm Tracker Transportation - 3 7.38 cm -24 cm -1.51 m 5.54 MeV 0 eV 9.6 cm 94.9 cm Chamber Transportation - 4 13.1 cm -42.5 cm -80 cm 5.54 MeV 0 eV 73.3 cm 1.68 m Tracker Transportation - 5 14.7 cm -47.7 cm -60 cm 5.54 MeV 0 eV 20.7 cm 1.89 m Chamber Transportation - 6 19.5 cm -63.4 cm 0 fm 5.54 MeV 0 eV 62.2 cm 2.51 m Tracker Transportation - 7 21.1 cm -68.6 cm 20 cm 5.54 MeV 0 eV 20.7 cm 2.72 m Chamber Transportation - 8 25.9 cm -84.3 cm 80 cm 5.54 MeV 0 eV 62.2 cm 3.34 m Tracker Transportation - 9 27.5 cm -89.6 cm 1 m 5.54 MeV 0 eV 20.7 cm 3.55 m Chamber Transportation - 10 32.3 cm -1.05 m 1.6 m 5.54 MeV 0 eV 62.2 cm 4.17 m Tracker Transportation - 11 34 cm -1.1 m 1.8 m 5.54 MeV 0 eV 20.7 cm 4.38 m Chamber Transportation - 12 38.8 cm -1.26 m 2.4 m 5.54 MeV 0 eV 62.2 cm 5 m Tracker Transportation - 13 42.9 cm -1.39 m 2.91 m 5.54 MeV 0 eV 52.9 cm 5.53 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1881, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 296 mum -555 mum -2.42 m 770 keV 0 eV 0 fm 0 fm Target initStep - 1 486 mum -2.75 mm -2.42 m 271 keV 0 eV 7.88 mm 7.88 mm Target compt - 2 2.2 mm -1.4 mm -2.42 m 0 eV 88 keV 2.19 mm 1.01 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1942, Parent ID = 1881 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.2 mm -1.4 mm -2.42 m 183 keV 0 eV 0 fm 0 fm Target initStep - 1 2.2 mm -1.4 mm -2.42 m 0 eV 183 keV 71.7 mum 71.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1941, Parent ID = 1881 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 486 mum -2.75 mm -2.42 m 499 keV 0 eV 0 fm 0 fm Target initStep - 1 482 mum -2.76 mm -2.42 m 0 eV 499 keV 301 mum 301 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1880, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 339 mum -405 mum -2.42 m 40.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 402 mum -746 mum -2.42 m 0 eV 0 eV 2.58 mm 2.58 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1944, Parent ID = 1880 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 402 mum -746 mum -2.42 m 11.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 405 mum -817 mum -2.42 m 10 MeV 313 keV 268 mum 268 mum Target eBrem - 2 -1.44 mm -1.2 mm -2.42 m 2.77 MeV 6.98 MeV 3.21 mm 3.48 mm Target eBrem - 3 -1.22 mm -1.72 mm -2.42 m 0 eV 837 keV 877 mum 4.36 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1948, Parent ID = 1944 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.22 mm -1.72 mm -2.42 m 2.42 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.87 mm -863 mum -2.42 m 0 eV 0 eV 3.21 mm 3.21 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1950, Parent ID = 1948 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.87 mm -863 mum -2.42 m 822 keV 0 eV 0 fm 0 fm Target initStep - 1 1.93 mm -854 mum -2.42 m 0 eV 822 keV 575 mum 575 mum Target eIoni - 2 1.93 mm -854 mum -2.42 m 0 eV 0 eV 0 fm 575 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1952, Parent ID = 1950 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.93 mm -854 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.38 cm -1.85 mm -2.41 m 0 eV 88 keV 1.54 cm 1.54 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1953, Parent ID = 1952 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.38 cm -1.85 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.38 cm -1.84 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1951, Parent ID = 1950 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.93 mm -854 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.66 mm -831 mum -2.42 m 0 eV 88 keV 348 mum 348 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1954, Parent ID = 1951 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.66 mm -831 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.65 mm -822 mum -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1949, Parent ID = 1948 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.87 mm -863 mum -2.42 m 576 keV 0 eV 0 fm 0 fm Target initStep - 1 1.89 mm -853 mum -2.42 m 0 eV 576 keV 364 mum 364 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1947, Parent ID = 1944 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.22 mm -1.72 mm -2.42 m 539 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.46 mm -1.18 mm -2.42 m 440 keV 0 eV 604 mum 604 mum Target compt - 2 -3.95 mm 1.43 mm -2.42 m 0 eV 88 keV 3.83 mm 4.43 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1956, Parent ID = 1947 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.95 mm 1.43 mm -2.42 m 352 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.96 mm 1.44 mm -2.42 m 0 eV 352 keV 187 mum 187 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1955, Parent ID = 1947 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.46 mm -1.18 mm -2.42 m 99.3 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.46 mm -1.18 mm -2.42 m 0 eV 99.3 keV 27.3 mum 27.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1946, Parent ID = 1944 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.44 mm -1.2 mm -2.42 m 284 keV 0 eV 0 fm 0 fm Target initStep - 1 -153 mum -3.4 mm -2.42 m 169 keV 0 eV 3.42 mm 3.42 mm Target compt - 2 -275 mum -3.21 mm -2.42 m 0 eV 88 keV 276 mum 3.69 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1958, Parent ID = 1946 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -275 mum -3.21 mm -2.42 m 80.9 keV 0 eV 0 fm 0 fm Target initStep - 1 -276 mum -3.21 mm -2.42 m 0 eV 80.9 keV 19.6 mum 19.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1957, Parent ID = 1946 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -153 mum -3.4 mm -2.42 m 115 keV 0 eV 0 fm 0 fm Target initStep - 1 -152 mum -3.4 mm -2.42 m 0 eV 115 keV 34.7 mum 34.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1945, Parent ID = 1944 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 405 mum -817 mum -2.42 m 1.38 MeV 0 eV 0 fm 0 fm Target initStep - 1 5.02 mm -438 mum -2.4 m 1.27 MeV 0 eV 1.9 cm 1.9 cm Target compt - 2 6.5 mm 123 mum -2.4 m 1.27 MeV 0 eV 3.46 mm 2.24 cm Target Transportation - 3 1.94 m 73.1 cm 1.6 m 1.27 MeV 0 eV 4.5 m 4.53 m Tracker Transportation - 4 1.97 m 74 cm 1.65 m 1.27 MeV 0 eV 5.64 cm 4.58 m Chamber Transportation - 5 2.33 m 87.7 cm 2.4 m 1.27 MeV 0 eV 84.4 cm 5.43 m Tracker Transportation - 6 2.58 m 97 cm 2.91 m 1.27 MeV 0 eV 57.4 cm 6 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1959, Parent ID = 1945 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.02 mm -438 mum -2.4 m 107 keV 0 eV 0 fm 0 fm Target initStep - 1 5.01 mm -439 mum -2.4 m 0 eV 107 keV 30.7 mum 30.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1943, Parent ID = 1880 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 402 mum -746 mum -2.42 m 27.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 402 mum -755 mum -2.42 m 26.9 MeV 92 keV 101 mum 101 mum Target eBrem - 2 954 mum -790 mum -2.42 m 20.3 MeV 2.58 MeV 2.05 mm 2.15 mm Target eBrem - 3 1.88 mm -1 mm -2.42 m 14.2 MeV 1.36 MeV 1.16 mm 3.32 mm Target eBrem - 4 2 mm -1.12 mm -2.42 m 12.6 MeV 173 keV 173 mum 3.49 mm Target eBrem - 5 2.12 mm -1.21 mm -2.42 m 12 MeV 188 keV 166 mum 3.66 mm Target eBrem - 6 3.47 mm -1.01 mm -2.42 m 9.11 MeV 2.57 MeV 1.61 mm 5.27 mm Target eBrem - 7 3.48 mm -975 mum -2.42 m 8.31 MeV 48.6 keV 48.2 mum 5.32 mm Target eBrem - 8 3.1 mm -457 mum -2.42 m 6.37 MeV 1.09 MeV 1.08 mm 6.4 mm Target eBrem - 9 2.38 mm 411 mum -2.42 m 4.41 MeV 1.13 MeV 1.08 mm 7.47 mm Target eBrem - 10 2.29 mm 800 mum -2.42 m 2.86 MeV 615 keV 558 mum 8.03 mm Target eBrem - 11 2.42 mm 690 mum -2.42 m 0 eV 2.86 MeV 2.25 mm 1.03 cm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1969, Parent ID = 1943 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.29 mm 800 mum -2.42 m 934 keV 0 eV 0 fm 0 fm Target initStep - 1 3.9 mm -1.26 mm -2.41 m 809 keV 0 eV 4.13 mm 4.13 mm Target compt - 2 4.52 mm -2.38 mm -2.41 m 232 keV 0 eV 1.45 mm 5.58 mm Target compt - 3 4.25 mm -2.36 mm -2.41 m 0 eV 88 keV 1.13 mm 6.71 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1972, Parent ID = 1969 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.25 mm -2.36 mm -2.41 m 144 keV 0 eV 0 fm 0 fm Target initStep - 1 4.25 mm -2.36 mm -2.41 m 0 eV 144 keV 49.5 mum 49.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1971, Parent ID = 1969 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.52 mm -2.38 mm -2.41 m 577 keV 0 eV 0 fm 0 fm Target initStep - 1 4.53 mm -2.39 mm -2.41 m 0 eV 577 keV 365 mum 365 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1970, Parent ID = 1969 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.9 mm -1.26 mm -2.41 m 125 keV 0 eV 0 fm 0 fm Target initStep - 1 3.9 mm -1.26 mm -2.41 m 0 eV 125 keV 39.4 mum 39.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1968, Parent ID = 1943 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.38 mm 411 mum -2.42 m 826 keV 0 eV 0 fm 0 fm Target initStep - 1 6.07 mm 2.5 cm -2.42 m 826 keV 0 eV 2.49 cm 2.49 cm Target Transportation - 2 43.9 cm 2.91 m -2.53 m 826 keV 0 eV 2.92 m 2.94 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1967, Parent ID = 1943 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.1 mm -457 mum -2.42 m 848 keV 0 eV 0 fm 0 fm Target initStep - 1 3.11 mm 1.81 mm -2.42 m 0 eV 88 keV 2.76 mm 2.76 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1973, Parent ID = 1967 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.11 mm 1.81 mm -2.42 m 760 keV 0 eV 0 fm 0 fm Target initStep - 1 3.12 mm 1.85 mm -2.42 m 0 eV 760 keV 518 mum 518 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1966, Parent ID = 1943 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.48 mm -975 mum -2.42 m 751 keV 0 eV 0 fm 0 fm Target initStep - 1 6.34 mm 9.08 mm -2.41 m 0 eV 88 keV 1.39 cm 1.39 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1974, Parent ID = 1966 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.34 mm 9.08 mm -2.41 m 663 keV 0 eV 0 fm 0 fm Target initStep - 1 6.34 mm 9.1 mm -2.41 m 0 eV 663 keV 436 mum 436 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1965, Parent ID = 1943 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.47 mm -1.01 mm -2.42 m 333 keV 0 eV 0 fm 0 fm Target initStep - 1 4.59 mm 2.99 mm -2.42 m 145 keV 0 eV 5.46 mm 5.46 mm Target compt - 2 4.53 mm 2.79 mm -2.42 m 0 eV 88 keV 346 mum 5.81 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1976, Parent ID = 1965 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.53 mm 2.79 mm -2.42 m 57.4 keV 0 eV 0 fm 0 fm Target initStep - 1 4.53 mm 2.79 mm -2.42 m 0 eV 57.4 keV 11.3 mum 11.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1975, Parent ID = 1965 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.59 mm 2.99 mm -2.42 m 187 keV 0 eV 0 fm 0 fm Target initStep - 1 4.59 mm 2.99 mm -2.42 m 0 eV 187 keV 74.1 mum 74.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1964, Parent ID = 1943 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.12 mm -1.21 mm -2.42 m 349 keV 0 eV 0 fm 0 fm Target initStep - 1 2.36 mm -1.36 mm -2.42 m 210 keV 0 eV 302 mum 302 mum Target compt - 2 2.84 mm -732 mum -2.42 m 0 eV 88 keV 802 mum 1.1 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1978, Parent ID = 1964 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.84 mm -732 mum -2.42 m 122 keV 0 eV 0 fm 0 fm Target initStep - 1 2.84 mm -731 mum -2.42 m 0 eV 122 keV 37.9 mum 37.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1977, Parent ID = 1964 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.36 mm -1.36 mm -2.42 m 139 keV 0 eV 0 fm 0 fm Target initStep - 1 2.36 mm -1.36 mm -2.42 m 0 eV 139 keV 46.8 mum 46.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1963, Parent ID = 1943 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2 mm -1.12 mm -2.42 m 1.47 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.5 cm -1.27 cm -2.41 m 1.47 MeV 0 eV 2.75 cm 2.75 cm Target Transportation - 2 4.76 cm -2.42 cm -2.4 m 1.47 MeV 0 eV 2.7 cm 5.45 cm World Transportation - 3 2.4 m -1.21 m -1.42 m 1.47 MeV 0 eV 2.81 m 2.87 m Tracker Transportation - 4 2.91 m -1.47 m -1.21 m 1.47 MeV 0 eV 61 cm 3.48 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1962, Parent ID = 1943 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.88 mm -1 mm -2.42 m 4.77 MeV 0 eV 0 fm 0 fm Target initStep - 1 9.18 mm -6.09 mm -2.42 m 1.98 MeV 0 eV 9.46 mm 9.46 mm Target compt - 2 1.57 cm -1.9 cm -2.41 m 1.51 MeV 0 eV 1.45 cm 2.39 cm Target compt - 3 1.83 cm -2.34 cm -2.41 m 1.26 MeV 0 eV 5.78 mm 2.97 cm Target compt - 4 1.85 cm -2.5 cm -2.41 m 1.26 MeV 0 eV 1.7 mm 3.14 cm Target Transportation - 5 2.33 cm -5.71 cm -2.4 m 1.26 MeV 0 eV 3.45 cm 6.58 cm World Transportation - 6 37.4 cm -2.4 m -1.55 m 1.26 MeV 0 eV 2.52 m 2.58 m Tracker Transportation - 7 45 cm -2.91 m -1.37 m 1.26 MeV 0 eV 54.8 cm 3.13 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1981, Parent ID = 1962 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.83 cm -2.34 cm -2.41 m 251 keV 0 eV 0 fm 0 fm Target initStep - 1 1.83 cm -2.34 cm -2.41 m 0 eV 251 keV 114 mum 114 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1980, Parent ID = 1962 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.57 cm -1.9 cm -2.41 m 476 keV 0 eV 0 fm 0 fm Target initStep - 1 1.57 cm -1.9 cm -2.41 m 0 eV 476 keV 282 mum 282 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1979, Parent ID = 1962 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.18 mm -6.09 mm -2.42 m 2.79 MeV 0 eV 0 fm 0 fm Target initStep - 1 9.74 mm -6.03 mm -2.42 m 677 keV 1.21 MeV 1.02 mm 1.02 mm Target eBrem - 2 9.71 mm -6.05 mm -2.42 m 0 eV 677 keV 448 mum 1.47 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1982, Parent ID = 1979 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.74 mm -6.03 mm -2.42 m 903 keV 0 eV 0 fm 0 fm Target initStep - 1 2.09 mm -1.26 cm -2.42 m 0 eV 88 keV 1.17 cm 1.17 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1983, Parent ID = 1982 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.09 mm -1.26 cm -2.42 m 815 keV 0 eV 0 fm 0 fm Target initStep - 1 2.04 mm -1.26 cm -2.42 m 261 keV 148 keV 134 mum 134 mum Target eBrem - 2 2.04 mm -1.26 cm -2.42 m 0 eV 261 keV 122 mum 256 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1984, Parent ID = 1983 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.04 mm -1.26 cm -2.42 m 405 keV 0 eV 0 fm 0 fm Target initStep - 1 1.22 mm -1.14 cm -2.42 m 0 eV 88 keV 1.58 mm 1.58 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1985, Parent ID = 1984 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.22 mm -1.14 cm -2.42 m 317 keV 0 eV 0 fm 0 fm Target initStep - 1 1.22 mm -1.14 cm -2.42 m 0 eV 317 keV 161 mum 161 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1961, Parent ID = 1943 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 954 mum -790 mum -2.42 m 3.97 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.23 cm -7.96 mm -2.41 m 356 keV 0 eV 1.67 cm 1.67 cm Target compt - 2 1.24 cm -8.55 mm -2.41 m 0 eV 88 keV 1.32 mm 1.81 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1987, Parent ID = 1961 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.24 cm -8.55 mm -2.41 m 268 keV 0 eV 0 fm 0 fm Target initStep - 1 1.24 cm -8.56 mm -2.41 m 0 eV 268 keV 126 mum 126 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1986, Parent ID = 1961 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.23 cm -7.96 mm -2.41 m 3.61 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.28 cm -7.12 mm -2.41 m 1.11 MeV 1.86 MeV 1.55 mm 1.55 mm Target eBrem - 2 1.28 cm -7.12 mm -2.41 m 768 keV 60.4 keV 56.9 mum 1.61 mm Target eBrem - 3 1.28 cm -7.15 mm -2.41 m 0 eV 768 keV 524 mum 2.14 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1989, Parent ID = 1986 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.28 cm -7.12 mm -2.41 m 286 keV 0 eV 0 fm 0 fm Target initStep - 1 1.21 cm -8.57 mm -2.41 m 0 eV 88 keV 1.74 mm 1.74 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1990, Parent ID = 1989 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.21 cm -8.57 mm -2.41 m 198 keV 0 eV 0 fm 0 fm Target initStep - 1 1.21 cm -8.57 mm -2.41 m 0 eV 198 keV 80.4 mum 80.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1988, Parent ID = 1986 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.28 cm -7.12 mm -2.41 m 640 keV 0 eV 0 fm 0 fm Target initStep - 1 9.68 mm -4.95 mm -2.41 m 499 keV 0 eV 5 mm 5 mm Target compt - 2 9.51 mm -4.14 mm -2.41 m 0 eV 88 keV 912 mum 5.91 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1992, Parent ID = 1988 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.51 mm -4.14 mm -2.41 m 411 keV 0 eV 0 fm 0 fm Target initStep - 1 9.51 mm -4.13 mm -2.41 m 0 eV 411 keV 232 mum 232 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1991, Parent ID = 1988 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.68 mm -4.95 mm -2.41 m 141 keV 0 eV 0 fm 0 fm Target initStep - 1 9.68 mm -4.95 mm -2.41 m 0 eV 141 keV 47.6 mum 47.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1960, Parent ID = 1943 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 402 mum -755 mum -2.42 m 632 keV 0 eV 0 fm 0 fm Target initStep - 1 773 mum -1.76 mm -2.42 m 0 eV 88 keV 6.6 mm 6.6 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1993, Parent ID = 1960 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 773 mum -1.76 mm -2.42 m 544 keV 0 eV 0 fm 0 fm Target initStep - 1 762 mum -1.75 mm -2.42 m 0 eV 544 keV 338 mum 338 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1879, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 309 mum -364 mum -2.42 m 29.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.1 mm -2.17 mm -2.41 m 0 eV 0 eV 1.73 cm 1.73 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 1995, Parent ID = 1879 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.1 mm -2.17 mm -2.41 m 19.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 477 mum -2.05 mm -2.41 m 16.8 MeV 2.66 MeV 2.05 mm 2.05 mm Target eBrem - 2 1.39 mm -1.69 mm -2.4 m 11.1 MeV 4.22 MeV 2.67 mm 4.71 mm Target eBrem - 3 1.36 mm -1.68 mm -2.4 m 10.2 MeV 898 keV 649 mum 5.36 mm Target eBrem - 4 1.43 mm -1.55 mm -2.4 m 4.79 MeV 2.73 MeV 1.82 mm 7.18 mm Target eBrem - 5 1.24 mm -2.17 mm -2.4 m 0 eV 4.79 MeV 3.78 mm 1.1 cm Target eIoni - 6 1.24 mm -2.17 mm -2.4 m 0 eV 0 eV 0 fm 1.1 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2000, Parent ID = 1995 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.24 mm -2.17 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.26 mm -2.13 mm -2.4 m 439 keV 0 eV 374 mum 374 mum Target compt - 2 -510 mum -3.53 mm -2.41 m 0 eV 88 keV 5.05 mm 5.43 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2002, Parent ID = 2000 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -510 mum -3.53 mm -2.41 m 351 keV 0 eV 0 fm 0 fm Target initStep - 1 -517 mum -3.53 mm -2.41 m 0 eV 351 keV 186 mum 186 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2001, Parent ID = 2000 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.26 mm -2.13 mm -2.4 m 72.1 keV 0 eV 0 fm 0 fm Target initStep - 1 1.27 mm -2.13 mm -2.4 m 0 eV 72.1 keV 16.3 mum 16.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1999, Parent ID = 1995 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.24 mm -2.17 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.23 mm -2.18 mm -2.4 m 511 keV 0 eV 149 mum 149 mum Target Transportation - 2 -5.43 cm -8.26 cm -1.6 m 511 keV 0 eV 80.6 cm 80.6 cm Tracker Transportation - 3 -6.82 cm -10.3 cm -1.4 m 511 keV 0 eV 20.1 cm 1.01 m Chamber Transportation - 4 -11 cm -16.3 cm -80 cm 511 keV 0 eV 60.4 cm 1.61 m Tracker Transportation - 5 -12.4 cm -18.3 cm -60 cm 511 keV 0 eV 20.1 cm 1.81 m Chamber Transportation - 6 -16.5 cm -24.4 cm 0 fm 511 keV 0 eV 60.4 cm 2.42 m Tracker Transportation - 7 -17.9 cm -26.4 cm 20 cm 511 keV 0 eV 20.1 cm 2.62 m Chamber Transportation - 8 -22.1 cm -32.4 cm 80 cm 511 keV 0 eV 60.4 cm 3.22 m Tracker Transportation - 9 -23.5 cm -34.4 cm 1 m 511 keV 0 eV 20.1 cm 3.43 m Chamber Transportation - 10 -27.6 cm -40.4 cm 1.6 m 511 keV 0 eV 60.4 cm 4.03 m Tracker Transportation - 11 -29 cm -42.5 cm 1.8 m 511 keV 0 eV 20.1 cm 4.23 m Chamber Transportation - 12 -33.2 cm -48.5 cm 2.4 m 511 keV 0 eV 60.4 cm 4.84 m Tracker Transportation - 13 -36.7 cm -53.6 cm 2.91 m 511 keV 0 eV 51.4 cm 5.35 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1998, Parent ID = 1995 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.43 mm -1.55 mm -2.4 m 2.66 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.2 mm -2.35 mm -2.4 m 2.66 MeV 0 eV 1.09 mm 1.09 mm Target Transportation - 2 -69.5 cm -2.4 m -31.5 cm 2.66 MeV 0 eV 3.25 m 3.25 m Tracker Transportation - 3 -84.3 cm -2.91 m 12.8 cm 2.66 MeV 0 eV 69.2 cm 3.95 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1997, Parent ID = 1995 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.39 mm -1.69 mm -2.4 m 1.47 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.72 mm -2.29 mm -2.4 m 1.47 MeV 0 eV 3.16 mm 3.16 mm Target Transportation - 2 8.69 cm -15.6 cm -1.6 m 1.47 MeV 0 eV 81.9 cm 82.2 cm Tracker Transportation - 3 10.8 cm -19.5 cm -1.4 m 1.47 MeV 0 eV 20.5 cm 1.03 m Chamber Transportation - 4 17.2 cm -31 cm -80 cm 1.47 MeV 0 eV 61.4 cm 1.64 m Tracker Transportation - 5 19.3 cm -34.9 cm -60 cm 1.47 MeV 0 eV 20.5 cm 1.85 m Chamber Transportation - 6 25.7 cm -46.4 cm -0.114 fm 1.47 MeV 0 eV 61.4 cm 2.46 m Tracker Transportation - 7 27.8 cm -50.3 cm 20 cm 1.47 MeV 0 eV 20.5 cm 2.67 m Chamber Transportation - 8 34.2 cm -61.8 cm 80 cm 1.47 MeV 0 eV 61.4 cm 3.28 m Tracker Transportation - 9 36.4 cm -65.7 cm 1 m 1.47 MeV 0 eV 20.5 cm 3.48 m Chamber Transportation - 10 42.8 cm -77.2 cm 1.6 m 1.47 MeV 0 eV 61.4 cm 4.1 m Tracker Transportation - 11 44.9 cm -81.1 cm 1.8 m 1.47 MeV 0 eV 20.5 cm 4.3 m Chamber Transportation - 12 51.3 cm -92.6 cm 2.4 m 1.47 MeV 0 eV 61.4 cm 4.92 m Tracker Transportation - 13 56.7 cm -1.02 m 2.91 m 1.47 MeV 0 eV 52.2 cm 5.44 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1996, Parent ID = 1995 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 477 mum -2.05 mm -2.41 m 311 keV 0 eV 0 fm 0 fm Target initStep - 1 173 mum -1.99 mm -2.4 m 0 eV 88 keV 2.19 mm 2.19 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2003, Parent ID = 1996 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 173 mum -1.99 mm -2.4 m 223 keV 0 eV 0 fm 0 fm Target initStep - 1 169 mum -1.99 mm -2.4 m 0 eV 223 keV 96.4 mum 96.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1994, Parent ID = 1879 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.1 mm -2.17 mm -2.41 m 8.45 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.11 mm -2.37 mm -2.41 m 8.07 MeV 385 keV 303 mum 303 mum Target eBrem - 2 1.16 mm -2.62 mm -2.41 m 6.82 MeV 343 keV 299 mum 602 mum Target eBrem - 3 994 mum -2.82 mm -2.41 m 5.07 MeV 494 keV 332 mum 934 mum Target eBrem - 4 878 mum -3.09 mm -2.41 m 1.97 MeV 594 keV 384 mum 1.32 mm Target eBrem - 5 745 mum -3.17 mm -2.41 m 0 eV 1.97 MeV 1.53 mm 2.85 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2006, Parent ID = 1994 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 878 mum -3.09 mm -2.41 m 2.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.5 cm -1.72 cm -2.41 m 2.5 MeV 0 eV 2.98 cm 2.98 cm Target Transportation - 2 -2.91 m -1.59 m -2.88 m 2.5 MeV 0 eV 3.32 m 3.35 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2005, Parent ID = 1994 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 994 mum -2.82 mm -2.41 m 1.26 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.15 cm -1.58 cm -2.4 m 0 eV 88 keV 1.9 cm 1.9 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2007, Parent ID = 2005 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.15 cm -1.58 cm -2.4 m 1.17 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.17 cm -1.57 cm -2.4 m 516 keV 652 keV 506 mum 506 mum Target eBrem - 2 -1.17 cm -1.57 cm -2.4 m 0 eV 516 keV 315 mum 821 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2004, Parent ID = 1994 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.16 mm -2.62 mm -2.41 m 906 keV 0 eV 0 fm 0 fm Target initStep - 1 -64.3 mum -5.7 mm -2.4 m 0 eV 88 keV 4.3 mm 4.3 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2008, Parent ID = 2004 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -64.3 mum -5.7 mm -2.4 m 818 keV 0 eV 0 fm 0 fm Target initStep - 1 -71.5 mum -5.74 mm -2.4 m 0 eV 818 keV 566 mum 566 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1878, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 306 mum -354 mum -2.42 m 50.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 762 mum -1.47 mm -2.42 m 0 eV 0 eV 9.83 mm 9.83 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2010, Parent ID = 1878 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 762 mum -1.47 mm -2.42 m 46.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -234 mum -1.86 mm -2.41 m 29.3 MeV 6.58 MeV 4.82 mm 4.82 mm Target eBrem - 2 -111 mum -2.67 mm -2.41 m 26.2 MeV 2.61 MeV 1.86 mm 6.68 mm Target eBrem - 3 778 mum -3.76 mm -2.41 m 15.9 MeV 4.23 MeV 2.44 mm 9.12 mm Target eBrem - 4 827 mum -3.93 mm -2.41 m 12.8 MeV 713 keV 482 mum 9.6 mm Target eBrem - 5 1.18 mm -4.11 mm -2.41 m 11 MeV 642 keV 570 mum 1.02 cm Target eBrem - 6 1.31 mm -4.37 mm -2.41 m 6.67 MeV 1.66 MeV 403 mum 1.06 cm Target eBrem - 7 461 mum -4.37 mm -2.4 m 4.19 MeV 2.1 MeV 1.82 mm 1.24 cm Target eBrem - 8 325 mum -4.37 mm -2.4 m 3.59 MeV 128 keV 164 mum 1.26 cm Target eBrem - 9 93.6 mum -4.02 mm -2.4 m 1.65 MeV 527 keV 526 mum 1.31 cm Target eBrem - 10 81.2 mum -3.93 mm -2.4 m 0 eV 1.65 MeV 1.29 mm 1.44 cm Target eIoni - 11 81.2 mum -3.93 mm -2.4 m 0 eV 0 eV 0 fm 1.44 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2021, Parent ID = 2010 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 81.2 mum -3.93 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 800 mum -4.62 mm -2.4 m 0 eV 88 keV 999 mum 999 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2022, Parent ID = 2021 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 800 mum -4.62 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 813 mum -4.63 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2020, Parent ID = 2010 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 81.2 mum -3.93 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.21 mm -2.68 mm -2.4 m 0 eV 88 keV 1.8 mm 1.8 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2023, Parent ID = 2020 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.21 mm -2.68 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.22 mm -2.67 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2019, Parent ID = 2010 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 93.6 mum -4.02 mm -2.4 m 1.41 MeV 0 eV 0 fm 0 fm Target initStep - 1 -504 mum -1.73 mm -2.4 m 1.41 MeV 0 eV 5.42 mm 5.42 mm Target Transportation - 2 -39.2 cm 1.5 m 80 cm 1.41 MeV 0 eV 3.56 m 3.56 m Tracker Transportation - 3 -40.2 cm 1.54 m 88.1 cm 1.41 MeV 0 eV 8.95 cm 3.65 m Chamber Transportation - 4 -49 cm 1.87 m 1.6 m 1.41 MeV 0 eV 79.9 cm 4.45 m Tracker Transportation - 5 -51.5 cm 1.97 m 1.8 m 1.41 MeV 0 eV 22.2 cm 4.67 m Chamber Transportation - 6 -58.8 cm 2.25 m 2.4 m 1.41 MeV 0 eV 66.7 cm 5.34 m Tracker Transportation - 7 -65.1 cm 2.49 m 2.91 m 1.41 MeV 0 eV 56.7 cm 5.91 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2018, Parent ID = 2010 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 325 mum -4.37 mm -2.4 m 473 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.02 mm -2.7 mm -2.4 m 269 keV 0 eV 2.93 mm 2.93 mm Target compt - 2 -2.42 mm -3.16 mm -2.4 m 257 keV 0 eV 792 mum 3.72 mm Target compt - 3 -2.67 mm -3.87 mm -2.4 m 0 eV 88 keV 1.51 mm 5.23 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2026, Parent ID = 2018 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.67 mm -3.87 mm -2.4 m 169 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.67 mm -3.87 mm -2.4 m 0 eV 169 keV 63.6 mum 63.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2025, Parent ID = 2018 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.42 mm -3.16 mm -2.4 m 12 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.42 mm -3.16 mm -2.4 m 0 eV 12 keV 916 nm 916 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2024, Parent ID = 2018 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.02 mm -2.7 mm -2.4 m 204 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.03 mm -2.7 mm -2.4 m 0 eV 204 keV 83.9 mum 83.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2017, Parent ID = 2010 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 461 mum -4.37 mm -2.4 m 386 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.95 mm -4.17 mm -2.4 m 0 eV 88 keV 2.42 mm 2.42 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2027, Parent ID = 2017 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.95 mm -4.17 mm -2.4 m 298 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.96 mm -4.17 mm -2.4 m 0 eV 298 keV 147 mum 147 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2016, Parent ID = 2010 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.31 mm -4.37 mm -2.41 m 2.71 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.86 mm -4.88 mm -2.4 m 0 eV 0 eV 3.26 mm 3.26 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2029, Parent ID = 2016 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.86 mm -4.88 mm -2.4 m 859 keV 0 eV 0 fm 0 fm Target initStep - 1 1.85 mm -4.88 mm -2.4 m 0 eV 859 keV 608 mum 608 mum Target eIoni - 2 1.85 mm -4.88 mm -2.4 m 0 eV 0 eV 0 fm 608 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2031, Parent ID = 2029 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.85 mm -4.88 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.82 mm -2.31 mm -2.4 m 511 keV 0 eV 3.72 mm 3.72 mm Target Transportation - 2 -2.99 cm 2.4 m 10.6 cm 511 keV 0 eV 3.47 m 3.48 m Tracker Transportation - 3 -3.67 cm 2.91 m 63.8 cm 511 keV 0 eV 73.7 cm 4.21 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2030, Parent ID = 2029 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.85 mm -4.88 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.87 mm -5.69 mm -2.4 m 0 eV 88 keV 1.17 mm 1.17 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2032, Parent ID = 2030 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.87 mm -5.69 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.88 mm -5.7 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2028, Parent ID = 2016 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.86 mm -4.88 mm -2.4 m 827 keV 0 eV 0 fm 0 fm Target initStep - 1 1.88 mm -4.89 mm -2.4 m 0 eV 827 keV 574 mum 574 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2015, Parent ID = 2010 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.18 mm -4.11 mm -2.41 m 1.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.27 mm -9.48 mm -2.4 m 1.12 MeV 0 eV 9.66 mm 9.66 mm Target Transportation - 2 2.27 m -2.4 m 36 cm 1.12 MeV 0 eV 4.3 m 4.31 m Tracker Transportation - 3 2.76 m -2.91 m 94.9 cm 1.12 MeV 0 eV 91.7 cm 5.23 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2014, Parent ID = 2010 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 827 mum -3.93 mm -2.41 m 2.38 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.27 mm -4.42 mm -2.4 m 928 keV 0 eV 3.62 mm 3.62 mm Target compt - 2 3.89 mm -4.26 mm -2.4 m 546 keV 0 eV 649 mum 4.27 mm Target compt - 3 1.18 cm 9.41 mm -2.41 m 0 eV 88 keV 1.73 cm 2.15 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2035, Parent ID = 2014 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.18 cm 9.41 mm -2.41 m 458 keV 0 eV 0 fm 0 fm Target initStep - 1 1.18 cm 9.42 mm -2.41 m 0 eV 458 keV 269 mum 269 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2034, Parent ID = 2014 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.89 mm -4.26 mm -2.4 m 382 keV 0 eV 0 fm 0 fm Target initStep - 1 3.91 mm -4.26 mm -2.4 m 0 eV 382 keV 209 mum 209 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2033, Parent ID = 2014 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.27 mm -4.42 mm -2.4 m 1.45 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.19 mm -4.67 mm -2.4 m 1.03 MeV 425 keV 440 mum 440 mum Target eBrem - 2 3.19 mm -4.68 mm -2.4 m 0 eV 1.03 MeV 744 mum 1.18 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2013, Parent ID = 2010 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 778 mum -3.76 mm -2.41 m 6.04 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.89 mm -6.93 mm -2.4 m 6.04 MeV 0 eV 7.96 mm 7.96 mm Target Transportation - 2 72.9 cm -1.09 m -0.455 fm 6.04 MeV 0 eV 2.73 m 2.74 m Tracker Transportation - 3 73.5 cm -1.1 m 2.01 cm 6.04 MeV 0 eV 2.29 cm 2.76 m Chamber Transportation - 4 97.1 cm -1.46 m 80 cm 6.04 MeV 0 eV 88.8 cm 3.65 m Tracker Transportation - 5 1.02 m -1.54 m 97.3 cm 6.04 MeV 0 eV 19.7 cm 3.85 m Chamber Transportation - 6 1.21 m -1.82 m 1.6 m 6.04 MeV 0 eV 71.4 cm 4.56 m Tracker Transportation - 7 1.27 m -1.91 m 1.8 m 6.04 MeV 0 eV 22.8 cm 4.79 m Chamber Transportation - 8 1.45 m -2.18 m 2.4 m 6.04 MeV 0 eV 68.3 cm 5.47 m Tracker Transportation - 9 1.61 m -2.41 m 2.91 m 6.04 MeV 0 eV 58.1 cm 6.06 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2012, Parent ID = 2010 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -111 mum -2.67 mm -2.41 m 516 keV 0 eV 0 fm 0 fm Target initStep - 1 1.39 mm -3.78 mm -2.4 m 172 keV 0 eV 4.79 mm 4.79 mm Target compt - 2 1.36 mm -3.76 mm -2.4 m 0 eV 88 keV 60.6 mum 4.85 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2037, Parent ID = 2012 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.36 mm -3.76 mm -2.4 m 83.7 keV 0 eV 0 fm 0 fm Target initStep - 1 1.36 mm -3.76 mm -2.4 m 0 eV 83.7 keV 20.8 mum 20.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2036, Parent ID = 2012 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.39 mm -3.78 mm -2.4 m 345 keV 0 eV 0 fm 0 fm Target initStep - 1 1.4 mm -3.78 mm -2.4 m 0 eV 345 keV 181 mum 181 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2011, Parent ID = 2010 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -234 mum -1.86 mm -2.41 m 10.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -189 mum -1.99 mm -2.41 m 0 eV 0 eV 464 mum 464 mum Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2039, Parent ID = 2011 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -189 mum -1.99 mm -2.41 m 7.89 MeV 0 eV 0 fm 0 fm Target initStep - 1 661 mum -2.93 mm -2.41 m 4.58 MeV 2.61 MeV 1.71 mm 1.71 mm Target eBrem - 2 394 mum -2.49 mm -2.41 m 2.69 MeV 1.57 MeV 1.3 mm 3.01 mm Target eBrem - 3 520 mum -2.59 mm -2.41 m 1.87 MeV 362 keV 349 mum 3.36 mm Target eBrem - 4 460 mum -2.55 mm -2.41 m 0 eV 265 keV 286 mum 3.64 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2044, Parent ID = 2039 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 460 mum -2.55 mm -2.41 m 2.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -50.6 mum -3.55 mm -2.41 m 383 keV 0 eV 2.43 mm 2.43 mm Target compt - 2 -5.76 mm -2.6 mm -2.41 m 0 eV 88 keV 5.99 mm 8.42 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2046, Parent ID = 2044 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.76 mm -2.6 mm -2.41 m 295 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.77 mm -2.59 mm -2.41 m 0 eV 295 keV 145 mum 145 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2045, Parent ID = 2044 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -50.6 mum -3.55 mm -2.41 m 1.72 MeV 0 eV 0 fm 0 fm Target initStep - 1 -55.1 mum -3.6 mm -2.41 m 0 eV 1.72 MeV 1.33 mm 1.33 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2043, Parent ID = 2039 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 460 mum -2.55 mm -2.41 m 519 keV 0 eV 0 fm 0 fm Target initStep - 1 307 mum -2.17 mm -2.41 m 314 keV 0 eV 411 mum 411 mum Target compt - 2 -1.57 mm -2.15 mm -2.41 m 301 keV 0 eV 1.92 mm 2.33 mm Target compt - 3 -2.25 mm -2.3 mm -2.41 m 0 eV 88 keV 796 mum 3.13 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2049, Parent ID = 2043 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.25 mm -2.3 mm -2.41 m 213 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.25 mm -2.31 mm -2.41 m 0 eV 213 keV 89.8 mum 89.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2048, Parent ID = 2043 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.57 mm -2.15 mm -2.41 m 13.1 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.57 mm -2.15 mm -2.41 m 0 eV 13.1 keV 1.06 mum 1.06 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2047, Parent ID = 2043 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 307 mum -2.17 mm -2.41 m 205 keV 0 eV 0 fm 0 fm Target initStep - 1 309 mum -2.17 mm -2.41 m 0 eV 205 keV 85.1 mum 85.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2042, Parent ID = 2039 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 520 mum -2.59 mm -2.41 m 457 keV 0 eV 0 fm 0 fm Target initStep - 1 651 mum -1.64 mm -2.41 m 0 eV 88 keV 1.49 mm 1.49 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2050, Parent ID = 2042 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 651 mum -1.64 mm -2.41 m 369 keV 0 eV 0 fm 0 fm Target initStep - 1 650 mum -1.63 mm -2.41 m 0 eV 369 keV 199 mum 199 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2041, Parent ID = 2039 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 394 mum -2.49 mm -2.41 m 316 keV 0 eV 0 fm 0 fm Target initStep - 1 394 mum -2.49 mm -2.41 m 312 keV 0 eV 3.23 mum 3.23 mum Target compt - 2 432 mum -3.09 mm -2.41 m 0 eV 88 keV 597 mum 600 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2052, Parent ID = 2041 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 432 mum -3.09 mm -2.41 m 224 keV 0 eV 0 fm 0 fm Target initStep - 1 430 mum -3.09 mm -2.41 m 0 eV 224 keV 97.3 mum 97.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2051, Parent ID = 2041 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 394 mum -2.49 mm -2.41 m 3.29 keV 0 eV 0 fm 0 fm Target initStep - 1 394 mum -2.49 mm -2.41 m 0 eV 3.29 keV 142 nm 142 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2040, Parent ID = 2039 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 661 mum -2.93 mm -2.41 m 697 keV 0 eV 0 fm 0 fm Target initStep - 1 1.51 mm -8.92 mm -2.4 m 697 keV 0 eV 1.04 cm 1.04 cm Target Transportation - 2 34.2 cm -2.4 m 97.6 cm 697 keV 0 eV 4.15 m 4.16 m Tracker Transportation - 3 41.5 cm -2.91 m 1.7 m 697 keV 0 eV 88.5 cm 5.05 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2038, Parent ID = 2011 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -189 mum -1.99 mm -2.41 m 1.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -166 mum -2.1 mm -2.41 m 0 eV 1.7 MeV 1.31 mm 1.31 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2009, Parent ID = 1878 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 762 mum -1.47 mm -2.42 m 3.39 MeV 0 eV 0 fm 0 fm Target initStep - 1 733 mum -1.46 mm -2.41 m 104 keV 94.4 keV 91.8 mum 91.8 mum Target eBrem - 2 733 mum -1.46 mm -2.41 m 0 eV 104 keV 29.6 mum 121 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2053, Parent ID = 2009 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 733 mum -1.46 mm -2.41 m 3.19 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.35 mm -6.86 mm -2.4 m 3.19 MeV 0 eV 1.63 cm 1.63 cm Target Transportation - 2 39.2 cm -58.4 cm -80 cm 3.19 MeV 0 eV 1.74 m 1.76 m Tracker Transportation - 3 44 cm -65.6 cm -60 cm 3.19 MeV 0 eV 21.8 cm 1.98 m Chamber Transportation - 4 58.6 cm -87.3 cm 0.114 fm 3.19 MeV 0 eV 65.4 cm 2.63 m Tracker Transportation - 5 63.4 cm -94.5 cm 20 cm 3.19 MeV 0 eV 21.8 cm 2.85 m Chamber Transportation - 6 78 cm -1.16 m 80 cm 3.19 MeV 0 eV 65.4 cm 3.51 m Tracker Transportation - 7 82.8 cm -1.23 m 1 m 3.19 MeV 0 eV 21.8 cm 3.72 m Chamber Transportation - 8 97.3 cm -1.45 m 1.6 m 3.19 MeV 0 eV 65.4 cm 4.38 m Tracker Transportation - 9 1.02 m -1.52 m 1.8 m 3.19 MeV 0 eV 21.8 cm 4.6 m Chamber Transportation - 10 1.17 m -1.74 m 2.4 m 3.19 MeV 0 eV 65.4 cm 5.25 m Tracker Transportation - 11 1.29 m -1.92 m 2.91 m 3.19 MeV 0 eV 55.6 cm 5.81 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1877, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 270 mum -304 mum -2.43 m 663 keV 0 eV 0 fm 0 fm Target initStep - 1 1.24 mm -1.63 mm -2.41 m 0 eV 88 keV 1.17 cm 1.17 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2054, Parent ID = 1877 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.24 mm -1.63 mm -2.41 m 575 keV 0 eV 0 fm 0 fm Target initStep - 1 1.23 mm -1.63 mm -2.41 m 0 eV 575 keV 363 mum 363 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1876, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 251 mum -278 mum -2.43 m 750 keV 0 eV 0 fm 0 fm Target initStep - 1 1.15 mm -1.48 mm -2.41 m 501 keV 0 eV 1.35 cm 1.35 cm Target compt - 2 1.79 mm -876 mum -2.41 m 225 keV 0 eV 1.2 mm 1.47 cm Target compt - 3 328 mum -1.01 mm -2.41 m 0 eV 88 keV 1.62 mm 1.63 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2057, Parent ID = 1876 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 328 mum -1.01 mm -2.41 m 137 keV 0 eV 0 fm 0 fm Target initStep - 1 329 mum -1 mm -2.41 m 0 eV 137 keV 45.9 mum 45.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2056, Parent ID = 1876 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.79 mm -876 mum -2.41 m 276 keV 0 eV 0 fm 0 fm Target initStep - 1 1.8 mm -872 mum -2.41 m 0 eV 276 keV 132 mum 132 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2055, Parent ID = 1876 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.15 mm -1.48 mm -2.41 m 249 keV 0 eV 0 fm 0 fm Target initStep - 1 1.15 mm -1.49 mm -2.41 m 0 eV 249 keV 113 mum 113 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1875, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 228 mum -226 mum -2.43 m 382 keV 0 eV 0 fm 0 fm Target initStep - 1 365 mum -467 mum -2.42 m 0 eV 88 keV 2.5 mm 2.5 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2058, Parent ID = 1875 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 365 mum -467 mum -2.42 m 294 keV 0 eV 0 fm 0 fm Target initStep - 1 362 mum -469 mum -2.42 m 0 eV 294 keV 144 mum 144 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1874, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 208 mum -191 mum -2.43 m 544 keV 0 eV 0 fm 0 fm Target initStep - 1 241 mum -236 mum -2.43 m 301 keV 0 eV 560 mum 560 mum Target compt - 2 -2.22 mm 1.25 mm -2.42 m 0 eV 88 keV 3.05 mm 3.61 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2060, Parent ID = 1874 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.22 mm 1.25 mm -2.42 m 213 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.22 mm 1.25 mm -2.42 m 0 eV 213 keV 90.3 mum 90.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2059, Parent ID = 1874 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 241 mum -236 mum -2.43 m 242 keV 0 eV 0 fm 0 fm Target initStep - 1 245 mum -238 mum -2.43 m 0 eV 242 keV 109 mum 109 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1873, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 195 mum -169 mum -2.43 m 680 keV 0 eV 0 fm 0 fm Target initStep - 1 225 mum -215 mum -2.43 m 217 keV 0 eV 557 mum 557 mum Target compt - 2 301 mum -182 mum -2.43 m 0 eV 88 keV 106 mum 663 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2062, Parent ID = 1873 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 301 mum -182 mum -2.43 m 129 keV 0 eV 0 fm 0 fm Target initStep - 1 303 mum -180 mum -2.43 m 0 eV 129 keV 41.4 mum 41.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2061, Parent ID = 1873 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 225 mum -215 mum -2.43 m 463 keV 0 eV 0 fm 0 fm Target initStep - 1 222 mum -218 mum -2.43 m 0 eV 463 keV 273 mum 273 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1872, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 179 mum -131 mum -2.43 m 8.19 MeV 0 eV 0 fm 0 fm Target initStep - 1 278 mum -324 mum -2.42 m 0 eV 0 eV 2.74 mm 2.74 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2064, Parent ID = 1872 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 278 mum -324 mum -2.42 m 868 keV 0 eV 0 fm 0 fm Target initStep - 1 270 mum -326 mum -2.42 m 0 eV 868 keV 615 mum 615 mum Target eIoni - 2 270 mum -326 mum -2.42 m 0 eV 0 eV 0 fm 615 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2066, Parent ID = 2064 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 270 mum -326 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 602 mum 1.8 mm -2.42 m 0 eV 88 keV 2.24 mm 2.24 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2067, Parent ID = 2066 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 602 mum 1.8 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 600 mum 1.81 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2065, Parent ID = 2064 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 270 mum -326 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -308 mum -4.01 mm -2.43 m 379 keV 0 eV 3.89 mm 3.89 mm Target compt - 2 1.97 mm -8.6 mm -2.42 m 0 eV 88 keV 5.41 mm 9.3 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2069, Parent ID = 2065 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.97 mm -8.6 mm -2.42 m 291 keV 0 eV 0 fm 0 fm Target initStep - 1 1.97 mm -8.6 mm -2.42 m 0 eV 291 keV 142 mum 142 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2068, Parent ID = 2065 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -308 mum -4.01 mm -2.43 m 132 keV 0 eV 0 fm 0 fm Target initStep - 1 -309 mum -4.02 mm -2.43 m 0 eV 132 keV 43.2 mum 43.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2063, Parent ID = 1872 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 278 mum -324 mum -2.42 m 6.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.55 mm 1.31 mm -2.42 m 816 keV 5.48 MeV 4.82 mm 4.82 mm Target eBrem - 2 3.58 mm 1.34 mm -2.42 m 0 eV 816 keV 564 mum 5.39 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1871, Parent ID = 1853 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 93.2 mum -114 mum -2.43 m 28.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 265 mum -193 mum -2.43 m 0 eV 0 eV 2.92 mm 2.92 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2071, Parent ID = 1871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 265 mum -193 mum -2.43 m 15.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.88 mm 175 mum -2.42 m 7.65 MeV 4.61 MeV 3.86 mm 3.86 mm Target eBrem - 2 2.82 mm 182 mum -2.42 m 7.07 MeV 145 keV 151 mum 4.01 mm Target eBrem - 3 6.57 mm 773 mum -2.42 m 902 keV 6.16 MeV 5.31 mm 9.32 mm Target eBrem - 4 6.54 mm 810 mum -2.42 m 0 eV 902 keV 645 mum 9.96 mm Target eIoni - 5 6.54 mm 810 mum -2.42 m 0 eV 0 eV 0 fm 9.96 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2075, Parent ID = 2071 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.54 mm 810 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 5.26 mm -3.85 mm -2.42 m 0 eV 88 keV 6.34 mm 6.34 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2076, Parent ID = 2075 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.26 mm -3.85 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 5.26 mm -3.87 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2074, Parent ID = 2071 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.54 mm 810 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 6.93 mm 2.24 mm -2.42 m 0 eV 88 keV 1.95 mm 1.95 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2077, Parent ID = 2074 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.93 mm 2.24 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 6.93 mm 2.26 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2073, Parent ID = 2071 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.82 mm 182 mum -2.42 m 435 keV 0 eV 0 fm 0 fm Target initStep - 1 2.38 mm -387 mum -2.42 m 398 keV 0 eV 1.83 mm 1.83 mm Target compt - 2 476 mum -5.35 mm -2.42 m 372 keV 0 eV 7.13 mm 8.96 mm Target compt - 3 694 mum -6.5 mm -2.41 m 333 keV 0 eV 2.01 mm 1.1 cm Target compt - 4 930 mum -6.55 mm -2.41 m 232 keV 0 eV 620 mum 1.16 cm Target compt - 5 812 mum -6.39 mm -2.41 m 0 eV 88 keV 256 mum 1.18 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2082, Parent ID = 2073 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 812 mum -6.39 mm -2.41 m 144 keV 0 eV 0 fm 0 fm Target initStep - 1 809 mum -6.39 mm -2.41 m 0 eV 144 keV 49.6 mum 49.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2081, Parent ID = 2073 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 930 mum -6.55 mm -2.41 m 101 keV 0 eV 0 fm 0 fm Target initStep - 1 932 mum -6.55 mm -2.41 m 0 eV 101 keV 27.9 mum 27.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2080, Parent ID = 2073 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 694 mum -6.5 mm -2.41 m 39.1 keV 0 eV 0 fm 0 fm Target initStep - 1 693 mum -6.5 mm -2.41 m 0 eV 39.1 keV 6 mum 6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2079, Parent ID = 2073 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 476 mum -5.35 mm -2.42 m 26.1 keV 0 eV 0 fm 0 fm Target initStep - 1 476 mum -5.35 mm -2.42 m 0 eV 26.1 keV 3.12 mum 3.12 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2078, Parent ID = 2073 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.38 mm -387 mum -2.42 m 36.4 keV 0 eV 0 fm 0 fm Target initStep - 1 2.38 mm -387 mum -2.42 m 0 eV 36.4 keV 5.35 mum 5.35 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2072, Parent ID = 2071 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.88 mm 175 mum -2.42 m 3.58 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7 mm -6.47 mm -2.4 m 0 eV 0 eV 2.28 cm 2.28 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2084, Parent ID = 2072 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7 mm -6.47 mm -2.4 m 1.15 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.01 mm -6.37 mm -2.4 m 0 eV 1.15 MeV 857 mum 857 mum Target eIoni - 2 -7.01 mm -6.37 mm -2.4 m 0 eV 0 eV 0 fm 857 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2086, Parent ID = 2084 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.01 mm -6.37 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.83 mm -7.78 mm -2.4 m 0 eV 88 keV 2 mm 2 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2087, Parent ID = 2086 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.83 mm -7.78 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.81 mm -7.78 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2085, Parent ID = 2084 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.01 mm -6.37 mm -2.4 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.61 mm -5.66 mm -2.4 m 0 eV 88 keV 1.01 mm 1.01 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2088, Parent ID = 2085 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.61 mm -5.66 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.62 mm -5.65 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2083, Parent ID = 2072 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7 mm -6.47 mm -2.4 m 1.41 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.95 mm -6.58 mm -2.4 m 992 keV 422 keV 457 mum 457 mum Target eBrem - 2 -6.95 mm -6.52 mm -2.4 m 0 eV 992 keV 713 mum 1.17 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2070, Parent ID = 1871 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 265 mum -193 mum -2.43 m 11.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 94 mum 96.2 mum -2.42 m 9.94 MeV 1.18 MeV 998 mum 998 mum Target eBrem - 2 -126 mum -1.66 mm -2.42 m 4.35 MeV 3.15 MeV 2.45 mm 3.45 mm Target eBrem - 3 264 mum -1.21 mm -2.42 m 1.39 MeV 1.09 MeV 869 mum 4.31 mm Target eBrem - 4 328 mum -1.45 mm -2.42 m 288 keV 537 keV 410 mum 4.73 mm Target eBrem - 5 320 mum -1.45 mm -2.42 m 0 eV 288 keV 140 mum 4.87 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2092, Parent ID = 2070 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 328 mum -1.45 mm -2.42 m 565 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.75 mm -1.13 mm -2.42 m 0 eV 88 keV 8.73 mm 8.73 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2093, Parent ID = 2092 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.75 mm -1.13 mm -2.42 m 477 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.75 mm -1.14 mm -2.42 m 0 eV 477 keV 284 mum 284 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2091, Parent ID = 2070 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 264 mum -1.21 mm -2.42 m 1.88 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.42 cm -1.51 mm -2.4 m 1.3 MeV 0 eV 2.49 cm 2.49 cm Target compt - 2 1.62 cm 162 mum -2.4 m 1.3 MeV 0 eV 3.61 mm 2.86 cm Target Transportation - 3 2.4 m 2.01 m 62 cm 1.3 MeV 0 eV 4.34 m 4.37 m Tracker Transportation - 4 2.91 m 2.44 m 1.27 m 1.3 MeV 0 eV 92.9 cm 5.3 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2094, Parent ID = 2091 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.42 cm -1.51 mm -2.4 m 579 keV 0 eV 0 fm 0 fm Target initStep - 1 1.42 cm -1.53 mm -2.4 m 0 eV 579 keV 366 mum 366 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2090, Parent ID = 2070 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -126 mum -1.66 mm -2.42 m 2.43 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.59 mm -1.27 mm -2.43 m 836 keV 0 eV 2.5 mm 2.5 mm Target compt - 2 1.56 cm 2.31 cm -2.43 m 0 eV 88 keV 2.86 cm 3.11 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2096, Parent ID = 2090 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.56 cm 2.31 cm -2.43 m 748 keV 0 eV 0 fm 0 fm Target initStep - 1 1.57 cm 2.31 cm -2.43 m 0 eV 748 keV 507 mum 507 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2095, Parent ID = 2090 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.59 mm -1.27 mm -2.43 m 1.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.66 mm -1.29 mm -2.43 m 0 eV 1.6 MeV 1.22 mm 1.22 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2089, Parent ID = 2070 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 94 mum 96.2 mum -2.42 m 421 keV 0 eV 0 fm 0 fm Target initStep - 1 625 mum -119 mum -2.42 m 305 keV 0 eV 819 mum 819 mum Target compt - 2 1.32 mm 992 mum -2.42 m 0 eV 88 keV 1.68 mm 2.5 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2098, Parent ID = 2089 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.32 mm 992 mum -2.42 m 217 keV 0 eV 0 fm 0 fm Target initStep - 1 1.32 mm 992 mum -2.42 m 0 eV 217 keV 92.8 mum 92.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2097, Parent ID = 2089 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 625 mum -119 mum -2.42 m 116 keV 0 eV 0 fm 0 fm Target initStep - 1 626 mum -122 mum -2.42 m 0 eV 116 keV 35.1 mum 35.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1752, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 98.5 mum -18.8 mum -2.43 m 1.45 MeV 0 eV 0 fm 0 fm Target initStep - 1 277 mum -84.6 mum -2.43 m 646 keV 0 eV 5.1 mm 5.1 mm Target compt - 2 6.08 mm -5.74 mm -2.42 m 241 keV 0 eV 9.58 mm 1.47 cm Target compt - 3 6.25 mm -5.59 mm -2.42 m 236 keV 0 eV 321 mum 1.5 cm Target compt - 4 7.86 mm -4.45 mm -2.43 m 0 eV 88 keV 2.26 mm 1.73 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2102, Parent ID = 1752 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.86 mm -4.45 mm -2.43 m 148 keV 0 eV 0 fm 0 fm Target initStep - 1 7.86 mm -4.45 mm -2.43 m 0 eV 148 keV 51.7 mum 51.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2101, Parent ID = 1752 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.25 mm -5.59 mm -2.42 m 4.64 keV 0 eV 0 fm 0 fm Target initStep - 1 6.25 mm -5.59 mm -2.42 m 0 eV 4.64 keV 230 nm 230 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2100, Parent ID = 1752 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.08 mm -5.74 mm -2.42 m 405 keV 0 eV 0 fm 0 fm Target initStep - 1 6.09 mm -5.75 mm -2.42 m 0 eV 405 keV 227 mum 227 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2099, Parent ID = 1752 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 277 mum -84.6 mum -2.43 m 804 keV 0 eV 0 fm 0 fm Target initStep - 1 265 mum -72.2 mum -2.43 m 0 eV 804 keV 554 mum 554 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1751, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 93.8 mum -18.4 mum -2.43 m 1.53 MeV 0 eV 0 fm 0 fm Target initStep - 1 241 mum -51.9 mum -2.43 m 0 eV 88 keV 3.98 mm 3.98 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2103, Parent ID = 1751 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 241 mum -51.9 mum -2.43 m 1.44 MeV 0 eV 0 fm 0 fm Target initStep - 1 45.5 mum -165 mum -2.43 m 515 keV 532 keV 361 mum 361 mum Target eBrem - 2 49.1 mum -154 mum -2.43 m 0 eV 515 keV 314 mum 675 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2104, Parent ID = 2103 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 45.5 mum -165 mum -2.43 m 393 keV 0 eV 0 fm 0 fm Target initStep - 1 -160 mum 137 mum -2.43 m 0 eV 88 keV 1.16 mm 1.16 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2105, Parent ID = 2104 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -160 mum 137 mum -2.43 m 305 keV 0 eV 0 fm 0 fm Target initStep - 1 -165 mum 142 mum -2.43 m 0 eV 305 keV 152 mum 152 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1750, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 85.8 mum -15 mum -2.43 m 99.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 573 mum -154 mum -2.42 m 0 eV 0 eV 1.48 cm 1.48 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2107, Parent ID = 1750 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 573 mum -154 mum -2.42 m 80.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 565 mum -180 mum -2.42 m 55.7 MeV 3.22 MeV 805 mum 805 mum Target eBrem - 2 605 mum -189 mum -2.42 m 52.8 MeV 1.09 MeV 956 mum 1.76 mm Target eBrem - 3 719 mum -192 mum -2.42 m 34.2 MeV 925 keV 862 mum 2.62 mm Target eBrem - 4 779 mum -57.4 mum -2.42 m 32 MeV 951 keV 769 mum 3.39 mm Target eBrem - 5 969 mum 113 mum -2.42 m 28.2 MeV 1.26 MeV 1 mm 4.39 mm Target eBrem - 6 972 mum 105 mum -2.42 m 27.4 MeV 52.5 keV 50.9 mum 4.45 mm Target eBrem - 7 976 mum 85.9 mum -2.42 m 25.9 MeV 127 keV 113 mum 4.56 mm Target eBrem - 8 978 mum 82.2 mum -2.42 m 22.1 MeV 65 keV 43.9 mum 4.6 mm Target eBrem - 9 2.58 mm 244 mum -2.41 m 17.8 MeV 3.65 MeV 2.99 mm 7.6 mm Target eBrem - 10 2.58 mm 234 mum -2.41 m 17.4 MeV 5.69 keV 10.9 mum 7.61 mm Target eBrem - 11 2.6 mm -399 mum -2.41 m 14.5 MeV 886 keV 721 mum 8.33 mm Target eBrem - 12 3.55 mm -2.02 mm -2.41 m 8.2 MeV 5.45 MeV 3.56 mm 1.19 cm Target eBrem - 13 2.72 mm -3.63 mm -2.41 m 0 eV 8.2 MeV 6.27 mm 1.82 cm Target eIoni - 14 2.72 mm -3.63 mm -2.41 m 0 eV 0 eV 0 fm 1.82 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2121, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.72 mm -3.63 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 4.45 mm -6.89 mm -2.41 m 175 keV 0 eV 3.72 mm 3.72 mm Target compt - 2 3.89 mm -6.16 mm -2.41 m 0 eV 88 keV 1.04 mm 4.76 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2123, Parent ID = 2121 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.89 mm -6.16 mm -2.41 m 86.8 keV 0 eV 0 fm 0 fm Target initStep - 1 3.89 mm -6.16 mm -2.41 m 0 eV 86.8 keV 22 mum 22 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2122, Parent ID = 2121 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.45 mm -6.89 mm -2.41 m 336 keV 0 eV 0 fm 0 fm Target initStep - 1 4.46 mm -6.9 mm -2.41 m 0 eV 336 keV 175 mum 175 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2120, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.72 mm -3.63 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -867 mum 3.13 mm -2.41 m 332 keV 0 eV 7.71 mm 7.71 mm Target compt - 2 1.6 mm 6.7 mm -2.4 m 0 eV 88 keV 4.92 mm 1.26 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2125, Parent ID = 2120 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.6 mm 6.7 mm -2.4 m 244 keV 0 eV 0 fm 0 fm Target initStep - 1 1.6 mm 6.7 mm -2.4 m 0 eV 244 keV 110 mum 110 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2124, Parent ID = 2120 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -867 mum 3.13 mm -2.41 m 179 keV 0 eV 0 fm 0 fm Target initStep - 1 -871 mum 3.13 mm -2.41 m 0 eV 179 keV 69.3 mum 69.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2119, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.55 mm -2.02 mm -2.41 m 803 keV 0 eV 0 fm 0 fm Target initStep - 1 -819 mum -1.32 cm -2.4 m 803 keV 0 eV 1.48 cm 1.48 cm Target Transportation - 2 -93.6 cm -2.4 m -52 cm 803 keV 0 eV 3.18 m 3.19 m Tracker Transportation - 3 -1.14 m -2.91 m -11.9 cm 803 keV 0 eV 67.9 cm 3.87 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2118, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.6 mm -399 mum -2.41 m 2.03 MeV 0 eV 0 fm 0 fm Target initStep - 1 9.77 mm -2.5 cm -2.4 m 2.03 MeV 0 eV 2.79 cm 2.79 cm Target Transportation - 2 1.04 cm -2.71 cm -2.4 m 2.03 MeV 0 eV 2.43 mm 3.03 cm World Transportation - 3 70.2 cm -2.4 m -1.33 m 2.03 MeV 0 eV 2.69 m 2.72 m Tracker Transportation - 4 85 cm -2.91 m -1.11 m 2.03 MeV 0 eV 57.8 cm 3.3 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2117, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.58 mm 234 mum -2.41 m 397 keV 0 eV 0 fm 0 fm Target initStep - 1 2.7 mm -242 mum -2.41 m 0 eV 88 keV 532 mum 532 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2126, Parent ID = 2117 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.7 mm -242 mum -2.41 m 309 keV 0 eV 0 fm 0 fm Target initStep - 1 2.7 mm -250 mum -2.41 m 0 eV 309 keV 155 mum 155 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2116, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.58 mm 244 mum -2.41 m 663 keV 0 eV 0 fm 0 fm Target initStep - 1 3.35 mm -3.24 mm -2.41 m 316 keV 0 eV 3.85 mm 3.85 mm Target compt - 2 2.48 mm -4.39 mm -2.41 m 0 eV 88 keV 2.06 mm 5.91 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2128, Parent ID = 2116 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.48 mm -4.39 mm -2.41 m 228 keV 0 eV 0 fm 0 fm Target initStep - 1 2.48 mm -4.4 mm -2.41 m 0 eV 228 keV 99.7 mum 99.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2127, Parent ID = 2116 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.35 mm -3.24 mm -2.41 m 347 keV 0 eV 0 fm 0 fm Target initStep - 1 3.35 mm -3.25 mm -2.41 m 0 eV 347 keV 184 mum 184 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2115, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 978 mum 82.2 mum -2.42 m 3.77 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.46 mm -1.43 mm -2.4 m 3.61 MeV 0 eV 1.3 cm 1.3 cm Target compt - 2 3.74 mm -1.51 mm -2.4 m 3.61 MeV 0 eV 2.34 mm 1.54 cm Target Transportation - 3 10.3 cm -2.64 cm -1.6 m 3.61 MeV 0 eV 80.6 cm 82.2 cm Tracker Transportation - 4 12.7 cm -3.27 cm -1.4 m 3.61 MeV 0 eV 20.2 cm 1.02 m Chamber Transportation - 5 20.2 cm -5.14 cm -80 cm 3.61 MeV 0 eV 60.5 cm 1.63 m Tracker Transportation - 6 22.6 cm -5.76 cm -60 cm 3.61 MeV 0 eV 20.2 cm 1.83 m Chamber Transportation - 7 30 cm -7.63 cm 0 fm 3.61 MeV 0 eV 60.5 cm 2.43 m Tracker Transportation - 8 32.5 cm -8.26 cm 20 cm 3.61 MeV 0 eV 20.2 cm 2.64 m Chamber Transportation - 9 39.9 cm -10.1 cm 80 cm 3.61 MeV 0 eV 60.5 cm 3.24 m Tracker Transportation - 10 42.4 cm -10.8 cm 1 m 3.61 MeV 0 eV 20.2 cm 3.44 m Chamber Transportation - 11 49.8 cm -12.6 cm 1.6 m 3.61 MeV 0 eV 60.5 cm 4.05 m Tracker Transportation - 12 52.3 cm -13.2 cm 1.8 m 3.61 MeV 0 eV 20.2 cm 4.25 m Chamber Transportation - 13 59.7 cm -15.1 cm 2.4 m 3.61 MeV 0 eV 60.5 cm 4.85 m Tracker Transportation - 14 66 cm -16.7 cm 2.91 m 3.61 MeV 0 eV 51.4 cm 5.37 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2129, Parent ID = 2115 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.46 mm -1.43 mm -2.4 m 162 keV 0 eV 0 fm 0 fm Target initStep - 1 3.46 mm -1.44 mm -2.4 m 0 eV 162 keV 59.2 mum 59.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2114, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 976 mum 85.9 mum -2.42 m 1.33 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.9 mm -1.21 mm -2.4 m 1.33 MeV 0 eV 1.51 cm 1.51 cm Target Transportation - 2 5.09 cm -7.03 cm -1.6 m 1.33 MeV 0 eV 80.4 cm 82 cm Tracker Transportation - 3 6.32 cm -8.75 cm -1.4 m 1.33 MeV 0 eV 20.1 cm 1.02 m Chamber Transportation - 4 10 cm -13.9 cm -80 cm 1.33 MeV 0 eV 60.3 cm 1.62 m Tracker Transportation - 5 11.2 cm -15.7 cm -60 cm 1.33 MeV 0 eV 20.1 cm 1.83 m Chamber Transportation - 6 14.9 cm -20.8 cm 0.114 fm 1.33 MeV 0 eV 60.3 cm 2.43 m Tracker Transportation - 7 16.1 cm -22.6 cm 20 cm 1.33 MeV 0 eV 20.1 cm 2.63 m Chamber Transportation - 8 19.8 cm -27.7 cm 80 cm 1.33 MeV 0 eV 60.3 cm 3.23 m Tracker Transportation - 9 21 cm -29.5 cm 1 m 1.33 MeV 0 eV 20.1 cm 3.43 m Chamber Transportation - 10 24.7 cm -34.7 cm 1.6 m 1.33 MeV 0 eV 60.3 cm 4.04 m Tracker Transportation - 11 25.9 cm -36.4 cm 1.8 m 1.33 MeV 0 eV 20.1 cm 4.24 m Chamber Transportation - 12 29.6 cm -41.6 cm 2.4 m 1.33 MeV 0 eV 60.3 cm 4.84 m Tracker Transportation - 13 32.7 cm -46 cm 2.91 m 1.33 MeV 0 eV 51.3 cm 5.35 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2113, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 972 mum 105 mum -2.42 m 802 keV 0 eV 0 fm 0 fm Target initStep - 1 -74.1 mum -2.41 mm -2.4 m 802 keV 0 eV 1.54 cm 1.54 cm Target Transportation - 2 -5.52 cm -13.5 cm -1.6 m 802 keV 0 eV 81.3 cm 82.8 cm Tracker Transportation - 3 -6.9 cm -16.8 cm -1.4 m 802 keV 0 eV 20.3 cm 1.03 m Chamber Transportation - 4 -11 cm -26.8 cm -80 cm 802 keV 0 eV 61 cm 1.64 m Tracker Transportation - 5 -12.4 cm -30.1 cm -60 cm 802 keV 0 eV 20.3 cm 1.84 m Chamber Transportation - 6 -16.6 cm -40.1 cm 0.114 fm 802 keV 0 eV 61 cm 2.45 m Tracker Transportation - 7 -17.9 cm -43.4 cm 20 cm 802 keV 0 eV 20.3 cm 2.66 m Chamber Transportation - 8 -22.1 cm -53.4 cm 80 cm 802 keV 0 eV 61 cm 3.27 m Tracker Transportation - 9 -23.5 cm -56.7 cm 1 m 802 keV 0 eV 20.3 cm 3.47 m Chamber Transportation - 10 -27.6 cm -66.7 cm 1.6 m 802 keV 0 eV 61 cm 4.08 m Tracker Transportation - 11 -29 cm -70 cm 1.8 m 802 keV 0 eV 20.3 cm 4.28 m Chamber Transportation - 12 -33.1 cm -79.9 cm 2.4 m 802 keV 0 eV 61 cm 4.89 m Tracker Transportation - 13 -36.6 cm -88.4 cm 2.91 m 802 keV 0 eV 51.8 cm 5.41 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2112, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 969 mum 113 mum -2.42 m 2.47 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.25 mm -1.97 mm -2.4 m 2.47 MeV 0 eV 1.54 cm 1.54 cm Target Transportation - 2 1.6 cm -11.1 cm -1.6 m 2.47 MeV 0 eV 80.8 cm 82.3 cm Tracker Transportation - 3 1.97 cm -13.9 cm -1.4 m 2.47 MeV 0 eV 20.2 cm 1.02 m Chamber Transportation - 4 3.07 cm -22.1 cm -80 cm 2.47 MeV 0 eV 60.6 cm 1.63 m Tracker Transportation - 5 3.44 cm -24.8 cm -60 cm 2.47 MeV 0 eV 20.2 cm 1.83 m Chamber Transportation - 6 4.55 cm -33 cm 0 fm 2.47 MeV 0 eV 60.6 cm 2.44 m Tracker Transportation - 7 4.91 cm -35.7 cm 20 cm 2.47 MeV 0 eV 20.2 cm 2.64 m Chamber Transportation - 8 6.02 cm -43.9 cm 80 cm 2.47 MeV 0 eV 60.6 cm 3.25 m Tracker Transportation - 9 6.39 cm -46.7 cm 1 m 2.47 MeV 0 eV 20.2 cm 3.45 m Chamber Transportation - 10 7.49 cm -54.9 cm 1.6 m 2.47 MeV 0 eV 60.6 cm 4.05 m Tracker Transportation - 11 7.86 cm -57.6 cm 1.8 m 2.47 MeV 0 eV 20.2 cm 4.26 m Chamber Transportation - 12 8.97 cm -65.8 cm 2.4 m 2.47 MeV 0 eV 60.6 cm 4.86 m Tracker Transportation - 13 9.91 cm -72.8 cm 2.91 m 2.47 MeV 0 eV 51.5 cm 5.38 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2111, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 779 mum -57.4 mum -2.42 m 1.29 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.05 mm 973 mum -2.41 m 518 keV 0 eV 6.46 mm 6.46 mm Target compt - 2 -7.68 mm 3.84 mm -2.41 m 433 keV 0 eV 1.01 cm 1.65 cm Target compt - 3 -1.28 cm 3.62 mm -2.41 m 0 eV 88 keV 5.19 mm 2.17 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2132, Parent ID = 2111 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.28 cm 3.62 mm -2.41 m 345 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.28 cm 3.63 mm -2.41 m 0 eV 345 keV 182 mum 182 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2131, Parent ID = 2111 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.68 mm 3.84 mm -2.41 m 84.8 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.68 mm 3.84 mm -2.41 m 0 eV 84.8 keV 21.2 mum 21.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2130, Parent ID = 2111 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.05 mm 973 mum -2.41 m 769 keV 0 eV 0 fm 0 fm Target initStep - 1 1.07 mm 975 mum -2.41 m 0 eV 769 keV 525 mum 525 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2110, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 719 mum -192 mum -2.42 m 17.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.24 mm 449 mum -2.41 m 0 eV 0 eV 2.29 mm 2.29 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2134, Parent ID = 2110 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.24 mm 449 mum -2.41 m 8.21 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.56 mm 1.35 mm -2.41 m 0 eV 8.21 MeV 6.28 mm 6.28 mm Target eIoni - 2 1.56 mm 1.35 mm -2.41 m 0 eV 0 eV 0 fm 6.28 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2136, Parent ID = 2134 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.56 mm 1.35 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.41 mm 1.8 mm -2.42 m 0 eV 88 keV 1.32 cm 1.32 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2137, Parent ID = 2136 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.41 mm 1.8 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.42 mm 1.79 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2135, Parent ID = 2134 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.56 mm 1.35 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 4.26 mm 1.15 mm -2.41 m 0 eV 88 keV 5.99 mm 5.99 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2138, Parent ID = 2135 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.26 mm 1.15 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 4.27 mm 1.15 mm -2.41 m 102 keV 25.2 keV 23.6 mum 23.6 mum Target eBrem - 2 4.27 mm 1.15 mm -2.41 m 0 eV 102 keV 28.4 mum 52.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2139, Parent ID = 2138 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.27 mm 1.15 mm -2.41 m 296 keV 0 eV 0 fm 0 fm Target initStep - 1 5.66 mm -114 mum -2.41 m 0 eV 88 keV 2.73 mm 2.73 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2140, Parent ID = 2139 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.66 mm -114 mum -2.41 m 208 keV 0 eV 0 fm 0 fm Target initStep - 1 5.66 mm -119 mum -2.41 m 0 eV 208 keV 86.7 mum 86.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2133, Parent ID = 2110 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.24 mm 449 mum -2.41 m 8.47 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.04 mm 207 mum -2.41 m 3.76 MeV 1.44 MeV 1.16 mm 1.16 mm Target eBrem - 2 2.06 mm 232 mum -2.41 m 2.92 MeV 40.1 keV 48 mum 1.21 mm Target eBrem - 3 1.66 mm 599 mum -2.41 m 1.15 MeV 1.06 MeV 1.11 mm 2.32 mm Target eBrem - 4 1.65 mm 531 mum -2.41 m 0 eV 1.15 MeV 845 mum 3.17 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2143, Parent ID = 2133 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.66 mm 599 mum -2.41 m 718 keV 0 eV 0 fm 0 fm Target initStep - 1 2.04 mm -1.71 cm -2.41 m 252 keV 0 eV 1.82 cm 1.82 cm Target compt - 2 2.88 mm -1.69 cm -2.41 m 167 keV 0 eV 997 mum 1.92 cm Target compt - 3 2.92 mm -1.68 cm -2.41 m 0 eV 88 keV 235 mum 1.94 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2146, Parent ID = 2143 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.92 mm -1.68 cm -2.41 m 78.7 keV 0 eV 0 fm 0 fm Target initStep - 1 2.92 mm -1.68 cm -2.41 m 0 eV 78.7 keV 18.7 mum 18.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2145, Parent ID = 2143 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.88 mm -1.69 cm -2.41 m 85.4 keV 0 eV 0 fm 0 fm Target initStep - 1 2.88 mm -1.69 cm -2.41 m 0 eV 85.4 keV 21.5 mum 21.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2144, Parent ID = 2143 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.04 mm -1.71 cm -2.41 m 465 keV 0 eV 0 fm 0 fm Target initStep - 1 2.04 mm -1.72 cm -2.41 m 0 eV 465 keV 274 mum 274 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2142, Parent ID = 2133 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.06 mm 232 mum -2.41 m 802 keV 0 eV 0 fm 0 fm Target initStep - 1 1.95 mm 6.78 mm -2.41 m 0 eV 88 keV 6.59 mm 6.59 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2147, Parent ID = 2142 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.95 mm 6.78 mm -2.41 m 714 keV 0 eV 0 fm 0 fm Target initStep - 1 1.93 mm 6.81 mm -2.41 m 0 eV 714 keV 478 mum 478 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2141, Parent ID = 2133 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.04 mm 207 mum -2.41 m 3.27 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.01 mm 1.86 cm -2.43 m 303 keV 0 eV 2.32 cm 2.32 cm Target compt - 2 6.87 mm 1.51 cm -2.43 m 251 keV 0 eV 3.75 mm 2.7 cm Target compt - 3 7.63 mm 1.32 cm -2.43 m 0 eV 88 keV 2.33 mm 2.93 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2150, Parent ID = 2141 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.63 mm 1.32 cm -2.43 m 163 keV 0 eV 0 fm 0 fm Target initStep - 1 7.63 mm 1.32 cm -2.43 m 0 eV 163 keV 59.5 mum 59.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2149, Parent ID = 2141 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.87 mm 1.51 cm -2.43 m 52.1 keV 0 eV 0 fm 0 fm Target initStep - 1 6.87 mm 1.51 cm -2.43 m 0 eV 52.1 keV 9.59 mum 9.59 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2148, Parent ID = 2141 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.01 mm 1.86 cm -2.43 m 2.96 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.06 mm 1.88 cm -2.43 m 0 eV 2.96 MeV 1.99 mm 1.99 mm Target eBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2109, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 605 mum -189 mum -2.42 m 1.84 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.13 mm -1.45 mm -2.4 m 1.84 MeV 0 eV 1.82 cm 1.82 cm Target Transportation - 2 16.3 cm -5.82 cm -1.6 m 1.84 MeV 0 eV 81.8 cm 83.6 cm Tracker Transportation - 3 20.2 cm -7.24 cm -1.4 m 1.84 MeV 0 eV 20.4 cm 1.04 m Chamber Transportation - 4 32.1 cm -11.5 cm -80 cm 1.84 MeV 0 eV 61.3 cm 1.65 m Tracker Transportation - 5 36.1 cm -12.9 cm -60 cm 1.84 MeV 0 eV 20.4 cm 1.86 m Chamber Transportation - 6 48 cm -17.2 cm 0 fm 1.84 MeV 0 eV 61.3 cm 2.47 m Tracker Transportation - 7 52 cm -18.6 cm 20 cm 1.84 MeV 0 eV 20.4 cm 2.68 m Chamber Transportation - 8 63.8 cm -22.8 cm 80 cm 1.84 MeV 0 eV 61.3 cm 3.29 m Tracker Transportation - 9 67.8 cm -24.3 cm 1 m 1.84 MeV 0 eV 20.4 cm 3.49 m Chamber Transportation - 10 79.7 cm -28.5 cm 1.6 m 1.84 MeV 0 eV 61.3 cm 4.11 m Tracker Transportation - 11 83.7 cm -29.9 cm 1.8 m 1.84 MeV 0 eV 20.4 cm 4.31 m Chamber Transportation - 12 95.6 cm -34.2 cm 2.4 m 1.84 MeV 0 eV 61.3 cm 4.92 m Tracker Transportation - 13 1.06 m -37.8 cm 2.91 m 1.84 MeV 0 eV 52.1 cm 5.44 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2108, Parent ID = 2107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 565 mum -180 mum -2.42 m 21.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 831 mum 184 mum -2.41 m 1.56 MeV 0 eV 4.67 mm 4.67 mm Target compt - 2 -2.46 mm 1.63 cm -2.4 m 1.56 MeV 0 eV 2.17 cm 2.63 cm Target Transportation - 3 -48.9 cm 2.4 m -31.6 cm 1.56 MeV 0 eV 3.2 m 3.23 m Tracker Transportation - 4 -59.3 cm 2.91 m 13 cm 1.56 MeV 0 eV 68.5 cm 3.92 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2151, Parent ID = 2108 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 831 mum 184 mum -2.41 m 19.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 980 mum 248 mum -2.41 m 18.6 MeV 728 keV 624 mum 624 mum Target eBrem - 2 1.44 mm 298 mum -2.41 m 17 MeV 1.05 MeV 928 mum 1.55 mm Target eBrem - 3 769 mum 786 mum -2.41 m 15.4 MeV 1.32 MeV 1.17 mm 2.72 mm Target eBrem - 4 521 mum 1.35 mm -2.41 m 10.9 MeV 866 keV 776 mum 3.5 mm Target eBrem - 5 -1.34 mm 2.07 mm -2.41 m 7.84 MeV 2.62 MeV 2.1 mm 5.59 mm Target eBrem - 6 -674 mum 3.46 mm -2.41 m 6.06 MeV 1.78 MeV 1.53 mm 7.13 mm Target eBrem - 7 -566 mum 3.55 mm -2.41 m 2.44 MeV 186 keV 148 mum 7.28 mm Target eBrem - 8 -465 mum 3.72 mm -2.41 m 0 eV 2.44 MeV 1.92 mm 9.2 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2157, Parent ID = 2151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -566 mum 3.55 mm -2.41 m 3.43 MeV 0 eV 0 fm 0 fm Target initStep - 1 -108 mum 4.41 mm -2.41 m 0 eV 0 eV 1.06 mm 1.06 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2159, Parent ID = 2157 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -108 mum 4.41 mm -2.41 m 810 keV 0 eV 0 fm 0 fm Target initStep - 1 -69.9 mum 4.46 mm -2.41 m 0 eV 810 keV 565 mum 565 mum Target eIoni - 2 -69.9 mum 4.46 mm -2.41 m 0 eV 0 eV 0 fm 565 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2161, Parent ID = 2159 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -69.9 mum 4.46 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -182 mum 3.47 mm -2.41 m 240 keV 0 eV 1.04 mm 1.04 mm Target compt - 2 -268 mum 3.24 mm -2.41 m 0 eV 88 keV 1.75 mm 2.79 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2163, Parent ID = 2161 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -268 mum 3.24 mm -2.41 m 152 keV 0 eV 0 fm 0 fm Target initStep - 1 -268 mum 3.24 mm -2.41 m 0 eV 152 keV 53.8 mum 53.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2162, Parent ID = 2161 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -182 mum 3.47 mm -2.41 m 271 keV 0 eV 0 fm 0 fm Target initStep - 1 -183 mum 3.46 mm -2.41 m 0 eV 271 keV 128 mum 128 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2160, Parent ID = 2159 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -69.9 mum 4.46 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -14.6 mum 4.95 mm -2.41 m 0 eV 88 keV 510 mum 510 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2164, Parent ID = 2160 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -14.6 mum 4.95 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -20.4 mum 4.97 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2158, Parent ID = 2157 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -108 mum 4.41 mm -2.41 m 1.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -74.5 mum 4.5 mm -2.41 m 0 eV 1.6 MeV 1.23 mm 1.23 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2156, Parent ID = 2151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.34 mm 2.07 mm -2.41 m 401 keV 0 eV 0 fm 0 fm Target initStep - 1 -690 mum 4.59 mm -2.41 m 0 eV 88 keV 3.27 mm 3.27 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2165, Parent ID = 2156 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -690 mum 4.59 mm -2.41 m 313 keV 0 eV 0 fm 0 fm Target initStep - 1 -697 mum 4.59 mm -2.41 m 0 eV 313 keV 158 mum 158 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2155, Parent ID = 2151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 521 mum 1.35 mm -2.41 m 3.69 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.47 mm 5.29 mm -2.41 m 0 eV 0 eV 4.56 mm 4.56 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2167, Parent ID = 2155 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.47 mm 5.29 mm -2.41 m 1.02 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.47 mm 5.21 mm -2.41 m 0 eV 1.02 MeV 744 mum 744 mum Target eIoni - 2 -1.47 mm 5.21 mm -2.41 m 0 eV 0 eV 0 fm 744 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2169, Parent ID = 2167 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.47 mm 5.21 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.06 mm -2.9 mm -2.41 m 258 keV 0 eV 1.08 cm 1.08 cm Target compt - 2 -7.3 mm -1.98 mm -2.4 m 200 keV 0 eV 1.73 mm 1.25 cm Target compt - 3 -7.43 mm -2 mm -2.4 m 0 eV 88 keV 150 mum 1.27 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2172, Parent ID = 2169 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.43 mm -2 mm -2.4 m 112 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.44 mm -2 mm -2.4 m 0 eV 112 keV 33.2 mum 33.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2171, Parent ID = 2169 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.3 mm -1.98 mm -2.4 m 57.6 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.3 mm -1.98 mm -2.4 m 0 eV 57.6 keV 11.3 mum 11.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2170, Parent ID = 2169 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.06 mm -2.9 mm -2.41 m 253 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.06 mm -2.9 mm -2.41 m 0 eV 253 keV 116 mum 116 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2168, Parent ID = 2167 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.47 mm 5.21 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.24 mm 1.2 cm -2.41 m 0 eV 88 keV 9.1 mm 9.1 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2173, Parent ID = 2168 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.24 mm 1.2 cm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 3.25 mm 1.2 cm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2166, Parent ID = 2155 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.47 mm 5.29 mm -2.41 m 1.66 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.41 mm 5.33 mm -2.41 m 0 eV 1.66 MeV 1.27 mm 1.27 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2154, Parent ID = 2151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 769 mum 786 mum -2.41 m 292 keV 0 eV 0 fm 0 fm Target initStep - 1 591 mum 1.2 mm -2.41 m 0 eV 88 keV 473 mum 473 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2174, Parent ID = 2154 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 591 mum 1.2 mm -2.41 m 204 keV 0 eV 0 fm 0 fm Target initStep - 1 590 mum 1.2 mm -2.41 m 0 eV 204 keV 84.2 mum 84.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2153, Parent ID = 2151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.44 mm 298 mum -2.41 m 514 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.38 mm 8.35 mm -2.4 m 0 eV 88 keV 1.34 cm 1.34 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2175, Parent ID = 2153 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.38 mm 8.35 mm -2.4 m 426 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.39 mm 8.36 mm -2.4 m 0 eV 426 keV 243 mum 243 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2152, Parent ID = 2151 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 980 mum 248 mum -2.41 m 569 keV 0 eV 0 fm 0 fm Target initStep - 1 1.75 mm 138 mum -2.41 m 233 keV 0 eV 2.65 mm 2.65 mm Target compt - 2 1.62 mm -140 mum -2.41 m 0 eV 88 keV 315 mum 2.96 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2177, Parent ID = 2152 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.62 mm -140 mum -2.41 m 145 keV 0 eV 0 fm 0 fm Target initStep - 1 1.62 mm -142 mum -2.41 m 0 eV 145 keV 50.2 mum 50.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2176, Parent ID = 2152 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.75 mm 138 mum -2.41 m 335 keV 0 eV 0 fm 0 fm Target initStep - 1 1.76 mm 141 mum -2.41 m 0 eV 335 keV 175 mum 175 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2106, Parent ID = 1750 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 573 mum -154 mum -2.42 m 17.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 596 mum -167 mum -2.42 m 17.3 MeV 218 keV 189 mum 189 mum Target eBrem - 2 457 mum -417 mum -2.42 m 9.13 MeV 2.51 MeV 962 mum 1.15 mm Target eBrem - 3 551 mum -301 mum -2.42 m 5.51 MeV 602 keV 544 mum 1.69 mm Target eBrem - 4 -112 mum 1.04 mm -2.42 m 2.15 MeV 2.97 MeV 2.63 mm 4.33 mm Target eBrem - 5 181 mum 1.33 mm -2.42 m 924 keV 657 keV 605 mum 4.93 mm Target eBrem - 6 155 mum 1.29 mm -2.42 m 0 eV 924 keV 656 mum 5.59 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2182, Parent ID = 2106 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 181 mum 1.33 mm -2.42 m 569 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.27 mm -6.77 mm -2.42 m 0 eV 88 keV 8.91 mm 8.91 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2183, Parent ID = 2182 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.27 mm -6.77 mm -2.42 m 481 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.28 mm -6.79 mm -2.42 m 0 eV 481 keV 287 mum 287 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2181, Parent ID = 2106 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -112 mum 1.04 mm -2.42 m 396 keV 0 eV 0 fm 0 fm Target initStep - 1 1.11 mm 3.88 mm -2.41 m 0 eV 88 keV 3.76 mm 3.76 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2184, Parent ID = 2181 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.11 mm 3.88 mm -2.41 m 308 keV 0 eV 0 fm 0 fm Target initStep - 1 1.12 mm 3.88 mm -2.41 m 0 eV 308 keV 155 mum 155 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2180, Parent ID = 2106 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 551 mum -301 mum -2.42 m 3.02 MeV 0 eV 0 fm 0 fm Target initStep - 1 -63.3 mum -2.37 mm -2.41 m 426 keV 0 eV 4.45 mm 4.45 mm Target compt - 2 4.61 mm 7.2 mm -2.41 m 198 keV 0 eV 1.2 cm 1.64 cm Target compt - 3 4.55 mm 7.21 mm -2.41 m 0 eV 88 keV 73.7 mum 1.65 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2187, Parent ID = 2180 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.55 mm 7.21 mm -2.41 m 110 keV 0 eV 0 fm 0 fm Target initStep - 1 4.55 mm 7.22 mm -2.41 m 0 eV 110 keV 32.3 mum 32.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2186, Parent ID = 2180 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.61 mm 7.2 mm -2.41 m 228 keV 0 eV 0 fm 0 fm Target initStep - 1 4.61 mm 7.2 mm -2.41 m 0 eV 228 keV 99.9 mum 99.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2185, Parent ID = 2180 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -63.3 mum -2.37 mm -2.41 m 2.59 MeV 0 eV 0 fm 0 fm Target initStep - 1 274 mum -2.1 mm -2.41 m 1.02 MeV 1.19 MeV 1.08 mm 1.08 mm Target eBrem - 2 278 mum -2.13 mm -2.41 m 0 eV 1.02 MeV 735 mum 1.81 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2188, Parent ID = 2185 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 274 mum -2.1 mm -2.41 m 387 keV 0 eV 0 fm 0 fm Target initStep - 1 204 mum -2.04 mm -2.41 m 322 keV 0 eV 373 mum 373 mum Target compt - 2 -1.76 mm -1.33 mm -2.42 m 0 eV 88 keV 2.51 mm 2.89 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2190, Parent ID = 2188 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.76 mm -1.33 mm -2.42 m 234 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.76 mm -1.33 mm -2.42 m 0 eV 234 keV 104 mum 104 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2189, Parent ID = 2188 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 204 mum -2.04 mm -2.41 m 65.6 keV 0 eV 0 fm 0 fm Target initStep - 1 204 mum -2.04 mm -2.41 m 0 eV 65.6 keV 14 mum 14 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2179, Parent ID = 2106 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 457 mum -417 mum -2.42 m 5.63 MeV 0 eV 0 fm 0 fm Target initStep - 1 -354 mum -397 mum -2.41 m 0 eV 0 eV 9.61 mm 9.61 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2192, Parent ID = 2179 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -354 mum -397 mum -2.41 m 1.71 MeV 0 eV 0 fm 0 fm Target initStep - 1 -352 mum -356 mum -2.41 m 0 eV 1.71 MeV 1.34 mm 1.34 mm Target eIoni - 2 -352 mum -356 mum -2.41 m 0 eV 0 eV 0 fm 1.34 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2194, Parent ID = 2192 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -352 mum -356 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.1 mm -393 mum -2.42 m 232 keV 0 eV 1.18 cm 1.18 cm Target compt - 2 -2.56 mm -883 mum -2.42 m 134 keV 0 eV 706 mum 1.25 cm Target compt - 3 -2.46 mm -783 mum -2.42 m 0 eV 88 keV 421 mum 1.29 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2197, Parent ID = 2194 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.46 mm -783 mum -2.42 m 46.5 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.46 mm -783 mum -2.42 m 0 eV 46.5 keV 7.97 mum 7.97 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2196, Parent ID = 2194 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.56 mm -883 mum -2.42 m 97.7 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.56 mm -885 mum -2.42 m 0 eV 97.7 keV 26.6 mum 26.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2195, Parent ID = 2194 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.1 mm -393 mum -2.42 m 279 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.1 mm -391 mum -2.42 m 0 eV 279 keV 134 mum 134 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2193, Parent ID = 2192 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -352 mum -356 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -51.6 mum -350 mum -2.41 m 0 eV 88 keV 2.03 mm 2.03 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2198, Parent ID = 2193 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -51.6 mum -350 mum -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -56.7 mum -351 mum -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2191, Parent ID = 2179 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -354 mum -397 mum -2.41 m 2.89 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.2 mm 510 mum -2.41 m 350 keV 2.54 MeV 2.04 mm 2.04 mm Target eBrem - 2 -1.2 mm 498 mum -2.41 m 0 eV 350 keV 185 mum 2.23 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2178, Parent ID = 2106 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 596 mum -167 mum -2.42 m 424 keV 0 eV 0 fm 0 fm Target initStep - 1 1.55 mm -2.6 mm -2.4 m 213 keV 0 eV 1.74 cm 1.74 cm Target compt - 2 783 mum 603 mum -2.4 m 0 eV 88 keV 3.3 mm 2.07 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2200, Parent ID = 2178 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 783 mum 603 mum -2.4 m 125 keV 0 eV 0 fm 0 fm Target initStep - 1 784 mum 605 mum -2.4 m 0 eV 125 keV 39.2 mum 39.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2199, Parent ID = 2178 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.55 mm -2.6 mm -2.4 m 211 keV 0 eV 0 fm 0 fm Target initStep - 1 1.55 mm -2.6 mm -2.4 m 0 eV 211 keV 88.8 mum 88.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1749, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 66.2 mum -18.8 mum -2.44 m 1.15 MeV 0 eV 0 fm 0 fm Target initStep - 1 132 mum -30.2 mum -2.43 m 550 keV 0 eV 2.66 mm 2.66 mm Target compt - 2 105 mum -179 mum -2.43 m 400 keV 0 eV 177 mum 2.84 mm Target compt - 3 -5.32 mm -2.22 mm -2.43 m 244 keV 0 eV 6.88 mm 9.72 mm Target compt - 4 -5.88 mm -2.29 mm -2.43 m 0 eV 88 keV 810 mum 1.05 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2204, Parent ID = 1749 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.88 mm -2.29 mm -2.43 m 156 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.88 mm -2.29 mm -2.43 m 0 eV 156 keV 55.7 mum 55.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2203, Parent ID = 1749 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.32 mm -2.22 mm -2.43 m 156 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.32 mm -2.22 mm -2.43 m 0 eV 156 keV 55.8 mum 55.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2202, Parent ID = 1749 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 105 mum -179 mum -2.43 m 150 keV 0 eV 0 fm 0 fm Target initStep - 1 107 mum -182 mum -2.43 m 0 eV 150 keV 52.8 mum 52.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2201, Parent ID = 1749 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 132 mum -30.2 mum -2.43 m 600 keV 0 eV 0 fm 0 fm Target initStep - 1 135 mum -17.5 mum -2.43 m 0 eV 600 keV 384 mum 384 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1748, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 53.6 mum -14.3 mum -2.44 m 413 keV 0 eV 0 fm 0 fm Target initStep - 1 180 mum -19.9 mum -2.43 m 0 eV 88 keV 5.03 mm 5.03 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2205, Parent ID = 1748 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 180 mum -19.9 mum -2.43 m 325 keV 0 eV 0 fm 0 fm Target initStep - 1 185 mum -21.5 mum -2.43 m 0 eV 325 keV 167 mum 167 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1747, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 48.8 mum -12.6 mum -2.44 m 892 keV 0 eV 0 fm 0 fm Target initStep - 1 51.8 mum -13 mum -2.44 m 870 keV 0 eV 134 mum 134 mum Target compt - 2 5.23 mm -4.44 mm -2.4 m 543 keV 0 eV 3.62 cm 3.63 cm Target compt - 3 5.28 mm -4.72 mm -2.4 m 543 keV 0 eV 338 mum 3.67 cm Target Transportation - 4 40.4 cm -2.4 m -86.7 cm 543 keV 0 eV 2.87 m 2.91 m Tracker Transportation - 5 48.9 cm -2.91 m -54 cm 543 keV 0 eV 61.1 cm 3.52 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2207, Parent ID = 1747 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.23 mm -4.44 mm -2.4 m 327 keV 0 eV 0 fm 0 fm Target initStep - 1 5.23 mm -4.43 mm -2.4 m 0 eV 327 keV 168 mum 168 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2206, Parent ID = 1747 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 51.8 mum -13 mum -2.44 m 22.2 keV 0 eV 0 fm 0 fm Target initStep - 1 51.6 mum -12.9 mum -2.44 m 0 eV 22.2 keV 2.41 mum 2.41 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1746, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 26.6 mum -24.1 mum -2.44 m 7.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 49.3 mum -40.2 mum -2.44 m 491 keV 0 eV 1.84 mm 1.84 mm Target compt - 2 1.6 mm 232 mum -2.44 m 476 keV 0 eV 1.58 mm 3.42 mm Target compt - 3 2.18 mm 363 mum -2.44 m 0 eV 88 keV 607 mum 4.02 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2210, Parent ID = 1746 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.18 mm 363 mum -2.44 m 388 keV 0 eV 0 fm 0 fm Target initStep - 1 2.18 mm 373 mum -2.44 m 0 eV 388 keV 214 mum 214 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2209, Parent ID = 1746 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.6 mm 232 mum -2.44 m 15.3 keV 0 eV 0 fm 0 fm Target initStep - 1 1.6 mm 232 mum -2.44 m 0 eV 15.3 keV 1.34 mum 1.34 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2208, Parent ID = 1746 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 49.3 mum -40.2 mum -2.44 m 6.63 MeV 0 eV 0 fm 0 fm Target initStep - 1 38 mum -107 mum -2.44 m 6.05 MeV 260 keV 221 mum 221 mum Target eBrem - 2 -310 mum -328 mum -2.44 m 3.93 MeV 736 keV 578 mum 799 mum Target eBrem - 3 -186 mum -164 mum -2.44 m 3.25 MeV 343 keV 317 mum 1.12 mm Target eBrem - 4 -1.14 mm 127 mum -2.44 m 1.24 MeV 2.01 MeV 1.55 mm 2.66 mm Target eBrem - 5 -1.1 mm 135 mum -2.44 m 0 eV 1.24 MeV 921 mum 3.58 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2213, Parent ID = 2208 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -186 mum -164 mum -2.44 m 339 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.01 mm 5.33 mm -2.44 m 0 eV 88 keV 6.05 mm 6.05 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2214, Parent ID = 2213 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.01 mm 5.33 mm -2.44 m 251 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.01 mm 5.34 mm -2.44 m 0 eV 251 keV 114 mum 114 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2212, Parent ID = 2208 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -310 mum -328 mum -2.44 m 1.38 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.5 cm 1.44 cm -2.45 m 1.38 MeV 0 eV 3.18 cm 3.18 cm Target Transportation - 2 96.7 cm 56.3 cm -2.91 m 1.38 MeV 0 eV 1.18 m 1.22 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2211, Parent ID = 2208 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 38 mum -107 mum -2.44 m 326 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.62 mm -18.9 mum -2.43 m 191 keV 0 eV 3.32 mm 3.32 mm Target compt - 2 -1.76 mm 83.5 mum -2.43 m 0 eV 88 keV 199 mum 3.52 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2216, Parent ID = 2211 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.76 mm 83.5 mum -2.43 m 103 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.76 mm 83.4 mum -2.43 m 0 eV 103 keV 29.1 mum 29.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2215, Parent ID = 2211 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.62 mm -18.9 mum -2.43 m 135 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.62 mm -19.6 mum -2.43 m 0 eV 135 keV 44.5 mum 44.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1745, Parent ID = 1744 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 25.3 mum -22.5 mum -2.44 m 98.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 105 mum -62.1 mum -2.43 m 0 eV 0 eV 8.57 mm 8.57 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2218, Parent ID = 1745 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 105 mum -62.1 mum -2.43 m 26.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 27.1 mum -257 mum -2.43 m 24 MeV 1.77 MeV 1.13 mm 1.13 mm Target eBrem - 2 -415 mum -781 mum -2.43 m 18.7 MeV 2.19 MeV 1.48 mm 2.61 mm Target eBrem - 3 -658 mum -1.25 mm -2.43 m 17.6 MeV 639 keV 535 mum 3.15 mm Target eBrem - 4 -1.03 mm -1.67 mm -2.43 m 12.9 MeV 748 keV 593 mum 3.74 mm Target eBrem - 5 -2.95 mm -2.65 mm -2.43 m 9.87 MeV 3.02 MeV 2.22 mm 5.96 mm Target eBrem - 6 -3.04 mm -2.9 mm -2.43 m 8.87 MeV 308 keV 312 mum 6.27 mm Target eBrem - 7 -3.33 mm -3.68 mm -2.43 m 6.69 MeV 1.73 MeV 1.07 mm 7.34 mm Target eBrem - 8 -2.63 mm -3.96 mm -2.43 m 2.69 MeV 1.2 MeV 806 mum 8.15 mm Target eBrem - 9 -1.95 mm -5.09 mm -2.43 m 611 keV 2.07 MeV 1.91 mm 1.01 cm Target eBrem - 10 -1.94 mm -5.07 mm -2.43 m 0 eV 611 keV 395 mum 1.05 cm Target eIoni - 11 -1.94 mm -5.07 mm -2.43 m 0 eV 0 eV 0 fm 1.05 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2227, Parent ID = 2218 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.94 mm -5.07 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -363 mum -2.84 mm -2.43 m 185 keV 0 eV 3.46 mm 3.46 mm Target compt - 2 -490 mum -3.15 mm -2.43 m 0 eV 88 keV 330 mum 3.79 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2229, Parent ID = 2227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -490 mum -3.15 mm -2.43 m 97.4 keV 0 eV 0 fm 0 fm Target initStep - 1 -489 mum -3.15 mm -2.43 m 0 eV 97.4 keV 26.5 mum 26.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2228, Parent ID = 2227 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -363 mum -2.84 mm -2.43 m 326 keV 0 eV 0 fm 0 fm Target initStep - 1 -358 mum -2.83 mm -2.43 m 0 eV 326 keV 167 mum 167 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2226, Parent ID = 2218 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.94 mm -5.07 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.21 mm -9.68 mm -2.42 m 311 keV 0 eV 7.18 mm 7.18 mm Target compt - 2 -2.99 mm -9.84 mm -2.42 m 0 eV 88 keV 4.78 mm 1.2 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2231, Parent ID = 2226 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.99 mm -9.84 mm -2.42 m 223 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.99 mm -9.84 mm -2.42 m 0 eV 223 keV 96.5 mum 96.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2230, Parent ID = 2226 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.21 mm -9.68 mm -2.42 m 200 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.21 mm -9.68 mm -2.42 m 0 eV 200 keV 81.5 mum 81.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2225, Parent ID = 2218 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.63 mm -3.96 mm -2.43 m 2.81 MeV 0 eV 0 fm 0 fm Target initStep - 1 767 mum -2.12 mm -2.45 m 2.81 MeV 0 eV 2.14 cm 2.14 cm Target Transportation - 2 7.49 cm 3.8 cm -2.91 m 2.81 MeV 0 eV 46.8 cm 48.9 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2224, Parent ID = 2218 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.33 mm -3.68 mm -2.43 m 448 keV 0 eV 0 fm 0 fm Target initStep - 1 -105 mum -8.9 mm -2.44 m 385 keV 0 eV 9.07 mm 9.07 mm Target compt - 2 400 mum -9.06 mm -2.44 m 360 keV 0 eV 613 mum 9.68 mm Target compt - 3 1 mm -9.02 mm -2.44 m 0 eV 88 keV 929 mum 1.06 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2234, Parent ID = 2224 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1 mm -9.02 mm -2.44 m 272 keV 0 eV 0 fm 0 fm Target initStep - 1 996 mum -9.02 mm -2.44 m 0 eV 272 keV 129 mum 129 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2233, Parent ID = 2224 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 400 mum -9.06 mm -2.44 m 24.9 keV 0 eV 0 fm 0 fm Target initStep - 1 400 mum -9.06 mm -2.44 m 0 eV 24.9 keV 2.88 mum 2.88 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2232, Parent ID = 2224 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -105 mum -8.9 mm -2.44 m 63.2 keV 0 eV 0 fm 0 fm Target initStep - 1 -106 mum -8.9 mm -2.44 m 0 eV 63.2 keV 13.1 mum 13.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2223, Parent ID = 2218 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.04 mm -2.9 mm -2.43 m 694 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.93 mm -7.48 mm -2.43 m 385 keV 0 eV 6.49 mm 6.49 mm Target compt - 2 -2.96 mm -7.55 mm -2.43 m 0 eV 88 keV 87.8 mum 6.57 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2236, Parent ID = 2223 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.96 mm -7.55 mm -2.43 m 297 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.97 mm -7.56 mm -2.43 m 0 eV 297 keV 146 mum 146 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2235, Parent ID = 2223 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.93 mm -7.48 mm -2.43 m 309 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.92 mm -7.48 mm -2.43 m 0 eV 309 keV 155 mum 155 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2222, Parent ID = 2218 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.03 mm -1.67 mm -2.43 m 3.95 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.18 mm -6.38 mm -2.43 m 761 keV 0 eV 5.85 mm 5.85 mm Target compt - 2 -1.01 cm -5.86 mm -2.43 m 0 eV 88 keV 5.99 mm 1.18 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2238, Parent ID = 2222 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.01 cm -5.86 mm -2.43 m 673 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.02 cm -5.85 mm -2.43 m 0 eV 673 keV 445 mum 445 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2237, Parent ID = 2222 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.18 mm -6.38 mm -2.43 m 3.19 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.96 mm -7.32 mm -2.43 m 429 keV 2.44 MeV 2.45 mm 2.45 mm Target eBrem - 2 -2.96 mm -7.31 mm -2.43 m 0 eV 429 keV 245 mum 2.7 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2239, Parent ID = 2237 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.96 mm -7.32 mm -2.43 m 321 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.52 mm -6.78 mm -2.43 m 213 keV 0 eV 1.68 mm 1.68 mm Target compt - 2 -3.5 mm -6.48 mm -2.43 m 0 eV 88 keV 303 mum 1.98 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2241, Parent ID = 2239 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.5 mm -6.48 mm -2.43 m 125 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.5 mm -6.47 mm -2.43 m 0 eV 125 keV 39.6 mum 39.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2240, Parent ID = 2239 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.52 mm -6.78 mm -2.43 m 107 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.52 mm -6.78 mm -2.43 m 0 eV 107 keV 31 mum 31 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2221, Parent ID = 2218 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -658 mum -1.25 mm -2.43 m 473 keV 0 eV 0 fm 0 fm Target initStep - 1 -919 mum -1.59 mm -2.43 m 0 eV 88 keV 425 mum 425 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2242, Parent ID = 2221 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -919 mum -1.59 mm -2.43 m 385 keV 0 eV 0 fm 0 fm Target initStep - 1 -931 mum -1.59 mm -2.43 m 0 eV 385 keV 212 mum 212 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2220, Parent ID = 2218 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -415 mum -781 mum -2.43 m 3.07 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.23 mm -1.88 mm -2.43 m 2.15 MeV 0 eV 1.41 mm 1.41 mm Target compt - 2 -1.62 mm -3.1 mm -2.43 m 1.28 MeV 0 eV 1.28 mm 2.69 mm Target compt - 3 -6.28 mm -7.41 mm -2.43 m 0 eV 88 keV 6.49 mm 9.19 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2245, Parent ID = 2220 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.28 mm -7.41 mm -2.43 m 1.19 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.35 mm -7.45 mm -2.43 m 0 eV 1.19 MeV 886 mum 886 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2244, Parent ID = 2220 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.62 mm -3.1 mm -2.43 m 868 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.61 mm -3.14 mm -2.43 m 0 eV 868 keV 608 mum 608 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2243, Parent ID = 2220 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.23 mm -1.88 mm -2.43 m 921 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.27 mm -1.89 mm -2.43 m 0 eV 921 keV 653 mum 653 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2219, Parent ID = 2218 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 27.1 mum -257 mum -2.43 m 460 keV 0 eV 0 fm 0 fm Target initStep - 1 -517 mum -1.11 mm -2.43 m 0 eV 88 keV 3.78 mm 3.78 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2246, Parent ID = 2219 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -517 mum -1.11 mm -2.43 m 372 keV 0 eV 0 fm 0 fm Target initStep - 1 -511 mum -1.11 mm -2.43 m 0 eV 372 keV 202 mum 202 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2217, Parent ID = 1745 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 105 mum -62.1 mum -2.43 m 71.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 116 mum -65.9 mum -2.43 m 70.5 MeV 281 keV 252 mum 252 mum Target eBrem - 2 121 mum -68 mum -2.43 m 23 MeV 70.8 keV 62.8 mum 314 mum Target eBrem - 3 273 mum -326 mum -2.43 m 4.08 MeV 1.36 MeV 1.09 mm 1.4 mm Target eBrem - 4 -529 mum -270 mum -2.43 m 2.12 MeV 1.4 MeV 1.23 mm 2.63 mm Target eBrem - 5 -784 mum -915 mum -2.43 m 408 keV 1.21 MeV 1.21 mm 3.83 mm Target eBrem - 6 -788 mum -915 mum -2.43 m 0 eV 408 keV 229 mum 4.06 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2251, Parent ID = 2217 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -784 mum -915 mum -2.43 m 506 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.28 mm -769 mum -2.43 m 0 eV 88 keV 1.22 mm 1.22 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2252, Parent ID = 2251 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.28 mm -769 mum -2.43 m 418 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.29 mm -763 mum -2.43 m 0 eV 418 keV 237 mum 237 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2250, Parent ID = 2217 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -529 mum -270 mum -2.43 m 557 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.45 mm -1.36 mm -2.43 m 477 keV 0 eV 4.55 mm 4.55 mm Target compt - 2 -1.08 cm 499 mum -2.44 m 0 eV 88 keV 8.67 mm 1.32 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2254, Parent ID = 2250 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.08 cm 499 mum -2.44 m 389 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.08 cm 507 mum -2.44 m 0 eV 389 keV 214 mum 214 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2253, Parent ID = 2250 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.45 mm -1.36 mm -2.43 m 80.6 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.45 mm -1.36 mm -2.43 m 0 eV 80.6 keV 19.5 mum 19.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2249, Parent ID = 2217 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 273 mum -326 mum -2.43 m 17.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.27 mm -3.28 mm -2.4 m 17.6 MeV 0 eV 2.87 cm 2.87 cm Target Transportation - 2 8.77 cm -8.66 cm -1.6 m 17.6 MeV 0 eV 80.9 cm 83.7 cm Tracker Transportation - 3 10.9 cm -10.7 cm -1.4 m 17.6 MeV 0 eV 20.2 cm 1.04 m Chamber Transportation - 4 17.2 cm -17 cm -80 cm 17.6 MeV 0 eV 60.7 cm 1.65 m Tracker Transportation - 5 19.3 cm -19.1 cm -60 cm 17.6 MeV 0 eV 20.2 cm 1.85 m Chamber Transportation - 6 25.7 cm -25.3 cm 0 fm 17.6 MeV 0 eV 60.7 cm 2.45 m Tracker Transportation - 7 27.8 cm -27.4 cm 20 cm 17.6 MeV 0 eV 20.2 cm 2.66 m Chamber Transportation - 8 34.1 cm -33.7 cm 80 cm 17.6 MeV 0 eV 60.7 cm 3.26 m Tracker Transportation - 9 36.2 cm -35.7 cm 1 m 17.6 MeV 0 eV 20.2 cm 3.47 m Chamber Transportation - 10 42.6 cm -42 cm 1.6 m 17.6 MeV 0 eV 60.7 cm 4.07 m Tracker Transportation - 11 44.7 cm -44.1 cm 1.8 m 17.6 MeV 0 eV 20.2 cm 4.27 m Chamber Transportation - 12 51 cm -50.3 cm 2.4 m 17.6 MeV 0 eV 60.7 cm 4.88 m Tracker Transportation - 13 56.4 cm -55.6 cm 2.91 m 17.6 MeV 0 eV 51.6 cm 5.4 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2248, Parent ID = 2217 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 121 mum -68 mum -2.43 m 47.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 716 mum -525 mum -2.42 m 0 eV 0 eV 1.05 cm 1.05 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2256, Parent ID = 2248 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 716 mum -525 mum -2.42 m 29.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 701 mum -475 mum -2.42 m 28.9 MeV 580 keV 511 mum 511 mum Target eBrem - 2 877 mum -456 mum -2.42 m 23.3 MeV 699 keV 638 mum 1.15 mm Target eBrem - 3 1.2 mm 9.95 mum -2.42 m 21.7 MeV 1.15 MeV 1.02 mm 2.17 mm Target eBrem - 4 1.22 mm 21.8 mum -2.42 m 21.2 MeV 51.4 keV 30.9 mum 2.2 mm Target eBrem - 5 1.62 mm 781 mum -2.42 m 18 MeV 1.59 MeV 1.46 mm 3.66 mm Target eBrem - 6 940 mum 673 mum -2.42 m 16.5 MeV 711 keV 706 mum 4.37 mm Target eBrem - 7 403 mum 666 mum -2.42 m 13 MeV 643 keV 546 mum 4.92 mm Target eBrem - 8 -630 mum 497 mum -2.42 m 7.83 MeV 2 MeV 1.25 mm 6.17 mm Target eBrem - 9 -1.04 mm 307 mum -2.42 m 4.76 MeV 725 keV 622 mum 6.79 mm Target eBrem - 10 -1.41 mm 154 mum -2.42 m 252 keV 4.51 MeV 401 mum 7.19 mm Target eBrem - 11 -1.41 mm 147 mum -2.42 m 0 eV 252 keV 112 mum 7.3 mm Target eIoni - 12 -1.41 mm 147 mum -2.42 m 0 eV 0 eV 0 fm 7.3 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2267, Parent ID = 2256 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.41 mm 147 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 6.03 mm -2.51 mm -2.42 m 427 keV 0 eV 8.65 mm 8.65 mm Target compt - 2 8.76 mm -2.87 mm -2.42 m 0 eV 88 keV 5.44 mm 1.41 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2269, Parent ID = 2267 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.76 mm -2.87 mm -2.42 m 339 keV 0 eV 0 fm 0 fm Target initStep - 1 8.77 mm -2.87 mm -2.42 m 0 eV 339 keV 177 mum 177 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2268, Parent ID = 2267 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.03 mm -2.51 mm -2.42 m 83.9 keV 0 eV 0 fm 0 fm Target initStep - 1 6.03 mm -2.51 mm -2.42 m 0 eV 83.9 keV 20.8 mum 20.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2266, Parent ID = 2256 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.41 mm 147 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.48 mm 1.96 mm -2.41 m 478 keV 0 eV 5.9 mm 5.9 mm Target compt - 2 -1.26 cm 6.33 mm -2.41 m 0 eV 88 keV 7.61 mm 1.35 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2271, Parent ID = 2266 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.26 cm 6.33 mm -2.41 m 390 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.26 cm 6.33 mm -2.41 m 0 eV 390 keV 215 mum 215 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2270, Parent ID = 2266 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.48 mm 1.96 mm -2.41 m 33.1 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.48 mm 1.96 mm -2.41 m 0 eV 33.1 keV 4.59 mum 4.59 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2265, Parent ID = 2256 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.04 mm 307 mum -2.42 m 2.34 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.08 cm -1.2 mm -2.42 m 1.21 MeV 0 eV 1.02 cm 1.02 cm Target compt - 2 -1.74 cm -4.83 mm -2.43 m 455 keV 0 eV 1.12 cm 2.14 cm Target compt - 3 -2.44 cm -3.54 mm -2.43 m 210 keV 0 eV 7.41 mm 2.88 cm Target compt - 4 -2.44 cm -3.53 mm -2.43 m 0 eV 88 keV 716 mum 2.95 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2275, Parent ID = 2265 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.44 cm -3.53 mm -2.43 m 122 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.44 cm -3.53 mm -2.43 m 0 eV 122 keV 38.1 mum 38.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2274, Parent ID = 2265 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.44 cm -3.54 mm -2.43 m 245 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.44 cm -3.54 mm -2.43 m 0 eV 245 keV 111 mum 111 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2273, Parent ID = 2265 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.74 cm -4.83 mm -2.43 m 756 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.74 cm -4.84 mm -2.43 m 0 eV 756 keV 514 mum 514 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2272, Parent ID = 2265 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.08 cm -1.2 mm -2.42 m 1.13 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.09 cm -1.02 mm -2.42 m 142 keV 988 keV 671 mum 671 mum Target eBrem - 2 -1.09 cm -1.02 mm -2.42 m 0 eV 142 keV 48.2 mum 719 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2264, Parent ID = 2256 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -630 mum 497 mum -2.42 m 3.16 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.5 cm -6.6 mm -2.43 m 3.16 MeV 0 eV 2.7 cm 2.7 cm Target Transportation - 2 -1.3 m -37.8 cm -2.91 m 3.16 MeV 0 eV 1.41 m 1.44 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2263, Parent ID = 2256 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 403 mum 666 mum -2.42 m 2.86 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.5 cm -3.25 mm -2.42 m 2.86 MeV 0 eV 2.57 cm 2.57 cm Target Transportation - 2 -2.91 m -44.8 cm -2.57 m 2.86 MeV 0 eV 2.92 m 2.95 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2262, Parent ID = 2256 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 940 mum 673 mum -2.42 m 766 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.14 mm 2.07 mm -2.42 m 201 keV 0 eV 5.28 mm 5.28 mm Target compt - 2 -4.1 mm 2.04 mm -2.42 m 0 eV 88 keV 54.5 mum 5.33 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2277, Parent ID = 2262 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.1 mm 2.04 mm -2.42 m 113 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.1 mm 2.04 mm -2.42 m 0 eV 113 keV 33.8 mum 33.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2276, Parent ID = 2262 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.14 mm 2.07 mm -2.42 m 565 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.17 mm 2.08 mm -2.42 m 0 eV 565 keV 355 mum 355 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2261, Parent ID = 2256 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.62 mm 781 mum -2.42 m 1.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.67 cm 1.47 mm -2.42 m 0 eV 0 eV 1.83 cm 1.83 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2279, Parent ID = 2261 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.67 cm 1.47 mm -2.42 m 297 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.67 cm 1.48 mm -2.42 m 0 eV 297 keV 144 mum 144 mum Target eIoni - 2 -1.67 cm 1.48 mm -2.42 m 0 eV 0 eV 0 fm 144 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2281, Parent ID = 2279 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.67 cm 1.48 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.65 cm 5.6 mm -2.4 m 0 eV 88 keV 1.37 cm 1.37 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2282, Parent ID = 2281 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.65 cm 5.6 mm -2.4 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.65 cm 5.6 mm -2.4 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2280, Parent ID = 2279 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.67 cm 1.48 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.68 cm -88.6 mum -2.42 m 493 keV 0 eV 5.22 mm 5.22 mm Target compt - 2 -1.62 cm -2.43 mm -2.42 m 0 eV 88 keV 4.67 mm 9.9 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2284, Parent ID = 2280 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.62 cm -2.43 mm -2.42 m 405 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.62 cm -2.45 mm -2.42 m 0 eV 405 keV 227 mum 227 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2283, Parent ID = 2280 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.68 cm -88.6 mum -2.42 m 17.7 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.68 cm -88.5 mum -2.42 m 0 eV 17.7 keV 1.69 mum 1.69 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2278, Parent ID = 2261 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.67 cm 1.47 mm -2.42 m 377 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.67 cm 1.46 mm -2.42 m 0 eV 377 keV 206 mum 206 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2260, Parent ID = 2256 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.22 mm 21.8 mum -2.42 m 380 keV 0 eV 0 fm 0 fm Target initStep - 1 2.96 mm 1.49 mm -2.41 m 354 keV 0 eV 3.68 mm 3.68 mm Target compt - 2 8.01 mm 7.71 mm -2.41 m 0 eV 88 keV 9.05 mm 1.27 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2286, Parent ID = 2260 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.01 mm 7.71 mm -2.41 m 266 keV 0 eV 0 fm 0 fm Target initStep - 1 8.02 mm 7.71 mm -2.41 m 0 eV 266 keV 125 mum 125 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2285, Parent ID = 2260 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.96 mm 1.49 mm -2.41 m 25.2 keV 0 eV 0 fm 0 fm Target initStep - 1 2.96 mm 1.49 mm -2.41 m 0 eV 25.2 keV 2.93 mum 2.93 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2259, Parent ID = 2256 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.2 mm 9.95 mum -2.42 m 448 keV 0 eV 0 fm 0 fm Target initStep - 1 2.73 mm 1.38 mm -2.41 m 0 eV 88 keV 3.35 mm 3.35 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2287, Parent ID = 2259 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.73 mm 1.38 mm -2.41 m 360 keV 0 eV 0 fm 0 fm Target initStep - 1 2.74 mm 1.38 mm -2.41 m 0 eV 360 keV 193 mum 193 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2258, Parent ID = 2256 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 877 mum -456 mum -2.42 m 4.92 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.09 mm 652 mum -2.41 m 0 eV 0 eV 3.38 mm 3.38 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2289, Parent ID = 2258 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.09 mm 652 mum -2.41 m 705 keV 0 eV 0 fm 0 fm Target initStep - 1 2.08 mm 662 mum -2.41 m 0 eV 705 keV 475 mum 475 mum Target eIoni - 2 2.08 mm 662 mum -2.41 m 0 eV 0 eV 0 fm 475 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2291, Parent ID = 2289 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.08 mm 662 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.69 mm 1.58 mm -2.41 m 502 keV 0 eV 1.89 mm 1.89 mm Target compt - 2 5.44 mm 2.42 mm -2.41 m 227 keV 0 eV 2.11 mm 4 mm Target compt - 3 5.57 mm 1.36 mm -2.41 m 0 eV 88 keV 1.07 mm 5.07 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2294, Parent ID = 2291 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.57 mm 1.36 mm -2.41 m 139 keV 0 eV 0 fm 0 fm Target initStep - 1 5.58 mm 1.36 mm -2.41 m 0 eV 139 keV 46.5 mum 46.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2293, Parent ID = 2291 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.44 mm 2.42 mm -2.41 m 275 keV 0 eV 0 fm 0 fm Target initStep - 1 5.44 mm 2.42 mm -2.41 m 0 eV 275 keV 131 mum 131 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2292, Parent ID = 2291 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.69 mm 1.58 mm -2.41 m 9.43 keV 0 eV 0 fm 0 fm Target initStep - 1 3.69 mm 1.58 mm -2.41 m 0 eV 9.43 keV 640 nm 640 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2290, Parent ID = 2289 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.08 mm 662 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.66 mm 423 mum -2.41 m 380 keV 0 eV 494 mum 494 mum Target compt - 2 1.15 mm -493 mum -2.41 m 286 keV 0 eV 1.17 mm 1.67 mm Target compt - 3 3.03 mm -3.4 mm -2.41 m 0 eV 88 keV 3.76 mm 5.42 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2297, Parent ID = 2290 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.03 mm -3.4 mm -2.41 m 198 keV 0 eV 0 fm 0 fm Target initStep - 1 3.04 mm -3.4 mm -2.41 m 0 eV 198 keV 80.1 mum 80.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2296, Parent ID = 2290 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.15 mm -493 mum -2.41 m 94.5 keV 0 eV 0 fm 0 fm Target initStep - 1 1.14 mm -494 mum -2.41 m 0 eV 94.5 keV 25.2 mum 25.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2295, Parent ID = 2290 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.66 mm 423 mum -2.41 m 131 keV 0 eV 0 fm 0 fm Target initStep - 1 1.66 mm 423 mum -2.41 m 0 eV 131 keV 42.5 mum 42.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2288, Parent ID = 2258 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.09 mm 652 mum -2.41 m 3.19 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.26 mm 771 mum -2.41 m 0 eV 3.19 MeV 2.51 mm 2.51 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2257, Parent ID = 2256 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 701 mum -475 mum -2.42 m 392 keV 0 eV 0 fm 0 fm Target initStep - 1 1.27 mm -326 mum -2.41 m 0 eV 88 keV 4.49 mm 4.49 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2298, Parent ID = 2257 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.27 mm -326 mum -2.41 m 304 keV 0 eV 0 fm 0 fm Target initStep - 1 1.28 mm -324 mum -2.41 m 0 eV 304 keV 152 mum 152 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2255, Parent ID = 2248 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 716 mum -525 mum -2.42 m 16.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.09 mm -531 mum -2.42 m 14.3 MeV 1.46 MeV 1.14 mm 1.14 mm Target eBrem - 2 1.1 mm -543 mum -2.42 m 11 MeV 132 keV 133 mum 1.28 mm Target eBrem - 3 1.33 mm 433 mum -2.42 m 2.63 MeV 2.99 MeV 2.18 mm 3.45 mm Target eBrem - 4 1.23 mm 387 mum -2.42 m 2.08 MeV 139 keV 140 mum 3.6 mm Target eBrem - 5 1.17 mm 547 mum -2.42 m 0 eV 2.08 MeV 1.62 mm 5.21 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2302, Parent ID = 2255 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.23 mm 387 mum -2.42 m 415 keV 0 eV 0 fm 0 fm Target initStep - 1 301 mum 3.38 mm -2.42 m 0 eV 88 keV 3.16 mm 3.16 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2303, Parent ID = 2302 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 301 mum 3.38 mm -2.42 m 327 keV 0 eV 0 fm 0 fm Target initStep - 1 308 mum 3.38 mm -2.42 m 300 keV 26.4 keV 17.2 mum 17.2 mum Target eBrem - 2 308 mum 3.39 mm -2.42 m 0 eV 300 keV 149 mum 166 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2301, Parent ID = 2255 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.33 mm 433 mum -2.42 m 5.39 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.5 cm 3.95 mm -2.43 m 5.39 MeV 0 eV 2.85 cm 2.85 cm Target Transportation - 2 -1.26 m 16.8 cm -2.91 m 5.39 MeV 0 eV 1.33 m 1.36 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2300, Parent ID = 2255 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.1 mm -543 mum -2.42 m 3.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.14 mm -1.24 mm -2.41 m 279 keV 0 eV 7.65 mm 7.65 mm Target compt - 2 4.23 mm 2.22 mm -2.41 m 214 keV 0 eV 4.34 mm 1.2 cm Target compt - 3 4.26 mm 2.4 mm -2.41 m 0 eV 88 keV 201 mum 1.22 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2306, Parent ID = 2300 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.26 mm 2.4 mm -2.41 m 126 keV 0 eV 0 fm 0 fm Target initStep - 1 4.26 mm 2.4 mm -2.41 m 0 eV 126 keV 39.7 mum 39.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2305, Parent ID = 2300 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.23 mm 2.22 mm -2.41 m 65.5 keV 0 eV 0 fm 0 fm Target initStep - 1 4.23 mm 2.22 mm -2.41 m 0 eV 65.5 keV 13.9 mum 13.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2304, Parent ID = 2300 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.14 mm -1.24 mm -2.41 m 2.92 MeV 0 eV 0 fm 0 fm Target initStep - 1 5.9 mm -1.97 mm -2.41 m 1.33 MeV 1.27 MeV 1.31 mm 1.31 mm Target eBrem - 2 5.93 mm -1.9 mm -2.41 m 0 eV 1.33 MeV 1 mm 2.32 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2307, Parent ID = 2304 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.9 mm -1.97 mm -2.41 m 314 keV 0 eV 0 fm 0 fm Target initStep - 1 7.53 mm 438 mum -2.41 m 0 eV 88 keV 2.92 mm 2.92 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2308, Parent ID = 2307 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.53 mm 438 mum -2.41 m 226 keV 0 eV 0 fm 0 fm Target initStep - 1 7.53 mm 444 mum -2.41 m 0 eV 226 keV 98.3 mum 98.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2299, Parent ID = 2255 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.09 mm -531 mum -2.42 m 651 keV 0 eV 0 fm 0 fm Target initStep - 1 2.27 mm -1.41 mm -2.41 m 587 keV 0 eV 5.14 mm 5.14 mm Target compt - 2 2.34 mm -2.09 mm -2.41 m 498 keV 0 eV 1.28 mm 6.42 mm Target compt - 3 2.39 mm -2.12 mm -2.41 m 0 eV 88 keV 84.4 mum 6.51 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2311, Parent ID = 2299 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.39 mm -2.12 mm -2.41 m 410 keV 0 eV 0 fm 0 fm Target initStep - 1 2.39 mm -2.12 mm -2.41 m 0 eV 410 keV 231 mum 231 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2310, Parent ID = 2299 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.34 mm -2.09 mm -2.41 m 88.2 keV 0 eV 0 fm 0 fm Target initStep - 1 2.34 mm -2.09 mm -2.41 m 0 eV 88.2 keV 22.6 mum 22.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2309, Parent ID = 2299 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.27 mm -1.41 mm -2.41 m 63.9 keV 0 eV 0 fm 0 fm Target initStep - 1 2.27 mm -1.41 mm -2.41 m 0 eV 63.9 keV 13.4 mum 13.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2247, Parent ID = 2217 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 116 mum -65.9 mum -2.43 m 361 keV 0 eV 0 fm 0 fm Target initStep - 1 150 mum -88.7 mum -2.43 m 0 eV 88 keV 734 mum 734 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2312, Parent ID = 2247 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 150 mum -88.7 mum -2.43 m 273 keV 0 eV 0 fm 0 fm Target initStep - 1 145 mum -89.9 mum -2.43 m 0 eV 273 keV 130 mum 130 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1743, Parent ID = 108 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.71 mum 256 nm -2.44 m 97.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 10.1 mum 7.84 mum -2.44 m 95.8 MeV 412 keV 314 mum 314 mum Target eBrem - 2 9.68 mum 7.29 mum -2.44 m 95.2 MeV 144 keV 110 mum 424 mum Target eBrem - 3 -17.1 mum 144 nm -2.44 m 89.8 MeV 3.9 MeV 633 mum 1.06 mm Target eBrem - 4 -22.7 mum -35.9 mum -2.44 m 83.8 MeV 1.22 MeV 827 mum 1.88 mm Target eBrem - 5 44.2 mum -30.6 mum -2.44 m 81.3 MeV 1.56 MeV 1.3 mm 3.18 mm Target eBrem - 6 -7.34 mum -34.3 mum -2.44 m 30.3 MeV 1.47 MeV 773 mum 3.95 mm Target eBrem - 7 -23.4 mum -106 mum -2.44 m 11.6 MeV 2.16 MeV 1.07 mm 5.03 mm Target eBrem - 8 -28.1 mum -96.5 mum -2.44 m 10.2 MeV 88.9 keV 68.5 mum 5.09 mm Target eBrem - 9 -22.3 mum -80 mum -2.44 m 4.28 MeV 71.6 keV 72.7 mum 5.17 mm Target eBrem - 10 1.06 mm -34.2 mum -2.43 m 2.22 MeV 1.61 MeV 1.51 mm 6.68 mm Target eBrem - 11 1.73 mm -531 mum -2.44 m 610 keV 1.61 MeV 1.57 mm 8.24 mm Target eBrem - 12 1.72 mm -550 mum -2.44 m 0 eV 610 keV 392 mum 8.64 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2322, Parent ID = 1743 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.06 mm -34.2 mum -2.43 m 454 keV 0 eV 0 fm 0 fm Target initStep - 1 -278 mum -2.4 mm -2.44 m 412 keV 0 eV 2.78 mm 2.78 mm Target compt - 2 -3.53 mm -4.91 mm -2.44 m 0 eV 88 keV 4.12 mm 6.9 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2324, Parent ID = 2322 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.53 mm -4.91 mm -2.44 m 324 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.54 mm -4.92 mm -2.44 m 0 eV 324 keV 166 mum 166 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2323, Parent ID = 2322 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -278 mum -2.4 mm -2.44 m 42.3 keV 0 eV 0 fm 0 fm Target initStep - 1 -278 mum -2.4 mm -2.44 m 0 eV 42.3 keV 6.84 mum 6.84 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2321, Parent ID = 1743 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -22.3 mum -80 mum -2.44 m 5.81 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.14 mm 1.93 cm -2.4 m 5.81 MeV 0 eV 4.05 cm 4.05 cm Target Transportation - 2 51.5 cm 2.4 m 1.94 m 5.81 MeV 0 eV 4.98 m 5.02 m Tracker Transportation - 3 62.5 cm 2.91 m 2.87 m 5.81 MeV 0 eV 1.07 m 6.08 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2320, Parent ID = 1743 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -28.1 mum -96.5 mum -2.44 m 1.31 MeV 0 eV 0 fm 0 fm Target initStep - 1 -558 mum 4.16 mm -2.42 m 284 keV 0 eV 1.43 cm 1.43 cm Target compt - 2 1.94 mm 3.91 mm -2.42 m 0 eV 88 keV 2.69 mm 1.7 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2326, Parent ID = 2320 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.94 mm 3.91 mm -2.42 m 196 keV 0 eV 0 fm 0 fm Target initStep - 1 1.94 mm 3.91 mm -2.42 m 0 eV 196 keV 79.4 mum 79.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2325, Parent ID = 2320 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -558 mum 4.16 mm -2.42 m 1.02 MeV 0 eV 0 fm 0 fm Target initStep - 1 -571 mum 4.18 mm -2.42 m 0 eV 1.02 MeV 740 mum 740 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2319, Parent ID = 1743 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -23.4 mum -106 mum -2.44 m 16.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.26 mm 6.44 mm -2.4 m 16.6 MeV 0 eV 3.61 cm 3.61 cm Target Transportation - 2 3.03 cm 15.4 cm -1.6 m 16.6 MeV 0 eV 81.4 cm 85 cm Tracker Transportation - 3 3.76 cm 19.1 cm -1.4 m 16.6 MeV 0 eV 20.4 cm 1.05 m Chamber Transportation - 4 5.94 cm 30.2 cm -80 cm 16.6 MeV 0 eV 61.1 cm 1.66 m Tracker Transportation - 5 6.67 cm 33.9 cm -60 cm 16.6 MeV 0 eV 20.4 cm 1.87 m Chamber Transportation - 6 8.85 cm 45 cm 0.114 fm 16.6 MeV 0 eV 61.1 cm 2.48 m Tracker Transportation - 7 9.58 cm 48.7 cm 20 cm 16.6 MeV 0 eV 20.4 cm 2.68 m Chamber Transportation - 8 11.8 cm 59.8 cm 80 cm 16.6 MeV 0 eV 61.1 cm 3.29 m Tracker Transportation - 9 12.5 cm 63.4 cm 1 m 16.6 MeV 0 eV 20.4 cm 3.5 m Chamber Transportation - 10 14.7 cm 74.5 cm 1.6 m 16.6 MeV 0 eV 61.1 cm 4.11 m Tracker Transportation - 11 15.4 cm 78.2 cm 1.8 m 16.6 MeV 0 eV 20.4 cm 4.31 m Chamber Transportation - 12 17.6 cm 89.3 cm 2.4 m 16.6 MeV 0 eV 61.1 cm 4.92 m Tracker Transportation - 13 19.4 cm 98.7 cm 2.91 m 16.6 MeV 0 eV 51.9 cm 5.44 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2318, Parent ID = 1743 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.34 mum -34.3 mum -2.44 m 49.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -710 mum 968 mum -2.43 m 0 eV 0 eV 1.15 cm 1.15 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2328, Parent ID = 2318 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -710 mum 968 mum -2.43 m 26.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -544 mum 1.02 mm -2.42 m 19 MeV 1.74 MeV 1.41 mm 1.41 mm Target eBrem - 2 -259 mum 2.42 mm -2.42 m 13.2 MeV 2.62 MeV 2.19 mm 3.6 mm Target eBrem - 3 1.09 mm 1.14 mm -2.42 m 8.24 MeV 4.71 MeV 3.54 mm 7.14 mm Target eBrem - 4 290 mum 1.11 mm -2.42 m 5.07 MeV 1.71 MeV 1.55 mm 8.69 mm Target eBrem - 5 9.25 mum 659 mum -2.42 m 0 eV 5.07 MeV 1.62 mm 1.03 cm Target eBrem - 6 9.25 mum 659 mum -2.42 m 0 eV 0 eV 0 fm 1.03 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2334, Parent ID = 2328 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.25 mum 659 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.68 mm -2.16 mm -2.43 m 0 eV 88 keV 9.24 mm 9.24 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2335, Parent ID = 2334 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.68 mm -2.16 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 3.69 mm -2.16 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2333, Parent ID = 2328 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.25 mum 659 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -683 mum 1.19 mm -2.42 m 303 keV 0 eV 1.74 mm 1.74 mm Target compt - 2 -1.29 mm 1.81 mm -2.42 m 0 eV 88 keV 886 mum 2.63 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2337, Parent ID = 2333 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.29 mm 1.81 mm -2.42 m 215 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.29 mm 1.82 mm -2.42 m 0 eV 215 keV 91.3 mum 91.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2336, Parent ID = 2333 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -683 mum 1.19 mm -2.42 m 208 keV 0 eV 0 fm 0 fm Target initStep - 1 -683 mum 1.19 mm -2.42 m 0 eV 208 keV 86.8 mum 86.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2332, Parent ID = 2328 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 290 mum 1.11 mm -2.42 m 1.46 MeV 0 eV 0 fm 0 fm Target initStep - 1 -250 mum 215 mum -2.42 m 1.13 MeV 0 eV 1.66 mm 1.66 mm Target compt - 2 -2.31 cm -2.14 cm -2.4 m 587 keV 0 eV 3.56 cm 3.72 cm Target compt - 3 -2.34 cm -2.17 cm -2.4 m 375 keV 0 eV 388 mum 3.76 cm Target compt - 4 -2.5 cm -2.17 cm -2.4 m 375 keV 0 eV 1.64 mm 3.92 cm Target Transportation - 5 -2.81 cm -2.16 cm -2.4 m 375 keV 0 eV 3.1 mm 4.23 cm World Transportation - 6 -2.4 m 2.57 cm -2.12 m 375 keV 0 eV 2.39 m 2.43 m Tracker Transportation - 7 -2.91 m 3.59 cm -2.06 m 375 keV 0 eV 51.4 cm 2.94 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2340, Parent ID = 2332 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.34 cm -2.17 cm -2.4 m 212 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.34 cm -2.17 cm -2.4 m 0 eV 212 keV 89.1 mum 89.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2339, Parent ID = 2332 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.31 cm -2.14 cm -2.4 m 541 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.32 cm -2.14 cm -2.4 m 0 eV 541 keV 335 mum 335 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2338, Parent ID = 2332 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -250 mum 215 mum -2.42 m 328 keV 0 eV 0 fm 0 fm Target initStep - 1 -246 mum 214 mum -2.42 m 0 eV 328 keV 169 mum 169 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2331, Parent ID = 2328 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.09 mm 1.14 mm -2.42 m 299 keV 0 eV 0 fm 0 fm Target initStep - 1 2.05 mm 2.68 mm -2.41 m 259 keV 0 eV 9.72 mm 9.72 mm Target compt - 2 1.65 mm 5.94 mm -2.41 m 0 eV 88 keV 4.27 mm 1.4 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2342, Parent ID = 2331 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.65 mm 5.94 mm -2.41 m 171 keV 0 eV 0 fm 0 fm Target initStep - 1 1.65 mm 5.94 mm -2.41 m 0 eV 171 keV 64.6 mum 64.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2341, Parent ID = 2331 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.05 mm 2.68 mm -2.41 m 39.5 keV 0 eV 0 fm 0 fm Target initStep - 1 2.05 mm 2.68 mm -2.41 m 0 eV 39.5 keV 6.1 mum 6.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2330, Parent ID = 2328 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -259 mum 2.42 mm -2.42 m 3.17 MeV 0 eV 0 fm 0 fm Target initStep - 1 435 mum 2.91 mm -2.42 m 0 eV 0 eV 1.31 mm 1.31 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2344, Parent ID = 2330 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 435 mum 2.91 mm -2.42 m 388 keV 0 eV 0 fm 0 fm Target initStep - 1 433 mum 2.9 mm -2.42 m 0 eV 388 keV 212 mum 212 mum Target eIoni - 2 433 mum 2.9 mm -2.42 m 0 eV 0 eV 0 fm 212 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2346, Parent ID = 2344 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 433 mum 2.9 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.16 mm -3.42 mm -2.42 m 414 keV 0 eV 7.9 mm 7.9 mm Target compt - 2 -5.6 mm -5.03 mm -2.43 m 0 eV 88 keV 4.02 mm 1.19 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2348, Parent ID = 2346 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.6 mm -5.03 mm -2.43 m 326 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.61 mm -5.03 mm -2.43 m 0 eV 326 keV 167 mum 167 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2347, Parent ID = 2346 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.16 mm -3.42 mm -2.42 m 97.1 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.15 mm -3.42 mm -2.42 m 0 eV 97.1 keV 26.3 mum 26.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2345, Parent ID = 2344 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 433 mum 2.9 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.1 mm 4.54 mm -2.42 m 256 keV 0 eV 2.04 mm 2.04 mm Target compt - 2 720 mum 5.23 mm -2.42 m 0 eV 88 keV 1.16 mm 3.21 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2350, Parent ID = 2345 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 720 mum 5.23 mm -2.42 m 168 keV 0 eV 0 fm 0 fm Target initStep - 1 720 mum 5.24 mm -2.42 m 0 eV 168 keV 62.6 mum 62.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2349, Parent ID = 2345 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.1 mm 4.54 mm -2.42 m 255 keV 0 eV 0 fm 0 fm Target initStep - 1 1.11 mm 4.54 mm -2.42 m 0 eV 255 keV 117 mum 117 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2343, Parent ID = 2330 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 435 mum 2.91 mm -2.42 m 1.76 MeV 0 eV 0 fm 0 fm Target initStep - 1 452 mum 2.92 mm -2.42 m 793 keV 16.8 keV 24.5 mum 24.5 mum Target eBrem - 2 475 mum 2.94 mm -2.42 m 0 eV 793 keV 545 mum 570 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2351, Parent ID = 2343 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 452 mum 2.92 mm -2.42 m 945 keV 0 eV 0 fm 0 fm Target initStep - 1 998 mum 4.35 mm -2.42 m 0 eV 88 keV 1.7 mm 1.7 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2352, Parent ID = 2351 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 998 mum 4.35 mm -2.42 m 857 keV 0 eV 0 fm 0 fm Target initStep - 1 920 mum 4.5 mm -2.42 m 123 keV 734 keV 537 mum 537 mum Target eBrem - 2 923 mum 4.5 mm -2.42 m 0 eV 123 keV 38.3 mum 576 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2329, Parent ID = 2328 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -544 mum 1.02 mm -2.42 m 6.15 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.7 cm 2.09 cm -2.4 m 6.15 MeV 0 eV 3.56 cm 3.56 cm Target Transportation - 2 2.11 m 2.4 m 42.9 cm 6.15 MeV 0 eV 4.25 m 4.28 m Tracker Transportation - 3 2.56 m 2.91 m 1.04 m 6.15 MeV 0 eV 91.1 cm 5.19 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2327, Parent ID = 2318 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -710 mum 968 mum -2.43 m 21.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -413 mum 1.26 mm -2.42 m 6.94 MeV 2.91 MeV 1.61 mm 1.61 mm Target eBrem - 2 -393 mum 1.3 mm -2.42 m 5.53 MeV 92.8 keV 71 mum 1.68 mm Target eBrem - 3 -626 mum 2.01 mm -2.42 m 3 MeV 1.28 MeV 966 mum 2.65 mm Target eBrem - 4 -626 mum 2.02 mm -2.42 m 1.77 MeV 467 eV 1.98 mum 2.65 mm Target eBrem - 5 -973 mum 2.44 mm -2.42 m 757 keV 1.01 MeV 1.04 mm 3.69 mm Target eBrem - 6 -1 mm 2.45 mm -2.42 m 0 eV 757 keV 515 mum 4.21 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2356, Parent ID = 2327 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -626 mum 2.02 mm -2.42 m 1.23 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.12 mm 2.5 cm -2.45 m 1.23 MeV 0 eV 3.21 cm 3.21 cm Target Transportation - 2 8.2 cm 50.9 cm -2.91 m 1.23 MeV 0 eV 67.5 cm 70.8 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2355, Parent ID = 2327 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -626 mum 2.01 mm -2.42 m 1.25 MeV 0 eV 0 fm 0 fm Target initStep - 1 155 mum 1.15 cm -2.43 m 1.15 MeV 0 eV 1.36 cm 1.36 cm Target compt - 2 146 mum 1.87 cm -2.45 m 0 eV 88 keV 1.45 cm 2.81 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2358, Parent ID = 2355 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 146 mum 1.87 cm -2.45 m 1.06 MeV 0 eV 0 fm 0 fm Target initStep - 1 158 mum 1.87 cm -2.45 m 0 eV 1.06 MeV 774 mum 774 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2357, Parent ID = 2355 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 155 mum 1.15 cm -2.43 m 98.1 keV 0 eV 0 fm 0 fm Target initStep - 1 155 mum 1.15 cm -2.43 m 0 eV 98.1 keV 26.8 mum 26.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2354, Parent ID = 2327 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -393 mum 1.3 mm -2.42 m 1.31 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.78 mm 1.43 cm -2.41 m 431 keV 0 eV 1.9 cm 1.9 cm Target compt - 2 9.65 mm 1.63 cm -2.41 m 0 eV 88 keV 4.33 mm 2.33 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2360, Parent ID = 2354 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.65 mm 1.63 cm -2.41 m 343 keV 0 eV 0 fm 0 fm Target initStep - 1 9.65 mm 1.63 cm -2.41 m 0 eV 343 keV 180 mum 180 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2359, Parent ID = 2354 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.78 mm 1.43 cm -2.41 m 884 keV 0 eV 0 fm 0 fm Target initStep - 1 6.79 mm 1.43 cm -2.41 m 0 eV 884 keV 622 mum 622 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2353, Parent ID = 2327 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -413 mum 1.26 mm -2.42 m 11.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -234 mum 2.01 mm -2.42 m 0 eV 0 eV 992 mum 992 mum Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2362, Parent ID = 2353 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -234 mum 2.01 mm -2.42 m 8.43 MeV 0 eV 0 fm 0 fm Target initStep - 1 -118 mum 2.17 mm -2.42 m 3.87 MeV 235 keV 245 mum 245 mum Target eBrem - 2 270 mum 2.67 mm -2.42 m 2.4 MeV 842 keV 824 mum 1.07 mm Target eBrem - 3 356 mum 2.46 mm -2.42 m 1.76 MeV 641 keV 327 mum 1.4 mm Target eBrem - 4 277 mum 2.34 mm -2.42 m 0 eV 1.76 MeV 1.38 mm 2.78 mm Target eIoni - 5 277 mum 2.34 mm -2.42 m 0 eV 0 eV 0 fm 2.78 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2366, Parent ID = 2362 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 277 mum 2.34 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 46.3 mum 3.09 mm -2.42 m 327 keV 0 eV 871 mum 871 mum Target compt - 2 -1.84 mm 2.91 mm -2.42 m 0 eV 88 keV 2.6 mm 3.47 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2368, Parent ID = 2366 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.84 mm 2.91 mm -2.42 m 239 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.84 mm 2.92 mm -2.42 m 0 eV 239 keV 107 mum 107 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2367, Parent ID = 2366 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 46.3 mum 3.09 mm -2.42 m 184 keV 0 eV 0 fm 0 fm Target initStep - 1 47.3 mum 3.1 mm -2.42 m 0 eV 184 keV 72.1 mum 72.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2365, Parent ID = 2362 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 277 mum 2.34 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 749 mum 822 mum -2.42 m 0 eV 88 keV 1.78 mm 1.78 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2369, Parent ID = 2365 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 749 mum 822 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 746 mum 806 mum -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2364, Parent ID = 2362 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 270 mum 2.67 mm -2.42 m 630 keV 0 eV 0 fm 0 fm Target initStep - 1 5.49 mm 2.25 mm -2.42 m 0 eV 88 keV 6.83 mm 6.83 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2370, Parent ID = 2364 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.49 mm 2.25 mm -2.42 m 542 keV 0 eV 0 fm 0 fm Target initStep - 1 5.52 mm 2.25 mm -2.42 m 0 eV 542 keV 336 mum 336 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2363, Parent ID = 2362 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -118 mum 2.17 mm -2.42 m 4.32 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.56 mm 5.06 mm -2.41 m 922 keV 0 eV 1.46 cm 1.46 cm Target compt - 2 -1.14 mm 3.84 mm -2.41 m 0 eV 88 keV 4.23 mm 1.89 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2372, Parent ID = 2363 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.14 mm 3.84 mm -2.41 m 834 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.18 mm 3.78 mm -2.41 m 258 keV 286 keV 240 mum 240 mum Target eBrem - 2 -1.18 mm 3.78 mm -2.41 m 0 eV 258 keV 119 mum 359 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2373, Parent ID = 2372 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.18 mm 3.78 mm -2.41 m 290 keV 0 eV 0 fm 0 fm Target initStep - 1 -759 mum 4.38 mm -2.41 m 0 eV 88 keV 1.26 mm 1.26 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2374, Parent ID = 2373 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -759 mum 4.38 mm -2.41 m 202 keV 0 eV 0 fm 0 fm Target initStep - 1 -755 mum 4.38 mm -2.41 m 0 eV 202 keV 82.9 mum 82.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2371, Parent ID = 2363 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.56 mm 5.06 mm -2.41 m 3.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.97 mm 4.46 mm -2.41 m 1.63 MeV 1.39 MeV 1.14 mm 1.14 mm Target eBrem - 2 1.61 mm 4.73 mm -2.41 m 220 keV 1.41 MeV 887 mum 2.03 mm Target eBrem - 3 1.61 mm 4.73 mm -2.41 m 0 eV 220 keV 94.2 mum 2.13 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2375, Parent ID = 2371 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.97 mm 4.46 mm -2.41 m 378 keV 0 eV 0 fm 0 fm Target initStep - 1 2.29 mm 4.65 mm -2.41 m 0 eV 88 keV 1.76 mm 1.76 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2376, Parent ID = 2375 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.29 mm 4.65 mm -2.41 m 290 keV 0 eV 0 fm 0 fm Target initStep - 1 2.3 mm 4.64 mm -2.41 m 0 eV 290 keV 142 mum 142 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2361, Parent ID = 2353 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -234 mum 2.01 mm -2.42 m 2.28 MeV 0 eV 0 fm 0 fm Target initStep - 1 -330 mum 2.17 mm -2.42 m 0 eV 2.28 MeV 1.78 mm 1.78 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2317, Parent ID = 1743 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 44.2 mum -30.6 mum -2.44 m 983 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.44 mm 948 mum -2.41 m 357 keV 0 eV 3.11 cm 3.11 cm Target compt - 2 -3.45 mm 3.57 mm -2.41 m 154 keV 0 eV 2.82 mm 3.4 cm Target compt - 3 -3.41 mm 3.33 mm -2.41 m 0 eV 88 keV 279 mum 3.42 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2379, Parent ID = 2317 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.41 mm 3.33 mm -2.41 m 66.3 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.41 mm 3.33 mm -2.41 m 0 eV 66.3 keV 14.2 mum 14.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2378, Parent ID = 2317 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.45 mm 3.57 mm -2.41 m 203 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.46 mm 3.58 mm -2.41 m 0 eV 203 keV 83.4 mum 83.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2377, Parent ID = 2317 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.44 mm 948 mum -2.41 m 626 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.44 mm 939 mum -2.41 m 0 eV 626 keV 405 mum 405 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2316, Parent ID = 1743 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -22.7 mum -35.9 mum -2.44 m 4.76 MeV 0 eV 0 fm 0 fm Target initStep - 1 51.7 mum -296 mum -2.43 m 0 eV 0 eV 5.36 mm 5.36 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2381, Parent ID = 2316 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 51.7 mum -296 mum -2.43 m 3.13 MeV 0 eV 0 fm 0 fm Target initStep - 1 42.7 mum -300 mum -2.43 m 0 eV 3.13 MeV 2.5 mm 2.5 mm Target eIoni - 2 42.7 mum -300 mum -2.43 m 0 eV 0 eV 0 fm 2.5 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2383, Parent ID = 2381 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 42.7 mum -300 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 6.92 mm -1.98 mm -2.42 m 174 keV 0 eV 1.44 cm 1.44 cm Target compt - 2 6.81 mm -1.97 mm -2.42 m 0 eV 88 keV 658 mum 1.5 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2385, Parent ID = 2383 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.81 mm -1.97 mm -2.42 m 85.7 keV 0 eV 0 fm 0 fm Target initStep - 1 6.81 mm -1.97 mm -2.42 m 0 eV 85.7 keV 21.6 mum 21.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2384, Parent ID = 2383 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.92 mm -1.98 mm -2.42 m 337 keV 0 eV 0 fm 0 fm Target initStep - 1 6.93 mm -1.98 mm -2.42 m 0 eV 337 keV 176 mum 176 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2382, Parent ID = 2381 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 42.7 mum -300 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.16 mm -6.94 mum -2.43 m 0 eV 88 keV 2.51 mm 2.51 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2386, Parent ID = 2382 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.16 mm -6.94 mum -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.17 mm 1.83 mum -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2380, Parent ID = 2316 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 51.7 mum -296 mum -2.43 m 608 keV 0 eV 0 fm 0 fm Target initStep - 1 55.1 mum -300 mum -2.43 m 0 eV 608 keV 390 mum 390 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2315, Parent ID = 1743 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -17.1 mum 144 nm -2.44 m 1.46 MeV 0 eV 0 fm 0 fm Target initStep - 1 -571 mum -131 mum -2.43 m 793 keV 0 eV 1.4 cm 1.4 cm Target compt - 2 21.4 mum -891 mum -2.42 m 628 keV 0 eV 1.38 mm 1.54 cm Target compt - 3 1.19 mm -1.12 cm -2.42 m 0 eV 88 keV 1.13 cm 2.67 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2389, Parent ID = 2315 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.19 mm -1.12 cm -2.42 m 540 keV 0 eV 0 fm 0 fm Target initStep - 1 1.18 mm -1.12 cm -2.42 m 0 eV 540 keV 335 mum 335 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2388, Parent ID = 2315 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 21.4 mum -891 mum -2.42 m 165 keV 0 eV 0 fm 0 fm Target initStep - 1 23.9 mum -890 mum -2.42 m 0 eV 165 keV 61 mum 61 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2387, Parent ID = 2315 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -571 mum -131 mum -2.43 m 668 keV 0 eV 0 fm 0 fm Target initStep - 1 -587 mum -149 mum -2.43 m 302 keV 61.2 keV 60.6 mum 60.6 mum Target eBrem - 2 -594 mum -151 mum -2.43 m 0 eV 302 keV 151 mum 211 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2390, Parent ID = 2387 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -587 mum -149 mum -2.43 m 304 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.72 mm -1.42 mm -2.42 m 0 eV 88 keV 1.96 mm 1.96 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2391, Parent ID = 2390 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.72 mm -1.42 mm -2.42 m 216 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.72 mm -1.42 mm -2.42 m 0 eV 216 keV 92 mum 92 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2314, Parent ID = 1743 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 9.68 mum 7.29 mum -2.44 m 528 keV 0 eV 0 fm 0 fm Target initStep - 1 -133 mum 185 mum -2.43 m 414 keV 0 eV 1.21 cm 1.21 cm Target compt - 2 -6.89 mm -3.15 mm -2.42 m 0 eV 88 keV 1.11 cm 2.31 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2393, Parent ID = 2314 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.89 mm -3.15 mm -2.42 m 326 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.89 mm -3.17 mm -2.42 m 0 eV 326 keV 168 mum 168 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2392, Parent ID = 2314 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -133 mum 185 mum -2.43 m 114 keV 0 eV 0 fm 0 fm Target initStep - 1 -132 mum 186 mum -2.43 m 0 eV 114 keV 34.1 mum 34.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2313, Parent ID = 1743 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 10.1 mum 7.84 mum -2.44 m 943 keV 0 eV 0 fm 0 fm Target initStep - 1 -76.2 mum -11.5 mum -2.43 m 0 eV 88 keV 5.13 mm 5.13 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2394, Parent ID = 2313 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -76.2 mum -11.5 mum -2.43 m 855 keV 0 eV 0 fm 0 fm Target initStep - 1 -81.2 mum -7.04 mum -2.43 m 0 eV 855 keV 597 mum 597 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 107, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.06 mum 1.72 mum -2.45 m 3.57 MeV 0 eV 0 fm 0 fm Target initStep - 1 10.6 mum 12.5 mum -2.43 m 3.11 MeV 0 eV 1.5 cm 1.5 cm Target compt - 2 -472 mum 737 mum -2.43 m 0 eV 0 eV 4.27 mm 1.93 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2397, Parent ID = 107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -472 mum 737 mum -2.43 m 1.67 MeV 0 eV 0 fm 0 fm Target initStep - 1 -567 mum 847 mum -2.43 m 0 eV 1.67 MeV 1.3 mm 1.3 mm Target eIoni - 2 -567 mum 847 mum -2.43 m 0 eV 0 eV 0 fm 1.3 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2399, Parent ID = 2397 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -567 mum 847 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 5.75 mm 3.49 mm -2.42 m 0 eV 88 keV 8.94 mm 8.94 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2400, Parent ID = 2399 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.75 mm 3.49 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 5.76 mm 3.51 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2398, Parent ID = 2397 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -567 mum 847 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.5 mm -2.06 mm -2.43 m 0 eV 88 keV 9.82 mm 9.82 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2401, Parent ID = 2398 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.5 mm -2.06 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.52 mm -2.06 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2396, Parent ID = 107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -472 mum 737 mum -2.43 m 422 keV 0 eV 0 fm 0 fm Target initStep - 1 -461 mum 725 mum -2.43 m 0 eV 422 keV 240 mum 240 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2395, Parent ID = 107 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 10.6 mum 12.5 mum -2.43 m 456 keV 0 eV 0 fm 0 fm Target initStep - 1 18.5 mum 800 nm -2.43 m 0 eV 456 keV 267 mum 267 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 106, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.93 mum -1.87 mum -2.45 m 186 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.14 mum -1.18 mum -2.45 m 0 eV 0 eV 1.51 mm 1.51 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2403, Parent ID = 106 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.14 mum -1.18 mum -2.45 m 29.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -31.1 mum -264 mum -2.44 m 17.5 MeV 1.98 MeV 1.57 mm 1.57 mm Target eBrem - 2 -394 mum -104 mum -2.44 m 14.5 MeV 798 keV 716 mum 2.29 mm Target eBrem - 3 -414 mum -83.9 mum -2.44 m 11.3 MeV 91.1 keV 60 mum 2.35 mm Target eBrem - 4 -4.77 mm 2.1 mm -2.44 m 356 keV 11 MeV 8.19 mm 1.05 cm Target eBrem - 5 -4.78 mm 2.11 mm -2.44 m 0 eV 356 keV 188 mum 1.07 cm Target eIoni - 6 -4.78 mm 2.11 mm -2.44 m 0 eV 0 eV 0 fm 1.07 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2408, Parent ID = 2403 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.78 mm 2.11 mm -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -647 mum 5.26 mm -2.44 m 412 keV 0 eV 5.48 mm 5.48 mm Target compt - 2 3.8 mm 6.53 mm -2.44 m 0 eV 88 keV 4.81 mm 1.03 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2410, Parent ID = 2408 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.8 mm 6.53 mm -2.44 m 324 keV 0 eV 0 fm 0 fm Target initStep - 1 3.81 mm 6.53 mm -2.44 m 0 eV 324 keV 166 mum 166 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2409, Parent ID = 2408 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -647 mum 5.26 mm -2.44 m 99 keV 0 eV 0 fm 0 fm Target initStep - 1 -647 mum 5.26 mm -2.44 m 0 eV 99 keV 27.1 mum 27.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2407, Parent ID = 2403 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.78 mm 2.11 mm -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.41 mm -652 mum -2.44 m 0 eV 88 keV 4.82 mm 4.82 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2411, Parent ID = 2407 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.41 mm -652 mum -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.42 mm -664 mum -2.44 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2406, Parent ID = 2403 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -414 mum -83.9 mum -2.44 m 3.08 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.67 mm 6.05 mm -2.41 m 0 eV 0 eV 3.75 cm 3.75 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2413, Parent ID = 2406 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.67 mm 6.05 mm -2.41 m 934 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.68 mm 6.06 mm -2.41 m 0 eV 934 keV 673 mum 673 mum Target eIoni - 2 -7.68 mm 6.06 mm -2.41 m 0 eV 0 eV 0 fm 673 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2415, Parent ID = 2413 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.68 mm 6.06 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.58 mm 3.97 mm -2.41 m 480 keV 0 eV 2.51 mm 2.51 mm Target compt - 2 -5.86 mm 510 mum -2.41 m 236 keV 0 eV 3.55 mm 6.06 mm Target compt - 3 -5.15 mm 882 mum -2.4 m 0 eV 88 keV 1.24 mm 7.3 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2418, Parent ID = 2415 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.15 mm 882 mum -2.4 m 148 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.15 mm 880 mum -2.4 m 0 eV 148 keV 51.7 mum 51.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2417, Parent ID = 2415 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.86 mm 510 mum -2.41 m 244 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.86 mm 503 mum -2.41 m 0 eV 244 keV 110 mum 110 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2416, Parent ID = 2415 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.58 mm 3.97 mm -2.41 m 31.1 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.58 mm 3.97 mm -2.41 m 0 eV 31.1 keV 4.12 mum 4.12 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2414, Parent ID = 2413 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.68 mm 6.06 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.87 mm 8.32 mm -2.41 m 0 eV 88 keV 2.7 mm 2.7 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2419, Parent ID = 2414 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -8.87 mm 8.32 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -8.88 mm 8.33 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2412, Parent ID = 2406 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.67 mm 6.05 mm -2.41 m 1.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -7.69 mm 6.07 mm -2.41 m 0 eV 1.12 MeV 822 mum 822 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2405, Parent ID = 2403 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -394 mum -104 mum -2.44 m 2.15 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.65 mm 3.23 mm -2.43 m 283 keV 0 eV 1.08 cm 1.08 cm Target compt - 2 -3.92 mm 3.99 mm -2.43 m 0 eV 88 keV 1.55 mm 1.24 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2421, Parent ID = 2405 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.92 mm 3.99 mm -2.43 m 195 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.92 mm 3.99 mm -2.43 m 0 eV 195 keV 78.9 mum 78.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2420, Parent ID = 2405 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.65 mm 3.23 mm -2.43 m 1.87 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.68 mm 3.26 mm -2.43 m 0 eV 1.87 MeV 1.45 mm 1.45 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2404, Parent ID = 2403 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -31.1 mum -264 mum -2.44 m 10.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.04 mm 1.26 mm -2.43 m 0 eV 0 eV 1.71 cm 1.71 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2423, Parent ID = 2404 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.04 mm 1.26 mm -2.43 m 3.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.12 mm 1.43 mm -2.43 m 0 eV 3.01 MeV 2.4 mm 2.4 mm Target eIoni - 2 -6.12 mm 1.43 mm -2.43 m 0 eV 0 eV 0 fm 2.4 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2425, Parent ID = 2423 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.12 mm 1.43 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.11 mm 1.46 mm -2.43 m 0 eV 88 keV 34.3 mum 34.3 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2426, Parent ID = 2425 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.11 mm 1.46 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.11 mm 1.47 mm -2.43 m 246 keV 177 keV 143 mum 143 mum Target eBrem - 2 -6.11 mm 1.47 mm -2.43 m 0 eV 246 keV 111 mum 255 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2424, Parent ID = 2423 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.12 mm 1.43 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.19 mm 1.29 mm -2.43 m 0 eV 88 keV 166 mum 166 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2427, Parent ID = 2424 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.19 mm 1.29 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.2 mm 1.28 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2422, Parent ID = 2404 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.04 mm 1.26 mm -2.43 m 6.28 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.42 mm 1.17 mm -2.43 m 0 eV 6.28 MeV 4.84 mm 4.84 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2402, Parent ID = 106 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.14 mum -1.18 mum -2.45 m 155 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.5 mum -30.7 mum -2.44 m 21.6 MeV 1.36 MeV 1 mm 1 mm Target eBrem - 2 6.64 mum -30.6 mum -2.44 m 17 MeV 3.89 keV 5.9 mum 1.01 mm Target eBrem - 3 384 mum -223 mum -2.44 m 12.3 MeV 1.68 MeV 1.31 mm 2.32 mm Target eBrem - 4 319 mum -497 mum -2.44 m 10.9 MeV 809 keV 766 mum 3.09 mm Target eBrem - 5 205 mum -668 mum -2.44 m 10.2 MeV 748 keV 569 mum 3.66 mm Target eBrem - 6 2.64 mm -3.99 mm -2.44 m 3.45 MeV 5.65 MeV 4.9 mm 8.55 mm Target eBrem - 7 3.72 mm -4.06 mm -2.44 m 634 keV 1.79 MeV 1.75 mm 1.03 cm Target eBrem - 8 3.74 mm -4.04 mm -2.44 m 0 eV 634 keV 411 mum 1.07 cm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2433, Parent ID = 2402 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.72 mm -4.06 mm -2.44 m 1.02 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.6 cm 3.79 mm -2.44 m 841 keV 0 eV 1.54 cm 1.54 cm Target compt - 2 1.8 cm 7.23 mm -2.43 m 205 keV 0 eV 4.08 mm 1.95 cm Target compt - 3 1.8 cm 6.45 mm -2.43 m 0 eV 88 keV 786 mum 2.03 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2436, Parent ID = 2433 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.8 cm 6.45 mm -2.43 m 117 keV 0 eV 0 fm 0 fm Target initStep - 1 1.8 cm 6.45 mm -2.43 m 0 eV 117 keV 35.4 mum 35.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2435, Parent ID = 2433 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.8 cm 7.23 mm -2.43 m 636 keV 0 eV 0 fm 0 fm Target initStep - 1 1.8 cm 7.26 mm -2.43 m 0 eV 636 keV 413 mum 413 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2434, Parent ID = 2433 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.6 cm 3.79 mm -2.44 m 180 keV 0 eV 0 fm 0 fm Target initStep - 1 1.6 cm 3.79 mm -2.44 m 0 eV 180 keV 69.8 mum 69.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2432, Parent ID = 2402 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.64 mm -3.99 mm -2.44 m 1.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 8.25 mm -1.4 cm -2.44 m 0 eV 88 keV 1.2 cm 1.2 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2437, Parent ID = 2432 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.25 mm -1.4 cm -2.44 m 1.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 8.3 mm -1.4 cm -2.44 m 0 eV 1.01 MeV 733 mum 733 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2431, Parent ID = 2402 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 319 mum -497 mum -2.44 m 546 keV 0 eV 0 fm 0 fm Target initStep - 1 512 mum -1.09 mm -2.44 m 347 keV 0 eV 3.61 mm 3.61 mm Target compt - 2 718 mum -1.95 mm -2.44 m 0 eV 88 keV 926 mum 4.53 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2439, Parent ID = 2431 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 718 mum -1.95 mm -2.44 m 259 keV 0 eV 0 fm 0 fm Target initStep - 1 719 mum -1.95 mm -2.44 m 0 eV 259 keV 120 mum 120 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2438, Parent ID = 2431 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 512 mum -1.09 mm -2.44 m 199 keV 0 eV 0 fm 0 fm Target initStep - 1 511 mum -1.09 mm -2.44 m 0 eV 199 keV 81.2 mum 81.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2430, Parent ID = 2402 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 384 mum -223 mum -2.44 m 3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.17 mm -1.38 mm -2.44 m 2.86 MeV 0 eV 4.7 mm 4.7 mm Target compt - 2 -5.29 mm -5.12 mm -2.43 m 0 eV 0 eV 1.08 cm 1.55 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2442, Parent ID = 2430 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.29 mm -5.12 mm -2.43 m 941 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.34 mm -5.18 mm -2.43 m 0 eV 941 keV 679 mum 679 mum Target eIoni - 2 -5.34 mm -5.18 mm -2.43 m 0 eV 0 eV 0 fm 679 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2444, Parent ID = 2442 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.34 mm -5.18 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 263 nm 2.55 mm -2.43 m 185 keV 0 eV 1.02 cm 1.02 cm Target compt - 2 -27.4 mum 2.54 mm -2.43 m 0 eV 88 keV 37.5 mum 1.03 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2446, Parent ID = 2444 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -27.4 mum 2.54 mm -2.43 m 96.7 keV 0 eV 0 fm 0 fm Target initStep - 1 -28.1 mum 2.54 mm -2.43 m 0 eV 96.7 keV 26.2 mum 26.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2445, Parent ID = 2444 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 263 nm 2.55 mm -2.43 m 326 keV 0 eV 0 fm 0 fm Target initStep - 1 7.04 mum 2.56 mm -2.43 m 0 eV 326 keV 168 mum 168 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2443, Parent ID = 2442 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.34 mm -5.18 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.04 cm -1.24 cm -2.43 m 0 eV 88 keV 9.62 mm 9.62 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2447, Parent ID = 2443 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.04 cm -1.24 cm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.04 cm -1.24 cm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2441, Parent ID = 2430 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.29 mm -5.12 mm -2.43 m 900 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.27 mm -5.09 mm -2.43 m 0 eV 900 keV 635 mum 635 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2440, Parent ID = 2430 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.17 mm -1.38 mm -2.44 m 133 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.17 mm -1.38 mm -2.44 m 0 eV 133 keV 43.8 mum 43.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2429, Parent ID = 2402 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.64 mum -30.6 mum -2.44 m 4.64 MeV 0 eV 0 fm 0 fm Target initStep - 1 873 mum -266 mum -2.43 m 4.56 MeV 0 eV 1.85 cm 1.85 cm Target compt - 2 3.22 mm 426 mum -2.4 m 4.56 MeV 0 eV 2.56 cm 4.42 cm Target Transportation - 3 7.69 cm 2.22 cm -1.6 m 4.56 MeV 0 eV 80.4 cm 84.8 cm Tracker Transportation - 4 9.53 cm 2.76 cm -1.4 m 4.56 MeV 0 eV 20.1 cm 1.05 m Chamber Transportation - 5 15.1 cm 4.39 cm -80 cm 4.56 MeV 0 eV 60.3 cm 1.65 m Tracker Transportation - 6 16.9 cm 4.93 cm -60 cm 4.56 MeV 0 eV 20.1 cm 1.85 m Chamber Transportation - 7 22.4 cm 6.56 cm 0 fm 4.56 MeV 0 eV 60.3 cm 2.46 m Tracker Transportation - 8 24.3 cm 7.1 cm 20 cm 4.56 MeV 0 eV 20.1 cm 2.66 m Chamber Transportation - 9 29.8 cm 8.73 cm 80 cm 4.56 MeV 0 eV 60.3 cm 3.26 m Tracker Transportation - 10 31.6 cm 9.28 cm 1 m 4.56 MeV 0 eV 20.1 cm 3.46 m Chamber Transportation - 11 37.2 cm 10.9 cm 1.6 m 4.56 MeV 0 eV 60.3 cm 4.06 m Tracker Transportation - 12 39 cm 11.4 cm 1.8 m 4.56 MeV 0 eV 20.1 cm 4.26 m Chamber Transportation - 13 44.5 cm 13.1 cm 2.4 m 4.56 MeV 0 eV 60.3 cm 4.87 m Tracker Transportation - 14 49.2 cm 14.5 cm 2.91 m 4.56 MeV 0 eV 51.2 cm 5.38 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2448, Parent ID = 2429 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 873 mum -266 mum -2.43 m 74.8 keV 0 eV 0 fm 0 fm Target initStep - 1 872 mum -267 mum -2.43 m 0 eV 74.8 keV 17.3 mum 17.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2428, Parent ID = 2402 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.5 mum -30.7 mum -2.44 m 133 MeV 0 eV 0 fm 0 fm Target initStep - 1 144 mum 35.3 mum -2.44 m 0 eV 0 eV 3.96 mm 3.96 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2450, Parent ID = 2428 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 144 mum 35.3 mum -2.44 m 95.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 148 mum 39.1 mum -2.44 m 78.3 MeV 134 keV 127 mum 127 mum Target eBrem - 2 141 mum 48.3 mum -2.44 m 76 MeV 1.09 MeV 496 mum 623 mum Target eBrem - 3 146 mum 50.4 mum -2.44 m 72.6 MeV 118 keV 110 mum 733 mum Target eBrem - 4 168 mum 53.5 mum -2.44 m 55.8 MeV 386 keV 254 mum 987 mum Target eBrem - 5 169 mum 54.8 mum -2.44 m 49 MeV 19.6 keV 22.3 mum 1.01 mm Target eBrem - 6 176 mum 31.6 mum -2.44 m 47.2 MeV 992 keV 793 mum 1.8 mm Target eBrem - 7 -311 mum 214 mum -2.44 m 41 MeV 3.52 MeV 2.61 mm 4.41 mm Target eBrem - 8 -163 mum 213 mum -2.44 m 39.7 MeV 621 keV 580 mum 4.99 mm Target eBrem - 9 -33 mum 177 mum -2.43 m 37.8 MeV 419 keV 361 mum 5.35 mm Target eBrem - 10 3.37 mm -498 mum -2.43 m 28.6 MeV 7.62 MeV 5.26 mm 1.06 cm Target eBrem - 11 3.46 mm -453 mum -2.43 m 27.1 MeV 585 keV 458 mum 1.11 cm Target eBrem - 12 3.59 mm -361 mum -2.43 m 19.4 MeV 970 keV 739 mum 1.18 cm Target eBrem - 13 5.07 mm -271 mum -2.43 m 15.5 MeV 3.12 MeV 2.6 mm 1.44 cm Target eBrem - 14 5.06 mm -342 mum -2.43 m 12.2 MeV 188 keV 196 mum 1.46 cm Target eBrem - 15 5.04 mm -563 mum -2.43 m 10.3 MeV 560 keV 467 mum 1.51 cm Target eBrem - 16 2.83 mm 1.11 mm -2.43 m 5.12 MeV 5.21 MeV 3.66 mm 1.87 cm Target eBrem - 17 2.3 mm 1.21 mm -2.43 m 0 eV 1.06 MeV 838 mum 1.96 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2467, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.3 mm 1.21 mm -2.43 m 4.24 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.34 cm 1.94 cm -2.44 m 0 eV 0 eV 2.48 cm 2.48 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2469, Parent ID = 2467 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.34 cm 1.94 cm -2.44 m 2.63 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.3 cm 1.9 cm -2.44 m 1.01 MeV 1.62 MeV 1.41 mm 1.41 mm Target eBrem - 2 1.3 cm 1.91 cm -2.44 m 0 eV 1.01 MeV 738 mum 2.15 mm Target eIoni - 3 1.3 cm 1.91 cm -2.44 m 0 eV 0 eV 0 fm 2.15 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2471, Parent ID = 2469 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.3 cm 1.91 cm -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.67 cm 1.98 cm -2.44 m 0 eV 88 keV 4.01 mm 4.01 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2472, Parent ID = 2471 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.67 cm 1.98 cm -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.68 cm 1.98 cm -2.44 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2470, Parent ID = 2469 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.3 cm 1.91 cm -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.39 mm 1.71 cm -2.44 m 0 eV 88 keV 1.03 cm 1.03 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2473, Parent ID = 2470 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.39 mm 1.71 cm -2.44 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 3.38 mm 1.71 cm -2.44 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2468, Parent ID = 2467 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.34 cm 1.94 cm -2.44 m 590 keV 0 eV 0 fm 0 fm Target initStep - 1 1.34 cm 1.94 cm -2.44 m 0 eV 590 keV 376 mum 376 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2466, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.3 mm 1.21 mm -2.43 m 841 keV 0 eV 0 fm 0 fm Target initStep - 1 1.78 mm 1.95 mm -2.43 m 397 keV 0 eV 918 mum 918 mum Target compt - 2 -2 mm 811 mum -2.42 m 0 eV 88 keV 3.96 mm 4.88 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2475, Parent ID = 2466 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2 mm 811 mum -2.42 m 309 keV 0 eV 0 fm 0 fm Target initStep - 1 -2 mm 819 mum -2.42 m 0 eV 309 keV 155 mum 155 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2474, Parent ID = 2466 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.78 mm 1.95 mm -2.43 m 445 keV 0 eV 0 fm 0 fm Target initStep - 1 1.78 mm 1.97 mm -2.43 m 0 eV 445 keV 258 mum 258 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2465, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.04 mm -563 mum -2.43 m 1.32 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.25 mm -2.05 mm -2.42 m 0 eV 88 keV 7.07 mm 7.07 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2476, Parent ID = 2465 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.25 mm -2.05 mm -2.42 m 1.23 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.55 mm -1.97 mm -2.42 m 362 keV 871 keV 606 mum 606 mum Target eBrem - 2 4.56 mm -1.97 mm -2.42 m 0 eV 362 keV 194 mum 800 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2464, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.06 mm -342 mum -2.43 m 3.08 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.92 mm -3.62 mm -2.42 m 0 eV 0 eV 8.07 mm 8.07 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2478, Parent ID = 2464 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.92 mm -3.62 mm -2.42 m 1.42 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.86 mm -3.72 mm -2.42 m 0 eV 1.42 MeV 1.09 mm 1.09 mm Target eIoni - 2 2.86 mm -3.72 mm -2.42 m 0 eV 0 eV 0 fm 1.09 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2480, Parent ID = 2478 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.86 mm -3.72 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2.34 mm -5.35 mm -2.42 m 0 eV 88 keV 3.91 mm 3.91 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2481, Parent ID = 2480 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.34 mm -5.35 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 2.34 mm -5.35 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2479, Parent ID = 2478 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.86 mm -3.72 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.4 mm -2.02 mm -2.42 m 0 eV 88 keV 4.09 mm 4.09 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2482, Parent ID = 2479 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.4 mm -2.02 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 3.38 mm -2.01 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2477, Parent ID = 2464 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.92 mm -3.62 mm -2.42 m 638 keV 0 eV 0 fm 0 fm Target initStep - 1 2.93 mm -3.61 mm -2.42 m 0 eV 638 keV 414 mum 414 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2463, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.07 mm -271 mum -2.43 m 802 keV 0 eV 0 fm 0 fm Target initStep - 1 4.44 mm -1.39 mm -2.42 m 243 keV 0 eV 3.38 mm 3.38 mm Target compt - 2 4.72 mm -1.38 mm -2.42 m 0 eV 88 keV 298 mum 3.68 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2484, Parent ID = 2463 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.72 mm -1.38 mm -2.42 m 155 keV 0 eV 0 fm 0 fm Target initStep - 1 4.72 mm -1.39 mm -2.42 m 0 eV 155 keV 55.5 mum 55.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2483, Parent ID = 2463 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.44 mm -1.39 mm -2.42 m 558 keV 0 eV 0 fm 0 fm Target initStep - 1 4.43 mm -1.4 mm -2.42 m 0 eV 558 keV 350 mum 350 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2462, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.59 mm -361 mum -2.43 m 6.71 MeV 0 eV 0 fm 0 fm Target initStep - 1 5.02 mm -1e+03 mum -2.42 m 0 eV 0 eV 5.91 mm 5.91 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2486, Parent ID = 2462 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.02 mm -1e+03 mum -2.42 m 956 keV 0 eV 0 fm 0 fm Target initStep - 1 5.04 mm -1.01 mm -2.42 m 0 eV 956 keV 692 mum 692 mum Target eIoni - 2 5.04 mm -1.01 mm -2.42 m 0 eV 0 eV 0 fm 692 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2488, Parent ID = 2486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.04 mm -1.01 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 5.31 mm -1.04 mm -2.42 m 0 eV 88 keV 300 mum 300 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2489, Parent ID = 2488 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.31 mm -1.04 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 5.32 mm -1.04 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2487, Parent ID = 2486 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.04 mm -1.01 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.02 mm -327 mum -2.43 m 0 eV 88 keV 6.8 mm 6.8 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2490, Parent ID = 2487 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.02 mm -327 mum -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.03 mm -333 mum -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2485, Parent ID = 2462 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.02 mm -1e+03 mum -2.42 m 4.73 MeV 0 eV 0 fm 0 fm Target initStep - 1 4.45 mm -1.06 mm -2.42 m 2.84 MeV 982 keV 953 mum 953 mum Target eBrem - 2 5.26 mm -1.47 mm -2.42 m 60.5 keV 2.41 MeV 1.4 mm 2.35 mm Target eBrem - 3 5.26 mm -1.47 mm -2.42 m 0 eV 60.5 keV 12.2 mum 2.36 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2492, Parent ID = 2485 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.26 mm -1.47 mm -2.42 m 374 keV 0 eV 0 fm 0 fm Target initStep - 1 5.42 mm -1.45 mm -2.42 m 0 eV 88 keV 262 mum 262 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2493, Parent ID = 2492 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.42 mm -1.45 mm -2.42 m 286 keV 0 eV 0 fm 0 fm Target initStep - 1 5.43 mm -1.46 mm -2.42 m 0 eV 286 keV 139 mum 139 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2491, Parent ID = 2485 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.45 mm -1.06 mm -2.42 m 908 keV 0 eV 0 fm 0 fm Target initStep - 1 4.34 mm -1.97 mm -2.42 m 422 keV 0 eV 1.47 mm 1.47 mm Target compt - 2 3.81 mm -1.71 mm -2.42 m 0 eV 88 keV 778 mum 2.25 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2495, Parent ID = 2491 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.81 mm -1.71 mm -2.42 m 334 keV 0 eV 0 fm 0 fm Target initStep - 1 3.8 mm -1.71 mm -2.42 m 0 eV 334 keV 173 mum 173 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2494, Parent ID = 2491 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.34 mm -1.97 mm -2.42 m 486 keV 0 eV 0 fm 0 fm Target initStep - 1 4.35 mm -1.99 mm -2.42 m 0 eV 486 keV 291 mum 291 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2461, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.46 mm -453 mum -2.43 m 931 keV 0 eV 0 fm 0 fm Target initStep - 1 3.55 mm -245 mum -2.43 m 0 eV 88 keV 1.84 mm 1.84 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2496, Parent ID = 2461 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.55 mm -245 mum -2.43 m 843 keV 0 eV 0 fm 0 fm Target initStep - 1 3.57 mm -213 mum -2.43 m 0 eV 843 keV 587 mum 587 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2460, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.37 mm -498 mum -2.43 m 1.57 MeV 0 eV 0 fm 0 fm Target initStep - 1 6.39 mm 2.72 mm -2.4 m 1.57 MeV 0 eV 3.13 cm 3.13 cm Target Transportation - 2 8.43 cm 8.57 cm -1.6 m 1.57 MeV 0 eV 80.8 cm 83.9 cm Tracker Transportation - 3 10.4 cm 10.6 cm -1.4 m 1.57 MeV 0 eV 20.2 cm 1.04 m Chamber Transportation - 4 16.2 cm 16.9 cm -80 cm 1.57 MeV 0 eV 60.6 cm 1.65 m Tracker Transportation - 5 18.2 cm 18.9 cm -60 cm 1.57 MeV 0 eV 20.2 cm 1.85 m Chamber Transportation - 6 24 cm 25.2 cm -0.114 fm 1.57 MeV 0 eV 60.6 cm 2.46 m Tracker Transportation - 7 26 cm 27.2 cm 20 cm 1.57 MeV 0 eV 20.2 cm 2.66 m Chamber Transportation - 8 31.8 cm 33.5 cm 80 cm 1.57 MeV 0 eV 60.6 cm 3.26 m Tracker Transportation - 9 33.8 cm 35.5 cm 1 m 1.57 MeV 0 eV 20.2 cm 3.47 m Chamber Transportation - 10 39.6 cm 41.8 cm 1.6 m 1.57 MeV 0 eV 60.6 cm 4.07 m Tracker Transportation - 11 41.6 cm 43.8 cm 1.8 m 1.57 MeV 0 eV 20.2 cm 4.27 m Chamber Transportation - 12 47.4 cm 50.1 cm 2.4 m 1.57 MeV 0 eV 60.6 cm 4.88 m Tracker Transportation - 13 52.4 cm 55.4 cm 2.91 m 1.57 MeV 0 eV 51.5 cm 5.39 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2459, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -33 mum 177 mum -2.43 m 1.46 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.61 mm 598 mum -2.42 m 0 eV 88 keV 1.79 cm 1.79 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2497, Parent ID = 2459 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.61 mm 598 mum -2.42 m 1.37 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.66 mm 590 mum -2.42 m 0 eV 1.37 MeV 1.03 mm 1.03 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2458, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -163 mum 213 mum -2.44 m 667 keV 0 eV 0 fm 0 fm Target initStep - 1 866 mum 28.2 mum -2.43 m 0 eV 88 keV 3.14 mm 3.14 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2498, Parent ID = 2458 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 866 mum 28.2 mum -2.43 m 579 keV 0 eV 0 fm 0 fm Target initStep - 1 862 mum 38 mum -2.43 m 0 eV 579 keV 366 mum 366 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2457, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -311 mum 214 mum -2.44 m 2.74 MeV 0 eV 0 fm 0 fm Target initStep - 1 623 mum 441 mum -2.43 m 330 keV 0 eV 5.57 mm 5.57 mm Target compt - 2 1.09 mm 441 mum -2.43 m 164 keV 0 eV 546 mum 6.12 mm Target compt - 3 861 mum 936 mum -2.43 m 0 eV 88 keV 622 mum 6.74 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2501, Parent ID = 2457 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 861 mum 936 mum -2.43 m 76.3 keV 0 eV 0 fm 0 fm Target initStep - 1 861 mum 937 mum -2.43 m 0 eV 76.3 keV 17.9 mum 17.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2500, Parent ID = 2457 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.09 mm 441 mum -2.43 m 166 keV 0 eV 0 fm 0 fm Target initStep - 1 1.1 mm 440 mum -2.43 m 0 eV 166 keV 61.5 mum 61.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2499, Parent ID = 2457 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 623 mum 441 mum -2.43 m 2.41 MeV 0 eV 0 fm 0 fm Target initStep - 1 888 mum 103 mum -2.43 m 557 keV 926 keV 677 mum 677 mum Target eBrem - 2 904 mum 86.6 mum -2.43 m 0 eV 557 keV 348 mum 1.02 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2502, Parent ID = 2499 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 888 mum 103 mum -2.43 m 924 keV 0 eV 0 fm 0 fm Target initStep - 1 6.42 mm -5.61 mm -2.43 m 267 keV 0 eV 9.07 mm 9.07 mm Target compt - 2 7.12 mm -5.21 mm -2.43 m 0 eV 88 keV 2.14 mm 1.12 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2504, Parent ID = 2502 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 7.12 mm -5.21 mm -2.43 m 179 keV 0 eV 0 fm 0 fm Target initStep - 1 7.12 mm -5.21 mm -2.43 m 0 eV 179 keV 69.1 mum 69.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2503, Parent ID = 2502 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.42 mm -5.61 mm -2.43 m 657 keV 0 eV 0 fm 0 fm Target initStep - 1 6.43 mm -5.63 mm -2.43 m 0 eV 657 keV 431 mum 431 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2456, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 176 mum 31.6 mum -2.44 m 805 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.02 mm 3.46 mm -2.41 m 235 keV 0 eV 3.03 cm 3.03 cm Target compt - 2 -2.39 mm 2.15 mm -2.41 m 0 eV 88 keV 2.19 mm 3.25 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2506, Parent ID = 2456 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.39 mm 2.15 mm -2.41 m 147 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.39 mm 2.15 mm -2.41 m 0 eV 147 keV 50.9 mum 50.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2505, Parent ID = 2456 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.02 mm 3.46 mm -2.41 m 570 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.02 mm 3.47 mm -2.41 m 0 eV 570 keV 359 mum 359 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2455, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 169 mum 54.8 mum -2.44 m 6.77 MeV 0 eV 0 fm 0 fm Target initStep - 1 70.2 mum 715 mum -2.4 m 6.77 MeV 0 eV 3.91 cm 3.91 cm Target Transportation - 2 -1.94 mm 1.42 cm -1.6 m 6.77 MeV 0 eV 80 cm 83.9 cm Tracker Transportation - 3 -2.45 mm 1.76 cm -1.4 m 6.77 MeV 0 eV 20 cm 1.04 m Chamber Transportation - 4 -3.96 mm 2.78 cm -80 cm 6.77 MeV 0 eV 60 cm 1.64 m Tracker Transportation - 5 -4.46 mm 3.12 cm -60 cm 6.77 MeV 0 eV 20 cm 1.84 m Chamber Transportation - 6 -5.97 mm 4.13 cm -0.114 fm 6.77 MeV 0 eV 60 cm 2.44 m Tracker Transportation - 7 -6.48 mm 4.47 cm 20 cm 6.77 MeV 0 eV 20 cm 2.64 m Chamber Transportation - 8 -7.99 mm 5.48 cm 80 cm 6.77 MeV 0 eV 60 cm 3.24 m Tracker Transportation - 9 -8.49 mm 5.82 cm 1 m 6.77 MeV 0 eV 20 cm 3.44 m Chamber Transportation - 10 -1 cm 6.84 cm 1.6 m 6.77 MeV 0 eV 60 cm 4.04 m Tracker Transportation - 11 -1.05 cm 7.17 cm 1.8 m 6.77 MeV 0 eV 20 cm 4.24 m Chamber Transportation - 12 -1.2 cm 8.19 cm 2.4 m 6.77 MeV 0 eV 60 cm 4.84 m Tracker Transportation - 13 -1.33 cm 9.05 cm 2.91 m 6.77 MeV 0 eV 51 cm 5.35 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2454, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 168 mum 53.5 mum -2.44 m 16.4 MeV 0 eV 0 fm 0 fm Target initStep - 1 781 mum 1.64 mm -2.41 m 0 eV 0 eV 2.82 cm 2.82 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2508, Parent ID = 2454 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 781 mum 1.64 mm -2.41 m 4.21 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.83 mm 787 mum -2.41 m 366 keV 2.81 MeV 1.8 mm 1.8 mm Target eBrem - 2 1.84 mm 789 mum -2.41 m 0 eV 366 keV 195 mum 2 mm Target eIoni - 3 1.84 mm 789 mum -2.41 m 0 eV 0 eV 0 fm 2 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2511, Parent ID = 2508 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.84 mm 789 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 895 mum 2.78 mm -2.41 m 0 eV 88 keV 2.21 mm 2.21 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2512, Parent ID = 2511 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 895 mum 2.78 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 889 mum 2.79 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2510, Parent ID = 2508 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.84 mm 789 mum -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 5.75 mm -7.38 mm -2.41 m 0 eV 88 keV 9.08 mm 9.08 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2513, Parent ID = 2510 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.75 mm -7.38 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 5.76 mm -7.4 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2509, Parent ID = 2508 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.83 mm 787 mum -2.41 m 1.03 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.05 cm -8.17 mm -2.43 m 477 keV 0 eV 2.01 cm 2.01 cm Target compt - 2 1.04 cm -7.54 mm -2.43 m 0 eV 88 keV 1.2 mm 2.13 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2515, Parent ID = 2509 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.04 cm -7.54 mm -2.43 m 389 keV 0 eV 0 fm 0 fm Target initStep - 1 1.04 cm -7.53 mm -2.43 m 0 eV 389 keV 215 mum 215 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2514, Parent ID = 2509 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.05 cm -8.17 mm -2.43 m 556 keV 0 eV 0 fm 0 fm Target initStep - 1 1.05 cm -8.19 mm -2.43 m 0 eV 556 keV 347 mum 347 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2507, Parent ID = 2454 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 781 mum 1.64 mm -2.41 m 11.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.18 mm 4.23 mm -2.41 m 4.4 MeV 6.76 MeV 3.64 mm 3.64 mm Target eBrem - 2 2.11 mm 3.81 mm -2.41 m 3.22 MeV 632 keV 553 mum 4.2 mm Target eBrem - 3 2.13 mm 4.14 mm -2.41 m 0 eV 3.22 MeV 2.53 mm 6.73 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2516, Parent ID = 2507 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.11 mm 3.81 mm -2.41 m 544 keV 0 eV 0 fm 0 fm Target initStep - 1 2.18 mm 5.02 mm -2.41 m 0 eV 88 keV 1.24 mm 1.24 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2517, Parent ID = 2516 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.18 mm 5.02 mm -2.41 m 456 keV 0 eV 0 fm 0 fm Target initStep - 1 2.18 mm 5.04 mm -2.41 m 0 eV 456 keV 266 mum 266 mum Target eBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2453, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 146 mum 50.4 mum -2.44 m 3.35 MeV 0 eV 0 fm 0 fm Target initStep - 1 160 mum 56.4 mum -2.44 m 1.89 MeV 0 eV 237 mum 237 mum Target compt - 2 -934 mum -368 mum -2.44 m 287 keV 0 eV 2.84 mm 3.08 mm Target compt - 3 -923 mum -184 mum -2.44 m 201 keV 0 eV 199 mum 3.28 mm Target compt - 4 -1.71 mm 9.31 mum -2.44 m 0 eV 88 keV 822 mum 4.1 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2521, Parent ID = 2453 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.71 mm 9.31 mum -2.44 m 113 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.71 mm 11 mum -2.44 m 0 eV 113 keV 33.6 mum 33.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2520, Parent ID = 2453 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -923 mum -184 mum -2.44 m 86.6 keV 0 eV 0 fm 0 fm Target initStep - 1 -922 mum -183 mum -2.44 m 0 eV 86.6 keV 22 mum 22 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2519, Parent ID = 2453 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -934 mum -368 mum -2.44 m 1.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -790 mum -200 mum -2.44 m 153 keV 625 keV 524 mum 524 mum Target eBrem - 2 -793 mum -202 mum -2.44 m 0 eV 153 keV 54.3 mum 579 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2522, Parent ID = 2519 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -790 mum -200 mum -2.44 m 822 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.95 mm -3.43 mm -2.44 m 0 eV 88 keV 4.66 mm 4.66 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2523, Parent ID = 2522 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.95 mm -3.43 mm -2.44 m 734 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.03 mm -3.48 mm -2.44 m 98.7 keV 245 keV 218 mum 218 mum Target eBrem - 2 -4.03 mm -3.48 mm -2.44 m 0 eV 98.7 keV 27 mum 245 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2524, Parent ID = 2523 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.03 mm -3.48 mm -2.44 m 390 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.25 mm -2.46 mm -2.44 m 0 eV 88 keV 1.59 mm 1.59 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2525, Parent ID = 2524 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.25 mm -2.46 mm -2.44 m 302 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.25 mm -2.45 mm -2.44 m 0 eV 302 keV 150 mum 150 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2518, Parent ID = 2453 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 160 mum 56.4 mum -2.44 m 1.46 MeV 0 eV 0 fm 0 fm Target initStep - 1 209 mum 75.7 mum -2.44 m 0 eV 1.46 MeV 1.11 mm 1.11 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2452, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 141 mum 48.3 mum -2.44 m 1.18 MeV 0 eV 0 fm 0 fm Target initStep - 1 424 mum 120 mum -2.44 m 0 eV 88 keV 4.03 mm 4.03 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2526, Parent ID = 2452 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 424 mum 120 mum -2.44 m 1.09 MeV 0 eV 0 fm 0 fm Target initStep - 1 486 mum -63.9 mum -2.44 m 212 keV 514 keV 367 mum 367 mum Target eBrem - 2 481 mum -61.4 mum -2.44 m 0 eV 212 keV 89.4 mum 456 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2527, Parent ID = 2526 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 486 mum -63.9 mum -2.44 m 368 keV 0 eV 0 fm 0 fm Target initStep - 1 -24.2 mum -23.4 mum -2.44 m 284 keV 0 eV 512 mum 512 mum Target compt - 2 -101 mum -84.8 mum -2.44 m 0 eV 88 keV 121 mum 633 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2529, Parent ID = 2527 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -101 mum -84.8 mum -2.44 m 196 keV 0 eV 0 fm 0 fm Target initStep - 1 -104 mum -85 mum -2.44 m 0 eV 196 keV 79.4 mum 79.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2528, Parent ID = 2527 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.2 mum -23.4 mum -2.44 m 83.6 keV 0 eV 0 fm 0 fm Target initStep - 1 -25.1 mum -22.6 mum -2.44 m 0 eV 83.6 keV 20.8 mum 20.8 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2451, Parent ID = 2450 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 148 mum 39.1 mum -2.44 m 17.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 827 mum 190 mum -2.41 m 0 eV 88 keV 3.24 cm 3.24 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2530, Parent ID = 2451 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 827 mum 190 mum -2.41 m 17.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.31 mm 279 mum -2.41 m 10.9 MeV 1.88 MeV 1.49 mm 1.49 mm Target eBrem - 2 1.83 mm -185 mum -2.41 m 9.39 MeV 1.55 MeV 701 mum 2.19 mm Target eBrem - 3 1.82 mm -318 mum -2.41 m 7.67 MeV 916 keV 244 mum 2.43 mm Target eBrem - 4 2.03 mm -502 mum -2.41 m 4.84 MeV 2.48 MeV 333 mum 2.77 mm Target eBrem - 5 2.14 mm -1.41 mm -2.4 m 2.8 MeV 2.04 MeV 1.58 mm 4.34 mm Target eBrem - 6 1.83 mm -1.57 mm -2.4 m 1.18 MeV 979 keV 677 mum 5.02 mm Target eBrem - 7 1.87 mm -1.51 mm -2.4 m 0 eV 1.18 MeV 872 mum 5.89 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2534, Parent ID = 2530 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.83 mm -1.57 mm -2.4 m 641 keV 0 eV 0 fm 0 fm Target initStep - 1 3.24 mm 1.25 mm -2.4 m 554 keV 0 eV 3.72 mm 3.72 mm Target compt - 2 3.6 mm 6.41 mm -2.4 m 0 eV 88 keV 5.29 mm 9.01 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2536, Parent ID = 2534 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.6 mm 6.41 mm -2.4 m 466 keV 0 eV 0 fm 0 fm Target initStep - 1 3.61 mm 6.43 mm -2.4 m 0 eV 466 keV 275 mum 275 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2535, Parent ID = 2534 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.24 mm 1.25 mm -2.4 m 87.2 keV 0 eV 0 fm 0 fm Target initStep - 1 3.24 mm 1.25 mm -2.4 m 0 eV 87.2 keV 22.2 mum 22.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2533, Parent ID = 2530 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.03 mm -502 mum -2.41 m 352 keV 0 eV 0 fm 0 fm Target initStep - 1 3.53 mm -110 mum -2.4 m 0 eV 88 keV 2.13 mm 2.13 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2537, Parent ID = 2533 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.53 mm -110 mum -2.4 m 264 keV 0 eV 0 fm 0 fm Target initStep - 1 3.53 mm -107 mum -2.4 m 0 eV 264 keV 123 mum 123 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2532, Parent ID = 2530 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.82 mm -318 mum -2.41 m 798 keV 0 eV 0 fm 0 fm Target initStep - 1 5.62 mm -3.25 mm -2.4 m 798 keV 0 eV 7.51 mm 7.51 mm Target Transportation - 2 2.4 m -1.85 m 1.24 m 798 keV 0 eV 4.73 m 4.74 m Tracker Transportation - 3 2.91 m -2.24 m 2.02 m 798 keV 0 eV 1.01 m 5.75 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2531, Parent ID = 2530 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.31 mm 279 mum -2.41 m 4.31 MeV 0 eV 0 fm 0 fm Target initStep - 1 3.12 mm -2.25 mm -2.4 m 2.28 MeV 0 eV 3.85 mm 3.85 mm Target compt - 2 5.44 mm -1.32 cm -2.4 m 2.28 MeV 0 eV 1.19 cm 1.57 cm Target Transportation - 3 50.8 cm -2.4 m -1.54 m 2.28 MeV 0 eV 2.59 m 2.6 m Tracker Transportation - 4 61.5 cm -2.91 m -1.36 m 2.28 MeV 0 eV 55.3 cm 3.15 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2538, Parent ID = 2531 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.12 mm -2.25 mm -2.4 m 2.03 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.95 mm -2.11 mm -2.4 m 776 keV 858 keV 790 mum 790 mum Target eBrem - 2 2.88 mm -2.1 mm -2.4 m 219 keV 557 keV 461 mum 1.25 mm Target eBrem - 3 2.88 mm -2.1 mm -2.4 m 0 eV 219 keV 94.1 mum 1.35 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2539, Parent ID = 2538 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.95 mm -2.11 mm -2.4 m 398 keV 0 eV 0 fm 0 fm Target initStep - 1 2.96 mm -2.12 mm -2.4 m 0 eV 88 keV 28.4 mum 28.4 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2540, Parent ID = 2539 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.96 mm -2.12 mm -2.4 m 310 keV 0 eV 0 fm 0 fm Target initStep - 1 2.97 mm -2.12 mm -2.4 m 0 eV 310 keV 156 mum 156 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2449, Parent ID = 2428 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 144 mum 35.3 mum -2.44 m 35.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -62.9 mum 115 mum -2.44 m 32.1 MeV 2.17 MeV 1.53 mm 1.53 mm Target eBrem - 2 -69.7 mum -87.4 mum -2.44 m 16.3 MeV 627 keV 502 mum 2.03 mm Target eBrem - 3 -1.11 mm 302 mum -2.44 m 11.6 MeV 3.06 MeV 1.87 mm 3.9 mm Target eBrem - 4 -1.51 mm -290 mum -2.44 m 5.6 MeV 2.03 MeV 933 mum 4.84 mm Target eBrem - 5 -1.42 mm -336 mum -2.44 m 3 MeV 212 keV 216 mum 5.05 mm Target eBrem - 6 -961 mum -314 mum -2.44 m 140 keV 1.33 MeV 1.08 mm 6.13 mm Target eBrem - 7 -960 mum -314 mum -2.44 m 0 eV 140 keV 47 mum 6.18 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2546, Parent ID = 2449 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -961 mum -314 mum -2.44 m 1.53 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.99 mm -574 mum -2.44 m 1.27 MeV 0 eV 1.04 cm 1.04 cm Target compt - 2 4.27 mm -2.59 mm -2.45 m 1.27 MeV 0 eV 5.7 mm 1.61 cm Target Transportation - 3 11.8 cm -18.2 cm -2.91 m 1.27 MeV 0 eV 50.7 cm 52.3 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2547, Parent ID = 2546 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.99 mm -574 mum -2.44 m 252 keV 0 eV 0 fm 0 fm Target initStep - 1 2.99 mm -569 mum -2.44 m 0 eV 252 keV 115 mum 115 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2545, Parent ID = 2449 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.42 mm -336 mum -2.44 m 2.39 MeV 0 eV 0 fm 0 fm Target initStep - 1 169 mum -2.34 cm -2.43 m 1.81 MeV 0 eV 2.55 cm 2.55 cm Target compt - 2 -408 mum -2.5 cm -2.42 m 1.81 MeV 0 eV 1.97 mm 2.74 cm Target Transportation - 3 -1.47 cm -6.49 cm -2.4 m 1.81 MeV 0 eV 4.88 cm 7.62 cm World Transportation - 4 -85 cm -2.4 m -98.8 cm 1.81 MeV 0 eV 2.85 m 2.93 m Tracker Transportation - 5 -1.03 m -2.91 m -67.9 cm 1.81 MeV 0 eV 62.3 cm 3.55 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2548, Parent ID = 2545 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 169 mum -2.34 cm -2.43 m 587 keV 0 eV 0 fm 0 fm Target initStep - 1 232 mum -2.34 cm -2.43 m 21.1 keV 273 keV 143 mum 143 mum Target eBrem - 2 232 mum -2.34 cm -2.43 m 0 eV 21.1 keV 2.23 mum 145 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2549, Parent ID = 2548 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 232 mum -2.34 cm -2.43 m 293 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.29 mm -2.36 cm -2.43 m 0 eV 88 keV 2.78 mm 2.78 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2550, Parent ID = 2549 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.29 mm -2.36 cm -2.43 m 205 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.29 mm -2.36 cm -2.43 m 0 eV 205 keV 85 mum 85 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2544, Parent ID = 2449 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.51 mm -290 mum -2.44 m 4.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 -709 mum -2.64 mm -2.43 m 0 eV 0 eV 4.34 mm 4.34 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2552, Parent ID = 2544 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -709 mum -2.64 mm -2.43 m 1.57 MeV 0 eV 0 fm 0 fm Target initStep - 1 -600 mum -2.67 mm -2.43 m 0 eV 1.57 MeV 1.22 mm 1.22 mm Target eIoni - 2 -600 mum -2.67 mm -2.43 m 0 eV 0 eV 0 fm 1.22 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2554, Parent ID = 2552 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -600 mum -2.67 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.34 mm -1.63 cm -2.42 m 399 keV 0 eV 1.77 cm 1.77 cm Target compt - 2 -5.88 mm -1.67 cm -2.42 m 363 keV 0 eV 673 mum 1.83 cm Target compt - 3 -7.97 mm -2.06 cm -2.42 m 0 eV 88 keV 4.52 mm 2.29 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2557, Parent ID = 2554 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.97 mm -2.06 cm -2.42 m 275 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.97 mm -2.06 cm -2.42 m 0 eV 275 keV 132 mum 132 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2556, Parent ID = 2554 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.88 mm -1.67 cm -2.42 m 35.3 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.88 mm -1.67 cm -2.42 m 0 eV 35.3 keV 5.1 mum 5.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2555, Parent ID = 2554 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.34 mm -1.63 cm -2.42 m 112 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.34 mm -1.63 cm -2.42 m 0 eV 112 keV 33.3 mum 33.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2553, Parent ID = 2552 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -600 mum -2.67 mm -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -84 mum -1.18 mm -2.43 m 226 keV 0 eV 1.93 mm 1.93 mm Target compt - 2 597 mum -1.68 mm -2.43 m 0 eV 88 keV 845 mum 2.77 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2559, Parent ID = 2553 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 597 mum -1.68 mm -2.43 m 138 keV 0 eV 0 fm 0 fm Target initStep - 1 598 mum -1.68 mm -2.43 m 0 eV 138 keV 46.4 mum 46.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2558, Parent ID = 2553 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -84 mum -1.18 mm -2.43 m 285 keV 0 eV 0 fm 0 fm Target initStep - 1 -84.7 mum -1.18 mm -2.43 m 0 eV 285 keV 138 mum 138 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2551, Parent ID = 2544 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -709 mum -2.64 mm -2.43 m 1.42 MeV 0 eV 0 fm 0 fm Target initStep - 1 -749 mum -2.7 mm -2.43 m 0 eV 1.42 MeV 1.08 mm 1.08 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2543, Parent ID = 2449 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.11 mm 302 mum -2.44 m 1.62 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.14 mm 21.1 mum -2.44 m 1.6 MeV 0 eV 436 mum 436 mum Target compt - 2 -1.35 mm -2.5 cm -2.41 m 1.6 MeV 0 eV 3.93 cm 3.98 cm Target Transportation - 3 -1.4 mm -2.99 cm -2.4 m 1.6 MeV 0 eV 7.77 mm 4.75 cm World Transportation - 4 -2.13 cm -2.4 m 47.4 cm 1.6 MeV 0 eV 3.73 m 3.77 m Tracker Transportation - 5 -2.56 cm -2.91 m 1.09 m 1.6 MeV 0 eV 80.2 cm 4.57 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2560, Parent ID = 2543 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.14 mm 21.1 mum -2.44 m 16.8 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.14 mm 21 mum -2.44 m 0 eV 16.8 keV 1.56 mum 1.56 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2542, Parent ID = 2449 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -69.7 mum -87.4 mum -2.44 m 15.1 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.68 mm -1.51 mm -2.42 m 12.4 MeV 0 eV 1.74 cm 1.74 cm Target compt - 2 -5.76 mm -1.64 mm -2.41 m 0 eV 0 eV 6.71 mm 2.41 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2563, Parent ID = 2542 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.76 mm -1.64 mm -2.41 m 1.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.77 mm -1.61 mm -2.41 m 0 eV 1.12 MeV 833 mum 833 mum Target eIoni - 2 -5.77 mm -1.61 mm -2.41 m 0 eV 0 eV 0 fm 833 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2565, Parent ID = 2563 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.77 mm -1.61 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.22 mm -5.29 mm -2.42 m 0 eV 88 keV 8.31 mm 8.31 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2566, Parent ID = 2565 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.22 mm -5.29 mm -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.23 mm -5.28 mm -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2564, Parent ID = 2563 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.77 mm -1.61 mm -2.41 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.7 cm 4.28 mm -2.41 m 218 keV 0 eV 1.33 cm 1.33 cm Target compt - 2 -1.69 cm 4.29 mm -2.41 m 0 eV 88 keV 51.7 mum 1.34 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2568, Parent ID = 2564 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.69 cm 4.29 mm -2.41 m 130 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.69 cm 4.29 mm -2.41 m 0 eV 130 keV 41.7 mum 41.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2567, Parent ID = 2564 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.7 cm 4.28 mm -2.41 m 293 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.7 cm 4.28 mm -2.41 m 0 eV 293 keV 144 mum 144 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2562, Parent ID = 2542 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.76 mm -1.64 mm -2.41 m 10.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 -6.3 mm -3.28 mm -2.41 m 6.35 MeV 2.75 MeV 2.32 mm 2.32 mm Target eBrem - 2 -6.58 mm -2.44 mm -2.41 m 2.96 MeV 2.63 MeV 1.21 mm 3.54 mm Target eBrem - 3 -6.85 mm -2.57 mm -2.41 m 0 eV 2.96 MeV 2.33 mm 5.86 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2570, Parent ID = 2562 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.58 mm -2.44 mm -2.41 m 763 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.31 cm -4.85 mm -2.41 m 272 keV 0 eV 7.01 mm 7.01 mm Target compt - 2 -1.23 cm -6.19 mm -2.41 m 0 eV 88 keV 1.59 mm 8.6 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2572, Parent ID = 2570 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.23 cm -6.19 mm -2.41 m 184 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.23 cm -6.19 mm -2.41 m 0 eV 184 keV 72.1 mum 72.1 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2571, Parent ID = 2570 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.31 cm -4.85 mm -2.41 m 491 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.31 cm -4.85 mm -2.41 m 0 eV 491 keV 295 mum 295 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2569, Parent ID = 2562 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.3 mm -3.28 mm -2.41 m 1.13 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.02 cm -4.3 mm -2.4 m 1.13 MeV 0 eV 1.42 cm 1.42 cm Target Transportation - 2 -23.8 cm -6.44 cm -1.6 m 1.13 MeV 0 eV 83.4 cm 84.8 cm Tracker Transportation - 3 -24 cm -6.49 cm -1.59 m 1.13 MeV 0 eV 7.11 mm 85.5 cm Chamber Transportation - 4 -46.6 cm -12.5 cm -80 cm 1.13 MeV 0 eV 82.7 cm 1.68 m Tracker Transportation - 5 -52.3 cm -14 cm -60 cm 1.13 MeV 0 eV 20.8 cm 1.89 m Chamber Transportation - 6 -59 cm -15.7 cm -36.6 cm 380 keV 0 eV 24.4 cm 2.13 m Tracker compt - 7 -2.4 m 62.2 cm -60.4 cm 380 keV 0 eV 1.99 m 4.12 m Tracker Transportation - 8 -2.91 m 84.2 cm -67.1 cm 380 keV 0 eV 55.9 cm 4.68 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2573, Parent ID = 2569 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -59 cm -15.7 cm -36.6 cm 751 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -57.8 cm -23.2 cm -0.0341 fm 684 keV 66.8 keV 39.9 cm 39.9 cm Tracker Transportation - 2 -62.8 cm -25.4 cm 10.7 cm 580 keV 104 keV 18.9 cm 58.8 cm Chamber msc - 3 -65.9 cm -31 cm 6.66 cm 478 keV 102 keV 19 cm 77.8 cm Chamber msc - 4 -64.2 cm -30.2 cm 1.15 cm 360 keV 118 keV 19 cm 96.7 cm Chamber msc - 5 -69.6 cm -30.2 cm 1.64 cm 255 keV 105 keV 19 cm 1.16 m Chamber msc - 6 -68.3 cm -31.3 cm 1.75 mm 122 keV 133 keV 19 cm 1.35 m Chamber msc - 7 -68.1 cm -30.9 cm 6.96 mm 0 eV 122 keV 6.88 cm 1.42 m Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2561, Parent ID = 2542 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.68 mm -1.51 mm -2.42 m 2.75 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.73 mm -1.63 mm -2.42 m 2.24 MeV 172 keV 212 mum 212 mum Target eBrem - 2 -4.86 mm -1.71 mm -2.42 m 1.29 MeV 135 keV 158 mum 370 mum Target eBrem - 3 -4.87 mm -1.69 mm -2.42 m 0 eV 1.29 MeV 964 mum 1.33 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2575, Parent ID = 2561 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.86 mm -1.71 mm -2.42 m 817 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.2 mm 489 mum -2.43 m 440 keV 0 eV 1.36 cm 1.36 cm Target compt - 2 -6.13 mm -1.71 mm -2.44 m 0 eV 88 keV 2.77 mm 1.64 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2577, Parent ID = 2575 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.13 mm -1.71 mm -2.44 m 352 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.13 mm -1.72 mm -2.44 m 0 eV 352 keV 187 mum 187 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2576, Parent ID = 2575 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.2 mm 489 mum -2.43 m 377 keV 0 eV 0 fm 0 fm Target initStep - 1 -6.2 mm 498 mum -2.43 m 0 eV 377 keV 205 mum 205 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2574, Parent ID = 2561 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.73 mm -1.63 mm -2.42 m 342 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.4 mm -2.46 mm -2.42 m 0 eV 88 keV 1.08 mm 1.08 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2578, Parent ID = 2574 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.4 mm -2.46 mm -2.42 m 254 keV 0 eV 0 fm 0 fm Target initStep - 1 -5.4 mm -2.47 mm -2.42 m 0 eV 254 keV 116 mum 116 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2541, Parent ID = 2449 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -62.9 mum 115 mum -2.44 m 1.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -667 mum -5.45 mm -2.42 m 0 eV 88 keV 1.9 cm 1.9 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2579, Parent ID = 2541 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -667 mum -5.45 mm -2.42 m 1.51 MeV 0 eV 0 fm 0 fm Target initStep - 1 -502 mum -5.39 mm -2.42 m 648 keV 401 keV 402 mum 402 mum Target eBrem - 2 -530 mum -5.38 mm -2.42 m 0 eV 648 keV 423 mum 824 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2580, Parent ID = 2579 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -502 mum -5.39 mm -2.42 m 466 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.37 mm -5 mm -2.42 m 370 keV 0 eV 1.21 mm 1.21 mm Target compt - 2 -1.69 mm -4.81 mm -2.42 m 0 eV 88 keV 375 mum 1.58 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2582, Parent ID = 2580 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.69 mm -4.81 mm -2.42 m 282 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.69 mm -4.81 mm -2.42 m 0 eV 282 keV 137 mum 137 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2581, Parent ID = 2580 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.37 mm -5 mm -2.42 m 95.4 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.37 mm -5 mm -2.42 m 0 eV 95.4 keV 25.6 mum 25.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 105, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 785 nm 739 nm -2.45 m 196 MeV 0 eV 0 fm 0 fm Target initStep - 1 -21.9 mum 15.1 mum -2.44 m 0 eV 0 eV 9.51 mm 9.51 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2584, Parent ID = 105 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21.9 mum 15.1 mum -2.44 m 123 MeV 0 eV 0 fm 0 fm Target initStep - 1 -24.8 mum 20.1 mum -2.44 m 122 MeV 262 keV 243 mum 243 mum Target eBrem - 2 -57 mum -1.41 mum -2.44 m 116 MeV 677 keV 404 mum 647 mum Target eBrem - 3 -94.7 mum -43.6 mum -2.44 m 109 MeV 1.2 MeV 941 mum 1.59 mm Target eBrem - 4 -95.4 mum -45.7 mum -2.44 m 108 MeV 54.7 keV 39 mum 1.63 mm Target eBrem - 5 -96.2 mum -46.9 mum -2.44 m 105 MeV 36.6 keV 37.4 mum 1.66 mm Target eBrem - 6 -117 mum -70.3 mum -2.44 m 102 MeV 470 keV 415 mum 2.08 mm Target eBrem - 7 -53.2 mum -146 mum -2.43 m 98 MeV 2.14 MeV 1.53 mm 3.61 mm Target eBrem - 8 -6.28 mum -210 mum -2.43 m 92.6 MeV 510 keV 396 mum 4.01 mm Target eBrem - 9 15.5 mum -248 mum -2.43 m 83.4 MeV 312 keV 333 mum 4.34 mm Target eBrem - 10 226 mum -410 mum -2.43 m 78.2 MeV 4.75 MeV 2.11 mm 6.45 mm Target eBrem - 11 243 mum -430 mum -2.43 m 77.6 MeV 195 keV 164 mum 6.61 mm Target eBrem - 12 324 mum -592 mum -2.43 m 64.7 MeV 1.26 MeV 1.08 mm 7.7 mm Target eBrem - 13 263 mum -626 mum -2.43 m 35.3 MeV 875 keV 819 mum 8.52 mm Target eBrem - 14 326 mum -537 mum -2.43 m 26.9 MeV 1.01 MeV 915 mum 9.43 mm Target eBrem - 15 265 mum -595 mum -2.43 m 25.8 MeV 457 keV 321 mum 9.75 mm Target eBrem - 16 246 mum -1.06 mm -2.43 m 22.9 MeV 2.25 MeV 1.86 mm 1.16 cm Target eBrem - 17 168 mum -1.07 mm -2.43 m 14.7 MeV 271 keV 266 mum 1.19 cm Target eBrem - 18 105 mum -1.05 mm -2.43 m 9.44 MeV 574 keV 294 mum 1.22 cm Target eBrem - 19 298 mum -528 mum -2.42 m 7.87 MeV 1.57 MeV 1.17 mm 1.33 cm Target eIoni - 20 2.94 mm -1.13 mm -2.42 m 2.05 MeV 5.82 MeV 3.27 mm 1.66 cm Target eBrem - 21 3.05 mm -1.1 mm -2.42 m 0 eV 2.05 MeV 1.63 mm 1.82 cm Target eIoni - 22 3.05 mm -1.1 mm -2.42 m 0 eV 0 eV 0 fm 1.82 cm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2604, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.05 mm -1.1 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -953 mum -5.48 mm -2.42 m 326 keV 0 eV 6.82 mm 6.82 mm Target compt - 2 -956 mum -5.49 mm -2.42 m 178 keV 0 eV 11.6 mum 6.83 mm Target compt - 3 -1.08 mm -5.5 mm -2.42 m 0 eV 88 keV 280 mum 7.11 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2607, Parent ID = 2604 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.08 mm -5.5 mm -2.42 m 90.2 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.08 mm -5.5 mm -2.42 m 0 eV 90.2 keV 23.5 mum 23.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2606, Parent ID = 2604 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -956 mum -5.49 mm -2.42 m 148 keV 0 eV 0 fm 0 fm Target initStep - 1 -956 mum -5.49 mm -2.42 m 0 eV 148 keV 51.6 mum 51.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2605, Parent ID = 2604 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -953 mum -5.48 mm -2.42 m 185 keV 0 eV 0 fm 0 fm Target initStep - 1 -955 mum -5.48 mm -2.42 m 0 eV 185 keV 72.6 mum 72.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2603, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.05 mm -1.1 mm -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 4.2 mm 162 mum -2.42 m 0 eV 88 keV 1.96 mm 1.96 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2608, Parent ID = 2603 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.2 mm 162 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 4.21 mm 167 mum -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2602, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 105 mum -1.05 mm -2.43 m 4.65 MeV 0 eV 0 fm 0 fm Target initStep - 1 -2.11 mm 1.41 mm -2.4 m 4.65 MeV 0 eV 2.56 cm 2.56 cm Target Transportation - 2 -7.2 cm 7.9 cm -1.6 m 4.65 MeV 0 eV 80.7 cm 83.2 cm Tracker Transportation - 3 -8.94 cm 9.83 cm -1.4 m 4.65 MeV 0 eV 20.2 cm 1.03 m Chamber Transportation - 4 -14.2 cm 15.7 cm -80 cm 4.65 MeV 0 eV 60.5 cm 1.64 m Tracker Transportation - 5 -15.9 cm 17.6 cm -60 cm 4.65 MeV 0 eV 20.2 cm 1.84 m Chamber Transportation - 6 -21.2 cm 23.4 cm -0.114 fm 4.65 MeV 0 eV 60.5 cm 2.45 m Tracker Transportation - 7 -22.9 cm 25.3 cm 20 cm 4.65 MeV 0 eV 20.2 cm 2.65 m Chamber Transportation - 8 -28.2 cm 31.2 cm 80 cm 4.65 MeV 0 eV 60.5 cm 3.25 m Tracker Transportation - 9 -29.9 cm 33.1 cm 1 m 4.65 MeV 0 eV 20.2 cm 3.45 m Chamber Transportation - 10 -35.1 cm 38.9 cm 1.6 m 4.65 MeV 0 eV 60.5 cm 4.06 m Tracker Transportation - 11 -36.9 cm 40.9 cm 1.8 m 4.65 MeV 0 eV 20.2 cm 4.26 m Chamber Transportation - 12 -42.1 cm 46.7 cm 2.4 m 4.65 MeV 0 eV 60.5 cm 4.87 m Tracker Transportation - 13 -46.6 cm 51.6 cm 2.91 m 4.65 MeV 0 eV 51.4 cm 5.38 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2601, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 168 mum -1.07 mm -2.43 m 8.01 MeV 0 eV 0 fm 0 fm Target initStep - 1 -475 mum -1.12 mm -2.42 m 0 eV 0 eV 8 mm 8 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2610, Parent ID = 2601 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -475 mum -1.12 mm -2.42 m 4.68 MeV 0 eV 0 fm 0 fm Target initStep - 1 -473 mum -1.11 mm -2.42 m 4.14 MeV 10.7 keV 13.3 mum 13.3 mum Target eBrem - 2 -303 mum -613 mum -2.42 m 2.22 MeV 1.45 MeV 1.17 mm 1.18 mm Target eBrem - 3 -403 mum -604 mum -2.42 m 446 keV 80.3 keV 101 mum 1.28 mm Target eBrem - 4 -418 mum -582 mum -2.42 m 0 eV 446 keV 258 mum 1.54 mm Target eIoni - 5 -418 mum -582 mum -2.42 m 0 eV 0 eV 0 fm 1.54 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2615, Parent ID = 2610 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -418 mum -582 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 913 mum -2.49 mm -2.42 m 459 keV 0 eV 2.55 mm 2.55 mm Target compt - 2 3.52 mm -1.05 cm -2.42 m 0 eV 88 keV 8.4 mm 1.09 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2617, Parent ID = 2615 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.52 mm -1.05 cm -2.42 m 371 keV 0 eV 0 fm 0 fm Target initStep - 1 3.53 mm -1.05 cm -2.42 m 0 eV 371 keV 201 mum 201 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2616, Parent ID = 2615 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 913 mum -2.49 mm -2.42 m 52.4 keV 0 eV 0 fm 0 fm Target initStep - 1 913 mum -2.49 mm -2.42 m 0 eV 52.4 keV 9.69 mum 9.69 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2614, Parent ID = 2610 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -418 mum -582 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -702 mum -174 mum -2.42 m 384 keV 0 eV 546 mum 546 mum Target compt - 2 -433 mum 3.02 mm -2.42 m 0 eV 88 keV 7.59 mm 8.14 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2619, Parent ID = 2614 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -433 mum 3.02 mm -2.42 m 296 keV 0 eV 0 fm 0 fm Target initStep - 1 -430 mum 3.01 mm -2.42 m 0 eV 296 keV 146 mum 146 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2618, Parent ID = 2614 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -702 mum -174 mum -2.42 m 127 keV 0 eV 0 fm 0 fm Target initStep - 1 -704 mum -173 mum -2.42 m 0 eV 127 keV 40.2 mum 40.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2613, Parent ID = 2610 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -403 mum -604 mum -2.42 m 1.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.73 cm 2.38 cm -2.41 m 1.2 MeV 0 eV 3.01 cm 3.01 cm Target compt - 2 -1.76 cm 2.5 cm -2.41 m 1.2 MeV 0 eV 1.2 mm 3.13 cm Target Transportation - 3 -59.2 cm 2.91 m -2.83 m 1.2 MeV 0 eV 2.97 m 3 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2620, Parent ID = 2613 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.73 cm 2.38 cm -2.41 m 500 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.73 cm 2.38 cm -2.41 m 0 eV 500 keV 302 mum 302 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2612, Parent ID = 2610 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -303 mum -613 mum -2.42 m 461 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.4 cm 2.23 mm -2.41 m 398 keV 0 eV 1.5 cm 1.5 cm Target compt - 2 -1.43 cm 2.61 mm -2.41 m 0 eV 88 keV 685 mum 1.57 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2622, Parent ID = 2612 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.43 cm 2.61 mm -2.41 m 310 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.43 cm 2.61 mm -2.41 m 0 eV 310 keV 156 mum 156 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2621, Parent ID = 2612 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.4 cm 2.23 mm -2.41 m 62.8 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.4 cm 2.23 mm -2.41 m 0 eV 62.8 keV 13 mum 13 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2611, Parent ID = 2610 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -473 mum -1.11 mm -2.42 m 528 keV 0 eV 0 fm 0 fm Target initStep - 1 -310 mum 38.7 mum -2.42 m 0 eV 88 keV 1.16 mm 1.16 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2623, Parent ID = 2611 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -310 mum 38.7 mum -2.42 m 440 keV 0 eV 0 fm 0 fm Target initStep - 1 -307 mum 55.6 mum -2.42 m 0 eV 440 keV 254 mum 254 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2609, Parent ID = 2601 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -475 mum -1.12 mm -2.42 m 2.31 MeV 0 eV 0 fm 0 fm Target initStep - 1 -742 mum -1.18 mm -2.42 m 1.44 MeV 440 keV 423 mum 423 mum Target eBrem - 2 -703 mum -1.09 mm -2.42 m 0 eV 1.44 MeV 1.09 mm 1.51 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2624, Parent ID = 2609 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -742 mum -1.18 mm -2.42 m 430 keV 0 eV 0 fm 0 fm Target initStep - 1 564 mum 1.48 mm -2.42 m 0 eV 88 keV 2.99 mm 2.99 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2625, Parent ID = 2624 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 564 mum 1.48 mm -2.42 m 342 keV 0 eV 0 fm 0 fm Target initStep - 1 563 mum 1.49 mm -2.42 m 0 eV 342 keV 179 mum 179 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2600, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 246 mum -1.06 mm -2.43 m 641 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.89 mm -2.62 mm -2.41 m 465 keV 0 eV 1.49 cm 1.49 cm Target compt - 2 3.87 mm -6.6 mm -2.4 m 462 keV 0 eV 1.3 cm 2.8 cm Target compt - 3 4.7 mm -7.1 mm -2.4 m 462 keV 0 eV 1.37 mm 2.94 cm Target Transportation - 4 2.4 m -1.46 m 42.4 cm 462 keV 0 eV 3.98 m 4.01 m Tracker Transportation - 5 2.91 m -1.77 m 1.03 m 462 keV 0 eV 84.7 cm 4.85 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2627, Parent ID = 2600 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.87 mm -6.6 mm -2.4 m 3.91 keV 0 eV 0 fm 0 fm Target initStep - 1 3.87 mm -6.6 mm -2.4 m 0 eV 3.91 keV 181 nm 181 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2626, Parent ID = 2600 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.89 mm -2.62 mm -2.41 m 175 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.89 mm -2.62 mm -2.41 m 0 eV 175 keV 67 mum 67 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2599, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 265 mum -595 mum -2.43 m 628 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.4 mm -1.8 mm -2.42 m 0 eV 88 keV 7.95 mm 7.95 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2628, Parent ID = 2599 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.4 mm -1.8 mm -2.42 m 540 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.41 mm -1.8 mm -2.42 m 0 eV 540 keV 334 mum 334 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2598, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 326 mum -537 mum -2.43 m 7.34 MeV 0 eV 0 fm 0 fm Target initStep - 1 -3.44 mm -7.71 mm -2.4 m 7.34 MeV 0 eV 2.92 cm 2.92 cm Target Transportation - 2 -11.1 cm -21.3 cm -1.6 m 7.34 MeV 0 eV 83.3 cm 86.2 cm Tracker Transportation - 3 -12.5 cm -24 cm -1.49 m 7.34 MeV 0 eV 11.1 cm 97.3 cm Chamber Transportation - 4 -21.9 cm -41.8 cm -80 cm 7.34 MeV 0 eV 72.2 cm 1.69 m Tracker Transportation - 5 -24.6 cm -46.9 cm -60 cm 7.34 MeV 0 eV 20.8 cm 1.9 m Chamber Transportation - 6 -32.6 cm -62.3 cm 0 fm 7.34 MeV 0 eV 62.5 cm 2.53 m Tracker Transportation - 7 -34.2 cm -65.3 cm 11.8 cm 0 eV 0 eV 12.3 cm 2.65 m Chamber conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2630, Parent ID = 2598 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -34.2 cm -65.3 cm 11.8 cm 1.65 MeV 0 eV 0 fm 0 fm Chamber initStep - 1 -33.5 cm -67.2 cm 17.1 cm 1.56 MeV 86.8 keV 5.79 cm 5.79 cm Chamber eBrem - 2 -35.2 cm -72.3 cm 20 cm 1.53 MeV 34.2 keV 6.46 cm 12.3 cm Chamber Transportation - 3 -36.9 cm -81 cm 23.5 cm 1.49 MeV 14.2 keV 9.58 cm 21.8 cm Tracker eIoni - 4 -43.3 cm -1.11 m 30.3 cm 1.41 MeV 64.9 keV 31.7 cm 53.5 cm Tracker eIoni - 5 -55.5 cm -1.31 m 33.8 cm 1.35 MeV 45.2 keV 23.9 cm 77.5 cm Tracker eIoni - 6 -70.9 cm -1.85 m 46 cm 1.24 MeV 107 keV 59.3 cm 1.37 m Tracker eIoni - 7 -80.9 cm -2.16 m 38.2 cm 1.15 MeV 60.1 keV 34.3 cm 1.71 m Tracker eIoni - 8 -97.2 cm -2.4 m 26.1 cm 1.1 MeV 53.5 keV 31.9 cm 2.03 m Tracker Transportation - 9 -1.18 m -2.91 m 24.6 cm 1.01 MeV 87 keV 57.9 cm 2.61 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2636, Parent ID = 2630 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -80.9 cm -2.16 m 38.2 cm 25.2 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -80.4 cm -2.17 m 38 cm 0 eV 25.2 keV 1.15 cm 1.15 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2635, Parent ID = 2630 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -70.9 cm -1.85 m 46 cm 11.7 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -71 cm -1.85 m 46.1 cm 0 eV 11.7 keV 2.98 mm 2.98 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2634, Parent ID = 2630 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -55.5 cm -1.31 m 33.8 cm 8.92 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -55.5 cm -1.31 m 33.8 cm 0 eV 8.92 keV 1.86 mm 1.86 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2633, Parent ID = 2630 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -43.3 cm -1.11 m 30.3 cm 11.7 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -43.5 cm -1.11 m 30.4 cm 0 eV 11.7 keV 3 mm 3 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2632, Parent ID = 2630 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -36.9 cm -81 cm 23.5 cm 29.4 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -37.5 cm -80.8 cm 23.9 cm 0 eV 29.4 keV 1.53 cm 1.53 cm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2631, Parent ID = 2630 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -33.5 cm -67.2 cm 17.1 cm 3.16 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -33.9 cm -68.6 cm 18.3 cm 0 eV 1.15 keV 1.87 cm 1.87 cm Chamber phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2637, Parent ID = 2631 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -33.9 cm -68.6 cm 18.3 cm 2.01 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -33.9 cm -68.6 cm 18.3 cm 0 eV 2.01 keV 98.3 mum 98.3 mum Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2629, Parent ID = 2598 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -34.2 cm -65.3 cm 11.8 cm 4.66 MeV 0 eV 0 fm 0 fm Chamber initStep - 1 -35.8 cm -66.3 cm 20 cm 4.61 MeV 48.2 keV 8.6 cm 8.6 cm Chamber Transportation - 2 -42.4 cm -63.8 cm 33.9 cm 4.57 MeV 30.7 keV 15.6 cm 24.2 cm Tracker eIoni - 3 -63.3 cm -53.2 cm 80 cm 4.48 MeV 91.4 keV 52 cm 76.2 cm Tracker Transportation - 4 -69.6 cm -46.2 cm 89.4 cm 4.34 MeV 53.8 keV 13.3 cm 89.4 cm Chamber eIoni - 5 -76.7 cm -39.7 cm 1 m 4.22 MeV 120 keV 14.8 cm 1.04 m Chamber Transportation - 6 -1.31 m -39.9 cm 1.6 m 4.08 MeV 142 keV 81.9 cm 1.86 m Tracker Transportation - 7 -1.5 m -35.4 cm 1.8 m 3.92 MeV 160 keV 30 cm 2.16 m Chamber Transportation - 8 -1.56 m -1.14 cm 2.4 m 3.79 MeV 126 keV 69.9 cm 2.86 m Tracker Transportation - 9 -1.63 m 12.4 cm 2.91 m 3.71 MeV 77.3 keV 53.5 cm 3.4 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2639, Parent ID = 2629 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -69.6 cm -46.2 cm 89.4 cm 86 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -69.8 cm -45.9 cm 89.2 cm 0 eV 86 keV 3.87 cm 3.87 cm Chamber eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2638, Parent ID = 2629 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -42.4 cm -63.8 cm 33.9 cm 11.8 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -42.3 cm -63.7 cm 33.9 cm 0 eV 11.8 keV 3.02 mm 3.02 mm Tracker eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2597, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 263 mum -626 mum -2.43 m 28.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 282 mum -649 mum -2.43 m 0 eV 0 eV 1.19 mm 1.19 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2641, Parent ID = 2597 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 282 mum -649 mum -2.43 m 15.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 289 mum -588 mum -2.43 m 11.7 MeV 672 keV 415 mum 415 mum Target eBrem - 2 481 mum -679 mum -2.43 m 1.47 MeV 547 keV 471 mum 886 mum Target eBrem - 3 574 mum -738 mum -2.43 m 0 eV 1.47 MeV 1.13 mm 2.02 mm Target eIoni - 4 574 mum -738 mum -2.43 m 0 eV 0 eV 0 fm 2.02 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2645, Parent ID = 2641 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 574 mum -738 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.57 cm 4.51 mm -2.41 m 0 eV 88 keV 2.18 cm 2.18 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2646, Parent ID = 2645 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.57 cm 4.51 mm -2.41 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.57 cm 4.5 mm -2.41 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2644, Parent ID = 2641 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 574 mum -738 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2.5 cm -8.62 mm -2.45 m 511 keV 0 eV 3.28 cm 3.28 cm Target Transportation - 2 57.9 cm -18.7 cm -2.91 m 511 keV 0 eV 74.4 cm 77.7 cm OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2643, Parent ID = 2641 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 481 mum -679 mum -2.43 m 9.64 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.5 cm -1.37 cm -2.4 m 9.64 MeV 0 eV 3.7 cm 3.7 cm Target Transportation - 2 2.75 cm -1.5 cm -2.4 m 9.64 MeV 0 eV 3.79 mm 4.07 cm World Transportation - 3 2.4 m -1.27 m -3.93 cm 9.64 MeV 0 eV 3.58 m 3.62 m Tracker Transportation - 4 2.91 m -1.54 m 46.8 cm 9.64 MeV 0 eV 76.9 cm 4.39 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2642, Parent ID = 2641 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 289 mum -588 mum -2.43 m 3.34 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.24 mm -658 mum -2.42 m 2.57 MeV 0 eV 3.45 mm 3.45 mm Target compt - 2 1.47 cm 2.78 mm -2.4 m 346 keV 0 eV 2.63 cm 2.98 cm Target compt - 3 1.48 cm 5.83 mm -2.4 m 0 eV 88 keV 3.49 mm 3.32 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2649, Parent ID = 2642 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.48 cm 5.83 mm -2.4 m 258 keV 0 eV 0 fm 0 fm Target initStep - 1 1.48 cm 5.83 mm -2.4 m 0 eV 258 keV 119 mum 119 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2648, Parent ID = 2642 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.47 cm 2.78 mm -2.4 m 2.23 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.47 cm 2.76 mm -2.4 m 410 keV 205 keV 213 mum 213 mum Target eBrem - 2 1.47 cm 2.75 mm -2.4 m 0 eV 410 keV 230 mum 443 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2650, Parent ID = 2648 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.47 cm 2.76 mm -2.4 m 1.62 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.42 cm 1.7 mm -2.4 m 1.62 MeV 0 eV 1.88 mm 1.88 mm Target Transportation - 2 -1.01 m -2.4 m 96.4 cm 1.62 MeV 0 eV 4.26 m 4.26 m Tracker Transportation - 3 -1.23 m -2.91 m 1.68 m 1.62 MeV 0 eV 90.4 cm 5.16 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2647, Parent ID = 2642 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.24 mm -658 mum -2.42 m 763 keV 0 eV 0 fm 0 fm Target initStep - 1 1.23 mm -671 mum -2.42 m 0 eV 763 keV 520 mum 520 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2640, Parent ID = 2597 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 282 mum -649 mum -2.43 m 11.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 494 mum -853 mum -2.43 m 9.96 MeV 965 keV 773 mum 773 mum Target eBrem - 2 810 mum -301 mum -2.43 m 6.08 MeV 3.41 MeV 2.45 mm 3.22 mm Target eBrem - 3 1.07 mm 308 mum -2.43 m 276 keV 900 keV 819 mum 4.04 mm Target eBrem - 4 1.07 mm 310 mum -2.43 m 0 eV 276 keV 132 mum 4.17 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2653, Parent ID = 2640 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.07 mm 308 mum -2.43 m 4.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.27 mm 2.43 mm -2.44 m 0 eV 0 eV 1.5 cm 1.5 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2655, Parent ID = 2653 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.27 mm 2.43 mm -2.44 m 3.65 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.37 mm 2.57 mm -2.44 m 0 eV 3.65 MeV 2.91 mm 2.91 mm Target eIoni - 2 -1.37 mm 2.57 mm -2.44 m 0 eV 0 eV 0 fm 2.91 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2657, Parent ID = 2655 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.37 mm 2.57 mm -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.34 mm 3.98 mm -2.45 m 0 eV 88 keV 1.79 mm 1.79 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2658, Parent ID = 2657 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.34 mm 3.98 mm -2.45 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.36 mm 3.97 mm -2.45 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2656, Parent ID = 2655 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.37 mm 2.57 mm -2.44 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.1 mm 2.17 mm -2.44 m 448 keV 0 eV 502 mum 502 mum Target compt - 2 1.7 mm 820 mum -2.44 m 400 keV 0 eV 3.68 mm 4.18 mm Target compt - 3 2.09 mm 839 mum -2.44 m 397 keV 0 eV 411 mum 4.59 mm Target compt - 4 8.79 mm 141 mum -2.44 m 0 eV 88 keV 7.08 mm 1.17 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2662, Parent ID = 2656 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.79 mm 141 mum -2.44 m 309 keV 0 eV 0 fm 0 fm Target initStep - 1 8.8 mm 135 mum -2.44 m 0 eV 309 keV 155 mum 155 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2661, Parent ID = 2656 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.09 mm 839 mum -2.44 m 3.39 keV 0 eV 0 fm 0 fm Target initStep - 1 2.09 mm 839 mum -2.44 m 0 eV 3.39 keV 149 nm 149 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2660, Parent ID = 2656 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.7 mm 820 mum -2.44 m 47.9 keV 0 eV 0 fm 0 fm Target initStep - 1 1.7 mm 819 mum -2.44 m 0 eV 47.9 keV 8.35 mum 8.35 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2659, Parent ID = 2656 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.1 mm 2.17 mm -2.44 m 62.8 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.1 mm 2.17 mm -2.44 m 0 eV 62.8 keV 13 mum 13 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2654, Parent ID = 2653 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.27 mm 2.43 mm -2.44 m 225 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.27 mm 2.42 mm -2.44 m 0 eV 225 keV 97.7 mum 97.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2652, Parent ID = 2640 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 810 mum -301 mum -2.43 m 473 keV 0 eV 0 fm 0 fm Target initStep - 1 1.29 mm -2.24 mm -2.43 m 0 eV 88 keV 4.89 mm 4.89 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2663, Parent ID = 2652 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.29 mm -2.24 mm -2.43 m 385 keV 0 eV 0 fm 0 fm Target initStep - 1 1.3 mm -2.25 mm -2.43 m 0 eV 385 keV 212 mum 212 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2651, Parent ID = 2640 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 494 mum -853 mum -2.43 m 992 keV 0 eV 0 fm 0 fm Target initStep - 1 480 mum -720 mum -2.43 m 216 keV 0 eV 133 mum 133 mum Target compt - 2 51.2 mum -1.71 mm -2.43 m 0 eV 88 keV 1.12 mm 1.25 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2665, Parent ID = 2651 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 51.2 mum -1.71 mm -2.43 m 128 keV 0 eV 0 fm 0 fm Target initStep - 1 51.1 mum -1.71 mm -2.43 m 0 eV 128 keV 41 mum 41 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2664, Parent ID = 2651 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 480 mum -720 mum -2.43 m 776 keV 0 eV 0 fm 0 fm Target initStep - 1 479 mum -681 mum -2.43 m 0 eV 776 keV 530 mum 530 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2596, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 324 mum -592 mum -2.43 m 11.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -432 mum -3.33 mm -2.4 m 11.6 MeV 0 eV 2.99 cm 2.99 cm Target Transportation - 2 -2.08 cm -7.7 cm -1.6 m 11.6 MeV 0 eV 80.4 cm 83.4 cm Tracker Transportation - 3 -2.59 cm -9.55 cm -1.4 m 11.6 MeV 0 eV 20.1 cm 1.03 m Chamber Transportation - 4 -4.11 cm -15.1 cm -80 cm 11.6 MeV 0 eV 60.3 cm 1.64 m Tracker Transportation - 5 -4.62 cm -16.9 cm -60 cm 11.6 MeV 0 eV 20.1 cm 1.84 m Chamber Transportation - 6 -6.14 cm -22.4 cm -0.114 fm 11.6 MeV 0 eV 60.3 cm 2.44 m Tracker Transportation - 7 -6.65 cm -24.3 cm 20 cm 11.6 MeV 0 eV 20.1 cm 2.64 m Chamber Transportation - 8 -8.18 cm -29.8 cm 80 cm 11.6 MeV 0 eV 60.3 cm 3.24 m Tracker Transportation - 9 -8.69 cm -31.7 cm 1 m 11.6 MeV 0 eV 20.1 cm 3.45 m Chamber Transportation - 10 -10.2 cm -37.2 cm 1.6 m 11.6 MeV 0 eV 60.3 cm 4.05 m Tracker Transportation - 11 -10.7 cm -39 cm 1.8 m 11.6 MeV 0 eV 20.1 cm 4.25 m Chamber Transportation - 12 -12.2 cm -44.6 cm 2.4 m 11.6 MeV 0 eV 60.3 cm 4.85 m Tracker Transportation - 13 -13.5 cm -49.3 cm 2.91 m 11.6 MeV 0 eV 51.2 cm 5.36 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2595, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 243 mum -430 mum -2.43 m 359 keV 0 eV 0 fm 0 fm Target initStep - 1 247 mum -434 mum -2.43 m 0 eV 88 keV 47.2 mum 47.2 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2666, Parent ID = 2595 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 247 mum -434 mum -2.43 m 271 keV 0 eV 0 fm 0 fm Target initStep - 1 249 mum -434 mum -2.43 m 0 eV 271 keV 129 mum 129 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2594, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 226 mum -410 mum -2.43 m 478 keV 0 eV 0 fm 0 fm Target initStep - 1 258 mum -445 mum -2.43 m 0 eV 88 keV 336 mum 336 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2667, Parent ID = 2594 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 258 mum -445 mum -2.43 m 390 keV 0 eV 0 fm 0 fm Target initStep - 1 266 mum -442 mum -2.43 m 0 eV 390 keV 216 mum 216 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2593, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 15.5 mum -248 mum -2.43 m 8.91 MeV 0 eV 0 fm 0 fm Target initStep - 1 286 mum -836 mum -2.43 m 0 eV 0 eV 3.52 mm 3.52 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2669, Parent ID = 2593 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 286 mum -836 mum -2.43 m 3.52 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.73 mum -792 mum -2.43 m 2.21 MeV 757 keV 599 mum 599 mum Target eBrem - 2 -170 mum -772 mum -2.43 m 0 eV 2.21 MeV 1.76 mm 2.36 mm Target eIoni - 3 -170 mum -772 mum -2.43 m 0 eV 0 eV 0 fm 2.36 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2672, Parent ID = 2669 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -170 mum -772 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -119 mum 1.35 mm -2.43 m 466 keV 0 eV 2.35 mm 2.35 mm Target compt - 2 912 mum 3.46 mm -2.43 m 270 keV 0 eV 3.11 mm 5.46 mm Target compt - 3 227 mum 3.14 mm -2.43 m 0 eV 88 keV 1.34 mm 6.8 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2675, Parent ID = 2672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 227 mum 3.14 mm -2.43 m 182 keV 0 eV 0 fm 0 fm Target initStep - 1 227 mum 3.14 mm -2.43 m 0 eV 182 keV 71.2 mum 71.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2674, Parent ID = 2672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 912 mum 3.46 mm -2.43 m 196 keV 0 eV 0 fm 0 fm Target initStep - 1 915 mum 3.47 mm -2.43 m 0 eV 196 keV 78.9 mum 78.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2673, Parent ID = 2672 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -119 mum 1.35 mm -2.43 m 45 keV 0 eV 0 fm 0 fm Target initStep - 1 -119 mum 1.35 mm -2.43 m 0 eV 45 keV 7.59 mum 7.59 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2671, Parent ID = 2669 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -170 mum -772 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -376 mum -9.36 mm -2.42 m 417 keV 0 eV 9.53 mm 9.53 mm Target compt - 2 -415 mum -9.67 mm -2.42 m 0 eV 88 keV 319 mum 9.85 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2677, Parent ID = 2671 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -415 mum -9.67 mm -2.42 m 329 keV 0 eV 0 fm 0 fm Target initStep - 1 -423 mum -9.68 mm -2.42 m 0 eV 329 keV 170 mum 170 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2676, Parent ID = 2671 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -376 mum -9.36 mm -2.42 m 93.5 keV 0 eV 0 fm 0 fm Target initStep - 1 -376 mum -9.36 mm -2.42 m 0 eV 93.5 keV 24.9 mum 24.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2670, Parent ID = 2669 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.73 mum -792 mum -2.43 m 558 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.72 mm -639 mum -2.43 m 545 keV 0 eV 2.87 mm 2.87 mm Target compt - 2 -4.7 mm -54.7 mum -2.42 m 0 eV 88 keV 4.11 mm 6.98 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2679, Parent ID = 2670 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.7 mm -54.7 mum -2.42 m 457 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.69 mm -61.9 mum -2.42 m 0 eV 457 keV 268 mum 268 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2678, Parent ID = 2670 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.72 mm -639 mum -2.43 m 12.5 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.72 mm -639 mum -2.43 m 0 eV 12.5 keV 980 nm 980 nm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2668, Parent ID = 2593 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 286 mum -836 mum -2.43 m 4.36 MeV 0 eV 0 fm 0 fm Target initStep - 1 279 mum 552 mum -2.43 m 1.71 MeV 2.65 MeV 1.98 mm 1.98 mm Target eBrem - 2 170 mum 485 mum -2.43 m 0 eV 1.71 MeV 1.32 mm 3.3 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2592, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -6.28 mum -210 mum -2.43 m 4.86 MeV 0 eV 0 fm 0 fm Target initStep - 1 263 mum -1.41 mm -2.42 m 903 keV 0 eV 8.58 mm 8.58 mm Target compt - 2 -1.17 mm -1.92 mm -2.42 m 337 keV 0 eV 1.79 mm 1.04 cm Target compt - 3 1.18 mm -3.79 mm -2.42 m 288 keV 0 eV 4.18 mm 1.46 cm Target compt - 4 872 mum -4.8 mm -2.42 m 0 eV 88 keV 2.41 mm 1.7 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2683, Parent ID = 2592 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 872 mum -4.8 mm -2.42 m 200 keV 0 eV 0 fm 0 fm Target initStep - 1 872 mum -4.81 mm -2.42 m 0 eV 200 keV 81.7 mum 81.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2682, Parent ID = 2592 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.18 mm -3.79 mm -2.42 m 48.6 keV 0 eV 0 fm 0 fm Target initStep - 1 1.18 mm -3.79 mm -2.42 m 0 eV 48.6 keV 8.55 mum 8.55 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2681, Parent ID = 2592 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.17 mm -1.92 mm -2.42 m 566 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.19 mm -1.93 mm -2.42 m 0 eV 566 keV 356 mum 356 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2680, Parent ID = 2592 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 263 mum -1.41 mm -2.42 m 3.95 MeV 0 eV 0 fm 0 fm Target initStep - 1 -472 mum -1.36 mm -2.42 m 2.24 MeV 1.28 MeV 1.22 mm 1.22 mm Target eBrem - 2 -88.3 mum -2.08 mm -2.42 m 497 keV 1.41 MeV 1.46 mm 2.68 mm Target eBrem - 3 -102 mum -2.08 mm -2.42 m 0 eV 497 keV 299 mum 2.98 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2685, Parent ID = 2680 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -88.3 mum -2.08 mm -2.42 m 329 keV 0 eV 0 fm 0 fm Target initStep - 1 -205 mum -2 mm -2.42 m 301 keV 0 eV 164 mum 164 mum Target compt - 2 -215 mum -1.99 mm -2.42 m 0 eV 88 keV 21.3 mum 185 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2687, Parent ID = 2685 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -215 mum -1.99 mm -2.42 m 213 keV 0 eV 0 fm 0 fm Target initStep - 1 -218 mum -1.98 mm -2.42 m 0 eV 213 keV 89.9 mum 89.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2686, Parent ID = 2685 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -205 mum -2 mm -2.42 m 27.8 keV 0 eV 0 fm 0 fm Target initStep - 1 -205 mum -2 mm -2.42 m 0 eV 27.8 keV 3.46 mum 3.46 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2684, Parent ID = 2680 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -472 mum -1.36 mm -2.42 m 432 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.14 mm -3.77 mm -2.42 m 310 keV 0 eV 4.08 mm 4.08 mm Target compt - 2 -1.38 mm -3.4 mm -2.42 m 0 eV 88 keV 1.02 mm 5.1 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2689, Parent ID = 2684 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.38 mm -3.4 mm -2.42 m 222 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.39 mm -3.41 mm -2.42 m 0 eV 222 keV 95.7 mum 95.7 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2688, Parent ID = 2684 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.14 mm -3.77 mm -2.42 m 122 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.14 mm -3.77 mm -2.42 m 0 eV 122 keV 37.9 mum 37.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2591, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -53.2 mum -146 mum -2.43 m 1.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.81 mm -3.81 mm -2.41 m 0 eV 88 keV 2.71 cm 2.71 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2690, Parent ID = 2591 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.81 mm -3.81 mm -2.41 m 1.42 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.78 mm -3.89 mm -2.41 m 0 eV 1.42 MeV 1.07 mm 1.07 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2590, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -117 mum -70.3 mum -2.44 m 2.77 MeV 0 eV 0 fm 0 fm Target initStep - 1 -552 mum -2.51 mm -2.4 m 2.77 MeV 0 eV 3.54 cm 3.54 cm Target Transportation - 2 -1.04 cm -5.79 cm -1.6 m 2.77 MeV 0 eV 80.2 cm 83.7 cm Tracker Transportation - 3 -1.29 cm -7.17 cm -1.4 m 2.77 MeV 0 eV 20 cm 1.04 m Chamber Transportation - 4 -2.03 cm -11.3 cm -80 cm 2.77 MeV 0 eV 60.1 cm 1.64 m Tracker Transportation - 5 -2.27 cm -12.7 cm -60 cm 2.77 MeV 0 eV 20 cm 1.84 m Chamber Transportation - 6 -3.01 cm -16.9 cm 0.114 fm 2.77 MeV 0 eV 60.1 cm 2.44 m Tracker Transportation - 7 -3.26 cm -18.3 cm 20 cm 2.77 MeV 0 eV 20 cm 2.64 m Chamber Transportation - 8 -4 cm -22.4 cm 80 cm 2.77 MeV 0 eV 60.1 cm 3.24 m Tracker Transportation - 9 -4.24 cm -23.8 cm 1 m 2.77 MeV 0 eV 20 cm 3.44 m Chamber Transportation - 10 -4.98 cm -27.9 cm 1.6 m 2.77 MeV 0 eV 60.1 cm 4.05 m Tracker Transportation - 11 -5.23 cm -29.3 cm 1.8 m 2.77 MeV 0 eV 20 cm 4.25 m Chamber Transportation - 12 -5.97 cm -33.5 cm 2.4 m 2.77 MeV 0 eV 60.1 cm 4.85 m Tracker Transportation - 13 -6.6 cm -37 cm 2.91 m 2.77 MeV 0 eV 51.1 cm 5.36 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2589, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -96.2 mum -46.9 mum -2.44 m 3.23 MeV 0 eV 0 fm 0 fm Target initStep - 1 -604 mum -1.16 mm -2.41 m 1.49 MeV 0 eV 2.34 cm 2.34 cm Target compt - 2 -5.82 mm -9.42 mm -2.4 m 1.49 MeV 0 eV 1.58 cm 3.91 cm Target Transportation - 3 -1.51 m -2.4 m 1.18 m 1.49 MeV 0 eV 4.56 m 4.6 m Tracker Transportation - 4 -1.84 m -2.91 m 1.95 m 1.49 MeV 0 eV 97.3 cm 5.57 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2691, Parent ID = 2589 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -604 mum -1.16 mm -2.41 m 1.74 MeV 0 eV 0 fm 0 fm Target initStep - 1 -579 mum -1.12 mm -2.41 m 0 eV 1.74 MeV 1.05 mm 1.05 mm Target eBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2588, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -95.4 mum -45.7 mum -2.44 m 1.14 MeV 0 eV 0 fm 0 fm Target initStep - 1 -138 mum -104 mum -2.43 m 1.12 MeV 0 eV 1.59 mm 1.59 mm Target compt - 2 2.88 mm -1.16 mm -2.41 m 473 keV 0 eV 2.93 cm 3.09 cm Target compt - 3 5 mm 199 mum -2.4 m 0 eV 88 keV 2.65 mm 3.35 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2694, Parent ID = 2588 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5 mm 199 mum -2.4 m 385 keV 0 eV 0 fm 0 fm Target initStep - 1 5 mm 208 mum -2.4 m 0 eV 385 keV 211 mum 211 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2693, Parent ID = 2588 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.88 mm -1.16 mm -2.41 m 646 keV 0 eV 0 fm 0 fm Target initStep - 1 2.87 mm -1.17 mm -2.41 m 0 eV 646 keV 422 mum 422 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2692, Parent ID = 2588 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -138 mum -104 mum -2.43 m 21 keV 0 eV 0 fm 0 fm Target initStep - 1 -138 mum -104 mum -2.43 m 0 eV 21 keV 2.21 mum 2.21 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2587, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -94.7 mum -43.6 mum -2.44 m 5.92 MeV 0 eV 0 fm 0 fm Target initStep - 1 -775 mum -1.62 mm -2.4 m 392 keV 0 eV 3.31 cm 3.31 cm Target compt - 2 -754 mum -1.53 mm -2.4 m 0 eV 88 keV 93.9 mum 3.32 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2696, Parent ID = 2587 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -754 mum -1.53 mm -2.4 m 304 keV 0 eV 0 fm 0 fm Target initStep - 1 -756 mum -1.52 mm -2.4 m 0 eV 304 keV 151 mum 151 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2695, Parent ID = 2587 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -775 mum -1.62 mm -2.4 m 5.53 MeV 0 eV 0 fm 0 fm Target initStep - 1 -409 mum -1.99 mm -2.4 m 3.87 MeV 868 keV 808 mum 808 mum Target eBrem - 2 -420 mum -1.97 mm -2.4 m 3.13 MeV 52 keV 47.2 mum 855 mum Target eBrem - 3 -393 mum -1.81 mm -2.4 m 0 eV 3.13 MeV 2.46 mm 3.31 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2698, Parent ID = 2695 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -420 mum -1.97 mm -2.4 m 689 keV 0 eV 0 fm 0 fm Target initStep - 1 -292 mum -1.25 mm -2.4 m 599 keV 0 eV 1.33 mm 1.33 mm Target compt - 2 42.7 mum -1.1 mm -2.4 m 599 keV 0 eV 916 mum 2.25 mm Target Transportation - 3 63.9 cm 28.1 cm -80 cm 599 keV 0 eV 1.75 m 1.75 m Tracker Transportation - 4 67.2 cm 29.6 cm -71.7 cm 599 keV 0 eV 9.05 cm 1.84 m Chamber Transportation - 5 95.8 cm 42.2 cm 0 fm 599 keV 0 eV 78.2 cm 2.62 m Tracker Transportation - 6 1.04 m 45.7 cm 20 cm 599 keV 0 eV 21.8 cm 2.84 m Chamber Transportation - 7 1.28 m 56.3 cm 80 cm 599 keV 0 eV 65.5 cm 3.49 m Tracker Transportation - 8 1.36 m 59.8 cm 1 m 599 keV 0 eV 21.8 cm 3.71 m Chamber Transportation - 9 1.6 m 70.4 cm 1.6 m 599 keV 0 eV 65.5 cm 4.37 m Tracker Transportation - 10 1.68 m 73.9 cm 1.8 m 599 keV 0 eV 21.8 cm 4.58 m Chamber Transportation - 11 1.92 m 84.5 cm 2.4 m 599 keV 0 eV 65.5 cm 5.24 m Tracker Transportation - 12 2.12 m 93.5 cm 2.91 m 599 keV 0 eV 55.6 cm 5.8 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2699, Parent ID = 2698 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -292 mum -1.25 mm -2.4 m 90.3 keV 0 eV 0 fm 0 fm Target initStep - 1 -293 mum -1.25 mm -2.4 m 0 eV 90.3 keV 23.5 mum 23.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2697, Parent ID = 2695 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -409 mum -1.99 mm -2.4 m 791 keV 0 eV 0 fm 0 fm Target initStep - 1 -610 mum -1.03 mm -2.4 m 791 keV 0 eV 2.22 mm 2.22 mm Target Transportation - 2 -40.3 cm 1.94 m 1.6 m 791 keV 0 eV 4.46 m 4.47 m Tracker Transportation - 3 -41 cm 1.97 m 1.66 m 791 keV 0 eV 7.2 cm 4.54 m Chamber Transportation - 4 -48.4 cm 2.32 m 2.4 m 791 keV 0 eV 82.1 cm 5.36 m Tracker Transportation - 5 -53.5 cm 2.57 m 2.91 m 791 keV 0 eV 56.9 cm 5.93 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2586, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -57 mum -1.41 mum -2.44 m 4.67 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.12 mm -370 mum -2.42 m 0 eV 0 eV 1.36 cm 1.36 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2701, Parent ID = 2586 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.12 mm -370 mum -2.42 m 736 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.13 mm -367 mum -2.42 m 0 eV 736 keV 501 mum 501 mum Target eIoni - 2 -1.13 mm -367 mum -2.42 m 0 eV 0 eV 0 fm 501 mum Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2703, Parent ID = 2701 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.13 mm -367 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.72 mm 953 mum -2.43 m 342 keV 0 eV 4.9 mm 4.9 mm Target compt - 2 -2.66 mm 939 mum -2.43 m 0 eV 88 keV 104 mum 5.01 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2705, Parent ID = 2703 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.66 mm 939 mum -2.43 m 254 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.65 mm 939 mum -2.43 m 0 eV 254 keV 117 mum 117 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2704, Parent ID = 2703 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.72 mm 953 mum -2.43 m 169 keV 0 eV 0 fm 0 fm Target initStep - 1 -2.72 mm 955 mum -2.43 m 0 eV 169 keV 63.2 mum 63.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2702, Parent ID = 2701 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.13 mm -367 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 653 mum -1.85 mm -2.42 m 388 keV 0 eV 5.51 mm 5.51 mm Target compt - 2 -707 mum -505 mum -2.41 m 0 eV 88 keV 5.07 mm 1.06 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2707, Parent ID = 2702 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -707 mum -505 mum -2.41 m 300 keV 0 eV 0 fm 0 fm Target initStep - 1 -706 mum -504 mum -2.41 m 0 eV 300 keV 148 mum 148 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2706, Parent ID = 2702 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 653 mum -1.85 mm -2.42 m 123 keV 0 eV 0 fm 0 fm Target initStep - 1 655 mum -1.85 mm -2.42 m 0 eV 123 keV 38.6 mum 38.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2700, Parent ID = 2586 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.12 mm -370 mum -2.42 m 2.92 MeV 0 eV 0 fm 0 fm Target initStep - 1 -419 mum -270 mum -2.42 m 1.26 MeV 1.19 MeV 1.26 mm 1.26 mm Target eBrem - 2 -474 mum -223 mum -2.42 m 0 eV 1.26 MeV 943 mum 2.21 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2708, Parent ID = 2700 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -419 mum -270 mum -2.42 m 468 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.71 mm 5.29 mm -2.43 m 0 eV 88 keV 1.09 cm 1.09 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2709, Parent ID = 2708 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -7.71 mm 5.29 mm -2.43 m 380 keV 0 eV 0 fm 0 fm Target initStep - 1 -7.72 mm 5.3 mm -2.43 m 0 eV 380 keV 208 mum 208 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2585, Parent ID = 2584 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -24.8 mum 20.1 mum -2.44 m 862 keV 0 eV 0 fm 0 fm Target initStep - 1 -127 mum -7.45 mum -2.44 m 503 keV 0 eV 1.21 mm 1.21 mm Target compt - 2 -66.4 mum 394 mum -2.44 m 269 keV 0 eV 510 mum 1.72 mm Target compt - 3 274 mum -31.1 mum -2.43 m 165 keV 0 eV 849 mum 2.57 mm Target compt - 4 238 mum -1.81 mum -2.43 m 0 eV 88 keV 52.7 mum 2.62 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2713, Parent ID = 2585 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 238 mum -1.81 mum -2.43 m 77.4 keV 0 eV 0 fm 0 fm Target initStep - 1 237 mum -1.46 mum -2.43 m 0 eV 77.4 keV 18.3 mum 18.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2712, Parent ID = 2585 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 274 mum -31.1 mum -2.43 m 104 keV 0 eV 0 fm 0 fm Target initStep - 1 275 mum -32.5 mum -2.43 m 0 eV 104 keV 29.4 mum 29.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2711, Parent ID = 2585 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -66.4 mum 394 mum -2.44 m 233 keV 0 eV 0 fm 0 fm Target initStep - 1 -67 mum 401 mum -2.44 m 0 eV 233 keV 103 mum 103 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2710, Parent ID = 2585 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -127 mum -7.45 mum -2.44 m 359 keV 0 eV 0 fm 0 fm Target initStep - 1 -129 mum -15 mum -2.44 m 0 eV 359 keV 192 mum 192 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2583, Parent ID = 105 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -21.9 mum 15.1 mum -2.44 m 71.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 -39.4 mum 59.1 mum -2.44 m 56.6 MeV 1.42 MeV 800 mum 800 mum Target eBrem - 2 46.8 mum -18.4 mum -2.44 m 14.2 MeV 1.36 MeV 736 mum 1.54 mm Target eBrem - 3 909 mum -817 mum -2.43 m 10.5 MeV 2.45 MeV 1.86 mm 3.39 mm Target eBrem - 4 908 mum -829 mum -2.43 m 7.04 MeV 113 keV 77.2 mum 3.47 mm Target eBrem - 5 1.15 mm -735 mum -2.43 m 6.04 MeV 664 keV 522 mum 3.99 mm Target eBrem - 6 -805 mum -91.8 mum -2.43 m 793 keV 3.78 MeV 3.35 mm 7.34 mm Target eBrem - 7 -777 mum -83.3 mum -2.43 m 0 eV 793 keV 545 mum 7.89 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2719, Parent ID = 2583 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -805 mum -91.8 mum -2.43 m 1.47 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.5 cm 1.94 mm -2.42 m 1.47 MeV 0 eV 2.92 cm 2.92 cm Target Transportation - 2 6.1 cm 4.77 mm -2.4 m 1.47 MeV 0 eV 4.07 cm 6.99 cm World Transportation - 3 2.4 m 18.9 cm -1.18 m 1.47 MeV 0 eV 2.65 m 2.72 m Tracker Transportation - 4 2.91 m 22.9 cm -91 cm 1.47 MeV 0 eV 57.7 cm 3.29 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2718, Parent ID = 2583 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.15 mm -735 mum -2.43 m 335 keV 0 eV 0 fm 0 fm Target initStep - 1 1.79 mm -2.25 mm -2.43 m 0 eV 88 keV 3.15 mm 3.15 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2720, Parent ID = 2718 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.79 mm -2.25 mm -2.43 m 247 keV 0 eV 0 fm 0 fm Target initStep - 1 1.79 mm -2.26 mm -2.43 m 0 eV 247 keV 112 mum 112 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2717, Parent ID = 2583 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 908 mum -829 mum -2.43 m 3.34 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.09 cm -4.73 mm -2.4 m 3.34 MeV 0 eV 3.61 cm 3.61 cm Target Transportation - 2 47.4 cm -18.5 cm -80 cm 3.34 MeV 0 eV 1.68 m 1.71 m Tracker Transportation - 3 53.2 cm -20.8 cm -60 cm 3.34 MeV 0 eV 20.9 cm 1.92 m Chamber Transportation - 4 70.5 cm -27.6 cm -0.114 fm 3.34 MeV 0 eV 62.8 cm 2.55 m Tracker Transportation - 5 76.3 cm -29.8 cm 20 cm 3.34 MeV 0 eV 20.9 cm 2.76 m Chamber Transportation - 6 93.7 cm -36.6 cm 80 cm 3.34 MeV 0 eV 62.8 cm 3.39 m Tracker Transportation - 7 99.4 cm -38.9 cm 1 m 3.34 MeV 0 eV 20.9 cm 3.6 m Chamber Transportation - 8 1.17 m -45.6 cm 1.6 m 3.34 MeV 0 eV 62.8 cm 4.22 m Tracker Transportation - 9 1.23 m -47.9 cm 1.8 m 3.34 MeV 0 eV 20.9 cm 4.43 m Chamber Transportation - 10 1.4 m -54.7 cm 2.4 m 3.34 MeV 0 eV 62.8 cm 5.06 m Tracker Transportation - 11 1.55 m -60.4 cm 2.91 m 3.34 MeV 0 eV 53.4 cm 5.6 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2716, Parent ID = 2583 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 909 mum -817 mum -2.43 m 1.25 MeV 0 eV 0 fm 0 fm Target initStep - 1 7.41 mm -3.21 mm -2.4 m 1.25 MeV 0 eV 3.53 cm 3.53 cm Target Transportation - 2 15.8 cm -5.84 cm -1.6 m 1.25 MeV 0 eV 81.6 cm 85.1 cm Tracker Transportation - 3 19.5 cm -7.22 cm -1.4 m 1.25 MeV 0 eV 20.4 cm 1.06 m Chamber Transportation - 4 30.8 cm -11.4 cm -80 cm 1.25 MeV 0 eV 61.2 cm 1.67 m Tracker Transportation - 5 34.6 cm -12.7 cm -60 cm 1.25 MeV 0 eV 20.4 cm 1.87 m Chamber Transportation - 6 45.8 cm -16.9 cm 0 fm 1.25 MeV 0 eV 61.2 cm 2.48 m Tracker Transportation - 7 49.6 cm -18.3 cm 20 cm 1.25 MeV 0 eV 20.4 cm 2.69 m Chamber Transportation - 8 60.9 cm -22.4 cm 80 cm 1.25 MeV 0 eV 61.2 cm 3.3 m Tracker Transportation - 9 64.6 cm -23.8 cm 1 m 1.25 MeV 0 eV 20.4 cm 3.5 m Chamber Transportation - 10 75.9 cm -27.9 cm 1.6 m 1.25 MeV 0 eV 61.2 cm 4.11 m Tracker Transportation - 11 79.7 cm -29.3 cm 1.8 m 1.25 MeV 0 eV 20.4 cm 4.32 m Chamber Transportation - 12 90.9 cm -33.5 cm 2.4 m 1.25 MeV 0 eV 61.2 cm 4.93 m Tracker Transportation - 13 1.01 m -37 cm 2.91 m 1.25 MeV 0 eV 52 cm 5.45 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2715, Parent ID = 2583 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 46.8 mum -18.4 mum -2.44 m 41 MeV 0 eV 0 fm 0 fm Target initStep - 1 656 mum -397 mum -2.43 m 0 eV 0 eV 3.81 mm 3.81 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2722, Parent ID = 2715 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 656 mum -397 mum -2.43 m 17.7 MeV 0 eV 0 fm 0 fm Target initStep - 1 688 mum -399 mum -2.43 m 17.1 MeV 173 keV 149 mum 149 mum Target eBrem - 2 820 mum -314 mum -2.43 m 15.3 MeV 1.22 MeV 838 mum 988 mum Target eBrem - 3 527 mum 1.23 mm -2.43 m 11.6 MeV 3.74 MeV 2.97 mm 3.96 mm Target eBrem - 4 1.57 mm -437 mum -2.43 m 4.29 MeV 3.49 MeV 2.66 mm 6.62 mm Target eBrem - 5 2.23 mm -430 mum -2.43 m 3.13 MeV 823 keV 845 mum 7.46 mm Target eBrem - 6 1.99 mm -321 mum -2.43 m 0 eV 3.13 MeV 2.5 mm 9.97 mm Target eIoni - 7 1.99 mm -321 mum -2.43 m 0 eV 0 eV 0 fm 9.97 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2728, Parent ID = 2722 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.99 mm -321 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 1.74 mm -4.86 mm -2.43 m 0 eV 88 keV 7.72 mm 7.72 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2729, Parent ID = 2728 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.74 mm -4.86 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 1.74 mm -4.87 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2727, Parent ID = 2722 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.99 mm -321 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 2 mm -231 mum -2.43 m 197 keV 0 eV 153 mum 153 mum Target compt - 2 2.75 mm 197 mum -2.43 m 0 eV 88 keV 1.99 mm 2.14 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2731, Parent ID = 2727 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.75 mm 197 mum -2.43 m 109 keV 0 eV 0 fm 0 fm Target initStep - 1 2.75 mm 198 mum -2.43 m 0 eV 109 keV 31.9 mum 31.9 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2730, Parent ID = 2727 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2 mm -231 mum -2.43 m 314 keV 0 eV 0 fm 0 fm Target initStep - 1 2 mm -227 mum -2.43 m 0 eV 314 keV 158 mum 158 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2726, Parent ID = 2722 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.23 mm -430 mum -2.43 m 334 keV 0 eV 0 fm 0 fm Target initStep - 1 833 mum 3.1 mm -2.43 m 0 eV 88 keV 6.1 mm 6.1 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2732, Parent ID = 2726 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 833 mum 3.1 mm -2.43 m 246 keV 0 eV 0 fm 0 fm Target initStep - 1 836 mum 3.1 mm -2.43 m 0 eV 246 keV 111 mum 111 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2725, Parent ID = 2722 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.57 mm -437 mum -2.43 m 3.82 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.5 cm 1.41 cm -2.42 m 3.82 MeV 0 eV 2.82 cm 2.82 cm Target Transportation - 2 11.5 cm 7.03 cm -2.4 m 3.82 MeV 0 eV 10.9 cm 13.7 cm World Transportation - 3 2.4 m 1.49 m -1.85 m 3.82 MeV 0 eV 2.75 m 2.88 m Tracker Transportation - 4 2.91 m 1.81 m -1.73 m 3.82 MeV 0 eV 61.3 cm 3.49 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2724, Parent ID = 2722 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 820 mum -314 mum -2.43 m 561 keV 0 eV 0 fm 0 fm Target initStep - 1 2.65 mm 178 mum -2.43 m 0 eV 88 keV 3.72 mm 3.72 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2733, Parent ID = 2724 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.65 mm 178 mum -2.43 m 473 keV 0 eV 0 fm 0 fm Target initStep - 1 2.67 mm 189 mum -2.43 m 0 eV 473 keV 281 mum 281 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2723, Parent ID = 2722 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 688 mum -399 mum -2.43 m 446 keV 0 eV 0 fm 0 fm Target initStep - 1 790 mum -437 mum -2.43 m 188 keV 0 eV 338 mum 338 mum Target compt - 2 713 mum -340 mum -2.43 m 0 eV 88 keV 132 mum 469 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2735, Parent ID = 2723 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 713 mum -340 mum -2.43 m 100 keV 0 eV 0 fm 0 fm Target initStep - 1 713 mum -339 mum -2.43 m 0 eV 100 keV 27.6 mum 27.6 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2734, Parent ID = 2723 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 790 mum -437 mum -2.43 m 258 keV 0 eV 0 fm 0 fm Target initStep - 1 793 mum -440 mum -2.43 m 0 eV 258 keV 120 mum 120 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2721, Parent ID = 2715 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 656 mum -397 mum -2.43 m 22.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 376 mum -372 mum -2.43 m 16.8 MeV 4.23 MeV 2.03 mm 2.03 mm Target eBrem - 2 -42.1 mum -2.27 mm -2.43 m 7.28 MeV 2.72 MeV 2.21 mm 4.23 mm Target eBrem - 3 464 mum -2.64 mm -2.43 m 4.76 MeV 740 keV 651 mum 4.89 mm Target eBrem - 4 164 mum -3.17 mm -2.43 m 0 eV 4.76 MeV 3.55 mm 8.44 mm Target eBrem - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2738, Parent ID = 2721 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 464 mum -2.64 mm -2.43 m 1.77 MeV 0 eV 0 fm 0 fm Target initStep - 1 -999 mum -5.08 mm -2.43 m 1.2 MeV 0 eV 2.88 mm 2.88 mm Target compt - 2 -1.24 cm -1.17 cm -2.43 m 1.03 MeV 0 eV 1.32 cm 1.61 cm Target compt - 3 -2.45 cm -2.5 cm -2.42 m 1.03 MeV 0 eV 1.83 cm 3.44 cm Target Transportation - 4 -10.5 cm -11.3 cm -2.4 m 1.03 MeV 0 eV 12.2 cm 15.6 cm World Transportation - 5 -2.18 m -2.4 m -1.76 m 1.03 MeV 0 eV 3.16 m 3.31 m Tracker Transportation - 6 -2.65 m -2.91 m -1.62 m 1.03 MeV 0 eV 70.4 cm 4.02 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2740, Parent ID = 2738 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.24 cm -1.17 cm -2.43 m 165 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.24 cm -1.17 cm -2.43 m 0 eV 165 keV 61 mum 61 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2739, Parent ID = 2738 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -999 mum -5.08 mm -2.43 m 575 keV 0 eV 0 fm 0 fm Target initStep - 1 -995 mum -5.1 mm -2.43 m 0 eV 575 keV 363 mum 363 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2737, Parent ID = 2721 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -42.1 mum -2.27 mm -2.43 m 6.84 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.47 cm -2.5 cm -2.42 m 6.84 MeV 0 eV 2.76 cm 2.76 cm Target Transportation - 2 7.95 cm -12.5 cm -2.4 m 6.84 MeV 0 eV 12.1 cm 14.9 cm World Transportation - 3 1.55 m -2.4 m -1.87 m 6.84 MeV 0 eV 2.76 m 2.91 m Tracker Transportation - 4 1.89 m -2.91 m -1.75 m 6.84 MeV 0 eV 61.9 cm 3.53 m OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2736, Parent ID = 2721 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 376 mum -372 mum -2.43 m 1.2 MeV 0 eV 0 fm 0 fm Target initStep - 1 1.03 mm -2.58 mm -2.43 m 940 keV 0 eV 3.97 mm 3.97 mm Target compt - 2 3.24 mm -5.15 mm -2.42 m 668 keV 0 eV 4.02 mm 7.99 mm Target compt - 3 2.14 cm -8.97 mm -2.42 m 487 keV 0 eV 1.91 cm 2.7 cm Target compt - 4 2.25 cm -9.6 mm -2.42 m 321 keV 0 eV 1.48 mm 2.85 cm Target compt - 5 2.42 cm -1.01 cm -2.42 m 0 eV 88 keV 2.13 mm 3.07 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2745, Parent ID = 2736 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.42 cm -1.01 cm -2.42 m 233 keV 0 eV 0 fm 0 fm Target initStep - 1 2.42 cm -1.01 cm -2.42 m 0 eV 233 keV 103 mum 103 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2744, Parent ID = 2736 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.25 cm -9.6 mm -2.42 m 165 keV 0 eV 0 fm 0 fm Target initStep - 1 2.25 cm -9.6 mm -2.42 m 0 eV 165 keV 61.2 mum 61.2 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2743, Parent ID = 2736 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.14 cm -8.97 mm -2.42 m 181 keV 0 eV 0 fm 0 fm Target initStep - 1 2.14 cm -8.97 mm -2.42 m 0 eV 181 keV 70.5 mum 70.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2742, Parent ID = 2736 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.24 mm -5.15 mm -2.42 m 272 keV 0 eV 0 fm 0 fm Target initStep - 1 3.24 mm -5.16 mm -2.42 m 0 eV 272 keV 130 mum 130 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2741, Parent ID = 2736 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.03 mm -2.58 mm -2.43 m 259 keV 0 eV 0 fm 0 fm Target initStep - 1 1.02 mm -2.58 mm -2.43 m 0 eV 259 keV 120 mum 120 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2714, Parent ID = 2583 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -39.4 mum 59.1 mum -2.44 m 13.8 MeV 0 eV 0 fm 0 fm Target initStep - 1 515 mum -108 mum -2.43 m 0 eV 0 eV 5.95 mm 5.95 mm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2747, Parent ID = 2714 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 515 mum -108 mum -2.43 m 3.93 MeV 0 eV 0 fm 0 fm Target initStep - 1 499 mum -97.3 mum -2.43 m 0 eV 3.93 MeV 3.13 mm 3.13 mm Target eIoni - 2 499 mum -97.3 mum -2.43 m 0 eV 0 eV 0 fm 3.13 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2749, Parent ID = 2747 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 499 mum -97.3 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 4.27 mm -3.73 mm -2.43 m 0 eV 88 keV 6.3 mm 6.3 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2750, Parent ID = 2749 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.27 mm -3.73 mm -2.43 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 4.28 mm -3.74 mm -2.43 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2748, Parent ID = 2747 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 499 mum -97.3 mum -2.43 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.4 mm 4.63 mm -2.43 m 493 keV 0 eV 8.19 mm 8.19 mm Target compt - 2 -9.27 mm 7.54 mm -2.42 m 281 keV 0 eV 8.11 mm 1.63 cm Target compt - 3 -1.05 cm 7.44 mm -2.42 m 0 eV 88 keV 1.36 mm 1.77 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2753, Parent ID = 2748 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.05 cm 7.44 mm -2.42 m 193 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.05 cm 7.44 mm -2.42 m 0 eV 193 keV 77.3 mum 77.3 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2752, Parent ID = 2748 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.27 mm 7.54 mm -2.42 m 212 keV 0 eV 0 fm 0 fm Target initStep - 1 -9.27 mm 7.54 mm -2.42 m 0 eV 212 keV 89.5 mum 89.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2751, Parent ID = 2748 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.4 mm 4.63 mm -2.43 m 18 keV 0 eV 0 fm 0 fm Target initStep - 1 -4.4 mm 4.63 mm -2.43 m 0 eV 18 keV 1.74 mum 1.74 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2746, Parent ID = 2714 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 515 mum -108 mum -2.43 m 8.88 MeV 0 eV 0 fm 0 fm Target initStep - 1 518 mum -112 mum -2.43 m 7.43 MeV 25.7 keV 29.4 mum 29.4 mum Target eBrem - 2 472 mum 134 mum -2.43 m 6.12 MeV 882 keV 752 mum 782 mum Target eBrem - 3 1.93 mm -501 mum -2.43 m 3.18 MeV 2.38 MeV 1.85 mm 2.63 mm Target eBrem - 4 499 mum -513 mum -2.43 m 190 keV 2.99 MeV 2.42 mm 5.06 mm Target eBrem - 5 496 mum -509 mum -2.43 m 0 eV 190 keV 75.6 mum 5.13 mm Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2756, Parent ID = 2746 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.93 mm -501 mum -2.43 m 558 keV 0 eV 0 fm 0 fm Target initStep - 1 -938 mum -3.25 mm -2.43 m 457 keV 0 eV 6.19 mm 6.19 mm Target compt - 2 388 mum -7.17 mm -2.42 m 0 eV 88 keV 7.99 mm 1.42 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2758, Parent ID = 2756 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 388 mum -7.17 mm -2.42 m 369 keV 0 eV 0 fm 0 fm Target initStep - 1 389 mum -7.18 mm -2.42 m 0 eV 369 keV 199 mum 199 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2757, Parent ID = 2756 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -938 mum -3.25 mm -2.43 m 101 keV 0 eV 0 fm 0 fm Target initStep - 1 -940 mum -3.25 mm -2.43 m 0 eV 101 keV 28 mum 28 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2755, Parent ID = 2746 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 472 mum 134 mum -2.43 m 430 keV 0 eV 0 fm 0 fm Target initStep - 1 3.96 mm 1.67 mm -2.43 m 173 keV 0 eV 4.74 mm 4.74 mm Target compt - 2 3.32 mm 1.73 mm -2.43 m 155 keV 0 eV 2.36 mm 7.1 mm Target compt - 3 3.03 mm 1.35 mm -2.43 m 0 eV 88 keV 566 mum 7.67 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2761, Parent ID = 2755 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.03 mm 1.35 mm -2.43 m 66.8 keV 0 eV 0 fm 0 fm Target initStep - 1 3.03 mm 1.35 mm -2.43 m 0 eV 66.8 keV 14.4 mum 14.4 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2760, Parent ID = 2755 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.32 mm 1.73 mm -2.43 m 18.4 keV 0 eV 0 fm 0 fm Target initStep - 1 3.32 mm 1.73 mm -2.43 m 0 eV 18.4 keV 1.79 mum 1.79 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2759, Parent ID = 2755 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.96 mm 1.67 mm -2.43 m 257 keV 0 eV 0 fm 0 fm Target initStep - 1 3.96 mm 1.67 mm -2.43 m 0 eV 257 keV 119 mum 119 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2754, Parent ID = 2746 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 518 mum -112 mum -2.43 m 1.43 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.49 mm -523 mum -2.42 m 262 keV 0 eV 1.53 cm 1.53 cm Target compt - 2 359 mum -3.56 mm -2.42 m 0 eV 88 keV 4.45 mm 1.98 cm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2763, Parent ID = 2754 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 359 mum -3.56 mm -2.42 m 174 keV 0 eV 0 fm 0 fm Target initStep - 1 360 mum -3.57 mm -2.42 m 0 eV 174 keV 66.5 mum 66.5 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2762, Parent ID = 2754 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.49 mm -523 mum -2.42 m 1.17 MeV 0 eV 0 fm 0 fm Target initStep - 1 2.52 mm -460 mum -2.42 m 603 keV 135 keV 111 mum 111 mum Target eBrem - 2 2.54 mm -476 mum -2.42 m 0 eV 603 keV 386 mum 497 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2764, Parent ID = 2762 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.52 mm -460 mum -2.42 m 429 keV 0 eV 0 fm 0 fm Target initStep - 1 2.56 mm -554 mum -2.42 m 0 eV 88 keV 113 mum 113 mum Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2765, Parent ID = 2764 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.56 mm -554 mum -2.42 m 341 keV 0 eV 0 fm 0 fm Target initStep - 1 2.57 mm -535 mum -2.42 m 201 keV 140 keV 80.5 mum 80.5 mum Target eBrem - 2 2.56 mm -535 mum -2.42 m 0 eV 201 keV 82.3 mum 163 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 104, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -83 nm 23.9 nm -2.45 m 4.94 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.02 mum -4.76 mum -2.42 m 0 eV 0 eV 2.87 cm 2.87 cm Target conv - -********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 2767, Parent ID = 104 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.02 mum -4.76 mum -2.42 m 3.61 MeV 0 eV 0 fm 0 fm Target initStep - 1 -78.8 mum 59.9 mum -2.42 m 0 eV 3.61 MeV 2.88 mm 2.88 mm Target eIoni - 2 -78.8 mum 59.9 mum -2.42 m 0 eV 0 eV 0 fm 2.88 mm Target annihil - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2769, Parent ID = 2767 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -78.8 mum 59.9 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 3.33 mm 931 mum -2.42 m 0 eV 88 keV 5.44 mm 5.44 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2770, Parent ID = 2769 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.33 mm 931 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 3.33 mm 946 mum -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2768, Parent ID = 2767 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -78.8 mum 59.9 mum -2.42 m 511 keV 0 eV 0 fm 0 fm Target initStep - 1 -826 mum -131 mum -2.42 m 0 eV 88 keV 1.19 mm 1.19 mm Target phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2771, Parent ID = 2768 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -826 mum -131 mum -2.42 m 423 keV 0 eV 0 fm 0 fm Target initStep - 1 -838 mum -128 mum -2.42 m 0 eV 423 keV 241 mum 241 mum Target eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2766, Parent ID = 104 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.02 mum -4.76 mum -2.42 m 309 keV 0 eV 0 fm 0 fm Target initStep - 1 -3.28 mum -10.1 mum -2.42 m 0 eV 309 keV 155 mum 155 mum Target eIoni + 0 16.3 mum -21.4 mum -1.34 m 15.5 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.2 mm 587 mum -1.34 m 0 eV 15.5 keV 4.87 mm 4.87 mm Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -107 nm -60.1 nm -2.51 m 17.2 keV 0 eV 0 fm 0 fm World initStep - 1 971 mum -2.72 mm -2.51 m 0 eV 17.2 keV 5.87 mm 5.87 mm World eIoni + 0 1.22 mum -1.79 mum -2.31 m 50 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.21 cm 1.4 cm -2.31 m 0 eV 50 keV 3.98 cm 3.98 cm Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -124 nm -61.1 nm -2.59 m 8.12 keV 0 eV 0 fm 0 fm World initStep - 1 155 mum 744 mum -2.59 m 0 eV 8.12 keV 1.57 mm 1.57 mm World eIoni + 0 -87.3 nm 53.9 nm -2.65 m 342 keV 0 eV 0 fm 0 fm World initStep + 1 -7.03 cm 15.4 cm -2.48 m 260 keV 53.4 keV 25.2 cm 25.2 cm World eIoni + 2 -13.4 cm 17.2 cm -2.4 m 233 keV 27.3 keV 11.7 cm 37 cm World Transportation + 3 -19.6 cm 18.6 cm -2.3 m 201 keV 31.5 keV 11.4 cm 48.3 cm Tracker msc + 4 -17.6 cm 15.6 cm -2.22 m 165 keV 35.6 keV 11.4 cm 59.7 cm Tracker msc + 5 -18.4 cm 7.01 cm -2.18 m 124 keV 42 keV 11.4 cm 71.1 cm Tracker msc + 6 -15 cm 7.81 cm -2.23 m 82.8 keV 40.7 keV 11.4 cm 82.5 cm Tracker msc + 7 -14 cm 7.31 cm -2.18 m 0 eV 82.8 keV 9.83 cm 92.3 cm Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -7.03 cm 15.4 cm -2.48 m 28.3 keV 0 eV 0 fm 0 fm World initStep + 1 -7.26 cm 14.8 cm -2.48 m 0 eV 28.3 keV 1.44 cm 1.44 cm World eIoni >>> Event 0 0 trajectories stored in this event. ### Run 2 start. diff --git a/examples/novice/N02/include/ExN02ChamberParameterisation.hh b/examples/novice/N02/include/ExN02ChamberParameterisation.hh index 0af289168d..b28fe7c47e 100644 --- a/examples/novice/N02/include/ExN02ChamberParameterisation.hh +++ b/examples/novice/N02/include/ExN02ChamberParameterisation.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02ChamberParameterisation.hh,v 1.9 2003/11/10 14:29:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // A parameterisation that describes a series of boxes along Z diff --git a/examples/novice/N02/include/ExN02DetectorConstruction.hh b/examples/novice/N02/include/ExN02DetectorConstruction.hh index e85908a5b0..9ba6235eee 100644 --- a/examples/novice/N02/include/ExN02DetectorConstruction.hh +++ b/examples/novice/N02/include/ExN02DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02DetectorConstruction.hh,v 1.7 2002/01/09 17:24:09 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/include/ExN02DetectorMessenger.hh b/examples/novice/N02/include/ExN02DetectorMessenger.hh index 5d3c9a8776..dac970c849 100644 --- a/examples/novice/N02/include/ExN02DetectorMessenger.hh +++ b/examples/novice/N02/include/ExN02DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02DetectorMessenger.hh,v 1.7 2002/12/16 16:31:43 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/include/ExN02EventAction.hh b/examples/novice/N02/include/ExN02EventAction.hh index f8f26cdbef..817f207722 100644 --- a/examples/novice/N02/include/ExN02EventAction.hh +++ b/examples/novice/N02/include/ExN02EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02EventAction.hh,v 1.7 2002/01/09 17:24:09 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/include/ExN02MagneticField.hh b/examples/novice/N02/include/ExN02MagneticField.hh index 96279b483d..ae17487bec 100644 --- a/examples/novice/N02/include/ExN02MagneticField.hh +++ b/examples/novice/N02/include/ExN02MagneticField.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02MagneticField.hh,v 1.6 2002/01/09 17:24:09 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // A class for control of the Magnetic Field of the detector. diff --git a/examples/novice/N02/include/ExN02PhysicsList.hh b/examples/novice/N02/include/ExN02PhysicsList.hh index f05a1013db..0ba5dcdc93 100644 --- a/examples/novice/N02/include/ExN02PhysicsList.hh +++ b/examples/novice/N02/include/ExN02PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02PhysicsList.hh,v 1.10 2002/01/09 17:24:09 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/include/ExN02PrimaryGeneratorAction.hh b/examples/novice/N02/include/ExN02PrimaryGeneratorAction.hh index f8c2d2434c..51fe7b90f6 100644 --- a/examples/novice/N02/include/ExN02PrimaryGeneratorAction.hh +++ b/examples/novice/N02/include/ExN02PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02PrimaryGeneratorAction.hh,v 1.6 2002/01/09 17:24:09 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/include/ExN02RunAction.hh b/examples/novice/N02/include/ExN02RunAction.hh index 4f6dd8feea..d4dd59f00a 100644 --- a/examples/novice/N02/include/ExN02RunAction.hh +++ b/examples/novice/N02/include/ExN02RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02RunAction.hh,v 1.7 2002/01/09 17:24:09 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/include/ExN02SteppingAction.hh b/examples/novice/N02/include/ExN02SteppingAction.hh index ad141adec2..f23c919f46 100644 --- a/examples/novice/N02/include/ExN02SteppingAction.hh +++ b/examples/novice/N02/include/ExN02SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02SteppingAction.hh,v 1.7 2002/01/09 17:24:09 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/include/ExN02SteppingVerbose.hh b/examples/novice/N02/include/ExN02SteppingVerbose.hh index 4510ffbab3..b00edddd87 100644 --- a/examples/novice/N02/include/ExN02SteppingVerbose.hh +++ b/examples/novice/N02/include/ExN02SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02SteppingVerbose.hh,v 1.7 2002/01/09 17:24:09 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/novice/N02/include/ExN02TrackerHit.hh b/examples/novice/N02/include/ExN02TrackerHit.hh index 3fc2ec4328..22846d388c 100644 --- a/examples/novice/N02/include/ExN02TrackerHit.hh +++ b/examples/novice/N02/include/ExN02TrackerHit.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02TrackerHit.hh,v 1.7 2003/05/28 09:54:09 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/include/ExN02TrackerSD.hh b/examples/novice/N02/include/ExN02TrackerSD.hh index ee887fcfda..9da163411f 100644 --- a/examples/novice/N02/include/ExN02TrackerSD.hh +++ b/examples/novice/N02/include/ExN02TrackerSD.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02TrackerSD.hh,v 1.6 2002/01/09 17:24:09 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/include/ExN02VisManager.hh b/examples/novice/N02/include/ExN02VisManager.hh index fc3ce5b409..78ebc6238b 100644 --- a/examples/novice/N02/include/ExN02VisManager.hh +++ b/examples/novice/N02/include/ExN02VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: ExN02VisManager.hh,v 1.6 2002/01/09 17:24:09 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N02/src/ExN02ChamberParameterisation.cc b/examples/novice/N02/src/ExN02ChamberParameterisation.cc index 33790e97a6..ba8132542b 100644 --- a/examples/novice/N02/src/ExN02ChamberParameterisation.cc +++ b/examples/novice/N02/src/ExN02ChamberParameterisation.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02ChamberParameterisation.cc,v 1.8 2003/05/28 09:54:09 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/src/ExN02DetectorConstruction.cc b/examples/novice/N02/src/ExN02DetectorConstruction.cc index a75b5009ea..1d0d46ed3e 100644 --- a/examples/novice/N02/src/ExN02DetectorConstruction.cc +++ b/examples/novice/N02/src/ExN02DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02DetectorConstruction.cc,v 1.13 2003/10/06 08:59:40 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/src/ExN02DetectorMessenger.cc b/examples/novice/N02/src/ExN02DetectorMessenger.cc index 6b0baa2b90..dc83696e76 100644 --- a/examples/novice/N02/src/ExN02DetectorMessenger.cc +++ b/examples/novice/N02/src/ExN02DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02DetectorMessenger.cc,v 1.9 2002/12/16 16:31:43 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/src/ExN02EventAction.cc b/examples/novice/N02/src/ExN02EventAction.cc index 9a48479957..38cad2f133 100644 --- a/examples/novice/N02/src/ExN02EventAction.cc +++ b/examples/novice/N02/src/ExN02EventAction.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: ExN02EventAction.cc,v 1.8 2002/01/09 17:24:10 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: ExN02EventAction.cc,v 1.9 2004/03/08 15:14:49 maire Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -78,7 +78,7 @@ void ExN02EventAction::EndOfEventAction(const G4Event* evt) for (G4int i=0; iGetTrajectoryContainer()))[i]); - trj->DrawTrajectory(50); + trj->DrawTrajectory(1000); } } } diff --git a/examples/novice/N02/src/ExN02MagneticField.cc b/examples/novice/N02/src/ExN02MagneticField.cc index 6cde845678..9add9d8a85 100644 --- a/examples/novice/N02/src/ExN02MagneticField.cc +++ b/examples/novice/N02/src/ExN02MagneticField.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02MagneticField.cc,v 1.7 2002/01/09 17:24:10 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // User Field class implementation. // diff --git a/examples/novice/N02/src/ExN02PhysicsList.cc b/examples/novice/N02/src/ExN02PhysicsList.cc index 9a2be048c2..8f81c2b934 100644 --- a/examples/novice/N02/src/ExN02PhysicsList.cc +++ b/examples/novice/N02/src/ExN02PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02PhysicsList.cc,v 1.17 2003/10/24 12:27:53 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/src/ExN02PrimaryGeneratorAction.cc b/examples/novice/N02/src/ExN02PrimaryGeneratorAction.cc index 54683cedda..8d3be6b3b1 100644 --- a/examples/novice/N02/src/ExN02PrimaryGeneratorAction.cc +++ b/examples/novice/N02/src/ExN02PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02PrimaryGeneratorAction.cc,v 1.6 2002/01/09 17:24:10 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/src/ExN02RunAction.cc b/examples/novice/N02/src/ExN02RunAction.cc index c585099011..571a1626bd 100644 --- a/examples/novice/N02/src/ExN02RunAction.cc +++ b/examples/novice/N02/src/ExN02RunAction.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: ExN02RunAction.cc,v 1.7 2002/01/09 17:24:10 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: ExN02RunAction.cc,v 1.8 2004/03/08 15:14:49 maire Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -30,9 +30,6 @@ #include "ExN02RunAction.hh" #include "G4Run.hh" -#include "G4UImanager.hh" -#include "G4VVisManager.hh" -#include "G4ios.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -49,23 +46,12 @@ ExN02RunAction::~ExN02RunAction() void ExN02RunAction::BeginOfRunAction(const G4Run* aRun) { G4cout << "### Run " << aRun->GetRunID() << " start." << G4endl; - - if (G4VVisManager::GetConcreteInstance()) - { - G4UImanager* UI = G4UImanager::GetUIpointer(); - UI->ApplyCommand("/vis/scene/notifyHandlers"); - } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void ExN02RunAction::EndOfRunAction(const G4Run*) -{ - if (G4VVisManager::GetConcreteInstance()) - { - G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/update"); - } -} +{ } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/src/ExN02SteppingAction.cc b/examples/novice/N02/src/ExN02SteppingAction.cc index 25c86b7aed..3ee62f619f 100644 --- a/examples/novice/N02/src/ExN02SteppingAction.cc +++ b/examples/novice/N02/src/ExN02SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02SteppingAction.cc,v 1.8 2002/01/09 17:24:10 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/src/ExN02SteppingVerbose.cc b/examples/novice/N02/src/ExN02SteppingVerbose.cc index 87d81a0897..c354091c34 100644 --- a/examples/novice/N02/src/ExN02SteppingVerbose.cc +++ b/examples/novice/N02/src/ExN02SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02SteppingVerbose.cc,v 1.11 2003/06/16 16:49:48 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/src/ExN02TrackerHit.cc b/examples/novice/N02/src/ExN02TrackerHit.cc index 17337a4616..73a1fda867 100644 --- a/examples/novice/N02/src/ExN02TrackerHit.cc +++ b/examples/novice/N02/src/ExN02TrackerHit.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02TrackerHit.cc,v 1.8 2003/05/28 09:54:09 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/src/ExN02TrackerSD.cc b/examples/novice/N02/src/ExN02TrackerSD.cc index a118b09814..ee0e04e7c4 100644 --- a/examples/novice/N02/src/ExN02TrackerSD.cc +++ b/examples/novice/N02/src/ExN02TrackerSD.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02TrackerSD.cc,v 1.7 2003/05/28 09:54:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N02/src/ExN02VisManager.cc b/examples/novice/N02/src/ExN02VisManager.cc index 691b3b9929..2eb449bbb3 100755 --- a/examples/novice/N02/src/ExN02VisManager.cc +++ b/examples/novice/N02/src/ExN02VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: ExN02VisManager.cc,v 1.10 2003/11/10 14:30:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/novice/N03/exampleN03.cc b/examples/novice/N03/exampleN03.cc index 93a1c3a880..4e67abe097 100644 --- a/examples/novice/N03/exampleN03.cc +++ b/examples/novice/N03/exampleN03.cc @@ -22,7 +22,7 @@ // // // $Id: exampleN03.cc,v 1.19 2003/09/15 15:38:08 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N03/exampleN03.out b/examples/novice/N03/exampleN03.out index 8ac394cef0..1cf9bc57e0 100644 --- a/examples/novice/N03/exampleN03.out +++ b/examples/novice/N03/exampleN03.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + G4Material: Mean excitation energy is changed for Water Iold= 70.8926eV; Inew= 75 eV; ***** Table : Nb of materials = 13 ***** @@ -135,7 +138,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for mu+ Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -156,7 +160,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -196,8 +201,8 @@ Index : 2 used in the geometry : Yes recalculation needed : No Current couple of seeds = 9876, 54321 ---------------------------------------- ---> End of event: 0 - Absorber: total energy: 271.592 MeV total track length: 19.2058 cm - Gap: total energy: 16.7582 MeV total track length: 8.5303 cm + Absorber: total energy: 280.51911 MeV total track length: 19.264691 cm + Gap: total energy: 11.548292 MeV total track length: 5.5307824 cm Transportation, hIoni, msc, eIoni eBrem, annihil, conv, compt phot, MuIoni, MuBrems, MuPairProd @@ -208,11 +213,11 @@ Index : 2 used in the geometry : Yes recalculation needed : No --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 127465985, 187731249 + Current couple of seeds = 582988679, 2123498096 ---------------------------------------- ---> End of event: 0 - Absorber: total energy: 276.87 MeV total track length: 19.5233 cm - Gap: total energy: 16.643 MeV total track length: 7.51866 cm + Absorber: total energy: 266.10483 MeV total track length: 19.130814 cm + Gap: total energy: 25.780135 MeV total track length: 13.01794 cm ------------------------------------------------------------ ---> The calorimeter is 30 layers of: [ 20mm of Aluminium + 50mm of Aerogel ] @@ -220,7 +225,7 @@ Index : 2 used in the geometry : Yes recalculation needed : No conv: Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. e+e- energies according Bethe-Heitler - PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. + PhysicsTables from 1.0219981 MeV to 100 GeV in 100 bins. compt: Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. Scattered gamma energy according Klein-Nishina. @@ -272,7 +277,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for mu+ Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -293,7 +299,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -304,10 +311,10 @@ msc: Model variant of multiple scattering for pi- --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 372828161, 377097276 + Current couple of seeds = 627474132, 1958347498 ---------------------------------------- ---> End of event: 0 - Absorber: total energy: 344.584 MeV total track length: 82.3111 cm - Gap: total energy: 67.6844 MeV total track length: 1.98559 m + Absorber: total energy: 413.90611 MeV total track length: 98.024553 cm + Gap: total energy: 84.19009 MeV total track length: 2.3895934 m Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/novice/N03/include/ExN03DetectorConstruction.hh b/examples/novice/N03/include/ExN03DetectorConstruction.hh index 8efc6b4f8b..a1f9743887 100644 --- a/examples/novice/N03/include/ExN03DetectorConstruction.hh +++ b/examples/novice/N03/include/ExN03DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03DetectorConstruction.hh,v 1.6 2003/09/15 15:38:14 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/include/ExN03DetectorMessenger.hh b/examples/novice/N03/include/ExN03DetectorMessenger.hh index 7506c8a71a..594078bccb 100644 --- a/examples/novice/N03/include/ExN03DetectorMessenger.hh +++ b/examples/novice/N03/include/ExN03DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03DetectorMessenger.hh,v 1.6 2002/12/16 16:37:26 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N03/include/ExN03EventAction.hh b/examples/novice/N03/include/ExN03EventAction.hh index d8fedd74b4..01e376fe37 100644 --- a/examples/novice/N03/include/ExN03EventAction.hh +++ b/examples/novice/N03/include/ExN03EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03EventAction.hh,v 1.8 2003/09/15 15:38:14 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/include/ExN03EventActionMessenger.hh b/examples/novice/N03/include/ExN03EventActionMessenger.hh index 8bdb7482cb..17afca0588 100644 --- a/examples/novice/N03/include/ExN03EventActionMessenger.hh +++ b/examples/novice/N03/include/ExN03EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03EventActionMessenger.hh,v 1.7 2002/12/16 16:37:26 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N03/include/ExN03PhysicsList.hh b/examples/novice/N03/include/ExN03PhysicsList.hh index 8192a37d3b..303b113677 100644 --- a/examples/novice/N03/include/ExN03PhysicsList.hh +++ b/examples/novice/N03/include/ExN03PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03PhysicsList.hh,v 1.11 2003/09/15 15:38:14 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/include/ExN03PrimaryGeneratorAction.hh b/examples/novice/N03/include/ExN03PrimaryGeneratorAction.hh index f976b33580..1e0b1fba1c 100644 --- a/examples/novice/N03/include/ExN03PrimaryGeneratorAction.hh +++ b/examples/novice/N03/include/ExN03PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03PrimaryGeneratorAction.hh,v 1.6 2003/09/15 15:38:14 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/include/ExN03PrimaryGeneratorMessenger.hh b/examples/novice/N03/include/ExN03PrimaryGeneratorMessenger.hh index e8b493b750..260314e003 100644 --- a/examples/novice/N03/include/ExN03PrimaryGeneratorMessenger.hh +++ b/examples/novice/N03/include/ExN03PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03PrimaryGeneratorMessenger.hh,v 1.6 2002/12/16 16:37:26 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N03/include/ExN03RunAction.hh b/examples/novice/N03/include/ExN03RunAction.hh index 9d88e0f969..9b76465e98 100644 --- a/examples/novice/N03/include/ExN03RunAction.hh +++ b/examples/novice/N03/include/ExN03RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03RunAction.hh,v 1.8 2003/09/15 15:38:14 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/include/ExN03SteppingAction.hh b/examples/novice/N03/include/ExN03SteppingAction.hh index 79b3c263c3..de900cddcc 100644 --- a/examples/novice/N03/include/ExN03SteppingAction.hh +++ b/examples/novice/N03/include/ExN03SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03SteppingAction.hh,v 1.8 2003/09/15 15:38:14 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/include/ExN03SteppingVerbose.hh b/examples/novice/N03/include/ExN03SteppingVerbose.hh index b416bfb96a..101c23aac4 100644 --- a/examples/novice/N03/include/ExN03SteppingVerbose.hh +++ b/examples/novice/N03/include/ExN03SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03SteppingVerbose.hh,v 1.8 2003/09/15 15:38:15 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N03/include/ExN03VisManager.hh b/examples/novice/N03/include/ExN03VisManager.hh index b66816cac1..fb61dda2fa 100644 --- a/examples/novice/N03/include/ExN03VisManager.hh +++ b/examples/novice/N03/include/ExN03VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: ExN03VisManager.hh,v 1.7 2003/09/15 15:38:15 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/src/ExN03DetectorConstruction.cc b/examples/novice/N03/src/ExN03DetectorConstruction.cc index 098e6c9903..390803b515 100644 --- a/examples/novice/N03/src/ExN03DetectorConstruction.cc +++ b/examples/novice/N03/src/ExN03DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03DetectorConstruction.cc,v 1.19 2003/11/25 14:23:44 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/src/ExN03DetectorMessenger.cc b/examples/novice/N03/src/ExN03DetectorMessenger.cc index 040fb789f6..e6f09eb7bf 100644 --- a/examples/novice/N03/src/ExN03DetectorMessenger.cc +++ b/examples/novice/N03/src/ExN03DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03DetectorMessenger.cc,v 1.9 2003/09/15 15:38:18 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/src/ExN03EventAction.cc b/examples/novice/N03/src/ExN03EventAction.cc index bca1cb0d26..640f2379a2 100644 --- a/examples/novice/N03/src/ExN03EventAction.cc +++ b/examples/novice/N03/src/ExN03EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03EventAction.cc,v 1.23 2003/11/12 16:15:48 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/src/ExN03EventActionMessenger.cc b/examples/novice/N03/src/ExN03EventActionMessenger.cc index 7000529c38..bfbafba9b0 100644 --- a/examples/novice/N03/src/ExN03EventActionMessenger.cc +++ b/examples/novice/N03/src/ExN03EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03EventActionMessenger.cc,v 1.9 2002/12/16 16:37:27 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N03/src/ExN03PhysicsList.cc b/examples/novice/N03/src/ExN03PhysicsList.cc index d72c0ae5eb..24ac78729b 100644 --- a/examples/novice/N03/src/ExN03PhysicsList.cc +++ b/examples/novice/N03/src/ExN03PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03PhysicsList.cc,v 1.17 2003/10/24 12:34:15 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/src/ExN03PrimaryGeneratorAction.cc b/examples/novice/N03/src/ExN03PrimaryGeneratorAction.cc index a6675a3100..55a79bdc0f 100644 --- a/examples/novice/N03/src/ExN03PrimaryGeneratorAction.cc +++ b/examples/novice/N03/src/ExN03PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03PrimaryGeneratorAction.cc,v 1.7 2003/09/15 15:38:18 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/src/ExN03PrimaryGeneratorMessenger.cc b/examples/novice/N03/src/ExN03PrimaryGeneratorMessenger.cc index fcdd552cb3..19cdf56778 100644 --- a/examples/novice/N03/src/ExN03PrimaryGeneratorMessenger.cc +++ b/examples/novice/N03/src/ExN03PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03PrimaryGeneratorMessenger.cc,v 1.8 2002/12/16 16:37:27 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N03/src/ExN03RunAction.cc b/examples/novice/N03/src/ExN03RunAction.cc index c71278709f..e4a754eb00 100644 --- a/examples/novice/N03/src/ExN03RunAction.cc +++ b/examples/novice/N03/src/ExN03RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03RunAction.cc,v 1.15 2003/11/25 16:50:13 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N03/src/ExN03SteppingAction.cc b/examples/novice/N03/src/ExN03SteppingAction.cc index bc9a72f0d2..b5e4620342 100644 --- a/examples/novice/N03/src/ExN03SteppingAction.cc +++ b/examples/novice/N03/src/ExN03SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03SteppingAction.cc,v 1.8 2003/09/15 15:38:18 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N03/src/ExN03SteppingVerbose.cc b/examples/novice/N03/src/ExN03SteppingVerbose.cc index 6afa087028..1a55408023 100644 --- a/examples/novice/N03/src/ExN03SteppingVerbose.cc +++ b/examples/novice/N03/src/ExN03SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03SteppingVerbose.cc,v 1.12 2003/09/15 15:38:18 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N03/src/ExN03VisManager.cc b/examples/novice/N03/src/ExN03VisManager.cc index 5eb2012a8d..9b4265332c 100755 --- a/examples/novice/N03/src/ExN03VisManager.cc +++ b/examples/novice/N03/src/ExN03VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: ExN03VisManager.cc,v 1.12 2003/11/06 14:37:10 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/novice/N04/exampleN04.EMtest.out b/examples/novice/N04/exampleN04.EMtest.out index 3d1d28fb8d..7ff10e5d82 100644 --- a/examples/novice/N04/exampleN04.EMtest.out +++ b/examples/novice/N04/exampleN04.EMtest.out @@ -1,11 +1,13 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + phot: Total cross sections from Sandia parametrisation. -MuonMinusCaptureAtRest is created Visualization Manager instantiating... Visualization Manager initialising... Registering graphics systems... @@ -86,7 +88,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -103,7 +106,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -112,24 +116,24 @@ msc: Model variant of multiple scattering for pi- Stage 0->1 : 1 hits found in the muon chamber. Stage 1->2 : 1 isolated muon found. >>> Event 0 - 22 hits are stored in ExN04TrackerHitsCollection. + 15 hits are stored in ExN04TrackerHitsCollection. 4 hits are stored in ExN04CalorimeterHitsCollection. - Total energy deposition in calorimeter : 0.219853 (GeV) + Total energy deposition in calorimeter : 0.24128837 (GeV) 1 hits are stored in ExN04MuonHitsCollection. ### Run 1 start. Stage 0->1 : 1 hits found in the muon chamber. Stage 1->2 : 1 isolated muon found. >>> Event 0 - 5 hits are stored in ExN04TrackerHitsCollection. - 28 hits are stored in ExN04CalorimeterHitsCollection. - Total energy deposition in calorimeter : 19.6036 (GeV) + 13 hits are stored in ExN04TrackerHitsCollection. + 16 hits are stored in ExN04CalorimeterHitsCollection. + Total energy deposition in calorimeter : 13.986915 (GeV) 1 hits are stored in ExN04MuonHitsCollection. Stage 0->1 : 1 hits found in the muon chamber. Stage 1->2 : 1 isolated muon found. >>> Event 1 - 25 hits are stored in ExN04TrackerHitsCollection. - 23 hits are stored in ExN04CalorimeterHitsCollection. - Total energy deposition in calorimeter : 12.1038 (GeV) + 5 hits are stored in ExN04TrackerHitsCollection. + 19 hits are stored in ExN04CalorimeterHitsCollection. + Total energy deposition in calorimeter : 4.1824336 (GeV) 1 hits are stored in ExN04MuonHitsCollection. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/novice/N04/exampleN04.cc b/examples/novice/N04/exampleN04.cc index 5bcc1f41d6..a52e028eae 100644 --- a/examples/novice/N04/exampleN04.cc +++ b/examples/novice/N04/exampleN04.cc @@ -22,7 +22,7 @@ // // // $Id: exampleN04.cc,v 1.7 2003/09/27 13:27:29 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/novice/N04/exampleN04.out b/examples/novice/N04/exampleN04.out index fe693f8976..a65a3ef693 100644 --- a/examples/novice/N04/exampleN04.out +++ b/examples/novice/N04/exampleN04.out @@ -1,11 +1,13 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + phot: Total cross sections from Sandia parametrisation. -MuonMinusCaptureAtRest is created Visualization Manager instantiating... Visualization Manager initialising... Registering graphics systems... @@ -89,7 +91,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -106,7 +109,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -156,9 +160,9 @@ Start Run processing. Stage 0->1 : 1 hits found in the muon chamber. Stage 1->2 : 1 isolated muon found. >>> Event 0 - 108 hits are stored in ExN04TrackerHitsCollection. - 44 hits are stored in ExN04CalorimeterHitsCollection. - Total energy deposition in calorimeter : 0.670694 (GeV) + 98 hits are stored in ExN04TrackerHitsCollection. + 45 hits are stored in ExN04CalorimeterHitsCollection. + Total energy deposition in calorimeter : 0.84056457 (GeV) 1 hits are stored in ExN04MuonHitsCollection. Stage 0->1 : 0 hits found in the muon chamber. ++++++++ event aborted @@ -171,14 +175,14 @@ Stage 0->1 : 1 hits found in the muon chamber. Stage 1->2 : 0 isolated muon found. ++++++++ event aborted >>> Event 2 - 80 hits are stored in ExN04TrackerHitsCollection. + 85 hits are stored in ExN04TrackerHitsCollection. 13 hits are stored in ExN04CalorimeterHitsCollection. - Total energy deposition in calorimeter : 0.332998 (GeV) + Total energy deposition in calorimeter : 0.3340763 (GeV) 1 hits are stored in ExN04MuonHitsCollection. Run terminated. Run Summary Number of events processed : 3 - User=7.01s Real=7.37s Sys=0.2s + User=2.26s Real=4.71s Sys=0.13s G4 kernel has come to Quit state. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/novice/N04/include/ExN04EMPhysics.hh b/examples/novice/N04/include/ExN04EMPhysics.hh index 5b1cd93529..2cc562298f 100644 --- a/examples/novice/N04/include/ExN04EMPhysics.hh +++ b/examples/novice/N04/include/ExN04EMPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04EMPhysics.hh,v 1.3 2002/01/09 17:24:14 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/novice/N04/include/ExN04GeneralPhysics.hh b/examples/novice/N04/include/ExN04GeneralPhysics.hh index 40e0eec872..d37adac4d2 100644 --- a/examples/novice/N04/include/ExN04GeneralPhysics.hh +++ b/examples/novice/N04/include/ExN04GeneralPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04GeneralPhysics.hh,v 1.3 2002/01/09 17:24:14 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/novice/N04/include/ExN04HadronPhysics.hh b/examples/novice/N04/include/ExN04HadronPhysics.hh index 0d59096520..391ce667fe 100644 --- a/examples/novice/N04/include/ExN04HadronPhysics.hh +++ b/examples/novice/N04/include/ExN04HadronPhysics.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ExN04HadronPhysics.hh,v 1.6 2003/06/16 16:49:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/examples/novice/N04/include/ExN04IonPhysics.hh b/examples/novice/N04/include/ExN04IonPhysics.hh index cc912713c1..26f067638d 100644 --- a/examples/novice/N04/include/ExN04IonPhysics.hh +++ b/examples/novice/N04/include/ExN04IonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04IonPhysics.hh,v 1.4 2003/09/27 13:27:30 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/novice/N04/include/ExN04MuonPhysics.hh b/examples/novice/N04/include/ExN04MuonPhysics.hh index 95f112f46c..bb7fe031d7 100644 --- a/examples/novice/N04/include/ExN04MuonPhysics.hh +++ b/examples/novice/N04/include/ExN04MuonPhysics.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04MuonPhysics.hh,v 1.5 2003/09/27 13:27:30 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/novice/N04/include/ExN04RunAction.hh b/examples/novice/N04/include/ExN04RunAction.hh index f62abab1f9..ce2a004adc 100644 --- a/examples/novice/N04/include/ExN04RunAction.hh +++ b/examples/novice/N04/include/ExN04RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04RunAction.hh,v 1.1 2002/05/02 14:18:51 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N04/include/ExN04SteppingVerbose.hh b/examples/novice/N04/include/ExN04SteppingVerbose.hh index ac01c5b30c..515fb1d35c 100644 --- a/examples/novice/N04/include/ExN04SteppingVerbose.hh +++ b/examples/novice/N04/include/ExN04SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04SteppingVerbose.hh,v 1.1 2002/05/02 14:18:51 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // This class manages the verbose outputs in G4SteppingManager. // It inherits from G4SteppingVerbose. diff --git a/examples/novice/N04/include/ExN04VisManager.hh b/examples/novice/N04/include/ExN04VisManager.hh index c7adf0e03f..3bb74693c4 100644 --- a/examples/novice/N04/include/ExN04VisManager.hh +++ b/examples/novice/N04/include/ExN04VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: ExN04VisManager.hh,v 1.1 2002/05/02 14:18:51 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N04/src/ExN04EMPhysics.cc b/examples/novice/N04/src/ExN04EMPhysics.cc index 1c7add4587..8e19de1b93 100644 --- a/examples/novice/N04/src/ExN04EMPhysics.cc +++ b/examples/novice/N04/src/ExN04EMPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04EMPhysics.cc,v 1.6 2003/10/24 12:36:14 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N04/src/ExN04GeneralPhysics.cc b/examples/novice/N04/src/ExN04GeneralPhysics.cc index c466f39553..861fc5f10b 100644 --- a/examples/novice/N04/src/ExN04GeneralPhysics.cc +++ b/examples/novice/N04/src/ExN04GeneralPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04GeneralPhysics.cc,v 1.6 2003/11/19 19:09:06 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N04/src/ExN04HadronPhysics.cc b/examples/novice/N04/src/ExN04HadronPhysics.cc index da22b501e2..dee9128f71 100644 --- a/examples/novice/N04/src/ExN04HadronPhysics.cc +++ b/examples/novice/N04/src/ExN04HadronPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04HadronPhysics.cc,v 1.10 2003/06/16 16:49:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN04HadronPhysics.hh" diff --git a/examples/novice/N04/src/ExN04IonPhysics.cc b/examples/novice/N04/src/ExN04IonPhysics.cc index bb954ccffb..276b2c6e55 100644 --- a/examples/novice/N04/src/ExN04IonPhysics.cc +++ b/examples/novice/N04/src/ExN04IonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04IonPhysics.cc,v 1.5 2003/09/27 13:27:31 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N04/src/ExN04MuonPhysics.cc b/examples/novice/N04/src/ExN04MuonPhysics.cc index 15d9843a1a..05fc8a1bc2 100644 --- a/examples/novice/N04/src/ExN04MuonPhysics.cc +++ b/examples/novice/N04/src/ExN04MuonPhysics.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04MuonPhysics.cc,v 1.8 2003/11/19 09:26:02 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N04/src/ExN04PhysicsList.cc b/examples/novice/N04/src/ExN04PhysicsList.cc index 032a608bde..0dba2803df 100644 --- a/examples/novice/N04/src/ExN04PhysicsList.cc +++ b/examples/novice/N04/src/ExN04PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04PhysicsList.cc,v 1.15 2003/11/19 09:26:02 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N04/src/ExN04RunAction.cc b/examples/novice/N04/src/ExN04RunAction.cc index 97dd71d14c..11ee854462 100644 --- a/examples/novice/N04/src/ExN04RunAction.cc +++ b/examples/novice/N04/src/ExN04RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04RunAction.cc,v 1.1 2002/05/02 14:18:51 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N04/src/ExN04SteppingVerbose.cc b/examples/novice/N04/src/ExN04SteppingVerbose.cc index b933ef44a7..b3be157675 100644 --- a/examples/novice/N04/src/ExN04SteppingVerbose.cc +++ b/examples/novice/N04/src/ExN04SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04SteppingVerbose.cc,v 1.3 2003/06/16 16:49:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N04/src/ExN04VisManager.cc b/examples/novice/N04/src/ExN04VisManager.cc index 1d8a6b5c68..8b970dff36 100755 --- a/examples/novice/N04/src/ExN04VisManager.cc +++ b/examples/novice/N04/src/ExN04VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: ExN04VisManager.cc,v 1.3 2003/11/10 14:28:58 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/novice/N05/exampleN05.cc b/examples/novice/N05/exampleN05.cc index b1d62aeb03..98f2187135 100644 --- a/examples/novice/N05/exampleN05.cc +++ b/examples/novice/N05/exampleN05.cc @@ -22,7 +22,7 @@ // // // $Id: exampleN05.cc,v 1.10 2002/01/09 17:24:16 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/novice/N05/exampleN05.out b/examples/novice/N05/exampleN05.out index b4e0741fd9..d050b9cd45 100644 --- a/examples/novice/N05/exampleN05.out +++ b/examples/novice/N05/exampleN05.out @@ -1,9 +1,12 @@ RunManager construction starting.... -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + ExN05DetectorConstruction.... @@ -80,7 +83,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for mu+ Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -101,7 +105,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -134,7 +139,7 @@ ExN05EMShowerModel::DoIt ExN05EMShowerModel::DoIt >>> Event 4 10 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.999917 (GeV) + Total energy deposition in EM calorimeter crytals : 0.999918 (GeV) 0 hits are stored in HAD ExN05CalorimeterHitsCollection. Total energy deposition in HAD calorimeter towers : 0 (GeV) number of event = 5 @@ -206,214 +211,215 @@ number of event = 5 ExN05EMShowerModel::DoIt >>> Event 0 10 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.999909 (GeV) + Total energy deposition in EM calorimeter crytals : 0.99991 (GeV) 0 hits are stored in HAD ExN05CalorimeterHitsCollection. Total energy deposition in HAD calorimeter towers : 0 (GeV) ExN05EMShowerModel::DoIt >>> Event 1 11 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.999897 (GeV) + Total energy deposition in EM calorimeter crytals : 0.999911 (GeV) 0 hits are stored in HAD ExN05CalorimeterHitsCollection. Total energy deposition in HAD calorimeter towers : 0 (GeV) ExN05EMShowerModel::DoIt >>> Event 2 - 8 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.999922 (GeV) + 9 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.999887 (GeV) 0 hits are stored in HAD ExN05CalorimeterHitsCollection. Total energy deposition in HAD calorimeter towers : 0 (GeV) ExN05EMShowerModel::DoIt >>> Event 3 - 10 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.999875 (GeV) + 12 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.999916 (GeV) 0 hits are stored in HAD ExN05CalorimeterHitsCollection. Total energy deposition in HAD calorimeter towers : 0 (GeV) ExN05EMShowerModel::DoIt >>> Event 4 9 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.999919 (GeV) + Total energy deposition in EM calorimeter crytals : 0.999909 (GeV) 0 hits are stored in HAD ExN05CalorimeterHitsCollection. Total energy deposition in HAD calorimeter towers : 0 (GeV) number of event = 5 ### Run 4 start. ExN05PionShowerModel::DoIt >>> Event 0 - 5 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.139992 (GeV) - 7 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 0.779954 (GeV) + 9 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.339935 (GeV) + 10 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 0.559892 (GeV) ExN05PionShowerModel::DoIt >>> Event 1 - 11 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.359981 (GeV) + 14 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.479926 (GeV) 12 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 1.47992 (GeV) + Total energy deposition in HAD calorimeter towers : 1.37984 (GeV) ExN05PionShowerModel::DoIt >>> Event 2 16 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.599967 (GeV) - 15 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 2.11988 (GeV) + Total energy deposition in EM calorimeter crytals : 0.719911 (GeV) + 14 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 2.0798 (GeV) ExN05PionShowerModel::DoIt >>> Event 3 - 22 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.819955 (GeV) - 17 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 2.87984 (GeV) + 18 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.879903 (GeV) + 15 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 2.85976 (GeV) ExN05PionShowerModel::DoIt >>> Event 4 - 27 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 1.05993 (GeV) - 18 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 3.61978 (GeV) + 22 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.01989 (GeV) + 15 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 3.63968 (GeV) number of event = 5 ### Run 5 start. ExN05PionShowerModel::DoIt >>> Event 0 - 30 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 1.13993 (GeV) - 34 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 4.51973 (GeV) + 23 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.05988 (GeV) + 27 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 4.59963 (GeV) ExN05PionShowerModel::DoIt >>> Event 1 - 32 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 1.17993 (GeV) - 37 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 5.47969 (GeV) + 24 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.05989 (GeV) + 30 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 5.59958 (GeV) ExN05PionShowerModel::DoIt >>> Event 2 - 32 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 1.19993 (GeV) - 38 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 6.45964 (GeV) + 24 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.07989 (GeV) + 31 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 6.57954 (GeV) ExN05PionShowerModel::DoIt >>> Event 3 - 33 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 1.21993 (GeV) - 41 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 7.43958 (GeV) + 26 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.11988 (GeV) + 32 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 7.53943 (GeV) ExN05PionShowerModel::DoIt >>> Event 4 - 34 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 1.25992 (GeV) - 42 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 8.39954 (GeV) + 26 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.11988 (GeV) + 33 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 8.53938 (GeV) number of event = 5 ### Run 6 start. ExN05PionShowerModel::DoIt >>> Event 0 - 39 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 1.37992 (GeV) - 55 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 9.2795 (GeV) + 27 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.17988 (GeV) + 42 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 9.47934 (GeV) ExN05PionShowerModel::DoIt >>> Event 1 - 39 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 1.47992 (GeV) - 58 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 10.1795 (GeV) + 27 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.17988 (GeV) + 47 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 10.4793 (GeV) ExN05PionShowerModel::DoIt >>> Event 2 - 39 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 1.53991 (GeV) - 59 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 11.1194 (GeV) + 27 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.17988 (GeV) + 50 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 11.4792 (GeV) ExN05PionShowerModel::DoIt >>> Event 3 - 40 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 1.59984 (GeV) - 60 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 12.0583 (GeV) + 31 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.25987 (GeV) + 53 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 12.3792 (GeV) ExN05PionShowerModel::DoIt >>> Event 4 - 41 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 1.61984 (GeV) - 62 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 13.0183 (GeV) + 34 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.31987 (GeV) + 54 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 13.3191 (GeV) number of event = 5 ### Run 7 start. ExN05PionShowerModel::DoIt >>> Event 0 - 49 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 1.79983 (GeV) - 72 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 13.6782 (GeV) + 40 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.65983 (GeV) + 63 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 13.8391 (GeV) +ExN05PionShowerModel::DoIt >>> Event 1 - 7 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.283851 (GeV) - 4 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 0.489561 (GeV) + 50 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 1.97981 (GeV) + 70 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 14.479 (GeV) ExN05PionShowerModel::DoIt >>> Event 2 - 55 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 2.01982 (GeV) - 74 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 14.3182 (GeV) + 57 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 2.2798 (GeV) + 71 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 14.999 (GeV) ExN05PionShowerModel::DoIt >>> Event 3 60 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 2.1998 (GeV) - 75 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 15.0581 (GeV) + Total energy deposition in EM calorimeter crytals : 2.45978 (GeV) + 71 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 15.7189 (GeV) ExN05PionShowerModel::DoIt >>> Event 4 - 63 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 2.43979 (GeV) - 75 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 15.7981 (GeV) + 62 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 2.59978 (GeV) + 71 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 16.5589 (GeV) number of event = 5 ### Run 8 start. >>> Event 0 - 28 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.993964 (GeV) - 4 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 0.00255842 (GeV) + 43 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.98069092 (GeV) + 1 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 0.00056525422 (GeV) >>> Event 1 - 39 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.998803 (GeV) - 0 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 0 (GeV) + 42 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.99472913 (GeV) + 1 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 0.0013748933 (GeV) >>> Event 2 - 44 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.995253 (GeV) + 36 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.9957721 (GeV) 0 hits are stored in HAD ExN05CalorimeterHitsCollection. Total energy deposition in HAD calorimeter towers : 0 (GeV) >>> Event 3 - 45 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.98005 (GeV) - 1 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 0.00293465 (GeV) + 40 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.98993594 (GeV) + 2 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 0.0052252367 (GeV) >>> Event 4 - 39 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.994904 (GeV) - 0 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 0 (GeV) + 36 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.99238524 (GeV) + 3 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 0.0040379066 (GeV) number of event = 5 ### Run 9 start. >>> Event 0 - 21 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.995338 (GeV) - 1 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 0.00457866 (GeV) + 28 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.99421781 (GeV) + 0 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 0 (GeV) >>> Event 1 - 22 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.990095 (GeV) - 1 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 0.00222886 (GeV) ->>> Event 2 - 27 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.989794 (GeV) + 28 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.99703461 (GeV) 2 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 0.0101051 (GeV) + Total energy deposition in HAD calorimeter towers : 0.0028761706 (GeV) +>>> Event 2 + 23 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.99861816 (GeV) + 1 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 0.0012911788 (GeV) >>> Event 3 - 17 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.998656 (GeV) + 26 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.99827802 (GeV) 0 hits are stored in HAD ExN05CalorimeterHitsCollection. Total energy deposition in HAD calorimeter towers : 0 (GeV) >>> Event 4 - 20 hits are stored in EM ExN05CalorimeterHitsCollection. - Total energy deposition in EM calorimeter crytals : 0.999903 (GeV) - 0 hits are stored in HAD ExN05CalorimeterHitsCollection. - Total energy deposition in HAD calorimeter towers : 0 (GeV) + 22 hits are stored in EM ExN05CalorimeterHitsCollection. + Total energy deposition in EM calorimeter crytals : 0.99173935 (GeV) + 1 hits are stored in HAD ExN05CalorimeterHitsCollection. + Total energy deposition in HAD calorimeter towers : 0.0068364568 (GeV) number of event = 5 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/novice/N05/include/ExN05CalorimeterHit.hh b/examples/novice/N05/include/ExN05CalorimeterHit.hh index 1aac8c8652..9965166c7b 100644 --- a/examples/novice/N05/include/ExN05CalorimeterHit.hh +++ b/examples/novice/N05/include/ExN05CalorimeterHit.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05CalorimeterHit.hh,v 1.7 2003/11/10 14:41:33 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef ExN05CalorimeterHit_h diff --git a/examples/novice/N05/include/ExN05CalorimeterSD.hh b/examples/novice/N05/include/ExN05CalorimeterSD.hh index d761ccd5f2..2224a3807e 100644 --- a/examples/novice/N05/include/ExN05CalorimeterSD.hh +++ b/examples/novice/N05/include/ExN05CalorimeterSD.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05CalorimeterSD.hh,v 1.4 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN05CalorimeterSD_h diff --git a/examples/novice/N05/include/ExN05DetectorConstruction.hh b/examples/novice/N05/include/ExN05DetectorConstruction.hh index 506f99c984..c46036352b 100644 --- a/examples/novice/N05/include/ExN05DetectorConstruction.hh +++ b/examples/novice/N05/include/ExN05DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05DetectorConstruction.hh,v 1.4 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN05DetectorConstruction_h #define ExN05DetectorConstruction_h 1 diff --git a/examples/novice/N05/include/ExN05DetectorMessenger.hh b/examples/novice/N05/include/ExN05DetectorMessenger.hh index 70df7d43d5..7c2ec46b9c 100644 --- a/examples/novice/N05/include/ExN05DetectorMessenger.hh +++ b/examples/novice/N05/include/ExN05DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05DetectorMessenger.hh,v 1.4 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N05/include/ExN05EMShowerModel.hh b/examples/novice/N05/include/ExN05EMShowerModel.hh index d8e1c84a9a..bd65fd198f 100644 --- a/examples/novice/N05/include/ExN05EMShowerModel.hh +++ b/examples/novice/N05/include/ExN05EMShowerModel.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05EMShowerModel.hh,v 1.8 2003/06/16 16:49:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //---------------------------------------------- diff --git a/examples/novice/N05/include/ExN05EnergySpot.hh b/examples/novice/N05/include/ExN05EnergySpot.hh index 64cd59071e..f4422dae1e 100644 --- a/examples/novice/N05/include/ExN05EnergySpot.hh +++ b/examples/novice/N05/include/ExN05EnergySpot.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05EnergySpot.hh,v 1.7 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN05EnergySpot_h #define ExN05EnergySpot_h diff --git a/examples/novice/N05/include/ExN05EventAction.hh b/examples/novice/N05/include/ExN05EventAction.hh index 909736d6e8..64dbfde11c 100644 --- a/examples/novice/N05/include/ExN05EventAction.hh +++ b/examples/novice/N05/include/ExN05EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05EventAction.hh,v 1.5 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN05EventAction_h diff --git a/examples/novice/N05/include/ExN05EventActionMessenger.hh b/examples/novice/N05/include/ExN05EventActionMessenger.hh index b1e281ca82..1c9c5a170b 100644 --- a/examples/novice/N05/include/ExN05EventActionMessenger.hh +++ b/examples/novice/N05/include/ExN05EventActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05EventActionMessenger.hh,v 1.4 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN05EventActionMessenger_h diff --git a/examples/novice/N05/include/ExN05MaxTimeCuts.hh b/examples/novice/N05/include/ExN05MaxTimeCuts.hh index dba29d2844..137bc0ea81 100644 --- a/examples/novice/N05/include/ExN05MaxTimeCuts.hh +++ b/examples/novice/N05/include/ExN05MaxTimeCuts.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05MaxTimeCuts.hh,v 1.5 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/novice/N05/include/ExN05MinEkineCuts.hh b/examples/novice/N05/include/ExN05MinEkineCuts.hh index 363644c93e..74cb068d93 100644 --- a/examples/novice/N05/include/ExN05MinEkineCuts.hh +++ b/examples/novice/N05/include/ExN05MinEkineCuts.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05MinEkineCuts.hh,v 1.5 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/novice/N05/include/ExN05MinRangeCuts.hh b/examples/novice/N05/include/ExN05MinRangeCuts.hh index 28580a6677..9fb7accc3e 100644 --- a/examples/novice/N05/include/ExN05MinRangeCuts.hh +++ b/examples/novice/N05/include/ExN05MinRangeCuts.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05MinRangeCuts.hh,v 1.5 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/novice/N05/include/ExN05PhysicsList.hh b/examples/novice/N05/include/ExN05PhysicsList.hh index 0e8db6117f..5d453c05f9 100644 --- a/examples/novice/N05/include/ExN05PhysicsList.hh +++ b/examples/novice/N05/include/ExN05PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05PhysicsList.hh,v 1.7 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // #ifndef ExN05PhysicsList_h diff --git a/examples/novice/N05/include/ExN05PiModel.hh b/examples/novice/N05/include/ExN05PiModel.hh index 132afa3c0d..33d29f184b 100644 --- a/examples/novice/N05/include/ExN05PiModel.hh +++ b/examples/novice/N05/include/ExN05PiModel.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05PiModel.hh,v 1.4 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //---------------------------------------- diff --git a/examples/novice/N05/include/ExN05PionShowerModel.hh b/examples/novice/N05/include/ExN05PionShowerModel.hh index 947c8802a6..1d0d6b7bac 100644 --- a/examples/novice/N05/include/ExN05PionShowerModel.hh +++ b/examples/novice/N05/include/ExN05PionShowerModel.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05PionShowerModel.hh,v 1.8 2003/06/16 16:50:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //---------------------------------------------- diff --git a/examples/novice/N05/include/ExN05PrimaryGeneratorAction.hh b/examples/novice/N05/include/ExN05PrimaryGeneratorAction.hh index 72d0e83b9c..886b8a8aa5 100644 --- a/examples/novice/N05/include/ExN05PrimaryGeneratorAction.hh +++ b/examples/novice/N05/include/ExN05PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05PrimaryGeneratorAction.hh,v 1.4 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN05PrimaryGeneratorAction_h diff --git a/examples/novice/N05/include/ExN05RunAction.hh b/examples/novice/N05/include/ExN05RunAction.hh index a1351f0eac..56174f9e3f 100644 --- a/examples/novice/N05/include/ExN05RunAction.hh +++ b/examples/novice/N05/include/ExN05RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05RunAction.hh,v 1.8 2002/01/09 17:24:18 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN05RunAction_h diff --git a/examples/novice/N05/include/ExN05SpecialCuts.hh b/examples/novice/N05/include/ExN05SpecialCuts.hh index 10fa00177e..716060d258 100644 --- a/examples/novice/N05/include/ExN05SpecialCuts.hh +++ b/examples/novice/N05/include/ExN05SpecialCuts.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05SpecialCuts.hh,v 1.7 2003/08/27 16:15:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: exampleN05-V05-02-00 $ // // // ------------------------------------------------------------ diff --git a/examples/novice/N05/include/ExN05SteppingAction.hh b/examples/novice/N05/include/ExN05SteppingAction.hh index 2a5af7bea3..b52f08235d 100644 --- a/examples/novice/N05/include/ExN05SteppingAction.hh +++ b/examples/novice/N05/include/ExN05SteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05SteppingAction.hh,v 1.5 2002/01/09 17:24:19 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN05SteppingAction_h diff --git a/examples/novice/N05/include/ExN05SteppingActionMessenger.hh b/examples/novice/N05/include/ExN05SteppingActionMessenger.hh index cab658fd93..ea79f9e71b 100644 --- a/examples/novice/N05/include/ExN05SteppingActionMessenger.hh +++ b/examples/novice/N05/include/ExN05SteppingActionMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05SteppingActionMessenger.hh,v 1.4 2002/01/09 17:24:19 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN05SteppingActionMessenger_h diff --git a/examples/novice/N05/include/ExN05VisManager.hh b/examples/novice/N05/include/ExN05VisManager.hh index 87afbe9e3c..2386663648 100644 --- a/examples/novice/N05/include/ExN05VisManager.hh +++ b/examples/novice/N05/include/ExN05VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: ExN05VisManager.hh,v 1.3 2002/01/09 17:24:19 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N05/src/ExN05CalorimeterHit.cc b/examples/novice/N05/src/ExN05CalorimeterHit.cc index 6f7141378f..350c804cf7 100644 --- a/examples/novice/N05/src/ExN05CalorimeterHit.cc +++ b/examples/novice/N05/src/ExN05CalorimeterHit.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05CalorimeterHit.cc,v 1.5 2003/05/28 11:20:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN05CalorimeterHit.hh" diff --git a/examples/novice/N05/src/ExN05CalorimeterSD.cc b/examples/novice/N05/src/ExN05CalorimeterSD.cc index 0b89e879f1..4143ba6ab5 100644 --- a/examples/novice/N05/src/ExN05CalorimeterSD.cc +++ b/examples/novice/N05/src/ExN05CalorimeterSD.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05CalorimeterSD.cc,v 1.5 2003/05/28 11:20:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN05CalorimeterSD.hh" diff --git a/examples/novice/N05/src/ExN05DetectorConstruction.cc b/examples/novice/N05/src/ExN05DetectorConstruction.cc index a24d4ff771..b40f278250 100644 --- a/examples/novice/N05/src/ExN05DetectorConstruction.cc +++ b/examples/novice/N05/src/ExN05DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05DetectorConstruction.cc,v 1.5 2002/01/09 17:24:19 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN05DetectorConstruction.hh" #include "ExN05CalorimeterSD.hh" diff --git a/examples/novice/N05/src/ExN05DetectorMessenger.cc b/examples/novice/N05/src/ExN05DetectorMessenger.cc index 947e7df8d4..d3bf9bd9af 100644 --- a/examples/novice/N05/src/ExN05DetectorMessenger.cc +++ b/examples/novice/N05/src/ExN05DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05DetectorMessenger.cc,v 1.6 2003/06/16 16:50:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N05/src/ExN05EMShowerModel.cc b/examples/novice/N05/src/ExN05EMShowerModel.cc index 5c4551a1bd..fe10738c5c 100644 --- a/examples/novice/N05/src/ExN05EMShowerModel.cc +++ b/examples/novice/N05/src/ExN05EMShowerModel.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05EMShowerModel.cc,v 1.8 2003/11/10 14:41:14 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "ExN05EMShowerModel.hh" #include "ExN05EnergySpot.hh" diff --git a/examples/novice/N05/src/ExN05EnergySpot.cc b/examples/novice/N05/src/ExN05EnergySpot.cc index 3d8b342c61..3daa1356e9 100644 --- a/examples/novice/N05/src/ExN05EnergySpot.cc +++ b/examples/novice/N05/src/ExN05EnergySpot.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05EnergySpot.cc,v 1.6 2002/01/09 17:24:19 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN05EnergySpot.hh" diff --git a/examples/novice/N05/src/ExN05EventAction.cc b/examples/novice/N05/src/ExN05EventAction.cc index cda52d4e2f..6050bcc580 100644 --- a/examples/novice/N05/src/ExN05EventAction.cc +++ b/examples/novice/N05/src/ExN05EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05EventAction.cc,v 1.8 2002/01/09 17:24:19 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN05EventAction.hh" diff --git a/examples/novice/N05/src/ExN05EventActionMessenger.cc b/examples/novice/N05/src/ExN05EventActionMessenger.cc index 4bfb4b30b3..30ddded6d9 100644 --- a/examples/novice/N05/src/ExN05EventActionMessenger.cc +++ b/examples/novice/N05/src/ExN05EventActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05EventActionMessenger.cc,v 1.5 2003/06/16 16:50:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN05EventActionMessenger.hh" diff --git a/examples/novice/N05/src/ExN05MaxTimeCuts.cc b/examples/novice/N05/src/ExN05MaxTimeCuts.cc index a1bc14cd35..0616aee3b0 100644 --- a/examples/novice/N05/src/ExN05MaxTimeCuts.cc +++ b/examples/novice/N05/src/ExN05MaxTimeCuts.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05MaxTimeCuts.cc,v 1.6 2003/05/28 11:20:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/novice/N05/src/ExN05MinEkineCuts.cc b/examples/novice/N05/src/ExN05MinEkineCuts.cc index 1a4614324c..517cca1df8 100644 --- a/examples/novice/N05/src/ExN05MinEkineCuts.cc +++ b/examples/novice/N05/src/ExN05MinEkineCuts.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05MinEkineCuts.cc,v 1.7 2003/12/09 08:42:05 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/novice/N05/src/ExN05MinRangeCuts.cc b/examples/novice/N05/src/ExN05MinRangeCuts.cc index 2cf40b923c..8e66b967a5 100644 --- a/examples/novice/N05/src/ExN05MinRangeCuts.cc +++ b/examples/novice/N05/src/ExN05MinRangeCuts.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05MinRangeCuts.cc,v 1.6 2003/08/27 16:15:43 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: exampleN05-V05-02-00 $ // // // -------------------------------------------------------------- diff --git a/examples/novice/N05/src/ExN05PhysicsList.cc b/examples/novice/N05/src/ExN05PhysicsList.cc index 513e39822d..8af38e0c49 100644 --- a/examples/novice/N05/src/ExN05PhysicsList.cc +++ b/examples/novice/N05/src/ExN05PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05PhysicsList.cc,v 1.9 2003/09/29 04:54:11 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/examples/novice/N05/src/ExN05PiModel.cc b/examples/novice/N05/src/ExN05PiModel.cc index cd515ff472..3cd609f98b 100644 --- a/examples/novice/N05/src/ExN05PiModel.cc +++ b/examples/novice/N05/src/ExN05PiModel.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05PiModel.cc,v 1.4 2002/01/09 17:24:20 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN05PiModel.hh" diff --git a/examples/novice/N05/src/ExN05PionShowerModel.cc b/examples/novice/N05/src/ExN05PionShowerModel.cc index 088530a944..4bd0599b8e 100644 --- a/examples/novice/N05/src/ExN05PionShowerModel.cc +++ b/examples/novice/N05/src/ExN05PionShowerModel.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05PionShowerModel.cc,v 1.10 2003/11/10 14:41:14 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "ExN05PionShowerModel.hh" #include "ExN05EnergySpot.hh" diff --git a/examples/novice/N05/src/ExN05PrimaryGeneratorAction.cc b/examples/novice/N05/src/ExN05PrimaryGeneratorAction.cc index 5c7779e503..139fd5b348 100644 --- a/examples/novice/N05/src/ExN05PrimaryGeneratorAction.cc +++ b/examples/novice/N05/src/ExN05PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05PrimaryGeneratorAction.cc,v 1.4 2002/01/09 17:24:20 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN05PrimaryGeneratorAction.hh" diff --git a/examples/novice/N05/src/ExN05RunAction.cc b/examples/novice/N05/src/ExN05RunAction.cc index 08576221c1..19b1c57e9d 100644 --- a/examples/novice/N05/src/ExN05RunAction.cc +++ b/examples/novice/N05/src/ExN05RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05RunAction.cc,v 1.7 2002/01/09 17:24:20 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Make this appear first! diff --git a/examples/novice/N05/src/ExN05SpecialCuts.cc b/examples/novice/N05/src/ExN05SpecialCuts.cc index 787277e940..155ea89557 100644 --- a/examples/novice/N05/src/ExN05SpecialCuts.cc +++ b/examples/novice/N05/src/ExN05SpecialCuts.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05SpecialCuts.cc,v 1.6 2003/05/28 11:20:25 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/examples/novice/N05/src/ExN05SteppingAction.cc b/examples/novice/N05/src/ExN05SteppingAction.cc index 6e5dd1842a..aae884dd07 100644 --- a/examples/novice/N05/src/ExN05SteppingAction.cc +++ b/examples/novice/N05/src/ExN05SteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05SteppingAction.cc,v 1.6 2002/01/09 17:24:20 ranjard Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN05SteppingAction.hh" diff --git a/examples/novice/N05/src/ExN05SteppingActionMessenger.cc b/examples/novice/N05/src/ExN05SteppingActionMessenger.cc index cf609cec8a..8e18f01046 100644 --- a/examples/novice/N05/src/ExN05SteppingActionMessenger.cc +++ b/examples/novice/N05/src/ExN05SteppingActionMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05SteppingActionMessenger.cc,v 1.5 2003/06/16 16:50:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN05SteppingActionMessenger.hh" diff --git a/examples/novice/N05/src/ExN05VisManager.cc b/examples/novice/N05/src/ExN05VisManager.cc index e430715e67..0c84496f42 100755 --- a/examples/novice/N05/src/ExN05VisManager.cc +++ b/examples/novice/N05/src/ExN05VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: ExN05VisManager.cc,v 1.8 2003/11/10 14:40:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/examples/novice/N06/History b/examples/novice/N06/History index ce50d53f6a..2bb86c3f1d 100644 --- a/examples/novice/N06/History +++ b/examples/novice/N06/History @@ -1,4 +1,4 @@ -$Id: History,v 1.19 2003/12/01 16:25:27 gcosmo Exp $ +$Id: History,v 1.20 2004/03/17 22:40:58 gum Exp $ ------------------------------------------------------------------- ========================================================= @@ -15,6 +15,10 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +March 17, 2004 Peter Gumplinger (exampleN06-V06-00-00) +- DetectorConstruction: change surface model between OpWaterSurface + and OpAirSurface + December 1, 2003 Peter Gumplinger (exampleN06-V05-02-02) - DetectorConstruction: use G4SurfaceProperty. diff --git a/examples/novice/N06/exampleN06.cc b/examples/novice/N06/exampleN06.cc index fa771d133b..a03be6a03b 100644 --- a/examples/novice/N06/exampleN06.cc +++ b/examples/novice/N06/exampleN06.cc @@ -22,7 +22,7 @@ // // // $Id: exampleN06.cc,v 1.7 2003/01/23 15:31:39 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/exampleN06.out b/examples/novice/N06/exampleN06.out index 6bd85b0833..9a47307d9f 100644 --- a/examples/novice/N06/exampleN06.out +++ b/examples/novice/N06/exampleN06.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + Visualization Manager instantiating... Visualization Manager initialising... Registering graphics systems... @@ -21,12 +24,12 @@ Equal Equal Equal Surface type = 1 - Surface finish = 3 - Surface model = 1 + Surface finish = 0 + Surface model = 0 Surface parameter ----------------- -0 +1 AddDiscreteProcess to OpticalPhoton /tracking/verbose 1 @@ -86,7 +89,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV MuBrems: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. @@ -103,7 +107,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -120,15 +125,15 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Exiting from G4Cerenkov::DoIt -- NumberOfSecondaries = 39 Exiting from G4Scintillation::DoIt -- NumberOfSecondaries = 18 - 1 234 mum 0 fm 0 fm 0 eV 500 keV 1.76 mm 1.76 mm Tank eIoni - 2 234 mum 0 fm 0 fm 0 eV 0 eV 0 fm 1.76 mm Tank Scintillation + 1 201 mum 0 fm 0 fm 0 eV 500 keV 1.76 mm 1.76 mm Tank eIoni + 2 201 mum 0 fm 0 fm 0 eV 0 eV 0 fm 1.76 mm Tank Scintillation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 58, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 187 mum 0 fm 0 fm 3.3 eV 0 eV 0 fm 0 fm Tank initStep + 0 160 mum 0 fm 0 fm 3.3 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! Old Momentum Direction: (-0.985954,0.102222,0.132081) Old Polarization: (0.0757615,-0.431046,0.899144) @@ -143,27 +148,35 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 202 mum 0 fm 0 fm 3.72 eV 0 eV 0 fm 0 fm Tank initStep + 0 173 mum 0 fm 0 fm 3.72 eV 0 eV 0 fm 0 fm Tank initStep +Scattering Photon! +Old Momentum Direction: (0.86539246,-0.49681618,-0.065341949) +Old Polarization: (-0.49263728,-0.81966575,-0.29232956) +New Polarization: (0.55887933,0.82503864,-0.08345732) +Polarization Change: (0.55887933,0.82503864,-0.08345732) +New Momentum Direction: (-0.068195499,0.14602872,0.98692704) +Momentum Change: (-0.068195499,0.14602872,0.98692704) + 1 3.4 m -1.95 m -25.7 cm 3.72 eV 0 eV 3.93 m 3.93 m Tank OpRayleigh Photon at Boundary! - Old Momentum Direction: (0.865392,-0.496816,-0.0653419) - Old Polarization: (-0.492637,-0.819666,-0.29233) - New Momentum Direction: (0.732374,-0.675088,-0.0887885) - New Polarization: (0.669964,0.737736,-0.0830315) + Old Momentum Direction: (-0.068195499,0.14602872,0.98692704) + Old Polarization: (0.55887933,0.82503864,-0.08345732) + New Momentum Direction: (-0.092666034,0.19842809,0.97572501) + New Polarization: (0.9888286,-0.096564842,0.11354839) *** FresnelRefraction *** - 1 5 m -2.87 m -37.8 cm 3.72 eV 0 eV 5.78 m 5.78 m Tank Transportation - 2 10 m -7.48 m -98.4 cm 3.72 eV 0 eV 6.83 m 12.6 m OutOfWorld Transportation + 2 3.04 m -1.17 m 5 m 3.72 eV 0 eV 5.33 m 9.25 m Tank Transportation + 3 2.56 m -15.7 cm 10 m 3.72 eV 0 eV 5.12 m 14.4 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 56, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 226 mum 0 fm 0 fm 3.36 eV 0 eV 0 fm 0 fm Tank initStep + 0 194 mum 0 fm 0 fm 3.36 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.692951,-0.510445,0.50918) - Old Polarization: (0.719974,0.452541,-0.526159) - New Momentum Direction: (0.207446,-0.692583,0.690865) - New Polarization: (0.977258,0.114979,-0.178176) + Old Momentum Direction: (0.69295142,-0.51044537,0.50917959) + Old Polarization: (0.71997421,0.45254145,-0.52615908) + New Momentum Direction: (0.2074461,-0.69258288,0.69086545) + New Polarization: (0.97725791,0.11497887,-0.17817643) *** FresnelRefraction *** 1 5 m -3.68 m 3.67 m 3.36 eV 0 eV 7.22 m 7.22 m Tank Transportation 2 6.89 m -10 m 9.98 m 3.36 eV 0 eV 9.12 m 16.3 m OutOfWorld Transportation @@ -173,45 +186,42 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 152 mum 0 fm 0 fm 2.39 eV 0 eV 0 fm 0 fm Tank initStep - -** Photon absorbed! ** - 1 -3.4 m 69.3 cm -39.8 cm 2.39 eV 0 eV 3.49 m 3.49 m Tank OpAbsorption + 0 130 mum 0 fm 0 fm 2.39 eV 0 eV 0 fm 0 fm Tank initStep + Photon at Boundary! + Old Momentum Direction: (-0.97341876,0.19864121,-0.114007) + Old Polarization: (0.21300473,0.96810819,-0.13189205) + New Momentum Direction: (-0.95114662,0.26777149,-0.15368323) + New Polarization: (-0.28726641,-0.58516384,0.75832796) + *** FresnelRefraction *** + 1 -5 m 1.02 m -58.6 cm 2.39 eV 0 eV 5.14 m 5.14 m Tank Transportation + 2 -10 m 2.43 m -1.39 m 2.39 eV 0 eV 5.26 m 10.4 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 54, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 150 mum 0 fm 0 fm 3.07 eV 0 eV 0 fm 0 fm Tank initStep -Scattering Photon! -Old Momentum Direction: (0.0802356,-0.877503,0.472811) -Old Polarization: (-0.914317,0.124117,0.385511) -New Polarization: (-0.852608,0.380291,0.358382) -Polarization Change: (-0.852608,0.380291,0.358382) -New Momentum Direction: (0.348956,0.924859,-0.151214) -Momentum Change: (0.348956,0.924859,-0.151214) - 1 15.7 cm -1.72 m 92.4 cm 3.07 eV 0 eV 1.95 m 1.95 m Tank OpRayleigh + 0 128 mum 0 fm 0 fm 3.07 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.348956,0.924859,-0.151214) - Old Polarization: (-0.852608,0.380291,0.358382) - New Momentum Direction: (0.472759,0.857048,-0.204861) - New Polarization: (-0.790346,0.515211,0.331528) + Old Momentum Direction: (0.080235619,-0.87750316,0.47281122) + Old Polarization: (-0.91431716,0.12411729,0.3855114) + New Momentum Direction: (0.10870154,-0.76017996,0.64055476) + New Polarization: (-0.98449445,-0.17156766,-0.03654057) *** FresnelRefraction *** - 2 2.69 m 5 m -17.4 cm 3.07 eV 0 eV 7.26 m 9.22 m Tank Transportation - 3 5.45 m 10 m -1.37 m 3.07 eV 0 eV 5.83 m 15 m OutOfWorld Transportation + 1 45.7 cm -5 m 2.69 m 3.07 eV 0 eV 5.7 m 5.7 m Tank Transportation + 2 1.17 m -10 m 6.91 m 3.07 eV 0 eV 6.58 m 12.3 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 53, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 144 mum 0 fm 0 fm 2.92 eV 0 eV 0 fm 0 fm Tank initStep + 0 123 mum 0 fm 0 fm 2.92 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.849208,0.346124,-0.398803) - Old Polarization: (0.364039,0.163344,0.916948) - New Momentum Direction: (0.699267,0.468566,-0.539881) - New Polarization: (0.500298,0.218672,0.837786) + Old Momentum Direction: (0.84920788,0.34612392,-0.39880347) + Old Polarization: (0.36403908,0.16334417,0.91694833) + New Momentum Direction: (0.6992675,0.46856569,-0.53988069) + New Polarization: (0.50029768,0.21867231,0.83778556) *** FresnelRefraction *** 1 5 m 2.04 m -2.35 m 2.92 eV 0 eV 5.89 m 5.89 m Tank Transportation 2 10 m 5.39 m -6.21 m 2.92 eV 0 eV 7.15 m 13 m OutOfWorld Transportation @@ -221,32 +231,37 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 169 mum 0 fm 0 fm 2.97 eV 0 eV 0 fm 0 fm Tank initStep - -** Photon absorbed! ** - 1 -1.25 m 38.3 cm 37.7 cm 2.97 eV 0 eV 1.36 m 1.36 m Tank OpAbsorption + 0 145 mum 0 fm 0 fm 2.97 eV 0 eV 0 fm 0 fm Tank initStep + Photon at Boundary! + Old Momentum Direction: (-0.91907449,0.28088298,0.27641785) + Old Polarization: (0.33248258,0.17612355,0.92651812) + New Momentum Direction: (-0.84571561,0.38034716,0.37430087) + New Polarization: (-0.45182994,-0.88357883,-0.12303721) + *** FresnelRefraction *** + 1 -5 m 1.53 m 1.5 m 2.97 eV 0 eV 5.44 m 5.44 m Tank Transportation + 2 -10 m 3.78 m 3.72 m 2.97 eV 0 eV 5.91 m 11.4 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 51, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 218 mum 0 fm 0 fm 4.03 eV 0 eV 0 fm 0 fm Tank initStep + 0 187 mum 0 fm 0 fm 4.03 eV 0 eV 0 fm 0 fm Tank initStep ** Photon absorbed! ** - 1 1.42 m 1.44 m 2.42 m 4.03 eV 0 eV 3.16 m 3.16 m Tank OpAbsorption + 1 45.3 cm 46.1 cm 77.4 cm 4.03 eV 0 eV 1.01 m 1.01 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 50, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 111 mum 0 fm 0 fm 3.2 eV 0 eV 0 fm 0 fm Tank initStep + 0 95.1 mum 0 fm 0 fm 3.2 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (-0.617172,-0.085375,0.782182) - Old Polarization: (-0.742468,0.392263,-0.54302) - New Momentum Direction: (-0.836665,-0.115738,0.535347) - New Polarization: (0.403922,0.529751,0.745796) + Old Momentum Direction: (-0.61717235,-0.085375032,0.78218246) + Old Polarization: (-0.7424677,0.39226338,-0.54302041) + New Momentum Direction: (-0.83666479,-0.11573798,0.53534732) + New Polarization: (0.40392209,0.52975078,0.74579559) *** FresnelRefraction *** 1 -3.95 m -54.6 cm 5 m 3.2 eV 0 eV 6.39 m 6.39 m Tank Transportation 2 -10 m -1.38 m 8.87 m 3.2 eV 0 eV 7.24 m 13.6 m OutOfWorld Transportation @@ -256,118 +271,124 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 39.3 mum 0 fm 0 fm 3.15 eV 0 eV 0 fm 0 fm Tank initStep + 0 33.7 mum 0 fm 0 fm 3.15 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (-0.504684,-0.574073,0.644775) - Old Polarization: (-0.817976,0.0791509,-0.569782) - New Momentum Direction: (-0.504684,-0.574073,-0.644775) - New Polarization: (0.817976,-0.0791509,-0.569782) - *** TotalInternalReflection *** + Old Momentum Direction: (-0.50468398,-0.57407264,0.64477491) + Old Polarization: (-0.81797565,0.079150931,-0.56978151) + New Momentum Direction: (-0.50468398,-0.57407264,-0.64477491) + New Polarization: (0.81797565,-0.079150931,-0.56978151) + *** LobeReflection *** 1 -3.91 m -4.45 m 5 m 3.15 eV 0 eV 7.75 m 7.75 m Tank Transportation 2 -3.91 m -4.45 m 5 m 3.15 eV 0 eV 0 fm 7.75 m World Transportation Photon at Boundary! - Old Momentum Direction: (-0.504684,-0.574073,-0.644775) - Old Polarization: (0.817976,-0.0791509,-0.569782) - New Momentum Direction: (-0.504684,0.574073,-0.644775) - New Polarization: (-0.817976,-0.0791509,0.569782) - *** TotalInternalReflection *** + Old Momentum Direction: (-0.50468398,-0.57407264,-0.64477491) + Old Polarization: (0.81797565,-0.079150931,-0.56978151) + New Momentum Direction: (-0.50468398,0.57407264,-0.64477491) + New Polarization: (-0.81797565,-0.079150931,0.56978151) + *** LobeReflection *** 3 -4.4 m -5 m 4.38 m 3.15 eV 0 eV 95.5 cm 8.71 m Tank Transportation 4 -4.4 m -5 m 4.38 m 3.15 eV 0 eV 0 fm 8.71 m World Transportation Photon at Boundary! - Old Momentum Direction: (-0.504684,0.574073,-0.644775) - Old Polarization: (-0.817976,-0.0791509,0.569782) - New Momentum Direction: (0.504684,0.574073,-0.644775) - New Polarization: (-0.817976,0.0791509,-0.569782) - *** TotalInternalReflection *** + Old Momentum Direction: (-0.50468398,0.57407264,-0.64477491) + Old Polarization: (-0.81797565,-0.079150931,0.56978151) + New Momentum Direction: (0.50468398,0.57407264,-0.64477491) + New Polarization: (-0.81797565,0.079150931,-0.56978151) + *** LobeReflection *** 5 -5 m -4.31 m 3.61 m 3.15 eV 0 eV 1.2 m 9.91 m Tank Transportation 6 -5 m -4.31 m 3.61 m 3.15 eV 0 eV 0 fm 9.91 m World Transportation + Photon at Boundary! + Old Momentum Direction: (0.50468398,0.57407264,-0.64477491) + Old Polarization: (-0.81797565,0.079150931,-0.56978151) + New Momentum Direction: (0.50468398,0.57407264,0.64477491) + New Polarization: (0.81797565,-0.079150931,-0.56978151) + *** SpikeReflection *** + 7 1.74 m 3.36 m -5 m 3.15 eV 0 eV 13.4 m 23.3 m Tank Transportation + 8 1.74 m 3.36 m -5 m 3.15 eV 0 eV 0 fm 23.3 m World Transportation + Photon at Boundary! + Old Momentum Direction: (0.50468398,0.57407264,0.64477491) + Old Polarization: (0.81797565,-0.079150931,-0.56978151) + New Momentum Direction: (0.80115714,-0.54488965,-0.24747223) + New Polarization: (-0.58495273,-0.80033461,-0.13150974) + *** LambertianReflection *** + 9 3.19 m 5 m -3.15 m 3.15 eV 0 eV 2.87 m 26.1 m Tank Transportation + 10 3.19 m 5 m -3.15 m 3.15 eV 0 eV 0 fm 26.1 m World Transportation ** Photon absorbed! ** - 7 64.1 cm 2.1 m -3.6 m 3.15 eV 0 eV 11.2 m 21.1 m Tank OpAbsorption + 11 4.06 m 4.4 m -3.42 m 3.15 eV 0 eV 1.09 m 27.2 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 48, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 50.9 mum 0 fm 0 fm 2.89 eV 0 eV 0 fm 0 fm Tank initStep + 0 43.6 mum 0 fm 0 fm 2.89 eV 0 eV 0 fm 0 fm Tank initStep + Photon at Boundary! + Old Momentum Direction: (0.56271694,0.32954926,0.75812066) + Old Polarization: (0.58654938,-0.8054132,-0.085260773) + New Momentum Direction: (0.56271694,0.32954926,-0.75812066) + New Polarization: (0.52540392,-0.85061246,0.020227624) + *** LobeReflection *** + 1 3.71 m 2.17 m 5 m 2.89 eV 0 eV 6.6 m 6.6 m Tank Transportation + 2 3.71 m 2.17 m 5 m 2.89 eV 0 eV 0 fm 6.6 m World Transportation ** Photon absorbed! ** - 1 1.66 m 97.2 cm 2.24 m 2.89 eV 0 eV 2.95 m 2.95 m Tank OpAbsorption + 3 4.33 m 2.54 m 4.16 m 2.89 eV 0 eV 1.11 m 7.7 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 47, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 158 mum 0 fm 0 fm 2.46 eV 0 eV 0 fm 0 fm Tank initStep + 0 136 mum 0 fm 0 fm 2.46 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (-0.539065,-0.512335,0.668523) - Old Polarization: (0.328116,-0.858756,-0.393546) - New Momentum Direction: (-0.539065,-0.512335,-0.668523) - New Polarization: (-0.328116,0.858756,-0.393546) - *** TotalInternalReflection *** + Old Momentum Direction: (-0.53906468,-0.51233467,0.6685226) + Old Polarization: (0.32811584,-0.85875565,-0.39354635) + New Momentum Direction: (-0.53906468,-0.51233467,-0.6685226) + New Polarization: (-0.32811584,0.85875565,-0.39354635) + *** LobeReflection *** 1 -4.03 m -3.83 m 5 m 2.46 eV 0 eV 7.48 m 7.48 m Tank Transportation 2 -4.03 m -3.83 m 5 m 2.46 eV 0 eV 0 fm 7.48 m World Transportation Photon at Boundary! - Old Momentum Direction: (-0.539065,-0.512335,-0.668523) - Old Polarization: (-0.328116,0.858756,-0.393546) - New Momentum Direction: (0.539065,-0.512335,-0.668523) - New Polarization: (-0.328116,-0.858756,0.393546) - *** TotalInternalReflection *** + Old Momentum Direction: (-0.53906468,-0.51233467,-0.6685226) + Old Polarization: (-0.32811584,0.85875565,-0.39354635) + New Momentum Direction: (0.53906468,-0.51233467,-0.6685226) + New Polarization: (-0.32811584,-0.85875565,0.39354635) + *** SpikeReflection *** 3 -5 m -4.75 m 3.8 m 2.46 eV 0 eV 1.8 m 9.28 m Tank Transportation 4 -5 m -4.75 m 3.8 m 2.46 eV 0 eV 0 fm 9.28 m World Transportation Photon at Boundary! - Old Momentum Direction: (0.539065,-0.512335,-0.668523) - Old Polarization: (-0.328116,-0.858756,0.393546) - New Momentum Direction: (0.539065,0.512335,-0.668523) - New Polarization: (0.328116,-0.858756,-0.393546) - *** TotalInternalReflection *** + Old Momentum Direction: (0.53906468,-0.51233467,-0.6685226) + Old Polarization: (-0.32811584,-0.85875565,0.39354635) + New Momentum Direction: (0.92465712,0.37564885,0.062427127) + New Polarization: (0.01292113,0.13289156,-0.99104635) + *** LambertianReflection *** 5 -4.74 m -5 m 3.48 m 2.46 eV 0 eV 48.4 cm 9.76 m Tank Transportation 6 -4.74 m -5 m 3.48 m 2.46 eV 0 eV 0 fm 9.76 m World Transportation -Scattering Photon! -Old Momentum Direction: (0.539065,0.512335,-0.668523) -Old Polarization: (0.328116,-0.858756,-0.393546) -New Polarization: (-0.35123,0.0732112,0.933422) -Polarization Change: (-0.35123,0.0732112,0.933422) -New Momentum Direction: (-0.162902,0.976955,-0.137923) -Momentum Change: (-0.162902,0.976955,-0.137923) - 7 3.71 cm -46 cm -2.45 m 2.46 eV 0 eV 8.86 m 18.6 m Tank OpRayleigh - Photon at Boundary! - Old Momentum Direction: (-0.162902,0.976955,-0.137923) - Old Polarization: (-0.35123,0.0732112,0.933422) - New Momentum Direction: (-0.219746,0.957652,-0.186051) - New Polarization: (-0.355415,0.0990168,0.929449) - *** FresnelRefraction *** - 8 -87.3 cm 5 m -3.22 m 2.46 eV 0 eV 5.59 m 24.2 m Tank Transportation - 9 -2.02 m 10 m -4.19 m 2.46 eV 0 eV 5.22 m 29.4 m OutOfWorld Transportation + +** Photon absorbed! ** + 7 -2.02 m -3.89 m 3.66 m 2.46 eV 0 eV 2.94 m 12.7 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 46, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 73 mum 0 fm 0 fm 2.31 eV 0 eV 0 fm 0 fm Tank initStep - Photon at Boundary! - Old Momentum Direction: (0.21735,0.454771,0.863679) - Old Polarization: (0.308454,-0.871491,0.381261) - New Momentum Direction: (0.292791,0.612622,0.734144) - New Polarization: (0.340146,-0.784301,0.518819) - *** FresnelRefraction *** - 1 1.26 m 2.63 m 5 m 2.31 eV 0 eV 5.79 m 5.79 m Tank Transportation - 2 3.25 m 6.81 m 10 m 2.31 eV 0 eV 6.81 m 12.6 m OutOfWorld Transportation + 0 62.5 mum 0 fm 0 fm 2.31 eV 0 eV 0 fm 0 fm Tank initStep + +** Photon absorbed! ** + 1 42.6 cm 89.1 cm 1.69 m 2.31 eV 0 eV 1.96 m 1.96 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 45, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 147 mum 0 fm 0 fm 3.1 eV 0 eV 0 fm 0 fm Tank initStep + 0 126 mum 0 fm 0 fm 3.1 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (-0.358336,-0.754903,-0.549287) - Old Polarization: (0.910338,-0.413033,-0.0262297) - New Momentum Direction: (-0.485537,-0.458604,-0.744269) - New Polarization: (0.795781,-0.584311,-0.159101) + Old Momentum Direction: (-0.35833645,-0.75490345,-0.5492866) + Old Polarization: (0.91033841,-0.41303267,-0.026229732) + New Momentum Direction: (-0.48553664,-0.45860395,-0.74426917) + New Polarization: (0.79578131,-0.58431077,-0.15910071) *** FresnelRefraction *** 1 -2.37 m -5 m -3.64 m 3.1 eV 0 eV 6.62 m 6.62 m Tank Transportation 2 -6.52 m -8.92 m -10 m 3.1 eV 0 eV 8.55 m 15.2 m OutOfWorld Transportation @@ -377,12 +398,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 89.6 mum 0 fm 0 fm 3.24 eV 0 eV 0 fm 0 fm Tank initStep + 0 76.8 mum 0 fm 0 fm 3.24 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (-0.297264,-0.901369,-0.314908) - Old Polarization: (-0.333804,-0.210894,0.918748) - New Momentum Direction: (-0.403046,-0.809476,-0.426969) - New Polarization: (-0.358696,-0.289488,0.887431) + Old Momentum Direction: (-0.29726426,-0.90136946,-0.31490803) + Old Polarization: (-0.33380386,-0.21089389,0.91874847) + New Momentum Direction: (-0.40304627,-0.80947608,-0.4269686) + New Polarization: (-0.35869609,-0.28948848,0.88743086) *** FresnelRefraction *** 1 -1.65 m -5 m -1.75 m 3.24 eV 0 eV 5.55 m 5.55 m Tank Transportation 2 -4.14 m -10 m -4.38 m 3.24 eV 0 eV 6.18 m 11.7 m OutOfWorld Transportation @@ -392,27 +413,51 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.16 mum 0 fm 0 fm 2.93 eV 0 eV 0 fm 0 fm Tank initStep + 0 5.28 mum 0 fm 0 fm 2.93 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (-0.689552,-0.454097,0.564193) - Old Polarization: (-0.034816,-0.757333,-0.6521) - New Momentum Direction: (-0.196689,-0.614754,0.7638) - New Polarization: (-0.0557067,-0.770752,-0.634695) - *** FresnelRefraction *** + Old Momentum Direction: (-0.6895524,-0.4540972,0.56419253) + Old Polarization: (-0.034816033,-0.75733277,-0.65210039) + New Momentum Direction: (0.6895524,-0.4540972,0.56419253) + New Polarization: (-0.023663883,-0.79272854,-0.60911533) + *** SpikeReflection *** 1 -5 m -3.29 m 4.09 m 2.93 eV 0 eV 7.25 m 7.25 m Tank Transportation - 2 -6.52 m -8.05 m 10 m 2.93 eV 0 eV 7.74 m 15 m OutOfWorld Transportation + 2 -5 m -3.29 m 4.09 m 2.93 eV 0 eV 0 fm 7.25 m World Transportation + Photon at Boundary! + Old Momentum Direction: (0.6895524,-0.4540972,0.56419253) + Old Polarization: (-0.023663883,-0.79272854,-0.60911533) + New Momentum Direction: (0.6895524,-0.4540972,-0.56419253) + New Polarization: (0.023663883,0.79272854,-0.60911533) + *** LobeReflection *** + 3 -3.89 m -4.02 m 5 m 2.93 eV 0 eV 1.61 m 8.86 m Tank Transportation + 4 -3.89 m -4.02 m 5 m 2.93 eV 0 eV 0 fm 8.86 m World Transportation + Photon at Boundary! + Old Momentum Direction: (0.6895524,-0.4540972,-0.56419253) + Old Polarization: (0.023663883,0.79272854,-0.60911533) + New Momentum Direction: (0.6895524,0.4540972,-0.56419253) + New Polarization: (-0.023663883,0.79272854,0.60911533) + *** LobeReflection *** + 5 -2.41 m -5 m 3.79 m 2.93 eV 0 eV 2.15 m 11 m Tank Transportation + 6 -2.41 m -5 m 3.79 m 2.93 eV 0 eV 0 fm 11 m World Transportation + Photon at Boundary! + Old Momentum Direction: (0.6895524,0.4540972,-0.56419253) + Old Polarization: (-0.023663883,0.79272854,0.60911533) + New Momentum Direction: (0.19668889,0.61475399,-0.76380037) + New Polarization: (0.03787231,0.77367274,0.63245252) + *** FresnelRefraction *** + 7 5 m -12.2 cm -2.27 m 2.93 eV 0 eV 10.7 m 21.8 m Tank Transportation + 8 6.99 m 6.1 m -10 m 2.93 eV 0 eV 10.1 m 31.9 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 42, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 219 mum 0 fm 0 fm 2.93 eV 0 eV 0 fm 0 fm Tank initStep + 0 188 mum 0 fm 0 fm 2.93 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.218748,0.86911,0.443619) - Old Polarization: (-0.649592,-0.209543,0.730836) - New Momentum Direction: (0.296153,0.742683,0.600596) - New Polarization: (-0.950785,0.289211,0.111199) + Old Momentum Direction: (0.21874766,0.86910968,0.44361901) + Old Polarization: (-0.64959203,-0.20954336,0.73083635) + New Momentum Direction: (0.29615288,0.74268263,0.60059635) + New Polarization: (-0.95078483,0.28921103,0.1111989) *** FresnelRefraction *** 1 1.26 m 5 m 2.55 m 2.93 eV 0 eV 5.75 m 5.75 m Tank Transportation 2 3.25 m 10 m 6.6 m 2.93 eV 0 eV 6.73 m 12.5 m OutOfWorld Transportation @@ -422,12 +467,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 120 mum 0 fm 0 fm 3.03 eV 0 eV 0 fm 0 fm Tank initStep + 0 103 mum 0 fm 0 fm 3.03 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (-0.352017,0.565119,-0.74614) - Old Polarization: (0.900738,-0.0121963,-0.434192) - New Momentum Direction: (-0.476817,0.765469,-0.432091) - New Polarization: (0.776649,0.136667,-0.614929) + Old Momentum Direction: (-0.35201719,0.56511873,-0.74613988) + Old Polarization: (0.900738,-0.012196349,-0.43419156) + New Momentum Direction: (-0.47681713,0.76546913,-0.43209076) + New Polarization: (0.77664944,0.13666732,-0.61492901) *** FresnelRefraction *** 1 -2.36 m 3.79 m -5 m 3.03 eV 0 eV 6.7 m 6.7 m Tank Transportation 2 -6.23 m 10 m -8.51 m 3.03 eV 0 eV 8.12 m 14.8 m OutOfWorld Transportation @@ -437,12 +482,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 35.9 mum 0 fm 0 fm 3.88 eV 0 eV 0 fm 0 fm Tank initStep + 0 30.7 mum 0 fm 0 fm 3.88 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.852472,0.129565,0.506463) - Old Polarization: (-0.522773,0.211279,0.825875) - New Momentum Direction: (0.703486,0.176144,0.688535) - New Polarization: (0.710709,-0.174354,-0.681538) + Old Momentum Direction: (0.85247191,0.1295654,0.50646268) + Old Polarization: (-0.52277302,0.21127882,0.82587507) + New Momentum Direction: (0.70348617,0.17614392,0.68853506) + New Polarization: (0.71070895,-0.17435381,-0.68153763) *** FresnelRefraction *** 1 5 m 76 cm 2.97 m 3.88 eV 0 eV 5.87 m 5.87 m Tank Transportation 2 10 m 2.01 m 7.86 m 3.88 eV 0 eV 7.11 m 13 m OutOfWorld Transportation @@ -452,12 +497,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 109 mum 0 fm 0 fm 3.87 eV 0 eV 0 fm 0 fm Tank initStep + 0 93.3 mum 0 fm 0 fm 3.87 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.852488,-0.382359,0.356463) - Old Polarization: (-0.522747,-0.623546,0.581314) - New Momentum Direction: (0.703535,-0.519807,0.484602) - New Polarization: (0.71066,0.514595,-0.479743) + Old Momentum Direction: (0.85248781,-0.38235925,0.35646309) + Old Polarization: (-0.5227471,-0.6235455,0.58131444) + New Momentum Direction: (0.70353517,-0.51980699,0.48460186) + New Polarization: (0.71066045,0.51459526,-0.47974311) *** FresnelRefraction *** 1 5 m -2.24 m 2.09 m 3.87 eV 0 eV 5.87 m 5.87 m Tank Transportation 2 10 m -5.94 m 5.53 m 3.87 eV 0 eV 7.11 m 13 m OutOfWorld Transportation @@ -467,27 +512,22 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 210 mum 0 fm 0 fm 4.09 eV 0 eV 0 fm 0 fm Tank initStep - Photon at Boundary! - Old Momentum Direction: (0.851818,0.290451,-0.43594) - Old Polarization: (-0.523837,0.472305,-0.708888) - New Momentum Direction: (0.701466,0.39517,-0.593115) - New Polarization: (0.712703,-0.38894,0.583764) - *** FresnelRefraction *** - 1 5 m 1.7 m -2.56 m 4.09 eV 0 eV 5.87 m 5.87 m Tank Transportation - 2 10 m 4.52 m -6.79 m 4.09 eV 0 eV 7.13 m 13 m OutOfWorld Transportation + 0 180 mum 0 fm 0 fm 4.09 eV 0 eV 0 fm 0 fm Tank initStep + +** Photon absorbed! ** + 1 59.7 cm 20.4 cm -30.5 cm 4.09 eV 0 eV 70.1 cm 70.1 cm Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 37, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 68.6 mum 0 fm 0 fm 2.42 eV 0 eV 0 fm 0 fm Tank initStep + 0 58.8 mum 0 fm 0 fm 2.42 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.859501,-0.44788,0.246295) - Old Polarization: (-0.511133,-0.753137,0.41416) - New Momentum Direction: (0.72457,-0.603911,0.332099) - New Polarization: (0.689201,0.634903,-0.349141) + Old Momentum Direction: (0.8595015,-0.44787952,0.24629478) + Old Polarization: (-0.51113323,-0.75313654,0.4141596) + New Momentum Direction: (0.72456979,-0.60391144,0.33209877) + New Polarization: (0.68920143,0.6349029,-0.34914137) *** FresnelRefraction *** 1 5 m -2.61 m 1.43 m 2.42 eV 0 eV 5.82 m 5.82 m Tank Transportation 2 10 m -6.77 m 3.72 m 2.42 eV 0 eV 6.9 m 12.7 m OutOfWorld Transportation @@ -497,12 +537,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 164 mum 0 fm 0 fm 2.72 eV 0 eV 0 fm 0 fm Tank initStep + 0 141 mum 0 fm 0 fm 2.72 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.857248,-0.190039,-0.47855) - Old Polarization: (-0.514903,-0.31639,-0.796726) - New Momentum Direction: (0.717936,-0.256917,-0.646963) - New Polarization: (0.696109,0.264973,0.667249) + Old Momentum Direction: (0.85724849,-0.1900385,-0.4785503) + Old Polarization: (-0.51490292,-0.31639017,-0.79672595) + New Momentum Direction: (0.71793601,-0.25691743,-0.64696316) + New Polarization: (0.69610911,0.26497322,0.66724906) *** FresnelRefraction *** 1 5 m -1.11 m -2.79 m 2.72 eV 0 eV 5.83 m 5.83 m Tank Transportation 2 10 m -2.9 m -7.3 m 2.72 eV 0 eV 6.96 m 12.8 m OutOfWorld Transportation @@ -512,12 +552,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 223 mum 0 fm 0 fm 4.13 eV 0 eV 0 fm 0 fm Tank initStep + 0 191 mum 0 fm 0 fm 4.13 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.851681,-0.0203736,0.523664) - Old Polarization: (-0.52406,-0.0331103,0.851037) - New Momentum Direction: (0.701041,-0.0277236,0.712582) - New Polarization: (0.713121,0.027254,-0.700511) + Old Momentum Direction: (0.85168109,-0.020373577,0.52366424) + Old Polarization: (-0.52406042,-0.033110285,0.85103724) + New Momentum Direction: (0.70104127,-0.027723558,0.7125816) + New Polarization: (0.7131207,0.027253953,-0.7005113) *** FresnelRefraction *** 1 5 m -12 cm 3.07 m 4.13 eV 0 eV 5.87 m 5.87 m Tank Transportation 2 10 m -31.7 cm 8.16 m 4.13 eV 0 eV 7.13 m 13 m OutOfWorld Transportation @@ -527,12 +567,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 110 mum 0 fm 0 fm 2.59 eV 0 eV 0 fm 0 fm Tank initStep + 0 94.5 mum 0 fm 0 fm 2.59 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.858135,0.501554,-0.109758) - Old Polarization: (-0.513423,0.838297,-0.18345) - New Momentum Direction: (0.720561,0.677362,-0.148232) - New Polarization: (0.693391,-0.703903,0.15404) + Old Momentum Direction: (0.85813547,0.50155418,-0.10975845) + Old Polarization: (-0.51342332,0.83829739,-0.18345021) + New Momentum Direction: (0.72056118,0.67736178,-0.1482316) + New Polarization: (0.69339136,-0.70390349,0.1540399) *** FresnelRefraction *** 1 5 m 2.92 m -64 cm 2.59 eV 0 eV 5.83 m 5.83 m Tank Transportation 2 10 m 7.62 m -1.67 m 2.59 eV 0 eV 6.94 m 12.8 m OutOfWorld Transportation @@ -542,27 +582,22 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 86.4 mum 0 fm 0 fm 2.17 eV 0 eV 0 fm 0 fm Tank initStep - Photon at Boundary! - Old Momentum Direction: (0.861392,0.49239,-0.124725) - Old Polarization: (-0.507941,0.83502,-0.211514) - New Momentum Direction: (0.73005,0.662471,-0.167807) - New Polarization: (0.683394,-0.707699,0.179263) - *** FresnelRefraction *** - 1 5 m 2.86 m -72.4 cm 2.17 eV 0 eV 5.8 m 5.8 m Tank Transportation - 2 10 m 7.4 m -1.87 m 2.17 eV 0 eV 6.85 m 12.7 m OutOfWorld Transportation + 0 74 mum 0 fm 0 fm 2.17 eV 0 eV 0 fm 0 fm Tank initStep + +** Photon absorbed! ** + 1 4.95 m 2.83 m -71.7 cm 2.17 eV 0 eV 5.75 m 5.75 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 32, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 113 mum 0 fm 0 fm 2.21 eV 0 eV 0 fm 0 fm Tank initStep + 0 96.8 mum 0 fm 0 fm 2.21 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.861033,-0.504066,-0.0673759) - Old Polarization: (-0.508549,-0.853443,-0.114075) - New Momentum Direction: (0.729016,-0.678463,-0.0906867) - New Polarization: (0.684497,0.722589,0.0965849) + Old Momentum Direction: (0.86103311,-0.50406594,-0.067375947) + Old Polarization: (-0.5085489,-0.85344292,-0.1140754) + New Momentum Direction: (0.72901566,-0.67846303,-0.090686726) + New Polarization: (0.68449702,0.72258923,0.096584852) *** FresnelRefraction *** 1 5 m -2.93 m -39.1 cm 2.21 eV 0 eV 5.81 m 5.81 m Tank Transportation 2 10 m -7.58 m -1.01 m 2.21 eV 0 eV 6.86 m 12.7 m OutOfWorld Transportation @@ -572,12 +607,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 167 mum 0 fm 0 fm 2.3 eV 0 eV 0 fm 0 fm Tank initStep + 0 143 mum 0 fm 0 fm 2.3 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.860335,0.158368,-0.484503) - Old Polarization: (-0.509729,0.267298,-0.817758) - New Momentum Direction: (0.726995,0.213334,-0.652662) - New Polarization: (0.686643,-0.225871,0.691017) + Old Momentum Direction: (0.8603348,0.15836832,-0.48450336) + Old Polarization: (-0.50972937,0.26729826,-0.81775767) + New Momentum Direction: (0.72699497,0.21333372,-0.6526615) + New Polarization: (0.68664278,-0.22587078,0.6910167) *** FresnelRefraction *** 1 5 m 92 cm -2.82 m 2.3 eV 0 eV 5.81 m 5.81 m Tank Transportation 2 10 m 2.39 m -7.3 m 2.3 eV 0 eV 6.88 m 12.7 m OutOfWorld Transportation @@ -587,12 +622,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 155 mum 0 fm 0 fm 2.8 eV 0 eV 0 fm 0 fm Tank initStep + 0 133 mum 0 fm 0 fm 2.8 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.856726,-0.508824,0.0843731) - Old Polarization: (-0.515771,-0.845185,0.140149) - New Momentum Direction: (0.716382,-0.68831,0.114135) - New Polarization: (0.697708,0.706732,-0.11719) + Old Momentum Direction: (0.85672622,-0.50882352,0.084373071) + Old Polarization: (-0.51577145,-0.8451853,0.14014855) + New Momentum Direction: (0.7163819,-0.68830957,0.11413543) + New Polarization: (0.69770837,0.70673156,-0.11719017) *** FresnelRefraction *** 1 5 m -2.97 m 49.2 cm 2.8 eV 0 eV 5.84 m 5.84 m Tank Transportation 2 10 m -7.77 m 1.29 m 2.8 eV 0 eV 6.98 m 12.8 m OutOfWorld Transportation @@ -602,27 +637,22 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 106 mum 0 fm 0 fm 2.03 eV 0 eV 0 fm 0 fm Tank initStep - Photon at Boundary! - Old Momentum Direction: (0.862619,0.399952,-0.309722) - Old Polarization: (-0.505855,0.682025,-0.52816) - New Momentum Direction: (0.733565,0.537338,-0.416113) - New Polarization: (0.679619,-0.57999,0.449143) - *** FresnelRefraction *** - 1 5 m 2.32 m -1.8 m 2.03 eV 0 eV 5.8 m 5.8 m Tank Transportation - 2 10 m 5.98 m -4.63 m 2.03 eV 0 eV 6.82 m 12.6 m OutOfWorld Transportation + 0 90.8 mum 0 fm 0 fm 2.03 eV 0 eV 0 fm 0 fm Tank initStep + +** Photon absorbed! ** + 1 1.5 m 69.4 cm -53.7 cm 2.03 eV 0 eV 1.73 m 1.73 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 28, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 16 mum 0 fm 0 fm 3.6 eV 0 eV 0 fm 0 fm Tank initStep + 0 13.7 mum 0 fm 0 fm 3.6 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.853238,-0.506558,0.124033) - Old Polarization: (-0.521522,-0.828756,0.202924) - New Momentum Direction: (0.70584,-0.688046,0.168471) - New Polarization: (0.708372,0.685587,-0.167869) + Old Momentum Direction: (0.85323787,-0.50655797,0.12403288) + Old Polarization: (-0.52152194,-0.82875602,0.20292445) + New Momentum Direction: (0.70583968,-0.68804639,0.16847109) + New Polarization: (0.70837161,0.68558711,-0.16786893) *** FresnelRefraction *** 1 5 m -2.97 m 72.7 cm 3.6 eV 0 eV 5.86 m 5.86 m Tank Transportation 2 10 m -7.84 m 1.92 m 3.6 eV 0 eV 7.08 m 12.9 m OutOfWorld Transportation @@ -632,127 +662,47 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 165 mum 0 fm 0 fm 4.07 eV 0 eV 0 fm 0 fm Tank initStep - -** Photon absorbed! ** - 1 2.23 m -72.3 cm -1.17 m 4.07 eV 0 eV 2.62 m 2.62 m Tank OpAbsorption + 0 141 mum 0 fm 0 fm 4.07 eV 0 eV 0 fm 0 fm Tank initStep + Photon at Boundary! + Old Momentum Direction: (0.85189856,-0.27616861,-0.44497161) + Old Polarization: (-0.52370682,-0.4492354,-0.7238223) + New Momentum Direction: (0.70171514,-0.3757034,-0.60534521) + New Polarization: (0.71245763,0.37003851,0.59621777) + *** FresnelRefraction *** + 1 5 m -1.62 m -2.61 m 4.07 eV 0 eV 5.87 m 5.87 m Tank Transportation + 2 10 m -4.3 m -6.92 m 4.07 eV 0 eV 7.13 m 13 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 26, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 13.9 mum 0 fm 0 fm 3.94 eV 0 eV 0 fm 0 fm Tank initStep -Scattering Photon! -Old Momentum Direction: (0.852315,0.507149,0.127898) -Old Polarization: (-0.523028,0.82644,0.208419) -New Polarization: (-0.351198,0.59843,0.720098) -Polarization Change: (-0.351198,0.59843,0.720098) -New Momentum Direction: (-0.414325,0.59036,-0.692683) -Momentum Change: (-0.414325,0.59036,-0.692683) - 1 2.48 m 1.47 m 37.2 cm 3.94 eV 0 eV 2.9 m 2.9 m Tank OpRayleigh -Scattering Photon! -Old Momentum Direction: (-0.414325,0.59036,-0.692683) -Old Polarization: (-0.351198,0.59843,0.720098) -New Polarization: (-0.0144855,0.900882,0.433822) -Polarization Change: (-0.0144855,0.900882,0.433822) -New Momentum Direction: (0.656587,0.335789,-0.675381) -Momentum Change: (0.656587,0.335789,-0.675381) - 2 2.37 m 1.63 m 18.9 cm 3.94 eV 0 eV 26.3 cm 3.17 m Tank OpRayleigh - Photon at Boundary! - Old Momentum Direction: (0.656587,0.335789,-0.675381) - Old Polarization: (-0.0144855,0.900882,0.433822) - New Momentum Direction: (-0.656587,0.335789,-0.675381) - New Polarization: (-0.0144855,-0.900882,-0.433822) - *** TotalInternalReflection *** - 3 5 m 2.97 m -2.52 m 3.94 eV 0 eV 4.01 m 7.18 m Tank Transportation - 4 5 m 2.97 m -2.52 m 3.94 eV 0 eV 0 fm 7.18 m World Transportation - Photon at Boundary! - Old Momentum Direction: (-0.656587,0.335789,-0.675381) - Old Polarization: (-0.0144855,-0.900882,-0.433822) - New Momentum Direction: (-0.656587,0.335789,0.675381) - New Polarization: (0.0144855,0.900882,-0.433822) - *** TotalInternalReflection *** - 5 2.59 m 4.21 m -5 m 3.94 eV 0 eV 3.67 m 10.9 m Tank Transportation - 6 2.59 m 4.21 m -5 m 3.94 eV 0 eV 0 fm 10.9 m World Transportation - Photon at Boundary! - Old Momentum Direction: (-0.656587,0.335789,0.675381) - Old Polarization: (0.0144855,0.900882,-0.433822) - New Momentum Direction: (-0.656587,-0.335789,0.675381) - New Polarization: (-0.0144855,0.900882,0.433822) - *** TotalInternalReflection *** - 7 1.04 m 5 m -3.41 m 3.94 eV 0 eV 2.36 m 13.2 m Tank Transportation - 8 1.04 m 5 m -3.41 m 3.94 eV 0 eV 0 fm 13.2 m World Transportation - Photon at Boundary! - Old Momentum Direction: (-0.656587,-0.335789,0.675381) - Old Polarization: (-0.0144855,0.900882,0.433822) - New Momentum Direction: (0.656587,-0.335789,0.675381) - New Polarization: (-0.0144855,-0.900882,-0.433822) - *** TotalInternalReflection *** - 9 -5 m 1.91 m 2.81 m 3.94 eV 0 eV 9.2 m 22.4 m Tank Transportation - 10 -5 m 1.91 m 2.81 m 3.94 eV 0 eV 0 fm 22.4 m World Transportation - Photon at Boundary! - Old Momentum Direction: (0.656587,-0.335789,0.675381) - Old Polarization: (-0.0144855,-0.900882,-0.433822) - New Momentum Direction: (0.656587,-0.335789,-0.675381) - New Polarization: (0.0144855,0.900882,-0.433822) - *** TotalInternalReflection *** - 11 -2.87 m 82 cm 5 m 3.94 eV 0 eV 3.25 m 25.7 m Tank Transportation - 12 -2.87 m 82 cm 5 m 3.94 eV 0 eV 0 fm 25.7 m World Transportation - Photon at Boundary! - Old Momentum Direction: (0.656587,-0.335789,-0.675381) - Old Polarization: (0.0144855,0.900882,-0.433822) - New Momentum Direction: (-0.656587,-0.335789,-0.675381) - New Polarization: (0.0144855,-0.900882,0.433822) - *** TotalInternalReflection *** - 13 5 m -3.2 m -3.09 m 3.94 eV 0 eV 12 m 37.6 m Tank Transportation - 14 5 m -3.2 m -3.09 m 3.94 eV 0 eV 0 fm 37.6 m World Transportation - Photon at Boundary! - Old Momentum Direction: (-0.656587,-0.335789,-0.675381) - Old Polarization: (0.0144855,-0.900882,0.433822) - New Momentum Direction: (-0.656587,-0.335789,0.675381) - New Polarization: (-0.0144855,0.900882,0.433822) - *** TotalInternalReflection *** - 15 3.14 m -4.15 m -5 m 3.94 eV 0 eV 2.83 m 40.5 m Tank Transportation - 16 3.14 m -4.15 m -5 m 3.94 eV 0 eV 0 fm 40.5 m World Transportation - Photon at Boundary! - Old Momentum Direction: (-0.656587,-0.335789,0.675381) - Old Polarization: (-0.0144855,0.900882,0.433822) - New Momentum Direction: (-0.656587,0.335789,0.675381) - New Polarization: (0.0144855,0.900882,-0.433822) - *** TotalInternalReflection *** - 17 1.49 m -5 m -3.29 m 3.94 eV 0 eV 2.53 m 43 m Tank Transportation - 18 1.49 m -5 m -3.29 m 3.94 eV 0 eV 0 fm 43 m World Transportation + 0 11.9 mum 0 fm 0 fm 3.94 eV 0 eV 0 fm 0 fm Tank initStep ** Photon absorbed! ** - 19 -24.2 cm -4.12 m -1.52 m 3.94 eV 0 eV 2.63 m 45.6 m Tank OpAbsorption + 1 41.8 cm 24.9 cm 6.28 cm 3.94 eV 0 eV 49.1 cm 49.1 cm Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 25, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 48 mum 0 fm 0 fm 3.97 eV 0 eV 0 fm 0 fm Tank initStep - Photon at Boundary! - Old Momentum Direction: (0.852227,-0.204351,-0.481612) - Old Polarization: (-0.523172,-0.33288,-0.784526) - New Momentum Direction: (0.702731,-0.277895,-0.654938) - New Polarization: (0.711456,0.274487,0.646906) - *** FresnelRefraction *** - 1 5 m -1.2 m -2.83 m 3.97 eV 0 eV 5.87 m 5.87 m Tank Transportation - 2 10 m -3.18 m -7.49 m 3.97 eV 0 eV 7.12 m 13 m OutOfWorld Transportation + 0 41.1 mum 0 fm 0 fm 3.97 eV 0 eV 0 fm 0 fm Tank initStep + +** Photon absorbed! ** + 1 1.22 m -29.4 cm -69.2 cm 3.97 eV 0 eV 1.44 m 1.44 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 24, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 79.8 mum 0 fm 0 fm 4.12 eV 0 eV 0 fm 0 fm Tank initStep + 0 68.4 mum 0 fm 0 fm 4.12 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.8517,0.452362,-0.264531) - Old Polarization: (-0.52403,0.735217,-0.429939) - New Momentum Direction: (0.701099,0.615542,-0.359956) - New Polarization: (0.713064,-0.605213,0.353916) + Old Momentum Direction: (0.85169957,0.45236164,-0.26453125) + Old Polarization: (-0.52403038,0.73521734,-0.4299391) + New Momentum Direction: (0.70109859,0.61554248,-0.35995586) + New Polarization: (0.71306435,-0.60521321,0.35391552) *** FresnelRefraction *** 1 5 m 2.66 m -1.55 m 4.12 eV 0 eV 5.87 m 5.87 m Tank Transportation 2 10 m 7.05 m -4.12 m 4.12 eV 0 eV 7.13 m 13 m OutOfWorld Transportation @@ -762,12 +712,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 153 mum 0 fm 0 fm 3.49 eV 0 eV 0 fm 0 fm Tank initStep + 0 131 mum 0 fm 0 fm 3.49 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.853684,-0.50525,0.126278) - Old Polarization: (-0.520792,-0.828208,0.206996) - New Momentum Direction: (0.707203,-0.685912,0.171431) - New Polarization: (0.70701,0.686099,-0.171478) + Old Momentum Direction: (0.85368378,-0.50525028,0.12627812) + Old Polarization: (-0.52079172,-0.8282082,0.20699558) + New Momentum Direction: (0.70720326,-0.68591173,0.17143116) + New Polarization: (0.70701028,0.68609895,-0.17147796) *** FresnelRefraction *** 1 5 m -2.96 m 74 cm 3.49 eV 0 eV 5.86 m 5.86 m Tank Transportation 2 10 m -7.81 m 1.95 m 3.49 eV 0 eV 7.07 m 12.9 m OutOfWorld Transportation @@ -777,73 +727,42 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 131 mum 0 fm 0 fm 3.75 eV 0 eV 0 fm 0 fm Tank initStep -Scattering Photon! -Old Momentum Direction: (0.852808,-0.49906,0.153808) -Old Polarization: (-0.522224,-0.814981,0.251173) -New Polarization: (-0.230701,-0.089971,0.968856) -Polarization Change: (-0.230701,-0.089971,0.968856) -New Momentum Direction: (0.468511,0.862421,0.191647) -Momentum Change: (0.468511,0.862421,0.191647) - 1 1.92 m -1.12 m 34.7 cm 3.75 eV 0 eV 2.25 m 2.25 m Tank OpRayleigh - Photon at Boundary! - Old Momentum Direction: (0.468511,0.862421,0.191647) - Old Polarization: (-0.230701,-0.089971,0.968856) - New Momentum Direction: (-0.468511,0.862421,0.191647) - New Polarization: (-0.230701,0.089971,-0.968856) - *** TotalInternalReflection *** - 2 5 m 4.54 m 1.61 m 3.75 eV 0 eV 6.57 m 8.82 m Tank Transportation - 3 5 m 4.54 m 1.61 m 3.75 eV 0 eV 0 fm 8.82 m World Transportation - Photon at Boundary! - Old Momentum Direction: (-0.468511,0.862421,0.191647) - Old Polarization: (-0.230701,0.089971,-0.968856) - New Momentum Direction: (-0.636688,0.725809,0.260441) - New Polarization: (-0.249795,0.125404,-0.960144) - *** FresnelRefraction *** - 4 4.75 m 5 m 1.71 m 3.75 eV 0 eV 53.3 cm 9.36 m Tank Transportation - 5 36.4 cm 10 m 3.5 m 3.75 eV 0 eV 6.89 m 16.2 m OutOfWorld Transportation + 0 113 mum 0 fm 0 fm 3.75 eV 0 eV 0 fm 0 fm Tank initStep + +** Photon absorbed! ** + 1 2.74 m -1.6 m 49.4 cm 3.75 eV 0 eV 3.21 m 3.21 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 21, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 128 mum 0 fm 0 fm 2.4 eV 0 eV 0 fm 0 fm Tank initStep - Photon at Boundary! - Old Momentum Direction: (0.859649,0.490947,0.14133) - Old Polarization: (-0.510885,0.826101,0.237811) - New Momentum Direction: (0.725001,0.661869,0.190533) - New Polarization: (0.688748,-0.696707,-0.200562) - *** FresnelRefraction *** - 1 5 m 2.86 m 82.2 cm 2.4 eV 0 eV 5.82 m 5.82 m Tank Transportation - 2 10 m 7.42 m 2.14 m 2.4 eV 0 eV 6.9 m 12.7 m OutOfWorld Transportation + 0 109 mum 0 fm 0 fm 2.4 eV 0 eV 0 fm 0 fm Tank initStep + +** Photon absorbed! ** + 1 2.13 m 1.22 m 35.1 cm 2.4 eV 0 eV 2.48 m 2.48 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 53 mum 0 fm 0 fm 3.16 eV 0 eV 0 fm 0 fm Tank initStep - Photon at Boundary! - Old Momentum Direction: (0.855063,0.282501,0.434811) - Old Polarization: (-0.518525,0.465853,0.717017) - New Momentum Direction: (0.71139,0.382896,0.589334) - New Polarization: (0.702798,-0.387578,-0.596539) - *** FresnelRefraction *** - 1 5 m 1.65 m 2.54 m 3.16 eV 0 eV 5.85 m 5.85 m Tank Transportation - 2 10 m 4.34 m 6.68 m 3.16 eV 0 eV 7.03 m 12.9 m OutOfWorld Transportation + 0 45.4 mum 0 fm 0 fm 3.16 eV 0 eV 0 fm 0 fm Tank initStep + +** Photon absorbed! ** + 1 1.42 m 47 cm 72.4 cm 3.16 eV 0 eV 1.66 m 1.66 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 19, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 157 mum 0 fm 0 fm 3.76 eV 0 eV 0 fm 0 fm Tank initStep + 0 134 mum 0 fm 0 fm 3.76 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.852786,0.411303,-0.321847) - Old Polarization: (-0.52226,0.671607,-0.525536) - New Momentum Direction: (0.704454,0.558959,-0.437389) - New Polarization: (0.709749,-0.554789,0.434125) + Old Momentum Direction: (0.85278639,0.41130284,-0.32184678) + Old Polarization: (-0.52225988,0.67160714,-0.52553636) + New Momentum Direction: (0.70445415,0.55895924,-0.43738875) + New Polarization: (0.7097495,-0.55478892,0.43412545) *** FresnelRefraction *** 1 5 m 2.41 m -1.89 m 3.76 eV 0 eV 5.86 m 5.86 m Tank Transportation 2 10 m 6.38 m -4.99 m 3.76 eV 0 eV 7.1 m 13 m OutOfWorld Transportation @@ -853,47 +772,42 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 192 mum 0 fm 0 fm 2.48 eV 0 eV 0 fm 0 fm Tank initStep - Photon at Boundary! - Old Momentum Direction: (0.85894,0.448102,-0.247842) - Old Polarization: (-0.512076,0.751633,-0.415724) - New Momentum Direction: (0.722928,0.604606,-0.334404) - New Polarization: (0.690923,-0.632613,0.349894) - *** FresnelRefraction *** - 1 5 m 2.61 m -1.44 m 2.48 eV 0 eV 5.82 m 5.82 m Tank Transportation - 2 10 m 6.79 m -3.76 m 2.48 eV 0 eV 6.92 m 12.7 m OutOfWorld Transportation + 0 164 mum 0 fm 0 fm 2.48 eV 0 eV 0 fm 0 fm Tank initStep + +** Photon absorbed! ** + 1 99.1 cm 51.7 cm -28.6 cm 2.48 eV 0 eV 1.15 m 1.15 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 17, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 29.6 mum 0 fm 0 fm 3.72 eV 0 eV 0 fm 0 fm Tank initStep + 0 25.4 mum 0 fm 0 fm 3.72 eV 0 eV 0 fm 0 fm Tank initStep ** Photon absorbed! ** - 1 2.43 m -87.7 cm -1.2 m 3.72 eV 0 eV 2.85 m 2.85 m Tank OpAbsorption + 1 1.01 m -36.4 cm -49.9 cm 3.72 eV 0 eV 1.18 m 1.18 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 16, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 66.1 mum 0 fm 0 fm 2.25 eV 0 eV 0 fm 0 fm Tank initStep + 0 56.6 mum 0 fm 0 fm 2.25 eV 0 eV 0 fm 0 fm Tank initStep ** Photon absorbed! ** - 1 4.81 m 1.67 m -2.3 m 2.25 eV 0 eV 5.59 m 5.59 m Tank OpAbsorption + 1 95.1 cm 33 cm -45.5 cm 2.25 eV 0 eV 1.11 m 1.11 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 15, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 31.3 mum 0 fm 0 fm 2.16 eV 0 eV 0 fm 0 fm Tank initStep + 0 26.8 mum 0 fm 0 fm 2.16 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.861511,-0.0511917,0.505151) - Old Polarization: (-0.507739,-0.08686,0.857121) - New Momentum Direction: (0.730393,-0.0688648,0.679547) - New Polarization: (0.683027,0.0736403,-0.726671) + Old Momentum Direction: (0.8615111,-0.051191657,0.50515149) + Old Polarization: (-0.50773873,-0.08685999,0.85712118) + New Momentum Direction: (0.73039278,-0.068864754,0.67954693) + New Polarization: (0.68302737,0.07364027,-0.72667099) *** FresnelRefraction *** 1 5 m -29.7 cm 2.93 m 2.16 eV 0 eV 5.8 m 5.8 m Tank Transportation 2 10 m -76.9 cm 7.58 m 2.16 eV 0 eV 6.85 m 12.6 m OutOfWorld Transportation @@ -903,12 +817,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 212 mum 0 fm 0 fm 2.69 eV 0 eV 0 fm 0 fm Tank initStep + 0 181 mum 0 fm 0 fm 2.69 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.857416,0.164577,0.487598) - Old Polarization: (-0.514623,0.274202,0.812389) - New Momentum Direction: (0.718434,0.222452,0.659066) - New Polarization: (0.695595,-0.229756,-0.680706) + Old Momentum Direction: (0.8574164,0.16457695,0.48759773) + Old Polarization: (-0.51462328,0.27420247,0.812389) + New Momentum Direction: (0.71843431,0.22245179,0.6590655) + New Polarization: (0.69559481,-0.22975588,-0.68070559) *** FresnelRefraction *** 1 5 m 96 cm 2.84 m 2.69 eV 0 eV 5.83 m 5.83 m Tank Transportation 2 10 m 2.51 m 7.43 m 2.69 eV 0 eV 6.96 m 12.8 m OutOfWorld Transportation @@ -918,12 +832,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 147 mum 0 fm 0 fm 2.2 eV 0 eV 0 fm 0 fm Tank initStep + 0 126 mum 0 fm 0 fm 2.2 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.861128,0.268337,-0.431802) - Old Polarization: (-0.508388,0.45452,-0.731405) - New Momentum Direction: (0.72929,0.361136,-0.581133) - New Polarization: (0.684204,-0.384934,0.619428) + Old Momentum Direction: (0.86112833,0.26833694,-0.43180236) + Old Polarization: (-0.50838764,0.45452037,-0.73140498) + New Momentum Direction: (0.7292904,0.3611364,-0.58113339) + New Polarization: (0.68420429,-0.38493373,0.61942757) *** FresnelRefraction *** 1 5 m 1.56 m -2.51 m 2.2 eV 0 eV 5.81 m 5.81 m Tank Transportation 2 10 m 4.03 m -6.49 m 2.2 eV 0 eV 6.86 m 12.7 m OutOfWorld Transportation @@ -933,22 +847,27 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 63.6 mum 0 fm 0 fm 2.74 eV 0 eV 0 fm 0 fm Tank initStep - -** Photon absorbed! ** - 1 2.49 m -96.2 cm -1.14 m 2.74 eV 0 eV 2.9 m 2.9 m Tank OpAbsorption + 0 54.5 mum 0 fm 0 fm 2.74 eV 0 eV 0 fm 0 fm Tank initStep + Photon at Boundary! + Old Momentum Direction: (0.85714229,-0.33130843,-0.3943879) + Old Polarization: (-0.51507969,-0.55132919,-0.6562995) + New Momentum Direction: (0.71762049,-0.44795899,-0.53324814) + New Polarization: (0.69643437,0.46158628,0.54946999) + *** FresnelRefraction *** + 1 5 m -1.93 m -2.3 m 2.74 eV 0 eV 5.83 m 5.83 m Tank Transportation + 2 10 m -5.05 m -6.02 m 2.74 eV 0 eV 6.97 m 12.8 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 204 mum 0 fm 0 fm 3.12 eV 0 eV 0 fm 0 fm Tank initStep + 0 175 mum 0 fm 0 fm 3.12 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.855231,0.443911,-0.267438) - Old Polarization: (-0.518247,0.732559,-0.441337) - New Momentum Direction: (0.711899,0.601548,-0.362408) - New Polarization: (0.702282,-0.609786,0.367371) + Old Momentum Direction: (0.85523123,0.44391052,-0.26743782) + Old Polarization: (-0.5182466,0.73255887,-0.44133656) + New Momentum Direction: (0.71189876,0.60154841,-0.36240815) + New Polarization: (0.70228211,-0.60978567,0.36737077) *** FresnelRefraction *** 1 5 m 2.6 m -1.56 m 3.12 eV 0 eV 5.85 m 5.85 m Tank Transportation 2 10 m 6.82 m -4.11 m 3.12 eV 0 eV 7.02 m 12.9 m OutOfWorld Transportation @@ -958,27 +877,22 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 170 mum 0 fm 0 fm 3.03 eV 0 eV 0 fm 0 fm Tank initStep - Photon at Boundary! - Old Momentum Direction: (0.855599,-0.340601,-0.389796) - Old Polarization: (-0.517639,-0.562975,-0.644289) - New Momentum Direction: (0.713006,-0.461355,-0.527991) - New Polarization: (0.701158,0.469151,0.536913) - *** FresnelRefraction *** - 1 5 m -1.99 m -2.28 m 3.03 eV 0 eV 5.84 m 5.84 m Tank Transportation - 2 10 m -5.23 m -5.98 m 3.03 eV 0 eV 7.01 m 12.9 m OutOfWorld Transportation + 0 145 mum 0 fm 0 fm 3.03 eV 0 eV 0 fm 0 fm Tank initStep + +** Photon absorbed! ** + 1 47.7 cm -19 cm -21.7 cm 3.03 eV 0 eV 55.7 cm 55.7 cm Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 213 mum 0 fm 0 fm 2.92 eV 0 eV 0 fm 0 fm Tank initStep + 0 183 mum 0 fm 0 fm 2.92 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.85607,-0.0767419,-0.511132) - Old Polarization: (-0.516861,-0.127107,-0.846581) - New Momentum Direction: (0.714419,-0.103892,-0.691962) - New Polarization: (0.699718,0.106075,0.7065) + Old Momentum Direction: (0.85606959,-0.076741873,-0.51113162) + Old Polarization: (-0.51686057,-0.12710659,-0.84658081) + New Momentum Direction: (0.71441919,-0.10389198,-0.6919622) + New Polarization: (0.69971796,0.10607477,0.70650047) *** FresnelRefraction *** 1 5 m -44.8 cm -2.99 m 2.92 eV 0 eV 5.84 m 5.84 m Tank Transportation 2 10 m -1.18 m -7.83 m 2.92 eV 0 eV 7 m 12.8 m OutOfWorld Transportation @@ -988,73 +902,47 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 148 mum 0 fm 0 fm 2.08 eV 0 eV 0 fm 0 fm Tank initStep - Photon at Boundary! - Old Momentum Direction: (0.862157,-0.389689,-0.323772) - Old Polarization: (-0.506641,-0.663138,-0.550966) - New Momentum Direction: (0.732246,-0.52383,-0.435222) - New Polarization: (0.68104,0.563215,0.467946) - *** FresnelRefraction *** - 1 5 m -2.26 m -1.88 m 2.08 eV 0 eV 5.8 m 5.8 m Tank Transportation - 2 10 m -5.84 m -4.85 m 2.08 eV 0 eV 6.83 m 12.6 m OutOfWorld Transportation + 0 127 mum 0 fm 0 fm 2.08 eV 0 eV 0 fm 0 fm Tank initStep + +** Photon absorbed! ** + 1 2.26 m -1.02 m -84.8 cm 2.08 eV 0 eV 2.62 m 2.62 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 177 mum 0 fm 0 fm 3.69 eV 0 eV 0 fm 0 fm Tank initStep -Scattering Photon! -Old Momentum Direction: (0.852973,-0.337224,-0.398393) -Old Polarization: (-0.521955,-0.551088,-0.651049) -New Polarization: (0.311581,-0.0522842,0.94878) -Polarization Change: (0.311581,-0.0522842,0.94878) -New Momentum Direction: (0.436245,0.89491,-0.0939481) -Momentum Change: (0.436245,0.89491,-0.0939481) - 1 93.8 cm -37.1 cm -43.8 cm 3.69 eV 0 eV 1.1 m 1.1 m Tank OpRayleigh + 0 151 mum 0 fm 0 fm 3.69 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.436245,0.89491,-0.0939481) - Old Polarization: (0.311581,-0.0522842,0.94878) - New Momentum Direction: (0.592725,0.795225,-0.127647) - New Polarization: (0.116318,0.0723062,0.990577) + Old Momentum Direction: (0.8529732,-0.33722403,-0.3983926) + Old Polarization: (-0.52195471,-0.55108817,-0.65104924) + New Momentum Direction: (0.70502805,-0.45818601,-0.54129569) + New Polarization: (0.70917942,0.4555039,0.53812708) *** FresnelRefraction *** - 2 3.56 m 5 m -1 m 3.69 eV 0 eV 6 m 7.1 m Tank Transportation - 3 7.28 m 10 m -1.8 m 3.69 eV 0 eV 6.29 m 13.4 m OutOfWorld Transportation + 1 5 m -1.98 m -2.34 m 3.69 eV 0 eV 5.86 m 5.86 m Tank Transportation + 2 10 m -5.23 m -6.17 m 3.69 eV 0 eV 7.09 m 13 m OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 8.36 mum 0 fm 0 fm 4.13 eV 0 eV 0 fm 0 fm Tank initStep -Scattering Photon! -Old Momentum Direction: (0.851678,-0.114134,0.511485) -Old Polarization: (-0.524065,-0.185484,0.831235) -New Polarization: (-0.775717,-0.613844,0.146488) -Polarization Change: (-0.775717,-0.613844,0.146488) -New Momentum Direction: (-0.0338356,0.272243,0.961633) -Momentum Change: (-0.0338356,0.272243,0.961633) - 1 79.8 cm -10.7 cm 47.9 cm 4.13 eV 0 eV 93.7 cm 93.7 cm Tank OpRayleigh - Photon at Boundary! - Old Momentum Direction: (-0.0338356,0.272243,0.961633) - Old Polarization: (-0.775717,-0.613844,0.146488) - New Momentum Direction: (-0.0460424,0.370459,0.927707) - New Polarization: (-0.776395,-0.597632,0.200118) - *** FresnelRefraction *** - 2 63.9 cm 1.17 m 5 m 4.13 eV 0 eV 4.7 m 5.64 m Tank Transportation - 3 39.1 cm 3.17 m 10 m 4.13 eV 0 eV 5.39 m 11 m OutOfWorld Transportation + 0 7.17 mum 0 fm 0 fm 4.13 eV 0 eV 0 fm 0 fm Tank initStep + +** Photon absorbed! ** + 1 3.74 m -50.1 cm 2.24 m 4.13 eV 0 eV 4.39 m 4.39 m Tank OpAbsorption ********************************************************************************************************* * G4Track Information: Particle = opticalphoton, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 219 mum 0 fm 0 fm 3.19 eV 0 eV 0 fm 0 fm Tank initStep + 0 187 mum 0 fm 0 fm 3.19 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.854942,0.166922,0.491132) - Old Polarization: (-0.518724,0.275116,0.809467) - New Momentum Direction: (0.711025,0.226275,0.665764) - New Polarization: (0.703166,-0.228804,-0.673206) + Old Momentum Direction: (0.85494202,0.16692248,0.4911324) + Old Polarization: (-0.51872357,0.27511578,0.80946721) + New Momentum Direction: (0.71102548,0.22627515,0.66576446) + New Polarization: (0.70316624,-0.22880421,-0.67320567) *** FresnelRefraction *** 1 5 m 97.6 cm 2.87 m 3.19 eV 0 eV 5.85 m 5.85 m Tank Transportation 2 10 m 2.57 m 7.55 m 3.19 eV 0 eV 7.03 m 12.9 m OutOfWorld Transportation @@ -1064,12 +952,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 201 mum 0 fm 0 fm 2.76 eV 0 eV 0 fm 0 fm Tank initStep + 0 172 mum 0 fm 0 fm 2.76 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.857073,-0.515123,0.00861918) - Old Polarization: (-0.515195,-0.856953,0.0143388) - New Momentum Direction: (0.717415,-0.696549,0.0116549) - New Polarization: (0.696646,0.717315,-0.0120023) + Old Momentum Direction: (0.85707317,-0.51512259,0.0086191797) + Old Polarization: (-0.5151947,-0.85695322,0.014338788) + New Momentum Direction: (0.71741501,-0.69654854,0.011654851) + New Polarization: (0.69664604,0.7173146,-0.012002315) *** FresnelRefraction *** 1 5 m -3.01 m 5.03 cm 2.76 eV 0 eV 5.83 m 5.83 m Tank Transportation 2 10 m -7.86 m 13.2 cm 2.76 eV 0 eV 6.97 m 12.8 m OutOfWorld Transportation @@ -1079,12 +967,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 13.2 mum 0 fm 0 fm 3.95 eV 0 eV 0 fm 0 fm Tank initStep + 0 11.3 mum 0 fm 0 fm 3.95 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.852282,-0.150366,-0.501004) - Old Polarization: (-0.523082,-0.244999,-0.816309) - New Momentum Direction: (0.702901,-0.204468,-0.681266) - New Polarization: (0.711288,0.202057,0.673233) + Old Momentum Direction: (0.85228219,-0.15036622,-0.50100407) + Old Polarization: (-0.52308228,-0.24499865,-0.81630913) + New Momentum Direction: (0.70290101,-0.2044681,-0.68126571) + New Polarization: (0.71128769,0.20205725,0.67323301) *** FresnelRefraction *** 1 5 m -88.2 cm -2.94 m 3.95 eV 0 eV 5.87 m 5.87 m Tank Transportation 2 10 m -2.34 m -7.79 m 3.95 eV 0 eV 7.11 m 13 m OutOfWorld Transportation @@ -1094,16 +982,16 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 29.5 mum 0 fm 0 fm 3.21 eV 0 eV 0 fm 0 fm Tank initStep + 0 25.3 mum 0 fm 0 fm 3.21 eV 0 eV 0 fm 0 fm Tank initStep Photon at Boundary! - Old Momentum Direction: (0.854882,-0.427805,0.293529) - Old Polarization: (-0.518822,-0.70491,0.483659) - New Momentum Direction: (0.710844,-0.579961,0.397927) - New Polarization: (0.703349,0.586141,-0.402168) + Old Momentum Direction: (0.85488208,-0.42780514,0.29352921) + Old Polarization: (-0.51882235,-0.70490977,0.48365854) + New Momentum Direction: (0.71084424,-0.57996058,0.39792736) + New Polarization: (0.70334946,0.58614055,-0.40216762) *** FresnelRefraction *** 1 5 m -2.5 m 1.72 m 3.21 eV 0 eV 5.85 m 5.85 m Tank Transportation 2 10 m -6.58 m 4.52 m 3.21 eV 0 eV 7.03 m 12.9 m OutOfWorld Transportation Number of optical photons produces in this event : 57 -number of event = 1 User=0.27s Real=0.39s Sys=0.12s +number of event = 1 User=0.08s Real=0.23s Sys=0.14s Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/novice/N06/include/ExN06DetectorConstruction.hh b/examples/novice/N06/include/ExN06DetectorConstruction.hh index c1d280e160..b42596df07 100644 --- a/examples/novice/N06/include/ExN06DetectorConstruction.hh +++ b/examples/novice/N06/include/ExN06DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN06DetectorConstruction.hh,v 1.4 2003/01/23 15:34:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/include/ExN06EventAction.hh b/examples/novice/N06/include/ExN06EventAction.hh index 673ff8efec..efa3ee0c57 100644 --- a/examples/novice/N06/include/ExN06EventAction.hh +++ b/examples/novice/N06/include/ExN06EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN06EventAction.hh,v 1.1 2003/01/23 15:34:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/include/ExN06PhysicsList.hh b/examples/novice/N06/include/ExN06PhysicsList.hh index 8d8e235375..85887a19da 100644 --- a/examples/novice/N06/include/ExN06PhysicsList.hh +++ b/examples/novice/N06/include/ExN06PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: ExN06PhysicsList.hh,v 1.6 2003/01/23 15:34:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/include/ExN06PhysicsListMessenger.hh b/examples/novice/N06/include/ExN06PhysicsListMessenger.hh index f15126a071..a7eb780820 100644 --- a/examples/novice/N06/include/ExN06PhysicsListMessenger.hh +++ b/examples/novice/N06/include/ExN06PhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN06PhysicsListMessenger.hh,v 1.1 2003/01/23 15:34:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N06/include/ExN06PrimaryGeneratorAction.hh b/examples/novice/N06/include/ExN06PrimaryGeneratorAction.hh index 3120ce07b4..96dfa76349 100644 --- a/examples/novice/N06/include/ExN06PrimaryGeneratorAction.hh +++ b/examples/novice/N06/include/ExN06PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN06PrimaryGeneratorAction.hh,v 1.4 2003/01/23 15:34:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/include/ExN06PrimaryGeneratorMessenger.hh b/examples/novice/N06/include/ExN06PrimaryGeneratorMessenger.hh index 4333cc1361..dbca443159 100644 --- a/examples/novice/N06/include/ExN06PrimaryGeneratorMessenger.hh +++ b/examples/novice/N06/include/ExN06PrimaryGeneratorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN06PrimaryGeneratorMessenger.hh,v 1.1 2003/01/23 15:34:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N06/include/ExN06RunAction.hh b/examples/novice/N06/include/ExN06RunAction.hh index 3f446a5b3a..0888048f6a 100644 --- a/examples/novice/N06/include/ExN06RunAction.hh +++ b/examples/novice/N06/include/ExN06RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN06RunAction.hh,v 1.8 2003/01/23 15:34:23 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/include/ExN06StackingAction.hh b/examples/novice/N06/include/ExN06StackingAction.hh index 75f46e2506..41b8362d12 100644 --- a/examples/novice/N06/include/ExN06StackingAction.hh +++ b/examples/novice/N06/include/ExN06StackingAction.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ExN06StackingAction.hh,v 1.4 2003/01/23 15:34:24 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/include/ExN06SteppingVerbose.hh b/examples/novice/N06/include/ExN06SteppingVerbose.hh index e2035af30b..b8df7e7263 100644 --- a/examples/novice/N06/include/ExN06SteppingVerbose.hh +++ b/examples/novice/N06/include/ExN06SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: ExN06SteppingVerbose.hh,v 1.1 2003/01/23 15:34:24 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/include/ExN06VisManager.hh b/examples/novice/N06/include/ExN06VisManager.hh index dbda36d430..0ae021a5e2 100644 --- a/examples/novice/N06/include/ExN06VisManager.hh +++ b/examples/novice/N06/include/ExN06VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: ExN06VisManager.hh,v 1.1 2003/01/23 15:34:24 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N06/src/ExN06DetectorConstruction.cc b/examples/novice/N06/src/ExN06DetectorConstruction.cc index 72771618d1..d996673895 100644 --- a/examples/novice/N06/src/ExN06DetectorConstruction.cc +++ b/examples/novice/N06/src/ExN06DetectorConstruction.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: ExN06DetectorConstruction.cc,v 1.13 2003/11/28 00:48:16 gum Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: ExN06DetectorConstruction.cc,v 1.14 2004/03/17 22:41:12 gum Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -200,8 +200,8 @@ G4VPhysicalVolume* ExN06DetectorConstruction::Construct() // G4OpticalSurface* OpWaterSurface = new G4OpticalSurface("WaterSurface"); OpWaterSurface->SetType(dielectric_dielectric); - OpWaterSurface->SetFinish(polished); - OpWaterSurface->SetModel(glisur); + OpWaterSurface->SetFinish(ground); + OpWaterSurface->SetModel(unified); G4LogicalBorderSurface* WaterSurface = new G4LogicalBorderSurface("WaterSurface", @@ -214,8 +214,8 @@ G4VPhysicalVolume* ExN06DetectorConstruction::Construct() // G4OpticalSurface* OpAirSurface = new G4OpticalSurface("AirSurface"); OpAirSurface->SetType(dielectric_dielectric); - OpAirSurface->SetFinish(ground); - OpAirSurface->SetModel(unified); + OpAirSurface->SetFinish(polished); + OpAirSurface->SetModel(glisur); G4LogicalSkinSurface* AirSurface = new G4LogicalSkinSurface("AirSurface", bubbleAir_log, OpAirSurface); diff --git a/examples/novice/N06/src/ExN06EventAction.cc b/examples/novice/N06/src/ExN06EventAction.cc index 16dddb74f2..1cb76d8752 100644 --- a/examples/novice/N06/src/ExN06EventAction.cc +++ b/examples/novice/N06/src/ExN06EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN06EventAction.cc,v 1.1 2003/01/23 15:34:31 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/src/ExN06PhysicsList.cc b/examples/novice/N06/src/ExN06PhysicsList.cc index 50ea43aea0..b39f10096d 100644 --- a/examples/novice/N06/src/ExN06PhysicsList.cc +++ b/examples/novice/N06/src/ExN06PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: ExN06PhysicsList.cc,v 1.11 2003/10/24 12:38:17 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/src/ExN06PhysicsListMessenger.cc b/examples/novice/N06/src/ExN06PhysicsListMessenger.cc index 4ade227545..5008d2816d 100644 --- a/examples/novice/N06/src/ExN06PhysicsListMessenger.cc +++ b/examples/novice/N06/src/ExN06PhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN06PhysicsListMessenger.cc,v 1.1 2003/01/23 15:34:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N06/src/ExN06PrimaryGeneratorMessenger.cc b/examples/novice/N06/src/ExN06PrimaryGeneratorMessenger.cc index 4520c53067..ca248eb30e 100644 --- a/examples/novice/N06/src/ExN06PrimaryGeneratorMessenger.cc +++ b/examples/novice/N06/src/ExN06PrimaryGeneratorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN06PrimaryGeneratorMessenger.cc,v 1.1 2003/01/23 15:34:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N06/src/ExN06PrimaryGeneratoraction.cc b/examples/novice/N06/src/ExN06PrimaryGeneratoraction.cc index 597b46ad41..e6f0c29603 100644 --- a/examples/novice/N06/src/ExN06PrimaryGeneratoraction.cc +++ b/examples/novice/N06/src/ExN06PrimaryGeneratoraction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN06PrimaryGeneratorAction.cc,v 1.2 2003/01/23 15:34:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/src/ExN06RunAction.cc b/examples/novice/N06/src/ExN06RunAction.cc index 775fc3860d..f0c6a2120f 100644 --- a/examples/novice/N06/src/ExN06RunAction.cc +++ b/examples/novice/N06/src/ExN06RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN06RunAction.cc,v 1.8 2003/01/23 15:34:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/src/ExN06StackingAction.cc b/examples/novice/N06/src/ExN06StackingAction.cc index 88f1298d6f..24baf3c196 100644 --- a/examples/novice/N06/src/ExN06StackingAction.cc +++ b/examples/novice/N06/src/ExN06StackingAction.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: ExN06StackingAction.cc,v 1.4 2003/01/23 15:34:32 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/src/ExN06SteppingVerbose.cc b/examples/novice/N06/src/ExN06SteppingVerbose.cc index 59d49d16a8..283d5bc6d7 100644 --- a/examples/novice/N06/src/ExN06SteppingVerbose.cc +++ b/examples/novice/N06/src/ExN06SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: ExN06SteppingVerbose.cc,v 1.3 2003/06/16 16:50:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/novice/N06/src/ExN06VisManager.cc b/examples/novice/N06/src/ExN06VisManager.cc index b795097d40..526c5be2bc 100755 --- a/examples/novice/N06/src/ExN06VisManager.cc +++ b/examples/novice/N06/src/ExN06VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: ExN06VisManager.cc,v 1.2 2003/11/13 15:11:50 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/examples/novice/N07/exampleN07.cc b/examples/novice/N07/exampleN07.cc index b327eb5348..d204ff6534 100644 --- a/examples/novice/N07/exampleN07.cc +++ b/examples/novice/N07/exampleN07.cc @@ -22,7 +22,7 @@ // // // $Id: exampleN07.cc,v 1.3 2003/04/25 17:03:36 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/examples/novice/N07/exampleN07.out b/examples/novice/N07/exampleN07.out index 0b60833029..dba3a486a9 100644 --- a/examples/novice/N07/exampleN07.out +++ b/examples/novice/N07/exampleN07.out @@ -1,8 +1,11 @@ -********************************************** - Geant4 version $Name: geant4-06-00 $ - (12-December-2003) - Copyright : Geant4 Collaboration -********************************************** + +************************************************************* + Geant4 version $Name: geant4-06-01 $ (25-March-2004) + Copyright : Geant4 Collaboration + Reference : NIM A 506 (2003), 250-303. + WWW : http://cern.ch/geant4 +************************************************************* + ***** Table : Nb of materials = 7 ***** @@ -127,7 +130,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for mu+ Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -148,7 +152,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -211,7 +216,7 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 10 - User=20.14s Real=21.29s Sys=1.14s + User=9.71s Real=10.97s Sys=1.26s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -219,55 +224,55 @@ Region : Calor-A Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 2.92013 GeV Gap 363.991 MeV + Absorber 3.5698078 GeV Gap 399.11869 MeV Number of secondaries in an event : - gamma in Absorber 941.8 in Gap 62.7 - e- in Absorber 1545.1 in Gap 166.8 - e+ in Absorber 88.2 in Gap 2.7 + gamma in Absorber 1356.8 in Gap 79.5 + e- in Absorber 2221.6 in Gap 212.3 + e+ in Absorber 128.8 in Gap 4.8 Minimum kinetic energy of generated secondaries : - gamma in Absorber 100.511 keV in Gap 6.27261 keV - e- in Absorber 237.44 eV in Gap 59.9537 eV - e+ in Absorber 47.6203 keV in Gap 345.804 keV + gamma in Absorber 100.52917 keV in Gap 6.1833932 keV + e- in Absorber 7.6997225 eV in Gap 3.3126821 eV + e+ in Absorber 4.6863273 keV in Gap 85.901005 keV Total track length of e+/e- in an event : - Absorber 1.08221 m Gap 58.6288 cm + Absorber 1.536778 m Gap 70.748844 cm Total number of steps of e+/e- in an event : - Absorber 2620.5 Gap 280.6 + Absorber 3762.6 Gap 348.6 ############################################################ Region : Calor-B Production thresholds : gamma 1 cm e- 1 cm e+ 1 cm Energy deposition in an event : - Absorber 3.02768 GeV Gap 384.157 MeV + Absorber 3.0830239 GeV Gap 367.49381 MeV Number of secondaries in an event : - gamma in Absorber 677.9 in Gap 55.9 - e- in Absorber 1231.1 in Gap 129.9 - e+ in Absorber 96.1 in Gap 2.1 + gamma in Absorber 682.1 in Gap 54.2 + e- in Absorber 1246.5 in Gap 123.3 + e+ in Absorber 93 in Gap 3.2 Minimum kinetic energy of generated secondaries : - gamma in Absorber 282.245 keV in Gap 19.3657 keV - e- in Absorber 6.32662 eV in Gap 83.9303 eV - e+ in Absorber 14.3176 keV in Gap 224.192 keV + gamma in Absorber 275.87046 keV in Gap 19.193117 keV + e- in Absorber 131.06424 eV in Gap 606.061 eV + e+ in Absorber 17.243665 keV in Gap 221.98504 keV Total track length of e+/e- in an event : - Absorber 1.00619 m Gap 62.0616 cm + Absorber 1.0394047 m Gap 53.180664 cm Total number of steps of e+/e- in an event : - Absorber 2009.9 Gap 226.8 + Absorber 2040.7 Gap 210.4 ############################################################ Region : Calor-C Production thresholds : gamma 10 cm e- 10 cm e+ 10 cm Energy deposition in an event : - Absorber 2.69808 GeV Gap 276.506 MeV + Absorber 2.68175 GeV Gap 295.38661 MeV Number of secondaries in an event : - gamma in Absorber 114 in Gap 9 - e- in Absorber 204.1 in Gap 16.8 - e+ in Absorber 31.8 in Gap 1.2 + gamma in Absorber 145.7 in Gap 12.9 + e- in Absorber 272 in Gap 21.8 + e+ in Absorber 40.4 in Gap 1 Minimum kinetic energy of generated secondaries : - gamma in Absorber 279.861 keV in Gap 61.9278 keV - e- in Absorber 824.233 eV in Gap 556.252 eV - e+ in Absorber 143.801 keV in Gap 644.066 keV + gamma in Absorber 294.51634 keV in Gap 60.683825 keV + e- in Absorber 227.86926 eV in Gap 1.0693232 keV + e+ in Absorber 49.693397 keV in Gap 271.89523 keV Total track length of e+/e- in an event : - Absorber 28.0785 cm Gap 12.1111 cm + Absorber 36.805667 cm Gap 18.527049 cm Total number of steps of e+/e- in an event : - Absorber 338.7 Gap 36 + Absorber 448.4 Gap 44.8 ############################################################ /run/dumpCouples @@ -283,42 +288,42 @@ Index : 0 used in the geometry : Yes recalculation needed : No Index : 1 used in the geometry : Yes recalculation needed : No Material : Lead Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 100.511 keV e- 1.37814 MeV e+ 1.28002 MeV + Energy thresholds : gamma 100.51071 keV e- 1.3781428 MeV e+ 1.280018 MeV Region(s) which use this couple : Calor-A Index : 2 used in the geometry : Yes recalculation needed : No Material : liquidArgon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 6.17835 keV e- 342.891 keV e+ 334.551 keV + Energy thresholds : gamma 6.1783498 keV e- 342.89066 keV e+ 334.55147 keV Region(s) which use this couple : Calor-A Index : 3 used in the geometry : Yes recalculation needed : No Material : Lead Range cuts : gamma 1 cm e- 1 cm e+ 1 cm - Energy thresholds : gamma 282.478 keV e- 15.0137 MeV e+ 13.9447 MeV + Energy thresholds : gamma 282.47765 keV e- 15.013704 MeV e+ 13.944716 MeV Region(s) which use this couple : Calor-B Index : 4 used in the geometry : Yes recalculation needed : No Material : liquidArgon Range cuts : gamma 1 cm e- 1 cm e+ 1 cm - Energy thresholds : gamma 19.0521 keV e- 2.14666 MeV e+ 2.04351 MeV + Energy thresholds : gamma 19.052126 keV e- 2.1466594 MeV e+ 2.0435144 MeV Region(s) which use this couple : Calor-B Index : 5 used in the geometry : Yes recalculation needed : No Material : Lead Range cuts : gamma 10 cm e- 10 cm e+ 10 cm - Energy thresholds : gamma 2.24888 MeV e- 437.915 MeV e+ 406.735 MeV + Energy thresholds : gamma 2.2488809 MeV e- 437.91535 MeV e+ 406.73544 MeV Region(s) which use this couple : Calor-C Index : 6 used in the geometry : Yes recalculation needed : No Material : liquidArgon Range cuts : gamma 10 cm e- 10 cm e+ 10 cm - Energy thresholds : gamma 56.6382 keV e- 24.5664 MeV e+ 22.8173 MeV + Energy thresholds : gamma 56.638224 keV e- 24.566438 MeV e+ 22.817289 MeV Region(s) which use this couple : Calor-C @@ -351,7 +356,7 @@ Region Calor-C conv: Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. e+e- energies according Bethe-Heitler - PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. + PhysicsTables from 1.0219981 MeV to 100 GeV in 100 bins. compt: Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. Scattered gamma energy according Klein-Nishina. @@ -403,7 +408,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for mu+ Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -424,7 +430,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -442,42 +449,42 @@ Index : 0 used in the geometry : Yes recalculation needed : No Index : 1 used in the geometry : Yes recalculation needed : No Material : Lead Range cuts : gamma 200 mum e- 200 mum e+ 200 mum - Energy thresholds : gamma 47.1847 keV e- 383.065 keV e+ 364.659 keV + Energy thresholds : gamma 47.18466 keV e- 383.06537 keV e+ 364.65944 keV Region(s) which use this couple : Calor-A Index : 2 used in the geometry : Yes recalculation needed : No Material : liquidArgon Range cuts : gamma 200 mum e- 200 mum e+ 200 mum - Energy thresholds : gamma 2.78576 keV e- 123.426 keV e+ 121.916 keV + Energy thresholds : gamma 2.7857637 keV e- 123.42635 keV e+ 121.91623 keV Region(s) which use this couple : Calor-A Index : 3 used in the geometry : Yes recalculation needed : No Material : Lead Range cuts : gamma 2 mm e- 2 mm e+ 2 mm - Energy thresholds : gamma 120.589 keV e- 2.614 MeV e+ 2.42788 MeV + Energy thresholds : gamma 120.58859 keV e- 2.6139957 MeV e+ 2.4278772 MeV Region(s) which use this couple : Calor-B Index : 4 used in the geometry : Yes recalculation needed : No Material : liquidArgon Range cuts : gamma 2 mm e- 2 mm e+ 2 mm - Energy thresholds : gamma 8.59044 keV e- 561.061 keV e+ 540.718 keV + Energy thresholds : gamma 8.590436 keV e- 561.06092 keV e+ 540.71814 keV Region(s) which use this couple : Calor-B Index : 5 used in the geometry : Yes recalculation needed : No Material : Lead Range cuts : gamma 2 cm e- 2 cm e+ 2 cm - Energy thresholds : gamma 419.689 keV e- 35.5413 MeV e+ 33.0107 MeV + Energy thresholds : gamma 419.68872 keV e- 35.541271 MeV e+ 33.010705 MeV Region(s) which use this couple : Calor-C Index : 6 used in the geometry : Yes recalculation needed : No Material : liquidArgon Range cuts : gamma 2 cm e- 2 cm e+ 2 cm - Energy thresholds : gamma 26.9798 keV e- 4.2772 MeV e+ 3.97266 MeV + Energy thresholds : gamma 26.979787 keV e- 4.2771968 MeV e+ 3.9726571 MeV Region(s) which use this couple : Calor-C @@ -487,7 +494,7 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 10 - User=60.61s Real=63.66s Sys=3.05s + User=18.82s Real=21.25s Sys=2.43s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -495,55 +502,55 @@ Region : Calor-A Production thresholds : gamma 200 mum e- 200 mum e+ 200 mum Energy deposition in an event : - Absorber 6.40504 GeV Gap 666.61 MeV + Absorber 5.3906582 GeV Gap 597.82239 MeV Number of secondaries in an event : - gamma in Absorber 3887 in Gap 224.1 - e- in Absorber 6191.3 in Gap 633.8 - e+ in Absorber 302 in Gap 9.1 + gamma in Absorber 3102.6 in Gap 198.4 + e- in Absorber 5011.6 in Gap 543.7 + e+ in Absorber 239.7 in Gap 7.3 Minimum kinetic energy of generated secondaries : - gamma in Absorber 47.1858 keV in Gap 2.78995 keV - e- in Absorber 1.41632 eV in Gap 18.2019 eV - e+ in Absorber 993.348 eV in Gap 927.11 eV + gamma in Absorber 47.186667 keV in Gap 2.7967027 keV + e- in Absorber 9.1846611 eV in Gap 6.7405087 eV + e+ in Absorber 4.1679186 keV in Gap 263.28511 keV Total track length of e+/e- in an event : - Absorber 3.67994 m Gap 1.83565 m + Absorber 2.9490364 m Gap 1.5463281 m Total number of steps of e+/e- in an event : - Absorber 10844.1 Gap 1102.1 + Absorber 8709.5 Gap 939.1 ############################################################ Region : Calor-B Production thresholds : gamma 2 mm e- 2 mm e+ 2 mm Energy deposition in an event : - Absorber 2.71336 GeV Gap 346.779 MeV + Absorber 2.3883408 GeV Gap 301.41317 MeV Number of secondaries in an event : - gamma in Absorber 758.4 in Gap 56.7 - e- in Absorber 1277.3 in Gap 122.9 - e+ in Absorber 74.8 in Gap 3.1 + gamma in Absorber 553 in Gap 40 + e- in Absorber 944.9 in Gap 90.5 + e+ in Absorber 52.1 in Gap 1.9 Minimum kinetic energy of generated secondaries : - gamma in Absorber 120.614 keV in Gap 8.59828 keV - e- in Absorber 10.5334 eV in Gap 21.1872 eV - e+ in Absorber 13.3074 keV in Gap 136.596 keV + gamma in Absorber 120.61778 keV in Gap 9.2529622 keV + e- in Absorber 141.52806 eV in Gap 54.412125 eV + e+ in Absorber 23.123346 keV in Gap 293.67961 keV Total track length of e+/e- in an event : - Absorber 89.4983 cm Gap 54.4804 cm + Absorber 67.535771 cm Gap 33.824092 cm Total number of steps of e+/e- in an event : - Absorber 2142.1 Gap 223.2 + Absorber 1573.3 Gap 154.3 ############################################################ Region : Calor-C Production thresholds : gamma 2 cm e- 2 cm e+ 2 cm Energy deposition in an event : - Absorber 3.76194 GeV Gap 440.126 MeV + Absorber 3.2883756 GeV Gap 380.86518 MeV Number of secondaries in an event : - gamma in Absorber 858.1 in Gap 63.1 - e- in Absorber 1567.9 in Gap 147.1 - e+ in Absorber 135.9 in Gap 5.2 + gamma in Absorber 666.6 in Gap 42.4 + e- in Absorber 1255.3 in Gap 109.1 + e+ in Absorber 103.7 in Gap 3.3 Minimum kinetic energy of generated secondaries : - gamma in Absorber 260.463 keV in Gap 27.2882 keV - e- in Absorber 7.23324 eV in Gap 20.9284 eV - e+ in Absorber 16.7698 keV in Gap 115.947 keV + gamma in Absorber 279.37463 keV in Gap 27.732988 keV + e- in Absorber 54.318231 eV in Gap 361.55198 eV + e+ in Absorber 11.745428 keV in Gap 203.05609 keV Total track length of e+/e- in an event : - Absorber 1.41421 m Gap 78.8891 cm + Absorber 1.107667 m Gap 53.146751 cm Total number of steps of e+/e- in an event : - Absorber 2565.1 Gap 271.1 + Absorber 2021.8 Gap 184.2 ############################################################ /run/dumpCouples @@ -559,42 +566,42 @@ Index : 0 used in the geometry : Yes recalculation needed : No Index : 1 used in the geometry : Yes recalculation needed : No Material : Lead Range cuts : gamma 200 mum e- 200 mum e+ 200 mum - Energy thresholds : gamma 47.1847 keV e- 383.065 keV e+ 364.659 keV + Energy thresholds : gamma 47.18466 keV e- 383.06537 keV e+ 364.65944 keV Region(s) which use this couple : Calor-A Index : 2 used in the geometry : Yes recalculation needed : No Material : liquidArgon Range cuts : gamma 200 mum e- 200 mum e+ 200 mum - Energy thresholds : gamma 2.78576 keV e- 123.426 keV e+ 121.916 keV + Energy thresholds : gamma 2.7857637 keV e- 123.42635 keV e+ 121.91623 keV Region(s) which use this couple : Calor-A Index : 3 used in the geometry : Yes recalculation needed : No Material : Lead Range cuts : gamma 2 mm e- 2 mm e+ 2 mm - Energy thresholds : gamma 120.589 keV e- 2.614 MeV e+ 2.42788 MeV + Energy thresholds : gamma 120.58859 keV e- 2.6139957 MeV e+ 2.4278772 MeV Region(s) which use this couple : Calor-B Index : 4 used in the geometry : Yes recalculation needed : No Material : liquidArgon Range cuts : gamma 2 mm e- 2 mm e+ 2 mm - Energy thresholds : gamma 8.59044 keV e- 561.061 keV e+ 540.718 keV + Energy thresholds : gamma 8.590436 keV e- 561.06092 keV e+ 540.71814 keV Region(s) which use this couple : Calor-B Index : 5 used in the geometry : Yes recalculation needed : No Material : Lead Range cuts : gamma 2 cm e- 2 cm e+ 2 cm - Energy thresholds : gamma 419.689 keV e- 35.5413 MeV e+ 33.0107 MeV + Energy thresholds : gamma 419.68872 keV e- 35.541271 MeV e+ 33.010705 MeV Region(s) which use this couple : Calor-C Index : 6 used in the geometry : Yes recalculation needed : No Material : liquidArgon Range cuts : gamma 2 cm e- 2 cm e+ 2 cm - Energy thresholds : gamma 26.9798 keV e- 4.2772 MeV e+ 3.97266 MeV + Energy thresholds : gamma 26.979787 keV e- 4.2771968 MeV e+ 3.9726571 MeV Region(s) which use this couple : Calor-C @@ -626,7 +633,7 @@ Region Calor-C conv: Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. e+e- energies according Bethe-Heitler - PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. + PhysicsTables from 1.0219981 MeV to 100 GeV in 100 bins. compt: Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. Scattered gamma energy according Klein-Nishina. @@ -678,7 +685,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for mu+ Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -699,7 +707,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -717,72 +726,72 @@ Index : 0 used in the geometry : Yes recalculation needed : No Index : 1 used in the geometry : No recalculation needed : No Material : Lead Range cuts : gamma 200 mum e- 200 mum e+ 200 mum - Energy thresholds : gamma 47.1847 keV e- 383.065 keV e+ 364.659 keV + Energy thresholds : gamma 47.18466 keV e- 383.06537 keV e+ 364.65944 keV Index : 2 used in the geometry : No recalculation needed : No Material : liquidArgon Range cuts : gamma 200 mum e- 200 mum e+ 200 mum - Energy thresholds : gamma 2.78576 keV e- 123.426 keV e+ 121.916 keV + Energy thresholds : gamma 2.7857637 keV e- 123.42635 keV e+ 121.91623 keV Index : 3 used in the geometry : No recalculation needed : No Material : Lead Range cuts : gamma 2 mm e- 2 mm e+ 2 mm - Energy thresholds : gamma 120.589 keV e- 2.614 MeV e+ 2.42788 MeV + Energy thresholds : gamma 120.58859 keV e- 2.6139957 MeV e+ 2.4278772 MeV Index : 4 used in the geometry : No recalculation needed : No Material : liquidArgon Range cuts : gamma 2 mm e- 2 mm e+ 2 mm - Energy thresholds : gamma 8.59044 keV e- 561.061 keV e+ 540.718 keV + Energy thresholds : gamma 8.590436 keV e- 561.06092 keV e+ 540.71814 keV Index : 5 used in the geometry : No recalculation needed : No Material : Lead Range cuts : gamma 2 cm e- 2 cm e+ 2 cm - Energy thresholds : gamma 419.689 keV e- 35.5413 MeV e+ 33.0107 MeV + Energy thresholds : gamma 419.68872 keV e- 35.541271 MeV e+ 33.010705 MeV Index : 6 used in the geometry : No recalculation needed : No Material : liquidArgon Range cuts : gamma 2 cm e- 2 cm e+ 2 cm - Energy thresholds : gamma 26.9798 keV e- 4.2772 MeV e+ 3.97266 MeV + Energy thresholds : gamma 26.979787 keV e- 4.2771968 MeV e+ 3.9726571 MeV Index : 7 used in the geometry : Yes recalculation needed : No Material : Aluminium Range cuts : gamma 200 mum e- 200 mum e+ 200 mum - Energy thresholds : gamma 3.2133 keV e- 199.488 keV e+ 194.636 keV + Energy thresholds : gamma 3.2133001 keV e- 199.48758 keV e+ 194.63599 keV Region(s) which use this couple : Calor-A Index : 8 used in the geometry : Yes recalculation needed : No Material : Water Range cuts : gamma 200 mum e- 200 mum e+ 200 mum - Energy thresholds : gamma 1.47052 keV e- 126.503 keV e+ 124.955 keV + Energy thresholds : gamma 1.47052 keV e- 126.50293 keV e+ 124.95517 keV Region(s) which use this couple : Calor-A Index : 9 used in the geometry : Yes recalculation needed : No Material : Aluminium Range cuts : gamma 2 mm e- 2 mm e+ 2 mm - Energy thresholds : gamma 9.56197 keV e- 1.02561 MeV e+ 976.329 keV + Energy thresholds : gamma 9.5619691 keV e- 1.0256085 MeV e+ 976.32895 keV Region(s) which use this couple : Calor-B Index : 10 used in the geometry : Yes recalculation needed : No Material : Water Range cuts : gamma 2 mm e- 2 mm e+ 2 mm - Energy thresholds : gamma 3.8945 keV e- 568.011 keV e+ 547.416 keV + Energy thresholds : gamma 3.8944955 keV e- 568.01052 keV e+ 547.41576 keV Region(s) which use this couple : Calor-B Index : 11 used in the geometry : Yes recalculation needed : No Material : Aluminium Range cuts : gamma 2 cm e- 2 cm e+ 2 cm - Energy thresholds : gamma 28.1807 keV e- 9.40429 MeV e+ 8.7347 MeV + Energy thresholds : gamma 28.180732 keV e- 9.404294 MeV e+ 8.7347011 MeV Region(s) which use this couple : Calor-C Index : 12 used in the geometry : Yes recalculation needed : No Material : Water Range cuts : gamma 2 cm e- 2 cm e+ 2 cm - Energy thresholds : gamma 10.3141 keV e- 4.17317 MeV e+ 3.97266 MeV + Energy thresholds : gamma 10.314103 keV e- 4.1731742 MeV e+ 3.9726571 MeV Region(s) which use this couple : Calor-C @@ -792,7 +801,7 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 10 - User=7.54s Real=7.75s Sys=0.21s + User=2.09s Real=2.29s Sys=0.2s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -800,55 +809,55 @@ Region : Calor-A Production thresholds : gamma 200 mum e- 200 mum e+ 200 mum Energy deposition in an event : - Absorber 571.412 MeV Gap 251.788 MeV + Absorber 530.89224 MeV Gap 245.61737 MeV Number of secondaries in an event : - gamma in Absorber 49.6 in Gap 15.8 - e- in Absorber 315.5 in Gap 157.6 - e+ in Absorber 1.2 in Gap 0.4 + gamma in Absorber 40.7 in Gap 14.4 + e- in Absorber 245.9 in Gap 135.9 + e+ in Absorber 1.3 in Gap 0.2 Minimum kinetic energy of generated secondaries : - gamma in Absorber 3.2465 keV in Gap 1.74683 keV - e- in Absorber 22.6309 eV in Gap 4.03186 eV - e+ in Absorber 1.38185 MeV in Gap 1.6704 MeV + gamma in Absorber 3.241818 keV in Gap 1.4901227 keV + e- in Absorber 2.5513339 eV in Gap 47.476054 eV + e+ in Absorber 720.17793 keV in Gap 21.362409 MeV Total track length of e+/e- in an event : - Absorber 43.9886 cm Gap 33.7042 cm + Absorber 34.317977 cm Gap 30.776585 cm Total number of steps of e+/e- in an event : - Absorber 425.9 Gap 214.8 + Absorber 330.2 Gap 181.9 ############################################################ Region : Calor-B Production thresholds : gamma 2 mm e- 2 mm e+ 2 mm Energy deposition in an event : - Absorber 571.609 MeV Gap 254.205 MeV + Absorber 592.804 MeV Gap 268.57333 MeV Number of secondaries in an event : - gamma in Absorber 40 in Gap 14.3 - e- in Absorber 207 in Gap 88.8 - e+ in Absorber 1.9 in Gap 0.3 + gamma in Absorber 41.9 in Gap 14.9 + e- in Absorber 219.3 in Gap 101.1 + e+ in Absorber 1.4 in Gap 0.4 Minimum kinetic energy of generated secondaries : - gamma in Absorber 9.61747 keV in Gap 3.95733 keV - e- in Absorber 7.14659 eV in Gap 30.951 eV - e+ in Absorber 888.937 keV in Gap 2.19459 MeV + gamma in Absorber 9.5727922 keV in Gap 4.0718826 keV + e- in Absorber 8.2763167 eV in Gap 9.38021 eV + e+ in Absorber 319.74689 keV in Gap 796.74612 keV Total track length of e+/e- in an event : - Absorber 37.4107 cm Gap 32.129 cm + Absorber 41.82471 cm Gap 37.273703 cm Total number of steps of e+/e- in an event : - Absorber 276.2 Gap 129.6 + Absorber 292.3 Gap 139.8 ############################################################ Region : Calor-C Production thresholds : gamma 2 cm e- 2 cm e+ 2 cm Energy deposition in an event : - Absorber 679.854 MeV Gap 310.133 MeV + Absorber 531.91777 MeV Gap 243.43474 MeV Number of secondaries in an event : - gamma in Absorber 49.7 in Gap 19.6 - e- in Absorber 305.2 in Gap 121 - e+ in Absorber 4.5 in Gap 1 + gamma in Absorber 18 in Gap 8.1 + e- in Absorber 127.6 in Gap 50.6 + e+ in Absorber 0.9 in Gap 0.2 Minimum kinetic energy of generated secondaries : - gamma in Absorber 28.2933 keV in Gap 10.6762 keV - e- in Absorber 2.89082 eV in Gap 6.85873 eV - e+ in Absorber 323.253 keV in Gap 575.507 keV + gamma in Absorber 28.527699 keV in Gap 11.125069 keV + e- in Absorber 1.0657592 eV in Gap 13.801217 eV + e+ in Absorber 588.49192 keV in Gap 15.727466 MeV Total track length of e+/e- in an event : - Absorber 49.1835 cm Gap 53.4287 cm + Absorber 17.328551 cm Gap 20.703812 cm Total number of steps of e+/e- in an event : - Absorber 386.6 Gap 164.4 + Absorber 159.9 Gap 66.7 ############################################################ /run/dumpCouples @@ -864,72 +873,72 @@ Index : 0 used in the geometry : Yes recalculation needed : No Index : 1 used in the geometry : No recalculation needed : No Material : Lead Range cuts : gamma 200 mum e- 200 mum e+ 200 mum - Energy thresholds : gamma 47.1847 keV e- 383.065 keV e+ 364.659 keV + Energy thresholds : gamma 47.18466 keV e- 383.06537 keV e+ 364.65944 keV Index : 2 used in the geometry : No recalculation needed : No Material : liquidArgon Range cuts : gamma 200 mum e- 200 mum e+ 200 mum - Energy thresholds : gamma 2.78576 keV e- 123.426 keV e+ 121.916 keV + Energy thresholds : gamma 2.7857637 keV e- 123.42635 keV e+ 121.91623 keV Index : 3 used in the geometry : No recalculation needed : No Material : Lead Range cuts : gamma 2 mm e- 2 mm e+ 2 mm - Energy thresholds : gamma 120.589 keV e- 2.614 MeV e+ 2.42788 MeV + Energy thresholds : gamma 120.58859 keV e- 2.6139957 MeV e+ 2.4278772 MeV Index : 4 used in the geometry : No recalculation needed : No Material : liquidArgon Range cuts : gamma 2 mm e- 2 mm e+ 2 mm - Energy thresholds : gamma 8.59044 keV e- 561.061 keV e+ 540.718 keV + Energy thresholds : gamma 8.590436 keV e- 561.06092 keV e+ 540.71814 keV Index : 5 used in the geometry : No recalculation needed : No Material : Lead Range cuts : gamma 2 cm e- 2 cm e+ 2 cm - Energy thresholds : gamma 419.689 keV e- 35.5413 MeV e+ 33.0107 MeV + Energy thresholds : gamma 419.68872 keV e- 35.541271 MeV e+ 33.010705 MeV Index : 6 used in the geometry : No recalculation needed : No Material : liquidArgon Range cuts : gamma 2 cm e- 2 cm e+ 2 cm - Energy thresholds : gamma 26.9798 keV e- 4.2772 MeV e+ 3.97266 MeV + Energy thresholds : gamma 26.979787 keV e- 4.2771968 MeV e+ 3.9726571 MeV Index : 7 used in the geometry : Yes recalculation needed : No Material : Aluminium Range cuts : gamma 200 mum e- 200 mum e+ 200 mum - Energy thresholds : gamma 3.2133 keV e- 199.488 keV e+ 194.636 keV + Energy thresholds : gamma 3.2133001 keV e- 199.48758 keV e+ 194.63599 keV Region(s) which use this couple : Calor-A Index : 8 used in the geometry : Yes recalculation needed : No Material : Water Range cuts : gamma 200 mum e- 200 mum e+ 200 mum - Energy thresholds : gamma 1.47052 keV e- 126.503 keV e+ 124.955 keV + Energy thresholds : gamma 1.47052 keV e- 126.50293 keV e+ 124.95517 keV Region(s) which use this couple : Calor-A Index : 9 used in the geometry : Yes recalculation needed : No Material : Aluminium Range cuts : gamma 2 mm e- 2 mm e+ 2 mm - Energy thresholds : gamma 9.56197 keV e- 1.02561 MeV e+ 976.329 keV + Energy thresholds : gamma 9.5619691 keV e- 1.0256085 MeV e+ 976.32895 keV Region(s) which use this couple : Calor-B Index : 10 used in the geometry : Yes recalculation needed : No Material : Water Range cuts : gamma 2 mm e- 2 mm e+ 2 mm - Energy thresholds : gamma 3.8945 keV e- 568.011 keV e+ 547.416 keV + Energy thresholds : gamma 3.8944955 keV e- 568.01052 keV e+ 547.41576 keV Region(s) which use this couple : Calor-B Index : 11 used in the geometry : Yes recalculation needed : No Material : Aluminium Range cuts : gamma 2 cm e- 2 cm e+ 2 cm - Energy thresholds : gamma 28.1807 keV e- 9.40429 MeV e+ 8.7347 MeV + Energy thresholds : gamma 28.180732 keV e- 9.404294 MeV e+ 8.7347011 MeV Region(s) which use this couple : Calor-C Index : 12 used in the geometry : Yes recalculation needed : No Material : Water Range cuts : gamma 2 cm e- 2 cm e+ 2 cm - Energy thresholds : gamma 10.3141 keV e- 4.17317 MeV e+ 3.97266 MeV + Energy thresholds : gamma 10.314103 keV e- 4.1731742 MeV e+ 3.9726571 MeV Region(s) which use this couple : Calor-C @@ -962,7 +971,7 @@ Region Calor-C conv: Total cross sections from a parametrisation. Good description from 1.5 MeV to 100 GeV for all Z. e+e- energies according Bethe-Heitler - PhysicsTables from 1.022 MeV to 100 GeV in 100 bins. + PhysicsTables from 1.0219981 MeV to 100 GeV in 100 bins. compt: Total cross sections from a parametrisation. Good description from 10 KeV to (100/Z) GeV. Scattered gamma energy according Klein-Nishina. @@ -1014,7 +1023,8 @@ MuIoni: tables are built for mu+ dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for mu+ Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -1035,7 +1045,8 @@ MuIoni: tables are built for mu- dE/dx and range tables from 100 eV to 100 TeV in 120 bins. Lambda tables from threshold to 100 TeV in 120 bins. Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 0 - Bether-Bloch model for E > 0.2 MeV parametrisation of Bragg peak below. + Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below, + radiative corrections for E > 1 GeV msc: Model variant of multiple scattering for pi- Lambda tables from 100 eV to 100 TeV in 120 bins. @@ -1053,72 +1064,72 @@ Index : 0 used in the geometry : Yes recalculation needed : No Index : 1 used in the geometry : No recalculation needed : No Material : Lead Range cuts : gamma 10 mum e- 10 mum e+ 10 mum - Energy thresholds : gamma 5.97389 keV e- 57.5352 keV e+ 56.8313 keV + Energy thresholds : gamma 5.9738914 keV e- 57.5352 keV e+ 56.831257 keV Index : 2 used in the geometry : No recalculation needed : No Material : liquidArgon Range cuts : gamma 10 mum e- 10 mum e+ 10 mum - Energy thresholds : gamma 990 eV e- 7.67874 keV e+ 7.58479 keV + Energy thresholds : gamma 990 eV e- 7.6787427 keV e+ 7.5847934 keV Index : 3 used in the geometry : No recalculation needed : No Material : Lead Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 29.3406 keV e- 239.945 keV e+ 231.245 keV + Energy thresholds : gamma 29.3406 keV e- 239.94475 keV e+ 231.24491 keV Index : 4 used in the geometry : No recalculation needed : No Material : liquidArgon Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 1.9853 keV e- 82.2201 keV e+ 81.2141 keV + Energy thresholds : gamma 1.9852965 keV e- 82.220106 keV e+ 81.214144 keV Index : 5 used in the geometry : No recalculation needed : No Material : Lead Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 100.511 keV e- 1.37814 MeV e+ 1.28002 MeV + Energy thresholds : gamma 100.51071 keV e- 1.3781428 MeV e+ 1.280018 MeV Index : 6 used in the geometry : No recalculation needed : No Material : liquidArgon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 6.17835 keV e- 342.891 keV e+ 334.551 keV + Energy thresholds : gamma 6.1783498 keV e- 342.89066 keV e+ 334.55147 keV Index : 7 used in the geometry : Yes recalculation needed : No Material : Aluminium Range cuts : gamma 10 mum e- 10 mum e+ 10 mum - Energy thresholds : gamma 990 eV e- 33.8876 keV e+ 33.4729 keV + Energy thresholds : gamma 990 eV e- 33.887552 keV e+ 33.472938 keV Region(s) which use this couple : Calor-A Index : 8 used in the geometry : Yes recalculation needed : No Material : Water Range cuts : gamma 10 mum e- 10 mum e+ 10 mum - Energy thresholds : gamma 990 eV e- 6.44974 keV e+ 6.37083 keV + Energy thresholds : gamma 990 eV e- 6.4497414 keV e+ 6.370829 keV Region(s) which use this couple : Calor-A Index : 9 used in the geometry : Yes recalculation needed : No Material : Aluminium Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 2.31448 keV e- 129.656 keV e+ 128.07 keV + Energy thresholds : gamma 2.3144796 keV e- 129.65621 keV e+ 128.06986 keV Region(s) which use this couple : Calor-B Index : 10 used in the geometry : Yes recalculation needed : No Material : Water Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 1.09571 keV e- 84.2696 keV e+ 83.2385 keV + Energy thresholds : gamma 1.09571 keV e- 84.269564 keV e+ 83.238528 keV Region(s) which use this couple : Calor-B Index : 11 used in the geometry : Yes recalculation needed : No Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 6.88731 keV e- 596.68 keV e+ 568.011 keV + Energy thresholds : gamma 6.8873065 keV e- 596.68045 keV e+ 568.01052 keV Region(s) which use this couple : Calor-C Index : 12 used in the geometry : Yes recalculation needed : No Material : Water Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 2.90186 keV e- 347.138 keV e+ 338.695 keV + Energy thresholds : gamma 2.9018564 keV e- 347.13789 keV e+ 338.6954 keV Region(s) which use this couple : Calor-C @@ -1128,7 +1139,7 @@ Start Run processing. Run terminated. Run Summary Number of events processed : 10 - User=20.34s Real=21.7s Sys=1.36s + User=8.35s Real=9.61s Sys=1.26s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1136,55 +1147,55 @@ Region : Calor-A Production thresholds : gamma 10 mum e- 10 mum e+ 10 mum Energy deposition in an event : - Absorber 618.553 MeV Gap 274.418 MeV + Absorber 620.67224 MeV Gap 271.13621 MeV Number of secondaries in an event : - gamma in Absorber 77.2 in Gap 24 - e- in Absorber 1168.5 in Gap 2064.4 - e+ in Absorber 2.6 in Gap 0.4 + gamma in Absorber 80.4 in Gap 25.3 + e- in Absorber 1189.3 in Gap 2025.5 + e+ in Absorber 2.4 in Gap 1 Minimum kinetic energy of generated secondaries : - gamma in Absorber 1.00007 keV in Gap 1.00048 keV - e- in Absorber 4.31675 eV in Gap 8.65635 eV - e+ in Absorber 591.774 keV in Gap 1.24709 MeV + gamma in Absorber 1.0004691 keV in Gap 1.0047908 keV + e- in Absorber 2.5510019 eV in Gap 1.8161365 eV + e+ in Absorber 349.81463 keV in Gap 561.3888 keV Total track length of e+/e- in an event : - Absorber 59.3827 cm Gap 49.4823 cm + Absorber 59.53211 cm Gap 48.835686 cm Total number of steps of e+/e- in an event : - Absorber 1613.2 Gap 2752.1 + Absorber 1634.1 Gap 2705.2 ############################################################ Region : Calor-B Production thresholds : gamma 100 mum e- 100 mum e+ 100 mum Energy deposition in an event : - Absorber 539.524 MeV Gap 247.031 MeV + Absorber 568.66098 MeV Gap 263.57502 MeV Number of secondaries in an event : - gamma in Absorber 35 in Gap 13.6 - e- in Absorber 341.3 in Gap 189.7 - e+ in Absorber 1 in Gap 0.3 + gamma in Absorber 44.9 in Gap 13 + e- in Absorber 378.8 in Gap 205.2 + e+ in Absorber 1.4 in Gap 0.1 Minimum kinetic energy of generated secondaries : - gamma in Absorber 1.14357 keV in Gap 1.12089 keV - e- in Absorber 4.36517 eV in Gap 3.76762 eV - e+ in Absorber 2.30188 MeV in Gap 1.65608 MeV + gamma in Absorber 1.2890955 keV in Gap 1.1375624 keV + e- in Absorber 8.21886 eV in Gap 28.110346 eV + e+ in Absorber 243.92767 keV in Gap 2.6608565 MeV Total track length of e+/e- in an event : - Absorber 53.0361 cm Gap 40.3755 cm + Absorber 61.227905 cm Gap 49.540263 cm Total number of steps of e+/e- in an event : - Absorber 463.3 Gap 263.6 + Absorber 523.5 Gap 294.4 ############################################################ Region : Calor-C Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 548.983 MeV Gap 241.888 MeV + Absorber 681.18829 MeV Gap 324.85771 MeV Number of secondaries in an event : - gamma in Absorber 33.4 in Gap 12 - e- in Absorber 181.1 in Gap 79.9 - e+ in Absorber 0.7 in Gap 0 + gamma in Absorber 67.9 in Gap 23.5 + e- in Absorber 376.2 in Gap 168 + e+ in Absorber 4 in Gap 0.6 Minimum kinetic energy of generated secondaries : - gamma in Absorber 6.94347 keV in Gap 3.34454 keV - e- in Absorber 34.6122 eV in Gap 16.0672 eV - e+ in Absorber 889.991 keV in Gap 2.88022e+295 J + gamma in Absorber 2.9458519 keV in Gap 3.0285963 keV + e- in Absorber 10.230535 eV in Gap 4.2810446 eV + e+ in Absorber 806.66206 keV in Gap 631.6393 keV Total track length of e+/e- in an event : - Absorber 34.644 cm Gap 28.365 cm + Absorber 89.269193 cm Gap 79.209387 cm Total number of steps of e+/e- in an event : - Absorber 243.6 Gap 115.9 + Absorber 512.4 Gap 256 ############################################################ /run/dumpCouples @@ -1200,72 +1211,72 @@ Index : 0 used in the geometry : Yes recalculation needed : No Index : 1 used in the geometry : No recalculation needed : No Material : Lead Range cuts : gamma 10 mum e- 10 mum e+ 10 mum - Energy thresholds : gamma 5.97389 keV e- 57.5352 keV e+ 56.8313 keV + Energy thresholds : gamma 5.9738914 keV e- 57.5352 keV e+ 56.831257 keV Index : 2 used in the geometry : No recalculation needed : No Material : liquidArgon Range cuts : gamma 10 mum e- 10 mum e+ 10 mum - Energy thresholds : gamma 990 eV e- 7.67874 keV e+ 7.58479 keV + Energy thresholds : gamma 990 eV e- 7.6787427 keV e+ 7.5847934 keV Index : 3 used in the geometry : No recalculation needed : No Material : Lead Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 29.3406 keV e- 239.945 keV e+ 231.245 keV + Energy thresholds : gamma 29.3406 keV e- 239.94475 keV e+ 231.24491 keV Index : 4 used in the geometry : No recalculation needed : No Material : liquidArgon Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 1.9853 keV e- 82.2201 keV e+ 81.2141 keV + Energy thresholds : gamma 1.9852965 keV e- 82.220106 keV e+ 81.214144 keV Index : 5 used in the geometry : No recalculation needed : No Material : Lead Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 100.511 keV e- 1.37814 MeV e+ 1.28002 MeV + Energy thresholds : gamma 100.51071 keV e- 1.3781428 MeV e+ 1.280018 MeV Index : 6 used in the geometry : No recalculation needed : No Material : liquidArgon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 6.17835 keV e- 342.891 keV e+ 334.551 keV + Energy thresholds : gamma 6.1783498 keV e- 342.89066 keV e+ 334.55147 keV Index : 7 used in the geometry : Yes recalculation needed : No Material : Aluminium Range cuts : gamma 10 mum e- 10 mum e+ 10 mum - Energy thresholds : gamma 990 eV e- 33.8876 keV e+ 33.4729 keV + Energy thresholds : gamma 990 eV e- 33.887552 keV e+ 33.472938 keV Region(s) which use this couple : Calor-A Index : 8 used in the geometry : Yes recalculation needed : No Material : Water Range cuts : gamma 10 mum e- 10 mum e+ 10 mum - Energy thresholds : gamma 990 eV e- 6.44974 keV e+ 6.37083 keV + Energy thresholds : gamma 990 eV e- 6.4497414 keV e+ 6.370829 keV Region(s) which use this couple : Calor-A Index : 9 used in the geometry : Yes recalculation needed : No Material : Aluminium Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 2.31448 keV e- 129.656 keV e+ 128.07 keV + Energy thresholds : gamma 2.3144796 keV e- 129.65621 keV e+ 128.06986 keV Region(s) which use this couple : Calor-B Index : 10 used in the geometry : Yes recalculation needed : No Material : Water Range cuts : gamma 100 mum e- 100 mum e+ 100 mum - Energy thresholds : gamma 1.09571 keV e- 84.2696 keV e+ 83.2385 keV + Energy thresholds : gamma 1.09571 keV e- 84.269564 keV e+ 83.238528 keV Region(s) which use this couple : Calor-B Index : 11 used in the geometry : Yes recalculation needed : No Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 6.88731 keV e- 596.68 keV e+ 568.011 keV + Energy thresholds : gamma 6.8873065 keV e- 596.68045 keV e+ 568.01052 keV Region(s) which use this couple : Calor-C Index : 12 used in the geometry : Yes recalculation needed : No Material : Water Range cuts : gamma 1 mm e- 1 mm e+ 1 mm - Energy thresholds : gamma 2.90186 keV e- 347.138 keV e+ 338.695 keV + Energy thresholds : gamma 2.9018564 keV e- 347.13789 keV e+ 338.6954 keV Region(s) which use this couple : Calor-C diff --git a/examples/novice/N07/include/ExN07CalorHit.hh b/examples/novice/N07/include/ExN07CalorHit.hh index 9809948be2..500d53407b 100644 --- a/examples/novice/N07/include/ExN07CalorHit.hh +++ b/examples/novice/N07/include/ExN07CalorHit.hh @@ -22,7 +22,7 @@ // // // $Id: ExN07CalorHit.hh,v 1.1 2003/03/10 01:43:35 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN07CalorHit_h diff --git a/examples/novice/N07/include/ExN07CalorimeterSD.hh b/examples/novice/N07/include/ExN07CalorimeterSD.hh index be1af667bc..b30a067ba6 100644 --- a/examples/novice/N07/include/ExN07CalorimeterSD.hh +++ b/examples/novice/N07/include/ExN07CalorimeterSD.hh @@ -22,7 +22,7 @@ // // // $Id: ExN07CalorimeterSD.hh,v 1.1 2003/03/10 01:43:35 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN07CalorimeterSD_h diff --git a/examples/novice/N07/include/ExN07DetectorConstruction.hh b/examples/novice/N07/include/ExN07DetectorConstruction.hh index 95f40d549b..c8631ed1d6 100644 --- a/examples/novice/N07/include/ExN07DetectorConstruction.hh +++ b/examples/novice/N07/include/ExN07DetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN07DetectorConstruction.hh,v 1.1 2003/03/10 01:43:35 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N07/include/ExN07DetectorMessenger.hh b/examples/novice/N07/include/ExN07DetectorMessenger.hh index 22289bbeb8..801d479957 100644 --- a/examples/novice/N07/include/ExN07DetectorMessenger.hh +++ b/examples/novice/N07/include/ExN07DetectorMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: ExN07DetectorMessenger.hh,v 1.2 2003/04/08 15:46:59 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN07DetectorMessenger_h diff --git a/examples/novice/N07/include/ExN07EventAction.hh b/examples/novice/N07/include/ExN07EventAction.hh index 62fe2abc88..c5306daf1f 100644 --- a/examples/novice/N07/include/ExN07EventAction.hh +++ b/examples/novice/N07/include/ExN07EventAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN07EventAction.hh,v 1.2 2003/04/08 15:47:00 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN07EventAction_h diff --git a/examples/novice/N07/include/ExN07GapParameterisation.hh b/examples/novice/N07/include/ExN07GapParameterisation.hh index b0c8a59bcf..72dea779bf 100644 --- a/examples/novice/N07/include/ExN07GapParameterisation.hh +++ b/examples/novice/N07/include/ExN07GapParameterisation.hh @@ -22,7 +22,7 @@ // // // $Id: ExN07GapParameterisation.hh,v 1.1 2003/03/10 01:43:35 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // A parameterisation that describes a series of boxes along Z diff --git a/examples/novice/N07/include/ExN07PhysicsList.hh b/examples/novice/N07/include/ExN07PhysicsList.hh index 5b7a23d00d..85c976a45f 100644 --- a/examples/novice/N07/include/ExN07PhysicsList.hh +++ b/examples/novice/N07/include/ExN07PhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: ExN07PhysicsList.hh,v 1.1 2003/03/10 01:43:35 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN07PhysicsList_h diff --git a/examples/novice/N07/include/ExN07PrimaryGeneratorAction.hh b/examples/novice/N07/include/ExN07PrimaryGeneratorAction.hh index 0db60bf212..ec0c4b8b47 100644 --- a/examples/novice/N07/include/ExN07PrimaryGeneratorAction.hh +++ b/examples/novice/N07/include/ExN07PrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN07PrimaryGeneratorAction.hh,v 1.1 2003/03/10 01:43:36 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN07PrimaryGeneratorAction_h diff --git a/examples/novice/N07/include/ExN07Run.hh b/examples/novice/N07/include/ExN07Run.hh index d58b49b803..bad3e98d15 100644 --- a/examples/novice/N07/include/ExN07Run.hh +++ b/examples/novice/N07/include/ExN07Run.hh @@ -22,7 +22,7 @@ // // // $Id: ExN07Run.hh,v 1.3 2003/04/09 23:20:58 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN07Run_h diff --git a/examples/novice/N07/include/ExN07RunAction.hh b/examples/novice/N07/include/ExN07RunAction.hh index be4dbe3108..196d78951d 100644 --- a/examples/novice/N07/include/ExN07RunAction.hh +++ b/examples/novice/N07/include/ExN07RunAction.hh @@ -22,7 +22,7 @@ // // // $Id: ExN07RunAction.hh,v 1.1 2003/03/10 01:43:36 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef ExN07RunAction_h diff --git a/examples/novice/N07/include/ExN07VisManager.hh b/examples/novice/N07/include/ExN07VisManager.hh index 8bb4e63051..cd2dd0819f 100644 --- a/examples/novice/N07/include/ExN07VisManager.hh +++ b/examples/novice/N07/include/ExN07VisManager.hh @@ -22,7 +22,7 @@ // // // $Id: ExN07VisManager.hh,v 1.1 2003/03/10 01:43:36 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N07/src/ExN07CalorHit.cc b/examples/novice/N07/src/ExN07CalorHit.cc index 71413df6f2..d02de99335 100644 --- a/examples/novice/N07/src/ExN07CalorHit.cc +++ b/examples/novice/N07/src/ExN07CalorHit.cc @@ -22,7 +22,7 @@ // // // $Id: ExN07CalorHit.cc,v 1.2 2003/05/21 22:01:17 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN07CalorHit.hh" diff --git a/examples/novice/N07/src/ExN07CalorimeterSD.cc b/examples/novice/N07/src/ExN07CalorimeterSD.cc index fea998bee1..bdf86bb55f 100644 --- a/examples/novice/N07/src/ExN07CalorimeterSD.cc +++ b/examples/novice/N07/src/ExN07CalorimeterSD.cc @@ -22,7 +22,7 @@ // // // $Id: ExN07CalorimeterSD.cc,v 1.2 2003/05/21 22:01:17 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN07CalorimeterSD.hh" diff --git a/examples/novice/N07/src/ExN07DetectorConstruction.cc b/examples/novice/N07/src/ExN07DetectorConstruction.cc index 38e2c7bc6d..054cd47fd3 100644 --- a/examples/novice/N07/src/ExN07DetectorConstruction.cc +++ b/examples/novice/N07/src/ExN07DetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN07DetectorConstruction.cc,v 1.3 2003/04/08 15:47:00 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/examples/novice/N07/src/ExN07DetectorMessenger.cc b/examples/novice/N07/src/ExN07DetectorMessenger.cc index fb3d51cc06..cb07d510fa 100644 --- a/examples/novice/N07/src/ExN07DetectorMessenger.cc +++ b/examples/novice/N07/src/ExN07DetectorMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: ExN07DetectorMessenger.cc,v 1.2 2003/04/08 15:47:00 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN07DetectorMessenger.hh" diff --git a/examples/novice/N07/src/ExN07EventAction.cc b/examples/novice/N07/src/ExN07EventAction.cc index f67829ee7c..bb5341e89c 100644 --- a/examples/novice/N07/src/ExN07EventAction.cc +++ b/examples/novice/N07/src/ExN07EventAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN07EventAction.cc,v 1.5 2003/06/16 16:50:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN07EventAction.hh" diff --git a/examples/novice/N07/src/ExN07GapParameterisation.cc b/examples/novice/N07/src/ExN07GapParameterisation.cc index 884e2d03dc..bbdd905620 100644 --- a/examples/novice/N07/src/ExN07GapParameterisation.cc +++ b/examples/novice/N07/src/ExN07GapParameterisation.cc @@ -22,7 +22,7 @@ // // // $Id: ExN07GapParameterisation.cc,v 1.2 2003/05/28 11:24:35 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN07GapParameterisation.hh" diff --git a/examples/novice/N07/src/ExN07PhysicsList.cc b/examples/novice/N07/src/ExN07PhysicsList.cc index 5fecfc5d69..efda043f53 100644 --- a/examples/novice/N07/src/ExN07PhysicsList.cc +++ b/examples/novice/N07/src/ExN07PhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: ExN07PhysicsList.cc,v 1.4 2003/10/24 12:42:10 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "ExN07PhysicsList.hh" diff --git a/examples/novice/N07/src/ExN07PrimaryGeneratorAction.cc b/examples/novice/N07/src/ExN07PrimaryGeneratorAction.cc index 3e07975674..39827ae1cf 100644 --- a/examples/novice/N07/src/ExN07PrimaryGeneratorAction.cc +++ b/examples/novice/N07/src/ExN07PrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN07PrimaryGeneratorAction.cc,v 1.1 2003/03/10 01:43:36 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN07PrimaryGeneratorAction.hh" diff --git a/examples/novice/N07/src/ExN07Run.cc b/examples/novice/N07/src/ExN07Run.cc index e4d2a2060e..a6d7bd4f81 100644 --- a/examples/novice/N07/src/ExN07Run.cc +++ b/examples/novice/N07/src/ExN07Run.cc @@ -22,7 +22,7 @@ // // // $Id: ExN07Run.cc,v 1.3 2003/04/09 23:20:59 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN07Run.hh" diff --git a/examples/novice/N07/src/ExN07RunAction.cc b/examples/novice/N07/src/ExN07RunAction.cc index 5a5b921fdd..393d107b3e 100644 --- a/examples/novice/N07/src/ExN07RunAction.cc +++ b/examples/novice/N07/src/ExN07RunAction.cc @@ -22,7 +22,7 @@ // // // $Id: ExN07RunAction.cc,v 1.3 2003/04/09 23:20:59 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "ExN07RunAction.hh" diff --git a/examples/novice/N07/src/ExN07VisManager.cc b/examples/novice/N07/src/ExN07VisManager.cc index e30de99a2f..04be82aa81 100755 --- a/examples/novice/N07/src/ExN07VisManager.cc +++ b/examples/novice/N07/src/ExN07VisManager.cc @@ -22,7 +22,7 @@ // // // $Id: ExN07VisManager.cc,v 1.2 2003/11/13 15:11:55 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifdef G4VIS_USE diff --git a/hadronic_lists/History b/hadronic_lists/History index 0ce2c43915..71d7b810bd 100644 --- a/hadronic_lists/History +++ b/hadronic_lists/History @@ -1,4 +1,4 @@ -$Id: History,v 1.3 2003/12/05 07:33:05 gcosmo Exp $ +$Id: History,v 1.4 2004/03/25 17:34:13 gcosmo Exp $ ------------------------------------------------------------------- ========================================================= @@ -15,6 +15,9 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +25.04.2004, G.Cosmo - ghad-lists-V06-00-00 +- Updated lists to package 4.1 (H.P.Wellisch). + 05.12.2003, G.Cosmo - ghad-lists-V05-02-01 - Changed LISTS_BASE to G4LISTS_BASE. diff --git a/hadronic_lists/lists/FTFC/include/FTFC.icc b/hadronic_lists/lists/FTFC/include/FTFC.icc index 2420a2fa66..f795d0c447 100644 --- a/hadronic_lists/lists/FTFC/include/FTFC.icc +++ b/hadronic_lists/lists/FTFC/include/FTFC.icc @@ -48,7 +48,7 @@ template TFTFC::TFTFC(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: FTFC 2.7"< + + + + + + + +  +
    + + + + + +
    +


    +The FTFC physics list. +

    +
    +Click + here to down-load the source code of FTFC + Version 2.7 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The FTFC physics list models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/FTFC/templ.html b/hadronic_lists/lists/FTFC/templ.html new file mode 100644 index 0000000000..27966ca977 --- /dev/null +++ b/hadronic_lists/lists/FTFC/templ.html @@ -0,0 +1,52 @@ + + + + + + + + +  +
    + + + + + +
    +


    +The @@@ physics list. +

    +
    +Click + here to down-load the source code of @@@ Version @.@ +
    +Click + here to down-load the Packaging re-use library 1.2 +

    + The LHEP physics list models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/FTFP/include/FTFP.icc b/hadronic_lists/lists/FTFP/include/FTFP.icc index da56cc14f5..576f92fc7f 100644 --- a/hadronic_lists/lists/FTFP/include/FTFP.icc +++ b/hadronic_lists/lists/FTFP/include/FTFP.icc @@ -46,7 +46,7 @@ template TFTFP::TFTFP(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: FTFP 2.7"< + + + + + + + +  +
    + + + + + +
    +


    +The FTFP physics list. +

    +
    +Click + here to down-load the source code of FTFP + Version 2.7 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The FTFP physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/GNUmakefile b/hadronic_lists/lists/GNUmakefile index 5002170c2b..af13b3b51d 100644 --- a/hadronic_lists/lists/GNUmakefile +++ b/hadronic_lists/lists/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.1.1.1 2003/12/01 10:50:22 hpw Exp $ +# $Id: GNUmakefile,v 1.1.1.2 2004/03/25 16:42:11 hpw Exp $ # ----------------------------------------------------------------- SUBDIR1 = FTFC FTFP LBE LHEP LHEP_GN LHEP_HP LHEP_LEAD LHEP_LEAD_HP LHEP_PRECO QGSP_BERT diff --git a/hadronic_lists/lists/LBE/GNUmakefile b/hadronic_lists/lists/LBE/GNUmakefile index 289b2fa4c4..15a2bec70e 100644 --- a/hadronic_lists/lists/LBE/GNUmakefile +++ b/hadronic_lists/lists/LBE/GNUmakefile @@ -1,3 +1,2 @@ name := LBE include ../common.gmk - diff --git a/hadronic_lists/lists/LBE/include/LBE.hh b/hadronic_lists/lists/LBE/include/LBE.hh index 45d407859f..97364b1a6d 100644 --- a/hadronic_lists/lists/LBE/include/LBE.hh +++ b/hadronic_lists/lists/LBE/include/LBE.hh @@ -42,6 +42,7 @@ #include "G4VUserPhysicsList.hh" #include "globals.hh" #include "CompileTimeConstraints.hh" +#include "G4VModularPhysicsList.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/hadronic_lists/lists/LBE/include/LBE.icc b/hadronic_lists/lists/LBE/include/LBE.icc index 09c1001985..7449fca838 100644 --- a/hadronic_lists/lists/LBE/include/LBE.icc +++ b/hadronic_lists/lists/LBE/include/LBE.icc @@ -64,7 +64,7 @@ template TLBE::TLBE() : G4VUserPhysicsList() { G4DataQuestionaire it(photon, lowenergy, neutron, radioactive); - G4cout << "You are using the simulation engine: LBE 5.2"< + + + + + + + +  +
    + + + + + +
    +


    +The LBE physics list. +

    +
    +Click + here to down-load the source code of LBE + Version 5.2 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The LBE physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/LBE/src/MaxTimeCuts.cc b/hadronic_lists/lists/LBE/src/MaxTimeCuts.cc index 2711915105..dcd1fcd108 100644 --- a/hadronic_lists/lists/LBE/src/MaxTimeCuts.cc +++ b/hadronic_lists/lists/LBE/src/MaxTimeCuts.cc @@ -55,8 +55,7 @@ MaxTimeCuts::MaxTimeCuts(const G4String& aName) MaxTimeCuts::~MaxTimeCuts() {} -MaxTimeCuts::MaxTimeCuts(MaxTimeCuts&) - : SpecialCuts() +MaxTimeCuts::MaxTimeCuts(MaxTimeCuts& ) : SpecialCuts() {} diff --git a/hadronic_lists/lists/LBE/src/MinEkineCuts.cc b/hadronic_lists/lists/LBE/src/MinEkineCuts.cc index 171edae9e7..fc67468b4a 100644 --- a/hadronic_lists/lists/LBE/src/MinEkineCuts.cc +++ b/hadronic_lists/lists/LBE/src/MinEkineCuts.cc @@ -21,8 +21,7 @@ // ******************************************************************** // // -// $Id: MinEkineCuts.cc,v 1.2 2003/12/04 16:25:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-01 $ // // // -------------------------------------------------------------- @@ -50,8 +49,7 @@ MinEkineCuts::MinEkineCuts(const G4String& aName) MinEkineCuts::~MinEkineCuts() {} -MinEkineCuts::MinEkineCuts(MinEkineCuts&) - : SpecialCuts() +MinEkineCuts::MinEkineCuts(MinEkineCuts& ) : SpecialCuts() {} diff --git a/hadronic_lists/lists/LBE/src/SpecialCuts.cc b/hadronic_lists/lists/LBE/src/SpecialCuts.cc index 3b4d31b8d3..4201bc6122 100644 --- a/hadronic_lists/lists/LBE/src/SpecialCuts.cc +++ b/hadronic_lists/lists/LBE/src/SpecialCuts.cc @@ -68,9 +68,9 @@ G4VParticleChange* SpecialCuts::PostStepDoIt( } G4double SpecialCuts::PostStepGetPhysicalInteractionLength( - const G4Track&, - G4double, - G4ForceCondition* + const G4Track& /* track*/, + G4double /* previousStepSize */, + G4ForceCondition* /* condition */ ) { return DBL_MAX; diff --git a/hadronic_lists/lists/LHEP/include/LHEP.icc b/hadronic_lists/lists/LHEP/include/LHEP.icc index 07e6cae514..eaf01f3b02 100644 --- a/hadronic_lists/lists/LHEP/include/LHEP.icc +++ b/hadronic_lists/lists/LHEP/include/LHEP.icc @@ -46,7 +46,7 @@ template TLHEP::TLHEP(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: LHEP 3.6"< + + + + + + + +  +
    + + + + + +
    +


    +The LHEP physics list. +

    +
    +Click + here to down-load the source code of + LHEP Version 3.6 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The LHEP physics list models and cross-section: +
      +
    • + The cross-section used by the LHEP list are the default geant4 cross-sections. + No special data sets are applied to keep performance at its maximum. + Verification plots for these cross-sections can be found + here. + +
    • + The model used for elastic scattering is the G4LElastic model. It models the + scattering angle based on a two slope parametrization. + Verification plots for this can be found + here. +
    • + The models used for inelastic scattering are the LEP and HEP parametrized + models. The modeling parametrizes the final states individual inelastic reactions, so you will not see + resonances, and the detailed secondary angular distributions for O(100MeV) reactions may not be described + perfectly. The average quantities will be well described. + Verification plots for this can be found + here. +
    • + The models used for hadronic interactions of + stopping particles are a direct re-write from geant3.21. + In the case of mu- absorption, the particles from the electromagnetic + cascading prior to capture are taken into account in addition. Capture is in + competition with decay, and effects of the electromagnetic + binding on mu- decay have been added. + Verification plots can be found + here. +
    • + The electromagnetic physics used is the 'standard' geant4 + electromagnetic physics. A production threshold of 0.7mm is applied. + Please refere to the pages of the electromagnetic working group for + verification results of these processes. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/LHEP/templ.html b/hadronic_lists/lists/LHEP/templ.html new file mode 100644 index 0000000000..27966ca977 --- /dev/null +++ b/hadronic_lists/lists/LHEP/templ.html @@ -0,0 +1,52 @@ + + + + + + + + +  +
    + + + + + +
    +


    +The @@@ physics list. +

    +
    +Click + here to down-load the source code of @@@ Version @.@ +
    +Click + here to down-load the Packaging re-use library 1.2 +

    + The LHEP physics list models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/LHEP_BERT/include/LHEP_BERT.icc b/hadronic_lists/lists/LHEP_BERT/include/LHEP_BERT.icc index d45e9c70d9..62b04b6cc6 100644 --- a/hadronic_lists/lists/LHEP_BERT/include/LHEP_BERT.icc +++ b/hadronic_lists/lists/LHEP_BERT/include/LHEP_BERT.icc @@ -48,7 +48,7 @@ template TLHEP_BERT::TLHEP_BERT(): T() // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: LHEP_BERT 1.0"< + + + + + + + +  +
    + + + + + +
    +


    +The LHEP_BERT physics list. +

    +
    +Click + here to down-load the source code of LHEP_BERT + Version 1.0 +
    +Click + here to down-load the Packaging re-use library 2.3. +

    + The LHEP_BERT physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/LHEP_BERT/src/HadronPhysicsLHEP_BERT.cc b/hadronic_lists/lists/LHEP_BERT/src/HadronPhysicsLHEP_BERT.cc index cec2298ed5..499d1dceae 100644 --- a/hadronic_lists/lists/LHEP_BERT/src/HadronPhysicsLHEP_BERT.cc +++ b/hadronic_lists/lists/LHEP_BERT/src/HadronPhysicsLHEP_BERT.cc @@ -37,18 +37,18 @@ HadronPhysicsLHEP_BERT::HadronPhysicsLHEP_BERT(const G4String& name) { theNeutrons.RegisterMe(&theLHEPNeutron); theNeutrons.RegisterMe(&theBertiniNeutron); - theLHEPNeutron.SetMinInelasticEnergy(2.8*GeV); - theBertiniNeutron.SetMaxEnergy(3.2*GeV); + theLHEPNeutron.SetMinInelasticEnergy(9.5*GeV); + theBertiniNeutron.SetMaxEnergy(9.9*GeV); thePro.RegisterMe(&theLHEPPro); thePro.RegisterMe(&theBertiniPro); - theLHEPPro.SetMinEnergy(2.8*GeV); - theBertiniPro.SetMaxEnergy(3.2*GeV); + theLHEPPro.SetMinEnergy(9.5*GeV); + theBertiniPro.SetMaxEnergy(9.9*GeV); thePiK.RegisterMe(&theLHEPPiK); thePiK.RegisterMe(&theBertiniPiK); - theLHEPPiK.SetMinPionEnergy(2.8*GeV); - theBertiniPiK.SetMaxEnergy(3.2*GeV); + theLHEPPiK.SetMinPionEnergy(9.5*GeV); + theBertiniPiK.SetMaxEnergy(9.9*GeV); } diff --git a/hadronic_lists/lists/LHEP_BERT_HP/include/HadronPhysicsLHEP_BERT_HP.hh b/hadronic_lists/lists/LHEP_BERT_HP/include/HadronPhysicsLHEP_BERT_HP.hh index 86323c5066..9f5337736c 100644 --- a/hadronic_lists/lists/LHEP_BERT_HP/include/HadronPhysicsLHEP_BERT_HP.hh +++ b/hadronic_lists/lists/LHEP_BERT_HP/include/HadronPhysicsLHEP_BERT_HP.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -#ifndef HadronPhysicsLHEP_BIC_h -#define HadronPhysicsLHEP_BIC_h 1 +#ifndef HadronPhysicsLHEP_BERT_HP_h +#define HadronPhysicsLHEP_BERT_HP_h 1 #include "globals.hh" #include "G4ios.hh" diff --git a/hadronic_lists/lists/LHEP_BERT_HP/include/LHEP_BERT_HP.icc b/hadronic_lists/lists/LHEP_BERT_HP/include/LHEP_BERT_HP.icc index a423057814..31970ab94f 100644 --- a/hadronic_lists/lists/LHEP_BERT_HP/include/LHEP_BERT_HP.icc +++ b/hadronic_lists/lists/LHEP_BERT_HP/include/LHEP_BERT_HP.icc @@ -46,7 +46,7 @@ template TLHEP_BERT_HP::TLHEP_BERT_HP(): T() { G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: LHEP_BERT_HP 1.0"< TLHEP_BERT_HP::~TLHEP_BERT_HP() template void TLHEP_BERT_HP::SetCuts() { if (verboseLevel >1){ - G4cout << "LHEP_BIC::SetCuts:"; + G4cout << "LHEP_BERT_HP::SetCuts:"; } // " G4VUserPhysicsList::SetCutsWithDefault" method sets // the default cut value for all particle types diff --git a/hadronic_lists/lists/LHEP_BERT_HP/src/HadronPhysicsLHEP_BERT_HP.cc b/hadronic_lists/lists/LHEP_BERT_HP/src/HadronPhysicsLHEP_BERT_HP.cc index 3c98bc007c..d2c9f5b13e 100644 --- a/hadronic_lists/lists/LHEP_BERT_HP/src/HadronPhysicsLHEP_BERT_HP.cc +++ b/hadronic_lists/lists/LHEP_BERT_HP/src/HadronPhysicsLHEP_BERT_HP.cc @@ -39,14 +39,14 @@ HadronPhysicsLHEP_BERT_HP::HadronPhysicsLHEP_BERT_HP(const G4String& name) theNeutrons.RegisterMe(&theBertiniNeutron); theNeutrons.RegisterMe(&theHPNeutron); theLHEPNeutron.SetMinEnergy(19.9*MeV); - theLHEPNeutron.SetMinInelasticEnergy(2.8*GeV); - theBertiniNeutron.SetMaxEnergy(3.2*GeV); + theLHEPNeutron.SetMinInelasticEnergy(9.5*GeV); + theBertiniNeutron.SetMaxEnergy(9.9*GeV); theBertiniNeutron.SetMinEnergy(19.9*MeV); thePro.RegisterMe(&theLHEPPro); thePro.RegisterMe(&theBertiniPro); - theLHEPPro.SetMinEnergy(2.8*GeV); - theBertiniPro.SetMaxEnergy(3.2*GeV); + theLHEPPro.SetMinEnergy(9.5*GeV); + theBertiniPro.SetMaxEnergy(9.9*GeV); thePiK.RegisterMe(&theLHEPPiK); diff --git a/hadronic_lists/lists/LHEP_BIC/include/LHEP_BIC.icc b/hadronic_lists/lists/LHEP_BIC/include/LHEP_BIC.icc index 2fc7762efd..e727b5b680 100644 --- a/hadronic_lists/lists/LHEP_BIC/include/LHEP_BIC.icc +++ b/hadronic_lists/lists/LHEP_BIC/include/LHEP_BIC.icc @@ -48,7 +48,7 @@ template TLHEP_BIC::TLHEP_BIC(): T() // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: LHEP_BIC 1.0"< + + + + + + + +  +
    + + + + + +
    +


    +The LHEP_BIC physics list. +

    +
    +Click + here to down-load the source code of LHEP_BIC + Version 1.0 +
    +Click + here to down-load the Packaging re-use library 2.3. +

    + The LHEP_BIC physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/LHEP_BIC/src/HadronPhysicsLHEP_BIC.cc b/hadronic_lists/lists/LHEP_BIC/src/HadronPhysicsLHEP_BIC.cc index 40f10d5e17..2b8a4e4b0b 100644 --- a/hadronic_lists/lists/LHEP_BIC/src/HadronPhysicsLHEP_BIC.cc +++ b/hadronic_lists/lists/LHEP_BIC/src/HadronPhysicsLHEP_BIC.cc @@ -37,13 +37,13 @@ HadronPhysicsLHEP_BIC::HadronPhysicsLHEP_BIC(const G4String& name) { theNeutrons.RegisterMe(&theLHEPNeutron); theNeutrons.RegisterMe(&theBinaryNeutron); - theLHEPNeutron.SetMinInelasticEnergy(2.8*GeV); - theBinaryNeutron.SetMaxEnergy(3.2*GeV); + theLHEPNeutron.SetMinInelasticEnergy(9.5*GeV); + theBinaryNeutron.SetMaxEnergy(9.9*GeV); thePro.RegisterMe(&theLHEPPro); thePro.RegisterMe(&theBinaryPro); - theLHEPPro.SetMinEnergy(2.8*GeV); - theBinaryPro.SetMaxEnergy(3.2*GeV); + theLHEPPro.SetMinEnergy(9.5*GeV); + theBinaryPro.SetMaxEnergy(9.9*GeV); thePiK.RegisterMe(&theLHEPPiK); diff --git a/hadronic_lists/lists/LHEP_BIC_HP/include/HadronPhysicsLHEP_BIC_HP.hh b/hadronic_lists/lists/LHEP_BIC_HP/include/HadronPhysicsLHEP_BIC_HP.hh index 944681a57f..eb0ea6fa0d 100644 --- a/hadronic_lists/lists/LHEP_BIC_HP/include/HadronPhysicsLHEP_BIC_HP.hh +++ b/hadronic_lists/lists/LHEP_BIC_HP/include/HadronPhysicsLHEP_BIC_HP.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -#ifndef HadronPhysicsLHEP_BIC_h -#define HadronPhysicsLHEP_BIC_h 1 +#ifndef HadronPhysicsLHEP_BIC_HP_h +#define HadronPhysicsLHEP_BIC_HP_h 1 #include "globals.hh" #include "G4ios.hh" diff --git a/hadronic_lists/lists/LHEP_BIC_HP/include/LHEP_BIC_HP.icc b/hadronic_lists/lists/LHEP_BIC_HP/include/LHEP_BIC_HP.icc index 8d4307921f..89a2175ca3 100644 --- a/hadronic_lists/lists/LHEP_BIC_HP/include/LHEP_BIC_HP.icc +++ b/hadronic_lists/lists/LHEP_BIC_HP/include/LHEP_BIC_HP.icc @@ -48,7 +48,7 @@ template TLHEP_BIC_HP::TLHEP_BIC_HP(): T() // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: LHEP_BIC_HP 1.0"< TLHEP_GN::TLHEP_GN(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: LHEP_GN 2.4"< + + + + + + + +  +
    + + + + + +
    +


    +The LHEP_GN physics list. +

    +
    +Click + here to down-load the source code of LHEP_GN + Version 2.4 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The LHEP_GN physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/LHEP_HP/include/LHEP_HP.icc b/hadronic_lists/lists/LHEP_HP/include/LHEP_HP.icc index 84e62a5462..460be0d6cc 100644 --- a/hadronic_lists/lists/LHEP_HP/include/LHEP_HP.icc +++ b/hadronic_lists/lists/LHEP_HP/include/LHEP_HP.icc @@ -46,7 +46,7 @@ template TLHEP_HP::TLHEP_HP(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon, neutron); - G4cout << "You are using the simulation engine: LHEP_HP 1.6"< + + + + + + + +  +
    + + + + + +
    +


    +The LHEP_HP physics list. +

    +
    +Click + here to down-load the source code of LHEP_HP + Version 1.6 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The LHEP_HP physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/LHEP_LEAD/include/LHEP_LEAD.icc b/hadronic_lists/lists/LHEP_LEAD/include/LHEP_LEAD.icc index 850228047d..fbe0b7e321 100644 --- a/hadronic_lists/lists/LHEP_LEAD/include/LHEP_LEAD.icc +++ b/hadronic_lists/lists/LHEP_LEAD/include/LHEP_LEAD.icc @@ -46,7 +46,7 @@ template TLHEP_LEAD::TLHEP_LEAD(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: LHEP_LEAD 1.4"< + + + + + + + +  +
    + + + + + +
    +


    +The LHEP_LEAD physics list. +

    +
    +Click + here to down-load the source code of LHEP_LEAD + Version 1.4 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The LHEP_LEAD physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/LHEP_LEAD_HP/include/LHEP_LEAD_HP.icc b/hadronic_lists/lists/LHEP_LEAD_HP/include/LHEP_LEAD_HP.icc index 1f4a0fea56..9b1f75eed5 100644 --- a/hadronic_lists/lists/LHEP_LEAD_HP/include/LHEP_LEAD_HP.icc +++ b/hadronic_lists/lists/LHEP_LEAD_HP/include/LHEP_LEAD_HP.icc @@ -46,7 +46,7 @@ template TLHEP_LEAD_HP::TLHEP_LEAD_HP(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon, neutron); - G4cout << "You are using the simulation engine: LHEP_LEAD_HP 1.5"< + + + + + + + +  +
    + + + + + +
    +


    +The LHEP_LEAD_HP physics list. +

    +
    +Click + here to down-load the + source code of LHEP_LEAD_HP Version 1.5 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The LHEP_LEAD_HP physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/LHEP_PRECO/include/LHEP_PRECO.icc b/hadronic_lists/lists/LHEP_PRECO/include/LHEP_PRECO.icc index 739af266ea..b880cb55bb 100644 --- a/hadronic_lists/lists/LHEP_PRECO/include/LHEP_PRECO.icc +++ b/hadronic_lists/lists/LHEP_PRECO/include/LHEP_PRECO.icc @@ -46,7 +46,7 @@ template TLHEP_PRECO::TLHEP_PRECO(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: LHEP_PRECO 2.6"< + + + + + + + +  +
    + + + + + +
    +


    +The LHEP_PRECO physics list. +

    +
    +Click + here to down-load the source code of + LHEP_PRECO Version 2.6 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The LHEP_PRECO physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/LHEP_PRECO_HP/include/LHEP_PRECO_HP.icc b/hadronic_lists/lists/LHEP_PRECO_HP/include/LHEP_PRECO_HP.icc index a663a6dc60..d84eef9b9e 100644 --- a/hadronic_lists/lists/LHEP_PRECO_HP/include/LHEP_PRECO_HP.icc +++ b/hadronic_lists/lists/LHEP_PRECO_HP/include/LHEP_PRECO_HP.icc @@ -46,7 +46,7 @@ template TLHEP_PRECO_HP::TLHEP_PRECO_HP(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon, neutron); - G4cout << "You are using the simulation engine: LHEP_PRECO_HP 2.4"< + + + + + + + +  +
    + + + + + +
    +


    +The LHEP_PRECO_HP physics list. +

    +
    +Click + here to down-load the source code of + LHEP_PRECO_HP Version 2.4 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The LHEP_PRECO_HP physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/examples/advanced/lAr_calorimeter/include/FCALPhysicsList.hh b/hadronic_lists/lists/Packaging/include/G4BinaryPiKBuilder.hh similarity index 54% rename from examples/advanced/lAr_calorimeter/include/FCALPhysicsList.hh rename to hadronic_lists/lists/Packaging/include/G4BinaryPiKBuilder.hh index f4467832dd..67cdb84f04 100644 --- a/examples/advanced/lAr_calorimeter/include/FCALPhysicsList.hh +++ b/hadronic_lists/lists/Packaging/include/G4BinaryPiKBuilder.hh @@ -20,58 +20,47 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: FCALPhysicsList.hh,v 1.7 2003/12/09 15:30:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ -// +#ifndef G4BinaryPiKBuilder_h +#define G4BinaryPiKBuilder_h 1 -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -#ifndef FCALPhysicsList_h -#define FCALPhysicsList_h 1 - -#include "G4VUserPhysicsList.hh" #include "globals.hh" -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... +#include "G4HadronElasticProcess.hh" +#include "G4HadronFissionProcess.hh" +#include "G4HadronCaptureProcess.hh" +#include "G4NeutronInelasticProcess.hh" +#include "G4VPiKBuilder.hh" -class FCALPhysicsList: public G4VUserPhysicsList +#include "G4PiNuclearCrossSection.hh" +#include "G4BinaryCascade.hh" + +class G4BinaryPiKBuilder : public G4VPiKBuilder { - public: - FCALPhysicsList(); - ~FCALPhysicsList(); + public: + G4BinaryPiKBuilder(); + virtual ~G4BinaryPiKBuilder(); - protected: - // Construct particle and physics - void ConstructParticle(); - void ConstructProcess(); - - void SetCuts(); - - public: - // Set/Get cut values - void SetCutForGamma(G4double); - void SetCutForElectron(G4double); - G4double GetCutForGamma() const; - G4double GetCutForElectron() const; + public: + virtual void Build(G4HadronElasticProcess & aP); + virtual void Build(G4PionPlusInelasticProcess & aP); + virtual void Build(G4PionMinusInelasticProcess & aP); + virtual void Build(G4KaonPlusInelasticProcess & aP); + virtual void Build(G4KaonMinusInelasticProcess & aP); + virtual void Build(G4KaonZeroLInelasticProcess & aP); + virtual void Build(G4KaonZeroSInelasticProcess & aP); - protected: - // these methods Construct particles - void ConstructBosons(); - void ConstructLeptons(); - void ConstructMesons(); - void ConstructBaryons(); - - protected: - // these methods Construct physics processes and register them - void ConstructGeneral(); - void ConstructEM(); + void SetMinEnergy(G4double aM) {theMin = aM;} + void SetMaxEnergy(G4double aM) {theMax = aM;} private: - G4double cutForGamma; - G4double cutForElectron; - G4double currentDefaultCut; + G4PiNuclearCrossSection thePiData; + G4BinaryCascade * theModel; + G4double theMin; + G4double theMax; + }; +// 2002 by J.P. Wellisch + #endif diff --git a/hadronic_lists/lists/Packaging/include/G4BinaryProtonBuilder.hh b/hadronic_lists/lists/Packaging/include/G4BinaryProtonBuilder.hh index 5dec83ea1e..37afe49713 100644 --- a/hadronic_lists/lists/Packaging/include/G4BinaryProtonBuilder.hh +++ b/hadronic_lists/lists/Packaging/include/G4BinaryProtonBuilder.hh @@ -52,7 +52,6 @@ class G4BinaryProtonBuilder : public G4VProtonBuilder G4BinaryCascade * theModel; G4double theMin; G4double theMax; - }; // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/include/G4DataQuestionaire.hh b/hadronic_lists/lists/Packaging/include/G4DataQuestionaire.hh index b59759c0db..cb6f2804f9 100644 --- a/hadronic_lists/lists/Packaging/include/G4DataQuestionaire.hh +++ b/hadronic_lists/lists/Packaging/include/G4DataQuestionaire.hh @@ -36,7 +36,7 @@ class G4DataQuestionaire G4DataQuestionaire(G4DataType t1=no, G4DataType t2=no, G4DataType t3=no, G4DataType t4=no) { G4cout < theStringModel; G4QGSMFragmentation theFragmentation; G4ExcitedStringDecay * theStringDecay; diff --git a/hadronic_lists/lists/Packaging/include/G4FTFCProtonBuilder.hh b/hadronic_lists/lists/Packaging/include/G4FTFCProtonBuilder.hh index 7335c8c974..67e4328a0c 100644 --- a/hadronic_lists/lists/Packaging/include/G4FTFCProtonBuilder.hh +++ b/hadronic_lists/lists/Packaging/include/G4FTFCProtonBuilder.hh @@ -44,10 +44,10 @@ class G4FTFCProtonBuilder : public G4VProtonBuilder { public: G4FTFCProtonBuilder(); - virtual ~G4FTFCProtonBuilder(); + virtual ~G4FTFCProtonBuilder(){}; public: - virtual void Build(G4HadronElasticProcess & aP); + virtual void Build(G4HadronElasticProcess & ){}; virtual void Build(G4ProtonInelasticProcess & aP); void SetMinEnergy(G4double aM) {theMin = aM;} @@ -55,10 +55,6 @@ class G4FTFCProtonBuilder : public G4VProtonBuilder private: G4ProtonInelasticCrossSection theXSec; G4TheoFSGenerator * theModel; - G4StringChipsParticleLevelInterface * theCascade; - G4FTFModel theStringModel; - G4LundStringFragmentation theFragmentation; - G4ExcitedStringDecay * theStringDecay; G4double theMin; }; diff --git a/hadronic_lists/lists/Packaging/include/G4FTFPPiKBuilder.hh b/hadronic_lists/lists/Packaging/include/G4FTFPPiKBuilder.hh index f8d1d6c27b..f4f81441b6 100644 --- a/hadronic_lists/lists/Packaging/include/G4FTFPPiKBuilder.hh +++ b/hadronic_lists/lists/Packaging/include/G4FTFPPiKBuilder.hh @@ -60,7 +60,7 @@ class G4FTFPPiKBuilder : public G4VPiKBuilder private: G4PiNuclearCrossSection thePiData; - G4TheoFSGenerator * theModel; + G4TheoFSGenerator * theModel; G4ExcitationHandler theHandler; G4PreCompoundModel * thePreEquilib; G4GeneratorPrecompoundInterface * theCascade; diff --git a/hadronic_lists/lists/Packaging/include/G4HadronQEDBuilder.hh b/hadronic_lists/lists/Packaging/include/G4HadronQEDBuilder.hh index 4a00ab8cbe..1598562e30 100644 --- a/hadronic_lists/lists/Packaging/include/G4HadronQEDBuilder.hh +++ b/hadronic_lists/lists/Packaging/include/G4HadronQEDBuilder.hh @@ -30,6 +30,23 @@ #include "G4hIonisation.hh" #include "G4ProcessManager.hh" +#include "G4Proton.hh" +#include "G4AntiProton.hh" +#include "G4PionPlus.hh" +#include "G4PionMinus.hh" +#include "G4KaonPlus.hh" +#include "G4KaonMinus.hh" +#include "G4SigmaMinus.hh" +#include "G4AntiSigmaMinus.hh" +#include "G4SigmaPlus.hh" +#include "G4AntiSigmaPlus.hh" +#include "G4XiMinus.hh" +#include "G4AntiXiMinus.hh" +#include "G4OmegaMinus.hh" +#include "G4AntiOmegaMinus.hh" +#include "plist.tmp" +#include "ParticleCodeMap.hh" + class G4HadronQEDBuilder { public: @@ -41,68 +58,54 @@ class G4HadronQEDBuilder private: void RegisterOne(G4ProcessManager* aP, G4MultipleScattering * aM, G4hIonisation* aI); - void RemoveOne(G4ProcessManager* aP, G4MultipleScattering * aM, G4hIonisation* aI); - private: - - // Pi + - G4MultipleScattering thePionPlusMult; - G4hIonisation thePionPlusIonisation; - - // Pi - - G4MultipleScattering thePionMinusMult; - G4hIonisation thePionMinusIonisation; - - // K + - G4MultipleScattering theKaonPlusMult; - G4hIonisation theKaonPlusIonisation; - - // K - - G4MultipleScattering theKaonMinusMult; - G4hIonisation theKaonMinusIonisation; - - // Proton - G4MultipleScattering theProtonMult; - G4hIonisation theProtonIonisation; - - // anti-proton - G4MultipleScattering theAntiProtonMult; - G4hIonisation theAntiProtonIonisation; - - // SigmaMinus - G4MultipleScattering theSigmaMinusMult; - G4hIonisation theSigmaMinusIonisation; - - // AntiSigmaMinus - G4MultipleScattering theAntiSigmaMinusMult; - G4hIonisation theAntiSigmaMinusIonisation; + public: // to get gcc 2.95 satisfied... + typedef Plist theParticles; + + typedef std::pair > entryType; - // SigmaPlus - G4MultipleScattering theSigmaPlusMult; - G4hIonisation theSigmaPlusIonisation; - - // AntiSigmaPlus - G4MultipleScattering theAntiSigmaPlusMult; - G4hIonisation theAntiSigmaPlusIonisation; - - // XiMinus - G4MultipleScattering theXiMinusMult; - G4hIonisation theXiMinusIonisation; - - // AntiXiMinus - G4MultipleScattering theAntiXiMinusMult; - G4hIonisation theAntiXiMinusIonisation; - - // OmegaMinus - G4MultipleScattering theOmegaMinusMult; - G4hIonisation theOmegaMinusIonisation; - - // AntiOmegaMinus - G4MultipleScattering theAntiOmegaMinusMult; - G4hIonisation theAntiOmegaMinusIonisation; + static std::vector< entryType > & theCache() + { + static std::vector< entryType > cache; + return cache; + } + private: G4bool wasActivated; + struct Clear + { void operator () (entryType & aE) + { + G4ProcessManager * aP = aE.first->GetProcessManager(); + if(aP) aP->RemoveProcess(aE.second.first); + if(aP) aP->RemoveProcess(aE.second.second); + } + }; + + struct Register + { + template + struct Fun // to get gcc 2.95 satisfied... + { + void operator()() + { + G4ParticleDefinition * aPart = + G4ParticleTable::GetParticleTable()->FindParticle(ParticleCodeMap::PDG_CODE); + G4cout << aPart< Calling for "<GetParticleName()<GetProcessManager(); + G4hIonisation * aI = new G4hIonisation; + G4MultipleScattering * aM = new G4MultipleScattering; + aP->AddProcess(aI, ordInActive,2, 2); + aP->AddProcess(aM); + aP->SetProcessOrdering(aM, idxAlongStep, 1); + aP->SetProcessOrdering(aM, idxPostStep, 1); + G4HadronQEDBuilder::theCache().push_back(std::make_pair(aPart, std::pair(aM, aI) ) ); + } + }; + }; }; // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/include/G4LEADNeutronBuilder.hh b/hadronic_lists/lists/Packaging/include/G4LEADNeutronBuilder.hh index b043d4e9c8..31569d2ff3 100644 --- a/hadronic_lists/lists/Packaging/include/G4LEADNeutronBuilder.hh +++ b/hadronic_lists/lists/Packaging/include/G4LEADNeutronBuilder.hh @@ -49,8 +49,8 @@ class G4LEADNeutronBuilder : public G4VNeutronBuilder void SetMinEnergy(G4double aM) {theMin = aM;} private: - G4Mars5GeV * theModel; G4NeutronInelasticCrossSection theXSec; + G4Mars5GeV * theModel; G4double theMin; }; diff --git a/hadronic_lists/lists/Packaging/include/G4MiscLHEPBuilder.hh b/hadronic_lists/lists/Packaging/include/G4MiscLHEPBuilder.hh index e99ce07b63..9ffe27a0b6 100644 --- a/hadronic_lists/lists/Packaging/include/G4MiscLHEPBuilder.hh +++ b/hadronic_lists/lists/Packaging/include/G4MiscLHEPBuilder.hh @@ -85,93 +85,93 @@ class G4MiscLHEPBuilder private: - G4LElastic* theElasticModel; + G4LElastic* theElasticModel; - // anti-proton - G4HadronElasticProcess theAntiProtonElasticProcess; - G4AntiProtonInelasticProcess theAntiProtonInelastic; - G4LEAntiProtonInelastic* theLEAntiProtonModel; - G4HEAntiProtonInelastic* theHEAntiProtonModel; - - // anti-neutron - G4HadronElasticProcess theAntiNeutronElasticProcess; - G4AntiNeutronInelasticProcess theAntiNeutronInelastic; - G4LEAntiNeutronInelastic* theLEAntiNeutronModel; - G4HEAntiNeutronInelastic* theHEAntiNeutronModel; - - // Lambda - G4HadronElasticProcess theLambdaElasticProcess; - G4LambdaInelasticProcess theLambdaInelastic; - G4LELambdaInelastic* theLELambdaModel; - G4HELambdaInelastic* theHELambdaModel; - - // AntiLambda - G4HadronElasticProcess theAntiLambdaElasticProcess; - G4AntiLambdaInelasticProcess theAntiLambdaInelastic; - G4LEAntiLambdaInelastic* theLEAntiLambdaModel; - G4HEAntiLambdaInelastic* theHEAntiLambdaModel; - - // SigmaMinus - G4HadronElasticProcess theSigmaMinusElasticProcess; - G4SigmaMinusInelasticProcess theSigmaMinusInelastic; - G4LESigmaMinusInelastic* theLESigmaMinusModel; - G4HESigmaMinusInelastic* theHESigmaMinusModel; - - // AntiSigmaMinus - G4HadronElasticProcess theAntiSigmaMinusElasticProcess; - G4AntiSigmaMinusInelasticProcess theAntiSigmaMinusInelastic; - G4LEAntiSigmaMinusInelastic* theLEAntiSigmaMinusModel; - G4HEAntiSigmaMinusInelastic* theHEAntiSigmaMinusModel; - - // SigmaPlus - G4HadronElasticProcess theSigmaPlusElasticProcess; - G4SigmaPlusInelasticProcess theSigmaPlusInelastic; - G4LESigmaPlusInelastic* theLESigmaPlusModel; - G4HESigmaPlusInelastic* theHESigmaPlusModel; - - // AntiSigmaPlus - G4HadronElasticProcess theAntiSigmaPlusElasticProcess; - G4AntiSigmaPlusInelasticProcess theAntiSigmaPlusInelastic; - G4LEAntiSigmaPlusInelastic* theLEAntiSigmaPlusModel; - G4HEAntiSigmaPlusInelastic* theHEAntiSigmaPlusModel; - - // XiZero - G4HadronElasticProcess theXiZeroElasticProcess; - G4XiZeroInelasticProcess theXiZeroInelastic; - G4LEXiZeroInelastic* theLEXiZeroModel; - G4HEXiZeroInelastic* theHEXiZeroModel; - - // AntiXiZero - G4HadronElasticProcess theAntiXiZeroElasticProcess; - G4AntiXiZeroInelasticProcess theAntiXiZeroInelastic; - G4LEAntiXiZeroInelastic* theLEAntiXiZeroModel; - G4HEAntiXiZeroInelastic* theHEAntiXiZeroModel; - - // XiMinus - G4HadronElasticProcess theXiMinusElasticProcess; - G4XiMinusInelasticProcess theXiMinusInelastic; - G4LEXiMinusInelastic* theLEXiMinusModel; - G4HEXiMinusInelastic* theHEXiMinusModel; + // anti-proton + G4HadronElasticProcess theAntiProtonElasticProcess; + G4AntiProtonInelasticProcess theAntiProtonInelastic; + G4LEAntiProtonInelastic* theLEAntiProtonModel; + G4HEAntiProtonInelastic* theHEAntiProtonModel; - // AntiXiMinus - G4HadronElasticProcess theAntiXiMinusElasticProcess; - G4AntiXiMinusInelasticProcess theAntiXiMinusInelastic; - G4LEAntiXiMinusInelastic* theLEAntiXiMinusModel; - G4HEAntiXiMinusInelastic* theHEAntiXiMinusModel; - - // OmegaMinus - G4HadronElasticProcess theOmegaMinusElasticProcess; - G4OmegaMinusInelasticProcess theOmegaMinusInelastic; - G4LEOmegaMinusInelastic* theLEOmegaMinusModel; - G4HEOmegaMinusInelastic* theHEOmegaMinusModel; - - // AntiOmegaMinus - G4HadronElasticProcess theAntiOmegaMinusElasticProcess; - G4AntiOmegaMinusInelasticProcess theAntiOmegaMinusInelastic; - G4LEAntiOmegaMinusInelastic* theLEAntiOmegaMinusModel; - G4HEAntiOmegaMinusInelastic* theHEAntiOmegaMinusModel; - - G4bool wasActivated; + // anti-neutron + G4HadronElasticProcess theAntiNeutronElasticProcess; + G4AntiNeutronInelasticProcess theAntiNeutronInelastic; + G4LEAntiNeutronInelastic* theLEAntiNeutronModel; + G4HEAntiNeutronInelastic* theHEAntiNeutronModel; + + // Lambda + G4HadronElasticProcess theLambdaElasticProcess; + G4LambdaInelasticProcess theLambdaInelastic; + G4LELambdaInelastic* theLELambdaModel; + G4HELambdaInelastic* theHELambdaModel; + + // AntiLambda + G4HadronElasticProcess theAntiLambdaElasticProcess; + G4AntiLambdaInelasticProcess theAntiLambdaInelastic; + G4LEAntiLambdaInelastic* theLEAntiLambdaModel; + G4HEAntiLambdaInelastic* theHEAntiLambdaModel; + + // SigmaMinus + G4HadronElasticProcess theSigmaMinusElasticProcess; + G4SigmaMinusInelasticProcess theSigmaMinusInelastic; + G4LESigmaMinusInelastic* theLESigmaMinusModel; + G4HESigmaMinusInelastic* theHESigmaMinusModel; + + // AntiSigmaMinus + G4HadronElasticProcess theAntiSigmaMinusElasticProcess; + G4AntiSigmaMinusInelasticProcess theAntiSigmaMinusInelastic; + G4LEAntiSigmaMinusInelastic* theLEAntiSigmaMinusModel; + G4HEAntiSigmaMinusInelastic* theHEAntiSigmaMinusModel; + + // SigmaPlus + G4HadronElasticProcess theSigmaPlusElasticProcess; + G4SigmaPlusInelasticProcess theSigmaPlusInelastic; + G4LESigmaPlusInelastic* theLESigmaPlusModel; + G4HESigmaPlusInelastic* theHESigmaPlusModel; + + // AntiSigmaPlus + G4HadronElasticProcess theAntiSigmaPlusElasticProcess; + G4AntiSigmaPlusInelasticProcess theAntiSigmaPlusInelastic; + G4LEAntiSigmaPlusInelastic* theLEAntiSigmaPlusModel; + G4HEAntiSigmaPlusInelastic* theHEAntiSigmaPlusModel; + + // XiZero + G4HadronElasticProcess theXiZeroElasticProcess; + G4XiZeroInelasticProcess theXiZeroInelastic; + G4LEXiZeroInelastic* theLEXiZeroModel; + G4HEXiZeroInelastic* theHEXiZeroModel; + + // AntiXiZero + G4HadronElasticProcess theAntiXiZeroElasticProcess; + G4AntiXiZeroInelasticProcess theAntiXiZeroInelastic; + G4LEAntiXiZeroInelastic* theLEAntiXiZeroModel; + G4HEAntiXiZeroInelastic* theHEAntiXiZeroModel; + + // XiMinus + G4HadronElasticProcess theXiMinusElasticProcess; + G4XiMinusInelasticProcess theXiMinusInelastic; + G4LEXiMinusInelastic* theLEXiMinusModel; + G4HEXiMinusInelastic* theHEXiMinusModel; + + // AntiXiMinus + G4HadronElasticProcess theAntiXiMinusElasticProcess; + G4AntiXiMinusInelasticProcess theAntiXiMinusInelastic; + G4LEAntiXiMinusInelastic* theLEAntiXiMinusModel; + G4HEAntiXiMinusInelastic* theHEAntiXiMinusModel; + + // OmegaMinus + G4HadronElasticProcess theOmegaMinusElasticProcess; + G4OmegaMinusInelasticProcess theOmegaMinusInelastic; + G4LEOmegaMinusInelastic* theLEOmegaMinusModel; + G4HEOmegaMinusInelastic* theHEOmegaMinusModel; + + // AntiOmegaMinus + G4HadronElasticProcess theAntiOmegaMinusElasticProcess; + G4AntiOmegaMinusInelasticProcess theAntiOmegaMinusInelastic; + G4LEAntiOmegaMinusInelastic* theLEAntiOmegaMinusModel; + G4HEAntiOmegaMinusInelastic* theHEAntiOmegaMinusModel; + + G4bool wasActivated; }; // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/include/G4QGSCNeutronBuilder.hh b/hadronic_lists/lists/Packaging/include/G4QGSCNeutronBuilder.hh index 9e90ee4527..cccb0e62a3 100644 --- a/hadronic_lists/lists/Packaging/include/G4QGSCNeutronBuilder.hh +++ b/hadronic_lists/lists/Packaging/include/G4QGSCNeutronBuilder.hh @@ -46,17 +46,17 @@ class G4QGSCNeutronBuilder : public G4VNeutronBuilder virtual ~G4QGSCNeutronBuilder(); public: - virtual void Build(G4HadronElasticProcess & aP); - virtual void Build(G4HadronFissionProcess & aP); - virtual void Build(G4HadronCaptureProcess & aP); + virtual void Build(G4HadronElasticProcess & ){} + virtual void Build(G4HadronFissionProcess & ){} + virtual void Build(G4HadronCaptureProcess & ){} virtual void Build(G4NeutronInelasticProcess & aP); void SetMinEnergy(G4double aM) {theMin = aM;} private: - G4TheoFSGenerator * theModel; - G4StringChipsParticleLevelInterface * theCascade; G4QGSModel< G4QGSParticipants > theStringModel; + G4StringChipsParticleLevelInterface * theCascade; + G4TheoFSGenerator * theModel; G4QGSMFragmentation theFragmentation; G4ExcitedStringDecay * theStringDecay; diff --git a/hadronic_lists/lists/Packaging/include/G4StoppingHadronBuilder.hh b/hadronic_lists/lists/Packaging/include/G4StoppingHadronBuilder.hh index 73677de4e4..9ae8e97333 100644 --- a/hadronic_lists/lists/Packaging/include/G4StoppingHadronBuilder.hh +++ b/hadronic_lists/lists/Packaging/include/G4StoppingHadronBuilder.hh @@ -43,16 +43,9 @@ class G4StoppingHadronBuilder private: - // Pi - G4PionMinusAbsorptionAtRest thePionMinusAbsorption; - - // K - G4KaonMinusAbsorption theKaonMinusAbsorption; - - // anti-proton G4AntiProtonAnnihilationAtRest theAntiProtonAnnihilation; - - // anti-neutron G4AntiNeutronAnnihilationAtRest theAntiNeutronAnnihilation; G4bool wasActivated; diff --git a/hadronic_lists/lists/Packaging/include/G4VProtonBuilder.hh b/hadronic_lists/lists/Packaging/include/G4VProtonBuilder.hh index 362aa0a53f..ef94fb216c 100644 --- a/hadronic_lists/lists/Packaging/include/G4VProtonBuilder.hh +++ b/hadronic_lists/lists/Packaging/include/G4VProtonBuilder.hh @@ -24,6 +24,7 @@ #define G4VProtonBuilder_h class G4ProtonInelasticProcess; +class G4HadronElasticProcess; class G4VProtonBuilder { diff --git a/hadronic_lists/lists/Packaging/include/IonPhysics.hh b/hadronic_lists/lists/Packaging/include/IonPhysics.hh index be56e53d0b..79fe079c53 100644 --- a/hadronic_lists/lists/Packaging/include/IonPhysics.hh +++ b/hadronic_lists/lists/Packaging/include/IonPhysics.hh @@ -44,6 +44,7 @@ #include "G4LEAlphaInelastic.hh" #include "G4hIonisation.hh" +#include "G4ionIonisation.hh" #include "G4MultipleScattering.hh" class IonPhysics : public G4VPhysicsConstructor @@ -69,7 +70,7 @@ class IonPhysics : public G4VPhysicsConstructor // Generic Ion physics G4HadronElasticProcess theIonElasticProcess; G4MultipleScattering fIonMultipleScattering; - G4hIonisation fIonIonisation; + G4ionIonisation fIonIonisation; // Deuteron physics G4HadronElasticProcess theDElasticProcess; diff --git a/hadronic_lists/lists/Packaging/include/MuonPhysics.hh b/hadronic_lists/lists/Packaging/include/MuonPhysics.hh index b4b0455157..797894a7dc 100644 --- a/hadronic_lists/lists/Packaging/include/MuonPhysics.hh +++ b/hadronic_lists/lists/Packaging/include/MuonPhysics.hh @@ -42,13 +42,8 @@ class MuonPhysics : public G4VPhysicsConstructor virtual ~MuonPhysics(); public: - // This method will be invoked in the Construct() method. - // each particle type will be instantiated virtual void ConstructParticle(); - // This method will be invoked in the Construct() method. - // each physics process will be instantiated and - // registered to the process manager of each particle type virtual void ConstructProcess(); protected: diff --git a/hadronic_lists/lists/Packaging/include/ParticleCodeMap.hh b/hadronic_lists/lists/Packaging/include/ParticleCodeMap.hh new file mode 100644 index 0000000000..da6f742d70 --- /dev/null +++ b/hadronic_lists/lists/Packaging/include/ParticleCodeMap.hh @@ -0,0 +1,60 @@ +// +// ******************************************************************** +// * DISCLAIMER * +// * * +// * The following disclaimer summarizes all the specific disclaimers * +// * of contributors to this software. The specific disclaimers,which * +// * govern, are listed with their locations in: * +// * http://cern.ch/geant4/license * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. * +// * * +// * This code implementation is the intellectual property of the * +// * GEANT4 collaboration. * +// * By copying, distributing or modifying the Program (or any work * +// * based on the Program) you indicate your acceptance of this * +// * statement, and all its terms. * +// ******************************************************************** +// +#ifndef ParticleCodeMap_hh +#define ParticleCodeMap_hh + +#include "G4Proton.hh" +#include "G4AntiProton.hh" +#include "G4PionPlus.hh" +#include "G4PionMinus.hh" +#include "G4KaonPlus.hh" +#include "G4KaonMinus.hh" +#include "G4SigmaMinus.hh" +#include "G4AntiSigmaMinus.hh" +#include "G4SigmaPlus.hh" +#include "G4AntiSigmaPlus.hh" +#include "G4XiMinus.hh" +#include "G4AntiXiMinus.hh" +#include "G4OmegaMinus.hh" +#include "G4AntiOmegaMinus.hh" + +template struct ParticleCodeMap; + +template<> struct ParticleCodeMap { enum {PDG_CODE = 211}; }; +template<> struct ParticleCodeMap { enum {PDG_CODE = -211}; }; +template<> struct ParticleCodeMap { enum {PDG_CODE = 321}; }; +template<> struct ParticleCodeMap { enum {PDG_CODE = -321}; }; +template<> struct ParticleCodeMap { enum {PDG_CODE = 2212}; }; +template<> struct ParticleCodeMap { enum {PDG_CODE = -2212}; }; +template<> struct ParticleCodeMap { enum {PDG_CODE = 3112}; }; +template<> struct ParticleCodeMap{ enum {PDG_CODE = -3112}; }; +template<> struct ParticleCodeMap { enum {PDG_CODE = 3222}; }; +template<> struct ParticleCodeMap { enum {PDG_CODE = -3222}; }; +template<> struct ParticleCodeMap { enum {PDG_CODE = 3312}; }; +template<> struct ParticleCodeMap { enum {PDG_CODE = -3312}; }; +template<> struct ParticleCodeMap { enum {PDG_CODE = 3334}; }; +template<> struct ParticleCodeMap{ enum {PDG_CODE = -3334}; }; + +#endif + + diff --git a/hadronic_lists/lists/Packaging/include/TheoModelFactory.hh b/hadronic_lists/lists/Packaging/include/TheoModelFactory.hh new file mode 100644 index 0000000000..cc25f2e706 --- /dev/null +++ b/hadronic_lists/lists/Packaging/include/TheoModelFactory.hh @@ -0,0 +1,50 @@ +// +// ******************************************************************** +// * DISCLAIMER * +// * * +// * The following disclaimer summarizes all the specific disclaimers * +// * of contributors to this software. The specific disclaimers,which * +// * govern, are listed with their locations in: * +// * http://cern.ch/geant4/license * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. * +// * * +// * This code implementation is the intellectual property of the * +// * GEANT4 collaboration. * +// * By copying, distributing or modifying the Program (or any work * +// * based on the Program) you indicate your acceptance of this * +// * statement, and all its terms. * +// ******************************************************************** +// +#ifndef TheoModelFactory_hh +#define TheoModelFactory_hh + +template +class TheoModelFactory +{ + public: + static G4TheoFSGenerator * New() + { + G4TheoFSGenerator * result = new G4TheoFSGenerator; + G4VIntraNuclearTransportModel * theCascade = new C; + result->SetTransport(theCascade); + + G4VLongitudinalStringDecay * theFragmentation = new F; + G4ExcitedStringDecay * theStringDecay = new G4ExcitedStringDecay(theFragmentation); + G4VPartonStringModel * theStringModel = new S; + theStringModel->SetFragmentationModel(theStringDecay); + result->SetHighEnergyGenerator(theStringModel); + + return result; + } + + private: + +}; +// 2002 by J.P. Wellisch + +#endif diff --git a/hadronic_lists/lists/Packaging/include/plist.tmp b/hadronic_lists/lists/Packaging/include/plist.tmp new file mode 100644 index 0000000000..7f49eddad8 --- /dev/null +++ b/hadronic_lists/lists/Packaging/include/plist.tmp @@ -0,0 +1,54 @@ +class PNullType +{ +}; + +template +struct Plist +{ + typedef T0 first; + typedef Plist< + T1,T2,T3,T4,T5,T6,T7,T8,T9,T10, + T11,T12,T13,T14,T15,T16,T17,T18,T19,T20, + T21,T22,T23,T24,T25,T26,T27,T28,T29,T30, + T31,T32,T33,T34,T35,T36,T37,T38,T39,T40, + T41,T42,T43,T44,T45,T46,T47,T48,T49,T50, + T51,T52,T53,T54,T55,T56,T57,T58,T59,T60, + T61,T62,T63 + > rest; +}; + +template +struct Apply +{ + template struct CallBack { + static void Call_Back() { + typedef typename functor::Fun it; + it aF; aF(); + typedef typename Rest::first first; + typedef typename Rest::rest second; + Apply::CallBack::Call_Back(); + } + }; + template struct CallBack { + static void Call_Back(){} + }; + template static void ForEachIn() { + CallBack::Call_Back(); + } +}; + + diff --git a/hadronic_lists/lists/Packaging/src/G4BertiniNeutronBuilder.cc b/hadronic_lists/lists/Packaging/src/G4BertiniNeutronBuilder.cc index d3e8dd7ea4..2ff9ec95a3 100644 --- a/hadronic_lists/lists/Packaging/src/G4BertiniNeutronBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4BertiniNeutronBuilder.cc @@ -29,10 +29,19 @@ G4BertiniNeutronBuilder:: G4BertiniNeutronBuilder() { theMin = 0; - theMax = 5*GeV; + theMax = 9.9*GeV; theModel = new G4CascadeInterface; } +void G4BertiniNeutronBuilder:: +Build(G4NeutronInelasticProcess & aP) +{ + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(theMax); + aP.RegisterMe(theModel); + aP.AddDataSet(&theXSec); +} + G4BertiniNeutronBuilder:: ~G4BertiniNeutronBuilder() {} @@ -51,13 +60,4 @@ Build(G4HadronCaptureProcess & ) { } -void G4BertiniNeutronBuilder:: -Build(G4NeutronInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(theMax); - aP.RegisterMe(theModel); - aP.AddDataSet(&theXSec); -} - // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4BertiniPiKBuilder.cc b/hadronic_lists/lists/Packaging/src/G4BertiniPiKBuilder.cc index 370af120fd..719298ca31 100644 --- a/hadronic_lists/lists/Packaging/src/G4BertiniPiKBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4BertiniPiKBuilder.cc @@ -20,62 +20,62 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4BertiniPiKBuilder.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "G4BertiniPiKBuilder.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -G4BertiniPiKBuilder:: -G4BertiniPiKBuilder() -{ - theMin = 0*GeV; - theMax = 5*GeV; - theModel = new G4CascadeInterface; - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(theMax); -} + G4BertiniPiKBuilder:: + G4BertiniPiKBuilder() + { + theMin = 0*GeV; + theMax = 9.9*GeV; + theModel = new G4CascadeInterface; + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(theMax); + } -G4BertiniPiKBuilder:: -~G4BertiniPiKBuilder() {} + G4BertiniPiKBuilder:: + ~G4BertiniPiKBuilder() {} -void G4BertiniPiKBuilder:: -Build(G4HadronElasticProcess & ) {} + void G4BertiniPiKBuilder:: + Build(G4PionPlusInelasticProcess & aP) + { + aP.RegisterMe(theModel); + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(theMax); + } -void G4BertiniPiKBuilder:: -Build(G4PionPlusInelasticProcess & aP) -{ - aP.RegisterMe(theModel); - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(theMax); -} + void G4BertiniPiKBuilder:: + Build(G4PionMinusInelasticProcess & aP) + { + aP.RegisterMe(theModel); + aP.AddDataSet(&thePiData); + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(theMax); + } -void G4BertiniPiKBuilder:: -Build(G4PionMinusInelasticProcess & aP) -{ - aP.RegisterMe(theModel); - aP.AddDataSet(&thePiData); - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(theMax); -} + void G4BertiniPiKBuilder:: + Build(G4HadronElasticProcess & ) {} -void G4BertiniPiKBuilder:: -Build(G4KaonPlusInelasticProcess & ) -{ -} + void G4BertiniPiKBuilder:: + Build(G4KaonPlusInelasticProcess & ) + { + } -void G4BertiniPiKBuilder:: -Build(G4KaonMinusInelasticProcess & ) -{ -} + void G4BertiniPiKBuilder:: + Build(G4KaonMinusInelasticProcess & ) + { + } -void G4BertiniPiKBuilder:: -Build(G4KaonZeroLInelasticProcess & ) -{ -} + void G4BertiniPiKBuilder:: + Build(G4KaonZeroLInelasticProcess & ) + { + } -void G4BertiniPiKBuilder:: -Build(G4KaonZeroSInelasticProcess & ) -{ -} + void G4BertiniPiKBuilder:: + Build(G4KaonZeroSInelasticProcess & ) + { + } -// 2002 by J.P. Wellisch + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4BertiniProtonBuilder.cc b/hadronic_lists/lists/Packaging/src/G4BertiniProtonBuilder.cc index a80dc98d6a..c7d685c39a 100644 --- a/hadronic_lists/lists/Packaging/src/G4BertiniProtonBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4BertiniProtonBuilder.cc @@ -29,6 +29,7 @@ G4BertiniProtonBuilder:: G4BertiniProtonBuilder() { theMin = 0; + theMax=9.9*GeV; theModel = new G4CascadeInterface; } diff --git a/hadronic_lists/lists/Packaging/src/G4BinaryNeutronBuilder.cc b/hadronic_lists/lists/Packaging/src/G4BinaryNeutronBuilder.cc index a9b1eaa53c..0ef124c8cf 100644 --- a/hadronic_lists/lists/Packaging/src/G4BinaryNeutronBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4BinaryNeutronBuilder.cc @@ -20,44 +20,44 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4BinaryNeutronBuilder.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "G4BinaryNeutronBuilder.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -G4BinaryNeutronBuilder:: -G4BinaryNeutronBuilder() -{ - theMin = 0; - theMax = 3*GeV; - theModel = new G4BinaryCascade; -} + G4BinaryNeutronBuilder:: + G4BinaryNeutronBuilder() + { + theMin = 0; + theMax = 9.9*GeV; + theModel = new G4BinaryCascade; + } -G4BinaryNeutronBuilder:: -~G4BinaryNeutronBuilder() {} + void G4BinaryNeutronBuilder:: + Build(G4NeutronInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(theMax); + aP.RegisterMe(theModel); + aP.AddDataSet(&theXSec); + } -void G4BinaryNeutronBuilder:: -Build(G4HadronElasticProcess & ) -{ -} + G4BinaryNeutronBuilder:: + ~G4BinaryNeutronBuilder() {} -void G4BinaryNeutronBuilder:: -Build(G4HadronFissionProcess & ) -{ -} + void G4BinaryNeutronBuilder:: + Build(G4HadronElasticProcess & ) + { + } -void G4BinaryNeutronBuilder:: -Build(G4HadronCaptureProcess & ) -{ -} + void G4BinaryNeutronBuilder:: + Build(G4HadronFissionProcess & ) + { + } -void G4BinaryNeutronBuilder:: -Build(G4NeutronInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(theMax); - aP.RegisterMe(theModel); - aP.AddDataSet(&theXSec); -} + void G4BinaryNeutronBuilder:: + Build(G4HadronCaptureProcess & ) + { + } -// 2002 by J.P. Wellisch + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4BinaryPiKBuilder.cc b/hadronic_lists/lists/Packaging/src/G4BinaryPiKBuilder.cc new file mode 100644 index 0000000000..4e4bd1a542 --- /dev/null +++ b/hadronic_lists/lists/Packaging/src/G4BinaryPiKBuilder.cc @@ -0,0 +1,82 @@ +// +// ******************************************************************** +// * DISCLAIMER * +// * * +// * The following disclaimer summarizes all the specific disclaimers * +// * of contributors to this software. The specific disclaimers,which * +// * govern, are listed with their locations in: * +// * http://cern.ch/geant4/license * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. * +// * * +// * This code implementation is the intellectual property of the * +// * GEANT4 collaboration. * +// * By copying, distributing or modifying the Program (or any work * +// * based on the Program) you indicate your acceptance of this * +// * statement, and all its terms. * +// ******************************************************************** +// +#include "G4BinaryPiKBuilder.hh" +#include "G4ParticleDefinition.hh" +#include "G4ParticleTable.hh" +#include "G4ProcessManager.hh" + +G4BinaryPiKBuilder:: +G4BinaryPiKBuilder() +{ + theMin = 0*GeV; + theMax = 1.3*GeV; + theModel = new G4BinaryCascade; + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(theMax); +} + +G4BinaryPiKBuilder:: +~G4BinaryPiKBuilder() {} + +void G4BinaryPiKBuilder:: +Build(G4HadronElasticProcess & ) {} + +void G4BinaryPiKBuilder:: +Build(G4PionPlusInelasticProcess & aP) +{ + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(theMax); + aP.RegisterMe(theModel); + aP.AddDataSet(&thePiData); +} + +void G4BinaryPiKBuilder:: +Build(G4PionMinusInelasticProcess & aP) +{ + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(theMax); + aP.RegisterMe(theModel); + aP.AddDataSet(&thePiData); +} + +void G4BinaryPiKBuilder:: +Build(G4KaonPlusInelasticProcess & ) +{ +} + +void G4BinaryPiKBuilder:: +Build(G4KaonMinusInelasticProcess & ) +{ +} + +void G4BinaryPiKBuilder:: +Build(G4KaonZeroLInelasticProcess & ) +{ +} + +void G4BinaryPiKBuilder:: +Build(G4KaonZeroSInelasticProcess & ) +{ +} + +// 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4BinaryProtonBuilder.cc b/hadronic_lists/lists/Packaging/src/G4BinaryProtonBuilder.cc index aa680b807a..7380e2041c 100644 --- a/hadronic_lists/lists/Packaging/src/G4BinaryProtonBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4BinaryProtonBuilder.cc @@ -28,8 +28,18 @@ G4BinaryProtonBuilder:: G4BinaryProtonBuilder() { - theMin = 0; theModel = new G4BinaryCascade; + theMin = 0; + theMax = 9.9*GeV; +} + +void G4BinaryProtonBuilder:: +Build(G4ProtonInelasticProcess & aP) +{ + aP.AddDataSet(&theXSec); + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(theMax); + aP.RegisterMe(theModel); } G4BinaryProtonBuilder:: @@ -40,13 +50,4 @@ Build(G4HadronElasticProcess & ) { } -void G4BinaryProtonBuilder:: -Build(G4ProtonInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(theMax); - aP.RegisterMe(theModel); - aP.AddDataSet(&theXSec); -} - // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4EMBuilder.cc b/hadronic_lists/lists/Packaging/src/G4EMBuilder.cc index 2d99fe1775..5775c01c1f 100644 --- a/hadronic_lists/lists/Packaging/src/G4EMBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4EMBuilder.cc @@ -20,138 +20,138 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4EMBuilder.hh" + #include "G4EMBuilder.hh" -#include "globals.hh" -#include "G4ios.hh" + #include "globals.hh" + #include "G4ios.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4Gamma.hh" -#include "G4Electron.hh" -#include "G4Positron.hh" -#include "G4ProcessManager.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4Gamma.hh" + #include "G4Electron.hh" + #include "G4Positron.hh" + #include "G4ProcessManager.hh" -G4EMBuilder:: -G4EMBuilder(): wasActivated(false), synchOn(false), - gammNucOn(false) -{ - theT = new G4EMTailorer(this); -} + G4EMBuilder:: + G4EMBuilder(): wasActivated(false), synchOn(false), + gammNucOn(false) + { + theT = new G4EMTailorer(this); + } -void G4EMBuilder:: -Synch (G4String & newState) -{ - if(newState == "on") - { - if(synchOn) - { - } - else if(wasActivated) - { - G4ProcessManager * pManager = 0; - pManager = G4Electron::ElectronDefinition()->GetProcessManager(); - pManager->AddDiscreteProcess(&theElectronSynch); - pManager = G4Positron::PositronDefinition()->GetProcessManager(); - pManager->AddDiscreteProcess(&thePositronSynch); - } - synchOn = true; - } - else if(synchOn) - { - synchOn = false; - G4ProcessManager * pManager = 0; - pManager = G4Electron::ElectronDefinition()->GetProcessManager(); - pManager->RemoveProcess(&theElectronSynch); - pManager = G4Positron::PositronDefinition()->GetProcessManager(); - pManager->RemoveProcess(&thePositronSynch); - } -} + void G4EMBuilder:: + Synch (G4String & newState) + { + if(newState == "on") + { + if(synchOn) + { + } + else if(wasActivated) + { + G4ProcessManager * pManager = 0; + pManager = G4Electron::ElectronDefinition()->GetProcessManager(); + pManager->AddDiscreteProcess(&theElectronSynch); + pManager = G4Positron::PositronDefinition()->GetProcessManager(); + pManager->AddDiscreteProcess(&thePositronSynch); + } + synchOn = true; + } + else if(synchOn) + { + synchOn = false; + G4ProcessManager * pManager = 0; + pManager = G4Electron::ElectronDefinition()->GetProcessManager(); + pManager->RemoveProcess(&theElectronSynch); + pManager = G4Positron::PositronDefinition()->GetProcessManager(); + pManager->RemoveProcess(&thePositronSynch); + } + } -void G4EMBuilder:: -GammaNuclear (G4String & newState) -{ - if(newState == "on") - { - if(gammNucOn) - { - } - else if(wasActivated) - { - theGNPhysics.Build(); - } - gammNucOn = true; - } - else if(gammNucOn) - { - G4Exception("G4EMBuilder", "007", FatalException, - "Switching off of gamma nuclear currently not supported."); - } -} + void G4EMBuilder:: + GammaNuclear (G4String & newState) + { + if(newState == "on") + { + if(gammNucOn) + { + } + else if(wasActivated) + { + theGNPhysics.Build(); + } + gammNucOn = true; + } + else if(gammNucOn) + { + G4Exception("G4EMBuilder", "007", FatalException, + "Switching off of gamma nuclear currently not supported."); + } + } -G4EMBuilder:: -~G4EMBuilder() -{ - if(wasActivated) - { - G4ProcessManager * pManager = 0; - pManager = G4Gamma::Gamma()->GetProcessManager(); - if(pManager) - { - pManager->RemoveProcess(&thePhotoEffect); - pManager->RemoveProcess(&theComptonEffect); - pManager->RemoveProcess(&thePairProduction); - } + G4EMBuilder:: + ~G4EMBuilder() + { + if(wasActivated) + { + G4ProcessManager * pManager = 0; + pManager = G4Gamma::Gamma()->GetProcessManager(); + if(pManager) + { + pManager->RemoveProcess(&thePhotoEffect); + pManager->RemoveProcess(&theComptonEffect); + pManager->RemoveProcess(&thePairProduction); + } - pManager = G4Electron::Electron()->GetProcessManager(); - if(pManager) - { - pManager->RemoveProcess(&theElectronBremsStrahlung); - pManager->RemoveProcess(&theElectronIonisation); - pManager->RemoveProcess(&theElectronMultipleScattering); - if(synchOn) pManager->RemoveProcess(&theElectronSynch); - } + pManager = G4Electron::Electron()->GetProcessManager(); + if(pManager) + { + pManager->RemoveProcess(&theElectronBremsStrahlung); + pManager->RemoveProcess(&theElectronIonisation); + pManager->RemoveProcess(&theElectronMultipleScattering); + if(synchOn) pManager->RemoveProcess(&theElectronSynch); + } - pManager = G4Positron::Positron()->GetProcessManager(); - if(pManager) - { - pManager->RemoveProcess(&thePositronBremsStrahlung); - pManager->RemoveProcess(&theAnnihilation); - pManager->RemoveProcess(&thePositronIonisation); - pManager->RemoveProcess(&thePositronMultipleScattering); - if(synchOn) pManager->RemoveProcess(&thePositronSynch); - } - } -} + pManager = G4Positron::Positron()->GetProcessManager(); + if(pManager) + { + pManager->RemoveProcess(&thePositronBremsStrahlung); + pManager->RemoveProcess(&theAnnihilation); + pManager->RemoveProcess(&thePositronIonisation); + pManager->RemoveProcess(&thePositronMultipleScattering); + if(synchOn) pManager->RemoveProcess(&thePositronSynch); + } + } + } -void G4EMBuilder::Build() -{ - G4ProcessManager * pManager = 0; - wasActivated = true; - - pManager = G4Gamma::Gamma()->GetProcessManager(); - pManager->AddDiscreteProcess(&thePhotoEffect); - pManager->AddDiscreteProcess(&theComptonEffect); - pManager->AddDiscreteProcess(&thePairProduction); + void G4EMBuilder::Build() + { + G4ProcessManager * pManager = 0; + wasActivated = true; - pManager = G4Electron::Electron()->GetProcessManager(); - pManager->AddDiscreteProcess(&theElectronBremsStrahlung); - pManager->AddProcess(&theElectronIonisation, ordInActive,2, 2); - pManager->AddProcess(&theElectronMultipleScattering); - if(synchOn) pManager->AddDiscreteProcess(&theElectronSynch); - pManager->SetProcessOrdering(&theElectronMultipleScattering, idxAlongStep, 1); - pManager->SetProcessOrdering(&theElectronMultipleScattering, idxPostStep, 1); + pManager = G4Gamma::Gamma()->GetProcessManager(); + pManager->AddDiscreteProcess(&thePhotoEffect); + pManager->AddDiscreteProcess(&theComptonEffect); + pManager->AddDiscreteProcess(&thePairProduction); - pManager = G4Positron::Positron()->GetProcessManager(); - pManager->AddDiscreteProcess(&thePositronBremsStrahlung); - pManager->AddDiscreteProcess(&theAnnihilation); - pManager->AddRestProcess(&theAnnihilation); - pManager->AddProcess(&thePositronIonisation, ordInActive,2, 2); - pManager->AddProcess(&thePositronMultipleScattering); - if(synchOn) pManager->AddDiscreteProcess(&thePositronSynch); - pManager->SetProcessOrdering(&thePositronMultipleScattering, idxAlongStep, 1); - pManager->SetProcessOrdering(&thePositronMultipleScattering, idxPostStep, 1); - if (gammNucOn) theGNPhysics.Build(); + pManager = G4Electron::Electron()->GetProcessManager(); + pManager->AddDiscreteProcess(&theElectronBremsStrahlung); + pManager->AddProcess(&theElectronIonisation, ordInActive,2, 2); + pManager->AddProcess(&theElectronMultipleScattering); + if(synchOn) pManager->AddDiscreteProcess(&theElectronSynch); + pManager->SetProcessOrdering(&theElectronMultipleScattering, idxAlongStep, 1); + pManager->SetProcessOrdering(&theElectronMultipleScattering, idxPostStep, 1); -} -// 2002 by J.P. Wellisch + pManager = G4Positron::Positron()->GetProcessManager(); + pManager->AddDiscreteProcess(&thePositronBremsStrahlung); + pManager->AddDiscreteProcess(&theAnnihilation); + pManager->AddRestProcess(&theAnnihilation); + pManager->AddProcess(&thePositronIonisation, ordInActive,2, 2); + pManager->AddProcess(&thePositronMultipleScattering); + if(synchOn) pManager->AddDiscreteProcess(&thePositronSynch); + pManager->SetProcessOrdering(&thePositronMultipleScattering, idxAlongStep, 1); + pManager->SetProcessOrdering(&thePositronMultipleScattering, idxPostStep, 1); + if (gammNucOn) theGNPhysics.Build(); + + } + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4EMTailorer.cc b/hadronic_lists/lists/Packaging/src/G4EMTailorer.cc index cc788ca794..af34a4696c 100644 --- a/hadronic_lists/lists/Packaging/src/G4EMTailorer.cc +++ b/hadronic_lists/lists/Packaging/src/G4EMTailorer.cc @@ -27,13 +27,11 @@ void G4EMTailorer::SetNewValue(G4UIcommand* aComm, G4String aS) { if(aComm==theSynch) { - //cout <<" ############### synched ############## "<Synch(aS); } if(aComm==theGN) { theB->GammaNuclear(aS); - //cout <<" ############### GN'ed ############## "<SetTransport(theCascade); theModel->SetHighEnergyGenerator(&theStringModel); theStringDecay = new G4ExcitedStringDecay(&theFragmentation); diff --git a/hadronic_lists/lists/Packaging/src/G4FTFCNeutronBuilder.cc b/hadronic_lists/lists/Packaging/src/G4FTFCNeutronBuilder.cc index b5c6da993e..90c3a02493 100644 --- a/hadronic_lists/lists/Packaging/src/G4FTFCNeutronBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4FTFCNeutronBuilder.cc @@ -20,51 +20,52 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4FTFCNeutronBuilder.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "G4FTFCNeutronBuilder.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -G4FTFCNeutronBuilder:: -G4FTFCNeutronBuilder() -{ - theMin = 15*GeV; - theModel = new G4TheoFSGenerator; - theCascade = new G4StringChipsParticleLevelInterface; - theModel->SetTransport(theCascade); - theModel->SetHighEnergyGenerator(&theStringModel); - theStringDecay = new G4ExcitedStringDecay(&theFragmentation); - theStringModel.SetFragmentationModel(theStringDecay); -} + G4FTFCNeutronBuilder:: + G4FTFCNeutronBuilder() + { + theMin = 15*GeV; + theModel = new G4TheoFSGenerator; + theCascade = new G4StringChipsParticleLevelInterface; + theModel->SetTransport(theCascade); + theModel->SetHighEnergyGenerator(&theStringModel); + theStringDecay = new G4ExcitedStringDecay(&theFragmentation); + theStringModel.SetFragmentationModel(theStringDecay); + } -G4FTFCNeutronBuilder:: -~G4FTFCNeutronBuilder() -{ - delete theStringDecay; -} + G4FTFCNeutronBuilder:: + ~G4FTFCNeutronBuilder() + { + delete theStringDecay; + } -void G4FTFCNeutronBuilder:: -Build(G4HadronElasticProcess & ) -{ -} + void G4FTFCNeutronBuilder:: + Build(G4HadronElasticProcess & ) + { + } -void G4FTFCNeutronBuilder:: -Build(G4HadronFissionProcess & ) -{ -} + void G4FTFCNeutronBuilder:: + Build(G4HadronFissionProcess & ) + { + } -void G4FTFCNeutronBuilder:: -Build(G4HadronCaptureProcess & ) -{ -} + void G4FTFCNeutronBuilder:: + Build(G4HadronCaptureProcess & ) + { + } -void G4FTFCNeutronBuilder:: -Build(G4NeutronInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); - aP.AddDataSet(&theXSec); -} + void G4FTFCNeutronBuilder:: + Build(G4NeutronInelasticProcess & aP) + { + aP.AddDataSet(&theXSec); -// 2002 by J.P. Wellisch + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + } + + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4FTFCPiKBuilder.cc b/hadronic_lists/lists/Packaging/src/G4FTFCPiKBuilder.cc index 922c54133b..2b85932525 100644 --- a/hadronic_lists/lists/Packaging/src/G4FTFCPiKBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4FTFCPiKBuilder.cc @@ -20,80 +20,80 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4FTFCPiKBuilder.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "G4FTFCPiKBuilder.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -G4FTFCPiKBuilder:: -G4FTFCPiKBuilder() -{ - theMin = 15*GeV; - theModel = new G4TheoFSGenerator; - theCascade = new G4StringChipsParticleLevelInterface; - theModel->SetTransport(theCascade); - theModel->SetHighEnergyGenerator(&theStringModel); - theStringDecay = new G4ExcitedStringDecay(&theFragmentation); - theStringModel.SetFragmentationModel(theStringDecay); -} + G4FTFCPiKBuilder:: + G4FTFCPiKBuilder() + { + theMin = 15*GeV; + theModel = new G4TheoFSGenerator; + theCascade = new G4StringChipsParticleLevelInterface; + theStringDecay = new G4ExcitedStringDecay(&theFragmentation); + theModel->SetTransport(theCascade); + theModel->SetHighEnergyGenerator(&theStringModel); + theStringModel.SetFragmentationModel(theStringDecay); + } -G4FTFCPiKBuilder:: -~G4FTFCPiKBuilder() -{ - delete theStringDecay; -} + G4FTFCPiKBuilder:: + ~G4FTFCPiKBuilder() + { + delete theStringDecay; + } -void G4FTFCPiKBuilder:: -Build(G4HadronElasticProcess & ) {} + void G4FTFCPiKBuilder:: + Build(G4HadronElasticProcess & ) {} -void G4FTFCPiKBuilder:: -Build(G4PionPlusInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.AddDataSet(&thePiData); - aP.RegisterMe(theModel); -} + void G4FTFCPiKBuilder:: + Build(G4PionPlusInelasticProcess & aP) + { + aP.AddDataSet(&thePiData); + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + } -void G4FTFCPiKBuilder:: -Build(G4PionMinusInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.AddDataSet(&thePiData); - aP.RegisterMe(theModel); -} + void G4FTFCPiKBuilder:: + Build(G4PionMinusInelasticProcess & aP) + { + aP.AddDataSet(&thePiData); + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + } -void G4FTFCPiKBuilder:: -Build(G4KaonPlusInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); -} + void G4FTFCPiKBuilder:: + Build(G4KaonPlusInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + } -void G4FTFCPiKBuilder:: -Build(G4KaonMinusInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); -} + void G4FTFCPiKBuilder:: + Build(G4KaonMinusInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + } -void G4FTFCPiKBuilder:: -Build(G4KaonZeroLInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); -} + void G4FTFCPiKBuilder:: + Build(G4KaonZeroLInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + } -void G4FTFCPiKBuilder:: -Build(G4KaonZeroSInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); -} + void G4FTFCPiKBuilder:: + Build(G4KaonZeroSInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + } -// 2002 by J.P. Wellisch + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4FTFCProtonBuilder.cc b/hadronic_lists/lists/Packaging/src/G4FTFCProtonBuilder.cc index 1a586b4cd4..4ba0a8de15 100644 --- a/hadronic_lists/lists/Packaging/src/G4FTFCProtonBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4FTFCProtonBuilder.cc @@ -24,28 +24,14 @@ #include "G4ParticleDefinition.hh" #include "G4ParticleTable.hh" #include "G4ProcessManager.hh" +#include "TheoModelFactory.hh" G4FTFCProtonBuilder:: G4FTFCProtonBuilder() { theMin = 15*GeV; - theModel = new G4TheoFSGenerator; - theCascade = new G4StringChipsParticleLevelInterface; - theModel->SetTransport(theCascade); - theModel->SetHighEnergyGenerator(&theStringModel); - theStringDecay = new G4ExcitedStringDecay(&theFragmentation); - theStringModel.SetFragmentationModel(theStringDecay); -} - -G4FTFCProtonBuilder:: -~G4FTFCProtonBuilder() -{ - delete theStringDecay; -} - -void G4FTFCProtonBuilder:: -Build(G4HadronElasticProcess & ) -{ + theModel = TheoModelFactory::New(); } void G4FTFCProtonBuilder:: diff --git a/hadronic_lists/lists/Packaging/src/G4FTFPNeutronBuilder.cc b/hadronic_lists/lists/Packaging/src/G4FTFPNeutronBuilder.cc index 2327bc82fb..abcd17a902 100644 --- a/hadronic_lists/lists/Packaging/src/G4FTFPNeutronBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4FTFPNeutronBuilder.cc @@ -20,53 +20,53 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4FTFPNeutronBuilder.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "G4FTFPNeutronBuilder.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -G4FTFPNeutronBuilder:: -G4FTFPNeutronBuilder() -{ - theMin = 15*GeV; - theModel = new G4TheoFSGenerator; - theCascade = new G4GeneratorPrecompoundInterface; - thePreEquilib = new G4PreCompoundModel(&theHandler); - theCascade->SetDeExcitation(thePreEquilib); - theModel->SetTransport(theCascade); - theModel->SetHighEnergyGenerator(&theStringModel); - theStringDecay = new G4ExcitedStringDecay(&theFragmentation); - theStringModel.SetFragmentationModel(theStringDecay); -} + G4FTFPNeutronBuilder:: + G4FTFPNeutronBuilder() + { + theMin = 15*GeV; + theModel = new G4TheoFSGenerator; + theCascade = new G4GeneratorPrecompoundInterface; + thePreEquilib = new G4PreCompoundModel(&theHandler); + theCascade->SetDeExcitation(thePreEquilib); + theModel->SetTransport(theCascade); + theModel->SetHighEnergyGenerator(&theStringModel); + theStringDecay = new G4ExcitedStringDecay(&theFragmentation); + theStringModel.SetFragmentationModel(theStringDecay); + } -G4FTFPNeutronBuilder:: -~G4FTFPNeutronBuilder() -{ - delete theStringDecay; -} + G4FTFPNeutronBuilder:: + ~G4FTFPNeutronBuilder() + { + delete theStringDecay; + } -void G4FTFPNeutronBuilder:: -Build(G4HadronElasticProcess & ) -{ -} + void G4FTFPNeutronBuilder:: + Build(G4HadronElasticProcess & ) + { + } -void G4FTFPNeutronBuilder:: -Build(G4HadronFissionProcess & ) -{ -} + void G4FTFPNeutronBuilder:: + Build(G4HadronFissionProcess & ) + { + } -void G4FTFPNeutronBuilder:: -Build(G4HadronCaptureProcess & ) -{ -} + void G4FTFPNeutronBuilder:: + Build(G4HadronCaptureProcess & ) + { + } -void G4FTFPNeutronBuilder:: -Build(G4NeutronInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); - aP.AddDataSet(&theXSec); -} + void G4FTFPNeutronBuilder:: + Build(G4NeutronInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + aP.AddDataSet(&theXSec); + } -// 2002 by J.P. Wellisch + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4FTFPPiKBuilder.cc b/hadronic_lists/lists/Packaging/src/G4FTFPPiKBuilder.cc index 6bf13d3a1d..41dbd21090 100644 --- a/hadronic_lists/lists/Packaging/src/G4FTFPPiKBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4FTFPPiKBuilder.cc @@ -20,82 +20,82 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4FTFPPiKBuilder.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "G4FTFPPiKBuilder.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -G4FTFPPiKBuilder:: -G4FTFPPiKBuilder() -{ - theMin = 15*GeV; - theModel = new G4TheoFSGenerator; - theCascade = new G4GeneratorPrecompoundInterface; - thePreEquilib = new G4PreCompoundModel(&theHandler); - theCascade->SetDeExcitation(thePreEquilib); - theModel->SetTransport(theCascade); - theModel->SetHighEnergyGenerator(&theStringModel); - theStringDecay = new G4ExcitedStringDecay(&theFragmentation); - theStringModel.SetFragmentationModel(theStringDecay); -} + G4FTFPPiKBuilder:: + G4FTFPPiKBuilder() + { + theMin = 15*GeV; + theModel = new G4TheoFSGenerator; + theCascade = new G4GeneratorPrecompoundInterface; + thePreEquilib = new G4PreCompoundModel(&theHandler); + theCascade->SetDeExcitation(thePreEquilib); + theModel->SetTransport(theCascade); + theModel->SetHighEnergyGenerator(&theStringModel); + theStringDecay = new G4ExcitedStringDecay(&theFragmentation); + theStringModel.SetFragmentationModel(theStringDecay); + } -G4FTFPPiKBuilder:: -~G4FTFPPiKBuilder() -{ - delete theStringDecay; -} + G4FTFPPiKBuilder:: + ~G4FTFPPiKBuilder() + { + delete theStringDecay; + } -void G4FTFPPiKBuilder:: -Build(G4HadronElasticProcess & ) {} + void G4FTFPPiKBuilder:: + Build(G4HadronElasticProcess & ) {} -void G4FTFPPiKBuilder:: -Build(G4PionPlusInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.AddDataSet(&thePiData); - aP.RegisterMe(theModel); -} + void G4FTFPPiKBuilder:: + Build(G4PionPlusInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.AddDataSet(&thePiData); + aP.RegisterMe(theModel); + } -void G4FTFPPiKBuilder:: -Build(G4PionMinusInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.AddDataSet(&thePiData); - aP.RegisterMe(theModel); -} + void G4FTFPPiKBuilder:: + Build(G4PionMinusInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.AddDataSet(&thePiData); + aP.RegisterMe(theModel); + } -void G4FTFPPiKBuilder:: -Build(G4KaonPlusInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); -} + void G4FTFPPiKBuilder:: + Build(G4KaonPlusInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + } -void G4FTFPPiKBuilder:: -Build(G4KaonMinusInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); -} + void G4FTFPPiKBuilder:: + Build(G4KaonMinusInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + } -void G4FTFPPiKBuilder:: -Build(G4KaonZeroLInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); -} + void G4FTFPPiKBuilder:: + Build(G4KaonZeroLInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + } -void G4FTFPPiKBuilder:: -Build(G4KaonZeroSInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); -} + void G4FTFPPiKBuilder:: + Build(G4KaonZeroSInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + } -// 2002 by J.P. Wellisch + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4FTFPProtonBuilder.cc b/hadronic_lists/lists/Packaging/src/G4FTFPProtonBuilder.cc index 109ca4c34c..aa94bb4de1 100644 --- a/hadronic_lists/lists/Packaging/src/G4FTFPProtonBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4FTFPProtonBuilder.cc @@ -20,43 +20,43 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4FTFPProtonBuilder.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "G4FTFPProtonBuilder.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -G4FTFPProtonBuilder:: -G4FTFPProtonBuilder() -{ - theMin = 15*GeV; - theModel = new G4TheoFSGenerator; - theCascade = new G4GeneratorPrecompoundInterface; - thePreEquilib = new G4PreCompoundModel(&theHandler); - theCascade->SetDeExcitation(thePreEquilib); - theModel->SetTransport(theCascade); - theModel->SetHighEnergyGenerator(&theStringModel); - theStringDecay = new G4ExcitedStringDecay(&theFragmentation); - theStringModel.SetFragmentationModel(theStringDecay); -} + G4FTFPProtonBuilder:: + G4FTFPProtonBuilder() + { + theMin = 15*GeV; + theModel = new G4TheoFSGenerator; + theCascade = new G4GeneratorPrecompoundInterface; + thePreEquilib = new G4PreCompoundModel(&theHandler); + theCascade->SetDeExcitation(thePreEquilib); + theModel->SetTransport(theCascade); + theModel->SetHighEnergyGenerator(&theStringModel); + theStringDecay = new G4ExcitedStringDecay(&theFragmentation); + theStringModel.SetFragmentationModel(theStringDecay); + } -G4FTFPProtonBuilder:: -~G4FTFPProtonBuilder() -{ - delete theStringDecay; -} + void G4FTFPProtonBuilder:: + Build(G4ProtonInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + aP.AddDataSet(&theXSec); + } -void G4FTFPProtonBuilder:: -Build(G4HadronElasticProcess & ) -{ -} + G4FTFPProtonBuilder:: + ~G4FTFPProtonBuilder() + { + delete theStringDecay; + } -void G4FTFPProtonBuilder:: -Build(G4ProtonInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); - aP.AddDataSet(&theXSec); -} + void G4FTFPProtonBuilder:: + Build(G4HadronElasticProcess & ) + { + } -// 2002 by J.P. Wellisch + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4HadronQEDBuilder.cc b/hadronic_lists/lists/Packaging/src/G4HadronQEDBuilder.cc index f4f0873e7a..4cf686d87e 100644 --- a/hadronic_lists/lists/Packaging/src/G4HadronQEDBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4HadronQEDBuilder.cc @@ -21,127 +21,13 @@ // ******************************************************************** // #include "G4HadronQEDBuilder.hh" - -#include "globals.hh" -#include "G4ios.hh" -#include "G4ParticleDefinition.hh" #include "G4ParticleTable.hh" -#include "G4MesonConstructor.hh" -#include "G4BaryonConstructor.hh" -#include "G4ProcessManager.hh" + +G4HadronQEDBuilder::G4HadronQEDBuilder(): wasActivated(false) {} -#include "G4Proton.hh" -#include "G4AntiProton.hh" - -#include "G4PionPlus.hh" -#include "G4PionMinus.hh" -#include "G4KaonPlus.hh" -#include "G4KaonMinus.hh" -#include "G4SigmaMinus.hh" -#include "G4AntiSigmaMinus.hh" -#include "G4SigmaPlus.hh" -#include "G4AntiSigmaPlus.hh" -#include "G4XiMinus.hh" -#include "G4AntiXiMinus.hh" -#include "G4OmegaMinus.hh" -#include "G4AntiOmegaMinus.hh" - -#include "PortingDisclaimer.hh" - -G4HadronQEDBuilder::G4HadronQEDBuilder(): wasActivated(false) -{ - if(!(PortingDisclaimer::PrintLocalDisclaimer())) - { - G4Exception("G4HadronQEDBuilder", "007", FatalException, - "library screw-up: linking went badly wrong" ); - } -} G4HadronQEDBuilder::~G4HadronQEDBuilder() -{ - if(wasActivated) - { - RemoveOne(G4PionPlus::PionPlus()->GetProcessManager(), &thePionPlusMult, &thePionPlusIonisation); - RemoveOne(G4PionMinus::PionMinus()->GetProcessManager(), &thePionMinusMult, &thePionMinusIonisation); - RemoveOne(G4KaonPlus::KaonPlus()->GetProcessManager(), &theKaonPlusMult, &theKaonPlusIonisation); - RemoveOne(G4KaonMinus::KaonMinus()->GetProcessManager(), &theKaonMinusMult, &theKaonMinusIonisation); - RemoveOne(G4Proton::Proton()->GetProcessManager(), &theProtonMult, &theProtonIonisation); - RemoveOne(G4AntiProton::AntiProton()->GetProcessManager(), &theAntiProtonMult, &theAntiProtonIonisation); - RemoveOne(G4SigmaMinus::SigmaMinus()->GetProcessManager(), &theSigmaMinusMult, &theSigmaMinusIonisation); - RemoveOne(G4AntiSigmaMinus::AntiSigmaMinus()->GetProcessManager(), &theAntiSigmaMinusMult, &theAntiSigmaMinusIonisation); - RemoveOne(G4SigmaPlus::SigmaPlus()->GetProcessManager(), &theSigmaPlusMult, &theSigmaPlusIonisation); - RemoveOne(G4AntiSigmaPlus::AntiSigmaPlus()->GetProcessManager(), &theAntiSigmaPlusMult, &theAntiSigmaPlusIonisation); - RemoveOne(G4XiMinus::XiMinus()->GetProcessManager(), &theXiMinusMult, &theXiMinusIonisation); - RemoveOne(G4AntiXiMinus::AntiXiMinus()->GetProcessManager(), &theAntiXiMinusMult, &theAntiXiMinusIonisation); - RemoveOne(G4OmegaMinus::OmegaMinus()->GetProcessManager(), &theOmegaMinusMult, &theOmegaMinusIonisation); - RemoveOne(G4AntiOmegaMinus::AntiOmegaMinus()->GetProcessManager(), &theAntiOmegaMinusMult, &theAntiOmegaMinusIonisation); - } -} - -void G4HadronQEDBuilder:: -RegisterOne(G4ProcessManager* aP, G4MultipleScattering * aM, G4hIonisation* aI) -{ - aP->AddProcess(aI, ordInActive,2, 2); - aP->AddProcess(aM); - aP->SetProcessOrdering(aM, idxAlongStep, 1); - aP->SetProcessOrdering(aM, idxPostStep, 1); -} - -void G4HadronQEDBuilder:: -RemoveOne(G4ProcessManager* aP, G4MultipleScattering * aM, G4hIonisation* aI) -{ - if(aP) aP->RemoveProcess(aI); - if(aP) aP->RemoveProcess(aM); -} - -void G4HadronQEDBuilder::Build() -{ - wasActivated = true; - - // PionPlus - RegisterOne(G4PionPlus::PionPlus()->GetProcessManager(), &thePionPlusMult, &thePionPlusIonisation); - - // PionMinus - RegisterOne(G4PionMinus::PionMinus()->GetProcessManager(), &thePionMinusMult, &thePionMinusIonisation); - - // KaonPlus - RegisterOne(G4KaonPlus::KaonPlus()->GetProcessManager(), &theKaonPlusMult, &theKaonPlusIonisation); - - // KaonMinus - RegisterOne(G4KaonMinus::KaonMinus()->GetProcessManager(), &theKaonMinusMult, &theKaonMinusIonisation); - - // Proton - RegisterOne(G4Proton::Proton()->GetProcessManager(), &theProtonMult, &theProtonIonisation); - - // anti-Proton - RegisterOne(G4AntiProton::AntiProton()->GetProcessManager(), &theAntiProtonMult, &theAntiProtonIonisation); - - // SigmaMinus - RegisterOne(G4SigmaMinus::SigmaMinus()->GetProcessManager(), &theSigmaMinusMult, &theSigmaMinusIonisation); - - // anti-SigmaMinus - RegisterOne(G4AntiSigmaMinus::AntiSigmaMinus()->GetProcessManager(), &theAntiSigmaMinusMult, &theAntiSigmaMinusIonisation); - - // SigmaPlus - RegisterOne(G4SigmaPlus::SigmaPlus()->GetProcessManager(), &theSigmaPlusMult, &theSigmaPlusIonisation); - - // anti-SigmaPlus - RegisterOne(G4AntiSigmaPlus::AntiSigmaPlus()->GetProcessManager(), &theAntiSigmaPlusMult, &theAntiSigmaPlusIonisation); - - // XiMinus - RegisterOne(G4XiMinus::XiMinus()->GetProcessManager(), &theXiMinusMult, &theXiMinusIonisation); - - // anti-XiMinus - RegisterOne(G4AntiXiMinus::AntiXiMinus()->GetProcessManager(), &theAntiXiMinusMult, &theAntiXiMinusIonisation); - - // OmegaMinus - RegisterOne(G4OmegaMinus::OmegaMinus()->GetProcessManager(), &theOmegaMinusMult, &theOmegaMinusIonisation); - - // anti-OmegaMinus - RegisterOne(G4AntiOmegaMinus::AntiOmegaMinus()->GetProcessManager(), &theAntiOmegaMinusMult, &theAntiOmegaMinusIonisation); -} - - - +{ if(wasActivated) std::for_each(theCache().begin(), theCache().end(), Clear()); } +void G4HadronQEDBuilder::Build() { wasActivated = true; Apply::ForEachIn(); } // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4LEADNeutronBuilder.cc b/hadronic_lists/lists/Packaging/src/G4LEADNeutronBuilder.cc index 904cd6941f..84f4401179 100644 --- a/hadronic_lists/lists/Packaging/src/G4LEADNeutronBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4LEADNeutronBuilder.cc @@ -20,42 +20,36 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4LEADNeutronBuilder.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "G4LEADNeutronBuilder.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -G4LEADNeutronBuilder:: -G4LEADNeutronBuilder() -{ - theMin = 0; - theModel = new G4Mars5GeV; -} + G4LEADNeutronBuilder:: + G4LEADNeutronBuilder() + { + theMin = 0; + theModel = new G4Mars5GeV; + } -G4LEADNeutronBuilder:: -~G4LEADNeutronBuilder() {} + G4LEADNeutronBuilder:: + ~G4LEADNeutronBuilder() {} -void G4LEADNeutronBuilder:: -Build(G4HadronElasticProcess & ) -{ -} + void G4LEADNeutronBuilder:: + Build(G4NeutronInelasticProcess & aP) + { + aP.AddDataSet(&theXSec); + theModel->SetMinEnergy(theMin); + aP.RegisterMe(theModel); + } -void G4LEADNeutronBuilder:: -Build(G4HadronFissionProcess & ) -{ -} + void G4LEADNeutronBuilder:: + Build(G4HadronElasticProcess & ){} -void G4LEADNeutronBuilder:: -Build(G4HadronCaptureProcess & ) -{ -} + void G4LEADNeutronBuilder:: + Build(G4HadronFissionProcess & ){} -void G4LEADNeutronBuilder:: -Build(G4NeutronInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - aP.RegisterMe(theModel); - aP.AddDataSet(&theXSec); -} + void G4LEADNeutronBuilder:: + Build(G4HadronCaptureProcess & ){} -// 2002 by J.P. Wellisch + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4LEADPiKBuilder.cc b/hadronic_lists/lists/Packaging/src/G4LEADPiKBuilder.cc index 2b10ba3c24..8645b48dfb 100644 --- a/hadronic_lists/lists/Packaging/src/G4LEADPiKBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4LEADPiKBuilder.cc @@ -42,6 +42,7 @@ void G4LEADPiKBuilder:: Build(G4PionPlusInelasticProcess & aP) { aP.RegisterMe(theModel); + aP.AddDataSet(&thePiData); theModel->SetMinEnergy(theMin); } @@ -57,7 +58,6 @@ void G4LEADPiKBuilder:: Build(G4KaonPlusInelasticProcess & aP) { aP.RegisterMe(theModel); - aP.AddDataSet(&thePiData); theModel->SetMinEnergy(theMin); } diff --git a/hadronic_lists/lists/Packaging/src/G4LEPNeutronBuilder.cc b/hadronic_lists/lists/Packaging/src/G4LEPNeutronBuilder.cc index 1fd1e59106..dec3b49046 100644 --- a/hadronic_lists/lists/Packaging/src/G4LEPNeutronBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4LEPNeutronBuilder.cc @@ -30,7 +30,7 @@ G4LEPNeutronBuilder() { theMin = 0; theIMin = theMin; - theMax = 100*TeV; + theMax = 20*TeV; theIMax = 55*GeV; } diff --git a/hadronic_lists/lists/Packaging/src/G4LHEPNeutronBuilder.cc b/hadronic_lists/lists/Packaging/src/G4LHEPNeutronBuilder.cc index f54322df18..7754d03802 100644 --- a/hadronic_lists/lists/Packaging/src/G4LHEPNeutronBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4LHEPNeutronBuilder.cc @@ -20,55 +20,55 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4LHEPNeutronBuilder.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "G4LHEPNeutronBuilder.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -G4LHEPNeutronBuilder:: -G4LHEPNeutronBuilder() -{ - theMin = 0; - theIMin = 0; -} + G4LHEPNeutronBuilder:: + G4LHEPNeutronBuilder() + { + theMin = 0; + theIMin = 0; + } -G4LHEPNeutronBuilder:: -~G4LHEPNeutronBuilder() {} + G4LHEPNeutronBuilder:: + ~G4LHEPNeutronBuilder() {} -void G4LHEPNeutronBuilder:: -Build(G4HadronElasticProcess & aP) -{ - theElasticModel = new G4LElastic(); - theElasticModel->SetMinEnergy(theMin); - aP.RegisterMe(theElasticModel); -} + void G4LHEPNeutronBuilder:: + Build(G4NeutronInelasticProcess & aP) + { + theLENeutronModel = new G4LENeutronInelastic(); + theHENeutronModel = new G4HENeutronInelastic(); + theLENeutronModel->SetMinEnergy(theIMin); + theLENeutronModel->SetMaxEnergy(55*GeV); + theHENeutronModel->SetMinEnergy(25*GeV); + aP.RegisterMe(theLENeutronModel); + aP.RegisterMe(theHENeutronModel); + } -void G4LHEPNeutronBuilder:: -Build(G4HadronFissionProcess & aP) -{ - theNeutronFissionModel = new G4LFission(); - theNeutronFissionModel->SetMinEnergy(theMin); - aP.RegisterMe(theNeutronFissionModel); -} + void G4LHEPNeutronBuilder:: + Build(G4HadronFissionProcess & aP) + { + theNeutronFissionModel = new G4LFission(); + theNeutronFissionModel->SetMinEnergy(theMin); + aP.RegisterMe(theNeutronFissionModel); + } -void G4LHEPNeutronBuilder:: -Build(G4HadronCaptureProcess & aP) -{ - theNeutronCaptureModel = new G4LCapture(); - theNeutronCaptureModel->SetMinEnergy(theMin); - aP.RegisterMe(theNeutronCaptureModel); -} + void G4LHEPNeutronBuilder:: + Build(G4HadronElasticProcess & aP) + { + theElasticModel = new G4LElastic(); + theElasticModel->SetMinEnergy(theMin); + aP.RegisterMe(theElasticModel); + } -void G4LHEPNeutronBuilder:: -Build(G4NeutronInelasticProcess & aP) -{ - theLENeutronModel = new G4LENeutronInelastic(); - theHENeutronModel = new G4HENeutronInelastic(); - theLENeutronModel->SetMinEnergy(theIMin); - theLENeutronModel->SetMaxEnergy(55*GeV); - theHENeutronModel->SetMinEnergy(25*GeV); - aP.RegisterMe(theLENeutronModel); - aP.RegisterMe(theHENeutronModel); -} + void G4LHEPNeutronBuilder:: + Build(G4HadronCaptureProcess & aP) + { + theNeutronCaptureModel = new G4LCapture(); + theNeutronCaptureModel->SetMinEnergy(theMin); + aP.RegisterMe(theNeutronCaptureModel); + } -// 2002 by J.P. Wellisch + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4MiscLHEPBuilder.cc b/hadronic_lists/lists/Packaging/src/G4MiscLHEPBuilder.cc index 3aa627c8f8..59dbdb3cda 100644 --- a/hadronic_lists/lists/Packaging/src/G4MiscLHEPBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4MiscLHEPBuilder.cc @@ -31,49 +31,49 @@ G4MiscLHEPBuilder::~G4MiscLHEPBuilder() { if(wasActivated) { - G4ProcessManager * aProcMan = 0; - aProcMan = G4AntiProton::AntiProton()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theAntiProtonInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theAntiProtonElasticProcess); - aProcMan = G4AntiNeutron::AntiNeutron()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theAntiNeutronInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theAntiNeutronElasticProcess); - aProcMan = G4Lambda::Lambda()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theLambdaInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theLambdaElasticProcess); - aProcMan = G4AntiLambda::AntiLambda()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theAntiLambdaInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theAntiLambdaElasticProcess); - aProcMan = G4SigmaMinus::SigmaMinus()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theSigmaMinusInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theSigmaMinusElasticProcess); - aProcMan = G4AntiSigmaMinus::AntiSigmaMinus()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theAntiSigmaMinusInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theAntiSigmaMinusElasticProcess); - aProcMan = G4SigmaPlus::SigmaPlus()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theSigmaPlusInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theSigmaPlusElasticProcess); - aProcMan = G4AntiSigmaPlus::AntiSigmaPlus()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theAntiSigmaPlusInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theAntiSigmaPlusElasticProcess); - aProcMan = G4XiMinus::XiMinus()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theXiMinusInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theXiMinusElasticProcess); - aProcMan = G4AntiXiMinus::AntiXiMinus()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theAntiXiMinusInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theAntiXiMinusElasticProcess); - aProcMan = G4XiZero::XiZero()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theXiZeroInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theXiZeroElasticProcess); - aProcMan = G4AntiXiZero::AntiXiZero()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theAntiXiZeroInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theAntiXiZeroElasticProcess); - aProcMan = G4OmegaMinus::OmegaMinus()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theOmegaMinusInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theOmegaMinusElasticProcess); - aProcMan = G4AntiOmegaMinus::AntiOmegaMinus()->GetProcessManager(); - if(aProcMan) aProcMan->RemoveProcess(&theAntiOmegaMinusInelastic); - if(aProcMan) aProcMan->RemoveProcess(&theAntiOmegaMinusElasticProcess); + G4ProcessManager * aProcMan = 0; + aProcMan = G4AntiProton::AntiProton()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theAntiProtonInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theAntiProtonElasticProcess); + aProcMan = G4AntiNeutron::AntiNeutron()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theAntiNeutronInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theAntiNeutronElasticProcess); + aProcMan = G4Lambda::Lambda()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theLambdaInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theLambdaElasticProcess); + aProcMan = G4AntiLambda::AntiLambda()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theAntiLambdaInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theAntiLambdaElasticProcess); + aProcMan = G4SigmaMinus::SigmaMinus()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theSigmaMinusInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theSigmaMinusElasticProcess); + aProcMan = G4AntiSigmaMinus::AntiSigmaMinus()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theAntiSigmaMinusInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theAntiSigmaMinusElasticProcess); + aProcMan = G4SigmaPlus::SigmaPlus()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theSigmaPlusInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theSigmaPlusElasticProcess); + aProcMan = G4AntiSigmaPlus::AntiSigmaPlus()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theAntiSigmaPlusInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theAntiSigmaPlusElasticProcess); + aProcMan = G4XiMinus::XiMinus()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theXiMinusInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theXiMinusElasticProcess); + aProcMan = G4AntiXiMinus::AntiXiMinus()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theAntiXiMinusInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theAntiXiMinusElasticProcess); + aProcMan = G4XiZero::XiZero()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theXiZeroInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theXiZeroElasticProcess); + aProcMan = G4AntiXiZero::AntiXiZero()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theAntiXiZeroInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theAntiXiZeroElasticProcess); + aProcMan = G4OmegaMinus::OmegaMinus()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theOmegaMinusInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theOmegaMinusElasticProcess); + aProcMan = G4AntiOmegaMinus::AntiOmegaMinus()->GetProcessManager(); + if(aProcMan) aProcMan->RemoveProcess(&theAntiOmegaMinusInelastic); + if(aProcMan) aProcMan->RemoveProcess(&theAntiOmegaMinusElasticProcess); } } diff --git a/hadronic_lists/lists/Packaging/src/G4PiKBuilder.cc b/hadronic_lists/lists/Packaging/src/G4PiKBuilder.cc index 59c9fe7f0b..91e0f031c2 100644 --- a/hadronic_lists/lists/Packaging/src/G4PiKBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4PiKBuilder.cc @@ -32,25 +32,25 @@ G4PiKBuilder:: ~G4PiKBuilder(){ if(wasActivated) { - G4ProcessManager * theProcMan; - theProcMan = G4PionPlus::PionPlus()->GetProcessManager(); - if(theProcMan) theProcMan->RemoveProcess(&thePionPlusElasticProcess); - if(theProcMan) theProcMan->RemoveProcess(&thePionPlusInelastic); - theProcMan = G4PionMinus::PionMinus()->GetProcessManager(); - if(theProcMan) theProcMan->RemoveProcess(&thePionMinusElasticProcess); - if(theProcMan) theProcMan->RemoveProcess(&thePionMinusInelastic); - theProcMan = G4KaonPlus::KaonPlus()->GetProcessManager(); - if(theProcMan) theProcMan->RemoveProcess(&theKaonPlusElasticProcess); - if(theProcMan) theProcMan->RemoveProcess(&theKaonPlusInelastic); - theProcMan = G4KaonMinus::KaonMinus()->GetProcessManager(); - if(theProcMan) theProcMan->RemoveProcess(&theKaonMinusElasticProcess); - if(theProcMan) theProcMan->RemoveProcess(&theKaonMinusInelastic); - theProcMan = G4KaonZeroLong::KaonZeroLong()->GetProcessManager(); - if(theProcMan) theProcMan->RemoveProcess(&theKaonZeroLElasticProcess); - if(theProcMan) theProcMan->RemoveProcess(&theKaonZeroLInelastic); - theProcMan = G4KaonZeroShort::KaonZeroShort()->GetProcessManager(); - if(theProcMan) theProcMan->RemoveProcess(&theKaonZeroSElasticProcess); - if(theProcMan) theProcMan->RemoveProcess(&theKaonZeroSInelastic); + G4ProcessManager * theProcMan; + theProcMan = G4PionPlus::PionPlus()->GetProcessManager(); + if(theProcMan) theProcMan->RemoveProcess(&thePionPlusElasticProcess); + if(theProcMan) theProcMan->RemoveProcess(&thePionPlusInelastic); + theProcMan = G4PionMinus::PionMinus()->GetProcessManager(); + if(theProcMan) theProcMan->RemoveProcess(&thePionMinusElasticProcess); + if(theProcMan) theProcMan->RemoveProcess(&thePionMinusInelastic); + theProcMan = G4KaonPlus::KaonPlus()->GetProcessManager(); + if(theProcMan) theProcMan->RemoveProcess(&theKaonPlusElasticProcess); + if(theProcMan) theProcMan->RemoveProcess(&theKaonPlusInelastic); + theProcMan = G4KaonMinus::KaonMinus()->GetProcessManager(); + if(theProcMan) theProcMan->RemoveProcess(&theKaonMinusElasticProcess); + if(theProcMan) theProcMan->RemoveProcess(&theKaonMinusInelastic); + theProcMan = G4KaonZeroLong::KaonZeroLong()->GetProcessManager(); + if(theProcMan) theProcMan->RemoveProcess(&theKaonZeroLElasticProcess); + if(theProcMan) theProcMan->RemoveProcess(&theKaonZeroLInelastic); + theProcMan = G4KaonZeroShort::KaonZeroShort()->GetProcessManager(); + if(theProcMan) theProcMan->RemoveProcess(&theKaonZeroSElasticProcess); + if(theProcMan) theProcMan->RemoveProcess(&theKaonZeroSInelastic); } } diff --git a/hadronic_lists/lists/Packaging/src/G4PrecoNeutronBuilder.cc b/hadronic_lists/lists/Packaging/src/G4PrecoNeutronBuilder.cc index 786bd26b77..d6242d9086 100644 --- a/hadronic_lists/lists/Packaging/src/G4PrecoNeutronBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4PrecoNeutronBuilder.cc @@ -29,7 +29,7 @@ G4PrecoNeutronBuilder:: G4PrecoNeutronBuilder() { theMin = 0; - theMax = 150.*MeV; + theMax = 170.*MeV; theModel = new G4PreCompoundModel(&theHandler); } diff --git a/hadronic_lists/lists/Packaging/src/G4PrecoProtonBuilder.cc b/hadronic_lists/lists/Packaging/src/G4PrecoProtonBuilder.cc index 2c4b958d22..758ddbe465 100644 --- a/hadronic_lists/lists/Packaging/src/G4PrecoProtonBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4PrecoProtonBuilder.cc @@ -29,7 +29,7 @@ G4PrecoProtonBuilder:: G4PrecoProtonBuilder() { theMin = 0; - theMax = 150.*MeV; + theMax = 170.*MeV; theModel = new G4PreCompoundModel(&theHandler); } diff --git a/hadronic_lists/lists/Packaging/src/G4ProtonBuilder.cc b/hadronic_lists/lists/Packaging/src/G4ProtonBuilder.cc index 1f834dc1aa..fe53ed99b2 100644 --- a/hadronic_lists/lists/Packaging/src/G4ProtonBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4ProtonBuilder.cc @@ -20,37 +20,38 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4ProtonBuilder.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "G4ProtonBuilder.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -G4ProtonBuilder:: -G4ProtonBuilder(): wasActivated(false) {} + void G4ProtonBuilder:: + Build() + { + wasActivated = true; + std::vector::iterator i; + for(i=theModelCollections.begin(); i!=theModelCollections.end(); i++) + { + (*i)->Build(theProtonElasticProcess); + (*i)->Build(theProtonInelastic); + } + G4ProcessManager * theProcMan = G4Proton::Proton()->GetProcessManager(); + theProcMan->AddDiscreteProcess(&theProtonElasticProcess); + theProcMan->AddDiscreteProcess(&theProtonInelastic); + } -G4ProtonBuilder:: -~G4ProtonBuilder() -{ - if(wasActivated) - { - G4ProcessManager * theProcMan = G4Proton::Proton()->GetProcessManager(); - if(theProcMan) theProcMan->RemoveProcess(&theProtonElasticProcess); - if(theProcMan) theProcMan->RemoveProcess(&theProtonInelastic); - } -} + G4ProtonBuilder:: + G4ProtonBuilder(): wasActivated(false) {} -void G4ProtonBuilder:: -Build() -{ - wasActivated = true; - std::vector::iterator i; - for(i=theModelCollections.begin(); i!=theModelCollections.end(); i++) - { - (*i)->Build(theProtonElasticProcess); - (*i)->Build(theProtonInelastic); - } - G4ProcessManager * theProcMan = G4Proton::Proton()->GetProcessManager(); - theProcMan->AddDiscreteProcess(&theProtonElasticProcess); - theProcMan->AddDiscreteProcess(&theProtonInelastic); -} -// 2002 by J.P. Wellisch + G4ProtonBuilder:: + ~G4ProtonBuilder() + { + if(wasActivated) + { + G4ProcessManager * theProcMan = G4Proton::Proton()->GetProcessManager(); + if(theProcMan) theProcMan->RemoveProcess(&theProtonElasticProcess); + if(theProcMan) theProcMan->RemoveProcess(&theProtonInelastic); + } + } + + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4QGSCNeutronBuilder.cc b/hadronic_lists/lists/Packaging/src/G4QGSCNeutronBuilder.cc index 9c6acef78e..fb8a25d910 100644 --- a/hadronic_lists/lists/Packaging/src/G4QGSCNeutronBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4QGSCNeutronBuilder.cc @@ -20,51 +20,36 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4QGSCNeutronBuilder.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "G4QGSCNeutronBuilder.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -G4QGSCNeutronBuilder:: -G4QGSCNeutronBuilder() -{ - theMin = 15*GeV; - theModel = new G4TheoFSGenerator; - theCascade = new G4StringChipsParticleLevelInterface; - theModel->SetTransport(theCascade); - theModel->SetHighEnergyGenerator(&theStringModel); - theStringDecay = new G4ExcitedStringDecay(&theFragmentation); - theStringModel.SetFragmentationModel(theStringDecay); -} + G4QGSCNeutronBuilder:: + G4QGSCNeutronBuilder() + { + theMin = 8*GeV; + theModel = new G4TheoFSGenerator; + theCascade = new G4StringChipsParticleLevelInterface; + theModel->SetTransport(theCascade); + theModel->SetHighEnergyGenerator(&theStringModel); + theStringDecay = new G4ExcitedStringDecay(&theFragmentation); + theStringModel.SetFragmentationModel(theStringDecay); + } -G4QGSCNeutronBuilder:: -~G4QGSCNeutronBuilder() -{ - delete theStringDecay; -} + G4QGSCNeutronBuilder:: + ~G4QGSCNeutronBuilder() + { + delete theStringDecay; + } -void G4QGSCNeutronBuilder:: -Build(G4HadronElasticProcess & ) -{ -} + void G4QGSCNeutronBuilder:: + Build(G4NeutronInelasticProcess & aP) + { + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + aP.AddDataSet(&theXSec); + } -void G4QGSCNeutronBuilder:: -Build(G4HadronFissionProcess & ) -{ -} - -void G4QGSCNeutronBuilder:: -Build(G4HadronCaptureProcess & ) -{ -} - -void G4QGSCNeutronBuilder:: -Build(G4NeutronInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); - aP.AddDataSet(&theXSec); -} - -// 2002 by J.P. Wellisch + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/G4QGSCPiKBuilder.cc b/hadronic_lists/lists/Packaging/src/G4QGSCPiKBuilder.cc index f87c4c8762..f4b111b17b 100644 --- a/hadronic_lists/lists/Packaging/src/G4QGSCPiKBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4QGSCPiKBuilder.cc @@ -28,7 +28,7 @@ G4QGSCPiKBuilder:: G4QGSCPiKBuilder() { - theMin = 15*GeV; + theMin = 8*GeV; theModel = new G4TheoFSGenerator; theCascade = new G4StringChipsParticleLevelInterface; theModel->SetTransport(theCascade); diff --git a/hadronic_lists/lists/Packaging/src/G4QGSCProtonBuilder.cc b/hadronic_lists/lists/Packaging/src/G4QGSCProtonBuilder.cc index f57583b880..bfec356981 100644 --- a/hadronic_lists/lists/Packaging/src/G4QGSCProtonBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4QGSCProtonBuilder.cc @@ -28,7 +28,7 @@ G4QGSCProtonBuilder:: G4QGSCProtonBuilder() { - theMin = 15*GeV; + theMin = 8*GeV; theModel = new G4TheoFSGenerator; theCascade = new G4StringChipsParticleLevelInterface; theModel->SetTransport(theCascade); diff --git a/hadronic_lists/lists/Packaging/src/G4QGSPNeutronBuilder.cc b/hadronic_lists/lists/Packaging/src/G4QGSPNeutronBuilder.cc index 3818d69cf3..e1660a6240 100644 --- a/hadronic_lists/lists/Packaging/src/G4QGSPNeutronBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4QGSPNeutronBuilder.cc @@ -28,7 +28,7 @@ G4QGSPNeutronBuilder:: G4QGSPNeutronBuilder() { - theMin = 15*GeV; + theMin = 12*GeV; theModel = new G4TheoFSGenerator; theCascade = new G4GeneratorPrecompoundInterface; thePreEquilib = new G4PreCompoundModel(&theHandler); diff --git a/hadronic_lists/lists/Packaging/src/G4QGSPPiKBuilder.cc b/hadronic_lists/lists/Packaging/src/G4QGSPPiKBuilder.cc index 239f5ba24a..b99bd73476 100644 --- a/hadronic_lists/lists/Packaging/src/G4QGSPPiKBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4QGSPPiKBuilder.cc @@ -28,7 +28,7 @@ G4QGSPPiKBuilder:: G4QGSPPiKBuilder() { - theMin = 15*GeV; + theMin = 12*GeV; theModel = new G4TheoFSGenerator; theCascade = new G4GeneratorPrecompoundInterface; thePreEquilib = new G4PreCompoundModel(&theHandler); diff --git a/hadronic_lists/lists/Packaging/src/G4QGSPProtonBuilder.cc b/hadronic_lists/lists/Packaging/src/G4QGSPProtonBuilder.cc index 8c13314e54..a1e387b6ae 100644 --- a/hadronic_lists/lists/Packaging/src/G4QGSPProtonBuilder.cc +++ b/hadronic_lists/lists/Packaging/src/G4QGSPProtonBuilder.cc @@ -20,43 +20,43 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "G4QGSPProtonBuilder.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "G4QGSPProtonBuilder.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -G4QGSPProtonBuilder:: -G4QGSPProtonBuilder() -{ - theMin = 15*GeV; - theModel = new G4TheoFSGenerator; - theCascade = new G4GeneratorPrecompoundInterface; - thePreEquilib = new G4PreCompoundModel(&theHandler); - theCascade->SetDeExcitation(thePreEquilib); - theModel->SetTransport(theCascade); - theModel->SetHighEnergyGenerator(&theStringModel); - theStringDecay = new G4ExcitedStringDecay(&theFragmentation); - theStringModel.SetFragmentationModel(theStringDecay); -} + G4QGSPProtonBuilder:: + G4QGSPProtonBuilder() + { + theMin = 12*GeV; + theModel = new G4TheoFSGenerator; + theCascade = new G4GeneratorPrecompoundInterface; + thePreEquilib = new G4PreCompoundModel(&theHandler); + theCascade->SetDeExcitation(thePreEquilib); + theModel->SetTransport(theCascade); + theModel->SetHighEnergyGenerator(&theStringModel); + theStringDecay = new G4ExcitedStringDecay(&theFragmentation); + theStringModel.SetFragmentationModel(theStringDecay); + } -G4QGSPProtonBuilder:: -~G4QGSPProtonBuilder() -{ - delete theStringDecay; -} + void G4QGSPProtonBuilder:: + Build(G4ProtonInelasticProcess & aP) + { + aP.AddDataSet(&theXSec); + theModel->SetMinEnergy(theMin); + theModel->SetMaxEnergy(100*TeV); + aP.RegisterMe(theModel); + } -void G4QGSPProtonBuilder:: -Build(G4HadronElasticProcess & ) -{ -} + void G4QGSPProtonBuilder:: + Build(G4HadronElasticProcess & ) + { + } -void G4QGSPProtonBuilder:: -Build(G4ProtonInelasticProcess & aP) -{ - theModel->SetMinEnergy(theMin); - theModel->SetMaxEnergy(100*TeV); - aP.RegisterMe(theModel); - aP.AddDataSet(&theXSec); -} + G4QGSPProtonBuilder:: + ~G4QGSPProtonBuilder() + { + delete theStringDecay; + } -// 2002 by J.P. Wellisch + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/GeneralPhysics.cc b/hadronic_lists/lists/Packaging/src/GeneralPhysics.cc index ef9730e06d..1479a5b0c9 100644 --- a/hadronic_lists/lists/Packaging/src/GeneralPhysics.cc +++ b/hadronic_lists/lists/Packaging/src/GeneralPhysics.cc @@ -40,15 +40,14 @@ GeneralPhysics::~GeneralPhysics() { if(wasActivated) { - theParticleIterator->reset(); - while( (*theParticleIterator)() ){ - G4ParticleDefinition* particle = theParticleIterator->value(); - G4ProcessManager* pmanager = particle->GetProcessManager(); - if (fDecayProcess.IsApplicable(*particle)) { - if(pmanager) pmanager ->RemoveProcess(&fDecayProcess); + theParticleIterator->reset(); + while( (*theParticleIterator)() ) + { + G4ParticleDefinition* particle = theParticleIterator->value(); + G4ProcessManager* pmanager = particle->GetProcessManager(); + if (fDecayProcess.IsApplicable(*particle) && pmanager) pmanager ->RemoveProcess(&fDecayProcess); } } - } } void GeneralPhysics::ConstructParticle() @@ -62,17 +61,21 @@ void GeneralPhysics::ConstructProcess() { // Add Decay Process theParticleIterator->reset(); - while( (*theParticleIterator)() ){ - G4ParticleDefinition* particle = theParticleIterator->value(); - G4ProcessManager* pmanager = particle->GetProcessManager(); - if (fDecayProcess.IsApplicable(*particle)) { - pmanager ->AddProcess(&fDecayProcess); - // set ordering for PostStepDoIt and AtRestDoIt - pmanager ->SetProcessOrdering(&fDecayProcess, idxPostStep); - pmanager ->SetProcessOrdering(&fDecayProcess, idxAtRest); + G4ParticleDefinition* particle=0; + G4ProcessManager* pmanager=0; + while( (*theParticleIterator)() ) + { + particle = theParticleIterator->value(); + pmanager = particle->GetProcessManager(); + if( fDecayProcess.IsApplicable(*particle) ) + { + pmanager -> AddProcess(&fDecayProcess); + pmanager -> SetProcessOrdering(&fDecayProcess, idxPostStep); + pmanager -> SetProcessOrdering(&fDecayProcess, idxAtRest); } } } // 2002 by J.P. Wellisch + diff --git a/hadronic_lists/lists/Packaging/src/IonPhysics.cc b/hadronic_lists/lists/Packaging/src/IonPhysics.cc index e098bd0533..b9184fe2ed 100644 --- a/hadronic_lists/lists/Packaging/src/IonPhysics.cc +++ b/hadronic_lists/lists/Packaging/src/IonPhysics.cc @@ -20,147 +20,144 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "IonPhysics.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" -#include "G4ProcessManager.hh" + #include "IonPhysics.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" + #include "G4ProcessManager.hh" -// Nuclei -#include "G4IonConstructor.hh" + // Nuclei + #include "G4IonConstructor.hh" -#include "globals.hh" -#include "G4ios.hh" + #include "globals.hh" + #include "G4ios.hh" -IonPhysics::IonPhysics(const G4String& name) - : G4VPhysicsConstructor(name), wasActivated(false) -{ -} + IonPhysics::IonPhysics(const G4String& name) + : G4VPhysicsConstructor(name), wasActivated(false) + { + } -IonPhysics::~IonPhysics() -{ - if(wasActivated) - { - G4ProcessManager * pManager = 0; - - pManager = G4GenericIon::GenericIon()->GetProcessManager(); - //if(pManager) pManager->RemoveProcess(&theIonElasticProcess); - //if(pManager) pManager->RemoveProcess(&fIonIonisation); - // if(pManager) pManager->RemoveProcess(&fIonMultipleScattering); + IonPhysics::~IonPhysics() + { + if(wasActivated) + { + G4ProcessManager * pManager = 0; - pManager = G4Deuteron::Deuteron()->GetProcessManager(); - if(pManager) pManager->RemoveProcess(&theDElasticProcess); - if(pManager) pManager->RemoveProcess(&fDeuteronProcess); - if(pManager) pManager->RemoveProcess(&fDeuteronIonisation); - if(pManager) pManager->RemoveProcess(&fDeuteronMultipleScattering); - - pManager = G4Triton::Triton()->GetProcessManager(); - if(pManager) pManager->RemoveProcess(&theTElasticProcess); - if(pManager) pManager->RemoveProcess(&fTritonProcess); - if(pManager) pManager->RemoveProcess(&fTritonIonisation); - if(pManager) pManager->RemoveProcess(&fTritonMultipleScattering); - - pManager = G4Alpha::Alpha()->GetProcessManager(); - if(pManager) pManager->RemoveProcess(&theAElasticProcess); - if(pManager) pManager->RemoveProcess(&fAlphaProcess); - if(pManager) pManager->RemoveProcess(&fAlphaIonisation); - if(pManager) pManager->RemoveProcess(&fAlphaMultipleScattering); - - pManager = G4He3::He3()->GetProcessManager(); - //if(pManager) pManager->RemoveProcess(&theHe3ElasticProcess); - //if(pManager) pManager->RemoveProcess(&fHe3Ionisation); - //if(pManager) pManager->RemoveProcess(&fHe3MultipleScattering); - } -} + pManager = G4GenericIon::GenericIon()->GetProcessManager(); + //if(pManager) pManager->RemoveProcess(&theIonElasticProcess); + //if(pManager) pManager->RemoveProcess(&fIonIonisation); + // if(pManager) pManager->RemoveProcess(&fIonMultipleScattering); -void IonPhysics::ConstructParticle() -{ - // Construct light ions - G4IonConstructor pConstructor; - pConstructor.ConstructParticle(); -} + pManager = G4Deuteron::Deuteron()->GetProcessManager(); + if(pManager) pManager->RemoveProcess(&theDElasticProcess); + if(pManager) pManager->RemoveProcess(&fDeuteronProcess); + if(pManager) pManager->RemoveProcess(&fDeuteronIonisation); + if(pManager) pManager->RemoveProcess(&fDeuteronMultipleScattering); -void IonPhysics::ConstructProcess() -{ - G4ProcessManager * pManager = 0; - - // Elastic Process - theElasticModel = new G4LElastic(); - theIonElasticProcess.RegisterMe(theElasticModel); - theDElasticProcess.RegisterMe(theElasticModel); - theTElasticProcess.RegisterMe(theElasticModel); - theAElasticProcess.RegisterMe(theElasticModel); - theHe3ElasticProcess.RegisterMe(theElasticModel); + pManager = G4Triton::Triton()->GetProcessManager(); + if(pManager) pManager->RemoveProcess(&theTElasticProcess); + if(pManager) pManager->RemoveProcess(&fTritonProcess); + if(pManager) pManager->RemoveProcess(&fTritonIonisation); + if(pManager) pManager->RemoveProcess(&fTritonMultipleScattering); - // Generic Ion - pManager = G4GenericIon::GenericIon()->GetProcessManager(); - // add process - pManager->AddDiscreteProcess(&theIonElasticProcess); + pManager = G4Alpha::Alpha()->GetProcessManager(); + if(pManager) pManager->RemoveProcess(&theAElasticProcess); + if(pManager) pManager->RemoveProcess(&fAlphaProcess); + if(pManager) pManager->RemoveProcess(&fAlphaIonisation); + if(pManager) pManager->RemoveProcess(&fAlphaMultipleScattering); - pManager->AddProcess(&fIonIonisation, ordInActive, 2, 2); + pManager = G4He3::He3()->GetProcessManager(); + //if(pManager) pManager->RemoveProcess(&theHe3ElasticProcess); + //if(pManager) pManager->RemoveProcess(&fHe3Ionisation); + //if(pManager) pManager->RemoveProcess(&fHe3MultipleScattering); + } + } - // pManager->AddProcess(&fIonMultipleScattering); - // pManager->SetProcessOrdering(&fIonMultipleScattering, idxAlongStep, 1); - // pManager->SetProcessOrdering(&fIonMultipleScattering, idxPostStep, 1); + void IonPhysics::ConstructProcess() + { + G4ProcessManager * pManager = 0; - // Deuteron - pManager = G4Deuteron::Deuteron()->GetProcessManager(); - // add process - pManager->AddDiscreteProcess(&theDElasticProcess); + // Elastic Process + theElasticModel = new G4LElastic(); + theIonElasticProcess.RegisterMe(theElasticModel); + theDElasticProcess.RegisterMe(theElasticModel); + theTElasticProcess.RegisterMe(theElasticModel); + theAElasticProcess.RegisterMe(theElasticModel); + theHe3ElasticProcess.RegisterMe(theElasticModel); - fDeuteronModel = new G4LEDeuteronInelastic(); - fDeuteronProcess.RegisterMe(fDeuteronModel); - pManager->AddDiscreteProcess(&fDeuteronProcess); + // Generic Ion + pManager = G4GenericIon::GenericIon()->GetProcessManager(); + // add process + pManager->AddDiscreteProcess(&theIonElasticProcess); + pManager->AddProcess(&fIonIonisation, ordInActive, 2, 2); - pManager->AddProcess(&fDeuteronIonisation, ordInActive, 2, 2); + pManager->AddProcess(&fIonMultipleScattering); + pManager->SetProcessOrdering(&fIonMultipleScattering, idxAlongStep, 1); + pManager->SetProcessOrdering(&fIonMultipleScattering, idxPostStep, 1); - pManager->AddProcess(&fDeuteronMultipleScattering); - pManager->SetProcessOrdering(&fDeuteronMultipleScattering, idxAlongStep, 1); - pManager->SetProcessOrdering(&fDeuteronMultipleScattering, idxPostStep, 1); - - // Triton - pManager = G4Triton::Triton()->GetProcessManager(); - // add process - pManager->AddDiscreteProcess(&theTElasticProcess); + // Deuteron + pManager = G4Deuteron::Deuteron()->GetProcessManager(); + // add process + pManager->AddDiscreteProcess(&theDElasticProcess); - fTritonModel = new G4LETritonInelastic(); - fTritonProcess.RegisterMe(fTritonModel); - pManager->AddDiscreteProcess(&fTritonProcess); + fDeuteronModel = new G4LEDeuteronInelastic(); + fDeuteronProcess.RegisterMe(fDeuteronModel); + pManager->AddDiscreteProcess(&fDeuteronProcess); - pManager->AddProcess(&fTritonIonisation, ordInActive, 2, 2); + pManager->AddProcess(&fDeuteronIonisation, ordInActive, 2, 2); - pManager->AddProcess(&fTritonMultipleScattering); - pManager->SetProcessOrdering(&fTritonMultipleScattering, idxAlongStep, 1); - pManager->SetProcessOrdering(&fTritonMultipleScattering, idxPostStep, 1); - - // Alpha - pManager = G4Alpha::Alpha()->GetProcessManager(); - // add process - pManager->AddDiscreteProcess(&theAElasticProcess); + pManager->AddProcess(&fDeuteronMultipleScattering); + pManager->SetProcessOrdering(&fDeuteronMultipleScattering, idxAlongStep, 1); + pManager->SetProcessOrdering(&fDeuteronMultipleScattering, idxPostStep, 1); - fAlphaModel = new G4LEAlphaInelastic(); - fAlphaProcess.RegisterMe(fAlphaModel); - pManager->AddDiscreteProcess(&fAlphaProcess); + // Triton + pManager = G4Triton::Triton()->GetProcessManager(); + // add process + pManager->AddDiscreteProcess(&theTElasticProcess); - pManager->AddProcess(&fAlphaIonisation, ordInActive, 2, 2); + fTritonModel = new G4LETritonInelastic(); + fTritonProcess.RegisterMe(fTritonModel); + pManager->AddDiscreteProcess(&fTritonProcess); - pManager->AddProcess(&fAlphaMultipleScattering); - pManager->SetProcessOrdering(&fAlphaMultipleScattering, idxAlongStep, 1); - pManager->SetProcessOrdering(&fAlphaMultipleScattering, idxPostStep, 1); - - // He3 - pManager = G4He3::He3()->GetProcessManager(); - // add process - pManager->AddDiscreteProcess(&theHe3ElasticProcess); + pManager->AddProcess(&fTritonIonisation, ordInActive, 2, 2); - pManager->AddProcess(&fHe3Ionisation, ordInActive, 2, 2); + pManager->AddProcess(&fTritonMultipleScattering); + pManager->SetProcessOrdering(&fTritonMultipleScattering, idxAlongStep, 1); + pManager->SetProcessOrdering(&fTritonMultipleScattering, idxPostStep, 1); - pManager->AddProcess(&fHe3MultipleScattering); - pManager->SetProcessOrdering(&fHe3MultipleScattering, idxAlongStep, 1); - pManager->SetProcessOrdering(&fHe3MultipleScattering, idxPostStep, 1); - - wasActivated = true; -} + // Alpha + pManager = G4Alpha::Alpha()->GetProcessManager(); + // add process + pManager->AddDiscreteProcess(&theAElasticProcess); + + fAlphaModel = new G4LEAlphaInelastic(); + fAlphaProcess.RegisterMe(fAlphaModel); + pManager->AddDiscreteProcess(&fAlphaProcess); + pManager->AddProcess(&fAlphaIonisation, ordInActive, 2, 2); + + pManager->AddProcess(&fAlphaMultipleScattering); + pManager->SetProcessOrdering(&fAlphaMultipleScattering, idxAlongStep, 1); + pManager->SetProcessOrdering(&fAlphaMultipleScattering, idxPostStep, 1); + + // He3 + pManager = G4He3::He3()->GetProcessManager(); + // add process + pManager->AddDiscreteProcess(&theHe3ElasticProcess); + pManager->AddProcess(&fHe3Ionisation, ordInActive, 2, 2); + + pManager->AddProcess(&fHe3MultipleScattering); + pManager->SetProcessOrdering(&fHe3MultipleScattering, idxAlongStep, 1); + pManager->SetProcessOrdering(&fHe3MultipleScattering, idxPostStep, 1); + + wasActivated = true; + } + + void IonPhysics::ConstructParticle() + { + // Construct light ions + G4IonConstructor pConstructor; + pConstructor.ConstructParticle(); + } -// 2002 by J.P. Wellisch + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/Packaging/src/MuonPhysics.cc b/hadronic_lists/lists/Packaging/src/MuonPhysics.cc index 30431fe57e..4aa9e4b058 100644 --- a/hadronic_lists/lists/Packaging/src/MuonPhysics.cc +++ b/hadronic_lists/lists/Packaging/src/MuonPhysics.cc @@ -20,122 +20,114 @@ // * statement, and all its terms. * // ******************************************************************** // -#include "MuonPhysics.hh" -#include "G4ParticleDefinition.hh" -#include "G4ParticleTable.hh" + #include "MuonPhysics.hh" + #include "G4ParticleDefinition.hh" + #include "G4ParticleTable.hh" -#include "G4MuonPlus.hh" -#include "G4MuonMinus.hh" -#include "G4TauMinus.hh" -#include "G4TauPlus.hh" -#include "G4NeutrinoTau.hh" -#include "G4AntiNeutrinoTau.hh" -#include "G4NeutrinoMu.hh" -#include "G4AntiNeutrinoMu.hh" + #include "G4MuonPlus.hh" + #include "G4MuonMinus.hh" + #include "G4TauMinus.hh" + #include "G4TauPlus.hh" + #include "G4NeutrinoTau.hh" + #include "G4AntiNeutrinoTau.hh" + #include "G4NeutrinoMu.hh" + #include "G4AntiNeutrinoMu.hh" -#include "G4ProcessManager.hh" + #include "G4ProcessManager.hh" -#include "globals.hh" -#include "G4ios.hh" + #include "globals.hh" + #include "G4ios.hh" -MuonPhysics::MuonPhysics(const G4String& name) - : G4VPhysicsConstructor(name) -{ -} + MuonPhysics::MuonPhysics(const G4String& name) + : G4VPhysicsConstructor(name) + { + } -MuonPhysics::~MuonPhysics() -{ - if(wasActivated) - { - G4ProcessManager * pManager = 0; - pManager = G4MuonPlus::MuonPlus()->GetProcessManager(); - if(pManager) pManager->RemoveProcess(&fMuPlusIonisation); - if(pManager) pManager->RemoveProcess(&fMuPlusBremsstrahlung); - if(pManager) pManager->RemoveProcess(&fMuPlusPairProduction); - if(pManager) pManager->RemoveProcess(&fMuPlusMultipleScattering); - pManager = G4MuonMinus::MuonMinus()->GetProcessManager(); - if(pManager) pManager->RemoveProcess(&fMuMinusIonisation); - if(pManager) pManager->RemoveProcess(&fMuMinusBremsstrahlung); - if(pManager) pManager->RemoveProcess(&fMuMinusPairProduction); - if(pManager) pManager->RemoveProcess(&fMuMinusMultipleScattering); - if(pManager) pManager->RemoveProcess(&fMuMinusCaptureAtRest); - pManager = G4TauPlus::TauPlus()->GetProcessManager(); - if(pManager) pManager->RemoveProcess(&fTauPlusIonisation); - if(pManager) pManager->RemoveProcess(&fTauPlusMultipleScattering); - pManager = G4TauMinus::TauMinus()->GetProcessManager(); - if(pManager) pManager->RemoveProcess(&fTauMinusIonisation); - if(pManager) pManager->RemoveProcess(&fTauMinusMultipleScattering); - } -} + MuonPhysics::~MuonPhysics() + { + if(wasActivated) + { + G4ProcessManager * pManager = 0; + pManager = G4MuonPlus::MuonPlus()->GetProcessManager(); + if(pManager) pManager->RemoveProcess(&fMuPlusIonisation); + if(pManager) pManager->RemoveProcess(&fMuPlusBremsstrahlung); + if(pManager) pManager->RemoveProcess(&fMuPlusPairProduction); + if(pManager) pManager->RemoveProcess(&fMuPlusMultipleScattering); + pManager = G4MuonMinus::MuonMinus()->GetProcessManager(); + if(pManager) pManager->RemoveProcess(&fMuMinusIonisation); + if(pManager) pManager->RemoveProcess(&fMuMinusBremsstrahlung); + if(pManager) pManager->RemoveProcess(&fMuMinusPairProduction); + if(pManager) pManager->RemoveProcess(&fMuMinusMultipleScattering); + if(pManager) pManager->RemoveProcess(&fMuMinusCaptureAtRest); + pManager = G4TauPlus::TauPlus()->GetProcessManager(); + if(pManager) pManager->RemoveProcess(&fTauPlusIonisation); + if(pManager) pManager->RemoveProcess(&fTauPlusMultipleScattering); + pManager = G4TauMinus::TauMinus()->GetProcessManager(); + if(pManager) pManager->RemoveProcess(&fTauMinusIonisation); + if(pManager) pManager->RemoveProcess(&fTauMinusMultipleScattering); + } + } -void MuonPhysics::ConstructParticle() -{ - // Mu - G4MuonPlus::MuonPlusDefinition(); - G4MuonMinus::MuonMinusDefinition(); - G4NeutrinoMu::NeutrinoMuDefinition(); - G4AntiNeutrinoMu::AntiNeutrinoMuDefinition(); + void MuonPhysics::ConstructProcess() + { + G4ProcessManager * pManager = 0; - // Tau - G4TauMinus::TauMinusDefinition(); - G4TauPlus::TauPlusDefinition(); - G4NeutrinoTau::NeutrinoTauDefinition(); - G4AntiNeutrinoTau::AntiNeutrinoTauDefinition(); + wasActivated = true; + // Muon Plus Physics + pManager = G4MuonPlus::MuonPlus()->GetProcessManager(); + // add processes + pManager->AddProcess(&fMuPlusIonisation, ordInActive,2, 2); + pManager->AddDiscreteProcess(&fMuPlusBremsstrahlung); + pManager->AddDiscreteProcess(&fMuPlusPairProduction); -} + pManager->AddProcess(&fMuPlusMultipleScattering); + pManager->SetProcessOrdering(&fMuPlusMultipleScattering, idxAlongStep, 1); + pManager->SetProcessOrdering(&fMuPlusMultipleScattering, idxPostStep, 1); -void MuonPhysics::ConstructProcess() -{ - G4ProcessManager * pManager = 0; + // Muon Minus Physics + pManager = G4MuonMinus::MuonMinus()->GetProcessManager(); + // add processes + pManager->AddProcess(&fMuMinusIonisation, ordInActive,2, 2); + pManager->AddDiscreteProcess(&fMuMinusBremsstrahlung); + pManager->AddDiscreteProcess(&fMuMinusPairProduction); - wasActivated = true; - // Muon Plus Physics - pManager = G4MuonPlus::MuonPlus()->GetProcessManager(); - // add processes - pManager->AddProcess(&fMuPlusIonisation, ordInActive,2, 2); + pManager->AddProcess(&fMuMinusMultipleScattering); + pManager->SetProcessOrdering(&fMuMinusMultipleScattering, idxAlongStep, 1); + pManager->SetProcessOrdering(&fMuMinusMultipleScattering, idxPostStep, 1); + pManager->AddRestProcess(&fMuMinusCaptureAtRest); - pManager->AddDiscreteProcess(&fMuPlusBremsstrahlung); + // Tau Plus Physics + pManager = G4TauPlus::TauPlus()->GetProcessManager(); + // add processes + pManager->AddProcess(&fTauPlusIonisation, ordInActive,2, 2); - pManager->AddDiscreteProcess(&fMuPlusPairProduction); + pManager->AddProcess(&fTauPlusMultipleScattering); + pManager->SetProcessOrdering(&fTauPlusMultipleScattering, idxAlongStep, 1); + pManager->SetProcessOrdering(&fTauPlusMultipleScattering, idxPostStep, 1); - pManager->AddProcess(&fMuPlusMultipleScattering); - pManager->SetProcessOrdering(&fMuPlusMultipleScattering, idxAlongStep, 1); - pManager->SetProcessOrdering(&fMuPlusMultipleScattering, idxPostStep, 1); + // Tau Minus Physics + pManager = G4TauMinus::TauMinus()->GetProcessManager(); + // add processes + pManager->AddProcess(&fTauMinusIonisation, ordInActive,2, 2); - // Muon Minus Physics - pManager = G4MuonMinus::MuonMinus()->GetProcessManager(); - // add processes - pManager->AddProcess(&fMuMinusIonisation, ordInActive,2, 2); + pManager->AddProcess(&fTauMinusMultipleScattering); + pManager->SetProcessOrdering(&fTauMinusMultipleScattering, idxAlongStep, 1); + pManager->SetProcessOrdering(&fTauMinusMultipleScattering, idxPostStep, 1); + } - pManager->AddDiscreteProcess(&fMuMinusBremsstrahlung); + void MuonPhysics::ConstructParticle() + { + G4TauMinus::TauMinusDefinition(); + G4TauPlus::TauPlusDefinition(); + G4MuonPlus::MuonPlusDefinition(); + G4MuonMinus::MuonMinusDefinition(); - pManager->AddDiscreteProcess(&fMuMinusPairProduction); - - pManager->AddProcess(&fMuMinusMultipleScattering); - pManager->SetProcessOrdering(&fMuMinusMultipleScattering, idxAlongStep, 1); - pManager->SetProcessOrdering(&fMuMinusMultipleScattering, idxPostStep, 1); - pManager->AddRestProcess(&fMuMinusCaptureAtRest); - - // Tau Plus Physics - pManager = G4TauPlus::TauPlus()->GetProcessManager(); - // add processes - pManager->AddProcess(&fTauPlusIonisation, ordInActive,2, 2); - - pManager->AddProcess(&fTauPlusMultipleScattering); - pManager->SetProcessOrdering(&fTauPlusMultipleScattering, idxAlongStep, 1); - pManager->SetProcessOrdering(&fTauPlusMultipleScattering, idxPostStep, 1); - - // Tau Minus Physics - pManager = G4TauMinus::TauMinus()->GetProcessManager(); - // add processes - pManager->AddProcess(&fTauMinusIonisation, ordInActive,2, 2); - - pManager->AddProcess(&fTauMinusMultipleScattering); - pManager->SetProcessOrdering(&fTauMinusMultipleScattering, idxAlongStep, 1); - pManager->SetProcessOrdering(&fTauMinusMultipleScattering, idxPostStep, 1); - -} + G4NeutrinoMu::NeutrinoMuDefinition(); + G4AntiNeutrinoMu::AntiNeutrinoMuDefinition(); + G4NeutrinoTau::NeutrinoTauDefinition(); + G4AntiNeutrinoTau::AntiNeutrinoTauDefinition(); + } -// 2002 by J.P. Wellisch + // 2002 by J.P. Wellisch diff --git a/hadronic_lists/lists/QGSC/include/QGSC.icc b/hadronic_lists/lists/QGSC/include/QGSC.icc index 613b55453d..03d34b1adc 100644 --- a/hadronic_lists/lists/QGSC/include/QGSC.icc +++ b/hadronic_lists/lists/QGSC/include/QGSC.icc @@ -46,7 +46,7 @@ template TQGSC::TQGSC(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: QGSC 2.8"< + + + + + + + +  +
    + + + + + +
    +


    +The QGSC physics list. +

    +
    +Click + here to down-load the source code of QGSC + Version 2.8 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The QGSC physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/QGSC_LEAD/include/QGSC_LEAD.icc b/hadronic_lists/lists/QGSC_LEAD/include/QGSC_LEAD.icc index a25f3ee155..30489af026 100644 --- a/hadronic_lists/lists/QGSC_LEAD/include/QGSC_LEAD.icc +++ b/hadronic_lists/lists/QGSC_LEAD/include/QGSC_LEAD.icc @@ -46,7 +46,7 @@ template TQGSC_LEAD::TQGSC_LEAD(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: QGSC_LEAD 1.6"< + + + + + + + +  +
    + + + + + +
    +


    +The QGSC_LEAD physics list. +

    +
    +Click + here to down-load the source code of + QGSC_LEAD Version 1.6 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The QGSC_LEAD physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/QGSC_LEAD_HP/include/QGSC_LEAD_HP.icc b/hadronic_lists/lists/QGSC_LEAD_HP/include/QGSC_LEAD_HP.icc index f54d8c5e0a..1120067bc4 100644 --- a/hadronic_lists/lists/QGSC_LEAD_HP/include/QGSC_LEAD_HP.icc +++ b/hadronic_lists/lists/QGSC_LEAD_HP/include/QGSC_LEAD_HP.icc @@ -46,7 +46,7 @@ template TQGSC_LEAD_HP::TQGSC_LEAD_HP(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon, neutron); - G4cout << "You are using the simulation engine: QGSC_LEAD_HP 1.6"< + + + + + + + +  +
    + + + + + +
    +


    +The QGSC_LEAD_HP physics list. +

    +
    +Click + here to down-load the source code of + QGSC_LEAD_HP Version 1.6 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The QGSC_LEAD_HP physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/QGSP/include/QGSP.icc b/hadronic_lists/lists/QGSP/include/QGSP.icc index 580d536799..44325259b4 100644 --- a/hadronic_lists/lists/QGSP/include/QGSP.icc +++ b/hadronic_lists/lists/QGSP/include/QGSP.icc @@ -48,7 +48,7 @@ template TQGSP::TQGSP(): T() // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: QGSP 2.7"< + + + + + + + +  +
    + + + + + +
    +


    +The QGSP physics list. +

    +
    +Click + here to down-load the source code of QGSP Version 2.7 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The QGSP physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/QGSP/src/HadronPhysicsQGSP.cc b/hadronic_lists/lists/QGSP/src/HadronPhysicsQGSP.cc index 7d74aaceb9..19d9bfc458 100644 --- a/hadronic_lists/lists/QGSP/src/HadronPhysicsQGSP.cc +++ b/hadronic_lists/lists/QGSP/src/HadronPhysicsQGSP.cc @@ -37,7 +37,7 @@ HadronPhysicsQGSP::HadronPhysicsQGSP(const G4String& name) { theNeutrons.RegisterMe(&theQGSPNeutron); theNeutrons.RegisterMe(&theLEPNeutron); - theLEPNeutron.SetMaxInelasticEnergy(25*GeV); + theLEPNeutron.SetMaxInelasticEnergy(25*GeV); thePro.RegisterMe(&theQGSPPro); thePro.RegisterMe(&theLEPPro); diff --git a/hadronic_lists/lists/QGSP_BERT/include/QGSP_BERT.icc b/hadronic_lists/lists/QGSP_BERT/include/QGSP_BERT.icc index c4da127f12..2d448d6f70 100644 --- a/hadronic_lists/lists/QGSP_BERT/include/QGSP_BERT.icc +++ b/hadronic_lists/lists/QGSP_BERT/include/QGSP_BERT.icc @@ -48,7 +48,7 @@ template TQGSP_BERT::TQGSP_BERT(): T() // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: QGSP_BERT 1.1"< + + + + + + + +  +
    + + + + + +
    +


    +The QGSP_BERT physics list. +

    +
    +Click + here to down-load the source code of QGSP_BERT + Version 1.1 +
    +Click + here to down-load the Packaging re-use library 2.3. +

    + The QGSP_BERT physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/QGSP_BERT/src/HadronPhysicsQGSP_BERT.cc b/hadronic_lists/lists/QGSP_BERT/src/HadronPhysicsQGSP_BERT.cc index 8061625310..7f6ffd1f52 100644 --- a/hadronic_lists/lists/QGSP_BERT/src/HadronPhysicsQGSP_BERT.cc +++ b/hadronic_lists/lists/QGSP_BERT/src/HadronPhysicsQGSP_BERT.cc @@ -39,23 +39,23 @@ HadronPhysicsQGSP_BERT::HadronPhysicsQGSP_BERT(const G4String& name) theNeutrons.RegisterMe(&theLEPNeutron); theNeutrons.RegisterMe(&theBertiniNeutron); theLEPNeutron.SetMaxInelasticEnergy(25*GeV); - theLEPNeutron.SetMinInelasticEnergy(2.8*GeV); - theBertiniNeutron.SetMaxEnergy(3.2*GeV); + theLEPNeutron.SetMinInelasticEnergy(9.5*GeV); + theBertiniNeutron.SetMaxEnergy(9.9*GeV); theBertiniNeutron.SetMinEnergy(0.0*GeV); thePro.RegisterMe(&theQGSPPro); thePro.RegisterMe(&theLEPPro); thePro.RegisterMe(&theBertiniPro); theLEPPro.SetMaxEnergy(25*GeV); - theLEPPro.SetMinEnergy(2.8*GeV); - theBertiniPro.SetMaxEnergy(3.2*GeV); + theLEPPro.SetMinEnergy(9.5*GeV); + theBertiniPro.SetMaxEnergy(9.9*GeV); thePiK.RegisterMe(&theQGSPPiK); thePiK.RegisterMe(&theLEPPiK); thePiK.RegisterMe(&theBertiniPiK); theLEPPiK.SetMaxEnergy(25*GeV); - theLEPPiK.SetMinPionEnergy(2.8*GeV); - theBertiniPiK.SetMaxEnergy(3.2*GeV); + theLEPPiK.SetMinPionEnergy(9.5*GeV); + theBertiniPiK.SetMaxEnergy(9.9*GeV); } diff --git a/hadronic_lists/lists/QGSP_BIC/include/QGSP_BIC.icc b/hadronic_lists/lists/QGSP_BIC/include/QGSP_BIC.icc index 26726c01db..febb3697bf 100644 --- a/hadronic_lists/lists/QGSP_BIC/include/QGSP_BIC.icc +++ b/hadronic_lists/lists/QGSP_BIC/include/QGSP_BIC.icc @@ -48,7 +48,7 @@ template TQGSP_BIC::TQGSP_BIC(): T() // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: QGSP_BIC 1.1"< + + + + + + + +  +
    + + + + + +
    +


    +The QGSP_BIC physics list. +

    +
    +Click + here to down-load the source code of QGSP_BIC + Version 1.1 +
    +Click + here to down-load the Packaging re-use library 2.3. +

    + The QGSP_BIC physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/QGSP_BIC/src/HadronPhysicsQGSP_BIC.cc b/hadronic_lists/lists/QGSP_BIC/src/HadronPhysicsQGSP_BIC.cc index f8fe65e82f..bd23a463c9 100644 --- a/hadronic_lists/lists/QGSP_BIC/src/HadronPhysicsQGSP_BIC.cc +++ b/hadronic_lists/lists/QGSP_BIC/src/HadronPhysicsQGSP_BIC.cc @@ -39,15 +39,15 @@ HadronPhysicsQGSP_BIC::HadronPhysicsQGSP_BIC(const G4String& name) theNeutrons.RegisterMe(&theLEPNeutron); theNeutrons.RegisterMe(&theBinaryNeutron); theLEPNeutron.SetMaxInelasticEnergy(25*GeV); - theLEPNeutron.SetMinInelasticEnergy(2.8*GeV); - theBinaryNeutron.SetMaxEnergy(3.2*GeV); + theLEPNeutron.SetMinInelasticEnergy(9.5*GeV); + theBinaryNeutron.SetMaxEnergy(9.9*GeV); thePro.RegisterMe(&theQGSPPro); thePro.RegisterMe(&theLEPPro); thePro.RegisterMe(&theBinaryPro); theLEPPro.SetMaxEnergy(25*GeV); - theLEPPro.SetMinEnergy(2.8*GeV); - theBinaryPro.SetMaxEnergy(3.2*GeV); + theLEPPro.SetMinEnergy(9.5*GeV); + theBinaryPro.SetMaxEnergy(9.9*GeV); thePiK.RegisterMe(&theQGSPPiK); thePiK.RegisterMe(&theLEPPiK); diff --git a/hadronic_lists/lists/QGSP_GN/include/QGSP_GN.icc b/hadronic_lists/lists/QGSP_GN/include/QGSP_GN.icc index 83f20e80b9..fb375ca602 100644 --- a/hadronic_lists/lists/QGSP_GN/include/QGSP_GN.icc +++ b/hadronic_lists/lists/QGSP_GN/include/QGSP_GN.icc @@ -47,7 +47,7 @@ template TQGSP_GN::TQGSP_GN(): T() // default cut value (1.0mm) // defaultCutValue = 1.0*mm; G4DataQuestionaire it(photon); - G4cout << "You are using the simulation engine: QGSP_GN 2.5"< + + + + + + + +  +
    + + + + + +
    +


    +The QGSP_GN physics list. +

    +
    +Click + here to down-load the source code of + QGSP_GN Version 2.5 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The QGSP_GN physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/QGSP_HP/include/QGSP_HP.icc b/hadronic_lists/lists/QGSP_HP/include/QGSP_HP.icc index f26c7c7ec0..3b90f39a22 100644 --- a/hadronic_lists/lists/QGSP_HP/include/QGSP_HP.icc +++ b/hadronic_lists/lists/QGSP_HP/include/QGSP_HP.icc @@ -44,7 +44,7 @@ template TQGSP_HP::TQGSP_HP(): T() { G4DataQuestionaire it(photon, neutron); - G4cout << "You are using the simulation engine: QGSP_HP 2.2"< + + + + + + + +  +
    + + + + + +
    +


    +The QGSP_HP physics list. +

    +
    +Click + here to down-load the source code + of QGSP_HP Version 2.2 +
    +Click + here to down-load the Packaging re-use library 2.3 +

    + The QGSP_HP physics list's models and cross-section: +
      +
    • + FixME: Some text and links to documentation to be added. +
    • + Verification plots for these cross-sections and models can be found + here. + FixME: Add verification page. +
    +
    + + + + + + +

    +In case of questions, please contact +J.P Wellisch.
    +
    +J.P. Wellisch, 2002
    +
    + + + + diff --git a/hadronic_lists/lists/common.gmk b/hadronic_lists/lists/common.gmk index 5dc179e25b..bc1220a545 100644 --- a/hadronic_lists/lists/common.gmk +++ b/hadronic_lists/lists/common.gmk @@ -1,4 +1,4 @@ -# $Id: common.gmk,v 1.9 2003/12/10 09:58:03 gcosmo Exp $ +# $Id: common.gmk,v 1.10 2004/03/25 16:45:47 hpw Exp $ # -------------------------------------------------------------- # Setup for hadronic physics-lists libraries # -------------------------------------------------------------- diff --git a/source/digits_hits/History b/source/digits_hits/History index 0989edae09..831ed50b43 100644 --- a/source/digits_hits/History +++ b/source/digits_hits/History @@ -1,4 +1,4 @@ -$Id: History,v 1.2 2003/10/03 10:27:10 gcosmo Exp $ +$Id: History,v 1.4 2004/03/15 19:16:05 asaim Exp $ ------------------------------------------------------------------- ========================================================= @@ -16,6 +16,11 @@ committal in the CVS repository ! ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +Mar 15, 2004, M.Asai (digits_hits-V06-00-01) +- Fix errors in the previous tag. + +Mar 09, 2004, M.Asai (digits_hits-V06-00-00) +- Some methods are added to G4HCtable for additional verbosity. Oct 04, 2003, G.Cosmo (digits_hits-V05-02-00) - Imported files from directory digits+hits. diff --git a/source/digits_hits/detector/include/G4CellScoreComposer.hh b/source/digits_hits/detector/include/G4CellScoreComposer.hh index 20620c9b44..509b74d459 100644 --- a/source/digits_hits/detector/include/G4CellScoreComposer.hh +++ b/source/digits_hits/detector/include/G4CellScoreComposer.hh @@ -22,7 +22,7 @@ // // // $Id: G4CellScoreComposer.hh,v 1.1 2003/10/03 10:06:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4CellScoreComposer diff --git a/source/digits_hits/detector/include/G4CellScoreValues.hh b/source/digits_hits/detector/include/G4CellScoreValues.hh index 540fbfd1e0..9bcf064a9d 100644 --- a/source/digits_hits/detector/include/G4CellScoreValues.hh +++ b/source/digits_hits/detector/include/G4CellScoreValues.hh @@ -22,7 +22,7 @@ // // // $Id: G4CellScoreValues.hh,v 1.1 2003/10/03 10:07:07 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4CellScoreValues diff --git a/source/digits_hits/detector/include/G4CellStoreScorer.hh b/source/digits_hits/detector/include/G4CellStoreScorer.hh index 898e18da70..19966f7215 100644 --- a/source/digits_hits/detector/include/G4CellStoreScorer.hh +++ b/source/digits_hits/detector/include/G4CellStoreScorer.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4CellStoreScorer.hh,v 1.1 2003/10/03 10:07:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4CellStoreScorer diff --git a/source/digits_hits/detector/include/G4CollectionNameVector.hh b/source/digits_hits/detector/include/G4CollectionNameVector.hh index 02cc3d4649..a57ae20a19 100644 --- a/source/digits_hits/detector/include/G4CollectionNameVector.hh +++ b/source/digits_hits/detector/include/G4CollectionNameVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4CollectionNameVector.hh,v 1.1 2003/10/03 10:07:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4CollectionNameVector_H diff --git a/source/digits_hits/detector/include/G4HCtable.hh b/source/digits_hits/detector/include/G4HCtable.hh index 71ece0d6c6..07c5d3f817 100644 --- a/source/digits_hits/detector/include/G4HCtable.hh +++ b/source/digits_hits/detector/include/G4HCtable.hh @@ -21,13 +21,14 @@ // ******************************************************************** // // -// $Id: G4HCtable.hh,v 1.1 2003/10/03 10:08:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4HCtable.hh,v 1.2 2004/03/09 19:33:37 asaim Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #ifndef G4HCtable_H #define G4HCtable_H 1 +class G4VSensitiveDetector; #include "globals.hh" //#include "g4rw/tvordvec.h" #include @@ -52,7 +53,8 @@ class G4HCtable public: G4int Registor(G4String SDname,G4String HCname); - G4int GetCollectionID(G4String HCname); + G4int GetCollectionID(G4String HCname) const; + G4int GetCollectionID(G4VSensitiveDetector* aSD) const; private: std::vector SDlist; @@ -61,6 +63,16 @@ class G4HCtable public: inline G4int entries() const { return HClist.size(); } + inline G4String GetSDname(G4int i) const + { + if(i<0||i>entries()) return "***Not Defined***"; + return SDlist[i]; + } + inline G4String GetHCname(G4int i) const + { + if(i<0||i>entries()) return "***Not Defined***"; + return HClist[i]; + } }; diff --git a/source/digits_hits/detector/include/G4SDManager.hh b/source/digits_hits/detector/include/G4SDManager.hh index 9a23c62545..40d76aea6b 100644 --- a/source/digits_hits/detector/include/G4SDManager.hh +++ b/source/digits_hits/detector/include/G4SDManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4SDManager.hh,v 1.1 2003/10/03 10:08:25 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4SDManager_h diff --git a/source/digits_hits/detector/include/G4SDStructure.hh b/source/digits_hits/detector/include/G4SDStructure.hh index 31028eda1b..b31e1a717e 100644 --- a/source/digits_hits/detector/include/G4SDStructure.hh +++ b/source/digits_hits/detector/include/G4SDStructure.hh @@ -22,7 +22,7 @@ // // // $Id: G4SDStructure.hh,v 1.1 2003/10/03 10:08:42 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4SDStructure_h diff --git a/source/digits_hits/detector/include/G4SDmessenger.hh b/source/digits_hits/detector/include/G4SDmessenger.hh index 7d14e9147c..a80e0cac27 100644 --- a/source/digits_hits/detector/include/G4SDmessenger.hh +++ b/source/digits_hits/detector/include/G4SDmessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4SDmessenger.hh,v 1.1 2003/10/03 10:09:00 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4SDmessenger_h diff --git a/source/digits_hits/detector/include/G4SensitiveVolumeList.hh b/source/digits_hits/detector/include/G4SensitiveVolumeList.hh index c6f46fbdf9..05f0bb94f2 100644 --- a/source/digits_hits/detector/include/G4SensitiveVolumeList.hh +++ b/source/digits_hits/detector/include/G4SensitiveVolumeList.hh @@ -22,7 +22,7 @@ // // // $Id: G4SensitiveVolumeList.hh,v 1.1 2003/10/03 10:09:17 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file --- Copyright CERN 1996 diff --git a/source/digits_hits/detector/include/G4SensitiveVolumeList.icc b/source/digits_hits/detector/include/G4SensitiveVolumeList.icc index 5c38fd5af2..7f5d8f3b42 100644 --- a/source/digits_hits/detector/include/G4SensitiveVolumeList.icc +++ b/source/digits_hits/detector/include/G4SensitiveVolumeList.icc @@ -22,7 +22,7 @@ // // // $Id: G4SensitiveVolumeList.icc,v 1.1 2003/10/03 10:09:26 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ----------------------------------------------------------- // Inline functions of GEANT 4 class header file. diff --git a/source/digits_hits/detector/include/G4TrackLogger.hh b/source/digits_hits/detector/include/G4TrackLogger.hh index 1e8cd5f3c0..d6a3e1c3ae 100644 --- a/source/digits_hits/detector/include/G4TrackLogger.hh +++ b/source/digits_hits/detector/include/G4TrackLogger.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4TrackLogger.hh,v 1.1 2003/10/03 10:09:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4TrackLogger diff --git a/source/digits_hits/detector/include/G4VReadOutGeometry.hh b/source/digits_hits/detector/include/G4VReadOutGeometry.hh index d077e0aeb2..693b3fd0f2 100644 --- a/source/digits_hits/detector/include/G4VReadOutGeometry.hh +++ b/source/digits_hits/detector/include/G4VReadOutGeometry.hh @@ -22,7 +22,7 @@ // // // $Id: G4VReadOutGeometry.hh,v 1.1 2003/10/03 10:10:00 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------ diff --git a/source/digits_hits/detector/include/G4VSensitiveDetector.hh b/source/digits_hits/detector/include/G4VSensitiveDetector.hh index 7f24acb0be..77640eb5ee 100644 --- a/source/digits_hits/detector/include/G4VSensitiveDetector.hh +++ b/source/digits_hits/detector/include/G4VSensitiveDetector.hh @@ -22,7 +22,7 @@ // // // $Id: G4VSensitiveDetector.hh,v 1.1 2003/10/03 10:10:18 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4VSensitiveDetector_h diff --git a/source/digits_hits/detector/src/G4CellScoreComposer.cc b/source/digits_hits/detector/src/G4CellScoreComposer.cc index 6f1df48236..6171d70694 100644 --- a/source/digits_hits/detector/src/G4CellScoreComposer.cc +++ b/source/digits_hits/detector/src/G4CellScoreComposer.cc @@ -22,7 +22,7 @@ // // // $Id: G4CellScoreComposer.cc,v 1.1 2003/10/03 10:10:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/digits_hits/detector/src/G4CellStoreScorer.cc b/source/digits_hits/detector/src/G4CellStoreScorer.cc index 9570bf12ca..e4fb388ecd 100644 --- a/source/digits_hits/detector/src/G4CellStoreScorer.cc +++ b/source/digits_hits/detector/src/G4CellStoreScorer.cc @@ -22,7 +22,7 @@ // // // $Id: G4CellStoreScorer.cc,v 1.1 2003/10/03 10:10:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/digits_hits/detector/src/G4HCtable.cc b/source/digits_hits/detector/src/G4HCtable.cc index 5b88e3a83c..f99674dc87 100644 --- a/source/digits_hits/detector/src/G4HCtable.cc +++ b/source/digits_hits/detector/src/G4HCtable.cc @@ -21,11 +21,12 @@ // ******************************************************************** // // -// $Id: G4HCtable.cc,v 1.1 2003/10/03 10:11:12 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4HCtable.cc,v 1.3 2004/03/15 19:16:07 asaim Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #include "G4HCtable.hh" +#include "G4VSensitiveDetector.hh" G4HCtable::G4HCtable() {;} @@ -40,7 +41,7 @@ G4int G4HCtable::Registor(G4String SDname,G4String HCname) return HClist.size(); } -G4int G4HCtable::GetCollectionID(G4String HCname) +G4int G4HCtable::GetCollectionID(G4String HCname) const { G4int i = -1; if(HCname.index("/")==std::string::npos) // HCname only @@ -71,4 +72,29 @@ G4int G4HCtable::GetCollectionID(G4String HCname) return i; } +G4int G4HCtable::GetCollectionID(G4VSensitiveDetector* aSD) const +{ + if(aSD->GetNumberOfCollections()<1) + { + G4cerr << "Sensitive detector <" << aSD->GetName() + << "> does not have a registered hits collection." + << G4endl; + return -1; + } + if(aSD->GetNumberOfCollections()>1) + { + G4cerr << "Sensitive detector <" << aSD->GetName() + << "> has more than one registered hits collections." + << G4endl; + G4cerr << "Candidates are : "; + for(G4int j=0;jGetNumberOfCollections();j++) + { G4cerr << aSD->GetCollectionName(j) << " "; } + G4cerr << G4endl; + return -1; + } + for(size_t k=0;kGetName()) return k; } + return -1; +} + diff --git a/source/digits_hits/detector/src/G4SDManager.cc b/source/digits_hits/detector/src/G4SDManager.cc index 90b4fb404f..befe340a37 100644 --- a/source/digits_hits/detector/src/G4SDManager.cc +++ b/source/digits_hits/detector/src/G4SDManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4SDManager.cc,v 1.1 2003/10/03 10:11:26 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4SDManager.hh" diff --git a/source/digits_hits/detector/src/G4SDStructure.cc b/source/digits_hits/detector/src/G4SDStructure.cc index e75fb00e05..40679654fe 100644 --- a/source/digits_hits/detector/src/G4SDStructure.cc +++ b/source/digits_hits/detector/src/G4SDStructure.cc @@ -22,7 +22,7 @@ // // // $Id: G4SDStructure.cc,v 1.1 2003/10/03 10:11:40 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4SDStructure diff --git a/source/digits_hits/detector/src/G4SDmessenger.cc b/source/digits_hits/detector/src/G4SDmessenger.cc index 9810156e40..b486d1d1f6 100644 --- a/source/digits_hits/detector/src/G4SDmessenger.cc +++ b/source/digits_hits/detector/src/G4SDmessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4SDmessenger.cc,v 1.1 2003/10/03 10:11:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // --------------------------------------------------------------------- diff --git a/source/digits_hits/detector/src/G4SensitiveVolumeList.cc b/source/digits_hits/detector/src/G4SensitiveVolumeList.cc index 43104a0e24..710c65a9f8 100644 --- a/source/digits_hits/detector/src/G4SensitiveVolumeList.cc +++ b/source/digits_hits/detector/src/G4SensitiveVolumeList.cc @@ -22,7 +22,7 @@ // // // $Id: G4SensitiveVolumeList.cc,v 1.1 2003/10/03 10:12:09 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------- // GEANT 4 class implementation file diff --git a/source/digits_hits/detector/src/G4TrackLogger.cc b/source/digits_hits/detector/src/G4TrackLogger.cc index c2d008cf97..1fbfc5de08 100644 --- a/source/digits_hits/detector/src/G4TrackLogger.cc +++ b/source/digits_hits/detector/src/G4TrackLogger.cc @@ -22,7 +22,7 @@ // // // $Id: G4TrackLogger.cc,v 1.1 2003/10/03 10:12:26 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/digits_hits/detector/src/G4VReadOutGeometry.cc b/source/digits_hits/detector/src/G4VReadOutGeometry.cc index 495efab7c8..cd8e414c0b 100644 --- a/source/digits_hits/detector/src/G4VReadOutGeometry.cc +++ b/source/digits_hits/detector/src/G4VReadOutGeometry.cc @@ -22,7 +22,7 @@ // // // $Id: G4VReadOutGeometry.cc,v 1.1 2003/10/03 10:12:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4VReadOutGeometry.hh" diff --git a/source/digits_hits/detector/src/G4VSensitiveDetector.cc b/source/digits_hits/detector/src/G4VSensitiveDetector.cc index b74f0ebdfe..ed570c53ab 100644 --- a/source/digits_hits/detector/src/G4VSensitiveDetector.cc +++ b/source/digits_hits/detector/src/G4VSensitiveDetector.cc @@ -22,7 +22,7 @@ // // // $Id: G4VSensitiveDetector.cc,v 1.1 2003/10/03 10:12:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4VSensitiveDetector #include "G4VSensitiveDetector.hh" diff --git a/source/digits_hits/digits/include/G4DCofThisEvent.hh b/source/digits_hits/digits/include/G4DCofThisEvent.hh index e1cd631538..16f5501d23 100644 --- a/source/digits_hits/digits/include/G4DCofThisEvent.hh +++ b/source/digits_hits/digits/include/G4DCofThisEvent.hh @@ -22,7 +22,7 @@ // // // $Id: G4DCofThisEvent.hh,v 1.1 2003/10/03 10:14:01 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4DCofThisEvent_h diff --git a/source/digits_hits/digits/include/G4TDigiCollection.hh b/source/digits_hits/digits/include/G4TDigiCollection.hh index d16eab5536..87c50e2c31 100644 --- a/source/digits_hits/digits/include/G4TDigiCollection.hh +++ b/source/digits_hits/digits/include/G4TDigiCollection.hh @@ -22,7 +22,7 @@ // // // $Id: G4TDigiCollection.hh,v 1.1 2003/10/03 10:14:17 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4TDigiCollection_h diff --git a/source/digits_hits/digits/include/G4VDigi.hh b/source/digits_hits/digits/include/G4VDigi.hh index 6a122a8d57..1d213a77b6 100644 --- a/source/digits_hits/digits/include/G4VDigi.hh +++ b/source/digits_hits/digits/include/G4VDigi.hh @@ -22,7 +22,7 @@ // // // $Id: G4VDigi.hh,v 1.1 2003/10/03 10:14:32 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4VDigi_h diff --git a/source/digits_hits/digits/include/G4VDigiCollection.hh b/source/digits_hits/digits/include/G4VDigiCollection.hh index 51d14f3326..080f787d0f 100644 --- a/source/digits_hits/digits/include/G4VDigiCollection.hh +++ b/source/digits_hits/digits/include/G4VDigiCollection.hh @@ -22,7 +22,7 @@ // // // $Id: G4VDigiCollection.hh,v 1.1 2003/10/03 10:14:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4VDigiCollection_h diff --git a/source/digits_hits/digits/src/G4DCofThisEvent.cc b/source/digits_hits/digits/src/G4DCofThisEvent.cc index 163423dfef..2bc77eeb0f 100644 --- a/source/digits_hits/digits/src/G4DCofThisEvent.cc +++ b/source/digits_hits/digits/src/G4DCofThisEvent.cc @@ -22,7 +22,7 @@ // // // $Id: G4DCofThisEvent.cc,v 1.1 2003/10/03 10:15:09 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4DCofThisEvent.hh" diff --git a/source/digits_hits/digits/src/G4TDigiCollection.cc b/source/digits_hits/digits/src/G4TDigiCollection.cc index 83c145cd6e..1b4082a9fe 100644 --- a/source/digits_hits/digits/src/G4TDigiCollection.cc +++ b/source/digits_hits/digits/src/G4TDigiCollection.cc @@ -22,7 +22,7 @@ // // // $Id: G4TDigiCollection.cc,v 1.1 2003/10/03 10:15:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4TDigiCollection.hh" diff --git a/source/digits_hits/digits/src/G4VDigi.cc b/source/digits_hits/digits/src/G4VDigi.cc index 9dfd58c5f4..9b581385a4 100644 --- a/source/digits_hits/digits/src/G4VDigi.cc +++ b/source/digits_hits/digits/src/G4VDigi.cc @@ -22,7 +22,7 @@ // // // $Id: G4VDigi.cc,v 1.1 2003/10/03 10:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4VDigi diff --git a/source/digits_hits/digits/src/G4VDigiCollection.cc b/source/digits_hits/digits/src/G4VDigiCollection.cc index 5d24af9f6e..5b5d6a082f 100644 --- a/source/digits_hits/digits/src/G4VDigiCollection.cc +++ b/source/digits_hits/digits/src/G4VDigiCollection.cc @@ -22,7 +22,7 @@ // // // $Id: G4VDigiCollection.cc,v 1.1 2003/10/03 10:15:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4VDigiCollection diff --git a/source/digits_hits/hits/include/G4HCofThisEvent.hh b/source/digits_hits/hits/include/G4HCofThisEvent.hh index 6ac9c4dc38..480300f15d 100644 --- a/source/digits_hits/hits/include/G4HCofThisEvent.hh +++ b/source/digits_hits/hits/include/G4HCofThisEvent.hh @@ -22,7 +22,7 @@ // // // $Id: G4HCofThisEvent.hh,v 1.1 2003/10/03 10:16:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4HCofThisEvent_h diff --git a/source/digits_hits/hits/include/G4THitsCollection.hh b/source/digits_hits/hits/include/G4THitsCollection.hh index ca911e72ca..193ae4a7b1 100644 --- a/source/digits_hits/hits/include/G4THitsCollection.hh +++ b/source/digits_hits/hits/include/G4THitsCollection.hh @@ -22,7 +22,7 @@ // // // $Id: G4THitsCollection.hh,v 1.1 2003/10/03 10:17:08 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4THitsCollection_h diff --git a/source/digits_hits/hits/include/G4VHit.hh b/source/digits_hits/hits/include/G4VHit.hh index 64d8f6be30..1a0d4f94b5 100644 --- a/source/digits_hits/hits/include/G4VHit.hh +++ b/source/digits_hits/hits/include/G4VHit.hh @@ -22,7 +22,7 @@ // // // $Id: G4VHit.hh,v 1.1 2003/10/03 10:17:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4VHit_h diff --git a/source/digits_hits/hits/include/G4VHitsCollection.hh b/source/digits_hits/hits/include/G4VHitsCollection.hh index 62b022a4a2..f001c1bec9 100644 --- a/source/digits_hits/hits/include/G4VHitsCollection.hh +++ b/source/digits_hits/hits/include/G4VHitsCollection.hh @@ -22,7 +22,7 @@ // // // $Id: G4VHitsCollection.hh,v 1.1 2003/10/03 10:17:35 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4VHitsCollection_h diff --git a/source/digits_hits/hits/src/G4HCofThisEvent.cc b/source/digits_hits/hits/src/G4HCofThisEvent.cc index bd1ff1a034..8c5f1be4d8 100644 --- a/source/digits_hits/hits/src/G4HCofThisEvent.cc +++ b/source/digits_hits/hits/src/G4HCofThisEvent.cc @@ -22,7 +22,7 @@ // // // $Id: G4HCofThisEvent.cc,v 1.1 2003/10/03 10:18:00 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4HCofThisEvent.hh" diff --git a/source/digits_hits/hits/src/G4THitsCollection.cc b/source/digits_hits/hits/src/G4THitsCollection.cc index 85d4fe1d3c..345354b2ac 100644 --- a/source/digits_hits/hits/src/G4THitsCollection.cc +++ b/source/digits_hits/hits/src/G4THitsCollection.cc @@ -22,7 +22,7 @@ // // // $Id: G4THitsCollection.cc,v 1.1 2003/10/03 10:18:14 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4THitsCollection.hh" diff --git a/source/digits_hits/hits/src/G4VHit.cc b/source/digits_hits/hits/src/G4VHit.cc index 0efd5a0fdb..b20bb6f40b 100644 --- a/source/digits_hits/hits/src/G4VHit.cc +++ b/source/digits_hits/hits/src/G4VHit.cc @@ -22,7 +22,7 @@ // // // $Id: G4VHit.cc,v 1.1 2003/10/03 10:18:31 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4VHit diff --git a/source/digits_hits/hits/src/G4VHitsCollection.cc b/source/digits_hits/hits/src/G4VHitsCollection.cc index 9493f5b079..f44267c474 100644 --- a/source/digits_hits/hits/src/G4VHitsCollection.cc +++ b/source/digits_hits/hits/src/G4VHitsCollection.cc @@ -22,7 +22,7 @@ // // // $Id: G4VHitsCollection.cc,v 1.1 2003/10/03 10:20:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4VHitsCollection diff --git a/source/event/History b/source/event/History index 7e3a327101..a9a440a2ce 100644 --- a/source/event/History +++ b/source/event/History @@ -1,4 +1,4 @@ -$Id: History,v 1.69 2003/11/19 19:28:43 asaim Exp $ +$Id: History,v 1.71 2004/03/16 00:04:25 asaim Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,13 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +Mar. 15, 2004, M.Asai (event-V06-00-01) +- LocateGlobalPointAndSetup() method of G4Navigator is now invoked at the + beginning of each event to reset the navigator. + +Feb. 22 2004, H.Kurashige (event-V06-00-00) +- Bug Fix in the destructor of G4ParticleGunMessenger + Nov 19 2003, M.Asai (event-V05-02-09) - G4ParticleGun.cc, G4ParticleGunMessenger.cc: - Added protection against shooting shortlived particle. diff --git a/source/event/include/G4CellScorer.hh b/source/event/include/G4CellScorer.hh index 85df0d71bd..32a07df4cb 100644 --- a/source/event/include/G4CellScorer.hh +++ b/source/event/include/G4CellScorer.hh @@ -22,7 +22,7 @@ // // // $Id: G4CellScorer.hh,v 1.1 2002/10/28 10:06:00 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4CellScorer diff --git a/source/event/include/G4CellScorerStore.hh b/source/event/include/G4CellScorerStore.hh index 6ac5a042bc..ad68989d81 100644 --- a/source/event/include/G4CellScorerStore.hh +++ b/source/event/include/G4CellScorerStore.hh @@ -22,7 +22,7 @@ // // // $Id: G4CellScorerStore.hh,v 1.2 2003/06/16 16:50:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4CellScorerStore diff --git a/source/event/include/G4ClassificationOfNewTrack.hh b/source/event/include/G4ClassificationOfNewTrack.hh index 4637a8d046..89591f0063 100644 --- a/source/event/include/G4ClassificationOfNewTrack.hh +++ b/source/event/include/G4ClassificationOfNewTrack.hh @@ -22,7 +22,7 @@ // // // $Id: G4ClassificationOfNewTrack.hh,v 1.5 2001/07/19 00:14:15 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/event/include/G4EvManMessenger.hh b/source/event/include/G4EvManMessenger.hh index 44b4d29e2e..849d677385 100644 --- a/source/event/include/G4EvManMessenger.hh +++ b/source/event/include/G4EvManMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4EvManMessenger.hh,v 1.4 2001/07/11 09:58:47 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4EvManMessenger_h diff --git a/source/event/include/G4Event.hh b/source/event/include/G4Event.hh index acf0987229..b24a1b2020 100644 --- a/source/event/include/G4Event.hh +++ b/source/event/include/G4Event.hh @@ -22,7 +22,7 @@ // // // $Id: G4Event.hh,v 1.7 2003/09/09 20:09:17 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4Event_h diff --git a/source/event/include/G4EventManager.hh b/source/event/include/G4EventManager.hh index c69caeeae2..34d26daf0a 100644 --- a/source/event/include/G4EventManager.hh +++ b/source/event/include/G4EventManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4EventManager.hh,v 1.12 2003/09/09 20:09:17 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/event/include/G4GeneralParticleSource.hh b/source/event/include/G4GeneralParticleSource.hh index bb205a4400..aca40c4894 100644 --- a/source/event/include/G4GeneralParticleSource.hh +++ b/source/event/include/G4GeneralParticleSource.hh @@ -32,7 +32,7 @@ // /////////////////////////////////////////////////////////////////////////////// // $Id: G4GeneralParticleSource.hh,v 1.8 2003/10/13 09:21:27 flei Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ /////////////////////////////////////////////////////////////////////////////// // // Class Description: diff --git a/source/event/include/G4GeneralParticleSourceMessenger.hh b/source/event/include/G4GeneralParticleSourceMessenger.hh index b5830b25f5..186ff0a8e2 100644 --- a/source/event/include/G4GeneralParticleSourceMessenger.hh +++ b/source/event/include/G4GeneralParticleSourceMessenger.hh @@ -32,7 +32,7 @@ // /////////////////////////////////////////////////////////////////////////////// // $Id: G4GeneralParticleSourceMessenger.hh,v 1.8 2002/02/26 16:34:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ /////////////////////////////////////////////////////////////////////////////// // // Class Description: diff --git a/source/event/include/G4HEPEvtInterface.hh b/source/event/include/G4HEPEvtInterface.hh index 3721aa11ab..ec86952ae0 100644 --- a/source/event/include/G4HEPEvtInterface.hh +++ b/source/event/include/G4HEPEvtInterface.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEPEvtInterface.hh,v 1.7 2003/06/16 16:50:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4HEPEvtInterface_h diff --git a/source/event/include/G4HEPEvtParticle.hh b/source/event/include/G4HEPEvtParticle.hh index 039dc6eebe..f52ae1a693 100644 --- a/source/event/include/G4HEPEvtParticle.hh +++ b/source/event/include/G4HEPEvtParticle.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEPEvtParticle.hh,v 1.5 2001/07/13 15:01:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/event/include/G4ParticleGun.hh b/source/event/include/G4ParticleGun.hh index 7df342f1ed..3fb86b749a 100644 --- a/source/event/include/G4ParticleGun.hh +++ b/source/event/include/G4ParticleGun.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleGun.hh,v 1.7 2001/11/20 23:21:41 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4ParticleGun_h diff --git a/source/event/include/G4ParticleGunMessenger.hh b/source/event/include/G4ParticleGunMessenger.hh index 70d7b10cee..1640572ca2 100644 --- a/source/event/include/G4ParticleGunMessenger.hh +++ b/source/event/include/G4ParticleGunMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleGunMessenger.hh,v 1.7 2002/02/26 16:34:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/event/include/G4PrimaryParticle.hh b/source/event/include/G4PrimaryParticle.hh index 5456a01cb8..1840058dcc 100644 --- a/source/event/include/G4PrimaryParticle.hh +++ b/source/event/include/G4PrimaryParticle.hh @@ -22,7 +22,7 @@ // // // $Id: G4PrimaryParticle.hh,v 1.11 2003/09/12 21:51:32 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/event/include/G4PrimaryTransformer.hh b/source/event/include/G4PrimaryTransformer.hh index df5db0971f..fc1864a56a 100644 --- a/source/event/include/G4PrimaryTransformer.hh +++ b/source/event/include/G4PrimaryTransformer.hh @@ -22,7 +22,7 @@ // // // $Id: G4PrimaryTransformer.hh,v 1.6 2001/07/18 01:25:44 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4PromaryTransformer_h diff --git a/source/event/include/G4PrimaryVertex.hh b/source/event/include/G4PrimaryVertex.hh index a667dc403f..79678fd098 100644 --- a/source/event/include/G4PrimaryVertex.hh +++ b/source/event/include/G4PrimaryVertex.hh @@ -22,7 +22,7 @@ // // // $Id: G4PrimaryVertex.hh,v 1.8 2003/09/12 21:51:32 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/event/include/G4ScoreTable.hh b/source/event/include/G4ScoreTable.hh index b283f9d619..5e520c4b0e 100644 --- a/source/event/include/G4ScoreTable.hh +++ b/source/event/include/G4ScoreTable.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4ScoreTable.hh,v 1.2 2003/06/16 16:50:29 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ScoreTable diff --git a/source/event/include/G4Scorer.hh b/source/event/include/G4Scorer.hh index dd159ace30..654f7c8a77 100644 --- a/source/event/include/G4Scorer.hh +++ b/source/event/include/G4Scorer.hh @@ -22,7 +22,7 @@ // // // $Id: G4Scorer.hh,v 1.1 2002/10/28 10:06:01 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Scorer diff --git a/source/event/include/G4StackChecker.hh b/source/event/include/G4StackChecker.hh index 3de455c818..b7a128cdcf 100644 --- a/source/event/include/G4StackChecker.hh +++ b/source/event/include/G4StackChecker.hh @@ -22,7 +22,7 @@ // // // $Id: G4StackChecker.hh,v 1.1 2003/06/12 15:14:43 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4StackChecker_h diff --git a/source/event/include/G4StackManager.hh b/source/event/include/G4StackManager.hh index 7939e2549f..a0444bafbe 100644 --- a/source/event/include/G4StackManager.hh +++ b/source/event/include/G4StackManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4StackManager.hh,v 1.11 2003/06/16 16:50:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/event/include/G4StackedTrack.hh b/source/event/include/G4StackedTrack.hh index de259b1b63..3bce6795dd 100644 --- a/source/event/include/G4StackedTrack.hh +++ b/source/event/include/G4StackedTrack.hh @@ -22,7 +22,7 @@ // // // $Id: G4StackedTrack.hh,v 1.6 2001/07/13 15:01:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Last Modification : 02/Feb/96 M.Asai diff --git a/source/event/include/G4StackingMessenger.hh b/source/event/include/G4StackingMessenger.hh index 84eda53790..31e3746b26 100644 --- a/source/event/include/G4StackingMessenger.hh +++ b/source/event/include/G4StackingMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4StackingMessenger.hh,v 1.4 2001/07/11 09:58:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4StackingMessenger_h diff --git a/source/event/include/G4TrackStack.hh b/source/event/include/G4TrackStack.hh index 4a098ed206..c7019d4964 100644 --- a/source/event/include/G4TrackStack.hh +++ b/source/event/include/G4TrackStack.hh @@ -22,7 +22,7 @@ // // // $Id: G4TrackStack.hh,v 1.5 2001/07/13 15:01:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Last Modification : 09/Dec/96 M.Asai diff --git a/source/event/include/G4TrajectoryContainer.hh b/source/event/include/G4TrajectoryContainer.hh index 5753dca26b..1752d5ef0c 100644 --- a/source/event/include/G4TrajectoryContainer.hh +++ b/source/event/include/G4TrajectoryContainer.hh @@ -22,7 +22,7 @@ // // // $Id: G4TrajectoryContainer.hh,v 1.11 2003/06/16 16:50:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // G4TrajectoryContainer diff --git a/source/event/include/G4UserEventAction.hh b/source/event/include/G4UserEventAction.hh index 2c3da656c2..8afc3eff9f 100644 --- a/source/event/include/G4UserEventAction.hh +++ b/source/event/include/G4UserEventAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4UserEventAction.hh,v 1.5 2001/07/11 09:58:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/source/event/include/G4UserStackingAction.hh b/source/event/include/G4UserStackingAction.hh index 4f01a1f4b6..a5887fba0a 100644 --- a/source/event/include/G4UserStackingAction.hh +++ b/source/event/include/G4UserStackingAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4UserStackingAction.hh,v 1.5 2001/07/11 09:58:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UserStackingAction_h diff --git a/source/event/include/G4VPrimaryGenerator.hh b/source/event/include/G4VPrimaryGenerator.hh index f33a3f0e00..98665c62f9 100644 --- a/source/event/include/G4VPrimaryGenerator.hh +++ b/source/event/include/G4VPrimaryGenerator.hh @@ -22,7 +22,7 @@ // // // $Id: G4VPrimaryGenerator.hh,v 1.7 2003/08/02 00:18:30 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4VPrimaryGenerator_h diff --git a/source/event/include/G4VUserEventInformation.hh b/source/event/include/G4VUserEventInformation.hh index 0d34b183a1..2b4dca50a5 100644 --- a/source/event/include/G4VUserEventInformation.hh +++ b/source/event/include/G4VUserEventInformation.hh @@ -22,7 +22,7 @@ // // // $Id: G4VUserEventInformation.hh,v 1.1 2003/09/09 20:09:17 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/event/include/G4VUserPrimaryParticleInformation.hh b/source/event/include/G4VUserPrimaryParticleInformation.hh index a394deaa4d..355556772a 100644 --- a/source/event/include/G4VUserPrimaryParticleInformation.hh +++ b/source/event/include/G4VUserPrimaryParticleInformation.hh @@ -22,7 +22,7 @@ // // // $Id: G4VUserPrimaryParticleInformation.hh,v 1.1 2003/09/12 21:51:32 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/event/include/G4VUserPrimaryVertexInformation.hh b/source/event/include/G4VUserPrimaryVertexInformation.hh index a2ed095873..b63453164a 100644 --- a/source/event/include/G4VUserPrimaryVertexInformation.hh +++ b/source/event/include/G4VUserPrimaryVertexInformation.hh @@ -22,7 +22,7 @@ // // // $Id: G4VUserPrimaryVertexInformation.hh,v 1.1 2003/09/12 21:51:32 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/event/include/eventgendefs.hh b/source/event/include/eventgendefs.hh index a6b035697a..4e060a6f9a 100644 --- a/source/event/include/eventgendefs.hh +++ b/source/event/include/eventgendefs.hh @@ -22,7 +22,7 @@ // // // $Id: eventgendefs.hh,v 1.3 2001/07/11 09:58:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef EventGenerator_DEBUG #define EventGenerator_DEBUG diff --git a/source/event/include/evmandefs.hh b/source/event/include/evmandefs.hh index 7440f6be17..dda87365f4 100644 --- a/source/event/include/evmandefs.hh +++ b/source/event/include/evmandefs.hh @@ -22,7 +22,7 @@ // // // $Id: evmandefs.hh,v 1.3 2001/07/11 09:58:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ///#define G4EVENTMANAGER_DEBUG 1 diff --git a/source/event/include/trajectoryControl.hh b/source/event/include/trajectoryControl.hh index e594070dd7..74ca2ad4d5 100644 --- a/source/event/include/trajectoryControl.hh +++ b/source/event/include/trajectoryControl.hh @@ -22,7 +22,7 @@ // // // $Id: trajectoryControl.hh,v 1.3 2001/07/11 09:58:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ////#define G4_STORE_TRAJECTORY 1 diff --git a/source/event/src/G4CellScorer.cc b/source/event/src/G4CellScorer.cc index b9b6d5c095..a95f7c20d3 100644 --- a/source/event/src/G4CellScorer.cc +++ b/source/event/src/G4CellScorer.cc @@ -22,7 +22,7 @@ // // // $Id: G4CellScorer.cc,v 1.3 2003/04/29 07:05:38 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/event/src/G4CellScorerStore.cc b/source/event/src/G4CellScorerStore.cc index 203e2e1efb..850019fdb2 100644 --- a/source/event/src/G4CellScorerStore.cc +++ b/source/event/src/G4CellScorerStore.cc @@ -22,7 +22,7 @@ // // // $Id: G4CellScorerStore.cc,v 1.2 2002/11/04 10:52:39 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/event/src/G4EvManMessenger.cc b/source/event/src/G4EvManMessenger.cc index aa4795fc61..e10590690d 100644 --- a/source/event/src/G4EvManMessenger.cc +++ b/source/event/src/G4EvManMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4EvManMessenger.cc,v 1.4 2002/12/04 18:43:15 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/event/src/G4Event.cc b/source/event/src/G4Event.cc index 383e5bbb61..4b18075649 100644 --- a/source/event/src/G4Event.cc +++ b/source/event/src/G4Event.cc @@ -22,7 +22,7 @@ // // // $Id: G4Event.cc,v 1.6 2003/09/09 20:09:18 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4Event diff --git a/source/event/src/G4EventManager.cc b/source/event/src/G4EventManager.cc index 21c2529b76..b783b10e52 100644 --- a/source/event/src/G4EventManager.cc +++ b/source/event/src/G4EventManager.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4EventManager.cc,v 1.18 2003/09/09 20:09:18 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4EventManager.cc,v 1.19 2004/03/16 00:04:30 asaim Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // @@ -36,6 +36,9 @@ #include "G4SDManager.hh" #include "G4StateManager.hh" #include "G4ApplicationState.hh" +#include "G4TransportationManager.hh" +#include "G4Navigator.hh" + G4EventManager* G4EventManager::fpEventManager = 0; G4EventManager* G4EventManager::GetEventManager() @@ -102,6 +105,13 @@ void G4EventManager::DoProcessing(G4Event* anEvent) } stateManager->SetNewState(G4State_EventProc); + // Reseting Navigator has been moved to G4Eventmanager, so that resetting + // is now done for every event. + G4ThreeVector center(0,0,0); + G4Navigator* navigator = + G4TransportationManager::GetTransportationManager()->GetNavigatorForTracking(); + navigator->LocateGlobalPointAndSetup(center,0,false); + currentEvent = anEvent; G4Track * track; G4TrackStatus istop; diff --git a/source/event/src/G4GeneralParticleSource.cc b/source/event/src/G4GeneralParticleSource.cc index 09623d7184..2032099e44 100644 --- a/source/event/src/G4GeneralParticleSource.cc +++ b/source/event/src/G4GeneralParticleSource.cc @@ -39,7 +39,7 @@ // /////////////////////////////////////////////////////////////////////////////// // $Id: G4GeneralParticleSource.cc,v 1.15 2003/10/13 09:21:27 flei Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ /////////////////////////////////////////////////////////////////////////////// // // CHANGE HISTORY diff --git a/source/event/src/G4HEPEvtInterface.cc b/source/event/src/G4HEPEvtInterface.cc index c786c8e58c..17c4bef1f1 100644 --- a/source/event/src/G4HEPEvtInterface.cc +++ b/source/event/src/G4HEPEvtInterface.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEPEvtInterface.cc,v 1.9 2003/06/16 16:50:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/event/src/G4HEPEvtParticle.cc b/source/event/src/G4HEPEvtParticle.cc index b9553d2e40..c6e85a88c4 100644 --- a/source/event/src/G4HEPEvtParticle.cc +++ b/source/event/src/G4HEPEvtParticle.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEPEvtParticle.cc,v 1.5 2003/05/21 20:52:53 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/event/src/G4ParticleGun.cc b/source/event/src/G4ParticleGun.cc index 537e7ac3d2..46c3a4eb45 100644 --- a/source/event/src/G4ParticleGun.cc +++ b/source/event/src/G4ParticleGun.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParticleGun.cc,v 1.7 2003/11/19 19:28:43 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4ParticleGun diff --git a/source/event/src/G4ParticleGunMessenger.cc b/source/event/src/G4ParticleGunMessenger.cc index a60062c077..f821e630c9 100644 --- a/source/event/src/G4ParticleGunMessenger.cc +++ b/source/event/src/G4ParticleGunMessenger.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ParticleGunMessenger.cc,v 1.10 2003/11/19 19:28:43 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ParticleGunMessenger.cc,v 1.11 2004/02/22 02:55:26 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #include "G4ParticleGunMessenger.hh" @@ -152,6 +152,7 @@ G4ParticleGunMessenger::~G4ParticleGunMessenger() delete timeCmd; delete polCmd; delete numberCmd; + delete ionCmd; delete gunDirectory; } diff --git a/source/event/src/G4PrimaryParticle.cc b/source/event/src/G4PrimaryParticle.cc index 08dd138c86..4b30dae2bb 100644 --- a/source/event/src/G4PrimaryParticle.cc +++ b/source/event/src/G4PrimaryParticle.cc @@ -22,7 +22,7 @@ // // // $Id: G4PrimaryParticle.cc,v 1.11 2003/09/12 21:51:34 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4PrimaryParticle.hh" diff --git a/source/event/src/G4PrimaryTransformer.cc b/source/event/src/G4PrimaryTransformer.cc index 45e35fa12a..7561ed389f 100644 --- a/source/event/src/G4PrimaryTransformer.cc +++ b/source/event/src/G4PrimaryTransformer.cc @@ -22,7 +22,7 @@ // // // $Id: G4PrimaryTransformer.cc,v 1.18 2003/10/01 13:17:34 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4PrimaryTransformer.hh" diff --git a/source/event/src/G4PrimaryVertex.cc b/source/event/src/G4PrimaryVertex.cc index f7c2c80786..bee96cae37 100644 --- a/source/event/src/G4PrimaryVertex.cc +++ b/source/event/src/G4PrimaryVertex.cc @@ -22,7 +22,7 @@ // // // $Id: G4PrimaryVertex.cc,v 1.7 2003/09/12 21:51:34 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4PrimaryVertex.hh" diff --git a/source/event/src/G4ScoreTable.cc b/source/event/src/G4ScoreTable.cc index 96e3cdd747..ef886071f0 100644 --- a/source/event/src/G4ScoreTable.cc +++ b/source/event/src/G4ScoreTable.cc @@ -22,7 +22,7 @@ // // // $Id: G4ScoreTable.cc,v 1.3 2003/06/16 16:50:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/event/src/G4Scorer.cc b/source/event/src/G4Scorer.cc index a398d79913..54556cbabe 100644 --- a/source/event/src/G4Scorer.cc +++ b/source/event/src/G4Scorer.cc @@ -22,7 +22,7 @@ // // // $Id: G4Scorer.cc,v 1.1 2002/10/28 10:06:01 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/event/src/G4StackChecker.cc b/source/event/src/G4StackChecker.cc index 335163c7b2..90f32fa114 100644 --- a/source/event/src/G4StackChecker.cc +++ b/source/event/src/G4StackChecker.cc @@ -22,7 +22,7 @@ // // // $Id: G4StackChecker.cc,v 1.1 2003/06/12 15:14:44 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4StackChecker.hh" diff --git a/source/event/src/G4StackManager.cc b/source/event/src/G4StackManager.cc index 9b2e26b37e..352940f200 100644 --- a/source/event/src/G4StackManager.cc +++ b/source/event/src/G4StackManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4StackManager.cc,v 1.9 2003/08/13 23:44:39 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Last Modification : 09/Dec/96 M.Asai diff --git a/source/event/src/G4StackedTrack.cc b/source/event/src/G4StackedTrack.cc index c263569c0f..244d0bc670 100644 --- a/source/event/src/G4StackedTrack.cc +++ b/source/event/src/G4StackedTrack.cc @@ -22,7 +22,7 @@ // // // $Id: G4StackedTrack.cc,v 1.6 2003/05/21 20:52:54 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Last Modification : 02/Feb/96 M.Asai diff --git a/source/event/src/G4StackingMessenger.cc b/source/event/src/G4StackingMessenger.cc index afb7762850..ac601c18ea 100644 --- a/source/event/src/G4StackingMessenger.cc +++ b/source/event/src/G4StackingMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4StackingMessenger.cc,v 1.4 2002/12/04 18:43:15 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/event/src/G4TrackStack.cc b/source/event/src/G4TrackStack.cc index a7763af65b..f6ad052f61 100644 --- a/source/event/src/G4TrackStack.cc +++ b/source/event/src/G4TrackStack.cc @@ -22,7 +22,7 @@ // // // $Id: G4TrackStack.cc,v 1.5 2002/12/03 17:04:22 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4TrackStack.hh" diff --git a/source/event/src/G4TrajectoryContainer.cc b/source/event/src/G4TrajectoryContainer.cc index d75e8362cc..950fb5c909 100644 --- a/source/event/src/G4TrajectoryContainer.cc +++ b/source/event/src/G4TrajectoryContainer.cc @@ -22,7 +22,7 @@ // // // $Id: G4TrajectoryContainer.cc,v 1.2 2002/10/06 11:46:48 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4TrajectoryContainer.hh" diff --git a/source/event/src/G4UserEventAction.cc b/source/event/src/G4UserEventAction.cc index e6b321ae2f..a482013c7b 100644 --- a/source/event/src/G4UserEventAction.cc +++ b/source/event/src/G4UserEventAction.cc @@ -22,7 +22,7 @@ // // // $Id: G4UserEventAction.cc,v 1.5 2003/05/21 20:52:54 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4UserEventAction.hh" diff --git a/source/event/src/G4UserStackingAction.cc b/source/event/src/G4UserStackingAction.cc index 84ad66a78b..15bb1a6fb6 100644 --- a/source/event/src/G4UserStackingAction.cc +++ b/source/event/src/G4UserStackingAction.cc @@ -22,7 +22,7 @@ // // // $Id: G4UserStackingAction.cc,v 1.5 2003/05/21 20:52:54 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4UserStackingAction.hh" diff --git a/source/event/src/G4VPrimaryGenerator.cc b/source/event/src/G4VPrimaryGenerator.cc index f4a2258d38..5d174a9d7d 100644 --- a/source/event/src/G4VPrimaryGenerator.cc +++ b/source/event/src/G4VPrimaryGenerator.cc @@ -22,7 +22,7 @@ // // // $Id: G4VPrimaryGenerator.cc,v 1.4 2003/08/02 00:18:30 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4VPrimaryGenerator diff --git a/source/g3tog4/include/G3DetTable.hh b/source/g3tog4/include/G3DetTable.hh index b6ca452351..8b71904e09 100644 --- a/source/g3tog4/include/G3DetTable.hh +++ b/source/g3tog4/include/G3DetTable.hh @@ -22,7 +22,7 @@ // // // $Id: G3DetTable.hh,v 1.8 2003/06/16 16:50:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G3DetTable class diff --git a/source/g3tog4/include/G3DetTableEntry.hh b/source/g3tog4/include/G3DetTableEntry.hh index 6065511eb5..eba4814186 100644 --- a/source/g3tog4/include/G3DetTableEntry.hh +++ b/source/g3tog4/include/G3DetTableEntry.hh @@ -22,7 +22,7 @@ // // // $Id: G3DetTableEntry.hh,v 1.5 2003/06/16 16:50:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G3DetTableEntry class diff --git a/source/g3tog4/include/G3Division.hh b/source/g3tog4/include/G3Division.hh index 13c6fcf321..61d052e1a3 100644 --- a/source/g3tog4/include/G3Division.hh +++ b/source/g3tog4/include/G3Division.hh @@ -22,7 +22,7 @@ // // // $Id: G3Division.hh,v 1.7 2001/11/21 14:25:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class description: diff --git a/source/g3tog4/include/G3EleTable.hh b/source/g3tog4/include/G3EleTable.hh index f7b601bf6b..564a185761 100644 --- a/source/g3tog4/include/G3EleTable.hh +++ b/source/g3tog4/include/G3EleTable.hh @@ -22,7 +22,7 @@ // // // $Id: G3EleTable.hh,v 1.7 2001/07/16 15:38:18 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class description: diff --git a/source/g3tog4/include/G3G4Interface.hh b/source/g3tog4/include/G3G4Interface.hh index fe9c1d2635..ed35d4592d 100644 --- a/source/g3tog4/include/G3G4Interface.hh +++ b/source/g3tog4/include/G3G4Interface.hh @@ -22,7 +22,7 @@ // // // $Id: G3G4Interface.hh,v 1.9 2001/11/08 16:07:58 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Interfaces for G3 equivalent routines // diff --git a/source/g3tog4/include/G3MatTable.hh b/source/g3tog4/include/G3MatTable.hh index a4b6bcd1b0..a874653fb3 100644 --- a/source/g3tog4/include/G3MatTable.hh +++ b/source/g3tog4/include/G3MatTable.hh @@ -22,7 +22,7 @@ // // // $Id: G3MatTable.hh,v 1.12 2003/06/16 16:50:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class description: diff --git a/source/g3tog4/include/G3MatTableEntry.hh b/source/g3tog4/include/G3MatTableEntry.hh index 426dd61586..c4ce1ec747 100644 --- a/source/g3tog4/include/G3MatTableEntry.hh +++ b/source/g3tog4/include/G3MatTableEntry.hh @@ -22,7 +22,7 @@ // // // $Id: G3MatTableEntry.hh,v 1.5 2001/07/11 09:58:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class description: diff --git a/source/g3tog4/include/G3MedTable.hh b/source/g3tog4/include/G3MedTable.hh index 424748a689..9a684796b7 100644 --- a/source/g3tog4/include/G3MedTable.hh +++ b/source/g3tog4/include/G3MedTable.hh @@ -22,7 +22,7 @@ // // // $Id: G3MedTable.hh,v 1.12 2003/06/16 16:50:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class description: diff --git a/source/g3tog4/include/G3MedTableEntry.hh b/source/g3tog4/include/G3MedTableEntry.hh index bc171ab0c2..7d449bfc0d 100644 --- a/source/g3tog4/include/G3MedTableEntry.hh +++ b/source/g3tog4/include/G3MedTableEntry.hh @@ -22,7 +22,7 @@ // // // $Id: G3MedTableEntry.hh,v 1.5 2001/07/11 09:58:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class description: diff --git a/source/g3tog4/include/G3PartTable.hh b/source/g3tog4/include/G3PartTable.hh index 51a83af142..7faaf654a1 100644 --- a/source/g3tog4/include/G3PartTable.hh +++ b/source/g3tog4/include/G3PartTable.hh @@ -22,7 +22,7 @@ // // // $Id: G3PartTable.hh,v 1.9 2003/06/16 16:50:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class description: diff --git a/source/g3tog4/include/G3Pos.hh b/source/g3tog4/include/G3Pos.hh index 5d09312962..bbd7badd46 100644 --- a/source/g3tog4/include/G3Pos.hh +++ b/source/g3tog4/include/G3Pos.hh @@ -22,7 +22,7 @@ // // // $Id: G3Pos.hh,v 1.10 2001/07/11 09:58:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class description: diff --git a/source/g3tog4/include/G3RotTable.hh b/source/g3tog4/include/G3RotTable.hh index 908cb2f9df..5547796c67 100644 --- a/source/g3tog4/include/G3RotTable.hh +++ b/source/g3tog4/include/G3RotTable.hh @@ -22,7 +22,7 @@ // // // $Id: G3RotTable.hh,v 1.14 2003/06/16 16:50:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class description: diff --git a/source/g3tog4/include/G3RotTableEntry.hh b/source/g3tog4/include/G3RotTableEntry.hh index eea27ff265..e8f15ef418 100644 --- a/source/g3tog4/include/G3RotTableEntry.hh +++ b/source/g3tog4/include/G3RotTableEntry.hh @@ -22,7 +22,7 @@ // // // $Id: G3RotTableEntry.hh,v 1.5 2001/07/11 09:58:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class description: diff --git a/source/g3tog4/include/G3SensVolVector.hh b/source/g3tog4/include/G3SensVolVector.hh index dac1cfc93a..493ec6111a 100644 --- a/source/g3tog4/include/G3SensVolVector.hh +++ b/source/g3tog4/include/G3SensVolVector.hh @@ -22,7 +22,7 @@ // // // $Id: G3SensVolVector.hh,v 1.6 2003/06/16 16:50:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // vector of logical volumes that were defined with // tracking medium with ISVOL=1 diff --git a/source/g3tog4/include/G3VolTable.hh b/source/g3tog4/include/G3VolTable.hh index c2dde3b2b2..9a11db8452 100644 --- a/source/g3tog4/include/G3VolTable.hh +++ b/source/g3tog4/include/G3VolTable.hh @@ -22,7 +22,7 @@ // // // $Id: G3VolTable.hh,v 1.17 2003/06/16 16:50:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class description: diff --git a/source/g3tog4/include/G3VolTableEntry.hh b/source/g3tog4/include/G3VolTableEntry.hh index 72b46398ac..a2a6d34573 100644 --- a/source/g3tog4/include/G3VolTableEntry.hh +++ b/source/g3tog4/include/G3VolTableEntry.hh @@ -22,7 +22,7 @@ // // // $Id: G3VolTableEntry.hh,v 1.8 2003/06/16 16:50:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class description: diff --git a/source/g3tog4/include/G3toG4.hh b/source/g3tog4/include/G3toG4.hh index 1292b5038a..ffc0a444fe 100644 --- a/source/g3tog4/include/G3toG4.hh +++ b/source/g3tog4/include/G3toG4.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4.hh,v 1.7 2001/07/11 09:58:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // modified by I.Hrivnacova, 27 Sep 99 diff --git a/source/g3tog4/include/G3toG4.inc b/source/g3tog4/include/G3toG4.inc index 895633212f..fcd00004ea 100644 --- a/source/g3tog4/include/G3toG4.inc +++ b/source/g3tog4/include/G3toG4.inc @@ -22,7 +22,7 @@ * * * $Id: G3toG4.inc,v 1.3 2001/07/11 09:58:58 gunter Exp $ -* GEANT4 tag $Name: geant4-06-00 $ +* GEANT4 tag $Name: geant4-05-02-patch-01 $ * integer maxlines parameter (maxlines = 750) ! max no. of cmd lines per C++ source file diff --git a/source/g3tog4/include/G3toG4BuildTree.hh b/source/g3tog4/include/G3toG4BuildTree.hh index 4b60fa070b..1d86edcb45 100644 --- a/source/g3tog4/include/G3toG4BuildTree.hh +++ b/source/g3tog4/include/G3toG4BuildTree.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4BuildTree.hh,v 1.7 2001/07/11 09:58:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class Description: diff --git a/source/g3tog4/include/G3toG4MANY.hh b/source/g3tog4/include/G3toG4MANY.hh index d88d39d4be..c018469bc5 100644 --- a/source/g3tog4/include/G3toG4MANY.hh +++ b/source/g3tog4/include/G3toG4MANY.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4MANY.hh,v 1.2 2003/06/16 16:50:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class Description: diff --git a/source/g3tog4/include/G3toG4MakeSolid.hh b/source/g3tog4/include/G3toG4MakeSolid.hh index 87a0bf7f28..f82ff5d502 100644 --- a/source/g3tog4/include/G3toG4MakeSolid.hh +++ b/source/g3tog4/include/G3toG4MakeSolid.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4MakeSolid.hh,v 1.6 2001/07/11 09:58:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------- // Class Description: diff --git a/source/g3tog4/include/G3toG4RotationMatrix.hh b/source/g3tog4/include/G3toG4RotationMatrix.hh index 45f575c548..9b2d859626 100644 --- a/source/g3tog4/include/G3toG4RotationMatrix.hh +++ b/source/g3tog4/include/G3toG4RotationMatrix.hh @@ -22,7 +22,7 @@ // // // $Id: G3toG4RotationMatrix.hh,v 1.5 2001/07/11 09:58:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ---------------------- // Class description: // diff --git a/source/g3tog4/include/gcbank.inc b/source/g3tog4/include/gcbank.inc index c38c2bde80..214da012bc 100644 --- a/source/g3tog4/include/gcbank.inc +++ b/source/g3tog4/include/gcbank.inc @@ -22,7 +22,7 @@ * * * $Id: gcbank.inc,v 1.3 2001/07/11 09:58:58 gunter Exp $ -* GEANT4 tag $Name: geant4-06-00 $ +* GEANT4 tag $Name: geant4-05-02-patch-01 $ * INTEGER IQ,LQ,NZEBRA,IXSTOR,IXDIV,IXCONS,LMAIN,LR1,JCG INTEGER KWBANK,KWWORK,IWS diff --git a/source/g3tog4/src/G3DetTable.cc b/source/g3tog4/src/G3DetTable.cc index c7d9466746..cb9625cdfb 100644 --- a/source/g3tog4/src/G3DetTable.cc +++ b/source/g3tog4/src/G3DetTable.cc @@ -22,7 +22,7 @@ // // // $Id: G3DetTable.cc,v 1.11 2003/06/16 16:50:47 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" #include "G3DetTable.hh" diff --git a/source/g3tog4/src/G3DetTableEntry.cc b/source/g3tog4/src/G3DetTableEntry.cc index 04a54e89e4..98a474f5f5 100644 --- a/source/g3tog4/src/G3DetTableEntry.cc +++ b/source/g3tog4/src/G3DetTableEntry.cc @@ -22,7 +22,7 @@ // // // $Id: G3DetTableEntry.cc,v 1.4 2001/07/11 09:58:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "globals.hh" #include "G3DetTableEntry.hh" diff --git a/source/g3tog4/src/G3Division.cc b/source/g3tog4/src/G3Division.cc index ccd994e45f..40bef7ad5b 100644 --- a/source/g3tog4/src/G3Division.cc +++ b/source/g3tog4/src/G3Division.cc @@ -22,7 +22,7 @@ // // // $Id: G3Division.cc,v 1.15 2003/06/16 16:50:48 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, V.Berejnoi 13.10.99 diff --git a/source/g3tog4/src/G3EleTable.cc b/source/g3tog4/src/G3EleTable.cc index cc6e2b7cfe..4593a0bd09 100644 --- a/source/g3tog4/src/G3EleTable.cc +++ b/source/g3tog4/src/G3EleTable.cc @@ -22,7 +22,7 @@ // // // $Id: G3EleTable.cc,v 1.13 2003/06/16 16:50:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4Types.hh" diff --git a/source/g3tog4/src/G3MatTable.cc b/source/g3tog4/src/G3MatTable.cc index 897b5dbdc3..df161d4f8c 100644 --- a/source/g3tog4/src/G3MatTable.cc +++ b/source/g3tog4/src/G3MatTable.cc @@ -22,7 +22,7 @@ // // // $Id: G3MatTable.cc,v 1.15 2001/07/16 15:38:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, 27 Sep 99 diff --git a/source/g3tog4/src/G3MatTableEntry.cc b/source/g3tog4/src/G3MatTableEntry.cc index 40a4892d31..848defcbe4 100644 --- a/source/g3tog4/src/G3MatTableEntry.cc +++ b/source/g3tog4/src/G3MatTableEntry.cc @@ -22,7 +22,7 @@ // // // $Id: G3MatTableEntry.cc,v 1.3 2001/07/11 09:58:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, 27 Sep 99 diff --git a/source/g3tog4/src/G3MedTable.cc b/source/g3tog4/src/G3MedTable.cc index 4ebbb267b7..d5f50189e0 100644 --- a/source/g3tog4/src/G3MedTable.cc +++ b/source/g3tog4/src/G3MedTable.cc @@ -22,7 +22,7 @@ // // // $Id: G3MedTable.cc,v 1.14 2003/01/27 10:45:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, 27 Sep 99 diff --git a/source/g3tog4/src/G3MedTableEntry.cc b/source/g3tog4/src/G3MedTableEntry.cc index f342babc4b..aac0c9d2c3 100644 --- a/source/g3tog4/src/G3MedTableEntry.cc +++ b/source/g3tog4/src/G3MedTableEntry.cc @@ -22,7 +22,7 @@ // // // $Id: G3MedTableEntry.cc,v 1.3 2001/07/11 09:58:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, 27 Sep 99 diff --git a/source/g3tog4/src/G3NegVolPars.cc b/source/g3tog4/src/G3NegVolPars.cc index 9b4451c0aa..c8adfa8c60 100644 --- a/source/g3tog4/src/G3NegVolPars.cc +++ b/source/g3tog4/src/G3NegVolPars.cc @@ -22,7 +22,7 @@ // // // $Id: G3NegVolPars.cc,v 1.10 2003/06/16 16:50:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // modified by I. Hrivnacova, 13.10.99 diff --git a/source/g3tog4/src/G3PartTable.cc b/source/g3tog4/src/G3PartTable.cc index 5e723c4593..27de2ac73d 100644 --- a/source/g3tog4/src/G3PartTable.cc +++ b/source/g3tog4/src/G3PartTable.cc @@ -22,7 +22,7 @@ // // // $Id: G3PartTable.cc,v 1.12 2003/06/16 16:50:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4Types.hh" diff --git a/source/g3tog4/src/G3Pos.cc b/source/g3tog4/src/G3Pos.cc index a1a4d3f767..5cd3c221e4 100644 --- a/source/g3tog4/src/G3Pos.cc +++ b/source/g3tog4/src/G3Pos.cc @@ -22,7 +22,7 @@ // // // $Id: G3Pos.cc,v 1.8 2001/07/11 09:58:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // modified by I.Hrivnacova, 13.10.99 diff --git a/source/g3tog4/src/G3RotTable.cc b/source/g3tog4/src/G3RotTable.cc index 3475e12385..f09b813647 100644 --- a/source/g3tog4/src/G3RotTable.cc +++ b/source/g3tog4/src/G3RotTable.cc @@ -22,7 +22,7 @@ // // // $Id: G3RotTable.cc,v 1.15 2001/07/16 15:38:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, 27 Sep 99 diff --git a/source/g3tog4/src/G3RotTableEntry.cc b/source/g3tog4/src/G3RotTableEntry.cc index 6d82ed304b..5179cd2c5e 100644 --- a/source/g3tog4/src/G3RotTableEntry.cc +++ b/source/g3tog4/src/G3RotTableEntry.cc @@ -22,7 +22,7 @@ // // // $Id: G3RotTableEntry.cc,v 1.3 2001/07/11 09:58:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, 27 Sep 99 diff --git a/source/g3tog4/src/G3VolTable.cc b/source/g3tog4/src/G3VolTable.cc index 327f4902a5..69e37c7cbe 100644 --- a/source/g3tog4/src/G3VolTable.cc +++ b/source/g3tog4/src/G3VolTable.cc @@ -22,7 +22,7 @@ // // // $Id: G3VolTable.cc,v 1.21 2003/06/16 16:50:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // modified by I.Hrivnacova, 13.10.99 diff --git a/source/g3tog4/src/G3VolTableEntry.cc b/source/g3tog4/src/G3VolTableEntry.cc index fe7ecfc662..c974c7e235 100644 --- a/source/g3tog4/src/G3VolTableEntry.cc +++ b/source/g3tog4/src/G3VolTableEntry.cc @@ -22,7 +22,7 @@ // // // $Id: G3VolTableEntry.cc,v 1.11 2003/06/16 16:50:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // modified by I.Hrivnacova, 13.10.99 diff --git a/source/g3tog4/src/G3fillParams.cc.archive b/source/g3tog4/src/G3fillParams.cc.archive index 842d33706c..ae47ceaaf4 100644 --- a/source/g3tog4/src/G3fillParams.cc.archive +++ b/source/g3tog4/src/G3fillParams.cc.archive @@ -6,7 +6,7 @@ // and all its terms. // // $Id: G3fillParams.cc.archive,v 1.2 2003/06/16 16:50:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // extracted from clparse.cc by I. Hrivnacova, 30.7.99 diff --git a/source/g3tog4/src/G3toG4BuildTree.cc b/source/g3tog4/src/G3toG4BuildTree.cc index e32b2c7286..47427d9389 100644 --- a/source/g3tog4/src/G3toG4BuildTree.cc +++ b/source/g3tog4/src/G3toG4BuildTree.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4BuildTree.cc,v 1.18 2001/11/21 14:25:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // modified by I. Hrivnacova, 2.8.99 diff --git a/source/g3tog4/src/G3toG4MANY.cc b/source/g3tog4/src/G3toG4MANY.cc index d1926ca46d..8c66e262d5 100644 --- a/source/g3tog4/src/G3toG4MANY.cc +++ b/source/g3tog4/src/G3toG4MANY.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4MANY.cc,v 1.1 2001/11/08 16:08:01 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // By I. Hrivnacova, 22.10.01 diff --git a/source/g3tog4/src/G3toG4MakeSolid.cc b/source/g3tog4/src/G3toG4MakeSolid.cc index 14c59d09f4..57d154083c 100644 --- a/source/g3tog4/src/G3toG4MakeSolid.cc +++ b/source/g3tog4/src/G3toG4MakeSolid.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4MakeSolid.cc,v 1.9 2001/07/16 15:38:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // modified by I.Hrivnacova, V.Berejnoi 27 Sep 99 diff --git a/source/g3tog4/src/G3toG4RotationMatrix.cc b/source/g3tog4/src/G3toG4RotationMatrix.cc index fc739c520c..6d3d723fcc 100644 --- a/source/g3tog4/src/G3toG4RotationMatrix.cc +++ b/source/g3tog4/src/G3toG4RotationMatrix.cc @@ -22,7 +22,7 @@ // // // $Id: G3toG4RotationMatrix.cc,v 1.3 2001/07/11 09:59:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G3toG4RotationMatrix.hh" diff --git a/source/g3tog4/src/G4BuildGeom.cc b/source/g3tog4/src/G4BuildGeom.cc index 59e3b87f4e..26b7f2a1b0 100644 --- a/source/g3tog4/src/G4BuildGeom.cc +++ b/source/g3tog4/src/G4BuildGeom.cc @@ -22,7 +22,7 @@ // // // $Id: G4BuildGeom.cc,v 1.16 2003/06/16 16:50:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // modified by I. Hrivnacova, 13.10.99 diff --git a/source/g3tog4/src/G4ggclos.cc b/source/g3tog4/src/G4ggclos.cc index 13f38ddb88..e4aa8d373e 100644 --- a/source/g3tog4/src/G4ggclos.cc +++ b/source/g3tog4/src/G4ggclos.cc @@ -22,7 +22,7 @@ // // // $Id: G4ggclos.cc,v 1.7 2001/07/11 09:59:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G3toG4.hh" #include "G3VolTable.hh" diff --git a/source/g3tog4/src/G4gsatt.cc b/source/g3tog4/src/G4gsatt.cc index eb042fa6cc..0b2f39107e 100644 --- a/source/g3tog4/src/G4gsatt.cc +++ b/source/g3tog4/src/G4gsatt.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsatt.cc,v 1.12 2003/04/03 11:30:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "globals.hh" #include "G3toG4.hh" diff --git a/source/g3tog4/src/G4gsbool.cc b/source/g3tog4/src/G4gsbool.cc index 84ebaf7e34..5764f30a84 100644 --- a/source/g3tog4/src/G4gsbool.cc +++ b/source/g3tog4/src/G4gsbool.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsbool.cc,v 1.1 2001/11/08 16:08:01 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, 13.10.01 diff --git a/source/g3tog4/src/G4gsdet.cc b/source/g3tog4/src/G4gsdet.cc index de5fe72f13..782f190cf9 100644 --- a/source/g3tog4/src/G4gsdet.cc +++ b/source/g3tog4/src/G4gsdet.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsdet.cc,v 1.4 2001/07/11 09:59:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "globals.hh" #include "G3toG4.hh" diff --git a/source/g3tog4/src/G4gsdeta.cc b/source/g3tog4/src/G4gsdeta.cc index 23dc17a9a2..f09cc31c97 100644 --- a/source/g3tog4/src/G4gsdeta.cc +++ b/source/g3tog4/src/G4gsdeta.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsdeta.cc,v 1.5 2001/07/11 09:59:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // modified by I.Hrivnacova, 6 Oct 99 diff --git a/source/g3tog4/src/G4gsdetd.cc b/source/g3tog4/src/G4gsdetd.cc index e387686070..ca3faa0873 100644 --- a/source/g3tog4/src/G4gsdetd.cc +++ b/source/g3tog4/src/G4gsdetd.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsdetd.cc,v 1.7 2003/04/03 11:30:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G3toG4.hh" #include "G3DetTable.hh" diff --git a/source/g3tog4/src/G4gsdeth.cc b/source/g3tog4/src/G4gsdeth.cc index 6b990ef7d3..41001de900 100644 --- a/source/g3tog4/src/G4gsdeth.cc +++ b/source/g3tog4/src/G4gsdeth.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsdeth.cc,v 1.7 2003/04/03 11:30:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G3toG4.hh" #include "G3DetTable.hh" diff --git a/source/g3tog4/src/G4gsdetu.cc b/source/g3tog4/src/G4gsdetu.cc index 346bd12ccd..1a2b3cfd2e 100644 --- a/source/g3tog4/src/G4gsdetu.cc +++ b/source/g3tog4/src/G4gsdetu.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsdetu.cc,v 1.5 2003/04/03 11:30:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G3toG4.hh" diff --git a/source/g3tog4/src/G4gsdetv.cc b/source/g3tog4/src/G4gsdetv.cc index 8881eca3a4..304e705c03 100644 --- a/source/g3tog4/src/G4gsdetv.cc +++ b/source/g3tog4/src/G4gsdetv.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsdetv.cc,v 1.9 2003/04/03 11:30:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4ios.hh" #include "G3toG4.hh" diff --git a/source/g3tog4/src/G4gsdk.cc b/source/g3tog4/src/G4gsdk.cc index 733b78fb8c..0a84ed8e19 100644 --- a/source/g3tog4/src/G4gsdk.cc +++ b/source/g3tog4/src/G4gsdk.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsdk.cc,v 1.6 2003/04/03 11:30:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4Decay.hh" #include "G3toG4.hh" diff --git a/source/g3tog4/src/G4gsdvn.cc b/source/g3tog4/src/G4gsdvn.cc index e70bae810e..967fdbe5e3 100644 --- a/source/g3tog4/src/G4gsdvn.cc +++ b/source/g3tog4/src/G4gsdvn.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsdvn.cc,v 1.9 2003/04/03 11:30:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, V.Berejnoi, 29 Oct 99 diff --git a/source/g3tog4/src/G4gsdvn2.cc b/source/g3tog4/src/G4gsdvn2.cc index ec9b898fdc..0b345ad32c 100644 --- a/source/g3tog4/src/G4gsdvn2.cc +++ b/source/g3tog4/src/G4gsdvn2.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsdvn2.cc,v 1.7 2001/07/11 09:59:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, V.Berejnoi, 29 Oct 99 diff --git a/source/g3tog4/src/G4gsdvt.cc b/source/g3tog4/src/G4gsdvt.cc index 27265d0708..a0e39ed737 100644 --- a/source/g3tog4/src/G4gsdvt.cc +++ b/source/g3tog4/src/G4gsdvt.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsdvt.cc,v 1.6 2001/07/11 09:59:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, V.Berejnoi, 29 Oct 99 diff --git a/source/g3tog4/src/G4gsdvt2.cc b/source/g3tog4/src/G4gsdvt2.cc index dfb9c524ca..8a3e2a04d5 100644 --- a/source/g3tog4/src/G4gsdvt2.cc +++ b/source/g3tog4/src/G4gsdvt2.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsdvt2.cc,v 1.6 2001/07/11 09:59:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, V.Berejnoi, 29 Oct 99 diff --git a/source/g3tog4/src/G4gsdvx.cc b/source/g3tog4/src/G4gsdvx.cc index 30c70e38d2..170b290e12 100644 --- a/source/g3tog4/src/G4gsdvx.cc +++ b/source/g3tog4/src/G4gsdvx.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsdvx.cc,v 1.4 2001/07/11 09:59:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, V.Berejnoi, 27 Sep 99 diff --git a/source/g3tog4/src/G4gsmate.cc b/source/g3tog4/src/G4gsmate.cc index f7f49557fd..58769041b7 100644 --- a/source/g3tog4/src/G4gsmate.cc +++ b/source/g3tog4/src/G4gsmate.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsmate.cc,v 1.9 2003/04/03 11:30:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, 27 Sep 99 diff --git a/source/g3tog4/src/G4gsmixt.cc b/source/g3tog4/src/G4gsmixt.cc index 0a366337b4..f428baed79 100644 --- a/source/g3tog4/src/G4gsmixt.cc +++ b/source/g3tog4/src/G4gsmixt.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsmixt.cc,v 1.10 2003/06/16 16:50:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, 27 Sep 99 diff --git a/source/g3tog4/src/G4gspart.cc b/source/g3tog4/src/G4gspart.cc index 87c119f471..14d055cdf1 100644 --- a/source/g3tog4/src/G4gspart.cc +++ b/source/g3tog4/src/G4gspart.cc @@ -22,7 +22,7 @@ // // // $Id: G4gspart.cc,v 1.6 2003/04/03 11:30:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4ProcessManager.hh" #include "G3toG4.hh" diff --git a/source/g3tog4/src/G4gspos.cc b/source/g3tog4/src/G4gspos.cc index 0b630491c3..1639ca32d0 100644 --- a/source/g3tog4/src/G4gspos.cc +++ b/source/g3tog4/src/G4gspos.cc @@ -22,7 +22,7 @@ // // // $Id: G4gspos.cc,v 1.12 2001/07/11 09:59:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, 13.10.99 diff --git a/source/g3tog4/src/G4gsposp.cc b/source/g3tog4/src/G4gsposp.cc index 7a0968fe6d..0012013233 100644 --- a/source/g3tog4/src/G4gsposp.cc +++ b/source/g3tog4/src/G4gsposp.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsposp.cc,v 1.15 2002/10/23 17:21:18 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, 13.10.99 diff --git a/source/g3tog4/src/G4gsrotm.cc b/source/g3tog4/src/G4gsrotm.cc index 8d19671fbe..9dfb811997 100644 --- a/source/g3tog4/src/G4gsrotm.cc +++ b/source/g3tog4/src/G4gsrotm.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsrotm.cc,v 1.9 2001/07/11 09:59:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G3toG4.hh" #include "G3RotTable.hh" diff --git a/source/g3tog4/src/G4gstmed.cc b/source/g3tog4/src/G4gstmed.cc index b0a946fa7e..6baf84102f 100644 --- a/source/g3tog4/src/G4gstmed.cc +++ b/source/g3tog4/src/G4gstmed.cc @@ -22,7 +22,7 @@ // // // $Id: G4gstmed.cc,v 1.6 2003/04/03 11:30:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // The last G4int argument of G4gstmed(..) is used for sending // info whether the Geant3 tracking medium parameters should diff --git a/source/g3tog4/src/G4gstpar.cc b/source/g3tog4/src/G4gstpar.cc index 2c1d475f9f..7c30784845 100644 --- a/source/g3tog4/src/G4gstpar.cc +++ b/source/g3tog4/src/G4gstpar.cc @@ -22,7 +22,7 @@ // // // $Id: G4gstpar.cc,v 1.7 2003/04/03 11:30:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G3toG4.hh" #include "G3VolTable.hh" diff --git a/source/g3tog4/src/G4gsvolu.cc b/source/g3tog4/src/G4gsvolu.cc index 16968076d5..e6991e518e 100644 --- a/source/g3tog4/src/G4gsvolu.cc +++ b/source/g3tog4/src/G4gsvolu.cc @@ -22,7 +22,7 @@ // // // $Id: G4gsvolu.cc,v 1.9 2003/06/16 16:50:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // by I.Hrivnacova, 13.10.99 diff --git a/source/g3tog4/src/clparse.cc b/source/g3tog4/src/clparse.cc index 7c12ad9257..97d8325a0b 100644 --- a/source/g3tog4/src/clparse.cc +++ b/source/g3tog4/src/clparse.cc @@ -22,7 +22,7 @@ // // // $Id: clparse.cc,v 1.15 2003/06/16 16:50:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // modified by I.Hrivnacova // added G3SensVol diff --git a/source/g3tog4/src/g3routines.F b/source/g3tog4/src/g3routines.F index fe4c29f602..ff3e82faab 100644 --- a/source/g3tog4/src/g3routines.F +++ b/source/g3tog4/src/g3routines.F @@ -22,7 +22,7 @@ * * * $Id: g3routines.F,v 1.4 2001/07/11 09:59:02 gunter Exp $ -* GEANT4 tag $Name: geant4-06-00 $ +* GEANT4 tag $Name: geant4-05-02-patch-01 $ * #define CALL_GEANT diff --git a/source/g3tog4/src/g3test.F.main b/source/g3tog4/src/g3test.F.main index 5c8ec95b60..002777c88d 100644 --- a/source/g3tog4/src/g3test.F.main +++ b/source/g3tog4/src/g3test.F.main @@ -6,7 +6,7 @@ * and all its terms. * * $Id: g3test.F.main,v 1.2 1999/12/05 17:50:16 gcosmo Exp $ -* GEANT4 tag $Name: geant4-06-00 $ +* GEANT4 tag $Name: geant4-05-02-patch-01 $ * * * g3test diff --git a/source/g3tog4/src/g3tog4.F b/source/g3tog4/src/g3tog4.F index e52c1222bf..edda284d56 100644 --- a/source/g3tog4/src/g3tog4.F +++ b/source/g3tog4/src/g3tog4.F @@ -22,7 +22,7 @@ * * * $Id: g3tog4.F,v 1.4 2001/07/11 09:59:02 gunter Exp $ -* GEANT4 tag $Name: geant4-06-00 $ +* GEANT4 tag $Name: geant4-05-02-patch-01 $ * * * G3toG4 diff --git a/source/g3tog4/src/g4geom.cc.main b/source/g3tog4/src/g4geom.cc.main index ce11c7576b..1a252d507f 100644 --- a/source/g3tog4/src/g4geom.cc.main +++ b/source/g3tog4/src/g4geom.cc.main @@ -6,7 +6,7 @@ // and all its terms. // // $Id: g4geom.cc.main,v 1.2 1999/12/05 17:50:17 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // g4geom // diff --git a/source/g3tog4/src/jshape.F b/source/g3tog4/src/jshape.F index f7ad524340..c630e5fcc4 100644 --- a/source/g3tog4/src/jshape.F +++ b/source/g3tog4/src/jshape.F @@ -22,7 +22,7 @@ * * * $Id: jshape.F,v 1.3 2001/07/11 09:59:03 gunter Exp $ -* GEANT4 tag $Name: geant4-06-00 $ +* GEANT4 tag $Name: geant4-05-02-patch-01 $ * * *-- Author : Jouko Vuoskoski, CERN, Jouko.Vuoskoski@cern.ch diff --git a/source/g3tog4/src/mztog4.F b/source/g3tog4/src/mztog4.F index 23fc9d3b7f..2035e9f7bc 100644 --- a/source/g3tog4/src/mztog4.F +++ b/source/g3tog4/src/mztog4.F @@ -22,7 +22,7 @@ * * * $Id: mztog4.F,v 1.3 2001/07/11 09:59:03 gunter Exp $ -* GEANT4 tag $Name: geant4-06-00 $ +* GEANT4 tag $Name: geant4-05-02-patch-01 $ * subroutine mztog4 ************************************************************************ diff --git a/source/g3tog4/src/rztog4.F b/source/g3tog4/src/rztog4.F index acfe095810..6f6c637ecf 100644 --- a/source/g3tog4/src/rztog4.F +++ b/source/g3tog4/src/rztog4.F @@ -22,7 +22,7 @@ * * * $Id: rztog4.F,v 1.3 2001/07/11 09:59:03 gunter Exp $ -* GEANT4 tag $Name: geant4-06-00 $ +* GEANT4 tag $Name: geant4-05-02-patch-01 $ * program rztog4 ************************************************************************ diff --git a/source/g3tog4/src/tog4.F b/source/g3tog4/src/tog4.F index f70c4d5728..429a246906 100644 --- a/source/g3tog4/src/tog4.F +++ b/source/g3tog4/src/tog4.F @@ -22,7 +22,7 @@ * * * $Id: tog4.F,v 1.4 2001/07/11 09:59:03 gunter Exp $ -* GEANT4 tag $Name: geant4-06-00 $ +* GEANT4 tag $Name: geant4-05-02-patch-01 $ * subroutine tog4 ************************************************************************ diff --git a/source/geometry/biasing/include/G4GeometryCell.hh b/source/geometry/biasing/include/G4GeometryCell.hh index c597828739..b613299903 100644 --- a/source/geometry/biasing/include/G4GeometryCell.hh +++ b/source/geometry/biasing/include/G4GeometryCell.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeometryCell.hh,v 1.5 2002/10/22 13:18:43 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4GeometryCell diff --git a/source/geometry/biasing/include/G4GeometryCellComp.hh b/source/geometry/biasing/include/G4GeometryCellComp.hh index 3da99c4132..f0959cb096 100644 --- a/source/geometry/biasing/include/G4GeometryCellComp.hh +++ b/source/geometry/biasing/include/G4GeometryCellComp.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeometryCellComp.hh,v 1.1 2002/10/22 13:18:44 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4GeometryCellComp diff --git a/source/geometry/biasing/include/G4GeometryCellImportance.hh b/source/geometry/biasing/include/G4GeometryCellImportance.hh index b3aadc5051..89a30e2296 100644 --- a/source/geometry/biasing/include/G4GeometryCellImportance.hh +++ b/source/geometry/biasing/include/G4GeometryCellImportance.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeometryCellImportance.hh,v 1.3 2003/06/16 16:50:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4GeometryCellImportance diff --git a/source/geometry/biasing/include/G4GeometryCellStep.hh b/source/geometry/biasing/include/G4GeometryCellStep.hh index e79ac48516..e5c5e5113c 100644 --- a/source/geometry/biasing/include/G4GeometryCellStep.hh +++ b/source/geometry/biasing/include/G4GeometryCellStep.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeometryCellStep.hh,v 1.1 2002/10/22 13:18:44 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4GeometryCellStep diff --git a/source/geometry/biasing/include/G4GeometryCellStepStream.hh b/source/geometry/biasing/include/G4GeometryCellStepStream.hh index ecaed81357..221463fde3 100644 --- a/source/geometry/biasing/include/G4GeometryCellStepStream.hh +++ b/source/geometry/biasing/include/G4GeometryCellStepStream.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeometryCellStepStream.hh,v 1.2 2003/06/16 16:51:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Declarations diff --git a/source/geometry/biasing/include/G4GeometryCellWeight.hh b/source/geometry/biasing/include/G4GeometryCellWeight.hh index 1fd7d69e44..b60f503c9a 100644 --- a/source/geometry/biasing/include/G4GeometryCellWeight.hh +++ b/source/geometry/biasing/include/G4GeometryCellWeight.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeometryCellWeight.hh,v 1.2 2003/08/19 15:44:57 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4GeometryCellWeight diff --git a/source/geometry/biasing/include/G4IStore.hh b/source/geometry/biasing/include/G4IStore.hh index 5e7110215d..57536988c2 100644 --- a/source/geometry/biasing/include/G4IStore.hh +++ b/source/geometry/biasing/include/G4IStore.hh @@ -22,7 +22,7 @@ // // // $Id: G4IStore.hh,v 1.9 2002/10/22 13:18:44 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4IStore diff --git a/source/geometry/biasing/include/G4ImportanceAlgorithm.hh b/source/geometry/biasing/include/G4ImportanceAlgorithm.hh index d2f079a840..3be996eec6 100644 --- a/source/geometry/biasing/include/G4ImportanceAlgorithm.hh +++ b/source/geometry/biasing/include/G4ImportanceAlgorithm.hh @@ -22,7 +22,7 @@ // // // $Id: G4ImportanceAlgorithm.hh,v 1.6 2002/10/14 12:36:00 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ImportanceAlgorithm diff --git a/source/geometry/biasing/include/G4ImportanceSplitExaminer.hh b/source/geometry/biasing/include/G4ImportanceSplitExaminer.hh index 72828d9102..4fbc64827c 100644 --- a/source/geometry/biasing/include/G4ImportanceSplitExaminer.hh +++ b/source/geometry/biasing/include/G4ImportanceSplitExaminer.hh @@ -22,7 +22,7 @@ // // // $Id: G4ImportanceSplitExaminer.hh,v 1.7 2003/08/19 16:38:45 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ImportanceSplitExaminer diff --git a/source/geometry/biasing/include/G4Nsplit_Weight.hh b/source/geometry/biasing/include/G4Nsplit_Weight.hh index 9245847f1e..5505f448b4 100644 --- a/source/geometry/biasing/include/G4Nsplit_Weight.hh +++ b/source/geometry/biasing/include/G4Nsplit_Weight.hh @@ -22,7 +22,7 @@ // // // $Id: G4Nsplit_Weight.hh,v 1.10 2003/06/16 16:51:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Nsplit_Weight diff --git a/source/geometry/biasing/include/G4ParallelNavigator.hh b/source/geometry/biasing/include/G4ParallelNavigator.hh index d1fd00bf3a..9a59affe9a 100644 --- a/source/geometry/biasing/include/G4ParallelNavigator.hh +++ b/source/geometry/biasing/include/G4ParallelNavigator.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParallelNavigator.hh,v 1.9 2002/10/14 12:36:00 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ParallelNavigator diff --git a/source/geometry/biasing/include/G4ParallelStepper.hh b/source/geometry/biasing/include/G4ParallelStepper.hh index 1c276f18e0..e61faa5773 100644 --- a/source/geometry/biasing/include/G4ParallelStepper.hh +++ b/source/geometry/biasing/include/G4ParallelStepper.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParallelStepper.hh,v 1.6 2002/10/22 13:18:45 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ParallelStepper diff --git a/source/geometry/biasing/include/G4ParallelWorld.hh b/source/geometry/biasing/include/G4ParallelWorld.hh index 70496efa0f..698cbb67de 100644 --- a/source/geometry/biasing/include/G4ParallelWorld.hh +++ b/source/geometry/biasing/include/G4ParallelWorld.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParallelWorld.hh,v 1.6 2002/10/14 12:36:00 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ParallelWorld diff --git a/source/geometry/biasing/include/G4VCellScorer.hh b/source/geometry/biasing/include/G4VCellScorer.hh index 82d0924b0b..800a5a66f0 100644 --- a/source/geometry/biasing/include/G4VCellScorer.hh +++ b/source/geometry/biasing/include/G4VCellScorer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VCellScorer.hh,v 1.6 2002/10/28 09:53:50 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VCellScorer diff --git a/source/geometry/biasing/include/G4VCellScorerStore.hh b/source/geometry/biasing/include/G4VCellScorerStore.hh index 09bac52948..c8ebb68b46 100644 --- a/source/geometry/biasing/include/G4VCellScorerStore.hh +++ b/source/geometry/biasing/include/G4VCellScorerStore.hh @@ -22,7 +22,7 @@ // // // $Id: G4VCellScorerStore.hh,v 1.6 2002/10/28 09:53:50 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VCellScorerStore diff --git a/source/geometry/biasing/include/G4VGCellFinder.hh b/source/geometry/biasing/include/G4VGCellFinder.hh index fce5760c05..2f0376ebbb 100644 --- a/source/geometry/biasing/include/G4VGCellFinder.hh +++ b/source/geometry/biasing/include/G4VGCellFinder.hh @@ -22,7 +22,7 @@ // // // $Id: G4VGCellFinder.hh,v 1.1 2002/10/16 14:30:00 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VGCellFinder diff --git a/source/geometry/biasing/include/G4VIStore.hh b/source/geometry/biasing/include/G4VIStore.hh index d98a0f961f..0ca83182f0 100644 --- a/source/geometry/biasing/include/G4VIStore.hh +++ b/source/geometry/biasing/include/G4VIStore.hh @@ -22,7 +22,7 @@ // // // $Id: G4VIStore.hh,v 1.8 2002/10/14 12:36:01 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VIStore diff --git a/source/geometry/biasing/include/G4VImportanceAlgorithm.hh b/source/geometry/biasing/include/G4VImportanceAlgorithm.hh index 88cad86e98..c187e6d933 100644 --- a/source/geometry/biasing/include/G4VImportanceAlgorithm.hh +++ b/source/geometry/biasing/include/G4VImportanceAlgorithm.hh @@ -22,7 +22,7 @@ // // // $Id: G4VImportanceAlgorithm.hh,v 1.7 2002/10/14 12:36:01 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VImportanceAlgorithm diff --git a/source/geometry/biasing/include/G4VImportanceSplitExaminer.hh b/source/geometry/biasing/include/G4VImportanceSplitExaminer.hh index 2834d99fc3..224a3b7d9d 100644 --- a/source/geometry/biasing/include/G4VImportanceSplitExaminer.hh +++ b/source/geometry/biasing/include/G4VImportanceSplitExaminer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VImportanceSplitExaminer.hh,v 1.4 2002/10/14 12:36:01 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VImportanceSplitExaminer diff --git a/source/geometry/biasing/include/G4VPGeoDriver.hh b/source/geometry/biasing/include/G4VPGeoDriver.hh index 303646792a..fbc396ab84 100644 --- a/source/geometry/biasing/include/G4VPGeoDriver.hh +++ b/source/geometry/biasing/include/G4VPGeoDriver.hh @@ -22,7 +22,7 @@ // // // $Id: G4VPGeoDriver.hh,v 1.6 2002/10/14 12:36:01 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VPGeoDriver diff --git a/source/geometry/biasing/include/G4VParallelStepper.hh b/source/geometry/biasing/include/G4VParallelStepper.hh index fbd8291fe7..77e288e648 100644 --- a/source/geometry/biasing/include/G4VParallelStepper.hh +++ b/source/geometry/biasing/include/G4VParallelStepper.hh @@ -22,7 +22,7 @@ // // // $Id: G4VParallelStepper.hh,v 1.7 2002/10/22 13:18:46 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VParallelStepper diff --git a/source/geometry/biasing/include/G4VScorer.hh b/source/geometry/biasing/include/G4VScorer.hh index 13c26bdf6b..89bd03d185 100644 --- a/source/geometry/biasing/include/G4VScorer.hh +++ b/source/geometry/biasing/include/G4VScorer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VScorer.hh,v 1.1 2002/10/28 09:53:50 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VScorer diff --git a/source/geometry/biasing/include/G4VWeightWindowAlgorithm.hh b/source/geometry/biasing/include/G4VWeightWindowAlgorithm.hh index cb9ee153f2..865bc056a0 100644 --- a/source/geometry/biasing/include/G4VWeightWindowAlgorithm.hh +++ b/source/geometry/biasing/include/G4VWeightWindowAlgorithm.hh @@ -22,7 +22,7 @@ // // // $Id: G4VWeightWindowAlgorithm.hh,v 1.7 2003/08/19 15:44:57 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VWeightWindowAlgorithm diff --git a/source/geometry/biasing/include/G4VWeightWindowExaminer.hh b/source/geometry/biasing/include/G4VWeightWindowExaminer.hh index ac2afba7e6..39737e75b0 100644 --- a/source/geometry/biasing/include/G4VWeightWindowExaminer.hh +++ b/source/geometry/biasing/include/G4VWeightWindowExaminer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VWeightWindowExaminer.hh,v 1.2 2003/08/19 15:44:57 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VWeightWindowExaminer diff --git a/source/geometry/biasing/include/G4VWeightWindowStore.hh b/source/geometry/biasing/include/G4VWeightWindowStore.hh index 7cf8e889ec..acc8483e9b 100644 --- a/source/geometry/biasing/include/G4VWeightWindowStore.hh +++ b/source/geometry/biasing/include/G4VWeightWindowStore.hh @@ -22,7 +22,7 @@ // // // $Id: G4VWeightWindowStore.hh,v 1.2 2003/08/19 15:44:57 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VWeightWindowStore diff --git a/source/geometry/biasing/include/G4WeightWindowAlgorithm.hh b/source/geometry/biasing/include/G4WeightWindowAlgorithm.hh index a74e7bf24f..11c21456ca 100644 --- a/source/geometry/biasing/include/G4WeightWindowAlgorithm.hh +++ b/source/geometry/biasing/include/G4WeightWindowAlgorithm.hh @@ -22,7 +22,7 @@ // // // $Id: G4WeightWindowAlgorithm.hh,v 1.6 2003/08/19 15:44:57 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4WeightWindowAlgorithm diff --git a/source/geometry/biasing/include/G4WeightWindowExaminer.hh b/source/geometry/biasing/include/G4WeightWindowExaminer.hh index d8094c1628..3ed4c7acf6 100644 --- a/source/geometry/biasing/include/G4WeightWindowExaminer.hh +++ b/source/geometry/biasing/include/G4WeightWindowExaminer.hh @@ -22,7 +22,7 @@ // // // $Id: G4WeightWindowExaminer.hh,v 1.2 2003/08/19 15:44:57 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4WeightWindowExaminer diff --git a/source/geometry/biasing/include/G4WeightWindowStore.hh b/source/geometry/biasing/include/G4WeightWindowStore.hh index 0ff3423f1e..c024a9ceef 100644 --- a/source/geometry/biasing/include/G4WeightWindowStore.hh +++ b/source/geometry/biasing/include/G4WeightWindowStore.hh @@ -22,7 +22,7 @@ // // // $Id: G4WeightWindowStore.hh,v 1.2 2003/08/19 15:44:57 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4WeightWindowStore diff --git a/source/geometry/biasing/src/G4GeometryCell.cc b/source/geometry/biasing/src/G4GeometryCell.cc index 7e17908c8e..987f5c6327 100644 --- a/source/geometry/biasing/src/G4GeometryCell.cc +++ b/source/geometry/biasing/src/G4GeometryCell.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeometryCell.cc,v 1.5 2002/10/22 13:18:46 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4GeometryCellComp.cc b/source/geometry/biasing/src/G4GeometryCellComp.cc index daab19924a..2dd35d6b62 100644 --- a/source/geometry/biasing/src/G4GeometryCellComp.cc +++ b/source/geometry/biasing/src/G4GeometryCellComp.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4GeometryCellComp.cc,v 1.3 2002/12/13 11:54:19 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4GeometryCellImportance.cc b/source/geometry/biasing/src/G4GeometryCellImportance.cc index 151d4fe76a..d1b017319c 100644 --- a/source/geometry/biasing/src/G4GeometryCellImportance.cc +++ b/source/geometry/biasing/src/G4GeometryCellImportance.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeometryCellImportance.cc,v 1.4 2003/06/16 16:51:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4GeometryCellStep.cc b/source/geometry/biasing/src/G4GeometryCellStep.cc index ac22dcb149..76500dfa8c 100644 --- a/source/geometry/biasing/src/G4GeometryCellStep.cc +++ b/source/geometry/biasing/src/G4GeometryCellStep.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeometryCellStep.cc,v 1.1 2002/10/22 13:18:46 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4GeometryCellStepStream.cc b/source/geometry/biasing/src/G4GeometryCellStepStream.cc index 46c1bc8b23..b71ee69eac 100644 --- a/source/geometry/biasing/src/G4GeometryCellStepStream.cc +++ b/source/geometry/biasing/src/G4GeometryCellStepStream.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeometryCellStepStream.cc,v 1.2 2003/06/16 16:51:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4IStore.cc b/source/geometry/biasing/src/G4IStore.cc index 32996063d6..e8ec415c04 100644 --- a/source/geometry/biasing/src/G4IStore.cc +++ b/source/geometry/biasing/src/G4IStore.cc @@ -22,7 +22,7 @@ // // // $Id: G4IStore.cc,v 1.13 2003/10/22 13:52:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4ImportanceAlgorithm.cc b/source/geometry/biasing/src/G4ImportanceAlgorithm.cc index c2180f9391..b76ef0886c 100644 --- a/source/geometry/biasing/src/G4ImportanceAlgorithm.cc +++ b/source/geometry/biasing/src/G4ImportanceAlgorithm.cc @@ -22,7 +22,7 @@ // // // $Id: G4ImportanceAlgorithm.cc,v 1.12 2003/10/22 13:52:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4ImportanceSplitExaminer.cc b/source/geometry/biasing/src/G4ImportanceSplitExaminer.cc index 7f98020f4d..e4edb66c3e 100644 --- a/source/geometry/biasing/src/G4ImportanceSplitExaminer.cc +++ b/source/geometry/biasing/src/G4ImportanceSplitExaminer.cc @@ -22,7 +22,7 @@ // // // $Id: G4ImportanceSplitExaminer.cc,v 1.7 2003/08/19 16:38:47 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4Nsplit_Weight.cc b/source/geometry/biasing/src/G4Nsplit_Weight.cc index d4af6ecde0..aa4ad4bfed 100644 --- a/source/geometry/biasing/src/G4Nsplit_Weight.cc +++ b/source/geometry/biasing/src/G4Nsplit_Weight.cc @@ -22,7 +22,7 @@ // // // $Id: G4Nsplit_Weight.cc,v 1.9 2003/06/16 16:51:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4ParallelNavigator.cc b/source/geometry/biasing/src/G4ParallelNavigator.cc index 1c14842b8f..1f412a2c10 100644 --- a/source/geometry/biasing/src/G4ParallelNavigator.cc +++ b/source/geometry/biasing/src/G4ParallelNavigator.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParallelNavigator.cc,v 1.18 2003/10/22 13:52:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4ParallelStepper.cc b/source/geometry/biasing/src/G4ParallelStepper.cc index e5814fff8d..6a4896b7c4 100644 --- a/source/geometry/biasing/src/G4ParallelStepper.cc +++ b/source/geometry/biasing/src/G4ParallelStepper.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParallelStepper.cc,v 1.11 2003/10/22 13:52:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4ParallelWorld.cc b/source/geometry/biasing/src/G4ParallelWorld.cc index 14c0446e01..fac82fbcd6 100644 --- a/source/geometry/biasing/src/G4ParallelWorld.cc +++ b/source/geometry/biasing/src/G4ParallelWorld.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParallelWorld.cc,v 1.7 2003/10/22 13:52:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4VCellScorer.cc b/source/geometry/biasing/src/G4VCellScorer.cc index dc300e1dd9..b3a1d3e1cd 100644 --- a/source/geometry/biasing/src/G4VCellScorer.cc +++ b/source/geometry/biasing/src/G4VCellScorer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VCellScorer.cc,v 1.5 2002/12/13 11:54:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4VCellScorerStore.cc b/source/geometry/biasing/src/G4VCellScorerStore.cc index 7ad3bc1929..8e94603a69 100644 --- a/source/geometry/biasing/src/G4VCellScorerStore.cc +++ b/source/geometry/biasing/src/G4VCellScorerStore.cc @@ -22,7 +22,7 @@ // // // $Id: G4VCellScorerStore.cc,v 1.3 2002/10/28 09:53:51 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4VGCellFinder.cc b/source/geometry/biasing/src/G4VGCellFinder.cc index 28b90ded0c..019d999713 100644 --- a/source/geometry/biasing/src/G4VGCellFinder.cc +++ b/source/geometry/biasing/src/G4VGCellFinder.cc @@ -22,7 +22,7 @@ // // // $Id: G4VGCellFinder.cc,v 1.1 2002/10/16 14:30:01 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4VIStore.cc b/source/geometry/biasing/src/G4VIStore.cc index 14fc5fc9a8..1a7acd7fde 100644 --- a/source/geometry/biasing/src/G4VIStore.cc +++ b/source/geometry/biasing/src/G4VIStore.cc @@ -22,7 +22,7 @@ // // // $Id: G4VIStore.cc,v 1.1 2002/10/14 12:36:50 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4VImportanceAlgorithm.cc b/source/geometry/biasing/src/G4VImportanceAlgorithm.cc index 43bf23b1ef..eddea194b8 100644 --- a/source/geometry/biasing/src/G4VImportanceAlgorithm.cc +++ b/source/geometry/biasing/src/G4VImportanceAlgorithm.cc @@ -22,7 +22,7 @@ // // // $Id: G4VImportanceAlgorithm.cc,v 1.1 2002/10/14 12:36:50 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4VImportanceSplitExaminer.cc b/source/geometry/biasing/src/G4VImportanceSplitExaminer.cc index a33e6f317c..5aa740ff15 100644 --- a/source/geometry/biasing/src/G4VImportanceSplitExaminer.cc +++ b/source/geometry/biasing/src/G4VImportanceSplitExaminer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VImportanceSplitExaminer.cc,v 1.1 2002/10/14 12:36:50 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4VPGeoDriver.cc b/source/geometry/biasing/src/G4VPGeoDriver.cc index de44f04cbe..7cf551b237 100644 --- a/source/geometry/biasing/src/G4VPGeoDriver.cc +++ b/source/geometry/biasing/src/G4VPGeoDriver.cc @@ -22,7 +22,7 @@ // // // $Id: G4VPGeoDriver.cc,v 1.1 2002/10/14 12:36:50 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4VParallelStepper.cc b/source/geometry/biasing/src/G4VParallelStepper.cc index 7bb84f9583..154f3b32cb 100644 --- a/source/geometry/biasing/src/G4VParallelStepper.cc +++ b/source/geometry/biasing/src/G4VParallelStepper.cc @@ -22,7 +22,7 @@ // // // $Id: G4VParallelStepper.cc,v 1.1 2002/10/14 12:36:50 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4VScorer.cc b/source/geometry/biasing/src/G4VScorer.cc index 78fb3c80e6..63b5f57010 100644 --- a/source/geometry/biasing/src/G4VScorer.cc +++ b/source/geometry/biasing/src/G4VScorer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VScorer.cc,v 1.1 2002/10/28 09:53:51 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4VWeightWindowAlgorithm.cc b/source/geometry/biasing/src/G4VWeightWindowAlgorithm.cc index 788756f74f..cc3938c1f2 100644 --- a/source/geometry/biasing/src/G4VWeightWindowAlgorithm.cc +++ b/source/geometry/biasing/src/G4VWeightWindowAlgorithm.cc @@ -22,7 +22,7 @@ // // // $Id: G4VWeightWindowAlgorithm.cc,v 1.1 2002/10/14 12:36:50 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4VWeightWindowExaminer.cc b/source/geometry/biasing/src/G4VWeightWindowExaminer.cc index b0d688a241..da4548cbe2 100644 --- a/source/geometry/biasing/src/G4VWeightWindowExaminer.cc +++ b/source/geometry/biasing/src/G4VWeightWindowExaminer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VWeightWindowExaminer.cc,v 1.1 2003/08/19 15:17:26 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4VWeightWindowStore.cc b/source/geometry/biasing/src/G4VWeightWindowStore.cc index 885bb9a414..857ba753c9 100644 --- a/source/geometry/biasing/src/G4VWeightWindowStore.cc +++ b/source/geometry/biasing/src/G4VWeightWindowStore.cc @@ -22,7 +22,7 @@ // // // $Id: G4VWeightWindowStore.cc,v 1.2 2003/08/19 15:44:57 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4WeightWindowAlgorithm.cc b/source/geometry/biasing/src/G4WeightWindowAlgorithm.cc index 5a1f7189f0..9a57109fe5 100644 --- a/source/geometry/biasing/src/G4WeightWindowAlgorithm.cc +++ b/source/geometry/biasing/src/G4WeightWindowAlgorithm.cc @@ -22,7 +22,7 @@ // // // $Id: G4WeightWindowAlgorithm.cc,v 1.7 2003/08/19 15:16:56 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4WeightWindowExaminer.cc b/source/geometry/biasing/src/G4WeightWindowExaminer.cc index fc9e8b91b9..d101b74ea4 100644 --- a/source/geometry/biasing/src/G4WeightWindowExaminer.cc +++ b/source/geometry/biasing/src/G4WeightWindowExaminer.cc @@ -22,7 +22,7 @@ // // // $Id: G4WeightWindowExaminer.cc,v 1.1 2003/08/19 15:17:26 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/biasing/src/G4WeightWindowStore.cc b/source/geometry/biasing/src/G4WeightWindowStore.cc index 7870e37c2f..1b4a5b0e41 100644 --- a/source/geometry/biasing/src/G4WeightWindowStore.cc +++ b/source/geometry/biasing/src/G4WeightWindowStore.cc @@ -22,7 +22,7 @@ // // // $Id: G4WeightWindowStore.cc,v 1.4 2003/10/22 13:52:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/divisions/include/G4PVDivision.hh b/source/geometry/divisions/include/G4PVDivision.hh index d1d8e013ff..9d884ec5c2 100644 --- a/source/geometry/divisions/include/G4PVDivision.hh +++ b/source/geometry/divisions/include/G4PVDivision.hh @@ -22,7 +22,7 @@ // // // $Id: G4PVDivision.hh,v 1.7 2003/11/19 11:51:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4PVDivision // diff --git a/source/geometry/divisions/include/G4ParameterisationBox.hh b/source/geometry/divisions/include/G4ParameterisationBox.hh index b00cc5d623..e3733c4de9 100644 --- a/source/geometry/divisions/include/G4ParameterisationBox.hh +++ b/source/geometry/divisions/include/G4ParameterisationBox.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationBox.hh,v 1.3 2003/11/19 11:51:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // classes G4ParameterisationBoxX, // G4ParameterisationBoxY, diff --git a/source/geometry/divisions/include/G4ParameterisationCons.hh b/source/geometry/divisions/include/G4ParameterisationCons.hh index 97990b3adb..89688d1852 100644 --- a/source/geometry/divisions/include/G4ParameterisationCons.hh +++ b/source/geometry/divisions/include/G4ParameterisationCons.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationCons.hh,v 1.4 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // classes G4ParameterisationConsRho, // G4ParameterisationConsPhi, diff --git a/source/geometry/divisions/include/G4ParameterisationPara.hh b/source/geometry/divisions/include/G4ParameterisationPara.hh index 7390b3dc4a..b87e4abdd6 100644 --- a/source/geometry/divisions/include/G4ParameterisationPara.hh +++ b/source/geometry/divisions/include/G4ParameterisationPara.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationPara.hh,v 1.5 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // classes G4ParameterisationParaX, // G4ParameterisationParaY, diff --git a/source/geometry/divisions/include/G4ParameterisationPolycone.hh b/source/geometry/divisions/include/G4ParameterisationPolycone.hh index 50423d5b3e..241a6f2828 100644 --- a/source/geometry/divisions/include/G4ParameterisationPolycone.hh +++ b/source/geometry/divisions/include/G4ParameterisationPolycone.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationPolycone.hh,v 1.5 2003/11/18 12:15:30 arce Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // classes G4ParameterisationPolyconeRho, // G4ParameterisationPolyconePhi, diff --git a/source/geometry/divisions/include/G4ParameterisationPolyhedra.hh b/source/geometry/divisions/include/G4ParameterisationPolyhedra.hh index 00f105fe63..bdc4e42b96 100644 --- a/source/geometry/divisions/include/G4ParameterisationPolyhedra.hh +++ b/source/geometry/divisions/include/G4ParameterisationPolyhedra.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationPolyhedra.hh,v 1.6 2003/11/18 12:15:30 arce Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // classes G4ParameterisationPolyhedraRho, // G4ParameterisationPolyhedraPhi, diff --git a/source/geometry/divisions/include/G4ParameterisationTrd.hh b/source/geometry/divisions/include/G4ParameterisationTrd.hh index 1f4da1f00c..71cae23460 100644 --- a/source/geometry/divisions/include/G4ParameterisationTrd.hh +++ b/source/geometry/divisions/include/G4ParameterisationTrd.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationTrd.hh,v 1.5 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // classes G4ParameterisationTrdX // G4ParameterisationTrdY diff --git a/source/geometry/divisions/include/G4ParameterisationTubs.hh b/source/geometry/divisions/include/G4ParameterisationTubs.hh index 7232772f89..5d15373d96 100644 --- a/source/geometry/divisions/include/G4ParameterisationTubs.hh +++ b/source/geometry/divisions/include/G4ParameterisationTubs.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationTubs.hh,v 1.4 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // classes G4ParameterisationTubsRho // G4ParameterisationTubsPhi diff --git a/source/geometry/divisions/include/G4VDivisionParameterisation.hh b/source/geometry/divisions/include/G4VDivisionParameterisation.hh index 4afa2de768..105a215292 100644 --- a/source/geometry/divisions/include/G4VDivisionParameterisation.hh +++ b/source/geometry/divisions/include/G4VDivisionParameterisation.hh @@ -22,7 +22,7 @@ // // // $Id: G4VDivisionParameterisation.hh,v 1.6 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4VDivisionParameterisation // diff --git a/source/geometry/divisions/include/G4VDivisionParameterisation.icc b/source/geometry/divisions/include/G4VDivisionParameterisation.icc index c00beb7274..fee81fe524 100644 --- a/source/geometry/divisions/include/G4VDivisionParameterisation.icc +++ b/source/geometry/divisions/include/G4VDivisionParameterisation.icc @@ -22,7 +22,7 @@ // // // $Id: G4VDivisionParameterisation.icc,v 1.2 2003/11/18 12:15:30 arce Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4VDivisionParameterisation Inline Implementation file // diff --git a/source/geometry/divisions/src/G4PVDivision.cc b/source/geometry/divisions/src/G4PVDivision.cc index f10a816939..90e80af545 100644 --- a/source/geometry/divisions/src/G4PVDivision.cc +++ b/source/geometry/divisions/src/G4PVDivision.cc @@ -22,7 +22,7 @@ // // // $Id: G4PVDivision.cc,v 1.10 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4PVDivision Implementation file // diff --git a/source/geometry/divisions/src/G4ParameterisationBox.cc b/source/geometry/divisions/src/G4ParameterisationBox.cc index 633c199106..e116949c2f 100644 --- a/source/geometry/divisions/src/G4ParameterisationBox.cc +++ b/source/geometry/divisions/src/G4ParameterisationBox.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationBox.cc,v 1.5 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4ParameterisationBox Implementation file // diff --git a/source/geometry/divisions/src/G4ParameterisationCons.cc b/source/geometry/divisions/src/G4ParameterisationCons.cc index c1fccd7941..1d6c168c6f 100644 --- a/source/geometry/divisions/src/G4ParameterisationCons.cc +++ b/source/geometry/divisions/src/G4ParameterisationCons.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationCons.cc,v 1.6 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4ParameterisationCons Implementation file // diff --git a/source/geometry/divisions/src/G4ParameterisationPara.cc b/source/geometry/divisions/src/G4ParameterisationPara.cc index a640f58fd2..56b4d00cb6 100644 --- a/source/geometry/divisions/src/G4ParameterisationPara.cc +++ b/source/geometry/divisions/src/G4ParameterisationPara.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationPara.cc,v 1.6 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4ParameterisationPara Implementation file // diff --git a/source/geometry/divisions/src/G4ParameterisationPolycone.cc b/source/geometry/divisions/src/G4ParameterisationPolycone.cc index 5d962acb35..8a6e1cc189 100644 --- a/source/geometry/divisions/src/G4ParameterisationPolycone.cc +++ b/source/geometry/divisions/src/G4ParameterisationPolycone.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationPolycone.cc,v 1.7 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4ParameterisationPolycone Implementation file // diff --git a/source/geometry/divisions/src/G4ParameterisationPolyhedra.cc b/source/geometry/divisions/src/G4ParameterisationPolyhedra.cc index a2bd012bfa..b3bd9b1dda 100644 --- a/source/geometry/divisions/src/G4ParameterisationPolyhedra.cc +++ b/source/geometry/divisions/src/G4ParameterisationPolyhedra.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationPolyhedra.cc,v 1.6 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4ParameterisationPolyhedra Implementation file // diff --git a/source/geometry/divisions/src/G4ParameterisationTrd.cc b/source/geometry/divisions/src/G4ParameterisationTrd.cc index 4ba2067032..57902a58b9 100644 --- a/source/geometry/divisions/src/G4ParameterisationTrd.cc +++ b/source/geometry/divisions/src/G4ParameterisationTrd.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationTrd.cc,v 1.8 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4ParameterisationTrd Implementation file // diff --git a/source/geometry/divisions/src/G4ParameterisationTubs.cc b/source/geometry/divisions/src/G4ParameterisationTubs.cc index 4dbaebbfd6..aa5c9f6268 100644 --- a/source/geometry/divisions/src/G4ParameterisationTubs.cc +++ b/source/geometry/divisions/src/G4ParameterisationTubs.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisationTubs.cc,v 1.5 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4ParameterisationTubs Implementation file // diff --git a/source/geometry/divisions/src/G4VDivisionParameterisation.cc b/source/geometry/divisions/src/G4VDivisionParameterisation.cc index ffd024749f..9ba45c41a4 100644 --- a/source/geometry/divisions/src/G4VDivisionParameterisation.cc +++ b/source/geometry/divisions/src/G4VDivisionParameterisation.cc @@ -22,7 +22,7 @@ // // // $Id: G4VDivisionParameterisation.cc,v 1.8 2003/11/19 11:51:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4VDivisionParameterisation Implementation file // diff --git a/source/geometry/magneticfield/History b/source/geometry/magneticfield/History index a1bdeedc23..831313ae50 100644 --- a/source/geometry/magneticfield/History +++ b/source/geometry/magneticfield/History @@ -1,4 +1,4 @@ -$Id: History,v 1.92 2003/11/13 19:48:39 japost Exp $ +$Id: History,v 1.93 2004/02/09 14:45:20 gcosmo Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +Feb 9th, 2004 G.Cosmo - field-V06-00-00 +---------------------- +- G4UniformMagField.cc: added missing implementation for + GetConstantFieldValue(). Fixes bug report #575. + Nov 13th, 2003 J.Apostolakis - field-V05-02-08 ----------------------------- - G4ChordFinder: diff --git a/source/geometry/magneticfield/include/G4CashKarpRKF45.hh b/source/geometry/magneticfield/include/G4CashKarpRKF45.hh index 5fec52385f..673a9dc04d 100644 --- a/source/geometry/magneticfield/include/G4CashKarpRKF45.hh +++ b/source/geometry/magneticfield/include/G4CashKarpRKF45.hh @@ -22,7 +22,7 @@ // // // $Id: G4CashKarpRKF45.hh,v 1.9 2003/10/31 14:35:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4CashKarpRKF45 diff --git a/source/geometry/magneticfield/include/G4ChordFinder.hh b/source/geometry/magneticfield/include/G4ChordFinder.hh index eb475063a8..8b7625ebae 100644 --- a/source/geometry/magneticfield/include/G4ChordFinder.hh +++ b/source/geometry/magneticfield/include/G4ChordFinder.hh @@ -22,7 +22,7 @@ // // // $Id: G4ChordFinder.hh,v 1.16 2003/11/13 17:53:47 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4ChordFinder diff --git a/source/geometry/magneticfield/include/G4ChordFinder.icc b/source/geometry/magneticfield/include/G4ChordFinder.icc index 3dfa303c1c..0a783d705c 100644 --- a/source/geometry/magneticfield/include/G4ChordFinder.icc +++ b/source/geometry/magneticfield/include/G4ChordFinder.icc @@ -22,7 +22,7 @@ // // // $Id: G4ChordFinder.icc,v 1.11 2003/11/13 18:04:48 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4ChordFinder inline implementations // diff --git a/source/geometry/magneticfield/include/G4ChordFinderSaf.hh b/source/geometry/magneticfield/include/G4ChordFinderSaf.hh index cda2479e43..d9c141a55f 100644 --- a/source/geometry/magneticfield/include/G4ChordFinderSaf.hh +++ b/source/geometry/magneticfield/include/G4ChordFinderSaf.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4ChordFinderSaf.hh,v 1.2 2003/12/09 15:35:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4ChordFinderRad diff --git a/source/geometry/magneticfield/include/G4ClassicalRK4.hh b/source/geometry/magneticfield/include/G4ClassicalRK4.hh index 6d6e33f139..17cd3bc5ad 100644 --- a/source/geometry/magneticfield/include/G4ClassicalRK4.hh +++ b/source/geometry/magneticfield/include/G4ClassicalRK4.hh @@ -22,7 +22,7 @@ // // // $Id: G4ClassicalRK4.hh,v 1.9 2003/11/05 16:30:55 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4ClassicalRK4 diff --git a/source/geometry/magneticfield/include/G4DELPHIMagField.hh b/source/geometry/magneticfield/include/G4DELPHIMagField.hh index 95f16eec1f..37419beef0 100644 --- a/source/geometry/magneticfield/include/G4DELPHIMagField.hh +++ b/source/geometry/magneticfield/include/G4DELPHIMagField.hh @@ -22,7 +22,7 @@ // // // $Id: G4DELPHIMagField.hh,v 1.3 2003/10/31 14:35:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4DELPHIMagField diff --git a/source/geometry/magneticfield/include/G4ElectricField.hh b/source/geometry/magneticfield/include/G4ElectricField.hh index cf833d2b10..e261289f2a 100644 --- a/source/geometry/magneticfield/include/G4ElectricField.hh +++ b/source/geometry/magneticfield/include/G4ElectricField.hh @@ -22,7 +22,7 @@ // // // $Id: G4ElectricField.hh,v 1.1 2003/11/05 10:35:55 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4ElectricField diff --git a/source/geometry/magneticfield/include/G4ElectroMagneticField.hh b/source/geometry/magneticfield/include/G4ElectroMagneticField.hh index 72117a2298..ebdea1111d 100644 --- a/source/geometry/magneticfield/include/G4ElectroMagneticField.hh +++ b/source/geometry/magneticfield/include/G4ElectroMagneticField.hh @@ -22,7 +22,7 @@ // // // $Id: G4ElectroMagneticField.hh,v 1.9 2003/11/05 10:37:06 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4ElectroMagneticField diff --git a/source/geometry/magneticfield/include/G4EqMagElectricField.hh b/source/geometry/magneticfield/include/G4EqMagElectricField.hh index 4b39d56bda..62dd1f1219 100644 --- a/source/geometry/magneticfield/include/G4EqMagElectricField.hh +++ b/source/geometry/magneticfield/include/G4EqMagElectricField.hh @@ -22,7 +22,7 @@ // // // $Id: G4EqMagElectricField.hh,v 1.8 2003/11/05 12:46:39 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4EqMagElectricField diff --git a/source/geometry/magneticfield/include/G4EquationOfMotion.hh b/source/geometry/magneticfield/include/G4EquationOfMotion.hh index 20afc056c9..0aece38d92 100644 --- a/source/geometry/magneticfield/include/G4EquationOfMotion.hh +++ b/source/geometry/magneticfield/include/G4EquationOfMotion.hh @@ -22,7 +22,7 @@ // // // $Id: G4EquationOfMotion.hh,v 1.9 2003/11/05 12:48:45 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4EquationOfMotion diff --git a/source/geometry/magneticfield/include/G4EquationOfMotion.icc b/source/geometry/magneticfield/include/G4EquationOfMotion.icc index 0752990b91..b11cdc9a12 100644 --- a/source/geometry/magneticfield/include/G4EquationOfMotion.icc +++ b/source/geometry/magneticfield/include/G4EquationOfMotion.icc @@ -22,7 +22,7 @@ // // // $Id: G4EquationOfMotion.icc,v 1.8 2003/10/31 14:35:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Inline implementation diff --git a/source/geometry/magneticfield/include/G4ExplicitEuler.hh b/source/geometry/magneticfield/include/G4ExplicitEuler.hh index ef8e9a2258..d59805cb7a 100644 --- a/source/geometry/magneticfield/include/G4ExplicitEuler.hh +++ b/source/geometry/magneticfield/include/G4ExplicitEuler.hh @@ -22,7 +22,7 @@ // // // $Id: G4ExplicitEuler.hh,v 1.8 2003/11/05 16:30:55 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4ExplicitEuler diff --git a/source/geometry/magneticfield/include/G4Field.hh b/source/geometry/magneticfield/include/G4Field.hh index 8250eaf495..747e3d34f5 100644 --- a/source/geometry/magneticfield/include/G4Field.hh +++ b/source/geometry/magneticfield/include/G4Field.hh @@ -22,7 +22,7 @@ // // // $Id: G4Field.hh,v 1.8 2003/11/05 10:35:55 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4Field diff --git a/source/geometry/magneticfield/include/G4FieldManager.hh b/source/geometry/magneticfield/include/G4FieldManager.hh index e1319fcfe1..d960c03712 100644 --- a/source/geometry/magneticfield/include/G4FieldManager.hh +++ b/source/geometry/magneticfield/include/G4FieldManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4FieldManager.hh,v 1.13 2003/11/08 03:55:16 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4FieldManager diff --git a/source/geometry/magneticfield/include/G4FieldManager.icc b/source/geometry/magneticfield/include/G4FieldManager.icc index fd943e49ad..0f1a1a1960 100644 --- a/source/geometry/magneticfield/include/G4FieldManager.icc +++ b/source/geometry/magneticfield/include/G4FieldManager.icc @@ -22,7 +22,7 @@ // // // $Id: G4FieldManager.icc,v 1.9 2003/11/08 03:39:39 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4FieldManager inline implementation diff --git a/source/geometry/magneticfield/include/G4FieldTrack.hh b/source/geometry/magneticfield/include/G4FieldTrack.hh index 710ac9abc3..eaea3dff20 100644 --- a/source/geometry/magneticfield/include/G4FieldTrack.hh +++ b/source/geometry/magneticfield/include/G4FieldTrack.hh @@ -22,7 +22,7 @@ // // // $Id: G4FieldTrack.hh,v 1.10 2003/10/31 14:35:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4FieldTrack diff --git a/source/geometry/magneticfield/include/G4FieldTrack.icc b/source/geometry/magneticfield/include/G4FieldTrack.icc index ad8b0c082c..05b3e55ffb 100644 --- a/source/geometry/magneticfield/include/G4FieldTrack.icc +++ b/source/geometry/magneticfield/include/G4FieldTrack.icc @@ -22,7 +22,7 @@ // // // $Id: G4FieldTrack.icc,v 1.12 2003/10/31 14:35:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/include/G4HarmonicPolMagField.hh b/source/geometry/magneticfield/include/G4HarmonicPolMagField.hh index 464106c0a8..542c123049 100644 --- a/source/geometry/magneticfield/include/G4HarmonicPolMagField.hh +++ b/source/geometry/magneticfield/include/G4HarmonicPolMagField.hh @@ -22,7 +22,7 @@ // // // $Id: G4HarmonicPolMagField.hh,v 1.3 2003/10/31 14:35:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4HarmonicPolMagField // diff --git a/source/geometry/magneticfield/include/G4HelixExplicitEuler.hh b/source/geometry/magneticfield/include/G4HelixExplicitEuler.hh index 40b7bcb13e..bf07fa49dd 100644 --- a/source/geometry/magneticfield/include/G4HelixExplicitEuler.hh +++ b/source/geometry/magneticfield/include/G4HelixExplicitEuler.hh @@ -22,7 +22,7 @@ // // // $Id: G4HelixExplicitEuler.hh,v 1.7 2003/10/31 14:35:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4HelixExplicitEuler diff --git a/source/geometry/magneticfield/include/G4HelixHeum.hh b/source/geometry/magneticfield/include/G4HelixHeum.hh index f565e0f2fb..1dac9ededa 100644 --- a/source/geometry/magneticfield/include/G4HelixHeum.hh +++ b/source/geometry/magneticfield/include/G4HelixHeum.hh @@ -22,7 +22,7 @@ // // // $Id: G4HelixHeum.hh,v 1.7 2003/10/31 14:35:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4HelixHeum diff --git a/source/geometry/magneticfield/include/G4HelixImplicitEuler.hh b/source/geometry/magneticfield/include/G4HelixImplicitEuler.hh index 2334caac10..76b75d8223 100644 --- a/source/geometry/magneticfield/include/G4HelixImplicitEuler.hh +++ b/source/geometry/magneticfield/include/G4HelixImplicitEuler.hh @@ -22,7 +22,7 @@ // // // $Id: G4HelixImplicitEuler.hh,v 1.7 2003/10/31 14:35:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4HelixImplicitEuler diff --git a/source/geometry/magneticfield/include/G4HelixSimpleRunge.hh b/source/geometry/magneticfield/include/G4HelixSimpleRunge.hh index ab81aadc8d..16cf426f82 100644 --- a/source/geometry/magneticfield/include/G4HelixSimpleRunge.hh +++ b/source/geometry/magneticfield/include/G4HelixSimpleRunge.hh @@ -22,7 +22,7 @@ // // // $Id: G4HelixSimpleRunge.hh,v 1.6 2003/10/31 14:35:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4HelixSimpleRunge diff --git a/source/geometry/magneticfield/include/G4ImplicitEuler.hh b/source/geometry/magneticfield/include/G4ImplicitEuler.hh index 5653900876..5b186148ef 100644 --- a/source/geometry/magneticfield/include/G4ImplicitEuler.hh +++ b/source/geometry/magneticfield/include/G4ImplicitEuler.hh @@ -22,7 +22,7 @@ // // // $Id: G4ImplicitEuler.hh,v 1.7 2003/11/05 16:30:55 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4ImplicitEuler diff --git a/source/geometry/magneticfield/include/G4LineCurrentMagField.hh b/source/geometry/magneticfield/include/G4LineCurrentMagField.hh index 46aa372300..ae7c6dfa74 100644 --- a/source/geometry/magneticfield/include/G4LineCurrentMagField.hh +++ b/source/geometry/magneticfield/include/G4LineCurrentMagField.hh @@ -22,7 +22,7 @@ // // // $Id: G4LineCurrentMagField.hh,v 1.3 2003/10/31 14:35:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4LineCurrentMagField diff --git a/source/geometry/magneticfield/include/G4LineSection.hh b/source/geometry/magneticfield/include/G4LineSection.hh index 53b3746910..1b1ea5b315 100644 --- a/source/geometry/magneticfield/include/G4LineSection.hh +++ b/source/geometry/magneticfield/include/G4LineSection.hh @@ -22,7 +22,7 @@ // // // $Id: G4LineSection.hh,v 1.8 2003/10/31 14:35:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4LineSection diff --git a/source/geometry/magneticfield/include/G4MagErrorStepper.hh b/source/geometry/magneticfield/include/G4MagErrorStepper.hh index 4d652c458d..985668da93 100644 --- a/source/geometry/magneticfield/include/G4MagErrorStepper.hh +++ b/source/geometry/magneticfield/include/G4MagErrorStepper.hh @@ -22,7 +22,7 @@ // // // $Id: G4MagErrorStepper.hh,v 1.10 2003/11/05 12:50:00 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4MagErrorStepper diff --git a/source/geometry/magneticfield/include/G4MagErrorStepper.icc b/source/geometry/magneticfield/include/G4MagErrorStepper.icc index b4307c9123..51f95dac5c 100644 --- a/source/geometry/magneticfield/include/G4MagErrorStepper.icc +++ b/source/geometry/magneticfield/include/G4MagErrorStepper.icc @@ -22,7 +22,7 @@ // // // $Id: G4MagErrorStepper.icc,v 1.12 2003/11/05 12:50:36 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/include/G4MagHelicalStepper.hh b/source/geometry/magneticfield/include/G4MagHelicalStepper.hh index 5a51807dc2..937c195f47 100644 --- a/source/geometry/magneticfield/include/G4MagHelicalStepper.hh +++ b/source/geometry/magneticfield/include/G4MagHelicalStepper.hh @@ -22,7 +22,7 @@ // // // $Id: G4MagHelicalStepper.hh,v 1.8 2003/10/31 14:35:52 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4MagHelicalStepper diff --git a/source/geometry/magneticfield/include/G4MagHelicalStepper.icc b/source/geometry/magneticfield/include/G4MagHelicalStepper.icc index 0def565563..7abedfc50e 100644 --- a/source/geometry/magneticfield/include/G4MagHelicalStepper.icc +++ b/source/geometry/magneticfield/include/G4MagHelicalStepper.icc @@ -22,7 +22,7 @@ // // // $Id: G4MagHelicalStepper.icc,v 1.8 2003/10/31 14:35:52 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Linear Step in regions of no field // diff --git a/source/geometry/magneticfield/include/G4MagIntegratorDriver.hh b/source/geometry/magneticfield/include/G4MagIntegratorDriver.hh index 8866fef3fa..951a2b552d 100644 --- a/source/geometry/magneticfield/include/G4MagIntegratorDriver.hh +++ b/source/geometry/magneticfield/include/G4MagIntegratorDriver.hh @@ -22,7 +22,7 @@ // // // $Id: G4MagIntegratorDriver.hh,v 1.16 2003/10/31 14:35:52 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4MagInt_Driver diff --git a/source/geometry/magneticfield/include/G4MagIntegratorDriver.icc b/source/geometry/magneticfield/include/G4MagIntegratorDriver.icc index 1c668c9f65..4e18b78d1c 100644 --- a/source/geometry/magneticfield/include/G4MagIntegratorDriver.icc +++ b/source/geometry/magneticfield/include/G4MagIntegratorDriver.icc @@ -22,7 +22,7 @@ // // // $Id: G4MagIntegratorDriver.icc,v 1.9 2003/10/31 14:35:52 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/include/G4MagIntegratorStepper.hh b/source/geometry/magneticfield/include/G4MagIntegratorStepper.hh index 7472d55e00..bf5c226310 100644 --- a/source/geometry/magneticfield/include/G4MagIntegratorStepper.hh +++ b/source/geometry/magneticfield/include/G4MagIntegratorStepper.hh @@ -22,7 +22,7 @@ // // // $Id: G4MagIntegratorStepper.hh,v 1.10 2003/10/31 14:35:52 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4MagIntegratorStepper diff --git a/source/geometry/magneticfield/include/G4MagIntegratorStepper.icc b/source/geometry/magneticfield/include/G4MagIntegratorStepper.icc index ebff672f58..785a808529 100644 --- a/source/geometry/magneticfield/include/G4MagIntegratorStepper.icc +++ b/source/geometry/magneticfield/include/G4MagIntegratorStepper.icc @@ -22,7 +22,7 @@ // // // $Id: G4MagIntegratorStepper.icc,v 1.7 2002/11/20 18:10:44 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // inline diff --git a/source/geometry/magneticfield/include/G4Mag_EqRhs.hh b/source/geometry/magneticfield/include/G4Mag_EqRhs.hh index 6ea695347b..3cd945ab50 100644 --- a/source/geometry/magneticfield/include/G4Mag_EqRhs.hh +++ b/source/geometry/magneticfield/include/G4Mag_EqRhs.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mag_EqRhs.hh,v 1.8 2003/11/05 12:54:13 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4Mag_EqRhs diff --git a/source/geometry/magneticfield/include/G4Mag_SpinEqRhs.hh b/source/geometry/magneticfield/include/G4Mag_SpinEqRhs.hh index 80cec18c75..88becfebf9 100644 --- a/source/geometry/magneticfield/include/G4Mag_SpinEqRhs.hh +++ b/source/geometry/magneticfield/include/G4Mag_SpinEqRhs.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mag_SpinEqRhs.hh,v 1.9 2003/10/31 14:35:52 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4Mag_SpinEqRhs diff --git a/source/geometry/magneticfield/include/G4Mag_UsualEqRhs.hh b/source/geometry/magneticfield/include/G4Mag_UsualEqRhs.hh index bc4184ada8..3865070025 100644 --- a/source/geometry/magneticfield/include/G4Mag_UsualEqRhs.hh +++ b/source/geometry/magneticfield/include/G4Mag_UsualEqRhs.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mag_UsualEqRhs.hh,v 1.6 2003/10/31 14:35:52 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4Mag_UsualEqRhs diff --git a/source/geometry/magneticfield/include/G4MagneticField.hh b/source/geometry/magneticfield/include/G4MagneticField.hh index 2c5a5d1253..9a462d6b88 100644 --- a/source/geometry/magneticfield/include/G4MagneticField.hh +++ b/source/geometry/magneticfield/include/G4MagneticField.hh @@ -22,7 +22,7 @@ // // // $Id: G4MagneticField.hh,v 1.13 2003/11/05 10:35:55 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4MagneticField diff --git a/source/geometry/magneticfield/include/G4QuadrupoleMagField.hh b/source/geometry/magneticfield/include/G4QuadrupoleMagField.hh index 72dc996da9..5fc710278e 100644 --- a/source/geometry/magneticfield/include/G4QuadrupoleMagField.hh +++ b/source/geometry/magneticfield/include/G4QuadrupoleMagField.hh @@ -22,7 +22,7 @@ // // // $Id: G4QuadrupoleMagField.hh,v 1.3 2003/10/31 14:35:52 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4QuadrupoleMagField diff --git a/source/geometry/magneticfield/include/G4RKG3_Stepper.hh b/source/geometry/magneticfield/include/G4RKG3_Stepper.hh index 826cc715a3..e15d8f8163 100644 --- a/source/geometry/magneticfield/include/G4RKG3_Stepper.hh +++ b/source/geometry/magneticfield/include/G4RKG3_Stepper.hh @@ -22,7 +22,7 @@ // // // $Id: G4RKG3_Stepper.hh,v 1.10 2003/10/31 14:35:52 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4RKG3_Stepper diff --git a/source/geometry/magneticfield/include/G4SimpleHeum.hh b/source/geometry/magneticfield/include/G4SimpleHeum.hh index 50175b93db..ab16cb5af3 100644 --- a/source/geometry/magneticfield/include/G4SimpleHeum.hh +++ b/source/geometry/magneticfield/include/G4SimpleHeum.hh @@ -22,7 +22,7 @@ // // // $Id: G4SimpleHeum.hh,v 1.7 2003/11/05 16:30:55 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4SimpleHeum diff --git a/source/geometry/magneticfield/include/G4SimpleRunge.hh b/source/geometry/magneticfield/include/G4SimpleRunge.hh index e88f4fab9c..9e93f4ffe5 100644 --- a/source/geometry/magneticfield/include/G4SimpleRunge.hh +++ b/source/geometry/magneticfield/include/G4SimpleRunge.hh @@ -22,7 +22,7 @@ // // // $Id: G4SimpleRunge.hh,v 1.7 2003/11/05 16:30:55 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4SimpleRunge diff --git a/source/geometry/magneticfield/include/G4UniformElectricField.hh b/source/geometry/magneticfield/include/G4UniformElectricField.hh index 520e9d79b0..747562f893 100644 --- a/source/geometry/magneticfield/include/G4UniformElectricField.hh +++ b/source/geometry/magneticfield/include/G4UniformElectricField.hh @@ -22,7 +22,7 @@ // // // $Id: G4UniformElectricField.hh,v 1.8 2003/11/05 10:35:55 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4UniformElectricField diff --git a/source/geometry/magneticfield/include/G4UniformMagField.hh b/source/geometry/magneticfield/include/G4UniformMagField.hh index fa2395d506..2983ad3dfd 100644 --- a/source/geometry/magneticfield/include/G4UniformMagField.hh +++ b/source/geometry/magneticfield/include/G4UniformMagField.hh @@ -22,7 +22,7 @@ // // // $Id: G4UniformMagField.hh,v 1.8 2003/10/31 14:35:52 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4UniformMagField diff --git a/source/geometry/magneticfield/src/G4CashKarpRKF45.cc b/source/geometry/magneticfield/src/G4CashKarpRKF45.cc index cfd7d82cbf..121911915e 100644 --- a/source/geometry/magneticfield/src/G4CashKarpRKF45.cc +++ b/source/geometry/magneticfield/src/G4CashKarpRKF45.cc @@ -22,7 +22,7 @@ // // // $Id: G4CashKarpRKF45.cc,v 1.13 2003/10/31 14:35:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // The Cash-Karp Runge-Kutta-Fehlberg 4/5 method is an embedded fourth // order method (giving fifth-order accuracy) for the solution of an ODE. diff --git a/source/geometry/magneticfield/src/G4ChordFinder.cc b/source/geometry/magneticfield/src/G4ChordFinder.cc index 9196264f90..218c940fbf 100644 --- a/source/geometry/magneticfield/src/G4ChordFinder.cc +++ b/source/geometry/magneticfield/src/G4ChordFinder.cc @@ -22,7 +22,7 @@ // // // $Id: G4ChordFinder.cc,v 1.45 2003/11/13 19:46:56 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // 25.02.97 John Apostolakis, design and implimentation diff --git a/source/geometry/magneticfield/src/G4ClassicalRK4.cc b/source/geometry/magneticfield/src/G4ClassicalRK4.cc index eb7fa1ad2f..e488f1aafe 100644 --- a/source/geometry/magneticfield/src/G4ClassicalRK4.cc +++ b/source/geometry/magneticfield/src/G4ClassicalRK4.cc @@ -22,7 +22,7 @@ // // // $Id: G4ClassicalRK4.cc,v 1.11 2003/11/05 16:31:48 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4DELPHIMagField.cc b/source/geometry/magneticfield/src/G4DELPHIMagField.cc index 5be8a932d8..0536fb0658 100644 --- a/source/geometry/magneticfield/src/G4DELPHIMagField.cc +++ b/source/geometry/magneticfield/src/G4DELPHIMagField.cc @@ -22,7 +22,7 @@ // // // $Id: G4DELPHIMagField.cc,v 1.4 2003/10/31 14:35:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // ------------------------------------------------------------------- #include "G4DELPHIMagField.hh" diff --git a/source/geometry/magneticfield/src/G4ElectricField.cc b/source/geometry/magneticfield/src/G4ElectricField.cc index 32ae942053..17c9fef26e 100644 --- a/source/geometry/magneticfield/src/G4ElectricField.cc +++ b/source/geometry/magneticfield/src/G4ElectricField.cc @@ -22,7 +22,7 @@ // // // $Id: G4ElectricField.cc,v 1.1 2003/11/05 10:40:59 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4ElectroMagneticField.cc b/source/geometry/magneticfield/src/G4ElectroMagneticField.cc index 5173733c41..888c17606d 100644 --- a/source/geometry/magneticfield/src/G4ElectroMagneticField.cc +++ b/source/geometry/magneticfield/src/G4ElectroMagneticField.cc @@ -22,7 +22,7 @@ // // // $Id: G4ElectroMagneticField.cc,v 1.2 2003/11/05 10:41:00 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4EqMagElectricField.cc b/source/geometry/magneticfield/src/G4EqMagElectricField.cc index d94ed18dfb..769e8bf250 100644 --- a/source/geometry/magneticfield/src/G4EqMagElectricField.cc +++ b/source/geometry/magneticfield/src/G4EqMagElectricField.cc @@ -22,7 +22,7 @@ // // // $Id: G4EqMagElectricField.cc,v 1.11 2003/11/05 17:31:59 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // This is the standard right-hand side for equation of motion. diff --git a/source/geometry/magneticfield/src/G4EquationOfMotion.cc b/source/geometry/magneticfield/src/G4EquationOfMotion.cc index bbfde10935..511dfa7b1e 100644 --- a/source/geometry/magneticfield/src/G4EquationOfMotion.cc +++ b/source/geometry/magneticfield/src/G4EquationOfMotion.cc @@ -22,7 +22,7 @@ // // // $Id: G4EquationOfMotion.cc,v 1.8 2003/10/31 14:35:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4ExplicitEuler.cc b/source/geometry/magneticfield/src/G4ExplicitEuler.cc index 94aef68323..0281424a74 100644 --- a/source/geometry/magneticfield/src/G4ExplicitEuler.cc +++ b/source/geometry/magneticfield/src/G4ExplicitEuler.cc @@ -22,7 +22,7 @@ // // // $Id: G4ExplicitEuler.cc,v 1.7 2003/11/05 16:31:49 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Explicit Euler: x_1 = x_0 + h * dx_0 diff --git a/source/geometry/magneticfield/src/G4FieldManager.cc b/source/geometry/magneticfield/src/G4FieldManager.cc index 7b2d76316d..ee49c8eb52 100644 --- a/source/geometry/magneticfield/src/G4FieldManager.cc +++ b/source/geometry/magneticfield/src/G4FieldManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4FieldManager.cc,v 1.13 2003/11/08 04:08:13 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4FieldTrack.cc b/source/geometry/magneticfield/src/G4FieldTrack.cc index 34181c6a9c..2b8119706c 100644 --- a/source/geometry/magneticfield/src/G4FieldTrack.cc +++ b/source/geometry/magneticfield/src/G4FieldTrack.cc @@ -22,7 +22,7 @@ // // // $Id: G4FieldTrack.cc,v 1.6 2003/10/31 14:35:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4HarmonicPolMagField.cc b/source/geometry/magneticfield/src/G4HarmonicPolMagField.cc index 1a26db3321..53e1f0ed56 100644 --- a/source/geometry/magneticfield/src/G4HarmonicPolMagField.cc +++ b/source/geometry/magneticfield/src/G4HarmonicPolMagField.cc @@ -22,7 +22,7 @@ // // // $Id: G4HarmonicPolMagField.cc,v 1.5 2003/10/31 14:35:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4HelixExplicitEuler.cc b/source/geometry/magneticfield/src/G4HelixExplicitEuler.cc index 869de82382..8260d58b4f 100644 --- a/source/geometry/magneticfield/src/G4HelixExplicitEuler.cc +++ b/source/geometry/magneticfield/src/G4HelixExplicitEuler.cc @@ -22,7 +22,7 @@ // // // $Id: G4HelixExplicitEuler.cc,v 1.5 2003/10/31 14:35:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Helix Explicit Euler: x_1 = x_0 + helix(h) diff --git a/source/geometry/magneticfield/src/G4HelixHeum.cc b/source/geometry/magneticfield/src/G4HelixHeum.cc index 12c8b3a8e1..55234eaf84 100644 --- a/source/geometry/magneticfield/src/G4HelixHeum.cc +++ b/source/geometry/magneticfield/src/G4HelixHeum.cc @@ -22,7 +22,7 @@ // // // $Id: G4HelixHeum.cc,v 1.5 2003/10/31 14:35:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Simple Heum: diff --git a/source/geometry/magneticfield/src/G4HelixImplicitEuler.cc b/source/geometry/magneticfield/src/G4HelixImplicitEuler.cc index fa8101f253..7a410ee04f 100644 --- a/source/geometry/magneticfield/src/G4HelixImplicitEuler.cc +++ b/source/geometry/magneticfield/src/G4HelixImplicitEuler.cc @@ -22,7 +22,7 @@ // // // $Id: G4HelixImplicitEuler.cc,v 1.5 2003/10/31 14:35:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Helix Implicit Euler: diff --git a/source/geometry/magneticfield/src/G4HelixSimpleRunge.cc b/source/geometry/magneticfield/src/G4HelixSimpleRunge.cc index b54bd6a6d1..42d5ab1a2d 100644 --- a/source/geometry/magneticfield/src/G4HelixSimpleRunge.cc +++ b/source/geometry/magneticfield/src/G4HelixSimpleRunge.cc @@ -22,7 +22,7 @@ // // // $Id: G4HelixSimpleRunge.cc,v 1.6 2003/10/31 14:35:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Simple Runge: diff --git a/source/geometry/magneticfield/src/G4ImplicitEuler.cc b/source/geometry/magneticfield/src/G4ImplicitEuler.cc index 994d763492..123e11d4ee 100644 --- a/source/geometry/magneticfield/src/G4ImplicitEuler.cc +++ b/source/geometry/magneticfield/src/G4ImplicitEuler.cc @@ -22,7 +22,7 @@ // // // $Id: G4ImplicitEuler.cc,v 1.8 2003/11/05 16:31:49 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Implicit Euler: diff --git a/source/geometry/magneticfield/src/G4LineCurrentMagField.cc b/source/geometry/magneticfield/src/G4LineCurrentMagField.cc index 2e4d98b9da..339848d2ee 100644 --- a/source/geometry/magneticfield/src/G4LineCurrentMagField.cc +++ b/source/geometry/magneticfield/src/G4LineCurrentMagField.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4LineCurrentMagField.cc,v 1.4 2003/10/31 14:35:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // ------------------------------------------------------------------- #include "G4LineCurrentMagField.hh" diff --git a/source/geometry/magneticfield/src/G4LineSection.cc b/source/geometry/magneticfield/src/G4LineSection.cc index 165ff50b4a..e3bf465a10 100644 --- a/source/geometry/magneticfield/src/G4LineSection.cc +++ b/source/geometry/magneticfield/src/G4LineSection.cc @@ -22,7 +22,7 @@ // // // $Id: G4LineSection.cc,v 1.8 2003/10/31 14:35:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4MagErrorStepper.cc b/source/geometry/magneticfield/src/G4MagErrorStepper.cc index 3925a81141..69781de5af 100644 --- a/source/geometry/magneticfield/src/G4MagErrorStepper.cc +++ b/source/geometry/magneticfield/src/G4MagErrorStepper.cc @@ -22,7 +22,7 @@ // // // $Id: G4MagErrorStepper.cc,v 1.12 2003/10/31 14:35:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4MagHelicalStepper.cc b/source/geometry/magneticfield/src/G4MagHelicalStepper.cc index 062a4acca7..3dcddec1b3 100644 --- a/source/geometry/magneticfield/src/G4MagHelicalStepper.cc +++ b/source/geometry/magneticfield/src/G4MagHelicalStepper.cc @@ -22,7 +22,7 @@ // // // $Id: G4MagHelicalStepper.cc,v 1.13 2003/10/31 14:35:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4MagIntegratorDriver.cc b/source/geometry/magneticfield/src/G4MagIntegratorDriver.cc index 84cb4b3aad..3f05adab16 100644 --- a/source/geometry/magneticfield/src/G4MagIntegratorDriver.cc +++ b/source/geometry/magneticfield/src/G4MagIntegratorDriver.cc @@ -22,7 +22,7 @@ // // // $Id: G4MagIntegratorDriver.cc,v 1.41 2003/10/31 14:35:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // diff --git a/source/geometry/magneticfield/src/G4MagIntegratorStepper.cc b/source/geometry/magneticfield/src/G4MagIntegratorStepper.cc index dd30c488f4..c61c12fbd8 100644 --- a/source/geometry/magneticfield/src/G4MagIntegratorStepper.cc +++ b/source/geometry/magneticfield/src/G4MagIntegratorStepper.cc @@ -22,7 +22,7 @@ // // // $Id: G4MagIntegratorStepper.cc,v 1.10 2003/10/31 14:35:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4Mag_EqRhs.cc b/source/geometry/magneticfield/src/G4Mag_EqRhs.cc index 40dd743e3c..9ccef7f489 100644 --- a/source/geometry/magneticfield/src/G4Mag_EqRhs.cc +++ b/source/geometry/magneticfield/src/G4Mag_EqRhs.cc @@ -22,7 +22,7 @@ // // // $Id: G4Mag_EqRhs.cc,v 1.10 2003/11/05 16:33:55 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // This is the standard right-hand side for equation of motion // in a pure Magnetic Field . diff --git a/source/geometry/magneticfield/src/G4Mag_SpinEqRhs.cc b/source/geometry/magneticfield/src/G4Mag_SpinEqRhs.cc index 7385aa41b9..37ce90a526 100644 --- a/source/geometry/magneticfield/src/G4Mag_SpinEqRhs.cc +++ b/source/geometry/magneticfield/src/G4Mag_SpinEqRhs.cc @@ -22,7 +22,7 @@ // // // $Id: G4Mag_SpinEqRhs.cc,v 1.9 2003/10/31 14:35:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // This is the standard right-hand side for equation of motion. // This version of the right-hand side includes the three components diff --git a/source/geometry/magneticfield/src/G4Mag_UsualEqRhs.cc b/source/geometry/magneticfield/src/G4Mag_UsualEqRhs.cc index 434f7b587f..8ff944e73d 100644 --- a/source/geometry/magneticfield/src/G4Mag_UsualEqRhs.cc +++ b/source/geometry/magneticfield/src/G4Mag_UsualEqRhs.cc @@ -22,7 +22,7 @@ // // // $Id: G4Mag_UsualEqRhs.cc,v 1.10 2003/11/05 17:31:31 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // This is the 'standard' right-hand side for the equation of motion diff --git a/source/geometry/magneticfield/src/G4MagneticField.cc b/source/geometry/magneticfield/src/G4MagneticField.cc index cb9980cde6..177f413153 100644 --- a/source/geometry/magneticfield/src/G4MagneticField.cc +++ b/source/geometry/magneticfield/src/G4MagneticField.cc @@ -22,7 +22,7 @@ // // // $Id: G4MagneticField.cc,v 1.2 2003/11/05 10:40:59 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4QuadrupoleMagField.cc b/source/geometry/magneticfield/src/G4QuadrupoleMagField.cc index 6db1f58ff3..efe99f4bb6 100644 --- a/source/geometry/magneticfield/src/G4QuadrupoleMagField.cc +++ b/source/geometry/magneticfield/src/G4QuadrupoleMagField.cc @@ -22,7 +22,7 @@ // // // $Id: G4QuadrupoleMagField.cc,v 1.3 2003/10/31 14:35:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4RKG3_Stepper.cc b/source/geometry/magneticfield/src/G4RKG3_Stepper.cc index 20793887c7..d60602d92d 100644 --- a/source/geometry/magneticfield/src/G4RKG3_Stepper.cc +++ b/source/geometry/magneticfield/src/G4RKG3_Stepper.cc @@ -22,7 +22,7 @@ // // // $Id: G4RKG3_Stepper.cc,v 1.9 2003/10/31 14:35:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- diff --git a/source/geometry/magneticfield/src/G4SimpleHeum.cc b/source/geometry/magneticfield/src/G4SimpleHeum.cc index 916f8bf462..8072d50c3f 100644 --- a/source/geometry/magneticfield/src/G4SimpleHeum.cc +++ b/source/geometry/magneticfield/src/G4SimpleHeum.cc @@ -22,7 +22,7 @@ // // // $Id: G4SimpleHeum.cc,v 1.7 2003/11/05 16:31:49 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Simple Heum: // x_1 = x_0 + h * diff --git a/source/geometry/magneticfield/src/G4SimpleRunge.cc b/source/geometry/magneticfield/src/G4SimpleRunge.cc index deacf9d3ec..855025ad73 100644 --- a/source/geometry/magneticfield/src/G4SimpleRunge.cc +++ b/source/geometry/magneticfield/src/G4SimpleRunge.cc @@ -22,7 +22,7 @@ // // // $Id: G4SimpleRunge.cc,v 1.9 2003/11/05 16:31:49 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Simple Runge: // diff --git a/source/geometry/magneticfield/src/G4UniformElectricField.cc b/source/geometry/magneticfield/src/G4UniformElectricField.cc index d26cd18ac4..ebae090729 100644 --- a/source/geometry/magneticfield/src/G4UniformElectricField.cc +++ b/source/geometry/magneticfield/src/G4UniformElectricField.cc @@ -22,7 +22,7 @@ // // // $Id: G4UniformElectricField.cc,v 1.10 2003/11/05 10:41:00 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // diff --git a/source/geometry/magneticfield/src/G4UniformMagField.cc b/source/geometry/magneticfield/src/G4UniformMagField.cc index 00e35b06c7..9368af19fa 100644 --- a/source/geometry/magneticfield/src/G4UniformMagField.cc +++ b/source/geometry/magneticfield/src/G4UniformMagField.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4UniformMagField.cc,v 1.8 2003/10/31 14:35:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4UniformMagField.cc,v 1.9 2004/02/09 14:43:10 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Class for creation of uniform Magnetic Field @@ -95,3 +95,11 @@ void G4UniformMagField::GetFieldValue (const G4double [4], B[1]= fFieldComponents[1] ; B[2]= fFieldComponents[2] ; } + +G4ThreeVector G4UniformMagField::GetConstantFieldValue() const +{ + G4ThreeVector B(fFieldComponents[0], + fFieldComponents[1], + fFieldComponents[2]); + return B; +} diff --git a/source/geometry/management/include/G4AffineTransform.hh b/source/geometry/management/include/G4AffineTransform.hh index 0e32b56054..6c21a590dd 100644 --- a/source/geometry/management/include/G4AffineTransform.hh +++ b/source/geometry/management/include/G4AffineTransform.hh @@ -22,7 +22,7 @@ // // // $Id: G4AffineTransform.hh,v 1.5 2003/11/02 14:01:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4AffineTransform diff --git a/source/geometry/management/include/G4AffineTransform.icc b/source/geometry/management/include/G4AffineTransform.icc index 4a71a37538..d072ec3ef6 100644 --- a/source/geometry/management/include/G4AffineTransform.icc +++ b/source/geometry/management/include/G4AffineTransform.icc @@ -22,7 +22,7 @@ // // // $Id: G4AffineTransform.icc,v 1.7 2003/11/02 14:01:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4AffineTransformation Inline implementation diff --git a/source/geometry/management/include/G4AssemblyTriplet.hh b/source/geometry/management/include/G4AssemblyTriplet.hh index 479e58099e..600d762de4 100644 --- a/source/geometry/management/include/G4AssemblyTriplet.hh +++ b/source/geometry/management/include/G4AssemblyTriplet.hh @@ -22,7 +22,7 @@ // // // $Id: G4AssemblyTriplet.hh,v 1.6 2003/11/02 14:01:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Class G4AssemblyTriplet diff --git a/source/geometry/management/include/G4AssemblyTriplet.icc b/source/geometry/management/include/G4AssemblyTriplet.icc index 3f877544ce..663306024e 100644 --- a/source/geometry/management/include/G4AssemblyTriplet.icc +++ b/source/geometry/management/include/G4AssemblyTriplet.icc @@ -22,7 +22,7 @@ // // // $Id: G4AssemblyTriplet.icc,v 1.5 2001/07/11 09:59:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Class G4AssemblyTriplet - inline implementation diff --git a/source/geometry/management/include/G4BlockingList.hh b/source/geometry/management/include/G4BlockingList.hh index 09f8da478d..067b8c6568 100644 --- a/source/geometry/management/include/G4BlockingList.hh +++ b/source/geometry/management/include/G4BlockingList.hh @@ -22,7 +22,7 @@ // // // $Id: G4BlockingList.hh,v 1.2 2003/11/02 14:01:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4BlockingList // diff --git a/source/geometry/management/include/G4BlockingList.icc b/source/geometry/management/include/G4BlockingList.icc index 2f48d3a776..1fb39d0973 100644 --- a/source/geometry/management/include/G4BlockingList.icc +++ b/source/geometry/management/include/G4BlockingList.icc @@ -22,7 +22,7 @@ // // // $Id: G4BlockingList.icc,v 1.2 2003/11/02 14:01:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4BlockingList Inlined Implementation diff --git a/source/geometry/management/include/G4GeometryManager.hh b/source/geometry/management/include/G4GeometryManager.hh index 14f379f901..2a03ca6c30 100644 --- a/source/geometry/management/include/G4GeometryManager.hh +++ b/source/geometry/management/include/G4GeometryManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeometryManager.hh,v 1.8 2003/11/02 14:01:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4GeometryManager // diff --git a/source/geometry/management/include/G4IdentityTrajectoryFilter.hh b/source/geometry/management/include/G4IdentityTrajectoryFilter.hh index d764d6d68d..55875b1687 100644 --- a/source/geometry/management/include/G4IdentityTrajectoryFilter.hh +++ b/source/geometry/management/include/G4IdentityTrajectoryFilter.hh @@ -22,7 +22,7 @@ // // // $Id: G4IdentityTrajectoryFilter.hh,v 1.2 2003/11/02 14:01:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class GIdentityTrajectoryFilter diff --git a/source/geometry/management/include/G4LogicalSurface.hh b/source/geometry/management/include/G4LogicalSurface.hh index 038a7a76b6..7b505d878b 100644 --- a/source/geometry/management/include/G4LogicalSurface.hh +++ b/source/geometry/management/include/G4LogicalSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4LogicalSurface.hh,v 1.9 2003/12/01 14:41:28 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //////////////////////////////////////////////////////////////////////// // Class G4LogicalSurface diff --git a/source/geometry/management/include/G4LogicalSurface.icc b/source/geometry/management/include/G4LogicalSurface.icc index 55a0e0d0b8..d8a7090184 100644 --- a/source/geometry/management/include/G4LogicalSurface.icc +++ b/source/geometry/management/include/G4LogicalSurface.icc @@ -22,7 +22,7 @@ // // // $Id: G4LogicalSurface.icc,v 1.8 2003/12/01 14:41:28 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //////////////////////////////////////////////////////////////////////// // Surface Class Inline Methods diff --git a/source/geometry/management/include/G4LogicalVolume.hh b/source/geometry/management/include/G4LogicalVolume.hh index 94bc5b35b9..14c87c6581 100644 --- a/source/geometry/management/include/G4LogicalVolume.hh +++ b/source/geometry/management/include/G4LogicalVolume.hh @@ -22,7 +22,7 @@ // // // $Id: G4LogicalVolume.hh,v 1.16 2003/11/04 15:11:11 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4LogicalVolume diff --git a/source/geometry/management/include/G4LogicalVolume.icc b/source/geometry/management/include/G4LogicalVolume.icc index 1f92814d93..e85c04538e 100644 --- a/source/geometry/management/include/G4LogicalVolume.icc +++ b/source/geometry/management/include/G4LogicalVolume.icc @@ -22,7 +22,7 @@ // // // $Id: G4LogicalVolume.icc,v 1.15 2003/11/02 14:01:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4LogicalVolume Inline Implementation file diff --git a/source/geometry/management/include/G4LogicalVolumeStore.hh b/source/geometry/management/include/G4LogicalVolumeStore.hh index e001258f74..5e2bde8585 100644 --- a/source/geometry/management/include/G4LogicalVolumeStore.hh +++ b/source/geometry/management/include/G4LogicalVolumeStore.hh @@ -22,7 +22,7 @@ // // // $Id: G4LogicalVolumeStore.hh,v 1.9 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4LogicalVolumeStore // diff --git a/source/geometry/management/include/G4PhysicalVolumeStore.hh b/source/geometry/management/include/G4PhysicalVolumeStore.hh index 7fb39c8e6d..6355b4adaf 100644 --- a/source/geometry/management/include/G4PhysicalVolumeStore.hh +++ b/source/geometry/management/include/G4PhysicalVolumeStore.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhysicalVolumeStore.hh,v 1.11 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4PhysicalVolume // diff --git a/source/geometry/management/include/G4Region.hh b/source/geometry/management/include/G4Region.hh index bc8aabb518..ad19ee5ad4 100644 --- a/source/geometry/management/include/G4Region.hh +++ b/source/geometry/management/include/G4Region.hh @@ -22,7 +22,7 @@ // // // $Id: G4Region.hh,v 1.7 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4Region // diff --git a/source/geometry/management/include/G4Region.icc b/source/geometry/management/include/G4Region.icc index c67fc132b2..5579d7eb31 100644 --- a/source/geometry/management/include/G4Region.icc +++ b/source/geometry/management/include/G4Region.icc @@ -22,7 +22,7 @@ // // // $Id: G4Region.icc,v 1.6 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4Region Inline Implementation file diff --git a/source/geometry/management/include/G4RegionStore.hh b/source/geometry/management/include/G4RegionStore.hh index cd17cd88ad..f922329ec7 100644 --- a/source/geometry/management/include/G4RegionStore.hh +++ b/source/geometry/management/include/G4RegionStore.hh @@ -22,7 +22,7 @@ // // // $Id: G4RegionStore.hh,v 1.5 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4RegionStore // diff --git a/source/geometry/management/include/G4SmartVoxelHeader.hh b/source/geometry/management/include/G4SmartVoxelHeader.hh index 3ee4986ba8..3d99a55b03 100644 --- a/source/geometry/management/include/G4SmartVoxelHeader.hh +++ b/source/geometry/management/include/G4SmartVoxelHeader.hh @@ -22,7 +22,7 @@ // // // $Id: G4SmartVoxelHeader.hh,v 1.9 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4SmartVoxelHeader // diff --git a/source/geometry/management/include/G4SmartVoxelHeader.icc b/source/geometry/management/include/G4SmartVoxelHeader.icc index c6172ed60e..ec9041b3f8 100644 --- a/source/geometry/management/include/G4SmartVoxelHeader.icc +++ b/source/geometry/management/include/G4SmartVoxelHeader.icc @@ -22,7 +22,7 @@ // // // $Id: G4SmartVoxelHeader.icc,v 1.5 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4SmartVoxelHeader Inline implementation diff --git a/source/geometry/management/include/G4SmartVoxelNode.hh b/source/geometry/management/include/G4SmartVoxelNode.hh index 19192d56bc..bf9e26ff79 100644 --- a/source/geometry/management/include/G4SmartVoxelNode.hh +++ b/source/geometry/management/include/G4SmartVoxelNode.hh @@ -22,7 +22,7 @@ // // // $Id: G4SmartVoxelNode.hh,v 1.9 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4SmartVoxelNode // diff --git a/source/geometry/management/include/G4SmartVoxelNode.icc b/source/geometry/management/include/G4SmartVoxelNode.icc index 2c210ad308..ecfc5e59da 100644 --- a/source/geometry/management/include/G4SmartVoxelNode.icc +++ b/source/geometry/management/include/G4SmartVoxelNode.icc @@ -22,7 +22,7 @@ // // // $Id: G4SmartVoxelNode.icc,v 1.4 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4SmartVoxelNode Inline implementation diff --git a/source/geometry/management/include/G4SmartVoxelProxy.hh b/source/geometry/management/include/G4SmartVoxelProxy.hh index d30562e3be..e546ae7fa1 100644 --- a/source/geometry/management/include/G4SmartVoxelProxy.hh +++ b/source/geometry/management/include/G4SmartVoxelProxy.hh @@ -22,7 +22,7 @@ // // // $Id: G4SmartVoxelProxy.hh,v 1.7 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4SmartVoxelProxy // diff --git a/source/geometry/management/include/G4SmartVoxelProxy.icc b/source/geometry/management/include/G4SmartVoxelProxy.icc index 4dc762f1e0..12e7014b99 100644 --- a/source/geometry/management/include/G4SmartVoxelProxy.icc +++ b/source/geometry/management/include/G4SmartVoxelProxy.icc @@ -22,7 +22,7 @@ // // // $Id: G4SmartVoxelProxy.icc,v 1.3 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4SmartVoxelProxy Inline implementation diff --git a/source/geometry/management/include/G4SmartVoxelStat.hh b/source/geometry/management/include/G4SmartVoxelStat.hh index cb7bba6b8a..2992aaba09 100644 --- a/source/geometry/management/include/G4SmartVoxelStat.hh +++ b/source/geometry/management/include/G4SmartVoxelStat.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4SmartVoxelStat.hh,v 1.3 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/geometry/management/include/G4SolidStore.hh b/source/geometry/management/include/G4SolidStore.hh index 980916920b..b3a16835ef 100644 --- a/source/geometry/management/include/G4SolidStore.hh +++ b/source/geometry/management/include/G4SolidStore.hh @@ -22,7 +22,7 @@ // // // $Id: G4SolidStore.hh,v 1.9 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4SolidStore // diff --git a/source/geometry/management/include/G4TouchableHandle.hh b/source/geometry/management/include/G4TouchableHandle.hh index bf1bc2660d..abd53b9bad 100644 --- a/source/geometry/management/include/G4TouchableHandle.hh +++ b/source/geometry/management/include/G4TouchableHandle.hh @@ -22,7 +22,7 @@ // // // $Id: G4TouchableHandle.hh,v 1.5 2001/11/06 17:06:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Class G4TouchableHandle // diff --git a/source/geometry/management/include/G4VCurvedTrajectoryFilter.hh b/source/geometry/management/include/G4VCurvedTrajectoryFilter.hh index ce3be29328..67b1163aa5 100644 --- a/source/geometry/management/include/G4VCurvedTrajectoryFilter.hh +++ b/source/geometry/management/include/G4VCurvedTrajectoryFilter.hh @@ -22,7 +22,7 @@ // // // $Id: G4VCurvedTrajectoryFilter.hh,v 1.2 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4VCurevedTrajectoryFilter diff --git a/source/geometry/management/include/G4VPVParameterisation.hh b/source/geometry/management/include/G4VPVParameterisation.hh index 0f5a955e40..4a7cb12d43 100644 --- a/source/geometry/management/include/G4VPVParameterisation.hh +++ b/source/geometry/management/include/G4VPVParameterisation.hh @@ -22,7 +22,7 @@ // // // $Id: G4VPVParameterisation.hh,v 1.6 2003/11/02 14:00:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4VPVParamterisation // diff --git a/source/geometry/management/include/G4VPhysicalVolume.hh b/source/geometry/management/include/G4VPhysicalVolume.hh index 7f5455aeaf..8277407202 100644 --- a/source/geometry/management/include/G4VPhysicalVolume.hh +++ b/source/geometry/management/include/G4VPhysicalVolume.hh @@ -22,7 +22,7 @@ // // // $Id: G4VPhysicalVolume.hh,v 1.10 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4VPhysicalVolume diff --git a/source/geometry/management/include/G4VPhysicalVolume.icc b/source/geometry/management/include/G4VPhysicalVolume.icc index b7625e2853..c0c018b57a 100644 --- a/source/geometry/management/include/G4VPhysicalVolume.icc +++ b/source/geometry/management/include/G4VPhysicalVolume.icc @@ -22,7 +22,7 @@ // // // $Id: G4VPhysicalVolume.icc,v 1.8 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4VPhysicalVolume Inline Implementation diff --git a/source/geometry/management/include/G4VSolid.hh b/source/geometry/management/include/G4VSolid.hh index 0b131dd11a..fc98ae552f 100644 --- a/source/geometry/management/include/G4VSolid.hh +++ b/source/geometry/management/include/G4VSolid.hh @@ -22,7 +22,7 @@ // // // $Id: G4VSolid.hh,v 1.13 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4VSolid diff --git a/source/geometry/management/include/G4VSolid.icc b/source/geometry/management/include/G4VSolid.icc index 28108f1f72..b222f8947b 100644 --- a/source/geometry/management/include/G4VSolid.icc +++ b/source/geometry/management/include/G4VSolid.icc @@ -22,7 +22,7 @@ // // // $Id: G4VSolid.icc,v 1.7 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4VSolid Inline implementation diff --git a/source/geometry/management/include/G4VTouchable.hh b/source/geometry/management/include/G4VTouchable.hh index 4da53ad38e..6fd1543449 100644 --- a/source/geometry/management/include/G4VTouchable.hh +++ b/source/geometry/management/include/G4VTouchable.hh @@ -22,7 +22,7 @@ // // // $Id: G4VTouchable.hh,v 1.6 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4VTouchable diff --git a/source/geometry/management/include/G4VTouchable.icc b/source/geometry/management/include/G4VTouchable.icc index 55f5e8b509..04a9740421 100644 --- a/source/geometry/management/include/G4VTouchable.icc +++ b/source/geometry/management/include/G4VTouchable.icc @@ -22,7 +22,7 @@ // // // $Id: G4VTouchable.icc,v 1.7 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4VTouchable Inline implementation diff --git a/source/geometry/management/include/G4VUserRegionInformation.hh b/source/geometry/management/include/G4VUserRegionInformation.hh index 62c23eeb90..aaa046727c 100644 --- a/source/geometry/management/include/G4VUserRegionInformation.hh +++ b/source/geometry/management/include/G4VUserRegionInformation.hh @@ -22,7 +22,7 @@ // // // $Id: G4VUserRegionInformation.hh,v 1.3 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/management/include/G4VoxelLimits.hh b/source/geometry/management/include/G4VoxelLimits.hh index d64322e3f4..536a4d0c77 100644 --- a/source/geometry/management/include/G4VoxelLimits.hh +++ b/source/geometry/management/include/G4VoxelLimits.hh @@ -22,7 +22,7 @@ // // // $Id: G4VoxelLimits.hh,v 1.8 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4VoxelLimits // diff --git a/source/geometry/management/include/G4VoxelLimits.icc b/source/geometry/management/include/G4VoxelLimits.icc index 6a656846b3..449955a42d 100644 --- a/source/geometry/management/include/G4VoxelLimits.icc +++ b/source/geometry/management/include/G4VoxelLimits.icc @@ -22,7 +22,7 @@ // // // $Id: G4VoxelLimits.icc,v 1.3 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4VoxelLimits Inline implementation diff --git a/source/geometry/management/include/meshdefs.hh b/source/geometry/management/include/meshdefs.hh index 2f3fa11acc..fc5df1dcd2 100644 --- a/source/geometry/management/include/meshdefs.hh +++ b/source/geometry/management/include/meshdefs.hh @@ -22,7 +22,7 @@ // // // $Id: meshdefs.hh,v 1.5 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Tube/Cone Meshing constants for extent calculations diff --git a/source/geometry/management/include/voxeldefs.hh b/source/geometry/management/include/voxeldefs.hh index ca16522032..087c52c094 100644 --- a/source/geometry/management/include/voxeldefs.hh +++ b/source/geometry/management/include/voxeldefs.hh @@ -22,7 +22,7 @@ // // // $Id: voxeldefs.hh,v 1.6 2003/11/02 14:01:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // diff --git a/source/geometry/management/src/G4BlockingList.cc b/source/geometry/management/src/G4BlockingList.cc index 734f03ab02..d4b46aed78 100644 --- a/source/geometry/management/src/G4BlockingList.cc +++ b/source/geometry/management/src/G4BlockingList.cc @@ -22,7 +22,7 @@ // // // $Id: G4BlockingList.cc,v 1.2 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4BlockingList Implementation diff --git a/source/geometry/management/src/G4GeometryManager.cc b/source/geometry/management/src/G4GeometryManager.cc index 392388205a..f5e7b78268 100644 --- a/source/geometry/management/src/G4GeometryManager.cc +++ b/source/geometry/management/src/G4GeometryManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeometryManager.cc,v 1.15 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4GeometryManager // diff --git a/source/geometry/management/src/G4IdentityTrajectoryFilter.cc b/source/geometry/management/src/G4IdentityTrajectoryFilter.cc index c5cf8f231a..26122be70f 100644 --- a/source/geometry/management/src/G4IdentityTrajectoryFilter.cc +++ b/source/geometry/management/src/G4IdentityTrajectoryFilter.cc @@ -22,7 +22,7 @@ // // // $Id: G4IdentityTrajectoryFilter.cc,v 1.2 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------------ diff --git a/source/geometry/management/src/G4LogicalVolume.cc b/source/geometry/management/src/G4LogicalVolume.cc index f52eb1a03b..89737d1e79 100644 --- a/source/geometry/management/src/G4LogicalVolume.cc +++ b/source/geometry/management/src/G4LogicalVolume.cc @@ -22,7 +22,7 @@ // // // $Id: G4LogicalVolume.cc,v 1.18 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4LogicalVolume Implementation diff --git a/source/geometry/management/src/G4LogicalVolumeStore.cc b/source/geometry/management/src/G4LogicalVolumeStore.cc index ebee568699..e828e5f6b7 100644 --- a/source/geometry/management/src/G4LogicalVolumeStore.cc +++ b/source/geometry/management/src/G4LogicalVolumeStore.cc @@ -22,7 +22,7 @@ // // // $Id: G4LogicalVolumeStore.cc,v 1.12 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4LogicalVolumeStore // diff --git a/source/geometry/management/src/G4PhysicalVolumeStore.cc b/source/geometry/management/src/G4PhysicalVolumeStore.cc index 303097a9e0..034ac90f3b 100644 --- a/source/geometry/management/src/G4PhysicalVolumeStore.cc +++ b/source/geometry/management/src/G4PhysicalVolumeStore.cc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicalVolumeStore.cc,v 1.13 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4PhysicalVolumeStore // diff --git a/source/geometry/management/src/G4Region.cc b/source/geometry/management/src/G4Region.cc index e4c64b0dfa..9f56c668c6 100644 --- a/source/geometry/management/src/G4Region.cc +++ b/source/geometry/management/src/G4Region.cc @@ -22,7 +22,7 @@ // // // $Id: G4Region.cc,v 1.11 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4Region Implementation diff --git a/source/geometry/management/src/G4RegionStore.cc b/source/geometry/management/src/G4RegionStore.cc index 7cadabbe9e..16fc43f5fd 100644 --- a/source/geometry/management/src/G4RegionStore.cc +++ b/source/geometry/management/src/G4RegionStore.cc @@ -22,7 +22,7 @@ // // // $Id: G4RegionStore.cc,v 1.6 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4RegionStore // diff --git a/source/geometry/management/src/G4SmartVoxelHeader.cc b/source/geometry/management/src/G4SmartVoxelHeader.cc index ec8cd5914f..a60baa330a 100644 --- a/source/geometry/management/src/G4SmartVoxelHeader.cc +++ b/source/geometry/management/src/G4SmartVoxelHeader.cc @@ -22,7 +22,7 @@ // // // $Id: G4SmartVoxelHeader.cc,v 1.24 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4SmartVoxelHeader diff --git a/source/geometry/management/src/G4SmartVoxelNode.cc b/source/geometry/management/src/G4SmartVoxelNode.cc index 27dca392cc..7a75adf2c9 100644 --- a/source/geometry/management/src/G4SmartVoxelNode.cc +++ b/source/geometry/management/src/G4SmartVoxelNode.cc @@ -22,7 +22,7 @@ // // // $Id: G4SmartVoxelNode.cc,v 1.5 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Class G4SmartVoxelNode // diff --git a/source/geometry/management/src/G4SmartVoxelProxy.cc b/source/geometry/management/src/G4SmartVoxelProxy.cc index f0b75938fc..ed77d8beef 100644 --- a/source/geometry/management/src/G4SmartVoxelProxy.cc +++ b/source/geometry/management/src/G4SmartVoxelProxy.cc @@ -22,7 +22,7 @@ // // // $Id: G4SmartVoxelProxy.cc,v 1.2 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Class G4SmartVoxelProxy // diff --git a/source/geometry/management/src/G4SmartVoxelStat.cc b/source/geometry/management/src/G4SmartVoxelStat.cc index 01d9d09e5d..b72be63836 100644 --- a/source/geometry/management/src/G4SmartVoxelStat.cc +++ b/source/geometry/management/src/G4SmartVoxelStat.cc @@ -22,7 +22,7 @@ // // // $Id: G4SmartVoxelStat.cc,v 1.2 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/management/src/G4SolidStore.cc b/source/geometry/management/src/G4SolidStore.cc index d0f49a33f8..f5c50b2a26 100644 --- a/source/geometry/management/src/G4SolidStore.cc +++ b/source/geometry/management/src/G4SolidStore.cc @@ -22,7 +22,7 @@ // // // $Id: G4SolidStore.cc,v 1.11 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4SolidStore // diff --git a/source/geometry/management/src/G4VCurvedTrajectoryFilter.cc b/source/geometry/management/src/G4VCurvedTrajectoryFilter.cc index 74329f4a99..bb892de918 100644 --- a/source/geometry/management/src/G4VCurvedTrajectoryFilter.cc +++ b/source/geometry/management/src/G4VCurvedTrajectoryFilter.cc @@ -22,7 +22,7 @@ // // // $Id: G4VCurvedTrajectoryFilter.cc,v 1.2 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // -------------------------------------------------------------------- #include "G4VCurvedTrajectoryFilter.hh" diff --git a/source/geometry/management/src/G4VPVParameterisation.cc b/source/geometry/management/src/G4VPVParameterisation.cc index 83ea6fb191..bd37c28444 100644 --- a/source/geometry/management/src/G4VPVParameterisation.cc +++ b/source/geometry/management/src/G4VPVParameterisation.cc @@ -22,7 +22,7 @@ // // // $Id: G4VPVParameterisation.cc,v 1.4 2003/11/02 14:01:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Default implementations for Parameterisations that do not // parameterise solid and/or material. diff --git a/source/geometry/management/src/G4VPhysicalVolume.cc b/source/geometry/management/src/G4VPhysicalVolume.cc index c066e856dc..010580c670 100644 --- a/source/geometry/management/src/G4VPhysicalVolume.cc +++ b/source/geometry/management/src/G4VPhysicalVolume.cc @@ -22,7 +22,7 @@ // // // $Id: G4VPhysicalVolume.cc,v 1.9 2003/11/02 14:01:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4VPhysicalVolume Implementation diff --git a/source/geometry/management/src/G4VSolid.cc b/source/geometry/management/src/G4VSolid.cc index 84b79e0d8d..48d3484623 100644 --- a/source/geometry/management/src/G4VSolid.cc +++ b/source/geometry/management/src/G4VSolid.cc @@ -22,7 +22,7 @@ // // // $Id: G4VSolid.cc,v 1.20 2003/11/02 14:01:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4VSolid // diff --git a/source/geometry/management/src/G4VoxelLimits.cc b/source/geometry/management/src/G4VoxelLimits.cc index 19c9a6e7a7..e54ba5c9dd 100644 --- a/source/geometry/management/src/G4VoxelLimits.cc +++ b/source/geometry/management/src/G4VoxelLimits.cc @@ -22,7 +22,7 @@ // // // $Id: G4VoxelLimits.cc,v 1.9 2003/11/02 14:01:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4VoxelLimits // diff --git a/source/geometry/navigation/History b/source/geometry/navigation/History index f7818b2299..63865217e4 100644 --- a/source/geometry/navigation/History +++ b/source/geometry/navigation/History @@ -1,4 +1,4 @@ -$Id: History,v 1.19 2003/12/11 01:41:21 japost Exp $ +$Id: History,v 1.22 2004/03/11 13:17:42 gcosmo Exp $ ------------------------------------------------------------------- ========================================================= @@ -13,13 +13,36 @@ and keep track of all category-tags. It DOES NOT substitute the CVS log-message one should put at every committal in the CVS repository ! - ---------------------------------------------------------- + -------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +Mar 11th, 2004 - G.Cosmo (geomnav-V06-00-02) +------------------------ +- Added "check_mode" state for navigators. The state can be activated by + a new UI command (geometry/navigator/check_mode [true/false]) and will + force more strict and less tolerant checks in step/safety computation to + verify the correctness of solids' response in the geometry. +- Reorganised verbosity levels. Added more useful information activated + when in G4VERBOSE mode and verbosity level selected. + Fixed output formatting when entering/exiting verbose blocks. + +Feb 27th, 2004 - G.Cosmo (geomnav-V06-00-01) +------------------------ +- G4Navigator.cc: + o Fixed old outstanding bug in ComputeStep() for the location of the + the local point in the calculation of a valid exit normal. (V.Grichine) + +Feb 9th, 2004 - J.Apostolakis (geomnav-V06-00-00) +------------------------------ +- G4PropagatorInField.cc: + o ReEstimateEndpoint: Changed to cope with a failure of AccurateAdvance, + by calling it iteratively up maximum 20 times. + o SetVerboseLevel, now forwards the verbosity (minus 3) to integration driver + Dec 11th, 2003 - J.Apostolakis (geomnav-V05-02-15) ------------------------------ -- G4PropagatorInField.cc +- G4PropagatorInField.cc: o LocateIntersectionPoint: Refined re-setting of finalSection. --> Endpoint recalculation is returned only for final section. (trial fix in -14 is replaced by above code) @@ -38,7 +61,7 @@ Dec 10th, 2003 - J.Apostolakis (geomnav-V05-02-14) Dec 10th, 2003 - J.Apostolakis (geomnav-V05-02-13) ------------------------------ -- G4PropagatorInField.cc +- G4PropagatorInField.cc: o Gone back to version 1.7, without the fix in LocateIntersectionPoint for the "long-standing error". diff --git a/source/geometry/navigation/include/G4AuxiliaryNavServices.hh b/source/geometry/navigation/include/G4AuxiliaryNavServices.hh index 1cbfec2f2b..3a68240cb4 100644 --- a/source/geometry/navigation/include/G4AuxiliaryNavServices.hh +++ b/source/geometry/navigation/include/G4AuxiliaryNavServices.hh @@ -22,7 +22,7 @@ // // // $Id: G4AuxiliaryNavServices.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4NormalNavigation diff --git a/source/geometry/navigation/include/G4AuxiliaryNavServices.icc b/source/geometry/navigation/include/G4AuxiliaryNavServices.icc index c5a4895d27..29f85b69fd 100644 --- a/source/geometry/navigation/include/G4AuxiliaryNavServices.icc +++ b/source/geometry/navigation/include/G4AuxiliaryNavServices.icc @@ -22,7 +22,7 @@ // // // $Id: G4AuxiliaryNavServices.icc,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4AuxiliaryNavServices Inline implementation diff --git a/source/geometry/navigation/include/G4DrawVoxels.hh b/source/geometry/navigation/include/G4DrawVoxels.hh index 8fd499c27c..9e9a8a67ab 100644 --- a/source/geometry/navigation/include/G4DrawVoxels.hh +++ b/source/geometry/navigation/include/G4DrawVoxels.hh @@ -22,7 +22,7 @@ // // // $Id: G4DrawVoxels.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4DrawVoxels diff --git a/source/geometry/navigation/include/G4GeomTestErrorList.hh b/source/geometry/navigation/include/G4GeomTestErrorList.hh index a310e475ea..0e320fbf09 100644 --- a/source/geometry/navigation/include/G4GeomTestErrorList.hh +++ b/source/geometry/navigation/include/G4GeomTestErrorList.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestErrorList.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/geometry/navigation/include/G4GeomTestLogger.hh b/source/geometry/navigation/include/G4GeomTestLogger.hh index 86f975910e..783d6ffb68 100644 --- a/source/geometry/navigation/include/G4GeomTestLogger.hh +++ b/source/geometry/navigation/include/G4GeomTestLogger.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestLogger.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/geometry/navigation/include/G4GeomTestOverlapList.hh b/source/geometry/navigation/include/G4GeomTestOverlapList.hh index 9c24892cf3..1e31f9569a 100644 --- a/source/geometry/navigation/include/G4GeomTestOverlapList.hh +++ b/source/geometry/navigation/include/G4GeomTestOverlapList.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestOverlapList.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/geometry/navigation/include/G4GeomTestOvershootList.hh b/source/geometry/navigation/include/G4GeomTestOvershootList.hh index f0e7a03206..bef5b5387a 100644 --- a/source/geometry/navigation/include/G4GeomTestOvershootList.hh +++ b/source/geometry/navigation/include/G4GeomTestOvershootList.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestOvershootList.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/geometry/navigation/include/G4GeomTestPoint.hh b/source/geometry/navigation/include/G4GeomTestPoint.hh index 82f84cc382..58af91f84a 100644 --- a/source/geometry/navigation/include/G4GeomTestPoint.hh +++ b/source/geometry/navigation/include/G4GeomTestPoint.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestPoint.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/geometry/navigation/include/G4GeomTestSegment.hh b/source/geometry/navigation/include/G4GeomTestSegment.hh index ef7e9c3efa..c83d0f03ed 100644 --- a/source/geometry/navigation/include/G4GeomTestSegment.hh +++ b/source/geometry/navigation/include/G4GeomTestSegment.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestSegment.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/geometry/navigation/include/G4GeomTestStreamLogger.hh b/source/geometry/navigation/include/G4GeomTestStreamLogger.hh index 3fa207348b..58e47f695a 100644 --- a/source/geometry/navigation/include/G4GeomTestStreamLogger.hh +++ b/source/geometry/navigation/include/G4GeomTestStreamLogger.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestStreamLogger.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/geometry/navigation/include/G4GeomTestVolPoint.hh b/source/geometry/navigation/include/G4GeomTestVolPoint.hh index 6eded2c834..252b5c284b 100644 --- a/source/geometry/navigation/include/G4GeomTestVolPoint.hh +++ b/source/geometry/navigation/include/G4GeomTestVolPoint.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestVolPoint.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/geometry/navigation/include/G4GeomTestVolume.hh b/source/geometry/navigation/include/G4GeomTestVolume.hh index a8b48738bf..cb35b80783 100644 --- a/source/geometry/navigation/include/G4GeomTestVolume.hh +++ b/source/geometry/navigation/include/G4GeomTestVolume.hh @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestVolume.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/geometry/navigation/include/G4GeometryMessenger.hh b/source/geometry/navigation/include/G4GeometryMessenger.hh index 23a7c33761..71433f1bee 100644 --- a/source/geometry/navigation/include/G4GeometryMessenger.hh +++ b/source/geometry/navigation/include/G4GeometryMessenger.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4GeometryMessenger.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4GeometryMessenger.hh,v 1.3 2004/03/10 18:21:15 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file @@ -73,6 +73,7 @@ class G4GeometryMessenger : public G4UImessenger void CheckGeometry(); void ResetNavigator(); void SetVerbosity(G4String newValue); + void SetCheckMode(G4String newValue); void LineTest(); void RecursiveLineTest(); void GridTest(); @@ -83,7 +84,7 @@ class G4GeometryMessenger : public G4UImessenger G4UIdirectory *geodir, *navdir, *testdir; G4UIcmdWith3VectorAndUnit *posCmd, *dirCmd; G4UIcmdWith3Vector *grzCmd, *cyzCmd; - G4UIcmdWithABool *linCmd, *grdCmd, *cylCmd, *runCmd; + G4UIcmdWithABool *chkCmd, *linCmd, *grdCmd, *cylCmd, *runCmd; G4UIcmdWithoutParameter *recCmd, *resCmd; G4UIcmdWithADoubleAndUnit *tolCmd; G4UIcmdWithAnInteger *verbCmd, *rcsCmd, *rcdCmd; diff --git a/source/geometry/navigation/include/G4Navigator.hh b/source/geometry/navigation/include/G4Navigator.hh index c92507c705..d0d2ea8c9d 100644 --- a/source/geometry/navigation/include/G4Navigator.hh +++ b/source/geometry/navigation/include/G4Navigator.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4Navigator.hh,v 1.4 2003/11/10 08:58:42 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Navigator.hh,v 1.5 2004/03/10 18:21:15 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4Navigator @@ -245,11 +245,16 @@ class G4Navigator // This function takes full care about how to calculate this normal, // but if the surfaces are not convex it will return valid=false. - inline G4int GetVerboseLevel(); + inline G4int GetVerboseLevel() const; inline void SetVerboseLevel(G4int level); // Get/Set Verbose(ness) level. // [if level>0 && G4VERBOSE, printout can occur] + inline void CheckMode(G4bool mode); + // Run navigation in "check-mode", therefore using additional + // verifications and more strict correctness conditions. + // Is effective only with G4VERBOSE set. + void PrintState(); // Print the internal state of the Navigator (for debugging). // The level of detail is according to the verbosity. @@ -386,6 +391,8 @@ class G4Navigator // BEGIN Utility information // + G4bool fCheck; + // Check-mode flag [if true, more strict checks are performed]. G4int fVerbose; // Verbose(ness) level [if > 0, printout can occur]. diff --git a/source/geometry/navigation/include/G4Navigator.icc b/source/geometry/navigation/include/G4Navigator.icc index ef7acbad67..752e222cd0 100644 --- a/source/geometry/navigation/include/G4Navigator.icc +++ b/source/geometry/navigation/include/G4Navigator.icc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4Navigator.icc,v 1.4 2003/11/10 08:58:42 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Navigator.icc,v 1.5 2004/03/10 18:21:15 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4Navigator Inline implementation @@ -333,7 +333,7 @@ void G4Navigator::LocateGlobalPointAndUpdateTouchable( // ******************************************************************** // inline -G4int G4Navigator::GetVerboseLevel() +G4int G4Navigator::GetVerboseLevel() const { return fVerbose; } @@ -346,4 +346,22 @@ inline void G4Navigator::SetVerboseLevel(G4int level) { fVerbose = level; + fnormalNav.SetVerboseLevel(level); + fvoxelNav.SetVerboseLevel(level); + fparamNav.SetVerboseLevel(level); + freplicaNav.SetVerboseLevel(level); +} + +// ******************************************************************** +// CheckMode +// ******************************************************************** +// +inline +void G4Navigator::CheckMode(G4bool mode) +{ + fCheck = mode; + fnormalNav.CheckMode(mode); + fvoxelNav.CheckMode(mode); + fparamNav.CheckMode(mode); + freplicaNav.CheckMode(mode); } diff --git a/source/geometry/navigation/include/G4NormalNavigation.hh b/source/geometry/navigation/include/G4NormalNavigation.hh index bc1d231b69..a1df146364 100644 --- a/source/geometry/navigation/include/G4NormalNavigation.hh +++ b/source/geometry/navigation/include/G4NormalNavigation.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4NormalNavigation.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4NormalNavigation.hh,v 1.3 2004/03/10 18:21:15 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4NormalNavigation @@ -49,6 +49,12 @@ class G4NormalNavigation { public: // with description + G4NormalNavigation(); + // Constructor + + ~G4NormalNavigation(); + // Destructor + G4bool LevelLocate( G4NavigationHistory &history, const G4VPhysicalVolume *blockedVol, const G4int blockedNum, @@ -78,6 +84,21 @@ class G4NormalNavigation G4double ComputeSafety( const G4ThreeVector &globalpoint, const G4NavigationHistory &history, const G4double pMaxLength=DBL_MAX ); + + inline G4int GetVerboseLevel(); + inline void SetVerboseLevel(G4int level); + // Get/Set Verbose(ness) level. + // [if level>0 && G4VERBOSE, printout can occur] + + inline void CheckMode(G4bool mode); + // Run navigation in "check-mode", therefore using additional + // verifications and more strict correctness conditions. + // Is effective only with G4VERBOSE set. + + private: + + G4bool fCheck; + G4int fVerbose; }; #include "G4NormalNavigation.icc" diff --git a/source/geometry/navigation/include/G4NormalNavigation.icc b/source/geometry/navigation/include/G4NormalNavigation.icc index 3cf126a239..5dbd421ba7 100644 --- a/source/geometry/navigation/include/G4NormalNavigation.icc +++ b/source/geometry/navigation/include/G4NormalNavigation.icc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4NormalNavigation.icc,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4NormalNavigation.icc,v 1.3 2004/03/10 18:21:15 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // G4NormalNavigation Inline Implementation @@ -53,36 +53,57 @@ G4NormalNavigation::LevelLocate( G4NavigationHistory& history, targetLogical = targetPhysical->GetLogicalVolume(); targetNoDaughters = targetLogical->GetNoDaughters(); - if (targetNoDaughters==0) return false; - - // - // Search daughters in volume - // + G4bool found = false; - for ( register int sampleNo=targetNoDaughters-1; sampleNo>=0; sampleNo-- ) + if (targetNoDaughters!=0) { - samplePhysical = targetLogical->GetDaughter(sampleNo); - if ( samplePhysical!=blockedVol ) + // + // Search daughters in volume + // + for ( register int sampleNo=targetNoDaughters-1; sampleNo>=0; sampleNo-- ) { - // Setup history - // - history.NewLevel(samplePhysical, kNormal, samplePhysical->GetCopyNo()); - sampleSolid = samplePhysical->GetLogicalVolume()->GetSolid(); - samplePoint = history.GetTopTransform().TransformPoint(globalPoint); - if( G4AuxiliaryNavServices:: - CheckPointOnSurface(sampleSolid, samplePoint, globalDirection, - history.GetTopTransform(), pLocatedOnEdge) ) + samplePhysical = targetLogical->GetDaughter(sampleNo); + if ( samplePhysical!=blockedVol ) { - // Enter this daughter + // Setup history // - localPoint = samplePoint; - return true; - } - else - { - history.BackLevel(); + history.NewLevel(samplePhysical, kNormal, samplePhysical->GetCopyNo()); + sampleSolid = samplePhysical->GetLogicalVolume()->GetSolid(); + samplePoint = history.GetTopTransform().TransformPoint(globalPoint); + if( G4AuxiliaryNavServices:: + CheckPointOnSurface(sampleSolid, samplePoint, globalDirection, + history.GetTopTransform(), pLocatedOnEdge) ) + { + // Enter this daughter + // + localPoint = samplePoint; + found = true; + break; + } + else + { + history.BackLevel(); + } } } } - return false; + return found; +} + +inline +G4int G4NormalNavigation::GetVerboseLevel() +{ + return fVerbose; +} + +inline +void G4NormalNavigation::SetVerboseLevel(G4int level) +{ + fVerbose = level; +} + +inline +void G4NormalNavigation::CheckMode(G4bool mode) +{ + fCheck = mode; } diff --git a/source/geometry/navigation/include/G4ParameterisedNavigation.hh b/source/geometry/navigation/include/G4ParameterisedNavigation.hh index de6fb2b628..db6bac944f 100644 --- a/source/geometry/navigation/include/G4ParameterisedNavigation.hh +++ b/source/geometry/navigation/include/G4ParameterisedNavigation.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisedNavigation.hh,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4ParameterisedNavigation diff --git a/source/geometry/navigation/include/G4ParameterisedNavigation.icc b/source/geometry/navigation/include/G4ParameterisedNavigation.icc index 03595bc2f7..4f1f69f974 100644 --- a/source/geometry/navigation/include/G4ParameterisedNavigation.icc +++ b/source/geometry/navigation/include/G4ParameterisedNavigation.icc @@ -22,7 +22,7 @@ // // // $Id: G4ParameterisedNavigation.icc,v 1.2 2003/11/03 17:15:20 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4ParameterisedNavigation Inline implementation diff --git a/source/geometry/navigation/include/G4PropagatorInField.hh b/source/geometry/navigation/include/G4PropagatorInField.hh index 49774851cd..b5c91dc852 100644 --- a/source/geometry/navigation/include/G4PropagatorInField.hh +++ b/source/geometry/navigation/include/G4PropagatorInField.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4PropagatorInField.hh,v 1.7 2003/11/26 14:45:04 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4PropagatorInField.hh,v 1.8 2004/02/09 12:00:29 japost Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4PropagatorInField // @@ -94,7 +94,7 @@ class G4PropagatorInField inline G4ChordFinder* GetChordFinder(); - inline G4int SetVerboseLevel( G4int verbose ); + G4int SetVerboseLevel( G4int verbose ); inline G4int GetVerboseLevel() const; inline G4int Verbose() const; diff --git a/source/geometry/navigation/include/G4PropagatorInField.icc b/source/geometry/navigation/include/G4PropagatorInField.icc index 397dd47b41..f1ea94f7f7 100644 --- a/source/geometry/navigation/include/G4PropagatorInField.icc +++ b/source/geometry/navigation/include/G4PropagatorInField.icc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4PropagatorInField.icc,v 1.6 2003/11/26 14:45:48 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4PropagatorInField.icc,v 1.7 2004/02/09 12:00:12 japost Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------------------ @@ -137,12 +137,6 @@ void G4PropagatorInField::SetDeltaIntersection( G4double valDeltaIntersection ) fDetectorFieldMgr->SetDeltaIntersection(valDeltaIntersection); } -inline -G4int G4PropagatorInField::SetVerboseLevel( G4int Verbose ) -{ - return fVerboseLevel = Verbose; -} - inline G4int G4PropagatorInField::GetVerboseLevel() const { diff --git a/source/geometry/navigation/include/G4ReplicaNavigation.hh b/source/geometry/navigation/include/G4ReplicaNavigation.hh index 7196997f38..4b6f7910e5 100644 --- a/source/geometry/navigation/include/G4ReplicaNavigation.hh +++ b/source/geometry/navigation/include/G4ReplicaNavigation.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ReplicaNavigation.hh,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ReplicaNavigation.hh,v 1.3 2004/03/10 18:21:15 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4ReplicaNavigation @@ -59,13 +59,15 @@ class G4ReplicaNavigation public: // with description G4ReplicaNavigation(); - G4bool LevelLocate( G4NavigationHistory& history, - const G4VPhysicalVolume *blockedVol, - const G4int blockedNum, - const G4ThreeVector &globalPoint, - const G4ThreeVector* globalDirection, - const G4bool pLocatedOnEdge, - G4ThreeVector &localPoint ); + ~G4ReplicaNavigation(); + + inline G4bool LevelLocate( G4NavigationHistory& history, + const G4VPhysicalVolume *blockedVol, + const G4int blockedNum, + const G4ThreeVector &globalPoint, + const G4ThreeVector* globalDirection, + const G4bool pLocatedOnEdge, + G4ThreeVector &localPoint ); G4double ComputeStep( const G4ThreeVector &globalPoint, const G4ThreeVector &globalDirection, @@ -109,11 +111,21 @@ class G4ReplicaNavigation const G4ThreeVector &localPoint, const G4ThreeVector &localDirection ) const; + inline G4int GetVerboseLevel() const; + inline void SetVerboseLevel(G4int level); + // Get/Set Verbose(ness) level. + // [if level>0 && G4VERBOSE, printout can occur] + + inline void CheckMode(G4bool mode); + // Run navigation in "check-mode", therefore using additional + // verifications and more strict correctness conditions. + // Is effective only with G4VERBOSE set. + private: - G4int VoxelLocate( const G4SmartVoxelHeader *pHead, - const G4ThreeVector &localPoint, - const G4int blocked=-1 ) const; + inline G4int VoxelLocate( const G4SmartVoxelHeader *pHead, + const G4ThreeVector &localPoint, + const G4int blocked=-1 ) const; G4double DistanceToOutPhi( const G4ThreeVector &localPoint, const G4ThreeVector &localDirection, @@ -124,8 +136,12 @@ class G4ReplicaNavigation const G4double width, const G4double offset, const G4int replicaNo ) const; - void SetPhiTransformation( const G4double ang, - G4VPhysicalVolume *pVol=0 ) const; + inline void SetPhiTransformation( const G4double ang, + G4VPhysicalVolume *pVol=0 ) const; + private: + + G4bool fCheck; + G4int fVerbose; }; #include "G4ReplicaNavigation.icc" diff --git a/source/geometry/navigation/include/G4ReplicaNavigation.icc b/source/geometry/navigation/include/G4ReplicaNavigation.icc index a6506b7a1d..bddf559a38 100644 --- a/source/geometry/navigation/include/G4ReplicaNavigation.icc +++ b/source/geometry/navigation/include/G4ReplicaNavigation.icc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ReplicaNavigation.icc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ReplicaNavigation.icc,v 1.3 2004/03/10 18:21:16 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4ReplicaNavigation Inline implementation @@ -194,3 +194,33 @@ G4ReplicaNavigation::SetPhiTransformation( const G4double ang, if ( pVol ) *pVol->GetRotation() = rm; } + +// ******************************************************************** +// GetVerboseLevel +// ******************************************************************** +// +inline +G4int G4ReplicaNavigation::GetVerboseLevel() const +{ + return fVerbose; +} + +// ******************************************************************** +// SetVerboseLevel +// ******************************************************************** +// +inline +void G4ReplicaNavigation::SetVerboseLevel(G4int level) +{ + fVerbose = level; +} + +// ******************************************************************** +// CheckMode +// ******************************************************************** +// +inline +void G4ReplicaNavigation::CheckMode(G4bool mode) +{ + fCheck = mode; +} diff --git a/source/geometry/navigation/include/G4TransportationManager.hh b/source/geometry/navigation/include/G4TransportationManager.hh index 0a32b40ef3..d285cdfb26 100644 --- a/source/geometry/navigation/include/G4TransportationManager.hh +++ b/source/geometry/navigation/include/G4TransportationManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4TransportationManager.hh,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4TransportationManager // diff --git a/source/geometry/navigation/include/G4TransportationManager.icc b/source/geometry/navigation/include/G4TransportationManager.icc index b5eca44e43..f693eeb0f8 100644 --- a/source/geometry/navigation/include/G4TransportationManager.icc +++ b/source/geometry/navigation/include/G4TransportationManager.icc @@ -22,7 +22,7 @@ // // // $Id: G4TransportationManager.icc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // ------------------------------------------------------------ // GEANT 4 inlined function members implementation // ------------------------------------------------------------ diff --git a/source/geometry/navigation/include/G4VoxelNavigation.hh b/source/geometry/navigation/include/G4VoxelNavigation.hh index 44243f09b9..7490036974 100644 --- a/source/geometry/navigation/include/G4VoxelNavigation.hh +++ b/source/geometry/navigation/include/G4VoxelNavigation.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4VoxelNavigation.hh,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VoxelNavigation.hh,v 1.3 2004/03/10 18:21:16 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4VoxelNavigation @@ -92,6 +92,17 @@ class G4VoxelNavigation virtual G4double ComputeSafety( const G4ThreeVector& globalpoint, const G4NavigationHistory& history, const G4double pMaxLength=DBL_MAX ); + + inline G4int GetVerboseLevel() const; + inline void SetVerboseLevel(G4int level); + // Get/Set Verbose(ness) level. + // [if level>0 && G4VERBOSE, printout can occur] + + inline void CheckMode(G4bool mode); + // Run navigation in "check-mode", therefore using additional + // verifications and more strict correctness conditions. + // Is effective only with G4VERBOSE set. + protected: G4double ComputeVoxelSafety( const G4ThreeVector& localPoint ) const; @@ -132,6 +143,8 @@ class G4VoxelNavigation // END Voxel Stack information // + G4bool fCheck; + G4int fVerbose; }; #include "G4VoxelNavigation.icc" diff --git a/source/geometry/navigation/include/G4VoxelNavigation.icc b/source/geometry/navigation/include/G4VoxelNavigation.icc index 6b4a71eded..5fe2551585 100644 --- a/source/geometry/navigation/include/G4VoxelNavigation.icc +++ b/source/geometry/navigation/include/G4VoxelNavigation.icc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4VoxelNavigation.icc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VoxelNavigation.icc,v 1.3 2004/03/10 18:21:16 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4VoxelNavigation Inline implementation @@ -157,3 +157,33 @@ G4VoxelNavigation::LevelLocate( G4NavigationHistory& history, } return false; } + +// ******************************************************************** +// GetVerboseLevel +// ******************************************************************** +// +inline +G4int G4VoxelNavigation::GetVerboseLevel() const +{ + return fVerbose; +} + +// ******************************************************************** +// SetVerboseLevel +// ******************************************************************** +// +inline +void G4VoxelNavigation::SetVerboseLevel(G4int level) +{ + fVerbose = level; +} + +// ******************************************************************** +// CheckMode +// ******************************************************************** +// +inline +void G4VoxelNavigation::CheckMode(G4bool mode) +{ + fCheck = mode; +} diff --git a/source/geometry/navigation/src/G4AuxiliaryNavServices.cc b/source/geometry/navigation/src/G4AuxiliaryNavServices.cc index 179f563759..2849214644 100644 --- a/source/geometry/navigation/src/G4AuxiliaryNavServices.cc +++ b/source/geometry/navigation/src/G4AuxiliaryNavServices.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4AuxiliaryNavServices.cc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/geometry/navigation/src/G4DrawVoxels.cc b/source/geometry/navigation/src/G4DrawVoxels.cc index 11c1f383ea..01919c995c 100644 --- a/source/geometry/navigation/src/G4DrawVoxels.cc +++ b/source/geometry/navigation/src/G4DrawVoxels.cc @@ -22,7 +22,7 @@ // // // $Id: G4DrawVoxels.cc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4DrawVoxels diff --git a/source/geometry/navigation/src/G4GeomTestErrorList.cc b/source/geometry/navigation/src/G4GeomTestErrorList.cc index 20bec2725e..d6ec44c67a 100644 --- a/source/geometry/navigation/src/G4GeomTestErrorList.cc +++ b/source/geometry/navigation/src/G4GeomTestErrorList.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestErrorList.cc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/navigation/src/G4GeomTestOverlapList.cc b/source/geometry/navigation/src/G4GeomTestOverlapList.cc index 68a918b277..95ac8a8721 100644 --- a/source/geometry/navigation/src/G4GeomTestOverlapList.cc +++ b/source/geometry/navigation/src/G4GeomTestOverlapList.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestOverlapList.cc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/navigation/src/G4GeomTestOvershootList.cc b/source/geometry/navigation/src/G4GeomTestOvershootList.cc index cf05680eb3..47c6dad94d 100644 --- a/source/geometry/navigation/src/G4GeomTestOvershootList.cc +++ b/source/geometry/navigation/src/G4GeomTestOvershootList.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestOvershootList.cc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/navigation/src/G4GeomTestPoint.cc b/source/geometry/navigation/src/G4GeomTestPoint.cc index 8a66244f1f..420d0aa697 100644 --- a/source/geometry/navigation/src/G4GeomTestPoint.cc +++ b/source/geometry/navigation/src/G4GeomTestPoint.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestPoint.cc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/navigation/src/G4GeomTestSegment.cc b/source/geometry/navigation/src/G4GeomTestSegment.cc index a679d270a2..9ae9276ac8 100644 --- a/source/geometry/navigation/src/G4GeomTestSegment.cc +++ b/source/geometry/navigation/src/G4GeomTestSegment.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestSegment.cc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/navigation/src/G4GeomTestStreamLogger.cc b/source/geometry/navigation/src/G4GeomTestStreamLogger.cc index dd3e15bbba..c98a44196b 100644 --- a/source/geometry/navigation/src/G4GeomTestStreamLogger.cc +++ b/source/geometry/navigation/src/G4GeomTestStreamLogger.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestStreamLogger.cc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/navigation/src/G4GeomTestVolPoint.cc b/source/geometry/navigation/src/G4GeomTestVolPoint.cc index 1eb7f153c4..6ac0a1f660 100644 --- a/source/geometry/navigation/src/G4GeomTestVolPoint.cc +++ b/source/geometry/navigation/src/G4GeomTestVolPoint.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestVolPoint.cc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/navigation/src/G4GeomTestVolume.cc b/source/geometry/navigation/src/G4GeomTestVolume.cc index 7450e7e075..2148e6d0d4 100644 --- a/source/geometry/navigation/src/G4GeomTestVolume.cc +++ b/source/geometry/navigation/src/G4GeomTestVolume.cc @@ -22,7 +22,7 @@ // // // $Id: G4GeomTestVolume.cc,v 1.3 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/navigation/src/G4GeometryMessenger.cc b/source/geometry/navigation/src/G4GeometryMessenger.cc index aa5e18a537..2fae3fd247 100644 --- a/source/geometry/navigation/src/G4GeometryMessenger.cc +++ b/source/geometry/navigation/src/G4GeometryMessenger.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4GeometryMessenger.cc,v 1.2 2003/11/03 17:15:21 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4GeometryMessenger.cc,v 1.4 2004/03/11 13:09:28 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // -------------------------------------------------------------------- // GEANT 4 class source file @@ -80,9 +80,9 @@ G4GeometryMessenger::G4GeometryMessenger(G4TransportationManager* tman) verbCmd = new G4UIcmdWithAnInteger( "/geometry/navigator/verbose", this ); verbCmd->SetGuidance( "Set run-time verbosity for the navigator." ); verbCmd->SetGuidance(" 0 : Silent (default)"); - verbCmd->SetGuidance(" 1 : Display positioning and relative states"); + verbCmd->SetGuidance(" 1 : Display volume positioning and step lengths"); verbCmd->SetGuidance(" 2 : Display step/safety info on point location"); - verbCmd->SetGuidance(" 3 : Display state at -every- step!"); + verbCmd->SetGuidance(" 3 : Display minimal state at -every- step"); verbCmd->SetGuidance(" 4 : Maximum verbosity (very detailed!)"); verbCmd->SetGuidance( "NOTE: this command has effect -only- if Geant4 has" ); verbCmd->SetGuidance( " been installed with the G4VERBOSE flag set!" ); @@ -90,6 +90,18 @@ G4GeometryMessenger::G4GeometryMessenger(G4TransportationManager* tman) verbCmd->SetDefaultValue(0); verbCmd->SetRange("level >=0 && level <=4"); + chkCmd = new G4UIcmdWithABool( "/geometry/navigator/check_mode", this ); + chkCmd->SetGuidance( "Set navigator in -check_mode- state." ); + chkCmd->SetGuidance( "This will cause extra checks to be applied during" ); + chkCmd->SetGuidance( "navigation. More strict and less tolerant conditions" ); + chkCmd->SetGuidance( "are applied. A run-time performance penalty may be" ); + chkCmd->SetGuidance( "observed when the -check_mode- state is activated." ); + chkCmd->SetGuidance( "NOTE: this command has effect -only- if Geant4 has" ); + chkCmd->SetGuidance( " been installed with the G4VERBOSE flag set!" ); + chkCmd->SetParameterName("checkFlag",true); + chkCmd->SetDefaultValue(false); + chkCmd->AvailableForStates(G4State_Idle); + // // Geometry verification test commands // @@ -228,7 +240,7 @@ G4GeometryMessenger::~G4GeometryMessenger() delete rcsCmd; delete rcdCmd; delete cyzCmd; delete cfzCmd; delete cfrCmd; delete cylCmd; delete tolCmd; - delete resCmd; delete verbCmd; + delete resCmd; delete verbCmd; delete chkCmd; delete geodir; delete navdir; delete testdir; delete tvolume; delete tlogger; } @@ -270,6 +282,9 @@ G4GeometryMessenger::SetNewValue( G4UIcommand* command, G4String newValues ) else if (command == verbCmd) { SetVerbosity( newValues ); } + else if (command == chkCmd) { + SetCheckMode( newValues ); + } else if (command == posCmd) { x = posCmd->GetNew3VectorValue( newValues ); } @@ -395,6 +410,17 @@ G4GeometryMessenger::SetVerbosity(G4String input) navigator->SetVerboseLevel(level); } +// +// Set navigator mode +// +void +G4GeometryMessenger::SetCheckMode(G4String input) +{ + G4bool mode = chkCmd->GetNewBoolValue(input); + G4Navigator* navigator = tmanager->GetNavigatorForTracking(); + navigator->CheckMode(mode); +} + // // LineTest // diff --git a/source/geometry/navigation/src/G4Navigator.cc b/source/geometry/navigation/src/G4Navigator.cc index ae1eccf89a..d870dbed49 100644 --- a/source/geometry/navigation/src/G4Navigator.cc +++ b/source/geometry/navigation/src/G4Navigator.cc @@ -21,12 +21,12 @@ // ******************************************************************** // // -// $Id: G4Navigator.cc,v 1.5 2003/11/10 08:58:42 gcosmo Exp $ +// $Id: G4Navigator.cc,v 1.8 2004/03/11 13:09:29 gcosmo Exp $ // GEANT4 tag $ Name: $ // // class G4Navigator Implementation // -// Author: Paul Kent, July 95/96 +// Original author: Paul Kent, July 95/96 // // -------------------------------------------------------------------- @@ -41,7 +41,8 @@ // ******************************************************************** // G4Navigator::G4Navigator() - : fWasLimitedByGeometry(false), fTopPhysical(0), fVerbose(0) + : fWasLimitedByGeometry(false), fTopPhysical(0), + fCheck(false), fVerbose(0) { ResetStackAndState(); } @@ -105,23 +106,23 @@ G4Navigator::LocateGlobalPointAndSetup( const G4ThreeVector& globalPoint, } #ifdef G4DEBUG_NAVIGATION - G4cerr << "Upon entering LocateGlobalPointAndSetup " << G4endl; - G4cerr << " History = " << G4endl << fHistory << G4endl << G4endl; + G4cerr << "Upon entering LocateGlobalPointAndSetup():" << G4endl; + G4cerr << " History = " << G4endl << fHistory << G4endl << G4endl; #endif #ifdef G4VERBOSE - if( fVerbose > 0 ) + G4int oldcoutPrec = G4cout.precision(8); + if( fVerbose > 2 ) { G4cout << "*** G4Navigator::LocateGlobalPointAndSetup: ***" << G4endl; - G4cout.precision(8); - G4cout << " I was called with the following arguments: " << G4endl - << " Globalpoint = " << globalPoint << G4endl - << " relativeSearch = " << relativeSearch << G4endl; - } - if( fVerbose > 1 ) - { - G4cout << " Upon entering my state is: " << G4endl; - PrintState(); + G4cout << " Called with arguments: " << G4endl + << " Globalpoint = " << globalPoint << G4endl + << " RelativeSearch = " << relativeSearch << G4endl; + if( fVerbose == 4 ) + { + G4cout << " ----- Upon entering:" << G4endl; + PrintState(); + } } #endif @@ -381,28 +382,36 @@ G4Navigator::LocateGlobalPointAndSetup( const G4ThreeVector& globalPoint, // fEntering = false; fEnteredDaughter = true; +#ifdef G4VERBOSE + if( fVerbose > 1 ) + { + G4VPhysicalVolume* enteredPhysical = fHistory.GetTopVolume(); + G4cout << "*** G4Navigator::LocateGlobalPointAndSetup: ***" << G4endl; + G4cout << " Entering volume: " << enteredPhysical->GetName() + << G4endl; + } +#endif } } while (noResult); fLastLocatedPointLocal = localPoint; #ifdef G4VERBOSE - if( fVerbose > 1 ) + if( fVerbose == 4 ) { G4cout.precision(6); G4String curPhysVol_Name("None"); if (targetPhysical!=0) curPhysVol_Name = targetPhysical->GetName(); - G4cout << " Return value = new volume = " - << curPhysVol_Name << G4endl; - G4cout << " Upon exiting my state is: " << G4endl; + G4cout << " Return value = new volume = " << curPhysVol_Name << G4endl; + G4cout << " ----- Upon exiting:" << G4endl; PrintState(); - } -#endif - #ifdef G4DEBUG_NAVIGATION - G4cerr << "Upon exiting LocateGlobalPointAndSetup " << G4endl; - G4cerr << " History = " << G4endl << fHistory << G4endl << G4endl; + G4cerr << "Upon exiting LocateGlobalPointAndSetup():" << G4endl; + G4cerr << " History = " << G4endl << fHistory << G4endl << G4endl; +#endif + } + G4cout.precision(oldcoutPrec); #endif return targetPhysical; @@ -472,35 +481,6 @@ G4Navigator::LocateGlobalPointWithinVolume(const G4ThreeVector& pGlobalpoint) fEnteredDaughter = false; // Boundary not encountered, did not enter fExiting = false; fExitedMother = false; // Boundary not encountered, did not exit - -#ifdef OLD_LOCATE - // An alternative implementation using LocateGlobalPointAndSetup. - // It can also be used to check the method's assumptions. - // - G4VPhysicalVolume *pOldVol, *pNewVol; - - pOldVol = fHistory.GetTopVolume(); - pNewVol = LocateGlobalPointAndSetup(pGlobalpoint, 0); - - if( pOldVol != pNewVol ) - { - // This is abnormal behaviour. - G4cerr << " ERROR in G4Navigator::LocateGlobalPointWithinVolume " - << G4endl; - G4cerr << " A volume change has occured - this is not expected & illegal" - << G4endl; - G4cerr << " Old volume name = " << pOldVol->GetName() << G4endl; - G4cerr << " New volume name = " << pNewVol->GetName() << G4endl; - - G4VPhysicalVolume* pNewVol2 = LocateGlobalPointAndSetup(pGlobalpoint, 0); - G4cerr << " Tried again & found volume = " << pNewVol2->GetName() - << G4endl; - } - - // Check that the new volume located is same as the old one - // - assert( pOldVol == pNewVol ); -#endif } // ******************************************************************** @@ -565,31 +545,35 @@ G4double G4Navigator::ComputeStep( const G4ThreeVector &pGlobalpoint, const G4double pCurrentProposedStepLength, G4double &pNewSafety) { - G4double Step = DBL_MAX; G4ThreeVector localDirection = ComputeLocalAxis(pDirection); + G4double Step = DBL_MAX; G4VPhysicalVolume *motherPhysical = fHistory.GetTopVolume(); G4LogicalVolume *motherLogical = motherPhysical->GetLogicalVolume(); #ifdef G4VERBOSE - std::cout.precision(8); - if( fVerbose > 1 ) + G4int oldcoutPrec= G4cout.precision(8); + G4int oldcerrPrec= G4cerr.precision(10); + if( fVerbose > 0 ) { G4cout << "*** G4Navigator::ComputeStep: ***" << G4endl; - std::cout.precision(8); - G4cout << " I was called with the following arguments: " << G4endl - << " Globalpoint = " << std::setw(25) << pGlobalpoint << G4endl - << " Direction = " << std::setw(25) << pDirection << G4endl - << " ProposedStepLength= " << pCurrentProposedStepLength << G4endl; + G4cout << " Volume = " << motherPhysical->GetName() + << " - Proposed step length = " << pCurrentProposedStepLength + << G4endl; + if( fVerbose == 4 ) + { + G4cout << " Called with the arguments: " << G4endl + << " Globalpoint = " << std::setw(25) << pGlobalpoint + << G4endl + << " Direction = " << std::setw(25) << pDirection + << G4endl; + G4cout << " ----- Upon entering :" << G4endl; + PrintState(); + } } - if( fVerbose > 2 ) - { - G4cout << " Upon entering my state is: " << G4endl; - PrintState(); - } -#endif static G4double fAccuracyForWarning = kCarTolerance, fAccuracyForException = 1000*kCarTolerance; +#endif G4ThreeVector newLocalPoint = ComputeLocalPoint(pGlobalpoint); if( newLocalPoint != fLastLocatedPointLocal ) @@ -601,6 +585,7 @@ G4double G4Navigator::ComputeStep( const G4ThreeVector &pGlobalpoint, if ( moveLenSq >= kCarTolerance*kCarTolerance ) { +#ifdef G4VERBOSE // The following checks only make sense if the move is larger // than the tolerance. // @@ -620,18 +605,12 @@ G4double G4Navigator::ComputeStep( const G4ThreeVector &pGlobalpoint, { G4double shiftOrigin = sqrt(shiftOriginSafSq); G4double diffShiftSaf = shiftOrigin - fPreviousSafety; - G4bool isError; if( diffShiftSaf > fAccuracyForWarning ) { - isError = ( diffShiftSaf >= fAccuracyForException ); - G4cerr.precision(10); - if ( isError ) - G4cerr << "Accuracy ERROR found in G4Navigator::ComputeStep: " - << G4endl; - else - G4cerr << "Warning G4Navigator::ComputeStep found slightly " - << "inaccurate position:" << G4endl; + G4Exception("G4Navigator::ComputeStep()", + "UnexpectedPositionShift", JustWarning, + "Accuracy ERROR or slightly inaccurate position shift."); G4cerr << " The Step's starting point has moved " << sqrt(moveLenSq)/mm << " mm " << G4endl << " since the last call to a Locate method." << G4endl; @@ -642,9 +621,10 @@ G4double G4Navigator::ComputeStep( const G4ThreeVector &pGlobalpoint, G4cerr << " which is more than the computed safety= " << fPreviousSafety/mm << " mm at that point." << G4endl; G4cerr << " This difference is " - << diffShiftSaf /mm << " mm." << G4endl; + << diffShiftSaf/mm << " mm." << G4endl + << " The tolerated accuracy is " + << fAccuracyForException/mm << " mm." << G4endl; -#ifdef G4VERBOSE static G4int warnNow = 0; if( ((++warnNow % 100) == 1) ) { @@ -653,36 +633,45 @@ G4double G4Navigator::ComputeStep( const G4ThreeVector &pGlobalpoint, << " larger than the current safety , or" << G4endl; G4cerr << " - inaccuracy in the computation of the safety" << G4endl; - G4cerr << " - if you are using a magnetic field," - << " a known conflict about the safety exists in this case." - << G4endl; G4cerr << " We suggest that you " << G4endl << " - find i) what particle is being tracked, and " << " ii) through what part of your geometry " << G4endl - << " for example by reruning this event with " + << " for example by re-running this event with " << G4endl << " /tracking/verbose 1 " << G4endl << " - check which processes you declare for" - << " this particle (and look at non-standard ones)" << G4endl - << " - if possible create a detailed logfile" + << " this particle (and look at non-standard ones)" + << G4endl + << " - in case, create a detailed logfile" << " of this event using:" << G4endl << " /tracking/verbose 6 " << G4endl; } -#endif } #ifdef G4DEBUG_NAVIGATION else { - G4cerr << " Warning in G4Navigator::ComputeStep: " << G4endl - << "The Step's starting point has moved " << sqrt(moveLenSq) - << " which has taken it to the limit of the current safety. " - << G4endl; + G4cerr << "WARNING - G4Navigator::ComputeStep()" << G4endl + << " The Step's starting point has moved " + << sqrt(moveLenSq) << "," << G4endl + << " which has taken it to the limit of" + << " the current safety. " << G4endl; } #endif } - G4double safetyPlus = fPreviousSafety+ fAccuracyForException; - assert( shiftOriginSafSq <= sqr(safetyPlus) ); + G4double safetyPlus = fPreviousSafety + fAccuracyForException; + if ( shiftOriginSafSq > sqr(safetyPlus) ) + { + G4cerr << "ERROR - G4Navigator::ComputeStep()" << G4endl + << " Position has shifted considerably without" + << " notifying the navigator !" << G4endl + << " Tolerated safety: " << safetyPlus << G4endl + << " Computed shift : " << shiftOriginSafSq << G4endl; + G4Exception("G4Navigator::ComputeStep()", + "SignificantPositionShift", JustWarning, + "May lead to a crash or unreliable results."); + } +#endif // end G4VERBOSE // Relocate the point within the same volume // @@ -765,14 +754,6 @@ G4double G4Navigator::ComputeStep( const G4ThreeVector &pGlobalpoint, fExiting= exitingReplica; // still ok to set it ?? } - if( (Step == pCurrentProposedStepLength) && (!fExiting) && (!fEntering) ) - { - // This if Step is not really limited by the geometry. - // The Navigator is obliged to return "infinity" - // - Step = kInfinity; - } - // Remember last safety origin & value. // fPreviousSftOrigin = pGlobalpoint; @@ -819,8 +800,7 @@ G4double G4Navigator::ComputeStep( const G4ThreeVector &pGlobalpoint, // (in order to have it if requested) // G4ThreeVector finalGlobalPoint, finalLocalPoint, localExitNormal; - finalGlobalPoint = fLastLocatedPointLocal + localDirection*Step; - finalLocalPoint = ComputeLocalPoint(finalGlobalPoint); + finalLocalPoint = fLastLocatedPointLocal + localDirection*Step; localExitNormal = motherLogical->GetSolid()-> SurfaceNormal(finalLocalPoint); const G4RotationMatrix* mRot = motherPhysical->GetRotation(); @@ -840,12 +820,30 @@ G4double G4Navigator::ComputeStep( const G4ThreeVector &pGlobalpoint, #endif } -#ifdef G4VERBOSE - if( fVerbose > 2 ) + if( (Step == pCurrentProposedStepLength) && (!fExiting) && (!fEntering) ) { - G4cout << "Upon exiting my state is: " << G4endl; - PrintState(); + // This if Step is not really limited by the geometry. + // The Navigator is obliged to return "infinity" + // + Step = kInfinity; } + +#ifdef G4VERBOSE + if( fVerbose > 1 ) + { + if( fVerbose == 4 ) + { + G4cout << " ----- Upon exiting :" << G4endl; + PrintState(); + } + G4cout <<" Returned step = " << Step << G4endl; + if( Step == kInfinity ) + G4cout << " Original proposed step = " + << pCurrentProposedStepLength << G4endl; + G4cout << " Safety = " << pNewSafety << G4endl; + } + G4cout.precision(oldcoutPrec); + G4cerr.precision(oldcerrPrec); #endif return Step; @@ -974,14 +972,20 @@ G4double G4Navigator::ComputeSafety( const G4ThreeVector &pGlobalpoint, G4double newSafety = 0.0; #ifdef G4VERBOSE - if( fVerbose > 1 ) + G4int oldcoutPrec = G4cout.precision(8); + if( fVerbose > 0 ) { + G4VPhysicalVolume *motherPhysical = fHistory.GetTopVolume(); G4cout << "*** G4Navigator::ComputeSafety: ***" << G4endl; - G4cout.precision(8); - G4cout << " I was called with the following arguments: " << G4endl - << " Globalpoint = " << pGlobalpoint << G4endl; - G4cout << " Upon entering my state is: " << G4endl; - PrintState(); + G4cout << " Volume = " << motherPhysical->GetName() + << " - Maximum length = " << pMaxLength << G4endl; + if( fVerbose == 4 ) + { + G4cout << " Called with the arguments: " << G4endl + << " Globalpoint = " << pGlobalpoint << G4endl; + G4cout << " ----- Upon entering :" << G4endl; + PrintState(); + } } #endif @@ -1033,11 +1037,11 @@ G4double G4Navigator::ComputeSafety( const G4ThreeVector &pGlobalpoint, #ifdef G4VERBOSE if( fVerbose > 1 ) { - std::cout.precision(8); - G4cout << "Upon exiting my state is: " << G4endl; + G4cout << " ----- Upon exiting :" << G4endl; PrintState(); - G4cout << " and I return a value of Safety = " << newSafety << G4endl; + G4cout << " Returned value of Safety = " << newSafety << G4endl; } + G4cout.precision(oldcoutPrec); #endif return newSafety; @@ -1058,9 +1062,9 @@ G4TouchableHistoryHandle G4Navigator::CreateTouchableHistoryHandle() const // void G4Navigator::PrintState() { - if( fVerbose >= 4 ) + G4int oldcoutPrec = G4cout.precision(4); + if( fVerbose == 4 ) { - G4cout.precision(3); G4cout << "The current state of G4Navigator is: " << G4endl; G4cout << " ValidExitNormal= " << fValidExitNormal << G4endl << " ExitNormal = " << fExitNormal << G4endl @@ -1078,8 +1082,7 @@ void G4Navigator::PrintState() } if( ( 1 < fVerbose) && (fVerbose < 4) ) { - G4cout.precision(3); - G4cout << std::setw(24) << " ExitNormal " << " " + G4cout << std::setw(30) << " ExitNormal " << " " << std::setw( 5) << " Valid " << " " << std::setw( 9) << " Exiting " << " " << std::setw( 9) << " Entering" << " " @@ -1087,11 +1090,13 @@ void G4Navigator::PrintState() << std::setw( 9) << " ReplicaNo" << " " << std::setw( 8) << " LastStepZero " << " " << G4endl; - G4cout << std::setw(24) << fExitNormal << " " + G4cout << "( " << std::setw(7) << fExitNormal.x() + << ", " << std::setw(7) << fExitNormal.y() + << ", " << std::setw(7) << fExitNormal.z() << " ) " << std::setw( 5) << fValidExitNormal << " " << std::setw( 9) << fExiting << " " << std::setw( 9) << fEntering << " "; - if (fBlockedPhysicalVolume==0 ) + if ( fBlockedPhysicalVolume==0 ) G4cout << std::setw(15) << "None"; else G4cout << std::setw(15)<< fBlockedPhysicalVolume->GetName(); @@ -1106,6 +1111,7 @@ void G4Navigator::PrintState() G4cout << " PreviousSftOrigin = " << fPreviousSftOrigin << G4endl; G4cout << " PreviousSafety = " << fPreviousSafety << G4endl; } + G4cout.precision(oldcoutPrec); } // ******************************************************************** diff --git a/source/geometry/navigation/src/G4NormalNavigation.cc b/source/geometry/navigation/src/G4NormalNavigation.cc index 4bee38eed9..396a2329a3 100644 --- a/source/geometry/navigation/src/G4NormalNavigation.cc +++ b/source/geometry/navigation/src/G4NormalNavigation.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4NormalNavigation.cc,v 1.2 2003/11/03 17:15:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4NormalNavigation.cc,v 1.3 2004/03/10 18:21:20 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4NormalNavigation Implementation @@ -34,6 +34,22 @@ #include "G4NormalNavigation.hh" #include "G4AffineTransform.hh" +// ******************************************************************** +// Constructor +// ******************************************************************** +// +G4NormalNavigation::G4NormalNavigation() + : fCheck(false), fVerbose(0) +{ +} + +// ******************************************************************** +// Destructor +// ******************************************************************** +// +G4NormalNavigation::~G4NormalNavigation() +{;} + // ******************************************************************** // ComputeStep // ******************************************************************** @@ -67,6 +83,40 @@ G4NormalNavigation::ComputeStep(const G4ThreeVector &localPoint, motherSafety = motherSolid->DistanceToOut(localPoint); ourSafety = motherSafety; // Working isotropic safety +#ifdef G4VERBOSE + if ( fCheck ) + { + if ( motherSafety < 0.0 ) + { + G4cerr << "ERROR - G4NormalNavigation::ComputeStep()" << G4endl + << " Current solid " << motherSolid->GetName() + << " gave negative safety: " << motherSafety << G4endl + << " for the current (local) point " << localPoint + << G4endl; + G4Exception("G4NormalNavigation::ComputeStep()", + "NegativeSafetyMotherVol", FatalException, + "Negative Safety In Voxel Navigation !" ); + } + if( motherSolid->Inside(localPoint)==kOutside ) + { + G4cout << "WARNING - G4NormalNavigation::ComputeStep()" << G4endl + << " Point " << localPoint + << " is outside current volume " << motherPhysical->GetName() + << G4endl; + G4double estDistToSolid= motherSolid->DistanceToIn(localPoint); + G4cout << " Estimated isotropic distance to solid (distToIn)= " + << estDistToSolid << G4endl; + if( estDistToSolid > 100.0 * kCarTolerance ) + G4Exception("G4NormalNavigation::ComputeStep()", + "FarOutsideCurrentVolume", FatalException, + "Point is far outside Current Volume !" ); + else + G4Exception("G4NormalNavigation::ComputeStep()", "OutsideCurrentVolume", + JustWarning, "Point is a little outside Current Volume."); + } + } +#endif + // // Compute daughter safeties & intersections // @@ -117,6 +167,47 @@ G4NormalNavigation::ComputeStep(const G4ThreeVector &localPoint, exiting = false; *pBlockedPhysical = samplePhysical; blockedReplicaNo = -1; + +#ifdef G4VERBOSE + // Check to see that the resulting point is indeed in/on volume. + // This check could eventually be made only for successful candidate. + + if ( ( fCheck ) && ( sampleStep < kInfinity ) ) + { + G4ThreeVector intersectionPoint; + intersectionPoint= samplePoint + sampleStep * sampleDirection; + EInside insideIntPt= sampleSolid->Inside(intersectionPoint); + if ( insideIntPt != kSurface ) + { + G4int oldcoutPrec = G4cout.precision(16); + G4cout << "WARNING - G4NormalNavigation::ComputeStep()" << G4endl + << " Inaccurate DistanceToIn for solid " + << sampleSolid->GetName() << G4endl; + G4cout << " Solid gave DistanceToIn = " << sampleStep + << " yet returns " ; + if ( insideIntPt == kInside ) + G4cout << "-kInside-"; + else if ( insideIntPt == kOutside ) + G4cout << "-kOutside-"; + else + G4cout << "-kSurface-"; + G4cout << " for this point !" << G4endl; + G4cout << " Point = " << intersectionPoint << G4endl; + if ( insideIntPt != kInside ) + G4cout << " DistanceToIn(p) = " + << sampleSolid->DistanceToIn(intersectionPoint) + << G4endl; + if ( insideIntPt != kOutside ) + G4cout << " DistanceToOut(p) = " + << sampleSolid->DistanceToOut(intersectionPoint) + << G4endl; + G4Exception("G4NormalNavigation::ComputeStep()", + "InaccurateDistanceToIn", JustWarning, + "Navigator gets conflicting response from Solid."); + G4cout.precision(oldcoutPrec); + } + } +#endif } } } @@ -141,6 +232,22 @@ G4NormalNavigation::ComputeStep(const G4ThreeVector &localPoint, true, &validExitNormal, &exitNormal); +#ifdef G4VERBOSE + if ( fCheck ) + if( ( motherStep < 0.0 ) || ( motherStep >= kInfinity) ) + { + G4cerr << "ERROR - G4NormalNavigation::ComputeStep()" << G4endl + << " Problem in Navigation" << G4endl + << " Point (local coordinates): " + << localPoint << G4endl + << " Local Direction: " << localDirection << G4endl + << " Solid: " << motherSolid->GetName() << G4endl; + G4Exception("G4NormalNavigation::ComputeStep()", + "PointDistOutInvalid", FatalException, + "Current point is outside the current solid !"); + } +#endif + if ( motherStep<=ourStep ) { ourStep = motherStep; diff --git a/source/geometry/navigation/src/G4ParameterisedNavigation.cc b/source/geometry/navigation/src/G4ParameterisedNavigation.cc index 0806686986..fcfa3a35ba 100644 --- a/source/geometry/navigation/src/G4ParameterisedNavigation.cc +++ b/source/geometry/navigation/src/G4ParameterisedNavigation.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ParameterisedNavigation.cc,v 1.2 2003/11/03 17:15:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ParameterisedNavigation.cc,v 1.3 2004/03/11 13:08:37 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4ParameterisedNavigation Implementation @@ -102,6 +102,41 @@ G4double G4ParameterisedNavigation:: motherSafety = motherSolid->DistanceToOut(localPoint); ourSafety = motherSafety; // Working isotropic safety +#ifdef G4VERBOSE + if ( fCheck ) + { + if( motherSafety < 0.0 ) + { + G4cout << "ERROR - G4ParameterisedNavigation::ComputeStep()" << G4endl + << " Current solid " << motherSolid->GetName() + << " gave negative safety: " << motherSafety << G4endl + << " for the current (local) point " << localPoint + << G4endl; + G4Exception("G4ParameterisedNavigation::ComputeStep()", + "NegativeSafetyMotherVol", FatalException, + "Negative Safety In Voxel Navigation !" ); + } + if( motherSolid->Inside(localPoint)==kOutside ) + { + G4cout << "WARNING - G4ParameterisedNavigation::ComputeStep()" << G4endl + << " Point " << localPoint + << " is outside current volume " << motherPhysical->GetName() + << G4endl; + G4double estDistToSolid= motherSolid->DistanceToIn(localPoint); + G4cout << " Estimated isotropic distance to solid (distToIn)= " + << estDistToSolid << G4endl; + if( estDistToSolid > 100.0 * kCarTolerance ) + G4Exception("G4ParameterisedNavigation::ComputeStep()", + "FarOutsideCurrentVolume", FatalException, + "Point is far outside Current Volume !"); + else + G4Exception("G4ParameterisedNavigation::ComputeStep()", + "OutsideCurrentVolume", JustWarning, + "Point is a little outside Current Volume."); + } + } +#endif + // // Compute daughter safeties & intersections // @@ -171,6 +206,48 @@ G4double G4ParameterisedNavigation:: exiting = false; *pBlockedPhysical = samplePhysical; blockedReplicaNo = sampleNo; +#ifdef G4VERBOSE + // Check to see that the resulting point is indeed in/on volume. + // This check could eventually be made only for successful + // candidate. + + if ( ( fCheck ) && ( sampleStep < kInfinity ) ) + { + G4ThreeVector intersectionPoint; + intersectionPoint= samplePoint + sampleStep * sampleDirection; + EInside insideIntPt= sampleSolid->Inside(intersectionPoint); + if( insideIntPt != kSurface ) + { + G4int oldcoutPrec = G4cout.precision(16); + G4cout << "WARNING - G4ParameterisedNavigation::ComputeStep()" + << G4endl + << " Inaccurate solid DistanceToIn" + << " for solid " << sampleSolid->GetName() << G4endl; + G4cout << " Solid gave DistanceToIn = " + << sampleStep << " yet returns " ; + if( insideIntPt == kInside ) + G4cout << "-kInside-"; + else if( insideIntPt == kOutside ) + G4cout << "-kOutside-"; + else + G4cout << "-kSurface-"; + G4cout << " for this point !" << G4endl; + G4cout << " Point = " << intersectionPoint << G4endl; + if ( insideIntPt != kInside ) + G4cout << " DistanceToIn(p) = " + << sampleSolid->DistanceToIn(intersectionPoint) + << G4endl; + if ( insideIntPt != kOutside ) + G4cout << " DistanceToOut(p) = " + << sampleSolid->DistanceToOut(intersectionPoint) + << G4endl; + G4Exception("G4ParameterisedNavigation::ComputeStep()", + "InaccurateDistanceToIn", JustWarning, + "Navigator gets conflicting response from Solid."); + G4cout.precision(oldcoutPrec); + } + } +#endif } } } @@ -196,6 +273,7 @@ G4double G4ParameterisedNavigation:: } else { + // // Compute mother intersection if required // if ( motherSafety<=ourStep ) @@ -205,6 +283,26 @@ G4double G4ParameterisedNavigation:: true, &validExitNormal, &exitNormal); +#ifdef G4VERBOSE + if ( fCheck ) + if( ( motherStep < 0.0 ) || ( motherStep >= kInfinity) ) + { + G4int oldPrOut= G4cout.precision(16); + G4int oldPrErr= G4cerr.precision(16); + G4cerr << "ERROR - G4ParameterisedNavigation::ComputeStep()" + << G4endl + << " Problem in Navigation" << G4endl + << " Point (local coordinates): " + << localPoint << G4endl + << " Local Direction: " << localDirection << G4endl + << " Solid: " << motherSolid->GetName() << G4endl; + G4Exception("G4ParameterisedNavigation::ComputeStep()", + "PointOutsideCurrentVolume", FatalException, + "Current point is outside the current solid !"); + G4cout.precision(oldPrOut); + G4cerr.precision(oldPrErr); + } +#endif if ( motherStep<=ourStep ) { ourStep = motherStep; diff --git a/source/geometry/navigation/src/G4PropagatorInField.cc b/source/geometry/navigation/src/G4PropagatorInField.cc index dd1cbec209..77f394d941 100644 --- a/source/geometry/navigation/src/G4PropagatorInField.cc +++ b/source/geometry/navigation/src/G4PropagatorInField.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4PropagatorInField.cc,v 1.17 2003/12/11 01:30:47 japost Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4PropagatorInField.cc,v 1.19 2004/02/09 12:02:22 japost Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // This class implements an algorithm to track a particle in a @@ -217,10 +217,8 @@ G4PropagatorInField::ComputeStep( { G4FieldTrack SubStepStartState = CurrentState; G4ThreeVector SubStartPoint = CurrentState.GetPosition(); - // WAS = G4Navigator::Locate... - if( !first_substep) - { + if( !first_substep) { fNavigator->LocateGlobalPointWithinVolume( SubStartPoint ); } @@ -290,8 +288,7 @@ G4PropagatorInField::ComputeStep( first_substep = false; #ifdef G4DEBUG_FIELD - if( fNoZeroStep > fActionThreshold_NoZeroSteps ) - { + if( fNoZeroStep > fActionThreshold_NoZeroSteps ) { printStatus( SubStepStartState, // or OriginalState, CurrentState, CurrentProposedStepLength, NewSafety, do_loop_count, pPhysVol ); @@ -483,6 +480,17 @@ G4PropagatorInField::LocateIntersectionPoint( fEpsilonStep ); // The above method is the key & most intuitive part ... +#ifdef G4DEBUG_FIELD + if( ApproxIntersecPointV.GetCurveLength() > + CurrentB_PointVelocity.GetCurveLength() * (1.0 + kAngTolerance) ) { + G4cerr << "Error - Intermediate F point is more advanced than endpoint B." + << G4endl; + G4Exception("G4PropagatorInField::LocateIntersectionPoint()", + "IntermediatePointConfusion", + FatalException, "Intermediate F point is past end B point" ); + } +#endif + G4ThreeVector CurrentF_Point= ApproxIntersecPointV.GetPosition(); // First check whether EF is small - then F is a good approx. point @@ -624,8 +632,12 @@ G4PropagatorInField::LocateIntersectionPoint( { G4cerr << "G4PropagatorInField::LocateIntersectionPoint():" << G4endl << "Error in advancing propagation." << G4endl; + fVerboseLevel= 5; // Print out a maximum of information printStatus( CurrentA_PointVelocity, CurrentB_PointVelocity, -1.0, NewSafety, substep_no, 0); + G4cerr << " Point A (start) is " << CurrentA_PointVelocity << G4endl; + G4cerr << " Point B (end) is " << CurrentB_PointVelocity << G4endl; + G4cerr << " curveDist is " << curveDist << G4endl; G4cerr << G4endl << "The final curve point is not further along" << " than the original!" << G4endl; @@ -697,6 +709,8 @@ G4PropagatorInField::printStatus( const G4FieldTrack& StartFT, << std::setw( 7) << " N_x " << " " << std::setw( 7) << " N_y " << " " << std::setw( 7) << " N_z " << " " + << std::setw( 7) << " Delta|N|" << " " + // << std::setw( 7) << " Delta(N_z) " << " " << std::setw( 9) << "StepLen" << " " << std::setw(12) << "StartSafety" << " " << std::setw( 9) << "PhsStep" << " " @@ -721,6 +735,9 @@ G4PropagatorInField::printStatus( const G4FieldTrack& StartFT, << std::setw( 7) << CurrentUnitVelocity.x() << " " << std::setw( 7) << CurrentUnitVelocity.y() << " " << std::setw( 7) << CurrentUnitVelocity.z() << " "; + G4cout.precision(2); + G4cout << std::setw( 7) << CurrentFT.GetMomentum().mag()- StartFT.GetMomentum().mag() << " "; + // << std::setw( 7) << CurrentUnitVelocity.z() - InitialUnitVelocity.z() << " "; G4cout << std::setw( 9) << step_len << " "; G4cout << std::setw(12) << safety << " "; if( requestStep != -1.0 ) @@ -851,7 +868,7 @@ G4PropagatorInField::IntersectChord( G4ThreeVector StartPointA, return intersects; } - +// --------------------- oooo000000000000oooo ---------------------------- G4FieldTrack G4PropagatorInField:: ReEstimateEndpoint( const G4FieldTrack &CurrentStateA, @@ -860,24 +877,68 @@ ReEstimateEndpoint( const G4FieldTrack &CurrentStateA, G4double curveDist ) { + // G4double checkCurveDist= EstimatedEndStateB.GetCurveLength() + // - CurrentStateA.GetCurveLength(); + // G4double checkLinDistSq= (EstimatedEndStateB.GetPosition() + // - CurrentStateA.GetPosition() ).mag2(); + G4FieldTrack newEndPoint( CurrentStateA ); G4MagInt_Driver* integrDriver= GetChordFinder()->GetIntegrationDriver(); - G4bool goodAdvance= - integrDriver->AccurateAdvance(newEndPoint, curveDist, fEpsilonStep); + G4FieldTrack retEndPoint( CurrentStateA ); + G4bool goodAdvance; + G4int itrial=0; + const G4int no_trials= 20; + G4double endCurveLen= EstimatedEndStateB.GetCurveLength(); + do + { + G4double currentCurveLen= newEndPoint.GetCurveLength(); + G4double advanceLength= endCurveLen - currentCurveLen ; + + goodAdvance= + integrDriver->AccurateAdvance(newEndPoint, advanceLength, fEpsilonStep); + // *************** + } + while( !goodAdvance && (++itrial < no_trials) ); + + if( goodAdvance ) { + retEndPoint= newEndPoint; + }else{ + retEndPoint= EstimatedEndStateB; // Could not improve without major work !! + } + + // All the work is done + // below are some diagnostics only -- before the return! + // + static const G4String MethodName("G4PropagatorInField::ReEstimateEndpoint"); +#ifdef G4VERBOSE + G4int latest_good_trials=0; + if( itrial > 1) { + if( fVerboseLevel > 0 ) { + G4cout << MethodName << " called - goodAdv= " << goodAdvance + << " trials = " << itrial << " previous good= " << latest_good_trials + << G4endl; + } + latest_good_trials=0; + }else{ + latest_good_trials++; + } +#endif + +#ifdef G4DEBUG_FIELD + G4double lengthDone= newEndPoint.GetCurveLength() + - CurrentStateA.GetCurveLength(); if( !goodAdvance ) { - newEndPoint= EstimatedEndStateB; // Could not improve without major work !! - if( fVerboseLevel >= 3 ){ - G4cout << "G4PropagatorInField::ReEstimateEndpoint> AccurateAdvance failed!" << G4endl; - G4cout << " went only " << newEndPoint.GetCurveLength() - CurrentStateA.GetCurveLength() - << " instead of " << curveDist << G4endl; - G4cout << " G4PropagatorInField::ReEstimateEndpoint> Reset endPoint to original value!" << G4endl; + G4cout << MethodName << "> AccurateAdvance failed " ; + G4cout << " in " << itrial << " integration trials/steps. " << G4endl + G4cout << " It went only " << lengthDone << " instead of " << curveDist + << " -- a difference of " << curveDist - lengthDone << G4endl; + G4cout << " ReEstimateEndpoint> Reset endPoint to original value!" << G4endl; } } -#ifdef G4DEBUG_FIELD static G4int noInaccuracyWarnings = 0; G4int maxNoWarnings = 10; if ( (noInaccuracyWarnings < maxNoWarnings ) @@ -907,7 +968,7 @@ ReEstimateEndpoint( const G4FieldTrack &CurrentStateA, linearDistSq -= curveDist; // To use linearDistSq ... ! #endif - return newEndPoint; + return retEndPoint; } // Access the points which have passed through the filter. The @@ -963,3 +1024,16 @@ G4PropagatorInField::FindAndSetFieldManager( G4VPhysicalVolume* pCurrentPhysical return currentFieldMgr; } + +G4int G4PropagatorInField::SetVerboseLevel( G4int Verbose ) +{ + G4int oldval= fVerboseLevel; + fVerboseLevel= Verbose; + + // Forward the verbose level 'reduced' to ChordFinder, MagIntegratorDriver ... ? + G4MagInt_Driver* integrDriver= GetChordFinder()->GetIntegrationDriver(); + integrDriver->SetVerboseLevel( Verbose - 2 ); + G4cout << "Set Driver verbosity to " << Verbose - 2 << G4endl; + + return oldval; +} diff --git a/source/geometry/navigation/src/G4ReplicaNavigation.cc b/source/geometry/navigation/src/G4ReplicaNavigation.cc index fd663ded73..d78fcea468 100644 --- a/source/geometry/navigation/src/G4ReplicaNavigation.cc +++ b/source/geometry/navigation/src/G4ReplicaNavigation.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ReplicaNavigation.cc,v 1.3 2003/11/03 17:15:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ReplicaNavigation.cc,v 1.5 2004/03/11 13:08:38 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4ReplicaNavigation Implementation @@ -45,6 +45,15 @@ // ******************************************************************** // G4ReplicaNavigation::G4ReplicaNavigation() + : fCheck(false), fVerbose(0) +{ +} + +// ******************************************************************** +// Destructor +// ******************************************************************** +// +G4ReplicaNavigation::~G4ReplicaNavigation() { } @@ -755,6 +764,30 @@ G4ReplicaNavigation::ComputeStep(const G4ThreeVector &globalPoint, ourSafety = sampleSafety; } +#ifdef G4VERBOSE + if ( fCheck ) + { + if( motherSolid->Inside(localPoint)==kOutside ) + { + G4cout << "WARNING - G4ReplicaNavigation::ComputeStep()" << G4endl + << " Point " << localPoint + << " is outside current volume " << motherPhysical->GetName() + << G4endl; + G4double estDistToSolid= motherSolid->DistanceToIn(localPoint); + G4cout << " Estimated isotropic distance to solid (distToIn)= " + << estDistToSolid << G4endl; + if( estDistToSolid > 100.0 * kCarTolerance ) + G4Exception("G4ReplicaNavigation::ComputeStep()", + "FarOutsideCurrentVolume", FatalException, + "Point is far outside Current Volume !" ); + else + G4Exception("G4ReplicaNavigation::ComputeStep()", + "OutsideCurrentVolume", JustWarning, + "Point is a little outside Current Volume."); + } + } +#endif + // May need precision protection // if ( sampleSafety<=ourStep ) @@ -814,6 +847,47 @@ G4ReplicaNavigation::ComputeStep(const G4ThreeVector &globalPoint, exiting = false; *pBlockedPhysical = samplePhysical; blockedReplicaNo = -1; +#ifdef G4VERBOSE + // Check to see that the resulting point is indeed in/on volume. + // This check could eventually be made only for successful candidate. + + if ( ( fCheck ) && ( sampleStep < kInfinity ) ) + { + G4ThreeVector intersectionPoint; + intersectionPoint= samplePoint + sampleStep * sampleDirection; + EInside insideIntPt= sampleSolid->Inside(intersectionPoint); + if ( insideIntPt != kSurface ) + { + G4int oldcoutPrec = G4cout.precision(16); + G4cout << "WARNING - G4ReplicaNavigation::ComputeStep()" + << G4endl + << " Inaccurate DistanceToIn for solid " + << sampleSolid->GetName() << G4endl; + G4cout << " Solid gave DistanceToIn = " << sampleStep + << " yet returns " ; + if ( insideIntPt == kInside ) + G4cout << "-kInside-"; + else if ( insideIntPt == kOutside ) + G4cout << "-kOutside-"; + else + G4cout << "-kSurface-"; + G4cout << " for this point !" << G4endl; + G4cout << " Point = " << intersectionPoint << G4endl; + if ( insideIntPt != kInside ) + G4cout << " DistanceToIn(p) = " + << sampleSolid->DistanceToIn(intersectionPoint) + << G4endl; + if ( insideIntPt != kOutside ) + G4cout << " DistanceToOut(p) = " + << sampleSolid->DistanceToOut(intersectionPoint) + << G4endl; + G4Exception("G4ReplicaNavigation::ComputeStep()", + "InaccurateDistanceToIn", JustWarning, + "Navigator gets conflicting response from Solid."); + G4cout.precision(oldcoutPrec); + } + } +#endif } } } diff --git a/source/geometry/navigation/src/G4TransportationManager.cc b/source/geometry/navigation/src/G4TransportationManager.cc index be0407a59b..ae8df28959 100644 --- a/source/geometry/navigation/src/G4TransportationManager.cc +++ b/source/geometry/navigation/src/G4TransportationManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4TransportationManager.cc,v 1.4 2003/12/05 17:08:27 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4TransportationManager diff --git a/source/geometry/navigation/src/G4VoxelNavigation.cc b/source/geometry/navigation/src/G4VoxelNavigation.cc index 04f466f399..acb7d659cc 100644 --- a/source/geometry/navigation/src/G4VoxelNavigation.cc +++ b/source/geometry/navigation/src/G4VoxelNavigation.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4VoxelNavigation.cc,v 1.2 2003/11/03 17:15:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VoxelNavigation.cc,v 1.3 2004/03/10 18:21:20 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4VoxelNavigation Implementation @@ -44,7 +44,9 @@ G4VoxelNavigation::G4VoxelNavigation() fVoxelSliceWidthStack(kNavigatorVoxelStackMax,0.), fVoxelNodeNoStack(kNavigatorVoxelStackMax,0), fVoxelHeaderStack(kNavigatorVoxelStackMax,(G4SmartVoxelHeader*)0), - fVoxelNode(0) + fVoxelNode(0), + fCheck(false), + fVerbose(0) { } @@ -99,6 +101,40 @@ G4VoxelNavigation::ComputeStep( const G4ThreeVector& localPoint, motherSafety = motherSolid->DistanceToOut(localPoint); ourSafety = motherSafety; // Working isotropic safety +#ifdef G4VERBOSE + if ( fCheck ) + { + if( motherSafety < 0.0 ) + { + G4cout << "ERROR - G4VoxelNavigation::ComputeStep()" << G4endl + << " Current solid " << motherSolid->GetName() + << " gave negative safety: " << motherSafety << G4endl + << " for the current (local) point " << localPoint + << G4endl; + G4Exception("G4VoxelNavigation::ComputeStep()", + "NegativeSafetyMotherVol", FatalException, + "Negative Safety In Voxel Navigation !" ); + } + if( motherSolid->Inside(localPoint)==kOutside ) + { + G4cout << "WARNING - G4VoxelNavigation::ComputeStep()" << G4endl + << " Point " << localPoint + << " is outside current volume " << motherPhysical->GetName() + << G4endl; + G4double estDistToSolid= motherSolid->DistanceToIn(localPoint); + G4cout << " Estimated isotropic distance to solid (distToIn)= " + << estDistToSolid << G4endl; + if( estDistToSolid > 100.0 * kCarTolerance ) + G4Exception("G4VoxelNavigation::ComputeStep()", + "FarOutsideCurrentVolume", FatalException, + "Point is far outside Current Volume !"); + else + G4Exception("G4VoxelNavigation::ComputeStep()", "OutsideCurrentVolume", + JustWarning, "Point is a little outside Current Volume."); + } + } +#endif + // // Compute daughter safeties & intersections // @@ -164,6 +200,48 @@ G4VoxelNavigation::ComputeStep( const G4ThreeVector& localPoint, exiting = false; *pBlockedPhysical = samplePhysical; blockedReplicaNo = -1; +#ifdef G4VERBOSE + // Check to see that the resulting point is indeed in/on volume. + // This check could eventually be made only for successful + // candidate. + + if ( ( fCheck ) && ( sampleStep < kInfinity ) ) + { + G4ThreeVector intersectionPoint; + intersectionPoint= samplePoint + sampleStep * sampleDirection; + EInside insideIntPt= sampleSolid->Inside(intersectionPoint); + if( insideIntPt != kSurface ) + { + G4int oldcoutPrec = G4cout.precision(16); + G4cout << "WARNING - G4VoxelNavigation::ComputeStep()" + << G4endl + << " Inaccurate solid DistanceToIn" + << " for solid " << sampleSolid->GetName() << G4endl; + G4cout << " Solid gave DistanceToIn = " + << sampleStep << " yet returns " ; + if( insideIntPt == kInside ) + G4cout << "-kInside-"; + else if( insideIntPt == kOutside ) + G4cout << "-kOutside-"; + else + G4cout << "-kSurface-"; + G4cout << " for this point !" << G4endl; + G4cout << " Point = " << intersectionPoint << G4endl; + if ( insideIntPt != kInside ) + G4cout << " DistanceToIn(p) = " + << sampleSolid->DistanceToIn(intersectionPoint) + << G4endl; + if ( insideIntPt != kOutside ) + G4cout << " DistanceToOut(p) = " + << sampleSolid->DistanceToOut(intersectionPoint) + << G4endl; + G4Exception("G4VoxelNavigation::ComputeStep()", + "InaccurateDistanceToIn", JustWarning, + "Navigator gets conflicting response from Solid."); + G4cout.precision(oldcoutPrec); + } + } +#endif } } } @@ -198,6 +276,25 @@ G4VoxelNavigation::ComputeStep( const G4ThreeVector& localPoint, motherSolid->DistanceToOut(localPoint, localDirection, true, &validExitNormal, &exitNormal); +#ifdef G4VERBOSE + if ( fCheck ) + if( ( motherStep < 0.0 ) || ( motherStep >= kInfinity) ) + { + G4int oldPrOut= G4cout.precision(16); + G4int oldPrErr= G4cerr.precision(16); + G4cerr << "ERROR - G4VoxelNavigation::ComputeStep()" << G4endl + << " Problem in Navigation" << G4endl + << " Point (local coordinates): " + << localPoint << G4endl + << " Local Direction: " << localDirection << G4endl + << " Solid: " << motherSolid->GetName() << G4endl; + G4Exception("G4VoxelNavigation::ComputeStep()", + "PointOutsideCurrentVolume", FatalException, + "Current point is outside the current solid !"); + G4cout.precision(oldPrOut); + G4cerr.precision(oldPrErr); + } +#endif if ( motherStep<=ourStep ) { ourStep = motherStep; diff --git a/source/geometry/solids/BREPS/include/G4Assembly.hh b/source/geometry/solids/BREPS/include/G4Assembly.hh index e2ddf778b9..2a7d3acef4 100644 --- a/source/geometry/solids/BREPS/include/G4Assembly.hh +++ b/source/geometry/solids/BREPS/include/G4Assembly.hh @@ -22,7 +22,7 @@ // // // $Id: G4Assembly.hh,v 1.9 2003/06/16 16:52:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Assembly diff --git a/source/geometry/solids/BREPS/include/G4Assembly.icc b/source/geometry/solids/BREPS/include/G4Assembly.icc index 201d85e889..deaa2f33bf 100644 --- a/source/geometry/solids/BREPS/include/G4Assembly.icc +++ b/source/geometry/solids/BREPS/include/G4Assembly.icc @@ -22,7 +22,7 @@ // // // $Id: G4Assembly.icc,v 1.3 2001/07/11 09:59:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4Axis2Placement3D.hh b/source/geometry/solids/BREPS/include/G4Axis2Placement3D.hh index 04dc547b25..16ad876df5 100644 --- a/source/geometry/solids/BREPS/include/G4Axis2Placement3D.hh +++ b/source/geometry/solids/BREPS/include/G4Axis2Placement3D.hh @@ -22,7 +22,7 @@ // // // $Id: G4Axis2Placement3D.hh,v 1.4 2001/07/11 09:59:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Axis2Placement3D diff --git a/source/geometry/solids/BREPS/include/G4Axis2Placement3D.icc b/source/geometry/solids/BREPS/include/G4Axis2Placement3D.icc index a1f6599c3e..52f9fdb4ba 100644 --- a/source/geometry/solids/BREPS/include/G4Axis2Placement3D.icc +++ b/source/geometry/solids/BREPS/include/G4Axis2Placement3D.icc @@ -22,7 +22,7 @@ // // // $Id: G4Axis2Placement3D.icc,v 1.7 2001/07/20 11:52:42 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4BREPSolid.hh b/source/geometry/solids/BREPS/include/G4BREPSolid.hh index 180d95ce62..c6a104eaa1 100644 --- a/source/geometry/solids/BREPS/include/G4BREPSolid.hh +++ b/source/geometry/solids/BREPS/include/G4BREPSolid.hh @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolid.hh,v 1.11 2003/06/16 16:52:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BREPSolid diff --git a/source/geometry/solids/BREPS/include/G4BREPSolid.icc b/source/geometry/solids/BREPS/include/G4BREPSolid.icc index 3aab12ff8b..e7d263ce0d 100644 --- a/source/geometry/solids/BREPS/include/G4BREPSolid.icc +++ b/source/geometry/solids/BREPS/include/G4BREPSolid.icc @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolid.icc,v 1.4 2001/07/11 09:59:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4BREPSolidBox.hh b/source/geometry/solids/BREPS/include/G4BREPSolidBox.hh index d67e0370a7..577bbb4e67 100644 --- a/source/geometry/solids/BREPS/include/G4BREPSolidBox.hh +++ b/source/geometry/solids/BREPS/include/G4BREPSolidBox.hh @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolidBox.hh,v 1.7 2003/06/16 16:52:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BREPSolidBox diff --git a/source/geometry/solids/BREPS/include/G4BREPSolidCone.hh b/source/geometry/solids/BREPS/include/G4BREPSolidCone.hh index 1a24d88da8..d9a65a6b3f 100644 --- a/source/geometry/solids/BREPS/include/G4BREPSolidCone.hh +++ b/source/geometry/solids/BREPS/include/G4BREPSolidCone.hh @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolidCone.hh,v 1.9 2003/06/16 16:52:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BREPSolidCone diff --git a/source/geometry/solids/BREPS/include/G4BREPSolidCylinder.hh b/source/geometry/solids/BREPS/include/G4BREPSolidCylinder.hh index a0764e2d0c..91fe12d0d8 100644 --- a/source/geometry/solids/BREPS/include/G4BREPSolidCylinder.hh +++ b/source/geometry/solids/BREPS/include/G4BREPSolidCylinder.hh @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolidCylinder.hh,v 1.8 2003/06/16 16:52:25 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BREPSolidCylinder diff --git a/source/geometry/solids/BREPS/include/G4BREPSolidOpenPCone.hh b/source/geometry/solids/BREPS/include/G4BREPSolidOpenPCone.hh index 7cf12f090c..a3f90291e3 100644 --- a/source/geometry/solids/BREPS/include/G4BREPSolidOpenPCone.hh +++ b/source/geometry/solids/BREPS/include/G4BREPSolidOpenPCone.hh @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolidOpenPCone.hh,v 1.7 2003/06/16 16:52:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BREPSolidOpenPCone diff --git a/source/geometry/solids/BREPS/include/G4BREPSolidPCone.hh b/source/geometry/solids/BREPS/include/G4BREPSolidPCone.hh index ce3e58f4eb..30481782a5 100644 --- a/source/geometry/solids/BREPS/include/G4BREPSolidPCone.hh +++ b/source/geometry/solids/BREPS/include/G4BREPSolidPCone.hh @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolidPCone.hh,v 1.12 2003/06/16 16:52:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BREPSolidPCone diff --git a/source/geometry/solids/BREPS/include/G4BREPSolidPolyhedra.hh b/source/geometry/solids/BREPS/include/G4BREPSolidPolyhedra.hh index 0fa7ee616a..6d39da3976 100644 --- a/source/geometry/solids/BREPS/include/G4BREPSolidPolyhedra.hh +++ b/source/geometry/solids/BREPS/include/G4BREPSolidPolyhedra.hh @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolidPolyhedra.hh,v 1.12 2003/06/16 16:52:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BREPSolidPolyhedra diff --git a/source/geometry/solids/BREPS/include/G4BREPSolidSphere.hh b/source/geometry/solids/BREPS/include/G4BREPSolidSphere.hh index d572903721..45b68c9581 100644 --- a/source/geometry/solids/BREPS/include/G4BREPSolidSphere.hh +++ b/source/geometry/solids/BREPS/include/G4BREPSolidSphere.hh @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolidSphere.hh,v 1.9 2003/06/16 16:52:29 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BREPSolidSphere diff --git a/source/geometry/solids/BREPS/include/G4BREPSolidTorus.hh b/source/geometry/solids/BREPS/include/G4BREPSolidTorus.hh index a50a5b0927..8251a3e5dc 100644 --- a/source/geometry/solids/BREPS/include/G4BREPSolidTorus.hh +++ b/source/geometry/solids/BREPS/include/G4BREPSolidTorus.hh @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolidTorus.hh,v 1.8 2003/06/16 16:52:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BREPSolidTorus diff --git a/source/geometry/solids/BREPS/include/G4BSplineCurve.hh b/source/geometry/solids/BREPS/include/G4BSplineCurve.hh index 868d43846d..9b21ec4999 100644 --- a/source/geometry/solids/BREPS/include/G4BSplineCurve.hh +++ b/source/geometry/solids/BREPS/include/G4BSplineCurve.hh @@ -22,7 +22,7 @@ // // // $Id: G4BSplineCurve.hh,v 1.11 2003/06/16 16:52:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BSplineCurve diff --git a/source/geometry/solids/BREPS/include/G4BSplineCurve.icc b/source/geometry/solids/BREPS/include/G4BSplineCurve.icc index 7bb6a53d32..1d03cd4a07 100644 --- a/source/geometry/solids/BREPS/include/G4BSplineCurve.icc +++ b/source/geometry/solids/BREPS/include/G4BSplineCurve.icc @@ -22,7 +22,7 @@ // // // $Id: G4BSplineCurve.icc,v 1.6 2001/07/11 09:59:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4BSplineCurveWithKnots.hh b/source/geometry/solids/BREPS/include/G4BSplineCurveWithKnots.hh index 3df0e7573b..d2f882ea74 100644 --- a/source/geometry/solids/BREPS/include/G4BSplineCurveWithKnots.hh +++ b/source/geometry/solids/BREPS/include/G4BSplineCurveWithKnots.hh @@ -22,7 +22,7 @@ // // // $Id: G4BSplineCurveWithKnots.hh,v 1.4 2001/07/11 09:59:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BSplineCurveWithKnots diff --git a/source/geometry/solids/BREPS/include/G4BSplineSurface.hh b/source/geometry/solids/BREPS/include/G4BSplineSurface.hh index 75b49376cf..95ad6bd982 100644 --- a/source/geometry/solids/BREPS/include/G4BSplineSurface.hh +++ b/source/geometry/solids/BREPS/include/G4BSplineSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4BSplineSurface.hh,v 1.10 2001/07/11 09:59:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BSplineSurface diff --git a/source/geometry/solids/BREPS/include/G4BSplineSurface.icc b/source/geometry/solids/BREPS/include/G4BSplineSurface.icc index 0ddf4b9cd3..ac42952f6f 100644 --- a/source/geometry/solids/BREPS/include/G4BSplineSurface.icc +++ b/source/geometry/solids/BREPS/include/G4BSplineSurface.icc @@ -22,7 +22,7 @@ // // // $Id: G4BSplineSurface.icc,v 1.5 2003/03/28 13:11:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4BSplineSurfaceWithKnots.hh b/source/geometry/solids/BREPS/include/G4BSplineSurfaceWithKnots.hh index aaf9495ba5..bbf23a0cc6 100644 --- a/source/geometry/solids/BREPS/include/G4BSplineSurfaceWithKnots.hh +++ b/source/geometry/solids/BREPS/include/G4BSplineSurfaceWithKnots.hh @@ -22,7 +22,7 @@ // // // $Id: G4BSplineSurfaceWithKnots.hh,v 1.3 2001/07/11 09:59:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BSplineSurfaceWithKnots diff --git a/source/geometry/solids/BREPS/include/G4BezierSurface.hh b/source/geometry/solids/BREPS/include/G4BezierSurface.hh index ba862157de..fd1ffddf58 100644 --- a/source/geometry/solids/BREPS/include/G4BezierSurface.hh +++ b/source/geometry/solids/BREPS/include/G4BezierSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4BezierSurface.hh,v 1.6 2001/07/11 09:59:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BezierSurface diff --git a/source/geometry/solids/BREPS/include/G4BezierSurface.icc b/source/geometry/solids/BREPS/include/G4BezierSurface.icc index 51f2109f39..15c825bbb8 100644 --- a/source/geometry/solids/BREPS/include/G4BezierSurface.icc +++ b/source/geometry/solids/BREPS/include/G4BezierSurface.icc @@ -22,7 +22,7 @@ // // // $Id: G4BezierSurface.icc,v 1.3 2001/07/11 09:59:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4BoundingBox3D.hh b/source/geometry/solids/BREPS/include/G4BoundingBox3D.hh index 0df0367532..cecc19aa37 100644 --- a/source/geometry/solids/BREPS/include/G4BoundingBox3D.hh +++ b/source/geometry/solids/BREPS/include/G4BoundingBox3D.hh @@ -22,7 +22,7 @@ // // // $Id: G4BoundingBox3D.hh,v 1.5 2001/07/11 09:59:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BoundingBox3D diff --git a/source/geometry/solids/BREPS/include/G4BoundingBox3D.icc b/source/geometry/solids/BREPS/include/G4BoundingBox3D.icc index 820b9559e5..7bb09b2c02 100644 --- a/source/geometry/solids/BREPS/include/G4BoundingBox3D.icc +++ b/source/geometry/solids/BREPS/include/G4BoundingBox3D.icc @@ -22,7 +22,7 @@ // // // $Id: G4BoundingBox3D.icc,v 1.3 2001/07/11 09:59:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4CircularCurve.hh b/source/geometry/solids/BREPS/include/G4CircularCurve.hh index 3ce63ef17e..59bbe09c85 100644 --- a/source/geometry/solids/BREPS/include/G4CircularCurve.hh +++ b/source/geometry/solids/BREPS/include/G4CircularCurve.hh @@ -22,7 +22,7 @@ // // // $Id: G4CircularCurve.hh,v 1.7 2001/07/11 09:59:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4CircularCurve diff --git a/source/geometry/solids/BREPS/include/G4CircularCurve.icc b/source/geometry/solids/BREPS/include/G4CircularCurve.icc index c2ee51bf59..1a38a47fc3 100644 --- a/source/geometry/solids/BREPS/include/G4CircularCurve.icc +++ b/source/geometry/solids/BREPS/include/G4CircularCurve.icc @@ -22,7 +22,7 @@ // // // $Id: G4CircularCurve.icc,v 1.5 2001/07/11 09:59:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4CompositeCurve.hh b/source/geometry/solids/BREPS/include/G4CompositeCurve.hh index bf0232c752..964685bf6c 100644 --- a/source/geometry/solids/BREPS/include/G4CompositeCurve.hh +++ b/source/geometry/solids/BREPS/include/G4CompositeCurve.hh @@ -22,7 +22,7 @@ // // // $Id: G4CompositeCurve.hh,v 1.6 2001/07/11 09:59:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4CompositeCurve diff --git a/source/geometry/solids/BREPS/include/G4CompositeCurve.icc b/source/geometry/solids/BREPS/include/G4CompositeCurve.icc index fd8dcf7753..bd83be5c7b 100644 --- a/source/geometry/solids/BREPS/include/G4CompositeCurve.icc +++ b/source/geometry/solids/BREPS/include/G4CompositeCurve.icc @@ -22,7 +22,7 @@ // // // $Id: G4CompositeCurve.icc,v 1.4 2001/07/11 09:59:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4Conic.hh b/source/geometry/solids/BREPS/include/G4Conic.hh index f17de9605e..7cafbac6bc 100644 --- a/source/geometry/solids/BREPS/include/G4Conic.hh +++ b/source/geometry/solids/BREPS/include/G4Conic.hh @@ -22,7 +22,7 @@ // // // $Id: G4Conic.hh,v 1.6 2001/07/11 09:59:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Conic diff --git a/source/geometry/solids/BREPS/include/G4Conic.icc b/source/geometry/solids/BREPS/include/G4Conic.icc index 38df7709ce..1223ceea82 100644 --- a/source/geometry/solids/BREPS/include/G4Conic.icc +++ b/source/geometry/solids/BREPS/include/G4Conic.icc @@ -22,7 +22,7 @@ // // // $Id: G4Conic.icc,v 1.3 2001/07/11 09:59:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4ConicalSurface.hh b/source/geometry/solids/BREPS/include/G4ConicalSurface.hh index d087fe9e29..5311cc16f7 100644 --- a/source/geometry/solids/BREPS/include/G4ConicalSurface.hh +++ b/source/geometry/solids/BREPS/include/G4ConicalSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4ConicalSurface.hh,v 1.9 2003/06/16 16:52:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ConicalSurface diff --git a/source/geometry/solids/BREPS/include/G4ConicalSurface.icc b/source/geometry/solids/BREPS/include/G4ConicalSurface.icc index ea96ac03b9..9514b44600 100644 --- a/source/geometry/solids/BREPS/include/G4ConicalSurface.icc +++ b/source/geometry/solids/BREPS/include/G4ConicalSurface.icc @@ -22,7 +22,7 @@ // // // $Id: G4ConicalSurface.icc,v 1.3 2001/07/11 09:59:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4ControlPoints.hh b/source/geometry/solids/BREPS/include/G4ControlPoints.hh index 04dbc090d3..f39973b7f8 100644 --- a/source/geometry/solids/BREPS/include/G4ControlPoints.hh +++ b/source/geometry/solids/BREPS/include/G4ControlPoints.hh @@ -22,7 +22,7 @@ // // // $Id: G4ControlPoints.hh,v 1.6 2001/07/11 09:59:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ControlPoints diff --git a/source/geometry/solids/BREPS/include/G4ControlPoints.icc b/source/geometry/solids/BREPS/include/G4ControlPoints.icc index 58ef1e035e..29898a7ef6 100644 --- a/source/geometry/solids/BREPS/include/G4ControlPoints.icc +++ b/source/geometry/solids/BREPS/include/G4ControlPoints.icc @@ -22,7 +22,7 @@ // // // $Id: G4ControlPoints.icc,v 1.2 2001/07/11 09:59:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4ConvexHull.hh b/source/geometry/solids/BREPS/include/G4ConvexHull.hh index 9c34855554..2d600b3463 100644 --- a/source/geometry/solids/BREPS/include/G4ConvexHull.hh +++ b/source/geometry/solids/BREPS/include/G4ConvexHull.hh @@ -22,7 +22,7 @@ // // // $Id: G4ConvexHull.hh,v 1.6 2002/02/26 11:16:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ConvexHull diff --git a/source/geometry/solids/BREPS/include/G4Curve.hh b/source/geometry/solids/BREPS/include/G4Curve.hh index 368adc8e15..18d589dd99 100644 --- a/source/geometry/solids/BREPS/include/G4Curve.hh +++ b/source/geometry/solids/BREPS/include/G4Curve.hh @@ -22,7 +22,7 @@ // // // $Id: G4Curve.hh,v 1.8 2001/07/11 09:59:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Curve diff --git a/source/geometry/solids/BREPS/include/G4Curve.icc b/source/geometry/solids/BREPS/include/G4Curve.icc index 7a0ac8ff0f..f7bd99e43a 100644 --- a/source/geometry/solids/BREPS/include/G4Curve.icc +++ b/source/geometry/solids/BREPS/include/G4Curve.icc @@ -22,7 +22,7 @@ // // // $Id: G4Curve.icc,v 1.5 2001/07/11 09:59:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4CurvePoint.hh b/source/geometry/solids/BREPS/include/G4CurvePoint.hh index 2dc73ff9ae..ac1a4f2695 100644 --- a/source/geometry/solids/BREPS/include/G4CurvePoint.hh +++ b/source/geometry/solids/BREPS/include/G4CurvePoint.hh @@ -22,7 +22,7 @@ // // // $Id: G4CurvePoint.hh,v 1.5 2001/07/11 09:59:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4CurvePoint diff --git a/source/geometry/solids/BREPS/include/G4CurvePoint.icc b/source/geometry/solids/BREPS/include/G4CurvePoint.icc index 358b7eef63..6352e8e526 100644 --- a/source/geometry/solids/BREPS/include/G4CurvePoint.icc +++ b/source/geometry/solids/BREPS/include/G4CurvePoint.icc @@ -22,7 +22,7 @@ // // // $Id: G4CurvePoint.icc,v 1.3 2001/07/11 09:59:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4CurveRayIntersection.hh b/source/geometry/solids/BREPS/include/G4CurveRayIntersection.hh index 01f7ba2931..e4dd41b720 100644 --- a/source/geometry/solids/BREPS/include/G4CurveRayIntersection.hh +++ b/source/geometry/solids/BREPS/include/G4CurveRayIntersection.hh @@ -22,7 +22,7 @@ // // // $Id: G4CurveRayIntersection.hh,v 1.4 2001/07/11 09:59:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4CurveRayIntersection diff --git a/source/geometry/solids/BREPS/include/G4CurveRayIntersection.icc b/source/geometry/solids/BREPS/include/G4CurveRayIntersection.icc index 721c8d4f1b..f99ffabae7 100644 --- a/source/geometry/solids/BREPS/include/G4CurveRayIntersection.icc +++ b/source/geometry/solids/BREPS/include/G4CurveRayIntersection.icc @@ -22,7 +22,7 @@ // // // $Id: G4CurveRayIntersection.icc,v 1.3 2001/07/11 09:59:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4CurveVector.hh b/source/geometry/solids/BREPS/include/G4CurveVector.hh index 1554838a18..fd5e47532b 100644 --- a/source/geometry/solids/BREPS/include/G4CurveVector.hh +++ b/source/geometry/solids/BREPS/include/G4CurveVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4CurveVector.hh,v 1.6 2003/06/16 16:52:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4CurveVector diff --git a/source/geometry/solids/BREPS/include/G4CylindricalSurface.hh b/source/geometry/solids/BREPS/include/G4CylindricalSurface.hh index de0493186f..67a96ad982 100644 --- a/source/geometry/solids/BREPS/include/G4CylindricalSurface.hh +++ b/source/geometry/solids/BREPS/include/G4CylindricalSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4CylindricalSurface.hh,v 1.9 2003/06/16 16:52:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4CylindricalSurface diff --git a/source/geometry/solids/BREPS/include/G4CylindricalSurface.icc b/source/geometry/solids/BREPS/include/G4CylindricalSurface.icc index 8a7c56e1c4..2f7aac3fd5 100644 --- a/source/geometry/solids/BREPS/include/G4CylindricalSurface.icc +++ b/source/geometry/solids/BREPS/include/G4CylindricalSurface.icc @@ -22,7 +22,7 @@ // // // $Id: G4CylindricalSurface.icc,v 1.3 2001/07/11 09:59:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4Ellipse.hh b/source/geometry/solids/BREPS/include/G4Ellipse.hh index ea7d62ecd2..5c7aec09b7 100644 --- a/source/geometry/solids/BREPS/include/G4Ellipse.hh +++ b/source/geometry/solids/BREPS/include/G4Ellipse.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ellipse.hh,v 1.8 2001/07/11 09:59:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Ellipse diff --git a/source/geometry/solids/BREPS/include/G4Ellipse.icc b/source/geometry/solids/BREPS/include/G4Ellipse.icc index 62982a1dba..f5871d575f 100644 --- a/source/geometry/solids/BREPS/include/G4Ellipse.icc +++ b/source/geometry/solids/BREPS/include/G4Ellipse.icc @@ -22,7 +22,7 @@ // // // $Id: G4Ellipse.icc,v 1.6 2001/07/11 09:59:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4FConicalSurface.hh b/source/geometry/solids/BREPS/include/G4FConicalSurface.hh index 7dab46c8e6..9582e105f4 100644 --- a/source/geometry/solids/BREPS/include/G4FConicalSurface.hh +++ b/source/geometry/solids/BREPS/include/G4FConicalSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4FConicalSurface.hh,v 1.12 2003/06/16 16:52:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4FConicalSurface diff --git a/source/geometry/solids/BREPS/include/G4FConicalSurface.icc b/source/geometry/solids/BREPS/include/G4FConicalSurface.icc index c63cef347f..0213bfba18 100644 --- a/source/geometry/solids/BREPS/include/G4FConicalSurface.icc +++ b/source/geometry/solids/BREPS/include/G4FConicalSurface.icc @@ -22,7 +22,7 @@ // // // $Id: G4FConicalSurface.icc,v 1.3 2001/07/11 09:59:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4FCylindricalSurface.hh b/source/geometry/solids/BREPS/include/G4FCylindricalSurface.hh index 49bf0482de..d04d8325a7 100644 --- a/source/geometry/solids/BREPS/include/G4FCylindricalSurface.hh +++ b/source/geometry/solids/BREPS/include/G4FCylindricalSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4FCylindricalSurface.hh,v 1.12 2003/06/16 16:52:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4FCylindricalSurface diff --git a/source/geometry/solids/BREPS/include/G4FCylindricalSurface.icc b/source/geometry/solids/BREPS/include/G4FCylindricalSurface.icc index c3b2a397b1..b878764dd4 100644 --- a/source/geometry/solids/BREPS/include/G4FCylindricalSurface.icc +++ b/source/geometry/solids/BREPS/include/G4FCylindricalSurface.icc @@ -22,7 +22,7 @@ // // // $Id: G4FCylindricalSurface.icc,v 1.3 2001/07/11 09:59:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4FPlane.hh b/source/geometry/solids/BREPS/include/G4FPlane.hh index f35b78e6d2..0b2e61785b 100644 --- a/source/geometry/solids/BREPS/include/G4FPlane.hh +++ b/source/geometry/solids/BREPS/include/G4FPlane.hh @@ -22,7 +22,7 @@ // // // $Id: G4FPlane.hh,v 1.12 2002/01/28 16:38:40 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4FPlane diff --git a/source/geometry/solids/BREPS/include/G4FPlane.icc b/source/geometry/solids/BREPS/include/G4FPlane.icc index bd4965d527..c17edb698c 100644 --- a/source/geometry/solids/BREPS/include/G4FPlane.icc +++ b/source/geometry/solids/BREPS/include/G4FPlane.icc @@ -22,7 +22,7 @@ // // // $Id: G4FPlane.icc,v 1.5 2003/03/28 13:11:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4Globals.hh b/source/geometry/solids/BREPS/include/G4Globals.hh index 058212a920..9bf79211eb 100644 --- a/source/geometry/solids/BREPS/include/G4Globals.hh +++ b/source/geometry/solids/BREPS/include/G4Globals.hh @@ -22,7 +22,7 @@ // // // $Id: G4Globals.hh,v 1.4 2001/07/11 09:59:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: A.Breakstone // Adaptation: J.Sulkimo, P.Urban. diff --git a/source/geometry/solids/BREPS/include/G4Hyperbola.hh b/source/geometry/solids/BREPS/include/G4Hyperbola.hh index fd79747ebd..0a772d88f7 100644 --- a/source/geometry/solids/BREPS/include/G4Hyperbola.hh +++ b/source/geometry/solids/BREPS/include/G4Hyperbola.hh @@ -22,7 +22,7 @@ // // // $Id: G4Hyperbola.hh,v 1.8 2001/07/11 09:59:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Hyperbola diff --git a/source/geometry/solids/BREPS/include/G4Hyperbola.icc b/source/geometry/solids/BREPS/include/G4Hyperbola.icc index 257c6054c5..38524c64e3 100644 --- a/source/geometry/solids/BREPS/include/G4Hyperbola.icc +++ b/source/geometry/solids/BREPS/include/G4Hyperbola.icc @@ -22,7 +22,7 @@ // // // $Id: G4Hyperbola.icc,v 1.7 2001/07/11 09:59:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4KnotVector.hh b/source/geometry/solids/BREPS/include/G4KnotVector.hh index 391afe8348..570aa40a32 100644 --- a/source/geometry/solids/BREPS/include/G4KnotVector.hh +++ b/source/geometry/solids/BREPS/include/G4KnotVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4KnotVector.hh,v 1.7 2001/07/11 09:59:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4KnotVector diff --git a/source/geometry/solids/BREPS/include/G4KnotVector.icc b/source/geometry/solids/BREPS/include/G4KnotVector.icc index 73b75955bb..c23273fecd 100644 --- a/source/geometry/solids/BREPS/include/G4KnotVector.icc +++ b/source/geometry/solids/BREPS/include/G4KnotVector.icc @@ -22,7 +22,7 @@ // // // $Id: G4KnotVector.icc,v 1.3 2001/07/11 09:59:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4Line.hh b/source/geometry/solids/BREPS/include/G4Line.hh index 156f2ad78e..9c187112b1 100644 --- a/source/geometry/solids/BREPS/include/G4Line.hh +++ b/source/geometry/solids/BREPS/include/G4Line.hh @@ -22,7 +22,7 @@ // // // $Id: G4Line.hh,v 1.7 2001/07/11 09:59:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Line diff --git a/source/geometry/solids/BREPS/include/G4Line.icc b/source/geometry/solids/BREPS/include/G4Line.icc index bc8b016093..01e6f3f915 100644 --- a/source/geometry/solids/BREPS/include/G4Line.icc +++ b/source/geometry/solids/BREPS/include/G4Line.icc @@ -22,7 +22,7 @@ // // // $Id: G4Line.icc,v 1.7 2001/07/11 09:59:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4OsloMatrix.hh b/source/geometry/solids/BREPS/include/G4OsloMatrix.hh index d832285879..f068767d5f 100644 --- a/source/geometry/solids/BREPS/include/G4OsloMatrix.hh +++ b/source/geometry/solids/BREPS/include/G4OsloMatrix.hh @@ -22,7 +22,7 @@ // // // $Id: G4OsloMatrix.hh,v 1.5 2001/07/11 09:59:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4OsloMatrix diff --git a/source/geometry/solids/BREPS/include/G4OsloMatrix.icc b/source/geometry/solids/BREPS/include/G4OsloMatrix.icc index cacd66ff22..3d4aa4ebf3 100644 --- a/source/geometry/solids/BREPS/include/G4OsloMatrix.icc +++ b/source/geometry/solids/BREPS/include/G4OsloMatrix.icc @@ -22,7 +22,7 @@ // // // $Id: G4OsloMatrix.icc,v 1.3 2001/07/11 09:59:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4Parabola.hh b/source/geometry/solids/BREPS/include/G4Parabola.hh index 008a38429c..dffaa1fc96 100644 --- a/source/geometry/solids/BREPS/include/G4Parabola.hh +++ b/source/geometry/solids/BREPS/include/G4Parabola.hh @@ -22,7 +22,7 @@ // // // $Id: G4Parabola.hh,v 1.8 2001/07/11 09:59:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Parabola diff --git a/source/geometry/solids/BREPS/include/G4Parabola.icc b/source/geometry/solids/BREPS/include/G4Parabola.icc index 81ecf813cb..f087bcc687 100644 --- a/source/geometry/solids/BREPS/include/G4Parabola.icc +++ b/source/geometry/solids/BREPS/include/G4Parabola.icc @@ -22,7 +22,7 @@ // // // $Id: G4Parabola.icc,v 1.6 2001/07/11 09:59:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4PlacedSolid.hh b/source/geometry/solids/BREPS/include/G4PlacedSolid.hh index 2cfd3ceb6e..a6f4573800 100644 --- a/source/geometry/solids/BREPS/include/G4PlacedSolid.hh +++ b/source/geometry/solids/BREPS/include/G4PlacedSolid.hh @@ -22,7 +22,7 @@ // // // $Id: G4PlacedSolid.hh,v 1.9 2003/06/16 16:52:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4PlacedSolid diff --git a/source/geometry/solids/BREPS/include/G4PlacedSolid.icc b/source/geometry/solids/BREPS/include/G4PlacedSolid.icc index 61dcc1ee19..b312511843 100644 --- a/source/geometry/solids/BREPS/include/G4PlacedSolid.icc +++ b/source/geometry/solids/BREPS/include/G4PlacedSolid.icc @@ -22,7 +22,7 @@ // // // $Id: G4PlacedSolid.icc,v 1.7 2003/06/16 16:52:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4PlacementVector.hh b/source/geometry/solids/BREPS/include/G4PlacementVector.hh index dc0cfdbc94..5d4803dcdb 100644 --- a/source/geometry/solids/BREPS/include/G4PlacementVector.hh +++ b/source/geometry/solids/BREPS/include/G4PlacementVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4PlacementVector.hh,v 1.6 2003/06/16 16:52:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4PlacementVector diff --git a/source/geometry/solids/BREPS/include/G4Plane.hh b/source/geometry/solids/BREPS/include/G4Plane.hh index 5b7bdcf6c0..c2d48770d0 100644 --- a/source/geometry/solids/BREPS/include/G4Plane.hh +++ b/source/geometry/solids/BREPS/include/G4Plane.hh @@ -22,7 +22,7 @@ // // // $Id: G4Plane.hh,v 1.5 2001/07/11 09:59:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Plane diff --git a/source/geometry/solids/BREPS/include/G4Point3DVector.hh b/source/geometry/solids/BREPS/include/G4Point3DVector.hh index f19654874a..509f6a6176 100644 --- a/source/geometry/solids/BREPS/include/G4Point3DVector.hh +++ b/source/geometry/solids/BREPS/include/G4Point3DVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4Point3DVector.hh,v 1.7 2003/06/16 16:52:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Point3DVector diff --git a/source/geometry/solids/BREPS/include/G4PointRat.hh b/source/geometry/solids/BREPS/include/G4PointRat.hh index 9dade31cc4..a14122fa5b 100644 --- a/source/geometry/solids/BREPS/include/G4PointRat.hh +++ b/source/geometry/solids/BREPS/include/G4PointRat.hh @@ -22,7 +22,7 @@ // // // $Id: G4PointRat.hh,v 1.9 2001/07/11 09:59:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4PointRat diff --git a/source/geometry/solids/BREPS/include/G4PointRat.icc b/source/geometry/solids/BREPS/include/G4PointRat.icc index 4742c1957c..0ef30ebe24 100644 --- a/source/geometry/solids/BREPS/include/G4PointRat.icc +++ b/source/geometry/solids/BREPS/include/G4PointRat.icc @@ -22,7 +22,7 @@ // // // $Id: G4PointRat.icc,v 1.3 2001/07/11 09:59:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4ProjectedSurface.hh b/source/geometry/solids/BREPS/include/G4ProjectedSurface.hh index c3b2cdc5c6..06bb9ac664 100644 --- a/source/geometry/solids/BREPS/include/G4ProjectedSurface.hh +++ b/source/geometry/solids/BREPS/include/G4ProjectedSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProjectedSurface.hh,v 1.6 2001/07/11 09:59:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ProjectedSurface diff --git a/source/geometry/solids/BREPS/include/G4ProjectedSurface.icc b/source/geometry/solids/BREPS/include/G4ProjectedSurface.icc index 8059eaedc9..b72b25d275 100644 --- a/source/geometry/solids/BREPS/include/G4ProjectedSurface.icc +++ b/source/geometry/solids/BREPS/include/G4ProjectedSurface.icc @@ -22,7 +22,7 @@ // // // $Id: G4ProjectedSurface.icc,v 1.4 2003/03/28 13:11:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4Ray.hh b/source/geometry/solids/BREPS/include/G4Ray.hh index 91a0b0084c..6ad0ab6cfe 100644 --- a/source/geometry/solids/BREPS/include/G4Ray.hh +++ b/source/geometry/solids/BREPS/include/G4Ray.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ray.hh,v 1.8 2003/03/28 13:11:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Ray diff --git a/source/geometry/solids/BREPS/include/G4Ray.icc b/source/geometry/solids/BREPS/include/G4Ray.icc index a4c009d561..51f78c9fd3 100644 --- a/source/geometry/solids/BREPS/include/G4Ray.icc +++ b/source/geometry/solids/BREPS/include/G4Ray.icc @@ -22,7 +22,7 @@ // // // $Id: G4Ray.icc,v 1.6 2002/11/21 16:52:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4RectangularTrimmedSurface.hh b/source/geometry/solids/BREPS/include/G4RectangularTrimmedSurface.hh index 1d5ceaddb6..b6bd934802 100644 --- a/source/geometry/solids/BREPS/include/G4RectangularTrimmedSurface.hh +++ b/source/geometry/solids/BREPS/include/G4RectangularTrimmedSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4RectangularTrimmedSurface.hh,v 1.7 2001/07/11 09:59:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4BezierSurface diff --git a/source/geometry/solids/BREPS/include/G4STEPEntity.hh b/source/geometry/solids/BREPS/include/G4STEPEntity.hh index e1e22d22a9..be16fc266b 100644 --- a/source/geometry/solids/BREPS/include/G4STEPEntity.hh +++ b/source/geometry/solids/BREPS/include/G4STEPEntity.hh @@ -22,7 +22,7 @@ // // // $Id: G4STEPEntity.hh,v 1.6 2001/07/11 09:59:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4STEPEntity diff --git a/source/geometry/solids/BREPS/include/G4Sort.hh b/source/geometry/solids/BREPS/include/G4Sort.hh index e72a4a6c64..974f47dc90 100644 --- a/source/geometry/solids/BREPS/include/G4Sort.hh +++ b/source/geometry/solids/BREPS/include/G4Sort.hh @@ -22,7 +22,7 @@ // // // $Id: G4Sort.hh,v 1.4 2001/07/11 09:59:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // diff --git a/source/geometry/solids/BREPS/include/G4SphericalSurface.hh b/source/geometry/solids/BREPS/include/G4SphericalSurface.hh index 78e1b1c8b4..5e704eb58a 100644 --- a/source/geometry/solids/BREPS/include/G4SphericalSurface.hh +++ b/source/geometry/solids/BREPS/include/G4SphericalSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4SphericalSurface.hh,v 1.9 2003/06/16 16:52:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4SphericalSurface diff --git a/source/geometry/solids/BREPS/include/G4SphericalSurface.icc b/source/geometry/solids/BREPS/include/G4SphericalSurface.icc index df27a2eac9..18eb6016a2 100644 --- a/source/geometry/solids/BREPS/include/G4SphericalSurface.icc +++ b/source/geometry/solids/BREPS/include/G4SphericalSurface.icc @@ -22,7 +22,7 @@ // // // $Id: G4SphericalSurface.icc,v 1.3 2001/07/11 09:59:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4Surface.hh b/source/geometry/solids/BREPS/include/G4Surface.hh index 879d91f079..59572507f9 100644 --- a/source/geometry/solids/BREPS/include/G4Surface.hh +++ b/source/geometry/solids/BREPS/include/G4Surface.hh @@ -22,7 +22,7 @@ // // // $Id: G4Surface.hh,v 1.8 2002/11/21 16:52:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4Surface diff --git a/source/geometry/solids/BREPS/include/G4Surface.icc b/source/geometry/solids/BREPS/include/G4Surface.icc index b99dc92508..20b38563d5 100644 --- a/source/geometry/solids/BREPS/include/G4Surface.icc +++ b/source/geometry/solids/BREPS/include/G4Surface.icc @@ -22,7 +22,7 @@ // // // $Id: G4Surface.icc,v 1.4 2002/11/21 16:52:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4SurfaceBoundary.hh b/source/geometry/solids/BREPS/include/G4SurfaceBoundary.hh index 6917253ea9..6b9d241f8e 100644 --- a/source/geometry/solids/BREPS/include/G4SurfaceBoundary.hh +++ b/source/geometry/solids/BREPS/include/G4SurfaceBoundary.hh @@ -22,7 +22,7 @@ // // // $Id: G4SurfaceBoundary.hh,v 1.6 2001/07/11 09:59:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4SurfaceBoundary diff --git a/source/geometry/solids/BREPS/include/G4SurfaceBoundary.icc b/source/geometry/solids/BREPS/include/G4SurfaceBoundary.icc index a6964fdc9b..f86d5f8dce 100644 --- a/source/geometry/solids/BREPS/include/G4SurfaceBoundary.icc +++ b/source/geometry/solids/BREPS/include/G4SurfaceBoundary.icc @@ -22,7 +22,7 @@ // // // $Id: G4SurfaceBoundary.icc,v 1.4 2001/07/11 09:59:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4SurfaceList.hh b/source/geometry/solids/BREPS/include/G4SurfaceList.hh index 71b9281992..bea3acdbdf 100644 --- a/source/geometry/solids/BREPS/include/G4SurfaceList.hh +++ b/source/geometry/solids/BREPS/include/G4SurfaceList.hh @@ -22,7 +22,7 @@ // // // $Id: G4SurfaceList.hh,v 1.5 2001/07/11 09:59:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4SurfaceList diff --git a/source/geometry/solids/BREPS/include/G4SurfaceOfLinearExtrusion.hh b/source/geometry/solids/BREPS/include/G4SurfaceOfLinearExtrusion.hh index 85675d6d52..8a978348fc 100644 --- a/source/geometry/solids/BREPS/include/G4SurfaceOfLinearExtrusion.hh +++ b/source/geometry/solids/BREPS/include/G4SurfaceOfLinearExtrusion.hh @@ -22,7 +22,7 @@ // // // $Id: G4SurfaceOfLinearExtrusion.hh,v 1.4 2001/07/11 09:59:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4SurfaceOfLinearExtrusion diff --git a/source/geometry/solids/BREPS/include/G4SurfaceOfRevolution.hh b/source/geometry/solids/BREPS/include/G4SurfaceOfRevolution.hh index f107f650a2..36ca596093 100644 --- a/source/geometry/solids/BREPS/include/G4SurfaceOfRevolution.hh +++ b/source/geometry/solids/BREPS/include/G4SurfaceOfRevolution.hh @@ -22,7 +22,7 @@ // // // $Id: G4SurfaceOfRevolution.hh,v 1.4 2001/07/11 09:59:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4SurfaceOfRevolution diff --git a/source/geometry/solids/BREPS/include/G4ThreeMat.hh b/source/geometry/solids/BREPS/include/G4ThreeMat.hh index d3cbb80163..c787248664 100644 --- a/source/geometry/solids/BREPS/include/G4ThreeMat.hh +++ b/source/geometry/solids/BREPS/include/G4ThreeMat.hh @@ -22,7 +22,7 @@ // // // $Id: G4ThreeMat.hh,v 1.9 2003/06/16 16:52:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ThreeMat diff --git a/source/geometry/solids/BREPS/include/G4ToroidalSurface.hh b/source/geometry/solids/BREPS/include/G4ToroidalSurface.hh index 879d75924c..c50aff9539 100644 --- a/source/geometry/solids/BREPS/include/G4ToroidalSurface.hh +++ b/source/geometry/solids/BREPS/include/G4ToroidalSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4ToroidalSurface.hh,v 1.6 2001/07/11 09:59:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ToroidalSurface diff --git a/source/geometry/solids/BREPS/include/G4ToroidalSurface.icc b/source/geometry/solids/BREPS/include/G4ToroidalSurface.icc index 7e91fe3698..a93da33415 100644 --- a/source/geometry/solids/BREPS/include/G4ToroidalSurface.icc +++ b/source/geometry/solids/BREPS/include/G4ToroidalSurface.icc @@ -22,7 +22,7 @@ // // // $Id: G4ToroidalSurface.icc,v 1.3 2001/07/11 09:59:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/BREPS/include/G4UVHit.hh b/source/geometry/solids/BREPS/include/G4UVHit.hh index 1fd6ff7c03..3accc8e570 100644 --- a/source/geometry/solids/BREPS/include/G4UVHit.hh +++ b/source/geometry/solids/BREPS/include/G4UVHit.hh @@ -22,7 +22,7 @@ // // // $Id: G4UVHit.hh,v 1.6 2001/07/11 09:59:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // Class G4UVHit diff --git a/source/geometry/solids/BREPS/src/G4Assembly.cc b/source/geometry/solids/BREPS/src/G4Assembly.cc index 419c6591b6..4cc0b44553 100644 --- a/source/geometry/solids/BREPS/src/G4Assembly.cc +++ b/source/geometry/solids/BREPS/src/G4Assembly.cc @@ -22,7 +22,7 @@ // // // $Id: G4Assembly.cc,v 1.5 2001/07/11 09:59:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4Axis2Placement3D.cc b/source/geometry/solids/BREPS/src/G4Axis2Placement3D.cc index 318325d626..f42f789fc3 100644 --- a/source/geometry/solids/BREPS/src/G4Axis2Placement3D.cc +++ b/source/geometry/solids/BREPS/src/G4Axis2Placement3D.cc @@ -22,7 +22,7 @@ // // // $Id: G4Axis2Placement3D.cc,v 1.6 2001/07/11 09:59:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BREPSolid.cc b/source/geometry/solids/BREPS/src/G4BREPSolid.cc index 98265bffe9..755c524f7e 100644 --- a/source/geometry/solids/BREPS/src/G4BREPSolid.cc +++ b/source/geometry/solids/BREPS/src/G4BREPSolid.cc @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolid.cc,v 1.25 2003/10/28 13:42:29 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BREPSolidBox.cc b/source/geometry/solids/BREPS/src/G4BREPSolidBox.cc index 84af5e8049..aa60d4f293 100644 --- a/source/geometry/solids/BREPS/src/G4BREPSolidBox.cc +++ b/source/geometry/solids/BREPS/src/G4BREPSolidBox.cc @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolidBox.cc,v 1.8 2003/06/16 16:52:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BREPSolidCone.cc b/source/geometry/solids/BREPS/src/G4BREPSolidCone.cc index 611de7578c..5660ec39f2 100644 --- a/source/geometry/solids/BREPS/src/G4BREPSolidCone.cc +++ b/source/geometry/solids/BREPS/src/G4BREPSolidCone.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4BREPSolidCone.cc,v 1.12 2003/06/16 16:52:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BREPSolidCylinder.cc b/source/geometry/solids/BREPS/src/G4BREPSolidCylinder.cc index 33b6c61113..61995af1f0 100644 --- a/source/geometry/solids/BREPS/src/G4BREPSolidCylinder.cc +++ b/source/geometry/solids/BREPS/src/G4BREPSolidCylinder.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4BREPSolidCylinder.cc,v 1.9 2003/06/16 16:52:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BREPSolidOpenPCone.cc b/source/geometry/solids/BREPS/src/G4BREPSolidOpenPCone.cc index d2b404b1b7..dd5346ffae 100644 --- a/source/geometry/solids/BREPS/src/G4BREPSolidOpenPCone.cc +++ b/source/geometry/solids/BREPS/src/G4BREPSolidOpenPCone.cc @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolidOpenPCone.cc,v 1.8 2003/06/16 16:52:47 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BREPSolidPCone.cc b/source/geometry/solids/BREPS/src/G4BREPSolidPCone.cc index 803a1c9857..f4dd500c3f 100644 --- a/source/geometry/solids/BREPS/src/G4BREPSolidPCone.cc +++ b/source/geometry/solids/BREPS/src/G4BREPSolidPCone.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4BREPSolidPCone.cc,v 1.33 2003/10/28 13:42:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BREPSolidPolyhedra.cc b/source/geometry/solids/BREPS/src/G4BREPSolidPolyhedra.cc index 5dbbfe2e83..722a2bcb9d 100644 --- a/source/geometry/solids/BREPS/src/G4BREPSolidPolyhedra.cc +++ b/source/geometry/solids/BREPS/src/G4BREPSolidPolyhedra.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4BREPSolidPolyhedra.cc,v 1.26 2003/10/28 13:42:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BREPSolidSphere.cc b/source/geometry/solids/BREPS/src/G4BREPSolidSphere.cc index 5e8493ca2e..daf75954d4 100644 --- a/source/geometry/solids/BREPS/src/G4BREPSolidSphere.cc +++ b/source/geometry/solids/BREPS/src/G4BREPSolidSphere.cc @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolidSphere.cc,v 1.7 2003/06/16 16:52:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BREPSolidTorus.cc b/source/geometry/solids/BREPS/src/G4BREPSolidTorus.cc index cd1077e1f4..90b8f5efdc 100644 --- a/source/geometry/solids/BREPS/src/G4BREPSolidTorus.cc +++ b/source/geometry/solids/BREPS/src/G4BREPSolidTorus.cc @@ -22,7 +22,7 @@ // // // $Id: G4BREPSolidTorus.cc,v 1.7 2003/06/16 16:52:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BSplineCurve.cc b/source/geometry/solids/BREPS/src/G4BSplineCurve.cc index d8f346083f..0eb9d0658d 100644 --- a/source/geometry/solids/BREPS/src/G4BSplineCurve.cc +++ b/source/geometry/solids/BREPS/src/G4BSplineCurve.cc @@ -22,7 +22,7 @@ // // // $Id: G4BSplineCurve.cc,v 1.11 2003/10/28 13:42:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BSplineCurveWithKnots.cc b/source/geometry/solids/BREPS/src/G4BSplineCurveWithKnots.cc index 635e4c77f2..5878a13e25 100644 --- a/source/geometry/solids/BREPS/src/G4BSplineCurveWithKnots.cc +++ b/source/geometry/solids/BREPS/src/G4BSplineCurveWithKnots.cc @@ -22,7 +22,7 @@ // // // $Id: G4BSplineCurveWithKnots.cc,v 1.4 2001/07/11 09:59:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BSplineSurface.cc b/source/geometry/solids/BREPS/src/G4BSplineSurface.cc index 8e6fd1c5e3..1348d7fb4a 100644 --- a/source/geometry/solids/BREPS/src/G4BSplineSurface.cc +++ b/source/geometry/solids/BREPS/src/G4BSplineSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4BSplineSurface.cc,v 1.12 2003/03/28 13:11:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BSplineSurfaceWithKnots.cc b/source/geometry/solids/BREPS/src/G4BSplineSurfaceWithKnots.cc index 74fb85c5bc..7412b9d13d 100644 --- a/source/geometry/solids/BREPS/src/G4BSplineSurfaceWithKnots.cc +++ b/source/geometry/solids/BREPS/src/G4BSplineSurfaceWithKnots.cc @@ -22,7 +22,7 @@ // // // $Id: G4BSplineSurfaceWithKnots.cc,v 1.3 2001/07/11 09:59:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BezierSurface.cc b/source/geometry/solids/BREPS/src/G4BezierSurface.cc index 404b39ad73..071c8cb002 100644 --- a/source/geometry/solids/BREPS/src/G4BezierSurface.cc +++ b/source/geometry/solids/BREPS/src/G4BezierSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4BezierSurface.cc,v 1.7 2003/03/28 13:11:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4BoundingBox3D.cc b/source/geometry/solids/BREPS/src/G4BoundingBox3D.cc index 68d70e6bf8..a5242a49e5 100644 --- a/source/geometry/solids/BREPS/src/G4BoundingBox3D.cc +++ b/source/geometry/solids/BREPS/src/G4BoundingBox3D.cc @@ -22,7 +22,7 @@ // // // $Id: G4BoundingBox3D.cc,v 1.8 2003/06/16 16:52:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4CircularCurve.cc b/source/geometry/solids/BREPS/src/G4CircularCurve.cc index f69271a78b..c8ca191111 100644 --- a/source/geometry/solids/BREPS/src/G4CircularCurve.cc +++ b/source/geometry/solids/BREPS/src/G4CircularCurve.cc @@ -22,7 +22,7 @@ // // // $Id: G4CircularCurve.cc,v 1.8 2003/10/28 13:42:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4CompositeCurve.cc b/source/geometry/solids/BREPS/src/G4CompositeCurve.cc index 6e2203ac27..e68f53bd45 100644 --- a/source/geometry/solids/BREPS/src/G4CompositeCurve.cc +++ b/source/geometry/solids/BREPS/src/G4CompositeCurve.cc @@ -22,7 +22,7 @@ // // // $Id: G4CompositeCurve.cc,v 1.12 2003/10/28 13:42:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4Conic.cc b/source/geometry/solids/BREPS/src/G4Conic.cc index 481e871329..722fe1e446 100644 --- a/source/geometry/solids/BREPS/src/G4Conic.cc +++ b/source/geometry/solids/BREPS/src/G4Conic.cc @@ -22,7 +22,7 @@ // // // $Id: G4Conic.cc,v 1.7 2003/03/28 13:11:57 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4ConicalSurface.cc b/source/geometry/solids/BREPS/src/G4ConicalSurface.cc index dc0dd2a688..01dd9b136d 100644 --- a/source/geometry/solids/BREPS/src/G4ConicalSurface.cc +++ b/source/geometry/solids/BREPS/src/G4ConicalSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4ConicalSurface.cc,v 1.8 2003/06/16 16:52:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4ControlPoints.cc b/source/geometry/solids/BREPS/src/G4ControlPoints.cc index 67b18ac0d3..121f5ca5b4 100644 --- a/source/geometry/solids/BREPS/src/G4ControlPoints.cc +++ b/source/geometry/solids/BREPS/src/G4ControlPoints.cc @@ -22,7 +22,7 @@ // // // $Id: G4ControlPoints.cc,v 1.7 2003/03/28 13:11:57 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4Curve.cc b/source/geometry/solids/BREPS/src/G4Curve.cc index bb020cdf04..2aef695ebd 100644 --- a/source/geometry/solids/BREPS/src/G4Curve.cc +++ b/source/geometry/solids/BREPS/src/G4Curve.cc @@ -22,7 +22,7 @@ // // // $Id: G4Curve.cc,v 1.6 2001/07/11 09:59:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4CurvePoint.cc b/source/geometry/solids/BREPS/src/G4CurvePoint.cc index 54e4f21c62..c852022f67 100644 --- a/source/geometry/solids/BREPS/src/G4CurvePoint.cc +++ b/source/geometry/solids/BREPS/src/G4CurvePoint.cc @@ -22,7 +22,7 @@ // // // $Id: G4CurvePoint.cc,v 1.4 2001/07/11 09:59:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4CurveRayIntersection.cc b/source/geometry/solids/BREPS/src/G4CurveRayIntersection.cc index a60a5f3760..354ce0e637 100644 --- a/source/geometry/solids/BREPS/src/G4CurveRayIntersection.cc +++ b/source/geometry/solids/BREPS/src/G4CurveRayIntersection.cc @@ -22,7 +22,7 @@ // // // $Id: G4CurveRayIntersection.cc,v 1.5 2003/03/28 13:11:58 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4CylindricalSurface.cc b/source/geometry/solids/BREPS/src/G4CylindricalSurface.cc index 364ddc429d..5920a14eae 100644 --- a/source/geometry/solids/BREPS/src/G4CylindricalSurface.cc +++ b/source/geometry/solids/BREPS/src/G4CylindricalSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4CylindricalSurface.cc,v 1.5 2003/06/16 16:52:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4Ellipse.cc b/source/geometry/solids/BREPS/src/G4Ellipse.cc index 0c2da111ee..836cc84efc 100644 --- a/source/geometry/solids/BREPS/src/G4Ellipse.cc +++ b/source/geometry/solids/BREPS/src/G4Ellipse.cc @@ -22,7 +22,7 @@ // // // $Id: G4Ellipse.cc,v 1.9 2003/06/16 16:52:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4FConicalSurface.cc b/source/geometry/solids/BREPS/src/G4FConicalSurface.cc index f8e523020a..1197de0770 100644 --- a/source/geometry/solids/BREPS/src/G4FConicalSurface.cc +++ b/source/geometry/solids/BREPS/src/G4FConicalSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4FConicalSurface.cc,v 1.16 2003/06/16 16:52:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4FCylindricalSurface.cc b/source/geometry/solids/BREPS/src/G4FCylindricalSurface.cc index a6aaef0b0c..0de7de6a49 100644 --- a/source/geometry/solids/BREPS/src/G4FCylindricalSurface.cc +++ b/source/geometry/solids/BREPS/src/G4FCylindricalSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4FCylindricalSurface.cc,v 1.13 2003/06/16 16:52:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4FPlane.cc b/source/geometry/solids/BREPS/src/G4FPlane.cc index e572336708..1447fae058 100644 --- a/source/geometry/solids/BREPS/src/G4FPlane.cc +++ b/source/geometry/solids/BREPS/src/G4FPlane.cc @@ -22,7 +22,7 @@ // // // $Id: G4FPlane.cc,v 1.14 2002/01/28 16:29:42 radoone Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4Hyperbola.cc b/source/geometry/solids/BREPS/src/G4Hyperbola.cc index 7aa2814428..a59e0ee82f 100644 --- a/source/geometry/solids/BREPS/src/G4Hyperbola.cc +++ b/source/geometry/solids/BREPS/src/G4Hyperbola.cc @@ -22,7 +22,7 @@ // // // $Id: G4Hyperbola.cc,v 1.9 2003/10/28 13:42:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4KnotVector.cc b/source/geometry/solids/BREPS/src/G4KnotVector.cc index 4116d72e5e..9d1647c99e 100644 --- a/source/geometry/solids/BREPS/src/G4KnotVector.cc +++ b/source/geometry/solids/BREPS/src/G4KnotVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4KnotVector.cc,v 1.6 2001/07/11 09:59:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4Line.cc b/source/geometry/solids/BREPS/src/G4Line.cc index 5c7ad97659..0aeac0f499 100644 --- a/source/geometry/solids/BREPS/src/G4Line.cc +++ b/source/geometry/solids/BREPS/src/G4Line.cc @@ -22,7 +22,7 @@ // // // $Id: G4Line.cc,v 1.8 2003/03/28 13:12:00 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4OsloMatrix.cc b/source/geometry/solids/BREPS/src/G4OsloMatrix.cc index 0964b1dd1f..21f5d325a3 100644 --- a/source/geometry/solids/BREPS/src/G4OsloMatrix.cc +++ b/source/geometry/solids/BREPS/src/G4OsloMatrix.cc @@ -22,7 +22,7 @@ // // // $Id: G4OsloMatrix.cc,v 1.5 2001/07/11 09:59:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4Parabola.cc b/source/geometry/solids/BREPS/src/G4Parabola.cc index a0656f73d4..ef649bc7d5 100644 --- a/source/geometry/solids/BREPS/src/G4Parabola.cc +++ b/source/geometry/solids/BREPS/src/G4Parabola.cc @@ -22,7 +22,7 @@ // // // $Id: G4Parabola.cc,v 1.6 2003/03/28 13:12:01 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4PlacedSolid.cc b/source/geometry/solids/BREPS/src/G4PlacedSolid.cc index 54899d9b64..937e237916 100644 --- a/source/geometry/solids/BREPS/src/G4PlacedSolid.cc +++ b/source/geometry/solids/BREPS/src/G4PlacedSolid.cc @@ -22,7 +22,7 @@ // // // $Id: G4PlacedSolid.cc,v 1.4 2001/07/11 09:59:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4PointRat.cc b/source/geometry/solids/BREPS/src/G4PointRat.cc index b4ce474163..ee69287bab 100644 --- a/source/geometry/solids/BREPS/src/G4PointRat.cc +++ b/source/geometry/solids/BREPS/src/G4PointRat.cc @@ -22,7 +22,7 @@ // // // $Id: G4PointRat.cc,v 1.5 2001/07/11 09:59:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4ProjectedSurface.cc b/source/geometry/solids/BREPS/src/G4ProjectedSurface.cc index a87079b589..394ec83551 100644 --- a/source/geometry/solids/BREPS/src/G4ProjectedSurface.cc +++ b/source/geometry/solids/BREPS/src/G4ProjectedSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProjectedSurface.cc,v 1.9 2003/03/28 13:12:02 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4Ray.cc b/source/geometry/solids/BREPS/src/G4Ray.cc index af938234d0..75d26f5f4a 100644 --- a/source/geometry/solids/BREPS/src/G4Ray.cc +++ b/source/geometry/solids/BREPS/src/G4Ray.cc @@ -22,7 +22,7 @@ // // // $Id: G4Ray.cc,v 1.9 2003/03/28 13:12:02 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4RectangularTrimmedSurface.cc b/source/geometry/solids/BREPS/src/G4RectangularTrimmedSurface.cc index 9d94119221..d142917771 100644 --- a/source/geometry/solids/BREPS/src/G4RectangularTrimmedSurface.cc +++ b/source/geometry/solids/BREPS/src/G4RectangularTrimmedSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4RectangularTrimmedSurface.cc,v 1.6 2001/07/11 09:59:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4Sort.cc b/source/geometry/solids/BREPS/src/G4Sort.cc index 786c7c27d1..5307fad592 100644 --- a/source/geometry/solids/BREPS/src/G4Sort.cc +++ b/source/geometry/solids/BREPS/src/G4Sort.cc @@ -22,7 +22,7 @@ // // // $Id: G4Sort.cc,v 1.4 2001/07/11 09:59:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 source file diff --git a/source/geometry/solids/BREPS/src/G4SphericalSurface.cc b/source/geometry/solids/BREPS/src/G4SphericalSurface.cc index 66ebc556b5..f6469eb521 100644 --- a/source/geometry/solids/BREPS/src/G4SphericalSurface.cc +++ b/source/geometry/solids/BREPS/src/G4SphericalSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4SphericalSurface.cc,v 1.7 2003/06/16 16:52:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4Surface.cc b/source/geometry/solids/BREPS/src/G4Surface.cc index 6125b79527..766dab320f 100644 --- a/source/geometry/solids/BREPS/src/G4Surface.cc +++ b/source/geometry/solids/BREPS/src/G4Surface.cc @@ -22,7 +22,7 @@ // // // $Id: G4Surface.cc,v 1.13 2003/10/28 13:42:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4SurfaceBoundary.cc b/source/geometry/solids/BREPS/src/G4SurfaceBoundary.cc index 98cf8ffce1..5cf773b73a 100644 --- a/source/geometry/solids/BREPS/src/G4SurfaceBoundary.cc +++ b/source/geometry/solids/BREPS/src/G4SurfaceBoundary.cc @@ -22,7 +22,7 @@ // // // $Id: G4SurfaceBoundary.cc,v 1.12 2003/10/28 13:42:31 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4SurfaceList.cc b/source/geometry/solids/BREPS/src/G4SurfaceList.cc index 85cd61d0cd..fb9deefc88 100644 --- a/source/geometry/solids/BREPS/src/G4SurfaceList.cc +++ b/source/geometry/solids/BREPS/src/G4SurfaceList.cc @@ -22,7 +22,7 @@ // // // $Id: G4SurfaceList.cc,v 1.6 2001/07/11 09:59:48 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4SurfaceOfLinearExtrusion.cc b/source/geometry/solids/BREPS/src/G4SurfaceOfLinearExtrusion.cc index e86e1729e6..4d8d55677f 100644 --- a/source/geometry/solids/BREPS/src/G4SurfaceOfLinearExtrusion.cc +++ b/source/geometry/solids/BREPS/src/G4SurfaceOfLinearExtrusion.cc @@ -22,7 +22,7 @@ // // // $Id: G4SurfaceOfLinearExtrusion.cc,v 1.3 2001/07/11 09:59:48 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4SurfaceOfRevolution.cc b/source/geometry/solids/BREPS/src/G4SurfaceOfRevolution.cc index f89cceec7b..837bebd378 100644 --- a/source/geometry/solids/BREPS/src/G4SurfaceOfRevolution.cc +++ b/source/geometry/solids/BREPS/src/G4SurfaceOfRevolution.cc @@ -25,7 +25,7 @@ // and all its terms. // // $Id: G4SurfaceOfRevolution.cc,v 1.3 2001/07/11 09:59:48 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4ThreeMat.cc b/source/geometry/solids/BREPS/src/G4ThreeMat.cc index 8e904df2a7..361efc0bf6 100644 --- a/source/geometry/solids/BREPS/src/G4ThreeMat.cc +++ b/source/geometry/solids/BREPS/src/G4ThreeMat.cc @@ -22,7 +22,7 @@ // // // $Id: G4ThreeMat.cc,v 1.7 2003/06/16 16:53:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/BREPS/src/G4ToroidalSurface.cc b/source/geometry/solids/BREPS/src/G4ToroidalSurface.cc index e21d90856f..61a4c96274 100644 --- a/source/geometry/solids/BREPS/src/G4ToroidalSurface.cc +++ b/source/geometry/solids/BREPS/src/G4ToroidalSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4ToroidalSurface.cc,v 1.7 2003/03/28 13:12:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/geometry/solids/Boolean/History b/source/geometry/solids/Boolean/History index 99a9e3ee25..fe63143c99 100644 --- a/source/geometry/solids/Boolean/History +++ b/source/geometry/solids/Boolean/History @@ -1,5 +1,5 @@ -$Id: History,v 1.44 2003/12/01 09:32:26 gcosmo Exp $ +$Id: History,v 1.45 2004/02/27 14:22:07 gcosmo Exp $ ------------------------------------------------------------------- ========================================================= @@ -20,6 +20,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + Feb 27, 2004 V.Grichine geom-bool-V06-00-00 + - G4UnionSolid.cc, G4SubtractionSolid.cc: fix in debug printout for + SurfaceNomal(). + Dec 01, 2003 G.Cosmo geom-bool-V05-02-04 - G4ReflectedSolid.cc: fixed trivial leak in constructor. diff --git a/source/geometry/solids/Boolean/include/G4BooleanSolid.hh b/source/geometry/solids/Boolean/include/G4BooleanSolid.hh index 983ef15157..58d954a040 100644 --- a/source/geometry/solids/Boolean/include/G4BooleanSolid.hh +++ b/source/geometry/solids/Boolean/include/G4BooleanSolid.hh @@ -22,7 +22,7 @@ // // // $Id: G4BooleanSolid.hh,v 1.8 2003/11/03 17:48:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4BooleanSolid diff --git a/source/geometry/solids/Boolean/include/G4DisplacedSolid.hh b/source/geometry/solids/Boolean/include/G4DisplacedSolid.hh index 5237303ce3..6aab0e7895 100644 --- a/source/geometry/solids/Boolean/include/G4DisplacedSolid.hh +++ b/source/geometry/solids/Boolean/include/G4DisplacedSolid.hh @@ -22,7 +22,7 @@ // // // $Id: G4DisplacedSolid.hh,v 1.15 2003/11/03 17:48:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4DisplacedSolid diff --git a/source/geometry/solids/Boolean/include/G4IntersectionSolid.hh b/source/geometry/solids/Boolean/include/G4IntersectionSolid.hh index a2be73b954..7672caea0d 100644 --- a/source/geometry/solids/Boolean/include/G4IntersectionSolid.hh +++ b/source/geometry/solids/Boolean/include/G4IntersectionSolid.hh @@ -22,7 +22,7 @@ // // // $Id: G4IntersectionSolid.hh,v 1.7 2003/11/03 17:48:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4IntersectionSolid diff --git a/source/geometry/solids/Boolean/include/G4ReflectedSolid.hh b/source/geometry/solids/Boolean/include/G4ReflectedSolid.hh index d898f78b5e..343c79da4a 100644 --- a/source/geometry/solids/Boolean/include/G4ReflectedSolid.hh +++ b/source/geometry/solids/Boolean/include/G4ReflectedSolid.hh @@ -22,7 +22,7 @@ // // // $Id: G4ReflectedSolid.hh,v 1.8 2003/11/03 17:48:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4ReflectedSolid diff --git a/source/geometry/solids/Boolean/include/G4ReflectionFactory.hh b/source/geometry/solids/Boolean/include/G4ReflectionFactory.hh index 7c52a3509c..a9e201c9b0 100644 --- a/source/geometry/solids/Boolean/include/G4ReflectionFactory.hh +++ b/source/geometry/solids/Boolean/include/G4ReflectionFactory.hh @@ -22,7 +22,7 @@ // // // $Id: G4ReflectionFactory.hh,v 1.6 2003/11/03 17:48:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4Reflection diff --git a/source/geometry/solids/Boolean/include/G4SubtractionSolid.hh b/source/geometry/solids/Boolean/include/G4SubtractionSolid.hh index 0e6fb44da4..65cf1c3c0d 100644 --- a/source/geometry/solids/Boolean/include/G4SubtractionSolid.hh +++ b/source/geometry/solids/Boolean/include/G4SubtractionSolid.hh @@ -22,7 +22,7 @@ // // // $Id: G4SubtractionSolid.hh,v 1.7 2003/11/03 17:48:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4SubtractionSolid diff --git a/source/geometry/solids/Boolean/include/G4UnionSolid.hh b/source/geometry/solids/Boolean/include/G4UnionSolid.hh index acb4f45ebe..677710f387 100644 --- a/source/geometry/solids/Boolean/include/G4UnionSolid.hh +++ b/source/geometry/solids/Boolean/include/G4UnionSolid.hh @@ -22,7 +22,7 @@ // // // $Id: G4UnionSolid.hh,v 1.8 2003/11/03 17:48:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4UnionSolid diff --git a/source/geometry/solids/Boolean/src/G4BooleanSolid.cc b/source/geometry/solids/Boolean/src/G4BooleanSolid.cc index 7edac92447..6feace8de6 100644 --- a/source/geometry/solids/Boolean/src/G4BooleanSolid.cc +++ b/source/geometry/solids/Boolean/src/G4BooleanSolid.cc @@ -22,7 +22,7 @@ // // // $Id: G4BooleanSolid.cc,v 1.11 2003/11/03 17:48:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Implementation for the abstract base class for solids created by boolean // operations between other solids diff --git a/source/geometry/solids/Boolean/src/G4DisplacedSolid.cc b/source/geometry/solids/Boolean/src/G4DisplacedSolid.cc index c4d3fe0bd6..afd5db3549 100644 --- a/source/geometry/solids/Boolean/src/G4DisplacedSolid.cc +++ b/source/geometry/solids/Boolean/src/G4DisplacedSolid.cc @@ -22,7 +22,7 @@ // // // $Id: G4DisplacedSolid.cc,v 1.19 2003/11/03 17:48:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Implementation for G4DisplacedSolid class for boolean // operations between other solids diff --git a/source/geometry/solids/Boolean/src/G4IntersectionSolid.cc b/source/geometry/solids/Boolean/src/G4IntersectionSolid.cc index 0e8c1a19e1..5a7ae6818b 100644 --- a/source/geometry/solids/Boolean/src/G4IntersectionSolid.cc +++ b/source/geometry/solids/Boolean/src/G4IntersectionSolid.cc @@ -22,7 +22,7 @@ // // // $Id: G4IntersectionSolid.cc,v 1.21 2003/11/03 17:48:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Implementation of methods for the class G4IntersectionSolid // diff --git a/source/geometry/solids/Boolean/src/G4ReflectedSolid.cc b/source/geometry/solids/Boolean/src/G4ReflectedSolid.cc index 0c6e3808e1..df55fdfa26 100644 --- a/source/geometry/solids/Boolean/src/G4ReflectedSolid.cc +++ b/source/geometry/solids/Boolean/src/G4ReflectedSolid.cc @@ -23,7 +23,7 @@ // // $Id: G4ReflectedSolid.cc,v 1.14 2003/12/01 09:32:05 gcosmo Exp $ // -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Implementation for G4ReflectedSolid class for boolean // operations between other solids diff --git a/source/geometry/solids/Boolean/src/G4ReflectionFactory.cc b/source/geometry/solids/Boolean/src/G4ReflectionFactory.cc index ad2a8f3c6d..302445a2f0 100644 --- a/source/geometry/solids/Boolean/src/G4ReflectionFactory.cc +++ b/source/geometry/solids/Boolean/src/G4ReflectionFactory.cc @@ -22,7 +22,7 @@ // // // $Id: G4ReflectionFactory.cc,v 1.11 2003/11/03 17:48:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Author: Ivana Hrivnacova, 16.10.2001 (Ivana.Hrivnacova@cern.ch) diff --git a/source/geometry/solids/Boolean/src/G4SubtractionSolid.cc b/source/geometry/solids/Boolean/src/G4SubtractionSolid.cc index 210a4634de..2a46a9b33e 100644 --- a/source/geometry/solids/Boolean/src/G4SubtractionSolid.cc +++ b/source/geometry/solids/Boolean/src/G4SubtractionSolid.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4SubtractionSolid.cc,v 1.20 2003/11/03 17:48:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4SubtractionSolid.cc,v 1.21 2004/02/27 08:38:09 grichine Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // Implementation of methods for the class G4IntersectionSolid // @@ -182,14 +182,17 @@ G4SubtractionSolid::SurfaceNormal( const G4ThreeVector& p ) const normal = -fPtrSolidB->SurfaceNormal(p) ; } #ifdef G4BOOLDEBUG - G4cout << "WARNING - Invalid call [2] in " + if(Inside(p) == kInside) + { + G4cout << "WARNING - Invalid call [2] in " << "G4SubtractionSolid::SurfaceNormal(p)" << G4endl << " Point p is inside !" << G4endl; - G4cout << " p = " << p << G4endl; - G4cerr << "WARNING - Invalid call [2] in " + G4cout << " p = " << p << G4endl; + G4cerr << "WARNING - Invalid call [2] in " << "G4SubtractionSolid::SurfaceNormal(p)" << G4endl << " Point p is inside !" << G4endl; - G4cerr << " p = " << p << G4endl; + G4cerr << " p = " << p << G4endl; + } #endif } } diff --git a/source/geometry/solids/Boolean/src/G4UnionSolid.cc b/source/geometry/solids/Boolean/src/G4UnionSolid.cc index 525104c376..bb6ef9578a 100644 --- a/source/geometry/solids/Boolean/src/G4UnionSolid.cc +++ b/source/geometry/solids/Boolean/src/G4UnionSolid.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4UnionSolid.cc,v 1.24 2003/11/03 17:48:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4UnionSolid.cc,v 1.25 2004/02/27 08:38:09 grichine Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // Implementation of methods for the class G4IntersectionSolid // @@ -188,14 +188,17 @@ G4UnionSolid::SurfaceNormal( const G4ThreeVector& p ) const { normal= fPtrSolidA->SurfaceNormal(p) ; #ifdef G4BOOLDEBUG - G4cout << "WARNING - Invalid call in " + if(Inside(p)==kInside) + { + G4cout << "WARNING - Invalid call in " << "G4UnionSolid::SurfaceNormal(p)" << G4endl << " Point p is inside !" << G4endl; - G4cout << " p = " << p << G4endl; - G4cerr << "WARNING - Invalid call in " + G4cout << " p = " << p << G4endl; + G4cerr << "WARNING - Invalid call in " << "G4UnionSolid::SurfaceNormal(p)" << G4endl << " Point p is inside !" << G4endl; - G4cerr << " p = " << p << G4endl; + G4cerr << " p = " << p << G4endl; + } #endif } return normal; diff --git a/source/geometry/solids/CSG/History b/source/geometry/solids/CSG/History index ee6f433cf1..84958c4743 100644 --- a/source/geometry/solids/CSG/History +++ b/source/geometry/solids/CSG/History @@ -1,4 +1,4 @@ -$Id: History,v 1.61 2003/12/04 11:41:08 gcosmo Exp $ +$Id: History,v 1.63 2004/03/18 11:52:59 gcosmo Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,16 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +Mar 18, 2004 V.Grichine geom-csg-V06-00-01 +- G4Torus.cc: bug fix in Inside(p) fixing warnings reported in + debug-mode of 'point p is outside'. + +Jan 26, 2004 V.Grichine geom-csg-V06-00-00 +- Converted strong exceptions in warning notifications for rare anomalous + conditions in DistanceToOut(p,v,..). +- G4Cons.cc: bug fix in DistanceToIn(p,v) to resolve situations of calls + to DistanceToOut() for points outside. + Dec 4, 2003 V.Grichine geom-csg-V05-02-06 - G4Trap.cc: fixed initialisation of planes in default constructor. - Added new unit test for G4Sphere and new test case for G4Cons. diff --git a/source/geometry/solids/CSG/include/G4Box.hh b/source/geometry/solids/CSG/include/G4Box.hh index 93c6a44854..b947605944 100644 --- a/source/geometry/solids/CSG/include/G4Box.hh +++ b/source/geometry/solids/CSG/include/G4Box.hh @@ -22,7 +22,7 @@ // // // $Id: G4Box.hh,v 1.10 2003/11/03 18:17:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/geometry/solids/CSG/include/G4Box.icc b/source/geometry/solids/CSG/include/G4Box.icc index 3cd599d302..5ea16e4452 100644 --- a/source/geometry/solids/CSG/include/G4Box.icc +++ b/source/geometry/solids/CSG/include/G4Box.icc @@ -22,7 +22,7 @@ // // // $Id: G4Box.icc,v 1.1 2002/10/28 11:43:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/CSG/include/G4CSGSolid.hh b/source/geometry/solids/CSG/include/G4CSGSolid.hh index ef481190f5..287675f074 100644 --- a/source/geometry/solids/CSG/include/G4CSGSolid.hh +++ b/source/geometry/solids/CSG/include/G4CSGSolid.hh @@ -22,7 +22,7 @@ // // // $Id: G4CSGSolid.hh,v 1.7 2003/06/16 16:53:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/CSG/include/G4Cons.hh b/source/geometry/solids/CSG/include/G4Cons.hh index c83b177312..9d6a0a73ce 100644 --- a/source/geometry/solids/CSG/include/G4Cons.hh +++ b/source/geometry/solids/CSG/include/G4Cons.hh @@ -22,7 +22,7 @@ // // // $Id: G4Cons.hh,v 1.8 2003/06/16 16:53:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/CSG/include/G4Cons.icc b/source/geometry/solids/CSG/include/G4Cons.icc index c9e1bb92d0..60c2a5b28b 100644 --- a/source/geometry/solids/CSG/include/G4Cons.icc +++ b/source/geometry/solids/CSG/include/G4Cons.icc @@ -22,7 +22,7 @@ // // // $Id: G4Cons.icc,v 1.1 2002/10/28 11:43:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/CSG/include/G4Orb.hh b/source/geometry/solids/CSG/include/G4Orb.hh index 0382e441cc..4ad381fa14 100644 --- a/source/geometry/solids/CSG/include/G4Orb.hh +++ b/source/geometry/solids/CSG/include/G4Orb.hh @@ -22,7 +22,7 @@ // // // $Id: G4Orb.hh,v 1.4 2003/11/05 10:56:58 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/CSG/include/G4Para.hh b/source/geometry/solids/CSG/include/G4Para.hh index 188602a100..5b50d3b0a4 100644 --- a/source/geometry/solids/CSG/include/G4Para.hh +++ b/source/geometry/solids/CSG/include/G4Para.hh @@ -22,7 +22,7 @@ // // // $Id: G4Para.hh,v 1.9 2003/06/16 16:53:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/CSG/include/G4Para.icc b/source/geometry/solids/CSG/include/G4Para.icc index 2c40ff25f8..c28dcc8645 100644 --- a/source/geometry/solids/CSG/include/G4Para.icc +++ b/source/geometry/solids/CSG/include/G4Para.icc @@ -22,7 +22,7 @@ // // // $Id: G4Para.icc,v 1.1 2002/10/28 11:43:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/CSG/include/G4Sphere.hh b/source/geometry/solids/CSG/include/G4Sphere.hh index d7e3655e28..cf9d3a4d9a 100644 --- a/source/geometry/solids/CSG/include/G4Sphere.hh +++ b/source/geometry/solids/CSG/include/G4Sphere.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4Sphere.hh,v 1.9 2003/10/09 14:27:02 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Sphere.hh,v 1.10 2004/01/26 09:03:20 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- @@ -148,7 +148,7 @@ class G4Sphere : public G4CSGSolid inline G4double GetDPhi() const; inline G4double GetSTheta() const; inline G4double GetDTheta() const; - void DBG() const {return;}; + protected: G4ThreeVectorList* @@ -174,11 +174,3 @@ class G4Sphere : public G4CSGSolid #include "G4Sphere.icc" #endif - - - - - - - - diff --git a/source/geometry/solids/CSG/include/G4Sphere.icc b/source/geometry/solids/CSG/include/G4Sphere.icc index d78ae17e47..9845b48fe5 100644 --- a/source/geometry/solids/CSG/include/G4Sphere.icc +++ b/source/geometry/solids/CSG/include/G4Sphere.icc @@ -22,7 +22,7 @@ // // // $Id: G4Sphere.icc,v 1.1 2002/10/28 11:43:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/CSG/include/G4Torus.hh b/source/geometry/solids/CSG/include/G4Torus.hh index 5dbae0e3a4..e9875b89fd 100644 --- a/source/geometry/solids/CSG/include/G4Torus.hh +++ b/source/geometry/solids/CSG/include/G4Torus.hh @@ -22,7 +22,7 @@ // // // $Id: G4Torus.hh,v 1.15 2003/06/16 16:53:25 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/CSG/include/G4Torus.icc b/source/geometry/solids/CSG/include/G4Torus.icc index b82582b57c..2777281a42 100644 --- a/source/geometry/solids/CSG/include/G4Torus.icc +++ b/source/geometry/solids/CSG/include/G4Torus.icc @@ -22,7 +22,7 @@ // // // $Id: G4Torus.icc,v 1.1 2002/10/28 11:43:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/CSG/include/G4Trap.hh b/source/geometry/solids/CSG/include/G4Trap.hh index 9a72e42f56..566e13d92c 100644 --- a/source/geometry/solids/CSG/include/G4Trap.hh +++ b/source/geometry/solids/CSG/include/G4Trap.hh @@ -22,7 +22,7 @@ // // // $Id: G4Trap.hh,v 1.8 2003/06/16 16:53:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/CSG/include/G4Trap.icc b/source/geometry/solids/CSG/include/G4Trap.icc index b15884cd07..5133c28d25 100644 --- a/source/geometry/solids/CSG/include/G4Trap.icc +++ b/source/geometry/solids/CSG/include/G4Trap.icc @@ -22,7 +22,7 @@ // // // $Id: G4Trap.icc,v 1.1 2002/10/28 11:43:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/CSG/include/G4Trd.hh b/source/geometry/solids/CSG/include/G4Trd.hh index 153599a794..0b7a49fa18 100644 --- a/source/geometry/solids/CSG/include/G4Trd.hh +++ b/source/geometry/solids/CSG/include/G4Trd.hh @@ -22,7 +22,7 @@ // // // $Id: G4Trd.hh,v 1.9 2003/06/16 16:53:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/CSG/include/G4Trd.icc b/source/geometry/solids/CSG/include/G4Trd.icc index 5548e415d1..e353957ba8 100644 --- a/source/geometry/solids/CSG/include/G4Trd.icc +++ b/source/geometry/solids/CSG/include/G4Trd.icc @@ -22,7 +22,7 @@ // // // $Id: G4Trd.icc,v 1.1 2002/10/28 11:43:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/CSG/include/G4Tubs.hh b/source/geometry/solids/CSG/include/G4Tubs.hh index 4f400c3c8a..f5a3ec97d6 100644 --- a/source/geometry/solids/CSG/include/G4Tubs.hh +++ b/source/geometry/solids/CSG/include/G4Tubs.hh @@ -22,7 +22,7 @@ // // // $Id: G4Tubs.hh,v 1.8 2003/06/16 16:53:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/CSG/include/G4Tubs.icc b/source/geometry/solids/CSG/include/G4Tubs.icc index 798c455aee..71bd061ac2 100644 --- a/source/geometry/solids/CSG/include/G4Tubs.icc +++ b/source/geometry/solids/CSG/include/G4Tubs.icc @@ -22,7 +22,7 @@ // // // $Id: G4Tubs.icc,v 1.1 2002/10/28 11:43:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/CSG/src/G4Box.cc b/source/geometry/solids/CSG/src/G4Box.cc index b5bb102cdd..7a78ee4ad3 100644 --- a/source/geometry/solids/CSG/src/G4Box.cc +++ b/source/geometry/solids/CSG/src/G4Box.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4Box.cc,v 1.24 2003/11/03 18:17:31 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Box.cc,v 1.26 2004/01/26 09:03:19 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // @@ -716,8 +716,7 @@ G4double G4Box::DistanceToOut( const G4ThreeVector& p,const G4ThreeVector& v, G4cout << "v.z() = " << v.z() << G4endl << G4endl; G4cout << "Proposed distance :" << G4endl << G4endl; G4cout << "snxt = " << snxt/mm << " mm" << G4endl << G4endl; - G4Exception("G4Box::DistanceToOut()", - "LogicError", FatalException, + G4Exception("G4Box::DistanceToOut(p,v,..)","Notification",JustWarning, "Undefined side for valid surface normal to solid."); break; } @@ -744,8 +743,8 @@ G4double G4Box::DistanceToOut(const G4ThreeVector& p) const G4cout << "p.x() = " << p.x()/mm << " mm" << G4endl ; G4cout << "p.y() = " << p.y()/mm << " mm" << G4endl ; G4cout << "p.z() = " << p.z()/mm << " mm" << G4endl << G4endl ; - G4Exception("G4Box::DistanceToOut(p)", - "Notification", JustWarning, "Point p is outside !?" ); + G4Exception("G4Box::DistanceToOut(p)", "Notification", JustWarning, + "Point p is outside !?" ); } #endif diff --git a/source/geometry/solids/CSG/src/G4CSGSolid.cc b/source/geometry/solids/CSG/src/G4CSGSolid.cc index 804467da11..b73509a755 100644 --- a/source/geometry/solids/CSG/src/G4CSGSolid.cc +++ b/source/geometry/solids/CSG/src/G4CSGSolid.cc @@ -22,7 +22,7 @@ // // // $Id: G4CSGSolid.cc,v 1.6 2003/11/03 18:17:31 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/CSG/src/G4Cons.cc b/source/geometry/solids/CSG/src/G4Cons.cc index 295136fbfb..424249f699 100644 --- a/source/geometry/solids/CSG/src/G4Cons.cc +++ b/source/geometry/solids/CSG/src/G4Cons.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4Cons.cc,v 1.29 2003/11/03 18:17:32 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Cons.cc,v 1.31 2004/01/26 09:03:19 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4Cons // @@ -30,17 +30,18 @@ // // History: // -// ~1994 P.Kent: main part of geometry functions -// 13.09.96 V.Grichine: final modifications to commit -// 09.10.98 V.Grichine: modifications in Distance ToOut(p,v,...) +// 23.01.04 V.Grichine: bugs fixed in Distance ToIn(p,v) +// 26.06.02 V.Grichine: bugs fixed in Distance ToIn(p,v) +// 05.10.00 V.Grichine: bugs fixed in Distance ToIn(p,v) +// 17.08.00 V.Grichine: if one and only one Rmin=0, it'll be 1e3*kRadTolerance +// 08.08.00 V.Grichine: more stable roots 2-equation in DistanceToOut(p,v,...) +// 06.03.00 V.Grichine: modifications in DistanceToOut(p,v,...) +// 18.11.99 V.Grichine: side = kNull initialisation in DistanceToOut(p,v,...) // 28.04.99 V.Grichine: bugs fixed in Distance ToOut(p,v,...) and // Distance ToIn(p,v) -// 18.11.99 V.Grichine: side = kNull initialisation in DistanceToOut(p,v,...) -// 06.03.00 V.Grichine: modifications in DistanceToOut(p,v,...) -// 08.08.00 V.Grichine: more stable roots 2-equation in DistanceToOut(p,v,...) -// 17.08.00 V.Grichine: if one and only one Rmin=0, it'll be 1e3*kRadTolerance -// 05.10.00 V.Grichine: bugs fixed in Distance ToIn(p,v) -// 26.06.02 V.Grichine: bugs fixed in Distance ToIn(p,v) +// 09.10.98 V.Grichine: modifications in Distance ToOut(p,v,...) +// 13.09.96 V.Grichine: final modifications to commit +// ~1994 P.Kent: main part of geometry functions // -------------------------------------------------------------------- #include "G4Cons.hh" @@ -157,169 +158,49 @@ G4Cons::G4Cons( const G4String& pName, EInside G4Cons::Inside(const G4ThreeVector& p) const { G4double r2, rl, rh, pPhi, tolRMin, tolRMax ; - EInside in = kOutside ; + EInside in; - if (fabs(p.z()) <= fDz - kCarTolerance*0.5 ) - { - r2 = p.x()*p.x() + p.y()*p.y() ; - rl = 0.5*(fRmin2*(p.z() + fDz) + fRmin1*(fDz - p.z()))/fDz ; + if (fabs(p.z()) > fDz + kCarTolerance*0.5 ) return in = kOutside; + else if(fabs(p.z()) >= fDz - kCarTolerance*0.5 ) in = kSurface; + else in = kInside; - // inner radius at z of point + r2 = p.x()*p.x() + p.y()*p.y() ; + rl = 0.5*(fRmin2*(p.z() + fDz) + fRmin1*(fDz - p.z()))/fDz ; + rh = 0.5*(fRmax2*(p.z()+fDz)+fRmax1*(fDz-p.z()))/fDz; - rh = 0.5*(fRmax2*(p.z()+fDz)+fRmax1*(fDz-p.z()))/fDz; + tolRMin = rl - kRadTolerance*0.5 ; + if ( tolRMin < 0 ) tolRMin = 0 ; + tolRMax = rh + kRadTolerance*0.5 ; - // outer radius at z of point + if ( r2 < tolRMin*tolRMin || r2 > tolRMax*tolRMax ) return in = kOutside; - if (rl) tolRMin = rl + kRadTolerance*0.5 ; - else tolRMin = 0.0 ; - - tolRMax = rh - kRadTolerance*0.5 ; + if (rl) tolRMin = rl + kRadTolerance*0.5 ; + else tolRMin = 0.0 ; + tolRMax = rh - kRadTolerance*0.5 ; - if ( r2 >= tolRMin*tolRMin && r2 <= tolRMax*tolRMax ) - { - if ( fDPhi == 2*M_PI || r2 == 0 ) in = kInside ; - else - { - // Try inner tolerant phi boundaries (=>inside) - // if not inside, try outer tolerant phi boundaries - - pPhi = atan2(p.y(),p.x()) ; - - if (pPhi < -kAngTolerance*0.5 ) pPhi += 2*M_PI ; // 0<=pPhi<2pi - if ( fSPhi >= 0 ) - { - if ( (abs(pPhi) < kAngTolerance*0.5) - && (abs(fSPhi + fDPhi - 2*M_PI) < kAngTolerance*0.5) ) - { - pPhi += 2*M_PI ; // 0 <= pPhi < 2pi - } - if ( (pPhi >= fSPhi + kAngTolerance*0.5) - && (pPhi <= fSPhi + fDPhi - kAngTolerance*0.5) ) - { - in = kInside ; - } - else if ( (pPhi >= fSPhi - kAngTolerance*0.5) - && (pPhi <= fSPhi + fDPhi + kAngTolerance*0.5) ) - { - in = kSurface ; - } - } - else // fSPhi < 0 - { - if ( (pPhi <= fSPhi + 2*M_PI - kAngTolerance*0.5) - && (pPhi >= fSPhi + fDPhi + kAngTolerance*0.5) ) ; - else if ( (pPhi <= fSPhi + 2*M_PI + kAngTolerance*0.5) - && (pPhi >= fSPhi + fDPhi - kAngTolerance*0.5) ) - { - in = kSurface ; - } - else - { - in = kInside ; - } - } - } - } - else // Try generous boundaries - { - tolRMin = rl - kRadTolerance*0.5 ; - tolRMax = rh + kRadTolerance*0.5 ; - - if ( tolRMin < 0 ) tolRMin = 0 ; - - if (r2 >= tolRMin*tolRMin && r2 <= tolRMax*tolRMax) - { - if (fDPhi == 2*M_PI || r2 == 0) // Continuous in phi or on z-axis - { - in = kSurface ; - } - else // Try outer tolerant phi boundaries only - { - pPhi = atan2(p.y(),p.x()) ; - - if ( pPhi < -kAngTolerance*0.5 ) pPhi += 2*M_PI ; // 0<=pPhi<2pi - if ( fSPhi >= 0 ) - { - if ( (abs(pPhi) < kAngTolerance*0.5) - && (abs(fSPhi + fDPhi - 2*M_PI) < kAngTolerance*0.5) ) - { - pPhi += 2*M_PI ; // 0 <= pPhi < 2pi - } - if ( (pPhi >= fSPhi - kAngTolerance*0.5) - && (pPhi <= fSPhi + fDPhi + kAngTolerance*0.5) ) - { - in = kSurface ; - } - } - else // fSPhi < 0 - { - if ( (pPhi <= fSPhi + 2*M_PI - kAngTolerance*0.5) - && (pPhi >= fSPhi + fDPhi + kAngTolerance*0.5) ) ; - else - { - in = kSurface ; - } - } - - } - } - } - } - else if (fabs(p.z()) <= fDz + kCarTolerance*0.5 ) + if (in == kInside) // else it's kSurface already { - // Check within tolerant r limits + if (r2 < tolRMin*tolRMin || r2 >= tolRMax*tolRMax) in = kSurface; + } + if ( ( fDPhi < 2*M_PI - kAngTolerance ) && + ( (p.x() != 0.0 ) || (p.y() != 0.0) ) ) + { + pPhi = atan2(p.y(),p.x()) ; - r2 = p.x()*p.x() + p.y()*p.y() ; - rl = 0.5*(fRmin2*(p.z() + fDz) + fRmin1*(fDz - p.z()))/fDz ; - - // inner radius at z of point - - rh = 0.5*(fRmax2*(p.z() + fDz) + fRmax1*(fDz - p.z()))/fDz; - - // outer radius at z of point - - tolRMin = rl - kRadTolerance*0.5 ; - - if (tolRMin < 0 ) tolRMin = 0 ; - - tolRMax = rh + kRadTolerance*0.5 ; - - if (r2 >= tolRMin*tolRMin && r2 <= tolRMax*tolRMax) + if ( pPhi < fSPhi - kAngTolerance*0.5 ) pPhi += 2*M_PI ; + else if ( pPhi > fSPhi + fDPhi + kAngTolerance*0.5 ) pPhi -= 2*M_PI; + + if ( (pPhi < fSPhi - kAngTolerance*0.5) || + (pPhi > fSPhi + fDPhi + kAngTolerance*0.5) ) return in = kOutside; + + else if (in == kInside) // else it's kSurface anyway already { - if ( fDPhi == 2*M_PI || r2 == 0 ) // Continuous in phi or on z-axis - { - in = kSurface ; - } - else // Try outer tolerant phi boundaries - { - pPhi = atan2(p.y(),p.x()) ; - if ( pPhi < -kAngTolerance*0.5 ) pPhi += 2*M_PI ; // 0<=pPhi<2pi - if ( fSPhi >= 0 ) - { - if ( (abs(pPhi) < kAngTolerance*0.5) - && (abs(fSPhi + fDPhi - 2*M_PI) < kAngTolerance*0.5) ) - { - pPhi += 2*M_PI ; // 0 <= pPhi < 2pi - } - if ( (pPhi >= fSPhi - kAngTolerance*0.5) - && (pPhi <= fSPhi + fDPhi + kAngTolerance*0.5) ) - { - in = kSurface; - } - } - else // fSPhi < 0 - { - if ( (pPhi <= fSPhi + 2*M_PI - kAngTolerance*0.5) - && (pPhi >= fSPhi + fDPhi + kAngTolerance*0.5) ) ; - else - { - in = kSurface ; - } - } - - } + if ( (pPhi < fSPhi + kAngTolerance*0.5) || + (pPhi > fSPhi + fDPhi - kAngTolerance*0.5) ) in = kSurface ; } } + else if( fDPhi < 2*M_PI - kAngTolerance ) in = kSurface ; + return in ; } @@ -650,8 +531,7 @@ G4ThreeVector G4Cons::SurfaceNormal( const G4ThreeVector& p) const break ; default: DumpInfo(); - G4Exception("G4Cons::SurfaceNormal()", - "LogicError", FatalException, + G4Exception("G4Cons::SurfaceNormal()", "Notification", JustWarning, "Undefined side for valid surface normal to solid.") ; break ; } @@ -804,7 +684,7 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, cosPsi = (xi*cosCPhi + yi*sinCPhi)/sqrt(rhoi2) ; - if (cosPsi >= cosHDPhiOT) return s ; + if (cosPsi >= cosHDPhiIT) return s ; } else return s ; } @@ -817,7 +697,7 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, cosPsi = (xi*cosCPhi + yi*sinCPhi)/sqrt(rhoi2) ; - if (cosPsi >= cosHDPhiOT) return s ; + if (cosPsi >= cosHDPhiIT) return s ; } else return s ; } @@ -916,7 +796,7 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, ri = rMaxAv + zi*tanRMax ; cosPsi = (xi*cosCPhi + yi*sinCPhi)/ri ; - if ( cosPsi >= cosHDPhiOT ) return s ; + if ( cosPsi >= cosHDPhiIT ) return s ; } } } // end if (s>0) @@ -967,7 +847,7 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, ri = rMaxAv + zi*tanRMax ; cosPsi = (xi*cosCPhi + yi*sinCPhi)/ri ; - if (cosPsi >= cosHDPhiOT) return s ; + if (cosPsi >= cosHDPhiIT) return s ; } } } @@ -1003,11 +883,11 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, b = nt2/nt1 ; c = nt3/nt1 ; d = b*b-c ; - if (d > 0) + if (d >= 0) // > 0 { s = -b + sqrt(d) ; - if ( s > 0 ) + if ( s >= 0 ) // > 0 { zi = p.z() + s*v.z() ; @@ -1020,7 +900,7 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, ri = rMinAv + zi*tanRMin ; cosPsi = (xi*cosCPhi + yi*sinCPhi)/ri ; - if (cosPsi >= cosHDPhiOT) snxt = s ; + if (cosPsi >= cosHDPhiIT) snxt = s ; } else return s ; } @@ -1038,7 +918,7 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, c = nt3/nt1 ; d = b*b - c ; - if ( d > 0 ) + if ( d >= 0 ) // > 0 { s = -b + sqrt(d) ; zi = p.z() + s*v.z() ; @@ -1046,7 +926,7 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, if ( ri >= 0 ) { - if ( s > 0 && fabs(zi) <= tolODz ) + if ( s >= 0 && fabs(zi) <= tolODz ) // s > 0 { if ( seg ) { @@ -1065,7 +945,7 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, zi = p.z() + s*v.z() ; ri = rMinAv + zi*tanRMin ; - if ( s > 0 && ri >= 0 && fabs(zi) <= tolODz ) + if ( s >= 0 && ri >= 0 && fabs(zi) <= tolODz ) // s>0 { if ( seg ) { @@ -1073,7 +953,7 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, yi = p.y() + s*v.y() ; cosPsi = (xi*cosCPhi + yi*sinCPhi)/ri ; - if (cosPsi >= cosHDPhiOT) snxt = s ; + if (cosPsi >= cosHDPhiIT) snxt = s ; } else return s ; } @@ -1110,7 +990,7 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, c = nt3/nt1 ; d = b*b - c ; - if ( d > 0 ) + if ( d >= 0 ) // > 0 { s = -b - sqrt(d) ; zi = p.z() + s*v.z() ; @@ -1121,15 +1001,16 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, s = -b + sqrt(d) ; zi = p.z() + s*v.z() ; - if ( s > 0 && fabs(zi) <= tolODz ) + if ( s >= 0 && fabs(zi) <= tolODz ) // s>0 { if ( seg ) { xi = p.x() + s*v.x() ; yi = p.y() + s*v.y() ; + ri = rMinAv + zi*tanRMin ; cosPsi = (xi*cosCPhi + yi*sinCPhi)/ri ; - if ( cosPsi >= cosHDPhiOT ) snxt = s ; + if ( cosPsi >= cosHDPhiIT ) snxt = s ; } else return s ; } @@ -1149,15 +1030,16 @@ G4double G4Cons::DistanceToIn( const G4ThreeVector& p, s = -b + sqrt(d) ; zi = p.z() + s*v.z() ; - if ( s > 0 && fabs(zi) <= tolODz ) + if ( s >= 0 && fabs(zi) <= tolODz ) // s>0 { if ( seg ) { - xi = p.x() + s*v.x() ; - yi = p.y() + s*v.y() ; - cosPsi = (xi*cosCPhi + yi*sinCPhi)/ri ; + xi = p.x() + s*v.x(); + yi = p.y() + s*v.y(); + ri = rMinAv + zi*tanRMin ; + cosPsi = (xi*cosCPhi + yi*sinCPhi)/ri; - if (cosPsi >= cosHDPhiOT) snxt = s ; + if (cosPsi >= cosHDPhiIT) snxt = s ; } else return s ; } @@ -2001,14 +1883,20 @@ G4double G4Cons::DistanceToOut( const G4ThreeVector& p, G4cout << "p.x() = " << p.x()/mm << " mm" << G4endl ; G4cout << "p.y() = " << p.y()/mm << " mm" << G4endl ; G4cout << "p.z() = " << p.z()/mm << " mm" << G4endl << G4endl ; + G4cout << "pho at z = " << sqrt( p.x()*p.x()+p.y()*p.y() )/mm << " mm" + << G4endl << G4endl ; + if( p.x() != 0. || p.x() != 0.) + { + G4cout << "point phi = " << atan2(p.y(),p.x())/degree << " degree" + << G4endl << G4endl ; + } G4cout << "Direction:" << G4endl << G4endl ; G4cout << "v.x() = " << v.x() << G4endl ; G4cout << "v.y() = " << v.y() << G4endl ; G4cout << "v.z() = " << v.z() << G4endl<< G4endl ; G4cout << "Proposed distance :" << G4endl<< G4endl ; G4cout << "snxt = " << snxt/mm << " mm" << G4endl << G4endl ; - G4Exception("G4Cons::DistanceToOut()", - "LogicError", FatalException, + G4Exception("G4Cons::DistanceToOut(p,v,..)","Notification",JustWarning, "Undefined side for valid surface normal to solid.") ; break ; } @@ -2040,8 +1928,13 @@ G4double G4Cons::DistanceToOut(const G4ThreeVector& p) const G4cout << "p.z() = " << p.z()/mm << " mm" << G4endl << G4endl ; G4cout << "pho at z = " << sqrt( p.x()*p.x()+p.y()*p.y() )/mm << " mm" << G4endl << G4endl ; - G4Exception("G4Cons::DistanceToOut(p)", - "Notification", JustWarning, "Point p is outside !?" ); + if( p.x() != 0. || p.x() != 0.) + { + G4cout << "point phi = " << atan2(p.y(),p.x())/degree << " degree" + << G4endl << G4endl ; + } + G4Exception("G4Cons::DistanceToOut(p)", "Notification", JustWarning, + "Point p is outside !?" ); } #endif diff --git a/source/geometry/solids/CSG/src/G4Orb.cc b/source/geometry/solids/CSG/src/G4Orb.cc index b2a40f16d6..0a3479d735 100644 --- a/source/geometry/solids/CSG/src/G4Orb.cc +++ b/source/geometry/solids/CSG/src/G4Orb.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4Orb.cc,v 1.9 2003/11/05 10:56:58 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Orb.cc,v 1.12 2004/01/26 09:05:55 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4Orb // @@ -307,7 +307,7 @@ G4ThreeVector G4Orb::SurfaceNormal( const G4ThreeVector& p ) const break; default: DumpInfo(); - G4Exception("G4Orb::SurfaceNormal()", "LogicError", FatalException, + G4Exception("G4Orb::SurfaceNormal()", "Notification", JustWarning, "Undefined side for valid surface normal to solid."); break; } @@ -386,7 +386,8 @@ G4double G4Orb::DistanceToIn( const G4ThreeVector& p, } else // inside ??? { - G4cout<<"G4Orb::DistanceToIn(p,v) is called from inside ???"<= Rmin_plus*Rmin_plus) in = kInside ; } } } - // if (in == kInside) DBG(); return in; } @@ -668,7 +667,7 @@ G4ThreeVector G4Sphere::SurfaceNormal( const G4ThreeVector& p ) const break; default: DumpInfo(); - G4Exception("G4Sphere::SurfaceNormal()", "LogicError", FatalException, + G4Exception("G4Sphere::SurfaceNormal()", "Notification", JustWarning, "Undefined side for valid surface normal to solid."); break; } // end case @@ -2453,8 +2452,8 @@ G4double G4Sphere::DistanceToOut( const G4ThreeVector& p, G4cout << "v.z() = " << v.z() << G4endl << G4endl; G4cout << "Proposed distance :" << G4endl << G4endl; G4cout << "snxt = " << snxt/mm << " mm" << G4endl << G4endl; - G4Exception("G4Sphere::DistanceToOut(p,v,...)", - "LogicError", FatalException, + G4Exception("G4Sphere::DistanceToOut(p,v,..)", + "Notification", JustWarning, "Undefined side for valid surface normal to solid."); break; } @@ -2476,10 +2475,9 @@ G4double G4Sphere::DistanceToOut( const G4ThreeVector& p, G4cout << "v.z() = " << v.z() << G4endl << G4endl; G4cout << "Proposed distance :" << G4endl << G4endl; G4cout << "snxt = " << snxt/mm << " mm" << G4endl << G4endl; - G4Exception("G4Sphere::DistanceToOut(p,v,...)", + G4Exception("G4Sphere::DistanceToOut(p,v,..)", "Notification", JustWarning, "Logic error: snxt = kInfinity ???"); - DBG(); } return snxt; diff --git a/source/geometry/solids/CSG/src/G4Torus.cc b/source/geometry/solids/CSG/src/G4Torus.cc index 4ee43e22f1..a7d9dabfff 100644 --- a/source/geometry/solids/CSG/src/G4Torus.cc +++ b/source/geometry/solids/CSG/src/G4Torus.cc @@ -21,25 +21,26 @@ // ******************************************************************** // // -// $Id: G4Torus.cc,v 1.33 2003/11/03 18:17:32 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Torus.cc,v 1.36 2004/03/18 10:53:22 grichine Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4Torus // // Implementation // -// 30.10.96 V.Grichine: first implementation with G4Tubs elements in Fs -// 09.10.98 V.Grichine: modifications in Distance ToOut(p,v,...) -// 19.11.99 V.Grichine: side = kNull in Distance ToOut(p,v,...) -// 06.03.00 V.Grichine: modifications in Distance ToOut(p,v,...) -// 26.05.00 V.Grichine: new fuctions developed by O.Cremonesi were added +// 18.03.04 V.Grichine: bug fixed in DistanceToIn(p) +// 11.01.01 E.Medernach: Use G4PolynomialSolver to find roots +// 03.10.00 E.Medernach: SafeNewton added // 31.08.00 E.Medernach: numerical computation of roots wuth bounding // volume technique -// 03.10.00 E.Medernach: SafeNewton added -// 11.01.01 E.Medernach: Use G4PolynomialSolver to find roots +// 26.05.00 V.Grichine: new fuctions developed by O.Cremonesi were added +// 06.03.00 V.Grichine: modifications in Distance ToOut(p,v,...) +// 19.11.99 V.Grichine: side = kNull in Distance ToOut(p,v,...) +// 09.10.98 V.Grichine: modifications in Distance ToOut(p,v,...) +// 30.10.96 V.Grichine: first implementation with G4Tubs elements in Fs +// // -// -------------------------------------------------------------------- #include "G4Torus.hh" @@ -76,6 +77,10 @@ G4Torus::G4Torus( const G4String &pName, SetAllParameters(pRmin, pRmax, pRtor, pSPhi, pDPhi); } +//////////////////////////////////////////////////////////////////////////// +// +// + void G4Torus::SetAllParameters( G4double pRmin, G4double pRmax, @@ -475,7 +480,9 @@ G4int G4Torus::SolveCubic( G4double c[], G4double s[] ) const return num; } -// --------------------------------------------------------------------- +//////////////////////////////////////////////////////////////////////////// +// +// G4int G4Torus::SolveBiQuadraticNew( G4double c[], G4double s[] ) const { @@ -593,7 +600,9 @@ G4int G4Torus::SolveBiQuadraticNew( G4double c[], G4double s[] ) const return num ; } -// ------------------------------------------------------------------------- +/////////////////////////////////////////////////////////////////////////// +// +// G4int G4Torus::SolveCubicNew( G4double c[], G4double s[], G4double& cubic_discr ) const @@ -985,26 +994,28 @@ EInside G4Torus::Inside( const G4ThreeVector& p ) const pPhi = atan2(p.y(),p.x()) ; - if ( pPhi < 0 ) pPhi += 2*M_PI ; // 0<=pPhi<2*M_PI + if ( pPhi < -kAngTolerance*0.5 ) pPhi += 2*M_PI ; // 0<=pPhi<2pi if ( fSPhi >= 0 ) { - if ( (pPhi >= fSPhi+kAngTolerance*0.5) - && (pPhi <= fSPhi+fDPhi-kAngTolerance*0.5) ) - in = kInside ; - else if ( (pPhi >= fSPhi-kAngTolerance*0.5) - && (pPhi <= fSPhi+fDPhi+kAngTolerance*0.5) ) - in = kSurface ; + if ( (abs(pPhi) < kAngTolerance*0.5) + && (abs(fSPhi + fDPhi - 2*M_PI) < kAngTolerance*0.5) ) + { + pPhi += 2*M_PI ; // 0 <= pPhi < 2pi + } + if ( (pPhi >= fSPhi - kAngTolerance*0.5) + && (pPhi <= fSPhi + fDPhi + kAngTolerance*0.5) ) + { + in = kSurface; + } } - else + else // fSPhi < 0 { - if (pPhi < fSPhi+2*M_PI) pPhi += 2*M_PI ; - - if ( (pPhi >= fSPhi+2*M_PI+kAngTolerance*0.5) - && (pPhi <= fSPhi+fDPhi+2*M_PI-kAngTolerance*0.5) ) - in = kInside ; - else if ( (pPhi >= fSPhi+2*M_PI-kAngTolerance*0.5) - && (pPhi <= fSPhi+fDPhi+2*M_PI+kAngTolerance*0.5) ) - in = kSurface ; + if ( (pPhi <= fSPhi + 2*M_PI - kAngTolerance*0.5) + && (pPhi >= fSPhi + fDPhi + kAngTolerance*0.5) ) ; + else + { + in = kSurface ; + } } } } @@ -1025,22 +1036,29 @@ EInside G4Torus::Inside( const G4ThreeVector& p ) const { pPhi = atan2(p.y(),p.x()) ; - if ( pPhi < 0 ) pPhi += 2*M_PI ; // 0<=pPhi<2*M_PI - - if (fSPhi >= 0 ) + if ( pPhi < -kAngTolerance*0.5 ) pPhi += 2*M_PI ; // 0<=pPhi<2pi + if ( fSPhi >= 0 ) { - if ( (pPhi >= fSPhi-kAngTolerance*0.5) - && (pPhi <= fSPhi+fDPhi+kAngTolerance*0.5) ) - in = kSurface ; + if ( (abs(pPhi) < kAngTolerance*0.5) + && (abs(fSPhi + fDPhi - 2*M_PI) < kAngTolerance*0.5) ) + { + pPhi += 2*M_PI ; // 0 <= pPhi < 2pi + } + if ( (pPhi >= fSPhi - kAngTolerance*0.5) + && (pPhi <= fSPhi + fDPhi + kAngTolerance*0.5) ) + { + in = kSurface; + } } - else + else // fSPhi < 0 { - if (pPhi < fSPhi + 2*M_PI) pPhi += 2*M_PI ; - - if ( (pPhi >= fSPhi+2*M_PI-kAngTolerance*0.5) - && (pPhi <= fSPhi+fDPhi+2*M_PI+kAngTolerance*0.5) ) - in = kSurface ; - } + if ( (pPhi <= fSPhi + 2*M_PI - kAngTolerance*0.5) + && (pPhi >= fSPhi + fDPhi + kAngTolerance*0.5) ) ; + else + { + in = kSurface ; + } + } } } } @@ -1128,8 +1146,7 @@ G4ThreeVector G4Torus::SurfaceNormal( const G4ThreeVector& p ) const break; default: DumpInfo(); - G4Exception("G4Torus::SurfaceNormal()", - "LogicError", FatalException, + G4Exception("G4Torus::SurfaceNormal()", "Notification", JustWarning, "Undefined side for valid surface normal to solid."); break ; } @@ -2071,8 +2088,7 @@ G4double G4Torus::DistanceToOut( const G4ThreeVector& p, G4cout << "v.z() = " << v.z() << G4endl << G4endl; G4cout << "Proposed distance :" << G4endl << G4endl; G4cout << "snxt = " << snxt/mm << " mm" << G4endl << G4endl; - G4Exception("G4Torus::DistanceToOut()", - "LogicError", FatalException, + G4Exception("G4Torus::DistanceToOut(p,v,..)","Notification",JustWarning, "Undefined side for valid surface normal to solid."); break; } @@ -2110,8 +2126,8 @@ G4double G4Torus::DistanceToOut( const G4ThreeVector& p ) const G4cout << "p.x() = " << p.x()/mm << " mm" << G4endl ; G4cout << "p.y() = " << p.y()/mm << " mm" << G4endl ; G4cout << "p.z() = " << p.z()/mm << " mm" << G4endl << G4endl ; - G4Exception("G4Torus::DistanceToOut(p)", - "Notification", JustWarning, "Point p is outside !?" ); + G4Exception("G4Torus::DistanceToOut(p)", "Notification", + JustWarning, "Point p is outside !?" ); } #endif #if DEBUGTORUS diff --git a/source/geometry/solids/CSG/src/G4Trap.cc b/source/geometry/solids/CSG/src/G4Trap.cc index 17ab1c9282..38f721354e 100644 --- a/source/geometry/solids/CSG/src/G4Trap.cc +++ b/source/geometry/solids/CSG/src/G4Trap.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4Trap.cc,v 1.22 2003/12/04 10:44:07 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Trap.cc,v 1.24 2004/01/26 09:03:20 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4Trap // @@ -1510,6 +1510,21 @@ G4double G4Trap::DistanceToOut(const G4ThreeVector& p, const G4ThreeVector& v, *n=G4ThreeVector(0,0,1); break; default: + G4cout.precision(16); + G4cout << G4endl; + DumpInfo(); + G4cout << "Position:" << G4endl << G4endl; + G4cout << "p.x() = " << p.x()/mm << " mm" << G4endl; + G4cout << "p.y() = " << p.y()/mm << " mm" << G4endl; + G4cout << "p.z() = " << p.z()/mm << " mm" << G4endl << G4endl; + G4cout << "Direction:" << G4endl << G4endl; + G4cout << "v.x() = " << v.x() << G4endl; + G4cout << "v.y() = " << v.y() << G4endl; + G4cout << "v.z() = " << v.z() << G4endl << G4endl; + G4cout << "Proposed distance :" << G4endl << G4endl; + G4cout << "snxt = " << snxt/mm << " mm" << G4endl << G4endl; + G4Exception("G4Trap::DistanceToOut(p,v,..)","Notification",JustWarning, + "Undefined side for valid surface normal to solid."); break; } } diff --git a/source/geometry/solids/CSG/src/G4Trd.cc b/source/geometry/solids/CSG/src/G4Trd.cc index 304c982fc1..683a3f17ff 100644 --- a/source/geometry/solids/CSG/src/G4Trd.cc +++ b/source/geometry/solids/CSG/src/G4Trd.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4Trd.cc,v 1.17 2003/11/03 18:17:32 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Trd.cc,v 1.19 2004/01/26 09:03:20 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Implementation for G4Trd class @@ -1120,8 +1120,7 @@ G4double G4Trd::DistanceToOut( const G4ThreeVector& p, break; default: DumpInfo(); - G4Exception("G4Trd::DistanceToOut()", - "LogicError", FatalException, + G4Exception("G4Trd::DistanceToOut(p,v,..)","Notification",JustWarning, "Undefined side for valid surface normal to solid."); break; } @@ -1151,8 +1150,8 @@ G4double G4Trd::DistanceToOut( const G4ThreeVector& p ) const G4cout << "p.x() = " << p.x()/mm << " mm" << G4endl ; G4cout << "p.y() = " << p.y()/mm << " mm" << G4endl ; G4cout << "p.z() = " << p.z()/mm << " mm" << G4endl << G4endl ; - G4Exception("G4Trd::DistanceToOut(p)", - "Notification", JustWarning, "Point p is outside !?" ); + G4Exception("G4Trd::DistanceToOut(p)", "Notification", JustWarning, + "Point p is outside !?" ); } #endif diff --git a/source/geometry/solids/CSG/src/G4Tubs.cc b/source/geometry/solids/CSG/src/G4Tubs.cc index 7bd9a9238f..5fad30726f 100644 --- a/source/geometry/solids/CSG/src/G4Tubs.cc +++ b/source/geometry/solids/CSG/src/G4Tubs.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4Tubs.cc,v 1.40 2003/11/03 18:17:32 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Tubs.cc,v 1.42 2004/01/26 09:03:20 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4Tubs @@ -649,7 +649,7 @@ G4ThreeVector G4Tubs::SurfaceNormal( const G4ThreeVector& p ) const default: { DumpInfo(); - G4Exception("G4Tubs::SurfaceNormal()", "LogicError", FatalException, + G4Exception("G4Tubs::SurfaceNormal()", "Notification", JustWarning, "Undefined side for valid surface normal to solid."); break ; } @@ -1435,7 +1435,7 @@ G4double G4Tubs::DistanceToOut( const G4ThreeVector& p, G4cout << "v.z() = " << v.z() << G4endl << G4endl ; G4cout << "Proposed distance :" << G4endl << G4endl ; G4cout << "snxt = " << snxt/mm << " mm" << G4endl << G4endl ; - G4Exception("G4Tubs::DistanceToOut()", "LogicError", FatalException, + G4Exception("G4Tubs::DistanceToOut(p,v,..)","Notification",JustWarning, "Undefined side for valid surface normal to solid."); break ; } @@ -1464,8 +1464,8 @@ G4double G4Tubs::DistanceToOut( const G4ThreeVector& p ) const G4cout << "p.x() = " << p.x()/mm << " mm" << G4endl ; G4cout << "p.y() = " << p.y()/mm << " mm" << G4endl ; G4cout << "p.z() = " << p.z()/mm << " mm" << G4endl << G4endl ; - G4Exception("G4Tubs::DistanceToOut(p)", - "Notification", JustWarning, "Point p is outside !?"); + G4Exception("G4Tubs::DistanceToOut(p)", "Notification", JustWarning, + "Point p is outside !?"); } #endif diff --git a/source/geometry/solids/specific/History b/source/geometry/solids/specific/History index 1e47ea6cd7..69e5109dfb 100644 --- a/source/geometry/solids/specific/History +++ b/source/geometry/solids/specific/History @@ -1,4 +1,4 @@ -$Id: History,v 1.33 2003/11/22 10:11:57 gcosmo Exp $ +$Id: History,v 1.34 2004/01/12 10:30:31 gcosmo Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +12-Jan-2004, G.Cosmo (geom-specific-V06-00-00) +- G4PolyhedraSide.cc: fixed bug in which particles could "leak" out the + center of a face if inner radius = 0. + Fixes problem report #547. (D.Williams) + 22-Nov-2003, G.Cosmo (geom-specific-V05-02-07) - Fixed upper bound for protection check introduced in G4Polycone and G4Polyhedra constructors. diff --git a/source/geometry/solids/specific/include/G4ClippablePolygon.hh b/source/geometry/solids/specific/include/G4ClippablePolygon.hh index fcfb5e4a6b..187645c768 100644 --- a/source/geometry/solids/specific/include/G4ClippablePolygon.hh +++ b/source/geometry/solids/specific/include/G4ClippablePolygon.hh @@ -22,7 +22,7 @@ // // // $Id: G4ClippablePolygon.hh,v 1.9 2003/11/03 18:39:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4ClippablePolygon.icc b/source/geometry/solids/specific/include/G4ClippablePolygon.icc index 6fd4e045f1..431f60de3a 100644 --- a/source/geometry/solids/specific/include/G4ClippablePolygon.icc +++ b/source/geometry/solids/specific/include/G4ClippablePolygon.icc @@ -22,7 +22,7 @@ // // // $Id: G4ClippablePolygon.icc,v 1.3 2001/07/11 10:00:14 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/specific/include/G4EllipticalTube.hh b/source/geometry/solids/specific/include/G4EllipticalTube.hh index 5a204a5a64..bd45cda772 100644 --- a/source/geometry/solids/specific/include/G4EllipticalTube.hh +++ b/source/geometry/solids/specific/include/G4EllipticalTube.hh @@ -22,7 +22,7 @@ // // // $Id: G4EllipticalTube.hh,v 1.11 2003/06/16 16:53:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/geometry/solids/specific/include/G4EllipticalTube.icc b/source/geometry/solids/specific/include/G4EllipticalTube.icc index db24b9c211..5a6b6baf2a 100644 --- a/source/geometry/solids/specific/include/G4EllipticalTube.icc +++ b/source/geometry/solids/specific/include/G4EllipticalTube.icc @@ -22,7 +22,7 @@ // // // $Id: G4EllipticalTube.icc,v 1.1 2002/10/28 11:47:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/specific/include/G4EnclosingCylinder.hh b/source/geometry/solids/specific/include/G4EnclosingCylinder.hh index 08c37731e9..f33d7e1194 100644 --- a/source/geometry/solids/specific/include/G4EnclosingCylinder.hh +++ b/source/geometry/solids/specific/include/G4EnclosingCylinder.hh @@ -22,7 +22,7 @@ // // // $Id: G4EnclosingCylinder.hh,v 1.6 2003/11/03 18:39:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4Hype.hh b/source/geometry/solids/specific/include/G4Hype.hh index 0b991d5739..22893acb3d 100644 --- a/source/geometry/solids/specific/include/G4Hype.hh +++ b/source/geometry/solids/specific/include/G4Hype.hh @@ -23,7 +23,7 @@ // // $Id: G4Hype.hh,v 1.7 2003/06/16 16:53:52 gunter Exp $ // $Original: G4Hype.hh,v 1.0 1998/06/09 16:57:50 safai Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4Hype.icc b/source/geometry/solids/specific/include/G4Hype.icc index 23b3d1e822..016e42a5fb 100644 --- a/source/geometry/solids/specific/include/G4Hype.icc +++ b/source/geometry/solids/specific/include/G4Hype.icc @@ -22,7 +22,7 @@ // // // $Id: G4Hype.icc,v 1.3 2002/10/28 11:47:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/specific/include/G4IntersectingCone.hh b/source/geometry/solids/specific/include/G4IntersectingCone.hh index f9e96398d6..a06a4b22bf 100644 --- a/source/geometry/solids/specific/include/G4IntersectingCone.hh +++ b/source/geometry/solids/specific/include/G4IntersectingCone.hh @@ -22,7 +22,7 @@ // // // $Id: G4IntersectingCone.hh,v 1.6 2003/11/03 18:39:54 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4PolyPhiFace.hh b/source/geometry/solids/specific/include/G4PolyPhiFace.hh index 2bc9da014c..442a60f920 100644 --- a/source/geometry/solids/specific/include/G4PolyPhiFace.hh +++ b/source/geometry/solids/specific/include/G4PolyPhiFace.hh @@ -22,7 +22,7 @@ // // // $Id: G4PolyPhiFace.hh,v 1.5 2002/10/28 11:47:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4PolyPhiFace.icc b/source/geometry/solids/specific/include/G4PolyPhiFace.icc index 5fbb15032f..d874940800 100644 --- a/source/geometry/solids/specific/include/G4PolyPhiFace.icc +++ b/source/geometry/solids/specific/include/G4PolyPhiFace.icc @@ -22,7 +22,7 @@ // // // $Id: G4PolyPhiFace.icc,v 1.4 2002/10/28 11:47:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4Polycone.hh b/source/geometry/solids/specific/include/G4Polycone.hh index cbdf647e80..0e2282a9a0 100644 --- a/source/geometry/solids/specific/include/G4Polycone.hh +++ b/source/geometry/solids/specific/include/G4Polycone.hh @@ -22,7 +22,7 @@ // // // $Id: G4Polycone.hh,v 1.12 2003/11/05 17:41:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4Polycone.icc b/source/geometry/solids/specific/include/G4Polycone.icc index 744c1e1b8c..e614b0f797 100644 --- a/source/geometry/solids/specific/include/G4Polycone.icc +++ b/source/geometry/solids/specific/include/G4Polycone.icc @@ -22,7 +22,7 @@ // // // $Id: G4Polycone.icc,v 1.4 2003/11/05 17:41:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/specific/include/G4PolyconeSide.hh b/source/geometry/solids/specific/include/G4PolyconeSide.hh index d830385299..126b420025 100644 --- a/source/geometry/solids/specific/include/G4PolyconeSide.hh +++ b/source/geometry/solids/specific/include/G4PolyconeSide.hh @@ -22,7 +22,7 @@ // // // $Id: G4PolyconeSide.hh,v 1.5 2002/10/28 11:47:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4Polyhedra.hh b/source/geometry/solids/specific/include/G4Polyhedra.hh index 86e76b9eb3..fde551ccf6 100644 --- a/source/geometry/solids/specific/include/G4Polyhedra.hh +++ b/source/geometry/solids/specific/include/G4Polyhedra.hh @@ -22,7 +22,7 @@ // // // $Id: G4Polyhedra.hh,v 1.11 2003/11/05 17:41:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4Polyhedra.icc b/source/geometry/solids/specific/include/G4Polyhedra.icc index 201f05d82e..1bf2a6b450 100644 --- a/source/geometry/solids/specific/include/G4Polyhedra.icc +++ b/source/geometry/solids/specific/include/G4Polyhedra.icc @@ -22,7 +22,7 @@ // // // $Id: G4Polyhedra.icc,v 1.4 2003/11/05 17:41:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // GEANT 4 inline definitions file diff --git a/source/geometry/solids/specific/include/G4PolyhedraSide.hh b/source/geometry/solids/specific/include/G4PolyhedraSide.hh index 1b0c5faa1c..21dbdbd26a 100644 --- a/source/geometry/solids/specific/include/G4PolyhedraSide.hh +++ b/source/geometry/solids/specific/include/G4PolyhedraSide.hh @@ -22,7 +22,7 @@ // // // $Id: G4PolyhedraSide.hh,v 1.5 2002/10/28 11:47:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4ReduciblePolygon.hh b/source/geometry/solids/specific/include/G4ReduciblePolygon.hh index 32b6125d02..bd0331e832 100644 --- a/source/geometry/solids/specific/include/G4ReduciblePolygon.hh +++ b/source/geometry/solids/specific/include/G4ReduciblePolygon.hh @@ -22,7 +22,7 @@ // // // $Id: G4ReduciblePolygon.hh,v 1.6 2003/11/03 18:39:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4SolidExtentList.hh b/source/geometry/solids/specific/include/G4SolidExtentList.hh index 4bc0cdadce..b5fa39e59c 100644 --- a/source/geometry/solids/specific/include/G4SolidExtentList.hh +++ b/source/geometry/solids/specific/include/G4SolidExtentList.hh @@ -22,7 +22,7 @@ // // // $Id: G4SolidExtentList.hh,v 1.6 2003/11/03 18:39:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4VCSGface.hh b/source/geometry/solids/specific/include/G4VCSGface.hh index 1d0e14f51f..ce38f4d716 100644 --- a/source/geometry/solids/specific/include/G4VCSGface.hh +++ b/source/geometry/solids/specific/include/G4VCSGface.hh @@ -22,7 +22,7 @@ // // // $Id: G4VCSGface.hh,v 1.6 2003/11/03 18:39:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/include/G4VCSGfaceted.hh b/source/geometry/solids/specific/include/G4VCSGfaceted.hh index 752763848a..a800024f65 100644 --- a/source/geometry/solids/specific/include/G4VCSGfaceted.hh +++ b/source/geometry/solids/specific/include/G4VCSGfaceted.hh @@ -22,7 +22,7 @@ // // // $Id: G4VCSGfaceted.hh,v 1.8 2003/06/16 16:53:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/src/G4ClippablePolygon.cc b/source/geometry/solids/specific/src/G4ClippablePolygon.cc index 265c897eb6..3374bf0145 100644 --- a/source/geometry/solids/specific/src/G4ClippablePolygon.cc +++ b/source/geometry/solids/specific/src/G4ClippablePolygon.cc @@ -22,7 +22,7 @@ // // // $Id: G4ClippablePolygon.cc,v 1.9 2003/10/28 17:15:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/src/G4EllipticalTube.cc b/source/geometry/solids/specific/src/G4EllipticalTube.cc index e5acf17597..cdc927f198 100644 --- a/source/geometry/solids/specific/src/G4EllipticalTube.cc +++ b/source/geometry/solids/specific/src/G4EllipticalTube.cc @@ -22,7 +22,7 @@ // // // $Id: G4EllipticalTube.cc,v 1.15 2003/10/28 17:15:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/src/G4EnclosingCylinder.cc b/source/geometry/solids/specific/src/G4EnclosingCylinder.cc index a9765c7469..71bb4d9825 100644 --- a/source/geometry/solids/specific/src/G4EnclosingCylinder.cc +++ b/source/geometry/solids/specific/src/G4EnclosingCylinder.cc @@ -22,7 +22,7 @@ // // // $Id: G4EnclosingCylinder.cc,v 1.5 2002/10/30 13:52:23 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/src/G4Hype.cc b/source/geometry/solids/specific/src/G4Hype.cc index f8ba69c3f9..4149920228 100644 --- a/source/geometry/solids/specific/src/G4Hype.cc +++ b/source/geometry/solids/specific/src/G4Hype.cc @@ -23,7 +23,7 @@ // // $Id: G4Hype.cc,v 1.11 2003/10/28 17:15:56 gcosmo Exp $ // $Original: G4Hype.cc,v 1.0 1998/06/09 16:57:50 safai Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/src/G4IntersectingCone.cc b/source/geometry/solids/specific/src/G4IntersectingCone.cc index 1411b7f64c..c86f2bd021 100644 --- a/source/geometry/solids/specific/src/G4IntersectingCone.cc +++ b/source/geometry/solids/specific/src/G4IntersectingCone.cc @@ -22,7 +22,7 @@ // // // $Id: G4IntersectingCone.cc,v 1.5 2002/10/28 11:47:52 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/src/G4PolyPhiFace.cc b/source/geometry/solids/specific/src/G4PolyPhiFace.cc index cf09d83d78..d4af360800 100644 --- a/source/geometry/solids/specific/src/G4PolyPhiFace.cc +++ b/source/geometry/solids/specific/src/G4PolyPhiFace.cc @@ -22,7 +22,7 @@ // // // $Id: G4PolyPhiFace.cc,v 1.7 2003/10/28 17:15:57 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/src/G4Polycone.cc b/source/geometry/solids/specific/src/G4Polycone.cc index ad2c87a3d6..41f2b23f93 100644 --- a/source/geometry/solids/specific/src/G4Polycone.cc +++ b/source/geometry/solids/specific/src/G4Polycone.cc @@ -22,7 +22,7 @@ // // // $Id: G4Polycone.cc,v 1.19 2003/11/22 10:11:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/src/G4PolyconeSide.cc b/source/geometry/solids/specific/src/G4PolyconeSide.cc index 10f6244890..7901d3afc1 100644 --- a/source/geometry/solids/specific/src/G4PolyconeSide.cc +++ b/source/geometry/solids/specific/src/G4PolyconeSide.cc @@ -22,7 +22,7 @@ // // // $Id: G4PolyconeSide.cc,v 1.7 2003/03/28 09:52:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/src/G4Polyhedra.cc b/source/geometry/solids/specific/src/G4Polyhedra.cc index a96be13355..f27618bab8 100644 --- a/source/geometry/solids/specific/src/G4Polyhedra.cc +++ b/source/geometry/solids/specific/src/G4Polyhedra.cc @@ -22,7 +22,7 @@ // // // $Id: G4Polyhedra.cc,v 1.17 2003/11/22 10:11:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/src/G4PolyhedraSide.cc b/source/geometry/solids/specific/src/G4PolyhedraSide.cc index 7f45fe5c8f..9d83d4413f 100644 --- a/source/geometry/solids/specific/src/G4PolyhedraSide.cc +++ b/source/geometry/solids/specific/src/G4PolyhedraSide.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4PolyhedraSide.cc,v 1.6 2003/03/28 09:52:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4PolyhedraSide.cc,v 1.7 2004/01/06 18:07:02 davidw Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- @@ -495,8 +495,8 @@ G4bool G4PolyhedraSide::Intersect( const G4ThreeVector &p, // Do we remain within r/z bounds? // - if (normSign*qa.cross(qc).dot(v) < 0) return false; - if (normSign*qb.cross(qd).dot(v) > 0) return false; + if (r[0] > 1/kInfinity && normSign*qa.cross(qc).dot(v) < 0) return false; + if (r[1] > 1/kInfinity && normSign*qb.cross(qd).dot(v) > 0) return false; // // We allow the face to be slightly behind the trajectory diff --git a/source/geometry/solids/specific/src/G4ReduciblePolygon.cc b/source/geometry/solids/specific/src/G4ReduciblePolygon.cc index e216241c26..7f98a43cbe 100644 --- a/source/geometry/solids/specific/src/G4ReduciblePolygon.cc +++ b/source/geometry/solids/specific/src/G4ReduciblePolygon.cc @@ -22,7 +22,7 @@ // // // $Id: G4ReduciblePolygon.cc,v 1.8 2003/11/03 18:39:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/src/G4SolidExtentList.cc b/source/geometry/solids/specific/src/G4SolidExtentList.cc index 05a7d1e475..66bf351c22 100644 --- a/source/geometry/solids/specific/src/G4SolidExtentList.cc +++ b/source/geometry/solids/specific/src/G4SolidExtentList.cc @@ -22,7 +22,7 @@ // // // $Id: G4SolidExtentList.cc,v 1.3 2002/10/28 11:47:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/solids/specific/src/G4VCSGfaceted.cc b/source/geometry/solids/specific/src/G4VCSGfaceted.cc index 7378f2b960..9fc1b5fe5c 100644 --- a/source/geometry/solids/specific/src/G4VCSGfaceted.cc +++ b/source/geometry/solids/specific/src/G4VCSGfaceted.cc @@ -27,7 +27,7 @@ // and all its terms. // // $Id: G4VCSGfaceted.cc,v 1.10 2003/06/16 16:54:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/geometry/volumes/History b/source/geometry/volumes/History index 11e633932e..ebd151cb2b 100644 --- a/source/geometry/volumes/History +++ b/source/geometry/volumes/History @@ -1,4 +1,4 @@ -$Id: History,v 1.115 2003/12/05 17:11:19 gcosmo Exp $ +$Id: History,v 1.118 2004/03/04 08:07:12 gcosmo Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,15 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +March 4th, 2004 G. Cosmo - geomvol-V06-00-01 +- G4NavigationHistory.icc: fixed bug in NewLevel() causing segmentation + violation for cases of geometry with deep nested levels. Fixes problem + report #597. (Thanks to A.Zoglauer who reported this) + +January 19th, 2004 G. Cosmo - geomvol-V06-00-00 +- G4AssemblyVolume.cc: fixed initial value for 'numberOfDaughters' of + imprinted volumes copy-numbers. Fixes problem report #566. + December 5th, 2003 G. Cosmo - geomvol-V05-02-08 - G4TouchableHistory.cc: added initialisation of allocators for navigation levels, moved from G4TransportationManager, where they were introduced @@ -31,6 +40,7 @@ December 1st, 2003 G. Cosmo - geomvol-V05-02-06 - G4LogicalBorderSurface[.hh.icc.cc], G4LogicalSkinSurface[.hh.icc.cc]: o modified to use G4SurfaceProperty instead of G4OpticalSurface. Requires tag "materials-V05-02-00". + Requires tag "geommng-V05-02-05". - Updated unit tests to use derived navigator. November 17th, 2003 G. Cosmo - geomvol-V05-02-05 diff --git a/source/geometry/volumes/include/G4AssemblyVolume.hh b/source/geometry/volumes/include/G4AssemblyVolume.hh index a907a41d64..875196367a 100644 --- a/source/geometry/volumes/include/G4AssemblyVolume.hh +++ b/source/geometry/volumes/include/G4AssemblyVolume.hh @@ -22,7 +22,7 @@ // // // $Id: G4AssemblyVolume.hh,v 1.2 2003/11/02 16:06:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Class G4AssemblyVolume diff --git a/source/geometry/volumes/include/G4AssemblyVolume.icc b/source/geometry/volumes/include/G4AssemblyVolume.icc index 825646370c..4428071fa1 100644 --- a/source/geometry/volumes/include/G4AssemblyVolume.icc +++ b/source/geometry/volumes/include/G4AssemblyVolume.icc @@ -22,7 +22,7 @@ // // // $Id: G4AssemblyVolume.icc,v 1.1 2003/10/01 14:55:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Class G4AssemblyVolume - inline implementation diff --git a/source/geometry/volumes/include/G4GRSSolid.hh b/source/geometry/volumes/include/G4GRSSolid.hh index e5304e6b90..fbdbe4e8c3 100644 --- a/source/geometry/volumes/include/G4GRSSolid.hh +++ b/source/geometry/volumes/include/G4GRSSolid.hh @@ -22,7 +22,7 @@ // // // $Id: G4GRSSolid.hh,v 1.7 2003/11/02 16:06:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4GRSSolid diff --git a/source/geometry/volumes/include/G4GRSSolid.icc b/source/geometry/volumes/include/G4GRSSolid.icc index 82ff62797d..c55bde3e9b 100644 --- a/source/geometry/volumes/include/G4GRSSolid.icc +++ b/source/geometry/volumes/include/G4GRSSolid.icc @@ -22,7 +22,7 @@ // // // $Id: G4GRSSolid.icc,v 1.8 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4GRSSolid inline implementation diff --git a/source/geometry/volumes/include/G4GRSSolidHandle.hh b/source/geometry/volumes/include/G4GRSSolidHandle.hh index 731ab51441..113d5b9498 100644 --- a/source/geometry/volumes/include/G4GRSSolidHandle.hh +++ b/source/geometry/volumes/include/G4GRSSolidHandle.hh @@ -22,7 +22,7 @@ // // // $Id: G4GRSSolidHandle.hh,v 1.5 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Class G4GRSSolidHandle // diff --git a/source/geometry/volumes/include/G4GRSVolume.hh b/source/geometry/volumes/include/G4GRSVolume.hh index 3cab7c0fd8..20f4d6ab59 100644 --- a/source/geometry/volumes/include/G4GRSVolume.hh +++ b/source/geometry/volumes/include/G4GRSVolume.hh @@ -22,7 +22,7 @@ // // // $Id: G4GRSVolume.hh,v 1.7 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4GRSVolume diff --git a/source/geometry/volumes/include/G4GRSVolume.icc b/source/geometry/volumes/include/G4GRSVolume.icc index ccd824fcc2..abac4180af 100644 --- a/source/geometry/volumes/include/G4GRSVolume.icc +++ b/source/geometry/volumes/include/G4GRSVolume.icc @@ -22,7 +22,7 @@ // // // $Id: G4GRSVolume.icc,v 1.9 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4GRSVolume inline implementation diff --git a/source/geometry/volumes/include/G4GRSVolumeHandle.hh b/source/geometry/volumes/include/G4GRSVolumeHandle.hh index 348ec9bff0..68dd13d9b4 100644 --- a/source/geometry/volumes/include/G4GRSVolumeHandle.hh +++ b/source/geometry/volumes/include/G4GRSVolumeHandle.hh @@ -22,7 +22,7 @@ // // // $Id: G4GRSVolumeHandle.hh,v 1.5 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Class G4GRSVolumeHandle // diff --git a/source/geometry/volumes/include/G4LogicalBorderSurface.hh b/source/geometry/volumes/include/G4LogicalBorderSurface.hh index 2c6e0f3e3e..3b88596d5d 100644 --- a/source/geometry/volumes/include/G4LogicalBorderSurface.hh +++ b/source/geometry/volumes/include/G4LogicalBorderSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4LogicalBorderSurface.hh,v 1.12 2003/12/01 14:53:26 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4LogicalBorderSurface // diff --git a/source/geometry/volumes/include/G4LogicalBorderSurface.icc b/source/geometry/volumes/include/G4LogicalBorderSurface.icc index feff4bb834..15e8dd0053 100644 --- a/source/geometry/volumes/include/G4LogicalBorderSurface.icc +++ b/source/geometry/volumes/include/G4LogicalBorderSurface.icc @@ -22,7 +22,7 @@ // // // $Id: G4LogicalBorderSurface.icc,v 1.8 2003/12/01 14:53:26 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4LogicalBorderSurface inline implementation diff --git a/source/geometry/volumes/include/G4LogicalSkinSurface.hh b/source/geometry/volumes/include/G4LogicalSkinSurface.hh index 3685caa485..bd7a5cb4b0 100644 --- a/source/geometry/volumes/include/G4LogicalSkinSurface.hh +++ b/source/geometry/volumes/include/G4LogicalSkinSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4LogicalSkinSurface.hh,v 1.12 2003/12/01 14:53:26 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4LogicalSkinSurface // diff --git a/source/geometry/volumes/include/G4LogicalSkinSurface.icc b/source/geometry/volumes/include/G4LogicalSkinSurface.icc index 2368587055..2fbdcb90da 100644 --- a/source/geometry/volumes/include/G4LogicalSkinSurface.icc +++ b/source/geometry/volumes/include/G4LogicalSkinSurface.icc @@ -22,7 +22,7 @@ // // // $Id: G4LogicalSkinSurface.icc,v 1.8 2003/12/01 14:53:26 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4LogicalSkinSurface inline implementation diff --git a/source/geometry/volumes/include/G4NavigationHistory.hh b/source/geometry/volumes/include/G4NavigationHistory.hh index 870ca40538..7dd293eb0f 100644 --- a/source/geometry/volumes/include/G4NavigationHistory.hh +++ b/source/geometry/volumes/include/G4NavigationHistory.hh @@ -22,7 +22,7 @@ // // // $Id: G4NavigationHistory.hh,v 1.12 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4NavigationHistory // diff --git a/source/geometry/volumes/include/G4NavigationHistory.icc b/source/geometry/volumes/include/G4NavigationHistory.icc index 52fac2acc7..e366163dd0 100644 --- a/source/geometry/volumes/include/G4NavigationHistory.icc +++ b/source/geometry/volumes/include/G4NavigationHistory.icc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4NavigationHistory.icc,v 1.10 2003/12/04 15:58:27 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4NavigationHistory.icc,v 1.11 2004/03/04 08:06:55 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4NavigationHistory Inline implementation @@ -191,8 +191,8 @@ void G4NavigationHistory::NewLevel( G4VPhysicalVolume *pNewMother, EVolume vType, G4int nReplica ) { - EnlargeHistory(); // Enlarge if required fStackDepth++; + EnlargeHistory(); // Enlarge if required fNavHistory[fStackDepth] = G4NavigationLevel( pNewMother, fNavHistory[fStackDepth-1].GetTransform(), diff --git a/source/geometry/volumes/include/G4NavigationLevel.hh b/source/geometry/volumes/include/G4NavigationLevel.hh index ed3aac83a3..6af8b88a68 100644 --- a/source/geometry/volumes/include/G4NavigationLevel.hh +++ b/source/geometry/volumes/include/G4NavigationLevel.hh @@ -22,7 +22,7 @@ // // // $Id: G4NavigationLevel.hh,v 1.15 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4NavigationLevel // diff --git a/source/geometry/volumes/include/G4NavigationLevel.icc b/source/geometry/volumes/include/G4NavigationLevel.icc index bb2f69f8c3..b6eb3d5a67 100644 --- a/source/geometry/volumes/include/G4NavigationLevel.icc +++ b/source/geometry/volumes/include/G4NavigationLevel.icc @@ -22,7 +22,7 @@ // // // $Id: G4NavigationLevel.icc,v 1.15 2003/12/04 15:58:08 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // 30.09.97 J.Apostolakis Initial version. // diff --git a/source/geometry/volumes/include/G4NavigationLevelRep.hh b/source/geometry/volumes/include/G4NavigationLevelRep.hh index 640cf53386..33922a8a5c 100644 --- a/source/geometry/volumes/include/G4NavigationLevelRep.hh +++ b/source/geometry/volumes/include/G4NavigationLevelRep.hh @@ -22,7 +22,7 @@ // // // $Id: G4NavigationLevelRep.hh,v 1.8 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class G4NavigationLevelRep // diff --git a/source/geometry/volumes/include/G4NavigationLevelRep.icc b/source/geometry/volumes/include/G4NavigationLevelRep.icc index 7cacd4ddb8..5e73e08c79 100644 --- a/source/geometry/volumes/include/G4NavigationLevelRep.icc +++ b/source/geometry/volumes/include/G4NavigationLevelRep.icc @@ -22,7 +22,7 @@ // // // $Id: G4NavigationLevelRep.icc,v 1.9 2003/12/04 15:58:08 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // 1 October 1997 J.Apostolakis Initial version. // diff --git a/source/geometry/volumes/include/G4PVParameterised.hh b/source/geometry/volumes/include/G4PVParameterised.hh index cfa67d4d3b..16e90b78a7 100644 --- a/source/geometry/volumes/include/G4PVParameterised.hh +++ b/source/geometry/volumes/include/G4PVParameterised.hh @@ -22,7 +22,7 @@ // // // $Id: G4PVParameterised.hh,v 1.2 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4PVParameterised diff --git a/source/geometry/volumes/include/G4PVPlacement.hh b/source/geometry/volumes/include/G4PVPlacement.hh index cc91ffee94..7d5ea2b091 100644 --- a/source/geometry/volumes/include/G4PVPlacement.hh +++ b/source/geometry/volumes/include/G4PVPlacement.hh @@ -22,7 +22,7 @@ // // // $Id: G4PVPlacement.hh,v 1.2 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4PVPlacement diff --git a/source/geometry/volumes/include/G4PVReplica.hh b/source/geometry/volumes/include/G4PVReplica.hh index 90ec22b76e..91be020492 100644 --- a/source/geometry/volumes/include/G4PVReplica.hh +++ b/source/geometry/volumes/include/G4PVReplica.hh @@ -22,7 +22,7 @@ // // // $Id: G4PVReplica.hh,v 1.2 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4PVReplica diff --git a/source/geometry/volumes/include/G4TouchableHistory.hh b/source/geometry/volumes/include/G4TouchableHistory.hh index ae9c594e5f..7f2867938f 100644 --- a/source/geometry/volumes/include/G4TouchableHistory.hh +++ b/source/geometry/volumes/include/G4TouchableHistory.hh @@ -22,7 +22,7 @@ // // // $Id: G4TouchableHistory.hh,v 1.7 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4TouchableHistory diff --git a/source/geometry/volumes/include/G4TouchableHistory.icc b/source/geometry/volumes/include/G4TouchableHistory.icc index c7af0e901f..3a3f0dfee7 100644 --- a/source/geometry/volumes/include/G4TouchableHistory.icc +++ b/source/geometry/volumes/include/G4TouchableHistory.icc @@ -22,7 +22,7 @@ // // // $Id: G4TouchableHistory.icc,v 1.8 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4TouchableHistory inline implementation diff --git a/source/geometry/volumes/include/G4TouchableHistoryHandle.hh b/source/geometry/volumes/include/G4TouchableHistoryHandle.hh index 613312e310..acc305ae9f 100644 --- a/source/geometry/volumes/include/G4TouchableHistoryHandle.hh +++ b/source/geometry/volumes/include/G4TouchableHistoryHandle.hh @@ -22,7 +22,7 @@ // // // $Id: G4TouchableHistoryHandle.hh,v 1.5 2003/11/02 16:06:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Class G4TouchableHistoryHandle // diff --git a/source/geometry/volumes/src/G4AssemblyVolume.cc b/source/geometry/volumes/src/G4AssemblyVolume.cc index 5a728ad453..de032da8b6 100644 --- a/source/geometry/volumes/src/G4AssemblyVolume.cc +++ b/source/geometry/volumes/src/G4AssemblyVolume.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AssemblyVolume.cc,v 1.2 2003/11/02 16:06:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AssemblyVolume.cc,v 1.3 2004/01/19 14:07:55 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Class G4AssemblyVolume - implementation @@ -166,7 +166,7 @@ void G4AssemblyVolume::MakeImprint( G4LogicalVolume* pMotherLV, unsigned int numberOfDaughters; - if( copyNumBase != 0 ) { + if( copyNumBase == 0 ) { numberOfDaughters = pMotherLV->GetNoDaughters(); } else { numberOfDaughters = copyNumBase; @@ -247,7 +247,7 @@ void G4AssemblyVolume::MakeImprint( G4LogicalVolume* pMotherLV, unsigned int numberOfDaughters; - if( copyNumBase != 0 ) { + if( copyNumBase == 0 ) { numberOfDaughters = pMotherLV->GetNoDaughters(); } else { numberOfDaughters = copyNumBase; diff --git a/source/geometry/volumes/src/G4GRSSolid.cc b/source/geometry/volumes/src/G4GRSSolid.cc index 05e8b469cb..43c76c6b55 100644 --- a/source/geometry/volumes/src/G4GRSSolid.cc +++ b/source/geometry/volumes/src/G4GRSSolid.cc @@ -22,7 +22,7 @@ // // // $Id: G4GRSSolid.cc,v 1.7 2003/11/02 16:06:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4GRSSolid Implementation diff --git a/source/geometry/volumes/src/G4GRSVolume.cc b/source/geometry/volumes/src/G4GRSVolume.cc index 32dd150c1f..f2e5ba65b2 100644 --- a/source/geometry/volumes/src/G4GRSVolume.cc +++ b/source/geometry/volumes/src/G4GRSVolume.cc @@ -22,7 +22,7 @@ // // // $Id: G4GRSVolume.cc,v 1.7 2003/11/02 16:06:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4GRSVolume Implementation diff --git a/source/geometry/volumes/src/G4LogicalBorderSurface.cc b/source/geometry/volumes/src/G4LogicalBorderSurface.cc index 07b832cefa..1bfd9f38d7 100644 --- a/source/geometry/volumes/src/G4LogicalBorderSurface.cc +++ b/source/geometry/volumes/src/G4LogicalBorderSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4LogicalBorderSurface.cc,v 1.12 2003/12/01 14:53:26 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // G4LogicalBorderSurface Implementation diff --git a/source/geometry/volumes/src/G4LogicalSkinSurface.cc b/source/geometry/volumes/src/G4LogicalSkinSurface.cc index 30e6b8172b..b432d6c3a5 100644 --- a/source/geometry/volumes/src/G4LogicalSkinSurface.cc +++ b/source/geometry/volumes/src/G4LogicalSkinSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4LogicalSkinSurface.cc,v 1.11 2003/12/01 14:53:26 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // G4LogicalSkinSurface Implementation diff --git a/source/geometry/volumes/src/G4NavigationHistory.cc b/source/geometry/volumes/src/G4NavigationHistory.cc index dbd49f831a..0446ec855c 100644 --- a/source/geometry/volumes/src/G4NavigationHistory.cc +++ b/source/geometry/volumes/src/G4NavigationHistory.cc @@ -22,7 +22,7 @@ // // // $Id: G4NavigationHistory.cc,v 1.9 2003/12/04 15:59:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4NavigationHistory Implementation diff --git a/source/geometry/volumes/src/G4PVParameterised.cc b/source/geometry/volumes/src/G4PVParameterised.cc index 4b008631f5..d935f73a7c 100644 --- a/source/geometry/volumes/src/G4PVParameterised.cc +++ b/source/geometry/volumes/src/G4PVParameterised.cc @@ -22,7 +22,7 @@ // // // $Id: G4PVParameterised.cc,v 1.2 2003/11/02 16:06:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4PVParameterised diff --git a/source/geometry/volumes/src/G4PVPlacement.cc b/source/geometry/volumes/src/G4PVPlacement.cc index bae0716f65..e6f9fc5b27 100644 --- a/source/geometry/volumes/src/G4PVPlacement.cc +++ b/source/geometry/volumes/src/G4PVPlacement.cc @@ -22,7 +22,7 @@ // // // $Id: G4PVPlacement.cc,v 1.3 2003/11/17 11:29:25 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4PVPlacement Implementation diff --git a/source/geometry/volumes/src/G4PVReplica.cc b/source/geometry/volumes/src/G4PVReplica.cc index bd45233543..5474c4177a 100644 --- a/source/geometry/volumes/src/G4PVReplica.cc +++ b/source/geometry/volumes/src/G4PVReplica.cc @@ -22,7 +22,7 @@ // // // $Id: G4PVReplica.cc,v 1.4 2003/11/17 11:29:26 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4PVReplica Implementation diff --git a/source/geometry/volumes/src/G4TouchableHistory.cc b/source/geometry/volumes/src/G4TouchableHistory.cc index 0cd24cdb89..c4034bf998 100644 --- a/source/geometry/volumes/src/G4TouchableHistory.cc +++ b/source/geometry/volumes/src/G4TouchableHistory.cc @@ -22,7 +22,7 @@ // // // $Id: G4TouchableHistory.cc,v 1.8 2003/12/05 17:10:53 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // class G4TouchableHistory Implementation diff --git a/source/global/HEPGeometry/include/G4LorentzRotation.hh b/source/global/HEPGeometry/include/G4LorentzRotation.hh index bee2bb8347..e0743bf8b1 100644 --- a/source/global/HEPGeometry/include/G4LorentzRotation.hh +++ b/source/global/HEPGeometry/include/G4LorentzRotation.hh @@ -22,7 +22,7 @@ // // // $Id: G4LorentzRotation.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4LorentzRotation_hh #define G4LorentzRotation_hh diff --git a/source/global/HEPGeometry/include/G4LorentzVector.hh b/source/global/HEPGeometry/include/G4LorentzVector.hh index 597a1640c5..52de16219e 100644 --- a/source/global/HEPGeometry/include/G4LorentzVector.hh +++ b/source/global/HEPGeometry/include/G4LorentzVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4LorentzVector.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4LorentzVector_hh #define G4LorentzVector_hh diff --git a/source/global/HEPGeometry/include/G4Normal3D.hh b/source/global/HEPGeometry/include/G4Normal3D.hh index d414070a28..81f252caf0 100644 --- a/source/global/HEPGeometry/include/G4Normal3D.hh +++ b/source/global/HEPGeometry/include/G4Normal3D.hh @@ -22,7 +22,7 @@ // // // $Id: G4Normal3D.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NORMAL3D_HH #define G4NORMAL3D_HH diff --git a/source/global/HEPGeometry/include/G4Plane3D.hh b/source/global/HEPGeometry/include/G4Plane3D.hh index 2158fb5330..3105d62215 100644 --- a/source/global/HEPGeometry/include/G4Plane3D.hh +++ b/source/global/HEPGeometry/include/G4Plane3D.hh @@ -22,7 +22,7 @@ // // // $Id: G4Plane3D.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4PLANE3D_HH #define G4PLANE3D_HH diff --git a/source/global/HEPGeometry/include/G4Point3D.hh b/source/global/HEPGeometry/include/G4Point3D.hh index 50242f56f2..5025d3d653 100644 --- a/source/global/HEPGeometry/include/G4Point3D.hh +++ b/source/global/HEPGeometry/include/G4Point3D.hh @@ -22,7 +22,7 @@ // // // $Id: G4Point3D.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4POINT3D_HH #define G4POINT3D_HH diff --git a/source/global/HEPGeometry/include/G4Transform3D.hh b/source/global/HEPGeometry/include/G4Transform3D.hh index 78431b6dbb..bf9bf7cb4d 100644 --- a/source/global/HEPGeometry/include/G4Transform3D.hh +++ b/source/global/HEPGeometry/include/G4Transform3D.hh @@ -22,7 +22,7 @@ // // // $Id: G4Transform3D.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4TRANSFORM3D_HH #define G4TRANSFORM3D_HH diff --git a/source/global/HEPGeometry/include/G4Vector3D.hh b/source/global/HEPGeometry/include/G4Vector3D.hh index f9fd038712..eb55519c4e 100644 --- a/source/global/HEPGeometry/include/G4Vector3D.hh +++ b/source/global/HEPGeometry/include/G4Vector3D.hh @@ -22,7 +22,7 @@ // // // $Id: G4Vector3D.hh,v 1.3 2001/07/11 10:00:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4VECTOR3D_HH #define G4VECTOR3D_HH diff --git a/source/global/HEPGeometry/include/geomdefs.hh b/source/global/HEPGeometry/include/geomdefs.hh index cd2577f117..1adc99dd0f 100644 --- a/source/global/HEPGeometry/include/geomdefs.hh +++ b/source/global/HEPGeometry/include/geomdefs.hh @@ -22,7 +22,7 @@ // // // $Id: geomdefs.hh,v 1.5 2002/05/15 09:32:10 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/global/HEPNumerics/include/G4ChebyshevApproximation.hh b/source/global/HEPNumerics/include/G4ChebyshevApproximation.hh index 9d9c016b02..a4bbe3b4da 100644 --- a/source/global/HEPNumerics/include/G4ChebyshevApproximation.hh +++ b/source/global/HEPNumerics/include/G4ChebyshevApproximation.hh @@ -22,7 +22,7 @@ // // // $Id: G4ChebyshevApproximation.hh,v 1.4 2001/07/11 10:00:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Class description: // diff --git a/source/global/HEPNumerics/include/G4DataInterpolation.hh b/source/global/HEPNumerics/include/G4DataInterpolation.hh index 2b33d47f76..26d407d40f 100644 --- a/source/global/HEPNumerics/include/G4DataInterpolation.hh +++ b/source/global/HEPNumerics/include/G4DataInterpolation.hh @@ -22,7 +22,7 @@ // // // $Id: G4DataInterpolation.hh,v 1.4 2001/07/11 10:00:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Class description: // diff --git a/source/global/HEPNumerics/include/G4GaussChebyshevQ.hh b/source/global/HEPNumerics/include/G4GaussChebyshevQ.hh index da69506bc6..dabad16121 100644 --- a/source/global/HEPNumerics/include/G4GaussChebyshevQ.hh +++ b/source/global/HEPNumerics/include/G4GaussChebyshevQ.hh @@ -22,7 +22,7 @@ // // // $Id: G4GaussChebyshevQ.hh,v 1.4 2001/07/11 10:00:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Class description: // diff --git a/source/global/HEPNumerics/include/G4GaussHermiteQ.hh b/source/global/HEPNumerics/include/G4GaussHermiteQ.hh index a5cae07b38..ebf79453e9 100644 --- a/source/global/HEPNumerics/include/G4GaussHermiteQ.hh +++ b/source/global/HEPNumerics/include/G4GaussHermiteQ.hh @@ -22,7 +22,7 @@ // // // $Id: G4GaussHermiteQ.hh,v 1.4 2001/07/11 10:00:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Class description: // diff --git a/source/global/HEPNumerics/include/G4GaussJacobiQ.hh b/source/global/HEPNumerics/include/G4GaussJacobiQ.hh index 6a0a3fa65e..f78f10e0b1 100644 --- a/source/global/HEPNumerics/include/G4GaussJacobiQ.hh +++ b/source/global/HEPNumerics/include/G4GaussJacobiQ.hh @@ -22,7 +22,7 @@ // // // $Id: G4GaussJacobiQ.hh,v 1.4 2001/07/11 10:00:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Class description: // diff --git a/source/global/HEPNumerics/include/G4GaussLaguerreQ.hh b/source/global/HEPNumerics/include/G4GaussLaguerreQ.hh index 803fec17ec..9a0c94e12c 100644 --- a/source/global/HEPNumerics/include/G4GaussLaguerreQ.hh +++ b/source/global/HEPNumerics/include/G4GaussLaguerreQ.hh @@ -22,7 +22,7 @@ // // // $Id: G4GaussLaguerreQ.hh,v 1.4 2001/07/11 10:00:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Class description: // diff --git a/source/global/HEPNumerics/include/G4GaussLegendreQ.hh b/source/global/HEPNumerics/include/G4GaussLegendreQ.hh index 227df4a1be..196e02cdbd 100644 --- a/source/global/HEPNumerics/include/G4GaussLegendreQ.hh +++ b/source/global/HEPNumerics/include/G4GaussLegendreQ.hh @@ -22,7 +22,7 @@ // // // $Id: G4GaussLegendreQ.hh,v 1.4 2001/07/11 10:00:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Class description: // diff --git a/source/global/HEPNumerics/include/G4Integrator.hh b/source/global/HEPNumerics/include/G4Integrator.hh index 072a18bc20..e65f8c2fd7 100644 --- a/source/global/HEPNumerics/include/G4Integrator.hh +++ b/source/global/HEPNumerics/include/G4Integrator.hh @@ -22,7 +22,7 @@ // // // $Id: G4Integrator.hh,v 1.5 2001/07/11 10:00:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Class description: // diff --git a/source/global/HEPNumerics/include/G4Integrator.icc b/source/global/HEPNumerics/include/G4Integrator.icc index d323fb851d..f5035997d8 100644 --- a/source/global/HEPNumerics/include/G4Integrator.icc +++ b/source/global/HEPNumerics/include/G4Integrator.icc @@ -22,7 +22,7 @@ // // // $Id: G4Integrator.icc,v 1.9 2002/12/05 15:39:26 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Implementation of G4Integrator methods. // diff --git a/source/global/HEPNumerics/include/G4PolynomialSolver.hh b/source/global/HEPNumerics/include/G4PolynomialSolver.hh index 60810a5fa9..3624c91762 100644 --- a/source/global/HEPNumerics/include/G4PolynomialSolver.hh +++ b/source/global/HEPNumerics/include/G4PolynomialSolver.hh @@ -22,7 +22,7 @@ // // // $Id: G4PolynomialSolver.hh,v 1.3 2001/07/11 10:00:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // class G4PolynomialSolver // diff --git a/source/global/HEPNumerics/include/G4PolynomialSolver.icc b/source/global/HEPNumerics/include/G4PolynomialSolver.icc index 886a746f24..8f4b578099 100644 --- a/source/global/HEPNumerics/include/G4PolynomialSolver.icc +++ b/source/global/HEPNumerics/include/G4PolynomialSolver.icc @@ -22,7 +22,7 @@ // // // $Id: G4PolynomialSolver.icc,v 1.6 2001/07/11 10:00:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // class G4PolynomialSolver // diff --git a/source/global/HEPNumerics/include/G4SimpleIntegration.hh b/source/global/HEPNumerics/include/G4SimpleIntegration.hh index 03550a4aa0..2efced348b 100644 --- a/source/global/HEPNumerics/include/G4SimpleIntegration.hh +++ b/source/global/HEPNumerics/include/G4SimpleIntegration.hh @@ -22,7 +22,7 @@ // // // $Id: G4SimpleIntegration.hh,v 1.3 2001/07/11 10:00:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Class description: // diff --git a/source/global/HEPNumerics/include/G4VGaussianQuadrature.hh b/source/global/HEPNumerics/include/G4VGaussianQuadrature.hh index 81196eec13..c627c1ff9e 100644 --- a/source/global/HEPNumerics/include/G4VGaussianQuadrature.hh +++ b/source/global/HEPNumerics/include/G4VGaussianQuadrature.hh @@ -22,7 +22,7 @@ // // // $Id: G4VGaussianQuadrature.hh,v 1.4 2001/07/11 10:00:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Class description: // diff --git a/source/global/HEPNumerics/src/G4ChebyshevApproximation.cc b/source/global/HEPNumerics/src/G4ChebyshevApproximation.cc index 4ac47123cb..cb12b5ebc6 100644 --- a/source/global/HEPNumerics/src/G4ChebyshevApproximation.cc +++ b/source/global/HEPNumerics/src/G4ChebyshevApproximation.cc @@ -22,7 +22,7 @@ // // // $Id: G4ChebyshevApproximation.cc,v 1.3 2001/07/11 10:00:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4ChebyshevApproximation.hh" diff --git a/source/global/HEPNumerics/src/G4DataInterpolation.cc b/source/global/HEPNumerics/src/G4DataInterpolation.cc index 8250845bd1..f068468884 100644 --- a/source/global/HEPNumerics/src/G4DataInterpolation.cc +++ b/source/global/HEPNumerics/src/G4DataInterpolation.cc @@ -22,7 +22,7 @@ // // // $Id: G4DataInterpolation.cc,v 1.4 2001/07/11 10:00:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4DataInterpolation.hh" diff --git a/source/global/HEPNumerics/src/G4GaussChebyshevQ.cc b/source/global/HEPNumerics/src/G4GaussChebyshevQ.cc index c1e783193a..2f8f7775e6 100644 --- a/source/global/HEPNumerics/src/G4GaussChebyshevQ.cc +++ b/source/global/HEPNumerics/src/G4GaussChebyshevQ.cc @@ -22,7 +22,7 @@ // // // $Id: G4GaussChebyshevQ.cc,v 1.3 2001/07/11 10:00:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4GaussChebyshevQ.hh" diff --git a/source/global/HEPNumerics/src/G4GaussHermiteQ.cc b/source/global/HEPNumerics/src/G4GaussHermiteQ.cc index c645f49b04..2c5b66bbe1 100644 --- a/source/global/HEPNumerics/src/G4GaussHermiteQ.cc +++ b/source/global/HEPNumerics/src/G4GaussHermiteQ.cc @@ -22,7 +22,7 @@ // // // $Id: G4GaussHermiteQ.cc,v 1.4 2001/07/11 10:00:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4GaussHermiteQ.hh" diff --git a/source/global/HEPNumerics/src/G4GaussJacobiQ.cc b/source/global/HEPNumerics/src/G4GaussJacobiQ.cc index 83176f65ba..320bc40888 100644 --- a/source/global/HEPNumerics/src/G4GaussJacobiQ.cc +++ b/source/global/HEPNumerics/src/G4GaussJacobiQ.cc @@ -22,7 +22,7 @@ // // // $Id: G4GaussJacobiQ.cc,v 1.4 2001/07/11 10:00:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4GaussJacobiQ.hh" diff --git a/source/global/HEPNumerics/src/G4GaussLaguerreQ.cc b/source/global/HEPNumerics/src/G4GaussLaguerreQ.cc index ed2fd964ea..69717b1ca3 100644 --- a/source/global/HEPNumerics/src/G4GaussLaguerreQ.cc +++ b/source/global/HEPNumerics/src/G4GaussLaguerreQ.cc @@ -22,7 +22,7 @@ // // // $Id: G4GaussLaguerreQ.cc,v 1.4 2001/07/11 10:00:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4GaussLaguerreQ.hh" diff --git a/source/global/HEPNumerics/src/G4GaussLegendreQ.cc b/source/global/HEPNumerics/src/G4GaussLegendreQ.cc index 8f10ea27df..89a1dc4b96 100644 --- a/source/global/HEPNumerics/src/G4GaussLegendreQ.cc +++ b/source/global/HEPNumerics/src/G4GaussLegendreQ.cc @@ -22,7 +22,7 @@ // // // $Id: G4GaussLegendreQ.cc,v 1.3 2001/07/11 10:00:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4GaussLegendreQ.hh" diff --git a/source/global/HEPNumerics/src/G4SimpleIntegration.cc b/source/global/HEPNumerics/src/G4SimpleIntegration.cc index 04be68f2f4..80a281da99 100644 --- a/source/global/HEPNumerics/src/G4SimpleIntegration.cc +++ b/source/global/HEPNumerics/src/G4SimpleIntegration.cc @@ -22,7 +22,7 @@ // // // $Id: G4SimpleIntegration.cc,v 1.3 2001/07/11 10:00:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Implementation file for simple integration methods // diff --git a/source/global/HEPNumerics/src/G4VGaussianQuadrature.cc b/source/global/HEPNumerics/src/G4VGaussianQuadrature.cc index c35cbc6a78..c59a3a319c 100644 --- a/source/global/HEPNumerics/src/G4VGaussianQuadrature.cc +++ b/source/global/HEPNumerics/src/G4VGaussianQuadrature.cc @@ -22,7 +22,7 @@ // // // $Id: G4VGaussianQuadrature.cc,v 1.3 2001/07/11 10:00:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Implementation file for G4VGaussianQuadrature virtual base class // diff --git a/source/global/HEPRandom/include/G4Poisson.hh b/source/global/HEPRandom/include/G4Poisson.hh index 40434f034c..65a4c733d9 100644 --- a/source/global/HEPRandom/include/G4Poisson.hh +++ b/source/global/HEPRandom/include/G4Poisson.hh @@ -22,7 +22,7 @@ // // // $Id: G4Poisson.hh,v 1.6 2001/07/11 10:00:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/HEPRandom/include/Randomize.hh b/source/global/HEPRandom/include/Randomize.hh index 542c1afaa7..c951f53ce0 100644 --- a/source/global/HEPRandom/include/Randomize.hh +++ b/source/global/HEPRandom/include/Randomize.hh @@ -22,7 +22,7 @@ // // // $Id: Randomize.hh,v 1.5 2001/07/11 10:00:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef randomize_h #define randomize_h 1 diff --git a/source/global/History b/source/global/History index 144708e79c..105d93b4fc 100644 --- a/source/global/History +++ b/source/global/History @@ -1,4 +1,4 @@ -$Id: History,v 1.119 2003/11/24 11:34:50 gcosmo Exp $ +$Id: History,v 1.121 2004/03/15 11:23:48 gcosmo Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,14 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +March 15, 2004 G.Cosmo (global-V06-00-01) +- Removed obsolete "includes" target in management/GNUmakefile. +- Corrected comments in G4UserLimits.hh. + +January 21, 2004 G.Cosmo (global-V06-00-00) +- G4UnitsTable[.hh.cc]: corrected signatures to consider + 'const G4String&' wherever applicable. + November 24, 2003 G.Cosmo (global-V05-02-03) - G4UnitsTable.cc: fixed units initialisation and deletion of objects in constructors. diff --git a/source/global/management/GNUmakefile b/source/global/management/GNUmakefile index e4257d0cea..a57b7a2763 100644 --- a/source/global/management/GNUmakefile +++ b/source/global/management/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.3 2001/04/05 09:02:19 gcosmo Exp $ +# $Id: GNUmakefile,v 1.4 2004/03/15 11:23:32 gcosmo Exp $ # -------------------------------------------------------------- # GNUmakefile for global management. Gabriele Cosmo, 26/9/96. # -------------------------------------------------------------- @@ -12,28 +12,3 @@ endif include $(G4INSTALL)/config/architecture.gmk include $(G4INSTALL)/config/common.gmk - -# Fix for Solaris CC 5.2 Patch 109508-02 to compile without optimization. -# -CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS)) -CXXFLAGS_WITHOUT_O := $(filter-out +O% , $(CXXFLAGS_WITHOUT_O)) - -ifeq ($(G4SYSTEM),SUN-CC5) -COMPILER := $(shell CC -V 2>&1) -ifeq ($(findstring 109508-02,$(COMPILER)),109508-02) -$(G4TMP)/$(G4SYSTEM)/$(name)/G4UnitsTable.o: src/G4UnitsTable.cc - @echo Compiling G4UnitsTable.cc ... - @$(CXX) $(CXXFLAGS_WITHOUT_O) $(CPPFLAGS) -c $(OUT_OBJ)$@ src/G4UnitsTable.cc -endif -endif - -G4DUMMY_VARIABLE:=$(shell [ ! -d $(G4INCLUDE)/g4std ] && mkdir -p $(G4INCLUDE)/g4std ) - -installed_includes:=$(foreach file,$(wildcard include/g4std/*),$(shell test -f $(file) && echo $(file))) - -installed_includes:=$(patsubst include/%,$(G4INCLUDE)/%,$(installed_includes)) - -includes:: $(installed_includes) - -$(installed_includes): $(G4INCLUDE)/% : include/% - @cp -p $< $@ diff --git a/source/global/management/include/G4Allocator.hh b/source/global/management/include/G4Allocator.hh index 104ee35e06..eb6c816476 100644 --- a/source/global/management/include/G4Allocator.hh +++ b/source/global/management/include/G4Allocator.hh @@ -22,7 +22,7 @@ // // // $Id: G4Allocator.hh,v 1.12 2003/03/25 14:56:17 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/include/G4AllocatorPage.hh b/source/global/management/include/G4AllocatorPage.hh index d9fd1faba2..27b488cdeb 100644 --- a/source/global/management/include/G4AllocatorPage.hh +++ b/source/global/management/include/G4AllocatorPage.hh @@ -22,7 +22,7 @@ // // // $Id: G4AllocatorPage.hh,v 1.4 2002/05/21 10:31:25 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/include/G4AllocatorUnit.hh b/source/global/management/include/G4AllocatorUnit.hh index 2a27286502..3fb28cee7c 100644 --- a/source/global/management/include/G4AllocatorUnit.hh +++ b/source/global/management/include/G4AllocatorUnit.hh @@ -22,7 +22,7 @@ // // // $Id: G4AllocatorUnit.hh,v 1.4 2002/05/21 10:31:25 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/include/G4ApplicationState.hh b/source/global/management/include/G4ApplicationState.hh index d75868188d..b8dc1ef28c 100644 --- a/source/global/management/include/G4ApplicationState.hh +++ b/source/global/management/include/G4ApplicationState.hh @@ -22,7 +22,7 @@ // // // $Id: G4ApplicationState.hh,v 1.3 2002/12/04 17:39:50 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4APPLICATIONSTATE_H diff --git a/source/global/management/include/G4DataVector.hh b/source/global/management/include/G4DataVector.hh index 7996be716d..c0a2a759af 100644 --- a/source/global/management/include/G4DataVector.hh +++ b/source/global/management/include/G4DataVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4DataVector.hh,v 1.12 2003/06/06 16:17:13 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/include/G4ExceptionSeverity.hh b/source/global/management/include/G4ExceptionSeverity.hh index 19763c2b53..1a2ebd8301 100644 --- a/source/global/management/include/G4ExceptionSeverity.hh +++ b/source/global/management/include/G4ExceptionSeverity.hh @@ -22,7 +22,7 @@ // // // $Id: G4ExceptionSeverity.hh,v 1.2 2002/08/26 14:56:46 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Class Description: // diff --git a/source/global/management/include/G4FastVector.hh b/source/global/management/include/G4FastVector.hh index b45ac37c9e..be3723249f 100644 --- a/source/global/management/include/G4FastVector.hh +++ b/source/global/management/include/G4FastVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4FastVector.hh,v 1.4 2001/07/11 10:00:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/include/G4LPhysicsFreeVector.hh b/source/global/management/include/G4LPhysicsFreeVector.hh index 059338bde2..6f1a39eb1f 100644 --- a/source/global/management/include/G4LPhysicsFreeVector.hh +++ b/source/global/management/include/G4LPhysicsFreeVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4LPhysicsFreeVector.hh,v 1.7 2001/07/11 10:00:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------------ diff --git a/source/global/management/include/G4LPhysicsFreeVector.icc b/source/global/management/include/G4LPhysicsFreeVector.icc index 4d84a0fc4e..b591566a29 100644 --- a/source/global/management/include/G4LPhysicsFreeVector.icc +++ b/source/global/management/include/G4LPhysicsFreeVector.icc @@ -22,7 +22,7 @@ // // // $Id: G4LPhysicsFreeVector.icc,v 1.5 2001/07/11 10:00:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------------ diff --git a/source/global/management/include/G4OrderedTable.hh b/source/global/management/include/G4OrderedTable.hh index 1187d5fb33..139294fbc7 100644 --- a/source/global/management/include/G4OrderedTable.hh +++ b/source/global/management/include/G4OrderedTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4OrderedTable.hh,v 1.11 2003/06/06 16:17:13 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/include/G4PhysicsFreeVector.hh b/source/global/management/include/G4PhysicsFreeVector.hh index fcb5cd7a8e..abb25226e7 100644 --- a/source/global/management/include/G4PhysicsFreeVector.hh +++ b/source/global/management/include/G4PhysicsFreeVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsFreeVector.hh,v 1.8 2001/07/11 10:00:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //-------------------------------------------------------------------- diff --git a/source/global/management/include/G4PhysicsLinearVector.hh b/source/global/management/include/G4PhysicsLinearVector.hh index d73b4afeea..f93e5364dd 100644 --- a/source/global/management/include/G4PhysicsLinearVector.hh +++ b/source/global/management/include/G4PhysicsLinearVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsLinearVector.hh,v 1.8 2003/06/06 16:17:13 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //-------------------------------------------------------------------- diff --git a/source/global/management/include/G4PhysicsLnVector.hh b/source/global/management/include/G4PhysicsLnVector.hh index d3ff9e3ce3..028b664c8f 100644 --- a/source/global/management/include/G4PhysicsLnVector.hh +++ b/source/global/management/include/G4PhysicsLnVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsLnVector.hh,v 1.9 2003/06/06 16:17:13 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //-------------------------------------------------------------------- diff --git a/source/global/management/include/G4PhysicsLogVector.hh b/source/global/management/include/G4PhysicsLogVector.hh index f7fd0724ba..aafd6865b7 100644 --- a/source/global/management/include/G4PhysicsLogVector.hh +++ b/source/global/management/include/G4PhysicsLogVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsLogVector.hh,v 1.8 2003/06/06 16:17:14 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //-------------------------------------------------------------------- diff --git a/source/global/management/include/G4PhysicsOrderedFreeVector.hh b/source/global/management/include/G4PhysicsOrderedFreeVector.hh index 255071be77..c1c26dc11a 100644 --- a/source/global/management/include/G4PhysicsOrderedFreeVector.hh +++ b/source/global/management/include/G4PhysicsOrderedFreeVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsOrderedFreeVector.hh,v 1.8 2001/07/11 10:00:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //////////////////////////////////////////////////////////////////////// // PhysicsOrderedFreeVector Class Definition diff --git a/source/global/management/include/G4PhysicsOrderedFreeVector.icc b/source/global/management/include/G4PhysicsOrderedFreeVector.icc index 4212d285bc..e34ea37eb3 100644 --- a/source/global/management/include/G4PhysicsOrderedFreeVector.icc +++ b/source/global/management/include/G4PhysicsOrderedFreeVector.icc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsOrderedFreeVector.icc,v 1.6 2001/07/11 10:00:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //////////////////////////////////////////////////////////////////////// // PhysicsOrderedFreeVector Class Inline Functions Definitions diff --git a/source/global/management/include/G4PhysicsTable.hh b/source/global/management/include/G4PhysicsTable.hh index ef700e8b7b..5e8ddf48bd 100644 --- a/source/global/management/include/G4PhysicsTable.hh +++ b/source/global/management/include/G4PhysicsTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsTable.hh,v 1.13 2003/11/04 10:38:03 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/include/G4PhysicsTable.icc b/source/global/management/include/G4PhysicsTable.icc index b19ea1126a..7cd354f765 100644 --- a/source/global/management/include/G4PhysicsTable.icc +++ b/source/global/management/include/G4PhysicsTable.icc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsTable.icc,v 1.4 2001/07/11 10:00:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/include/G4PhysicsVector.hh b/source/global/management/include/G4PhysicsVector.hh index d55614516c..01346d16c0 100644 --- a/source/global/management/include/G4PhysicsVector.hh +++ b/source/global/management/include/G4PhysicsVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsVector.hh,v 1.12 2003/06/06 16:17:14 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/global/management/include/G4PhysicsVector.icc b/source/global/management/include/G4PhysicsVector.icc index 82eeb98a3a..ff1e552d3a 100644 --- a/source/global/management/include/G4PhysicsVector.icc +++ b/source/global/management/include/G4PhysicsVector.icc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsVector.icc,v 1.7 2001/07/11 10:00:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/global/management/include/G4PhysicsVectorType.hh b/source/global/management/include/G4PhysicsVectorType.hh index e898cad546..d420c2625e 100644 --- a/source/global/management/include/G4PhysicsVectorType.hh +++ b/source/global/management/include/G4PhysicsVectorType.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsVectorType.hh,v 1.3 2001/07/11 10:00:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------- // diff --git a/source/global/management/include/G4ReferenceCountedHandle.hh b/source/global/management/include/G4ReferenceCountedHandle.hh index 30d2d06e4a..288e137ccb 100644 --- a/source/global/management/include/G4ReferenceCountedHandle.hh +++ b/source/global/management/include/G4ReferenceCountedHandle.hh @@ -22,7 +22,7 @@ // // // $Id: G4ReferenceCountedHandle.hh,v 1.14 2001/11/07 09:35:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Class G4ReferenceCountedHandle diff --git a/source/global/management/include/G4RotationMatrix.hh b/source/global/management/include/G4RotationMatrix.hh index ae17d6ccdb..435b014750 100644 --- a/source/global/management/include/G4RotationMatrix.hh +++ b/source/global/management/include/G4RotationMatrix.hh @@ -22,7 +22,7 @@ // // // $Id: G4RotationMatrix.hh,v 1.3 2001/07/11 10:00:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/global/management/include/G4SIunits.hh b/source/global/management/include/G4SIunits.hh index 3d55c2c544..47f7a4a469 100644 --- a/source/global/management/include/G4SIunits.hh +++ b/source/global/management/include/G4SIunits.hh @@ -22,7 +22,7 @@ // // // $Id: G4SIunits.hh,v 1.3 2003/02/05 15:25:59 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // diff --git a/source/global/management/include/G4StateManager.hh b/source/global/management/include/G4StateManager.hh index 38ece93d52..81a9156b79 100644 --- a/source/global/management/include/G4StateManager.hh +++ b/source/global/management/include/G4StateManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4StateManager.hh,v 1.8 2003/06/06 16:17:14 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/include/G4String.hh b/source/global/management/include/G4String.hh index b01a139169..4ff203f328 100644 --- a/source/global/management/include/G4String.hh +++ b/source/global/management/include/G4String.hh @@ -22,7 +22,7 @@ // // // $Id: G4String.hh,v 1.4 2003/06/06 16:17:14 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/global/management/include/G4String.icc b/source/global/management/include/G4String.icc index 3d3d9e5c8a..0c50ac3ec9 100644 --- a/source/global/management/include/G4String.icc +++ b/source/global/management/include/G4String.icc @@ -22,7 +22,7 @@ // // // $Id: G4String.icc,v 1.5 2003/06/06 16:17:14 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/global/management/include/G4ThreeVector.hh b/source/global/management/include/G4ThreeVector.hh index c9147c435e..36a7c08612 100644 --- a/source/global/management/include/G4ThreeVector.hh +++ b/source/global/management/include/G4ThreeVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4ThreeVector.hh,v 1.3 2001/07/11 10:00:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/global/management/include/G4Timer.hh b/source/global/management/include/G4Timer.hh index 6414e214df..9a985b816f 100644 --- a/source/global/management/include/G4Timer.hh +++ b/source/global/management/include/G4Timer.hh @@ -22,7 +22,7 @@ // // // $Id: G4Timer.hh,v 1.12 2003/06/06 16:17:14 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/global/management/include/G4Tokenizer.hh b/source/global/management/include/G4Tokenizer.hh index b7760208ae..a00eba21a3 100644 --- a/source/global/management/include/G4Tokenizer.hh +++ b/source/global/management/include/G4Tokenizer.hh @@ -22,7 +22,7 @@ // // // $Id: G4Tokenizer.hh,v 1.1 2001/10/11 14:04:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/global/management/include/G4Types.hh b/source/global/management/include/G4Types.hh index d6170118b1..093dd3034f 100644 --- a/source/global/management/include/G4Types.hh +++ b/source/global/management/include/G4Types.hh @@ -22,7 +22,7 @@ // // // $Id: G4Types.hh,v 1.7 2003/06/17 08:14:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // GEANT4 native types diff --git a/source/global/management/include/G4UnitsTable.hh b/source/global/management/include/G4UnitsTable.hh index a0492cdea6..1278607abd 100644 --- a/source/global/management/include/G4UnitsTable.hh +++ b/source/global/management/include/G4UnitsTable.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4UnitsTable.hh,v 1.13 2003/06/06 16:17:14 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4UnitsTable.hh,v 1.14 2004/01/21 13:17:50 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ----------------------------------------------------------------- @@ -64,8 +64,8 @@ class G4UnitDefinition { public: // with description - G4UnitDefinition(G4String name, G4String symbol, - G4String category, G4double value); + G4UnitDefinition(const G4String& name, const G4String& symbol, + const G4String& category, G4double value); public: // without description @@ -75,14 +75,14 @@ public: // without description private: - G4UnitDefinition(G4UnitDefinition&); + G4UnitDefinition(const G4UnitDefinition&); G4UnitDefinition& operator=(const G4UnitDefinition&); public: // with description - G4String GetName() const {return Name;} - G4String GetSymbol() const {return SymbolName;} - G4double GetValue() const {return Value;} + const G4String& GetName() const {return Name;} + const G4String& GetSymbol() const {return SymbolName;} + G4double GetValue() const {return Value;} void PrintDefinition(); @@ -91,8 +91,8 @@ public: // with description static G4UnitsTable& GetUnitsTable(); - static G4double GetValueOf (G4String); - static G4String GetCategory(G4String); + static G4double GetValueOf (const G4String&); + static G4String GetCategory(const G4String&); private: @@ -115,19 +115,19 @@ class G4UnitsCategory { public: // without description - G4UnitsCategory(G4String name); + G4UnitsCategory(const G4String& name); ~G4UnitsCategory(); G4int operator==(const G4UnitsCategory&) const; G4int operator!=(const G4UnitsCategory&) const; private: - G4UnitsCategory(G4UnitsCategory&); + G4UnitsCategory(const G4UnitsCategory&); G4UnitsCategory& operator=(const G4UnitsCategory&); public: // without description - G4String GetName() const {return Name;} + const G4String& GetName() const {return Name;} G4UnitsContainer& GetUnitsList() {return UnitsList;} G4int GetNameMxLen() const {return NameMxLen;} G4int GetSymbMxLen() const {return SymbMxLen;} @@ -149,8 +149,8 @@ class G4BestUnit { public: // with description - G4BestUnit(G4double internalValue, G4String category); - G4BestUnit(const G4ThreeVector& internalValue, G4String category); + G4BestUnit(G4double internalValue, const G4String& category); + G4BestUnit(const G4ThreeVector& internalValue, const G4String& category); // These constructors convert a physical quantity from its internalValue // into the most appropriate unit of the same category. // In practice it builds an object VU = (newValue, newUnit) @@ -160,7 +160,7 @@ public: // with description public: // without description G4double* GetValue() {return Value;} - G4String GetCategory() const {return Category;} + const G4String& GetCategory() const {return Category;} size_t GetIndexOfCategory() const {return IndexOfCategory;} public: // with description diff --git a/source/global/management/include/G4UserLimits.hh b/source/global/management/include/G4UserLimits.hh index 339dc5c664..3f7f574555 100644 --- a/source/global/management/include/G4UserLimits.hh +++ b/source/global/management/include/G4UserLimits.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4UserLimits.hh,v 1.7 2001/07/11 10:00:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4UserLimits.hh,v 1.8 2004/01/23 02:23:09 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // class G4UserLimits @@ -30,8 +30,15 @@ // Class description: // // Simple placeholder for user Step limitations -// - +// In order to activate these limitations, users need to register +// their "special" processes to each particle they want. +// Sample processes below can be found under processes/transportation +// MaxAllowedStep : UserStepLimit +// other limitation : UserSpecialCuts +// In addition, users can add their own Step limitations by creating +// new class derived from G4UserLimits. In these case, fType member +// is supposed to be used to identify class. +// // Author: Paul Kent August 96 // // 01-11-97: change GetMaxAllowedStep(), Hisaya Kurashige @@ -65,10 +72,10 @@ public: // with description public: // with description virtual G4double GetMaxAllowedStep(const G4Track&); - // If a Logical Volume has a G4UserLimits object, the Step length should + // If a Logical Volume has a G4UserLimits object, the Step length can // be limited as shorter than MaxAllowedStep in the volume. - // In the current design, the other limits are irrelevant in tracking - + + // virtual G4double GetUserMaxTrackLength(const G4Track&) ; virtual G4double GetUserMaxTime (const G4Track&); virtual G4double GetUserMinEkine(const G4Track&); diff --git a/source/global/management/include/G4UserLimits.icc b/source/global/management/include/G4UserLimits.icc index a37f922c16..650e313633 100644 --- a/source/global/management/include/G4UserLimits.icc +++ b/source/global/management/include/G4UserLimits.icc @@ -22,7 +22,7 @@ // // // $Id: G4UserLimits.icc,v 1.6 2001/07/11 10:00:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/source/global/management/include/G4VExceptionHandler.hh b/source/global/management/include/G4VExceptionHandler.hh index 3cc8eada0d..a83ebc3d04 100644 --- a/source/global/management/include/G4VExceptionHandler.hh +++ b/source/global/management/include/G4VExceptionHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4VExceptionHandler.hh,v 1.1 2002/08/19 18:20:11 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/include/G4VStateDependent.hh b/source/global/management/include/G4VStateDependent.hh index a6653acc79..77df764747 100644 --- a/source/global/management/include/G4VStateDependent.hh +++ b/source/global/management/include/G4VStateDependent.hh @@ -22,7 +22,7 @@ // // // $Id: G4VStateDependent.hh,v 1.3 2001/07/11 10:00:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/include/G4coutDestination.hh b/source/global/management/include/G4coutDestination.hh index d34a75201b..5066bfb3ae 100644 --- a/source/global/management/include/G4coutDestination.hh +++ b/source/global/management/include/G4coutDestination.hh @@ -22,7 +22,7 @@ // // // $Id: G4coutDestination.hh,v 1.4 2001/07/11 10:00:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/global/management/include/G4ios.hh b/source/global/management/include/G4ios.hh index ba6e1e2d4d..c781cf8003 100644 --- a/source/global/management/include/G4ios.hh +++ b/source/global/management/include/G4ios.hh @@ -22,7 +22,7 @@ // // // $Id: G4ios.hh,v 1.7 2003/06/06 16:17:14 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/global/management/include/G4strstreambuf.hh b/source/global/management/include/G4strstreambuf.hh index f168218d23..a79d7d11a1 100644 --- a/source/global/management/include/G4strstreambuf.hh +++ b/source/global/management/include/G4strstreambuf.hh @@ -22,7 +22,7 @@ // // // $Id: G4strstreambuf.hh,v 1.10 2003/06/06 16:17:14 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/global/management/include/G4strstreambuf.icc b/source/global/management/include/G4strstreambuf.icc index 2188136732..f035e9444c 100644 --- a/source/global/management/include/G4strstreambuf.icc +++ b/source/global/management/include/G4strstreambuf.icc @@ -22,7 +22,7 @@ // // // $Id: G4strstreambuf.icc,v 1.9 2003/06/06 16:17:15 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/global/management/include/globals.hh b/source/global/management/include/globals.hh index 57f562d6bd..9a7a134adb 100644 --- a/source/global/management/include/globals.hh +++ b/source/global/management/include/globals.hh @@ -22,7 +22,7 @@ // // // $Id: globals.hh,v 1.23 2003/06/06 16:17:15 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Global Constants and typedefs diff --git a/source/global/management/include/templates.hh b/source/global/management/include/templates.hh index c3f7c6df37..ff3bc81733 100644 --- a/source/global/management/include/templates.hh +++ b/source/global/management/include/templates.hh @@ -22,7 +22,7 @@ // // // $Id: templates.hh,v 1.6 2001/07/11 10:00:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -*- C++ -*- diff --git a/source/global/management/src/G4DataVector.cc b/source/global/management/src/G4DataVector.cc index c8593c04f3..c25afaab7d 100644 --- a/source/global/management/src/G4DataVector.cc +++ b/source/global/management/src/G4DataVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4DataVector.cc,v 1.6 2003/06/06 16:17:16 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/global/management/src/G4Exception.cc b/source/global/management/src/G4Exception.cc index 210b50ece6..36b6b8e7fd 100644 --- a/source/global/management/src/G4Exception.cc +++ b/source/global/management/src/G4Exception.cc @@ -22,7 +22,7 @@ // // // $Id: G4Exception.cc,v 1.17 2003/10/31 17:44:47 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/global/management/src/G4LPhysicsFreeVector.cc b/source/global/management/src/G4LPhysicsFreeVector.cc index 05528b9a1c..dd40cd0160 100644 --- a/source/global/management/src/G4LPhysicsFreeVector.cc +++ b/source/global/management/src/G4LPhysicsFreeVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4LPhysicsFreeVector.cc,v 1.8 2001/07/11 10:00:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------------- diff --git a/source/global/management/src/G4OrderedTable.cc b/source/global/management/src/G4OrderedTable.cc index ba91c318fc..9ea014eef7 100644 --- a/source/global/management/src/G4OrderedTable.cc +++ b/source/global/management/src/G4OrderedTable.cc @@ -22,7 +22,7 @@ // // // $Id: G4OrderedTable.cc,v 1.3 2003/06/06 16:17:17 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/src/G4PhysicsFreeVector.cc b/source/global/management/src/G4PhysicsFreeVector.cc index f1cf6e560d..bc1d88ebd9 100644 --- a/source/global/management/src/G4PhysicsFreeVector.cc +++ b/source/global/management/src/G4PhysicsFreeVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsFreeVector.cc,v 1.8 2001/07/11 10:00:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //-------------------------------------------------------------------- diff --git a/source/global/management/src/G4PhysicsLinearVector.cc b/source/global/management/src/G4PhysicsLinearVector.cc index 61ceeeeaa9..0ef5de99c1 100644 --- a/source/global/management/src/G4PhysicsLinearVector.cc +++ b/source/global/management/src/G4PhysicsLinearVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsLinearVector.cc,v 1.10 2003/06/06 16:17:17 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //-------------------------------------------------------------------- diff --git a/source/global/management/src/G4PhysicsLnVector.cc b/source/global/management/src/G4PhysicsLnVector.cc index 258af177e4..cf299700a6 100644 --- a/source/global/management/src/G4PhysicsLnVector.cc +++ b/source/global/management/src/G4PhysicsLnVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsLnVector.cc,v 1.12 2003/06/06 16:17:17 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/global/management/src/G4PhysicsLogVector.cc b/source/global/management/src/G4PhysicsLogVector.cc index 895242dfb5..11b45a4d9c 100644 --- a/source/global/management/src/G4PhysicsLogVector.cc +++ b/source/global/management/src/G4PhysicsLogVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsLogVector.cc,v 1.10 2003/06/06 16:17:17 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/global/management/src/G4PhysicsOrderedFreeVector.cc b/source/global/management/src/G4PhysicsOrderedFreeVector.cc index 45fe1fc5a7..0e893ae493 100644 --- a/source/global/management/src/G4PhysicsOrderedFreeVector.cc +++ b/source/global/management/src/G4PhysicsOrderedFreeVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsOrderedFreeVector.cc,v 1.8 2001/07/11 10:00:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //////////////////////////////////////////////////////////////////////// // PhysicsOrderedFreeVector Class Implementation diff --git a/source/global/management/src/G4PhysicsTable.cc b/source/global/management/src/G4PhysicsTable.cc index 96521e7ef2..e9dfca2b19 100644 --- a/source/global/management/src/G4PhysicsTable.cc +++ b/source/global/management/src/G4PhysicsTable.cc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsTable.cc,v 1.10 2003/11/04 12:17:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/src/G4PhysicsVector.cc b/source/global/management/src/G4PhysicsVector.cc index 28b04bd9a1..e5b5c89805 100644 --- a/source/global/management/src/G4PhysicsVector.cc +++ b/source/global/management/src/G4PhysicsVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicsVector.cc,v 1.15 2003/06/06 16:17:17 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/global/management/src/G4StateManager.cc b/source/global/management/src/G4StateManager.cc index 961a58c9ba..534a9f1461 100644 --- a/source/global/management/src/G4StateManager.cc +++ b/source/global/management/src/G4StateManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4StateManager.cc,v 1.10 2003/10/31 17:44:47 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/src/G4Timer.cc b/source/global/management/src/G4Timer.cc index 9bca3f9f68..9c9120bd26 100644 --- a/source/global/management/src/G4Timer.cc +++ b/source/global/management/src/G4Timer.cc @@ -22,7 +22,7 @@ // // // $Id: G4Timer.cc,v 1.11 2003/06/06 16:17:17 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/global/management/src/G4UnitsTable.cc b/source/global/management/src/G4UnitsTable.cc index 11cfc1eca3..43de0f452b 100644 --- a/source/global/management/src/G4UnitsTable.cc +++ b/source/global/management/src/G4UnitsTable.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4UnitsTable.cc,v 1.20 2003/11/24 11:34:33 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4UnitsTable.cc,v 1.21 2004/01/21 13:17:50 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... // @@ -45,8 +45,8 @@ G4UnitsTable G4UnitDefinition::theUnitsTable; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4UnitDefinition::G4UnitDefinition(G4String name, G4String symbol, - G4String category, G4double value) +G4UnitDefinition::G4UnitDefinition(const G4String& name, const G4String& symbol, + const G4String& category, G4double value) : Name(name),SymbolName(symbol),Value(value) { // @@ -63,7 +63,6 @@ G4UnitDefinition::G4UnitDefinition(G4String name, G4String symbol, //update string max length for name and symbol theUnitsTable[i]->UpdateNameMxLen((G4int)name.length()); theUnitsTable[i]->UpdateSymbMxLen((G4int)symbol.length()); - } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -78,7 +77,7 @@ G4UnitDefinition::~G4UnitDefinition() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4UnitDefinition::G4UnitDefinition(G4UnitDefinition& right) +G4UnitDefinition::G4UnitDefinition(const G4UnitDefinition& right) { *this = right; } @@ -120,7 +119,7 @@ G4UnitsTable& G4UnitDefinition::GetUnitsTable() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4double G4UnitDefinition::GetValueOf(G4String string) +G4double G4UnitDefinition::GetValueOf(const G4String& str) { if(theUnitsTable.size()==0) BuildUnitsTable(); G4String name,symbol; @@ -128,19 +127,19 @@ G4double G4UnitDefinition::GetValueOf(G4String string) { G4UnitsContainer& units = theUnitsTable[i]->GetUnitsList(); for (size_t j=0;jGetName(); symbol=units[j]->GetSymbol(); - if(string==name||string==symbol) + if(str==name||str==symbol) return units[j]->GetValue(); } } - G4cout << "Warning from G4UnitDefinition::GetValueOf(" << string << ")." - << " The unit " << string << " does not exist in UnitsTable." + G4cout << "Warning from G4UnitDefinition::GetValueOf(" << str << ")." + << " The unit " << str << " does not exist in UnitsTable." << " Return Value = 0." << G4endl; return 0.; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4String G4UnitDefinition::GetCategory(G4String string) +G4String G4UnitDefinition::GetCategory(const G4String& str) { if(theUnitsTable.size()==0) BuildUnitsTable(); G4String name,symbol; @@ -148,12 +147,12 @@ G4String G4UnitDefinition::GetCategory(G4String string) { G4UnitsContainer& units = theUnitsTable[i]->GetUnitsList(); for (size_t j=0;jGetName(); symbol=units[j]->GetSymbol(); - if(string==name||string==symbol) + if(str==name||str==symbol) return theUnitsTable[i]->GetName(); } } - G4cout << "Warning from G4UnitDefinition::GetCategory(" << string << ")." - << " The unit " << string << " does not exist in UnitsTable." + G4cout << "Warning from G4UnitDefinition::GetCategory(" << str << ")." + << " The unit " << str << " does not exist in UnitsTable." << " Return category = None" << G4endl; name = "None"; return name; @@ -300,8 +299,8 @@ void G4UnitDefinition::PrintUnitsTable() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4UnitsCategory::G4UnitsCategory(G4String name) -:Name(name),UnitsList(),NameMxLen(0),SymbMxLen(0) +G4UnitsCategory::G4UnitsCategory(const G4String& name) + : Name(name),UnitsList(),NameMxLen(0),SymbMxLen(0) { } @@ -313,7 +312,7 @@ G4UnitsCategory::~G4UnitsCategory() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4UnitsCategory::G4UnitsCategory(G4UnitsCategory& right) +G4UnitsCategory::G4UnitsCategory(const G4UnitsCategory& right) { *this = right; } @@ -357,7 +356,7 @@ void G4UnitsCategory::PrintCategory() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4BestUnit::G4BestUnit(G4double value,G4String category) +G4BestUnit::G4BestUnit(G4double value, const G4String& category) { // find the category G4UnitsTable& theUnitsTable = G4UnitDefinition::GetUnitsTable(); @@ -378,7 +377,7 @@ G4BestUnit::G4BestUnit(G4double value,G4String category) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4BestUnit::G4BestUnit(const G4ThreeVector& value,G4String category) +G4BestUnit::G4BestUnit(const G4ThreeVector& value, const G4String& category) { // find the category G4UnitsTable& theUnitsTable = G4UnitDefinition::GetUnitsTable(); diff --git a/source/global/management/src/G4VExceptionHandler.cc b/source/global/management/src/G4VExceptionHandler.cc index 9ea43d1e11..6616771e15 100644 --- a/source/global/management/src/G4VExceptionHandler.cc +++ b/source/global/management/src/G4VExceptionHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4VExceptionHandler.cc,v 1.1 2002/08/19 18:20:12 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/src/G4VStateDependent.cc b/source/global/management/src/G4VStateDependent.cc index 6703fbcd4b..abc335d1a6 100644 --- a/source/global/management/src/G4VStateDependent.cc +++ b/source/global/management/src/G4VStateDependent.cc @@ -22,7 +22,7 @@ // // // $Id: G4VStateDependent.cc,v 1.3 2001/07/11 10:00:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/global/management/src/G4ios.cc b/source/global/management/src/G4ios.cc index acb9b3f936..20a4db1038 100644 --- a/source/global/management/src/G4ios.cc +++ b/source/global/management/src/G4ios.cc @@ -22,7 +22,7 @@ // // // $Id: G4ios.cc,v 1.6 2003/06/06 16:17:18 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/graphics_reps/doc/G4NURBS.txt b/source/graphics_reps/doc/G4NURBS.txt deleted file mode 100644 index a8c910fff1..0000000000 --- a/source/graphics_reps/doc/G4NURBS.txt +++ /dev/null @@ -1,796 +0,0 @@ -$Id: G4NURBS.txt,v 1.1 1999/01/07 16:09:09 gunter Exp $ -Olivier Crumeyrolle, 17th September 1996. - - The G4NURBS C++ class library - - - - Documentation (September 6 '96) - - Introduction - -In GEANT4, there is a need for visual representations. Non Uniform Rational -B-Spline (NURBS) are an interesting choice as they allow an exact -representation of conics, unlike others, and have a lot of other convenient -properties. Furthermore NURBS are an industry standard in Computer Aided -Design (CAD) systems. - -The goal of the G4NURBS C++ class library is to handle NURBS and to provide all -the necessary methods so they can be succesfully used. - - Summary - -The G4NURBS class handles the data needed to define a NURBS surface, -i.e. the orders of the NURBS used, the knot values and control points -(explanations later). - -G4NURBS provides an important number of access functions to allow any graphics -model (GM) to build its own NURBS. Although building the GM's NURBS with -G4NURBS data (or vice versa) without any copy would be the more efficient way, -different GMs typically use different data types, so copying and converting is -required. For that G4NURBS provides some basic functions and also some more -clever iterators to simplify the user's task. - -Some GMs support NURBS (OpenGL, GPHIGS), but for others G4NURBS (will) provide -some adaptative tessellation functionalities, if possible as a convertion to -G4Polyhedron. - -For the GEANT4 geometry user, G4NURBSbox, G4NURBScylinder, G4NURBStube and -G4NURBStubesector are implemented. - -Some transformation functions (partial revolution in particular) will may be -added so anyone can build almost any shape with G4NURBS, starting with some -basic ones only, and without complication. - -If everything's OK, G4NURBS could become a nice kind of primitive. - - - - -1 Building a G4NURBS instance - -This section is essentialy dedicated to the GEANT4 geometry user. - -1.1 From a G4VSolid to a G4NURBS - -1.1.1 Box - -It's straightforward with G4NURBSbox. If DX, DY and DZ are the half-lengths in -the X, Y an Z directions respectively, then - -G4NURBSbox * pmybox = new -G4NURBSbox(DX, DY, DZ); - -builds the corresponding box. Thanks to polymorphism, -this object is a G4NURBS like any other. - -1.1.2 Tubs - -In Geant4, tubs are used to represent some sectors of tube, but also complete -tubes and cylinders. To keep it simple, there is no G4NURBStubs, but a -G4NURBScylinder, a G4NURBStube and a G4NURBStubesector. - -If RMIN, RMAX, DZ, PHI1, PHI2 are the tubs parameter (but with angles in -radians), then something like - -G4NURBS * pmynurbs; -if (RMIN != 0) - { - if ( ((PHI2-PHI1) >= 2*M_PI) || (PHI2==PHI1) ) - pmynurbs = new G4NURBStube(RMIN, RMAX, DZ); - else pmynurbs = new G4NURBStubesector(RMIN, RMAX, DZ, PHI1, PHI2); - } - else - { - if ( ((PHI2-PHI1) >= 2*M_PI) || (PHI2==PHI1) ) - pmynurbs = new G4NURBScylinder(RMAX, DZ); - else pmynurbs = new G4NURBStubesector(0.0001, RMAX, DZ, PHI1, PHI2); - }; - -builds the appropriate representation. -NB: as you can see there is no sector of cylinder, so we use -G4NURBStubesector(epsilon, RMAX, DZ, PHI1, PHI2). A new release will include -G4NURBScylindersector one day. - -Note that G4NURBStubesector can in principle handle all possible tubs, (it even -works with negative radius, negative length and more than two pi angle -difference) but the graphics system will probably have some difficulties with -the NURBS, and even if it display it, you will not like the result. - - -1.2 In general - -One cannot build directly a G4NURBS object. G4NURBS is just an handling class. -To have some instance you must derive from G4NURBS and use one of its protected -constructors in the child class constructor initialisation list. The first -G4NURBS constructor is able to produce a regular knot vector for an unallocated -knot vector, and the second one (the most easy to use) handles allocation of -all arrays and is able to produce some "linear" but also some "circular" knots. -G4NURBSbox and G4NURBStube use the second constructor and are good examples, -G4NURBStubs is slightly more complex but shows how to build automatically a -G4NURBS. G4NURBScylinder is the only one written with the first constructor, to -provide an example. See also comments in G4NURBS.hh. This file contains in the -appendix an introduction to NURBS, with some examples. You should also follow -the recommendations in 4.2.4. - - -1.3 Future prospects - -A child class with an istream based constructor might be written which allows -the user to load a NURBS Definition file (as the << overload currently -generates them). - -Some transformation functions might be written in order to help the user to -build a NURBS from basic one. (suggestions are welcomed) - -A child class G4NURBStrimmingcurve might be written with some methods to help -the user to clip NURBS or to convert some boolean solids into clipped NURBS. -However the GMs must support surface trimming, as it's not straightforward to -generate an equivalent representation of a trimmed NURBS (set of smaller NURBS?) - - - -2 Access functions - -This section will more interest the graphics model devloper. - -2.1 Simple data access with and without a direction selector - -To retrieve NURBS simple data (order, various numbers) a first set of -access functions is provided : - - G4int getUorder() const; - G4int getVorder() const; - G4int getUnbrKnots() const; - G4int getVnbrKnots() const; - G4int getUnbrCtrlPts() const; - G4int getVnbrCtrlPts() const; - -where nbr is short for number and CtrlPts for control points. - -Another set of functions using a _selector_ is provided : - - G4int getorder(t_direction in_dir) const; - G4int getnbrKnots(t_direction in_dir) const; - G4int getnbrCtrlPts(t_direction in_dir) const; - -The selector in_dir is an enum in the G4NURBS scope. So the complete type name -is G4NURBS::t_direction, and values are G4NURBS::U for retrieving data related -to the U direction, and G4NURBS::V for V. - -Hence the following calls are equivalent : - my_nurbs.getUorder(); - my_nurbs.getorder(G4NURBS::U); -The first may be slightly faster than the second (cf inline code in G4NURBS.hh). - -G4NURBS::NofD is also defined, where NofD means nbr of directions. One could use -it for loops over direction. However as enum can't be incremented this is not as -useful as it could be. See the << overload in G4NURBS.cc for a loop example or -the constuctors (still in G4NURBS.cc) for another example. - - -2.2 Access to knots and control points - -2.2.1 -A set of basic functions is provided : - - G4float getfloatKnot( t_direction in_dir, t_indKnot in_index) - const; - - G4double getdoubleKnot( t_direction in_dir, t_indKnot in_index) - const; - - t_floatCtrlPt* getfloatCtrlPt( t_indCtrlPt in_onedimindex) const; - - t_floatCtrlPt* getfloatCtrlPt( t_inddCtrlPt in_Uindex, - t_inddCtrlPt in_Vindex) const; - - t_doubleCtrlPt* getdoubleCtrlPt(t_indCtrlPts in_onedimindex) const; - - t_doubleCtrlPt* getdoubleCtrlPt(t_inddCtrlPts in_Uindex, - t_inddCtrlPts in_Vindex) const; - -The first two return the in_index th knot (with a 0 based numbering, so the -valid index goes from 0 to nbrKnots-1) after converting it into G4float or -G4double. The four others functions do the same with control points. The -returned pointer points to a brand-new allocated array with the control points -coordinates. You can do what you want with it, it's _your_ copy, (non-const) and -you must delete it after use. You can give the U and V index or a global index, -as control points are stored U increasing first. - -The followings calls are equivalent : - // suppose a 5 by 9 net of ctrlpts (5 along U, 9 along V) - // and t_doubleCtrlPt * pmycp; - pmycp = my_nurbs.getdoubleCtrlPt(3, 2); - pmycp = my_nurbs.getdoubleCtrlPt(13); - -However, iterators are an easier way to retrieve the knots or the control points -in a sequential manner. - -2.2.2 Iterators - -Iterators are defined in the G4NURBS public scope, to avoid the global -namespace pollution. Therefore their type name is G4NURBS::KnotsIterator, -G4NURBS::CtrlPtsCoordsIterator, G4NURBS::CtrlPtsIterator. - -Iterators are independent objects : you can allocate as many iterators as you -want and make them work concurrently. However the G4NURBS object MUST be defined -when you use iterators over it (and must not be changed). See the Possible -improvements 1.2 section for more about that. - -2.2.2.1 -G4NURBS::KnotsIterator allows the user to retrieve knots one after the other. It -can be used as follows to get all the knots along the U direction as 'float' -numbers : - -// assuming mynurb is a G4NURBS, for instance G4NURBSbox my_nurb(1,2,3); -G4float * my_array, * my_float_p; -my_float_p = my_array = new float [my_nurb.getnbrKnots(G4NURBS::U)]; -G4NURBS::KnotsIterator my_iterator(my_nurb, G4NURBS::U); -while (my_iterator.pick(my_float_p++)); - -Then my_array contain all the knots, and my_float_p point just after the array. -The trick is that pick functions return false when they pick the last knot. - -The constructor has an optional third argument, in_startIndex, preseted to zero. -It's possible to give another value to retrieve half of the knots for instance. -(will probably be used in splitting) - - - - -2.2.2.2 -G4NURBS::CtrlPtsCoordsIterator is very similar to the Knots one. -The control points are retrieved coordinate after coordinate, -and, if we note i the index along U and j the one along V, -control points P_i_j themselves are obtained i increasing first, j after : -P_1_1, P_2_1, P_3_1, P_4_1, ....., P_1_2, P_2_2, P_3_2, P_4_2, .... - -G4float * my_array, * my_float_p; -my_float_p = my_array = new float [my_nurb.gettotalnbrCtrlPts() - *G4NURBS::NofC*sizeof(float)]; -G4NURBS::CtrlPtsCoordsIterator my_iterator(my_nurb); -while (my_iterator.pick(my_float_p++)); - - -2.2.2.3 -G4NURBS::CtrlPtsIterator work control point by control point, instead of control -point coordinate by control point coordinate. Remember that control points are -given U index increasing first, V after. The << overload in G4NURBS.cc contains -an exemple where the retrieved control point is used immediately. - - -2.2.3 - -Some "complete-copy" functions are also provided. - - G4float * getfloatAllKnots(t_direction in_dir) const; - G4double * getdoubleAllKnots(t_direction in_dir) const; - G4float * getfloatAllCtrlPts() const; - G4double * getdoubleAllCtrlPts() const; - -These functions return a pointer over a new array with all the knots or control -points copied. You do not control the allocation nor the copy, but you own the -result and will have to delete it. - -They are more easy to use than iterators, but less flexible. - -Be careful with these functions, as _you_ choose the type, whereas with -iterators the compiler choose the good pick function for you. If G4double or -G4float change, you must change your code, instead of just recompile it. - - - - -3 Use in GEANT4 - -3.1 NURBS manipulations - -The public interface of G4NURBS does not allow the user to modify a NURBS. The -user is expected to create G4NURBS via child classes. Splitting, tesslation, or -other non-conservative processes should occur only as a conversion to a child -class, via its constructor, or eventually with a conversion operator. - -e.g. - -G4NURBSashape mynurbs(foo, goo, hoo); - -// for splitting -G4NURBSsplit mypieceofnurbs(mynurbs, splitdirection, splitpointvalue); - -// for tessellation, if -// class G4PolyhedronedNURBS : public G4Polyhedron -// has a constructor G4PolyhedronedNURBS(const G4NURBS &, G4Float tolerance) -G4PolyhedronedNURBS mytessellatednurbs(mynurbs, thetolerance); - -// (a multiple inheritance could be used to have a "dual-face" -// object Polyhedron/NURBS, with the advantage of keeping -// a NURBS and its tessellation together, and the disadvantge -// of duplicating the original NURBS into this child) - -The resulting instance is not necessary constant, G4NURBSsplit could provide -some sub-splitting and refinement methods that act on itself. - - -3.2 Copying policy - -A copy constructor is provided, but in the private part. A warning message -( "WARNING: G4NURBS::G4NURBS(const G4NURBS &) used" ) -is printed on cerr each time the copy constructor is called. - -As long as there is no sophisticated memory management scheme that reduce -useless duplications, copying should be avoided. We have already to duplicate -data for the GM, once is enough. - - - -4 Possible internal improvements that could have consequences - -4.1 Memory management : - -4.1.1 G4NURBS use the minimal memory management scheme possible. Control - points, knots, are stored in basic arrays. NURBS characteristics are - stored in simple structure. All those internal data could be handled in - protected classes with ad hoc constructors, which would be more - reliable. The G4NURBS copy constructor would be more elegant. However - performance may decrease. This point is related to typing. See 2.1. - -4.1.2 Some reference counting facilities should be added for internal arrays - so that iterators could correctly work after a G4NURBS is - deleted/changed. This point could be solved with 1.1 in a elegant way. - We should at least warn the user when a nurbs is deleted before the - corresponding iterators. However if we want to do the things in a good - way references counters must be associated to arrays. Once again 1.1 is - the solution for that. To put references as members, we need the future - "mutable" keyword planed by the ANSI C++ committee, or the counting will - be uncompatible with const instances. - -4.2 Internal data type - -4.2.1 Knots and control points types are just typedefs, idem for index types. - They could be strong types (i.e. classes), but performance costs will - may be significant. - -4.2.2 enum type are useful to enforce the user to do good things (like using - G4NURBS::U instead of 0), but are not really convenient for loops. Some - internal alias should be defined to allow some more easy loops. [this - concern the geom user only if he/she writes some G4NURBS children] - - - -4.2.3 As the user doesn't know the internal data type, it could be possible - for G4NURBS to adapt itself to the GM currently used, so this GM could - use directly the G4NURBS data. This adaptation concern the control - points storage order and knot values (some fast algorithms exists for - knots which differe of 0 or 1 only). It would be necessary to write some - inline functions for control points initialization that spare the child - class writer to know the storage order, see 4.2.4. But once again, what - about performance ? The G4NURBS constructors and the initializations - functions used in child constructors would have to change their target - type, and thus we need a very clever scheme to be compatible with the - use of different GMs in the same time. - -4.2.4 For the momment the control points storage order is publicly known, that - could change, with a formal class level between G4NURBS and - G4NURBSashape children. Calls like CP(mpCtrlPts[..], .... will have to - be rewritten; a tool will may be provided to automaticaly do that. Use - if possible explicit U & V index values like - - CP(mpCtrlPts[to1d(U_index, V_index)], ....... - - [this concerns the geometry user only if he/she writes some - G4NURBSashape]. - - -4.3 External interfacing types - -4.3.1 For the moment G4int, G4double, G4float, are just alias for int, double, - float. These G4 types are used in the G4NURBS interface (the public part - of G4NURBS). If their definitions are changed, the significance of the - access functions will change too, user should take care about that when - using access functions with some others types (e.g. GLfloat ) In a more - general way this type interfacing problem will have to be solved at a - general level as different GS are used. For the moment G4Float is used - internally and interfaced to G4float and G4double. - -4.3.2 Child constructors take all their arguments as G4double. This may have - to change, depending on the exact work that G4VSolid children have to - do. Length arguments should be unsigned (but unsigned G4double is - illegal), and angles in radians should have a different type from those - in degrees. - - -4.4 Names - -4.4.1 G4NURBS could become G4VNurbs, and G4NURBSbox could become G4NurbsBox. - - -5 Prospects - - -5.1 For NURBS in general - -NURBS are likely to become more and more widely supported by software, but also -by hardware. Nvidia NV1 PCI card for PCs already accelerate quadratic curves -(and may be more) . The new SPARCstation 20TurboZX provide dynamic tessellation -for NURBS in firmware. - -5.2 Births - -G4NURBS will probably have others children in the future, in particular for -splitting. However the object oriented programming allows anyone to create some -child classes. Don't hesitate to enlarge the family. - - - - - - - -Appendix - - Non Uniform Rational B-Spline (NURBS). - -1 About Representation - -A curve or a surface are mathematicaly a set of points. However the number of -points is infinite, what is not convenient at all. We need a more operational -way for describing the set of points. Here we use a parametric representation : -the curve is described by a function of 1 real parameter t : C(t), the surface -with two parameters called u and v : S(u,v). As the parameter(s) go(es) from a -minimal value to a maximal one, the function describes the curve/surface. Now we -need a representation for this function itself. To achieve this, the function is -projected over a set of basis functions. Of course the kind of functions we can -represent in this way is determined by the kind of basis functions used. We will -work with real-valued polynomial function, as they are easy to represent, can -approximate any continuous function as well as we want and are convenient in -general. Once basis functions are chosen, the kind of 'coordinates' that a -function will have over such a basis is determined : the function describe a set -of point whereas basis functions chosen are real-valued, so the 'coordinates' -are necessary some points, called control points, noted P_i (or P_{i,j}), -represented by their position-vector, and multipied by the basis functions. - -A curve will then be expressed as C(t) = sum(i = 1, n) { P_i * B_i(t) } -where B_i is the ith basis functions. -A surface could be expressed as S(u,v) = sum(i = 1, n) { P_i * B_i(u,v) }, -but we will use a more easy scheme, explained in 2.5 - -An interesting point is that if T is a linear transformation, -T[C(t)] = sum(i = 1, n) { T[P_i] * B_i(t) } - -2 B-Spline curves and surfaces - -2.1 B-Spline basis functions - -They are defined as following : - -B_{i,1} = 1 if t_i <= t <= t_{i+1}, 0 otherwise - -B_{i,k}(t) = ((t-t_i)/(t_{i+k-1}-t_i))*B_{i,k-1}(t) - + - ((t_{i+k}-t)/(t_{i+k}-t_{i+1}))*B_{i+1,k-1} -i goes from 1 to n, the number of basis functions. -k is the order of the B-Spline. -(t_i)_{1<=i<=n+k} a sequence of non-decreasing values called knots that defines -the B_{i,k}, and is globaly designed as the knot vector. -The B-Spline is said to be uniform if t_{i+1}-t_i = d > 0 for any i, non-uniform -(NU) otherwise, with the convention 0/0 = 0. - -We concentrate first on uniform B-Splines (UBS) - - -2.2 Some UBS properties - -The recursive relation defines B_{i,k} as a linear interpolation between -B_{i,k-1} and B_{i+1,k-1}. Thus B_{i,k} is a polynomial of degree k-1, -strictly positive in [t_i, t_{i+k}], nul elsewhere. For a given t / t_i <= t < -t_{i+1}, only B_{i-k+1,k} to B_{i,k} are non-nul. The (endknot-startknot) -divisors in the relation imply that sum(i = 1,n){B_{i,k}(t)} = 1. - -[picture of UBS basis functions from k=1 to 2 or 3] - - -2.3 Change of basis : the Oslo algorithm - -It is possible to increase the number of basis functions used. - -If (t_i)_{1<=i<=n+k} is the old knot vector and (t'_i)_{1<=i<=n'+k} the new -one, then P'_i = sum (j = 1, n) { alpha_{i,j,k} * P_j } - -where alpha_{i,j,k} is given by a recursive relations similar to B_i,k ones : - -alpha_{i,j,k} = ((t'_{j+k-1} - t_i) / (t_{i+k-1} - t_i)) * alpha_{i,j,k-1} - + ((t_{i+k} - t'_{j+k-1}) / (t_{i+k} - t_{i+1})) * alpha_{i+1,j,k-1} - -The Oslo algorithm is not used in the G4NURBS class library at the moment, -but it will when splitting functionalities will be added. - -2.4 UBS curves - -Once we have defined the basis function, a curve is expressed as following : - -C(t) = sum(i = 1, n) { P_i * B_{i,k}(t) } - -where P_i are the control points and k the order. -(This maps [t_min, t_max] to the curve.) - -If we note C^n the class of functions that are continuous up to the nth -derivative (included), then for t_i < t < t_{i+1}, C(t) is C^infinite, and at t -= t_i, C(t) is C^{k-2}. - -[pictures ?] - -If a control points is repeated k-1 time or more, the curve goes through it. - - -2.5 UBS surfaces - -Surfaces are expressed as the tensor product of two curves : - -S(u,v) = sum(i=1,n) sum(j=1,m) { P_{i,j}*B_{i,k}(u)*B_{j,l}(v) } - -where P_{i,j} is the net of control points. -(This maps [u_min,u_max] x [v_min,v_max] to the surface.) - - -This is more convenient than starting from 2D splines, or similar functions, -but you must keep in mind that with such a scheme the curve along one direction -must be sufficently complexe to handle the shape complexity all along this -direction. However it's sometime possible to choose a direction for a parameter -in such a way that the surface is more simple along this direction. - - -2.6 Choice of parameter domain - -In the G4NURBS class library, the default is zero as the minimal parameter -value, one for the maximal, and t_{i+1}-t_i = ( 0 or constant) ). However -examples in section 4 will use t_i = integer for non-coincident knots, as it's -more legible. - - - -3 NURBS curves and surfaces - -3.1 NU - -As previously said, the knots interval can vary. As we still impose t_{i+1} >= -t_i, the limit case is t_{i+1} = t_i. In such a case, B_{i,1} is reduced to a -point, B_{i,2} and B_{i+1,2} overlap on a knot segment reduced to a point, and -at this point C(t) will be only C^{k-3}, making the curve less smooth. More -generally if a knot appears M times, C(t) is C^{k-M-1}. If M = k-1, C(t) is -C^0, the curve is still continuous but can have a corner at t = t_i = ... = -t_{i+k-2} and go through the corresponding control point P_{i-1}, thanks to -B_{i-1,k} that cover t_i to t_{i+k-2,k}. If M = k, the curve is no longer -continous : all the basis B-Splines from B_{i-k,k} to B_{i-1,k} stop at t = t_i -= ... = t_{i+k-1} and the curve stop a the corresponding control point -P_{i-1}. If there are other knots and control points after, the curve restarts -from next control point P_i, as B_{i,k} to B_{i+k-1,k} start at t_{i+k-1} = t'. - - -3.2 R - -The control points are no longer usual position vectors in the plane -(isomorphic with R^2) or in the space (isomorphic with R^3) but an element of -the projective space P^n, which as one dimension more that the corresponding -usual space. P^n, isomorphic with R^n, is associated with the usual space -isomorphic with R^{n-1} : (x, y, w) in P^3 corresponds to (x/w, y/w) in R^2, -(x, y, z, w) in P^4 corresponds to (x/w, y/w, z/w) in R^3 and so on. If w = 0, -the point goes to infinity, defining a direction. Thus working in the -projective space allows us to work with points and vectors, and all affine -transformations in the usual space can be combined into a linear ones in the -projective space, as well as projections. The coordinates in P^n are said to be -homogeneous or rational, and items expressed with such coordinates are -highlighted by an ^h. - - -3.3 NU R BS - -NURBS are NUBS in the projective space. Hence to transform a NURBS, one just -has to transform the control points, even for projections. - -The last homogeneous coordinate w is called the "weight". - -3.4 NURBS curves - -If P_i = (x_i, y_i), then P^h_i = (w_i*x_i, w_i*y_i, w_i) -and a curve is expressed in P^3 by - -C^h(t) = sum(i = 1, n) { P^h_i * B_{i,k}(t) } - -and in R^2 by - -C(t) = sum(i = 1, n){ w_i* P_i * B_{i,k}(t) } / sum(i = 1, n){ w_i* B_{i,k}(t) } - - -3.5 NURBS surfaces - -If P_i = (x_i, y_i, z_i), then P^h_i = (w_i*x_i, w_i*y_i, w_i*z_i, w_i) -and a surface is expressed in P^4 by - -S^h(u,v) = sum(i=1,n) sum(j=1,m) { P^h_{i,j} * B_{i,k}(u) * B_{j,l}(v) } - -and in R^3 by - -S(u,v) = sum(i=1,n) sum(j=1,m) { w_{i,j} * P_{i,j} * B_{i,k}(u) * B_{j,l}(v) } - /sum(i=1,n) sum(j=1,m) { w_{i,j} * B_{i,k}(u) * B_{j,l}(v) } - - - -3.6 NURBS advantages/disadvantages - -3.6.1 Advantages : - - Common representation for shapes, even with discontinuities. - - Exact representation of conics section (and for all shapes that have a - polynomial parametrisation in the projective space). - - Invariant under affine and perspective tranformations. - - Flexible (lot of manipulations possible, cf 4). - - Generalization of others B-splines / Bezier shapes. - -3.6.2 Drawbacks : - - Today need some calculations to be converted to triangles and/or - quadrilaterals as these are the only kind of shapes directly handled - by graphics systems at low-level (OpenGL is able to do that but it - really generate too many triangles/squares). - - Extra storage for simple shapes. - - We must choose a good parameterisation. - - - - -4 Examples of NURBS - -4.1 Linear - -With 2.1 definition, linear B-Spline are order 2 : k = 2. -All the weigths are equal to ones in what follows. - -4.1.1 Segment - -We want a strait line from P_1 to P_2. To start the curve at P_1, we need a knot -repeated k times at the begining and at the end of the knot vector. Thus the -knot vector looks like { 0 0 ... 1 1 }. Do we need more than four knots ? No, -two control points, a second order NURBS, 2 + 2 = 4, number of knots. (Remember -(t_i)_{1<=i<=n+k}) - -4.1.2 Polyline - -We could just put some lines in such a way that they connect each other in a -head to tail fashion, - -{ 0 0 1 1 } -[ P_1, P_2 ] - Set P_3 = P_2 -{ 0 0 1 1 } -[ P_3, P_4 ] - Set P_5 = P_4 -{ 0 0 1 1 } -[ P_5, P_6 ] - -and union them in one NURBS : - -{ 0 0 1 1 2 2 3 3 } -[ P_1, P_2, P_3, P_4, P_5, P_6 ] still with P_3 = P_2 and P_5 = P_4. - -Then we can simplify the NURBS : - -{ 0 0 1 2 3 3 } -[ P_1, P_3, P_4, P_6 ] - - -4.1.3 Square - -If P_1, P_2, P_3, P_4 are the four corners, we can do a NURBS with -a polyline that starts and stop at P_1 : - -{ 0 0 1 2 3 4 4 } -[ P_1 P_2 P_3 P_4 P_1 ] - - -4.1.4 Box - -If we take a square and move it (=extrude) along a perpendicular edge, we get a -box which lack to faces, the two ones that are perpendicular to the edge along -which we extruded the square. Note that if you change the order in which you are -considering the tensor product, this surface is a segment (the edge) moved along -a square. - -{ 0 0 1 2 3 4 4 } by - -[ P_1 P_2 P_3 P_4 P_1 ] { 0 0 -[ P'_1 P'_2 P'_3 P'_4 P'_1 ] 1 1 } - -To close the sides, we repeat the extremeties, - -{ 0 0 1 2 3 4 4 } by - -[ P_1 P_2 P_3 P_4 P_1 ] { 0 0 -[ P_1 P_2 P_3 P_4 P_1 ] 1 -[ P'_1 P'_2 P'_3 P'_4 P'_1 ] 2 -[ P'_1 P'_2 P'_3 P'_4 P'_1 ] 3 3 } - -and then reduce the first and last square to a line or a point. -For instance if P_0 is the center of the P_i side and P'_0 the one of the P'_i, - -{ 0 0 1 2 3 4 4 } by - -[ P_0 P_0 P_0 P_0 P_0 ] { 0 0 -[ P_1 P_2 P_3 P_4 P_1 ] 1 -[ P'_1 P'_2 P'_3 P'_4 P'_1 ] 2 -[ P'_0 P'_0 P'_0 P'_0 P'_0 ] 3 3 } - -(Put differently, we take half of a rectangle and "rotate" it along a square.) - -The G4NURBSbox use something like - -{ 0 0 1 2 3 4 4 } by - -[ P_1 P_1 P_4 P_4 P_1 ] { 0 0 -[ P_1 P_2 P_3 P_4 P_1 ] 1 -[ P'_1 P'_2 P'_3 P'_4 P'_1 ] 2 -[ P'_1 P'_1 P'_4 P'_4 P'_1 ] 3 3 } - -rectangles reduced to lines, to avoid a "star" effect on display. - - -4.1.4 Trap - -There is no realy difference with the box. One just have to check -that P_i and P'_i are on the same edge, or the trap will be twisted. - - - - -4.2 Quadratic : - -Quadratic B-Splines are order 3 : k = 3. - - -4.2.1 Arc - -We start at P_1 = (1,0) in R^2, and stop at P_3 = ( cos phi, sin phi ). -With the knot vector { 0 0 0 1 1 1 }, we just need another control point, P_2. -P_2 defines with P_1 the tangent at P_1, and with P_2 the tangent at P_2, -thus P_2 is at ( 1, tan phi/2 ) and its weight is not 1, unlike P_1 and P_3, -but cos phi/2. - - -4.2.2 Circle - -To avoid infinite values, a circle is made by many arcs, for instance -three 120 degrees arcs or four 90 degrees arcs. They are joined and simplified -as for the polyline. - -ex: -the circle used in G4NURBScylinder is made by four 90 degree arc : -(s = sqrt(2)/2) - -{ 0 0 0 1 1 2 2 3 3 4 4 4 } -[ 1,0,1 s,s,s 0,1,1 -s,s,s -1,0,1 -s,-s,s -1,0,1 -s,s,s 1,0,1 ] - - -4.2.3 Cylinder - -We build a cylinder from the circle as we made the box from the square : -extrusion + closing - - -4.2.3 Tube - -The tube is obtained by revolving a rectangle around the tube axis. - - - - - -For suggestion/change/English corrections : contact me or e-mail (via -olivierc@h2.ph.man.ac.uk) -( I'm sure it needs some English corrections ) - diff --git a/source/graphics_reps/include/G4AttDef.hh b/source/graphics_reps/include/G4AttDef.hh index 985eeb1e4e..5aa4f1d9c9 100644 --- a/source/graphics_reps/include/G4AttDef.hh +++ b/source/graphics_reps/include/G4AttDef.hh @@ -22,7 +22,7 @@ // // // $Id: G4AttDef.hh,v 1.3 2002/10/24 14:35:14 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #ifndef G4ATTDEF_HH #define G4ATTDEF_HH diff --git a/source/graphics_reps/include/G4AttDefStore.hh b/source/graphics_reps/include/G4AttDefStore.hh index eade017d0c..c49ead046f 100644 --- a/source/graphics_reps/include/G4AttDefStore.hh +++ b/source/graphics_reps/include/G4AttDefStore.hh @@ -22,7 +22,7 @@ // // // $Id: G4AttDefStore.hh,v 1.4 2003/06/16 16:55:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #ifndef G4ATTDEFSTORE_HH #define G4ATTDEFSTORE_HH diff --git a/source/graphics_reps/include/G4AttValue.hh b/source/graphics_reps/include/G4AttValue.hh index e37af24ea6..75f47aab07 100644 --- a/source/graphics_reps/include/G4AttValue.hh +++ b/source/graphics_reps/include/G4AttValue.hh @@ -22,7 +22,7 @@ // // // $Id: G4AttValue.hh,v 1.3 2002/10/24 14:35:20 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #ifndef G4ATTVALUE_HH #define G4ATTVALUE_HH diff --git a/source/graphics_reps/include/G4Circle.hh b/source/graphics_reps/include/G4Circle.hh index 904dd2fec1..092a449828 100644 --- a/source/graphics_reps/include/G4Circle.hh +++ b/source/graphics_reps/include/G4Circle.hh @@ -22,7 +22,7 @@ // // // $Id: G4Circle.hh,v 1.6 2001/07/11 10:01:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 17/11/96. diff --git a/source/graphics_reps/include/G4Color.hh b/source/graphics_reps/include/G4Color.hh index 6e44b926c7..2902d9339a 100644 --- a/source/graphics_reps/include/G4Color.hh +++ b/source/graphics_reps/include/G4Color.hh @@ -22,7 +22,7 @@ // // // $Id: G4Color.hh,v 1.4 2001/07/11 10:01:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 20th October 1996 diff --git a/source/graphics_reps/include/G4Colour.hh b/source/graphics_reps/include/G4Colour.hh index c59c89d0cf..21d263d692 100644 --- a/source/graphics_reps/include/G4Colour.hh +++ b/source/graphics_reps/include/G4Colour.hh @@ -22,7 +22,7 @@ // // // $Id: G4Colour.hh,v 1.9 2003/09/18 11:03:11 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 20th October 1996 diff --git a/source/graphics_reps/include/G4NURBS.hh b/source/graphics_reps/include/G4NURBS.hh index 5fa84844b8..2b620d5326 100644 --- a/source/graphics_reps/include/G4NURBS.hh +++ b/source/graphics_reps/include/G4NURBS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NURBS.hh,v 1.8 2003/06/16 16:55:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Olivier Crumeyrolle 12 September 1996 diff --git a/source/graphics_reps/include/G4NURBSbox.hh b/source/graphics_reps/include/G4NURBSbox.hh index 33639dbf7d..2669d7aa32 100644 --- a/source/graphics_reps/include/G4NURBSbox.hh +++ b/source/graphics_reps/include/G4NURBSbox.hh @@ -22,7 +22,7 @@ // // // $Id: G4NURBSbox.hh,v 1.7 2003/04/03 15:31:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Olivier Crumeyrolle 12 September 1996 diff --git a/source/graphics_reps/include/G4NURBScylinder.hh b/source/graphics_reps/include/G4NURBScylinder.hh index e9d91a3508..fd59ad775c 100644 --- a/source/graphics_reps/include/G4NURBScylinder.hh +++ b/source/graphics_reps/include/G4NURBScylinder.hh @@ -22,7 +22,7 @@ // // // $Id: G4NURBScylinder.hh,v 1.7 2003/04/03 15:31:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Olivier Crumeyrolle 12 September 1996 diff --git a/source/graphics_reps/include/G4NURBShexahedron.hh b/source/graphics_reps/include/G4NURBShexahedron.hh index 3b776dfdcb..5d2e677944 100644 --- a/source/graphics_reps/include/G4NURBShexahedron.hh +++ b/source/graphics_reps/include/G4NURBShexahedron.hh @@ -22,7 +22,7 @@ // // // $Id: G4NURBShexahedron.hh,v 1.7 2003/04/03 15:31:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Hexa hedron builder prototype // OC 17 9 96 diff --git a/source/graphics_reps/include/G4NURBStube.hh b/source/graphics_reps/include/G4NURBStube.hh index 170c2b91c3..af1eb49ab2 100644 --- a/source/graphics_reps/include/G4NURBStube.hh +++ b/source/graphics_reps/include/G4NURBStube.hh @@ -22,7 +22,7 @@ // // // $Id: G4NURBStube.hh,v 1.7 2003/04/03 15:31:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Olivier Crumeyrolle 12 September 1996 diff --git a/source/graphics_reps/include/G4NURBStubesector.hh b/source/graphics_reps/include/G4NURBStubesector.hh index 6a6d74329d..6a4b2518ff 100644 --- a/source/graphics_reps/include/G4NURBStubesector.hh +++ b/source/graphics_reps/include/G4NURBStubesector.hh @@ -22,7 +22,7 @@ // // // $Id: G4NURBStubesector.hh,v 1.6 2003/04/03 15:31:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Olivier Crumeyrolle 12 September 1996 diff --git a/source/graphics_reps/include/G4PlacedPolyhedron.hh b/source/graphics_reps/include/G4PlacedPolyhedron.hh index 31ee0a7d8d..47933f5000 100644 --- a/source/graphics_reps/include/G4PlacedPolyhedron.hh +++ b/source/graphics_reps/include/G4PlacedPolyhedron.hh @@ -22,7 +22,7 @@ // // // $Id: G4PlacedPolyhedron.hh,v 1.10 2003/06/16 16:55:08 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // Class Description: diff --git a/source/graphics_reps/include/G4Point3DList.hh b/source/graphics_reps/include/G4Point3DList.hh index 583a7f265e..4c905a0a39 100644 --- a/source/graphics_reps/include/G4Point3DList.hh +++ b/source/graphics_reps/include/G4Point3DList.hh @@ -22,7 +22,7 @@ // // // $Id: G4Point3DList.hh,v 1.11 2003/06/16 16:55:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison July 1995 diff --git a/source/graphics_reps/include/G4Polyhedron.hh b/source/graphics_reps/include/G4Polyhedron.hh index a2eab352a4..fe9e973a5f 100644 --- a/source/graphics_reps/include/G4Polyhedron.hh +++ b/source/graphics_reps/include/G4Polyhedron.hh @@ -22,7 +22,7 @@ // // // $Id: G4Polyhedron.hh,v 1.10 2001/07/11 10:01:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #ifndef G4POLYHEDRON_HH #define G4POLYHEDRON_HH diff --git a/source/graphics_reps/include/G4Polyline.hh b/source/graphics_reps/include/G4Polyline.hh index c0b6b8de44..85e9be8ae6 100644 --- a/source/graphics_reps/include/G4Polyline.hh +++ b/source/graphics_reps/include/G4Polyline.hh @@ -22,7 +22,7 @@ // // // $Id: G4Polyline.hh,v 1.10 2003/06/16 16:55:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison July 1995 diff --git a/source/graphics_reps/include/G4Polymarker.hh b/source/graphics_reps/include/G4Polymarker.hh index ecbdf82002..840a966aa5 100644 --- a/source/graphics_reps/include/G4Polymarker.hh +++ b/source/graphics_reps/include/G4Polymarker.hh @@ -22,7 +22,7 @@ // // // $Id: G4Polymarker.hh,v 1.8 2003/06/16 16:55:11 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison November 1996 diff --git a/source/graphics_reps/include/G4Polymarker.icc b/source/graphics_reps/include/G4Polymarker.icc index 75dac242e7..61912029c2 100644 --- a/source/graphics_reps/include/G4Polymarker.icc +++ b/source/graphics_reps/include/G4Polymarker.icc @@ -22,7 +22,7 @@ // // // $Id: G4Polymarker.icc,v 1.3 2001/07/11 10:01:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison November 1996 diff --git a/source/graphics_reps/include/G4Scale.hh b/source/graphics_reps/include/G4Scale.hh index 585d9c7028..688b5afdd6 100644 --- a/source/graphics_reps/include/G4Scale.hh +++ b/source/graphics_reps/include/G4Scale.hh @@ -22,7 +22,7 @@ // // // $Id: G4Scale.hh,v 1.5 2002/11/27 12:24:01 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 21st July 2001. diff --git a/source/graphics_reps/include/G4Scale.icc b/source/graphics_reps/include/G4Scale.icc index 4f4bf3b0ed..2fcb7b7153 100644 --- a/source/graphics_reps/include/G4Scale.icc +++ b/source/graphics_reps/include/G4Scale.icc @@ -22,7 +22,7 @@ // // // $Id: G4Scale.icc,v 1.2 2001/07/24 21:41:42 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 21st July 2001. diff --git a/source/graphics_reps/include/G4Square.hh b/source/graphics_reps/include/G4Square.hh index ddcfcc0797..e8823e1e18 100644 --- a/source/graphics_reps/include/G4Square.hh +++ b/source/graphics_reps/include/G4Square.hh @@ -22,7 +22,7 @@ // // // $Id: G4Square.hh,v 1.5 2001/07/11 10:01:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 17/11/96. diff --git a/source/graphics_reps/include/G4Square.icc b/source/graphics_reps/include/G4Square.icc index a9f86d3372..591787b906 100644 --- a/source/graphics_reps/include/G4Square.icc +++ b/source/graphics_reps/include/G4Square.icc @@ -22,7 +22,7 @@ // // // $Id: G4Square.icc,v 1.3 2001/07/11 10:01:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 17/11/96. diff --git a/source/graphics_reps/include/G4Text.hh b/source/graphics_reps/include/G4Text.hh index 6a75269f17..e65a56f22b 100644 --- a/source/graphics_reps/include/G4Text.hh +++ b/source/graphics_reps/include/G4Text.hh @@ -22,7 +22,7 @@ // // // $Id: G4Text.hh,v 1.7 2001/07/11 10:01:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 17/11/96. diff --git a/source/graphics_reps/include/G4Text.icc b/source/graphics_reps/include/G4Text.icc index 6f715aca58..fc17538216 100644 --- a/source/graphics_reps/include/G4Text.icc +++ b/source/graphics_reps/include/G4Text.icc @@ -22,7 +22,7 @@ // // // $Id: G4Text.icc,v 1.3 2001/07/11 10:01:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 17/11/96. diff --git a/source/graphics_reps/include/G4VMarker.hh b/source/graphics_reps/include/G4VMarker.hh index d7b3f841a8..dae5f22fde 100644 --- a/source/graphics_reps/include/G4VMarker.hh +++ b/source/graphics_reps/include/G4VMarker.hh @@ -22,7 +22,7 @@ // // // $Id: G4VMarker.hh,v 1.9 2003/06/16 16:55:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // G4VMarker - base class for markers - circles, squares, etc. diff --git a/source/graphics_reps/include/G4VMarker.icc b/source/graphics_reps/include/G4VMarker.icc index 558cc34379..9a3bc150f0 100644 --- a/source/graphics_reps/include/G4VMarker.icc +++ b/source/graphics_reps/include/G4VMarker.icc @@ -22,7 +22,7 @@ // // // $Id: G4VMarker.icc,v 1.6 2001/07/11 10:01:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/graphics_reps/include/G4VVisPrim.hh b/source/graphics_reps/include/G4VVisPrim.hh index 9d1a56f78c..0de52e08b3 100644 --- a/source/graphics_reps/include/G4VVisPrim.hh +++ b/source/graphics_reps/include/G4VVisPrim.hh @@ -22,7 +22,7 @@ // // // $Id: G4VVisPrim.hh,v 1.9 2003/06/16 16:55:13 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison August 1995 diff --git a/source/graphics_reps/include/G4VisAttributes.hh b/source/graphics_reps/include/G4VisAttributes.hh index 2088065e10..61f901680a 100644 --- a/source/graphics_reps/include/G4VisAttributes.hh +++ b/source/graphics_reps/include/G4VisAttributes.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisAttributes.hh,v 1.11 2003/06/16 16:55:14 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 23rd October 1996 diff --git a/source/graphics_reps/include/G4VisAttributes.icc b/source/graphics_reps/include/G4VisAttributes.icc index 9b114dfd31..5622415454 100644 --- a/source/graphics_reps/include/G4VisAttributes.icc +++ b/source/graphics_reps/include/G4VisAttributes.icc @@ -22,7 +22,7 @@ // // // $Id: G4VisAttributes.icc,v 1.6 2003/06/16 16:55:15 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 18th November 1996 diff --git a/source/graphics_reps/include/G4VisExtent.hh b/source/graphics_reps/include/G4VisExtent.hh index bb14b77e4f..7c3c8c8ae3 100644 --- a/source/graphics_reps/include/G4VisExtent.hh +++ b/source/graphics_reps/include/G4VisExtent.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisExtent.hh,v 1.7 2003/06/16 16:55:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // A.Walkden 28/11/95 diff --git a/source/graphics_reps/include/G4Visible.hh b/source/graphics_reps/include/G4Visible.hh index 0af6c90195..5c34daf62d 100644 --- a/source/graphics_reps/include/G4Visible.hh +++ b/source/graphics_reps/include/G4Visible.hh @@ -22,7 +22,7 @@ // // // $Id: G4Visible.hh,v 1.8 2003/06/16 16:55:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 30th October 1996 diff --git a/source/graphics_reps/include/G4Visible.icc b/source/graphics_reps/include/G4Visible.icc index 1b3de5b31f..4c8ebcbf45 100644 --- a/source/graphics_reps/include/G4Visible.icc +++ b/source/graphics_reps/include/G4Visible.icc @@ -22,7 +22,7 @@ // // // $Id: G4Visible.icc,v 1.4 2001/07/11 10:01:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 30th October 1996 diff --git a/source/graphics_reps/include/HepPolyhedron.h b/source/graphics_reps/include/HepPolyhedron.h index ffc340de40..d93f02858e 100644 --- a/source/graphics_reps/include/HepPolyhedron.h +++ b/source/graphics_reps/include/HepPolyhedron.h @@ -22,7 +22,7 @@ // // // $Id: HepPolyhedron.h,v 1.12 2002/11/20 14:18:34 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Class Description: diff --git a/source/graphics_reps/src/G4AttDefStore.cc b/source/graphics_reps/src/G4AttDefStore.cc index 35130ae2f0..36e90c8fe7 100644 --- a/source/graphics_reps/src/G4AttDefStore.cc +++ b/source/graphics_reps/src/G4AttDefStore.cc @@ -22,7 +22,7 @@ // // // $Id: G4AttDefStore.cc,v 1.3 2003/06/16 16:55:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4AttDefStore.hh" diff --git a/source/graphics_reps/src/G4Circle.cc b/source/graphics_reps/src/G4Circle.cc index 3d7d351c7e..657195cd64 100644 --- a/source/graphics_reps/src/G4Circle.cc +++ b/source/graphics_reps/src/G4Circle.cc @@ -22,7 +22,7 @@ // // // $Id: G4Circle.cc,v 1.4 2001/07/11 10:01:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/graphics_reps/src/G4Colour.cc b/source/graphics_reps/src/G4Colour.cc index 0a46d9ac36..54d8c943d2 100644 --- a/source/graphics_reps/src/G4Colour.cc +++ b/source/graphics_reps/src/G4Colour.cc @@ -22,7 +22,7 @@ // // // $Id: G4Colour.cc,v 1.6 2003/09/18 11:03:12 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 20th October 1996 diff --git a/source/graphics_reps/src/G4NURBS.cc b/source/graphics_reps/src/G4NURBS.cc index 745c96265a..67a9266ea9 100644 --- a/source/graphics_reps/src/G4NURBS.cc +++ b/source/graphics_reps/src/G4NURBS.cc @@ -22,7 +22,7 @@ // // // $Id: G4NURBS.cc,v 1.7 2003/06/16 16:55:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Olivier Crumeyrolle 12 September 1996 diff --git a/source/graphics_reps/src/G4NURBSbox.cc b/source/graphics_reps/src/G4NURBSbox.cc index 409e01b934..81c090ec60 100644 --- a/source/graphics_reps/src/G4NURBSbox.cc +++ b/source/graphics_reps/src/G4NURBSbox.cc @@ -22,7 +22,7 @@ // // // $Id: G4NURBSbox.cc,v 1.5 2003/04/03 15:31:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Olivier Crumeyrolle 12 September 1996 diff --git a/source/graphics_reps/src/G4NURBScylinder.cc b/source/graphics_reps/src/G4NURBScylinder.cc index 1bd9ea8088..7832aa299f 100644 --- a/source/graphics_reps/src/G4NURBScylinder.cc +++ b/source/graphics_reps/src/G4NURBScylinder.cc @@ -22,7 +22,7 @@ // // // $Id: G4NURBScylinder.cc,v 1.5 2003/04/03 15:31:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Olivier Crumeyrolle 12 September 1996 diff --git a/source/graphics_reps/src/G4NURBShexahedron.cc b/source/graphics_reps/src/G4NURBShexahedron.cc index 6121a140ec..28d3d42401 100644 --- a/source/graphics_reps/src/G4NURBShexahedron.cc +++ b/source/graphics_reps/src/G4NURBShexahedron.cc @@ -22,7 +22,7 @@ // // // $Id: G4NURBShexahedron.cc,v 1.5 2003/04/03 15:31:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // hexahedron implementation // OC 17 9 96 diff --git a/source/graphics_reps/src/G4NURBStube.cc b/source/graphics_reps/src/G4NURBStube.cc index 20752452c0..2b3f85a450 100644 --- a/source/graphics_reps/src/G4NURBStube.cc +++ b/source/graphics_reps/src/G4NURBStube.cc @@ -22,7 +22,7 @@ // // // $Id: G4NURBStube.cc,v 1.5 2003/04/03 15:31:07 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Olivier Crumeyrolle 12 September 1996 diff --git a/source/graphics_reps/src/G4NURBStubesector.cc b/source/graphics_reps/src/G4NURBStubesector.cc index 15c4362783..c78e62d374 100644 --- a/source/graphics_reps/src/G4NURBStubesector.cc +++ b/source/graphics_reps/src/G4NURBStubesector.cc @@ -22,7 +22,7 @@ // // // $Id: G4NURBStubesector.cc,v 1.7 2003/06/16 16:55:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Olivier Crumeyrolle 12 September 1996 diff --git a/source/graphics_reps/src/G4PlacedPolyhedron.cc b/source/graphics_reps/src/G4PlacedPolyhedron.cc index 5840b8f23e..228882da75 100644 --- a/source/graphics_reps/src/G4PlacedPolyhedron.cc +++ b/source/graphics_reps/src/G4PlacedPolyhedron.cc @@ -22,7 +22,7 @@ // // // $Id: G4PlacedPolyhedron.cc,v 1.3 2001/07/11 10:01:08 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4PlacedPolyhedron.hh" diff --git a/source/graphics_reps/src/G4Point3DList.cc b/source/graphics_reps/src/G4Point3DList.cc index ec3fd37366..92024c344f 100644 --- a/source/graphics_reps/src/G4Point3DList.cc +++ b/source/graphics_reps/src/G4Point3DList.cc @@ -22,7 +22,7 @@ // // // $Id: G4Point3DList.cc,v 1.6 2003/06/16 16:55:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison July 1995 diff --git a/source/graphics_reps/src/G4Polyhedron.cc b/source/graphics_reps/src/G4Polyhedron.cc index cff27d10da..63334f0e06 100644 --- a/source/graphics_reps/src/G4Polyhedron.cc +++ b/source/graphics_reps/src/G4Polyhedron.cc @@ -22,7 +22,7 @@ // // // $Id: G4Polyhedron.cc,v 1.12 2003/04/03 15:31:07 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4Polyhedron.hh" diff --git a/source/graphics_reps/src/G4Polyline.cc b/source/graphics_reps/src/G4Polyline.cc index 4b1b3901fc..1beb20e7fd 100644 --- a/source/graphics_reps/src/G4Polyline.cc +++ b/source/graphics_reps/src/G4Polyline.cc @@ -22,7 +22,7 @@ // // // $Id: G4Polyline.cc,v 1.8 2003/06/16 16:55:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison July 1995 diff --git a/source/graphics_reps/src/G4Polymarker.cc b/source/graphics_reps/src/G4Polymarker.cc index fda06a7abc..3c11c6d16b 100644 --- a/source/graphics_reps/src/G4Polymarker.cc +++ b/source/graphics_reps/src/G4Polymarker.cc @@ -22,7 +22,7 @@ // // // $Id: G4Polymarker.cc,v 1.8 2003/06/16 16:55:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison November 1996 diff --git a/source/graphics_reps/src/G4Scale.cc b/source/graphics_reps/src/G4Scale.cc index a1ca052fae..6396116c2a 100644 --- a/source/graphics_reps/src/G4Scale.cc +++ b/source/graphics_reps/src/G4Scale.cc @@ -22,7 +22,7 @@ // // // $Id: G4Scale.cc,v 1.6 2002/11/27 12:24:01 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 21st July 2001 diff --git a/source/graphics_reps/src/G4Square.cc b/source/graphics_reps/src/G4Square.cc index 6eb7caea91..89cff16d5c 100644 --- a/source/graphics_reps/src/G4Square.cc +++ b/source/graphics_reps/src/G4Square.cc @@ -22,7 +22,7 @@ // // // $Id: G4Square.cc,v 1.3 2001/07/11 10:01:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/graphics_reps/src/G4Text.cc b/source/graphics_reps/src/G4Text.cc index 546e4bdb0e..cef66098f6 100644 --- a/source/graphics_reps/src/G4Text.cc +++ b/source/graphics_reps/src/G4Text.cc @@ -22,7 +22,7 @@ // // // $Id: G4Text.cc,v 1.6 2001/07/11 10:01:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 17/11/96. diff --git a/source/graphics_reps/src/G4VMarker.cc b/source/graphics_reps/src/G4VMarker.cc index 8a975866bd..a93c6a936f 100644 --- a/source/graphics_reps/src/G4VMarker.cc +++ b/source/graphics_reps/src/G4VMarker.cc @@ -22,7 +22,7 @@ // // // $Id: G4VMarker.cc,v 1.8 2003/06/16 16:55:25 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/graphics_reps/src/G4VVisPrim.cc b/source/graphics_reps/src/G4VVisPrim.cc index bea91b9d4c..594578c7cb 100644 --- a/source/graphics_reps/src/G4VVisPrim.cc +++ b/source/graphics_reps/src/G4VVisPrim.cc @@ -22,7 +22,7 @@ // // // $Id: G4VVisPrim.cc,v 1.8 2003/06/16 16:55:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison August 1995 diff --git a/source/graphics_reps/src/G4VisAttributes.cc b/source/graphics_reps/src/G4VisAttributes.cc index 3d373857ca..d9d37bb26c 100644 --- a/source/graphics_reps/src/G4VisAttributes.cc +++ b/source/graphics_reps/src/G4VisAttributes.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisAttributes.cc,v 1.9 2003/06/16 16:55:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 23rd October 1996 diff --git a/source/graphics_reps/src/G4VisExtent.cc b/source/graphics_reps/src/G4VisExtent.cc index 831d2a0d7e..492e32fb29 100644 --- a/source/graphics_reps/src/G4VisExtent.cc +++ b/source/graphics_reps/src/G4VisExtent.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisExtent.cc,v 1.7 2003/06/16 16:55:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // A.Walkden 28/11/95 diff --git a/source/graphics_reps/src/G4Visible.cc b/source/graphics_reps/src/G4Visible.cc index 0f592acb24..848b5315f1 100644 --- a/source/graphics_reps/src/G4Visible.cc +++ b/source/graphics_reps/src/G4Visible.cc @@ -22,7 +22,7 @@ // // // $Id: G4Visible.cc,v 1.5 2003/06/16 16:55:29 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 30th October 1996 diff --git a/source/graphics_reps/src/HepPolyhedron.cc b/source/graphics_reps/src/HepPolyhedron.cc index eb19bb9dd7..91b3f097ca 100644 --- a/source/graphics_reps/src/HepPolyhedron.cc +++ b/source/graphics_reps/src/HepPolyhedron.cc @@ -22,7 +22,7 @@ // // // $Id: HepPolyhedron.cc,v 1.12 2002/11/20 14:18:34 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/source/intercoms/include/G4UIaliasList.hh b/source/intercoms/include/G4UIaliasList.hh index 9c464a7db0..74a41aa40c 100644 --- a/source/intercoms/include/G4UIaliasList.hh +++ b/source/intercoms/include/G4UIaliasList.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIaliasList.hh,v 1.5 2003/06/16 16:55:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UIaliasList_h diff --git a/source/intercoms/include/G4UIbatch.hh b/source/intercoms/include/G4UIbatch.hh index f59d417b16..339b3cdafd 100644 --- a/source/intercoms/include/G4UIbatch.hh +++ b/source/intercoms/include/G4UIbatch.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIbatch.hh,v 1.7 2003/06/16 16:55:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // $id$ diff --git a/source/intercoms/include/G4UIcmdWith3Vector.hh b/source/intercoms/include/G4UIcmdWith3Vector.hh index da6d328bd7..a6c504252d 100644 --- a/source/intercoms/include/G4UIcmdWith3Vector.hh +++ b/source/intercoms/include/G4UIcmdWith3Vector.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWith3Vector.hh,v 1.5 2002/04/26 22:03:35 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/include/G4UIcmdWith3VectorAndUnit.hh b/source/intercoms/include/G4UIcmdWith3VectorAndUnit.hh index e96d09e3a3..56544485d1 100644 --- a/source/intercoms/include/G4UIcmdWith3VectorAndUnit.hh +++ b/source/intercoms/include/G4UIcmdWith3VectorAndUnit.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWith3VectorAndUnit.hh,v 1.5 2002/04/26 22:03:35 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/include/G4UIcmdWithABool.hh b/source/intercoms/include/G4UIcmdWithABool.hh index 996928cae9..a8ec930e63 100644 --- a/source/intercoms/include/G4UIcmdWithABool.hh +++ b/source/intercoms/include/G4UIcmdWithABool.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWithABool.hh,v 1.5 2002/04/26 22:03:35 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/include/G4UIcmdWithADouble.hh b/source/intercoms/include/G4UIcmdWithADouble.hh index 325e963aee..8ffc02fdac 100644 --- a/source/intercoms/include/G4UIcmdWithADouble.hh +++ b/source/intercoms/include/G4UIcmdWithADouble.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWithADouble.hh,v 1.5 2002/04/26 22:03:35 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/include/G4UIcmdWithADoubleAndUnit.hh b/source/intercoms/include/G4UIcmdWithADoubleAndUnit.hh index 12ebf58233..1a4465e0e6 100644 --- a/source/intercoms/include/G4UIcmdWithADoubleAndUnit.hh +++ b/source/intercoms/include/G4UIcmdWithADoubleAndUnit.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWithADoubleAndUnit.hh,v 1.5 2002/04/26 22:03:35 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/include/G4UIcmdWithAString.hh b/source/intercoms/include/G4UIcmdWithAString.hh index 03abde5ccf..d39a8e011e 100644 --- a/source/intercoms/include/G4UIcmdWithAString.hh +++ b/source/intercoms/include/G4UIcmdWithAString.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWithAString.hh,v 1.4 2001/07/11 10:01:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/include/G4UIcmdWithAnInteger.hh b/source/intercoms/include/G4UIcmdWithAnInteger.hh index 28d922d4c2..1750077797 100644 --- a/source/intercoms/include/G4UIcmdWithAnInteger.hh +++ b/source/intercoms/include/G4UIcmdWithAnInteger.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWithAnInteger.hh,v 1.5 2002/04/26 22:03:35 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/include/G4UIcmdWithoutParameter.hh b/source/intercoms/include/G4UIcmdWithoutParameter.hh index 8c0b1799ba..03062b3a68 100644 --- a/source/intercoms/include/G4UIcmdWithoutParameter.hh +++ b/source/intercoms/include/G4UIcmdWithoutParameter.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWithoutParameter.hh,v 1.4 2001/07/11 10:01:13 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/include/G4UIcommand.hh b/source/intercoms/include/G4UIcommand.hh index dd880956ae..88052161bd 100644 --- a/source/intercoms/include/G4UIcommand.hh +++ b/source/intercoms/include/G4UIcommand.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcommand.hh,v 1.13 2003/06/16 16:55:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/include/G4UIcommandStatus.hh b/source/intercoms/include/G4UIcommandStatus.hh index 91d735e4b4..d6ea2868e3 100644 --- a/source/intercoms/include/G4UIcommandStatus.hh +++ b/source/intercoms/include/G4UIcommandStatus.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcommandStatus.hh,v 1.4 2001/10/04 23:15:27 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UIcommandStatus_h diff --git a/source/intercoms/include/G4UIcommandTree.hh b/source/intercoms/include/G4UIcommandTree.hh index 46719ebbb3..3a79da024d 100644 --- a/source/intercoms/include/G4UIcommandTree.hh +++ b/source/intercoms/include/G4UIcommandTree.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcommandTree.hh,v 1.14 2003/06/16 16:55:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UIcommandTree_h diff --git a/source/intercoms/include/G4UIcontrolMessenger.hh b/source/intercoms/include/G4UIcontrolMessenger.hh index 7ae9905234..632061b052 100644 --- a/source/intercoms/include/G4UIcontrolMessenger.hh +++ b/source/intercoms/include/G4UIcontrolMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcontrolMessenger.hh,v 1.10 2002/05/15 06:51:31 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UIcontrolMessenger_h diff --git a/source/intercoms/include/G4UIdirectory.hh b/source/intercoms/include/G4UIdirectory.hh index 07779d0e96..2bb37c4650 100644 --- a/source/intercoms/include/G4UIdirectory.hh +++ b/source/intercoms/include/G4UIdirectory.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIdirectory.hh,v 1.4 2001/07/11 10:01:14 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/include/G4UImanager.hh b/source/intercoms/include/G4UImanager.hh index 4995b861e4..e047e9f975 100644 --- a/source/intercoms/include/G4UImanager.hh +++ b/source/intercoms/include/G4UImanager.hh @@ -22,7 +22,7 @@ // // // $Id: G4UImanager.hh,v 1.20 2003/06/16 16:55:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UImanager_h diff --git a/source/intercoms/include/G4UImessenger.hh b/source/intercoms/include/G4UImessenger.hh index 188c3d251b..3f0408a1a9 100644 --- a/source/intercoms/include/G4UImessenger.hh +++ b/source/intercoms/include/G4UImessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4UImessenger.hh,v 1.6 2001/10/11 13:29:16 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UImessenger_h diff --git a/source/intercoms/include/G4UIparameter.hh b/source/intercoms/include/G4UIparameter.hh index 45b80608b4..41134c1613 100644 --- a/source/intercoms/include/G4UIparameter.hh +++ b/source/intercoms/include/G4UIparameter.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIparameter.hh,v 1.7 2003/06/16 16:55:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------------- diff --git a/source/intercoms/include/G4UIsession.hh b/source/intercoms/include/G4UIsession.hh index 3a3d9013e0..c3fc69fcf2 100644 --- a/source/intercoms/include/G4UIsession.hh +++ b/source/intercoms/include/G4UIsession.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIsession.hh,v 1.4 2001/07/11 10:01:14 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // $id$ diff --git a/source/intercoms/include/G4UItokenNum.hh b/source/intercoms/include/G4UItokenNum.hh index 0d84cecca4..62e725d709 100644 --- a/source/intercoms/include/G4UItokenNum.hh +++ b/source/intercoms/include/G4UItokenNum.hh @@ -22,7 +22,7 @@ // // // $Id: G4UItokenNum.hh,v 1.7 2003/06/07 16:40:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4UItokenNum.hh diff --git a/source/intercoms/include/G4UnitsMessenger.hh b/source/intercoms/include/G4UnitsMessenger.hh index bb6b617600..ff26ebe09f 100644 --- a/source/intercoms/include/G4UnitsMessenger.hh +++ b/source/intercoms/include/G4UnitsMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4UnitsMessenger.hh,v 1.4 2001/07/11 10:01:15 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // class description // diff --git a/source/intercoms/include/G4VFlavoredParallelWorld.hh b/source/intercoms/include/G4VFlavoredParallelWorld.hh index 55469fd288..140bb38cb0 100644 --- a/source/intercoms/include/G4VFlavoredParallelWorld.hh +++ b/source/intercoms/include/G4VFlavoredParallelWorld.hh @@ -22,7 +22,7 @@ // // // $Id: G4VFlavoredParallelWorld.hh,v 1.3 2001/07/11 10:01:15 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Abstract interface for GEANT4 Flavored Parallel World. diff --git a/source/intercoms/include/G4VGlobalFastSimulationManager.hh b/source/intercoms/include/G4VGlobalFastSimulationManager.hh index 1007d58439..2bbc2e93fb 100644 --- a/source/intercoms/include/G4VGlobalFastSimulationManager.hh +++ b/source/intercoms/include/G4VGlobalFastSimulationManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4VGlobalFastSimulationManager.hh,v 1.4 2002/11/20 14:46:00 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Abstract interface for GEANT4 Global Fast Simulation Manager. diff --git a/source/intercoms/include/G4VGraphicsScene.hh b/source/intercoms/include/G4VGraphicsScene.hh index 275c71629f..7d9fda67ae 100644 --- a/source/intercoms/include/G4VGraphicsScene.hh +++ b/source/intercoms/include/G4VGraphicsScene.hh @@ -22,7 +22,7 @@ // // // $Id: G4VGraphicsScene.hh,v 1.9 2002/10/24 14:11:04 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // John Allison 19th July 1996 // // Class Description: diff --git a/source/intercoms/include/G4VVisManager.hh b/source/intercoms/include/G4VVisManager.hh index 5f30531184..58e6e961bd 100644 --- a/source/intercoms/include/G4VVisManager.hh +++ b/source/intercoms/include/G4VVisManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4VVisManager.hh,v 1.8 2003/01/20 14:17:20 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // John Allison 19/Oct/1996. // // Class Description: diff --git a/source/intercoms/src/G4UIaliasList.cc b/source/intercoms/src/G4UIaliasList.cc index 6a0f5ccc31..136d42771a 100644 --- a/source/intercoms/src/G4UIaliasList.cc +++ b/source/intercoms/src/G4UIaliasList.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIaliasList.cc,v 1.5 2002/04/26 22:03:35 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4UIaliasList.hh" diff --git a/source/intercoms/src/G4UIbatch.cc b/source/intercoms/src/G4UIbatch.cc index dea7185d7a..0570a8e678 100644 --- a/source/intercoms/src/G4UIbatch.cc +++ b/source/intercoms/src/G4UIbatch.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIbatch.cc,v 1.11 2002/06/07 17:37:44 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4UIbatch.hh" diff --git a/source/intercoms/src/G4UIcmdWith3Vector.cc b/source/intercoms/src/G4UIcmdWith3Vector.cc index 57514ef719..1d477ae1d7 100644 --- a/source/intercoms/src/G4UIcmdWith3Vector.cc +++ b/source/intercoms/src/G4UIcmdWith3Vector.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWith3Vector.cc,v 1.5 2003/06/16 16:55:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/src/G4UIcmdWith3VectorAndUnit.cc b/source/intercoms/src/G4UIcmdWith3VectorAndUnit.cc index 37cf6fce09..4b924accef 100644 --- a/source/intercoms/src/G4UIcmdWith3VectorAndUnit.cc +++ b/source/intercoms/src/G4UIcmdWith3VectorAndUnit.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWith3VectorAndUnit.cc,v 1.5 2003/06/16 16:55:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/src/G4UIcmdWithABool.cc b/source/intercoms/src/G4UIcmdWithABool.cc index 2c056606f8..5386e162b5 100644 --- a/source/intercoms/src/G4UIcmdWithABool.cc +++ b/source/intercoms/src/G4UIcmdWithABool.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWithABool.cc,v 1.5 2003/06/16 16:55:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/src/G4UIcmdWithADouble.cc b/source/intercoms/src/G4UIcmdWithADouble.cc index 55ea854802..1806ef917f 100644 --- a/source/intercoms/src/G4UIcmdWithADouble.cc +++ b/source/intercoms/src/G4UIcmdWithADouble.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWithADouble.cc,v 1.5 2003/06/16 16:55:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/src/G4UIcmdWithADoubleAndUnit.cc b/source/intercoms/src/G4UIcmdWithADoubleAndUnit.cc index 9e91b51cbe..d363cd1ff2 100644 --- a/source/intercoms/src/G4UIcmdWithADoubleAndUnit.cc +++ b/source/intercoms/src/G4UIcmdWithADoubleAndUnit.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWithADoubleAndUnit.cc,v 1.5 2003/06/16 16:55:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/src/G4UIcmdWithAString.cc b/source/intercoms/src/G4UIcmdWithAString.cc index d9f5b8bd0b..41be32458f 100644 --- a/source/intercoms/src/G4UIcmdWithAString.cc +++ b/source/intercoms/src/G4UIcmdWithAString.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWithAString.cc,v 1.4 2003/06/16 16:55:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/src/G4UIcmdWithAnInteger.cc b/source/intercoms/src/G4UIcmdWithAnInteger.cc index aa96e9d3e7..0b2889cf9f 100644 --- a/source/intercoms/src/G4UIcmdWithAnInteger.cc +++ b/source/intercoms/src/G4UIcmdWithAnInteger.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWithAnInteger.cc,v 1.5 2003/06/16 16:55:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/src/G4UIcmdWithoutParameter.cc b/source/intercoms/src/G4UIcmdWithoutParameter.cc index dce1afe6f3..3c5006cc6c 100644 --- a/source/intercoms/src/G4UIcmdWithoutParameter.cc +++ b/source/intercoms/src/G4UIcmdWithoutParameter.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIcmdWithoutParameter.cc,v 1.3 2001/07/11 10:01:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/src/G4UIcommand.cc b/source/intercoms/src/G4UIcommand.cc index e19404d697..9ed1798628 100644 --- a/source/intercoms/src/G4UIcommand.cc +++ b/source/intercoms/src/G4UIcommand.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIcommand.cc,v 1.22 2003/06/16 16:55:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/src/G4UIcommandTree.cc b/source/intercoms/src/G4UIcommandTree.cc index 3607377215..d5d9f141f7 100644 --- a/source/intercoms/src/G4UIcommandTree.cc +++ b/source/intercoms/src/G4UIcommandTree.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIcommandTree.cc,v 1.12 2003/06/16 16:55:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4UIcommandTree.hh" diff --git a/source/intercoms/src/G4UIcontrolMessenger.cc b/source/intercoms/src/G4UIcontrolMessenger.cc index d98d8f800c..fc5527a2af 100644 --- a/source/intercoms/src/G4UIcontrolMessenger.cc +++ b/source/intercoms/src/G4UIcontrolMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIcontrolMessenger.cc,v 1.9 2002/05/15 06:51:32 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/intercoms/src/G4UIdirectory.cc b/source/intercoms/src/G4UIdirectory.cc index 50fe62de63..851fe91522 100644 --- a/source/intercoms/src/G4UIdirectory.cc +++ b/source/intercoms/src/G4UIdirectory.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIdirectory.cc,v 1.3 2001/07/11 10:01:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/src/G4UImanager.cc b/source/intercoms/src/G4UImanager.cc index 33248a1c36..7b8c6b47f2 100644 --- a/source/intercoms/src/G4UImanager.cc +++ b/source/intercoms/src/G4UImanager.cc @@ -22,7 +22,7 @@ // // // $Id: G4UImanager.cc,v 1.29 2003/06/16 16:55:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------------- diff --git a/source/intercoms/src/G4UImessenger.cc b/source/intercoms/src/G4UImessenger.cc index 56c4854858..42332903b7 100644 --- a/source/intercoms/src/G4UImessenger.cc +++ b/source/intercoms/src/G4UImessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4UImessenger.cc,v 1.5 2003/06/16 16:55:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4UImessenger.hh" diff --git a/source/intercoms/src/G4UIparameter.cc b/source/intercoms/src/G4UIparameter.cc index eef2c467b3..c1f33035ba 100644 --- a/source/intercoms/src/G4UIparameter.cc +++ b/source/intercoms/src/G4UIparameter.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIparameter.cc,v 1.12 2003/06/16 16:55:47 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4UIparameter.hh" diff --git a/source/intercoms/src/G4UIsession.cc b/source/intercoms/src/G4UIsession.cc index a43f95cdc1..736f0662a7 100644 --- a/source/intercoms/src/G4UIsession.cc +++ b/source/intercoms/src/G4UIsession.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIsession.cc,v 1.6 2003/06/16 16:55:48 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------------- diff --git a/source/intercoms/src/G4UnitsMessenger.cc b/source/intercoms/src/G4UnitsMessenger.cc index 6979363502..94e35a5d75 100644 --- a/source/intercoms/src/G4UnitsMessenger.cc +++ b/source/intercoms/src/G4UnitsMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4UnitsMessenger.cc,v 1.5 2003/05/21 21:13:30 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/intercoms/src/G4VGlobalFastSimulationManager.cc b/source/intercoms/src/G4VGlobalFastSimulationManager.cc index 006cb9a2ea..bf6ee95410 100644 --- a/source/intercoms/src/G4VGlobalFastSimulationManager.cc +++ b/source/intercoms/src/G4VGlobalFastSimulationManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4VGlobalFastSimulationManager.cc,v 1.4 2002/11/20 14:46:01 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Abstract interface for GEANT4 Global Fast Simulation Manager. diff --git a/source/intercoms/src/G4VVisManager.cc b/source/intercoms/src/G4VVisManager.cc index 1b06aac82d..08e3aa4bd3 100644 --- a/source/intercoms/src/G4VVisManager.cc +++ b/source/intercoms/src/G4VVisManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4VVisManager.cc,v 1.5 2002/11/20 14:46:01 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Abstract interface for GEANT4 Visualization Manager. diff --git a/source/interfaces/GAG/include/G4UIGAG.hh b/source/interfaces/GAG/include/G4UIGAG.hh index d78898c91f..2b242aa0d5 100644 --- a/source/interfaces/GAG/include/G4UIGAG.hh +++ b/source/interfaces/GAG/include/G4UIGAG.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIGAG.hh,v 1.6 2003/06/16 16:55:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4UIGAG.hh // GAG(Geant4 adaptive GUI) interface class diff --git a/source/interfaces/GAG/include/G4UIGainServer.hh b/source/interfaces/GAG/include/G4UIGainServer.hh index 9154324fe0..bf11be79c8 100644 --- a/source/interfaces/GAG/include/G4UIGainServer.hh +++ b/source/interfaces/GAG/include/G4UIGainServer.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIGainServer.hh,v 1.4 2003/06/16 16:55:50 gunter Exp $ -// $Name: geant4-06-00 $ +// $Name: geant4-05-02-patch-01 $ // diff --git a/source/interfaces/GAG/src/G4UIGAG.cc b/source/interfaces/GAG/src/G4UIGAG.cc index 761e334b01..9156990da3 100644 --- a/source/interfaces/GAG/src/G4UIGAG.cc +++ b/source/interfaces/GAG/src/G4UIGAG.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIGAG.cc,v 1.16 2003/06/16 16:55:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4UIGAG.cc // 18.Feb.98 M.Nagamatu and T.Kodama created G4UIGAG from G4UIterminal diff --git a/source/interfaces/GAG/src/G4UIGainServer.cc b/source/interfaces/GAG/src/G4UIGainServer.cc index 3cb61e3eeb..11c9ae8ff8 100644 --- a/source/interfaces/GAG/src/G4UIGainServer.cc +++ b/source/interfaces/GAG/src/G4UIGainServer.cc @@ -23,7 +23,7 @@ // // 12/06/2002 G4UIGainServer H. MInamimoto and H. Yoshida created // $Id: G4UIGainServer.cc,v 1.7 2003/06/16 16:55:52 gunter Exp $ -// $Name: geant4-06-00 $ +// $Name: geant4-05-02-patch-01 $ // #ifndef WIN32 diff --git a/source/interfaces/XVT/include/G4UIxvt.hh b/source/interfaces/XVT/include/G4UIxvt.hh index 532856c7cb..23fd505036 100644 --- a/source/interfaces/XVT/include/G4UIxvt.hh +++ b/source/interfaces/XVT/include/G4UIxvt.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIxvt.hh,v 1.5 2003/06/16 16:55:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //////////////////////////////////////////////////////////////////////// // XVT driver class header // diff --git a/source/interfaces/XVT/include/G4UIxvtMessenger.hh b/source/interfaces/XVT/include/G4UIxvtMessenger.hh index 0eda2c3849..28a0fb7429 100644 --- a/source/interfaces/XVT/include/G4UIxvtMessenger.hh +++ b/source/interfaces/XVT/include/G4UIxvtMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIxvtMessenger.hh,v 1.4 2001/07/11 10:01:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ////////////////////////////////////////////////////////////////////////////// // // diff --git a/source/interfaces/XVT/src/G4UIxvt.cc b/source/interfaces/XVT/src/G4UIxvt.cc index f44a01e855..bc0b2ce12e 100644 --- a/source/interfaces/XVT/src/G4UIxvt.cc +++ b/source/interfaces/XVT/src/G4UIxvt.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIxvt.cc,v 1.5 2002/12/04 22:03:09 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifdef G4UI_BUILD_XVT_SESSION diff --git a/source/interfaces/XVT/src/G4UIxvtMessenger.cc b/source/interfaces/XVT/src/G4UIxvtMessenger.cc index 4705b25105..0c4b86a439 100644 --- a/source/interfaces/XVT/src/G4UIxvtMessenger.cc +++ b/source/interfaces/XVT/src/G4UIxvtMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIxvtMessenger.cc,v 1.4 2001/07/11 10:01:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifdef G4UI_BUILD_XVT_SESSION diff --git a/source/interfaces/basic/include/G4UIArrayString.hh b/source/interfaces/basic/include/G4UIArrayString.hh index c27ac4de97..01be4f701f 100644 --- a/source/interfaces/basic/include/G4UIArrayString.hh +++ b/source/interfaces/basic/include/G4UIArrayString.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIArrayString.hh,v 1.2 2001/07/11 10:01:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UIArrayString_h diff --git a/source/interfaces/basic/include/G4UIWin32.hh b/source/interfaces/basic/include/G4UIWin32.hh index 3d6489768a..c32ad155d9 100644 --- a/source/interfaces/basic/include/G4UIWin32.hh +++ b/source/interfaces/basic/include/G4UIWin32.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIWin32.hh,v 1.11 2003/06/16 16:55:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UIWin32_h #define G4UIWin32_h diff --git a/source/interfaces/basic/include/G4UIXaw.hh b/source/interfaces/basic/include/G4UIXaw.hh index 3a531fbc6b..3962c78c5e 100644 --- a/source/interfaces/basic/include/G4UIXaw.hh +++ b/source/interfaces/basic/include/G4UIXaw.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIXaw.hh,v 1.5 2001/07/11 10:01:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UIXaw_h #define G4UIXaw_h diff --git a/source/interfaces/basic/include/G4UIXm.hh b/source/interfaces/basic/include/G4UIXm.hh index c814f414be..fdc5ad5daf 100644 --- a/source/interfaces/basic/include/G4UIXm.hh +++ b/source/interfaces/basic/include/G4UIXm.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIXm.hh,v 1.12 2003/06/16 16:55:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UIXm_h #define G4UIXm_h diff --git a/source/interfaces/basic/include/G4UIcsh.hh b/source/interfaces/basic/include/G4UIcsh.hh index f24ef54532..61a1dbc8b7 100644 --- a/source/interfaces/basic/include/G4UIcsh.hh +++ b/source/interfaces/basic/include/G4UIcsh.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIcsh.hh,v 1.3 2001/07/11 10:01:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UIcsh_h diff --git a/source/interfaces/basic/include/G4UItcsh.hh b/source/interfaces/basic/include/G4UItcsh.hh index 968dfa84b6..8e8f1e9709 100644 --- a/source/interfaces/basic/include/G4UItcsh.hh +++ b/source/interfaces/basic/include/G4UItcsh.hh @@ -22,7 +22,7 @@ // // // $Id: G4UItcsh.hh,v 1.6 2003/06/16 16:55:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UItcsh_h diff --git a/source/interfaces/basic/include/G4UIterminal.hh b/source/interfaces/basic/include/G4UIterminal.hh index 970901efea..baaee8f67b 100644 --- a/source/interfaces/basic/include/G4UIterminal.hh +++ b/source/interfaces/basic/include/G4UIterminal.hh @@ -22,7 +22,7 @@ // // // $Id: G4UIterminal.hh,v 1.8 2003/06/16 16:55:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UIterminal_h diff --git a/source/interfaces/basic/include/G4VUIshell.hh b/source/interfaces/basic/include/G4VUIshell.hh index 8b216be6f7..17620f9069 100644 --- a/source/interfaces/basic/include/G4VUIshell.hh +++ b/source/interfaces/basic/include/G4VUIshell.hh @@ -22,7 +22,7 @@ // // // $Id: G4VUIshell.hh,v 1.5 2001/11/26 19:15:08 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4VUIshell_h diff --git a/source/interfaces/basic/src/G4UIArrayString.cc b/source/interfaces/basic/src/G4UIArrayString.cc index 9ba348a25c..ba5666579d 100644 --- a/source/interfaces/basic/src/G4UIArrayString.cc +++ b/source/interfaces/basic/src/G4UIArrayString.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIArrayString.cc,v 1.7 2003/06/16 16:55:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/interfaces/basic/src/G4UIWin32.cc b/source/interfaces/basic/src/G4UIWin32.cc index 360c32334b..cb73812d85 100644 --- a/source/interfaces/basic/src/G4UIWin32.cc +++ b/source/interfaces/basic/src/G4UIWin32.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIWin32.cc,v 1.9 2003/06/16 16:55:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G.Barrand diff --git a/source/interfaces/basic/src/G4UIXaw.cc b/source/interfaces/basic/src/G4UIXaw.cc index b46bd6c266..06911794e9 100644 --- a/source/interfaces/basic/src/G4UIXaw.cc +++ b/source/interfaces/basic/src/G4UIXaw.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIXaw.cc,v 1.5 2002/11/06 08:12:37 barrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G.Barrand diff --git a/source/interfaces/basic/src/G4UIXm.cc b/source/interfaces/basic/src/G4UIXm.cc index 64b9bcb4ea..cc4b97f0e3 100644 --- a/source/interfaces/basic/src/G4UIXm.cc +++ b/source/interfaces/basic/src/G4UIXm.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIXm.cc,v 1.11 2003/06/16 16:56:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G.Barrand diff --git a/source/interfaces/basic/src/G4UIcsh.cc b/source/interfaces/basic/src/G4UIcsh.cc index 8f0e5fb7e5..48c2013617 100644 --- a/source/interfaces/basic/src/G4UIcsh.cc +++ b/source/interfaces/basic/src/G4UIcsh.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIcsh.cc,v 1.7 2003/06/16 16:56:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4UIcsh.hh" diff --git a/source/interfaces/basic/src/G4UItcsh.cc b/source/interfaces/basic/src/G4UItcsh.cc index 403c3650bd..03c482f189 100644 --- a/source/interfaces/basic/src/G4UItcsh.cc +++ b/source/interfaces/basic/src/G4UItcsh.cc @@ -22,7 +22,7 @@ // // // $Id: G4UItcsh.cc,v 1.10 2003/06/16 16:56:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef WIN32 diff --git a/source/interfaces/basic/src/G4UIterminal.cc b/source/interfaces/basic/src/G4UIterminal.cc index 998540e507..007257b00e 100644 --- a/source/interfaces/basic/src/G4UIterminal.cc +++ b/source/interfaces/basic/src/G4UIterminal.cc @@ -22,7 +22,7 @@ // // // $Id: G4UIterminal.cc,v 1.19 2003/06/16 16:56:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4Types.hh" diff --git a/source/interfaces/basic/src/G4VUIshell.cc b/source/interfaces/basic/src/G4VUIshell.cc index 7b799c3de4..caed2bce75 100644 --- a/source/interfaces/basic/src/G4VUIshell.cc +++ b/source/interfaces/basic/src/G4VUIshell.cc @@ -22,7 +22,7 @@ // // // $Id: G4VUIshell.cc,v 1.8 2003/06/16 16:56:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4UImanager.hh" diff --git a/source/interfaces/common/include/G4VBasicShell.hh b/source/interfaces/common/include/G4VBasicShell.hh index 7261bedf98..82f19ef1b7 100644 --- a/source/interfaces/common/include/G4VBasicShell.hh +++ b/source/interfaces/common/include/G4VBasicShell.hh @@ -22,7 +22,7 @@ // // // $Id: G4VBasicShell.hh,v 1.6 2001/07/11 10:01:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4VBasicShell_H diff --git a/source/interfaces/common/include/G4VInteractorManager.hh b/source/interfaces/common/include/G4VInteractorManager.hh index adb08bb9e3..3e7048d240 100644 --- a/source/interfaces/common/include/G4VInteractorManager.hh +++ b/source/interfaces/common/include/G4VInteractorManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4VInteractorManager.hh,v 1.8 2003/06/16 16:56:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G.Barrand diff --git a/source/interfaces/common/include/G4Win32.hh b/source/interfaces/common/include/G4Win32.hh index 4d42e501fd..d9c60dcb3c 100644 --- a/source/interfaces/common/include/G4Win32.hh +++ b/source/interfaces/common/include/G4Win32.hh @@ -22,7 +22,7 @@ // // // $Id: G4Win32.hh,v 1.6 2001/07/11 10:01:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // To unify Windows message treatment between // G4/interfaces Windows sessions and G4/visualizations Windows drivers. diff --git a/source/interfaces/common/include/G4Xt.hh b/source/interfaces/common/include/G4Xt.hh index 21905e56d9..911560f6bc 100644 --- a/source/interfaces/common/include/G4Xt.hh +++ b/source/interfaces/common/include/G4Xt.hh @@ -22,7 +22,7 @@ // // // $Id: G4Xt.hh,v 1.5 2001/07/11 10:01:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // To unify X11 event treatment between // G4/interfaces Xt sessions and G4/visualizations Xt drivers. diff --git a/source/interfaces/common/src/G4VBasicShell.cc b/source/interfaces/common/src/G4VBasicShell.cc index 0cb30164e0..295a063710 100644 --- a/source/interfaces/common/src/G4VBasicShell.cc +++ b/source/interfaces/common/src/G4VBasicShell.cc @@ -22,7 +22,7 @@ // // // $Id: G4VBasicShell.cc,v 1.10 2003/06/16 16:56:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/interfaces/common/src/G4VInteractorManager.cc b/source/interfaces/common/src/G4VInteractorManager.cc index 0e28c7a0a3..34ed2bf9e5 100644 --- a/source/interfaces/common/src/G4VInteractorManager.cc +++ b/source/interfaces/common/src/G4VInteractorManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4VInteractorManager.cc,v 1.12 2003/06/16 16:56:08 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G.Barrand diff --git a/source/interfaces/common/src/G4Win32.cc b/source/interfaces/common/src/G4Win32.cc index 096238248a..b1e78c5a8a 100644 --- a/source/interfaces/common/src/G4Win32.cc +++ b/source/interfaces/common/src/G4Win32.cc @@ -22,7 +22,7 @@ // // // $Id: G4Win32.cc,v 1.6 2001/07/11 10:01:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G.Barrand diff --git a/source/interfaces/common/src/G4Xt.cc b/source/interfaces/common/src/G4Xt.cc index c857cbb9b2..aa5d72eb51 100644 --- a/source/interfaces/common/src/G4Xt.cc +++ b/source/interfaces/common/src/G4Xt.cc @@ -22,7 +22,7 @@ // // // $Id: G4Xt.cc,v 1.10 2003/10/17 09:34:27 gbarrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G.Barrand diff --git a/source/materials/GNUmakefile b/source/materials/GNUmakefile index 7ea17a9a55..a022f19174 100644 --- a/source/materials/GNUmakefile +++ b/source/materials/GNUmakefile @@ -1,10 +1,12 @@ -# $Id: GNUmakefile,v 1.1 1999/01/07 16:09:39 gunter Exp $ +# $Id: GNUmakefile,v 1.2 2004/01/30 09:57:20 gbarrand Exp $ # -------------------------------------------------------------- # GNUmakefile for materials library. Gabriele Cosmo, 18/9/96. # -------------------------------------------------------------- name := G4materials +GLOBLIBS = libG4global.lib + ifndef G4INSTALL G4INSTALL = ../.. endif diff --git a/source/materials/History b/source/materials/History index b4d714a508..4744cca8f9 100644 --- a/source/materials/History +++ b/source/materials/History @@ -1,4 +1,4 @@ -$Id: History,v 1.45 2003/12/01 15:14:05 gcosmo Exp $ +$Id: History,v 1.47 2004/02/03 13:45:29 vnivanch Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,12 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +03.02.04 V.Ivant - materials-V06-00-01 + Fix problem of destructor of G4SandiaTable + +22.01.04 mma - materials-V06-00-00 + G4Material.cc: proper STL handdling of theElementVector (Hisaya) + 01.12.03 P.Gumplinger - materials-V05-02-00 Added base class G4SurfaceProperty. G4OpticalSurface[.hh.cc]: modified to inherit from G4SurfaceProperty. diff --git a/source/materials/include/G4AtomicShells.hh b/source/materials/include/G4AtomicShells.hh index 80ef95d6b5..6cddf138a1 100644 --- a/source/materials/include/G4AtomicShells.hh +++ b/source/materials/include/G4AtomicShells.hh @@ -22,7 +22,7 @@ // // // $Id: G4AtomicShells.hh,v 1.4 2001/07/11 10:01:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // class description // diff --git a/source/materials/include/G4Element.hh b/source/materials/include/G4Element.hh index 6fda130bd8..2b6f967030 100644 --- a/source/materials/include/G4Element.hh +++ b/source/materials/include/G4Element.hh @@ -22,7 +22,7 @@ // // // $Id: G4Element.hh,v 1.17 2003/06/16 16:56:13 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // class description diff --git a/source/materials/include/G4ElementTable.hh b/source/materials/include/G4ElementTable.hh index 5e6b3aedd0..42b73799b3 100644 --- a/source/materials/include/G4ElementTable.hh +++ b/source/materials/include/G4ElementTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4ElementTable.hh,v 1.5 2003/06/16 16:56:14 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/materials/include/G4ElementVector.hh b/source/materials/include/G4ElementVector.hh index 989f2ffe61..902bc22b47 100644 --- a/source/materials/include/G4ElementVector.hh +++ b/source/materials/include/G4ElementVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4ElementVector.hh,v 1.5 2003/06/16 16:56:15 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/materials/include/G4IonisParamElm.hh b/source/materials/include/G4IonisParamElm.hh index 34096e0b1d..9a11fb904d 100644 --- a/source/materials/include/G4IonisParamElm.hh +++ b/source/materials/include/G4IonisParamElm.hh @@ -22,7 +22,7 @@ // // // $Id: G4IonisParamElm.hh,v 1.6 2001/07/11 10:01:25 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // class description diff --git a/source/materials/include/G4IonisParamMat.hh b/source/materials/include/G4IonisParamMat.hh index 0dc5ffe113..f4829cf50c 100644 --- a/source/materials/include/G4IonisParamMat.hh +++ b/source/materials/include/G4IonisParamMat.hh @@ -22,7 +22,7 @@ // // // $Id: G4IonisParamMat.hh,v 1.7 2002/10/29 16:17:04 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // class description diff --git a/source/materials/include/G4Isotope.hh b/source/materials/include/G4Isotope.hh index 67d6b42e96..4ba3a25563 100644 --- a/source/materials/include/G4Isotope.hh +++ b/source/materials/include/G4Isotope.hh @@ -22,7 +22,7 @@ // // // $Id: G4Isotope.hh,v 1.15 2003/06/16 16:56:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/materials/include/G4IsotopeVector.hh b/source/materials/include/G4IsotopeVector.hh index d5505d5424..819ec0d826 100644 --- a/source/materials/include/G4IsotopeVector.hh +++ b/source/materials/include/G4IsotopeVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4IsotopeVector.hh,v 1.5 2003/06/16 16:56:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/materials/include/G4MPVEntry.hh b/source/materials/include/G4MPVEntry.hh index 3fd9a772b4..d3cd6e0628 100644 --- a/source/materials/include/G4MPVEntry.hh +++ b/source/materials/include/G4MPVEntry.hh @@ -22,7 +22,7 @@ // // // $Id: G4MPVEntry.hh,v 1.5 2001/07/11 10:01:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/materials/include/G4Material.hh b/source/materials/include/G4Material.hh index d2007a6e23..22a0933432 100644 --- a/source/materials/include/G4Material.hh +++ b/source/materials/include/G4Material.hh @@ -22,7 +22,7 @@ // // // $Id: G4Material.hh,v 1.22 2003/06/16 16:56:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // class description diff --git a/source/materials/include/G4MaterialPropertiesTable.hh b/source/materials/include/G4MaterialPropertiesTable.hh index db405a3ff6..07eaa75bb6 100644 --- a/source/materials/include/G4MaterialPropertiesTable.hh +++ b/source/materials/include/G4MaterialPropertiesTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4MaterialPropertiesTable.hh,v 1.12 2003/06/16 16:56:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/materials/include/G4MaterialPropertyVector.hh b/source/materials/include/G4MaterialPropertyVector.hh index acc4952870..b48d35a252 100644 --- a/source/materials/include/G4MaterialPropertyVector.hh +++ b/source/materials/include/G4MaterialPropertyVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4MaterialPropertyVector.hh,v 1.9 2003/06/16 16:56:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/materials/include/G4MaterialTable.hh b/source/materials/include/G4MaterialTable.hh index dc544a96db..9648348699 100644 --- a/source/materials/include/G4MaterialTable.hh +++ b/source/materials/include/G4MaterialTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4MaterialTable.hh,v 1.5 2003/06/16 16:56:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/materials/include/G4OpticalSurface.hh b/source/materials/include/G4OpticalSurface.hh index 1bff6bd3ba..63719c4cd3 100644 --- a/source/materials/include/G4OpticalSurface.hh +++ b/source/materials/include/G4OpticalSurface.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpticalSurface.hh,v 1.7 2003/12/01 15:13:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/materials/include/G4SandiaTable.hh b/source/materials/include/G4SandiaTable.hh index a185af3a3c..0d858929b3 100644 --- a/source/materials/include/G4SandiaTable.hh +++ b/source/materials/include/G4SandiaTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4SandiaTable.hh,v 1.10 2001/10/17 07:59:52 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // class description // diff --git a/source/materials/include/G4StaticSandiaData.hh b/source/materials/include/G4StaticSandiaData.hh index c75ca05c50..2f33041411 100644 --- a/source/materials/include/G4StaticSandiaData.hh +++ b/source/materials/include/G4StaticSandiaData.hh @@ -22,7 +22,7 @@ // // // $Id: G4StaticSandiaData.hh,v 1.6 2002/04/15 16:50:36 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... ....oooOO0OOooo.... diff --git a/source/materials/include/G4SurfaceProperty.hh b/source/materials/include/G4SurfaceProperty.hh index 9a841e8255..8923d92cc6 100644 --- a/source/materials/include/G4SurfaceProperty.hh +++ b/source/materials/include/G4SurfaceProperty.hh @@ -22,7 +22,7 @@ // // // $Id: G4SurfaceProperty.hh,v 1.2 2003/12/01 15:13:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/materials/src/G4AtomicShells.cc b/source/materials/src/G4AtomicShells.cc index 64bcefdea0..0120934531 100644 --- a/source/materials/src/G4AtomicShells.cc +++ b/source/materials/src/G4AtomicShells.cc @@ -22,7 +22,7 @@ // // // $Id: G4AtomicShells.cc,v 1.3 2001/07/11 10:01:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... ....oooOO0OOooo.... diff --git a/source/materials/src/G4Element.cc b/source/materials/src/G4Element.cc index ed8ff141a0..d4a1d910f3 100644 --- a/source/materials/src/G4Element.cc +++ b/source/materials/src/G4Element.cc @@ -22,7 +22,7 @@ // // // $Id: G4Element.cc,v 1.17 2003/06/18 08:12:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/materials/src/G4IonisParamElm.cc b/source/materials/src/G4IonisParamElm.cc index 22dd524571..cb81fd26a3 100644 --- a/source/materials/src/G4IonisParamElm.cc +++ b/source/materials/src/G4IonisParamElm.cc @@ -22,7 +22,7 @@ // // // $Id: G4IonisParamElm.cc,v 1.8 2002/10/17 09:00:29 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... ....oooOO0OOooo.... diff --git a/source/materials/src/G4IonisParamMat.cc b/source/materials/src/G4IonisParamMat.cc index f24f54edde..169783a057 100644 --- a/source/materials/src/G4IonisParamMat.cc +++ b/source/materials/src/G4IonisParamMat.cc @@ -22,7 +22,7 @@ // // // $Id: G4IonisParamMat.cc,v 1.10 2002/10/29 16:17:05 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... ....oooOO0OOooo.... diff --git a/source/materials/src/G4Isotope.cc b/source/materials/src/G4Isotope.cc index f4659f2d0c..b309bb199b 100644 --- a/source/materials/src/G4Isotope.cc +++ b/source/materials/src/G4Isotope.cc @@ -22,7 +22,7 @@ // // // $Id: G4Isotope.cc,v 1.15 2003/06/18 08:12:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/materials/src/G4MPVEntry.cc b/source/materials/src/G4MPVEntry.cc index 1f12f7e680..3085d1a8b0 100644 --- a/source/materials/src/G4MPVEntry.cc +++ b/source/materials/src/G4MPVEntry.cc @@ -22,7 +22,7 @@ // // // $Id: G4MPVEntry.cc,v 1.6 2001/07/11 10:01:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/materials/src/G4Material.cc b/source/materials/src/G4Material.cc index e0acccc82e..cd1667154e 100644 --- a/source/materials/src/G4Material.cc +++ b/source/materials/src/G4Material.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4Material.cc,v 1.24 2003/06/18 08:12:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Material.cc,v 1.25 2004/01/22 17:50:38 maire Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... // @@ -56,6 +56,7 @@ // 16-04-02, G4Exception put in constructor with chemical formula // 06-05-02, remove the check of the ideal gas state equation // 06-08-02, remove constructors with chemical formula (mma) +// 22-01-04, proper STL handling of theElementVector (Hisaya) // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -97,8 +98,8 @@ G4Material::G4Material(const G4String& name, G4double z, // element corresponding to this material maxNbComponents = fNumberOfComponents = fNumberOfElements = 1; fImplicitElement = true; - theElementVector = new G4ElementVector(1,(G4Element*)0); - (*theElementVector)[0] = new G4Element(name, " ", z, a); + theElementVector = new G4ElementVector(); + theElementVector->push_back( new G4Element(name, " ", z, a)); fMassFractionVector = new G4double[1]; fMassFractionVector[0] = 1. ; @@ -147,7 +148,8 @@ G4Material::G4Material(const G4String& name, G4double density, maxNbComponents = nComponents; fNumberOfComponents = fNumberOfElements = 0; fImplicitElement = false; - theElementVector = new G4ElementVector(maxNbComponents,(G4Element*)0); + theElementVector = new G4ElementVector(); + theElementVector->reserve(maxNbComponents); if (fState == kStateUndefined) { @@ -170,7 +172,7 @@ void G4Material::AddElement(G4Element* element, G4int nAtoms) // filling ... if ( G4int(fNumberOfElements) < maxNbComponents ) { - (*theElementVector)[fNumberOfElements] = element; + theElementVector->push_back(element); fAtomsVector [fNumberOfElements] = nAtoms; fNumberOfComponents = ++fNumberOfElements; element->increaseCountUse(); @@ -225,10 +227,9 @@ void G4Material::AddElement(G4Element* element, G4double fraction) while ((el=theElementVector->size()) theElementVector->resize(el+1); - (*theElementVector)[el] = element; + theElementVector->push_back(element); fMassFractionVector[el] = fraction; - fNumberOfElements ++; + fNumberOfElements++; element->increaseCountUse(); } fNumberOfComponents++; @@ -285,11 +286,10 @@ void G4Material::AddMaterial(G4Material* material, G4double fraction) if (el < fNumberOfElements) fMassFractionVector[el] += fraction *(material->GetFractionVector())[elm]; else { - if (el >= theElementVector->size()) theElementVector->resize(el+1); - (*theElementVector)[el] = element; + theElementVector->push_back(element); fMassFractionVector[el] = fraction *(material->GetFractionVector())[elm]; - fNumberOfElements ++; + fNumberOfElements++; element->increaseCountUse(); } } diff --git a/source/materials/src/G4MaterialPropertiesTable.cc b/source/materials/src/G4MaterialPropertiesTable.cc index 7760c35d41..7d3742a2e1 100644 --- a/source/materials/src/G4MaterialPropertiesTable.cc +++ b/source/materials/src/G4MaterialPropertiesTable.cc @@ -22,7 +22,7 @@ // // // $Id: G4MaterialPropertiesTable.cc,v 1.13 2002/11/07 02:30:29 gum Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/materials/src/G4MaterialPropertyVector.cc b/source/materials/src/G4MaterialPropertyVector.cc index 9e7c1d54b7..7c1f08af91 100644 --- a/source/materials/src/G4MaterialPropertyVector.cc +++ b/source/materials/src/G4MaterialPropertyVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4MaterialPropertyVector.cc,v 1.14 2003/06/16 16:56:25 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/materials/src/G4OpticalSurface.cc b/source/materials/src/G4OpticalSurface.cc index 87f3d23217..c8030b6aab 100644 --- a/source/materials/src/G4OpticalSurface.cc +++ b/source/materials/src/G4OpticalSurface.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpticalSurface.cc,v 1.9 2003/12/01 15:13:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/materials/src/G4SandiaTable.cc b/source/materials/src/G4SandiaTable.cc index 174347dd79..601726665f 100644 --- a/source/materials/src/G4SandiaTable.cc +++ b/source/materials/src/G4SandiaTable.cc @@ -21,11 +21,12 @@ // ******************************************************************** // // -// $Id: G4SandiaTable.cc,v 1.16 2003/06/16 16:56:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4SandiaTable.cc,v 1.17 2004/02/03 11:09:17 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... ....oooOO0OOooo.... // +// 03.02.04 Update distructor V.Ivanchenko // 10.07.01 Migration to STL. M. Verderi. // 03.04.01 fnulcof returned if energy < emin // 22.02.01 GetsandiaCofForMaterial(energy) return 0 below lowest interval mma @@ -78,8 +79,8 @@ G4SandiaTable::~G4SandiaTable() if(fPhotoAbsorptionCof) { - for(G4int i = 0 ; i < fMaxInterval ; i++) delete[] fPhotoAbsorptionCof[i]; - delete fPhotoAbsorptionCof ; + // for(G4int i = 0 ; i < fMaxInterval ; i++) delete[] fPhotoAbsorptionCof[i]; + delete [] fPhotoAbsorptionCof ; } } diff --git a/source/parameterisations/include/G4FoamXTRdEdx.hh b/source/parameterisations/include/G4FoamXTRdEdx.hh index 37849b22ab..0de878c110 100644 --- a/source/parameterisations/include/G4FoamXTRdEdx.hh +++ b/source/parameterisations/include/G4FoamXTRdEdx.hh @@ -22,7 +22,7 @@ // // // $Id: G4FoamXTRdEdx.hh,v 1.3 2003/01/23 11:30:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4FoamXrayTRmodel.hh b/source/parameterisations/include/G4FoamXrayTRmodel.hh index b8113c6df0..4681744ca5 100644 --- a/source/parameterisations/include/G4FoamXrayTRmodel.hh +++ b/source/parameterisations/include/G4FoamXrayTRmodel.hh @@ -22,7 +22,7 @@ // // // $Id: G4FoamXrayTRmodel.hh,v 1.4 2003/01/23 11:30:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4GamDistrXTRdEdx.hh b/source/parameterisations/include/G4GamDistrXTRdEdx.hh index 6ce5ef0131..e415705a88 100644 --- a/source/parameterisations/include/G4GamDistrXTRdEdx.hh +++ b/source/parameterisations/include/G4GamDistrXTRdEdx.hh @@ -22,7 +22,7 @@ // // // $Id: G4GamDistrXTRdEdx.hh,v 1.3 2003/01/23 11:30:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4GamDistrXrayTRmodel.hh b/source/parameterisations/include/G4GamDistrXrayTRmodel.hh index 95c1d10960..3c084c0d86 100644 --- a/source/parameterisations/include/G4GamDistrXrayTRmodel.hh +++ b/source/parameterisations/include/G4GamDistrXrayTRmodel.hh @@ -22,7 +22,7 @@ // // // $Id: G4GamDistrXrayTRmodel.hh,v 1.4 2003/01/23 11:30:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4IrregularXTRdEdx.hh b/source/parameterisations/include/G4IrregularXTRdEdx.hh index 6278e59894..588069dde8 100644 --- a/source/parameterisations/include/G4IrregularXTRdEdx.hh +++ b/source/parameterisations/include/G4IrregularXTRdEdx.hh @@ -22,7 +22,7 @@ // // // $Id: G4IrregularXTRdEdx.hh,v 1.3 2003/01/23 11:30:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4IrregularXrayTRmodel.hh b/source/parameterisations/include/G4IrregularXrayTRmodel.hh index edbf69ac70..96b833acba 100644 --- a/source/parameterisations/include/G4IrregularXrayTRmodel.hh +++ b/source/parameterisations/include/G4IrregularXrayTRmodel.hh @@ -22,7 +22,7 @@ // // // $Id: G4IrregularXrayTRmodel.hh,v 1.4 2003/01/23 11:30:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4PAIclusterModel.hh b/source/parameterisations/include/G4PAIclusterModel.hh index a2a6ba778c..d90551db81 100644 --- a/source/parameterisations/include/G4PAIclusterModel.hh +++ b/source/parameterisations/include/G4PAIclusterModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4PAIclusterModel.hh,v 1.4 2003/01/23 11:30:03 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4PhotoClusterModel.hh b/source/parameterisations/include/G4PhotoClusterModel.hh index 6708417ace..796aa42f40 100644 --- a/source/parameterisations/include/G4PhotoClusterModel.hh +++ b/source/parameterisations/include/G4PhotoClusterModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhotoClusterModel.hh,v 1.4 2003/01/23 11:30:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4PlateIrrGasXTRdEdx.hh b/source/parameterisations/include/G4PlateIrrGasXTRdEdx.hh index 7644800039..1cf3eff835 100644 --- a/source/parameterisations/include/G4PlateIrrGasXTRdEdx.hh +++ b/source/parameterisations/include/G4PlateIrrGasXTRdEdx.hh @@ -22,7 +22,7 @@ // // // $Id: G4PlateIrrGasXTRdEdx.hh,v 1.3 2003/01/23 11:30:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4PlateIrrGasXrayTRmodel.hh b/source/parameterisations/include/G4PlateIrrGasXrayTRmodel.hh index 153adb3346..df2ca32568 100644 --- a/source/parameterisations/include/G4PlateIrrGasXrayTRmodel.hh +++ b/source/parameterisations/include/G4PlateIrrGasXrayTRmodel.hh @@ -22,7 +22,7 @@ // // // $Id: G4PlateIrrGasXrayTRmodel.hh,v 1.4 2003/01/23 11:30:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4RegularXTRdEdx.hh b/source/parameterisations/include/G4RegularXTRdEdx.hh index 9c44205b85..564b3b5d99 100644 --- a/source/parameterisations/include/G4RegularXTRdEdx.hh +++ b/source/parameterisations/include/G4RegularXTRdEdx.hh @@ -22,7 +22,7 @@ // // // $Id: G4RegularXTRdEdx.hh,v 1.3 2003/01/23 11:30:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4RegularXrayTRmodel.hh b/source/parameterisations/include/G4RegularXrayTRmodel.hh index 4adfc9f0e7..ebd196af22 100644 --- a/source/parameterisations/include/G4RegularXrayTRmodel.hh +++ b/source/parameterisations/include/G4RegularXrayTRmodel.hh @@ -22,7 +22,7 @@ // // // $Id: G4RegularXrayTRmodel.hh,v 1.4 2003/01/23 11:30:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4VClusterModel.hh b/source/parameterisations/include/G4VClusterModel.hh index 822dba2390..201f83bb5c 100644 --- a/source/parameterisations/include/G4VClusterModel.hh +++ b/source/parameterisations/include/G4VClusterModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4VClusterModel.hh,v 1.6 2003/06/16 16:56:29 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4VXTRdEdx.hh b/source/parameterisations/include/G4VXTRdEdx.hh index b93e5a5012..9b600518d1 100644 --- a/source/parameterisations/include/G4VXTRdEdx.hh +++ b/source/parameterisations/include/G4VXTRdEdx.hh @@ -22,7 +22,7 @@ // // // $Id: G4VXTRdEdx.hh,v 1.7 2003/06/16 16:56:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4VXrayTRadModel.hh b/source/parameterisations/include/G4VXrayTRadModel.hh index 89943810a8..bb49288407 100644 --- a/source/parameterisations/include/G4VXrayTRadModel.hh +++ b/source/parameterisations/include/G4VXrayTRadModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4VXrayTRadModel.hh,v 1.4 2003/06/16 16:56:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/include/G4VXrayTRmodel.hh b/source/parameterisations/include/G4VXrayTRmodel.hh index e87b1373ee..0b855d63cf 100644 --- a/source/parameterisations/include/G4VXrayTRmodel.hh +++ b/source/parameterisations/include/G4VXrayTRmodel.hh @@ -22,7 +22,7 @@ // // // $Id: G4VXrayTRmodel.hh,v 1.5 2003/06/16 16:56:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/parameterisations/src/G4FoamXTRdEdx.cc b/source/parameterisations/src/G4FoamXTRdEdx.cc index 571becb907..5ae2593620 100644 --- a/source/parameterisations/src/G4FoamXTRdEdx.cc +++ b/source/parameterisations/src/G4FoamXTRdEdx.cc @@ -22,7 +22,7 @@ // // // $Id: G4FoamXTRdEdx.cc,v 1.4 2003/06/16 16:56:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/parameterisations/src/G4FoamXrayTRmodel.cc b/source/parameterisations/src/G4FoamXrayTRmodel.cc index 634a48aff6..97bec70c2d 100644 --- a/source/parameterisations/src/G4FoamXrayTRmodel.cc +++ b/source/parameterisations/src/G4FoamXrayTRmodel.cc @@ -22,7 +22,7 @@ // // // $Id: G4FoamXrayTRmodel.cc,v 1.4 2003/06/16 16:56:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/parameterisations/src/G4GamDistrXTRdEdx.cc b/source/parameterisations/src/G4GamDistrXTRdEdx.cc index 59c4e01757..09fdd3359e 100644 --- a/source/parameterisations/src/G4GamDistrXTRdEdx.cc +++ b/source/parameterisations/src/G4GamDistrXTRdEdx.cc @@ -22,7 +22,7 @@ // // // $Id: G4GamDistrXTRdEdx.cc,v 1.4 2003/06/16 16:56:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/parameterisations/src/G4GamDistrXrayTRmodel.cc b/source/parameterisations/src/G4GamDistrXrayTRmodel.cc index 133418b014..5a220d3a61 100644 --- a/source/parameterisations/src/G4GamDistrXrayTRmodel.cc +++ b/source/parameterisations/src/G4GamDistrXrayTRmodel.cc @@ -22,7 +22,7 @@ // // // $Id: G4GamDistrXrayTRmodel.cc,v 1.4 2003/06/16 16:56:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/parameterisations/src/G4IrregularXTRdEdx.cc b/source/parameterisations/src/G4IrregularXTRdEdx.cc index 4bc0a689a5..4ddc8e2f11 100644 --- a/source/parameterisations/src/G4IrregularXTRdEdx.cc +++ b/source/parameterisations/src/G4IrregularXTRdEdx.cc @@ -22,7 +22,7 @@ // // // $Id: G4IrregularXTRdEdx.cc,v 1.4 2003/06/16 16:56:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // diff --git a/source/parameterisations/src/G4IrregularXrayTRmodel.cc b/source/parameterisations/src/G4IrregularXrayTRmodel.cc index 835fe4e348..8ad5c3a49a 100644 --- a/source/parameterisations/src/G4IrregularXrayTRmodel.cc +++ b/source/parameterisations/src/G4IrregularXrayTRmodel.cc @@ -22,7 +22,7 @@ // // // $Id: G4IrregularXrayTRmodel.cc,v 1.6 2003/05/21 16:39:57 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // diff --git a/source/parameterisations/src/G4PAIclusterModel.cc b/source/parameterisations/src/G4PAIclusterModel.cc index ee279097e3..a78e788158 100644 --- a/source/parameterisations/src/G4PAIclusterModel.cc +++ b/source/parameterisations/src/G4PAIclusterModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4PAIclusterModel.cc,v 1.6 2001/09/18 09:30:30 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4Timer.hh" diff --git a/source/parameterisations/src/G4PhotoClusterModel.cc b/source/parameterisations/src/G4PhotoClusterModel.cc index b22b9e77a8..fca87d05d8 100644 --- a/source/parameterisations/src/G4PhotoClusterModel.cc +++ b/source/parameterisations/src/G4PhotoClusterModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4PhotoClusterModel.cc,v 1.3 2001/09/18 09:30:31 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4Timer.hh" diff --git a/source/parameterisations/src/G4PlateIrrGasXTRdEdx.cc b/source/parameterisations/src/G4PlateIrrGasXTRdEdx.cc index 5eee0bceac..74c644a31f 100644 --- a/source/parameterisations/src/G4PlateIrrGasXTRdEdx.cc +++ b/source/parameterisations/src/G4PlateIrrGasXTRdEdx.cc @@ -22,7 +22,7 @@ // // // $Id: G4PlateIrrGasXTRdEdx.cc,v 1.4 2003/06/16 16:56:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/parameterisations/src/G4PlateIrrGasXrayTRmodel.cc b/source/parameterisations/src/G4PlateIrrGasXrayTRmodel.cc index 99b8491305..0b10e16d0e 100644 --- a/source/parameterisations/src/G4PlateIrrGasXrayTRmodel.cc +++ b/source/parameterisations/src/G4PlateIrrGasXrayTRmodel.cc @@ -22,7 +22,7 @@ // // // $Id: G4PlateIrrGasXrayTRmodel.cc,v 1.5 2003/06/16 16:56:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/parameterisations/src/G4RegularXTRdEdx.cc b/source/parameterisations/src/G4RegularXTRdEdx.cc index 9539e5ea82..87afb1453d 100644 --- a/source/parameterisations/src/G4RegularXTRdEdx.cc +++ b/source/parameterisations/src/G4RegularXTRdEdx.cc @@ -22,7 +22,7 @@ // // // $Id: G4RegularXTRdEdx.cc,v 1.4 2003/06/16 16:56:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/parameterisations/src/G4RegularXrayTRmodel.cc b/source/parameterisations/src/G4RegularXrayTRmodel.cc index 9c0ca200cc..c4f1370dfd 100644 --- a/source/parameterisations/src/G4RegularXrayTRmodel.cc +++ b/source/parameterisations/src/G4RegularXrayTRmodel.cc @@ -22,7 +22,7 @@ // // // $Id: G4RegularXrayTRmodel.cc,v 1.4 2003/06/16 16:56:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/parameterisations/src/G4VClusterModel.cc b/source/parameterisations/src/G4VClusterModel.cc index 89c4ca8c73..69b1d09037 100644 --- a/source/parameterisations/src/G4VClusterModel.cc +++ b/source/parameterisations/src/G4VClusterModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4VClusterModel.cc,v 1.6 2001/11/08 13:53:51 mverderi Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4Timer.hh" diff --git a/source/parameterisations/src/G4VXTRdEdx.cc b/source/parameterisations/src/G4VXTRdEdx.cc index 5aea32383d..d85d7d1496 100644 --- a/source/parameterisations/src/G4VXTRdEdx.cc +++ b/source/parameterisations/src/G4VXTRdEdx.cc @@ -22,7 +22,7 @@ // // // $Id: G4VXTRdEdx.cc,v 1.9 2003/06/16 16:56:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4Timer.hh" diff --git a/source/parameterisations/src/G4VXrayTRadModel.cc b/source/parameterisations/src/G4VXrayTRadModel.cc index 71bb04b90b..46547c4435 100644 --- a/source/parameterisations/src/G4VXrayTRadModel.cc +++ b/source/parameterisations/src/G4VXrayTRadModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4VXrayTRadModel.cc,v 1.5 2003/06/16 16:56:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4Timer.hh" diff --git a/source/parameterisations/src/G4VXrayTRmodel.cc b/source/parameterisations/src/G4VXrayTRmodel.cc index 73bf547172..978e48805d 100644 --- a/source/parameterisations/src/G4VXrayTRmodel.cc +++ b/source/parameterisations/src/G4VXrayTRmodel.cc @@ -22,7 +22,7 @@ // // // $Id: G4VXrayTRmodel.cc,v 1.7 2003/06/16 16:56:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4Timer.hh" diff --git a/source/particles/History b/source/particles/History index c7c267fbe6..64285ad4fb 100644 --- a/source/particles/History +++ b/source/particles/History @@ -1,4 +1,4 @@ -$Id: History,v 1.100 2003/10/30 09:25:29 kurasige Exp $ +$Id: History,v 1.103 2004/03/11 09:55:45 kurasige Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,7 +17,20 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -- Oct 30, 2003 iH.Kurashige (particles-V05-02-06) +- Mar. 11, 2004 H.Kurashige (particles-V06-00-02) +- Add G4VParticlePropertyRetriever +- Add G4TextPPReporter and G4TextPPRetriever + + +- Feb. 12, 2004 H.Kurashige (particles-V06-00-01) +- update mass and width to meet with PDG 2002 data + +- Dec. 12, 2003 H.Kurashige (particles-V06-00-00) +- Fixed initialization problems in G4NuclearPropertiesTable + -- Add initialization of indexArray + -- Remove the static member of theInstance + +- Oct 30, 2003 H.Kurashige (particles-V05-02-06) - Fixed compiler warning in G4HtmlReporter.cc - Oct 21, 2003 M.Asai (particles-V05-02-05) diff --git a/source/particles/bosons/include/G4BosonConstructor.hh b/source/particles/bosons/include/G4BosonConstructor.hh index b61c451032..b10e8c16cc 100644 --- a/source/particles/bosons/include/G4BosonConstructor.hh +++ b/source/particles/bosons/include/G4BosonConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4BosonConstructor.hh,v 1.3 2001/07/11 10:01:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/bosons/include/G4ChargedGeantino.hh b/source/particles/bosons/include/G4ChargedGeantino.hh index fb200a93e1..7f936a3a00 100644 --- a/source/particles/bosons/include/G4ChargedGeantino.hh +++ b/source/particles/bosons/include/G4ChargedGeantino.hh @@ -22,7 +22,7 @@ // // // $Id: G4ChargedGeantino.hh,v 1.9 2002/12/16 11:15:36 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/bosons/include/G4Gamma.hh b/source/particles/bosons/include/G4Gamma.hh index 844b7b0eda..8c2b5d991c 100644 --- a/source/particles/bosons/include/G4Gamma.hh +++ b/source/particles/bosons/include/G4Gamma.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4Gamma.hh,v 1.12 2002/12/16 11:15:36 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/bosons/include/G4Geantino.hh b/source/particles/bosons/include/G4Geantino.hh index 1baefc43bf..f1ebebb6ea 100644 --- a/source/particles/bosons/include/G4Geantino.hh +++ b/source/particles/bosons/include/G4Geantino.hh @@ -22,7 +22,7 @@ // // // $Id: G4Geantino.hh,v 1.9 2002/12/16 11:15:36 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/bosons/include/G4OpticalPhoton.hh b/source/particles/bosons/include/G4OpticalPhoton.hh index 572d008dbc..c3b7e66c10 100644 --- a/source/particles/bosons/include/G4OpticalPhoton.hh +++ b/source/particles/bosons/include/G4OpticalPhoton.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpticalPhoton.hh,v 1.8 2002/12/16 11:15:36 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/bosons/include/G4VBoson.hh b/source/particles/bosons/include/G4VBoson.hh index 07c7f5ffe0..75240c48d3 100644 --- a/source/particles/bosons/include/G4VBoson.hh +++ b/source/particles/bosons/include/G4VBoson.hh @@ -22,7 +22,7 @@ // // // $Id: G4VBoson.hh,v 1.4 2003/03/11 05:49:38 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/bosons/src/G4BosonConstructor.cc b/source/particles/bosons/src/G4BosonConstructor.cc index 54b4da046f..179e5885ad 100644 --- a/source/particles/bosons/src/G4BosonConstructor.cc +++ b/source/particles/bosons/src/G4BosonConstructor.cc @@ -22,7 +22,7 @@ // // // $Id: G4BosonConstructor.cc,v 1.3 2001/07/11 10:01:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/bosons/src/G4ChargedGeantino.cc b/source/particles/bosons/src/G4ChargedGeantino.cc index 3d6e54a73f..0018ed06d1 100644 --- a/source/particles/bosons/src/G4ChargedGeantino.cc +++ b/source/particles/bosons/src/G4ChargedGeantino.cc @@ -22,7 +22,7 @@ // // // $Id: G4ChargedGeantino.cc,v 1.12 2003/06/16 16:56:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/bosons/src/G4Gamma.cc b/source/particles/bosons/src/G4Gamma.cc index cb9118f78c..a1e00f69dd 100644 --- a/source/particles/bosons/src/G4Gamma.cc +++ b/source/particles/bosons/src/G4Gamma.cc @@ -22,7 +22,7 @@ // // // $Id: G4Gamma.cc,v 1.10 2003/06/16 16:56:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/bosons/src/G4Geantino.cc b/source/particles/bosons/src/G4Geantino.cc index 4919c165d9..93959ed3a7 100644 --- a/source/particles/bosons/src/G4Geantino.cc +++ b/source/particles/bosons/src/G4Geantino.cc @@ -22,7 +22,7 @@ // // // $Id: G4Geantino.cc,v 1.12 2003/06/16 16:56:47 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/bosons/src/G4OpticalPhoton.cc b/source/particles/bosons/src/G4OpticalPhoton.cc index 5f61862cd7..31bb1668d7 100644 --- a/source/particles/bosons/src/G4OpticalPhoton.cc +++ b/source/particles/bosons/src/G4OpticalPhoton.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpticalPhoton.cc,v 1.10 2003/06/16 16:56:48 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/bosons/src/G4VBoson.cc b/source/particles/bosons/src/G4VBoson.cc index cc651d51ff..eadadcd9cc 100644 --- a/source/particles/bosons/src/G4VBoson.cc +++ b/source/particles/bosons/src/G4VBoson.cc @@ -22,7 +22,7 @@ // // // $Id: G4VBoson.cc,v 1.3 2001/07/11 10:01:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/include/G4AntiLambda.hh b/source/particles/hadrons/barions/include/G4AntiLambda.hh index a6abb5a1dd..d43e376c7c 100644 --- a/source/particles/hadrons/barions/include/G4AntiLambda.hh +++ b/source/particles/hadrons/barions/include/G4AntiLambda.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiLambda.hh,v 1.10 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiLambdacPlus.hh b/source/particles/hadrons/barions/include/G4AntiLambdacPlus.hh index edd1123b5f..2853608911 100644 --- a/source/particles/hadrons/barions/include/G4AntiLambdacPlus.hh +++ b/source/particles/hadrons/barions/include/G4AntiLambdacPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiLambdacPlus.hh,v 1.6 2001/10/15 10:09:24 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiNeutron.hh b/source/particles/hadrons/barions/include/G4AntiNeutron.hh index 9561b01b2b..99358756b8 100644 --- a/source/particles/hadrons/barions/include/G4AntiNeutron.hh +++ b/source/particles/hadrons/barions/include/G4AntiNeutron.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiNeutron.hh,v 1.11 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiOmegaMinus.hh b/source/particles/hadrons/barions/include/G4AntiOmegaMinus.hh index 198e11a526..83fad60bd9 100644 --- a/source/particles/hadrons/barions/include/G4AntiOmegaMinus.hh +++ b/source/particles/hadrons/barions/include/G4AntiOmegaMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiOmegaMinus.hh,v 1.7 2001/10/16 08:15:45 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiOmegacZero.hh b/source/particles/hadrons/barions/include/G4AntiOmegacZero.hh index eed506dfa9..371f6ef2ff 100644 --- a/source/particles/hadrons/barions/include/G4AntiOmegacZero.hh +++ b/source/particles/hadrons/barions/include/G4AntiOmegacZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiOmegacZero.hh,v 1.9 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiProton.hh b/source/particles/hadrons/barions/include/G4AntiProton.hh index a00cfb4aa1..64d900730a 100644 --- a/source/particles/hadrons/barions/include/G4AntiProton.hh +++ b/source/particles/hadrons/barions/include/G4AntiProton.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiProton.hh,v 1.8 2001/10/16 08:15:46 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiSigmaMinus.hh b/source/particles/hadrons/barions/include/G4AntiSigmaMinus.hh index 705930180c..7bd3df4a79 100644 --- a/source/particles/hadrons/barions/include/G4AntiSigmaMinus.hh +++ b/source/particles/hadrons/barions/include/G4AntiSigmaMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiSigmaMinus.hh,v 1.7 2001/10/16 08:15:46 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiSigmaPlus.hh b/source/particles/hadrons/barions/include/G4AntiSigmaPlus.hh index c44ad4cd42..26fef4b093 100644 --- a/source/particles/hadrons/barions/include/G4AntiSigmaPlus.hh +++ b/source/particles/hadrons/barions/include/G4AntiSigmaPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiSigmaPlus.hh,v 1.7 2001/10/16 08:15:47 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiSigmaZero.hh b/source/particles/hadrons/barions/include/G4AntiSigmaZero.hh index 4fb775b6af..975ec5de7b 100644 --- a/source/particles/hadrons/barions/include/G4AntiSigmaZero.hh +++ b/source/particles/hadrons/barions/include/G4AntiSigmaZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiSigmaZero.hh,v 1.10 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiSigmacPlus.hh b/source/particles/hadrons/barions/include/G4AntiSigmacPlus.hh index 70c26db234..d6248ed094 100644 --- a/source/particles/hadrons/barions/include/G4AntiSigmacPlus.hh +++ b/source/particles/hadrons/barions/include/G4AntiSigmacPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiSigmacPlus.hh,v 1.6 2001/10/15 10:09:25 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiSigmacPlusPlus.hh b/source/particles/hadrons/barions/include/G4AntiSigmacPlusPlus.hh index 754d5481c1..1ff13f46dc 100644 --- a/source/particles/hadrons/barions/include/G4AntiSigmacPlusPlus.hh +++ b/source/particles/hadrons/barions/include/G4AntiSigmacPlusPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiSigmacPlusPlus.hh,v 1.6 2001/10/15 10:09:26 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiSigmacZero.hh b/source/particles/hadrons/barions/include/G4AntiSigmacZero.hh index 5fb69a1fb7..02bae8eb03 100644 --- a/source/particles/hadrons/barions/include/G4AntiSigmacZero.hh +++ b/source/particles/hadrons/barions/include/G4AntiSigmacZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiSigmacZero.hh,v 1.9 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiXiMinus.hh b/source/particles/hadrons/barions/include/G4AntiXiMinus.hh index a3a04ce37c..7999b72979 100644 --- a/source/particles/hadrons/barions/include/G4AntiXiMinus.hh +++ b/source/particles/hadrons/barions/include/G4AntiXiMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiXiMinus.hh,v 1.7 2001/10/16 08:15:47 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiXiZero.hh b/source/particles/hadrons/barions/include/G4AntiXiZero.hh index 800367f784..d22d4aa064 100644 --- a/source/particles/hadrons/barions/include/G4AntiXiZero.hh +++ b/source/particles/hadrons/barions/include/G4AntiXiZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiXiZero.hh,v 1.10 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiXicPlus.hh b/source/particles/hadrons/barions/include/G4AntiXicPlus.hh index 8504353fec..304488906f 100644 --- a/source/particles/hadrons/barions/include/G4AntiXicPlus.hh +++ b/source/particles/hadrons/barions/include/G4AntiXicPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiXicPlus.hh,v 1.6 2001/10/15 10:09:26 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4AntiXicZero.hh b/source/particles/hadrons/barions/include/G4AntiXicZero.hh index a31c7326eb..f0a41cfdb7 100644 --- a/source/particles/hadrons/barions/include/G4AntiXicZero.hh +++ b/source/particles/hadrons/barions/include/G4AntiXicZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiXicZero.hh,v 1.9 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4BaryonConstructor.hh b/source/particles/hadrons/barions/include/G4BaryonConstructor.hh index 906955c567..f14106dd2a 100644 --- a/source/particles/hadrons/barions/include/G4BaryonConstructor.hh +++ b/source/particles/hadrons/barions/include/G4BaryonConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4BaryonConstructor.hh,v 1.3 2001/07/11 10:01:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/include/G4Lambda.hh b/source/particles/hadrons/barions/include/G4Lambda.hh index 6646dd165e..c926e6cac6 100644 --- a/source/particles/hadrons/barions/include/G4Lambda.hh +++ b/source/particles/hadrons/barions/include/G4Lambda.hh @@ -22,7 +22,7 @@ // // // $Id: G4Lambda.hh,v 1.10 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4LambdacPlus.hh b/source/particles/hadrons/barions/include/G4LambdacPlus.hh index 399cc6d9e7..cbb1a49ee6 100644 --- a/source/particles/hadrons/barions/include/G4LambdacPlus.hh +++ b/source/particles/hadrons/barions/include/G4LambdacPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4LambdacPlus.hh,v 1.6 2001/10/15 10:09:27 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4Neutron.hh b/source/particles/hadrons/barions/include/G4Neutron.hh index b5c7d02641..f30575c97e 100644 --- a/source/particles/hadrons/barions/include/G4Neutron.hh +++ b/source/particles/hadrons/barions/include/G4Neutron.hh @@ -22,7 +22,7 @@ // // // $Id: G4Neutron.hh,v 1.12 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4OmegaMinus.hh b/source/particles/hadrons/barions/include/G4OmegaMinus.hh index 876ca27d6d..643a5ae75c 100644 --- a/source/particles/hadrons/barions/include/G4OmegaMinus.hh +++ b/source/particles/hadrons/barions/include/G4OmegaMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4OmegaMinus.hh,v 1.7 2001/10/16 08:15:49 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4OmegacZero.hh b/source/particles/hadrons/barions/include/G4OmegacZero.hh index 0a061f587c..71f0e25845 100644 --- a/source/particles/hadrons/barions/include/G4OmegacZero.hh +++ b/source/particles/hadrons/barions/include/G4OmegacZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4OmegacZero.hh,v 1.9 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4Proton.hh b/source/particles/hadrons/barions/include/G4Proton.hh index 4319239b47..96242bb048 100644 --- a/source/particles/hadrons/barions/include/G4Proton.hh +++ b/source/particles/hadrons/barions/include/G4Proton.hh @@ -22,7 +22,7 @@ // // // $Id: G4Proton.hh,v 1.9 2001/10/16 08:15:50 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4SigmaMinus.hh b/source/particles/hadrons/barions/include/G4SigmaMinus.hh index 2ef12f226f..cc478edc82 100644 --- a/source/particles/hadrons/barions/include/G4SigmaMinus.hh +++ b/source/particles/hadrons/barions/include/G4SigmaMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4SigmaMinus.hh,v 1.7 2001/10/16 08:15:50 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4SigmaPlus.hh b/source/particles/hadrons/barions/include/G4SigmaPlus.hh index 01249f758a..4da4a90779 100644 --- a/source/particles/hadrons/barions/include/G4SigmaPlus.hh +++ b/source/particles/hadrons/barions/include/G4SigmaPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4SigmaPlus.hh,v 1.7 2001/10/16 08:15:51 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4SigmaZero.hh b/source/particles/hadrons/barions/include/G4SigmaZero.hh index a26dad3cbf..9ae5652276 100644 --- a/source/particles/hadrons/barions/include/G4SigmaZero.hh +++ b/source/particles/hadrons/barions/include/G4SigmaZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4SigmaZero.hh,v 1.10 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4SigmacPlus.hh b/source/particles/hadrons/barions/include/G4SigmacPlus.hh index 85fb964e0a..240ac57b10 100644 --- a/source/particles/hadrons/barions/include/G4SigmacPlus.hh +++ b/source/particles/hadrons/barions/include/G4SigmacPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4SigmacPlus.hh,v 1.6 2001/10/15 10:09:28 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4SigmacPlusPlus.hh b/source/particles/hadrons/barions/include/G4SigmacPlusPlus.hh index d81a7f203e..df5f185eef 100644 --- a/source/particles/hadrons/barions/include/G4SigmacPlusPlus.hh +++ b/source/particles/hadrons/barions/include/G4SigmacPlusPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4SigmacPlusPlus.hh,v 1.6 2001/10/15 10:09:28 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4SigmacZero.hh b/source/particles/hadrons/barions/include/G4SigmacZero.hh index 7dd0928168..1473529d78 100644 --- a/source/particles/hadrons/barions/include/G4SigmacZero.hh +++ b/source/particles/hadrons/barions/include/G4SigmacZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4SigmacZero.hh,v 1.9 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4VBaryon.hh b/source/particles/hadrons/barions/include/G4VBaryon.hh index 2038457571..3caee59513 100644 --- a/source/particles/hadrons/barions/include/G4VBaryon.hh +++ b/source/particles/hadrons/barions/include/G4VBaryon.hh @@ -22,7 +22,7 @@ // // // $Id: G4VBaryon.hh,v 1.4 2003/03/11 05:49:39 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4XiMinus.hh b/source/particles/hadrons/barions/include/G4XiMinus.hh index f65bdfaeca..d4e63a50d2 100644 --- a/source/particles/hadrons/barions/include/G4XiMinus.hh +++ b/source/particles/hadrons/barions/include/G4XiMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4XiMinus.hh,v 1.7 2001/10/16 08:15:51 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4XiZero.hh b/source/particles/hadrons/barions/include/G4XiZero.hh index 357d57cb33..78ddb5d211 100644 --- a/source/particles/hadrons/barions/include/G4XiZero.hh +++ b/source/particles/hadrons/barions/include/G4XiZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4XiZero.hh,v 1.10 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4XicPlus.hh b/source/particles/hadrons/barions/include/G4XicPlus.hh index 39220ba1b2..260cd81b6a 100644 --- a/source/particles/hadrons/barions/include/G4XicPlus.hh +++ b/source/particles/hadrons/barions/include/G4XicPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4XicPlus.hh,v 1.6 2001/10/15 10:09:29 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/include/G4XicZero.hh b/source/particles/hadrons/barions/include/G4XicZero.hh index 2edfc2bc3b..fd96e6aea0 100644 --- a/source/particles/hadrons/barions/include/G4XicZero.hh +++ b/source/particles/hadrons/barions/include/G4XicZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4XicZero.hh,v 1.9 2002/12/16 11:15:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/barions/src/G4AntiLambda.cc b/source/particles/hadrons/barions/src/G4AntiLambda.cc index 0354c85d3e..1fecb8ad2a 100644 --- a/source/particles/hadrons/barions/src/G4AntiLambda.cc +++ b/source/particles/hadrons/barions/src/G4AntiLambda.cc @@ -22,7 +22,7 @@ // // // $Id: G4AntiLambda.cc,v 1.14 2003/06/16 16:56:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4AntiLambdacPlus.cc b/source/particles/hadrons/barions/src/G4AntiLambdacPlus.cc index f022582490..e98e93ecda 100644 --- a/source/particles/hadrons/barions/src/G4AntiLambdacPlus.cc +++ b/source/particles/hadrons/barions/src/G4AntiLambdacPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiLambdacPlus.cc,v 1.8 2003/06/16 16:56:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiLambdacPlus.cc,v 1.9 2004/02/13 05:53:34 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -76,7 +76,7 @@ G4AntiLambdacPlus::G4AntiLambdacPlus( // stable lifetime decay table G4AntiLambdacPlus G4AntiLambdacPlus::theAntiLambdacPlus( - "anti_lambda_c+", 2.2849*GeV, 3.19e-9*MeV, -1.*eplus, + "anti_lambda_c+", 2.2849*GeV, 3.30e-9*MeV, -1.*eplus, 1, +1, 0, 0, 0, 0, "baryon", 0, +1, -4122, diff --git a/source/particles/hadrons/barions/src/G4AntiNeutron.cc b/source/particles/hadrons/barions/src/G4AntiNeutron.cc index 0eb0e37135..23c646b3a0 100644 --- a/source/particles/hadrons/barions/src/G4AntiNeutron.cc +++ b/source/particles/hadrons/barions/src/G4AntiNeutron.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiNeutron.cc,v 1.13 2003/06/16 16:56:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiNeutron.cc,v 1.14 2004/02/13 05:53:34 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -70,7 +70,7 @@ G4AntiNeutron::G4AntiNeutron( // stable lifetime decay table // G4AntiNeutron G4AntiNeutron::theAntiNeutron( - "anti_neutron", 0.93956563*GeV, 0.0*MeV, 0.0, + "anti_neutron", 0.93956563*GeV, 7.432e-28*GeV, 0.0, 1, +1, 0, 1, +1, 0, "baryon", 0, -1, -2112, diff --git a/source/particles/hadrons/barions/src/G4AntiOmegaMinus.cc b/source/particles/hadrons/barions/src/G4AntiOmegaMinus.cc index 6c7bf40519..dfc55cff70 100644 --- a/source/particles/hadrons/barions/src/G4AntiOmegaMinus.cc +++ b/source/particles/hadrons/barions/src/G4AntiOmegaMinus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiOmegaMinus.cc,v 1.9 2003/06/16 16:56:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiOmegaMinus.cc,v 1.10 2004/02/13 05:53:34 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -93,7 +93,7 @@ G4AntiOmegaMinus::G4AntiOmegaMinus( // stable lifetime decay table G4AntiOmegaMinus G4AntiOmegaMinus::theAntiOmegaMinus( - "anti_omega-", 1.67245*GeV, 8.01e-12*MeV, eplus, + "anti_omega-", 1.67245*GeV, 8.02e-12*MeV, eplus, 3, +1, 0, 0, 0, 0, "baryon", 0, -1, -3334, diff --git a/source/particles/hadrons/barions/src/G4AntiOmegacZero.cc b/source/particles/hadrons/barions/src/G4AntiOmegacZero.cc index b5d1b012b9..63421bbeea 100644 --- a/source/particles/hadrons/barions/src/G4AntiOmegacZero.cc +++ b/source/particles/hadrons/barions/src/G4AntiOmegacZero.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiOmegacZero.cc,v 1.13 2003/06/16 16:56:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiOmegacZero.cc,v 1.14 2004/02/13 05:53:34 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -76,7 +76,7 @@ G4AntiOmegacZero::G4AntiOmegacZero( // stable lifetime decay table G4AntiOmegacZero G4AntiOmegacZero::theAntiOmegacZero( - "anti_omega_c0", 2.704*GeV, 1.02e-8*MeV, 0.*eplus, + "anti_omega_c0", 2.6975*GeV, 1.02e-8*MeV, 0.*eplus, 1, +1, 0, 0, 0, 0, "baryon", 0, -1, -4332, diff --git a/source/particles/hadrons/barions/src/G4AntiProton.cc b/source/particles/hadrons/barions/src/G4AntiProton.cc index 81aea177eb..0b56e4329c 100644 --- a/source/particles/hadrons/barions/src/G4AntiProton.cc +++ b/source/particles/hadrons/barions/src/G4AntiProton.cc @@ -22,7 +22,7 @@ // // // $Id: G4AntiProton.cc,v 1.8 2003/06/16 16:56:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4AntiSigmaMinus.cc b/source/particles/hadrons/barions/src/G4AntiSigmaMinus.cc index 23710b8a42..aac37928cc 100644 --- a/source/particles/hadrons/barions/src/G4AntiSigmaMinus.cc +++ b/source/particles/hadrons/barions/src/G4AntiSigmaMinus.cc @@ -22,7 +22,7 @@ // // // $Id: G4AntiSigmaMinus.cc,v 1.10 2003/06/16 16:56:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4AntiSigmaPlus.cc b/source/particles/hadrons/barions/src/G4AntiSigmaPlus.cc index a680648b75..535783565b 100644 --- a/source/particles/hadrons/barions/src/G4AntiSigmaPlus.cc +++ b/source/particles/hadrons/barions/src/G4AntiSigmaPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiSigmaPlus.cc,v 1.9 2003/06/16 16:56:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiSigmaPlus.cc,v 1.10 2004/02/13 05:53:34 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -91,7 +91,7 @@ G4AntiSigmaPlus::G4AntiSigmaPlus( // stable lifetime decay table G4AntiSigmaPlus G4AntiSigmaPlus::theAntiSigmaPlus( - "anti_sigma+", 1.18937*GeV, 8.24e-12*MeV, -1.*eplus, + "anti_sigma+", 1.18937*GeV, 8.209e-12*MeV, -1.*eplus, 1, +1, 0, 2, -2, 0, "baryon", 0, -1, -3222, diff --git a/source/particles/hadrons/barions/src/G4AntiSigmaZero.cc b/source/particles/hadrons/barions/src/G4AntiSigmaZero.cc index 1e4007f297..3d67e7371a 100644 --- a/source/particles/hadrons/barions/src/G4AntiSigmaZero.cc +++ b/source/particles/hadrons/barions/src/G4AntiSigmaZero.cc @@ -22,7 +22,7 @@ // // // $Id: G4AntiSigmaZero.cc,v 1.14 2003/06/16 16:56:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4AntiSigmacPlus.cc b/source/particles/hadrons/barions/src/G4AntiSigmacPlus.cc index 715b1441a2..8973bd1bd5 100644 --- a/source/particles/hadrons/barions/src/G4AntiSigmacPlus.cc +++ b/source/particles/hadrons/barions/src/G4AntiSigmacPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiSigmacPlus.cc,v 1.7 2003/06/16 16:56:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiSigmacPlus.cc,v 1.8 2004/02/13 05:53:34 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -90,7 +90,7 @@ G4AntiSigmacPlus::G4AntiSigmacPlus( // stable lifetime decay table G4AntiSigmacPlus G4AntiSigmacPlus::theAntiSigmacPlus( - "anti_sigma_c+", 2.4535*GeV, 0.0*MeV, -1.0*eplus, + "anti_sigma_c+", 2.4513*GeV, 2.0*MeV, -1.0*eplus, 1, +1, 0, 2, -1, 0, "baryon", 0, -1, -4212, diff --git a/source/particles/hadrons/barions/src/G4AntiSigmacPlusPlus.cc b/source/particles/hadrons/barions/src/G4AntiSigmacPlusPlus.cc index 1b2c0ae4f9..202f9929a6 100644 --- a/source/particles/hadrons/barions/src/G4AntiSigmacPlusPlus.cc +++ b/source/particles/hadrons/barions/src/G4AntiSigmacPlusPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiSigmacPlusPlus.cc,v 1.7 2003/06/16 16:56:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiSigmacPlusPlus.cc,v 1.8 2004/02/13 05:53:34 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -90,7 +90,7 @@ G4AntiSigmacPlusPlus::G4AntiSigmacPlusPlus( // stable lifetime decay table G4AntiSigmacPlusPlus G4AntiSigmacPlusPlus::theAntiSigmacPlusPlus( - "anti_sigma_c++", 2.4529*GeV, 0.0*MeV, -2.0*eplus, + "anti_sigma_c++", 2.4526*GeV, 2.0*MeV, -2.0*eplus, 1, +1, 0, 2, -2, 0, "baryon", 0, -1, -4222, diff --git a/source/particles/hadrons/barions/src/G4AntiSigmacZero.cc b/source/particles/hadrons/barions/src/G4AntiSigmacZero.cc index 7b70f8c97e..747268d5ae 100644 --- a/source/particles/hadrons/barions/src/G4AntiSigmacZero.cc +++ b/source/particles/hadrons/barions/src/G4AntiSigmacZero.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiSigmacZero.cc,v 1.12 2003/06/16 16:57:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiSigmacZero.cc,v 1.13 2004/02/13 05:53:35 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -90,7 +90,7 @@ G4AntiSigmacZero::G4AntiSigmacZero( // stable lifetime decay table G4AntiSigmacZero G4AntiSigmacZero::theAntiSigmacZero( - "anti_sigma_c0", 2.4521*GeV, 0.0*MeV, +0.0*eplus, + "anti_sigma_c0", 2.4521*GeV, 1.5*MeV, +0.0*eplus, 1, +1, 0, 2, 0, 0, "baryon", 0, -1, -4112, diff --git a/source/particles/hadrons/barions/src/G4AntiXiMinus.cc b/source/particles/hadrons/barions/src/G4AntiXiMinus.cc index b35a05a5c7..490175d511 100644 --- a/source/particles/hadrons/barions/src/G4AntiXiMinus.cc +++ b/source/particles/hadrons/barions/src/G4AntiXiMinus.cc @@ -22,7 +22,7 @@ // // // $Id: G4AntiXiMinus.cc,v 1.9 2003/06/16 16:57:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4AntiXiZero.cc b/source/particles/hadrons/barions/src/G4AntiXiZero.cc index 493118b1d1..4eae196da4 100644 --- a/source/particles/hadrons/barions/src/G4AntiXiZero.cc +++ b/source/particles/hadrons/barions/src/G4AntiXiZero.cc @@ -22,7 +22,7 @@ // // // $Id: G4AntiXiZero.cc,v 1.14 2003/06/16 16:57:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4AntiXicPlus.cc b/source/particles/hadrons/barions/src/G4AntiXicPlus.cc index 6fc5e6f471..1f169f873f 100644 --- a/source/particles/hadrons/barions/src/G4AntiXicPlus.cc +++ b/source/particles/hadrons/barions/src/G4AntiXicPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiXicPlus.cc,v 1.8 2003/06/16 16:57:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiXicPlus.cc,v 1.9 2004/02/13 05:53:35 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -77,7 +77,7 @@ G4AntiXicPlus::G4AntiXicPlus( // stable lifetime decay table G4AntiXicPlus G4AntiXicPlus::theAntiXicPlus( - "anti_xi_c+", 2.4656*GeV, 1.86e-9*MeV, -1.*eplus, + "anti_xi_c+", 2.4663*GeV, 1.49e-9*MeV, -1.*eplus, 1, +1, 0, 1, -1, 0, "baryon", 0, -1, -4232, diff --git a/source/particles/hadrons/barions/src/G4AntiXicZero.cc b/source/particles/hadrons/barions/src/G4AntiXicZero.cc index dd69a71340..06078d5e9e 100644 --- a/source/particles/hadrons/barions/src/G4AntiXicZero.cc +++ b/source/particles/hadrons/barions/src/G4AntiXicZero.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiXicZero.cc,v 1.13 2003/06/16 16:57:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiXicZero.cc,v 1.14 2004/02/13 05:53:35 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -77,7 +77,7 @@ G4AntiXicZero::G4AntiXicZero( // stable lifetime decay table G4AntiXicZero G4AntiXicZero::theAntiXicZero( - "anti_xi_c0", 2.4703*GeV, 6.7e-9*MeV, 0.0, + "anti_xi_c0", 2.4718*GeV, 6.7e-9*MeV, 0.0, 1, +1, 0, 1, +1, 0, "baryon", 0, -1, -4132, diff --git a/source/particles/hadrons/barions/src/G4BaryonConstructor.cc b/source/particles/hadrons/barions/src/G4BaryonConstructor.cc index 275edc7a7b..ef2e7acf29 100644 --- a/source/particles/hadrons/barions/src/G4BaryonConstructor.cc +++ b/source/particles/hadrons/barions/src/G4BaryonConstructor.cc @@ -22,7 +22,7 @@ // // // $Id: G4BaryonConstructor.cc,v 1.3 2001/07/11 10:01:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4Lambda.cc b/source/particles/hadrons/barions/src/G4Lambda.cc index f47100f4ff..dc3132fae9 100644 --- a/source/particles/hadrons/barions/src/G4Lambda.cc +++ b/source/particles/hadrons/barions/src/G4Lambda.cc @@ -22,7 +22,7 @@ // // // $Id: G4Lambda.cc,v 1.14 2003/06/16 16:57:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4LambdacPlus.cc b/source/particles/hadrons/barions/src/G4LambdacPlus.cc index 7a4e3e56ef..3552194719 100644 --- a/source/particles/hadrons/barions/src/G4LambdacPlus.cc +++ b/source/particles/hadrons/barions/src/G4LambdacPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4LambdacPlus.cc,v 1.8 2003/06/16 16:57:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4LambdacPlus.cc,v 1.9 2004/02/13 05:53:35 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -76,7 +76,7 @@ G4LambdacPlus::G4LambdacPlus( // stable lifetime decay table G4LambdacPlus G4LambdacPlus::theLambdacPlus( - "lambda_c+", 2.2849*GeV, 3.19e-9*MeV, +1.*eplus, + "lambda_c+", 2.2849*GeV, 3.30e-9*MeV, +1.*eplus, 1, +1, 0, 0, 0, 0, "baryon", 0, +1, 4122, diff --git a/source/particles/hadrons/barions/src/G4Neutron.cc b/source/particles/hadrons/barions/src/G4Neutron.cc index 34f50312df..fc8cbaa48a 100644 --- a/source/particles/hadrons/barions/src/G4Neutron.cc +++ b/source/particles/hadrons/barions/src/G4Neutron.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4Neutron.cc,v 1.15 2003/06/16 16:57:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Neutron.cc,v 1.16 2004/02/13 05:53:35 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -84,7 +84,7 @@ G4Neutron::G4Neutron( // stable lifetime decay table G4Neutron G4Neutron::theNeutron( - "neutron", 0.93956563*GeV, 0.0*MeV, 0.0, + "neutron", 0.93956563*GeV, 7.432e-28*GeV, 0.0, 1, +1, 0, 1, -1, 0, "baryon", 0, +1, 2112, diff --git a/source/particles/hadrons/barions/src/G4OmegaMinus.cc b/source/particles/hadrons/barions/src/G4OmegaMinus.cc index 9a5a13c118..be79e97023 100644 --- a/source/particles/hadrons/barions/src/G4OmegaMinus.cc +++ b/source/particles/hadrons/barions/src/G4OmegaMinus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4OmegaMinus.cc,v 1.9 2003/06/16 16:57:08 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4OmegaMinus.cc,v 1.10 2004/02/13 05:53:35 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -93,7 +93,7 @@ G4OmegaMinus::G4OmegaMinus( // stable lifetime decay table G4OmegaMinus G4OmegaMinus::theOmegaMinus( - "omega-", 1.67245*GeV, 8.01e-12*MeV, -1*eplus, + "omega-", 1.67245*GeV, 8.02e-12*MeV, -1*eplus, 3, +1, 0, 0, 0, 0, "baryon", 0, +1, 3334, diff --git a/source/particles/hadrons/barions/src/G4OmegacZero.cc b/source/particles/hadrons/barions/src/G4OmegacZero.cc index 575eec41b0..382b9b9c36 100644 --- a/source/particles/hadrons/barions/src/G4OmegacZero.cc +++ b/source/particles/hadrons/barions/src/G4OmegacZero.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4OmegacZero.cc,v 1.13 2003/06/16 16:57:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4OmegacZero.cc,v 1.14 2004/02/13 05:53:35 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -76,7 +76,7 @@ G4OmegacZero::G4OmegacZero( // stable lifetime decay table G4OmegacZero G4OmegacZero::theOmegacZero( - "omega_c0", 2.704*GeV, 1.02e-8*MeV, 0.*eplus, + "omega_c0", 2.6975*GeV, 1.02e-8*MeV, 0.*eplus, 1, +1, 0, 0, 0, 0, "baryon", 0, +1, 4332, @@ -87,3 +87,11 @@ G4OmegacZero* G4OmegacZero::OmegacZeroDefinition(){return &theOmegacZero;} G4OmegacZero* G4OmegacZero::OmegacZero(){return &theOmegacZero;} + + + + + + + + diff --git a/source/particles/hadrons/barions/src/G4Proton.cc b/source/particles/hadrons/barions/src/G4Proton.cc index f2ff7f7c96..75e8d9db05 100644 --- a/source/particles/hadrons/barions/src/G4Proton.cc +++ b/source/particles/hadrons/barions/src/G4Proton.cc @@ -22,7 +22,7 @@ // // // $Id: G4Proton.cc,v 1.8 2003/06/16 16:57:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4SigmaMinus.cc b/source/particles/hadrons/barions/src/G4SigmaMinus.cc index ac5fd50632..7ff0f505e9 100644 --- a/source/particles/hadrons/barions/src/G4SigmaMinus.cc +++ b/source/particles/hadrons/barions/src/G4SigmaMinus.cc @@ -22,7 +22,7 @@ // // // $Id: G4SigmaMinus.cc,v 1.9 2003/06/16 16:57:11 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4SigmaPlus.cc b/source/particles/hadrons/barions/src/G4SigmaPlus.cc index f842b927b1..fcc0e552c7 100644 --- a/source/particles/hadrons/barions/src/G4SigmaPlus.cc +++ b/source/particles/hadrons/barions/src/G4SigmaPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4SigmaPlus.cc,v 1.9 2003/06/16 16:57:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4SigmaPlus.cc,v 1.10 2004/02/13 05:53:35 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -91,7 +91,7 @@ G4SigmaPlus::G4SigmaPlus( // stable lifetime decay table G4SigmaPlus G4SigmaPlus::theSigmaPlus( - "sigma+", 1.18937*GeV, 8.24e-12*MeV, eplus, + "sigma+", 1.18937*GeV, 8.209e-12*MeV, eplus, 1, +1, 0, 2, +2, 0, "baryon", 0, +1, 3222, diff --git a/source/particles/hadrons/barions/src/G4SigmaZero.cc b/source/particles/hadrons/barions/src/G4SigmaZero.cc index 7a30ef987e..84ef2bf39f 100644 --- a/source/particles/hadrons/barions/src/G4SigmaZero.cc +++ b/source/particles/hadrons/barions/src/G4SigmaZero.cc @@ -22,7 +22,7 @@ // // // $Id: G4SigmaZero.cc,v 1.14 2003/06/16 16:57:13 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4SigmacPlus.cc b/source/particles/hadrons/barions/src/G4SigmacPlus.cc index 5f551ef472..628e3908e8 100644 --- a/source/particles/hadrons/barions/src/G4SigmacPlus.cc +++ b/source/particles/hadrons/barions/src/G4SigmacPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4SigmacPlus.cc,v 1.7 2003/06/16 16:57:14 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4SigmacPlus.cc,v 1.8 2004/02/13 05:53:36 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -90,7 +90,7 @@ G4SigmacPlus::G4SigmacPlus( // stable lifetime decay table G4SigmacPlus G4SigmacPlus::theSigmacPlus( - "sigma_c+", 2.4535*GeV, 0.0*MeV, +1.0*eplus, + "sigma_c+", 2.4513*GeV, 2.0*MeV, +1.0*eplus, 1, +1, 0, 2, +1, 0, "baryon", 0, +1, 4212, diff --git a/source/particles/hadrons/barions/src/G4SigmacPlusPlus.cc b/source/particles/hadrons/barions/src/G4SigmacPlusPlus.cc index a86c4c05ee..8950c51e44 100644 --- a/source/particles/hadrons/barions/src/G4SigmacPlusPlus.cc +++ b/source/particles/hadrons/barions/src/G4SigmacPlusPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4SigmacPlusPlus.cc,v 1.7 2003/06/16 16:57:15 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4SigmacPlusPlus.cc,v 1.8 2004/02/13 05:53:36 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -90,7 +90,7 @@ G4SigmacPlusPlus::G4SigmacPlusPlus( // stable lifetime decay table G4SigmacPlusPlus G4SigmacPlusPlus::theSigmacPlusPlus( - "sigma_c++", 2.4529*GeV, 0.0*MeV, +2.0*eplus, + "sigma_c++", 2.4526*GeV, 2.0*MeV, +2.0*eplus, 1, +1, 0, 2, +2, 0, "baryon", 0, +1, 4222, diff --git a/source/particles/hadrons/barions/src/G4SigmacZero.cc b/source/particles/hadrons/barions/src/G4SigmacZero.cc index c1fccc246b..01e9e5477c 100644 --- a/source/particles/hadrons/barions/src/G4SigmacZero.cc +++ b/source/particles/hadrons/barions/src/G4SigmacZero.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4SigmacZero.cc,v 1.12 2003/06/16 16:57:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4SigmacZero.cc,v 1.13 2004/02/13 05:53:36 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -90,7 +90,7 @@ G4SigmacZero::G4SigmacZero( // stable lifetime decay table G4SigmacZero G4SigmacZero::theSigmacZero( - "sigma_c0", 2.4521*GeV, 0.0*MeV, +0.0*eplus, + "sigma_c0", 2.4521*GeV, 1.5*MeV, +0.0*eplus, 1, +1, 0, 2, 0, 0, "baryon", 0, +1, 4112, diff --git a/source/particles/hadrons/barions/src/G4VBaryon.cc b/source/particles/hadrons/barions/src/G4VBaryon.cc index ca8954d789..fb80a45f31 100644 --- a/source/particles/hadrons/barions/src/G4VBaryon.cc +++ b/source/particles/hadrons/barions/src/G4VBaryon.cc @@ -22,7 +22,7 @@ // // // $Id: G4VBaryon.cc,v 1.3 2001/07/11 10:01:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4XiMinus.cc b/source/particles/hadrons/barions/src/G4XiMinus.cc index 2700fb0d9c..b39dba637a 100644 --- a/source/particles/hadrons/barions/src/G4XiMinus.cc +++ b/source/particles/hadrons/barions/src/G4XiMinus.cc @@ -22,7 +22,7 @@ // // // $Id: G4XiMinus.cc,v 1.9 2003/06/16 16:57:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4XiZero.cc b/source/particles/hadrons/barions/src/G4XiZero.cc index ab9eeded2c..193c0d5515 100644 --- a/source/particles/hadrons/barions/src/G4XiZero.cc +++ b/source/particles/hadrons/barions/src/G4XiZero.cc @@ -22,7 +22,7 @@ // // // $Id: G4XiZero.cc,v 1.14 2003/06/16 16:57:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/barions/src/G4XicPlus.cc b/source/particles/hadrons/barions/src/G4XicPlus.cc index de0a310967..c6d5a9b764 100644 --- a/source/particles/hadrons/barions/src/G4XicPlus.cc +++ b/source/particles/hadrons/barions/src/G4XicPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4XicPlus.cc,v 1.8 2003/06/16 16:57:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4XicPlus.cc,v 1.9 2004/02/13 05:53:36 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -77,7 +77,7 @@ G4XicPlus::G4XicPlus( // stable lifetime decay table G4XicPlus G4XicPlus::theXicPlus( - "xi_c+", 2.4656*GeV, 1.86e-9*MeV, +1.*eplus, + "xi_c+", 2.4663*GeV, 1.49e-9*MeV, +1.*eplus, 1, +1, 0, 1, +1, 0, "baryon", 0, +1, 4232, diff --git a/source/particles/hadrons/barions/src/G4XicZero.cc b/source/particles/hadrons/barions/src/G4XicZero.cc index bb0125b56e..603c9ffe91 100644 --- a/source/particles/hadrons/barions/src/G4XicZero.cc +++ b/source/particles/hadrons/barions/src/G4XicZero.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4XicZero.cc,v 1.13 2003/06/16 16:57:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4XicZero.cc,v 1.14 2004/02/13 05:53:36 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -77,7 +77,7 @@ G4XicZero::G4XicZero( // stable lifetime decay table G4XicZero G4XicZero::theXicZero( - "xi_c0", 2.4703*GeV, 6.7e-9*MeV, 0.0, + "xi_c0", 2.4718*GeV, 6.7e-9*MeV, 0.0, 1, +1, 0, 1, -1, 0, "baryon", 0, +1, 4132, diff --git a/source/particles/hadrons/ions/include/G4Alpha.hh b/source/particles/hadrons/ions/include/G4Alpha.hh index 8ac31e153e..95c80c5e4a 100644 --- a/source/particles/hadrons/ions/include/G4Alpha.hh +++ b/source/particles/hadrons/ions/include/G4Alpha.hh @@ -22,7 +22,7 @@ // // // $Id: G4Alpha.hh,v 1.7 2001/10/16 08:16:05 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/ions/include/G4Deuteron.hh b/source/particles/hadrons/ions/include/G4Deuteron.hh index 4b6baabe8e..6429726333 100644 --- a/source/particles/hadrons/ions/include/G4Deuteron.hh +++ b/source/particles/hadrons/ions/include/G4Deuteron.hh @@ -22,7 +22,7 @@ // // // $Id: G4Deuteron.hh,v 1.7 2001/10/16 08:16:05 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/ions/include/G4GenericIon.hh b/source/particles/hadrons/ions/include/G4GenericIon.hh index e60d2388ac..377ca7e1d6 100644 --- a/source/particles/hadrons/ions/include/G4GenericIon.hh +++ b/source/particles/hadrons/ions/include/G4GenericIon.hh @@ -22,7 +22,7 @@ // // // $Id: G4GenericIon.hh,v 1.7 2001/10/16 08:16:05 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/ions/include/G4He3.hh b/source/particles/hadrons/ions/include/G4He3.hh index a691987359..714d558189 100644 --- a/source/particles/hadrons/ions/include/G4He3.hh +++ b/source/particles/hadrons/ions/include/G4He3.hh @@ -22,7 +22,7 @@ // // // $Id: G4He3.hh,v 1.7 2001/10/16 08:16:06 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/ions/include/G4IonConstructor.hh b/source/particles/hadrons/ions/include/G4IonConstructor.hh index c481eb2839..7d3d6274af 100644 --- a/source/particles/hadrons/ions/include/G4IonConstructor.hh +++ b/source/particles/hadrons/ions/include/G4IonConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4IonConstructor.hh,v 1.3 2001/07/11 10:01:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/hadrons/ions/include/G4Triton.hh b/source/particles/hadrons/ions/include/G4Triton.hh index be5def6e68..ebd8816d4c 100644 --- a/source/particles/hadrons/ions/include/G4Triton.hh +++ b/source/particles/hadrons/ions/include/G4Triton.hh @@ -22,7 +22,7 @@ // // // $Id: G4Triton.hh,v 1.7 2001/10/16 08:16:06 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/ions/include/G4VIon.hh b/source/particles/hadrons/ions/include/G4VIon.hh index 3602df5fed..d0442ff0ea 100644 --- a/source/particles/hadrons/ions/include/G4VIon.hh +++ b/source/particles/hadrons/ions/include/G4VIon.hh @@ -22,7 +22,7 @@ // // // $Id: G4VIon.hh,v 1.5 2003/03/11 05:49:40 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/ions/src/G4Alpha.cc b/source/particles/hadrons/ions/src/G4Alpha.cc index acf1b69e68..ed9e3388cc 100644 --- a/source/particles/hadrons/ions/src/G4Alpha.cc +++ b/source/particles/hadrons/ions/src/G4Alpha.cc @@ -22,7 +22,7 @@ // // // $Id: G4Alpha.cc,v 1.8 2003/06/16 16:57:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/ions/src/G4Deuteron.cc b/source/particles/hadrons/ions/src/G4Deuteron.cc index dc9c0c743b..65ddfa6345 100644 --- a/source/particles/hadrons/ions/src/G4Deuteron.cc +++ b/source/particles/hadrons/ions/src/G4Deuteron.cc @@ -22,7 +22,7 @@ // // // $Id: G4Deuteron.cc,v 1.8 2003/06/16 16:57:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/ions/src/G4GenericIon.cc b/source/particles/hadrons/ions/src/G4GenericIon.cc index 03ecdc0880..c71b95c818 100644 --- a/source/particles/hadrons/ions/src/G4GenericIon.cc +++ b/source/particles/hadrons/ions/src/G4GenericIon.cc @@ -22,7 +22,7 @@ // // // $Id: G4GenericIon.cc,v 1.8 2003/06/16 16:57:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/ions/src/G4He3.cc b/source/particles/hadrons/ions/src/G4He3.cc index b02ca602ee..b9056dacff 100644 --- a/source/particles/hadrons/ions/src/G4He3.cc +++ b/source/particles/hadrons/ions/src/G4He3.cc @@ -22,7 +22,7 @@ // // // $Id: G4He3.cc,v 1.8 2003/06/16 16:57:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/ions/src/G4IonConstructor.cc b/source/particles/hadrons/ions/src/G4IonConstructor.cc index 550cdc2644..2a4a372f56 100644 --- a/source/particles/hadrons/ions/src/G4IonConstructor.cc +++ b/source/particles/hadrons/ions/src/G4IonConstructor.cc @@ -22,7 +22,7 @@ // // // $Id: G4IonConstructor.cc,v 1.3 2001/07/11 10:01:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/hadrons/ions/src/G4Triton.cc b/source/particles/hadrons/ions/src/G4Triton.cc index cde4a86933..6b1196fb69 100644 --- a/source/particles/hadrons/ions/src/G4Triton.cc +++ b/source/particles/hadrons/ions/src/G4Triton.cc @@ -22,7 +22,7 @@ // // // $Id: G4Triton.cc,v 1.8 2003/06/16 16:57:25 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/ions/src/G4VIon.cc b/source/particles/hadrons/ions/src/G4VIon.cc index 3c63632960..6573264a04 100644 --- a/source/particles/hadrons/ions/src/G4VIon.cc +++ b/source/particles/hadrons/ions/src/G4VIon.cc @@ -22,7 +22,7 @@ // // // $Id: G4VIon.cc,v 1.3 2001/07/11 10:01:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/hadrons/mesons/include/G4AntiBMesonZero.hh b/source/particles/hadrons/mesons/include/G4AntiBMesonZero.hh index 162127d536..1f3edd2c09 100644 --- a/source/particles/hadrons/mesons/include/G4AntiBMesonZero.hh +++ b/source/particles/hadrons/mesons/include/G4AntiBMesonZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiBMesonZero.hh,v 1.8 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4AntiBsMesonZero.hh b/source/particles/hadrons/mesons/include/G4AntiBsMesonZero.hh index 9fe46301c5..f2a70cb142 100644 --- a/source/particles/hadrons/mesons/include/G4AntiBsMesonZero.hh +++ b/source/particles/hadrons/mesons/include/G4AntiBsMesonZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiBsMesonZero.hh,v 1.8 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4AntiDMesonZero.hh b/source/particles/hadrons/mesons/include/G4AntiDMesonZero.hh index 45f4240036..9344df06c4 100644 --- a/source/particles/hadrons/mesons/include/G4AntiDMesonZero.hh +++ b/source/particles/hadrons/mesons/include/G4AntiDMesonZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiDMesonZero.hh,v 1.8 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4AntiKaonZero.hh b/source/particles/hadrons/mesons/include/G4AntiKaonZero.hh index 34a8c686a0..4a5ab64d69 100644 --- a/source/particles/hadrons/mesons/include/G4AntiKaonZero.hh +++ b/source/particles/hadrons/mesons/include/G4AntiKaonZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiKaonZero.hh,v 1.10 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4BMesonMinus.hh b/source/particles/hadrons/mesons/include/G4BMesonMinus.hh index 2c24dd8cd9..5f8a1db4bc 100644 --- a/source/particles/hadrons/mesons/include/G4BMesonMinus.hh +++ b/source/particles/hadrons/mesons/include/G4BMesonMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4BMesonMinus.hh,v 1.5 2001/10/15 10:06:12 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4BMesonPlus.hh b/source/particles/hadrons/mesons/include/G4BMesonPlus.hh index 22787a093a..16f372c322 100644 --- a/source/particles/hadrons/mesons/include/G4BMesonPlus.hh +++ b/source/particles/hadrons/mesons/include/G4BMesonPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4BMesonPlus.hh,v 1.5 2001/10/15 10:06:12 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4BMesonZero.hh b/source/particles/hadrons/mesons/include/G4BMesonZero.hh index 718597d162..1beb9050fb 100644 --- a/source/particles/hadrons/mesons/include/G4BMesonZero.hh +++ b/source/particles/hadrons/mesons/include/G4BMesonZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4BMesonZero.hh,v 1.8 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4BsMesonZero.hh b/source/particles/hadrons/mesons/include/G4BsMesonZero.hh index cc07cebdfa..1bd0ce9926 100644 --- a/source/particles/hadrons/mesons/include/G4BsMesonZero.hh +++ b/source/particles/hadrons/mesons/include/G4BsMesonZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4BsMesonZero.hh,v 1.8 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4DMesonMinus.hh b/source/particles/hadrons/mesons/include/G4DMesonMinus.hh index 8068dbdb30..4a0799b64e 100644 --- a/source/particles/hadrons/mesons/include/G4DMesonMinus.hh +++ b/source/particles/hadrons/mesons/include/G4DMesonMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4DMesonMinus.hh,v 1.5 2001/10/15 10:06:12 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4DMesonPlus.hh b/source/particles/hadrons/mesons/include/G4DMesonPlus.hh index ceee63e291..61d82fc641 100644 --- a/source/particles/hadrons/mesons/include/G4DMesonPlus.hh +++ b/source/particles/hadrons/mesons/include/G4DMesonPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4DMesonPlus.hh,v 1.5 2001/10/15 10:06:12 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4DMesonZero.hh b/source/particles/hadrons/mesons/include/G4DMesonZero.hh index 480c195388..8b886b20a9 100644 --- a/source/particles/hadrons/mesons/include/G4DMesonZero.hh +++ b/source/particles/hadrons/mesons/include/G4DMesonZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4DMesonZero.hh,v 1.8 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4DsMesonMinus.hh b/source/particles/hadrons/mesons/include/G4DsMesonMinus.hh index dd2cd7dbf8..1bc4150597 100644 --- a/source/particles/hadrons/mesons/include/G4DsMesonMinus.hh +++ b/source/particles/hadrons/mesons/include/G4DsMesonMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4DsMesonMinus.hh,v 1.5 2001/10/15 10:06:13 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4DsMesonPlus.hh b/source/particles/hadrons/mesons/include/G4DsMesonPlus.hh index 8f34a35cb7..699a7159d4 100644 --- a/source/particles/hadrons/mesons/include/G4DsMesonPlus.hh +++ b/source/particles/hadrons/mesons/include/G4DsMesonPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4DsMesonPlus.hh,v 1.5 2001/10/15 10:06:13 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4Eta.hh b/source/particles/hadrons/mesons/include/G4Eta.hh index f17e328d88..cb3e8d8665 100644 --- a/source/particles/hadrons/mesons/include/G4Eta.hh +++ b/source/particles/hadrons/mesons/include/G4Eta.hh @@ -22,7 +22,7 @@ // // // $Id: G4Eta.hh,v 1.9 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4EtaPrime.hh b/source/particles/hadrons/mesons/include/G4EtaPrime.hh index 347d609083..35280cc5e7 100644 --- a/source/particles/hadrons/mesons/include/G4EtaPrime.hh +++ b/source/particles/hadrons/mesons/include/G4EtaPrime.hh @@ -22,7 +22,7 @@ // // // $Id: G4EtaPrime.hh,v 1.9 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4JPsi.hh b/source/particles/hadrons/mesons/include/G4JPsi.hh index 0f1d3952b4..9093f8a0cf 100644 --- a/source/particles/hadrons/mesons/include/G4JPsi.hh +++ b/source/particles/hadrons/mesons/include/G4JPsi.hh @@ -22,7 +22,7 @@ // // // $Id: G4JPsi.hh,v 1.8 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4KaonMinus.hh b/source/particles/hadrons/mesons/include/G4KaonMinus.hh index 8e4da9bd06..75da13a5d3 100644 --- a/source/particles/hadrons/mesons/include/G4KaonMinus.hh +++ b/source/particles/hadrons/mesons/include/G4KaonMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4KaonMinus.hh,v 1.7 2001/10/16 08:16:09 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4KaonPlus.hh b/source/particles/hadrons/mesons/include/G4KaonPlus.hh index d32484b7eb..a6a029c7a8 100644 --- a/source/particles/hadrons/mesons/include/G4KaonPlus.hh +++ b/source/particles/hadrons/mesons/include/G4KaonPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4KaonPlus.hh,v 1.7 2001/10/16 08:16:09 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4KaonZero.hh b/source/particles/hadrons/mesons/include/G4KaonZero.hh index 2b71d1fae5..d030948e30 100644 --- a/source/particles/hadrons/mesons/include/G4KaonZero.hh +++ b/source/particles/hadrons/mesons/include/G4KaonZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4KaonZero.hh,v 1.10 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4KaonZeroLong.hh b/source/particles/hadrons/mesons/include/G4KaonZeroLong.hh index f048592089..8b9a7435a7 100644 --- a/source/particles/hadrons/mesons/include/G4KaonZeroLong.hh +++ b/source/particles/hadrons/mesons/include/G4KaonZeroLong.hh @@ -22,7 +22,7 @@ // // // $Id: G4KaonZeroLong.hh,v 1.9 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4KaonZeroShort.hh b/source/particles/hadrons/mesons/include/G4KaonZeroShort.hh index eac6bae9fe..16e18ad08b 100644 --- a/source/particles/hadrons/mesons/include/G4KaonZeroShort.hh +++ b/source/particles/hadrons/mesons/include/G4KaonZeroShort.hh @@ -22,7 +22,7 @@ // // // $Id: G4KaonZeroShort.hh,v 1.9 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4MesonConstructor.hh b/source/particles/hadrons/mesons/include/G4MesonConstructor.hh index 0e95b85b0e..f0adf20f8f 100644 --- a/source/particles/hadrons/mesons/include/G4MesonConstructor.hh +++ b/source/particles/hadrons/mesons/include/G4MesonConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4MesonConstructor.hh,v 1.3 2001/07/11 10:01:47 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/hadrons/mesons/include/G4PionMinus.hh b/source/particles/hadrons/mesons/include/G4PionMinus.hh index 6880728cda..7623535d86 100644 --- a/source/particles/hadrons/mesons/include/G4PionMinus.hh +++ b/source/particles/hadrons/mesons/include/G4PionMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4PionMinus.hh,v 1.7 2001/10/16 08:16:10 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4PionPlus.hh b/source/particles/hadrons/mesons/include/G4PionPlus.hh index 87e0bae363..008bd03d15 100644 --- a/source/particles/hadrons/mesons/include/G4PionPlus.hh +++ b/source/particles/hadrons/mesons/include/G4PionPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4PionPlus.hh,v 1.7 2001/10/16 08:16:10 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4PionZero.hh b/source/particles/hadrons/mesons/include/G4PionZero.hh index 9d3f59f7e3..2f1d976000 100644 --- a/source/particles/hadrons/mesons/include/G4PionZero.hh +++ b/source/particles/hadrons/mesons/include/G4PionZero.hh @@ -22,7 +22,7 @@ // // // $Id: G4PionZero.hh,v 1.10 2002/12/16 11:15:39 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/include/G4VMeson.hh b/source/particles/hadrons/mesons/include/G4VMeson.hh index e080fc1731..d34ecee580 100644 --- a/source/particles/hadrons/mesons/include/G4VMeson.hh +++ b/source/particles/hadrons/mesons/include/G4VMeson.hh @@ -22,7 +22,7 @@ // // // $Id: G4VMeson.hh,v 1.4 2003/03/11 05:49:40 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/hadrons/mesons/src/G4AntiBMesonZero.cc b/source/particles/hadrons/mesons/src/G4AntiBMesonZero.cc index 5b9079f982..7268f8b379 100644 --- a/source/particles/hadrons/mesons/src/G4AntiBMesonZero.cc +++ b/source/particles/hadrons/mesons/src/G4AntiBMesonZero.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiBMesonZero.cc,v 1.12 2003/06/16 16:57:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiBMesonZero.cc,v 1.13 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -74,7 +74,7 @@ G4AntiBMesonZero::G4AntiBMesonZero( // In this version, charged pions are set to stable G4AntiBMesonZero G4AntiBMesonZero::theAntiBMesonZero( - "anti_B0", 5.2792*GeV, 4.22e-10*MeV, 0., + "anti_B0", 5.2792*GeV, 4.27e-10*MeV, 0., 0, -1, 0, 1, +1, 0, "meson", 0, 0, -511, diff --git a/source/particles/hadrons/mesons/src/G4AntiBsMesonZero.cc b/source/particles/hadrons/mesons/src/G4AntiBsMesonZero.cc index a973327ac7..1a1ffe69f7 100644 --- a/source/particles/hadrons/mesons/src/G4AntiBsMesonZero.cc +++ b/source/particles/hadrons/mesons/src/G4AntiBsMesonZero.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiBsMesonZero.cc,v 1.12 2003/06/16 16:57:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiBsMesonZero.cc,v 1.13 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -74,7 +74,7 @@ G4AntiBsMesonZero::G4AntiBsMesonZero( // In this version, charged pions are set to stable G4AntiBsMesonZero G4AntiBsMesonZero::theAntiBsMesonZero( - "anti_Bs0", 5.3692*GeV, 4.27e-10*MeV, 0., + "anti_Bs0", 5.3692*GeV, 4.51e-10*MeV, 0., 0, -1, 0, 0, 0, 0, "meson", 0, 0, -531, diff --git a/source/particles/hadrons/mesons/src/G4AntiDMesonZero.cc b/source/particles/hadrons/mesons/src/G4AntiDMesonZero.cc index 9685691f8c..121661b370 100644 --- a/source/particles/hadrons/mesons/src/G4AntiDMesonZero.cc +++ b/source/particles/hadrons/mesons/src/G4AntiDMesonZero.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AntiDMesonZero.cc,v 1.12 2003/06/16 16:57:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AntiDMesonZero.cc,v 1.13 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -74,7 +74,7 @@ G4AntiDMesonZero::G4AntiDMesonZero( // In this version, charged pions are set to stable G4AntiDMesonZero G4AntiDMesonZero::theAntiDMesonZero( - "anti_D0", 1.8645*GeV, 1.586e-9*MeV, 0., + "anti_D0", 1.8645*GeV, 1.599e-9*MeV, 0., 0, -1, 0, 1, +1, 0, "meson", 0, 0, -421, diff --git a/source/particles/hadrons/mesons/src/G4AntiKaonZero.cc b/source/particles/hadrons/mesons/src/G4AntiKaonZero.cc index c38296451c..d270999888 100644 --- a/source/particles/hadrons/mesons/src/G4AntiKaonZero.cc +++ b/source/particles/hadrons/mesons/src/G4AntiKaonZero.cc @@ -22,7 +22,7 @@ // // // $Id: G4AntiKaonZero.cc,v 1.12 2003/06/16 16:57:29 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/mesons/src/G4BMesonMinus.cc b/source/particles/hadrons/mesons/src/G4BMesonMinus.cc index 1127ad6d74..78aa4f16f5 100644 --- a/source/particles/hadrons/mesons/src/G4BMesonMinus.cc +++ b/source/particles/hadrons/mesons/src/G4BMesonMinus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4BMesonMinus.cc,v 1.7 2003/06/16 16:57:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4BMesonMinus.cc,v 1.8 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -76,7 +76,7 @@ G4BMesonMinus::G4BMesonMinus( // In this version, charged pions are set to stable G4BMesonMinus G4BMesonMinus::theBMesonMinus ( - "B-", 5.2789*GeV, 3.99e-10*MeV, -1.*eplus, + "B-", 5.2789*GeV, 3.93e-10*MeV, -1.*eplus, 0, -1, 0, 1, -1, 0, "meson", 0, 0, -521, diff --git a/source/particles/hadrons/mesons/src/G4BMesonPlus.cc b/source/particles/hadrons/mesons/src/G4BMesonPlus.cc index e506d9f5dc..b9002591f9 100644 --- a/source/particles/hadrons/mesons/src/G4BMesonPlus.cc +++ b/source/particles/hadrons/mesons/src/G4BMesonPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4BMesonPlus.cc,v 1.7 2003/06/16 16:57:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4BMesonPlus.cc,v 1.8 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -75,7 +75,7 @@ G4BMesonPlus::G4BMesonPlus( // In this version, charged pions are set to stable G4BMesonPlus G4BMesonPlus::theBMesonPlus( - "B+", 5.2789*GeV, 3.99e-10*MeV, +1.*eplus, + "B+", 5.2789*GeV, 3.93e-10*MeV, +1.*eplus, 0, -1, 0, 1, +1, 0, "meson", 0, 0, 521, diff --git a/source/particles/hadrons/mesons/src/G4BMesonZero.cc b/source/particles/hadrons/mesons/src/G4BMesonZero.cc index 1b72174876..8d2b47e3f7 100644 --- a/source/particles/hadrons/mesons/src/G4BMesonZero.cc +++ b/source/particles/hadrons/mesons/src/G4BMesonZero.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4BMesonZero.cc,v 1.12 2003/06/16 16:57:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4BMesonZero.cc,v 1.13 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -75,7 +75,7 @@ G4BMesonZero::G4BMesonZero( // In this version, charged pions are set to stable G4BMesonZero G4BMesonZero::theBMesonZero( - "B0", 5.2792*GeV, 4.22e-10*MeV, 0., + "B0", 5.2792*GeV, 4.27e-10*MeV, 0., 0, -1, 0, 1, -1, 0, "meson", 0, 0, 511, diff --git a/source/particles/hadrons/mesons/src/G4BsMesonZero.cc b/source/particles/hadrons/mesons/src/G4BsMesonZero.cc index 3a972dc786..aa8b136b09 100644 --- a/source/particles/hadrons/mesons/src/G4BsMesonZero.cc +++ b/source/particles/hadrons/mesons/src/G4BsMesonZero.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4BsMesonZero.cc,v 1.12 2003/06/16 16:57:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4BsMesonZero.cc,v 1.13 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -74,7 +74,7 @@ G4BsMesonZero::G4BsMesonZero( // In this version, charged pions are set to stable G4BsMesonZero G4BsMesonZero::theBsMesonZero( - "Bs0", 5.3692*GeV, 4.27e-10*MeV, 0., + "Bs0", 5.3692*GeV, 4.51e-10*MeV, 0., 0, -1, 0, 0, 0, 0, "meson", 0, 0, 531, diff --git a/source/particles/hadrons/mesons/src/G4DMesonMinus.cc b/source/particles/hadrons/mesons/src/G4DMesonMinus.cc index 62364dc259..e635c2f7fa 100644 --- a/source/particles/hadrons/mesons/src/G4DMesonMinus.cc +++ b/source/particles/hadrons/mesons/src/G4DMesonMinus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4DMesonMinus.cc,v 1.7 2003/06/16 16:57:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4DMesonMinus.cc,v 1.8 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -76,7 +76,7 @@ G4DMesonMinus::G4DMesonMinus( // In this version, charged pions are set to stable G4DMesonMinus G4DMesonMinus::theDMesonMinus ( - "D-", 1.8693*GeV, 6.23e-10*MeV, -1.*eplus, + "D-", 1.8693*GeV, 6.26e-10*MeV, -1.*eplus, 0, -1, 0, 1, -1, 0, "meson", 0, 0, -411, diff --git a/source/particles/hadrons/mesons/src/G4DMesonPlus.cc b/source/particles/hadrons/mesons/src/G4DMesonPlus.cc index 9991c5e32b..18da0c1bdf 100644 --- a/source/particles/hadrons/mesons/src/G4DMesonPlus.cc +++ b/source/particles/hadrons/mesons/src/G4DMesonPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4DMesonPlus.cc,v 1.7 2003/06/16 16:57:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4DMesonPlus.cc,v 1.8 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -75,7 +75,7 @@ G4DMesonPlus::G4DMesonPlus( // In this version, charged pions are set to stable G4DMesonPlus G4DMesonPlus::theDMesonPlus( - "D+", 1.8693*GeV, 6.23e-10*MeV, +1.*eplus, + "D+", 1.8693*GeV, 6.26e-10*MeV, +1.*eplus, 0, -1, 0, 1, +1, 0, "meson", 0, 0, 411, diff --git a/source/particles/hadrons/mesons/src/G4DMesonZero.cc b/source/particles/hadrons/mesons/src/G4DMesonZero.cc index 251fb8ed00..66128aba91 100644 --- a/source/particles/hadrons/mesons/src/G4DMesonZero.cc +++ b/source/particles/hadrons/mesons/src/G4DMesonZero.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4DMesonZero.cc,v 1.12 2003/06/16 16:57:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4DMesonZero.cc,v 1.13 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -74,7 +74,7 @@ G4DMesonZero::G4DMesonZero( // In this version, charged pions are set to stable G4DMesonZero G4DMesonZero::theDMesonZero( - "D0", 1.8645*GeV, 1.586e-9*MeV, 0., + "D0", 1.8645*GeV, 1.599e-9*MeV, 0., 0, -1, 0, 1, -1, 0, "meson", 0, 0, 421, diff --git a/source/particles/hadrons/mesons/src/G4DsMesonMinus.cc b/source/particles/hadrons/mesons/src/G4DsMesonMinus.cc index a6ddc3d105..2949c6b39f 100644 --- a/source/particles/hadrons/mesons/src/G4DsMesonMinus.cc +++ b/source/particles/hadrons/mesons/src/G4DsMesonMinus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4DsMesonMinus.cc,v 1.7 2003/06/16 16:57:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4DsMesonMinus.cc,v 1.8 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -75,7 +75,7 @@ G4DsMesonMinus::G4DsMesonMinus( // In this version, charged pions are set to stable G4DsMesonMinus G4DsMesonMinus::theDsMesonMinus( - "Ds-", 1.9685*GeV, 1.41e-9*MeV, -1.*eplus, + "Ds-", 1.9685*GeV, 1.342e-9*MeV, -1.*eplus, 0, -1, 0, 0, 0, 0, "meson", 0, 0, -431, diff --git a/source/particles/hadrons/mesons/src/G4DsMesonPlus.cc b/source/particles/hadrons/mesons/src/G4DsMesonPlus.cc index 8fa9a025cb..24da67178d 100644 --- a/source/particles/hadrons/mesons/src/G4DsMesonPlus.cc +++ b/source/particles/hadrons/mesons/src/G4DsMesonPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4DsMesonPlus.cc,v 1.7 2003/06/16 16:57:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4DsMesonPlus.cc,v 1.8 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -75,7 +75,7 @@ G4DsMesonPlus::G4DsMesonPlus( // In this version, charged pions are set to stable G4DsMesonPlus G4DsMesonPlus::theDsMesonPlus( - "Ds+", 1.9685*GeV, 1.41e-9*MeV, +1.*eplus, + "Ds+", 1.9685*GeV, 1.342e-9*MeV, +1.*eplus, 0, -1, 0, 0, 0, 0, "meson", 0, 0, 431, diff --git a/source/particles/hadrons/mesons/src/G4Eta.cc b/source/particles/hadrons/mesons/src/G4Eta.cc index 201de87093..bf00e35ddf 100644 --- a/source/particles/hadrons/mesons/src/G4Eta.cc +++ b/source/particles/hadrons/mesons/src/G4Eta.cc @@ -22,7 +22,7 @@ // // // $Id: G4Eta.cc,v 1.13 2003/06/16 16:57:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/mesons/src/G4EtaPrime.cc b/source/particles/hadrons/mesons/src/G4EtaPrime.cc index e29c52a687..38cbadf019 100644 --- a/source/particles/hadrons/mesons/src/G4EtaPrime.cc +++ b/source/particles/hadrons/mesons/src/G4EtaPrime.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4EtaPrime.cc,v 1.13 2003/06/16 16:57:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4EtaPrime.cc,v 1.14 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------- @@ -96,7 +96,7 @@ G4EtaPrime::G4EtaPrime( // stable lifetime decay table G4EtaPrime G4EtaPrime::theEtaPrime( - "eta_prime", 0.95777*GeV, 0.203*MeV, 0.0, + "eta_prime", 0.95777*GeV, 0.202*MeV, 0.0, 0, -1, +1, 0, 0, +1, "meson", 0, 0, 331, diff --git a/source/particles/hadrons/mesons/src/G4JPsi.cc b/source/particles/hadrons/mesons/src/G4JPsi.cc index d7e9ab8e68..01a7e846f1 100644 --- a/source/particles/hadrons/mesons/src/G4JPsi.cc +++ b/source/particles/hadrons/mesons/src/G4JPsi.cc @@ -22,7 +22,7 @@ // // // $Id: G4JPsi.cc,v 1.12 2003/06/16 16:57:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/mesons/src/G4KaonMinus.cc b/source/particles/hadrons/mesons/src/G4KaonMinus.cc index 168fc4f3b8..c9518965fd 100644 --- a/source/particles/hadrons/mesons/src/G4KaonMinus.cc +++ b/source/particles/hadrons/mesons/src/G4KaonMinus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4KaonMinus.cc,v 1.9 2003/06/16 16:57:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4KaonMinus.cc,v 1.10 2004/02/13 05:53:37 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -99,7 +99,7 @@ G4KaonMinus::G4KaonMinus( // stable lifetime decay table // G4KaonMinus G4KaonMinus::theKaonMinus( - "kaon-", 0.493677*GeV, 5.314e-14*MeV, -1.*eplus, + "kaon-", 0.493677*GeV, 5.315e-14*MeV, -1.*eplus, 0, -1, 0, 1, -1, 0, "meson", 0, 0, -321, @@ -108,3 +108,6 @@ G4KaonMinus G4KaonMinus::theKaonMinus( G4KaonMinus* G4KaonMinus::KaonMinusDefinition(){return &theKaonMinus;} G4KaonMinus* G4KaonMinus::KaonMinus(){return &theKaonMinus;} + + + diff --git a/source/particles/hadrons/mesons/src/G4KaonPlus.cc b/source/particles/hadrons/mesons/src/G4KaonPlus.cc index 5199672d37..964be2c8dc 100644 --- a/source/particles/hadrons/mesons/src/G4KaonPlus.cc +++ b/source/particles/hadrons/mesons/src/G4KaonPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4KaonPlus.cc,v 1.8 2003/06/16 16:57:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4KaonPlus.cc,v 1.9 2004/02/13 05:53:38 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -101,7 +101,7 @@ G4KaonPlus::G4KaonPlus( // In this version, charged pions are set to stable G4KaonPlus G4KaonPlus::theKaonPlus( - "kaon+", 0.493677*GeV, 5.314e-14*MeV, +1.*eplus, + "kaon+", 0.493677*GeV, 5.315e-14*MeV, +1.*eplus, 0, -1, 0, 1, +1, 0, "meson", 0, 0, 321, diff --git a/source/particles/hadrons/mesons/src/G4KaonZero.cc b/source/particles/hadrons/mesons/src/G4KaonZero.cc index 69ee0a8c74..5c5f73cee8 100644 --- a/source/particles/hadrons/mesons/src/G4KaonZero.cc +++ b/source/particles/hadrons/mesons/src/G4KaonZero.cc @@ -22,7 +22,7 @@ // // // $Id: G4KaonZero.cc,v 1.12 2003/06/16 16:57:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/mesons/src/G4KaonZeroLong.cc b/source/particles/hadrons/mesons/src/G4KaonZeroLong.cc index 3bce8bdde8..a6615b459f 100644 --- a/source/particles/hadrons/mesons/src/G4KaonZeroLong.cc +++ b/source/particles/hadrons/mesons/src/G4KaonZeroLong.cc @@ -22,7 +22,7 @@ // // // $Id: G4KaonZeroLong.cc,v 1.13 2003/06/16 16:57:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/mesons/src/G4KaonZeroShort.cc b/source/particles/hadrons/mesons/src/G4KaonZeroShort.cc index 1653a447d5..9464b2b49a 100644 --- a/source/particles/hadrons/mesons/src/G4KaonZeroShort.cc +++ b/source/particles/hadrons/mesons/src/G4KaonZeroShort.cc @@ -22,7 +22,7 @@ // // // $Id: G4KaonZeroShort.cc,v 1.13 2003/06/16 16:57:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/mesons/src/G4MesonConstructor.cc b/source/particles/hadrons/mesons/src/G4MesonConstructor.cc index a67b420d64..51ebc9c520 100644 --- a/source/particles/hadrons/mesons/src/G4MesonConstructor.cc +++ b/source/particles/hadrons/mesons/src/G4MesonConstructor.cc @@ -22,7 +22,7 @@ // // // $Id: G4MesonConstructor.cc,v 1.4 2001/07/11 10:01:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/hadrons/mesons/src/G4PionMinus.cc b/source/particles/hadrons/mesons/src/G4PionMinus.cc index 6ead6d6a18..7a610a3c38 100644 --- a/source/particles/hadrons/mesons/src/G4PionMinus.cc +++ b/source/particles/hadrons/mesons/src/G4PionMinus.cc @@ -22,7 +22,7 @@ // // // $Id: G4PionMinus.cc,v 1.8 2003/06/16 16:57:47 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/mesons/src/G4PionPlus.cc b/source/particles/hadrons/mesons/src/G4PionPlus.cc index 0bed1b5b1f..9136c5bbbf 100644 --- a/source/particles/hadrons/mesons/src/G4PionPlus.cc +++ b/source/particles/hadrons/mesons/src/G4PionPlus.cc @@ -22,7 +22,7 @@ // // // $Id: G4PionPlus.cc,v 1.9 2003/06/16 16:57:48 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/mesons/src/G4PionZero.cc b/source/particles/hadrons/mesons/src/G4PionZero.cc index b8ef0968a4..0c80363f7a 100644 --- a/source/particles/hadrons/mesons/src/G4PionZero.cc +++ b/source/particles/hadrons/mesons/src/G4PionZero.cc @@ -22,7 +22,7 @@ // // // $Id: G4PionZero.cc,v 1.13 2003/06/16 16:57:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/hadrons/mesons/src/G4VMeson.cc b/source/particles/hadrons/mesons/src/G4VMeson.cc index 337642027c..81b596e6e7 100644 --- a/source/particles/hadrons/mesons/src/G4VMeson.cc +++ b/source/particles/hadrons/mesons/src/G4VMeson.cc @@ -22,7 +22,7 @@ // // // $Id: G4VMeson.cc,v 1.3 2001/07/11 10:01:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/leptons/include/G4AntiNeutrinoE.hh b/source/particles/leptons/include/G4AntiNeutrinoE.hh index f52a8e5aa1..be65afe348 100644 --- a/source/particles/leptons/include/G4AntiNeutrinoE.hh +++ b/source/particles/leptons/include/G4AntiNeutrinoE.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiNeutrinoE.hh,v 1.9 2002/12/16 11:15:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/include/G4AntiNeutrinoMu.hh b/source/particles/leptons/include/G4AntiNeutrinoMu.hh index fd0e66392b..e6ea04f86c 100644 --- a/source/particles/leptons/include/G4AntiNeutrinoMu.hh +++ b/source/particles/leptons/include/G4AntiNeutrinoMu.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiNeutrinoMu.hh,v 1.9 2002/12/16 11:15:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/include/G4AntiNeutrinoTau.hh b/source/particles/leptons/include/G4AntiNeutrinoTau.hh index 880cacb38e..1b9479724e 100644 --- a/source/particles/leptons/include/G4AntiNeutrinoTau.hh +++ b/source/particles/leptons/include/G4AntiNeutrinoTau.hh @@ -22,7 +22,7 @@ // // // $Id: G4AntiNeutrinoTau.hh,v 1.9 2002/12/16 11:15:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/include/G4Electron.hh b/source/particles/leptons/include/G4Electron.hh index 7871494d06..5f42b498f1 100644 --- a/source/particles/leptons/include/G4Electron.hh +++ b/source/particles/leptons/include/G4Electron.hh @@ -22,7 +22,7 @@ // // // $Id: G4Electron.hh,v 1.8 2002/12/16 11:15:42 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/include/G4LeptonConstructor.hh b/source/particles/leptons/include/G4LeptonConstructor.hh index bbfdadcf2f..cdff857563 100644 --- a/source/particles/leptons/include/G4LeptonConstructor.hh +++ b/source/particles/leptons/include/G4LeptonConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4LeptonConstructor.hh,v 1.3 2001/07/11 10:01:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/leptons/include/G4MuonMinus.hh b/source/particles/leptons/include/G4MuonMinus.hh index 958620775f..513481eb8e 100644 --- a/source/particles/leptons/include/G4MuonMinus.hh +++ b/source/particles/leptons/include/G4MuonMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4MuonMinus.hh,v 1.7 2001/10/16 08:16:15 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/include/G4MuonPlus.hh b/source/particles/leptons/include/G4MuonPlus.hh index 24be8c18d0..314a7851b7 100644 --- a/source/particles/leptons/include/G4MuonPlus.hh +++ b/source/particles/leptons/include/G4MuonPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4MuonPlus.hh,v 1.7 2001/10/16 08:16:15 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/include/G4NeutrinoE.hh b/source/particles/leptons/include/G4NeutrinoE.hh index bef04a7649..c41122bb74 100644 --- a/source/particles/leptons/include/G4NeutrinoE.hh +++ b/source/particles/leptons/include/G4NeutrinoE.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutrinoE.hh,v 1.9 2002/12/16 11:15:42 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/include/G4NeutrinoMu.hh b/source/particles/leptons/include/G4NeutrinoMu.hh index b74dc53841..7b5a8f26c6 100644 --- a/source/particles/leptons/include/G4NeutrinoMu.hh +++ b/source/particles/leptons/include/G4NeutrinoMu.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutrinoMu.hh,v 1.9 2002/12/16 11:15:42 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/include/G4NeutrinoTau.hh b/source/particles/leptons/include/G4NeutrinoTau.hh index c73af0035f..5468afa7d5 100644 --- a/source/particles/leptons/include/G4NeutrinoTau.hh +++ b/source/particles/leptons/include/G4NeutrinoTau.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutrinoTau.hh,v 1.9 2002/12/16 11:15:42 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/include/G4Positron.hh b/source/particles/leptons/include/G4Positron.hh index 8261df0905..6cf7af6d65 100644 --- a/source/particles/leptons/include/G4Positron.hh +++ b/source/particles/leptons/include/G4Positron.hh @@ -22,7 +22,7 @@ // // // $Id: G4Positron.hh,v 1.8 2002/12/16 11:15:42 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/include/G4TauMinus.hh b/source/particles/leptons/include/G4TauMinus.hh index 42232a6e31..c440195f56 100644 --- a/source/particles/leptons/include/G4TauMinus.hh +++ b/source/particles/leptons/include/G4TauMinus.hh @@ -22,7 +22,7 @@ // // // $Id: G4TauMinus.hh,v 1.7 2001/10/16 08:16:16 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/include/G4TauPlus.hh b/source/particles/leptons/include/G4TauPlus.hh index 3dbb68f5ab..731a783bad 100644 --- a/source/particles/leptons/include/G4TauPlus.hh +++ b/source/particles/leptons/include/G4TauPlus.hh @@ -22,7 +22,7 @@ // // // $Id: G4TauPlus.hh,v 1.7 2001/10/16 08:16:16 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/include/G4VLepton.hh b/source/particles/leptons/include/G4VLepton.hh index 3b8f83bb2c..68a5f59ee2 100644 --- a/source/particles/leptons/include/G4VLepton.hh +++ b/source/particles/leptons/include/G4VLepton.hh @@ -22,7 +22,7 @@ // // // $Id: G4VLepton.hh,v 1.4 2003/03/11 05:49:40 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/leptons/src/G4AntiNeutrinoE.cc b/source/particles/leptons/src/G4AntiNeutrinoE.cc index f6a811d50b..59767b615c 100644 --- a/source/particles/leptons/src/G4AntiNeutrinoE.cc +++ b/source/particles/leptons/src/G4AntiNeutrinoE.cc @@ -22,7 +22,7 @@ // // // $Id: G4AntiNeutrinoE.cc,v 1.12 2003/06/16 16:57:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/leptons/src/G4AntiNeutrinoMu.cc b/source/particles/leptons/src/G4AntiNeutrinoMu.cc index f75ed6fc25..1c93c33a0e 100644 --- a/source/particles/leptons/src/G4AntiNeutrinoMu.cc +++ b/source/particles/leptons/src/G4AntiNeutrinoMu.cc @@ -22,7 +22,7 @@ // // // $Id: G4AntiNeutrinoMu.cc,v 1.12 2003/06/16 16:57:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/leptons/src/G4AntiNeutrinoTau.cc b/source/particles/leptons/src/G4AntiNeutrinoTau.cc index baccd62a06..3e145986fc 100644 --- a/source/particles/leptons/src/G4AntiNeutrinoTau.cc +++ b/source/particles/leptons/src/G4AntiNeutrinoTau.cc @@ -22,7 +22,7 @@ // // // $Id: G4AntiNeutrinoTau.cc,v 1.12 2003/06/16 16:57:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/leptons/src/G4Electron.cc b/source/particles/leptons/src/G4Electron.cc index 18840e83ca..e0919572db 100644 --- a/source/particles/leptons/src/G4Electron.cc +++ b/source/particles/leptons/src/G4Electron.cc @@ -22,7 +22,7 @@ // // // $Id: G4Electron.cc,v 1.9 2003/06/16 16:57:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/leptons/src/G4LeptonConstructor.cc b/source/particles/leptons/src/G4LeptonConstructor.cc index 1268a3266a..ebfcbc2dcb 100644 --- a/source/particles/leptons/src/G4LeptonConstructor.cc +++ b/source/particles/leptons/src/G4LeptonConstructor.cc @@ -22,7 +22,7 @@ // // // $Id: G4LeptonConstructor.cc,v 1.3 2001/07/11 10:01:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/leptons/src/G4MuonMinus.cc b/source/particles/leptons/src/G4MuonMinus.cc index 619aa75525..3950aa6728 100644 --- a/source/particles/leptons/src/G4MuonMinus.cc +++ b/source/particles/leptons/src/G4MuonMinus.cc @@ -22,7 +22,7 @@ // // // $Id: G4MuonMinus.cc,v 1.8 2003/06/16 16:57:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/leptons/src/G4MuonPlus.cc b/source/particles/leptons/src/G4MuonPlus.cc index becc318535..106b2d457f 100644 --- a/source/particles/leptons/src/G4MuonPlus.cc +++ b/source/particles/leptons/src/G4MuonPlus.cc @@ -22,7 +22,7 @@ // // // $Id: G4MuonPlus.cc,v 1.8 2003/06/16 16:57:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/leptons/src/G4NeutrinoE.cc b/source/particles/leptons/src/G4NeutrinoE.cc index 2d544db94a..5023d0ff2d 100644 --- a/source/particles/leptons/src/G4NeutrinoE.cc +++ b/source/particles/leptons/src/G4NeutrinoE.cc @@ -22,7 +22,7 @@ // // // $Id: G4NeutrinoE.cc,v 1.12 2003/06/16 16:57:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/leptons/src/G4NeutrinoMu.cc b/source/particles/leptons/src/G4NeutrinoMu.cc index 083e9e4e3a..553461c08e 100644 --- a/source/particles/leptons/src/G4NeutrinoMu.cc +++ b/source/particles/leptons/src/G4NeutrinoMu.cc @@ -22,7 +22,7 @@ // // // $Id: G4NeutrinoMu.cc,v 1.13 2003/06/16 16:57:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/leptons/src/G4NeutrinoTau.cc b/source/particles/leptons/src/G4NeutrinoTau.cc index b28e48bc80..60addb5c6b 100644 --- a/source/particles/leptons/src/G4NeutrinoTau.cc +++ b/source/particles/leptons/src/G4NeutrinoTau.cc @@ -22,7 +22,7 @@ // // // $Id: G4NeutrinoTau.cc,v 1.12 2003/06/16 16:57:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/leptons/src/G4Positron.cc b/source/particles/leptons/src/G4Positron.cc index 0454474a23..46de18c075 100644 --- a/source/particles/leptons/src/G4Positron.cc +++ b/source/particles/leptons/src/G4Positron.cc @@ -22,7 +22,7 @@ // // // $Id: G4Positron.cc,v 1.8 2003/06/16 16:57:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/leptons/src/G4TauMinus.cc b/source/particles/leptons/src/G4TauMinus.cc index 58e7bded5f..ef27226979 100644 --- a/source/particles/leptons/src/G4TauMinus.cc +++ b/source/particles/leptons/src/G4TauMinus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4TauMinus.cc,v 1.9 2003/06/16 16:58:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4TauMinus.cc,v 1.10 2004/02/13 05:53:01 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -115,7 +115,7 @@ G4TauMinus::G4TauMinus( // stable lifetime decay table G4TauMinus G4TauMinus::theTauMinus( - "tau-", 1.77705*GeV, 2.27e-9*MeV, -1.*eplus, + "tau-", 1.77705*GeV, 2.265e-9*MeV, -1.*eplus, 1, 0, 0, 0, 0, 0, "lepton", 1, 0, 15, diff --git a/source/particles/leptons/src/G4TauPlus.cc b/source/particles/leptons/src/G4TauPlus.cc index 30a2f1f96c..179ed156b3 100644 --- a/source/particles/leptons/src/G4TauPlus.cc +++ b/source/particles/leptons/src/G4TauPlus.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4TauPlus.cc,v 1.9 2003/06/16 16:58:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4TauPlus.cc,v 1.10 2004/02/13 05:53:01 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ---------------------------------------------------------------------- @@ -116,7 +116,7 @@ G4TauPlus::G4TauPlus( // stable lifetime decay table // G4TauPlus G4TauPlus::theTauPlus( - "tau+", 1.77705*GeV, 2.27e-9*MeV, 1.*eplus, + "tau+", 1.77705*GeV, 2.265e-9*MeV, 1.*eplus, 1, 0, 0, 0, 0, 0, "lepton", -1, 0, -15, diff --git a/source/particles/leptons/src/G4VLepton.cc b/source/particles/leptons/src/G4VLepton.cc index 6e509829a7..f9afdfee6f 100644 --- a/source/particles/leptons/src/G4VLepton.cc +++ b/source/particles/leptons/src/G4VLepton.cc @@ -22,7 +22,7 @@ // // // $Id: G4VLepton.cc,v 1.3 2001/07/11 10:01:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/management/include/G4DalitzDecayChannel.hh b/source/particles/management/include/G4DalitzDecayChannel.hh index d92b717b74..5015fc829b 100644 --- a/source/particles/management/include/G4DalitzDecayChannel.hh +++ b/source/particles/management/include/G4DalitzDecayChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4DalitzDecayChannel.hh,v 1.4 2001/07/11 10:01:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4DecayProducts.hh b/source/particles/management/include/G4DecayProducts.hh index fc2e49af15..0d90f13945 100644 --- a/source/particles/management/include/G4DecayProducts.hh +++ b/source/particles/management/include/G4DecayProducts.hh @@ -22,7 +22,7 @@ // // // $Id: G4DecayProducts.hh,v 1.8 2001/07/11 10:01:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4DecayTable.hh b/source/particles/management/include/G4DecayTable.hh index 4d905345a4..c1ae343b1e 100644 --- a/source/particles/management/include/G4DecayTable.hh +++ b/source/particles/management/include/G4DecayTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4DecayTable.hh,v 1.8 2003/06/16 16:58:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4DecayTableMessenger.hh b/source/particles/management/include/G4DecayTableMessenger.hh index ac5d54202c..01f032a327 100644 --- a/source/particles/management/include/G4DecayTableMessenger.hh +++ b/source/particles/management/include/G4DecayTableMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4DecayTableMessenger.hh,v 1.7 2003/05/19 17:10:07 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/particles/management/include/G4DynamicParticle.hh b/source/particles/management/include/G4DynamicParticle.hh index 76d11ba006..fb2acfc805 100644 --- a/source/particles/management/include/G4DynamicParticle.hh +++ b/source/particles/management/include/G4DynamicParticle.hh @@ -22,7 +22,7 @@ // // // $Id: G4DynamicParticle.hh,v 1.13 2003/10/21 20:56:13 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4DynamicParticle.icc b/source/particles/management/include/G4DynamicParticle.icc index 1e9d0dc16f..72a1b84996 100644 --- a/source/particles/management/include/G4DynamicParticle.icc +++ b/source/particles/management/include/G4DynamicParticle.icc @@ -22,7 +22,7 @@ // // // $Id: G4DynamicParticle.icc,v 1.8 2001/07/11 10:01:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4DynamicParticleFastVector.hh b/source/particles/management/include/G4DynamicParticleFastVector.hh index e148f4b88c..ad3e63f74f 100644 --- a/source/particles/management/include/G4DynamicParticleFastVector.hh +++ b/source/particles/management/include/G4DynamicParticleFastVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4DynamicParticleFastVector.hh,v 1.3 2001/07/11 10:01:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4ElectronOccupancy.hh b/source/particles/management/include/G4ElectronOccupancy.hh index 867888ee49..6c9dd16d77 100644 --- a/source/particles/management/include/G4ElectronOccupancy.hh +++ b/source/particles/management/include/G4ElectronOccupancy.hh @@ -22,7 +22,7 @@ // // // $Id: G4ElectronOccupancy.hh,v 1.5 2001/07/11 10:01:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4IonTable.hh b/source/particles/management/include/G4IonTable.hh index 712c69068d..2c21c12abe 100644 --- a/source/particles/management/include/G4IonTable.hh +++ b/source/particles/management/include/G4IonTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4IonTable.hh,v 1.20 2003/06/16 16:58:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4Ions.hh b/source/particles/management/include/G4Ions.hh index b3387bdf99..7c2cf007cb 100644 --- a/source/particles/management/include/G4Ions.hh +++ b/source/particles/management/include/G4Ions.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ions.hh,v 1.10 2003/03/11 05:49:41 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4IsotopeProperty.hh b/source/particles/management/include/G4IsotopeProperty.hh index 7447e68ef6..af42436bab 100644 --- a/source/particles/management/include/G4IsotopeProperty.hh +++ b/source/particles/management/include/G4IsotopeProperty.hh @@ -22,7 +22,7 @@ // // // $Id: G4IsotopeProperty.hh,v 1.3 2001/07/11 10:01:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4KL3DecayChannel.hh b/source/particles/management/include/G4KL3DecayChannel.hh index 59f9450ad7..b1f8f6d629 100644 --- a/source/particles/management/include/G4KL3DecayChannel.hh +++ b/source/particles/management/include/G4KL3DecayChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4KL3DecayChannel.hh,v 1.4 2001/07/11 10:01:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4MuonDecayChannel.hh b/source/particles/management/include/G4MuonDecayChannel.hh index 8de9d07441..78380a08a7 100644 --- a/source/particles/management/include/G4MuonDecayChannel.hh +++ b/source/particles/management/include/G4MuonDecayChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4MuonDecayChannel.hh,v 1.5 2001/07/11 10:01:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4NeutronBetaDecayChannel.hh b/source/particles/management/include/G4NeutronBetaDecayChannel.hh index cc7c4d867a..5e53005fdd 100644 --- a/source/particles/management/include/G4NeutronBetaDecayChannel.hh +++ b/source/particles/management/include/G4NeutronBetaDecayChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronBetaDecayChannel.hh,v 1.1 2001/09/18 02:15:10 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4NucleiProperties.hh b/source/particles/management/include/G4NucleiProperties.hh index 5fae609b27..07111ccd15 100644 --- a/source/particles/management/include/G4NucleiProperties.hh +++ b/source/particles/management/include/G4NucleiProperties.hh @@ -22,7 +22,7 @@ // // // $Id: G4NucleiProperties.hh,v 1.13 2001/10/16 08:16:19 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4NucleiPropertiesTable.hh b/source/particles/management/include/G4NucleiPropertiesTable.hh index 02c77c4560..8f06ad4c5a 100644 --- a/source/particles/management/include/G4NucleiPropertiesTable.hh +++ b/source/particles/management/include/G4NucleiPropertiesTable.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4NucleiPropertiesTable.hh,v 1.10 2001/10/15 09:58:30 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4NucleiPropertiesTable.hh,v 1.11 2003/12/12 06:48:41 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // GEANT 4 class file --- Copyright CERN 1997 @@ -43,6 +43,7 @@ // Migrate into particles category by H.Kurashige (17 Nov. 98) // Subtract electron mass by H.Kurashige // Avoid substraction of electron mass in Atomic masses by V.Lara (12 May 99) +// Remove "theInstance" by H.Kurashige (12 Dec. 03) // ------------------------------------------------------------------- #include "globals.hh" @@ -67,16 +68,14 @@ class G4NucleiPropertiesTable private: // Default constructor - this class should exist only once! - G4NucleiPropertiesTable(G4double dummy); - - static G4NucleiPropertiesTable theInstance; + G4NucleiPropertiesTable(){}; public: // Destructor (generated) ~G4NucleiPropertiesTable() { }; - enum {nEntries = 2931,MaxA = 273}; // for SUN + enum {nEntries = 2931,MaxA = 273}; // Other Operations public: // With Description @@ -112,12 +111,6 @@ private: // Data Members for Class Attributes //---------------------------------- - - // Number of Entries in the Table -// const G4int nEntries; - - - // The following arrays are static for allow inicialization. // The inicialization is Done in G4NucleiPropertiesTable.cc diff --git a/source/particles/management/include/G4NucleiPropertiesTheoreticalTable.hh b/source/particles/management/include/G4NucleiPropertiesTheoreticalTable.hh index 6c24d1236b..2098b85217 100644 --- a/source/particles/management/include/G4NucleiPropertiesTheoreticalTable.hh +++ b/source/particles/management/include/G4NucleiPropertiesTheoreticalTable.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4NucleiPropertiesTheoreticalTable.hh,v 1.5 2001/10/15 09:58:30 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4NucleiPropertiesTheoreticalTable.hh,v 1.6 2003/12/12 06:48:41 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ @@ -33,8 +33,10 @@ // Encapsulates Data from W.D. Myers, W.J. Swiatecki, P. Moller // and J.R. Nix, 1. Jan. 1995. // Atomic Mass Excess. - // ---------------------------------------------------------------- +// Remove "theInstance" by H.Kurashige (12 Dec. 03) +// + #ifndef G4NucleiPropertiesTheoreticalTable_h #define G4NucleiPropertiesTheoreticalTable_h 1 @@ -45,9 +47,7 @@ class G4NucleiPropertiesTheoreticalTable private: // Default constructor - G4NucleiPropertiesTheoreticalTable(G4double dummy); - - static G4NucleiPropertiesTheoreticalTable theInstance; + G4NucleiPropertiesTheoreticalTable(){}; public: @@ -77,31 +77,25 @@ public: private: - // Operation: GetIndex - static G4int GetIndex(G4int Z, G4int A); + // Operation: GetIndex + static G4int GetIndex(G4int Z, G4int A); - static G4double ElectronicBindingEnergy(G4int Z); + static G4double ElectronicBindingEnergy(G4int Z); - - - // Mass Excess - static G4double AtomicMassExcess[nEntries]; + // Mass Excess + static G4double AtomicMassExcess[nEntries]; + // Table of Z (number of protons) and A (number of nucleons) + // indexArray[0][ ] --> Z + // indexArray[1][ ] --> A + static G4int indexArray[2][nEntries]; - - - // Table of Z (number of protons) and A (number of nucleons) - // indexArray[0][ ] --> Z - // indexArray[1][ ] --> A - static G4int indexArray[2][nEntries]; - - // Reduced Table of Z for shorter index search. - // The index in this table coincide with Z-1 - // For each Z value shortTable[Z-1] has the index of the 1st occurrence in - // the indexArray[][] - static G4int shortTable[shortTableSize]; - + // Reduced Table of Z for shorter index search. + // The index in this table coincide with Z-1 + // For each Z value shortTable[Z-1] has the index of + // the 1st occurrence in the indexArray[][] + static G4int shortTable[shortTableSize]; }; diff --git a/source/particles/management/include/G4PDGCodeChecker.hh b/source/particles/management/include/G4PDGCodeChecker.hh index ade953dd5a..dce9938402 100644 --- a/source/particles/management/include/G4PDGCodeChecker.hh +++ b/source/particles/management/include/G4PDGCodeChecker.hh @@ -22,7 +22,7 @@ // // // $Id: G4PDGCodeChecker.hh,v 1.6 2001/07/11 10:01:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4ParticleDefinition.hh b/source/particles/management/include/G4ParticleDefinition.hh index 0b784340e1..9547f31bf0 100644 --- a/source/particles/management/include/G4ParticleDefinition.hh +++ b/source/particles/management/include/G4ParticleDefinition.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleDefinition.hh,v 1.21 2003/09/19 19:28:07 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4ParticleDefinition.icc b/source/particles/management/include/G4ParticleDefinition.icc index babc0eeebb..5159cae385 100644 --- a/source/particles/management/include/G4ParticleDefinition.icc +++ b/source/particles/management/include/G4ParticleDefinition.icc @@ -22,7 +22,7 @@ // // // $Id: G4ParticleDefinition.icc,v 1.6 2003/10/03 16:00:33 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: partman-V05-02-00 $ // inline diff --git a/source/particles/management/include/G4ParticleMessenger.hh b/source/particles/management/include/G4ParticleMessenger.hh index 50bd63e187..f71cb21e4b 100644 --- a/source/particles/management/include/G4ParticleMessenger.hh +++ b/source/particles/management/include/G4ParticleMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleMessenger.hh,v 1.6 2003/05/19 17:10:22 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/particles/management/include/G4ParticleMomentum.hh b/source/particles/management/include/G4ParticleMomentum.hh index 13b84890c0..7ea7d15763 100644 --- a/source/particles/management/include/G4ParticleMomentum.hh +++ b/source/particles/management/include/G4ParticleMomentum.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleMomentum.hh,v 1.5 2001/07/11 10:01:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4ParticlePropertyData.hh b/source/particles/management/include/G4ParticlePropertyData.hh index 1d1a8a9485..4017c82b1e 100644 --- a/source/particles/management/include/G4ParticlePropertyData.hh +++ b/source/particles/management/include/G4ParticlePropertyData.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticlePropertyData.hh,v 1.1 2003/06/11 07:20:06 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: particles-V05-02-02 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4ParticlePropertyMessenger.hh b/source/particles/management/include/G4ParticlePropertyMessenger.hh index 1122eed316..74015c72c9 100644 --- a/source/particles/management/include/G4ParticlePropertyMessenger.hh +++ b/source/particles/management/include/G4ParticlePropertyMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticlePropertyMessenger.hh,v 1.6 2003/05/19 17:10:22 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/particles/management/include/G4ParticlePropertyTable.hh b/source/particles/management/include/G4ParticlePropertyTable.hh index a3ad20c4f7..ead6ea2c06 100644 --- a/source/particles/management/include/G4ParticlePropertyTable.hh +++ b/source/particles/management/include/G4ParticlePropertyTable.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4ParticlePropertyTable.hh,v 1.3 2003/12/09 15:35:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4ParticleTable.hh b/source/particles/management/include/G4ParticleTable.hh index 2a4b743fa7..7054b15370 100644 --- a/source/particles/management/include/G4ParticleTable.hh +++ b/source/particles/management/include/G4ParticleTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleTable.hh,v 1.16 2003/06/16 16:58:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4ParticleTable.icc b/source/particles/management/include/G4ParticleTable.icc index 647479172f..3eee726fd7 100644 --- a/source/particles/management/include/G4ParticleTable.icc +++ b/source/particles/management/include/G4ParticleTable.icc @@ -22,7 +22,7 @@ // // // $Id: G4ParticleTable.icc,v 1.8 2001/07/11 10:01:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4ParticleTableIterator.hh b/source/particles/management/include/G4ParticleTableIterator.hh index 1c249cf291..4e3994409d 100644 --- a/source/particles/management/include/G4ParticleTableIterator.hh +++ b/source/particles/management/include/G4ParticleTableIterator.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleTableIterator.hh,v 1.6 2003/06/16 16:58:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4ParticleWithCuts.hh b/source/particles/management/include/G4ParticleWithCuts.hh index 5dab920392..95524ae357 100644 --- a/source/particles/management/include/G4ParticleWithCuts.hh +++ b/source/particles/management/include/G4ParticleWithCuts.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleWithCuts.hh,v 1.18 2003/06/25 10:18:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------- diff --git a/source/particles/management/include/G4PhaseSpaceDecayChannel.hh b/source/particles/management/include/G4PhaseSpaceDecayChannel.hh index d8408ae72c..2d11d43bd1 100644 --- a/source/particles/management/include/G4PhaseSpaceDecayChannel.hh +++ b/source/particles/management/include/G4PhaseSpaceDecayChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhaseSpaceDecayChannel.hh,v 1.5 2001/10/15 09:58:31 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4ShortLivedTable.hh b/source/particles/management/include/G4ShortLivedTable.hh index c698b83020..56936d3e93 100644 --- a/source/particles/management/include/G4ShortLivedTable.hh +++ b/source/particles/management/include/G4ShortLivedTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4ShortLivedTable.hh,v 1.11 2003/06/16 16:58:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4TauLeptonicDecayChannel.hh b/source/particles/management/include/G4TauLeptonicDecayChannel.hh index bca99b67f6..0116de2789 100644 --- a/source/particles/management/include/G4TauLeptonicDecayChannel.hh +++ b/source/particles/management/include/G4TauLeptonicDecayChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4TauLeptonicDecayChannel.hh,v 1.1 2002/03/08 08:47:52 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4VDecayChannel.hh b/source/particles/management/include/G4VDecayChannel.hh index 172a77d9a2..9b3dc2eb1f 100644 --- a/source/particles/management/include/G4VDecayChannel.hh +++ b/source/particles/management/include/G4VDecayChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4VDecayChannel.hh,v 1.10 2002/11/20 15:05:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/include/G4VIsotopeTable.hh b/source/particles/management/include/G4VIsotopeTable.hh index 8829f219f6..ddaee0c13d 100644 --- a/source/particles/management/include/G4VIsotopeTable.hh +++ b/source/particles/management/include/G4VIsotopeTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4VIsotopeTable.hh,v 1.5 2001/07/11 10:01:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/src/G4DalitzDecayChannel.cc b/source/particles/management/src/G4DalitzDecayChannel.cc index 4a2d94f8ca..44ac6d51b8 100644 --- a/source/particles/management/src/G4DalitzDecayChannel.cc +++ b/source/particles/management/src/G4DalitzDecayChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4DalitzDecayChannel.cc,v 1.5 2001/07/11 10:01:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/src/G4DecayProducts.cc b/source/particles/management/src/G4DecayProducts.cc index 39a9b6cede..549a278fae 100644 --- a/source/particles/management/src/G4DecayProducts.cc +++ b/source/particles/management/src/G4DecayProducts.cc @@ -22,7 +22,7 @@ // // // $Id: G4DecayProducts.cc,v 1.10 2003/09/12 19:21:07 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: particles-V05-02-02 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/src/G4DecayTable.cc b/source/particles/management/src/G4DecayTable.cc index 121ea09777..afc29d0e73 100644 --- a/source/particles/management/src/G4DecayTable.cc +++ b/source/particles/management/src/G4DecayTable.cc @@ -22,7 +22,7 @@ // // // $Id: G4DecayTable.cc,v 1.7 2001/07/11 10:01:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/src/G4DecayTableMessenger.cc b/source/particles/management/src/G4DecayTableMessenger.cc index eab083f967..e0071006a5 100644 --- a/source/particles/management/src/G4DecayTableMessenger.cc +++ b/source/particles/management/src/G4DecayTableMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4DecayTableMessenger.cc,v 1.5 2003/06/16 16:58:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/particles/management/src/G4DynamicParticle.cc b/source/particles/management/src/G4DynamicParticle.cc index b9a2bffe5a..3eeb37b83b 100644 --- a/source/particles/management/src/G4DynamicParticle.cc +++ b/source/particles/management/src/G4DynamicParticle.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4DynamicParticle.cc,v 1.17 2003/08/22 00:03:15 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4DynamicParticle.cc,v 1.18 2003/12/01 15:15:36 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- @@ -70,7 +70,7 @@ static const G4double EnergyMomentumRelationAllowance = keV; //////////////////// G4DynamicParticle::G4DynamicParticle(): - theMomentumDirection(), + theMomentumDirection(G4ThreeVector(0.0,0.0,1.0)), theParticleDefinition(0), theKineticEnergy(0.0), theProperTime(0.0), diff --git a/source/particles/management/src/G4ElectronOccupancy.cc b/source/particles/management/src/G4ElectronOccupancy.cc index 0c9e93a77e..44a79a4ccd 100644 --- a/source/particles/management/src/G4ElectronOccupancy.cc +++ b/source/particles/management/src/G4ElectronOccupancy.cc @@ -22,7 +22,7 @@ // // // $Id: G4ElectronOccupancy.cc,v 1.6 2001/07/11 10:01:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/management/src/G4IonTable.cc b/source/particles/management/src/G4IonTable.cc index 1d1de764f3..7c40f11b58 100644 --- a/source/particles/management/src/G4IonTable.cc +++ b/source/particles/management/src/G4IonTable.cc @@ -22,7 +22,7 @@ // // // $Id: G4IonTable.cc,v 1.35 2003/06/16 16:58:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/management/src/G4Ions.cc b/source/particles/management/src/G4Ions.cc index bf62750f40..6cfe46d45a 100644 --- a/source/particles/management/src/G4Ions.cc +++ b/source/particles/management/src/G4Ions.cc @@ -22,7 +22,7 @@ // // // $Id: G4Ions.cc,v 1.9 2003/06/16 16:58:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/management/src/G4IsotopeProperty.cc b/source/particles/management/src/G4IsotopeProperty.cc index 94f253ba38..0b92d5d105 100644 --- a/source/particles/management/src/G4IsotopeProperty.cc +++ b/source/particles/management/src/G4IsotopeProperty.cc @@ -22,7 +22,7 @@ // // // $Id: G4IsotopeProperty.cc,v 1.4 2003/06/16 16:58:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/management/src/G4KL3DecayChannel.cc b/source/particles/management/src/G4KL3DecayChannel.cc index 8bbdc506ce..2c6ddbddce 100644 --- a/source/particles/management/src/G4KL3DecayChannel.cc +++ b/source/particles/management/src/G4KL3DecayChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4KL3DecayChannel.cc,v 1.5 2001/07/11 10:02:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/src/G4MuonDecayChannel.cc b/source/particles/management/src/G4MuonDecayChannel.cc index 0ae4840aa0..410d54ff8e 100644 --- a/source/particles/management/src/G4MuonDecayChannel.cc +++ b/source/particles/management/src/G4MuonDecayChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4MuonDecayChannel.cc,v 1.9 2001/07/11 10:02:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/src/G4NeutronBetaDecayChannel.cc b/source/particles/management/src/G4NeutronBetaDecayChannel.cc index 2e2c306b3a..7c7e2deaf5 100644 --- a/source/particles/management/src/G4NeutronBetaDecayChannel.cc +++ b/source/particles/management/src/G4NeutronBetaDecayChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4NeutronBetaDecayChannel.cc,v 1.4 2002/04/03 09:05:33 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/src/G4NucleiProperties.cc b/source/particles/management/src/G4NucleiProperties.cc index 4589d5a05c..5a7eb27435 100644 --- a/source/particles/management/src/G4NucleiProperties.cc +++ b/source/particles/management/src/G4NucleiProperties.cc @@ -22,7 +22,7 @@ // // // $Id: G4NucleiProperties.cc,v 1.10 2002/05/30 02:13:10 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/src/G4NucleiPropertiesTableA.cc b/source/particles/management/src/G4NucleiPropertiesTableA.cc index 8a4d5724a6..991e22d49e 100644 --- a/source/particles/management/src/G4NucleiPropertiesTableA.cc +++ b/source/particles/management/src/G4NucleiPropertiesTableA.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4NucleiPropertiesTableA.cc,v 1.7 2001/10/15 09:58:34 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4NucleiPropertiesTableA.cc,v 1.8 2003/12/12 06:48:41 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // GEANT 4 class file --- Copyright CERN 1997 @@ -32,71 +32,49 @@ // File name: G4NucleiPropertiesTable.cc // // Authors: Vicente Lara (Vicente.Lara@cern.ch) -// Christian V"olcker (Christian.Volcker@cern.ch), +// Christian V'olcker (Christian.Volcker@cern.ch), // // Creation date: November 1997 // // Modifications: // ------------------------------------------------------------------- // Migrate into particles category by H.Kurashige (17 Nov. 98) - +// Remove "theInstance" by H.Kurashige (12 Dec. 03) #include "G4NucleiPropertiesTable.hh" - // Class G4NucleiPropertiesTable - -G4int G4NucleiPropertiesTable::shortTable[G4NucleiPropertiesTable::MaxA+1]; -// make sure there is exactly one instance of this class! -G4NucleiPropertiesTable G4NucleiPropertiesTable::theInstance(2.5); - -// Default constructor - -//G4NucleiPropertiesTable::G4NucleiPropertiesTable() : G4NucleiPropertiesTable::nEntries(2971) -G4NucleiPropertiesTable::G4NucleiPropertiesTable(G4double dummy) -{ - - G4double even_more_dummy = 0; - even_more_dummy = dummy; - G4int j = 0; - - for (G4int i = 0; i < G4NucleiPropertiesTable::nEntries; i++) { - if (indexArray[1][i] > j) { - shortTable[j++] = i; - } - } - shortTable[G4NucleiPropertiesTable::MaxA] = G4NucleiPropertiesTable::nEntries; -} - - - // Determine the table index for a Nuclide with Z protons and A nucleons G4int G4NucleiPropertiesTable::GetIndex(G4int Z, G4int A) { - - if(A>G4NucleiPropertiesTable::MaxA) G4Exception( - "G4NucleiPropertiesTable::GetIndex : Nucleon number larger than 273!\n"); - if(A<1) G4Exception( - "G4NucleiPropertiesTable::GetIndex : Nucleon number negativ!\n"); - if(Z>A) G4Exception( - "G4NucleiPropertiesTable::GetIndex : Nucleon number smaller than Z!\n"); - + if(A>G4NucleiPropertiesTable::MaxA) { + G4Exception("G4NucleiPropertiesTable::GetIndex", + "Illegal arguemnt", + EventMustBeAborted,"Nucleon number larger than 273!"); + } else if(A<1) { + G4Exception("G4NucleiPropertiesTable::GetIndex", + "Illegal arguemnt", + EventMustBeAborted," Nucleon number is negative!"); + } else if(Z>A) { + G4Exception("G4NucleiPropertiesTable::GetIndex", + "Illegal arguemnt", + EventMustBeAborted, "Nucleon number smaller than Z!"); + } + G4int i = shortTable[A-1]; while ( i < shortTable[A] ) { - if (indexArray[0][i] != Z ) i++; - else return i; + if (indexArray[0][i] != Z ) { + i++; + } else { + return i; + } } - return -1; } - - - - G4int G4NucleiPropertiesTable::MinZ(G4int A) { G4int i = shortTable[A-1]; diff --git a/source/particles/management/src/G4NucleiPropertiesTableB.cc b/source/particles/management/src/G4NucleiPropertiesTableB.cc index df3ac06516..41e7b7a991 100644 --- a/source/particles/management/src/G4NucleiPropertiesTableB.cc +++ b/source/particles/management/src/G4NucleiPropertiesTableB.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4NucleiPropertiesTableB.cc,v 1.7 2001/10/15 09:58:35 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4NucleiPropertiesTableB.cc,v 1.8 2003/12/12 06:48:41 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // GEANT 4 class implementation file @@ -37,7 +37,7 @@ // Modifications: // ------------------------------------------------------------------- // Migrate into particles category by H.Kurashige (17 Nov. 98) - +// Add shortTable initialization by H.Kurashige (12 Dec. 03) #include "G4NucleiPropertiesTable.hh" @@ -1145,3 +1145,39 @@ G4double G4NucleiPropertiesTable::BetaEnergy[G4NucleiPropertiesTable::nEntries] -4517.000, 0.0 , -6675.000, 0.0 , 0.0 }; +// Reduced Table of A for shorter index search. +// The index in this table coincide with A-1 +// For each A value shortTable[A-1] has the index of +// the 1st occurrence in the indexArray[][] +G4int G4NucleiPropertiesTable::shortTable[G4NucleiPropertiesTable::MaxA+1]= +{ + 0, 2, 3, 5, 8, 12, 16, 20, 25, 30, + 36, 41, 47, 52, 58, 63, 69, 75, 82, 89, + 96, 104, 113, 121, 130, 138, 147, 155, 164, 173, + 182, 191, 201, 210, 220, 230, 240, 250, 260, 270, + 280, 290, 301, 311, 322, 334, 346, 357, 369, 381, + 393, 405, 417, 429, 441, 453, 465, 477, 489, 501, + 513, 525, 536, 547, 557, 568, 578, 589, 599, 610, + 620, 631, 642, 653, 664, 675, 686, 698, 710, 722, + 734, 746, 758, 770, 782, 794, 806, 818, 830, 843, + 855, 868, 881, 893, 906, 918, 931, 944, 957, 970, + 984, 998, 1012, 1026, 1040, 1053, 1067, 1080, 1094, 1107, + 1121, 1134, 1148, 1162, 1176, 1190, 1203, 1217, 1231, 1245, + 1259, 1274, 1288, 1302, 1315, 1328, 1342, 1356, 1370, 1384, + 1399, 1413, 1428, 1443, 1458, 1472, 1487, 1502, 1517, 1532, + 1547, 1562, 1578, 1593, 1609, 1624, 1640, 1656, 1672, 1688, + 1705, 1722, 1738, 1754, 1770, 1786, 1802, 1818, 1834, 1850, + 1866, 1882, 1898, 1914, 1929, 1945, 1960, 1975, 1990, 2005, + 2019, 2034, 2048, 2062, 2075, 2089, 2102, 2116, 2129, 2142, + 2154, 2167, 2179, 2191, 2203, 2215, 2227, 2238, 2249, 2259, + 2270, 2280, 2290, 2300, 2310, 2320, 2331, 2341, 2351, 2361, + 2371, 2381, 2391, 2401, 2411, 2421, 2430, 2440, 2450, 2459, + 2469, 2478, 2487, 2497, 2507, 2516, 2525, 2533, 2542, 2550, + 2558, 2566, 2574, 2582, 2589, 2597, 2605, 2613, 2622, 2630, + 2638, 2647, 2656, 2665, 2674, 2683, 2692, 2701, 2710, 2718, + 2727, 2735, 2744, 2752, 2760, 2768, 2776, 2784, 2791, 2799, + 2806, 2814, 2822, 2830, 2838, 2846, 2854, 2861, 2868, 2875, + 2882, 2888, 2894, 2900, 2905, 2910, 2914, 2918, 2921, 2924, + 2926, 2928, 2930, 2931 +}; + diff --git a/source/particles/management/src/G4NucleiPropertiesTheoreticalTableA.cc b/source/particles/management/src/G4NucleiPropertiesTheoreticalTableA.cc index fa0ecb1e68..4a9d5dfba8 100644 --- a/source/particles/management/src/G4NucleiPropertiesTheoreticalTableA.cc +++ b/source/particles/management/src/G4NucleiPropertiesTheoreticalTableA.cc @@ -21,51 +21,43 @@ // ******************************************************************** // // -// $Id: G4NucleiPropertiesTheoreticalTableA.cc,v 1.5 2003/05/19 17:10:25 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4NucleiPropertiesTheoreticalTableA.cc,v 1.6 2003/12/12 06:48:41 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ // GEANT 4 class implementation file // // ------------------------------------------------------------ +// Remove "theInstance" by H.Kurashige (12 Dec. 03) #include "G4NucleiPropertiesTheoreticalTable.hh" - - -G4int G4NucleiPropertiesTheoreticalTable::shortTable[G4NucleiPropertiesTheoreticalTable::shortTableSize]; - -G4NucleiPropertiesTheoreticalTable G4NucleiPropertiesTheoreticalTable::theInstance(2.5); -// Default constructor -G4NucleiPropertiesTheoreticalTable::G4NucleiPropertiesTheoreticalTable(G4double ) -{ - G4int j = 0; - - for (G4int i = 0; i < G4NucleiPropertiesTheoreticalTable::nEntries; i++) { - if (indexArray[0][i] > j+7) { - shortTable[j++] = i; - } - } - shortTable[G4NucleiPropertiesTheoreticalTable::shortTableSize-1] = - G4NucleiPropertiesTheoreticalTable::nEntries; -} - // Determine the table index for a Nuclide with Z protons and A nucleons G4int G4NucleiPropertiesTheoreticalTable::GetIndex(G4int Z, G4int A) { - if(A>339) G4Exception( - "G4NucleiPropertiesTheoreticalTable::GetIndex : Nucleon number larger than 339!\n"); - if(A<16) G4Exception( - "G4NucleiPropertiesTheoreticalTable::GetIndex : Nucleon number smaller than 16!\n"); - if(Z>136) G4Exception( - "G4NucleiPropertiesTheoreticalTable::GetIndex : Proton number larger than 136!\n"); - if(Z<8) G4Exception( - "G4NucleiPropertiesTheoreticalTable::GetIndex : Proton number smaller than 8!\n"); - if(Z>A) G4Exception( - "G4NucleiPropertiesTheoreticalTable::GetIndex : Nucleon number smaller than Z!\n"); - + if(A>339) { + G4Exception("G4NucleiPropertiesTheoreticalTable::GetIndex", + "Illegal arguemnt", + EventMustBeAborted,"Nucleon number larger than 339!"); + } else if(A<16) { + G4Exception("G4NucleiPropertiesTheoreticalTable::GetIndex", + "Illegal arguemnt", + EventMustBeAborted," Nucleon number smaller than 16!"); + } else if(Z>136) { + G4Exception("G4NucleiPropertiesTheoreticalTable::GetIndex", + "Illegal arguemnt", + EventMustBeAborted, "Proton number larger than 136!"); + } else if(Z<8) { + G4Exception("G4NucleiPropertiesTheoreticalTable::GetIndex", + "Illegal arguemnt", + EventMustBeAborted, "Proton number smaller than 8!"); + } else if(Z>A) { + G4Exception("G4NucleiPropertiesTheoreticalTable::GetIndex", + "Illegal arguemnt", + EventMustBeAborted, "Nucleon number smaller than Z!"); + } G4int i = shortTable[Z-8]; while ( i < shortTable[Z-8+1] ) { @@ -134,3 +126,10 @@ G4bool G4NucleiPropertiesTheoreticalTable::IsInTable(G4int Z, G4int A) return (Z <= A && A >= 16 && A <= 339 && Z <= 136 && Z >= 8 && GetIndex(Z, A) >= 0); } + + + + + + + diff --git a/source/particles/management/src/G4NucleiPropertiesTheoreticalTableB.cc b/source/particles/management/src/G4NucleiPropertiesTheoreticalTableB.cc index 3315d92f35..02ea9331fd 100644 --- a/source/particles/management/src/G4NucleiPropertiesTheoreticalTableB.cc +++ b/source/particles/management/src/G4NucleiPropertiesTheoreticalTableB.cc @@ -20,6 +20,7 @@ // * statement, and all its terms. * // ******************************************************************** // +// Add shortTable initialization by H.Kurashige (12 Dec. 03) #include "G4NucleiPropertiesTheoreticalTable.hh" @@ -2739,3 +2740,28 @@ G4int G4NucleiPropertiesTheoreticalTable::indexArray[2][G4NucleiPropertiesTheore 336,337,338,339,336,337,338,339,339 } }; + +//+------------------------------------------------------------+ +//| shortTable +// Reduced Table of Z for shorter index search. +// The index in this table coincide with Z-1 +// For each Z value shortTable[Z-1] has the index of +// the 1st occurrence in the indexArray[][] + +G4int G4NucleiPropertiesTheoreticalTable::shortTable[G4NucleiPropertiesTheoreticalTable::shortTableSize] = +{ + 0, 19, 41 , 65, 91, 119, 150, 183, 218, 255, + 294, 335, 377, 421, 466, 513, 561, 610, 660, 711, + 764, 818, 873, 928, 984, 1042, 1101, 1161, 1222, 1284, + 1347, 1411, 1476, 1542, 1609, 1677, 1746, 1816, 1887, 1958, + 2031, 2105, 2180, 2256, 2332, 2410, 2489, 2569, 2649, 2731, + 2814, 2897, 2981, 3065, 3151, 3237, 3324, 3411, 3500, 3589, + 3678, 3768, 3858, 3950, 4042, 4134, 4227, 4321, 4416, 4511, + 4606, 4702, 4799, 4896, 4993, 5092, 5191, 5290, 5389, 5490, + 5591, 5692, 5793, 5895, 5998, 6101, 6204, 6308, 6412, 6516, + 6620, 6725, 6830, 6936, 7042, 7149, 7254, 7356, 7455, 7551, + 7644, 7734, 7821, 7905, 7986, 8064, 8138, 8209, 8277, 8342, + 8404, 8463, 8519, 8572, 8622, 8668, 8711, 8751, 8788, 8822, + 8852, 8879, 8903, 8924, 8941, 8955, 8966, 8974, 8978, 0, + 0, 0, 0, 0, 0, 0, 8979 +}; diff --git a/source/particles/management/src/G4PDGCodeChecker.cc b/source/particles/management/src/G4PDGCodeChecker.cc index e567546e25..ec1e42ba87 100644 --- a/source/particles/management/src/G4PDGCodeChecker.cc +++ b/source/particles/management/src/G4PDGCodeChecker.cc @@ -22,7 +22,7 @@ // // // $Id: G4PDGCodeChecker.cc,v 1.6 2003/06/16 16:58:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/management/src/G4ParticleDefinition.cc b/source/particles/management/src/G4ParticleDefinition.cc index 195726e5b1..329859e64e 100644 --- a/source/particles/management/src/G4ParticleDefinition.cc +++ b/source/particles/management/src/G4ParticleDefinition.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParticleDefinition.cc,v 1.20 2003/09/19 18:44:05 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/management/src/G4ParticleMessenger.cc b/source/particles/management/src/G4ParticleMessenger.cc index 1ca6ba1612..3f87a85c2b 100644 --- a/source/particles/management/src/G4ParticleMessenger.cc +++ b/source/particles/management/src/G4ParticleMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParticleMessenger.cc,v 1.7 2003/06/16 16:58:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/particles/management/src/G4ParticlePropertyMessenger.cc b/source/particles/management/src/G4ParticlePropertyMessenger.cc index 57379c299c..e85c6b6110 100644 --- a/source/particles/management/src/G4ParticlePropertyMessenger.cc +++ b/source/particles/management/src/G4ParticlePropertyMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParticlePropertyMessenger.cc,v 1.6 2003/06/16 16:58:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/particles/management/src/G4ParticleTable.cc b/source/particles/management/src/G4ParticleTable.cc index 3d8388a7f0..01aa76d573 100644 --- a/source/particles/management/src/G4ParticleTable.cc +++ b/source/particles/management/src/G4ParticleTable.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParticleTable.cc,v 1.19 2003/05/19 17:10:26 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // class G4ParticleTable // diff --git a/source/particles/management/src/G4PhaseSpaceDecayChannel.cc b/source/particles/management/src/G4PhaseSpaceDecayChannel.cc index 4d4eac56b1..53ff777e7f 100644 --- a/source/particles/management/src/G4PhaseSpaceDecayChannel.cc +++ b/source/particles/management/src/G4PhaseSpaceDecayChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4PhaseSpaceDecayChannel.cc,v 1.7 2001/10/15 09:58:36 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/src/G4ShortLivedTable.cc b/source/particles/management/src/G4ShortLivedTable.cc index 6edc630360..606e5aff7a 100644 --- a/source/particles/management/src/G4ShortLivedTable.cc +++ b/source/particles/management/src/G4ShortLivedTable.cc @@ -22,7 +22,7 @@ // // // $Id: G4ShortLivedTable.cc,v 1.11 2003/06/16 16:58:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/management/src/G4TauLeptonicDecayChannel.cc b/source/particles/management/src/G4TauLeptonicDecayChannel.cc index 9a72e843bc..9ceede6a6f 100644 --- a/source/particles/management/src/G4TauLeptonicDecayChannel.cc +++ b/source/particles/management/src/G4TauLeptonicDecayChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4TauLeptonicDecayChannel.cc,v 1.2 2002/03/28 10:56:09 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/management/src/G4VDecayChannel.cc b/source/particles/management/src/G4VDecayChannel.cc index e0127535b5..a030e808ab 100644 --- a/source/particles/management/src/G4VDecayChannel.cc +++ b/source/particles/management/src/G4VDecayChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4VDecayChannel.cc,v 1.15 2002/11/20 15:05:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/shortlived/include/G4DiQuarks.hh b/source/particles/shortlived/include/G4DiQuarks.hh index eee0e702f5..86ad7728dd 100644 --- a/source/particles/shortlived/include/G4DiQuarks.hh +++ b/source/particles/shortlived/include/G4DiQuarks.hh @@ -22,7 +22,7 @@ // // // $Id: G4DiQuarks.hh,v 1.4 2001/07/11 10:02:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/shortlived/include/G4ExcitedBaryonConstructor.hh b/source/particles/shortlived/include/G4ExcitedBaryonConstructor.hh index 5f4de66a69..0e29317d11 100644 --- a/source/particles/shortlived/include/G4ExcitedBaryonConstructor.hh +++ b/source/particles/shortlived/include/G4ExcitedBaryonConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedBaryonConstructor.hh,v 1.5 2001/07/11 10:02:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/shortlived/include/G4ExcitedBaryons.hh b/source/particles/shortlived/include/G4ExcitedBaryons.hh index 98b36755b4..81f9076f61 100644 --- a/source/particles/shortlived/include/G4ExcitedBaryons.hh +++ b/source/particles/shortlived/include/G4ExcitedBaryons.hh @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedBaryons.hh,v 1.5 2001/07/11 10:02:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/shortlived/include/G4ExcitedDeltaConstructor.hh b/source/particles/shortlived/include/G4ExcitedDeltaConstructor.hh index 4e9d0016fd..fb1a4c716d 100644 --- a/source/particles/shortlived/include/G4ExcitedDeltaConstructor.hh +++ b/source/particles/shortlived/include/G4ExcitedDeltaConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedDeltaConstructor.hh,v 1.5 2001/07/11 10:02:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/shortlived/include/G4ExcitedLambdaConstructor.hh b/source/particles/shortlived/include/G4ExcitedLambdaConstructor.hh index 6b42af9b64..08b326f6a7 100644 --- a/source/particles/shortlived/include/G4ExcitedLambdaConstructor.hh +++ b/source/particles/shortlived/include/G4ExcitedLambdaConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedLambdaConstructor.hh,v 1.7 2003/05/19 17:11:20 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/shortlived/include/G4ExcitedMesonConstructor.hh b/source/particles/shortlived/include/G4ExcitedMesonConstructor.hh index 2653f089ea..47a1622451 100644 --- a/source/particles/shortlived/include/G4ExcitedMesonConstructor.hh +++ b/source/particles/shortlived/include/G4ExcitedMesonConstructor.hh @@ -28,7 +28,7 @@ // and all its terms. // // $Id: G4ExcitedMesonConstructor.hh,v 1.7 2001/07/11 10:02:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/shortlived/include/G4ExcitedMesons.hh b/source/particles/shortlived/include/G4ExcitedMesons.hh index 802c49f4c4..44504b4a4d 100644 --- a/source/particles/shortlived/include/G4ExcitedMesons.hh +++ b/source/particles/shortlived/include/G4ExcitedMesons.hh @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedMesons.hh,v 1.5 2001/07/11 10:02:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/shortlived/include/G4ExcitedNucleonConstructor.hh b/source/particles/shortlived/include/G4ExcitedNucleonConstructor.hh index 4ff5433dcd..449aef7017 100644 --- a/source/particles/shortlived/include/G4ExcitedNucleonConstructor.hh +++ b/source/particles/shortlived/include/G4ExcitedNucleonConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedNucleonConstructor.hh,v 1.5 2001/07/11 10:02:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/shortlived/include/G4ExcitedSigmaConstructor.hh b/source/particles/shortlived/include/G4ExcitedSigmaConstructor.hh index d119947444..0822c7d0f9 100644 --- a/source/particles/shortlived/include/G4ExcitedSigmaConstructor.hh +++ b/source/particles/shortlived/include/G4ExcitedSigmaConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedSigmaConstructor.hh,v 1.5 2001/07/11 10:02:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/shortlived/include/G4ExcitedXiConstructor.hh b/source/particles/shortlived/include/G4ExcitedXiConstructor.hh index 5f6cd93ec6..5fee41a900 100644 --- a/source/particles/shortlived/include/G4ExcitedXiConstructor.hh +++ b/source/particles/shortlived/include/G4ExcitedXiConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedXiConstructor.hh,v 1.5 2001/07/11 10:02:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/shortlived/include/G4Gluons.hh b/source/particles/shortlived/include/G4Gluons.hh index dc328db2c7..0ad2962c12 100644 --- a/source/particles/shortlived/include/G4Gluons.hh +++ b/source/particles/shortlived/include/G4Gluons.hh @@ -22,7 +22,7 @@ // // // $Id: G4Gluons.hh,v 1.4 2001/07/11 10:02:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/shortlived/include/G4Quarks.hh b/source/particles/shortlived/include/G4Quarks.hh index 970df0ae30..65b87a3ec6 100644 --- a/source/particles/shortlived/include/G4Quarks.hh +++ b/source/particles/shortlived/include/G4Quarks.hh @@ -22,7 +22,7 @@ // // // $Id: G4Quarks.hh,v 1.4 2001/07/11 10:02:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/shortlived/include/G4ShortLivedConstructor.hh b/source/particles/shortlived/include/G4ShortLivedConstructor.hh index af89cd14d7..ddca4bb186 100644 --- a/source/particles/shortlived/include/G4ShortLivedConstructor.hh +++ b/source/particles/shortlived/include/G4ShortLivedConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4ShortLivedConstructor.hh,v 1.4 2001/07/11 10:02:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/shortlived/include/G4VShortLivedParticle.hh b/source/particles/shortlived/include/G4VShortLivedParticle.hh index 021f34a730..bc43e4b3cb 100644 --- a/source/particles/shortlived/include/G4VShortLivedParticle.hh +++ b/source/particles/shortlived/include/G4VShortLivedParticle.hh @@ -22,7 +22,7 @@ // // // $Id: G4VShortLivedParticle.hh,v 1.6 2003/03/10 08:43:56 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/particles/shortlived/src/G4DiQuarks.cc b/source/particles/shortlived/src/G4DiQuarks.cc index fe179f7c93..e8820be898 100644 --- a/source/particles/shortlived/src/G4DiQuarks.cc +++ b/source/particles/shortlived/src/G4DiQuarks.cc @@ -22,7 +22,7 @@ // // // $Id: G4DiQuarks.cc,v 1.5 2003/06/16 16:58:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/shortlived/src/G4ExcitedBaryonConstructor.cc b/source/particles/shortlived/src/G4ExcitedBaryonConstructor.cc index aa70aaf9b1..2431caf48b 100644 --- a/source/particles/shortlived/src/G4ExcitedBaryonConstructor.cc +++ b/source/particles/shortlived/src/G4ExcitedBaryonConstructor.cc @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedBaryonConstructor.cc,v 1.6 2001/07/11 10:02:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/shortlived/src/G4ExcitedBaryons.cc b/source/particles/shortlived/src/G4ExcitedBaryons.cc index 5f5bcadffe..e312b42f55 100644 --- a/source/particles/shortlived/src/G4ExcitedBaryons.cc +++ b/source/particles/shortlived/src/G4ExcitedBaryons.cc @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedBaryons.cc,v 1.5 2003/06/16 16:58:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/shortlived/src/G4ExcitedDeltaConstructor.cc b/source/particles/shortlived/src/G4ExcitedDeltaConstructor.cc index cf5b5d1f21..c5ed0bf48f 100644 --- a/source/particles/shortlived/src/G4ExcitedDeltaConstructor.cc +++ b/source/particles/shortlived/src/G4ExcitedDeltaConstructor.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ExcitedDeltaConstructor.cc,v 1.7 2002/11/19 11:49:24 jwellisc Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ExcitedDeltaConstructor.cc,v 1.8 2004/02/13 05:54:07 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // -------------------------------------------------------------- @@ -472,13 +472,13 @@ const char* G4ExcitedDeltaConstructor::name[] = const G4double G4ExcitedDeltaConstructor::mass[] = { - 1.700*GeV, 1.675*GeV, 1.750*GeV, 1.840*GeV, 1.880*GeV, - 1.900*GeV, 1.920*GeV, 1.970*GeV, 1.990*GeV + 1.600*GeV, 1.620*GeV, 1.700*GeV, 1.840*GeV, 1.905*GeV, + 1.910*GeV, 1.920*GeV, 1.930*GeV, 1.950*GeV }; const G4double G4ExcitedDeltaConstructor::width[] = { - 350.0*MeV, 160.0*MeV, 350.0*MeV, 260.0*MeV, 350.0*MeV, - 250.0*MeV, 200.0*MeV, 350.0*MeV, 350.0*MeV + 350.0*MeV, 150.0*MeV, 300.0*MeV, 260.0*MeV, 350.0*MeV, + 250.0*MeV, 200.0*MeV, 350.0*MeV, 300.0*MeV }; const G4int G4ExcitedDeltaConstructor::iSpin[] = diff --git a/source/particles/shortlived/src/G4ExcitedLambdaConstructor.cc b/source/particles/shortlived/src/G4ExcitedLambdaConstructor.cc index 932aee8f1c..cb2e82d7df 100644 --- a/source/particles/shortlived/src/G4ExcitedLambdaConstructor.cc +++ b/source/particles/shortlived/src/G4ExcitedLambdaConstructor.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ExcitedLambdaConstructor.cc,v 1.7 2003/05/20 10:05:35 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ExcitedLambdaConstructor.cc,v 1.8 2004/02/13 05:54:07 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // -------------------------------------------------------------- @@ -353,13 +353,13 @@ const char* G4ExcitedLambdaConstructor::name[] = { }; const G4double G4ExcitedLambdaConstructor::mass[] = { - 1.407*GeV, 1.520*GeV, 1.600*GeV, 1.670*GeV, 1.690*GeV, + 1.407*GeV,1.5195*GeV, 1.600*GeV, 1.670*GeV, 1.690*GeV, 1.800*GeV, 1.810*GeV, 1.820*GeV, 1.830*GeV, 1.890*GeV, 2.100*GeV, 2.110*GeV }; const G4double G4ExcitedLambdaConstructor::width[] = { - 50.0*MeV, 16.0*MeV, 150.0*MeV, 35.0*MeV, 60.0*MeV, + 50.0*MeV, 15.6*MeV, 150.0*MeV, 35.0*MeV, 60.0*MeV, 300.0*MeV, 150.0*MeV, 80.0*MeV, 95.0*MeV, 100.0*MeV, 200.0*MeV, 200.0*MeV }; diff --git a/source/particles/shortlived/src/G4ExcitedMesonConstructor.cc b/source/particles/shortlived/src/G4ExcitedMesonConstructor.cc index f6595dd511..97c0f94f38 100644 --- a/source/particles/shortlived/src/G4ExcitedMesonConstructor.cc +++ b/source/particles/shortlived/src/G4ExcitedMesonConstructor.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ExcitedMesonConstructor.cc,v 1.13 2003/05/20 10:05:37 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ExcitedMesonConstructor.cc,v 1.14 2004/02/13 05:54:07 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // -------------------------------------------------------------- @@ -1379,13 +1379,13 @@ const char* G4ExcitedMesonConstructor::name[G4ExcitedMesonConstructor::NMultiple const G4double G4ExcitedMesonConstructor::mass[G4ExcitedMesonConstructor::NMultiplets ][ G4ExcitedMesonConstructor::NMesonTypes ] = { { 1.2295*GeV, 1.170*GeV, 1.386*GeV, 1.272*GeV, 1.272*GeV }, - { 1.474*GeV, 1.370*GeV, 0.0, 1.429*GeV, 1.429*GeV }, + { 1.474*GeV, 1.370*GeV, 0.0, 1.412*GeV, 1.412*GeV }, { 1.230*GeV, 1.282*GeV,1.4262*GeV, 1.402*GeV, 1.402*GeV }, - { 1.318*GeV, 1.275*GeV, 1.525*GeV,1.4256*GeV, 1.4256*GeV }, + { 1.318*GeV,1.2754*GeV, 1.525*GeV,1.4256*GeV, 1.4256*GeV }, { 1.670*GeV, 1.632*GeV, 1.854*GeV, 1.773*GeV, 1.773*GeV }, { 1.700*GeV, 1.649*GeV, 0.0, 1.717*GeV, 1.717*GeV }, { 1.691*GeV, 1.667*GeV, 1.854*GeV, 1.776*GeV, 1.776*GeV }, - { 1.300*GeV, 1.297*GeV, 1.440*GeV,1.4324*GeV, 1.4324*GeV }, + { 1.300*GeV, 1.293*GeV, 1.440*GeV,1.4324*GeV, 1.4324*GeV }, { 1.465*GeV, 1.419*GeV, 1.680*GeV, 1.414*GeV, 1.414*GeV }, { 0.0, 1.815*GeV, 2.010*GeV, 1.973*GeV, 1.973*GeV } }; @@ -1403,13 +1403,13 @@ const G4double G4ExcitedMesonConstructor::widthKdiff[ G4ExcitedMesonConstructor const G4double G4ExcitedMesonConstructor::width[G4ExcitedMesonConstructor::NMultiplets ][ G4ExcitedMesonConstructor::NMesonTypes ] = { { 142.0*MeV, 360.0*MeV, 91.0*MeV, 90.0*MeV, 90.0*MeV }, - { 265.0*MeV, 200.0*MeV, 0.0, 287.0*MeV, 287.0*MeV }, - { 400.0*MeV, 24.0*MeV, 55.0*MeV, 174.0*MeV, 174.0*MeV }, - { 107.0*MeV, 185.5*MeV, 76.0*MeV, 98.5*MeV, 98.5*MeV }, - { 258.0*MeV, 180.0*MeV, 202.0*MeV, 186.0*MeV, 186.0*MeV }, + { 265.0*MeV, 200.0*MeV, 0.0, 294.0*MeV, 294.0*MeV }, + { 400.0*MeV, 24.0*MeV, 55.5*MeV, 174.0*MeV, 174.0*MeV }, + { 107.0*MeV, 185.1*MeV, 76.0*MeV, 98.5*MeV, 98.5*MeV }, + { 259.0*MeV, 180.0*MeV, 202.0*MeV, 186.0*MeV, 186.0*MeV }, { 240.0*MeV, 220.0*MeV, 0.0, 320.0*MeV, 320.0*MeV }, - { 160.0*MeV, 168.0*MeV, 87.0*MeV, 159.0*MeV, 159.0*MeV }, - { 220.0*MeV, 53.0*MeV, 56.0*MeV, 260.0*MeV, 260.0*MeV }, + { 161.0*MeV, 168.0*MeV, 87.0*MeV, 159.0*MeV, 159.0*MeV }, + { 220.0*MeV, 55.0*MeV, 56.0*MeV, 260.0*MeV, 260.0*MeV }, { 310.0*MeV, 170.0*MeV, 150.0*MeV, 232.0*MeV, 232.0*MeV }, { 0.0, 197.0*MeV, 200.0*MeV, 373.0*MeV, 373.0*MeV } }; diff --git a/source/particles/shortlived/src/G4ExcitedMesons.cc b/source/particles/shortlived/src/G4ExcitedMesons.cc index caca7bc1e8..222811dcc5 100644 --- a/source/particles/shortlived/src/G4ExcitedMesons.cc +++ b/source/particles/shortlived/src/G4ExcitedMesons.cc @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedMesons.cc,v 1.5 2003/06/16 16:58:47 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/shortlived/src/G4ExcitedNucleonConstructor.cc b/source/particles/shortlived/src/G4ExcitedNucleonConstructor.cc index fbbb139d23..3dff799651 100644 --- a/source/particles/shortlived/src/G4ExcitedNucleonConstructor.cc +++ b/source/particles/shortlived/src/G4ExcitedNucleonConstructor.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ExcitedNucleonConstructor.cc,v 1.6 2002/11/19 11:49:24 jwellisc Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ExcitedNucleonConstructor.cc,v 1.7 2004/02/13 05:54:07 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // -------------------------------------------------------------- @@ -545,15 +545,15 @@ const char* G4ExcitedNucleonConstructor::name[] = { }; const G4double G4ExcitedNucleonConstructor::mass[] = { - 1.440*GeV, 1.515*GeV, 1.550*GeV, 1.650*GeV, 1.675*GeV, - 1.680*GeV, 1.730*GeV, 1.710*GeV, 1.720*GeV, 1.850*GeV, - 1.950*GeV, 2.000*GeV, 2.150*GeV, 2.220*GeV, 2.250*GeV + 1.440*GeV, 1.520*GeV, 1.535*GeV, 1.650*GeV, 1.675*GeV, + 1.680*GeV, 1.700*GeV, 1.710*GeV, 1.720*GeV, 1.850*GeV, + 1.950*GeV, 2.000*GeV, 2.190*GeV, 2.220*GeV, 2.250*GeV }; const G4double G4ExcitedNucleonConstructor::width[] = { - 350.0*MeV, 120.0*MeV, 140.0*MeV, 150.0*MeV, 140.0*MeV, - 120.0*MeV, 120.0*MeV, 110.0*MeV, 150.0*MeV, 500.0*MeV, - 550.0*MeV, 350.0*MeV, 500.0*MeV, 550.0*MeV, 470.0*MeV + 350.0*MeV, 120.0*MeV, 150.0*MeV, 150.0*MeV, 150.0*MeV, + 130.0*MeV, 100.0*MeV, 100.0*MeV, 150.0*MeV, 500.0*MeV, + 550.0*MeV, 350.0*MeV, 450.0*MeV, 550.0*MeV, 470.0*MeV }; const G4int G4ExcitedNucleonConstructor::iSpin[] = { diff --git a/source/particles/shortlived/src/G4ExcitedSigmaConstructor.cc b/source/particles/shortlived/src/G4ExcitedSigmaConstructor.cc index f83ea0d280..4af5e3e09f 100644 --- a/source/particles/shortlived/src/G4ExcitedSigmaConstructor.cc +++ b/source/particles/shortlived/src/G4ExcitedSigmaConstructor.cc @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedSigmaConstructor.cc,v 1.8 2003/06/20 00:40:04 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: particles-V05-02-02 $ // // // -------------------------------------------------------------- diff --git a/source/particles/shortlived/src/G4ExcitedXiConstructor.cc b/source/particles/shortlived/src/G4ExcitedXiConstructor.cc index 195d296f21..35f4a0813d 100644 --- a/source/particles/shortlived/src/G4ExcitedXiConstructor.cc +++ b/source/particles/shortlived/src/G4ExcitedXiConstructor.cc @@ -22,7 +22,7 @@ // // // $Id: G4ExcitedXiConstructor.cc,v 1.5 2001/07/11 10:02:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/shortlived/src/G4Gluons.cc b/source/particles/shortlived/src/G4Gluons.cc index 0991d3c4a4..a1dfdb79ed 100644 --- a/source/particles/shortlived/src/G4Gluons.cc +++ b/source/particles/shortlived/src/G4Gluons.cc @@ -22,7 +22,7 @@ // // // $Id: G4Gluons.cc,v 1.5 2003/06/16 16:58:48 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/shortlived/src/G4Quarks.cc b/source/particles/shortlived/src/G4Quarks.cc index 4152159d83..7ac87d25a3 100644 --- a/source/particles/shortlived/src/G4Quarks.cc +++ b/source/particles/shortlived/src/G4Quarks.cc @@ -22,7 +22,7 @@ // // // $Id: G4Quarks.cc,v 1.5 2003/06/16 16:58:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------------------------------------------------------------- diff --git a/source/particles/shortlived/src/G4ShortLivedConstructor.cc b/source/particles/shortlived/src/G4ShortLivedConstructor.cc index d573dbd1fd..a8ad11d1f9 100644 --- a/source/particles/shortlived/src/G4ShortLivedConstructor.cc +++ b/source/particles/shortlived/src/G4ShortLivedConstructor.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ShortLivedConstructor.cc,v 1.11 2003/09/21 19:27:55 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ShortLivedConstructor.cc,v 1.12 2004/02/13 05:54:07 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // -------------------------------------------------------------- @@ -366,7 +366,7 @@ void G4ShortLivedConstructor::ConstructBaryons() // delta baryons // delta(1232)++ particle = new G4ExcitedBaryons( - "delta++", 1.232*GeV, 115.0*MeV, +2.0*eplus, + "delta++", 1.232*GeV, 120.0*MeV, +2.0*eplus, 3, +1, 0, 3, +3, 0, "baryon", 0, +1, 2224, @@ -385,7 +385,7 @@ void G4ShortLivedConstructor::ConstructBaryons() // delta(1232)+ particle = new G4ExcitedBaryons( - "delta+", 1.232*GeV, 115.0*MeV, +1.0*eplus, + "delta+", 1.232*GeV, 120.0*MeV, +1.0*eplus, 3, +1, 0, 3, +1, 0, "baryon", 0, +1, 2214, @@ -415,7 +415,7 @@ void G4ShortLivedConstructor::ConstructBaryons() // delta(1232)0 particle = new G4ExcitedBaryons( - "delta0", 1.232*GeV, 115.0*MeV, +0.0*eplus, + "delta0", 1.232*GeV, 120.0*MeV, +0.0*eplus, 3, +1, 0, 3, -1, 0, "baryon", 0, +1, 2114, @@ -443,7 +443,7 @@ void G4ShortLivedConstructor::ConstructBaryons() // delta(1232)- particle = new G4ExcitedBaryons( - "delta-", 1.232*GeV, 115.0*MeV, -1.0*eplus, + "delta-", 1.232*GeV, 120.0*MeV, -1.0*eplus, 3, +1, 0, 3, -3, 0, "baryon", 0, +1, 1114, @@ -464,7 +464,7 @@ void G4ShortLivedConstructor::ConstructBaryons() // anti_delta baryons // anti_delta(1232)++ particle = new G4ExcitedBaryons( - "anti_delta++", 1.232*GeV, 115.0*MeV, -2.0*eplus, + "anti_delta++", 1.232*GeV, 120.0*MeV, -2.0*eplus, 3, +1, 0, 3, -3, 0, "baryon", 0, -1, -2224, @@ -483,7 +483,7 @@ void G4ShortLivedConstructor::ConstructBaryons() // anti_delta(1232)+ particle = new G4ExcitedBaryons( - "anti_delta+", 1.232*GeV, 115.0*MeV, -1.0*eplus, + "anti_delta+", 1.232*GeV, 120.0*MeV, -1.0*eplus, 3, +1, 0, 3, -1, 0, "baryon", 0, -1, -2214, @@ -506,7 +506,7 @@ void G4ShortLivedConstructor::ConstructBaryons() // anti_delta(1232)0 particle = new G4ExcitedBaryons( - "anti_delta0", 1.232*GeV, 115.0*MeV, +0.0*eplus, + "anti_delta0", 1.232*GeV, 120.0*MeV, +0.0*eplus, 3, +1, 0, 3, +1, 0, "baryon", 0, -1, -2114, @@ -529,7 +529,7 @@ void G4ShortLivedConstructor::ConstructBaryons() // anti_delta(1232)- particle = new G4ExcitedBaryons( - "anti_delta-", 1.232*GeV, 115.0*MeV, +1.0*eplus, + "anti_delta-", 1.232*GeV, 120.0*MeV, +1.0*eplus, 3, +1, 0, 3, +3, 0, "baryon", 0, -1, -1114, @@ -566,7 +566,7 @@ void G4ShortLivedConstructor::ConstructMesons() // vector mesons // omega particle = new G4ExcitedMesons( - "omega", 781.94*MeV, 8.41*MeV, +0.0*eplus, + "omega", 782.57*MeV, 8.44*MeV, +0.0*eplus, 2, -1, -1, 0, +0, -1, "meson", 0, 0, 223, @@ -586,7 +586,7 @@ void G4ShortLivedConstructor::ConstructMesons() // phi particle = new G4ExcitedMesons( - "phi", 1019.4*MeV, 4.43*MeV, +0.0*eplus, + "phi", 1019.4*MeV, 4.26*MeV, +0.0*eplus, 2, -1, -1, 0, +0, -1, "meson", 0, 0, 333, @@ -655,7 +655,7 @@ void G4ShortLivedConstructor::ConstructMesons() // rho0 particle = new G4ExcitedMesons( - "rho0", 770.0*MeV, 150.7*MeV, 0.0, + "rho0", 771.1*MeV, 149.2*MeV, 0.0, 2, -1, -1, 2, 0, +1, "meson", 0, 0, 113, @@ -675,7 +675,7 @@ void G4ShortLivedConstructor::ConstructMesons() // a0(980)+ particle = new G4ExcitedMesons( - "a0(980)+", 984.8*MeV, 60.0*MeV, +1.0*eplus, + "a0(980)+", 984.7*MeV, 60.0*MeV, +1.0*eplus, 0, +1, +1, 2, +2, -1, "meson", 0, 0, 9000211, @@ -694,7 +694,7 @@ void G4ShortLivedConstructor::ConstructMesons() // a0(980)- particle = new G4ExcitedMesons( - "a0(980)-", 984.8*MeV, 60.0*MeV, -1.0*eplus, + "a0(980)-", 984.7*MeV, 60.0*MeV, -1.0*eplus, 0, +1, +1, 2, -2, -1, "meson", 0, 0, -9000211, @@ -713,7 +713,7 @@ void G4ShortLivedConstructor::ConstructMesons() // a0(980)0 particle = new G4ExcitedMesons( - "a0(980)0", 984.8*MeV, 60.0*MeV, 0.0, + "a0(980)0", 984.7*MeV, 60.0*MeV, 0.0, 0, +1, +1, 2, 0, -1, "meson", 0, 0, 9000111, @@ -733,19 +733,38 @@ void G4ShortLivedConstructor::ConstructMesons() // f0(400-1200) particle = new G4ExcitedMesons( - "f0(400-1200)", 470.0*MeV, 400.0*MeV, 0.0, + "f0(600)", 470.0*MeV, 400.0*MeV, 0.0, 0, +1, +1, 0, 0, +1, "meson", 0, 0, 9000221, false, 0.0, NULL); particle->SetAntiPDGEncoding(9000221); // set sub type - particle->SetMultipletName("f0(400-1200)"); + particle->SetMultipletName("f0(600)"); // create decay table decayTable = new G4DecayTable(); - // create decay channel of f0(400-1200) -> pi + pi + // create decay channel of f0(600) -> pi + pi // parent BR #daughters - mode = new G4PhaseSpaceDecayChannel("f0(400-1200)",1.000, 2, + mode = new G4PhaseSpaceDecayChannel("f0(600)",1.000, 2, + "pi+","pi-"); + // add decay table + decayTable->Insert(mode); + particle->SetDecayTable(decayTable); + // f0(400-1200) + particle = new G4ExcitedMesons( + "f0(600)", 470.0*MeV, 400.0*MeV, 0.0, + 0, +1, +1, + 0, 0, +1, + "meson", 0, 0, 9000221, + false, 0.0, NULL); + particle->SetAntiPDGEncoding(9000221); + // set sub type + particle->SetMultipletName("f0(600)"); + // create decay table + decayTable = new G4DecayTable(); + // create decay channel of f0(600) -> pi + pi + // parent BR #daughters + mode = new G4PhaseSpaceDecayChannel("f0(600)",1.000, 2, "pi+","pi-"); // add decay table decayTable->Insert(mode); @@ -773,6 +792,62 @@ void G4ShortLivedConstructor::ConstructMesons() particle->SetDecayTable(decayTable); + // f0(1500) + particle = new G4ExcitedMesons( + "f0(1500)", 1507.0*MeV, 109.0*MeV, 0.0, + 0, +1, +1, + 0, 0, +1, + "meson", 0, 0, 9020221, + false, 0.0, NULL); + particle->SetAntiPDGEncoding(9020221); + // set sub type + particle->SetMultipletName("f0(1500)"); + // create decay table + decayTable = new G4DecayTable(); + // create decay channel of f0(1500) -> eta + eta + // parent BR #daughters + mode = new G4PhaseSpaceDecayChannel("f0(1500)",1.000, 2, + "eta","eta"); + // add decay table + decayTable->Insert(mode); + particle->SetDecayTable(decayTable); + + // f0(1710) + particle = new G4ExcitedMesons( + "f0(1710)", 1713.0*MeV, 125.0*MeV, 0.0, + 0, +1, +1, + 0, 0, +1, + "meson", 0, 0, 10331, + false, 0.0, NULL); + particle->SetAntiPDGEncoding(10331); + // set sub type + particle->SetMultipletName("f0(1710)"); + // create decay table + decayTable = new G4DecayTable(); + + // create decay channel of f0(1710) -> k0 + k0 + // parent BR #daughters + mode = new G4PhaseSpaceDecayChannel("f0(1710)",0.40, 2, + "kaon0S","kaon0S"); + // add decay table + decayTable->Insert(mode); + + // create decay channel of f0(1710) -> k+ + k+ + // parent BR #daughters + mode = new G4PhaseSpaceDecayChannel("f0(1710)",0.40, 2, + "kaon+","kaon-"); + // add decay table + decayTable->Insert(mode); + + // create decay channel of f0(1710) -> eta + eta + // parent BR #daughters + mode = new G4PhaseSpaceDecayChannel("f0(1710)",0.20, 2, + "eta","eta"); + // add decay table + decayTable->Insert(mode); + particle->SetDecayTable(decayTable); + + // k_star+ particle = new G4ExcitedMesons( "k_star+", 891.6*MeV, 50.8*MeV, +1.0*eplus, @@ -800,7 +875,7 @@ void G4ShortLivedConstructor::ConstructMesons() // k_star0 particle = new G4ExcitedMesons( - "k_star0", 896.1*MeV, 50.5*MeV, 0.0*eplus, + "k_star0", 896.1*MeV, 50.7*MeV, 0.0*eplus, 2, -1, 0, 1, -1, 0, "meson", 0, 0, 313, @@ -851,7 +926,7 @@ void G4ShortLivedConstructor::ConstructMesons() // anti_k_star0 particle = new G4ExcitedMesons( - "anti_k_star0", 896.1*MeV, 50.5*MeV, 0.0*eplus, + "anti_k_star0", 896.1*MeV, 50.7*MeV, 0.0*eplus, 2, -1, 0, 1, -1, 0, "meson", 0, 0, -313, diff --git a/source/particles/shortlived/src/G4VShortLivedParticle.cc b/source/particles/shortlived/src/G4VShortLivedParticle.cc index 6acb6db82d..c4e9475eb9 100644 --- a/source/particles/shortlived/src/G4VShortLivedParticle.cc +++ b/source/particles/shortlived/src/G4VShortLivedParticle.cc @@ -22,7 +22,7 @@ // // // $Id: G4VShortLivedParticle.cc,v 1.6 2003/03/10 08:43:56 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/particles/utils/include/G4HtmlPPReporter.hh b/source/particles/utils/include/G4HtmlPPReporter.hh index 6c0d937b14..a02c2337df 100644 --- a/source/particles/utils/include/G4HtmlPPReporter.hh +++ b/source/particles/utils/include/G4HtmlPPReporter.hh @@ -27,7 +27,7 @@ // and all its terms. // // $Id: G4HtmlPPReporter.hh,v 1.1 2003/09/21 19:38:49 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/particles/utils/include/G4SimplePPReporter.hh b/source/particles/utils/include/G4SimplePPReporter.hh index 799b60e0be..4225e61f56 100644 --- a/source/particles/utils/include/G4SimplePPReporter.hh +++ b/source/particles/utils/include/G4SimplePPReporter.hh @@ -27,7 +27,7 @@ // and all its terms. // // $Id: G4SimplePPReporter.hh,v 1.1 2003/09/21 19:38:50 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4CollisionPtr.hh b/source/particles/utils/include/G4TextPPReporter.hh similarity index 63% rename from source/processes/hadronic/models/im_r_matrix/include/G4CollisionPtr.hh rename to source/particles/utils/include/G4TextPPReporter.hh index d8878aa371..29194cb943 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4CollisionPtr.hh +++ b/source/particles/utils/include/G4TextPPReporter.hh @@ -20,57 +20,45 @@ // * statement, and all its terms. * // ******************************************************************** // +// the GEANT4 collaboration. // -// ------------------------------------------------------------------- -// GEANT4 Class file +// By copying, distributing or modifying the Program (or any work +// based on the Program) you indicate your acceptance of this statement, +// and all its terms. // +// $Id: G4TextPPReporter.hh,v 1.1 2004/03/11 09:47:44 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // -// File name: G4CollisionPtr -// -// Author: Maria Grazia Pia (MariaGrazia.Pia@genova.infn.it) // -// Creation date: 15 April 1999 -// -// Modifications: -// -// ------------------------------------------------------------------- - -#ifndef G4COLLISIONPTR_HH -#define G4COLLISIONPTR_HH +// --------------------------------------------------------------- +#ifndef G4TextPPReporter_h +#define G4TextPPReporter_h 1 #include "globals.hh" +#include "G4ios.hh" -class G4VCollision; +#include "G4VParticlePropertyReporter.hh" -class G4CollisionPtr +class G4TextPPReporter: public G4VParticlePropertyReporter { -public: + public: + //constructors + G4TextPPReporter(); + + //destructor + virtual ~G4TextPPReporter(); + + public: + virtual void Print(const G4String& option=""); - // This is a wrapper class to store pointers to G4VCollision in vectors - // Constructor - G4CollisionPtr(G4VCollision* x = 0); + protected: + void SparseOption(const G4String& option); + void GeneratePropertyTable(G4ParticleDefinition* ); - //Destructor - ~G4CollisionPtr() { } - - // Copy constructor - G4CollisionPtr(const G4CollisionPtr& xw) : x_(xw.x_) { } - - // Operators - - const G4VCollision* operator() () const; - G4VCollision* operator() (); - - G4CollisionPtr& operator= (const G4CollisionPtr& xw); - - G4bool operator== (const G4CollisionPtr& right) const; - - G4bool operator< (const G4CollisionPtr& ) { return false; } - -private: - - G4VCollision* x_; + protected: + G4String baseDir; }; + #endif diff --git a/source/particles/utils/include/G4TextPPRetriever.hh b/source/particles/utils/include/G4TextPPRetriever.hh new file mode 100644 index 0000000000..f3dc182d46 --- /dev/null +++ b/source/particles/utils/include/G4TextPPRetriever.hh @@ -0,0 +1,66 @@ +// +// ******************************************************************** +// * DISCLAIMER * +// * * +// * The following disclaimer summarizes all the specific disclaimers * +// * of contributors to this software. The specific disclaimers,which * +// * govern, are listed with their locations in: * +// * http://cern.ch/geant4/license * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. * +// * * +// * This code implementation is the intellectual property of the * +// * GEANT4 collaboration. * +// * By copying, distributing or modifying the Program (or any work * +// * based on the Program) you indicate your acceptance of this * +// * statement, and all its terms. * +// ******************************************************************** +// +// the GEANT4 collaboration. +// +// By copying, distributing or modifying the Program (or any work +// based on the Program) you indicate your acceptance of this statement, +// and all its terms. +// +// $Id: G4TextPPRetriever.hh,v 1.1 2004/03/11 09:47:44 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ +// +// +// --------------------------------------------------------------- +#ifndef G4TextPPRetriever_h +#define G4TextPPRetriever_h 1 + +#include "globals.hh" +#include "G4ios.hh" +#include +#include + +#include "G4VParticlePropertyRetriever.hh" + +class G4TextPPRetriever: public G4VParticlePropertyRetriever +{ + public: + //constructors + G4TextPPRetriever(); + + //destructor + virtual ~G4TextPPRetriever(); + + public: + virtual void Retrieve(const G4String& option=""); + + protected: + void SparseOption(const G4String& option); + G4bool ModifyPropertyTable(G4ParticleDefinition* ); + + protected: + G4String baseDir; + +}; + + +#endif diff --git a/source/particles/utils/include/G4VParticlePropertyReporter.hh b/source/particles/utils/include/G4VParticlePropertyReporter.hh index ff0bc5ccc9..c85751f8df 100644 --- a/source/particles/utils/include/G4VParticlePropertyReporter.hh +++ b/source/particles/utils/include/G4VParticlePropertyReporter.hh @@ -27,7 +27,7 @@ // and all its terms. // // $Id: G4VParticlePropertyReporter.hh,v 1.1 2003/09/21 19:38:50 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/particles/utils/include/G4VParticlePropertyRetriever.hh b/source/particles/utils/include/G4VParticlePropertyRetriever.hh new file mode 100644 index 0000000000..f6143167ad --- /dev/null +++ b/source/particles/utils/include/G4VParticlePropertyRetriever.hh @@ -0,0 +1,85 @@ +// +// ******************************************************************** +// * DISCLAIMER * +// * * +// * The following disclaimer summarizes all the specific disclaimers * +// * of contributors to this software. The specific disclaimers,which * +// * govern, are listed with their locations in: * +// * http://cern.ch/geant4/license * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. * +// * * +// * This code implementation is the intellectual property of the * +// * GEANT4 collaboration. * +// * By copying, distributing or modifying the Program (or any work * +// * based on the Program) you indicate your acceptance of this * +// * statement, and all its terms. * +// ******************************************************************** +// +// the GEANT4 collaboration. +// +// By copying, distributing or modifying the Program (or any work +// based on the Program) you indicate your acceptance of this statement, +// and all its terms. +// +// $Id: G4VParticlePropertyRetriever.hh,v 1.1 2004/03/11 09:47:44 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ +// +// +// --------------------------------------------------------------- +#ifndef G4VParticlePropertyRetriever_h +#define G4VParticlePropertyRetriever_h 1 + +#include "globals.hh" +#include "G4ios.hh" +#include + +#include "G4ParticlePropertyData.hh" +#include "G4ParticlePropertyTable.hh" + +class G4VParticlePropertyRetriever +{ + public: + //constructors + G4VParticlePropertyRetriever(); + + //destructor + virtual ~G4VParticlePropertyRetriever(); + + public: + // equality operators + G4int operator==(const G4VParticlePropertyRetriever &right) const + { return (this == &right); } + + G4int operator!=(const G4VParticlePropertyRetriever &right) const + { return (this != &right); } + + public: + virtual void Retrieve(const G4String& option) = 0; + // print out particle properties in the list + + protected: + G4ParticlePropertyTable* pPropertyTable; + +}; + +inline + G4VParticlePropertyRetriever::G4VParticlePropertyRetriever() +{ + pPropertyTable = G4ParticlePropertyTable::GetParticlePropertyTable(); +} + +///////////////////////////// +inline + G4VParticlePropertyRetriever::~G4VParticlePropertyRetriever() +{ + pPropertyTable->Clear(); +} + + +#endif + diff --git a/source/particles/utils/src/G4HtmlPPReporter.cc b/source/particles/utils/src/G4HtmlPPReporter.cc index 375a7ea65f..b62028b464 100644 --- a/source/particles/utils/src/G4HtmlPPReporter.cc +++ b/source/particles/utils/src/G4HtmlPPReporter.cc @@ -26,8 +26,8 @@ // based on the Program) you indicate your acceptance of this statement, // and all its terms. // -// $Id: G4HtmlPPReporter.cc,v 1.2 2003/10/30 09:22:41 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4HtmlPPReporter.cc,v 1.3 2004/02/13 06:33:39 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // --------------------------------------------------------------- @@ -99,6 +99,8 @@ void G4HtmlPPReporter::SparseOption(const G4String& option) outFile << eTR << G4endl;; for (size_t i=0; i< pList.size(); i++){ + if (pList[i]->GetPDGEncoding()<0) continue; + outFile << sTR << G4endl;; // column 1 : endcoding outFile << sTD << pList[i]->GetPDGEncoding() << eTD << G4endl;; @@ -132,6 +134,8 @@ void G4HtmlPPReporter::SparseOption(const G4String& option) void G4HtmlPPReporter::GeneratePropertyTable(G4ParticleDefinition* particle) { + if (particle->GetPDGEncoding()<0) return; + G4String name = particle->GetParticleName(); //--- open index file ----- G4String fileName = baseDir + name + ".html"; diff --git a/source/particles/utils/src/G4SimplePPReporter.cc b/source/particles/utils/src/G4SimplePPReporter.cc index 8b4df067d7..120b4f7abc 100644 --- a/source/particles/utils/src/G4SimplePPReporter.cc +++ b/source/particles/utils/src/G4SimplePPReporter.cc @@ -27,7 +27,7 @@ // and all its terms. // // $Id: G4SimplePPReporter.cc,v 1.1 2003/09/21 19:38:50 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/particles/utils/src/G4TextPPReporter.cc b/source/particles/utils/src/G4TextPPReporter.cc new file mode 100644 index 0000000000..c8e605453a --- /dev/null +++ b/source/particles/utils/src/G4TextPPReporter.cc @@ -0,0 +1,134 @@ +// +// ******************************************************************** +// * DISCLAIMER * +// * * +// * The following disclaimer summarizes all the specific disclaimers * +// * of contributors to this software. The specific disclaimers,which * +// * govern, are listed with their locations in: * +// * http://cern.ch/geant4/license * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. * +// * * +// * This code implementation is the intellectual property of the * +// * GEANT4 collaboration. * +// * By copying, distributing or modifying the Program (or any work * +// * based on the Program) you indicate your acceptance of this * +// * statement, and all its terms. * +// ******************************************************************** +// +// the GEANT4 collaboration. +// +// By copying, distributing or modifying the Program (or any work +// based on the Program) you indicate your acceptance of this statement, +// and all its terms. +// +// $Id: G4TextPPReporter.cc,v 1.1 2004/03/11 09:47:45 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ +// +// +// --------------------------------------------------------------- +#include "G4TextPPReporter.hh" +#include "G4ios.hh" +#include "globals.hh" +#include "G4DecayTable.hh" +#include "G4Tokenizer.hh" +#include +#include + +////////////////////////////// +G4TextPPReporter::G4TextPPReporter():G4VParticlePropertyReporter() +{ +} + +//////////////////////////// +G4TextPPReporter::~G4TextPPReporter() +{ +} + +///////////////////// +void G4TextPPReporter::Print(const G4String& option) +{ + SparseOption( option ); + + for (size_t i=0; i< pList.size(); i++){ + G4ParticleDefinition* particle = G4ParticleTable::GetParticleTable()->FindParticle( pList[i]->GetParticleName() ); + + GeneratePropertyTable(particle); + } +} + + +void G4TextPPReporter::SparseOption(const G4String& option) +{ + G4Tokenizer savedToken( option ); + + // 1st option : base directory + baseDir = savedToken(); + if (!baseDir.isNull()) { + if(baseDir(baseDir.length()-1)!='/') { + baseDir += "/"; + } + } +} + + + +void G4TextPPReporter::GeneratePropertyTable(G4ParticleDefinition* particle) +{ + G4String name = particle->GetParticleName(); + + //--- open file ----- + G4String fileName = baseDir + name + ".txt"; + // exception + if (name == "J/psi") fileName = baseDir +"jpsi.txt"; + + std::ofstream outFile(fileName, std::ios::out ); + outFile.setf( std::ios:: scientific, std::ios::floatfield ); + outFile << std::setprecision(7) << G4endl; + + // particle name encoding + outFile << name << " " + << particle->GetPDGEncoding() << G4endl; + + // IJPC + outFile << particle->GetPDGiIsospin() << " " + << particle->GetPDGiSpin() << " " + << particle->GetPDGiParity() << " " + << particle->GetPDGiConjugation() << G4endl; + + // mass, width, charge + outFile << particle->GetPDGMass()/GeV << " " + << particle->GetPDGWidth()/GeV << " " + << particle->GetPDGCharge()/eplus << G4endl; + + // life time + outFile << particle->GetPDGLifeTime()/second << G4endl; + +// Decay Table + G4DecayTable* dcyTable = particle->GetDecayTable(); + if (dcyTable != 0) { + for (G4int i=0; i< dcyTable->entries(); i++){ + G4VDecayChannel * channel = dcyTable->GetDecayChannel(i); + // column 1 : BR + outFile << channel->GetBR() << " "; + // column 2. : daughters + outFile << channel->GetNumberOfDaughters() << " "; + // column 3 : Kinematics + outFile << channel->GetKinematicsName() << " "; + // daughters + for (G4int j=0; j< channel->GetNumberOfDaughters(); j++){ + outFile << channel->GetDaughter(j)->GetParticleName() << " "; + } + outFile << G4endl; + } + } +} + + + + + diff --git a/source/particles/utils/src/G4TextPPRetriever.cc b/source/particles/utils/src/G4TextPPRetriever.cc new file mode 100644 index 0000000000..53b81f722d --- /dev/null +++ b/source/particles/utils/src/G4TextPPRetriever.cc @@ -0,0 +1,168 @@ +// +// ******************************************************************** +// * DISCLAIMER * +// * * +// * The following disclaimer summarizes all the specific disclaimers * +// * of contributors to this software. The specific disclaimers,which * +// * govern, are listed with their locations in: * +// * http://cern.ch/geant4/license * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. * +// * * +// * This code implementation is the intellectual property of the * +// * GEANT4 collaboration. * +// * By copying, distributing or modifying the Program (or any work * +// * based on the Program) you indicate your acceptance of this * +// * statement, and all its terms. * +// ******************************************************************** +// +// the GEANT4 collaboration. +// +// By copying, distributing or modifying the Program (or any work +// based on the Program) you indicate your acceptance of this statement, +// and all its terms. +// +// $Id: G4TextPPRetriever.cc,v 1.1 2004/03/11 09:47:45 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ +// +// +// --------------------------------------------------------------- +#include "G4TextPPRetriever.hh" +#include "G4ios.hh" +#include "globals.hh" +#include "G4DecayTable.hh" +#include "G4Tokenizer.hh" +#include +#include + +////////////////////////////// +G4TextPPRetriever::G4TextPPRetriever():G4VParticlePropertyRetriever() +{ +} + +//////////////////////////// +G4TextPPRetriever::~G4TextPPRetriever() +{ +} + +///////////////////// +void G4TextPPRetriever::Retrieve(const G4String& option) +{ + SparseOption( option ); + + // pointer to the particle table + G4ParticleTable* theParticleTable = G4ParticleTable::GetParticleTable(); + G4ParticleTable::G4PTblDicIterator* theParticleIterator; + theParticleIterator = theParticleTable->GetIterator(); + + // loop over all particles in G4ParticleTable + theParticleIterator->reset(); + while( (*theParticleIterator)() ){ + G4ParticleDefinition* particle = theParticleIterator->value(); + ModifyPropertyTable(particle); + } +} + + +void G4TextPPRetriever::SparseOption(const G4String& option) +{ + G4Tokenizer savedToken( option ); + + // 1st option : base directory + baseDir = savedToken(); + if (!baseDir.isNull()) { + if(baseDir(baseDir.length()-1)!='/') { + baseDir += "/"; + } + } +} + + + +G4bool G4TextPPRetriever::ModifyPropertyTable(G4ParticleDefinition* particle) +{ + G4String name = particle->GetParticleName(); + + //--- open file ----- + G4String fileName = baseDir + name + ".txt"; + // exception + if (name == "J/psi") fileName = baseDir +"jpsi.txt"; + + std::ifstream inFile(fileName, std::ios::in ); + if (!inFile) return false; + + // GetParticleProperty + G4ParticlePropertyData* pData = pPropertyTable->GetParticleProperty(name); + + // particle name encoding + G4String name_t; + G4int encoding; + inFile >> name_t >> encoding; + if ( (name != name_t) || (encoding != pData->GetPDGEncoding()) ){ + G4cout << "G4TextPPRetriever::ModifyPropertyTable: "; + G4cout << "particle name or encoding mismatch for " << name ; + G4cout << G4endl; + return false; + } + + // IJPC + G4int iIsoSpin, iSpin, iParity, iConj; + inFile >> iIsoSpin >> iSpin >> iParity >> iConj; + if ( ( iIsoSpin != pData->GetPDGiIsospin()) || + ( iSpin != pData->GetPDGiSpin()) || + ( iParity != pData->GetPDGiParity()) || + ( iConj != pData->GetPDGiConjugation()) ){ + G4cout << "G4TextPPRetriever::ModifyPropertyTable: "; + G4cout << "IJPC mismatch for " << name ; + G4cout << G4endl; + return false; + } + + // mass, width, charge + G4double mass, width, charge; + inFile >> mass >> width >> charge; + mass *= GeV; + width *= GeV; + charge *= eplus; + if (mass != pData->GetPDGMass()){ pData->SetPDGMass(mass);} + if (width != pData->GetPDGWidth()){ pData->SetPDGWidth(width);} + if (charge != pData->GetPDGCharge()){ pData->SetPDGCharge(charge);} + + // life time + G4double tlife; + inFile >> tlife; + tlife *= second; + if (tlife != pData->GetPDGLifeTime()){ pData->SetPDGLifeTime(tlife);} + + pPropertyTable->SetParticleProperty(*pData); + + // Decay Table + G4DecayTable* dcyTable = particle->GetDecayTable(); + if (dcyTable == 0) return true; + + G4int idx =0; + while (!inFile.eof() ) { + G4double br; + G4int n_daughters; + inFile >> br >> n_daughters; + + G4VDecayChannel * channel = dcyTable->GetDecayChannel(idx); + + if ( n_daughters == channel->GetNumberOfDaughters()) { + channel->SetBR(br); + } + + idx += 1; + if (idx>= dcyTable->entries()) break; + } + return true; +} + + + + + diff --git a/source/particles/utils/src/G4VParticlePropertyReporter.cc b/source/particles/utils/src/G4VParticlePropertyReporter.cc index f88f5dc368..78f4a9427b 100644 --- a/source/particles/utils/src/G4VParticlePropertyReporter.cc +++ b/source/particles/utils/src/G4VParticlePropertyReporter.cc @@ -27,7 +27,7 @@ // and all its terms. // // $Id: G4VParticlePropertyReporter.cc,v 1.1 2003/09/21 19:38:50 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/processes/cuts/include/G4MaterialCutsCouple.hh b/source/processes/cuts/include/G4MaterialCutsCouple.hh index e5d7fe8cfb..0ed8cd7b00 100644 --- a/source/processes/cuts/include/G4MaterialCutsCouple.hh +++ b/source/processes/cuts/include/G4MaterialCutsCouple.hh @@ -22,7 +22,7 @@ // // // $Id: G4MaterialCutsCouple.hh,v 1.2 2003/09/19 14:40:59 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/cuts/include/G4ProductionCuts.hh b/source/processes/cuts/include/G4ProductionCuts.hh index f59ff9b5cb..e9dfc7a14c 100644 --- a/source/processes/cuts/include/G4ProductionCuts.hh +++ b/source/processes/cuts/include/G4ProductionCuts.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProductionCuts.hh,v 1.2 2003/09/19 14:41:45 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/cuts/include/G4ProductionCutsTable.hh b/source/processes/cuts/include/G4ProductionCutsTable.hh index 2887217ccd..7507188621 100644 --- a/source/processes/cuts/include/G4ProductionCutsTable.hh +++ b/source/processes/cuts/include/G4ProductionCutsTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProductionCutsTable.hh,v 1.2 2003/11/03 02:18:44 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/cuts/include/G4RToEConvForAntiNeutron.hh b/source/processes/cuts/include/G4RToEConvForAntiNeutron.hh index f4dbbc82f8..aa277dea30 100644 --- a/source/processes/cuts/include/G4RToEConvForAntiNeutron.hh +++ b/source/processes/cuts/include/G4RToEConvForAntiNeutron.hh @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForAntiNeutron.hh,v 1.1 2003/09/19 14:42:24 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/cuts/include/G4RToEConvForAntiProton.hh b/source/processes/cuts/include/G4RToEConvForAntiProton.hh index 9e4193fb64..8e72f5b977 100644 --- a/source/processes/cuts/include/G4RToEConvForAntiProton.hh +++ b/source/processes/cuts/include/G4RToEConvForAntiProton.hh @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForAntiProton.hh,v 1.1 2003/09/19 14:42:41 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/cuts/include/G4RToEConvForElectron.hh b/source/processes/cuts/include/G4RToEConvForElectron.hh index 70bd50240d..da0eaaa512 100644 --- a/source/processes/cuts/include/G4RToEConvForElectron.hh +++ b/source/processes/cuts/include/G4RToEConvForElectron.hh @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForElectron.hh,v 1.1 2003/09/19 14:42:58 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/cuts/include/G4RToEConvForGamma.hh b/source/processes/cuts/include/G4RToEConvForGamma.hh index ba71d20fa5..d9f81ee4a9 100644 --- a/source/processes/cuts/include/G4RToEConvForGamma.hh +++ b/source/processes/cuts/include/G4RToEConvForGamma.hh @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForGamma.hh,v 1.1 2003/09/19 14:43:15 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/cuts/include/G4RToEConvForNeutron.hh b/source/processes/cuts/include/G4RToEConvForNeutron.hh index db0ae8064a..82520eb0b7 100644 --- a/source/processes/cuts/include/G4RToEConvForNeutron.hh +++ b/source/processes/cuts/include/G4RToEConvForNeutron.hh @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForNeutron.hh,v 1.1 2003/09/19 14:43:31 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/cuts/include/G4RToEConvForPositron.hh b/source/processes/cuts/include/G4RToEConvForPositron.hh index d5c243d57c..13917a3264 100644 --- a/source/processes/cuts/include/G4RToEConvForPositron.hh +++ b/source/processes/cuts/include/G4RToEConvForPositron.hh @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForPositron.hh,v 1.1 2003/09/19 14:43:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/cuts/include/G4RToEConvForProton.hh b/source/processes/cuts/include/G4RToEConvForProton.hh index 07844f9bf6..4cefd3e1ec 100644 --- a/source/processes/cuts/include/G4RToEConvForProton.hh +++ b/source/processes/cuts/include/G4RToEConvForProton.hh @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForProton.hh,v 1.1 2003/09/19 14:44:08 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/cuts/include/G4VRangeToEnergyConverter.hh b/source/processes/cuts/include/G4VRangeToEnergyConverter.hh index 9e81020e9b..5e3e0086a1 100644 --- a/source/processes/cuts/include/G4VRangeToEnergyConverter.hh +++ b/source/processes/cuts/include/G4VRangeToEnergyConverter.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRangeToEnergyConverter.hh,v 1.2 2003/11/08 06:10:48 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/cuts/src/G4MaterialCutsCouple.cc b/source/processes/cuts/src/G4MaterialCutsCouple.cc index f1b7c01c5b..4e08059a8f 100644 --- a/source/processes/cuts/src/G4MaterialCutsCouple.cc +++ b/source/processes/cuts/src/G4MaterialCutsCouple.cc @@ -22,7 +22,7 @@ // // // $Id: G4MaterialCutsCouple.cc,v 1.2 2003/09/19 14:45:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/cuts/src/G4ProductionCuts.cc b/source/processes/cuts/src/G4ProductionCuts.cc index 1a2baff91f..c6cce68fa7 100644 --- a/source/processes/cuts/src/G4ProductionCuts.cc +++ b/source/processes/cuts/src/G4ProductionCuts.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProductionCuts.cc,v 1.2 2003/09/19 14:45:27 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/cuts/src/G4ProductionCutsTable.cc b/source/processes/cuts/src/G4ProductionCutsTable.cc index b243e8508f..ff1d8b73d8 100644 --- a/source/processes/cuts/src/G4ProductionCutsTable.cc +++ b/source/processes/cuts/src/G4ProductionCutsTable.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProductionCutsTable.cc,v 1.4 2003/11/08 06:10:48 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/cuts/src/G4RToEConvForAntiNeutron.cc b/source/processes/cuts/src/G4RToEConvForAntiNeutron.cc index 5aead45034..b9abdd3b3f 100644 --- a/source/processes/cuts/src/G4RToEConvForAntiNeutron.cc +++ b/source/processes/cuts/src/G4RToEConvForAntiNeutron.cc @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForAntiNeutron.cc,v 1.1 2003/09/19 14:46:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/cuts/src/G4RToEConvForAntiProton.cc b/source/processes/cuts/src/G4RToEConvForAntiProton.cc index c2848afdc9..b51b554a9f 100644 --- a/source/processes/cuts/src/G4RToEConvForAntiProton.cc +++ b/source/processes/cuts/src/G4RToEConvForAntiProton.cc @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForAntiProton.cc,v 1.1 2003/09/19 14:46:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/cuts/src/G4RToEConvForElectron.cc b/source/processes/cuts/src/G4RToEConvForElectron.cc index 27b3f76e9d..0feb1ffcb1 100644 --- a/source/processes/cuts/src/G4RToEConvForElectron.cc +++ b/source/processes/cuts/src/G4RToEConvForElectron.cc @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForElectron.cc,v 1.2 2003/11/08 06:10:48 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/cuts/src/G4RToEConvForGamma.cc b/source/processes/cuts/src/G4RToEConvForGamma.cc index fa2d7b0dda..603af757cd 100644 --- a/source/processes/cuts/src/G4RToEConvForGamma.cc +++ b/source/processes/cuts/src/G4RToEConvForGamma.cc @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForGamma.cc,v 1.1 2003/09/19 14:47:01 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/cuts/src/G4RToEConvForNeutron.cc b/source/processes/cuts/src/G4RToEConvForNeutron.cc index 27631d0835..dee7fef9da 100644 --- a/source/processes/cuts/src/G4RToEConvForNeutron.cc +++ b/source/processes/cuts/src/G4RToEConvForNeutron.cc @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForNeutron.cc,v 1.1 2003/09/19 14:47:18 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/cuts/src/G4RToEConvForPositron.cc b/source/processes/cuts/src/G4RToEConvForPositron.cc index 643e56d35f..b712d3e631 100644 --- a/source/processes/cuts/src/G4RToEConvForPositron.cc +++ b/source/processes/cuts/src/G4RToEConvForPositron.cc @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForPositron.cc,v 1.2 2003/11/08 06:10:48 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/cuts/src/G4RToEConvForProton.cc b/source/processes/cuts/src/G4RToEConvForProton.cc index 2c9addee93..8240881b3b 100644 --- a/source/processes/cuts/src/G4RToEConvForProton.cc +++ b/source/processes/cuts/src/G4RToEConvForProton.cc @@ -22,7 +22,7 @@ // // // $Id: G4RToEConvForProton.cc,v 1.1 2003/09/19 14:47:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/cuts/src/G4VRangeToEnergyConverter.cc b/source/processes/cuts/src/G4VRangeToEnergyConverter.cc index eabe9e0e63..3e04393d27 100644 --- a/source/processes/cuts/src/G4VRangeToEnergyConverter.cc +++ b/source/processes/cuts/src/G4VRangeToEnergyConverter.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRangeToEnergyConverter.cc,v 1.2 2003/11/08 06:10:48 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/decay/History b/source/processes/decay/History index 8e98e66fac..ab7b5f3f7b 100644 --- a/source/processes/decay/History +++ b/source/processes/decay/History @@ -1,4 +1,4 @@ -$Id: History,v 1.11 2003/04/26 18:54:11 vnivanch Exp $ +$Id: History,v 1.12 2004/03/12 04:46:29 kurasige Exp $ ------------------------------------------------------------------- ========================================================= @@ -16,6 +16,8 @@ committal in the CVS repository ! ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +- Mar. 12, 04 H.Kurashige(decay-V06-00-00) +- Fixed bug in PostStepGPIL in case of stopping during AlongStep actions - Apr 26, 03 V.Ivanchenko(decay-V05-00-00) - add initialisation of TouchableHandle for decay products diff --git a/source/processes/decay/include/G4Decay.hh b/source/processes/decay/include/G4Decay.hh index f986d98508..4c673876e4 100644 --- a/source/processes/decay/include/G4Decay.hh +++ b/source/processes/decay/include/G4Decay.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4Decay.hh,v 1.8 2002/02/12 02:14:03 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Decay.hh,v 1.9 2004/03/12 04:46:31 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ------------------------------------------------------------ @@ -41,6 +41,8 @@ // PreAssignedDecayTime 18 Jan. 2001 H.Kurashige // Add External Decayer 23 Feb. 2001 H.Kurashige // Remove PhysicsTable 12 Feb. 2002 H.Kurashige +// Fixed bug in PostStepGPIL +// in case of stopping during AlongStepDoIt 12 Mar. 2004 H.Kurashige // #ifndef G4Decay_h #define G4Decay_h 1 @@ -160,17 +162,22 @@ class G4Decay : public G4VRestDiscreteProcess G4VExtDecayer* pExtDecayer; }; -inline G4double G4Decay::PostStepGetPhysicalInteractionLength( +inline + G4double G4Decay::PostStepGetPhysicalInteractionLength( const G4Track& track, G4double previousStepSize, G4ForceCondition* condition ) { + // reset fRemainderLifeTime + fRemainderLifeTime = 0.0; + // pre-assigned Decay time G4double pTime = track.GetDynamicParticle()->GetPreAssignedDecayProperTime(); if (pTime < 0.) { // normal case + fRemainderLifeTime = 0.0; return G4VRestDiscreteProcess::PostStepGetPhysicalInteractionLength(track, previousStepSize, condition); } @@ -178,12 +185,12 @@ inline G4double G4Decay::PostStepGetPhysicalInteractionLength( *condition = NotForced; // reminder proper time - fRemainderLifeTime = pTime - track.GetProperTime(); - if (fRemainderLifeTime <= 0.0) fRemainderLifeTime = DBL_MIN; + G4double remainder = pTime - track.GetProperTime(); + if (remainder <= 0.0) remainder = DBL_MIN; // use pre-assigned Decay time to determine PIL G4double tau = track.GetDefinition()->GetPDGLifeTime(); - return (fRemainderLifeTime/tau)*GetMeanFreePath(track, previousStepSize, condition); + return (remainder/tau)*GetMeanFreePath(track, previousStepSize, condition); } inline diff --git a/source/processes/decay/include/G4VExtDecayer.hh b/source/processes/decay/include/G4VExtDecayer.hh index f31b7e6f17..38d2c1945f 100644 --- a/source/processes/decay/include/G4VExtDecayer.hh +++ b/source/processes/decay/include/G4VExtDecayer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VExtDecayer.hh,v 1.3 2001/07/11 10:02:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/decay/src/G4Decay.cc b/source/processes/decay/src/G4Decay.cc index 7adaccf448..f7aced2184 100644 --- a/source/processes/decay/src/G4Decay.cc +++ b/source/processes/decay/src/G4Decay.cc @@ -22,7 +22,7 @@ // // // $Id: G4Decay.cc,v 1.16 2003/04/26 18:54:11 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/electromagnetic/lowenergy/History b/source/processes/electromagnetic/lowenergy/History index e9638b89ee..a9f113214a 100644 --- a/source/processes/electromagnetic/lowenergy/History +++ b/source/processes/electromagnetic/lowenergy/History @@ -1,4 +1,4 @@ -$Id: History,v 1.191 2003/11/18 17:49:41 pia Exp $ +$Id: History,v 1.200 2004/03/23 12:45:14 gcosmo Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,41 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +23.03.2004 G.Cosmo, tag emlowen-V06-00-09 + Fix in G4PenelopeCompton for compilation on WIN32-VC. + +15.03.2004 MGP, tag emlowen-V06-00-08 + Fix in G4PenelopeRayleigh related to PR 605 + Bug fix in G4PenelopeIonisation + Performance improvement in Penelope processes + +15.03.2004 MGP, tag emlowen-V06-00-07 + Performance improvement in G4Generator2BN + +12.03.2004 MGP, tag emlowen-V06-00-06 + Fixed compilation warnings + +12.03.2004 MGP, tag emlowen-V06-00-05 + G4PolarizedRayleigh removed + +12.03.2004 MGP, tag emlowen-V06-00-04 + Contains G4PolarizedRayleigh, which has compilation problems, + but no maintenance by authors, for future retrieval + +11.03.2004 MGP, tag emlowen-V06-00-03 + Bug fixes in G4PenelopeCompton and G4PenelopeIonisation + +11.03.2004 MGP, tag emlowen-V06-00-02 + Bug fix in G4IonisationParameters + +26.01.2004 MGP, tag emlowen-V06-00-01 + Optimization of Bremsstrahlung angular generators, + provided by LIP group + +26.01.2004 MGP, tag emlowen-V06-00-00 + Fixed memory leaks in G4PenepoleInterpolator and + G4PenelopeIonisation + 18.11.2003 MGP, tag emlowen-V05-02-10 Performance optimization in Bremsstrahlung angular distribution diff --git a/source/processes/electromagnetic/lowenergy/include/G4AtomicDeexcitation.hh b/source/processes/electromagnetic/lowenergy/include/G4AtomicDeexcitation.hh index c29c31deb1..c69052d4c9 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4AtomicDeexcitation.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4AtomicDeexcitation.hh @@ -22,7 +22,7 @@ // // // $Id: G4AtomicTransitionManager.hh,v 1.2 ???? -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-01 $ // // Authors: Elena Guardincerri (Elena.Guardincerri@ge.infn.it) // Alfonso Mantero (Alfonso.Mantero@ge.infn.it) @@ -72,7 +72,7 @@ private: // Decides wether a radiative transition is possible and, if it is, // returns the identity of the starting shell for the transition - const G4int SelectTypeOfTransition(G4int Z, G4int shellId); + G4int SelectTypeOfTransition(G4int Z, G4int shellId); // Generates a particle from a radiative transition and returns it G4DynamicParticle* GenerateFluorescence(G4int Z, G4int shellId,G4int provShellId); diff --git a/source/processes/electromagnetic/lowenergy/include/G4AtomicShell.hh b/source/processes/electromagnetic/lowenergy/include/G4AtomicShell.hh index 8d48424d4c..80681cc7fe 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4AtomicShell.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4AtomicShell.hh @@ -22,7 +22,7 @@ // // // $Id: G4AtomicShell.hh,v 1.2 ???? -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Authors: Elena Guardincerri (Elena.Guardincerri@ge.infn.it) // Alfonso Mantero (Alfonso.Mantero@ge.infn.it) diff --git a/source/processes/electromagnetic/lowenergy/include/G4AtomicTransition.hh b/source/processes/electromagnetic/lowenergy/include/G4AtomicTransition.hh deleted file mode 100644 index f26b66f4d8..0000000000 --- a/source/processes/electromagnetic/lowenergy/include/G4AtomicTransition.hh +++ /dev/null @@ -1,97 +0,0 @@ -// -// ******************************************************************** -// * DISCLAIMER * -// * * -// * The following disclaimer summarizes all the specific disclaimers * -// * of contributors to this software. The specific disclaimers,which * -// * govern, are listed with their locations in: * -// * http://cern.ch/geant4/license * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. * -// * * -// * This code implementation is the intellectual property of the * -// * GEANT4 collaboration. * -// * By copying, distributing or modifying the Program (or any work * -// * based on the Program) you indicate your acceptance of this * -// * statement, and all its terms. * -// ******************************************************************** -// -// -// $Id: G4AtomicTransition.hh,v 1.2 ???? -// GEANT4 tag $Name: geant4-06-00 $ -// -// Author: Elena Guardincerri (Elena.Guardincerri@ge.infn.it) -// -// History: -// ----------- -// 16 Sept 2001 Modofied according to a design iteration in the -// LowEnergy category -// -// ------------------------------------------------------------------- - -// Class description: -// Low Energy Electromagnetic Physics, a data container -// Further documentation available from http://www.ge.infn.it/geant4/lowE - -// ------------------------------------------------------------------- - - -#ifndef G4AtomicTransition_h -#define G4AtomicTransition_h 1 - -#include "G4DataVector.hh" -#include "globals.hh" -#include - -class G4AtomicTransition { - -public: - - G4AtomicTransition(G4int finalShell, - const std::vector& ids, - const G4DataVector& energies, - const G4DataVector& probabilities); - ~G4AtomicTransition(); - - // All the data stored and provided by this class are relative to a - // given vacancy, whose identity is provided by the FinalShellId() method, - // in an atom of a given material - - // Returns the identities of the originating shells for the transitions - const std::vector& OriginatingShellIds() const; - - // Return the energies of the transitions - const G4DataVector& TransitionEnergies() const; - - // Return the probabilities of the transitions - const G4DataVector& TransitionProbabilities() const; - - // Return the identity if the vacancy - const G4int FinalShellId() const; - - // Given the index of the originating shells returns its identity - G4int OriginatingShellId(G4int index) const; - - // Given the index of the originating shells returns the energy - // of the transition starting from it - G4double TransitionEnergy(G4int index) const; - - // Given the index of the originating shells returns the probability - // of the transition starting from it - G4double TransitionProbability(G4int index) const; - -private: - - G4int finalShellId; - std::vector originatingShellIds; - G4DataVector transitionEnergies; - G4DataVector transitionProbabilities; - -}; - -#endif - diff --git a/source/processes/electromagnetic/lowenergy/include/G4AtomicTransitionManager.hh b/source/processes/electromagnetic/lowenergy/include/G4AtomicTransitionManager.hh index 1935089ae1..823be1a85d 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4AtomicTransitionManager.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4AtomicTransitionManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4AtomicTransitionManager.hh,v 1.2 ???? -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Authors: Elena Guardincerri (Elena.Guardincerri@ge.infn.it) // Alfonso Mantero (Alfonso.Mantero@ge.infn.it) diff --git a/source/processes/electromagnetic/lowenergy/include/G4AugerData.hh b/source/processes/electromagnetic/lowenergy/include/G4AugerData.hh index daffe6792b..780843d0c0 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4AugerData.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4AugerData.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4AugerData.hh -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Author: Alfonso Mantero (Alfonso.Mantero@ge.infn.it) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4AugerTransition.hh b/source/processes/electromagnetic/lowenergy/include/G4AugerTransition.hh index d5fea44e88..a2dfd0a02a 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4AugerTransition.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4AugerTransition.hh @@ -85,7 +85,7 @@ public: // returns the id of the shell in wich the transition electron arrives - const G4int FinalShellId() const; + G4int FinalShellId() const; // Returns the id of the shell from wich come the auger electron , given the shell // from wich the transition electron comes from and the index number. diff --git a/source/processes/electromagnetic/lowenergy/include/G4BremsstrahlungParameters.hh b/source/processes/electromagnetic/lowenergy/include/G4BremsstrahlungParameters.hh index ce758a10fb..bffefe76ac 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4BremsstrahlungParameters.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4BremsstrahlungParameters.hh @@ -22,7 +22,7 @@ // // // $Id: G4BremsstrahlungParameters.hh,v 1.9 2003/06/16 16:59:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // V. Ivanchenko (Vladimir.Ivantchenko@cern.ch) diff --git a/source/processes/electromagnetic/lowenergy/include/G4CompositeEMDataSet.hh b/source/processes/electromagnetic/lowenergy/include/G4CompositeEMDataSet.hh index 2b276e8ae9..9f94ae6776 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4CompositeEMDataSet.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4CompositeEMDataSet.hh @@ -22,7 +22,7 @@ // // // $Id: G4CompositeEMDataSet.hh,v 1.5 2003/06/16 16:59:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4CrossSectionHandler.hh b/source/processes/electromagnetic/lowenergy/include/G4CrossSectionHandler.hh index f04d5737c8..a300820f5f 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4CrossSectionHandler.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4CrossSectionHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4CrossSectionHandler.hh,v 1.8 2003/06/16 16:59:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4EMDataSet.hh b/source/processes/electromagnetic/lowenergy/include/G4EMDataSet.hh index 96f5940890..39a5d4ebb0 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4EMDataSet.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4EMDataSet.hh @@ -22,7 +22,7 @@ // // // $Id: G4EMDataSet.hh,v 1.4 2003/05/20 20:03:34 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4FluoTransition.hh b/source/processes/electromagnetic/lowenergy/include/G4FluoTransition.hh index 1f67163b33..cb33fb0489 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4FluoTransition.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4FluoTransition.hh @@ -22,7 +22,7 @@ // // // $Id: G4FluoTransition.hh,v 1.2 ???? -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-01 $ // // Author: Elena Guardincerri (Elena.Guardincerri@ge.infn.it) // @@ -70,7 +70,7 @@ public: const G4DataVector& TransitionProbabilities() const; // Return the identity if the vacancy - const G4int FinalShellId() const; + G4int FinalShellId() const; // Given the index of the originating shells returns its identity G4int OriginatingShellId(G4int index) const; diff --git a/source/processes/electromagnetic/lowenergy/include/G4Generator2BN.hh b/source/processes/electromagnetic/lowenergy/include/G4Generator2BN.hh index 3b1c0a918a..7bed31006d 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4Generator2BN.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4Generator2BN.hh @@ -36,6 +36,7 @@ // // Modifications: // 02 Jun 2003 First implementation acording with new design +// 07 Nov 2003 Lockup tables for fast initialization // // // Class Description: @@ -89,11 +90,11 @@ private: G4double b; G4int index_min, index_max; - G4double* Atab; - G4double* ctab; G4double kmin, Ekmin; G4double dtheta; G4double kcut; + static G4double Atab[320]; + static G4double ctab[320]; // hide assignment operator G4Generator2BN & operator=(const G4Generator2BN &right); diff --git a/source/processes/electromagnetic/lowenergy/include/G4LinInterpolation.hh b/source/processes/electromagnetic/lowenergy/include/G4LinInterpolation.hh index 7b62dcc2a3..b86646820f 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4LinInterpolation.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4LinInterpolation.hh @@ -22,7 +22,7 @@ // // // $Id: G4LinInterpolation.hh,v 1.2 2002/05/28 09:15:26 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4LogLogInterpolation.hh b/source/processes/electromagnetic/lowenergy/include/G4LogLogInterpolation.hh index f57062eee3..2c0ec0c42d 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4LogLogInterpolation.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4LogLogInterpolation.hh @@ -22,7 +22,7 @@ // // // $Id: G4LogLogInterpolation.hh,v 1.3 2002/05/28 09:15:26 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyBremsstrahlung.hh b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyBremsstrahlung.hh index 8b229097ce..53b478cf26 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyBremsstrahlung.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyBremsstrahlung.hh @@ -22,8 +22,8 @@ // // // ------------------------------------------------------------------- -// $Id: G4LowEnergyBremsstrahlung.hh,v 1.35 2003/11/06 12:25:05 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4LowEnergyBremsstrahlung.hh,v 1.36 2003/11/10 17:50:46 trindade Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Author: A. Forti // @@ -111,6 +111,8 @@ private: G4VEnergySpectrum* energySpectrum; G4DataVector energyBins; G4VBremAngularDistribution* angularDistribution; + G4VBremAngularDistribution* TsaiAngularDistribution; + G4String generatorName; // Lower limit for generation of gamma in this model G4DataVector cutForSecondaryPhotons; diff --git a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyCompton.hh b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyCompton.hh index 9500e70737..3097a3960e 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyCompton.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyCompton.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4LowEnergyCompton.hh,v 1.20 2003/12/09 15:36:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Author: A. Forti // Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) diff --git a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyGammaConversion.hh b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyGammaConversion.hh index 4087911e02..a3983a6ce4 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyGammaConversion.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyGammaConversion.hh @@ -22,7 +22,7 @@ // // // $Id: G4LowEnergyGammaConversion.hh,v 1.14 2001/10/08 07:45:33 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: A. Forti // Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) diff --git a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyIonisation.hh b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyIonisation.hh index 6e42991c9c..379e3f495a 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyIonisation.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyIonisation.hh @@ -22,7 +22,7 @@ // // ------------------------------------------------------------------- // $Id: G4LowEnergyIonisation.hh,v 1.40 2003/06/16 16:59:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: A. Forti // diff --git a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyPhotoElectric.hh b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyPhotoElectric.hh index 727e937ecc..5a8f5fe335 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyPhotoElectric.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyPhotoElectric.hh @@ -22,7 +22,7 @@ // // // $Id: G4LowEnergyPhotoElectric.hh,v 1.25 2002/06/01 03:14:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: A. Forti // Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) diff --git a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyPolarizedCompton.hh b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyPolarizedCompton.hh index 011d4add11..d817190169 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyPolarizedCompton.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyPolarizedCompton.hh @@ -22,7 +22,7 @@ // // // $Id: G4LowEnergyPolarizedCompton.hh,v 1.8 2002/05/31 18:11:45 flongo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyRayleigh.hh b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyRayleigh.hh index 57759a9302..7bc5af0911 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4LowEnergyRayleigh.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4LowEnergyRayleigh.hh @@ -22,7 +22,7 @@ // // // $Id: G4LowEnergyRayleigh.hh,v 1.15 2001/10/08 07:45:35 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/source/processes/electromagnetic/lowenergy/include/G4PenelopeBremsstrahlung.hh b/source/processes/electromagnetic/lowenergy/include/G4PenelopeBremsstrahlung.hh index 1b22e96034..d7a7386f82 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4PenelopeBremsstrahlung.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4PenelopeBremsstrahlung.hh @@ -23,7 +23,7 @@ // // ------------------------------------------------------------------- // $Id: G4PenelopeBremsstrahlung.hh,v 1.7 2003/11/11 17:18:30 pandola Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Author: L.Pandola // diff --git a/source/processes/electromagnetic/lowenergy/include/G4PenelopeBremsstrahlungAngular.hh b/source/processes/electromagnetic/lowenergy/include/G4PenelopeBremsstrahlungAngular.hh index 88c2f49b5d..3d2577b90b 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4PenelopeBremsstrahlungAngular.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4PenelopeBremsstrahlungAngular.hh @@ -23,7 +23,7 @@ // // ------------------------------------------------------------------- // $Id: G4PenelopeBremsstrahlungAngular.hh,v 1.2 2003/11/07 12:26:08 pandola Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Author: L.Pandola // diff --git a/source/processes/electromagnetic/lowenergy/include/G4PenelopeBremsstrahlungContinuous.hh b/source/processes/electromagnetic/lowenergy/include/G4PenelopeBremsstrahlungContinuous.hh index 8dac5edfbe..b55c69b51f 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4PenelopeBremsstrahlungContinuous.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4PenelopeBremsstrahlungContinuous.hh @@ -23,7 +23,7 @@ // // ------------------------------------------------------------------- // $Id: G4PenelopeBremsstrahlungContinuous.hh,v 1.2 2003/03/19 10:28:28 pandola Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: L.Pandola // diff --git a/source/processes/electromagnetic/lowenergy/include/G4PenelopeCompton.hh b/source/processes/electromagnetic/lowenergy/include/G4PenelopeCompton.hh index b9b95c63a4..b966822dd8 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4PenelopeCompton.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4PenelopeCompton.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4PenelopeCompton.hh,v 1.8 2003/12/09 15:36:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Author: Luciano Pandola // diff --git a/source/processes/electromagnetic/lowenergy/include/G4PenelopeGammaConversion.hh b/source/processes/electromagnetic/lowenergy/include/G4PenelopeGammaConversion.hh index 974dacf965..88f123cf28 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4PenelopeGammaConversion.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4PenelopeGammaConversion.hh @@ -22,7 +22,7 @@ // // // $Id: G4PenelopeGammaConversion.hh,v 1.1 2002/12/06 16:25:00 pandola Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: L. Pandola // diff --git a/source/processes/electromagnetic/lowenergy/include/G4PenelopeInterpolator.hh b/source/processes/electromagnetic/lowenergy/include/G4PenelopeInterpolator.hh index 8df095bfb2..3e1ef60c59 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4PenelopeInterpolator.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4PenelopeInterpolator.hh @@ -27,6 +27,7 @@ // History: // ----------- // 17 Feb 2003 LP Created +// 17 Dec 2003 LP Bug fixed (removed memory leak) // // ------------------------------------------------------------------- // Class description: @@ -46,7 +47,7 @@ public: G4PenelopeInterpolator(G4double* pX, G4double* pY, G4int nbOfData, G4double S1=0, G4double SN=0); - ~G4PenelopeInterpolator(){;} + ~G4PenelopeInterpolator(); G4double CubicSplineInterpolation(G4double xx); G4double FirstDerivative(G4double xx); diff --git a/source/processes/electromagnetic/lowenergy/include/G4PenelopeIonisation.hh b/source/processes/electromagnetic/lowenergy/include/G4PenelopeIonisation.hh index d0d5f7906c..43e094b617 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4PenelopeIonisation.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4PenelopeIonisation.hh @@ -22,7 +22,7 @@ // // ------------------------------------------------------------------- // $Id: G4PenelopeIonisation.hh,v 1.4 2003/07/09 12:36:46 pandola Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Author: L. Pandola // diff --git a/source/processes/electromagnetic/lowenergy/include/G4PenelopePhotoElectric.hh b/source/processes/electromagnetic/lowenergy/include/G4PenelopePhotoElectric.hh index e3d473086d..0cfb99682a 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4PenelopePhotoElectric.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4PenelopePhotoElectric.hh @@ -22,7 +22,7 @@ // // // $Id: G4PenelopePhotoElectric.hh,v 1.2 2003/02/23 23:42:52 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: L.Pandola // diff --git a/source/processes/electromagnetic/lowenergy/include/G4PenelopeRayleigh.hh b/source/processes/electromagnetic/lowenergy/include/G4PenelopeRayleigh.hh index cbe578ed8c..ba68348e63 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4PenelopeRayleigh.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4PenelopeRayleigh.hh @@ -21,15 +21,16 @@ // ******************************************************************** // // -// $Id: G4PenelopeRayleigh.hh,v 1.3 2003/03/13 16:53:50 pandola Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4PenelopeRayleigh.hh,v 1.4 2004/03/18 13:40:13 pandola Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // Author: Luciano Pandola // // History: // ----------- -// 01 Dec 2002 L.Pandola 1st implementation -// 14 Feb 2003 MG Pia Removed data member material +// 01 Dec 2002 L.Pandola 1st implementation +// 14 Feb 2003 MG Pia Removed data member material +// 18 Mar 2004 M.Mendenhall Introduced SamplingTable // // ------------------------------------------------------------------- // Class description: @@ -54,7 +55,10 @@ class G4DataVector; class G4PenelopeRayleigh : public G4VDiscreteProcess { public: - + + typedef std::map > + SamplingTablePair; + G4PenelopeRayleigh(const G4String& processName ="PenRayleigh"); ~G4PenelopeRayleigh(); @@ -97,6 +101,8 @@ private: G4DataVector* samplingFunction_x; G4DataVector* samplingFunction_y; + SamplingTablePair SamplingTables; + G4double samplingConstant; G4double facte; //cross section factor diff --git a/source/processes/electromagnetic/lowenergy/include/G4RangeNoTest.hh b/source/processes/electromagnetic/lowenergy/include/G4RangeNoTest.hh index 201cb01ad4..046de0cc56 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4RangeNoTest.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4RangeNoTest.hh @@ -22,7 +22,7 @@ // // // $Id: G4RangeNoTest.hh,v 1.3 2003/05/20 20:03:34 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4RangeTest.hh b/source/processes/electromagnetic/lowenergy/include/G4RangeTest.hh index 62f52132e6..f55e3badce 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4RangeTest.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4RangeTest.hh @@ -22,7 +22,7 @@ // // // $Id: G4RangeTest.hh,v 1.3 2003/01/22 18:42:23 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4SemiLogInterpolation.hh b/source/processes/electromagnetic/lowenergy/include/G4SemiLogInterpolation.hh index ea126abc3f..f68546a914 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4SemiLogInterpolation.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4SemiLogInterpolation.hh @@ -22,7 +22,7 @@ // // // $Id: G4SemiLogInterpolation.hh,v 1.3 2002/05/28 09:15:26 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4ShellData.hh b/source/processes/electromagnetic/lowenergy/include/G4ShellData.hh index 7db9d6e645..ba10e37200 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4ShellData.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4ShellData.hh @@ -22,7 +22,7 @@ // // // $Id: G4ShellData.hh,v 1.3 2003/06/16 16:59:48 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4ShellEMDataSet.hh b/source/processes/electromagnetic/lowenergy/include/G4ShellEMDataSet.hh index 2873265148..a802966a4f 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4ShellEMDataSet.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4ShellEMDataSet.hh @@ -22,7 +22,7 @@ // // // $Id: G4ShellEMDataSet.hh,v 1.5 2003/06/16 16:59:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4VCrossSectionHandler.hh b/source/processes/electromagnetic/lowenergy/include/G4VCrossSectionHandler.hh index 74244c0827..f3e40682c5 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4VCrossSectionHandler.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4VCrossSectionHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4VCrossSectionHandler.hh,v 1.13 2003/06/16 16:59:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4VDataSetAlgorithm.hh b/source/processes/electromagnetic/lowenergy/include/G4VDataSetAlgorithm.hh index 54b644b33f..82fdab5b33 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4VDataSetAlgorithm.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4VDataSetAlgorithm.hh @@ -22,7 +22,7 @@ // // // $Id: G4VDataSetAlgorithm.hh,v 1.6 2002/05/28 09:15:26 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4VEMDataSet.hh b/source/processes/electromagnetic/lowenergy/include/G4VEMDataSet.hh index 40a32d6e66..5dbedd2047 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4VEMDataSet.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4VEMDataSet.hh @@ -22,7 +22,7 @@ // // // $Id: G4VEMDataSet.hh,v 1.6 2002/05/28 09:15:26 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4VRangeTest.hh b/source/processes/electromagnetic/lowenergy/include/G4VRangeTest.hh index e7945a6e5b..c95f021056 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4VRangeTest.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4VRangeTest.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRangeTest.hh,v 1.2 2003/01/22 18:42:23 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/include/G4VeLowEnergyLoss.hh b/source/processes/electromagnetic/lowenergy/include/G4VeLowEnergyLoss.hh index bd89b0702f..9d47c1f902 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4VeLowEnergyLoss.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4VeLowEnergyLoss.hh @@ -22,7 +22,7 @@ // // // $Id: G4VeLowEnergyLoss.hh,v 1.8 2003/01/22 18:42:24 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // 3.4.2000 Veronique Lefebure: // Move utils/include/G4VEnergyLoss.hh to diff --git a/source/processes/electromagnetic/lowenergy/include/G4eBremsstrahlungSpectrum.hh b/source/processes/electromagnetic/lowenergy/include/G4eBremsstrahlungSpectrum.hh index ace4f2ba27..e83410f38e 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4eBremsstrahlungSpectrum.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4eBremsstrahlungSpectrum.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4eBremsstrahlungSpectrum.hh,v 1.7 2003/12/09 15:36:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/lowenergy/include/G4eIonisationCrossSectionHandler.hh b/source/processes/electromagnetic/lowenergy/include/G4eIonisationCrossSectionHandler.hh index 83a723601e..b1e7d391e7 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4eIonisationCrossSectionHandler.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4eIonisationCrossSectionHandler.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4eIonisationCrossSectionHandler.hh,v 1.5 2003/06/16 16:59:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/lowenergy/include/G4eIonisationParameters.hh b/source/processes/electromagnetic/lowenergy/include/G4eIonisationParameters.hh index aab5240f62..b4fb843a50 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4eIonisationParameters.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4eIonisationParameters.hh @@ -22,7 +22,7 @@ // // // $Id: G4eIonisationParameters.hh,v 1.7 2003/06/16 16:59:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // V. Ivanchenko diff --git a/source/processes/electromagnetic/lowenergy/include/G4eIonisationSpectrum.hh b/source/processes/electromagnetic/lowenergy/include/G4eIonisationSpectrum.hh index 588d40af7b..bda5bcc03a 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4eIonisationSpectrum.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4eIonisationSpectrum.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4eIonisationSpectrum.hh,v 1.6 2003/12/09 15:36:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/lowenergy/include/G4eLowEnergyLoss.hh b/source/processes/electromagnetic/lowenergy/include/G4eLowEnergyLoss.hh index 388a3ebace..af9a2d595f 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4eLowEnergyLoss.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4eLowEnergyLoss.hh @@ -22,7 +22,7 @@ // // // $Id: G4eLowEnergyLoss.hh,v 1.12 2003/06/16 16:59:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------------- diff --git a/source/processes/electromagnetic/lowenergy/include/G4eLowEnergyLoss.icc b/source/processes/electromagnetic/lowenergy/include/G4eLowEnergyLoss.icc index ec2acc718e..fa24a15c01 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4eLowEnergyLoss.icc +++ b/source/processes/electromagnetic/lowenergy/include/G4eLowEnergyLoss.icc @@ -22,7 +22,7 @@ // // // $Id: G4eLowEnergyLoss.icc,v 1.7 2003/06/16 16:59:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // --------------------------------------------------------------- // GEANT 4 class inlined methods file diff --git a/source/processes/electromagnetic/lowenergy/include/G4hLowEnergyLoss.hh b/source/processes/electromagnetic/lowenergy/include/G4hLowEnergyLoss.hh index 49d3d845b9..999c24b4d1 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4hLowEnergyLoss.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4hLowEnergyLoss.hh @@ -22,7 +22,7 @@ // // // $Id: G4hLowEnergyLoss.hh,v 1.15 2003/04/18 17:50:32 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // $Id: // ------------------------------------------------------------ diff --git a/source/processes/electromagnetic/lowenergy/include/G4hLowEnergyLoss.icc b/source/processes/electromagnetic/lowenergy/include/G4hLowEnergyLoss.icc index db3cb6473e..b546015085 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4hLowEnergyLoss.icc +++ b/source/processes/electromagnetic/lowenergy/include/G4hLowEnergyLoss.icc @@ -22,7 +22,7 @@ // // // $Id: G4hLowEnergyLoss.icc,v 1.2 2001/07/11 10:02:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // $Id: // --------------------------------------------------------------- diff --git a/source/processes/electromagnetic/lowenergy/src/G4AtomicDeexcitation.cc b/source/processes/electromagnetic/lowenergy/src/G4AtomicDeexcitation.cc index 03b0f3709e..d655590f2a 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4AtomicDeexcitation.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4AtomicDeexcitation.cc @@ -22,7 +22,7 @@ // // // $Id: G4AtomicDeexcitation.cc,v 1.11 -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-01 $ // // Authors: Elena Guardincerri (Elena.Guardincerri@ge.infn.it) // Alfonso Mantero (Alfonso.Mantero@ge.infn.it) @@ -110,7 +110,7 @@ do return vectorOfParticles; } -const G4int G4AtomicDeexcitation::SelectTypeOfTransition(G4int Z, G4int shellId) +G4int G4AtomicDeexcitation::SelectTypeOfTransition(G4int Z, G4int shellId) { if (shellId <=0 ) {G4Exception("G4AtomicDeexcitation: zero or negative shellId");} diff --git a/source/processes/electromagnetic/lowenergy/src/G4AtomicShell.cc b/source/processes/electromagnetic/lowenergy/src/G4AtomicShell.cc index 94974aa0e7..d1587757d5 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4AtomicShell.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4AtomicShell.cc @@ -22,7 +22,7 @@ // // // $Id: G4AtomicShell.cc,v 1.2 ???? -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Authors: Elena Guardincerri (Elena.Guardincerri@ge.infn.it) // Alfonso Mantero (Alfonso.Mantero@ge.infn.it) diff --git a/source/processes/electromagnetic/lowenergy/src/G4AtomicTransitionManager.cc b/source/processes/electromagnetic/lowenergy/src/G4AtomicTransitionManager.cc index 565d2f5104..cafa93ed5b 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4AtomicTransitionManager.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4AtomicTransitionManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4AtomicTransitionManager.cc,v 1.2 ???? -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Authors: Elena Guardincerri (Elena.Guardincerri@ge.infn.it) // Alfonso Mantero (Alfonso.Mantero@ge.infn.it) diff --git a/source/processes/electromagnetic/lowenergy/src/G4AugerTransition.cc b/source/processes/electromagnetic/lowenergy/src/G4AugerTransition.cc index 2486249a00..c93bd0e797 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4AugerTransition.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4AugerTransition.cc @@ -109,7 +109,7 @@ const G4DataVector* G4AugerTransition::AugerTransitionProbabilities(G4int startS return dataSet; } -const G4int G4AugerTransition::FinalShellId() const +G4int G4AugerTransition::FinalShellId() const { return finalShellId; } diff --git a/source/processes/electromagnetic/lowenergy/src/G4BremsstrahlungCrossSectionHandler.cc b/source/processes/electromagnetic/lowenergy/src/G4BremsstrahlungCrossSectionHandler.cc index c9b86ac15f..640b7a3a3f 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4BremsstrahlungCrossSectionHandler.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4BremsstrahlungCrossSectionHandler.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4BremsstrahlungCrossSectionHandler.cc,v 1.8 2003/06/16 17:00:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/lowenergy/src/G4BremsstrahlungParameters.cc b/source/processes/electromagnetic/lowenergy/src/G4BremsstrahlungParameters.cc index 1da0e9cd14..4e09494bea 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4BremsstrahlungParameters.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4BremsstrahlungParameters.cc @@ -22,7 +22,7 @@ // // // $Id: G4BremsstrahlungParameters.cc,v 1.17 2003/06/16 17:00:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // V.Ivanchenko (Vladimir.Ivantchenko@cern.ch) diff --git a/source/processes/electromagnetic/lowenergy/src/G4CompositeEMDataSet.cc b/source/processes/electromagnetic/lowenergy/src/G4CompositeEMDataSet.cc index 285ee4677d..83da57ab23 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4CompositeEMDataSet.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4CompositeEMDataSet.cc @@ -22,7 +22,7 @@ // // // $Id: G4CompositeEMDataSet.cc,v 1.7 2003/06/16 17:00:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/src/G4CrossSectionHandler.cc b/source/processes/electromagnetic/lowenergy/src/G4CrossSectionHandler.cc index f85ee80936..e57d64e314 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4CrossSectionHandler.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4CrossSectionHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4CrossSectionHandler.cc,v 1.16 2003/06/16 17:00:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/src/G4EMDataSet.cc b/source/processes/electromagnetic/lowenergy/src/G4EMDataSet.cc index 6f0f2cda09..c1f678f0b6 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4EMDataSet.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4EMDataSet.cc @@ -22,7 +22,7 @@ // // // $Id: G4EMDataSet.cc,v 1.9 2003/06/16 17:00:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/src/G4FluoTransition.cc b/source/processes/electromagnetic/lowenergy/src/G4FluoTransition.cc index b58e3cc0ae..4a91963f12 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4FluoTransition.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4FluoTransition.cc @@ -22,7 +22,7 @@ // // // $Id: G4FluoTransition.cc,v 1.2 ???? -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-01 $ // // Author: Elena Guardincerri (Elena.Guardincerri@ge.infn.it) // @@ -63,7 +63,7 @@ const G4DataVector& G4FluoTransition::TransitionProbabilities() const return transitionProbabilities; } -const G4int G4FluoTransition::FinalShellId() const +G4int G4FluoTransition::FinalShellId() const { return finalShellId; } diff --git a/source/processes/electromagnetic/lowenergy/src/G4Generator2BN.cc b/source/processes/electromagnetic/lowenergy/src/G4Generator2BN.cc index 3277f61d51..8c8c621112 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4Generator2BN.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4Generator2BN.cc @@ -37,6 +37,7 @@ // Modifications: // 21 Jun 2003 First implementation acording with new design // 05 Nov 2003 MGP Fixed compilation warning +// 14 Mar 2004 Code optimization // // Class Description: // @@ -52,6 +53,99 @@ #include "Randomize.hh" // +G4double G4Generator2BN::Atab[320] = + { 0.0264767, 0.0260006, 0.0257112, 0.0252475, 0.024792, 0.0243443, 0.0240726, 0.0236367, + 0.023209, 0.0227892, 0.0225362, 0.0221284, 0.0217282,0.0214894, 0.0211005, 0.0207189, + 0.0204935, 0.0201227, 0.0197588, 0.019546, 0.0191923,0.0188454, 0.0186445, 0.0183072, + 0.0179763, 0.0177866, 0.0174649, 0.0172828, 0.0169702,0.0166634, 0.0164915, 0.0161933, + 0.0160283, 0.0157384, 0.0155801, 0.0152981, 0.0151463,0.0148721, 0.0147263, 0.0144598, + 0.01432, 0.0140607, 0.0139267, 0.0136744, 0.0135459,0.0133005, 0.0131773, 0.0129385, + 0.0128205, 0.0125881, 0.012475, 0.0122488, 0.0121406,0.0119204, 0.0118167, 0.0117158, + 0.0115032, 0.0114067, 0.0111995, 0.0111072, 0.0110175,0.0108173, 0.0107316, 0.0105365, + 0.0104547, 0.0102646, 0.0101865, 0.010111, 0.00992684,0.0098548,0.00967532,0.00960671, + 0.00943171,0.00936643,0.00930328,0.0091337, 0.00907372,0.00890831,0.00885141,0.00869003, + 0.00863611,0.00858428,0.00842757,0.00837854,0.0082256,0.00817931,0.00803,0.00798639, + 0.00784058,0.00779958,0.00776046,0.00761866,0.00758201,0.00744346,0.00740928,0.00727384, + 0.00724201,0.00710969,0.00708004,0.00695074,0.00692333,0.00679688,0.00677166,0.00664801, + 0.00662484,0.00650396,0.00648286,0.00636458,0.00634545,0.00622977,0.00621258,0.00609936, + 0.00608412,0.00597331,0.00595991,0.00585143,0.00583988,0.0057337,0.0057239,0.00561991, + 0.0056119, 0.00551005,0.00550377,0.00540399,0.00539938,0.00530162,0.00529872,0.00520292, + 0.0051091, 0.00510777,0.00501582,0.00501608,0.00492594,0.00492781,0.00483942,0.0048429, + 0.00475622,0.00476127,0.00467625,0.00468287,0.00459947,0.00451785,0.00452581,0.00444573, + 0.00445522,0.00437664,0.00438768,0.00431057,0.00432316,0.00424745,0.0042616,0.00418726, + 0.004203, 0.00413, 0.00405869,0.00407563,0.00400561,0.00402414,0.00395536,0.00397553, + 0.00390795,0.00392975,0.00386339,0.00379862,0.00382167,0.00375805,0.00378276,0.00372031, + 0.00374678,0.00368538,0.00371363,0.00365335,0.00359463,0.0036242, 0.00356653,0.003598, + 0.00354139,0.00357481,0.00351921,0.00355464,0.00350005,0.0034471,0.00348403,0.00343208, + 0.0034712, 0.00342026,0.00346165,0.00341172,0.00345548,0.00340657,0.00335944,0.00340491, + 0.00335885,0.00340692,0.00336191,0.00341273,0.00336879,0.00342249,0.00337962,0.00333889, + 0.00339463,0.00335506,0.00341401,0.00337558,0.00343797,0.00340067,0.00336584,0.00343059, + 0.0033969, 0.00346557,0.00343302,0.00350594,0.00347448,0.00344563,0.00352163,0.00349383, + 0.00357485,0.00354807,0.00352395,0.00360885,0.00358571,0.00367661,0.00365446,0.00375194, + 0.00373078,0.00371234,0.00381532,0.00379787,0.00390882,0.00389241,0.00387881,0.00399675, + 0.00398425,0.00411183,0.00410042,0.00409197,0.00422843,0.00422123,0.00436974,0.0043637, + 0.00436082,0.00452075,0.00451934,0.00452125,0.00469406,0.00469756,0.00488741,0.00489221, + 0.00490102,0.00510782,0.00511801,0.00513271,0.0053589, 0.00537524,0.00562643,0.00564452, + 0.0056677, 0.00594482,0.00596999,0.0059999, 0.00630758,0.00634014,0.00637849,0.00672136, + 0.00676236,0.00680914,0.00719407,0.0072439, 0.00730063,0.0077349, 0.00779494,0.00786293, + 0.00835577,0.0084276, 0.00850759,0.00907162,0.00915592,0.00924925,0.00935226,0.00999779, + 0.0101059, 0.0102249, 0.0109763, 0.0111003, 0.0112367, 0.0113862, 0.0122637, 0.0124196, + 0.0125898, 0.0136311, 0.0138081, 0.0140011, 0.0142112, 0.0154536, 0.0156723, 0.0159099, + 0.016168, 0.0176664, 0.0179339, 0.0182246, 0.0185396, 0.020381, 0.0207026, 0.0210558, + 0.0214374, 0.0237377, 0.0241275, 0.0245528, 0.0250106, 0.0255038, 0.0284158, 0.0289213, + 0.0294621, 0.0300526, 0.0338619, 0.0344537, 0.0351108, 0.0358099, 0.036554, 0.0416399 + }; + +G4double G4Generator2BN::ctab[320] = + { 0.482253, 0.482253, 0.489021, 0.489021, 0.489021, 0.489021, 0.495933, + 0.495933, 0.495933, 0.495933, 0.502993, 0.502993, 0.502993, 0.510204, + 0.510204, 0.510204, 0.517572, 0.517572, 0.517572, 0.5251, 0.5251, + 0.5251, 0.532793, 0.532793, 0.532793, 0.540657, 0.540657, 0.548697, + 0.548697, 0.548697, 0.556917, 0.556917, 0.565323, 0.565323, 0.573921, + 0.573921, 0.582717, 0.582717, 0.591716, 0.591716, 0.600925, 0.600925, + 0.610352, 0.610352, 0.620001, 0.620001, 0.629882, 0.629882, 0.64, + 0.64, 0.650364, 0.650364, 0.660982, 0.660982, 0.671862, 0.683013, + 0.683013, 0.694444, 0.694444, 0.706165, 0.718184, 0.718184, 0.730514, + 0.730514, 0.743163, 0.743163, 0.756144, 0.769468, 0.769468, 0.783147, + 0.783147, 0.797194, 0.797194, 0.811622, 0.826446, 0.826446, 0.84168, + 0.84168, 0.857339, 0.857339, 0.873439, 0.889996, 0.889996, 0.907029, + 0.907029, 0.924556, 0.924556, 0.942596, 0.942596, 0.961169, 0.980296, + 0.980296, 1, 1, 1.0203, 1.0203, 1.04123, 1.04123, + 1.06281, 1.06281, 1.08507, 1.08507, 1.10803, 1.10803, 1.13173, + 1.13173, 1.1562, 1.1562, 1.18147, 1.18147, 1.20758, 1.20758, + 1.23457, 1.23457, 1.26247, 1.26247, 1.29132, 1.29132, 1.32118, + 1.32118, 1.35208, 1.35208, 1.38408, 1.38408, 1.41723, 1.41723, + 1.45159, 1.45159, 1.45159, 1.48721, 1.48721, 1.52416, 1.52416, + 1.5625, 1.5625, 1.60231, 1.60231, 1.64366, 1.64366, 1.68663, + 1.68663, 1.68663, 1.7313, 1.7313, 1.77778, 1.77778, 1.82615, + 1.82615, 1.87652, 1.87652, 1.92901, 1.92901, 1.98373, 1.98373, + 1.98373, 2.04082, 2.04082, 2.1004, 2.1004, 2.16263, 2.16263, + 2.22767, 2.22767, 2.22767, 2.29568, 2.29568, 2.36686, 2.36686, + 2.44141, 2.44141, 2.51953, 2.51953, 2.51953, 2.60146, 2.60146, + 2.68745, 2.68745, 2.77778, 2.77778, 2.87274, 2.87274, 2.87274, + 2.97265, 2.97265, 3.07787, 3.07787, 3.18878, 3.18878, 3.30579, + 3.30579, 3.30579, 3.42936, 3.42936, 3.55999, 3.55999, 3.69822, + 3.69822, 3.84468, 3.84468, 3.84468, 4, 4, 4.16493, + 4.16493, 4.34028, 4.34028, 4.34028, 4.52694, 4.52694, 4.7259, + 4.7259, 4.93827, 4.93827, 4.93827, 5.16529, 5.16529, 5.40833, + 5.40833, 5.40833, 5.66893, 5.66893, 5.94884, 5.94884, 6.25, + 6.25, 6.25, 6.57462, 6.57462, 6.92521, 6.92521, 6.92521, + 7.3046, 7.3046, 7.71605, 7.71605, 7.71605, 8.16327, 8.16327, + 8.65052, 8.65052, 8.65052, 9.18274, 9.18274, 9.18274, 9.76562, + 9.76562, 10.4058, 10.4058, 10.4058, 11.1111, 11.1111, 11.1111, + 11.8906, 11.8906, 12.7551, 12.7551, 12.7551, 13.7174, 13.7174, + 13.7174, 14.7929, 14.7929, 14.7929, 16, 16, 16, + 17.3611, 17.3611, 17.3611, 18.9036, 18.9036, 18.9036, 20.6612, + 20.6612, 20.6612, 22.6757, 22.6757, 22.6757, 22.6757, 25, + 25, 25, 27.7008, 27.7008, 27.7008, 27.7008, 30.8642, + 30.8642, 30.8642, 34.6021, 34.6021, 34.6021, 34.6021, 39.0625, + 39.0625, 39.0625, 39.0625, 44.4444, 44.4444, 44.4444, 44.4444, + 51.0204, 51.0204, 51.0204, 51.0204, 59.1716, 59.1716, 59.1716, + 59.1716, 59.1716, 69.4444, 69.4444, 69.4444, 69.4444, 82.6446, + 82.6446, 82.6446, 82.6446, 82.6446, 100 + }; + + G4Generator2BN::G4Generator2BN(const G4String& name):G4VBremAngularDistribution(name) { b = 1.2; @@ -66,23 +160,15 @@ G4Generator2BN::G4Generator2BN(const G4String& name):G4VBremAngularDistribution( // Increment Theta value for surface interpolation dtheta = 0.1*rad; - // Majorant Surface Values - Atab = new G4double[320]; - ctab = new G4double[320]; - // Construct Majorant Surface to 2BN cross-section - ConstructMajorantSurface(); + // (we dont need this. Pre-calculated values are used instead due to performance issues + // ConstructMajorantSurface(); } // G4Generator2BN::~G4Generator2BN() -{ - - delete[] Atab; - delete[] ctab; - -} +{;} // @@ -116,7 +202,7 @@ G4double G4Generator2BN::Calculatedsdkdt(G4double kout, G4double theta, G4double // classic radius (in cm) G4double r0 = 2.82E-13; //squared classic radius (in barn) - G4double r02 = pow(r0,2)*1.0E+24; + G4double r02 = r0*r0*1.0E+24; // Photon energy cannot be greater than electron kinetic energy if(kout > (Eel-electron_mass_c2)){ @@ -133,29 +219,42 @@ G4double G4Generator2BN::Calculatedsdkdt(G4double kout, G4double theta, G4double return dsdkdt_value; } + G4double p0 = sqrt(E0*E0-1); G4double p = sqrt(E*E-1); G4double L = log((E*E0-1+p*p0)/(E*E0-1-p*p0)); G4double delta0 = E0 - p0*cos(theta); G4double epsilon = log((E+p)/(E-p)); - G4double Q = sqrt(pow(p0,2)+pow(k,2)-2*k*p0*cos(theta)); + G4double Z2 = Z*Z; + G4double sintheta2 = sin(theta)*sin(theta); + G4double E02 = E0*E0; + G4double E2 = E*E; + G4double p02 = E0*E0-1; + G4double k2 = k*k; + G4double delta02 = delta0*delta0; + G4double delta04 = delta02* delta02; + G4double Q = sqrt(p02+k2-2*k*p0*cos(theta)); + G4double Q2 = Q*Q; G4double epsilonQ = log((Q+p)/(Q-p)); - dsdkdt_value = pow(Z,2) * (r02/(8*M_PI*137)) * (1/k) * (p/p0) * - ( (8 * (pow(sin (theta),2)*(2*pow(E0,2)+1))/(pow(p0,2)*pow(delta0,4))) - - ((2*(5*pow(E0,2)+2*E*E0+3))/(pow(p0,2) * pow(delta0,2))) - - ((2*(pow(p0,2)-pow(k,2)))/((pow(Q,2)*pow(delta0,2)))) + - ((4*E)/(pow(p0,2)*delta0)) + - (L/(p*p0))*( - ((4*E0*pow(sin(theta),2)*(3*k-pow(p0,2)*E))/(pow(p0,2)*pow(delta0,4))) + - ((4*pow(E0,2)*(pow(E0,2)+pow(E,2)))/(pow(p0,2)*pow(delta0,2))) + - ((2-2*(7*pow(E0,2)-3*E*E0+pow(E,2)))/(pow(p0,2)*pow(delta0,2))) + - (2*k*(pow(E0,2)+E*E0-1))/((pow(p0,2)*delta0)) - ) - + + dsdkdt_value = Z2 * (r02/(8*M_PI*137)) * (1/k) * (p/p0) * + ( (8 * (sintheta2*(2*E02+1))/(p02*delta04)) - + ((2*(5*E02+2*E*E0+3))/(p02 * delta02)) - + ((2*(p02-k2))/((Q2*delta02))) + + ((4*E)/(p02*delta0)) + + (L/(p*p0))*( + ((4*E0*sintheta2*(3*k-p02*E))/(p02*delta04)) + + ((4*E02*(E02+E2))/(p02*delta02)) + + ((2-2*(7*E02-3*E*E0+E2))/(p02*delta02)) + + (2*k*(E02+E*E0-1))/((p02*delta0)) + ) - ((4*epsilon)/(p*delta0)) + ((epsilonQ)/(p*Q))* - (4/pow(delta0,2)-(6*k/delta0)-(2*k*(pow(p0,2)-pow(k,2)))/(pow(Q,2)*delta0)) - ); + (4/delta02-(6*k/delta0)-(2*k*(p02-k2))/(Q2*delta0)) + ); + + dsdkdt_value = dsdkdt_value*sin(theta); return dsdkdt_value; @@ -205,7 +304,7 @@ void G4Generator2BN::ConstructMajorantSurface() c = 0; A = 0; }else{ - c = 1/pow(thetamax,2); + c = 1/(thetamax*thetamax); A = 2*sqrt(c)*dsmax/(pow(kmin,-b)); } @@ -266,7 +365,8 @@ G4double G4Generator2BN::Generate2BN(G4double Ek, G4double k) const G4double A2; G4double A, c; - G4int trials, index; + G4int trials = 0; + G4int index; // find table index index = G4int(log10(Ek)*100) - index_min; @@ -293,7 +393,7 @@ G4double G4Generator2BN::Generate2BN(G4double Ek, G4double k) const // generate theta accordimg to theta/(1+c*pow(theta,2) // Normalization constant - cte2 = 2*c/log(1+c*pow(M_PI,2)); + cte2 = 2*c/log(1+c*M_PI*M_PI); y = G4UniformRand(); t = sqrt((exp(2*c*y/cte2)-1)/c); diff --git a/source/processes/electromagnetic/lowenergy/src/G4LinInterpolation.cc b/source/processes/electromagnetic/lowenergy/src/G4LinInterpolation.cc index bd347e745f..d00a08f611 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4LinInterpolation.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4LinInterpolation.cc @@ -22,7 +22,7 @@ // // // $Id: G4LinInterpolation.cc,v 1.2 2002/05/28 09:20:19 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/src/G4LogLogInterpolation.cc b/source/processes/electromagnetic/lowenergy/src/G4LogLogInterpolation.cc index 2a466e22c6..86924856e9 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4LogLogInterpolation.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4LogLogInterpolation.cc @@ -22,7 +22,7 @@ // // // $Id: G4LogLogInterpolation.cc,v 1.5 2003/06/25 14:24:12 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyBremsstrahlung.cc b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyBremsstrahlung.cc index 206d074b23..2776050a98 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyBremsstrahlung.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyBremsstrahlung.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4LowEnergyBremsstrahlung.cc,v 1.66 2003/11/06 12:53:04 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4LowEnergyBremsstrahlung.cc,v 1.68 2004/01/08 17:04:52 silvarod Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------- // @@ -85,8 +85,10 @@ G4LowEnergyBremsstrahlung::G4LowEnergyBremsstrahlung(const G4String& nam) { cutForPhotons = 0.; verboseLevel = 0; + generatorName = "tsai"; angularDistribution = new G4ModifiedTsai("TsaiGenerator"); // default generator - angularDistribution->PrintGeneratorInformation(); +// angularDistribution->PrintGeneratorInformation(); + TsaiAngularDistribution = new G4ModifiedTsai("TsaiGenerator"); } /* @@ -101,6 +103,8 @@ G4LowEnergyBremsstrahlung::G4LowEnergyBremsstrahlung(const G4String& nam, G4VBre verboseLevel = 0; angularDistribution->PrintGeneratorInformation(); + + TsaiAngularDistribution = new G4ModifiedTsai("TsaiGenerator"); } */ @@ -110,6 +114,7 @@ G4LowEnergyBremsstrahlung::~G4LowEnergyBremsstrahlung() if(energySpectrum) delete energySpectrum; if(theMeanFreePath) delete theMeanFreePath; delete angularDistribution; + delete TsaiAngularDistribution; energyBins.clear(); } @@ -308,7 +313,13 @@ G4VParticleChange* G4LowEnergyBremsstrahlung::PostStepDoIt(const G4Track& track, G4double tGamma = energySpectrum->SampleEnergy(Z, tCut, kineticEnergy, kineticEnergy); G4double totalEnergy = kineticEnergy + electron_mass_c2; G4double finalEnergy = kineticEnergy - tGamma; // electron/positron final energy - G4double theta = angularDistribution->PolarAngle(kineticEnergy,finalEnergy,Z); + G4double theta = 0; + + if((kineticEnergy < 1*MeV && kineticEnergy > 1*keV && generatorName == "2bn")){ + theta = angularDistribution->PolarAngle(kineticEnergy,finalEnergy,Z); + }else{ + theta = TsaiAngularDistribution->PolarAngle(kineticEnergy,finalEnergy,Z); + } G4double phi = twopi * G4UniformRand(); G4double dirZ = cos(theta); @@ -396,16 +407,19 @@ void G4LowEnergyBremsstrahlung::SetAngularGenerator(const G4String& name) { delete angularDistribution; angularDistribution = new G4ModifiedTsai("TsaiGenerator"); + generatorName = name; } else if (name == "2bn") { delete angularDistribution; angularDistribution = new G4Generator2BN("2BNGenerator"); + generatorName = name; } else if (name == "2bs") { delete angularDistribution; angularDistribution = new G4Generator2BS("2BSGenerator"); + generatorName = name; } else { diff --git a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyCompton.cc b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyCompton.cc index 73edbbb7c4..3064e27eb8 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyCompton.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyCompton.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4LowEnergyCompton.cc,v 1.37 2003/05/20 20:16:13 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: A. Forti // Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) diff --git a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyGammaConversion.cc b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyGammaConversion.cc index 4d30e1381b..b816dc8e90 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyGammaConversion.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyGammaConversion.cc @@ -23,7 +23,7 @@ // -------------------------------------------------------------------- /// // $Id: G4LowEnergyGammaConversion.cc,v 1.32 2003/06/16 17:00:11 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyIonisation.cc b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyIonisation.cc index 64bdac35d7..33c073937f 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyIonisation.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyIonisation.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4LowEnergyIonisation.cc,v 1.95 2003/06/16 17:00:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // -------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyPhotoElectric.cc b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyPhotoElectric.cc index 46ad74d40c..9ad81426cc 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyPhotoElectric.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyPhotoElectric.cc @@ -22,7 +22,7 @@ // // // $Id: G4LowEnergyPhotoElectric.cc,v 1.51 2003/06/16 17:00:15 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: A. Forti // Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) diff --git a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyPolarizedCompton.cc b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyPolarizedCompton.cc index 680504db0e..fc9e5fdc7b 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyPolarizedCompton.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyPolarizedCompton.cc @@ -22,7 +22,7 @@ // // // $Id: G4LowEnergyPolarizedCompton.cc,v 1.17 2003/11/18 16:39:21 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class implementation file diff --git a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyRayleigh.cc b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyRayleigh.cc index 8341bdd3d4..9ff625997d 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4LowEnergyRayleigh.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4LowEnergyRayleigh.cc @@ -23,7 +23,7 @@ // -------------------------------------------------------------------- // // $Id: G4LowEnergyRayleigh.cc,v 1.33 2003/05/20 20:16:13 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: A. Forti // Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) diff --git a/source/processes/electromagnetic/lowenergy/src/G4PenelopeAnnihilation.cc b/source/processes/electromagnetic/lowenergy/src/G4PenelopeAnnihilation.cc index 4ba702deac..9c9b150bf1 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4PenelopeAnnihilation.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4PenelopeAnnihilation.cc @@ -25,6 +25,7 @@ // History: // -------- // 02 Jul 2003 L.Pandola First implementation +// 16 Mar 2004 L.Pandola Removed unnecessary calls to pow(a,b) #include "G4PenelopeAnnihilation.hh" #include "Randomize.hh" @@ -126,10 +127,10 @@ G4double G4PenelopeAnnihilation::calculateCrossSectionPerElectron //Heitler dcs formula for annihilation with free electrons at rest G4double crossSection=0.0; G4double gamma = 1.0+std::max(ene,1.0*eV)/electron_mass_c2; - G4double gamma2 = pow(gamma,2); + G4double gamma2 = gamma*gamma; G4double f2 = gamma2-1.0; G4double f1 = sqrt(f2); - G4double pielr2 = pi*pow(classic_electr_radius,2); + G4double pielr2 = pi*classic_electr_radius*classic_electr_radius; crossSection = pielr2*((gamma2+4.0*gamma+1.0)*log(gamma+f1)/f2 - (gamma+3.0)/f1)/(gamma+1.0); return crossSection; @@ -157,7 +158,7 @@ G4VParticleChange* G4PenelopeAnnihilation::PostStepDoIt(const G4Track& aTrack, G4double ani = 1.0+gamma; G4double chimin = 1.0/(ani+gamma21); G4double rchi = (1.0-chimin)/chimin; - G4double gt0 = pow(ani,2)-2.0; + G4double gt0 = ani*ani-2.0; G4double epsilon=0.0, reject=0.0, test=0.0; do{ epsilon = chimin*pow(rchi,G4UniformRand()); diff --git a/source/processes/electromagnetic/lowenergy/src/G4PenelopeBremsstrahlung.cc b/source/processes/electromagnetic/lowenergy/src/G4PenelopeBremsstrahlung.cc index 99086f025e..6401561c50 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4PenelopeBremsstrahlung.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4PenelopeBremsstrahlung.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4PenelopeBremsstrahlung.cc,v 1.14 2003/11/18 17:29:43 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/lowenergy/src/G4PenelopeBremsstrahlungAngular.cc b/source/processes/electromagnetic/lowenergy/src/G4PenelopeBremsstrahlungAngular.cc index 709a0d1d3d..5296fc031d 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4PenelopeBremsstrahlungAngular.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4PenelopeBremsstrahlungAngular.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4PenelopeBremsstrahlungAngular.cc,v 1.5 2003/11/07 12:25:35 pandola Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/lowenergy/src/G4PenelopeBremsstrahlungContinuous.cc b/source/processes/electromagnetic/lowenergy/src/G4PenelopeBremsstrahlungContinuous.cc index 1e8f2bc4d0..eb0585b772 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4PenelopeBremsstrahlungContinuous.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4PenelopeBremsstrahlungContinuous.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4PenelopeBremsstrahlungContinuous.cc,v 1.5 2003/06/16 17:00:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4PenelopeBremsstrahlungContinuous.cc,v 1.6 2004/03/17 08:57:26 pandola Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // -------------------------------------------------------------- // @@ -35,6 +35,7 @@ // 20 Feb 2003 L. Pandola 1st implementation // 17 Mar 2003 L. Pandola Added the correction for positrons // 19 Mar 2003 L. Pandola Bugs fixed +// 17 Mar 2004 L. Pandola Removed unnecessary calls to pow(a,b) //---------------------------------------------------------------- #include "G4PenelopeBremsstrahlungContinuous.hh" @@ -135,7 +136,7 @@ void G4PenelopeBremsstrahlungContinuous::PrepareInterpolationTable() delete interpolator; G4double Fact = (millibarn/cm2)*(Energies[i]+electron_mass_c2)*(1.0/fine_structure_const)/ - (pow(classic_electr_radius,2)*(Energies[i]+2.0*electron_mass_c2)); + (classic_electr_radius*classic_electr_radius*(Energies[i]+2.0*electron_mass_c2)); G4double Normalization = TotalCS[i]/(Rsum*Fact); G4double TST = abs(Normalization-100.0); if (TST > 1.0) { @@ -209,10 +210,8 @@ G4double G4PenelopeBremsstrahlungContinuous::CalculateStopping(G4double e1) G4double Xek = Xe-Ke; //Global x-section factor - G4double Fact=pow((G4double) Zmat,2)*(pow(e1+electron_mass_c2,2)/(e1*(e1+2.0*electron_mass_c2))) - *(millibarn/cm2); - //G4cout << "Particella: " << partName << ";Z: " << Zmat << ";Energia: " << e1 << "; fattore di correzione: " - // << PositronCorrection(e1) << G4endl; + G4double Fact=Zmat*Zmat*(e1+electron_mass_c2)*(e1+electron_mass_c2)/(e1*(e1+2.0*electron_mass_c2)) + *(millibarn/cm2); Fact=Fact*PositronCorrection(e1); //Moments of the scaled bremss x-section @@ -263,7 +262,7 @@ G4double G4PenelopeBremsstrahlungContinuous::PositronCorrection(G4double en) return 1.0; //no correction for electrons } else if (partName == "e+"){ - T=log(1+((1e6*en)/(pow( (G4double) Zmat,2)*electron_mass_c2))); + T=log(1+((1e6*en)/(Zmat*Zmat*electron_mass_c2))); for (G4int i=0;i<7;i++){ correct += Coeff[i]*pow(T,i+1); } diff --git a/source/processes/electromagnetic/lowenergy/src/G4PenelopeCompton.cc b/source/processes/electromagnetic/lowenergy/src/G4PenelopeCompton.cc index 36ab878c5f..75e38f6142 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4PenelopeCompton.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4PenelopeCompton.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4PenelopeCompton.cc,v 1.16 2003/06/16 17:00:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4PenelopeCompton.cc,v 1.19 2004/03/23 12:44:22 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // Author: Luciano Pandola // @@ -37,6 +37,9 @@ // 20 Mar 2003 L.Pandola ReadData() changed (performance improved) // 26 Mar 2003 L.Pandola Added fluorescence // 24 May 2003 MGP Removed memory leak +// 09 Mar 2004 L.Pandola Bug fixed in the generation of final state +// (bug report # 585) +// 17 Mar 2004 L.Pandola Removed unnecessary calls to pow(a,b) // // ------------------------------------------------------------------- @@ -108,11 +111,17 @@ G4PenelopeCompton::~G4PenelopeCompton() { delete meanFreePathTable; delete rangeTest; + + for (size_t i1=0;i1size();i1++) + { + delete (*matCrossSections)[i1]; + } + delete matCrossSections; - for (size_t i=0; isize(); i++) + for (size_t i2=0; i2size(); i2++) { - delete (*ionizationEnergy)[i]; + delete (*ionizationEnergy)[i2]; } delete ionizationEnergy; @@ -186,6 +195,8 @@ void G4PenelopeCompton::BuildPhysicsTable(const G4ParticleDefinition& ) matCrossSections->push_back(setForMat); } + + //Build the mean free path table! G4double matCS = 0.0; G4VEMDataSet* matCrossSet = new G4CompositeEMDataSet(algo,1.,1.); G4VEMDataSet* materialSet = new G4CompositeEMDataSet(algo,1.,1.); @@ -311,14 +322,14 @@ G4VParticleChange* G4PenelopeCompton::PostStepDoIt(const G4Track& aTrack, harFunc = (*((*hartreeFunction)[Z-1]))[i]/fine_structure_const; occupNb = (G4int) (*((*occupationNumber)[Z-1]))[i]; pzomc = harFunc*(aux-electron_mass_c2*ionEnergy)/ - (electron_mass_c2*sqrt(2.0*aux+pow(ionEnergy,2))); + (electron_mass_c2*sqrt(2.0*aux+ionEnergy*ionEnergy)); if (pzomc > 0) { - rni = 1.0-0.5*exp(0.5-pow(sqrt(0.5)+sqrt(2.0)*pzomc,2)); + rni = 1.0-0.5*exp(0.5-(sqrt(0.5)+sqrt(2.0)*pzomc)*(sqrt(0.5)+sqrt(2.0)*pzomc)); } else { - rni = 0.5*exp(0.5-pow(sqrt(0.5)-sqrt(2.0)*pzomc,2)); + rni = 0.5*exp(0.5-(sqrt(0.5)-sqrt(2.0)*pzomc)*(sqrt(0.5)-sqrt(2.0)*pzomc)); } s0 = s0 + occupNb*rni; } @@ -347,14 +358,14 @@ G4VParticleChange* G4PenelopeCompton::PostStepDoIt(const G4Track& aTrack, harFunc = (*((*hartreeFunction)[Z-1]))[i]/fine_structure_const; occupNb = (G4int) (*((*occupationNumber)[Z-1]))[i]; pzomc = harFunc*(aux-electron_mass_c2*ionEnergy)/ - (electron_mass_c2*sqrt(2.0*aux+pow(ionEnergy,2))); + (electron_mass_c2*sqrt(2.0*aux+ionEnergy*ionEnergy)); if (pzomc > 0) { - rn[i] = 1.0-0.5*exp(0.5-pow(sqrt(0.5)+sqrt(2.0)*pzomc,2)); + rn[i] = 1.0-0.5*exp(0.5-(sqrt(0.5)+sqrt(2.0)*pzomc)*(sqrt(0.5)+sqrt(2.0)*pzomc)); } else { - rn[i] = 0.5*exp(0.5-pow(sqrt(0.5)-sqrt(2.0)*pzomc,2)); + rn[i] = 0.5*exp(0.5-(sqrt(0.5)-sqrt(2.0)*pzomc)*(sqrt(0.5)-sqrt(2.0)*pzomc)); } S = S + occupNb*rn[i]; pac[i] = S; @@ -409,7 +420,7 @@ G4VParticleChange* G4PenelopeCompton::PostStepDoIt(const G4Track& aTrack, }while ((fpzmax*G4UniformRand())>fpz); //Energy of the scattered photon - G4double T = pow(pzomc,2); + G4double T = pzomc*pzomc; G4double b1 = 1.0-T*tau*tau; G4double b2 = 1.0-T*tau*cosTheta; if (pzomc > 0.0) @@ -423,7 +434,7 @@ G4VParticleChange* G4PenelopeCompton::PostStepDoIt(const G4Track& aTrack, } - G4double sinTheta = sqrt(1-pow(cosTheta,2)); + G4double sinTheta = sqrt(1-cosTheta*cosTheta); G4double phi = twopi * G4UniformRand() ; G4double dirx = sinTheta * cos(phi); G4double diry = sinTheta * sin(phi); @@ -453,7 +464,7 @@ G4VParticleChange* G4PenelopeCompton::PostStepDoIt(const G4Track& aTrack, G4double diffEnergy = photonEnergy0*(1-epsilon); ionEnergy = (*((*ionizationEnergy)[Z-1]))[iosc]; //G4double eKineticEnergy = diffEnergy - ionEnergy; - G4double Q2 = pow(photonEnergy0,2)+photonEnergy1*(photonEnergy1-2.0*photonEnergy0*cosTheta); + G4double Q2 = photonEnergy0*photonEnergy0+photonEnergy1*(photonEnergy1-2.0*photonEnergy0*cosTheta); G4double cosThetaE; //scattering angle for the electron if (Q2 > 1.0e-12) { @@ -463,7 +474,7 @@ G4VParticleChange* G4PenelopeCompton::PostStepDoIt(const G4Track& aTrack, { cosThetaE = 1.0; } - G4double sinThetaE = sqrt(1-pow(cosThetaE,2)); + G4double sinThetaE = sqrt(1-cosThetaE*cosThetaE); @@ -527,7 +538,7 @@ G4VParticleChange* G4PenelopeCompton::PostStepDoIt(const G4Track& aTrack, G4double yEl = sinThetaE * sin(phi+pi); G4double zEl = cosThetaE; G4ThreeVector eDirection(xEl,yEl,zEl); //electron direction - + eDirection.rotateUz(photonDirection0); electron = new G4DynamicParticle (G4Electron::Electron(), eDirection,eKineticEnergy) ; nbOfSecondaries++; @@ -693,23 +704,23 @@ G4double G4PenelopeCompton::DifferentialCrossSection(G4double cosTheta) if (energy > ionEnergy) { G4double aux = energy * (energy-ionEnergy)*cdt1; - Pzimax = (aux - electron_mass_c2*ionEnergy)/(electron_mass_c2*sqrt(2*aux+pow(ionEnergy,2))); + Pzimax = (aux - electron_mass_c2*ionEnergy)/(electron_mass_c2*sqrt(2*aux+ionEnergy*ionEnergy)); harFunc = (*((*hartreeFunction)[Z-1]))[i]/fine_structure_const; occupNb = (G4int) (*((*occupationNumber)[Z-1]))[i]; x = harFunc*Pzimax; if (x > 0) { - siap = 1.0-0.5*exp(k12-pow((k1+k2*x),2)); + siap = 1.0-0.5*exp(k12-(k1+k2*x)*(k1+k2*x)); } else { - siap = 0.5*exp(k12-pow((k1-k2*x),2)); + siap = 0.5*exp(k12-(k1-k2*x)*(k1-k2*x)); } sia = sia + occupNb*siap; //sum of all contributions; } } XKN = EOEC+ECOE-1+cosTheta*cosTheta; - diffCS = pi*pow(classic_electr_radius,2)*pow(ECOE,2)*XKN*sia; + diffCS = pi*classic_electr_radius*classic_electr_radius*ECOE*ECOE*XKN*sia; return diffCS; } diff --git a/source/processes/electromagnetic/lowenergy/src/G4PenelopeGammaConversion.cc b/source/processes/electromagnetic/lowenergy/src/G4PenelopeGammaConversion.cc index a5fa309079..8b4710caca 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4PenelopeGammaConversion.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4PenelopeGammaConversion.cc @@ -35,6 +35,7 @@ // 13 Mar 2003 L.Pandola Code "cleaned" // 25 Mar 2003 L.Pandola Changed the name of the database file to read // 24 Apr 2003 V.Ivanchenko Cut per region mfpt +// 17 Mar 2004 L.Pandola Removed unnecessary calls to pow(a,b) // -------------------------------------------------------------- #include "G4PenelopeGammaConversion.hh" @@ -326,8 +327,13 @@ G4double G4PenelopeGammaConversion::CoulombCorrection(G4double a) { G4double fc=0; G4double b[7] = {0.202059,-0.03693,0.00835,-0.00201,0.00049,-0.00012,0.00003}; - fc = ((1.0/(1.0+a*a))+b[0]+b[1]*pow(a,2)+b[2]*pow(a,4)+b[3]*pow(a,6)+b[4]*pow(a,8)+b[5]*pow(a,10)+b[6]*pow(a,12)); - fc=pow(a,2)*fc; + G4double aSquared = a*a; + G4double aFourth = aSquared*aSquared; + G4double aEighth = aFourth*aFourth; + + fc = ((1.0/(1.0+a*a))+b[0]+b[1]*aSquared+b[2]*aFourth+b[3]*(aSquared*aFourth)+ + b[4]*aEighth+b[5]*(aEighth*aSquared)+b[6]*(aEighth*aFourth)); + fc=aSquared*fc; return fc; } @@ -336,8 +342,9 @@ G4double G4PenelopeGammaConversion::LowEnergyCorrection(G4double a,G4double eki) G4double f0=0,t=0; G4double b[12] = {-1.744,-12.10,11.18,8.523,73.26,-41.41,-13.52,-121.1,94.41,8.946,62.05,-63.41}; t=sqrt(2.0*eki); - f0=(b[0]+b[1]*a+b[2]*a*a)*t+(b[3]+b[4]*a+b[5]*a*a)*pow(t,2)+(b[6]+b[7]*a+b[8]*a*a)*pow(t,3)+ - (b[9]+b[10]*a+b[11]*a*a)*pow(t,4); + G4double tSq = t*t; + f0=(b[0]+b[1]*a+b[2]*a*a)*t+(b[3]+b[4]*a+b[5]*a*a)*(tSq)+(b[6]+b[7]*a+b[8]*a*a)*(tSq*t)+ + (b[9]+b[10]*a+b[11]*a*a)*(tSq*tSq); return f0; } diff --git a/source/processes/electromagnetic/lowenergy/src/G4PenelopeInterpolator.cc b/source/processes/electromagnetic/lowenergy/src/G4PenelopeInterpolator.cc index c3ba74f954..244ff6b16f 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4PenelopeInterpolator.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4PenelopeInterpolator.cc @@ -27,6 +27,8 @@ // History: // ----------- // 17 Feb 2003 LP Created +// 17 Dec 2003 LP Removed memory leak +// 17 Mar 2004 LP Removed unnecessary calls to pow(a,b) // // ------------------------------------------------------------------- @@ -97,15 +99,20 @@ G4PenelopeInterpolator::G4PenelopeInterpolator(G4double* pX,G4double* pY,G4int n G4double SI1=S1; G4double SI=0,H=0,HI=0; G4double store=0; + G4double help1=0; + G4double help2=0; + for (i=0;ipush_back(store); - store=(HI/2.0)*(SI1*pow(pX[i],2)-SI*pow(pX[i+1],2))+HI*(pY[i+1]-pY[i])+(H/6.0)*(SI-SI1); + store=(HI/2.0)*(SI1*(pX[i]*pX[i])-SI*(pX[i+1]*pX[i+1]))+HI*(pY[i+1]-pY[i])+(H/6.0)*(SI-SI1); b->push_back(store); store=(HI/2.0)*(SI*pX[i+1]-SI1*pX[i]); c->push_back(store); @@ -130,6 +137,16 @@ G4PenelopeInterpolator::G4PenelopeInterpolator(G4double* pX,G4double* pY,G4int n return; } +G4PenelopeInterpolator::~G4PenelopeInterpolator() +{ + delete a; + delete b; + delete c; + delete d; + delete x; + delete y; +} + G4double G4PenelopeInterpolator::CubicSplineInterpolation(G4double xx) { G4double interp=0; diff --git a/source/processes/electromagnetic/lowenergy/src/G4PenelopeIonisation.cc b/source/processes/electromagnetic/lowenergy/src/G4PenelopeIonisation.cc index 0682591e97..f4d25a0a57 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4PenelopeIonisation.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4PenelopeIonisation.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4PenelopeIonisation.cc,v 1.8 2003/12/09 15:36:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4PenelopeIonisation.cc,v 1.12 2004/03/18 13:44:44 pandola Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // -------------------------------------------------------------- // @@ -33,11 +33,19 @@ // // Modifications: // -// 25.03.03 L.Pandola First implementation -// 03.06.03 L.Pandola Added continuous part -// 30.06.03 L.Pandola Added positrons -// 01.07.03 L.Pandola Changed cross section files for e- and e+ -// Interface with PenelopeCrossSectionHandler +// 25.03.03 L.Pandola First implementation +// 03.06.03 L.Pandola Added continuous part +// 30.06.03 L.Pandola Added positrons +// 01.07.03 L.Pandola Changed cross section files for e- and e+ +// Interface with PenelopeCrossSectionHandler +// 18.01.04 M.Mendenhall (Vanderbilt University) [bug report 568] +// Changed returns in CalculateDiscreteForElectrons() +// to eliminate leaks +// 20.01.04 L.Pandola Changed returns in CalculateDiscreteForPositrons() +// to eliminate the same bug +// 10.03.04 L.Pandola Bug fixed with reference system of delta rays +// 17.03.04 L.Pandola Removed unnecessary calls to pow(a,b) +// 18.03.04 L.Pandola Bug fixed in the destructor // -------------------------------------------------------------- #include "G4PenelopeIonisation.hh" @@ -88,7 +96,7 @@ G4PenelopeIonisation::~G4PenelopeIonisation() { if (ionizationEnergy->count(Z)) delete (ionizationEnergy->find(Z)->second); if (resonanceEnergy->count(Z)) delete (resonanceEnergy->find(Z)->second); - if (occupationNumber->count(Z)) delete (resonanceEnergy->find(Z)->second); + if (occupationNumber->count(Z)) delete (occupationNumber->find(Z)->second); if (shellFlag->count(Z)) delete (shellFlag->find(Z)->second); } delete ionizationEnergy; @@ -357,8 +365,6 @@ G4VParticleChange* G4PenelopeIonisation::PostStepDoIt(const G4Track& track, std::vector* photonVector=0; G4DynamicParticle* aPhoton; - // G4AtomicDeexciation deexcitationManager; - if (Z>5 && (ionEnergy > cutg || ionEnergy > cute)) { photonVector = deexcitationManager.GenerateParticles(Z,shellId); @@ -395,7 +401,7 @@ G4VParticleChange* G4PenelopeIonisation::PostStepDoIt(const G4Track& track, G4double yEl = sin2 * sin(phi2); G4double zEl = cosThetaSecondary; G4ThreeVector eDirection(xEl,yEl,zEl); //electron direction - + eDirection.rotateUz(electronDirection0); electron = new G4DynamicParticle (G4Electron::Electron(), eDirection,eKineticEnergy) ; nbOfSecondaries++; @@ -480,7 +486,7 @@ void G4PenelopeIonisation::CalculateDiscreteForElectrons(G4double ene,G4double c G4double gamma = 1.0+ene/electron_mass_c2; G4double gamma2 = gamma*gamma; G4double beta2 = (gamma2-1.0)/gamma2; - G4double amol = pow((gamma-1.0)/gamma,2); + G4double amol = (gamma-1.0)*(gamma-1.0)/gamma2; G4double cps = ene*rb; G4double cp = sqrt(cps); @@ -488,13 +494,14 @@ void G4PenelopeIonisation::CalculateDiscreteForElectrons(G4double ene,G4double c G4double distantTransvCS0 = std::max(log(gamma2)-beta2-delta,0.0); G4double rl,rl1; + + if (cutoff > ene) return; //delta rays are not generated + G4DataVector* qm = new G4DataVector(); G4DataVector* cumulHardCS = new G4DataVector(); G4DataVector* typeOfInteraction = new G4DataVector(); G4DataVector* nbOfLevel = new G4DataVector(); - if (cutoff > ene) return; //delta rays are not generated - //Hard close collisions with outer shells G4double wmaxc = 0.5*ene; G4double closeCS0 = 0.0; @@ -541,11 +548,11 @@ void G4PenelopeIonisation::CalculateDiscreteForElectrons(G4double ene,G4double c { if (wi>(1e-6*ene)){ G4double cpp=sqrt((ene-wi)*(ene-wi+2.0*electron_mass_c2)); - qm->push_back(sqrt(pow(cp-cpp,2)+electron_mass_c2*electron_mass_c2)-electron_mass_c2); + qm->push_back(sqrt((cp-cpp)*(cp-cpp)+electron_mass_c2*electron_mass_c2)-electron_mass_c2); } else { - qm->push_back(pow(wi,2)/(beta2*2.0*electron_mass_c2)); + qm->push_back((wi*wi)/(beta2*2.0*electron_mass_c2)); } //verificare che quando arriva qui il vettore ha SEMPRE l'i-esimo elemento if ((*qm)[i] < wi) @@ -600,6 +607,10 @@ void G4PenelopeIonisation::CalculateDiscreteForElectrons(G4double ene,G4double c energySecondary=0.0; cosThetaSecondary=0.0; iOsc=-1; + delete qm; + delete cumulHardCS; + delete typeOfInteraction; + delete nbOfLevel; return; } @@ -701,7 +712,7 @@ void G4PenelopeIonisation::CalculateDiscreteForElectrons(G4double ene,G4double c } rk2 = rk*rk; rkf = rk/(1.0-rk); - phi = 1.0+pow(rkf,2)-rkf+amol*(rk2+rkf); + phi = 1.0+(rkf*rkf)-rkf+amol*(rk2+rkf); }while ((G4UniformRand()*(1.0+A*rk2)) > phi); //Energy and scattering angle (primary electron); kineticEnergy1 = ene*(1.0-rk); @@ -796,6 +807,7 @@ G4double G4PenelopeIonisation::CalculateDeltaFermi(G4double ene,G4int Z, G4double wl2 = 0.0; G4double fdel=0.0; G4double wr=0; + G4double help1=0.0; size_t nbOsc = resonanceEnergy->find(Z)->second->size(); for(size_t i=0;ifind(Z)->second))[nbOsc-1],2); + help1 = (*(resonanceEnergy->find(Z)->second))[nbOsc-1]; + wl2 = help1*help1; do{ wl2=wl2*2.0; fdel = 0.0; @@ -854,7 +867,8 @@ G4double G4PenelopeIonisation::CalculateContinuous(G4double ene,G4double cutoff, G4double gamma = 1.0+ene/electron_mass_c2; G4double gamma2 = gamma*gamma; G4double beta2 = (gamma2-1.0)/gamma2; - G4double constant = pi*pow(classic_electr_radius,2)*2.0*electron_mass_c2/beta2; + G4double constant = pi*classic_electr_radius*classic_electr_radius + *2.0*electron_mass_c2/beta2; G4double delta = CalculateDeltaFermi(ene,Z,electronVolumeDensity); @@ -886,7 +900,7 @@ G4double G4PenelopeIonisation::CalculateStoppingPowerForElectrons(G4double ene,G G4double gamma2 = gamma*gamma; G4double beta2 = (gamma2-1.0)/gamma2; G4double cps = ene*(ene+2.0*electron_mass_c2); - G4double amol = pow((gamma-1.0)/gamma,2); + G4double amol = (gamma-1.0)*(gamma-1.0)/gamma2; G4double sPower = 0.0; if (ene < resEne) return sPower; @@ -901,7 +915,7 @@ G4double G4PenelopeIonisation::CalculateStoppingPowerForElectrons(G4double ene,G if (resEne > ene*(1e-6)) { - qm = sqrt(pow(cp-cp1,2)+pow(electron_mass_c2,2))-electron_mass_c2; + qm = sqrt((cp-cp1)*(cp-cp1)+(electron_mass_c2*electron_mass_c2))-electron_mass_c2; } else { @@ -934,7 +948,7 @@ G4double G4PenelopeIonisation::CalculateStoppingPowerForElectrons(G4double ene,G if (wl > (wu-1*eV)) return sPower; sPower += log(wu/wl)+(ene/(ene-wu))-(ene/(ene-wl)) + (2.0 - amol)*log((ene-wu)/(ene-wl)) - + amol*(pow(wu,2)-pow(wl,2))/(2.0*pow(ene,2)); + + amol*((wu*wu)-(wl*wl))/(2.0*ene*ene); return sPower; } @@ -947,11 +961,12 @@ G4double G4PenelopeIonisation::CalculateStoppingPowerForPositrons(G4double ene,G G4double gamma2 = gamma*gamma; G4double beta2 = (gamma2-1.0)/gamma2; G4double cps = ene*(ene+2.0*electron_mass_c2); - G4double amol = pow(ene/(ene+electron_mass_c2),2); - G4double bha1 = amol*(2.0*pow(gamma+1.0,2)-1.0)/(gamma2-1.0); - G4double bha2 = amol*(3.0+1.0/pow(gamma+1.0,2)); - G4double bha3 = amol*2.0*gamma*(gamma-1.0)/pow(gamma+1.0,2); - G4double bha4 = amol*pow(gamma-1.0,2)/pow(gamma+1.0,2); + G4double amol = (ene/(ene+electron_mass_c2)) * (ene/(ene+electron_mass_c2)); + G4double help = (gamma+1.0)*(gamma+1.0); + G4double bha1 = amol*(2.0*help-1.0)/(gamma2-1.0); + G4double bha2 = amol*(3.0+1.0/help); + G4double bha3 = amol*2.0*gamma*(gamma-1.0)/help; + G4double bha4 = amol*(gamma-1.0)*(gamma-1.0)/help; G4double sPower = 0.0; if (ene < resEne) return sPower; @@ -967,7 +982,7 @@ G4double G4PenelopeIonisation::CalculateStoppingPowerForPositrons(G4double ene,G if (resEne > ene*(1e-6)) { - qm = sqrt(pow(cp-cp1,2)+pow(electron_mass_c2,2))-electron_mass_c2; + qm = sqrt((cp-cp1)*(cp-cp1)+(electron_mass_c2*electron_mass_c2))-electron_mass_c2; } else { @@ -999,9 +1014,9 @@ G4double G4PenelopeIonisation::CalculateStoppingPowerForPositrons(G4double ene,G wl = resEne; if (wl > (wu-1*eV)) return sPower; sPower += log(wu/wl)-bha1*(wu-wl)/ene - + bha2*(pow(wu,2)-pow(wl,2))/(2.0*pow(ene,2)) - - bha3*(pow(wu,3)-pow(wl,3))/(3.0*pow(ene,3)) - + bha4*(pow(wu,4)-pow(wl,4))/(4.0*pow(ene,4)); + + bha2*((wu*wu)-(wl*wl))/(2.0*ene*ene) + - bha3*((wu*wu*wu)-(wl*wl*wl))/(3.0*ene*ene*ene) + + bha4*((wu*wu*wu*wu)-(wl*wl*wl*wl))/(4.0*ene*ene*ene*ene); return sPower; } @@ -1020,24 +1035,27 @@ void G4PenelopeIonisation::CalculateDiscreteForPositrons(G4double ene,G4double c G4double gamma = 1.0+ene/electron_mass_c2; G4double gamma2 = gamma*gamma; G4double beta2 = (gamma2-1.0)/gamma2; - G4double amol = pow((gamma-1.0)/gamma,2); + G4double amol = (gamma-1.0)*(gamma-1.0)/gamma2; G4double cps = ene*rb; G4double cp = sqrt(cps); - G4double bha1 = amol*(2.0*pow(gamma+1.0,2)-1.0)/(gamma2-1.0); - G4double bha2 = amol*(3.0+1.0/pow(gamma+1.0,2)); - G4double bha3 = amol*2.0*gamma*(gamma-1.0)/pow(gamma+1.0,2); - G4double bha4 = amol*pow(gamma-1.0,2)/pow(gamma+1.0,2); + G4double help = (gamma+1.0)*(gamma+1.0); + G4double bha1 = amol*(2.0*help-1.0)/(gamma2-1.0); + G4double bha2 = amol*(3.0+1.0/help); + G4double bha3 = amol*2.0*gamma*(gamma-1.0)/help; + G4double bha4 = amol*(gamma-1.0)*(gamma-1.0)/help; G4double delta = CalculateDeltaFermi(ene,Z,electronVolumeDensity); G4double distantTransvCS0 = std::max(log(gamma2)-beta2-delta,0.0); G4double rl,rl1; + + if (cutoff > ene) return; //delta rays are not generated + G4DataVector* qm = new G4DataVector(); G4DataVector* cumulHardCS = new G4DataVector(); G4DataVector* typeOfInteraction = new G4DataVector(); G4DataVector* nbOfLevel = new G4DataVector(); - if (cutoff > ene) return; //delta rays are not generated //Hard close collisions with outer shells G4double wmaxc = ene; @@ -1049,8 +1067,8 @@ void G4PenelopeIonisation::CalculateDiscreteForPositrons(G4double ene,G4double c rl1=1.0-rl; if (rl < 1.0) closeCS0 = (((1.0/rl)-1.0) + bha1*log(rl) + bha2*rl1 - + (bha3/2.0)*(pow(rl,2)-1.0) - + (bha4/3.0)*(1.0-pow(rl,3)))/ene; + + (bha3/2.0)*((rl*rl)-1.0) + + (bha4/3.0)*(1.0-(rl*rl*rl)))/ene; } // Cross sections for the different oscillators @@ -1087,11 +1105,11 @@ void G4PenelopeIonisation::CalculateDiscreteForPositrons(G4double ene,G4double c { if (wi>(1e-6*ene)){ G4double cpp=sqrt((ene-wi)*(ene-wi+2.0*electron_mass_c2)); - qm->push_back(sqrt(pow(cp-cpp,2)+electron_mass_c2*electron_mass_c2)-electron_mass_c2); + qm->push_back(sqrt((cp-cpp)*(cp-cpp)+ electron_mass_c2 * electron_mass_c2)-electron_mass_c2); } else { - qm->push_back(pow(wi,2)/(beta2+2.0*electron_mass_c2)); + qm->push_back(wi*wi/(beta2+2.0*electron_mass_c2)); } //verificare che quando arriva qui il vettore ha SEMPRE l'i-esimo elemento if ((*qm)[i] < wi) @@ -1126,8 +1144,8 @@ void G4PenelopeIonisation::CalculateDiscreteForPositrons(G4double ene,G4double c rl=wi/ene; rl1=1.0-rl; closeCS = occupNb*(((1.0/rl)-1.0)+bha1*log(rl)+bha2*rl1 - + (bha3/2.0)*(pow(rl,2)-1.0) - + (bha4/3.0)*(1.0-pow(rl,3)))/ene; + + (bha3/2.0)*((rl*rl)-1.0) + + (bha4/3.0)*(1.0-(rl*rl*rl)))/ene; cumulHardCS->push_back(totalHardCS); typeOfInteraction->push_back(3.0); //close nbOfLevel->push_back((G4double) i); @@ -1148,6 +1166,10 @@ void G4PenelopeIonisation::CalculateDiscreteForPositrons(G4double ene,G4double c energySecondary=0.0; cosThetaSecondary=0.0; iOsc=-1; + delete qm; + delete cumulHardCS; + delete typeOfInteraction; + delete nbOfLevel; return; } @@ -1271,7 +1293,7 @@ G4double G4PenelopeIonisation::CalculateCrossSectionsRatio(G4double ene,G4double G4double gamma = 1.0+ene/electron_mass_c2; G4double gamma2 = gamma*gamma; G4double beta2 = (gamma2-1.0)/gamma2; - G4double constant = pi*pow(classic_electr_radius,2)*2.0*electron_mass_c2/beta2; + G4double constant = pi*classic_electr_radius*classic_electr_radius*2.0*electron_mass_c2/beta2; G4double delta = CalculateDeltaFermi(ene,Z,electronVolumeDensity); G4int nbOsc = (G4int) resonanceEnergy->find(Z)->second->size(); G4double S0 = 0.0, H0=0.0; @@ -1308,7 +1330,7 @@ G4double G4PenelopeIonisation::CrossSectionsRatioForElectrons(G4double ene,G4dou G4double gamma2 = gamma*gamma; G4double beta2 = (gamma2-1.0)/gamma2; G4double cps = ene*(ene+2.0*electron_mass_c2); - G4double amol = pow(ene/(ene+electron_mass_c2),2); + G4double amol = (ene/(ene+electron_mass_c2)) * (ene/(ene+electron_mass_c2)) ; G4double hardCont = 0.0; G4double softCont = 0.0; if (ene < resEne) return 0.0; @@ -1324,7 +1346,7 @@ G4double G4PenelopeIonisation::CrossSectionsRatioForElectrons(G4double ene,G4dou if (resEne > ene*(1e-6)) { - qm = sqrt(pow(cp-cp1,2)+pow(electron_mass_c2,2))-electron_mass_c2; + qm = sqrt((cp-cp1)*(cp-cp1)+(electron_mass_c2*electron_mass_c2))-electron_mass_c2; } else { @@ -1364,7 +1386,7 @@ G4double G4PenelopeIonisation::CrossSectionsRatioForElectrons(G4double ene,G4dou hardCont += (1.0/(ene-wu))-(1.0/(ene-wl)) - (1.0/wu)+(1.0/wl) + (1.0-amol)*log(((ene-wu)*wl)/((ene-wl)*wu))/ene - + amol*(wu-wl)/pow(ene,2); + + amol*(wu-wl)/(ene*ene); wu=wl; } @@ -1376,7 +1398,7 @@ G4double G4PenelopeIonisation::CrossSectionsRatioForElectrons(G4double ene,G4dou softCont += (1.0/(ene-wu))-(1.0/(ene-wl)) - (1.0/wu)+(1.0/wl) + (1.0-amol)*log(((ene-wu)*wl)/((ene-wl)*wu))/ene - + amol*(wu-wl)/pow(ene,2); + + amol*(wu-wl)/(ene*ene); if (index == 1) return softCont; return hardCont; } @@ -1389,11 +1411,12 @@ G4double G4PenelopeIonisation::CrossSectionsRatioForPositrons(G4double ene,G4dou G4double gamma2 = gamma*gamma; G4double beta2 = (gamma2-1.0)/gamma2; G4double cps = ene*(ene+2.0*electron_mass_c2); - G4double amol = pow(ene/(ene+electron_mass_c2),2); - G4double bha1 = amol*(2.0*pow(gamma+1.0,2)-1.0)/(gamma2-1.0); - G4double bha2 = amol*(3.0+1.0/pow(gamma+1.0,2)); - G4double bha3 = amol*2.0*gamma*(gamma-1.0)/pow(gamma+1.0,2); - G4double bha4 = amol*pow(gamma-1.0,2)/pow(gamma+1.0,2); + G4double amol = (ene/(ene+electron_mass_c2)) * (ene/(ene+electron_mass_c2)) ; + G4double help = (gamma+1.0)*(gamma+1.0); + G4double bha1 = amol*(2.0*help-1.0)/(gamma2-1.0); + G4double bha2 = amol*(3.0+1.0/help); + G4double bha3 = amol*2.0*gamma*(gamma-1.0)/help; + G4double bha4 = amol*(gamma-1.0)*(gamma-1.0)/help; G4double hardCont = 0.0; G4double softCont = 0.0; if (ene < resEne) return 0.0; @@ -1410,7 +1433,7 @@ G4double G4PenelopeIonisation::CrossSectionsRatioForPositrons(G4double ene,G4dou if (resEne > ene*(1e-6)) { - qm = sqrt(pow(cp-cp1,2)+pow(electron_mass_c2,2))-electron_mass_c2; + qm = sqrt((cp-cp1)*(cp-cp1)+(electron_mass_c2*electron_mass_c2))-electron_mass_c2; } else { @@ -1447,8 +1470,8 @@ G4double G4PenelopeIonisation::CrossSectionsRatioForPositrons(G4double ene,G4dou if (wl < (wu-1*eV)) { hardCont += (1.0/wl)-(1.0/wu)-bha1*log(wu/wl)/ene - + bha2*(wu-wl)/pow(ene,2) -bha3*(pow(wu,2)-pow(wl,2))/(2.0*pow(ene,3)) - + bha4*(pow(wu,3)-pow(wl,3))/(3.0*pow(ene,4)); + + bha2*(wu-wl)/(ene*ene) -bha3*((wu*wu)-(wl*wl))/(2.0*ene*ene*ene) + + bha4*((wu*wu*wu)-(wl*wl*wl))/(3.0*ene*ene*ene*ene); wu=wl; } wl = resEne; @@ -1458,8 +1481,8 @@ G4double G4PenelopeIonisation::CrossSectionsRatioForPositrons(G4double ene,G4dou if (index == 2) return hardCont; } softCont += (1.0/wl)-(1.0/wu)-bha1*log(wu/wl)/ene - + bha2*(wu-wl)/pow(ene,2) -bha3*(pow(wu,2)-pow(wl,2))/(2.0*pow(ene,3)) - + bha4*(pow(wu,3)-pow(wl,3))/(3.0*pow(ene,4)); + + bha2*(wu-wl)/(ene*ene) -bha3*((wu*wu)-(wl*wl))/(2.0*ene*ene*ene) + + bha4*((wu*wu*wu)-(wl*wl*wl))/(3.0*ene*ene*ene*ene); if (index == 1) return softCont; return hardCont; diff --git a/source/processes/electromagnetic/lowenergy/src/G4PenelopePhotoElectric.cc b/source/processes/electromagnetic/lowenergy/src/G4PenelopePhotoElectric.cc index e150fb80c6..c360855843 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4PenelopePhotoElectric.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4PenelopePhotoElectric.cc @@ -22,7 +22,7 @@ // // // $Id: G4PenelopePhotoElectric.cc,v 1.7 2003/06/16 17:00:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: L. Pandola // diff --git a/source/processes/electromagnetic/lowenergy/src/G4PenelopeRayleigh.cc b/source/processes/electromagnetic/lowenergy/src/G4PenelopeRayleigh.cc index 3feec97855..2bb7fb2183 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4PenelopeRayleigh.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4PenelopeRayleigh.cc @@ -22,8 +22,8 @@ // // -------------------------------------------------------------------- // -// $Id: G4PenelopeRayleigh.cc,v 1.9 2003/06/16 17:00:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4PenelopeRayleigh.cc,v 1.11 2004/03/18 13:40:36 pandola Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // Author: L. Pandola (luciano.pandola@cern.ch) // @@ -33,6 +33,8 @@ // from SUN // 10 Mar 2003 V.Ivanchenko Remove CutPerMaterial warning // 12 Mar 2003 L.Pandola Code "cleaned" - Cuts per region +// 17 Mar 2004 L.Pandola Removed unnecessary calls to pow(a,b) +// 18 Mar 2004 M.Mendenhall Introduced SamplingTable (performance improvement) // -------------------------------------------------------------------- #include "G4PenelopeRayleigh.hh" @@ -72,8 +74,8 @@ G4PenelopeRayleigh::G4PenelopeRayleigh(const G4String& processName) G4Exception("G4PenelopeRayleigh::G4PenelopeRayleigh - energy limit outside intrinsic process validity range"); } - samplingFunction_x = new G4DataVector(); - samplingFunction_y = new G4DataVector(); + samplingFunction_x = 0; + samplingFunction_y = 0; meanFreePathTable = 0; material = 0; @@ -89,11 +91,16 @@ G4PenelopeRayleigh::G4PenelopeRayleigh(const G4String& processName) G4PenelopeRayleigh::~G4PenelopeRayleigh() { - delete meanFreePathTable; - delete samplingFunction_x; - delete samplingFunction_y; + delete meanFreePathTable; + + SamplingTablePair::iterator i; + for(i=SamplingTables.begin(); i != SamplingTables.end(); i++) { + delete (*i).second.first; + delete (*i).second.second; + } } + void G4PenelopeRayleigh::BuildPhysicsTable(const G4ParticleDefinition& ) { @@ -140,16 +147,17 @@ void G4PenelopeRayleigh::BuildPhysicsTable(const G4ParticleDefinition& ) { energies->push_back(energyVector[bin]); G4double ec=std::min(energyVector[bin],0.5*IZZ); - facte=k1*pow(ec/electron_mass_c2,2); + G4double energyRatio = ec/electron_mass_c2; + facte = k1*energyRatio*energyRatio; G4double cs=0; G4PenelopeIntegrator theIntegrator; cs = theIntegrator.Calculate(this,&G4PenelopeRayleigh::DifferentialCrossSection,-1.0,0.90,1e-06); cs += theIntegrator.Calculate(this,&G4PenelopeRayleigh::DifferentialCrossSection,0.90,0.9999999,1e-06); - cs = cs*pow((ec/energyVector[bin]),2)*pi*pow(classic_electr_radius,2); + cs = cs*(ec/energyVector[bin])*(ec/energyVector[bin])*pi*classic_electr_radius*classic_electr_radius; const G4double* vector_of_atoms = material->GetVecNbOfAtomsPerVolume(); const G4int* stechiometric = material->GetAtomsVector(); - G4double density; + G4double density=0.; if (stechiometric) { density = vector_of_atoms[iright]/stechiometric[iright]; //number of molecules per volume @@ -317,33 +325,42 @@ G4double G4PenelopeRayleigh::GetMeanFreePath(const G4Track& track, void G4PenelopeRayleigh::InizialiseSampling() { + SamplingTablePair::iterator theTable=SamplingTables.find(material); const G4int points=241; - samplingFunction_x->clear(); - samplingFunction_y->clear(); - G4double sum = 0.0; - G4double Xlow=0; + G4double Xlow = 0.; G4double Xhigh=1e-04; G4double fact = pow((1e06/Xhigh),(1/240.0)); - G4PenelopeIntegrator theIntegrator; - sum = theIntegrator.Calculate(this,&G4PenelopeRayleigh::MolecularFormFactor, - Xlow,Xhigh,1e-10); - samplingFunction_x->push_back(Xhigh); - samplingFunction_y->push_back(sum); - G4int i; - for (i=1;ipush_back(Xhigh); - samplingFunction_y->push_back(sum+(*samplingFunction_y)[i-1]); - } - for (i=0;i theIntegrator; + sum = theIntegrator.Calculate(this,&G4PenelopeRayleigh::MolecularFormFactor, + Xlow,Xhigh,1e-10); + samplingFunction_x->push_back(Xhigh); + samplingFunction_y->push_back(sum); + G4int i; + for (i=1;ipush_back(Xhigh); + samplingFunction_y->push_back(sum+(*samplingFunction_y)[i-1]); + } + for (i=0;i (samplingFunction_x,samplingFunction_y); + } + else { //material already inizialized + samplingFunction_x=(*theTable).second.first; + samplingFunction_y=(*theTable).second.second; + } } @@ -463,7 +480,8 @@ G4double G4PenelopeRayleigh::MolecularFormFactor(G4double y) for (G4int i=0;iGetZ(); if (Z>ntot) Z=95; - fa=Z*(1+y*(RA1[Z-1]+x*(RA2[Z-1]+x*RA3[Z-1])))/pow((1+y*(RA4[Z-1]+y*RA5[Z-1])),2); + G4double denomin = 1+y*(RA4[Z-1]+y*RA5[Z-1]); + fa=Z*(1+y*(RA1[Z-1]+x*(RA2[Z-1]+x*RA3[Z-1])))/(denomin*denomin); G4bool a = ((Z>10) && (fa>2.0)); if (a) { @@ -471,7 +489,7 @@ G4double G4PenelopeRayleigh::MolecularFormFactor(G4double y) G4double k1=0.3125; G4double k2=2.426311e-02; Pa=(Z-k1)*fine_structure_const; - Pg=sqrt(1-pow(Pa,2)); + Pg=sqrt(1-(Pa*Pa)); Pq=k2*x/Pa; fb=sin(2*Pg*atan(Pq))/(Pg*Pq*pow((1+Pq*Pq),Pg)); fa=std::max(fa,fb); diff --git a/source/processes/electromagnetic/lowenergy/src/G4RangeTest.cc b/source/processes/electromagnetic/lowenergy/src/G4RangeTest.cc index 14a537e6c4..89e2a6486e 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4RangeTest.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4RangeTest.cc @@ -22,7 +22,7 @@ // // // $Id: G4RangeTest.cc,v 1.7 2003/06/16 17:00:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/src/G4SemiLogInterpolation.cc b/source/processes/electromagnetic/lowenergy/src/G4SemiLogInterpolation.cc index 698774065c..5aa9a8c6ac 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4SemiLogInterpolation.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4SemiLogInterpolation.cc @@ -22,7 +22,7 @@ // // // $Id: G4SemiLogInterpolation.cc,v 1.4 2002/05/28 09:20:21 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/src/G4ShellData.cc b/source/processes/electromagnetic/lowenergy/src/G4ShellData.cc index 12bd5f4d75..a12400ed4b 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4ShellData.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4ShellData.cc @@ -22,7 +22,7 @@ // // // $Id: G4ShellData.cc,v 1.6 2003/06/16 17:00:25 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/src/G4ShellEMDataSet.cc b/source/processes/electromagnetic/lowenergy/src/G4ShellEMDataSet.cc index 032bd736b5..2ab2bc0780 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4ShellEMDataSet.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4ShellEMDataSet.cc @@ -22,7 +22,7 @@ // // // $Id: G4ShellEMDataSet.cc,v 1.10 2003/06/16 17:00:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/src/G4VCrossSectionHandler.cc b/source/processes/electromagnetic/lowenergy/src/G4VCrossSectionHandler.cc index efcdb48fbc..1f3c371a8a 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4VCrossSectionHandler.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4VCrossSectionHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4VCrossSectionHandler.cc,v 1.13 2003/06/16 17:00:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // diff --git a/source/processes/electromagnetic/lowenergy/src/G4VeLowEnergyLoss.cc b/source/processes/electromagnetic/lowenergy/src/G4VeLowEnergyLoss.cc index 4b2bbd3bd1..2fc6f85dd9 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4VeLowEnergyLoss.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4VeLowEnergyLoss.cc @@ -22,7 +22,7 @@ // // // $Id: G4VeLowEnergyLoss.cc,v 1.23 2003/06/16 17:00:29 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/electromagnetic/lowenergy/src/G4eBremsstrahlungSpectrum.cc b/source/processes/electromagnetic/lowenergy/src/G4eBremsstrahlungSpectrum.cc index 682c204e82..49e2cf9b8c 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4eBremsstrahlungSpectrum.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4eBremsstrahlungSpectrum.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4eBremsstrahlungSpectrum.cc,v 1.11 2003/06/16 17:00:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/lowenergy/src/G4eIonisationCrossSectionHandler.cc b/source/processes/electromagnetic/lowenergy/src/G4eIonisationCrossSectionHandler.cc index 1372fa2081..d402a33e0d 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4eIonisationCrossSectionHandler.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4eIonisationCrossSectionHandler.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4eIonisationCrossSectionHandler.cc,v 1.10 2003/06/16 17:00:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/lowenergy/src/G4eIonisationParameters.cc b/source/processes/electromagnetic/lowenergy/src/G4eIonisationParameters.cc index b8e935bee9..68e7ad8249 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4eIonisationParameters.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4eIonisationParameters.cc @@ -21,21 +21,22 @@ // ******************************************************************** // // -// $Id: G4eIonisationParameters.cc,v 1.20 2003/06/16 17:00:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4eIonisationParameters.cc,v 1.21 2004/02/17 11:17:31 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch) // // History: // ----------- // 31 Jul 2001 MGP Created, with dummy implementation -// 12.09.01 V.Ivanchenko Add param and interpolation of parameters -// 04.10.01 V.Ivanchenko Add BindingEnergy method -// 25.10.01 MGP Many bug fixes, mostly related to the +// 12.09.01 V.Ivanchenko Add param and interpolation of parameters +// 04.10.01 V.Ivanchenko Add BindingEnergy method +// 25.10.01 MGP Many bug fixes, mostly related to the // management of pointers -// 29.11.01 V.Ivanchenko New parametrisation + Excitation +// 29.11.01 V.Ivanchenko New parametrisation + Excitation // 30.05.02 V.Ivanchenko Format and names of the data files were -// chenged to "ion-..." +// chenged to "ion-..." +// 17.02.04 V.Ivanchenko Increase buffer size // // ------------------------------------------------------------------- @@ -185,14 +186,14 @@ void G4eIonisationParameters::LoadData() for (size_t i=0; iis_open()) ) { G4String excep = G4String("G4IonisationParameters - data file: ") + name + G4String(" not found. The version 1.# of G4LEDATA should be used"); @@ -202,7 +203,7 @@ void G4eIonisationParameters::LoadData() // The file is organized into: // For each shell there are two lines: // 1st line: - // 1st column is the energy of incident e-, + // 1st column is the energy of incident e-, // 2d column is the parameter of screan term; // 2d line: // 3 energy (MeV) subdividing different approximation area of the spectrum @@ -321,7 +322,7 @@ void G4eIonisationParameters::LoadData() << " ener1= " << ener1 << G4endl; } - + // End of file if (ener == -2) { break; diff --git a/source/processes/electromagnetic/lowenergy/src/G4eIonisationSpectrum.cc b/source/processes/electromagnetic/lowenergy/src/G4eIonisationSpectrum.cc index a363d44e0b..a83e2dac3d 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4eIonisationSpectrum.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4eIonisationSpectrum.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4eIonisationSpectrum.cc,v 1.22 2003/06/16 17:00:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/lowenergy/src/G4eLowEnergyLoss.cc b/source/processes/electromagnetic/lowenergy/src/G4eLowEnergyLoss.cc index a8e679fc19..48411f1a5e 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4eLowEnergyLoss.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4eLowEnergyLoss.cc @@ -22,7 +22,7 @@ // // // $Id: G4eLowEnergyLoss.cc,v 1.31 2003/06/16 17:00:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ----------------------------------------------------------- // GEANT 4 class implementation file diff --git a/source/processes/electromagnetic/lowenergy/src/G4hLowEnergyLoss.cc b/source/processes/electromagnetic/lowenergy/src/G4hLowEnergyLoss.cc index 734f74e4b8..45e6cc1090 100644 --- a/source/processes/electromagnetic/lowenergy/src/G4hLowEnergyLoss.cc +++ b/source/processes/electromagnetic/lowenergy/src/G4hLowEnergyLoss.cc @@ -22,7 +22,7 @@ // // // $Id: G4hLowEnergyLoss.cc,v 1.20 2003/05/20 20:16:14 pia Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ----------------------------------------------------------- // GEANT 4 class implementation file diff --git a/source/processes/electromagnetic/muons/History b/source/processes/electromagnetic/muons/History index 1490cae22b..7e1f5063f5 100644 --- a/source/processes/electromagnetic/muons/History +++ b/source/processes/electromagnetic/muons/History @@ -1,4 +1,4 @@ -$Id: History,v 1.63 2003/11/12 16:30:32 vnivanch Exp $ +$Id: History,v 1.66 2004/03/02 17:45:03 vnivanch Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,16 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +02 March 04: V.Ivant (muons-V06-00-02) +- Minor fix in initialisation of MuPairProductionModel + +17 Feb 04: V.Ivant (muons-V06-00-01) +- Update parameterizations in G4MuPairProductionModel +- Update radiative corrections for G4MuBetheBlochModel + +22 Jan 04: V.Ivant (muons-V06-00-00) +- Migrade to G4ParticleChangeForLoss + 11 Nov 03: V.Ivant (muons-V05-02-09) - Remove force of verbose=0 for G4MuIonisation - Substitute G4VEnergyLossSTD by G4VEnergyLossProcess diff --git a/source/processes/electromagnetic/muons/documents/dif_tab.dat b/source/processes/electromagnetic/muons/documents/dif_tab.dat deleted file mode 100644 index d13d161988..0000000000 --- a/source/processes/electromagnetic/muons/documents/dif_tab.dat +++ /dev/null @@ -1,54 +0,0 @@ - No.events=1000000 - X=1000 g/cm2 Fe - T=100 GeV T=10000 GeV - bc b k n p b k n p - -.950 1015.9 155842.0 .0 80340.4 1018.8 165585.0 .0 281133.8 - -.850 1015.2 123833.1 .0 75005.4 1018.8 131898.4 .0 284400.3 - -.750 1014.3 98379.0 .0 68839.1 1018.8 105052.9 .0 285790.3 - -.650 1013.1 78139.7 1002.2 62042.4 1018.8 83661.7 1760.4 285381.4 - -.550 1011.6 62048.8 901.3 54844.3 1018.8 66618.6 1590.7 283275.9 - -.450 1009.8 49257.4 811.0 47492.3 1018.8 53041.3 1439.8 279594.9 - -.350 1007.5 39090.2 730.2 40236.1 1018.7 42226.3 1305.5 274473.0 - -.250 1004.7 31009.8 657.6 33308.3 1018.7 33612.7 1186.1 268052.0 - -.150 1001.1 24588.6 592.5 26906.0 1018.7 26753.0 1079.9 260475.6 - -.050 996.7 19486.5 534.1 21179.8 1018.7 21290.8 985.6 251883.9 - .050 991.2 15433.1 481.6 16229.7 1018.7 16941.9 901.9 242410.7 - .150 984.5 12213.2 434.6 12102.7 1018.6 13479.8 827.8 232180.2 - .250 976.1 9655.8 392.4 8790.1 1018.6 10723.9 762.4 221306.5 - .350 965.9 7624.9 354.5 6229.3 1018.6 8530.4 704.6 209892.6 - .450 953.5 6012.3 320.5 4317.9 1018.5 6784.8 653.6 198031.8 - .550 938.4 4732.2 289.7 2934.4 1018.4 5395.7 608.8 185808.4 - .650 920.3 3716.2 261.8 1959.1 1018.3 4290.5 569.3 173300.2 - .750 898.6 2910.0 236.4 1286.7 1018.2 3411.2 534.5 160580.9 - .850 873.0 2270.7 212.9 831.9 1018.1 2711.8 503.9 147723.5 - .950 843.0 1764.0 191.1 529.5 1017.9 2155.4 476.9 134803.8 - 1.050 808.1 1362.6 170.7 331.4 1017.6 1712.9 452.9 121905.0 - 1.150 768.2 1045.2 151.3 203.8 1017.3 1361.1 431.7 109121.5 - 1.250 723.1 794.6 132.7 123.0 1017.0 1081.3 412.7 96562.6 - 1.350 672.9 597.4 114.8 72.7 1016.5 858.8 395.6 84354.7 - 1.450 618.4 442.8 97.6 42.1 1015.9 682.0 380.1 72639.3 - 1.550 560.7 322.7 81.1 23.9 1015.1 541.4 366.0 61567.2 - 1.650 501.8 230.4 65.5 13.5 1014.2 429.7 352.9 51286.6 - 1.750 444.1 160.9 51.1 7.7 1013.0 340.9 340.7 41928.2 - 1.850 387.1 110.4 37.8 4.6 1011.5 270.4 329.1 33591.5 - 1.950 300.1 75.6 22.1 2.8 1009.6 214.3 318.0 26338.0 - 2.050 .0 .0 .0 .0 1007.3 169.8 307.3 20189.6 - 2.150 .0 .0 .0 .0 1004.3 134.4 296.6 15126.5 - 2.250 .0 .0 .0 .0 1000.6 106.3 286.0 11085.2 - 2.350 .0 .0 .0 .0 996.0 84.0 275.3 7959.3 - 2.450 .0 .0 .0 .0 990.3 66.3 264.3 5611.7 - 2.550 .0 .0 .0 .0 983.1 52.2 253.0 3893.8 - 2.650 .0 .0 .0 .0 974.1 41.1 241.2 2663.7 - 2.750 .0 .0 .0 .0 963.0 32.2 228.8 1798.5 - 2.850 .0 .0 .0 .0 949.4 25.2 215.7 1199.0 - 2.950 .0 .0 .0 .0 932.7 19.6 201.9 788.9 - 3.050 .0 .0 .0 .0 912.4 15.2 187.2 511.9 - 3.150 .0 .0 .0 .0 887.9 11.7 171.6 327.1 - 3.250 .0 .0 .0 .0 859.0 8.9 155.1 205.6 - 3.350 .0 .0 .0 .0 825.4 6.8 137.7 126.8 - 3.450 .0 .0 .0 .0 787.7 5.1 119.8 76.7 - 3.550 .0 .0 .0 .0 747.4 3.7 101.5 45.6 - 3.650 .0 .0 .0 .0 707.8 2.7 83.5 26.8 - 3.750 .0 .0 .0 .0 675.1 2.0 66.1 15.8 - 3.850 .0 .0 .0 .0 658.6 1.4 49.5 9.8 - 3.950 .0 .0 .0 .0 655.9 1.0 29.2 6.6 diff --git a/source/processes/electromagnetic/muons/documents/ion_comm.txt b/source/processes/electromagnetic/muons/documents/ion_comm.txt deleted file mode 100644 index 3bea318ad2..0000000000 --- a/source/processes/electromagnetic/muons/documents/ion_comm.txt +++ /dev/null @@ -1,21 +0,0 @@ -COMMENTS ON IONISATION AND KNOCK-ON ELECTRONS WITH -CORRECTION - -1) Let us introduce Tbound (? 100 KeV); below Tbound the correction to the -differential cross section is negligibly small. -2) There also exists Tmax (= function (E)) defined by kinematics. In this case, the -following possibilities appear: -3) Tmax < Tbound; usual BBS energy loss (and Bhabha cross section – for Tcut < -Tmax, with correction or without it, it does not play any substantial role) may be -used, as it was earlier. But it takes place only for rather low muon energies. -4) Tmax > Tbound, with three possibilities for Tcut: -5) Tcut < Tbound: restricted BBS energy loss (< Tcut), numerical calculation of the total -cross section with accurate formula and sampling with accurate formula are needed. -6) Tbound < Tcut < Tmax: for energy loss it is necessary to take “usual” restricted BBS -(< Tbound) plus “twice restricted” numerically integrated energy loss for the interval -(Tbound,Tcut), total cross section and sampling being similar to preceding point. -7) Tcut > Tmax: restricted BBS (< Tbound) plus twice restricted numerical (Tbound, -Tmax); discrete interactions are not simulated. - -RPK 10.05.2000 - diff --git a/source/processes/electromagnetic/muons/documents/mcs_qst.txt b/source/processes/electromagnetic/muons/documents/mcs_qst.txt deleted file mode 100644 index bd603d78c7..0000000000 --- a/source/processes/electromagnetic/muons/documents/mcs_qst.txt +++ /dev/null @@ -1,45 +0,0 @@ -By R.P.Kokoulin, May 12th, 2000 - -Multiple Coulomb Scattering – some questions and problems - -Apart from the problems of creation and development of convenient -procedure for fast simulation of the effect, some principal questions are to be -answered (possibly, most of them have already been investigated) - -General - -Is it possible to use cross section formulae without magnetic formfactor and spin effects: - -a) for nucleus (probably yes); -b) for proton (possibly yes); -c) for electron (probably no). - -Should the scattering on the screened nucleus and on atomic electrons be considered -separately? (likely, they should; they probably can be combined later, but…) - -Scattering on the nucleus: - -a) influence of the choice of the elastic atomic formfactor (TF, HF, hydrogen-like, …); -there is a hope that the difference is small (with a proper choice of the parameters) but -it should be estimated; -b) influence of the nuclear size (it should influence RMS angle and distribution shape on -the tail); -c) influence of the choice of nuclear formfactor (exponential, Gaussian, Fermi model, -etc.); probably, it is small (only RMS nucleus radius is crucial) but it is better to -compare directly; -d) contribution of inelastic nucleus formfactor (incoherent scattering on protons of the -nucleus); -e) necessity of taking into account proton formfactor (for incoherent scattering); last two -points are expected to give small effect but need evaluation. - -Scattering on atomic electrons: - -a) introduction and influence of the choice of inelastic atomic formfactor (TH, -hydrogen-like exponential, what else?) – it should be evaluated; more simple -approaches, such as Z(Z+1) substitutions, seem to be incorrect; -b) problem of a double account for scattering on electrons if explicit simulation of the -elastic scattering of the projectile on electrons (possibly, above the cut Tcut) is -included (knock-on electron production with full kinematics) – the possible way is to -consider restricted multiple scattering (below Tcut). - - diff --git a/source/processes/electromagnetic/muons/documents/mcs_refs.txt b/source/processes/electromagnetic/muons/documents/mcs_refs.txt deleted file mode 100644 index deba603356..0000000000 --- a/source/processes/electromagnetic/muons/documents/mcs_refs.txt +++ /dev/null @@ -1,27 +0,0 @@ -Some references concerning multiple scattering (May, 2000; RPK) - -1) S.Hayakawa. Cosmic Ray Physics. -2) S.Striganov. Nucl.Phys.B (Proc.Suppl.) 51A (1996) 172-178. -3) B.Rossi. High Energy Particles. -4) I.S.Baishev e.a. Sov.J.Nucl.Phys. 42 (1985) 745-749. -5) G.R.Lynch, O.I.Dahl. NIM B58 (1991) 6-10. -6) A.Van Ginneken. NIM A251 (1986) 21-39. -7) A.Van Ginneken. NIM A362 (1995) 213-223. -8) D.Liljequist. J.Appl.Phys. 62 (1987) 333-341. -9) D.Liljequist, M.Ismail. J.Appl.Phys. 62 (1987) 342-350. -10) D.Liljequist e.a. J.Appl.Phys. 68 (1990) 3061-3065. -11) G.Shen e.a. Phys.Rev.D 20 (1979) 1584-1588. -12) J.M.Fernandez-Varea e.a. NIM B73 (1993) 447-473. -13) P.Arce, M.Wadhwa. CMS Note 1999/000 (?). -14) L.Urban. G4 Phys.Ref.Manual (also G3toG4/quick overview and references). -15) G.Moliere. Z.Naturforsch. 2a (1947) 133-145. -16) G.Moliere. Z.Naturforsch. 3a (1948) 78-97. -17) H.A.Bethe. Phys.Rev. 89 (1953) 1256-1266. -18) W.T.Scott. Rev.Mod.Phys. 35 (1963) 231-313. -19) L.N.Cooper, J.Rainwater. Phys.Rev. 97 (1955) 492-504. -20) U.Fano. Phys.Rev. 93 (1954) 117-120. -21) H.W.Lewis. Phys.Rev. 78 (1950) 526-529. -22) S.Goudsmit, J.L.Sounderson. Phys.Rev. 57 (1940) 24-29. -23) S.Goudsmit, J.L.Sounderson. Phys.Rev. 58 (1940) 36-42. -24) Y.S.Tsai. Rev.Mod.Phys. 46 (1974) 815-851; ibid. 49 (1977) 421 - Errata. -25) L.V.Spencer, C.H.Blanchard. Phys.Rev. 93 (1954) 114-116. diff --git a/source/processes/electromagnetic/muons/documents/summary.txt b/source/processes/electromagnetic/muons/documents/summary.txt deleted file mode 100644 index 190895631d..0000000000 --- a/source/processes/electromagnetic/muons/documents/summary.txt +++ /dev/null @@ -1,47 +0,0 @@ -Prepared by R.Kokoulin, May 22nd, 2000 - -Brief summary of G4 muon activity, May 2nd - May 23rd, 2000 -S.Kelner, R.Kokoulin, M.Maire, A.Rybin, L.Urban - -1. G4 muon tests -The test procedure of the verification of muon interaction simulation which allows to check -both mean free path calculation and energy transfer sampling has been suggested and -implemented. -First test results revealed appreciable deviations of the distributions of the energy loss from -theoretical dependencies (for bremsstrahlung, pair production, nuclear interaction). Several bugs -have been found and eliminated; it has greatly improved the agreement. -The program of further G4 muon tests has been prepared and agreed, including thin target -tests (extending the set of materials, energies, and increasing statistics), and thick target -simulation which will allow to verify the consistency of consideration of restricted continuous -energy loss. - -2. Refinement of the processes already implemented -Simple formulae and algorithm for sampling photon and muon angles in muon -bremsstrahlung have been suggested and prepared for implementation in G4. It will be coded in -the nearest days. -Final states for other processes (pair production, photonuclear interaction) have been -clarified, fixed and introduced into documentation. -Logical scheme of a consistent inclusion of bremsstrahlung correction in high-energy knock- -on electron production and ionisation energy loss is prepared. -List of questions concerning the validity of multiple scattering model has been compiled. -After answering these questions, the "calibration" simulation of MCS for high-energy muons can -be performed. - -3. Documentation -Sections concerning three basic muon interaction processes (bremsstrahlung, pair production, -photonuclear interaction) for PRM (Phys. Ref. Manual) have been extended, updated and -corrected. -Suggestions for improvements for the section in PRM about muon ionisation, and also -comments and corrections for "Electromagnetic Physics" gallery have been prepared. - -4. Extension of the muon interactions in G4 -List of muon processes for further inclusion in G4 has been discussed. The processes of -interest are: muon pair production by photon, muon pair production by muon, diffractive -bremsstrahlung (which leads to a difference in positive/negative muon energy loss). Refinement -of multiple scattering and introduction of the screening correction to bremsstrahlung and pair -production based on recent calculations of radiation logarithm in HF model are also important -and can improve the accuracy of G4-based simulations. The level of theoretical knowledge of -these processes is sufficient for their implementation into algorithms and codes. -Theoretical clarification of LPM and Coulomb corrections for electron pair production by -muons is needed; these are important both for accelerator and high-energy cosmic ray -applications. diff --git a/source/processes/electromagnetic/muons/documents/tasklist.txt b/source/processes/electromagnetic/muons/documents/tasklist.txt deleted file mode 100644 index daea702e7f..0000000000 --- a/source/processes/electromagnetic/muons/documents/tasklist.txt +++ /dev/null @@ -1,36 +0,0 @@ -List of problems with G4muons 15.05.00 - -(Rostislav, Andrew, Laszlo, Michel, Stas, …, May 15th – May 22nd ) - -1) Tests electromagnetic (conduction, search of the possible -sources of disagreement,…) -a) brems -b) pairs -c) knock-on - -2) Tests photonuclear - -3) Physics Reference Manual -Brems, pairs, photonuclear, ionisation -a) to agree -b) to correct -c) to verify -d) to commission - -4)”A Quick Overview” - corrections - -5) Summary Note on HE muons in G4 -a) to prepare draft -b) to discuss and to correct -c) to prepare the iteration (pre-final) - -6) Discussions: -a) final states in the above processes -b) multiple scattering – applicability for HE muons -c) muon pairs by photon -d) muon pairs by muon -e) diffractive bremsstrahlung -f) … - -7) Concluding remarks and summary - diff --git a/source/processes/electromagnetic/muons/documents/testlist.txt b/source/processes/electromagnetic/muons/documents/testlist.txt deleted file mode 100644 index d26e105d82..0000000000 --- a/source/processes/electromagnetic/muons/documents/testlist.txt +++ /dev/null @@ -1,47 +0,0 @@ -List of tests of HE muon interactions in Geant4 -(By RPK 20-21.05.00) - -Thin target (to continue the works started): - -10 TeV, 100 cm iron, 10^5 muons, 4 processes: delta, brems, pairs, photonuclear - (to compare with the expectation: X*?(T,?)*?*N?*?lg*log10) - -Remaining problems found at the moment: - -1) Knock-on electron production for high-energy muons has to be modified (including -contribution from electron bremsstrahlung diagrams and radiative corrections); now it -is not implemented properly; -2) There is a hint for a peak near the edge of the distribution of energy lost by muon in -photonuclear interaction (similar to that which was found and eliminated earlier in the -bremsstrahlung); - problem has been solved! (L.U.,May 22nd) -3) It is not clear whether the energy lost by muon is equal to the energy transferred to -secondary particles (kinetic energy of delta-electron, total energy of electron and -positron in pair production, etc.). There is a hint that they are different. -4) With high statistics simulation, an error appears sometimes in -G4HEInelastic::GenerateNBodyEvent (total mass >= total energy). - -After the general agreement is reached, to extend these calculations (with additional -energy/material): - -Muon energies: 100 GeV and 10 TeV -Materials: iron (100 cm, or 787 g/cm^2) and carbon (graphite, 500 cm x 2.265 g/cm^3) - -Again, after the agreement is reached, to perform calculations for iron and carbon target -at 10 TeV energy with increased statistics (about 10^6 muons), to compare with -expectation (also in terms of the ratio "simulated/expected"), to prepare beautiful pictures -for inclusion in EM Physics gallery and other presentations. - -Thick target (distribution of the total energy lost by muon in bulk matter, including -continuous energy loss and all 4 discrete processes), 3 m iron, 1 TeV muon energy, -statistics about 10^5, then 10^6 muons: - -- histograms of the residual muon energy (in linear scale, 2 GeV bin) and of the energy -lost by muon (in log scale, 0.10 bin in common logarithm); comparison is possible -with Van Ginneken's TRAMU (the figure given by Particle Data Group) and with -Geant 3.21** (A.Rybin); also simulation with original Geant 3.21 is of interest - to -show, where it was wrong; -- cut variation: with cut = 1 - 100 MeV the distribution should be the same (in -particular, this is one of the tests of the consistency of continuous loss calculation); -- histograms of the scattering angle and lateral displacement (nothing to compare? may -be, Geant 3.21 ?). - diff --git a/source/processes/electromagnetic/muons/include/G4MuBetheBlochModel.hh b/source/processes/electromagnetic/muons/include/G4MuBetheBlochModel.hh index 319c46e404..efd9144d40 100644 --- a/source/processes/electromagnetic/muons/include/G4MuBetheBlochModel.hh +++ b/source/processes/electromagnetic/muons/include/G4MuBetheBlochModel.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4MuBetheBlochModel.hh,v 1.8 2003/07/21 12:52:35 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4MuBetheBlochModel.hh,v 1.9 2004/02/10 18:07:23 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -39,6 +39,7 @@ // 23-12-02 Change interface in order to move to cut per region (V.Ivanchenko) // 24-01-03 Make models region aware (V.Ivanchenko) // 13-02-03 Add Nama (V.Ivanchenko) +// 10-02-04 Calculation of radiative corrections using R.Kokoulin model (V.Ivanchenko) // // @@ -113,30 +114,23 @@ private: void SetParticle(const G4ParticleDefinition* p); - G4double CrossSectionPerAtom(G4double Z, - G4double kineticEnergy, - G4double tmin, - G4double tmax, - G4double tmaxSecondary); - - G4double DifCrossSectionPerAtom(G4double kineticEnergy, - G4double knockonEnergy, - G4double tmaxSecondary); - - // hide assignment operator + // hide assignment operator G4MuBetheBlochModel & operator=(const G4MuBetheBlochModel &right); G4MuBetheBlochModel(const G4MuBetheBlochModel&); const G4ParticleDefinition* particle; + G4double limitKinEnergy; + G4double logLimitKinEnergy; G4double mass; - G4double chargeSquare; + G4double massSquare; G4double ratio; G4double highKinEnergy; G4double lowKinEnergy; G4double twoln10; G4double bg2lim; G4double taulim; - G4double qc; + G4double alphaprime; + static G4double xgi[8],wgi[8]; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -145,11 +139,9 @@ inline G4double G4MuBetheBlochModel::MaxSecondaryEnergy( const G4ParticleDefinition*, G4double kinEnergy) { - - G4double gamma= kinEnergy/mass + 1.0; - G4double tmax = 2.0*electron_mass_c2*(gamma*gamma - 1.) / - (1. + 2.0*gamma*ratio + ratio*ratio); - + G4double tau = kinEnergy/mass; + G4double tmax = 2.0*electron_mass_c2*tau*(tau + 2.) / + (1. + 2.0*(tau + 1.)*ratio + ratio*ratio); return tmax; } @@ -157,12 +149,9 @@ inline G4double G4MuBetheBlochModel::MaxSecondaryEnergy( inline G4double G4MuBetheBlochModel::MaxSecondaryEnergy(const G4DynamicParticle* dp) { - - G4double kineticEnergy = dp->GetKineticEnergy(); - G4double gamma= kineticEnergy/mass + 1.0; - G4double tmax = 2.0*electron_mass_c2*(gamma*gamma - 1.) / - (1. + 2.0*gamma*ratio + ratio*ratio); - + G4double tau = dp->GetKineticEnergy()/mass; + G4double tmax = 2.0*electron_mass_c2*tau*(tau + 2.) / + (1. + 2.0*(tau + 1.)*ratio + ratio*ratio); return tmax; } diff --git a/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung.hh b/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung.hh index beb73d4274..8805a9c1b6 100644 --- a/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung.hh +++ b/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4MuBremsstrahlung.hh,v 1.17 2003/11/12 16:18:23 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4MuBremsstrahlung.hh,v 1.19 2004/02/10 18:07:23 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -45,6 +45,8 @@ // 05-02-03 Fix compilation warnings (V.Ivanchenko) // 08-08-03 STD substitute standard (V.Ivanchenko) // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) +// 21-01-04 Migrade to G4ParticleChangeForLoss (V.Ivanchenko) +// 10-02-04 Add lowestKinEnergy (V.Ivanchenko) // // Class Description: // @@ -113,16 +115,18 @@ private: const G4ParticleDefinition* theParticle; const G4ParticleDefinition* theBaseParticle; + G4double lowestKinEnergy; + }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... inline G4double G4MuBremsstrahlung::MinPrimaryEnergy(const G4ParticleDefinition*, - const G4Material*, - G4double cut) + const G4Material*, + G4double) { - return cut; + return lowestKinEnergy; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -144,11 +148,9 @@ inline void G4MuBremsstrahlung::SecondariesPostStep( G4double& kinEnergy) { G4DynamicParticle* gamma = model->SampleSecondary(couple, dp, tcut, kinEnergy); - if(gamma) { - aParticleChange.SetNumberOfSecondaries(1); - aParticleChange.AddSecondary(gamma); - kinEnergy -= gamma->GetKineticEnergy(); - } + fParticleChange.SetNumberOfSecondaries(1); + fParticleChange.AddSecondary(gamma); + kinEnergy -= gamma->GetKineticEnergy(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung52.hh b/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung52.hh index fa0bca5e00..6df4be5b36 100644 --- a/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung52.hh +++ b/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung52.hh @@ -22,7 +22,7 @@ // // // $Id: G4MuBremsstrahlung52.hh,v 1.1 2003/08/08 11:28:39 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //--------------- G4MuBremsstrahlung52 physics process ------------------ // by Laszlo Urban, September 1997 diff --git a/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung52.icc b/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung52.icc index b13d126b37..4b6c031d01 100644 --- a/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung52.icc +++ b/source/processes/electromagnetic/muons/include/G4MuBremsstrahlung52.icc @@ -22,7 +22,7 @@ // // // $Id: G4MuBremsstrahlung52.icc,v 1.1 2003/08/08 11:28:40 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //--------------- G4MuBremsstrahlung52 physics process ------------------ // by Laszlo Urban, September 1997 diff --git a/source/processes/electromagnetic/muons/include/G4MuBremsstrahlungModel.hh b/source/processes/electromagnetic/muons/include/G4MuBremsstrahlungModel.hh index 969bfcc2d1..e3e32d61d6 100644 --- a/source/processes/electromagnetic/muons/include/G4MuBremsstrahlungModel.hh +++ b/source/processes/electromagnetic/muons/include/G4MuBremsstrahlungModel.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4MuBremsstrahlungModel.hh,v 1.8 2003/07/21 12:52:35 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4MuBremsstrahlungModel.hh,v 1.9 2004/02/10 18:07:23 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -39,6 +39,7 @@ // 23-12-02 Change interface in order to move to cut per region (V.Ivanchenko) // 27-01-03 Make models region aware (V.Ivanchenko) // 13-02-03 Add name (V.Ivanchenko) +// 10-02-04 Add lowestKinEnergy (V.Ivanchenko) // // @@ -75,6 +76,8 @@ public: void SetLowEnergyLimit(G4double e) {lowKinEnergy = e;}; + void SetLowestKineticEnergy(G4double e) {lowestKinEnergy = e;}; + G4double MinEnergyCut(const G4ParticleDefinition*, const G4MaterialCutsCouple*); @@ -110,7 +113,7 @@ protected: virtual G4double MaxSecondaryEnergy(const G4ParticleDefinition*, G4double kineticEnergy); -private: +public: G4double ComputMuBremLoss(G4double Z, G4double A, G4double tkin, G4double cut); @@ -124,6 +127,8 @@ private: G4double A, G4double gammaEnergy); +private: + G4DataVector* ComputePartialSumSigma(const G4Material* material, G4double tkin, G4double cut); @@ -138,6 +143,7 @@ private: G4double highKinEnergy; G4double lowKinEnergy; + G4double lowestKinEnergy; G4double minThreshold; // tables for sampling @@ -158,7 +164,7 @@ G4double G4MuBremsstrahlungModel::MaxSecondaryEnergy( const G4DynamicParticle* dynParticle) { return dynParticle->GetKineticEnergy(); -} +} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/source/processes/electromagnetic/muons/include/G4MuIonisation.hh b/source/processes/electromagnetic/muons/include/G4MuIonisation.hh index 556f99207c..814055da3f 100644 --- a/source/processes/electromagnetic/muons/include/G4MuIonisation.hh +++ b/source/processes/electromagnetic/muons/include/G4MuIonisation.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4MuIonisation.hh,v 1.17 2003/11/12 16:18:23 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4MuIonisation.hh,v 1.19 2004/02/10 18:07:23 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -55,6 +55,7 @@ // 03-06-03 Fix initialisation problem for STD ionisation (V.Ivanchenko) // 08-08-03 STD substitute standard (V.Ivanchenko) // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) +// 21-01-04 Migrade to G4ParticleChangeForLoss (V.Ivanchenko) // // Class Description: // @@ -142,19 +143,18 @@ inline G4double G4MuIonisation::MinPrimaryEnergy(const G4ParticleDefinition*, G4double cut) { G4double x = 0.5*cut/electron_mass_c2; - G4double y = electron_mass_c2/mass; - G4double g = x*y + sqrt((1. + x)*(1. + x*y*y)); - return mass*(g - 1.0); + G4double g = x*ratio + sqrt((1. + x)*(1. + x*ratio*ratio)); + return mass*(g - 1.0); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... inline G4double G4MuIonisation::MaxSecondaryEnergy(const G4DynamicParticle* dynParticle) { - G4double gamma= dynParticle->GetKineticEnergy()/mass + 1.0; - G4double tmax = 2.0*electron_mass_c2*(gamma*gamma - 1.) / - (1. + 2.0*gamma*ratio + ratio*ratio); - + G4double tau = dynParticle->GetKineticEnergy()/mass; + G4double tmax = 2.0*electron_mass_c2*tau*(tau + 2.0)/ + (1. + 2.0*(tau + 1.0)*ratio + ratio*ratio); + return tmax; } @@ -163,7 +163,7 @@ inline G4double G4MuIonisation::MaxSecondaryEnergy(const G4DynamicParticle* dynP #include "G4VSubCutoffProcessor.hh" inline std::vector* G4MuIonisation::SecondariesAlongStep( - const G4Step& step, + const G4Step& step, G4double& tmax, G4double& eloss, G4double& kinEnergy) @@ -191,13 +191,13 @@ inline void G4MuIonisation::SecondariesPostStep( G4double& kinEnergy) { G4DynamicParticle* delta = model->SampleSecondary(couple, dp, tcut, kinEnergy); - aParticleChange.SetNumberOfSecondaries(1); - aParticleChange.AddSecondary(delta); + fParticleChange.SetNumberOfSecondaries(1); + fParticleChange.AddSecondary(delta); G4ThreeVector finalP = dp->GetMomentum(); kinEnergy -= delta->GetKineticEnergy(); finalP -= delta->GetMomentum(); finalP = finalP.unit(); - aParticleChange.SetMomentumDirectionChange(finalP); + fParticleChange.SetProposedMomentumDirection(finalP); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/source/processes/electromagnetic/muons/include/G4MuIonisation52.hh b/source/processes/electromagnetic/muons/include/G4MuIonisation52.hh index ce334bccc3..99194ada52 100644 --- a/source/processes/electromagnetic/muons/include/G4MuIonisation52.hh +++ b/source/processes/electromagnetic/muons/include/G4MuIonisation52.hh @@ -22,7 +22,7 @@ // // // $Id: G4MuIonisation52.hh,v 1.1 2003/08/08 11:28:40 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // --------------- G4MuIonisation52 physics process ------------------------------ // by Laszlo Urban, September 1997 diff --git a/source/processes/electromagnetic/muons/include/G4MuIonisation52.icc b/source/processes/electromagnetic/muons/include/G4MuIonisation52.icc index acb449e841..566ea0f4be 100644 --- a/source/processes/electromagnetic/muons/include/G4MuIonisation52.icc +++ b/source/processes/electromagnetic/muons/include/G4MuIonisation52.icc @@ -22,7 +22,7 @@ // // // $Id: G4MuIonisation52.icc,v 1.1 2003/08/08 11:28:40 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // GEANT 4 class inlined methods file diff --git a/source/processes/electromagnetic/muons/include/G4MuPairProduction.hh b/source/processes/electromagnetic/muons/include/G4MuPairProduction.hh index bd96875d7f..f035f045c2 100644 --- a/source/processes/electromagnetic/muons/include/G4MuPairProduction.hh +++ b/source/processes/electromagnetic/muons/include/G4MuPairProduction.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4MuPairProduction.hh,v 1.16 2003/11/12 16:18:23 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4MuPairProduction.hh,v 1.18 2004/02/10 18:07:23 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -46,6 +46,7 @@ // 13-02-03 SubCutoff regime is assigned to a region (V.Ivanchenko) // 08-08-03 STD substitute standard (V.Ivanchenko) // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) +// 21-01-04 Migrade to G4ParticleChangeForLoss (V.Ivanchenko) // // Class Description: // @@ -116,6 +117,7 @@ private: const G4ParticleDefinition* theParticle; const G4ParticleDefinition* theBaseParticle; + G4double lowestKinEnergy; G4bool subCutoff; }; @@ -124,10 +126,10 @@ private: //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... inline G4double G4MuPairProduction::MinPrimaryEnergy(const G4ParticleDefinition*, - const G4Material*, - G4double cut) + const G4Material*, + G4double) { - return std::max(cut, 2.0*electron_mass_c2); + return lowestKinEnergy; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -171,16 +173,15 @@ inline void G4MuPairProduction::SecondariesPostStep( { std::vector* newp = model->SampleSecondaries(couple, dp, tcut, kinEnergy); - if(newp) { - aParticleChange.SetNumberOfSecondaries(2); - G4DynamicParticle* elpos = (*newp)[0]; - aParticleChange.AddSecondary(elpos); - kinEnergy -= elpos->GetKineticEnergy(); - elpos = (*newp)[1]; - aParticleChange.AddSecondary(elpos); - kinEnergy -= elpos->GetKineticEnergy(); - delete newp; - } + + fParticleChange.SetNumberOfSecondaries(2); + G4DynamicParticle* elpos = (*newp)[0]; + fParticleChange.AddSecondary(elpos); + kinEnergy -= elpos->GetKineticEnergy(); + elpos = (*newp)[1]; + fParticleChange.AddSecondary(elpos); + kinEnergy -= elpos->GetKineticEnergy(); + delete newp; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/processes/electromagnetic/muons/include/G4MuPairProduction52.hh b/source/processes/electromagnetic/muons/include/G4MuPairProduction52.hh index a159c25b50..a9a9f03c15 100644 --- a/source/processes/electromagnetic/muons/include/G4MuPairProduction52.hh +++ b/source/processes/electromagnetic/muons/include/G4MuPairProduction52.hh @@ -22,7 +22,7 @@ // // // $Id: G4MuPairProduction52.hh,v 1.1 2003/08/08 11:28:40 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //--------------- G4MuPairProduction52 physics process ------------------ // by Laszlo Urban, May 1998 diff --git a/source/processes/electromagnetic/muons/include/G4MuPairProduction52.icc b/source/processes/electromagnetic/muons/include/G4MuPairProduction52.icc index 375b2f5815..3db63673b1 100644 --- a/source/processes/electromagnetic/muons/include/G4MuPairProduction52.icc +++ b/source/processes/electromagnetic/muons/include/G4MuPairProduction52.icc @@ -22,7 +22,7 @@ // // // $Id: G4MuPairProduction52.icc,v 1.1 2003/08/08 11:28:40 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //--------------- G4MuPairProduction52 physics process ------------------ // by Laszlo Urban, May 1998 diff --git a/source/processes/electromagnetic/muons/include/G4MuPairProductionModel.hh b/source/processes/electromagnetic/muons/include/G4MuPairProductionModel.hh index fcd100ed72..d5c6c155bf 100644 --- a/source/processes/electromagnetic/muons/include/G4MuPairProductionModel.hh +++ b/source/processes/electromagnetic/muons/include/G4MuPairProductionModel.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4MuPairProductionModel.hh,v 1.10 2003/07/21 12:52:35 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4MuPairProductionModel.hh,v 1.11 2004/02/10 18:07:23 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -39,6 +39,8 @@ // 23-12-02 Change interface in order to move to cut per region (V.Ivanchenko) // 27-01-03 Make models region aware (V.Ivanchenko) // 13-02-03 Add name (V.Ivanchenko) +// 10-02-04 Update parameterisation using R.Kokoulin model (V.Ivanchenko) +// 10-02-04 Add lowestKinEnergy (V.Ivanchenko) // // @@ -54,6 +56,7 @@ #define G4MuPairProductionModel_h 1 #include "G4VEmModel.hh" +#include class G4Element; @@ -76,6 +79,8 @@ public: void SetLowEnergyLimit(G4double e) {lowKinEnergy = e;}; + void SetLowestKineticEnergy(G4double e) {lowestKinEnergy = e;}; + G4double MinEnergyCut(const G4ParticleDefinition*, const G4MaterialCutsCouple*); @@ -112,7 +117,8 @@ protected: virtual G4double MaxSecondaryEnergy(const G4ParticleDefinition*, G4double kineticEnergy); -private: +//private: +public: G4double ComputMuPairLoss(G4double Z, G4double tkin, G4double cut); @@ -123,19 +129,18 @@ private: G4double ComputeDMicroscopicCrossSection(G4double tkin, G4double Z, G4double pairEnergy); +private: - G4double ComputeDDMicroscopicCrossSection(G4double tkin, - G4double Z, - G4double pairEnergy, - G4double asymmetry); - - G4DataVector* ComputePartialSumSigma(const G4Material* material, - G4double tkin, G4double cut); - - const G4Element* SelectRandomAtom(const G4MaterialCutsCouple* couple) const; + const G4Element* SelectRandomAtom(G4double dt, G4int it, G4int iy, + const G4MaterialCutsCouple* couple); void MakeSamplingTables(); + void SetCurrentElement(G4double Z); + + G4double InterpolatedIntegralCrossSection(G4double dt, G4double dz, + G4int iz, G4int it, G4int iy, G4double z); + // hide assignment operator G4MuPairProductionModel & operator=(const G4MuPairProductionModel &right); G4MuPairProductionModel(const G4MuPairProductionModel&); @@ -143,35 +148,83 @@ private: G4double minPairEnergy; G4double highKinEnergy; G4double lowKinEnergy; + G4double lowestKinEnergy; + + G4double factorForCross; + G4double sqrte; + G4double particleMass; + G4double currentZ; + G4double z13; + G4double z23; + G4double lnZ; + + + const G4ParticleDefinition* particle; // tables for sampling - G4int nzdat,ntdat,NBIN; - static G4double zdat[5],adat[5],tdat[8]; + G4int nzdat; + G4int ntdat; + G4int nbiny; + size_t nmaxElements; + static G4double zdat[5],adat[5],tdat[8],xgi[8],wgi[8]; G4double ya[1001],proba[5][8][1001]; - std::vector partialSumSigma; + G4double ymin; + G4double ymax; + G4double dy; + G4bool samplingTablesAreFilled; + std::vector partialSum; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -inline +inline G4double G4MuPairProductionModel::MaxSecondaryEnergy( const G4DynamicParticle* dynParticle) { - return dynParticle->GetKineticEnergy(); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... - -inline -G4double G4MuPairProductionModel::MaxSecondaryEnergy( - const G4ParticleDefinition*, - G4double kineticEnergy) -{ - return kineticEnergy; + G4double e = dynParticle->GetKineticEnergy(); + G4double maxPairEnergy = e + particleMass*(1.0 - 0.75*sqrte*z13); + return maxPairEnergy; } +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +inline +G4double G4MuPairProductionModel::MaxSecondaryEnergy( + const G4ParticleDefinition*, + G4double kineticEnergy) +{ + G4double maxPairEnergy = kineticEnergy + particleMass*(1.0 - 0.75*sqrte*z13); + return maxPairEnergy; +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +inline +void G4MuPairProductionModel::SetCurrentElement(G4double Z) +{ + if(Z != currentZ) { + currentZ = Z; + z13 = pow(Z,0.333333333); + z23 = z13*z13; + lnZ = log(Z); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +inline +G4double G4MuPairProductionModel::InterpolatedIntegralCrossSection(G4double dt, G4double dz, + G4int iz, G4int it, G4int iy, G4double z) +{ + G4double fac = 1./(zdat[iz] *(zdat[iz] +1.)); + G4double fac1 = 1./(zdat[iz-1]*(zdat[iz-1]+1.)); + G4double f0 = fac1*proba[iz-1][it-1][iy] + (fac*proba[iz][it-1][iy]-fac1*proba[iz-1][it-1][iy])*dz; + G4double f1 = fac1*proba[iz-1][it ][iy] + (fac*proba[iz][it ][iy]-fac1*proba[iz-1][it ][iy])*dz; + return (f0 + (f1-f0)*dt)*z*(z+1.); +} + + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... #endif diff --git a/source/processes/electromagnetic/muons/include/G4VMuEnergyLoss.hh b/source/processes/electromagnetic/muons/include/G4VMuEnergyLoss.hh index ee696f43f2..793bfb1981 100644 --- a/source/processes/electromagnetic/muons/include/G4VMuEnergyLoss.hh +++ b/source/processes/electromagnetic/muons/include/G4VMuEnergyLoss.hh @@ -22,7 +22,7 @@ // // // $Id: G4VMuEnergyLoss.hh,v 1.9 2003/06/16 17:01:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // ------------------------------------------------------------------- // GEANT 4 class header file // diff --git a/source/processes/electromagnetic/muons/include/G4VMuEnergyLoss.icc b/source/processes/electromagnetic/muons/include/G4VMuEnergyLoss.icc index 81f797d3d1..bd11b86728 100644 --- a/source/processes/electromagnetic/muons/include/G4VMuEnergyLoss.icc +++ b/source/processes/electromagnetic/muons/include/G4VMuEnergyLoss.icc @@ -22,7 +22,7 @@ // // // $Id: G4VMuEnergyLoss.icc,v 1.4 2003/01/17 18:54:40 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // --------------------------------------------------------------- // GEANT 4 class inlined methods file // diff --git a/source/processes/electromagnetic/muons/src/G4MuBetheBlochModel.cc b/source/processes/electromagnetic/muons/src/G4MuBetheBlochModel.cc index cbb593fa3b..a9444f9501 100644 --- a/source/processes/electromagnetic/muons/src/G4MuBetheBlochModel.cc +++ b/source/processes/electromagnetic/muons/src/G4MuBetheBlochModel.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4MuBetheBlochModel.cc,v 1.9 2003/07/21 12:52:35 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4MuBetheBlochModel.cc,v 1.11 2004/02/15 17:46:49 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -40,6 +40,7 @@ // 23-12-02 Change interface in order to move to cut per region (V.Ivanchenko) // 27-01-03 Make models region aware (V.Ivanchenko) // 13-02-03 Add name (V.Ivanchenko) +// 10-02-04 Calculation of radiative corrections using R.Kokoulin model (V.Ivanchenko) // // @@ -54,17 +55,23 @@ #include "Randomize.hh" #include "G4Electron.hh" +G4double G4MuBetheBlochModel::xgi[]={ 0.0199,0.1017,0.2372,0.4083,0.5917,0.7628,0.8983,0.9801 }; +G4double G4MuBetheBlochModel::wgi[]={ 0.0506,0.1112,0.1569,0.1813,0.1813,0.1569,0.1112,0.0506 }; + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4MuBetheBlochModel::G4MuBetheBlochModel(const G4ParticleDefinition* p, +G4MuBetheBlochModel::G4MuBetheBlochModel(const G4ParticleDefinition* p, const G4String& nam) : G4VEmModel(nam), particle(0), + limitKinEnergy(100.*keV), + logLimitKinEnergy(log(limitKinEnergy)), highKinEnergy(100.*TeV), - lowKinEnergy(2.0*MeV), + lowKinEnergy(1.0*GeV), twoln10(2.0*log(10.0)), bg2lim(0.0169), - taulim(8.4146e-3) + taulim(8.4146e-3), + alphaprime(fine_structure_const/twopi) { if(p) SetParticle(p); } @@ -80,11 +87,8 @@ void G4MuBetheBlochModel::SetParticle(const G4ParticleDefinition* p) { particle = p; mass = particle->GetPDGMass(); - G4double q = particle->GetPDGCharge()/eplus; - chargeSquare = q*q; - lowKinEnergy *= mass/proton_mass_c2; + massSquare = mass*mass; ratio = electron_mass_c2/mass; - qc = mass/ratio; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -131,17 +135,16 @@ void G4MuBetheBlochModel::Initialise(const G4ParticleDefinition* p, //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4double G4MuBetheBlochModel::ComputeDEDX(const G4MaterialCutsCouple* couple, - const G4ParticleDefinition* p, - G4double kineticEnergy, - G4double cutEnergy) + const G4ParticleDefinition* p, + G4double kineticEnergy, + G4double cut) { G4double tmax = MaxSecondaryEnergy(p, kineticEnergy); G4double tau = kineticEnergy/mass; - G4double x = 1.0; - if(cutEnergy < tmax) x = cutEnergy/tmax; + G4double cutEnergy = std::min(cut,tmax); G4double gam = tau + 1.0; - G4double beta2 = 1. - 1./(gam*gam); G4double bg2 = tau * (tau+2.0); + G4double beta2 = bg2/(gam*gam); const G4Material* material = couple->GetMaterial(); G4double eexc = material->GetIonisation()->GetMeanExcitationEnergy(); @@ -156,21 +159,21 @@ G4double G4MuBetheBlochModel::ComputeDEDX(const G4MaterialCutsCouple* couple, material->GetIonisation()->GetShellCorrectionVector(); G4double eDensity = material->GetElectronDensity(); - G4double dedx = log(2.0*electron_mass_c2*bg2*tmax*x/eexc2)-(1.0 + x)*beta2; + G4double dedx = log(2.0*electron_mass_c2*bg2*cutEnergy/eexc2)-(1.0 + cutEnergy/tmax)*beta2; G4double totEnergy = kineticEnergy + mass; - G4double del = 0.5*x*tmax/totEnergy; + G4double del = 0.5*cutEnergy/totEnergy; dedx += del*del; // density correction - x = log(bg2)/twoln10; + G4double x = log(bg2)/twoln10; if ( x >= x0den ) { dedx -= twoln10*x - cden ; if ( x < x1den ) dedx -= aden*pow((x1den-x),mden) ; } - - // shell correction - G4double sh = 0.0; + + // shell correction + G4double sh = 0.0; x = 1.0; if ( bg2 > bg2lim ) { @@ -187,19 +190,32 @@ G4double G4MuBetheBlochModel::ComputeDEDX(const G4MaterialCutsCouple* couple, sh *= log(tau/taul)/log(taulim/taul); } dedx -= sh; - + // now compute the total ionization loss if (dedx < 0.0) dedx = 0.0 ; - // correction of R. Kokoulin // has been taken out *************** - // G4double apar = log(2.*(tmax/electron_mass_c2 + 1.0)); - // dedx += fine_structure_const*(log(2.*totEnergy/mass)-apar/3.)*apar*apar/twopi; + // radiative corrections of R. Kokoulin + if (cutEnergy > limitKinEnergy) { - - dedx *= twopi_mc2_rcl2*chargeSquare*eDensity/beta2; + G4double logtmax = log(cutEnergy); + G4double logstep = logtmax - logLimitKinEnergy; + G4double dloss = 0.0; + G4double ftot2= 0.5/(totEnergy*totEnergy); - return dedx; + for (G4int ll=0; ll<8; ll++) + { + G4double ep = exp(logLimitKinEnergy + xgi[ll]*logstep); + G4double a1 = log(1.0 + 2.0*ep/electron_mass_c2); + G4double a3 = log(4.0*totEnergy*(totEnergy - ep)/massSquare); + dloss += wgi[ll]*(1.0 - beta2*ep/tmax + ep*ep*ftot2)*a1*(a3 - a1); + } + dedx += dloss*logstep*alphaprime; + } + + dedx *= twopi_mc2_rcl2*eDensity/beta2; + + return dedx; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -208,96 +224,45 @@ G4double G4MuBetheBlochModel::CrossSection(const G4MaterialCutsCouple* couple, const G4ParticleDefinition* p, G4double kineticEnergy, G4double cutEnergy, - G4double maxEnergy) + G4double maxKinEnergy) { G4double cross = 0.0; - G4double tmaxSecondary = MaxSecondaryEnergy(p, kineticEnergy); - G4double tmax = std::min(tmaxSecondary, maxEnergy); - const G4Material* material = couple->GetMaterial(); + G4double tmax = MaxSecondaryEnergy(p, kineticEnergy); + G4double maxEnergy = std::min(tmax,maxKinEnergy); + if(cutEnergy < maxEnergy) { - if(cutEnergy < tmax) { + G4double totEnergy = kineticEnergy + mass; + G4double energy2 = totEnergy*totEnergy; + G4double beta2 = kineticEnergy*(kineticEnergy + 2.0*mass)/energy2; - const G4ElementVector* theElementVector = material->GetElementVector(); - const G4double* NbOfAtomsPerVolume = material->GetVecNbOfAtomsPerVolume(); - G4int NumberOfElements = material->GetNumberOfElements(); + cross = 1.0/cutEnergy - 1.0/maxEnergy - beta2*log(maxEnergy/cutEnergy)/tmax + + 0.5*(maxEnergy - cutEnergy)/energy2; - for (G4int iel=0; iel limitKinEnergy) { - cross += NbOfAtomsPerVolume[iel]* CrossSectionPerAtom( - (*theElementVector)[iel]->GetZ(), - kineticEnergy, cutEnergy, tmax, tmaxSecondary); + G4double logtmax = log(maxEnergy); + G4double logtmin = log(std::max(cutEnergy,limitKinEnergy)); + G4double logstep = logtmax - logtmin; + G4double dcross = 0.0; + for (G4int ll=0; ll<8; ll++) + { + G4double ep = exp(logtmin + xgi[ll]*logstep); + G4double a1 = log(1.0 + 2.0*ep/electron_mass_c2); + G4double a3 = log(4.0*totEnergy*(totEnergy - ep)/massSquare); + dcross += wgi[ll]*(1.0/ep - beta2/tmax + 0.5*ep/energy2)*a1*(a3 - a1); + } + + cross += dcross*logstep*alphaprime; } + cross *= twopi_mc2_rcl2*(couple->GetMaterial()->GetElectronDensity())/beta2; + } - // G4cout << "tmin= " << cutEnergy << " tmax= " << tmax - // << " cross= " << cross << G4endl; - return cross; -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -G4double G4MuBetheBlochModel::CrossSectionPerAtom( - G4double Z, - G4double kineticEnergy, - G4double tmin, - G4double tmax, - G4double tmaxSecondary) -{ - - G4double cross = 0.; - - const G4double xgi[] = {0.06943,0.33001,0.66999,0.93057}; - const G4double wgi[] = {0.17393,0.32607,0.32607,0.17393}; - const G4double ak1 = 4.6; - const G4int k2 = 2; - - G4double aaa = log(tmin); - G4double bbb = log(tmax); - G4int kkk = int((bbb-aaa)/ak1)+k2; - G4double hhh = (bbb-aaa)/(float)kkk; - G4double step = exp(hhh); - G4double ymax = 1./tmax; - - - for (G4int k=0; k 0.2 MeV " - << "parametrisation of Bragg peak below." + G4cout << " Bether-Bloch model for E > 0.2 MeV, " + << "parametrisation of Bragg peak below, " << G4endl; + G4cout << " radiative corrections for E > 1 GeV" << G4endl; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/source/processes/electromagnetic/muons/src/G4MuIonisation52.cc b/source/processes/electromagnetic/muons/src/G4MuIonisation52.cc index f043377a4a..2d30ead788 100644 --- a/source/processes/electromagnetic/muons/src/G4MuIonisation52.cc +++ b/source/processes/electromagnetic/muons/src/G4MuIonisation52.cc @@ -22,7 +22,7 @@ // // // $Id: G4MuIonisation52.cc,v 1.1 2003/08/08 11:28:41 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // --------------- G4MuIonisation52 physics process ------------------------------ // by Laszlo Urban, September 1997 diff --git a/source/processes/electromagnetic/muons/src/G4MuPairProduction.cc b/source/processes/electromagnetic/muons/src/G4MuPairProduction.cc index c151d9182c..067002e126 100644 --- a/source/processes/electromagnetic/muons/src/G4MuPairProduction.cc +++ b/source/processes/electromagnetic/muons/src/G4MuPairProduction.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4MuPairProduction.cc,v 1.40 2003/11/12 16:18:23 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4MuPairProduction.cc,v 1.41 2004/02/10 18:07:26 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -57,6 +57,7 @@ // 08-08-03 STD substitute standard (V.Ivanchenko) // 27-09-03 e+ set to be a secondary particle (V.Ivanchenko) // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) +// 10-02-04 Add lowestKinEnergy (V.Ivanchenko) // // ------------------------------------------------------------------- // @@ -73,10 +74,11 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4MuPairProduction::G4MuPairProduction(const G4String& name) +G4MuPairProduction::G4MuPairProduction(const G4String& name) : G4VEnergyLossProcess(name), theParticle(0), theBaseParticle(0), + lowestKinEnergy(1.*GeV), subCutoff(false) { InitialiseProcess(); @@ -91,7 +93,6 @@ G4MuPairProduction::~G4MuPairProduction() void G4MuPairProduction::InitialiseProcess() { - // SetSecondaryParticle(G4Electron::Electron()); SetSecondaryParticle(G4Positron::Positron()); SetDEDXBinning(120); @@ -99,7 +100,8 @@ void G4MuPairProduction::InitialiseProcess() SetMinKinEnergy(0.1*keV); SetMaxKinEnergy(100.0*TeV); - G4VEmModel* em = new G4MuPairProductionModel(); + G4MuPairProductionModel* em = new G4MuPairProductionModel(); + em->SetLowestKineticEnergy(lowestKinEnergy); G4VEmFluctuationModel* fm = new G4UniversalFluctuation(); em->SetLowEnergyLimit(0.1*keV); em->SetHighEnergyLimit(100.0*TeV); @@ -123,7 +125,6 @@ void G4MuPairProduction::PrintInfoDefinition() G4cout << " Parametrised model " << G4endl; -// G4cout << *(LambdaTable()) << G4endl; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/source/processes/electromagnetic/muons/src/G4MuPairProduction52.cc b/source/processes/electromagnetic/muons/src/G4MuPairProduction52.cc index 16eb942122..d19d3af04c 100644 --- a/source/processes/electromagnetic/muons/src/G4MuPairProduction52.cc +++ b/source/processes/electromagnetic/muons/src/G4MuPairProduction52.cc @@ -22,7 +22,7 @@ // // // $Id: G4MuPairProduction52.cc,v 1.1 2003/08/08 11:28:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //--------------- G4MuPairProduction52 physics process --------------------------- // by Laszlo Urban, May 1998 diff --git a/source/processes/electromagnetic/muons/src/G4MuPairProductionModel.cc b/source/processes/electromagnetic/muons/src/G4MuPairProductionModel.cc index 67f6feb5b6..4eba3a6a85 100644 --- a/source/processes/electromagnetic/muons/src/G4MuPairProductionModel.cc +++ b/source/processes/electromagnetic/muons/src/G4MuPairProductionModel.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4MuPairProductionModel.cc,v 1.13 2003/10/21 13:30:05 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4MuPairProductionModel.cc,v 1.17 2004/03/02 17:45:03 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -43,7 +43,9 @@ // 13-02-03 Add model (V.Ivanchenko) // 06-06-03 Fix in cross section calculation for high energy (V.Ivanchenko) // 20-10-03 2*xi in ComputeDDMicroscopicCrossSection (R.Kokoulin) -// 8 integration points in ComputeDMicroscopicCrossSection +// 8 integration points in ComputeDMicroscopicCrossSection +// 12-01-04 Take min cut of e- and e+ not its sum (V.Ivanchenko) +// 10-02-04 Update parameterisation using R.Kokoulin model (V.Ivanchenko) // // Class Description: @@ -71,9 +73,11 @@ // G4double G4MuPairProductionModel::zdat[]={1.,4.,13.,29.,92.}; G4double G4MuPairProductionModel::adat[]={1.01,9.01,26.98,63.55,238.03}; -G4double G4MuPairProductionModel::tdat[]={1.e3,1.e4,1.e5,1.e6,1.e7,1.e8, - 1.e9,1.e10}; +G4double G4MuPairProductionModel::tdat[]={1.e3,1.e4,1.e5,1.e6,1.e7,1.e8,1.e9,1.e10}; +G4double G4MuPairProductionModel::xgi[]={ 0.0199,0.1017,0.2372,0.4083,0.5917,0.7628,0.8983,0.9801 }; +G4double G4MuPairProductionModel::wgi[]={ 0.0506,0.1112,0.1569,0.1813,0.1813,0.1569,0.1112,0.0506 }; + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... G4MuPairProductionModel::G4MuPairProductionModel(const G4ParticleDefinition*, @@ -82,23 +86,27 @@ G4MuPairProductionModel::G4MuPairProductionModel(const G4ParticleDefinition*, minPairEnergy(4.*electron_mass_c2), highKinEnergy(1000000.*TeV), lowKinEnergy(minPairEnergy), + lowestKinEnergy(1.*GeV), + factorForCross(4.*fine_structure_const*fine_structure_const + *classic_electr_radius*classic_electr_radius/(3.*pi)), + sqrte(sqrt(exp(1.))), + particleMass(G4MuonPlus::MuonPlus()->GetPDGMass()), + currentZ(0), + particle(G4MuonPlus::MuonPlus()), nzdat(5), ntdat(8), - NBIN(1000), + nbiny(1000), + nmaxElements(0), + ymin(-5.), + ymax(0.), + dy((ymax-ymin)/nbiny), samplingTablesAreFilled(false) -{ } +{} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... G4MuPairProductionModel::~G4MuPairProductionModel() -{ - size_t n = partialSumSigma.size(); - if(n > 0) { - for(size_t i=0; iGetIndex(); - const G4ProductionCutsTable* theCoupleTable = - G4ProductionCutsTable::GetProductionCutsTable(); - - G4double eCut = (*(theCoupleTable->GetEnergyCutsVector(1)))[index]; - G4double pCut = (*(theCoupleTable->GetEnergyCutsVector(2)))[index]; - G4double x = 2*electron_mass_c2 + eCut + pCut; - if(x < minPairEnergy) x = minPairEnergy; - - //// if (eCut < highKinEnergy && pCut < highKinEnergy) { - //// x += eCut + pCut; - //// } else { - //// x = 0.5*highKinEnergy; - //// } - - return x; + return minPairEnergy; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -148,43 +140,27 @@ G4bool G4MuPairProductionModel::IsInCharge(const G4ParticleDefinition* p) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void G4MuPairProductionModel::Initialise(const G4ParticleDefinition*, - const G4DataVector& cuts) + const G4DataVector&) { - const G4ProductionCutsTable* theCoupleTable = - G4ProductionCutsTable::GetProductionCutsTable(); - size_t numOfCouples = theCoupleTable->GetTableSize(); - G4double fixedEnergy = sqrt(lowKinEnergy*highKinEnergy); - - for (size_t ii=0; iiGetMaterialCutsCouple(i); - const G4Material* material = couple->GetMaterial(); - G4DataVector* dv = ComputePartialSumSigma(material, fixedEnergy, - std::min(cuts[i], 0.25*highKinEnergy)); - partialSumSigma.push_back(dv); - } if (!samplingTablesAreFilled) MakeSamplingTables(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4double -G4MuPairProductionModel::ComputeDEDX(const G4MaterialCutsCouple* couple, - const G4ParticleDefinition*, - G4double kineticEnergy, G4double cutEnergy) +G4double G4MuPairProductionModel::ComputeDEDX(const G4MaterialCutsCouple* couple, + const G4ParticleDefinition*, + G4double kineticEnergy, + G4double cutEnergy) { G4double dedx = 0.0; - if (minPairEnergy >= cutEnergy) return dedx; - G4double cut = cutEnergy; - if (kineticEnergy <= cutEnergy) cut = kineticEnergy; + if (minPairEnergy >= cutEnergy || kineticEnergy <= lowestKinEnergy) return dedx; + + G4double tmax = MaxSecondaryEnergy(particle, kineticEnergy); + G4double cut = std::min(cutEnergy,tmax); const G4Material* material = couple->GetMaterial(); const G4ElementVector* theElementVector = material->GetElementVector(); - const G4double* theAtomicNumDensityVector = + const G4double* theAtomicNumDensityVector = material->GetAtomicNumDensityVector(); // loop for elements in the material @@ -199,24 +175,12 @@ G4MuPairProductionModel::ComputeDEDX(const G4MaterialCutsCouple* couple, //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4double -G4MuPairProductionModel::ComputMuPairLoss(G4double Z, - G4double tkin, G4double cutEnergy) +G4double G4MuPairProductionModel::ComputMuPairLoss(G4double Z, + G4double tkin, G4double cutEnergy) { - static const - G4double xgi[] ={ 0.0199,0.1017,0.2372,0.4083,0.5917,0.7628,0.8983,0.9801}; - static const - G4double wgi[] ={ 0.0506,0.1112,0.1569,0.1813,0.1813,0.1569,0.1112,0.0506}; - static const G4double ak1=6.9; - static const G4double ak2=1.0; - static const G4double sqrte = sqrt(exp(1.)); - static const G4double aaa = log(minPairEnergy); - G4double z13 = pow(Z,0.333333333); - + SetCurrentElement(Z); G4double loss = 0.0; - - G4double particleMass = (G4MuonPlus::MuonPlus())->GetPDGMass(); - G4double tmax = tkin + particleMass*(1.-0.75*sqrte*z13); + G4double tmax = MaxSecondaryEnergy(particle, tkin); G4double cut = cutEnergy; if(tmax <= cutEnergy) cut = tmax; @@ -224,6 +188,9 @@ G4MuPairProductionModel::ComputMuPairLoss(G4double Z, // calculate the rectricted loss // numerical integration in log(PairEnergy) + G4double ak1=6.9; + G4double ak2=1.0; + G4double aaa = log(minPairEnergy); G4double bbb = log(cut); G4int kkk = (G4int)((bbb-aaa)/ak1+ak2); if (kkk > 8) kkk = 8; @@ -253,22 +220,15 @@ G4double G4MuPairProductionModel::ComputeMicroscopicCrossSection( G4double cut) { - static const G4double ak1=6.9 ; - static const G4double ak2=1.0 ; - static const G4double sqrte = sqrt(exp(1.)); - static const G4double - xgi[]={ 0.0199,0.1017,0.2372,0.4083,0.5917,0.7628,0.8983,0.9801 }; - static const G4double - wgi[]={ 0.0506,0.1112,0.1569,0.1813,0.1813,0.1569,0.1112,0.0506 }; - G4double z13 = pow(Z,0.333333333); - G4double cross = 0. ; - G4double particleMass = (G4MuonPlus::MuonPlus())->GetPDGMass(); - G4double tmax = tkin + particleMass*(1.-0.75*sqrte*z13); + SetCurrentElement(Z); + G4double tmax = MaxSecondaryEnergy(particle, tkin); if (tmax <= cut) return cross; + G4double ak1=6.9 ; + G4double ak2=1.0 ; G4double aaa = log(cut); G4double bbb = log(tmax); G4int kkk = (G4int)((bbb-aaa)/ak1 + ak2); @@ -291,56 +251,14 @@ G4double G4MuPairProductionModel::ComputeMicroscopicCrossSection( return cross; } -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - G4double G4MuPairProductionModel::ComputeDMicroscopicCrossSection( G4double tkin, G4double Z, G4double pairEnergy) // Calculates the differential (D) microscopic cross section // using the cross section formula of R.P. Kokoulin (18/01/98) + // Code modified by R.P. Kokoulin, V.N. Ivanchenko (27/01/04) { - static const G4double - xgi[] ={ 0.0199,0.1017,0.2372,0.4083,0.5917,0.7628,0.8983,0.9801 }; - - static const G4double - wgi[] ={ 0.0506,0.1112,0.1569,0.1813,0.1813,0.1569,0.1112,0.0506 }; - - G4double cross = 0.; - - G4double particleMass = (G4MuonPlus::MuonPlus())->GetPDGMass(); - G4double totalEnergy = tkin + particleMass; - G4double energyLoss = totalEnergy - pairEnergy; - G4double a = 6.*particleMass*particleMass/(totalEnergy*energyLoss) ; - G4double b = 4.*electron_mass_c2/pairEnergy; - - G4double tmn = (b+2.*a*(1.-b))/(1.+(1.-a)*sqrt(1.-b)); - if(tmn <= 0.) return cross; - tmn = log(tmn); - - // Gaussian integration in ln(1-ro) ( with 8 points) - for (G4int i=0; i<8; i++) - { - G4double ro = 1.-exp(tmn*xgi[i]); - cross += wgi[i]*(1.-ro)*ComputeDDMicroscopicCrossSection( - tkin,Z,pairEnergy,ro); - } - cross *= -tmn; - return cross; -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -G4double G4MuPairProductionModel::ComputeDDMicroscopicCrossSection( - G4double tkin, - G4double Z, - G4double pairEnergy, - G4double asymmetry) - // Calculates the differential (D) microscopic cross section - // using the cross section formula of R.P. Kokoulin (18/01/98) -{ - static const G4double sqrte = sqrt(exp(1.)) ; - G4double bbbtf= 183. ; G4double bbbh = 202.4 ; G4double g1tf = 1.95e-5 ; @@ -348,115 +266,111 @@ G4double G4MuPairProductionModel::ComputeDDMicroscopicCrossSection( G4double g1h = 4.4e-5 ; G4double g2h = 4.8e-5 ; - G4double particleMass = (G4MuonPlus::MuonPlus())->GetPDGMass(); G4double totalEnergy = tkin + particleMass; - G4double energyLoss = totalEnergy - pairEnergy; + G4double residEnergy = totalEnergy - pairEnergy; G4double massratio = particleMass/electron_mass_c2 ; G4double massratio2 = massratio*massratio ; + G4double cross = 0.; - G4double z13 = pow(Z,0.333333333); - G4double z23 = z13*z13 ; + SetCurrentElement(Z); - G4double c3 = 3.*sqrte*particleMass/4. ; - - G4double DDCrossSection = 0. ; - if (energyLoss <= c3*z13) return DDCrossSection; + G4double c3 = 0.75*sqrte*particleMass; + if (residEnergy <= c3*z13) return cross; G4double c7 = 4.*electron_mass_c2; G4double c8 = 6.*particleMass*particleMass; G4double alf = c7/pairEnergy; G4double a3 = 1. - alf; - if (a3 <= 0.) return DDCrossSection; + if (a3 <= 0.) return cross; // zeta calculation - G4double bbb,g1,g2,zeta1,zeta2,zeta,z2; + G4double bbb,g1,g2; if( Z < 1.5 ) { bbb = bbbh ; g1 = g1h ; g2 = g2h ; } else { bbb = bbbtf; g1 = g1tf; g2 = g2tf; } - zeta1 = 0.073 * log(totalEnergy/(particleMass+g1*z23*totalEnergy))-0.26 ; + + G4double zeta = 0; + G4double zeta1 = 0.073 * log(totalEnergy/(particleMass+g1*z23*totalEnergy))-0.26 ; if ( zeta1 > 0.) { - zeta2 = 0.058*log(totalEnergy/(particleMass+g2*z13*totalEnergy))-0.14 ; + G4double zeta2 = 0.058*log(totalEnergy/(particleMass+g2*z13*totalEnergy))-0.14 ; zeta = zeta1/zeta2 ; } - else - { - zeta = 0. ; - } - - z2 = Z*(Z+zeta); + G4double z2 = Z*(Z+zeta); G4double screen0 = 2.*electron_mass_c2*sqrte*bbb/(z13*pairEnergy); - G4double a0 = totalEnergy*energyLoss; + G4double a0 = totalEnergy*residEnergy; G4double a1 = pairEnergy*pairEnergy/a0; G4double bet = 0.5*a1; G4double xi0 = 0.25*massratio2*a1; G4double del = c8/a0; - G4double romin = 0. ; - G4double romax = (1.-del)*sqrt(1.-c7/pairEnergy); + G4double tmnexp = (alf+2.*del*a3)/(1.+(1.-del)*sqrt(a3)); + if(tmnexp <= 0.) return cross; + G4double tmn = log(tmnexp); + G4double sum = 0.; - if((asymmetry < romin) || (asymmetry > romax)) return DDCrossSection; - - G4double a4 = 1.-asymmetry ; - G4double a5 = a4*(2.-a4) ; - G4double a6 = 1.-a5 ; - G4double a7 = 1.+a6 ; - G4double a9 = 3.+a6 ; - G4double xi = xi0*a5 ; - G4double xii = 1./xi ; - G4double xi1 = 1.+xi ; - G4double screen = screen0*xi1/a5 ; - - G4double yeu = 5.-a6+4.*bet*a7 ; - G4double yed = 2.*(1.+3.*bet)*log(3.+xii)-a6-a1*(2.-a6) ; - G4double yel = 1.+yeu/yed ; - G4double ale=log(bbb/z13*sqrt(xi1*yel)/(1.+screen*yel)) ; - G4double cre = 0.5*log(1.+2.25/(massratio2*z23)*xi1*yel) ; - G4double be; - if (xi <= 1.e3) be = ((2.+a6)*(1.+bet)+xi*a9)*log(1.+xii)+(a5-bet)/xi1-a9; - else be = (3.-a6+a1*a7)/(2*xi); - G4double fe = (ale-cre)*be; - if ( fe < 0.) fe = 0. ; - - G4double ymu = 4.+a6 +3.*bet*a7 ; - G4double ymd = a7*(1.5+a1)*log(3.+xi)+1.-1.5*a6 ; - G4double ym1 = 1.+ymu/ymd ; - G4double alm_crm = log(bbb*massratio/(1.5*z23*(1.+screen*ym1))); - G4double a10,bm; - if ( xi >= 1.e-3) + // Gaussian integration in ln(1-ro) ( with 8 points) + for (G4int i=0; i<8; i++) { - a10 = (1.+a1)*a5 ; - bm = (a7*(1.+1.5*bet)-a10*xii)*log(xi1)+xi*(a5-bet)/xi1+a10; + G4double a4 = exp(tmn*xgi[i]); // a4 = (1.-asymmetry) + G4double a5 = a4*(2.-a4) ; + G4double a6 = 1.-a5 ; + G4double a7 = 1.+a6 ; + G4double a9 = 3.+a6 ; + G4double xi = xi0*a5 ; + G4double xii = 1./xi ; + G4double xi1 = 1.+xi ; + G4double screen = screen0*xi1/a5 ; + G4double yeu = 5.-a6+4.*bet*a7 ; + G4double yed = 2.*(1.+3.*bet)*log(3.+xii)-a6-a1*(2.-a6) ; + G4double ye1 = 1.+yeu/yed ; + G4double ale=log(bbb/z13*sqrt(xi1*ye1)/(1.+screen*ye1)) ; + G4double cre = 0.5*log(1.+2.25*z23*xi1*ye1/massratio2) ; + G4double be; + + if (xi <= 1.e3) be = ((2.+a6)*(1.+bet)+xi*a9)*log(1.+xii)+(a5-bet)/xi1-a9; + else be = (3.-a6+a1*a7)/(2.*xi); + + G4double fe = (ale-cre)*be; + if ( fe < 0.) fe = 0. ; + + G4double ymu = 4.+a6 +3.*bet*a7 ; + G4double ymd = a7*(1.5+a1)*log(3.+xi)+1.-1.5*a6 ; + G4double ym1 = 1.+ymu/ymd ; + G4double alm_crm = log(bbb*massratio/(1.5*z23*(1.+screen*ym1))); + G4double a10,bm; + if ( xi >= 1.e-3) + { + a10 = (1.+a1)*a5 ; + bm = (a7*(1.+1.5*bet)-a10*xii)*log(xi1)+xi*(a5-bet)/xi1+a10; + } else { + bm = (5.-a6+bet*a9)*(xi/2.); + } + + G4double fm = alm_crm*bm; + if ( fm < 0.) fm = 0. ; + + sum += wgi[i]*a4*(fe+fm/massratio2); } - else - bm = (5.-a6+bet*a9)*(xi/2.); - - G4double fm = alm_crm*bm; - if ( fm < 0.) fm = 0. ; - DDCrossSection = (fe+fm/massratio2); - - DDCrossSection *= 4.*fine_structure_const*fine_structure_const - *classic_electr_radius*classic_electr_radius/(3.*pi); - - DDCrossSection *= z2*energyLoss/(totalEnergy*pairEnergy); - - return DDCrossSection; + cross = -tmn*sum*factorForCross*z2*residEnergy/(totalEnergy*pairEnergy); + return cross; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4double -G4MuPairProductionModel::CrossSection(const G4MaterialCutsCouple* couple, - const G4ParticleDefinition*, - G4double kineticEnergy, - G4double cutEnergy, G4double maxEnergy) +G4double G4MuPairProductionModel::CrossSection(const G4MaterialCutsCouple* couple, + const G4ParticleDefinition*, + G4double kineticEnergy, + G4double cutEnergy, + G4double maxEnergy) { G4double cross = 0.0; + G4double tmax = std::min(maxEnergy, MaxSecondaryEnergy(particle, kineticEnergy)); + G4double cut = std::max(cutEnergy, minPairEnergy); - G4double tmax = std::min(maxEnergy, kineticEnergy); - if (cutEnergy >= tmax) return cross; + if (cut >= tmax || kineticEnergy <= lowestKinEnergy) return cross; const G4Material* material = couple->GetMaterial(); const G4ElementVector* theElementVector = material->GetElementVector(); @@ -464,11 +378,9 @@ G4MuPairProductionModel::CrossSection(const G4MaterialCutsCouple* couple, for (size_t i=0; iGetNumberOfElements(); i++) { G4double Z = (*theElementVector)[i]->GetZ(); - G4double cr = ComputeMicroscopicCrossSection(kineticEnergy, Z, cutEnergy); + G4double cr = ComputeMicroscopicCrossSection(kineticEnergy, Z, cut) + - ComputeMicroscopicCrossSection(kineticEnergy, Z, tmax); - if (maxEnergy < kineticEnergy) { - cr -= ComputeMicroscopicCrossSection(kineticEnergy, Z, maxEnergy); - } cross += theAtomNumDensityVector[i] * cr; } return cross; @@ -476,94 +388,46 @@ G4MuPairProductionModel::CrossSection(const G4MaterialCutsCouple* couple, //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4DataVector* G4MuPairProductionModel::ComputePartialSumSigma( - const G4Material* material, - G4double kineticEnergy, - G4double cut) - -// Build the table of cross section per element. -// This table is used by DoIt to select randomly an element in the material. -{ - G4int nElements = material->GetNumberOfElements(); - const G4ElementVector* theElementVector = material->GetElementVector(); - const G4double* theAtomNumDensityVector=material->GetAtomicNumDensityVector(); - - G4DataVector* dv = new G4DataVector(); - - G4double cross = 0.0; - - for (G4int i=0; iGetZ(); - cross += theAtomNumDensityVector[i] * ComputeMicroscopicCrossSection( - kineticEnergy, Z, cut); - dv->push_back(cross); - } - return dv; -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - void G4MuPairProductionModel::MakeSamplingTables() { - static const G4double sqrte = sqrt(exp(1.)) ; - G4double particleMass = (G4MuonPlus::MuonPlus())->GetPDGMass(); - for (G4int iz=0; iz minPairEnergy) { - G4double c = log(maxPairEnergy/minPairEnergy); - for (G4int i=0 ; i 0.0) { + x *= fac; dx*= fac; G4double ep = minPairEnergy*exp(c*x) ; CrossSection += ep*dx*ComputeDMicroscopicCrossSection( - kineticEnergy, atomicNumber, ep); - ya[i] = y; - proba[iz][it][i] = CrossSection; + kineticEnergy, Z, ep); } - } else { - for (G4int i=0 ; i 0.) - { - for(G4int ib=0; ib<=NBIN; ib++) - { - proba[iz][it][ib] /= CrossSection ; - - } - } } } samplingTablesAreFilled = true; @@ -585,129 +449,104 @@ G4DynamicParticle* G4MuPairProductionModel::SampleSecondary( std::vector* G4MuPairProductionModel::SampleSecondaries( const G4MaterialCutsCouple* couple, const G4DynamicParticle* aDynamicParticle, - G4double minEnergy, - G4double maxEnergy) + G4double cut, + G4double tmax) { - static const G4double esq = sqrt(exp(1.)); - G4double kineticEnergy = aDynamicParticle->GetKineticEnergy(); - G4double particleMass = aDynamicParticle->GetDefinition()->GetPDGMass(); - G4ParticleMomentum ParticleDirection = - aDynamicParticle->GetMomentumDirection(); + G4double kineticEnergy = aDynamicParticle->GetKineticEnergy(); + G4double totalEnergy = kineticEnergy + particleMass ; + G4ParticleMomentum ParticleDirection = aDynamicParticle->GetMomentumDirection(); - // select randomly one element constituing the material - const G4Element* anElement = SelectRandomAtom(couple); + G4int it; + for(it=1; itGetIonisation()->GetZ3() ; - G4double maxPairEnergy = totalEnergy-0.75*esq*particleMass*Z3 ; - if(maxPairEnergy > maxEnergy) maxPairEnergy = maxEnergy; + G4double maxPairEnergy = MaxSecondaryEnergy(particle,kineticEnergy); + G4double maxEnergy = std::min(tmax, maxPairEnergy); + G4double minEnergy = std::min(maxEnergy, cut); - // check against insufficient energy - if(minEnergy >= maxPairEnergy) return 0; - - // sample e-e+ energy, pair energy first - G4double PairEnergy,x,yc,y ; - // G4int iZ,iT; - G4int iy ; - - // select sampling table ; - G4double lnZ = log(anElement->GetZ()) ; - G4double delmin = 1.e10 ; - G4double del ; - G4int izz = 0; - G4int itt = 0; - G4int NBINminus1 = NBIN-1; - for (G4int iz=0; iz minPairEnergy) + { G4double xc = log(minEnergy/minPairEnergy)/log(maxPairEnergy/minPairEnergy); - yc = log(xc) ; - iy = -1 ; - do { iy += 1;} while ((ya[iy] < yc )&&(iy < NBINminus1)); - } + iymin = (G4int)((log(xc) - ymin)/dy); + xc = log(maxEnergy/minPairEnergy)/log(maxPairEnergy/minPairEnergy); + iymax = (G4int)((log(xc) - ymin)/dy) + 1; + if(iymax > nbiny) iymax = nbiny; + } - G4double norm = proba[izz][itt][iy]; + // select randomly one element constituing the material + const G4Element* anElement = SelectRandomAtom(dt, it, iymin, couple); + SetCurrentElement(anElement->GetZ()); - G4double r = norm+G4UniformRand()*(1.-norm); - iy -= 1; - do { iy += 1;} while ((proba[izz][itt][iy] < r)&&(iy < NBINminus1)); + // sample e-e+ energy, pair energy first + G4int iz, iy; - //sampling is uniformly in y in the bin - if( iy < NBIN ) y = ya[iy] + G4UniformRand() * ( ya[iy+1] - ya[iy]); - else y = ya[iy]; + for(iz=1; iz maxEnergy) PairEnergy = maxEnergy; // sample r=(E+-E-)/PairEnergy ( uniformly .....) - G4double rmax = (1.-6.*particleMass*particleMass/(totalEnergy* + G4double rmax = (1.-6.*particleMass*particleMass/(totalEnergy* (totalEnergy-PairEnergy))) *sqrt(1.-minPairEnergy/PairEnergy); - r = rmax * (-1.+2.*G4UniformRand()) ; + G4double r = rmax * (-1.+2.*G4UniformRand()) ; // compute energies from PairEnergy,r - G4double ElectronEnergy=(1.-r)*PairEnergy/2. ; - G4double PositronEnergy=(1.+r)*PairEnergy/2. ; + G4double ElectronEnergy=(1.-r)*PairEnergy/2. ; + G4double PositronEnergy=(1.+r)*PairEnergy/2. ; - // angles of the emitted particles ( Z - axis along the parent particle) - // (mean theta for the moment) - G4double Teta = electron_mass_c2/totalEnergy ; + // angles of the emitted particles ( Z - axis along the parent particle) + // (mean theta for the moment) + G4double Teta = electron_mass_c2/totalEnergy ; - G4double Phi = twopi * G4UniformRand() ; - G4double dirx = sin(Teta)*cos(Phi) , diry = sin(Teta)*sin(Phi) , - dirz = cos(Teta) ; + G4double Phi = twopi * G4UniformRand() ; + G4double dirx = sin(Teta)*cos(Phi); + G4double diry = sin(Teta)*sin(Phi); + G4double dirz = cos(Teta) ; - G4double ElectronMomentum , PositronMomentum ; - //G4double finalPx,finalPy,finalPz ; - G4double ElectKineEnergy = ElectronEnergy - electron_mass_c2 ; + //G4double finalPx,finalPy,finalPz ; + G4double ElectKineEnergy = ElectronEnergy - electron_mass_c2 ; - ElectronMomentum = sqrt(ElectKineEnergy*(ElectronEnergy+electron_mass_c2)); - G4ThreeVector ElectDirection ( dirx, diry, dirz ); - ElectDirection.rotateUz(ParticleDirection); + G4ThreeVector ElectDirection ( dirx, diry, dirz ); + ElectDirection.rotateUz(ParticleDirection); - // create G4DynamicParticle object for the particle1 - G4DynamicParticle* aParticle1= new G4DynamicParticle(); - aParticle1->SetDefinition(G4Electron::Electron()); - aParticle1->SetMomentumDirection(ElectDirection); - aParticle1->SetKineticEnergy(ElectKineEnergy); + // create G4DynamicParticle object for the particle1 + G4DynamicParticle* aParticle1= new G4DynamicParticle(G4Electron::Electron(), + ElectDirection, + ElectKineEnergy); + G4double PositKineEnergy = PositronEnergy - electron_mass_c2 ; - G4double PositKineEnergy = PositronEnergy - electron_mass_c2 ; - PositronMomentum = sqrt(PositKineEnergy*(PositronEnergy+electron_mass_c2)); + G4ThreeVector PositDirection ( -dirx, -diry, dirz ); + PositDirection.rotateUz(ParticleDirection); - G4ThreeVector PositDirection ( -dirx, -diry, dirz ); - PositDirection.rotateUz(ParticleDirection); - - // create G4DynamicParticle object for the particle2 - G4DynamicParticle* aParticle2= new G4DynamicParticle(); - aParticle2->SetDefinition(G4Positron::Positron()); - aParticle2->SetMomentumDirection(PositDirection); - aParticle2->SetKineticEnergy(PositKineEnergy); + // create G4DynamicParticle object for the particle2 + G4DynamicParticle* aParticle2= new G4DynamicParticle(G4Positron::Positron(), + PositDirection, + PositKineEnergy); std::vector* vdp = new std::vector; @@ -719,23 +558,43 @@ std::vector* G4MuPairProductionModel::SampleSecondaries( //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -const G4Element* G4MuPairProductionModel::SelectRandomAtom( - const G4MaterialCutsCouple* couple) const +const G4Element* G4MuPairProductionModel::SelectRandomAtom(G4double dt, G4int it, G4int iy, + const G4MaterialCutsCouple* couple) { // select randomly 1 element within the material const G4Material* material = couple->GetMaterial(); - G4int nElements = material->GetNumberOfElements(); + size_t nElements = material->GetNumberOfElements(); const G4ElementVector* theElementVector = material->GetElementVector(); if (nElements == 1) return (*theElementVector)[0]; - else if (nElements < 1) return 0; - G4DataVector* dv = partialSumSigma[couple->GetIndex()]; - G4double rval = G4UniformRand()*((*dv)[nElements-1]); - for (G4int i=0; i nmaxElements) { + nmaxElements = nElements; + partialSum.resize(nmaxElements); } - return (*theElementVector)[nElements-1]; + + const G4double* theAtomNumDensityVector=material->GetAtomicNumDensityVector(); + + G4double sum = 0.0; + + size_t i; + for (i=0; iGetZ(); + G4int iz; + for(iz=1; iz fPAIxscBank; G4PhysicsTable* fPAIdEdxTable; diff --git a/source/processes/electromagnetic/standard/include/G4PAIxSection.hh b/source/processes/electromagnetic/standard/include/G4PAIxSection.hh index cd9831ed37..aa04c4cd9c 100644 --- a/source/processes/electromagnetic/standard/include/G4PAIxSection.hh +++ b/source/processes/electromagnetic/standard/include/G4PAIxSection.hh @@ -22,7 +22,7 @@ // // // $Id: G4PAIxSection.hh,v 1.10 2003/10/19 15:21:22 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4PAIxSection.hh -- header file diff --git a/source/processes/electromagnetic/standard/include/G4PhotoElectricEffect.hh b/source/processes/electromagnetic/standard/include/G4PhotoElectricEffect.hh index ba7a3e2caa..faf28db977 100644 --- a/source/processes/electromagnetic/standard/include/G4PhotoElectricEffect.hh +++ b/source/processes/electromagnetic/standard/include/G4PhotoElectricEffect.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4PhotoElectricEffect.hh,v 1.15 2002/05/02 11:37:22 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4PhotoElectricEffect.hh,v 1.16 2004/03/10 16:48:45 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... // @@ -78,7 +78,8 @@ class G4PhotoElectricEffect : public G4VDiscreteProcess { public: // with description - G4PhotoElectricEffect(const G4String& processName ="phot"); + G4PhotoElectricEffect(const G4String& processName ="phot", + G4ProcessType type = fElectromagnetic); ~G4PhotoElectricEffect(); diff --git a/source/processes/electromagnetic/standard/include/G4PhotoElectricEffect.icc b/source/processes/electromagnetic/standard/include/G4PhotoElectricEffect.icc index 14386d6ede..cf35e01e98 100644 --- a/source/processes/electromagnetic/standard/include/G4PhotoElectricEffect.icc +++ b/source/processes/electromagnetic/standard/include/G4PhotoElectricEffect.icc @@ -22,7 +22,7 @@ // // // $Id: G4PhotoElectricEffect.icc,v 1.10 2002/04/18 10:12:01 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/processes/electromagnetic/standard/include/G4PolarizedComptonScattering.hh b/source/processes/electromagnetic/standard/include/G4PolarizedComptonScattering.hh index f7bb9d5d81..f489b6ac31 100644 --- a/source/processes/electromagnetic/standard/include/G4PolarizedComptonScattering.hh +++ b/source/processes/electromagnetic/standard/include/G4PolarizedComptonScattering.hh @@ -22,7 +22,7 @@ // // // $Id: G4PolarizedComptonScattering.hh,v 1.7 2002/04/09 17:34:40 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // --------- G4PolarizedComptonScattering physics process ---------------------- // by Vicente Lara, March 1998 diff --git a/source/processes/electromagnetic/standard/include/G4SynchrotronRadiation.hh b/source/processes/electromagnetic/standard/include/G4SynchrotronRadiation.hh index e29d27fb05..9c9b39ac23 100644 --- a/source/processes/electromagnetic/standard/include/G4SynchrotronRadiation.hh +++ b/source/processes/electromagnetic/standard/include/G4SynchrotronRadiation.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4SynchrotronRadiation.hh,v 1.8 2003/05/26 16:13:14 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4SynchrotronRadiation.hh,v 1.9 2004/03/10 16:48:45 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file @@ -65,7 +65,8 @@ class G4SynchrotronRadiation : public G4VDiscreteProcess public: G4SynchrotronRadiation(const G4String& processName = - "SynchrotronRadiation"); + "SynchrotronRadiation", + G4ProcessType type = fElectromagnetic); ~G4SynchrotronRadiation(); diff --git a/source/processes/electromagnetic/standard/include/G4VPAIenergyLoss.hh b/source/processes/electromagnetic/standard/include/G4VPAIenergyLoss.hh index 457a356a02..d1dfce3fac 100644 --- a/source/processes/electromagnetic/standard/include/G4VPAIenergyLoss.hh +++ b/source/processes/electromagnetic/standard/include/G4VPAIenergyLoss.hh @@ -22,7 +22,7 @@ // // // $Id: G4VPAIenergyLoss.hh,v 1.10 2003/06/16 17:01:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 class header file diff --git a/source/processes/electromagnetic/standard/include/G4VeEnergyLoss.hh b/source/processes/electromagnetic/standard/include/G4VeEnergyLoss.hh index 020b37582e..d081da515c 100644 --- a/source/processes/electromagnetic/standard/include/G4VeEnergyLoss.hh +++ b/source/processes/electromagnetic/standard/include/G4VeEnergyLoss.hh @@ -22,7 +22,7 @@ // // // $Id: G4VeEnergyLoss.hh,v 1.12 2003/01/17 18:55:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ----------------------------------------------------------------------------- diff --git a/source/processes/electromagnetic/standard/include/G4VeEnergyLoss.icc b/source/processes/electromagnetic/standard/include/G4VeEnergyLoss.icc index 284759a72f..c0292bc23b 100644 --- a/source/processes/electromagnetic/standard/include/G4VeEnergyLoss.icc +++ b/source/processes/electromagnetic/standard/include/G4VeEnergyLoss.icc @@ -22,7 +22,7 @@ // // // $Id: G4VeEnergyLoss.icc,v 1.13 2003/06/16 17:01:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... // diff --git a/source/processes/electromagnetic/standard/include/G4VhEnergyLoss.hh b/source/processes/electromagnetic/standard/include/G4VhEnergyLoss.hh index d4c517797f..b5c3939900 100644 --- a/source/processes/electromagnetic/standard/include/G4VhEnergyLoss.hh +++ b/source/processes/electromagnetic/standard/include/G4VhEnergyLoss.hh @@ -22,7 +22,7 @@ // // // $Id: G4VhEnergyLoss.hh,v 1.17 2003/01/22 14:03:53 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ------------- G4VhEnergyLoss physics process -------------------------------- // by Laszlo Urban, 30 May 1997 diff --git a/source/processes/electromagnetic/standard/include/G4VhEnergyLoss.icc b/source/processes/electromagnetic/standard/include/G4VhEnergyLoss.icc index 121167cb69..19a015e51d 100644 --- a/source/processes/electromagnetic/standard/include/G4VhEnergyLoss.icc +++ b/source/processes/electromagnetic/standard/include/G4VhEnergyLoss.icc @@ -22,7 +22,7 @@ // // // $Id: G4VhEnergyLoss.icc,v 1.6 2003/01/17 18:55:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ---------------- G4VhEnergyLoss physics process ----------------------------- diff --git a/source/processes/electromagnetic/standard/include/G4eBremsstrahlung.hh b/source/processes/electromagnetic/standard/include/G4eBremsstrahlung.hh index 8495e73a4c..20f1637109 100644 --- a/source/processes/electromagnetic/standard/include/G4eBremsstrahlung.hh +++ b/source/processes/electromagnetic/standard/include/G4eBremsstrahlung.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4eBremsstrahlung.hh,v 1.20 2003/11/12 16:23:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4eBremsstrahlung.hh,v 1.21 2004/01/21 18:05:22 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -51,6 +51,7 @@ // 08-08-03 STD substitute standard (V.Ivanchenko) // 17-10-03 PrintInfoDefinition - virtual (V.Ivanchenko) // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) +// 21-01-04 Migrade to G4ParticleChangeForLoss (V.Ivanchenko) // // // Class Description: @@ -130,8 +131,8 @@ inline void G4eBremsstrahlung::SecondariesPostStep( G4double& kinEnergy) { G4DynamicParticle* gamma = model->SampleSecondary(couple, dp, tcut, kinEnergy); - aParticleChange.SetNumberOfSecondaries(1); - aParticleChange.AddSecondary(gamma); + fParticleChange.SetNumberOfSecondaries(1); + fParticleChange.AddSecondary(gamma); kinEnergy -= gamma->GetKineticEnergy(); } diff --git a/source/processes/electromagnetic/standard/include/G4eBremsstrahlung52.hh b/source/processes/electromagnetic/standard/include/G4eBremsstrahlung52.hh index 39f1c5ff1d..0d1505206f 100644 --- a/source/processes/electromagnetic/standard/include/G4eBremsstrahlung52.hh +++ b/source/processes/electromagnetic/standard/include/G4eBremsstrahlung52.hh @@ -22,7 +22,7 @@ // // // $Id: G4eBremsstrahlung52.hh,v 1.1 2003/08/08 11:30:00 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------ G4eBremsstrahlung5252 physics process ------ diff --git a/source/processes/electromagnetic/standard/include/G4eBremsstrahlung52.icc b/source/processes/electromagnetic/standard/include/G4eBremsstrahlung52.icc index d24934433b..ac2e52f231 100644 --- a/source/processes/electromagnetic/standard/include/G4eBremsstrahlung52.icc +++ b/source/processes/electromagnetic/standard/include/G4eBremsstrahlung52.icc @@ -22,7 +22,7 @@ // // // $Id: G4eBremsstrahlung52.icc,v 1.1 2003/08/08 11:30:00 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------ G4eBremsstrahlung52 physics process --------- // by Michel Maire, 27 July 1996 diff --git a/source/processes/electromagnetic/standard/include/G4eBremsstrahlungModel.hh b/source/processes/electromagnetic/standard/include/G4eBremsstrahlungModel.hh index ff699deade..4450daaed7 100644 --- a/source/processes/electromagnetic/standard/include/G4eBremsstrahlungModel.hh +++ b/source/processes/electromagnetic/standard/include/G4eBremsstrahlungModel.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4eBremsstrahlungModel.hh,v 1.8 2003/07/21 12:52:23 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/standard/include/G4eIonisation.hh b/source/processes/electromagnetic/standard/include/G4eIonisation.hh index 09e7e36952..d73ce72650 100644 --- a/source/processes/electromagnetic/standard/include/G4eIonisation.hh +++ b/source/processes/electromagnetic/standard/include/G4eIonisation.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4eIonisation.hh,v 1.20 2003/11/12 16:23:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4eIonisation.hh,v 1.23 2004/01/21 18:05:22 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -50,6 +50,7 @@ // 03-06-03 Fix initialisation problem for STD ionisation (V.Ivanchenko) // 08-08-03 STD substitute standard (V.Ivanchenko) // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) +// 21-01-04 Migrade to G4ParticleChangeForLoss (V.Ivanchenko) // // // Class Description: @@ -187,13 +188,13 @@ inline void G4eIonisation::SecondariesPostStep( G4double& kinEnergy) { G4DynamicParticle* delta = model->SampleSecondary(couple, dp, tcut, kinEnergy); - aParticleChange.SetNumberOfSecondaries(1); - aParticleChange.AddSecondary(delta); G4ThreeVector finalP = dp->GetMomentum(); kinEnergy -= delta->GetKineticEnergy(); finalP -= delta->GetMomentum(); finalP = finalP.unit(); - aParticleChange.SetMomentumDirectionChange(finalP); + fParticleChange.SetNumberOfSecondaries(1); + fParticleChange.AddSecondary(delta); + fParticleChange.SetProposedMomentumDirection(finalP); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/processes/electromagnetic/standard/include/G4eIonisation52.hh b/source/processes/electromagnetic/standard/include/G4eIonisation52.hh index 54d5af070e..f0a150bf41 100644 --- a/source/processes/electromagnetic/standard/include/G4eIonisation52.hh +++ b/source/processes/electromagnetic/standard/include/G4eIonisation52.hh @@ -22,7 +22,7 @@ // // // $Id: G4eIonisation52.hh,v 1.1 2003/08/08 11:30:01 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //--------------- G4eIonisation52 physics process -------------------------------- // by Laszlo Urban, 20 March 1997 diff --git a/source/processes/electromagnetic/standard/include/G4eIonisation52.icc b/source/processes/electromagnetic/standard/include/G4eIonisation52.icc index adf77a7567..c849698cae 100644 --- a/source/processes/electromagnetic/standard/include/G4eIonisation52.icc +++ b/source/processes/electromagnetic/standard/include/G4eIonisation52.icc @@ -22,7 +22,7 @@ // // // $Id: G4eIonisation52.icc,v 1.1 2003/08/08 11:30:01 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //----------------- G4eIonisation52 physics process ------------------------------ diff --git a/source/processes/electromagnetic/standard/include/G4eplusAnnihilation.hh b/source/processes/electromagnetic/standard/include/G4eplusAnnihilation.hh index 7f10188c65..e799d19e68 100644 --- a/source/processes/electromagnetic/standard/include/G4eplusAnnihilation.hh +++ b/source/processes/electromagnetic/standard/include/G4eplusAnnihilation.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4eplusAnnihilation.hh,v 1.10 2002/04/09 17:34:41 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4eplusAnnihilation.hh,v 1.11 2004/03/10 16:48:45 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -66,7 +66,8 @@ class G4eplusAnnihilation : public G4VRestDiscreteProcess { public: // with description - G4eplusAnnihilation(const G4String& processName ="annihil"); + G4eplusAnnihilation(const G4String& processName ="annihil", + G4ProcessType type = fElectromagnetic); ~G4eplusAnnihilation(); diff --git a/source/processes/electromagnetic/standard/include/G4eplusAnnihilation.icc b/source/processes/electromagnetic/standard/include/G4eplusAnnihilation.icc index 9a8d68c9d7..105613d438 100644 --- a/source/processes/electromagnetic/standard/include/G4eplusAnnihilation.icc +++ b/source/processes/electromagnetic/standard/include/G4eplusAnnihilation.icc @@ -22,7 +22,7 @@ // // // $Id: G4eplusAnnihilation.icc,v 1.8 2001/09/17 17:07:11 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/source/processes/electromagnetic/standard/include/G4hIonisation.hh b/source/processes/electromagnetic/standard/include/G4hIonisation.hh index 01fceb8430..c6a49a805c 100644 --- a/source/processes/electromagnetic/standard/include/G4hIonisation.hh +++ b/source/processes/electromagnetic/standard/include/G4hIonisation.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4hIonisation.hh,v 1.24 2003/11/12 16:23:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4hIonisation.hh,v 1.25 2004/01/21 18:05:22 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -55,6 +55,7 @@ // 16-06-03 ShortLived are not applicable any more (V.Ivanchenko) // 08-08-03 STD substitute standard (V.Ivanchenko) // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) +// 21-01-04 Migrade to G4ParticleChangeForLoss (V.Ivanchenko) // // Class Description: // @@ -200,13 +201,13 @@ inline void G4hIonisation::SecondariesPostStep( { G4DynamicParticle* delta = model->SampleSecondary(couple, dp, tcut, kinEnergy); if (delta) { - aParticleChange.SetNumberOfSecondaries(1); - aParticleChange.AddSecondary(delta); + fParticleChange.SetNumberOfSecondaries(1); + fParticleChange.AddSecondary(delta); G4ThreeVector finalP = dp->GetMomentum(); kinEnergy -= delta->GetKineticEnergy(); finalP -= delta->GetMomentum(); finalP = finalP.unit(); - aParticleChange.SetMomentumDirectionChange(finalP); + fParticleChange.SetProposedMomentumDirection(finalP); } } diff --git a/source/processes/electromagnetic/standard/include/G4hIonisation52.hh b/source/processes/electromagnetic/standard/include/G4hIonisation52.hh index 2139a9afa5..8e74e5b6f7 100644 --- a/source/processes/electromagnetic/standard/include/G4hIonisation52.hh +++ b/source/processes/electromagnetic/standard/include/G4hIonisation52.hh @@ -22,7 +22,7 @@ // // // $Id: G4hIonisation52.hh,v 1.1 2003/08/08 11:30:01 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // --------------- G4hIonisation52 physics process ------------------------------- // by Laszlo Urban, 30 May 1997 diff --git a/source/processes/electromagnetic/standard/include/G4hIonisation52.icc b/source/processes/electromagnetic/standard/include/G4hIonisation52.icc index 9b632a5f03..445991a920 100644 --- a/source/processes/electromagnetic/standard/include/G4hIonisation52.icc +++ b/source/processes/electromagnetic/standard/include/G4hIonisation52.icc @@ -22,7 +22,7 @@ // // // $Id: G4hIonisation52.icc,v 1.1 2003/08/08 11:30:01 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //------------------ G4hIonisation52 physics process ----------------------------- diff --git a/source/processes/electromagnetic/standard/include/G4ionIonisation.hh b/source/processes/electromagnetic/standard/include/G4ionIonisation.hh index dce1d7a3a3..ab8884f85e 100644 --- a/source/processes/electromagnetic/standard/include/G4ionIonisation.hh +++ b/source/processes/electromagnetic/standard/include/G4ionIonisation.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4ionIonisation.hh,v 1.22 2003/11/12 16:23:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ionIonisation.hh,v 1.23 2004/01/21 18:05:22 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -45,6 +45,7 @@ // 03-08-03 Add effective charge and saturation of tmax (V.Ivanchenko) // 12-11-03 Fix problem of negative effective charge (V.Ivanchenko) // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) +// 21-01-04 Migrade to G4ParticleChangeForLoss (V.Ivanchenko) // // Class Description: // @@ -139,7 +140,7 @@ private: inline G4bool G4ionIonisation::IsApplicable(const G4ParticleDefinition& p) { return (p.GetPDGCharge() != 0.0 && !p.IsShortLived() && - (p.GetParticleType() == "nucleus" || p.GetParticleType() == "static_nucleus")); + (p.GetParticleType() == "nucleus" || p.GetParticleType() == "static_nucleus")); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -199,7 +200,7 @@ inline std::vector* G4ionIonisation::SecondariesAlongStep( } } G4double e = step.GetTrack()->GetKineticEnergy() - eloss; - aParticleChange.SetChargeChange(EffectiveCharge(currentParticle,theMaterial,e)); + fParticleChange.SetProposedCharge(EffectiveCharge(currentParticle,theMaterial,e)); return newp; } @@ -216,14 +217,14 @@ inline void G4ionIonisation::SecondariesPostStep( { G4DynamicParticle* delta = model->SampleSecondary(couple, dp, tcut, kinEnergy); if(delta) { - aParticleChange.SetNumberOfSecondaries(1); - aParticleChange.AddSecondary(delta); + fParticleChange.SetNumberOfSecondaries(1); + fParticleChange.AddSecondary(delta); G4ThreeVector finalP = dp->GetMomentum(); kinEnergy -= delta->GetKineticEnergy(); - aParticleChange.SetChargeChange(EffectiveCharge(currentParticle,theMaterial,kinEnergy)); + fParticleChange.SetProposedCharge(EffectiveCharge(currentParticle,theMaterial,kinEnergy)); finalP -= delta->GetMomentum(); finalP = finalP.unit(); - aParticleChange.SetMomentumDirectionChange(finalP); + fParticleChange.SetProposedMomentumDirection(finalP); } } diff --git a/source/processes/electromagnetic/standard/src/G4AnnihiToMuPair.cc b/source/processes/electromagnetic/standard/src/G4AnnihiToMuPair.cc index b1c8a74bee..7f2aabab45 100644 --- a/source/processes/electromagnetic/standard/src/G4AnnihiToMuPair.cc +++ b/source/processes/electromagnetic/standard/src/G4AnnihiToMuPair.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4AnnihiToMuPair.cc,v 1.2 2003/02/04 11:08:42 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4AnnihiToMuPair.cc,v 1.3 2004/03/10 16:48:45 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------ G4AnnihiToMuPair physics process ------ // by H.Burkhardt, S. Kelner and R. Kokoulin, November 2002 @@ -50,8 +50,8 @@ // constructor -G4AnnihiToMuPair::G4AnnihiToMuPair(const G4String& processName) - : G4VDiscreteProcess (processName) +G4AnnihiToMuPair::G4AnnihiToMuPair(const G4String& processName, + G4ProcessType type):G4VDiscreteProcess (processName, type) { //e+ Energy threshold const G4double Mu_massc2 = G4MuonPlus::MuonPlus()->GetPDGMass(); diff --git a/source/processes/electromagnetic/standard/src/G4ComptonScattering.cc b/source/processes/electromagnetic/standard/src/G4ComptonScattering.cc index 3d657d1893..d10c4391b1 100644 --- a/source/processes/electromagnetic/standard/src/G4ComptonScattering.cc +++ b/source/processes/electromagnetic/standard/src/G4ComptonScattering.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ComptonScattering.cc,v 1.17 2003/06/16 17:02:08 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ComptonScattering.cc,v 1.18 2004/03/10 16:48:45 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // //------------ G4ComptonScattering physics process ----------------------------- @@ -57,8 +57,8 @@ // constructor -G4ComptonScattering::G4ComptonScattering(const G4String& processName) - : G4VDiscreteProcess (processName), +G4ComptonScattering::G4ComptonScattering(const G4String& processName, + G4ProcessType type):G4VDiscreteProcess (processName, type), theCrossSectionTable(NULL), theMeanFreePathTable(NULL), LowestEnergyLimit ( 1*keV), diff --git a/source/processes/electromagnetic/standard/src/G4GammaConversion.cc b/source/processes/electromagnetic/standard/src/G4GammaConversion.cc index d2e73bc9f7..e2785dcac1 100644 --- a/source/processes/electromagnetic/standard/src/G4GammaConversion.cc +++ b/source/processes/electromagnetic/standard/src/G4GammaConversion.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4GammaConversion.cc,v 1.18 2003/06/16 17:02:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4GammaConversion.cc,v 1.19 2004/03/10 16:48:45 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // //------------------ G4GammaConversion physics process ------------------------- // by Michel Maire, 24 May 1996 @@ -64,8 +64,8 @@ // constructor -G4GammaConversion::G4GammaConversion(const G4String& processName) - : G4VDiscreteProcess (processName), // initialization +G4GammaConversion::G4GammaConversion(const G4String& processName, + G4ProcessType type):G4VDiscreteProcess (processName, type), theCrossSectionTable(NULL), theMeanFreePathTable(NULL), LowestEnergyLimit (2*electron_mass_c2), diff --git a/source/processes/electromagnetic/standard/src/G4GammaConversionToMuons.cc b/source/processes/electromagnetic/standard/src/G4GammaConversionToMuons.cc index c69e810975..3f31912c79 100644 --- a/source/processes/electromagnetic/standard/src/G4GammaConversionToMuons.cc +++ b/source/processes/electromagnetic/standard/src/G4GammaConversionToMuons.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4GammaConversionToMuons.cc,v 1.4 2002/08/07 10:53:25 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4GammaConversionToMuons.cc,v 1.5 2004/03/10 16:48:45 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------ G4GammaConversionToMuons physics process ------ // by H.Burkhardt, S. Kelner and R. Kokoulin, April 2002 @@ -41,8 +41,8 @@ // constructor -G4GammaConversionToMuons::G4GammaConversionToMuons(const G4String& processName) - : G4VDiscreteProcess (processName), +G4GammaConversionToMuons::G4GammaConversionToMuons(const G4String& processName, + G4ProcessType type):G4VDiscreteProcess (processName, type), LowestEnergyLimit (4*G4MuonPlus::MuonPlus()->GetPDGMass()), // 4*Mmuon HighestEnergyLimit(1e21*eV), // ok to 1e21eV=1e12GeV, then LPM suppression CrossSecFactor(1.) diff --git a/source/processes/electromagnetic/standard/src/G4MollerBhabhaModel.cc b/source/processes/electromagnetic/standard/src/G4MollerBhabhaModel.cc index 558187f1b9..c6560c61f6 100644 --- a/source/processes/electromagnetic/standard/src/G4MollerBhabhaModel.cc +++ b/source/processes/electromagnetic/standard/src/G4MollerBhabhaModel.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4MollerBhabhaModel.cc,v 1.11 2003/07/21 12:52:23 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4MollerBhabhaModel.cc,v 1.14 2003/11/19 19:38:46 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -264,7 +264,7 @@ G4DynamicParticle* G4MollerBhabhaModel::SampleSecondary( G4double maxEnergy) { G4double tmax = std::min(maxEnergy, MaxSecondaryEnergy(dp)); - if(tmin >= tmax) return 0; + if(tmin > tmax) tmin = tmax; G4double kineticEnergy = dp->GetKineticEnergy(); G4double energy = kineticEnergy + electron_mass_c2; @@ -358,11 +358,7 @@ G4DynamicParticle* G4MollerBhabhaModel::SampleSecondary( deltaDirection.rotateUz(momentum); // create G4DynamicParticle object for delta ray - G4DynamicParticle* delta = new G4DynamicParticle(); - delta->SetDefinition(theElectron); - delta->SetKineticEnergy(deltaKinEnergy); - delta->SetMomentumDirection(deltaDirection); - + G4DynamicParticle* delta = new G4DynamicParticle(theElectron,deltaDirection,deltaKinEnergy); return delta; } diff --git a/source/processes/electromagnetic/standard/src/G4PAIModel.cc b/source/processes/electromagnetic/standard/src/G4PAIModel.cc index cf1d60fca7..9015f345f4 100644 --- a/source/processes/electromagnetic/standard/src/G4PAIModel.cc +++ b/source/processes/electromagnetic/standard/src/G4PAIModel.cc @@ -48,22 +48,15 @@ #include "G4DynamicParticle.hh" #include "G4ParticleDefinition.hh" -const G4double G4PAIModel::fLowestKineticEnergy = 10.0*keV ; // 100.0*MeV ; -const G4double G4PAIModel::fHighestKineticEnergy = 100.*TeV ; // 1000.0*MeV ; -G4int G4PAIModel::fTotBin = 200 ; // 50 -G4int G4PAIModel::fMeanNumber = 20 ; // 50 for dispersion - - // create physics vector and fill it - -G4PhysicsLogVector* -G4PAIModel::fProtonEnergyVector = new G4PhysicsLogVector(fLowestKineticEnergy, - fHighestKineticEnergy, - fTotBin); //////////////////////////////////////////////////////////////////////// G4PAIModel::G4PAIModel(const G4ParticleDefinition* p, const G4String& nam) : G4VEmModel(nam),G4VEmFluctuationModel(nam), + fLowestKineticEnergy(10.0*keV), + fHighestKineticEnergy(100.*TeV), + fTotBin(200), + fMeanNumber(20), fParticle(0), fHighKinEnergy(100.*TeV), fLowKinEnergy(2.0*MeV), @@ -72,26 +65,38 @@ G4PAIModel::G4PAIModel(const G4ParticleDefinition* p, const G4String& nam) fTaulim(8.4146e-3) { if(p) SetParticle(p); + fProtonEnergyVector = new G4PhysicsLogVector(fLowestKineticEnergy, + fHighestKineticEnergy, + fTotBin); + fPAItransferBank = 0; + fPAIdEdxTable = 0; + fSandiaPhotoAbsCof = 0; + fdEdxVector = 0; + fLambdaVector = 0; + fdNdxCutVector = 0; } //////////////////////////////////////////////////////////////////////////// G4PAIModel::~G4PAIModel() { - // delete member used ??? - if(fdEdxVector) delete fdEdxVector ; - if ( fLambdaVector) delete fLambdaVector; - if ( fdNdxCutVector) delete fdNdxCutVector; - if( fPAItransferBank ) - { + if(fProtonEnergyVector) delete fProtonEnergyVector; + if(fdEdxVector) delete fdEdxVector ; + if ( fLambdaVector) delete fLambdaVector; + if ( fdNdxCutVector) delete fdNdxCutVector; + if( fPAItransferBank ) + { fPAItransferBank->clearAndDestroy(); delete fPAItransferBank ; - } - for(G4int i=0;i::const_iterator matIter = curReg->GetMaterialIterator(); - size_t jMat, numOfMat = curReg->GetNumberOfMaterials(); + size_t jMat; + size_t numOfMat = curReg->GetNumberOfMaterials(); // for(size_t jMat = 0; jMat < curReg->GetNumberOfMaterials();++jMat){} + const G4MaterialTable* theMaterialTable = G4Material::GetMaterialTable(); + size_t numberOfMat = G4Material::GetNumberOfMaterials(); for(jMat = 0 ; jMat < numOfMat; ++jMat) // region material loop { @@ -167,13 +175,10 @@ void G4PAIModel::Initialise(const G4ParticleDefinition* p, GetMaterialCutsCouple( *matIter, curReg->GetProductionCuts() ); fMaterialCutsCoupleVector.push_back(matCouple); - static const G4MaterialTable* theMaterialTable = - G4Material::GetMaterialTable(); - size_t numberOfMat = G4Material::GetNumberOfMaterials(); size_t iMatGlob; for(iMatGlob = 0 ; iMatGlob < numberOfMat ; iMatGlob++ ) { - if( *matIter == (*theMaterialTable)[iMatGlob]) break ; + if( *matIter == (*theMaterialTable)[iMatGlob]) break ; } fMatIndex = iMatGlob; @@ -205,9 +210,11 @@ void G4PAIModel::ComputeSandiaPhotoAbsCof() GetNumberOfElements(); G4int* thisMaterialZ = new G4int[numberOfElements] ; - for(i=0;iGetElement(i)->GetZ() ; - + } fSandiaIntervalNumber = thisMaterialSandiaTable.SandiaIntervals (thisMaterialZ,numberOfElements) ; @@ -231,7 +238,7 @@ void G4PAIModel::ComputeSandiaPhotoAbsCof() (*theMaterialTable)[fMatIndex]->GetDensity() ; } } - delete[] thisMaterialZ ; + // delete[] thisMaterialZ ; } //////////////////////////////////////////////////////////////////////////// @@ -245,8 +252,8 @@ G4PAIModel::BuildPAIonisationTable() { G4double LowEdgeEnergy , ionloss ; G4double massRatio, tau, Tmax, Tmin, Tkin, deltaLow, gamma, bg2 ; - /* - if( fPAItransferBank ) + /* + if( fPAItransferBank ) { fPAItransferBank->clearAndDestroy() ; delete fPAItransferBank ; @@ -254,20 +261,20 @@ G4PAIModel::BuildPAIonisationTable() */ fPAItransferBank = new G4PhysicsTable(fTotBin); /* - if( fPAIdEdxTable ) + if( fPAIdEdxTable ) { fPAIdEdxTable->clearAndDestroy() ; delete fPAIdEdxTable ; } */ fPAIdEdxTable = new G4PhysicsTable(fTotBin); - + // if(fdEdxVector) delete fdEdxVector ; - fdEdxVector = new G4PhysicsLogVector( fLowestKineticEnergy, + fdEdxVector = new G4PhysicsLogVector( fLowestKineticEnergy, fHighestKineticEnergy, - fTotBin ) ; + fTotBin ) ; Tmin = fSandiaPhotoAbsCof[0][0] ; // low energy Sandia interval - deltaLow = 0.5*eV ; + deltaLow = 0.5*eV ; for (G4int i = 0 ; i < fTotBin ; i++) //The loop for the kinetic energy { @@ -347,23 +354,25 @@ G4PAIModel::BuildLambdaVector(const G4MaterialCutsCouple* matCutsCouple) const G4ProductionCutsTable* theCoupleTable= G4ProductionCutsTable::GetProductionCutsTable(); - size_t numOfCouples = theCoupleTable->GetTableSize(), jMatCC; + size_t numOfCouples = theCoupleTable->GetTableSize(); + size_t jMatCC; + for (jMatCC = 0 ; jMatCC < numOfCouples ; jMatCC++ ) { if( matCutsCouple == theCoupleTable->GetMaterialCutsCouple(jMatCC) ) break; - } - + } + if( jMatCC == numOfCouples && jMatCC > 0 ) jMatCC--; const std::vector* deltaCutInKineticEnergy = theCoupleTable-> GetEnergyCutsVector(idxG4ElectronCut); if (fLambdaVector) delete fLambdaVector; if (fdNdxCutVector) delete fdNdxCutVector; - - fLambdaVector = new G4PhysicsLogVector( fLowestKineticEnergy, + + fLambdaVector = new G4PhysicsLogVector( fLowestKineticEnergy, fHighestKineticEnergy, fTotBin ) ; - fdNdxCutVector = new G4PhysicsLogVector( fLowestKineticEnergy, + fdNdxCutVector = new G4PhysicsLogVector( fLowestKineticEnergy, fHighestKineticEnergy, fTotBin ) ; G4double deltaCutInKineticEnergyNow = (*deltaCutInKineticEnergy)[jMatCC] ; @@ -373,14 +382,14 @@ G4PAIModel::BuildLambdaVector(const G4MaterialCutsCouple* matCutsCouple) for ( i = 0 ; i < fTotBin ; i++ ) { - dNdxCut = GetdNdxCut(i,deltaCutInKineticEnergyNow) ; - lambda = dNdxCut <= DBL_MIN ? DBL_MAX: 1.0/dNdxCut ; - - if (lambda <= 1000*kCarTolerance) lambda = 1000*kCarTolerance ; // Mmm ??? + dNdxCut = GetdNdxCut(i,deltaCutInKineticEnergyNow) ; + lambda = dNdxCut <= DBL_MIN ? DBL_MAX: 1.0/dNdxCut ; + + if (lambda <= 1000*kCarTolerance) lambda = 1000*kCarTolerance ; // Mmm ??? fLambdaVector->PutValue(i, lambda) ; fdNdxCutVector->PutValue(i, dNdxCut) ; - } + } } /////////////////////////////////////////////////////////////////////// @@ -485,6 +494,8 @@ G4double G4PAIModel::ComputeDEDX(const G4MaterialCutsCouple* matCC, { if( matCC == fMaterialCutsCoupleVector[jMat] ) break; } + if(jMat == fMaterialCutsCoupleVector.size() && jMat > 0) jMat--; + fPAIdEdxTable = fPAIdEdxBank[jMat]; fdEdxVector = fdEdxTable[jMat]; for(iTkin = 0 ; iTkin < fTotBin ; iTkin++) @@ -518,6 +529,8 @@ G4double G4PAIModel::CrossSection( const G4MaterialCutsCouple* matCC, { if( matCC == fMaterialCutsCoupleVector[jMat] ) break; } + if(jMat == fMaterialCutsCoupleVector.size() && jMat > 0) jMat--; + fPAItransferBank = fPAIxscBank[jMat]; for(iTkin = 0 ; iTkin < fTotBin ; iTkin++) @@ -526,6 +539,7 @@ G4double G4PAIModel::CrossSection( const G4MaterialCutsCouple* matCC, } iPlace = iTkin - 1; if(iPlace < 0) iPlace = 0; + cross1 = GetdNdxCut(iPlace,tmax) ; cross2 = GetdNdxCut(iPlace,cutEnergy) ; cross = (cross2-cross1)*charge2; @@ -549,6 +563,8 @@ G4PAIModel::SampleSecondary( const G4MaterialCutsCouple* matCC, { if( matCC == fMaterialCutsCoupleVector[jMat] ) break; } + if(jMat == fMaterialCutsCoupleVector.size() && jMat > 0) jMat--; + fPAItransferBank = fPAIxscBank[jMat]; fdNdxCutVector = fdNdxCutTable[jMat]; @@ -608,6 +624,7 @@ G4PAIModel::GetPostStepTransfer( G4double scaledTkin ) if(scaledTkin < fProtonEnergyVector->GetLowEdgeEnergy(iTkin)) break ; } iPlace = iTkin - 1 ; + if(iPlace < 0) iPlace = 0; dNdxCut1 = (*fdNdxCutVector)(iPlace) ; // G4cout<<"iPlace = "<GetVectorLength()); iTransfer++ ) { if( position >= - ( (*(*fPAItransferBank)(iPlace))(iTransfer)*W1 + + ( (*(*fPAItransferBank)(iPlace))(iTransfer)*W1 + (*(*fPAItransferBank)(iPlace+1))(iTransfer)*W2) ) break ; } transfer = GetEnergyTransfer(iPlace,position,iTransfer); @@ -731,6 +748,8 @@ G4double G4PAIModel::SampleFluctuations( const G4Material* material, { if( material == fMaterialCutsCoupleVector[jMat]->GetMaterial() ) break; } + if(jMat == fMaterialCutsCoupleVector.size() && jMat > 0) jMat--; + fPAItransferBank = fPAIxscBank[jMat]; fdNdxCutVector = fdNdxCutTable[jMat]; diff --git a/source/processes/electromagnetic/standard/src/G4PAIonisation.cc b/source/processes/electromagnetic/standard/src/G4PAIonisation.cc index c246ac8141..133474a597 100644 --- a/source/processes/electromagnetic/standard/src/G4PAIonisation.cc +++ b/source/processes/electromagnetic/standard/src/G4PAIonisation.cc @@ -92,7 +92,12 @@ G4PAIonisation::G4PAIonisation( const G4String& materialName, theElectron ( G4Electron::Electron() ) { G4int iMat ; - theMeanFreePathTable = NULL; + theLossTable = 0; + theMeanFreePathTable = 0; + fLambdaVector = 0; + fdNdxCutVector = 0; + fdEdxVector = 0; + fPAItransferBank = 0; static const G4MaterialTable* theMaterialTable = G4Material::GetMaterialTable(); G4int numberOfMat = G4Material::GetNumberOfMaterials() ; @@ -272,19 +277,19 @@ G4PAIonisation::BuildPAIonisationTable() } theLossTable = new G4PhysicsTable(1); - - if( fPAItransferBank ) + + if( fPAItransferBank ) { fPAItransferBank->clearAndDestroy() ; delete fPAItransferBank ; } fPAItransferBank = new G4PhysicsTable(TotBin); - + //create physics dE/dx vector then fill it .... - + if(fdEdxVector) delete fdEdxVector ; - fdEdxVector = new G4PhysicsLogVector( LowestKineticEnergy, + fdEdxVector = new G4PhysicsLogVector( LowestKineticEnergy, HighestKineticEnergy, TotBin ) ; @@ -376,41 +381,45 @@ G4PAIonisation::BuildLambdaTable(const G4ParticleDefinition&) G4ProductionCutsTable::GetProductionCutsTable(); // size_t numOfCouples = theCoupleTable->GetTableSize(); - - if (theMeanFreePathTable) + + if (theMeanFreePathTable) { theMeanFreePathTable->clearAndDestroy(); delete theMeanFreePathTable; } theMeanFreePathTable = new G4PhysicsTable(1); - DeltaCutInKineticEnergy = theCoupleTable->GetEnergyCutsVector(idxG4ElectronCut); + const std::vector* deltaCutInKineticEnergy = + theCoupleTable->GetEnergyCutsVector(idxG4ElectronCut); if (fLambdaVector) delete fLambdaVector; if (fdNdxCutVector) delete fdNdxCutVector; - - fLambdaVector = new G4PhysicsLogVector( LowestKineticEnergy, + + fLambdaVector = new G4PhysicsLogVector( LowestKineticEnergy, HighestKineticEnergy, TotBin ) ; - fdNdxCutVector = new G4PhysicsLogVector( LowestKineticEnergy, + fdNdxCutVector = new G4PhysicsLogVector( LowestKineticEnergy, HighestKineticEnergy, TotBin ) ; // DeltaCutInKineticEnergyNow = (*DeltaCutInKineticEnergy)[fMatIndex] ; - DeltaCutInKineticEnergyNow = (*DeltaCutInKineticEnergy)[fMatCutsIndex] ; + // DeltaCutInKineticEnergyNow = (*DeltaCutInKineticEnergy)[fMatCutsIndex] ; + // DeltaCutInKineticEnergyNow = fSandiaPhotoAbsCof[0][0] ; // low energy Sandia ?? + + G4double deltaCutInKineticEnergyNow = (*deltaCutInKineticEnergy)[fMatCutsIndex] ; G4cout<<"PAI DeltaCutInKineticEnergyNow = " - <PutValue(i, lambda) ; fdNdxCutVector->PutValue(i, dNdxCut) ; } - theMeanFreePathTable->insert(fLambdaVector); + theMeanFreePathTable->insert(fLambdaVector); } //////////////////////////////////////////////////////////////////////////// diff --git a/source/processes/electromagnetic/standard/src/G4PAIxSection.cc b/source/processes/electromagnetic/standard/src/G4PAIxSection.cc index 50becdcee9..b535893462 100644 --- a/source/processes/electromagnetic/standard/src/G4PAIxSection.cc +++ b/source/processes/electromagnetic/standard/src/G4PAIxSection.cc @@ -22,7 +22,7 @@ // // // $Id: G4PAIxSection.cc,v 1.17 2003/10/19 15:21:22 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4PAIxSection.cc -- class implementation file diff --git a/source/processes/electromagnetic/standard/src/G4PhotoElectricEffect.cc b/source/processes/electromagnetic/standard/src/G4PhotoElectricEffect.cc index feaa3d6c45..d573271b90 100644 --- a/source/processes/electromagnetic/standard/src/G4PhotoElectricEffect.cc +++ b/source/processes/electromagnetic/standard/src/G4PhotoElectricEffect.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4PhotoElectricEffect.cc,v 1.29 2003/06/16 17:02:11 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4PhotoElectricEffect.cc,v 1.30 2004/03/10 16:48:46 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -68,8 +68,8 @@ // constructor -G4PhotoElectricEffect::G4PhotoElectricEffect(const G4String& processName) - : G4VDiscreteProcess (processName), +G4PhotoElectricEffect::G4PhotoElectricEffect(const G4String& processName, + G4ProcessType type):G4VDiscreteProcess (processName, type), fminimalEnergy(1*eV) { PrintInfoDefinition();} diff --git a/source/processes/electromagnetic/standard/src/G4PolarizedComptonScattering.cc b/source/processes/electromagnetic/standard/src/G4PolarizedComptonScattering.cc index 4d34c5aba1..16a7d4d8a2 100644 --- a/source/processes/electromagnetic/standard/src/G4PolarizedComptonScattering.cc +++ b/source/processes/electromagnetic/standard/src/G4PolarizedComptonScattering.cc @@ -22,7 +22,7 @@ // // // $Id: G4PolarizedComptonScattering.cc,v 1.10 2003/05/26 16:13:14 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //---------- G4PolarizedComptonScattering physics process ---------------------- diff --git a/source/processes/electromagnetic/standard/src/G4SynchrotronRadiation.cc b/source/processes/electromagnetic/standard/src/G4SynchrotronRadiation.cc index 20bfe52641..198103936f 100644 --- a/source/processes/electromagnetic/standard/src/G4SynchrotronRadiation.cc +++ b/source/processes/electromagnetic/standard/src/G4SynchrotronRadiation.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4SynchrotronRadiation.cc,v 1.8 2003/05/26 16:13:15 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4SynchrotronRadiation.cc,v 1.9 2004/03/10 16:48:46 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // -------------------------------------------------------------- // GEANT 4 class implementation file @@ -45,9 +45,8 @@ // Constructor // -G4SynchrotronRadiation::G4SynchrotronRadiation(const G4String& processName) - - : G4VDiscreteProcess(processName), // initialization +G4SynchrotronRadiation::G4SynchrotronRadiation(const G4String& processName, + G4ProcessType type):G4VDiscreteProcess (processName, type), LowestKineticEnergy (10.*keV), HighestKineticEnergy (100.*TeV), TotBin(200), diff --git a/source/processes/electromagnetic/standard/src/G4VPAIenergyLoss.cc b/source/processes/electromagnetic/standard/src/G4VPAIenergyLoss.cc index 3e97194b4b..b3555918a3 100644 --- a/source/processes/electromagnetic/standard/src/G4VPAIenergyLoss.cc +++ b/source/processes/electromagnetic/standard/src/G4VPAIenergyLoss.cc @@ -22,7 +22,7 @@ // // // $Id: G4VPAIenergyLoss.cc,v 1.7 2003/03/10 12:22:02 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ----------------------------------------------------------- // GEANT 4 class implementation file diff --git a/source/processes/electromagnetic/standard/src/G4VeEnergyLoss.cc b/source/processes/electromagnetic/standard/src/G4VeEnergyLoss.cc index 7c2234e3ab..35a1915817 100644 --- a/source/processes/electromagnetic/standard/src/G4VeEnergyLoss.cc +++ b/source/processes/electromagnetic/standard/src/G4VeEnergyLoss.cc @@ -22,7 +22,7 @@ // // // $Id: G4VeEnergyLoss.cc,v 1.32 2003/06/16 17:02:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ----------------------------------------------------------------------------- diff --git a/source/processes/electromagnetic/standard/src/G4VhEnergyLoss.cc b/source/processes/electromagnetic/standard/src/G4VhEnergyLoss.cc index 8b9d93f0a1..23e2cb0e95 100644 --- a/source/processes/electromagnetic/standard/src/G4VhEnergyLoss.cc +++ b/source/processes/electromagnetic/standard/src/G4VhEnergyLoss.cc @@ -22,7 +22,7 @@ // // // $Id: G4VhEnergyLoss.cc,v 1.46 2003/06/16 17:02:13 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ----------------------------------------------------------------------------- diff --git a/source/processes/electromagnetic/standard/src/G4eBremsstrahlung.cc b/source/processes/electromagnetic/standard/src/G4eBremsstrahlung.cc index e92ea10d4c..b995792d82 100644 --- a/source/processes/electromagnetic/standard/src/G4eBremsstrahlung.cc +++ b/source/processes/electromagnetic/standard/src/G4eBremsstrahlung.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4eBremsstrahlung.cc,v 1.37 2003/11/12 16:23:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/standard/src/G4eBremsstrahlung52.cc b/source/processes/electromagnetic/standard/src/G4eBremsstrahlung52.cc index bbd677bb99..dae2555fe6 100644 --- a/source/processes/electromagnetic/standard/src/G4eBremsstrahlung52.cc +++ b/source/processes/electromagnetic/standard/src/G4eBremsstrahlung52.cc @@ -22,7 +22,7 @@ // // // $Id: G4eBremsstrahlung52.cc,v 1.1 2003/08/08 11:30:02 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------ G4eBremsstrahlung52 physics process -------- diff --git a/source/processes/electromagnetic/standard/src/G4eBremsstrahlungModel.cc b/source/processes/electromagnetic/standard/src/G4eBremsstrahlungModel.cc index 0777a48fe9..83553c2ea8 100644 --- a/source/processes/electromagnetic/standard/src/G4eBremsstrahlungModel.cc +++ b/source/processes/electromagnetic/standard/src/G4eBremsstrahlungModel.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4eBremsstrahlungModel.cc,v 1.14 2003/07/21 12:52:23 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4eBremsstrahlungModel.cc,v 1.15 2003/11/20 18:22:31 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -624,7 +624,7 @@ G4DynamicParticle* G4eBremsstrahlungModel::SampleSecondary( const G4MaterialCutsCouple* couple, const G4DynamicParticle* dp, G4double tmin, - G4double tmax) + G4double maxEnergy) // The emitted gamma energy is sampled using a parametrized formula from L. Urban. // This parametrization is derived from : // cross-section values of Seltzer and Berger for electron energies 1 keV - 10 GeV, @@ -638,8 +638,8 @@ G4DynamicParticle* G4eBremsstrahlungModel::SampleSecondary( // (Nuc Phys 20(1960),15). { G4double kineticEnergy = dp->GetKineticEnergy(); - // G4double tmax = std::min(maxEnergy, kineticEnergy); - // if(tmin >= tmax) tmin = tmax; + G4double tmax = std::min(maxEnergy, kineticEnergy); + if(tmin > tmax) tmin = tmax; // // GEANT4 internal units. @@ -822,10 +822,7 @@ G4DynamicParticle* G4eBremsstrahlungModel::SampleSecondary( gammaDirection.rotateUz(direction); // create G4DynamicParticle object for the Gamma - G4DynamicParticle* g = new G4DynamicParticle(); - g->SetDefinition(G4Gamma::Gamma()); - g->SetKineticEnergy(gammaEnergy); - g->SetMomentumDirection(gammaDirection); + G4DynamicParticle* g = new G4DynamicParticle(G4Gamma::Gamma(),gammaDirection,gammaEnergy); return g; } diff --git a/source/processes/electromagnetic/standard/src/G4eIonisation.cc b/source/processes/electromagnetic/standard/src/G4eIonisation.cc index a3356a9b37..42deaca098 100644 --- a/source/processes/electromagnetic/standard/src/G4eIonisation.cc +++ b/source/processes/electromagnetic/standard/src/G4eIonisation.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4eIonisation.cc,v 1.37 2003/11/12 16:23:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/standard/src/G4eIonisation52.cc b/source/processes/electromagnetic/standard/src/G4eIonisation52.cc index 7785a24048..7f568d71e6 100644 --- a/source/processes/electromagnetic/standard/src/G4eIonisation52.cc +++ b/source/processes/electromagnetic/standard/src/G4eIonisation52.cc @@ -22,7 +22,7 @@ // // // $Id: G4eIonisation52.cc,v 1.1 2003/08/08 11:30:02 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //--------------- G4eIonisation52 physics process -------------------------------- // by Laszlo Urban, 20 March 1997 diff --git a/source/processes/electromagnetic/standard/src/G4eplusAnnihilation.cc b/source/processes/electromagnetic/standard/src/G4eplusAnnihilation.cc index 36cfcb21d1..dd0687b560 100644 --- a/source/processes/electromagnetic/standard/src/G4eplusAnnihilation.cc +++ b/source/processes/electromagnetic/standard/src/G4eplusAnnihilation.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4eplusAnnihilation.cc,v 1.15 2003/05/26 16:13:15 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4eplusAnnihilation.cc,v 1.16 2004/03/10 16:48:46 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -49,8 +49,8 @@ // constructor -G4eplusAnnihilation::G4eplusAnnihilation(const G4String& processName) - : G4VRestDiscreteProcess (processName), +G4eplusAnnihilation::G4eplusAnnihilation(const G4String& processName, + G4ProcessType type):G4VRestDiscreteProcess (processName, type), theCrossSectionTable(NULL), theMeanFreePathTable(NULL), LowestEnergyLimit (10*keV), diff --git a/source/processes/electromagnetic/standard/src/G4hIonisation.cc b/source/processes/electromagnetic/standard/src/G4hIonisation.cc index 062d108c37..f84e34cd39 100644 --- a/source/processes/electromagnetic/standard/src/G4hIonisation.cc +++ b/source/processes/electromagnetic/standard/src/G4hIonisation.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4hIonisation.cc,v 1.50 2003/11/12 16:23:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/standard/src/G4hIonisation52.cc b/source/processes/electromagnetic/standard/src/G4hIonisation52.cc index db21a375d8..3b23c6b4cf 100644 --- a/source/processes/electromagnetic/standard/src/G4hIonisation52.cc +++ b/source/processes/electromagnetic/standard/src/G4hIonisation52.cc @@ -22,7 +22,7 @@ // // // $Id: G4hIonisation52.cc,v 1.1 2003/08/08 11:30:02 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //---------------- G4hIonisation52 physics process ------------------------------- // by Laszlo Urban, 30 May 1997 diff --git a/source/processes/electromagnetic/standard/src/G4ionIonisation.cc b/source/processes/electromagnetic/standard/src/G4ionIonisation.cc index 824b19b28e..e635313308 100644 --- a/source/processes/electromagnetic/standard/src/G4ionIonisation.cc +++ b/source/processes/electromagnetic/standard/src/G4ionIonisation.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4ionIonisation.cc,v 1.21 2003/11/12 16:23:42 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/utils/History b/source/processes/electromagnetic/utils/History index a5b3b4c3aa..6bbf121247 100644 --- a/source/processes/electromagnetic/utils/History +++ b/source/processes/electromagnetic/utils/History @@ -1,4 +1,4 @@ -$Id: History,v 1.129 2003/11/26 16:09:26 vnivanch Exp $ +$Id: History,v 1.141 2004/03/15 12:15:03 maire Exp $ ------------------------------------------------------------------- ========================================================= @@ -16,6 +16,59 @@ committal in the CVS repository ! ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +15 March 04: mma (utils-V06-00-08) + +12 March 04: V.Ivant +- G4VEnergyLossProcess: put back lowestKinEnergy = 1.*eV; + +10 March 04: V.Ivant +- G4LossTableManager.cc: fix a problem of Precise Range table +- G4VEnergyLossProcess: fix problem of step limit calculation + +10 March 04: L.Urban +- G4MscModel: changes in data members, + corrections in GeomPathLength,TrueStepLength, SampleCosineTheta + +06 March 04: V.Ivant (utils-V06-00-07) +- fix a bug in link at SUN + +01 March 04: V.Ivant (utils-V06-00-06) +- fixes of bugs coming with transition to model variant of msc + and simplifications of calculation of energy dependence of internal + parameters (L.Urban) + + +27 Feb 04: V.Ivant (utils-V06-00-05) +- fix problem of ionisation in air with low pressure 10^-4 Atm +- add G4EmProcessOptions class +- update calculation of energy from range + +17 Feb 04: V.Ivant (utils-V06-00-04) +- murge the patch and development tag +- minor cleanup in ionisation models + +06 Feb 04: V.Ivant (utils-a-V06-00-00) +- The tag on top of utils-V06-00-00 for the patch include: +- Fix problem of destruction of PAI model +- Fix a bug responsibile for mess in cross section of delta-electron + production by muons +- Add protection for small edep in G4UniversalFluctuations + +27 Jan 04: V.Ivant (utils-V06-00-03) +- Fix problem of destruction of PAI model + +26 Jan 04: V.Ivant (utils-V06-00-02) +- Fix a bug responsibile for mess in cross section of delta-electron + production by muons + +22 Jan 04: V.Ivant (utils-V06-00-01) +- Migrade to G4ParticleChangeForLoss + +14 Jan 04: V.Ivant (utils-V06-00-00) +- Activate precise range calculation +- Add Set methods to G4LossTablemanager to define: binning, maxEnergy for muon + tables, maxEnergy for precise range. 26 Nov 03: V.Ivant (utils-V05-02-17) - Close precise range feature for the time being diff --git a/source/processes/electromagnetic/utils/include/G4BetheBlochModel.hh b/source/processes/electromagnetic/utils/include/G4BetheBlochModel.hh index b3bdab2ef4..c4b8bf694a 100644 --- a/source/processes/electromagnetic/utils/include/G4BetheBlochModel.hh +++ b/source/processes/electromagnetic/utils/include/G4BetheBlochModel.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4BetheBlochModel.hh,v 1.9 2003/11/12 10:24:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4BetheBlochModel.hh,v 1.10 2004/02/15 17:08:49 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -136,10 +136,10 @@ inline G4double G4BetheBlochModel::MaxSecondaryEnergy( G4double kinEnergy) { if(isIon) SetParticle(pd); - G4double gamma= kinEnergy/mass + 1.0; - G4double tmax = 2.0*electron_mass_c2*(gamma*gamma - 1.) / - (1. + 2.0*gamma*ratio + ratio*ratio); - + G4double tau = kinEnergy/mass; + G4double tmax = 2.0*electron_mass_c2*tau*(tau + 2.) / + (1. + 2.0*(tau + 1.)*ratio + ratio*ratio); + return tmax; } @@ -151,11 +151,10 @@ inline G4double G4BetheBlochModel::MaxSecondaryEnergy(const G4DynamicParticle* d mass = dp->GetMass(); ratio = electron_mass_c2/mass; } - G4double kineticEnergy = dp->GetKineticEnergy(); - G4double gamma= kineticEnergy/mass + 1.0; - G4double tmax = 2.0*electron_mass_c2*(gamma*gamma - 1.) / - (1. + 2.0*gamma*ratio + ratio*ratio); - + G4double tau = dp->GetKineticEnergy()/mass; + G4double tmax = 2.0*electron_mass_c2*tau*(tau + 2.) / + (1. + 2.0*(tau + 1.)*ratio + ratio*ratio); + return tmax; } diff --git a/source/processes/electromagnetic/utils/include/G4BohrFluctuations.hh b/source/processes/electromagnetic/utils/include/G4BohrFluctuations.hh index 73aa47ce25..283f40895a 100644 --- a/source/processes/electromagnetic/utils/include/G4BohrFluctuations.hh +++ b/source/processes/electromagnetic/utils/include/G4BohrFluctuations.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4BohrFluctuations.hh,v 1.5 2003/10/16 13:06:39 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/utils/include/G4BraggModel.hh b/source/processes/electromagnetic/utils/include/G4BraggModel.hh index b4ccb909a1..a35b6ad217 100644 --- a/source/processes/electromagnetic/utils/include/G4BraggModel.hh +++ b/source/processes/electromagnetic/utils/include/G4BraggModel.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4BraggModel.hh,v 1.10 2003/11/12 10:24:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4BraggModel.hh,v 1.11 2004/02/15 17:08:49 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -154,13 +154,12 @@ private: inline G4double G4BraggModel::MaxSecondaryEnergy( const G4ParticleDefinition* pd, - G4double kinEnergy) + G4double kinEnergy) { if(isIon) SetParticle(pd); - G4double gamma= kinEnergy/mass + 1.0; - G4double tmax = 2.0*electron_mass_c2*(gamma*gamma - 1.) / - (1. + 2.0*gamma*ratio + ratio*ratio); - + G4double tau = kinEnergy/mass; + G4double tmax = 2.0*electron_mass_c2*tau*(tau + 2.) / + (1. + 2.0*(tau + 1.)*ratio + ratio*ratio); return tmax; } @@ -172,10 +171,9 @@ inline G4double G4BraggModel::MaxSecondaryEnergy(const G4DynamicParticle* dp) mass = dp->GetMass(); ratio = electron_mass_c2/mass; } - G4double gamma= dp->GetKineticEnergy()/mass + 1.0; - G4double tmax = 2.0*electron_mass_c2*(gamma*gamma - 1.) / - (1. + 2.0*gamma*ratio + ratio*ratio); - + G4double tau = dp->GetKineticEnergy()/mass; + G4double tmax = 2.0*electron_mass_c2*tau*(tau + 2.) / + (1. + 2.0*(tau + 1.)*ratio + ratio*ratio); return tmax; } diff --git a/source/processes/electromagnetic/utils/include/G4EmModelManager.hh b/source/processes/electromagnetic/utils/include/G4EmModelManager.hh index fe6199cb90..45d919b8c9 100644 --- a/source/processes/electromagnetic/utils/include/G4EmModelManager.hh +++ b/source/processes/electromagnetic/utils/include/G4EmModelManager.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4EmModelManager.hh,v 1.13 2003/11/03 19:37:59 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/utils/include/G4EmProcessOptions.hh b/source/processes/electromagnetic/utils/include/G4EmProcessOptions.hh new file mode 100644 index 0000000000..3f2cb27a67 --- /dev/null +++ b/source/processes/electromagnetic/utils/include/G4EmProcessOptions.hh @@ -0,0 +1,104 @@ +// +// ******************************************************************** +// * DISCLAIMER * +// * * +// * The following disclaimer summarizes all the specific disclaimers * +// * of contributors to this software. The specific disclaimers,which * +// * govern, are listed with their locations in: * +// * http://cern.ch/geant4/license * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. * +// * * +// * This code implementation is the intellectual property of the * +// * GEANT4 collaboration. * +// * By copying, distributing or modifying the Program (or any work * +// * based on the Program) you indicate your acceptance of this * +// * statement, and all its terms. * +// ******************************************************************** +// +// $Id: G4EmProcessOptions.hh,v 1.1 2004/02/27 17:59:06 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ +// +// +// ------------------------------------------------------------------- +// +// GEANT4 Class header file +// +// +// File name: G4EmProcessOptions +// +// Author: Vladimir Ivanchenko +// +// Creation date: 27.02.2004 +// +// Modifications: +// +// +// Class Description: +// +// Provide options for EM processes + +// ------------------------------------------------------------------- +// + +#ifndef G4EmProcessOptions_h +#define G4EmProcessOptions_h 1 + +#include +#include "globals.hh" + +class G4LossTableManager; + +class G4EmProcessOptions +{ + +public: + + G4EmProcessOptions(); + + ~G4EmProcessOptions(); + + void SetLossFluctuations(G4bool val); + + void SetSubCutoff(G4bool val); + + void SetIntegral(G4bool val); + + void SetMinSubRange(G4double val); + + void SetMinEnergy(G4double val); + + void SetMaxEnergy(G4double val); + + void SetMaxEnergyForPreciseRange(G4double val); + + void SetMaxEnergyForMuons(G4double val); + + void SetDEDXBinning(G4int val); + + void SetDEDXBinningForPreciseRange(G4int val); + + void SetLambdaBinning(G4int val); + + void SetStepLimits(G4double v1, G4double v2); + + void SetBuildPreciseRange(G4bool val); + + void SetVerbose(G4int val, const G4String& name = "all"); + +private: + + G4EmProcessOptions & operator=(const G4EmProcessOptions &right); + G4EmProcessOptions(const G4EmProcessOptions&); + + G4LossTableManager* theManager; + +}; + +//....oooOO0OOooo.......oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/source/processes/electromagnetic/utils/include/G4EnergyLossMessenger.hh b/source/processes/electromagnetic/utils/include/G4EnergyLossMessenger.hh index 63a3dbb1c4..69a72ec4e9 100644 --- a/source/processes/electromagnetic/utils/include/G4EnergyLossMessenger.hh +++ b/source/processes/electromagnetic/utils/include/G4EnergyLossMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4EnergyLossMessenger.hh,v 1.8 2003/10/13 10:49:17 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Class Description: diff --git a/source/processes/electromagnetic/utils/include/G4EnergyLossTables.hh b/source/processes/electromagnetic/utils/include/G4EnergyLossTables.hh index 8a41f941b2..147e9b7ded 100644 --- a/source/processes/electromagnetic/utils/include/G4EnergyLossTables.hh +++ b/source/processes/electromagnetic/utils/include/G4EnergyLossTables.hh @@ -22,7 +22,7 @@ // // // $Id: G4EnergyLossTables.hh,v 1.18 2003/07/23 11:36:25 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // $Id: // diff --git a/source/processes/electromagnetic/utils/include/G4IonFluctuations.hh b/source/processes/electromagnetic/utils/include/G4IonFluctuations.hh index 73a74dd479..d9be233591 100644 --- a/source/processes/electromagnetic/utils/include/G4IonFluctuations.hh +++ b/source/processes/electromagnetic/utils/include/G4IonFluctuations.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4IonFluctuations.hh,v 1.6 2003/10/16 13:06:40 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/utils/include/G4LossTableBuilder.hh b/source/processes/electromagnetic/utils/include/G4LossTableBuilder.hh index 289ed4a1fc..7043675809 100644 --- a/source/processes/electromagnetic/utils/include/G4LossTableBuilder.hh +++ b/source/processes/electromagnetic/utils/include/G4LossTableBuilder.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4LossTableBuilder.hh,v 1.3 2003/07/21 12:52:06 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------------- diff --git a/source/processes/electromagnetic/utils/include/G4LossTableManager.hh b/source/processes/electromagnetic/utils/include/G4LossTableManager.hh index 779d13bef9..57356a9a07 100644 --- a/source/processes/electromagnetic/utils/include/G4LossTableManager.hh +++ b/source/processes/electromagnetic/utils/include/G4LossTableManager.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4LossTableManager.hh,v 1.19 2003/11/12 16:18:09 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4LossTableManager.hh,v 1.21 2004/02/27 17:54:48 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ------------------------------------------------------------------- @@ -48,6 +48,7 @@ // 05-10-03 Add G4VEmProcesses registration (V.Ivanchenko) // 17-10-03 Add SetParameters method (V.Ivanchenko) // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) +// 14-01-04 Activate precise range calculation (V.Ivanchenko) // // Class Description: // @@ -119,7 +120,7 @@ public: void Register(G4VMultipleScattering* p); void DeRegister(G4VMultipleScattering* p); - + void Register(G4VEmProcess* p); void DeRegister(G4VEmProcess* p); @@ -144,16 +145,32 @@ public: void SetMaxEnergy(G4double val); + void SetMaxEnergyForPreciseRange(G4double val); + + void SetMaxEnergyForMuons(G4double val); + + void SetDEDXBinning(G4int val); + + void SetDEDXBinningForPreciseRange(G4int val); + + void SetLambdaBinning(G4int val); + void SetStepLimits(G4double v1, G4double v2); void SetBuildPreciseRange(G4bool val); - + void SetVerbose(G4int val); G4EnergyLossMessenger* GetMessenger(); G4bool IsRecalcNeeded(const G4ParticleDefinition* aParticle); + const std::vector& GetEnergyLossProcessVector(); + + const std::vector& GetEmProcessVector(); + + const std::vector& GetMultipleScatteringVector(); + private: G4LossTableManager(); @@ -202,6 +219,7 @@ private: G4bool buildPreciseRange; G4bool minEnergyActive; G4bool maxEnergyActive; + G4bool maxEnergyForMuonsActive; G4bool stepFunctionActive; G4double minSubRange; @@ -209,10 +227,11 @@ private: G4double maxFinalStep; G4double minKinEnergy; G4double maxKinEnergy; + G4double maxKinEnergyForMuons; - G4VEnergyLossProcess* eIonisation; - G4LossTableBuilder* tableBuilder; - G4EnergyLossMessenger* theMessenger; + G4VEnergyLossProcess* eIonisation; + G4LossTableBuilder* tableBuilder; + G4EnergyLossMessenger* theMessenger; const G4ParticleDefinition* firstParticle; G4int verbose; diff --git a/source/processes/electromagnetic/utils/include/G4MscModel.hh b/source/processes/electromagnetic/utils/include/G4MscModel.hh index e4fe369cc7..79d3059ed2 100644 --- a/source/processes/electromagnetic/utils/include/G4MscModel.hh +++ b/source/processes/electromagnetic/utils/include/G4MscModel.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4MscModel.hh,v 1.6 2003/11/26 10:01:13 urban Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4MscModel.hh,v 1.9 2004/03/10 08:38:39 urban Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -42,6 +42,8 @@ // // 05-08-03 angle distribution has been modified (L.Urban) // 26-11-03 new data member currentRange (L.Urban) +// 01-03-04 changes in data members + signature changed in SampleCosineTheta +// 11-03-04 changes in data members (L.Urban) // // Class Description: // @@ -55,6 +57,7 @@ #define G4MscModel_h 1 #include "G4VEmModel.hh" + class G4MscModel : public G4VEmModel { @@ -112,7 +115,8 @@ public: G4double TrueStepLength(G4double geomStepLength); - G4double SampleCosineTheta(G4double trueStepLength); + G4double SampleCosineTheta(G4double trueStepLength,G4double KineticEnergy, + G4double lambda); G4double SampleDisplacement(); @@ -155,11 +159,7 @@ private: G4double xsi; G4double lambda0; - G4double lambda1; - G4double lambdam; - G4double alam; - G4double zm; - G4double cthm; + G4double parlowen ; G4double tPathLength; G4bool samplez; diff --git a/source/processes/electromagnetic/utils/include/G4MultipleScattering.hh b/source/processes/electromagnetic/utils/include/G4MultipleScattering.hh index ccad151bff..c7d3a8da6f 100644 --- a/source/processes/electromagnetic/utils/include/G4MultipleScattering.hh +++ b/source/processes/electromagnetic/utils/include/G4MultipleScattering.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4MultipleScattering.hh,v 1.17 2003/08/08 11:31:24 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //------------- G4MultipleScattering physics process -------------------------- @@ -49,7 +49,7 @@ //------------------------------------------------------------------------------ // // $Id: G4MultipleScattering.hh,v 1.17 2003/08/08 11:31:24 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // class description // diff --git a/source/processes/electromagnetic/utils/include/G4MultipleScattering52.hh b/source/processes/electromagnetic/utils/include/G4MultipleScattering52.hh index e911577ab6..dfe05bf8c9 100644 --- a/source/processes/electromagnetic/utils/include/G4MultipleScattering52.hh +++ b/source/processes/electromagnetic/utils/include/G4MultipleScattering52.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4MultipleScattering52.hh,v 1.2 2003/09/25 04:29:07 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //------------- G4MultipleScattering52 physics process -------------------------- // by Laszlo Urban, March 2001 diff --git a/source/processes/electromagnetic/utils/include/G4MultipleScattering52.icc b/source/processes/electromagnetic/utils/include/G4MultipleScattering52.icc index 1d663f63eb..49ff7433a4 100644 --- a/source/processes/electromagnetic/utils/include/G4MultipleScattering52.icc +++ b/source/processes/electromagnetic/utils/include/G4MultipleScattering52.icc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4MultipleScattering52.icc,v 1.1 2003/08/08 11:31:24 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //------------ G4MultipleScattering52 physics process --------------------------- // by Laszlo Urban, March 2001 diff --git a/source/processes/electromagnetic/utils/include/G4SCProcessorStand.hh b/source/processes/electromagnetic/utils/include/G4SCProcessorStand.hh index 9a92c9c19a..239e82ec19 100644 --- a/source/processes/electromagnetic/utils/include/G4SCProcessorStand.hh +++ b/source/processes/electromagnetic/utils/include/G4SCProcessorStand.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4SCProcessorStand.hh,v 1.7 2003/07/21 12:52:06 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/utils/include/G4UniversalFluctuation.hh b/source/processes/electromagnetic/utils/include/G4UniversalFluctuation.hh index 74ddc545f9..4497af9663 100644 --- a/source/processes/electromagnetic/utils/include/G4UniversalFluctuation.hh +++ b/source/processes/electromagnetic/utils/include/G4UniversalFluctuation.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4UniversalFluctuation.hh,v 1.10 2003/11/06 17:18:36 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/utils/include/G4VEmFluctuationModel.hh b/source/processes/electromagnetic/utils/include/G4VEmFluctuationModel.hh index 7caf33c5d9..a854cb5b14 100644 --- a/source/processes/electromagnetic/utils/include/G4VEmFluctuationModel.hh +++ b/source/processes/electromagnetic/utils/include/G4VEmFluctuationModel.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4VEmFluctuationModel.hh,v 1.7 2003/10/16 13:06:40 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/utils/include/G4VEmModel.hh b/source/processes/electromagnetic/utils/include/G4VEmModel.hh index 7da9b13c9b..cb431367c1 100644 --- a/source/processes/electromagnetic/utils/include/G4VEmModel.hh +++ b/source/processes/electromagnetic/utils/include/G4VEmModel.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4VEmModel.hh,v 1.14 2003/10/13 17:57:41 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VEmModel.hh,v 1.17 2004/03/01 14:16:57 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -42,6 +42,7 @@ // 25-02-03 Add sample theta and displacement (V.Ivanchenko) // 23-07-03 Replace G4Material by G4MaterialCutCouple in dE/dx and CrossSection // calculation (V.Ivanchenko) +// 01-03-04 L.Urban signature changed in SampleCosineTheta // // @@ -114,7 +115,7 @@ public: virtual G4double MaxSecondaryEnergy( const G4DynamicParticle* dynParticle) = 0; - G4String GetName() const {return name;}; + const G4String& GetName() const {return name;}; // Methods for msc simulation virtual G4double GeomPathLength(G4PhysicsTable*, @@ -129,8 +130,8 @@ public: virtual G4double TrueStepLength(G4double geomStepLength) {return geomStepLength;}; - virtual G4double SampleCosineTheta(G4double ) {return 1.0;}; - // G4double parameter trueStepLength + virtual G4double SampleCosineTheta(G4double,G4double,G4double ) {return 1.0;}; + // trueStepLength + Tkin + lambda virtual G4double SampleDisplacement() {return 0.0;}; diff --git a/source/processes/electromagnetic/utils/include/G4VEmProcess.hh b/source/processes/electromagnetic/utils/include/G4VEmProcess.hh index cf720e1121..7e2efe92db 100644 --- a/source/processes/electromagnetic/utils/include/G4VEmProcess.hh +++ b/source/processes/electromagnetic/utils/include/G4VEmProcess.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4VEmProcess.hh,v 1.1 2003/10/13 10:52:51 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VEmProcess.hh,v 1.3 2004/03/06 13:47:20 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -30,7 +30,7 @@ // // File name: G4VEmProcess // -// Author: Vladimir Ivanchenko on base of Laszlo Urban code +// Author: Vladimir Ivanchenko // // Creation date: 01.10.2003 // @@ -39,7 +39,7 @@ // // Class Description: // -// It is the unified process for e+ annililation at rest and in fly. +// It is the unified Rest and/or Discrete process // ------------------------------------------------------------------- // @@ -47,7 +47,7 @@ #ifndef G4VEmProcess_h #define G4VEmProcess_h 1 -#include "G4VDiscreteProcess.hh" +#include "G4VRestDiscreteProcess.hh" #include "globals.hh" #include "G4Material.hh" #include "G4MaterialCutsCouple.hh" @@ -66,19 +66,33 @@ class G4PhysicsVector; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -class G4VEmProcess : public G4VDiscreteProcess +class G4VEmProcess : public G4VRestDiscreteProcess { public: G4VEmProcess(const G4String& name, - G4ProcessType type = fElectromagnetic); + G4ProcessType type = fElectromagnetic); ~G4VEmProcess(); G4VParticleChange* PostStepDoIt(const G4Track&, const G4Step&); - virtual void SecondariesPostStep( - G4VEmModel*, + G4double GetMeanLifeTime(const G4Track& aTrack, + G4ForceCondition* condition); + // It is invoked by the ProcessManager of the Positron if this + // e+ has a kinetic energy null. Then it return 0 to force the + // call of AtRestDoIt. + // This function overloads a virtual function of the base class. + + virtual G4VParticleChange* AtRestDoIt(const G4Track& aTrack, + const G4Step& aStep); + // It computes the final state of the process: + // e+ (at rest) e- (at rest) ---> gamma gamma, + // returned as a ParticleChange object. + // This function overloads a virtual function of the base class. + // It is invoked by the ProcessManager of the Particle. + + virtual void SecondariesPostStep(G4VEmModel*, const G4MaterialCutsCouple*, const G4DynamicParticle*, G4double& tcut, @@ -109,14 +123,14 @@ public: // Max kinetic energy for tables G4bool StorePhysicsTable(G4ParticleDefinition*, - const G4String& directory, - G4bool ascii = false); + const G4String& directory, + G4bool ascii = false); // Store PhysicsTable in a file. // Return false in case of failure at I/O G4bool RetrievePhysicsTable(G4ParticleDefinition*, - const G4String& directory, - G4bool ascii); + const G4String& directory, + G4bool ascii); // Retrieve Physics from a file. // (return true if the Physics Table can be build by using file) // (return false if the process has no functionality or in case of failure) @@ -124,15 +138,12 @@ public: // should be placed under the directory specifed by the argument. void AddEmModel(G4int, G4VEmModel*, G4VEmFluctuationModel* fluc = 0, - const G4Region* region = 0); + const G4Region* region = 0); // Add EM model coupled with fluctuation model for the region void UpdateEmModel(const G4String&, G4double, G4double); // Define new energy range for the model identified by the name - // void SetLambdaTable(G4PhysicsTable* p); - // G4PhysicsTable* LambdaTable() {return theLambdaTable;}; - G4double GetLambda(G4double kineticEnergy, const G4MaterialCutsCouple* couple); // It returns the Lambda of the process @@ -157,8 +168,8 @@ protected: virtual G4double GetMeanFreePath(const G4Track& track, - G4double previousStepSize, - G4ForceCondition* condition); + G4double previousStepSize, + G4ForceCondition* condition); virtual G4PhysicsVector* LambdaPhysicsVector(const G4MaterialCutsCouple*); @@ -191,28 +202,28 @@ private: G4EmModelManager* modelManager; // tables and vectors - G4PhysicsTable* theLambdaTable; + G4PhysicsTable* theLambdaTable; - const G4ParticleDefinition* particle; - const G4ParticleDefinition* baseParticle; - const G4ParticleDefinition* secondaryParticle; - const G4DataVector* theCuts; + const G4ParticleDefinition* particle; + const G4ParticleDefinition* baseParticle; + const G4ParticleDefinition* secondaryParticle; + const G4DataVector* theCuts; // cash - const G4Material* currentMaterial; + const G4Material* currentMaterial; const G4MaterialCutsCouple* currentCouple; - size_t currentMaterialIndex; + size_t currentMaterialIndex; - G4int nLambdaBins; + G4int nLambdaBins; - G4double minKinEnergy; - G4double maxKinEnergy; + G4double minKinEnergy; + G4double maxKinEnergy; - G4double preStepLambda; - G4double preStepKinEnergy; + G4double preStepLambda; + G4double preStepKinEnergy; - G4bool integral; - G4bool meanFreePath; + G4bool integral; + G4bool meanFreePath; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -230,12 +241,9 @@ inline void G4VEmProcess::DefineMaterial(const G4MaterialCutsCouple* couple) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -inline G4double G4VEmProcess::GetMeanFreePath(const G4Track& track, - G4double, - G4ForceCondition* cond) +inline G4double G4VEmProcess::GetMeanFreePath(const G4Track& track, G4double, + G4ForceCondition*) { - *cond = NotForced; - DefineMaterial(track.GetMaterialCutsCouple()); preStepKinEnergy = track.GetKineticEnergy(); if (meanFreePath) { @@ -317,7 +325,7 @@ inline G4double G4VEmProcess::MaxKinEnergy() const //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... inline G4double G4VEmProcess::GetLambda(G4double kineticEnergy, - const G4MaterialCutsCouple* couple) + const G4MaterialCutsCouple* couple) { DefineMaterial(couple); G4double x = DBL_MAX; @@ -331,4 +339,20 @@ inline G4double G4VEmProcess::GetLambda(G4double kineticEnergy, //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... +inline G4double G4VEmProcess::GetMeanLifeTime(const G4Track&, + G4ForceCondition*) +{ + return 0.0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +inline G4VParticleChange* G4VEmProcess::AtRestDoIt(const G4Track&, + const G4Step&) +{ + return 0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + #endif diff --git a/source/processes/electromagnetic/utils/include/G4VEnergyLoss.hh b/source/processes/electromagnetic/utils/include/G4VEnergyLoss.hh index deea185675..83a7b532c0 100644 --- a/source/processes/electromagnetic/utils/include/G4VEnergyLoss.hh +++ b/source/processes/electromagnetic/utils/include/G4VEnergyLoss.hh @@ -22,7 +22,7 @@ // // // $Id: G4VEnergyLoss.hh,v 1.17 2003/03/25 13:36:57 maire Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/electromagnetic/utils/include/G4VEnergyLossProcess.hh b/source/processes/electromagnetic/utils/include/G4VEnergyLossProcess.hh index ce0b21b3f2..4793896ddb 100644 --- a/source/processes/electromagnetic/utils/include/G4VEnergyLossProcess.hh +++ b/source/processes/electromagnetic/utils/include/G4VEnergyLossProcess.hh @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4VEnergyLossProcess.hh,v 1.1 2003/11/12 16:18:09 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VEnergyLossProcess.hh,v 1.9 2004/03/11 14:43:14 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -48,6 +48,8 @@ // 13-05-03 Add calculation of precise range (V.Ivanchenko) // 21-07-03 Add UpdateEmModel method (V.Ivanchenko) // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) +// 14-01-04 Activate precise range calculation (V.Ivanchenko) +// 10-03-04 Fix problem of step limit calculation (V.Ivanchenko) // // Class Description: // @@ -70,13 +72,14 @@ #include "G4Track.hh" #include "G4EmModelManager.hh" #include "G4UnitsTable.hh" +#include "G4ParticleChangeForLoss.hh" class G4Step; class G4ParticleDefinition; class G4VEmModel; class G4VEmFluctuationModel; class G4DataVector; -class G4VParticleChange; +//class G4VParticleChange; class G4PhysicsTable; class G4PhysicsVector; class G4VSubCutoffProcessor; @@ -193,8 +196,11 @@ public: void SetDEDXTable(G4PhysicsTable* p); G4PhysicsTable* DEDXTable() const {return theDEDXTable;}; - void SetRangeTable(G4PhysicsTable* p); - G4PhysicsTable* RangeTable() const {return theRangeTable;}; + void SetRangeTable(G4PhysicsTable* pRange); + G4PhysicsTable* RangeTable() const {return thePreciseRangeTable;}; + + void SetRangeTableForLoss(G4PhysicsTable* p); + G4PhysicsTable* RangeTableForLoss() const {return theRangeTableForLoss;}; void SetInverseRangeTable(G4PhysicsTable* p); G4PhysicsTable* InverseRangeTable() const {return theInverseRangeTable;}; @@ -308,6 +314,14 @@ private: void DefineMaterial(const G4MaterialCutsCouple* couple); + G4double GetDEDXForLoss(G4double kineticEnergy); + + G4double GetRangeForLoss(G4double kineticEnergy); + + G4double GetPreciseRange(G4double kineticEnergy); + + G4double GetKineticEnergyForLoss(G4double range); + // hide assignment operator G4VEnergyLossProcess(G4VEnergyLossProcess &); @@ -315,6 +329,10 @@ private: // ===================================================================== +protected: + + G4ParticleChangeForLoss fParticleChange; + private: G4EmModelManager* modelManager; @@ -325,7 +343,8 @@ private: // tables and vectors G4PhysicsTable* theDEDXTable; - G4PhysicsTable* theRangeTable; + G4PhysicsTable* theRangeTableForLoss; + G4PhysicsTable* thePreciseRangeTable; G4PhysicsTable* theSecondaryRangeTable; G4PhysicsTable* theInverseRangeTable; G4PhysicsTable* theLambdaTable; @@ -349,12 +368,10 @@ private: G4int nDEDXBinsForRange; G4int nLambdaBins; - G4double faclow; + G4double lowestKinEnergy; G4double minKinEnergy; G4double maxKinEnergy; G4double maxKinEnergyForRange; - G4double lowKinEnergy; - G4double highKinEnergyForRange; G4double massRatio; G4double reduceFactor; @@ -398,41 +415,112 @@ inline void G4VEnergyLossProcess::DefineMaterial(const G4MaterialCutsCouple* cou //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... inline G4double G4VEnergyLossProcess::GetDEDX(G4double& kineticEnergy, - const G4MaterialCutsCouple* couple) + const G4MaterialCutsCouple* couple) { DefineMaterial(couple); G4bool b; - return ((*theDEDXTable)[currentMaterialIndex]-> - GetValue(kineticEnergy*massRatio, b))*chargeSqRatio; + G4double e = kineticEnergy*massRatio; + G4double x = ((*theDEDXTable)[currentMaterialIndex]->GetValue(e, b))*chargeSqRatio; + if(e < minKinEnergy) x *= sqrt(e/minKinEnergy); + return x; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +inline G4double G4VEnergyLossProcess::GetDEDXForLoss(G4double kineticEnergy) +{ + G4bool b; + G4double e = kineticEnergy*massRatio; + G4double x = ((*theDEDXTable)[currentMaterialIndex]->GetValue(e, b))*chargeSqRatio; + if(e < minKinEnergy) x *= sqrt(e/minKinEnergy); + return x; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... inline G4double G4VEnergyLossProcess::GetRange(G4double& kineticEnergy, - const G4MaterialCutsCouple* couple) + const G4MaterialCutsCouple* couple) { DefineMaterial(couple); + G4double x = DBL_MAX; + if(thePreciseRangeTable) x = GetPreciseRange(kineticEnergy); + else if(theRangeTableForLoss) x = GetRangeForLoss(kineticEnergy); + return x; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +inline G4double G4VEnergyLossProcess::GetPreciseRange(G4double kineticEnergy) +{ G4bool b; G4double x; G4double e = kineticEnergy*massRatio; - if (e < highKinEnergyForRange) { - x = ((*theRangeTable)[currentMaterialIndex])->GetValue(e, b); + + if (e < maxKinEnergyForRange) { + x = ((*thePreciseRangeTable)[currentMaterialIndex])->GetValue(e, b); + if(e < minKinEnergy) x *= sqrt(e/minKinEnergy); + } else { x = theRangeAtMaxEnergy[currentMaterialIndex] + - (e - highKinEnergyForRange)/theDEDXAtMaxEnergy[currentMaterialIndex]; + (e - maxKinEnergyForRange)/theDEDXAtMaxEnergy[currentMaterialIndex]; } return x*reduceFactor; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -inline G4double G4VEnergyLossProcess::GetKineticEnergy(G4double& range, - const G4MaterialCutsCouple* couple) +inline G4double G4VEnergyLossProcess::GetRangeForLoss(G4double kineticEnergy) { - DefineMaterial(couple); G4bool b; - return ((*theInverseRangeTable)[currentMaterialIndex]-> - GetValue(range/reduceFactor, b))/massRatio; + G4double e = kineticEnergy*massRatio; + G4double x = ((*theRangeTableForLoss)[currentMaterialIndex])->GetValue(e, b); + if(e < minKinEnergy) x *= sqrt(e/minKinEnergy); + return x*reduceFactor; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +inline G4double G4VEnergyLossProcess::GetKineticEnergy(G4double& range, + const G4MaterialCutsCouple* couple) +{ + G4double del = fRange - range; + G4double e = minKinEnergy; + if(couple == currentCouple && del > 0.0 && del < fRange*linLossLimit) { + e = preStepKinEnergy - del*GetDEDXForLoss(preStepKinEnergy); + if(e < 0.0) e = 0.0; + } else { + DefineMaterial(couple); + G4double r = range/reduceFactor; + G4PhysicsVector* v = (*theInverseRangeTable)[currentMaterialIndex]; + G4double rmin = v->GetLowEdgeEnergy(0); + if(r <= rmin) { + r /= rmin; + e *= r*r; + } else { + G4bool b; + e = v->GetValue(r, b); + } + e /= massRatio; + } + return e; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +inline G4double G4VEnergyLossProcess::GetKineticEnergyForLoss(G4double range) +{ + G4double r = range/reduceFactor; + G4PhysicsVector* v = (*theInverseRangeTable)[currentMaterialIndex]; + G4double rmin = v->GetLowEdgeEnergy(0); + G4double e = minKinEnergy; + if(r <= rmin) { + r /= rmin; + e *= r*r; + } else { + G4bool b; + e = v->GetValue(r, b); + } + return e/massRatio; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -452,11 +540,8 @@ inline G4double G4VEnergyLossProcess::GetDEDXDispersion( //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... inline G4double G4VEnergyLossProcess::GetMeanFreePath(const G4Track& track, - G4double, - G4ForceCondition* cond) + G4double, G4ForceCondition*) { - *cond = NotForced; - DefineMaterial(track.GetMaterialCutsCouple()); preStepKinEnergy = track.GetKineticEnergy(); preStepScaledEnergy = preStepKinEnergy*massRatio; @@ -475,27 +560,22 @@ inline G4double G4VEnergyLossProcess::GetMeanFreePath(const G4Track& track, //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... inline G4double G4VEnergyLossProcess::GetContinuousStepLimit(const G4Track&, - G4double, G4double currentMinStep, G4double&) + G4double, G4double currentMinStep, G4double&) { G4double x = DBL_MAX; - - if (theRangeTable) { - G4bool b; - fRange = ((*theRangeTable)[currentMaterialIndex])-> - GetValue(preStepScaledEnergy, b)*reduceFactor; + if(theRangeTableForLoss) { + fRange = GetRange(preStepKinEnergy, currentCouple); x = fRange; G4double y = x*dRoverRange; + if(x > minStepLimit && y < currentMinStep ) { - if (integral) x = std::max(y,minStepLimit); - else { - x = y + minStepLimit*(1.0 - dRoverRange)*(2.0 - minStepLimit/fRange); - if(x > fRange) x = fRange; - if(rndmStepFlag) x = minStepLimit + (x-minStepLimit)*G4UniformRand(); - } + + x = y + minStepLimit*(1.0 - dRoverRange)*(2.0 - minStepLimit/fRange); + if(x >fRange || xTrueStepLength(geomStepLength); fParticleChange.SetTrueStepLength(trueStepLength); return &fParticleChange; diff --git a/source/processes/electromagnetic/utils/include/G4VSubCutoffProcessor.hh b/source/processes/electromagnetic/utils/include/G4VSubCutoffProcessor.hh index f356e53450..2cbeb4de16 100644 --- a/source/processes/electromagnetic/utils/include/G4VSubCutoffProcessor.hh +++ b/source/processes/electromagnetic/utils/include/G4VSubCutoffProcessor.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4VSubCutoffProcessor.hh,v 1.6 2003/07/21 12:52:06 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/utils/src/G4BetheBlochModel.cc b/source/processes/electromagnetic/utils/src/G4BetheBlochModel.cc index 6a73a5091f..c072a209bd 100644 --- a/source/processes/electromagnetic/utils/src/G4BetheBlochModel.cc +++ b/source/processes/electromagnetic/utils/src/G4BetheBlochModel.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4BetheBlochModel.cc,v 1.9 2003/11/12 10:24:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4BetheBlochModel.cc,v 1.11 2004/02/15 17:08:49 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -82,7 +82,6 @@ void G4BetheBlochModel::SetParticle(const G4ParticleDefinition* p) spin = particle->GetPDGSpin(); G4double q = particle->GetPDGCharge()/eplus; chargeSquare = q*q; - lowKinEnergy *= mass/proton_mass_c2; ratio = electron_mass_c2/mass; if(particle->GetParticleName() == "GenericIon") isIon = true; } @@ -133,17 +132,17 @@ void G4BetheBlochModel::Initialise(const G4ParticleDefinition* p, G4double G4BetheBlochModel::ComputeDEDX(const G4MaterialCutsCouple* couple, const G4ParticleDefinition* p, G4double kineticEnergy, - G4double cutEnergy) + G4double cut) { - const G4Material* material = couple->GetMaterial(); - G4double tmax = MaxSecondaryEnergy(p, kineticEnergy); - G4double tau = kineticEnergy/mass; - G4double x = 1.0; - if(cutEnergy < tmax) x = cutEnergy/tmax; - G4double gam = tau + 1.0; - G4double beta2 = 1. - 1./(gam*gam); - G4double bg2 = tau * (tau+2.0); + G4double tmax = MaxSecondaryEnergy(p, kineticEnergy); + G4double cutEnergy = std::min(cut,tmax); + G4double tau = kineticEnergy/mass; + G4double gam = tau + 1.0; + G4double bg2 = tau * (tau+2.0); + G4double beta2 = bg2/(gam*gam); + + const G4Material* material = couple->GetMaterial(); G4double eexc = material->GetIonisation()->GetMeanExcitationEnergy(); G4double eexc2 = eexc*eexc; G4double taul = material->GetIonisation()->GetTaul(); @@ -156,15 +155,15 @@ G4double G4BetheBlochModel::ComputeDEDX(const G4MaterialCutsCouple* couple, material->GetIonisation()->GetShellCorrectionVector(); G4double eDensity = material->GetElectronDensity(); - G4double dedx = log(2.0*electron_mass_c2*bg2*tmax*x/eexc2)-(1.0 + x)*beta2; + G4double dedx = log(2.0*electron_mass_c2*bg2*cutEnergy/eexc2)-(1.0 + cutEnergy/tmax)*beta2; if(0.5 == spin) { - G4double del = 0.5*x*tmax/(kineticEnergy + mass); + G4double del = 0.5*cutEnergy/(kineticEnergy + mass); dedx += del*del; } // density correction - x = log(bg2)/twoln10; + G4double x = log(bg2)/twoln10; if ( x >= x0den ) { dedx -= twoln10*x - cden ; if ( x < x1den ) dedx -= aden*pow((x1den-x),mden) ; @@ -204,35 +203,26 @@ G4double G4BetheBlochModel::CrossSection(const G4MaterialCutsCouple* couple, const G4ParticleDefinition* p, G4double kineticEnergy, G4double cutEnergy, - G4double maxEnergy) + G4double maxKinEnergy) { G4double cross = 0.0; - G4double tmax = std::min(MaxSecondaryEnergy(p, kineticEnergy), maxEnergy); - if(cutEnergy < tmax) { + G4double tmax = MaxSecondaryEnergy(p, kineticEnergy); + G4double maxEnergy = std::min(tmax,maxKinEnergy); + if(cutEnergy < maxEnergy) { - G4double x = cutEnergy/tmax; - G4double energy = kineticEnergy + mass; - G4double gam = energy/mass; - G4double beta2 = 1. - 1./(gam*gam); - cross = (1.0 - x*(1.0 - beta2*log(x)))/cutEnergy; + G4double totEnergy = kineticEnergy + mass; + G4double energy2 = totEnergy*totEnergy; + G4double beta2 = kineticEnergy*(kineticEnergy + 2.0*mass)/energy2; + + cross = 1.0/cutEnergy - 1.0/maxEnergy - beta2*log(maxEnergy/cutEnergy)/tmax; // +term for spin=1/2 particle - if( 0.5 == spin ) { - cross += 0.5 * (tmax - cutEnergy) / (energy*energy); - - // +term for spin=1 particle - } else if( 0.9 < spin ) { - - G4double qc = mass/ratio; - cross += -log(x)/(3.0*qc) + - (tmax - cutEnergy) * ((1.0+ 0.25*tmax*(1.0 + x)/qc)/(energy*energy) - - beta2 / (tmax * qc) )/3.0; - } + if( 0.5 == spin ) cross += 0.5*(maxEnergy - cutEnergy)/energy2; cross *= twopi_mc2_rcl2*chargeSquare* (couple->GetMaterial()->GetElectronDensity())/beta2; } - // G4cout << "tmin= " << cutEnergy << " tmax= " << tmax + // G4cout << "BB: e= " << kineticEnergy << " tmin= " << cutEnergy << " tmax= " << tmax // << " cross= " << cross << G4endl; return cross; } @@ -242,59 +232,42 @@ G4double G4BetheBlochModel::CrossSection(const G4MaterialCutsCouple* couple, G4DynamicParticle* G4BetheBlochModel::SampleSecondary( const G4MaterialCutsCouple*, const G4DynamicParticle* dp, - G4double tmin, + G4double minEnergy, G4double maxEnergy) { G4double tmax = MaxSecondaryEnergy(dp); - G4double xmin = tmin/tmax; - G4double xmax = std::min(tmax, maxEnergy)/tmax; - if(xmin >= xmax) return 0; - - G4ThreeVector momentum = dp->GetMomentumDirection(); + G4double maxKinEnergy = std::min(maxEnergy,tmax); + G4double minKinEnergy = std::min(minEnergy,maxKinEnergy); G4double kineticEnergy = dp->GetKineticEnergy(); - G4double energy = kineticEnergy + mass; - G4double beta2 = 1. - mass*mass/(energy*energy); - G4double totMomentum = sqrt(energy*energy - mass*mass); - G4double x = 0.0; - G4double y = 0.0; - G4double grej = 1.0 - beta2*xmin; - if(spin > 0.0) { - x = 0.5*tmax*tmax/(energy*energy); - if(spin < 0.9) { - grej += xmax*xmax*x; - } else { - G4double qc = mass/ratio; - y = tmax/(3.0*qc); - grej += (1.0 - beta2*xmin)*xmin*y + x*xmin*xmin*(2.0/3.0 + xmin*y); - } - } - G4double z, f; + G4double totEnergy = kineticEnergy + mass; + G4double etot2 = totEnergy*totEnergy; + G4double beta2 = kineticEnergy*(kineticEnergy + 2.0*mass)/etot2; + + G4double deltaKinEnergy, f; // sampling follows ... do { G4double q = G4UniformRand(); - z = xmin*xmax/(xmin*(1.0 - q) + xmax*q); + deltaKinEnergy = minKinEnergy*maxKinEnergy/(minKinEnergy*(1.0 - q) + maxKinEnergy*q); - f = 1.0 - z * (beta2 - z*x); - if (spin > 0.9) { - f += (1.0 - beta2*z)*z*y + x*z*z*(2.0/3.0 + z*y); - } - if(f > grej) { + f = 1.0 - beta2*deltaKinEnergy/tmax; + if( 0.5 == spin ) f += 0.5*deltaKinEnergy*deltaKinEnergy/etot2; + + if(f > 1.0) { G4cout << "G4BetheBlochModel::SampleSecondary Warning! " - << "Majorant " << grej << " < " - << f << " for x= " << z + << "Majorant 1.0 < " + << f << " for Edelta= " << deltaKinEnergy << G4endl; } - } while( grej*G4UniformRand() > f ); - - G4double deltaKinEnergy = z * tmax; + } while( G4UniformRand() > f ); + G4double totMomentum = totEnergy*sqrt(beta2); G4double deltaMomentum = sqrt(deltaKinEnergy * (deltaKinEnergy + 2.0*electron_mass_c2)); - G4double cost = deltaKinEnergy * (energy + electron_mass_c2) / + G4double cost = deltaKinEnergy * (totEnergy + electron_mass_c2) / (deltaMomentum * totMomentum); G4double sint = sqrt(1.0 - cost*cost); @@ -302,13 +275,12 @@ G4DynamicParticle* G4BetheBlochModel::SampleSecondary( G4ThreeVector deltaDirection(sint*cos(phi),sint*sin(phi), cost) ; - deltaDirection.rotateUz(momentum); + G4ThreeVector direction = dp->GetMomentumDirection(); + deltaDirection.rotateUz(direction); // create G4DynamicParticle object for delta ray - G4DynamicParticle* delta = new G4DynamicParticle(); - delta->SetDefinition(G4Electron::Electron()); - delta->SetKineticEnergy(deltaKinEnergy); - delta->SetMomentumDirection(deltaDirection); + G4DynamicParticle* delta = new G4DynamicParticle(G4Electron::Electron(), + deltaDirection,deltaKinEnergy); return delta; } diff --git a/source/processes/electromagnetic/utils/src/G4BohrFluctuations.cc b/source/processes/electromagnetic/utils/src/G4BohrFluctuations.cc index 1791dd2ee3..d53ba4e8bc 100644 --- a/source/processes/electromagnetic/utils/src/G4BohrFluctuations.cc +++ b/source/processes/electromagnetic/utils/src/G4BohrFluctuations.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4BohrFluctuations.cc,v 1.7 2003/10/24 14:00:25 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/utils/src/G4BraggModel.cc b/source/processes/electromagnetic/utils/src/G4BraggModel.cc index 02fc7fc274..c1363fd9f9 100644 --- a/source/processes/electromagnetic/utils/src/G4BraggModel.cc +++ b/source/processes/electromagnetic/utils/src/G4BraggModel.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4BraggModel.cc,v 1.11 2003/11/12 10:24:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4BraggModel.cc,v 1.14 2004/02/15 17:47:26 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -89,7 +89,7 @@ void G4BraggModel::SetParticle(const G4ParticleDefinition* p) G4double q = particle->GetPDGCharge()/eplus; chargeSquare = q*q; massRate = mass/proton_mass_c2; - highKinEnergy *= massRate; +// highKinEnergy *= massRate; ratio = electron_mass_c2/mass; if(particle->GetParticleName() == "GenericIon") isIon = true; } @@ -148,10 +148,11 @@ G4double G4BraggModel::ComputeDEDX(const G4MaterialCutsCouple* couple, if (cutEnergy < tmax) { - G4double x = cutEnergy/tmax; - G4double tau = kineticEnergy/mass; - G4double gam = tau + 1.0; - G4double beta2 = 1. - 1./(gam*gam); + G4double tau = kineticEnergy/mass; + G4double gam = tau + 1.0; + G4double bg2 = tau * (tau+2.0); + G4double beta2 = bg2/(gam*gam); + G4double x = cutEnergy/tmax; dedx += (log(x) + (1.0 - x)*beta2) * twopi_mc2_rcl2 * (material->GetElectronDensity())/beta2; @@ -172,24 +173,28 @@ G4double G4BraggModel::CrossSection(const G4MaterialCutsCouple* couple, const G4ParticleDefinition* p, G4double kineticEnergy, G4double cutEnergy, - G4double maxEnergy) + G4double maxKinEnergy) { - G4double cross = 0.0; - G4double tmax = std::min(MaxSecondaryEnergy(p, kineticEnergy), maxEnergy); + G4double cross = 0.0; + G4double tmax = MaxSecondaryEnergy(p, kineticEnergy); + G4double maxEnergy = std::min(tmax,maxKinEnergy); if(cutEnergy < tmax) { - G4double x = cutEnergy/tmax; - G4double energy = kineticEnergy + mass; - G4double gam = energy/mass; - G4double beta2 = 1. - 1./(gam*gam); - cross = (1.0 - x*(1.0 - beta2*log(x)))/cutEnergy; + G4double energy = kineticEnergy + mass; + G4double energy2 = energy*energy; + G4double beta2 = kineticEnergy*(kineticEnergy + 2.0*mass)/energy2; + cross = 1.0/cutEnergy - 1.0/maxEnergy - beta2*log(maxEnergy/cutEnergy)/tmax; +// +term for spin=1/2 particle +// if( 0.5 == spin ) { +// cross += 0.5 * (tmax - cutEnergy) / energy2; +// } cross *= twopi_mc2_rcl2*chargeSquare* (couple->GetMaterial()->GetElectronDensity())/beta2; } - // G4cout << "tmin= " << cutEnergy << " tmax= " << tmax - // << " cross= " << cross << G4endl; + // G4cout << "BR: e= " << kineticEnergy << " tmin= " << cutEnergy << " tmax= " << tmax + // << " cross= " << cross << G4endl; return cross; } @@ -202,39 +207,37 @@ G4DynamicParticle* G4BraggModel::SampleSecondary( G4double maxEnergy) { G4double tmax = MaxSecondaryEnergy(dp); - G4double xmin = tmin/tmax; - G4double xmax = std::min(tmax, maxEnergy)/tmax; - if(xmin >= xmax) return 0; + G4double xmax = std::min(tmax, maxEnergy); + G4double xmin = std::min(xmax,tmin); G4double kineticEnergy = dp->GetKineticEnergy(); - G4double energy = kineticEnergy + mass; - G4double beta2 = 1. - mass*mass/(energy*energy); - G4double grej = 1.0 - beta2*xmin; - G4double z, f; + G4double energy = kineticEnergy + mass; + G4double energy2 = energy*energy; + G4double beta2 = kineticEnergy*(kineticEnergy + 2.0*mass)/energy2; + G4double grej = 1.0; + G4double deltaKinEnergy, f; G4ThreeVector momentum = dp->GetMomentumDirection(); // sampling follows ... do { G4double q = G4UniformRand(); - z = xmin*xmax/(xmin*(1.0 - q) + xmax*q); + deltaKinEnergy = xmin*xmax/(xmin*(1.0 - q) + xmax*q); + + f = 1.0 - beta2*deltaKinEnergy/tmax; - f = 1.0 - beta2 * z; - /* if(f > grej) { G4cout << "G4BraggModel::SampleSecondary Warning! " << "Majorant " << grej << " < " - << f << " for x= " << z + << f << " for e= " << deltaKinEnergy << G4endl; } - */ - } while( grej*G4UniformRand() >= f ); - G4double deltaKinEnergy = z * tmax; + } while( grej*G4UniformRand() >= f ); G4double deltaMomentum = sqrt(deltaKinEnergy * (deltaKinEnergy + 2.0*electron_mass_c2)); - G4double totMomentum = sqrt(energy*energy - mass*mass); + G4double totMomentum = sqrt(energy2 - mass*mass); G4double cost = deltaKinEnergy * (energy + electron_mass_c2) / (deltaMomentum * totMomentum); G4double sint = sqrt(1.0 - cost*cost); @@ -245,10 +248,8 @@ G4DynamicParticle* G4BraggModel::SampleSecondary( deltaDirection.rotateUz(momentum); // create G4DynamicParticle object for delta ray - G4DynamicParticle* delta = new G4DynamicParticle(); - delta->SetDefinition(G4Electron::Electron()); - delta->SetKineticEnergy(deltaKinEnergy); - delta->SetMomentumDirection(deltaDirection); + G4DynamicParticle* delta = new G4DynamicParticle(G4Electron::Electron(), + deltaDirection,deltaKinEnergy); return delta; } diff --git a/source/processes/electromagnetic/utils/src/G4EmModelManager.cc b/source/processes/electromagnetic/utils/src/G4EmModelManager.cc index d56fb47e83..78f380e2da 100644 --- a/source/processes/electromagnetic/utils/src/G4EmModelManager.cc +++ b/source/processes/electromagnetic/utils/src/G4EmModelManager.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4EmModelManager.cc,v 1.20 2003/11/03 19:37:59 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4EmModelManager.cc,v 1.22 2004/01/27 11:21:07 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // @@ -48,6 +48,7 @@ // calculation (V.Ivanchenko) // 21-07-03 Add UpdateEmModel method (V.Ivanchenko) // 03-11-03 Substitute STL vector for G4RegionModels (V.Ivanchenko) +// 26-01-04 Fix in energy range conditions (V.Ivanchenko) // // Class Description: // @@ -130,7 +131,8 @@ G4EmModelManager::~G4EmModelManager() for(j = i+1; jGetName(); + if(nam != "PAI" && nam != "PAIModel" ) delete models[i]; } } for(i = 0; iModelIndex(k-1)]/e); - } while (kModelIndex(k)] ); + } while (k upperEkin[regModels->ModelIndex(k)] ); } G4double dedx = models[regModels->ModelIndex(k)]->ComputeDEDX(couple,particle,e,cut)*fac; @@ -570,7 +572,7 @@ void G4EmModelManager::FillDEDXVectorForPreciseRange( do { k++; fac *= (1.0 + factor[k]*upperEkin[regModels->ModelIndex(k-1)]/e); - } while (kModelIndex(k)] ); + } while (k upperEkin[regModels->ModelIndex(k)] ); } G4double dedx = models[regModels->ModelIndex(k)]->ComputeDEDX(couple,particle,e,e)*fac; @@ -632,6 +634,7 @@ void G4EmModelManager::FillLambdaVector(G4PhysicsVector* aVector, sigmaLow[0] = 0.0; e = upperEkin[regModels->ModelIndex(0)]; + sigmaHigh[0] = models[regModels->ModelIndex(0)]->CrossSection(couple,particle,e,cut,e); if(1 < verboseLevel) { G4cout << "### For material " << couple->GetMaterial()->GetName() @@ -641,9 +644,9 @@ void G4EmModelManager::FillLambdaVector(G4PhysicsVector* aVector, << " Emax(MeV)= " << e/MeV << " nbins= " << totBinsLambda << G4endl; + G4cout << " model #0 eUp= " << e << " sigmaUp= " << sigmaHigh[0] << G4endl; } - sigmaHigh[0] = models[regModels->ModelIndex(0)]->CrossSection(couple,particle,e,cut,e); if(nmod > 1) { @@ -653,6 +656,12 @@ void G4EmModelManager::FillLambdaVector(G4PhysicsVector* aVector, sigmaLow[j] = models[regModels->ModelIndex(j)]->CrossSection(couple,particle,e,cut,e); e = upperEkin[regModels->ModelIndex(j)]; sigmaHigh[j] = models[regModels->ModelIndex(j)]->CrossSection(couple,particle,e,cut,e); + if(1 < verboseLevel) { + G4cout << " model #" << j << " eUp= " << e + << " sigmaUp= " << sigmaHigh[j] + << " sigmaDown= " << sigmaLow[j] + << G4endl; + } } for(j=1; j 0.0) factor[j] = (sigmaHigh[j-1]/sigmaLow[j] - 1.0); @@ -672,7 +681,7 @@ void G4EmModelManager::FillLambdaVector(G4PhysicsVector* aVector, do { k++; fac *= (1.0 + factor[k]*upperEkin[regModels->ModelIndex(k-1)]/e); - } while (kModelIndex(k)] ); + } while (k upperEkin[regModels->ModelIndex(k)] ); } G4double cross = models[regModels->ModelIndex(k)]->CrossSection(couple,particle,e,cut,e)*fac; @@ -681,7 +690,7 @@ void G4EmModelManager::FillLambdaVector(G4PhysicsVector* aVector, if(1 < verboseLevel) { G4cout << "FillLambdaVector: " << j << ". e(MeV)= " << e/MeV << " cross(1/mm)= " << cross*mm - << " fac= " << fac + << " fac= " << fac << " k= " << k << " model= " << regModels->ModelIndex(k) << G4endl; } if(cross < 0.0) cross = 0.0; @@ -773,7 +782,7 @@ void G4EmModelManager::FillSubLambdaVector(G4PhysicsVector* aVector, do { k++; fac *= (1.0 + factor[k]*upperEkin[regModels->ModelIndex(k-1)]/e); - } while (kModelIndex(k)] ); + } while (k upperEkin[regModels->ModelIndex(k)] ); } G4double cross=models[regModels->ModelIndex(k)]->CrossSection(couple,particle,e,subcut,cut)*fac; diff --git a/source/processes/electromagnetic/utils/src/G4EmProcessOptions.cc b/source/processes/electromagnetic/utils/src/G4EmProcessOptions.cc new file mode 100644 index 0000000000..1caa7ee896 --- /dev/null +++ b/source/processes/electromagnetic/utils/src/G4EmProcessOptions.cc @@ -0,0 +1,343 @@ +// +// ******************************************************************** +// * DISCLAIMER * +// * * +// * The following disclaimer summarizes all the specific disclaimers * +// * of contributors to this software. The specific disclaimers,which * +// * govern, are listed with their locations in: * +// * http://cern.ch/geant4/license * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. * +// * * +// * This code implementation is the intellectual property of the * +// * GEANT4 collaboration. * +// * By copying, distributing or modifying the Program (or any work * +// * based on the Program) you indicate your acceptance of this * +// * statement, and all its terms. * +// ******************************************************************** +// +// $Id: G4EmProcessOptions.cc,v 1.1 2004/02/27 17:59:06 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ +// +// ------------------------------------------------------------------- +// +// GEANT4 Class file +// +// +// File name: G4EmProcessOptions +// +// Author: Vladimir Ivanchenko +// +// Creation date: 27.02.2004 +// +// Modifications: +// +// Class Description: +// +// ------------------------------------------------------------------- +// +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +#include "G4EmProcessOptions.hh" +#include "G4LossTableManager.hh" +#include "G4VEmProcess.hh" +#include "G4VEnergyLossProcess.hh" +#include "G4VMultipleScattering.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +G4EmProcessOptions::G4EmProcessOptions() +{ + theManager = G4LossTableManager::Instance(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +G4EmProcessOptions::~G4EmProcessOptions() +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetLossFluctuations(G4bool val) +{ + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) p->SetLossFluctuations(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetSubCutoff(G4bool val) +{ + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) p->SetSubCutoff(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetIntegral(G4bool val) +{ + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) p->SetIntegral(val); + } + const std::vector& w = + theManager->GetEmProcessVector(); + std::vector::const_iterator itp; + for(itp = w.begin(); itp != w.end(); itp++) { + G4VEmProcess* q = *itp; + if(q) q->SetIntegral(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetMinSubRange(G4double val) +{ + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) p->SetMinSubRange(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetMinEnergy(G4double val) +{ + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) p->SetMinKinEnergy(val); + } + const std::vector& w = + theManager->GetEmProcessVector(); + std::vector::const_iterator itp; + for(itp = w.begin(); itp != w.end(); itp++) { + G4VEmProcess* q = *itp; + if(q) q->SetMinKinEnergy(val); + } + const std::vector& u = + theManager->GetMultipleScatteringVector(); + std::vector::const_iterator itm; + for(itm = u.begin(); itm != u.end(); itm++) { + G4VMultipleScattering* s = *itm; + if(s) s->SetMinKinEnergy(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetMaxEnergy(G4double val) +{ + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) p->SetMaxKinEnergy(val); + } + const std::vector& w = + theManager->GetEmProcessVector(); + std::vector::const_iterator itp; + for(itp = w.begin(); itp != w.end(); itp++) { + G4VEmProcess* q = *itp; + if(q) q->SetMaxKinEnergy(val); + } + const std::vector& u = + theManager->GetMultipleScatteringVector(); + std::vector::const_iterator itm; + for(itm = u.begin(); itm != u.end(); itm++) { + G4VMultipleScattering* s = *itm; + if(s) s->SetMaxKinEnergy(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetMaxEnergyForPreciseRange(G4double val) +{ + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) p->SetMaxKinEnergyForPreciseRange(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetMaxEnergyForMuons(G4double val) +{ + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) { + if(abs(p->Particle()->GetPDGMass() - 105.66*MeV) < MeV) + p->SetMaxKinEnergy(val); + } + } + const std::vector& w = + theManager->GetEmProcessVector(); + std::vector::const_iterator itp; + for(itp = w.begin(); itp != w.end(); itp++) { + G4VEmProcess* q = *itp; + if(q) { + if(abs(q->Particle()->GetPDGMass() - 105.66*MeV) < MeV) + q->SetMaxKinEnergy(val); + } + } + /* + const std::vector& u = + theManager->GetMultipleScatteringVector(); + std::vector::const_iterator itm; + for(itm = u.begin(); itm != u.end(); itm++) { + G4VMultipleScattering* s = *itm; + if(s) { + if(abs(s->Particle()->GetPDGMass() - 105.66*MeV) < MeV) + s->SetMaxKinEnergy(val); + } + } + */ + theManager->SetMaxEnergyForMuons(val); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetDEDXBinning(G4int val) +{ + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) p->SetDEDXBinning(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetDEDXBinningForPreciseRange(G4int val) +{ + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) p->SetDEDXBinningForPreciseRange(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetLambdaBinning(G4int val) +{ + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) p->SetLambdaBinning(val); + } + const std::vector& w = + theManager->GetEmProcessVector(); + std::vector::const_iterator itp; + for(itp = w.begin(); itp != w.end(); itp++) { + G4VEmProcess* q = *itp; + if(q) q->SetLambdaBinning(val); + } + const std::vector& u = + theManager->GetMultipleScatteringVector(); + std::vector::const_iterator itm; + for(itm = u.begin(); itm != u.end(); itm++) { + G4VMultipleScattering* s = *itm; + if(s) s->SetBinning(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetStepLimits(G4double v1, G4double v2) +{ + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) p->SetStepFunction(v1, v2); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetBuildPreciseRange(G4bool val) +{ + theManager->SetBuildPreciseRange(val); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + +void G4EmProcessOptions::SetVerbose(G4int val, const G4String& name) +{ + G4bool all = false; + if("all" == name) all = true; + const std::vector& v = + theManager->GetEnergyLossProcessVector(); + std::vector::const_iterator itr; + for(itr = v.begin(); itr != v.end(); itr++) { + G4VEnergyLossProcess* p = *itr; + if(p) { + if(all) p->SetVerboseLevel(val); + else if (p->GetProcessName() == name) p->SetVerboseLevel(val); + } + } + const std::vector& w = + theManager->GetEmProcessVector(); + std::vector::const_iterator itp; + for(itp = w.begin(); itp != w.end(); itp++) { + G4VEmProcess* q = *itp; + if(q) { + if(all) q->SetVerboseLevel(val); + else if (q->GetProcessName() == name) q->SetVerboseLevel(val); + } + } + const std::vector& u = + theManager->GetMultipleScatteringVector(); + std::vector::const_iterator itm; + for(itm = u.begin(); itm != u.end(); itm++) { + G4VMultipleScattering* s = *itm; + if(s) { + if(all) s->SetVerboseLevel(val); + else if (s->GetProcessName() == name) s->SetVerboseLevel(val); + } + } + +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + diff --git a/source/processes/electromagnetic/utils/src/G4EnergyLossMessenger.cc b/source/processes/electromagnetic/utils/src/G4EnergyLossMessenger.cc index c9ee9ff6fc..05df182e18 100644 --- a/source/processes/electromagnetic/utils/src/G4EnergyLossMessenger.cc +++ b/source/processes/electromagnetic/utils/src/G4EnergyLossMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4EnergyLossMessenger.cc,v 1.11 2003/10/13 10:49:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/electromagnetic/utils/src/G4EnergyLossTables.cc b/source/processes/electromagnetic/utils/src/G4EnergyLossTables.cc index 91894e91e7..5e0473b65b 100644 --- a/source/processes/electromagnetic/utils/src/G4EnergyLossTables.cc +++ b/source/processes/electromagnetic/utils/src/G4EnergyLossTables.cc @@ -22,7 +22,7 @@ // // // $Id: G4EnergyLossTables.cc,v 1.31 2003/11/24 12:12:53 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // first version created by P.Urban , 06/04/1998 diff --git a/source/processes/electromagnetic/utils/src/G4IonFluctuations.cc b/source/processes/electromagnetic/utils/src/G4IonFluctuations.cc index fd3a11aaa2..054b1e2235 100644 --- a/source/processes/electromagnetic/utils/src/G4IonFluctuations.cc +++ b/source/processes/electromagnetic/utils/src/G4IonFluctuations.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4IonFluctuations.cc,v 1.8 2003/11/12 10:24:18 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/utils/src/G4LossTableBuilder.cc b/source/processes/electromagnetic/utils/src/G4LossTableBuilder.cc index 0d97e69070..89a770e2ae 100644 --- a/source/processes/electromagnetic/utils/src/G4LossTableBuilder.cc +++ b/source/processes/electromagnetic/utils/src/G4LossTableBuilder.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4LossTableBuilder.cc,v 1.9 2003/11/25 18:01:48 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4LossTableBuilder.cc,v 1.10 2004/02/27 09:41:09 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -114,8 +114,8 @@ G4PhysicsTable* G4LossTableBuilder::BuildRangeTable( G4PhysicsLogVector* v = new G4PhysicsLogVector(elow, ehigh, nbins); G4double dedx1 = pv->GetValue(elow, b); - G4double range = 0.5*elow/dedx1; - // G4double range = elow/dedx1; + G4double range = 2.*elow/dedx1; + //G4double range = elow/dedx1; v->PutValue(0,range); G4double energy1 = elow; diff --git a/source/processes/electromagnetic/utils/src/G4LossTableManager.cc b/source/processes/electromagnetic/utils/src/G4LossTableManager.cc index 8afa150d01..6e128ff908 100644 --- a/source/processes/electromagnetic/utils/src/G4LossTableManager.cc +++ b/source/processes/electromagnetic/utils/src/G4LossTableManager.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4LossTableManager.cc,v 1.37 2003/11/26 14:55:50 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4LossTableManager.cc,v 1.42 2004/03/10 11:34:52 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -50,6 +50,8 @@ // 23-10-03 Add control on inactive processes (V.Ivanchenko) // 04-11-03 Add checks in RetrievePhysicsTable (V.Ivanchenko) // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) +// 14-01-04 Activate precise range calculation (V.Ivanchenko) +// 10-03-04 Fix a problem of Precise Range table (V.Ivanchenko) // // Class Description: // @@ -77,7 +79,8 @@ G4LossTableManager* G4LossTableManager::theInstance = 0; G4LossTableManager* G4LossTableManager::Instance() { if(0 == theInstance) { - theInstance = new G4LossTableManager(); + static G4LossTableManager manager; + theInstance = &manager; } return theInstance; } @@ -120,8 +123,9 @@ G4LossTableManager::G4LossTableManager() maxRangeVariation = 1.0; maxFinalStep = 0.0; eIonisation = 0; - minKinEnergy = 0.1*eV; - maxKinEnergy = 100.0*GeV; + minKinEnergy = 0.1*keV; + maxKinEnergy = 100.0*TeV; + maxKinEnergyForMuons = 100.*TeV; theMessenger = new G4EnergyLossMessenger(); theElectron = G4Electron::Electron(); tableBuilder = new G4LossTableBuilder(); @@ -130,6 +134,7 @@ G4LossTableManager::G4LossTableManager() buildPreciseRange = false; minEnergyActive = false; maxEnergyActive = false; + maxEnergyForMuonsActive = false; stepFunctionActive = false; verbose = 0; } @@ -290,6 +295,10 @@ void G4LossTableManager::Initialise() pd = loss_vector[j]->GetProcessManager()->GetParticleType(); loss_vector[j]->SetParticle(pd); } + if(maxEnergyForMuonsActive) { + G4double dm = abs(pd->GetPDGMass() - 105.7*MeV); + if(dm < 5.*MeV) loss_vector[j]->SetMaxKinEnergy(maxKinEnergyForMuons); + } if(!tables_are_built[j]) all_tables_are_built = false; if(pd != part_vector[j]) { part_vector[j] = pd; @@ -336,7 +345,7 @@ void G4LossTableManager::BuildPhysicsTable(const G4ParticleDefinition* aParticle G4VEnergyLossProcess* em = loss_vector[i]; if(aParticle == part_vector[i]) SetParameters(loss_vector[i]); if (tables_are_built[i] && em->SecondaryParticle() == theElectron && eIonisation ) { - em->SetSecondaryRangeTable(eIonisation->RangeTable()); + em->SetSecondaryRangeTable(eIonisation->RangeTableForLoss()); } } } @@ -356,12 +365,13 @@ void G4LossTableManager::BuildPhysicsTable(const G4ParticleDefinition* aParticle em->Initialise(); em->SetDEDXTable(hIonisation->DEDXTable()); em->SetRangeTable(hIonisation->RangeTable()); + em->SetRangeTableForLoss(hIonisation->RangeTableForLoss()); em->SetInverseRangeTable(hIonisation->InverseRangeTable()); em->SetLambdaTable(hIonisation->LambdaTable()); em->SetSubLambdaTable(hIonisation->SubLambdaTable()); loss_map[part_vector[j]] = em; if (em->SecondaryParticle() == theElectron && eIonisation) { - em->SetSecondaryRangeTable(eIonisation->RangeTable()); + em->SetSecondaryRangeTable(eIonisation->RangeTableForLoss()); } if (0 < verbose) { G4cout << "For " << loss_vector[j]->GetProcessName() @@ -381,12 +391,13 @@ void G4LossTableManager::BuildPhysicsTable(const G4ParticleDefinition* aParticle em->Initialise(); em->SetDEDXTable(hIonisation->DEDXTable()); em->SetRangeTable(hIonisation->RangeTable()); + em->SetRangeTableForLoss(hIonisation->RangeTableForLoss()); em->SetInverseRangeTable(hIonisation->InverseRangeTable()); em->SetLambdaTable(hIonisation->LambdaTable()); em->SetSubLambdaTable(hIonisation->SubLambdaTable()); loss_map[part_vector[i]] = em; if (em->SecondaryParticle() == theElectron && eIonisation) - em->SetSecondaryRangeTable(eIonisation->RangeTable()); + em->SetSecondaryRangeTable(eIonisation->RangeTableForLoss()); if (0 < verbose) { G4cout << "For " << em->GetProcessName() << " for " << part_vector[i]->GetParticleName() @@ -442,7 +453,7 @@ void G4LossTableManager::RetrievePhysicsTables(const G4ParticleDefinition* aPart if((n_loss-1 == i && part_vector[n_loss-1] != G4Proton::Proton()) || (n_loss-2 == i && part_vector[n_loss-1] == G4Proton::Proton())) isLast = true; tables_are_built[i] = true; - if (theLoss->RangeTable()) { + if (theLoss->RangeTableForLoss()) { if (part_vector[i] == theElectron) { eIonisation = theLoss; electron_table_are_built = true; @@ -456,7 +467,7 @@ void G4LossTableManager::RetrievePhysicsTables(const G4ParticleDefinition* aPart } } if (electron_table_are_built && theLoss->SecondaryParticle() == theElectron) - theLoss->SetSecondaryRangeTable(eIonisation->RangeTable()); + theLoss->SetSecondaryRangeTable(eIonisation->RangeTableForLoss()); break; } } @@ -469,11 +480,12 @@ void G4LossTableManager::RetrievePhysicsTables(const G4ParticleDefinition* aPart em->Initialise(); em->SetDEDXTable(theLoss->DEDXTable()); em->SetRangeTable(theLoss->RangeTable()); + em->SetRangeTableForLoss(theLoss->RangeTableForLoss()); em->SetInverseRangeTable(theLoss->InverseRangeTable()); em->SetLambdaTable(theLoss->LambdaTable()); em->SetSubLambdaTable(theLoss->SubLambdaTable()); if (electron_table_are_built && em->SecondaryParticle() == theElectron) - em->SetSecondaryRangeTable(eIonisation->RangeTable()); + em->SetSecondaryRangeTable(eIonisation->RangeTableForLoss()); loss_map[part_vector[j]] = em; if (1 < verbose) { G4String nm = "0"; @@ -576,32 +588,33 @@ G4VEnergyLossProcess* G4LossTableManager::BuildTables(const G4ParticleDefinition G4PhysicsTable* invrange = tableBuilder->BuildInverseRangeTable(dedx, range); em->SetInverseRangeTable(invrange); inv_range_vector[iem] = invrange; + em->SetRangeTableForLoss(range); + range_vector[iem] = range; - /* if(buildPreciseRange) { - range->clearAndDestroy(); std::vector newlist; newlist.clear(); for (G4int i=0; iBuildDEDXTableForPreciseRange()); } G4PhysicsTable* dedxForRange = newlist[0]; - if (1 < n_dedx) dedxForRange = tableBuilder->BuildDEDXTable(newlist); - range = tableBuilder->BuildRangeTable(dedxForRange); - for(G4int j=0; jclearAndDestroy(); + if (1 < n_dedx) { + dedxForRange = tableBuilder->BuildDEDXTable(newlist); + for(G4int j=0; jclearAndDestroy(); + } } newlist.clear(); + range = tableBuilder->BuildRangeTable(dedxForRange); + em->SetRangeTable(range); + delete dedxForRange; } - */ - em->SetRangeTable(range); - range_vector[iem] = range; loss_map[aParticle] = em; for (G4int j=0; jSecondaryParticle() == theElectron && eIonisation) - loss_list[j]->SetSecondaryRangeTable(eIonisation->RangeTable()); + loss_list[j]->SetSecondaryRangeTable(eIonisation->RangeTableForLoss()); G4PhysicsTable* lambdaTable = loss_list[j]->BuildLambdaTable(); loss_list[j]->SetLambdaTable(lambdaTable); @@ -712,6 +725,59 @@ void G4LossTableManager::SetMaxEnergy(G4double val) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +void G4LossTableManager::SetMaxEnergyForPreciseRange(G4double val) +{ + for(G4int i=0; iSetMaxKinEnergyForPreciseRange(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void G4LossTableManager::SetMaxEnergyForMuons(G4double val) +{ + maxEnergyForMuonsActive = true; + maxKinEnergyForMuons = val; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void G4LossTableManager::SetDEDXBinning(G4int val) +{ + for(G4int i=0; iSetDEDXBinning(val); + } +} + + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void G4LossTableManager::SetDEDXBinningForPreciseRange(G4int val) +{ + for(G4int i=0; iSetDEDXBinningForPreciseRange(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void G4LossTableManager::SetLambdaBinning(G4int val) +{ + for(G4int i=0; iSetLambdaBinning(val); + } + size_t msc = msc_vector.size(); + for (size_t j=0; jSetBinning(val); + } + size_t emp = emp_vector.size(); + for (size_t k=0; kSetLambdaBinning(val); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + void G4LossTableManager::SetVerbose(G4int val) { verbose = val; @@ -757,4 +823,25 @@ void G4LossTableManager::SetParameters(G4VEnergyLossProcess* p) if(maxEnergyActive) p->SetMaxKinEnergy(maxKinEnergy); } +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +const std::vector& G4LossTableManager::GetEnergyLossProcessVector() +{ + return loss_vector; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +const std::vector& G4LossTableManager::GetEmProcessVector() +{ + return emp_vector; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +const std::vector& G4LossTableManager::GetMultipleScatteringVector() +{ + return msc_vector; +} + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/source/processes/electromagnetic/utils/src/G4MscModel.cc b/source/processes/electromagnetic/utils/src/G4MscModel.cc index 972ac53c25..9aa4afb04e 100644 --- a/source/processes/electromagnetic/utils/src/G4MscModel.cc +++ b/source/processes/electromagnetic/utils/src/G4MscModel.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4MscModel.cc,v 1.13 2003/11/26 10:01:13 urban Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4MscModel.cc,v 1.15 2004/03/10 08:38:39 urban Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -52,6 +52,10 @@ // cleaning (L.Urban) // 26-11-03 correction in TrueStepLength : // trueLength <= currentRange (L.Urban) +// 01-03-04 signature changed in SampleCosineTheta, +// energy dependence calculations has been simplified, +// 11-03-04 corrections in GeomPathLength,TrueStepLength, +// SampleCosineTheta // Class Description: // @@ -90,7 +94,6 @@ G4MscModel::G4MscModel(G4double& m_dtrl, G4double& m_NuclCorrPar, lowKinEnergy = 0.1*keV; stepmin = 1.e-6*mm; currentRange = 0. ; - } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -415,11 +418,7 @@ G4double G4MscModel::GeomPathLength( currentRadLength = couple->GetMaterial()->GetRadlen(); lambda0 = lambda; - lambda1 = -1.; - lambdam = -1.; - alam = range; - zm = 1.; - cthm = 1.; + parlowen = 0. ; tPathLength = truePathLength; // this correction needed to run MSC with eIoni and eBrem inactivated @@ -435,10 +434,13 @@ G4double G4MscModel::GeomPathLength( if (tPathLength < range*dtrl) { zmean = lambda0*(1.-exp(-tau)); if(tau < taulim) zmean = tPathLength*(1.-0.5*tPathLength/lambda0) ; + } else if((T0 < mass) || (tPathLength > 0.9*range)) { + parlowen = 1.+range/lambda0 ; + zmean = range*(1.-exp(parlowen*log(1.-tPathLength/range)))/parlowen ; } else { G4LossTableManager* theManager = G4LossTableManager::Instance(); G4double T1 = theManager->GetEnergy(particle,range-tPathLength,couple); - + G4double lambda1 ; if (theLambdaTable) { G4bool bb; lambda1 = ((*theLambdaTable)[couple->GetIndex()])->GetValue(T1,bb); @@ -446,21 +448,11 @@ G4double G4MscModel::GeomPathLength( lambda1 = CrossSection(couple,particle,T1,0.0,1.0); } - if (T0 > particle->GetPDGMass()) alam = lambda0*tPathLength/(lambda0-lambda1) ; - G4double blam = 1.+alam/lambda0 ; - if (tPathLength < 2.*dtrl*range) { - zmean = alam*(1.-exp(blam*log(1.-tPathLength/alam)))/blam ; - - } else { - G4double w = 1.-0.5*tPathLength/alam ; - lambdam = lambda0*w ; - G4double clam = 1.+alam/lambdam ; - cthm = exp(alam*log(w)/lambda0) ; - zm = alam*(1.-exp(blam*log(w)))/blam ; - zmean = zm + alam*(1.-exp(clam*log(w)))*cthm/clam ; - } + G4double lambdaeff = 2./(1./lambda0+1./lambda1) ; + zmean = lambdaeff*(1.-exp(-tPathLength/lambdaeff)); } - // sample z + + // sample z G4double zPathLength = zmean ; G4double zt = zmean/tPathLength ; if (tPathLength >= stepmin && samplez && zt > 0.5 && zt < ztmax) @@ -485,38 +477,21 @@ G4double G4MscModel::TrueStepLength(G4double geomStepLength) { G4double trueLength = geomStepLength; trueLength = geomStepLength; - if (geomStepLength > lambda0*tausmall) { - G4double blam = 1.+alam/lambda0; - if (lambda1 < 0.) { + if(geomStepLength > lambda0*tausmall) + { + if(parlowen == 0.) trueLength = -lambda0*log(1.-geomStepLength/lambda0) ; - - } else if (lambdam < 0.) { - if (blam*geomStepLength < alam) - trueLength = alam*(1.-exp(log(1.-blam*geomStepLength/alam)/blam)); - else - trueLength = tPathLength; - } else { - if (geomStepLength <= zm) { - - lambdam = -1.; - - if(blam*geomStepLength < alam ) - trueLength = alam*(1.-exp(log(1.-blam*geomStepLength/alam)/blam)); - else - trueLength = 0.5*tPathLength; - } else { - G4double clam = 1.+alam/lambdam; - if(clam*(geomStepLength-zm)/(alam*cthm) < 1.) - trueLength = 0.5*tPathLength + alam*(1.- - exp(log(1.-clam*(geomStepLength-zm)/(alam*cthm))/clam)) ; - else - trueLength = tPathLength; - } - } - if(trueLength > tPathLength) trueLength = tPathLength; - if(trueLength < geomStepLength) trueLength = geomStepLength; + else + { + if(parlowen*geomStepLength/currentRange < 1.) + trueLength = currentRange* + (1.-exp(log(1.-parlowen*geomStepLength/currentRange)/parlowen)) ; + else + trueLength = currentRange ; + } } - + if(trueLength > tPathLength) trueLength = tPathLength; + if(trueLength < geomStepLength) trueLength = geomStepLength; if(trueLength > currentRange) trueLength = currentRange ; return trueLength; @@ -524,11 +499,18 @@ G4double G4MscModel::TrueStepLength(G4double geomStepLength) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4double G4MscModel::SampleCosineTheta(G4double trueStepLength) +G4double G4MscModel::SampleCosineTheta(G4double trueStepLength, G4double KineticEnergy, + G4double lambda) { + currentKinEnergy = sqrt(currentKinEnergy*KineticEnergy) ; + G4double cth = 1. ; - currentTau = trueStepLength/lambda0; + if(trueStepLength < currentRange*dtrl) + currentTau = trueStepLength/lambda; + else + currentTau = 0.5*trueStepLength*(1./lambda0+1./lambda) ; + if(trueStepLength < stepmin) cth = exp(-currentTau) ; else @@ -536,18 +518,11 @@ G4double G4MscModel::SampleCosineTheta(G4double trueStepLength) if (currentTau > taubig) cth = -1.+2.*G4UniformRand(); else if (currentTau >= tausmall) { - if(lambda1 > 0.) - { - if (lambdam < 0.) - currentTau = -alam*log(1.-trueStepLength/alam)/lambda0 ; - else - currentTau = -log(cthm)-alam* - log(1.-(trueStepLength-0.5*tPathLength)/alam)/lambdam ; - } if(currentTau > taubig) cth = -1.+2.*G4UniformRand(); else { const G4double c_highland = 13.6*MeV, corr_highland=0.038 ; + const G4double xx0low = 1.e-6; G4double a ; @@ -558,36 +533,17 @@ G4double G4MscModel::SampleCosineTheta(G4double trueStepLength) G4double xx0 = trueStepLength/currentRadLength; G4double betacp = currentKinEnergy*(currentKinEnergy+2.*mass)/ (currentKinEnergy+mass) ; - G4double theta0 = c_highland*Q*sqrt(xx0)* - (1.+corr_highland*log(xx0))/betacp ; - G4double beta=sqrt(currentKinEnergy*(currentKinEnergy+2.*mass))/ - (currentKinEnergy+mass) ; + G4double theta0 = c_highland*Q*sqrt(xx0)/betacp ; - // corr to Highland for small thickness (t/X0) - const G4double xx0lim1=1.e-3,xx0lim2=0.055, - corr1=0.88, corr2=-0.03 ; - G4double corr = 1. ; - if(xx0 < xx0lim2) - { - corr = corr1/(1.+corr2*log(xx0/xx0lim1)) ; - theta0 *= corr ; - } - - - // corr to Highland for nonrelativistic particles - const G4double blim = 0.400, corr3 = 1.733 , - corr4 = 1.+blim*corr3 ; - G4double corrbeta = 1. ; - if(beta < blim) - { - corrbeta = corr4/(1.+beta*corr3) ; - theta0 *= corrbeta ; - } + if(xx0 > xx0low) + theta0 *= (1.+corr_highland*log(xx0)) ; + else + // protection for small thickness + theta0 *= (1.+corr_highland*log(xx0low)) ; if (theta0 > taulim) a = 0.5/(1.-cos(theta0)) ; else a = 1.0/(theta0*theta0) ; - G4double xmeanth = exp(-currentTau); G4double xmeanth1 = 1.-xmeanth ; if(currentTau < taulim) xmeanth1 = currentTau ; @@ -596,15 +552,17 @@ G4double G4MscModel::SampleCosineTheta(G4double trueStepLength) const G4double x1fac2 = (1.-(1.+xsi)*x1fac1)/(1.-x1fac1) ; const G4double x1fac3 = 1.3 ; // x1fac3 >= 1. !!!!!!!!! + // exponent c is fixed to 2. in f2(x) now (tail) ~1/(b-x)**2 + const G4double wb = 1.-2./xsi ; + G4double ea,eaa,xmean1 ; - G4double b1 = 2., bx = 2., c = 1., c1 = 0., - eb1 = 0., ebx = 0., xmean2 = 0. ; + G4double b1 = 2., bx = 2., + xmean2 = 0. ; G4double prob = 1., qprob ; G4double x0 = 1.-xsi/a; G4double oneminusx0=xsi/a ; G4double oneplusx0=2.+xsi/a ; - if (x0 <= -1.) { // 2 model fuctions only @@ -631,37 +589,23 @@ G4double G4MscModel::SampleCosineTheta(G4double trueStepLength) a = x1fac3*x1fac2/xmeanth1 ; x0 = 1.-xsi/a ; oneminusx0=xsi/a ; - oneplusx0=2.+xsi/a ; + oneplusx0=2.-xsi/a ; } ea = x1fac1 ; eaa = 1.-ea ; xmean1 = 1.-x1fac2/a ; - b = xmean1 ; + b = 1.-wb*xsi/a ; + b1 = b+1. ; - bx = (xsi/eaa-1.)/a ; + bx = (1.-wb)*xsi/a ; - // c from continuity of the 1st derivative - c = xsi/eaa-1. ; - if(c == 2.) - { - xmean2 = b-b1*bx*log(b1/bx)/oneplusx0 ; - } - else - { - c1 = c-1. ; - eb1 = exp(c1*log(b1)) ; - ebx = exp(c1*log(bx)) ; - xmean2 = ((b1*ebx-eb1*bx)/(c-2.)+ebx+x0*eb1)/(eb1-ebx) ; - } + xmean2 = b-b1*bx*log(b1/bx)/oneplusx0 ; G4double f1x0 = a*ea/eaa ; G4double f2x0 ; - if(c == 2.) - f2x0 = b1/(oneplusx0*bx) ; - else - f2x0 = c1*eb1/(bx*(eb1-ebx)) ; + f2x0 = b1/(oneplusx0*bx) ; // from continuity at x=x0 prob = f2x0/(f1x0+f2x0) ; // from xmean = xmeanth @@ -669,20 +613,19 @@ G4double G4MscModel::SampleCosineTheta(G4double trueStepLength) } // protection against qprob > 1 - if(qprob > 1.) qprob = 1. ; - + if(qprob > 1.) + { + qprob = 1. ; + prob = (xmeanth-xmean2)/(xmean1-xmean2) ; + } + // sampling of costheta if (G4UniformRand() < qprob) { if (G4UniformRand() < prob) cth = 1.+log(ea+G4UniformRand()*eaa)/a ; else - { - if(c == 2.) cth = b-b1*bx/(bx+oneplusx0*G4UniformRand()) ; - else - cth = b-b1*bx/exp(log(ebx+(eb1-ebx)*G4UniformRand())/c1) ; - } } else { diff --git a/source/processes/electromagnetic/utils/src/G4MultipleScattering.cc b/source/processes/electromagnetic/utils/src/G4MultipleScattering.cc index d1598c3bfa..59442c6192 100644 --- a/source/processes/electromagnetic/utils/src/G4MultipleScattering.cc +++ b/source/processes/electromagnetic/utils/src/G4MultipleScattering.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4MultipleScattering.cc,v 1.46 2003/11/12 16:11:56 urban Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ----------------------------------------------------------------------------- // 16/05/01 value of cparm changed , L.Urban diff --git a/source/processes/electromagnetic/utils/src/G4MultipleScattering52.cc b/source/processes/electromagnetic/utils/src/G4MultipleScattering52.cc index d58ea412cc..4a2e1561c3 100644 --- a/source/processes/electromagnetic/utils/src/G4MultipleScattering52.cc +++ b/source/processes/electromagnetic/utils/src/G4MultipleScattering52.cc @@ -22,7 +22,7 @@ // // // $Id: G4MultipleScattering52.cc,v 1.1 2003/08/08 11:31:25 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ----------------------------------------------------------------------------- // 16/05/01 value of cparm changed , L.Urban diff --git a/source/processes/electromagnetic/utils/src/G4SCProcessorStand.cc b/source/processes/electromagnetic/utils/src/G4SCProcessorStand.cc index ee346b069d..d29c699383 100644 --- a/source/processes/electromagnetic/utils/src/G4SCProcessorStand.cc +++ b/source/processes/electromagnetic/utils/src/G4SCProcessorStand.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4SCProcessorStand.cc,v 1.9 2003/07/21 12:52:10 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // diff --git a/source/processes/electromagnetic/utils/src/G4UniversalFluctuation.cc b/source/processes/electromagnetic/utils/src/G4UniversalFluctuation.cc index 1fd01a52d1..25024e2a53 100644 --- a/source/processes/electromagnetic/utils/src/G4UniversalFluctuation.cc +++ b/source/processes/electromagnetic/utils/src/G4UniversalFluctuation.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4UniversalFluctuation.cc,v 1.13 2003/11/13 10:10:32 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4UniversalFluctuation.cc,v 1.15 2004/02/06 11:59:21 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------------- // @@ -41,6 +41,7 @@ // 13-02-03 Add name (V.Ivanchenko) // 16-10-03 Changed interface to Initialisation (V.Ivanchenko) // 07-11-03 Fix problem of rounding of double in G4UniversalFluctuations +// 06-02-04 Add control on big sigma > 2*meanLoss (V.Ivanchenko) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -122,9 +123,14 @@ G4double G4UniversalFluctuation::SampleFluctuations(const G4Material* material, siga = (1.0/beta2 - 0.5) * twopi_mc2_rcl2 * tmax * length * electronDensity * chargeSquare ; siga = sqrt(siga); - do { - loss = G4RandGauss::shoot(meanLoss,siga); - } while (loss < 0. || loss > 2.*meanLoss); + G4double twomeanLoss = meanLoss + meanLoss; + if(twomeanLoss < siga) { + loss = twomeanLoss*G4UniformRand(); + } else { + do { + loss = G4RandGauss::shoot(meanLoss,siga); + } while (loss < 0. || loss > twomeanLoss); + } // G4cout << "de= " << meanLoss << " fluc= " << loss-meanLoss << " sig= " << siga << G4endl; return loss; @@ -293,20 +299,4 @@ G4double G4UniversalFluctuation::Dispersion( return siga; } - -/* - // High velocity or negatively charged particle - zeff = electronDensity/(material->GetTotNbOfAtomsPerVolume()); - if( beta2 > 3.0*theBohrBeta2*zeff || charge < 0.0) { - siga = sqrt( siga * chargeSquare ) ; - - // Low velocity - additional ion charge fluctuations according to - // Q.Yang et al., NIM B61(1991)149-155. - } else { - G4double chu = theIonChuFluctuationModel->TheValue(particle, material); - G4double yang = theIonYangFluctuationModel->TheValue(particle, material); - siga = sqrt( siga * (chargeSquare * chu + yang)) ; - } -*/ - //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... diff --git a/source/processes/electromagnetic/utils/src/G4VEmProcess.cc b/source/processes/electromagnetic/utils/src/G4VEmProcess.cc index 1fee780060..acda2bae26 100644 --- a/source/processes/electromagnetic/utils/src/G4VEmProcess.cc +++ b/source/processes/electromagnetic/utils/src/G4VEmProcess.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4VEmProcess.cc,v 1.3 2003/10/14 07:50:34 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VEmProcess.cc,v 1.4 2004/03/01 13:06:26 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -69,7 +69,7 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4VEmProcess::G4VEmProcess(const G4String& name, G4ProcessType type): - G4VDiscreteProcess(name, type), + G4VRestDiscreteProcess(name, type), theLambdaTable(0), particle(0), secondaryParticle(0), @@ -221,7 +221,7 @@ void G4VEmProcess::UpdateEmModel(const G4String& nam, G4double emin, //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4VParticleChange* G4VEmProcess::PostStepDoIt(const G4Track& track, - const G4Step& step) + const G4Step& step) { aParticleChange.Initialize(track); G4double finalT = track.GetKineticEnergy(); @@ -233,7 +233,7 @@ G4VParticleChange* G4VEmProcess::PostStepDoIt(const G4Track& track, (((*theLambdaTable)[currentMaterialIndex])->GetValue(finalT,b)); if(preStepLambda*G4UniformRand() > postStepLambda) - return G4VDiscreteProcess::PostStepDoIt(track,step); + return G4VRestDiscreteProcess::PostStepDoIt(track,step); } G4VEmModel* currentModel = SelectModel(finalT); @@ -289,20 +289,17 @@ void G4VEmProcess::PrintInfoDefinition() G4PhysicsVector* G4VEmProcess::LambdaPhysicsVector(const G4MaterialCutsCouple* couple) { G4double cut = (*theCuts)[couple->GetIndex()]; - G4int nbins = 3; - if( couple->IsUsed() ) nbins = nLambdaBins; G4double tmin = std::max(MinPrimaryEnergy(particle, couple->GetMaterial(), cut), minKinEnergy); if(tmin >= maxKinEnergy) tmin = 0.5*maxKinEnergy; - // G4double xmax = maxKinEnergy*exp(log(maxKinEnergy/tmin)/((G4double)(nbins-1)) ); - G4PhysicsVector* v = new G4PhysicsLogVector(tmin, maxKinEnergy, nbins); + G4PhysicsVector* v = new G4PhysicsLogVector(tmin, maxKinEnergy, nLambdaBins); return v; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4double G4VEmProcess::MicroscopicCrossSection(G4double kineticEnergy, - const G4MaterialCutsCouple* couple) + const G4MaterialCutsCouple* couple) { // Cross section per atom is calculated DefineMaterial(couple); @@ -321,8 +318,8 @@ G4double G4VEmProcess::MicroscopicCrossSection(G4double kineticEnergy, //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4double G4VEmProcess::MeanFreePath(const G4Track& track, - G4double s, - G4ForceCondition* cond) + G4double s, + G4ForceCondition* cond) { return GetMeanFreePath(track, s, cond); } diff --git a/source/processes/electromagnetic/utils/src/G4VEnergyLoss.cc b/source/processes/electromagnetic/utils/src/G4VEnergyLoss.cc index d14b94e173..ebafa26d9b 100644 --- a/source/processes/electromagnetic/utils/src/G4VEnergyLoss.cc +++ b/source/processes/electromagnetic/utils/src/G4VEnergyLoss.cc @@ -22,7 +22,7 @@ // // // $Id: G4VEnergyLoss.cc,v 1.44 2003/11/06 17:19:51 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------- diff --git a/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc b/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc index c56d5cdd93..f2bcfb16c4 100644 --- a/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc +++ b/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4VEnergyLossProcess.cc,v 1.2 2003/11/25 18:01:49 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VEnergyLossProcess.cc,v 1.10 2004/03/12 11:42:57 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -66,6 +66,10 @@ // 03-11-03 Fix initialisation problem in RetrievePhysicsTable (V.Ivanchenko) // 04-11-03 Add checks in RetrievePhysicsTable (V.Ivanchenko) // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) +// 21-01-04 Migrade to G4ParticleChangeForLoss (V.Ivanchenko) +// 27-02-04 Fix problem of loss in low presure gases, cleanup precise range +// calculation, use functions ForLoss in AlongStepDoIt (V.Ivanchenko) +// 10-03-04 Fix a problem of Precise Range table (V.Ivanchenko) // // Class Description: // @@ -108,7 +112,8 @@ G4VEnergyLossProcess::G4VEnergyLossProcess(const G4String& name, G4ProcessType t nSCoffRegions(0), idxSCoffRegions(0), theDEDXTable(0), - theRangeTable(0), + theRangeTableForLoss(0), + thePreciseRangeTable(0), theSecondaryRangeTable(0), theInverseRangeTable(0), theLambdaTable(0), @@ -122,7 +127,6 @@ G4VEnergyLossProcess::G4VEnergyLossProcess(const G4String& name, G4ProcessType t nDEDXBins(90), nDEDXBinsForRange(70), nLambdaBins(90), - faclow(1.5), linLossLimit(0.05), minSubRange(0.1), defaultRoverRange(0.2), @@ -135,10 +139,12 @@ G4VEnergyLossProcess::G4VEnergyLossProcess(const G4String& name, G4ProcessType t meanFreePath(true) { + lowestKinEnergy = 1.*eV; minKinEnergy = 0.1*keV; maxKinEnergy = 100.0*GeV; maxKinEnergyForRange = 1.0*GeV; - lowKinEnergy = minKinEnergy*faclow; + + pParticleChange = &fParticleChange; // default dRoverRange and finalRange SetStepFunction(defaultIntegralRange, 1.0*mm); @@ -181,7 +187,8 @@ void G4VEnergyLossProcess::Clear() } if ( !baseParticle ) { if(theDEDXTable) theDEDXTable->clearAndDestroy(); - if(theRangeTable) theRangeTable->clearAndDestroy(); + if(thePreciseRangeTable) thePreciseRangeTable->clearAndDestroy(); + if(theRangeTableForLoss) theRangeTableForLoss->clearAndDestroy(); if(theInverseRangeTable) theInverseRangeTable->clearAndDestroy(); if(theLambdaTable) theLambdaTable->clearAndDestroy(); if(theSubLambdaTable) theSubLambdaTable->clearAndDestroy(); @@ -190,7 +197,8 @@ void G4VEnergyLossProcess::Clear() } theDEDXTable = 0; - theRangeTable = 0; + thePreciseRangeTable = 0; + theRangeTableForLoss = 0; theInverseRangeTable = 0; theSecondaryRangeTable = 0; theLambdaTable = 0; @@ -484,7 +492,7 @@ G4PhysicsTable* G4VEnergyLossProcess::BuildDEDXTableForPreciseRange() } if(0 < verboseLevel) { - G4cout << "G4VEnergyLossProcess::BuildDEDXTableForPreciseRange(): table is built for " + G4cout << "G4VEnergyLossProcess::BuildDEDXTableForPreciseRange(): table is built for " << particle->GetParticleName() << G4endl; if(2 < verboseLevel) { @@ -577,18 +585,18 @@ G4PhysicsTable* G4VEnergyLossProcess::BuildLambdaSubTable() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4VParticleChange* G4VEnergyLossProcess::AlongStepDoIt(const G4Track& track, - const G4Step& step) + const G4Step& step) { - aParticleChange.Initialize(track); + fParticleChange.InitializeForAlongStep(track); // The process has range table - calculate energy loss - if(!theRangeTable) return &aParticleChange; + if(!theRangeTableForLoss) return &fParticleChange; // Get the actual (true) Step length G4double length = step.GetStepLength(); G4double eloss = 0.0; - G4bool b; +// G4bool b; - /* +/* if(-1 < verboseLevel) { const G4ParticleDefinition* d = track.GetDefinition(); G4cout << "AlongStepDoIt for " @@ -601,35 +609,28 @@ G4VParticleChange* G4VEnergyLossProcess::AlongStepDoIt(const G4Track& track, << " md= " << d->GetPDGMass() << G4endl; } - */ - // low energy deposit case +*/ + // stopping if (length >= fRange) { eloss = preStepKinEnergy; - } else if(preStepScaledEnergy <= lowKinEnergy) { - - G4double x = 1.0 - length/fRange; - eloss = preStepKinEnergy*(1.0 - x*x); - // Short step } else if( length <= linLossLimit * fRange ) { - eloss = (((*theDEDXTable)[currentMaterialIndex])-> - GetValue(preStepScaledEnergy, b))*length*chargeSqRatio; + eloss = GetDEDXForLoss(preStepKinEnergy)*length; // Long step } else { - G4double x = (fRange-length)/reduceFactor; - G4double postStepScaledEnergy = ((*theInverseRangeTable)[currentMaterialIndex])-> - GetValue(x, b); - eloss = (preStepScaledEnergy - postStepScaledEnergy)/massRatio; + G4double x = (GetRangeForLoss(preStepKinEnergy) - length)/reduceFactor; + G4double postStepScaledEnergy = GetKineticEnergyForLoss(x); - if (eloss <= 0.0) { - eloss = (((*theDEDXTable)[currentMaterialIndex])-> - GetValue(preStepScaledEnergy, b))*length*chargeSqRatio; - } + if (preStepScaledEnergy > postStepScaledEnergy) + eloss = (preStepScaledEnergy - postStepScaledEnergy)/massRatio; + else + eloss = GetDEDXForLoss(preStepKinEnergy)*length; - /* + /* if(-1 < verboseLevel) { + G4bool b; G4cout << "fRange(mm)= " << fRange/mm << " xPost(mm)= " << x/mm << " ePre(MeV)= " << preStepScaledEnergy/MeV @@ -650,11 +651,12 @@ G4VParticleChange* G4VEnergyLossProcess::AlongStepDoIt(const G4Track& track, /* G4double eloss0 = eloss; if(-1 < verboseLevel) { + G4bool b; //G4cout << *theDEDXTable << G4endl; G4cout << "eloss(MeV)= " << eloss/MeV << " eloss0(MeV)= " << (((*theDEDXTable)[currentMaterialIndex])-> GetValue(preStepScaledEnergy, b))*length*chargeSqRatio - << " r0(mm)= " << (((*theRangeTable)[currentMaterialIndex])-> + << " r0(mm)= " << (((*theRangeTableForLoss)[currentMaterialIndex])-> GetValue(preStepScaledEnergy, b)) << " tmax= " << tmax << " e-eloss= " << preStepKinEnergy-eloss @@ -662,13 +664,13 @@ G4VParticleChange* G4VEnergyLossProcess::AlongStepDoIt(const G4Track& track, // << " matIdx= " << currentMaterialIndex // << " preCouple= " << (step.GetPreStepPoint())->GetMaterialCutsCouple() // << " postCouple= " << (step.GetPostStepPoint())->GetMaterialCutsCouple() - // << " rangeTable= " << theRangeTable + // << " rangeTable= " << theRangeTableForLoss << G4endl; } */ // Sample fluctuations - if (lossFluctuationFlag && eloss < preStepKinEnergy && eloss > 0.0) { + if (lossFluctuationFlag && eloss + lowestKinEnergy <= preStepKinEnergy) { eloss = modelManager->SampleFluctuations(currentMaterial, dynParticle, tmax, length, eloss, preStepScaledEnergy, @@ -693,7 +695,7 @@ G4VParticleChange* G4VEnergyLossProcess::AlongStepDoIt(const G4Track& track, G4int n = newp->size(); if(n > 0) { - aParticleChange.SetNumberOfSecondaries(n); + fParticleChange.SetNumberOfSecondaries(n); G4Track* t; G4double e; for (G4int i=0; iGetPDGMass(); preStepKinEnergy -= e; - aParticleChange.AddSecondary(t); + pParticleChange->AddSecondary(t); } } delete newp; @@ -711,28 +713,28 @@ G4VParticleChange* G4VEnergyLossProcess::AlongStepDoIt(const G4Track& track, preStepKinEnergy -= eloss; - /* +/* if(-1 < verboseLevel) { G4cout << "eloss(MeV)= " << eloss/MeV << " preStepKinEnergy= " << preStepKinEnergy << " lossFlag= " << lossFluctuationFlag << G4endl; } - */ +*/ - if (preStepKinEnergy <= 0.0) { + if (preStepKinEnergy <= lowestKinEnergy) { eloss += preStepKinEnergy; preStepKinEnergy = 0.0; - if (hasRestProcess) aParticleChange.SetStatusChange(fStopButAlive); - else aParticleChange.SetStatusChange(fStopAndKill); + if (hasRestProcess) fParticleChange.SetStatusChange(fStopButAlive); + else fParticleChange.SetStatusChange(fStopAndKill); } - aParticleChange.SetEnergyChange(preStepKinEnergy); - aParticleChange.SetLocalEnergyDeposit(eloss); + fParticleChange.SetProposedKineticEnergy(preStepKinEnergy); + fParticleChange.SetLocalEnergyDeposit(eloss); - return &aParticleChange; + return &fParticleChange; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -740,7 +742,7 @@ G4VParticleChange* G4VEnergyLossProcess::AlongStepDoIt(const G4Track& track, G4VParticleChange* G4VEnergyLossProcess::PostStepDoIt(const G4Track& track, const G4Step& step) { - aParticleChange.Initialize(track); + fParticleChange.InitializeForPostStep(track); G4double finalT = track.GetKineticEnergy(); G4double postStepScaledEnergy = finalT*massRatio; @@ -773,15 +775,15 @@ G4VParticleChange* G4VEnergyLossProcess::PostStepDoIt(const G4Track& track, SecondariesPostStep(currentModel,currentCouple,dynParticle,tcut,finalT); if (finalT <= 0.0) { - aParticleChange.SetEnergyChange(0.0); + fParticleChange.SetProposedKineticEnergy(0.0); - if (hasRestProcess) aParticleChange.SetStatusChange(fStopButAlive); - else aParticleChange.SetStatusChange(fStopAndKill); + if (hasRestProcess) fParticleChange.SetStatusChange(fStopButAlive); + else fParticleChange.SetStatusChange(fStopAndKill); - return pParticleChange; + return &fParticleChange; } - aParticleChange.SetEnergyChange(finalT); + fParticleChange.SetProposedKineticEnergy(finalT); return G4VContinuousDiscreteProcess::PostStepDoIt(track,step); } @@ -790,41 +792,37 @@ G4VParticleChange* G4VEnergyLossProcess::PostStepDoIt(const G4Track& track, void G4VEnergyLossProcess::PrintInfoDefinition() { - G4cout << G4endl << GetProcessName() << ": tables are built for " - << particle->GetParticleName() - << G4endl - << " dE/dx and range tables from " - << G4BestUnit(minKinEnergy,"Energy") - << " to " << G4BestUnit(maxKinEnergy,"Energy") - << " in " << nDEDXBins << " bins." << G4endl - << " Lambda tables from threshold to " - << G4BestUnit(maxKinEnergy,"Energy") - << " in " << nLambdaBins << " bins." - << G4endl; - if(theRangeTable) { - G4cout << " Step function: finalRange(mm)= " << finalRange/mm - << ", dRoverRange= " << dRoverRange - << ", integral: " << integral - << G4endl; - } - /* - G4cout << "DEDXTable address= " << theDEDXTable << G4endl; - if(theDEDXTable) G4cout << (*theDEDXTable) << G4endl; - G4cout << "RangeTable address= " << theRangeTable << G4endl; - if(theRangeTable) G4cout << (*theRangeTable) << G4endl; - G4cout << "InverseRangeTable address= " << theInverseRangeTable << G4endl; - if(theInverseRangeTable) G4cout << (*theInverseRangeTable) << G4endl; - */ - if(0 < verboseLevel) { - G4cout << "Tables are built for " << particle->GetParticleName() - << " IntegralFlag= " << integral + if(-1 < verboseLevel) { + G4cout << G4endl << GetProcessName() << ": tables are built for " + << particle->GetParticleName() + << G4endl + << " dE/dx and range tables from " + << G4BestUnit(minKinEnergy,"Energy") + << " to " << G4BestUnit(maxKinEnergy,"Energy") + << " in " << nDEDXBins << " bins." << G4endl + << " Lambda tables from threshold to " + << G4BestUnit(maxKinEnergy,"Energy") + << " in " << nLambdaBins << " bins." << G4endl; + if(theRangeTableForLoss) { + G4cout << " Step function: finalRange(mm)= " << finalRange/mm + << ", dRoverRange= " << dRoverRange + << ", integral: " << integral + << G4endl; + } + if(thePreciseRangeTable) { + G4cout << " Precise range table up" + << " to " << G4BestUnit(maxKinEnergyForRange,"Energy") + << " in " << nDEDXBinsForRange << " bins." << G4endl; + } if(2 < verboseLevel) { G4cout << "DEDXTable address= " << theDEDXTable << G4endl; if(theDEDXTable) G4cout << (*theDEDXTable) << G4endl; - G4cout << "RangeTable address= " << theRangeTable << G4endl; - if(theRangeTable) G4cout << (*theRangeTable) << G4endl; + G4cout << "PreciseRangeTable address= " << thePreciseRangeTable << G4endl; + if(thePreciseRangeTable) G4cout << (*thePreciseRangeTable) << G4endl; + G4cout << "RangeTableForLoss address= " << theRangeTableForLoss << G4endl; + if(theRangeTableForLoss) G4cout << (*theRangeTableForLoss) << G4endl; G4cout << "InverseRangeTable address= " << theInverseRangeTable << G4endl; if(theInverseRangeTable) G4cout << (*theInverseRangeTable) << G4endl; G4cout << "LambdaTable address= " << theLambdaTable << G4endl; @@ -847,31 +845,41 @@ void G4VEnergyLossProcess::SetDEDXTable(G4PhysicsTable* p) void G4VEnergyLossProcess::SetRangeTable(G4PhysicsTable* p) { - if(theRangeTable) theRangeTable->clearAndDestroy(); - theRangeTable = p; - size_t n = p->length(); - if(0 < n) { + if(thePreciseRangeTable) thePreciseRangeTable->clearAndDestroy(); + if(theDEDXAtMaxEnergy) delete [] theDEDXAtMaxEnergy; + if(theRangeAtMaxEnergy) delete [] theRangeAtMaxEnergy; + + thePreciseRangeTable = p; + if(p) { + size_t n = p->length(); G4PhysicsVector* pv = (*p)[0]; + G4double emax = pv->GetLowEdgeEnergy(pv->GetVectorLength()); G4bool b; - size_t nbins = pv->GetVectorLength(); - highKinEnergyForRange = pv->GetLowEdgeEnergy(nbins); theDEDXAtMaxEnergy = new G4double [n]; theRangeAtMaxEnergy = new G4double [n]; for (size_t i=0; iGetValue(highKinEnergyForRange, b); - G4double dedx = ((*theDEDXTable)[i])->GetValue(highKinEnergyForRange,b); + G4double r2 = pv->GetValue(emax, b); + G4double dedx = ((*theDEDXTable)[i])->GetValue(emax,b); theDEDXAtMaxEnergy[i] = dedx; theRangeAtMaxEnergy[i] = r2; - //G4cout << "i= " << i << " e2= " << e2 << " r2= " << r2 - //<< " dedx= " << dedx << G4endl; + //G4cout << "i= " << i << " e2(MeV)= " << emax/MeV << " r2= " << r2 + // << " dedx= " << dedx << G4endl; } } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... +void G4VEnergyLossProcess::SetRangeTableForLoss(G4PhysicsTable* p) +{ + if(theRangeTableForLoss) theRangeTableForLoss->clearAndDestroy(); + theRangeTableForLoss = p; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + void G4VEnergyLossProcess::SetSecondaryRangeTable(G4PhysicsTable* p) { theSecondaryRangeTable = p; @@ -909,11 +917,9 @@ void G4VEnergyLossProcess::SetSubLambdaTable(G4PhysicsTable* p) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... -G4PhysicsVector* G4VEnergyLossProcess::DEDXPhysicsVector(const G4MaterialCutsCouple* couple) +G4PhysicsVector* G4VEnergyLossProcess::DEDXPhysicsVector(const G4MaterialCutsCouple*) { - G4int nbins = 3; - if( couple->IsUsed() ) nbins = nDEDXBins; - //G4double emax = maxKinEnergy*exp( log(maxKinEnergy/minKinEnergy) / ((G4double)(nbins-1)) ); + G4int nbins = nDEDXBins; G4PhysicsVector* v = new G4PhysicsLogVector(minKinEnergy, maxKinEnergy, nbins); return v; } @@ -921,11 +927,9 @@ G4PhysicsVector* G4VEnergyLossProcess::DEDXPhysicsVector(const G4MaterialCutsCou //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... G4PhysicsVector* G4VEnergyLossProcess::DEDXPhysicsVectorForPreciseRange( - const G4MaterialCutsCouple* couple) + const G4MaterialCutsCouple*) { - G4int nbins = 3; - if( couple->IsUsed() ) nbins = nDEDXBinsForRange; - //G4double emax = maxKinEnergy*exp( log(maxKinEnergy/minKinEnergy) / ((G4double)(nbins-1)) ); + G4int nbins = nDEDXBinsForRange; G4PhysicsVector* v = new G4PhysicsLogVector(minKinEnergy, maxKinEnergyForRange, nbins); return v; } @@ -935,12 +939,10 @@ G4PhysicsVector* G4VEnergyLossProcess::DEDXPhysicsVectorForPreciseRange( G4PhysicsVector* G4VEnergyLossProcess::LambdaPhysicsVector(const G4MaterialCutsCouple* couple) { G4double cut = (*theCuts)[couple->GetIndex()]; - G4int nbins = 3; - if( couple->IsUsed() ) nbins = nLambdaBins; + G4int nbins = nLambdaBins; G4double tmin = std::max(MinPrimaryEnergy(particle, couple->GetMaterial(), cut), minKinEnergy); if(tmin >= maxKinEnergy) tmin = 0.5*maxKinEnergy; - // G4double xmax = maxKinEnergy*exp(log(maxKinEnergy/tmin)/((G4double)(nbins-1)) ); G4PhysicsVector* v = new G4PhysicsLogVector(tmin, maxKinEnergy, nbins); return v; } @@ -1055,9 +1057,15 @@ G4bool G4VEnergyLossProcess::StorePhysicsTable(G4ParticleDefinition* part, if( !yes ) res = false; } - if ( theRangeTable ) { + if ( thePreciseRangeTable ) { + const G4String name = GetPhysicsTableFileName(part,directory,"PreciseRange",ascii); + yes = thePreciseRangeTable->StorePhysicsTable(name,ascii); + if( !yes ) res = false; + } + + if ( theRangeTableForLoss ) { const G4String name = GetPhysicsTableFileName(part,directory,"Range",ascii); - yes = theRangeTable->StorePhysicsTable(name,ascii); + yes = theRangeTableForLoss->StorePhysicsTable(name,ascii); if( !yes ) res = false; } @@ -1140,7 +1148,7 @@ G4bool G4VEnergyLossProcess::RetrievePhysicsTable(G4ParticleDefinition* part, size_t numOfCouples = theCoupleTable->GetTableSize(); filename = GetPhysicsTableFileName(part,directory,"DEDX",ascii); - + table = new G4PhysicsTable(numOfCouples); yes = table->ExistPhysicsTable(filename); if(yes) yes = table->RetrievePhysicsTable(filename,ascii); @@ -1155,7 +1163,7 @@ G4bool G4VEnergyLossProcess::RetrievePhysicsTable(G4ParticleDefinition* part, fpi = false; table->clearAndDestroy(); if (0 < verboseLevel) { - G4cout << "DEDX table for " << particleName << " in file <" + G4cout << "DEDX table for " << particleName << " from file <" << filename << "> is not retrieved" << G4endl; } @@ -1166,9 +1174,9 @@ G4bool G4VEnergyLossProcess::RetrievePhysicsTable(G4ParticleDefinition* part, yes = table->ExistPhysicsTable(filename); if(yes) yes = table->RetrievePhysicsTable(filename,ascii); if(yes) { - SetRangeTable(table); + SetRangeTableForLoss(table); if (-1 < verboseLevel) { - G4cout << "Range table for " << particleName << " is retrieved from <" + G4cout << "Range table for loss for " << particleName << " is retrieved from <" << filename << ">" << G4endl; } @@ -1176,12 +1184,32 @@ G4bool G4VEnergyLossProcess::RetrievePhysicsTable(G4ParticleDefinition* part, table->clearAndDestroy(); if(fpi) { res = false; - G4cout << "Range table for " << particleName << " in file <" + G4cout << "Range table for loss for " << particleName << " from file <" << filename << "> is not retrieved" << G4endl; } } + filename = GetPhysicsTableFileName(part,directory,"PreciseRange",ascii); + table = new G4PhysicsTable(numOfCouples); + yes = table->ExistPhysicsTable(filename); + if(yes) yes = table->RetrievePhysicsTable(filename,ascii); + if(yes) { + SetRangeTable(table); + if (-1 < verboseLevel) { + G4cout << "Precise Range table for " << particleName << " is retrieved from <" + << filename << ">" + << G4endl; + } + } else { + table->clearAndDestroy(); + if(fpi) { + res = false; + G4cout << "Precise Range table for loss for " << particleName << " does not exist" + << G4endl; + } + } + filename = GetPhysicsTableFileName(part,directory,"InverseRange",ascii); table = new G4PhysicsTable(numOfCouples); yes = table->ExistPhysicsTable(filename); @@ -1197,7 +1225,7 @@ G4bool G4VEnergyLossProcess::RetrievePhysicsTable(G4ParticleDefinition* part, table->clearAndDestroy(); if(fpi) { res = false; - G4cout << "InverseRange table for " << particleName << " in file <" + G4cout << "InverseRange table for " << particleName << " from file <" << filename << "> is not retrieved" << G4endl; @@ -1219,7 +1247,7 @@ G4bool G4VEnergyLossProcess::RetrievePhysicsTable(G4ParticleDefinition* part, table->clearAndDestroy(); if(fpi) { res = false; - G4cout << "Lambda table for " << particleName << " in file <" + G4cout << "Lambda table for " << particleName << " from file <" << filename << "> is not retrieved" << G4endl; } @@ -1240,7 +1268,7 @@ G4bool G4VEnergyLossProcess::RetrievePhysicsTable(G4ParticleDefinition* part, table->clearAndDestroy(); if(nSCoffRegions) { res=false; - G4cout << "SubLambda table for " << particleName << " in file <" + G4cout << "SubLambda table for " << particleName << " from file <" << filename << "> is not retrieved" << G4endl; } @@ -1261,3 +1289,4 @@ G4bool G4VEnergyLossProcess::RetrievePhysicsTable(G4ParticleDefinition* part, //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... + diff --git a/source/processes/electromagnetic/utils/src/G4VMultipleScattering.cc b/source/processes/electromagnetic/utils/src/G4VMultipleScattering.cc index da794572ee..7e1315aca4 100644 --- a/source/processes/electromagnetic/utils/src/G4VMultipleScattering.cc +++ b/source/processes/electromagnetic/utils/src/G4VMultipleScattering.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4VMultipleScattering.cc,v 1.21 2003/11/11 14:05:10 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VMultipleScattering.cc,v 1.22 2004/03/01 12:17:07 urban Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------------- // @@ -41,7 +41,7 @@ // 16-07-03 Use G4VMscModel interface (V.Ivanchenko) // 03-11-03 Fix initialisation problem in RetrievePhysicsTable (V.Ivanchenko) // 04-11-03 Update PrintInfoDefinition (V.Ivanchenko) -// +// 01-03-04 SampleCosineTheta signature changed // // Class Description: // @@ -180,8 +180,12 @@ G4VParticleChange* G4VMultipleScattering::PostStepDoIt(const G4Track& track, G4double kineticEnergy = track.GetKineticEnergy(); G4double truestep = step.GetStepLength(); + G4double lambda = GetLambda(track.GetDynamicParticle()->GetDefinition(), + kineticEnergy) ; + + if (kineticEnergy > 0.0) { - G4double cth = currentModel->SampleCosineTheta(truestep); + G4double cth = currentModel->SampleCosineTheta(truestep,kineticEnergy,lambda); G4double sth = sqrt(1.-cth*cth); G4double phi = twopi*G4UniformRand(); G4double dirx = sth*cos(phi); @@ -192,7 +196,6 @@ G4VParticleChange* G4VMultipleScattering::PostStepDoIt(const G4Track& track, newDirection.rotateUz(oldDirection); fParticleChange.SetMomentumChange(newDirection); - /* if(0 < verboseLevel) { const G4ParticleDefinition* pd = dynParticle->GetDefinition(); diff --git a/source/processes/electromagnetic/xrays/include/G4Cerenkov.hh b/source/processes/electromagnetic/xrays/include/G4Cerenkov.hh index bcd32a4e09..84cdcae196 100644 --- a/source/processes/electromagnetic/xrays/include/G4Cerenkov.hh +++ b/source/processes/electromagnetic/xrays/include/G4Cerenkov.hh @@ -22,7 +22,7 @@ // // // $Id: G4Cerenkov.hh,v 1.5 2001/07/11 10:03:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/processes/electromagnetic/xrays/include/G4ForwardXrayTR.hh b/source/processes/electromagnetic/xrays/include/G4ForwardXrayTR.hh index bcfd9b3d4b..a9f36cd1af 100644 --- a/source/processes/electromagnetic/xrays/include/G4ForwardXrayTR.hh +++ b/source/processes/electromagnetic/xrays/include/G4ForwardXrayTR.hh @@ -22,7 +22,7 @@ // // // $Id: G4ForwardXrayTR.hh,v 1.11 2003/06/16 17:02:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4ForwardXrayTR -- header file // diff --git a/source/processes/electromagnetic/xrays/include/G4GammaXTRadiator.hh b/source/processes/electromagnetic/xrays/include/G4GammaXTRadiator.hh index 66614c5d18..8226a5af2f 100644 --- a/source/processes/electromagnetic/xrays/include/G4GammaXTRadiator.hh +++ b/source/processes/electromagnetic/xrays/include/G4GammaXTRadiator.hh @@ -22,7 +22,7 @@ // // // $Id: G4GammaXTRadiator.hh,v 1.1 2002/01/22 15:22:53 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/processes/electromagnetic/xrays/include/G4RegularXTRadiator.hh b/source/processes/electromagnetic/xrays/include/G4RegularXTRadiator.hh index b51d58f386..25944239d9 100644 --- a/source/processes/electromagnetic/xrays/include/G4RegularXTRadiator.hh +++ b/source/processes/electromagnetic/xrays/include/G4RegularXTRadiator.hh @@ -22,7 +22,7 @@ // // // $Id: G4RegularXTRadiator.hh,v 1.2 2002/01/18 17:26:20 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/processes/electromagnetic/xrays/include/G4Scintillation.hh b/source/processes/electromagnetic/xrays/include/G4Scintillation.hh index ebe2aa7d3d..07a91e3bde 100644 --- a/source/processes/electromagnetic/xrays/include/G4Scintillation.hh +++ b/source/processes/electromagnetic/xrays/include/G4Scintillation.hh @@ -22,7 +22,7 @@ // // // $Id: G4Scintillation.hh,v 1.11 2002/11/25 18:48:51 gum Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/processes/electromagnetic/xrays/include/G4TransitionRadiation.hh b/source/processes/electromagnetic/xrays/include/G4TransitionRadiation.hh index 43d74c82fd..52807cfcae 100644 --- a/source/processes/electromagnetic/xrays/include/G4TransitionRadiation.hh +++ b/source/processes/electromagnetic/xrays/include/G4TransitionRadiation.hh @@ -22,7 +22,7 @@ // // // $Id: G4TransitionRadiation.hh,v 1.7 2003/06/03 08:11:01 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4TransitionRadiation -- header file // diff --git a/source/processes/electromagnetic/xrays/include/G4VXTRenergyLoss.hh b/source/processes/electromagnetic/xrays/include/G4VXTRenergyLoss.hh index b3226361ce..bf4f39629a 100644 --- a/source/processes/electromagnetic/xrays/include/G4VXTRenergyLoss.hh +++ b/source/processes/electromagnetic/xrays/include/G4VXTRenergyLoss.hh @@ -22,7 +22,7 @@ // // // $Id: G4VXTRenergyLoss.hh,v 1.5 2003/06/16 17:02:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // /////////////////////////////////////////////////////////////////////////// diff --git a/source/processes/electromagnetic/xrays/src/G4Cerenkov.cc b/source/processes/electromagnetic/xrays/src/G4Cerenkov.cc index 5f294db4f5..02342264e3 100644 --- a/source/processes/electromagnetic/xrays/src/G4Cerenkov.cc +++ b/source/processes/electromagnetic/xrays/src/G4Cerenkov.cc @@ -22,7 +22,7 @@ // // // $Id: G4Cerenkov.cc,v 1.14 2003/02/12 08:52:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //////////////////////////////////////////////////////////////////////// // Cerenkov Radiation Class Implementation diff --git a/source/processes/electromagnetic/xrays/src/G4ForwardXrayTR.cc b/source/processes/electromagnetic/xrays/src/G4ForwardXrayTR.cc index 5c30ed9db1..0fada923cc 100644 --- a/source/processes/electromagnetic/xrays/src/G4ForwardXrayTR.cc +++ b/source/processes/electromagnetic/xrays/src/G4ForwardXrayTR.cc @@ -22,7 +22,7 @@ // // // $Id: G4ForwardXrayTR.cc,v 1.10 2003/06/03 08:11:01 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4ForwardXrayTR class -- implementation file diff --git a/source/processes/electromagnetic/xrays/src/G4GammaXTRadiator.cc b/source/processes/electromagnetic/xrays/src/G4GammaXTRadiator.cc index e2ad0205f9..1120ebee93 100644 --- a/source/processes/electromagnetic/xrays/src/G4GammaXTRadiator.cc +++ b/source/processes/electromagnetic/xrays/src/G4GammaXTRadiator.cc @@ -22,7 +22,7 @@ // // // $Id: G4GammaXTRadiator.cc,v 1.2 2003/06/16 17:02:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/processes/electromagnetic/xrays/src/G4RegularXTRadiator.cc b/source/processes/electromagnetic/xrays/src/G4RegularXTRadiator.cc index c27b725f9c..c287aa3c40 100644 --- a/source/processes/electromagnetic/xrays/src/G4RegularXTRadiator.cc +++ b/source/processes/electromagnetic/xrays/src/G4RegularXTRadiator.cc @@ -22,7 +22,7 @@ // // // $Id: G4RegularXTRadiator.cc,v 1.3 2003/06/16 17:02:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/processes/electromagnetic/xrays/src/G4Scintillation.cc b/source/processes/electromagnetic/xrays/src/G4Scintillation.cc index 1ca9bb3cef..0330c934ca 100644 --- a/source/processes/electromagnetic/xrays/src/G4Scintillation.cc +++ b/source/processes/electromagnetic/xrays/src/G4Scintillation.cc @@ -22,7 +22,7 @@ // // // $Id: G4Scintillation.cc,v 1.18 2003/06/16 17:02:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //////////////////////////////////////////////////////////////////////// // Scintillation Light Class Implementation diff --git a/source/processes/electromagnetic/xrays/src/G4TransitionRadiation.cc b/source/processes/electromagnetic/xrays/src/G4TransitionRadiation.cc index 63a35498cb..c88054de77 100644 --- a/source/processes/electromagnetic/xrays/src/G4TransitionRadiation.cc +++ b/source/processes/electromagnetic/xrays/src/G4TransitionRadiation.cc @@ -22,7 +22,7 @@ // // // $Id: G4TransitionRadiation.cc,v 1.3 2001/07/11 10:03:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4TransitionRadiation class -- implementation file diff --git a/source/processes/electromagnetic/xrays/src/G4VXTRenergyLoss.cc b/source/processes/electromagnetic/xrays/src/G4VXTRenergyLoss.cc index 53f284fe28..4f7fe0380f 100644 --- a/source/processes/electromagnetic/xrays/src/G4VXTRenergyLoss.cc +++ b/source/processes/electromagnetic/xrays/src/G4VXTRenergyLoss.cc @@ -23,7 +23,7 @@ // // $Id: G4VXTRenergyLoss.cc,v 1.11 2003/06/20 15:10:20 grichine Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // History: // 2001-2002 R&D by V.Grichine diff --git a/source/processes/hadronic/cross_sections/include/G4ElectroNuclearCrossSection.hh b/source/processes/hadronic/cross_sections/include/G4ElectroNuclearCrossSection.hh index 0927992fcc..532cc3781f 100644 --- a/source/processes/hadronic/cross_sections/include/G4ElectroNuclearCrossSection.hh +++ b/source/processes/hadronic/cross_sections/include/G4ElectroNuclearCrossSection.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: gcross-V05-02-01 $ // // // GEANT4 physics class: G4ElectroNuclearCrossSection -- header file diff --git a/source/processes/hadronic/cross_sections/include/G4HadronCrossSections.hh b/source/processes/hadronic/cross_sections/include/G4HadronCrossSections.hh index c636a4a41a..10bfa6956b 100644 --- a/source/processes/hadronic/cross_sections/include/G4HadronCrossSections.hh +++ b/source/processes/hadronic/cross_sections/include/G4HadronCrossSections.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: gcross-V05-02-01 $ // // // GEANT4 Hadron physics class -- header file diff --git a/source/processes/hadronic/cross_sections/include/G4PhotoNuclearCrossSection.hh b/source/processes/hadronic/cross_sections/include/G4PhotoNuclearCrossSection.hh index 1596a6e765..17811f5f92 100644 --- a/source/processes/hadronic/cross_sections/include/G4PhotoNuclearCrossSection.hh +++ b/source/processes/hadronic/cross_sections/include/G4PhotoNuclearCrossSection.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: gcross-V05-02-01 $ // // // GEANT4 physics class: G4PhotoNuclearCrossSection -- header file diff --git a/source/processes/hadronic/cross_sections/src/G4ElectroNuclearCrossSection.cc b/source/processes/hadronic/cross_sections/src/G4ElectroNuclearCrossSection.cc index 1cfd0da6d6..546d21b639 100644 --- a/source/processes/hadronic/cross_sections/src/G4ElectroNuclearCrossSection.cc +++ b/source/processes/hadronic/cross_sections/src/G4ElectroNuclearCrossSection.cc @@ -22,7 +22,7 @@ // // // $Id: G4ElectroNuclearCrossSection.cc,v 1.22 2003/11/19 11:08:40 mkossov Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Physics class: G4ElectroNuclearCrossSection for gamma+A cross sections diff --git a/source/processes/hadronic/cross_sections/src/G4HadronCaptureDataSet.cc b/source/processes/hadronic/cross_sections/src/G4HadronCaptureDataSet.cc index 0368021eb1..9ac7b1d248 100644 --- a/source/processes/hadronic/cross_sections/src/G4HadronCaptureDataSet.cc +++ b/source/processes/hadronic/cross_sections/src/G4HadronCaptureDataSet.cc @@ -22,7 +22,7 @@ // // // $Id: G4HadronCaptureDataSet.cc,v 1.6 2003/07/01 15:08:46 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: gcross-V05-02-01 $ // // // G4 Physics class: HadronCaptureDataSet for cross sections diff --git a/source/processes/hadronic/cross_sections/src/G4HadronCrossSections.cc b/source/processes/hadronic/cross_sections/src/G4HadronCrossSections.cc index b5c3ec4320..e3b62b3b10 100644 --- a/source/processes/hadronic/cross_sections/src/G4HadronCrossSections.cc +++ b/source/processes/hadronic/cross_sections/src/G4HadronCrossSections.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Hadron Physics class G4HadronCrossSections diff --git a/source/processes/hadronic/cross_sections/src/G4HadronElasticDataSet.cc b/source/processes/hadronic/cross_sections/src/G4HadronElasticDataSet.cc index e71e51542f..c4c60fe4b6 100644 --- a/source/processes/hadronic/cross_sections/src/G4HadronElasticDataSet.cc +++ b/source/processes/hadronic/cross_sections/src/G4HadronElasticDataSet.cc @@ -22,7 +22,7 @@ // // // $Id: G4HadronElasticDataSet.cc,v 1.6 2003/07/01 15:08:46 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: gcross-V05-02-01 $ // // // G4 Physics class: HadronElasticDataSet for cross sections diff --git a/source/processes/hadronic/cross_sections/src/G4HadronFissionDataSet.cc b/source/processes/hadronic/cross_sections/src/G4HadronFissionDataSet.cc index 05cdf1b921..cbc2b4a979 100644 --- a/source/processes/hadronic/cross_sections/src/G4HadronFissionDataSet.cc +++ b/source/processes/hadronic/cross_sections/src/G4HadronFissionDataSet.cc @@ -22,7 +22,7 @@ // // // $Id: G4HadronFissionDataSet.cc,v 1.6 2003/07/01 15:08:46 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: gcross-V05-02-01 $ // // // G4 Physics class: HadronFissionDataSet for cross sections diff --git a/source/processes/hadronic/cross_sections/src/G4HadronInelasticDataSet.cc b/source/processes/hadronic/cross_sections/src/G4HadronInelasticDataSet.cc index bb3fcf51fd..54d21fb49e 100644 --- a/source/processes/hadronic/cross_sections/src/G4HadronInelasticDataSet.cc +++ b/source/processes/hadronic/cross_sections/src/G4HadronInelasticDataSet.cc @@ -22,7 +22,7 @@ // // // $Id: G4HadronInelasticDataSet.cc,v 1.6 2003/07/01 15:08:46 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: gcross-V05-02-01 $ // // // G4 Physics class: HadronInelasticDataSet for cross sections diff --git a/source/processes/hadronic/cross_sections/src/G4PhotoNuclearCrossSection.cc b/source/processes/hadronic/cross_sections/src/G4PhotoNuclearCrossSection.cc index 3ac4647b5e..1b419c96db 100644 --- a/source/processes/hadronic/cross_sections/src/G4PhotoNuclearCrossSection.cc +++ b/source/processes/hadronic/cross_sections/src/G4PhotoNuclearCrossSection.cc @@ -22,7 +22,7 @@ // // // The lust update: M.V. Kossov, CERN/ITEP(Moscow) 17-June-02 -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: gcross-V05-02-01 $ // // // G4 Physics class: G4PhotoNuclearCrossSection for gamma+A cross sections diff --git a/source/processes/hadronic/cross_sections/src/G4PiData.cc b/source/processes/hadronic/cross_sections/src/G4PiData.cc index 0db9e3e076..045961c805 100644 --- a/source/processes/hadronic/cross_sections/src/G4PiData.cc +++ b/source/processes/hadronic/cross_sections/src/G4PiData.cc @@ -20,7 +20,7 @@ // * statement, and all its terms. * // ******************************************************************** // -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- // by J.P Wellisch, Sun Sep 15 2002. diff --git a/source/processes/hadronic/management/GNUmakefile b/source/processes/hadronic/management/GNUmakefile index de5f565bd1..3520069161 100644 --- a/source/processes/hadronic/management/GNUmakefile +++ b/source/processes/hadronic/management/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.2 2003/10/08 14:04:05 hpw Exp $ +# $Id: GNUmakefile,v 1.6 2004/03/23 12:22:39 stesting Exp $ # ---------------------------------------------------------------- # GNUmakefile for hadronic management library. G.Folger 10-Dec-97 # ---------------------------------------------------------------- @@ -31,3 +31,18 @@ CPPFLAGS += -I$(G4BASE)/global/management/include \ -I$(G4BASE)/materials/include include $(G4INSTALL)/config/common.gmk + +ifneq (,$(findstring WIN32-VC,$(G4SYSTEM))) + + CXXFLAGS_WITH_ZM = $(filter-out -Zm%,$(CXXFLAGS)) -Zm500 + +else + + CXXFLAGS_WITHOUT_O := $(filter-out -O% , $(CXXFLAGS)) + CXXFLAGS_WITHOUT_O := $(filter-out +O% , $(CXXFLAGS_WITHOUT_O)) + +$(G4TMPDIR)/G4HadronicInteractionWrapper.o: src/G4HadronicInteractionWrapper.cc + @$(ECHO) Compiling G4HadronicInteractionWrapper.cc ... + @$(CXX) $(CXXFLAGS_WITHOUT_O) $(CPPFLAGS) -g -c -o $@ \ + src/G4HadronicInteractionWrapper.cc +endif diff --git a/source/processes/hadronic/management/include/G4EnergyRangeManager.hh b/source/processes/hadronic/management/include/G4EnergyRangeManager.hh index f9df96e065..dbce65e033 100644 --- a/source/processes/hadronic/management/include/G4EnergyRangeManager.hh +++ b/source/processes/hadronic/management/include/G4EnergyRangeManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4EnergyRangeManager.hh,v 1.6 2003/07/01 15:05:32 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Energy Range Manager // original by H.P. Wellisch diff --git a/source/processes/hadronic/management/include/G4HadLeadBias.hh b/source/processes/hadronic/management/include/G4HadLeadBias.hh index 11838700b5..cae4cfdbcf 100644 --- a/source/processes/hadronic/management/include/G4HadLeadBias.hh +++ b/source/processes/hadronic/management/include/G4HadLeadBias.hh @@ -20,7 +20,7 @@ // * statement, and all its terms. * // ******************************************************************** // -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- #ifndef G4HadLeadBias_h diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionPtr.cc b/source/processes/hadronic/management/include/G4HadronicInteractionWrapper.hh similarity index 74% rename from source/processes/hadronic/models/im_r_matrix/src/G4CollisionPtr.cc rename to source/processes/hadronic/management/include/G4HadronicInteractionWrapper.hh index a45f50f3a0..0ac3a5eb7a 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionPtr.cc +++ b/source/processes/hadronic/management/include/G4HadronicInteractionWrapper.hh @@ -20,36 +20,19 @@ // * statement, and all its terms. * // ******************************************************************** // -// +#ifndef G4HadronicInteractionWrapper_h +#define G4HadronicInteractionWrapper_h 1 -#include "globals.hh" -#include "G4VCollision.hh" -#include "G4CollisionPtr.hh" +#include "G4HadronicWhiteBoard.hh" +#include "G4HadFinalState.hh" +#include "G4HadronicInteraction.hh" -G4CollisionPtr::G4CollisionPtr(G4VCollision* x): x_(x) -{ } - -G4CollisionPtr& G4CollisionPtr::operator= (const G4CollisionPtr& xw) +class G4HadronicInteractionWrapper { - x_ = xw.x_; - return *this; -} - -G4bool G4CollisionPtr::operator==(const G4CollisionPtr& right) const -{ - return *(this->operator()()) == *right(); -} - -const G4VCollision* G4CollisionPtr::operator() () const -{ return x_; } - -G4VCollision* G4CollisionPtr::operator() () -{ return x_; } - - - - - - - + public: + G4HadFinalState * ApplyInteraction(G4HadProjectile & thePro, + G4Nucleus & targetNucleus, + G4HadronicInteraction * theInteraction); +}; +#endif diff --git a/source/processes/hadronic/management/include/G4HadronicProcess.hh b/source/processes/hadronic/management/include/G4HadronicProcess.hh index 923021352e..14194bb349 100644 --- a/source/processes/hadronic/management/include/G4HadronicProcess.hh +++ b/source/processes/hadronic/management/include/G4HadronicProcess.hh @@ -93,7 +93,7 @@ class G4ParticleChange; { G4IsoParticleChange * anIsoResult = theIsoResult; if(theIsoResult) theOldIsoResult = theIsoResult; - theIsoResult = NULL; + theIsoResult = 0; return anIsoResult; } @@ -123,6 +123,7 @@ class G4ParticleChange; { G4VProcess::theNumberOfInteractionLengthLeft = -log( G4UniformRand() ); theInitialNumberOfInteractionLength = G4VProcess::theNumberOfInteractionLengthLeft; + // hpw ReStarted = true; } G4VParticleChange *GeneralPostStepDoIt( const G4Track &aTrack, @@ -227,6 +228,8 @@ class G4ParticleChange; G4double aScaleFactor; G4bool xBiasOn; G4double theLastCrossSection; + + G4int ModelingState; }; #endif diff --git a/source/processes/hadronic/management/include/G4VLeadingParticleBiasing.hh b/source/processes/hadronic/management/include/G4VLeadingParticleBiasing.hh index 8f10c05187..53fb449e83 100644 --- a/source/processes/hadronic/management/include/G4VLeadingParticleBiasing.hh +++ b/source/processes/hadronic/management/include/G4VLeadingParticleBiasing.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4VLeadingParticleBiasing.hh,v 1.4 2003/07/01 15:05:32 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------------- #ifndef G4VLeadingParticleBiasing_h diff --git a/source/processes/hadronic/management/src/G4EnergyRangeManager.cc b/source/processes/hadronic/management/src/G4EnergyRangeManager.cc index e9dc2a0b55..8f86151f9c 100644 --- a/source/processes/hadronic/management/src/G4EnergyRangeManager.cc +++ b/source/processes/hadronic/management/src/G4EnergyRangeManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4EnergyRangeManager.cc,v 1.11 2003/11/03 17:47:30 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Energy Range Manager // original by H.P. Wellisch diff --git a/source/processes/hadronic/management/src/G4HadronicInteractionWrapper.cc b/source/processes/hadronic/management/src/G4HadronicInteractionWrapper.cc new file mode 100644 index 0000000000..7847cdbc10 --- /dev/null +++ b/source/processes/hadronic/management/src/G4HadronicInteractionWrapper.cc @@ -0,0 +1,34 @@ +// +// ******************************************************************** +// * DISCLAIMER * +// * * +// * The following disclaimer summarizes all the specific disclaimers * +// * of contributors to this software. The specific disclaimers,which * +// * govern, are listed with their locations in: * +// * http://cern.ch/geant4/license * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. * +// * * +// * This code implementation is the intellectual property of the * +// * GEANT4 collaboration. * +// * By copying, distributing or modifying the Program (or any work * +// * based on the Program) you indicate your acceptance of this * +// * statement, and all its terms. * +// ******************************************************************** +// +#include "G4HadronicInteractionWrapper.hh" + + G4HadFinalState * G4HadronicInteractionWrapper:: + ApplyInteraction(G4HadProjectile & thePro, + G4Nucleus & targetNucleus, + G4HadronicInteraction * theInteraction) + { + static G4HadronicWhiteBoard & theBoard = G4HadronicWhiteBoard::Instance(); + theBoard.SetProjectile(thePro); + theBoard.SetTargetNucleus(targetNucleus); + return theInteraction->ApplyYourself( thePro, targetNucleus); + } diff --git a/source/processes/hadronic/management/src/G4HadronicProcess.cc b/source/processes/hadronic/management/src/G4HadronicProcess.cc index b60025a8e6..080e4b8d39 100644 --- a/source/processes/hadronic/management/src/G4HadronicProcess.cc +++ b/source/processes/hadronic/management/src/G4HadronicProcess.cc @@ -47,11 +47,24 @@ #include "G4HadLeadBias.hh" #include "G4HadronicException.hh" #include "G4HadReentrentException.hh" +#include "G4HadronicInteractionWrapper.hh" + +#ifndef G4HadSignalHandler_off + #include "G4HadSignalHandler.hh" +#endif //@@ add model name info, once typeinfo available #include + + namespace G4HadronicProcess_local + { + extern "C" void G4HadronicProcessHandler_1(int) + { + G4HadronicWhiteBoard::Instance().Dump(); + } + } - G4IsoParticleChange * G4HadronicProcess::theIsoResult = NULL; - G4IsoParticleChange * G4HadronicProcess::theOldIsoResult = NULL; + G4IsoParticleChange * G4HadronicProcess::theIsoResult = 0; + G4IsoParticleChange * G4HadronicProcess::theOldIsoResult = 0; G4bool G4HadronicProcess::isoIsEnabled = true; void G4HadronicProcess:: @@ -63,6 +76,7 @@ G4HadronicProcess::G4HadronicProcess( const G4String &processName) : G4VDiscreteProcess( processName ) { + ModelingState = 0; isoIsOnAnyway = 0; theTotalResult = new G4ParticleChange(); theCrossSectionDataStore = new G4CrossSectionDataStore(); @@ -80,6 +94,10 @@ std::for_each(theBias.begin(), theBias.end(), G4Delete()); + if(theOldIsoResult) delete theOldIsoResult; + if(theIsoResult) delete theIsoResult; + theOldIsoResult=0; + theIsoResult=0; } void G4HadronicProcess::RegisterMe( G4HadronicInteraction *a ) @@ -96,6 +114,22 @@ G4double G4HadronicProcess:: GetMeanFreePath(const G4Track &aTrack, G4double, G4ForceCondition *) { +/* + if(ReStarted) + { + if(trackIdCache == aTrack.GetTrackId()) + { + theInitialNumberOfInteractionLength += G4VProcess::theNumberOfInteractionLengthLeft; + + } + else + { + theInitialNumberOfInteractionLength = G4VProcess::theNumberOfInteractionLengthLeft; + } + trackIdCache = aTrack.GetTrackId(); + ReStarted = false; + } +*/ G4double sigma = 0.0; try { @@ -120,6 +154,7 @@ GetMeanFreePath(const G4Track &aTrack, G4double, G4ForceCondition *) } G4Material *aMaterial = aTrack.GetMaterial(); G4int nElements = aMaterial->GetNumberOfElements(); + ModelingState = 1; // returns the mean free path in GEANT4 internal units @@ -282,6 +317,9 @@ GetMeanFreePath(const G4Track &aTrack, G4double, G4ForceCondition *) const G4Track &aTrack, const G4Step &) { // G4cout << theNumberOfInteractionLengthLeft<GetKineticEnergy(); @@ -329,7 +367,8 @@ GetMeanFreePath(const G4Track &aTrack, G4double, G4ForceCondition *) { try { - result = theInteraction->ApplyYourself( thePro, targetNucleus); + G4HadronicInteractionWrapper aW; + result = aW.ApplyInteraction(thePro, targetNucleus, theInteraction); } catch(G4HadReentrentException aR) { @@ -359,6 +398,11 @@ GetMeanFreePath(const G4Track &aTrack, G4double, G4ForceCondition *) } } while(!result); + if(!ModelingState && !getenv("BypassAllSafetyChecks") ) + { + G4cout << "ERROR IN EXECUTION -- HADRONIC PROCESS STATE NOT VALID"<GetStatusChange() == isAlive && thePro.GetDefinition() != aTrack.GetDefinition()) { G4DynamicParticle * aP = const_cast(aTrack.GetDynamicParticle()); @@ -405,6 +449,7 @@ GetMeanFreePath(const G4Track &aTrack, G4double, G4ForceCondition *) } G4double e=aTrack.GetKineticEnergy(); + ModelingState = 0; if(e<5*GeV) { for(size_t i=0; iGetIsotope(aTrack, aNucleus); - if(anIsoResult!=NULL) + if(anIsoResult!=0) { done = true; break; @@ -519,6 +568,8 @@ XBiasSecondaryWeight() return result; } +struct G4Nancheck{ bool operator()(G4double aV){return (!(aV<1))&&(!(aV>-1));}}; + void G4HadronicProcess::FillTotalResult(G4HadFinalState * aR, const G4Track & aT) { // G4cout << "############# Entry debug " @@ -528,6 +579,7 @@ void G4HadronicProcess::FillTotalResult(G4HadFinalState * aR, const G4Track & aT // <Clear(); theTotalResult->SetLocalEnergyDeposit(0.); theTotalResult->Initialize(aT); @@ -557,21 +609,33 @@ void G4HadronicProcess::FillTotalResult(G4HadFinalState * aR, const G4Track & aT theTotalResult->SetEnergyChange( 0.0 ); } } - else if(aR->GetStatusChange()==suspend) - { - theTotalResult->SetStatusChange(fSuspend); - if(xBiasOn) - { - G4Exception("G4HadronicProcess", "007", FatalException, - "Cannot cross-section bias a process that suspends tracks."); - } - } else if(aR->GetStatusChange()!=stopAndKill ) { + if(aR->GetStatusChange()==suspend) + { + theTotalResult->SetStatusChange(fSuspend); + if(xBiasOn) + { + G4Exception("G4HadronicProcess", "007", FatalException, + "Cannot cross-section bias a process that suspends tracks."); + } + } if(xBiasOn && G4UniformRand()SetWeightChange( XBiasSurvivalProbability()*aT.GetWeight() ); G4double newWeight = aR->GetWeightChange()*aT.GetWeight(); + if(go_wild(aR->GetEnergyChange())) + { + G4Exception("G4HadronicProcess", "007", FatalException, + "surviving track received NaN energy."); + } + if(go_wild(aR->GetMomentumChange().x()) || + go_wild(aR->GetMomentumChange().y()) || + go_wild(aR->GetMomentumChange().z())) + { + G4Exception("G4HadronicProcess", "007", FatalException, + "survivine track received NaN momentum."); + } G4DynamicParticle * aNew = new G4DynamicParticle(aT.GetDefinition(), aR->GetEnergyChange(), aR->GetMomentumChange()); @@ -582,7 +646,15 @@ void G4HadronicProcess::FillTotalResult(G4HadFinalState * aR, const G4Track & aT { G4double newWeight = aR->GetWeightChange()*aT.GetWeight(); theTotalResult->SetWeightChange(newWeight); // This is multiplicative - if(aR->GetEnergyChange()>-.5) theTotalResult->SetEnergyChange(aR->GetEnergyChange()); + if(aR->GetEnergyChange()>-.5) + { + if(go_wild(aR->GetEnergyChange())) + { + G4Exception("G4HadronicProcess", "007", FatalException, + "track received NaN energy."); + } + theTotalResult->SetEnergyChange(aR->GetEnergyChange()); + } G4LorentzVector newDirection(aR->GetMomentumChange().unit(), 1.); newDirection*=aR->GetTrafoToLab(); theTotalResult->SetMomentumDirectionChange(newDirection.vect()); @@ -603,6 +675,18 @@ void G4HadronicProcess::FillTotalResult(G4HadFinalState * aR, const G4Track & aT G4LorentzVector theM = aR->GetSecondary(i)->GetParticle()->Get4Momentum(); theM.rotate(rotation, it); theM*=aR->GetTrafoToLab(); + if(go_wild(theM.e())) + { + G4Exception("G4HadronicProcess", "007", FatalException, + "secondary track received NaN energy."); + } + if(go_wild(theM.x()) || + go_wild(theM.y()) || + go_wild(theM.z())) + { + G4Exception("G4HadronicProcess", "007", FatalException, + "secondary track received NaN momentum."); + } aR->GetSecondary(i)->GetParticle()->Set4Momentum(theM); G4double time = aR->GetSecondary(i)->GetTime(); if(time<0) time = aT.GetGlobalTime(); diff --git a/source/processes/hadronic/models/binary_cascade/src/G4BinaryLightIonReaction.cc b/source/processes/hadronic/models/binary_cascade/src/G4BinaryLightIonReaction.cc index b7fb0ea674..22393c7e93 100644 --- a/source/processes/hadronic/models/binary_cascade/src/G4BinaryLightIonReaction.cc +++ b/source/processes/hadronic/models/binary_cascade/src/G4BinaryLightIonReaction.cc @@ -93,6 +93,7 @@ { // G4cout << "Using pre-compound only, E= "<GetMomentum().t()-aNuc->GetMomentum().mag()); theStatisticalExEnergy += deltaE; } - debug.push_back("collected a hit"); debug.dump(); + debug.push_back("collected a hit"); + debug.push_back(aNuc->GetMomentum()); + debug.dump(); } delete fancyNucleus; delete projectile; @@ -253,6 +256,7 @@ G4LorentzVector fState(0,0,0,0); G4LorentzVector pspectators(0,0,0,0); unsigned int i(0); +// G4int spectA(0),spectZ(0); for(i=0; isize(); i++) { if( (*result)[i]->GetNewlyAdded() ) @@ -260,11 +264,21 @@ fState += G4LorentzVector( (*result)[i]->GetMomentum(), (*result)[i]->GetTotalEnergy() ); cascaders->push_back((*result)[i]); // G4cout <<" secondary ... "; + debug.push_back("secondary "); + debug.push_back((*result)[i]->GetDefinition()->GetParticleName()); + debug.push_back(G4LorentzVector((*result)[i]->GetMomentum(),(*result)[i]->GetTotalEnergy())); + debug.dump(); } else { // G4cout <<" spectator ... "; pspectators += G4LorentzVector( (*result)[i]->GetMomentum(), (*result)[i]->GetTotalEnergy() ); spectators->push_back((*result)[i]); + debug.push_back("spectator "); + debug.push_back((*result)[i]->GetDefinition()->GetParticleName()); + debug.push_back(G4LorentzVector((*result)[i]->GetMomentum(),(*result)[i]->GetTotalEnergy())); + debug.dump(); +// spectA++; +// spectZ+= G4lrint((*result)[i]->GetDefinition()->GetPDGCharge()); } // G4cout << (*result)[i]<< " " @@ -272,6 +286,11 @@ // << (*result)[i]->GetMomentum()<< " " // << (*result)[i]->GetTotalEnergy() << G4endl; } +// if ( spectA-resA !=0 || spectZ-resZ !=0) +// { +// G4cout << "spect Nucl != spectators: nucl a,z; spect a,z" << +// resA <<" "<< resZ <<" ; " << spectA <<" "<< spectZ << G4endl; +// } delete result; debug.push_back(" iState - (fState+pspectators) "); debug.push_back(iState-fState-pspectators); @@ -328,6 +347,7 @@ // G4cout << " == post boost 1 "<< momentum.e()<< " "<< momentum.mag()<0 && resA>1) { // Make the fragment @@ -361,6 +381,11 @@ // << momentum.mag() <<" "<< momentum.mag() - mFragment // << " "<begin();ispectator!=spectators->end();ispectator++) + { + delete *ispectator; + } } else if(resA!=0) { @@ -368,6 +393,8 @@ for (ispectator=spectators->begin();ispectator!=spectators->end();ispectator++) { (*ispectator)->SetNewlyAdded(true); + cascaders->push_back(*ispectator); + pFragments+=G4LorentzVector((*ispectator)->GetMomentum(),(*ispectator)->GetTotalEnergy()); // G4cout << "from spectator " // << (*ispectator)->GetDefinition()->GetParticleName() << " " // << (*ispectator)->GetMomentum()<< " " @@ -383,7 +410,6 @@ if(proFrag) debug.push_back(proFrag->size()); debug.dump(); G4ReactionProductVector::iterator ii; - G4LorentzVector pFragments(0); if(proFrag) for(ii=proFrag->begin(); ii!=proFrag->end(); ii++) { (*ii)->SetNewlyAdded(true); @@ -414,6 +440,8 @@ { cascaders->push_back(*ii); } + if (proFrag) delete proFrag; + if ( ! EnergyIsCorrect ) { if (! EnergyAndMomentumCorrector(cascaders,iState)) @@ -459,6 +487,7 @@ // <<" "<< aNew->GetTotalEnergy() // << G4endl; } + delete (*cascaders)[i]; } if(cascaders) delete cascaders; diff --git a/source/processes/hadronic/models/binary_cascade/src/G4RKPropagation.cc b/source/processes/hadronic/models/binary_cascade/src/G4RKPropagation.cc index 6a896c6442..6fc4098aec 100644 --- a/source/processes/hadronic/models/binary_cascade/src/G4RKPropagation.cc +++ b/source/processes/hadronic/models/binary_cascade/src/G4RKPropagation.cc @@ -517,10 +517,12 @@ G4bool G4RKPropagation::FieldTransport(G4KineticTrack * kt, const G4double timeS // G4cout << "currTimeStep = " << currTimeStep << G4endl; if(!driver->AccurateAdvance(track, timeStep, eps)) { // cannot track this particle +#ifdef debug_1_RKPropagation std::cerr << "G4RKPropagation::FieldTransport() warning: integration error." << G4endl << "position " << kt->GetPosition() << " 4mom " <GetTrackingMomentum() <This(new mass corM)+fr4Mom(correct) - G4bool CorEDecayIn2(G4double corE, G4LorentzVector& fr4Mom);//->This(E+=corE,P)+fr4Mom(fE-=corE,fP) + G4bool CorMDecayIn2(G4double corM, G4LorentzVector& fr4Mom);// This(newMass corM)+fr4Mom + G4bool CorEDecayIn2(G4double corE, G4LorentzVector& fr4Mom);// This(E+=cE,P)+f(fE-=cE,fP) G4bool RelDecayIn2(G4LorentzVector& f4Mom, G4LorentzVector& s4Mom, G4LorentzVector& dir, G4double maxCost = 1., G4double minCost = -1.); G4bool DecayIn3(G4LorentzVector& f4Mom, G4LorentzVector& s4Mom, G4LorentzVector& t4Mom); @@ -96,28 +96,28 @@ private: private: G4QPDGCode theQPDG; // Instance of QPDG for the Hadron G4LorentzVector theMomentum; // The 4-mom of Hadron - G4QContent valQ; // QC ( @@ ?? for Quasmon and Chipolino) - G4int nFragm; // =0 - stable, =N - decayed in N particles + G4QContent valQ; // QC (@@ for Quasmon and Chipolino?) + G4int nFragm; // 0 - stable, N - decayed in N part's }; inline G4bool G4QHadron::operator==(const G4QHadron &rhs) const {return this==&rhs;} inline G4bool G4QHadron::operator!=(const G4QHadron &rhs) const {return this!=&rhs;} -inline G4int G4QHadron::GetPDGCode() const {return theQPDG.GetPDGCode();} -inline G4int G4QHadron::GetQCode() const {return theQPDG.GetQCode();} -inline G4QPDGCode G4QHadron::GetQPDG() const {return theQPDG;} -inline G4QContent G4QHadron::GetQC() const {return valQ;} -inline G4LorentzVector G4QHadron::Get4Momentum() const {return theMomentum;} -inline G4int G4QHadron::GetNFragments() const {return nFragm;} +inline G4int G4QHadron::GetPDGCode() const {return theQPDG.GetPDGCode();} +inline G4int G4QHadron::GetQCode() const {return theQPDG.GetQCode();} +inline G4QPDGCode G4QHadron::GetQPDG() const {return theQPDG;} +inline G4QContent G4QHadron::GetQC() const {return valQ;} +inline G4LorentzVector G4QHadron::Get4Momentum() const {return theMomentum;} +inline G4int G4QHadron::GetNFragments() const {return nFragm;} //@@ This is an example how to make other inline selectors for the 4-Momentum of the Hadron -inline G4double G4QHadron::GetMass() const {return theMomentum.m();} -inline G4double G4QHadron::GetMass2() const {return theMomentum.m2();} +inline G4double G4QHadron::GetMass() const {return theMomentum.m();} +inline G4double G4QHadron::GetMass2() const {return theMomentum.m2();} //@@ This is an example how to make other inline selectors for the Hadron -inline G4int G4QHadron::GetCharge() const {return valQ.GetCharge();} -inline G4int G4QHadron::GetStrangeness() const {return valQ.GetStrangeness();} -inline G4int G4QHadron::GetBaryonNumber() const {return valQ.GetBaryonNumber();} +inline G4int G4QHadron::GetCharge() const {return valQ.GetCharge();} +inline G4int G4QHadron::GetStrangeness() const {return valQ.GetStrangeness();} +inline G4int G4QHadron::GetBaryonNumber() const {return valQ.GetBaryonNumber();} -inline void G4QHadron::MakeAntiHadron() {if(TestRealNeutral()) NegPDGCode();} +inline void G4QHadron::MakeAntiHadron() {if(TestRealNeutral()) NegPDGCode();} inline void G4QHadron::SetQPDG(const G4QPDGCode& newQPDG) { theQPDG = newQPDG; @@ -125,6 +125,13 @@ inline void G4QHadron::SetQPDG(const G4QPDGCode& newQPDG) G4int Q = newQPDG.GetQCode(); //G4cout<<"G4QHadron::SetQPDG is called with PDGCode="<InitQParticle(i); // //if(!i) G4cout<<"G4QCHIPSWorld::GetParticles:Pt#0="<2 || nUP>1 || (nD<2 && nS<2))) // --- U-Ubar pair + //if (nRet && nSP==1 && !nQAQ) base = nLP; // Keep S-Sbar pair if possible + G4int j = static_cast(base*G4UniformRand()); // Random integer "SortOfQuark" + if (nUP && j2 || nUP>1 || (nD<2 && nS<2)))// --- U-Ubar pair { #ifdef pdebug G4cout<<"G4QC::DecQC: decrementing UAU pair UP="<4) // Super Exotics { #ifdef debug - G4cout<<"***G4QC::SPDG:n>4 SuperExo: U="<4 SEx:U="<1) { #ifdef debug - G4cout<<"***G4QC::SPDG: Strangeness="<>>>>>G4QE::Const: Called targPDG="<GetQC()<Get4Momentum()< tC="<GetQPEntries(); // A#of init'ed particles in CHIPS World + G4int nCl=nP-90; // A#of init'ed clusters in CHIPS World +#ifdef pdebug + G4cout<<"G4QEnv:Const:Before NCI:n="<GetNFragments()<<",tC=" + < mPi0 ?"<GetPDGCode(); + if(opPDG==22) // *** Check photon's NuclearSplitThreshold { - G4QNucleus exEnviron(tot4Mom,targPDG); - // One can put here the pbpt= (M.K.) - if(!exEnviron.SplitBaryon()) // Nucleus is below the splitting fragment threshold - { + G4double exMass=tot4Mom.m(); #ifdef pdebug - G4cout<<"G4QEnv::Const:Photon is added to the Output,E="< mPi0 ?"<nu,q) reaction succeded and Neutrino can be pushed to Output + G4QContent targQC=targQPDG.GetQuarkContent(); // QC of the target nucleus (local!) + targQC+=G4QContent(1,0,0,0,1,0); // Make iso-shift with a fake pi- (changed!) + G4LorentzVector fn4m=G4LorentzVector(0.,0.,0.,targM)-qi4m+qf4m; + G4double tm=fn4m.m(); // Real mass of the final nucleus + G4QNucleus fnN(targQC,fn4m); // Define the final state nucleus + G4double fnm=fnN.GetMZNS(); // GS Mass of the final state nucleus + G4QHadron* neutrino = 0; // Neutrino to be filled to Output + if(tmSetQPDG(pimQPDG); + opHad->Set4Momentum(fn4m); + } } for(G4int ih=0; ih The main LOOP over projQHadrons { @@ -145,7 +250,7 @@ G4QEnvironment::G4QEnvironment(const G4QHadronVector& projHadrons, const G4int t G4int hPDG = curHadr->GetPDGCode();// A PDG Code of the projQHadron if(!hPDG||hPDG==10) // Check for the validity of the QHadron (@@ 10 OK?) { - G4cerr<<"---Worning---G4QEnvironment::Constructor: wrong PDG("<GetQCode(); // One more check for valid of the QHadron if(hQ<0) { - G4cerr<<"---Worning---G4QEnv::Constructor:Q<0, PDG=("<GetQC(); #ifdef pdebug - G4cout<<"G4QE::Const:CreateQuasm, 4M="<GetQCode(); // One more check for valid of the QHadron if(hQ<0) { - G4cerr<<"---Worning---G4QEnviron::Constructor:Vacuum,Q<0, 1st HPDG="<GetCharge(); + finBaryoN+=theQHadrons[ih]->GetBaryonNumber(); + } + G4int nQuas=theQuasmons.size(); + if(nQuas) for(G4int iq=0; iqGetCharge(); + finBaryoN+=theQuasmons[iq]->GetBaryonNumber(); + } + if(finCharge!=totCharge || finBaryoN!=totBaryoN) + { + G4cerr<<"***G4QEnv::C:tC="<=0) for (G4int i=0; iGetQC(); // ^ + G4QContent totQC=theQuasmons[iq]->GetQC();// ^ G4int tQBN=totQC.GetBaryonNumber();// Baryon Number of not decayed Quasmon ^ G4QNucleus tqN(totQC); // Define the quasmon as a nucleus ^ G4double gsM=tqN.GetMZNS(); // GS Mass ^ @@ -948,6 +1180,9 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() if(tQBN>0&&totQM>gsM) // => "Try Quasmon evaporation" case ^ { G4QHadron* nuclQ = new G4QHadron(totQC,tot4M); // ^ +#ifdef fdebug + G4cout<<"G4QEnv::HadrQE:Vac,tQC"<KillQuasmon(); // Kill evaporated Quasmon ^ nlq--; // ^ @@ -1045,15 +1280,17 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() } // ^ } // ^ nOfOUT = theQHadrons.size(); // Update the value of OUTPUT entries ^ -#ifdef pdebug - G4LorentzVector totCur4M=totIn4M; // Compare with the total ^ +#ifdef rdebug + G4int tC=totInC; // Vacuum: No ResidualEnvironCharge ^ + G4LorentzVector t4M=totIn4M; // Vacuum: No ResidualEnvironment 4-Mom ^ for (G4int js=0; jsGetStatus()) // Subtract only if Quasmon is alive ^ { // ^ G4LorentzVector Q4M= pQ->Get4Momentum(); // ^ - totCur4M -= Q4M; // ^ + t4M -= Q4M; // ^ + tC -= pQ->GetQC().GetCharge(); // ^ } // ^ else G4cout<<"G4QE::HQ:SUM-4-Mom s("<GetStatus()<Get4Momentum(); // ^ - totCur4M -= hs4Mom; // ^ - } - } - G4cout<<"G4QE::HQ:||||Vacuum|||4-MomCHECK|||||| d4M="<GetCharge(); // ^ + } // ^ + } // ^ + G4cout<<"G4QE::HQ:|||Vacuum|||4-MomCHECK|||d4M="<0.) + { + f2Charge=theEnvironment.GetCharge(); + f2BaryoN=theEnvironment.GetA(); + } + G4int nHad=theQHadrons.size(); + if(nHad) for(G4int ih=0; ihGetCharge(); + f2BaryoN+=theQHadrons[ih]->GetBaryonNumber(); + } + G4int nQuas=theQuasmons.size(); + if(nQuas)for(G4int iqs=0; iqsGetCharge(); + f2BaryoN+=theQuasmons[iqs]->GetBaryonNumber(); + } + if(f2Charge!=totCharge || f2BaryoN!=totBaryoN) + { + G4cerr<<"**G4QE::HQ:(NucEnv)i#"<GetStatus(); // NewStatus after FragmentationAttempt ^ ^ if(!status) eCount--; // Dec. ExistingQuasmonsCounter for Q=0 ^ ^ G4int nHadrons = output->size(); // ^ ^ -#ifdef pdebug +#ifdef rdebug G4cout<<"G4QE::HQE:**AfterFragmAttempt**#"<Get4Momentum();// 4M of theOutputQHadron^ ^ G4int hPDG = insH->GetPDGCode(); // PDG Code of the Q-output Hadron ^ ^ G4cout<<"G4QE::HQE:SUM-4-Mom qh("<GetCharge(); // ^ ^ } // ^ ^ } // End of the LOOP over output QHadrons ^ ^ - G4cout<<"G4QEnv::HadrQE:|||||||4-MomCHECK|||||| d4M="<begin(), output->end(), DeleteQHadron()); // ->->->-^ @@ -1379,7 +1664,7 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() std::for_each(output->begin(), output->end(), DeleteQHadron()); // ->->->-^ output->clear(); // ^ delete output; // >========================================^ - throw G4QException("G4QEnvironment::HadronizeQEnvironment:DoNothPANIC");//^ + throw G4QException("G4QEnvironment::HadronizeQEnvironment:DoNothingEr");//^ } // ^ else if(status==2) // Treat PANIC for stat=2 (NothingWasDone) ^ { // ^ @@ -1390,16 +1675,16 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() G4LorentzVector cq4M=pQ->Get4Momentum(); // 4Mom of the Current Quasmon ^ G4double cqMass=cq4M.m(); // Real Mass of the current Quasmon ^ G4double fqMass=G4QPDGCode(22).GetNuclMass(pqC,pqB-pqC-pqS,pqS);//CQ FreeM^ -#ifdef pdebug +#ifdef edebug G4cout<<"G4QEnv::HQE:M="<fM="<KillQuasmon(); // If BackFusion succeeded, kill theQuasmon ^ -#ifdef pdebug +#ifdef edebug G4cout<<"G4QEnv::HQE:Status after kill (#"<GetStatus()// ^ <<", nH="<gsM="< "Quasmon-Chipolino or Environment-Dibaryon" case ^ @@ -1462,6 +1747,45 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() h1M =mLamb; // Mass of the first hadron ^ h2QPDG=h1QPDG; // QPDG of the second hadron ^ h2M =mLamb; // Mass of the second hadron ^ + G4double ddMass=totMass-envM; // Free CM energy ^ + if(ddMass>mSigZ+mSigZ) // Sigma0+Sigma0 is possible ^ + { // @@ Only two particles PS is used ^ + G4double dd2=ddMass*ddMass; // Squared free energy ^ + G4double sma=mLamb+mLamb; // Lambda+Lambda sum ^ + G4double pr1=sqrt((dd2-sma*sma)*dd2); // Lamb+Lamb PS ^ + sma=mLamb+mSigZ; // Lambda+Sigma0 sum ^ + G4double smi=mSigZ-mLamb; // Sigma0-Lambda difference ^ + G4double pr2=pr1+sqrt((dd2-sma*sma)*(dd2-smi*smi));//+L+S0 PS ^ + sma=mSigZ+mSigZ; // Sigma0+Sigma0 sum ^ + G4double pr3=pr2+sqrt((dd2-sma*sma)*dd2);// +Sigma0+Sigma0 PS ^ + G4double hhRND=pr3*G4UniformRand(); // Randomize PS ^ + if(hhRND>pr2) // --> "ENnv+Sigma0+Sigma0" case ^ + { // ^ + h1QPDG=s0QPDG; // QPDG of the first hadron ^ + h1M =mSigZ; // Mass of the first hadron ^ + h2QPDG=h1QPDG; // QPDG of the second hadron ^ + h2M =mSigZ; // Mass of the second hadron ^ + } // ^ + else if(hhRND>pr1)// --> "ENnv+Sigma0+Lambda" case ^ + { // ^ + h1QPDG=s0QPDG; // QPDG of the first hadron ^ + h1M =mSigZ; // Mass of the first hadron ^ + } // ^ + } // ^ + else if(ddMass>mSigZ+mLamb) // Lambda+Sigma0 is possible ^ + { // @@ Only two particles PS is used ^ + G4double dd2=ddMass*ddMass; // Squared free energy ^ + G4double sma=mLamb+mLamb; // Lambda+Lambda sum ^ + G4double pr1=sqrt((dd2-sma*sma)*dd2); // Lamb+Lamb PS ^ + sma=mLamb+mSigZ; // Lambda+Sigma0 sum ^ + G4double smi=mSigZ-mLamb; // Sigma0-Lambda difference ^ + G4double pr2=pr1+sqrt((dd2-sma*sma)*(dd2-smi*smi));//+L+S0 PS ^ + if(pr2*G4UniformRand()>pr1) // --> "ENnv+Sigma0+Lambda" case ^ + { // ^ + h1QPDG=s0QPDG; // QPDG of the first hadron ^ + h1M =mSigZ; // Mass of the first hadron ^ + } // ^ + } // ^ } // ^ if(h1M+h2M+envM "Three parts decay" case ^ { // ^ @@ -1473,21 +1797,21 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() G4cerr<<"***G4QE::HQE:(0)tM="<h1="< totMass");//^ @@ -1529,16 +1853,16 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() std::for_each(output->begin(),output->end(),DeleteQHadron());//>^ output->clear(); // -->-->-->-->-->-->-->-->-->-->-->-->-->--^ delete output; // >========================================^ - throw G4QException("G4QEnv::HadrQEnv: Q+Env DecIn2 error"); // ^ + throw G4QException("***G4QEnv::HadrQEnv: Q+Env DecIn2 error");//^ } // ^ G4QHadron* qH = new G4QHadron(qPDG,fq4M);// the out going Quasmon ^ theQHadrons.push_back(qH); // (delete equivalent) ^ -#ifdef fdebug - G4cout<<"G4QE::HQE:QuasmH="<h1="< H1="<H2="<h1="<mPi+mLamb) // "Lambda + Pi- is possible" case ^ + { // ^ + hyM = mLamb; // Lambda mass ^ + hyPDG = 3122; // Lambda PDG Code ^ + } // ^ + else if(cqMass>mSigM) // "Sigma- gamma decay" case ^ + { // ^ + hyM=mSigM; // Sigma- mass ^ + hyPDG=3112; // Sigma- PDG Code ^ + pigM=0.; // Gamma mass ^ + pigPDG=22; // Gamma PDG Code ^ + } // ^ + } // ^ + else if(PDGQ==3222||PDGQ==91000999) // --> "Sigma+" case ^ + { // ^ + pigPDG= 211; // Pi+ PDG Code ^ + if(cqMass>mPi+mLamb) // --- "Lambda + Pi+ is possible" case ^ + { // ^ + hyM = mLamb; // Lambda mass ^ + hyPDG = 3122; // Lambda PDG Code ^ + pigM = mPi; // Pi+ mass ^ + pigPDG= 211; // Pi+ PDG Code ^ + } // ^ + else if(cqMass>mSigP) // "Sigma- gamma decay" case ^ + { // ^ + hyM=mSigP; // Sigma+ mass ^ + hyPDG=3222; // Sigma+ PDG Code ^ + pigM=0.; // Gamma mass ^ + pigPDG=22; // Gamma PDG Code ^ + } // ^ + else if(cqMass>mPi0+mProt&&G4UniformRand()>.5) // "P + Pi0" case ^ + { // ^ + hyM = mProt; // Proton mass ^ + hyPDG = 2212; // Proton PDG Code ^ + pigM = mPi0; // Pi0 mass ^ + pigPDG= 111; // Pi0 PDG Code ^ + } // ^ + else if(cqMass"< Hyperon="// ^ + < "DiNeutron+Pi-" case ^ + { // ^ + dinFlag = true; // For the final decay ^ + hyM=mNeut+mNeut; // Di-neutron ^ + hyPDG=2112; // Neutron PDG Code ^ + pigM=mPi; // Pi- mass ^ + pigPDG=-211; // Pi- PDG Code ^ + } // ^ + } // ^ + else if(PDGQ==91001999) // --> "p+Sigma+" case ^ + { // ^ + hyM=mSigP; // Sigma+ ^ + hyPDG=3222; // PDG Code of Sigma+ ^ + pigM=mProt; // Proton mass ^ + pigPDG=2212; // PDG Code of proton ^ + if(cqMass "Proton+Proton" case ^ + { // ^ + hyM=mProt; // Proton mass ^ + hyPDG=2212; // Proton PDG Code ^ + pigM=mProt; // Proton mass ^ + pigPDG=2212; // Proton PDG Code ^ + } // ^ + } // ^ + G4LorentzVector b4Mom(0.,0.,0.,hyM); // Hyperon (di-nucleon) mass ^ + G4LorentzVector m4Mom(0.,0.,0.,pigM);// Nucleon (pion) mass ^ + if(!G4QHadron(cq4M).DecayIn2(b4Mom, m4Mom)) // "DecayIn2 failed" case ^ + { // ^ + G4cerr<<"--Warning--G4QE::HQE:S/D="<"< Sigma/dN="//^ + < "DiNeutron+Pi-" case ^ + { // ^ + dinFlag = true; // For the final decay ^ + pigM=mNeut+mNeut+mNeut;// Tri-neutron ^ + pigPDG=2112; // Neutron PDG Code ^ + hyM=mPi; // Pi- mass ^ + hyPDG=-211; // Pi- PDG Code ^ + } // ^ + } // ^ + else if(PDGQ==91002999) // --> "p+Sigma+" case ^ + { // ^ + hyM=mSigP; // Sigma+ ^ + hyPDG=3222; // PDG Code of Sigma+ ^ + pigM=mProt+mProt; // Di-Proton mass ^ + pigPDG=2212; // PDG Code of proton ^ + if(cqMass "DiProton+Pi+" case ^ + { // ^ + dinFlag = true; // For the final decay ^ + pigM=mProt+mProt+mProt;// Tri-proton ^ + pigPDG=2212; // Neutron PDG Code ^ + hyM=mPi; // Pi+ mass ^ + hyPDG=211; // Pi+ PDG Code ^ + } // ^ + } // ^ + G4LorentzVector b4Mom(0.,0.,0.,hyM); // Hyperon (di-nucleon) mass ^ + G4LorentzVector m4Mom(0.,0.,0.,pigM);// Nucleon (pion) mass ^ + if(!G4QHadron(cq4M).DecayIn2(b4Mom, m4Mom)) // "DecayIn2 failed" case ^ + { // ^ + G4cerr<<"--Warning--G4QE::HQE:S/Pi="<"< Sigma/Pi="//^ + <gsM="<>** CGS Correction **>>**"<begin(), output->end(), DeleteQHadron());//->-^ output->clear(); // ^ delete output; // >========================================^ @@ -1616,7 +2248,7 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() || pQ->GetQC().GetSPDGCode()==2224) // ^ &&qM>theWorld->GetQParticle(QPDGQ)->MinMassOfFragm())//Del&Kill ^ { // ^ -#ifdef pdebug +#ifdef edebug G4cout<<"G4QEnv::HadrQEnv:**||** Copy&Decay **||**"<DecayQuasmon();//Dec.Quasm & fill decHV=*^ @@ -1643,7 +2275,7 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() //} // ^ G4int ppm=jq; // Initialized by PANIC Quasmon pointer ^ G4int nRQ=0; // Prot. of a#of additionalRealQuasmons ^ -#ifdef pdebug +#ifdef edebug G4cout<<"G4QEnv::HadrQEnv: ***PANIC*** for jq="<Get4Momentum().vect(); // PANICQuasmon momentum ^ @@ -1654,7 +2286,7 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() { // ^ G4Quasmon* rQ = theQuasmons[ir]; // ^ G4int Qst = rQ->GetStatus();// Status of a Quasmon ^ -#ifdef pdebug +#ifdef edebug G4cout<<"G4QEnv::HadrQEnv: ir="<0) // Skip the dead Quasmon ^ @@ -1677,7 +2309,7 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() rQC += pQ->GetQC(); // ^ r4M += pQ->Get4Momentum(); // ^ rQ->InitQuasmon(rQC, r4M); // Make new Quasmon ^ -#ifdef pdebug +#ifdef edebug G4cout<<"G4QE::HQE:"<GetQC()<<"+"<GetQC()<<"="<KillQuasmon(); // Delete old Quasmon ^ @@ -1685,7 +2317,7 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() } // ^ else // No candidate to resolve PANIC was found ^ { // ^ -#ifdef pdebug +#ifdef edebug G4cout<<"G4QEnv::HQE: No Q-cand. nRQ="<totM+.001) // ==> "Try EvapDecayin2tion or decay" case { -#ifdef pdebug +#ifdef edebug G4cout<<"G4QEnv::HadrQE: M="<(?) mD="<B+M error"); + G4cerr<<"---Warning---G4QEnv::HadronizeQE:B="< mDel="<Bar+Mes error"); + } + delete quasH; + return theQHadrons; } -#ifdef pdebug +#ifdef edebug G4cout<<"G4QEnv::HadronizeQEnv: DELTA="< Bar=" - <(?) mChipo="<1+2 decay failed"); + G4cerr<<"---Warning---G4QEnv::HadronizeQE:h1="< mChipo="<1+2 decay failed"); + } + delete quasH; + return theQHadrons; } -#ifdef pdebug +#ifdef edebug G4cout<<"G4QEnv::HadronizeQEnv: Chipo="< h1=" <(?) mTot="< mTot="<h="<(?) mTot="< mTot="<h="<0&&totS>totBN&&totBN "additional K0" case {// @@ Here Ksi0 check should be added totS=2>totBN=1&&totBN=11-totS) // => "additional PI+" case @@ -2014,30 +2730,30 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() PiPDG=-211; NPi-=totChg+totS+1; MPi=mPi*NPi; - tQC+=NPi*PiQC; // Now anti-Pions must be subtracted + tQC+=NPi*PiQC; // Now anti-Pions must be subtracted totChg+=NPi; } G4double totRM=0.; // min (GS) Mass of the Residual System - if(totBN<2) + if(totBN<2) // Calculate totPDG & totRM { - totPDG=tQC.GetSPDGCode(); // MinPDGCode for the Residual compound + totPDG=tQC.GetSPDGCode(); // MinPDGCode for the Residual compound if(totPDG==10&&tQC.GetBaryonNumber()>0) totPDG=tQC.GetZNSPDGCode(); if(totPDG) totRM=G4QPDGCode(totPDG).GetMass(); // minMass of theResidualSystem else { - G4cerr<<"***G4QEnv::HadrQEnv:totPDG="< "Decay in K0 or K+ + NPi" case {//@@ Can (must) be moved to EvaporateResidual ?? - if(NaK==1&&!NPi) // ==> "One anti-strange K" case + if(!NPi) // ==> "Only anti-strange K" case { G4LorentzVector m4Mom(0.,0.,0.,MaK); G4LorentzVector n4Mom(0.,0.,0.,totRM); @@ -2049,7 +2765,7 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() } else if(totMass mSN="< M=" < "Anti-strange K's + DELTA's" case { G4LorentzVector m4Mom(0.,0.,0.,MPi); G4LorentzVector k4Mom(0.,0.,0.,MaK); G4LorentzVector n4Mom(0.,0.,0.,totRM); if(!G4QHadron(tot4M).DecayIn3(m4Mom, k4Mom, n4Mom)) { - G4cerr<<"***G4QE::HadronizeQE:K="<(?)SN="<tM="< nK="< "Decay in Sig+ or Sig- + NPi" case + {//@@ Can (must) be moved to EvaporateResidual ?? + if(!NPi) // ==> "Only Sigma's" case { - G4int N1K = NaK/2; // First kaon cluster - G4int N2K = NaK-N1K; // Second kaon cluster - G4double mM = MaK/NaK; // Mass of Pi - G4double m1M = mM*N1K; // Mass of the first Pi-cluster - G4double m2M = mM*N2K; // Mass of the second Pi-cluster - G4LorentzVector m4Mom(0.,0.,0.,m1M); - G4LorentzVector k4Mom(0.,0.,0.,m2M); + G4LorentzVector m4Mom(0.,0.,0.,MSi); + G4LorentzVector n4Mom(0.,0.,0.,totRM); + G4double sum=MSi+totRM; + if(fabs(totMass-sum) mSN="< Sig=" + <(?)SN="<tM="< nS="< N*K="<(?) mSN="< mSN="< M=" - < M="<(?)SN="< N*PI="<0,tBN="< "Quasmon-Chipolino or Environment-Dibaryon" case @@ -2290,7 +3105,46 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() h1M =mLamb; // Mass of the first hadron h2QPDG=h1QPDG; // QPDG of the second hadron h2M =mLamb; // Mass of the second hadron - } + G4double ddMass=totMass-envM; // Free CM energy + if(ddMass>mSigZ+mSigZ) // Sigma0+Sigma0 is possible + { // @@ Only two particles PS is used + G4double dd2=ddMass*ddMass; // Squared free energy + G4double sma=mLamb+mLamb; // Lambda+Lambda sum + G4double pr1=sqrt((dd2-sma*sma)*dd2); // Lamb+Lamb PS + sma=mLamb+mSigZ; // Lambda+Sigma0 sum + G4double smi=mSigZ-mLamb; // Sigma0-Lambda difference + G4double pr2=pr1+sqrt((dd2-sma*sma)*(dd2-smi*smi));//+L+S0 PS + sma=mSigZ+mSigZ; // Sigma0+Sigma0 sum + G4double pr3=pr2+sqrt((dd2-sma*sma)*dd2);// +Sigma0+Sigma0 PS + G4double hhRND=pr3*G4UniformRand(); // Randomize PS + if(hhRND>pr2) // --> "ENnv+Sigma0+Sigma0" case + { // + h1QPDG=s0QPDG; // QPDG of the first hadron + h1M =mSigZ; // Mass of the first hadron + h2QPDG=h1QPDG; // QPDG of the second hadron + h2M =mSigZ; // Mass of the second hadron + } // + else if(hhRND>pr1) // --> "ENnv+Sigma0+Lambda" case + { // + h1QPDG=s0QPDG; // QPDG of the first hadron + h1M =mSigZ; // Mass of the first hadron + } // + } // + else if(ddMass>mSigZ+mLamb) // Lambda+Sigma0 is possible + { // @@ Only two particles PS is used + G4double dd2=ddMass*ddMass; // Squared free energy + G4double sma=mLamb+mLamb; // Lambda+Lambda sum + G4double pr1=sqrt((dd2-sma*sma)*dd2); // Lamb+Lamb PS + sma=mLamb+mSigZ; // Lambda+Sigma0 sum + G4double smi=mSigZ-mLamb; // Sigma0-Lambda difference + G4double pr2=pr1+sqrt((dd2-sma*sma)*(dd2-smi*smi));//+L+S0 PS + if(pr2*G4UniformRand()>pr1) // --> "ENnv+Sigma0+Lambda" case + { // + h1QPDG=s0QPDG; // QPDG of the first hadron + h1M =mSigZ; // Mass of the first hadron + } // + } // + } // if(h1M+h2M+envM "Three parts decay" case { G4LorentzVector h14M(0.,0.,0.,h1M); @@ -2298,27 +3152,40 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() G4LorentzVector e4M(0.,0.,0.,envM); if(!G4QHadron(tot4M).DecayIn3(h14M,h24M,e4M)) { - G4cerr<<"***G4QEnv::HadrQE:tM="<"<G4QE::HQE:M="<"< than decaying mass"); @@ -2331,7 +3198,7 @@ G4QHadronVector G4QEnvironment::HadronizeQEnvironment() } else if(spbRN)// => "Join all quasmons to the residual compound and evaporate" case { -#ifdef pdebug +#ifdef fdebug G4cout<<"***G4QEnv::HadQEnv: Evaporate the total residual tRN="< aK="<aK="< aK="<aK="< h1="< h1="<0&&theS<0) DecayAntiStrange(qH); // "AntyStrange Nucleus" case (del eq.) - else if(theBN>0&&!theS&&(theC<0||theC>theBN)) DecayIsonucleus(qH);// "UnavoidableIsonucl" + else if(theBN>0&&(theC<0||theC>theBN-theS)) DecayIsonucleus(qH);// "UnavoidableIsonucl" + else if(theBN==2) DecayDibaryon(qH); //=> "Dibaryon" case (del eq.) else if(thePDG==89999003||thePDG==90002999) //=> "ISO-dibarion" (@@Look at prev.line!) { // @@ Check that it never comes here !! @@ -2762,7 +3665,7 @@ void G4QEnvironment::EvaporateResidual(G4QHadron* qH, G4bool corFlag) } else if(theBN>0&&thePDG>88000000&&thePDG<89000000)//==> 2antiK in the nucleus (!Comment!) { - G4cerr<<"---Worning---G4QEnv::EvaRes:MustNotBeHere.PDG="< " < " @@ -3157,7 +4060,7 @@ void G4QEnvironment::EvaporateResidual(G4QHadron* qH, G4bool corFlag) barM =mProt; resM =pResM; } - else if(lResPDG&&tMC>lResM+mLamb) // Can radiate a Lambda (priority 3) + else if(lResPDG&&tMC>lResM+mLamb) // Can radiate a Lambda (priority 3) @@ Sigma0 { barPDG=91000000; resPDG=lResPDG; @@ -3205,7 +4108,7 @@ void G4QEnvironment::EvaporateResidual(G4QHadron* qH, G4bool corFlag) } else if(lnResPDG&&tMC>lnResM+mLamb+mNeut)// Can radiate a Lambda+neutron (prior 9) { - barPDG=91000000; + barPDG=91000000; // @@ Sigma0 resPDG=lnResPDG; thdPDG=90000001; barM =mLamb; @@ -3213,7 +4116,7 @@ void G4QEnvironment::EvaporateResidual(G4QHadron* qH, G4bool corFlag) } else if(lpResPDG&&tMC>lpResM+mLamb+mProt)// Can radiate a Lambda+proton (prior 10) { - barPDG=91000000; + barPDG=91000000; // @@ Sigma0 resPDG=lpResPDG; thdPDG=90001000; barM =mLamb; @@ -3222,9 +4125,9 @@ void G4QEnvironment::EvaporateResidual(G4QHadron* qH, G4bool corFlag) } else if(llResPDG&&tMC>llResM+mLamb+mLamb)// Can radiate a DiLambda (priority 11) { - barPDG=91000000; + barPDG=91000000; // @@ Sigma0 resPDG=llResPDG; - thdPDG=91000000; + thdPDG=91000000; // @@ Sigma0 barM =mLamb; resM =llResM; thdM =mLamb; @@ -3248,11 +4151,11 @@ void G4QEnvironment::EvaporateResidual(G4QHadron* qH, G4bool corFlag) if(!qH->DecayIn2(a4Mom,b4Mom)) { theQHadrons.push_back(qH); // Fill as it is (delete equivalent) - G4cerr<<"---Worning---G4QEnv::EvaRes:rP="<"<"<"<"<mLamb+mNeut+mPi) { - barPDG = 3122; // Substitute Lambda for the second n + barPDG = 3122; // Substitute Lambda for the second n barM = mLamb; + } + else if(hM>mSigM+mNeut)// @@ Decay in 2 + { + barPDG = 3112; // Substitute Sigma- for the second n + barM = mSigM; + tPDG = 22; + tM = 0; } } - else if(hPDG==91001999) // p,Lambda,pi+ + else if(hPDG==91001999) // p,Lambda,pi+/p,Sigma0,pi+/p,Sigma+,gamma(@@) { nuQPDG = pQPDG; // Substitute p for the first n nucM = mProt; - if(hM>mLamb+mNeut+mPi) + tPDG = 211; // Substitute pi+ for the first pi- + if(hM>mSigZ+mProt+mPi) + { + G4double ddMass=hM-mPi; // Free CM energy + G4double dd2=ddMass*ddMass; // Squared free energy + G4double sma=mLamb+mProt; // Lambda+Proton sum + G4double pr1=sqrt((dd2-sma*sma)*dd2); // Lamb+Lamb PS + sma=mProt+mSigZ; // Proton+Sigma0 sum + G4double smi=mSigZ-mProt; // Sigma0-Proton difference + G4double pr2=pr1+sqrt((dd2-sma*sma)*(dd2-smi*smi));//+L+S0 PS + if(pr2*G4UniformRand()>pr1) // --> "ENnv+Sigma0+Lambda" case + { + barPDG = 3212; // Substitute Sigma0 for the second n + barM = mSigZ; + } + else + { + barPDG = 3122; // Substitute Lambda for the second n + barM = mLamb; + } + } + if(hM>mLamb+mProt+mPi) { barPDG = 3122; // Substitute Lambda for the second n barM = mLamb; } - tPDG = 211; // Substitute pi+ for the first pi- + else if(hM>mSigP+mProt) // @@ Decay in 2 + { + barPDG = 3222; // Substitute Sigma- for the second n + barM = mSigP; + tPDG = 22; + tM = 0; + } } else if(hPDG==90000003) // 3n { @@ -4179,16 +5290,16 @@ G4QHadronVector* G4QEnvironment::FSInteraction() } if(hM N="<1 && !sBN && (cBN<0 || cBN>hBN)) // "nN+mD- or nP+mD++ decay" { -#ifdef fdebug +#ifdef pdebug G4cout<<"G4QE::FSI:nNmD-/nPmD++ #"<N="<GetNFragments(); //Recover after swapping G4QContent hQC = theQHadrons[ipo]->GetQC(); // ... hPDG = theQHadrons[ipo]->GetPDGCode(); // ... @@ -4343,8 +5459,26 @@ G4QHadronVector* G4QEnvironment::FSInteraction() #endif ipo=jpo; // Take into account the roll back in case of the Last substitution } -#ifdef fdebug +#ifdef pdebug G4cout<<"G4QE::FSI: >>>CurrentControlSumOf4MomOfHadrons="<GetNFragments())) + { + ccContSum+=theQHadrons[ic1]->GetCharge(); + cbContSum+=theQHadrons[ic1]->GetBaryonNumber(); + } + if(ccContSum-chContSum || cbContSum-bnContSum) + { + G4cerr<<"*G4QE::FSI:(1) dC="<GetPDGCode(); G4QPDGCode hQPDG(hPDG); G4double hGSM = hQPDG.GetMass(); // Ground State Mass of the first fragment -#ifdef fdebug +#ifdef pdebug G4cout<<"G4QE::FSI:LOOP START,h#"<Get4Momentum()<GetQC(),qH->Get4Momentum());//Fake Quasmon if(!CheckGroundState(quasH,true)) // Try to correct by other hadrons { - G4cerr<<"---Worning---G4QE::FSI:NDel Failed LeaveAsItIs, 4m="<0&&!hS&&(nHadr>3||hB<2)) // ThermoBackFus (VIMP for gamA TotCS) @@ -4554,7 +5690,7 @@ G4QHadronVector* G4QEnvironment::FSInteraction() //if(hadron&&!hF&&hB>0&&!hS&&nHadr>2)//ThermoBackFusion MAX condition (VIMP for gamA) //if(2>3) // Close the ThermoBackFusion (VIMP for gamA TotCS) { -#ifdef fdebug +#ifdef pdebug //if(nHadr==3) G4cout<<"G4QE::FSI: h="<tM="<mSigZ+mSigZ) // Sigma0+Sigma0 is possible + { // @@ Only two particles PS is used + G4double sma=mLamb+mLamb; // Lambda+Lambda sum + G4double pr1=sqrt((sM2-sma*sma)*sM2); // Lamb+Lamb PS + sma=mLamb+mSigZ; // Lambda+Sigma0 sum + G4double smi=mSigZ-mLamb; // Sigma0-Lambda difference + G4double pr2=pr1+sqrt((sM2-sma*sma)*(sM2-smi*smi));//+L+S0 PS + sma=mSigZ+mSigZ; // Sigma0+Sigma0 sum + G4double pr3=pr2+sqrt((sM2-sma*sma)*sM2);// +Sigma0+Sigma0 PS + G4double hhRND=pr3*G4UniformRand(); // Randomize PS + if(hhRND>pr2) // --> "ENnv+Sigma0+Sigma0" case + { // + fQPDG=s0QPDG; + f4Mom=G4LorentzVector(0.,0.,0.,mSigZ); + rQPDG=s0QPDG; + g4Mom=f4Mom; + } // + else if(hhRND>pr1) // --> "ENnv+Sigma0+Lambda" case + { // + fQPDG=s0QPDG; + f4Mom=G4LorentzVector(0.,0.,0.,mSigZ); + } // + } + else if(sM>mSigZ+mLamb) // Lambda+Sigma0 is possible + { // @@ Only two particles PS is used + G4double sma=mLamb+mLamb; // Lambda+Lambda sum + G4double pr1=sqrt((sM2-sma*sma)*sM2); // Lamb+Lamb PS + sma=mLamb+mSigZ; // Lambda+Sigma0 sum + G4double smi=mSigZ-mLamb; // Sigma0-Lambda difference + G4double pr2=pr1+sqrt((sM2-sma*sma)*(sM2-smi*smi));//+L+S0 PS + if(pr2*G4UniformRand()>pr1) // --> "ENnv+Sigma0+Lambda" case + { // + fQPDG=s0QPDG; + f4Mom=G4LorentzVector(0.,0.,0.,mSigZ); + } // + } // } else if(sPDG==89999003) // A=2 { @@ -4833,7 +6005,7 @@ G4QHadronVector* G4QEnvironment::FSInteraction() f4Mom=G4LorentzVector(0.,0.,0.,mO14); three=true; } -#ifdef fdebug +#ifdef pdebug G4cout<<"G4QE::FSI: "<Get4Momentum(); // 4-mom of the current hadron tot4Mom-=cH4Mom; // Reduce theTotal 4mom by theCurrent 4mom if(hadron+1==nHadr) // The Last Hadron in the set @@ -4919,7 +6109,7 @@ G4QHadronVector* G4QEnvironment::FSInteraction() G4double rpz=tot4Mom.pz(); G4double dmo=rpx*rpx+rpy*rpy+rpz*rpz; G4double dem=re*re+dmo; -#ifdef fdebug +#ifdef pdebug G4cout<<"G4QE::FSI: Is Energy&Mom conserved? t4M="<3) //@@En/Mom conservation check is closed @@ -4928,7 +6118,7 @@ G4QHadronVector* G4QEnvironment::FSInteraction() //#ifdef pdebug if(dem>.1) { - G4cerr<<"---Worning---G4QE::FSI:E/Mcons4M="<900.) // MomentumIsConserved - recoverMissing { @@ -5009,7 +6199,7 @@ G4QHadronVector* G4QEnvironment::FSInteraction() //throw G4QException("***G4QEnv::FSInteract: Energy/Momentum conservation"); } tot4Mom=tot4Mom-cor4M; - G4cerr<<"---Worning---G4QE::FSI:En/MomCons.Error is corrected:"<1)for(unsigned hdr=0; hdrGetBaryonNumber()>1) // "Absorb photons & try to evaporate/decay" case { G4QHadron* theNew = new G4QHadron(theLast); // Make a New Hadron of the Last Hadron -#ifdef fdebug +#ifdef ffdebug G4cout<<"G4QE::FSI:BeforeLastSub nH="<GetPDGCode()<Get4Momentum()+sum;//Icrease 4Mom of theLast by "sum" - G4QNucleus exResidN(exRes4M,theNew->GetPDGCode()); - //G4double mGamEva=2700.; // Threshold for the evaporation - G4double mGamEva=1700.; // Threshold for the evaporation + G4int newPDG=theNew->GetPDGCode(); + G4QNucleus exResidN(exRes4M,newPDG); + //G4double mGamEva=2700.; // @@Threshold for the evaporation + G4double mGamEva=1700.; // @@Threshold for the evaporation if(exResidN.SplitBaryon()) //if(2>3) //CloseTheFirstPriorityResN+gamSumEvaporation { theNew->Set4Momentum(exRes4M); // Icrease 4Mom of theLast by "sum" to Evapor -#ifdef fdebug +#ifdef ffdebug G4cout<<"G4QE::FSI:Before E(1),nH="<GetPDGCode()<GetBaryonNumber(); if(nHadr>1)for(unsigned ipo=0; ipoGetBaryonNumber(); -#ifdef fdebug +#ifdef pdebug G4cout<<"G4QE::FSI:h#"<GetPDGCode(); -#ifdef fdebug +#ifdef pdebug G4cout<<"G4QE::FSI:gp#"<GetPDGCode(); if(hPDG==22 && fabs(curHadr->Get4Momentum().e())<.00001) // E=0, gamma in the OUTPUT { unsigned lin=theQHadrons.size()-1; + G4QHadron* theLast = theQHadrons[lin];// Pointer to theLastHadron in theQHadrVector if(lin>hd) { - G4QHadron* theLast = theQHadrons[lin];// Pointer to theLastHadron in theQHadrVector curHadr->SetQPDG(theLast->GetQPDG());//theCurHadron is substituted by theLastHadron curHadr->Set4Momentum(theLast->Get4Momentum()); // ... continue substitution (4Mom) - theQHadrons.pop_back(); //pointer to theLastHadron is excluded from HV - delete theLast;//*!!When kill, DON'T forget to delete theLastQHadron asAnInstance!! - hPDG=curHadr->GetPDGCode(); // Redefine thePDGCode of theCurrentHadron } - else break; // It's not necessary to delete(~): do not copy to theFragments is enough + //else break; // It's not necessary to delete: not copy to theFragments is enough + delete theLast;//*!!When kill, DON'T forget to delete theLastQHadron asAnInstance!! + theQHadrons.pop_back(); //pointer to theLastHadron is excluded from HV + hPDG=curHadr->GetPDGCode(); // Redefine thePDGCode of theCurrentHadron + if(lin==hd) break; } #ifdef fdebug G4cout<<"G4QE::FSI: LOOP starts nH="<SetQPDG(theLast->GetQPDG());// CurHadrPDG's substituted by LastHaPDG + curHadr->Set4Momentum(theLast->Get4Momentum()); // ... 4Momentum substitution + } + theQHadrons.pop_back(); // exclude theLastHadron pointer from the OUTPUT + delete theLast; //*!! When killing, DON'T forget to delete the last QHadron !!* + G4Quasmon* quasH = new G4Quasmon(qH->GetQC(),qH->Get4Momentum());//Fake Quasmon + if(!CheckGroundState(quasH,true)) // Try to correct by other hadrons + { + qH->SetNFragments(-1); //@@ To avoid looping + G4cerr<<"---Warning---G4QE::FSI:PiNSig Failed, LeaveAsItIs 4m="<GetPDGCode(); + G4LorentzVector hpLV=cpHadr->Get4Momentum(); + G4cout<<"G4QE::FSI:h#"<"<N="<"<N="<"<N="<1) n4M/=hBN; // Calculate the 4mom per one nucleon + curHadr->Set4Momentum(n4M); + curHadr->SetQPDG(G4QPDGCode(PDGnu)); // At least one nucleun always exists + if(hBN>1) for(G4int ih=1; ihpush_back(Hi); // Fill nucleons (delete equivalent) + } + if(nPi>1) k4M/=nPi; + for(G4int ip=0; ip2 neutrons conversion (***Check it***)"<push_back(secHadr);// (del.equivalent - user is responsible for that) + theQHadrons.push_back(secHadr); // (del.eq.- user is responsible for del) + //theFragments->push_back(secHadr);// (del.equiv. - user is responsible for that) } } else if(curHadr->GetStrangeness()<0&&curHadr->GetBaryonNumber()>0)// AntistrangeNucleus @@ -5461,7 +7089,6 @@ G4QHadronVector* G4QEnvironment::FSInteraction() mKaon=mK; kPDG=321; } - G4bool fOK=true; G4LorentzVector n4M(0.,0.,0.,mR); G4LorentzVector k4M(0.,0.,0.,mKaon); G4double sum=mR+mKaon; @@ -5472,7 +7099,7 @@ G4QHadronVector* G4QEnvironment::FSInteraction() } else if(reM"<A="<"<A="<Set4Momentum(n4M); - curHadr->SetQPDG(G4QPDGCode(RPDG)); // converted antiStrangeNucleus - G4QHadron* theKaon = new G4QHadron(kPDG,k4M);// Make a New Hadr for the kaon - theFragments->push_back(theKaon); // (delete equivalent for the kaon) - } - hPDG = curHadr->GetPDGCode(); // Change PDG Code of theFirstFragment ? + curHadr->Set4Momentum(n4M); + curHadr->SetQPDG(G4QPDGCode(RPDG)); // converted antiStrangeNucleus + G4QHadron* theKaon = new G4QHadron(kPDG,k4M);// Make a New Hadr for the kaon + theQHadrons.push_back(theKaon); // (del.eq.- user is responsible for del) + //theFragments->push_back(theKaon); // (delete equivalent for the kaon) } } - else if(hPDG>91000000) // Hypernucleus (@@ Only for the GEANT4 applications) + else if(hPDG>90500000&&hPDG!=91000000&&hPDG!=91000999&&hPDG!=90999001) // Only for G4 + // @@ Xi & Omega- can be added here ^^^, if show up below { #ifdef fdebug - G4cerr<<"**G4QEnvironment::FSI: Hypernucleus PDG="<GetStrangeness(); // A number of Lambdas in the Hypernucleus + G4int nB=curHadr->GetBaryonNumber(); // Total Baryon Number of the Hypernucleus + G4int nC=curHadr->GetCharge(); // Charge of the Hypernucleus + G4int nSM=0; // A#0f unavoidable Sigma- + if(nC<0) // Negative hypernucleus + { + if(-nCnB-nL) // Extra positive hypernucleus + { + if(nCGet4Momentum(); // Real 4-momentum of the hypernucleus G4double reM=r4M.m(); // Real mass of the hypernucleus - G4int rnPDG = hPDG-nL*999999; // Convert Lambdas to neutrons - G4double rnM=G4QNucleus(rnPDG).GetMZNS();// Mass of the new nonstrange nucleus - if(reM"< Improve it"<1) MLa*=nL; + G4double rlM=G4QNucleus(rlPDG).GetMZNS();// Mass of the new nonstrange nucleus + if(nL==1&&reM>rlM+mSigZ&&G4UniformRand()>.5) // Sigma0 ! @@ Add it in hadronization + { + sPDG=3212; + MLa=mSigZ; + } + G4int rnPDG = hPDG-nL*999999; // Convert Lambdas to neutrons (for convInN) + G4QNucleus rnN(rnPDG); // New nonstrange nucleus + G4double rnM=rnN.GetMZNS(); // Mass of the new nonstrange nucleus + // @@ Take into account that there can be Iso-Hypernucleus (Add PI+,R & Pi-,R decays) + if(rlPDG==90000000) // Multy Hyperon (@@ only Lambda is done) + { + if(nL>1) r4M=r4M/nL; // split the 4-mom for the MultyLambda + for(G4int il=0; ilpush_back(theLam); // (delete equivalent for the Hyperon) + } + } + else if(reM>rlM+MLa) // Lambda(or Sigma) can be split + { + G4LorentzVector n4M(0.,0.,0.,rlM); + G4LorentzVector h4M(0.,0.,0.,MLa); + G4double sum=rlM+MLa; + if(fabs(reM-sum)A="<Set4Momentum(n4M); + curHadr->SetQPDG(G4QPDGCode(rnPDG)); // converted hypernucleus #ifdef fdebug G4cout<<"*G4QE::FSI:HypN "<A="<Set4Momentum(n4M); - curHadr->SetQPDG(G4QPDGCode(rnPDG)); // converted hypernucleus - if(nPi>1) h4M=h4M/nPi; // split the 4-mom if necessary - for(G4int ihn=0; ihn1) h4M=h4M/nPi; // split the 4-mom if necessary + for(G4int ihn=0; ihnpush_back(thePion); // (delete equivalent for the pion) + theQHadrons.push_back(thePion); // (del.eq.- user is responsible for del) + //theFragments->push_back(thePion); // (delete equivalent for the pion) } - if(rnPDG==90000002) // Additional action with curHadr change + if(rnPDG==90000002) // Additional action with curHadr change { G4LorentzVector newLV=n4M/2.; curHadr->Set4Momentum(newLV); curHadr->SetQPDG(G4QPDGCode(90000001)); G4QHadron* secHadr = new G4QHadron(curHadr); - theFragments->push_back(secHadr); // (del.equiv.- user is responsible for del) + theQHadrons.push_back(secHadr); // (del.eq.- user is responsible for del) + //theFragments->push_back(secHadr); // (del.eq.- user is responsible for del) } + else if(rnPDG==90002000) // Additional action with curHadr change + { + G4LorentzVector newLV=n4M/2.; + curHadr->Set4Momentum(newLV); + curHadr->SetQPDG(G4QPDGCode(90001000)); + G4QHadron* secHadr = new G4QHadron(curHadr); + theQHadrons.push_back(secHadr); // (del.eq.- user is responsible for del) + //theFragments->push_back(secHadr); // (del.eq.- user is responsible for del) + } + // @@ Add multybaryon decays if necessary + } + else // If this Excepton shows up (lowProbable appearance) => include gamma decay + { + G4double d=rnM+mPi0-reM; + G4cerr<<"***G4QE::FSI: HypN="<push_back(curHadr); // (delete equivalent - user is responsible for del) + //unsigned nHd=theQHadrons.size()-1; + //if(hd==nHd && !fOK) + //{ + // G4cerr<<"---Warning---G4QE::FSI: The Last #"<push_back(curHadr); //(del eq. - user is responsible for del) + //else hd--; + if(!fOK) hd--; } // #ifdef fdebug G4cout<<"G4QE::FSI:==>OUT,nH="<size()<size(); + nHadr=theQHadrons.size(); + G4int cfContSum=0; // Final ChargeControlSum + G4int bfContSum=0; // Final BaryonNumberControlSum + if(nHadr)for(unsigned f=0; fGet4Momentum()<GetPDGCode()<GetNFragments())) + { + cfContSum+=curHadr->GetCharge(); + bfContSum+=curHadr->GetBaryonNumber(); + theFragments->push_back(curHadr); //(del eq. - user is responsible for deleting) + } + } + if(cfContSum-chContSum || bfContSum-bnContSum) + { + G4cerr<<"*G4QE::FSI:(9) Ch="<Get4Momentum(); // Get 4-momentum of the Isonucleus G4double qM=q4M.m(); // Real mass of the Isonucleus G4QContent qQC = qH->GetQC(); // Get QuarcContent of the Isonucleus G4int qBN=qQC.GetBaryonNumber(); // Baryon number of the IsoNucleus G4int qC=qQC.GetCharge(); // Charge of the IsoNucleus - G4int qPN=qC-qBN; // Number of pions in the Isonucleus + G4int qS=qQC.GetStrangeness(); // Strangness of the IsoNucleus +#ifdef pdebug + G4cout<<"G4QE::DecayIson:QC="< TotM="< TotM="<? TotM="<tM="<Get4Momentum()); if(!CheckGroundState(quasH,true)) { - G4cerr<<"---Worning---G4QE::DecDibar:FillAsItIs DelDel QC/4M="<TotM="<tM="< TotM="<? TotM="<? TotM="<M="< TotM="< TotM="< TotM="< TotM="< TotM="<GetQC(); // Quark content of the Quasmon G4int resQPDG=valQ.GetSPDGCode(); // Reachable in a member function - if(resQPDG==10&&valQ.GetBaryonNumber()>0) resQPDG=valQ.GetZNSPDGCode(); + G4int resB=valQ.GetBaryonNumber(); // Baryon number of the Quasmon + G4int resC=valQ.GetCharge(); // Charge of the Quasmon + G4int resS=valQ.GetStrangeness(); // Strangeness of the Quasmon + if(resQPDG==10 && resB>0) resQPDG=valQ.GetZNSPDGCode(); G4double resQMa=G4QPDGCode(resQPDG).GetMass();// GS Mass of the Residual Quasmon G4double resEMa=0.; // GS Mass of the EmptyResidualEnvironment G4bool bsCond=false; // FragSeparatCondition for QuasmonInVacuum G4LorentzVector enva4M=G4LorentzVector(0.,0.,0.,0.); G4QContent reTQC=valQ; // Prototype QuarkContent of the ResidNucl G4LorentzVector reTLV=quasm->Get4Momentum(); // Prototyoe 4-Mom of the Residual Nucleus -#ifdef pdebug - G4cout<<"G4QE::CGS: "<0 & F="<0 & F="< rSM+hM="<rSM+hM="<resSMa+hadrMa &&!cNf && crPDG!=22) // Q(E)L contain QM(+EM)+lM ***Last CORR*** @@ -7115,13 +9213,12 @@ G4bool G4QEnvironment::CheckGroundState(G4Quasmon* quasm, G4bool corFlag) if(resEMa) // => "NonVacuumEnvironment exists" case { G4LorentzVector quas4M = G4LorentzVector(0.,0.,0.,resQMa); // GS Mass of Quasmon - G4QHadron* quasH = new G4QHadron(valQ, quas4M); - G4QHadron* envaH = new G4QHadron(theEnvironment.GetQCZNS(),enva4M); if(tmpTM>=resQMa+resEMa+hadrMa && G4QHadron(tmpTLV).DecayIn3(hadr4M,quas4M,enva4M)) { //@@CHECK CoulBar (only for ResQuasmon in respect to ResEnv) and may be evaporate theLast->Set4Momentum(hadr4M); - quasH->Set4Momentum(quas4M); + G4QHadron* quasH = new G4QHadron(valQ, quas4M); + G4QHadron* envaH = new G4QHadron(theEnvironment.GetQCZNS(),enva4M); if(resQPDG==92000000||resQPDG==90002000||resQPDG==90000002)DecayDibaryon(quasH); else if(resQPDG==93000000||resQPDG==90003000||resQPDG==90000003) DecayMultyBaryon(quasH); @@ -7140,10 +9237,9 @@ G4bool G4QEnvironment::CheckGroundState(G4Quasmon* quasm, G4bool corFlag) } else { - delete quasH; // Delete "Quasmon Hadron" - delete envaH; // Delete "Environ Hadron" -#ifdef pdebug - G4cout<<"***G4QEnv::CheckGS: Decay in Frag+ResQ+ResE did not succeeded"<t+h+pM="<t+h+p="<tQMa+hadrMa+prevMa) { @@ -7200,7 +9299,7 @@ G4bool G4QEnvironment::CheckGroundState(G4Quasmon* quasm, G4bool corFlag) if(!G4QHadron(tmpTLV).DecayIn3(hadr4M,prev4M,nuc4M)) { delete nucH; // Delete "Residual Nucleus Hadron" - G4cerr<<"---Worning---G4QE::CGS:DecayIn ResNuc+LastH+PrevH Error"<Set4Momentum(hadr4M); thePrev->Set4Momentum(prev4M); nucH->Set4Momentum(nuc4M); -#ifdef pdebug - G4cout<<"G4QE::CGS:**SUCCESS**>CHECK,D4M="<CHECK,D4M="< Try to use photons or any hadron { -#ifdef pdebug - G4cout<<"G4QE::CGS: P&L didn't help, nH="<2"<<",MRQ="<2"<<",MQ="<2) // Try to find the appropriate partner + if(nOfOUT) // Try to find the appropriate partner in OUT { G4int nphot=-1; - for(G4int id=nOfOUT-3; id>=0; id--) // Search for a photon + G4int npip=-1; + G4int npim=-1; + for(G4int id=nOfOUT-1; id>=0; id--) // Search for photons and pi+, and pi- { G4QHadron* curHadr = theQHadrons[id]; G4int hPDG=curHadr->GetPDGCode(); - if(hPDG==22) nphot=id; + if(hPDG== 22) nphot=id; + if(hPDG== 211) npip=id; + if(hPDG==-211) npim=id; } if(nphot>=0) // Photon is found, try to use it to resolve PANIC { - G4QHadron* curHadr = theQHadrons[nphot]; // Pointer to the photon + G4QHadron* curHadr = theQHadrons[nphot]; // Pointer to the photon G4LorentzVector ch4M=curHadr->Get4Momentum(); // 4-Mom of the Photon G4LorentzVector tt4M=ch4M+reTLV;// (resQMa=GSMass of the ResidQuasmon(+Env.)) G4double ttM=tt4M.m(); // Mass of the Phot+ResidQm compaund system @@ -7247,8 +9352,9 @@ G4bool G4QEnvironment::CheckGroundState(G4Quasmon* quasm, G4bool corFlag) if(!G4QHadron(tt4M).DecayIn2(ch4M,quas4M)) { delete rqH; // Delete tmp "Residual Quasmon Hadron" -#ifdef pdebug - G4cerr<<"***G4QEnv::CheckGS: Decay in Photon+ResQ tM="<1) fn4M/=rB; + for(G4int ib=0; ibSet4Momentum(pi4M);// Change 4M of the Pion (reduced by decay) + curHadr->SetQPDG(piQPDG); // Change Charge of thePion +#ifdef cdebug + //if(resQPDG==89998004) + G4cout<<"G4QE::CGS:1="< Photons did not help, try to find an appropriate partner to join and decay - G4int reTBN=reTQC.GetBaryonNumber(); // Baryon number of theHadronicState - G4int reTCH=reTQC.GetCharge(); // Charge of theHadronicState - G4bool isoN = reTCH-reTBN==1 || reTCH==-1; // UnavoidableIsonucleus (Delta)cond - G4bool norN = reTCH<=reTBN || reTCH>=0; // "Regular nucleus" condition + G4int reTBN=reTQC.GetBaryonNumber(); // Baryon number of theHadronicState + G4int reTCH=reTQC.GetCharge(); // Charge of theHadronicState + G4bool isoN = reTCH-reTBN>0 || reTCH<0; // UnavoidableIsonucleus (Delta cond.) + G4bool norN = reTCH<=reTBN || reTCH>=0; // "Regular nucleus" condition G4double nnM=resSMa; // Fake prototype of the NormalNucleusMass G4QContent ipiQC=pipQC; // Prototype of QCont for the Residual Pion+ - G4QContent nnQC=reTQC-ipiQC; // Prototype for the NormalNucleus (Delta++) + G4QContent nnQC=reTQC+pimQC; // Prototype of theIsoReduceNucleus(Delta++) G4int nnPDG=nnQC.GetSPDGCode(); // Prot. PDGCode of the ResidNormalNucleus - if(nnPDG==10&&nnQC.GetBaryonNumber()>0) nnPDG=nnQC.GetZNSPDGCode(); + if((!nnPDG||nnPDG==10)&&nnQC.GetBaryonNumber()>0) nnPDG=nnQC.GetZNSPDGCode(); +#ifdef cdebug + //if(resQPDG==89998004) + G4cout<<"G4QE::CGS: nnPDR="<0) nnPDG=nnQC.GetZNSPDGCode(); } - G4QPDGCode nnQPDG(nnPDG); + G4QPDGCode nnQPDG(nnPDG); // Now can even have Q-code ! if(nnPDG<80000000) nnM=nnQPDG.GetMass(); // Mass for the Fundamental Hadron else nnM=nnQPDG.GetNuclMass(nnPDG); // Mass for the Nucleus } - for(G4int hd=nOfOUT-3; hd>=0; hd--)// Try to use any hadron to resolve PANIC + for(G4int hd=nOfOUT-1; hd>=0; hd--)// Try to use any hadron to resolve PANIC { G4QHadron* curHadr = theQHadrons[hd]; G4int chNF=curHadr->GetNFragments(); G4int chCH=curHadr->GetCharge(); G4int chBN=curHadr->GetBaryonNumber(); + G4LorentzVector ch4M=curHadr->Get4Momentum(); // 4Mom of the Current Hadron +#ifdef cdebug + //if(resQPDG==89998004) + G4cout<<"G4QE::CGS:#"<Get4Momentum(); // 4Mom of the Current Hadron G4LorentzVector tt4M=ch4M+reTLV;// resSMa=GSMass of the ResidQuasmon(+Env) G4double chM=ch4M.m(); // Mass of the CurrentHadron from theOUTPUT - G4double ttM=tt4M.m(); // TotalMass of CurHadr+ResidQuasm compaund + G4double ttM=tt4M.m(); // TotalMass of CurHadr+Residual compaund if(isoN) // "1 Delta Isonucleus" case { if(nnM+mPi+chM80000000) DefineQC(cPDG); + else G4cerr<<"***G4QHadr:(QP) PDG="<Called< PDG="<80000000) // including 90000000 (OK) + if(nucPDG<80000000) nucPDG=HadrToNucPDG(nucPDG); // Convert HadrPDGCode to NucPDGCode + G4int s=0; + G4int z=0; + G4int n=0; + if(nucPDG>80000000&&nucPDG<100000000) // Try to convert the NUCCoding to PDGCoding { - G4int szn=nucPDG-NUCPDG; - G4int ds=0; - G4int dz=0; - G4int dn=0; - if(szn<-100000) - { - G4int ns=(-szn)/1000000+1; - szn+=ns*1000000; - ds+=ns; - } - else if(szn<-100) - { - G4int nz=(-szn)/1000+1; - szn+=nz*1000; - dz+=nz; - } - else if(szn<0) - { - G4int nn=-szn; - szn=0; - dn+=nn; - } - G4int sz =szn/1000; - G4int n =szn%1000; - if(n>700) - { - n-=1000; - dz--; - } - G4int z =sz%1000-dz; - if(z>700) - { - z-=1000; - ds--; - } + G4QPDGCode(22).ConvertPDGToZNS(nucPDG, z, n, s); Z =z; N =n; - S =sz/1000-ds; - SetZNSQC(Z,N,S); + S =s; +#ifdef debug + G4cout<<"G4QNucleus::InitByPDG:Z="<QPDG="<QPDG="<2 maxi=3; #ifdef debug @@ -431,19 +413,19 @@ G4int G4QNucleus::UpdateClusters(G4bool din) rd*=wrd*(idA-i)/i; sum+=rd*i; #ifdef pdebug - G4cout<<"G4QNucleus::UpdateClusters:sud="<0&&PQ>0&&AQ>2) // ===> "Can try to split deuteron" case { G4QContent resQC=valQC-deutQC; // QC of Residual for the Deuteron G4int resPDG=resQC.GetSPDGCode(); // PDG of Residual for the Deuteron @@ -659,19 +645,19 @@ G4bool G4QNucleus::Split2Baryons() static const G4double mNeut= G4QPDGCode(2112).GetMass(); static const G4double mProt= G4QPDGCode(2212).GetMass(); static const G4double mLamb= G4QPDGCode(3122).GetMass(); - G4int baryn=GetA(); // Baryon Number of the Nucleus + G4int baryn=GetA(); // Baryon Number of the Nucleus if(baryn<3) return false; - G4double totM=Get4Momentum().m(); // Real Mass value of the Nucleus - G4QContent valQC=GetQCZNS(); // Quark Content of the Nucleus + G4double totM=Get4Momentum().m(); // Real Mass value of the Nucleus + G4QContent valQC=GetQCZNS(); // Quark Content of the Nucleus #ifdef pdebug G4cout<<"G4QNucleus::Split2Baryons: B="<1) // ===> "Can try to split 2 neutrons" case { - G4QContent resQC=valQC-neutQC-neutQC; // QC of Residual Nucleus for the Two Neutrons - G4int resPDG=resQC.GetSPDGCode(); // PDG of Residual Nucleus for the Two Neutrons - G4double resMas=G4QPDGCode(resPDG).GetMass(); // GS Mass of the Residual Nucleus + G4QContent resQC=valQC-neutQC-neutQC; // QC of ResidNucleus for the Two Neutrons + G4int resPDG=resQC.GetSPDGCode(); // PDG of ResidNucleus for 2 Neutrons + G4double resMas=G4QPDGCode(resPDG).GetMass();// GS Mass of the Residual Nucleus G4double sM=resMas+mNeut+mNeut; #ifdef pdebug G4cout<<"G4QNucleus::Split2Baryons: (2 neutrons), sM="<1) // ===> "Can try to split 2 protons" case { - G4QContent resQC=valQC-protQC-protQC; // QC of Residual Nucleus for the Two Protons - G4int resPDG=resQC.GetSPDGCode(); // PDG of Residual Nucleus for the Two Proton - G4double resMas=G4QPDGCode(resPDG).GetMass(); // GS Mass of the Residual Nucleus + G4QContent resQC=valQC-protQC-protQC; // QC of ResidualNucleus for 2 Protons + G4int resPDG=resQC.GetSPDGCode(); // PDG of Residual Nucleus for 2 Proton + G4double resMas=G4QPDGCode(resPDG).GetMass();// GS Mass of the Residual Nucleus G4double sM=resMas+mProt+mProt; #ifdef pdebug G4cout<<"G4QNucleus::Split2Baryons: (2 protons), sM="< "Can try to split proton+neutron" { - G4QContent resQC=valQC-protQC-neutQC; // QC of Residual Nucleus for the Proton+Neutron - G4int resPDG=resQC.GetSPDGCode(); // PDG of Residual Nucleus for the Proton+Neutron - G4double resMas=G4QPDGCode(resPDG).GetMass(); // GS Mass of the Residual Nucleus + G4QContent resQC=valQC-protQC-neutQC; // QC of ResidNucleus for Proton+Neutron + G4int resPDG=resQC.GetSPDGCode(); // PDG of ResidNucleus for Proton+Neutron + G4double resMas=G4QPDGCode(resPDG).GetMass();// GS Mass of the Residual Nucleus G4double sM=resMas+mProt+mNeut; #ifdef pdebug - G4cout<<"G4QNucleus::Split2Baryons: (proton+neutron), sM="< "Can try to split lambda+neutron" { - G4QContent resQC=valQC-lambQC-neutQC; // QC of Residual Nucleus for the Lambda+Neutron - G4int resPDG=resQC.GetSPDGCode(); // PDG of Residual Nucleus for the Lambda+Neutron - G4double resMas=G4QPDGCode(resPDG).GetMass(); // GS Mass of the Residual Nucleus + G4QContent resQC=valQC-lambQC-neutQC; // QC of ResidNucleus for Lambda+Neutron + G4int resPDG=resQC.GetSPDGCode(); // PDG of ResidNucleus for Lambda+Neutron + G4double resMas=G4QPDGCode(resPDG).GetMass();// GS Mass of the Residual Nucleus G4double sM=resMas+mLamb+mNeut; #ifdef pdebug - G4cout<<"G4QNucleus::Split2Baryons: (lambda+neutron), sM="< "Can try to split lambda+proton" { - G4QContent resQC=valQC-protQC-lambQC; // QC of Residual Nucleus for the Proton+Lambda - G4int resPDG=resQC.GetSPDGCode(); // PDG of Residual Nucleus for the Proton+Lambda - G4double resMas=G4QPDGCode(resPDG).GetMass(); // GS Mass of the Residual Nucleus + G4QContent resQC=valQC-protQC-lambQC; // QC of ResidNucleus for Proton+Lambda + G4int resPDG=resQC.GetSPDGCode(); // PDG of ResidNucleus for Proton+Lambda + G4double resMas=G4QPDGCode(resPDG).GetMass();// GS Mass of the Residual Nucleus G4double sM=resMas+mProt+mLamb; #ifdef pdebug G4cout<<"G4QNucleus::Split2Baryons: (proton+lambda), sM="<1) // ===> "Can try to split 2 lambdas" case { - G4QContent resQC=valQC-lambQC-lambQC; // QC of Residual Nucleus for the Two Lambdas - G4int resPDG=resQC.GetSPDGCode(); // PDG of Residual Nucleus for the Two Lambdas - G4double resMas=G4QPDGCode(resPDG).GetMass(); // GS Mass of the Residual Nucleus + G4QContent resQC=valQC-lambQC-lambQC; // QC of ResidNucleus for the Two Lambdas + G4int resPDG=resQC.GetSPDGCode(); // PDG of ResidNucleus for the Two Lambdas + G4double resMas=G4QPDGCode(resPDG).GetMass();// GS Mass of the Residual Nucleus G4double sM=resMas+mLamb+mLamb; #ifdef pdebug G4cout<<"G4QNucleus::Split2Baryons: (two lambdas), sM="<pMin ||nFlag&&nExcess>nMin ||lFlag&&lExcess>lMin ||aFlag&&aExcess>aMin) && minE2&&index<8)||index==14||index==15||index==23) // Hyperons, Not Lambda + { + curCand->SetPreProbability(0.); + curCand->SetDenseProbability(0.); + curCand->SetPossibility(false); + } else { G4double tnM=GetQPDG().GetMass(); @@ -2658,7 +2651,7 @@ void G4QNucleus::PrepareCandidates(G4QCandidateVector& theQCandidates, G4bool pi #ifdef pdebug G4cout<<"G4QNucleus::PrepC: cPDG="<=modi) { - G4int q=QCode-modi; // Starting BarNum=3 - G4int a=q/15+1; // BarNum/2 + //G4int q=QCode-modi; // Starting BarNum=3 + //G4int a=q/15+1; // BarNum/2 + //G4int b=q%15; + G4int q=QCode-modi; // Starting BarNum=5 + G4int a=q/15+2; // BarNum/2 G4int b=q%15; return 90000000+a*1001+aC[b]; } @@ -222,14 +248,139 @@ G4int G4QPDGCode::MakePDGCode(const G4int& QCode) G4int G4QPDGCode::MakeQCode(const G4int& PDGCode) {// =========================================== G4int PDGC=abs(PDGCode); // Qcode is always not negative - if (PDGC<80000000) // Baryons & Mesons + G4int s=0; + G4int z=0; + G4int n=0; + if (PDGC>100000000) // Not supported + { +#ifdef debug + G4cout<<"***G4QPDGCode::MakeQCode: Unknown in Q-System code: "<80000000&&PDGC<100000000) // Try to convert the NUCCoding to PDGCoding + { + if(PDGC==90000000) return 6; + ConvertPDGToZNS(PDGC, z, n, s); + G4int b=n+z+s; // Baryon number +#ifdef debug + G4cout<<"***G4QPDGCode::Z="< Baryons & Fragments + { + b=-b; + n=-n; + z=-z; + s=-s; + PDGC=90000000+s*1000000+z*1000+n; // New PDGC for anti-baryons + } + else if(!b) // --> Mesons + { + //G4bool anti=false; // For the PDG conversion + if(z<0) // --> Mesons conversion + { + n=-n; + z=-z; + s=-s; + //anti=true; // For the PDG conversion + } + if(!z) + { + if(s>0) + { + n=-n; + s=-s; + //anti=true; // For the PDG conversion + } + if (s==-1) return 17; // K0 + else if(s==-2) return -1; // K0+K0 chipolino + else return -2; // Not supported by Q Code + } + else // --> z>0 + { + if(z==1) + { + if (s==-1) return 18; // K+ + else return 15; // pi+ + } + else if(z==2) return -1; // Chipolino + else return -2; // Not supported by Q Code + } + } // End of meson case + if(b>0) // --> Baryon case + { + if(b==1) + { + if(!s) // --> Baryons + { + if(z==-1) return 34; // Delta- + else if(!z) return 91; // neutron + else if(z==1)return 91; // proton + else if(z==2)return 37; // Delta++ + else if(z==3||z==-2)return -1; // Delta+pi Chipolino + else return -2; // Not supported by Q Code + } + else if(s==1) // --> Hyperons + { + if(z==-1) return 93; // Sigma- + else if(!z) return 92; // Lambda (@@ 24->Sigma0) + else if(z==1)return 94; // Sigma+ + else if(z==2||z==-2) return -1; // Sigma+pi Chipolino + else return -2; // Not supported by Q Code + } + else if(s==2) // --> Xi Hyperons + { + if(z==-1) return 95; // Xi- + else if(!z) return 96; // Xi0 + else if(z==1||z==-2)return -1; // Xi+pi Chipolino + else return -2; // Not supported by Q Code + } + else if(s==3) // --> Xi Hyperons + { + if(z==-1) return 97; // Omega- + else if(!z||z==-2) return -1; // Omega+pi Chipolino + else return -2; // Not supported by Q Code + } + } + else + { + if(b==2) + { + if (PDGC==90002999) return 82; // p DEL++ + else if(PDGC==89999003) return 83; // n DEL- + else if(PDGC==90003998) return 84; // DEL++ DEL++ + else if(PDGC==89998004) return 85; // DEL- DEL- + else if(PDGC==90999002) return 104; // n Sigma- + else if(PDGC==91001999) return 105; // p Sigma+ + } + if(b==3) + { + if (PDGC==90003999) return 86; // p p DEL++ + else if(PDGC==89999004) return 87; // n n DEL- + else if(PDGC==90004998) return 88; // p DEL++ DEL++ + else if(PDGC==89998005) return 89; // n DEL- DEL- + else if(PDGC==90999003) return 113; // n n Sigma- + } + } + } + } + if (PDGC<80000000) // ----> Direct Baryons & Mesons { - if(PDGC>10000000) return -2; // Impossible code if (PDGC==10) return -1; // Chipolino - else if(PDGC==22) return 0; // Photon - else if(PDGC==110) return 1; // Low R-P: Sigma (pi,pi S-wave) - else if(PDGC==220) return 2; // Midle Regeon-Pomeron - else if(PDGC==330) return 3; // High Regeon-Pomeron + else if(PDGC==11) return 0; // e- + else if(PDGC==12) return 1; // nu_e + else if(PDGC==13) return 2; // mu- + else if(PDGC==14) return 3; // nu_mu + else if(PDGC==15) return 4; // tau- + else if(PDGC==16) return 5; // nu_tau + else if(PDGC==22) return 6; // Photon + else if(PDGC==23) return 7; // Z0 boson + else if(PDGC==24) return 8; // W- boson + else if(PDGC==25) return 9; // H0 (neutral Higs boson) + else if(PDGC==37) return 10; // H- (charged Higs boson) + else if(PDGC==110) return 11; // Low R-P: Sigma (pi,pi S-wave) + else if(PDGC==220) return 12; // Midle Regeon-Pomeron + else if(PDGC==330) return 13; // High Regeon-Pomeron G4int p=PDGC/10; // Quark Content G4int r=PDGC%10; // 2s+1 G4int Q= 0; @@ -240,15 +391,15 @@ G4int G4QPDGCode::MakeQCode(const G4int& PDGCode) #endif return -2; } - else if(r==1) Q= 3; - else if(r==2) Q= 9; - else if(r==3) Q=17; - else if(r==4) Q=23; - else if(r==5) Q=34; - else if(r==6) Q=40; - else if(r==7) Q=48; - else if(r==8) Q=54; - else if(r==9) Q=65; // @@ Not yet implemented family of mesons with spin 4 + else if(r==1) Q=13; + else if(r==2) Q=19; + else if(r==3) Q=27; + else if(r==4) Q=33; + else if(r==5) Q=44; + else if(r==6) Q=50; + else if(r==7) Q=58; + else if(r==8) Q=64; + else if(r==9) Q=75; if(r%2) // Mesons are all the same { if (p==11) return Q+=1; @@ -260,7 +411,7 @@ G4int G4QPDGCode::MakeQCode(const G4int& PDGCode) else { #ifdef pdebug - G4cout<<"***G4QPDGCode::MakeQCode: (1) Unknown in Q-System code: "<700) - { - n-=1000; - dz--; - } - G4int z=sz%1000-dz; - if(z>700) - { - z-=1000; - ds--; - } - G4int s=sz/1000-ds; G4int d=n+n+z+s; // a#of d quarks G4int u=n+z+z+s; // a#of u quarks G4int t=d+u+s; // tot#of quarks @@ -371,29 +477,47 @@ G4int G4QPDGCode::MakeQCode(const G4int& PDGCode) G4int b=t/3; // baryon number if(b==1) // baryons { - if (s==0&&u==1&&d==2) return 80; - else if(s==0&&u==2&&d==1) return 81; - else if(s==1&&u==1&&d==1) return 82; + if (s==0&&u==1&&d==2) return 90; + else if(s==0&&u==2&&d==1) return 91; + else if(s==1&&u==1&&d==1) return 92; else { #ifdef pdebug - G4cout<<"***G4QPDGCode::MakeQCode: (5) Unknown in Q-System code: "<80000000) // Nuclear coding - { - G4int szn=thePDGCode-90000000; - //if(szn==0) return m[4]; // mPi0 %%???? MK ???? - if(szn==0) return 0.; - G4int ds=0; - G4int dz=0; - G4int dn=0; - if(szn<-100000) - { - G4int ns=(-szn)/1000000+1; - szn+=ns*1000000; - ds+=ns; - } - else if(szn<-100) - { - G4int nz=(-szn)/1000+1; - szn+=nz*1000; - dz+=nz; - } - else if(szn<0) - { - G4int nn=-szn; - szn=0; - dn+=nn; - } - G4int sz =szn/1000; - G4int n =szn%1000; - if(n>700) - { - n-=1000; - dz--; - } - G4int z =sz%1000-dz; - if(z>700) - { - z-=1000; - ds--; - } - G4int s =sz/1000-ds; - return GetNuclMass(z,n,s); - } - else if(ab<0||!thePDGCode) + if(ab<0&&thePDGCode<80000000||!thePDGCode) { #ifdef debug if(thePDGCode!=10) - G4cout<<"***G4QPDGCode::GetMass: m=100000., QCode="<-1 && ab151)=-57.56-5.542*X**1.05 static const G4double b8=10.5; // (Lambda binding energy exponent) static const G4double b9=-1./3.; - static const G4double a2=0.13; // Lambda binding energy for the deutron+Lambda system (MeV) - static const G4double a3=2.2; // Lambda binding energy for (t or He3)+Lambda system (MeV) + static const G4double a2=0.13; // LambdaBindingEnergy for deutron+LambdaSystem(MeV) + static const G4double a3=2.2; // LambdaBindingEnergy for (t/He3)+LambdaSystem(MeV) static const G4double um=931.49432; // Umified atomic mass unit (MeV) static const G4double me =0.511; // electron mass (MeV) :: n:8.071, p:7.289 static const G4double eps =0.0001; // security addition for multybaryons static G4double c[9][9]={// z=1 =2 =3 =4 =5 =6 =7 =8 =9 - {13.136,14.931,25.320,38.000,45.000,55.000,65.000,75.000,85.000}, //n=1 - {14.950, 2.425,11.680,18.374,27.870,35.094,48.000,60.000,72.000}, //n=2 - {25.930,11.390,14.086,15.770,22.921,28.914,39.700,49.000,60.000}, //n=3 - {36.830,17.594,14.908, 4.942,12.416,15.699,24.960,32.048,45.000}, //n=4 - {41.860,26.110,20.946,11.348,12.051,10.650,17.338,23.111,33.610}, //n=5 - {45.000,31.598,24.954,12.607, 8.668, 0.000, 5.345, 8.006,16.780}, //n=6 - {50.000,40.820,33.050,20.174,13.369, 3.125, 2.863, 2.855,10.680}, //n=7 - {55.000,48.810,40.796,25.076,16.562, 3.020, 0.101,-4.737,1.9520}, //n=8 - {60.000,55.000,50.100,33.660,23.664, 9.873, 5.683,-0.809,0.8730}}; //n=9 + {13.136,14.931,25.320,38.000,45.000,55.000,65.000,75.000,85.000}, //n=1 + {14.950, 2.425,11.680,18.374,27.870,35.094,48.000,60.000,72.000}, //n=2 + {25.930,11.390,14.086,15.770,22.921,28.914,39.700,49.000,60.000}, //n=3 + {36.830,17.594,14.908, 4.942,12.416,15.699,24.960,32.048,45.000}, //n=4 + {41.860,26.110,20.946,11.348,12.051,10.650,17.338,23.111,33.610}, //n=5 + {45.000,31.598,24.954,12.607, 8.668, 0.000, 5.345, 8.006,16.780}, //n=6 + {50.000,40.820,33.050,20.174,13.369, 3.125, 2.863, 2.855,10.680}, //n=7 + {55.000,48.810,40.796,25.076,16.562, 3.020, 0.101,-4.737,1.9520}, //n=8 + {60.000,55.000,50.100,33.660,23.664, 9.873, 5.683,-0.809,0.8730}}; //n=9 #ifdef debug G4cout<<"G4QPDGCode::GetNuclMass called with Z="<=0) // Bn*LAMBDA's + (-(N+Z))*Kaons + //if(A<0&&Bn>=0) // Bn*LAMBDA's + (-(N+Z))*antiKaons + //{ + // if (N<0&&Z<0) return Bn*mL-Z*mK -N*mK0+eps* S ; + // else if(N<0) return Bn*mL+Z*mPi-A*mK0+eps*(Z+S); + // else return Bn*mL+N*mPi-A*mK +eps*(N+S); + //} + if(!Bn) // => "GS Mesons - octet" case (without eta&pi0) { - if (N<0&&Z<0) return Bn*mL-Z*mK -N*mK0+eps* S ; - else if(N<0) return Bn*mL+Z*mPi-A*mK0+eps*(Z+S); - else return Bn*mL+N*mPi-A*mK +eps*(N+S); - } - if(!Bn) // => "GS Mesons - octet" case (without eta&pi0) - { - if (N==1&&Z==-1||N==-1&&Z==1) return mPi; - else if(N==1&&S==-1||N==-1&&S==1) return mK0; - else if(S==1&&Z==-1||S==-1&&Z==1) return mK; - else return 0.; // Exotic mesons (4q) + if (!S&&Z<0) return mPi*N; + else if(!S&&N<0) return mPi*Z; + else if(N==1&&S==-1||N==-1&&S==1) return mK0; // Simple decision + else if(S==1&&Z==-1||S==-1&&Z==1) return mK; // Simple decision + else if(S>0) // General decision + { + if (-Z>S) return S*mK-(S+Z)*mPi+eps; + else if(Z>=0) return S*mK0+Z*mPi+eps; + else return (S+Z)*mK0-Z*mK+eps; + } + else if(S<0) // General decision + { + if (Z>-S) return -S*mK+(S+Z)*mPi+eps; + else if(Z<=0) return -S*mK0-Z*mPi+eps; + else return -(S+Z)*mK0+Z*mK+eps; + } } else if(Bn==1) // => "GS Baryons - octet" case (withoutSigma0) { if (Z== 1 && N== 0 && S== 0) return mP; else if(Z== 0 && N== 1 && S== 0) return mN; else if(Z== 0 && N== 0 && S== 1) return mL; - else if(Z== 1 && N==-1 && S== 1) return mSp; // Lower than LAMBDA + pi+ - else if(Z==-1 && N== 1 && S== 1) return mSm; // Lower than LAMBDA + pi- - else if(Z== 0 && N==-1 && S== 2) return mKz; // Lower than LAMBDA + K0 - else if(Z==-1 && N== 0 && S== 2) return mKm; // Lower than LAMBDA + K- + else if(Z== 1 && N==-1 && S== 1) return mSp; // Lower than Sigma+ (Simp.Decis) + else if(Z==-1 && N== 1 && S== 1) return mSm; // Lower than Sigma- (Simp.Decis) + else if(Z== 0 && N==-1 && S== 2) return mXz; // Lower than Xi0 (Simp.Decis) + else if(Z==-1 && N== 0 && S== 2) return mXm; // Lower than Xi- (Simp.Decis) + else if(Z==-1 && N==-1 && S== 3) return mOm; // Lower than Omega- (Simp.Decis) + else if(!S&&Z<0) return mN-mPi*Z+eps; // Negative Isonuclei + else if(!S&&N<0) return mP-mPi*N+eps; // Positive Isonuclei + else if(S==1) // --> General decision + { + if (N>1) return mSm+(N-1)*mPi+eps; // (Sigma-)+(n*PI-) + else if(Z>1) return mSp+(Z-1)*mPi+eps; // (Sigma+)+(n*PI+) + } + else if(S==2) // --> General decision + { + if (N>0) return mXm+N*mPi+eps; // (Xi-)+(n*PI-) + else if(Z>0) return mXz+Z*mPi+eps; // (Xi0)+(n*PI+) + } + else if(S==3) // --> General decision + { + if (N>-1) return mOm+(N+1)*mPi+eps; // (Omega-)+(n*PI-) + else if(Z>-1) return mOm+(Z+1)*mPi+eps; // (Omega-)+(n*PI+) + } + else if(S>3) // --> General Omega- decision + { + if (-Z>S-2) return mOm+(S-3)*mK +(2-Z-S)*mPi+eps; + else if(Z>-1) return mOm+(S-3)*mK0+(Z+1)+mPi+eps; + else return mOm+(S+Z-2)*mK0-(Z+1)*mK+eps; + } } - else if(Bn==2) // => "GS Baryons - decuplet" case (NP,LP, and LN are made below) + else if(Bn==2) // => "GS Baryons - decuplet" case (NP,LP, and LN are made below) { if (Z== 2 && N== 0 && S== 0) return dmP; + else if(Z== 1 && N== 1 && S== 0) return 1875.6134; // Exact deuteron PDG Mass else if(Z== 0 && N== 2 && S== 0) return dmN; - else if(Z== 0 && N== 0 && S== 2) return dmL; else if(Z== 2 && N==-1 && S== 1) return dSP; + else if(Z== 1 && N== 0 && S== 1) return dLP; + else if(Z== 0 && N== 1 && S== 1) return dLN; else if(Z==-1 && N== 2 && S== 1) return dSN; - else if(Z== 1 && N==-1 && S== 2) return dKP; - else if(Z==-1 && N== 1 && S== 2) return dKN; + else if(Z== 1 && N==-1 && S== 2) return dXP; + else if(Z== 0 && N== 0 && S== 2) return dmL; + else if(Z==-1 && N== 1 && S== 2) return dXN; + else if(Z== 0 && N==-1 && S== 3) return dOP; + else if(Z==-1 && N== 0 && S== 3) return dON; + else if(!S&&Z<0) return dmN-mPi*Z+eps; // Negative Isonuclei + else if(!S&&N<0) return dmP-mPi*N+eps; // Positive Isonuclei + else if(S==1) // --> General decision + { + if (N>2) return dSP+(N-2)*mPi+eps; // (nSigma-)+(n*PI-) + else if(Z>2) return dSN+(Z-1)*mPi+eps; // (pSigma+)+(n*PI+) + } + else if(S==2) // --> General decision + { + if (N>1) return dXN+(N-1)*mPi+eps; // (nXi-)+(n*PI-) + else if(Z>1) return dXP+(Z-1)*mPi+eps; // (pXi0)+(n*PI+) + } + else if(S==3) // --> General decision + { + if (N>0) return dON+N*mPi+eps; // (nOmega-)+(n*PI-) + else if(Z>0) return dOP+Z*mPi+eps; // (pOmega-)+(n*PI+) + } + else if(S>3) // --> General Omega- decision + { + if (-Z>S-2) return dON+(S-3)*mK +(2-Z-S)*mPi+eps; + else if(Z>0) return dOP+(S-3)*mK0+Z+mPi+eps; + else return dOP+(S+Z-3)*mK0-Z*mK+eps; + } + //else if(S>0) // @@ Implement General Decision + //{ + // //#ifdef debug + // G4cout<<"***G4QPDGCode::GetNuclMass:B=2, Z="<A) return A*mP+(Z-A)*mPi+eps; // Multybaryon Positive Isonuclei // === Start mesonic extraction === - G4double km=0.; // Mass Sum of K mesons (Correspond to G4E::DecayAntiStrang.) + G4double km=0.; // Mass Sum of K mesons (G4E::DecayAntiStrang.) G4int Zm=Z; G4int Nm=N; G4int Sm=S; @@ -849,7 +1023,7 @@ G4double G4QPDGCode::GetNuclMass(G4int Z, G4int N, G4int S) if(A+S<1&&k==0.||Z<0||N<0) // @@ Can be generalized to anti-nuclei { #ifdef debug - G4cerr<<"***G4QPDGCode::GetNuclMass: A="<maxM) m=maxM; @@ -887,7 +1062,7 @@ G4double G4QPDGCode::GetNuclMass(G4int Z, G4int N, G4int S) if(Am<1&&km==0.||Zm<0||Nm<0) // @@ Can be generalized to anti-nuclei { #ifdef debug - G4cerr<<"***G4QPDGCode::GetNucM:A="<1,10->-1 + static const G4int m12[15]={ 7, 2, 2, 2, 2, 7, 7, 7, 2, 2, 7, 2, 2, 7, 7};// 12->2,21->-2 + static const G4int m20[15]={ 7, 7, 7,-3,-3, 7,-3,-3, 7, 7, 7,-3,-3,-3,-3};// 02->3,20->-3 + static const G4int m21[15]={ 7, 7, 7,-2,-2,-2,-2, 7, 7, 7,-2,-2, 7,-2,-2}; + static const G4int fragmStart = 82; // "Isonuclei are added && Leptons are added" - if(theQCode= 0)DecayDB[ 0] = 0; // gamma - if(limit<= 1 && nQ>= 1) // Low sigma=pi,pi S-wave : f_0 (800) + //if(limit<= 0 && nQ>= 0)DecayDB[ 0] = 0; // e- (11) + //if(limit<= 1 && nQ>= 1)DecayDB[ 1] = 0; // nu_e (12) + //if(limit<= 2 && nQ>= 2)DecayDB[ 2] = 0; // mu- (13) + //if(limit<= 3 && nQ>= 3)DecayDB[ 3] = 0; // mu_e (14) + //if(limit<= 4 && nQ>= 4)DecayDB[ 4] = 0; // tau- (15) + //if(limit<= 5 && nQ>= 5)DecayDB[ 5] = 0; // nu_tau (16) + //if(limit<= 6 && nQ>= 6)DecayDB[ 6] = 0; // gamma (22) + if(limit<= 7 && nQ>= 7) // Z0 (23) { - DecayDB[ 1].push_back(new G4QDecayChan(.333,211,-211)); - DecayDB[ 1].push_back(new G4QDecayChan(1.00,111, 111)); + DecayDB[ 7].push_back(new G4QDecayChan(.034, 11, -11)); + DecayDB[ 7].push_back(new G4QDecayChan(.067, 13, -13)); + DecayDB[ 7].push_back(new G4QDecayChan(.100, 15, -15)); + DecayDB[ 7].push_back(new G4QDecayChan(.167, 12, -12)); // @@ Fake invisible decays + DecayDB[ 7].push_back(new G4QDecayChan(.233, 14, -14)); + DecayDB[ 7].push_back(new G4QDecayChan(.300, 16, -16)); + DecayDB[ 7].push_back(new G4QDecayChan(.400,2112,-2112)); // @@ Fake Hadronic decays + DecayDB[ 7].push_back(new G4QDecayChan(.500,2212,-2212)); // @@ Need heavy quarks + DecayDB[ 7].push_back(new G4QDecayChan(.600,2212,-2212, 111)); + DecayDB[ 7].push_back(new G4QDecayChan(.700,2112,-2112, 111)); + DecayDB[ 7].push_back(new G4QDecayChan(.800,2212,-2112,-211)); + DecayDB[ 7].push_back(new G4QDecayChan(.990,2112,-2212, 211)); + DecayDB[ 7].push_back(new G4QDecayChan(1.00,2112,-3122, 111)); } - if(limit<= 2 && nQ>= 2) // Midle Regeon-Pomeron : f_0 (980) + if(limit<= 8 && nQ>= 8) // W- (24) @@ Update HadronicDecays { - DecayDB[ 2].push_back(new G4QDecayChan(.333,211,-211)); - DecayDB[ 2].push_back(new G4QDecayChan(1.00,111, 111)); + DecayDB[ 8].push_back(new G4QDecayChan(.107, 11, -12)); + DecayDB[ 8].push_back(new G4QDecayChan(.214, 13, -14)); + DecayDB[ 8].push_back(new G4QDecayChan(.321, 15, -16)); + DecayDB[ 8].push_back(new G4QDecayChan(.421,2112,-2212)); // @@ Fake Hadronic decays + DecayDB[ 8].push_back(new G4QDecayChan(.521,2112,-2112,-211)); + DecayDB[ 8].push_back(new G4QDecayChan(.621,2212,-2212,-211)); + DecayDB[ 8].push_back(new G4QDecayChan(.721,3122,-3122,-211)); + DecayDB[ 8].push_back(new G4QDecayChan(.821,2112,-2212, 111)); + DecayDB[ 8].push_back(new G4QDecayChan(.921,3122,-2212, 111)); + DecayDB[ 8].push_back(new G4QDecayChan(1.00,2112,-3122,-211)); } - if(limit<= 3 && nQ>= 3) // High Regeon-Pomeron : f_0 (1500) + //if(limit<= 9 && nQ>= 9)DecayDB[ 9] = 0; // H0 (25) + //if(limit<= 10 && nQ>= 10)DecayDB[ 10] = 0; // H- (37) + if(limit<= 11 && nQ>= 11) // Low sigma=pi,pi S-wave : f_0 (800) { - DecayDB[ 3].push_back(new G4QDecayChan(.300,221, 331)); - DecayDB[ 3].push_back(new G4QDecayChan(.600,221, 221)); - DecayDB[ 3].push_back(new G4QDecayChan(.650,311,-311)); - DecayDB[ 3].push_back(new G4QDecayChan(.700,321,-321)); - DecayDB[ 3].push_back(new G4QDecayChan(.800,211,-211)); - DecayDB[ 3].push_back(new G4QDecayChan(1.00,111, 111)); + DecayDB[ 11].push_back(new G4QDecayChan(.333,211,-211)); + DecayDB[ 11].push_back(new G4QDecayChan(1.00,111, 111)); } - if(limit<= 4 && nQ>= 4)DecayDB[ 4].push_back(new G4QDecayChan(1.00,22,22));//Pi0 - //if(limit<= 4 && nQ>= 4)DecayDB[ 4].push_back(new G4QDecayChan(1.00,22,22));//Pi0 - //if(limit<= 5 && nQ>= 5)DecayDB[ 5] = 0; // Pi + - if(limit<= 6 && nQ>= 6) // eta + if(limit<= 12 && nQ>= 12) // Midle Regeon-Pomeron : f_0 (980) { - DecayDB[ 6].push_back(new G4QDecayChan(.231,211,-211,111)); - DecayDB[ 6].push_back(new G4QDecayChan(.553,111, 111,111)); - DecayDB[ 6].push_back(new G4QDecayChan(.603,211,-211, 22)); - DecayDB[ 6].push_back(new G4QDecayChan(1.00, 22, 22)); + DecayDB[ 12].push_back(new G4QDecayChan(.333,211,-211)); + DecayDB[ 12].push_back(new G4QDecayChan(1.00,111, 111)); } - //if(limit<= 7 && nQ>= 7) // K 0 (K_short - probab 1/2) @@@@@@@@@@@@ + if(limit<= 13 && nQ>= 13) // High Regeon-Pomeron : f_0 (1500) + { + DecayDB[ 13].push_back(new G4QDecayChan(.300,221, 331)); + DecayDB[ 13].push_back(new G4QDecayChan(.600,221, 221)); + DecayDB[ 13].push_back(new G4QDecayChan(.650,311,-311)); + DecayDB[ 13].push_back(new G4QDecayChan(.700,321,-321)); + DecayDB[ 13].push_back(new G4QDecayChan(.800,211,-211)); + DecayDB[ 13].push_back(new G4QDecayChan(1.00,111, 111)); + } + //if(limit<= 14 && nQ>= 14)DecayDB[ 14].push_back(new G4QDecayChan(1.00,22,22));//Pi0 + //if(limit<= 15 && nQ>= 15)DecayDB[ 15] = 0; // Pi + + if(limit<= 16 && nQ>= 16) // eta + { + DecayDB[ 16].push_back(new G4QDecayChan(.231,211,-211,111)); + DecayDB[ 16].push_back(new G4QDecayChan(.553,111, 111,111)); + DecayDB[ 16].push_back(new G4QDecayChan(.603,211,-211, 22)); + DecayDB[ 16].push_back(new G4QDecayChan(1.00, 22, 22)); + } + //if(limit<= 17 && nQ>= 17) // K 0 (K_short - probab 1/2) @@@@@@@@@@@@ //{ - // DecayDB[ 7].push_back(new G4QDecayChan(.6861,211,-211)); - // DecayDB[ 7].push_back(new G4QDecayChan(1.00, 111, 111)); + // DecayDB[ 17].push_back(new G4QDecayChan(.6861,211,-211)); + // DecayDB[ 17].push_back(new G4QDecayChan(1.00, 111, 111)); //} - //if(limit<= 8 && nQ>= 8)DecayDB[ 8] = 0; // K + - if(limit<= 9 && nQ>= 9) // eta' + //if(limit<= 18 && nQ>= 18)DecayDB[ 8] = 0; // K + + if(limit<= 19 && nQ>= 19) // eta' { - DecayDB[ 9].push_back(new G4QDecayChan(.438,211,-211,221)); - DecayDB[ 9].push_back(new G4QDecayChan(.645,111, 111,221)); - DecayDB[ 9].push_back(new G4QDecayChan(.675, 22, 223)); - DecayDB[ 9].push_back(new G4QDecayChan(.677,111, 111,111)); - DecayDB[ 9].push_back(new G4QDecayChan(.979, 22, 113)); - DecayDB[ 9].push_back(new G4QDecayChan(1.00, 22, 22)); + DecayDB[ 19].push_back(new G4QDecayChan(.438,211,-211,221)); + DecayDB[ 19].push_back(new G4QDecayChan(.645,111, 111,221)); + DecayDB[ 19].push_back(new G4QDecayChan(.675, 22, 223)); + DecayDB[ 19].push_back(new G4QDecayChan(.677,111, 111,111)); + DecayDB[ 19].push_back(new G4QDecayChan(.979, 22, 113)); + DecayDB[ 19].push_back(new G4QDecayChan(1.00, 22, 22)); } - //if(limit<= 10 && nQ>= 10)DecayDB[ 10] = 0; // n - //if(limit<= 11 && nQ>= 11)DecayDB[ 11] = 0; // p - //if(limit<= 12 && nQ>= 12) // Lambda ===>>> all week decays are closed at this time + //if(limit<= 20 && nQ>= 20)DecayDB[ 20] = 0; // n + //if(limit<= 21 && nQ>= 21)DecayDB[ 21] = 0; // p + //if(limit<= 22 && nQ>= 22) // Lambda ===>>> all week decays are closed at this time //{ - // DecayDB[ 12].push_back(new G4QDecayChan(.640,2212,-211)); - // DecayDB[ 12].push_back(new G4QDecayChan(1.00,2112, 111)); + // DecayDB[ 22].push_back(new G4QDecayChan(.640,2212,-211)); + // DecayDB[ 22].push_back(new G4QDecayChan(1.00,2112, 111)); //} - //if(limit<= 13 &&nQ>=13)DecayDB[13].push_back(new G4QDecayChan(1.,2112,-211));//Sigma- - if(limit<= 14 &&nQ>=14)DecayDB[14].push_back(new G4QDecayChan(1.,3122,22));//Sigma0(EM) - //if(limit<= 15 && nQ>= 15) // Sigma + + //if(limit<= 23 &&nQ>=23)DecayDB[23].push_back(new G4QDecayChan(1.,2112,-211));//Sigma- + if(limit<= 24 &&nQ>=24)DecayDB[24].push_back(new G4QDecayChan(1.,3122,22));//Sigma0(EM) + //if(limit<= 25 && nQ>= 25) // Sigma + //{ - // DecayDB[ 15].push_back(new G4QDecayChan(.484,2112, 211)); - // DecayDB[ 15].push_back(new G4QDecayChan(1.00,2212, 111)); + // DecayDB[ 25].push_back(new G4QDecayChan(.484,2112, 211)); + // DecayDB[ 25].push_back(new G4QDecayChan(1.00,2212, 111)); //} - //if(limit<= 16 && nQ>=16)DecayDB[16].push_back(new G4QDecayChan(1.,3122,-211));// Ksi- - //if(limit<= 17 && nQ>=17)DecayDB[17].push_back(new G4QDecayChan(1.,3122, 111));// Ksi0 - if(limit<= 18 && nQ>= 18)DecayDB[ 18].push_back(new G4QDecayChan(1., 211,-211));// rho0 - if(limit<= 19 && nQ>= 19)DecayDB[ 19].push_back(new G4QDecayChan(1., 211, 111));// rho+ - if(limit<= 20 && nQ>= 20) // omega + //if(limit<= 26 && nQ>=26)DecayDB[26].push_back(new G4QDecayChan(1.,3122,-211));// Ksi- + //if(limit<= 27 && nQ>=27)DecayDB[27].push_back(new G4QDecayChan(1.,3122, 111));// Ksi0 + if(limit<= 28 && nQ>= 28)DecayDB[ 28].push_back(new G4QDecayChan(1., 211,-211));// rho0 + if(limit<= 29 && nQ>= 29)DecayDB[ 29].push_back(new G4QDecayChan(1., 211, 111));// rho+ + if(limit<= 30 && nQ>= 30) // omega { - DecayDB[ 20].push_back(new G4QDecayChan(.892, 211,-211,111)); - DecayDB[ 20].push_back(new G4QDecayChan(.914, 211,-211)); - DecayDB[ 20].push_back(new G4QDecayChan(1.00, 22, 111)); + DecayDB[ 30].push_back(new G4QDecayChan(.892, 211,-211,111)); + DecayDB[ 30].push_back(new G4QDecayChan(.914, 211,-211)); + DecayDB[ 30].push_back(new G4QDecayChan(1.00, 22, 111)); } - if(limit<= 21 && nQ>= 21) // K* 0 + if(limit<= 31 && nQ>= 31) // K* 0 { - DecayDB[ 21].push_back(new G4QDecayChan(.667,-211, 321)); - DecayDB[ 21].push_back(new G4QDecayChan(1.00, 111, 311)); + DecayDB[ 31].push_back(new G4QDecayChan(.667,-211, 321)); + DecayDB[ 31].push_back(new G4QDecayChan(1.00, 111, 311)); } - if(limit<= 22 && nQ>= 22) // K* + + if(limit<= 32 && nQ>= 32) // K* + { - DecayDB[ 22].push_back(new G4QDecayChan(.667, 211, 311)); - DecayDB[ 22].push_back(new G4QDecayChan(1.00, 111, 321)); + DecayDB[ 32].push_back(new G4QDecayChan(.667, 211, 311)); + DecayDB[ 32].push_back(new G4QDecayChan(1.00, 111, 321)); } - if(limit<= 23 && nQ>= 23) // phi + if(limit<= 33 && nQ>= 33) // phi { - DecayDB[ 23].push_back(new G4QDecayChan(.341, 311,-311)); - DecayDB[ 23].push_back(new G4QDecayChan(.832, 321,-321)); - DecayDB[ 23].push_back(new G4QDecayChan(.850, 22, 221)); - DecayDB[ 23].push_back(new G4QDecayChan(.900, 211,-213)); - DecayDB[ 23].push_back(new G4QDecayChan(.950,-211, 213)); - DecayDB[ 23].push_back(new G4QDecayChan(1.00, 111, 113)); + DecayDB[ 33].push_back(new G4QDecayChan(.341, 311,-311)); + DecayDB[ 33].push_back(new G4QDecayChan(.832, 321,-321)); + DecayDB[ 33].push_back(new G4QDecayChan(.850, 22, 221)); + DecayDB[ 33].push_back(new G4QDecayChan(.900, 211,-213)); + DecayDB[ 33].push_back(new G4QDecayChan(.950,-211, 213)); + DecayDB[ 33].push_back(new G4QDecayChan(1.00, 111, 113)); } - if(limit<= 24 && nQ>= 24)DecayDB[24].push_back(new G4QDecayChan(1.,2112,-211));//Delta- - if(limit<= 25 && nQ>= 25) // Delta 0 + if(limit<= 34 && nQ>= 34)DecayDB[34].push_back(new G4QDecayChan(1.,2112,-211));//Delta- + if(limit<= 35 && nQ>= 35) // Delta 0 { - DecayDB[ 25].push_back(new G4QDecayChan(.333,2212,-211)); - DecayDB[ 25].push_back(new G4QDecayChan(1.00,2112, 111)); + DecayDB[ 35].push_back(new G4QDecayChan(.333,2212,-211)); + DecayDB[ 35].push_back(new G4QDecayChan(1.00,2112, 111)); } - if(limit<= 26 && nQ>= 26) // Delta + + if(limit<= 36 && nQ>= 36) // Delta + { - DecayDB[ 26].push_back(new G4QDecayChan(.333,2112, 211)); - DecayDB[ 26].push_back(new G4QDecayChan(1.00,2212, 111)); + DecayDB[ 36].push_back(new G4QDecayChan(.333,2112, 211)); + DecayDB[ 36].push_back(new G4QDecayChan(1.00,2212, 111)); } - if(limit<= 27 && nQ>= 27)DecayDB[27].push_back(new G4QDecayChan(1.,2212,211));//Delta++ - if(limit<= 28 && nQ>= 28) // Lambda* (1520) + if(limit<= 37 && nQ>= 37)DecayDB[37].push_back(new G4QDecayChan(1.,2212,211));//Delta++ + if(limit<= 38 && nQ>= 38) // Lambda* (1520) { - DecayDB[ 28].push_back(new G4QDecayChan(.230,3112,-311)); - DecayDB[ 28].push_back(new G4QDecayChan(.460,3222,-321)); - DecayDB[ 28].push_back(new G4QDecayChan(.463,3112,211,111)); - DecayDB[ 28].push_back(new G4QDecayChan(.466,3212,211,-211)); - DecayDB[ 28].push_back(new G4QDecayChan(.467,3212,111,111)); - DecayDB[ 28].push_back(new G4QDecayChan(.470,3222,-211,111)); - DecayDB[ 28].push_back(new G4QDecayChan(.540,3122,211,-211)); - DecayDB[ 28].push_back(new G4QDecayChan(.570,3122,111,111)); - DecayDB[ 28].push_back(new G4QDecayChan(.710,3222,-211)); - DecayDB[ 28].push_back(new G4QDecayChan(.850,3212, 111)); - DecayDB[ 28].push_back(new G4QDecayChan(.990,3112, 211)); - DecayDB[ 28].push_back(new G4QDecayChan(1.00,3122, 22)); + DecayDB[ 38].push_back(new G4QDecayChan(.230,3112,-311)); + DecayDB[ 38].push_back(new G4QDecayChan(.460,3222,-321)); + DecayDB[ 38].push_back(new G4QDecayChan(.463,3112,211,111)); + DecayDB[ 38].push_back(new G4QDecayChan(.466,3212,211,-211)); + DecayDB[ 38].push_back(new G4QDecayChan(.467,3212,111,111)); + DecayDB[ 38].push_back(new G4QDecayChan(.470,3222,-211,111)); + DecayDB[ 38].push_back(new G4QDecayChan(.540,3122,211,-211)); + DecayDB[ 38].push_back(new G4QDecayChan(.570,3122,111,111)); + DecayDB[ 38].push_back(new G4QDecayChan(.710,3222,-211)); + DecayDB[ 38].push_back(new G4QDecayChan(.850,3212, 111)); + DecayDB[ 38].push_back(new G4QDecayChan(.990,3112, 211)); + DecayDB[ 38].push_back(new G4QDecayChan(1.00,3122, 22)); } - if(limit<= 29 && nQ>= 29) // Sigma* - + if(limit<= 39 && nQ>= 39) // Sigma* - { - DecayDB[ 29].push_back(new G4QDecayChan(.060,3112, 111)); - DecayDB[ 29].push_back(new G4QDecayChan(.120,3212,-211)); - DecayDB[ 29].push_back(new G4QDecayChan(1.00,3122,-211)); + DecayDB[ 39].push_back(new G4QDecayChan(.060,3112, 111)); + DecayDB[ 39].push_back(new G4QDecayChan(.120,3212,-211)); + DecayDB[ 39].push_back(new G4QDecayChan(1.00,3122,-211)); } - if(limit<= 30 && nQ>= 30) // Sigma* 0 + if(limit<= 40 && nQ>= 40) // Sigma* 0 { - DecayDB[ 30].push_back(new G4QDecayChan(.040,3112, 211)); - DecayDB[ 30].push_back(new G4QDecayChan(.080,3222,-211)); - DecayDB[ 30].push_back(new G4QDecayChan(.120,3212, 111)); - DecayDB[ 30].push_back(new G4QDecayChan(1.00,3122, 111)); + DecayDB[ 40].push_back(new G4QDecayChan(.040,3112, 211)); + DecayDB[ 40].push_back(new G4QDecayChan(.080,3222,-211)); + DecayDB[ 40].push_back(new G4QDecayChan(.120,3212, 111)); + DecayDB[ 40].push_back(new G4QDecayChan(1.00,3122, 111)); } - if(limit<= 31 && nQ>= 31) // Sigma* + + if(limit<= 41 && nQ>= 41) // Sigma* + { - DecayDB[ 31].push_back(new G4QDecayChan(.060,3212, 211)); - DecayDB[ 31].push_back(new G4QDecayChan(.120,3222, 111)); - DecayDB[ 31].push_back(new G4QDecayChan(1.00,3122, 211)); + DecayDB[ 41].push_back(new G4QDecayChan(.060,3212, 211)); + DecayDB[ 41].push_back(new G4QDecayChan(.120,3222, 111)); + DecayDB[ 41].push_back(new G4QDecayChan(1.00,3122, 211)); } - if(limit<= 32 && nQ>= 32) // Ksi* - + if(limit<= 42 && nQ>= 42) // Ksi* - { - DecayDB[ 32].push_back(new G4QDecayChan(.667,3322,-211)); - DecayDB[ 32].push_back(new G4QDecayChan(1.00,3312, 111)); + DecayDB[ 42].push_back(new G4QDecayChan(.667,3322,-211)); + DecayDB[ 42].push_back(new G4QDecayChan(1.00,3312, 111)); } - if(limit<= 33 && nQ>= 33) // Ksi* 0 + if(limit<= 43 && nQ>= 43) // Ksi* 0 { - DecayDB[ 33].push_back(new G4QDecayChan(.667,3312, 211)); - DecayDB[ 33].push_back(new G4QDecayChan(1.00,3322, 111)); + DecayDB[ 43].push_back(new G4QDecayChan(.667,3312, 211)); + DecayDB[ 43].push_back(new G4QDecayChan(1.00,3322, 111)); } - //if(limit<= 34 && nQ>= 34) // OMEGA - (Weak) + //if(limit<= 44 && nQ>= 44) // OMEGA - (Weak) //{ - // DecayDB[ 34].push_back(new G4QDecayChan(.678,3122, 321)); - // DecayDB[ 34].push_back(new G4QDecayChan(.914,3322,-211)); - // DecayDB[ 34].push_back(new G4QDecayChan(1.00,3312, 111)); + // DecayDB[ 44].push_back(new G4QDecayChan(.678,3122, 321)); + // DecayDB[ 44].push_back(new G4QDecayChan(.914,3322,-211)); + // DecayDB[ 44].push_back(new G4QDecayChan(1.00,3312, 111)); //} - if(limit<= 35 && nQ>= 35) // a_2 0 + if(limit<= 45 && nQ>= 45) // a_2 0 { - DecayDB[ 35].push_back(new G4QDecayChan(.068, 211,-211,223)); - DecayDB[ 35].push_back(new G4QDecayChan(.102, 111, 111,223)); - DecayDB[ 35].push_back(new G4QDecayChan(.126, 321,-321)); - DecayDB[ 35].push_back(new G4QDecayChan(.150, 311,-311)); - DecayDB[ 35].push_back(new G4QDecayChan(.298, 111, 221)); - DecayDB[ 35].push_back(new G4QDecayChan(.532,-211, 213)); - DecayDB[ 35].push_back(new G4QDecayChan(.766, 211,-213)); - DecayDB[ 35].push_back(new G4QDecayChan(1.00, 111, 113)); + DecayDB[ 45].push_back(new G4QDecayChan(.068, 211,-211,223)); + DecayDB[ 45].push_back(new G4QDecayChan(.102, 111, 111,223)); + DecayDB[ 45].push_back(new G4QDecayChan(.126, 321,-321)); + DecayDB[ 45].push_back(new G4QDecayChan(.150, 311,-311)); + DecayDB[ 45].push_back(new G4QDecayChan(.298, 111, 221)); + DecayDB[ 45].push_back(new G4QDecayChan(.532,-211, 213)); + DecayDB[ 45].push_back(new G4QDecayChan(.766, 211,-213)); + DecayDB[ 45].push_back(new G4QDecayChan(1.00, 111, 113)); } - if(limit<= 36 && nQ>= 36) // a_2 + + if(limit<= 46 && nQ>= 46) // a_2 + { - DecayDB[ 36].push_back(new G4QDecayChan(.102,111,211,223)); - DecayDB[ 36].push_back(new G4QDecayChan(.150, 321,-311)); - DecayDB[ 36].push_back(new G4QDecayChan(.298, 211, 221)); - DecayDB[ 36].push_back(new G4QDecayChan(.649, 211, 113)); - DecayDB[ 36].push_back(new G4QDecayChan(1.00, 111, 213)); + DecayDB[ 46].push_back(new G4QDecayChan(.102,111,211,223)); + DecayDB[ 46].push_back(new G4QDecayChan(.150, 321,-311)); + DecayDB[ 46].push_back(new G4QDecayChan(.298, 211, 221)); + DecayDB[ 46].push_back(new G4QDecayChan(.649, 211, 113)); + DecayDB[ 46].push_back(new G4QDecayChan(1.00, 111, 213)); } - if(limit<= 37 && nQ>= 37) // f_2 0 + if(limit<= 47 && nQ>= 47) // f_2 0 { - DecayDB[ 37].push_back(new G4QDecayChan(.005, 221, 221)); - DecayDB[ 37].push_back(new G4QDecayChan(.028, 311,-311)); - DecayDB[ 37].push_back(new G4QDecayChan(.051, 321,-321)); - DecayDB[ 37].push_back(new G4QDecayChan(.123, 111, 113)); - DecayDB[ 37].push_back(new G4QDecayChan(.126, 111, 221)); - DecayDB[ 37].push_back(new G4QDecayChan(.154, 211,-211,113)); - DecayDB[ 37].push_back(new G4QDecayChan(.718, 211,-211)); - DecayDB[ 37].push_back(new G4QDecayChan(1.00, 111, 111)); + DecayDB[ 47].push_back(new G4QDecayChan(.005, 221, 221)); + DecayDB[ 47].push_back(new G4QDecayChan(.028, 311,-311)); + DecayDB[ 47].push_back(new G4QDecayChan(.051, 321,-321)); + DecayDB[ 47].push_back(new G4QDecayChan(.123, 111, 113)); + DecayDB[ 47].push_back(new G4QDecayChan(.126, 111, 221)); + DecayDB[ 47].push_back(new G4QDecayChan(.154, 211,-211,113)); + DecayDB[ 47].push_back(new G4QDecayChan(.718, 211,-211)); + DecayDB[ 47].push_back(new G4QDecayChan(1.00, 111, 111)); } - if(limit<= 38 && nQ>= 38) // K_2 0 + if(limit<= 48 && nQ>= 48) // K_2 0 { - DecayDB[ 38].push_back(new G4QDecayChan(.028, 311, 223)); - DecayDB[ 38].push_back(new G4QDecayChan(.074, 211,-211,313)); - DecayDB[ 38].push_back(new G4QDecayChan(.143,111,-211,323)); - DecayDB[ 38].push_back(new G4QDecayChan(.166,111, 111,313)); - DecayDB[ 38].push_back(new G4QDecayChan(.190,-211, 323)); - DecayDB[ 38].push_back(new G4QDecayChan(.314, 111, 313)); - DecayDB[ 38].push_back(new G4QDecayChan(.357, 311, 113)); - DecayDB[ 38].push_back(new G4QDecayChan(.500, 321,-213)); - DecayDB[ 38].push_back(new G4QDecayChan(.750,-211, 321)); - DecayDB[ 38].push_back(new G4QDecayChan(1.00, 111, 311)); + DecayDB[ 48].push_back(new G4QDecayChan(.028, 311, 223)); + DecayDB[ 48].push_back(new G4QDecayChan(.074, 211,-211,313)); + DecayDB[ 48].push_back(new G4QDecayChan(.143,111,-211,323)); + DecayDB[ 48].push_back(new G4QDecayChan(.166,111, 111,313)); + DecayDB[ 48].push_back(new G4QDecayChan(.190,-211, 323)); + DecayDB[ 48].push_back(new G4QDecayChan(.314, 111, 313)); + DecayDB[ 48].push_back(new G4QDecayChan(.357, 311, 113)); + DecayDB[ 48].push_back(new G4QDecayChan(.500, 321,-213)); + DecayDB[ 48].push_back(new G4QDecayChan(.750,-211, 321)); + DecayDB[ 48].push_back(new G4QDecayChan(1.00, 111, 311)); } - if(limit<= 39 && nQ>= 39) // K_2 + + if(limit<= 49 && nQ>= 49) // K_2 + { - DecayDB[ 39].push_back(new G4QDecayChan(.028, 321, 223)); - DecayDB[ 39].push_back(new G4QDecayChan(.074,211,-211,323)); - DecayDB[ 39].push_back(new G4QDecayChan(.143,111, 211,313)); - DecayDB[ 39].push_back(new G4QDecayChan(.166,111, 111,323)); - DecayDB[ 39].push_back(new G4QDecayChan(.190, 211, 313)); - DecayDB[ 39].push_back(new G4QDecayChan(.314, 111, 323)); - DecayDB[ 39].push_back(new G4QDecayChan(.357, 311, 213)); - DecayDB[ 39].push_back(new G4QDecayChan(.500, 321, 113)); - DecayDB[ 39].push_back(new G4QDecayChan(.750, 211, 311)); - DecayDB[ 39].push_back(new G4QDecayChan(1.00, 111, 321)); + DecayDB[ 49].push_back(new G4QDecayChan(.028, 321, 223)); + DecayDB[ 49].push_back(new G4QDecayChan(.074,211,-211,323)); + DecayDB[ 49].push_back(new G4QDecayChan(.143,111, 211,313)); + DecayDB[ 49].push_back(new G4QDecayChan(.166,111, 111,323)); + DecayDB[ 49].push_back(new G4QDecayChan(.190, 211, 313)); + DecayDB[ 49].push_back(new G4QDecayChan(.314, 111, 323)); + DecayDB[ 49].push_back(new G4QDecayChan(.357, 311, 213)); + DecayDB[ 49].push_back(new G4QDecayChan(.500, 321, 113)); + DecayDB[ 49].push_back(new G4QDecayChan(.750, 211, 311)); + DecayDB[ 49].push_back(new G4QDecayChan(1.00, 111, 321)); } - if(limit<= 40 && nQ>= 40) // f_2' 0 + if(limit<= 50 && nQ>= 50) // f_2' 0 { - DecayDB[ 40].push_back(new G4QDecayChan(.103, 221, 221)); - DecayDB[ 40].push_back(new G4QDecayChan(.547, 311,-311)); - DecayDB[ 40].push_back(new G4QDecayChan(.991, 321,-321)); - DecayDB[ 40].push_back(new G4QDecayChan(.997, 211,-211)); - DecayDB[ 40].push_back(new G4QDecayChan(1.00, 111, 111)); + DecayDB[ 50].push_back(new G4QDecayChan(.103, 221, 221)); + DecayDB[ 50].push_back(new G4QDecayChan(.547, 311,-311)); + DecayDB[ 50].push_back(new G4QDecayChan(.991, 321,-321)); + DecayDB[ 50].push_back(new G4QDecayChan(.997, 211,-211)); + DecayDB[ 50].push_back(new G4QDecayChan(1.00, 111, 111)); } - if(limit<= 41 && nQ>= 41) // N_5/2 0 + if(limit<= 51 && nQ>= 51) // N_5/2 0 { - DecayDB[ 41].push_back(new G4QDecayChan(.040, 211, 1114)); - DecayDB[ 41].push_back(new G4QDecayChan(.080, 111, 2114)); - DecayDB[ 41].push_back(new G4QDecayChan(.120,-211, 2214)); - DecayDB[ 41].push_back(new G4QDecayChan(.180, 2112, 113)); - DecayDB[ 41].push_back(new G4QDecayChan(.210, 2212,-213)); - DecayDB[ 41].push_back(new G4QDecayChan(.340, 2112, 110)); - DecayDB[ 41].push_back(new G4QDecayChan(.780, 2212,-211)); - DecayDB[ 41].push_back(new G4QDecayChan(1.00, 2112, 111)); + DecayDB[ 51].push_back(new G4QDecayChan(.040, 211, 1114)); + DecayDB[ 51].push_back(new G4QDecayChan(.080, 111, 2114)); + DecayDB[ 51].push_back(new G4QDecayChan(.120,-211, 2214)); + DecayDB[ 51].push_back(new G4QDecayChan(.180, 2112, 113)); + DecayDB[ 51].push_back(new G4QDecayChan(.210, 2212,-213)); + DecayDB[ 51].push_back(new G4QDecayChan(.340, 2112, 110)); + DecayDB[ 51].push_back(new G4QDecayChan(.780, 2212,-211)); + DecayDB[ 51].push_back(new G4QDecayChan(1.00, 2112, 111)); } - if(limit<= 42 && nQ>= 42) // N_5/2 + + if(limit<= 52 && nQ>= 52) // N_5/2 + { - DecayDB[ 42].push_back(new G4QDecayChan(.040,-211, 2224)); - DecayDB[ 42].push_back(new G4QDecayChan(.080, 211, 2114)); - DecayDB[ 42].push_back(new G4QDecayChan(.120, 111, 2214)); - DecayDB[ 42].push_back(new G4QDecayChan(.180, 2112, 213)); - DecayDB[ 42].push_back(new G4QDecayChan(.210, 2212, 113)); - DecayDB[ 42].push_back(new G4QDecayChan(.340, 2212, 229)); - DecayDB[ 42].push_back(new G4QDecayChan(.780, 2112, 211)); - DecayDB[ 42].push_back(new G4QDecayChan(1.00, 2212, 111)); + DecayDB[ 52].push_back(new G4QDecayChan(.040,-211, 2224)); + DecayDB[ 52].push_back(new G4QDecayChan(.080, 211, 2114)); + DecayDB[ 52].push_back(new G4QDecayChan(.120, 111, 2214)); + DecayDB[ 52].push_back(new G4QDecayChan(.180, 2112, 213)); + DecayDB[ 52].push_back(new G4QDecayChan(.210, 2212, 113)); + DecayDB[ 52].push_back(new G4QDecayChan(.340, 2212, 229)); + DecayDB[ 52].push_back(new G4QDecayChan(.780, 2112, 211)); + DecayDB[ 52].push_back(new G4QDecayChan(1.00, 2212, 111)); } - if(limit<= 43 && nQ>= 43) // LAMBDA_5/2 + if(limit<= 53 && nQ>= 53) // LAMBDA_5/2 { - DecayDB[ 43].push_back(new G4QDecayChan(.350, 2112,-311)); - DecayDB[ 43].push_back(new G4QDecayChan(.700, 2212,-321)); - DecayDB[ 43].push_back(new G4QDecayChan(.740, 211, 3114)); - DecayDB[ 43].push_back(new G4QDecayChan(.780,-211, 3224)); - DecayDB[ 43].push_back(new G4QDecayChan(.820, 111, 3214)); - DecayDB[ 43].push_back(new G4QDecayChan(.880, 3112, 211)); - DecayDB[ 43].push_back(new G4QDecayChan(.940, 3222,-211)); - DecayDB[ 43].push_back(new G4QDecayChan(1.00, 3212, 111)); + DecayDB[ 53].push_back(new G4QDecayChan(.350, 2112,-311)); + DecayDB[ 53].push_back(new G4QDecayChan(.700, 2212,-321)); + DecayDB[ 53].push_back(new G4QDecayChan(.740, 211, 3114)); + DecayDB[ 53].push_back(new G4QDecayChan(.780,-211, 3224)); + DecayDB[ 53].push_back(new G4QDecayChan(.820, 111, 3214)); + DecayDB[ 53].push_back(new G4QDecayChan(.880, 3112, 211)); + DecayDB[ 53].push_back(new G4QDecayChan(.940, 3222,-211)); + DecayDB[ 53].push_back(new G4QDecayChan(1.00, 3212, 111)); } - if(limit<= 44 && nQ>= 44) // SIGMA_5/2 - + if(limit<= 54 && nQ>= 54) // SIGMA_5/2 - { - DecayDB[ 44].push_back(new G4QDecayChan(.600, 2112,-321)); - DecayDB[ 44].push_back(new G4QDecayChan(.660,-211, 3214)); - DecayDB[ 44].push_back(new G4QDecayChan(.720, 111, 3114)); - DecayDB[ 44].push_back(new G4QDecayChan(.810, 3212,-211)); - DecayDB[ 44].push_back(new G4QDecayChan(.900, 3112, 111)); - DecayDB[ 44].push_back(new G4QDecayChan(1.00, 3122,-211)); + DecayDB[ 54].push_back(new G4QDecayChan(.600, 2112,-321)); + DecayDB[ 54].push_back(new G4QDecayChan(.660,-211, 3214)); + DecayDB[ 54].push_back(new G4QDecayChan(.720, 111, 3114)); + DecayDB[ 54].push_back(new G4QDecayChan(.810, 3212,-211)); + DecayDB[ 54].push_back(new G4QDecayChan(.900, 3112, 111)); + DecayDB[ 54].push_back(new G4QDecayChan(1.00, 3122,-211)); } - if(limit<= 45 && nQ>= 45) // SIGMA_5/2 0 + if(limit<= 55 && nQ>= 55) // SIGMA_5/2 0 { - DecayDB[ 45].push_back(new G4QDecayChan(.300, 2112,-311)); - DecayDB[ 45].push_back(new G4QDecayChan(.600, 2212,-321)); - DecayDB[ 45].push_back(new G4QDecayChan(.640, 211, 3114)); - DecayDB[ 45].push_back(new G4QDecayChan(.680,-211, 3224)); - DecayDB[ 45].push_back(new G4QDecayChan(.720, 111, 3214)); - DecayDB[ 45].push_back(new G4QDecayChan(.780, 3112, 211)); - DecayDB[ 45].push_back(new G4QDecayChan(.840, 3222,-211)); - DecayDB[ 45].push_back(new G4QDecayChan(.900, 3212, 111)); - DecayDB[ 45].push_back(new G4QDecayChan(1.00, 3122, 111)); + DecayDB[ 55].push_back(new G4QDecayChan(.300, 2112,-311)); + DecayDB[ 55].push_back(new G4QDecayChan(.600, 2212,-321)); + DecayDB[ 55].push_back(new G4QDecayChan(.640, 211, 3114)); + DecayDB[ 55].push_back(new G4QDecayChan(.680,-211, 3224)); + DecayDB[ 55].push_back(new G4QDecayChan(.720, 111, 3214)); + DecayDB[ 55].push_back(new G4QDecayChan(.780, 3112, 211)); + DecayDB[ 55].push_back(new G4QDecayChan(.840, 3222,-211)); + DecayDB[ 55].push_back(new G4QDecayChan(.900, 3212, 111)); + DecayDB[ 55].push_back(new G4QDecayChan(1.00, 3122, 111)); } - if(limit<= 46 && nQ>= 46) // SIGMA_5/2 + + if(limit<= 56 && nQ>= 56) // SIGMA_5/2 + { - DecayDB[ 46].push_back(new G4QDecayChan(.600, 2212,-311)); - DecayDB[ 46].push_back(new G4QDecayChan(.660, 211, 3214)); - DecayDB[ 46].push_back(new G4QDecayChan(.720, 111, 3224)); - DecayDB[ 46].push_back(new G4QDecayChan(.810, 3212, 211)); - DecayDB[ 46].push_back(new G4QDecayChan(.900, 3222, 111)); - DecayDB[ 46].push_back(new G4QDecayChan(1.00, 3122, 211)); + DecayDB[ 56].push_back(new G4QDecayChan(.600, 2212,-311)); + DecayDB[ 56].push_back(new G4QDecayChan(.660, 211, 3214)); + DecayDB[ 56].push_back(new G4QDecayChan(.720, 111, 3224)); + DecayDB[ 56].push_back(new G4QDecayChan(.810, 3212, 211)); + DecayDB[ 56].push_back(new G4QDecayChan(.900, 3222, 111)); + DecayDB[ 56].push_back(new G4QDecayChan(1.00, 3122, 211)); } - if(limit<= 47 && nQ>= 47) // KSI_5/2 - + if(limit<= 57 && nQ>= 57) // KSI_5/2 - { - DecayDB[ 47].push_back(new G4QDecayChan(.400, 3112,-311)); - DecayDB[ 47].push_back(new G4QDecayChan(.800, 3212,-321)); - DecayDB[ 47].push_back(new G4QDecayChan(1.00, 3122,-321)); + DecayDB[ 57].push_back(new G4QDecayChan(.400, 3112,-311)); + DecayDB[ 57].push_back(new G4QDecayChan(.800, 3212,-321)); + DecayDB[ 57].push_back(new G4QDecayChan(1.00, 3122,-321)); } - if(limit<= 48 && nQ>= 48) // KSI_5/2 0 + if(limit<= 58 && nQ>= 58) // KSI_5/2 0 { - DecayDB[ 48].push_back(new G4QDecayChan(.400, 3212,-311)); - DecayDB[ 48].push_back(new G4QDecayChan(.800, 3222,-321)); - DecayDB[ 48].push_back(new G4QDecayChan(1.00, 3122,-311)); + DecayDB[ 58].push_back(new G4QDecayChan(.400, 3212,-311)); + DecayDB[ 58].push_back(new G4QDecayChan(.800, 3222,-321)); + DecayDB[ 58].push_back(new G4QDecayChan(1.00, 3122,-311)); } - if(limit<= 49 && nQ>= 49) // rho_3 0 + if(limit<= 59 && nQ>= 59) // rho_3 0 { - DecayDB[ 49].push_back(new G4QDecayChan(.019,311,-313)); - DecayDB[ 49].push_back(new G4QDecayChan(.038,321,-323)); - DecayDB[ 49].push_back(new G4QDecayChan(.046,311,-311)); - DecayDB[ 49].push_back(new G4QDecayChan(.054,321,-321)); - DecayDB[ 49].push_back(new G4QDecayChan(.224,111, 223)); - DecayDB[ 49].push_back(new G4QDecayChan(.404,111,-211,213)); - DecayDB[ 49].push_back(new G4QDecayChan(.584,111, 211,-213)); - DecayDB[ 49].push_back(new G4QDecayChan(.764,111, 111,113)); - DecayDB[ 49].push_back(new G4QDecayChan(1.00,211,-211)); + DecayDB[ 59].push_back(new G4QDecayChan(.019,311,-313)); + DecayDB[ 59].push_back(new G4QDecayChan(.038,321,-323)); + DecayDB[ 59].push_back(new G4QDecayChan(.046,311,-311)); + DecayDB[ 59].push_back(new G4QDecayChan(.054,321,-321)); + DecayDB[ 59].push_back(new G4QDecayChan(.224,111, 223)); + DecayDB[ 59].push_back(new G4QDecayChan(.404,111,-211,213)); + DecayDB[ 59].push_back(new G4QDecayChan(.584,111, 211,-213)); + DecayDB[ 59].push_back(new G4QDecayChan(.764,111, 111,113)); + DecayDB[ 59].push_back(new G4QDecayChan(1.00,211,-211)); } - if(limit<= 50 && nQ>= 50) // rho_3 + + if(limit<= 60 && nQ>= 60) // rho_3 + { - DecayDB[ 50].push_back(new G4QDecayChan(.019, 321,-313)); - DecayDB[ 50].push_back(new G4QDecayChan(.038,-311, 323)); - DecayDB[ 50].push_back(new G4QDecayChan(.054, 321,-311)); - DecayDB[ 50].push_back(new G4QDecayChan(.224, 211, 223)); - DecayDB[ 50].push_back(new G4QDecayChan(.404,211,-211,213)); - DecayDB[ 50].push_back(new G4QDecayChan(.584,211,211,-213)); - DecayDB[ 50].push_back(new G4QDecayChan(.764,211,111,113)); - DecayDB[ 50].push_back(new G4QDecayChan(1.00, 211, 111)); + DecayDB[ 60].push_back(new G4QDecayChan(.019, 321,-313)); + DecayDB[ 60].push_back(new G4QDecayChan(.038,-311, 323)); + DecayDB[ 60].push_back(new G4QDecayChan(.054, 321,-311)); + DecayDB[ 60].push_back(new G4QDecayChan(.224, 211, 223)); + DecayDB[ 60].push_back(new G4QDecayChan(.404,211,-211,213)); + DecayDB[ 60].push_back(new G4QDecayChan(.584,211,211,-213)); + DecayDB[ 60].push_back(new G4QDecayChan(.764,211,111,113)); + DecayDB[ 60].push_back(new G4QDecayChan(1.00, 211, 111)); } - if(limit<= 51 && nQ>= 51) // omega_3 + if(limit<= 61 && nQ>= 61) // omega_3 { - DecayDB[ 51].push_back(new G4QDecayChan(.020,211,-211,223)); - DecayDB[ 51].push_back(new G4QDecayChan(.040,111, 111,223)); - DecayDB[ 51].push_back(new G4QDecayChan(.060, 211,-213)); - DecayDB[ 51].push_back(new G4QDecayChan(.080,-211, 213)); - DecayDB[ 51].push_back(new G4QDecayChan(1.00, 111, 113)); + DecayDB[ 61].push_back(new G4QDecayChan(.020,211,-211,223)); + DecayDB[ 61].push_back(new G4QDecayChan(.040,111, 111,223)); + DecayDB[ 61].push_back(new G4QDecayChan(.060, 211,-213)); + DecayDB[ 61].push_back(new G4QDecayChan(.080,-211, 213)); + DecayDB[ 61].push_back(new G4QDecayChan(1.00, 111, 113)); } - if(limit<= 52 && nQ>= 52) // K_3 0 + if(limit<= 62 && nQ>= 62) // K_3 0 { - DecayDB[ 52].push_back(new G4QDecayChan(.030, 111, 315)); - DecayDB[ 52].push_back(new G4QDecayChan(.060,-211, 325)); - DecayDB[ 52].push_back(new G4QDecayChan(.340, 311, 331)); - DecayDB[ 52].push_back(new G4QDecayChan(.400, 111, 313)); - DecayDB[ 52].push_back(new G4QDecayChan(.520,-211, 323)); - DecayDB[ 52].push_back(new G4QDecayChan(.620, 311, 113)); - DecayDB[ 52].push_back(new G4QDecayChan(.820, 321,-213)); - DecayDB[ 52].push_back(new G4QDecayChan(.940,-211, 321)); - DecayDB[ 52].push_back(new G4QDecayChan(1.00, 111, 311)); + DecayDB[ 62].push_back(new G4QDecayChan(.030, 111, 315)); + DecayDB[ 62].push_back(new G4QDecayChan(.060,-211, 325)); + DecayDB[ 62].push_back(new G4QDecayChan(.340, 311, 331)); + DecayDB[ 62].push_back(new G4QDecayChan(.400, 111, 313)); + DecayDB[ 62].push_back(new G4QDecayChan(.520,-211, 323)); + DecayDB[ 62].push_back(new G4QDecayChan(.620, 311, 113)); + DecayDB[ 62].push_back(new G4QDecayChan(.820, 321,-213)); + DecayDB[ 62].push_back(new G4QDecayChan(.940,-211, 321)); + DecayDB[ 62].push_back(new G4QDecayChan(1.00, 111, 311)); } - if(limit<= 53 && nQ>= 53) // K_3 + + if(limit<= 63 && nQ>= 63) // K_3 + { - DecayDB[ 53].push_back(new G4QDecayChan(.030, 211, 315)); - DecayDB[ 53].push_back(new G4QDecayChan(.060, 111, 325)); - DecayDB[ 53].push_back(new G4QDecayChan(.340, 321, 331)); - DecayDB[ 53].push_back(new G4QDecayChan(.400, 211, 313)); - DecayDB[ 53].push_back(new G4QDecayChan(.520, 111, 323)); - DecayDB[ 53].push_back(new G4QDecayChan(.620, 311, 213)); - DecayDB[ 53].push_back(new G4QDecayChan(.820, 321, 113)); - DecayDB[ 53].push_back(new G4QDecayChan(.940, 211, 311)); - DecayDB[ 53].push_back(new G4QDecayChan(1.00, 111, 321)); + DecayDB[ 63].push_back(new G4QDecayChan(.030, 211, 315)); + DecayDB[ 63].push_back(new G4QDecayChan(.060, 111, 325)); + DecayDB[ 63].push_back(new G4QDecayChan(.340, 321, 331)); + DecayDB[ 63].push_back(new G4QDecayChan(.400, 211, 313)); + DecayDB[ 63].push_back(new G4QDecayChan(.520, 111, 323)); + DecayDB[ 63].push_back(new G4QDecayChan(.620, 311, 213)); + DecayDB[ 63].push_back(new G4QDecayChan(.820, 321, 113)); + DecayDB[ 63].push_back(new G4QDecayChan(.940, 211, 311)); + DecayDB[ 63].push_back(new G4QDecayChan(1.00, 111, 321)); } - if(limit<= 54 && nQ>= 54) // phi_3 + if(limit<= 64 && nQ>= 64) // phi_3 { - DecayDB[ 54].push_back(new G4QDecayChan(.250, 321,-321)); - DecayDB[ 54].push_back(new G4QDecayChan(.500, 311,-311)); - DecayDB[ 54].push_back(new G4QDecayChan(.625, 321,-323)); - DecayDB[ 54].push_back(new G4QDecayChan(.750,-321, 323)); - DecayDB[ 54].push_back(new G4QDecayChan(.875, 311,-313)); - DecayDB[ 54].push_back(new G4QDecayChan(1.00,-311, 313)); + DecayDB[ 64].push_back(new G4QDecayChan(.250, 321,-321)); + DecayDB[ 64].push_back(new G4QDecayChan(.500, 311,-311)); + DecayDB[ 64].push_back(new G4QDecayChan(.625, 321,-323)); + DecayDB[ 64].push_back(new G4QDecayChan(.750,-321, 323)); + DecayDB[ 64].push_back(new G4QDecayChan(.875, 311,-313)); + DecayDB[ 64].push_back(new G4QDecayChan(1.00,-311, 313)); } - if(limit<= 55 && nQ>= 55) // DELTA_7/2 - + if(limit<= 65 && nQ>= 65) // DELTA_7/2 - { - DecayDB[ 55].push_back(new G4QDecayChan(.200, 2112,-213 )); - DecayDB[ 55].push_back(new G4QDecayChan(.320,-211 , 2114)); - DecayDB[ 55].push_back(new G4QDecayChan(.500, 111 , 1114)); - DecayDB[ 55].push_back(new G4QDecayChan(1.00, 2112,-211 )); + DecayDB[ 65].push_back(new G4QDecayChan(.200, 2112,-213 )); + DecayDB[ 65].push_back(new G4QDecayChan(.320,-211 , 2114)); + DecayDB[ 65].push_back(new G4QDecayChan(.500, 111 , 1114)); + DecayDB[ 65].push_back(new G4QDecayChan(1.00, 2112,-211 )); } - if(limit<= 56 && nQ>= 56) // DELTA_7/2 0 + if(limit<= 66 && nQ>= 66) // DELTA_7/2 0 { - DecayDB[ 56].push_back(new G4QDecayChan(.133, 2112, 113 )); - DecayDB[ 56].push_back(new G4QDecayChan(.200, 2212,-213 )); - DecayDB[ 56].push_back(new G4QDecayChan(.360,-211 , 2214)); - DecayDB[ 56].push_back(new G4QDecayChan(.480, 211 , 1114)); - DecayDB[ 56].push_back(new G4QDecayChan(.500, 111 , 2114)); - DecayDB[ 56].push_back(new G4QDecayChan(.666, 2212,-211 )); - DecayDB[ 56].push_back(new G4QDecayChan(1.00, 2112, 111 )); + DecayDB[ 66].push_back(new G4QDecayChan(.133, 2112, 113 )); + DecayDB[ 66].push_back(new G4QDecayChan(.200, 2212,-213 )); + DecayDB[ 66].push_back(new G4QDecayChan(.360,-211 , 2214)); + DecayDB[ 66].push_back(new G4QDecayChan(.480, 211 , 1114)); + DecayDB[ 66].push_back(new G4QDecayChan(.500, 111 , 2114)); + DecayDB[ 66].push_back(new G4QDecayChan(.666, 2212,-211 )); + DecayDB[ 66].push_back(new G4QDecayChan(1.00, 2112, 111 )); } - if(limit<= 57 && nQ>= 57) // DELTA_7/2 + + if(limit<= 67 && nQ>= 67) // DELTA_7/2 + { - DecayDB[ 57].push_back(new G4QDecayChan(.133, 2112, 213 )); - DecayDB[ 57].push_back(new G4QDecayChan(.200, 2212, 113 )); - DecayDB[ 57].push_back(new G4QDecayChan(.360,-211 , 2224)); - DecayDB[ 57].push_back(new G4QDecayChan(.480, 211 , 2114)); - DecayDB[ 57].push_back(new G4QDecayChan(.500, 111 , 2214)); - DecayDB[ 57].push_back(new G4QDecayChan(.666, 2112, 211 )); - DecayDB[ 57].push_back(new G4QDecayChan(1.00, 2212, 111 )); + DecayDB[ 67].push_back(new G4QDecayChan(.133, 2112, 213 )); + DecayDB[ 67].push_back(new G4QDecayChan(.200, 2212, 113 )); + DecayDB[ 67].push_back(new G4QDecayChan(.360,-211 , 2224)); + DecayDB[ 67].push_back(new G4QDecayChan(.480, 211 , 2114)); + DecayDB[ 67].push_back(new G4QDecayChan(.500, 111 , 2214)); + DecayDB[ 67].push_back(new G4QDecayChan(.666, 2112, 211 )); + DecayDB[ 67].push_back(new G4QDecayChan(1.00, 2212, 111 )); } - if(limit<= 58 && nQ>= 58) // DELTA_7/2 ++ + if(limit<= 68 && nQ>= 68) // DELTA_7/2 ++ { - DecayDB[ 58].push_back(new G4QDecayChan(.200, 2212, 213 )); - DecayDB[ 58].push_back(new G4QDecayChan(.320, 211 , 2214)); - DecayDB[ 58].push_back(new G4QDecayChan(.500, 111 , 2224)); - DecayDB[ 58].push_back(new G4QDecayChan(1.00, 2212, 211 )); + DecayDB[ 68].push_back(new G4QDecayChan(.200, 2212, 213 )); + DecayDB[ 68].push_back(new G4QDecayChan(.320, 211 , 2214)); + DecayDB[ 68].push_back(new G4QDecayChan(.500, 111 , 2224)); + DecayDB[ 68].push_back(new G4QDecayChan(1.00, 2212, 211 )); } - if(limit<= 59 && nQ>= 59) // LAMBDA_7/2 + if(limit<= 69 && nQ>= 69) // LAMBDA_7/2 { - DecayDB[ 59].push_back(new G4QDecayChan(.160, 3122, 223 )); - DecayDB[ 59].push_back(new G4QDecayChan(.260, 2112,-313 )); - DecayDB[ 59].push_back(new G4QDecayChan(.360, 2212,-323 )); - DecayDB[ 59].push_back(new G4QDecayChan(.400, 3312, 321 )); - DecayDB[ 59].push_back(new G4QDecayChan(.440, 3322, 311 )); - DecayDB[ 59].push_back(new G4QDecayChan(.480, 3122, 221 )); - DecayDB[ 59].push_back(new G4QDecayChan(.520, 2112,-311 )); - DecayDB[ 59].push_back(new G4QDecayChan(.560, 2212,-321 )); - DecayDB[ 59].push_back(new G4QDecayChan(.600, 3112, 211 )); - DecayDB[ 59].push_back(new G4QDecayChan(.800, 3222,-211 )); - DecayDB[ 59].push_back(new G4QDecayChan(1.00, 3212, 111 )); + DecayDB[ 69].push_back(new G4QDecayChan(.160, 3122, 223 )); + DecayDB[ 69].push_back(new G4QDecayChan(.260, 2112,-313 )); + DecayDB[ 69].push_back(new G4QDecayChan(.360, 2212,-323 )); + DecayDB[ 69].push_back(new G4QDecayChan(.400, 3312, 321 )); + DecayDB[ 69].push_back(new G4QDecayChan(.440, 3322, 311 )); + DecayDB[ 69].push_back(new G4QDecayChan(.480, 3122, 221 )); + DecayDB[ 69].push_back(new G4QDecayChan(.520, 2112,-311 )); + DecayDB[ 69].push_back(new G4QDecayChan(.560, 2212,-321 )); + DecayDB[ 69].push_back(new G4QDecayChan(.600, 3112, 211 )); + DecayDB[ 69].push_back(new G4QDecayChan(.800, 3222,-211 )); + DecayDB[ 69].push_back(new G4QDecayChan(1.00, 3212, 111 )); } - if(limit<= 60 && nQ>= 60) // SIGMA_7/2 - + if(limit<= 70 && nQ>= 70) // SIGMA_7/2 - { - DecayDB[ 60].push_back(new G4QDecayChan(.030, 2112,-323 )); - DecayDB[ 60].push_back(new G4QDecayChan(.165,-311 , 1114)); - DecayDB[ 60].push_back(new G4QDecayChan(.210,-321 , 2114)); - DecayDB[ 60].push_back(new G4QDecayChan(.390,-211 , 3124)); - DecayDB[ 60].push_back(new G4QDecayChan(.450,-211 , 3214)); - DecayDB[ 60].push_back(new G4QDecayChan(.510, 111 , 3114)); - DecayDB[ 60].push_back(new G4QDecayChan(.540, 311 , 3314)); - DecayDB[ 60].push_back(new G4QDecayChan(.570,-211 , 3212)); - DecayDB[ 60].push_back(new G4QDecayChan(.600, 111 , 3112)); - DecayDB[ 60].push_back(new G4QDecayChan(.780,-321 , 2112)); - DecayDB[ 60].push_back(new G4QDecayChan(1.00,-211 , 3122)); + DecayDB[ 70].push_back(new G4QDecayChan(.030, 2112,-323 )); + DecayDB[ 70].push_back(new G4QDecayChan(.165,-311 , 1114)); + DecayDB[ 70].push_back(new G4QDecayChan(.210,-321 , 2114)); + DecayDB[ 70].push_back(new G4QDecayChan(.390,-211 , 3124)); + DecayDB[ 70].push_back(new G4QDecayChan(.450,-211 , 3214)); + DecayDB[ 70].push_back(new G4QDecayChan(.510, 111 , 3114)); + DecayDB[ 70].push_back(new G4QDecayChan(.540, 311 , 3314)); + DecayDB[ 70].push_back(new G4QDecayChan(.570,-211 , 3212)); + DecayDB[ 70].push_back(new G4QDecayChan(.600, 111 , 3112)); + DecayDB[ 70].push_back(new G4QDecayChan(.780,-321 , 2112)); + DecayDB[ 70].push_back(new G4QDecayChan(1.00,-211 , 3122)); } - if(limit<= 61 && nQ>= 61) // SIGMA_7/2 0 + if(limit<= 71 && nQ>= 71) // SIGMA_7/2 0 { - DecayDB[ 61].push_back(new G4QDecayChan(.015, 2112,-313 )); - DecayDB[ 61].push_back(new G4QDecayChan(.030, 2212,-321 )); - DecayDB[ 61].push_back(new G4QDecayChan(.120,-311 , 2114)); - DecayDB[ 61].push_back(new G4QDecayChan(.210,-321 , 2214)); - DecayDB[ 61].push_back(new G4QDecayChan(.390, 111 , 3124)); - DecayDB[ 61].push_back(new G4QDecayChan(.450,-211 , 3224)); - DecayDB[ 61].push_back(new G4QDecayChan(.510, 211 , 3114)); - DecayDB[ 61].push_back(new G4QDecayChan(.525, 311 , 3324)); - DecayDB[ 61].push_back(new G4QDecayChan(.540, 321 , 3314)); - DecayDB[ 61].push_back(new G4QDecayChan(.570,-211 , 3222)); - DecayDB[ 61].push_back(new G4QDecayChan(.600, 211 , 3112)); - DecayDB[ 61].push_back(new G4QDecayChan(.690,-311 , 2112)); - DecayDB[ 61].push_back(new G4QDecayChan(.780,-321 , 2212)); - DecayDB[ 61].push_back(new G4QDecayChan(1.00, 111 , 3122)); + DecayDB[ 71].push_back(new G4QDecayChan(.015, 2112,-313 )); + DecayDB[ 71].push_back(new G4QDecayChan(.030, 2212,-321 )); + DecayDB[ 71].push_back(new G4QDecayChan(.120,-311 , 2114)); + DecayDB[ 71].push_back(new G4QDecayChan(.210,-321 , 2214)); + DecayDB[ 71].push_back(new G4QDecayChan(.390, 111 , 3124)); + DecayDB[ 71].push_back(new G4QDecayChan(.450,-211 , 3224)); + DecayDB[ 71].push_back(new G4QDecayChan(.510, 211 , 3114)); + DecayDB[ 71].push_back(new G4QDecayChan(.525, 311 , 3324)); + DecayDB[ 71].push_back(new G4QDecayChan(.540, 321 , 3314)); + DecayDB[ 71].push_back(new G4QDecayChan(.570,-211 , 3222)); + DecayDB[ 71].push_back(new G4QDecayChan(.600, 211 , 3112)); + DecayDB[ 71].push_back(new G4QDecayChan(.690,-311 , 2112)); + DecayDB[ 71].push_back(new G4QDecayChan(.780,-321 , 2212)); + DecayDB[ 71].push_back(new G4QDecayChan(1.00, 111 , 3122)); } - if(limit<= 62 && nQ>= 62) // SIGMA_7/2 + + if(limit<= 72 && nQ>= 72) // SIGMA_7/2 + { - DecayDB[ 62].push_back(new G4QDecayChan(.030, 2212,-313 )); - DecayDB[ 62].push_back(new G4QDecayChan(.165,-321 , 2224)); - DecayDB[ 62].push_back(new G4QDecayChan(.210,-311 , 2214)); - DecayDB[ 62].push_back(new G4QDecayChan(.390, 211 , 3124)); - DecayDB[ 62].push_back(new G4QDecayChan(.450, 211 , 3214)); - DecayDB[ 62].push_back(new G4QDecayChan(.510, 111 , 3224)); - DecayDB[ 62].push_back(new G4QDecayChan(.540, 321 , 3324)); - DecayDB[ 62].push_back(new G4QDecayChan(.570, 211 , 3212)); - DecayDB[ 62].push_back(new G4QDecayChan(.600, 111 , 3222)); - DecayDB[ 62].push_back(new G4QDecayChan(.780,-311 , 2212)); - DecayDB[ 62].push_back(new G4QDecayChan(1.00, 211 , 3122)); + DecayDB[ 72].push_back(new G4QDecayChan(.030, 2212,-313 )); + DecayDB[ 72].push_back(new G4QDecayChan(.165,-321 , 2224)); + DecayDB[ 72].push_back(new G4QDecayChan(.210,-311 , 2214)); + DecayDB[ 72].push_back(new G4QDecayChan(.390, 211 , 3124)); + DecayDB[ 72].push_back(new G4QDecayChan(.450, 211 , 3214)); + DecayDB[ 72].push_back(new G4QDecayChan(.510, 111 , 3224)); + DecayDB[ 72].push_back(new G4QDecayChan(.540, 321 , 3324)); + DecayDB[ 72].push_back(new G4QDecayChan(.570, 211 , 3212)); + DecayDB[ 72].push_back(new G4QDecayChan(.600, 111 , 3222)); + DecayDB[ 72].push_back(new G4QDecayChan(.780,-311 , 2212)); + DecayDB[ 72].push_back(new G4QDecayChan(1.00, 211 , 3122)); } - if(limit<= 63 && nQ>= 63) // KSI_7/2 - + if(limit<= 73 && nQ>= 73) // KSI_7/2 - { - DecayDB[ 63].push_back(new G4QDecayChan(.400, 3112,-311)); - DecayDB[ 63].push_back(new G4QDecayChan(.800, 3212,-321)); - DecayDB[ 63].push_back(new G4QDecayChan(1.00, 3122,-321)); + DecayDB[ 73].push_back(new G4QDecayChan(.400, 3112,-311)); + DecayDB[ 73].push_back(new G4QDecayChan(.800, 3212,-321)); + DecayDB[ 73].push_back(new G4QDecayChan(1.00, 3122,-321)); } - if(limit<= 64 && nQ>= 64) // KSI_7/2 0 + if(limit<= 74 && nQ>= 74) // KSI_7/2 0 { - DecayDB[ 64].push_back(new G4QDecayChan(.400, 3212,-311)); - DecayDB[ 64].push_back(new G4QDecayChan(.800, 3222,-321)); - DecayDB[ 64].push_back(new G4QDecayChan(1.00, 3122,-311)); + DecayDB[ 74].push_back(new G4QDecayChan(.400, 3212,-311)); + DecayDB[ 74].push_back(new G4QDecayChan(.800, 3222,-321)); + DecayDB[ 74].push_back(new G4QDecayChan(1.00, 3122,-311)); } - if(limit<= 65 && nQ>= 65) // OMEGA_7/2 - + if(limit<= 75 && nQ>= 75) // OMEGA_7/2 - { - DecayDB[ 65].push_back(new G4QDecayChan(.250,-311 , 3314)); - DecayDB[ 65].push_back(new G4QDecayChan(.500,-321 , 3324)); - DecayDB[ 65].push_back(new G4QDecayChan(.750, 3312,-313 )); - DecayDB[ 65].push_back(new G4QDecayChan(1.00, 3322,-323 )); + DecayDB[ 75].push_back(new G4QDecayChan(.250,-311 , 3314)); + DecayDB[ 75].push_back(new G4QDecayChan(.500,-321 , 3324)); + DecayDB[ 75].push_back(new G4QDecayChan(.750, 3312,-313 )); + DecayDB[ 75].push_back(new G4QDecayChan(1.00, 3322,-323 )); } - if(limit<= 66 && nQ>= 66) // a_4 0 + if(limit<= 76 && nQ>= 76) // a_4 0 { - DecayDB[ 66].push_back(new G4QDecayChan(.200, 311,-311)); - DecayDB[ 66].push_back(new G4QDecayChan(.400, 321,-321)); - DecayDB[ 66].push_back(new G4QDecayChan(.600, 111, 221)); - DecayDB[ 66].push_back(new G4QDecayChan(1.00, 111, 211,-211)); + DecayDB[ 76].push_back(new G4QDecayChan(.200, 311,-311)); + DecayDB[ 76].push_back(new G4QDecayChan(.400, 321,-321)); + DecayDB[ 76].push_back(new G4QDecayChan(.600, 111, 221)); + DecayDB[ 76].push_back(new G4QDecayChan(1.00, 111, 211,-211)); } - if(limit<= 67 && nQ>= 67) // a_4 + + if(limit<= 77 && nQ>= 77) // a_4 + { - DecayDB[ 67].push_back(new G4QDecayChan(.400, 321,-311)); - DecayDB[ 67].push_back(new G4QDecayChan(.600, 211, 221)); - DecayDB[ 67].push_back(new G4QDecayChan(.800, 211, 211,-211)); - DecayDB[ 67].push_back(new G4QDecayChan(1.00, 211, 111, 111)); + DecayDB[ 77].push_back(new G4QDecayChan(.400, 321,-311)); + DecayDB[ 77].push_back(new G4QDecayChan(.600, 211, 221)); + DecayDB[ 77].push_back(new G4QDecayChan(.800, 211, 211,-211)); + DecayDB[ 77].push_back(new G4QDecayChan(1.00, 211, 111, 111)); } - if(limit<= 68 && nQ>= 68) // f_4 0 + if(limit<= 78 && nQ>= 78) // f_4 0 { - DecayDB[ 68].push_back(new G4QDecayChan(.020, 333, 333)); - DecayDB[ 68].push_back(new G4QDecayChan(.340, 223, 223)); - DecayDB[ 68].push_back(new G4QDecayChan(.350, 221, 221)); - DecayDB[ 68].push_back(new G4QDecayChan(.360, 311,-311)); - DecayDB[ 68].push_back(new G4QDecayChan(.370, 321,-321)); - DecayDB[ 68].push_back(new G4QDecayChan(.670, 213,-213)); - DecayDB[ 68].push_back(new G4QDecayChan(.820, 113, 113)); - DecayDB[ 68].push_back(new G4QDecayChan(.940, 211,-211)); - DecayDB[ 68].push_back(new G4QDecayChan(1.00, 111, 111)); + DecayDB[ 78].push_back(new G4QDecayChan(.020, 333, 333)); + DecayDB[ 78].push_back(new G4QDecayChan(.340, 223, 223)); + DecayDB[ 78].push_back(new G4QDecayChan(.350, 221, 221)); + DecayDB[ 78].push_back(new G4QDecayChan(.360, 311,-311)); + DecayDB[ 78].push_back(new G4QDecayChan(.370, 321,-321)); + DecayDB[ 78].push_back(new G4QDecayChan(.670, 213,-213)); + DecayDB[ 78].push_back(new G4QDecayChan(.820, 113, 113)); + DecayDB[ 78].push_back(new G4QDecayChan(.940, 211,-211)); + DecayDB[ 78].push_back(new G4QDecayChan(1.00, 111, 111)); } - if(limit<= 69 && nQ>= 69) // K_4 0 + if(limit<= 79 && nQ>= 79) // K_4 0 { - DecayDB[ 69].push_back(new G4QDecayChan(.060, 333, 313)); - DecayDB[ 69].push_back(new G4QDecayChan(.260, 223, 313)); - DecayDB[ 69].push_back(new G4QDecayChan(.380, 313, 113)); - DecayDB[ 69].push_back(new G4QDecayChan(.400, 323,-213)); - DecayDB[ 69].push_back(new G4QDecayChan(.500, 223, 311)); - DecayDB[ 69].push_back(new G4QDecayChan(.550, 311, 113)); - DecayDB[ 69].push_back(new G4QDecayChan(.600, 321,-213)); - DecayDB[ 69].push_back(new G4QDecayChan(.700, 311, 113)); - DecayDB[ 69].push_back(new G4QDecayChan(.800, 321,-213)); - DecayDB[ 69].push_back(new G4QDecayChan(.900, 311, 111)); - DecayDB[ 69].push_back(new G4QDecayChan(1.00, 321,-211)); + DecayDB[ 79].push_back(new G4QDecayChan(.060, 333, 313)); + DecayDB[ 79].push_back(new G4QDecayChan(.260, 223, 313)); + DecayDB[ 79].push_back(new G4QDecayChan(.380, 313, 113)); + DecayDB[ 79].push_back(new G4QDecayChan(.400, 323,-213)); + DecayDB[ 79].push_back(new G4QDecayChan(.500, 223, 311)); + DecayDB[ 79].push_back(new G4QDecayChan(.550, 311, 113)); + DecayDB[ 79].push_back(new G4QDecayChan(.600, 321,-213)); + DecayDB[ 79].push_back(new G4QDecayChan(.700, 311, 113)); + DecayDB[ 79].push_back(new G4QDecayChan(.800, 321,-213)); + DecayDB[ 79].push_back(new G4QDecayChan(.900, 311, 111)); + DecayDB[ 79].push_back(new G4QDecayChan(1.00, 321,-211)); } - if(limit<= 70 && nQ>= 70) // K_4 + + if(limit<= 80 && nQ>= 80) // K_4 + { - DecayDB[ 70].push_back(new G4QDecayChan(.060, 333, 323)); - DecayDB[ 70].push_back(new G4QDecayChan(.260, 223, 323)); - DecayDB[ 70].push_back(new G4QDecayChan(.380, 313, 213)); - DecayDB[ 70].push_back(new G4QDecayChan(.400, 323, 113)); - DecayDB[ 70].push_back(new G4QDecayChan(.500, 223, 321)); - DecayDB[ 70].push_back(new G4QDecayChan(.550, 321, 113)); - DecayDB[ 70].push_back(new G4QDecayChan(.600, 311, 213)); - DecayDB[ 70].push_back(new G4QDecayChan(.700, 311, 211)); - DecayDB[ 70].push_back(new G4QDecayChan(.800, 321, 111)); - DecayDB[ 70].push_back(new G4QDecayChan(.900, 311, 211)); - DecayDB[ 70].push_back(new G4QDecayChan(1.00, 321, 111)); + DecayDB[ 80].push_back(new G4QDecayChan(.060, 333, 323)); + DecayDB[ 80].push_back(new G4QDecayChan(.260, 223, 323)); + DecayDB[ 80].push_back(new G4QDecayChan(.380, 313, 213)); + DecayDB[ 80].push_back(new G4QDecayChan(.400, 323, 113)); + DecayDB[ 80].push_back(new G4QDecayChan(.500, 223, 321)); + DecayDB[ 80].push_back(new G4QDecayChan(.550, 321, 113)); + DecayDB[ 80].push_back(new G4QDecayChan(.600, 311, 213)); + DecayDB[ 80].push_back(new G4QDecayChan(.700, 311, 211)); + DecayDB[ 80].push_back(new G4QDecayChan(.800, 321, 111)); + DecayDB[ 80].push_back(new G4QDecayChan(.900, 311, 211)); + DecayDB[ 80].push_back(new G4QDecayChan(1.00, 321, 111)); } - if(limit<=71&&nQ>=71)DecayDB[71].push_back(new G4QDecayChan(1., 333,333));//phi_4(2300) - if(limit<=72&&nQ>=72)DecayDB[72].push_back(new G4QDecayChan(1.,2212, 2224));//pDelta++ - if(limit<=73&&nQ>=73)DecayDB[73].push_back(new G4QDecayChan(1.,2112, 1114));//nDelta- - if(limit<=74&&nQ>=74)DecayDB[74].push_back(new G4QDecayChan(1.,2224, 2224));//D++D++ - if(limit<=75&&nQ>=75)DecayDB[75].push_back(new G4QDecayChan(1.,1114, 1114));//Del-Del- - if(limit<=76&&nQ>=76)DecayDB[76].push_back(new G4QDecayChan(1.,2212,2212,2224));//ppD++ - if(limit<=77&&nQ>=77)DecayDB[77].push_back(new G4QDecayChan(1.,2112,2112,1114));//nnD- - if(limit<=78&&nQ>=78)DecayDB[78].push_back(new G4QDecayChan(1.,2212,2224,2224));//p2D++ - if(limit<=79&&nQ>=79)DecayDB[79].push_back(new G4QDecayChan(1.,2112,1114,1114));//nD-D- - if(limit<=83&&nQ>=83)DecayDB[83].push_back(new G4QDecayChan(1.,2112, 2112));//nn - if(limit<=84&&nQ>=84)DecayDB[84].push_back(new G4QDecayChan(1.,2212, 2112));//pn - if(limit<=85&&nQ>=85)DecayDB[85].push_back(new G4QDecayChan(1.,2212, 2212));//pp + if(limit<=81&&nQ>=81)DecayDB[81].push_back(new G4QDecayChan(1., 333,333));//phi_4(2300) + if(limit<=82&&nQ>=82)DecayDB[82].push_back(new G4QDecayChan(1.,2212, 2224));//pDelta++ + if(limit<=83&&nQ>=83)DecayDB[83].push_back(new G4QDecayChan(1.,2112, 1114));//nDelta- + if(limit<=84&&nQ>=84)DecayDB[84].push_back(new G4QDecayChan(1.,2224, 2224));//D++D++ + if(limit<=85&&nQ>=85)DecayDB[85].push_back(new G4QDecayChan(1.,1114, 1114));//Del-Del- + if(limit<=86&&nQ>=86)DecayDB[86].push_back(new G4QDecayChan(1.,2212,2212,2224));//ppD++ + if(limit<=87&&nQ>=87)DecayDB[87].push_back(new G4QDecayChan(1.,2112,2112,1114));//nnD- + if(limit<=88&&nQ>=88)DecayDB[88].push_back(new G4QDecayChan(1.,2212,2224,2224));//p2D++ + if(limit<=89&&nQ>=89)DecayDB[89].push_back(new G4QDecayChan(1.,2112,1114,1114));//nD-D- + //if(limit<=90&&nQ>=90)DecayDB[90] = 0; // neutron (n) as a quark exchange fragment + //if(limit<=91&&nQ>=91)DecayDB[91] = 0; // proton (p) as a quark exchange fragment + //if(limit<=92&&nQ>=92)DecayDB[92] = 0; // neutron (L/Sigma0) as aQuarkExchangeFragment + //if(limit<=93&&nQ>=93)DecayDB[93] = 0; // neutron (Sigma-) as a quarkExchangeFragment + //if(limit<=94&&nQ>=94)DecayDB[94] = 0; // neutron (Sigma+) as a quarkExchangeFragment + //if(limit<=95&&nQ>=95)DecayDB[95] = 0; // neutron (Xi-) as a quark exchange fragment + //if(limit<=96&&nQ>=96)DecayDB[96] = 0; // neutron (Xi0) as a quark exchange fragment + //if(limit<=97&&nQ>=97)DecayDB[97] = 0; // neutron (Omega-) as a quarkExchangeFragment + if(limit<=98&&nQ>=98)DecayDB[98].push_back(new G4QDecayChan(1.,2112, 2112)); //nn (src) + if(limit<=99&&nQ>=99)DecayDB[99].push_back(new G4QDecayChan(1.,2212, 2112)); //d/pn(?) + if(limit<=100&&nQ>=100)DecayDB[100].push_back(new G4QDecayChan(1.,2212,2212));//pp(src) + if(limit<=101&&nQ>=101)DecayDB[101].push_back(new G4QDecayChan(1.,3122,2112));//Ln + if(limit<=102&&nQ>=102)DecayDB[102].push_back(new G4QDecayChan(1.,3122,2212));//Lp + if(limit<=103&&nQ>=103)DecayDB[103].push_back(new G4QDecayChan(1.,3122,3122));//LL + if(limit<=104&&nQ>=104)DecayDB[104].push_back(new G4QDecayChan(1.,3112,2112));//nSig- + if(limit<=105&&nQ>=105)DecayDB[105].push_back(new G4QDecayChan(1.,3222,2212));//pSig+ + //if(limit<=106&&nQ>=106)DecayDB[106] = 0; // t + //if(limit<=107&&nQ>=107)DecayDB[107] = 0; // He3 + //Lnn=>Lambda+n+n decay to avoid the final state Hypernucleus + if(limit<=108&&nQ>=108)DecayDB[108].push_back(new G4QDecayChan(1.,3122,2112,2112)); + if(limit<=109&&nQ>=109)DecayDB[109].push_back(new G4QDecayChan(1.,3122,90001001));// Ld + //Lpp=>Lambda+p+p decay to avoid the final state Hypernucleus + if(limit<=110&&nQ>=110)DecayDB[110].push_back(new G4QDecayChan(1.,3122,2212,2212)); + //LLn=>Lambda+Lambda+n decay to avoid the final state Hypernucleus + if(limit<=111&&nQ>=111)DecayDB[111].push_back(new G4QDecayChan(1.,3122,3122,2112)); + //LLp=>Lambda+Lambda+p decay to avoid the final state Hypernucleus + if(limit<=112&&nQ>=112)DecayDB[112].push_back(new G4QDecayChan(1.,3122,3122,2212)); + // nnSigma-=>n+n+Sigma- decay to avoid the final state Hypernucleus + if(limit<=113&&nQ>=113)DecayDB[113].push_back(new G4QDecayChan(1.,2112,2112,3112)); // ------- Nuclear fragments - //if(limit<= 80 && nQ>=80) + //if(limit<=114 && nQ>=114) //{ - // if(limit<80) limit=80; + // if(limit<114) limit=101; // for (int i=limit; iGetCharge(); + if(ccSum!=cSum) + { + G4cerr<<"*G4Q::HQ:C"<E="<E="<0.) quasM = sqrt(qM2); // Update the Current Mass of Quasmon else { - if(qM2<-.0001)G4cerr<<"--Worning-- G4Q::HQ:Phot.M2="<@@ Final decay in MinHadr+(PI0 or GAM) + else if(nQuasms>1) + { +#ifdef ppdebug + G4cout<<"G4Quas::HQ:NEEDS-EVAP-0:Q="<@@ Final decay in MinHadr+(PI0 or GAM)?? { sMass=G4QPDGCode(sPDG).GetMass(); rPDG=envPDG; @@ -1440,10 +1481,10 @@ G4QHadronVector G4Quasmon::HadronizeQuasmon(G4QNucleus& qEnv, G4int nQuasms) G4double tcEP=tCRN.e()+tCRN.rho(); // Test that the edge of the Phase Space is reachable G4double cta=1.-(dex/(1.-pow(loli,pw))-pMass)/kLS;// cos(theta_k,kappa_max) in LS - if(cta>1.0001)G4cerr<<"Worning-G4Q::HQ:cost_max="<1.CorHadrProb"<1.0001)G4cerr<<"Warning-G4Q::HQ:cost_max="<1.CorHadrProb"<cta+.0001)G4cerr<<"**G4Q::HQ:ci="<ca="<>s="<RQ+F q4Mom = retQ4Mom; // Update Quasmon's 4-mom valQ += transQC; // Update the Quark Content of Quasmon -#ifdef debug +#ifdef rdebug G4cout<<"G4Q::HQ:**LetAnyway>>s="<rPDG="<rPDG="<mPi0+nreM) + { + sMass=mPi0; + sPDG=111; + curQ+=PiQC; + s4Mom=G4LorentzVector(0.,0.,0.,sMass); // Switch to K+ mass + reMass=nreM; + rPDG=nNuc.GetPDG(); + r4Mom=G4LorentzVector(0.,0.,0.,reMass);// Switch to other isotope mass + sum=reMass+sMass; + if(fabs(tmM-sum)rPDG="<nreM) + { + sMass=0.; + sPDG=22; + curQ+=PiQC; + s4Mom=G4LorentzVector(0.,0.,0.,sMass); // Switch to K+ mass + reMass=nreM; + rPDG=nNuc.GetPDG(); + r4Mom=G4LorentzVector(0.,0.,0.,reMass);// Switch to other isotope mass + sum=reMass+sMass; + if(fabs(tmM-sum)rPDG="<rPDG="<0) // Switch From pi- To pi0 (or gamma) + { + G4QContent crQC=tmpQPDG.GetQuarkContent()-Pi0QC+PiMQC; // new hadron's QC + G4QNucleus nNuc(crQC); // New neucleus for the hadron/fragment + G4double nreM=nNuc.GetGSMass(); // Mass of the new isotope + if(tmM>mPi0+nreM) + { + sMass=mPi0; + sPDG=111; + curQ+=PiMQC; + s4Mom=G4LorentzVector(0.,0.,0.,sMass); // Switch to K+ mass + reMass=nreM; + rPDG=nNuc.GetPDG(); + r4Mom=G4LorentzVector(0.,0.,0.,reMass);// Switch to other isotope mass + sum=reMass+sMass; + if(fabs(tmM-sum)rPDG="<nreM) + { + sMass=0.; + sPDG=22; + curQ+=PiMQC; + s4Mom=G4LorentzVector(0.,0.,0.,sMass); // Switch to K+ mass + reMass=nreM; + rPDG=nNuc.GetPDG(); + r4Mom=G4LorentzVector(0.,0.,0.,reMass);// Switch to other isotope mass + sum=reMass+sMass; + if(fabs(tmM-sum)rPDG="<rPDG="<mPi0+reMass) { sMass=mPi0; @@ -2504,10 +2663,10 @@ G4QHadronVector G4Quasmon::HadronizeQuasmon(G4QNucleus& qEnv, G4int nQuasms) r4Mom=q4Mom*(reMass/sum); s4Mom=q4Mom*(sMass/sum); } - else if(tmMrPDG="<rPDG="<QHVect s4M="<G4Q::HQ:S="<G4Q::HQ:S="<G4Q::HQ:After,S="<>"<>>> "Hadron candidate in Vacuum" case - if(sPDG>"Hadron candidate in Vacuum" case + //if(sPDG> "Hadron candidate with the only Quasmon" case + if(sPDG=iniBN) // Try to decay in K+ + if (iniS<0&&iniQChg+iniQChg>=iniBN) // Try to decay in K+ { sPDG = 321; sMass= mK; - G4QNucleus totQN(valQ+KpQC); // Nucleus Residual after Kp sub. + G4QNucleus totQN(valQ+KpQC); // Nucleus Residual after Kp sub. rPDG = totQN.GetPDG(); rMass= totQN.GetMZNS(); } @@ -2742,7 +2907,7 @@ G4QHadronVector G4Quasmon::HadronizeQuasmon(G4QNucleus& qEnv, G4int nQuasms) rPDG = iniPDG; rMass= iniQM; } - else + else // Decay in gamma as a final decision { sPDG = 22; sMass= 0.; @@ -2772,8 +2937,8 @@ G4QHadronVector G4Quasmon::HadronizeQuasmon(G4QNucleus& qEnv, G4int nQuasms) G4double sum=rMass+sMass; if(fabs(cqM-sum) ResidualQ 4M="<DecayIn2(a4Mom,b4Mom)) { theQHadrons.push_back(qH); // No decay (delete equivalent) - G4cerr<<"---Worning---G4Q::FillHadronVector: Be8 decay did not succeed"<DecayIn2(a4Mom,b4Mom)) { theQHadrons.push_back(qH); // No decay (delete equivalent) - G4cerr<<"---Worning---G4Q::FillHadrVect:N*->gamma/pi0+N decay error"<gamma/pi0+N decay error"<3) { - G4cerr<<"---Worning---G4Q::DecayOutH: n="<>>>"<GetDefinition() != G4PionMinus::PionMinusDefinition()) diff --git a/source/processes/hadronic/models/chiral_inv_phase_space/interface/src/G4StringChipsInterface.cc b/source/processes/hadronic/models/chiral_inv_phase_space/interface/src/G4StringChipsInterface.cc index 542f48e95f..1efcd8bc53 100644 --- a/source/processes/hadronic/models/chiral_inv_phase_space/interface/src/G4StringChipsInterface.cc +++ b/source/processes/hadronic/models/chiral_inv_phase_space/interface/src/G4StringChipsInterface.cc @@ -22,7 +22,7 @@ // #include "G4StringChipsInterface.hh" #include "globals.hh" -#include "G4Pair.hh" +#include #include #include "G4KineticTrackVector.hh" #include "G4Nucleon.hh" @@ -54,7 +54,7 @@ Propagate(G4KineticTrackVector* theSecondaries, G4V3DNucleus* theNucleus) throw G4HadronicException(__FILE__, __LINE__, "G4StringChipsInterface: Only one particle from String models!"); // Calculate the mean energy lost - G4Pair theImpact = theNucleus->RefetchImpactXandY(); + std::pair theImpact = theNucleus->RefetchImpactXandY(); G4double impactX = theImpact.first; G4double impactY = theImpact.second; G4double inpactPar2 = impactX*impactX + impactY*impactY; @@ -66,8 +66,8 @@ Propagate(G4KineticTrackVector* theSecondaries, G4V3DNucleus* theNucleus) G4double theEnergyLostInFragmentation = theEnergyLossPerFermi*pathlength/fermi; // now select all particles in range - std::list > theSorted; - std::list >::iterator current; + std::list > theSorted; + std::list >::iterator current; for(unsigned int secondary = 0; secondarysize(); secondary++) { G4LorentzVector a4Mom = theSecondaries->operator[](secondary)->Get4Momentum(); @@ -79,7 +79,7 @@ Propagate(G4KineticTrackVector* theSecondaries, G4V3DNucleus* theNucleus) #endif G4double toSort = a4Mom.rapidity(); - G4Pair it; + std::pair it; it.first = toSort; it.second = theSecondaries->operator[](secondary); G4bool inserted = false; @@ -111,7 +111,7 @@ Propagate(G4KineticTrackVector* theSecondaries, G4V3DNucleus* theNucleus) G4int nAD = 0; G4int nAU = 0; G4int nAS = 0; - std::list >::iterator firstEscaping = theSorted.begin(); + std::list >::iterator firstEscaping = theSorted.begin(); G4double runningEnergy = 0; G4int particleCount = 0; G4LorentzVector theLow = (*(theSorted.begin())).second->Get4Momentum(); diff --git a/source/processes/hadronic/models/chiral_inv_phase_space/interface/src/G4StringChipsParticleLevelInterface.cc b/source/processes/hadronic/models/chiral_inv_phase_space/interface/src/G4StringChipsParticleLevelInterface.cc index a852a5c166..8e99d64fd0 100644 --- a/source/processes/hadronic/models/chiral_inv_phase_space/interface/src/G4StringChipsParticleLevelInterface.cc +++ b/source/processes/hadronic/models/chiral_inv_phase_space/interface/src/G4StringChipsParticleLevelInterface.cc @@ -22,7 +22,7 @@ // #include "G4StringChipsParticleLevelInterface.hh" #include "globals.hh" -#include "G4Pair.hh" +#include #include #include #include "G4KineticTrackVector.hh" @@ -129,7 +129,7 @@ Propagate(G4KineticTrackVector* theSecondaries, G4V3DNucleus* theNucleus) G4LorentzVector targ4Mom(-1.*hitMomentum, targetEnergy); // Calculate the mean energy lost - G4Pair theImpact = theNucleus->RefetchImpactXandY(); + std::pair theImpact = theNucleus->RefetchImpactXandY(); G4double impactX = theImpact.first; G4double impactY = theImpact.second; G4double inpactPar2 = impactX*impactX + impactY*impactY; @@ -141,8 +141,8 @@ Propagate(G4KineticTrackVector* theSecondaries, G4V3DNucleus* theNucleus) G4double theEnergyLostInFragmentation = theEnergyLossPerFermi*pathlength/fermi; // now select all particles in range - std::list > theSorted; - std::list >::iterator current; + std::list > theSorted; + std::list >::iterator current; for(unsigned int secondary = 0; secondarysize(); secondary++) { G4LorentzVector a4Mom = theSecondaries->operator[](secondary)->Get4Momentum(); @@ -152,7 +152,7 @@ Propagate(G4KineticTrackVector* theSecondaries, G4V3DNucleus* theNucleus) << a4Mom < it; + std::pair it; it.first = toSort; it.second = theSecondaries->operator[](secondary); G4bool inserted = false; @@ -178,7 +178,7 @@ Propagate(G4KineticTrackVector* theSecondaries, G4V3DNucleus* theNucleus) G4int nAD = 0; G4int nAU = 0; G4int nAS = 0; - std::list >::iterator firstEscaping = theSorted.begin(); + std::list >::iterator firstEscaping = theSorted.begin(); G4double runningEnergy = 0; G4int particleCount = 0; G4LorentzVector theLow = (*(theSorted.begin())).second->Get4Momentum(); diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4AlphaEvaporationChannel.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4AlphaEvaporationChannel.hh index ff0c189d7d..7c56c4063e 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4AlphaEvaporationChannel.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4AlphaEvaporationChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4AlphaEvaporationChannel.hh,v 1.1 2003/08/26 18:30:40 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4AlphaEvaporationProbability.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4AlphaEvaporationProbability.hh index 74765d5eea..0057d8a56f 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4AlphaEvaporationProbability.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4AlphaEvaporationProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4AlphaEvaporationProbability.hh,v 1.1 2003/08/26 18:30:40 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4DeuteronEvaporationChannel.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4DeuteronEvaporationChannel.hh index 0282f42881..e8f34f73e3 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4DeuteronEvaporationChannel.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4DeuteronEvaporationChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4DeuteronEvaporationChannel.hh,v 1.1 2003/08/26 18:30:41 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4DeuteronEvaporationProbability.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4DeuteronEvaporationProbability.hh index e8163597da..87e50534f3 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4DeuteronEvaporationProbability.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4DeuteronEvaporationProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4DeuteronEvaporationProbability.hh,v 1.1 2003/08/26 18:30:42 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4Evaporation.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4Evaporation.hh index d62723889e..f1f36e2136 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4Evaporation.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4Evaporation.hh @@ -22,7 +22,7 @@ // // // $Id: G4Evaporation.hh,v 1.1 2003/08/26 18:30:42 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4EvaporationChannel.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4EvaporationChannel.hh index e84713d7e3..0a9f20f3ae 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4EvaporationChannel.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4EvaporationChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4EvaporationChannel.hh,v 1.1 2003/08/26 18:30:43 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4EvaporationFactory.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4EvaporationFactory.hh index 28956e70e6..07d43d15e2 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4EvaporationFactory.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4EvaporationFactory.hh @@ -22,7 +22,7 @@ // // // $Id: G4EvaporationFactory.hh,v 1.1 2003/08/26 18:30:44 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4EvaporationProbability.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4EvaporationProbability.hh index d40b7eccfb..531836cefa 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4EvaporationProbability.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4EvaporationProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4EvaporationProbability.hh,v 1.1 2003/08/26 18:30:45 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4He3EvaporationChannel.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4He3EvaporationChannel.hh index 7e2bd61e53..85a7e4a52d 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4He3EvaporationChannel.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4He3EvaporationChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4He3EvaporationChannel.hh,v 1.1 2003/08/26 18:30:45 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4He3EvaporationProbability.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4He3EvaporationProbability.hh index 5fbbcb441a..4947a36007 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4He3EvaporationProbability.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4He3EvaporationProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4He3EvaporationProbability.hh,v 1.1 2003/08/26 18:30:46 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4NeutronEvaporationChannel.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4NeutronEvaporationChannel.hh index 0a6925e482..2a27ffa20c 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4NeutronEvaporationChannel.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4NeutronEvaporationChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronEvaporationChannel.hh,v 1.1 2003/08/26 18:30:46 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4NeutronEvaporationProbability.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4NeutronEvaporationProbability.hh index ea558a4811..f3d6317eb3 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4NeutronEvaporationProbability.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4NeutronEvaporationProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronEvaporationProbability.hh,v 1.1 2003/08/26 18:30:47 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4ProtonEvaporationChannel.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4ProtonEvaporationChannel.hh index 60a9380ba8..d9d5fc646d 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4ProtonEvaporationChannel.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4ProtonEvaporationChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProtonEvaporationChannel.hh,v 1.1 2003/08/26 18:30:48 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4ProtonEvaporationProbability.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4ProtonEvaporationProbability.hh index 0257e71d9f..d8fa837177 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4ProtonEvaporationProbability.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4ProtonEvaporationProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProtonEvaporationProbability.hh,v 1.1 2003/08/26 18:30:49 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4TritonEvaporationChannel.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4TritonEvaporationChannel.hh index 83ca3b2410..b4dc3f6205 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4TritonEvaporationChannel.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4TritonEvaporationChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4TritonEvaporationChannel.hh,v 1.1 2003/08/26 18:30:50 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4TritonEvaporationProbability.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4TritonEvaporationProbability.hh index 8d1f447444..afa72a9fdf 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4TritonEvaporationProbability.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4TritonEvaporationProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4TritonEvaporationProbability.hh,v 1.1 2003/08/26 18:30:50 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/include/G4VEvaporation.hh b/source/processes/hadronic/models/de_excitation/evaporation/include/G4VEvaporation.hh index bbb8571281..6b2c3c3a38 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/include/G4VEvaporation.hh +++ b/source/processes/hadronic/models/de_excitation/evaporation/include/G4VEvaporation.hh @@ -22,7 +22,7 @@ // // // $Id: G4VEvaporation.hh,v 1.1 2003/08/26 18:30:51 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) written from G4Evaporation.hh (May 1998) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4AlphaEvaporationChannel.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4AlphaEvaporationChannel.cc index 6e1db01869..0007a64432 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4AlphaEvaporationChannel.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4AlphaEvaporationChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4AlphaEvaporationChannel.cc,v 1.2 2003/11/03 17:53:01 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4AlphaEvaporationProbability.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4AlphaEvaporationProbability.cc index a3d1b1de43..54b99eb8e3 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4AlphaEvaporationProbability.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4AlphaEvaporationProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4AlphaEvaporationProbability.cc,v 1.2 2003/11/03 17:53:01 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4DeuteronEvaporationChannel.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4DeuteronEvaporationChannel.cc index 4e372bb423..2374eeafd3 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4DeuteronEvaporationChannel.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4DeuteronEvaporationChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4DeuteronEvaporationChannel.cc,v 1.2 2003/11/03 17:53:01 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4DeuteronEvaporationProbability.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4DeuteronEvaporationProbability.cc index 392229ee9b..e1315608c5 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4DeuteronEvaporationProbability.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4DeuteronEvaporationProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4DeuteronEvaporationProbability.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4Evaporation.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4Evaporation.cc index ebc41ccb47..6f76bc9765 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4Evaporation.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4Evaporation.cc @@ -22,7 +22,7 @@ // // // $Id: G4Evaporation.cc,v 1.3 2003/11/04 11:24:24 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4EvaporationChannel.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4EvaporationChannel.cc index fd85216c52..fb5cae43dd 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4EvaporationChannel.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4EvaporationChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4EvaporationChannel.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4EvaporationFactory.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4EvaporationFactory.cc index 0d59a41861..f44e56be84 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4EvaporationFactory.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4EvaporationFactory.cc @@ -22,7 +22,7 @@ // // // $Id: G4EvaporationFactory.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4EvaporationProbability.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4EvaporationProbability.cc index 0354cec777..1e0ed20816 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4EvaporationProbability.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4EvaporationProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4EvaporationProbability.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4He3EvaporationChannel.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4He3EvaporationChannel.cc index 83932268b4..1bd53fb25d 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4He3EvaporationChannel.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4He3EvaporationChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4He3EvaporationChannel.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4He3EvaporationProbability.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4He3EvaporationProbability.cc index d4d4914d96..7b97ffa70d 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4He3EvaporationProbability.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4He3EvaporationProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4He3EvaporationProbability.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4NeutronEvaporationChannel.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4NeutronEvaporationChannel.cc index d507d537b7..f836f09317 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4NeutronEvaporationChannel.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4NeutronEvaporationChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4NeutronEvaporationChannel.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4NeutronEvaporationProbability.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4NeutronEvaporationProbability.cc index 6688ee09c1..b2969345f6 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4NeutronEvaporationProbability.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4NeutronEvaporationProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4NeutronEvaporationProbability.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4ProtonEvaporationChannel.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4ProtonEvaporationChannel.cc index 01bfe2e87c..0b7149cdb9 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4ProtonEvaporationChannel.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4ProtonEvaporationChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProtonEvaporationChannel.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4ProtonEvaporationProbability.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4ProtonEvaporationProbability.cc index 87b60d6e6a..60339704f7 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4ProtonEvaporationProbability.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4ProtonEvaporationProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProtonEvaporationProbability.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4TritonEvaporationChannel.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4TritonEvaporationChannel.cc index 58749a6be0..037c0f678f 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4TritonEvaporationChannel.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4TritonEvaporationChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4TritonEvaporationChannel.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4TritonEvaporationProbability.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4TritonEvaporationProbability.cc index 5647681fa3..89904271ec 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4TritonEvaporationProbability.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4TritonEvaporationProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4TritonEvaporationProbability.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/evaporation/src/G4VEvaporation.cc b/source/processes/hadronic/models/de_excitation/evaporation/src/G4VEvaporation.cc index 7611549d37..26a9366e88 100644 --- a/source/processes/hadronic/models/de_excitation/evaporation/src/G4VEvaporation.cc +++ b/source/processes/hadronic/models/de_excitation/evaporation/src/G4VEvaporation.cc @@ -22,7 +22,7 @@ // // // $Id: G4VEvaporation.cc,v 1.3 2003/11/04 11:24:33 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) writen from G4Evaporation.cc (May 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4B9FermiFragment.hh b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4B9FermiFragment.hh index ceed64c7a9..6f52521328 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4B9FermiFragment.hh +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4B9FermiFragment.hh @@ -22,7 +22,7 @@ // // // $Id: G4B9FermiFragment.hh,v 1.1 2003/08/26 18:34:10 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4Be8FermiFragment.hh b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4Be8FermiFragment.hh index f04345da61..90ad2e9a2b 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4Be8FermiFragment.hh +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4Be8FermiFragment.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be8FermiFragment.hh,v 1.1 2003/08/26 18:34:18 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiBreakUp.hh b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiBreakUp.hh index d3c798aae8..cf98a475a3 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiBreakUp.hh +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiBreakUp.hh @@ -22,7 +22,7 @@ // // // $Id: G4FermiBreakUp.hh,v 1.1 2003/08/26 18:34:12 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiConfiguration.hh b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiConfiguration.hh index 7dd9adba13..2cea81e92b 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiConfiguration.hh +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiConfiguration.hh @@ -22,7 +22,7 @@ // // // $Id: G4FermiConfiguration.hh,v 1.2 2003/11/03 09:38:59 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiConfigurationList.hh b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiConfigurationList.hh index 20f95cc6c5..32aa00f7b2 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiConfigurationList.hh +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4FermiConfigurationList.hh @@ -22,7 +22,7 @@ // // // $Id: G4FermiConfigurationList.hh,v 1.2 2003/11/20 09:46:23 jwellisc Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4He5FermiFragment.hh b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4He5FermiFragment.hh index 9e71ea8f86..52d4137655 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4He5FermiFragment.hh +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4He5FermiFragment.hh @@ -22,7 +22,7 @@ // // // $Id: G4He5FermiFragment.hh,v 1.1 2003/08/26 18:34:11 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4Li5FermiFragment.hh b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4Li5FermiFragment.hh index 592a86a102..03af53eb1e 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4Li5FermiFragment.hh +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4Li5FermiFragment.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li5FermiFragment.hh,v 1.1 2003/08/26 18:34:19 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4StableFermiFragment.hh b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4StableFermiFragment.hh index 61e9b5dc54..73b38e4414 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4StableFermiFragment.hh +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4StableFermiFragment.hh @@ -22,7 +22,7 @@ // // // $Id: G4StableFermiFragment.hh,v 1.1 2003/08/26 18:34:16 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4UnstableFermiFragment.hh b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4UnstableFermiFragment.hh index b47b0175b2..c35b4afea2 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4UnstableFermiFragment.hh +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4UnstableFermiFragment.hh @@ -22,7 +22,7 @@ // // // $Id: G4UnstableFermiFragment.hh,v 1.1 2003/08/26 18:34:17 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4VFermiBreakUp.hh b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4VFermiBreakUp.hh index bdde892a70..50eb0ae359 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4VFermiBreakUp.hh +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4VFermiBreakUp.hh @@ -22,7 +22,7 @@ // // // $Id: G4VFermiBreakUp.hh,v 1.1 2003/08/26 18:34:19 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4VFermiFragment.hh b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4VFermiFragment.hh index e8ec3e5022..a9970a25fc 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4VFermiFragment.hh +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/include/G4VFermiFragment.hh @@ -22,7 +22,7 @@ // // // $Id: G4VFermiFragment.hh,v 1.1 2003/08/26 18:34:20 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4B9FermiFragment.cc b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4B9FermiFragment.cc index 155c594781..8cd09b0ecb 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4B9FermiFragment.cc +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4B9FermiFragment.cc @@ -22,7 +22,7 @@ // // // $Id: G4B9FermiFragment.cc,v 1.5 2003/12/02 12:22:03 larazb Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4Be8FermiFragment.cc b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4Be8FermiFragment.cc index 79496d5e09..c012686ee0 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4Be8FermiFragment.cc +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4Be8FermiFragment.cc @@ -22,7 +22,7 @@ // // // $Id: G4Be8FermiFragment.cc,v 1.5 2003/12/02 12:22:03 larazb Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4FermiConfiguration.cc b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4FermiConfiguration.cc index 8036586ccc..6d99f5a421 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4FermiConfiguration.cc +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4FermiConfiguration.cc @@ -22,7 +22,7 @@ // // // $Id: G4FermiConfiguration.cc,v 1.6 2003/11/24 13:11:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4He5FermiFragment.cc b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4He5FermiFragment.cc index d73c2e8659..6f8612814f 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4He5FermiFragment.cc +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4He5FermiFragment.cc @@ -22,7 +22,7 @@ // // // $Id: G4He5FermiFragment.cc,v 1.5 2003/12/02 12:22:03 larazb Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4Li5FermiFragment.cc b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4Li5FermiFragment.cc index f14f2d4b27..e26fe62e99 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4Li5FermiFragment.cc +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4Li5FermiFragment.cc @@ -22,7 +22,7 @@ // // // $Id: G4Li5FermiFragment.cc,v 1.5 2003/12/02 12:22:03 larazb Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4StableFermiFragment.cc b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4StableFermiFragment.cc index 1b042d5ef9..4816570214 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4StableFermiFragment.cc +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4StableFermiFragment.cc @@ -22,7 +22,7 @@ // // // $Id: G4StableFermiFragment.cc,v 1.3 2003/11/04 11:04:41 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4UnstableFermiFragment.cc b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4UnstableFermiFragment.cc index 511a64c768..e2a37fcba3 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4UnstableFermiFragment.cc +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4UnstableFermiFragment.cc @@ -22,7 +22,7 @@ // // // $Id: G4UnstableFermiFragment.cc,v 1.6 2003/11/17 13:25:40 jwellisc Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4VFermiBreakUp.cc b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4VFermiBreakUp.cc index 9525f8e4fc..12ab7b2d24 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4VFermiBreakUp.cc +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4VFermiBreakUp.cc @@ -22,7 +22,7 @@ // // // $Id: G4VFermiBreakUp.cc,v 1.3 2003/11/04 11:04:49 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4VFermiFragment.cc b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4VFermiFragment.cc index 199872a8f4..2954ba11c8 100644 --- a/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4VFermiFragment.cc +++ b/source/processes/hadronic/models/de_excitation/fermi_breakup/src/G4VFermiFragment.cc @@ -22,7 +22,7 @@ // // // $Id: G4VFermiFragment.cc,v 1.3 2003/11/04 11:04:34 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/fission/include/G4CompetitiveFission.hh b/source/processes/hadronic/models/de_excitation/fission/include/G4CompetitiveFission.hh index c339f69d4b..37611e6d86 100644 --- a/source/processes/hadronic/models/de_excitation/fission/include/G4CompetitiveFission.hh +++ b/source/processes/hadronic/models/de_excitation/fission/include/G4CompetitiveFission.hh @@ -22,7 +22,7 @@ // // // $Id: G4CompetitiveFission.hh,v 1.1 2003/08/26 18:37:02 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/fission/include/G4FissionBarrier.hh b/source/processes/hadronic/models/de_excitation/fission/include/G4FissionBarrier.hh index b0bcce9a07..66598743cc 100644 --- a/source/processes/hadronic/models/de_excitation/fission/include/G4FissionBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/fission/include/G4FissionBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4FissionBarrier.hh,v 1.1 2003/08/26 18:37:03 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/fission/include/G4FissionLevelDensityParameter.hh b/source/processes/hadronic/models/de_excitation/fission/include/G4FissionLevelDensityParameter.hh index eacdae333e..dff11493d3 100644 --- a/source/processes/hadronic/models/de_excitation/fission/include/G4FissionLevelDensityParameter.hh +++ b/source/processes/hadronic/models/de_excitation/fission/include/G4FissionLevelDensityParameter.hh @@ -22,7 +22,7 @@ // // // $Id: G4FissionLevelDensityParameter.hh,v 1.1 2003/08/26 18:37:03 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/fission/include/G4FissionParameters.hh b/source/processes/hadronic/models/de_excitation/fission/include/G4FissionParameters.hh index 2edd06ec77..f243a13c77 100644 --- a/source/processes/hadronic/models/de_excitation/fission/include/G4FissionParameters.hh +++ b/source/processes/hadronic/models/de_excitation/fission/include/G4FissionParameters.hh @@ -22,7 +22,7 @@ // // // $Id: G4FissionParameters.hh,v 1.1 2003/08/26 18:37:02 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/fission/include/G4FissionProbability.hh b/source/processes/hadronic/models/de_excitation/fission/include/G4FissionProbability.hh index 95edb880e5..dfa7f323e3 100644 --- a/source/processes/hadronic/models/de_excitation/fission/include/G4FissionProbability.hh +++ b/source/processes/hadronic/models/de_excitation/fission/include/G4FissionProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4FissionProbability.hh,v 1.1 2003/08/26 18:37:04 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/fission/include/G4VFissionBarrier.hh b/source/processes/hadronic/models/de_excitation/fission/include/G4VFissionBarrier.hh index c40ce0c0ce..7416853117 100644 --- a/source/processes/hadronic/models/de_excitation/fission/include/G4VFissionBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/fission/include/G4VFissionBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4VFissionBarrier.hh,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/fission/src/G4CompetitiveFission.cc b/source/processes/hadronic/models/de_excitation/fission/src/G4CompetitiveFission.cc index 98e80ac06b..f74afd91db 100644 --- a/source/processes/hadronic/models/de_excitation/fission/src/G4CompetitiveFission.cc +++ b/source/processes/hadronic/models/de_excitation/fission/src/G4CompetitiveFission.cc @@ -22,7 +22,7 @@ // // // $Id: G4CompetitiveFission.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/fission/src/G4FissionBarrier.cc b/source/processes/hadronic/models/de_excitation/fission/src/G4FissionBarrier.cc index 134b7c0975..2b11600203 100644 --- a/source/processes/hadronic/models/de_excitation/fission/src/G4FissionBarrier.cc +++ b/source/processes/hadronic/models/de_excitation/fission/src/G4FissionBarrier.cc @@ -22,7 +22,7 @@ // // // $Id: G4FissionBarrier.cc,v 1.2 2003/11/03 17:53:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/fission/src/G4FissionLevelDensityParameter.cc b/source/processes/hadronic/models/de_excitation/fission/src/G4FissionLevelDensityParameter.cc index 99d31b7439..2859b8dd58 100644 --- a/source/processes/hadronic/models/de_excitation/fission/src/G4FissionLevelDensityParameter.cc +++ b/source/processes/hadronic/models/de_excitation/fission/src/G4FissionLevelDensityParameter.cc @@ -22,7 +22,7 @@ // // // $Id: G4FissionLevelDensityParameter.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/fission/src/G4FissionParameters.cc b/source/processes/hadronic/models/de_excitation/fission/src/G4FissionParameters.cc index 852d05a671..f045dc4e3e 100644 --- a/source/processes/hadronic/models/de_excitation/fission/src/G4FissionParameters.cc +++ b/source/processes/hadronic/models/de_excitation/fission/src/G4FissionParameters.cc @@ -22,7 +22,7 @@ // // // $Id: G4FissionParameters.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/fission/src/G4FissionProbability.cc b/source/processes/hadronic/models/de_excitation/fission/src/G4FissionProbability.cc index 75176222cf..54224eb579 100644 --- a/source/processes/hadronic/models/de_excitation/fission/src/G4FissionProbability.cc +++ b/source/processes/hadronic/models/de_excitation/fission/src/G4FissionProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4FissionProbability.cc,v 1.4 2003/11/14 16:54:18 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/fission/src/G4VFissionBarrier.cc b/source/processes/hadronic/models/de_excitation/fission/src/G4VFissionBarrier.cc index fdb9636405..f187345ae0 100644 --- a/source/processes/hadronic/models/de_excitation/fission/src/G4VFissionBarrier.cc +++ b/source/processes/hadronic/models/de_excitation/fission/src/G4VFissionBarrier.cc @@ -22,7 +22,7 @@ // // // $Id: G4VFissionBarrier.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4AlphaGEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4AlphaGEMChannel.hh index 9dee3f44e7..d0a45b1108 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4AlphaGEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4AlphaGEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4AlphaGEMChannel.hh,v 1.1 2003/08/26 18:41:35 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4AlphaGEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4AlphaGEMProbability.hh index 5350499036..951b441901 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4AlphaGEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4AlphaGEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4AlphaGEMProbability.hh,v 1.1 2003/08/26 18:41:36 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B10GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B10GEMChannel.hh index af916b439e..4580532265 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B10GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B10GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4B10GEMChannel.hh,v 1.1 2003/08/26 18:41:36 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B10GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B10GEMCoulombBarrier.hh index 646a421dcb..3286d464c7 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B10GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B10GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4B10GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:37 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B10GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B10GEMProbability.hh index cfab2e0923..7c1b52f7e8 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B10GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B10GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4B10GEMProbability.hh,v 1.1 2003/08/26 18:41:37 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B11GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B11GEMChannel.hh index c0551312b4..0457561791 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B11GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B11GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4B11GEMChannel.hh,v 1.1 2003/08/26 18:41:38 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B11GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B11GEMCoulombBarrier.hh index 1053fe18ce..d34a369f6b 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B11GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B11GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4B11GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:38 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B11GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B11GEMProbability.hh index 65610186ef..52a8771b55 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B11GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B11GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4B11GEMProbability.hh,v 1.1 2003/08/26 18:41:39 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B12GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B12GEMChannel.hh index 66d30d541a..99a4570957 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B12GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B12GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4B12GEMChannel.hh,v 1.1 2003/08/26 18:41:39 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B12GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B12GEMCoulombBarrier.hh index 916a10d8e8..6238a73c52 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B12GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B12GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4B12GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:40 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B12GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B12GEMProbability.hh index 7a842d9c20..2b4afd66c9 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B12GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B12GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4B12GEMProbability.hh,v 1.1 2003/08/26 18:41:40 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B13GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B13GEMChannel.hh index 0ae82b3ac2..f9b8acc08c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B13GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B13GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4B13GEMChannel.hh,v 1.1 2003/08/26 18:41:41 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B13GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B13GEMCoulombBarrier.hh index f9db65ce8f..e19700b826 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B13GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B13GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4B13GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:41 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B13GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B13GEMProbability.hh index a55307ad2a..0a66ca124c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B13GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B13GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4B13GEMProbability.hh,v 1.1 2003/08/26 18:41:42 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B8GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B8GEMChannel.hh index 4f11f5c392..7da3a3fbf3 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B8GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B8GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4B8GEMChannel.hh,v 1.1 2003/08/26 18:41:42 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B8GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B8GEMCoulombBarrier.hh index f6a70895fc..f127c93205 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B8GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B8GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4B8GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:43 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B8GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B8GEMProbability.hh index f462a15d9b..0211b5ef57 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B8GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4B8GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4B8GEMProbability.hh,v 1.1 2003/08/26 18:41:43 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be10GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be10GEMChannel.hh index 631200f63f..bc22f262d4 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be10GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be10GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be10GEMChannel.hh,v 1.1 2003/08/26 18:41:44 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be10GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be10GEMCoulombBarrier.hh index 57d90755a3..11ca2a0b1c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be10GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be10GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be10GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:44 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be10GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be10GEMProbability.hh index 108b873a46..ced1a67504 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be10GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be10GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be10GEMProbability.hh,v 1.1 2003/08/26 18:41:45 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be11GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be11GEMChannel.hh index f5346d1863..8d56b1b19d 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be11GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be11GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be11GEMChannel.hh,v 1.1 2003/08/26 18:41:45 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be11GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be11GEMCoulombBarrier.hh index bbf5641dfe..e380030d44 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be11GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be11GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be11GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:46 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be11GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be11GEMProbability.hh index d8b3d36c5a..c3807dc566 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be11GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be11GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be11GEMProbability.hh,v 1.1 2003/08/26 18:41:46 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be12GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be12GEMChannel.hh index 5b4fac6dc3..6462b4aa3a 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be12GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be12GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be12GEMChannel.hh,v 1.1 2003/08/26 18:41:47 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be12GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be12GEMCoulombBarrier.hh index abcbeb2af6..d11d50eb04 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be12GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be12GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be12GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:47 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be12GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be12GEMProbability.hh index 2cf5f1ce35..be5a63e639 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be12GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be12GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be12GEMProbability.hh,v 1.1 2003/08/26 18:41:48 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be7GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be7GEMChannel.hh index bcc6cf39c7..4a16f32812 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be7GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be7GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be7GEMChannel.hh,v 1.1 2003/08/26 18:41:48 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be7GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be7GEMCoulombBarrier.hh index cfe796df73..e1a50a5148 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be7GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be7GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be7GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:49 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be7GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be7GEMProbability.hh index 4c2a5215ed..1bf2dc97f9 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be7GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be7GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be7GEMProbability.hh,v 1.1 2003/08/26 18:41:49 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be9GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be9GEMChannel.hh index 5e6a9cdca8..16a775975d 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be9GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be9GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be9GEMChannel.hh,v 1.1 2003/08/26 18:41:50 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be9GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be9GEMCoulombBarrier.hh index 7871bd0269..5d4844adcc 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be9GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be9GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be9GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:50 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be9GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be9GEMProbability.hh index 05a89f8b1f..f410b19769 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be9GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Be9GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Be9GEMProbability.hh,v 1.1 2003/08/26 18:41:51 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C10GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C10GEMChannel.hh index 898c56199f..ac22a7116e 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C10GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C10GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4C10GEMChannel.hh,v 1.1 2003/08/26 18:41:51 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C10GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C10GEMCoulombBarrier.hh index 419fa76fcb..14e681f564 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C10GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C10GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4C10GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:52 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C10GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C10GEMProbability.hh index 0a9653b3bf..56c352d394 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C10GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C10GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4C10GEMProbability.hh,v 1.1 2003/08/26 18:41:52 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C11GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C11GEMChannel.hh index 40d8242c4b..172705a980 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C11GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C11GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4C11GEMChannel.hh,v 1.1 2003/08/26 18:41:53 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C11GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C11GEMCoulombBarrier.hh index 5e74d5a402..2b2d67c85b 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C11GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C11GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4C11GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:53 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C11GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C11GEMProbability.hh index ac29975059..6ecbd35a9f 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C11GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C11GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4C11GEMProbability.hh,v 1.1 2003/08/26 18:41:54 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C12GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C12GEMChannel.hh index 9274e223c5..9034cb9373 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C12GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C12GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4C12GEMChannel.hh,v 1.1 2003/08/26 18:41:54 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C12GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C12GEMCoulombBarrier.hh index c011b7d46f..3655609097 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C12GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C12GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4C12GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:55 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C12GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C12GEMProbability.hh index 01a9297302..1cd360613c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C12GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C12GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4C12GEMProbability.hh,v 1.1 2003/08/26 18:41:55 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C13GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C13GEMChannel.hh index d0a6041746..5131c5db7e 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C13GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C13GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4C13GEMChannel.hh,v 1.1 2003/08/26 18:41:56 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C13GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C13GEMCoulombBarrier.hh index a21886d48a..fdc8f5a39b 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C13GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C13GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4C13GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:56 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C13GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C13GEMProbability.hh index 2201aec606..831ed200bf 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C13GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C13GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4C13GEMProbability.hh,v 1.1 2003/08/26 18:41:57 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C14GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C14GEMChannel.hh index d359a24f81..a61dee8dc9 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C14GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C14GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4C14GEMChannel.hh,v 1.1 2003/08/26 18:41:57 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C14GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C14GEMCoulombBarrier.hh index bc2e22ed10..cec21acdd1 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C14GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C14GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4C14GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:58 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C14GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C14GEMProbability.hh index c86153b70f..e2864d5cd4 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C14GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C14GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4C14GEMProbability.hh,v 1.1 2003/08/26 18:41:58 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C15GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C15GEMChannel.hh index 3c3afc990b..5c33efdc82 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C15GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C15GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4C15GEMChannel.hh,v 1.1 2003/08/26 18:41:59 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C15GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C15GEMCoulombBarrier.hh index 948a43918d..a3cb76a009 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C15GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C15GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4C15GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:41:59 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C15GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C15GEMProbability.hh index 8583430e58..26f377d438 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C15GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C15GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4C15GEMProbability.hh,v 1.1 2003/08/26 18:42:00 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C16GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C16GEMChannel.hh index 39bcb8ef05..782e4ede96 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C16GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C16GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4C16GEMChannel.hh,v 1.1 2003/08/26 18:42:00 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C16GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C16GEMCoulombBarrier.hh index 94d452da4d..fe24da6400 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C16GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C16GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4C16GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:01 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C16GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C16GEMProbability.hh index cd43318d1d..490068515d 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C16GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4C16GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4C16GEMProbability.hh,v 1.1 2003/08/26 18:42:01 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4DeuteronGEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4DeuteronGEMChannel.hh index 9f2c5e6a2c..22740b38dd 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4DeuteronGEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4DeuteronGEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4DeuteronGEMChannel.hh,v 1.1 2003/08/26 18:42:02 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4DeuteronGEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4DeuteronGEMProbability.hh index fdc2d1ab78..3c8915457d 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4DeuteronGEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4DeuteronGEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4DeuteronGEMProbability.hh,v 1.1 2003/08/26 18:42:02 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4EvaporationGEMFactory.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4EvaporationGEMFactory.hh index 58f24910db..2465387d54 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4EvaporationGEMFactory.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4EvaporationGEMFactory.hh @@ -22,7 +22,7 @@ // // // $Id: G4EvaporationGEMFactory.hh,v 1.1 2003/08/26 18:42:03 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F17GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F17GEMChannel.hh index 1cc6a99f44..792dc0fb0a 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F17GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F17GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4F17GEMChannel.hh,v 1.1 2003/08/26 18:42:03 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F17GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F17GEMCoulombBarrier.hh index a3430afb3c..8ab5d2fb68 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F17GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F17GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4F17GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:04 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F17GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F17GEMProbability.hh index a25d55bd02..95f93406e4 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F17GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F17GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4F17GEMProbability.hh,v 1.1 2003/08/26 18:42:04 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F18GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F18GEMChannel.hh index 72c925d1e2..df1fd9f395 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F18GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F18GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4F18GEMChannel.hh,v 1.1 2003/08/26 18:42:05 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F18GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F18GEMCoulombBarrier.hh index d946250cce..0ab2362082 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F18GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F18GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4F18GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:05 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F18GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F18GEMProbability.hh index 8c83fa58e0..c7ba174958 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F18GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F18GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4F18GEMProbability.hh,v 1.1 2003/08/26 18:42:06 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F19GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F19GEMChannel.hh index fe6df15811..3c3211f751 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F19GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F19GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4F19GEMChannel.hh,v 1.1 2003/08/26 18:42:06 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F19GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F19GEMCoulombBarrier.hh index 4dbe4d9261..4371ac7f06 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F19GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F19GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4F19GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:07 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F19GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F19GEMProbability.hh index b300275511..4f2f41a077 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F19GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F19GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4F19GEMProbability.hh,v 1.1 2003/08/26 18:42:07 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F20GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F20GEMChannel.hh index 97606b987d..0f2b79615b 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F20GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F20GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4F20GEMChannel.hh,v 1.1 2003/08/26 18:42:08 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F20GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F20GEMCoulombBarrier.hh index 6e5e53cfca..080ce0610a 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F20GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F20GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4F20GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:09 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F20GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F20GEMProbability.hh index dc33da8dcc..aa20bdffa6 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F20GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F20GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4F20GEMProbability.hh,v 1.1 2003/08/26 18:42:09 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F21GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F21GEMChannel.hh index 0172d2ed01..787afa7e90 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F21GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F21GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4F21GEMChannel.hh,v 1.1 2003/08/26 18:42:10 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F21GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F21GEMCoulombBarrier.hh index a17f6d2a1d..a63e92a4f7 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F21GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F21GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4F21GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:10 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F21GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F21GEMProbability.hh index 7a9d33d4c4..62f8847151 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F21GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4F21GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4F21GEMProbability.hh,v 1.1 2003/08/26 18:42:11 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4GEMChannel.hh index 87ed9cff1f..5012fa6f33 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4GEMChannel.hh,v 1.2 2003/08/29 08:24:13 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4GEMCoulombBarrierHE.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4GEMCoulombBarrierHE.hh index 20040f26d8..df759903e0 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4GEMCoulombBarrierHE.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4GEMCoulombBarrierHE.hh @@ -22,7 +22,7 @@ // // // $Id: G4GEMCoulombBarrierHE.hh,v 1.1 2003/08/26 18:42:12 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He3GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He3GEMChannel.hh index ce9d4076ab..63957ba388 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He3GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He3GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4He3GEMChannel.hh,v 1.1 2003/08/26 18:42:13 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He3GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He3GEMProbability.hh index 2010357c36..8c397e3dad 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He3GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He3GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4He3GEMProbability.hh,v 1.1 2003/08/26 18:42:14 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He6GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He6GEMChannel.hh index 64f324b9ec..c3e4075b98 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He6GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He6GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4He6GEMChannel.hh,v 1.1 2003/08/26 18:42:14 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He6GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He6GEMCoulombBarrier.hh index 261570a54a..769dcd01e9 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He6GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He6GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4He6GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:15 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He6GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He6GEMProbability.hh index 6fd59f1329..bb069a8d35 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He6GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He6GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4He6GEMProbability.hh,v 1.1 2003/08/26 18:42:15 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He8GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He8GEMChannel.hh index 59b231869b..1c5f44a990 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He8GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He8GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4He8GEMChannel.hh,v 1.1 2003/08/26 18:42:16 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He8GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He8GEMCoulombBarrier.hh index 9ff0c36ce5..61921dc5df 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He8GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He8GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4He8GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:16 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He8GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He8GEMProbability.hh index 4f5acb7e38..bc3918bfa2 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He8GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4He8GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4He8GEMProbability.hh,v 1.1 2003/08/26 18:42:17 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li6GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li6GEMChannel.hh index dd9e8b29ec..6b28b63259 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li6GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li6GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li6GEMChannel.hh,v 1.1 2003/08/26 18:42:17 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li6GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li6GEMCoulombBarrier.hh index 06b2118d80..1c8b092321 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li6GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li6GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li6GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:18 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li6GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li6GEMProbability.hh index 164c9f376d..287e735262 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li6GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li6GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li6GEMProbability.hh,v 1.1 2003/08/26 18:42:18 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li7GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li7GEMChannel.hh index a47c9017db..b81a5c703d 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li7GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li7GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li7GEMChannel.hh,v 1.1 2003/08/26 18:42:19 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li7GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li7GEMCoulombBarrier.hh index 65b053579d..83896b1ca8 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li7GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li7GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li7GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:19 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li7GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li7GEMProbability.hh index 5602e17d42..d8201df49c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li7GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li7GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li7GEMProbability.hh,v 1.1 2003/08/26 18:42:20 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li8GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li8GEMChannel.hh index 13b99619cf..aaba80b916 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li8GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li8GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li8GEMChannel.hh,v 1.1 2003/08/26 18:42:20 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li8GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li8GEMCoulombBarrier.hh index 98cf32d746..02b014fb3b 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li8GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li8GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li8GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:21 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li8GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li8GEMProbability.hh index 8b41682790..94e5752ed6 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li8GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li8GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li8GEMProbability.hh,v 1.1 2003/08/26 18:42:22 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li9GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li9GEMChannel.hh index e785a70488..d73c5bbdd1 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li9GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li9GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li9GEMChannel.hh,v 1.1 2003/08/26 18:42:22 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li9GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li9GEMCoulombBarrier.hh index cb20d54864..69677bd9c8 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li9GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li9GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li9GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:23 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li9GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li9GEMProbability.hh index 8406cd0276..df5c3ab2ae 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li9GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Li9GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Li9GEMProbability.hh,v 1.1 2003/08/26 18:42:23 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg22GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg22GEMChannel.hh index 7f3db52c00..b154bee96c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg22GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg22GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg22GEMChannel.hh,v 1.1 2003/08/26 18:42:24 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg22GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg22GEMCoulombBarrier.hh index 10188ae093..62ec4796d1 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg22GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg22GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg22GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:24 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg22GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg22GEMProbability.hh index 0c1008cb87..cda440533f 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg22GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg22GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg22GEMProbability.hh,v 1.1 2003/08/26 18:42:25 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg23GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg23GEMChannel.hh index 480c382c0c..5e8a6223e9 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg23GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg23GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg23GEMChannel.hh,v 1.1 2003/08/26 18:42:25 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg23GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg23GEMCoulombBarrier.hh index 9d2809a111..8c341040ce 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg23GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg23GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg23GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:26 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg23GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg23GEMProbability.hh index 0e9e2564ff..99afca5ad7 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg23GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg23GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg23GEMProbability.hh,v 1.1 2003/08/26 18:42:26 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg24GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg24GEMChannel.hh index 4fb9fcb91c..5faba6a9ac 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg24GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg24GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg24GEMChannel.hh,v 1.1 2003/08/26 18:42:28 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg24GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg24GEMCoulombBarrier.hh index a8263734db..73dfd12b92 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg24GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg24GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg24GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:28 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg24GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg24GEMProbability.hh index d4f31182a0..9d3364d74b 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg24GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg24GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg24GEMProbability.hh,v 1.1 2003/08/26 18:42:29 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg25GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg25GEMChannel.hh index d65688cc5a..173715247e 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg25GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg25GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg25GEMChannel.hh,v 1.1 2003/08/26 18:42:29 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg25GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg25GEMCoulombBarrier.hh index c3df9f44c3..fc851d4e17 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg25GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg25GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg25GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:30 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg25GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg25GEMProbability.hh index cac4a22f6c..97829d530b 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg25GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg25GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg25GEMProbability.hh,v 1.1 2003/08/26 18:42:30 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg26GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg26GEMChannel.hh index dce6ec10b3..b8f7639dd4 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg26GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg26GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg26GEMChannel.hh,v 1.1 2003/08/26 18:42:31 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg26GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg26GEMCoulombBarrier.hh index 6a85c5683e..57343b5f9a 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg26GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg26GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg26GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:31 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg26GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg26GEMProbability.hh index c48964ef59..7bfd1b0be7 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg26GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg26GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg26GEMProbability.hh,v 1.1 2003/08/26 18:42:32 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg27GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg27GEMChannel.hh index 29ef0186a7..2d1dd852c5 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg27GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg27GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg27GEMChannel.hh,v 1.1 2003/08/26 18:42:32 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg27GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg27GEMCoulombBarrier.hh index 715a3a16fa..213e556d61 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg27GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg27GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg27GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:33 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg27GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg27GEMProbability.hh index ef1fe621d9..83bf7890be 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg27GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg27GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg27GEMProbability.hh,v 1.1 2003/08/26 18:42:33 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg28GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg28GEMChannel.hh index 38344604f5..f32eed03dd 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg28GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg28GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg28GEMChannel.hh,v 1.1 2003/08/26 18:42:34 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg28GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg28GEMCoulombBarrier.hh index 8699e53fb0..0f01e4d18c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg28GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg28GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg28GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:34 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg28GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg28GEMProbability.hh index dc425bdb3d..b68d41e4dc 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg28GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Mg28GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mg28GEMProbability.hh,v 1.1 2003/08/26 18:42:35 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N12GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N12GEMChannel.hh index 419ea597c2..1b40760c76 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N12GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N12GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4N12GEMChannel.hh,v 1.1 2003/08/26 18:42:35 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N12GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N12GEMCoulombBarrier.hh index c28cc91143..e9b8a50416 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N12GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N12GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4N12GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:36 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N12GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N12GEMProbability.hh index ba8d799d56..98cdd4fe69 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N12GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N12GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4N12GEMProbability.hh,v 1.1 2003/08/26 18:42:36 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N13GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N13GEMChannel.hh index e7348a4ef3..36405cf22f 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N13GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N13GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4N13GEMChannel.hh,v 1.1 2003/08/26 18:42:37 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N13GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N13GEMCoulombBarrier.hh index 3dbe3eaad3..9c14584701 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N13GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N13GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4N13GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:38 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N13GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N13GEMProbability.hh index f636e075cb..afd29bcfbb 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N13GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N13GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4N13GEMProbability.hh,v 1.1 2003/08/26 18:42:38 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N14GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N14GEMChannel.hh index beb1d2c1c3..6dccd21fc0 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N14GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N14GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4N14GEMChannel.hh,v 1.1 2003/08/26 18:42:39 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N14GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N14GEMCoulombBarrier.hh index e166f0b237..903926e1a7 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N14GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N14GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4N14GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:39 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N14GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N14GEMProbability.hh index 67ced7ec3c..c0b4121fc6 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N14GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N14GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4N14GEMProbability.hh,v 1.1 2003/08/26 18:42:40 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N15GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N15GEMChannel.hh index 568b4dbba9..5f92cc4cd7 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N15GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N15GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4N15GEMChannel.hh,v 1.1 2003/08/26 18:42:40 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N15GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N15GEMCoulombBarrier.hh index 8699a3e9ff..cca6bc13c1 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N15GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N15GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4N15GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:41 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N15GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N15GEMProbability.hh index acd932b8ca..a21116e440 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N15GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N15GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4N15GEMProbability.hh,v 1.1 2003/08/26 18:42:41 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N16GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N16GEMChannel.hh index 378afe3ea2..3d2e18dd48 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N16GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N16GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4N16GEMChannel.hh,v 1.1 2003/08/26 18:42:42 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N16GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N16GEMCoulombBarrier.hh index 60e199df85..bc0d432c60 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N16GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N16GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4N16GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:42 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N16GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N16GEMProbability.hh index d52e2bf25a..f28a0afb99 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N16GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N16GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4N16GEMProbability.hh,v 1.1 2003/08/26 18:42:43 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N17GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N17GEMChannel.hh index ddcc4b6c38..b57f1e863f 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N17GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N17GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4N17GEMChannel.hh,v 1.1 2003/08/26 18:42:43 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N17GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N17GEMCoulombBarrier.hh index 76c48c9a69..6fb4f62e79 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N17GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N17GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4N17GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:44 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N17GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N17GEMProbability.hh index 852b9c58fd..5087a671cd 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N17GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4N17GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4N17GEMProbability.hh,v 1.1 2003/08/26 18:42:44 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na21GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na21GEMChannel.hh index 49564401bb..ec52d94176 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na21GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na21GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na21GEMChannel.hh,v 1.1 2003/08/26 18:42:45 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na21GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na21GEMCoulombBarrier.hh index a0bd7f4db3..193b7725af 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na21GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na21GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na21GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:45 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na21GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na21GEMProbability.hh index 52c31ed4db..2a3a948a11 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na21GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na21GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na21GEMProbability.hh,v 1.1 2003/08/26 18:42:46 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na22GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na22GEMChannel.hh index eeeb8e1c8f..0162debc33 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na22GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na22GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na22GEMChannel.hh,v 1.1 2003/08/26 18:42:47 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na22GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na22GEMCoulombBarrier.hh index d4f603989b..f938ba0444 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na22GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na22GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na22GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:47 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na22GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na22GEMProbability.hh index 9371dae3c4..4079da5223 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na22GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na22GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na22GEMProbability.hh,v 1.1 2003/08/26 18:42:48 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na23GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na23GEMChannel.hh index 6d03ae25b8..0c880078b3 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na23GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na23GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na23GEMChannel.hh,v 1.1 2003/08/26 18:42:48 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na23GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na23GEMCoulombBarrier.hh index baad0caab1..1299f82512 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na23GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na23GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na23GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:49 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na23GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na23GEMProbability.hh index 661f7961d0..f994504409 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na23GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na23GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na23GEMProbability.hh,v 1.1 2003/08/26 18:42:49 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na24GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na24GEMChannel.hh index 20c0992b4c..d9a0e21bc2 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na24GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na24GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na24GEMChannel.hh,v 1.1 2003/08/26 18:42:50 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na24GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na24GEMCoulombBarrier.hh index bdce79bcde..45faecde41 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na24GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na24GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na24GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:50 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na24GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na24GEMProbability.hh index 13654b3345..3dd3b998d4 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na24GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na24GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na24GEMProbability.hh,v 1.1 2003/08/26 18:42:51 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na25GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na25GEMChannel.hh index 6975bd6cf2..b7fc308deb 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na25GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na25GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na25GEMChannel.hh,v 1.1 2003/08/26 18:42:51 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na25GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na25GEMCoulombBarrier.hh index b5e60c530f..6fba88ba9b 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na25GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na25GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na25GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:52 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na25GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na25GEMProbability.hh index 7d12b43029..0ba997113e 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na25GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Na25GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Na25GEMProbability.hh,v 1.1 2003/08/26 18:42:52 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne18GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne18GEMChannel.hh index e0dc6fc5ef..32fc68eae3 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne18GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne18GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne18GEMChannel.hh,v 1.1 2003/08/26 18:42:53 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne18GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne18GEMCoulombBarrier.hh index fa6d7a60f1..0a02260d71 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne18GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne18GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne18GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:53 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne18GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne18GEMProbability.hh index 0485b5f759..e97b12e25a 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne18GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne18GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne18GEMProbability.hh,v 1.1 2003/08/26 18:42:54 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne19GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne19GEMChannel.hh index dac615581d..0c7713f733 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne19GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne19GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne19GEMChannel.hh,v 1.1 2003/08/26 18:42:55 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne19GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne19GEMCoulombBarrier.hh index 5bd6c8dd28..ce2bf8af1a 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne19GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne19GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne19GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:55 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne19GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne19GEMProbability.hh index d6c91423a5..3778abf0bb 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne19GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne19GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne19GEMProbability.hh,v 1.1 2003/08/26 18:42:56 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne20GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne20GEMChannel.hh index e9ab1f801b..28d7ff6592 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne20GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne20GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne20GEMChannel.hh,v 1.1 2003/08/26 18:42:56 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne20GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne20GEMCoulombBarrier.hh index e3826a3da5..95df8182a6 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne20GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne20GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne20GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:57 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne20GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne20GEMProbability.hh index 3479caaed0..14ff991ecc 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne20GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne20GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne20GEMProbability.hh,v 1.1 2003/08/26 18:42:57 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne21GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne21GEMChannel.hh index 5fc8acc868..ad8f91dd6c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne21GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne21GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne21GEMChannel.hh,v 1.1 2003/08/26 18:42:58 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne21GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne21GEMCoulombBarrier.hh index b79ba38226..7118e09881 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne21GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne21GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne21GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:42:58 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne21GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne21GEMProbability.hh index 7d97fdff81..ca130431d1 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne21GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne21GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne21GEMProbability.hh,v 1.1 2003/08/26 18:42:59 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne22GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne22GEMChannel.hh index 6882695da1..e6f868a777 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne22GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne22GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne22GEMChannel.hh,v 1.1 2003/08/26 18:42:59 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne22GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne22GEMCoulombBarrier.hh index 41e1bcce04..970a6bba5d 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne22GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne22GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne22GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:43:00 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne22GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne22GEMProbability.hh index 6576f0fe9a..450523737f 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne22GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne22GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne22GEMProbability.hh,v 1.1 2003/08/26 18:43:00 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne23GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne23GEMChannel.hh index d5c343c72b..31ff1dee91 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne23GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne23GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne23GEMChannel.hh,v 1.1 2003/08/26 18:43:01 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne23GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne23GEMCoulombBarrier.hh index 183b06da54..abdd457169 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne23GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne23GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne23GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:43:01 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne23GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne23GEMProbability.hh index 6c62bae226..4226ca3a74 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne23GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne23GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne23GEMProbability.hh,v 1.1 2003/08/26 18:43:02 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne24GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne24GEMChannel.hh index cbd846bcb5..ebfed1894a 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne24GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne24GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne24GEMChannel.hh,v 1.1 2003/08/26 18:43:02 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne24GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne24GEMCoulombBarrier.hh index a3af83fafc..360d6902ec 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne24GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne24GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne24GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:43:03 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne24GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne24GEMProbability.hh index 30f9ddb543..dffa420e02 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne24GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4Ne24GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4Ne24GEMProbability.hh,v 1.1 2003/08/26 18:43:03 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4NeutronGEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4NeutronGEMChannel.hh index b7c54ec6cc..b3fa715a3b 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4NeutronGEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4NeutronGEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronGEMChannel.hh,v 1.1 2003/08/26 18:43:04 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4NeutronGEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4NeutronGEMProbability.hh index 708c65db4d..3930220f3b 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4NeutronGEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4NeutronGEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronGEMProbability.hh,v 1.1 2003/08/26 18:43:05 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O14GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O14GEMChannel.hh index efd42f746f..67a8b75f24 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O14GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O14GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4O14GEMChannel.hh,v 1.1 2003/08/26 18:43:05 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O14GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O14GEMCoulombBarrier.hh index 366fe9cd54..9934adcf31 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O14GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O14GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4O14GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:43:06 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O14GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O14GEMProbability.hh index 4bd335704f..64c01b4eda 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O14GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O14GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4O14GEMProbability.hh,v 1.1 2003/08/26 18:43:06 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O15GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O15GEMChannel.hh index 18fc7a108c..f30502e122 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O15GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O15GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4O15GEMChannel.hh,v 1.1 2003/08/26 18:43:07 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O15GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O15GEMCoulombBarrier.hh index f02624958d..67fd410eeb 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O15GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O15GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4O15GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:43:07 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O15GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O15GEMProbability.hh index e1eb340c93..ce890d500e 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O15GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O15GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4O15GEMProbability.hh,v 1.1 2003/08/26 18:43:08 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O16GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O16GEMChannel.hh index cd4391d2f2..1e24d0643f 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O16GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O16GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4O16GEMChannel.hh,v 1.1 2003/08/26 18:43:08 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O16GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O16GEMCoulombBarrier.hh index c495d835b6..b5b1958cc7 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O16GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O16GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4O16GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:43:09 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O16GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O16GEMProbability.hh index 0f5eabfe57..cd655ae2a7 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O16GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O16GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4O16GEMProbability.hh,v 1.1 2003/08/26 18:43:09 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O17GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O17GEMChannel.hh index a7ba71ea3c..e3deecb58d 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O17GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O17GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4O17GEMChannel.hh,v 1.1 2003/08/26 18:43:10 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O17GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O17GEMCoulombBarrier.hh index 7fcca3d313..4b6dcdf126 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O17GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O17GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4O17GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:43:10 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O17GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O17GEMProbability.hh index 314a02de42..eabd8cf0af 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O17GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O17GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4O17GEMProbability.hh,v 1.1 2003/08/26 18:43:11 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O18GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O18GEMChannel.hh index aac8c28276..2270004993 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O18GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O18GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4O18GEMChannel.hh,v 1.1 2003/08/26 18:43:12 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O18GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O18GEMCoulombBarrier.hh index 56e5a59ad6..1ecf1284a0 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O18GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O18GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4O18GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:43:12 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O18GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O18GEMProbability.hh index f886626385..c541cb9267 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O18GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O18GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4O18GEMProbability.hh,v 1.1 2003/08/26 18:43:13 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O19GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O19GEMChannel.hh index b62f5f004e..4b339aaf39 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O19GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O19GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4O19GEMChannel.hh,v 1.1 2003/08/26 18:43:13 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O19GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O19GEMCoulombBarrier.hh index ce837b8c45..898bf94db0 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O19GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O19GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4O19GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:43:14 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O19GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O19GEMProbability.hh index 0b25d21791..818c36f146 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O19GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O19GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4O19GEMProbability.hh,v 1.1 2003/08/26 18:43:14 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O20GEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O20GEMChannel.hh index e2eff138df..5cfe4c8d89 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O20GEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O20GEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4O20GEMChannel.hh,v 1.1 2003/08/26 18:43:15 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O20GEMCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O20GEMCoulombBarrier.hh index 3bd7d65ccb..5e785c8e02 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O20GEMCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O20GEMCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4O20GEMCoulombBarrier.hh,v 1.1 2003/08/26 18:43:15 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O20GEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O20GEMProbability.hh index c0b106b08d..72fd6e5d9c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O20GEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4O20GEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4O20GEMProbability.hh,v 1.1 2003/08/26 18:43:16 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4ProtonGEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4ProtonGEMChannel.hh index 0f7673912d..701552105c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4ProtonGEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4ProtonGEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProtonGEMChannel.hh,v 1.1 2003/08/26 18:43:16 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4ProtonGEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4ProtonGEMProbability.hh index ef1d3cd350..da187efb8e 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4ProtonGEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4ProtonGEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProtonGEMProbability.hh,v 1.1 2003/08/26 18:43:17 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4TritonGEMChannel.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4TritonGEMChannel.hh index 58cfe25826..9563c67702 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4TritonGEMChannel.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4TritonGEMChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4TritonGEMChannel.hh,v 1.1 2003/08/26 18:43:17 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept. 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4TritonGEMProbability.hh b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4TritonGEMProbability.hh index 33dc2b3b25..e477ded758 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4TritonGEMProbability.hh +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/include/G4TritonGEMProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4TritonGEMProbability.hh,v 1.1 2003/08/26 18:43:18 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4AlphaGEMChannel.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4AlphaGEMChannel.cc index 6632f17d49..8142d38870 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4AlphaGEMChannel.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4AlphaGEMChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4AlphaGEMChannel.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4AlphaGEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4AlphaGEMProbability.cc index 8b52e23603..cbd3a59afe 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4AlphaGEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4AlphaGEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4AlphaGEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B10GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B10GEMProbability.cc index 5178e12766..0ba9743448 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B10GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B10GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4B10GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B11GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B11GEMProbability.cc index 8a865bea70..45701eea57 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B11GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B11GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4B11GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B12GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B12GEMProbability.cc index 2f3c354678..c3ac4a9432 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B12GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B12GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4B12GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B13GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B13GEMProbability.cc index b70a02871f..a1f161833d 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B13GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B13GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4B13GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B8GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B8GEMProbability.cc index 4e46a7931b..668363186d 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B8GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4B8GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4B8GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be10GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be10GEMProbability.cc index f06efb449e..290d648ea8 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be10GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be10GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Be10GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be11GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be11GEMProbability.cc index 34fa235574..c8439be06d 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be11GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be11GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Be11GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be12GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be12GEMProbability.cc index 6dd7ac6076..90e424715e 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be12GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be12GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Be12GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be7GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be7GEMProbability.cc index e6da7f540d..8fc45369fa 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be7GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be7GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Be7GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be9GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be9GEMProbability.cc index 691fa8cadb..38359b99d2 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be9GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Be9GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Be9GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C10GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C10GEMProbability.cc index 69cb53dea4..324482c395 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C10GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C10GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4C10GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C11GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C11GEMProbability.cc index 365682f806..c4534ab815 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C11GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C11GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4C11GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C12GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C12GEMProbability.cc index 9b17afbe9b..f3a4a035d4 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C12GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C12GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4C12GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C13GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C13GEMProbability.cc index 23dc6ba899..b690294036 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C13GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C13GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4C13GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C14GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C14GEMProbability.cc index 08321fa443..3c6d69dd56 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C14GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C14GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4C14GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C15GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C15GEMProbability.cc index b6c7f315d2..3e9be55115 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C15GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C15GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4C15GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C16GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C16GEMProbability.cc index 3117cf54e7..c3847f7b35 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C16GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4C16GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4C16GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4DeuteronGEMChannel.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4DeuteronGEMChannel.cc index 3b191b50f9..83d2d7b385 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4DeuteronGEMChannel.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4DeuteronGEMChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4DeuteronGEMChannel.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4DeuteronGEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4DeuteronGEMProbability.cc index 429dfcb5bc..f0f5591406 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4DeuteronGEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4DeuteronGEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4DeuteronGEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4EvaporationGEMFactory.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4EvaporationGEMFactory.cc index 7bf3db6190..87a0a0829c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4EvaporationGEMFactory.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4EvaporationGEMFactory.cc @@ -22,7 +22,7 @@ // // // $Id: G4EvaporationGEMFactory.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F17GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F17GEMProbability.cc index 15a8367048..7b146f7137 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F17GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F17GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4F17GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F18GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F18GEMProbability.cc index fe07fadcd8..260645d54a 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F18GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F18GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4F18GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F19GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F19GEMProbability.cc index 016f208dba..7cee17d17c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F19GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F19GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4F19GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F20GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F20GEMProbability.cc index 4609a9ce29..8cecc9b542 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F20GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F20GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4F20GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F21GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F21GEMProbability.cc index fdebea739b..2b8b0385e3 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F21GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4F21GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4F21GEMProbability.cc,v 1.2 2003/11/03 17:53:03 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4GEMChannel.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4GEMChannel.cc index aaf2cf6ec5..8173cef765 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4GEMChannel.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4GEMChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4GEMChannel.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4GEMCoulombBarrierHE.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4GEMCoulombBarrierHE.cc index 8dbe972748..4cc9e77242 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4GEMCoulombBarrierHE.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4GEMCoulombBarrierHE.cc @@ -22,7 +22,7 @@ // // // $Id: G4GEMCoulombBarrierHE.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He3GEMChannel.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He3GEMChannel.cc index 67ae7fa74e..d4b18cd429 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He3GEMChannel.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He3GEMChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4He3GEMChannel.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He3GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He3GEMProbability.cc index c374b44834..fe6049f9a0 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He3GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He3GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4He3GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He6GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He6GEMProbability.cc index 0ee03739e1..a4be6ee18a 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He6GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He6GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4He6GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He8GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He8GEMProbability.cc index 62839851bb..76011a3526 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He8GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4He8GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4He8GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li6GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li6GEMProbability.cc index a594c9d557..b2e58e3bf3 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li6GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li6GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Li6GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li7GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li7GEMProbability.cc index 3c224dab21..6e26d2b686 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li7GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li7GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Li7GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li8GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li8GEMProbability.cc index 561a0dbea2..3ee605e2c9 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li8GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li8GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Li8GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li9GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li9GEMProbability.cc index 168eed81a0..2bd7562e0a 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li9GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Li9GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Li9GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg22GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg22GEMProbability.cc index 4a6f3f18bd..2d3194f84f 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg22GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg22GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Mg22GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg23GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg23GEMProbability.cc index 7c6bf6c057..7243ce9752 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg23GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg23GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Mg23GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg24GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg24GEMProbability.cc index 16f2acc9f7..d40d705124 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg24GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg24GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Mg24GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg25GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg25GEMProbability.cc index 64228df71a..ec21898d69 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg25GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg25GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Mg25GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg26GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg26GEMProbability.cc index 98288ec893..3cc79cdcc2 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg26GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg26GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Mg26GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg27GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg27GEMProbability.cc index 21c979f380..5396f58071 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg27GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg27GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Mg27GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg28GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg28GEMProbability.cc index d241d04bcd..394a141c23 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg28GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Mg28GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Mg28GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N12GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N12GEMProbability.cc index 3c81bb6167..365857a5e0 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N12GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N12GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4N12GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N13GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N13GEMProbability.cc index c3c74395ba..eb5c0106fe 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N13GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N13GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4N13GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N14GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N14GEMProbability.cc index c16d8157da..fa39366a6f 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N14GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N14GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4N14GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N15GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N15GEMProbability.cc index 06b8b548e1..fceb717bad 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N15GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N15GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4N15GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N16GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N16GEMProbability.cc index 7c7c4302b1..5b946c4abd 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N16GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N16GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4N16GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N17GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N17GEMProbability.cc index 02a3bb3dc9..c915163ace 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N17GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4N17GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4N17GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na21GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na21GEMProbability.cc index f89db5e62b..803f13e254 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na21GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na21GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Na21GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na22GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na22GEMProbability.cc index cf9ff4f73e..93eaddb4a2 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na22GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na22GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Na22GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na23GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na23GEMProbability.cc index 8be8c412eb..e5919144e1 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na23GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na23GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Na23GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na24GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na24GEMProbability.cc index ed0a546021..abd04ebd70 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na24GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na24GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Na24GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na25GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na25GEMProbability.cc index 4fdb00d1ed..2c4131d468 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na25GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Na25GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Na25GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne18GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne18GEMProbability.cc index e16c2e9eac..31f4b709b8 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne18GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne18GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Ne18GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne19GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne19GEMProbability.cc index dd408b49ed..4963d50a5d 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne19GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne19GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Ne19GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne20GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne20GEMProbability.cc index c4a7b0cce1..0e5c8409ff 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne20GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne20GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Ne20GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne21GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne21GEMProbability.cc index 6ca6e45e63..edc8dcde1c 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne21GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne21GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Ne21GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne22GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne22GEMProbability.cc index 2e04e19dac..962823eeee 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne22GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne22GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Ne22GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne23GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne23GEMProbability.cc index 12afd40845..61745b00cf 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne23GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne23GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Ne23GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne24GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne24GEMProbability.cc index 1f1e75e958..81af87a70b 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne24GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4Ne24GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4Ne24GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4NeutronGEMChannel.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4NeutronGEMChannel.cc index 20b8481d59..36c882a1bf 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4NeutronGEMChannel.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4NeutronGEMChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4NeutronGEMChannel.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4NeutronGEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4NeutronGEMProbability.cc index 97e52985a4..3107e19fb3 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4NeutronGEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4NeutronGEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4NeutronGEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O14GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O14GEMProbability.cc index 9d5939dfb2..6ca6b2fe80 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O14GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O14GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4O14GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O15GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O15GEMProbability.cc index 040525ca06..f175cd7429 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O15GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O15GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4O15GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O16GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O16GEMProbability.cc index dac26160e2..3c07516d6d 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O16GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O16GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4O16GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O17GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O17GEMProbability.cc index 7ef59d37aa..7003339d2e 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O17GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O17GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4O17GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O18GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O18GEMProbability.cc index abeef0865e..0af7478821 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O18GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O18GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4O18GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O19GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O19GEMProbability.cc index ee25dfdaed..af571b91fc 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O19GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O19GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4O19GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O20GEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O20GEMProbability.cc index 3a00c1d30a..131cdefa9a 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O20GEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4O20GEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4O20GEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4ProtonGEMChannel.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4ProtonGEMChannel.cc index e069793c8c..39ffb33750 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4ProtonGEMChannel.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4ProtonGEMChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProtonGEMChannel.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4ProtonGEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4ProtonGEMProbability.cc index 9512639555..3e66dc0491 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4ProtonGEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4ProtonGEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProtonGEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Sept 2001) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4TritonGEMChannel.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4TritonGEMChannel.cc index 3924cf8332..d63d828ebf 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4TritonGEMChannel.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4TritonGEMChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4TritonGEMChannel.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov. 1999) diff --git a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4TritonGEMProbability.cc b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4TritonGEMProbability.cc index 6b0a2fd1dd..0ee1180bf9 100644 --- a/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4TritonGEMProbability.cc +++ b/source/processes/hadronic/models/de_excitation/gem_evaporation/src/G4TritonGEMProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4TritonGEMProbability.cc,v 1.2 2003/11/03 17:53:04 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/handler/include/G4ExcitationHandler.hh b/source/processes/hadronic/models/de_excitation/handler/include/G4ExcitationHandler.hh index 471992ca08..b36e4ff1c0 100644 --- a/source/processes/hadronic/models/de_excitation/handler/include/G4ExcitationHandler.hh +++ b/source/processes/hadronic/models/de_excitation/handler/include/G4ExcitationHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4ExcitationHandler.hh,v 1.4 2003/10/07 12:54:01 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (May 1998) diff --git a/source/processes/hadronic/models/de_excitation/management/include/G4VEvaporationChannel.hh b/source/processes/hadronic/models/de_excitation/management/include/G4VEvaporationChannel.hh index d1fb654607..dbeb02708e 100644 --- a/source/processes/hadronic/models/de_excitation/management/include/G4VEvaporationChannel.hh +++ b/source/processes/hadronic/models/de_excitation/management/include/G4VEvaporationChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4VEvaporationChannel.hh,v 1.1 2003/08/29 08:44:24 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/management/include/G4VEvaporationFactory.hh b/source/processes/hadronic/models/de_excitation/management/include/G4VEvaporationFactory.hh index 4bc8153eeb..410d6e36a4 100644 --- a/source/processes/hadronic/models/de_excitation/management/include/G4VEvaporationFactory.hh +++ b/source/processes/hadronic/models/de_excitation/management/include/G4VEvaporationFactory.hh @@ -22,7 +22,7 @@ // // // $Id: G4VEvaporationFactory.hh,v 1.1 2003/08/29 09:04:09 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/management/src/G4VEvaporationChannel.cc b/source/processes/hadronic/models/de_excitation/management/src/G4VEvaporationChannel.cc index abf4718e70..84a02f9e7f 100644 --- a/source/processes/hadronic/models/de_excitation/management/src/G4VEvaporationChannel.cc +++ b/source/processes/hadronic/models/de_excitation/management/src/G4VEvaporationChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4VEvaporationChannel.cc,v 1.3 2003/11/04 11:27:53 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/management/src/G4VEvaporationFactory.cc b/source/processes/hadronic/models/de_excitation/management/src/G4VEvaporationFactory.cc index c3309b2c1f..5529554c7d 100644 --- a/source/processes/hadronic/models/de_excitation/management/src/G4VEvaporationFactory.cc +++ b/source/processes/hadronic/models/de_excitation/management/src/G4VEvaporationFactory.cc @@ -22,7 +22,7 @@ // // // $Id: G4VEvaporationFactory.cc,v 1.3 2003/11/04 11:27:56 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4Solver.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4Solver.hh index be4cf0f6bf..bb5dd4cc0f 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4Solver.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4Solver.hh @@ -22,7 +22,7 @@ // // // $Id: G4Solver.hh,v 1.1 2003/08/26 18:47:18 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMF.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMF.hh index 55149e9977..169c08286a 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMF.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMF.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMF.hh,v 1.1 2003/08/26 18:47:22 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFChannel.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFChannel.hh index 29eb9a63f9..f1de89d167 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFChannel.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFChannel.hh,v 1.1 2003/08/26 18:47:20 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFFragment.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFFragment.hh index 6cdd27ad83..9f1465867c 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFFragment.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFFragment.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFFragment.hh,v 1.1 2003/08/26 18:47:30 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroBiNucleon.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroBiNucleon.hh index f4d1fcdf84..2562bce4cd 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroBiNucleon.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroBiNucleon.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroBiNucleon.hh,v 1.1 2003/08/26 18:47:22 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroChemicalPotential.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroChemicalPotential.hh index 8b28038568..49fdb276bc 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroChemicalPotential.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroChemicalPotential.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroChemicalPotential.hh,v 1.1 2003/08/26 18:47:26 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroMultiNucleon.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroMultiNucleon.hh index d577c5f803..627dcbf239 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroMultiNucleon.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroMultiNucleon.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroMultiNucleon.hh,v 1.1 2003/08/26 18:47:24 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroMultiplicity.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroMultiplicity.hh index ea0928d56f..ff6d0418c3 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroMultiplicity.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroMultiplicity.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroMultiplicity.hh,v 1.1 2003/08/26 18:47:27 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroNucleon.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroNucleon.hh index 64fec24600..0b50a1d0d0 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroNucleon.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroNucleon.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroNucleon.hh,v 1.1 2003/08/26 18:47:29 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTemperature.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTemperature.hh index 30ff074a3f..fdd8adf4ff 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTemperature.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTemperature.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroTemperature.hh,v 1.1 2003/08/26 18:47:21 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTetraNucleon.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTetraNucleon.hh index 70d898b9ed..e8278806e2 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTetraNucleon.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTetraNucleon.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroTetraNucleon.hh,v 1.1 2003/08/26 18:47:21 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTriNucleon.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTriNucleon.hh index a7187b2705..97e5834dd3 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTriNucleon.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroTriNucleon.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroTriNucleon.hh,v 1.1 2003/08/26 18:47:26 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMicroCanonical.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMicroCanonical.hh index fa3143bc83..ce6dca45ea 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMicroCanonical.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMicroCanonical.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMicroCanonical.hh,v 1.1 2003/08/26 18:47:25 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMicroManager.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMicroManager.hh index 3e709db2bb..caa38421c6 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMicroManager.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMicroManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMicroManager.hh,v 1.1 2003/08/26 18:47:29 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMicroPartition.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMicroPartition.hh index be582e1653..e9b14516d9 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMicroPartition.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMicroPartition.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMicroPartition.hh,v 1.1 2003/08/26 18:47:30 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFParameters.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFParameters.hh index 379b8cf17b..5dee382379 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFParameters.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFParameters.hh @@ -22,7 +22,7 @@ // // // $Id: G4StatMFParameters.hh,v 1.1 2003/08/26 18:47:20 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4VMultiFragmentation.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4VMultiFragmentation.hh index fc2c81b483..e869ce17cd 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4VMultiFragmentation.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4VMultiFragmentation.hh @@ -22,7 +22,7 @@ // // // $Id: G4VMultiFragmentation.hh,v 1.1 2003/08/26 18:47:31 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4VStatMFEnsemble.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4VStatMFEnsemble.hh index cb25fe347f..2c1445fe2f 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4VStatMFEnsemble.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4VStatMFEnsemble.hh @@ -22,7 +22,7 @@ // // // $Id: G4VStatMFEnsemble.hh,v 1.1 2003/08/26 18:47:27 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4VStatMFMacroCluster.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4VStatMFMacroCluster.hh index 696898b1f4..039cfa3ef1 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4VStatMFMacroCluster.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4VStatMFMacroCluster.hh @@ -22,7 +22,7 @@ // // // $Id: G4VStatMFMacroCluster.hh,v 1.2 2003/11/03 17:53:05 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4Solver.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4Solver.cc index 1d7edbdca0..6dc745c63e 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4Solver.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4Solver.cc @@ -22,7 +22,7 @@ // // // $Id: G4Solver.cc,v 1.1 2003/08/26 18:47:52 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMF.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMF.cc index 34401ef248..843a978b16 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMF.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMF.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMF.cc,v 1.2 2003/11/03 17:53:05 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFChannel.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFChannel.cc index 0597be897c..cee904e865 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFChannel.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFChannel.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFChannel.cc,v 1.3 2003/11/04 11:29:52 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFFragment.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFFragment.cc index 266d5c2468..0cf5e8f27a 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFFragment.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFFragment.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFFragment.cc,v 1.3 2003/11/04 11:30:35 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroBiNucleon.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroBiNucleon.cc index 2263558b0e..05bb4be90b 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroBiNucleon.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroBiNucleon.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroBiNucleon.cc,v 1.2 2003/11/03 17:53:05 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroCanonical.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroCanonical.cc index c5a873a015..67ff798f37 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroCanonical.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroCanonical.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroCanonical.cc,v 1.3 2003/11/06 18:11:44 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara // -------------------------------------------------------------------- diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroChemicalPotential.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroChemicalPotential.cc index 6350b39f8b..52d6d470d1 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroChemicalPotential.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroChemicalPotential.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroChemicalPotential.cc,v 1.2 2003/11/03 17:53:05 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroMultiNucleon.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroMultiNucleon.cc index 4b8d4fe895..321d51cf81 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroMultiNucleon.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroMultiNucleon.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroMultiNucleon.cc,v 1.2 2003/11/03 17:53:05 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroMultiplicity.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroMultiplicity.cc index 1bb2e9de3e..83592b5cf1 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroMultiplicity.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroMultiplicity.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroMultiplicity.cc,v 1.2 2003/11/03 17:53:05 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroNucleon.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroNucleon.cc index f896c6d690..47401a8355 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroNucleon.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroNucleon.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroNucleon.cc,v 1.2 2003/11/03 17:53:05 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroTemperature.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroTemperature.cc index 49e1a54aa9..bebf6399e2 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroTemperature.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroTemperature.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroTemperature.cc,v 1.2 2003/11/03 17:53:05 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroTetraNucleon.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroTetraNucleon.cc index 2f3546d9bd..28996d0af6 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroTetraNucleon.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroTetraNucleon.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroTetraNucleon.cc,v 1.2 2003/11/03 17:53:05 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroTriNucleon.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroTriNucleon.cc index 4f4cff9bc8..c47f2986f7 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroTriNucleon.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMacroTriNucleon.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMacroTriNucleon.cc,v 1.2 2003/11/03 17:53:05 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMicroCanonical.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMicroCanonical.cc index 1fa8186b58..19883d8a8e 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMicroCanonical.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMicroCanonical.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMicroCanonical.cc,v 1.3 2003/11/04 11:31:17 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMicroManager.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMicroManager.cc index 20f3eef2d6..94a5610186 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMicroManager.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMicroManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMicroManager.cc,v 1.3 2003/11/04 11:31:17 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMicroPartition.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMicroPartition.cc index 5ac265239a..edfcd31616 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMicroPartition.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFMicroPartition.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFMicroPartition.cc,v 1.4 2003/11/04 11:31:16 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara // -------------------------------------------------------------------- diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFParameters.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFParameters.cc index 398e5ecf7e..85565aeda7 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFParameters.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4StatMFParameters.cc @@ -22,7 +22,7 @@ // // // $Id: G4StatMFParameters.cc,v 1.1 2003/08/26 18:47:53 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4VMultiFragmentation.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4VMultiFragmentation.cc index 29eec08b59..ec734769d8 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4VMultiFragmentation.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4VMultiFragmentation.cc @@ -22,7 +22,7 @@ // // // $Id: G4VMultiFragmentation.cc,v 1.3 2003/11/04 11:31:16 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4VStatMFEnsemble.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4VStatMFEnsemble.cc index 68021c1444..3ea5b539d8 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4VStatMFEnsemble.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4VStatMFEnsemble.cc @@ -22,7 +22,7 @@ // // // $Id: G4VStatMFEnsemble.cc,v 1.3 2003/11/04 11:31:15 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4VStatMFMacroCluster.cc b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4VStatMFMacroCluster.cc index cd4952674c..5e3cd6b9a1 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4VStatMFMacroCluster.cc +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/src/G4VStatMFMacroCluster.cc @@ -22,7 +22,7 @@ // // // $Id: G4VStatMFMacroCluster.cc,v 1.2 2003/11/03 17:53:05 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4AlphaCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/util/include/G4AlphaCoulombBarrier.hh index 85b3350537..ae3182aec9 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4AlphaCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4AlphaCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4AlphaCoulombBarrier.hh,v 1.1 2003/08/26 18:50:00 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4CameronGilbertPairingCorrections.hh b/source/processes/hadronic/models/de_excitation/util/include/G4CameronGilbertPairingCorrections.hh index c1883eced1..bdf5190e31 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4CameronGilbertPairingCorrections.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4CameronGilbertPairingCorrections.hh @@ -22,7 +22,7 @@ // // // $Id: G4CameronGilbertPairingCorrections.hh,v 1.1 2003/08/26 18:50:09 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4CameronGilbertShellCorrections.hh b/source/processes/hadronic/models/de_excitation/util/include/G4CameronGilbertShellCorrections.hh index dce072c5c4..38b3c73d1f 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4CameronGilbertShellCorrections.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4CameronGilbertShellCorrections.hh @@ -22,7 +22,7 @@ // // // $Id: G4CameronGilbertShellCorrections.hh,v 1.1 2003/08/26 18:50:01 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4CameronShellPlusPairingCorrections.hh b/source/processes/hadronic/models/de_excitation/util/include/G4CameronShellPlusPairingCorrections.hh index 87a220145e..b492535608 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4CameronShellPlusPairingCorrections.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4CameronShellPlusPairingCorrections.hh @@ -22,7 +22,7 @@ // // // $Id: G4CameronShellPlusPairingCorrections.hh,v 1.1 2003/08/26 18:50:02 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4CameronTruranHilfPairingCorrections.hh b/source/processes/hadronic/models/de_excitation/util/include/G4CameronTruranHilfPairingCorrections.hh index eef73f7b71..2b5878e802 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4CameronTruranHilfPairingCorrections.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4CameronTruranHilfPairingCorrections.hh @@ -22,7 +22,7 @@ // // // $Id: G4CameronTruranHilfPairingCorrections.hh,v 1.1 2003/08/26 18:50:06 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4CameronTruranHilfShellCorrections.hh b/source/processes/hadronic/models/de_excitation/util/include/G4CameronTruranHilfShellCorrections.hh index 59357189bc..20ea24c5da 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4CameronTruranHilfShellCorrections.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4CameronTruranHilfShellCorrections.hh @@ -22,7 +22,7 @@ // // // $Id: G4CameronTruranHilfShellCorrections.hh,v 1.1 2003/08/26 18:50:11 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4ConstantLevelDensityParameter.hh b/source/processes/hadronic/models/de_excitation/util/include/G4ConstantLevelDensityParameter.hh index 65caa17328..21d9987d2f 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4ConstantLevelDensityParameter.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4ConstantLevelDensityParameter.hh @@ -22,7 +22,7 @@ // // // $Id: G4ConstantLevelDensityParameter.hh,v 1.1 2003/08/26 18:50:08 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations (photon evaporation) // by C. Dallapiccola (Nov 1998) diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4CookPairingCorrections.hh b/source/processes/hadronic/models/de_excitation/util/include/G4CookPairingCorrections.hh index 2dd4ce86a3..c8d3215585 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4CookPairingCorrections.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4CookPairingCorrections.hh @@ -22,7 +22,7 @@ // // // $Id: G4CookPairingCorrections.hh,v 1.1 2003/08/26 18:50:03 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4CookShellCorrections.hh b/source/processes/hadronic/models/de_excitation/util/include/G4CookShellCorrections.hh index 0be154a87a..09fa44844e 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4CookShellCorrections.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4CookShellCorrections.hh @@ -22,7 +22,7 @@ // // // $Id: G4CookShellCorrections.hh,v 1.1 2003/08/26 18:50:05 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4CoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/util/include/G4CoulombBarrier.hh index 68c4d07d79..7aead51a28 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4CoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4CoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4CoulombBarrier.hh,v 1.2 2003/11/03 17:53:06 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4DeuteronCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/util/include/G4DeuteronCoulombBarrier.hh index 347d25bdaf..65766914da 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4DeuteronCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4DeuteronCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4DeuteronCoulombBarrier.hh,v 1.1 2003/08/26 18:50:12 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4EvaporationLevelDensityParameter.hh b/source/processes/hadronic/models/de_excitation/util/include/G4EvaporationLevelDensityParameter.hh index 615980b439..2472e35376 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4EvaporationLevelDensityParameter.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4EvaporationLevelDensityParameter.hh @@ -22,7 +22,7 @@ // // // $Id: G4EvaporationLevelDensityParameter.hh,v 1.1 2003/08/29 08:49:40 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4He3CoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/util/include/G4He3CoulombBarrier.hh index ab58cab93b..c303bf66cf 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4He3CoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4He3CoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4He3CoulombBarrier.hh,v 1.1 2003/08/26 18:50:12 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4NeutronCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/util/include/G4NeutronCoulombBarrier.hh index 3c54bbff6e..c62e276678 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4NeutronCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4NeutronCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronCoulombBarrier.hh,v 1.1 2003/08/26 18:50:04 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4PairingCorrection.hh b/source/processes/hadronic/models/de_excitation/util/include/G4PairingCorrection.hh index ce40588d17..25b1b7e2ff 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4PairingCorrection.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4PairingCorrection.hh @@ -22,7 +22,7 @@ // // // $Id: G4PairingCorrection.hh,v 1.1 2003/08/26 18:50:10 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4ProtonCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/util/include/G4ProtonCoulombBarrier.hh index 3efb3a9294..22bca6a779 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4ProtonCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4ProtonCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProtonCoulombBarrier.hh,v 1.1 2003/08/26 18:50:11 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4ShellCorrection.hh b/source/processes/hadronic/models/de_excitation/util/include/G4ShellCorrection.hh index 07bb6e8824..8e774d42f7 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4ShellCorrection.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4ShellCorrection.hh @@ -22,7 +22,7 @@ // // // $Id: G4ShellCorrection.hh,v 1.1 2003/08/26 18:50:08 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4TritonCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/util/include/G4TritonCoulombBarrier.hh index a4d20533ec..df18f99664 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4TritonCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4TritonCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4TritonCoulombBarrier.hh,v 1.1 2003/08/26 18:50:07 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4VCoulombBarrier.hh b/source/processes/hadronic/models/de_excitation/util/include/G4VCoulombBarrier.hh index f58714e54c..a5f6ac6650 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4VCoulombBarrier.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4VCoulombBarrier.hh @@ -22,7 +22,7 @@ // // // $Id: G4VCoulombBarrier.hh,v 1.1 2003/08/26 18:50:10 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4VEmissionProbability.hh b/source/processes/hadronic/models/de_excitation/util/include/G4VEmissionProbability.hh index f9bae80994..e00809fb27 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4VEmissionProbability.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4VEmissionProbability.hh @@ -22,7 +22,7 @@ // // // $Id: G4VEmissionProbability.hh,v 1.1 2003/08/26 18:50:06 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4VLevelDensityParameter.hh b/source/processes/hadronic/models/de_excitation/util/include/G4VLevelDensityParameter.hh index cf369e0dc0..aec11ef144 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4VLevelDensityParameter.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4VLevelDensityParameter.hh @@ -22,7 +22,7 @@ // // // $Id: G4VLevelDensityParameter.hh,v 1.2 2003/11/03 17:53:06 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4AlphaCoulombBarrier.cc b/source/processes/hadronic/models/de_excitation/util/src/G4AlphaCoulombBarrier.cc index 4f99e16fa6..095e2c4628 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4AlphaCoulombBarrier.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4AlphaCoulombBarrier.cc @@ -22,7 +22,7 @@ // // // $Id: G4AlphaCoulombBarrier.cc,v 1.2 2003/11/03 17:53:06 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4CameronGilbertPairingCorrections.cc b/source/processes/hadronic/models/de_excitation/util/src/G4CameronGilbertPairingCorrections.cc index 839c5308c3..41811806de 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4CameronGilbertPairingCorrections.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4CameronGilbertPairingCorrections.cc @@ -22,7 +22,7 @@ // // // $Id: G4CameronGilbertPairingCorrections.cc,v 1.1 2003/08/26 18:50:45 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4CameronGilbertShellCorrections.cc b/source/processes/hadronic/models/de_excitation/util/src/G4CameronGilbertShellCorrections.cc index bec84258c0..813fe9dd0e 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4CameronGilbertShellCorrections.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4CameronGilbertShellCorrections.cc @@ -22,7 +22,7 @@ // // // $Id: G4CameronGilbertShellCorrections.cc,v 1.1 2003/08/26 18:50:39 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4CameronShellPlusPairingCorrections.cc b/source/processes/hadronic/models/de_excitation/util/src/G4CameronShellPlusPairingCorrections.cc index 0f47d9bec0..41fedeff91 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4CameronShellPlusPairingCorrections.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4CameronShellPlusPairingCorrections.cc @@ -22,7 +22,7 @@ // // // $Id: G4CameronShellPlusPairingCorrections.cc,v 1.1 2003/08/26 18:50:39 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4CameronTruranHilfPairingCorrections.cc b/source/processes/hadronic/models/de_excitation/util/src/G4CameronTruranHilfPairingCorrections.cc index 29ec4ef489..a1aa7366e0 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4CameronTruranHilfPairingCorrections.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4CameronTruranHilfPairingCorrections.cc @@ -22,7 +22,7 @@ // // // $Id: G4CameronTruranHilfPairingCorrections.cc,v 1.1 2003/08/26 18:50:43 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4CameronTruranHilfShellCorrections.cc b/source/processes/hadronic/models/de_excitation/util/src/G4CameronTruranHilfShellCorrections.cc index 262005c6a2..4bee477b14 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4CameronTruranHilfShellCorrections.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4CameronTruranHilfShellCorrections.cc @@ -22,7 +22,7 @@ // // // $Id: G4CameronTruranHilfShellCorrections.cc,v 1.1 2003/08/26 18:50:47 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4CookPairingCorrections.cc b/source/processes/hadronic/models/de_excitation/util/src/G4CookPairingCorrections.cc index ee829cb2fd..0bd5bb0c18 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4CookPairingCorrections.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4CookPairingCorrections.cc @@ -22,7 +22,7 @@ // // // $Id: G4CookPairingCorrections.cc,v 1.1 2003/08/26 18:50:40 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4CookShellCorrections.cc b/source/processes/hadronic/models/de_excitation/util/src/G4CookShellCorrections.cc index 584d2bc88b..c63133a582 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4CookShellCorrections.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4CookShellCorrections.cc @@ -22,7 +22,7 @@ // // // $Id: G4CookShellCorrections.cc,v 1.1 2003/08/26 18:50:42 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4CoulombBarrier.cc b/source/processes/hadronic/models/de_excitation/util/src/G4CoulombBarrier.cc index 80320a2bd0..54a7d7acce 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4CoulombBarrier.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4CoulombBarrier.cc @@ -22,7 +22,7 @@ // // // $Id: G4CoulombBarrier.cc,v 1.2 2003/11/03 17:53:06 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4DeuteronCoulombBarrier.cc b/source/processes/hadronic/models/de_excitation/util/src/G4DeuteronCoulombBarrier.cc index f939cfbedb..0c265d8456 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4DeuteronCoulombBarrier.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4DeuteronCoulombBarrier.cc @@ -22,7 +22,7 @@ // // // $Id: G4DeuteronCoulombBarrier.cc,v 1.2 2003/11/03 17:53:06 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4EvaporationLevelDensityParameter.cc b/source/processes/hadronic/models/de_excitation/util/src/G4EvaporationLevelDensityParameter.cc index d90c599ae1..94f140e9d3 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4EvaporationLevelDensityParameter.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4EvaporationLevelDensityParameter.cc @@ -22,7 +22,7 @@ // // // $Id: G4EvaporationLevelDensityParameter.cc,v 1.2 2003/11/03 17:53:06 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4He3CoulombBarrier.cc b/source/processes/hadronic/models/de_excitation/util/src/G4He3CoulombBarrier.cc index e2939cc135..5ca6c0471f 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4He3CoulombBarrier.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4He3CoulombBarrier.cc @@ -22,7 +22,7 @@ // // // $Id: G4He3CoulombBarrier.cc,v 1.2 2003/11/03 17:53:06 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4NeutronCoulombBarrier.cc b/source/processes/hadronic/models/de_excitation/util/src/G4NeutronCoulombBarrier.cc index d9db52f4a8..563f584f1a 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4NeutronCoulombBarrier.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4NeutronCoulombBarrier.cc @@ -22,7 +22,7 @@ // // // $Id: G4NeutronCoulombBarrier.cc,v 1.2 2003/11/03 17:53:06 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4PairingCorrection.cc b/source/processes/hadronic/models/de_excitation/util/src/G4PairingCorrection.cc index 5a3f96a642..ce88f71a8b 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4PairingCorrection.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4PairingCorrection.cc @@ -22,7 +22,7 @@ // // // $Id: G4PairingCorrection.cc,v 1.1 2003/08/26 18:50:46 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4ProtonCoulombBarrier.cc b/source/processes/hadronic/models/de_excitation/util/src/G4ProtonCoulombBarrier.cc index 316afc1c72..6d240ef0e1 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4ProtonCoulombBarrier.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4ProtonCoulombBarrier.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProtonCoulombBarrier.cc,v 1.2 2003/11/03 17:53:06 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4ShellCorrection.cc b/source/processes/hadronic/models/de_excitation/util/src/G4ShellCorrection.cc index 918597266e..9e7ba3367a 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4ShellCorrection.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4ShellCorrection.cc @@ -22,7 +22,7 @@ // // // $Id: G4ShellCorrection.cc,v 1.1 2003/08/26 18:50:45 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4TritonCoulombBarrier.cc b/source/processes/hadronic/models/de_excitation/util/src/G4TritonCoulombBarrier.cc index aa8b23d29f..b9d67ffdb5 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4TritonCoulombBarrier.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4TritonCoulombBarrier.cc @@ -22,7 +22,7 @@ // // // $Id: G4TritonCoulombBarrier.cc,v 1.2 2003/11/03 17:53:06 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4VCoulombBarrier.cc b/source/processes/hadronic/models/de_excitation/util/src/G4VCoulombBarrier.cc index 4954b022ec..5b28c2206c 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4VCoulombBarrier.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4VCoulombBarrier.cc @@ -22,7 +22,7 @@ // // // $Id: G4VCoulombBarrier.cc,v 1.2 2003/11/03 17:53:06 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Dec 1999) diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4VEmissionProbability.cc b/source/processes/hadronic/models/de_excitation/util/src/G4VEmissionProbability.cc index a53785b8c4..464a138feb 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4VEmissionProbability.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4VEmissionProbability.cc @@ -22,7 +22,7 @@ // // // $Id: G4VEmissionProbability.cc,v 1.3 2003/11/04 11:35:04 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/de_excitation/util/src/G4VLevelDensityParameter.cc b/source/processes/hadronic/models/de_excitation/util/src/G4VLevelDensityParameter.cc index 1ffcc1dfc8..8031e802b5 100644 --- a/source/processes/hadronic/models/de_excitation/util/src/G4VLevelDensityParameter.cc +++ b/source/processes/hadronic/models/de_excitation/util/src/G4VLevelDensityParameter.cc @@ -22,7 +22,7 @@ // // // $Id: G4VLevelDensityParameter.cc,v 1.2 2003/11/03 17:53:06 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Oct 1998) diff --git a/source/processes/hadronic/models/general_finalstate/GNUmakefile b/source/processes/hadronic/models/general_finalstate/GNUmakefile new file mode 100644 index 0000000000..e258f5c8e1 --- /dev/null +++ b/source/processes/hadronic/models/general_finalstate/GNUmakefile @@ -0,0 +1,36 @@ +# $Id: GNUmakefile,v 1.1 2003/10/08 15:14:06 hpw Exp $ +# ----------------------------------------------------------- +# GNUmakefile for hadronic library. Gabriele Cosmo, 18/9/96. +# ----------------------------------------------------------- + +name := G4hadronic_gen_hp + +ifndef G4INSTALL + G4INSTALL = ../../../../.. +endif + +include $(G4INSTALL)/config/architecture.gmk + +CPPFLAGS += -I$(G4BASE)/global/management/include \ + -I$(G4BASE)/global/HEPRandom/include \ + -I$(G4BASE)/global/HEPGeometry/include \ + -I$(G4BASE)/track/include \ + -I$(G4BASE)/geometry/volumes/include \ + -I$(G4BASE)/geometry/solids/CSG/include \ + -I$(G4BASE)/geometry/management/include \ + -I$(G4BASE)/processes/management/include \ + -I$(G4BASE)/processes/hadronic/management/include/ \ + -I$(G4BASE)/processes/hadronic/models/general_finalstate/include/ \ + -I$(G4BASE)/processes/hadronic/models/management/include/ \ + -I$(G4BASE)/processes/hadronic/models/util/include/ \ + -I$(G4BASE)/processes/hadronic/models/im_r_matrix/include/ \ + -I$(G4BASE)/processes/hadronic/util/include/ \ + -I$(G4BASE)/particles/management/include \ + -I$(G4BASE)/particles/leptons/include \ + -I$(G4BASE)/particles/bosons/include \ + -I$(G4BASE)/particles/hadrons/mesons/include \ + -I$(G4BASE)/particles/hadrons/barions/include \ + -I$(G4BASE)/particles/hadrons/ions/include \ + -I$(G4BASE)/materials/include + +include $(G4INSTALL)/config/common.gmk diff --git a/source/processes/hadronic/models/high_energy/include/G4HEAntiKaonZeroInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEAntiKaonZeroInelastic.hh index 4b388af558..75c9497dd3 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEAntiKaonZeroInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEAntiKaonZeroInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiKaonZeroInelastic.hh,v 1.10 2003/07/01 15:42:21 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEAntiLambdaInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEAntiLambdaInelastic.hh index 0b398f505f..ad407a531e 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEAntiLambdaInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEAntiLambdaInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiLambdaInelastic.hh,v 1.10 2003/07/01 15:42:21 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEAntiNeutronInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEAntiNeutronInelastic.hh index a735fe95c3..8eb296a5d9 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEAntiNeutronInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEAntiNeutronInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiNeutronInelastic.hh,v 1.10 2003/07/01 15:42:21 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEAntiOmegaMinusInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEAntiOmegaMinusInelastic.hh index c5289f0594..2492f308c1 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEAntiOmegaMinusInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEAntiOmegaMinusInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiOmegaMinusInelastic.hh,v 1.10 2003/07/01 15:42:21 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEAntiProtonInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEAntiProtonInelastic.hh index 5b7e40d1b8..0bb7eaaff7 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEAntiProtonInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEAntiProtonInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiProtonInelastic.hh,v 1.11 2003/07/01 15:42:21 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEAntiSigmaMinusInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEAntiSigmaMinusInelastic.hh index 81469fc6e7..25e37d1451 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEAntiSigmaMinusInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEAntiSigmaMinusInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiSigmaMinusInelastic.hh,v 1.10 2003/07/01 15:42:21 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEAntiSigmaPlusInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEAntiSigmaPlusInelastic.hh index 87ecc454b3..7182885631 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEAntiSigmaPlusInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEAntiSigmaPlusInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiSigmaPlusInelastic.hh,v 1.10 2003/07/01 15:42:21 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEAntiSigmaZeroInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEAntiSigmaZeroInelastic.hh index 64fec7efee..1330ebbf1c 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEAntiSigmaZeroInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEAntiSigmaZeroInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiSigmaZeroInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEAntiXiMinusInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEAntiXiMinusInelastic.hh index 1a051ffdf3..958b7b148d 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEAntiXiMinusInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEAntiXiMinusInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiXiMinusInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEAntiXiZeroInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEAntiXiZeroInelastic.hh index 4a2104c387..453896f5d8 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEAntiXiZeroInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEAntiXiZeroInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiXiZeroInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEInelastic.hh index 6843ce8668..7145200b36 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEInelastic.hh,v 1.10 2002/12/12 19:17:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // G4 Gheisha High Energy (GHE) model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEKaonMinusInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEKaonMinusInelastic.hh index 6a343249ef..3f6b1cc167 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEKaonMinusInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEKaonMinusInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEKaonMinusInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEKaonPlusInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEKaonPlusInelastic.hh index 8db3293382..c8917ae75d 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEKaonPlusInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEKaonPlusInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEKaonPlusInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEKaonZeroInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEKaonZeroInelastic.hh index e07f9ee0d6..d20437cd65 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEKaonZeroInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEKaonZeroInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEKaonZeroInelastic.hh,v 1.9 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEKaonZeroLongInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEKaonZeroLongInelastic.hh index 4b7af38fde..89186621ab 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEKaonZeroLongInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEKaonZeroLongInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEKaonZeroLongInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEKaonZeroShortInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEKaonZeroShortInelastic.hh index 541c42ae1c..d68e5be9c4 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEKaonZeroShortInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEKaonZeroShortInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEKaonZeroShortInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HELambdaInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HELambdaInelastic.hh index 1f6e76bc37..2d5e0eae16 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HELambdaInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HELambdaInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HELambdaInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HENeutronInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HENeutronInelastic.hh index 3969a9b3b2..29ae44c2a4 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HENeutronInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HENeutronInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HENeutronInelastic.hh,v 1.11 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEOmegaMinusInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEOmegaMinusInelastic.hh index a3f4a07575..94f206c965 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEOmegaMinusInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEOmegaMinusInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEOmegaMinusInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEPionMinusInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEPionMinusInelastic.hh index 6ff95b02f8..d3bd6cc9c8 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEPionMinusInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEPionMinusInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEPionMinusInelastic.hh,v 1.11 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEPionPlusInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEPionPlusInelastic.hh index 4b290d92e8..df2d96f378 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEPionPlusInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEPionPlusInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEPionPlusInelastic.hh,v 1.11 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEPlot.hh b/source/processes/hadronic/models/high_energy/include/G4HEPlot.hh index 2719628830..b07d0b8a40 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEPlot.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEPlot.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEPlot.hh,v 1.7 2002/12/12 19:17:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // G4 Gheisha friend class G4HEPlot -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEProtonInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEProtonInelastic.hh index cc81fdb830..ca75701ab1 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEProtonInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEProtonInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEProtonInelastic.hh,v 1.11 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HESigmaMinusInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HESigmaMinusInelastic.hh index 7f2d4a479d..60e1722ef1 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HESigmaMinusInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HESigmaMinusInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HESigmaMinusInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HESigmaPlusInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HESigmaPlusInelastic.hh index 980701ff76..9c89f14f5a 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HESigmaPlusInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HESigmaPlusInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HESigmaPlusInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HESigmaZeroInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HESigmaZeroInelastic.hh index d65e821662..9dfcd7065a 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HESigmaZeroInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HESigmaZeroInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HESigmaZeroInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEVector.hh b/source/processes/hadronic/models/high_energy/include/G4HEVector.hh index 869965a0f9..f71ce5694e 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEVector.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEVector.hh,v 1.9 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha friend class G4KinematicParticle -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEXiMinusInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEXiMinusInelastic.hh index b9a2f62d98..bd50da1396 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEXiMinusInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEXiMinusInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEXiMinusInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/include/G4HEXiZeroInelastic.hh b/source/processes/hadronic/models/high_energy/include/G4HEXiZeroInelastic.hh index de38d26843..a28b94803e 100644 --- a/source/processes/hadronic/models/high_energy/include/G4HEXiZeroInelastic.hh +++ b/source/processes/hadronic/models/high_energy/include/G4HEXiZeroInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4HEXiZeroInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // G4 Gheisha High Energy model class -- header file diff --git a/source/processes/hadronic/models/high_energy/src/G4HEAntiKaonZeroInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEAntiKaonZeroInelastic.cc index ab863d593b..d834ed20c0 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEAntiKaonZeroInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEAntiKaonZeroInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiKaonZeroInelastic.cc,v 1.10 2003/07/01 15:42:23 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEAntiLambdaInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEAntiLambdaInelastic.cc index 2c94a77f7c..b6b27fca11 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEAntiLambdaInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEAntiLambdaInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiLambdaInelastic.cc,v 1.10 2003/07/01 15:42:23 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEAntiNeutronInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEAntiNeutronInelastic.cc index 34fc413fad..cd3abde6f7 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEAntiNeutronInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEAntiNeutronInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiNeutronInelastic.cc,v 1.10 2003/07/01 15:42:23 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEAntiOmegaMinusInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEAntiOmegaMinusInelastic.cc index 8b2afca878..a86a7f61e1 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEAntiOmegaMinusInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEAntiOmegaMinusInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiOmegaMinusInelastic.cc,v 1.10 2003/07/01 15:42:23 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEAntiProtonInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEAntiProtonInelastic.cc index 27fe4a5891..e0cd2e4427 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEAntiProtonInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEAntiProtonInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiProtonInelastic.cc,v 1.9 2003/07/01 15:42:23 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEAntiSigmaMinusInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEAntiSigmaMinusInelastic.cc index 8e71232c2a..757dbde45f 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEAntiSigmaMinusInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEAntiSigmaMinusInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiSigmaMinusInelastic.cc,v 1.10 2003/07/01 15:42:23 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEAntiSigmaPlusInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEAntiSigmaPlusInelastic.cc index 9d388cdc0e..296a66e616 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEAntiSigmaPlusInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEAntiSigmaPlusInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiSigmaPlusInelastic.cc,v 1.10 2003/07/01 15:42:23 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEAntiSigmaZeroInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEAntiSigmaZeroInelastic.cc index 7769a150aa..f53269b838 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEAntiSigmaZeroInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEAntiSigmaZeroInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiSigmaZeroInelastic.cc,v 1.8 2003/07/01 15:42:23 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEAntiXiMinusInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEAntiXiMinusInelastic.cc index 36b5d6fb57..6fab7f2e18 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEAntiXiMinusInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEAntiXiMinusInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiXiMinusInelastic.cc,v 1.10 2003/07/01 15:42:23 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEAntiXiZeroInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEAntiXiZeroInelastic.cc index 2f6933f59b..54d59c11f6 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEAntiXiZeroInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEAntiXiZeroInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEAntiXiZeroInelastic.cc,v 1.10 2003/07/01 15:42:24 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEKaonMinusInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEKaonMinusInelastic.cc index 18d8aa3b43..64cbbf735d 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEKaonMinusInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEKaonMinusInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEKaonMinusInelastic.cc,v 1.9 2003/07/01 15:42:24 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEKaonPlusInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEKaonPlusInelastic.cc index 853dd572ca..d4e796d6b4 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEKaonPlusInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEKaonPlusInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEKaonPlusInelastic.cc,v 1.9 2003/07/01 15:42:24 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEKaonZeroInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEKaonZeroInelastic.cc index af485ec082..6ce2d80819 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEKaonZeroInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEKaonZeroInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEKaonZeroInelastic.cc,v 1.10 2003/07/01 15:42:24 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEKaonZeroLongInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEKaonZeroLongInelastic.cc index 48752360f2..d14b4d142a 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEKaonZeroLongInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEKaonZeroLongInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEKaonZeroLongInelastic.cc,v 1.8 2003/07/01 15:42:24 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEKaonZeroShortInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEKaonZeroShortInelastic.cc index c2d732b2cb..aad26fe92a 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEKaonZeroShortInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEKaonZeroShortInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEKaonZeroShortInelastic.cc,v 1.8 2003/07/01 15:42:24 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HELambdaInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HELambdaInelastic.cc index 746c9c5559..9d2343dcbf 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HELambdaInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HELambdaInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HELambdaInelastic.cc,v 1.10 2003/07/01 15:42:24 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HENeutronInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HENeutronInelastic.cc index 128cf51c48..c0178acf14 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HENeutronInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HENeutronInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HENeutronInelastic.cc,v 1.10 2003/07/01 15:42:24 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEOmegaMinusInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEOmegaMinusInelastic.cc index b90d1b85f1..73a1aac773 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEOmegaMinusInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEOmegaMinusInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEOmegaMinusInelastic.cc,v 1.10 2003/07/01 15:42:24 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEPionMinusInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEPionMinusInelastic.cc index 3c79fbb490..98ef6626c1 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEPionMinusInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEPionMinusInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEPionMinusInelastic.cc,v 1.9 2003/07/01 15:42:24 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEPionPlusInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEPionPlusInelastic.cc index 13251723b8..4b72a33f1e 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEPionPlusInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEPionPlusInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEPionPlusInelastic.cc,v 1.10 2003/07/01 15:42:24 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEPlot.cc b/source/processes/hadronic/models/high_energy/src/G4HEPlot.cc index 04105d089d..4d350eca3b 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEPlot.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEPlot.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEPlot.cc,v 1.8 2002/12/12 19:18:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEProtonInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEProtonInelastic.cc index 47c7a7bafa..1bb34a7687 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEProtonInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEProtonInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEProtonInelastic.cc,v 1.9 2003/07/01 15:42:24 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HESigmaMinusInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HESigmaMinusInelastic.cc index 25276a697f..10ccca6c12 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HESigmaMinusInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HESigmaMinusInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HESigmaMinusInelastic.cc,v 1.10 2003/07/01 15:42:25 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HESigmaPlusInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HESigmaPlusInelastic.cc index ef84f050a8..1151c3eaaa 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HESigmaPlusInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HESigmaPlusInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HESigmaPlusInelastic.cc,v 1.10 2003/07/01 15:42:25 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HESigmaZeroInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HESigmaZeroInelastic.cc index be804e6edc..75640ad237 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HESigmaZeroInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HESigmaZeroInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HESigmaZeroInelastic.cc,v 1.9 2003/07/01 15:42:25 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEVector.cc b/source/processes/hadronic/models/high_energy/src/G4HEVector.cc index a5f97082cd..7afd29ba07 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEVector.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEVector.cc,v 1.14 2003/07/01 15:42:25 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEXiMinusInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEXiMinusInelastic.cc index c52d7d4ec4..0454625c81 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEXiMinusInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEXiMinusInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEXiMinusInelastic.cc,v 1.10 2003/07/01 15:42:25 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/high_energy/src/G4HEXiZeroInelastic.cc b/source/processes/hadronic/models/high_energy/src/G4HEXiZeroInelastic.cc index 7ad1799df0..043f6def77 100644 --- a/source/processes/hadronic/models/high_energy/src/G4HEXiZeroInelastic.cc +++ b/source/processes/hadronic/models/high_energy/src/G4HEXiZeroInelastic.cc @@ -22,7 +22,7 @@ // // // $Id: G4HEXiZeroInelastic.cc,v 1.10 2003/07/01 15:42:25 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4CollisionComposite.hh b/source/processes/hadronic/models/im_r_matrix/include/G4CollisionComposite.hh index 08e114d3a9..94f4722c55 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4CollisionComposite.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4CollisionComposite.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // -// $Id: G4CollisionComposite.hh,v 1.2 2003/11/03 17:53:27 hpw Exp $ +// $Id: G4CollisionComposite.hh,v 1.6.2.2 2004/03/24 13:42:14 hpw Exp $ // ------------------------------------------------------------------- // GEANT4 Class file // @@ -45,6 +45,8 @@ #include "G4CollisionVector.hh" #include "G4KineticTrackVector.hh" #include "G4CrossSectionBuffer.hh" +#include "G4Pair.hh" +#include "G4ParticleTable.hh" class G4KineticTrack; class G4VCrossSectionSource; @@ -64,14 +66,43 @@ public: virtual G4bool IsInCharge(const G4KineticTrack& trk1, const G4KineticTrack& trk2) const; + void AddComponent(G4VCollision * aC) {components.push_back(aC);} -protected: +public: virtual const G4VCrossSectionSource* GetCrossSectionSource() const { return 0; } virtual const G4VAngularDistribution* GetAngularDistribution() const { return 0; } - void AddComponent(G4VCollision * aC) {components.push_back(aC);} - virtual const G4CollisionVector* GetComponents() const - { return &components;} + virtual const G4CollisionVector* GetComponents() const { return &components;} + struct Register + { + template void operator()(T*, G4CollisionComposite * aC) + { + aC->AddComponent(new T()); + } + }; + struct Resolve + { +// template + template + void operator()(T * , G4CollisionComposite * aC) + { + G4ParticleDefinition * p2, *p3, *p4, *p5; + G4int pdg = 0; + pdg = T::i1; + p2=G4ParticleTable::GetParticleTable()->FindParticle(pdg); + pdg = T::i2; + p3=G4ParticleTable::GetParticleTable()->FindParticle(pdg); + pdg = T::i3; + p4=G4ParticleTable::GetParticleTable()->FindParticle(pdg); + pdg = T::i4; + p5=G4ParticleTable::GetParticleTable()->FindParticle(pdg); + if(p2->GetPDGCharge()+p3->GetPDGCharge() != p4->GetPDGCharge()+p5->GetPDGCharge()) + { + G4cerr << "charge-unbalance in collision composite"<AddComponent(new typename T::it(p2, p3, p4, p5)); + } + }; private: diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4CollisionInitialState.hh b/source/processes/hadronic/models/im_r_matrix/include/G4CollisionInitialState.hh index f7c42f7809..e808b4cf3f 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4CollisionInitialState.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4CollisionInitialState.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4CollisionInitialState.hh,v 1.4 2003/11/19 17:52:59 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4CollisionInitialState.hh,v 1.4.4.1 2004/03/24 13:18:28 hpw Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // $Id: G4CollisionInitialState.hh,v 1.0 1998/06/30 // ----------------------------------------------------------------------------- diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4CollisionPN.hh b/source/processes/hadronic/models/im_r_matrix/include/G4CollisionPN.hh index 55828849c8..9b615080cb 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4CollisionPN.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4CollisionPN.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // -// $Id: G4CollisionPN.hh,v 1.1 2003/10/07 12:37:27 hpw Exp $ // +// $Id: G4CollisionPN.hh,v 1.2 2003/12/15 16:40:11 hpw Exp $ // // ------------------------------------------------------------------- // GEANT4 Class file // @@ -65,17 +65,15 @@ public: protected: - virtual const G4VCrossSectionSource* GetCrossSectionSource() const { return crossSectionSource; } - virtual const G4VAngularDistribution* GetAngularDistribution() const { return 0; } - - virtual const G4CollisionVector* GetComponents() const { return components; } + virtual const G4VCrossSectionSource* GetCrossSectionSource() const + { return crossSectionSource; } + virtual const G4VAngularDistribution* GetAngularDistribution() const + { return 0; } virtual const std::vector& GetListOfColliders(G4int whichOne) const; private: - G4CollisionVector* components; - G4VCrossSectionSource* crossSectionSource; std::vector colliders1; diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4CollisionVector.hh b/source/processes/hadronic/models/im_r_matrix/include/G4CollisionVector.hh index d955856ef4..23085a6eee 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4CollisionVector.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4CollisionVector.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // -// $Id: G4CollisionVector.hh,v 1.1 2003/10/07 12:37:28 hpw Exp $ // +// $Id: G4CollisionVector.hh,v 1.2 2003/12/15 16:40:11 hpw Exp $ // // ------------------------------------------------------------------- // GEANT4 Class file // @@ -42,9 +42,10 @@ #include "globals.hh" #include -#include "G4CollisionPtr.hh" +#include "G4VCollision.hh" +class G4VCollision; -typedef std::vector G4CollisionVector; +typedef std::vector G4CollisionVector; #endif diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4CrossSectionBuffer.hh b/source/processes/hadronic/models/im_r_matrix/include/G4CrossSectionBuffer.hh index 57da1fe7c1..1b300f78bd 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4CrossSectionBuffer.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4CrossSectionBuffer.hh @@ -25,7 +25,7 @@ #include "G4ParticleDefinition.hh" #include "globals.hh" -#include "G4Pair.hh" +#include #include class G4CrossSectionBuffer @@ -51,7 +51,7 @@ class G4CrossSectionBuffer void push_back(G4double s, G4double x) { - G4Pair aNew; + std::pair aNew; aNew.first = s; aNew.second = x; theData.push_back(aNew); @@ -109,7 +109,7 @@ class G4CrossSectionBuffer } private: - std::vector > theData; + std::vector > theData; const G4ParticleDefinition * theA; const G4ParticleDefinition * theB; diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4GeneralNNCollision.hh b/source/processes/hadronic/models/im_r_matrix/include/G4GeneralNNCollision.hh index 4d0a6d5da6..30276e4fcd 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4GeneralNNCollision.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4GeneralNNCollision.hh @@ -26,6 +26,8 @@ #include "G4CollisionComposite.hh" #include "G4Proton.hh" #include "G4Neutron.hh" +#include "G4HadParticleCodes.hh" +#include "G4Pair.hh" class G4GeneralNNCollision : public G4CollisionComposite { @@ -41,7 +43,83 @@ class G4GeneralNNCollision : public G4CollisionComposite &&(bD==G4Proton::Proton() || bD == G4Neutron::Neutron()) ) result = true; return result; } + + protected: + template + struct MakeNNToNDelta { + static void Make(G4CollisionComposite * aC) + { + typedef INT4 theC1; + typedef INT4 theC2; + typedef INT4 theC3; + typedef INT4 theC4; + typedef INT4 theC5; + typedef INT4 theC6; + typedef GROUP6(theC1, theC2, theC3, theC4, theC5, theC6) theChannels; + G4CollisionComposite::Resolve aR; + G4ForEach::Apply(&aR, aC); + }}; + + template + struct MakeNNToNNStar{ + static void Make(G4CollisionComposite * aC) + { + typedef INT4 theC1; + typedef INT4 theC2; + typedef INT4 theC3; + typedef INT4 theC4; + typedef GROUP4(theC1, theC2, theC3, theC4) theChannels; + G4CollisionComposite::Resolve aR; + G4ForEach::Apply(&aR, aC); + }}; + + template + struct MakeNNStarToNN{ + static void Make(G4CollisionComposite * aC) + { + typedef INT4 theC1; + typedef INT4 theC2; + typedef INT4 theC3; + typedef INT4 theC4; + typedef GROUP4(theC1, theC2, theC3, theC4) theChannels; + G4CollisionComposite::Resolve aR; + G4ForEach::Apply(&aR, aC); + }}; + + template + struct MakeNNToDeltaNstar{ + static void Make(G4CollisionComposite * aC) + { + typedef INT4 theC1; + typedef INT4 theC2; + typedef INT4 theC3; + typedef INT4 theC4; + typedef INT4 theC5; + typedef INT4 theC6; + typedef GROUP6(theC1, theC2, theC3, theC4, theC5, theC6) theChannels; + G4CollisionComposite::Resolve aR; + G4ForEach::Apply(&aR, aC); + }}; + + template + struct MakeNNToDeltaDelta{ + static void Make(G4CollisionComposite * aC) + { + typedef INT4 theC1; + typedef INT4 theC2; + typedef INT4 theC3; + typedef INT4 theC4; + typedef INT4 theC5; + typedef INT4 theC6; + typedef INT4 theC7; + typedef INT4 theC8; + typedef INT4 theC9; + typedef INT4 theC10; + typedef GROUP10(theC1, theC2, theC3, theC4, theC5, theC6, theC7, theC8, theC9, theC10) theChannels; + G4CollisionComposite::Resolve aR; + G4ForEach::Apply(&aR, aC); + }}; }; #endif diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4ListOfCollisions.hh b/source/processes/hadronic/models/im_r_matrix/include/G4ListOfCollisions.hh index 5902f21057..1ec8cf55fb 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4ListOfCollisions.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4ListOfCollisions.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ListOfCollisions.hh,v 1.1 2003/10/07 12:37:30 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ListOfCollisions.hh,v 1.1.4.1 2004/03/24 13:18:28 hpw Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // $Id: G4ListOfCollisions.hh,v 1.0 1998/06/30 // ----------------------------------------------------------------------------- diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4LowEXsection.hh b/source/processes/hadronic/models/im_r_matrix/include/G4LowEXsection.hh index e49362b12f..676f766cd2 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4LowEXsection.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4LowEXsection.hh @@ -23,11 +23,11 @@ #ifndef G4LowEXsection_h #define G4LowEXsection_h -#include "G4Pair.hh" +#include #include #include "globals.hh" -class G4LowEXsection : public std::vector > +class G4LowEXsection : public std::vector > { public: G4LowEXsection() {} diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4Scatterer.hh b/source/processes/hadronic/models/im_r_matrix/include/G4Scatterer.hh index 32b94ab995..26878c60c7 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4Scatterer.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4Scatterer.hh @@ -20,7 +20,7 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4Scatterer.hh,v 1.2 2003/10/10 14:08:22 hpw Exp $ // +// $Id: G4Scatterer.hh,v 1.4 2003/12/15 16:40:11 hpw Exp $ // // // // removing a auther spec that was part of a template. @@ -69,6 +69,15 @@ private: G4VCollision* FindCollision(const G4KineticTrack& trk1, const G4KineticTrack& trk2); + struct Register + { + template void operator()(T*, G4CollisionVector * aC) + { + G4VCollision* aT = new T; + aC->push_back(aT); + } + }; + G4CollisionVector collisions; std::vector theCollisions; diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4VAngularDistribution.hh b/source/processes/hadronic/models/im_r_matrix/include/G4VAngularDistribution.hh index 8d772c8a40..5d829d1471 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4VAngularDistribution.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4VAngularDistribution.hh @@ -44,6 +44,7 @@ #include "globals.hh" #include "G4HadronicException.hh" +#include "Randomize.hh" class G4VAngularDistribution { @@ -57,8 +58,7 @@ public: virtual G4double CosTheta(G4double s, G4double m1, G4double m2) const = 0; - virtual G4double Phi() const; - + virtual G4double Phi() const { return 2.*pi*G4UniformRand(); } protected: diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4XpimNTotal.hh b/source/processes/hadronic/models/im_r_matrix/include/G4XpimNTotal.hh index 56fbf9b2a1..b145842b15 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4XpimNTotal.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4XpimNTotal.hh @@ -26,7 +26,7 @@ #include "G4XPDGTotal.hh" #include "G4VCrossSectionSource.hh" #include "G4KineticTrack.hh" -#include "G4Pair.hh" +#include #include class G4XpimNTotal : public G4VCrossSectionSource @@ -39,6 +39,6 @@ public: virtual G4String Name() const {return "G4XpimNTotal";} private: G4XPDGTotal thePDGData; - std::vector > theLowEData; + std::vector > theLowEData; }; #endif diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4XpipNTotal.hh b/source/processes/hadronic/models/im_r_matrix/include/G4XpipNTotal.hh index ab53b809a9..186315bc89 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4XpipNTotal.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4XpipNTotal.hh @@ -26,7 +26,7 @@ #include "G4XPDGTotal.hh" #include "G4VCrossSectionSource.hh" #include "G4KineticTrack.hh" -#include "G4Pair.hh" +#include #include class G4XpipNTotal : public G4VCrossSectionSource @@ -39,6 +39,6 @@ public: virtual G4String Name() const {return "G4XpipNTotal";} private: G4XPDGTotal thePDGData; - std::vector > theLowEData; + std::vector > theLowEData; }; #endif diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionComposite.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionComposite.cc index 94f8b90b87..901d35e415 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionComposite.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionComposite.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // -// $Id: G4CollisionComposite.cc,v 1.2 2003/11/03 17:53:28 hpw Exp $ // +// $Id: G4CollisionComposite.cc,v 1.4 2004/02/05 10:48:48 stesting Exp $ // #include "globals.hh" #include "G4CollisionComposite.hh" @@ -30,6 +30,7 @@ #include "G4KineticTrack.hh" #include "G4KineticTrackVector.hh" #include "G4VCrossSectionSource.hh" +#include "G4HadTmpUtil.hh" const G4int G4CollisionComposite::nPoints = 32; @@ -43,8 +44,7 @@ G4CollisionComposite::G4CollisionComposite() G4CollisionComposite::~G4CollisionComposite() { - for (size_t i=0; iGetName(); - if (components[i]()->IsInCharge(trk1,trk2)) + if (components[i]->IsInCharge(trk1,trk2)) { - partialCx = components[i]()->CrossSection(trk1,trk2); + partialCx = components[i]->CrossSection(trk1,trk2); } else { @@ -100,7 +100,7 @@ G4KineticTrackVector* G4CollisionComposite::FinalState(const G4KineticTrack& trk running += cxCache[i]; if (running > random) { - return components[i]()->FinalState(trk1, trk2); + return components[i]->FinalState(trk1, trk2); } } // G4cerr <<"in charge = "<begin(); iter != components->end(); ++iter) { - if ( ((*iter)())->IsInCharge(trk1,trk2) ) isInCharge = true; + if ( ((*iter))->IsInCharge(trk1,trk2) ) isInCharge = true; } } @@ -168,9 +168,9 @@ BufferCrossSection(const G4ParticleDefinition * aP, const G4ParticleDefinition * for (i=0; iIsInCharge(a,b)) + if(components[i]->IsInCharge(a,b)) { - crossSect += components[i]()->CrossSection(a,b); + crossSect += components[i]->CrossSection(a,b); } } G4double sqrts = (a4Momentum+b4Momentum).mag(); diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNN.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNN.cc index 510a5aec06..550c43003b 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNN.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNN.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // -// $Id: G4CollisionNN.cc,v 1.2 2003/11/03 17:53:28 hpw Exp $ // +// $Id: G4CollisionNN.cc,v 1.3.2.1 2004/03/24 13:18:29 hpw Exp $ // #include "globals.hh" @@ -42,21 +42,18 @@ #include "G4CollisionNNToDeltaDeltastar.hh" #include "G4CollisionNNToNNstar.hh" #include "G4CollisionNNToDeltaNstar.hh" +#include "G4Pair.hh" + +typedef GROUP8(G4CollisionnpElastic, G4CollisionNNElastic, + G4CollisionNNToNDelta, G4CollisionNNToDeltaDelta, + G4CollisionNNToNDeltastar, G4CollisionNNToDeltaDeltastar, + G4CollisionNNToNNstar, G4CollisionNNToDeltaNstar) theChannels; G4CollisionNN::G4CollisionNN() { - crossSectionSource = new G4XNNTotal(); - - G4CollisionComposite::AddComponent(new G4CollisionnpElastic()); // ok - G4CollisionComposite::AddComponent(new G4CollisionNNElastic()); // ok - G4CollisionComposite::AddComponent(new G4CollisionNNToNDelta()); // ok - G4CollisionComposite::AddComponent(new G4CollisionNNToDeltaDelta()); // ok - G4CollisionComposite::AddComponent(new G4CollisionNNToNDeltastar()); // ok - G4CollisionComposite::AddComponent(new G4CollisionNNToDeltaDeltastar()); // ok - G4CollisionComposite::AddComponent(new G4CollisionNNToNNstar()); // done - G4CollisionComposite::AddComponent(new G4CollisionNNToDeltaNstar()); // done - + G4CollisionComposite::Register aR; + G4ForEach::Apply(&aR, this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta.cc index 0ff8966ff3..eef2c36e2b 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToDeltaDelta.cc,v 1.1 2003/10/07 12:37:34 hpw Exp $ // +// $Id: G4CollisionNNToDeltaDelta.cc,v 1.2.2.1 2004/03/24 13:18:30 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToDeltaDelta.hh" @@ -38,22 +38,22 @@ #include "G4ParticleTable.hh" #include "G4CollisionVector.hh" #include "G4ConcreteNNToDeltaDelta.hh" +#include "G4Pair.hh" +#include "G4HadParticleCodes.hh" + +typedef G4ConcreteNNToDeltaDelta channelType; +typedef INT4 theC1; +typedef INT4 theC2; +typedef INT4 theC3; +typedef INT4 theC4; +typedef INT4 theC5; +typedef INT4 theC6; + +typedef GROUP6(theC1, theC2, theC3, theC4, theC5, theC6) theChannels; G4CollisionNNToDeltaDelta::G4CollisionNNToDeltaDelta() { - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aDeltapp = G4ParticleTable::GetParticleTable()->FindParticle(2224); - G4ParticleDefinition * aDeltap = G4ParticleTable::GetParticleTable()->FindParticle(2214); - G4ParticleDefinition * aDelta0 = G4ParticleTable::GetParticleTable()->FindParticle(2114); - G4ParticleDefinition * aDeltam = G4ParticleTable::GetParticleTable()->FindParticle(1114); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDelta(aNeutron, aNeutron, aDelta0, aDelta0)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDelta(aNeutron, aNeutron, aDeltam, aDeltap)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDelta(aNeutron, aProton, aDelta0, aDeltap)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDelta(aNeutron, aProton, aDeltam, aDeltapp)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDelta(aProton, aProton, aDeltap, aDeltap)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDelta(aProton, aProton, aDelta0, aDeltapp)); - + Resolve aR; + G4ForEach::Apply(&aR, this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1600.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1600.cc index f5d5f4ff9d..502adccc6a 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1600.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1600.cc @@ -21,48 +21,16 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToDeltaDelta1600.cc,v 1.2 2003/11/19 15:35:29 hpw Exp $ // +// $Id: G4CollisionNNToDeltaDelta1600.cc,v 1.3.2.1 2004/03/24 13:18:30 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToDeltaDelta1600.hh" #include "G4ConcreteNNToDeltaDeltastar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToDeltaDelta1600::G4CollisionNNToDeltaDelta1600() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aDeltapp = G4ParticleTable::GetParticleTable()->FindParticle(2224); // D++ - G4ParticleDefinition * aDeltap = G4ParticleTable::GetParticleTable()->FindParticle(2214); // D+ - G4ParticleDefinition * aDelta0 = G4ParticleTable::GetParticleTable()->FindParticle(2114); // D0 - G4ParticleDefinition * aDeltam = G4ParticleTable::GetParticleTable()->FindParticle(1114); // D- - - G4ParticleDefinition * aDm_1600 = G4ParticleTable::GetParticleTable()->FindParticle(31114); - G4ParticleDefinition * aD0_1600 = G4ParticleTable::GetParticleTable()->FindParticle(32114); - G4ParticleDefinition * aDp_1600 = G4ParticleTable::GetParticleTable()->FindParticle(32214); - G4ParticleDefinition * aDpp_1600 = G4ParticleTable::GetParticleTable()->FindParticle(32224); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltam, aDp_1600)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDelta0, aD0_1600)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltap, aDm_1600)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltap, aD0_1600)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDelta0, aDp_1600)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltam, aDpp_1600)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltapp, aDm_1600)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDelta0, aDpp_1600)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltap, aDp_1600)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltapp, aD0_1600)); + MakeNNToDeltaDelta< Dm_1600PC, D0_1600PC, Dp_1600PC, Dpp_1600PC, + G4ConcreteNNToDeltaDeltastar>::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1620.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1620.cc index 61d11d4102..c77591519d 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1620.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1620.cc @@ -21,47 +21,16 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToDeltaDelta1620.cc,v 1.2 2003/11/19 15:35:29 hpw Exp $ // +// $Id: G4CollisionNNToDeltaDelta1620.cc,v 1.3.2.1 2004/03/24 13:18:30 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToDeltaDelta1620.hh" #include "G4ConcreteNNToDeltaDeltastar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToDeltaDelta1620::G4CollisionNNToDeltaDelta1620() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aDeltapp = G4ParticleTable::GetParticleTable()->FindParticle(2224); // D++ - G4ParticleDefinition * aDeltap = G4ParticleTable::GetParticleTable()->FindParticle(2214); // D+ - G4ParticleDefinition * aDelta0 = G4ParticleTable::GetParticleTable()->FindParticle(2114); // D0 - G4ParticleDefinition * aDeltam = G4ParticleTable::GetParticleTable()->FindParticle(1114); // D- - - G4ParticleDefinition * aDm_1620 = G4ParticleTable::GetParticleTable()->FindParticle(1112); - G4ParticleDefinition * aD0_1620 = G4ParticleTable::GetParticleTable()->FindParticle(1212); - G4ParticleDefinition * aDp_1620 = G4ParticleTable::GetParticleTable()->FindParticle(2122); - G4ParticleDefinition * aDpp_1620 = G4ParticleTable::GetParticleTable()->FindParticle(2222); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltam, aDp_1620)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDelta0, aD0_1620)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltap, aDm_1620)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltap, aD0_1620)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDelta0, aDp_1620)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltam, aDpp_1620)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltapp, aDm_1620)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDelta0, aDpp_1620)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltap, aDp_1620)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltapp, aD0_1620)); + MakeNNToDeltaDelta::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1700.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1700.cc index 694f4139cb..d1fd7391c8 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1700.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1700.cc @@ -21,48 +21,14 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToDeltaDelta1700.cc,v 1.2 2003/11/19 15:35:29 hpw Exp $ // +// $Id: G4CollisionNNToDeltaDelta1700.cc,v 1.3.2.1 2004/03/24 13:18:30 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToDeltaDelta1700.hh" #include "G4ConcreteNNToDeltaDeltastar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToDeltaDelta1700::G4CollisionNNToDeltaDelta1700() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aDeltapp = G4ParticleTable::GetParticleTable()->FindParticle(2224); // D++ - G4ParticleDefinition * aDeltap = G4ParticleTable::GetParticleTable()->FindParticle(2214); // D+ - G4ParticleDefinition * aDelta0 = G4ParticleTable::GetParticleTable()->FindParticle(2114); // D0 - G4ParticleDefinition * aDeltam = G4ParticleTable::GetParticleTable()->FindParticle(1114); // D- - - G4ParticleDefinition * aDm_1700 = G4ParticleTable::GetParticleTable()->FindParticle(11114); - G4ParticleDefinition * aD0_1700 = G4ParticleTable::GetParticleTable()->FindParticle(12114); - G4ParticleDefinition * aDp_1700 = G4ParticleTable::GetParticleTable()->FindParticle(12214); - G4ParticleDefinition * aDpp_1700 = G4ParticleTable::GetParticleTable()->FindParticle(12224); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltam, aDp_1700)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDelta0, aD0_1700)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltap, aDm_1700)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltap, aD0_1700)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDelta0, aDp_1700)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltam, aDpp_1700)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltapp, aDm_1700)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDelta0, aDpp_1700)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltap, aDp_1700)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltapp, aD0_1700)); + MakeNNToDeltaDelta::Make(this); } - - - diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1900.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1900.cc index 730f99a4d9..6eacfa85bc 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1900.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1900.cc @@ -21,48 +21,14 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToDeltaDelta1900.cc,v 1.2 2003/11/19 15:35:29 hpw Exp $ // +// $Id: G4CollisionNNToDeltaDelta1900.cc,v 1.3.2.1 2004/03/24 13:18:31 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToDeltaDelta1900.hh" #include "G4ConcreteNNToDeltaDeltastar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToDeltaDelta1900::G4CollisionNNToDeltaDelta1900() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aDeltapp = G4ParticleTable::GetParticleTable()->FindParticle(2224); // D++ - G4ParticleDefinition * aDeltap = G4ParticleTable::GetParticleTable()->FindParticle(2214); // D+ - G4ParticleDefinition * aDelta0 = G4ParticleTable::GetParticleTable()->FindParticle(2114); // D0 - G4ParticleDefinition * aDeltam = G4ParticleTable::GetParticleTable()->FindParticle(1114); // D- - - G4ParticleDefinition * aDm_1900 = G4ParticleTable::GetParticleTable()->FindParticle(11112); - G4ParticleDefinition * aD0_1900 = G4ParticleTable::GetParticleTable()->FindParticle(11212); - G4ParticleDefinition * aDp_1900 = G4ParticleTable::GetParticleTable()->FindParticle(12122); - G4ParticleDefinition * aDpp_1900 = G4ParticleTable::GetParticleTable()->FindParticle(12222); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltam, aDp_1900)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDelta0, aD0_1900)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltap, aDm_1900)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltap, aD0_1900)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDelta0, aDp_1900)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltam, aDpp_1900)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltapp, aDm_1900)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDelta0, aDpp_1900)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltap, aDp_1900)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltapp, aD0_1900)); + MakeNNToDeltaDelta::Make(this); } - - - diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1905.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1905.cc index 828176db73..abf83c4305 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1905.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1905.cc @@ -21,47 +21,16 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToDeltaDelta1905.cc,v 1.2 2003/11/19 15:35:29 hpw Exp $ // +// $Id: G4CollisionNNToDeltaDelta1905.cc,v 1.3.2.1 2004/03/24 13:18:31 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToDeltaDelta1905.hh" #include "G4ConcreteNNToDeltaDeltastar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToDeltaDelta1905::G4CollisionNNToDeltaDelta1905() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aDeltapp = G4ParticleTable::GetParticleTable()->FindParticle(2224); // D++ - G4ParticleDefinition * aDeltap = G4ParticleTable::GetParticleTable()->FindParticle(2214); // D+ - G4ParticleDefinition * aDelta0 = G4ParticleTable::GetParticleTable()->FindParticle(2114); // D0 - G4ParticleDefinition * aDeltam = G4ParticleTable::GetParticleTable()->FindParticle(1114); // D- - - G4ParticleDefinition * aDm_1905 = G4ParticleTable::GetParticleTable()->FindParticle(1116); - G4ParticleDefinition * aD0_1905 = G4ParticleTable::GetParticleTable()->FindParticle(1216); - G4ParticleDefinition * aDp_1905 = G4ParticleTable::GetParticleTable()->FindParticle(2126); - G4ParticleDefinition * aDpp_1905 = G4ParticleTable::GetParticleTable()->FindParticle(2226); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltam, aDp_1905)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDelta0, aD0_1905)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltap, aDm_1905)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltap, aD0_1905)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDelta0, aDp_1905)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltam, aDpp_1905)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltapp, aDm_1905)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDelta0, aDpp_1905)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltap, aDp_1905)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltapp, aD0_1905)); + MakeNNToDeltaDelta::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1910.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1910.cc index c80f40ca56..a3fb9d9892 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1910.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1910.cc @@ -21,48 +21,14 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToDeltaDelta1910.cc,v 1.2 2003/11/19 15:35:29 hpw Exp $ // +// $Id: G4CollisionNNToDeltaDelta1910.cc,v 1.3.2.1 2004/03/24 13:18:31 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToDeltaDelta1910.hh" #include "G4ConcreteNNToDeltaDeltastar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToDeltaDelta1910::G4CollisionNNToDeltaDelta1910() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aDeltapp = G4ParticleTable::GetParticleTable()->FindParticle(2224); // D++ - G4ParticleDefinition * aDeltap = G4ParticleTable::GetParticleTable()->FindParticle(2214); // D+ - G4ParticleDefinition * aDelta0 = G4ParticleTable::GetParticleTable()->FindParticle(2114); // D0 - G4ParticleDefinition * aDeltam = G4ParticleTable::GetParticleTable()->FindParticle(1114); // D- - - G4ParticleDefinition * aDm_1910 = G4ParticleTable::GetParticleTable()->FindParticle(21112); - G4ParticleDefinition * aD0_1910 = G4ParticleTable::GetParticleTable()->FindParticle(21212); - G4ParticleDefinition * aDp_1910 = G4ParticleTable::GetParticleTable()->FindParticle(22122); - G4ParticleDefinition * aDpp_1910 = G4ParticleTable::GetParticleTable()->FindParticle(22222); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltam, aDp_1910)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDelta0, aD0_1910)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltap, aDm_1910)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltap, aD0_1910)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDelta0, aDp_1910)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltam, aDpp_1910)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltapp, aDm_1910)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDelta0, aDpp_1910)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltap, aDp_1910)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltapp, aD0_1910)); + MakeNNToDeltaDelta::Make(this); } - - - diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1920.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1920.cc index 57d4e19da2..e8d3a418b9 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1920.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1920.cc @@ -21,47 +21,16 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToDeltaDelta1920.cc,v 1.2 2003/11/19 15:35:30 hpw Exp $ // +// $Id: G4CollisionNNToDeltaDelta1920.cc,v 1.3.2.1 2004/03/24 13:18:31 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToDeltaDelta1920.hh" #include "G4ConcreteNNToDeltaDeltastar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToDeltaDelta1920::G4CollisionNNToDeltaDelta1920() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aDeltapp = G4ParticleTable::GetParticleTable()->FindParticle(2224); // D++ - G4ParticleDefinition * aDeltap = G4ParticleTable::GetParticleTable()->FindParticle(2214); // D+ - G4ParticleDefinition * aDelta0 = G4ParticleTable::GetParticleTable()->FindParticle(2114); // D0 - G4ParticleDefinition * aDeltam = G4ParticleTable::GetParticleTable()->FindParticle(1114); // D- - - G4ParticleDefinition * aDm_1920 = G4ParticleTable::GetParticleTable()->FindParticle(21114); - G4ParticleDefinition * aD0_1920 = G4ParticleTable::GetParticleTable()->FindParticle(22114); - G4ParticleDefinition * aDp_1920 = G4ParticleTable::GetParticleTable()->FindParticle(22214); - G4ParticleDefinition * aDpp_1920 = G4ParticleTable::GetParticleTable()->FindParticle(22224); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltam, aDp_1920)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDelta0, aD0_1920)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltap, aDm_1920)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltap, aD0_1920)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDelta0, aDp_1920)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltam, aDpp_1920)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltapp, aDm_1920)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDelta0, aDpp_1920)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltap, aDp_1920)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltapp, aD0_1920)); + MakeNNToDeltaDelta::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1930.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1930.cc index e8ead52d39..27a558f617 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1930.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1930.cc @@ -21,48 +21,14 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToDeltaDelta1930.cc,v 1.2 2003/11/19 15:35:30 hpw Exp $ // +// $Id: G4CollisionNNToDeltaDelta1930.cc,v 1.3.2.1 2004/03/24 13:18:32 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToDeltaDelta1930.hh" #include "G4ConcreteNNToDeltaDeltastar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToDeltaDelta1930::G4CollisionNNToDeltaDelta1930() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aDeltapp = G4ParticleTable::GetParticleTable()->FindParticle(2224); // D++ - G4ParticleDefinition * aDeltap = G4ParticleTable::GetParticleTable()->FindParticle(2214); // D+ - G4ParticleDefinition * aDelta0 = G4ParticleTable::GetParticleTable()->FindParticle(2114); // D0 - G4ParticleDefinition * aDeltam = G4ParticleTable::GetParticleTable()->FindParticle(1114); // D- - - G4ParticleDefinition * aDm_1930 = G4ParticleTable::GetParticleTable()->FindParticle(11116); - G4ParticleDefinition * aD0_1930 = G4ParticleTable::GetParticleTable()->FindParticle(11216); - G4ParticleDefinition * aDp_1930 = G4ParticleTable::GetParticleTable()->FindParticle(12126); - G4ParticleDefinition * aDpp_1930 = G4ParticleTable::GetParticleTable()->FindParticle(12226); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltam, aDp_1930)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDelta0, aD0_1930)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltap, aDm_1930)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltap, aD0_1930)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDelta0, aDp_1930)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltam, aDpp_1930)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltapp, aDm_1930)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDelta0, aDpp_1930)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltap, aDp_1930)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltapp, aD0_1930)); + MakeNNToDeltaDelta::Make(this); } - - - diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1950.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1950.cc index 872da04d57..778e3f65c5 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1950.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDelta1950.cc @@ -21,47 +21,16 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToDeltaDelta1950.cc,v 1.2 2003/11/19 15:35:30 hpw Exp $ // +// $Id: G4CollisionNNToDeltaDelta1950.cc,v 1.3.2.1 2004/03/24 13:18:32 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToDeltaDelta1950.hh" #include "G4ConcreteNNToDeltaDeltastar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToDeltaDelta1950::G4CollisionNNToDeltaDelta1950() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aDeltapp = G4ParticleTable::GetParticleTable()->FindParticle(2224); // D++ - G4ParticleDefinition * aDeltap = G4ParticleTable::GetParticleTable()->FindParticle(2214); // D+ - G4ParticleDefinition * aDelta0 = G4ParticleTable::GetParticleTable()->FindParticle(2114); // D0 - G4ParticleDefinition * aDeltam = G4ParticleTable::GetParticleTable()->FindParticle(1114); // D- - - G4ParticleDefinition * aDm_1950 = G4ParticleTable::GetParticleTable()->FindParticle(1118); - G4ParticleDefinition * aD0_1950 = G4ParticleTable::GetParticleTable()->FindParticle(2118); - G4ParticleDefinition * aDp_1950 = G4ParticleTable::GetParticleTable()->FindParticle(2218); - G4ParticleDefinition * aDpp_1950 = G4ParticleTable::GetParticleTable()->FindParticle(2228); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltam, aDp_1950)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDelta0, aD0_1950)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aNeutron, aDeltap, aDm_1950)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltap, aD0_1950)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDelta0, aDp_1950)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltam, aDpp_1950)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aNeutron, aProton, aDeltapp, aDm_1950)); - - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDelta0, aDpp_1950)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltap, aDp_1950)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaDeltastar(aProton, aProton, aDeltapp, aD0_1950)); + MakeNNToDeltaDelta::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDeltastar.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDeltastar.cc index 87f414c5db..5082c599d6 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDeltastar.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaDeltastar.cc @@ -21,23 +21,11 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToDeltaDeltastar.cc,v 1.1 2003/10/07 12:37:35 hpw Exp $ // +// $Id: G4CollisionNNToDeltaDeltastar.cc,v 1.2.2.1 2004/03/24 13:18:33 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToDeltaDeltastar.hh" -#include "G4KineticTrack.hh" -#include "G4VCrossSectionSource.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4XAqmElastic.hh" -#include "G4AngularDistribution.hh" -#include "G4ThreeVector.hh" -#include "G4LorentzVector.hh" -#include "G4LorentzRotation.hh" -#include "G4KineticTrackVector.hh" -#include "G4ParticleTable.hh" -#include "G4CollisionVector.hh" -#include "G4CollisionNNToDeltaDeltastar.hh" + #include "G4CollisionNNToDeltaDelta1600.hh" #include "G4CollisionNNToDeltaDelta1620.hh" #include "G4CollisionNNToDeltaDelta1700.hh" @@ -48,27 +36,20 @@ #include "G4CollisionNNToDeltaDelta1930.hh" #include "G4CollisionNNToDeltaDelta1950.hh" +typedef +GROUP9(G4CollisionNNToDeltaDelta1600, + G4CollisionNNToDeltaDelta1620, + G4CollisionNNToDeltaDelta1700, + G4CollisionNNToDeltaDelta1900, + G4CollisionNNToDeltaDelta1905, + G4CollisionNNToDeltaDelta1910, + G4CollisionNNToDeltaDelta1920, + G4CollisionNNToDeltaDelta1930, + G4CollisionNNToDeltaDelta1950) theChannels; + G4CollisionNNToDeltaDeltastar::G4CollisionNNToDeltaDeltastar() { - - // 1600 - G4CollisionComposite::AddComponent(new G4CollisionNNToDeltaDelta1600()); - //1620 - G4CollisionComposite::AddComponent(new G4CollisionNNToDeltaDelta1620()); - //1700 - G4CollisionComposite::AddComponent(new G4CollisionNNToDeltaDelta1700()); - //1900 - G4CollisionComposite::AddComponent(new G4CollisionNNToDeltaDelta1900()); - //1905 - G4CollisionComposite::AddComponent(new G4CollisionNNToDeltaDelta1905()); - //1910 - G4CollisionComposite::AddComponent(new G4CollisionNNToDeltaDelta1910()); - //1920 - G4CollisionComposite::AddComponent(new G4CollisionNNToDeltaDelta1920()); - //1930 - G4CollisionComposite::AddComponent(new G4CollisionNNToDeltaDelta1930()); - //1950 - G4CollisionComposite::AddComponent(new G4CollisionNNToDeltaDelta1950()); - + Register aR; + G4ForEach::Apply(&aR, this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaNstar.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaNstar.cc index ee5a107df7..af57d31e8d 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaNstar.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToDeltaNstar.cc @@ -21,166 +21,32 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToDeltaNstar.cc,v 1.1 2003/10/07 12:37:35 hpw Exp $ // +// $Id: G4CollisionNNToDeltaNstar.cc,v 1.3.2.1 2004/03/24 13:18:33 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToDeltaNstar.hh" -#include "G4KineticTrack.hh" -#include "G4VCrossSectionSource.hh" -#include "G4ThreeVector.hh" -#include "G4LorentzVector.hh" -#include "G4LorentzRotation.hh" -#include "G4KineticTrackVector.hh" -#include "G4ParticleTable.hh" -#include "G4CollisionVector.hh" -#include "G4CollisionNNToDeltaNstar.hh" #include "G4ConcreteNNToDeltaNstar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" +#include "G4HadParticleCodes.hh" +#include "G4Pair.hh" + +typedef G4ConcreteNNToDeltaNstar channelType; G4CollisionNNToDeltaNstar::G4CollisionNNToDeltaNstar() { - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - - G4ParticleDefinition * aDeltapp = G4ParticleTable::GetParticleTable()->FindParticle(2224); // D++ - G4ParticleDefinition * aDeltap = G4ParticleTable::GetParticleTable()->FindParticle(2214); // D+ - G4ParticleDefinition * aDelta0 = G4ParticleTable::GetParticleTable()->FindParticle(2114); // D0 - G4ParticleDefinition * aDeltam = G4ParticleTable::GetParticleTable()->FindParticle(1114); // D- - - G4ParticleDefinition * aN_1400p = G4ParticleTable::GetParticleTable()->FindParticle(12212); - G4ParticleDefinition * aN_1400n = G4ParticleTable::GetParticleTable()->FindParticle(12112); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_1400n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_1400p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_1400p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_1400n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_1400p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_1400n)); - - G4ParticleDefinition * aN_1520p = G4ParticleTable::GetParticleTable()->FindParticle(2124); - G4ParticleDefinition * aN_1520n = G4ParticleTable::GetParticleTable()->FindParticle(1214); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_1520n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_1520p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_1520p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_1520n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_1520p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_1520n)); - - G4ParticleDefinition * aN_1535p = G4ParticleTable::GetParticleTable()->FindParticle(22212); - G4ParticleDefinition * aN_1535n = G4ParticleTable::GetParticleTable()->FindParticle(22112); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_1535n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_1535p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_1535p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_1535n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_1535p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_1535n)); - - G4ParticleDefinition * aN_1650p = G4ParticleTable::GetParticleTable()->FindParticle(32212); - G4ParticleDefinition * aN_1650n = G4ParticleTable::GetParticleTable()->FindParticle(32112); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_1650n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_1650p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_1650p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_1650n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_1650p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_1650n)); - - G4ParticleDefinition * aN_1675p = G4ParticleTable::GetParticleTable()->FindParticle(2216); - G4ParticleDefinition * aN_1675n = G4ParticleTable::GetParticleTable()->FindParticle(2116); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_1675n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_1675p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_1675p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_1675n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_1675p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_1675n)); - - G4ParticleDefinition * aN_1680p = G4ParticleTable::GetParticleTable()->FindParticle(12216); - G4ParticleDefinition * aN_1680n = G4ParticleTable::GetParticleTable()->FindParticle(12116); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_1680n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_1680p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_1680p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_1680n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_1680p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_1680n)); - - G4ParticleDefinition * aN_1700p = G4ParticleTable::GetParticleTable()->FindParticle(22124); - G4ParticleDefinition * aN_1700n = G4ParticleTable::GetParticleTable()->FindParticle(21214); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_1700n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_1700p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_1700p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_1700n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_1700p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_1700n)); - - G4ParticleDefinition * aN_1710p = G4ParticleTable::GetParticleTable()->FindParticle(42212); - G4ParticleDefinition * aN_1710n = G4ParticleTable::GetParticleTable()->FindParticle(42112); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_1710n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_1710p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_1710p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_1710n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_1710p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_1710n)); - - G4ParticleDefinition * aN_1720p = G4ParticleTable::GetParticleTable()->FindParticle(32124); - G4ParticleDefinition * aN_1720n = G4ParticleTable::GetParticleTable()->FindParticle(31214); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_1720n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_1720p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_1720p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_1720n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_1720p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_1720n)); - - G4ParticleDefinition * aN_1900p = G4ParticleTable::GetParticleTable()->FindParticle(42124); - G4ParticleDefinition * aN_1900n = G4ParticleTable::GetParticleTable()->FindParticle(41214); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_1900n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_1900p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_1900p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_1900n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_1900p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_1900n)); - - G4ParticleDefinition * aN_1990p = G4ParticleTable::GetParticleTable()->FindParticle(12218); - G4ParticleDefinition * aN_1990n = G4ParticleTable::GetParticleTable()->FindParticle(12118); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_1990n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_1990p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_1990p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_1990n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_1990p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_1990n)); - - G4ParticleDefinition * aN_2090p = G4ParticleTable::GetParticleTable()->FindParticle(52214); - G4ParticleDefinition * aN_2090n = G4ParticleTable::GetParticleTable()->FindParticle(52114); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_2090n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_2090p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_2090p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_2090n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_2090p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_2090n)); - - G4ParticleDefinition * aN_2190p = G4ParticleTable::GetParticleTable()->FindParticle(2128); - G4ParticleDefinition * aN_2190n = G4ParticleTable::GetParticleTable()->FindParticle(1218); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_2190n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_2190p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_2190p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_2190n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_2190p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_2190n)); - - G4ParticleDefinition * aN_2220p = G4ParticleTable::GetParticleTable()->FindParticle(100002210); - G4ParticleDefinition * aN_2220n = G4ParticleTable::GetParticleTable()->FindParticle(100002110); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_2220n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_2220p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_2220p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_2220n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_2220p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_2220n)); - - G4ParticleDefinition * aN_2250p = G4ParticleTable::GetParticleTable()->FindParticle(100012210); - G4ParticleDefinition * aN_2250n = G4ParticleTable::GetParticleTable()->FindParticle(100012110); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDelta0, aN_2250n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aNeutron, aDeltam, aN_2250p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltap, aN_2250p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aProton, aProton, aDeltapp, aN_2250n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDelta0, aN_2250p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToDeltaNstar(aNeutron, aProton, aDeltap, aN_2250n)); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); + MakeNNToDeltaNstar::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta.cc index 77597c5728..1f176959a3 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta.cc @@ -21,38 +21,18 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToNDelta.cc,v 1.1 2003/10/07 12:37:35 hpw Exp $ // +// $Id: G4CollisionNNToNDelta.cc,v 1.4.2.1 2004/03/24 13:18:35 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToNDelta.hh" #include "G4ConcreteNNToNDelta.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" #include "G4ShortLivedConstructor.hh" -// complete hpw - G4CollisionNNToNDelta::G4CollisionNNToNDelta() { - // Subtype of interacting particles G4ShortLivedConstructor ShortLived; ShortLived.ConstructParticle(); - - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aDeltapp = G4ParticleTable::GetParticleTable()->FindParticle(2224); // D++ - G4ParticleDefinition * aDeltap = G4ParticleTable::GetParticleTable()->FindParticle(2214); // D+ - G4ParticleDefinition * aDelta0 = G4ParticleTable::GetParticleTable()->FindParticle(2114); // D0 - G4ParticleDefinition * aDeltam = G4ParticleTable::GetParticleTable()->FindParticle(1114); // D- - - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDelta(aNeutron, aNeutron, aNeutron, aDelta0)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDelta(aNeutron, aNeutron, aProton, aDeltam)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDelta(aNeutron, aProton, aProton, aDelta0)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDelta(aNeutron, aProton, aNeutron, aDeltap)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDelta(aProton, aProton, aNeutron, aDeltapp)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDelta(aProton, aProton, aProton, aDeltap)); - + MakeNNToNDelta::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1600.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1600.cc index 9d25f94ef6..306bed6f95 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1600.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1600.cc @@ -21,38 +21,13 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToNDelta1600.cc,v 1.1 2003/10/07 12:37:35 hpw Exp $ // +// $Id: G4CollisionNNToNDelta1600.cc,v 1.2.2.1 2004/03/24 13:18:36 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToNDelta1600.hh" #include "G4ConcreteNNToNDeltaStar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToNDelta1600::G4CollisionNNToNDelta1600() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - G4ParticleDefinition * aDm_1600 = G4ParticleTable::GetParticleTable()->FindParticle(31114); - G4ParticleDefinition * aD0_1600 = G4ParticleTable::GetParticleTable()->FindParticle(32114); - G4ParticleDefinition * aDp_1600 = G4ParticleTable::GetParticleTable()->FindParticle(32214); - G4ParticleDefinition * aDpp_1600 = G4ParticleTable::GetParticleTable()->FindParticle(32224); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aNeutron, aD0_1600)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aProton, aDm_1600)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aProton, aD0_1600)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aNeutron, aDp_1600)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aNeutron, aDpp_1600)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aProton, aDp_1600)); - + MakeNNToNDelta::Make(this); } - - - diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1620.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1620.cc index 2481f64c56..c86a607d27 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1620.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1620.cc @@ -21,37 +21,15 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToNDelta1620.cc,v 1.1 2003/10/07 12:37:35 hpw Exp $ // +// $Id: G4CollisionNNToNDelta1620.cc,v 1.2.2.1 2004/03/24 13:18:37 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToNDelta1620.hh" #include "G4ConcreteNNToNDeltaStar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToNDelta1620::G4CollisionNNToNDelta1620() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - - G4ParticleDefinition * aDm_1620 = G4ParticleTable::GetParticleTable()->FindParticle(1112); - G4ParticleDefinition * aD0_1620 = G4ParticleTable::GetParticleTable()->FindParticle(1212); - G4ParticleDefinition * aDp_1620 = G4ParticleTable::GetParticleTable()->FindParticle(2122); - G4ParticleDefinition * aDpp_1620 = G4ParticleTable::GetParticleTable()->FindParticle(2222); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aNeutron, aD0_1620)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aProton, aDm_1620)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aProton, aD0_1620)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aNeutron, aDp_1620)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aNeutron, aDpp_1620)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aProton, aDp_1620)); + MakeNNToNDelta::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1700.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1700.cc index e9b3f2f639..c1b2071f75 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1700.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1700.cc @@ -21,38 +21,14 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToNDelta1700.cc,v 1.1 2003/10/07 12:37:35 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToNDelta1700.hh" #include "G4ConcreteNNToNDeltaStar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" // complete hpw G4CollisionNNToNDelta1700::G4CollisionNNToNDelta1700() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - - G4ParticleDefinition * aDm_1700 = G4ParticleTable::GetParticleTable()->FindParticle(11114); - G4ParticleDefinition * aD0_1700 = G4ParticleTable::GetParticleTable()->FindParticle(12114); - G4ParticleDefinition * aDp_1700 = G4ParticleTable::GetParticleTable()->FindParticle(12214); - G4ParticleDefinition * aDpp_1700 = G4ParticleTable::GetParticleTable()->FindParticle(12224); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aNeutron, aD0_1700)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aProton, aDm_1700)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aProton, aD0_1700)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aNeutron, aDp_1700)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aNeutron, aDpp_1700)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aProton, aDp_1700)); + MakeNNToNDelta::Make(this); } - - - diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1900.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1900.cc index 71d5dfb9b7..6225e166f0 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1900.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1900.cc @@ -21,37 +21,15 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToNDelta1900.cc,v 1.1 2003/10/07 12:37:36 hpw Exp $ // +// $Id: G4CollisionNNToNDelta1900.cc,v 1.2.2.1 2004/03/24 13:18:38 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToNDelta1900.hh" #include "G4ConcreteNNToNDeltaStar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToNDelta1900::G4CollisionNNToNDelta1900() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - - G4ParticleDefinition * aDm_1900 = G4ParticleTable::GetParticleTable()->FindParticle(11112); - G4ParticleDefinition * aD0_1900 = G4ParticleTable::GetParticleTable()->FindParticle(11212); - G4ParticleDefinition * aDp_1900 = G4ParticleTable::GetParticleTable()->FindParticle(12122); - G4ParticleDefinition * aDpp_1900 = G4ParticleTable::GetParticleTable()->FindParticle(12222); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aNeutron, aD0_1900)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aProton, aDm_1900)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aProton, aD0_1900)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aNeutron, aDp_1900)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aNeutron, aDpp_1900)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aProton, aDp_1900)); + MakeNNToNDelta::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1905.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1905.cc index c2002791c1..d6c64a3ab5 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1905.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1905.cc @@ -21,37 +21,15 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToNDelta1905.cc,v 1.1 2003/10/07 12:37:36 hpw Exp $ // +// $Id: G4CollisionNNToNDelta1905.cc,v 1.2.2.1 2004/03/24 13:18:38 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToNDelta1905.hh" #include "G4ConcreteNNToNDeltaStar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToNDelta1905::G4CollisionNNToNDelta1905() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - - G4ParticleDefinition * aDm_1905 = G4ParticleTable::GetParticleTable()->FindParticle(1116); - G4ParticleDefinition * aD0_1905 = G4ParticleTable::GetParticleTable()->FindParticle(1216); - G4ParticleDefinition * aDp_1905 = G4ParticleTable::GetParticleTable()->FindParticle(2126); - G4ParticleDefinition * aDpp_1905 = G4ParticleTable::GetParticleTable()->FindParticle(2226); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aNeutron, aD0_1905)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aProton, aDm_1905)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aProton, aD0_1905)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aNeutron, aDp_1905)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aNeutron, aDpp_1905)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aProton, aDp_1905)); + MakeNNToNDelta::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1910.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1910.cc index a0fc2c63bc..a39d1ba1db 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1910.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1910.cc @@ -21,37 +21,15 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToNDelta1910.cc,v 1.1 2003/10/07 12:37:36 hpw Exp $ // +// $Id: G4CollisionNNToNDelta1910.cc,v 1.2.2.1 2004/03/24 13:18:38 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToNDelta1910.hh" #include "G4ConcreteNNToNDeltaStar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToNDelta1910::G4CollisionNNToNDelta1910() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - - G4ParticleDefinition * aDm_1910 = G4ParticleTable::GetParticleTable()->FindParticle(21112); - G4ParticleDefinition * aD0_1910 = G4ParticleTable::GetParticleTable()->FindParticle(21212); - G4ParticleDefinition * aDp_1910 = G4ParticleTable::GetParticleTable()->FindParticle(22122); - G4ParticleDefinition * aDpp_1910 = G4ParticleTable::GetParticleTable()->FindParticle(22222); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aNeutron, aD0_1910)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aProton, aDm_1910)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aProton, aD0_1910)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aNeutron, aDp_1910)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aNeutron, aDpp_1910)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aProton, aDp_1910)); + MakeNNToNDelta::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1920.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1920.cc index 2039e6abdf..ef61048bce 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1920.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1920.cc @@ -21,37 +21,15 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToNDelta1920.cc,v 1.1 2003/10/07 12:37:36 hpw Exp $ // +// $Id: G4CollisionNNToNDelta1920.cc,v 1.2.2.1 2004/03/24 13:18:38 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToNDelta1920.hh" #include "G4ConcreteNNToNDeltaStar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToNDelta1920::G4CollisionNNToNDelta1920() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - - G4ParticleDefinition * aDm_1920 = G4ParticleTable::GetParticleTable()->FindParticle(21114); - G4ParticleDefinition * aD0_1920 = G4ParticleTable::GetParticleTable()->FindParticle(22114); - G4ParticleDefinition * aDp_1920 = G4ParticleTable::GetParticleTable()->FindParticle(22214); - G4ParticleDefinition * aDpp_1920 = G4ParticleTable::GetParticleTable()->FindParticle(22224); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aNeutron, aD0_1920)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aProton, aDm_1920)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aProton, aD0_1920)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aNeutron, aDp_1920)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aNeutron, aDpp_1920)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aProton, aDp_1920)); + MakeNNToNDelta::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1930.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1930.cc index a25f0cf066..b657758040 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1930.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1930.cc @@ -21,38 +21,13 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToNDelta1930.cc,v 1.1 2003/10/07 12:37:36 hpw Exp $ // +// $Id: G4CollisionNNToNDelta1930.cc,v 1.2.2.1 2004/03/24 13:18:39 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToNDelta1930.hh" #include "G4ConcreteNNToNDeltaStar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToNDelta1930::G4CollisionNNToNDelta1930() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - - G4ParticleDefinition * aDm_1930 = G4ParticleTable::GetParticleTable()->FindParticle(11116); - G4ParticleDefinition * aD0_1930 = G4ParticleTable::GetParticleTable()->FindParticle(11216); - G4ParticleDefinition * aDp_1930 = G4ParticleTable::GetParticleTable()->FindParticle(12126); - G4ParticleDefinition * aDpp_1930 = G4ParticleTable::GetParticleTable()->FindParticle(12226); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aNeutron, aD0_1930)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aProton, aDm_1930)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aProton, aD0_1930)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aNeutron, aDp_1930)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aNeutron, aDpp_1930)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aProton, aDp_1930)); + MakeNNToNDelta::Make(this); } - - - diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1950.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1950.cc index 410f26269d..c0ddd72481 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1950.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDelta1950.cc @@ -21,38 +21,13 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToNDelta1950.cc,v 1.1 2003/10/07 12:37:36 hpw Exp $ // +// $Id: G4CollisionNNToNDelta1950.cc,v 1.2.2.1 2004/03/24 13:18:41 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToNDelta1950.hh" #include "G4ConcreteNNToNDeltaStar.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4ParticleTable.hh" -#include "G4ShortLivedConstructor.hh" - -// complete hpw G4CollisionNNToNDelta1950::G4CollisionNNToNDelta1950() { - // Subtype of interacting particles - G4ShortLivedConstructor ShortLived; - ShortLived.ConstructParticle(); - - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - - G4ParticleDefinition * aDm_1950 = G4ParticleTable::GetParticleTable()->FindParticle(1118); - G4ParticleDefinition * aD0_1950 = G4ParticleTable::GetParticleTable()->FindParticle(2118); - G4ParticleDefinition * aDp_1950 = G4ParticleTable::GetParticleTable()->FindParticle(2218); - G4ParticleDefinition * aDpp_1950 = G4ParticleTable::GetParticleTable()->FindParticle(2228); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aNeutron, aD0_1950)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aNeutron, aProton, aDm_1950)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aProton, aD0_1950)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aNeutron, aProton, aNeutron, aDp_1950)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aNeutron, aDpp_1950)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNDeltaStar(aProton, aProton, aProton, aDp_1950)); + MakeNNToNDelta::Make(this); } - - - diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDeltastar.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDeltastar.cc index e9e6a10783..93af306c3f 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDeltastar.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNDeltastar.cc @@ -21,23 +21,10 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToNDeltastar.cc,v 1.1 2003/10/07 12:37:36 hpw Exp $ // + +#include "G4CollisionNNToNDeltastar.hh" #include "globals.hh" -#include "G4CollisionNNToNDeltastar.hh" -#include "G4KineticTrack.hh" -#include "G4VCrossSectionSource.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4XAqmElastic.hh" -#include "G4AngularDistribution.hh" -#include "G4ThreeVector.hh" -#include "G4LorentzVector.hh" -#include "G4LorentzRotation.hh" -#include "G4KineticTrackVector.hh" -#include "G4ParticleTable.hh" -#include "G4CollisionVector.hh" -#include "G4CollisionNNToNDeltastar.hh" #include "G4ConcreteNNToNDeltaStar.hh" #include "G4CollisionNNToNDelta1600.hh" #include "G4CollisionNNToNDelta1620.hh" @@ -49,26 +36,20 @@ #include "G4CollisionNNToNDelta1930.hh" #include "G4CollisionNNToNDelta1950.hh" +typedef +GROUP9(G4CollisionNNToNDelta1600, + G4CollisionNNToNDelta1620, + G4CollisionNNToNDelta1700, + G4CollisionNNToNDelta1900, + G4CollisionNNToNDelta1905, + G4CollisionNNToNDelta1910, + G4CollisionNNToNDelta1920, + G4CollisionNNToNDelta1930, + G4CollisionNNToNDelta1950) theChannels; + G4CollisionNNToNDeltastar::G4CollisionNNToNDeltastar() { - //1600 - G4CollisionComposite::AddComponent(new G4CollisionNNToNDelta1600()); - //1620 - G4CollisionComposite::AddComponent(new G4CollisionNNToNDelta1620()); - //1700 - G4CollisionComposite::AddComponent(new G4CollisionNNToNDelta1700()); - //1900 - G4CollisionComposite::AddComponent(new G4CollisionNNToNDelta1900()); - //1905 - G4CollisionComposite::AddComponent(new G4CollisionNNToNDelta1905()); - //1910 - G4CollisionComposite::AddComponent(new G4CollisionNNToNDelta1910()); - //1920 - G4CollisionComposite::AddComponent(new G4CollisionNNToNDelta1920()); - //1930 - G4CollisionComposite::AddComponent(new G4CollisionNNToNDelta1930()); - //1950 - G4CollisionComposite::AddComponent(new G4CollisionNNToNDelta1950()); - + Register aR; + G4ForEach::Apply(&aR, this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNNstar.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNNstar.cc index d76bfa4198..ab12ae9190 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNNstar.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNNToNNstar.cc @@ -21,137 +21,31 @@ // ******************************************************************** // // -// $Id: G4CollisionNNToNNstar.cc,v 1.1 2003/10/07 12:37:36 hpw Exp $ // +// $Id: G4CollisionNNToNNstar.cc,v 1.4.2.1 2004/03/24 13:18:42 hpw Exp $ // #include "globals.hh" #include "G4CollisionNNToNNstar.hh" -#include "G4KineticTrack.hh" -#include "G4VCrossSectionSource.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" -#include "G4XAqmElastic.hh" -#include "G4AngularDistribution.hh" -#include "G4ThreeVector.hh" -#include "G4LorentzVector.hh" -#include "G4LorentzRotation.hh" -#include "G4KineticTrackVector.hh" -#include "G4ParticleTable.hh" -#include "G4CollisionVector.hh" -#include "G4CollisionNNToNNstar.hh" #include "G4ConcreteNNToNNStar.hh" +#include "G4HadParticleCodes.hh" +#include "G4Pair.hh" + +typedef G4ConcreteNNToNNStar channelType; G4CollisionNNToNNstar::G4CollisionNNToNNstar() { - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - - // 1400, 1520,1535, 1650, 1675,1680 - // 1700, 1710, 1720, 1900, 1990, 2090, - // 2190, 2220, 2250 - - G4ParticleDefinition * aN_1400p = G4ParticleTable::GetParticleTable()->FindParticle(12212); - G4ParticleDefinition * aN_1400n = G4ParticleTable::GetParticleTable()->FindParticle(12112); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_1400n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_1400p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_1400p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_1400n)); - - G4ParticleDefinition * aN_1520p = G4ParticleTable::GetParticleTable()->FindParticle(2124); - G4ParticleDefinition * aN_1520n = G4ParticleTable::GetParticleTable()->FindParticle(1214); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_1520n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_1520p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_1520p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_1520n)); - - G4ParticleDefinition * aN_1535p = G4ParticleTable::GetParticleTable()->FindParticle(22212); - G4ParticleDefinition * aN_1535n = G4ParticleTable::GetParticleTable()->FindParticle(22112); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_1535n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_1535p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_1535p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_1535n)); - - G4ParticleDefinition * aN_1650p = G4ParticleTable::GetParticleTable()->FindParticle(32212); - G4ParticleDefinition * aN_1650n = G4ParticleTable::GetParticleTable()->FindParticle(32112); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_1650n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_1650p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_1650p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_1650n)); - - G4ParticleDefinition * aN_1675p = G4ParticleTable::GetParticleTable()->FindParticle(2216); - G4ParticleDefinition * aN_1675n = G4ParticleTable::GetParticleTable()->FindParticle(2116); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_1675n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_1675p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_1675p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_1675n)); - - G4ParticleDefinition * aN_1680p = G4ParticleTable::GetParticleTable()->FindParticle(12216); - G4ParticleDefinition * aN_1680n = G4ParticleTable::GetParticleTable()->FindParticle(12116); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_1680n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_1680p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_1680p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_1680n)); - - G4ParticleDefinition * aN_1700p = G4ParticleTable::GetParticleTable()->FindParticle(22124); - G4ParticleDefinition * aN_1700n = G4ParticleTable::GetParticleTable()->FindParticle(21214); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_1700n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_1700p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_1700p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_1700n)); - - G4ParticleDefinition * aN_1710p = G4ParticleTable::GetParticleTable()->FindParticle(42212); - G4ParticleDefinition * aN_1710n = G4ParticleTable::GetParticleTable()->FindParticle(42112); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_1710n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_1710p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_1710p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_1710n)); - - G4ParticleDefinition * aN_1720p = G4ParticleTable::GetParticleTable()->FindParticle(32124); - G4ParticleDefinition * aN_1720n = G4ParticleTable::GetParticleTable()->FindParticle(31214); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_1720n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_1720p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_1720p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_1720n)); - - G4ParticleDefinition * aN_1900p = G4ParticleTable::GetParticleTable()->FindParticle(42124); - G4ParticleDefinition * aN_1900n = G4ParticleTable::GetParticleTable()->FindParticle(41214); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_1900n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_1900p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_1900p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_1900n)); - - G4ParticleDefinition * aN_1990p = G4ParticleTable::GetParticleTable()->FindParticle(12218); - G4ParticleDefinition * aN_1990n = G4ParticleTable::GetParticleTable()->FindParticle(12118); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_1990n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_1990p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_1990p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_1990n)); - - G4ParticleDefinition * aN_2090p = G4ParticleTable::GetParticleTable()->FindParticle(52214); - G4ParticleDefinition * aN_2090n = G4ParticleTable::GetParticleTable()->FindParticle(52114); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_2090n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_2090p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_2090p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_2090n)); - - G4ParticleDefinition * aN_2190p = G4ParticleTable::GetParticleTable()->FindParticle(2128); - G4ParticleDefinition * aN_2190n = G4ParticleTable::GetParticleTable()->FindParticle(1218); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_2190n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_2190p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_2190p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_2190n)); - - G4ParticleDefinition * aN_2220p = G4ParticleTable::GetParticleTable()->FindParticle(100002210); - G4ParticleDefinition * aN_2220n = G4ParticleTable::GetParticleTable()->FindParticle(100002110); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_2220n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_2220p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_2220p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_2220n)); - - G4ParticleDefinition * aN_2250p = G4ParticleTable::GetParticleTable()->FindParticle(100012210); - G4ParticleDefinition * aN_2250n = G4ParticleTable::GetParticleTable()->FindParticle(100012110); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aNeutron, aNeutron, aN_2250n)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aProton, aProton, aProton, aN_2250p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aNeutron, aN_2250p)); - G4CollisionComposite::AddComponent(new G4ConcreteNNToNNStar(aNeutron, aProton, aProton, aN_2250n)); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); + MakeNNToNNStar::Make(this); } - diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNStarNToNN.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNStarNToNN.cc index 2b1c9a8b85..5b57e3f523 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNStarNToNN.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionNStarNToNN.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // -// $Id: G4CollisionNStarNToNN.cc,v 1.1 2003/10/07 12:37:36 hpw Exp $ // +// $Id: G4CollisionNStarNToNN.cc,v 1.2.2.1 2004/03/24 13:18:44 hpw Exp $ // #include "globals.hh" #include "G4CollisionNStarNToNN.hh" @@ -40,118 +40,24 @@ #include "G4CollisionNStarNToNN.hh" #include "G4ConcreteNStarNToNN.hh" +typedef G4ConcreteNStarNToNN channelType; + G4CollisionNStarNToNN::G4CollisionNStarNToNN() { - G4ParticleDefinition * aProton = G4Proton::ProtonDefinition(); - G4ParticleDefinition * aNeutron = G4Neutron::NeutronDefinition(); - - // 1400, 1520,1535, 1650, 1675,1680 - // 1700, 1710, 1720, 1900, 1990, 2090, - // 2190, 2220, 2250 - - G4ParticleDefinition * aN_1400p = G4ParticleTable::GetParticleTable()->FindParticle(12212); - G4ParticleDefinition * aN_1400n = G4ParticleTable::GetParticleTable()->FindParticle(12112); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1400n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1400p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1400p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1400n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_1520p = G4ParticleTable::GetParticleTable()->FindParticle(2124); - G4ParticleDefinition * aN_1520n = G4ParticleTable::GetParticleTable()->FindParticle(1214); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1520n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1520p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1520p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1520n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_1535p = G4ParticleTable::GetParticleTable()->FindParticle(22212); - G4ParticleDefinition * aN_1535n = G4ParticleTable::GetParticleTable()->FindParticle(22112); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1535n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1535p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1535p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1535n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_1650p = G4ParticleTable::GetParticleTable()->FindParticle(32212); - G4ParticleDefinition * aN_1650n = G4ParticleTable::GetParticleTable()->FindParticle(32112); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1650n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1650p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1650p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1650n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_1675p = G4ParticleTable::GetParticleTable()->FindParticle(2216); - G4ParticleDefinition * aN_1675n = G4ParticleTable::GetParticleTable()->FindParticle(2116); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1675n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1675p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1675p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1675n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_1680p = G4ParticleTable::GetParticleTable()->FindParticle(12216); - G4ParticleDefinition * aN_1680n = G4ParticleTable::GetParticleTable()->FindParticle(12116); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1680n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1680p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1680p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1680n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_1700p = G4ParticleTable::GetParticleTable()->FindParticle(22124); - G4ParticleDefinition * aN_1700n = G4ParticleTable::GetParticleTable()->FindParticle(21214); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1700n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1700p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1700p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1700n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_1710p = G4ParticleTable::GetParticleTable()->FindParticle(42212); - G4ParticleDefinition * aN_1710n = G4ParticleTable::GetParticleTable()->FindParticle(42112); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1710n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1710p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1710p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1710n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_1720p = G4ParticleTable::GetParticleTable()->FindParticle(32124); - G4ParticleDefinition * aN_1720n = G4ParticleTable::GetParticleTable()->FindParticle(31214); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1720n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1720p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1720p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1720n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_1900p = G4ParticleTable::GetParticleTable()->FindParticle(42124); - G4ParticleDefinition * aN_1900n = G4ParticleTable::GetParticleTable()->FindParticle(41214); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1900n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1900p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1900p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1900n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_1990p = G4ParticleTable::GetParticleTable()->FindParticle(12218); - G4ParticleDefinition * aN_1990n = G4ParticleTable::GetParticleTable()->FindParticle(12118); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1990n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1990p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1990p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_1990n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_2090p = G4ParticleTable::GetParticleTable()->FindParticle(52214); - G4ParticleDefinition * aN_2090n = G4ParticleTable::GetParticleTable()->FindParticle(52114); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2090n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2090p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2090p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2090n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_2190p = G4ParticleTable::GetParticleTable()->FindParticle(2128); - G4ParticleDefinition * aN_2190n = G4ParticleTable::GetParticleTable()->FindParticle(1218); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2190n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2190p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2190p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2190n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_2220p = G4ParticleTable::GetParticleTable()->FindParticle(100002210); - G4ParticleDefinition * aN_2220n = G4ParticleTable::GetParticleTable()->FindParticle(100002110); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2220n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2220p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2220p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2220n, aProton, aNeutron, aProton)); - - G4ParticleDefinition * aN_2250p = G4ParticleTable::GetParticleTable()->FindParticle(100012210); - G4ParticleDefinition * aN_2250n = G4ParticleTable::GetParticleTable()->FindParticle(100012110); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2250n, aNeutron, aNeutron, aNeutron)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2250p, aProton, aProton, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2250p, aNeutron, aNeutron, aProton)); - G4CollisionComposite::AddComponent(new G4ConcreteNStarNToNN(aN_2250n, aProton, aNeutron, aProton)); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); + MakeNNStarToNN::Make(this); } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionPN.cc b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionPN.cc index efc0c08fee..5d7429b294 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4CollisionPN.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4CollisionPN.cc @@ -21,54 +21,24 @@ // ******************************************************************** // // -// $Id: G4CollisionPN.cc,v 1.2 2003/11/03 17:53:28 hpw Exp $ // -// ------------------------------------------------------------------- -// GEANT4 Class file -// -// For information related to this code contact: -// -// File name: G4CollisionNN -// -// Author: Maria Grazia Pia -// -// Creation date: 15 April 1999 -// -// Modifications: -// -// ------------------------------------------------------------------- - #include "globals.hh" #include "G4CollisionPN.hh" -#include "G4CollisionComposite.hh" -#include "G4VCollision.hh" -#include "G4CollisionVector.hh" -#include "G4KineticTrack.hh" -#include "G4VCrossSectionSource.hh" #include "G4XnpTotal.hh" -#include "G4Proton.hh" -#include "G4Neutron.hh" #include "G4CollisionnpElastic.hh" #include "G4CollisionNNToNDelta.hh" +#include "G4Pair.hh" +// J.P. Wellisch, Dec 2004. + +typedef GROUP2(G4CollisionnpElastic, G4CollisionNNToNDelta) theChannels; G4CollisionPN::G4CollisionPN() { crossSectionSource = new G4XnpTotal(); - - // Components vector to be filled - components = new G4CollisionVector; - components->push_back(new G4CollisionnpElastic()); - components->push_back(new G4CollisionNNToNDelta()); - - // Subtype of interacting particles - G4String subType1 = G4Proton::ProtonDefinition()->GetParticleSubType(); - G4String subType2 = G4Neutron::NeutronDefinition()->GetParticleSubType(); - - colliders1.push_back(subType1); - colliders2.push_back(subType2); - + Register aR; + G4ForEach::Apply(&aR, this); } @@ -76,39 +46,12 @@ G4CollisionPN::~G4CollisionPN() { delete crossSectionSource; crossSectionSource = 0; - - if (components != 0) - { - G4int nComponents = components->size(); - for (G4int i = 0; i < nComponents; i++) - { - G4CollisionPtr componentPtr = (*components)[i]; - G4VCollision* component = componentPtr(); - delete component; - component = 0; - } - } - delete components; - components = 0; } -const std::vector& G4CollisionPN::GetListOfColliders(G4int whichOne) const +const std::vector& G4CollisionPN::GetListOfColliders(G4int ) const { - if (whichOne == 1) - { - return colliders1; - } - else - { - if (whichOne == 2) - { return colliders2; } - else - { - throw G4HadronicException(__FILE__, __LINE__, "G4CollisionNN::GetListOfColliders - Argument outside valid range"); - return colliders1; - } - } + throw G4HadronicException(__FILE__, __LINE__, "G4CollisionNN:: GetListOfColliders called"); + return colliders1; } - diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4Scatterer.cc b/source/processes/hadronic/models/im_r_matrix/src/G4Scatterer.cc index 177cdafca7..d563afe4b9 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4Scatterer.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4Scatterer.cc @@ -20,7 +20,7 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4Scatterer.cc,v 1.10 2003/11/19 15:35:30 hpw Exp $ // +// $Id: G4Scatterer.cc,v 1.13.2.1 2004/03/24 13:18:45 hpw Exp $ // // #include "globals.hh" @@ -38,36 +38,24 @@ #include "G4CollisionInitialState.hh" #include "G4HadTmpUtil.hh" +#include "G4Pair.hh" + + +// Declare the categories of collisions the Scatterer can handle +typedef GROUP2(G4CollisionNN, G4CollisionMesonBaryon) theChannels; + G4Scatterer::G4Scatterer() { - // Set-up the categories of collisions the Scatterer can handle - - // NN collisions - G4VCollision* collisionNN = new G4CollisionNN; - G4CollisionPtr collisionNNPtr = G4CollisionPtr(collisionNN); - collisions.push_back(collisionNNPtr); - - // all 2->1 reactions - // elastic channel is in at high energies only; no elastic for Kaons - G4VCollision* collisionMB = new G4CollisionMesonBaryon; - G4CollisionPtr collisionMBPtr = G4CollisionPtr(collisionMB); - collisions.push_back(collisionMBPtr); - + Register aR; + G4ForEach::Apply(&aR, &collisions); } G4Scatterer::~G4Scatterer() { - size_t i; - - for (i=0; iIsInCharge(trk1,trk2)) { collisionInCharge = component; diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4VCollision.cc b/source/processes/hadronic/models/im_r_matrix/src/G4VCollision.cc index 562b3c5bc9..7c8f38719c 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4VCollision.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4VCollision.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // -// $Id: G4VCollision.cc,v 1.1 2003/10/07 12:37:40 hpw Exp $ // +// $Id: G4VCollision.cc,v 1.2 2003/12/15 16:40:11 hpw Exp $ // #include "globals.hh" #include "G4ios.hh" @@ -86,7 +86,7 @@ void G4VCollision::Print() const for (iter = components->begin(); iter != components->end(); ++iter) { G4cout << "---- " << name << " ---- Component " << i << G4endl; - ((*iter)())->Print(); + ((*iter))->Print(); i++; } @@ -133,7 +133,7 @@ G4int i = 0; for (iter = components->begin(); iter != components->end(); ++iter) { G4cout << "Component " << i << G4endl; - ((*iter)())->Print(); + ((*iter))->Print(); i++; } } diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4XNNTotalLowE.cc b/source/processes/hadronic/models/im_r_matrix/src/G4XNNTotalLowE.cc index 973556574b..196f8036cc 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4XNNTotalLowE.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4XNNTotalLowE.cc @@ -56,7 +56,7 @@ G4XNNTotalLowE::G4XNNTotalLowE() G4int i; for (i=0; i it; + std::pair it; it.first=ss[i]; it.second=ppTot[i]; pp->push_back(it); it.second=npTot[i]; np->push_back(it); diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4XpimNTotal.cc b/source/processes/hadronic/models/im_r_matrix/src/G4XpimNTotal.cc index e230f66236..f09459c5de 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4XpimNTotal.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4XpimNTotal.cc @@ -26,7 +26,7 @@ G4XpimNTotal:: G4XpimNTotal() { - G4Pair it; + std::pair it; it.first=1105.46 ;it.second= 8.8; theLowEData.push_back(it); it.first=1139.41 ;it.second= 13.6; theLowEData.push_back(it); it.first=1165.12 ;it.second= 26.0; theLowEData.push_back(it); diff --git a/source/processes/hadronic/models/im_r_matrix/src/G4XpipNTotal.cc b/source/processes/hadronic/models/im_r_matrix/src/G4XpipNTotal.cc index c5f9b28adf..09d5e687a5 100644 --- a/source/processes/hadronic/models/im_r_matrix/src/G4XpipNTotal.cc +++ b/source/processes/hadronic/models/im_r_matrix/src/G4XpipNTotal.cc @@ -26,7 +26,7 @@ G4XpipNTotal:: G4XpipNTotal() { - G4Pair it; + std::pair it; it.first=1105.46; it.second= 6.4; theLowEData.push_back(it); it.first=1133.28; it.second= 18.0; theLowEData.push_back(it); it.first=1165.12; it.second= 66.0; theLowEData.push_back(it); diff --git a/source/processes/hadronic/models/leading_particle/include/G4Mars5GeV.hh b/source/processes/hadronic/models/leading_particle/include/G4Mars5GeV.hh index 5a96d38d23..752ed5ddd9 100644 --- a/source/processes/hadronic/models/leading_particle/include/G4Mars5GeV.hh +++ b/source/processes/hadronic/models/leading_particle/include/G4Mars5GeV.hh @@ -22,7 +22,7 @@ // // // $Id: G4Mars5GeV.hh,v 1.2 2003/07/01 16:28:45 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/hadronic/models/leading_particle/src/G4Mars5GeV.cc b/source/processes/hadronic/models/leading_particle/src/G4Mars5GeV.cc index 26f87e3501..3ceb4962a0 100644 --- a/source/processes/hadronic/models/leading_particle/src/G4Mars5GeV.cc +++ b/source/processes/hadronic/models/leading_particle/src/G4Mars5GeV.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4Mars5GeV.cc,v 1.8 2003/11/03 17:53:49 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4Mars5GeV.cc,v 1.9 2004/03/14 14:14:05 hpw Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // ------------------------------------------------------------ @@ -57,11 +57,19 @@ #include "globals.hh" #include "G4Mars5GeV.hh" +#include G4Mars5GeV::G4Mars5GeV() : G4InelasticInteraction(), maxWeight(1000.0), minWeight(perMillion) { + std::cout << " MARS13(98)"< N/P(CASC)+ PI+/PI-(K+/K-) + PI0 "< #include "Randomize.hh" #include @@ -66,17 +66,17 @@ class G4V3DNucleus virtual void DoTranslation(const G4ThreeVector & theShift) = 0; virtual const G4VNuclearDensity * GetNuclearDensity() const = 0; public: - G4Pair ChooseImpactXandY(G4double maxImpact); - G4Pair RefetchImpactXandY(){return theImpactParameter;} + std::pair ChooseImpactXandY(G4double maxImpact); + std::pair RefetchImpactXandY(){return theImpactParameter;} private: - G4Pair theImpactParameter; + std::pair theImpactParameter; }; inline -G4Pair G4V3DNucleus:: +std::pair G4V3DNucleus:: ChooseImpactXandY(G4double maxImpact) { G4double x,y; diff --git a/source/processes/hadronic/models/management/include/G4VHighEnergyGenerator.hh b/source/processes/hadronic/models/management/include/G4VHighEnergyGenerator.hh index 53bf25bc16..851f034d21 100644 --- a/source/processes/hadronic/models/management/include/G4VHighEnergyGenerator.hh +++ b/source/processes/hadronic/models/management/include/G4VHighEnergyGenerator.hh @@ -22,7 +22,7 @@ // // // $Id: G4VHighEnergyGenerator.hh,v 1.2 2003/10/07 12:37:00 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4VHighEnergyGenerator_h #define G4VHighEnergyGenerator_h 1 diff --git a/source/processes/hadronic/models/management/include/G4VIntraNuclearTransportModel.hh b/source/processes/hadronic/models/management/include/G4VIntraNuclearTransportModel.hh index 448d2cb9f9..b8de1a4c3b 100644 --- a/source/processes/hadronic/models/management/include/G4VIntraNuclearTransportModel.hh +++ b/source/processes/hadronic/models/management/include/G4VIntraNuclearTransportModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4VIntraNuclearTransportModel.hh,v 1.1 2003/10/07 12:19:43 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // $Id: G4IntraNuclearTransportMode.hh,v 1.0 1998/06/30 // ----------------------------------------------------------------------------- diff --git a/source/processes/hadronic/models/management/include/G4VKineticNucleon.hh b/source/processes/hadronic/models/management/include/G4VKineticNucleon.hh index a6a60d5cc8..8a24c04311 100644 --- a/source/processes/hadronic/models/management/include/G4VKineticNucleon.hh +++ b/source/processes/hadronic/models/management/include/G4VKineticNucleon.hh @@ -22,7 +22,7 @@ // // // $Id: G4VKineticNucleon.hh,v 1.2 2003/10/07 12:37:00 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4VKineticNucleon_h #define G4VKineticNucleon_h 1 diff --git a/source/processes/hadronic/models/management/include/G4VNuclearDensity.hh b/source/processes/hadronic/models/management/include/G4VNuclearDensity.hh index 69d19301bd..9467429543 100644 --- a/source/processes/hadronic/models/management/include/G4VNuclearDensity.hh +++ b/source/processes/hadronic/models/management/include/G4VNuclearDensity.hh @@ -22,7 +22,7 @@ // // // $Id: G4VNuclearDensity.hh,v 1.2 2003/10/07 12:37:00 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4VNuclearDensity_h #define G4VNuclearDensity_h 1 diff --git a/source/processes/hadronic/models/management/include/G4VPreCompoundModel.hh b/source/processes/hadronic/models/management/include/G4VPreCompoundModel.hh index b860da684c..797fe944a8 100644 --- a/source/processes/hadronic/models/management/include/G4VPreCompoundModel.hh +++ b/source/processes/hadronic/models/management/include/G4VPreCompoundModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4VPreCompoundModel.hh,v 1.2 2003/10/07 12:37:00 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4VPreCompoundModel_h diff --git a/source/processes/hadronic/models/management/src/G4V3DNucleus.cc b/source/processes/hadronic/models/management/src/G4V3DNucleus.cc index 5409188394..7b5c90c436 100644 --- a/source/processes/hadronic/models/management/src/G4V3DNucleus.cc +++ b/source/processes/hadronic/models/management/src/G4V3DNucleus.cc @@ -22,7 +22,7 @@ // // // $Id: G4V3DNucleus.cc,v 1.3 2003/11/03 17:54:18 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4V3DNucleus.hh" #include "G4HadronicException.hh" diff --git a/source/processes/hadronic/models/management/src/G4VHighEnergyGenerator.cc b/source/processes/hadronic/models/management/src/G4VHighEnergyGenerator.cc index 6ad5e5da42..c43354a0ed 100644 --- a/source/processes/hadronic/models/management/src/G4VHighEnergyGenerator.cc +++ b/source/processes/hadronic/models/management/src/G4VHighEnergyGenerator.cc @@ -22,7 +22,7 @@ // // // $Id: G4VHighEnergyGenerator.cc,v 1.3 2003/11/03 17:54:18 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4VHighEnergyGenerator #include "G4VHighEnergyGenerator.hh" diff --git a/source/processes/hadronic/models/management/src/G4VIntraNuclearTransportModel.cc b/source/processes/hadronic/models/management/src/G4VIntraNuclearTransportModel.cc index f14fcba857..19c6f45f51 100644 --- a/source/processes/hadronic/models/management/src/G4VIntraNuclearTransportModel.cc +++ b/source/processes/hadronic/models/management/src/G4VIntraNuclearTransportModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4VIntraNuclearTransportModel.cc,v 1.2 2003/12/09 09:04:23 jwellisc Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // $Id: G4VIntraNuclearTransportModel.cc,v 1.0 1998/06/30 // ----------------------------------------------------------------------------- diff --git a/source/processes/hadronic/models/management/src/G4VKineticNucleon.cc b/source/processes/hadronic/models/management/src/G4VKineticNucleon.cc index 6746849585..8e3c477744 100644 --- a/source/processes/hadronic/models/management/src/G4VKineticNucleon.cc +++ b/source/processes/hadronic/models/management/src/G4VKineticNucleon.cc @@ -22,7 +22,7 @@ // // // $Id: G4VKineticNucleon.cc,v 1.1 2003/10/07 12:38:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4VKineticNucleon.hh" diff --git a/source/processes/hadronic/models/management/src/G4VNuclearDensity.cc b/source/processes/hadronic/models/management/src/G4VNuclearDensity.cc index 6abb0aacb7..0a5b74fcfa 100644 --- a/source/processes/hadronic/models/management/src/G4VNuclearDensity.cc +++ b/source/processes/hadronic/models/management/src/G4VNuclearDensity.cc @@ -22,7 +22,7 @@ // // // $Id: G4VNuclearDensity.cc,v 1.1 2003/10/07 12:38:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4VNuclearDensity.hh" diff --git a/source/processes/hadronic/models/management/src/G4VPreCompoundModel.cc b/source/processes/hadronic/models/management/src/G4VPreCompoundModel.cc index 79b55498db..952d8a5998 100644 --- a/source/processes/hadronic/models/management/src/G4VPreCompoundModel.cc +++ b/source/processes/hadronic/models/management/src/G4VPreCompoundModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4VPreCompoundModel.cc,v 1.3 2003/11/03 17:54:18 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4VPreCompoundModel.hh" diff --git a/source/processes/hadronic/models/neutron_hp/include/G4InterpolationIterator.hh b/source/processes/hadronic/models/neutron_hp/include/G4InterpolationIterator.hh index 459fa7bab9..d38b4434ae 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4InterpolationIterator.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4InterpolationIterator.hh @@ -22,7 +22,7 @@ // // // $Id: G4InterpolationIterator.hh,v 1.7 2003/11/03 17:54:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4InterpolationIterator_h #define G4InterpolationIterator_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4InterpolationManager.hh b/source/processes/hadronic/models/neutron_hp/include/G4InterpolationManager.hh index 1542313818..01d220c686 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4InterpolationManager.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4InterpolationManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4InterpolationManager.hh,v 1.10 2003/11/03 17:54:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4InterpolationManager_h #define G4InterpolationManager_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4InterpolationScheme.hh b/source/processes/hadronic/models/neutron_hp/include/G4InterpolationScheme.hh index 7978f76d4a..b4617e1d93 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4InterpolationScheme.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4InterpolationScheme.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4InterpolationScheme.hh,v 1.5 2002/12/12 19:18:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4InterpolationScheme.hh,v 1.6 2004/01/23 16:58:59 hpw Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #ifndef G4InterpolationScheme_h #define G4InterpolationScheme_h 1 @@ -36,7 +36,7 @@ enum G4InterpolationScheme { START, HISTO, LINLIN, LINLOG, LOGLIN, LOGLOG, RANDOM, - CSTART, CHISTO, CLINLIN, CLINLOG, CLOGLIN, CLOGLOG, CRANDOM, + CSTART_,CHISTO, CLINLIN, CLINLOG, CLOGLIN, CLOGLOG, CRANDOM, USTART, UHISTO, ULINLIN, ULINLOG, ULOGLIN, ULOGLOG, URANDOM }; diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2AInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2AInelasticFS.hh index dbf5f831bd..5214ef92e4 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2AInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2AInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHP2AInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHP2AInelasticFS_h #define G4NeutronHP2AInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2N2AInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2N2AInelasticFS.hh index 703a2162b1..8f54dec24d 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2N2AInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2N2AInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHP2N2AInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHP2N2AInelasticFS_h #define G4NeutronHP2N2AInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NAInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NAInelasticFS.hh index 90774f9b24..c2be955a93 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NAInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NAInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHP2NAInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHP2NAInelasticFS_h #define G4NeutronHP2NAInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NDInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NDInelasticFS.hh index 325e1ebe8e..2b0661d7cd 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NDInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NDInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHP2NDInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHP2NDInelasticFS_h #define G4NeutronHP2NDInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NInelasticFS.hh index ee826ea707..179bc2b2c6 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHP2NInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHP2NInelasticFS_h #define G4NeutronHP2NInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NPInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NPInelasticFS.hh index a582aa9762..15df6579ec 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NPInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2NPInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHP2NPInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHP2NPInelasticFS_h #define G4NeutronHP2NPInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2PInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2PInelasticFS.hh index 177f9a78a3..1ab7a7d85a 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2PInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP2PInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHP2PInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHP2PInelasticFS_h #define G4NeutronHP2PInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3AInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3AInelasticFS.hh index c5e772325d..2662e9aaa1 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3AInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3AInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHP3AInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHP3AInelasticFS_h #define G4NeutronHP3AInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3NAInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3NAInelasticFS.hh index c8a0de8252..397f139d74 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3NAInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3NAInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHP3NAInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHP3NAInelasticFS_h #define G4NeutronHP3NAInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3NInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3NInelasticFS.hh index bca0aaefde..9c4abefbc8 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3NInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3NInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHP3NInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHP3NInelasticFS_h #define G4NeutronHP3NInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3NPInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3NPInelasticFS.hh index 2fbdc62d3e..1660ed3f5a 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3NPInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP3NPInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHP3NPInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHP3NPInelasticFS_h #define G4NeutronHP3NPInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP4NInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP4NInelasticFS.hh index 8d5ee274e1..5348a34cf0 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP4NInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHP4NInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHP4NInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHP4NInelasticFS_h #define G4NeutronHP4NInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPAInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPAInelasticFS.hh index 1f5560ef19..c52699e570 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPAInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPAInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPAInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPAInelasticFS_h #define G4NeutronHPAInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPAngular.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPAngular.hh index 65fe6d5a9b..7c54d8c286 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPAngular.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPAngular.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPAngular.hh,v 1.8 2003/06/16 17:10:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPAngular_h #define G4NeutronHPAngular_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPAngularP.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPAngularP.hh index 54f500eb21..12a4c7b132 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPAngularP.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPAngularP.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPAngularP.hh,v 1.8 2003/06/16 17:10:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPAngularP_h #define G4NeutronHPAngularP_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPArbitaryTab.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPArbitaryTab.hh index 9ace61e227..5fc562c773 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPArbitaryTab.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPArbitaryTab.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPArbitaryTab.hh,v 1.9 2003/06/16 17:10:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPArbitaryTab_h #define G4NeutronHPArbitaryTab_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCapture.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCapture.hh index 17ee3b1d60..e291b013ba 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCapture.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCapture.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPCapture.hh,v 1.8 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Very Low Energy Neutron X-Sections // original by H.P. Wellisch, TRIUMF, 14-Feb-97 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCaptureData.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCaptureData.hh index d36c227141..bc95320dd4 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCaptureData.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCaptureData.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPCaptureData.hh,v 1.7 2002/12/12 19:18:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPCaptureData_h #define G4NeutronHPCaptureData_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCaptureFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCaptureFS.hh index 01b554bc01..a83b66f10d 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCaptureFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPCaptureFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPCaptureFS.hh,v 1.9 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPCaptureFS_h #define G4NeutronHPCaptureFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPChannel.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPChannel.hh index c5936340a5..b301fb2bb7 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPChannel.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPChannel.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPChannel.hh,v 1.10 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Very Low Energy Neutron X-Sections // original by H.P. Wellisch, TRIUMF, 14-Feb-97 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPChannelList.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPChannelList.hh index 41388071e7..ee5783c650 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPChannelList.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPChannelList.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPChannelList.hh,v 1.8 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Very Low Energy Neutron X-Sections // original by H.P. Wellisch, TRIUMF, 14-Feb-97 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPContAngularPar.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPContAngularPar.hh index 7f1d3a9b2f..ba77b84ec5 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPContAngularPar.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPContAngularPar.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPContAngularPar.hh,v 1.9 2003/11/03 17:54:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPContAngularPar_h #define G4NeutronHPContAngularPar_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPContEnergyAngular.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPContEnergyAngular.hh index 1ac2b3fcd7..27d96e21d7 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPContEnergyAngular.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPContEnergyAngular.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPContEnergyAngular.hh,v 1.8 2003/06/16 17:10:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPContEnergyAngular_h #define G4NeutronHPContEnergyAngular_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPD2AInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPD2AInelasticFS.hh index a2646f9bf9..75f07e1b34 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPD2AInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPD2AInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPD2AInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPD2AInelasticFS_h #define G4NeutronHPD2AInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDAInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDAInelasticFS.hh index 83d81a50f9..700f50e219 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDAInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDAInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPDAInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPDAInelasticFS_h #define G4NeutronHPDAInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDInelasticFS.hh index 99d29e9eca..ab912b0522 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPDInelasticFS.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPDInelasticFS_h #define G4NeutronHPDInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPData.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPData.hh index 69b1351b88..984c8fb64f 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPData.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPData.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPData.hh,v 1.6 2002/12/12 19:18:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Hadronic Process: Very Low Energy Neutron X-Sections // original by H.P. Wellisch, TRIUMF, 14-Feb-97 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDataPoint.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDataPoint.hh index d87902b23e..46de97b700 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDataPoint.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDataPoint.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPDataPoint.hh,v 1.6 2002/12/12 19:18:11 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPDataPoint_h #define G4NeutronHPDataPoint_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDeExGammas.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDeExGammas.hh index aecb345e53..52f86da721 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDeExGammas.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDeExGammas.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPDeExGammas.hh,v 1.9 2003/06/16 17:10:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPDeExGammas_h #define G4NeutronHPDeExGammas_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDiscreteTwoBody.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDiscreteTwoBody.hh index 2e5f507e9e..c39b7f8685 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDiscreteTwoBody.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPDiscreteTwoBody.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPDiscreteTwoBody.hh,v 1.8 2003/06/16 17:10:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPDiscreteTwoBody_h #define G4NeutronHPDiscreteTwoBody_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElastic.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElastic.hh index 323f2c8744..8202d3468d 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElastic.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPElastic.hh,v 1.7 2003/07/01 15:58:35 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: High Precision low E neutron tracking // original by H.P. Wellisch, TRIUMF, 14-Feb-97 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElasticData.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElasticData.hh index 200b1c4efa..c76425e70b 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElasticData.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElasticData.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPElasticData.hh,v 1.7 2002/12/12 19:18:11 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPElasticData_h #define G4NeutronHPElasticData_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElasticFS.hh index 328a6688ce..a193143143 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPElasticFS.hh,v 1.7 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPElasticFS_h #define G4NeutronHPElasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElementData.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElementData.hh index 41d2af0935..28e1f63731 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElementData.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPElementData.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPElementData.hh,v 1.7 2003/06/03 09:31:45 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Hadronic Process: Very Low Energy Neutron X-Sections // original by H.P. Wellisch, TRIUMF, 14-Feb-97 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPEnAngCorrelation.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPEnAngCorrelation.hh index 5a1900ec95..d852f6f0b7 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPEnAngCorrelation.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPEnAngCorrelation.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPEnAngCorrelation.hh,v 1.8 2003/06/16 17:10:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPEnAngCorrelation_h #define G4NeutronHPEnAngCorrelation_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPEnergyDistribution.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPEnergyDistribution.hh index 714298f738..cb38db9215 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPEnergyDistribution.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPEnergyDistribution.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPEnergyDistribution.hh,v 1.8 2003/06/16 17:10:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPEnergyDistribution_h #define G4NeutronHPEnergyDistribution_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPEvapSpectrum.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPEvapSpectrum.hh index bd6b4f8948..09ece49458 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPEvapSpectrum.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPEvapSpectrum.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPEvapSpectrum.hh,v 1.8 2003/06/16 17:10:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPEvapSpectrum_h #define G4NeutronHPEvapSpectrum_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFCFissionFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFCFissionFS.hh index 3f859b908e..2d50bd04f3 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFCFissionFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFCFissionFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPFCFissionFS.hh,v 1.8 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPFCFissionFS_h #define G4NeutronHPFCFissionFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFSFissionFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFSFissionFS.hh index c0ee0d90ae..63bea2e6a3 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFSFissionFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFSFissionFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPFSFissionFS.hh,v 1.8 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPFSFissionFS_h #define G4NeutronHPFSFissionFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFastLegendre.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFastLegendre.hh index ed38157d1a..8be8168bec 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFastLegendre.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFastLegendre.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPFastLegendre.hh,v 1.9 2002/12/12 19:18:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPFastLegendre_h #define G4NeutronHPFastLegendre_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPField.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPField.hh index 7d6aaabe24..452e436a2d 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPField.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPField.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPField.hh,v 1.6 2002/12/12 19:18:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPField_h #define G4NeutronHPField_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFieldPoint.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFieldPoint.hh index fee12ecff4..a7d1ab6d7b 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFieldPoint.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFieldPoint.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPFieldPoint.hh,v 1.6 2002/12/12 19:18:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPFieldPoint_h #define G4NeutronHPFieldPoint_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFinalState.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFinalState.hh index ee6911bdd8..4a687e045e 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFinalState.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFinalState.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPFinalState.hh,v 1.10 2003/11/03 17:54:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPFinalState_h #define G4NeutronHPFinalState_h diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFission.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFission.hh index 6e58d2d2ec..fb498731b6 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFission.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFission.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPFission.hh,v 1.7 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: High Precision low E neutron tracking // original by H.P. Wellisch, TRIUMF, 14-Feb-97 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionBaseFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionBaseFS.hh index b5966c6dc6..f75ccbe51d 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionBaseFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionBaseFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPFissionBaseFS.hh,v 1.10 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPFissionBaseFS_h #define G4NeutronHPFissionBaseFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionData.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionData.hh index e3c7f5980d..d575b2aab4 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionData.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionData.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPFissionData.hh,v 1.7 2002/12/12 19:18:13 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPFissionData_h #define G4NeutronHPFissionData_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionERelease.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionERelease.hh index d6bc7a411b..eea965b22f 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionERelease.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionERelease.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPFissionERelease.hh,v 1.8 2003/06/16 17:10:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPFissionERelease_h #define G4NeutronHPFissionERelease_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionFS.hh index 23f02f78f6..b2c8dd9a1f 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPFissionFS.hh,v 1.7 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPFissionFS_h #define G4NeutronHPFissionFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionSpectrum.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionSpectrum.hh index 5f518e96b0..061d4c4a5c 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionSpectrum.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPFissionSpectrum.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPFissionSpectrum.hh,v 1.8 2003/06/16 17:10:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPFissionSpectrum_h #define G4NeutronHPFissionSpectrum_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPGamma.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPGamma.hh index cbd726d22c..e96efb4d19 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPGamma.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPGamma.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPGamma.hh,v 1.10 2003/06/16 17:10:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPGamma_h #define G4NeutronHPGamma_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPHe3InelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPHe3InelasticFS.hh index 42ef91994c..e1ccb4df41 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPHe3InelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPHe3InelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPHe3InelasticFS.hh,v 1.7 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPHe3InelasticFS_h #define G4NeutronHPHe3InelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelastic.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelastic.hh index 85b11b0667..08c7913ec6 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelastic.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelastic.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPInelastic.hh,v 1.7 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: High Precision low E neutron tracking // original by H.P. Wellisch, TRIUMF, 14-Feb-97 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticBaseFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticBaseFS.hh index c097b25bc2..261c482884 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticBaseFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticBaseFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPInelasticBaseFS.hh,v 1.9 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPInelasticBaseFS_h #define G4NeutronHPInelasticBaseFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticCompFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticCompFS.hh index 20bdb6c33c..e35db1a625 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticCompFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticCompFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPInelasticCompFS.hh,v 1.10 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPInelasticCompFS_h #define G4NeutronHPInelasticCompFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticData.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticData.hh index cfce9d6d86..414245a578 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticData.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInelasticData.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPInelasticData.hh,v 1.7 2002/12/12 19:18:13 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPInelasticData_h #define G4NeutronHPInelasticData_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInterpolator.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInterpolator.hh index 75258919a5..25a5ad9dc1 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInterpolator.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPInterpolator.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4NeutronHPInterpolator.hh,v 1.15 2003/11/03 17:54:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4NeutronHPInterpolator.hh,v 1.16 2004/01/23 16:58:59 hpw Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #ifndef G4NeutronHPInterpolator_h #define G4NeutronHPInterpolator_h 1 @@ -83,7 +83,7 @@ Interpolate(G4InterpolationScheme aScheme, { G4double result(0); G4int theScheme = aScheme; - theScheme = theScheme%CSTART; + theScheme = theScheme%CSTART_; switch(theScheme) { case 1: diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPIsoData.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPIsoData.hh index f00c9c61ff..e9b9de9754 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPIsoData.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPIsoData.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPIsoData.hh,v 1.12 2003/11/03 17:54:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPIsoData_h #define G4NeutronHPIsoData_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPIsotropic.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPIsotropic.hh index 269b754875..a787bedfb9 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPIsotropic.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPIsotropic.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPIsotropic.hh,v 1.8 2003/06/16 17:10:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPIsotropic_h #define G4NeutronHPIsotropic_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPKallbachMannSyst.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPKallbachMannSyst.hh index 366a633d84..74056684ff 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPKallbachMannSyst.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPKallbachMannSyst.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPKallbachMannSyst.hh,v 1.6 2002/12/12 19:18:14 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPKallbachMannSyst_h #define G4NeutronHPKallbachMannSyst_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLCFissionFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLCFissionFS.hh index d1e3d32847..08fdeb3ecb 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLCFissionFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLCFissionFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPLCFissionFS.hh,v 1.8 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPLCFissionFS_h #define G4NeutronHPLCFissionFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLabAngularEnergy.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLabAngularEnergy.hh index fb458b73f9..e226004421 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLabAngularEnergy.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLabAngularEnergy.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPLabAngularEnergy.hh,v 1.8 2003/06/16 17:10:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPLabAngularEnergy_h #define G4NeutronHPLabAngularEnergy_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLegendreStore.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLegendreStore.hh index a9fc3b16ae..85b71b500f 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLegendreStore.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLegendreStore.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPLegendreStore.hh,v 1.9 2003/11/03 17:54:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPLegendreStore_h #define G4NeutronHPLegendreStore_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLegendreTable.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLegendreTable.hh index e72dcc9e75..5e4f5b074f 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLegendreTable.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLegendreTable.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPLegendreTable.hh,v 1.9 2003/06/16 17:10:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPLegendreTable_h #define G4NeutronHPLegendreTable_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLevel.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLevel.hh index 3aa405e335..3ce8f0a9b6 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLevel.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPLevel.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPLevel.hh,v 1.8 2003/06/16 17:10:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPLevel_h #define G4NeutronHPLevel_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPMadlandNixSpectrum.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPMadlandNixSpectrum.hh index 48cd73be0e..85778012de 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPMadlandNixSpectrum.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPMadlandNixSpectrum.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPMadlandNixSpectrum.hh,v 1.8 2003/06/16 17:10:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPMadlandNixSpectrum_h #define G4NeutronHPMadlandNixSpectrum_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPN2AInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPN2AInelasticFS.hh index a8aafa981e..4253eaf9e7 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPN2AInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPN2AInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPN2AInelasticFS.hh,v 1.7 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPN2AInelasticFS_h #define G4NeutronHPN2AInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPN2PInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPN2PInelasticFS.hh index a9daaa2393..3042ff6995 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPN2PInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPN2PInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPN2PInelasticFS.hh,v 1.7 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPN2PInelasticFS_h #define G4NeutronHPN2PInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPN3AInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPN3AInelasticFS.hh index 0de377f3fb..17f8638998 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPN3AInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPN3AInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPN3AInelasticFS.hh,v 1.7 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPN3AInelasticFS_h #define G4NeutronHPN3AInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNAInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNAInelasticFS.hh index 7e139f1a4d..887e79f0c5 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNAInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNAInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNAInelasticFS.hh,v 1.7 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPNAInelasticFS_h #define G4NeutronHPNAInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNBodyPhaseSpace.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNBodyPhaseSpace.hh index e237d8c4dd..24edfd383a 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNBodyPhaseSpace.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNBodyPhaseSpace.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNBodyPhaseSpace.hh,v 1.9 2003/06/16 17:10:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPNBodyPhaseSpace_h #define G4NeutronHPNBodyPhaseSpace_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPND2AInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPND2AInelasticFS.hh index 8230efb2f8..44f2148b57 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPND2AInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPND2AInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPND2AInelasticFS.hh,v 1.7 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPND2AInelasticFS_h #define G4NeutronHPND2AInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNDInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNDInelasticFS.hh index ce92318866..715566945c 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNDInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNDInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNDInelasticFS.hh,v 1.7 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPNDInelasticFS_h #define G4NeutronHPNDInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNHe3InelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNHe3InelasticFS.hh index 3f8cffa1e4..689ccc149e 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNHe3InelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNHe3InelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNHe3InelasticFS.hh,v 1.7 2003/07/01 15:58:36 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPNHe3InelasticFS_h #define G4NeutronHPNHe3InelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNInelasticFS.hh index 871ce5eb6f..98655805e6 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNInelasticFS.hh,v 1.7 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPNInelasticFS_h #define G4NeutronHPNInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNPAInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNPAInelasticFS.hh index 63e1774575..6a61efdeed 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNPAInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNPAInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNPAInelasticFS.hh,v 1.7 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPNPAInelasticFS_h #define G4NeutronHPNPAInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNPInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNPInelasticFS.hh index 33ca170cb5..2522caab7b 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNPInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNPInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNPInelasticFS.hh,v 1.7 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPNPInelasticFS_h #define G4NeutronHPNPInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNT2AInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNT2AInelasticFS.hh index eafd0623e7..d73c76cad8 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNT2AInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNT2AInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNT2AInelasticFS.hh,v 1.7 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPNT2AInelasticFS_h #define G4NeutronHPNT2AInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNTInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNTInelasticFS.hh index ff1d2a467c..fad0e03fd2 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNTInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNTInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNTInelasticFS.hh,v 1.7 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPNTInelasticFS_h #define G4NeutronHPNTInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNXInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNXInelasticFS.hh index 1805d24bd7..bebc1b8ffa 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNXInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNXInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNXInelasticFS.hh,v 1.7 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPNXInelasticFS_h #define G4NeutronHPNXInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNames.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNames.hh index 5593db19f6..fa7924d938 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNames.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNames.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNames.hh,v 1.11 2003/06/16 17:10:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPNames_h #define G4NeutronHPNames_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNeutronYield.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNeutronYield.hh index c142002ffa..902928dfce 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNeutronYield.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPNeutronYield.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNeutronYield.hh,v 1.8 2003/06/16 17:10:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPNeutronYield_h #define G4NeutronHPNeutronYield_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPAInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPAInelasticFS.hh index a4a83863b7..dce22f54c1 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPAInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPAInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPPAInelasticFS.hh,v 1.7 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPPAInelasticFS_h #define G4NeutronHPPAInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPDInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPDInelasticFS.hh index 33ff759ad1..db74a1d6a4 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPDInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPDInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPPDInelasticFS.hh,v 1.7 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPPDInelasticFS_h #define G4NeutronHPPDInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPInelasticFS.hh index 1405f78688..c111a10e4e 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPPInelasticFS.hh,v 1.7 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPPInelasticFS_h #define G4NeutronHPPInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPTInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPTInelasticFS.hh index d19d6c17e6..bc9a7d2045 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPTInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPTInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPPTInelasticFS.hh,v 1.7 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPPTInelasticFS_h #define G4NeutronHPPTInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPartial.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPartial.hh index 4e500f6f76..4ae60e4644 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPartial.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPartial.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPPartial.hh,v 1.9 2003/06/16 17:10:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPPartial_h #define G4NeutronHPPartial_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPhotonDist.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPhotonDist.hh index 9832cdc4f3..44d4b04495 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPhotonDist.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPhotonDist.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPPhotonDist.hh,v 1.8 2003/06/16 17:11:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Hadronic Process: Very Low Energy Neutron X-Sections // original by H.P. Wellisch, TRIUMF, 14-Feb-97 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPhotonXSection.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPhotonXSection.hh index c78ede880f..9c4add1dc1 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPhotonXSection.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPhotonXSection.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPPhotonXSection.hh,v 1.8 2003/06/16 17:11:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPPhotonXSection_h #define G4NeutronHPPhotonXSection_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPolynomExpansion.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPolynomExpansion.hh index ea27254d9a..209c766d5b 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPolynomExpansion.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPPolynomExpansion.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPPolynomExpansion.hh,v 1.8 2003/06/16 17:11:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPPolynomExpansion_h #define G4NeutronHPPolynomExpansion_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPProduct.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPProduct.hh index df471f39f8..49ad67faa7 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPProduct.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPProduct.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPProduct.hh,v 1.9 2003/11/03 17:54:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPProduct_h #define G4NeutronHPProduct_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPSCFissionFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPSCFissionFS.hh index d298bdbfee..6543a96b08 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPSCFissionFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPSCFissionFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPSCFissionFS.hh,v 1.8 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPSCFissionFS_h #define G4NeutronHPSCFissionFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPSimpleEvapSpectrum.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPSimpleEvapSpectrum.hh index ca32504cbc..56c348366a 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPSimpleEvapSpectrum.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPSimpleEvapSpectrum.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPSimpleEvapSpectrum.hh,v 1.8 2003/06/16 17:11:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPSimpleEvapSpectrum_h #define G4NeutronHPSimpleEvapSpectrum_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPT2AInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPT2AInelasticFS.hh index 9823db775e..474aced9bd 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPT2AInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPT2AInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPT2AInelasticFS.hh,v 1.7 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPT2AInelasticFS_h #define G4NeutronHPT2AInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPTCFissionFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPTCFissionFS.hh index e6635a8880..e4875badcc 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPTCFissionFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPTCFissionFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPTCFissionFS.hh,v 1.8 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPTCFissionFS_h #define G4NeutronHPTCFissionFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPTInelasticFS.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPTInelasticFS.hh index df5c9ba38e..6ec2096f50 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPTInelasticFS.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPTInelasticFS.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPTInelasticFS.hh,v 1.7 2003/07/01 15:58:37 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4NeutronHPTInelasticFS_h #define G4NeutronHPTInelasticFS_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPThermalBoost.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPThermalBoost.hh index d2727da97a..3c7d63e271 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPThermalBoost.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPThermalBoost.hh @@ -58,8 +58,7 @@ public: G4Nucleus aNuc; G4double eps = 0.0001; G4double eleMass; - eleMass = ( G4NucleiPropertiesTable::GetAtomicMass(static_cast(theZ+eps), static_cast(theA+eps))- - theZ*G4Electron::ElectronDefinition()->GetPDGMass() + eleMass = ( G4NucleiPropertiesTable::GetNuclearMass(static_cast(theZ+eps), static_cast(theA+eps)) ) / G4Neutron::Neutron()->GetPDGMass(); G4ReactionProduct aThermalNuc = aNuc.GetBiasedThermalNucleus(eleMass, neuVelo, aT); diff --git a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPWattSpectrum.hh b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPWattSpectrum.hh index c09e5477ef..638e77bd0a 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPWattSpectrum.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4NeutronHPWattSpectrum.hh @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPWattSpectrum.hh,v 1.8 2003/06/16 17:11:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4NeutronHPWattSpectrum_h #define G4NeutronHPWattSpectrum_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4VNeutronHPEDis.hh b/source/processes/hadronic/models/neutron_hp/include/G4VNeutronHPEDis.hh index d5e3073cea..b811ab4fdc 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4VNeutronHPEDis.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4VNeutronHPEDis.hh @@ -22,7 +22,7 @@ // // // $Id: G4VNeutronHPEDis.hh,v 1.8 2003/06/16 17:11:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4VNeutronHPEDis_h #define G4VNeutronHPEDis_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/include/G4VNeutronHPEnergyAngular.hh b/source/processes/hadronic/models/neutron_hp/include/G4VNeutronHPEnergyAngular.hh index ef0a34c2d7..507dc52d30 100644 --- a/source/processes/hadronic/models/neutron_hp/include/G4VNeutronHPEnergyAngular.hh +++ b/source/processes/hadronic/models/neutron_hp/include/G4VNeutronHPEnergyAngular.hh @@ -22,7 +22,7 @@ // // // $Id: G4VNeutronHPEnergyAngular.hh,v 1.8 2003/06/16 17:11:08 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4VNeutronHPEnergyAngular_h #define G4VNeutronHPEnergyAngular_h 1 diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureData.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureData.cc index d8d3fe28de..7ad389840f 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureData.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureData.cc @@ -99,8 +99,7 @@ GetCrossSection(const G4DynamicParticle* aP, const G4Element*anE, G4double aT) G4double theA = anE->GetN(); G4double theZ = anE->GetZ(); G4double eleMass; - eleMass = ( G4NucleiPropertiesTable::GetAtomicMass(static_cast(theZ+eps), static_cast(theA+eps))- - theZ*G4Electron::ElectronDefinition()->GetPDGMass() + eleMass = ( G4NucleiPropertiesTable::GetNuclearMass(static_cast(theZ+eps), static_cast(theA+eps)) ) / G4Neutron::Neutron()->GetPDGMass(); G4ReactionProduct boosted; diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureFS.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureFS.cc index 34409b9004..d1e1fc2ee5 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureFS.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPCaptureFS.cc @@ -49,8 +49,7 @@ G4Nucleus aNucleus; G4double eps = 0.0001; if(targetMass<500*MeV) - targetMass = ( G4NucleiPropertiesTable::GetAtomicMass(static_cast(theBaseZ+eps), static_cast(theBaseA+eps))- - theBaseZ* G4Electron::Electron()->GetPDGMass() ) / + targetMass = ( G4NucleiPropertiesTable::GetNuclearMass(static_cast(theBaseZ+eps), static_cast(theBaseA+eps))) / G4Neutron::Neutron()->GetPDGMass(); G4ThreeVector neutronVelocity = 1./G4Neutron::Neutron()->GetPDGMass()*theNeutron.GetMomentum(); G4double temperature = theTrack.GetMaterial()->GetTemperature(); diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElasticData.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElasticData.cc index f858fb16e7..aefdfb6769 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElasticData.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPElasticData.cc @@ -96,8 +96,7 @@ GetCrossSection(const G4DynamicParticle* aP, const G4Element*anE, G4double aT) G4double theA = anE->GetN(); G4double theZ = anE->GetZ(); G4double eleMass; - eleMass = ( G4NucleiPropertiesTable::GetAtomicMass(static_cast(theZ+eps), static_cast(theA+eps))- - theZ*G4Electron::ElectronDefinition()->GetPDGMass() + eleMass = ( G4NucleiPropertiesTable::GetNuclearMass(static_cast(theZ+eps), static_cast(theA+eps)) ) / G4Neutron::Neutron()->GetPDGMass(); G4ReactionProduct boosted; diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFissionData.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFissionData.cc index aae07fd378..766d80d73f 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFissionData.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPFissionData.cc @@ -95,8 +95,7 @@ GetCrossSection(const G4DynamicParticle* aP, const G4Element*anE, G4double aT) G4double theA = anE->GetN(); G4double theZ = anE->GetZ(); G4double eleMass; - eleMass = ( G4NucleiPropertiesTable::GetAtomicMass(static_cast(theZ+eps), static_cast(theA+eps))- - theZ*G4Electron::ElectronDefinition()->GetPDGMass() + eleMass = ( G4NucleiPropertiesTable::GetNuclearMass(static_cast(theZ+eps), static_cast(theA+eps)) ) / G4Neutron::Neutron()->GetPDGMass(); G4ReactionProduct boosted; diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelastic.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelastic.cc index 44b6143b90..38694f9d5d 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelastic.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelastic.cc @@ -30,7 +30,7 @@ // and all its terms. // // $Id: G4NeutronHPInelastic.cc,v 1.18 2003/11/20 13:02:28 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4NeutronHPInelastic.hh" diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticBaseFS.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticBaseFS.cc index fffcc3f28e..cd8271e682 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticBaseFS.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticBaseFS.cc @@ -159,8 +159,7 @@ void G4NeutronHPInelasticBaseFS::BaseApply(const G4HadProjectile & theTrack, // prepare target G4double targetMass; G4double eps = 0.0001; - targetMass = ( G4NucleiPropertiesTable::GetAtomicMass(static_cast(theBaseZ+eps), static_cast(theBaseA+eps))- - theBaseZ*G4Electron::ElectronDefinition()->GetPDGMass() ) / + targetMass = ( G4NucleiPropertiesTable::GetNuclearMass(static_cast(theBaseZ+eps), static_cast(theBaseA+eps))) / G4Neutron::Neutron()->GetPDGMass(); if(theEnergyAngData!=NULL) targetMass = theEnergyAngData->GetTargetMass(); @@ -245,8 +244,7 @@ void G4NeutronHPInelasticBaseFS::BaseApply(const G4HadProjectile & theTrack, } } G4ReactionProduct * aHadron; - G4double localMass = ( G4NucleiPropertiesTable::GetAtomicMass(static_cast(theBaseZ+eps), static_cast(theBaseA+eps))- - theBaseZ*G4Electron::ElectronDefinition()->GetPDGMass() ); + G4double localMass = ( G4NucleiPropertiesTable::GetNuclearMass(static_cast(theBaseZ+eps), static_cast(theBaseA+eps))); G4ThreeVector bufferedDirection(0,0,0); for(i0=0; i0GetPDGMass(); G4int z1 = static_cast(theBaseZ+eps-theDefs[0]->GetPDGCharge()-theDefs[1]->GetPDGCharge()); G4int a1 = static_cast(theBaseA+eps)-theDefs[0]->GetBaryonNumber()-theDefs[1]->GetBaryonNumber(); - G4double concreteMass = G4NucleiPropertiesTable::GetAtomicMass(z1, a1)-z1*G4Electron::ElectronDefinition()->GetPDGMass(); + G4double concreteMass = G4NucleiPropertiesTable::GetNuclearMass(z1, a1); G4double availableEnergy = eKinetic+mn+localMass-m1-m2-concreteMass; // available kinetic energy in CMS (non relativistic) G4double emin = availableEnergy+m1+m2 - sqrt((m1+m2)*(m1+m2)+orgMomentum*orgMomentum); diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticData.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticData.cc index 890cae9f78..880c292c57 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticData.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPInelasticData.cc @@ -93,8 +93,7 @@ GetCrossSection(const G4DynamicParticle* aP, const G4Element*anE, G4double aT) G4double theA = anE->GetN(); G4double theZ = anE->GetZ(); G4double eleMass; - eleMass = ( G4NucleiPropertiesTable::GetAtomicMass(static_cast(theZ+eps), static_cast(theA+eps))- - theZ*G4Electron::ElectronDefinition()->GetPDGMass() + eleMass = ( G4NucleiPropertiesTable::GetNuclearMass(static_cast(theZ+eps), static_cast(theA+eps)) ) / G4Neutron::Neutron()->GetPDGMass(); G4ReactionProduct boosted; diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPNBodyPhaseSpace.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPNBodyPhaseSpace.cc index 88c5bf029e..6f2300fab6 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPNBodyPhaseSpace.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPNBodyPhaseSpace.cc @@ -22,7 +22,7 @@ // // // $Id: G4NeutronHPNBodyPhaseSpace.cc,v 1.10 2003/11/03 17:54:38 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4NeutronHPNBodyPhaseSpace.hh" #include "G4Gamma.hh" diff --git a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPVector.cc b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPVector.cc index 3d8abf3f52..62076845ad 100644 --- a/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPVector.cc +++ b/source/processes/hadronic/models/neutron_hp/src/G4NeutronHPVector.cc @@ -79,6 +79,7 @@ maxValue = -DBL_MAX; the15percentBorderCash = -DBL_MAX; the50percentBorderCash = -DBL_MAX; + label = -DBL_MAX; } diff --git a/source/processes/hadronic/models/parton_string/diffraction/include/G4DiffractiveSplitableHadron.hh b/source/processes/hadronic/models/parton_string/diffraction/include/G4DiffractiveSplitableHadron.hh index 6d195baa57..a495733031 100644 --- a/source/processes/hadronic/models/parton_string/diffraction/include/G4DiffractiveSplitableHadron.hh +++ b/source/processes/hadronic/models/parton_string/diffraction/include/G4DiffractiveSplitableHadron.hh @@ -22,7 +22,7 @@ // // // $Id: G4DiffractiveSplitableHadron.hh,v 1.2 2003/10/08 13:48:47 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4DiffractiveSplitableHadron_h diff --git a/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFModel.hh b/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFModel.hh index d3cd828a3c..38bf4af037 100644 --- a/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFModel.hh +++ b/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4FTFModel.hh,v 1.2 2003/10/08 13:48:47 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Class Description // Final state production code for hadron inelastic scattering above 20 GeV diff --git a/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFParticipants.hh b/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFParticipants.hh index 5d059385ca..d63582ffd9 100644 --- a/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFParticipants.hh +++ b/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFParticipants.hh @@ -22,7 +22,7 @@ // // // $Id: G4FTFParticipants.hh,v 1.2 2003/10/08 13:48:47 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4FTFParticipants_h diff --git a/source/processes/hadronic/models/parton_string/diffraction/src/G4DiffractiveSplitableHadron.cc b/source/processes/hadronic/models/parton_string/diffraction/src/G4DiffractiveSplitableHadron.cc index 3e7c4616cf..9b3c7cd88f 100644 --- a/source/processes/hadronic/models/parton_string/diffraction/src/G4DiffractiveSplitableHadron.cc +++ b/source/processes/hadronic/models/parton_string/diffraction/src/G4DiffractiveSplitableHadron.cc @@ -22,7 +22,7 @@ // // // $Id: G4DiffractiveSplitableHadron.cc,v 1.3 2003/11/03 17:54:53 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------ diff --git a/source/processes/hadronic/models/parton_string/diffraction/src/G4FTFModel.cc b/source/processes/hadronic/models/parton_string/diffraction/src/G4FTFModel.cc index a2da9eddb3..85600b676f 100644 --- a/source/processes/hadronic/models/parton_string/diffraction/src/G4FTFModel.cc +++ b/source/processes/hadronic/models/parton_string/diffraction/src/G4FTFModel.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4FTFModel.cc,v 1.3 2003/11/03 17:54:53 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4FTFModel.cc,v 1.4 2003/12/11 10:50:49 gunter Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------ @@ -164,6 +164,25 @@ G4bool G4FTFModel::ExciteParticipants() G4VSplitableHadron * target=collision.GetTarget(); if ( ! theExcitation->ExciteParticipants(projectile, target) ) { +// give up, clean up + std::vector primaries; + std::vector targets; + theParticipants.StartLoop(); // restart a loop + while ( theParticipants.Next() ) + { + const G4InteractionContent & interaction=theParticipants.GetInteraction(); + // do not allow for duplicates ... + if ( primaries.end() == std::find(primaries.begin(), primaries.end(), interaction.GetProjectile()) ) + primaries.push_back(interaction.GetProjectile()); + + if ( targets.end() == std::find(targets.begin(), targets.end(),interaction.GetTarget()) ) + targets.push_back(interaction.GetTarget()); + } + std::for_each(primaries.begin(), primaries.end(), DeleteVSplitableHadron()); + primaries.clear(); + std::for_each(targets.begin(), targets.end(), DeleteVSplitableHadron()); + targets.clear(); + return false; } diff --git a/source/processes/hadronic/models/parton_string/diffraction/src/G4FTFParticipants.cc b/source/processes/hadronic/models/parton_string/diffraction/src/G4FTFParticipants.cc index 99f17629e3..607e9092bb 100644 --- a/source/processes/hadronic/models/parton_string/diffraction/src/G4FTFParticipants.cc +++ b/source/processes/hadronic/models/parton_string/diffraction/src/G4FTFParticipants.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4FTFParticipants.cc,v 1.2 2003/10/08 13:48:47 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4FTFParticipants.cc,v 1.3 2003/12/11 11:54:31 hpw Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // ------------------------------------------------------------ // GEANT 4 class implementation file @@ -37,7 +37,7 @@ #include "G4VSplitableHadron.hh" #include "G4PomeronCrossSection.hh" #include "Randomize.hh" -#include "G4Pair.hh" +#include // Class G4FTFParticipants @@ -104,7 +104,7 @@ void G4FTFParticipants::BuildInteractions(const G4ReactionProduct &thePrimary) while ( theInteractions.size() == 0 ) { - G4Pair theImpactParameter; + std::pair theImpactParameter; theImpactParameter = theNucleus->ChooseImpactXandY(xyradius); G4double impactX = theImpactParameter.first; G4double impactY = theImpactParameter.second; diff --git a/source/processes/hadronic/models/parton_string/hadronization/include/G4ExcitedStringDecay.hh b/source/processes/hadronic/models/parton_string/hadronization/include/G4ExcitedStringDecay.hh index c0d3b0262f..41ea7fde37 100644 --- a/source/processes/hadronic/models/parton_string/hadronization/include/G4ExcitedStringDecay.hh +++ b/source/processes/hadronic/models/parton_string/hadronization/include/G4ExcitedStringDecay.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4ExcitedStringDecay.hh,v 1.1 2003/10/07 11:25:40 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ExcitedStringDecay.hh,v 1.2 2004/01/29 17:39:14 hpw Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #ifndef G4ExcitedStringDecay_h #define G4ExcitedStringDecay_h 1 @@ -80,6 +80,11 @@ FragmentStrings(const G4ExcitedStringVector * theStrings) for ( unsigned int astring=0; astring < theStrings->size(); astring++) { KTsum+= theStrings->operator[](astring)->Get4Momentum(); + if( !(KTsum.e()<1) && !(KTsum.e()>-1) ) + { + throw G4HadronicException(__FILE__, __LINE__, + "G4ExcitedStringDecay::FragmentStrings received nan string..."); + } G4KineticTrackVector * generatedKineticTracks = NULL; if ( theStrings->operator[](astring)->IsExcited() ) diff --git a/source/processes/hadronic/models/parton_string/hadronization/include/G4FragmentingString.hh b/source/processes/hadronic/models/parton_string/hadronization/include/G4FragmentingString.hh index 6d198442e8..e7e3f08e64 100644 --- a/source/processes/hadronic/models/parton_string/hadronization/include/G4FragmentingString.hh +++ b/source/processes/hadronic/models/parton_string/hadronization/include/G4FragmentingString.hh @@ -22,7 +22,7 @@ // // // $Id: G4FragmentingString.hh,v 1.1 2003/10/07 11:25:40 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifndef G4FragmentingString_h diff --git a/source/processes/hadronic/models/parton_string/hadronization/include/G4HadronBuilder.hh b/source/processes/hadronic/models/parton_string/hadronization/include/G4HadronBuilder.hh index 162a0ada15..c9a38616f3 100644 --- a/source/processes/hadronic/models/parton_string/hadronization/include/G4HadronBuilder.hh +++ b/source/processes/hadronic/models/parton_string/hadronization/include/G4HadronBuilder.hh @@ -22,7 +22,7 @@ // // // $Id: G4HadronBuilder.hh,v 1.1 2003/10/07 11:25:40 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ----------------------------------------------------------------------------- // GEANT 4 class header file diff --git a/source/processes/hadronic/models/parton_string/hadronization/include/G4LundStringFragmentation.hh b/source/processes/hadronic/models/parton_string/hadronization/include/G4LundStringFragmentation.hh index 87e25bf632..b237f1910f 100644 --- a/source/processes/hadronic/models/parton_string/hadronization/include/G4LundStringFragmentation.hh +++ b/source/processes/hadronic/models/parton_string/hadronization/include/G4LundStringFragmentation.hh @@ -22,7 +22,7 @@ // // // $Id: G4LundStringFragmentation.hh,v 1.1 2003/10/07 11:25:40 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ Maxim Komogorov +// GEANT4 tag $Name: geant4-06-00-patch-01 $ Maxim Komogorov // // ----------------------------------------------------------------------------- // GEANT 4 class implementation file diff --git a/source/processes/hadronic/models/parton_string/hadronization/include/G4QGSMFragmentation.hh b/source/processes/hadronic/models/parton_string/hadronization/include/G4QGSMFragmentation.hh index 6736c06f4b..c46ef69f11 100644 --- a/source/processes/hadronic/models/parton_string/hadronization/include/G4QGSMFragmentation.hh +++ b/source/processes/hadronic/models/parton_string/hadronization/include/G4QGSMFragmentation.hh @@ -22,7 +22,7 @@ // // // $Id: G4QGSMFragmentation.hh,v 1.1 2003/10/07 11:25:40 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ----------------------------------------------------------------------------- // GEANT 4 class implementation file diff --git a/source/processes/hadronic/models/parton_string/hadronization/include/G4VKinkyStringDecay.hh b/source/processes/hadronic/models/parton_string/hadronization/include/G4VKinkyStringDecay.hh index c79e20071b..3537ea98d8 100644 --- a/source/processes/hadronic/models/parton_string/hadronization/include/G4VKinkyStringDecay.hh +++ b/source/processes/hadronic/models/parton_string/hadronization/include/G4VKinkyStringDecay.hh @@ -22,7 +22,7 @@ // // // $Id: G4VKinkyStringDecay.hh,v 1.1 2003/10/07 11:25:40 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // Maxim Komogorov // // ----------------------------------------------------------------------------- diff --git a/source/processes/hadronic/models/parton_string/hadronization/include/G4VLongitudinalStringDecay.hh b/source/processes/hadronic/models/parton_string/hadronization/include/G4VLongitudinalStringDecay.hh index 773fafb6be..0b6627e9e5 100644 --- a/source/processes/hadronic/models/parton_string/hadronization/include/G4VLongitudinalStringDecay.hh +++ b/source/processes/hadronic/models/parton_string/hadronization/include/G4VLongitudinalStringDecay.hh @@ -22,7 +22,7 @@ // // // $Id: G4VLongitudinalStringDecay.hh,v 1.1 2003/10/07 11:25:40 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // Maxim Komogorov // // ----------------------------------------------------------------------------- diff --git a/source/processes/hadronic/models/parton_string/hadronization/src/G4ExcitedStringDecay.cc b/source/processes/hadronic/models/parton_string/hadronization/src/G4ExcitedStringDecay.cc index 1bad0817b8..c7f5acf8ce 100644 --- a/source/processes/hadronic/models/parton_string/hadronization/src/G4ExcitedStringDecay.cc +++ b/source/processes/hadronic/models/parton_string/hadronization/src/G4ExcitedStringDecay.cc @@ -22,6 +22,7 @@ // // Historic fragment from M.Komogorov; clean-up still necessary @@@ #include "G4ExcitedStringDecay.hh" +#include "G4KineticTrack.hh" G4ExcitedStringDecay::G4ExcitedStringDecay() { @@ -65,14 +66,27 @@ EnergyAndMomentumCorrector(G4KineticTrackVector* Output, G4LorentzVector& TotalC return TRUE; G4LorentzVector SumMom; G4double SumMass = 0; - G4double TotalCollisionMass = TotalCollisionMom.m(); + G4double TotalCollisionMass = TotalCollisionMom.m(); + if( !(SumMom<1) && !(SumMom>-1) ) + { + std::cout << "TotalCollisionMomentum = "<size(); cHadron++) - { + { SumMom += Output->operator[](cHadron)->Get4Momentum(); + if( !(SumMom<1) && !(SumMom>-1) ) + { + throw G4HadronicException(__FILE__, __LINE__, "G4ExcitedStringDecay generated nan momentum..."); + } SumMass += Output->operator[](cHadron)->GetDefinition()->GetPDGMass(); - } + if( !(SumMom<1) && !(SumMom>-1) ) + { + throw G4HadronicException(__FILE__, __LINE__, "G4ExcitedStringDecay generated nan mass..."); + } + } if (SumMass > TotalCollisionMass) return FALSE; SumMass = SumMom.m2(); if (SumMass < 0) return FALSE; @@ -113,6 +127,7 @@ EnergyAndMomentumCorrector(G4KineticTrackVector* Output, G4LorentzVector& TotalC G4cout << "G4ExcitedStringDecay::EnergyAndMomentumCorrector - Warning"<::GetStrings() if (aPair->GetCollisionType() == G4PartonPair::DIFFRACTIVE) { aString = theDiffractiveStringBuilder.BuildString(aPair); -// G4cout << "diffractive "<Get4Momentum()<Get4Momentum()<Get4Momentum()<Get4Momentum()<Boost(theCurrentVelocity); theStrings->push_back(aString); diff --git a/source/processes/hadronic/models/parton_string/qgsm/src/G4GammaParticipants.cc b/source/processes/hadronic/models/parton_string/qgsm/src/G4GammaParticipants.cc index 2fb25d0296..e86d634763 100644 --- a/source/processes/hadronic/models/parton_string/qgsm/src/G4GammaParticipants.cc +++ b/source/processes/hadronic/models/parton_string/qgsm/src/G4GammaParticipants.cc @@ -23,7 +23,7 @@ #include "globals.hh" #include "G4GammaParticipants.hh" #include "G4LorentzVector.hh" -#include "G4Pair.hh" +#include // Class G4GammaParticipants @@ -38,6 +38,11 @@ G4VSplitableHadron* G4GammaParticipants::SelectInteractions(const G4ReactionProd const std::vector & theTargetNuc = theNucleus->GetNucleons(); G4LorentzVector aPrimaryMomentum(thePrimary.GetMomentum(), thePrimary.GetTotalEnergy()); + if((!(aPrimaryMomentum.e()>-1)) && (!(aPrimaryMomentum.e()<1)) ) + { + throw G4HadronicException(__FILE__, __LINE__, + "G4GammaParticipants::SelectInteractions: primary nan energy."); + } G4double s = (aPrimaryMomentum + theTargetNuc[0]->Get4Momentum()).mag2(); G4double ThresholdMass = thePrimary.GetMass() + theTargetNuc[0]->GetDefinition()->GetPDGMass(); ModelMode = SOFT; diff --git a/source/processes/hadronic/models/parton_string/qgsm/src/G4HeavyIonParticipants.cc b/source/processes/hadronic/models/parton_string/qgsm/src/G4HeavyIonParticipants.cc index 5c951d85f1..94ca9eb1a6 100644 --- a/source/processes/hadronic/models/parton_string/qgsm/src/G4HeavyIonParticipants.cc +++ b/source/processes/hadronic/models/parton_string/qgsm/src/G4HeavyIonParticipants.cc @@ -23,7 +23,7 @@ #include "globals.hh" #include "G4HeavyIonParticipants.hh" #include "G4LorentzVector.hh" -#include "G4Pair.hh" +#include #include // Class G4HeavyIonParticipants @@ -71,7 +71,7 @@ void G4HeavyIonParticipants::BuildInteractions(const G4ReactionProduct &thePrim while(theInteractions.empty()) { // choose random impact parameter HPW - G4Pair theImpactParameter; + std::pair theImpactParameter; theImpactParameter = theNucleus->ChooseImpactXandY(outerRadiusA+outerRadiusB+theNucleonRadius); G4double impactX = theImpactParameter.first; G4double impactY = theImpactParameter.second; diff --git a/source/processes/hadronic/models/parton_string/qgsm/src/G4QGSMSplitableHadron.cc b/source/processes/hadronic/models/parton_string/qgsm/src/G4QGSMSplitableHadron.cc index 59f05b319e..8b78349ccc 100644 --- a/source/processes/hadronic/models/parton_string/qgsm/src/G4QGSMSplitableHadron.cc +++ b/source/processes/hadronic/models/parton_string/qgsm/src/G4QGSMSplitableHadron.cc @@ -61,6 +61,7 @@ void G4QGSMSplitableHadron::InitParameters() // to be revised. widthOfPtSquare = 0.01*GeV*GeV; Direction = FALSE; + minTransverseMass = 1*keV; } G4QGSMSplitableHadron::G4QGSMSplitableHadron() @@ -131,31 +132,38 @@ void G4QGSMSplitableHadron::DiffractiveSplitUp() Right->SetPosition(GetPosition()); G4LorentzVector HadronMom = Get4Momentum(); + //std::cout << "DSU 1 - "<0.01) pt = GaussianPt(widthOfPtSquare, maxAvailMomentum2); + //std::cout << "DSU 1.1 - "<< maxAvailMomentum2<< pt <Set4Momentum(LeftMom); Right->Set4Momentum(RightMom); Color.push_back(Left); diff --git a/source/processes/hadronic/models/parton_string/qgsm/src/G4QGSParticipants.cc b/source/processes/hadronic/models/parton_string/qgsm/src/G4QGSParticipants.cc index 3b76cb29a3..f2f955f4f6 100644 --- a/source/processes/hadronic/models/parton_string/qgsm/src/G4QGSParticipants.cc +++ b/source/processes/hadronic/models/parton_string/qgsm/src/G4QGSParticipants.cc @@ -23,7 +23,7 @@ #include "globals.hh" #include "G4QGSParticipants.hh" #include "G4LorentzVector.hh" -#include "G4Pair.hh" +#include // Class G4QGSParticipants @@ -107,7 +107,7 @@ G4VSplitableHadron* G4QGSParticipants::SelectInteractions(const G4ReactionProduc while(theInteractions.size() == 0) { // choose random impact parameter HPW - G4Pair theImpactParameter; + std::pair theImpactParameter; theImpactParameter = theNucleus->ChooseImpactXandY(outerRadius+theNucleonRadius); G4double impactX = theImpactParameter.first; G4double impactY = theImpactParameter.second; diff --git a/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/include/G4MuNuclearInteraction.hh b/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/include/G4MuNuclearInteraction.hh index 14b179fe3c..821a98530a 100644 --- a/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/include/G4MuNuclearInteraction.hh +++ b/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/include/G4MuNuclearInteraction.hh @@ -22,7 +22,7 @@ // // // $Id: G4MuNuclearInteraction.hh,v 1.1 2003/11/11 19:10:34 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // $Id: // ------------------------------------------------------------ diff --git a/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/include/G4MuNuclearInteraction.icc b/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/include/G4MuNuclearInteraction.icc index 86c15ef8b9..fadeae98aa 100644 --- a/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/include/G4MuNuclearInteraction.icc +++ b/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/include/G4MuNuclearInteraction.icc @@ -22,7 +22,7 @@ // // // $Id: G4MuNuclearInteraction.icc,v 1.1 2003/11/11 19:10:34 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // $Id: // --------------------------------------------------------------- diff --git a/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4MuNuclearInteraction.cc b/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4MuNuclearInteraction.cc index 6ead657704..325f56e8f3 100644 --- a/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4MuNuclearInteraction.cc +++ b/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4MuNuclearInteraction.cc @@ -22,7 +22,7 @@ // // // $Id: G4MuNuclearInteraction.cc,v 1.1 2003/11/11 19:08:58 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // $Id: // -------------------------------------------------------------- diff --git a/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4MuonNucleusInteractionModel.cc b/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4MuonNucleusInteractionModel.cc index 10be828e3a..0b030a9e63 100644 --- a/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4MuonNucleusInteractionModel.cc +++ b/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4MuonNucleusInteractionModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4MuonNucleusInteractionModel.cc,v 1.1 2003/11/11 19:08:58 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------- // G4MuonNucleusInteractionModel.cc diff --git a/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4ParametrizedHadronicVertex.cc b/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4ParametrizedHadronicVertex.cc index d48e2c4274..13cffbdb58 100644 --- a/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4ParametrizedHadronicVertex.cc +++ b/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4ParametrizedHadronicVertex.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParametrizedHadronicVertex.cc,v 1.1 2003/11/11 19:08:58 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------- #include "G4ParametrizedHadronicVertex.hh" diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4LowEIonFragmentation.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4LowEIonFragmentation.hh index 9b4791a418..269fbe1e6a 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4LowEIonFragmentation.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4LowEIonFragmentation.hh @@ -22,7 +22,7 @@ // // // $Id: G4LowEIonFragmentation.hh,v 1.1 2003/08/26 18:54:27 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by H.P. Wellisch diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundAlpha.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundAlpha.hh index 13c47127a4..5c2d4ad69e 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundAlpha.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundAlpha.hh @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundAlpha.hh,v 1.1 2003/08/26 18:54:12 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundDeuteron.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundDeuteron.hh index 2942a28e83..96e3523079 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundDeuteron.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundDeuteron.hh @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundDeuteron.hh,v 1.1 2003/08/26 18:54:20 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundEmission.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundEmission.hh index 85ca98ea59..cee7293cdf 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundEmission.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundEmission.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4PreCompoundEmission.hh,v 1.1 2003/08/26 18:54:13 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear Preequilibrium // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundFragmentVector.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundFragmentVector.hh index d7475f0692..9c6d30ec8c 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundFragmentVector.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundFragmentVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundFragmentVector.hh,v 1.1 2003/08/26 18:54:09 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear Preequilibrium // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundFragmentVector.icc b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundFragmentVector.icc index 1558dea45a..97bd8e2dea 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundFragmentVector.icc +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundFragmentVector.icc @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundFragmentVector.icc,v 1.1 2003/08/26 18:54:17 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear Preequilibrium // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundHe3.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundHe3.hh index f9191a18e7..07d10044f3 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundHe3.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundHe3.hh @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundHe3.hh,v 1.1 2003/08/26 18:54:10 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundModel.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundModel.hh index 83202dee21..5228412d3b 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundModel.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundModel.hh,v 1.1 2003/08/26 18:54:11 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundNeutron.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundNeutron.hh index 3d416bb2e1..034136fef8 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundNeutron.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundNeutron.hh @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundNeutron.hh,v 1.1 2003/08/26 18:54:12 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundParameters.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundParameters.hh index a062b7f819..616652d9b5 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundParameters.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundParameters.hh @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundParameters.hh,v 1.1 2003/08/26 18:54:25 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundProton.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundProton.hh index c1ec49eaf9..0540d96616 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundProton.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundProton.hh @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundProton.hh,v 1.1 2003/08/26 18:54:18 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundTransitions.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundTransitions.hh index 46765f38aa..5cd6dd7de6 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundTransitions.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundTransitions.hh @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundTransitions.hh,v 1.1 2003/08/26 18:54:22 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundTriton.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundTriton.hh index 33df26953b..89d671920d 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundTriton.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4PreCompoundTriton.hh @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundTriton.hh,v 1.1 2003/08/26 18:54:21 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundFragment.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundFragment.hh index 43f4c493ce..9d694da41f 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundFragment.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundFragment.hh @@ -22,7 +22,7 @@ // // // $Id: G4VPreCompoundFragment.hh,v 1.1 2003/08/26 18:54:15 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundFragment.icc b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundFragment.icc index d789a52e6d..5ad8202479 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundFragment.icc +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundFragment.icc @@ -22,7 +22,7 @@ // // // $Id: G4VPreCompoundFragment.icc,v 1.1 2003/08/26 18:54:07 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundIon.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundIon.hh index 6659cca70e..f834941a29 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundIon.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundIon.hh @@ -22,7 +22,7 @@ // // // $Id: G4VPreCompoundIon.hh,v 1.1 2003/08/26 18:54:07 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundNucleon.hh b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundNucleon.hh index 29e6259133..8313f8ef93 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundNucleon.hh +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/include/G4VPreCompoundNucleon.hh @@ -22,7 +22,7 @@ // // // $Id: G4VPreCompoundNucleon.hh,v 1.1 2003/08/26 18:54:08 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundFragmentVector.cc b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundFragmentVector.cc index de1d63dd15..a7f6f2acf9 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundFragmentVector.cc +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundFragmentVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundFragmentVector.cc,v 1.3 2003/11/04 11:36:27 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Hadronic Process: Nuclear Preequilibrium // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundModel.cc b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundModel.cc index 2959c77865..7be1f7bc44 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundModel.cc +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundModel.cc,v 1.5 2003/11/19 19:13:40 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundParameters.cc b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundParameters.cc index 42bf9fb2c9..8c5620c63f 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundParameters.cc +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundParameters.cc @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundParameters.cc,v 1.1 2003/08/26 18:54:59 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundTransitions.cc b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundTransitions.cc index ba26edb25a..5f217f12c8 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundTransitions.cc +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundTransitions.cc @@ -22,7 +22,7 @@ // // // $Id: G4PreCompoundTransitions.cc,v 1.4 2003/11/04 11:36:26 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4VPreCompoundFragment.cc b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4VPreCompoundFragment.cc index 9400fb4b45..6278cd417b 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4VPreCompoundFragment.cc +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4VPreCompoundFragment.cc @@ -22,7 +22,7 @@ // // // $Id: G4VPreCompoundFragment.cc,v 1.1 2003/08/26 18:54:54 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4VPreCompoundIon.cc b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4VPreCompoundIon.cc index 8296883f4a..d1387a58cc 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4VPreCompoundIon.cc +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4VPreCompoundIon.cc @@ -22,7 +22,7 @@ // // // $Id: G4VPreCompoundIon.cc,v 1.1 2003/08/26 18:54:50 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4VPreCompoundNucleon.cc b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4VPreCompoundNucleon.cc index 9aac33829c..a03578bad1 100644 --- a/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4VPreCompoundNucleon.cc +++ b/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4VPreCompoundNucleon.cc @@ -22,7 +22,7 @@ // // // $Id: G4VPreCompoundNucleon.cc,v 1.1 2003/08/26 18:55:04 lara Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // by V. Lara diff --git a/source/processes/hadronic/models/theo_high_energy/include/G4TheoFSGenerator.hh b/source/processes/hadronic/models/theo_high_energy/include/G4TheoFSGenerator.hh index 661d2050cd..c7e7efc34e 100644 --- a/source/processes/hadronic/models/theo_high_energy/include/G4TheoFSGenerator.hh +++ b/source/processes/hadronic/models/theo_high_energy/include/G4TheoFSGenerator.hh @@ -22,7 +22,7 @@ // // // $Id: G4TheoFSGenerator.hh,v 1.1 2003/10/07 11:38:02 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // Class Description diff --git a/source/processes/hadronic/models/theo_high_energy/src/G4TheoFSGenerator.cc b/source/processes/hadronic/models/theo_high_energy/src/G4TheoFSGenerator.cc index 4f1aeb895f..8285caaece 100644 --- a/source/processes/hadronic/models/theo_high_energy/src/G4TheoFSGenerator.cc +++ b/source/processes/hadronic/models/theo_high_energy/src/G4TheoFSGenerator.cc @@ -22,7 +22,7 @@ // // // $Id: G4TheoFSGenerator.cc,v 1.3 2003/11/03 17:55:38 hpw Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4TheoFSGenerator #include "G4DynamicParticle.hh" diff --git a/source/processes/hadronic/models/util/include/G4DecayStrongResonances.hh b/source/processes/hadronic/models/util/include/G4DecayStrongResonances.hh index 06958e02f4..b6dbdc558a 100644 --- a/source/processes/hadronic/models/util/include/G4DecayStrongResonances.hh +++ b/source/processes/hadronic/models/util/include/G4DecayStrongResonances.hh @@ -31,6 +31,7 @@ #include "G4FragmentVector.hh" #include "G4HadFinalState.hh" #include "G4DynamicParticleVector.hh" +#include "G4HadTmpUtil.hh" #include @@ -50,57 +51,135 @@ public: G4ReactionProductVector* Propagate(G4KineticTrackVector* theSecondaries, G4V3DNucleus* ) { // decay the strong resonances - G4ReactionProductVector * theResult = new G4ReactionProductVector; + //static int call_count = 0; + //if(call_count++<10) + //{ + // G4cout << "Security print-out: Entering G4DecayStrongResonances::Propagate"; + //} + G4ReactionProductVector * theResult; + try + { + theResult = new G4ReactionProductVector; + } + catch(...) + { + throw G4HadronicException(__FILE__, __LINE__, "DecayStrongRes: out of memory "); + } G4KineticTrackVector *result1, *secondaries, *result; + if(!theSecondaries) + { + throw G4HadronicException(__FILE__, __LINE__, "DecayStrongRes: 0x0 input vector "); + } result1=theSecondaries; - result=new G4KineticTrackVector(); + try + { + result=new G4KineticTrackVector(); + } + catch(...) + { + throw G4HadronicException(__FILE__, __LINE__, "DecayStrongRes: out of memory in "); + } size_t aResult=0; for (aResult=0; aResult < result1->size(); aResult++) { G4ParticleDefinition * pdef; + if(!result1->operator[](aResult)) + { + throw G4HadronicException(__FILE__, __LINE__, "DecayStrongRes: null pointer in input vector!!! "); + } pdef=result1->operator[](aResult)->GetDefinition(); + if(!pdef) + { + throw G4HadronicException(__FILE__, __LINE__, "DecayStrongRes: 0x0 particle definition "); + } secondaries=NULL; if ( pdef->GetPDGWidth() > 0 && pdef->GetPDGLifeTime() < 5E-17*s ) { - secondaries = result1->operator[](aResult)->Decay(); + try + { + secondaries = result1->operator[](aResult)->Decay(); + } + catch(...) + { + throw G4HadronicException(__FILE__, __LINE__, "DecayStrongRes: failing in Decay "); + } } if ( secondaries == NULL ) { - result->push_back(result1->operator[](aResult)); + try + { + result->push_back(result1->operator[](aResult)); + } + catch(...) + { + throw G4HadronicException(__FILE__, __LINE__, "DecayStrongRes: push_back failed - out of memory "); + } result1->operator[](aResult)=NULL; //protect for clearAndDestroy } else { for (size_t aSecondary=0; aSecondarysize(); aSecondary++) { + try + { result1->push_back(secondaries->operator[](aSecondary)); + } + catch(...) + { + throw G4HadronicException(__FILE__, __LINE__, "DecayStrongRes: push_back 1 failed - out of mem"); + } } - delete secondaries; + if(secondaries) delete secondaries; } } - std::for_each(result1->begin(), result1->end(), DeleteKineticTrack()); - delete result1; + try + { + std::for_each(result1->begin(), result1->end(), G4Delete()); + delete result1; + } + catch(...) + { + throw G4HadronicException(__FILE__, __LINE__, "DecayStrongRes: memory corruption."); + } // translate to ReactionProducts G4ReactionProduct * it = NULL; for(aResult=0; aResult < result->size(); aResult++) { - it = new G4ReactionProduct(); + try + { + it = new G4ReactionProduct(); + } + catch(...) + { + throw G4HadronicException(__FILE__, __LINE__, "DecayStrongRes: out of memory "); + } it->SetDefinition((*result)[aResult]->GetDefinition()); it->SetMass((*result)[aResult]->GetDefinition()->GetPDGMass()); it->SetTotalEnergy((*result)[aResult]->Get4Momentum().t()); it->SetMomentum((*result)[aResult]->Get4Momentum().vect()); - theResult->push_back(it); + try + { + theResult->push_back(it); + } + catch(...) + { + throw G4HadronicException(__FILE__, __LINE__, "DecayStrongRes: push to result failed - out of mem."); + } + } + try + { + std::for_each(result->begin(), result->end(), G4Delete()); + delete result; + } + catch(...) + { + throw G4HadronicException(__FILE__, __LINE__, "DecayStrongRes: memory corruption at end."); } - std::for_each(result->begin(), result->end(), DeleteKineticTrack()); - delete result; return theResult; } - - -private: }; #endif // G4DecayStrongResonances_h diff --git a/source/processes/hadronic/models/util/include/G4ExcitedString.hh b/source/processes/hadronic/models/util/include/G4ExcitedString.hh index 23845c75ee..e2ed41d5d9 100644 --- a/source/processes/hadronic/models/util/include/G4ExcitedString.hh +++ b/source/processes/hadronic/models/util/include/G4ExcitedString.hh @@ -139,6 +139,7 @@ G4LorentzVector G4ExcitedString::Get4Momentum() const G4LorentzVector momentum; for ( unsigned int index=0; index < thePartons.size() ; index++ ) { + // std::cout << "HPW "<Get4Momentum()<Get4Momentum(); } return momentum; diff --git a/source/processes/hadronic/models/util/src/G4KineticTrack.cc b/source/processes/hadronic/models/util/src/G4KineticTrack.cc index 93879c9497..f1b6b0513a 100644 --- a/source/processes/hadronic/models/util/src/G4KineticTrack.cc +++ b/source/processes/hadronic/models/util/src/G4KineticTrack.cc @@ -507,7 +507,20 @@ G4KineticTrackVector* G4KineticTrack::Decay() // cout << "DECAY Total Width " << theTotalActualWidth << G4endl; G4double r = theTotalActualWidth * G4UniformRand(); G4ParticleDefinition* theDefinition = this->GetDefinition(); + if(!theDefinition) + { + G4cerr << "Error condition encountered in G4KineticTrack::Decay()"<GetDecayTable(); + if(!theDecayTable) + { + G4cerr << "Error condition encountered in G4KineticTrack::Decay()"<GetParticleName()<= 0; index--) { @@ -520,6 +533,14 @@ G4KineticTrackVector* G4KineticTrack::Decay() } } + if(!theDecayChannel) + { + G4cerr << "Error condition encountered in G4KineticTrack::Decay()"<GetParticleName()<GetParentName(); G4double theParentMass = this->GetActualMass(); G4double theBR = theActualWidth[index]; @@ -562,6 +583,16 @@ G4KineticTrackVector* G4KineticTrack::Decay() theDaughtersName2, theDaughtersName3); G4DecayProducts* theDecayProducts = thePhaseSpaceDecayChannel.DecayIt(); + if(!theDecayProducts) + { + G4cerr << "Error condition encountered in G4KineticTrack::Decay()"<GetParticleName()<NeutrinoMu -// V.Ivanchenko 26 Feb 2003 Fix bug#457 -// V.Ivanchenko 19 Jun 2003 Fix bug in 2 alpha evaporation -//----------------------------------------------------------------------------- #include "G4MuonMinusCaptureAtRest.hh" #include "G4DynamicParticle.hh" @@ -53,167 +32,82 @@ #include #include #include "G4He3.hh" - - -#define NINT(x) ((x)>=0 ? (G4int)floor((x) + .5) : -(G4int)floor(.5 - (x))) - -#define Y0 1.5 -#define B0 8. -#define AMPROT .93827231 -#define AMNEUT .93956563 -#define AMMUON .105658389 // Muon mass (GeV) -#define AMMRED ( AMNEUT / ( AMPROT + AMMUON ) ) -#define FERTHO .00000001433 -#define BEXC12 ( FERTHO * 72.40715579499394 ) -#define AMUAMU .93149432 -#define AMELCT 5.1099906e-4 // Electron mass (GeV) -#define AMELEC AMELCT -#define AMUC12 ( AMUAMU - AMELEC / 2. - BEXC12 / 12. ) -#define EBNDAV ( 0.5 * (AMPROT + AMNEUT) - AMUC12 ) -#define R0NUCL 1.12 -#define PLABRC .197327053 // Reduced Planck constant Times the light velocity -#define FSCTO2 5.3251361962113614e-5 // (Fine structure constant)^2 -#define O16OLD 931.145 -#define O16NEW 931.19826 -#define O16RAT ( O16NEW / O16OLD ) -#define C12NEW 931.49432 -#define ADJUST -.08322737768178909 -#define C0M1E1 .306 -#define C0E2E1 .71 -#define HNDFM1 .05 -#define HNDFE2 10. -// Gammin : threshold for deexcitation gammas production, set to 1 keV -// (this means that up to 1 keV of energy unbalancing can occur -// during an event) -#define GAMMIN 1.0e-6 -// Tvepsi : "epsilon" for excitation energy, set to gammin / 100 -#define TVEPSI ( GAMMIN / 100. ) -// Anglgb = this parameter should be set equal to the machine -// "zero" with respect to unit -#define ANGLGB 5.0e-16 -// Onepls = 1+ of the machine, it is 1 + 2 x Anglgb -#define ONEPLS 1.000000000000001 -#define ASMTOG ( 6.0 / M_PI*M_PI ) -#define COULPR 0.001439965 -#define AMUMEV ( 1.0e3 * AMUAMU ) -#define HNDFE1 5.e-03 -#define RCCOUL 1.7 -#define EXPMIN -88. -#define EXPMAX 88. -#define IDMAX8 183 -#define MXFRAG 100 -#define MXGKIN 500 -#define MXSECS 999 -#define MXEVAP 100 -#define NALLWP 39 - - -// constructor +#include "G4NeutrinoMu.hh" +#include "G4Fragment.hh" +#include "G4ReactionProductVector.hh" +#include "G4Proton.hh" +#include "G4PionPlus.hh" G4MuonMinusCaptureAtRest::G4MuonMinusCaptureAtRest(const G4String& processName) - : G4VRestProcess (processName), // initialization - massGamma(G4Gamma::Gamma()->GetPDGMass()/GeV), - massNeutrinoMu(G4NeutrinoMu::NeutrinoMu()->GetPDGMass()/GeV), - massProton(G4Proton::Proton()->GetPDGMass()/GeV), - massNeutron(G4Neutron::Neutron()->GetPDGMass()/GeV), - pdefGamma(G4Gamma::Gamma()), - pdefNeutrinoMu(G4NeutrinoMu::NeutrinoMu()), - pdefMuonMinus(G4MuonMinus::MuonMinus()), - pdefNeutron(G4Neutron::Neutron()) + : G4VRestProcess (processName), nCascade(0), targetCharge(0), + targetAtomicMass(0) { - massFragm[0] = G4Neutron::Neutron()->GetPDGMass()/GeV; - massFragm[1] = G4Proton::Proton()->GetPDGMass()/GeV; - massFragm[2] = G4Deuteron::Deuteron()->GetPDGMass()/GeV; - massFragm[3] = G4Triton::Triton()->GetPDGMass()/GeV; - massFragm[4] = G4He3::He3()->GetPDGMass()/GeV; - massFragm[5] = G4Alpha::Alpha()->GetPDGMass()/GeV; - - pdefFragm[0] = G4Neutron::Neutron(); - pdefFragm[1] = G4Proton::Proton(); - pdefFragm[2] = G4Deuteron::Deuteron(); - pdefFragm[3] = G4Triton::Triton(); - pdefFragm[4] = G4He3::He3(); - pdefFragm[5] = G4Alpha::Alpha(); - - nGkine = 0; - - if (verboseLevel>=0) { - G4cout << GetProcessName() << " is created "<< G4endl; - } - - Fragments = new G4GHEKinematicsVector [MXFRAG]; - Secondaries = new G4GHEKinematicsVector [MXSECS]; - Evaporates = new G4GHEKinematicsVector [MXEVAP*6]; - Gkin = new G4GHEKinematicsVector [MXGKIN]; Cascade = new G4GHEKinematicsVector [17]; - - InitializeMuCapture(); - - pSelector = new G4StopElementSelector(); + pSelector = new G4StopElementSelector(); pEMCascade = new G4MuMinusCaptureCascade(); } -// destructor - G4MuonMinusCaptureAtRest::~G4MuonMinusCaptureAtRest() { - delete [] Fragments; - delete [] Secondaries; - delete [] Evaporates; - delete [] Gkin; delete [] Cascade; - + delete pSelector; + delete pEMCascade; } - -// methods............................................................................. - -G4bool G4MuonMinusCaptureAtRest::IsApplicable( - const G4ParticleDefinition& particle - ) +G4bool G4MuonMinusCaptureAtRest:: +IsApplicable(const G4ParticleDefinition& particle) { - return ( &particle == pdefMuonMinus ); + return ( &particle == G4MuonMinus::MuonMinus() ); } - -G4double G4MuonMinusCaptureAtRest::GetMeanLifeTime(const G4Track& track, - G4ForceCondition* ) +/* +G4double G4MuonMinusCaptureAtRest:: +GetMeanLifeTime(const G4Track& track, G4ForceCondition* ) { GetCaptureIsotope( track ); return (tDelay ); } -// Warning - this method may be optimized away if made "inline" -G4int G4MuonMinusCaptureAtRest::GetNumberOfSecondaries() +void G4MuonMinusCaptureAtRest:: +GetCaptureIsotope(const G4Track& track) { - return ( nGkine ); -} + // Ask selector to choose the element -// Warning - this method may be optimized away if made "inline" -G4GHEKinematicsVector* G4MuonMinusCaptureAtRest::GetSecondaryKinematics() -{ - return ( &Gkin[0] ); + G4Material * aMaterial = track.GetMaterial(); + G4Element* theElement = pSelector->GetElement(aMaterial); + targetCharge = theElement->GetZ(); + targetAtomicMass = theElement->GetN(); -} + // Calculate total capture velosity -G4double G4MuonMinusCaptureAtRest::AtRestGetPhysicalInteractionLength( - const G4Track& track, - G4ForceCondition* condition - ) + G4double lambdac = pSelector->GetMuonCaptureRate(targetCharge,targetAtomicMass); + lambdac += pSelector->GetMuonDecayRate(targetCharge,targetAtomicMass); + + // === Throw for capture time. + + G4double tDelay = -(G4double)log(G4UniformRand()) / lambdac; + + return; + +} +*/ + +G4double G4MuonMinusCaptureAtRest:: +AtRestGetPhysicalInteractionLength(const G4Track&, G4ForceCondition* condition) { // beggining of tracking - ResetNumberOfInteractionLengthLeft(); + //ResetNumberOfInteractionLengthLeft(); // condition is set to "Not Forced" - // *condition = NotForced; + *condition = NotForced; // condition is set to "ExclusivelyForced" by V.Ivanchenko - *condition = ExclusivelyForced; + // *condition = ExclusivelyForced; // get mean life time - currentInteractionLength = GetMeanLifeTime(track, condition); - + // currentInteractionLength = GetMeanLifeTime(track, condition); + /* if ((currentInteractionLength <0.0) || (verboseLevel>2)){ G4cout << "G4MuonMinusCaptureAtRestProcess::AtRestGetPhysicalInteractionLength "; G4cout << "[ " << GetProcessName() << "]" < 1) { - G4cout << "G4MuonMinusCaptureAtRest::AtRestDoIt is invoked " << G4endl; + static int reactionCount=0; + if(getenv("MuonMinusCaptureAtRestPrint")) + { + G4cout << " ++ G4MuonMinusCaptureAtRest::AtRestDoIt is start " << ++reactionCount< 1) { + // } - G4ThreeVector position = track.GetPosition(); - - // Generate secondaries from electromagnetic cascade + // select element and get Z,A. + G4Element* aEle = pSelector->GetElement(track.GetMaterial()); + targetCharge = aEle->GetZ(); + targetAtomicMass = aEle->GetN(); + + // Do the electromagnetic cascade of the muon in the nuclear field. nCascade = 0; - G4double mass = GetIsotopicMass(targetAtomicMass,targetCharge) * GeV; + G4double mass = GetTargetMass(targetAtomicMass,targetCharge); nCascade = pEMCascade->DoCascade(targetCharge, mass, Cascade); - // Decay or Capture? + // Decide on Decay or Capture, and doit. G4double lambdac = pSelector->GetMuonCaptureRate(targetCharge,targetAtomicMass); G4double lambdad = pSelector->GetMuonDecayRate(targetCharge,targetAtomicMass); + G4double lambda = lambdac + lambdad; - if( G4UniformRand()*(lambdac + lambdad) > lambdac) { + // === Throw for capture time. - // Decay - pEMCascade->DoBoundMuonMinusDecay(targetCharge,mass,&nCascade,Cascade); + G4double tDelay = -log(G4UniformRand()) / lambda; + + G4ReactionProductVector * captureResult=0; + G4int nEmSecondaries = nCascade; + G4int nSecondaries = nCascade; - // Generate secondaries from capture - } else { - - DoMuCapture(); + if( G4UniformRand()*lambda > lambdac) + { + pEMCascade->DoBoundMuonMinusDecay(targetCharge, mass, &nEmSecondaries, Cascade); + } + else + { + captureResult = DoMuCapture(track.GetKineticEnergy()); } - aParticleChange.SetNumberOfSecondaries( nGkine + nCascade ); + // fill the final state + if(captureResult) nSecondaries += captureResult->size(); + else nSecondaries = nEmSecondaries; + aParticleChange.SetNumberOfSecondaries( nSecondaries ); + G4double globalTime = track.GetGlobalTime(); + G4ThreeVector position = track.GetPosition(); // Store nuclear cascade - if(nGkine > 0) { - for ( G4int isec = 0; isec < nGkine; isec++ ) { - G4ParticleDefinition* pd = Gkin[isec].GetParticleDef(); - if(pd) { - G4DynamicParticle* aNewParticle = new G4DynamicParticle(); - aNewParticle->SetDefinition( pd ); - aNewParticle->SetMomentum( Gkin[isec].GetMomentum() * GeV ); - - localtime = globalTime + Gkin[isec].GetTOF(); - G4Track* aNewTrack = new G4Track( aNewParticle, localtime*s, position); - aParticleChange.AddSecondary( aNewTrack ); - } + if(captureResult) + { + for ( size_t isec = 0; isec < captureResult->size(); isec++ ) + { + G4ReactionProduct* aParticle = captureResult->operator[](isec); + G4DynamicParticle * aNewParticle = new G4DynamicParticle(); + aNewParticle->SetDefinition( aParticle->GetDefinition() ); + G4LorentzVector itV(aParticle->GetTotalEnergy(), aParticle->GetMomentum()); + aNewParticle->SetMomentum(itV.vect()); + G4double localtime = globalTime + tDelay + aParticle->GetTOF(); + G4Track* aNewTrack = new G4Track( aNewParticle, localtime, position); + aParticleChange.AddSecondary( aNewTrack ); } } // Store electromagnetic cascade - if(nCascade > 0) { - localtime = globalTime*s + tDelay; + if(nEmSecondaries > 0) { - for ( G4int isec = 0; isec < nCascade; isec++ ) { + for ( G4int isec = 0; isec < nEmSecondaries; isec++ ) { G4ParticleDefinition* pd = Cascade[isec].GetParticleDef(); + G4double localtime = globalTime; + if(isec > nCascade) localtime += tDelay; if(pd) { G4DynamicParticle* aNewParticle = new G4DynamicParticle; aNewParticle->SetDefinition( pd ); @@ -325,3116 +224,27 @@ G4VParticleChange* G4MuonMinusCaptureAtRest::AtRestDoIt( ResetNumberOfInteractionLengthLeft(); + if(getenv("MuonMinusCaptureAtRestPrint")) + { + G4cout << " -- G4MuonMinusCaptureAtRest::AtRestDoIt is end " << reactionCount<GetIonTable()->GetIonMass(G4lrint(z), G4lrint(a)); + return result; +} -G4double G4MuonMinusCaptureAtRest::CoulombBarrier(G4int i, G4double z) + +G4ReactionProductVector * G4MuonMinusCaptureAtRest::DoMuCapture(G4double aMuKinetic) { - // System generated locals - G4double ret_val; - - // Local variables - static G4int n; - static G4double x; - - static G4double t[28] = { - 0.36, 0.77, 0.08, 0.00, 0.51, 0.81, 0.00, - 0.00, 0.60, 0.85,-0.06, 0.00, 0.66, 0.89, - -0.10, 0.00, 0.68, 0.93,-0.10, 0.00, 0.69, - 0.97,-0.10, 0.00, 0.69, 1.00,-0.10, 0.00 - }; - - if (z >= 70.) { - ret_val = t[i + 23]; - } else { - if (z <= 10.) { - ret_val = t[i - 1]; - } else { - n = (G4int) (z * .1 + 1.); - x = (G4double) (n * 10); - x = (x - z) * .1; - ret_val = x * t[i + (n - 1 << 2) - 5] + (1. - x) * t[i + (n << 2) - 5]; - } - } - return ret_val; - -} // CoulombBarrier - - -void G4MuonMinusCaptureAtRest::ExcitationEnergyLevel(G4int ja, G4int jz, - G4double *eex1st, - G4double *eex2nd, - G4double *eexcon) -{ - // Initialized data - - static G4int jaold = 0; - - // Local variables - static G4double dja; - static G4int iodd, inodd, izodd; - static G4double sqatar; - - static G4double cam4[130] = { - 0.00, 5.44, 0.00, 2.76, 0.00, 3.34, 0.00, 2.70, 0.00, 1.90, - 0.00, 2.12, 0.00, 2.13, 0.00, 1.54, 0.00, 1.42, 0.00, 1.51, - 0.00, 1.73, 0.00, 1.44, 0.00, 1.45, 0.00, 1.37, 0.00, 1.09, - 0.00, 1.36, 0.00, 1.42, 0.00, 1.33, 0.00, 1.20, 0.00, 1.00, - 0.00, 1.16, 0.00, 1.28, 0.00, 1.38, 0.00, 1.38, 0.00, 1.32, - 0.00, 1.04, 0.00, 1.11, 0.00, 1.13, 0.00, 1.21, 0.00, 1.43, - 0.00, 1.15, 0.00, 0.99, 0.00, 0.91, 0.00, 0.92, 0.00, 1.00, - 0.00, 1.11, 0.00, 1.23, 0.00, 0.85, 0.00, 0.98, 0.00, 0.72, - 0.00, 0.80, 0.00, 0.77, 0.00, 0.89, 0.00, 0.92, 0.00, 0.80, - 0.00, 0.81, 0.00, 0.69, 0.00, 0.70, 0.00, 0.76, 0.00, 0.73, - 0.00, 0.80, 0.00, 0.74, 0.00, 0.73, 0.00, 0.72, 0.00, 0.72, - 0.00, 0.72, 0.00, 0.71, 0.00, 0.69, 0.00, 0.68, 0.00, 0.66, - 0.00, 0.61, 0.00, 0.42, 0.00, 0.36, 0.00, 0.41, 0.00, 0.49 - }; - static G4double cam5[200] = { - 0.00, 5.98, 0.00, 2.77, 0.00, 3.16, 0.00, 3.01, 0.00, 1.68, - 0.00, 1.73, 0.00, 2.17, 0.00, 1.74, 0.00, 1.75, 0.00, 1.72, - 0.00, 1.63, 0.00, 1.41, 0.00, 1.29, 0.00, 1.47, 0.00, 1.32, - 0.00, 1.46, 0.00, 1.44, 0.00, 1.46, 0.00, 1.52, 0.00, 1.51, - 0.00, 1.47, 0.00, 1.45, 0.00, 1.28, 0.00, 1.23, 0.00, 1.27, - 0.00, 0.62, 0.00, 0.76, 0.00, 1.23, 0.00, 1.22, 0.00, 1.40, - 0.00, 1.36, 0.00, 1.30, 0.00, 1.29, 0.00, 1.24, 0.00, 1.28, - 0.00, 1.24, 0.00, 1.20, 0.00, 0.94, 0.00, 1.00, 0.00, 1.05, - 0.00, 0.54, 0.00, 0.60, 0.00, 0.75, 0.00, 0.75, 0.00, 0.85, - 0.00, 0.97, 0.00, 1.02, 0.00, 1.05, 0.00, 1.06, 0.00, 1.07, - 0.00, 1.06, 0.00, 1.05, 0.00, 1.02, 0.00, 0.97, 0.00, 0.91, - 0.00, 0.83, 0.00, 0.74, 0.00, 0.66, 0.00, 0.61, 0.00, 0.61, - 0.00, 0.90, 0.00, 0.52, 0.00, 0.81, 0.00, 0.68, 0.00, 0.72, - 0.00, 0.77, 0.00, 0.68, 0.00, 0.67, 0.00, 0.80, 0.00, 0.68, - 0.00, 0.64, 0.00, 0.58, 0.00, 0.55, 0.00, 0.57, 0.00, 0.57, - 0.00, 0.55, 0.00, 0.60, 0.00, 0.58, 0.00, 0.58, 0.00, 0.61, - 0.00, 0.63, 0.00, 0.65, 0.00, 0.66, 0.00, 0.65, 0.00, 0.65, - 0.00, 0.64, 0.00, 0.64, 0.00, 0.63, 0.00, 0.61, 0.00, 0.59, - 0.00, 0.55, 0.00, 0.39, 0.00, 0.36, 0.00, 0.40, 0.00, 0.40, - 0.00, 0.40, 0.00, 0.40, 0.00, 0.40, 0.00, 0.40, 0.00, 0.40 - }; - - // ---------------------------------------------------------------------* - // * - // Created on 06 december 1991 by Alfredo Ferrari & Paola Sala * - // Infn - Milan * - // * - // Last change on 28-apr-92 by Alfredo Ferrari * - // * - // * - // ---------------------------------------------------------------------* - - if (ja == jz) { - *eexcon = 0.; - *eex1st = 0.; - *eex2nd = 0.; - return; - } - if (jz == 0 || ja == jz) { - *eexcon = 0.; - } else { - *eexcon = (cam4[jz - 1] + cam5[ja - jz - 1]) * .001; - } - // **** Very tentative selection of Eex1st, Eex2nd, based on pairing - // energies according to delta = 12 MeV / A^1/2 **** - izodd = 1 - jz % 2; - inodd = 1 - (ja - jz) % 2; - iodd = izodd + inodd; - if (iodd >= 2) { - // Even-even nucleus - if (ja != jaold) { - jaold = ja; - dja = (G4double) ja; - sqatar = sqrt(dja); - } - *eex1st = .012 / sqatar; - *eex2nd = *eex1st * 2.; - } else if (iodd > 0) { - // even-odd nucleus - if (ja != jaold) { - jaold = ja; - dja = (G4double) ja; - sqatar = sqrt(dja); - } - *eex1st = .012 / sqatar; - *eex2nd = *eex1st; - } else { - // odd-odd nucleus - *eex2nd = 0.; - *eex1st = 0.; - } - return; - -} // ExcitationEnergyLevel - - -G4double G4MuonMinusCaptureAtRest::CalculateIsotopicMass(G4double a, - G4double z) -{ - // Initialized data - - static G4bool lfirst = true; - - // System generated locals - G4double ret_val, d__1, d__2; - - // Local variables - static G4int n; - static G4double a13, ec, es, ev; - static G4int iz0; - static G4double am13, eex, am2zoa; - static G4double exhydr, exneut; - - static G4double cam2[130] = { - 26.17, 19.25, 24.21, 20.92, 23.15, 18.01, 19.55, 16.94, 19.73, 17.07, - 18.21, 14.99, 16.01, 12.04, 13.27, 11.09, 12.17, 10.26, 11.04, 8.41, - 9.79, 7.36, 8.15, 5.63, 5.88, 3.17, 3.32, 0.82, 1.83, 0.97, - 2.33, 1.27, 2.92, 1.61, 2.91, 1.35, 2.40, 0.89, 1.74, 0.36, - 0.95, -0.65, -0.04, -1.73, -0.96, -2.87, -2.05, -4.05, -3.40, -5.72, - -3.75, -4.13, -2.42, -2.85, -1.01, -1.33, 0.54, -0.02, 1.74, 0.75, - 2.24, 1.00, 1.98, 0.79, 1.54, 0.39, 1.08, 0.00, 0.78, -0.35, - 0.58, -0.55, 0.59, -0.61, 0.59, -0.35, 0.32, -0.96, -0.52, -2.08, - -2.46, -3.64, -1.55, -0.96, 0.97, 0.88, 2.37, 1.75, 2.72, 1.90, - 2.55, 1.46, 1.93, 0.86, 1.17, 0.08, 0.39, -0.76, -0.39, -1.51, - -1.17, -2.36, -1.95, -3.06, -2.62, -3.55, -2.95, -3.75, -3.07, -3.79, - -3.06, -3.77, -3.05, -3.78, -3.12, -3.90, -3.35, -4.24, -3.86, -4.92, - -5.06, -6.77, -7.41, -9.18,-10.16,-11.12, -9.76, -9.23, -7.96, -7.65 - }; - static G4double cam3[200] = { - -8.32,-15.90,-11.51,-14.31,-11.57,-15.90,-13.91,-16.03,-12.13,-13.87, - -12.25,-14.40,-13.07,-15.80,-13.81,-14.98,-12.63,-13.76,-11.37,-12.38, - -9.23, -9.65, -7.64, -9.17, -8.05, -9.72, -8.87,-10.76, -8.64, -8.89, - -6.60, -7.13, -4.77, -5.33, -3.06, -3.79, -1.72, -2.79, -0.93, -2.19, - -0.52, -1.90, -0.45, -2.20, -1.22, -3.07, -2.42, -4.37, -3.94, -6.08, - -4.49, -4.50, -3.14, -2.93, -1.04, -1.36, 0.69, 0.21, 2.11, 1.33, - 3.29, 2.46, 4.30, 3.32, 4.79, 3.62, 4.97, 3.64, 4.63, 3.07, - 4.06, 2.49, 3.30, 1.46, 2.06, 0.51, 0.74, -1.18, -1.26, -3.54, - -3.97, -5.26, -4.18, -3.71, -2.10, -1.70, -0.08, -0.18, 0.94, 0.27, - 1.13, 0.08, 0.91, -0.31, 0.49, -0.78, 0.08, -1.15, -0.23, -1.41, - -0.42, -1.55, -0.55, -1.66, -0.66, -1.73, -0.75, -1.74, -0.78, -1.69, - -0.78, -1.60, -0.75, -1.46, -0.67, -1.26, -0.51, -1.04, -0.53, -1.84, - -2.42, -4.52, -4.76, -6.33, -6.76, -7.81, -5.80, -5.37, -3.63, -3.35, - -1.75, -1.88, -0.61, -0.90, 0.09, -0.32, 0.55, -0.13, 0.70, -0.06, - 0.49, -0.20, 0.40, -0.22, 0.36, -0.09, 0.58, 0.12, 0.75, 0.15, - 0.70, 0.17, 1.11, 0.89, 1.85, 1.62, 2.54, 2.29, 3.20, 2.91, - 3.84, 3.53, 4.48, 4.15, 5.12, 4.78, 5.75, 5.39, 6.31, 5.91, - 6.87, 6.33, 7.13, 6.61, 7.30, 6.31, 6.27, 4.83, 4.49, 2.85, - 2.32, 0.58, -0.11, -0.98, 0.81, 1.77, 3.37, 4.13, 5.60, 6.15, - 7.29, 7.35, 7.95, 7.67, 8.16, 7.83, 8.31, 8.01, 8.53, 8.27 - }; - - if (lfirst) { - lfirst = false; - exhydr = GetIsotopicMass(1.0, 1.0); - exneut = GetIsotopicMass(1.0, 0.0); - } - iz0 = NINT(z); - if (iz0 <= 0) { - ret_val = a * exneut; - return ret_val; - } - d__1 = a - z; - n = NINT(d__1); - if (n <= 0) { - ret_val = z * exhydr; - return ret_val; - } - am2zoa = (a - z - z) / a; - am2zoa *= am2zoa; - a13 = residualNuclearMasses[NINT(a) - 1]; - am13 = 1. / a13; - ev = (1. - am2zoa * 1.84619) * -17.0354 * a; - es = - (1. - am2zoa * 1.712185) * 25.8357 * - (1. - am13 * .62025 * am13) * (a13 * a13 - .62025); - ec = - z * .799 * (z - 1.) * am13 * - (((am13 * 1.5772 + 1.2273) * am13 - 1.5849) * am13 * am13 + 1.); - eex = am13 * -.4323 * pow(z, 1.3333333) * - (((am13 * .49597 - .14518) * am13 - .57811) * am13 + 1.); - ret_val = - a * 8.367 - z * .783 + ev + es + ec + eex + cam2[iz0 - 1] + cam3[n - 1]; - ret_val = (ret_val + a * O16OLD) * O16RAT - a * ( C12NEW - ADJUST ); - d__1 = ret_val, d__2 = z * exhydr + (a - z) * exneut; - ret_val = std::min(d__1,d__2); - return ret_val; - -} // CalculateIsotopicMass - - -void G4MuonMinusCaptureAtRest::EvaporationDeexcitation() -{ - // System generated locals - G4double d__1, d__2; - - // Local variables - static G4double etapcm, aiamom, egroun, deltae, hhh, umo, bre2; - static G4int ipar, jpar; - static G4double rndm[2]; - static G4double etax, etay, etaz, pcms, umev, p2res, cfe2e1, cfm1e1, - echck, eegcm, gamcm, bre1m1, delta, ahelp, freje; - static G4int jamin; - static G4double energ; - static G4int iamin, jamom; - static G4double enmin; - static G4double erncm, hhhsq, phelp, plbgx, plbgy, rnucl; - static G4int lexpn; - static G4double dismx, pcmsx, pcmsy, echck0; - static G4int lmult; - static G4double xtent, pcmsz, plbgz, energ0, eex2nd, roten0, eex1st, - delpai, cosgam[3]; - static G4int ibhelp; - static G4double eexdum; - static G4int ichelp; - static G4double ainerm, rnmass, asmall, aogmax, aogmin, tempsq, temper, - ddlexp, xdismx; - static G4int naiam; - - // ---------------------------------------------------------------------* - // * - // EvaporationDeexcitation : created on 5-10-1990 by A. Ferrari * - // & P. Sala, INFN Milan * - // * - // Last change on 28-jan-93 by Alfredo Ferrari, INFN-Milan * - // * - // This routine provides a simple model for sampling nuclear deexci- * - // tation gammas following the evaporation Step * - // * - // ---------------------------------------------------------------------* - - // ---------------------------------------------------------------------* - // Entering the routine we have: * - // Ammres is the atomic mass of the residual nucleus * - // Ibres (Anow) its mass number * - // Icres (Znow) its atomic number * - // Eres its total energy * - // Ptres its momentum * - // Pxres x-component of the momentum * - // Pyres y-component of the momentum * - // Pzres z-component of the momentum * - // Tvrecl kinetic energy * - // Tvcms excitation energy * - // ---------------------------------------------------------------------* - - if (atMassResidNucl <= 0 || excitEnResidNucl <= GAMMIN) { - excitEnResidNucl = 0.; - return; - } - echck = totEnResidNucl - massResidNucl; - echck0 = echck; - ibhelp = atMassResidNucl / 2; - if (ibhelp << 1 < atMassResidNucl) { - ExcitationEnergyLevel(atMassResidNucl, chargeResidNucl, &delta, - &eex2nd, &eexdum); - ipar = 1; - jpar = 1; - } else { - ichelp = chargeResidNucl / 2; - jpar = 0; - if (ichelp << 1 < chargeResidNucl) { - ExcitationEnergyLevel(atMassResidNucl, chargeResidNucl, &delta, - &eex1st, &eexdum); - ipar = 1; - } else { - ExcitationEnergyLevel(atMassResidNucl, chargeResidNucl, &eex1st, - &delta, &eexdum); - ipar = 2; - } - } - delpai = std::min(eexdum,delta); - rnucl = residualNuclearMasses[atMassResidNucl - 1] * R0NUCL; - ainerm = massResidNucl * .24 * rnucl * rnucl; - roten0 = 0.5 * PLABRC * PLABRC / ainerm; - d__1 = delta, d__2 = roten0 * 2.; - enmin = std::max(d__1,d__2); - rnmass = massResidNucl + excitEnResidNucl; - umo = rnmass; - gamcm = totEnResidNucl / rnmass; - etax = momXResidNucl / rnmass; - etay = momYResidNucl / rnmass; - etaz = momZResidNucl / rnmass; - if (excitEnResidNucl > enmin && atMassResidNucl > 4) { - ahelp = - residualNuclearMasses[atMassResidNucl - 1] * HNDFE1 * - residualNuclearMasses[atMassResidNucl - 1]; - cfm1e1 = C0M1E1 * HNDFM1 / ahelp; - cfe2e1 = C0E2E1 * HNDFE2 / ahelp; - do { - umev = excitEnResidNucl * 1e3; - asmall = - LevelDensity(chargeResidNucl, atMassResidNucl - chargeResidNucl, - &aogmax, &aogmin); - tempsq = (excitEnResidNucl - delpai) * .001 / asmall; - temper = sqrt(tempsq); - hhh = excitEnResidNucl / temper; - hhhsq = hhh * hhh; - if (hhh > EXPMAX) { - ahelp = 0.; - } else { - ahelp = exp(-hhh); - } - bre1m1 = 6. - ahelp * (hhhsq * hhh + hhhsq * 3. + hhh * 6.); - bre2 = bre1m1 * 20. - ahelp * (hhhsq * hhhsq * hhh + hhhsq * 5. * hhhsq); - bre1m1 *= cfm1e1 + 1.; - bre2 = bre2 * tempsq * cfe2e1; - rndm[0] = G4UniformRand(); - if (rndm[0] < bre1m1 / (bre1m1 + bre2)) { - lmult = 1; - } else { - lmult = 2; - } - lexpn = (lmult << 1) + 1; - ddlexp = (G4double) lexpn; - xdismx = std::min(ddlexp,hhh); - if (xdismx > EXPMAX) { - dismx = 0.; - } else { - dismx = pow(xdismx, (G4double)lexpn) * exp(-xdismx); - } - do { - rndm[0] = G4UniformRand(); - rndm[1] = G4UniformRand(); - xtent = rndm[0] * hhh; - if (xtent > EXPMAX) { - freje = 0.; - } else { - freje = pow(xtent, (G4double)lexpn) * exp(-xtent) / dismx; - } - } while (rndm[1] >= freje); - energ0 = xtent * temper; - excitEnResidNucl -= energ0; - rnmass = massResidNucl + excitEnResidNucl; - RanDirCos(cosgam, &cosgam[1], &cosgam[2]); - erncm = (umo * umo + rnmass * rnmass) * .5 / umo; - eegcm = umo - erncm; - pcms = eegcm; - pcmsx = pcms * cosgam[0]; - pcmsy = pcms * cosgam[1]; - pcmsz = pcms * cosgam[2]; - etapcm = pcmsx * etax + pcmsy * etay + pcmsz * etaz; - energ = gamcm * eegcm + etapcm; - phelp = etapcm / (gamcm + 1.) + eegcm; - plbgx = pcmsx + etax * phelp; - plbgy = pcmsy + etay * phelp; - plbgz = pcmsz + etaz * phelp; - totEnResidNucl = gamcm * erncm - etapcm; - kinEnResidNucl = totEnResidNucl - rnmass; - phelp = -etapcm / (gamcm + 1.) + erncm; - momXResidNucl = -pcmsx + etax * phelp; - momYResidNucl = -pcmsy + etay * phelp; - momZResidNucl = -pcmsz + etaz * phelp; - echck -= energ; - ++nSecPart; - Secondaries[nSecPart - 1].SetZero(); - Secondaries[nSecPart - 1].SetMass( massGamma ); - Secondaries[nSecPart - 1].SetMomentumAndUpdate( plbgx, plbgy, plbgz ); - Secondaries[nSecPart - 1].SetParticleDef( pdefGamma ); - gamcm = totEnResidNucl / rnmass; - etax = momXResidNucl / rnmass; - etay = momYResidNucl / rnmass; - etaz = momZResidNucl / rnmass; - umo = rnmass; - } while (excitEnResidNucl > enmin); - if (nSecPart >= MXSECS) { - G4cout << " **** Finuc overflow in EvaporationDeexcitation, program stopped ****" << G4endl; - G4cout << "STOP" << G4endl; - exit(1); - } - } - if (excitEnResidNucl <= ((jpar << 1) + 6) * roten0) { - energ0 = excitEnResidNucl; - excitEnResidNucl = 0.; - RanDirCos(cosgam, &cosgam[1], &cosgam[2]); - erncm = (umo * umo + massResidNucl * massResidNucl) * .5 / umo; - eegcm = umo - erncm; - pcms = eegcm; - pcmsx = pcms * cosgam[0]; - pcmsy = pcms * cosgam[1]; - pcmsz = pcms * cosgam[2]; - etapcm = pcmsx * etax + pcmsy * etay + pcmsz * etaz; - energ = gamcm * eegcm + etapcm; - phelp = etapcm / (gamcm + 1.) + eegcm; - plbgx = pcmsx + etax * phelp; - plbgy = pcmsy + etay * phelp; - plbgz = pcmsz + etaz * phelp; - totEnResidNucl = gamcm * erncm - etapcm; - kinEnResidNucl = totEnResidNucl - massResidNucl; - phelp = -etapcm / (gamcm + 1.) + erncm; - momXResidNucl = -pcmsx + etax * phelp; - momYResidNucl = -pcmsy + etay * phelp; - momZResidNucl = -pcmsz + etaz * phelp; - echck -= energ; - ++nSecPart; - Secondaries[nSecPart - 1].SetZero(); - Secondaries[nSecPart - 1].SetMass( massGamma ); - Secondaries[nSecPart - 1].SetMomentumAndUpdate( plbgx, plbgy, plbgz ); - Secondaries[nSecPart - 1].SetParticleDef( pdefGamma ); - } else { - aiamom = sqrt(excitEnResidNucl / roten0 + .25 + jpar * .75) - .25; - naiam = G4int(aiamom); - if (ipar == 1) { - iamin = naiam; - if (jpar == 1) { - jamin = (naiam << 1) + 1; - if (iamin % 2 > 0) { - egroun = roten0 * 3.75; - } else { - egroun = roten0 * .75; - } - } else { - jamin = iamin << 1; - if (iamin % 2 > 0) { - egroun = roten0 * 2.; - } else { - egroun = 0.; - } - } - } else { - iamin = ( naiam / ipar ) * ipar; - jamin = iamin << 1; - egroun = 0.; - } - deltae = excitEnResidNucl + egroun - roten0 * .25 * jamin * (jamin + 2); - for (jamom = jamin; jamom >= 4; jamom += -4) { - energ0 = roten0 * ((jamom << 1) - 2) + deltae; - deltae = 0.; - excitEnResidNucl -= energ0; - rnmass = massResidNucl + excitEnResidNucl; - RanDirCos(cosgam, &cosgam[1], &cosgam[2]); - erncm = (umo * umo + rnmass * rnmass) * .5 / umo; - eegcm = umo - erncm; - pcms = eegcm; - pcmsx = pcms * cosgam[0]; - pcmsy = pcms * cosgam[1]; - pcmsz = pcms * cosgam[2]; - etapcm = pcmsx * etax + pcmsy * etay + pcmsz * etaz; - energ = gamcm * eegcm + etapcm; - phelp = etapcm / (gamcm + 1.) + eegcm; - plbgx = pcmsx + etax * phelp; - plbgy = pcmsy + etay * phelp; - plbgz = pcmsz + etaz * phelp; - totEnResidNucl = gamcm * erncm - etapcm; - kinEnResidNucl = totEnResidNucl - rnmass; - phelp = -etapcm / (gamcm + 1.) + erncm; - momXResidNucl = -pcmsx + etax * phelp; - momYResidNucl = -pcmsy + etay * phelp; - momZResidNucl = -pcmsz + etaz * phelp; - echck -= energ; - ++nSecPart; - Secondaries[nSecPart - 1].SetZero(); - Secondaries[nSecPart - 1].SetMass( massGamma ); - Secondaries[nSecPart - 1].SetMomentumAndUpdate( plbgx, plbgy, plbgz ); - Secondaries[nSecPart - 1].SetParticleDef( pdefGamma ); - gamcm = totEnResidNucl / rnmass; - etax = momXResidNucl / rnmass; - etay = momYResidNucl / rnmass; - etaz = momZResidNucl / rnmass; - umo = rnmass; - } - } - echck -= kinEnResidNucl; - if (abs(echck) > echck0 * 1e-7) { - G4cout << " **** No energy conservation in EvaporationDeexcitation ****" - << " " << echck << G4endl; - } - excitEnResidNucl = 0.; - if (nSecPart > MXSECS) { - G4cout << " **** Finuc overflow in EvaporationDeexcitation, program stopped ****" << G4endl; - G4cout << "STOP" << G4endl; - exit(1); - } - recoilEnResidNucl = kinEnResidNucl; - p2res = - momXResidNucl * momXResidNucl + momYResidNucl * momYResidNucl + - momZResidNucl * momZResidNucl; - totMomResidNucl = sqrt(p2res); - return; - -} // EvaporationDeexcitation - - -void G4MuonMinusCaptureAtRest::FermiMotion(G4int pidx) -{ - - // System generated locals - G4double r__1; - - // Local variables - static G4int iztemp; - static G4double delctr; - static G4double p2; - static G4double cfe, sfe, p2sq, ferm, polc; - static G4double pols; - static G4double frndm[3]; - static G4double atemp, ztemp; - static G4double tveuz, v0extr; - - ferm = nucleonMaxFermiEn[pidx - 1]; - frndm[0] = G4UniformRand(); - frndm[1] = G4UniformRand(); - frndm[2] = G4UniformRand(); - r__1 = std::max(frndm[0],frndm[1]); - p2 = std::max(r__1,frndm[2]); - if (atMassTarget <= 1) { - ferm = 0.; - } - p2 = ferm * p2; - p2sq = p2 * p2; - atemp = (G4double) atMassTarget - 1.; - if (pidx == 1) { - iztemp = chargeTarget - 1; - } else { - iztemp = chargeTarget; - } - ztemp = (G4double) iztemp; - delctr = ((G4double) chargeTarget - ztemp) * AMELEC; - massResidNucl = atemp * AMUAMU + GetIsotopicMass(atemp, ztemp) * .001; - RanPolarAng(&polc, &pols); - RanAzimuthalAng(&sfe, &cfe); - nucleonFermiMomX = cfe * pols * p2; - nucleonFermiMomY = sfe * pols * p2; - nucleonFermiMomZ = polc * p2; - nucleonFermiEn = sqrt(nucleonMassSquared[pidx - 1] + p2sq); - tveuz = - nucleonPotWell[pidx - 1] - nucleonFermiEn + - nucleonBindingEn[pidx - 1] + massTarget - - massResidNucl - delctr; - if (tveuz < 0.) { - v0extr = -tveuz + 10. * TVEPSI; - nucleonPotWell[pidx - 1] += v0extr; - } - return; - -} // FermiMotion - - -void G4MuonMinusCaptureAtRest::ResidualNucleusCascade(G4int m2, G4int m3, - G4double t1, G4double *u, - G4double *erec, - G4bool *loppar) -{ - // Initialized data - - static G4int ievevp = 0; - static G4bool lfirst = true; - - // System generated locals - G4int i__1; - G4double d__1, d__2, d__3, d__4; - - // Local variables - static G4double a, c[3]; - static G4int i, j, k; - static G4double q[7], r[6], s[6], v, z, e1, e2; - static G4int n1; - static G4double aa; - static G4int ja; - static G4double ar; - static G4int jj, kk, mm, nn, js; - static G4double um; - static G4int jz; - static G4double zr, zz; - static G4int iaa, jja; - static G4double emh, arg; - static G4int jat; - static G4double emn; - static G4int jjn; - static G4double fjs, sas, eps, ses; - static G4int jjz; - static G4double umo, sos[6], sum; - static G4int jzt; - static G4double sus; - static G4int izz; - static G4double eye1[6], eye0[6], umo2, ajja, fact; - static G4double emhn, ecms; - static G4double rndm[2]; - static G4double etax, pcms, etay, etaz; - static G4double corr, uran, unew, umax, umin; - static G4int ipro, ineu; - static G4double zjjz, ccou2, umin2, p2res, smom1[6], ddjja, gamcm, - etacm, eepcm, sigma, ccoul[6]; - static G4double deltu, emnum, erncm, ddjjz, pcmsx, qnorm, zmass[6], - pcmsy, pcmsz, phelp, plbpx, plbpy, plbpz; - static G4int itemp; - static G4double strun[6]; - static G4double epsav; - static G4double energ0; - static G4int imass; - static G4double eex2nd, ueu3he, rnmas0, ratio2, eex1st, z2mass[6], - flkcou[6], thresh[6], smalla[6], bnmass[6], corrrr[6]; - static G4double rnmass, elbtot; - static G4int jresid, jemiss; - static G4double deudeu, protri, deupro, prprne, deuneu, prnene, etapcm; - static G4double umxres, asmmax, asmmin; - static G4double tmpvar, expsas, expsus; - static G4int ncount; - static G4double coslbp[3]; - static G4double exmass[6]; - - static G4int ia[6] = { 1, 1, 2, 3, 3, 4 }; - static G4int iz[6] = { 0, 1, 1, 1, 2, 2 }; - static G4double fla[6] = { 1., 1., 2., 3., 3., 4. }; - static G4double flz[6] = { 0., 1., 1., 1., 2., 2. }; - - static G4double p2[1001] = { - 0.00000, 0.00000, 0.00326851, 0.00736486, 0.0129026, - 0.0200330, 0.0286195, 0.0386427, 0.0500610, 0.0628421, - 0.0769436, 0.0923297, 0.108963, 0.126807, 0.145824, - 0.165979, 0.187236, 0.209560, 0.232915, 0.257269, - 0.282588, 0.308839, 0.335990, 0.364010, 0.392867, - 0.422532, 0.452976, 0.484169, 0.516085, 0.548696, - 0.581975, 0.615897, 0.650438, 0.685572, 0.721278, - 0.757531, 0.794311, 0.831596, 0.869366, 0.907601, - 0.946281, 0.985390, 1.02491, 1.06482, 1.10511, - 1.14576, 1.18675, 1.22808, 1.26972, 1.31166, - 1.35390, 1.39642, 1.43920, 1.48224, 1.52552, - 1.56904, 1.61278, 1.65674, 1.70090, 1.74526, - 1.78980, 1.83453, 1.87943, 1.92450, 1.96973, - 2.01510, 2.06063, 2.10629, 2.15209, 2.19802, - 2.24407, 2.29024, 2.33652, 2.38291, 2.42941, - 2.47601, 2.52270, 2.56949, 2.61636, 2.66332, - 2.71037, 2.75749, 2.80469, 2.85197, 2.89931, - 2.94672, 2.99420, 3.04174, 3.08934, 3.13700, - 3.18472, 3.23250, 3.28032, 3.32820, 3.37612, - 3.42410, 3.47211, 3.52018, 3.56828, 3.61643, - 3.66462, 3.71263, 3.76091, 3.80923, 3.85758, - 3.90596, 3.95438, 4.00283, 4.05130, 4.09981, - 4.14835, 4.19691, 4.24551, 4.29412, 4.34277, - 4.39144, 4.44013, 4.48885, 4.53759, 4.58635, - 4.63513, 4.68394, 4.73276, 4.78161, 4.83047, - 4.87936, 4.92826, 4.97719, 5.02612, 5.07508, - 5.12406, 5.17305, 5.22205, 5.27108, 5.32011, - 5.36917, 5.41823, 5.46732, 5.51641, 5.56552, - 5.61465, 5.66378, 5.71293, 5.76209, 5.81127, - 5.86045, 5.90965, 5.95886, 6.00808, 6.05731, - 6.10655, 6.15581, 6.20507, 6.25434, 6.30363, - 6.35292, 6.40222, 6.45153, 6.50085, 6.55018, - 6.59952, 6.64887, 6.69822, 6.74759, 6.79696, - 6.84634, 6.89573, 6.94512, 6.99453, 7.04394, - 7.09336, 7.14278, 7.19221, 7.24165, 7.29110, - 7.34055, 7.39001, 7.43947, 7.48894, 7.53842, - 7.58791, 7.63740, 7.68689, 7.73639, 7.78590, - 7.83541, 7.88493, 7.93445, 7.98398, 8.03352, - 8.08306, 8.13260, 8.18215, 8.23170, 8.28126, - 8.33082, 8.38039, 8.42997, 8.47954, 8.52912, - 8.57871, 8.62830, 8.67789, 8.72749, 8.77710, - 8.82670, 8.87631, 8.92593, 8.97555, 9.02517, - 9.07480, 9.12442, 9.17406, 9.22370, 9.27334, - 9.32298, 9.37263, 9.42228, 9.47193, 9.52159, - 9.57125, 9.62091, 9.67058, 9.72025, 9.76993, - 9.81960, 9.86928, 9.91896, 9.96865, 10.0183, - 10.0680, 10.1177, 10.1674, 10.2171, 10.2668, - 10.3165, 10.3662, 10.4159, 10.4656, 10.5154, - 10.5651, 10.6148, 10.6645, 10.7142, 10.7640, - 10.8137, 10.8634, 10.9132, 10.9629, 11.0126, - 11.0624, 11.1121, 11.1619, 11.2116, 11.2614, - 11.3111, 11.3609, 11.4106, 11.4604, 11.5101, - 11.5599, 11.6097, 11.6594, 11.7092, 11.7589, - 11.8087, 11.8585, 11.9083, 11.9580, 12.0078, - 12.0576, 12.1074, 12.1572, 12.2069, 12.2567, - 12.3065, 12.3563, 12.4061, 12.4559, 12.5057, - 12.5555, 12.6053, 12.6551, 12.7049, 12.7547, - 12.8045, 12.8543, 12.9041, 12.9539, 13.0037, - 13.0535, 13.1033, 13.1531, 13.2029, 13.2527, - 13.3026, 13.3524, 13.4022, 13.4520, 13.5018, - 13.5516, 13.6015, 13.6513, 13.7011, 13.7509, - 13.8008, 13.8506, 13.9004, 13.9503, 14.0001, - 14.0499, 14.0998, 14.1496, 14.1994, 14.2493, - 14.2991, 14.3490, 14.3988, 14.4486, 14.4985, - 14.5483, 14.5982, 14.6480, 14.6979, 14.7477, - 14.7976, 14.8474, 14.8973, 14.9471, 14.9970, - 15.0468, 15.0967, 15.1465, 15.1964, 15.2462, - 15.2961, 15.3460, 15.3958, 15.4457, 15.4955, - 15.5454, 15.5953, 15.6451, 15.6950, 15.7449, - 15.7947, 15.8446, 15.8945, 15.9443, 15.9942, - 16.0441, 16.0939, 16.1438, 16.1937, 16.2435, - 16.2934, 16.3433, 16.3932, 16.4430, 16.4929, - 16.5428, 16.5927, 16.6426, 16.6924, 16.7423, - 16.7922, 16.8421, 16.8920, 16.9418, 16.9917, - 17.0416, 17.0915, 17.1414, 17.1913, 17.2411, - 17.2910, 17.3409, 17.3908, 17.4407, 17.4906, - 17.5405, 17.5904, 17.6403, 17.6902, 17.7401, - 17.7899, 17.8398, 17.8897, 17.9396, 17.9895, - 18.0394, 18.0893, 18.1392, 18.1891, 18.2390, - 18.2889, 18.3388, 18.3887, 18.4386, 18.4885, - 18.5384, 18.5883, 18.6382, 18.6881, 18.7380, - 18.7879, 18.8378, 18.8877, 18.9376, 18.9875, - 19.0374, 19.0874, 19.1373, 19.1872, 19.2371, - 19.2870, 19.3369, 19.3868, 19.4367, 19.4866, - 19.5365, 19.5865, 19.6364, 19.6863, 19.7362, - 19.7861, 19.8360, 19.8859, 19.9358, 19.9857, - 20.0357, 20.0856, 20.1355, 20.1854, 20.2353, - 20.2852, 20.3352, 20.3851, 20.4350, 20.4849, - 20.5348, 20.5848, 20.6347, 20.6846, 20.7345, - 20.7844, 20.8344, 20.8843, 20.9342, 20.9841, - 21.0340, 21.0840, 21.1339, 21.1838, 21.2337, - 21.2837, 21.3336, 21.3835, 21.4334, 21.4834, - 21.5333, 21.5832, 21.6331, 21.6831, 21.7330, - 21.7829, 21.8329, 21.8828, 21.9327, 21.9826, - 22.0326, 22.0825, 22.1324, 22.1824, 22.2323, - 22.2822, 22.3321, 22.3821, 22.4320, 22.4819, - 22.5319, 22.5818, 22.6317, 22.6817, 22.7316, - 22.7815, 22.8315, 22.8814, 22.9313, 22.9813, - 23.0312, 23.0811, 23.1311, 23.1810, 23.2309, - 23.2809, 23.3308, 23.3808, 23.4307, 23.4806, - 23.5306, 23.5805, 23.6304, 23.6804, 23.7303, - 23.7803, 23.8302, 23.8801, 23.9301, 23.9800, - 24.0300, 24.0799, 24.1298, 24.1798, 24.2297, - 24.2797, 24.3296, 24.3795, 24.4295, 24.4794, - 24.5294, 24.5793, 24.6293, 24.6792, 24.7291, - 24.7791, 24.8290, 24.8790, 24.9289, 24.9789, - 25.0288, 25.0788, 25.1287, 25.1786, 25.2286, - 25.2785, 25.3285, 25.3784, 25.4284, 25.4783, - 25.5283, 25.5782, 25.6282, 25.6781, 25.7280, - 25.7780, 25.8279, 25.8779, 25.9278, 25.9778, - 26.0277, 26.0777, 26.1276, 26.1776, 26.2275, - 26.2775, 26.3274, 26.3774, 26.4273, 26.4773, - 26.5272, 26.5772, 26.6271, 26.6771, 26.7270, - 26.7770, 26.8269, 26.8769, 26.9268, 26.9768, - 27.0267, 27.0767, 27.1266, 27.1766, 27.2265, - 27.2765, 27.3265, 27.3764, 27.4264, 27.4763, - 27.5263, 27.5762, 27.6262, 27.6761, 27.7261, - 27.7760, 27.8260, 27.8760, 27.9259, 27.9759, - 28.0258, 28.0758, 28.1257, 28.1757, 28.2256, - 28.2756, 28.3256, 28.3755, 28.4255, 28.4754, - 28.5254, 28.5753, 28.6253, 28.6752, 28.7252, - 28.7752, 28.8251, 28.8751, 28.9250, 28.9750, - 29.0250, 29.0749, 29.1249, 29.1748, 29.2248, - 29.2747, 29.3247, 29.3747, 29.4246, 29.4746, - 29.5246, 29.5745, 29.6245, 29.6744, 29.7244, - 29.7744, 29.8243, 29.8743, 29.9242, 29.9742, - 30.0242, 30.0741, 30.1241, 30.1740, 30.2240, - 30.2740, 30.3239, 30.3739, 30.4238, 30.4738, - 30.5238, 30.5737, 30.6237, 30.6737, 30.7236, - 30.7736, 30.8235, 30.8735, 30.9235, 30.9734, - 31.0234, 31.0733, 31.1233, 31.1733, 31.2233, - 31.2732, 31.3232, 31.3731, 31.4231, 31.4731, - 31.5230, 31.5730, 31.6230, 31.6729, 31.7229, - 31.7729, 31.8228, 31.8728, 31.9227, 31.9727, - 32.0227, 32.0726, 32.1226, 32.1726, 32.2225, - 32.2725, 32.3225, 32.3724, 32.4224, 32.4724, - 32.5223, 32.5723, 32.6223, 32.6722, 32.7222, - 32.7722, 32.8221, 32.8721, 32.9221, 32.9720, - 33.0220, 33.0720, 33.1219, 33.1719, 33.2219, - 33.2718, 33.3218, 33.3718, 33.4218, 33.4717, - 33.5217, 33.5717, 33.6216, 33.6716, 33.7216, - 33.7715, 33.8215, 33.8715, 33.9214, 33.9714, - 34.0214, 34.0713, 34.1213, 34.1713, 34.2213, - 34.2712, 34.3212, 34.3712, 34.4211, 34.4711, - 34.5211, 34.5710, 34.6210, 34.6710, 34.7209, - 34.7709, 34.8209, 34.8708, 34.9208, 34.9708, - 35.0208, 35.0707, 35.1207, 35.1707, 35.2207, - 35.2706, 35.3206, 35.3706, 35.4205, 35.4705, - 35.5205, 35.5704, 35.6204, 35.6704, 35.7204, - 35.7703, 35.8203, 35.8703, 35.9203, 35.9702, - 36.0202, 36.0702, 36.1201, 36.1701, 36.2201, - 36.2701, 36.3200, 36.3700, 36.4200, 36.4700, - 36.5199, 36.5699, 36.6199, 36.6698, 36.7198, - 36.7698, 36.8198, 36.8697, 36.9197, 36.9697, - 37.0197, 37.0696, 37.1196, 37.1696, 37.2196, - 37.2695, 37.3195, 37.3695, 37.4194, 37.4694, - 37.5194, 37.5694, 37.6194, 37.6693, 37.7193, - 37.7693, 37.8192, 37.8692, 37.9192, 37.9692, - 38.0191, 38.0691, 38.1191, 38.1691, 38.2191, - 38.2690, 38.3190, 38.3690, 38.4189, 38.4689, - 38.5189, 38.5689, 38.6189, 38.6688, 38.7188, - 38.7688, 38.8188, 38.8687, 38.9187, 38.9687, - 39.0187, 39.0686, 39.1186, 39.1686, 39.2186, - 39.2685, 39.3185, 39.3685, 39.4185, 39.4684, - 39.5184, 39.5684, 39.6184, 39.6684, 39.7183, - 39.7683, 39.8183, 39.8683, 39.9182, 39.9682, - 40.0182, 40.0682, 40.1181, 40.1681, 40.2181, - 40.2681, 40.3181, 40.3680, 40.4180, 40.4680, - 40.5180, 40.5679, 40.6179, 40.6679, 40.7179, - 40.7679, 40.8178, 40.8678, 40.9178, 40.9678, - 41.0178, 41.0677, 41.1177, 41.1677, 41.2177, - 41.2677, 41.3176, 41.3676, 41.4176, 41.4676, - 41.5175, 41.5675, 41.6175, 41.6675, 41.7175, - 41.7674, 41.8174, 41.8674, 41.9174, 41.9674, - 42.0173, 42.0673, 42.1173, 42.1673, 42.2173, - 42.2672, 42.3172, 42.3672, 42.4172, 42.4671, - 42.5171, 42.5671, 42.6171, 42.6671, 42.7171, - 42.7670, 42.8170, 42.8670, 42.9170, 42.9669, - 43.0169, 43.0669, 43.1169, 43.1669, 43.2169, - 43.2668, 43.3168, 43.3668, 43.4168, 43.4668, - 43.5167, 43.5667, 43.6167, 43.6667, 43.7167, - 43.7666, 43.8166, 43.8666, 43.9166, 43.9666, - 44.0166, 44.0665, 44.1165, 44.1665, 44.2165, - 44.2665, 44.3164, 44.3664, 44.4164, 44.4664, - 44.5164, 44.5663, 44.6163, 44.6663, 44.7163, - 44.7663, 44.8163, 44.8662, 44.9162, 44.9662, - 45.0162, 45.0662, 45.1161, 45.1661, 45.2161, - 45.2661, 45.3161, 45.3661, 45.4160, 45.4660, - 45.5160, 45.5660, 45.6160, 45.6660, 45.7159, - 45.7659, 45.8159, 45.8659, 45.9159, 45.9659, - 46.0158, 46.0658, 46.1158, 46.1658, 46.2158, - 46.2657, 46.3157, 46.3657, 46.4157, 46.4657, - 46.5157, 46.5656, 46.6156, 46.6656, 46.7156, - 46.7656, 46.8156, 46.8655, 46.9155, 46.9655, - 47.0155, 47.0655, 47.1155, 47.1654, 47.2154, - 47.2654, 47.3154, 47.3654, 47.4154, 47.4653, - 47.5153, 47.5653, 47.6153, 47.6653, 47.7153, - 47.7652, 47.8152, 47.8652, 47.9152, 47.9652, - 48.0152, 48.0652, 48.1151, 48.1651, 48.2151, - 48.2651, 48.3151, 48.3651, 48.4150, 48.4650, - 48.5150 - }; - - static G4double rho[6] = { 0.0, 0.0, 0.70588, 0.70588, 0.70588, 0.70588 }; - - static G4double alph[297] = { - 2.69000, 2.29184, 2.09819, 1.97582, 1.88867, - 1.82212, 1.76892, 1.72500, 1.68785, 1.65583, - 1.62781, 1.60300, 1.58081, 1.56078, 1.54258, - 1.52592, 1.51060, 1.49643, 1.48328, 1.47102, - 1.45955, 1.44878, 1.43865, 1.42909, 1.42005, - 1.41148, 1.40333, 1.39558, 1.38819, 1.38113, - 1.37438, 1.36791, 1.36171, 1.35575, 1.35002, - 1.34451, 1.33919, 1.33407, 1.32912, 1.32434, - 1.31971, 1.31523, 1.31089, 1.30669, 1.30261, - 1.29865, 1.29480, 1.29106, 1.28742, 1.28388, - 1.28044, 1.27708, 1.27380, 1.27061, 1.26750, - 1.26446, 1.26149, 1.25859, 1.25576, 1.25299, - 1.25028, 1.24763, 1.24504, 1.24250, 1.24001, - 1.23758, 1.23519, 1.23285, 1.23055, 1.22830, - 1.22609, 1.22392, 1.22180, 1.21971, 1.21765, - 1.21564, 1.21366, 1.21171, 1.20979, 1.20791, - 1.20606, 1.20424, 1.20245, 1.20069, 1.19895, - 1.19724, 1.19556, 1.19391, 1.19228, 1.19067, - 1.18909, 1.18752, 1.18599, 1.18447, 1.18298, - 1.18150, 1.18005, 1.17861, 1.17720, 1.17581, - 1.17443, 1.17307, 1.17173, 1.17040, 1.16910, - 1.16781, 1.16653, 1.16527, 1.16403, 1.16280, - 1.16159, 1.16039, 1.15921, 1.15804, 1.15688, - 1.15574, 1.15460, 1.15349, 1.15238, 1.15129, - 1.15021, 1.14914, 1.14808, 1.14703, 1.14600, - 1.14498, 1.14396, 1.14296, 1.14197, 1.14099, - 1.14001, 1.13905, 1.13810, 1.13716, 1.13622, - 1.13530, 1.13438, 1.13348, 1.13258, 1.13169, - 1.13081, 1.12994, 1.12907, 1.12822, 1.12737, - 1.12653, 1.12569, 1.12487, 1.12405, 1.12324, - 1.12244, 1.12164, 1.12085, 1.12007, 1.11929, - 1.11852, 1.11776, 1.11700, 1.11625, 1.11551, - 1.11477, 1.11404, 1.11331, 1.11259, 1.11188, - 1.11117, 1.11047, 1.10977, 1.10908, 1.10840, - 1.10772, 1.10704, 1.10637, 1.10571, 1.10505, - 1.10439, 1.10374, 1.10310, 1.10246, 1.10182, - 1.10119, 1.10056, 1.09994, 1.09933, 1.09871, - 1.09811, 1.09750, 1.09690, 1.09631, 1.09572, - 1.09513, 1.09455, 1.09397, 1.09339, 1.09282, - 1.09225, 1.09169, 1.09113, 1.09058, 1.09002, - 1.08948, 1.08893, 1.08839, 1.08785, 1.08732, - 1.08679, 1.08626, 1.08574, 1.08522, 1.08470, - 1.08419, 1.08368, 1.08317, 1.08267, 1.08216, - 1.08167, 1.08117, 1.08068, 1.08019, 1.07970, - 1.07922, 1.07874, 1.07826, 1.07779, 1.07732, - 1.07685, 1.07638, 1.07592, 1.07546, 1.07500, - 1.07455, 1.07409, 1.07364, 1.07320, 1.07275, - 1.07231, 1.07187, 1.07143, 1.07100, 1.07057, - 1.07014, 1.06971, 1.06928, 1.06886, 1.06844, - 1.06802, 1.06760, 1.06719, 1.06678, 1.06637, - 1.06596, 1.06556, 1.06515, 1.06475, 1.06435, - 1.06396, 1.06356, 1.06317, 1.06278, 1.06239, - 1.06200, 1.06162, 1.06123, 1.06085, 1.06047, - 1.06010, 1.05972, 1.05935, 1.05898, 1.05861, - 1.05824, 1.05787, 1.05751, 1.05715, 1.05679, - 1.05643, 1.05607, 1.05572, 1.05536, 1.05501, - 1.05466, 1.05431, 1.05396, 1.05362, 1.05328, - 1.05293, 1.05259, 1.05225, 1.05192, 1.05158, - 1.05125, 1.05091, 1.05058, 1.05025, 1.04992, - 3.98462e+28, 2.17105e-56 - }; - - static G4double bet[297] = { - 0.598513, 0.434469, 0.356520, 0.308110, 0.274114, - 0.248467, 0.228183, 0.211594, 0.197684, 0.185790, - 0.175462, 0.166378, 0.158303, 0.151061, 0.144516, - 0.138561, 0.133111, 0.128098, 0.123466, 0.119167, - 0.115163, 0.111422, 0.107915, 0.104620, 0.101514, - 0.0985804, 0.0958036, 0.0931700, 0.0906674, 0.0882853, - 0.0860140, 0.0838452, 0.0817713, 0.0797855, 0.0778817, - 0.0760543, 0.0742981, 0.0726089, 0.0709823, 0.0694144, - 0.0679018, 0.0664414, 0.0650300, 0.0636651, 0.0623440, - 0.0610645, 0.0598244, 0.0586217, 0.0574546, 0.0563212, - 0.0552201, 0.0541496, 0.0531083, 0.0520951, 0.0511085, - 0.0501474, 0.0492108, 0.0482976, 0.0474069, 0.0465377, - 0.0456891, 0.0448604, 0.0440508, 0.0432596, 0.0424860, - 0.0417294, 0.0409892, 0.0402648, 0.0395557, 0.0388613, - 0.0381811, 0.0375146, 0.0368614, 0.0362210, 0.0355930, - 0.0349770, 0.0343726, 0.0337795, 0.0331973, 0.0326257, - 0.0320644, 0.0315130, 0.0309713, 0.0304389, 0.0299157, - 0.0294013, 0.0288955, 0.0283981, 0.0279088, 0.0274275, - 0.0269538, 0.0264876, 0.0260288, 0.0255770, 0.0251321, - 0.0246940, 0.0242625, 0.0238374, 0.0234186, 0.0230058, - 0.0225990, 0.0221980, 0.0218027, 0.0214130, 0.0210286, - 0.0206495, 0.0202756, 0.0199068, 0.0195428, 0.0191837, - 0.0188293, 0.0184795, 0.0181343, 0.0177934, 0.0174569, - 0.0171246, 0.0167965, 0.0164724, 0.0161523, 0.0158361, - 0.0155236, 0.0152150, 0.0149100, 0.0146085, 0.0143107, - 0.0140162, 0.0137251, 0.0134374, 0.0131529, 0.0128716, - 0.0125935, 0.0123184, 0.0120463, 0.0117772, 0.0115110, - 0.0112477, 0.0109872, 0.0107294, 0.0104744, 0.0102220, - 0.0099722, 0.0097250, 0.0094804, 0.0092382, 0.0089984, - 0.0087611, 0.0085261, 0.0082934, 0.0080630, 0.0078349, - 0.0076089, 0.0073852, 0.0071636, 0.0069440, 0.0067266, - 0.0065112, 0.0062978, 0.0060864, 0.0058769, 0.0056693, - 0.0054636, 0.0052598, 0.0050578, 0.0048576, 0.0046592, - 0.0044625, 0.0042676, 0.0040743, 0.0038828, 0.0036928, - 0.0035045, 0.0033178, 0.0031327, 0.0029492, 0.0027671, - 0.0025866, 0.0024076, 0.0022301, 0.0020540, 0.0018793, - 0.0017061, 0.0015342, 0.0013637, 0.0011946, 0.0010268, - 0.0008603, 0.0006952, 0.0005313, 0.0003687, 0.0002074, - 0.0000473, -0.0001116, -0.0002693, -0.0004258, -0.0005811, - -0.0007353, -0.0008883, -0.0010402, -0.0011909, -0.0013406, - -0.0014892, -0.0016367, -0.0017831, -0.0019285, -0.0020728, - -0.0022161, -0.0023584, -0.0024997, -0.0026400, -0.0027793, - -0.0029176, -0.0030550, -0.0031915, -0.0033270, -0.0034616, - -0.0035953, -0.0037280, -0.0038599, -0.0039909, -0.0041210, - -0.0042503, -0.0043787, -0.0045063, -0.0046330, -0.0047589, - -0.0048840, -0.0050083, -0.0051317, -0.0052544, -0.0053763, - -0.0054975, -0.0056178, -0.0057374, -0.0058563, -0.0059744, - -0.0060918, -0.0062084, -0.0063244, -0.0064396, -0.0065541, - -0.0066679, -0.0067811, -0.0068935, -0.0070053, -0.0071164, - -0.0072268, -0.0073366, -0.0074457, -0.0075542, -0.0076621, - -0.0077693, -0.0078759, -0.0079819, -0.0080873, -0.0081920, - -0.0082962, -0.0083998, -0.0085027, -0.0086051, -0.0087069, - -0.0088082, -0.0089089, -0.0090090, -0.0091085, -0.0092075, - -0.0093060, -0.0094039, -0.0095013, -0.0095981, -0.0096945, - -0.0097903, -0.0098855, -0.0099803, -0.0100746, -0.0101683, - -0.0102616, -0.0103544, -0.0104466, -0.0105384, -0.0106297, - -0.0107206, -0.0108109, -0.0109008, -0.0109902, -0.0110792, - -0.0111677, -0.0112558, -0.0113434, -0.0114305, -0.0115173, - -0.0116035, -0.0116894, -0.0117748, -0.0118598, -0.0119444, - 5.07811e+17, -9.81600e-54 - }; - - // ---------------------------------------------------------------------* - // * - // New version of DRES created by A.Ferrari & P.Sala, INFN - Milan * - // * - // Last change on 10-apr-93 by Alfredo Ferrari, INFN - Milan * - // * - // Dres93: Dres91 plus the RAL fission model taken from LAHET thanks * - // to R.E.Prael * - // Dres91: new version from A. Ferrari and P. Sala, INFN - Milan * - // This routine has been adapted from the original one of the * - // Evap-5 module (KFA - Julich). Main modifications concern * - // with kinematics which is now fully relativistic and with * - // the treatment of few nucleons nuclei, which are now frag- * - // mented, even though in a very rough manner. Changes have * - // been made also to other routines of the Evap-5 package * - // * - // ---------------------------------------------------------------------* - - // ---------------------------------------------------------------------* - // * - // Input variables: * - // M2 = Mass number of the residual nucleus * - // M3 = Atomic number of the residual nucleus * - // T1 = Excitation energy of the residual nucleus before evaporation* - // U = Excitation energy of the residual nucleus after evaporation * - // Erec = Recoil kinetic energy of the residual nucleus * - // The recoil direction is given by Coslbr (i) * - // * - // Significant variables: * - // JA = Present mass number of the residual nucleus * - // JZ = Present atomic number of the residual nucleus * - // Smom1 = Energy accumulators for the six types of evaporated * - // particles * - // * - // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! * - // !!!! Please note that the following variables concerning !!!! * - // !!!! with the present residual nucleus must be set before!!!! * - // !!!! entering DRES91: Ammres, Ptres !!!! * - // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! * - // * - // ---------------------------------------------------------------------* - - // --------------------------------------------------------------------- - // SUBNAME = DRES --- EVAPORATION - // EVAPORATION DATA SHOUD BE READ ON INPUT STAGE - // --------------------------------------------------------------------- - // *****A LA EVAP III(TWA,8-68) - - ++ievevp; - // -------------------------------------- 1.ST CALL INIT - if (lfirst) { - lfirst = false; - pairCorrFlag = 0.; - exmass[0] = 1.e3 * ( AMNEUT - AMUAMU ); - exmass[1] = GetIsotopicMass(1.0, 1.0); - exmass[2] = GetIsotopicMass(2.0, 1.0); - exmass[3] = GetIsotopicMass(3.0, 1.0); - exmass[4] = GetIsotopicMass(3.0, 2.0); - exmass[5] = GetIsotopicMass(4.0, 2.0); - zmass[0] = exmass[0] + 1.0e3 * AMUAMU; - zmass[1] = exmass[1] + 1.0e3 * AMUAMU; - zmass[2] = exmass[2] + 2.0e3 * AMUAMU; - zmass[3] = exmass[3] + 3.0e3 * AMUAMU; - zmass[4] = exmass[4] + 3.0e3 * AMUAMU; - zmass[5] = exmass[5] + 4.0e3 * AMUAMU; - bnmass[0] = 0.; - bnmass[1] = 0.; - bnmass[2] = zmass[0] + zmass[1] - zmass[2]; - bnmass[3] = zmass[0] * 2. + zmass[1] - zmass[3]; - bnmass[4] = zmass[0] + zmass[1] * 2. - zmass[4]; - bnmass[5] = (zmass[0] + zmass[1]) * 2. - zmass[5]; - for (kk = 1; kk <= 6; ++kk) { - z2mass[kk - 1] = zmass[kk - 1] * zmass[kk - 1]; - } - emn = 1.0e3 * AMNEUT; - emh = zmass[1]; - um = AMUMEV + GetIsotopicMass(16.0, 8.0) / 16.; - emhn = emh - emn; - emnum = emn - um; - } - // End of initialization: - // - // --------------------------------- START OF PROCESS - // Initialize nVariousFragm and smom1 if nothing has been already - // evaporated for this event - for (i = 1; i <= 6; ++i) { - nVariousFragm[i - 1] = 0; - smom1[i - 1] = 0.; - } - ja = m2; - jz = m3; - *u = t1; - - rnmass = massResidNucl * 1e3 + *u; - // P2res and Ptres are the squared momentum and the momentum of the - // residual nucleus (now in relativistic kinematics), Umo the - // invariant mass of the system! - umo = rnmass; - umo2 = umo * umo; - elbtot = rnmass + *erec; - gamcm = elbtot / rnmass; - etacm = totMomResidNucl * 1e3 / rnmass; -L1000: - *loppar = false; - // Check for starting data inconsistencies - if (ja - jz < 0) { - G4cout << " Dres: cascade residual nucleus has mass no. less than Z!!" - << G4endl; - return; - } else if (ja <= 6 || jz <= 2) { - // - // Rough treatment for very few nucleon residual - // nuclei. The basic ideas are: - // a) as many as possible alpha particles are emitted - // b) particles are emitted one per time leaving a residual - // excitation energy proportional to number of nucleons - // left in the residual nucleus (so we deal only with - // two body kinematics) - // T A K E I N T O A C C O U N T T H A T T H I S - // T R E A T M E N T I S E X T R E M E L Y R O U G H - // T H E T A S K B E I N G O N L Y T O S U P P L Y - // S O M E T H I N G T O S H A R E E N E R G Y A N D - // M O M E N T U M A M O N G A F E W F R A G M E N T S - jresid = 0; - // First check we are not concerning with a couple of neutrons or - // protons - if (ja == 2 && jz != 1) { - jemiss = jz / 2 + 1; - jresid = jemiss; - rnmass = zmass[jresid - 1]; - *u = 0.; - deltu = umo - zmass[jemiss - 1] * 2.; - if (deltu <= 0.) { - if (deltu < umo * -2.0 * ANGLGB) { - G4cout << " *** Dres: insufficient Umo for a nucleon couple" - << " " << umo << " " << zmass[jemiss - 1] * 2. << G4endl; - } - umo = (umo + deltu) * ( 1.0 + ANGLGB ); - } - goto L2500; - } - // Then check we are not concerning with one of the six - // standard particles - for (j = 6; j >= 1; --j) { - if (jz == iz[j - 1] && ja == ia[j - 1]) { - switch (j) { - case 1: - case 2: - // Proton or neutron, nothing can be Done - return; - case 3: - // Deuteron: - // Split into a proton and a neutron if it is possible - if (*u > bnmass[2]) { - jemiss = 1; - jresid = 2; - rnmass = zmass[1]; - *u = 0.; - goto L2500; - } else { - // Energy too low to split the deuteron, return - G4cout << " **Dres: energy too low to split a deuteron! M2,M3" - << " " << m2 << " " << m3 << G4endl; - return; - } - case 4: - // Triton: - d__1 = 0., d__2 = *u + bnmass[2] - bnmass[3]; - deuneu = std::max(d__1,d__2); - d__1 = 0., d__2 = *u - bnmass[3]; - prnene = std::max(d__1,d__2); - qnorm = deuneu + prnene; - // If we cannot split then return - if (qnorm <= 0.) { - return; - } - rndm[0] = G4UniformRand(); - v = rndm[0]; - // Split or into a deuteron and a neutron - // or into two protons and one neutron: no account is - // made for Coulomb effects, probability is simply assumed - // proportional to reaction Qs - if (v < deuneu / qnorm) { - // A deuteron and a proton selected - jemiss = 1; - jresid = 3; - rnmass = zmass[2]; - *u = 0.; - goto L2500; - // Split into 1 proton and 2 neutrons: part of the exci- - // tation energy is conserved to allow the further - // splitting of the deuteron - } else { - jemiss = 1; - jresid = 0; - fact = 1.; - // Loop to compute the residual excitation energy - do { - fact *= .6666666666666667; - // Erncm, Eepcm are the total energies of the residual - // nucleus and of the emitted particle in the CMS frame - *u = fact * prnene + bnmass[2]; - rnmass = zmass[2] + *u; - d__1 = rnmass; - erncm = (umo2 + d__1 * d__1 - z2mass[jemiss - 1]) * .5 / umo; - eepcm = umo - erncm; - } while (eepcm <= zmass[jemiss - 1]); - goto L2600; - } - case 5: - // 3-He: - d__1 = 0., d__2 = *u + bnmass[2] - bnmass[4]; - deupro = std::max(d__1,d__2); - d__1 = 0., d__2 = *u - bnmass[4]; - prprne = std::max(d__1,d__2); - qnorm = deupro + prprne; - // If we cannot split then return - if (qnorm <= 0.) { - return; - } - rndm[0] = G4UniformRand(); - v = rndm[0]; - // Split or into a deuteron and a proton - // or into two protons and one neutron: no account is - // made for Coulomb effects, probability is simply assumed - // prportional to reaction Qs - if (v < deupro / qnorm) { - // A deuteron and a proton selected - jemiss = 2; - jresid = 3; - rnmass = zmass[2]; - *u = 0.; - goto L2500; - // Split into 2 protons and 1 neutron: part of the exci- - // tation energy is conserved to allow the further - // splitting of the deuteron - } else { - jemiss = 2; - jresid = 0; - fact = 1.; - // Loop to compute the residual excitation energy - do { - fact *= .6666666666666667; - // Erncm, Eepcm are the total energies of the residual - // nucleus and of the emitted particle in the CMS frame - *u = fact * prprne + bnmass[2]; - rnmass = zmass[2] + *u; - d__1 = rnmass; - erncm = (umo2 + d__1 * d__1 - z2mass[jemiss - 1]) * .5 / umo; - eepcm = umo - erncm; - } while (eepcm <= zmass[jemiss - 1]); - goto L2600; - } - case 6: - // Alpha: - // - d__1 = 0., d__2 = *u + bnmass[2] * 2. - bnmass[5]; - deudeu = std::max(d__1,d__2); - d__1 = 0., d__2 = *u + bnmass[3] - bnmass[5]; - protri = std::max(d__1,d__2); - d__1 = 0., d__2 = *u + bnmass[4] - bnmass[5]; - ueu3he = std::max(d__1,d__2); - qnorm = deudeu + protri + ueu3he; - // If we cannot split then return - if (qnorm <= 0.) { - return; - } - rndm[0] = G4UniformRand(); - v = rndm[0]; - // Split or into two deuterons or a triton and a proton - // or a 3-He and a neutron: no account is made for - // Coulomb effects, probability is simply assumed - // proportional to reaction Qs - if (v < deudeu / qnorm) { - // Two deuterons selected - jemiss = 3; - jresid = 3; - rnmass = zmass[2]; - *u = 0.; - goto L2500; - } else if (v < (deudeu + protri) / qnorm) { - // Split into a triton and a proton - jemiss = 2; - jresid = 4; - rnmass = zmass[3]; - *u = 0.; - goto L2500; - } else { - // Split into a 3-He and a neutron - jemiss = 1; - jresid = 5; - rnmass = zmass[4]; - *u = 0.; - goto L2500; - } - } - } - } - a = (G4double) ja; - z = (G4double) jz; - q[0] = 0.; - energ0 = GetIsotopicMass(a, z); - G4cout << "energ0= " << energ0 << G4endl; - // Note that Q(i) are not the reaction Qs but the remaining - // energy after the reaction - for (k = 1; k <= 6; ++k) { - jja = ja - ia[k - 1]; - jjz = jz - iz[k - 1]; - jjn = jja - jjz; - if (jjn < 0 || jjz < 0) { - q[k] = q[k - 1]; - continue; - } - ddjja = (G4double) jja; - ddjjz = (G4double) jjz; - d__1 = *u + energ0 - GetIsotopicMass(ddjja, ddjjz) - exmass[k - 1]; - q[k] = std::max(d__1,0.) + q[k - 1]; - } - // If no emission channel is open then return - if (q[6] <= 0.) { - return; - } - rndm[0] = G4UniformRand(); - v = rndm[0]; - fact = 1.; - for (j = 1; j <= 6; ++j) { - if (v < q[j] / q[6]) { - jemiss = j; - jja = ja - ia[jemiss - 1]; - jjz = jz - iz[jemiss - 1]; - for (jj = 1; jj <= 6; ++jj) { - if (jja == ia[jj - 1] && jjz == iz[jj - 1]) { - jresid = jj; - rnmass = zmass[jresid - 1]; - erncm = (umo2 + z2mass[jresid - 1] - z2mass[jemiss - 1]) * - .5 / umo; - eepcm = umo - erncm; - *u = 0.; - goto L2600; - } - } - ajja = (G4double) jja; - zjjz = (G4double) jjz; - rnmas0 = ajja * AMUMEV + GetIsotopicMass(ajja, zjjz); - goto L2300; - } - } - G4cout << " **** error in Dres, few nucleon treatment ****" << G4endl; - return; - // Loop to compute the residual excitation energy -L2300: - fact = fact * ajja / a; - *u = fact * (q[jemiss] - q[jemiss - 1]); - // Erncm, Eepcm are the total energies of the residual - // nucleus and of the emitted particle in the CMS frame - rnmass = rnmas0 + *u; - d__1 = rnmass; - erncm = (umo2 + d__1 * d__1 - z2mass[jemiss - 1]) * .5 / umo; - eepcm = umo - erncm; - if (eepcm <= zmass[jemiss - 1]) { - if (q[jemiss] - q[jemiss - 1] >= 1e-6) { - goto L2300; - } - // Actually there is no excitation energy available! - *u = ANGLGB; - rnmass = rnmas0 * ONEPLS; - erncm = rnmass * ONEPLS; - eepcm = zmass[jemiss - 1] * ONEPLS; - } - goto L2600; - // From here standard two bodies kinematics with Jemiss, Rnmass - // (new excitation energy is U) -L2500: - // Erncm, Eepcm are the total energies of the residual - // nucleus and of the emitted particle in the CMS frame - d__1 = rnmass; - erncm = (umo2 + d__1 * d__1 - z2mass[jemiss - 1]) * .5 / umo; - eepcm = umo - erncm; -L2600: - // C(i) are the direction cosines of the emitted particle - // (Jemiss) in the CMS frame, of course - C(i) - // are the ones of the residual nucleus (Jresid if one of the - // standard partcles, say the proton) - RanDirCos(c, &c[1], &c[2]); - d__1 = eepcm; - pcms = sqrt(d__1 * d__1 - z2mass[jemiss - 1]); - // Now we perform the Lorentz transformation back to the original - // frame (lab frame) - // First the emitted particle: - etax = etacm * dirCosXResidNucl; - etay = etacm * dirCosYResidNucl; - etaz = etacm * dirCosZResidNucl; - pcmsx = pcms * c[0]; - pcmsy = pcms * c[1]; - pcmsz = pcms * c[2]; - etapcm = pcmsx * etax + pcmsy * etay + pcmsz * etaz; - eps = gamcm * eepcm + etapcm - zmass[jemiss - 1]; - phelp = etapcm / (gamcm + 1.) + eepcm; - plbpx = pcmsx + etax * phelp; - plbpy = pcmsy + etay * phelp; - plbpz = pcmsz + etaz * phelp; - phelp = sqrt(plbpx * plbpx + plbpy * plbpy + plbpz * plbpz); - coslbp[0] = plbpx / phelp; - coslbp[1] = plbpy / phelp; - coslbp[2] = plbpz / phelp; - // Then the residual nucleus ( for it c (i) --> - c (i) ): - *erec = gamcm * erncm - etapcm - rnmass; - kinEnResidNucl = *erec * .001; - phelp = -etapcm / (gamcm + 1.) + erncm; - momXResidNucl = (-pcmsx + etax * phelp) * .001; - momYResidNucl = (-pcmsy + etay * phelp) * .001; - momZResidNucl = (-pcmsz + etaz * phelp) * .001; - p2res = momXResidNucl * momXResidNucl + - momYResidNucl * momYResidNucl + momZResidNucl * momZResidNucl; - totMomResidNucl = sqrt(p2res); - dirCosXResidNucl = momXResidNucl / totMomResidNucl; - dirCosYResidNucl = momYResidNucl / totMomResidNucl; - dirCosZResidNucl = momZResidNucl / totMomResidNucl; - // Score the emitted particle - ++nVariousFragm[jemiss - 1]; - smom1[jemiss - 1] += eps; - itemp = nVariousFragm[jemiss - 1] - 1 + (jemiss - 1)*MXEVAP; - Evaporates[itemp].SetZero(); - Evaporates[itemp].SetMass( massFragm[jemiss - 1] ); - Evaporates[itemp].SetMomentum( coslbp[0], coslbp[1], coslbp[2] ); - Evaporates[itemp].SetKineticEnergyAndUpdate( eps / 1e3 ); - Evaporates[itemp].SetParticleDef( pdefFragm[jemiss - 1] ); - // Check if the residual nucleus is one of the emitted particles - if (jresid > 0) { - j = jresid; - if (*u > ANGLGB) { - goto L1000; - } - jemiss = j; - // *****STORE,RESIDUAL NUC IS OF EMITTED PARTICLE TYPE - // If we are here this means that the residual nucleus is equal to - // one of the six emitted particle (the j-th one). So give to it - // all the energy, score it and return with 0 recoil and excitation - // energy for the residual nucleus - eps = *erec; - ++nVariousFragm[jemiss - 1]; - smom1[jemiss - 1] += eps; - itemp = nVariousFragm[jemiss - 1] - 1 + (jemiss - 1)*MXEVAP; - Evaporates[itemp].SetZero(); - Evaporates[itemp].SetMass( massFragm[jemiss - 1] ); - Evaporates[itemp].SetMomentum( dirCosXResidNucl, - dirCosYResidNucl, - dirCosZResidNucl ); - Evaporates[itemp].SetKineticEnergyAndUpdate( eps / 1e3 ); - Evaporates[itemp].SetParticleDef( pdefFragm[jemiss - 1] ); - *loppar = false; - *erec = 0.; - *u = 0.; - kinEnResidNucl = 0.; - totMomResidNucl = 0.; - return; - // -->-->-->-->--> go to return - } - ja -= ia[jemiss - 1]; - jz -= iz[jemiss - 1]; - // Umo is the invariant mass of the system!! - umo = rnmass; - umo2 = umo * umo; - elbtot = rnmass + *erec; - gamcm = elbtot / rnmass; - etacm = totMomResidNucl * 1e3 / rnmass; - goto L1000; - } - // Come here at the beginning and after the end of a "normal" - // evaporation cycle - do { - a = (G4double) ja; - z = (G4double) jz; - if (ja - 8 == 0 && jz - 4 == 0) { - break; - } - for (k = 1; k <= 6; ++k) { - if (a - fla[k - 1] <= z - flz[k - 1]) { - q[k] = 99999.; - continue; - } - if (a < fla[k - 1] * 2. || z < flz[k - 1] * 2.) { - continue; - } - q[k] = - NuclearBindingEnergy(a - fla[k - 1], - z - flz[k - 1], a, z) + exmass[k - 1]; - } - flkcou[0] = 0.; - flkcou[1] = CoulombBarrier(1, z - flz[1]); - flkcou[2] = flkcou[1] + .06; - flkcou[3] = flkcou[1] + .12; - flkcou[5] = CoulombBarrier(2, z - flz[5]); - flkcou[4] = flkcou[5] - .06; - ccoul[0] = 1.; - ccou2 = CoulombBarrier(3, z - flz[1]); - ccoul[1] = ccou2 + 1.; - ccoul[2] = ccou2 * 1.5 + 3.; - ccoul[3] = ccou2 + 3.; - ccoul[5] = CoulombBarrier(4, z - flz[5]) * 2. + 2.; - ccoul[4] = ccoul[5] * 2. - 1.; - sigma = 0.; - // Initialize the flag which checks for open particle decay with - // zero excitation and pairing --> for particle unstable residual - // nuclei - *loppar = false; - for (j = 1; j <= 6; ++j) { - if (a < fla[j - 1] * 2. || z < flz[j - 1] * 2. ) { - r[j - 1] = 0.; - s[j - 1] = 0.; - sos[j - 1] = 0.; - continue; - } - mm = ja - ia[j - 1]; - zz = z - flz[j - 1]; - aa = a - fla[j - 1]; - if (aa <= zz) { - r[j - 1] = 0.; - s[j - 1] = 0.; - sos[j - 1] = 0.; - continue; - } - // Energy threshold for the emission of the jth-particle - thresh[j - 1] = - q[j] + flkcou[j - 1] * .88235 * flz[j - 1] * zz / - (residualNuclearMasses[mm - 1] + rho[j - 1]); - *loppar = *loppar || thresh[j - 1] > 0.; - iaa = NINT(aa); - izz = NINT(zz); - nn = iaa - izz; - // The residual nucleus excitation energy ranges from 0 up - // to U - Q (J) - umxres = *u - thresh[j - 1]; - // This is the a lower case of the level density - smalla[j - 1] = LevelDensity(izz, nn, &asmmax, &asmmin); - ExcitationEnergyLevel(iaa, izz, &eex1st, &eex2nd, &corr); - eex1st *= 1e3; - eex2nd *= 1e3; - corr = std::max(corr,0.) * 1e3; - if (nn == 4 && izz == 4) { - if (*u - thresh[j - 1] - 6.1 > 0.) { - corr = 6.; - } else { - tmpvar = *u - thresh[j - 1] - .1; - corr = std::max(0.,tmpvar); - } - } - if (NINT(pairCorrFlag) == 1) { - corr = 0.; - } - corrrr[j - 1] = corr; - // Standard calculation: - arg = *u - thresh[j - 1] - corr; - if (!(arg >= 0)) { - r[j - 1] = 0.; - s[j - 1] = 0.; - sos[j - 1] = 0.; - continue; - } - s[j - 1] = sqrt(smalla[j - 1] * arg) * 2.; - sos[j - 1] = s[j - 1] * 10.; - } - n1 = 1; - d__1 = - std::max(s[0],s[1]), d__1 = std::max(d__1,s[2]), d__1 = - std::max(d__1,s[3]), d__1 = std::max(d__1,s[4]); - ses = std::max(d__1,s[5]); - for (j = 1; j <= 6; ++j) { - js = (G4int) (sos[j - 1] + 1.); - fjs = (G4double) js; - strun[j - 1] = fjs - 1.; - if (s[j - 1] > 0.) { - mm = ja - ia[j - 1]; - d__3 = EXPMIN, d__4 = s[j - 1] - ses; - d__1 = EXPMAX, d__2 = std::max(d__3,d__4); - expsas = std::min(d__1,d__2); - sas = exp(expsas); - d__3 = EXPMIN, d__4 = -s[j - 1]; - d__1 = EXPMAX, d__2 = std::max(d__3,d__4); - expsus = std::min(d__1,d__2); - sus = exp(expsus); - d__1 = s[j - 1]; - d__2 = s[j - 1]; - d__3 = smalla[j - 1]; - eye1[j - 1] = - (d__1 * d__1 * 2. - s[j - 1] * 6. + 6. + sus * (d__2 * d__2 - 6.)) / - (d__3 * d__3 * 8.); - if (j == 1) { - eye0[j - 1] = (s[j - 1] - 1. + sus) / (smalla[j - 1] * 2.); - // Standard calculation - d__1 = residualNuclearMasses[mm - 1]; - r[j - 1] = - d__1 * d__1 * alph[mm - 1] * - (eye1[j - 1] + bet[mm - 1] * eye0[j - 1]) * sas; - } else { - d__1 = residualNuclearMasses[mm - 1]; - r[j - 1] = ccoul[j - 1] * (d__1 * d__1) * eye1[j - 1] * sas; - } - d__1 = 0., d__2 = r[j - 1]; - r[j - 1] = std::max(d__1,d__2); - sigma += r[j - 1]; - } - } - ncount = 0; -L6202: - if (sigma <= 0.) { - goto L9; - } else { - goto L10; - } -L9: - for (j = 1; j <= 6; ++j) { - if (ja - ia[j - 1] == 0 && jz - iz[j - 1] == 0) { - if (*u > ANGLGB) { - goto L1000; - } - jemiss = j; - // *****STORE,RESIDUAL NUC IS OF EMITTED PARTICLE TYPE - // If we are here this means that the residual nucleus is equal to - // one of the six emitted particle (the j-th one). So give to it - // all the energy, score it and return with 0 recoil and excitation - // energy for the residual nucleus - eps = *erec; - ++nVariousFragm[jemiss - 1]; - smom1[jemiss - 1] += eps; - itemp = nVariousFragm[jemiss - 1] - 1 + (jemiss - 1)*MXEVAP; - Evaporates[itemp].SetZero(); - Evaporates[itemp].SetMass( massFragm[jemiss - 1] ); - Evaporates[itemp].SetMomentum( dirCosXResidNucl, - dirCosYResidNucl, - dirCosZResidNucl ); - Evaporates[itemp].SetKineticEnergyAndUpdate( eps / 1e3 ); - Evaporates[itemp].SetParticleDef( pdefFragm[jemiss - 1] ); - *loppar = false; - *erec = 0.; - *u = 0.; - kinEnResidNucl = 0.; - totMomResidNucl = 0.; - return; - // -->-->-->-->--> go to return - } - } - if (ja - 8 != 0 || jz - 4 != 0) { - return; - } - break; - // Come here for a "normal" Step -L10: - *loppar = false; - rndm[0] = G4UniformRand(); - uran = rndm[0] * sigma; - sum = 0.; - for (j = 1; j <= 6; ++j) { - k = j; - sum = r[j - 1] + sum; - if (sum - uran > 0.) { - break; - } - } - jemiss = k; - ++nVariousFragm[jemiss - 1]; - js = (G4int) (sos[jemiss - 1] + 1.); - if (js - 1000 >= 0) { - d__1 = s[jemiss - 1], d__2 = d__1; - d__3 = s[jemiss - 1]; - d__4 = s[jemiss - 1]; - ratio2 = - (d__2 * (d__1 * d__1) - d__3 * d__3 * 6. + s[jemiss - 1] * 15. - 15.) / - ((d__4 * d__4 * 2. - s[jemiss - 1] * 6. + 6.) * smalla[jemiss - 1]); - } else { - ratio2 = (p2[js - 1] + (p2[js] - p2[js - 1]) * - (sos[jemiss - 1] - strun[jemiss - 1])) / smalla[jemiss - 1]; - } - epsav = ratio2 * 2.; - // Neutron channel selected: - if (jemiss == 1) { - mm = ja - ia[j - 1]; - epsav = - (epsav + bet[mm - 1]) / - (bet[mm - 1] * eye0[jemiss - 1] / eye1[jemiss - 1] + 1.); - } - do { - rndm[0] = G4UniformRand(); - rndm[1] = G4UniformRand(); - e1 = log(rndm[0]) * -.5; - e2 = log(rndm[1]) * -.5; - // Eps should be the total kinetic energy in the CMS frame - // Standard calculation: - eps = (e1 + e2) * epsav + thresh[jemiss - 1] - q[jemiss]; - ar = a - ia[jemiss - 1]; - zr = z - iz[jemiss - 1]; - // The CMS energy is updated - imass = NINT(ar); - if (imass == 8 && NINT(zr) == 4) { - unew = *u - eps - q[jemiss]; - umax = *u - thresh[jemiss - 1]; - if (unew > 6.) { - umin = 6.; - } else if (unew > 4.47 && umax > 6.) { - umin = 4.47; - unew = 6.; - } else if (unew > 1.47 && umax > 2.94) { - umin = 1.47; - unew = 2.94; - } else { - umin = -.1; - unew = ANGLGB * 0.1; - } - } else if (imass <= 4) { - ipro = NINT(zr); - ineu = imass - ipro; - if (imass == 1) { - // Be sure that residual neutrons or protons are not left excited - umin = 0.; - unew = 0.; - eps = *u - q[jemiss]; - } else if (ipro == 0 || ineu == 0) { - // Ipro protons or ineu neutrons arrived here! - umin = corrrr[jemiss - 1]; - unew = *u - eps - q[jemiss]; - } else if (imass <= 2) { - // Be sure that residual deuterons are not left excited! - umin = 0.; - unew = 0.; - eps = *u - q[jemiss]; - } else if ((i__1 = ineu - ipro, abs(i__1)) <= 1) { - // For the moment also residual 3-H, 3-He and 4-He are not left - // excited ! - umin = 0.; - unew = 0.; - eps = *u - q[jemiss]; - } else { - umin = corrrr[jemiss - 1]; - unew = *u - eps - q[jemiss]; - } - } else { - umin = corrrr[jemiss - 1]; - unew = *u - eps - q[jemiss]; - } - // Standard calculation - if (unew - umin >= 0.) { - rnmass = ar * AMUMEV + GetIsotopicMass(ar, zr) + unew; - d__1 = rnmass + zmass[jemiss - 1]; - umin2 = d__1 * d__1; - if (umin2 >= umo2) { - ++ncount; - continue; - } - *u = unew; - // C(i) are the direction cosines of the evaporated particle in the CMS - // frame, of course - C(i) are the ones of the residual nucleus - RanDirCos(c, &c[1], &c[2]); - // Erncm, Eepcm are the total energies of the residual nucleus and - // of the evaporated particle in the CMS frame - d__1 = rnmass; - erncm = (umo2 + d__1 * d__1 - z2mass[jemiss - 1]) * .5 / umo; - eepcm = umo - erncm; - d__1 = eepcm; - pcms = sqrt(d__1 * d__1 - z2mass[jemiss - 1]); - // Now we perform the Lorentz transformation back to the original - // frame (lab frame) - // First the evaporated particle: - etax = etacm * dirCosXResidNucl; - etay = etacm * dirCosYResidNucl; - etaz = etacm * dirCosZResidNucl; - pcmsx = pcms * c[0]; - pcmsy = pcms * c[1]; - pcmsz = pcms * c[2]; - etapcm = pcmsx * etax + pcmsy * etay + pcmsz * etaz; - eps = gamcm * eepcm + etapcm - zmass[jemiss - 1]; - phelp = etapcm / (gamcm + 1.) + eepcm; - plbpx = pcmsx + etax * phelp; - plbpy = pcmsy + etay * phelp; - plbpz = pcmsz + etaz * phelp; - phelp = sqrt(plbpx * plbpx + plbpy * plbpy + plbpz * plbpz); - coslbp[0] = plbpx / phelp; - coslbp[1] = plbpy / phelp; - coslbp[2] = plbpz / phelp; - // Then the residual nucleus ( for it c (i) --> - c (i) ): - *erec = gamcm * erncm - etapcm - rnmass; - kinEnResidNucl = *erec * .001; - phelp = -etapcm / (gamcm + 1.) + erncm; - momXResidNucl = (-pcmsx + etax * phelp) * .001; - momYResidNucl = (-pcmsy + etay * phelp) * .001; - momZResidNucl = (-pcmsz + etaz * phelp) * .001; - p2res = - momXResidNucl * momXResidNucl + momYResidNucl * momYResidNucl + - momZResidNucl * momZResidNucl; - totMomResidNucl = sqrt(p2res); - dirCosXResidNucl = momXResidNucl / totMomResidNucl; - dirCosYResidNucl = momYResidNucl / totMomResidNucl; - dirCosZResidNucl = momZResidNucl / totMomResidNucl; - // Check energy and momentum conservation !! - if (*erec <= 0.) { - totMomResidNucl = 0.; - *erec = 0.; - } - // Umo is the invariant mass of the system!! - umo = rnmass; - umo2 = umo * umo; - elbtot = rnmass + *erec; - gamcm = elbtot / rnmass; - etacm = totMomResidNucl * 1e3 / rnmass; - goto L76; - } - ++ncount; - } while (ncount <= 10); - sigma -= r[jemiss - 1]; - // if we are here we have sampled for > 10 Times a negative energy Unew - --nVariousFragm[jemiss - 1]; - r[jemiss - 1] = 0.; - ncount = 0; - goto L6202; -L76: - jat = ja - ia[jemiss - 1]; - jzt = jz - iz[jemiss - 1]; - if (jat - jzt <= 0) { - goto L9; - } - ja = jat; - jz = jzt; - // *****STORE,END OF NORMAL CYCLE - smom1[jemiss - 1] += eps; - itemp = nVariousFragm[jemiss - 1] - 1 + (jemiss - 1)*MXEVAP; - Evaporates[itemp].SetZero(); - Evaporates[itemp].SetMass( massFragm[jemiss - 1] ); - Evaporates[itemp].SetMomentum( coslbp[0], coslbp[1], coslbp[2] ); - Evaporates[itemp].SetKineticEnergyAndUpdate( eps / 1e3 ); - Evaporates[itemp].SetParticleDef( pdefFragm[jemiss - 1] ); - // The following card switch to the rough splitting treatment - if (ja <= 2) { - goto L1000; - } - } while (ja - 8 != 0 || jz - 4 != 0); - // If we are here the residual nucleus is a 8-Be one, break it into - // two alphas with all the available energy (U plus the Q of the breakup) - // , score them and return with 0 recoil and excitation energy - *loppar = false; - if (*u < 0.) { - eps = 0.; - } - // C(i) are the direction cosines of the first alpha in the CMS - // frame, of course - C(i) are the ones of the other - RanDirCos(c, &c[1], &c[2]); - // Ecms is the total energy of the alphas in the CMS frame - ecms = umo * .5; - d__1 = ecms; - pcms = sqrt(d__1 * d__1 - z2mass[5]); - // Now we perform the Lorentz transformation back to the original - // frame (lab frame) - // First alpha: - etax = etacm * dirCosXResidNucl; - etay = etacm * dirCosYResidNucl; - etaz = etacm * dirCosZResidNucl; - pcmsx = pcms * c[0]; - pcmsy = pcms * c[1]; - pcmsz = pcms * c[2]; - etapcm = pcmsx * etax + pcmsy * etay + pcmsz * etaz; - eps = gamcm * ecms + etapcm - zmass[5]; - phelp = etapcm / (gamcm + 1.) + ecms; - plbpx = pcmsx + etax * phelp; - plbpy = pcmsy + etay * phelp; - plbpz = pcmsz + etaz * phelp; - phelp = sqrt(plbpx * plbpx + plbpy * plbpy + plbpz * plbpz); - // Store the first alpha!! - smom1[5] += eps; - ++nVariousFragm[5]; - itemp = nVariousFragm[5] + 499; - Evaporates[itemp].SetZero(); - Evaporates[itemp].SetMass( massFragm[5] ); - Evaporates[itemp].SetMomentum( plbpx/phelp, plbpy/phelp, plbpz/phelp ); - Evaporates[itemp].SetKineticEnergyAndUpdate( eps / 1e3 ); - Evaporates[itemp].SetParticleDef( pdefFragm[5] ); - // Then the second alpha ( for it c (i) --> - c (i) ): - eps = gamcm * ecms - etapcm - zmass[5]; - phelp = -etapcm / (gamcm + 1.) + ecms; - plbpx = -pcmsx + etax * phelp; - plbpy = -pcmsy + etay * phelp; - plbpz = -pcmsz + etaz * phelp; - phelp = sqrt(plbpx * plbpx + plbpy * plbpy + plbpz * plbpz); - // Store the second alpha !! - smom1[5] += eps; - ++nVariousFragm[5]; - itemp = nVariousFragm[5] + 499; - Evaporates[itemp].SetZero(); - Evaporates[itemp].SetMass( massFragm[5] ); - Evaporates[itemp].SetMomentum( plbpx/phelp, plbpy/phelp, plbpz/phelp ); - Evaporates[itemp].SetKineticEnergyAndUpdate( eps / 1e3 ); - Evaporates[itemp].SetParticleDef( pdefFragm[5] ); - *loppar = false; - *erec = 0.; - *u = 0.; - kinEnResidNucl = 0.; - totMomResidNucl = 0.; - return; - -} // ResidualNucleusCascade - - -G4double G4MuonMinusCaptureAtRest::GetIsotopicMass(G4double a, G4double z) -{ - // System generated locals - G4double ret_val; - - // Local variables - static G4int n, ka0, iz0, kz0, izz; - - ka0 = NINT(a); - kz0 = NINT(z); - n = ka0 - kz0; - if (n <= 0) { - if (ka0 != 1) { - if (n < 0) { - G4cout << " Stopped in energy: mass number =< atomic number !!" - << " " << ka0 << " " << kz0 << G4endl; - } - } else { - ret_val = isotopicData[2][0]; - return ret_val; - } - } - izz = NINT(isotopicData[0][ka0 - 1]); - if (kz0 < izz || kz0 > izz + 9) { - ret_val = CalculateIsotopicMass(a, z); - } else { - iz0 = kz0 - izz + 2; - ret_val = isotopicData[iz0 - 1][ka0 - 1]; - if (ret_val == 0. && (ka0 != 12 || kz0 != 6)) { - ret_val = CalculateIsotopicMass(a, z); - } - } - return ret_val; - -} // GetIsotopicMass - - -void G4MuonMinusCaptureAtRest::Erup() -{ - // Local variables - static G4int i, m2, m3; - static G4double fpart[6]; - static G4bool loppar; - static G4double fpartt; - - // ---------------------------------------------------------------------* - // * - // Created on 15 may 1990 by Alfredo & Paola Sala * - // INFN - Milan * - // Last change on 10-apr-93 by Alfredo Ferrari, INFN-Milan * - // * - // Derived from the ERUP routine of EVAP-V, HERMES, KFA-Julich * - // * - // ---------------------------------------------------------------------* - - // *****MODIFIED TO OBTAIN APR,ZPR AFTER CAS + EVAP (8-68,T.W.A.) - - // Check the excitation energy - if (iniExcitEnEvapNucl <= 0.) { - // No excitation energy: - for (i = 1; i <= 6; ++i) { - nVariousFragm[i - 1] = 0; - } - finExcitEnEvapNucl = iniExcitEnEvapNucl; - } else { - // Positive excitation energy: - // Try evaporation - m2 = NINT(atMassEvapNucl); - m3 = NINT(chargeEvapNucl); -// for (;;) { - do { - ResidualNucleusCascade(m2, m3, iniExcitEnEvapNucl, &finExcitEnEvapNucl, - &recoilEnEvapNucl, &loppar); - fpartt = 0.; - for (i = 1; i <= 6; ++i) { - fpart[i - 1] = (G4double) nVariousFragm[i - 1]; - fpartt += fpart[i - 1]; - } - if (fpartt + pairCorrFlag >= ANGLGB || ! loppar) { - break; - } - pairCorrFlag = 1.; - } while (pairCorrFlag > 0.); - // No more particles evaporated and pairing corrections accounted for - pairCorrFlag = 0.; - chargeEvapNucl = - chargeEvapNucl - fpart[1] - fpart[2] - - (fpart[4] + fpart[5]) * 2. - fpart[3]; - atMassEvapNucl = - atMassEvapNucl - fpart[0] - fpart[1] - - fpart[2] * 2. - (fpart[3] + fpart[4]) * 3. - fpart[5] * 4.; - } - return; - -} // Erup - - -void G4MuonMinusCaptureAtRest::InitializeMuCapture() -{ - static G4int i, j; - - static G4double rmass[297] = { - 1.00000000000000, 1.25992104989487, 1.44224957030741, - 1.58740105196820, 1.70997594667670, 1.81712059283214, - 1.91293118277239, 2.00000000000000, 2.08008382305190, - 2.15443469003188, 2.22398009056932, 2.28942848510666, - 2.35133468772076, 2.41014226417523, 2.46621207433047, - 2.51984209978975, 2.57128159065824, 2.62074139420890, - 2.66840164872194, 2.71441761659491, 2.75892417638112, - 2.80203933065539, 2.84386697985157, 2.88449914061482, - 2.92401773821287, 2.96249606840737, 3.00000000000000, - 3.03658897187566, 3.07231682568585, 3.10723250595386, - 3.14138065239139, 3.17480210393640, 3.20753432999583, - 3.23961180127748, 3.27106631018859, 3.30192724889463, - 3.33222185164595, 3.36197540679896, 3.39121144301417, - 3.41995189335339, 3.44821724038273, 3.47602664488645, - 3.50339806038672, 3.53034833532606, 3.55689330449006, - 3.58304787101595, 3.60882608013869, 3.63424118566428, - 3.65930571002297, 3.68403149864039, 3.70842976926619, - 3.73251115681725, 3.75628575422107, 3.77976314968462, - 3.80295246076139, 3.82586236554478, 3.84850113127680, - 3.87087664062780, 3.89299641587326, 3.91486764116886, - 3.93649718310217, 3.95789160968041, 3.97905720789639, - 4.00000000000000, 4.02072575858906, 4.04124002062219, - 4.06154810044568, 4.08165510191735, 4.10156592970235, - 4.12128529980856, 4.14081774942285, 4.16016764610381, - 4.17933919638123, 4.19833645380841, 4.21716332650875, - 4.23582358425489, 4.25432086511501, 4.27265868169792, - 4.29084042702621, 4.30886938006377, 4.32674871092222, - 4.34448148576861, 4.36207067145484, 4.37951913988789, - 4.39682967215818, 4.41400496244210, 4.43104762169363, - 4.44796018113863, 4.46474509558454, 4.48140474655716, - 4.49794144527541, 4.51435743547400, 4.53065489608349, - 4.54683594377634, 4.56290263538697, 4.57885697021333, - 4.59470089220704, 4.61043629205845, 4.62606500918274, - 4.64158883361278, 4.65700950780383, 4.67232872835526, - 4.68754814765360, 4.70266937544151, 4.71769398031653, - 4.73262349116337, 4.74745939852340, 4.76220315590460, - 4.77685618103502, 4.79141985706278, 4.80589553370533, - 4.82028452835046, 4.83458812711164, 4.84880758583988, - 4.86294413109428, 4.87699896107331, 4.89097324650875, - 4.90486813152402, 4.91868473445873, 4.93242414866094, - 4.94608744324870, 4.95967566384230, 4.97318983326859, - 4.98663095223865, 5.00000000000000, 5.01329793496458, - 5.02652569531348, 5.03968419957949, 5.05277434720856, - 5.06579701910089, 5.07875307813270, 5.09164336965949, - 5.10446872200146, 5.11722994691205, 5.12992784003009, - 5.14256318131647, 5.15513673547577, 5.16764925236362, - 5.18010146738029, 5.19249410185110, 5.20482786339420, - 5.21710344627617, 5.22932153175598, 5.24148278841779, - 5.25358787249290, 5.26563742817144, 5.27763208790408, - 5.28957247269421, 5.30145919238090, 5.31329284591305, - 5.32507402161499, 5.33680329744389, 5.34848124123936, - 5.36010841096536, 5.37168535494483, 5.38321261208728, - 5.39469071210959, 5.40612017575022, 5.41750151497718, - 5.42883523318981, 5.44012182541480, 5.45136177849642, - 5.46255557128140, 5.47370367479843, 5.48480655243262, - 5.49586466009501, 5.50687844638735, 5.51784835276224, - 5.52877481367887, 5.53965825675446, 5.55049910291155, - 5.56129776652123, 5.57205465554262, 5.58277017165842, - 5.59344471040698, 5.60407866131077, 5.61467240800149, - 5.62522632834186, 5.63574079454424, 5.64621617328617, - 5.65665282582291, 5.66705110809706, 5.67741137084543, - 5.68773395970313, 5.69801921530506, 5.70826747338486, - 5.71847906487132, 5.72865431598244, 5.73879354831717, - 5.74889707894483, 5.75896522049240, 5.76899828122963, - 5.77899656515213, 5.78896037206240, 5.79888999764900, - 5.80878573356370, 5.81864786749696, 5.82847668325146, - 5.83827246081400, 5.84803547642573, 5.85776600265065, - 5.86746430844261, 5.87713065921074, 5.88676531688334, - 5.89636853997037, 5.90594058362449, 5.91548169970072, - 5.92499213681474, 5.93447214039994, 5.94392195276313, - 5.95334181313905, 5.96273195774369, 5.97209261982640, - 5.98142402972088, 5.99072641489509, 6.00000000000000, - 6.00924500691737, 6.01846165480645, 6.02765016014974, - 6.03681073679769, 6.04594359601251, 6.05504894651110, - 6.06412699450696, 6.07317794375132, 6.08220199557340, - 6.09119934891978, 6.10017020039306, 6.10911474428961, - 6.11803317263662, 6.12692567522842, 6.13579243966196, - 6.14463365137169, 6.15344949366368, 6.16224014774904, - 6.17100579277672, 6.17974660586564, 6.18846276213620, - 6.19715443474113, 6.20582179489575, 6.21446501190772, - 6.22308425320606, 6.23167968436975, 6.24025146915571, - 6.24879976952624, 6.25732474567597, 6.26582655605827, - 6.27430535741117, 6.28276130478279, 6.29119455155629, - 6.29960524947437, 6.30799354866327, 6.31635959765638, - 6.32470354341737, 6.33302553136292, 6.34132570538500, - 6.34960420787280, 6.35786117973420, 6.36609676041689, - 6.37431108792909, 6.38250429885991, 6.39067652839931, - 6.39882791035777, 6.40695857718556, 6.41506865999165, - 6.42315828856237, 6.43122759137962, 6.43927669563891, - 6.44730572726691, 6.45531481093889, 6.46330407009565, - 6.47127362696036, 6.47922360255497, 6.48715411671635, - 6.49506528811226, 6.50295723425693, 6.51083007152643, - 6.51868391517377, 6.52651887934375, 6.53433507708757, - 6.54213262037718, 6.54991162011937, 6.55767218616971, - 6.56541442734614, 6.57313845144243, 6.58084436524139, - 6.58853227452786, 6.59620228410148, 6.60385449778925, - 6.61148901845794, 6.61910594802623, 6.62670538747667, - 6.63428743686750, 6.64185219534421, 6.64939976115097, - 6.65693023164187, -5.56381e-67, 3.44267e+07 - }; - - static G4double Wapstra[11][250] = { - {0.0, 1.0, 1.0, 1.0, 1.0, 2.0, 2.0, 2.0, 3.0, 3.0, - 3.0, 4.0, 4.0, 4.0, 5.0, 5.0, 5.0, 6.0, 6.0, 7.0, - 7.0, 8.0, 8.0, 9.0, 9.0, 10.0, 10.0, 11.0, 11.0, 11.0, - 11.0, 11.0, 12.0, 13.0, 13.0, 14.0, 14.0, 15.0, 15.0, 16.0, - 16.0, 17.0, 17.0, 18.0, 18.0, 18.0, 19.0, 19.0, 20.0, 20.0, - 21.0, 21.0, 22.0, 22.0, 23.0, 23.0, 24.0, 24.0, 25.0, 25.0, - 26.0, 26.0, 27.0, 27.0, 28.0, 28.0, 28.0, 29.0, 29.0, 29.0, - 30.0, 30.0, 30.0, 30.0, 30.0, 30.0, 30.0, 30.0, 31.0, 31.0, - 32.0, 32.0, 33.0, 33.0, 34.0, 34.0, 35.0, 35.0, 36.0, 36.0, - 36.0, 36.0, 36.0, 37.0, 37.0, 37.0, 38.0, 38.0, 39.0, 40.0, - 40.0, 41.0, 41.0, 42.0, 42.0, 43.0, 43.0, 44.0, 44.0, 45.0, - 45.0, 46.0, 46.0, 47.0, 47.0, 47.0, 47.0, 48.0, 48.0, 48.0, - 49.0, 49.0, 49.0, 49.0, 49.0, 49.0, 49.0, 49.0, 49.0, 49.0, - 50.0, 50.0, 51.0, 51.0, 52.0, 52.0, 53.0, 53.0, 54.0, 54.0, - 54.0, 54.0, 55.0, 55.0, 55.0, 56.0, 57.0, 58.0, 58.0, 59.0, - 59.0, 60.0, 60.0, 61.0, 61.0, 62.0, 62.0, 63.0, 63.0, 63.0, - 64.0, 64.0, 65.0, 65.0, 66.0, 66.0, 67.0, 67.0, 67.0, 67.0, - 68.0, 68.0, 68.0, 69.0, 69.0, 69.0, 70.0, 70.0, 71.0, 71.0, - 72.0, 72.0, 72.0, 72.0, 73.0, 73.0, 74.0, 74.0, 74.0, 74.0, - 75.0, 76.0, 76.0, 76.0, 76.0, 77.0, 77.0, 77.0, 78.0, 78.0, - 78.0, 79.0, 79.0, 79.0, 80.0, 80.0, 81.0, 81.0, 81.0, 81.0, - 82.0, 82.0, 82.0, 82.0, 83.0, 83.0, 84.0, 84.0, 85.0, 85.0, - 86.0, 86.0, 87.0, 87.0, 87.0, 87.0, 87.0, 88.0, 88.0, 88.0, - 89.0, 89.0, 90.0, 90.0, 90.0, 91.0, 91.0, 91.0, 92.0, 92.0, - 93.0, 93.0, 94.0, 94.0, 94.0, 94.0, 95.0, 95.0, 96.0, 96.0}, - {8.07131, 13.13573546, 14.9497831614761, 25.9197974264349, - 33.7897359197236, 17.5968624734944, 26.1107959337053, 31.6087529649761, - 24.9546049697993, 33.8297356071101, 40.9396800400558, 25.0298043820859, - 34.8997272446982, 40.9696798055956, 29.5297692130642, 37.9997030171499, - 45.2696461996415, 25.3698017248709, 34.4297309179072, 22.1998264994929, - 26.9497893766366, 9.48992583244087, 17.9498597146800, 8.64993239732492, - 12.8398996510580,-0.189998515085750, 6.66994787169448,-1.12999116866788, - 2.65997921120050, 8.37993450746622, 10.6099170792621, 16.4098717503008, - 4.12996772265340,-4.14996756634664,-0.839993435115946,-12.6699009796655, - -7.00994521447950,-14.5598862086764,-12.2999038713406,-22.2398261868793, - -18.0998585423793,-24.4198091494421,-23.1398191530750,-32.2707477912223, - -29.7297676499965,-29.7297676499965,-35.6977210080584,-32.2197481898045, - -41.2856773359488,-39.5716907314384,-43.2196622210848,-40.1396862923263, - -46.8896335387937,-45.3296457307212,-49.0096169702768,-46.2096388532237, - -52.7895874282986,-52.0495932116488,-55.4775664206696,-52.9495861778445, - -59.0095388168952,-58.9295394421223,-61.8495166213348,-59.7905327131161, - -65.1239910300100,-66.0204840235594,-63.4695039604870,-65.3894889550377, - -65.9394846566018,-63.3895045857141,-67.3234738401737,-68.1334675097498, - -65.0294917685595,-65.6694867667431,-62.4595118539786,-62.5495111505981, - -58.9095395984290,-58.0795460851597,-62.8095091186102,-59.5295347529194, - -66.3394815304665,-65.7894858289025,-69.9494533170957,-66.1594829372274, - -72.5694328409098,-70.8594462051380,-74.2094200237552,-71.0894444076102, - -76.7893998601827,-75.1794124428772,-71.7694390931803,-69.1494595693663, - -64.9194926282467,-69.4594571466114,-66.5494798892455,-62.7695094312237, - -69.0794601164399,-67.3794734025148,-71.4994412033216,-76.5994013450970, - -73.0494290895475,-76.3594032207781,-75.4094106453494,-80.4993708652782, - -77.1393971248144,-80.0293745384871,-79.5093786024629,-83.8193449183555, - -80.8093684425233,-82.9293518740064,-82.5293550001417,-86.3253253331180, - -83.6393463251163,-85.1593344458023,-84.9093363996369,-82.6193542967613, - -82.2393572665898,-86.7063223554742,-84.2293417140668,-83.9803436600860, - -85.8413291157417,-83.5993466377299,-83.4393478881840,-81.0993661760753, - -80.4993708652782,-77.8993911851574,-77.1693968903542,-74.3394190077612, - -73.1194285424738,-70.0794523011018,-77.4793944675994,-76.3894029863180, - -78.9793827445922,-73.8694226809702,-77.5993935297588,-74.8294151782455, - -76.7194004072564,-71.7294394057938,-75.7494079881344,-73.1794280735535, - -68.9994607416670,-66.0494837969146,-68.3594657434834,-63.9295003654315, - -61.7195176373288,-65.5594876264303,-67.5394721520607,-70.7094473774387, - -67.4694726991344,-68.6794632425752,-67.4394729335945,-70.1454517852895, - -67.3594735588216,-68.4494650401030,-67.0994755908095,-69.3674578656226, - -66.8594774664907,-67.2394744966622,-65.9294847347552,-63.5395034134133, - -65.5064880406432,-64.3594970048361,-64.6794945039279,-62.1095145893469, - -63.6105028585243,-62.5825108926920,-62.3155129793873,-60.2695289695691, - -58.7925405128236,-56.0995615595293,-57.7135489455735,-56.4905585037320, - -53.7295800818807,-53.8495791440401,-52.2895913359676,-49.5896124373807, - -50.9856015271686,-49.6596118903070,-49.1096161887430,-46.6796351800147, - -47.4026295295252,-45.9896405725980,-43.2686618381332,-41.4796758197731, - -41.3596767576137,-38.5996983279470,-39.8926882227148,-38.6566978824728, - -35.4697227899555,-34.2197325591282,-34.3427315978416,-35.8747196247435, - -33.3867390693049,-32.4167466501829,-29.6897679626100,-29.4397699164446, - -28.4297778099361,-25.5198005525702,-27.4197857034277,-26.5997921120050, - -23.7398144638721,-23.8598135260315,-22.9798204035291,-20.1998421301692, - -22.2988257257744,-20.9548362295889,-21.0408355574698,-16.7678689524097, - -13.6498933206341,-9.25092770030669,-10.4918180022536,-7.56194090041284, - -3.13997545983818,-0.185298551817839, 1.70998663577175, 5.96995334243119, - 5.95995342058457, 8.35453470597581, 10.5299177044892, 14.1998890221981, - 14.3798876154373, 16.3698720629143, 18.3821563361094, 21.7098303290086, - 23.7898140731052, 27.4597853908141, 29.5797688222972, 28.9407738162983, - 32.7197442821354, 34.5597299019132, 35.9097193512067, 39.1496940295111, - 38.7319972939778, 40.6116826034867, 44.1496549528203, 45.5396440895002, - 47.6396276772901, 51.2695993076126, 50.5718047611555, 52.7115880378949, - 54.3095755489846, 57.5195504617491, 57.7520486446830, 59.8025326193320, - 63.1565064066879, 65.2894897365716, 67.1294753563494, 70.4894490968131, - 70.7474470804559, 72.9854295897291}, - {7.28897545999993, 0.0, 14.9311833068413, 2.42492104827388, - 11.3899109832984, 14.0871899029867, 14.9080834873757, 20.9467362928931, - 11.3479113115426, 12.6075014673426, 20.1758423177373, 13.3693955128365, - 16.5618705623694, 23.6568151125452, 9.87312283760328, 13.6928929845746, - 21.0598354089784, 13.2738962592013, 15.5998780807247, 3.79897030953033, - 8.11993653945414, 2.82597791385436, 3.34997381861717,-5.94895350655329, - -2.14998319702296,-6.88794616795076,-5.62995599964616,-15.0162826417561, - -10.7499159851148,-9.78992348783942,-3.89996952018118,-2.88997741367272, - -9.36992677028145,-20.2498417394023,-15.0398824573141,-20.7698376754264, - -19.0098514304216,-26.8617900643864,-22.9998202472223,-27.5397847655871, - -27.3997858597344,-34.4197309960606,-31.9797500654857,-35.8067201561865, - -36.6107138726546,-35.4197231807224,-42.3425690759179,-44.2156544370079, - -46.5546361569320,-44.5386519126537,-49.7326113197873,-49.4686133830366, - -51.8625946731170,-49.9296097801657,-55.1058693256308,-55.2645680853366, - -57.4865507196552,-56.2095606998421,-60.6609259106458,-61.4365198490695, - -62.8965084386758,-61.5035193254418,-65.5120879968773,-67.0973756072217, - -67.2609743286324,-66.2561821814842,-67.3044739886652,-70.0057528770922, - -68.4164652980092,-69.5593563658592,-70.1409518204585,-68.5904639381403, - -69.7294550364701,-68.0194684006984,-68.5594641804158,-66.4394807489327, - -66.4094809833928,-63.6795023192660,-69.5694562869243,-69.4294573810716, - -72.6394322938361,-70.1894514414146,-75.4094106453494,-75.9414064875895, - -78.6693851673470,-75.9594063469134,-80.7063692475032,-79.6883772035174, - -81.7163613540116,-79.5693781335427,-77.9693906380837,-75.1194129117975, - -72.9194301055414,-78.9593829008989,-75.1394127554907,-73.0694289332407, - -76.2794038460052,-73.1894279954001,-77.8893912633108,-79.9593750855608, - -78.9493829790523,-83.5613469347127,-80.6093700055910,-82.6993536715342, - -82.5393549219883,-86.3323252784107,-83.7093457780427,-85.0193355399497, - -85.1093348365692,-88.3343096321037,-86.0293276464581,-86.6193230354086, - -87.0393197529666,-90.0188964663850,-88.0923115234155,-88.7169066419553, - -86.4153246297376,-87.4493165486780,-87.7293143603833,-85.6993302255197, - -89.2011028577686,-89.9452970415939,-87.8203136491875,-88.2393103745608, - -85.9013286468214,-86.0233276933502,-83.5993466377299,-83.4393478881840, - -80.6393697711308,-80.3793718031187,-82.0993583607371,-79.6093778209291, - -82.9293518740064,-82.6693539059944,-83.7953451059236,-79.4293792276900, - -82.2143574619732,-80.0293745384871,-80.6293698492842,-77.2393963432806, - -74.9994138496380,-70.9494455017576,-74.0094215868228,-72.0294370611924, - -67.8194699637660,-69.4594571466114,-72.2394354199714,-72.5094333098301, - -71.3694422193156,-73.6814241502537,-70.9444455408343,-71.2894428445426, - -70.7594469866718,-72.4534337474890,-70.1954513945226,-70.0824522776558, - -69.4644571075348,-70.6904475259302,-68.5614641647851,-67.9424690024794, - -67.4654727303957,-65.7594860633626,-66.3814812022223,-65.9664844455876, - -64.8954928158148,-63.0665071100683,-63.2855053985092,-62.9845077509260, - -60.9165239130453,-60.1035302669153,-59.2045372929043,-57.3795515558964, - -56.2255605747967,-56.9395549946452,-54.6905725713407,-53.4895819575619, - -52.3815906169565,-50.2996068884906,-50.4616056224058,-49.7786109602818, - -48.4246215422496,-46.4166372354487,-45.2786461293035,-42.8206653394047, - -43.3696610487840,-42.4976678637589,-41.2046779689911,-39.0056951549197, - -37.9697032516101,-35.5197223991886,-36.3877156154751,-34.8257278230333, - -34.5187302223421,-32.5137458920951,-31.6917523163031,-32.6517448135784, - -30.4307621714445,-29.9207661572669,-29.1037725423982,-27.2997866412682, - -26.3997936750726,-27.3557862036093,-25.2768024516973,-24.7028069377014, - -23.8368137057843,-22.2688259602345,-22.4628244440589,-21.7588299460570, - -17.6238622624803,-14.7378848175462,-11.8649072710127,-8.13493642222407, - -5.24295902418203,-1.20899055125617,-0.540495775809725, 1.76898617466680, - 4.38196575318818, 8.09893670357625, 8.83063098509331, 10.5989171652308, - 13.2648963295393, 16.3378723130052, 17.2346653042099, 18.8128529700432, - 21.9871281618153, 23.6655150445517, 27.1847875400321, 28.8947741758039, - 30.7197599128117, 33.7597361541837, 33.8119357462231, 35.4469229681452, - 37.4868070256369, 40.3486846589206, 42.3196692548891, 42.4416683014178, - 45.3883452719609, 47.3066302797977, 49.3060146538106, 52.2095919611947, - 52.9525861543984, 54.7145723837726, 57.1696531963359, 59.8781320284925, - 61.8968162516693, 64.9194926282467, 65.5294878608904, 67.3884733321768, - 69.8474541142602, 72.9494298710813}, - {0.0, 0.0, 0.0, 25.1298036005521, - 11.6799087168503, 18.3748563931613, 15.7699767513357, 4.94172137847450, - 12.4160029639799, 12.0516058118891, 8.66783225743037, 0.0, - 3.12500557683379, 3.01989639830399, 0.101509206665023, 5.68155559637471, - 7.86993849328868,-0.783023880355761, 3.33137396398246,-0.01709986635771748, - -0.04699963267910651,-8.02603727331440,-5.15505971115025,-8.41743421439104, - -9.35692687188084,-16.2122732946116,-14.5848860132929,-16.8480683256196, - -18.2118576670614,-15.8898758142766,-15.0998819883938,-11.2899117648322, - -20.5698392384941,-24.5498081334482,-24.9398050854663,-30.6656603356215, - -26.9077897048808,-29.7977671185535,-29.8027670794768,-35.0399261489878, - -33.0674415647424,-35.0225262849747,-36.5877140524074,-41.4656759291879, - -40.8092810591759,-43.1378628603794,-44.3301535421517,-44.4976522330826, - -48.5583204973389,-51.4316980407462,-52.1986920463819,-51.4384979876019, - -55.2832679391898,-56.9308550626386,-57.7095489768348,-56.9083552384838, - -60.1785296807649,-62.1513142626658,-62.2259136796416,-61.6461182109746, - -64.2185981060172,-66.7448783621284,-65.5779874818465,-65.4224886971316, - -65.9090848941880,-68.8977615364869,-67.8790694979719,-67.0846757064765, - -69.3209582290358,-68.9046614825611,-69.9052536625337,-72.5820327424365, - -71.2929428171889,-73.4215261814601,-71.8555384202797,-73.2129278117397, - -71.2137434361637,-71.7594391713337,-73.7194238532709,-72.0594368267322, - -76.3904029785027,-77.5853936391736,-79.0243823929020,-77.7583922871201, - -81.4711632703325,-83.2623492714988,-84.5950388559977,-82.6013544374374, - -86.2023262944046,-85.9340283912599,-83.6653461219176,-82.8913521709893, - -80.2793725846526,-82.3813561568117,-81.2323651366353,-78.4293870430282, - -82.9535516848753,-81.2913646755303,-82.3453564381639,-86.1883264038194, - -83.5153472942183,-84.5993388223917,-84.9093363996369,-88.0983114765235, - -85.9373283654693,-86.3713249736125,-86.8593211597275,-89.5223003474819, - -87.6053153294852,-87.4553165017859,-88.2253104839755,-90.5771921030817, - -89.0496040417923,-88.5753077486072,-89.5403002068059,-88.2523102729614, - -88.9433048725627,-91.6528836961225,-90.0659960982826,-91.1010880086261, - -89.5876998363588,-88.3226097235431,-89.2168027350678,-87.6127152716517, - -88.2513102807767,-86.4013247391524,-86.7033223789202,-84.7293378063978, - -84.6293385879316,-82.3793561724424,-85.2003341253735,-85.2123340315894, - -85.9013286468214,-83.9693437460547,-86.5053239263572,-86.4243245593996, - -86.5593235043289,-82.7693531244606,-84.9243362824068,-83.2843490995614, - -79.9793749292540,-77.8193918103844,-78.3093879808687,-74.9294143967117, - -72.9194301055414,-75.7594079099811,-75.4394104108893,-77.4063950381191, - -74.3734187420397,-73.5494251818784,-73.3854264635938,-74.7604157175039, - -72.5564329425092,-71.7254394370552,-71.8244386633367,-72.5354331066313, - -70.8244464786749,-69.4744570293814,-69.5354565526458,-67.8394698074593, - -68.0554681193462,-68.1804671424290,-66.3784812256683,-64.9364924953859, - -64.5174957700126,-64.9204926204314,-62.5365112521975,-61.3055208728788, - -61.2685211620463,-59.7905327131161,-59.3015365348165,-59.2495369412141, - -57.5455502585503,-55.5615657641812,-55.1585689137625,-53.3805828094337, - -52.8785867327335,-52.4335902105589,-50.3466065211697,-48.9136177205493, - -48.2366230115332,-48.2276230818713,-46.3466377825223,-45.6866429406455, - -43.8016576725579,-41.9096724591777,-41.2076779455451,-41.1246785942182, - -38.9776953737492,-38.6986975542286,-36.6977131927202,-36.2827164360856, - -34.4577306990777,-34.7647282997689,-32.8017436412777,-31.1617564584323, - -31.1497565522163,-29.5907687363285,-29.5567690020500,-29.5137693381096, - -27.6717837339625,-25.9877968949919,-25.7687986065510,-24.3528096730698, - -23.7768141747046,-23.7948140340285,-20.0578432399472,-18.8788524542309, - -18.2678572294025,-14.8008843251799,-12.4439027459319,-10.3809188689746, - -6.66294792640184,-4.47896499510038,-1.26199013704324, 2.23698251708854, - 3.64897148183106, 5.21195926645751, 8.61693265523108, 11.4699103580713, - 12.9568987366635, 14.3118881468803, 17.8248606915973, 20.2188419816778, - 21.6258309854970, 24.3008100794674, 25.8497979735086, 26.7577908771815, - 29.5806688152634, 30.8610588085045, 33.4228387871712, 35.9337191636386, - 36.9144114991365, 38.1423019026827, 40.9160802244977, 43.4256606111251, - 44.8689493312475, 47.4522291418845, 48.5847202910140, 50.1224082733685, - 52.9317863169575, 55.4622665402443, 57.1769531392839, 58.4491431966107, - 61.0008232542123, 62.6155106347858, 65.4834882203960, 67.9894686351585, - 69.7210551021190, 71.1692437839463}, - {0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 27.9397816394518, 22.9217208576002, - 28.9118740421616, 15.7027772765264, 10.6499167666486, 17.3378644976670, - 5.34555822232834, 2.86341762124810, 2.85537768408342,-4.73698297858683, - -0.809893670357625, 0.872493181117456,-1.48736837562233,-7.04294495657334, - -5.73305519388480,-5.18395948528698,-9.52952552295348,-13.9304911276502, - -13.1906969094374,-12.2075045934779,-17.1941656207311,-21.4910320390045, - -21.8935288933309,-24.4315090580027,-22.9485206481492,-24.0918117128731, - -26.3366941682204,-29.9309660775505,-28.8460745564109,-29.5215692771499, - -31.7615517707925,-34.7147286905358,-33.2407402103442,-33.5349379110718, - -35.5594220889197,-38.5435987663875,-38.4050998488119,-37.8104044965934, - -41.0661790514155,-41.7552736658659,-44.9306488490412,-48.4873210522279, - -47.9565252006094,-49.2189153345265,-51.4473979180454,-55.4148669106913, - -54.6869725994759,-55.5538658243593,-57.4781507853041,-60.6036263584647, - -59.3419362190768,-59.8435322989032,-61.1524220694071,-64.4696961435858, - -61.9802155998701,-62.7955092280249,-62.2106137992162,-66.0006841783031, - -62.6533103393660,-63.7228019808619,-66.8779773219069,-66.9714765911728, - -67.0954756220709,-70.5608485387980,-67.8924693932463,-68.2314667438467, - -70.9484455095729,-70.8591462074826,-73.0333292153744,-72.2900350245152, - -73.9151223238092,-72.7394315123023,-75.9200066548377,-77.7606922691448, - -77.9753905911917,-77.4973943269233,-79.9839748933035,-82.4312557668264, - -82.1581579011952,-82.7370533768960,-84.8682367208473,-87.9099129489332, - -87.6946146315755,-86.4800241240852,-86.3488251494576,-84.8213370873867, - -84.2263417375129,-87.2632180031124,-85.6627305115611,-85.4440322207756, - -85.6109309163956,-83.5293471848035,-85.9688281192861,-86.0181277339899, - -86.3263253253027,-89.0998036494623,-87.2607180226507,-86.9513204407164, - -87.8543133834660,-89.9122972995001,-88.3703093507515,-87.6013153607466, - -88.7213066075678,-90.3482938920126,-89.2533024498079,-87.9993122502420, - -89.3713015275980,-90.5592922429763,-90.0343963452473,-91.5253846925781, - -90.3981935020273,-87.9663125081481,-89.4823006600955,-88.4203089599846, - -88.5073082800502,-90.3032942437029,-89.1648031414653,-90.5175925688759, - -89.0183042864124,-90.0652961037533,-88.2843100228706,-88.9916044950819, - -87.0063200108728,-87.3473173458425,-87.4503165408626,-85.7053301786277, - -87.6613148918263,-88.1243112733247,-87.6643148683803,-86.3573250830272, - -87.7323143369373,-88.2723101166547,-87.2303182602370,-84.3193410106864, - -83.0073512644101,-80.0173746322712,-81.6093621902528,-80.4303714045365, - -77.1193972811212,-76.8393994694158,-78.1433892782149,-76.8693992349557, - -76.0624055419336,-77.0483978360102,-74.5734171789721,-72.8834303868936, - -73.3624266433466,-73.7034239783163,-72.0704367407635,-70.0974521604257, - -70.7664469319645,-70.4094497220402,-69.1704594052442,-69.6734554741291, - -67.2024747858297,-66.0464838203606,-65.1674906900428,-65.9394846566018, - -62.9235082276617,-61.8735164337667,-60.5825265233683,-61.5645188487062, - -60.3605282583734,-60.7585251478688,-57.8205481093323,-56.7255566671276, - -56.8705555339035,-55.8295636696706,-54.5475736889341,-54.5665735404427, - -51.7205957828951,-50.5196051691162,-49.2826148366895,-49.6236121716592, - -46.4396370556959,-45.4296449491874,-45.7906421278503,-44.1906546323914, - -42.7866656051262,-42.9866640420585,-39.7096896529217,-38.3227004927957, - -38.4796992657876,-36.6997131770895,-35.6977210080584,-32.7677439069992, - -33.3597392803190,-32.2557479084523,-32.5717454388055,-31.8457511127410, - -30.7347597955817,-30.9637580058692,-28.0797805453045,-27.0597885169494, - -27.1847875400321,-25.9417972544975,-24.7938062265057,-25.1168037021515, - -21.0698353308250,-20.0328434353307,-17.1498659669506,-17.4748634269657, - -16.3728720394683,-15.9628752437570,-11.6529089278644,-8.62493259270837, - -6.58894850473687,-3.38897351381898,-1.17899078571631, 0.244998085242151, - 4.30696633933855, 7.04994490186598, 9.37692671557408, 10.2629197911845, - 14.5178865369206, 16.6168701325258, 19.2558495078484, 19.9928437479442, - 22.3028256945130, 23.1888187701234, 25.8060983150389, 28.8697743711873, - 29.8867664229884, 32.1652486157404, 33.7797359978770, 34.5967296127457, - 38.0097029389966, 39.9506877694252, 41.0391792624296, 42.8886648079617, - 45.0866476298484, 46.1604392377383, 49.3886140082636, 51.4425979555591, - 53.6955803476022, 54.8010717077459, 58.6845413568801, 60.6455260310020, - 61.8105169261330, 64.0194996620510, 66.1494830153808, 67.2424744732161, - 71.1154442044115, 73.1694281517069}, - {0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 35.0847257988607, - 0.0, 39.4996912941427, 25.2298028190182, 32.0697493621052, - 23.1048194266118, 8.00823741242742, 17.6598619811281, 10.6919164384044, - 1.95164474711713, 5.31895843021633, 1.75088631612442, 6.84394651182564, - -2.18578291723385,-0.394096919975231,-5.47055724541107,-0.05199959360241571, - -8.91283034267252,-7.14304417425799,-12.3852032046923,-7.15944404608645, - -16.9491675354889,-20.2043420950002,-24.4393089970431,-24.3045100505506, - -26.5856922222012,-24.4381090064215,-29.0134732481232,-30.2310637321675, - -30.9476581316962,-28.8017749026303,-33.8059357931151,-34.8465276604742, - -35.1382253807401,-32.1204489658676,-36.1847172019887,-37.5459065637504, - -39.0036951705504,-44.1223551661790,-42.0007717472004,-44.4724524300291, - -45.3286457385366,-50.2576072167348,-48.2394229896503,-50.7038037295309, - -50.9438018538497,-56.2509603762871,-54.0234777849528,-56.0362620542402, - -56.0985615673446,-60.2238293267301,-56.3517595885010,-58.3428440273812, - -56.5795578081669,-61.1685219435801,-56.6895569484797,-58.8355401767641, - -56.4095591367744,-61.6205184110473,-62.4495119321319,-58.7695406925764, - -63.1195066958554,-64.3384971689582,-63.0895069303155,-67.8934693854310, - -68.2084669235995,-72.2121356333301,-72.1684359748604,-75.2586118239024, - -74.6055169280997,-77.0308979727786,-76.0694054872262,-75.8904068861717, - -77.7063926935176,-80.5903701540824,-78.9863826898848,-79.7513767111511, - -81.0943662151520,-84.5114395093599,-83.0065512706623,-84.2973411826238, - -84.8588367943115,-88.7639062746344,-87.8918130903908,-88.4554086856662, - -87.1160191535302,-86.3664250119077,-86.7858217341548,-85.6073309445309, - -87.5438158101285,-88.1147113483519,-87.3255175162168,-89.2209027030249, - -87.9509126285043,-86.7763218084005,-88.0233120626739,-89.3993013087685, - -88.4213089521693,-86.9283206204691,-88.4033090928453,-89.2503024732539, - -88.5393080299594,-86.4083246844450,-88.4043090850300,-88.6573071077495, - -88.3313096555497,-84.8693367122504,-87.0043200265034,-86.9293206126538, - -88.6533071390108,-87.6703148214882,-87.1883185884812,-89.4033012775072, - -86.1393267867710,-86.1593266304642,-87.9693124847021,-87.3603172442431, - -88.8403056775426,-87.9103129458071,-88.9793045912106,-87.7333143291219, - -88.5043083034962,-86.8963208705600,-88.4203089599846,-89.2853021997171, - -88.0883115546769,-86.9083207767759,-87.8693132662359,-88.9053051695456, - -87.1293190495862,-86.5233237856811,-86.9653203313016,-88.0803116171996, - -85.4373322731383,-84.5343393303887,-83.0643508189358,-80.7493689114436, - -79.6243777036991,-80.9223675593901,-79.0393822756719,-79.3343799701471, - -77.1343971638911,-74.7554157565805,-74.6494165850064,-74.7024161707935, - -73.1184285502891,-70.2394510506477,-71.2554431102641,-70.5264488076456, - -69.4244574201483,-66.4324808036401,-67.3174738870658,-66.3874811553303, - -65.1964904633980,-66.3344815695432,-62.7695094312237,-61.9775156209716, - -60.1605298214410,-61.5815187158455,-57.4495510088227,-57.0995537441911, - -57.8805476404120,-57.3185520326320,-55.2995678117998,-56.3295597620015, - -55.2695680462599,-51.9795937587225,-52.3495908670474,-51.4695977445449, - -49.7196114213867,-50.4296058724966,-46.5896358833952,-45.8286418308675, - -43.4096607361705,-44.5796515922248,-43.4896601109434,-44.2326543041472, - -40.2896851200256,-39.1556939826190,-36.8097123174024,-37.7877046740016, - -36.5697141930835,-37.3177083472106,-33.8697352944965,-31.9697501436390, - -31.0197575682103,-32.2057482992192,-31.0497573337502,-27.3497862505013, - -28.3297785914699,-27.4997850782006,-25.2798024282513,-26.1597955507538, - -25.3268020609304,-21.0398355652851,-21.5998311886958,-20.8198372846595, - -17.5758626376165,-18.1898578389989,-13.3098959778491,-12.6399012141257, - -12.8878992759218,-11.9759064035102,-8.76093152982238,-8.66593227227951, - -5.70595540568046,-4.32796617521645, 0.308997585060509, 2.97497674936898, - 5.88095403799628, 6.64394807489327, 11.5599096546909, 13.7468925625463, - 16.9338676550636, 17.1968655996297, 22.3298254834989, 23.7978140105825, - 24.3198099309760, 26.0287965745630, 26.8317902988465, 29.2207716280036, - 31.2007561536341, 31.6067529806068, 35.6257215707627, 37.2897085660400, - 40.0416870582294, 40.3416847136280, 42.1596705053432, 46.0196403381379, - 46.6396354926282, 48.4166216047723, 51.0896007143734, 51.7115958532331, - 56.0995615595293, 57.7995482734544, 60.9095239677527, 61.4645196302400, - 63.3765046873135, 64.0956990665223, 68.5494642585692, 70.2194512069544, - 73.4994255726453, 74.0684211257179}, - {0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 33.6097373264845, 0.0, 24.1098115721970, - 16.4778712188578, 25.3198021156378, 12.9298989476776, 17.5678627001392, - 10.9119147190300, 18.2098576826921, 6.76794710579134, 10.7399160632682, - 3.82397011414688, 11.2599119992923,-0.589995388950486, 4.18996725373311, - -3.15997530353142,-14.0618901007148,-19.0439511639186,-26.0148966831962, - -21.0028358544526,-18.3790563603369,-23.0487198650523,-17.4258638099172, - -24.7992061843029,-22.0598275936402,-27.2817867819443,-20.5268395745536, - -28.6432761413614,-25.1218036630748,-29.3237708230238,-23.8498136041849, - -31.8787508548348,-37.0705102791622,-34.6177294486236,-42.8176653628507, - -37.6127060416858,-42.6253668657402,-40.2276856045765,-48.3316222690761, - -42.6396667539809,-48.0092247887411,-45.3336456994599,-53.9015787376425, - -47.6196278335969,-51.6612962463446,-47.5896280680570,-54.1835765337172, - -47.7496268176029,-51.7695953999435,-47.5496283806705,-54.4295746111440, - -47.1496315068058,-51.5195973537780,-56.6495572610933,-54.1695766431319, - -56.2995599964616,-61.5895186533228,-56.4895585115474,-58.9295394421223, - -63.6695023974194,-65.2944896974949,-69.1584594990282,-70.3024505582814, - -73.2409275929102,-73.4574259008895,-74.4384182340427,-77.8963912086034, - -75.4444103718126,-76.2124043696328,-76.7364002743956,-80.6403697633155, - -77.8343916931544,-79.2383807204196,-79.4293792276900,-83.6203464736078, - -80.6203699196222,-82.6533540310398,-86.6362229033294,-86.4474243788653, - -87.2083184321745,-88.4116090279780,-87.7114145002778,-88.7942060378297, - -87.2233183149444,-86.4333244890615,-87.6191152216335,-85.5913310695763, - -87.4093168612915,-87.9243128363923,-87.4773163298485,-85.1493345239557, - -87.0743194794298,-87.1303190417708,-86.9863201671795,-84.0993427300608, - -86.5233237856811,-85.8333291782644,-85.9403283420232,-81.7393611742588, - -84.4423400493998,-82.1893576573567,-82.4193558598289,-85.3693328045813, - -85.1633344145410,-81.3693640659340,-83.8193449183555,-83.9993435115946, - -82.3493564069026,-85.1593344458023,-85.2893334298084,-87.4493165486780, - -87.1093192058929,-89.1613031688190,-88.3153097805951,-89.8604977043346, - -88.6968067990436,-89.8803975488094,-88.0653117344297,-87.1743186978959, - -87.5683156186527,-88.9673046849946,-86.6693226446417,-86.0393275683048, - -85.9093285842987,-87.5643156499141,-84.8533368372958,-84.6923380955653, - -86.0173277402422,-83.7893451528156,-83.9993435115946,-83.7453454966905, - -81.4293635970137,-79.4413791339059,-79.2643805172208,-76.2344041976954, - -76.4384026033664,-75.7644078709043,-74.1674203519994,-70.8524462598454, - -71.3284425397444,-70.3914498627163,-69.1564595146589,-65.4294886424242, - -66.8894772320305,-65.0294917685595,-64.3894967703759,-66.0514837812839, - -61.6795179499423,-61.5395190440897,-59.1695375664411,-60.8795242022129, - -56.1595610906090,-56.0995615595293,-53.1495846147768,-55.0995693748674, - -54.5295738296102,-56.1195614032225,-51.5995967285510,-51.4095982134652, - -52.3695907107406,-50.0796086078650,-49.4496135315280,-50.5696047783493, - -46.1196395566041,-45.7696422919725,-42.8896648001463,-44.2196544057466, - -39.3396925445968,-38.9796953581185,-40.0896866830932,-39.5096912159893, - -36.4897148183106,-37.8297043457574,-32.8697431098347,-32.4897460796632, - -33.4097388895521,-32.8757430629427,-30.4797617884929,-25.5898000054965, - -27.0197888295629,-26.8097904707839,-27.8497823428323,-25.1498034442453, - -24.6298075082211,-25.8997975827417,-20.6098389258805,-20.4598400981813, - -21.4098326736100,-17.7798610432875,-17.3598643257296,-18.2498573700786, - -12.9598987132175,-12.7299005107452,-8.68993208471139,-9.55992528536720, - -8.99392970884859,-9.60792491023096,-4.21996701927297,-3.68997116140219, - -3.55597220865751,-0.964992458198676, 2.53098021937912, 3.28497432661415, - 8.70093199874267, 10.8369153051804, 14.4698869120568, 14.6628854036966, - 0.0, 21.9588283829894, 0.0, 0.0, - 0.0, 27.1857875322168, 28.8797742930340, 0.0, - 33.7577361698144, 35.2317246500060, 0.0, 38.3617001879975, - 0.0, 44.4596525300654, 44.6496510451512, 47.8896257234555, - 49.1696157198227, 49.3976139379256, 54.2795757834447, 55.7095646075111, - 59.1895374101343, 59.3315363003563, 64.7994935660873, 65.9694844221416, - 66.3794812178530, 67.9294691040788, 71.5394408907081, 71.8904381475244, - 77.2593961869738, 78.5993857144207}, - {0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 4.83996217376331,-7.06994474555921,-13.3288958293577, - -9.38492665305137,-1.47998843329952,-11.1689127104881,-6.64994802800124, - -13.1638971188885,-4.45996514359181,-14.0798899600387,-9.03992934934304, - -15.7798766739638,-8.01993732098796,-18.0198591676064,-13.4998944929348, - -19.4598479135194,-29.4607697523225,-22.9198208724494,-29.1697720265859, - -24.4698087586752,-34.4297309179072,-27.2297871883419,-34.2297324809748, - -29.4097701509047,-39.2096935605908,-31.5297535823878,-38.4996991094809, - -32.6297449855159,-42.2596697238094, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0,-47.0796320538795, 0.0, - -46.6196356489350,-51.1396003236065,-46.4996365867756,-53.8695789877333, - -56.9795546820317,-62.0195152927274,-64.1594985679037,-69.0994599601332, - -70.2354510819090,-74.1494204926755,-70.8594462051380,-72.1894358107383, - -71.4594415159351,-75.9984060421152,-72.4394338569037,-73.6914240721003, - -73.1294284643204,-77.9393908725438,-74.4294183043808,-76.4194027518579, - -75.2194121302636,-80.1663734677858,-82.1983575870186,-86.8063215739404, - -86.8023216052018,-84.1553422924019,-86.0123277793189,-85.8203292798638, - -86.0693273338446,-88.2253104839755,-85.5163316557266,-85.2293338987287, - -85.4273323512917,-82.3293565632093,-84.7993372593241,-83.8493446838953, - -84.3353408856410,-80.5853701931591,-83.4993474192637,-81.8993599238047, - -82.6193542967613,-77.4293948583663,-80.8393682080632,-77.5493939205257, - -78.5393861833410,-73.0694289332407,-76.6194011887902,-77.6093934516054, - -80.8493681299098,-78.0693898565499,-78.8293839168929,-82.0493587515040, - -77.1493970466610,-78.0093903254702,-80.8893678172963,-81.5293628154799, - -84.0393431989811,-84.3293409325330,-86.2053262709586,-85.9343283889153, - -87.5623156655448,-86.8623211362815,-86.7253222069828,-88.4523087098938, - -85.5693312415137,-85.2673336017458,-84.5493392131586,-86.4993239732492, - -83.2093496857117,-83.1273503265695,-82.0493587515040,-84.2193417922202, - -84.2023419250810,-85.9483282795005,-82.9583516473616,-81.4153637064284, - -81.2693648474678,-80.9833670826545,-77.5343940377558,-76.2674039397893, - -75.1304128258287,-71.0974443450876,-71.6074403592651,-70.1154520197496, - -69.1544595302896,-64.6344948556181,-66.0544837578379,-63.9295003654315, - -63.0895069303155,-58.4295433497913,-60.1895295947962,-60.1295300637165, - -57.3995513995896,-59.3395362378336,-54.3695750800643,-54.5795734388433, - -51.2595993857659,-53.4795820357152,-47.9496252545353,-48.3996217376331, - -50.0296089986319,-50.1196082952514,-46.8996334606403,-48.8096185333444, - -48.4696211905594,-43.5796594075630,-45.1496471374821,-44.9696485442430, - -41.6196747256258,-43.3496612050908,-37.8897038768371,-37.9297035642236, - -34.0597338095823,-35.9797188041330,-35.6297215395014,-37.2097091912671, - -31.7297520193202,-31.6897523319337,-28.0597807016112,-29.8797664776958, - -29.2097717139724,-30.9597580371306,-25.6697993802694,-22.2898257961124, - -22.0698275154868,-23.8098139167984,-23.5498159487863,-17.7598611995943, - -19.4098483042863,-19.2998491639735,-15.0498823791607,-16.7398691712392, - -16.4098717503008,-10.5199177826426,-11.9699064504022,-11.9699064504022, - -7.59994060342999,-8.96992989641671,-2.64997928935388,-2.76997835151330, - -3.75997061432852,-3.63997155216910, 0.779993904036236,-0.109999140312802, - 0.289997733551934, 0.08999929661956566, 5.94995349873795, 7.97993763360149, - 12.1409051139794, 12.3619033867897, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 54.2795757834447, 0.0, 58.0295464759266, - 0.0, 0.0, 0.0, 0.0, - 70.0194527700221, 70.1304519025195, 0.0, 76.9993982189617, - 0.0, 0.0}, - {0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0,-2.20998272810267, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0,-12.4699025427332, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0,-57.5095505399024,-60.6095263123542, - -65.1094911433324,-67.0894756689629,-65.4594884079641,-70.3894498783470, - 0.0,-67.9094692603856, 0.0,-71.4394416722419, - 0.0,-69.3394580844520, 0.0,-72.9194301055414, - 0.0,-70.9694453454508,-75.9794061906067,-78.9353830884670, - -83.6093465595765,-82.5703546797128,-83.4513477943999,-86.0743272947679, - -82.5593547656816,-83.1673500139560,-82.1113582669530,-77.9293909506972, - -81.3293643785475,-79.4293792276900,-80.5993700837443,-75.8494072066006, - -79.3393799310704,-76.9893982971151,-78.3993872774883,-72.3994341695173, - -76.1194050964593,-71.7594391713337,-73.4694258071054,-67.4394729335945, - -71.4394416722419,-67.0894756689629,-68.6994630862685,-73.2694273701730, - -74.4794179136139,-68.6694633207286,-72.5294331535233,-73.6394244784979, - -70.5694484715861,-74.2594196329883,-75.3894108016562,-78.7493845421199, - -79.4593789932298,-82.5593547656816,-82.7593532026139,-85.4813319292635, - -85.1153347896772,-87.3023176975327,-83.7693453091224,-83.7393455435825, - -82.1693578136634,-84.7693374937842,-80.9893670357625,-81.3993638314738, - -79.4093793839968,-82.0293589078108,-77.4993943112926,-78.1793889968627, - -80.4693710997383,-81.0593664886888,-79.5103785946476,-81.9633594236231, - -80.6553696460854,-77.1103973514592,-75.2064122318630,-70.6394479245124, - -71.4334417191339,-69.1394596475197,-68.6004638599869,-63.7095020848059, - -64.9534923625252,-62.4395120102853,-62.0565150035598,-56.9395549946452, - -58.4895428808711,-55.5295660142720,-55.2895678899532,-57.5495502272889, - -52.0795929771887,-52.3395909452007,-48.7696188459580,-51.2795992294592, - -45.3596454962611,-46.0996397129109,-41.9496721465642,-44.4996522174519, - -44.8896491694700,-46.9196333043336,-41.0996787896016,-41.5096755853130, - -43.3696610487840,-39.6196903563021,-39.7096896529217,-41.8096732407116, - -35.8197200545871,-36.2697165376850,-32.0097498310255,-34.1197333406620, - -27.6397839840533,-28.1797797637707,-30.0097654617018,-30.2197638204808, - -26.1397957070605,-28.3497784351632,-21.9298286096342,-22.2898257961124, - -24.0198122755774,-24.1598111814301,-20.2298418957090,-13.6698931643274, - -15.5598783933382,-15.9798751108962,-17.6798618248213,-13.2098967593829, - -13.2298966030762,-15.0698822228539,-8.46993380408579,-8.66993224101816, - -10.5199177826426,-5.87995404581162,-5.99995310797104,-7.76993927482250, - -1.03999187204831,-1.17999077790097, 3.69997108324881, 1.92998491639735, - 1.96998460378383, 0.609995232643723, 7.39994216649762, 7.17994388587201, - 6.16995177936356, 6.13995201382370, 10.8699150472742, 10.3899187986365, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0}, - {0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - -57.9595470230003,-63.8495009906585, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - -77.3093957962069, 0.0,-78.3393877464086,-79.6323776411763, - -77.7593922793047,-81.2693648474678,-76.5094020484774, 0.0, - -75.5294097075088,-70.1294519103349,-74.0994208834424,-71.1494439386900, - -73.0894287769339,-66.1894827027672,-70.3994498001936,-65.3194895021114, - -67.4694726991344, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0,-62.6295105253711, - -66.8494775446440, 0.0,-64.5294956762286,-69.0494603509001, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0,-77.7593922793047,-78.6793850891936, - -81.1193660197685,-81.5993622684062,-79.4693789150765,-82.3393564850560, - -77.9693906380837,-78.4693867304146,-76.2894037678518,-79.1893811033712, - -74.2094200237552,-75.0294136151779,-72.2994349510511,-75.4794100982757, - -75.9094067376803,-78.9773827602228,-74.4094184606875,-75.6354088790830, - -77.9353909038052,-75.9094067376803,-70.5094489405064,-67.7694703545329, - -67.5294722302141,-62.0395151364206,-63.4395041949472,-60.4095278754218, - -60.3095286569556,-54.5295738296102,-56.4495588241609,-53.0595853181573, - -53.2695836769363,-47.2296308815787,-49.4896132189145,-49.9296097801657, - -46.1296394784507,-48.7596189241114,-42.3696688641222,-43.0796633152321, - -38.6696977808734,-41.4796758197731,-34.6497291985328,-35.6997209924277, - -38.1297020011560,-38.9196958270388,-34.1597330280485,-36.8397120829422, - -37.4097076281995,-30.8897585842043,-33.1597408433866,-33.8397355289567, - -29.3497706198250,-31.6297528008540,-24.7498065703806,-25.6297996928830, - -20.7898375191197,-23.2098186060013,-23.6898148546390,-26.0397964885943, - -19.1098506488878,-19.8598447873842,-14.9398832388479,-17.4998632315822, - -17.8598604180605,-20.2198419738624,-13.0498980098370, 0.0, - -8.30993505453990,-10.8099155161945,-11.0599135623600,-4.04996834788045, - -6.02995287351090,-6.66994787169448, 0.0,-3.73997077063528, - -3.94996912941427, 3.15997530353142, 1.22999038713406, 0.869993200655801, - 5.97995326427781, 3.95996905126089, 0.0, 0.0, - 9.11992872411599, 8.85993075610391, 0.0, 0.0, - 12.2399043402609, 10.8699150472742, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0}, - {0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - -69.8794538641694,-71.4794413596284,-68.5094645711827,-71.9394377645728, - -72.9394299492347,-67.8094700419194,-64.2094981771368, 0.0, - -61.5295191222431,-57.9395471793070,-58.1995451473191,-51.8095950873300, - -53.8695789877333,-50.0496088423251,-50.4496057161899,-43.8096576100352, - -46.4696368212357,-42.2196700364229,-42.7996655035268,-45.7496424482792, - -38.8396964522659,-39.7096896529217,-34.8497276354651,-38.0397027045364, - 0.0, 0.0, 0.0, 0.0, - -30.5497612414192,-33.5297379517115,-26.1797953944470,-27.3197864849615, - -29.9097662432357,-24.9298051636197,-25.6397996147296,-28.5397769502489, - -21.1898343929844,-22.4098248582718,-16.7998687023189,-19.8598447873842, - 0.0, 0.0,-15.8298762831969,-16.8998679207851, - -11.7399082479300,-14.3298880062042, 0.0, 0.0, - -9.86992286261236,-10.8499152035810, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 6.27995091967636, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0, 0.0, 0.0, - 0.0, 0.0} - }; - - excitEnResidNucl = 0.; - recoilEnResidNucl = 0.; - - // A. Ferrari: first of all read isotopic data - for (i = 0; i < 297; ++i) { - residualNuclearMasses[i] = rmass[i]; - } - for (i = 0; i < 11; ++i) { - for (j = 0; j < 250; ++j) { - isotopicData[i][j] = Wapstra[i][j]; - } - } - - nucleonMass[0] = AMPROT; - nucleonMass[1] = AMNEUT; - nucleonMassSquared[0] = AMPROT * AMPROT; - nucleonMassSquared[1] = AMNEUT * AMNEUT; - nucleonBindingEn[0] = EBNDAV; - nucleonBindingEn[1] = EBNDAV; - - return; - -} // InitializeMuCapture - - -G4double G4MuonMinusCaptureAtRest::LevelDensity(G4int jz, G4int jn, - G4double *aogmax, - G4double *aogmin) -{ - // System generated locals - G4double ret_val, d__1; - - // Local variables - static G4double aa; - static G4int ja; - static G4double zz, temp; - static G4bool lasmll; - - // ---------------------------------------------------------------------* - // * - // Created on 18 january 1993 by Alfredo Ferrari & Paola Sala * - // Infn - Milan * - // * - // Last change on 28-jan-93 by Alfredo Ferrari * - // * - // ---------------------------------------------------------------------* - - lasmll = true; - if (jz <= 0 || jn <= 0) { - ret_val = (jz + jn) / B0; - *aogmax = ret_val; - *aogmin = ret_val; - return ret_val; - } - ja = jn + jz; - aa = (G4double) ja; - zz = (G4double) jz; - // Standard EVAP parametrization for the level density - d__1 = (aa - zz * 2.) / aa; - temp = aa * (Y0 * (d__1 * d__1) + 1.) / B0; - *aogmax = temp; - *aogmin = temp; - if (lasmll) { - ret_val = temp; - } else { - ret_val = temp * ASMTOG; - *aogmax *= ASMTOG; - *aogmin *= ASMTOG; - } - return ret_val; - -} // LevelDensity - - -void G4MuonMinusCaptureAtRest::GetCaptureIsotope(const G4Track& track) -{ - - // Ask selector to choose the element - - G4Material * aMaterial = track.GetMaterial(); - G4Element* theElement = pSelector->GetElement(aMaterial); - targetCharge = theElement->GetZ(); - targetAtomicMass = theElement->GetN(); - - // Calculate total capture velosity - - G4double lambdac = pSelector->GetMuonCaptureRate(targetCharge,targetAtomicMass); - lambdac += pSelector->GetMuonDecayRate(targetCharge,targetAtomicMass); - - // === Throw for capture time. - - tDelay = -(G4double)log(G4UniformRand()) / lambdac; - - return; - -} // GetCaptureIsotope - - -void G4MuonMinusCaptureAtRest::NuclearExcitation(G4double txi, G4double tyi, - G4double tzi, G4double *eke, - G4double *enu, G4double delm, - G4double emubnd) -{ - // System generated locals - G4double d__1, d__2, d__3; - - // Local variables - static G4double pnu, delm1, delm2, ekfer, pfcos, etest; - - // ======= - // === this routine interfaces to FLUKA routines to evaporate - // === nucleons following muon capture - // ======= - - // ======= - // Calculates neutron and neutrino energies from muon capture with - // Fermi motion - // ============== - *eke = 0.; - delm1 = - nucleonPotWell[1] + AMMUON + AMPROT - AMNEUT - - nucleonPotWell[0] - emubnd; - ekfer = 1e10; - etest = 0.; - // Call FermiMotion for setting up anything for the Fermi motion - // Loop until total energy is conserved and neutron not fermi-blocked - while(etest < ekfer || *eke <= 0.) { - // need proton fermi motion - FermiMotion(1); - // energy and momentum conservation for mu + p > n + nu in potential wells. - d__1 = nucleonFermiMomX; - d__2 = nucleonFermiMomY; - d__3 = nucleonFermiMomZ; - delm2 = - delm1 + (d__1 * d__1 + d__2 * d__2 + d__3 * d__3) / (2.0 * AMPROT ); - pfcos = - txi * nucleonFermiMomX + tyi * nucleonFermiMomY + tzi * nucleonFermiMomZ; - pnu = pfcos - AMNEUT; - d__1 = pnu; - pnu += sqrt(d__1 * d__1 + delm1 * 2.0 * AMNEUT); - *enu = abs(pnu); - *eke = delm - *enu; - etest = delm2 - *enu; - // now the neutron fermi energy - FermiMotion(2); - ekfer = nucleonFermiEn - AMNEUT; - } - return; - -} // NuclearExcitation - - -void G4MuonMinusCaptureAtRest::DoMuCapture() -{ - - // System generated locals - G4int i__1, i__2; - - // Local variables - static G4double emubnd; - static G4double rndiso; - static G4int ibtarm; - static G4int nstak1; - static G4int nstak2; - static G4int k; - static G4int is; - static G4double cfe; - static G4double eke; - static G4double sfe, enu; - static G4double txi, tyi, tzi; - static G4double rndm[3]; - static G4double delm, polc, pols; - static G4double bbtar, zztar, amntar1, amntar2; - - static G4double abuiso[304] = { - 9.998500000000000e-01, 1.500000000000000e-04, 9.999987000000000e-01 - , 1.300000000000000e-06, 9.258000000000000e-01, 7.420000000000000e-02 - , 1.000000000000000e+00, 8.022000000000000e-01, 1.978000000000000e-01 - , 9.889000000000000e-01, 1.110000000000000e-02, 9.963000000000000e-01 - , 3.700000000000000e-03, 9.975900000000000e-01, 2.040000000000000e-03 - , 3.700000000000000e-04, 1.000000000000000e+00, 9.113352585106910e-01 - , 8.840713792415629e-02, 2.576035651531538e-04, 1.000000000000000e+00 - , 7.870000000000000e-01, 1.117000000000000e-01, 1.013000000000000e-01 - , 1.000000000000000e+00, 9.220298268441600e-01, 4.704233810429386e-02 - , 3.092783505154639e-02, 1.000000000000000e+00, 9.500570034202050e-01 - , 4.220253215192912e-02, 7.600456027361642e-03, 1.400084005040303e-04 - , 7.553000000000000e-01, 2.447000000000000e-01, 9.960000000000000e-01 - , 3.370000000000000e-03, 6.300000000000000e-04, 9.310763482605570e-01 - , 6.880564206264915e-02, 1.180096767934971e-04, 9.677570699861240e-01 - , 2.079319604300388e-02, 6.448586002775087e-03, 1.856713616898090e-03 - , 1.796819629256216e-03, 1.347614721942162e-03, 1.000000000000000e+00 - , 7.393999999999999e-01, 7.929999999999998e-02, 7.279999999999999e-02 - , 5.509999999999999e-02, 5.339999999999999e-02, 9.976000000000000e-01 - , 2.400000000000000e-03, 8.376000000000000e-01, 9.550000000000000e-02 - , 4.310000000000000e-02, 2.380000000000000e-02, 1.000000000000000e+00 - , 9.166000000000000e-01, 5.820000000000000e-02, 2.190000000000000e-02 - , 3.300000000000000e-03, 1.000000000000000e+00, 6.827400000000000e-01 - , 2.609500000000000e-01, 3.593000000000000e-02, 1.134000000000000e-02 - , 9.039999999999999e-03, 6.909000000000000e-01, 3.091000000000000e-01 - , 4.868473895582330e-01, 2.792168674698800e-01, 1.864457831325300e-01 - , 4.126506024096385e-02, 6.224899598393573e-03, 6.040000000000000e-01 - , 3.960000000000000e-01, 3.653634636536350e-01, 2.742725727427260e-01 - , 2.051794820517950e-01, 7.759224077592240e-02, 7.759224077592240e-02 - , 1.000000000000000e+00, 4.982000000000000e-01, 2.352000000000000e-01 - , 9.190000000000000e-02, 9.020000000000000e-02, 7.580000000000001e-02 - , 8.699999999999999e-03, 5.054000000000000e-01, 4.946000000000000e-01 - , 5.690000000000000e-01, 1.737000000000000e-01, 1.156000000000000e-01 - , 1.155000000000000e-01, 2.270000000000000e-02, 3.499999999999999e-03 - , 7.215000000000000e-01, 2.785000000000000e-01, 8.256000000000000e-01 - , 9.859999999999999e-02, 7.020000000000000e-02, 5.600000000000001e-03 - , 1.000000000000000e+00, 5.145999999999999e-01, 1.740000000000000e-01 - , 1.711000000000000e-01, 1.123000000000000e-01, 2.799999999999999e-02 - , 1.000000000000000e+00, 2.378000000000000e-01, 1.653000000000000e-01 - , 1.584000000000000e-01, 1.572000000000000e-01, 9.630000000000001e-02 - , 9.460000000000000e-02, 9.039999999999999e-02, 1.000000000000000e+00 - , 3.161632326465290e-01, 1.858371674334870e-01, 1.707341468293660e-01 - , 1.272254450890180e-01, 1.262252450490100e-01, 5.511102220444088e-02 - , 1.870374074814963e-02, 1.000000000000000e+00, 2.732726727327270e-01 - , 2.670732926707330e-01, 2.222777722227780e-01, 1.180881911808820e-01 - , 1.096890310968900e-01, 9.599040095990399e-03, 5.182000000000000e-01 - , 4.818000000000000e-01, 2.885711428857110e-01, 2.406759324067590e-01 - , 1.274872512748730e-01, 1.238876112388760e-01, 1.225877412258770e-01 - , 7.579242075792421e-02, 1.219878012198780e-02, 8.799120087991200e-03 - , 9.572000000000001e-01, 4.280000000000000e-02, 3.285000000000000e-01 - , 2.403000000000000e-01, 1.430000000000000e-01, 8.580000000000000e-02 - , 7.610000000000000e-02, 5.940000000000000e-02, 4.720000000000000e-02 - , 9.599999999999999e-03, 6.600000000000000e-03, 3.500000000000000e-03 - , 5.725000000000000e-01, 4.275000000000000e-01, 3.448034480344800e-01 - , 3.179031790317900e-01, 1.871018710187100e-01, 6.990069900699007e-02 - , 4.610046100461004e-02, 2.460024600246002e-02, 8.700087000870008e-03 - , 8.900089000890008e-04, 1.000000000000000e+00, 2.688838669679820e-01 - , 2.643841369517830e-01, 2.117872927624340e-01, 1.043937363758170e-01 - , 8.869467831930082e-02, 4.079755214687118e-02, 1.919884806911585e-02 - , 9.599424034557925e-04, 8.999460032398054e-04, 1.000000000000000e+00 - , 7.166143322866459e-01, 1.132022640452810e-01, 7.810156203124062e-02 - , 6.590131802636053e-02, 2.420048400968019e-02, 1.010020200404008e-03 - , 9.700194003880077e-04, 9.991100000000001e-01, 8.899999999999999e-04 - , 8.848619403358230e-01, 1.107077495424680e-01, 2.500175012250857e-03 - , 1.930135109457662e-03, 1.000000000000000e+00, 2.700199203187250e-01 - , 2.375498007968130e-01, 1.754980079681270e-01, 1.212151394422310e-01 - , 8.266932270916334e-02, 5.707171314741035e-02, 5.597609561752987e-02 - , 1.000000000000000e+00, 2.672000000000000e-01, 2.271000000000000e-01 - , 1.497000000000000e-01, 1.383000000000000e-01, 1.124000000000000e-01 - , 7.439999999999999e-02, 3.089999999999999e-02, 5.218000000000000e-01 - , 4.782000000000000e-01, 2.487000000000000e-01, 2.190000000000000e-01 - , 2.047000000000000e-01, 1.568000000000000e-01, 1.473000000000000e-01 - , 2.149999999999999e-02, 2.000000000000000e-03, 1.000000000000000e+00 - , 2.795579452788640e-01, 2.532687843495170e-01, 2.477133390210510e-01 - , 1.872978710739870e-01, 2.271780321819011e-02, 8.928394277891312e-03 - , 5.158627805003868e-04, 1.000000000000000e+00, 3.341133645345810e-01 - , 2.707108284331370e-01, 2.294091763670550e-01, 1.488059522380900e-01 - , 1.560062402496100e-02, 1.360054402176087e-03, 1.000000000000000e+00 - , 3.184159207960400e-01, 2.182109105455270e-01, 1.613080654032700e-01 - , 1.431071553577680e-01, 1.273063653182660e-01, 3.030151507575378e-02 - , 1.350067503375169e-03, 9.741000000000000e-01, 2.590000000000000e-02 - , 3.523647635236480e-01, 2.713728627137290e-01, 1.849815018498150e-01 - , 1.374862513748620e-01, 5.199480051994800e-02, 1.799820017998200e-03 - , 9.998770003689990e-01, 1.229996310011070e-04, 3.064000000000000e-01 - , 2.841000000000000e-01, 2.641000000000000e-01, 1.440000000000000e-01 - , 1.400000000000000e-03, 6.250000000000000e-01, 3.750000000000000e-01 - , 4.035555555555560e-01, 2.666666666666670e-01, 1.626262626262630e-01 - , 1.343434343434340e-01, 1.656565656565656e-02, 1.606060606060606e-02 - , 1.818181818181818e-04, 6.260000000000000e-01, 3.740000000000000e-01 - , 3.379908742463950e-01, 3.289911172398350e-01, 2.529931691844320e-01 - , 7.209805335255949e-02, 7.799789405686048e-03, 1.269965710925805e-04 - , 1.000000000000000e+00, 2.979821210727360e-01, 2.312861228326300e-01 - , 1.683898966062040e-01, 1.321920684758910e-01, 1.001939883606980e-01 - , 6.849589024658520e-02, 1.459912405255685e-03, 7.050000000000000e-01 - , 2.950000000000000e-01, 5.231046209241850e-01, 2.360472094418880e-01 - , 2.260452090418080e-01, 1.480296059211842e-02, 1.000000000000000e+00 - , 1.000000000000000e+00, 1.000000000000000e+00, 1.000000000000000e+00 - , 1.000000000000000e+00, 1.000000000000000e+00, 1.000000000000000e+00 - , 1.000000000000000e+00, 1.000000000000000e+00, 9.922542601569140e-01 - , 7.196042176802758e-03, 5.496976662835440e-04, 1.000000000000000e+00 - , 1.000000000000000e+00, 1.000000000000000e+00, 1.000000000000000e+00 - , 1.000000000000000e+00, 1.000000000000000e+00, 1.000000000000000e+00 - , 1.000000000000000e+00 - }; - - static G4int isomnm[304] = { - 1, 2, 4, 3, 7, 6, 9, 11, 10, 12, 13, 14, 15, 16, 18, - 17, 19, 20, 22, 21, 23, 24, 26, 25, 27, 28, 29, 30, 31, 32, - 34, 33, 36, 35, 37, 40, 36, 38, 39, 41, 40, 40, 44, 42, 46, - 48, 43, 45, 48, 46, 47, 49, 50, 51, 50, 52, 53, 50, 54, 55, - 56, 54, 57, 58, 59, 58, 60, 62, 61, 64, 63, 65, 64, 66, 68, - 67, 70, 69, 71, 74, 72, 70, 73, 76, 75, 80, 78, 82, 76, 77, - 74, 79, 81, 84, 86, 82, 83, 80, 78, 85, 87, 88, 86, 87, 84, - 89, 90, 94, 92, 91, 96, 93, 98, 96, 92, 95, 100, 97, 94, 97, - 102, 104, 101, 99, 100, 96, 98, 103, 106, 108, 105, 110, 104, 102, 107, - 109, 114, 112, 111, 110, 113, 116, 106, 108, 115, 113, 120, 118, 116, 119, - 117, 124, 112, 112, 114, 115, 121, 123, 130, 128, 126, 125, 124, 122, 123, - 120, 127, 132, 129, 131, 134, 136, 130, 128, 124, 126, 133, 138, 137, 136, - 135, 134, 130, 132, 139, 138, 140, 142, 138, 136, 141, 142, 144, 146, 143, - 145, 148, 150, 145, 152, 154, 147, 149, 148, 150, 144, 153, 151, 158, 160, - 156, 157, 155, 154, 152, 159, 164, 162, 163, 161, 160, 158, 156, 165, 166, - 168, 167, 170, 164, 162, 169, 174, 172, 173, 171, 176, 170, 168, 175, 176, - 180, 178, 177, 179, 176, 174, 181, 180, 184, 186, 182, 183, 180, 187, 185, - 192, 190, 189, 188, 187, 186, 184, 193, 191, 195, 194, 196, 198, 192, 190, - 197, 202, 200, 199, 201, 198, 204, 196, 205, 203, 208, 206, 207, 204, 209, - 209, 210, 222, 223, 226, 227, 232, 231, 238, 235, 234, 237, 244, 243, 247, - 247, 251, 254, 257 - }; - - static G4int isondx[200] = { - 1, 2, 3, 4, 5, 6, 7, 7, 8, 9, 10, 11, 12, 13, 14, - 16, 17, 17, 18, 20, 21, 21, 22, 24, 25, 25, 26, 28, 29, 29, - 30, 33, 34, 35, 36, 38, 39, 41, 42, 47, 48, 48, 49, 53, 54, - 55, 56, 59, 60, 60, 61, 64, 65, 65, 66, 70, 71, 72, 73, 77, - 78, 79, 80, 84, 85, 85, 86, 91, 92, 93, 94, 99, 100, 101, 102, - 105, 106, 106, 107, 111, 112, 112, 113, 119, 120, 120, 121, 127, 128, 128, - 129, 134, 135, 136, 137, 144, 145, 146, 147, 156, 157, 158, 159, 166, 167, - 167, 168, 176, 177, 177, 178, 184, 185, 186, 187, 190, 191, 191, 192, 198, - 199, 199, 200, 206, 207, 208, 209, 215, 216, 216, 217, 223, 224, 224, 225, - 230, 231, 231, 232, 238, 239, 240, 241, 246, 247, 248, 249, 253, 254, 255, - 256, 262, 263, 264, 265, 270, 271, 271, 272, 278, 279, 280, 281, 284, 285, - 285, 286, 286, 287, 287, 288, 288, 289, 289, 290, 290, 291, 291, 292, 292, - 293, 293, 294, 296, 297, 297, 298, 298, 299, 299, 300, 300, 301, 301, 302, - 302, 303, 303, 304, 304 - }; - - //V.Ivanchenko static G4double zeff[100] = { 1.,1.98,2.95,3.89,4.8,5.72,6.61,7.49,8.32,9.12,9.95,10.69,11.48,12.22, 12.91,13.64,14.24,14.89,15.53,16.15,16.75,17.38,18.04,18.49, @@ -3447,411 +257,119 @@ void G4MuonMinusCaptureAtRest::DoMuCapture() 34.21,34.31,34.42,34.52,34.63,34.73,34.84,34.94,35.04,35.15, 35.25,35.36,35.46,35.57,35.67,35.78 }; - chargeTarget = G4int(targetCharge); - G4int idxx = chargeTarget-1; + // Get the muon 4-vector + // G4cout << "G4MuonMinusCaptureAtRest::DoMuCapture called " << G4endl; + G4int idxx = G4lrint(targetCharge)-1; if(idxx>99) idxx=99; G4double q = zeff[idxx]; - zeff2 = q*q; - - // ======= - // === this routine interfaces to FLUKA routines to evaporate - // === nucleons following muon capture - // ======= - - nGkine = 0; // number of generated secondary particles - nSecPart = 0; - nallFragm = 0; - // == choose random direction - RanPolarAng(&polc, &pols); - RanAzimuthalAng(&sfe, &cfe); - txi = cfe * pols; - tyi = sfe * pols; - tzi = polc; - // Choice of the mass number of the target nucleus: use the input - rndm[0] = G4UniformRand(); - rndm[1] = G4UniformRand(); - rndiso = rndm[0]; - // Loop on the stable isotopes - i__1 = isondx[(chargeTarget << 1) - 1] - 1; - for (is = isondx[(chargeTarget << 1) - 2]; is <= i__1; ++is) { - rndiso -= abuiso[is - 1]; - if (rndiso < 0.) { - break; + G4double zeff2 = q*q; + G4double muonBindingEnergy = 0.5*zeff2 * G4MuonMinus::MuonMinusDefinition()->GetPDGMass() + * fine_structure_const*fine_structure_const; + G4double availableEnergy = aMuKinetic; + availableEnergy += G4MuonMinus::MuonMinusDefinition()->GetPDGMass(); + availableEnergy -= muonBindingEnergy; + + G4ThreeVector aMu3Mom(0,0,0); + G4LorentzVector aMuMom(availableEnergy,aMu3Mom); + + // pick random proton. + G4double residualMass=0; + G4double targetMass=0; + G4ThreeVector pResInCMS; + G4double eEx=0; + G4double eRest = 0; + G4ReactionProduct* aNu=0; + do + { + theN.Init(targetAtomicMass, targetCharge); + G4ThreeVector fermiMom; + G4Nucleon * aNucleon = 0; + G4int theProtonCounter = G4lrint( 0.5 + targetCharge * G4UniformRand() ); + G4int counter = 0; + theN.StartLoop(); + while( (aNucleon=theN.GetNextNucleon()) ) + { + if( aNucleon->GetDefinition() == G4Proton::ProtonDefinition() ) + { + counter++; + if(counter == theProtonCounter) + { + fermiMom = aNucleon->GetMomentum().vect(); + break; + } + } } + + // Gett the nu momentum in the CMS + G4double aNMass = G4Proton::ProtonDefinition()->GetPDGMass()/2.; + G4LorentzVector theNeutronMom(sqrt(aNMass*aNMass+fermiMom.mag2()), fermiMom); + G4LorentzVector theCMS = theNeutronMom+aMuMom; + G4double p1 = (theCMS.mag()*theCMS.mag()-aNMass*aNMass)/(2.*theCMS.mag()); + G4LorentzRotation toCMS = theCMS.boostVector(); + G4LorentzRotation toLab = toCMS.inverse(); + + // make the nu, and transform to lab; + G4double cosTh = G4UniformRand(); + G4double phi = twopi*G4UniformRand(); + G4double theta = acos(cosTh); + G4double sinth = sin(theta); + G4ThreeVector randUnit(sinth*cos(phi), sinth*sin(phi), cos(theta) ); + G4LorentzVector finNuMom(p1, p1*randUnit); + + // make the neutrino an mu-neutrino with the above momentum and get the residual properties + if(aNu) delete aNu; + aNu = new G4ReactionProduct(); + aNu->SetDefinition( G4NeutrinoMu::NeutrinoMuDefinition() ); + pResInCMS = -finNuMom.vect(); + + // nu in lab. + finNuMom*=toLab; + aNu->SetTotalEnergy( finNuMom.t() ); + aNu->SetMomentum( finNuMom.vect() ); + residualMass = + G4ParticleTable::GetParticleTable() + ->GetIonTable()->GetIonMass(G4lrint(targetCharge-1), G4lrint(targetAtomicMass)); + targetMass = + G4ParticleTable::GetParticleTable() + ->GetIonTable()->GetIonMass(G4lrint(targetCharge), G4lrint(targetAtomicMass)); + eRest = targetMass+availableEnergy-residualMass-finNuMom.t(); + + // Call pre-compound on the rest. + eEx = sqrt( (residualMass+eRest)*(residualMass+eRest) - pResInCMS.mag2() ) - residualMass; } - if (rndiso >= 0.) { - is = isondx[(chargeTarget << 1) - 1]; + while(eEx<=0); + G4LorentzVector resV(residualMass+eRest, pResInCMS); + G4LorentzRotation toBreit = resV.boostVector(); + G4LorentzRotation fromBreit = toBreit.inverse(); + resV*=toBreit; + G4Fragment anInitialState; + anInitialState.SetA(G4lrint(targetAtomicMass)); + anInitialState.SetZ(G4lrint(targetCharge-1)); + anInitialState.SetNumberOfParticles(2); + anInitialState.SetNumberOfCharged(0); + anInitialState.SetNumberOfHoles(1); + anInitialState.SetMomentum(resV); + G4ReactionProductVector * aPreResult = theHandler.BreakItUp(anInitialState); + + G4ReactionProductVector::iterator ires; + G4double eBal = availableEnergy; + for(ires=aPreResult->begin(); ires!=aPreResult->end(); ires++) + { + G4LorentzVector itV((*ires)->GetTotalEnergy(), (*ires)->GetMomentum()); + itV*=fromBreit; + (*ires)->SetTotalEnergy(itV.t()); + (*ires)->SetMomentum(itV.vect()); + eBal-=itV.t()-itV.mag(); } - atMassTarget = isomnm[is - 1]; - bbtar = (G4double) atMassTarget; - zztar = (G4double) chargeTarget; - if (atMassTarget != 1) { - // The following should be Done with the proper mass of the nuclide - // AMNTAR = BBTAR * AMUC12 - massTarget = bbtar * AMUAMU + GetIsotopicMass(bbtar, zztar) * .001; - amntar1 = massTarget - zztar * AMELEC; - CascadeCorrection(zztar, bbtar); - } - enu = 0.; - eke = 0.; - // --------------------- - // mass of Z-1,A - // --------------------- - --chargeTarget; - ibtarm = atMassTarget; - bbtar = (G4double) atMassTarget; - zztar = (G4double) chargeTarget; - if (atMassTarget == 1) { - switch (chargeTarget) { - case 0: - amntar2 = massNeutron; - break; - case 1: - amntar2 = massProton; - break; - default: - G4cout << "? This cannot happen!" << G4endl; - exit(1); - } - } else { - // The following should be Done with the proper mass of the nuclide - // AMNTAR = BBTAR * AMUC12 - massTarget = bbtar * AMUAMU + GetIsotopicMass(bbtar, zztar) * .001; - amntar2 = massTarget - zztar * AMELEC; - } - // --------------------- - // Calculate the nuclear excitation energy gkin and neutrino energy ENU - // --------------------- - emubnd = zeff2 * AMMUON * FSCTO2 * .5; - delm = amntar1 - amntar2 + AMMUON - emubnd; - // -------------------------------- - // Takes account of fermi motion of the proton and available phase space - // ------------------------------- - // (for nuclei with A > 1 only!) - // ------------------------------- - if (atMassTarget > 1) { - NuclearExcitation(txi, tyi, tzi, &eke, &enu, delm, emubnd); - } - recoilEnResidNucl = 0.; - excitEnResidNucl = eke; - if (eke > 1e-4) { - momXResidNucl = txi; - momYResidNucl = tyi; - momZResidNucl = tzi; - totMomResidNucl = enu; - atMassCurrent = bbtar; - chargeCurrent = zztar; - massResidNucl = massTarget; - totEnResidNucl = massResidNucl + eke; - MuEvaporation(); - } else { - if (atMassTarget == 1) { - // mu- + p --> n + neutrino for mu- and p at rest - nSecPart = 1; - enu = 0.5 * (AMPROT+AMMUON) * (1.0-AMMRED*AMMRED); - Secondaries[0].SetZero(); - Secondaries[0].SetMass( massNeutron ); - Secondaries[0].SetMomentumAndUpdate( txi*enu, tyi*enu, tzi*enu ); - Secondaries[0].SetParticleDef( pdefNeutron ); - } else { - // no neutrons or gammas below 100 KeV - nstak1 = 0; - nSecPart = 0; - } - } - i__1 = nSecPart, i__2 = MXGKIN - nGkine; - nstak1 = std::min(i__1,i__2); - if (nSecPart > nstak1) { - G4cout << " **** FLUFIN: Stack overflow, " - << nSecPart - nstak1 << " particles lost" << G4endl; - } - // == Put neutrino on the stack IF DESIRED. - ++nGkine; - Gkin[nGkine-1].SetZero(); - Gkin[nGkine-1].SetMass( massNeutrinoMu ); - Gkin[nGkine-1].SetMomentumAndUpdate( -txi * enu, -tyi * enu, -tzi * enu ); - Gkin[nGkine-1].SetParticleDef( pdefNeutrinoMu ); - Gkin[nGkine-1].SetTOF( tDelay ); - // == - i__1 = nstak1; - for (k = 1; k <= i__1; ++k) { - ++nGkine; - Gkin[nGkine - 1] = Secondaries[k - 1]; - Gkin[nGkine - 1].SetTOF( tDelay ); - } - i__1 = nallFragm, i__2 = MXGKIN - nGkine; - nstak2 = std::min(i__1,i__2); - if (nallFragm > nstak2) { - G4cout << " **** FLUFIN: Stack overflow, " - << nallFragm - nstak2 << " heavy particles lost" << G4endl; - } - i__1 = nstak2; - for (k = 1; k <= i__1; ++k) { - ++nGkine; - Gkin[nGkine - 1] = Fragments[k - 1]; - Gkin[nGkine - 1].SetTOF( tDelay ); - } - return; - -} // DoMuCapture - - -void G4MuonMinusCaptureAtRest::MuEvaporation() -{ - // System generated locals - G4int i__1; - G4double d__1; - - // Local variables - static G4double eotest, etevap; - static G4int ip, jp, itemp; - - // ---------------------------------------------------------------------* - // * - // EVent EVAPoration: this routine is used to steer both the evapora- * - // tion, the high energy fission, possibly a future fragmentation * - // and the gamma deexcitation routines * - // * - // Created on 15 may 1991 by Alfredo Ferrari & Paola Sala * - // INFN - Milan * - // * - // Last change on 19-apr-93 By Alfredo Ferrari, INFN - Milan * - // * - // ---------------------------------------------------------------------* - - // The initial excitation energy, mass and charge of the nucleus are - // put into Ex, Apr, Zpr (common Hetc5) - d__1 = excitEnResidNucl * 1000; - iniExcitEnEvapNucl = std::max(d__1,ANGLGB); - atMassEvapNucl = atMassCurrent; - chargeEvapNucl = chargeCurrent; - // Ammres is the atomic mass of the residual nucleus - // Reset accumulators for the energy conservation check (they are only - // local) - eotest = massResidNucl + excitEnResidNucl + recoilEnResidNucl; - etevap = 0.; - if (totMomResidNucl > 0.) { - // Set the variables recording the recoil direction of the residual - // nucleus: - dirCosXResidNucl = momXResidNucl / totMomResidNucl; - dirCosYResidNucl = momYResidNucl / totMomResidNucl; - dirCosZResidNucl = momZResidNucl / totMomResidNucl; - } else { - // It can happen for pion capture for example that ptres=0 - // ( it is always 0 if no "direct" particle is emitted ) - dirCosXResidNucl = 0.; - dirCosYResidNucl = 0.; - dirCosZResidNucl = 1.; - } - recoilEnEvapNucl = recoilEnResidNucl * 1e3; - Erup(); - // Add to the secondary stack the evaporated neutrons - i__1 = nVariousFragm[0]; - for (ip = 1; ip <= i__1; ++ip) { - ++nSecPart; - Secondaries[nSecPart - 1] = Evaporates[ip - 1]; - etevap += Evaporates[ip - 1].GetEnergy(); - } - // Add to the secondary stack the evaporated protons - i__1 = nVariousFragm[1]; - for (ip = 1; ip <= i__1; ++ip) { - ++nSecPart; - Secondaries[nSecPart - 1] = Evaporates[ip - 1 + MXEVAP]; - etevap += Evaporates[ip - 1 + MXEVAP].GetEnergy(); - } - // Loop over the particle types: - for (jp = 3; jp <= 6; ++jp) { - i__1 = nVariousFragm[jp - 1]; - for (ip = 1; ip <= i__1; ++ip) { - ++nallFragm; - itemp = ip - 1 + (jp - 1)*MXEVAP; - Fragments[nallFragm - 1] = Evaporates[itemp]; - etevap += Evaporates[itemp].GetEnergy(); - } - } - // Normal evaporation: - atMassCurrent = atMassEvapNucl; - chargeCurrent = chargeEvapNucl; - atMassResidNucl = NINT(atMassCurrent); - chargeResidNucl = NINT(chargeCurrent); - // Ammres is the atomic mass of the residual nucleus - // Check the residual nucleus: - if (atMassResidNucl == 0) { - massResidNucl = 0.; - excitEnResidNucl = 0.; - recoilEnResidNucl = 0.; - totMomResidNucl = 0.; - momXResidNucl = 0.; - momYResidNucl = 0.; - momZResidNucl = 1.; - totEnResidNucl = 0.; - kinEnResidNucl = 0.; - } else { - massResidNucl = - atMassCurrent * AMUAMU + - GetIsotopicMass(atMassCurrent, chargeCurrent) * .001; - excitEnResidNucl = finExcitEnEvapNucl * .001; - d__1 = recoilEnEvapNucl * .001; - recoilEnResidNucl = std::max(d__1,0.); - totMomResidNucl = - sqrt(recoilEnResidNucl * - (recoilEnResidNucl + (massResidNucl + excitEnResidNucl) * 2.)); - momXResidNucl = totMomResidNucl * dirCosXResidNucl; - momYResidNucl = totMomResidNucl * dirCosYResidNucl; - momZResidNucl = totMomResidNucl * dirCosZResidNucl; - totEnResidNucl = massResidNucl + excitEnResidNucl + recoilEnResidNucl; - kinEnResidNucl = recoilEnResidNucl; - } - etevap += totEnResidNucl; - if (abs(etevap - eotest) > eotest*.05) { - G4cout << " Evevap: failure in energy conservation!!" - << " " << etevap << " " << eotest << " " << etevap - eotest - << " etotres= " << totEnResidNucl - << " Z= " << chargeCurrent - << " A= " << atMassCurrent - << G4endl; - - } - // Check if the deexcitation module have to be called - if ( totEnResidNucl>0.0 ) EvaporationDeexcitation(); - return; - -} // MuEvaporation - - -void G4MuonMinusCaptureAtRest::RanPolarAng(G4double *cs, G4double *si) -{ - // Local variables - static G4double rndm[1]; - - // -------------------------------------------------- - // *** RANDOM CHOICE OF ANGLE TETA (CS = COS(TETA),SI = SIN(TETA) - // -------------------------------------------------- - rndm[0] = G4UniformRand(); - *cs = rndm[0] * 2. - 1.; - *si = sqrt((1. - *cs) * (*cs + 1.)); - return; - -} // RanPolarAng - - -G4double G4MuonMinusCaptureAtRest::NuclearBindingEnergy(G4double a1, - G4double z1, - G4double a2, - G4double z2) -{ - // System generated locals - G4double ret_val; - - // Local variables - static G4int n1, n2, ka1, ka2, iz1, iz2, kz1, kz2, izz1, izz2; - static G4double enrg1, enrg2; - - ka1 = NINT(a1); - kz1 = NINT(z1); - ka2 = NINT(a2); - kz2 = NINT(z2); - n1 = ka1 - kz1; - n2 = ka2 - kz2; - if (n1 <= 0) { - G4cout << "STOP - 105" << G4endl; - exit(1); - } - if (n2 <= 0) { - G4cout << "STOP - 106" << G4endl; - exit(1); - } - izz1 = NINT(isotopicData[0][ka1 - 1]); - izz2 = NINT(isotopicData[0][ka2 - 1]); - if (kz1 < izz1 || kz1 > izz1 + 9) { - enrg1 = CalculateIsotopicMass(a1, z1); - } else { - iz1 = kz1 - izz1 + 2; - enrg1 = isotopicData[iz1 - 1][ka1 - 1]; - if (enrg1 == 0. && (ka1 != 12 || kz1 != 6)) { - enrg1 = CalculateIsotopicMass(a1, z1); - } - } - if (kz2 < izz2 || kz2 > izz2 + 9) { - enrg2 = CalculateIsotopicMass(a2, z2); - } else { - iz2 = kz2 - izz2 + 2; - enrg2 = isotopicData[iz2 - 1][ka2 - 1]; - if (enrg2 == 0. && (ka2 != 12 || kz2 != 6)) { - enrg2 = CalculateIsotopicMass(a2, z2); - } - } - ret_val = enrg1 - enrg2; - return ret_val; - -} // NuclearBindingEnergy - - -void G4MuonMinusCaptureAtRest::RanDirCos(G4double *wx, G4double *wy, - G4double *wz) -{ - // Local variables - static G4double x, y, z, x2, y2, z2, cfe, sfe; - static G4double rndm[2]; - - // ******************************************************************** - // VERSION JUNE 81 BY PERTTI AARNIO - // LAST CHANGE 22. JUNE 81 BY PERTTI AARNIO - // HELSINKI UNIVERSITY OF - // TECHNOLOGY, FINLAND - // - // SUBROUTINE OF FLUKA TO GIVE THE DIRECTION COSINES OF RANDOM - // UNIFORM (ISOTROPIC) DIRECTION IN THREE DIMENSIONAL SPACE. - // ******************************************************************** - - do { - rndm[0] = G4UniformRand(); - rndm[1] = G4UniformRand(); - x = rndm[0] * 2. - 1.; - y = rndm[1]; - x2 = x * x; - y2 = y * y; - } while (x2 + y2 > 1.); - cfe = (x2 - y2) / (x2 + y2); - sfe = x * 2. * y / (x2 + y2); - rndm[0] = G4UniformRand(); - z = rndm[0]; - z2 = z * z; - *wz = sqrt(z - z2); - *wx = *wz * 2. * cfe; - *wy = *wz * 2. * sfe; - *wz = z * 2. - 1.; - return; - -} // RanDirCos - - -void G4MuonMinusCaptureAtRest::RanAzimuthalAng(G4double *sfe, G4double *cfe) -{ - static G4double x, y, x2, y2; - static G4double rndm[2]; - - // ******************************************************************** - // VERSION JUNE 81 BY PERTTI AARNIO - // LAST CHANGE 11. DECEMBER 85 BY PERTTI AARNIO - // HELSINKI UNIVERSITY OF - // TECHNOLOGY, FINLAND - // - // SUBROUTINE OF FLUKA TO GIVE SINE AND COSINE OF AN - // RANDOM ANGLE UNIFORMLY DISTRIBUTED BETWEEN 0 AND 2*PI - // ******************************************************************** - - do { - rndm[0] = G4UniformRand(); - rndm[1] = G4UniformRand(); - x = rndm[0] * 2. - 1.; - y = rndm[1]; - x2 = x * x; - y2 = y * y; - } while (x2 + y2 > 1.); - *cfe = (x2 - y2) / (x2 + y2); - *sfe = x * 2. * y / (x2 + y2); - return; - -} // RanAzimuthalAng + // fill neutrino into result + aPreResult->push_back(aNu); + eBal-=aNu->GetMomentum().mag(); + if(getenv("MuonMinusCaptureAtRestPrint")) + { + G4cout << " Rough energy balance is "<GetMomentum().mag()< +#include +#include + +// A simple, reasonably portable, but at present +// semantic-wise totally unsafe signalhandler prototype meant for SEGFAULT. +// Being rushed into production or various reasons. + +extern "C" { - G4double phi = 2. * pi * G4UniformRand(); - return phi; + typedef void (*sighandler_t)(int); } + +class G4HadSignalHandler +{ + public: + + G4HadSignalHandler(sighandler_t aNew); + + ~G4HadSignalHandler(); + + static std::vector theCache; + static bool registered; +}; + + + +#endif + +#endif diff --git a/source/processes/hadronic/util/include/G4HadronicWhiteBoard.hh b/source/processes/hadronic/util/include/G4HadronicWhiteBoard.hh new file mode 100644 index 0000000000..9192bbc282 --- /dev/null +++ b/source/processes/hadronic/util/include/G4HadronicWhiteBoard.hh @@ -0,0 +1,70 @@ +// +// ******************************************************************** +// * DISCLAIMER * +// * * +// * The following disclaimer summarizes all the specific disclaimers * +// * of contributors to this software. The specific disclaimers,which * +// * govern, are listed with their locations in: * +// * http://cern.ch/geant4/license * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. * +// * * +// * This code implementation is the intellectual property of the * +// * GEANT4 collaboration. * +// * By copying, distributing or modifying the Program (or any work * +// * based on the Program) you indicate your acceptance of this * +// * statement, and all its terms. * +// ******************************************************************** +// +#ifndef G4HadronicWhiteBoard_h +#define G4HadronicWhiteBoard_h + +#include "G4HadProjectile.hh" +#include "G4Nucleus.hh" +#include "G4ParticleDefinition.hh" + +class G4HadronicWhiteBoard +{ + public: + G4HadronicWhiteBoard(){} + + static G4HadronicWhiteBoard & Instance(); + + void SetProjectile(const G4HadProjectile & aProjectile); + + void SetTargetNucleus(const G4Nucleus & aTarget); + + const G4HadProjectile * GetProjectile(); + const G4Nucleus & GetTargetNucleus(); + G4ParticleDefinition * GetPDef(); + G4String GetParticleName(); + G4double GetEnergy(); + G4double GetPx(); + G4double GetPy(); + G4double GetPz(); + G4double GetA(); + G4double GetZ(); + + void Dump(); + + + private: + + G4HadProjectile * theProjectile; + G4ParticleDefinition * theDef; + char * theName; + G4double theE; + G4double thePx; + G4double thePy; + G4double thePz; + + G4Nucleus theTarget; + G4double theA; + G4double theZ; +}; + +#endif diff --git a/source/processes/hadronic/util/include/G4Pair.hh b/source/processes/hadronic/util/include/G4Pair.hh index bdd63669d3..0d2a48f76e 100644 --- a/source/processes/hadronic/util/include/G4Pair.hh +++ b/source/processes/hadronic/util/include/G4Pair.hh @@ -24,9 +24,189 @@ #define G4Pair_h template -struct G4Pair +class G4Pair { - t1 first; - t2 second; + public: + typedef t1 first; + typedef t2 rest; }; + +class G4Terminator +{ +}; + +#define GROUP1(t1) G4Pair +#define GROUP2(t1,t2) G4Pair +#define GROUP3(t1,t2,t3) G4Pair +#define GROUP4(t1,t2,t3,t4) G4Pair +#define GROUP5(t1,t2,t3,t4,t5) G4Pair +#define GROUP6(t1,t2,t3,t4,t5,t6) G4Pair +#define GROUP7(t1,t2,t3,t4,t5,t6,t7) G4Pair +#define GROUP8(t1,t2,t3,t4,t5,t6,t7,t8) G4Pair +#define GROUP9(t1,t2,t3,t4,t5,t6,t7,t8,t9) G4Pair +#define GROUP10(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10) G4Pair +#define GROUP11(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11) G4Pair +#define GROUP12(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12) G4Pair +#define GROUP13(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13) G4Pair +#define GROUP14(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14) G4Pair +#define GROUP15(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15) G4Pair +#define GROUP16(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16) G4Pair +#define GROUP17(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17) G4Pair +#define GROUP18(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18) G4Pair +#define GROUP19(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19) G4Pair +#define GROUP20(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20) G4Pair +#define GROUP21(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21) G4Pair +#define GROUP22(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22) G4Pair +#define GROUP23(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23) G4Pair +#define GROUP24(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24) G4Pair +#define GROUP25(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25) G4Pair +#define GROUP26(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26) G4Pair +#define GROUP27(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27) G4Pair +#define GROUP28(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28) G4Pair +#define GROUP29(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29) G4Pair +#define GROUP30(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30) G4Pair +#define GROUP31(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31) G4Pair +#define GROUP32(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32) G4Pair +#define GROUP33(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33) G4Pair +#define GROUP34(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34) G4Pair +#define GROUP35(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35) G4Pair +#define GROUP36(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36) G4Pair +#define GROUP37(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37) G4Pair +#define GROUP38(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38) G4Pair +#define GROUP39(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39) G4Pair +#define GROUP40(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40) G4Pair +#define GROUP41(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41) G4Pair +#define GROUP42(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42) G4Pair +#define GROUP43(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43) G4Pair +#define GROUP44(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44) G4Pair +#define GROUP45(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45) G4Pair +#define GROUP46(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46) G4Pair +#define GROUP47(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47) G4Pair +#define GROUP48(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48) G4Pair +#define GROUP49(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49) G4Pair +#define GROUP50(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50) G4Pair +#define GROUP51(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51) G4Pair +#define GROUP52(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52) G4Pair +#define GROUP53(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53) G4Pair +#define GROUP54(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54) G4Pair +#define GROUP55(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55) G4Pair +#define GROUP56(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56) G4Pair +#define GROUP57(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57) G4Pair +#define GROUP58(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58) G4Pair +#define GROUP59(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59) G4Pair +#define GROUP60(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60) G4Pair +#define GROUP61(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61) G4Pair +#define GROUP62(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62) G4Pair +#define GROUP63(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63) G4Pair +#define GROUP64(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64) G4Pair +#define GROUP65(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65) G4Pair +#define GROUP66(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66) G4Pair +#define GROUP67(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67) G4Pair +#define GROUP68(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68) G4Pair +#define GROUP69(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69) G4Pair +#define GROUP70(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70) G4Pair +#define GROUP71(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71) G4Pair +#define GROUP72(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72) G4Pair +#define GROUP73(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73) G4Pair +#define GROUP74(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74) G4Pair +#define GROUP75(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75) G4Pair +#define GROUP76(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76) G4Pair +#define GROUP77(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77) G4Pair +#define GROUP78(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78) G4Pair +#define GROUP79(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79) G4Pair +#define GROUP80(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80) G4Pair +#define GROUP81(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81) G4Pair +#define GROUP82(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82) G4Pair +#define GROUP83(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83) G4Pair +#define GROUP84(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84) G4Pair +#define GROUP85(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85) G4Pair +#define GROUP86(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86) G4Pair +#define GROUP87(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87) G4Pair +#define GROUP88(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87,t88) G4Pair +#define GROUP89(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87,t88,t89) G4Pair +#define GROUP90(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87,t88,t89,t90) G4Pair +#define GROUP91(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87,t88,t89,t90,t91) G4Pair +#define GROUP92(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87,t88,t89,t90,t91,t92) G4Pair +#define GROUP93(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87,t88,t89,t90,t91,t92,t93) G4Pair +#define GROUP94(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87,t88,t89,t90,t91,t92,t93,t94) G4Pair +#define GROUP95(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87,t88,t89,t90,t91,t92,t93,t94,t95) G4Pair +#define GROUP96(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87,t88,t89,t90,t91,t92,t93,t94,t95,t96) G4Pair +#define GROUP97(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87,t88,t89,t90,t91,t92,t93,t94,t95,t96,t97) G4Pair +#define GROUP98(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87,t88,t89,t90,t91,t92,t93,t94,t95,t96,t97,t98) G4Pair +#define GROUP99(t1,t2,t3,t4,t5,t6,t7,t8,t9,t10,t11,t12,t13,t14,t15,t16,t17,t18,t19,t20,t21,t22,t23,t24,t25,t26,t27,t28,t29,t30,t31,t32,t33,t34,t35,t36,t37,t38,t39,t40,t41,t42,t43,t44,t45,t46,t47,t48,t49,t50,t51,t52,t53,t54,t55,t56,t57,t58,t59,t60,t61,t62,t63,t64,t65,t66,t67,t68,t69,t70,t71,t72,t73,t74,t75,t76,t77,t78,t79,t80,t81,t82,t83,t84,t85,t86,t87,t88,t89,t90,t91,t92,t93,t94,t95,t96,t97,t98,t99) G4Pair + + +template +class VCall +{ + public: + virtual void call(A* aA) = 0; +}; + +template +class Call : public VCall +{ + public: + virtual void call(A* aA) + { + typename g::first aL; + f aF; + aF(&aL, aA); + } +}; + + +template +class G4ForEach +{ + private: + template static void ActOn(T1* aT1, VCall * aV) + { + aV->call(aT1); + } + public: + template static void Apply(functor * aFP, T1* aT1=0) + { + Call aCall; + aCall.call(aT1); + typedef typename group::rest tail; + G4ForEach::Apply(aFP, aT1); + } + template + static void Apply() + { + Call aCall; + int i=0; + aCall.call(i); + typedef typename group::rest tail; + G4ForEach::Apply(); + } +}; + +template<> +class G4ForEach +{ + public: + template static void Apply(functor *, T1*){} + template static void Apply(){} +}; + +template +class G4IntGrp +{ + public: + typedef t1 it; + enum {i = i2}; + typedef t3 rest; +}; + +template +class INT4 +{ + public: + typedef T1 it; + enum {i1=I1, i2=I2, i3=I3, i4=I4}; +}; + #endif + diff --git a/source/processes/hadronic/util/src/G4HadSignalHandler.cc b/source/processes/hadronic/util/src/G4HadSignalHandler.cc new file mode 100644 index 0000000000..6fd7d559b1 --- /dev/null +++ b/source/processes/hadronic/util/src/G4HadSignalHandler.cc @@ -0,0 +1,73 @@ +// +// ******************************************************************** +// * DISCLAIMER * +// * * +// * The following disclaimer summarizes all the specific disclaimers * +// * of contributors to this software. The specific disclaimers,which * +// * govern, are listed with their locations in: * +// * http://cern.ch/geant4/license * +// * * +// * Neither the authors of this software system, nor their employing * +// * institutes,nor the agencies providing financial support for this * +// * work make any representation or warranty, express or implied, * +// * regarding this software system or assume any liability for its * +// * use. * +// * * +// * This code implementation is the intellectual property of the * +// * GEANT4 collaboration. * +// * By copying, distributing or modifying the Program (or any work * +// * based on the Program) you indicate your acceptance of this * +// * statement, and all its terms. * +// ******************************************************************** +// +#ifndef G4HadSignalHandler_off + +#include "G4HadSignalHandler.hh" + + +namespace G4HadSignalHandler_local +{ + extern "C" + { + void HandleIt(int i); + static void (*G4HadSignalHandler_initial)(int); + } +} + +using namespace std; + +std::vector G4HadSignalHandler::theCache; +bool G4HadSignalHandler::registered = false; + +G4HadSignalHandler::G4HadSignalHandler(sighandler_t aNew) +{ + if(!registered) + { + G4HadSignalHandler_local::G4HadSignalHandler_initial = + signal(SIGSEGV, G4HadSignalHandler_local::HandleIt); + registered = true; + } + theCache.push_back(aNew); +} + +G4HadSignalHandler::~G4HadSignalHandler() +{ + theCache.clear(); + signal (SIGSEGV, G4HadSignalHandler_local::G4HadSignalHandler_initial); + registered = false; +} + +void G4HadSignalHandler_local::HandleIt(int i) +{ + static int iii=G4HadSignalHandler::theCache.size()-1; + for(int c=iii; c!=-1; c--) + { + iii--; + G4HadSignalHandler::theCache[c](i); + } + std::cerr << "callback to user-defined or default signal handler"<(& aProjectile); + theDef = const_cast(theProjectile->GetDefinition()); + theName = const_cast(theDef->GetParticleName().c_str() ); + theE = theProjectile->Get4Momentum().t(); + thePx = theProjectile->Get4Momentum().vect().x(); + thePy = theProjectile->Get4Momentum().vect().y(); + thePz = theProjectile->Get4Momentum().vect().z(); + } + + void G4HadronicWhiteBoard::SetTargetNucleus(const G4Nucleus & aTarget) + { + theTarget = aTarget; + theA = theTarget.GetN(); + theZ = theTarget.GetZ(); + } + + void G4HadronicWhiteBoard::Dump() + { + std::cerr << std::endl; + std::cerr << "GHAD_GHAD_GHAD_GHAD_GHAD_GHAD_GHAD_GHAD_GHAD_GHAD_GHAD_GHAD_GHAD_GHAD"< #include "G4HadReentrentException.hh" +#include // #include "DumpFrame.hh" @@ -161,6 +162,7 @@ *vec[i] = pTemp; // DEBUGGING --> DumpFrames::DumpFrame(vec, vecLen); } + if( currentMass == 0.0 && targetMass == 0.0 ) // annihilation { // no kinetic energy in target ..... @@ -1453,6 +1455,11 @@ // A simple two cluster model is used. // This should be sufficient for low energy interactions. // + + // + debugging + // raise(SIGSEGV); + // - debugging + G4int i; G4ParticleDefinition *aPiMinus = G4PionMinus::PionMinus(); G4ParticleDefinition *aProton = G4Proton::Proton(); diff --git a/source/processes/management/include/G4IVContinuousDiscreteProcess.hh b/source/processes/management/include/G4IVContinuousDiscreteProcess.hh index 4a78d54c2d..22fbe71790 100644 --- a/source/processes/management/include/G4IVContinuousDiscreteProcess.hh +++ b/source/processes/management/include/G4IVContinuousDiscreteProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4IVContinuousDiscreteProcess.hh,v 1.7 2001/07/11 10:08:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // $Id: // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4IVRestDiscreteProcess.hh b/source/processes/management/include/G4IVRestDiscreteProcess.hh index 8c9c8c9c04..0a0ac98640 100644 --- a/source/processes/management/include/G4IVRestDiscreteProcess.hh +++ b/source/processes/management/include/G4IVRestDiscreteProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4IVRestDiscreteProcess.hh,v 1.7 2001/07/11 10:08:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // $Id: // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4ParticleTypes.hh b/source/processes/management/include/G4ParticleTypes.hh index f70b41b531..de78865f43 100644 --- a/source/processes/management/include/G4ParticleTypes.hh +++ b/source/processes/management/include/G4ParticleTypes.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleTypes.hh,v 1.5 2001/07/11 10:08:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4ProcTblElement.hh b/source/processes/management/include/G4ProcTblElement.hh index 6e164c375a..579bf16b82 100644 --- a/source/processes/management/include/G4ProcTblElement.hh +++ b/source/processes/management/include/G4ProcTblElement.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProcTblElement.hh,v 1.10 2003/06/16 17:12:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4ProcTblElement.icc b/source/processes/management/include/G4ProcTblElement.icc index 6f969b449c..9902cb7736 100644 --- a/source/processes/management/include/G4ProcTblElement.icc +++ b/source/processes/management/include/G4ProcTblElement.icc @@ -22,7 +22,7 @@ // // // $Id: G4ProcTblElement.icc,v 1.7 2001/07/11 10:08:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4ProcessAttribute.hh b/source/processes/management/include/G4ProcessAttribute.hh index 31d4748df7..13dd5ee58a 100644 --- a/source/processes/management/include/G4ProcessAttribute.hh +++ b/source/processes/management/include/G4ProcessAttribute.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProcessAttribute.hh,v 1.4 2001/07/11 10:08:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4ProcessManager.hh b/source/processes/management/include/G4ProcessManager.hh index e90fab75df..4ddc845e11 100644 --- a/source/processes/management/include/G4ProcessManager.hh +++ b/source/processes/management/include/G4ProcessManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProcessManager.hh,v 1.9 2003/06/16 17:12:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4ProcessManager.icc b/source/processes/management/include/G4ProcessManager.icc index 1f623ab8c9..f68cb524a1 100644 --- a/source/processes/management/include/G4ProcessManager.icc +++ b/source/processes/management/include/G4ProcessManager.icc @@ -22,7 +22,7 @@ // // // $Id: G4ProcessManager.icc,v 1.3 2001/07/11 10:08:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/processes/management/include/G4ProcessManagerMessenger.hh b/source/processes/management/include/G4ProcessManagerMessenger.hh index 772114d10a..14a7f74433 100644 --- a/source/processes/management/include/G4ProcessManagerMessenger.hh +++ b/source/processes/management/include/G4ProcessManagerMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProcessManagerMessenger.hh,v 1.6 2003/04/01 16:43:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/management/include/G4ProcessTable.hh b/source/processes/management/include/G4ProcessTable.hh index 5547ee432c..7925ab7494 100644 --- a/source/processes/management/include/G4ProcessTable.hh +++ b/source/processes/management/include/G4ProcessTable.hh @@ -23,7 +23,7 @@ // // $Id: G4ProcessTable.hh,v 1.8 2003/06/16 17:12:29 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4ProcessTable.icc b/source/processes/management/include/G4ProcessTable.icc index 50ac85b713..14bceac122 100644 --- a/source/processes/management/include/G4ProcessTable.icc +++ b/source/processes/management/include/G4ProcessTable.icc @@ -22,7 +22,7 @@ // // // $Id: G4ProcessTable.icc,v 1.4 2001/07/11 10:08:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // History: // Use STL vector instead of RW vector 1. Mar 00 H.Kurashige diff --git a/source/processes/management/include/G4ProcessTableMessenger.hh b/source/processes/management/include/G4ProcessTableMessenger.hh index 7a079650ab..472e2f7cd8 100644 --- a/source/processes/management/include/G4ProcessTableMessenger.hh +++ b/source/processes/management/include/G4ProcessTableMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProcessTableMessenger.hh,v 1.6 2003/04/01 16:43:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/management/include/G4ProcessType.hh b/source/processes/management/include/G4ProcessType.hh index 5bf578e778..421d0ad5b4 100644 --- a/source/processes/management/include/G4ProcessType.hh +++ b/source/processes/management/include/G4ProcessType.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProcessType.hh,v 1.4 2001/07/11 10:08:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/management/include/G4ProcessVector.hh b/source/processes/management/include/G4ProcessVector.hh index 933d7c5da1..621ba660f3 100644 --- a/source/processes/management/include/G4ProcessVector.hh +++ b/source/processes/management/include/G4ProcessVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProcessVector.hh,v 1.9 2003/06/16 17:12:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4ProcessVector.icc b/source/processes/management/include/G4ProcessVector.icc index f558c7dcea..e0ecc7bda1 100644 --- a/source/processes/management/include/G4ProcessVector.icc +++ b/source/processes/management/include/G4ProcessVector.icc @@ -22,7 +22,7 @@ // // // $Id: G4ProcessVector.icc,v 1.4 2001/09/19 10:54:48 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // inline G4bool G4ProcessVector::operator==(const G4ProcessVector &right) const { diff --git a/source/processes/management/include/G4VContinuousDiscreteProcess.hh b/source/processes/management/include/G4VContinuousDiscreteProcess.hh index 17f1501922..578edfbce4 100644 --- a/source/processes/management/include/G4VContinuousDiscreteProcess.hh +++ b/source/processes/management/include/G4VContinuousDiscreteProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4VContinuousDiscreteProcess.hh,v 1.7 2003/03/25 06:22:23 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4VContinuousProcess.hh b/source/processes/management/include/G4VContinuousProcess.hh index 78b795c4e8..228aa946bb 100644 --- a/source/processes/management/include/G4VContinuousProcess.hh +++ b/source/processes/management/include/G4VContinuousProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4VContinuousProcess.hh,v 1.5 2001/07/11 10:08:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4VDiscreteProcess.hh b/source/processes/management/include/G4VDiscreteProcess.hh index a650ff3d96..547c28cf05 100644 --- a/source/processes/management/include/G4VDiscreteProcess.hh +++ b/source/processes/management/include/G4VDiscreteProcess.hh @@ -23,7 +23,7 @@ // // $Id: G4VDiscreteProcess.hh,v 1.7 2003/03/25 06:22:23 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4VProcess.hh b/source/processes/management/include/G4VProcess.hh index 721a39d28d..6e402a0501 100644 --- a/source/processes/management/include/G4VProcess.hh +++ b/source/processes/management/include/G4VProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4VProcess.hh,v 1.14 2003/04/01 16:43:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4VRestContinuousDiscreteProcess.hh b/source/processes/management/include/G4VRestContinuousDiscreteProcess.hh index 45946ba100..a7ca2546a8 100644 --- a/source/processes/management/include/G4VRestContinuousDiscreteProcess.hh +++ b/source/processes/management/include/G4VRestContinuousDiscreteProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRestContinuousDiscreteProcess.hh,v 1.7 2003/03/25 06:22:23 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4VRestContinuousProcess.hh b/source/processes/management/include/G4VRestContinuousProcess.hh index edb80b0057..f0b2a8990a 100644 --- a/source/processes/management/include/G4VRestContinuousProcess.hh +++ b/source/processes/management/include/G4VRestContinuousProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRestContinuousProcess.hh,v 1.5 2001/07/11 10:08:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4VRestDiscreteProcess.hh b/source/processes/management/include/G4VRestDiscreteProcess.hh index bdf7ea30f6..968d4c8298 100644 --- a/source/processes/management/include/G4VRestDiscreteProcess.hh +++ b/source/processes/management/include/G4VRestDiscreteProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRestDiscreteProcess.hh,v 1.7 2003/03/25 06:22:23 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4VRestProcess.hh b/source/processes/management/include/G4VRestProcess.hh index f1edbd9be9..94cc8ad34e 100644 --- a/source/processes/management/include/G4VRestProcess.hh +++ b/source/processes/management/include/G4VRestProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRestProcess.hh,v 1.5 2001/07/11 10:08:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/include/G4WrapperProcess.hh b/source/processes/management/include/G4WrapperProcess.hh index 90f7c91945..19c13ce0ae 100644 --- a/source/processes/management/include/G4WrapperProcess.hh +++ b/source/processes/management/include/G4WrapperProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4WrapperProcess.hh,v 1.2 2003/11/03 03:27:27 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/src/G4IVContinuousDiscreteProcess.cc b/source/processes/management/src/G4IVContinuousDiscreteProcess.cc index a4d30bdaeb..59586db1a8 100644 --- a/source/processes/management/src/G4IVContinuousDiscreteProcess.cc +++ b/source/processes/management/src/G4IVContinuousDiscreteProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4IVContinuousDiscreteProcess.cc,v 1.8 2003/11/03 03:27:27 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // $Id: // -------------------------------------------------------------- diff --git a/source/processes/management/src/G4IVRestDiscreteProcess.cc b/source/processes/management/src/G4IVRestDiscreteProcess.cc index 463b817b9f..8f1b44551a 100644 --- a/source/processes/management/src/G4IVRestDiscreteProcess.cc +++ b/source/processes/management/src/G4IVRestDiscreteProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4IVRestDiscreteProcess.cc,v 1.8 2003/11/03 03:27:27 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // $Id: // -------------------------------------------------------------- diff --git a/source/processes/management/src/G4ProcTblElement.cc b/source/processes/management/src/G4ProcTblElement.cc index 4a59dd827f..c60992f4f3 100644 --- a/source/processes/management/src/G4ProcTblElement.cc +++ b/source/processes/management/src/G4ProcTblElement.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProcTblElement.cc,v 1.6 2001/07/11 10:08:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/src/G4ProcessAttribute.cc b/source/processes/management/src/G4ProcessAttribute.cc index 838868987c..2edcb953b1 100644 --- a/source/processes/management/src/G4ProcessAttribute.cc +++ b/source/processes/management/src/G4ProcessAttribute.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProcessAttribute.cc,v 1.4 2001/07/11 10:08:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/src/G4ProcessManager.cc b/source/processes/management/src/G4ProcessManager.cc index 641d1c85c6..396f6cae13 100644 --- a/source/processes/management/src/G4ProcessManager.cc +++ b/source/processes/management/src/G4ProcessManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProcessManager.cc,v 1.23 2003/11/03 03:27:27 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/management/src/G4ProcessManagerMessenger.cc b/source/processes/management/src/G4ProcessManagerMessenger.cc index 9770bd43df..8fa1b340e1 100644 --- a/source/processes/management/src/G4ProcessManagerMessenger.cc +++ b/source/processes/management/src/G4ProcessManagerMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProcessManagerMessenger.cc,v 1.7 2003/06/16 17:12:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/management/src/G4ProcessTable.cc b/source/processes/management/src/G4ProcessTable.cc index 1da600358c..e3b0017221 100644 --- a/source/processes/management/src/G4ProcessTable.cc +++ b/source/processes/management/src/G4ProcessTable.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProcessTable.cc,v 1.10 2003/04/01 16:43:51 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/src/G4ProcessTableMessenger.cc b/source/processes/management/src/G4ProcessTableMessenger.cc index 4ac929cf33..697fd23041 100644 --- a/source/processes/management/src/G4ProcessTableMessenger.cc +++ b/source/processes/management/src/G4ProcessTableMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProcessTableMessenger.cc,v 1.14 2003/11/03 03:27:28 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/management/src/G4ProcessVector.cc b/source/processes/management/src/G4ProcessVector.cc index 8161b0d5e1..0b22a007e6 100644 --- a/source/processes/management/src/G4ProcessVector.cc +++ b/source/processes/management/src/G4ProcessVector.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProcessVector.cc,v 1.3 2001/07/11 10:08:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/management/src/G4VContinuousDiscreteProcess.cc b/source/processes/management/src/G4VContinuousDiscreteProcess.cc index 30080b9144..052b4b4420 100644 --- a/source/processes/management/src/G4VContinuousDiscreteProcess.cc +++ b/source/processes/management/src/G4VContinuousDiscreteProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4VContinuousDiscreteProcess.cc,v 1.4 2003/11/03 03:27:28 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/management/src/G4VContinuousProcess.cc b/source/processes/management/src/G4VContinuousProcess.cc index 35d100183d..4ceaa32377 100644 --- a/source/processes/management/src/G4VContinuousProcess.cc +++ b/source/processes/management/src/G4VContinuousProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4VContinuousProcess.cc,v 1.3 2001/07/11 10:08:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/management/src/G4VDiscreteProcess.cc b/source/processes/management/src/G4VDiscreteProcess.cc index 42254b86a3..d1227e39c6 100644 --- a/source/processes/management/src/G4VDiscreteProcess.cc +++ b/source/processes/management/src/G4VDiscreteProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4VDiscreteProcess.cc,v 1.4 2003/11/03 03:27:28 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/management/src/G4VProcess.cc b/source/processes/management/src/G4VProcess.cc index d32e3201a5..5c6dfe6896 100644 --- a/source/processes/management/src/G4VProcess.cc +++ b/source/processes/management/src/G4VProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4VProcess.cc,v 1.10 2003/11/03 03:27:28 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/management/src/G4VRestContinuousDiscreteProcess.cc b/source/processes/management/src/G4VRestContinuousDiscreteProcess.cc index 86edfb042b..7b216b8035 100644 --- a/source/processes/management/src/G4VRestContinuousDiscreteProcess.cc +++ b/source/processes/management/src/G4VRestContinuousDiscreteProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRestContinuousDiscreteProcess.cc,v 1.4 2003/11/03 03:27:28 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/management/src/G4VRestContinuousProcess.cc b/source/processes/management/src/G4VRestContinuousProcess.cc index f59bd9db7f..e1a90edfa6 100644 --- a/source/processes/management/src/G4VRestContinuousProcess.cc +++ b/source/processes/management/src/G4VRestContinuousProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRestContinuousProcess.cc,v 1.4 2003/11/03 03:27:28 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/management/src/G4VRestDiscreteProcess.cc b/source/processes/management/src/G4VRestDiscreteProcess.cc index ede48827c6..24a5d87edd 100644 --- a/source/processes/management/src/G4VRestDiscreteProcess.cc +++ b/source/processes/management/src/G4VRestDiscreteProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRestDiscreteProcess.cc,v 1.4 2003/11/03 03:27:28 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/management/src/G4VRestProcess.cc b/source/processes/management/src/G4VRestProcess.cc index 29d199ef5d..9973ad0907 100644 --- a/source/processes/management/src/G4VRestProcess.cc +++ b/source/processes/management/src/G4VRestProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRestProcess.cc,v 1.4 2003/11/03 03:27:28 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/processes/optical/History b/source/processes/optical/History index 81a9c21560..ef30aecdb9 100644 --- a/source/processes/optical/History +++ b/source/processes/optical/History @@ -16,6 +16,23 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +17th March 2004 Peter Gumplinger (op-V06-00-03) + Assign all class members in constructor. + +24th February 2004 Gabriele Cosmo (op-V06-00-02) + Added EOL at end of file in G4OpBoundaryProcess.cc to clear + compilation warning in Linux-g++. + +19th February 2004 Peter Gumplinger (op-V06-00-01) + Add process status: NotAtBoundary, SameMaterial, + StepTooSmall, NoRINDEX + Allow for a skin-surface between mother and daughter + volumes, with the daughter skin taking precedence. + +2nd February 2004 Peter Gumplinger (op-V06-00-00) + Set theStatus = Undefined at start of DoIt + Replace usage of 0 with NULL. + 1st December 2003 Peter Gumplinger (op-V05-02-02) G4OpBoundaryProcess.cc: modified to adopt G4SurfaceProperty. Requires tag "materials-V05-02-00". diff --git a/source/processes/optical/include/G4OpAbsorption.hh b/source/processes/optical/include/G4OpAbsorption.hh index 4c4e6dfb7a..2decd27751 100644 --- a/source/processes/optical/include/G4OpAbsorption.hh +++ b/source/processes/optical/include/G4OpAbsorption.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpAbsorption.hh,v 1.7 2001/08/31 16:43:32 gum Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //////////////////////////////////////////////////////////////////////// // Optical Photon Absorption Class Definition diff --git a/source/processes/optical/include/G4OpBoundaryProcess.hh b/source/processes/optical/include/G4OpBoundaryProcess.hh index 37eda59b83..bf729096dc 100644 --- a/source/processes/optical/include/G4OpBoundaryProcess.hh +++ b/source/processes/optical/include/G4OpBoundaryProcess.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4OpBoundaryProcess.hh,v 1.8 2002/03/29 01:03:53 gum Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4OpBoundaryProcess.hh,v 1.9 2004/02/19 20:41:34 gum Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // //////////////////////////////////////////////////////////////////////// @@ -83,7 +83,8 @@ enum G4OpBoundaryProcessStatus { Undefined, TotalInternalReflection, LambertianReflection, LobeReflection, SpikeReflection, BackScattering, - Absorption, Detection }; + Absorption, Detection, NotAtBoundary, + SameMaterial, StepTooSmall, NoRINDEX }; class G4OpBoundaryProcess : public G4VDiscreteProcess { @@ -364,6 +365,7 @@ void G4OpBoundaryProcess::DoAbsorption() theStatus = Absorption; if ( G4BooleanRand(theEfficiency) ) { + // EnergyDeposited =/= 0 means: photon has been detected theStatus = Detection; aParticleChange.SetLocalEnergyDeposit(thePhotonMomentum); diff --git a/source/processes/optical/include/G4OpRayleigh.hh b/source/processes/optical/include/G4OpRayleigh.hh index 5a625cf6fe..f2228c45a0 100644 --- a/source/processes/optical/include/G4OpRayleigh.hh +++ b/source/processes/optical/include/G4OpRayleigh.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpRayleigh.hh,v 1.6 2001/08/31 16:44:46 gum Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/processes/optical/include/G4OpWLS.hh b/source/processes/optical/include/G4OpWLS.hh index 4c4f6eef57..1ed7813859 100644 --- a/source/processes/optical/include/G4OpWLS.hh +++ b/source/processes/optical/include/G4OpWLS.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpWLS.hh,v 1.1 2003/09/23 22:23:57 gum Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //////////////////////////////////////////////////////////////////////// // Optical Photon WaveLength Shifting (WLS) Class Definition diff --git a/source/processes/optical/src/G4OpAbsorption.cc b/source/processes/optical/src/G4OpAbsorption.cc index 9c4230a8ca..d066be4830 100644 --- a/source/processes/optical/src/G4OpAbsorption.cc +++ b/source/processes/optical/src/G4OpAbsorption.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpAbsorption.cc,v 1.4 2001/07/11 10:08:22 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //////////////////////////////////////////////////////////////////////// // Optical Photon Absorption Class Implementation diff --git a/source/processes/optical/src/G4OpBoundaryProcess.cc b/source/processes/optical/src/G4OpBoundaryProcess.cc index c68179ce1b..e606b40f8c 100644 --- a/source/processes/optical/src/G4OpBoundaryProcess.cc +++ b/source/processes/optical/src/G4OpBoundaryProcess.cc @@ -49,6 +49,7 @@ // moved E2_perp, E2_parl and E2_total out of 'if' // 2003-11-27 - Modified line 168-9 to reflect changes made to // G4OpticalSurface class ( by Fan Lei) +// 2004-02-02 - Set theStatus = Undefined at start of DoIt // // Author: Peter Gumplinger // adopted from work by Werner Keil - April 2/96 @@ -85,6 +86,13 @@ G4OpBoundaryProcess::G4OpBoundaryProcess(const G4String& processName) theStatus = Undefined; theModel = glisur; theFinish = polished; + theReflectivity = 1.; + theEfficiency = 0.; + + prob_sl = 0.; + prob_ss = 0.; + prob_bs = 0.; + } // G4OpBoundaryProcess::G4OpBoundaryProcess(const G4OpBoundaryProcess &right) @@ -107,16 +115,22 @@ G4OpBoundaryProcess::~G4OpBoundaryProcess(){} G4VParticleChange* G4OpBoundaryProcess::PostStepDoIt(const G4Track& aTrack, const G4Step& aStep) { + theStatus = Undefined; + aParticleChange.Initialize(aTrack); G4StepPoint* pPreStepPoint = aStep.GetPreStepPoint(); G4StepPoint* pPostStepPoint = aStep.GetPostStepPoint(); - if (pPostStepPoint->GetStepStatus() != fGeomBoundary) - return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); + if (pPostStepPoint->GetStepStatus() != fGeomBoundary){ + theStatus = NotAtBoundary; + return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); + } - if (aTrack.GetStepLength()<=kCarTolerance/2) - return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); + if (aTrack.GetStepLength()<=kCarTolerance/2){ + theStatus = StepTooSmall; + return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); + } Material1 = pPreStepPoint ->GetPhysicalVolume()-> GetLogicalVolume()->GetMaterial(); @@ -137,6 +151,7 @@ G4OpBoundaryProcess::PostStepDoIt(const G4Track& aTrack, const G4Step& aStep) Rindex = aMaterialPropertiesTable->GetProperty("RINDEX"); } else { + theStatus = NoRINDEX; aParticleChange.SetStatusChange(fStopAndKill); return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); } @@ -145,6 +160,7 @@ G4OpBoundaryProcess::PostStepDoIt(const G4Track& aTrack, const G4Step& aStep) Rindex1 = Rindex->GetProperty(thePhotonMomentum); } else { + theStatus = NoRINDEX; aParticleChange.SetStatusChange(fStopAndKill); return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); } @@ -154,19 +170,40 @@ G4OpBoundaryProcess::PostStepDoIt(const G4Track& aTrack, const G4Step& aStep) G4SurfaceType type = dielectric_dielectric; - Rindex = 0; - OpticalSurface = 0; + Rindex = NULL; + OpticalSurface = NULL; G4LogicalSurface* Surface = G4LogicalBorderSurface::GetSurface (pPreStepPoint ->GetPhysicalVolume(), pPostStepPoint->GetPhysicalVolume()); - if (Surface == 0) Surface = G4LogicalSkinSurface::GetSurface - (pPreStepPoint->GetPhysicalVolume()-> - GetLogicalVolume()); + if (Surface == NULL){ + G4bool enteredDaughter=(pPostStepPoint->GetPhysicalVolume() + ->GetMotherLogical() == + pPreStepPoint->GetPhysicalVolume() + ->GetLogicalVolume()); + if(enteredDaughter){ + Surface = G4LogicalSkinSurface::GetSurface + (pPostStepPoint->GetPhysicalVolume()-> + GetLogicalVolume()); + if(Surface == NULL) + Surface = G4LogicalSkinSurface::GetSurface + (pPreStepPoint->GetPhysicalVolume()-> + GetLogicalVolume()); + } + else{ + Surface = G4LogicalSkinSurface::GetSurface + (pPreStepPoint->GetPhysicalVolume()-> + GetLogicalVolume()); + if(Surface == NULL) + Surface = G4LogicalSkinSurface::GetSurface + (pPostStepPoint->GetPhysicalVolume()-> + GetLogicalVolume()); + } + } - // if (Surface != 0) OpticalSurface = dynamic_cast (Surface->GetSurfaceProperty()); - if (Surface != 0) OpticalSurface = (G4OpticalSurface*) Surface->GetSurfaceProperty(); + // if (Surface) OpticalSurface = dynamic_cast (Surface->GetSurfaceProperty()); + if (Surface) OpticalSurface = (G4OpticalSurface*) Surface->GetSurfaceProperty(); if (OpticalSurface) { @@ -181,12 +218,12 @@ G4OpBoundaryProcess::PostStepDoIt(const G4Track& aTrack, const G4Step& aStep) if (theFinish == polishedbackpainted || theFinish == groundbackpainted ) { - Rindex = - aMaterialPropertiesTable->GetProperty("RINDEX"); + Rindex = aMaterialPropertiesTable->GetProperty("RINDEX"); if (Rindex) { Rindex2 = Rindex->GetProperty(thePhotonMomentum); } else { + theStatus = NoRINDEX; aParticleChange.SetStatusChange(fStopAndKill); return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); } @@ -231,9 +268,10 @@ G4OpBoundaryProcess::PostStepDoIt(const G4Track& aTrack, const G4Step& aStep) if (type == dielectric_dielectric ) { if (theFinish == polished || theFinish == ground ) { - if (Material1 == Material2) - return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); - + if (Material1 == Material2){ + theStatus = SameMaterial; + return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); + } aMaterialPropertiesTable = Material2->GetMaterialPropertiesTable(); if (aMaterialPropertiesTable) @@ -242,6 +280,7 @@ G4OpBoundaryProcess::PostStepDoIt(const G4Track& aTrack, const G4Step& aStep) Rindex2 = Rindex->GetProperty(thePhotonMomentum); } else { + theStatus = NoRINDEX; aParticleChange.SetStatusChange(fStopAndKill); return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); } @@ -281,8 +320,6 @@ G4OpBoundaryProcess::PostStepDoIt(const G4Track& aTrack, const G4Step& aStep) theGlobalNormal = theNavigator->GetLocalToGlobalTransform(). TransformAxis(theLocalNormal); - theStatus = Undefined; - if (type == dielectric_metal) { DielectricMetal(); @@ -307,7 +344,7 @@ G4OpBoundaryProcess::PostStepDoIt(const G4Track& aTrack, const G4Step& aStep) } else { - G4cout << " Error: G4BoundaryProcess: illegal boundary type " << G4endl; + G4cerr << " Error: G4BoundaryProcess: illegal boundary type " << G4endl; return G4VDiscreteProcess::PostStepDoIt(aTrack, aStep); } @@ -687,3 +724,4 @@ G4double G4OpBoundaryProcess::GetMeanFreePath(const G4Track& , return DBL_MAX; } + diff --git a/source/processes/optical/src/G4OpRayleigh.cc b/source/processes/optical/src/G4OpRayleigh.cc index 02ae09fd09..1933b078d2 100644 --- a/source/processes/optical/src/G4OpRayleigh.cc +++ b/source/processes/optical/src/G4OpRayleigh.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpRayleigh.cc,v 1.9 2003/12/01 15:20:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //////////////////////////////////////////////////////////////////////// diff --git a/source/processes/optical/src/G4OpWLS.cc b/source/processes/optical/src/G4OpWLS.cc index 6a2658b4b1..19616df989 100644 --- a/source/processes/optical/src/G4OpWLS.cc +++ b/source/processes/optical/src/G4OpWLS.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpWLS.cc,v 1.2 2003/12/01 15:20:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //////////////////////////////////////////////////////////////////////// // Optical Photon WaveLength Shifting (WLS) Class Implementation diff --git a/source/processes/parameterisation/History b/source/processes/parameterisation/History index 51669d858f..3f86285514 100644 --- a/source/processes/parameterisation/History +++ b/source/processes/parameterisation/History @@ -1,4 +1,4 @@ -$Id: History,v 1.19 2003/11/10 08:57:37 gcosmo Exp $ +$Id: History,v 1.20 2003/12/12 13:21:03 gcosmo Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +December 12, 2003 G. Cosmo - param-V06-00-00 +- G4FastSimulationVector.icc: use std_pvector:: scope for calls to + base class. Fixes compilation problem on Intel-icc compiler. + November 10, 2003 G. Cosmo - param-V05-02-01 - G4FastTrack: use G4Navigator::CreateTouchableHistoryHandle() instead of CreateTouchableHistory() in method FRecordsAffineTransformation(). diff --git a/source/processes/parameterisation/include/G4FastSimulationManager.hh b/source/processes/parameterisation/include/G4FastSimulationManager.hh index 05dd8c7f43..52220597e1 100644 --- a/source/processes/parameterisation/include/G4FastSimulationManager.hh +++ b/source/processes/parameterisation/include/G4FastSimulationManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4FastSimulationManager.hh,v 1.8 2002/11/02 00:10:34 mverderi Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/parameterisation/include/G4FastSimulationManagerProcess.hh b/source/processes/parameterisation/include/G4FastSimulationManagerProcess.hh index 9af80ad62d..48b96e162f 100644 --- a/source/processes/parameterisation/include/G4FastSimulationManagerProcess.hh +++ b/source/processes/parameterisation/include/G4FastSimulationManagerProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4FastSimulationManagerProcess.hh,v 1.8 2001/07/11 10:08:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/parameterisation/include/G4FastSimulationMessenger.hh b/source/processes/parameterisation/include/G4FastSimulationMessenger.hh index 42a25b8a2c..aeeea4bcc8 100644 --- a/source/processes/parameterisation/include/G4FastSimulationMessenger.hh +++ b/source/processes/parameterisation/include/G4FastSimulationMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4FastSimulationMessenger.hh,v 1.4 2001/07/11 10:08:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // GEANT 4 class header file diff --git a/source/processes/parameterisation/include/G4FastSimulationVector.icc b/source/processes/parameterisation/include/G4FastSimulationVector.icc index 11a3bcbf70..2e92945339 100644 --- a/source/processes/parameterisation/include/G4FastSimulationVector.icc +++ b/source/processes/parameterisation/include/G4FastSimulationVector.icc @@ -45,7 +45,7 @@ T* G4FastSimulationVector::remove (const T* a) if (**it==*a) { T* tmp=*it; - erase(it); + std_pvector::erase(it); return tmp; } } @@ -61,7 +61,7 @@ T* G4FastSimulationVector::removeAt (G4int i) if(it!=std_pvector::end()) { T* tmp = std_pvector::operator[](i); - erase(it); + std_pvector::erase(it); return tmp; } else diff --git a/source/processes/parameterisation/include/G4FastStep.hh b/source/processes/parameterisation/include/G4FastStep.hh index 38507aff66..fa9d657f4e 100644 --- a/source/processes/parameterisation/include/G4FastStep.hh +++ b/source/processes/parameterisation/include/G4FastStep.hh @@ -22,7 +22,7 @@ // // // $Id: G4FastStep.hh,v 1.6 2001/07/11 10:08:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/parameterisation/include/G4FastStep.icc b/source/processes/parameterisation/include/G4FastStep.icc index 1451dee84a..05932afd3b 100644 --- a/source/processes/parameterisation/include/G4FastStep.icc +++ b/source/processes/parameterisation/include/G4FastStep.icc @@ -22,7 +22,7 @@ // // // $Id: G4FastStep.icc,v 1.3 2001/07/11 10:08:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // $id: G4ParticleChange.icc,v 1.6 1998/04/14 02:25:54 kurasige Exp $ diff --git a/source/processes/parameterisation/include/G4FastTrack.hh b/source/processes/parameterisation/include/G4FastTrack.hh index aa53fbe4ea..a892c29e3b 100644 --- a/source/processes/parameterisation/include/G4FastTrack.hh +++ b/source/processes/parameterisation/include/G4FastTrack.hh @@ -22,7 +22,7 @@ // // // $Id: G4FastTrack.hh,v 1.5 2001/07/11 10:08:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // $Id: //--------------------------------------------------------------- diff --git a/source/processes/parameterisation/include/G4FlavoredParallelWorld.hh b/source/processes/parameterisation/include/G4FlavoredParallelWorld.hh index c84dd17bd6..0333fd1bc3 100644 --- a/source/processes/parameterisation/include/G4FlavoredParallelWorld.hh +++ b/source/processes/parameterisation/include/G4FlavoredParallelWorld.hh @@ -22,7 +22,7 @@ // // // $Id: G4FlavoredParallelWorld.hh,v 1.5 2001/07/11 10:08:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/parameterisation/include/G4GlobalFastSimulationManager.hh b/source/processes/parameterisation/include/G4GlobalFastSimulationManager.hh index 644864d9a7..a63a5ec132 100644 --- a/source/processes/parameterisation/include/G4GlobalFastSimulationManager.hh +++ b/source/processes/parameterisation/include/G4GlobalFastSimulationManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4GlobalFastSimulationManager.hh,v 1.9 2002/11/02 00:10:34 mverderi Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/parameterisation/include/G4VFastSimulationModel.hh b/source/processes/parameterisation/include/G4VFastSimulationModel.hh index 593d1d21ff..7a7ee88681 100644 --- a/source/processes/parameterisation/include/G4VFastSimulationModel.hh +++ b/source/processes/parameterisation/include/G4VFastSimulationModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4VFastSimulationModel.hh,v 1.5 2003/05/21 16:32:11 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/parameterisation/src/G4FastSimulationManager.cc b/source/processes/parameterisation/src/G4FastSimulationManager.cc index 3470d1d645..d69959a881 100644 --- a/source/processes/parameterisation/src/G4FastSimulationManager.cc +++ b/source/processes/parameterisation/src/G4FastSimulationManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4FastSimulationManager.cc,v 1.8 2002/11/15 11:41:56 stesting Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //--------------------------------------------------------------- // diff --git a/source/processes/parameterisation/src/G4FastSimulationManagerProcess.cc b/source/processes/parameterisation/src/G4FastSimulationManagerProcess.cc index 1872bc6e90..dc3ebf1799 100644 --- a/source/processes/parameterisation/src/G4FastSimulationManagerProcess.cc +++ b/source/processes/parameterisation/src/G4FastSimulationManagerProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4FastSimulationManagerProcess.cc,v 1.8 2003/05/21 16:32:11 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/parameterisation/src/G4FastSimulationMessenger.cc b/source/processes/parameterisation/src/G4FastSimulationMessenger.cc index 2bcf249d14..3adcae4663 100644 --- a/source/processes/parameterisation/src/G4FastSimulationMessenger.cc +++ b/source/processes/parameterisation/src/G4FastSimulationMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4FastSimulationMessenger.cc,v 1.5 2002/12/04 21:29:50 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4FastSimulationMessenger.hh" diff --git a/source/processes/parameterisation/src/G4FastStep.cc b/source/processes/parameterisation/src/G4FastStep.cc index 706fd0e73e..79bc7c5819 100644 --- a/source/processes/parameterisation/src/G4FastStep.cc +++ b/source/processes/parameterisation/src/G4FastStep.cc @@ -22,7 +22,7 @@ // // // $Id: G4FastStep.cc,v 1.12 2003/06/16 17:12:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //--------------------------------------------------------------- // diff --git a/source/processes/parameterisation/src/G4FastTrack.cc b/source/processes/parameterisation/src/G4FastTrack.cc index 2a5ca3d8f7..f3ca213a76 100644 --- a/source/processes/parameterisation/src/G4FastTrack.cc +++ b/source/processes/parameterisation/src/G4FastTrack.cc @@ -22,7 +22,7 @@ // // // $Id: G4FastTrack.cc,v 1.7 2003/11/10 08:57:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //--------------------------------------------------------------- // diff --git a/source/processes/parameterisation/src/G4GlobalFastSimulationManager.cc b/source/processes/parameterisation/src/G4GlobalFastSimulationManager.cc index 14dd5861b6..4b3696839d 100644 --- a/source/processes/parameterisation/src/G4GlobalFastSimulationManager.cc +++ b/source/processes/parameterisation/src/G4GlobalFastSimulationManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4GlobalFastSimulationManager.cc,v 1.12 2002/12/04 21:29:50 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/processes/parameterisation/src/G4VFastSimulationModel.cc b/source/processes/parameterisation/src/G4VFastSimulationModel.cc index 00467ee6f6..bc92b80eff 100644 --- a/source/processes/parameterisation/src/G4VFastSimulationModel.cc +++ b/source/processes/parameterisation/src/G4VFastSimulationModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4VFastSimulationModel.cc,v 1.5 2001/07/11 10:08:25 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //--------------------------------------------------------------- // diff --git a/source/processes/transportation/History b/source/processes/transportation/History index 4d160d0fde..e75f08b7aa 100644 --- a/source/processes/transportation/History +++ b/source/processes/transportation/History @@ -1,4 +1,4 @@ -$Id: History,v 1.89 2003/11/26 14:52:05 gcosmo Exp $ +$Id: History,v 1.91 2004/02/05 12:59:16 asaim Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,12 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +- Add G4UserStepLimit to handle MaxAllowedStep in G4UserLimits (H.K.) + +Feb. 5th, M.Asai transport-V06-00-00 +---------------- +- Fixed a bug in G4UserSpecialCuts related to charged geantino + Nov. 26th, G.Cosmo transport-V05-02-07 ------------------ - Replaced mis-typed class name G4SplittingAndRussianRouletePostStepDoIt diff --git a/source/processes/transportation/include/G4MImportanceConfigurator.hh b/source/processes/transportation/include/G4MImportanceConfigurator.hh index 466e8b9e9a..ec9b7c3f41 100644 --- a/source/processes/transportation/include/G4MImportanceConfigurator.hh +++ b/source/processes/transportation/include/G4MImportanceConfigurator.hh @@ -22,7 +22,7 @@ // // // $Id: G4MImportanceConfigurator.hh,v 1.5 2003/11/26 14:51:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4MImportanceConfigurator diff --git a/source/processes/transportation/include/G4MScoreConfigurator.hh b/source/processes/transportation/include/G4MScoreConfigurator.hh index e378fb02eb..fde30675b6 100644 --- a/source/processes/transportation/include/G4MScoreConfigurator.hh +++ b/source/processes/transportation/include/G4MScoreConfigurator.hh @@ -22,7 +22,7 @@ // // // $Id: G4MScoreConfigurator.hh,v 1.5 2003/11/26 14:51:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4MScoreConfigurator diff --git a/source/processes/transportation/include/G4MScoreProcess.hh b/source/processes/transportation/include/G4MScoreProcess.hh index d02b6500a7..41f1931743 100644 --- a/source/processes/transportation/include/G4MScoreProcess.hh +++ b/source/processes/transportation/include/G4MScoreProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4MScoreProcess.hh,v 1.8 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4MScoreProcess diff --git a/source/processes/transportation/include/G4MWeightWindowConfigurator.hh b/source/processes/transportation/include/G4MWeightWindowConfigurator.hh index bfde60e21a..9f4012b641 100644 --- a/source/processes/transportation/include/G4MWeightWindowConfigurator.hh +++ b/source/processes/transportation/include/G4MWeightWindowConfigurator.hh @@ -22,7 +22,7 @@ // // // $Id: G4MWeightWindowConfigurator.hh,v 1.5 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4MWeightWindowConfigurator diff --git a/source/processes/transportation/include/G4MassGCellFinder.hh b/source/processes/transportation/include/G4MassGCellFinder.hh index c0d6bf6070..4c1dda495a 100644 --- a/source/processes/transportation/include/G4MassGCellFinder.hh +++ b/source/processes/transportation/include/G4MassGCellFinder.hh @@ -22,7 +22,7 @@ // // // $Id: G4MassGCellFinder.hh,v 1.2 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ParallelGCellFinder diff --git a/source/processes/transportation/include/G4MassGeometrySampler.hh b/source/processes/transportation/include/G4MassGeometrySampler.hh index 9667af152f..dc478259f1 100644 --- a/source/processes/transportation/include/G4MassGeometrySampler.hh +++ b/source/processes/transportation/include/G4MassGeometrySampler.hh @@ -22,7 +22,7 @@ // // // $Id: G4MassGeometrySampler.hh,v 1.6 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4MassGeometrySampler diff --git a/source/processes/transportation/include/G4MassImportanceProcess.hh b/source/processes/transportation/include/G4MassImportanceProcess.hh index 31034638a9..5e9c80d681 100644 --- a/source/processes/transportation/include/G4MassImportanceProcess.hh +++ b/source/processes/transportation/include/G4MassImportanceProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4MassImportanceProcess.hh,v 1.9 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4MassImportanceProcess diff --git a/source/processes/transportation/include/G4MassWeightWindowProcess.hh b/source/processes/transportation/include/G4MassWeightWindowProcess.hh index 4f85627c0b..11acb8090c 100644 --- a/source/processes/transportation/include/G4MassWeightWindowProcess.hh +++ b/source/processes/transportation/include/G4MassWeightWindowProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4MassWeightWindowProcess.hh,v 1.4 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4MassWeioghtWindowProcess diff --git a/source/processes/transportation/include/G4PImportanceConfigurator.hh b/source/processes/transportation/include/G4PImportanceConfigurator.hh index 09ec98b915..352cf4f106 100644 --- a/source/processes/transportation/include/G4PImportanceConfigurator.hh +++ b/source/processes/transportation/include/G4PImportanceConfigurator.hh @@ -22,7 +22,7 @@ // // // $Id: G4PImportanceConfigurator.hh,v 1.5 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4PImportanceConfigurator diff --git a/source/processes/transportation/include/G4PScoreConfigurator.hh b/source/processes/transportation/include/G4PScoreConfigurator.hh index d2158e6cdc..82f08417dc 100644 --- a/source/processes/transportation/include/G4PScoreConfigurator.hh +++ b/source/processes/transportation/include/G4PScoreConfigurator.hh @@ -22,7 +22,7 @@ // // // $Id: G4PScoreConfigurator.hh,v 1.5 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4PScoreConfigurator diff --git a/source/processes/transportation/include/G4PScoreProcess.hh b/source/processes/transportation/include/G4PScoreProcess.hh index fef50555ff..6974aa4fcb 100644 --- a/source/processes/transportation/include/G4PScoreProcess.hh +++ b/source/processes/transportation/include/G4PScoreProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4PScoreProcess.hh,v 1.8 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4PIScoreProcess diff --git a/source/processes/transportation/include/G4PWeightWindowConfigurator.hh b/source/processes/transportation/include/G4PWeightWindowConfigurator.hh index e8412b9679..666403bd33 100644 --- a/source/processes/transportation/include/G4PWeightWindowConfigurator.hh +++ b/source/processes/transportation/include/G4PWeightWindowConfigurator.hh @@ -22,7 +22,7 @@ // // // $Id: G4PWeightWindowConfigurator.hh,v 1.4 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4PWeightWindowConfigurator diff --git a/source/processes/transportation/include/G4ParallelGCellFinder.hh b/source/processes/transportation/include/G4ParallelGCellFinder.hh index 491b9aaa33..f93626b5cb 100644 --- a/source/processes/transportation/include/G4ParallelGCellFinder.hh +++ b/source/processes/transportation/include/G4ParallelGCellFinder.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParallelGCellFinder.hh,v 1.2 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ParallelGCellFinder diff --git a/source/processes/transportation/include/G4ParallelGeometrySampler.hh b/source/processes/transportation/include/G4ParallelGeometrySampler.hh index d8f3296ca0..e6b8e93dca 100644 --- a/source/processes/transportation/include/G4ParallelGeometrySampler.hh +++ b/source/processes/transportation/include/G4ParallelGeometrySampler.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParallelGeometrySampler.hh,v 1.7 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ParallelGeometrySampler diff --git a/source/processes/transportation/include/G4ParallelImportanceProcess.hh b/source/processes/transportation/include/G4ParallelImportanceProcess.hh index db113b081c..d92e9dc017 100644 --- a/source/processes/transportation/include/G4ParallelImportanceProcess.hh +++ b/source/processes/transportation/include/G4ParallelImportanceProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParallelImportanceProcess.hh,v 1.11 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ParallelImportanceProcess diff --git a/source/processes/transportation/include/G4ParallelTransport.hh b/source/processes/transportation/include/G4ParallelTransport.hh index a70a715375..a01560349b 100644 --- a/source/processes/transportation/include/G4ParallelTransport.hh +++ b/source/processes/transportation/include/G4ParallelTransport.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParallelTransport.hh,v 1.8 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ParallelTransport diff --git a/source/processes/transportation/include/G4ParallelTransportConfigurator.hh b/source/processes/transportation/include/G4ParallelTransportConfigurator.hh index 85e29f7a86..eb185838dc 100644 --- a/source/processes/transportation/include/G4ParallelTransportConfigurator.hh +++ b/source/processes/transportation/include/G4ParallelTransportConfigurator.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParallelTransportConfigurator.hh,v 1.4 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ParallelTransportConfigurator diff --git a/source/processes/transportation/include/G4ParallelWWnTransportProcess.hh b/source/processes/transportation/include/G4ParallelWWnTransportProcess.hh index 4cb901d0d8..b5c503ee2a 100644 --- a/source/processes/transportation/include/G4ParallelWWnTransportProcess.hh +++ b/source/processes/transportation/include/G4ParallelWWnTransportProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParallelWWnTransportProcess.hh,v 1.4 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ParallelWWnTransportProcess diff --git a/source/processes/transportation/include/G4ParallelWeightWindowProcess.hh b/source/processes/transportation/include/G4ParallelWeightWindowProcess.hh index a11912f531..c3cda90745 100644 --- a/source/processes/transportation/include/G4ParallelWeightWindowProcess.hh +++ b/source/processes/transportation/include/G4ParallelWeightWindowProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParallelWeightWindowProcess.hh,v 1.9 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ParallelWeightWindowProcess diff --git a/source/processes/transportation/include/G4PlaceOfAction.hh b/source/processes/transportation/include/G4PlaceOfAction.hh index 7dd66432ec..2a5d8cd027 100644 --- a/source/processes/transportation/include/G4PlaceOfAction.hh +++ b/source/processes/transportation/include/G4PlaceOfAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4PlaceOfAction.hh,v 1.3 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4PlaceOfAction diff --git a/source/processes/transportation/include/G4ProcessPlacer.hh b/source/processes/transportation/include/G4ProcessPlacer.hh index eb5959ce74..5090e643d9 100644 --- a/source/processes/transportation/include/G4ProcessPlacer.hh +++ b/source/processes/transportation/include/G4ProcessPlacer.hh @@ -22,7 +22,7 @@ // // // $Id: G4ProcessPlacer.hh,v 1.7 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ProcessPlacer diff --git a/source/processes/transportation/include/G4SamplingPostStepAction.hh b/source/processes/transportation/include/G4SamplingPostStepAction.hh index b8d7536f3c..fb681e44f4 100644 --- a/source/processes/transportation/include/G4SamplingPostStepAction.hh +++ b/source/processes/transportation/include/G4SamplingPostStepAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4SamplingPostStepAction.hh,v 1.1 2003/11/26 14:51:27 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4SamplingPostStepAction diff --git a/source/processes/transportation/include/G4TrackTerminator.hh b/source/processes/transportation/include/G4TrackTerminator.hh index cc10b5d171..ca11a0a9f8 100644 --- a/source/processes/transportation/include/G4TrackTerminator.hh +++ b/source/processes/transportation/include/G4TrackTerminator.hh @@ -22,7 +22,7 @@ // // // $Id: G4TrackTerminator.hh,v 1.2 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4TrackTerminator diff --git a/source/processes/transportation/include/G4Transportation.hh b/source/processes/transportation/include/G4Transportation.hh index 0fc95a30c9..14dbcb0218 100644 --- a/source/processes/transportation/include/G4Transportation.hh +++ b/source/processes/transportation/include/G4Transportation.hh @@ -22,7 +22,7 @@ // // // $Id: G4Transportation.hh,v 1.9 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/processes/transportation/include/G4Transportation.icc b/source/processes/transportation/include/G4Transportation.icc index 2545afa36a..9baeb8bad9 100644 --- a/source/processes/transportation/include/G4Transportation.icc +++ b/source/processes/transportation/include/G4Transportation.icc @@ -22,7 +22,7 @@ // // // $Id: G4Transportation.icc,v 1.7 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/processes/transportation/include/G4UserSpecialCuts.hh b/source/processes/transportation/include/G4UserSpecialCuts.hh index e764d5282d..de2aa09471 100644 --- a/source/processes/transportation/include/G4UserSpecialCuts.hh +++ b/source/processes/transportation/include/G4UserSpecialCuts.hh @@ -22,7 +22,7 @@ // // // $Id: G4UserSpecialCuts.hh,v 1.7 2003/11/26 14:51:48 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // class description // diff --git a/source/processes/transportation/include/G4VProcessPlacer.hh b/source/processes/transportation/include/G4VProcessPlacer.hh index fa36f1fab1..ff3370fa28 100644 --- a/source/processes/transportation/include/G4VProcessPlacer.hh +++ b/source/processes/transportation/include/G4VProcessPlacer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VProcessPlacer.hh,v 1.8 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VProcessPlacer diff --git a/source/processes/transportation/include/G4VSampler.hh b/source/processes/transportation/include/G4VSampler.hh index 0c177dd23e..512b249bdd 100644 --- a/source/processes/transportation/include/G4VSampler.hh +++ b/source/processes/transportation/include/G4VSampler.hh @@ -22,7 +22,7 @@ // // // $Id: G4VSampler.hh,v 1.9 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VSampler diff --git a/source/processes/transportation/include/G4VSamplerConfigurator.hh b/source/processes/transportation/include/G4VSamplerConfigurator.hh index e4086ac9f9..82f884f7f9 100644 --- a/source/processes/transportation/include/G4VSamplerConfigurator.hh +++ b/source/processes/transportation/include/G4VSamplerConfigurator.hh @@ -22,7 +22,7 @@ // // // $Id: G4VSamplerConfigurator.hh,v 1.6 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VSamplerConfigurator diff --git a/source/processes/transportation/include/G4VTrackTerminator.hh b/source/processes/transportation/include/G4VTrackTerminator.hh index 25f5dc554c..bd6f9ed144 100644 --- a/source/processes/transportation/include/G4VTrackTerminator.hh +++ b/source/processes/transportation/include/G4VTrackTerminator.hh @@ -22,7 +22,7 @@ // // // $Id: G4VTrackTerminator.hh,v 1.5 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4VTrackTerminator diff --git a/source/processes/transportation/include/G4WeightCutOffConfigurator.hh b/source/processes/transportation/include/G4WeightCutOffConfigurator.hh index cb5a22cc2c..9184d2fd84 100644 --- a/source/processes/transportation/include/G4WeightCutOffConfigurator.hh +++ b/source/processes/transportation/include/G4WeightCutOffConfigurator.hh @@ -22,7 +22,7 @@ // // // $Id: G4WeightCutOffConfigurator.hh,v 1.4 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4WeightCutOffConfigurator diff --git a/source/processes/transportation/include/G4WeightCutOffProcess.hh b/source/processes/transportation/include/G4WeightCutOffProcess.hh index 353a5dcf43..d9b60ebc30 100644 --- a/source/processes/transportation/include/G4WeightCutOffProcess.hh +++ b/source/processes/transportation/include/G4WeightCutOffProcess.hh @@ -22,7 +22,7 @@ // // // $Id: G4WeightCutOffProcess.hh,v 1.3 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4WeightCutOffProcess diff --git a/source/processes/transportation/src/G4MImportanceConfigurator.cc b/source/processes/transportation/src/G4MImportanceConfigurator.cc index e4c7c964fd..1318e955d2 100644 --- a/source/processes/transportation/src/G4MImportanceConfigurator.cc +++ b/source/processes/transportation/src/G4MImportanceConfigurator.cc @@ -22,7 +22,7 @@ // // // $Id: G4MImportanceConfigurator.cc,v 1.5 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4MImportanceConfigurator diff --git a/source/processes/transportation/src/G4MScoreConfigurator.cc b/source/processes/transportation/src/G4MScoreConfigurator.cc index be120ed49e..219c8563dd 100644 --- a/source/processes/transportation/src/G4MScoreConfigurator.cc +++ b/source/processes/transportation/src/G4MScoreConfigurator.cc @@ -22,7 +22,7 @@ // // // $Id: G4MScoreConfigurator.cc,v 1.7 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4MScoreConfigurator diff --git a/source/processes/transportation/src/G4MScoreProcess.cc b/source/processes/transportation/src/G4MScoreProcess.cc index ae0c81eb87..471a8e0228 100644 --- a/source/processes/transportation/src/G4MScoreProcess.cc +++ b/source/processes/transportation/src/G4MScoreProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4MScoreProcess.cc,v 1.11 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4MWeightWindowConfigurator.cc b/source/processes/transportation/src/G4MWeightWindowConfigurator.cc index a919786819..ab5eae4e94 100644 --- a/source/processes/transportation/src/G4MWeightWindowConfigurator.cc +++ b/source/processes/transportation/src/G4MWeightWindowConfigurator.cc @@ -22,7 +22,7 @@ // // // $Id: G4MWeightWindowConfigurator.cc,v 1.4 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4MWeightWindowConfigurator diff --git a/source/processes/transportation/src/G4MassGCellFinder.cc b/source/processes/transportation/src/G4MassGCellFinder.cc index 29e8f31c96..3d61d7a05a 100644 --- a/source/processes/transportation/src/G4MassGCellFinder.cc +++ b/source/processes/transportation/src/G4MassGCellFinder.cc @@ -22,7 +22,7 @@ // // // $Id: G4MassGCellFinder.cc,v 1.3 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4MassGeometrySampler.cc b/source/processes/transportation/src/G4MassGeometrySampler.cc index e1aaa21b79..087f608abc 100644 --- a/source/processes/transportation/src/G4MassGeometrySampler.cc +++ b/source/processes/transportation/src/G4MassGeometrySampler.cc @@ -22,7 +22,7 @@ // // // $Id: G4MassGeometrySampler.cc,v 1.11 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4MassImportanceProcess.cc b/source/processes/transportation/src/G4MassImportanceProcess.cc index 8e60e9670c..64ccbc6b4e 100644 --- a/source/processes/transportation/src/G4MassImportanceProcess.cc +++ b/source/processes/transportation/src/G4MassImportanceProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4MassImportanceProcess.cc,v 1.16 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4MassWeightWindowProcess.cc b/source/processes/transportation/src/G4MassWeightWindowProcess.cc index 00bfcbd4eb..ee7df6ca12 100644 --- a/source/processes/transportation/src/G4MassWeightWindowProcess.cc +++ b/source/processes/transportation/src/G4MassWeightWindowProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4MassWeightWindowProcess.cc,v 1.4 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4PImportanceConfigurator.cc b/source/processes/transportation/src/G4PImportanceConfigurator.cc index cb176011f3..e9b4abf4f5 100644 --- a/source/processes/transportation/src/G4PImportanceConfigurator.cc +++ b/source/processes/transportation/src/G4PImportanceConfigurator.cc @@ -22,7 +22,7 @@ // // // $Id: G4PImportanceConfigurator.cc,v 1.6 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4PImportanceConfigurator diff --git a/source/processes/transportation/src/G4PScoreConfigurator.cc b/source/processes/transportation/src/G4PScoreConfigurator.cc index 82a3fe32b9..e559cc4dbc 100644 --- a/source/processes/transportation/src/G4PScoreConfigurator.cc +++ b/source/processes/transportation/src/G4PScoreConfigurator.cc @@ -22,7 +22,7 @@ // // // $Id: G4PScoreConfigurator.cc,v 1.7 2003/11/26 14:51:49 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4PScoreConfigurator diff --git a/source/processes/transportation/src/G4PScoreProcess.cc b/source/processes/transportation/src/G4PScoreProcess.cc index 3ee1766f17..1f55646622 100644 --- a/source/processes/transportation/src/G4PScoreProcess.cc +++ b/source/processes/transportation/src/G4PScoreProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4PScoreProcess.cc,v 1.8 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4PWeightWindowConfigurator.cc b/source/processes/transportation/src/G4PWeightWindowConfigurator.cc index 742ac340a6..4b3e832fcf 100644 --- a/source/processes/transportation/src/G4PWeightWindowConfigurator.cc +++ b/source/processes/transportation/src/G4PWeightWindowConfigurator.cc @@ -22,7 +22,7 @@ // // // $Id: G4PWeightWindowConfigurator.cc,v 1.4 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4PWeightWindowConfigurator diff --git a/source/processes/transportation/src/G4ParallelGCellFinder.cc b/source/processes/transportation/src/G4ParallelGCellFinder.cc index e897dda638..8989c3b6c5 100644 --- a/source/processes/transportation/src/G4ParallelGCellFinder.cc +++ b/source/processes/transportation/src/G4ParallelGCellFinder.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParallelGCellFinder.cc,v 1.3 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4ParallelGeometrySampler.cc b/source/processes/transportation/src/G4ParallelGeometrySampler.cc index a71ad13f05..a878d3e62c 100644 --- a/source/processes/transportation/src/G4ParallelGeometrySampler.cc +++ b/source/processes/transportation/src/G4ParallelGeometrySampler.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParallelGeometrySampler.cc,v 1.10 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4ParallelImportanceProcess.cc b/source/processes/transportation/src/G4ParallelImportanceProcess.cc index 9745a2b17a..d3775b6448 100644 --- a/source/processes/transportation/src/G4ParallelImportanceProcess.cc +++ b/source/processes/transportation/src/G4ParallelImportanceProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParallelImportanceProcess.cc,v 1.16 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4ParallelTransport.cc b/source/processes/transportation/src/G4ParallelTransport.cc index 1a0b5466fa..4a6a3e61fc 100644 --- a/source/processes/transportation/src/G4ParallelTransport.cc +++ b/source/processes/transportation/src/G4ParallelTransport.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParallelTransport.cc,v 1.12 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4ParallelTransportConfigurator.cc b/source/processes/transportation/src/G4ParallelTransportConfigurator.cc index 06a7b2f922..a1b4d65259 100644 --- a/source/processes/transportation/src/G4ParallelTransportConfigurator.cc +++ b/source/processes/transportation/src/G4ParallelTransportConfigurator.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParallelTransportConfigurator.cc,v 1.5 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4ParallelTransportConfigurator diff --git a/source/processes/transportation/src/G4ParallelWWnTransportProcess.cc b/source/processes/transportation/src/G4ParallelWWnTransportProcess.cc index c2e65eb60e..ef9695f870 100644 --- a/source/processes/transportation/src/G4ParallelWWnTransportProcess.cc +++ b/source/processes/transportation/src/G4ParallelWWnTransportProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParallelWWnTransportProcess.cc,v 1.3 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4ParallelWeightWindowProcess.cc b/source/processes/transportation/src/G4ParallelWeightWindowProcess.cc index 57555c7158..74f233c4ed 100644 --- a/source/processes/transportation/src/G4ParallelWeightWindowProcess.cc +++ b/source/processes/transportation/src/G4ParallelWeightWindowProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParallelWeightWindowProcess.cc,v 1.10 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4ProcessPlacer.cc b/source/processes/transportation/src/G4ProcessPlacer.cc index 7f49821f07..3696609e7c 100644 --- a/source/processes/transportation/src/G4ProcessPlacer.cc +++ b/source/processes/transportation/src/G4ProcessPlacer.cc @@ -22,7 +22,7 @@ // // // $Id: G4ProcessPlacer.cc,v 1.14 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4SamplingPostStepAction.cc b/source/processes/transportation/src/G4SamplingPostStepAction.cc index f28e330bcd..1dbb822adb 100644 --- a/source/processes/transportation/src/G4SamplingPostStepAction.cc +++ b/source/processes/transportation/src/G4SamplingPostStepAction.cc @@ -22,7 +22,7 @@ // // // $Id: G4SamplingPostStepAction.cc,v 1.1 2003/11/26 14:51:12 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4Transportation.cc b/source/processes/transportation/src/G4Transportation.cc index eda368e079..0fad670b23 100644 --- a/source/processes/transportation/src/G4Transportation.cc +++ b/source/processes/transportation/src/G4Transportation.cc @@ -22,7 +22,7 @@ // // // $Id: G4Transportation.cc,v 1.44 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ------------------------------------------------------------ // GEANT 4 include file implementation diff --git a/source/processes/transportation/src/G4UserSpecialCuts.cc b/source/processes/transportation/src/G4UserSpecialCuts.cc index 7ca0ddead3..d348c57ec5 100644 --- a/source/processes/transportation/src/G4UserSpecialCuts.cc +++ b/source/processes/transportation/src/G4UserSpecialCuts.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4UserSpecialCuts.cc,v 1.11 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4UserSpecialCuts.cc,v 1.12 2004/01/23 02:47:51 kurasige Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // -------------------------------------------------------------- // History @@ -30,6 +30,7 @@ // 15-04-98 first implementation, mma // 07-04-03 migrade to cut per region (V.Ivanchenko) // 18-09-03 substitute manager for the loss tables (V.Ivanchenko) +// 23-01-04 add protection for charged geantino in range cut (H.Kurashige) // -------------------------------------------------------------- #include "G4UserSpecialCuts.hh" @@ -95,10 +96,11 @@ PostStepGetPhysicalInteractionLength( const G4Track& aTrack, if (temp < 0.) return 0.; if (ProposedStep > temp) ProposedStep = temp; - // min remaining range (only for charged particle) - // + // min remaining range + // (only for charged particle except for chargedGeantino) G4ParticleDefinition* Particle = aTrack.GetDefinition(); - if (Particle->GetPDGCharge() != 0.) + if ( (Particle->GetPDGCharge() != 0.) + && (Particle->GetParticleType() != "geantino")) { G4double Ekine = aTrack.GetKineticEnergy(); const G4MaterialCutsCouple* couple = aTrack.GetMaterialCutsCouple(); @@ -136,3 +138,15 @@ G4UserSpecialCuts::PostStepDoIt( const G4Track& aTrack, } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + + + + + + + + + + + + diff --git a/source/processes/transportation/src/G4VProcessPlacer.cc b/source/processes/transportation/src/G4VProcessPlacer.cc index 1207eb1b31..b0b776f0e9 100644 --- a/source/processes/transportation/src/G4VProcessPlacer.cc +++ b/source/processes/transportation/src/G4VProcessPlacer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VProcessPlacer.cc,v 1.2 2003/04/02 16:59:20 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4VSampler.cc b/source/processes/transportation/src/G4VSampler.cc index 8c1efd2f08..fdf6dbeae6 100644 --- a/source/processes/transportation/src/G4VSampler.cc +++ b/source/processes/transportation/src/G4VSampler.cc @@ -22,7 +22,7 @@ // // // $Id: G4VSampler.cc,v 1.2 2003/04/02 16:59:25 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4VSamplerConfigurator.cc b/source/processes/transportation/src/G4VSamplerConfigurator.cc index bf74148bc2..09256b00b5 100644 --- a/source/processes/transportation/src/G4VSamplerConfigurator.cc +++ b/source/processes/transportation/src/G4VSamplerConfigurator.cc @@ -22,7 +22,7 @@ // // // $Id: G4VSamplerConfigurator.cc,v 1.2 2003/04/02 16:59:25 dressel Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4VTrackTerminator.cc b/source/processes/transportation/src/G4VTrackTerminator.cc index af264c43f1..fde7677806 100644 --- a/source/processes/transportation/src/G4VTrackTerminator.cc +++ b/source/processes/transportation/src/G4VTrackTerminator.cc @@ -22,7 +22,7 @@ // // // $Id: G4VTrackTerminator.cc,v 1.3 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/processes/transportation/src/G4WeightCutOffConfigurator.cc b/source/processes/transportation/src/G4WeightCutOffConfigurator.cc index e7a83a6b1a..6a282e8d64 100644 --- a/source/processes/transportation/src/G4WeightCutOffConfigurator.cc +++ b/source/processes/transportation/src/G4WeightCutOffConfigurator.cc @@ -22,7 +22,7 @@ // // // $Id: G4WeightCutOffConfigurator.cc,v 1.5 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // Class G4WeightCutOffConfigurator diff --git a/source/processes/transportation/src/G4WeightCutOffProcess.cc b/source/processes/transportation/src/G4WeightCutOffProcess.cc index 1d1dddebf5..e2a344cf05 100644 --- a/source/processes/transportation/src/G4WeightCutOffProcess.cc +++ b/source/processes/transportation/src/G4WeightCutOffProcess.cc @@ -22,7 +22,7 @@ // // // $Id: G4WeightCutOffProcess.cc,v 1.6 2003/11/26 14:51:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // ---------------------------------------------------------------------- // GEANT 4 class source file diff --git a/source/readout/History b/source/readout/History index 11e8e2a3bb..964bae686d 100644 --- a/source/readout/History +++ b/source/readout/History @@ -1,4 +1,4 @@ -$Id: History,v 1.6 2003/10/03 14:42:43 gcosmo Exp $ +$Id: History,v 1.7 2004/03/15 19:18:52 asaim Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +Mar 15, 2004, M.Asai (readout-V06-00-00) +- Add some methods in G4DCtable to enhance a verbosity + Oct 4, 2003, G.Cosmo (readout-V05-02-00) - GNUmakefile: o added dependency to new module "geometry/navigation". diff --git a/source/readout/include/G4DCtable.hh b/source/readout/include/G4DCtable.hh index 83feb73ac4..8cba42b70e 100644 --- a/source/readout/include/G4DCtable.hh +++ b/source/readout/include/G4DCtable.hh @@ -21,13 +21,14 @@ // ******************************************************************** // // -// $Id: G4DCtable.hh,v 1.7 2003/06/16 17:12:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4DCtable.hh,v 1.8 2004/03/15 19:18:53 asaim Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #ifndef G4DCtable_H #define G4DCtable_H 1 +class G4VDigitizerModule; #include "globals.hh" //#include "g4rw/tvordvec.h" #include @@ -52,7 +53,8 @@ class G4DCtable public: G4int Registor(G4String SDname,G4String DCname); - G4int GetCollectionID(G4String DCname); + G4int GetCollectionID(G4String DCname) const; + G4int GetCollectionID(G4VDigitizerModule* aDM) const; private: std::vector DMlist; @@ -61,6 +63,16 @@ class G4DCtable public: inline G4int entries() const { return DClist.size(); } + inline G4String GetDMname(G4int i) const + { + if(i<0||i>entries()) return "***Not Defined***"; + return DMlist[i]; + } + inline G4String GetDCname(G4int i) const + { + if(i<0||i>entries()) return "***Not Defined***"; + return DClist[i]; + } }; diff --git a/source/readout/include/G4DMmessenger.hh b/source/readout/include/G4DMmessenger.hh index 8aa15b5d12..669d447e70 100644 --- a/source/readout/include/G4DMmessenger.hh +++ b/source/readout/include/G4DMmessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4DMmessenger.hh,v 1.4 2001/07/11 10:08:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4DMmessenger_h diff --git a/source/readout/include/G4DigiManager.hh b/source/readout/include/G4DigiManager.hh index fbf11c2c33..a300e5fd95 100644 --- a/source/readout/include/G4DigiManager.hh +++ b/source/readout/include/G4DigiManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4DigiManager.hh,v 1.7 2003/06/16 17:12:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4DigiManager_h diff --git a/source/readout/include/G4VDigitizerModule.hh b/source/readout/include/G4VDigitizerModule.hh index 7efff5058a..f290b1c8ff 100644 --- a/source/readout/include/G4VDigitizerModule.hh +++ b/source/readout/include/G4VDigitizerModule.hh @@ -22,7 +22,7 @@ // // // $Id: G4VDigitizerModule.hh,v 1.7 2003/06/16 17:12:47 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4VDigitizerModule_H diff --git a/source/readout/src/G4DCtable.cc b/source/readout/src/G4DCtable.cc index e959c6111e..6f0715c118 100644 --- a/source/readout/src/G4DCtable.cc +++ b/source/readout/src/G4DCtable.cc @@ -21,11 +21,12 @@ // ******************************************************************** // // -// $Id: G4DCtable.cc,v 1.7 2003/06/16 17:12:48 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4DCtable.cc,v 1.8 2004/03/15 19:18:53 asaim Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // #include "G4DCtable.hh" +#include "G4VDigitizerModule.hh" G4DCtable::G4DCtable() {;} @@ -40,7 +41,7 @@ G4int G4DCtable::Registor(G4String DMname,G4String DCname) return DClist.size(); } -G4int G4DCtable::GetCollectionID(G4String DCname) +G4int G4DCtable::GetCollectionID(G4String DCname) const { G4int i = -1; if(DCname.index("/")==std::string::npos) // DCname only @@ -71,4 +72,28 @@ G4int G4DCtable::GetCollectionID(G4String DCname) return i; } +G4int G4DCtable::GetCollectionID(G4VDigitizerModule* aDM) const +{ + if(aDM->GetNumberOfCollections()<1) + { + G4cerr << "Digitizer Module <" << aDM->GetName() + << "> does not have a registered digits collection." + << G4endl; + return -1; + } + if(aDM->GetNumberOfCollections()>1) + { + G4cerr << "Digitizer Module <" << aDM->GetName() + << "> has more than one registered digits collections." + << G4endl; + G4cerr << "Candidates are : "; + for(G4int j=0;jGetNumberOfCollections();j++) + { G4cerr << aDM->GetCollectionName(j) << " "; } + G4cerr << G4endl; + return -1; + } + for(size_t k=0;kGetName()) return k; } + return -1; +} diff --git a/source/readout/src/G4DMmessenger.cc b/source/readout/src/G4DMmessenger.cc index bf44e9680a..76e4993c89 100644 --- a/source/readout/src/G4DMmessenger.cc +++ b/source/readout/src/G4DMmessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4DMmessenger.cc,v 1.3 2001/07/11 10:08:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // --------------------------------------------------------------------- diff --git a/source/readout/src/G4DigiManager.cc b/source/readout/src/G4DigiManager.cc index 1781f79f8f..ec004b06ea 100644 --- a/source/readout/src/G4DigiManager.cc +++ b/source/readout/src/G4DigiManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4DigiManager.cc,v 1.6 2001/10/18 20:28:19 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4DigiManager.hh" diff --git a/source/readout/src/G4VDigitizerModule.cc b/source/readout/src/G4VDigitizerModule.cc index a857f149f3..9548a5c517 100644 --- a/source/readout/src/G4VDigitizerModule.cc +++ b/source/readout/src/G4VDigitizerModule.cc @@ -22,7 +22,7 @@ // // // $Id: G4VDigitizerModule.cc,v 1.3 2001/07/11 10:08:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4VDigitizerModule.hh" diff --git a/source/run/History b/source/run/History index 2e0d637275..9661eff133 100644 --- a/source/run/History +++ b/source/run/History @@ -1,4 +1,4 @@ -$Id: History,v 1.106 2003/12/09 09:14:48 gcosmo Exp $ +$Id: History,v 1.109 2004/03/18 08:48:09 gcosmo Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,17 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +March 18, 2004, M.Asai (run-V06-00-02) +- Added NIM reference to header and WWW info. +- Changed date for release 6.1. + +March 15, 2004, M.Asai (run-V06-00-01) +- Invokation of G4Navigator::LocateGlobalPointAndSetup() is now moved to + G4EventManager so that the navigator is reset for every event. + +February 09, 2004, G.Cosmo (run-V06-00-00) +- Changed date for patch-01 to release 6.0. + December 09, 2003, G.Cosmo (run-V05-02-10) - Changed date for release 6.0. diff --git a/source/run/include/G4ExceptionHandler.hh b/source/run/include/G4ExceptionHandler.hh index fd635d466c..a0cfff6e6a 100644 --- a/source/run/include/G4ExceptionHandler.hh +++ b/source/run/include/G4ExceptionHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4ExceptionHandler.hh,v 1.1 2002/08/19 18:33:29 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/run/include/G4Run.hh b/source/run/include/G4Run.hh index 4681642ff4..c5af9b8128 100644 --- a/source/run/include/G4Run.hh +++ b/source/run/include/G4Run.hh @@ -22,7 +22,7 @@ // // // $Id: G4Run.hh,v 1.7 2003/04/23 17:54:17 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4Run_h diff --git a/source/run/include/G4RunManager.hh b/source/run/include/G4RunManager.hh index f7350b490b..c2a60bc4eb 100644 --- a/source/run/include/G4RunManager.hh +++ b/source/run/include/G4RunManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4RunManager.hh,v 1.37 2003/11/04 01:58:00 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/run/include/G4RunManagerKernel.hh b/source/run/include/G4RunManagerKernel.hh index 59819e102c..5a5d078b94 100644 --- a/source/run/include/G4RunManagerKernel.hh +++ b/source/run/include/G4RunManagerKernel.hh @@ -22,7 +22,7 @@ // // // $Id: G4RunManagerKernel.hh,v 1.3 2003/11/04 01:58:28 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/run/include/G4RunMessenger.hh b/source/run/include/G4RunMessenger.hh index 1443662146..792c3bad5b 100644 --- a/source/run/include/G4RunMessenger.hh +++ b/source/run/include/G4RunMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4RunMessenger.hh,v 1.12 2003/11/04 01:58:28 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // GEANT 4 class header file diff --git a/source/run/include/G4UserPhysicsListMessenger.hh b/source/run/include/G4UserPhysicsListMessenger.hh index d8ff9456eb..1e5e23affb 100644 --- a/source/run/include/G4UserPhysicsListMessenger.hh +++ b/source/run/include/G4UserPhysicsListMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4UserPhysicsListMessenger.hh,v 1.15 2003/04/14 20:07:25 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/run/include/G4UserRunAction.hh b/source/run/include/G4UserRunAction.hh index 0590821ee9..2e104dbb9c 100644 --- a/source/run/include/G4UserRunAction.hh +++ b/source/run/include/G4UserRunAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4UserRunAction.hh,v 1.7 2003/04/04 16:45:30 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4UserRunAction_h diff --git a/source/run/include/G4VModularPhysicsList.hh b/source/run/include/G4VModularPhysicsList.hh index 5085c8eca5..14fe0b90fd 100644 --- a/source/run/include/G4VModularPhysicsList.hh +++ b/source/run/include/G4VModularPhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: G4VModularPhysicsList.hh,v 1.5 2003/06/16 17:12:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/run/include/G4VPersistencyManager.hh b/source/run/include/G4VPersistencyManager.hh index f10d54f7f2..58e2e9821b 100644 --- a/source/run/include/G4VPersistencyManager.hh +++ b/source/run/include/G4VPersistencyManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4VPersistencyManager.hh,v 1.4 2001/07/11 10:08:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4VPersistencyManager_h diff --git a/source/run/include/G4VPhysicsConstructor.hh b/source/run/include/G4VPhysicsConstructor.hh index 206c9ce48c..f267365e69 100644 --- a/source/run/include/G4VPhysicsConstructor.hh +++ b/source/run/include/G4VPhysicsConstructor.hh @@ -22,7 +22,7 @@ // // // $Id: G4VPhysicsConstructor.hh,v 1.3 2001/11/06 06:08:04 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/run/include/G4VUserDetectorConstruction.hh b/source/run/include/G4VUserDetectorConstruction.hh index 265424c9c7..4179c3fd3f 100644 --- a/source/run/include/G4VUserDetectorConstruction.hh +++ b/source/run/include/G4VUserDetectorConstruction.hh @@ -22,7 +22,7 @@ // // // $Id: G4VUserDetectorConstruction.hh,v 1.4 2001/07/11 10:08:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4VUserDetectorConstruction_h diff --git a/source/run/include/G4VUserPhysicsList.hh b/source/run/include/G4VUserPhysicsList.hh index dac76a8d8a..bec14d0d6d 100644 --- a/source/run/include/G4VUserPhysicsList.hh +++ b/source/run/include/G4VUserPhysicsList.hh @@ -22,7 +22,7 @@ // // // $Id: G4VUserPhysicsList.hh,v 1.25 2003/11/03 02:16:36 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/run/include/G4VUserPrimaryGeneratorAction.hh b/source/run/include/G4VUserPrimaryGeneratorAction.hh index 6fc96fe039..7ae4a29eec 100644 --- a/source/run/include/G4VUserPrimaryGeneratorAction.hh +++ b/source/run/include/G4VUserPrimaryGeneratorAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4VUserPrimaryGeneratorAction.hh,v 1.4 2001/07/11 10:08:33 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4VUserPrimaryGeneratorAction_h diff --git a/source/run/src/G4ExceptionHandler.cc b/source/run/src/G4ExceptionHandler.cc index 55b7ca9201..a3551069d4 100644 --- a/source/run/src/G4ExceptionHandler.cc +++ b/source/run/src/G4ExceptionHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4ExceptionHandler.cc,v 1.3 2003/05/21 21:06:01 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/run/src/G4Run.cc b/source/run/src/G4Run.cc index 0ad09f7bd3..d35960ce49 100644 --- a/source/run/src/G4Run.cc +++ b/source/run/src/G4Run.cc @@ -22,7 +22,7 @@ // // // $Id: G4Run.cc,v 1.5 2003/04/23 17:54:31 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4Run.hh" diff --git a/source/run/src/G4RunManager.cc b/source/run/src/G4RunManager.cc index c1d19598a6..2ce0146cb1 100644 --- a/source/run/src/G4RunManager.cc +++ b/source/run/src/G4RunManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4RunManager.cc,v 1.83 2003/08/01 19:30:14 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/run/src/G4RunManagerKernel.cc b/source/run/src/G4RunManagerKernel.cc index 2153bf7f26..c25baa036e 100644 --- a/source/run/src/G4RunManagerKernel.cc +++ b/source/run/src/G4RunManagerKernel.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4RunManagerKernel.cc,v 1.9 2003/12/09 09:13:18 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4RunManagerKernel.cc,v 1.13 2004/03/18 08:47:53 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // @@ -34,7 +34,7 @@ #include "G4EventManager.hh" #include "G4GeometryManager.hh" #include "G4TransportationManager.hh" -#include "G4Navigator.hh" +//#include "G4Navigator.hh" #include "G4VPhysicalVolume.hh" #include "G4LogicalVolume.hh" #include "G4VUserPhysicsList.hh" @@ -79,12 +79,15 @@ G4RunManagerKernel::G4RunManagerKernel() // version banner versionString - = " Geant4 version $Name: geant4-06-00 $\n (12-December-2003)"; - G4cout - << "**********************************************" << G4endl + = " Geant4 version $Name: geant4-06-01 $ (25-March-2004)"; + G4cout << G4endl + << "*************************************************************" << G4endl << versionString << G4endl - << " Copyright : Geant4 Collaboration" << G4endl - << "**********************************************" << G4endl; + << " Copyright : Geant4 Collaboration" << G4endl + << " Reference : NIM A 506 (2003), 250-303." << G4endl + << " WWW : http://cern.ch/geant4" << G4endl + << "*************************************************************" << G4endl + << G4endl; } G4RunManagerKernel::~G4RunManagerKernel() @@ -278,11 +281,13 @@ void G4RunManagerKernel::ResetNavigator() if(verboseLevel>1) G4cout << "Start closing geometry." << G4endl; geomManager->OpenGeometry(); geomManager->CloseGeometry(geometryToBeOptimized, verboseLevel>1); - - G4ThreeVector center(0,0,0); - G4Navigator* navigator = - G4TransportationManager::GetTransportationManager()->GetNavigatorForTracking(); - navigator->LocateGlobalPointAndSetup(center,0,false); + + // Reseting Navigator has been moved to G4Eventmanager, so that resetting + // is now done for every event. + // G4ThreeVector center(0,0,0); + // G4Navigator* navigator = + // G4TransportationManager::GetTransportationManager()->GetNavigatorForTracking(); + // navigator->LocateGlobalPointAndSetup(center,0,false); geometryNeedsToBeClosed = false; } diff --git a/source/run/src/G4RunMessenger.cc b/source/run/src/G4RunMessenger.cc index 1c8ec80934..a0a541a7e5 100644 --- a/source/run/src/G4RunMessenger.cc +++ b/source/run/src/G4RunMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4RunMessenger.cc,v 1.20 2003/11/04 01:58:29 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4RunMessenger.hh" diff --git a/source/run/src/G4UserPhysicsListMessenger.cc b/source/run/src/G4UserPhysicsListMessenger.cc index c1e132e4cf..5a9d1ce9ba 100644 --- a/source/run/src/G4UserPhysicsListMessenger.cc +++ b/source/run/src/G4UserPhysicsListMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4UserPhysicsListMessenger.cc,v 1.23 2003/06/16 17:12:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/run/src/G4UserRunAction.cc b/source/run/src/G4UserRunAction.cc index b0bdbc7dfa..aedd97f4be 100644 --- a/source/run/src/G4UserRunAction.cc +++ b/source/run/src/G4UserRunAction.cc @@ -22,7 +22,7 @@ // // // $Id: G4UserRunAction.cc,v 1.6 2003/05/21 21:06:01 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4UserRunAction.hh" diff --git a/source/run/src/G4VModularPhysicsList.cc b/source/run/src/G4VModularPhysicsList.cc index 36adfefe20..1a1f414ce6 100644 --- a/source/run/src/G4VModularPhysicsList.cc +++ b/source/run/src/G4VModularPhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: G4VModularPhysicsList.cc,v 1.2 2002/05/29 12:11:08 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/run/src/G4VPersistencyManager.cc b/source/run/src/G4VPersistencyManager.cc index e4da4fa6f9..36f7aa937a 100644 --- a/source/run/src/G4VPersistencyManager.cc +++ b/source/run/src/G4VPersistencyManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4VPersistencyManager.cc,v 1.4 2001/07/13 15:57:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4VPersistencyManager.hh" diff --git a/source/run/src/G4VUserDetectorConstruction.cc b/source/run/src/G4VUserDetectorConstruction.cc index 06fe66d85b..8051d601c7 100644 --- a/source/run/src/G4VUserDetectorConstruction.cc +++ b/source/run/src/G4VUserDetectorConstruction.cc @@ -22,7 +22,7 @@ // // // $Id: G4VUserDetectorConstruction.cc,v 1.3 2001/07/11 10:08:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4VUserDetectorConstruction.hh" diff --git a/source/run/src/G4VUserPhysicsList.cc b/source/run/src/G4VUserPhysicsList.cc index c0d6c78e15..8cb1e2c6e7 100644 --- a/source/run/src/G4VUserPhysicsList.cc +++ b/source/run/src/G4VUserPhysicsList.cc @@ -22,7 +22,7 @@ // // // $Id: G4VUserPhysicsList.cc,v 1.48 2003/11/10 15:49:39 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/run/src/G4VUserPrimaryGeneratorAction.cc b/source/run/src/G4VUserPrimaryGeneratorAction.cc index e7f28330b7..dc6761747f 100644 --- a/source/run/src/G4VUserPrimaryGeneratorAction.cc +++ b/source/run/src/G4VUserPrimaryGeneratorAction.cc @@ -22,7 +22,7 @@ // // // $Id: G4VUserPrimaryGeneratorAction.cc,v 1.3 2001/07/11 10:08:34 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4VUserPrimaryGeneratorAction.hh" diff --git a/source/track/History b/source/track/History index 62c5ed6966..22e734862f 100644 --- a/source/track/History +++ b/source/track/History @@ -1,4 +1,4 @@ -$Id: History,v 1.61 2003/11/27 03:51:13 kurasige Exp $ +$Id: History,v 1.63 2004/01/20 15:29:41 vnivanch Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,7 +17,17 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -Nov. 26, 03 H.Kurashige(track-V05-02-03) +Jan. 20, 04 V.Ivanchenko (track-V06-00-01) +- Update G4ParticleChangeForLoss for utilisation in G4VEnergyLossProcess +- Minor update G4ParticleChangeForMSC for utilisation in model design of msc +- Change of volume in G4ParticleChangeForTransportation only if kinEnergy>0 + +Dec. 12, 03 G.Cosmo (track-V06-00-00) +- G4VParticleChange[.hh.cc]: removed unnecessary 'const' qualifier to + return value in GetAccuracyForWarning() and GetAccuracyForException() + causing noisy warnings on Intel-icc compiler. + +Nov. 26, 03 H.Kurashige (track-V05-02-03) - Fixed problem of setting momentum direction for stoppped particle in G4ParticleChange (Vladimir) Oct. 4, 03 G.Cosmo (track-V05-02-02) diff --git a/source/track/include/G4ForceCondition.hh b/source/track/include/G4ForceCondition.hh index 812f7d7148..1f1d274efd 100644 --- a/source/track/include/G4ForceCondition.hh +++ b/source/track/include/G4ForceCondition.hh @@ -22,7 +22,7 @@ // // // $Id: G4ForceCondition.hh,v 1.4 2002/10/31 23:41:52 tsasaki Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/include/G4GPILSelection.hh b/source/track/include/G4GPILSelection.hh index 853ce4b090..24687fdaed 100644 --- a/source/track/include/G4GPILSelection.hh +++ b/source/track/include/G4GPILSelection.hh @@ -22,7 +22,7 @@ // // // $Id: G4GPILSelection.hh,v 1.3 2001/07/11 10:08:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/include/G4ParticleChange.hh b/source/track/include/G4ParticleChange.hh index 3d5dc7d4c5..64dcdf0407 100644 --- a/source/track/include/G4ParticleChange.hh +++ b/source/track/include/G4ParticleChange.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleChange.hh,v 1.9 2001/11/21 14:05:57 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/track/include/G4ParticleChange.icc b/source/track/include/G4ParticleChange.icc index ee88a955c2..155b42c2b9 100644 --- a/source/track/include/G4ParticleChange.icc +++ b/source/track/include/G4ParticleChange.icc @@ -22,7 +22,7 @@ // // // $Id: G4ParticleChange.icc,v 1.9 2001/10/20 08:07:49 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // inline diff --git a/source/track/include/G4ParticleChangeForDecay.hh b/source/track/include/G4ParticleChangeForDecay.hh index 33a0751639..4238346dc1 100644 --- a/source/track/include/G4ParticleChangeForDecay.hh +++ b/source/track/include/G4ParticleChangeForDecay.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleChangeForDecay.hh,v 1.5 2001/07/11 10:08:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/track/include/G4ParticleChangeForLoss.hh b/source/track/include/G4ParticleChangeForLoss.hh index 388c4b0473..b1ee817954 100644 --- a/source/track/include/G4ParticleChangeForLoss.hh +++ b/source/track/include/G4ParticleChangeForLoss.hh @@ -21,17 +21,22 @@ // ******************************************************************** // // -// $Id: G4ParticleChangeForLoss.hh,v 1.4 2001/07/11 10:08:35 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ParticleChangeForLoss.hh,v 1.5 2004/01/20 15:29:41 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ +// // -// // ------------------------------------------------------------ -// GEANT 4 class header file +// GEANT 4 class header file +// // -// // ------------------------------------------------------------ // Implemented for the new scheme 23 Mar. 1998 H.Kurahige // +// Modified: +// 16.01.04 V.Ivanchenko update for model variant of energy loss +// +// ------------------------------------------------------------ +// // Class Description // This class is a concrete class for ParticleChange for EnergyLoss // @@ -40,80 +45,132 @@ #include "globals.hh" #include "G4ios.hh" -class G4DynamicParticle; #include "G4VParticleChange.hh" +class G4DynamicParticle; + class G4ParticleChangeForLoss: public G4VParticleChange -{ - public: - // default constructor - G4ParticleChangeForLoss(); +{ +public: + // default constructor + G4ParticleChangeForLoss(); - // destructor - virtual ~G4ParticleChangeForLoss(); + // destructor + virtual ~G4ParticleChangeForLoss(); - protected: - // hide copy constructor and assignment operaor as protected - G4ParticleChangeForLoss(const G4ParticleChangeForLoss &right); - G4ParticleChangeForLoss & operator=(const G4ParticleChangeForLoss &right); + // with description + // ---------------------------------------------------- + // --- the following methods are for updating G4Step ----- - public: - // equal/unequal operator - G4bool operator==(const G4ParticleChangeForLoss &right) const; - G4bool operator!=(const G4ParticleChangeForLoss &right) const; + virtual G4Step* UpdateStepForAlongStep(G4Step* Step); + virtual G4Step* UpdateStepForPostStep(G4Step* Step); + // A physics process gives the final state of the particle + // based on information of G4Track + void InitializeForAlongStep(const G4Track&); + void InitializeForPostStep(const G4Track&); + //Initialize all propoerties by using G4Track information -public: // with description - // ---------------------------------------------------- - // --- the following methods are for updating G4Step ----- - virtual G4Step* UpdateStepForAlongStep(G4Step* Step); - - virtual void Initialize(const G4Track&); - // Initialize all propoerties by using G4Track information + void AddSecondary(G4DynamicParticle* aParticle); + // Add next secondary - G4double GetEnergyChange() const; - void SetEnergyChange(G4double theEnergyChange); - // Get/Set the final kinetic energy of the current particle. + G4double GetProposedCharge() const; + void SetProposedCharge(G4double theCharge); + // Get/Set theCharge - - public: - virtual void DumpInfo() const; + G4double GetProposedKineticEnergy() const; + void SetProposedKineticEnergy(G4double kinEnergy); + // Get/Set the final kinetic energy of the current particle. - protected: - G4double theEnergyChange; - // The final kinetic energy of the current particle. - - public: - // for Debug - virtual G4bool CheckIt(const G4Track&); + const G4ThreeVector& GetProposedMomentumDirection() const; + void SetProposedMomentumDirection(const G4ThreeVector& dir); + + virtual void DumpInfo() const; + + // for Debug + virtual G4bool CheckIt(const G4Track&); + +protected: + // hide copy constructor and assignment operaor as protected + G4ParticleChangeForLoss(const G4ParticleChangeForLoss &right); + G4ParticleChangeForLoss & operator=(const G4ParticleChangeForLoss &right); + +private: + + const G4Track* currentTrack; + // The pointer to G4Track + G4double kinEnergy; + // The final kinetic energy of the current particle. + G4double currentCharge; + // The final charge of the current particle. + G4ThreeVector proposedMomentumDirection; + // The final momentum direction of the current particle. }; -inline - G4double G4ParticleChangeForLoss::GetEnergyChange() const +inline G4double G4ParticleChangeForLoss::GetProposedKineticEnergy() const { - return theEnergyChange; + return kinEnergy; +} + +inline void G4ParticleChangeForLoss::SetProposedKineticEnergy(G4double energy) +{ + kinEnergy = energy; +} + +inline G4double G4ParticleChangeForLoss::GetProposedCharge() const +{ + return currentCharge; +} + +inline void G4ParticleChangeForLoss::SetProposedCharge(G4double theCharge) +{ + currentCharge = theCharge; } inline - void G4ParticleChangeForLoss::SetEnergyChange(G4double Energy) + const G4ThreeVector& G4ParticleChangeForLoss::GetProposedMomentumDirection() const { - theEnergyChange = Energy; + return proposedMomentumDirection; +} + +inline + void G4ParticleChangeForLoss::SetProposedMomentumDirection(const G4ThreeVector& dir) +{ + proposedMomentumDirection = dir; +} + +inline void G4ParticleChangeForLoss::InitializeForAlongStep(const G4Track& track) +{ + theStatusChange = track.GetTrackStatus(); + theLocalEnergyDeposit = 0.0; + InitializeSecondaries(track); + kinEnergy = track.GetKineticEnergy(); + currentCharge = track.GetDynamicParticle()->GetCharge(); +} + +inline void G4ParticleChangeForLoss::InitializeForPostStep(const G4Track& track) +{ + theStatusChange = track.GetTrackStatus(); + theLocalEnergyDeposit = 0.0; + InitializeSecondaries(track); + kinEnergy = track.GetKineticEnergy(); + currentCharge = track.GetDynamicParticle()->GetCharge(); + proposedMomentumDirection = track.GetMomentumDirection(); + currentTrack = &track; +} + +inline void G4ParticleChangeForLoss::AddSecondary(G4DynamicParticle* aParticle) +{ + // create track + G4Track* aTrack = new G4Track(aParticle, currentTrack->GetGlobalTime(), + currentTrack->GetPosition()); + + // Touchable handle is copied to keep the pointer + aTrack->SetTouchableHandle(currentTrack->GetTouchableHandle()); + + // add a secondary + G4VParticleChange::AddSecondary(aTrack); } #endif - - - - - - - - - - - - - - - diff --git a/source/track/include/G4ParticleChangeForMSC.hh b/source/track/include/G4ParticleChangeForMSC.hh index ac3077a981..2c77005bc6 100644 --- a/source/track/include/G4ParticleChangeForMSC.hh +++ b/source/track/include/G4ParticleChangeForMSC.hh @@ -21,7 +21,7 @@ // ******************************************************************** // // -// $Id: G4ParticleChangeForMSC.hh,v 1.5 2001/07/11 10:08:36 gunter Exp $ +// $Id: G4ParticleChangeForMSC.hh,v 1.6 2004/01/20 15:29:41 vnivanch Exp $ // GEANT4 tag $ $ // // @@ -34,7 +34,8 @@ // // ------------------------------------------------------------ // Implemented for the new scheme 23 Mar. 1998 H.Kurahige -// Add Get/SetMomentumDirectionChange 6 Feb. 1999 H.Kurashige +// Add Get/SetMomentumDirectionChange 6 Feb. 1999 H.Kurashige +// Update for model variant of msc 16 Jan 2004 V.Ivanchenko // // ------------------------------------------------------------- #ifndef G4ParticleChangeForMSC_h @@ -64,63 +65,109 @@ class G4ParticleChangeForMSC: public G4VParticleChange public: // with description // ---------------------------------------------------- - // --- the following methods are for updating G4Step ----- + // --- the following methods are for updating G4Step ----- // Return the pointer to the G4Step after updating the Step information // by using final state information of the track given by a physics - // process + // process virtual G4Step* UpdateStepForAlongStep(G4Step* Step); - virtual G4Step* UpdateStepForAtRest(G4Step* Step); virtual G4Step* UpdateStepForPostStep(G4Step* Step); - // A physics process gives the final state of the particle + // A physics process gives the final state of the particle // based on information of G4Track (or equivalently the PreStepPoint) - + virtual void Initialize(const G4Track&); // Initialize all propoerties by using G4Track information - - + // ---------------------------------------------------- //--- methods to keep information of the final state-- // IMPORTANT NOTE: Although the name of the class and methods are - // "Change", what it stores (and returns in get) are the "FINAL" + // "Change", what it stores (and returns in get) are the "FINAL" // values of the Position, Momentum, etc. - const G4ThreeVector* GetMomentumChange() const; - void SetMomentumChange(G4double Px, G4double Py, G4double Pz); void SetMomentumChange(const G4ThreeVector& Pfinal); - const G4ThreeVector* GetMomentumDirectionChange() const; - void SetMomentumDirectionChange(G4double Px, G4double Py, G4double Pz); - void SetMomentumDirectionChange(const G4ThreeVector& Pfinal); + void SetMomentumChange(G4double Px, G4double Py, G4double Pz); + const G4ThreeVector* GetProposedMomentumDirection() const; + void SetProposedMomentumDirection(const G4ThreeVector& Pfinal); // Get/Set theMomentumDirectionChange vector: it is the final momentum direction. const G4ThreeVector* GetPositionChange() const; - void SetPositionChange(G4double x, G4double y, G4double z); void SetPositionChange(const G4ThreeVector& finalPosition); + const G4ThreeVector* GetProposedPosition() const; + void SetProposedPosition(const G4ThreeVector& finalPosition); // Get/Set the final position of the current particle. public: virtual void DumpInfo() const; + // for Debug + virtual G4bool CheckIt(const G4Track&); - protected: - G4ThreeVector theMomentumDirectionChange; + private: + G4ThreeVector theMomentumDirection; // It is the vector containing the final momentum direction // after the invoked process. The application of the change // of the momentum direction of the particle is not Done here. // The responsibility to apply the change is up the entity // which invoked the process. - - G4ThreeVector thePositionChange; + + G4ThreeVector thePosition; // The changed (final) position of a given particle. - public: - // for Debug - virtual G4bool CheckIt(const G4Track&); - }; -#include "G4ParticleChangeForMSC.icc" +inline + void G4ParticleChangeForMSC::SetMomentumChange(const G4ThreeVector& P) +{ + theMomentumDirection = P; +} + +inline + void G4ParticleChangeForMSC::SetProposedMomentumDirection(const G4ThreeVector& P) +{ + theMomentumDirection = P; +} + +inline + void G4ParticleChangeForMSC::SetMomentumChange(G4double Px, G4double Py, G4double Pz) +{ + theMomentumDirection.setX(Px); + theMomentumDirection.setY(Py); + theMomentumDirection.setZ(Pz); +} + +inline + const G4ThreeVector* G4ParticleChangeForMSC::GetProposedMomentumDirection() const +{ + return &theMomentumDirection; +} + +inline + void G4ParticleChangeForMSC::SetProposedPosition(const G4ThreeVector& P) +{ + thePosition = P; +} + +inline + const G4ThreeVector* G4ParticleChangeForMSC::GetProposedPosition() const +{ + return &thePosition; +} + +inline + void G4ParticleChangeForMSC::SetPositionChange(const G4ThreeVector& P) +{ + thePosition = P; +} + +inline + const G4ThreeVector* G4ParticleChangeForMSC::GetPositionChange() const +{ + return &thePosition; +} + +inline void G4ParticleChangeForMSC::Initialize(const G4Track& track) +{ + theStatusChange = track.GetTrackStatus(); + theMomentumDirection = track.GetMomentumDirection(); + thePosition = track.GetPosition(); +} #endif - - - - diff --git a/source/track/include/G4ParticleChangeForMSC.icc b/source/track/include/G4ParticleChangeForMSC.icc index 705dc80402..d332164939 100644 --- a/source/track/include/G4ParticleChangeForMSC.icc +++ b/source/track/include/G4ParticleChangeForMSC.icc @@ -22,7 +22,7 @@ // // // $Id: G4ParticleChangeForMSC.icc,v 1.4 2001/07/11 10:08:36 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/track/include/G4ParticleChangeForRadDecay.hh b/source/track/include/G4ParticleChangeForRadDecay.hh index 4dac8eedc4..71ae0d5ad3 100644 --- a/source/track/include/G4ParticleChangeForRadDecay.hh +++ b/source/track/include/G4ParticleChangeForRadDecay.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleChangeForRadDecay.hh,v 1.5 2003/06/03 08:56:37 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/track/include/G4ParticleChangeForTransport.hh b/source/track/include/G4ParticleChangeForTransport.hh index 30fd38423a..8a694a1248 100644 --- a/source/track/include/G4ParticleChangeForTransport.hh +++ b/source/track/include/G4ParticleChangeForTransport.hh @@ -22,7 +22,7 @@ // // // $Id: G4ParticleChangeForTransport.hh,v 1.12 2003/09/19 19:08:14 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/track/include/G4ParticleChangeForTransport.icc b/source/track/include/G4ParticleChangeForTransport.icc index e018e3e61c..11fb6c5677 100644 --- a/source/track/include/G4ParticleChangeForTransport.icc +++ b/source/track/include/G4ParticleChangeForTransport.icc @@ -22,7 +22,7 @@ // // // $Id: G4ParticleChangeForTransport.icc,v 1.9 2003/06/16 17:12:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // inline diff --git a/source/track/include/G4Step.hh b/source/track/include/G4Step.hh index 5e6ea6cd31..73e0aa2310 100644 --- a/source/track/include/G4Step.hh +++ b/source/track/include/G4Step.hh @@ -22,7 +22,7 @@ // // // $Id: G4Step.hh,v 1.10 2003/06/16 17:12:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/include/G4Step.icc b/source/track/include/G4Step.icc index 70f72fb362..23a3a14f23 100644 --- a/source/track/include/G4Step.icc +++ b/source/track/include/G4Step.icc @@ -22,7 +22,7 @@ // // // $Id: G4Step.icc,v 1.10 2003/03/05 04:42:53 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/include/G4StepPoint.hh b/source/track/include/G4StepPoint.hh index d0e1169d9b..c50816de3d 100644 --- a/source/track/include/G4StepPoint.hh +++ b/source/track/include/G4StepPoint.hh @@ -22,7 +22,7 @@ // // // $Id: G4StepPoint.hh,v 1.13 2003/09/19 19:08:14 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/include/G4StepPoint.icc b/source/track/include/G4StepPoint.icc index e9238c5d1e..832d324175 100644 --- a/source/track/include/G4StepPoint.icc +++ b/source/track/include/G4StepPoint.icc @@ -22,7 +22,7 @@ // // // $Id: G4StepPoint.icc,v 1.8 2003/05/07 20:08:37 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // inline const G4ThreeVector& G4StepPoint::GetPosition() const diff --git a/source/track/include/G4StepStatus.hh b/source/track/include/G4StepStatus.hh index d6b5a874e1..22294472d4 100644 --- a/source/track/include/G4StepStatus.hh +++ b/source/track/include/G4StepStatus.hh @@ -22,7 +22,7 @@ // // // $Id: G4StepStatus.hh,v 1.3 2001/07/11 10:08:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/include/G4SteppingControl.hh b/source/track/include/G4SteppingControl.hh index 319401ce96..dc06980d1d 100644 --- a/source/track/include/G4SteppingControl.hh +++ b/source/track/include/G4SteppingControl.hh @@ -22,7 +22,7 @@ // // // $Id: G4SteppingControl.hh,v 1.3 2001/07/11 10:08:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/include/G4Track.hh b/source/track/include/G4Track.hh index 77c9b53ff7..c89d2da82a 100644 --- a/source/track/include/G4Track.hh +++ b/source/track/include/G4Track.hh @@ -22,7 +22,7 @@ // // // $Id: G4Track.hh,v 1.16 2002/12/16 11:59:12 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/include/G4Track.icc b/source/track/include/G4Track.icc index 853a0b07e9..b2b253d385 100644 --- a/source/track/include/G4Track.icc +++ b/source/track/include/G4Track.icc @@ -22,7 +22,7 @@ // // // $Id: G4Track.icc,v 1.10 2002/12/16 11:59:12 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //----------------------------------------------------------------- // Definitions of inline functions diff --git a/source/track/include/G4TrackFastVector.hh b/source/track/include/G4TrackFastVector.hh index 288c419a0c..8fb4fd4bb7 100644 --- a/source/track/include/G4TrackFastVector.hh +++ b/source/track/include/G4TrackFastVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4TrackFastVector.hh,v 1.4 2001/07/11 10:08:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // ------------------------------------------------------------ diff --git a/source/track/include/G4TrackStatus.hh b/source/track/include/G4TrackStatus.hh index eddfebe3a4..409197ef80 100644 --- a/source/track/include/G4TrackStatus.hh +++ b/source/track/include/G4TrackStatus.hh @@ -22,7 +22,7 @@ // // // $Id: G4TrackStatus.hh,v 1.3 2001/07/11 10:08:37 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/include/G4VParticleChange.hh b/source/track/include/G4VParticleChange.hh index 6f1c38e664..f54c80445b 100644 --- a/source/track/include/G4VParticleChange.hh +++ b/source/track/include/G4VParticleChange.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4VParticleChange.hh,v 1.9 2003/06/11 07:16:28 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VParticleChange.hh,v 1.10 2003/12/12 13:12:13 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // ------------------------------------------------------------ @@ -245,8 +245,8 @@ class G4VParticleChange // CheckSecondary method is provided for debug G4bool CheckSecondary(G4Track&); - const G4double GetAccuracyForWarning() const; - const G4double GetAccuracyForException() const; + G4double GetAccuracyForWarning() const; + G4double GetAccuracyForException() const; protected: G4bool debugFlag; diff --git a/source/track/include/G4VParticleChange.icc b/source/track/include/G4VParticleChange.icc index d38dbff357..16b3874291 100644 --- a/source/track/include/G4VParticleChange.icc +++ b/source/track/include/G4VParticleChange.icc @@ -22,7 +22,7 @@ // // // $Id: G4VParticleChange.icc,v 1.10 2003/06/11 07:16:28 kurasige Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //---------------------------------------------------------------- // Virtual methods for updating G4Step diff --git a/source/track/include/G4VUserTrackInformation.hh b/source/track/include/G4VUserTrackInformation.hh index a040633278..86af4ab90a 100644 --- a/source/track/include/G4VUserTrackInformation.hh +++ b/source/track/include/G4VUserTrackInformation.hh @@ -22,7 +22,7 @@ // // // $Id: G4VUserTrackInformation.hh,v 1.4 2003/05/09 20:42:27 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/src/G4ParticleChange.cc b/source/track/src/G4ParticleChange.cc index 8bf31c0bdb..cd0a53a78a 100644 --- a/source/track/src/G4ParticleChange.cc +++ b/source/track/src/G4ParticleChange.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParticleChange.cc,v 1.24 2003/11/24 10:27:52 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/track/src/G4ParticleChangeForDecay.cc b/source/track/src/G4ParticleChangeForDecay.cc index 4a23d29d23..c853e866f4 100644 --- a/source/track/src/G4ParticleChangeForDecay.cc +++ b/source/track/src/G4ParticleChangeForDecay.cc @@ -22,7 +22,7 @@ // // // $Id: G4ParticleChangeForDecay.cc,v 1.9 2003/06/19 14:45:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- diff --git a/source/track/src/G4ParticleChangeForLoss.cc b/source/track/src/G4ParticleChangeForLoss.cc index ea8e59557a..7c37d79375 100644 --- a/source/track/src/G4ParticleChangeForLoss.cc +++ b/source/track/src/G4ParticleChangeForLoss.cc @@ -21,28 +21,31 @@ // ******************************************************************** // // -// $Id: G4ParticleChangeForLoss.cc,v 1.8 2003/06/19 14:45:08 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4ParticleChangeForLoss.cc,v 1.9 2004/01/20 15:29:41 vnivanch Exp $ +// GEANT4 tag $Name: geant4-06-01 $ +// // -// // -------------------------------------------------------------- -// GEANT 4 class implementation file +// GEANT 4 class implementation file // -// -// // ------------------------------------------------------------ // Implemented for the new scheme 23 Mar. 1998 H.Kurahige // -------------------------------------------------------------- - +// +// Modified: +// 16.01.04 V.Ivanchenko update for model variant of energy loss +// +// ------------------------------------------------------------ +// #include "G4ParticleChangeForLoss.hh" #include "G4Track.hh" #include "G4Step.hh" -#include "G4TrackFastVector.hh" #include "G4DynamicParticle.hh" #include "G4ExceptionSeverity.hh" G4ParticleChangeForLoss::G4ParticleChangeForLoss():G4VParticleChange() { + theSteppingControlFlag = NormalCondition; debugFlag = false; #ifdef G4VERBOSE if (verboseLevel>2) { @@ -51,7 +54,7 @@ G4ParticleChangeForLoss::G4ParticleChangeForLoss():G4VParticleChange() #endif } -G4ParticleChangeForLoss::~G4ParticleChangeForLoss() +G4ParticleChangeForLoss::~G4ParticleChangeForLoss() { #ifdef G4VERBOSE if (verboseLevel>2) { @@ -60,17 +63,21 @@ G4ParticleChangeForLoss::~G4ParticleChangeForLoss() #endif } -// copy constructor -G4ParticleChangeForLoss::G4ParticleChangeForLoss(const G4ParticleChangeForLoss &right): G4VParticleChange(right) +G4ParticleChangeForLoss::G4ParticleChangeForLoss( + const G4ParticleChangeForLoss &right): G4VParticleChange(right) { if (verboseLevel>1) { G4cout << "G4ParticleChangeForLoss:: copy constructor is called " << G4endl; } - theEnergyChange = right.theEnergyChange; + currentTrack = right.currentTrack; + kinEnergy = right.kinEnergy; + currentCharge = right.currentCharge; + proposedMomentumDirection = right.proposedMomentumDirection; } -// assignemnt operator -G4ParticleChangeForLoss & G4ParticleChangeForLoss::operator=(const G4ParticleChangeForLoss &right) +// assignment operator +G4ParticleChangeForLoss & G4ParticleChangeForLoss::operator=( + const G4ParticleChangeForLoss &right) { if (verboseLevel>1) { G4cout << "G4ParticleChangeForLoss:: assignment operator is called " << G4endl; @@ -81,33 +88,19 @@ G4ParticleChangeForLoss & G4ParticleChangeForLoss::operator=(const G4ParticleCha theSizeOftheListOfSecondaries = right.theSizeOftheListOfSecondaries; theNumberOfSecondaries = right.theNumberOfSecondaries; theStatusChange = right.theStatusChange; - theTrueStepLength = right.theTrueStepLength; theLocalEnergyDeposit = right.theLocalEnergyDeposit; theSteppingControlFlag = right.theSteppingControlFlag; - - theEnergyChange = right.theEnergyChange; - theLocalEnergyDeposit = right.theLocalEnergyDeposit ; + + currentTrack = right.currentTrack; + kinEnergy = right.kinEnergy; + currentCharge = right.currentCharge; + proposedMomentumDirection = right.proposedMomentumDirection; } return *this; } - //---------------------------------------------------------------- -// functions for Initialization -// - -void G4ParticleChangeForLoss::Initialize(const G4Track& track) -{ - // use base class's method at first - G4VParticleChange::Initialize(track); - - // set Energy equal to those of the parent particle - const G4DynamicParticle* pParticle = track.GetDynamicParticle(); - theEnergyChange = pParticle->GetKineticEnergy(); -} - -//---------------------------------------------------------------- -// methods for updating G4Step +// methods for updating G4Step // G4Step* G4ParticleChangeForLoss::UpdateStepForAlongStep(G4Step* pStep) @@ -115,37 +108,59 @@ G4Step* G4ParticleChangeForLoss::UpdateStepForAlongStep(G4Step* pStep) // A physics process always calculates the final state of the // particle relative to the initial state at the beginning // of the Step, i.e., based on information of G4Track (or - // equivalently the PreStepPoint). + // equivalently the PreStepPoint). // So, the differences (delta) between these two states have to be - // calculated and be accumulated in PostStepPoint. - + // calculated and be accumulated in PostStepPoint. + + G4StepPoint* pPostStepPoint = pStep->GetPostStepPoint(); - G4StepPoint* pPreStepPoint = pStep->GetPreStepPoint(); - G4StepPoint* pPostStepPoint = pStep->GetPostStepPoint(); - G4Track* aTrack = pStep->GetTrack(); - // calculate new kinetic energy - G4double energy = pPostStepPoint->GetKineticEnergy() - + (theEnergyChange - pPreStepPoint->GetKineticEnergy()); + G4double energy = pPostStepPoint->GetKineticEnergy() + + (kinEnergy - pStep->GetPreStepPoint()->GetKineticEnergy()); // update kinetic energy and momentum direction - if (energy > 0.0) { - pPostStepPoint->SetKineticEnergy( energy ); - } else { - // stop case - pPostStepPoint->SetKineticEnergy(0.0); - } + if (energy < 0.0) energy = 0.0; -#ifdef G4VERBOSE - if (debugFlag) CheckIt(*aTrack); -#endif + pPostStepPoint->SetKineticEnergy( energy ); + pPostStepPoint->SetCharge( currentCharge ); - // Update the G4Step specific attributes - return UpdateStepInfo(pStep); +// Not necessary to check now +//#ifdef G4VERBOSE +// if (debugFlag) CheckIt(*aTrack); +//#endif + + // Update the G4Step specific attributes + pStep->AddTotalEnergyDeposit( theLocalEnergyDeposit ); + return pStep; +} + +G4Step* G4ParticleChangeForLoss::UpdateStepForPostStep(G4Step* pStep) +{ + // A physics process always calculates the final state of the + // particle relative to the initial state at the beginning + // of the Step, i.e., based on information of G4Track (or + // equivalently the PreStepPoint). + // So, the differences (delta) between these two states have to be + // calculated and be accumulated in PostStepPoint. + + G4StepPoint* pPostStepPoint = pStep->GetPostStepPoint(); + + pPostStepPoint->SetKineticEnergy( kinEnergy ); + pPostStepPoint->SetCharge( currentCharge ); + pPostStepPoint->SetMomentumDirection( proposedMomentumDirection ); + +// Not necessary to check now +//#ifdef G4VERBOSE +// if (debugFlag) CheckIt(*aTrack); +//#endif + + // Update the G4Step specific attributes + pStep->AddTotalEnergyDeposit( theLocalEnergyDeposit ); + return pStep; } //---------------------------------------------------------------- -// methods for printing messages +// methods for printing messages // void G4ParticleChangeForLoss::DumpInfo() const @@ -154,8 +169,20 @@ void G4ParticleChangeForLoss::DumpInfo() const G4VParticleChange::DumpInfo(); G4cout.precision(3); - G4cout << " Kinetic Energy (MeV): " - << std::setw(20) << theEnergyChange/MeV + G4cout << " Charge (eplus) : " + << std::setw(20) << currentCharge/eplus + << G4endl; + G4cout << " Kinetic Energy (MeV): " + << std::setw(20) << kinEnergy/MeV + << G4endl; + G4cout << " Momentum Direct - x : " + << std::setw(20) << proposedMomentumDirection.x() + << G4endl; + G4cout << " Momentum Direct - y : " + << std::setw(20) << proposedMomentumDirection.y() + << G4endl; + G4cout << " Momentum Direct - z : " + << std::setw(20) << proposedMomentumDirection.z() << G4endl; } @@ -167,11 +194,11 @@ G4bool G4ParticleChangeForLoss::CheckIt(const G4Track& aTrack) G4double accuracy; // Energy should not be lager than initial value - accuracy = ( theEnergyChange - aTrack.GetKineticEnergy())/MeV; + accuracy = ( kinEnergy - aTrack.GetKineticEnergy())/MeV; if (accuracy > accuracyForWarning) { #ifdef G4VERBOSE - G4cout << " G4ParticleChangeForLoss::CheckIt : "; - G4cout << "the energy becoes larger than the initial value !!" << G4endl; + G4cout << "G4ParticleChangeForLoss::CheckIt: "; + G4cout << "KinEnergy become larger than the initial value!" << G4endl; G4cout << " Difference: " << accuracy << "[MeV] " <2) { @@ -65,9 +65,8 @@ G4ParticleChangeForMSC::G4ParticleChangeForMSC( if (verboseLevel>1) { G4cout << "G4ParticleChangeForMSC:: copy constructor is called " << G4endl; } - theMomentumDirectionChange = right.theMomentumDirectionChange; - thePositionChange = right.thePositionChange; - theTrueStepLength = right.theTrueStepLength; + theMomentumDirection = right.theMomentumDirection; + thePosition = right.thePosition; } // assignment operator @@ -78,86 +77,51 @@ G4ParticleChangeForMSC & G4ParticleChangeForMSC::operator=( G4cout << "G4ParticleChangeForMSC:: assignment operator is called " << G4endl; } if (this != &right) - { + { theListOfSecondaries = right.theListOfSecondaries; theSizeOftheListOfSecondaries = right.theSizeOftheListOfSecondaries; theNumberOfSecondaries = right.theNumberOfSecondaries; theStatusChange = right.theStatusChange; theLocalEnergyDeposit = right.theLocalEnergyDeposit; theSteppingControlFlag = right.theSteppingControlFlag; - - - theMomentumDirectionChange = right.theMomentumDirectionChange; - thePositionChange = right.thePositionChange; theTrueStepLength = right.theTrueStepLength; + + theMomentumDirection = right.theMomentumDirection; + thePosition = right.thePosition; } return *this; } //---------------------------------------------------------------- -// functions for Initialization -// - -void G4ParticleChangeForMSC::Initialize(const G4Track& track) -{ - // use base class's method at first - G4VParticleChange::Initialize(track); - - // set Energy/Momentum etc. equal to those of the parent particle - const G4DynamicParticle* pParticle = track.GetDynamicParticle(); - theMomentumDirectionChange = pParticle->GetMomentumDirection(); - - // set Position equal to those of the parent track - thePositionChange = track.GetPosition(); -} - -//---------------------------------------------------------------- -// methods for updating G4Step +// methods for updating G4Step // G4Step* G4ParticleChangeForMSC::UpdateStepForAlongStep(G4Step* pStep) { - - // Update the G4Step specific attributes - pStep->SetStepLength(theTrueStepLength) ; - + // Update the G4Step specific attributes + pStep->SetStepLength(theTrueStepLength); + theStatusChange = pStep->GetTrack()->GetTrackStatus(); return pStep; } G4Step* G4ParticleChangeForMSC::UpdateStepForPostStep(G4Step* pStep) -{ +{ // A physics process always calculates the final state of the particle + G4StepPoint* pPostStepPoint = pStep->GetPostStepPoint(); - // Take note that the return type of GetMomentumChange is a - // pointer to G4ParticleMometum. Also it is a normalized - // momentum vector. - - G4StepPoint* pPostStepPoint = pStep->GetPostStepPoint(); - G4Track* aTrack = pStep->GetTrack(); - // update momentum direction - pPostStepPoint->SetMomentumDirection(theMomentumDirectionChange); + pPostStepPoint->SetMomentumDirection(theMomentumDirection); - // update position - pPostStepPoint->SetPosition( thePositionChange ); + // update position + pPostStepPoint->SetPosition( thePosition ); -#ifdef G4VERBOSE - if (debugFlag) CheckIt(*aTrack); -#endif - - // Update the G4Step specific attributes - return UpdateStepInfo(pStep); + // Update the G4Step specific attributes + return pStep; } -G4Step* G4ParticleChangeForMSC::UpdateStepForAtRest(G4Step* pStep) -{ - - // Update the G4Step specific attributes - return UpdateStepInfo(pStep); -} //---------------------------------------------------------------- -// methods for printing messages +// methods for printing messages // void G4ParticleChangeForMSC::DumpInfo() const @@ -166,23 +130,23 @@ void G4ParticleChangeForMSC::DumpInfo() const G4VParticleChange::DumpInfo(); G4cout.precision(3); - G4cout << " Position - x (mm) : " - << std::setw(20) << thePositionChange.x()/mm - << G4endl; - G4cout << " Position - y (mm) : " - << std::setw(20) << thePositionChange.y()/mm - << G4endl; - G4cout << " Position - z (mm) : " - << std::setw(20) << thePositionChange.z()/mm + G4cout << " Position - x (mm) : " + << std::setw(20) << thePosition.x()/mm << G4endl; - G4cout << " Momentum Direction - x : " - << std::setw(20) << theMomentumDirectionChange.x() + G4cout << " Position - y (mm) : " + << std::setw(20) << thePosition.y()/mm << G4endl; - G4cout << " Momentum Direction - y : " - << std::setw(20) << theMomentumDirectionChange.y() + G4cout << " Position - z (mm) : " + << std::setw(20) << thePosition.z()/mm << G4endl; - G4cout << " Momentum Direction - z : " - << std::setw(20) << theMomentumDirectionChange.z() + G4cout << " Momentum Direct - x : " + << std::setw(20) << theMomentumDirection.x() + << G4endl; + G4cout << " Momentum Direct - y : " + << std::setw(20) << theMomentumDirection.y() + << G4endl; + G4cout << " Momentum Direct - z : " + << std::setw(20) << theMomentumDirection.z() << G4endl; } @@ -194,10 +158,10 @@ G4bool G4ParticleChangeForMSC::CheckIt(const G4Track& aTrack) G4double accuracy; - // check + // check // MomentumDirection should be unit vector - accuracy = abs(theMomentumDirectionChange.mag2()-1.0); + accuracy = abs(theMomentumDirection.mag2()-1.0); if (accuracy > accuracyForWarning) { #ifdef G4VERBOSE G4cout << " G4ParticleChangeForMSC::CheckIt : "; @@ -210,7 +174,7 @@ G4bool G4ParticleChangeForMSC::CheckIt(const G4Track& aTrack) // dump out information of this particle change #ifdef G4VERBOSE - if (!itsOK) { + if (!itsOK) { G4cout << " G4ParticleChangeForMSC::CheckIt " <0 19 Jan. 2004 V.Ivanchenko // -------------------------------------------------------------- #include "G4ParticleChangeForTransport.hh" @@ -93,17 +94,17 @@ G4ParticleChangeForTransport & G4ParticleChangeForTransport::operator=(const G4P } //---------------------------------------------------------------- -// methods for updating G4Step +// methods for updating G4Step // G4Step* G4ParticleChangeForTransport::UpdateStepForAtRest(G4Step* pStep) -{ +{ // Nothing happens for AtRestDoIt if (verboseLevel>0) { - G4cout << "G4ParticleChangeForTransport::UpdateStepForAtRest() is called" << G4endl; - G4cout << " Nothing happens for this method " << G4endl; + G4cout << "G4ParticleChangeForTransport::UpdateStepForAtRest() is called" << G4endl; + G4cout << " Nothing happens for this method " << G4endl; } - // Update the G4Step specific attributes + // Update the G4Step specific attributes return UpdateStepInfo(pStep); } @@ -120,39 +121,39 @@ G4Step* G4ParticleChangeForTransport::UpdateStepForAlongStep(G4Step* pStep) // A physics process always calculates the final state of the // particle relative to the initial state at the beginning // of the Step, i.e., based on information of G4Track (or - // equivalently the PreStepPoint). + // equivalently the PreStepPoint). // So, the differences (delta) between these two states have to be - // calculated and be accumulated in PostStepPoint. - + // calculated and be accumulated in PostStepPoint. + // Take note that the return type of GetMomentumChange is a - // pointer to G4ThreeVector. Also it is a normalized + // pointer to G4ThreeVector. Also it is a normalized // momentum vector. - G4StepPoint* pPreStepPoint = pStep->GetPreStepPoint(); - G4StepPoint* pPostStepPoint = pStep->GetPostStepPoint(); + G4StepPoint* pPreStepPoint = pStep->GetPreStepPoint(); + G4StepPoint* pPostStepPoint = pStep->GetPostStepPoint(); G4Track* aTrack = pStep->GetTrack(); G4double mass = aTrack->GetDynamicParticle()->GetMass(); - + // uodate kinetic energy // now assume that no energy change in transportation // However it is not true in electric fields // Case for changing energy will be implemented in future - + // update momentum direction and energy if (isMomentumChanged) { G4double energy; - energy= pPostStepPoint->GetKineticEnergy() - + (theEnergyChange - pPreStepPoint->GetKineticEnergy()); + energy= pPostStepPoint->GetKineticEnergy() + + (theEnergyChange - pPreStepPoint->GetKineticEnergy()); // calculate new momentum - G4ThreeVector pMomentum = pPostStepPoint->GetMomentum() + G4ThreeVector pMomentum = pPostStepPoint->GetMomentum() + ( CalcMomentum(theEnergyChange, theMomentumDirectionChange, mass) - pPreStepPoint->GetMomentum()); G4double tMomentum = pMomentum.mag(); - G4ThreeVector direction(1.0,0.0,0.0); + G4ThreeVector direction(1.0,0.0,0.0); if( tMomentum > 0. ){ - G4double inv_Momentum= 1.0 / tMomentum; + G4double inv_Momentum= 1.0 / tMomentum; direction= pMomentum * inv_Momentum; } pPostStepPoint->SetMomentumDirection(direction); @@ -166,22 +167,22 @@ G4Step* G4ParticleChangeForTransport::UpdateStepForAlongStep(G4Step* pStep) // update polarization pPostStepPoint->AddPolarization( thePolarizationChange - pPreStepPoint->GetPolarization()); - + // update position and time - pPostStepPoint->AddPosition( thePositionChange + pPostStepPoint->AddPosition( thePositionChange - pPreStepPoint->GetPosition() ); pPostStepPoint->AddGlobalTime( theTimeChange - pPreStepPoint->GetGlobalTime()); - pPostStepPoint->AddLocalTime( theTimeChange - - pPreStepPoint->GetGlobalTime()); - pPostStepPoint->AddProperTime( theProperTimeChange + pPostStepPoint->AddLocalTime( theTimeChange + - pPreStepPoint->GetGlobalTime()); + pPostStepPoint->AddProperTime( theProperTimeChange - pPreStepPoint->GetProperTime()); #ifdef G4VERBOSE if (debugFlag) CheckIt(*aTrack); #endif - // Update the G4Step specific attributes + // Update the G4Step specific attributes //pStep->SetStepLength( theTrueStepLength ); // pStep->AddTotalEnergyDeposit( theLocalEnergyDeposit ); pStep->SetControlFlag( theSteppingControlFlag ); @@ -190,31 +191,33 @@ G4Step* G4ParticleChangeForTransport::UpdateStepForAlongStep(G4Step* pStep) } G4Step* G4ParticleChangeForTransport::UpdateStepForPostStep(G4Step* pStep) -{ +{ // A physics process always calculates the final state of the particle - G4StepPoint* pPostStepPoint = pStep->GetPostStepPoint(); + // Change volume if any kinetic energy remanes + G4StepPoint* pPostStepPoint = pStep->GetPostStepPoint(); + if(pPostStepPoint->GetKineticEnergy() > 0.0) { - // update next touchable - // (touchable can be changed only at PostStepDoIt) - pPostStepPoint->SetTouchableHandle( theTouchableHandle ); + // update next touchable + // (touchable can be changed only at PostStepDoIt) + pPostStepPoint->SetTouchableHandle( theTouchableHandle ); - pPostStepPoint->SetMaterial( theMaterialChange ); - pPostStepPoint->SetMaterialCutsCouple( theMaterialCutsCoupleChange ); - - // It used to call base class's method + pPostStepPoint->SetMaterial( theMaterialChange ); + pPostStepPoint->SetMaterialCutsCouple( theMaterialCutsCoupleChange ); + } + // It used to call base class's method // - but this would copy uninitialised data members // return G4ParticleChange::UpdateStepForPostStep(pStep); - // Copying what the base class does would instead + // Copying what the base class does would instead // - also not useful // return G4VParticleChange::UpdateStepInfo(pStep); - return pStep; + return pStep; } //---------------------------------------------------------------- -// methods for printing messages +// methods for printing messages // void G4ParticleChangeForTransport::DumpInfo() const diff --git a/source/track/src/G4Step.cc b/source/track/src/G4Step.cc index fe417e0923..98b183fb0e 100644 --- a/source/track/src/G4Step.cc +++ b/source/track/src/G4Step.cc @@ -22,7 +22,7 @@ // // // $Id: G4Step.cc,v 1.5 2001/07/11 10:08:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/src/G4StepPoint.cc b/source/track/src/G4StepPoint.cc index eba2c686cd..67f6c1d7e4 100644 --- a/source/track/src/G4StepPoint.cc +++ b/source/track/src/G4StepPoint.cc @@ -22,7 +22,7 @@ // // // $Id: G4StepPoint.cc,v 1.9 2002/12/16 11:59:12 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/src/G4Track.cc b/source/track/src/G4Track.cc index cf0f958897..e822abd608 100644 --- a/source/track/src/G4Track.cc +++ b/source/track/src/G4Track.cc @@ -22,7 +22,7 @@ // // // $Id: G4Track.cc,v 1.19 2003/05/20 22:24:41 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/track/src/G4VParticleChange.cc b/source/track/src/G4VParticleChange.cc index 4f2a0c90c6..892cb2c22b 100644 --- a/source/track/src/G4VParticleChange.cc +++ b/source/track/src/G4VParticleChange.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4VParticleChange.cc,v 1.15 2003/06/19 14:45:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VParticleChange.cc,v 1.16 2003/12/12 13:12:14 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // -------------------------------------------------------------- @@ -325,12 +325,12 @@ G4bool G4VParticleChange::CheckSecondary(G4Track& aTrack) } -const G4double G4VParticleChange::GetAccuracyForWarning() const +G4double G4VParticleChange::GetAccuracyForWarning() const { return accuracyForWarning; } -const G4double G4VParticleChange::GetAccuracyForException() const +G4double G4VParticleChange::GetAccuracyForException() const { return accuracyForException; } diff --git a/source/tracking/History b/source/tracking/History index d0fa75bb62..5296e9df78 100644 --- a/source/tracking/History +++ b/source/tracking/History @@ -1,4 +1,4 @@ -$Id: History,v 1.70 2003/12/09 08:40:16 asaim Exp $ +$Id: History,v 1.72 2004/03/19 19:14:21 asaim Exp $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,14 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +Mar.19, 2004 M.Asai (tracking-V06-00-01) +- G4SteppingManager2.cc has been restored back to the version in + geant4-06-00. The tag tracking-V06-00-00 was meant to be internal + but eventually it was included in the reference tag. + +Jan.20, 2004 M.Asai (tracking-V06-00-00) +- Remove obsolete operation for UserLimits in G4SteppingManager2.cc. + Dec.09, 2003 M.Asai (tracking-V05-02-05) - G4SteppingManager.hh : Fix problem in SetUserAction(). diff --git a/source/tracking/include/G4SmoothTrajectory.hh b/source/tracking/include/G4SmoothTrajectory.hh index 4e17e68259..61a70ccf80 100644 --- a/source/tracking/include/G4SmoothTrajectory.hh +++ b/source/tracking/include/G4SmoothTrajectory.hh @@ -22,7 +22,7 @@ // // // $Id: G4SmoothTrajectory.hh,v 1.5 2003/06/16 17:13:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/include/G4SmoothTrajectoryPoint.hh b/source/tracking/include/G4SmoothTrajectoryPoint.hh index eaed3c11d9..0b8da7463a 100644 --- a/source/tracking/include/G4SmoothTrajectoryPoint.hh +++ b/source/tracking/include/G4SmoothTrajectoryPoint.hh @@ -22,7 +22,7 @@ // // // $Id: G4SmoothTrajectoryPoint.hh,v 1.7 2003/06/16 17:13:08 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/include/G4SteppingManager.hh b/source/tracking/include/G4SteppingManager.hh index 35d60e7fdf..f7dee2af84 100644 --- a/source/tracking/include/G4SteppingManager.hh +++ b/source/tracking/include/G4SteppingManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4SteppingManager.hh,v 1.25 2003/12/09 08:40:17 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // //--------------------------------------------------------------- // diff --git a/source/tracking/include/G4SteppingVerbose.hh b/source/tracking/include/G4SteppingVerbose.hh index 34b2a1105c..22f50e2e82 100644 --- a/source/tracking/include/G4SteppingVerbose.hh +++ b/source/tracking/include/G4SteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: G4SteppingVerbose.hh,v 1.9 2001/07/11 10:08:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/include/G4TrackVector.hh b/source/tracking/include/G4TrackVector.hh index b67025313b..17e58f5ac1 100644 --- a/source/tracking/include/G4TrackVector.hh +++ b/source/tracking/include/G4TrackVector.hh @@ -22,7 +22,7 @@ // // // $Id: G4TrackVector.hh,v 1.9 2003/06/16 17:13:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/include/G4TrackingManager.hh b/source/tracking/include/G4TrackingManager.hh index eaf1ba6045..ddb5680945 100644 --- a/source/tracking/include/G4TrackingManager.hh +++ b/source/tracking/include/G4TrackingManager.hh @@ -22,7 +22,7 @@ // // // $Id: G4TrackingManager.hh,v 1.14 2002/08/13 18:14:42 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/include/G4TrackingMessenger.hh b/source/tracking/include/G4TrackingMessenger.hh index a1bacd0fec..421a8433a0 100644 --- a/source/tracking/include/G4TrackingMessenger.hh +++ b/source/tracking/include/G4TrackingMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4TrackingMessenger.hh,v 1.7 2001/07/11 10:08:41 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/include/G4Trajectory.hh b/source/tracking/include/G4Trajectory.hh index 10cffb4947..25827b17b4 100644 --- a/source/tracking/include/G4Trajectory.hh +++ b/source/tracking/include/G4Trajectory.hh @@ -22,7 +22,7 @@ // // // $Id: G4Trajectory.hh,v 1.18 2003/06/16 17:13:11 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/include/G4TrajectoryPoint.hh b/source/tracking/include/G4TrajectoryPoint.hh index fef32bba95..5dabfcb383 100644 --- a/source/tracking/include/G4TrajectoryPoint.hh +++ b/source/tracking/include/G4TrajectoryPoint.hh @@ -22,7 +22,7 @@ // // // $Id: G4TrajectoryPoint.hh,v 1.11 2003/06/16 17:13:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/include/G4UserSteppingAction.hh b/source/tracking/include/G4UserSteppingAction.hh index 68e00438f4..e0e8d9f845 100644 --- a/source/tracking/include/G4UserSteppingAction.hh +++ b/source/tracking/include/G4UserSteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4UserSteppingAction.hh,v 1.8 2003/05/21 20:41:21 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/include/G4UserTrackingAction.hh b/source/tracking/include/G4UserTrackingAction.hh index 399aa10162..ae41f0a22f 100644 --- a/source/tracking/include/G4UserTrackingAction.hh +++ b/source/tracking/include/G4UserTrackingAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4UserTrackingAction.hh,v 1.9 2003/05/21 20:41:21 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/include/G4VSteppingVerbose.hh b/source/tracking/include/G4VSteppingVerbose.hh index a2df9f0e81..0aec18bf96 100644 --- a/source/tracking/include/G4VSteppingVerbose.hh +++ b/source/tracking/include/G4VSteppingVerbose.hh @@ -22,7 +22,7 @@ // // // $Id: G4VSteppingVerbose.hh,v 1.15 2003/06/16 17:13:13 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/include/G4VTrajectory.hh b/source/tracking/include/G4VTrajectory.hh index fcbc8b33bd..c330658a45 100644 --- a/source/tracking/include/G4VTrajectory.hh +++ b/source/tracking/include/G4VTrajectory.hh @@ -22,7 +22,7 @@ // // // $Id: G4VTrajectory.hh,v 1.12 2003/06/16 17:13:15 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/include/G4VTrajectoryPoint.hh b/source/tracking/include/G4VTrajectoryPoint.hh index 5514f7f81c..acdb0f4f9c 100644 --- a/source/tracking/include/G4VTrajectoryPoint.hh +++ b/source/tracking/include/G4VTrajectoryPoint.hh @@ -22,7 +22,7 @@ // // // $Id: G4VTrajectoryPoint.hh,v 1.10 2003/06/16 17:13:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/src/G4SmoothTrajectory.cc b/source/tracking/src/G4SmoothTrajectory.cc index 0f58095795..13248b3047 100644 --- a/source/tracking/src/G4SmoothTrajectory.cc +++ b/source/tracking/src/G4SmoothTrajectory.cc @@ -22,7 +22,7 @@ // // // $Id: G4SmoothTrajectory.cc,v 1.10 2003/06/16 17:13:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/tracking/src/G4SmoothTrajectoryPoint.cc b/source/tracking/src/G4SmoothTrajectoryPoint.cc index 86288f27e4..d0c1e20d8f 100644 --- a/source/tracking/src/G4SmoothTrajectoryPoint.cc +++ b/source/tracking/src/G4SmoothTrajectoryPoint.cc @@ -22,7 +22,7 @@ // // // $Id: G4SmoothTrajectoryPoint.cc,v 1.10 2003/06/16 17:13:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/tracking/src/G4SteppingManager.cc b/source/tracking/src/G4SteppingManager.cc index e419333964..316c82cbf9 100644 --- a/source/tracking/src/G4SteppingManager.cc +++ b/source/tracking/src/G4SteppingManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4SteppingManager.cc,v 1.32 2003/11/10 08:52:33 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/src/G4SteppingManager2.cc b/source/tracking/src/G4SteppingManager2.cc index beac5f889d..1fddbe1d99 100644 --- a/source/tracking/src/G4SteppingManager2.cc +++ b/source/tracking/src/G4SteppingManager2.cc @@ -22,7 +22,7 @@ // // // $Id: G4SteppingManager2.cc,v 1.13 2003/09/19 10:17:30 vnivanch Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/src/G4SteppingVerbose.cc b/source/tracking/src/G4SteppingVerbose.cc index c412abe3b0..7ba3791340 100644 --- a/source/tracking/src/G4SteppingVerbose.cc +++ b/source/tracking/src/G4SteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: G4SteppingVerbose.cc,v 1.14 2003/06/16 17:13:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/src/G4TrackingManager.cc b/source/tracking/src/G4TrackingManager.cc index 51bd2d9c6d..603412b199 100644 --- a/source/tracking/src/G4TrackingManager.cc +++ b/source/tracking/src/G4TrackingManager.cc @@ -22,7 +22,7 @@ // // // $Id: G4TrackingManager.cc,v 1.15 2003/11/18 18:39:39 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/src/G4TrackingMessenger.cc b/source/tracking/src/G4TrackingMessenger.cc index 71f1ee8bdd..b12b7b89df 100644 --- a/source/tracking/src/G4TrackingMessenger.cc +++ b/source/tracking/src/G4TrackingMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4TrackingMessenger.cc,v 1.9 2003/06/16 17:13:23 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/src/G4Trajectory.cc b/source/tracking/src/G4Trajectory.cc index c9f0180a57..a7789e84af 100644 --- a/source/tracking/src/G4Trajectory.cc +++ b/source/tracking/src/G4Trajectory.cc @@ -22,7 +22,7 @@ // // // $Id: G4Trajectory.cc,v 1.22 2003/06/16 17:13:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/tracking/src/G4TrajectoryPoint.cc b/source/tracking/src/G4TrajectoryPoint.cc index 7aaf20cce2..67490a0751 100644 --- a/source/tracking/src/G4TrajectoryPoint.cc +++ b/source/tracking/src/G4TrajectoryPoint.cc @@ -22,7 +22,7 @@ // // // $Id: G4TrajectoryPoint.cc,v 1.12 2003/06/16 17:13:25 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/tracking/src/G4UserSteppingAction.cc b/source/tracking/src/G4UserSteppingAction.cc index f171128876..bd0e1a3e46 100644 --- a/source/tracking/src/G4UserSteppingAction.cc +++ b/source/tracking/src/G4UserSteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: G4UserSteppingAction.cc,v 1.6 2001/07/11 10:08:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/tracking/src/G4UserTrackingAction.cc b/source/tracking/src/G4UserTrackingAction.cc index 49c5e31c18..312fa2ca7b 100644 --- a/source/tracking/src/G4UserTrackingAction.cc +++ b/source/tracking/src/G4UserTrackingAction.cc @@ -22,7 +22,7 @@ // // // $Id: G4UserTrackingAction.cc,v 1.6 2001/07/11 10:08:43 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/tracking/src/G4VSteppingVerbose.cc b/source/tracking/src/G4VSteppingVerbose.cc index 37baa295d4..4f226439ac 100644 --- a/source/tracking/src/G4VSteppingVerbose.cc +++ b/source/tracking/src/G4VSteppingVerbose.cc @@ -22,7 +22,7 @@ // // // $Id: G4VSteppingVerbose.cc,v 1.9 2002/12/04 23:00:51 tsasaki Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //--------------------------------------------------------------- diff --git a/source/tracking/src/G4VTrajectory.cc b/source/tracking/src/G4VTrajectory.cc index 8991c0cce2..0be6466305 100644 --- a/source/tracking/src/G4VTrajectory.cc +++ b/source/tracking/src/G4VTrajectory.cc @@ -22,7 +22,7 @@ // // // $Id: G4VTrajectory.cc,v 1.4 2003/06/16 17:13:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // --------------------------------------------------------------- diff --git a/source/visualization/FukuiRenderer/include/G4DAWNFILE.hh b/source/visualization/FukuiRenderer/include/G4DAWNFILE.hh index 3e249ef652..58d8571f9c 100644 --- a/source/visualization/FukuiRenderer/include/G4DAWNFILE.hh +++ b/source/visualization/FukuiRenderer/include/G4DAWNFILE.hh @@ -22,7 +22,7 @@ // // // $Id: G4DAWNFILE.hh,v 1.8 2001/07/27 22:32:55 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Satoshi TANAKA // DAWNFILE driver factory. diff --git a/source/visualization/FukuiRenderer/include/G4DAWNFILESceneHandler.hh b/source/visualization/FukuiRenderer/include/G4DAWNFILESceneHandler.hh index f64f813ddf..01ba046331 100644 --- a/source/visualization/FukuiRenderer/include/G4DAWNFILESceneHandler.hh +++ b/source/visualization/FukuiRenderer/include/G4DAWNFILESceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4DAWNFILESceneHandler.hh,v 1.12 2002/12/11 15:58:02 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Satoshi TANAKA diff --git a/source/visualization/FukuiRenderer/include/G4DAWNFILEViewer.hh b/source/visualization/FukuiRenderer/include/G4DAWNFILEViewer.hh index e52eaa5764..cff47ddc4a 100644 --- a/source/visualization/FukuiRenderer/include/G4DAWNFILEViewer.hh +++ b/source/visualization/FukuiRenderer/include/G4DAWNFILEViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4DAWNFILEViewer.hh,v 1.9 2003/06/16 17:13:27 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Satoshi TANAKA // DAWNFILE viewer - opens window, hard copy, etc. diff --git a/source/visualization/FukuiRenderer/include/G4FRClientServer.hh b/source/visualization/FukuiRenderer/include/G4FRClientServer.hh index ddcfd95237..c9ca6cbbb8 100644 --- a/source/visualization/FukuiRenderer/include/G4FRClientServer.hh +++ b/source/visualization/FukuiRenderer/include/G4FRClientServer.hh @@ -22,7 +22,7 @@ // // // $Id: G4FRClientServer.hh,v 1.6 2001/07/11 10:08:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Satoshi TANAKA, Wed Jul 3 14:13:52 JST 1996 //////////////////////////////// diff --git a/source/visualization/FukuiRenderer/include/G4FRConst.hh b/source/visualization/FukuiRenderer/include/G4FRConst.hh index ad18a2f11b..1bfd952324 100644 --- a/source/visualization/FukuiRenderer/include/G4FRConst.hh +++ b/source/visualization/FukuiRenderer/include/G4FRConst.hh @@ -22,7 +22,7 @@ // // // $Id: G4FRConst.hh,v 1.6 2001/07/11 10:08:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Satoshi TANAKA, Tue Jul 2 15:30:49 JST 1996 /////////////////////////////////// diff --git a/source/visualization/FukuiRenderer/include/G4FRFeatures.hh b/source/visualization/FukuiRenderer/include/G4FRFeatures.hh index e950714add..a68a9d9ab3 100644 --- a/source/visualization/FukuiRenderer/include/G4FRFeatures.hh +++ b/source/visualization/FukuiRenderer/include/G4FRFeatures.hh @@ -22,7 +22,7 @@ // // // $Id: G4FRFeatures.hh,v 1.5 2001/07/11 10:08:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #if !defined G4_FR_FEATURES_HH #define G4_FR_FEATURES_HH diff --git a/source/visualization/FukuiRenderer/include/G4FRSceneFunc.icc b/source/visualization/FukuiRenderer/include/G4FRSceneFunc.icc index fe08f11ae7..bf16174d3a 100644 --- a/source/visualization/FukuiRenderer/include/G4FRSceneFunc.icc +++ b/source/visualization/FukuiRenderer/include/G4FRSceneFunc.icc @@ -22,7 +22,7 @@ // // // $Id: G4FRSceneFunc.icc,v 1.3 2003/05/30 13:01:19 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // diff --git a/source/visualization/FukuiRenderer/include/G4FRofstream.hh b/source/visualization/FukuiRenderer/include/G4FRofstream.hh index 595a8f1f48..e59428db08 100644 --- a/source/visualization/FukuiRenderer/include/G4FRofstream.hh +++ b/source/visualization/FukuiRenderer/include/G4FRofstream.hh @@ -22,7 +22,7 @@ // // // $Id: G4FRofstream.hh,v 1.6 2003/06/16 17:13:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include diff --git a/source/visualization/FukuiRenderer/include/G4FukuiRenderer.hh b/source/visualization/FukuiRenderer/include/G4FukuiRenderer.hh index 3762e6a9df..3e5f5d800f 100644 --- a/source/visualization/FukuiRenderer/include/G4FukuiRenderer.hh +++ b/source/visualization/FukuiRenderer/include/G4FukuiRenderer.hh @@ -22,7 +22,7 @@ // // // $Id: G4FukuiRenderer.hh,v 1.7 2001/07/11 10:08:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Satoshi TANAKA diff --git a/source/visualization/FukuiRenderer/include/G4FukuiRendererSceneHandler.hh b/source/visualization/FukuiRenderer/include/G4FukuiRendererSceneHandler.hh index 4f4de0c51d..9f8b41189c 100644 --- a/source/visualization/FukuiRenderer/include/G4FukuiRendererSceneHandler.hh +++ b/source/visualization/FukuiRenderer/include/G4FukuiRendererSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4FukuiRendererSceneHandler.hh,v 1.11 2002/12/11 15:58:02 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Satoshi TANAKA, Fri Jun 28 11:19:19 JST 1996 diff --git a/source/visualization/FukuiRenderer/include/G4FukuiRendererViewer.hh b/source/visualization/FukuiRenderer/include/G4FukuiRendererViewer.hh index 3c365a51be..10693160b5 100644 --- a/source/visualization/FukuiRenderer/include/G4FukuiRendererViewer.hh +++ b/source/visualization/FukuiRenderer/include/G4FukuiRendererViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4FukuiRendererViewer.hh,v 1.7 2001/07/11 10:08:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Satoshi TANAKA, Fri Jun 28 12:10:14 JST 1996 diff --git a/source/visualization/FukuiRenderer/src/G4DAWNFILE.cc b/source/visualization/FukuiRenderer/src/G4DAWNFILE.cc index 08c2a45fcc..b3ce7c0645 100644 --- a/source/visualization/FukuiRenderer/src/G4DAWNFILE.cc +++ b/source/visualization/FukuiRenderer/src/G4DAWNFILE.cc @@ -22,7 +22,7 @@ // // // $Id: G4DAWNFILE.cc,v 1.9 2001/07/27 22:32:59 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Satoshi TANAKA // DAWNFILE factory. diff --git a/source/visualization/FukuiRenderer/src/G4DAWNFILESceneHandler.cc b/source/visualization/FukuiRenderer/src/G4DAWNFILESceneHandler.cc index 90cc737559..ad520040a2 100644 --- a/source/visualization/FukuiRenderer/src/G4DAWNFILESceneHandler.cc +++ b/source/visualization/FukuiRenderer/src/G4DAWNFILESceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4DAWNFILESceneHandler.cc,v 1.13 2003/06/16 17:13:29 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Satoshi TANAKA // DAWNFILE scene. diff --git a/source/visualization/FukuiRenderer/src/G4DAWNFILEViewer.cc b/source/visualization/FukuiRenderer/src/G4DAWNFILEViewer.cc index e21e648249..91b334fa59 100644 --- a/source/visualization/FukuiRenderer/src/G4DAWNFILEViewer.cc +++ b/source/visualization/FukuiRenderer/src/G4DAWNFILEViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4DAWNFILEViewer.cc,v 1.14 2003/06/16 17:13:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Satoshi TANAKA // DAWNFILE view - opens window, hard copy, etc. diff --git a/source/visualization/FukuiRenderer/src/G4FRClientServer.cc b/source/visualization/FukuiRenderer/src/G4FRClientServer.cc index 09d8fc1ded..c79016c9ce 100644 --- a/source/visualization/FukuiRenderer/src/G4FRClientServer.cc +++ b/source/visualization/FukuiRenderer/src/G4FRClientServer.cc @@ -22,7 +22,7 @@ // // // $Id: G4FRClientServer.cc,v 1.5 2001/07/11 10:08:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Satoshi TANAKA, Wed Jul 3 14:14:29 JST 1996 //////////////////////////////// diff --git a/source/visualization/FukuiRenderer/src/G4FukuiRenderer.cc b/source/visualization/FukuiRenderer/src/G4FukuiRenderer.cc index 3cfbff20a1..8174c25104 100644 --- a/source/visualization/FukuiRenderer/src/G4FukuiRenderer.cc +++ b/source/visualization/FukuiRenderer/src/G4FukuiRenderer.cc @@ -22,7 +22,7 @@ // // // $Id: G4FukuiRenderer.cc,v 1.7 2001/07/11 10:08:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Satoshi TANAKA diff --git a/source/visualization/FukuiRenderer/src/G4FukuiRendererSceneHandler.cc b/source/visualization/FukuiRenderer/src/G4FukuiRendererSceneHandler.cc index c58a36f5ab..8ac5a0a464 100644 --- a/source/visualization/FukuiRenderer/src/G4FukuiRendererSceneHandler.cc +++ b/source/visualization/FukuiRenderer/src/G4FukuiRendererSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4FukuiRendererSceneHandler.cc,v 1.10 2003/06/16 17:13:31 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Satoshi TANAKA, Fri Jun 28 11:34:24 JST 1996 diff --git a/source/visualization/FukuiRenderer/src/G4FukuiRendererViewer.cc b/source/visualization/FukuiRenderer/src/G4FukuiRendererViewer.cc index 91d1e2749d..5acc243263 100644 --- a/source/visualization/FukuiRenderer/src/G4FukuiRendererViewer.cc +++ b/source/visualization/FukuiRenderer/src/G4FukuiRendererViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4FukuiRendererViewer.cc,v 1.7 2001/07/11 10:08:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Satoshi TANAKA, Fri Jun 28 12:09:11 JST 1996 diff --git a/source/visualization/HepRep/History b/source/visualization/HepRep/History index 00979a708a..576294b019 100644 --- a/source/visualization/HepRep/History +++ b/source/visualization/HepRep/History @@ -1,4 +1,4 @@ -.$Id: History,v 1.55 2003/12/05 23:53:19 perl Exp $ +.$Id: History,v 1.67 2004/03/15 08:05:37 perl Exp $ ------------------------------------------------------------------- ========================================================= @@ -19,6 +19,40 @@ committal in the CVS repository ! History file for visualization/HepRep sub-category -------------------------------------------------- +14 March 2004 Joseph Perl (vis-HepRep-V06-00-06) +- HepRepFile handle duplicate ShowView. +- HepRepFile improve layering and hierarchy for hits. + +1 March 2004 Mark Donszelmann (vis-HepRep-V06-00-05) +- Fixed compilation warnings for the Linux-icc (8.0) compiler. + +18 February 2004 Mark Donszelmann +- Removed appendzip.cc file, since it is strictly not necessary. + +12 Febryary 2004 Mark Donszelmann +- GEANT-42: Renamed the HepRep schema locator to + http://java.freehep.org/schemas/heprep/2.0 + +5 February 2004 Mark Donszelmann (vis-HepRep-V06-00-04) +- Fixed compilation problems for the Linux-icc (7.0) compiler. + +3 February 2004 Mark Donszelmann (vis-HepRep-V06-00-03) +- Further fix to GEANT-40, renamed zutil.h, zlib.h and zconf.h + into HepRep-zutil.h, ... to avoid conflicts with those files + on Unix systems if /usr/include or /usr/local/include is + on the include search path. + +28 January 2004 Mark Donszelmann (vis-HepRep-V06-00-01) +- Attempted to fix GEANT-40. For some unclear reason the symbols zcalloc and zcfree + of the zlib library were being called as C++ mangled names. + To get rid of the situation of a mix of C++ and C names, we took + out the 'extern "C"' declarations from our zlib.h and zutil.h. + All names are C++ mangled now. + +11 December 2003 Mark Donszelmann +- Removed the HepRep2 driver from FreeHEP, so the HepRep2 sources now live + in this directory. Modified the copyfreehep scripts, and the READMEs. + Re-added the cvs expand keywords to show revision and tagname. 05 December 2003 Joseph Perl (vis-HepRep-V05-02-09) - Fix bug with CalHits by moving faces to separate HepRepType diff --git a/source/visualization/HepRep/copyfreehep b/source/visualization/HepRep/copyfreehep index 0564be9c55..335189a55d 100644 --- a/source/visualization/HepRep/copyfreehep +++ b/source/visualization/HepRep/copyfreehep @@ -1,33 +1,31 @@ export HEPREP=$FREEHEP/hep/graphics/heprep cp $FREEHEP/org/freehep/jni/FreeHepTypes.h include/ref -cp $FREEHEP/org/freehep/zip/zipios++/*.h include/zipios++ -cp $FREEHEP/org/freehep/zip/*.h include/zipios++ -cp $FREEHEP/org/freehep/zip/*.cpp src -mv src/appendzip.cpp src/appendzip.cc -mv src/basicentry.cpp src/basicentry.cc -mv src/collcoll.cpp src/collcoll.cc -mv src/deflateoutputstreambuf.cpp src/deflateoutputstreambuf.cc -mv src/fcoll.cpp src/fcoll.cc -mv src/fcollexceptions.cpp src/fcollexceptions.cc -mv src/fileentry.cpp src/fileentry.cc -mv src/filepath.cpp src/filepath.cc -mv src/filterinputstreambuf.cpp src/filterinputstreambuf.cc -mv src/filteroutputstreambuf.cpp src/filteroutputstreambuf.cc -mv src/inflateinputstreambuf.cpp src/inflateinputstreambuf.cc -mv src/zipfile.cpp src/zipfile.cc -mv src/ziphead.cpp src/ziphead.cc -mv src/zipheadio.cpp src/zipheadio.cc -mv src/zipinputstream.cpp src/zipinputstream.cc -mv src/zipinputstreambuf.cpp src/zipinputstreambuf.cc -mv src/zipoutputstream.cpp src/zipoutputstream.cc -mv src/zipoutputstreambuf.cpp src/zipoutputstreambuf.cc -cp $HEPREP/geant4/include/*.hh include +#cp $FREEHEP/org/freehep/zip/zipios++/*.h include/zipios++ +#cp $FREEHEP/org/freehep/zip/*.h include/zipios++ +#cp $FREEHEP/org/freehep/zip/*.cpp src +#rm src/appendzip.cpp +#mv src/basicentry.cpp src/basicentry.cc +#mv src/collcoll.cpp src/collcoll.cc +#mv src/deflateoutputstreambuf.cpp src/deflateoutputstreambuf.cc +#mv src/fcoll.cpp src/fcoll.cc +#mv src/fcollexceptions.cpp src/fcollexceptions.cc +#mv src/fileentry.cpp src/fileentry.cc +#mv src/filepath.cpp src/filepath.cc +#mv src/filterinputstreambuf.cpp src/filterinputstreambuf.cc +#mv src/filteroutputstreambuf.cpp src/filteroutputstreambuf.cc +#mv src/inflateinputstreambuf.cpp src/inflateinputstreambuf.cc +#mv src/zipfile.cpp src/zipfile.cc +#mv src/ziphead.cpp src/ziphead.cc +#mv src/zipheadio.cpp src/zipheadio.cc +#mv src/zipinputstream.cpp src/zipinputstream.cc +#mv src/zipinputstreambuf.cpp src/zipinputstreambuf.cc +#mv src/zipoutputstream.cpp src/zipoutputstream.cc +#mv src/zipoutputstreambuf.cpp src/zipoutputstreambuf.cc cp $HEPREP/c++/include/*.h include/ref cp $HEPREP/include/HEPREP/*.h include/HEPREP -cp $HEPREP/geant4/*.cc src cp $HEPREP/c++/*.cc src rm src/MultiWriteTest.cc rm src/HepRepTest.cc rm src/HepRepExample.cc -rm src/test_zipoutputstream.cpp -rm src/test_gzipoutputstream.cpp +#rm src/test_zipoutputstream.cpp +#rm src/test_gzipoutputstream.cpp diff --git a/source/visualization/HepRep/copyfreehep.bat b/source/visualization/HepRep/copyfreehep.bat index 916a26cb56..32343f081b 100755 --- a/source/visualization/HepRep/copyfreehep.bat +++ b/source/visualization/HepRep/copyfreehep.bat @@ -1,15 +1,14 @@ set HEPREP=%FREEHEP%\hep\graphics\heprep copy "%FREEHEP%\org\freehep\jni\FreeHepTypes.h" "include\ref" -copy "%FREEHEP%\org\freehep\zip\zipios++\*.h" "include\zipios++" -copy "%FREEHEP%\org\freehep\zip\*.h" "include\zipios++" -copy "%FREEHEP%\org\freehep\zip\*.cpp" "src\*.cc" -copy "%HEPREP%\geant4\include\*.hh" "include" +REM copy "%FREEHEP%\org\freehep\zip\zipios++\*.h" "include\zipios++" +REM copy "%FREEHEP%\org\freehep\zip\*.h" "include\zipios++" +REM copy "%FREEHEP%\org\freehep\zip\*.cpp" "src\*.cc" copy "%HEPREP%\c++\include\*.h" "include\ref" copy "%HEPREP%\include\HEPREP\*.h" "include\HEPREP" -copy "%HEPREP%\geant4\*.cc" "src" copy "%HEPREP%\c++\*.cc" "src" +REM del src\appendzip.cc del src\MultiWriteTest.cc del src\HepRepTest.cc del src\HepRepExample.cc -del src\test_zipoutputstream.cc -del src\test_gzipoutputstream.cc +REM del src\test_zipoutputstream.cc +REM del src\test_gzipoutputstream.cc diff --git a/source/visualization/HepRep/include/G4HepRep.hh b/source/visualization/HepRep/include/G4HepRep.hh index efcc5ffe30..3616230ca3 100644 --- a/source/visualization/HepRep/include/G4HepRep.hh +++ b/source/visualization/HepRep/include/G4HepRep.hh @@ -20,6 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // +// $Id: G4HepRep.hh,v 1.16 2003/12/11 21:55:54 duns Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // /** diff --git a/source/visualization/HepRep/include/G4HepRepFile.hh b/source/visualization/HepRep/include/G4HepRepFile.hh index 0751fdd3f3..5eb8722632 100644 --- a/source/visualization/HepRep/include/G4HepRepFile.hh +++ b/source/visualization/HepRep/include/G4HepRepFile.hh @@ -22,7 +22,7 @@ // // // $Id: G4HepRepFile.hh,v 1.7 2003/07/12 19:48:15 duns Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/HepRep/include/G4HepRepFileSceneHandler.hh b/source/visualization/HepRep/include/G4HepRepFileSceneHandler.hh index 8f5b6bfefb..912fe78114 100644 --- a/source/visualization/HepRep/include/G4HepRepFileSceneHandler.hh +++ b/source/visualization/HepRep/include/G4HepRepFileSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4HepRepFileSceneHandler.hh,v 1.14 2003/11/13 01:11:41 perl Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Joseph Perl 27th January 2002 diff --git a/source/visualization/HepRep/include/G4HepRepFileViewer.hh b/source/visualization/HepRep/include/G4HepRepFileViewer.hh index f2ffbd9c56..6de1a802a2 100644 --- a/source/visualization/HepRep/include/G4HepRepFileViewer.hh +++ b/source/visualization/HepRep/include/G4HepRepFileViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4HepRepFileViewer.hh,v 1.8 2003/07/12 19:48:15 duns Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/HepRep/include/G4HepRepMessenger.hh b/source/visualization/HepRep/include/G4HepRepMessenger.hh index 2011decee7..b914ba0c6e 100644 --- a/source/visualization/HepRep/include/G4HepRepMessenger.hh +++ b/source/visualization/HepRep/include/G4HepRepMessenger.hh @@ -20,6 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // +// $Id: G4HepRepMessenger.hh,v 1.3 2003/12/11 21:55:54 duns Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // #ifndef G4HepRepMessenger_HH diff --git a/source/visualization/HepRep/include/G4HepRepSceneHandler.hh b/source/visualization/HepRep/include/G4HepRepSceneHandler.hh index 8e6d97cb50..ce3b238194 100644 --- a/source/visualization/HepRep/include/G4HepRepSceneHandler.hh +++ b/source/visualization/HepRep/include/G4HepRepSceneHandler.hh @@ -20,6 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // +// $Id: G4HepRepSceneHandler.hh,v 1.30 2003/12/11 21:55:55 duns Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // /** diff --git a/source/visualization/HepRep/include/G4HepRepViewer.hh b/source/visualization/HepRep/include/G4HepRepViewer.hh index b99135cc21..32e0cce7bd 100644 --- a/source/visualization/HepRep/include/G4HepRepViewer.hh +++ b/source/visualization/HepRep/include/G4HepRepViewer.hh @@ -20,6 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // +// $Id: G4HepRepViewer.hh,v 1.16 2003/12/11 21:55:55 duns Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // /** diff --git a/source/visualization/HepRep/include/HEPREP/HasHepRep.h b/source/visualization/HepRep/include/HEPREP/HasHepRep.h index 9ce3fc6814..702c88e848 100644 --- a/source/visualization/HepRep/include/HEPREP/HasHepRep.h +++ b/source/visualization/HepRep/include/HEPREP/HasHepRep.h @@ -28,7 +28,7 @@ public: * Returns the associated HepRep to this object. * */ - virtual HepRep getHepRep() = 0; + virtual HepRep & getHepRep() = 0; }; // class } // namespace HEPREP #endif /* ifndef HEPREP_HASHEPREP_H */ diff --git a/source/visualization/HepRep/include/README b/source/visualization/HepRep/include/README index dcb075515e..5dc7d395fc 100644 --- a/source/visualization/HepRep/include/README +++ b/source/visualization/HepRep/include/README @@ -5,16 +5,23 @@ G4HepRepFileSceneHandler.hh G4HepRepFileViewer.hh ref/HepRepXMLWriter.hh +and heprep2 files: + +G4HepRep.hh +G4HepRepSceneHandler.hh +G4HepRepMessenger.hh +G4HepRepViewer.hh + and the zlib headers zlib/*.h -the other sources (heprep2) are copies from the FreeHEP library +the other sources are copies from the FreeHEP library (java.freehep.org) and are maintained there. The files starting with G4 are geant4 compliant, the others may not be. Changes made here may be overwritten. -11 July 2003 +11 December 2003 Mark Donszelmann diff --git a/source/visualization/HepRep/include/zipios++/deflateoutputstreambuf.h b/source/visualization/HepRep/include/zipios++/deflateoutputstreambuf.h index 7cedeba678..2730914149 100644 --- a/source/visualization/HepRep/include/zipios++/deflateoutputstreambuf.h +++ b/source/visualization/HepRep/include/zipios++/deflateoutputstreambuf.h @@ -6,7 +6,7 @@ #include "zipios++/meta-iostreams.h" #include -#include +#include #include "zipios++/filteroutputstreambuf.h" #include "zipios++/ziphead.h" diff --git a/source/visualization/HepRep/include/zipios++/gzipoutputstreambuf.h b/source/visualization/HepRep/include/zipios++/gzipoutputstreambuf.h index 4143304946..8605f141a3 100644 --- a/source/visualization/HepRep/include/zipios++/gzipoutputstreambuf.h +++ b/source/visualization/HepRep/include/zipios++/gzipoutputstreambuf.h @@ -5,7 +5,7 @@ #include -#include +#include #include "zipios++/deflateoutputstreambuf.h" diff --git a/source/visualization/HepRep/include/zipios++/inflateinputstreambuf.h b/source/visualization/HepRep/include/zipios++/inflateinputstreambuf.h index b0264fbc65..fd04b5282f 100644 --- a/source/visualization/HepRep/include/zipios++/inflateinputstreambuf.h +++ b/source/visualization/HepRep/include/zipios++/inflateinputstreambuf.h @@ -6,7 +6,7 @@ #include "zipios++/meta-iostreams.h" #include -#include +#include #include "zipios++/filterinputstreambuf.h" diff --git a/source/visualization/HepRep/include/zipios++/outputstringstream.h b/source/visualization/HepRep/include/zipios++/outputstringstream.h index 32f6911958..439da046f7 100644 --- a/source/visualization/HepRep/include/zipios++/outputstringstream.h +++ b/source/visualization/HepRep/include/zipios++/outputstringstream.h @@ -14,8 +14,7 @@ typedef std::ostringstream OutputStringStream ; #else -// MD added include strstream.h (not strstream, since it does not exist on Solaris) -#include +#include /** OutputStringStream is typedefed to ostringstream if sstream is part of the standard library (unless Zipios++ has been explicitly @@ -24,14 +23,14 @@ typedef std::ostringstream OutputStringStream ; strstream.h. In this case OutputStringStream specializes the str() method, such that the caller does not have to concern himself with null-terminating the string and unfreezing the ostrstream. */ -class OutputStringStream : public ostrstream { +class OutputStringStream : public std::ostrstream { public: /** Specialization of ostrstream::str() that takes care of null-terminating the string and unfreezing the ostrstream. */ inline string str() { - *this << ends ; // null terminate ostrstream - string o_str( ostrstream::str() ) ; + *this << std::ends ; // null terminate ostrstream + string o_str( std::ostrstream::str() ) ; freeze( 0 ) ; return o_str ; } diff --git a/source/visualization/HepRep/include/zipios++/simplesmartptr.h b/source/visualization/HepRep/include/zipios++/simplesmartptr.h index 5c7ac835a9..287d510296 100644 --- a/source/visualization/HepRep/include/zipios++/simplesmartptr.h +++ b/source/visualization/HepRep/include/zipios++/simplesmartptr.h @@ -127,7 +127,7 @@ public: /** The assignment operator doesn't copy the reference count, it leaves it unchanged. */ - const ReferenceCount &operator= ( const ReferenceCount &src ) {} + const ReferenceCount &operator= ( const ReferenceCount &src ) { return *this; } private: /** Increases the reference count. */ diff --git a/source/visualization/HepRep/include/zipios++/zipinputstreambuf.h b/source/visualization/HepRep/include/zipios++/zipinputstreambuf.h index 79d314b6d5..d16146c34b 100644 --- a/source/visualization/HepRep/include/zipios++/zipinputstreambuf.h +++ b/source/visualization/HepRep/include/zipios++/zipinputstreambuf.h @@ -5,7 +5,7 @@ #include -#include +#include #include "zipios++/fcoll.h" #include "zipios++/inflateinputstreambuf.h" diff --git a/source/visualization/HepRep/include/zipios++/zipios-config.h b/source/visualization/HepRep/include/zipios++/zipios-config.h index 86ed20cd45..2a95905d16 100644 --- a/source/visualization/HepRep/include/zipios++/zipios-config.h +++ b/source/visualization/HepRep/include/zipios++/zipios-config.h @@ -59,4 +59,4 @@ #endif #endif -#include +#include diff --git a/source/visualization/HepRep/include/zipios++/zipoutputstreambuf.h b/source/visualization/HepRep/include/zipios++/zipoutputstreambuf.h index e5685f7048..c750e7e6b2 100644 --- a/source/visualization/HepRep/include/zipios++/zipoutputstreambuf.h +++ b/source/visualization/HepRep/include/zipios++/zipoutputstreambuf.h @@ -5,7 +5,7 @@ #include -#include +#include #include "zipios++/fcoll.h" #include "zipios++/deflateoutputstreambuf.h" diff --git a/source/visualization/HepRep/include/zlib/zconf.h b/source/visualization/HepRep/include/zlib/HepRep-zconf.h similarity index 97% rename from source/visualization/HepRep/include/zlib/zconf.h rename to source/visualization/HepRep/include/zlib/HepRep-zconf.h index 1cffe07a53..8af555760b 100644 --- a/source/visualization/HepRep/include/zlib/zconf.h +++ b/source/visualization/HepRep/include/zlib/HepRep-zconf.h @@ -1,12 +1,12 @@ -/* zconf.h -- configuration of the zlib compression library +/* HepRep-zconf.h -- configuration of the zlib compression library * Copyright (C) 1995-1998 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ -/* @(#) $Id: zconf.h,v 1.1 2003/07/11 06:01:42 duns Exp $ */ +/* @(#) $Id: HepRep-zconf.h,v 1.1 2004/02/03 19:34:43 duns Exp $ */ -#ifndef _ZCONF_H -#define _ZCONF_H +#ifndef _HEPREP_ZCONF_H +#define _HEPREP_ZCONF_H /* for _LP64 */ #include @@ -283,4 +283,4 @@ typedef uLong FAR uLongf; # pragma map(inflate_trees_free,"INTRFR") #endif -#endif /* _ZCONF_H */ +#endif /* _HEPREP_ZCONF_H */ diff --git a/source/visualization/HepRep/include/zlib/zlib.h b/source/visualization/HepRep/include/zlib/HepRep-zlib.h similarity index 98% rename from source/visualization/HepRep/include/zlib/zlib.h rename to source/visualization/HepRep/include/zlib/HepRep-zlib.h index 47a75cf0f9..3bca227822 100644 --- a/source/visualization/HepRep/include/zlib/zlib.h +++ b/source/visualization/HepRep/include/zlib/HepRep-zlib.h @@ -1,4 +1,4 @@ -/* zlib.h -- interface of the 'zlib' general purpose compression library +/* HepRep-zlib.h -- interface of the 'zlib' general purpose compression library version 1.1.3, July 9th, 1998 Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler @@ -28,13 +28,14 @@ (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). */ -#ifndef _ZLIB_H -#define _ZLIB_H +#ifndef _HEPREP_ZLIB_H +#define _HEPREP_ZLIB_H -#include "zconf.h" +#include "HepRep-zconf.h" #ifdef __cplusplus -extern "C" { +// MD: make all functions C++ mangled +/*extern "C" {*/ #endif #define ZLIB_VERSION "1.1.3" @@ -106,12 +107,12 @@ typedef z_stream FAR *z_streamp; On 16-bit systems, the functions zalloc and zfree must be able to allocate exactly 65536 bytes, but will not be required to allocate more than this - if the symbol MAXSEG_64K is defined (see zconf.h). WARNING: On MSDOS, + if the symbol MAXSEG_64K is defined (see HepRep-zconf.h). WARNING: On MSDOS, pointers returned by zalloc for objects of exactly 65536 bytes *must* have their offset normalized to zero. The default allocation function provided by this library ensures this (see zutil.c). To reduce memory requirements and avoid any allocation of 64K objects, at the expense of - compression ratio, compile the library with -DMAX_WBITS=14 (see zconf.h). + compression ratio, compile the library with -DMAX_WBITS=14 (see HepRep-zconf.h). The fields total_in and total_out can be used for statistics or progress reports. After compression, total_in holds the total size of @@ -171,7 +172,7 @@ typedef z_stream FAR *z_streamp; ZEXTERN const char * ZEXPORT zlibVersion OF((void)); /* The application can compare zlibVersion and ZLIB_VERSION for consistency. If the first character differs, the library code actually used is - not compatible with the zlib.h header file used by the application. + not compatible with the HepRep-zlib.h header file used by the application. This check is automatically made by deflateInit and inflateInit. */ @@ -421,7 +422,7 @@ ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm, The memLevel parameter specifies how much memory should be allocated for the internal compression state. memLevel=1 uses minimum memory but is slow and reduces compression ratio; memLevel=9 uses maximum memory - for optimal speed. The default value is 8. See zconf.h for total memory + for optimal speed. The default value is 8. See HepRep-zconf.h for total memory usage as a function of windowBits and memLevel. The strategy parameter is used to tune the compression algorithm. Use the @@ -878,7 +879,7 @@ ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int windowBits, inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream)) -#if !defined(_Z_UTIL_H) && !defined(NO_DUMMY_DECL) +#if !defined(_HEPREP_Z_UTIL_H) && !defined(NO_DUMMY_DECL) struct internal_state {int dummy;}; /* hack for buggy compilers */ #endif @@ -887,7 +888,8 @@ ZEXTERN int ZEXPORT inflateSyncPoint OF((z_streamp z)); ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); #ifdef __cplusplus -} +// MD: make all functions C++ mangled +/* } */ #endif -#endif /* _ZLIB_H */ +#endif /* _HEPREP_ZLIB_H */ diff --git a/source/visualization/HepRep/include/zlib/zutil.h b/source/visualization/HepRep/include/zlib/HepRep-zutil.h similarity index 90% rename from source/visualization/HepRep/include/zlib/zutil.h rename to source/visualization/HepRep/include/zlib/HepRep-zutil.h index a6adbfd3e3..dbebee4160 100644 --- a/source/visualization/HepRep/include/zlib/zutil.h +++ b/source/visualization/HepRep/include/zlib/HepRep-zutil.h @@ -1,19 +1,19 @@ -/* zutil.h -- internal interface and configuration of the compression library +/* HepRep-zutil.h -- internal interface and configuration of the compression library * Copyright (C) 1995-1998 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ /* WARNING: this file should *not* be used by applications. It is part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. + subject to change. Applications should only use HepRep-zlib.h. */ -/* @(#) $Id: zutil.h,v 1.4 2003/07/11 06:34:56 duns Exp $ */ +/* @(#) $Id: HepRep-zutil.h,v 1.1 2004/02/03 19:34:43 duns Exp $ */ -#ifndef _Z_UTIL_H -#define _Z_UTIL_H +#ifndef _HEPREP_Z_UTIL_H +#define _HEPREP_Z_UTIL_H -#include "zlib.h" +#include "HepRep-zlib.h" #ifdef STDC # include @@ -216,12 +216,13 @@ extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */ typedef uLong (ZEXPORT *check_func) OF((uLong check, const Bytef *buf, uInt len)); -extern "C" voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); -extern "C" void zcfree OF((voidpf opaque, voidpf ptr)); +// MD: made zcalloc and zcfree C++ mangled routines. see GEANT-40 +/*extern "C"*/ voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); +/*extern "C"*/ void zcfree OF((voidpf opaque, voidpf ptr)); #define ZALLOC(strm, items, size) \ (*((strm)->zalloc))((strm)->opaque, (items), (size)) #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) #define TRY_FREE(s, p) {if (p) ZFREE(s, p);} -#endif /* _Z_UTIL_H */ +#endif /* _HEPREP_Z_UTIL_H */ diff --git a/source/visualization/HepRep/include/zlib/ZLIB-README b/source/visualization/HepRep/include/zlib/ZLIB-README index a03c694c55..d28cc64052 100644 --- a/source/visualization/HepRep/include/zlib/ZLIB-README +++ b/source/visualization/HepRep/include/zlib/ZLIB-README @@ -2,7 +2,10 @@ Mark Donszelmann - 07/07/2003 ============================= Functions were modified to compile with C++ compiler. Files renamed to .cc -===================================================== +Files zconf.h zlib.h and zutil.h were prefix with HepRep- (HepRep) +to avoid clashes with the same files in /usr/include and /usr/local/include +on unix systems. +============================================================= zlib 1.1.3 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library @@ -11,7 +14,7 @@ ftp://ds.internic.net/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html -All functions of the compression library are documented in the file zlib.h +All functions of the compression library are documented in the file HepRep-zlib.h (volunteer to write man pages welcome, contact jloup@gzip.org). A usage example of the library is given in the file example.c which also tests that the library is working correctly. Another example is given in the file diff --git a/source/visualization/HepRep/include/zlib/deflate.h b/source/visualization/HepRep/include/zlib/deflate.h index a051732ec7..b897f4fee8 100644 --- a/source/visualization/HepRep/include/zlib/deflate.h +++ b/source/visualization/HepRep/include/zlib/deflate.h @@ -1,19 +1,19 @@ /* deflate.h -- internal compression state * Copyright (C) 1995-1998 Jean-loup Gailly - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ /* WARNING: this file should *not* be used by applications. It is part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. + subject to change. Applications should only use HepRep-zlib.h. */ -/* @(#) $Id: deflate.h,v 1.1 2003/07/11 06:01:41 duns Exp $ */ +/* @(#) $Id: deflate.h,v 1.2 2004/02/03 19:34:43 duns Exp $ */ #ifndef _DEFLATE_H #define _DEFLATE_H -#include "zutil.h" +#include "HepRep-zutil.h" /* =========================================================================== * Internal compression state. diff --git a/source/visualization/HepRep/include/zlib/infblock.h b/source/visualization/HepRep/include/zlib/infblock.h index 3087610a3e..393a516b56 100644 --- a/source/visualization/HepRep/include/zlib/infblock.h +++ b/source/visualization/HepRep/include/zlib/infblock.h @@ -1,6 +1,6 @@ /* infblock.h -- header to use infblock.c * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ /* WARNING: this file should *not* be used by applications. It is diff --git a/source/visualization/HepRep/include/zlib/infcodes.h b/source/visualization/HepRep/include/zlib/infcodes.h index 6c750d896f..063e3a3137 100644 --- a/source/visualization/HepRep/include/zlib/infcodes.h +++ b/source/visualization/HepRep/include/zlib/infcodes.h @@ -1,6 +1,6 @@ /* infcodes.h -- header to use infcodes.c * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ /* WARNING: this file should *not* be used by applications. It is diff --git a/source/visualization/HepRep/include/zlib/inffast.h b/source/visualization/HepRep/include/zlib/inffast.h index 8facec5531..2d5da22ee4 100644 --- a/source/visualization/HepRep/include/zlib/inffast.h +++ b/source/visualization/HepRep/include/zlib/inffast.h @@ -1,6 +1,6 @@ /* inffast.h -- header to use inffast.c * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ /* WARNING: this file should *not* be used by applications. It is diff --git a/source/visualization/HepRep/include/zlib/inffixed.h b/source/visualization/HepRep/include/zlib/inffixed.h index 77f7e76314..671c94fcf0 100644 --- a/source/visualization/HepRep/include/zlib/inffixed.h +++ b/source/visualization/HepRep/include/zlib/inffixed.h @@ -4,7 +4,7 @@ /* WARNING: this file should *not* be used by applications. It is part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. + subject to change. Applications should only use HepRep-zlib.h. */ local uInt fixed_bl = 9; diff --git a/source/visualization/HepRep/include/zlib/inftrees.h b/source/visualization/HepRep/include/zlib/inftrees.h index 85853e097b..ebc0abf0aa 100644 --- a/source/visualization/HepRep/include/zlib/inftrees.h +++ b/source/visualization/HepRep/include/zlib/inftrees.h @@ -1,11 +1,11 @@ /* inftrees.h -- header to use inftrees.c * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ /* WARNING: this file should *not* be used by applications. It is part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. + subject to change. Applications should only use HepRep-zlib.h. */ /* Huffman code lookup table entry--this entry is four bytes for machines diff --git a/source/visualization/HepRep/include/zlib/infutil.h b/source/visualization/HepRep/include/zlib/infutil.h index 99d1135d06..d40d9f611c 100644 --- a/source/visualization/HepRep/include/zlib/infutil.h +++ b/source/visualization/HepRep/include/zlib/infutil.h @@ -1,11 +1,11 @@ /* infutil.h -- types and macros common to blocks and codes * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ /* WARNING: this file should *not* be used by applications. It is part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. + subject to change. Applications should only use HepRep-zlib.h. */ #ifndef _INFUTIL_H diff --git a/source/visualization/HepRep/src/G4HepRep.cc b/source/visualization/HepRep/src/G4HepRep.cc index cb8f6f8a70..3e908d1d09 100644 --- a/source/visualization/HepRep/src/G4HepRep.cc +++ b/source/visualization/HepRep/src/G4HepRep.cc @@ -20,6 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // +// $Id: G4HepRep.cc,v 1.20 2003/12/11 21:55:55 duns Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // /** diff --git a/source/visualization/HepRep/src/G4HepRepFile.cc b/source/visualization/HepRep/src/G4HepRepFile.cc index 5f6f346494..bef1fe9cd6 100644 --- a/source/visualization/HepRep/src/G4HepRepFile.cc +++ b/source/visualization/HepRep/src/G4HepRepFile.cc @@ -21,7 +21,7 @@ // ******************************************************************** // // $Id: G4HepRepFile.cc,v 1.8 2003/07/12 19:48:15 duns Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Joseph Perl 1 October 2001 diff --git a/source/visualization/HepRep/src/G4HepRepFileSceneHandler.cc b/source/visualization/HepRep/src/G4HepRepFileSceneHandler.cc index 4b80889ee9..fe3068c0cf 100644 --- a/source/visualization/HepRep/src/G4HepRepFileSceneHandler.cc +++ b/source/visualization/HepRep/src/G4HepRepFileSceneHandler.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4HepRepFileSceneHandler.cc,v 1.17 2003/12/09 15:39:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4HepRepFileSceneHandler.cc,v 1.18 2004/03/15 08:00:22 perl Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // Joseph Perl 27th January 2002 @@ -59,6 +59,7 @@ G4int G4HepRepFileSceneHandler::fSceneIdCount = 0; G4int G4HepRepFileSceneHandler::fSceneCount = 0; // No. of extanct scene handlers. + G4HepRepFileSceneHandler::G4HepRepFileSceneHandler(G4VGraphicsSystem& system, const G4String& name): G4VSceneHandler(system, fSceneIdCount++, name), @@ -72,8 +73,10 @@ G4HepRepFileSceneHandler::G4HepRepFileSceneHandler(G4VGraphicsSystem& system, fileCounter = 0; } + G4HepRepFileSceneHandler::~G4HepRepFileSceneHandler() {} + void G4HepRepFileSceneHandler::EstablishSpecials (G4PhysicalVolumeModel& pvModel) { pvModel.DefinePointersToWorkingSpace (&fCurrentDepth, @@ -81,14 +84,17 @@ void G4HepRepFileSceneHandler::EstablishSpecials &fpCurrentLV); } + void G4HepRepFileSceneHandler::BeginModeling() { G4VSceneHandler::BeginModeling(); // Required: see G4VSceneHandler.hh. } + void G4HepRepFileSceneHandler::EndModeling() { G4VSceneHandler::EndModeling(); // Required: see G4VSceneHandler.hh. } + #ifdef G4HEPREPFILEDEBUG void G4HepRepFileSceneHandler::PrintThings() { G4cout << @@ -107,6 +113,7 @@ void G4HepRepFileSceneHandler::PrintThings() { } #endif + void G4HepRepFileSceneHandler::AddThis(const G4Box& box) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -118,6 +125,7 @@ void G4HepRepFileSceneHandler::AddThis(const G4Box& box) { G4VSceneHandler::AddThis(box); // Invoke default action. } + void G4HepRepFileSceneHandler::AddThis(const G4Cons& cons) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -129,6 +137,7 @@ void G4HepRepFileSceneHandler::AddThis(const G4Cons& cons) { G4VSceneHandler::AddThis(cons); // Invoke default action. } + void G4HepRepFileSceneHandler::AddThis(const G4Tubs& tubs) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -140,6 +149,7 @@ void G4HepRepFileSceneHandler::AddThis(const G4Tubs& tubs) { G4VSceneHandler::AddThis(tubs); // Invoke default action. } + void G4HepRepFileSceneHandler::AddThis(const G4Trd& trd) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -151,6 +161,7 @@ void G4HepRepFileSceneHandler::AddThis(const G4Trd& trd) { G4VSceneHandler::AddThis(trd); // Invoke default action. } + void G4HepRepFileSceneHandler::AddThis(const G4Trap& trap) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -162,6 +173,7 @@ void G4HepRepFileSceneHandler::AddThis(const G4Trap& trap) { G4VSceneHandler::AddThis(trap); // Invoke default action. } + void G4HepRepFileSceneHandler::AddThis(const G4Sphere& sphere) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -173,6 +185,7 @@ void G4HepRepFileSceneHandler::AddThis(const G4Sphere& sphere) { G4VSceneHandler::AddThis(sphere); // Invoke default action. } + void G4HepRepFileSceneHandler::AddThis(const G4Para& para) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -184,6 +197,7 @@ void G4HepRepFileSceneHandler::AddThis(const G4Para& para) { G4VSceneHandler::AddThis(para); // Invoke default action. } + void G4HepRepFileSceneHandler::AddThis(const G4Torus& torus) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -195,6 +209,7 @@ void G4HepRepFileSceneHandler::AddThis(const G4Torus& torus) { G4VSceneHandler::AddThis(torus); // Invoke default action. } + void G4HepRepFileSceneHandler::AddThis(const G4Polycone& polycone) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -206,6 +221,7 @@ void G4HepRepFileSceneHandler::AddThis(const G4Polycone& polycone) { G4VSceneHandler::AddThis(polycone); // Invoke default action. } + void G4HepRepFileSceneHandler::AddThis(const G4Polyhedra& polyhedra) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -217,6 +233,7 @@ void G4HepRepFileSceneHandler::AddThis(const G4Polyhedra& polyhedra) { G4VSceneHandler::AddThis(polyhedra); // Invoke default action. } + void G4HepRepFileSceneHandler::AddThis(const G4VSolid& solid) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -228,6 +245,7 @@ void G4HepRepFileSceneHandler::AddThis(const G4VSolid& solid) { G4VSceneHandler::AddThis(solid); // Invoke default action. } + void G4HepRepFileSceneHandler::AddThis (const G4VTrajectory& traj) { #ifdef G4HEPREPFILEDEBUG G4cout << "G4HepRepFileSceneHandler::AddThis(G4VTrajectory&) " << G4endl; @@ -243,7 +261,7 @@ void G4HepRepFileSceneHandler::AddThis (const G4VTrajectory& traj) { CheckFileOpen(); // Add the Event Data Type if it hasn't already been added. - // If this is the first trajectory, add the Event Data type and define attributes. + // If this is the first trajectory or hit, add the Event Data type and define attributes. if (strcmp("Event Data",hepRepXMLWriter->prevTypeName[0])!=0) { hepRepXMLWriter->addType("Event Data",0); hepRepXMLWriter->addInstance(); @@ -412,13 +430,15 @@ void G4HepRepFileSceneHandler::AddThis (const G4VTrajectory& traj) { } } + void G4HepRepFileSceneHandler::AddThis (const G4VHit& hit) { #ifdef G4HEPREPFILEDEBUG G4cout << "G4HepRepFileSceneHandler::AddThis(G4VHit&) " << G4endl; #endif - G4VSceneHandler::AddThis (hit); + G4VSceneHandler::AddThis(hit); // Invoke default action. } + void G4HepRepFileSceneHandler::AddPrimitive(const G4Polyline& polyline) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -439,6 +459,7 @@ void G4HepRepFileSceneHandler::AddPrimitive(const G4Polyline& polyline) { } + void G4HepRepFileSceneHandler::AddPrimitive (const G4Polymarker& line) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -460,6 +481,7 @@ void G4HepRepFileSceneHandler::AddPrimitive (const G4Polymarker& line) { } } + #ifdef G4HEPREPFILEDEBUG void G4HepRepFileSceneHandler::AddPrimitive(const G4Text& text) { #else @@ -475,6 +497,7 @@ void G4HepRepFileSceneHandler::AddPrimitive(const G4Text&) { G4cout << "G4HepRepFileSceneHandler::AddPrimitive G4Text : not yet implemented. " << G4endl; } + void G4HepRepFileSceneHandler::AddPrimitive(const G4Circle& circle) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -495,6 +518,7 @@ void G4HepRepFileSceneHandler::AddPrimitive(const G4Circle& circle) { hepRepXMLWriter->addPoint(center.x(), center.y(), center.z()); } + void G4HepRepFileSceneHandler::AddPrimitive(const G4Square& square) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -515,6 +539,7 @@ void G4HepRepFileSceneHandler::AddPrimitive(const G4Square& square) { hepRepXMLWriter->addPoint(center.x(), center.y(), center.z()); } + void G4HepRepFileSceneHandler::AddPrimitive(const G4Polyhedron& polyhedron) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -545,6 +570,7 @@ void G4HepRepFileSceneHandler::AddPrimitive(const G4Polyhedron& polyhedron) { } while (notLastFace); } + void G4HepRepFileSceneHandler::AddPrimitive(const G4NURBS&) { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -555,10 +581,12 @@ void G4HepRepFileSceneHandler::AddPrimitive(const G4NURBS&) { G4cout << "G4HepRepFileSceneHandler::AddPrimitive G4NURBS : not implemented. " << G4endl; } + G4HepRepFileXMLWriter *G4HepRepFileSceneHandler::GetHepRepXMLWriter() { return hepRepXMLWriter; } + void G4HepRepFileSceneHandler::AddHepRepInstance(const char* primName, const G4Visible visible) { #ifdef G4HEPREPFILEDEBUG @@ -570,7 +598,6 @@ void G4HepRepFileSceneHandler::AddHepRepInstance(const char* primName, // Open the HepRep output file if it is not already open. CheckFileOpen(); - // Handle Type declaration for Event Data. // Should be able to just test on fReadyForTransients, but this seems to // be falsely false if no geometry has yet been drawn. // So I test on both !fpCurrentPV (means no geometry has yet been drawn) @@ -581,15 +608,46 @@ void G4HepRepFileSceneHandler::AddHepRepInstance(const char* primName, hepRepXMLWriter->addInstance(); } - if (strcmp("Line",primName)==0) + // Applications have the option of either calling AddThis(G4VTrajectory&) and + // AddThis(G4VHits&), or of just decomposing these into simpler primitives. + // In the former case, drawing will be handled above and will include setting of + // physics attributes. + // In the latter case, which is an older style of working, we end up drawing the + // trajectories and hits here, where we have no access to physics attributes. + // We receive primitives here. We can figure out that these are transients, but we + // have to guess exactly what these transients represent. + // We assume the primitives are being used as in G4VTrajectory, hence we assume: + // Lines are Trajectories + // Squares that come after we've seen trajectories are Auxiliary Points + // Circles that come after we've seen trajectories are Step Points + // Other primitives are Hits + + int layer; + + if (strcmp("Line",primName)==0) { hepRepXMLWriter->addType("Trajectories",1); - else { - if (strcmp(hepRepXMLWriter->prevTypeName[1],"Trajectories")==0) - hepRepXMLWriter->addType("Trajectory Points",2); - else - hepRepXMLWriter->addType("Trajectory Points",1); + layer = 100; + } else { + if (strcmp(hepRepXMLWriter->prevTypeName[1],"Trajectories")==0 && + strcmp("Square",primName)==0) + { + hepRepXMLWriter->addType("AuxiliaryPoints",2); + layer = 110; + } else { + if (strcmp(hepRepXMLWriter->prevTypeName[1],"Trajectories")==0 && + strcmp("Circle",primName)==0) + { + hepRepXMLWriter->addType("StepPoints",2); + layer = 120; + } else { + hepRepXMLWriter->addType("Hits",1); + layer = 130; + } + } } + hepRepXMLWriter->addAttValue("Layer",layer); + hepRepXMLWriter->addInstance(); // Handle Type declaration for Detector Geometry, @@ -614,6 +672,7 @@ void G4HepRepFileSceneHandler::AddHepRepInstance(const char* primName, } // Additional attributes. + hepRepXMLWriter->addAttValue("Layer",hepRepXMLWriter->typeDepth); hepRepXMLWriter->addAttValue("LVol", fpCurrentLV->GetName()); hepRepXMLWriter->addAttValue("Solid", fpCurrentLV->GetSolid()->GetName()); hepRepXMLWriter->addAttValue("EType", fpCurrentLV->GetSolid()->GetEntityType()); @@ -624,7 +683,6 @@ void G4HepRepFileSceneHandler::AddHepRepInstance(const char* primName, } hepRepXMLWriter->addAttValue("DrawAs",primName); - hepRepXMLWriter->addAttValue("Layer",hepRepXMLWriter->typeDepth); // Handle color attribute, avoiding drawing anything black on black. G4Colour colour = GetColour(visible); @@ -651,6 +709,7 @@ void G4HepRepFileSceneHandler::AddHepRepInstance(const char* primName, hepRepXMLWriter->addAttValue("Visibility",true); } + void G4HepRepFileSceneHandler::CheckFileOpen() { #ifdef G4HEPREPFILEDEBUG G4cout << @@ -681,6 +740,7 @@ void G4HepRepFileSceneHandler::CheckFileOpen() { } } + void G4HepRepFileSceneHandler::ClearTransientStore () { G4VSceneHandler::ClearTransientStore (); if (fpViewer) { diff --git a/source/visualization/HepRep/src/G4HepRepFileViewer.cc b/source/visualization/HepRep/src/G4HepRepFileViewer.cc index 43f171a857..6023cc8fb6 100644 --- a/source/visualization/HepRep/src/G4HepRepFileViewer.cc +++ b/source/visualization/HepRep/src/G4HepRepFileViewer.cc @@ -20,8 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // -// $Id: G4HepRepFileViewer.cc,v 1.11 2003/07/12 19:48:15 duns Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4HepRepFileViewer.cc,v 1.12 2004/03/15 08:00:22 perl Exp $ +// GEANT4 tag $Name: geant4-06-01 $ #include "G4HepRepFileViewer.hh" @@ -71,6 +71,7 @@ void G4HepRepFileViewer::ShowView () { G4cout << "G4HepRepFileViewer::ShowView" << G4endl; #endif G4VViewer::ShowView(); - - hepRepXMLWriter->close(); + + if (hepRepXMLWriter->isOpen) + hepRepXMLWriter->close(); } diff --git a/source/visualization/HepRep/src/G4HepRepMessenger.cc b/source/visualization/HepRep/src/G4HepRepMessenger.cc index 6e499352b3..cab6d2a29e 100644 --- a/source/visualization/HepRep/src/G4HepRepMessenger.cc +++ b/source/visualization/HepRep/src/G4HepRepMessenger.cc @@ -20,6 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // +// $Id: G4HepRepMessenger.cc,v 1.4 2003/12/11 21:55:55 duns Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #include "G4HepRepMessenger.hh" diff --git a/source/visualization/HepRep/src/G4HepRepSceneHandler.cc b/source/visualization/HepRep/src/G4HepRepSceneHandler.cc index f8026619d6..85874f778f 100644 --- a/source/visualization/HepRep/src/G4HepRepSceneHandler.cc +++ b/source/visualization/HepRep/src/G4HepRepSceneHandler.cc @@ -20,6 +20,9 @@ // * statement, and all its terms. * // ******************************************************************** // +// $Id: G4HepRepSceneHandler.cc,v 1.70 2004/02/05 18:41:49 duns Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ +// /** * @author Mark Donszelmann, Joseph Perl @@ -430,20 +433,18 @@ void G4HepRepSceneHandler::AddPrimitive (const G4Polymarker& line) { setMarker(instance, line); // Default MarkName is set to Circle for this Type. - switch (line.GetMarkerType()) { - case line.dots: - setAttribute(instance, "Fill", true); - setColor(instance, GetColor(line), G4String("FillColor")); - break; - case line.circles: - break; - case line.squares: - setAttribute(instance, "MarkName", G4String("Box")); - break; - case line.line: - default: - setAttribute(instance, "MarkName", G4String("Plus")); - break; + int mtype = line.GetMarkerType(); + + // Cannot be case statement since line.xxx is not a constant + if (mtype == line.dots) { + setAttribute(instance, "Fill", true); + setColor(instance, GetColor(line), G4String("FillColor")); + } else if (mtype == line.circles) { + } else if (line.squares) { + setAttribute(instance, "MarkName", G4String("Box")); + } else { + // line.line + default + setAttribute(instance, "MarkName", G4String("Plus")); } for (size_t i=0; i < line.size(); i++) { diff --git a/source/visualization/HepRep/src/G4HepRepViewer.cc b/source/visualization/HepRep/src/G4HepRepViewer.cc index 9a20078580..084393dccb 100644 --- a/source/visualization/HepRep/src/G4HepRepViewer.cc +++ b/source/visualization/HepRep/src/G4HepRepViewer.cc @@ -20,6 +20,8 @@ // * statement, and all its terms. * // ******************************************************************** // +// $Id: G4HepRepViewer.cc,v 1.22 2003/12/11 21:55:55 duns Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // /** diff --git a/source/visualization/HepRep/src/README b/source/visualization/HepRep/src/README index 42e391c2d9..4ceb688ad0 100644 --- a/source/visualization/HepRep/src/README +++ b/source/visualization/HepRep/src/README @@ -5,14 +5,21 @@ G4HepRepFileSceneHandler.cc G4HepRepFileViewer.cc HepRepXMLWriter.cc +and heprep2 files: + +G4HepRep.cc +G4HepRepSceneHandler.cc +G4HepRepMessenger.cc +G4HepRepViewer.cc + and the zlib sources -the other sources (heprep2) are copies from the FreeHEP library +the other sources are copies from the FreeHEP library (java.freehep.org) and are maintained there. The files starting with G4 are geant4 compliant, the others may not be. Changes made here may be overwritten. -11 July 2003 +11 December 2003 Mark Donszelmann diff --git a/source/visualization/HepRep/src/XMLHepRepWriter.cc b/source/visualization/HepRep/src/XMLHepRepWriter.cc index c17d0553c6..e929863c36 100644 --- a/source/visualization/HepRep/src/XMLHepRepWriter.cc +++ b/source/visualization/HepRep/src/XMLHepRepWriter.cc @@ -56,7 +56,7 @@ bool XMLHepRepWriter::write(HepRep* heprep, string name) { zip->putNextEntry(ZipCDirEntry(name)); } xml->openDoc(); - xml->setAttribute("xmlns", "http://www.freehep.org/HepRep"); + xml->setAttribute("xmlns", "http://java.freehep.org/schemas/heprep/2.0"); xml->setAttribute("xmlns", "xsi", "http://www.w3.org/2001/XMLSchema-instance"); xml->setAttribute("xsi", "schemaLocation", "HepRep.xsd"); xml->openTag(nameSpace, "heprep"); diff --git a/source/visualization/HepRep/src/appendzip.cc b/source/visualization/HepRep/src/appendzip.cc deleted file mode 100644 index a7a1c2935a..0000000000 --- a/source/visualization/HepRep/src/appendzip.cc +++ /dev/null @@ -1,82 +0,0 @@ -#include "zipios++/zipios-config.h" - -#include "zipios++/meta-iostreams.h" - -#include "zipios++/ziphead.h" -#include "zipios++/zipheadio.h" - -using namespace std ; -using namespace zipios ; - -char *_progname ; - -void printUsage() ; -void exitUsage( int exit_code ) ; - -int main( int argc, char *argv[] ) { - _progname = argv[ 0 ] ; - if ( argc != 3 ) - exitUsage( 1 ) ; - - ofstream exef( argv[ 1 ], ios::app | ios::binary ) ; - if( ! exef ) { - cout << "Error: Unable to open " << argv[ 1 ] << " for writing" << endl ; - exitUsage( 1 ) ; - } - - ifstream zipf( argv[ 2 ], ios::in | ios::binary ) ; - if( ! zipf ) { - cout << "Error: Unable to open " << argv[ 2 ] << " for reading." << endl ; - exitUsage( 1 ) ; - } - - // get eof pos (to become zip file starting position). - uint32 zip_start = exef.tellp() ; - cout << "zip start will be at " << zip_start << endl ; - - // Append zip file to exe file - - exef << zipf.rdbuf() ; - // write zipfile start offset to file - writeUint32( zip_start, exef ) ; - - exef.close() ; - zipf.close() ; - return 0; -} - - -void printUsage() { - cout << "Usage: " << _progname << " exe-file zipfile" << endl ; -} - -void exitUsage( int exit_code ) { - printUsage() ; - exit( exit_code ) ; -} - -/** \file - \anchor appendzip_anchor - Source code to a small program appendzip that appends a zip - archive to another file. Run appendzip without arguments to - get a helpful usage message. -*/ - -/* - Zipios++ - a small C++ library that provides easy access to .zip files. - Copyright (C) 2000 Thomas Søndergaard - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -*/ diff --git a/source/visualization/HepRep/src/basicentry.cc b/source/visualization/HepRep/src/basicentry.cc index 110c443995..40a6008be8 100644 --- a/source/visualization/HepRep/src/basicentry.cc +++ b/source/visualization/HepRep/src/basicentry.cc @@ -1,7 +1,7 @@ #include "zipios++/zipios-config.h" -#include +#include #include "zipios++/meta-iostreams.h" #include diff --git a/source/visualization/HepRep/src/compress.cc b/source/visualization/HepRep/src/compress.cc index f29cc9e85b..248ae618f9 100644 --- a/source/visualization/HepRep/src/compress.cc +++ b/source/visualization/HepRep/src/compress.cc @@ -1,11 +1,11 @@ /* compress.c -- compress a memory buffer * Copyright (C) 1995-1998 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ -/* @(#) $Id: compress.cc,v 1.1 2003/07/11 06:01:44 duns Exp $ */ +/* @(#) $Id: compress.cc,v 1.2 2004/02/03 19:34:44 duns Exp $ */ -#include "zlib.h" +#include "HepRep-zlib.h" /* =========================================================================== Compresses the source buffer into the destination buffer. The level diff --git a/source/visualization/HepRep/src/deflate.cc b/source/visualization/HepRep/src/deflate.cc index 653abd4e3a..2ec6308872 100644 --- a/source/visualization/HepRep/src/deflate.cc +++ b/source/visualization/HepRep/src/deflate.cc @@ -1,6 +1,6 @@ /* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-1998 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ /* @@ -47,7 +47,7 @@ * */ -/* @(#) $Id: deflate.cc,v 1.5 2003/07/11 06:33:52 duns Exp $ */ +/* @(#) $Id: deflate.cc,v 1.6 2004/02/03 19:34:44 duns Exp $ */ #include "deflate.h" diff --git a/source/visualization/HepRep/src/deflateoutputstreambuf.cc b/source/visualization/HepRep/src/deflateoutputstreambuf.cc index 9f1a890ef4..bf43d33927 100644 --- a/source/visualization/HepRep/src/deflateoutputstreambuf.cc +++ b/source/visualization/HepRep/src/deflateoutputstreambuf.cc @@ -3,7 +3,7 @@ #include "zipios++/meta-iostreams.h" -#include +#include #include "zipios++/fcollexceptions.h" #include "zipios++/deflateoutputstreambuf.h" @@ -52,7 +52,7 @@ bool DeflateOutputStreambuf::init( int comp_level ) { static const int default_mem_level = 8 ; // _zs.next_in and avail_in must be set according to - // zlib.h (inline doc). + // HepRep-zlib.h (inline doc). _zs.next_in = reinterpret_cast< unsigned char * >( &( _invec[ 0 ] ) ) ; _zs.avail_in = 0 ; diff --git a/source/visualization/HepRep/src/gzio.cc b/source/visualization/HepRep/src/gzio.cc index bf71e686ef..d0fd79fff1 100644 --- a/source/visualization/HepRep/src/gzio.cc +++ b/source/visualization/HepRep/src/gzio.cc @@ -1,15 +1,15 @@ /* gzio.c -- IO on .gz files * Copyright (C) 1995-1998 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h * * Compile this file with -DNO_DEFLATE to avoid the compression code. */ -/* @(#) $Id: gzio.cc,v 1.4 2003/07/12 15:19:56 duns Exp $ */ +/* @(#) $Id: gzio.cc,v 1.5 2004/02/03 19:34:44 duns Exp $ */ #include -#include "zutil.h" +#include "HepRep-zutil.h" struct internal_state {int dummy;}; /* for buggy compilers */ diff --git a/source/visualization/HepRep/src/gzipoutputstreambuf.cc b/source/visualization/HepRep/src/gzipoutputstreambuf.cc index 67caa85bfd..ccfcd94e07 100644 --- a/source/visualization/HepRep/src/gzipoutputstreambuf.cc +++ b/source/visualization/HepRep/src/gzipoutputstreambuf.cc @@ -6,7 +6,7 @@ #include #include "zipios++/meta-iostreams.h" -#include +#include #include "zipios++/gzipoutputstreambuf.h" diff --git a/source/visualization/HepRep/src/infblock.cc b/source/visualization/HepRep/src/infblock.cc index 28bb1d5512..a5b2aef1fb 100644 --- a/source/visualization/HepRep/src/infblock.cc +++ b/source/visualization/HepRep/src/infblock.cc @@ -1,9 +1,9 @@ /* infblock.c -- interpret and process block types to last block * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ -#include "zutil.h" +#include "HepRep-zutil.h" #include "infblock.h" #include "inftrees.h" #include "infcodes.h" diff --git a/source/visualization/HepRep/src/infcodes.cc b/source/visualization/HepRep/src/infcodes.cc index ae8e0b2cb1..7394af36dc 100644 --- a/source/visualization/HepRep/src/infcodes.cc +++ b/source/visualization/HepRep/src/infcodes.cc @@ -1,9 +1,9 @@ /* infcodes.c -- process literals and length/distance pairs * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ -#include "zutil.h" +#include "HepRep-zutil.h" #include "inftrees.h" #include "infblock.h" #include "infcodes.h" diff --git a/source/visualization/HepRep/src/inffast.cc b/source/visualization/HepRep/src/inffast.cc index b131884d91..5b44789ff9 100644 --- a/source/visualization/HepRep/src/inffast.cc +++ b/source/visualization/HepRep/src/inffast.cc @@ -1,9 +1,9 @@ /* inffast.c -- process literals and length/distance pairs fast * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ -#include "zutil.h" +#include "HepRep-zutil.h" #include "inftrees.h" #include "infblock.h" #include "infcodes.h" diff --git a/source/visualization/HepRep/src/inflate.cc b/source/visualization/HepRep/src/inflate.cc index 09c2cc6dc6..3621458b32 100644 --- a/source/visualization/HepRep/src/inflate.cc +++ b/source/visualization/HepRep/src/inflate.cc @@ -1,9 +1,9 @@ /* inflate.c -- zlib interface to inflate modules * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ -#include "zutil.h" +#include "HepRep-zutil.h" #include "infblock.h" struct inflate_blocks_state {int dummy;}; /* for buggy compilers */ diff --git a/source/visualization/HepRep/src/inflateinputstreambuf.cc b/source/visualization/HepRep/src/inflateinputstreambuf.cc index 734da44a80..0df92d19ad 100644 --- a/source/visualization/HepRep/src/inflateinputstreambuf.cc +++ b/source/visualization/HepRep/src/inflateinputstreambuf.cc @@ -3,7 +3,7 @@ #include "zipios++/meta-iostreams.h" -#include +#include #include "zipios++/fcollexceptions.h" #include "zipios++/inflateinputstreambuf.h" @@ -120,7 +120,7 @@ bool InflateInputStreambuf::reset( int stream_position ) { } // _zs.next_in and avail_in must be set according to - // zlib.h (inline doc). + // HepRep-zlib.h (inline doc). _zs.next_in = reinterpret_cast< unsigned char * >( &( _invec[0] ) ) ; _zs.avail_in = 0 ; diff --git a/source/visualization/HepRep/src/inftrees.cc b/source/visualization/HepRep/src/inftrees.cc index 85ac435c7a..bd0b9c8ff4 100644 --- a/source/visualization/HepRep/src/inftrees.cc +++ b/source/visualization/HepRep/src/inftrees.cc @@ -1,9 +1,9 @@ /* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ -#include "zutil.h" +#include "HepRep-zutil.h" #include "inftrees.h" #if !defined(BUILDFIXED) && !defined(STDC) diff --git a/source/visualization/HepRep/src/infutil.cc b/source/visualization/HepRep/src/infutil.cc index 7d3a939fdd..6a5eb65af1 100644 --- a/source/visualization/HepRep/src/infutil.cc +++ b/source/visualization/HepRep/src/infutil.cc @@ -1,9 +1,9 @@ /* inflate_util.c -- data and routines common to blocks and codes * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ -#include "zutil.h" +#include "HepRep-zutil.h" #include "infblock.h" #include "inftrees.h" #include "infcodes.h" diff --git a/source/visualization/HepRep/src/trees.cc b/source/visualization/HepRep/src/trees.cc index fca84974fa..294ae53fa9 100644 --- a/source/visualization/HepRep/src/trees.cc +++ b/source/visualization/HepRep/src/trees.cc @@ -1,6 +1,6 @@ /* trees.c -- output deflated data using Huffman coding * Copyright (C) 1995-1998 Jean-loup Gailly - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ /* @@ -29,7 +29,7 @@ * Addison-Wesley, 1983. ISBN 0-201-06672-6. */ -/* @(#) $Id: trees.cc,v 1.2 2003/07/11 07:45:14 duns Exp $ */ +/* @(#) $Id: trees.cc,v 1.3 2004/02/03 19:34:44 duns Exp $ */ /* #define GEN_TREES_H */ diff --git a/source/visualization/HepRep/src/uncompr.cc b/source/visualization/HepRep/src/uncompr.cc index 46a1c7d847..a07a102c1c 100644 --- a/source/visualization/HepRep/src/uncompr.cc +++ b/source/visualization/HepRep/src/uncompr.cc @@ -1,11 +1,11 @@ /* uncompr.c -- decompress a memory buffer * Copyright (C) 1995-1998 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ -/* @(#) $Id: uncompr.cc,v 1.1 2003/07/11 06:01:45 duns Exp $ */ +/* @(#) $Id: uncompr.cc,v 1.2 2004/02/03 19:34:44 duns Exp $ */ -#include "zlib.h" +#include "HepRep-zlib.h" /* =========================================================================== Decompresses the source buffer into the destination buffer. sourceLen is diff --git a/source/visualization/HepRep/src/zadler32.cc b/source/visualization/HepRep/src/zadler32.cc index 55d7eb4703..818ec01b4b 100644 --- a/source/visualization/HepRep/src/zadler32.cc +++ b/source/visualization/HepRep/src/zadler32.cc @@ -9,12 +9,12 @@ /* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ -/* @(#) $Id: zadler32.cc,v 1.1 2003/07/11 06:01:45 duns Exp $ */ +/* @(#) $Id: zadler32.cc,v 1.2 2004/02/03 19:34:44 duns Exp $ */ -#include "zlib.h" +#include "HepRep-zlib.h" #define BASE 65521L /* largest prime smaller than 65536 */ #define NMAX 5552 diff --git a/source/visualization/HepRep/src/zcrc32.cc b/source/visualization/HepRep/src/zcrc32.cc index e9ddb7d2e1..9a9362d975 100644 --- a/source/visualization/HepRep/src/zcrc32.cc +++ b/source/visualization/HepRep/src/zcrc32.cc @@ -9,12 +9,12 @@ /* crc32.c -- compute the CRC-32 of a data stream * Copyright (C) 1995-1998 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ -/* @(#) $Id: zcrc32.cc,v 1.1 2003/07/11 06:01:45 duns Exp $ */ +/* @(#) $Id: zcrc32.cc,v 1.2 2004/02/03 19:34:44 duns Exp $ */ -#include "zlib.h" +#include "HepRep-zlib.h" #define local static diff --git a/source/visualization/HepRep/src/zipinputstreambuf.cc b/source/visualization/HepRep/src/zipinputstreambuf.cc index 486662c952..1b027ecaa0 100644 --- a/source/visualization/HepRep/src/zipinputstreambuf.cc +++ b/source/visualization/HepRep/src/zipinputstreambuf.cc @@ -4,7 +4,7 @@ #include #include "zipios++/meta-iostreams.h" -#include +#include #include "zipios++/zipinputstreambuf.h" #include "zipios_common.h" diff --git a/source/visualization/HepRep/src/zipoutputstreambuf.cc b/source/visualization/HepRep/src/zipoutputstreambuf.cc index 9b038ea006..36e9781d2e 100644 --- a/source/visualization/HepRep/src/zipoutputstreambuf.cc +++ b/source/visualization/HepRep/src/zipoutputstreambuf.cc @@ -6,7 +6,7 @@ #include #include "zipios++/meta-iostreams.h" -#include +#include #include "zipios++/zipoutputstreambuf.h" diff --git a/source/visualization/HepRep/src/zutil.cc b/source/visualization/HepRep/src/zutil.cc index 3d4b08f3bc..dcda85a547 100644 --- a/source/visualization/HepRep/src/zutil.cc +++ b/source/visualization/HepRep/src/zutil.cc @@ -1,11 +1,11 @@ /* zutil.c -- target dependent utility functions for the compression library * Copyright (C) 1995-1998 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h + * For conditions of distribution and use, see copyright notice in HepRep-zlib.h */ -/* @(#) $Id: zutil.cc,v 1.1 2003/07/11 06:01:46 duns Exp $ */ +/* @(#) $Id: zutil.cc,v 1.2 2004/02/03 19:34:44 duns Exp $ */ -#include "zutil.h" +#include "HepRep-zutil.h" struct internal_state {int dummy;}; /* for buggy compilers */ diff --git a/source/visualization/History b/source/visualization/History index 26d3514c42..3900395d4f 100644 --- a/source/visualization/History +++ b/source/visualization/History @@ -1,4 +1,4 @@ -$Id: History,v 1.238 2003/11/27 11:51:56 johna Exp $ +$Id: History,v 1.241 2004/03/16 08:46:58 gcosmo Exp $ ------------------------------------------------------------------- ========================================================= @@ -24,6 +24,16 @@ committal in the CVS repository ! History file for visualization category --------------------------------------- +14 March 2004 Joseph Perl (vis-V06-00-01) +- HepRepFile handle duplicate ShowView. +- HepRepFile improve layering and hierarchy for hits. + +1st December 2003 John Allison +- Added checks and minor improvment of behaviour at end of event and run: + o G4VisManager::EndOfRun: added check on MarkForClearingTransientStore. + o G4VisCommandsScene.cc: For "/vis/scene/endOf[Event|Run]Action refresh", + SetMarkForClearingTransientStore(true). + 27th November 2003 John Allison (vis-V05-02-06) - Added /vis/scene/endOfRunAction. - Includes vis-HepRep-V05-02-08. diff --git a/source/visualization/OpenGL/History b/source/visualization/OpenGL/History index 0537c47d10..0e1004085c 100644 --- a/source/visualization/OpenGL/History +++ b/source/visualization/OpenGL/History @@ -1,4 +1,4 @@ -$Id: History,v 1.29 2003/10/03 15:06:56 gcosmo Exp $ +$Id: History,v 1.30 2004/02/17 18:17:20 johna Exp $ ------------------------------------------------------------------- ========================================================= @@ -20,6 +20,10 @@ committal in the CVS repository ! History file for visualization/OpenGL ------------------------------------- +17th February 2004 John Allison (opengl-V06-00-00) +- Fixed bug #581: wrong order of statements in + G4OpenGLXViewer::~G4OpenGLXViewer (see bug report). + 4th October 2003 Gabriele Cosmo (vis-V05-02-01) - GNUmakefile: o replaced "digits+hits" with "digits_hits". diff --git a/source/visualization/OpenGL/include/G4OpenGLImmediateSceneHandler.hh b/source/visualization/OpenGL/include/G4OpenGLImmediateSceneHandler.hh index 4a7d088c3f..7bb98e14c6 100644 --- a/source/visualization/OpenGL/include/G4OpenGLImmediateSceneHandler.hh +++ b/source/visualization/OpenGL/include/G4OpenGLImmediateSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateSceneHandler.hh,v 1.6 2001/08/09 20:16:56 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLImmediateViewer.hh b/source/visualization/OpenGL/include/G4OpenGLImmediateViewer.hh index cec5146a9f..56478a1623 100644 --- a/source/visualization/OpenGL/include/G4OpenGLImmediateViewer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLImmediateViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateViewer.hh,v 1.7 2002/10/16 10:44:13 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 7th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLImmediateWin32.hh b/source/visualization/OpenGL/include/G4OpenGLImmediateWin32.hh index 2102d0c673..2c3497d5dd 100644 --- a/source/visualization/OpenGL/include/G4OpenGLImmediateWin32.hh +++ b/source/visualization/OpenGL/include/G4OpenGLImmediateWin32.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateWin32.hh,v 1.6 2002/10/16 10:44:14 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // OpenGLImmediateWin32 graphics system factory. diff --git a/source/visualization/OpenGL/include/G4OpenGLImmediateWin32Viewer.hh b/source/visualization/OpenGL/include/G4OpenGLImmediateWin32Viewer.hh index 6b0b6cedcd..ab8f5b07b9 100644 --- a/source/visualization/OpenGL/include/G4OpenGLImmediateWin32Viewer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLImmediateWin32Viewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateWin32Viewer.hh,v 1.7 2002/10/16 10:44:14 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Class G4OpenGLImmediateWin32Viewer : a class derived from diff --git a/source/visualization/OpenGL/include/G4OpenGLImmediateX.hh b/source/visualization/OpenGL/include/G4OpenGLImmediateX.hh index 59d75a6ac1..6e1f3d7a7a 100644 --- a/source/visualization/OpenGL/include/G4OpenGLImmediateX.hh +++ b/source/visualization/OpenGL/include/G4OpenGLImmediateX.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateX.hh,v 1.6 2001/07/11 10:08:48 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLImmediateXViewer.hh b/source/visualization/OpenGL/include/G4OpenGLImmediateXViewer.hh index 91e048ee20..5785481f24 100644 --- a/source/visualization/OpenGL/include/G4OpenGLImmediateXViewer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLImmediateXViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateXViewer.hh,v 1.7 2001/07/14 21:47:42 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 7th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLImmediateXm.hh b/source/visualization/OpenGL/include/G4OpenGLImmediateXm.hh index c1c31bd3a8..c290834570 100644 --- a/source/visualization/OpenGL/include/G4OpenGLImmediateXm.hh +++ b/source/visualization/OpenGL/include/G4OpenGLImmediateXm.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateXm.hh,v 1.6 2001/07/11 10:08:49 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLImmediateXmViewer.hh b/source/visualization/OpenGL/include/G4OpenGLImmediateXmViewer.hh index 2a29950027..8f2c8b8ba1 100644 --- a/source/visualization/OpenGL/include/G4OpenGLImmediateXmViewer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLImmediateXmViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateXmViewer.hh,v 1.7 2001/07/14 21:47:43 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLSceneHandler.hh b/source/visualization/OpenGL/include/G4OpenGLSceneHandler.hh index d390c75bdd..f61734b201 100644 --- a/source/visualization/OpenGL/include/G4OpenGLSceneHandler.hh +++ b/source/visualization/OpenGL/include/G4OpenGLSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLSceneHandler.hh,v 1.14 2003/06/10 17:58:55 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 27th March 1996 diff --git a/source/visualization/OpenGL/include/G4OpenGLSceneHandler.icc b/source/visualization/OpenGL/include/G4OpenGLSceneHandler.icc index c8d271e8fc..02bd016ffe 100644 --- a/source/visualization/OpenGL/include/G4OpenGLSceneHandler.icc +++ b/source/visualization/OpenGL/include/G4OpenGLSceneHandler.icc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLSceneHandler.icc,v 1.5 2001/08/09 20:16:06 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 20th January 1998 diff --git a/source/visualization/OpenGL/include/G4OpenGLStoredSceneHandler.hh b/source/visualization/OpenGL/include/G4OpenGLStoredSceneHandler.hh index 491e0ae0c7..318e4257aa 100644 --- a/source/visualization/OpenGL/include/G4OpenGLStoredSceneHandler.hh +++ b/source/visualization/OpenGL/include/G4OpenGLStoredSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredSceneHandler.hh,v 1.14 2003/06/16 17:13:38 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLStoredViewer.hh b/source/visualization/OpenGL/include/G4OpenGLStoredViewer.hh index 530312f785..89bc4daf7e 100644 --- a/source/visualization/OpenGL/include/G4OpenGLStoredViewer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLStoredViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredViewer.hh,v 1.8 2001/08/14 18:03:15 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 7th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLStoredWin32.hh b/source/visualization/OpenGL/include/G4OpenGLStoredWin32.hh index 053c0fbe65..aac07d8c2b 100644 --- a/source/visualization/OpenGL/include/G4OpenGLStoredWin32.hh +++ b/source/visualization/OpenGL/include/G4OpenGLStoredWin32.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredWin32.hh,v 1.6 2002/10/16 10:44:14 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // OpenGLStoredWin32 graphics system factory. diff --git a/source/visualization/OpenGL/include/G4OpenGLStoredWin32Viewer.hh b/source/visualization/OpenGL/include/G4OpenGLStoredWin32Viewer.hh index b85096daf5..26e4ecd722 100644 --- a/source/visualization/OpenGL/include/G4OpenGLStoredWin32Viewer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLStoredWin32Viewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredWin32Viewer.hh,v 1.5 2002/10/16 10:44:14 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Class G4OpenGLStoredWin32Viewer : a class derived from diff --git a/source/visualization/OpenGL/include/G4OpenGLStoredX.hh b/source/visualization/OpenGL/include/G4OpenGLStoredX.hh index 418dcebf7a..a3ea5f37d3 100644 --- a/source/visualization/OpenGL/include/G4OpenGLStoredX.hh +++ b/source/visualization/OpenGL/include/G4OpenGLStoredX.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredX.hh,v 1.6 2001/07/11 10:08:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLStoredXViewer.hh b/source/visualization/OpenGL/include/G4OpenGLStoredXViewer.hh index 34f190056f..0ed6484f3b 100644 --- a/source/visualization/OpenGL/include/G4OpenGLStoredXViewer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLStoredXViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredXViewer.hh,v 1.5 2001/07/14 21:47:46 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 7th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLStoredXm.hh b/source/visualization/OpenGL/include/G4OpenGLStoredXm.hh index 9498201653..50a3697548 100644 --- a/source/visualization/OpenGL/include/G4OpenGLStoredXm.hh +++ b/source/visualization/OpenGL/include/G4OpenGLStoredXm.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredXm.hh,v 1.5 2001/07/11 10:08:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLStoredXmViewer.hh b/source/visualization/OpenGL/include/G4OpenGLStoredXmViewer.hh index c4922cd01a..1c1206e615 100644 --- a/source/visualization/OpenGL/include/G4OpenGLStoredXmViewer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLStoredXmViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredXmViewer.hh,v 1.5 2001/07/14 21:47:47 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLTransform3D.hh b/source/visualization/OpenGL/include/G4OpenGLTransform3D.hh index 2a6705d3be..95717250ff 100644 --- a/source/visualization/OpenGL/include/G4OpenGLTransform3D.hh +++ b/source/visualization/OpenGL/include/G4OpenGLTransform3D.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLTransform3D.hh,v 1.5 2003/06/10 17:41:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 24th October 1996 diff --git a/source/visualization/OpenGL/include/G4OpenGLViewer.hh b/source/visualization/OpenGL/include/G4OpenGLViewer.hh index 8ca17a3e52..e130461328 100644 --- a/source/visualization/OpenGL/include/G4OpenGLViewer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLViewer.hh,v 1.9 2002/10/16 10:44:14 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 27th March 1996 diff --git a/source/visualization/OpenGL/include/G4OpenGLWin32Viewer.hh b/source/visualization/OpenGL/include/G4OpenGLWin32Viewer.hh index f0f5415292..2646f21cd8 100644 --- a/source/visualization/OpenGL/include/G4OpenGLWin32Viewer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLWin32Viewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLWin32Viewer.hh,v 1.11 2003/06/25 09:01:08 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // G4OpenGLWin32Viewer : Class to provide WindowsNT specific diff --git a/source/visualization/OpenGL/include/G4OpenGLXViewer.hh b/source/visualization/OpenGL/include/G4OpenGLXViewer.hh index 7574f7eeaa..984f4b4c24 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXViewer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXViewer.hh,v 1.18 2003/09/22 10:37:50 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Andrew Walkden 7th February 1997 diff --git a/source/visualization/OpenGL/include/G4OpenGLXmBox.hh b/source/visualization/OpenGL/include/G4OpenGLXmBox.hh index f6e994fa99..4aee7911a6 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmBox.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmBox.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmBox.hh,v 1.6 2001/07/11 10:08:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Box container class diff --git a/source/visualization/OpenGL/include/G4OpenGLXmFourArrowButtons.hh b/source/visualization/OpenGL/include/G4OpenGLXmFourArrowButtons.hh index 481b89ae25..82f913636c 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmFourArrowButtons.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmFourArrowButtons.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmFourArrowButtons.hh,v 1.5 2001/07/11 10:08:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Four arrow buttons class. Inherits from G4OpenGLXmVWidgetComponent diff --git a/source/visualization/OpenGL/include/G4OpenGLXmFramedBox.hh b/source/visualization/OpenGL/include/G4OpenGLXmFramedBox.hh index 44dc0c0da5..fd348fd785 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmFramedBox.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmFramedBox.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmFramedBox.hh,v 1.6 2001/07/11 10:08:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Framed box container class diff --git a/source/visualization/OpenGL/include/G4OpenGLXmPushButton.hh b/source/visualization/OpenGL/include/G4OpenGLXmPushButton.hh index 79cd9f4dd2..3367f52bdf 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmPushButton.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmPushButton.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmPushButton.hh,v 1.6 2001/07/11 10:08:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Push button class. Inherits from G4OpenGLXmVWidgetComponent diff --git a/source/visualization/OpenGL/include/G4OpenGLXmRadioButton.hh b/source/visualization/OpenGL/include/G4OpenGLXmRadioButton.hh index ed8d13c998..3da962a912 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmRadioButton.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmRadioButton.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmRadioButton.hh,v 1.6 2001/07/11 10:08:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Radio button class. Inherits from G4OpenGLXmVWidgetComponent diff --git a/source/visualization/OpenGL/include/G4OpenGLXmResources.hh b/source/visualization/OpenGL/include/G4OpenGLXmResources.hh index 4ea638967f..7f0677aae0 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmResources.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmResources.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmResources.hh,v 1.4 2001/07/11 10:08:51 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Default resources file for GEANT4 OpenGL Motif windows. diff --git a/source/visualization/OpenGL/include/G4OpenGLXmSeparator.hh b/source/visualization/OpenGL/include/G4OpenGLXmSeparator.hh index 540ac46e23..9ac393e7e9 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmSeparator.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmSeparator.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmSeparator.hh,v 1.5 2001/07/11 10:08:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Separator class. Inherits from G4OpenGLXmVWidgetComponent diff --git a/source/visualization/OpenGL/include/G4OpenGLXmSliderBar.hh b/source/visualization/OpenGL/include/G4OpenGLXmSliderBar.hh index 11b627d346..62e6d0132c 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmSliderBar.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmSliderBar.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmSliderBar.hh,v 1.6 2001/07/11 10:08:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Slider bar class. Inherits from G4OpenGLXmVWidgetComponent diff --git a/source/visualization/OpenGL/include/G4OpenGLXmTextField.hh b/source/visualization/OpenGL/include/G4OpenGLXmTextField.hh index f14bb8c41d..243508a979 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmTextField.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmTextField.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmTextField.hh,v 1.6 2001/07/11 10:08:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Text field class. Inherits from G4OpenGLXmVWidgetComponent diff --git a/source/visualization/OpenGL/include/G4OpenGLXmTopLevelShell.hh b/source/visualization/OpenGL/include/G4OpenGLXmTopLevelShell.hh index 960023154f..a9af734103 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmTopLevelShell.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmTopLevelShell.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmTopLevelShell.hh,v 1.5 2001/07/11 10:08:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Top level shell class diff --git a/source/visualization/OpenGL/include/G4OpenGLXmVWidgetComponent.hh b/source/visualization/OpenGL/include/G4OpenGLXmVWidgetComponent.hh index 7a108d76ae..7a69dd973c 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmVWidgetComponent.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmVWidgetComponent.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmVWidgetComponent.hh,v 1.5 2001/07/11 10:08:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Base class for all Motif component widgets diff --git a/source/visualization/OpenGL/include/G4OpenGLXmVWidgetContainer.hh b/source/visualization/OpenGL/include/G4OpenGLXmVWidgetContainer.hh index ea4304b887..ef3f505781 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmVWidgetContainer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmVWidgetContainer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmVWidgetContainer.hh,v 1.5 2001/07/11 10:08:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Base class for all Motif container widgets diff --git a/source/visualization/OpenGL/include/G4OpenGLXmVWidgetObject.hh b/source/visualization/OpenGL/include/G4OpenGLXmVWidgetObject.hh index 3c32945524..a8d48bee21 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmVWidgetObject.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmVWidgetObject.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmVWidgetObject.hh,v 1.5 2001/07/11 10:08:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Virtual base class for all Motif widgets. diff --git a/source/visualization/OpenGL/include/G4OpenGLXmVWidgetShell.hh b/source/visualization/OpenGL/include/G4OpenGLXmVWidgetShell.hh index 5253b7caf5..d9bf1a67e1 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmVWidgetShell.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmVWidgetShell.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmVWidgetShell.hh,v 1.5 2001/07/11 10:08:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // //Base class for all Motif window widgets (shells) diff --git a/source/visualization/OpenGL/include/G4OpenGLXmViewer.hh b/source/visualization/OpenGL/include/G4OpenGLXmViewer.hh index 86368cba72..b5d4082e76 100644 --- a/source/visualization/OpenGL/include/G4OpenGLXmViewer.hh +++ b/source/visualization/OpenGL/include/G4OpenGLXmViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmViewer.hh,v 1.6 2001/07/11 10:08:52 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLImmediateSceneHandler.cc b/source/visualization/OpenGL/src/G4OpenGLImmediateSceneHandler.cc index f0d61397ca..465bea7a99 100644 --- a/source/visualization/OpenGL/src/G4OpenGLImmediateSceneHandler.cc +++ b/source/visualization/OpenGL/src/G4OpenGLImmediateSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateSceneHandler.cc,v 1.9 2003/06/16 17:13:39 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLImmediateViewer.cc b/source/visualization/OpenGL/src/G4OpenGLImmediateViewer.cc index 924460f446..643daa7e19 100644 --- a/source/visualization/OpenGL/src/G4OpenGLImmediateViewer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLImmediateViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateViewer.cc,v 1.6 2002/10/16 10:44:15 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 7th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLImmediateWin32.cc b/source/visualization/OpenGL/src/G4OpenGLImmediateWin32.cc index 82539e780d..c6c26b1be4 100644 --- a/source/visualization/OpenGL/src/G4OpenGLImmediateWin32.cc +++ b/source/visualization/OpenGL/src/G4OpenGLImmediateWin32.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateWin32.cc,v 1.8 2002/10/16 10:44:15 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // OpenGLImmediateWin32 graphics system factory. diff --git a/source/visualization/OpenGL/src/G4OpenGLImmediateWin32Viewer.cc b/source/visualization/OpenGL/src/G4OpenGLImmediateWin32Viewer.cc index 20348fea85..b2c7ccf944 100644 --- a/source/visualization/OpenGL/src/G4OpenGLImmediateWin32Viewer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLImmediateWin32Viewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateWin32Viewer.cc,v 1.7 2003/06/10 17:13:32 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Class G4OpenGLImmediateWin32Viewer : a class derived from G4OpenGLWin32Viewer and diff --git a/source/visualization/OpenGL/src/G4OpenGLImmediateX.cc b/source/visualization/OpenGL/src/G4OpenGLImmediateX.cc index 41e5cb90bf..95324b91f5 100644 --- a/source/visualization/OpenGL/src/G4OpenGLImmediateX.cc +++ b/source/visualization/OpenGL/src/G4OpenGLImmediateX.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateX.cc,v 1.8 2002/02/24 01:48:02 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 27th March 1996 diff --git a/source/visualization/OpenGL/src/G4OpenGLImmediateXViewer.cc b/source/visualization/OpenGL/src/G4OpenGLImmediateXViewer.cc index 6ad107cd7f..813eb6ccde 100644 --- a/source/visualization/OpenGL/src/G4OpenGLImmediateXViewer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLImmediateXViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateXViewer.cc,v 1.8 2003/06/10 17:13:32 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 7th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLImmediateXm.cc b/source/visualization/OpenGL/src/G4OpenGLImmediateXm.cc index 64d86311ac..6a2d3bdbd9 100644 --- a/source/visualization/OpenGL/src/G4OpenGLImmediateXm.cc +++ b/source/visualization/OpenGL/src/G4OpenGLImmediateXm.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateXm.cc,v 1.8 2002/02/24 01:48:05 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLImmediateXmViewer.cc b/source/visualization/OpenGL/src/G4OpenGLImmediateXmViewer.cc index ffca97e21c..c0035fd1a7 100644 --- a/source/visualization/OpenGL/src/G4OpenGLImmediateXmViewer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLImmediateXmViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLImmediateXmViewer.cc,v 1.8 2003/06/10 17:13:33 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLSceneHandler.cc b/source/visualization/OpenGL/src/G4OpenGLSceneHandler.cc index 4cbbf25adf..435c6a680e 100644 --- a/source/visualization/OpenGL/src/G4OpenGLSceneHandler.cc +++ b/source/visualization/OpenGL/src/G4OpenGLSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLSceneHandler.cc,v 1.18 2003/06/10 17:13:33 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 27th March 1996 diff --git a/source/visualization/OpenGL/src/G4OpenGLStoredSceneHandler.cc b/source/visualization/OpenGL/src/G4OpenGLStoredSceneHandler.cc index bae661d230..2bc9e41665 100644 --- a/source/visualization/OpenGL/src/G4OpenGLStoredSceneHandler.cc +++ b/source/visualization/OpenGL/src/G4OpenGLStoredSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredSceneHandler.cc,v 1.16 2003/06/10 17:13:33 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLStoredViewer.cc b/source/visualization/OpenGL/src/G4OpenGLStoredViewer.cc index 27ef1c1c2e..ec4c65981a 100644 --- a/source/visualization/OpenGL/src/G4OpenGLStoredViewer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLStoredViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredViewer.cc,v 1.10 2003/06/10 17:13:33 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 7th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLStoredWin32.cc b/source/visualization/OpenGL/src/G4OpenGLStoredWin32.cc index 29947f56c7..a1f7aa9320 100644 --- a/source/visualization/OpenGL/src/G4OpenGLStoredWin32.cc +++ b/source/visualization/OpenGL/src/G4OpenGLStoredWin32.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredWin32.cc,v 1.10 2003/06/10 17:41:04 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // OpenGLStoredWin32 graphics system factory. diff --git a/source/visualization/OpenGL/src/G4OpenGLStoredWin32Viewer.cc b/source/visualization/OpenGL/src/G4OpenGLStoredWin32Viewer.cc index 462e2d5945..740430f465 100644 --- a/source/visualization/OpenGL/src/G4OpenGLStoredWin32Viewer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLStoredWin32Viewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredWin32Viewer.cc,v 1.7 2003/06/10 17:13:34 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Class G4OpenGLStoredWin32Viewer : a class derived from G4OpenGLWin32Viewer and diff --git a/source/visualization/OpenGL/src/G4OpenGLStoredX.cc b/source/visualization/OpenGL/src/G4OpenGLStoredX.cc index 5f2c137d67..114b5c1f25 100644 --- a/source/visualization/OpenGL/src/G4OpenGLStoredX.cc +++ b/source/visualization/OpenGL/src/G4OpenGLStoredX.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredX.cc,v 1.8 2002/02/24 01:48:17 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLStoredXViewer.cc b/source/visualization/OpenGL/src/G4OpenGLStoredXViewer.cc index e37c4e0da6..07baf142c5 100644 --- a/source/visualization/OpenGL/src/G4OpenGLStoredXViewer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLStoredXViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredXViewer.cc,v 1.9 2003/06/10 17:13:34 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 7th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLStoredXm.cc b/source/visualization/OpenGL/src/G4OpenGLStoredXm.cc index 2d7aa66629..a8a2285872 100644 --- a/source/visualization/OpenGL/src/G4OpenGLStoredXm.cc +++ b/source/visualization/OpenGL/src/G4OpenGLStoredXm.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredXm.cc,v 1.7 2002/02/24 01:48:20 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLStoredXmViewer.cc b/source/visualization/OpenGL/src/G4OpenGLStoredXmViewer.cc index fb7ec381cd..b0fc5ac058 100644 --- a/source/visualization/OpenGL/src/G4OpenGLStoredXmViewer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLStoredXmViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLStoredXmViewer.cc,v 1.8 2003/06/10 17:13:34 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLTransform3D.cc b/source/visualization/OpenGL/src/G4OpenGLTransform3D.cc index 1fa396fe90..65beb1a247 100644 --- a/source/visualization/OpenGL/src/G4OpenGLTransform3D.cc +++ b/source/visualization/OpenGL/src/G4OpenGLTransform3D.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLTransform3D.cc,v 1.6 2003/06/10 17:41:05 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 24th October 1996 diff --git a/source/visualization/OpenGL/src/G4OpenGLViewer.cc b/source/visualization/OpenGL/src/G4OpenGLViewer.cc index d361bab7cb..f73f86ddb2 100644 --- a/source/visualization/OpenGL/src/G4OpenGLViewer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLViewer.cc,v 1.18 2003/06/10 17:58:56 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 27th March 1996 diff --git a/source/visualization/OpenGL/src/G4OpenGLWin32Viewer.cc b/source/visualization/OpenGL/src/G4OpenGLWin32Viewer.cc index d98d39b54c..b9db05ad5a 100644 --- a/source/visualization/OpenGL/src/G4OpenGLWin32Viewer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLWin32Viewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLWin32Viewer.cc,v 1.9 2003/06/25 09:01:12 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // G4OpenGLWin32Viewer : Class to provide WindowsNT specific diff --git a/source/visualization/OpenGL/src/G4OpenGLXViewer.cc b/source/visualization/OpenGL/src/G4OpenGLXViewer.cc index c4a4e89f29..c9ce285f19 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXViewer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXViewer.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4OpenGLXViewer.cc,v 1.19 2003/09/22 10:37:50 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4OpenGLXViewer.cc,v 1.20 2004/02/17 18:17:34 johna Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // Andrew Walkden 7th February 1997 @@ -347,8 +347,8 @@ vi_stored (0) G4OpenGLXViewer::~G4OpenGLXViewer () { if (fViewId >= 0) { //Close a window from here - glXDestroyContext (dpy, cx); glXMakeCurrent (dpy, None, NULL); + glXDestroyContext (dpy, cx); if (win) XDestroyWindow (dpy, win); // ...if already deleted in // sub-class G4OpenGLXmViewer. XFlush (dpy); diff --git a/source/visualization/OpenGL/src/G4OpenGLXmBox.cc b/source/visualization/OpenGL/src/G4OpenGLXmBox.cc index d79fc7cddf..98631e3802 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmBox.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmBox.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmBox.cc,v 1.5 2001/07/11 10:08:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Box container class diff --git a/source/visualization/OpenGL/src/G4OpenGLXmConvenienceRoutines.cc b/source/visualization/OpenGL/src/G4OpenGLXmConvenienceRoutines.cc index df86b17801..abd6b0eaf4 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmConvenienceRoutines.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmConvenienceRoutines.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmConvenienceRoutines.cc,v 1.9 2002/12/11 15:57:59 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 16th April 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLXmFourArrowButtons.cc b/source/visualization/OpenGL/src/G4OpenGLXmFourArrowButtons.cc index 123f5a976a..e631902431 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmFourArrowButtons.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmFourArrowButtons.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmFourArrowButtons.cc,v 1.4 2001/07/11 10:08:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Four arrow buttons class. Inherits from G4OpenGLXmVWidgetComponent diff --git a/source/visualization/OpenGL/src/G4OpenGLXmFramedBox.cc b/source/visualization/OpenGL/src/G4OpenGLXmFramedBox.cc index 51a6936ef2..8f93c02fc3 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmFramedBox.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmFramedBox.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmFramedBox.cc,v 1.5 2001/07/11 10:08:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Framed box container class diff --git a/source/visualization/OpenGL/src/G4OpenGLXmMainMenubarCallbacks.cc b/source/visualization/OpenGL/src/G4OpenGLXmMainMenubarCallbacks.cc index 2917e21213..40c62ed761 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmMainMenubarCallbacks.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmMainMenubarCallbacks.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmMainMenubarCallbacks.cc,v 1.10 2003/06/16 17:13:40 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 16th April 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLXmPanningCallbacks.cc b/source/visualization/OpenGL/src/G4OpenGLXmPanningCallbacks.cc index 0ed20979ff..f6fc5c2910 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmPanningCallbacks.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmPanningCallbacks.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmPanningCallbacks.cc,v 1.6 2001/07/11 10:08:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 16th April 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLXmPushButton.cc b/source/visualization/OpenGL/src/G4OpenGLXmPushButton.cc index bd0f54a562..780406d94f 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmPushButton.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmPushButton.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmPushButton.cc,v 1.5 2001/07/11 10:08:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Push button class. Inherits from G4OpenGLXmVWidgetComponent diff --git a/source/visualization/OpenGL/src/G4OpenGLXmRadioButton.cc b/source/visualization/OpenGL/src/G4OpenGLXmRadioButton.cc index bfa260adc1..accf45d91c 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmRadioButton.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmRadioButton.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmRadioButton.cc,v 1.5 2001/07/11 10:08:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Radio button class. Inherits from G4OpenGLXmVWidgetComponent diff --git a/source/visualization/OpenGL/src/G4OpenGLXmRotationCallbacks.cc b/source/visualization/OpenGL/src/G4OpenGLXmRotationCallbacks.cc index 85a75fe633..437cd227ca 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmRotationCallbacks.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmRotationCallbacks.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmRotationCallbacks.cc,v 1.11 2001/07/11 10:08:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 16th April 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLXmSeparator.cc b/source/visualization/OpenGL/src/G4OpenGLXmSeparator.cc index b0f54327c6..b39aae2393 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmSeparator.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmSeparator.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmSeparator.cc,v 1.4 2001/07/11 10:08:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Separator class. Inherits from G4OpenGLXmVWidgetComponent diff --git a/source/visualization/OpenGL/src/G4OpenGLXmSliderBar.cc b/source/visualization/OpenGL/src/G4OpenGLXmSliderBar.cc index 9336d798ab..ef99106914 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmSliderBar.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmSliderBar.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmSliderBar.cc,v 1.5 2001/07/11 10:08:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Slider bar class. Inherits from G4OpenGLXmVWidgetComponent diff --git a/source/visualization/OpenGL/src/G4OpenGLXmStyleCallbacks.cc b/source/visualization/OpenGL/src/G4OpenGLXmStyleCallbacks.cc index ac5976cbd1..7af5683966 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmStyleCallbacks.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmStyleCallbacks.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmStyleCallbacks.cc,v 1.6 2001/11/12 18:22:09 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 16th April 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLXmTextField.cc b/source/visualization/OpenGL/src/G4OpenGLXmTextField.cc index 4dd3140ddc..3c8604477a 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmTextField.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmTextField.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmTextField.cc,v 1.6 2001/07/11 10:08:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Text field class. Inherits from G4OpenGLXmVWidgetComponent diff --git a/source/visualization/OpenGL/src/G4OpenGLXmTopLevelShell.cc b/source/visualization/OpenGL/src/G4OpenGLXmTopLevelShell.cc index 8f28976985..3da4cb7314 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmTopLevelShell.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmTopLevelShell.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmTopLevelShell.cc,v 1.4 2001/07/11 10:08:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Top level shell class diff --git a/source/visualization/OpenGL/src/G4OpenGLXmVWidgetComponent.cc b/source/visualization/OpenGL/src/G4OpenGLXmVWidgetComponent.cc index d14fa640c4..2e8e219a18 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmVWidgetComponent.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmVWidgetComponent.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmVWidgetComponent.cc,v 1.4 2001/07/11 10:08:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Base class for all Motif component widgets diff --git a/source/visualization/OpenGL/src/G4OpenGLXmVWidgetContainer.cc b/source/visualization/OpenGL/src/G4OpenGLXmVWidgetContainer.cc index 5892367305..fa070c18c3 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmVWidgetContainer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmVWidgetContainer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmVWidgetContainer.cc,v 1.4 2001/07/11 10:08:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Base class for all Motif container widgets diff --git a/source/visualization/OpenGL/src/G4OpenGLXmVWidgetObject.cc b/source/visualization/OpenGL/src/G4OpenGLXmVWidgetObject.cc index 3289d9a7aa..64a7b3ba34 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmVWidgetObject.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmVWidgetObject.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmVWidgetObject.cc,v 1.4 2001/07/11 10:08:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Virtual base class for all Motif widgets. diff --git a/source/visualization/OpenGL/src/G4OpenGLXmVWidgetShell.cc b/source/visualization/OpenGL/src/G4OpenGLXmVWidgetShell.cc index d15957951c..41f7dedc30 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmVWidgetShell.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmVWidgetShell.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmVWidgetShell.cc,v 1.4 2001/07/11 10:08:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // //Base class for all Motif shell widgets diff --git a/source/visualization/OpenGL/src/G4OpenGLXmViewer.cc b/source/visualization/OpenGL/src/G4OpenGLXmViewer.cc index a90c4bd837..42b7cfeb85 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmViewer.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmViewer.cc,v 1.11 2002/02/24 01:48:29 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 10th February 1997 diff --git a/source/visualization/OpenGL/src/G4OpenGLXmWindowHandlingCallbacks.cc b/source/visualization/OpenGL/src/G4OpenGLXmWindowHandlingCallbacks.cc index e0df8fbb20..e0e9c5891b 100644 --- a/source/visualization/OpenGL/src/G4OpenGLXmWindowHandlingCallbacks.cc +++ b/source/visualization/OpenGL/src/G4OpenGLXmWindowHandlingCallbacks.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenGLXmWindowHandlingCallbacks.cc,v 1.5 2001/07/11 10:08:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 16th June 1997 diff --git a/source/visualization/OpenInventor/include/G4OpenInventor.hh b/source/visualization/OpenInventor/include/G4OpenInventor.hh index da00108551..dfe6db7735 100644 --- a/source/visualization/OpenInventor/include/G4OpenInventor.hh +++ b/source/visualization/OpenInventor/include/G4OpenInventor.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventor.hh,v 1.6 2001/07/11 10:08:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // Guy Barrand 26 Mar 1998. // OpenInventor graphics system factory. diff --git a/source/visualization/OpenInventor/include/G4OpenInventorSceneHandler.hh b/source/visualization/OpenInventor/include/G4OpenInventorSceneHandler.hh index b970c90a8a..08fd35ebf2 100644 --- a/source/visualization/OpenInventor/include/G4OpenInventorSceneHandler.hh +++ b/source/visualization/OpenInventor/include/G4OpenInventorSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventorSceneHandler.hh,v 1.15 2003/10/29 10:01:35 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // J Kallenbach 27th Aug 1996 diff --git a/source/visualization/OpenInventor/include/G4OpenInventorSceneHandler.icc b/source/visualization/OpenInventor/include/G4OpenInventorSceneHandler.icc index 0985bcfe9b..6616faf775 100644 --- a/source/visualization/OpenInventor/include/G4OpenInventorSceneHandler.icc +++ b/source/visualization/OpenInventor/include/G4OpenInventorSceneHandler.icc @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventorSceneHandler.icc,v 1.4 2001/07/11 10:08:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // J Kallenbach 27th Aug 1996 diff --git a/source/visualization/OpenInventor/include/G4OpenInventorTransform3D.hh b/source/visualization/OpenInventor/include/G4OpenInventorTransform3D.hh index 8bbf58951d..6eeb7adb9a 100644 --- a/source/visualization/OpenInventor/include/G4OpenInventorTransform3D.hh +++ b/source/visualization/OpenInventor/include/G4OpenInventorTransform3D.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventorTransform3D.hh,v 1.4 2001/07/11 10:09:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // jck 17 Dec 1996 diff --git a/source/visualization/OpenInventor/include/G4OpenInventorViewer.hh b/source/visualization/OpenInventor/include/G4OpenInventorViewer.hh index d03cb895ff..0716fc2816 100644 --- a/source/visualization/OpenInventor/include/G4OpenInventorViewer.hh +++ b/source/visualization/OpenInventor/include/G4OpenInventorViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventorViewer.hh,v 1.10 2001/11/14 14:56:11 barrand Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Jeff Kallenbach 01 Aug 1996 diff --git a/source/visualization/OpenInventor/include/G4OpenInventorWin32.hh b/source/visualization/OpenInventor/include/G4OpenInventorWin32.hh index 600a7db91d..b5816916cd 100644 --- a/source/visualization/OpenInventor/include/G4OpenInventorWin32.hh +++ b/source/visualization/OpenInventor/include/G4OpenInventorWin32.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventorWin32.hh,v 1.5 2001/07/11 10:09:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // OpenInventor graphics system factory. diff --git a/source/visualization/OpenInventor/include/G4OpenInventorX.hh b/source/visualization/OpenInventor/include/G4OpenInventorX.hh index bc7abc9d0e..7bd64e7305 100644 --- a/source/visualization/OpenInventor/include/G4OpenInventorX.hh +++ b/source/visualization/OpenInventor/include/G4OpenInventorX.hh @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventorX.hh,v 1.5 2001/07/11 10:09:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Andrew Walkden 27th March 1996 diff --git a/source/visualization/OpenInventor/src/G4OpenInventor.cc b/source/visualization/OpenInventor/src/G4OpenInventor.cc index 3fd004b13c..7b962dd789 100644 --- a/source/visualization/OpenInventor/src/G4OpenInventor.cc +++ b/source/visualization/OpenInventor/src/G4OpenInventor.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventor.cc,v 1.9 2003/10/29 10:02:06 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // #ifdef G4VIS_BUILD_OI_DRIVER diff --git a/source/visualization/OpenInventor/src/G4OpenInventorSceneHandler.cc b/source/visualization/OpenInventor/src/G4OpenInventorSceneHandler.cc index 8f9279bfdb..68cfb14089 100644 --- a/source/visualization/OpenInventor/src/G4OpenInventorSceneHandler.cc +++ b/source/visualization/OpenInventor/src/G4OpenInventorSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventorSceneHandler.cc,v 1.15 2003/10/29 10:01:36 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Jeff Kallenbach 01 Aug 1996 diff --git a/source/visualization/OpenInventor/src/G4OpenInventorTransform3D.cc b/source/visualization/OpenInventor/src/G4OpenInventorTransform3D.cc index f4becd9b14..e6ab73be1e 100644 --- a/source/visualization/OpenInventor/src/G4OpenInventorTransform3D.cc +++ b/source/visualization/OpenInventor/src/G4OpenInventorTransform3D.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventorTransform3D.cc,v 1.4 2001/07/11 10:09:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // jck 17 Dec 1996 diff --git a/source/visualization/OpenInventor/src/G4OpenInventorViewer.cc b/source/visualization/OpenInventor/src/G4OpenInventorViewer.cc index 649de271e6..66635d80c6 100644 --- a/source/visualization/OpenInventor/src/G4OpenInventorViewer.cc +++ b/source/visualization/OpenInventor/src/G4OpenInventorViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventorViewer.cc,v 1.10 2003/08/28 11:44:22 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // /* * jck 05 Feb 1997 - Initial Implementation diff --git a/source/visualization/OpenInventor/src/G4OpenInventorWin32.cc b/source/visualization/OpenInventor/src/G4OpenInventorWin32.cc index 0f06922484..4546a01fd3 100644 --- a/source/visualization/OpenInventor/src/G4OpenInventorWin32.cc +++ b/source/visualization/OpenInventor/src/G4OpenInventorWin32.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventorWin32.cc,v 1.5 2001/07/11 10:09:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // OpenInventor graphics system factory. diff --git a/source/visualization/OpenInventor/src/G4OpenInventorX.cc b/source/visualization/OpenInventor/src/G4OpenInventorX.cc index 0a20c661e9..e38f188781 100644 --- a/source/visualization/OpenInventor/src/G4OpenInventorX.cc +++ b/source/visualization/OpenInventor/src/G4OpenInventorX.cc @@ -22,7 +22,7 @@ // // // $Id: G4OpenInventorX.cc,v 1.5 2001/07/11 10:09:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Jeff Kallenbach 01 Aug 1996 diff --git a/source/visualization/README b/source/visualization/README index 22740eefe5..6a545a41d0 100644 --- a/source/visualization/README +++ b/source/visualization/README @@ -263,7 +263,7 @@ The Visualization Manager has been constructed with verbosity == 1. $ test19 tcsh 1 RunManager is constructing.... ********************************************** - Geant4 version $Name: geant4-06-00 $ + Geant4 version $Name: geant4-05-02-patch-01 $ (29-Jun-2001) Copyright : Geant4 Collaboration ********************************************** diff --git a/source/visualization/RayTracer/include/G4RTJpeg.hh b/source/visualization/RayTracer/include/G4RTJpeg.hh index 39ff0398dc..d5ab1dc0a1 100644 --- a/source/visualization/RayTracer/include/G4RTJpeg.hh +++ b/source/visualization/RayTracer/include/G4RTJpeg.hh @@ -22,7 +22,7 @@ // // // $Id: G4RTJpeg.hh,v 1.5 2001/07/11 10:09:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4RTJpegCoder.hh b/source/visualization/RayTracer/include/G4RTJpegCoder.hh index db46247619..7a870075e6 100644 --- a/source/visualization/RayTracer/include/G4RTJpegCoder.hh +++ b/source/visualization/RayTracer/include/G4RTJpegCoder.hh @@ -22,7 +22,7 @@ // // // $Id: G4RTJpegCoder.hh,v 1.5 2001/07/11 10:09:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4RTJpegCoderTables.hh b/source/visualization/RayTracer/include/G4RTJpegCoderTables.hh index 17e9b0105f..7e38c38b74 100644 --- a/source/visualization/RayTracer/include/G4RTJpegCoderTables.hh +++ b/source/visualization/RayTracer/include/G4RTJpegCoderTables.hh @@ -22,7 +22,7 @@ // // // $Id: G4RTJpegCoderTables.hh,v 1.5 2001/07/11 10:09:01 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // class description: diff --git a/source/visualization/RayTracer/include/G4RTJpegMaker.hh b/source/visualization/RayTracer/include/G4RTJpegMaker.hh index 4c0860b0a1..af7977dc34 100644 --- a/source/visualization/RayTracer/include/G4RTJpegMaker.hh +++ b/source/visualization/RayTracer/include/G4RTJpegMaker.hh @@ -22,7 +22,7 @@ // // // $Id: G4RTJpegMaker.hh,v 1.5 2001/07/11 10:09:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4RTMessenger.hh b/source/visualization/RayTracer/include/G4RTMessenger.hh index 0928032892..63cadcbae5 100644 --- a/source/visualization/RayTracer/include/G4RTMessenger.hh +++ b/source/visualization/RayTracer/include/G4RTMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4RTMessenger.hh,v 1.5 2003/09/18 11:13:24 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4RTOutBitStream.hh b/source/visualization/RayTracer/include/G4RTOutBitStream.hh index 62606f664e..110515ef36 100644 --- a/source/visualization/RayTracer/include/G4RTOutBitStream.hh +++ b/source/visualization/RayTracer/include/G4RTOutBitStream.hh @@ -22,7 +22,7 @@ // // // $Id: G4RTOutBitStream.hh,v 1.6 2001/07/11 10:09:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4RTSimpleScanner.hh b/source/visualization/RayTracer/include/G4RTSimpleScanner.hh index 4f694c281e..9bf822a35c 100644 --- a/source/visualization/RayTracer/include/G4RTSimpleScanner.hh +++ b/source/visualization/RayTracer/include/G4RTSimpleScanner.hh @@ -22,7 +22,7 @@ // // // $Id: G4RTSimpleScanner.hh,v 1.1 2003/09/18 11:14:02 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4RTSteppingAction.hh b/source/visualization/RayTracer/include/G4RTSteppingAction.hh index f78a888c05..47039c14a6 100644 --- a/source/visualization/RayTracer/include/G4RTSteppingAction.hh +++ b/source/visualization/RayTracer/include/G4RTSteppingAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4RTSteppingAction.hh,v 1.4 2001/07/11 10:09:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4RTTrackingAction.hh b/source/visualization/RayTracer/include/G4RTTrackingAction.hh index 7151a29949..2174f63d80 100644 --- a/source/visualization/RayTracer/include/G4RTTrackingAction.hh +++ b/source/visualization/RayTracer/include/G4RTTrackingAction.hh @@ -22,7 +22,7 @@ // // // $Id: G4RTTrackingAction.hh,v 1.5 2003/05/30 13:01:20 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4RayShooter.hh b/source/visualization/RayTracer/include/G4RayShooter.hh index 853e528e91..19456e38eb 100644 --- a/source/visualization/RayTracer/include/G4RayShooter.hh +++ b/source/visualization/RayTracer/include/G4RayShooter.hh @@ -22,7 +22,7 @@ // // // $Id: G4RayShooter.hh,v 1.3 2001/07/11 10:09:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // class description: diff --git a/source/visualization/RayTracer/include/G4RayTracer.hh b/source/visualization/RayTracer/include/G4RayTracer.hh index c6892cb79d..b6d66de0ea 100644 --- a/source/visualization/RayTracer/include/G4RayTracer.hh +++ b/source/visualization/RayTracer/include/G4RayTracer.hh @@ -22,7 +22,7 @@ // // // $Id: G4RayTracer.hh,v 1.9 2003/09/18 11:14:03 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4RayTracerFeatures.hh b/source/visualization/RayTracer/include/G4RayTracerFeatures.hh index ba7c3ef461..158ad33cef 100644 --- a/source/visualization/RayTracer/include/G4RayTracerFeatures.hh +++ b/source/visualization/RayTracer/include/G4RayTracerFeatures.hh @@ -22,7 +22,7 @@ // // // $Id: G4RayTracerFeatures.hh,v 1.3 2001/07/11 10:09:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4RayTracerSceneHandler.hh b/source/visualization/RayTracer/include/G4RayTracerSceneHandler.hh index 0b7da0638d..9360752d73 100644 --- a/source/visualization/RayTracer/include/G4RayTracerSceneHandler.hh +++ b/source/visualization/RayTracer/include/G4RayTracerSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4RayTracerSceneHandler.hh,v 1.6 2002/12/11 15:59:34 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // John Allison 17th March 2000 diff --git a/source/visualization/RayTracer/include/G4RayTracerViewer.hh b/source/visualization/RayTracer/include/G4RayTracerViewer.hh index 7080949e66..6bec78652e 100644 --- a/source/visualization/RayTracer/include/G4RayTracerViewer.hh +++ b/source/visualization/RayTracer/include/G4RayTracerViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4RayTracerViewer.hh,v 1.4 2001/07/11 10:09:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // John Allison 17th March 2000 diff --git a/source/visualization/RayTracer/include/G4RayTrajectory.hh b/source/visualization/RayTracer/include/G4RayTrajectory.hh index eee1ac0d49..8351bf6da6 100644 --- a/source/visualization/RayTracer/include/G4RayTrajectory.hh +++ b/source/visualization/RayTracer/include/G4RayTrajectory.hh @@ -22,7 +22,7 @@ // // // $Id: G4RayTrajectory.hh,v 1.11 2003/06/16 17:13:42 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4RayTrajectoryPoint.hh b/source/visualization/RayTracer/include/G4RayTrajectoryPoint.hh index 3f006c61f5..c3d8c857ce 100644 --- a/source/visualization/RayTracer/include/G4RayTrajectoryPoint.hh +++ b/source/visualization/RayTracer/include/G4RayTrajectoryPoint.hh @@ -22,7 +22,7 @@ // // // $Id: G4RayTrajectoryPoint.hh,v 1.5 2002/10/16 11:42:48 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4VFigureFileMaker.hh b/source/visualization/RayTracer/include/G4VFigureFileMaker.hh index 606948a93d..a8fce4d42b 100644 --- a/source/visualization/RayTracer/include/G4VFigureFileMaker.hh +++ b/source/visualization/RayTracer/include/G4VFigureFileMaker.hh @@ -22,7 +22,7 @@ // // // $Id: G4VFigureFileMaker.hh,v 1.4 2001/07/11 10:09:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/RayTracer/include/G4VRTScanner.hh b/source/visualization/RayTracer/include/G4VRTScanner.hh index fbf4e898c0..a07b765778 100644 --- a/source/visualization/RayTracer/include/G4VRTScanner.hh +++ b/source/visualization/RayTracer/include/G4VRTScanner.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRTScanner.hh,v 1.1 2003/09/18 11:14:03 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/visualization/RayTracer/src/G4RTJpegCoder.cc b/source/visualization/RayTracer/src/G4RTJpegCoder.cc index b91a602197..8c4cc7c233 100644 --- a/source/visualization/RayTracer/src/G4RTJpegCoder.cc +++ b/source/visualization/RayTracer/src/G4RTJpegCoder.cc @@ -22,7 +22,7 @@ // // // $Id: G4RTJpegCoder.cc,v 1.4 2001/07/11 10:09:03 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/source/visualization/RayTracer/src/G4RTJpegMaker.cc b/source/visualization/RayTracer/src/G4RTJpegMaker.cc index 49eff1ce4c..cb78d67e9c 100644 --- a/source/visualization/RayTracer/src/G4RTJpegMaker.cc +++ b/source/visualization/RayTracer/src/G4RTJpegMaker.cc @@ -22,7 +22,7 @@ // // // $Id: G4RTJpegMaker.cc,v 1.9 2003/06/18 08:23:02 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/source/visualization/RayTracer/src/G4RTMessenger.cc b/source/visualization/RayTracer/src/G4RTMessenger.cc index 6b20cb89a0..4a33918f2e 100644 --- a/source/visualization/RayTracer/src/G4RTMessenger.cc +++ b/source/visualization/RayTracer/src/G4RTMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4RTMessenger.cc,v 1.7 2003/09/18 11:13:25 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // diff --git a/source/visualization/RayTracer/src/G4RTOutBitStream.cc b/source/visualization/RayTracer/src/G4RTOutBitStream.cc index b4aa73e95a..899a7280b3 100644 --- a/source/visualization/RayTracer/src/G4RTOutBitStream.cc +++ b/source/visualization/RayTracer/src/G4RTOutBitStream.cc @@ -22,7 +22,7 @@ // // // $Id: G4RTOutBitStream.cc,v 1.4 2001/07/11 10:09:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/source/visualization/RayTracer/src/G4RTSimpleScanner.cc b/source/visualization/RayTracer/src/G4RTSimpleScanner.cc index 3259310ca7..f5e2d57fcc 100644 --- a/source/visualization/RayTracer/src/G4RTSimpleScanner.cc +++ b/source/visualization/RayTracer/src/G4RTSimpleScanner.cc @@ -22,7 +22,7 @@ // // // $Id: G4RTSimpleScanner.cc,v 1.1 2003/09/18 11:14:04 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // diff --git a/source/visualization/RayTracer/src/G4RTSteppingAction.cc b/source/visualization/RayTracer/src/G4RTSteppingAction.cc index 0cf46835a6..0daa4db215 100644 --- a/source/visualization/RayTracer/src/G4RTSteppingAction.cc +++ b/source/visualization/RayTracer/src/G4RTSteppingAction.cc @@ -22,7 +22,7 @@ // // // $Id: G4RTSteppingAction.cc,v 1.6 2001/07/11 10:09:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/source/visualization/RayTracer/src/G4RTTrackingAction.cc b/source/visualization/RayTracer/src/G4RTTrackingAction.cc index ce005326a0..c69e263548 100644 --- a/source/visualization/RayTracer/src/G4RTTrackingAction.cc +++ b/source/visualization/RayTracer/src/G4RTTrackingAction.cc @@ -22,7 +22,7 @@ // // // $Id: G4RTTrackingAction.cc,v 1.4 2003/05/30 13:01:21 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/source/visualization/RayTracer/src/G4RayShooter.cc b/source/visualization/RayTracer/src/G4RayShooter.cc index 307bf85c1c..5e1909092b 100644 --- a/source/visualization/RayTracer/src/G4RayShooter.cc +++ b/source/visualization/RayTracer/src/G4RayShooter.cc @@ -22,7 +22,7 @@ // // // $Id: G4RayShooter.cc,v 1.2 2001/07/11 10:09:04 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4RayShooter.hh" diff --git a/source/visualization/RayTracer/src/G4RayTracer.cc b/source/visualization/RayTracer/src/G4RayTracer.cc index 197b7e900a..3526dade5d 100644 --- a/source/visualization/RayTracer/src/G4RayTracer.cc +++ b/source/visualization/RayTracer/src/G4RayTracer.cc @@ -22,7 +22,7 @@ // // // $Id: G4RayTracer.cc,v 1.13 2003/09/18 11:14:04 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // diff --git a/source/visualization/RayTracer/src/G4RayTracerSceneHandler.cc b/source/visualization/RayTracer/src/G4RayTracerSceneHandler.cc index 29283c94ca..5d820b5656 100644 --- a/source/visualization/RayTracer/src/G4RayTracerSceneHandler.cc +++ b/source/visualization/RayTracer/src/G4RayTracerSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4RayTracerSceneHandler.cc,v 1.2 2001/07/11 10:09:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4RayTracerSceneHandler.hh" diff --git a/source/visualization/RayTracer/src/G4RayTracerViewer.cc b/source/visualization/RayTracer/src/G4RayTracerViewer.cc index f90c35005b..e1c6cbaaca 100644 --- a/source/visualization/RayTracer/src/G4RayTracerViewer.cc +++ b/source/visualization/RayTracer/src/G4RayTracerViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4RayTracerViewer.cc,v 1.11 2003/06/16 17:13:44 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4RayTracerViewer.hh" diff --git a/source/visualization/RayTracer/src/G4RayTrajectory.cc b/source/visualization/RayTracer/src/G4RayTrajectory.cc index b7a36ff599..17feb2bc04 100644 --- a/source/visualization/RayTracer/src/G4RayTrajectory.cc +++ b/source/visualization/RayTracer/src/G4RayTrajectory.cc @@ -22,7 +22,7 @@ // // // $Id: G4RayTrajectory.cc,v 1.12 2003/06/16 17:13:45 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/source/visualization/RayTracer/src/G4RayTrajectoryPoint.cc b/source/visualization/RayTracer/src/G4RayTrajectoryPoint.cc index 3be2c49408..509eb7bdc2 100644 --- a/source/visualization/RayTracer/src/G4RayTrajectoryPoint.cc +++ b/source/visualization/RayTracer/src/G4RayTrajectoryPoint.cc @@ -22,7 +22,7 @@ // // // $Id: G4RayTrajectoryPoint.cc,v 1.3 2001/07/11 10:09:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // diff --git a/source/visualization/Tree/include/G4ASCIITree.hh b/source/visualization/Tree/include/G4ASCIITree.hh index 541b4ce7b5..4744d5dfe4 100644 --- a/source/visualization/Tree/include/G4ASCIITree.hh +++ b/source/visualization/Tree/include/G4ASCIITree.hh @@ -22,7 +22,7 @@ // // // $Id: G4ASCIITree.hh,v 1.5 2001/07/11 10:09:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/Tree/include/G4ASCIITreeMessenger.hh b/source/visualization/Tree/include/G4ASCIITreeMessenger.hh index 185a9ae355..d2081e68c6 100644 --- a/source/visualization/Tree/include/G4ASCIITreeMessenger.hh +++ b/source/visualization/Tree/include/G4ASCIITreeMessenger.hh @@ -22,7 +22,7 @@ // // // $Id: G4ASCIITreeMessenger.hh,v 1.4 2001/07/11 10:09:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/Tree/include/G4ASCIITreeSceneHandler.hh b/source/visualization/Tree/include/G4ASCIITreeSceneHandler.hh index 10814df7c0..eff4292ec2 100644 --- a/source/visualization/Tree/include/G4ASCIITreeSceneHandler.hh +++ b/source/visualization/Tree/include/G4ASCIITreeSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4ASCIITreeSceneHandler.hh,v 1.11 2003/06/16 17:13:46 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/Tree/include/G4ASCIITreeViewer.hh b/source/visualization/Tree/include/G4ASCIITreeViewer.hh index c689bd1519..92fbe9bf41 100644 --- a/source/visualization/Tree/include/G4ASCIITreeViewer.hh +++ b/source/visualization/Tree/include/G4ASCIITreeViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4ASCIITreeViewer.hh,v 1.4 2001/07/11 10:09:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/Tree/include/G4VTree.hh b/source/visualization/Tree/include/G4VTree.hh index c6bee4b865..46f7997cd1 100644 --- a/source/visualization/Tree/include/G4VTree.hh +++ b/source/visualization/Tree/include/G4VTree.hh @@ -22,7 +22,7 @@ // // // $Id: G4VTree.hh,v 1.4 2001/07/11 10:09:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/Tree/include/G4VTreeSceneHandler.hh b/source/visualization/Tree/include/G4VTreeSceneHandler.hh index 7a9239e8ec..67aae0a34b 100644 --- a/source/visualization/Tree/include/G4VTreeSceneHandler.hh +++ b/source/visualization/Tree/include/G4VTreeSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4VTreeSceneHandler.hh,v 1.9 2003/05/30 13:01:22 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/Tree/include/G4VTreeSceneHandler.icc b/source/visualization/Tree/include/G4VTreeSceneHandler.icc index af46a098bc..eabcf3ec5d 100644 --- a/source/visualization/Tree/include/G4VTreeSceneHandler.icc +++ b/source/visualization/Tree/include/G4VTreeSceneHandler.icc @@ -22,7 +22,7 @@ // // // $Id: G4VTreeSceneHandler.icc,v 1.4 2001/07/11 10:09:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 18th May 2000 diff --git a/source/visualization/Tree/include/G4VTreeViewer.hh b/source/visualization/Tree/include/G4VTreeViewer.hh index 023fb2183c..62197ed287 100644 --- a/source/visualization/Tree/include/G4VTreeViewer.hh +++ b/source/visualization/Tree/include/G4VTreeViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VTreeViewer.hh,v 1.4 2001/07/11 10:09:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/Tree/src/G4ASCIITree.cc b/source/visualization/Tree/src/G4ASCIITree.cc index 666bb73560..b67e88c6b6 100644 --- a/source/visualization/Tree/src/G4ASCIITree.cc +++ b/source/visualization/Tree/src/G4ASCIITree.cc @@ -22,7 +22,7 @@ // // // $Id: G4ASCIITree.cc,v 1.7 2001/08/05 19:02:12 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/Tree/src/G4ASCIITreeMessenger.cc b/source/visualization/Tree/src/G4ASCIITreeMessenger.cc index 8cbe6618fb..57b1b180bb 100644 --- a/source/visualization/Tree/src/G4ASCIITreeMessenger.cc +++ b/source/visualization/Tree/src/G4ASCIITreeMessenger.cc @@ -22,7 +22,7 @@ // // // $Id: G4ASCIITreeMessenger.cc,v 1.6 2003/05/30 13:01:23 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/Tree/src/G4ASCIITreeSceneHandler.cc b/source/visualization/Tree/src/G4ASCIITreeSceneHandler.cc index 16bac79783..dbc177a6ea 100644 --- a/source/visualization/Tree/src/G4ASCIITreeSceneHandler.cc +++ b/source/visualization/Tree/src/G4ASCIITreeSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4ASCIITreeSceneHandler.cc,v 1.13 2003/11/06 15:01:34 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/Tree/src/G4ASCIITreeViewer.cc b/source/visualization/Tree/src/G4ASCIITreeViewer.cc index e85d222118..9d4a55560c 100644 --- a/source/visualization/Tree/src/G4ASCIITreeViewer.cc +++ b/source/visualization/Tree/src/G4ASCIITreeViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4ASCIITreeViewer.cc,v 1.6 2003/06/16 17:13:50 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4ASCIITreeViewer.hh" diff --git a/source/visualization/Tree/src/G4VTree.cc b/source/visualization/Tree/src/G4VTree.cc index 15842dcae6..e617f9f461 100644 --- a/source/visualization/Tree/src/G4VTree.cc +++ b/source/visualization/Tree/src/G4VTree.cc @@ -22,7 +22,7 @@ // // // $Id: G4VTree.cc,v 1.4 2001/07/11 10:09:08 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/Tree/src/G4VTreeSceneHandler.cc b/source/visualization/Tree/src/G4VTreeSceneHandler.cc index 1a97bf7760..66cade3ae7 100644 --- a/source/visualization/Tree/src/G4VTreeSceneHandler.cc +++ b/source/visualization/Tree/src/G4VTreeSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4VTreeSceneHandler.cc,v 1.7 2002/12/11 16:08:55 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/Tree/src/G4VTreeViewer.cc b/source/visualization/Tree/src/G4VTreeViewer.cc index 18e800b046..d73533e496 100644 --- a/source/visualization/Tree/src/G4VTreeViewer.cc +++ b/source/visualization/Tree/src/G4VTreeViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VTreeViewer.cc,v 1.5 2003/06/16 17:13:53 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4VTreeViewer.hh" diff --git a/source/visualization/VRML/g4vrmlview/g4mini.java b/source/visualization/VRML/g4vrmlview/g4mini.java index fa33a79f04..5f39c5370f 100644 --- a/source/visualization/VRML/g4vrmlview/g4mini.java +++ b/source/visualization/VRML/g4vrmlview/g4mini.java @@ -22,7 +22,7 @@ // // // $Id: g4mini.java,v 1.3 2001/07/11 10:09:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // import java.io.*; import java.net.*; diff --git a/source/visualization/VRML/g4vrmlview/g4vrmlview.java b/source/visualization/VRML/g4vrmlview/g4vrmlview.java index 3181e870bc..e573f90ab2 100644 --- a/source/visualization/VRML/g4vrmlview/g4vrmlview.java +++ b/source/visualization/VRML/g4vrmlview/g4vrmlview.java @@ -22,7 +22,7 @@ // // // $Id: g4vrmlview.java,v 1.3 2001/07/11 10:09:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // import java.io.*; import java.net.*; diff --git a/source/visualization/VRML/include/FRClient.h b/source/visualization/VRML/include/FRClient.h index 9b105a9476..c3bcd405ea 100644 --- a/source/visualization/VRML/include/FRClient.h +++ b/source/visualization/VRML/include/FRClient.h @@ -22,7 +22,7 @@ // // // $Id: FRClient.h,v 1.5 2002/06/23 03:31:42 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // FRClient.h // FukuiRenderer Client diff --git a/source/visualization/VRML/include/G4FRClient.hh b/source/visualization/VRML/include/G4FRClient.hh index 96d3f1bc1a..07d5c821ed 100644 --- a/source/visualization/VRML/include/G4FRClient.hh +++ b/source/visualization/VRML/include/G4FRClient.hh @@ -22,7 +22,7 @@ // // // $Id: G4FRClient.hh,v 1.7 2002/06/23 03:31:42 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4FRClient.hh // Yasuhide Sawada and Satoshi Tanaka diff --git a/source/visualization/VRML/include/G4VRML1.hh b/source/visualization/VRML/include/G4VRML1.hh index f3cdae1d22..859b2068fb 100644 --- a/source/visualization/VRML/include/G4VRML1.hh +++ b/source/visualization/VRML/include/G4VRML1.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRML1.hh,v 1.9 2002/06/23 03:31:42 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML1.hh // Yasuhide Sawada and Satoshi Tanaka diff --git a/source/visualization/VRML/include/G4VRML1File.hh b/source/visualization/VRML/include/G4VRML1File.hh index cc3212535c..acbc719af1 100644 --- a/source/visualization/VRML/include/G4VRML1File.hh +++ b/source/visualization/VRML/include/G4VRML1File.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRML1File.hh,v 1.9 2001/09/18 07:53:08 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML1File.hh // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/include/G4VRML1FileSceneHandler.hh b/source/visualization/VRML/include/G4VRML1FileSceneHandler.hh index 6ee45e3377..8104b59868 100644 --- a/source/visualization/VRML/include/G4VRML1FileSceneHandler.hh +++ b/source/visualization/VRML/include/G4VRML1FileSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRML1FileSceneHandler.hh,v 1.13 2003/06/16 17:13:54 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML1FileSceneHandler.hh // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/include/G4VRML1FileViewer.hh b/source/visualization/VRML/include/G4VRML1FileViewer.hh index 5a87a577df..5e9074765a 100644 --- a/source/visualization/VRML/include/G4VRML1FileViewer.hh +++ b/source/visualization/VRML/include/G4VRML1FileViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRML1FileViewer.hh,v 1.7 2001/09/18 07:53:08 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML1FileViewer.hh // Satoshi Tanaka and Yasuhide Sawada diff --git a/source/visualization/VRML/include/G4VRML1SceneHandler.hh b/source/visualization/VRML/include/G4VRML1SceneHandler.hh index 6d87078f9d..c61fe06da1 100644 --- a/source/visualization/VRML/include/G4VRML1SceneHandler.hh +++ b/source/visualization/VRML/include/G4VRML1SceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRML1SceneHandler.hh,v 1.11 2002/12/11 15:57:55 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML1SceneHandler.hh // Yasuhide Sawada & Satoshi Tanaka diff --git a/source/visualization/VRML/include/G4VRML1Viewer.hh b/source/visualization/VRML/include/G4VRML1Viewer.hh index 0225d8ea05..384bb22fd8 100644 --- a/source/visualization/VRML/include/G4VRML1Viewer.hh +++ b/source/visualization/VRML/include/G4VRML1Viewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRML1Viewer.hh,v 1.7 2002/06/23 03:31:42 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML1Viewer.hh // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/include/G4VRML2.hh b/source/visualization/VRML/include/G4VRML2.hh index 29c24dda28..a4036e1046 100644 --- a/source/visualization/VRML/include/G4VRML2.hh +++ b/source/visualization/VRML/include/G4VRML2.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRML2.hh,v 1.9 2002/06/23 03:31:42 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML2.hh // Satoshi Tanaka and Yasuhide Sawada diff --git a/source/visualization/VRML/include/G4VRML2File.hh b/source/visualization/VRML/include/G4VRML2File.hh index 65bd6ff504..1f76b440f5 100644 --- a/source/visualization/VRML/include/G4VRML2File.hh +++ b/source/visualization/VRML/include/G4VRML2File.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRML2File.hh,v 1.10 2002/06/23 03:31:42 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML2File.hh // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/include/G4VRML2FileSceneHandler.hh b/source/visualization/VRML/include/G4VRML2FileSceneHandler.hh index 46a8271cb3..96ef9e78e0 100644 --- a/source/visualization/VRML/include/G4VRML2FileSceneHandler.hh +++ b/source/visualization/VRML/include/G4VRML2FileSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRML2FileSceneHandler.hh,v 1.12 2003/06/16 17:13:55 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML2FileSceneHandler.hh // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/include/G4VRML2FileViewer.hh b/source/visualization/VRML/include/G4VRML2FileViewer.hh index ba24ae50b1..435bdada74 100644 --- a/source/visualization/VRML/include/G4VRML2FileViewer.hh +++ b/source/visualization/VRML/include/G4VRML2FileViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRML2FileViewer.hh,v 1.9 2003/06/16 17:13:56 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML2FileViewer.hh // Satoshi Tanaka and Yasuhide Sawada diff --git a/source/visualization/VRML/include/G4VRML2SceneHandler.hh b/source/visualization/VRML/include/G4VRML2SceneHandler.hh index ca75d8278e..347d8fc925 100644 --- a/source/visualization/VRML/include/G4VRML2SceneHandler.hh +++ b/source/visualization/VRML/include/G4VRML2SceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRML2SceneHandler.hh,v 1.10 2002/12/11 15:57:56 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML2SceneHandler.hh // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/include/G4VRML2Viewer.hh b/source/visualization/VRML/include/G4VRML2Viewer.hh index 0e8833d928..ebe9f66b59 100644 --- a/source/visualization/VRML/include/G4VRML2Viewer.hh +++ b/source/visualization/VRML/include/G4VRML2Viewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRML2Viewer.hh,v 1.7 2002/06/23 03:31:43 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML2Viewer.hh // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/include/G4VRMLNetConfig.hh b/source/visualization/VRML/include/G4VRMLNetConfig.hh index 9bf7e60be7..405935eb06 100644 --- a/source/visualization/VRML/include/G4VRMLNetConfig.hh +++ b/source/visualization/VRML/include/G4VRMLNetConfig.hh @@ -22,7 +22,7 @@ // // // $Id: G4VRMLNetConfig.hh,v 1.6 2002/06/23 03:31:43 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRMLNetConfig.hh // Satoshi Tanaka diff --git a/source/visualization/VRML/src/FRClient.cc b/source/visualization/VRML/src/FRClient.cc index 4d5e0c6f4d..76938091a6 100644 --- a/source/visualization/VRML/src/FRClient.cc +++ b/source/visualization/VRML/src/FRClient.cc @@ -22,7 +22,7 @@ // // // $Id: FRClient.cc,v 1.6 2002/06/23 03:31:50 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // FRClient.cc // FukuiRenderer Client diff --git a/source/visualization/VRML/src/G4FRClient.cc b/source/visualization/VRML/src/G4FRClient.cc index 93ea71694e..4848f8d402 100644 --- a/source/visualization/VRML/src/G4FRClient.cc +++ b/source/visualization/VRML/src/G4FRClient.cc @@ -22,7 +22,7 @@ // // // $Id: G4FRClient.cc,v 1.7 2002/06/23 03:31:50 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4FRClient.cc // Yasuhide Sawada & Satoshi Tanaka diff --git a/source/visualization/VRML/src/G4VRML1.cc b/source/visualization/VRML/src/G4VRML1.cc index 1b2747fc5a..2441928c6b 100644 --- a/source/visualization/VRML/src/G4VRML1.cc +++ b/source/visualization/VRML/src/G4VRML1.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRML1.cc,v 1.8 2002/06/23 03:31:50 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML1.cc // Yasuhide Sawada & Satoshi Tanaka diff --git a/source/visualization/VRML/src/G4VRML1File.cc b/source/visualization/VRML/src/G4VRML1File.cc index 58024cb411..b2ce8a8185 100644 --- a/source/visualization/VRML/src/G4VRML1File.cc +++ b/source/visualization/VRML/src/G4VRML1File.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRML1File.cc,v 1.8 2001/09/18 07:53:15 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML1File.cc // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/src/G4VRML1FileSceneHandler.cc b/source/visualization/VRML/src/G4VRML1FileSceneHandler.cc index ca76afaac2..68f4ea045d 100644 --- a/source/visualization/VRML/src/G4VRML1FileSceneHandler.cc +++ b/source/visualization/VRML/src/G4VRML1FileSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRML1FileSceneHandler.cc,v 1.8 2003/06/16 17:13:57 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML1FileSceneHandler.cc // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/src/G4VRML1FileViewer.cc b/source/visualization/VRML/src/G4VRML1FileViewer.cc index b110cde32d..6d76402ba1 100644 --- a/source/visualization/VRML/src/G4VRML1FileViewer.cc +++ b/source/visualization/VRML/src/G4VRML1FileViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRML1FileViewer.cc,v 1.7 2001/09/18 07:53:15 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRMLView.cc // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/src/G4VRML1SceneHandler.cc b/source/visualization/VRML/src/G4VRML1SceneHandler.cc index 6ba3b0ab6a..14c4bee435 100644 --- a/source/visualization/VRML/src/G4VRML1SceneHandler.cc +++ b/source/visualization/VRML/src/G4VRML1SceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRML1SceneHandler.cc,v 1.8 2003/06/16 17:13:58 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML1SceneHandler.cc // Yasuhide Sawada and Satoshi Tanaka diff --git a/source/visualization/VRML/src/G4VRML1SceneHandlerFunc.icc b/source/visualization/VRML/src/G4VRML1SceneHandlerFunc.icc index bbc41d40b7..406e5f65a7 100644 --- a/source/visualization/VRML/src/G4VRML1SceneHandlerFunc.icc +++ b/source/visualization/VRML/src/G4VRML1SceneHandlerFunc.icc @@ -22,7 +22,7 @@ // // // $Id: G4VRML1SceneHandlerFunc.icc,v 1.12 2003/05/30 13:01:24 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML1SceneHandlerFunc.icc // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/src/G4VRML1Viewer.cc b/source/visualization/VRML/src/G4VRML1Viewer.cc index ea08f77665..298c8d15e9 100644 --- a/source/visualization/VRML/src/G4VRML1Viewer.cc +++ b/source/visualization/VRML/src/G4VRML1Viewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRML1Viewer.cc,v 1.7 2002/06/23 03:31:50 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRMLView.cc // Yasuhide Sawada & Satoshi Tanaka diff --git a/source/visualization/VRML/src/G4VRML2.cc b/source/visualization/VRML/src/G4VRML2.cc index fe690a526a..f9645552f5 100644 --- a/source/visualization/VRML/src/G4VRML2.cc +++ b/source/visualization/VRML/src/G4VRML2.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRML2.cc,v 1.8 2002/06/23 03:31:50 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML2.cc // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/src/G4VRML2File.cc b/source/visualization/VRML/src/G4VRML2File.cc index 583850a793..4e67c21384 100644 --- a/source/visualization/VRML/src/G4VRML2File.cc +++ b/source/visualization/VRML/src/G4VRML2File.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRML2File.cc,v 1.8 2001/09/18 07:53:16 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML2File.cc // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/src/G4VRML2FileSceneHandler.cc b/source/visualization/VRML/src/G4VRML2FileSceneHandler.cc index c48e1d0edb..daa3b4b15f 100644 --- a/source/visualization/VRML/src/G4VRML2FileSceneHandler.cc +++ b/source/visualization/VRML/src/G4VRML2FileSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRML2FileSceneHandler.cc,v 1.9 2003/06/16 17:13:59 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML2FileSceneHandler.cc // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/src/G4VRML2FileViewer.cc b/source/visualization/VRML/src/G4VRML2FileViewer.cc index 1d55bd3561..f17890ac6f 100644 --- a/source/visualization/VRML/src/G4VRML2FileViewer.cc +++ b/source/visualization/VRML/src/G4VRML2FileViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRML2FileViewer.cc,v 1.8 2001/09/18 07:53:16 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML2FileViewer.cc // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/src/G4VRML2SceneHandler.cc b/source/visualization/VRML/src/G4VRML2SceneHandler.cc index 457a17849e..34f83b0ec9 100644 --- a/source/visualization/VRML/src/G4VRML2SceneHandler.cc +++ b/source/visualization/VRML/src/G4VRML2SceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRML2SceneHandler.cc,v 1.9 2003/06/16 17:14:00 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML2SceneHandler.cc // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/src/G4VRML2SceneHandlerFunc.icc b/source/visualization/VRML/src/G4VRML2SceneHandlerFunc.icc index c53c2a287b..48869ef09c 100644 --- a/source/visualization/VRML/src/G4VRML2SceneHandlerFunc.icc +++ b/source/visualization/VRML/src/G4VRML2SceneHandlerFunc.icc @@ -22,7 +22,7 @@ // // // $Id: G4VRML2SceneHandlerFunc.icc,v 1.14 2003/11/06 15:04:45 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // G4VRML2SceneHandlerFunc.icc // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/VRML/src/G4VRML2Viewer.cc b/source/visualization/VRML/src/G4VRML2Viewer.cc index 4940141371..227e382d73 100644 --- a/source/visualization/VRML/src/G4VRML2Viewer.cc +++ b/source/visualization/VRML/src/G4VRML2Viewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VRML2Viewer.cc,v 1.9 2002/06/23 03:31:51 stanaka Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // G4VRML2Viewer.cc // Satoshi Tanaka & Yasuhide Sawada diff --git a/source/visualization/XXX/include/G4XXX.hh b/source/visualization/XXX/include/G4XXX.hh index 0110a6b576..0d5e65b538 100644 --- a/source/visualization/XXX/include/G4XXX.hh +++ b/source/visualization/XXX/include/G4XXX.hh @@ -22,7 +22,7 @@ // // // $Id: G4XXX.hh,v 1.3 2001/08/25 00:22:06 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/XXX/include/G4XXXSceneHandler.hh b/source/visualization/XXX/include/G4XXXSceneHandler.hh index 962b4388b3..ebe80697e3 100644 --- a/source/visualization/XXX/include/G4XXXSceneHandler.hh +++ b/source/visualization/XXX/include/G4XXXSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4XXXSceneHandler.hh,v 1.10 2003/11/12 13:16:52 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/XXX/include/G4XXXViewer.hh b/source/visualization/XXX/include/G4XXXViewer.hh index 7f037c1703..1b93937657 100644 --- a/source/visualization/XXX/include/G4XXXViewer.hh +++ b/source/visualization/XXX/include/G4XXXViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4XXXViewer.hh,v 1.5 2001/11/19 15:09:23 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/XXX/src/G4XXX.cc b/source/visualization/XXX/src/G4XXX.cc index 50a6bf6ed4..85d7fc0373 100644 --- a/source/visualization/XXX/src/G4XXX.cc +++ b/source/visualization/XXX/src/G4XXX.cc @@ -22,7 +22,7 @@ // // // $Id: G4XXX.cc,v 1.3 2001/08/25 00:22:20 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/XXX/src/G4XXXSceneHandler.cc b/source/visualization/XXX/src/G4XXXSceneHandler.cc index a49816ae80..8c476543a2 100644 --- a/source/visualization/XXX/src/G4XXXSceneHandler.cc +++ b/source/visualization/XXX/src/G4XXXSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4XXXSceneHandler.cc,v 1.12 2003/11/12 13:16:56 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 5th April 2001 diff --git a/source/visualization/XXX/src/G4XXXViewer.cc b/source/visualization/XXX/src/G4XXXViewer.cc index 17e83759b8..15d9fe7f3e 100644 --- a/source/visualization/XXX/src/G4XXXViewer.cc +++ b/source/visualization/XXX/src/G4XXXViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4XXXViewer.cc,v 1.6 2003/11/06 15:06:51 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ #include "G4XXXViewer.hh" diff --git a/source/visualization/management/include/G4GraphicsSystemList.hh b/source/visualization/management/include/G4GraphicsSystemList.hh index 427c6675d0..18831ba028 100644 --- a/source/visualization/management/include/G4GraphicsSystemList.hh +++ b/source/visualization/management/include/G4GraphicsSystemList.hh @@ -22,7 +22,7 @@ // // // $Id: G4GraphicsSystemList.hh,v 1.8 2003/06/16 17:14:02 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 2nd April 1996 diff --git a/source/visualization/management/include/G4Scene.hh b/source/visualization/management/include/G4Scene.hh index dbf0bc0e5c..4a3a8af83e 100644 --- a/source/visualization/management/include/G4Scene.hh +++ b/source/visualization/management/include/G4Scene.hh @@ -22,7 +22,7 @@ // // // $Id: G4Scene.hh,v 1.14 2003/11/27 11:48:03 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Scene John Allison 19th July 1996. diff --git a/source/visualization/management/include/G4Scene.icc b/source/visualization/management/include/G4Scene.icc index d827aba32b..2acedbb3c4 100644 --- a/source/visualization/management/include/G4Scene.icc +++ b/source/visualization/management/include/G4Scene.icc @@ -22,7 +22,7 @@ // // // $Id: G4Scene.icc,v 1.11 2003/11/27 11:48:06 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Scene data John Allison 19th July 1996. diff --git a/source/visualization/management/include/G4SceneHandlerList.hh b/source/visualization/management/include/G4SceneHandlerList.hh index ebbab93004..9514301017 100644 --- a/source/visualization/management/include/G4SceneHandlerList.hh +++ b/source/visualization/management/include/G4SceneHandlerList.hh @@ -22,7 +22,7 @@ // // // $Id: G4SceneHandlerList.hh,v 1.7 2003/06/16 17:14:05 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison May 1996 diff --git a/source/visualization/management/include/G4SceneList.hh b/source/visualization/management/include/G4SceneList.hh index 82a3afbab4..710d50f202 100644 --- a/source/visualization/management/include/G4SceneList.hh +++ b/source/visualization/management/include/G4SceneList.hh @@ -22,7 +22,7 @@ // // // $Id: G4SceneList.hh,v 1.9 2003/06/16 17:14:06 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 9th August 1998 diff --git a/source/visualization/management/include/G4VGraphicsSystem.hh b/source/visualization/management/include/G4VGraphicsSystem.hh index db721bda48..c0df7c9165 100644 --- a/source/visualization/management/include/G4VGraphicsSystem.hh +++ b/source/visualization/management/include/G4VGraphicsSystem.hh @@ -22,7 +22,7 @@ // // // $Id: G4VGraphicsSystem.hh,v 1.10 2003/06/16 17:14:07 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 27th March 1996 diff --git a/source/visualization/management/include/G4VGraphicsSystem.icc b/source/visualization/management/include/G4VGraphicsSystem.icc index 8668f1713c..29a21ddb24 100644 --- a/source/visualization/management/include/G4VGraphicsSystem.icc +++ b/source/visualization/management/include/G4VGraphicsSystem.icc @@ -22,7 +22,7 @@ // // // $Id: G4VGraphicsSystem.icc,v 1.6 2001/07/11 10:09:14 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 27th March 1996 diff --git a/source/visualization/management/include/G4VSceneHandler.hh b/source/visualization/management/include/G4VSceneHandler.hh index dd82d861c6..9ac57b467f 100644 --- a/source/visualization/management/include/G4VSceneHandler.hh +++ b/source/visualization/management/include/G4VSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4VSceneHandler.hh,v 1.20 2003/06/16 17:14:08 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 19th July 1996. diff --git a/source/visualization/management/include/G4VSceneHandler.icc b/source/visualization/management/include/G4VSceneHandler.icc index a4ed0559ae..11a2935567 100644 --- a/source/visualization/management/include/G4VSceneHandler.icc +++ b/source/visualization/management/include/G4VSceneHandler.icc @@ -22,7 +22,7 @@ // // // $Id: G4VSceneHandler.icc,v 1.12 2001/08/09 20:13:40 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 19th July 1996. diff --git a/source/visualization/management/include/G4VViewer.hh b/source/visualization/management/include/G4VViewer.hh index 20b63dea0f..9b2d53dac1 100644 --- a/source/visualization/management/include/G4VViewer.hh +++ b/source/visualization/management/include/G4VViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VViewer.hh,v 1.13 2003/06/16 17:14:09 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 27th March 1996 diff --git a/source/visualization/management/include/G4VViewer.icc b/source/visualization/management/include/G4VViewer.icc index e8eeae4bdf..58ad453e2f 100644 --- a/source/visualization/management/include/G4VViewer.icc +++ b/source/visualization/management/include/G4VViewer.icc @@ -22,7 +22,7 @@ // // // $Id: G4VViewer.icc,v 1.9 2001/07/14 21:48:22 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 30th December 1996 diff --git a/source/visualization/management/include/G4VVisCommand.hh b/source/visualization/management/include/G4VVisCommand.hh index 6c470b1b70..490909126d 100644 --- a/source/visualization/management/include/G4VVisCommand.hh +++ b/source/visualization/management/include/G4VVisCommand.hh @@ -22,7 +22,7 @@ // // // $Id: G4VVisCommand.hh,v 1.15 2003/06/16 17:14:10 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // Base class for visualization commands - John Allison 9th August 1998 // It is really a messenger - we have one command per messenger. diff --git a/source/visualization/management/include/G4VVisCommand.icc b/source/visualization/management/include/G4VVisCommand.icc index cc6d129485..6c3123c683 100644 --- a/source/visualization/management/include/G4VVisCommand.icc +++ b/source/visualization/management/include/G4VVisCommand.icc @@ -22,7 +22,7 @@ // // // $Id: G4VVisCommand.icc,v 1.4 2001/07/11 10:09:14 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // Base class for visualization commands - John Allison 9th August 1998 // It is really a messenger - we have one command per messenger. diff --git a/source/visualization/management/include/G4ViewParameters.hh b/source/visualization/management/include/G4ViewParameters.hh index fd6ae19c9f..61075bf930 100644 --- a/source/visualization/management/include/G4ViewParameters.hh +++ b/source/visualization/management/include/G4ViewParameters.hh @@ -22,7 +22,7 @@ // // // $Id: G4ViewParameters.hh,v 1.14 2003/06/16 17:14:11 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 19th July 1996 diff --git a/source/visualization/management/include/G4ViewParameters.icc b/source/visualization/management/include/G4ViewParameters.icc index 3f53a9c822..692546a875 100644 --- a/source/visualization/management/include/G4ViewParameters.icc +++ b/source/visualization/management/include/G4ViewParameters.icc @@ -22,7 +22,7 @@ // // // $Id: G4ViewParameters.icc,v 1.5 2001/07/11 10:09:15 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 20th October 1996 diff --git a/source/visualization/management/include/G4ViewerList.hh b/source/visualization/management/include/G4ViewerList.hh index 576e629884..7297c6dd96 100644 --- a/source/visualization/management/include/G4ViewerList.hh +++ b/source/visualization/management/include/G4ViewerList.hh @@ -22,7 +22,7 @@ // // // $Id: G4ViewerList.hh,v 1.7 2003/06/16 17:14:12 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison May 1996 diff --git a/source/visualization/management/include/G4VisCommands.hh b/source/visualization/management/include/G4VisCommands.hh index c630670e9d..982d7346dc 100644 --- a/source/visualization/management/include/G4VisCommands.hh +++ b/source/visualization/management/include/G4VisCommands.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisCommands.hh,v 1.3 2001/08/05 02:29:02 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // /vis/ top level commands - John Allison 5th February 2001 diff --git a/source/visualization/management/include/G4VisCommandsCompound.hh b/source/visualization/management/include/G4VisCommandsCompound.hh index acdb679574..3e0cf846ba 100644 --- a/source/visualization/management/include/G4VisCommandsCompound.hh +++ b/source/visualization/management/include/G4VisCommandsCompound.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisCommandsCompound.hh,v 1.7 2001/07/11 10:09:15 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // Compound /vis/ commands - John Allison 15th May 2000 diff --git a/source/visualization/management/include/G4VisCommandsScene.hh b/source/visualization/management/include/G4VisCommandsScene.hh index 807e893506..35d1c1c63c 100644 --- a/source/visualization/management/include/G4VisCommandsScene.hh +++ b/source/visualization/management/include/G4VisCommandsScene.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisCommandsScene.hh,v 1.14 2003/11/27 11:48:09 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // /vis/scene commands - John Allison 9th August 1998 diff --git a/source/visualization/management/include/G4VisCommandsSceneAdd.hh b/source/visualization/management/include/G4VisCommandsSceneAdd.hh index 799d472019..27a8eeaa71 100644 --- a/source/visualization/management/include/G4VisCommandsSceneAdd.hh +++ b/source/visualization/management/include/G4VisCommandsSceneAdd.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisCommandsSceneAdd.hh,v 1.10 2002/11/11 18:31:28 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // /vis/scene commands - John Allison 9th August 1998 diff --git a/source/visualization/management/include/G4VisCommandsSceneHandler.hh b/source/visualization/management/include/G4VisCommandsSceneHandler.hh index d11c011bbc..9bc08fecd3 100644 --- a/source/visualization/management/include/G4VisCommandsSceneHandler.hh +++ b/source/visualization/management/include/G4VisCommandsSceneHandler.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisCommandsSceneHandler.hh,v 1.6 2001/07/11 10:09:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // /vis/sceneHandler commands - John Allison 10th October 1998 diff --git a/source/visualization/management/include/G4VisCommandsViewer.hh b/source/visualization/management/include/G4VisCommandsViewer.hh index 7f31e46a86..da4db00526 100644 --- a/source/visualization/management/include/G4VisCommandsViewer.hh +++ b/source/visualization/management/include/G4VisCommandsViewer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisCommandsViewer.hh,v 1.15 2001/11/06 12:55:28 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // /vis/viewer commands - John Allison 25th October 1998 diff --git a/source/visualization/management/include/G4VisCommandsViewerSet.hh b/source/visualization/management/include/G4VisCommandsViewerSet.hh index e00fa2fa64..27c4b2968d 100644 --- a/source/visualization/management/include/G4VisCommandsViewerSet.hh +++ b/source/visualization/management/include/G4VisCommandsViewerSet.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisCommandsViewerSet.hh,v 1.12 2003/06/16 17:14:13 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // /vis/viewer/set commands - John Allison 16th May 2000 diff --git a/source/visualization/management/include/G4VisFeaturesOfDAWNFILE.hh b/source/visualization/management/include/G4VisFeaturesOfDAWNFILE.hh index 5843059b33..a063421b95 100644 --- a/source/visualization/management/include/G4VisFeaturesOfDAWNFILE.hh +++ b/source/visualization/management/include/G4VisFeaturesOfDAWNFILE.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisFeaturesOfDAWNFILE.hh,v 1.4 2001/07/11 10:09:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #ifndef G4VISFEATURESOFDAWNFILE_HH #define G4VISFEATURESOFDAWNFILE_HH diff --git a/source/visualization/management/include/G4VisFeaturesOfFukuiRenderer.hh b/source/visualization/management/include/G4VisFeaturesOfFukuiRenderer.hh index 67d87b1c91..db34b1427a 100644 --- a/source/visualization/management/include/G4VisFeaturesOfFukuiRenderer.hh +++ b/source/visualization/management/include/G4VisFeaturesOfFukuiRenderer.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisFeaturesOfFukuiRenderer.hh,v 1.4 2001/07/11 10:09:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/management/include/G4VisFeaturesOfOpenGL.hh b/source/visualization/management/include/G4VisFeaturesOfOpenGL.hh index f0a6f42fb9..14258cd194 100644 --- a/source/visualization/management/include/G4VisFeaturesOfOpenGL.hh +++ b/source/visualization/management/include/G4VisFeaturesOfOpenGL.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisFeaturesOfOpenGL.hh,v 1.4 2001/07/11 10:09:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/management/include/G4VisFeaturesOfOpenInventor.hh b/source/visualization/management/include/G4VisFeaturesOfOpenInventor.hh index 8cfa61f956..b298020563 100644 --- a/source/visualization/management/include/G4VisFeaturesOfOpenInventor.hh +++ b/source/visualization/management/include/G4VisFeaturesOfOpenInventor.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisFeaturesOfOpenInventor.hh,v 1.4 2001/07/11 10:09:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/management/include/G4VisManager.hh b/source/visualization/management/include/G4VisManager.hh index 263661d249..5f10880117 100644 --- a/source/visualization/management/include/G4VisManager.hh +++ b/source/visualization/management/include/G4VisManager.hh @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4VisManager.hh,v 1.31 2003/11/27 09:55:45 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VisManager.hh,v 1.32 2004/02/09 10:01:04 gcosmo Exp $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // @@ -93,6 +93,7 @@ class G4Scene; class G4UIcommand; class G4UImessenger; +class G4VisStateDependent; class G4VisManager: public G4VVisManager { diff --git a/source/visualization/management/include/G4VisManager.icc b/source/visualization/management/include/G4VisManager.icc index d37a908165..b5f6c1bc68 100644 --- a/source/visualization/management/include/G4VisManager.icc +++ b/source/visualization/management/include/G4VisManager.icc @@ -22,7 +22,7 @@ // // // $Id: G4VisManager.icc,v 1.8 2001/08/05 02:29:05 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // GEANT4 Visualization Manager - John Allison 02/Jan/1996. diff --git a/source/visualization/management/include/G4VisStateDependent.hh b/source/visualization/management/include/G4VisStateDependent.hh index 596c33fa61..d428eb07d4 100644 --- a/source/visualization/management/include/G4VisStateDependent.hh +++ b/source/visualization/management/include/G4VisStateDependent.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisStateDependent.hh,v 1.4 2001/07/11 10:09:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // A "state dependent" service class for G4VisManager. // John Allison 29th November 1999 diff --git a/source/visualization/management/include/G4VisToOldVisCommands.hh b/source/visualization/management/include/G4VisToOldVisCommands.hh index 693d692fcf..7dfb19eb14 100644 --- a/source/visualization/management/include/G4VisToOldVisCommands.hh +++ b/source/visualization/management/include/G4VisToOldVisCommands.hh @@ -22,7 +22,7 @@ // // // $Id: G4VisToOldVisCommands.hh,v 1.6 2001/07/11 10:09:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // Implements some /vis/ commands as /vis~/ temporarily. diff --git a/source/visualization/management/include/MyVisManager.cc b/source/visualization/management/include/MyVisManager.cc index 199fa1eb00..bbc8e44dca 100644 --- a/source/visualization/management/include/MyVisManager.cc +++ b/source/visualization/management/include/MyVisManager.cc @@ -22,7 +22,7 @@ // // // $Id: MyVisManager.cc,v 1.19 2003/11/06 15:24:52 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 24th January 1998. diff --git a/source/visualization/management/include/MyVisManager.hh b/source/visualization/management/include/MyVisManager.hh index f8471976bd..b0ac8c27fb 100644 --- a/source/visualization/management/include/MyVisManager.hh +++ b/source/visualization/management/include/MyVisManager.hh @@ -22,7 +22,7 @@ // // // $Id: MyVisManager.hh,v 1.5 2001/07/11 10:09:17 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 24th January 1998. diff --git a/source/visualization/management/src/G4GraphicsSystemList.cc b/source/visualization/management/src/G4GraphicsSystemList.cc index c5abdb0b8b..9f8c833c4b 100644 --- a/source/visualization/management/src/G4GraphicsSystemList.cc +++ b/source/visualization/management/src/G4GraphicsSystemList.cc @@ -22,7 +22,7 @@ // // // $Id: G4GraphicsSystemList.cc,v 1.3 2001/07/11 10:09:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4GraphicsSystemList.hh" diff --git a/source/visualization/management/src/G4Scene.cc b/source/visualization/management/src/G4Scene.cc index 078b3a3cf1..28ce4438ae 100644 --- a/source/visualization/management/src/G4Scene.cc +++ b/source/visualization/management/src/G4Scene.cc @@ -22,7 +22,7 @@ // // // $Id: G4Scene.cc,v 1.14 2003/11/27 11:48:14 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // Scene data John Allison 19th July 1996. diff --git a/source/visualization/management/src/G4SceneHandlerList.cc b/source/visualization/management/src/G4SceneHandlerList.cc index 2a2ab6bf57..abfe8ae3c3 100644 --- a/source/visualization/management/src/G4SceneHandlerList.cc +++ b/source/visualization/management/src/G4SceneHandlerList.cc @@ -22,7 +22,7 @@ // // // $Id: G4SceneHandlerList.cc,v 1.3 2001/07/11 10:09:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4SceneHandlerList.hh" diff --git a/source/visualization/management/src/G4SceneList.cc b/source/visualization/management/src/G4SceneList.cc index dad4f5250d..82063168fc 100644 --- a/source/visualization/management/src/G4SceneList.cc +++ b/source/visualization/management/src/G4SceneList.cc @@ -22,7 +22,7 @@ // // // $Id: G4SceneList.cc,v 1.5 2001/07/11 10:09:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4SceneList.hh" diff --git a/source/visualization/management/src/G4VGraphicsSystem.cc b/source/visualization/management/src/G4VGraphicsSystem.cc index 7e04ba956e..f7a457c760 100644 --- a/source/visualization/management/src/G4VGraphicsSystem.cc +++ b/source/visualization/management/src/G4VGraphicsSystem.cc @@ -22,7 +22,7 @@ // // // $Id: G4VGraphicsSystem.cc,v 1.10 2003/06/16 17:14:16 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 27th March 1996 diff --git a/source/visualization/management/src/G4VSceneHandler.cc b/source/visualization/management/src/G4VSceneHandler.cc index 09da885b62..81365df759 100644 --- a/source/visualization/management/src/G4VSceneHandler.cc +++ b/source/visualization/management/src/G4VSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4VSceneHandler.cc,v 1.28 2003/11/12 13:43:25 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 19th July 1996 diff --git a/source/visualization/management/src/G4VViewer.cc b/source/visualization/management/src/G4VViewer.cc index d09dcec756..2037310f06 100644 --- a/source/visualization/management/src/G4VViewer.cc +++ b/source/visualization/management/src/G4VViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VViewer.cc,v 1.17 2003/06/16 17:14:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 27th March 1996 diff --git a/source/visualization/management/src/G4VVisCommand.cc b/source/visualization/management/src/G4VVisCommand.cc index 4a1834cd6e..cad2dbe74c 100644 --- a/source/visualization/management/src/G4VVisCommand.cc +++ b/source/visualization/management/src/G4VVisCommand.cc @@ -22,7 +22,7 @@ // // // $Id: G4VVisCommand.cc,v 1.12 2003/06/16 17:14:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // Base class for visualization commands - John Allison 9th August 1998 // It is really a messenger - we have one command per messenger. diff --git a/source/visualization/management/src/G4ViewParameters.cc b/source/visualization/management/src/G4ViewParameters.cc index cc70901c6e..777619165c 100644 --- a/source/visualization/management/src/G4ViewParameters.cc +++ b/source/visualization/management/src/G4ViewParameters.cc @@ -22,7 +22,7 @@ // // // $Id: G4ViewParameters.cc,v 1.15 2003/06/16 17:14:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 19th July 1996 diff --git a/source/visualization/management/src/G4ViewerList.cc b/source/visualization/management/src/G4ViewerList.cc index 96db5f40a1..af51b15804 100644 --- a/source/visualization/management/src/G4ViewerList.cc +++ b/source/visualization/management/src/G4ViewerList.cc @@ -22,7 +22,7 @@ // // // $Id: G4ViewerList.cc,v 1.3 2001/07/11 10:09:18 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4ViewerList.hh" diff --git a/source/visualization/management/src/G4VisCommands.cc b/source/visualization/management/src/G4VisCommands.cc index 2a7a3540a1..3125642bd9 100644 --- a/source/visualization/management/src/G4VisCommands.cc +++ b/source/visualization/management/src/G4VisCommands.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisCommands.cc,v 1.7 2003/05/30 13:01:28 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // /vis/ top level commands - John Allison 5th February 2001 diff --git a/source/visualization/management/src/G4VisCommandsCompound.cc b/source/visualization/management/src/G4VisCommandsCompound.cc index 080ccfa946..0c5343c94e 100644 --- a/source/visualization/management/src/G4VisCommandsCompound.cc +++ b/source/visualization/management/src/G4VisCommandsCompound.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisCommandsCompound.cc,v 1.25 2003/06/16 17:14:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // Compound /vis/ commands - John Allison 15th May 2000 diff --git a/source/visualization/management/src/G4VisCommandsScene.cc b/source/visualization/management/src/G4VisCommandsScene.cc index 3000671b8b..866e7422f0 100644 --- a/source/visualization/management/src/G4VisCommandsScene.cc +++ b/source/visualization/management/src/G4VisCommandsScene.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4VisCommandsScene.cc,v 1.36 2003/11/27 11:48:20 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VisCommandsScene.cc,v 1.37 2003/12/01 11:12:59 johna Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // /vis/scene commands - John Allison 9th August 1998 @@ -250,6 +250,7 @@ void G4VisCommandSceneEndOfEventAction::SetNewValue (G4UIcommand*, } else if (action == "refresh") { pScene->SetRefreshAtEndOfEvent(true); + pSceneHandler->SetMarkForClearingTransientStore(true); } else { if (verbosity >= G4VisManager::errors) { @@ -325,6 +326,7 @@ void G4VisCommandSceneEndOfRunAction::SetNewValue (G4UIcommand*, } else if (action == "refresh") { pScene->SetRefreshAtEndOfRun(true); + pSceneHandler->SetMarkForClearingTransientStore(true); } else { if (verbosity >= G4VisManager::errors) { diff --git a/source/visualization/management/src/G4VisCommandsSceneAdd.cc b/source/visualization/management/src/G4VisCommandsSceneAdd.cc index 34375b178e..21a9688853 100644 --- a/source/visualization/management/src/G4VisCommandsSceneAdd.cc +++ b/source/visualization/management/src/G4VisCommandsSceneAdd.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisCommandsSceneAdd.cc,v 1.39 2003/11/12 13:14:27 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // /vis/scene commands - John Allison 9th August 1998 #include "G4VisCommandsSceneAdd.hh" diff --git a/source/visualization/management/src/G4VisCommandsSceneHandler.cc b/source/visualization/management/src/G4VisCommandsSceneHandler.cc index b132b5057e..4b8e3f96d4 100644 --- a/source/visualization/management/src/G4VisCommandsSceneHandler.cc +++ b/source/visualization/management/src/G4VisCommandsSceneHandler.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisCommandsSceneHandler.cc,v 1.24 2003/06/16 17:14:24 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // /vis/sceneHandler commands - John Allison 10th October 1998 diff --git a/source/visualization/management/src/G4VisCommandsViewer.cc b/source/visualization/management/src/G4VisCommandsViewer.cc index 00b1176a4b..a86e9d9d81 100644 --- a/source/visualization/management/src/G4VisCommandsViewer.cc +++ b/source/visualization/management/src/G4VisCommandsViewer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisCommandsViewer.cc,v 1.37 2003/06/16 17:14:25 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // /vis/viewer commands - John Allison 25th October 1998 diff --git a/source/visualization/management/src/G4VisCommandsViewerSet.cc b/source/visualization/management/src/G4VisCommandsViewerSet.cc index c699425f7a..9bc40a06e9 100644 --- a/source/visualization/management/src/G4VisCommandsViewerSet.cc +++ b/source/visualization/management/src/G4VisCommandsViewerSet.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisCommandsViewerSet.cc,v 1.21 2003/06/16 17:14:26 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // /vis/viewer/set commands - John Allison 16th May 2000 diff --git a/source/visualization/management/src/G4VisFeaturesOfDAWNFILE.cc b/source/visualization/management/src/G4VisFeaturesOfDAWNFILE.cc index bdf87f996e..882d86d5b2 100644 --- a/source/visualization/management/src/G4VisFeaturesOfDAWNFILE.cc +++ b/source/visualization/management/src/G4VisFeaturesOfDAWNFILE.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisFeaturesOfDAWNFILE.cc,v 1.5 2001/07/11 10:09:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // #include "G4VisFeaturesOfDAWNFILE.hh" diff --git a/source/visualization/management/src/G4VisFeaturesOfFukuiRenderer.cc b/source/visualization/management/src/G4VisFeaturesOfFukuiRenderer.cc index 10560f19e2..62ee34bae5 100644 --- a/source/visualization/management/src/G4VisFeaturesOfFukuiRenderer.cc +++ b/source/visualization/management/src/G4VisFeaturesOfFukuiRenderer.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisFeaturesOfFukuiRenderer.cc,v 1.4 2001/07/11 10:09:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/management/src/G4VisFeaturesOfOpenGL.cc b/source/visualization/management/src/G4VisFeaturesOfOpenGL.cc index 4429f5185c..a53836af50 100644 --- a/source/visualization/management/src/G4VisFeaturesOfOpenGL.cc +++ b/source/visualization/management/src/G4VisFeaturesOfOpenGL.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisFeaturesOfOpenGL.cc,v 1.4 2001/07/11 10:09:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/management/src/G4VisFeaturesOfOpenInventor.cc b/source/visualization/management/src/G4VisFeaturesOfOpenInventor.cc index 1e63c3cb2a..ed4030ffc5 100644 --- a/source/visualization/management/src/G4VisFeaturesOfOpenInventor.cc +++ b/source/visualization/management/src/G4VisFeaturesOfOpenInventor.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisFeaturesOfOpenInventor.cc,v 1.4 2001/07/11 10:09:19 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // diff --git a/source/visualization/management/src/G4VisManager.cc b/source/visualization/management/src/G4VisManager.cc index dcc12b41d3..11f7f438b9 100644 --- a/source/visualization/management/src/G4VisManager.cc +++ b/source/visualization/management/src/G4VisManager.cc @@ -21,8 +21,8 @@ // ******************************************************************** // // -// $Id: G4VisManager.cc,v 1.56 2003/11/27 11:48:27 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// $Id: G4VisManager.cc,v 1.57 2003/12/01 11:12:59 johna Exp $ +// GEANT4 tag $Name: geant4-06-01 $ // // // GEANT4 Visualization Manager - John Allison 02/Jan/1996. @@ -940,9 +940,11 @@ void G4VisManager::EndOfEvent () { void G4VisManager::EndOfRun () { //G4cout << "G4VisManager::EndOfRun" << G4endl; if (GetConcreteInstance() && IsValidView ()) { - if (fpScene->GetRefreshAtEndOfRun()) { - fpViewer->ShowView(); // ...for systems needing post processing. - fpSceneHandler->SetMarkForClearingTransientStore(true); + if (!fpSceneHandler->GetMarkForClearingTransientStore()) { + if (fpScene->GetRefreshAtEndOfRun()) { + fpViewer->ShowView(); // ...for systems needing post processing. + fpSceneHandler->SetMarkForClearingTransientStore(true); + } } } } diff --git a/source/visualization/management/src/G4VisStateDependent.cc b/source/visualization/management/src/G4VisStateDependent.cc index 29d5dea677..71b9dee76d 100644 --- a/source/visualization/management/src/G4VisStateDependent.cc +++ b/source/visualization/management/src/G4VisStateDependent.cc @@ -22,7 +22,7 @@ // // // $Id: G4VisStateDependent.cc,v 1.5 2002/12/05 01:37:37 asaim Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ #include "G4VisStateDependent.hh" diff --git a/source/visualization/modeling/include/G4AxesModel.hh b/source/visualization/modeling/include/G4AxesModel.hh index 7367036eec..c26b4eed83 100644 --- a/source/visualization/modeling/include/G4AxesModel.hh +++ b/source/visualization/modeling/include/G4AxesModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4AxesModel.hh,v 1.4 2001/08/24 20:34:14 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 3rd April 2001 diff --git a/source/visualization/modeling/include/G4AxesModel.icc b/source/visualization/modeling/include/G4AxesModel.icc index cce9cd48c7..7bb82e055b 100644 --- a/source/visualization/modeling/include/G4AxesModel.icc +++ b/source/visualization/modeling/include/G4AxesModel.icc @@ -22,7 +22,7 @@ // // // $Id: G4AxesModel.icc,v 1.3 2001/08/24 20:34:15 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ inline G4String G4AxesModel::GetCurrentTag () const { return fGlobalTag; diff --git a/source/visualization/modeling/include/G4BoundingSphereScene.hh b/source/visualization/modeling/include/G4BoundingSphereScene.hh index cb2a7a1c73..3ad174451e 100644 --- a/source/visualization/modeling/include/G4BoundingSphereScene.hh +++ b/source/visualization/modeling/include/G4BoundingSphereScene.hh @@ -22,7 +22,7 @@ // // // $Id: G4BoundingSphereScene.hh,v 1.13 2003/05/30 13:01:31 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 7th June 1997 diff --git a/source/visualization/modeling/include/G4FlavoredParallelWorldModel.hh b/source/visualization/modeling/include/G4FlavoredParallelWorldModel.hh index eac8570511..81c51cac9d 100644 --- a/source/visualization/modeling/include/G4FlavoredParallelWorldModel.hh +++ b/source/visualization/modeling/include/G4FlavoredParallelWorldModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4FlavoredParallelWorldModel.hh,v 1.6 2001/07/11 10:09:20 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // P. Mora de Freitas et M.Verderi - 19 June 1998. // diff --git a/source/visualization/modeling/include/G4HitsModel.hh b/source/visualization/modeling/include/G4HitsModel.hh index e4efc68571..d16db1a578 100644 --- a/source/visualization/modeling/include/G4HitsModel.hh +++ b/source/visualization/modeling/include/G4HitsModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4HitsModel.hh,v 1.7 2001/08/24 20:36:13 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 26th August 1998. diff --git a/source/visualization/modeling/include/G4HitsModel.icc b/source/visualization/modeling/include/G4HitsModel.icc index 6aa8753b97..38e023de66 100644 --- a/source/visualization/modeling/include/G4HitsModel.icc +++ b/source/visualization/modeling/include/G4HitsModel.icc @@ -22,7 +22,7 @@ // // // $Id: G4HitsModel.icc,v 1.6 2001/08/24 20:36:14 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ inline G4String G4HitsModel::GetCurrentTag () const { return fGlobalTag; diff --git a/source/visualization/modeling/include/G4LogicalVolumeModel.hh b/source/visualization/modeling/include/G4LogicalVolumeModel.hh index 88d1c787ac..bc9c88292b 100644 --- a/source/visualization/modeling/include/G4LogicalVolumeModel.hh +++ b/source/visualization/modeling/include/G4LogicalVolumeModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4LogicalVolumeModel.hh,v 1.5 2001/07/11 10:09:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 26th July 1999. diff --git a/source/visualization/modeling/include/G4ModelingParameters.hh b/source/visualization/modeling/include/G4ModelingParameters.hh index e6d1cd80c2..99bc7140c0 100644 --- a/source/visualization/modeling/include/G4ModelingParameters.hh +++ b/source/visualization/modeling/include/G4ModelingParameters.hh @@ -22,7 +22,7 @@ // // // $Id: G4ModelingParameters.hh,v 1.8 2003/06/16 17:14:28 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 31st December 1997. diff --git a/source/visualization/modeling/include/G4ModelingParameters.icc b/source/visualization/modeling/include/G4ModelingParameters.icc index 74495ba45b..bc80288a18 100644 --- a/source/visualization/modeling/include/G4ModelingParameters.icc +++ b/source/visualization/modeling/include/G4ModelingParameters.icc @@ -22,7 +22,7 @@ // // // $Id: G4ModelingParameters.icc,v 1.4 2001/07/11 10:09:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 31st December 1997. diff --git a/source/visualization/modeling/include/G4NullModel.hh b/source/visualization/modeling/include/G4NullModel.hh index c8b9c727c1..86bcc6ef72 100644 --- a/source/visualization/modeling/include/G4NullModel.hh +++ b/source/visualization/modeling/include/G4NullModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4NullModel.hh,v 1.6 2001/08/24 20:36:15 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 4th April 1998. diff --git a/source/visualization/modeling/include/G4PhysicalVolumeModel.hh b/source/visualization/modeling/include/G4PhysicalVolumeModel.hh index d9d3e24b28..31f3a803c0 100644 --- a/source/visualization/modeling/include/G4PhysicalVolumeModel.hh +++ b/source/visualization/modeling/include/G4PhysicalVolumeModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhysicalVolumeModel.hh,v 1.16 2001/08/24 20:36:17 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 31st December 1997. diff --git a/source/visualization/modeling/include/G4PhysicalVolumeSearchScene.hh b/source/visualization/modeling/include/G4PhysicalVolumeSearchScene.hh index 9ef1a5e811..719969c3d0 100644 --- a/source/visualization/modeling/include/G4PhysicalVolumeSearchScene.hh +++ b/source/visualization/modeling/include/G4PhysicalVolumeSearchScene.hh @@ -22,7 +22,7 @@ // // // $Id: G4PhysicalVolumeSearchScene.hh,v 1.11 2003/05/30 13:01:31 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 10th August 1998. diff --git a/source/visualization/modeling/include/G4PhysicalVolumeSearchScene.icc b/source/visualization/modeling/include/G4PhysicalVolumeSearchScene.icc index 8df832c856..53a6b1a75e 100644 --- a/source/visualization/modeling/include/G4PhysicalVolumeSearchScene.icc +++ b/source/visualization/modeling/include/G4PhysicalVolumeSearchScene.icc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicalVolumeSearchScene.icc,v 1.4 2001/07/11 10:09:21 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 10th August 1998. diff --git a/source/visualization/modeling/include/G4ScaleModel.hh b/source/visualization/modeling/include/G4ScaleModel.hh index 31101249b2..ba8cee7743 100644 --- a/source/visualization/modeling/include/G4ScaleModel.hh +++ b/source/visualization/modeling/include/G4ScaleModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4ScaleModel.hh,v 1.2 2001/08/24 20:36:18 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 21st July 2001. diff --git a/source/visualization/modeling/include/G4ScaleModel.icc b/source/visualization/modeling/include/G4ScaleModel.icc index c08c9d18ac..5d3fb8638d 100644 --- a/source/visualization/modeling/include/G4ScaleModel.icc +++ b/source/visualization/modeling/include/G4ScaleModel.icc @@ -22,7 +22,7 @@ // // // $Id: G4ScaleModel.icc,v 1.2 2001/08/24 20:36:19 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ inline G4String G4ScaleModel::GetCurrentTag () const { return fGlobalTag; diff --git a/source/visualization/modeling/include/G4TextModel.hh b/source/visualization/modeling/include/G4TextModel.hh index 50d237ce74..2dc0fbbfe9 100644 --- a/source/visualization/modeling/include/G4TextModel.hh +++ b/source/visualization/modeling/include/G4TextModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4TextModel.hh,v 1.4 2001/08/24 20:36:21 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 3rd April 2001 diff --git a/source/visualization/modeling/include/G4TextModel.icc b/source/visualization/modeling/include/G4TextModel.icc index 74b9bade1e..8ed1f503da 100644 --- a/source/visualization/modeling/include/G4TextModel.icc +++ b/source/visualization/modeling/include/G4TextModel.icc @@ -22,7 +22,7 @@ // // // $Id: G4TextModel.icc,v 1.3 2001/08/24 20:36:22 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ inline G4String G4TextModel::GetCurrentTag () const { return fGlobalTag; diff --git a/source/visualization/modeling/include/G4TrajectoriesModel.hh b/source/visualization/modeling/include/G4TrajectoriesModel.hh index 5705c4fec8..c0bc9b221d 100644 --- a/source/visualization/modeling/include/G4TrajectoriesModel.hh +++ b/source/visualization/modeling/include/G4TrajectoriesModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4TrajectoriesModel.hh,v 1.8 2002/11/11 18:39:28 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 26th August 1998. diff --git a/source/visualization/modeling/include/G4TrajectoriesModel.icc b/source/visualization/modeling/include/G4TrajectoriesModel.icc index 53c50444b9..7ee4242474 100644 --- a/source/visualization/modeling/include/G4TrajectoriesModel.icc +++ b/source/visualization/modeling/include/G4TrajectoriesModel.icc @@ -22,7 +22,7 @@ // // // $Id: G4TrajectoriesModel.icc,v 1.6 2001/08/24 20:36:24 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ inline G4String G4TrajectoriesModel::GetCurrentTag () const { return fGlobalTag; diff --git a/source/visualization/modeling/include/G4VModel.hh b/source/visualization/modeling/include/G4VModel.hh index f5c110c9f3..d6d5f386c7 100644 --- a/source/visualization/modeling/include/G4VModel.hh +++ b/source/visualization/modeling/include/G4VModel.hh @@ -22,7 +22,7 @@ // // // $Id: G4VModel.hh,v 1.14 2003/06/16 17:14:29 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 31st December 1997. diff --git a/source/visualization/modeling/include/G4VModel.icc b/source/visualization/modeling/include/G4VModel.icc index 138be7a685..c84cf31e14 100644 --- a/source/visualization/modeling/include/G4VModel.icc +++ b/source/visualization/modeling/include/G4VModel.icc @@ -22,7 +22,7 @@ // // // $Id: G4VModel.icc,v 1.9 2001/07/25 21:12:20 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 31st December 1997. diff --git a/source/visualization/modeling/src/G4AxesModel.cc b/source/visualization/modeling/src/G4AxesModel.cc index 09f3b6216f..a434eef8dd 100644 --- a/source/visualization/modeling/src/G4AxesModel.cc +++ b/source/visualization/modeling/src/G4AxesModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4AxesModel.cc,v 1.5 2001/08/14 18:43:29 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 3rd April 2001 diff --git a/source/visualization/modeling/src/G4BoundingSphereScene.cc b/source/visualization/modeling/src/G4BoundingSphereScene.cc index 0d25a3c590..76e5d12735 100644 --- a/source/visualization/modeling/src/G4BoundingSphereScene.cc +++ b/source/visualization/modeling/src/G4BoundingSphereScene.cc @@ -22,7 +22,7 @@ // // // $Id: G4BoundingSphereScene.cc,v 1.8 2001/07/25 21:10:22 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 7th June 1997 diff --git a/source/visualization/modeling/src/G4FlavoredParallelWorldModel.cc b/source/visualization/modeling/src/G4FlavoredParallelWorldModel.cc index f023ede1b1..9a0030ea31 100644 --- a/source/visualization/modeling/src/G4FlavoredParallelWorldModel.cc +++ b/source/visualization/modeling/src/G4FlavoredParallelWorldModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4FlavoredParallelWorldModel.cc,v 1.6 2002/11/20 17:21:47 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // P. Mora de Freitas et M.Verderi - 19 June 1998. // Model for flavored parallel world volumes. diff --git a/source/visualization/modeling/src/G4HitsModel.cc b/source/visualization/modeling/src/G4HitsModel.cc index 2b61c1fb89..b7ca40fa14 100644 --- a/source/visualization/modeling/src/G4HitsModel.cc +++ b/source/visualization/modeling/src/G4HitsModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4HitsModel.cc,v 1.9 2002/10/24 15:07:21 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 26th August 1998. diff --git a/source/visualization/modeling/src/G4LogicalVolumeModel.cc b/source/visualization/modeling/src/G4LogicalVolumeModel.cc index 03b11ca873..a3c31be549 100644 --- a/source/visualization/modeling/src/G4LogicalVolumeModel.cc +++ b/source/visualization/modeling/src/G4LogicalVolumeModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4LogicalVolumeModel.cc,v 1.9 2003/11/03 17:08:50 gcosmo Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 26th July 1999. diff --git a/source/visualization/modeling/src/G4ModelingParameters.cc b/source/visualization/modeling/src/G4ModelingParameters.cc index 57d4ed5b3b..6dcef0a5da 100644 --- a/source/visualization/modeling/src/G4ModelingParameters.cc +++ b/source/visualization/modeling/src/G4ModelingParameters.cc @@ -22,7 +22,7 @@ // // // $Id: G4ModelingParameters.cc,v 1.6 2003/06/16 17:14:30 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 31st December 1997. diff --git a/source/visualization/modeling/src/G4NullModel.cc b/source/visualization/modeling/src/G4NullModel.cc index 11c94abd61..f5346a99b5 100644 --- a/source/visualization/modeling/src/G4NullModel.cc +++ b/source/visualization/modeling/src/G4NullModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4NullModel.cc,v 1.7 2003/05/30 13:01:32 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 4th April 1998. diff --git a/source/visualization/modeling/src/G4PhysicalVolumeModel.cc b/source/visualization/modeling/src/G4PhysicalVolumeModel.cc index 4fdc3b9230..226d24d3d8 100644 --- a/source/visualization/modeling/src/G4PhysicalVolumeModel.cc +++ b/source/visualization/modeling/src/G4PhysicalVolumeModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicalVolumeModel.cc,v 1.23 2003/11/12 13:05:10 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-06-00-patch-01 $ // // // John Allison 31st December 1997. diff --git a/source/visualization/modeling/src/G4PhysicalVolumeSearchScene.cc b/source/visualization/modeling/src/G4PhysicalVolumeSearchScene.cc index d9e19354dd..7dad669bb4 100644 --- a/source/visualization/modeling/src/G4PhysicalVolumeSearchScene.cc +++ b/source/visualization/modeling/src/G4PhysicalVolumeSearchScene.cc @@ -22,7 +22,7 @@ // // // $Id: G4PhysicalVolumeSearchScene.cc,v 1.7 2003/05/30 13:01:32 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 10th August 1998. diff --git a/source/visualization/modeling/src/G4ScaleModel.cc b/source/visualization/modeling/src/G4ScaleModel.cc index 4f50cb54b0..3219428aa6 100644 --- a/source/visualization/modeling/src/G4ScaleModel.cc +++ b/source/visualization/modeling/src/G4ScaleModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4ScaleModel.cc,v 1.3 2001/08/14 18:43:31 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 21st July 2001. diff --git a/source/visualization/modeling/src/G4TextModel.cc b/source/visualization/modeling/src/G4TextModel.cc index 10230536f1..36a83fc903 100644 --- a/source/visualization/modeling/src/G4TextModel.cc +++ b/source/visualization/modeling/src/G4TextModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4TextModel.cc,v 1.4 2001/08/14 18:43:32 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 3rd April 2001 diff --git a/source/visualization/modeling/src/G4TrajectoriesModel.cc b/source/visualization/modeling/src/G4TrajectoriesModel.cc index 1e1772386c..de0243f5e7 100644 --- a/source/visualization/modeling/src/G4TrajectoriesModel.cc +++ b/source/visualization/modeling/src/G4TrajectoriesModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4TrajectoriesModel.cc,v 1.12 2002/11/11 18:39:28 johna Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 26th August 1998. diff --git a/source/visualization/modeling/src/G4VModel.cc b/source/visualization/modeling/src/G4VModel.cc index 97cb760b02..6ddc16cf0f 100644 --- a/source/visualization/modeling/src/G4VModel.cc +++ b/source/visualization/modeling/src/G4VModel.cc @@ -22,7 +22,7 @@ // // // $Id: G4VModel.cc,v 1.9 2003/06/16 17:14:32 gunter Exp $ -// GEANT4 tag $Name: geant4-06-00 $ +// GEANT4 tag $Name: geant4-05-02-patch-01 $ // // // John Allison 31st December 1997.